.mfn-sub-submit{
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  text-shadow: none;
  background-color: #00B8E4;
  border-color: #00B8E4;
  color: white;
  border-radius: 4px;
  border-width: 0px;
  padding: 8px 20px;

}

#inside-this-element .mfn-policy-text a {
  color: white;
  text-decoration: underline;
}

#inside-this-element .mfn-policy-text a:hover, a:focus {
    color: rgba(32, 198, 161, 1.0);
}

.mfn-sub-submit:hover{
  background-color:white;
  color:#00B8E4;
}
.mfn-subscribe {
    background-color: #003a78;
    border-radius: 4px;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    padding: 13px;
    z-index: 11;
    position: fixed;
    top: 15%;
    overflow: hidden;
    height: auto;
    right: -1px;
    width: 225px;
}

@media only screen and (max-width: 1280px)  {
.mfn-subscribe {
  position:relative;
  width:auto;
  right:auto;
  top:auto;
}