/* ------------------------------------------------------ Fonts formatting */
body, input, textarea, select {
  font-family: 'quadonmedium', Arial, sans-serif;
  -webkit-font-smoothing: initial;
  color: #6c6c6c;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}
h1 {
  font-family: 'gentona_bookbold';
  margin: 0;
}
h2, h3, h4, h5, h6 {
  font-family: 'gentonalight', Arial, sans-serif;
  margin: 0;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    transition: all 0.4s ease;
}
a, a:active, a:visited {
  color: #003087;
}
a:hover, a:focus {
  color: #f37021;
  text-decoration: none;
}
a.nav-new-tab:hover:after {
  font-family:"MaterialDesignIcons";
  content:"\f241";
  font-size: 12px;
  float: right;
  margin-top: 2px;
}
a.new-tab:hover:before {
  font-family:"MaterialDesignIcons";
  content:"\f241";
  font-size: 12px;
  position: absolute;
  right: 10px;
}

/* BUTTONS */
.btn {
  font-family: 'gentonalight', Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.btn-default {
  color: #fff;
  background-color: #f37021;
  border-color: #f37021;
}
.btn-default:hover {
  color: #fff;
  background-color: #003087;
  border-color: #003087;
}
.view:hover {
  color: #fff;
  background-color: rgba(255,255,255,0);
  border-color: #fff;
}

.btn-border-blue {
  border: 1px solid #003087;
  background-color: #fff;
  margin: 10px 0;
}
.btn-border-blue:hover {
  border: 1px solid #f37021;
  color: #f37021;
}

.btn-border-white {
  border: 1px solid rgba(255,255,255,.5);
  background-color: rgba(255,255,255,.2);
  margin: 10px 0;
  text-transform: uppercase;
  color: #fff !important;
}
.btn-border-white:hover {
  background-color: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.8);
  color: #fff;
}


/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"]{
   padding-right: 0;
   padding-left: 0;
}


/* ------------------------------------------------------ BREAKING NEWS Alert */
#breaking-news {
  margin-top: 76px;
  margin-bottom: -76px;
  display: block;
  padding: 20px;
}
/* simply comment-out this style to see what the Breaking News looks like 
#breaking-news {
  display: none;  
}
*/

#breaking-news .alert {
  margin-bottom: 0;
  border-radius: 0;
}
.alert-warning {
  background: rgb(226,71,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(226,71,0,1) 0%, rgba(255,74,0,1) 14%, rgba(255,74,0,1) 67%, rgba(226,71,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,71,0,1)), color-stop(14%,rgba(255,74,0,1)), color-stop(67%,rgba(255,74,0,1)), color-stop(100%,rgba(226,71,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(226,71,0,1) 0%,rgba(255,74,0,1) 14%,rgba(255,74,0,1) 67%,rgba(226,71,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(226,71,0,1) 0%,rgba(255,74,0,1) 14%,rgba(255,74,0,1) 67%,rgba(226,71,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(226,71,0,1) 0%,rgba(255,74,0,1) 14%,rgba(255,74,0,1) 67%,rgba(226,71,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(226,71,0,1) 0%,rgba(255,74,0,1) 14%,rgba(255,74,0,1) 67%,rgba(226,71,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24700', endColorstr='#e24700',GradientType=0 ); /* IE6-9 */
  border: none;
  color: #fcd7db;
  border-radius: 0;
  text-align: center;
}
.alert-dismissable .close, .alert-dismissible .close {
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 85px;
  right: 10px;
}
.close {
  font-size: 30px;
}
.alert-dismissable, .alert-dismissible {
  padding: 10px;
}
#breaking-news h3 {
  padding-bottom: 10px;
  color: #fff;
}


/* ------------------------------------------------------ UF Logo and Site Name */
#logo {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 76px;
  width: 83px;
}
h1 a, h1 a:visited {
  position: absolute;
  top: 19px;
  left: 90px;
  color: #003087;
  letter-spacing: 3px;
}

/* Hamburger icon positioning */
.navbar-toggle {
  margin-top: 21px;
  margin-right: 10px;
}

/* Navbar mega menu */
#news-nav .nav,
#news-nav .collapse,
#news-nav .dropup,
#news-nav .dropdown {
  position: static;
  z-index: 1000;
}

/* ------------------------------------------------------ Navbar Bootstrap Overwrites */
.navbar {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-default {
  background-color: rgba(240,240,240,.95);
}
/* Home icon + link hidden within oncanvas nav */ 
li#home {
  display: none;
  visibility: hidden;
}
.navbar-nav>li>a {
  font-family: 'gentonamedium', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.caret {
  margin-left: -3px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}
.navbar-default .navbar-nav>li>a {
  color: #003087;
  text-shadow: 0 -1px 0 rgba(255,255,255,08);
}
.navbar-default .navbar-nav>li>a:hover {
  color: #F47735;
}
nav#main-nav .desktop-nav {
  margin-left: 130px;
}
.dropdown-menu .divider {
  background-color: rgba(255,255,255,.3);
}
/* ------------------------------------------------------ Navbar Link Default White Color */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #F47735;
  background-color: #fff;
}

/* ------------------------------------------------------ Navbar Link Hover Block Colors */
/* HEALTH */
.navbar-default .navbar-nav>.open>a#health-nav, .navbar-default .navbar-nav>.open>a#health-nav:hover, .navbar-default .navbar-nav>.open>a#health-nav:focus {
  color: #fff;
  background-color: #6c9ac3;
  text-shadow: none;
}
/* SOCIETY */
.navbar-default .navbar-nav>.open>a#society-nav, .navbar-default .navbar-nav>.open>a#society-nav:hover, .navbar-default .navbar-nav>.open>a#society-nav:focus {
  color: #fff;
  background-color: #fcaf17;
  text-shadow: none;
}
/* CAMPUS LIFE */
.navbar-default .navbar-nav>.open>a#campus-nav, .navbar-default .navbar-nav>.open>a#campus-nav:hover, .navbar-default .navbar-nav>.open>a#campus-nav:focus {
  color: #fff;
  background-color: #80be63;
  text-shadow: none;
}
/* GLOBAL */
.navbar-default .navbar-nav>.open>a#global-nav, .navbar-default .navbar-nav>.open>a#global-nav:hover, .navbar-default .navbar-nav>.open>a#global-nav:focus {
  color: #fff;
  background-color: #d7182a;
  text-shadow: none;
}
/* JOURNALISTS */
.navbar-default .navbar-nav>.open>a#for-journalists-nav-link, .navbar-default .navbar-nav>.open>a#for-journalists-nav-link:hover, .navbar-default .navbar-nav>.open>a#for-journalists-nav-link:focus {
  color: #fff;
  background-color: #593674;
  text-shadow: none;
}

/* for journalists link */
a#for-journalists-nav-link {
  padding: 22px 15px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 13px;
  border-left: 1px solid #fff;
  margin-right: 10px;
}

/* dropdown menu style */
.dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: #fff !important;
  font-family: 'gentonamedium', Arial, sans-serif;
  box-shadow: 0px 13px 24px -5px #000000;
  -webkit-box-shadow: 0px 13px 24px -5px rgba(0,0,0,.4);
  -moz-box-shadow: 0px 13px 24px -5px rgba(0,0,0,.4);
  -o-box-shadow: 0px 13px 24px -5px rgba(0,0,0,.4);
}

/* ------------------------------------------------------ Navbar Link Dropdown Menu Background Colors */
#health-dd {
  background-color: #6c9ac3 !important;
}
#society-dd {
  background-color: #fcaf17 !important;
}
#campus-dd {
  background-color: #80be63 !important;
}
#global-dd {
  background-color: #d7182a !important;
}
#journalists-dd {
  background-color: #593674 !important;
}
#health-dd .nav-pills>li>a, #society-dd .nav-pills>li>a, #campus-dd .nav-pills>li>a, #global-dd .nav-pills>li>a, #journalists-dd .nav-pills>li>a {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#health-dd .nav-pills>li>a:hover, #society-dd .nav-pills>li>a:hover, #campus-dd .nav-pills>li>a:hover, #global-dd .nav-pills>li>a:hover, #journalists-dd .nav-pills>li>a:hover {
  color: #fff;
  background: rgba(255,255,255,.2);
}

.nav>li.subscribe {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-style: italic;
  color: #e0e0e0;
  text-transform: uppercase;
  font-family: 'gentonalight', Arial, sans-serif;
  letter-spacing: 1px;
}

/*
ul.nav-pills {
  font-size: 15px;
}
*/

/* Navbar thumbnail data */
.thumbnail {
  border: none;
  background: none;
  line-height: 14px;
  margin-bottom: 0;
  padding: 0;
}

.thumbnail a h2 {
  text-transform: none !important;
  letter-spacing: 1px !important;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.thumbnail a:hover figcaption h2 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.4s ease;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
/* ------------------------------------------------------ Navbar Link Hover Block Thumbnail Border Colors */
/* HEALTH */
ul#health-dd .thumbnail figcaption, ul#health-dd .thumbnail figcaption:hover {
  box-shadow: inset 0px 0px 0px 6px #6c9ac3;
  -webkit-box-shadow: inset 0px 0px 0px 6px #6c9ac3;
  -moz-box-shadow: inset 0px 0px 0px 6px #6c9ac3;
  -o-box-shadow: inset 0px 0px 0px 6px #6c9ac3;
}
/* SOCIETY */
ul#society-dd .thumbnail figcaption, ul#society-dd .thumbnail figcaption:hover {
  box-shadow: inset 0px 0px 0px 6px #fcaf17;
  -webkit-box-shadow: inset 0px 0px 0px 6px #fcaf17;
  -moz-box-shadow: inset 0px 0px 0px 6px #fcaf17;
  -o-box-shadow: inset 0px 0px 0px 6px #fcaf17;
}
/* CAMPUS */
ul#campus-dd .thumbnail figcaption, ul#campus-dd .thumbnail figcaption:hover {
  box-shadow: inset 0px 0px 0px 6px #80be63;
  -webkit-box-shadow: inset 0px 0px 0px 6px #80be63;
  -moz-box-shadow: inset 0px 0px 0px 6px #80be63;
  -o-box-shadow: inset 0px 0px 0px 6px #80be63;
}
/* GLOBAL */
ul#global-dd .thumbnail figcaption, ul#global-dd .thumbnail figcaption:hover {
  box-shadow: inset 0px 0px 0px 6px #d7182a;
  -webkit-box-shadow: inset 0px 0px 0px 6px #d7182a;
  -moz-box-shadow: inset 0px 0px 0px 6px #d7182a;
  -o-box-shadow: inset 0px 0px 0px 6px #d7182a;
}
.nav>li>h5 {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #e0e0e0;
}
form#search {
  padding: 10px;
}

/* Navbar inline links styling DESKTOP mode */
@media (min-width: 1200px) {
  .navbar-nav>li>a {
    height: 76px;
  }
  .navbar-right>li>a {
    padding: 28px 5px;
  }
  
  ul.desktop-nav ul.nav {
    padding-left: 5px;
  }
}

/* Navbar links styling at breakpoint */
@media (max-width: 1199px) {
  /* Home icon + link visible within offcanvas nav */ 
  li#home {
    display: block;
    visibility: visible;
    margin-top: 18px;
    font-size: 25px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
  }
  .navbar-collapse {
    box-shadow: 0px 13px 24px -5px #000000;
    -webkit-box-shadow: 0px 13px 24px -5px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 13px 24px -5px rgba(0,0,0,.4);
    -o-box-shadow: 0px 13px 24px -5px rgba(0,0,0,.4);
  }
  nav#main-nav .navbar-nav, nav#main-nav .navbar-right, nav#main-nav .dropdown a.dropdown-toggle {
    margin: 0;
    height: auto;
    text-align: center;
  }
  nav#main-nav .navbar-nav {
    padding: 0;
  }
  ul.dropdown-menu ul.nav-pills {
    text-align: center;
  }
  ul.desktop-nav li.dropdown a.dropdown-toggle, ul.navbar-right li.dropdown a.dropdown-toggle {
    padding: 20px 0;
  }
  .thumbnail a h2 {
    font-size: 13px;
    padding: 10px;
  }
  ul.navbar-right {
    border-top: 1px solid #ccc;
  }
  a#for-journalists-nav-link {
    letter-spacing: 3px;
    line-height: 15px;
    border-left: none;
  }
}




/* ------------------------------------------------------------------------------------------ 
                                    Boxes content styling 
-------------------------------------------------------------------------------------------*/
#news-content {
  margin-top: 76px;
}

/* -------------------------------------------------- article role (top color bar(s)) */
#spotlight, .headline, .additional-headline {
  margin: 0;
  padding: 0;
}

.title {
  padding: 6px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 300;
  font-family: 'gentonalight', Arial, sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-size: 12px;
}
@media (max-width: 480px) {
  .title {
    padding: 5px !important;
    font-size: 80%;
    letter-spacing: 3px;
  }
}

a.t-science-wellness {
  background-color: #6c9ac3;
  color: #fff !important;
}
a.t-science-wellness:hover {
  background-color: #5182ae;
  cursor: pointer;
}
a.t-society-culture {
  background-color: #fcaf17;
  color: #fff !important;
}
a.t-society-culture:hover {
  background-color: #fc8e17;
  cursor: pointer;
}
a.t-campus-life {
  background-color: #80be63;
  color: #fff !important;
}
a.t-campus-life:hover {
  background-color: #68a84a;
  cursor: pointer;
}
a.t-global-impact {
  background-color: #d7182a;
  color: #fff !important;
}
a.t-global-impact:hover {
  background-color: #bf0517;
  cursor: pointer;
}
.t-journalist {
  background-color: #593674;
  color: #fff !important;
}
.t-journalist:hover {
  background-color: #462b5a;
}
a.t-breaking {
  background-color: #e28f41;
  color: #fff !important;
}
a.t-breaking:hover {
  background-color: #E07816;
  cursor: pointer;
}

/* ------------------------------------------------------ Boxes article titles and content */
#spotlight a, .headline a, .additional-headline a {
  color: #eaeaea;
}
.story-no-img-campus-life {
  background: rgb(128,190,99); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(128,190,99,1) 0%, rgba(89,145,65,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,190,99,1)), color-stop(100%,rgba(89,145,65,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80be63', endColorstr='#599141',GradientType=0 ); /* IE6-9 */
}
.story-no-img-society-culture {
  background: rgb(252,175,23); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(252,175,23,1) 0%, rgba(229,137,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,175,23,1)), color-stop(100%,rgba(229,137,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf17', endColorstr='#e58900',GradientType=0 ); /* IE6-9 */
}
.story-no-img-science-wellness {
  background: rgb(108,154,195); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(108,154,195,1) 0%, rgba(68,107,147,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,154,195,1)), color-stop(100%,rgba(68,107,147,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9ac3', endColorstr='#446b93',GradientType=0 ); /* IE6-9 */
}
.story-no-img-global-impact {
  background: rgb(215,24,42); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(215,24,42,1) 0%, rgba(170,0,11,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,24,42,1)), color-stop(100%,rgba(170,0,11,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7182a', endColorstr='#aa000b',GradientType=0 ); /* IE6-9 */
}

figure {
  width:100%;
  height:100%;
  position: relative;
  overflow: hidden;
}
figure img {
  position: relative;
  display: block;
}
#spotlight figure img.img-responsive {
  width: 100%;
}
figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 200;
  display: block;
}
/* Article Title */
figcaption h2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.4s ease;
  text-transform: none;
}
#spotlight h2 {
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  bottom: 50px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.headline h2, .additional-headline h2 {
  font-size: 27px;
  line-height: 28px;
  position: absolute;
  bottom: 50px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* Article Title hover animation */
#spotlight a:hover figcaption h2 {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: all 0.4s ease;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.85);
  color: #fff;
}
.headline a:hover figcaption h2, .additional-headline a:hover figcaption h2 {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 0.4s ease;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.85);
  color: #fff;
}
/* Line rule seperator */
figcaption span.line-rule {
  position: absolute;
  bottom: 25px;
  left: 2%;
  border-bottom: 1px solid rgba(255,255,255,.4);
  width: 96%;
  height: 5px;
}
/* Article Date */
figcaption h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
a:hover figcaption h6 {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
figcaption span.media-type {
  position: absolute;
  bottom: 6px;
  right: 15px;
  font-size: 30px;
}
@media (max-width: 479px) {
  figcaption span.media-type-small {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 20px;
  }
} 

/* "Read Story" hover animation */
figure span.view {
  position: absolute;
  padding: 4px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 1%;
  left: 50%;
  background: transparent;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(.5);
  transform: translateY(-50%) translateX(-50%) scale(0.5);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
a:hover figure span.view {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  -webkit-transform: translateY(50px) translateX(-77px);
  transform: translateY(50px) translateX(-77px);
}


@media (min-width: 992px) and (max-width: 1400px) { 
  .headline h2, .additional-headline h2 {
    font-size: 18px;
    line-height: 19px;
  }
  a.title {
    padding: 5px !important;
    font-size: 80%;
    letter-spacing: 3px;
  }
}
@media (min-width: 480px) and (max-width: 700px) {  
  .headline h2, .additional-headline h2 {
    font-size: 18px;
    line-height: 19px;
  }
  a.title {
    padding: 5px !important;
    font-size: 80%;
    letter-spacing: 3px;
  }
}
@media (max-width: 480px) {
  #spotlight h2 {
    font-size: 31px;
    line-height: 31px;
  }
  .headline h2, .additional-headline h2 {
    font-size: 21px;
    line-height: 21px;
  }
}

/* -------------------------------------------------- overlay effect */
.img-overlay figcaption:hover {
  z-index: 200;
  transition: all 0.4s ease;
  opacity: 1;
}

#spotlight .img-overlay {
  top:0;
  width: 100%;
  height: 100%;
    position: absolute;
    display:block;
    background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') repeat-x bottom, -moz-linear-gradient(top,  rgba(0,0,0,0.32) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') repeat-x bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.32)), color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') repeat-x bottom, -webkit-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') repeat-x bottom, -o-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') repeat-x bottom, -ms-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* IE10+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') repeat-x bottom, linear-gradient(to bottom,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
  transition: all 0.4s ease;
}
.headline .img-overlay, .additional-headline .img-overlay {
  top:0;
  width: 100%;
  height: 100%;
    position: absolute;
    display:block;
    background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat bottom, -moz-linear-gradient(top,  rgba(0,0,0,0.32) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.32)), color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat bottom, -webkit-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat bottom, -o-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat bottom, -ms-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* IE10+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat bottom, linear-gradient(to bottom,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
  transition: all 0.4s ease;
}
/* navbar thumbnail overlay styles */
.thumbnail .img-overlay {
  top:0;
  width: 100%;
  height: 100%;
    position: absolute;
    display:block;
    background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 -20px, -moz-linear-gradient(top,  rgba(0,0,0,0.32) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 -20px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.32)), color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 -20px, -webkit-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 -20px, -o-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 -20px, -ms-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* IE10+ */
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 -20px, linear-gradient(to bottom,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
  transition: all 0.4s ease;
  /* box-shadow: inset 0px 0px 0px 6px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 6px #fff;
  -moz-box-shadow: inset 0px 0px 0px 6px #fff;
  -o-box-shadow: inset 0px 0px 0px 6px #fff; */
}
/*
.thumbnail figcaption, .thumbnail figcaption:hover {
  box-shadow: inset 0px 0px 0px 6px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 6px #fff;
  -moz-box-shadow: inset 0px 0px 0px 6px #fff;
  -o-box-shadow: inset 0px 0px 0px 6px #fff;
}*/

/* navbar thumbnail with no image */
.thumbnail-no-img {
  opacity: .3;
}

a:hover .img-overlay {
  opacity: .3;
}

/* -------------------------------------------------- Events and In the News section(s) */

.additional-content {
  padding: 60px 20px 40px 20px !important;
}
.border-col {
  border-right: 1px solid #ccc;
}

/* section headers */
.additional-content h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
/* orange line-rule */
span.line-rule {
  border-bottom: 2px solid #F47735;
  width: 40%;
  height: 5px;
  display: block;
  margin: 25px auto;
}
/* bootstrap list group overwrites */
a.list-group-item .list-group-item-heading {
  color: #003087;
  text-transform: none !important;
  transition: all 0.4s ease;
  padding-bottom: 5px;
}
a.list-group-item:hover {
  background-color: #f2f7ff;
  cursor: hand;
}
a.list-group-item:hover .list-group-item-heading {
  color: #f37021;
}
a.new-tab i.mdi {
  margin-top: -3px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px dotted #ccc;
}
.list-group-item:last-child {
  border-bottom: 1px dotted #ccc;
}
.in-the-news-item:nth-last-child(-n+2) > .list-group-item, .worth-repeating-item:nth-last-child(-n+2) > .list-group-item{
  border: none;
}
.list-group-item-text {
  color: #6c6c6c;
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 1.5;
}
.additional-content .list-group {
  margin-bottom: 0;
  padding: 10px;
}
.additional-content ul.nav-stacked li a {
  font-size: 17px;
}
ul.nav-stacked li a:hover {
  background-color: #f2f7ff;
  cursor: hand;
}

@media (max-width: 480px) { 
  .additional-content {
    padding: 40px 10px !important;
    clear: both;
  }
  .additional-content .list-group {
    padding: 0;
  }
}
@media (max-width: 991px) { 
  .border-col {
    border-left: none;
    border-right: none;
    clear: both;
  }
  
}

/* reveal */
#accordion .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  padding: 0;
}
#accordion .panel-body {
  padding: 0;
}


/* Upcoming Events */
a.event {
  display: block;
  min-height: 90px;
  color: #003087;
}
a.event:hover {
  color: #f37021;
}
a.event p.time {
  color: #6c6c6c;
}
a.event h4 {
  text-transform: capitalize;
}
.date {
  width: 60px;
  height: 67px;
  background: #003087; 
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  float: left;
  margin-right: 20px;
}
.date p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-family: 'gentonamedium';
  text-transform: uppercase;
}
.date p span {
  background: #eef4ff; 
  font-size: 25px; 
  color: #003087; 
  text-transform: uppercase;  
  display: block;
  padding: 6px 0;
  letter-spacing: 1px;
  border-top: 2px solid #fff;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  font-family: 'gentona_bookbold';
}

@-moz-document url-prefix() {
    .date {
        padding: 16px 0 0 0;
    }
    .date p span {
      padding: 9px 0 3px 0;
    }
}


/* -------------------------------------------------- Additional Stories that appear on the homepage after "In the News and Events" mobile formatting */
@media (max-width: 479px) {
  .headline .img-overlay, .additional-headline .img-overlay {
      background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 100px, -moz-linear-gradient(top,  rgba(0,0,0,0.32) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 100px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.32)), color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 100px, -webkit-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 100px, -o-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 100px, -ms-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') no-repeat 0 100px, linear-gradient(to bottom,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
  }
  .additional-headline span.view {
    display: none;
    visibility: hidden;
  }
  .additional-headline a.title {
    letter-spacing: 1px;
    padding: 3px !important;
  }
  .additional-headline h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    position: absolute;
    bottom: 25px;
  }
  .additional-headline figcaption span.line-rule {
    position: absolute;
    bottom: 0px;
    left: 2%;
    width: 96%;
    height: 5px;
  }
  .additional-headline figcaption h6 {
    position: absolute;
    bottom: 6px;
    left: 5px;
    letter-spacing: 1px;
    font-size: 10px;
  }
}

/* -------------------------------------------------- Twine Feed */
section#twinefeed {
  width: 96%;
}
section#twinefeed .container {
  width: 100%;
}
#twine-parent {
  height: 500px !important;
}

/* homepage styles */
@media (min-width: 480px){
  .worth-repeating-item, .in-the-news-item{
    /*height: 160px;*/
    padding: 0px 5px;
  }
  
  .col-sm-6.in-the-news-item:nth-of-type(2n+1), .col-sm-6.worth-repeating-item:nth-of-type(2n+1) {
      clear: both;
  }

  .worth-repeating-item .list-group-item-text, .in-the-news-item .list-group-item-text{
    text-overflow: ellipsis;
    /*height: 75px;*/
    overflow: hidden;
    display: block;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;    
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* -------------------------------------------------- RSS links on the homepage */
#rss {
  margin-bottom: -43px;
}
/* -------------------------------------------------- RSS links on the homepage (hidding on mobile) */
@media (max-width: 480px) {
  #rss {
    display: none;
    visibility: hidden;
  }
}





/* ------------------------------------------------------------------------------------------ 
                                      Article Page(s) 
-------------------------------------------------------------------------------------------*/
.campus-life {
  background: rgb(128,190,99); /* Old browsers */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -moz-linear-gradient(top,  rgba(128,190,99,1) 0%, rgba(89,145,65,1) 100%); /* FF3.6+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,190,99,1)), color-stop(100%,rgba(89,145,65,1))); /* Chrome,Safari4+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -webkit-linear-gradient(top,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* Chrome10+,Safari5.1+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -o-linear-gradient(top,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* Opera 11.10+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -ms-linear-gradient(top,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* IE10+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, linear-gradient(to bottom,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80be63', endColorstr='#599141',GradientType=0 ); /* IE6-9 */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.society-culture {
  background: rgb(252,175,23); /* Old browsers */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -moz-linear-gradient(top,  rgba(252,175,23,1) 0%, rgba(229,137,0,1) 100%); /* FF3.6+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,175,23,1)), color-stop(100%,rgba(229,137,0,1))); /* Chrome,Safari4+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -webkit-linear-gradient(top,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -o-linear-gradient(top,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* Opera 11.10+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -ms-linear-gradient(top,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* IE10+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, linear-gradient(to bottom,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf17', endColorstr='#e58900',GradientType=0 ); /* IE6-9 */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.global-impact {
  background: rgb(215,24,42); /* Old browsers */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -moz-linear-gradient(top,  rgba(215,24,42,1) 0%, rgba(170,0,11,1) 100%); /* FF3.6+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,24,42,1)), color-stop(100%,rgba(170,0,11,1))); /* Chrome,Safari4+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -webkit-linear-gradient(top,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* Chrome10+,Safari5.1+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -o-linear-gradient(top,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* Opera 11.10+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -ms-linear-gradient(top,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* IE10+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, linear-gradient(to bottom,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7182a', endColorstr='#aa000b',GradientType=0 ); /* IE6-9 */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.science-wellness {
  background: rgb(108,154,195); /* Old browsers */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -moz-linear-gradient(top,  rgba(108,154,195,1) 0%, rgba(68,107,147,1) 100%); /* FF3.6+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,154,195,1)), color-stop(100%,rgba(68,107,147,1))); /* Chrome,Safari4+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -webkit-linear-gradient(top,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* Chrome10+,Safari5.1+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -o-linear-gradient(top,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* Opera 11.10+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, -ms-linear-gradient(top,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* IE10+ */
  background: url('/media/news-redesign/style-assets/images/story-header-bg-img-overlay.png') bottom repeat-x, linear-gradient(to bottom,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9ac3', endColorstr='#446b93',GradientType=0 ); /* IE6-9 */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.journalist {
  background: rgb(89,54,116); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(89,54,116,1) 0%, rgba(70,43,91,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,54,116,1)), color-stop(100%,rgba(70,43,91,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(89,54,116,1) 0%,rgba(70,43,91,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(89,54,116,1) 0%,rgba(70,43,91,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(89,54,116,1) 0%,rgba(70,43,91,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(89,54,116,1) 0%,rgba(70,43,91,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#593674', endColorstr='#462b5b',GradientType=0 ); /* IE6-9 */
}
.breaking {
  background: rgb(226,71,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(226,71,0,1) 0%, rgba(255,74,0,1) 14%, rgba(255,74,0,1) 67%, rgba(226,71,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,71,0,1)), color-stop(14%,rgba(255,74,0,1)), color-stop(67%,rgba(255,74,0,1)), color-stop(100%,rgba(226,71,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(226,71,0,1) 0%,rgba(255,74,0,1) 14%,rgba(255,74,0,1) 67%,rgba(226,71,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(226,71,0,1) 0%,rgba(255,74,0,1) 14%,rgba(255,74,0,1) 67%,rgba(226,71,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(226,71,0,1) 0%,rgba(255,74,0,1) 14%,rgba(255,74,0,1) 67%,rgba(226,71,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(226,71,0,1) 0%,rgba(255,74,0,1) 14%,rgba(255,74,0,1) 67%,rgba(226,71,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24700', endColorstr='#e24700',GradientType=0 ); /* IE6-9 */
}
.generic {
  background: #cecece; /* Old browsers */
  background: -moz-linear-gradient(top,  #cecece 0%, #9e9e9e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#9e9e9e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cecece 0%,#9e9e9e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cecece 0%,#9e9e9e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cecece 0%,#9e9e9e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cecece 0%,#9e9e9e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
}

article {
  padding: 30px;
}
article p.lead {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 20px;
}
article p {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 20px;
}
article h3 {
  color: #383838;
  text-align: center;
}
article h4.border {
  color: #383838;
  border-top: 1px dotted #ccc;
  padding-top: 30px;
}
article .line-rule {
  border-bottom: 1px solid #ccc;
  width: 75%;
  height: 5px;
  margin: 10px auto;
}
article hr{
  border-top: 2px solid #eee;
}
.embed-responsive {
  margin-bottom: 30px;  
}

/* embedded images within the story */
img.img-embed-left {
  width: 50%;
  height: 50%;
  margin: 0 30px 30px 0;
  float: left;
}
img.img-embed-right {
  width: 50%;
  height: 50%;
  margin: 0 0 30px 30px;
  float: right;
}

blockquote p {
  color: #000;
  font-size: 120%;
}
blockquote footer {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.role-title {
  color: #fff;
  font-family: 'gentonalight', Arial, sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 6px 0;
  font-size: 12px;
}

/* Story intro (top color header) */
.story-intro {
  padding: 0 !important;
}
.story-intro img {
  width: 40%;
  height: 40%;
  float: left;
}
#story-intro-content {
  padding: 30px !important;
  overflow: hidden;
  color: #fff;
}
.story-intro h2 {
  font-size: 45px;
  text-transform: inherit;
  color: #fff;
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0 !important;
}
.story-intro .line-rule {
  border-bottom: 1px solid rgba(255,255,255,.4);
  width: 100%;
  height: 5px;
  margin: 10px 0;
}
.story-intro h6, .story-intro li a {
  font-family: 'gentonathin', Arial, sans-serif;
  font-size: 19px;
  color: #fff;
  text-align: right;
}
.story-intro .line-rule-bottom {
  margin-top: 35px;
  clear: both;
}
.story-intro li a {
  border-bottom: 1px solid rgba(255,255,255,.4);
  color: #fff !important;
}
.story-intro li a:hover {
  color: rgba(255,255,255,.7);
  border-bottom: 1px solid rgba(255,255,255,.7);
}

.blockquote-left{
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.blockquote-right{
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

@media (min-width: 0px) and (max-width: 850px) {
  .campus-life {
    background: rgb(128,190,99); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(128,190,99,1) 0%, rgba(89,145,65,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,190,99,1)), color-stop(100%,rgba(89,145,65,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(128,190,99,1) 0%,rgba(89,145,65,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80be63', endColorstr='#599141',GradientType=0 ); /* IE6-9 */
  }
  .society-culture {
    background: rgb(252,175,23); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,175,23,1) 0%, rgba(229,137,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,175,23,1)), color-stop(100%,rgba(229,137,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,175,23,1) 0%,rgba(229,137,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf17', endColorstr='#e58900',GradientType=0 ); /* IE6-9 */
  }
  .global-impact {
    background: rgb(215,24,42); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(215,24,42,1) 0%, rgba(170,0,11,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,24,42,1)), color-stop(100%,rgba(170,0,11,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(215,24,42,1) 0%,rgba(170,0,11,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7182a', endColorstr='#aa000b',GradientType=0 ); /* IE6-9 */
  }
  .science-wellness {
    background: rgb(108,154,195); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(108,154,195,1) 0%, rgba(68,107,147,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,154,195,1)), color-stop(100%,rgba(68,107,147,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(108,154,195,1) 0%,rgba(68,107,147,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9ac3', endColorstr='#446b93',GradientType=0 ); /* IE6-9 */
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .story-intro img {
    width: 100%;
    height: 100%;
    float: none;
  }
  #story-intro-content {
    padding: 20px !important;
    overflow: hidden;
  }
  .story-intro h2 {
    font-size: 25px;
  }

  /* Line rule seperator */
  .story-intro .line-rule {
    margin: 15px 0;
  }
  .story-intro .line-rule-bottom {
    margin-top: 35px;
  }
  .story-intro h6, .story-intro li a {
    font-size: 14px;
    line-height: 12px;
    font-family: 'gentonabook', Arial, sans-serif;
  }
  .story-intro h6 i.mdi {
    margin-top: 4px;
  }
  article {
    padding: 20px;
  }
  img.img-embed-left {
    width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  img.img-embed-right {
    width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  article p.lead {
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

@media (min-width: 481px) and (max-width: 850px) {
  .story-intro img {
    width: 33%;
    height: 33%;
    float: left;
  }
  #story-intro-content {
    padding: 10px !important;
    overflow: hidden;
  }
  .story-intro h2 {
    font-size: 23px !important;
    line-height: 25px !important;
  }
  .story-intro h6, .story-intro li a {
    font-size: 13px;
    font-family: 'gentonabook', Arial, sans-serif;
  }
  .story-intro h6 i.mdi {
    margin-top: 5px;
  }
  .story-intro li a {
    line-height: 11px !important;
  }
  .story-intro .line-rule-bottom {
    margin-top: 30px;
  }
  
}

@media (min-width: 992px) {
  blockquote, .blockquote-left {
    margin-left: -10%;
  }
  .blockquote-reverse, .blockquote-right {
    margin-right: -10% !important;
  }

  img.img-embed-left {
    width: 50%;
    height: 50%;
    margin: 0 30px 30px -10%;
    float: left;
  }
  img.img-embed-right {
    width: 50%;
    height: 50%;
    margin: 0 -10% 30px 30px;
    float: right;
  }
}


/* -------------------------------------------------- Pagination */
.pagination>li>a, .pagination>li>span {
  color: #003087;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #f37021;
  border-color: #f37021;
}

/* -------------------------------------------------- Any article tagged as "Gator Good" and/or "UF Preeminence" will display a visual identifier */
#tag-gator-good, #tag-preeminence {
  display: inline-block;
  padding: 10px;
}



/* -------------------------------------------------- Photo gallery */
#gallery {
  margin: 0 auto 30px auto;
  text-align: center;
}
#gallery figure {
  width:32%;
  height:32%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#gallery h4 {
  margin-bottom: 15px;
  letter-spacing: 3px;
}
#gallery figure span.view {
  position: absolute;
  padding: 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: bold;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 1%;
  left: 50%;
  background: transparent;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(.5);
  transform: translateY(-50%) translateX(-50%) scale(0.5);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  font-size: 40px;
}
#gallery a:hover figure span.view {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  -webkit-transform: translateY(50%) translateX(-20px);
  transform: translateY(50%) translateX(-20px);
}

#blueimp-gallery .title{
  text-transform: inherit;
}

#blueimp-gallery .close{
  z-index: 999;
}



/* ------------------------------------------------------------------------------------------ 
                                     Equal Height Columns
-------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
[class*="col-md-height"] {
  border-right:1px solid #ccc;
}
.col-md-height:last-child {
  border-right:none !important;
}

ul.list-media-tips {
  margin-top: 20px;
}
ul.list-media-tips li {
  margin: 15px 0;
}
span.badge-date {
  border-top: 6px solid #003087;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #e5eeff; 
  padding: 0 3px;
  margin-right: 5px;
  min-width: 25px !important;
  max-width: 50px;
  display: inline-block;
  text-align: center;
}

/* ------------------------------------------------------------------------------------------ 
                              Media Resources mobile formatting
-------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  .bg-light-color {
    background-color: #f6f6f6;
    margin-bottom: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .bg-light-color .list-group-item {
    background-color: #f6f6f6 !important;
    border: none !important;
    border-top: 1px dotted #e7e7e7 !important;  
    border-bottom: none !important; 
  }
  .col-md-height {
    border-right:none !important;
  }
}





/* ------------------------------------------------------------------------------------------ 
                                             Footer
-------------------------------------------------------------------------------------------*/
#story-submit {
  border-top: 1px solid #ccc;
  padding: 0 20px;
  background: rgb(234,234,234); /* Old browsers */
}
#story-submit a {
  width: 100%;
  display: block;
  padding-top: 25px;
}
#story-submit span.btn:hover {
  color: #fff;
}
#contact {
  background: rgb(234,234,234); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 44%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(44%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 44%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 44%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 44%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 44%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  color:#989898;
  padding:40px 20px 30px 20px;
  
}
#contact h4, #contact h5 {
  letter-spacing: 1px;
  padding-bottom: 10px;
  color: #4b4b4b;
}
#contact p, #contact li {
  font-family: 'gentonalight', Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding-bottom: 5px;
}
#contact a { 
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dotted #676767;
}
#contact a:hover { 
  border-bottom: none;
}
/* ---------------------------------------- The three external "boxes" links in the footer */
a.btn-footer {
  border: 1px solid #e9e9e9 !important;
  text-shadow: none;
  border-radius: 6px;
  display: block;
  text-align: center;
  padding: 10px 10px 5px 10px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #003087 !important;
  min-height: 140px;
}
a.btn-footer:hover {
  color: #F47735 !important;
  background-color: #fff !important;
}
a.btn-footer h4 {
  color: #003087 !important;
  padding: 0 !important;
}
a.btn-footer span.line-rule {
  border-bottom: 2px solid #F47735;
  width: 40%;
  height: 5px;
  display: block;
  margin: 5px auto 9px auto;
}
a.btn-footer p {
  font-family: 'quadonmedium', Arial, sans-serif !important;
  font-size: 13px !important;
}

@media (max-width: 479px) {
  #contact .col-md-5 {
    margin-bottom: 15px;
  } 
}

footer {
  border-top: 1px solid #ccc;
  padding: 20px 20px 8px 20px;
  background: url('/media/news-redesign/style-assets/images/bg-img-overlay.png') bottom, #383838;
  font-family: 'gentonalight', Arial, sans-serif;
  font-size: 11px;
  color: #b6b6b6;
}
footer a, footer a:visited {
  color: #ccc;
}
footer a:hover, footer a:active {
  color: #fff;
}

/*
@media (min-width: 992px) {
  footer .col-md-4 {
    text-align: right;
  } 
}
*/
img#wordmark {
  width: 166px;
  height: 30px;
  margin-bottom: 8px;
}
footer a i.mdi {
  font-size: 17px;
  margin-bottom: 10px;
}


span.caption {
    display: block;
    padding: 0;
    background-color: rgba(240,240,240,.95);
    text-align: center;
    max-width: 400px;
}

span.caption.align-left {
    float: left;
    margin: 0 20px 20px 0;
}

span.caption.align-right {
    float: right;
    margin: 0 0 20px 20px;
}

span.caption img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    /* text-align: center; */
    max-width: 100%;
}

span.caption span {
    padding: 0 5px;
}

span.caption img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    /* text-align: center; */
    max-width: 100%;
}

span.caption span {
    padding: 0 5px;
}


/* -------------------------------------------------- Prevent hover effects on tablet and mobile (touch devices) */
@media (max-width: 768px) {
  a, a:hover, a:focus, a:active, a.active {
    transition: none;
    color: #003087;
  }
  ul.nav-stacked li a:hover {
    background-color: #fff; 
  }
  .navbar-default .navbar-nav>li>a:hover {
    color: #003087;
  }
  .thumbnail a:hover figcaption h2 {
    -webkit-transform: none;
    transform: none;
    transition: none;
    text-shadow: none;
  }
  #spotlight a:hover figcaption h2 {
    -webkit-transform: none;
    transform: none;
    transition: none;
    text-shadow: none;
    color: #eaeaea;
  }
  .headline a:hover figcaption h2, .additional-headline a:hover figcaption h2 {
    -webkit-transform: none;
    transform: none;
    transition: none;
    text-shadow: none;
    color: #eaeaea;
  }
  a:hover figcaption h6 {
    color: #eaeaea;
    text-shadow: none;
  }
  a:hover .img-overlay {
    opacity: 1;
  }
  figure span.view {
    display: none;
    visibility: hidden; 
  }
  a:hover figcaption span.media-type {
    color: #fff;  
  }
  a.list-group-item:hover {
    background-color: #fff;
  } 
  a.list-group-item:hover .list-group-item-heading {
    color: #003087;
    background-color: none;
  }
  a.event:hover {
    color: #003087;
  }
}



