footer{
  background:#081351;
  padding:45px 0 25px;
}
footer .footer-logo{
  width:100%;
}
footer .footer-logo img
}
footer .list{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .list .column{
width: 33%;
    padding-right: 20px;
    box-sizing: border-box;
}
footer .list ul{
padding:0;
  list-style:none;
}
footer .list ul li{
margin-bottom:20px;
}
footer .list ul li a {
 font-family: 'raisonne', arial, sans-serif;
  font-weight: 400;
  font-size:15px;
  line-height:20px;
  color:#fff;
  text-decoration:none;
}
footer .list ul li a:hover{
  text-decoration:underline;
}
footer .footer-content{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 100%;
    justify-content: space-between;
  padding-bottom:15px;
}
footer .footer-content .list{
  width:69%;
}
footer .footer-content .subscribe{
  width:31%;
}
footer .footer-content .subscribe .form-title{
  margin-bottom:40px;
}
footer .footer-content .subscribe .form-title h3{
  color:#fff;
}
footer form .hs-form-field.focused label{
    background: #081351;
}
footer .footer-logo.simple{
text-align:right;
}

footer form .hs-form-field .input input,
footer form .hs-form-field .input select,
footer form .hs-form-field .input textarea {
    border-color:#1E1EF0;

}
footer form .hs-richtext,
footer form .hs-richtext a{
  color:#fff;
}

footer .content-below,
footer .content-below h6{
  color:#fff;
}


@media only screen and (max-width : 1200px) {
footer .footer-content .subscribe {
    width: 50%;
}
  footer .footer-content .list {
    width: 50%;
}
}

@media only screen and (max-width : 979px) {
footer .footer-content .subscribe,
  footer .footer-content .list{
    width: 100%;
}
}

@media only screen and (max-width : 767px) {
  footer .footer-content{
  flex-wrap:wrap;
  }
  footer .footer-content .list{
    margin-bottom:30px;
  }
}

@media only screen and (max-width : 480px) {
footer .list .column {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}
  footer .footer-content .list {
    flex-wrap: wrap;
}
}

@media only screen and (max-width : 320px) {
footer .list .column {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
}
  footer .list{
    margin:20px 0;
  }
  footer .list ul{
    margin:0;
  }
}

