footer {
  background: white;
  text-align: center;
  position: relative;
  color: #333333;
  border-top: 1px solid #256a87;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer .colMcafeeTrustwave {
  padding-right: 0;
}
.fraudWarningSection {
  text-align: left;
  margin: 20px 0;
  padding: 0;
}
.ssl {
  color: #333333;
  display: inline-block;
}
.ssl::before {
  content: "\f023";
  font-family: FontAwesome;
  height: 35px;
  width: 35px;
  margin-right: 5px;
}
.legalNotices div {
  display: inline-block;
  padding: 5px;
}
.amfamLogo {
  height: 45px;
  width: 150px;
  background: url(../../images/en-us/logo2017/logo2017_amfamc.png) no-repeat;
  background-position: -230px center;
  display: inline-block;
}
.sslCol {
  padding-right: 0;
}
.legalCol {
  padding: 0;
}
/*Customer Service BTN  -  START*/

.encryption {
  margin-left: 5px;
}
.customerServiceBtn {
  display: none;
}
.login .customerServiceBtn {
  display: block;
}
.customerServiceBtn.closedBtn {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  padding: 0;
  transition: .5s;
}
.customerServiceBtn.closedBtn .phoneNumber {
  padding: 0 !important;
  padding-right: 0;
  width: 50px;
  text-align: center;
  height: 50px;
  bottom: 0;
  line-height: 50px;
}
.customerServiceBtn.closedBtn .phoneNumber a {
  display: none;
}
.customerServiceBtn.closedBtn .customerServiceHours {
  display: none;
}
.customerServiceBtn .phoneNumber::before {
  transition: .5s;
}
.customerServiceBtn.closedBtn .phoneNumber::before {
  top: 0px;
  left: 0 !important;
  font-size: 32px;
  transition: .5s;
  position: absolute;
  padding: 0;
  width: 100%;
}
.customerServiceBtn {
  position: absolute;
  top: -120px;
  right: 45px;
  border: 2px solid #0572b8;
  padding: 20px;
  border-radius: 5px;
  transition: .5s;
  background: white;
  padding: 10px;
  width: 449px;
  overflow: hidden;
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.customerServiceBntContainer {
  width: 425px;
  display: flex;
  align-items: center;
}
.phoneNumber {
  padding: 0;
  padding-right: 4px;
  bottom: 0 !important;
  text-align: center;
  line-height: 25px;
}
.ie .phoneNumber {
  position: static;
  cursor: pointer;
  padding-right: 10px;
  float: left;
  margin-bottom: 10px;
}
.ie .closedBtn .phoneNumber {
  margin-bottom: 8px;
}
.phoneNumber::before {
  font-family: FontAwesome;
  content: "\f095";
  color: #0572b8;
  font-size: 24px;
  margin-right: 15px;
  top: 5px;
  position: relative;
}
.customerServiceSection {
  display: inline-block;
}
.customerServiceHours {
  padding-left: 15px;
  border-left: 1px solid #cccccc;
  flex: 1;
}
.btnO .customerServiceBntContainer {
  display: none;
}
.btnO.btnOpen .customerServiceBntContainer {
  display: block;
}
.btnO.btnOpen .customerServiceBntContainer {
  width: auto;
  color: #555555;
  font-weight: normal;
}
.btnO.btnOpen .customerServiceHours {
  border-left: none;
}
.btnO.btnOpen .phoneNumber {
  bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.btnO.btnOpen .callUsText {
  display: none;
}
.btnO.btnOpen.callUs::before {
  display: none;
}
.btnO.btnOpen:hover {
  background: white;
}
.link {
  cursor: pointer;
  color: #0572b8;
}
a.footerLinks {
  color: #256a87;
}
/* AmFamConnect Phone number btn adjustment for 2 lines of customer service hours - START */

.AmFamConnect .customerServiceHours {
  margin-top: 19px;
}
.AmFamConnect .phoneNumber {
  padding-right: 13px;
}
/* AmFamConnect Phone number btn adjustment for 2 lines of customer service hours - END*/

/*Customer Service BTN  -  END*/

@media (max-width: 992px) {
  .footer .sslCol {
    padding-right: 15px;
  }
  .footer .mcafeeBox,
  .footer .sslCol,
  .footer .legalCol div {
    margin-bottom: 10px;
  }
  .footer .colMcafeeTrustwave {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .customerServiceBtn.closedBtn {
    /*right:45px;*/
    left: auto;
  }
  .customerServiceBtn {
    right: 15px;
    width: calc(100% - 30px);
  }
  .closedBtn .customerServiceBntContainer {
    width: 400px;
  }
  .customerServiceBntContainer {
    width: auto;
    display: block;
  }
  .closedBtn .customerServiceSection {
    display: inline-block;
  }
  .customerServiceSection {
    display: block;
  }
  .customerServiceBtn {
    height: auto;
  }
  .closedBtn .customerServiceHours {
    padding-left: 15px;
  }
  .customerServiceHours {
    border-left: none;
    padding-left: 0;
    position: relative;
    top: 0;
    flex: none;
  }
  .closedBtn .phoneNumber {
    bottom: 20px;
  }
  .android .closedBtn .phoneNumber {
    left: -4px;
  }
  .phoneNumber {
    bottom: 10px;
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2px;
    margin-bottom: 3px;
  }
}
