/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-sticky-cta {
  width: 100%;
  padding: 1em 0;
  background: #1C3F85;
  color: #fff;
  position: fixed;
  z-index: 9999;
  display: none;
  left: 0; }
  @media (max-width: 767px) {
    #section-sticky-cta {
      bottom: 0; } }
  @media (min-width: 768px) {
    #section-sticky-cta {
      top: 0; } }
  #section-sticky-cta .container {
    font-size: 15.93252px;
    max-width: 1140px; }
    @media (min-width: 768px) {
      #section-sticky-cta .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; } }
    #section-sticky-cta .container .info {
      font-weight: 700; }
      @media (max-width: 980px) {
        #section-sticky-cta .container .info {
          flex: 1;
          font-size: 14.93207px;
          padding-bottom: .5em; } }
    #section-sticky-cta .container .buttons {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        #section-sticky-cta .container .buttons {
          justify-content: space-between; } }
      #section-sticky-cta .container .buttons a.btn {
        margin-right: .5em;
        padding: 1em 1.5em;
        font-size: 15.93252px; }
        @media (max-width: 767px) {
          #section-sticky-cta .container .buttons a.btn {
            height: 55px;
            line-height: 24px; } }

/*# sourceMappingURL=sticky-cta.css.map */
