/*global colours:
main blue : #002155
dark blue: #071121
lightn grey: #E9E9EE

*/



body {
    font-family: 'Montserrat', sans-serif !important;
}
h1 {
    font-weight: 900;
    font-size:40px;
}
h2, h3, h4, h5, h6 {
    font-weight:700;
}
.navbar-brand {
    font-weight:700;
    font-size: 16px;
    color:#002155 !important
}
@media (min-width: 576px) {
    h1 {
        font-size:3.2rem;
    }
}
.home-banner, .page-banner {
    background-color:#002155
}
.home-banner > .container {
    min-height:40vh
}


.banner-image-container {
    position:relative;
    margin-top:-3rem;
    margin-bottom:-3rem;
}
.banner-image-container::before, .banner-image-container::after {
    content:'';
    position:absolute;
    top:0;
}
.banner-image-container::before {
    left:0;
    border-left:90px solid #002155;
    border-bottom:250px solid transparent;
}
.banner-image-container::after {
    right:0;
    border-right:90px solid #002155;
    border-top:250px solid transparent;
}


.footer {
    clear:both;
    background-color:#E9E9EE;
}


.pagination {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
.pagination ul > li {
  display: inline-block;
  width: 48px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  float: left;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  font-size: 12pt;
  border: 1px solid #e4e4e4;
}
.pagination ul > li a {
  display: block;
  width: 48px;
  height: 43px;
  color: #74777c;
}
.pagination ul > li a:hover,
.pagination ul > li a:focus {
  text-decoration: none;
}
.pagination ul li:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.pagination ul li:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination ul li:hover,
.pagination ul li.active {
  background-color: rgba(50, 72, 92, 0.05);
}
