/*-- ---- ---- GLOBAL ---- ---- --*/
body {
   margin: 0px;
    color: #000;
    -webkit-text-size-adjust: none;
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
    font-size: 1em;
    line-height: normal;
}
img {
  border: 0;
}

.scalable {
  max-width: 100% !important;
  height: auto !important;
}
a:link, a:active, a:visited {
  color: #3F79BC;
  text-decoration: none;
/*  transition: all .2s ease-out;*/
}
a:hover {
  text-decoration: none;
	color: #009ace;
}
*:focus, a:focus {
  /*WEB COMPLIANCE*/
  outline: #3d9cfc auto 2px;
}
input[type="button"], input[type="submit"], input[type="reset"] { /* remove for standard buttons */
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
}
.imgover {
  cursor: pointer
}
.imagefit img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.table {
  display: table;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px auto 0px auto;
  border: 0px;
}
.row {
  display: table-row;
  margin: 0px;
  padding: 0px;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.column {
	display: table-cell;
	vertical-align: middle;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
h1 {
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: .01em;
}
h2 {
  font-size: 1.15em;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -.02em;
  margin-top: 5px;
}
.white-background {
  background-color: #ffffff !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lowercase {
  text-transform: lowercase;
  display: inline-block;
  width: auto;
}
/* global compliance styles */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.skip-to-content a {
	display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.15rem;
    font-weight: 900;
    text-align: center;
    padding: 14px 0px 12px;
	background: #1c6194;
	color: #ffffff !important;
	text-transform: uppercase;
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0;
	width: 100%;
    transition: all 0.2s ease;
	outline: none !important;
}
.skip-to-content a:focus, .skip-to-content a:hover {
	color: #ffffff !important;
	top: 125px;
	outline: none !important;
}
/*-- ---- ---- HEADER ---- ---- --*/
header {
  position: fixed;
  z-index: 9999999999;
  top: 0px;
  left: 0px;
  width: 100%;
}
.header-top {
  width: 100%;
  padding: 20px 0px;
  background-color: #ffffff;
  margin: 0px auto;
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, .3);
}
.header-top-inner {
  width: 90%;
  max-width: 1500px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
	align-items: center ;
}
.header-logo {
	width: 220px;
	box-sizing: border-box;
	float: left;
	display: block;
}
/*
.header-logo a.logo{
	display: inline-block;
	width: 100%;
	padding-bottom: 10%;
	background-image: url(../images/global/eh_h_pos_clr_rgb_220406.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}
*/
.header-top-right {
/* width: auto;*/
/*	vertical-align: middle;*/
/*
  top: 43%;
  transform: translateY(-50%);
*/
/*	box-sizing: border-box;*/
	align-items: center;
  
}
.header-top-right ul {
	 display: inline-block;
	vertical-align: middle;
	width: auto;
}
.header-top-right li {
	 display: inline-block;
	margin-left: 5px;
  color: #009CDE;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -.0em;
  padding: 1px 10px 0 0;
  border-right: 1px solid #225288;
}

.header-top-right li a {
  color: #006443;
}    
.header-top-right li a:hover {
  	color: #133b75!important;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 0.1em solid #133b75;
}

.shareThis {
  display: inline-block;
  margin-left: 5px;
  color: #383C40;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0;
}
.shareThis-left {
  display: inline-block;
  vertical-align: middle;
}
.shareThis-right {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
}
.at-icon-wrapper {
  width: 16px !important;
  height: 16px !important;
}
.at-svc-facebook {
  background-image: url("../images/global/social-media-icons/facebook.svg") !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  background-position: center center;
  transition: all .2s ease-out;
}
.at-svc-facebook:hover {
  background-image: url("../images/global/social-media-icons/facebook-on.svg") !important;
}
.at-svc-twitter {
  background-image: url("../images/global/social-media-icons/twitter.svg") !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  background-position: center center;
  transition: all .2s ease-out;
}
.at-svc-twitter:hover {
  background-image: url("../images/global/social-media-icons/twitter-on.svg") !important;
}
.at-svc-linkedin {
  background-image: url("../images/global/social-media-icons/linkedin.svg") !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  background-position: center center;
  transition: all .2s ease-out;
}
.at-svc-linkedin:hover {
  background-image: url("../images/global/social-media-icons/linkedin-on.svg") !important;
}
.at-svc-email {
  background-image: url("../images/global/social-media-icons/email.svg") !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  background-position: center center;
  transition: all .2s ease-out;
}
.at-svc-email:hover {
  background-image: url("../images/global/social-media-icons/email-on.svg") !important;
}
.at-share-tbx-element .at-share-btn:focus {
  transform: none !important;
  outline: none !important;
}
.at-share-btn-elements svg {
  display: none !important;
}
.at-icon-wrapper {
  background-color: rgba(51, 51, 51, 0) !important;
}
.at-share-tbx-element .at-icon-wrapper {
  margin: 0px 0px 0px 5px !important;
}
/*-- ---- ---- HEADER-SCROLL ---- ---- --*/
.navfix nav ul {
  padding: 5px 0px 9px;
  background-color: rgba(0, 105, 177, .85);
  border-bottom: 9px solid #61C250;
}
/*-- ---- ---- BANNER ---- ---- --*/
.banner-area {
	padding: 0em 0px 30%;
	margin-top: 91px;
    background-color: #939392;
	background-repeat: no-repeat;
	background-image:
    url(../images/main/banner-desktop.jpg);
	background-size: cover;
	background-position: center 20%;
	position: relative;
	z-index: 1;
}
.banner-area .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	width: 90%;
    max-width: 1500px;
    margin: 0px auto;
}
.banner-area .inner .copy {
	display: inline-block;
	text-align: left;
	width: 38%;
	padding: 0;
	color: rgba(255,255,255,1);
	font-weight: 300;
}
.banner-area .inner .copy h2 {
  font-family: ivyjournal, sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 55px;
	color: #133b75;
	line-height: 1.1em;
	letter-spacing: -.1px;  
}
.banner-area .inner .copy p {
	 font-size:16px;
	 margin: 0px;
	color: #000000;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: -.0em;
}

.banner-new {
	padding: 1% 0px;
	margin-top: 103px;
    background-color: #ededed;
	display: block;
}
.banner-new .inner {
	width: 90%;
    max-width: 1500px;
    margin: 0px auto;
	display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.banner-text-new{
  padding: 0% 1%;
  margin: 0px 1%;
  box-sizing: border-box;
  width: 48%;
  display: flex;
	display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
   align-items: center;
   text-align: center;
}
.banner-text-new h1 {
font-family: ivyjournal, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 50px;
color: #133b75;
line-height: 1.1em;
letter-spacing: -.1px;
margin-bottom:10px;
}
.banner-text-new p {
	 font-size:17px;
	 margin: 0px;
	color: #000000;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0em;
}
.banner-photo-new{
  padding: 0%;
  margin: 0px 1%;
  box-sizing: border-box;
  width: 48%;
  display: flex;
	display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
   align-items: center;
}

/*-- ---- Content ---- --*/

/*-- ---- FEATURED JOBS ---- --*/
.featured-jobs-front {
      padding: 3% 0px 3%;
  background: #ffffff;

}
.featured-jobs-front h2 {
  display: block;
font-weight: 700;
width: 90%;
max-width: 1500px;
margin: 0px auto;
font-size: 40px;
text-align: left;
text-transform: none;
color: #006443;
line-height: 1.3em;
letter-spacing: -.01em;
position: relative;
}
.featured-jobs-front .featured-jobs-bottom {
  width: 90%;
  max-width: 1500px;
  margin: .5% auto 0px;
  display: flex;
  justify-content: space-between;
	flex-direction: row;
}
#featured-jobs-top .view-all-jobs a {
  position: absolute;
      top: 0;
    right: 0;
    transform: translateY(-10%);
}
#featured-jobs-top .view-all-jobs a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
	line-height: normal;
  letter-spacing: 0em;
  padding: 15px 40px;
  background-color: #133b75;
  transition: all .15s linear;
	border-radius: 50px;
}
#featured-jobs-top .view-all-jobs a:hover {
background-color:#ffffff;
  color: #133b75;
  border: 1px solid #133b75;	text-decoration: none !important;
}
.featured-jobs-front .featured-jobs-bottom > div {
  display: inline-block;
  vertical-align: top;
    width: 31.5%;
  margin: 0%;
  position: relative;
  padding: 2.5% 0 5%;
  background-color: #ffffff;
	border-radius: 10px;
  border-bottom: 20px solid #ffffff;
-webkit-box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 5%);
box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 5%);
}
.featured-jobs-front .featured-jobs-bottom > div:first-child {
  margin: 0% 1% 0% 0%;
}
.featured-jobs-front .featured-jobs-bottom > div:last-child {
  margin: 0% 0% 0% 1%;
}
.featured-jobs-front .featured-jobs-bottom h3 {
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin: 0px 0px 5% !important;
  min-height: 3em;
  width:82%;
  padding:4% 4% 4% 6%;
  color: #ffffff;
  background-color: #006443;
  border-bottom: 8px solid #28c667;
}
.featured-jobs-front .featured-jobs-bottom h4 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0px 0px !important;
      width: 90%;
    padding: 0 5%;
  color: #000000;
	text-transform: uppercase;
}
.featured-jobs-bottom span:nth-child(2) {
  font-weight: 700;
  display: block;
  margin: 0px 0px 15px;
  color: rgba(16, 24, 33, .75);
	text-transform: uppercase;
}


.featured-jobs-front .featured-jobs-bottom a {
  position: absolute;
  bottom: 0;
  right: 8%;
}
.featured-jobs-bottom a, .featured-jobs-bottom a:active, .featured-jobs-bottom a:visited {
	color: #ffffff;
margin: 20px 0 0;
line-height: normal;
font-size: .9em;
font-weight: 700;
letter-spacing: 0em;
padding: 15px 40px;
background-color: #133b75;
transition: all .15s linear;
border: 1px solid #133b75;
border-radius: 50px;
}
.featured-jobs-bottom a:hover {
	background-color:#ffffff;
  color: #133b75;
  border: 1px solid #133b75;
	text-decoration: none !important;
}
.featured-jobs-front .featured-jobs-bottom p {
      display: block;
    min-height: 5em;
    width: 87%;
    padding: 2% 8% 2% 5%;
    margin: 0px auto;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4em;
	letter-spacing: 0;
}
.featured-jobs-front .featured-jobs-bottom p strong{
    display: block;
    width: 100%;
    margin: 10px auto 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
}
/*-- ---- BONUS SECTION ---- --*/
.bonus-area {
 padding: 1.5% 0px;
 background-color: #bccfe2;
 text-align: center;
}
.bonus-area h2 {
  display: block;
  font-weight: 700;
  width: auto;
  max-width: 650px;
  margin: 0px auto;
  font-size: 40px;
  text-transform: none;
color: #133b75;
  line-height: 1.3em;
  letter-spacing: -.02em;
	padding-bottom: 6px;
border-bottom: 4px solid #133b75;
}
/*-- ---- WHY JOIN SECTION ---- --*/
.why-join-area {
 padding: 2% 0px 2.5%;
 background: #ffffff;
 text-align: center;
}
.why-join-area h2 {
  display: block;
  font-weight: 700;
  width: 90%;
  margin: 0px auto 2%;
  font-size: 36px;
  text-transform: none;
  color: #006443;
  line-height: 1.3em;
  letter-spacing: -.0em;
}
.why-join-area .inner {
	width:90%;
	margin:0 auto;
	max-width: 1500px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;	
}
.why-join-area .inner div {
	display: flex;
	position: relative;
	flex-direction: column;
	width:25%;
	padding:2% 2% 3%;
	margin: 0 1%;
	align-items: center;
	align-self: stretch;
	background: #ededed;
background: -moz-linear-gradient(top, #ededed 0%, #FEFEFE 100%);
background: -webkit-linear-gradient(top, #ededed 0%, #FEFEFE 100%);
background: linear-gradient(to bottom, #ededed 0%, #FEFEFE 100%);
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 5%);
box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 5%);
}
.why-join-area .inner div h3 {
  display: block;
  font-weight: 700;
  width: 90%;
  margin: 5% auto 5%;
  font-size: 24px;
  text-transform: uppercase;
  color: #006443;
  line-height: 1.1em;
  letter-spacing: 0;
  border-bottom: 6px solid #28c667;
   padding: 5% 0px;
}
.why-join-area .inner div p {
  display: block;
  font-weight: 400;
  width: 100%;
  margin: 0px auto 10px;
  font-size: 17px;
  color: #000000;
  line-height: 1.2em;
  letter-spacing: 0;
  padding: 0px;
}
.why-join-area .inner div p:last-of-type{
   margin: 0px auto;
}
.join-icons{
width: 70% !important;
background:none !important;
margin: 0 auto !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.whyicon {
	width: 60% !important;
	padding-bottom: 60% !important;
	border-radius: 100px !important;
	z-index: 5;
	background-color: #ebebeb;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	background-size: 70%, cover;
	background-repeat: no-repeat;
	background-position: center 47%;
	overflow: hidden;
}
.whyicon::after {
	content: "";
	width: 120%;
	height: 120%;
	position: absolute;
	right: 0;
	bottom: -2px;
	z-index: -2;
	background: #AFDCDA;
background: -moz-linear-gradient(top, #AFDCDA 0%, #f4f9f9 100%);
background: -webkit-linear-gradient(top, #AFDCDA 0%, #f4f9f9 100%);
background: linear-gradient(to bottom, #AFDCDA 0%, #f4f9f9 100%);
}
.whyicon::before {
	content: "";
	width: 80%;
	padding-bottom: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
}
 .why-join-area .inner div:first-child .whyicon::before {
	background-image: url(../images/main/why-join/why-join-icon-01.png) !important;
}
.why-join-area .inner div:nth-child(2) .whyicon::before {
	background-image: url(../images/main/why-join/why-join-icon-02.png) !important;
}
.why-join-area .inner div:nth-child(3) .whyicon::before {
	background-image: url(../images/main/why-join/why-join-icon-03.png) !important;
}
.why-join-area .inner div:last-of-type.whyicon::before {
	background-image: url(../images/main/why-join/why-join-icon-04.png);
}
/*-- ---- QUOTE SECTION ---- --*/
.quote-area {
	padding: 5% 0px;
	background-image: url(../images/main/walkway-bckgrd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin: 0;
}
.quote-area .inner {
 padding: 1.5% 0px 1%;
	width:90%;
	margin: 0 40% 0;
	max-width: 500px;
}
.quote-area p {
  display: block;
  font-weight: 500;
  width: 100%;
  margin: 0px auto;
  font-size: 22px;
  color: #000000;
  line-height: 1.3em;
  letter-spacing: 0;
  position: relative;
}
.quote-area p:before { 
    content: "\201C";
    font-weight: 400;
    font-size:60px;
    color:#000000;
    position: absolute; 
    top: .1em;
    left: -0.5em; 
    font-family: 'Montserrat', sans-serif;
} 
.quote-area p:after { 
    content: "\201D";
    font-weight: 400;
    font-size:60px;
    color:#000000;
    position: absolute; 
    bottom: -0.3em;
    right: -0.5em; 
    font-family: 'Montserrat', sans-serif; 
}
/*-- ---- BUILDING SECTION ---- --*/
.building-area {
	background-image: url(../images/main/building-bckgrd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}
.building-area div {
	display: flex;
	width:50%;
	padding:4% 10%;
	color: #ffffff;
	align-items: center;
	align-self: stretch;
	background-color: rgba(0, 0, 0, .45);
}
.building-area div:first-of-type {
	background-color: rgba(122, 213, 248, .65);
	flex-direction: column;
	display: block;
}
.building-area div a:link, .building-area div a:active, .building-area div a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all .2s ease-out;
	font-weight: 700;
}
.building-area div a:hover {
  text-decoration: underline;
	color: #b9f3ff;
}
.building-area div h2 {
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0 0 2%;
	
}
.building-area div p {
	margin: 0;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 400;
}
.building-area div p strong {
	font-weight: 700;
}
/*--DIVERSITY AREA*/
.diversity-area-new {
	padding: 3% 0px;
    background-color: #ededed;
	display: block;
}
.diversity-area-new .inner {
	width: 90%;
    max-width: 1500px;
    margin: 0px auto;
	display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.diverity-text-new{
  padding: 0% 3%;
  margin: 0px 1%;
  box-sizing: border-box;
  width: 48%;
  display: flex;
	display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
   align-items: center;
   text-align: center;
}
.diverity-text-new h2 {
  font-size: 32px;
	line-height: 1.1em;
	font-weight: 700;
	margin: 0 0 2%;
	color: #006443;
	 letter-spacing: 0em;
}
.diverity-text-new p {
	 font-size:17px;
	 margin: 0px;
	color: #000000;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0em;
}
.diverity-photo-new{
  padding: 0% 1%;
  margin: 0px 1%;
  box-sizing: border-box;
  width: 48%;
  display: flex;
	display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
   align-items: center;
}

/*-- ---- FOOTER ---- --*/
footer {
	width: 100%;
	position: relative;
}
footer {
	width: 100%;
	position: relative;
}
.footer-top-area{
   display: block;
   padding: 20px 0;
   background-color: #ffffff;
   display: flex;
   display: -webkit-flex;
   flex-direction: row;
   justify-content: center;
   align-items: stretch;
}
.footer-top-area .inner{
   width:90%;
   max-width: 1194px;
   margin: 0 auto;
   padding:0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.footer-logo-new{
      display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: 32%;
}
.footer-logo-new img{
   width: 195px;
}
.footer-logo-new h2{
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.4em;
  color: #000000;
  font-weight: 300;
  padding-left: 10px;
  margin-bottom:0;
}
.footer-phone-numbers{
    padding: 0 4% 0;
    border-left: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    letter-spacing: .1px;
    width: 25%;
}
.footer-phone-numbers a{
  text-decoration: underline;
  color:#006443;
}
.footer-phone-numbers a:hover{
  text-decoration: none;
  color:#133b75;
}
.footer-links{
    padding: 0 0 0 4%;
    border-left: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: 40%;
}
.footer-links .links {
  display: block;
  width: 100%;
  margin: 1em auto 2em;
padding: 0px;
text-align: left;
column-count: 2;
column-width: .5px;
}
.footer-links .links ul {
	margin: 0;
  padding: 0;	
}
.footer-links .links li {
    margin: 0px 0 10px;
    padding: 0 20px 0 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4em;
    color: #000000;
    list-style-type: none;
}
/*
.footer-links .links li a{
  text-decoration: none;
  color:#006443;
}
.footer-links .links li a:hover{
  text-decoration: underline;
  color:#133b75;
}
*/
.footer-links .links li a {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	padding: 0 1em 0 0;
	margin:0;
	letter-spacing: .05em;
	color:#006443;
    transition: all 0.35s ease-in-out;
	position: relative;
	z-index: 1;
	text-decoration: none;
}
.footer-links .links li a:hover, .footer-links .links li a:focus, .footer-links .links li a:active {
	padding: 0 1.25em 0 0;
	 color:#133b75;
	 text-decoration: underline;
}
.footer-links .links li a:after {
	content: "";
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: .9em;
    height: 1em;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/global/arrow-green.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.phone-numbers-new{
  width:100%;
  display: block;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}
.footer-btm-area{
   display: block;
   padding: 20px 0;
    background-color: #006443;
}
.footer-btm-area .inner{
   width:90%;
   max-width: 1194px;
   padding:0;
   margin: 0px auto; 
}
.eoe-new{
   padding-left: 10px;
  display: block;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
  color:#ffffff;
}
.legal-new{
  margin: 0 auto;
   padding:0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.copyright-new{
   flex:1;
/*   width: 20%;*/
   padding:0 10px 0;
   box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
   align-items: left;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 300;
  color:#ffffff;
   letter-spacing: .1px;
}
.legal-links-new{
   flex:1;
/*    width: 20%;*/
   padding:0 0 0;
   box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
   text-align: left;
}
.legal-links-new ul {
	margin: 0;
  padding: 0;	
}
.legal-links-new li {
    margin: 0px 0 0;
    padding: 0 20px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
    color: #000000;
    list-style-type: none;
	display: inline-block;
}
.legal-links-new li a{
  text-decoration: underline;
  color:#ffffff;
}
.legal-links-new li a:hover{
  text-decoration: none;
  color:#ffffff;
}
.social-media-new{
/*
   flex:1;
    width: 20%;
*/
   padding:0 0 0;
   box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
    color: #ffffff;
   letter-spacing: .1px;
   text-align: center;
}
.social-media-new ul {
	margin: 0;
  padding: 0;
  flex-direction:row;
   display: flex;
  display: -webkit-flex;
   text-align: center;
}
.social-media-new li {
    margin: 0;
    padding: 0 0 0 0;
	width:45px;
	 display: flex;
  display: -webkit-flex;
/*
	align-self: center !important;
   justify-content: flex-end !important;
    list-style-type: none;
*/
}
.social-media-new li:last-of-type {
    margin: 0 0 0 10px;
}
.social-media-new li img {
    width:100%;
/*	margin:0 auto;*/
	max-height: 30px;
	display:block;
}
