@import url('../../structure/features/sticky-footer-cta.css');

/*
==============================================
Sticky Footer Styles
==============================================
*/
.footer-section .footer-contact-info .ftr-cta-wrapper:before,
.footer-section .footer-contact-info .ftr-cta-wrapper:after {
  display: none;
}
.footer-section .footer-cta-sticky {
  background: #50799e;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
}
.footer-section .footer-cta-sticky:hover {
  background: #054f86;
  color: #ffffff;
}
.footer-section .footer-contact-info, .footer-section .footer-cta-contact-section {
  animation-name: none !important;
  -webkit-animation-fill-mode: both;
}
.ftr-cta-wrapper:nth-child(3):after, .ftr-cta-wrapper:nth-child(3):before  {
 display: none;
}
.lead-form-section {
  z-index: 0;
}
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {

}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .footer-section .footer-cta-sticky {
    margin: 120px auto 0 !important;
  }
}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .footer-section .footer-cta-sticky {
    margin: 120px auto 0 !important;
  }
}
