body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}
.col-sm-6:first-child {
  padding-left: 40px;
}
p {
  font-size: 14px;
  margin-bottom: 14px;
}
h2 {
  font-size: 14px;
  font-family: "Trebuchet MS", Tahoma;
  font-weight: bold;
  color: #1f497d;
  border: none;
  margin: 15px 0;
}

li {
  margin-bottom: 15px;
}
.auth-link-container-sm,
.header-search,
.nav-primary,
.nav-secondary .sub-nav-head {
  display: none !important;
}
#masterHeaderBackground,
.header {
  border-bottom: none;
}
#masterHeaderImage {
  background-image: url(images/WSIA/WSIA_Logo.jpg);
  background-size: contain;
  width: 492px;
  height: 180px;
}
#masterContentArea {
  background-image: url(images/WSIA/web_bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 83px;
}
.col-secondary {
  margin-right: -15px;
}
.col-secondary li {
  margin-bottom: inherit;
}
.nav-secondary {
  background-color: inherit;
}
.footer-content,
.footer-nav-copyright {
  background-color: #27708c;
}
footer {
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .navbar-collapse.collapse.nav-primary {
    display: none !important;
  }
  #masterHeaderImage {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .col-primary {
    float: left;
    margin-right: 2%;
  }

  .col-primary {
    width: 76%;
  }

  .col-secondary {
    width: 22%;
    float: right;
  }
}
