html .mean-container a.meanmenu-reveal span {
  height: 3px;
  top: 8px;
  margin-top: 3px;
  position: absolute;
  width: 25px;
}
.region-header-top-container ul li:nth-child(4):after{
  content: '|' !important;
}
.region-header-top-container ul li:nth-child(5):after{
  content: '' !important;
}
@media only screen and (max-width: 500px) {
  .header-logo-text-container {
    font-size: 11px;
  }
  #block-headertopmenu ul li:nth-child(1){
    display:none;
  }
  #block-headertopmenu ul li:nth-child(2){
    display:none;
  }
  #block-headertopmenu ul li:nth-child(3){
    display:none;
  }
  #block-headertopmenu ul li:nth-child(4){
    display:none;
  }
  #block-headertopmenu ul li:nth-child(5) a{
    font-size:22px;
  }
  .region-header-top-container ul li:after{
    content:'' !important;
  }
}
body .logo-text{
  width:55%;
  flex-basis:55%;
}
@media only screen and (max-width: 1109px) {
  body .logo-text{
    width:52%;
    flex-basis:52%;
    text-align:left;
  }
}

@media only screen and (max-width: 800px) {
  body .logo-text{
    width:80%;
    flex-basis:80%;
  }
}

@media only screen and (max-width: 400px) {
  body .logo-text{
    width:76%;
    flex-basis:76%;
  }
}

.header-outfitter{
  width:10%;
  flex-basis:10%;
}
@media only screen and (max-width: 800px) {
  .header-outfitter{
    display:none;
  }
}
.logo-text-big{
  font-size:65px;
}
.logo-text-small{
  font-size:22px;
}
@media only screen and (max-width: 1109px){
  .logo-text-big{
  font-size:42px;
  }
  .logo-text-small{
    font-size:20px;
  }
}
@media only screen and (max-width: 800px){
  .logo-text-big{
  font-size:48px;
  }
}
@media only screen and (max-width: 600px){
  .logo-text-big{
  font-size:38px;
  }
}
@media only screen and (max-width: 500px){
  .logo-text-big{
  font-size:28px;
  }
  .logo-text-small{
    font-size:18px;
  }
}
@media only screen and (max-width: 400px){
  .logo-text-big{
  font-size:21px;
  }

}

.region-menu-container .susy-container{
  padding:0px 10px;
}

.region-menu-container nav[role=navigation] ul li a{
  margin-left: 5px;
  padding-right: 5px;
}
.paragraph--type--slideshow img{
  width:100%;
}
.region-header-top-container ul li a{
  font-weight:400 !important;
}
.staff-container .staff-item{

    margin-bottom:2rem;
}
.staff-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:1rem;
}
.mobile-staff-image{
  display:none;
}
.staff-bio{
  overflow: auto;
}
.staff-container .staff-item .staff-left{
width: calc(100% - 210px);
}
.staff-container .staff-item .staff-left .staff-bio p{
  margin:0px;
}
.staff-container .staff-item .staff-right{
width: 180px;
}
.staff-title h2{
  margin: 0px 0px 5px 0px;
}
@media only screen and (max-width: 1109px) {
  .staff-flex{
    display:block;
}
.mobile-staff-image{
  display:block;
  float:right;
  margin-left:15px;
  margin-bottom:10px;
  width:25%;
}
.staff-container .staff-item .staff-left{
width: 100%;
}
.staff-container .staff-item .staff-right{
display:none;
}
}
@media only screen and (max-width: 800px) {
.mobile-staff-image{
  width:27%;

}
}