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

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

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

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



body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.page-center {
    max-width: 1153px !important;
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 !important;
}
.page-center-new {
    max-width: 1057px !important;
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 !important;
}
  
.page-center2 {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
}
.header-outer-wrap {
    padding: 30px 20px 0;
}
.header-content a {
    display: inline-block;
    padding-left: 10px;
    font-family: 'Poppins', sans-serif;
    color: #004676;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
}
.hs_cos_wrapper span p{
    font-family: 'Poppins',sans-serif;
    color: #004676;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    margin: 0;
}
.footer-right-content a:hover{
  text-decoration: underline;
}
.search-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    min-height: 20px !important;
    cursor: pointer;
}
.widget-type-linked_image {
    padding: 0;
    margin: 0;
    margin-top: -10px;
}
.header-content {
    text-align: right !important;
}
.header-inner-wrap .hs-search-field__bar form input {
    outline: 0;
    border: 0;
    border-radius: 30px;
    line-height: 20px;
    box-shadow: 3px 3px 13px 0 rgb(120 110 110 / 76%);
    margin-top: 10px;
    padding-left: 30px;
    max-width: 400px;
    background-image: url(https://559937.fs1.hubspotusercontent-na1.net/hubfs/559937/2021/Search_gray.svg);
    color: #4b4f53;
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: auto;
}
  .hs-search-field__bar form input: :-webkit-input-placeholder{color:#004676};
  .hs-search-field__bar form input: :-moz-placeholder{color:#004676};
  .hs-search-field__bar form input: : -ms-input-placeholder{color:#004676};
  .hs-search-field__bar form input: : -moz-placeholder{color:#004676}; 
}
/*.lp-header-search-bar {
    position: absolute;
    top: -21px;
    right: 40px;
    width: 95%;
    margin: 0 auto !important;
    float: none !important;
    text-align: right;
}*/
.logo-wrap img {
    max-width: 239px !important;
    width: 100% !important;
}
.right-content {
    margin-left: 0 !important;
    padding: 10px 0 0 0;
}
.footer-outer-wrap {
    padding: 40px 20px 30px;
    background-color:#fff;
}
.footer-logo-wrap img {
    max-width: 169px;
    width: 100%;
}
.logo-inner-wrap {
    margin: 0 4% 0 0 !important;
}
.footer-left-content a, .footer-right-content a {
    text-decoration: none;
    font-family: 'Poppins',sans-serif;
    color: #004676;
    font-size: 15px;
    line-height: 12px;
    font-weight: 600;
}
.footer-right-content a {
    text-align: right;
    text-decoration: none;
    font-family: 'Poppins',sans-serif;
    color: #004676;
    font-size: 15px;
    line-height: 11px;
    font-weight: 400;
    padding-right: 12px;
}
.footer-right-content a:last-child {
    padding-right: 0;
}
  .footer-right-content {
    margin-left:0 !important;
  }
.lp-header-search-bar {
   display: none !important;
}
.lp-header-search-bar.search-open {
    display: block !important;
}
.header-inner-wrap {
    position: relative;
}
.lp-header-search-bar.search-open {
    text-align: right !important;
}
.search-icon.search-open img {
   display: none;
}
.search-icon.search-open {
  background-image: url(https://559937.fs1.hubspotusercontent-na1.net/hubfs/559937/2021/Orange_close.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center bottom;
  margin-top: -10px;
}
.lp-header-search-bar {
    display: none !important;
    position: absolute;
    top: 30px;
    right: 40px;
}
.footer-right-content {
    margin-left: 0 !important;
    float: left;
    width: 30% !important;
    text-align: right;
}

.hs-search-field__form {
    display: block !important;
}

.hs-search-field__button {
  display: none;
}

/*--------------------safari------------------------------*/
@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
       .brocher-content-form-out .hs-submit .actions:after, .banner-form form .hs-submit .actions:after {
              top: -1px;
       }
     }
}


/*---------------------------Responsive------------------------------*/
@media only screen and (max-width: 1010px) {
   .footer-logo-wrap {
      width: 21% !important;
      margin: 0 !important;
  }
  .footer-left-content {
    width: 45% !important;
    margin: 0 !important;
}
}
@media only screen and (max-width: 830px) {
  .footer-left-content {
      text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .search-open {
    float: left !important;
    margin: 0;
    width: 8% !important;
}
  .header-inner-wrap .hs-search-field__bar form input {
    max-width: 300px !important;
  }
  .logo-wrap img {
    max-width: 190px !important;
  }
  
  .header-outer-wrap {
    padding: 15px 20px 0;
}
  
  .right-content {
    /*width: 50% !important;
    float: left !important;
    padding: 0px;*/
    
    width: 100% !important;
    float: left !important;
    padding: 0px;
    text-align: center;
}
  .logo-wrap {
    /*width: 46% !important;
    float: left !important;*/
    
    width: 100% !important;
    float: left !important;
    display: block !important;
    text-align: center;
}
  .search-icon {
     width: 6% !important;
    float: left !important;
    margin-left: 20px !important;
  }
  .widget-type-linked_image {
    margin-top: 0px;
}
  .header-content {
      text-align: center ;
      width: 70% !important;
      float: left !important;
      text-align: left !important;
  }
    .footer-logo-wrap {
      width: 27% !important;
      float: left !important;
  }
    .footer-left-content {
      width: 40% !important;
      float: left !important;
  }
  .footer-left-content a, .footer-right-content a {
    font-size: 12px;
  }
  .footer-logo-wrap img {
    max-width: 140px;
  }
  .footer-right-content a {
    padding-right: 5px;
  }
  .lp-header-search-bar {
     right: 10%;
  }
  .lp-header-search-bar {
      width: 90% !important;
      margin: 0 auto;
      text-align: center !important;
  }
  .footer-right-content, .footer-left-content, .footer-logo-wrap {
      width: 100% !important;
      text-align: center !important;
  }
  
}
@media only screen and (max-width: 640px) {
  .header-inner-wrap .hs-search-field__bar form input {
    margin-top: 29px;
  }
}
@media only screen and (max-width: 590px) {
  .search-icon {
    width: 10% !important;
  }
  .hs-search-field__bar {
    top: -6px;
  }
  .logo-wrap img {
    max-width: 150px !important;
  }
  input.hs-search-field__input {
    max-width: 260px !important;
  }
  .footer-logo-wrap {
    width: 100% !important;
     float: none !important;
    text-align: center;
}
  .footer-left-content {
    width: 100% !important;
    float: none !important;
    text-align: center;
}
  .footer-right-content {
    text-align: center;
  }
  .lp-header-search-bar {
    top: 40px !important;
    right: 5% !important;
  }
}
@media only screen and (max-width: 500px) {
  .span11.widget-span.widget-type-custom_widget.header-content {
      text-align: left !important;
      padding: 0 !important;
      margin: 0;
  }
  .search-icon {
      margin-left: 5px !important;
  }
}
@media only screen and (max-width: 480px) {
   .header-content a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 390px) {
  .search-open {
    margin-left: 10px;
  }
  .logo-wrap img {
      max-width: 130px !important;
    }
  .header-content {
    width: 86% !important;
  }
  .header-content a {
    padding-left: 9px;
  }
}