* {
  margin: 0;
  padding: 0; }

html {
  font-size: 100%; }

body {
  background: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "proxima-nova","Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: 400;
  height: 100%; }

p {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video {
  display: block; }

/* Layout
--------------------------------------------------------------------*/
#main-container {
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0; }

h1#main-category-title {
  font-size: 40px;
  font-weight: bold;
  width: 100%; }

#pageTitleWrapper {
  padding-top: 42px; }

h1#mainPageTitle {
  font-size: 40px;
  font-weight: bold;
  color: #F8B800; }

@media screen and (max-width: 959px) {
  #pageTitleWrapper {
    margin-left: 10px; } }
@media screen and (max-width: 767px) {
  body {
    background: none; }

  #pageTitleWrapper {
    padding-top: 10px; } }
@media screen and (max-width: 360px) {
  p, li {
    font-size: 14pt; } }
/* Buttons
--------------------------------------------------------------------*/
a.external-btn {
  color: #000;
  display: block;
  position: relative; }
  a.external-btn .btn-text {
    display: block;
    margin-right: 55px;
    padding: 10px 0 10px 10px; }
  a.external-btn .btn-arrow {
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    margin-top: -15px;
    overflow: hidden;
    padding: 3px 0 0 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 30px;
    /* here */
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.3); }

/* Jump links
--------------------------------------------------------------------*/
#leftContent .content ul.jump-links li {
  margin-bottom: 0.7em; }

/* Utilities
--------------------------------------------------------------------*/
.developer-note {
  background: #ffff00; }

.photo-note {
  color: green; }

.client-note {
  color: red; }

.hide {
  display: none; }

img.adobe-image {
  display: inherit; }

#gotop {
  background: url("../images/layout/gotop.png") no-repeat scroll 0 0 transparent;
  bottom: 50px;
  display: block;
  height: 58px;
  overflow: hidden;
  position: fixed;
  right: 5px;
  text-indent: 9999px;
  width: 58px;
  white-space: nowrap; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  height: auto;
  visibility: visible; }

.image-zoom-wrapper {
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  padding: 20px; }
  .image-zoom-wrapper p {
    color: #fff;
    margin-top: 1em; }

/* Main header
-------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff; }

#primaryHeader {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 auto;
  max-width: 960px; }

#logo h1 {
  font-family: "utopia-std", "Times New Roman", Helvetica, sans-serif;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap; }
  #logo h1 a {
    color: #333;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 auto; }
    #logo h1 a span.grey {
      color: #555555; }
    #logo h1 a span.black {
      color: #222222; }
#logo #siteTitle {
  width: 100%; }

#locationDate {
  padding: 8px 15px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  position: relative; }
  #locationDate .date {
    margin: 0 auto;
    max-width: 200px;
    text-align: center; }
  #locationDate .subMenu {
    float: left; }
    #locationDate .subMenu ul li {
      float: left;
      margin-right: 10px; }

#siteSearch {
  position: absolute;
  right: 0px;
  top: 4px;
  width: 200px;
  height: 25px; }
  #siteSearch #searchFieldContainer {
    height: 25px; }
  #siteSearch span {
    display: none; }
  #siteSearch .search-input {
    position: absolute;
    background: #FFFFFF;
    border-radius: 1em 1em 1em 1em;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    opacity: 0.9;
    padding: 4px 32px 4px 16px;
    width: 200px;
    height: 25px; }
  #siteSearch .magnifying-glass {
    float: right;
    background: none;
    border: none;
    height: 17px;
    width: 17px; }
  #siteSearch button {
    border: none;
    height: 25px !important;
    width: 25px !important;
    padding: 0;
    margin: 0; }
    #siteSearch button img {
      margin-top: 0px; }

@media screen and (max-width: 1087px) {
  #logo h1 a {
    margin: 0 auto 0 auto;
    display: block;
    width: 400px; } }
@media screen and (max-width: 767px) {
  #logo h1 {
    font-size: 42px; }
    #logo h1 a {
      display: inline;
      width: auto; }

  #locationDate {
    position: static;
    margin-bottom: 0; }
    #locationDate .subMenu {
      display: none; }
    #locationDate .date {
      float: none;
      width: 100%;
      margin: 0 auto;
      text-align: center; }

  #siteSearch {
    float: none;
    margin: 0 auto;
    height: auto;
    top: 0;
    width: 50%; }
    #siteSearch form {
      text-align: right; }
    #siteSearch .search-input {
      position: static;
      width: 100%; }
    #siteSearch .magnifying-glass {
      float: none;
      position: absolute;
      right: 10px;
      top: 10px; }
    #siteSearch #searchFieldContainer {
      display: none;
      background: #040001;
      height: 45px;
      position: absolute;
      top: 89px;
      width: 100%;
      padding: 10px; }

  #searchMobileButton {
    background: url(../images/layout/sprite-2x.png) no-repeat;
    background-size: 405px 139px;
    background-position: -379px -65px;
    display: none;
    width: 30px;
    height: 42px;
    z-index: 200;
    position: absolute;
    right: 10px;
    top: 50px;
    cursor: pointer;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden; }

  #siteSearch.clicked #searchFieldContainer {
    display: block; } }
@media screen and (max-width: 506px) {
  #logo h1 {
    font-size: 36px; }

  #mastHead {
    margin-bottom: 0; }

  #siteSearch #searchFieldContainer {
    top: 82px; }

  #searchMobileButton {
    top: 46px; } }
/* DELETE?
#externalLinks{ }
#externalLinks .subMenu { float:right; }
#externalLinks .subMenu ul { margin:0 0 0 38px; padding:0; list-style:none; width:100%;}
#externalLinks .subMenu ul li { float: left; padding: 8px 0;}
#externalLinks .subMenu ul li a { font-family: "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif; text-transform:uppercase; color:#444444; margin:0; display: block; font-size: 15px; font-weight: 700; letter-spacing: 2.25px; padding: 5px 12px; text-decoration: none; vertical-align: middle; }
#externalLinks .subMenu ul li a:hover { }


*/
#footerWrapper {
  background-color: #2b2b2b;
  border-top: solid 5px #f8b800; }
  #footerWrapper a {
    text-decoration: none; }
  #footerWrapper a:hover {
    text-decoration: underline; }
  #footerWrapper h1, #footerWrapper h2, #footerWrapper h3, #footerWrapper h4 {
    color: #fff; }
  #footerWrapper p, #footerWrapper ul, #footerWrapper li, #footerWrapper a {
    color: #ccc; }
  #footerWrapper .arrow-gold li {
    background: url(../../images/common/bullet-arrow-gold.png) 0 0.45em no-repeat; }
  #footerWrapper .img-bullet li {
    margin: 0;
    padding: 0 0 0 15px; }
  #footerWrapper .block {
    padding: 0 30px;
    margin: 0 auto; }
  #footerWrapper .footer-contact {
    width: 100%;
    max-width: 960px;
    padding: 1.5em 0;
    margin: 0 auto; }
    #footerWrapper .footer-contact h3 {
      font-size: 19px;
      padding-bottom: 20px; }
  #footerWrapper .fc-webicon-list li {
    width: auto;
    display: block;
    float: left;
    margin: 0 15px 15px 0; }
    #footerWrapper .fc-webicon-list li:nth-child(3n+1) {
      clear: both; }
  #footerWrapper .footer-col {
    float: left; }
  #footerWrapper .footer-col-1 {
    width: 50%; }
  #footerWrapper .footer-col-2 {
    width: 25%; }
  #footerWrapper .footer-col-3 {
    width: 25%;
    text-align: right; }

ul#footerNav {
  clear: both;
  display: block;
  height: 100%;
  min-height: 39px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  list-style: none; }
  ul#footerNav li {
    display: inline-block;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0; }
    ul#footerNav li a {
      display: block;
      font: 600 16px "proxima-nova", Helvetica, Arial, sans-serif;
      height: 100%;
      letter-spacing: 1.5px;
      margin: 0;
      max-height: 39px;
      min-height: 39px;
      overflow: hidden;
      padding: 10px 15px 8px;
      text-decoration: none;
      word-spacing: 1px; }
    ul#footerNav li a:hover {
      text-decoration: none; }

#signature li {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  list-style: none outside none; }
#signature li.space {
  margin-top: 11px; }

@media screen and (max-width: 690px) {
  #footerWrapper .footer-col-2 {
    width: 50%; }
  #footerWrapper .footer-col-3 {
    width: 50%;
    text-align: left; }
  #footerWrapper .fc-webicon-list li:nth-child(3n+1) {
    clear: none; } }
@media screen and (max-width: 640px) {
  #footerWrapper .footer-col {
    float: none;
    clear: both;
    margin-bottom: 20px; }
  #footerWrapper .footer-col-1 {
    width: 100%; }
  #footerWrapper .footer-col-2 {
    width: 100%;
    text-align: center; }
  #footerWrapper .footer-col-3 {
    width: 100%;
    text-align: center; }
  #footerWrapper .fc-webicon-list li {
    display: inline;
    float: none; }
    #footerWrapper .fc-webicon-list li:nth-child(6n) {
      margin-right: 0; } }
/* Main navigation 
--------------------------------------------------------------------*/
#primaryNav {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #040001;
  height: 39px; }
  #primaryNav .navigation {
    margin: 0 auto;
    overflow: visible;
    width: 100%; }
  #primaryNav nav[role="navigation"] {
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%; }
  #primaryNav ul, #primaryNav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #primaryNav a {
    font: 400 14px "proxima-nova", Helvetica, Arial, sans-serif;
    display: block;
    color: #fff;
    font-weight: bold;
    margin: 0;
    height: 100%;
    letter-spacing: 1.5px;
    min-height: 100%;
    padding: 11px 0 11px;
    text-align: center;
    text-decoration: none;
    word-spacing: 1px; }
  #primaryNav ul#mainNav li a.current {
    background: #c4c4c4;
    color: #222222; }
  #primaryNav a.toggleMenu {
    display: none;
    height: 40px;
    min-height: 0; }
    #primaryNav a.toggleMenu:hover {
      background-color: none; }

ul#mainNav {
  clear: both;
  display: inline-block;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  height: 39px;
  text-align: center;
  white-space: nowrap;
  width: 100%; }
  ul#mainNav li {
    border-left: 1px solid #565555;
    display: inline-block;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0; }
  ul#mainNav li.nav-home {
    width: 7.3333%; }
  ul#mainNav li.nav-news {
    width: 7.3333%; }
  ul#mainNav li.nav-research {
    width: 11.3333%; }
  ul#mainNav li.nav-health {
    width: 8.3333%; }
  ul#mainNav li.nav-students {
    width: 10.3333%; }
  ul#mainNav li.nav-facstaff {
    width: 19.3333%; }
  ul#mainNav li.nav-alumni {
    width: 9.3333%; }
  ul#mainNav li.nav-community {
    width: 13.3333%; }
  ul#mainNav li.nav-contact {
    width: 13.3333%; }
  ul#mainNav li.nav-contact {
    border-right: 1px solid #565555; }
  ul#mainNav li.nav-journalists {
    display: none; }
  ul#mainNav li.nav-vcu {
    display: none; }
  ul#mainNav li.nav-journalists, ul#mainNav li.nav-vcu {
    display: none; }
  ul#mainNav a:hover {
    background: #c4c4c4;
    color: #222222; }
  ul#mainNav.mobile {
    background-color: #040001;
    height: auto; }
    ul#mainNav.mobile ul {
      background-color: #222;
      margin: 0; }
    ul#mainNav.mobile li {
      border: none;
      width: 100%;
      float: none;
      display: block;
      position: relative; }
      ul#mainNav.mobile li.nav-journalists, ul#mainNav.mobile li.nav-vcu {
        display: block; }
    ul#mainNav.mobile a {
      padding-left: 20px; }
    ul#mainNav.mobile li li a {
      padding-left: 40px; }

/*
.toggleMenu {
	display: inline-block;
	zoom: 1;
	background-color: #000;
	color: #fff;
	padding: 15px;
}

    */
.moreNav {
  background: url(../images/layout/sprite-2x.png) no-repeat;
  background-size: 405px 139px;
  background-position: -34px -66px;
  position: absolute;
  top: 8px;
  right: 15px;
  width: 30px;
  height: 25px;
  cursor: pointer; }

#mainNav li.hover .moreNav {
  background-position: 0 -66px; }

@media screen and (max-width: 767px) {
  #primaryNav {
    height: auto;
    margin-top: -10px; }
    #primaryNav nav[role="navigation"] > ul {
      display: block; }
    #primaryNav li a {
      padding: 15px 10px;
      text-align: left; }
    #primaryNav li a:hover, #primaryNav ul#mainNav li a.current {
      background: #f8b800; }

  nav[role="navigation"] {
    max-height: 1000px; }

  a.toggleMenu {
    background: url(../images/layout/sprite-2x.png) no-repeat;
    background-position: -300px -60px;
    background-size: 405px 139px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    width: 41px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 50px;
    z-index: 10; } }
@media screen and (max-width: 506px) {
  a.toggleMenu {
    top: 44px; } }
/* Navigation in the sidebar
--------------------------------------------------------------------*/
/* Footer navigation 
--------------------------------------------------------------------*/
div#wrapperSecondaryNav {
  margin: 0 auto;
  width: 100%;
  max-width: 960px; }

div#secondaryNav {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #434343;
  height: auto; }
  div#secondaryNav .navigation {
    margin: 0 auto;
    overflow: visible;
    width: 100%; }
  div#secondaryNav nav[role="navigation"] {
    height: 100%;
    margin: 0 auto;
    max-height: 39px;
    max-width: 990px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%; }

#footerNav li a:hover {
  background: #c4c4c4;
  color: #222222; }
#footerNav li.nav-news {
  width: 9.5%; }
#footerNav li.nav-research {
  width: 11%; }
#footerNav li.nav-health {
  width: 10.5%; }
#footerNav li.nav-students {
  width: 11%; }
#footerNav li.nav-facstaff {
  width: 20.5%; }
#footerNav li.nav-alumni {
  width: 10.5%; }
#footerNav li.nav-community {
  width: 12.5%; }
#footerNav li.nav-contact {
  width: 14.5%; }

/* Featured content
--------------------------------------------------------------------*/
.top-shadow {
  -webkit-box-shadow: 0px -3px 15px -5px #cecece;
  -moz-box-shadow: 0px -3px 15px -5px #cecece;
  box-shadow: 0px -3px 15px -5px #cecece; }

.left-shadow {
  -webkit-box-shadow: inset 4px 0 7px -5px #cecece;
  -moz-box-shadow: inset 4px 0 7px -5px #cecece;
  -ms-box-shadow: inset 4px 0 7px -5px #cecece;
  box-shadow: inset 4px 0 7px -5px #cecece; }

.one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #8a8a8a;
  -moz-box-shadow: 0 8px 6px -6px #8a8a8a;
  box-shadow: 0 8px 6px -6px #8a8a8a; }

.two-edge-shadow {
  box-shadow: inset 0 -20px 10px -4px #555, inset -20px 0px 10px -8px #555,inset 0 20px 10px -16px #555,inset 20px 0px 10px -16px #555; }

/* Main container of the featured area */
#featuredContent {
  background-color: #fff;
  margin-top: 15px;
  min-width: 100%;
  overflow: hidden;
  clear: both;
  min-height: 545px;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5; }

/* DEBUG */
#featureStories {
  float: left;
  width: 60.41666%;
  height: 100%;
  max-height: 545px;
  padding: 20px; }
  #featureStories article {
    width: 100%; }
    #featureStories article h1.article-title {
      margin-top: 24px;
      margin-bottom: 5px; }
      #featureStories article h1.article-title a {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        color: #222222;
        display: block;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.6px;
        line-height: 1.3em; }
    #featureStories article p.article-excerpt {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      color: #444444;
      font-size: 14px;
      line-height: 18px; }
    #featureStories article .article-img-container img {
      width: 100%; }
    #featureStories article .royalSlider {
      width: 100%; }

/* Overwrite width for featureStories in category index pages*/
body.research #featureStories, body.health #featureStories, body.students #featureStories, body.facstaff #featureStories, body.alumni #featureStories, body.community #featureStories {
  width: 60.41666%; }

#topStories {
  float: left;
  max-width: 380px;
  width: 38.583333%;
  margin-top: 20px;
  padding: 0 0 20px 5px;
  height: 100%;
  border-left: solid 1px #e8e8e8; }
  #topStories ul.toolbar {
    display: block;
    height: 35px;
    list-style: none outside none;
    margin: 0 auto 10px auto;
    max-width: 250px;
    padding: 0;
    width: auto; }
    #topStories ul.toolbar li {
      content: "";
      float: left;
      font-size: 12px;
      font-weight: 700;
      height: 100%;
      line-height: 32px;
      overflow: hidden;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      text-align: center;
      width: 120px; }
      #topStories ul.toolbar li a {
        font-family: "proxima-nova",Helvetica,Arial,sans-serif;
        font-size: 14px;
        color: #9e9e9e;
        vertical-align: middle; }
      #topStories ul.toolbar li.active {
        background: #efefef;
        color: #000;
        border-radius: 1000px; }
        #topStories ul.toolbar li.active a {
          color: #333333; }
  #topStories .tab h1 {
    display: none; }
  #topStories #tabHeadlines .more-link {
    padding: 20px 30px 0 30px; }
  #topStories article {
    border-bottom: 1px solid #e8e8e8; }
    #topStories article .article-content-wrapper {
      padding: 6px 15px 12px 15px; }
    #topStories article figure {
      float: right;
      margin-left: 10px;
      width: 90px; }
    #topStories article h1.article-title {
      font-weight: bold;
      margin: 0;
      display: inline; }
      #topStories article h1.article-title a {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #444444;
        display: block; }
      #topStories article h1.article-title a:hover {
        text-decoration: underline; }
    #topStories article .article-date {
      font-size: 13px;
      color: #999;
      display: block;
      margin-top: 8px; }

#researchLinkBox, #studentsLinkBox, #communityLinkBox, #healthLinkBox, #alumniLinkBox, #facultyAndStaffLinkBox {
  background: #f8b800;
  display: table;
  clear: both;
  width: 282px;
  margin: 20px auto;
  text-align: center;
  border-radius: 5px;
  overflow: hidden; }
  #researchLinkBox a .btn-text, #studentsLinkBox a .btn-text, #communityLinkBox a .btn-text, #healthLinkBox a .btn-text, #alumniLinkBox a .btn-text, #facultyAndStaffLinkBox a .btn-text {
    padding: 15px 0 15px 10px; }
    #researchLinkBox a .btn-text span, #studentsLinkBox a .btn-text span, #communityLinkBox a .btn-text span, #healthLinkBox a .btn-text span, #alumniLinkBox a .btn-text span, #facultyAndStaffLinkBox a .btn-text span {
      display: block; }

/*
#researchLinkBox { 
	//background: url(../images/layout/btn-research.png) no-repeat;
   
}

#studentsLinkBox{ 
	background: url(../images/layout/btn-students.png) no-repeat;
}

#communityLinkBox { 
	background: url(../images/layout/btn-community.png) no-repeat;
}

#healthLinkBox{ 
	background: url(../images/layout/btn-health.png) no-repeat;
}

#alumniLinkBox { 
	background: url(../images/layout/btn-alumni.png) no-repeat;
}

#facultyAndStaffLinkBox { 
	background: url(../images/layout/btn-facstaff.png) no-repeat;
}
    */
/*
#inTheSpotlight { 
    
    float:left; background:#f9f9f9; width:22.916666%; max-width:220px; margin-top:20px; height:100%; padding: 0 0 20px 0; 

    h1.title { color:#F8B800; background:#12161d; height:39px; padding:8px; font-size:18px; font-weight:bold; }

    article { 
        
        padding:12px; 

        .article-content-wrapper { padding-bottom:12px; }
        h1.article-title { margin-top:12px; margin-bottom:5px; }
        p.article-excerpt { font-size:13px; margin-top:24px; }
        .read-more { margin-top:25px; }
        .read-more a { font-size: 13px; color: #666666; }
    }
}
    */
.rsFeatures article {
  cursor: pointer; }

#twitterFeed {
  float: left;
  background: #fff;
  max-width: 380px;
  width: 39.583333%;
  height: 100%;
  padding: 20px; }

/***********************************************************************

    Override royal slider

************************************************************************/
.royalSlider {
  width: 100%; }

.rsDefaultInv .rsBullet {
  width: 10px;
  height: 10px;
  padding: 0 8px; }
  .rsDefaultInv .rsBullet span {
    width: 10px;
    height: 10px; }

@media screen and (max-width: 959px) {
        /*
        #featureStories { width: 50%; }

        #topStories { 
            
            width: 50%; float:right; max-width: 460px; max-height: 66.666%; overflow: hidden;

            //article figure { display: block; float: right; margin-left: 10px; }

            ul.toolbar {

                width: 100%; 

                li { width: 50%; }
            }
        }
        

        #inTheSpotlight { 

            width: 50%; 
            float: right; 
            max-width: 480px; 
            max-height: 33.333%; 
            background: none;
            @include box-shadow(4px, 0, 7px, -5px, #cecece, true);

            article { 
                
                padding-top: 10px; 

                p.article-excerpt { margin-top: 0; }
                .read-more { margin-top: 5px; }
            }
            
            .article-image { float: left; width: 25%; }
            .article-text { margin-left: 27%; }

        }
            */ }
@media screen and (max-width: 767px) {
  #featuredContent {
    border: none;
    height: auto;
    min-height: 100%;
    margin-bottom: 10px; }

  #featureStories {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0; }
    #featureStories article {
      position: relative; }
      #featureStories article .article-content-wrapper {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.75);
        width: 100%; }
      #featureStories article .article-content p {
        display: none; }
      #featureStories article h1.article-title {
        margin: 0; }
        #featureStories article h1.article-title a {
          color: #FFF;
          font-size: 12px;
          font-weight: normal;
          font-size: 12pt;
          padding: 10px; }
      #featureStories article .article-img-container img {
        margin: 0 auto; }

  #topStories {
    max-width: 100%;
    width: 100%;
    float: none;
    padding: 10px 1.5%;
    border-left: none; }
    #topStories ul.toolbar {
      display: none; }
    #topStories .tab {
      width: 47%;
      float: left;
      margin: 1.5%; }
      #topStories .tab .more-link {
        padding: 0; }
      #topStories .tab > h1 {
        display: block;
        font-size: 1.5em;
        font-weight: bold;
        border-bottom: 1px solid #e8e8e8; }
    #topStories article {
      position: relative; }
      #topStories article figure {
        display: block;
        float: right;
        margin-left: 10px; }
      #topStories article .article-content-wrapper {
        padding: 10px 0; }
    #topStories #tabHeadlines .more-link {
      padding-left: 0; }

  #inTheSpotlight {
    max-width: 100%;
    width: 100%;
    float: none; }
    #inTheSpotlight h1.title {
      background: #F8B800;
      color: #000;
      text-transform: uppercase; }
    #inTheSpotlight .article-content-wrapper {
      padding: 0; }
    #inTheSpotlight .article-image {
      float: left;
      width: 150px; }
    #inTheSpotlight .article-text {
      margin-left: 160px; }
    #inTheSpotlight article p.article-excerpt {
      margin-top: 0; }

  #recentStories {
    display: none; }

  #twitterFeed {
    display: none; } }
@media screen and (max-width: 600px) {
  #topStories {
    margin: 0;
    padding: 10px; }
    #topStories .tab {
      width: 100%;
      float: none;
      margin: 0; }
    #topStories #tabMostRead {
      margin-top: 20px; } }
@media screen and (max-width: 360px) {
  #topStories article h1.article-title a {
    font-size: 15pt; } }
.article-listing article {
  margin-bottom: 2em; }
  .article-listing article .article-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 8px; }
    .article-listing article .article-title a {
      color: #000; }
      .article-listing article .article-title a:hover {
        text-decoration: underline; }
  .article-listing article .article-excerpt {
    margin-bottom: 8px; }
    .article-listing article .article-excerpt p {
      line-height: 1.5em; }
  .article-listing article .source-time, .article-listing article .article-date {
    color: #999;
    margin-top: -8px; }
.article-listing.left-thumbnail .article-title,
.article-listing.left-thumbnail .article-excerpt,
.article-listing.left-thumbnail .article-date {
  margin-left: 27%; }
.article-listing.left-thumbnail .article-title + .article-date {
  margin-top: -5px; }
.article-listing.left-thumbnail .article-date {
  color: #999; }
.article-listing.left-thumbnail figure {
  float: left;
  width: 25%; }
@media screen and (max-width: 360px) {
  .article-listing article .article-title {
    font-size: 18pt; }
  .article-listing.left-thumbnail article .article-title,
  .article-listing.left-thumbnail article .article-excerpt,
  .article-listing.left-thumbnail article .article-date {
    margin-left: 0; }
  .article-listing.left-thumbnail article figure {
    display: none; } }

/* Left content - used in pages other than homepage and category index pages
--------------------------------------------------------------------*/
#genericContent {
  background: #ffffff;
  min-height: 600px;
  height: 100%;
  margin-top: 15px; }

#leftContent {
  border-left: 1px solid #E5E5E5;
  float: left;
  width: 66%;
  padding: 10px 20px; }
  #leftContent .content {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.6; }
    #leftContent .content .accordion-content {
      display: none; }
    #leftContent .content p {
      margin-bottom: 15px; }
    #leftContent .content h1.page-title {
      font-size: 21px;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 15px; }
    #leftContent .content h2 {
      font-size: 25px;
      margin-bottom: 15px;
      color: #F8B800; }
    #leftContent .content h3 {
      font-size: 20px;
      margin-bottom: 15px; }
    #leftContent .content h4 {
      font-size: 17px;
      margin-bottom: 15px; }
    #leftContent .content .read-more {
      margin-left: 40px; }
    #leftContent .content ul {
      margin-left: 25px;
      margin-bottom: 20px;
      list-style-type: disc; }
      #leftContent .content ul li {
        margin-bottom: 10px;
        margin-left: 15px; }
      #leftContent .content ul ul {
        margin-top: 10px;
        margin-bottom: 10px;
        list-style-type: circle; }
      #leftContent .content ul.stats-and-facts {
        list-style-type: disc;
        margin-left: 0px; }
        #leftContent .content ul.stats-and-facts li {
          font-size: 14px;
          margin-bottom: 10px; }
    #leftContent .content #inTheNews ul li.news-item {
      padding: 0 0 0.5em 0; }
      #leftContent .content #inTheNews ul li.news-item h4 {
        background: none; }
      #leftContent .content #inTheNews ul li.news-item .title a {
        color: #2ba6cb;
        text-decoration: none; }
      #leftContent .content #inTheNews ul li.news-item .title a:hover {
        text-decoration: underline; }
  #leftContent #article .content {
    padding: 0; }
  #leftContent .callout, #leftContent .callout-right-sm, #leftContent .callout-right-lg {
    background: none repeat scroll 0 0 #2284A1;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 1.25em;
    padding: 1.25em;
    min-width: 180px; }
    #leftContent .callout a, #leftContent .callout-right-sm a, #leftContent .callout-right-lg a {
      font-size: 14px;
      color: #ffffff;
      text-decoration: underline; }
    #leftContent .callout h2, #leftContent .callout-right-sm h2, #leftContent .callout-right-lg h2 {
      font-size: 20px;
      color: #ffffff; }
    #leftContent .callout ul, #leftContent .callout-right-sm ul, #leftContent .callout-right-lg ul {
      margin: 0; }
  #leftContent .callout-right, #leftContent .callout-right-sm, #leftContent .callout-right-lg {
    float: right;
    margin-bottom: 1.25em;
    margin-left: 10px;
    padding: 1.25em;
    position: relative; }
  #leftContent .callout-right-sm {
    max-width: 34%; }
  #leftContent .callout-right-lg {
    max-width: 42.15%; }
  #leftContent .callout-form {
    background: none repeat scroll 0 0 #e6e6e6;
    color: #000;
    text-align: center;
    display: inline-block;
    margin-bottom: 1.25em;
    padding: 1.25em;
    margin-top: 1.25em;
    width: 100%; }
  #leftContent address.founders-hall {
    margin-bottom: 15px; }
    #leftContent address.founders-hall ul {
      list-style: none;
      margin-left: 0; }
    #leftContent address.founders-hall ul li {
      margin: 0; }
  #leftContent div.staff-member {
    margin-bottom: 30px; }
    #leftContent div.staff-member ul.staff-details {
      list-style: none;
      margin-left: 0; }
      #leftContent div.staff-member ul.staff-details li {
        margin: 0; }
        #leftContent div.staff-member ul.staff-details li.name, #leftContent div.staff-member ul.staff-details li.role {
          margin-bottom: 0;
          font-weight: bold; }
        #leftContent div.staff-member ul.staff-details li.name h1 {
          font-size: 25px;
          color: #F8B800; }
        #leftContent div.staff-member ul.staff-details li.role h2 {
          color: #000000;
          font-size: 20px; }
    #leftContent div.staff-member .img-container {
      vertical-align: top;
      float: left;
      width: 24.711%; }
    #leftContent div.staff-member .content-wrapper {
      vertical-align: top;
      float: left;
      width: 64.667%;
      margin-left: 2%; }
  #leftContent div.pr-member {
    float: left;
    width: 49%;
    margin: 0 0.5% 25px 0.5%; }
    #leftContent div.pr-member:nth-child(odd) {
      clear: both; }
    #leftContent div.pr-member ul.pr-details {
      list-style: none;
      margin-left: 0; }
      #leftContent div.pr-member ul.pr-details li {
        margin: 0; }
      #leftContent div.pr-member ul.pr-details li.name, #leftContent div.pr-member ul.pr-details li.role {
        font-weight: bold; }
    #leftContent div.pr-member .img-container {
      display: inline-block;
      width: 25.8%;
      margin-right: 5px;
      background: none;
      vertical-align: top; }
    #leftContent div.pr-member .content-wrapper {
      width: 66%;
      display: inline-block;
      vertical-align: top; }
  #leftContent #additionalStaff {
    clear: both; }
  #leftContent #archiveFilters select,
  #leftContent #archiveFilters input[type="text"], #leftContent .search-filters select,
  #leftContent .search-filters input[type="text"] {
    font-size: 1.6em;
    padding-left: 7px; }
  #leftContent #archiveFilters .search-btn, #leftContent #archiveFilters .search-btn:focus, #leftContent .search-filters .search-btn, #leftContent .search-filters .search-btn:focus {
    width: 100%;
    padding: 15px;
    font-size: 18px; }
  #leftContent #archiveFilters label, #leftContent .search-filters label {
    display: none; }
  #leftContent .archiveResults {
    margin-top: 2em; }

#accordionFOIA {
  margin-top: 35px; }

/* Post content - mainly used on article pages
--------------------------------------------------------------------*/
#postContent {
  background: #ffffff;
  min-height: 600px;
  height: 100%;
  margin-top: 40px; }

#article {
  max-width: 660px;
  width: 68.75%;
  padding: 0; }
  #article .content {
    padding: 20px;
    font-size: 13px; }
    #article .content article .article-header .article-image {
      margin-bottom: 35px; }
      #article .content article .article-header .article-image figcaption {
        font-size: 14px;
        margin-top: 5px; }
    #article .content article .article-header .article-title {
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 15px; }
      #article .content article .article-header .article-title h1 {
        font-size: 2.1em;
        line-height: 1em; }
      #article .content article .article-header .article-title h2 {
        color: #666;
        font-size: 1.4em;
        font-style: italic;
        margin-bottom: 0.5em; }
    #article .content article .article-header .article-info {
      margin-bottom: 25px; }
      #article .content article .article-header .article-info .author_name, #article .content article .article-header .article-info .author_office, #article .content article .article-header .article-info .author_phone, #article .content article .article-header .article-info .author_email {
        margin-bottom: 5px; }
    #article .content article .article-content {
      font-size: 14px;
      line-height: 1.6; }
      #article .content article .article-content p {
        margin-bottom: 15px; }
      #article .content article .article-content h2 {
        font-size: 1.4em; }
      #article .content article .article-content h3 {
        font-size: 1.2em;
        font-weight: bold; }
      #article .content article .article-content h4 {
        font-size: 1.05em;
        font-weight: bold; }
      #article .content article .article-content strong {
        font-weight: bold; }
      #article .content article .article-content em {
        font-style: italic; }
      #article .content article .article-content .article-date {
        color: #999; }
      #article .content article .article-content .aboutStatements {
        border-top: solid 1px #CCCCCC;
        margin-top: 2em;
        padding-top: 1em; }
      #article .content article .article-content .aboutStatements h2 {
        font-size: 1.1em;
        font-weight: bold; }
      #article .content article .article-content figure {
        border: solid 1px #CCCCCC; }
        #article .content article .article-content figure.article-image-left {
          margin-left: -75px;
          margin-right: 10px;
          padding: 10px;
          background: #fff;
          float: left;
          position: relative; }
          #article .content article .article-content figure.article-image-left img {
            margin-bottom: 5px; }
          #article .content article .article-content figure.article-image-left figcaption {
            font-size: 11px; }
        #article .content article .article-content figure.article-image-right {
          margin-left: 10px;
          margin-right: 0;
          padding: 10px;
          background: #fff;
          float: right;
          position: relative; }
          #article .content article .article-content figure.article-image-right img {
            margin-bottom: 5px; }
          #article .content article .article-content figure.article-image-right figcaption {
            font-size: 11px; }
        #article .content article .article-content figure.article-image-center {
          border: solid 1px #CCCCCC;
          margin: 0 auto 1em auto;
          padding: 10px;
          background: #fff;
          position: relative; }
          #article .content article .article-content figure.article-image-center img {
            margin-bottom: 5px; }
          #article .content article .article-content figure.article-image-center figcaption {
            font-size: 11px; }
      #article .content article .article-content .article-media-item > figure, #article .content article .article-content figure.article-media-item {
        border: none; }
        #article .content article .article-content .article-media-item > figure a, #article .content article .article-content figure.article-media-item a {
          display: block;
          position: relative; }
        #article .content article .article-content .article-media-item > figure figcaption .instruction, #article .content article .article-content figure.article-media-item figcaption .instruction {
          color: #999;
          display: block; }
      #article .content article .article-content .pullQuote {
        background: #d0eeee;
        font-size: 1.5em;
        width: 260px;
        position: relative; }
        #article .content article .article-content .pullQuote.right {
          margin: 0 0 0.5em 0.5em;
          padding: 2em 0.5em 2em 3em; }
        #article .content article .article-content .pullQuote.left {
          margin: 0 0.5em 0.5em -75px;
          padding: 2em 0.5em 2em 3em; }
        #article .content article .article-content .pullQuote.full {
          padding: 2em 1em 3em 3em;
          width: 100%; }
      #article .content article .article-content .leftQuote, #article .content article .article-content .rightQuote {
        color: #93bebe;
        font-family: "Times New Roman";
        font-size: 5em;
        position: absolute; }
      #article .content article .article-content .leftQuote {
        top: -0.33em;
        left: 5px; }
      #article .content article .article-content .rightQuote {
        bottom: -0.7em;
        right: 5px; }
      #article .content article .article-content .article-slideshow {
        background: #FFF;
        border: solid 1px #CCC;
        padding: 10px; }
        #article .content article .article-content .article-slideshow .caption {
          line-height: 1.4em; }
      #article .content article .article-content .article-slideshow.left {
        margin: 0 10px 10px -75px;
        float: left; }
      #article .content article .article-content .article-slideshow.right {
        margin: 0 0 10px 10px;
        float: right; }
      #article .content article .article-content .article-slideshow.center {
        background: #fff;
        margin: 0 auto 20px auto; }
      #article .content article .article-content .article-video {
        background: #FFF;
        border: solid 1px #CCC;
        padding: 10px;
        text-align: center; }
      #article .content article .article-content .article-video.left {
        margin: 0 10px 10px -75px;
        float: left; }
      #article .content article .article-content .article-video.right {
        margin: 0 0 10px 10px;
        float: right; }
      #article .content article .article-content .article-video.center {
        margin: 0 auto 20px auto;
        clear: both; }
      #article .content article .article-content .slideshow2.slick-slider {
        margin-bottom: 0; }
      #article .content article .article-content .slideshow2 .slick-slide {
        margin: 5px; }
      #article .content article .article-content .slideshow2 img {
        opacity: 0.5;
        display: block; }
      #article .content article .article-content .slideshow2 .slick-center img {
        opacity: 1; }

/* Main content - mainly used on the homepage and category idnex page
--------------------------------------------------------------------*/
#mainContent {
  background: #ebebeb;
  height: 100%;
  /*padding-top:10px;*/
  border-top: 2px solid #c5c5c5;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  -webkit-box-shadow: inset 0 20px 7px -22px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 20px 7px -22px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 20px 7px -22px rgba(0, 0, 0, 0.5); }

#recentStories {
  max-width: 660px;
  width: 68.75%;
  padding: 0; }
  #recentStories .toolbar {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    height: 90px;
    background: #f9f9f9;
    border-bottom: 1px solid #a0a0a0; }
    #recentStories .toolbar h1.title {
      float: left;
      max-width: 300px;
      font-family: "franklin-gothic-urw-cond", Helvetica, Arial, sans-serif;
      font-weight: 400;
      padding-top: 23px;
      font-size: 32px; }
    #recentStories .toolbar ul.grid-toggle {
      display: block;
      float: right;
      height: 35px;
      list-style: none outside none;
      margin: 41px 0 0;
      max-width: 250px;
      padding: 0;
      width: 100%; }
      #recentStories .toolbar ul.grid-toggle li {
        content: "";
        float: left;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2em;
        padding-left: 0;
        padding-right: 15px;
        position: relative;
        text-align: center;
        vertical-align: top; }
        #recentStories .toolbar ul.grid-toggle li a span {
          border-radius: 1000px 1000px 1000px 1000px;
          color: #9E9E9E;
          font-family: "proxima-nova",Helvetica,Arial,sans-serif;
          font-size: 14px;
          height: 22px;
          line-height: 22px;
          margin-left: 25px;
          padding: 3px 10px;
          width: 85px; }
        #recentStories .toolbar ul.grid-toggle li.active a {
          color: #333333;
          background: none repeat scroll 0 0 #E6E6E6; }
          #recentStories .toolbar ul.grid-toggle li.active a span {
            background: none repeat scroll 0 0 #EFEFEF;
            color: #000000; }
        #recentStories .toolbar ul.grid-toggle li.grid-view a {
          text-decoration: none;
          background: url("../images/layout/icon-grid.png") no-repeat scroll 0 0 transparent;
          background-position: 0px 3px;
          content: "";
          display: inline-block;
          position: relative;
          top: 2px; }
        #recentStories .toolbar ul.grid-toggle li.list-view a {
          text-decoration: none;
          background: url("../images/layout/icon-list.png") no-repeat scroll 0 0 transparent;
          background-position: 0px 4px;
          content: "";
          display: inline-block;
          position: relative;
          top: 2px; }
  #recentStories .content {
    padding: 50px; }
  #recentStories #storiesList {
    max-width: 660px;
    width: 100%;
    padding: 0; }
    #recentStories #storiesList .titleWrapper {
      height: 57px;
      padding-left: 18px;
      padding-right: 18px; }
      #recentStories #storiesList .titleWrapper h1.title {
        font-family: "franklin-gothic-urw-cond", Helvetica, Arial, sans-serif;
        font-size: 32px;
        color: #fff;
        padding-top: 7px; }
    #recentStories #storiesList .content {
      padding: 30px 20px 20px; }
    #recentStories #storiesList article {
      padding-bottom: 30px; }
      #recentStories #storiesList article .article-image {
        display: inline-block;
        width: 27.8%;
        margin-right: 4%;
        background: #fff;
        vertical-align: top;
        padding: 8px; }
        #recentStories #storiesList article .article-image img {
          border: 0 solid #C7C7C7; }
      #recentStories #storiesList article .article-content-wrapper {
        padding-bottom: 12px;
        width: 66%;
        display: inline-block;
        vertical-align: top; }
      #recentStories #storiesList article h1.article-title {
        font-size: 21px;
        margin: 0;
        margin-bottom: 5px; }
        #recentStories #storiesList article h1.article-title a {
          font-size: 21px;
          font-weight: bold;
          color: #222222; }
      #recentStories #storiesList article div.article-excerpt {
        font-size: 14px; }
        #recentStories #storiesList article div.article-excerpt p {
          font-size: 14px; }
    #recentStories #storiesList .share-container {
      float: right;
      margin-right: 35px; }
  #recentStories .parent-label {
    background-color: #0050A1;
    color: #FFFFFF;
    font-family: 'Futura Today Bold',arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    left: 8px;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 9px;
    position: absolute;
    z-index: 40; }
    #recentStories .parent-label.research {
      background-color: #CE4800; }
    #recentStories .parent-label.health {
      background-color: #2D44B7; }
    #recentStories .parent-label.students {
      background-color: #34B417; }
    #recentStories .parent-label.faculty-and-staff, #recentStories .parent-label #recentStories .parent-label.facstaff {
      background-color: #D4AB00; }
    #recentStories .parent-label.alumni {
      background-color: #EA4845; }
    #recentStories .parent-label.community {
      background-color: #69007B; }
  #recentStories #storiesGrid .parent-label {
    top: 8px; }
  #recentStories #storiesList .parent-label {
    margin-top: -33px;
    /*max-width: 24.2%;*/
    max-width: 25%;
    width: 100%;
    position: absolute; }

.headline-front {
  z-index: 1; }

.story-tile {
  opacity: 1;
  overflow: hidden;
  position: relative; }

.story-content {
  font-weight: 700;
  margin: 0;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  z-index: 21;
  display: block;
  /* Adjust width of overlay */
  overflow: hidden;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  word-spacing: -1.0px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .story-content .story-gutter {
    padding: 6px 10px; }
  .story-content .title {
    font-size: 16px; }
  .story-content .description {
    display: none;
    font-size: 14px; }

/*
#storiesGrid li.story-hover {
	height: 98%;
	max-height:240px;
}
    */
.buzz-grid {
  margin: 0 auto;
  max-width: 100%; }
  .buzz-grid li {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 8px;
    border: 1px solid #C7C7C7;
    max-width: 46.429%;
    max-height: 46.429%;
    margin-bottom: 48px;
    background: #fff; }
    .buzz-grid li a {
      display: block;
      height: 100%; }
    .buzz-grid li img {
      border: 0; }
  .buzz-grid li:hover .story-content {
    height: 100%;
    max-height: 240px;
    background-color: rgba(0, 0, 0, 0.7); }
    .buzz-grid li:hover .story-content .title {
      margin-top: 40px;
      padding-bottom: 17px;
      display: none; }
    .buzz-grid li:hover .story-content .description {
      margin-top: 40px;
      padding-bottom: 17px;
      display: block; }
    .buzz-grid li:hover .story-content .share-stub {
      display: block; }

.story {
  background: #fff; }

#recentHeadlines {
  max-width: 660px;
  width: 68.75%;
  padding: 0; }
  #recentHeadlines .titleWrapper {
    height: 57px;
    padding-left: 18px;
    padding-right: 18px; }
    #recentHeadlines .titleWrapper h1.title {
      font-family: "franklin-gothic-urw-cond", Helvetica, Arial, sans-serif;
      font-size: 32px;
      color: #fff;
      padding-top: 7px; }
  #recentHeadlines .content {
    padding: 30px 20px 20px; }
  #recentHeadlines article {
    border-bottom: solid 1px #fff;
    margin-bottom: 10px; }
    #recentHeadlines article .article-content-wrapper {
      padding-bottom: 12px; }
    #recentHeadlines article figure {
      float: left;
      width: 25%; }
      #recentHeadlines article figure img {
        width: 100%; }
    #recentHeadlines article h1.article-title {
      font-size: 21px;
      margin: 0;
      margin-left: 27%;
      margin-bottom: 8px;
      line-height: 1; }
      #recentHeadlines article h1.article-title a {
        font-size: 21px;
        font-weight: bold;
        color: #222222; }
      #recentHeadlines article h1.article-title a:hover {
        text-decoration: underline; }
    #recentHeadlines article div.article-excerpt {
      font-size: 14px;
      margin-bottom: 5px;
      margin-left: 27%;
      line-height: 18px; }
      #recentHeadlines article div.article-excerpt p {
        font-size: 14px;
        color: #333333;
        font-weight: 400; }
    #recentHeadlines article div.article-date {
      font-size: 12px;
      margin-left: 27%;
      color: #999; }
  body.news #recentHeadlines {
    width: 100%; }

#previousHeadlines {
  margin-top: 10px; }
  #previousHeadlines h1.title {
    font-size: 26px;
    margin-bottom: 10px; }
  #previousHeadlines ul.headline-items {
    line-height: 1; }
    #previousHeadlines ul.headline-items li.headline-item {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #d5d5d5; }
      #previousHeadlines ul.headline-items li.headline-item .title {
        margin-bottom: 5px; }
        #previousHeadlines ul.headline-items li.headline-item .title a {
          color: #333333;
          font-size: 14px;
          font-weight: 600; }
        #previousHeadlines ul.headline-items li.headline-item .title a:hover {
          text-decoration: underline; }
  #previousHeadlines.news-main ul.headline-items {
    margin-left: 0; }
    #previousHeadlines.news-main ul.headline-items li.headline-item {
      list-style: none;
      margin-left: 0; }

/* Used in the staff bio page */
#recentStoriesBy {
  margin-top: 10px; }
  #recentStoriesBy h1.title {
    font-size: 26px;
    margin-bottom: 10px; }
  #recentStoriesBy ul.headline-items {
    list-style: none;
    margin-left: 0px; }
    #recentStoriesBy ul.headline-items li.headline-item {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #d5d5d5;
      margin-left: 0; }
      #recentStoriesBy ul.headline-items li.headline-item .title a {
        color: #444444;
        font-size: 14px; }

/* Category colors
--------------------------------------------------------------------*/
body.research h1#main-category-title {
  color: #CE4800; }
body.research #recentHeadlines .titleWrapper {
  background: #CE4800; }
body.research #categorySpotlight h4 {
  background: #CE4800;
  color: #fff; }
body.research #inTheNews h4 {
  background: #CE4800;
  color: #fff; }
body.research #previousHeadlines h1.title {
  color: #CE4800; }

body.health h1#main-category-title {
  color: #2D44B7; }
body.health #recentHeadlines .titleWrapper {
  background: #2D44B7; }
body.health #categorySpotlight h4 {
  background: #2D44B7;
  color: #fff; }
body.health #inTheNews h4 {
  background: #2D44B7;
  color: #fff; }
body.health #previousHeadlines h1.title {
  color: #2D44B7; }

body.students h1#main-category-title {
  color: #34B417; }
body.students #recentHeadlines .titleWrapper {
  background: #34B417; }
body.students #categorySpotlight h4 {
  background: #34B417;
  color: #fff; }
body.students #inTheNews h4 {
  background: #34B417;
  color: #fff; }
body.students #previousHeadlines h1.title {
  color: #34B417; }

body.facstaff h1#main-category-title {
  color: #36939b; }
body.facstaff #recentHeadlines .titleWrapper {
  background: #36939b; }
body.facstaff #categorySpotlight h4 {
  background: #36939b;
  color: #fff; }
body.facstaff #inTheNews h4 {
  background: #36939b;
  color: #fff; }
body.facstaff #previousHeadlines h1.title {
  color: #36939b; }

body.alumni h1#main-category-title {
  color: #EA4845; }
body.alumni #recentHeadlines .titleWrapper {
  background: #EA4845; }
body.alumni #categorySpotlight h4 {
  background: #EA4845;
  color: #fff; }
body.alumni #inTheNews h4 {
  background: #EA4845;
  color: #fff; }
body.alumni #previousHeadlines h1.title {
  color: #EA4845; }

body.community h1#main-category-title {
  color: #69007B; }
body.community #recentHeadlines .titleWrapper {
  background: #69007B; }
body.community #categorySpotlight h4 {
  background: #69007B;
  color: #fff; }
body.community #inTheNews h4 {
  background: #69007B;
  color: #fff; }
body.community #previousHeadlines h1.title {
  color: #69007B; }

/* Staff bio
--------------------------------------------------------------------*/
body.staff-bio #staffListing h1 {
  font-size: 26px;
  margin-bottom: 10px; }
body.staff-bio #leftContent #staffListing div.staff-member {
  margin-bottom: 10px; }
  body.staff-bio #leftContent #staffListing div.staff-member .img-container {
    width: 15%; }
  body.staff-bio #leftContent #staffListing div.staff-member .content-wrapper {
    width: 82%; }
  body.staff-bio #leftContent #staffListing div.staff-member ul.staff-details {
    margin-bottom: 0; }
  body.staff-bio #leftContent #staffListing div.staff-member ul.staff-details li.role {
    font-weight: normal; }

/* Experts
--------------------------------------------------------------------*/
.expertItem {
  margin-bottom: 1em;
  width: 50%;
  float: left; }
  .expertItem:nth-child(odd) {
    clear: both; }
  .expertItem.fullWidth {
    float: none;
    width: auto; }
  .expertItem .img-wrapper {
    width: 30%;
    float: left; }
  .expertItem img {
    border: solid 1px #CCCCCC; }
  .expertItem .content-wrapper {
    width: 67%;
    float: right; }
    .expertItem .content-wrapper::after {
      clear: both; }
  #leftContent .content .expertItem ul {
    margin: 0;
    padding: 0; }
    #leftContent .content .expertItem ul li {
      line-height: 1.3em;
      list-style: none;
      margin: 0;
      padding: 0; }
  .expertItem ul li.name {
    font-size: 1.3em;
    font-weight: bold; }

.expert-search {
  margin-bottom: 20px; }
  .expert-search .expert-search-text {
    float: left;
    width: 80%; }
  .expert-search .expert-search-button {
    float: right;
    width: 18%; }

body.expert-bio #leftContent .content .expertItem .img-wrapper {
  width: 150px; }
body.expert-bio #leftContent .content .expertItem .content-wrapper {
  float: none;
  margin-left: 160px;
  width: auto; }
  body.expert-bio #leftContent .content .expertItem .content-wrapper h1 {
    color: #f8b800;
    font-size: 25px; }
  body.expert-bio #leftContent .content .expertItem .content-wrapper h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 0; }

/* Latest > In The News
--------------------------------------------------------------------*/
/*
.inTheNewsListing {

    article {

        margin-bottom: 1em; 

        h1 { font-size: 21px; font-weight: 700; line-height: 1; }

        a { color: #000; }
        a:hover { text-decoration: underline; }
    
    }
}
    */
/* Latest > Ranking
--------------------------------------------------------------------*/
.content table.rankings {
  border: solid 1px #CCCCCC;
  width: 90%;
  margin: 0 auto; }
  .content table.rankings caption {
    text-align: center; }
    .content table.rankings caption .title {
      font-size: 1.4em; }
  .content table.rankings th {
    font-size: 1.2em; }

.pullQuote {
  background-color: #d0eeee;
  font-size: 1.8em;
  width: 260px; }
  .pullQuote.right {
    float: right;
    margin: 0 0 0 1em;
    padding: 0.5em; }
  .pullQuote.left {
    float: left;
    margin: 0 1em 0 0;
    padding: 0.5em; }
  .pullQuote.full {
    width: 100%;
    padding: 0.5em; }

.playOverlay, .slideshowOverlay, .photoOverlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  cursor: pointer; }
  .playOverlay:hover, .slideshowOverlay:hover, .photoOverlay:hover {
    opacity: 1; }

.playOverlay {
  background: url(../images/layout/icon-play.png) no-repeat right bottom; }

.slideshowOverlay {
  background: url(../images/layout/icon-slideshow.png) no-repeat right bottom; }

.photoOverlay {
  background: url(../images/layout/icon-plus.png) no-repeat right bottom; }

/* Forms
--------------------------------------------------------------------*/
form label.radio {
  display: inline; }

@media screen and (max-width: 1087px) {
  #article .content article .article-content figure.article-image-left, #article .content article .article-content .article-slideshow.left {
    margin-left: 0; }
  #article .content article .article-content .pullQuote.left {
    margin-left: 0; } }
@media screen and (max-width: 767px) {
  #postContent {
    margin-top: 0; }

  #mainContent {
    background: #FFF;
    border-top: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

  #recentStories {
    float: none;
    position: static;
    clear: both;
    max-width: 100%;
    width: 100%;
    background-color: #EBEBEB; }
    #recentStories .toolbar h1.title {
      width: auto;
      max-width: 500px; }
    #recentStories .buzz-grid li {
      width: 32%;
      max-width: 30%;
      margin-left: 0.5%;
      margin-right: 0.5%; }

  #recentHeadlines {
    float: none;
    position: static;
    clear: both;
    max-width: 100%;
    width: 100%;
    padding: 0 10px; }
    #recentHeadlines .titleWrapper {
      height: auto;
      padding: 8px; }
    #recentHeadlines .content {
      padding: 20px 10px 0 10px; }
    #recentHeadlines article {
      border-bottom: 1px solid #e8e8e8; }
    #recentHeadlines p.more a {
      display: block;
      text-align: center;
      background-color: #f5f5f5;
      color: #333;
      padding: 5px; }

  #leftContent {
    float: none;
    position: static;
    clear: both;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    padding: 10px;
    border-left: none; }
    #leftContent #article .content {
      padding: 0; }
    #leftContent div.pr-member {
      float: none;
      width: 100%;
      margin: 0 0 25px 0; }

  #article {
    float: none;
    position: static;
    clear: both;
    max-width: 100%;
    width: 100%; }
    #article .content article .article-content figure.article-image-left {
      margin-left: 0px; }
      #article .content article .article-content figure.article-image-left figcaption {
        display: none; } }
@media screen and (max-width: 530px) {
  .expert-search .expert-search-text {
    float: none;
    margin-bottom: 5px;
    width: 100%; }
  .expert-search .expert-search-button {
    float: none;
    width: 100%; } }
@media screen and (max-width: 506px) {
  #externalLinks .subMenu {
    float: none;
    width: 100%; }
    #externalLinks .subMenu ul {
      margin: 0; }
      #externalLinks .subMenu ul li.nav-journalists {
        width: 50%;
        text-align: left; }
      #externalLinks .subMenu ul li.nav-vcu {
        width: 50%;
        text-align: right; }

  .expertItem {
    float: none;
    margin-bottom: 10px;
    width: 100%; }
    .expertItem:before, .expertItem:after {
      content: " ";
      display: table; }
    .expertItem:after {
      clear: both; }

  #leftContent .content ul.jump-links {
    margin: 0 0 2em 0; }
  #leftContent .callout-right-lg, #leftContent #leftContent .callout-right-sm {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px; }
  #leftContent .ui-accordion .ui-accordion-content {
    padding: 0; }
  #leftContent .content ul {
    margin-left: 0; }

  #article .content article .article-content {
    /* Pull quotes */ }
    #article .content article .article-content figure.article-image-left {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    #article .content article .article-content figure.article-image-right {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    #article .content article .article-content .article-slideshow.left,
    #article .content article .article-content .article-slideshow.right {
      float: none !important;
      margin: 0 auto 2.5em auto; }
    #article .content article .article-content .pullQuote.left,
    #article .content article .article-content .pullQuote.right {
      float: none !important;
      margin: auto;
      width: 100%; }
    #article .content article .article-content .pullQuote {
      margin-bottom: 1em; }
    #article .content article .article-content .pullQuote.right {
      margin-bottom: 1em;
      padding: 1em 0.5em 1em 2em; }
    #article .content article .article-content .pullQuote.left {
      margin-bottom: 1em;
      padding: 1em 0.5em 1em 2em; }
    #article .content article .article-content .pullQuote.full {
      margin-bottom: 1em;
      padding: 1em 0.5em 1em 2em; }
    #article .content article .article-content .leftQuote,
    #article .content article .article-content .rightQuote {
      color: #93bebe;
      font-family: "Times New Roman";
      font-size: 3em;
      position: absolute; }
    #article .content article .article-content .leftQuote {
      top: -0.33em;
      left: 5px; }
    #article .content article .article-content .rightQuote {
      bottom: -0.7em;
      right: 5px; }

  #recentHeadlines article figure {
    display: none; }
  #recentHeadlines article h1.article-title, #recentHeadlines article div.article-excerpt, #recentHeadlines article div.article-date {
    margin-left: 0; } }
@media screen and (max-width: 360px) {
  body.staff-bio #leftContent #staffListing div.staff-member .img-container {
    width: 30%; }

  body.staff-bio #leftContent #staffListing div.staff-member .content-wrapper {
    width: 70%; }

  .content table.rankings {
    width: 100%; }

  .content table.rankings tr th, .content table.rankings tr td {
    font-size: 1em; }

  #article .content article .article-content {
    font-size: 14pt; }
    #article .content article .article-content .article-slideshow.center {
      padding: 10px 20px; }

  #leftContent div.staff-member .img-container,
  #leftContent div.staff-member .content-wrapper {
    float: none;
    width: 100%; }
  #leftContent div.staff-member .img-container img {
    margin-left: auto;
    margin-right: auto; }
  #leftContent div.staff-member .content-wrapper {
    margin-top: 1em; }

  body.staff-bio #leftContent #staffListing div.staff-member .img-container, body.staff-bio #leftContent #staffListing div.staff-member .content-wrapper {
    float: left; }
  body.staff-bio #leftContent #staffListing div.staff-member .img-container {
    width: 33%; }
  body.staff-bio #leftContent #staffListing div.staff-member .content-wrapper {
    margin-top: 0;
    width: 60%; }

  body.expert-bio #leftContent .content .expertItem .img-wrapper {
    float: none;
    text-align: center;
    width: 100%; }
    body.expert-bio #leftContent .content .expertItem .img-wrapper img {
      display: inline; }
  body.expert-bio #leftContent .content .expertItem .content-wrapper {
    margin-left: 0;
    margin-top: 20px;
    width: 100%; } }
.sidebar-widget {
  margin-bottom: 25px; }
  .sidebar-widget h4 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    background: #f8b800;
    color: #222222;
    height: 39px;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.60px; }
  .sidebar-widget h4.title {
    color: #f8b800;
    font-weight: bold;
    font-size: 16px; }
  .sidebar-widget p {
    font-size: 14px; }
  .sidebar-widget p.content a {
    color: #fff;
    text-decoration: underline; }
  .sidebar-widget p.content a:hover {
    text-decoration: none; }
  .sidebar-widget a {
    font: "proxima-nova", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    color: #fff; }
  .sidebar-widget a:hover {
    text-decoration: none; }
  .sidebar-widget ul {
    margin-left: 25px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar-widget ul li {
      padding-left: 10px;
      padding-right: 20px;
      margin-bottom: 10px;
      line-height: 1.2; }
      .sidebar-widget ul li .date, .sidebar-widget ul li .source-time {
        font-size: 13px; }
      .sidebar-widget ul li .title {
        padding-bottom: 5px; }
        .sidebar-widget ul li .title a {
          font-weight: 700;
          font-style: normal;
          text-decoration: none; }
        .sidebar-widget ul li .title a:hover {
          text-decoration: underline; }
  .sidebar-widget p {
    margin-right: 8px; }
  .sidebar-widget .more, .sidebar-widget .read-more {
    margin-left: 10px; }
    .sidebar-widget .more a, .sidebar-widget .read-more a {
      color: #2BA6CB;
      text-decoration: none; }
  .sidebar-widget.contact-us h4 {
    background: none;
    margin-bottom: 0; }
  .sidebar-widget article h1 {
    font-size: 14px; }
  .sidebar-widget article .article-date {
    color: #999;
    font-size: 13px;
    margin-top: 8px; }

/* Common styles for all sidebars  */
/* Right sidebar
--------------------------------------------------------------------*/
#rightSidebar {
  background-color: #000;
  color: #fff;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid #E5E5E5;
  float: right;
  width: 30%;
  -webkit-box-shadow: inset 1px 0 0 0 #E5E5E5;
  -moz-box-shadow: inset 1px 0 0 0 #E5E5E5;
  -ms-box-shadow: inset 1px 0 0 0 #E5E5E5;
  box-shadow: inset 1px 0 0 0 #E5E5E5; }
  #rightSidebar::after {
    clear: both; }
  #rightSidebar .top {
    color: #fff;
    padding: 10px; }
  #rightSidebar .first-widget {
    margin-top: 20px; }
  #rightSidebar .bottom {
    color: #fff; }
  #rightSidebar .sidebar-widget .date {
    color: #999; }

/* Post sidebar
--------------------------------------------------------------------*/
#postSidebar {
  height: 100%;
  max-width: 300px;
  width: 31.25%;
  overflow: hidden;
  padding: 0 0 10px 10px; }
  #postSidebar a {
    text-decoration: none; }
  #postSidebar a:hover {
    text-decoration: underline; }
  #postSidebar .top {
    color: #fff;
    padding: 10px;
    background: url("../images/background-sidebar.png") repeat fixed center 0; }
  #postSidebar .bottom {
    color: #fff;
    padding: 10px; }
  #postSidebar .first-widget {
    margin-top: 20px; }
  #postSidebar .article-media figure {
    margin-bottom: 0.5em;
    position: relative;
    padding: 10px; }
    #postSidebar .article-media figure a {
      display: block;
      position: relative; }
    #postSidebar .article-media figure figcaption {
      color: #666666;
      font-size: 0.8em;
      line-height: 1.4em;
      margin-top: 1em; }
  #postSidebar .article-media .slideshow {
    margin: 10px 10px 0.5em 10px; }
  #postSidebar .article-media p {
    color: #666666;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-top: -0.5em;
    border: none;
    margin-bottom: 0.5em;
    position: relative;
    padding: 0px 10px; }
  #postSidebar .article-sidebar-content {
    color: #000;
    margin: 2em 0 0 0;
    padding: 10px; }
    #postSidebar .article-sidebar-content p {
      margin-bottom: 15px; }
  #postSidebar .news-listing ul.news-items {
    margin-left: 13px;
    list-style-image: url("../images/layout/bullet-arrow.png"); }
    #postSidebar .news-listing ul.news-items li.news-item {
      padding-left: 10px;
      padding-right: 20px;
      margin-bottom: 10px;
      line-height: 1.2; }
      #postSidebar .news-listing ul.news-items li.news-item .title {
        padding-bottom: 5px; }
      #postSidebar .news-listing ul.news-items li.news-item .title a {
        font-size: 13px;
        text-decoration: none;
        color: #444444; }
  #postSidebar .news-listing figure {
    float: right;
    margin: 0 0 0 10px;
    width: 90px; }
  #postSidebar .news-listing .article-content-wrapper {
    margin-bottom: 10px; }
  #postSidebar article a {
    color: #000; }
  #postSidebar .sidebar-widget .more, #postSidebar .sidebar-widget .read-more {
    color: #000;
    margin-left: 0; }

#relatedStories ul.news-items {
  margin-left: 13px;
  list-style-image: url("../images/layout/bullet-arrow.png"); }
  #relatedStories ul.news-items li.news-item {
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
    line-height: 1.2; }
    #relatedStories ul.news-items li.news-item .title {
      padding-bottom: 5px; }
    #relatedStories ul.news-items li.news-item .title a {
      font-size: 13px;
      text-decoration: none;
      color: #444444; }

/* mainSidebar - used on homepage and category index page */
#mainSidebar {
  color: #fff;
  height: 100%;
  max-width: 300px;
  width: 31.25%;
  overflow: hidden;
  padding: 10px;
  background: url("../images/background-sidebar.png") repeat fixed center 0; }
  #mainSidebar .first-widget {
    margin-top: 20px; }
  #mainSidebar #inTheNews .source-time {
    color: #999; }
  #mainSidebar #events .date {
    color: #999; }
  #mainSidebar #inTheSpotlight .read-more, #mainSidebar #categorySpotlight .read-more {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
    text-align: left; }
    #mainSidebar #inTheSpotlight .read-more a, #mainSidebar #categorySpotlight .read-more a {
      color: #2BA6CB; }

#featuredVideo h4 {
  background: #f8b800;
  color: #333333;
  height: 39px;
  padding: 8px;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase; }
#featuredVideo a {
  display: block;
  position: relative; }

#partnerLinks {
  text-align: center; }

#inTheSpotlight, #categorySpotlight {
  background: #d5d5d7; }
  #inTheSpotlight article, #categorySpotlight article {
    padding: 12px; }
  #inTheSpotlight div.article-image img, #categorySpotlight div.article-image img {
    margin: 0 auto;
    border: 2px solid #62625d; }
  #inTheSpotlight p.article-excerpt, #categorySpotlight p.article-excerpt {
    color: #000;
    font-size: 12px;
    margin-top: 24px; }

@media screen and (max-width: 960px) {
  #rightSidebar {
    border-right: none; } }
@media screen and (max-width: 767px) {
  .sidebar-widget {
    background: #fff;
    color: #000; }
    .sidebar-widget h4 {
      height: auto; }
    .sidebar-widget a {
      color: #000; }

  #mainSidebar {
    float: none;
    position: static;
    clear: both;
    max-width: 100%;
    width: 100%;
    background: none;
    color: #000; }
    #mainSidebar ul li.news-item .title a {
      color: #000; }
    #mainSidebar #events ul.news-items li.news-item .title a {
      color: #000; }
    #mainSidebar .contact-us {
      display: none; }

  #postSidebar {
    float: none;
    position: static;
    clear: both;
    max-width: 100%;
    width: 100%;
    padding: 0; }

  #inTheSpotlight, #categorySpotlight {
    background: #fff; }
    #inTheSpotlight h4, #categorySpotlight h4 {
      margin: 0; }
    #inTheSpotlight .article-image, #categorySpotlight .article-image {
      width: 25%;
      float: left; }
    #inTheSpotlight .article-text, #categorySpotlight .article-text {
      margin-left: 27%; }
      #inTheSpotlight .article-text p, #categorySpotlight .article-text p {
        margin-top: 0; }

  body.staff-bio #rightSidebar {
    display: none; }

  #sideNav {
    display: none; }

  #rightSidebar {
    float: none;
    position: static;
    clear: both;
    max-width: 100%;
    width: 100%;
    padding: 0;
    background-color: #fff; }

  .sidebar-widget {
    margin-bottom: 20px; }
    .sidebar-widget .more {
      text-align: left;
      margin-left: 10px; }

  #article-sidebar figure a {
    display: block; }
  #article-sidebar .article-media-item {
    border: solid 1px #ccc;
    display: inline-block;
    float: left;
    height: 250px;
    margin: 0.5%;
    width: 24% !important;
    overflow: hidden; }
    #article-sidebar .article-media-item a {
      max-height: 105px;
      overflow: hidden; }

  .article-sidebar-content {
    clear: both; } }
@media screen and (max-width: 600px) {
  #mainSidebar #inTheNews, #mainSidebar #events, #mainSidebar #quickLinks, #mainSidebar #featuredVideo {
    width: 100%; }

  #article-sidebar .article-media-item {
    width: 32% !important; } }
@media screen and (max-width: 506px) {
  #inTheSpotlight .article-image, #categorySpotlight .article-image {
    width: 25%;
    float: left; }
  #inTheSpotlight .article-text, #categorySpotlight .article-text {
    margin-left: 27%; } }
@media screen and (max-width: 450px) {
  #article-sidebar .article-media-item {
    width: 49% !important; } }
@media screen and (max-width: 360px) {
  #article-sidebar .article-media-item {
    border: none;
    float: none;
    height: auto;
    width: 100% !important; }
    #article-sidebar .article-media-item a {
      max-height: none; } }
.social-shares {
  height: 50px;
  margin-top: 20px;
  padding-right: 35px;
  display: table; }

.share-header {
  display: table-cell;
  margin: 0;
  vertical-align: top; }

.share-header h1 {
  background: url(../images/layout/icon_share.gif) no-repeat;
  margin: 10px 0 0 0;
  padding-left: 25px;
  padding-right: 10px;
  background-position: 0 -7px;
  font-size: 12px; }

.share-container {
  display: table-cell; }
  .share-container a {
    margin-bottom: 5px; }

.share-stub {
  background: url("../images/layout/btn-share-stub-white.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  display: none;
  float: right;
  height: 100%;
  max-height: 35px;
  max-width: 35px;
  position: absolute;
  width: 100%;
  z-index: 50;
  cursor: pointer; }

#postContent .share-stub-black {
  background: url("../images/layout/btn-share-stub-black.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  display: block;
  float: right;
  height: 100%;
  max-height: 35px;
  max-width: 35px;
  position: absolute;
  width: 100%;
  z-index: 50;
  cursor: pointer; }

#recentStories #storiesGrid .share-stub {
  right: 10px; }

#recentStories #storiesList .share-stub {
  display: block; }

.share-widget {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  background: none repeat scroll 0% 0% white;
  padding: 5px;
  float: right;
  position: absolute;
  z-index: 50; }

.share-widget-black {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  background: none repeat scroll 0% 0% white;
  padding: 5px;
  float: right;
  position: absolute;
  z-index: 50; }

#recentStories #storiesGrid .share-widget {
  display: none;
  left: 100%; }

#recentStories #storiesList .share-widget {
  display: none;
  left: 28%; }

.addthis_toolbox hr.top {
  margin-top: 10px;
  margin-bottom: 5px; }

.addthis_toolbox hr.bottom {
  margin-top: 5px;
  margin-bottom: 10px; }

/* Royal slider */
.rsArrowIcn {
  text-indent: -9999px; }

.article-slideshow .slick-prev, .article-slideshow .slick-next {
  background-color: #f0f0f0;
  height: 100%;
  top: 0;
  margin-top: 0; }
  .article-slideshow .slick-prev:hover, .article-slideshow .slick-prev:focus, .article-slideshow .slick-next:hover, .article-slideshow .slick-next:focus {
    background: #ccc; }

/* Magnific Popup */
.mfp-title {
  margin-top: 1em;
  min-width: 200px; }

.mfp-arrow, button.mfp-arrow {
  background-color: #fff;
  background-image: url(../scripts/royalslider/skins/default-inverted/rs-default-inverted.png);
  height: 32px;
  width: 32px; }
  .mfp-arrow::before, .mfp-arrow::after, button.mfp-arrow::before, button.mfp-arrow::after {
    border: none; }
  .mfp-arrow-left, button.mfp-arrow-left {
    background-position: -64px -32px;
    border-radius: 2px;
    left: 10px; }
  .mfp-arrow-right, button.mfp-arrow-right {
    background-position: -64px -64px;
    border-radius: 2px;
    right: 10px; }

#extres {
  background: #fafafa; }
  #extres .extres-container {
    margin: 0 auto;
    max-width: 960px;
    padding: 15px 0 30px 0; }
    #extres .extres-container #quickLinks, #extres .extres-container #featuredVideo, #extres .extres-container #partnerLinks {
      background: none;
      float: left;
      width: 33%; }
      #extres .extres-container #quickLinks a, #extres .extres-container #featuredVideo a, #extres .extres-container #partnerLinks a {
        font-size: 15px; }
    @media screen and (max-width: 360px) {
      #extres .extres-container #quickLinks a {
        font-size: 14pt; } }
    #extres .extres-container #quickLinks {
      margin-right: 0.5%; }
      #extres .extres-container #quickLinks ul.news-items li.news-item .title a {
        color: #000; }
    #extres .extres-container #partnerLinks {
      float: right; }

#spectrumLinkBox, #telegramLinkBox, #newsletterLinkBox {
  display: block;
  clear: both; }
  #spectrumLinkBox a, #telegramLinkBox a, #newsletterLinkBox a {
    border-radius: 7px;
    font-family: Arial;
    color: #000;
    font-size: 15px;
    background: #F8B800;
    text-decoration: none;
    height: 65px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px; }
    #spectrumLinkBox a strong, #telegramLinkBox a strong, #newsletterLinkBox a strong {
      display: block;
      font-weight: bold;
      font-size: 15px; }

#telegramLinkBox a {
  padding-top: 15px; }

#newsletterLinkBox a {
  padding-top: 8px; }

@media screen and (max-width: 767px) {
  #extres .extres-container {
    background: #fff;
    padding: 10px; }
    #extres .extres-container #quickLinks, #extres .extres-container #featuredVideo, #extres .extres-container #partnerLinks {
      float: none;
      width: 100%; }
    #extres .extres-container #partnerLinks {
      margin-top: 20px; }
    #extres .extres-container #featuredVideo {
      margin-bottom: 10px; }

  #spectrumLinkBox, #telegramLinkBox, #newsletterLinkBox {
    margin: 0 0% 10px 0%;
    width: 100%;
    float: none;
    clear: none; }
    #spectrumLinkBox a, #telegramLinkBox a, #newsletterLinkBox a {
      width: 100%;
      margin: 0;
      padding: 10px;
      height: auto;
      white-space: normal;
      text-align: center; }
      #spectrumLinkBox a strong, #telegramLinkBox a strong, #newsletterLinkBox a strong {
        display: inline; }
      #spectrumLinkBox a .btn-text, #telegramLinkBox a .btn-text, #newsletterLinkBox a .btn-text {
        margin-right: 0; }
      #spectrumLinkBox a .btn-arrow, #telegramLinkBox a .btn-arrow, #newsletterLinkBox a .btn-arrow {
        display: none; }

  #spectrumLinkBox {
    clear: left; } }
@media screen {
    /*
    @media (max-width: 600px) {

        #spectrumLinkBox, 
        #telegramLinkBox, 
        #newsletterLinkBox { 
            
            float: none; 
            width: auto;  

            a { height: 60px; }
        }

        #spectrumLinkBox a { padding-top: 0; }
        #telegramLinkBox a { padding-top: 14px; }
        #newsletterLinkBox a { padding-top: 8px; }
        
    }
        */ }
@media screen and (max-width: 450px) {
  #spectrumLinkBox a strong,
  #telegramLinkBox a strong,
  #newsletterLinkBox a strong {
    display: block; } }

/*# sourceMappingURL=main.css.map */
