@charset "utf-8";html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
a {text-decoration: none}

body.site {
  padding: 0px;
  background-color:#fff;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
}


header {width: 100%}
#headercontainer {width: 940px;}
#widebannerholder {height: auto; width: 100%;background-color: #333;box-shadow:5px #0004;}
#widebannerholder img {width: 100%; height: auto;}

body {
  overflow-x:hidden;
  -ms-overflow-x:hidden;
}

.container{
    -ms-overflow-style: none;
    overflow: auto;
}

.btn-primary1 {
  background: green;
  color:#fff;
}

.btn-primary1:hover {
  background: #2790E0;
  color:#fff;
}

.btn-primary1:visited {
  background: #2790E0;
  color:#fff;
}

.btn-primary1:active {
  background: #2790E0;
  color:#fff;
}

.btn-primary2 {
  background: #b30000;
  color:#fff;
}

.btn-primary2:hover {
  background: #2790E0;
  color:#fff;
}

.btn-primary2:visited {
  background: #2790E0;
  color:#fff;
}

.btn-primary2:active {
  background: #2790E0;
  color:#fff;
}
