/*********************
BREAKPOINTS
*********************/
/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Staff Section (showing all members) */
div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  height: 40px; }
  div.scrollmenu .cbp-filter-item, div.scrollmenu .cbp-filter-item-active {
    line-height: 1rem !important;
    font-family: "Geometric_415 W01 Lite", Arial, sans-serif !important;
    padding: .38rem .55rem .35rem .55rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #e1251b;
    background: rgba(225, 37, 27, 0.75);
    color: white; }
  div.scrollmenu .link-filter-all {
    color: white; }
  div.scrollmenu .cbp-filter-item:hover, div.scrollmenu .cbp-filter-item-active:hover, div.scrollmenu .cbp-filter-item-active {
    background: #e1251b;
    background: #e1251b;
    color: white; }

div.scrollmenu::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

/* Track */
div.scrollmenu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px; }

/* Handle */
div.scrollmenu::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 1px; }

/* Handle on hover */
div.scrollmenu::-webkit-scrollbar-thumb:hover {
  background: #000000; }

.StaffFilterswrapper {
  margin-top: 1rem;
  position: relative;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 100px; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 667px) {
  div.scrollmenu {
    height: 30px;
    overflow-y: hidden; }
  .StaffFilterswrapper {
    top: 52px;
    padding-top: 1rem;
    background-color: white;
    color: #000000 !important; }
    .StaffFilterswrapper .cbp-filter-item {
      padding: 0rem !important;
      margin-right: 0.3rem !important;
      margin-left: 0.3rem !important;
      background-color: transparent !important;
      color: #000000 !important;
      opacity: 0.75;
      filter: alpha(opacity=75); }
    .StaffFilterswrapper .link-filter-all {
      color: #000000 !important; }
    .StaffFilterswrapper .cbp-filter-item:hover, .StaffFilterswrapper .cbp-filter-item-active:hover, .StaffFilterswrapper .cbp-filter-item-active {
      opacity: 1;
      filter: alpha(opacity=100);
      color: #000000 !important; }
  .jumpLinks ul li a {
    background-color: transparent !important;
    color: #000000;
    padding: 0px;
    margin-right: .5rem;
    font-size: 1em;
    font-weight: 400;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .jumpLinks ul li a:hover, .jumpLinks ul li a:focus, .jumpLinks ul li a:active, .jumpLinks ul li.current a {
    background-color: transparent !important;
    opacity: 1;
    filter: alpha(opacity=100); } }

.staffSection .col, .staffSection .col-1, .staffSection .col-10, .staffSection .col-11, .staffSection .col-12, .staffSection .col-2, .staffSection .col-3, .staffSection .col-4, .staffSection .col-5, .staffSection .col-6, .staffSection .col-7, .staffSection .col-8, .staffSection .col-9, .staffSection .col-auto, .staffSection .col-lg, .staffSection .col-lg-1, .staffSection .col-lg-10, .staffSection .col-lg-11, .staffSection .col-lg-12, .staffSection .col-lg-2, .staffSection .col-lg-3, .staffSection .col-lg-4, .staffSection .col-lg-5, .staffSection .col-lg-6, .staffSection .col-lg-7, .staffSection .col-lg-8, .staffSection .col-lg-9, .staffSection .col-lg-auto, .staffSection .col-md, .staffSection .col-md-1, .staffSection .col-md-10, .staffSection .col-md-11, .staffSection .col-md-12, .staffSection .col-md-2, .staffSection .col-md-3, .staffSection .col-md-4, .staffSection .col-md-5, .staffSection .col-md-6, .staffSection .col-md-7, .staffSection .col-md-8, .staffSection .col-md-9, .staffSection .col-md-auto, .staffSection .col-sm, .staffSection .col-sm-1, .staffSection .col-sm-10, .staffSection .col-sm-11, .staffSection .col-sm-12, .staffSection .col-sm-2, .staffSection .col-sm-3, .staffSection .col-sm-4, .staffSection .col-sm-5, .staffSection .col-sm-6, .staffSection .col-sm-7, .staffSection .col-sm-8, .staffSection .col-sm-9, .staffSection .col-sm-auto, .staffSection .col-xl, .staffSection .col-xl-1, .staffSection .col-xl-10, .staffSection .col-xl-11, .staffSection .col-xl-12, .staffSection .col-xl-2, .staffSection .col-xl-3, .staffSection .col-xl-4, .staffSection .col-xl-5, .staffSection .col-xl-6, .staffSection .col-xl-7, .staffSection .col-xl-8, .staffSection .col-xl-9, .staffSection .col-xl-auto {
  padding-right: 7px;
  padding-left: 7px; }

.staffSection .cbp-wrapper-outer {
  overflow: visible !important; }

.staffSection .cbp-item-wrapper {
  border: 1px solid #bfbebe; }

.staffSection .staffInner {
  display: block;
  background-color: white;
  padding: 1.25rem 1.25rem 1.25rem 1.65rem !important;
  transition: all 0.07s linear;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.07);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.07); }

.staffSection .staffInner:hover {
  -webkit-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.3); }

.staffSection p {
  padding-right: 0.5rem !important; }

.staffSection .email {
  margin-top: 1rem; }
  .staffSection .email a {
    color: #e1251b; }

.staffSection .qual {
  font-size: .55em;
  font-family: "Geometric_415 W01 Lite", Arial, sans-serif; }

.staffSection h5 span {
  font-weight: 400;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* @end */
.closeStaff {
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 12px;
  color: #000000; }

.closeStaff:hover, .closeStaff:focus, .closeStaff:active {
  color: #000000; }

.staffModal img {
  margin-bottom: 1rem; }
