/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (max-width: 1025px) {
  [id^=fa-footer-form] {
    margin-top: 15px;
  }
  [id^=fa-footer-form] form {
    width: calc(100% - 26px);
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    float: right;
  }
}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 768px) {
  [id^=fa-footer-form] .container {
    padding: 80px 20px;
  }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (max-width: 481px) {
  [id^=fa-footer-form] form {
    width: 100%;
    margin-top: 20px;
  }
  [id^=fa-footer-form] form .card .card-header img {
    display: none;
  }
  article.for-advisors .post-content {
    margin-bottom: 15px;
  }
  .modal[id=for-advisors-read-more] .modal-dialog {
    width: auto;
    max-width: 500px;
  }
}

/*# sourceMappingURL=responsive.css.map */
