footer {
	color:#FFF;
	background-color: #433D6B;
	padding-top:39px;
	padding-bottom:39px;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
footer {
padding-top:33px;
padding-bottom:33px;
}
}
@media only screen and (min-width: 992px) {
footer {
padding-top:43px;
padding-bottom:43px;
text-align: left;
}
}
@media only screen and (min-width: 1200px) {
footer {
padding-top:53px;
padding-bottom:53px;
}
}
@media only screen and (min-width: 1400px) {
footer {
padding-top:63px;
padding-bottom:63px;
}
}
/* footer layout */

footer .container {
	width:95%;
	max-width:95%;
}

 @media only screen and (min-width: 768px) {


 .col-lg-footersocial {
	 align-items:flex-start;
}
}

 @media only screen and (min-width: 992px) {
 footer .container {
 width:92.5%;
 max-width:92.5%;
}
.col-lg-footernav {
 -ms-flex:0 0 36%;
 flex:0 0 36%;
 max-width:36%;
}
 .col-lg-footeraddress {
 -ms-flex:0 0 30%;
 flex:0 0 30%;
 max-width:30%;
}
.col-lg-footerpmt {
 -ms-flex:0 0 16%;
 flex:0 0 16%;
 max-width:16%;
}
 .col-lg-footersocial {
 -ms-flex:0 0 17%;
 flex:0 0 17%;
 max-width:17%;
}
}
 @media only screen and (min-width: 1200px) {
 .col-lg-footernav {
 -ms-flex:0 0 38%;
 flex:0 0 38%;
 max-width:38%;
}
 .col-lg-footeraddress {
 -ms-flex:0 0 25%;
 flex:0 0 25%;
 max-width:25%;
}
.col-lg-footerpmt {
 -ms-flex:0 0 21%;
 flex:0 0 21%;
 max-width:21%;
}
 .col-lg-footersocial {
 -ms-flex:0 0 15%;
 flex:0 0 15%;
 max-width:15%;
}
}
.col-lg-footerpmt {
	margin-bottom:30px;
}
 @media only screen and (min-width: 992px) {
.col-lg-footerpmt {
 margin-bottom:0;
}
}
/* footer footer address */

footer .site-info {
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
	margin-bottom:30px;
}
 @media only screen and (min-width: 992px) {
 footer .site-info {
 position:relative;
 padding:0;
 margin:0;
 margin-right:15px;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 justify-content: center
}
}
footer .site-info p:last-of-type {
	margin-bottom:0;
}
footer .site-info:before {
	content:"";
	position:absolute;
	display:block;
	top:0;
	left:39%;
	width:22%;
	border-top:2px solid #FFF;
}
footer .site-info:after {
	content:"";
	position:absolute;
	display:block;
	bottom:0;
	left:39%;
	width:22%;
	border-top:2px solid #FFF;
}
 @media only screen and (min-width: 992px) {
 footer .site-info {
 border-right-width: 2px;
 border-left-width: 2px;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #FFF;
 border-left-color: #FFF;
}
 footer .site-info:before {
 display: none;
}
 footer .site-info:after {
display: none;
}
}
/* footer typography */
footer p {
	font-size:16px;
	line-height:122%;
}
 @media only screen and (min-width: 1400px) {
footer p {
 font-size:18px;
}
}

footer p.copyright{
	font-size:14px;
	
}
footer span {
	margin-bottom:10px;
}
footer a {
	color:#FFF;
	text-decoration:underline;
}


/* footer nav */



 @media only screen and (min-width: 768px) {
 .footermenu {
 padding-left:15%;
}
}
 @media only screen and (min-width: 992px) {
.footermenu {
 padding-left:0;
}
}
.footermenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	text-align:   center;
	color:#FFF;
}
 @media only screen and (min-width: 768px) {
 .footermenu ul {
 text-align:  left;
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
}
}
.footermenu ul li {
	font-size: 22px;
	line-height:122%;
	font-weight:600;
	display: block;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
 @media only screen and (min-width: 768px) {
.footermenu ul li {
 font-size: 16px;
 display: block;
 padding:0;
 margin:0;
 vertical-align: middle;
 line-height:100%;
}
}
 @media only screen and (min-width: 1400px) {
.footermenu ul li {
 font-size: 19px;
}
}
.footermenu ul li a, .footermenu ul li a:visited {
	display: inline-block;
	line-height:125%;
	color:#FFF;
	margin:0;
	padding-bottom:6px;
	border:none;
	text-decoration:none;
}
 @media only screen and (min-width: 768px) {
.footermenu ul li a, .footermenu ul li a:visited {
 padding-bottom:6px;
}
}
.footermenu ul li a.active, .footermenu ul li a:hover, .footermenu ul li a:focus {
	color: #FFF;
	text-decoration:underline;
}
/* social icons */
.social {
	margin-top: 15px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

 @media only screen and (min-width: 768px) {
.social {
	margin-top: 0;

}


}
.social a {
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	border: none;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.social .fa {
	font-size: 2rem;
}
@media only screen and (min-width: 400px) {
.social .fa {
 font-size: 2.5rem;
}
}
@media only screen and (min-width: 768px) {
.social .fa {
 font-size: 2em;
}
}
 @media only screen and (min-width: 992px) {
.social .fa {
 font-size: 2.25em;
}
}
.social a:hover, .social a:focus {
	color: #FFF;
	text-decoration: none;
}

footer .social span {
	margin-bottom:0;
}
/* footer office nav */


.tertiary-menu {
	text-align:center;
	margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
.tertiary-menu {
 margin-bottom:5px;
}
}
 @media only screen and (min-width: 992px) {
.tertiary-menu {
 text-align: left;

}
}
.tertiary-menu ul {
	font-size:14px;
	color:#433D6B;
	font-weight:400;
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
}
 @media only screen and (min-width: 425px) {
 .tertiary-menu ul {
 display:inline-block;
}
}

.tertiary-menu ul li {
	display:inline;
}

.tertiary-menu ul li {
	display:block;
}
 @media only screen and (min-width: 425px) {
 .tertiary-menu ul li {
 display: inline;
}
}
.tertiary-menu ul li a:link, .tertiary-menu ul li a:visited {
	color:#FFF;
	text-decoration:none;
}
.tertiary-menu ul li a:hover, .tertiary-menu ul li a:focus {
	color:#FFF;
	text-decoration: underline;
}
 @media only screen and (min-width: 425px) {
 .tertiary-menu ul li a {
 padding-right:10px;
 margin-right:6px;
 border-right-style: solid;
 border-right-color: #FFF;
 border-right-width: 2px;
}
 .tertiary-menu ul li:last-of-type a {
 padding-right:0;
 margin-right:0;
 border:none;
}
}
