h1, h2, h3, h4, h5, h6{
	color: #004899;
}
.button-hot {
	background-color: #004899 !important;
	border: 1px solid #004899;
}
.button-hot:hover {
  border: 1px solid #004899;
}

.footer_top, .footer_small {
  background: #f5f5f5;
}

.pageFooter {
  padding: 23px 0px 15px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.22rem;
  font-weight: 300;
  color: #000;
  background: #F5F5F5;
}
.pageFooter, .infoFooter, .copyFooter {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 0px;
  box-sizing: border-box;
}
.maxW {
  max-width: 1290px;
  padding: 0px 60px;
}
.infoFooter {
  padding: 23px 0px;
  border-bottom: 1px solid #DCDCDC;
  font-size: 0rem;
  letter-spacing: 0rem;
}
ul {
  list-style: none;
}
.infoFooter > li.w1 {
  width: 20%;
}
.infoFooter > li {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin: 0px;
  padding: 0px 30px 23px 0px;
  box-sizing: border-box;
	font-size: 1.1rem !important;
	line-height: 1.8 !important;
}
.pageFooter .logoPFooter {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0px 0px 24px;
}
fieldset, img, button {
  border: 0 none;
}
.infoFooter > li {
  font-size: 0.8rem;
}
.pageFooter .gSocialN > li {
  margin: 0px 10px 0px 0px;
}
.pageFooter a {
  color: #00489B;
}
a {
  color: inherit;
}
a {
  text-decoration: none;
}






/*General social*/
.gSocialN {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0rem;
	line-height: 1rem;
	font-weight: 700;
	letter-spacing: 0rem;
	text-transform: uppercase;
	color: #333333;
}
.gSocialN > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
	font-size: 0.85rem;
	line-height: 0.9rem;
	letter-spacing: 0.05rem;
}
.gSocialN > li.csext {
	font-size: 0rem;
	letter-spacing: 0rem;
	padding-left: 15px;
}
.gSocialN a {
	color: inherit;
	transition: color 0.25s ease;
}
.gSocialN a:hover {
	color: #004799;
}
.gSocialN .icoS, .gSocialN .icoS2 {
	display: block;
	height: 15px;
	position: relative;
}
.gSocialN .icoS {
	width: 20px;
	text-align: left;
	text-indent: -9999px;
}
.gSocialN .icoS.facebook {
	width: 14px;
}
.gSocialN .icoS:active, .gSocialN .icoS2:active {
	top: 2px;
}
.gSocialN .icoS::before, .gSocialN .icoS::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.gSocialN .icoS::before {
	background-image: url(../images/social-networks.png);
}
.gSocialN .icoS::after {
	background-image: url(../images/social-networks2.png);
}
.gSocialN .icoS:hover::before, .gSocialN .icoS::after {
	opacity: 0;
	visibility: hidden;
}
.gSocialN .icoS:hover::after {
	opacity: 1;
	visibility: visible;
}
.gSocialN .icoS.facebook::before, .gSocialN .icoS.facebook::after {
	background-position: 4px center;
}
.gSocialN .icoS.twitter::before, .gSocialN .icoS.twitter::after {
	background-position: -24px center;
}
.gSocialN .icoS.youtube::before, .gSocialN .icoS.youtube::after {
	background-position: -55px center;
}
.gSocialN .icoS.vimeo::before, .gSocialN .icoS.vimeo::after {
	background-position: -85px center;
}
.gSocialN .icoS.flickr::before, .gSocialN .icoS.flickr::after {
	background-position: -114px center;
}
.gSocialN .icoS.insta::before, .gSocialN .icoS.insta::after {
	background-position: -144px center;
}

.gSocialN .icoS2 img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0px auto;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.gSocialN .icoS2 .imghover {
	position: absolute;
	top: 0px;
	left: 0px;
}
.gSocialN .icoS2 .imghover, .gSocialN .icoS2:hover .imgbase {
	opacity: 0;
	visibility: hidden;
}
.gSocialN .icoS2:hover .imghover {
	opacity: 1;
	visibility: visible;
}
.gSocialN .icoS2.ext {
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	margin-right: 10px;
}
.gSocialN .icoS2.ext:last-child {
	margin-right: 0px;
}
