.footer-banner {
  background-color: #101010;
  color: #fff;
}

.send-icon {
  background-image: url('./../../images/footer-assets/sent-icon.svg');
  position: absolute;
  background-color: #fff;
  right: 12px;
  top: 16px;
  width: 30px;
  height: 23px;
  border: none;
  background-repeat: no-repeat;
}

.send-icon:hover {
  cursor: pointer;
}

#frmEmailSignup {
  position: relative;
}

.footer-banner .footer-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.footer-banner h2,
.footer-banner p {
  font-size: 19px;
}

.footer-banner .btn-orange {
  width: 170px;
  height: 39px;
  line-height: 39px;
  font-weight: 600;
  transition: .5s all;
  margin-left: 45px;
  margin-right: unset;
}

.footer-main .footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  padding-top: 30px;
}

.footer-main .logo {
  width: 209px;
}

.footer-container p .mobile-only,
footer hr.mobile-only {
  display: none;
}

.footer-main h4 {
  font-size: 14px;
  margin-top: 40px;
}

.footer-main a {
  color: #616368;
  text-decoration: none;
  line-height: 36px;
  width: 100%;
  display: block;
  font-weight: 400;
}

.large-contact {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.large-contact span {
  font-size: 90px;
  font-weight: 600;
  line-height: 80px;
}

/* iOS thinks this is a telephone number */
.large-contact span a {
  color: #4A4A4A;
  text-decoration: none;
  pointer-events: none;
}

#frmEmailSignup input {
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #4A4A4A;
  width: 470px;
  height: 48px;
  font-weight: 400;
  border: 1px solid #E1E2E3;
}

.request-catalog {
  background-color: #d46027;
  color: #fff;
  max-width: 270px;
  position: relative;
  margin: 39px 0;
}

.footer-main .request-catalog a {
  color: #fff;
  line-height: unset;
}

.request-catalog,
.social-icons {
  display: flex;
}

.request-catalog img {
  margin-left: 5px;
  position: absolute;
  right: -50px;
  top: -5px;
  width: 85px;
}

.request-catalog h4 {
  margin: 10px 20px;
}

.social-icons a {
  width: 32px;
  height: 32px;
  background-color: #616368;
  margin-right: 11px;
  border-radius: 50%;
  transition: .5s all;
}

.social-icons a:hover {
  background-color: #d46027;
}

footer .col-1 {
  margin-right: 90px;
  margin-top: 40px;
}

footer .col-2 {
  margin-right: 150px;
}

footer .col-3 {
  margin-right: 160px;
}

.footer-copyright {
  max-width: 1400px;
  margin: 0 auto;
  border-top: 1px solid #E1E2E3;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.footer-copyright-links {
  display: flex;
  align-items: center;
}

.footer-copyright a {
  color: #4A4A4A;
  font-size: 12px;
  text-decoration: underline;
  margin-right: 30px;
}

.footer-copyright p {
  color: #4A4A4A;
  font-size: 12px;
  margin-right: 30px;
}

.social-twitter img {
  width: 20px;
}

.social-facebook img {
  width: 10px;
}

.social-pinterest img {
  width: 17px;
  margin-top:2px;
}

.social-instagram img {
  width: 20px;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icons a img {
  margin-bottom: 0;
  height:38px;
}

.only-mobile {
  display: none;
}

.payment-option-img {
  width: 100%;
  float: left;
  height: 50px;
}
.payment-option-img > img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer-banner .footer-container {
    flex-flow: column;
    height: auto;
    padding: 16px 20px 36px;
    text-align: center;
  }

  .only-mobile {
    display: block;
  }

  .social-instagram {
    background-size: 21px;
  }

  .social-pinterest {
    background-size: 17px;
  }

  .social-facebook {
    background-size: 9px;
  }

  .social-twitter {
    background-size: 20px;
  }

  .request-catalog {
    margin: 39px auto;
  }

  .social-icons {
    margin: 0 auto;
  }

  .request-catalog,
  .social-icons {
    display: flex;
    justify-content: center;

  }

  .social-icons a {
    width: 38px;
    height: 38px;
  }

  .toggle-link:hover {
    cursor: pointer;
  }

  .toggle-link + div {
    display:none;
  }

  .toggle-link.active + div {
    display:block;
  }

  h4.toggle-link.active {
    border-bottom: 1px solid #e1e2d3;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }

  .footer-banner .btn-orange {
    margin-top: 8px;
    width: 257px;
    height: 51px;
    line-height: 51px;
    margin-left: 0;
  }

  .footer-banner p {
    font-size: 12px;
    text-align: center;
    margin: 0 53px 20px 53px;
    line-height: 18px;
  }

  .footer-banner h2 {
    font-size: 20px;
  }

  footer .col-1 {
    width: 100%;
  }

  footer .col-1,
  footer .col-2,
  footer .col-3,
  footer .col-4 {
    margin-right: 0;
  }

  .footer-main .logo {
    margin: 0 auto;
    display: block;
  }

  .footer-main .footer-container {
    max-width: 500px;
    justify-content: space-around;
  }

  .footer-main h4 {
    font-size: 14px;
    margin-top: 47px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-main .request-catalog h4 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {

  footer .col-1,
  footer .col-2,
  footer .col-3,
  footer .col-4 {
    width: 100%;
    text-align: center;
  }

  .footer-copyright a:last-of-type {
    margin-right: 0px;
  }

  .payment-option-img {
    width: 100%;
    height: 200px;
    max-width: 375px;
  }

  .footer-copyright p {
    width: 100%;
    margin-right: 0;
  }

  .col-4 h4 {
    margin-top: 22px;
  }

  .social-icons a {
    width: 38px;
    height: 38px;
  }

  .request-catalog {
    margin: 40px auto;
    padding: 7px;
  }

  .request-catalog img {
    display: none;
  }

  .request-catalog,
  .social-icons {
    justify-content: center;
  }

  #frmEmailSignup input {
    width: 100%;
    font-size: 15px;
  }

  #frmEmailSignup {
    width: 90%;
    margin: 0 auto;
  }

  .large-contact {
    margin-top: 0;
  }

  .large-contact span {
    font-size: 56px;
    line-height: 68px;
    color: #616368;
  }

  .footer-copyright {
    flex-flow: column;
    border-top: none;
    margin-top: 0;
  }

  .footer-copyright-links {
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
  }

  footer hr.mobile-only {
    width: 35%;
    border: 1px solid #ececec;
    margin: 25px auto;
  }

  .footer-container p .mobile-only,
  footer hr.mobile-only {
    display: block;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 768px) {
  #frmEmailSignup input {
    width: 475px;
  }
}

@media only screen and (max-width: 1120px) and (min-width: 768px) {
  .footer-copyright p {
    min-width: 120px;
    width: 120px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 993px) {

  .footer-banner h2,
  .footer-banner p {
    font-size: 16px;
  }

  .footer-main .logo {
    width: 160px;
  }

  #frmEmailSignup input {
    width: 440px;
    font-size: 15px;
  }

  .footer-main .footer-container {
    max-width: 993px;
    justify-content: space-between;
  }

  footer .col-1,
  footer .col-2,
  footer .col-3 {
    margin-right: 0;
  }
}

#emailSignupEmail {
  box-sizing: border-box;
}

.emailSignUpHelp {
	top: -100px;
}

.emailSignUpError {
	top: -65px;
}

.emailSignUpThanks {
	top: -65px;
}

.emailSignUpHelp, .emailSignUpError, .emailSignUpThanks {
	display: none;
	position: absolute;
	right: 10px;
	width: 240px;
	padding: 8px;
	border: 4px solid #BBB;
	border-radius: 6px;
	background: none repeat scroll 0% 0% #FFF;
	z-index: 999999;
}
.emailSignUpError {
	text-align: center;
	color: var(--error-color);
	border: 4px solid var(--error-border-color);
  background: var(--error-bg-color);
}
span.triangle, span.triangleError {
	clear: both;
	position: absolute;
	width: 50px;
	height: 31px;
	bottom: -31px;
	right: -10px;
}
span.triangle {
	background: transparent url('../../images/footer-assets/triangle.png') 0 0 no-repeat;
}
span.triangleError {
	background: transparent url('../../images/footer-assets/triangleError.png') 0 0 no-repeat;
}

.emailFormCloser {
	position: absolute;
	top: -1px;
	right: 0px;
	font-size: 14px;
	color: #101010;
	cursor: pointer;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding: 0px 3px;
	margin: 0;
	line-height: 1.2em;
}
.emailSignUpError > .emailFormCloser {
  background-color: var(--error-bg-color);
	border-color: var(--error-border-color);
	color: var(--error-color);
}

@media print {
  .acsb-trigger.acsb-ready {
     display: none !important;
  }
  .footer-banner .footer-container,
  .footer-main .footer-container{
      display: block;
      position: relative;
      page-break-inside: avoid;
    }
    .footer-banner .footer-container h2{
    	position: relative;
    	margin-left: 100px;
    	top: 30px;
    }
}