  /* Footer */
#footer {
	position: relative;
	width: 100%;
	min-width: 100%;
	background: #f2f2f2;
	z-index: 3;
	border-top: 5px solid #ccc;
}
#footer .footerContent {
	margin: 0 auto;
	width: 1004px;
	padding: 0 10px;
	/*height: 100%;*/
}
#footer .column3 {
	float: left;
	margin: 0px 3% 25px 0;
	width: 31%;
	padding: 0;
	vertical-align: top;
}
#footer .column3 .columnsLeft {
	float: left;
	margin-right: 5%;
	width: 50%;
}
#footer .column3 .columnsRight {
	float: left;
}


#footer .siteindex a {
	padding:0px 10px;
	margin-bottom: 5px;
	float: left;
}
#footer .last {
	margin-right: 0;
	padding: 0;
	border: none;
	width: 26%;
}
#footer .h1 {
	color: #153252;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: bold;
	display:block;
	text-align:left;
	margin-bottom:10px;
}
#footer p {
	font-size: 13px;
	color: #666;
	padding: 0;
}
#footer ul {
	list-style: none outside none;
	font-size: 13px;
	line-height: 115%;
	margin: 0;
	padding: 0;
}
#footer li {
	padding: 0 0 7px 0;
	list-style: none;
	margin: 0;
}
#footer a {
	color: #356599;
}
#footer #lowerFooter {
	background: #153252;
	min-height: 70px;
	padding: 35px 0px 25px 0px;
	
}
#footer #lowerFooter img {
	float: left;
}
#footer #lowerFooter p {
	/*color: #7893AF;*/
	color:#fff;
	float: right;
	padding: 10px 0px 0px 0px;
	text-align: right;
	/*text-shadow: 1px 1px 1px #000000;*/
	width: 60%;
	font-size:14px;
	/*font-weight:bold;*/
}
#footer #lowerFooter a {
	color: /*#7893AF*/ #FFF;
	margin-left: 10px;
}
 @media screen and (max-width: 1044px) {
#footer .footerContent {
	font-size: 14px;
	min-width: auto;
	padding: 0 10px;
	width: auto;
}
#footer .column3 .columnsRight {
	float: left;
}
}
/* 990px */
@media screen and (max-width: 990px) {
#footer .column6 {
	width: 30%;
}
#footer .span2 {
	width: 65%;
}
}
/* 600px */
@media screen and (max-width: 600px) {
#footer .column3 {
	width: 100%;
	border: none;
	margin: 10px 0;
}
#footer .column6, #footer .span2, #footer .span2 ul, #footer #lowerFooter p {
	width: 95%;
}
#footer .column6, #footer .span2 {
	padding: 10px 0;
}
#footer #lowerFooter img, #footer #lowerFooter p {
	float: none;
	text-align: left;
	padding-bottom: 10px;
}
#footer #lowerFooter a {
	margin: 0;
	display: block;
}
}

/* 
BRAND UPDATE 
*/
#footer {
	position: relative;
	max-width: 1500px!importat;
	width: 100%;
	background: #036!important;
	z-index: 3;
	border-top: 0!important;
	padding: 5% 0 0;
	margin: 0;
}
#footer .footerContent{
	width:100%!important;
	padding: 0!important;
}
#footer #lowerFooter {
	background: #003366!important;
	min-height: 70px;
	padding: 0% 5% 4%!important;
	border-bottom: 1rem solid #fc0;

}
#footer #lowerFooter a:not(:last-child) {
  margin: 0rem 18px 0 0 !important;
}

#footer .h1 {
	color: white!important;
	font-size: 1.1rem!important;
	text-transform: uppercase!important;
	line-height: 180%!important;
	font-weight: 500!important;
	display: block!important;
	text-align: left!important;
	margin-bottom: .75rem!important;
	font-family: 'open sans';
}
#footer p {
	color: white!important;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 1.1rem!important;
}
#footer li {
	padding: 0 0 20px 0;
	list-style: none;
	margin: 0;
}
#footer ul li::before{
	display: none;
}
#footer a:not(#directedit) {
	color: white;
	font-family: 'Open Sans', serif;
	font-size: 1.1rem !important;
	font-weight: 400 !important;
	line-height: 185%;
	text-decoration: none!important;
}

#footer a:hover {
	color: #fc0 !important;
}

#directedit a:hover {
  cursor: auto;
	color: white!important;
}

#footer .column3:not(:nth-child(2n)) {
	float: left!important;
	margin: 0 2% 2% 5%!important;
	width: 25%!important;
}
#footer .last {
	margin: 0 4% 2% 5%;
	padding: 0;
	border: none;
	width: 22% !important;
}
#footer .column3 .columnsLeft {
	float: left;
	margin-right: 5%;
	width: 40%;
}

#directedit a {
  cursor: pointer !important;
}

/*Footer form button */

#footer #footer-form-btn{
  position: relative;
  display: inline-block;
  color:#003366 !important;
  background: linear-gradient(to right, #FCE701, #FFCC00);
  padding: 13px;
  text-transform: uppercase;
  border-radius: 5px;
}

#footer #footer-form-btn:hover {
  background: #FFCC00 !important;
  color: #003366 !important;
}


@media screen and (max-width: 1076px) {
	#footer {
		padding: 0!important;
	}
	
	#footer .h1 {
		padding: 2% 0 0% !important;
	}
	
	#footer .footerContent {
		font-size: 14px;
		min-width: auto;
		margin: 0 auto !important;
		display: flex;
		flex-direction: column;
	}

	#footer #lowerFooter p {
		text-align: left!important;
		width: 100%!important;
	}
	#footer .column3 {
  margin: 0 2% 2% 5% !important;
	}|
}


@media screen and (max-width: 1076px) {
#footer .column3:not(:nth-child(2n)) {
  margin: 4% 2% 7% 5% !important;
  width: 90% !important;
}
}
