/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/* @group Staff popup */
@media (min-width: 992px) {
  .modal-lg {
    width: 1070px;
  }
}
.modal-backdrop {
  display: none;
}
.modal-open .jumpLinks,
.modal-open .mainnav {
  display: none!important;
  transition: all 0.1s linear;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}
.modal-content .staffdash {
  background-color: #555553;
  width: 25px;
  height: 1px;
  display: inline-block;
  margin-top: 0.4rem;
}
.modal-content h3 {
  margin-top: 0.1rem;
  color: #a19f9f;
}
.modal-content img {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.modal-content .modal-title {
  color: #111;
}
.modal-content .modal-title span {
  color: #a19f9f;
  font-size: 0.6em;
}
button.close {
  position: fixed;
  top: 0px!important;
  right: 0px!important;
  font-size: 80px;
  z-index: 999!important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.modal {
  text-align: center;
  padding: 0!important;
  background-color: white;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* @end */
#js-grid-staff-members .staffdash {
  display: block;
  background-color: #555553;
  height: 1px;
  width: 20px;
  margin-top: 0.5rem;
}
#js-grid-staff-members h4 {
  margin-bottom: 0px;
}
#js-grid-staff-members h4 span {
  font-size: 0.6em;
  color: #a19f9f;
  display: block;
  clear: both;
  line-height: 1.4em;
}
#js-grid-staff-members h5 {
  margin-top: 0px!important;
  color: #a19f9f;
}
#js-grid-staff-members .cbp-item-wrapper {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transition: all 0.1s linear;
  border-top: 2px solid #555553;
  padding-top: 0.5rem;
}
#js-grid-staff-members .cbp-item-wrapper img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#js-grid-staff-members .cbp-item-wrapper img.nohovereffect:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
@media only screen and (min-width: 1000px) {
  .staffInfo {
    min-height: 95px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .staffInfo {
    min-height: 50px;
  }
}
/* Smartphones (portrait and landscape) ————— */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  img.mobilemug {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 1rem;
  }
  .modal-title {
    margin-top: 3rem!important;
    line-height: 1.2em;
  }
  .modal-title span {
    display: block;
    clear: both;
  }
}
/* @end */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .staffInfo {
    min-height: 90px;
  }
}
/*#swipebox-title p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.ScrollPage #swipebox-top-bar {
    top: 50%;
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: 20%!important;
}*/
/*# sourceMappingURL=staff.css.map */