/* Grid
[class*="col-"] {
  background-color: rgba(86, 61, 124, .15);
}
*/

/* YouTube embeds */
.editor iframe[src*="youtube.com"] {
  border: 0;
  width: 100%;
}

.editor img {
  max-width: 100%;
}

.video-embed,
.responsive-ratio-16by9 {
  background-color: #dcdcdc;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.video-embed__iframe,
.responsive-ratio-16by9 iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main Bootstrap css Overrides */

html {
  background: #f5f5f5;
  font-family: Helvetica, Arial, sans-serif;
}

body {
  color: #666666;
}

.btn {
  border-radius: 0px;
}

/* Reporting links */

.reportinglinks {
  margin: 20px 0 30px;
}

.reportinglinks a {
  display: block;
  padding: 8px 20px;
  margin-bottom: 5px;
  background-color: #c6cfd0;
  font-size: 18px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.reportinglinks a span {
  font-size: 16px !important;
  font-weight: normal !important;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .navbar-form {
    width: 300px;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -30px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.row {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.col-md-2 {
  padding-left: 0px;
  padding-right: 0px;
}

.col-md-2v2 {
  display: none;
}

.col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 991px) {
  .col-md-2 {
    display: none;
  }

  .col-md-2v2 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 20px;
  }

  .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Tabs */

.tab-content {
  padding: 10px;
  border: 5px solid #f5f5f5;
}

.tab-content .media,
#main-content .media {
  padding: 30px 0px 30px 0px;
  border-bottom: 1px solid #f5f5f5;
}

.nav-tabs {
  border: 1px solid transparent;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 5px;
  line-height: 1.428571429;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #555555;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
  background-color: #415f69;
  color: #ffffff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #f5f5f5;
  cursor: default;
  background-color: #415f69;
  border: 0px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

#more-btn {
  margin-top: 10px;
}

#more-btn a {
  padding: 10px;
  text-align: right;
}

@media (max-width: 480px) {
  .nav-tabs>li {
    float: none;
  }

  .nav-tabs>li>a {
    margin-right: 0px;
  }
}

/* Simon's Additional styles */

/* Header Block */

.header-block {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/h1-dropshadow-bg.png);
  background-repeat: repeat-x;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
  margin-bottom: 20px;
}


.header-block.col-md-8 {
  padding-left: 0px;
}

.header-block .row {
  margin-bottom: 0px;
}

.header-block h1,
.header-block .h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #415f69;
  line-height: 1;
  margin: 0px 0px 0px -15px;
  padding: 30px 0px 30px 0px;
}

#main-content {
  padding: 10px;
  border: 5px solid #f5f5f5;
  font-size: 14px;
}

#main-content .main-image {
  border: 1px solid #cccccc;
}

#main-content .main-image img {
  width: 100%;
}

#main-content .photo-caption {
  background: #f5f5f5;
  float: right;
  display: block;
  margin: 10px 0px 10px 30px;
}

#main-content .photo-caption em {
  display: block;
  font-size: 11px;
  font-style: normal;
  line-height: 1.5;
  padding: 10px;
}

#main-content .photo-caption img {
  border: 1px solid #cccccc;
}

#main-content .photo-caption.portrait {
  width: 200px;
}

#main-content .photo-caption.landscape {
  background: #f5f5f5;
  float: right;
  display: block;
  margin: 10px 0px 10px 30px;
  width: 250px;
}

#main-content .photo-caption.portrait img {
  width: 100%;
}

#main-content .photo-caption.landscape img {
  width: 100%;
}

#main-content .photo-caption.landscape em {
  display: block;
  font-size: 11px;
  font-style: normal;
  line-height: 1.5;
  padding: 10px;
}

@media (max-width: 540px) {
  #main-content .photo-caption {
    width: 100%;
    float: left;
    margin: 0px;
    display: inline-block;
    text-align: center;
    margin: 10px 0px 10px 0px;
    background: #ffffff;
  }

  #main-content .photo-caption.landscape {
    background: #ffffff;
  }
}

#main-content .body-text {
  margin-top: 0px;
  line-height: 24px;
  padding: 35px 30px 25px 30px;
}

#main-content .body-text h4 {
  line-height: 26px;
}

p.intro {
  font-size: 16px;
  line-height: 26px;
}

@media all and (min-width:320px) and (max-width:991px) {
  .header-block h1,
  .header-block .h1 {
    margin: 0px;
  }
}

@media (max-width: 353px) {
  .header-block h1,
  .header-block .h1 {
    margin: 0px;
  }
}

.sideways-caret {
  border-color: transparent transparent transparent #415f69;
  border-width: 4px;
  border-style: solid;
  content: "";
  display: inline-block;
}

a {
  color: #415f69;
}

a:hover {
  color: #5e7e85;
  text-decoration: none;
}

.row a {
  font-weight: bold;
}

.btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-pink {
  color: #ffffff;
  background-color: #cc0066;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/btn-bg-shadow.png);
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #a10059;
  border-width: 2px;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #a10151;
  border-color: #a10059;
}

.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  background-image: none;
}

.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-notice {
  color: #ffffff;
  background-color: #cc0066;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-submit-notice.png);
  background-repeat: no-repeat;
  border-color: #a10059;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  padding: 10px 0 10px 42px;
}

.btn-notice:hover,
.btn-notice:focus,
.btn-notice:active,
.btn-notice.active,
.open .dropdown-toggle.btn-notice {
  color: #ffffff;
  background-color: #a10151;
  border-color: #a10059;
}

.btn-notice:active,
.btn-notice.active,
.open .dropdown-toggle.btn-notice {
  background-image: none;
}

.btn-notice.disabled,
.btn-notice[disabled],
fieldset[disabled] .btn-notice,
.btn-notice.disabled:hover,
.btn-notice[disabled]:hover,
fieldset[disabled] .btn-notice:hover,
.btn-notice.disabled:focus,
.btn-notice[disabled]:focus,
fieldset[disabled] .btn-notice:focus,
.btn-notice.disabled:active,
.btn-notice[disabled]:active,
fieldset[disabled] .btn-notice:active,
.btn-notice.disabled.active,
.btn-notice[disabled].active,
fieldset[disabled] .btn-notice.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-purple {
  color: #ffffff;
  background-color: #330066;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/btn-bg-shadow.png);
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #512e75;
  border-width: 2px;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #1f003f;
  border-color: #333333;
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-green {
  color: #ffffff;
  background-color: #cc0066;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/btn-bg-shadow.png);
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #a10059;
  border-width: 2px;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #a10151;
  border-color: #a10059;
}

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-pink,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* News and Events Listings */

.col-md-4 h3 {
  text-transform: uppercase;
  font-size: 15px;
  color: #415F67;
  margin-top: 27px;
}

h4.date {
  font-size: 12px;
  color: #999;
  margin: 0px 0px 5px 0px;
}

h3.block-heading {
  display: block;
  background-color: #415f69;
  margin: 0px;
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
}

h4 {
  color: #415f69;
  font-size: 22px;
}

h4.media-heading a {
  color: #415f69;
  font-size: 22px;
  line-height: 26px;
}

h4.media-heading a:hover {
  color: #5e7e85;
}

@media (min-width: 992px) {
  .col-md-4 h4.media-heading a {
    font-size: 15px;
    line-height: 20px;
  }

  .col-md-4 h4.event-type {
    font-size: 12px;
    color: #999;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
  }
}

@media (max-width: 991px) {
  .col-md-4 h4.event-type {
    font-size: 12px;
    color: #999;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
  }
}

#main-content h4.event-type {
  font-size: 12px;
  color: #999;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}

#event-date {
  display: block;
  background-color: #333333;
  height: 54px;
  width: 54px;
  border: 2px solid #dddddd;
  padding: 5px 5px 5px 5px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  margin: 0px 5px 0px 5px;
  color: #ffffff;
}

#event-date em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

#event-date:hover {
  background-color: #444444;
}

#noticeboard-category {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  height: 54px;
  width: 54px;
  padding: 5px 5px 5px 5px;
  margin: 0px 5px 0px 5px;
}

#noticeboard-category.default {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-general.png);
}

#noticeboard-category.arts {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-arts.png);
}

#noticeboard-category.lifestyle {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-lifestyle.png);
}

#noticeboard-category.studying {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-studying.png);
}

#noticeboard-category.support {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-support.png);
}

#noticeboard-category.staff {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-sd.png);
}

#noticeboard-category.campus {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-campus.png);
}

#noticeboard-category.careers {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-career.png);
}

#noticeboard-category.general {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-general.png);
}

#noticeboard-category.sport {
  background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/informationforstudents/images/icons/noticeboard-sport.png);
}

#news-category {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  height: 54px;
  width: 54px;
  padding: 5px 5px 5px 5px;
  margin: 0px 5px 0px 5px;
}

#news-category.default {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-news.png);
}

/* Homepage Link / Signpost */

#homepage-signpost {

}

#homepage-signpost a {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/homepage-signpost-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  display: block;
  height: 85px;
  padding: 20px 0px 0px 0px;
  color: #333333;
}

#homepage-signpost a {
  display: block;
  text-transform: none;
  font-size: 14px;
}

#homepage-signpost a strong {
  display: block;
  text-transform: none;
  line-height: 14px;
  color: #f5f5f5;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 23px;
  text-shadow: 2px 2px 5px #0F0F0F;
}

#homepage-signpost a strong em {
  color: #333333;
  font-style: normal;
  text-shadow: none;
}

#homepage-signpost a:hover {
  text-decoration: none;
}

#homepage-signpost a:hover strong {
  color: #cccccc;
}

#homepage-signpost a:hover em {
  color: #000000;
}

@media (max-width: 1199px) {
  #homepage-signpost a {
    background-image: url(/media/wwwlboroacuk/internal/styleassets/img/homepage-signpost-bg-small.png);
  }
}

@media (max-width: 991px) {
  #homepage-signpost {
    display: none;
  }
}

/* Sidebar Teaser - Portrait - Love Your Loughborough */

#sidebar-teaser.love {
  border: 5px solid #f5f5f5;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/sidebar-teaser-love-your-lboro.jpg);
  height: 682px;
  background-position: top center;
  background-repeat: no-repeat;
}

#sidebar-teaser-button.love {
  background: #eeeeee;
  margin-bottom: 0px;
  text-align: center;
  margin: 0px;
}

/* Sidebar Teaser - Landscape - Love Your Loughborough */

#sidebar-teaser.love-landscape {
  border: 5px solid #f5f5f5;
  background-position: top center;
  background-repeat: no-repeat;
}

#sidebar-teaser.love-landscape img {
  width: 100%;
}

#sidebar-teaser-button.love-landscape {
  background: #eeeeee;
  margin-bottom: 0px;
  text-align: center;
}

/* Sidebar Teaser - Portrait - Parking */

#sidebar-teaser.parking {
  border: 5px solid #f5f5f5;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/sidebar-teaser-parking.jpg);
  height: 372px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 10px;
}

#sidebar-teaser-button.parking {
  background: #eeeeee;
  margin-bottom: 0px;
  text-align: center;
  margin: 320px 0px 0px 0px;
}

/* Sidebar Teaser - Landscape - Parking */

#sidebar-teaser.parking-landscape {
  border: 5px solid #f5f5f5;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 20px;
}

#sidebar-teaser.parking-landscape img {
  width: 100%;
}

#sidebar-teaser-button.parking-landscape {
  background: #eeeeee;
  margin-bottom: 0px;
  text-align: center;
}

/* Sidebar Teaser - Portrait - Parking */

#sidebar-teaser.job-shadow {
  border: 5px solid #f5f5f5;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/sidebar-teaser-SD-portrait.jpg);
  height: 372px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 10px;
}

#sidebar-teaser-button.job-shadow {
  background: #eeeeee;
  margin-bottom: 0px;
  text-align: center;
  margin: 320px 0px 0px 0px;
}

/* Sidebar Teaser - Landscape - Parking */

#sidebar-teaser.job-shadow-landscape {
  border: 5px solid #f5f5f5;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 20px;
}

#sidebar-teaser.job-shadow-landscape img {
  width: 100%;
}

#sidebar-teaser-button.parking-landscape {
  background: #eeeeee;
  margin-bottom: 0px;
  text-align: center;
}

/* Responsive Mega Menu */

.navbar-nav>li>.dropdown-menu {
  margin-top: 5px;
}

.navbar-default {
  color: #f5f5f5;
  background-color: #415f69;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/header-block-bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 0px 8px 0px;
  border: 0px;
}

#navbar-divider {
  background: #354e58;
  height: 5px;
  width: 100%;
}

.navbar-default .navbar-nav>li>a {
  color: #f5f5f5;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-default .navbar-brand {
  color: #f5f5f5;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 0px 120px 0px;
  width: 100%;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/mega-menu-bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  border-top: 5px solid #f5f5f5;
  border-bottom: 5px solid #f5f5f5;
}

.megamenu>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>li>ul>li {
  list-style: none;
  margin-bottom: 5px;
}

.megamenu>li>ul>li>a {
  display: inline-block;
  padding: 3px 0px 0px 20px;
  clear: both;
  font-weight: bold;
  line-height: 1.428571429;
  color: #415f69;
  white-space: normal;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-external.png);
  background-position: top 8px left 4px;
  background-repeat: no-repeat;
}

.megamenu>li ul>li>a:hover,
.megamenu>li ul>li>a:focus {
  text-decoration: none;
  color: #5e7e85;
  background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  color: #cccccc;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .megamenu>li {
    margin-bottom: 30px;
  }

  .megamenu>li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #333333;
  }
}

.dropdown-header {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #f5f5f5;
  background-color: #304852;
}

.megamenu .col-sm-3,
.megamenu .col-sm-2 {
  border-right: 1px solid #f5f5f5;
}

/* Responsive Mega Menu  - Styles which make only one menu item at a time */

.navbar-collapse-second {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse-second:before,
.navbar-collapse-second:after {
  display: table;
  content: " ";
}

.navbar-collapse-second:after {
  clear: both;
}

.navbar-collapse-second:before,
.navbar-collapse-second:after {
  display: table;
  content: " ";
}

.navbar-collapse-second:after {
  clear: both;
}

.navbar-collapse-second.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse-second {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse-second.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse-second.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse-second,
  .navbar-static-top .navbar-collapse-second,
  .navbar-fixed-bottom .navbar-collapse-second {
    padding-right: 0;
    padding-left: 0;
  }
}

.container>.navbar-header,
.container>.navbar-collapse-second {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container>.navbar-header,
  .container>.navbar-collapse-second {
    margin-right: 0;
    margin-left: 0;
  }
}

/* navbar overrides */

.navbar {
  margin-bottom: 0px;
}

.navbar-nav {
  float: right;
  margin-top: 20px;
}

#navbar-brand img {
  margin-left: -15px;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand {
    margin-left: 0px;
  }
}

@media all and (min-width:320px) and (max-width:991px) {
  .navbar-default {
    padding: 12px 0px 0px 0px;
  }

  .navbar-nav {
    float: left;
    width: 100%;
    margin: 12px 0px 0px 0px;
    padding: 0px;
  }

  #navbar-brand img {
    margin-left: 0px;
  }
}

@media (max-width: 353px) {
  .navbar-default {
    padding: 0px;
  }

  #navbar-brand img {
    margin-top: -45px;
    margin-left: 0px;
    width: 90%;
  }
}

@media (max-width: 767px) {
  a.dropdown-toggle {
    background: #304852;
    margin-bottom: 2px;
    margin-top: 0px;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:active {
    color: #f5f5f5;
    background-color: #333333;
  }

  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: #333333;
  }

  .navbar-collapse-second {
    border-top: 0px solid transparent;
    box-shadow: none;
    max-height: 500px;
  }

  .navbar-default {
    background-color: #436370;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 20px;
  }
}

/*  Webmail button  */

#mylboro,
#learn,
#webmail,
#myhr,
#jobs,
#calendar {
  margin: 0px 0px -10px -10px;
  overflow: hidden;
}

#mylboro a,
#learn a,
#webmail a,
#myhr a,
#jobs a,
#calendar a {
  background-color: #415F66;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-mylboro.png);
  background-repeat: no-repeat;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 0 11px 42px;
  text-decoration: none;
}

#learn a {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-book.png);
}

#webmail a {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-webmail.png);
}

#myhr a {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-myhr.png);
}

#jobs a {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-jobs.png);
}

#calendar a {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-calendar-white.png);
}

#mylboro a:focus,
#mylboro a:hover,
#learn a:focus,
#learn a:hover,
#webmail a:focus,
#webmail a:hover,
#myhr a:focus,
#myhr a:hover,
#jobs a:focus,
#jobs a:hover,
#calendar a:hover {
  background-color: #5e7e85;
}

#mylboro a strong,
#learn a strong,
#webmail a strong,
#myhr a strong,
#jobs a strong,
#calendar a strong {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 18px;
}

/* Search icon in topbar */

@media (max-width: 767px) {
  .navbar-inverse .navbar-toggle {
    width: 44px;
    border: 1px solid #666;
  }
}

@media (min-width: 768px) {
  .navbar-inverse a.navbar-brand {
    padding: 6px 0px 0px 0px;
    font-size: 12px;
  }

  .navbar-form {
    margin-top: 0px;
  }
}

.navbar-static-top {
  border: 0px;
}

.navbar-brand {
  padding: 17px 14px;
}

#main-toplinks {
  text-align: right;
  padding: 10px 0px 10px 10px;
  margin: 0px;
  display: block;
}

#main-toplinks a {
  color: #999;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
}

/*  RSS
  ---------------  */

#rss {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-rss.png);
  background-repeat: no-repeat;
  background-position: left center;
  float: right;
  font-weight: bold;
  display: block;
  padding-left: 25px;
  right: 40px;
  position: absolute;
}

#rss a {
  color: #f79d21;
}

#rss a:hover {
  text-decoration: underline;
}

#rss2 {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-rss2.png);
  background-repeat: no-repeat;
  background-position: left center;
  float: right;
  font-weight: bold;
  display: block;
  padding-left: 20px;
}

#rss2 a {
  color: #f79d21;
}

#rss2 a:hover {
  text-decoration: underline;
}

#rss3 {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-rss.png);
  background-repeat: no-repeat;
  background-position: left center;
  float: right;
  font-weight: bold;
  display: block;
  padding-left: 25px;
  right: 20px;
  margin-top: 10px;
  position: absolute;
}

#rss3 a {
  color: #f79d21;
}

#rss3 a:hover {
  text-decoration: underline;
}

/*  Social media icons
  ---------------  */

.social {
  margin: 0px;
  padding: 3px;
  float: left;
}

.social .box {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
}

.social .box a {
  display: block;
  width: 40px;
  height: 40px;
}

.social .box a.facebook {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-facebook.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.social .box a:hover.facebook {
  background-position: bottom;
}

.social .box a.twitter {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-twitter.png);
}

.social .box a:hover.twitter {
  background-position: bottom;
}

.social .box a.linkedin {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-twitter.png);
}

.social .box a:hover.linkedin {
  background-position: bottom;
}

.social .box a.youtube {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-youtube.png);
}

.social .box a:hover.youtube {
  background-position: bottom;
}

.social .box a.linkedin {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-linkedin.png);
}

.social .box a:hover.linkedin {
  background-position: bottom;
}

.social .box a.google {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-google.png);
}

.social .box a:hover.google {
  background-position: bottom;
}

/* Footer styles
-------------------------------------------------- */

#footer {
  background-color: #f5f5f5;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#footer .container {
  width: auto;
  max-width: 1180px;
  padding: 0 15px;
}

#footer .container .text-muted {
  margin: 20px 0;
}

/* sidebar menu */

.col-md-4 .col-md-6 {
  border-bottom: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  padding: 10px;
}

.col-md-6.noborder-bottom {
  border: 0px solid #f5f5f5;
}

@media (max-width: 1199px) {
  .col-md-6.noborder-bottom {
    width: 100%;
    padding-right: 0px
  }
}

#sidebar-menu .col-md-6 {
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #f5f5f5;
  /* border-bottom: 0px solid #f5f5f5; */
}

#sidebar-menu .col-md-6 a {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/sidebar-menu-caret.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 20px;
  display: block;
  color: #415f69;
  background-color: #f9f9f9;
}

#sidebar-menu .col-md-6 a:hover {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/sidebar-menu-caret.png);
  background-position: left bottom;
  color: #5e7e85;
  background-color: #f5f5f5;
}

#sidebar-menu .currentbranch0 a,
#sidebar-menu .currentbranch0 a:focus,
#sidebar-menu .currentbranch0 a:hover,
#sidebar-menu a.active,
#sidebar-menu a.active:focus,
#sidebar-menu a.active:hover {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/sidebar-menu-caret.png);
  background-position: left bottom;
  background-color: #eaeaea;
}

#sidebar-menu .col-md-6 a.external {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-external.png);
  background-position: top 14px left 6px;
}

@media all and (min-width:991px) {
  #sidebar-menu .col-md-6 a.twolines {
    padding: 5px 10px 5px 20px;
    line-height: 1.1;
  }
}

@media all and (min-width:991px) and (max-width:1199px) {
  #sidebar-menu {
    font-size: 12px;
  }

  #mylboro a strong,
  #learn a strong,
  #webmail a strong,
  #myhr a strong {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 16px;
  }
}

/*  Event information  */

#event-article {
  padding: 35px 30px 25px 30px;
}

h2.featurecolour1 {
  display: none
}

#event-details {
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f8f8f8 100%);
  background: linear-gradient(top, #fdfdfd 0%, #f8f8f8 100%);
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 11px 18px 17px;
}

#event-details img {
  display: none
}

#main-content #event-details h3 {
  color: #415f69;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 0.75em;
  padding: 0;
}

#main-content #event-details img {
  display: none;
}

#main-content #event-details #key-info {
  background: #eee;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #ddd;
  float: right;
  font-size: 14px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#main-content #event-details #key-info li {
  border-bottom: 1px solid #f5f5f5;
  line-height: 1.5;
  list-style: none;
  margin: 1px 0 0;
  padding: 8px 0 9px 35px;
}

#main-content #event-details #key-info li a {
  text-decoration: none;
}

#main-content #event-details #key-info .date {
  background: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-calendar.png) no-repeat 10px 8px;
  color: #333;
}

#main-content #event-details #key-info .date a {
  background: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-download.png) no-repeat left center;
  color: #888;
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-left: -18px;
  padding-left: 19px;
}

#main-content #event-details #key-info .time {
  background: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-clock.png) no-repeat 10px 8px;
  text-transform: lowercase;
}

#main-content #event-details #key-info .location {
  background: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-map.png) no-repeat 10px 8px;
}

#main-content #event-details #key-info .website {
  border-bottom: 0px solid #f5f5f5;
  background: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-globe.png) no-repeat 10px 8px;
}

#event-info {
  margin: 0;
  min-height: 32px;
}

#event-additional {
  border: 1px dashed #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  color: #888;
  margin: 0 0 12px;
  padding: 15px 19px 5px 20px;
}

#main #main-content #event-additional img {
  float: right;
  margin: 0 0 10px 10px;
}

#main #main-content #event-additional h4 {
  color: #888;
  font-size: 15px;
  margin: 0 0 0.75em;
  padding: 0;
}

#main #main-content #event-additional p {
  margin-top: 0;
}

#main #main-content #event-additional a {
  color: #555;
}

#main #main-content #event-additional a:focus,
#main #main-content #event-additional a:hover {
  color: #888;
}

#event-contact {
  list-style: none;
  margin: 0 0 1em;
  overflow: hidden;
  padding: 0;
}

#main-content #event-contact>li {
  float: left;
  list-style: none;
  margin-right: 0px;
  padding: 0px;
  width: 100%;
}

#main-content #event-contact>li h4 {
  color: #333;
  font-size: 15px;
  margin: 10px 0 10px;
  padding: 5px 0 0;
}

#main-content h5 {
  color: #333;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 5px 0 0;
}

#main-content #event-contact>li ul {
  border-top: 0px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
}

#main-content #event-contact>li ul li {
  background: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-contact.png) no-repeat left 7px;
  border-bottom: 1px solid #f5f5f5;
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 24px;
}

#main-content #event-contact>li ul li a {
  text-decoration: none;
}

#main-content #event-contact>.contact .tel {
  background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/newsandevents/img/icon-tel-event.png);
}

#main-content #event-contact>.contact .email {
  background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/newsandevents/img/icon-email-event.png);
  background-position: left 9px;
}

#main-content #event-contact>.tickets .cost {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-ticket-cost.png);
  padding-right: 20px;
}

#main-content #event-contact>.tickets .info {
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/icon-ticket-info.png);
}

#main-content #event-contact>.tickets .info p {
  margin: 0;
}

#main-content #event-contact>.tickets {
  margin: 0;
  padding-left: 0;
  width: 100%;
}

/*  Notice filter list
  -------------  */

#notice-list {}

#options {
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0px;
}

#main-content #options h3,
.tab-content #options h3 {
  border: 0;
  color: #fff;
  float: left;
  font-size: 100%;
  margin: 0;
  padding-top: 7px;
  text-transform: uppercase;
  width: 65px;
}

#main-content #filters,
.tab-content #filters {
  float: left;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 20px 0 0 34px;
}

#main-content #filters li,
.tab-content #filters li {
  float: left;
  list-style: none;
  margin: 0 0 7px 7px;
  padding: 0;
}

#main-content #filters li.admin {}

#main-content #filters li.all,
.tab-content #filters li.all {
  width: 34px;
}

#main-content #filters li.text,
.tab-content #filters li.text {
  float: left;
  list-style: none;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
  margin-top: 6px;
  margin-left: 0px;
  margin-left: -25px;
  height: 30px;
}

#filters li a {
  background: #fff;
  background: -moz-linear-gradient(top, #eee 0%, #ffffff 25%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(25%, #ffffff));
  background: -webkit-linear-gradient(top, #eee 0%, #ffffff 25%);
  background: -o-linear-gradient(top, #eee 0%, #ffffff 25%);
  background: -ms-linear-gradient(top, #eee 0%, #ffffff 25%);
  background: linear-gradient(top, #eee 0%, #ffffff 25%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #999;
  display: block;
  font-weight: bold;
  padding: 3px 8px 4px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  font-size: 12px;
}

#filters li a:active,
#filters li a:focus,
#filters li a:hover,
#filters li .selected {
  background: #415f69;
  color: #fff;
}

#filters li .selected {
  cursor: default;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  width: 100%;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

#main-content #notice,
.tab-content #notice {
  height: 80%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-content #notice li,
.tab-content #notice li {
  background: #fff;
  margin: 0px;
  padding: 0;
  position: relative;
}

#main-content #notice li.lifestyle {
  background: #fff url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-lifestyle.png) no-repeat 15px 12px;
}

#main-content #notice li.studying {
  background: #fff url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-studying.png) no-repeat 15px 12px;
}

#main-content #notice li.sport {
  background: #fff url(/media/wwwlboroacuk/styleassets/sitespecific/informationforstudents/images/icons/noticeboard-sport.png) no-repeat 15px 12px;
}

#main-content #notice li.arts {
  background: #fff url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-arts.png) no-repeat 15px 12px;
}

#main-content #notice li.support {
  background: #fff url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-support.png) no-repeat 15px 12px;
}

#main-content #notice li.staff {
  background: #fff url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-support.png) no-repeat 15px 12px;
}

#main-content #notice li.general {
  background: #fff url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-general.png) no-repeat 15px 12px;
}

#main-content #notice li.campus {
  background: #fff url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-campus.png) no-repeat 15px 12px;
}

#main-content #notice li.careers {
  background: #fff url(/media/wwwlboroacuk/internal/styleassets/img/icons/noticeboard-career.png) no-repeat 15px 12px;
}

#notice li img {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  height: 91px;
  left: 20px;
  padding: 5px;
  position: absolute;
  top: 14px;
  width: 91px;
}

#main-content #notice li h4,
.tab-content #notice li h4 {
  font-size: 14px;
  padding-left: 60px;
  font-weight: bold;
}

.tab-content #notice li h4 {
  font-size: 14px;
  padding-left: 0px;
  font-weight: bold;
}

.tab-content #notice li h4+strong {
  display: block;
  margin-bottom: 5px;
}

#main-content #notice li h4 a,
.tab-content #notice li h4 a {
  text-decoration: none;
}

.tab-content #notice li h4.event-type {
  font-size: 12px;
  color: #999;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}

#notice li p {
  color: #888;
  font-size: 12px;
  margin: 0px 0px 5px 0px;
  padding-left: 60px;
  padding-right: 60px;
}

.tab-content #notice li p {
  color: #666666;
  font-size: 14px;
  margin: 0 0 10px;
  padding-left: 0px;
}

#notice li p.date {
  color: #BDBDBD;
  display: block;
  margin: 0px 0px 10px 0px;
  line-height: 1;
  padding-left: 60px;
  font-weight: bold;
}

#notice ul {
  border-top: 1px dashed #ddd;
  font-size: 12px;
  margin: 0 0 0 -65px;
  padding: 8px 0 0;
  width: 231px;
}

#notice ul li {
  background: transparent;
  border: 0;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#notice ul .tel {
  padding: 0 15px 0 20px;
}

#notice ul li a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
}

/*  Notices
  ------------------------------  */

.rss {
  float: right;
}

.rss img {
  border: 0;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -1px 1px 1px #e9e9e9;
  -moz-box-shadow: -1px 1px 1px #e9e9e9;
  box-shadow: -1px 1px 1px #e9e9e9;
}

ul.notice {
  list-style: none;
  margin: 0 0 1em -8px;
  padding: 0;
  background: red;
}

ul.notices {
  list-style: none;
  margin: 0 0 1em -8px;
  padding: 0;
}

ul.notices li {
  padding: 0.5em 8px;
}

ul.notices li:nth-child(odd) {
  background: #f8f8f8;
}

#main-content ul.notices li h4 {
  font-size: 100%;
  margin: 0;
}

ul.notices li h4 a {
  text-decoration: none;
}

ul.notices li h4 a:focus,
ul.notices li h4 a:hover {
  text-decoration: underline;
}

#main-content ul.notices li p {
  color: #999;
  font-size: 92%;
  margin: 0;
}

#main-content ul.notices li p a {
  border-bottom: 1px dotted #999;
  color: #999;
  text-decoration: none;
}

#main-content ul.notices li p a:focus,
#main-content ul.notices li p a:hover {
  border-bottom-style: solid;
  color: #999;
  text-decoration: none;
}

.gallery {
  list-style: none;
  margin: 0 0 0 -22px;
  overflow: hidden;
  padding: 0;
  width: 552px;
}

.gallery li {
  float: left;
  margin: 0 0 0 22px;
  padding-bottom: 15px;
}

.gallery li a img {
  border: 2px solid #ddd;
  padding: 5px;
}

.gallery li a:focus img,
.gallery li a:hover img {
  border-color: #2a598c;
}

#main-content .downloads {
  list-style: none;
  margin: 0 0 1em 8px;
  overflow: hidden;
  padding: 0;
}

#main-content .downloads li {
  float: left;
  margin: 0 20px 0.25em 0;
}

#main-content .downloads li a {
  display: block;
  font-weight: bold;
  padding: 0 0 0 22px;
  text-decoration: none;
}

#main-content .downloads li a:focus,
#main-content .downloads li a:hover {
  text-decoration: underline;
}

#main-content .downloads .download-pdf {}

#main-content .downloads .download-word {}

dl {
  margin: -0.75em 0 0;
  overflow: hidden;
}

dl dt {
  width: 80px;
  float: left;
  padding: 8px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  clear: both;

}

dl .name {
  color: #999;
}

dl dd {
  float: left;
  width: 418px;
  margin: 0;
  padding: 8px;
  border-bottom: 1px dotted #ccc;
}

.summary {
  background: #f8f8f8;
  border-bottom: 1px dotted #ccc;
  margin: 0px 0 1em 0;
  padding: 10px 10px 1px;
}

/*  Noticeboard styles  */

#main-content .summary {
  border-bottom: none;
}

#main-content .summary h4 {
  font-size: 24px;
  margin-bottom: 10px;

}

#main-content p.noticeboard-metadata {
  font-size: 10px;
}

#main-content p.noticeboard-summary {
  font-weight: bold;
  font-size: 15px;
}

/*  Form additional items  */

#container3 {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px dotted #ccc;
}

#container2 {
  float: left;
  width: 100%;
  position: relative;
  right: 0%;
  padding: 10px 0px 10px 0px;
}

#container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 80%;

}

#col1 {
  float: left;
  width: 20%;
  position: relative;
  left: 80%;
  overflow: hidden;
  font-weight: bold;
}

#col2 {
  float: left;
  width: 80%;
  position: relative;
  left: 80%;
  overflow: hidden;
}

#col3 {
  background: purple;
  float: left;
  width: 26%;
  position: relative;
  left: 80%;
  overflow: hidden;
}

/*  Archive downloads  */

#main-content .archive {
  margin: 0 0 0 -20px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

#main-content .archive li {
  padding: 0 0 1.25em;
  list-style-type: none;
  float: left;
  width: 235px;
  margin: 0 0 0 20px;
}

#main-content .archive a {
  color: #666;
  text-decoration: none;
  display: block;
  font-size: 11px;
  line-height: 1.5;
  overflow: hidden;
}

#main-content .archive a img {
  float: left;
  border: 2px solid #ccc;
  margin-right: 10px;
}

#main-content .archive a strong {
  color: #46066a;
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

#main-content .archive a:focus,
#main-content .archive a:hover {
  color: #999;
}

#main-content .archive a:focus img,
#main-content .archive a:hover img {
  border-color: #ddd;
}

#main-content .archive a:focus strong,
#main-content .archive a:hover strong {
  color: #875d9e;
}

/*  Older issues  */

#main-content #older-issues {
  list-style-type: none;
  margin: 0 0 2em -20px;
  overflow: hidden;
  padding: 0;
}

#main-content #older-issues li {
  float: left;
  margin: 0 0 0 20px;
  width: 100%;
  text-align: center;
}

#main-content #older-issues li h4 {
  margin: 0 0 0.5em;
  font-size: 16px;
  color: #333;
}

#main-content #older-issues li a {
  background: url(/media/wwwlboroacuk/internal/styleassets/img/icons/arrow-down.png) no-repeat 20px center;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 0 3px 18px;
  display: block;
  margin-bottom: 2px;
}

#main-content #older-issues li ul {
  margin: 0;
  padding: 5px 0 5px;
  list-style-type: none;
  background: #f8f8f8;
  border-top: 1px solid #eee;
}

#main-content #older-issues li ul li {
  float: none;
  margin: 0;
}

#main-content #older-issues li ul li.separate {
  border-top: 2px dotted #ddd;
  margin-top: 10px;
  padding-top: 10px;
  width: auto;
}

a.download {
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: left 10px top 13px;
  padding: 10px 10px 10px 40px;
  margin: 0px 0px 10px 0px;
}

/* Styles from Main Corporate Style
-------------------------------------------------- */

/* Topbar Search and Toplinks
-------------------------------------------------- */

.page-width {
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
  clear: both;
  padding: 0px;
}

/*  Toplinks  */

#main-toplinks {
  background-color: #333;
  text-align: right;
  padding: 6px 8px 3px 8px;
  margin: 0px;
  display: block;
  background-image: url(/media/wwwlboroacuk/internal/styleassets/img/copyright-bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}

#main-toplinks a {
  color: #ccc;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 10px 2px 13px;
  font-size: 12px;
  border-left: solid 1px #555;
  letter-spacing: 0px;
}

#main-toplinks a:hover {
  color: #fff;
}

#main-toplinks form {
  width: 250px;
  float: right;
  height: 27px;
  margin: -3px 20px 0 20px;
  padding: 0px;
  position: relative;
}

#main-toplinks form #sitesearch_text {
  height: 27px;
  width: 250px;
  border-width: 0px;
  border-style: none;
  margin: 0px;
  background-color: #ddd;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0 30px 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  font: -webkit-small-control;
}

#main-toplinks form .button {
  background-color: #666;
  display: block;
  height: 27px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 5px;
  margin-right: -1px;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

#main-toplinks form .button:hover {
  background-color: #999;
}

@media only screen and (max-width: 767px) {
  /* Mobile styles */

  .page-width {
    width: 100%;
    display: block;
    clear: both;
  }

  /*  Toplinks  */

  #main-toplinks {
    background-color: #333;
    text-align: right;
    padding: 10px 20px 10px 20px;
    margin-top: -90px;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-image: url(/media/wwwlboroacuk/internal/styleassets/img/copyright-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0);
  }

  #main-toplinks.mobshow {
    margin-top: 0px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  }

  #main-toplinks a.toplink {
    display: block;
    float: left;
    color: #ccc;
    text-decoration: none;
    padding: 5px 8px 5px 8px;
    background-color: #666;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    margin: 0px 5px 5px 0px;
    font-weight: normal;
  }

  #main-toplinks a.toplink:hover,
  #main-toplinks a.toplink:active {
    color: #fff;
    background-color: #999;
  }

  #main-toplinks form {
    display: block;
    clear: both;
    float: left;
    height: 27px;
    margin-top: 3px;
    margin-left: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
  }

  #main-toplinks form #sitesearch_text {
    height: 27px;
    border-width: 0px;
    border-style: none;
    margin: 0px;
    background-color: #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 99%;
    text-indent: 20px;
    outline: none;
  }

  #main-toplinks form .button {
    background-color: #666;
    display: block;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 5px;
    margin-right: 0px;
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
  }

  #main-toplinks form .button:hover,
  #main-toplinks form .button:active {
    background-color: #999;
  }

  #main-toplinks .mob-search-btn {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 110px;
    background-color: #333;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-image: url(/media/wwwlboroacuk/internal/styleassets/img/icons/toplinks-search-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 99999;
  }

  #main-toplinks.mobshow .mob-search-btn {
    background-image: url(/media/wwwlboroacuk/internal/styleassets/img/up-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Icon in topbar */

  .navbar-inverse .navbar-toggle {
    width: 44px;
    border: 1px solid #666;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 13px;
    margin-right: 65px;
    margin-bottom: 8px;
    background-image: none;
    border: 0px;
    width: 35px;
    height: 35px;
    background-color: #eee;
    background-image: url(/media/wwwlboroacuk/internal/styleassets/img/mob-menu-btn.png);
    background-repeat: no-repeat;
    background-position: center 1px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    display: block;
  }
}

@media (max-width: 394px) {
  .navbar-default {
    padding: 0px;
  }

  #navbar-brand a {
    padding: 0px;
    margin: 10px 0px 0px 28px;
    width: 80%;
    height: 0px;
  }

  #navbar-brand img {
    margin-top: -90px;
    margin-left: 0px;
    width: 70%;
  }

  .navbar-toggle {
    margin-top: 25px;
  }

  .navbar .navbar-default .navbar-static-top .container {
    height: 0px;
  }
}

/* External press release / news article */

.press-release-item--full {
  line-height: 24px;
  padding: 24px;
}

.press-release-item__image-wrapper--main {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
}

.press-release-item__image-wrapper--main .press-release-item__image {
  width: 100%;
}

.press-release-item__image-wrapper--secondary .press-release-item__image {
  width: 100%;
}

.press-release-item__image-wrapper--secondary {
  margin-bottom: 18px;
  margin-top: 18px;
}

@media (min-width: 600px) {
  .press-release-item__image-wrapper--secondary {
    float: right;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-top: 6px;
    width: 33.33333%;
  }
}

.press-release-item__image-caption {
  background-color: #f6f6f7;
  font-size: 13px;
  padding: 12px;
  text-align: center;
}

.press-release-item__heading {
  color: #415f69;
  font-size: 22px;
  line-height: 26px;
}

.news-item__date {
  color: #767676;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.news-item__categories,
.press-release-item__notes {
  display: none;
}