@charset "UTF-8";
/* CSS Document */
html body {
  background-color: rgba(233, 236, 239, 1.00) !important;
  background: url("../images/footpaths-bgnd.svg") no-repeat;
  background-position: center 5vh;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@font-face {
font-family: 'Roboto Condensed';
    src: url("../fonts/RobotoCondensed-Regular-webfont.woff");
    font-weight: 400;
}
@font-face {
font-family: 'Roboto Condensed';
    src: url("../fonts/RobotoCondensed-Bold-webfont.woff");
    font-weight: 800;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed';
    font-weight: 800;
    color: #405d4d;
}
h6 {
  line-height: 1.4em;
}
a {
  color: #ff9430;
}
a:hover {
  color: #ec7f00;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
hr {
  margin: 2em 0;
  border: none;
  height: 3px;
  background: repeating-linear-gradient(90deg, #B9B9B9, #B9B9B9 16px, transparent 16px, transparent 30px);
}
select:hover {
  cursor: pointer;
  background-color: #ec7f00;
}
.dropdown-divider {
  margin: 0;
  background-color: #3B5449;
    height: 2px;
}
.pnfs-footer {
  background-image: url("../images/moors-bgnd-grad.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0vh 20vh;
}
/* Header and footer bgnd colour (for example) */
.bg-dark {
  background-color: #405d4d !important;
}
.bg-success {
  background-color: #405d4d95 !important;
}
.border-dark {
  border-color: #405d4d !important;
}
/*  Override Bootstrap's 'Primary' button */
.btn-primary {
  background-color: #ff9430;
  border-color: #ff9430;
  border-radius: 20px;
}
.btn-primary:hover {
  background-color: #ec7f00;
  border-color: #ec7f00
}
.btn-primary:focus, .btn-primary.focus {
  background-color: #ff9430;
  box-shadow: none !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #FFC130;
  border-color: #FFC130;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #FFC130;
  border-color: #FFC130
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
/* Navbar - more in media queries below */
.navbar {
  background-image: url("../images/moors-bgnd.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 992px) {
  /* Affiliates list */
  article {
      column-gap: 2em;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
  }
    article p {
        display: inline-block;
        float: left;
        clear: left;
}
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
    color: #ec7f00;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
.navbar-nav {
  margin-left: auto;
}
.navbar .nav-item .nav-link {
  color: #ff9430;
  font-weight: bold;
}
.navbar-nav > li {
  margin: 0 5px;
}
.navbar-nav > li > .dropdown-menu {
  background-color: #405d4d;
  color: #ff9430;
  line-height: 2.5em;
}
.dropdown-item {
  color: #ff9430;
}
.dropdown-item:hover {
  color: #ec7f00;
  background-color: #325241;
}
/* For hamburger menu */
.navbar-toggler {
    margin-right: 2.5em;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  transition: .5s ease-in-out;
}
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
  position: relative;
}
.navbar-toggler span {
  margin: 0;
  padding: 0;
}
.toggler-icon {
  display: block;
  position: absolute;
  height: 0.15em;
  width: 100%;
  background: #ff9430;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.middle-bar {
  margin-top: 0em;
}
/* State when the nav is collapsed */
.navbar-toggler.collapsed .top-bar {
  position: absolute;
  top: 0em;
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .mid-bar {
  opacity: 1;
  position: absolute;
  top: 0.5em;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .btm-bar {
  position: absolute;
  top: 1em;
  transform: rotate(0deg);
}
/* State when hamburger is clicked */
.navbar-toggler .top-bar {
  top: inherit;
  transform: rotate(135deg);
}
.navbar-toggler .mid-bar {
  opacity: 0;
  top: inherit;
  filter: alpha(opacity=0);
}
.navbar-toggler .btm-bar {
  top: inherit;
  transform: rotate(-135deg);
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/* Search form and button */
.btn-outline-success {
  color: #ff9430;
  border-color: #ff9430;
}
.btn-outline-success:hover {
  color: #ec7f00;
  border-color: #ec7f00;
  background-color: #405d4d;
}
.bgnd-tint {
   background-color: rgba(67,94,79,0.20);
}
/* Homepage carousel - see also media query 576 below */
.carousel {
  height: 30vh;
}
.carousel-caption {
  margin-bottom: 1em;
}
.carousel-caption h3 {
  color: #fff;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 0.5em;
}
.carousel-item img {
  height: 30vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover !important;
  background-position: 50% 50%;
}
/* For image link indication (desk/laptops only obviously) */
.image-link figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.image-link figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.image-link {
  margin-bottom: 1em;
}
/* Accordion */
.card-header {
  background-color: #405d4d;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 1em;
  cursor: pointer;
}
.accordion .row {
  margin-bottom: 1em;
}
.squareimg {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
/* For tables on history, signpost mag and minutes. NB td and tr Also affect Join page */
#repTable, #minutes1, #minutes2, td {
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#repTable, #minutes1, minutes2, tr {
  border-bottom: #C1C1C1 solid 1px;
  height: 3em;
}
col:first-child {
  background-color: rgba(255, 255, 255, 0.40);
}
col:nth-child(2n+3) {
  background-color: rgba(255, 255, 255, 0.40);
}
#repTable {
  table-layout: fixed;
  width: 100%;
}
#repTable a::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
/* For select menus on Join us page */
.custom-select {
  background-color: #FF9430;
  border-radius: 3px;
  border: none;
  color: #FFF;
}
@media (max-width: 992px) {
  /* Nav bar on small ports */
  .navbar-collapse {
    position: absolute;
    top: 150px;
    right: 100%;
    padding: 1.5em;
    width: 80%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    display: block;
    background-color: #000;
    text-align: center;
    line-height: 2em;
    z-index: 22;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    right: 50%;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  .navbar-collapse.show {
    right: 0;
  }
  .dropdown-item {
    text-align: center;
  }
  .dropdown-item:hover {
    background-color: #585858;
  }
  .navbar-nav > li > .dropdown-menu {
    background-color: #333;
    color: #ff9430;
  }
  .fpvolroll {
    width: 40%;
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .fpvolroll {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .navbar-collapse {
    width: 100%;
  }
}
@media (max-width: 2200px) {
     html body {
    -webkit-background-size: 2400px; 
  -moz-background-size: 2400px;
  -o-background-size: 2400px;
  background-size: 2400px;    
    }
}