/* Brand Colours */
.navbar-wrapper .navbar {
  height: 80px;
}
.navbar-wrapper .navbar .navbar-nav li a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10 11px;
  text-transform: uppercase;
}
.navbar-wrapper .navbar .navbar-nav li a:hover {
  color: #0b0a6e;
  background: #f2f2f2;
}
.navbar-wrapper .navbar .navbar-toggle {
  margin-top: 23px;
  margin-right: 20px;
  border-color: #0b0a6e;
}
.navbar-wrapper .navbar .navbar-toggle:hover {
  background-color: #f2f2f2;
}
.navbar-wrapper .navbar .navbar-toggle .icon-bar {
  background-color: #0b0a6e;
}
.navbar-inverse {
  border: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: white;
}
.carousel {
  margin-bottom: 30px;
}
.carousel-inner > .item > img {
  height: auto;
}
.carousel-caption .btn-primary {
  background-color: #0b0a6e;
  border: 1px solid #06063f;
}
.carousel-caption .btn-primary:hover {
  background-color: #100e9d;
}
.navbar-brand {
  padding: 12px 15px;
}
#footer {
  padding: 20px 0 100px 0;
  margin-top: 50px;
  font-size: 16px;
  background-color: #dee0e2;
  border-top: 10px solid #0b0a6e;
}
#footer span.inline {
  display: inline;
  float: left;
  margin-right: 10px;
}
#footer .footer-right {
  padding-right: 0;
}
#footer p.copyright {
  margin: 20px 0 10px;
}
#footer p.copyright + p {
  font-size: 11px;
}
ul.inline {
  display: inline;
  padding: 0;
}
ul.inline li {
  list-style-type: none;
  float: left;
  margin: 0 0px;
}
ul.inline li:after {
  content: '|';
  margin: 0 5px;
}
ul.inline li.last {
  margin-right: 0;
}
ul.inline li.last:after {
  content: '';
}
ul.inline li a {
  color: #0b0a6e;
  text-decoration: none;
}
ul.inline li a:hover {
  color: #06063f;
  text-decoration: underline;
}
.sidebar h2 {
  font-size: 20px;
}
.sidebar ul {
  padding-left: 15px;
}
.intro-text {
  margin-bottom: 20px;
}
.intro-text p {
  font-size: 16px;
  line-height: 20px;
}
.intro-text p.hero {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}
.intro-text h2 {
  margin-bottom: 20px;
}
.row h2 {
  margin-top: 0px;
}
.FAQquestion {
  font-weight: bold;
}
hr.separator {
  clear: both;
  border: 5px solid #0b0c0c;
  border-width: 5px 0 0;
  margin: 20px 0;
}
.promo-text-cta {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  text-transform: none;
  font-weight: bold;
  margin: 5px 0;
}
.promo-text-cta a {
  display: block;
  margin-bottom: 15px;
  padding: 2em .5em;
  color: #fff;
  background: #0b0a6e;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 46px;
  text-transform: none;
  font-weight: 700;
  min-height: 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.promo-text-cta a:hover {
  text-decoration: underline;
}
.promo-text-cta a .cta-bigger-text {
  font-size: 38px;
  text-transform: uppercase;
}
.promo-text-cta a .cta-bigger-text.middle {
  font-size: 29px;
}
.call-out-box {
  margin-bottom: 50px;
  height: 100px;
}
.call-out-box img {
  height: 100%;
  max-height: 100%;
}
.align-middle {
  text-align: center;
}
.static-hero {
  position: relative;
  margin-bottom: 30px;
  margin-top: 0px;
  overflow: hidden;
  width: 100%;
}
.static-hero h1 {
  margin: 20px 0;
  color: white;
}
.static-hero img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  min-width: 100%;
}
.static-hero-title {
  position: absolute;
  left: 18%;
  right: 20%;
  z-index: 10;
  top: 200px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
h2 {
  color: #0b0a6e;
}
.breadcrumb {
  background-color: white;
  padding: 5px 0;
  margin: 0;
}
.members h2 {
  color: #dd1a2c;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 23px;
  }
  .carousel-caption {
    bottom: 60px;
  }
  .carousel-caption.smaller {
    bottom: 100px;
  }
  #footer .footer-left {
    padding-left: 0;
  }
  #footer .footer-right ul {
    float: right;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    margin-top: 15px;
    background: white;
  }
  .carousel-inner > .item > img {
    display: none;
  }
  .carousel-caption {
    bottom: 80px;
  }
  .carousel-caption.smaller {
    bottom: 120px;
  }
  .navbar-brand {
    padding: 12px 0px;
  }
  #footer .footer-left,
  #footer .footer-right {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  #footer p.copyright,
  #footer p.copyright + p {
    padding-left: 10px;
  }
  .navbar-wrapper .row {
    margin-right: 0;
  }
  .navbar-wrapper .row .col-lg-10 {
    padding-right: 0;
  }
}
.terms-and-copyright {
  padding-left: 0;
}
/* full width nav */
.full-width-nav .navbar-wrapper,
.top-nav .navbar-wrapper {
  position: relative;
  background-color: white;
  margin-top: 0;
}
.full-width-nav .navbar-wrapper .navbar,
.top-nav .navbar-wrapper .navbar {
  margin-bottom: 0;
}
.members .static-hero {
  background-color: #dd1a2c;
}
.recruitment .static-hero {
  background-color: #0b0a6e;
}
.civilservice .static-hero {
  background-color: #0b0a6e;
}

dl dt {
  color: #0b0a6e;
  font-size: 18px;
}
dl dd {
  margin-bottom: 10px;
}

/* students */
div.student_home_links a, 
div.student_home_links p {
    display: block;
    width: 200px;
    height: 200px;
    float: left;
    margin: 5px;
    padding: 10px;
    text-align: center;
}
div.student_home_links a {
    font-size: 20px;
}
div.student_home_links p {
    font-size: 16px;
}
div.student_home_links .student_home_link_red {
    background-color: #dd1a2c;
    color: white;
}
div.student_home_links .student_home_link_blue {
    background-color: #0b0a6e;
    color: white;
}
