/* @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    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');



.landing-page-consilation-new .body-container.container-fluid {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
 .add_content h1{
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 30px !important;
    line-height: 39px !important;
    font-weight: 700 !important;
  }


.add_content h3 {
    font-size: 18px;
    line-height: 24px;
}
.card-section-outer {
    padding: 80px 0;
}

.content-wrapper {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.single-card {
    text-align: center;
    background: #fff;
    border: solid 1px #CCCCCC;
    padding: 40px;
    border-radius: 10px;
    width: 100%;
}

.card-section-outer .card-repeater {
    grid-gap: 30px;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}

.landing-page-consilation-new * {
    box-sizing: border-box;
}

.card-section-outer .info_text h4 {
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    color: #242424;
    margin: 5px 0;
  font-family: "Nunito Sans", sans-serif;
}

.card-section-outer .info_text p {
    opacity: .85;
    color: #242424;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    width: 100%;
    max-width: 190px;
  font-family: "Nunito Sans", sans-serif;
}

.card-section-outer .single-card img {
    height: 60px !important;
    width: 60px !important;
    object-fit: contain;
    aspect-ratio: 1;
    display: block;
    margin: 0 auto;
}
.main-icontext {
    padding: 100px 0;
  background-color:rgba(242, 242, 242, 1);
}

.inner-icontext .row.flex {
    display: grid;
  margin:0;
    grid-gap: 34px;
}
.inner-icontext .row.flex.one {
    grid-template-columns: repeat(3, 1fr);
}
.inner-icontext .row.flex.two {
    grid-template-columns: 1.5fr 0.72fr;
    grid-template-rows: 1fr;
}
.inner-icontext .row.flex.two + .row.flex.two {
    grid-template-columns: repeat(2, 1fr);
}
.inner-icontext .grid {
    width: 100%;
}
.inner-icontext .row.flex + .row.flex {
    margin-top: 34px;
}   
.inner-icontext .grid {
    padding: 45px;
    background: #fff;
    box-shadow: 0 0 70px 0 rgba(0,0,0,.07);
    border-radius: 4px;
    overflow: hidden;
}
.inner-icontext .one .grid:first-child {
    background: #f35e2b;
}
.inner-grid img {
    display: block;
    width: 90px;
    height: 90px;
    object-fit: contain;
    aspect-ratio: 1;
}
.inner-icontext .one .grid:first-child h3.heading {
    margin: 50px 0 0 0;
    color: #fff;
    font-size: 28px;
    line-height: 39px;
    font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
.inner-grid h5.title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin: 20px 0;
  font-family: "Nunito Sans", sans-serif;
}
.inner-grid p.content {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: normal;
    color: #565656;
    font-weight: normal;
    margin: 0;
  font-family: "Nunito Sans", sans-serif;
}
.inner-icontext .row.flex::after, .inner-icontext .row.flex::before {
    display: none;
}
.btndiv a.c-button.c-button--primary, .content-section a.cta-button {
    min-height: 56px;
    min-width: 226px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  font-family: "Nunito Sans", sans-serif;
      background-color: #e06d3b;
    border-color: #e06d3b;
  color:#fff;
  text-decoration:none;
}
.content-section a.cta-button {
  margin-top:30px;
}
.btndiv a.c-button.c-button--primary.c-button--lg {
    border-radius: 4px;
    border: none;
}
.btndiv {
    text-align: center;
    margin-top: 55px;
}

.banner-section-outer {
    padding-top: 100px;
    padding-bottom: 55px;
    position: relative;
}

.banner-section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-sec {
    width: 55%;
}

.form-sec {
    position: absolute;
    right: 0;
    top: 49%;
    transform: translateY(-50%);
}

.form-sec-inner {
    background: #fff;
    padding: 68px 70px;
    width: 100%;
    max-width: 495px;
}

.banner-out-wrap {
    padding: 80px 0;
    background: transparent !important;
    position: relative;
}

.content-wrapper.banner-wrapper {
    position: relative;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 15px;
    margin-top: 30px;
}

.single-logo {
    background: #fff;
    border-radius: 10px;
    height: 102px;
    width: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-wrapper .banner-section-inner {
    width: 100%;
    justify-content: flex-start;
}

.add_content h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 0 15px 0;
}

.add_content p {
    font-weight: normal;
    font-size: 20px !important;
    line-height: 27px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
}

.add_content p + p {
    margin-top: 15px;
}
.banner-out-wrap {
    padding: 80px 0;
    background: rgba(43, 56, 74, .8);
    position: relative;
}

.content-wrapper.banner-wrapper {
    position: relative;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 15px;
    margin-top: 30px;
}

.single-logo {
    background: #fff;
    border-radius: 10px;
    height: 102px;
    width: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-wrapper .banner-section-inner {
    width: 100%;
    justify-content: flex-start;
}

.add_content h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 0 15px 0;
}

.add_content p {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
}

.add_content p + p {
    margin-top: 15px;
}

.header-container-wrapper {
    background: transparent;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}

.header-container-wrapper .header-container.container-fluid {
    max-width: 1280px !important;
    padding: 28px 20px !important;
    margin: 0 auto;
    width: 100%;
}

.form-header h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin: 0 0 15px 0;
    font-family: "Nunito Sans", sans-serif;
    line-height: 39px;
}

.form-header p {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 30px auto;
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    color: #606060;
    width: 100%;
    max-width: 340px;
}

.form-header p + p {
    margin-top: 15px;
}

.form-sec-inner .input input  {
    width: 100% !important;
    appearance: none;
    min-height: 46px;
    height: 100%;
    border-radius: 0;
    border: solid 1px #ccc !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 15px;
    color: #000;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: normal;
  margin:0;
}
.form-sec-inner .input textarea{
  width: 100% !important;
  appearance: none;
  padding: 15px;
  border-radius: 0;
  min-height: 70px;
  height:100%;
  color: #000;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  outline: none !important;
}
.form-sec-inner .input textarea:focus{
border-color:#e6e6e6 !important;
box-shadow: 0 0 0px #e6e6e6 !important;
}
}
.form-sec-inner .form-body .hs-input::placeholder {
    opacity: .75 !important;
    color: #000;
}

.form-sec-inner .input .actions input.hs-button.primary.large {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.form-sec-inner .hs-form-field > label {
    display: none;
font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #2b4553;
    font-size: 16px;
    padding: 0px 0px;
}
body .form-sec-inner .form-body .actions input.hs-button.primary.large {
    align-items: center;
    background-color: #e06d3b!important;
    border: none!important;
    border-radius: 4px !important;
    color: #fff;
    display: inline-flex;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700;
   text-transform: uppercase;
    justify-content: center;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    min-height: 56px;
    min-width: 100%;
    width: 100%!important;
    background-image: none !important;
    box-shadow: none;
    padding: 0 !important;
    text-shadow: none !important;
}
body .form-sec-inner .form-body .actions input.hs-button.primary.large:hover, body .form-sec-inner .form-body .actions input.hs-button.primary.large:focus {
background-image: none !important;
    box-shadow: none;
  text-shadow: none !important;
  background-color: #e06d3b!important;
}

.form-body .field.hs-form-field {
    margin-bottom: 15px;
}
.consultation-bar-inner {
    padding: 35px;
    background: #2A3748;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.consultation-bar-inner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 13px;
    background: #E06D3B;
    z-index: 1;
}

.consultation-bar-inner p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: normal;
}

.consultation-bar-inner p span {
    font-weight: 700;
    color: #FF8651;
}
.consultation-bar-inner p {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.two-col-content-section {
    padding: 85px 0;
}

.two-col-content-section .content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 90px;
}

.content-section-one +.content-section-one {
    border: solid 1px #E1E1E1;
    background: #f6f6f6;
    padding: 90px 60px;
    border-radius: 10px;
}

.content-section1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 30px;
}

.content-section1 ul li {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #242424;
    font-family: "Nunito Sans", sans-serif !important;
    opacity: .8;
    position: relative;
    padding-left: 50px;
    background-image: url(https://471590.fs1.hubspotusercontent-na1.net/hubfs/471590/Group%20427320865.svg);
    background-position: top 5px left;
    background-repeat: no-repeat;
    background-size: 26px;
}
.content-section2 h2, .content-section h2 {
    margin: 0 0 20px 0;
    line-height: 18px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif !important;
}

.content-section2 h3, .content-section h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #242424;
    margin: 0 0 20px 0;
    font-family: "Nunito Sans", sans-serif !important;
}

.content-section2 p, .content-section p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #242424;
    margin: 0;
    font-family: "Nunito Sans", sans-serif !important;
    opacity: .85;
}
.content-section ul {
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    grid-gap: 20px;
}

.content-section ul li {
    font-size: 18px;
    line-height: 32px;
    color: #242424;
    font-weight: 500;
    margin: 0;
    opacity: .85;
    padding-left: 40px;
    background-image: url(https://471590.fs1.hubspotusercontent-na1.net/hubfs/471590/Group%20427320865.svg);
    background-position: top 3px left;
    background-repeat: no-repeat;
    background-size: 26px;
   font-family: DM Sans,sans-serif;
}

.move_image_left .image-content-section-inner {
    flex-direction: row-reverse;
}
.image-content-section-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 60px;
}

.image-content-section-inner .content-section {
    width: calc(50% - 30px);
}

.image-content-section-inner .image-section {
    width: calc(50% - 30px);
}

.image-content-section-outer.move_image_left {
    padding: 100px 0;
}

.image-content-section-outer {
    padding-top: 100px;
}
.image-section img {
    display: block !important;
    overflow: hidden;
    border-radius: 12px;
    width: 100% !important;
    height: auto !important;
}
.banner-section-outer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
body .footer-container-wrapper {
    background: #fff !important;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text p {
    color: #000;
    font-size: 18px;
    line-height: 150%;
    opacity: .8;
    font-weight: normal;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 20px;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text ul a {
    line-height: 1;
    color: #EBEBEB;
    font-size: 17px;
    font-family: DM Sans,sans-serif;
    font-weight: normal;
}
.footer-container-wrapper  .row-number-8 .hs_cos_wrapper_type_rich_text p {
    text-align: center;
    margin-top: 80px;
    font-size: 12px;
    font-weight: 500 !important;
}

.footer-container-wrapper .row-fluid > .widget-span.widget-type-cell.f-col {
    width: 25% !important;
    margin: 0;
}

.footer-container-wrapper .row-fluid > .span4.widget-span.widget-type-cell.f-col1.f-col {
    width: 35% !important;
}

.footer-container-wrapper .row-fluid > .span4.widget-span.widget-type-cell.f-col4.f-col {
    width: 20% !important;
}

.footer-container-wrapper .row-fluid > .span2.widget-span.widget-type-cell.f-col2.f-col {
    width: 20% !important;
}

.footer-container-wrapper .row-fluid > .widget-span.widget-type-cell.f-col > .row-fluid-wrapper {
    padding: 0 20px;
}

.footer-container-wrapper .global-footer > div >.row-fluid-wrapper > .row-fluid {
    margin: 0 -20px;
}

.footer-container-wrapper .footer-container.container-fluid {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

.move_image_outside .content-col-wrap {
    margin: 0 0 0 auto;
    max-width: 610px;
    padding: 0 0 0 17px;
    width: 100%;
}

.move_image_outside  
 .content-wrapper {
    padding: 0;
    max-width: 100%;
}
.footer-container-wrapper .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    display: block;
    max-width: 250px;
    margin-bottom: 25px;
}


.footer-container-wrapper .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    margin: 0;
    max-width: 180px;
}

body .footer-container-wrapper .fwn-col1{ 
    background-image: url(https://success.databank.com/hubfs/images/footer-bg-logo.svg);
    background-size: 54%;
    background-repeat: no-repeat;
    padding: 25px 0;
}
.footer-without-nav > div >.row-fluid {
    display: flex;
    align-items: center;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    opacity: .7;
    text-align: center;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text p a {
    color: inherit;
    font-family: DM Sans,sans-serif;
    margin: 0 15px;
}

.fwn-col3  p {
    text-align: right !important;
}
.banner-out-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #132A46;
    z-index: 1;
    opacity: 90%;
}

.content-wrapper.banner-wrapper {
    z-index: 2;
}


@media (min-width:768px) and (max-width:1024px) {
  .inner-icontext .one .grid:first-child h3.heading {
    font-size: 28px;
    line-height: 36px;
}
  .image-content-section-inner .content-section, .image-content-section-inner .image-section {
    width: calc(50% - 15px);
}
.form-sec-inner {
    max-width: 320px;
    padding: 30px;
}

.add_content p {
    font-size: 16px;
    line-height: 24px;
}

.add_content h3 {
    font-size: 16px;
}

.single-logo {
    height: 80px;
    width: 80px;
}

.banner-out-wrap {
    padding: 50px 0;
}

.content-sec {}

.form-sec {
    right: 15px;
}

.single-card {
    padding: 20px;
}

.card-section-outer .card-repeater {
    grid-gap: 15px;
}

.image-content-section-inner {
    grid-gap: 30px;
}

.content-section h3, .content-section2 h3 {
    font-size: 28px;
    line-height: 36px;
}

.content-section p, .content-section2 p {
    font-size: 16px;
    line-height: 24px;
}

.content-section-one+.content-section-one {
    padding: 30px;
}

.content-section1 ul li {
    font-size: 16px;
    line-height: 26px;
}

.inner-icontext .grid {
    padding: 30px;
}

.inner-grid h5.title {
    font-size: 20px;
    line-height: 25px;
}

.inner-grid p.content {
    font-size: 16px;
    line-height: 24px;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text ul a {
    font-size: 16px;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
}

.footer-container-wrapper .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    max-width: 200px;
}
}

@media (max-width:767px) {
  .footer-without-nav>div>.row-fluid {
      flex-direction: column;
      justify-content: center;
      grid-gap: 20px;
  }

  body .footer-container-wrapper {
      padding: 20px 0 0 0  !important;
  }
  
  
.card-section-outer .card-repeater {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.move_image_outside .content-col-wrap {
    max-width: 100%;
    padding: 0;
}
.single-card {
    padding: 15px;
}

.card-section-outer .info_text p {
    font-size: 14px;
    line-height: 18px;
}

.card-section-outer .info_text h4 {
    font-size: 16px;
    line-height: 22px;
}

.card-section-outer .single-card img {
    height: 40px !important;
    width: 40px !important;
}

.card-section-outer {
    padding: 50px 0;
}

body.landing-page-consilation-new {
    padding: 0;
}

.move_image_left .image-content-section-inner {
    flex-direction: column-reverse;
}

.image-content-section-inner .content-section, .image-content-section-inner .image-section {
    width: 100%;
}

.image-content-section-inner {
    grid-gap: 30px;
}

.content-section p, .content-section2 p {
    font-size: 14px;
    line-height: 22px;
}

.content-section h3, .content-section2 h3 {
    font-size: 28px;
    line-height: 34px;
}

.content-section ul li {
    font-size: 16px;
    line-height: 30px;
}

.content-section ul {
    grid-gap: 10px;
}

.btndiv a.c-button.c-button--primary, .content-section a.cta-button {
    font-size: 14px;
    min-height: 50px;
    min-width: 200px;
}

.image-content-section-outer.move_image_left {
    padding: 50px 0;
}

.consultation-bar-inner p {
    font-size: 18px;
    line-height: 28px;
}

.two-col-content-section .content-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
}

.content-section h2, .content-section2 h2 {
    font-size: 14px;
    line-height: 20px;
}

.content-section-one+.content-section-one {
    padding: 20px;
}

.content-section1 ul {
    grid-gap: 15px;
}

.content-section1 ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
}

.two-col-content-section {
    padding: 50px 0;
}

.inner-icontext .row.flex.one {
    grid-template-columns: repeat(1, 1fr);
}

.inner-icontext .grid {
    padding: 20px;
}

.inner-grid p.content {
    font-size: 14px;
    line-height: 22px;
}

.inner-grid img {
    height: 50px !important;
    width: 50px !important;
}

.inner-grid h5.title {
    margin: 10px 0;
    font-size: 18px;
    line-height: 24px;
}

.inner-icontext .row.flex+.row.flex {
    margin-top: 20px;
}

.inner-icontext .row.flex {
    grid-gap: 20px;
}

.inner-icontext .row.flex.two {
    grid-template-columns: repeat(1, 1fr);
}

.inner-icontext .row.flex.two+.row.flex.two {
    grid-template-columns: repeat(1, 1fr);
}

.btndiv {
    margin-top: 30px;
}

.main-icontext {
    padding: 50px 0;
}

.inner-icontext .one .grid:first-child h3.heading {
    font-size: 28px;
    line-height: 34px;
}

.content-col-wrap {
    padding: 0;
    max-width: 100%;
}

.move_image_outside   .image-content-section-inner {
    flex-direction: column-reverse;
}

.move_image_outside .content-wrapper {
    padding: 0 20px;
}

.image-content-section-outer {
    padding-top: 50px;
}
  .banner-out-wrap {
    padding: 30px 0;
}

.form-sec {
    position: static;
    transform: none;
}

.content-wrapper .banner-section-inner {
    flex-direction: column;
}

.content-sec {
    width: 100%;
}


.form-sec-inner {
    margin-top: 30px;
    padding: 20px;
}

body .form-sec-inner .form-body .actions input.hs-button.primary.large {
    min-height: 50px;
    font-size: 14px !important;
}

.form-sec-inner .input .hs-input {
    font-size: 14px;
    height: 40px;
}

.form-header p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.form-header h3 {
    font-size: 18px;
    line-height: 22px;
}

.banner-section-outer {
    padding-bottom: 0;
    padding-top: 80px;
}

.logo-section {
    grid-gap: 10px;
}

.single-logo {
    height: 45px;
    width: 45px;
    overflow: hidden;
}

.header-container-wrapper .header-container.container-fluid {
    padding: 20px !important;
}

.header-container-wrapper img.hs-image-widget {
    max-width: 180px;
}
  .footer-container-wrapper .row-fluid>.span4.widget-span.widget-type-cell.f-col1.f-col {
    width: 100% !important;
}

.footer-container-wrapper .row-fluid>.span2.widget-span.widget-type-cell.f-col2.f-col, .footer-container-wrapper .row-fluid>.span4.widget-span.widget-type-cell.f-col4.f-col {
    width: 100% !important;
}

.footer-container-wrapper .row-fluid>.span2.widget-span.widget-type-cell.f-col2.f-col, .footer-container-wrapper .row-fluid>.span4.widget-span.widget-type-cell.f-col4.f-col {
    width: 100% !important;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 15px;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text ul a {
    font-size: 14px;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text ul {
    grid-gap: 10px;
}

.footer-container-wrapper .row-fluid>.widget-span.widget-type-cell.f-col {
    width: 100% !important;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
}

.footer-container-wrapper .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    max-width: 200px;
}

body .footer-container-wrapper {
    padding-top: 50px;
}

.footer-container-wrapper .row-number-8 .hs_cos_wrapper_type_rich_text p {
    margin-top: 50px;
}

.footer-container-wrapper .global-footer>div>.row-fluid-wrapper>.row-fluid {
    margin: 0;
}

.footer-container-wrapper .row-fluid>.widget-span.widget-type-cell.f-col>.row-fluid-wrapper {
    padding: 0;
}
}