/* Default Colours for the website */
/* Hide or show empty bricks */

.brick5916,
.brick5917,
.brick5923,
.brick5924,
.brick5925 {
  display: none;
}
/* For curved edges in images and boxes  */
/* Drop shadows for  images and boxes*/
/* Set custom font for the File more than one */

@font-face {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  /* Customise this name for each custom font */
}
/* Set custom font for the File more than one */

@font-face {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
/*Will be the default font across the website*/

/*Main background image*/

body {
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mainContents {
  background: url(/Sites/2759/_Layout/mainContents.png) center;
  margin-top: -20px;
}
.site-header {
  background-color: white;
}
/* font*/

body,
p,
div {
  font: 14pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: black;
  line-height: 22pt;
}
a,
a:visited {
  text-decoration: underline;
  color: #c20232;
  font-weight: bold;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #b02d01;
  font-weight: bold;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: black;
}
/*Navigation customisation */

/*Main Background*/

.navbar {
  background-color: #c20232;
  background: white url(/Sites/2759/_Layout/NavBackground.jpg) repeat-x;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/*Nav Main font size*/

.navbar-default .navbar-nav > li > a {
  font-size: 12pt;
  color: white;
}
.navbar-default .navbar-nav > li > a:hover {
  font-size: 12pt;
  background-color: #f1c2c2;
  color: #1d2731;
}
/*Nav drop down*/

.navbar-default .dropdown-menu li a {
  font-size: 12pt;
  color: #c20232;
}
.navbar-default .dropdown-menu li a:hover {
  font-size: 12pt;
  background-color: #f1c2c2;
  color: white;
}
.navbar {
  background-color: #c20232;
}
.navbar a {
  color: white;
}
.carousel {
  margin-top: 0px;
  margin-bottom: 10px;
}
/*Text alignment in the navigation */

.navbar .navbar-collapse {
  text-align: center;
}
/*Sub text styling*/

.nav-sub-text {
  font-size: 10pt;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ffe263;
  }
}
/*Text colour*/

.bricks a h4,
.bricks a p {
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 16pt;
}
/*Hover over colour*/

.bricks a:hover h4,
.bricks a:hover p {
  color: #c20232;
  text-decoration: none;
}
.brickWithBg .bricks-text {
  background-image: url(/Sites/2685/_Layout/BrickH4Bg.png);
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 150px;
}
.bricks {
  height: 230px;
}
/*Heading compo background color etc */

h1 .HeadingText {
  font: 26pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  color: black;
}
.compoTitle h2,
h2 {
  font: 24pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: black;
}
/*Header background*/

.header {
  border: none;
  background-image: url(/Sites/2685/_Layout/NavBackground.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}
/*Header Image Details*/

.CompoBs_HeadingImage img {
  border: 3px solid white;
}
.rteText img.no-border-img {
  border-width: 0px;
}
/*Compo Title styling*/

.compoTitle {
  padding-top: 10px;
  padding-bottom: 0px;
}
h1 {
  font: 26pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  color: black;
}
h2 {
  font: 22pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: black;
}
h3 {
  font: 20pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: black;
}
h4 {
  font: 18pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: black;
}
h5 {
  font: 16pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: black;
}
h6 {
  font: 14pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: black;
}
.People .clPeopleTitle {
  width: 100%;
  background-color: #c20232;
  color: #565656;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font: 16pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.People h4 {
  background-color: #c20232;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  font: 18pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: white;
  text-align: center;
}
.contactform,
.contactmap {
  padding: 1px 10px 10px 10px;
}
a {
  color: #c20232;
  font-weight: bold;
}
a:hover {
  color: #3c450c;
  font-weight: bold;
}
.Page_Type_Live {
  color: #c20232;
}
.compo-footer p {
  color: white;
  text-align: center;
}
.compo-footer {
  background-color: #c20232;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.copyright {
  color: white;
  text-align: center;
}
.compo-footer a {
  color: white;
}
.compo-footer a:hover {
  color: #d9b310;
}
/*Text colour*/

.bricks a h4,
.bricks a p {
  color: white;
  text-decoration: none;
}
/*Hover over colour*/

.bricks a:hover h4,
.bricks a:hover p {
  color: #305d40;
  text-decoration: none;
}
.header {
  background-image: none;
}
.brickWithBg .bricks-text {
  background-image: url(/Sites/2759/_Layout/BrickH4Bg.png);
  padding-top: 10px;
  padding-bottom: 5px;
  color: white;
  margin-top: 210px;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.bricks {
  height: 300px;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
/* Normal Link colours  */

a {
  color: #c20232;
}
a:hover {
  color: black;
  font-weight: bold;
}
/* Brick colour  */

.bricks a:hover h4,
.bricks a:hover p {
  color: white;
  text-decoration: none;
}
.compo-id91526 h2 {
  width: 100%;
  background-color: #f1c2c2;
  color: #1d2731;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font: 13pt Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.compo-id91526 h2 a {
  color: #c20232;
  font-weight: bold;
}
.compo-id91526 h2 a:hover {
  color: #3c450c;
  font-weight: bold;
}
/**/
/*Masonry Gallery*/

#masonry {
  column-count: 2;
  column-gap: 10px;
}
@media (min-width: 30em) {
  #masonry {
    column-count: 3;
    column-gap: 20px;
  }
}
@media (min-width: 40em) {
  #masonry {
    column-count: 4;
    column-gap: 10px;
  }
}
@media (min-width: 60em) {
  #masonry {
    column-count: 5;
    column-gap: 20px;
  }
}
@media (min-width: 75em) {
  #masonry {
    column-count: 6;
    column-gap: 30px;
  }
}
.gallery-m {
  background-color: none;
  display: inline-block;
  margin: 0 0 1em 0;
  width: 100%;
  cursor: pointer;
}
.gallery-m img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: -4px;
  /*idk why but this fix stuff*/

}
.gallery-m.active {
  animation-name: active-in;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
.gallery-m.active:before {
  content: "+";
  transform: rotate(45deg);
  font-size: 48px;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  z-index: 12;
}
.gallery-m.active img {
  animation-name: active-in-img;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes active-in {
  0% {
    opacity: 1;
    background-color: white;
  }
  50% {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@keyframes active-in-img {
  0% {
    opacity: 1;
    transform: translate(0%, 0%);
    top: 0;
    left: 0;
    max-width: 100%;
  }
  49% {
    opacity: 0;
    transform: translate(0%, -50%);
  }
  50% {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  100% {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: auto;
    max-height: 95vh;
    opacity: 1;
  }
}
