a.two:link {color:#C3AF91;}
a.two:visited {color:#C3AF91;}
a.two:hover {color:#FFFFFF}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  max-width: 30%;
}

.overlay-content {
  position: relative;
  top: 2%;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 36px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 18px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media(max-width:900px){
    .overlay{
        max-width: 100%;
    }
    
}


.BoSheader {
/*  position: fixed;      */
/*background-image: linear-gradient(rgba(107,0,0,.7), rgba(0,0,0,.7), rgba(0,0,0,.7), rgba(0,0,0,.7));*/
  
/*  background-color: rgba(0,0,0,.60);*/
  vertical-align: middle;

  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.titleAarrow{
    display: table;
    width: 100%;
}

.title-drop{
    display: inline-block;
    float: left;
    max-height: 40px;
    margin-bottom: 5px;
}

.menu-drop{
    display: inline-block;
    float: right;
    max-height: 40px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.redTitleBar{
/*    background-color: rgba(0,0,0,.6);*/
    width: 100%;
/*    height: 100%;*/
    max-height: 0px;
    color: #ffffff;
    margin-top:-10px;
    padding-left:10px;
    font-size: 30px;
    font-weight: 800;
      -webkit-transition:ease-in-out .55s;
       -o-transition:ease-in-out .55s;
          transition:ease-in-out .55s;
    overflow: hidden;
}

.HUBtitleSUBBAR {
	display: block;
	background-color: var(--BoS-bg-color-90);
	width: 100%;

    padding: 5px;
    border: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}