@font-face { font-family: 'RockwellRegular'; src: url("rockwell-webfont.eot"); src: url("rockwell-webfont.eot?#iefix") format("embedded-opentype"), url("rockwell-webfont.woff") format("woff"), url("rockwell-webfont.ttf") format("truetype"), url("rockwell-webfont.svg#RockwellRegular") format("svg"); font-weight: normal; font-style: normal; }

.typography h1 {
  font-family: 'RockwellRegular';
  font-size: 44px;
  color: #397895;
}

.typography h2 {
  font-family: 'RockwellRegular';
  font-size: 26px;
  font-weight: 500;
  color: #6C8E03;
}

.typography h3 {
  font-family: 'RockwellRegular';
  font-weight: bold;
  font-size: 17px;
  color: #050000;
  line-height: 24px;
}

.typography p {
  font-family: Arial;
  font-size: 14px;
  color: #555555;
}

.typography p strong{
  color: #050000;
}
.typography .nostyle {
}

.typography .leadin {
  font-family: 'Lato', sans-serif !important;
  font-size: 22px !important;
  color: #555555;
}

.typography .leadin strong {
  font-weight: normal;
  color: #050000;
}


.typography .boldrockwell {
  font-family: 'RockwellRegular' !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  color: #050000 !important;
  line-height: 24px !important;
  margin-bottom: 0px !important;
}

.typography ul {
  margin-left: 0;
  padding-left: 30px;
  list-style: none;
}

.typography li {
  padding-left: 10px;
  padding-bottom: 15px;
  background-image: url(/themes/sri/images/reddot.png);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  font-family: Arial;
  font-size: 14px !important;
  color: #555555 !important;
  line-height: 22px !important;
}


.typography .nextpagelinks {
  font-family: Lato;
  font-size: 21px;
  color: #6c8e03 !important;
}

.typography .nextpagelinks:hover {
  text-decoration: underline !important;
}
