@charset "UTF-8";
section.siteContent{
  min-height:auto;
}
.clBarBackground{
  background-color:#938014;
}
header #mainHeaderWrapper{
  background-color:#231f20;
  color:White;
}
header #mainHeaderWrapper #mainHeaderRight #icons #userIcon{
  fill:White;
}
header #mainHeaderWrapper #mainHeaderRight #icons div.userOptionsMenu .userLogin{
  background-color:#231f20;
}
header #mainHeaderWrapper #mainHeaderRight #icons div.userOptionsMenu .userLogin{
  background-color:#231f20;
}
header #mainHeaderWrapper #mainHeaderRight #icons div.userOptionsMenu .userLogin:hover{
  background-color:#938014;
}
header #mainHeaderWrapper #mainHeaderRight #icons div.userOptionsMenu ul li:hover{
  color:#938014;
}
header #headerTopBar.clFixed{
  background-color:#231f20;
}
/* -- Mobile Devices -------------------------------------------------------- */
@media only screen 
  and (min-width:320px) 
  and (max-width:1024px){
  header #mainHeaderWrapper{
    height:auto;
  }
  header #mainHeaderWrapper #mainHeaderLeft #logo{
    margin:0;
    margin-top:0.5rem;
  }
  header #mainHeaderWrapper #mainHeaderLeft #logo #mainlogo{
    max-width:90%;
    height:auto;
  }
  header #mainHeaderWrapper #mainHeaderRight #icons #userIcon{
    fill:#414141;
  }
  header #mainHeaderWrapper #mainHeaderRight,
  header #mainHeaderWrapper #mainHeaderRight #icons div.userOptionsMenu{
    margin-top:0;
  }
  footer #footerSignIn{
    background-repeat:repeat;
  }
}
