/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* =============== Footer =============== */

.footer-container-wrapper {
  /*background: #f7f7f9;*/
  padding: 60px 20px;
  max-width: 1300px;
  margin: 0 auto;
  float: none;
  /*border-top: 1px solid #bdc1cf;*/
}

.footer-container-wrapper .container-fluid .row-fluid .footer .wrapper {
  padding: 0;
  max-width:100%;
  margin:0 auto;
  float:none;
}

.footer-container-wrapper .container-fluid .row-fluid .footer.footer-lp .wrapper {
  max-width: 1120px;
}

.footer .menu-container{
  margin-bottom: 60px;
}

.footer .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
  font-family: "Open Sans";
  font-size: 14px;
  color: #242424;
  padding: 0;
}

.footer .heading-menu .hs-menu-flow-vertical > ul li {
  margin-bottom: 8px;
}

.footer .heading-menu .hs-menu-flow-vertical > ul li a{
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 0.2px;
  color: #2f3135;
}

.footer .heading-menu .hs-menu-flow-vertical > ul li:first-child a{
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.3px;
  color: #2f3135;
  cursor: default;
}


.footer .logo img {
  max-width: 160px;
}

.footer .copyright {
  padding-top:20px;
}

.footer-lp .copyright {
  padding: 0;
  border: none;
  margin-top: 0;
}

.footer-lp .copyright img {
  float: right;
  margin-top: -5px;
}

.footer .copyright p{
  margin:0;
  font-size: 14px;
  color: #333333;
}

.footer .social-icons ul li{
  list-style:none;
  display:inline-block;
  margin:0;
  margin-right:30px;
}
.footer .social-icons ul li img{
  max-width: 34px;
}
.footer .social-icons{
  text-align:right;
}

.footer .social-icons ul{
  margin:0;
  margin-top:5px;
}

.footer .social-icons ul li:last-child{
  margin-right:14px;
}

.footer .copyright p,
.footer .copyright p a{
  font-size: 14px;
  color: #333333;
  margin:0;
}

div.sublogo {
  max-width: 212px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #515359;
}

@media (max-width: 1024px){
  .footer-container-wrapper{
    padding: 70px 0 60px;
  }
  .span3.widget-span.widget-type-cell.logo-container,
  .span5.widget-span.widget-type-cell,
  .span4.widget-span.widget-type-raw_html.social-icons.align-right,
  div.sublogo {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  div.sublogo {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.5px;
    text-align: center;    
  }

  .footer .heading-menu .hs-menu-flow-vertical > ul li:first-child a{
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: 0.2px;
    color: #2f3135;
  }

  .row-fluid div.logo{
    margin-bottom: 16px;
  }
  .span3.widget-span.widget-type-cell.logo-container{
    margin-bottom: 65px;
  }
  .span9.widget-span.widget-type-cell.menus-wrapper {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .footer .menu-container{
    margin-bottom: 45px;
  }
  .footer .copyright{
    margin-bottom: 34px;
  }
}


@media (max-width:767px){

  .footer .heading-menu .hs-menu-flow-vertical > ul li:first-child a,
  .footer .column-menu .hs-menu-flow-vertical > ul li a,
  .footer .heading-menu .hs-menu-flow-vertical > ul li a{
    font-size: 14px; 
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: 0.2px;
    color: #2f3135;
  }


  .span3.widget-span.widget-type-cell.logo-container{
    margin-bottom: 45px;
  }
  .span9.widget-span.widget-type-cell.menus-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .footer .menu-container {
    margin-bottom: 30px;
  }

  .footer .logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer .social-icons ul{
    text-align:center;
    margin: 0;
    padding: 0;
  }
  .footer .social-icons ul li{
    margin: 0 8px;
  }

  .footer .copyright {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;

  }

  .footer-container-wrapper {
    padding: 45px 0 50px;
  }
  div.sublogo {
    max-width: 250px;    
    margin: 0 auto!important;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.5px;
    text-align: center;
    color: #515359;
  }
  .footer-container-wrapper div.heading-menu.menu {
    margin-bottom: 30px;
  }
  .footer-container-wrapper .container-fluid .row-fluid .footer .wrapper{
    padding: 0 40px;
  }
  .footer .copyright {
    text-align:left; 
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #2f3135;
  }
  
  .footer .copyright a {
    text-decoration: underline;
  }
}


.footer-lp .menu-container {
  margin-bottom: 40px;
}

.footer-lp .menu-container .menu ul {
  display: flex;
  justify-content: space-between;
}

.footer-lp .copyright p a {
  font-weight: bold;
  text-decoration: none;
}

.footer-lp .tablet-menu {
  display: none;
}

.footer-lp .social-icons ul {
  padding: 0;
}

.footer-lp .social-icons ul li {
  margin: 0 5px;
}

@media (min-width: 767px) and (max-width: 1023px) {
  .footer-lp .social-icons ul {
    justify-content: space-between;
    display: flex;
    padding: 0;
  }

  .footer-lp .tablet-menu {
    display: block;
  }

  .footer-lp .tablet-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    font-size: 14px;
    color: #242424;
    padding-left: 0;
  }

  .footer-lp .menu {
    display: none;
  }

}

@media (max-width: 767px) {
  .footer-lp .menu-container ul {
    flex-direction: column;
  }

  .footer-lp .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    text-align: center;
    padding: 5px 0;
    margin: auto;
  }

  .footer-lp .tablet-menu {
    display: none;
  }

  .footer-lp .copyright img {
    float: none;
  }

  .footer-lp .copyright .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .footer-lp .copyright .span9 {
    order: 2;
  }

  .footer-lp .copyright .span3 {
    order: 1;
  }


}

@media screen and (min-width:768px) {
  .custom-copyright-grp .custom-copyright,
  .custom-footer-nav-grp .custom-footer-menu {
    max-width: 66.66666667%;
    width: 100%!important;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-copyright-grp .custom-footer-logo,
  .custom-footer-nav-grp .custom-social-icon {
    max-width: 33.33333333%;
    width: 100%!important;
    margin-left: 0!important;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.custom-copyright-grp .custom-footer-logo,
.custom-footer-nav-grp .custom-social-icon {
  max-width: 100%;
  width: 100%!important;
  margin-left: 0!important;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-copyright-grp .custom-footer-logo img {
  float: left;
}
.custom-footer-nav-grp .custom-social-icon p {
  float: left;
  margin: 20px 0 0 0;
}
.custom-footer-nav-grp .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li {
  display: inline-block;
  margin: 0 10px 0 0;
  float: none!important;
  width: auto;!important
}

@media (max-width: 991px) {
  .custom-copyright-grp .custom-copyright,
  .custom-footer-nav-grp .custom-footer-menu {
    max-width: 100%;
    width: 100%!important;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    .custom-copyright-grp .custom-copyright p {
        font-size: 9px;
    }
    .custom-footer-nav-grp .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a {
        font-size: 10px;
    }
}

@media (max-width: 420px) {

}

@media (max-width: 359px) {

    .custom-footer-nav-grp .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a {
        font-size: 9px;
    }
    .custom-copyright-grp .custom-copyright p {
        font-size: 8px;
    }
}

@media (max-width: 330px) {

}