h1,
h2,
h3,
h4,
h5,
h6,
.title {
  line-height: 1.33333333em;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #1c4577; 
  margin: 25px 0 15px;
  text-rendering: optimizelegibility;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/*headings*/

/************* Invert Typo *************/
.invert-typo {
  background: #99ccff;
  color: #1c4577;
}
.invert-typo a,
.invert-typo a:hover,
.invert-typo h1,
.invert-typo h2,
.invert-typo h3,
.invert-typo h4,
.invert-typo h5,
.invert-typo h6,
.invert-typo .title {
  color: #ffffff;
}
.contrast-typo {
  background: #f1f1f1;
  color: #1c4577;
}
.contrast-typo a,
.contrast-typo a:hover,
.contrast-typo h1,
.contrast-typo h2,
.contrast-typo h3,
.contrast-typo h4,
.contrast-typo h5,
.contrast-typo h6,
.contrast-typo .title {
  color: #1c4577;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 13em;
  background: #f1f1f1;
  padding: 6px 0;
}

.sf-menu ul li:hover {
  background: #cccccc;
}