#cta-fixed {
  -webkit-box-shadow: 3px 3px 13px 6px rgba(45,87,163, 0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 13px 6px rgba(45,87,163, 0.3);  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 13px 6px rgba(45,87,163, 0.3);
  position:fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom:0px;
  color: #FFFFFF;
  font-weight:600;
  text-align: center;
  font-size: 14px;
  letter-spacing:2px;
    text-transform:uppercase;
}
#cta-fixed a {
    color: #fff;
    text-decoration: none;
}
.button-cta-fixed {
    border-radius:0;
    font-family: 'Fira Sans', sans-serif;
    padding:1em 1.5em 1em 1.5em;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

  }

.button-cta-fixed:hover {
    border-radius:25px;
    font-family: 'Fira Sans', sans-serif;

   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding:1em 1.5em 0.8em 1.5em;
}

@media only screen and (min-width: 20px) {
    /* Style adjustments for viewports that meet the condition */

 #cta-fixed {
    /*background: #ededed; */
    z-index:999;
    padding: 1.7em 0 1.7em 0;
  }


.button-cta-fixed {
        border-style: solid;
        border-width: 1px;
        border-color: #ffffff;
  }
}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports that meet the condition */

  #cta-fixed {

    padding: 1.3em 0 1.3em 0;
  }

.button-cta-fixed {

  }
}

@media only screen and (min-width: 1024px) {
  #cta-fixed {
      z-index:1000;
    }

.button-cta-fixed {
        border-style: solid;
        border-width: 0px;
        border-color: #ffffff;

  }

}
