body {
  padding-top: 46px;
  font-size: 13px;
  line-height: 22px;
  color: #393939;
  border-top: 0px solid #eee;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  padding: 2px 0px;
  margin: 2px 0px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 22px;
  line-height: 27px;
}

h4 {
  font-size: 18px;
  line-height: 23px;
}

h5 {
  font-size: 15px;
  line-height: 20px;
}

h6 {
  font-size: 13px;
  line-height: 18px;
}

p {
  padding: 0px;
  margin: 0px;
}

a {
  color: #026b9c;
}

a:hover {
  color: #003f5c;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

hr {
  margin: 15px 0px 10px 0px;
  padding: 0px;
  border-top: 0px;
  border-bottom: 1px solid #c9c9c9;
  height: 0px;
}

label, th {
  font-weight: 600
}

a:hover, a:active, a:focus {
  outline: 0;
}

a {
  cursor: pointer;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.content {
  margin-top: 5px;
  margin-bottom: 20%;
  min-height: 100%;  
}

.header-text-source {
  display: none;
}

.header-text-display {
  margin-left: 12px;  
}

@media screen and (max-width: 767px) {
  /* Smaller Screen CSS */
  
  .constrained-width-small-view {
    max-width: 450px;
    float: none;    
    margin: 0 auto;
  }

}