.terms {
  overflow-y: auto;
  height: 300px;
  background-color: #f6f6f6;
  padding: 10px 45px;
  margin: 10px -40px;
  border: 0;
}
body {
  margin: 0;
  background-color: #f8f9fb;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a3869;
  font-family: 'Poppins', sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
}
#header {
  width: 100%;
  height: 276px;
  background: url('../img/header.jpg') no-repeat top center #2975c0;
}
#header .logo {
  line-height: 154px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    text-align: center;
  }
}
#header .logo img {
  height: 80px;
}
@media screen and (max-width: 768px) {
  #header .logo img {
    height: 60px;
  }
}
#wrapper {
  margin-top: -120px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url('../includes/PIE.htc');
  -moz-box-shadow: 1px 1px 5px #999999;
  -webkit-box-shadow: 1px 1px 5px #999999;
  box-shadow: 1px 1px 5px #999999;
}
#wrapper .header {
  height: 20px;
  border-bottom: 1px solid #999999;
  margin: 0 40px;
  padding-top: 20px;
  display: block;
  color: #999999;
}
#wrapper .header ul {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#wrapper .header ul a {
  text-decoration: none;
  color: #999999;
}
#wrapper .header ul a:hover {
  color: #0076c0;
}
#wrapper .header ul li {
  padding-right: 4px;
  float: left;
  list-style: none;
}
#wrapper .header .title {
  float: left;
}
#wrapper .header .right {
  float: right;
  display: inline;
}
#wrapper .content {
  padding: 10px 40px 0 40px;
  font-size: 15px;
  line-height: 30px;
}
#wrapper .content h1 {
  font-size: 24px;
}
#wrapper .content h2 {
  font-size: 20px;
}
#wrapper .flash-notice {
  padding: 10px 40px 0 40px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  margin: 20px 40px 0 40px;
  padding: 20px;
  border: 1px solid #4bd426;
  background-color: #dcf6d5;
  color: #000000;
}
#wrapper .whs-orange {
  padding: 5px;
  border-radius: 5px;
  width: 45%;
  height: 200px;
  background: orange;
}
#wrapper .section {
  border: solid 1px #CCC;
  padding: 0 20px;
  border-radius: 5px;
}
#wrapper .whsfiles {
  line-height: 30px;
}
#footer {
  position: relative;
  background-color: #58595b;
  color: white;
  border-radius: 0 0 5px 5px;
  padding: 15px 40px;
  margin-top: 20px;
}
#footer a,
#footer a:visited {
  color: #DDD;
}
#footer a:hover,
#footer a:visited:hover {
  color: white;
}
.form-horizontal .control-label.h3 {
  margin-top: 0;
}
.content .panel-default {
  padding: 10px 45px;
  margin: 10px -40px;
  background-color: #F6F6F6;
  border: 0;
}
.form-horizontal .control-label.h4 {
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 20px 0px;
  border-bottom: 1px solid #DDD;
  display: block;
  text-align: left;
}
.form-horizontal .control-label {
  padding-top: 4px;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.help-description {
  margin: -10px 0 10px 0;
}
.loading {
  background-image: url('../img/big_loader.gif');
  margin: 30px auto;
  height: 140px;
  width: 140px;
}
/*# sourceMappingURL=external.css.map */