h2.fmk {
  border-bottom: solid 3px #ccc;
  position: relative;
  padding-left: 0;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px !important;
  letter-spacing: .1em !important;
  font-size: 1.6em !important;
  text-align: left;
  padding: .25em 0 .5em 0em;
}
h2.fmk:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #001e62;
  bottom: -3px;
  width: 30%;
}
h2.fmk2-y {
    margin: 60px auto 40px;
    border-bottom: solid 1px #f1c400;
    position: relative;
    display: table;
    padding-bottom: 8px;
}
h2.fmk2-n {
    margin: 60px auto 40px;
    border-bottom: solid 1px #001e62;
    position: relative;
    display: table;
    padding-bottom: 8px;
}
h3.fmk {
  position: relative;
  padding-bottom: 0.5em;
  margin:30px 0 15px;
  border-bottom: 1px solid #001e62;
  color: #666;
  letter-spacing: .1em;
  font-size: 1.4em;
  background: no-repeat;
  line-height: inherit;
  text-align: left;
}
h3.fmk:before {
  margin-right: 5px;
  color:#001e62;
}
/** bg navy **/
.bgnavy {
    background: #001e62;
    color: #fff;
}
a.fmk {
    text-decoration: none;
    color: #001e62;
	font-size: 1.4em;
}
a.fmk:hover {
	color:#337ab7;
}
a.fmk:before {
    margin-right: 5px;
}
a.externalLinkIcon2:after {
    content: " \f24d";
}
.btn {
	text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.btn:before {
    margin-right: 5px;
}
.files div.box p.excel:after {
    margin-left: 5px;
}
ul.list02{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc !important;
}
ul.list02 li{
	list-style-type: disc !important;
}
div.read-more-up a:before, div.read-more-up span:before {
    content: " \f0aa";
}
div.read-more-left a:before, div.read-more-left span:before {
    content: " \f0a8";
}
div.read-more-down a:before, div.read-more-down span:before {
    content: " \f0ab";
}
a.externalLinkIcon:after {
	content: " \f24d";
}
@media screen and (max-width: 991px) {
	h2.fmk {
	    text-align: left !important;
	}
}
