html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
header{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* Global Footer rebrand*/
.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}

footer .link-seprator {
    width: 1px;
    height:24px;
line-height:26px;
    font-size: 24px;
}

footer {
 background-color: #000000;
 color: #FFFFFF;
}

.footer-container {
 max-width: 1170px;
 margin: 0 auto;
 padding: 49px 20px 49px 0px;
 position: relative;
 width: 100%;
}

.footer-left {
 width: 24%;
 float: left;
 padding-top: 7px;
}

.footer-center {
 width: 62%;
 float: left;
}

.footer-center p {
 color: #FFFFFF;
 font-family: proxima-nova, Arial, sans-serif;
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0;
 line-height: 24px;
 padding-bottom: 32px;
 padding-left: 5px;
}

.footer-links {
 bottom: 0;
 padding-bottom: 30px;
 width: 100%;
 padding-left: 5px;
}

footer .footer-links li {
 margin: 0 8px 0 0;
 line-height:24px;
 vertical-align: middle;
 position: relative;

}

.footer-links ul li a {
 color: #FFFFFF;
 font-family: proxima-nova, Arial, sans-serif;
 font-style: normal;
 font-size: 12px;
 font-weight: 600;
 letter-spacing: 0;
 line-height: 18px;
 text-decoration: none;
}
.footer-links ul li a:hover {
 color: #FF1A58;
}

footer .footer-links li img.active {
 position: absolute;
 top: 0;
 left: 0;
 opacity: 1;
}

footer .footer-links li img {
 opacity: 0;
 display: block;
}

footer .leftalign {
 float: left;
 width: 67%;
}

footer .rightAlign {
 float: right;
}

footer .visit-entery {
 font-family: proxima-nova, Arial, sans-serif;
 font-style: normal;
 font-size: 16px;
 font-weight: 600;
 letter-spacing: 0;
 line-height: 22px;
 margin-right: 39px;
}

footer .visit-entery ul li a {
 color: #FFFFFF;
 font-family: proxima-nova, Arial, sans-serif;
 font-size: 16px;
 font-weight: 600;
 letter-spacing: 0;
 line-height: 22px;
 text-align: center;
}
footer .visit-entery ul li a:hover {
 color: #FF1A58;;
}

.footer-right {
 width: 15%;
 float: right;
}

.social-links {
 position: absolute;
 bottom: 0;
 padding-bottom: 49px;
}

ol,
ul {
 list-style: none;
}

footer .footer-links li,
footer .social-links li {
 display: inline-block;
 color: #fff;
}

footer .social-links li img {
 opacity: 0;
}

footer .social-links li img.active {
 opacity: 1;
 position: absolute;
 top: 0;
 left: 0;
}

footer .social-links li {
 margin: 0 2px;
 position: relative;
}

footer .social-links li img {
 opacity: 0;
}

footer .social-links li img.active {
 opacity: 1;
 position: absolute;
 top: 0;
 left: 0;
}

footer .social-links li:hover img {
 opacity: 1;
}

footer .social-links li:hover img.active {
 opacity: 0;
}

footer .left-nav li {
 margin: 0 2px;
 font-size: 22px;
 vertical-align: middle;
 position: relative;
}

footer .social-links li a {
 display: block;
 font-size: 16px;
 color: #fff;
 font-family: Roboto, arial;
 line-height: 20px;
 text-decoration: none;
 letter-spacing: 2px;
}

footer .social-links li a:hover {
 text-decoration: none;
 color: #b7b7b7;
}

footer .social-links li.visit-anchor {
 margin-right: 20px;
}

footer .footer-links .icon {
 display: inline-block;
 width: 15px;
 height: 16px;
 background-size: cover;
}

footer .footer-links .accessibility {
 background-image: url('https://image.mail.myentergy.com/lib/fe9313737565017e7c/m/2/afbde55f-6152-4473-8ca2-5e890d3fef79.svg');
 vertical-align: middle;
}

footer .footer-links .accessibility:focus, footer .footer-links .accessibility:hover {
 background-image: url('https://image.mail.myentergy.com/lib/fe9313737565017e7c/m/3/c2831256-c1fe-4708-ab7c-0bbbb219248d.svg');
 vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
 .footer-container {
  padding: 49px 20px 49px 20px;
 }

 .footer-left {
  width: 23%;
  float: left;
 }

 .footer-center {
  width: 55%;
  float: left;
 }

 .footer-right {
  width: 25%;
  float: right;
 }

 .social-links {
  position: absolute;
  bottom: 0;
  padding-bottom: 47px;
  right: 25px;
 }

 footer .visit-entery {
  margin-right: 0px;
 }
}

@media only screen and (max-width: 1022px) and (min-width: 921px) {
 .footer-center {
  padding-right: 15px;
 }
}

@media only screen and (max-width: 999px) and (min-width:920px) {
 .footer-left {
    /*width: 23%;
    float: left;*/
  width: 28% !important;
  float: left;
  padding-left: 20px;
 }
}

@media only screen and (max-width: 1023px) and (min-width: 920px) {

.footer-left {
    /*width: 23%;
    float: left;*/
  width: 25%;
  float: left;
  padding-left: 20px;
 }

 .footer-center {
  width: 52%;
  float: left;
 }

 .footer-right {
  width: 25%;
  float: right;
 }

 footer .leftalign {
  float: left;
  width: 60%;
 }

 footer .visit-entery {
  margin-right: 10px;
 }
}

@media only screen and (max-width: 920px) {

 footer {
  background-color: #000000;
  color: #FFFFFF;
 }

footer .link-seprator {
width:10px;
}
 .footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 44px 35px 46px;
 }

 .footer-left {
  width: 100% !important;
  float: none;
  padding-top: 7px;
  text-align: left;
  padding-bottom: 28px;
  padding-left: 0;
 }
.footer-left img {
  width: 186px;
  height: auto;
  margin: 0 auto;
 }
 .footer-center {
  width: 100%;
  float: none;
  text-align: center;
 }

 .footer-center p {
  padding-bottom: 25px;
  padding-left: 0px;
text-align:left;
 }

 .footer-links {
  position: relative;
  padding-bottom: 19px;
  padding-left: 0px;
  padding-bottom: 19px;
  width: 100%;
 }

 .footer-right {
  width: 100%;
  float: none;
  text-align: center;
 }

 .social-links {
  position: relative;
  padding-bottom: 0px;
  right: 0;
 }

 footer .leftalign {
  display: block;
  float: none;
  width: 100%;
 }

 footer .rightAlign {
  float: none;
  padding-top: 38px;
  margin-right: 0;
 }
}

@media only screen and (max-width: 768px) {
 .footer-container {
  padding: 44px 24px 46px;
 }
.link-seprator li {
 margin: 0 4px 0 4px;
}
footer .link-seprator {
width:5px;
}
}

@media only screen and (max-width: 558px) {

.link-seprator li {
 margin: 0 4px 0 4px;
}
 .footer-center p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
text-align:left;
 }

 .footer-container {
  padding: 44px 35px 46px;
 }

 .footer-container {
  padding: 44px 24px 46px;
 }

 .footer-left img {
  width: 165px;
  height: auto;
  margin: 0 auto;
 }
}

@media only screen and (max-width: 480px) and (min-width: 319px) {
 .footer-container {
  padding: 44px 24px 46px;
 }
}

@media only screen and (max-width: 319px) {
 .footer-container {
  padding: 44px 24px 46px;
 }
footer .footer-links li {
 margin: 0 auto;
}
}
