/* Enter Your Custom CSS Here */
@font-face {
    font-family: 'Museo Sans';
    src: url(wp-content/themes/headway/fonts/MuseoSans-300/MuseoSans-300.woff2) format('woff2'), url(wp-content/themes/headway/fonts/MuseoSans-300/MuseoSans-300.woff) format('woff'), url(wp-content/themes/headway/fonts/MuseoSans-300/MuseoSans-300.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url(wp-content/themes/headway/fonts/MuseoSans-500/MuseoSans-500.woff2) format('woff2'), url(wp-content/themes/headway/fonts/MuseoSans-500/MuseoSans-500.woff) format('woff'), url(wp-content/themes/headway/fonts/MuseoSans-500/MuseoSans-500.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url(wp-content/themes/headway/fonts/MuseoSans-700/MuseoSans-700.woff2) format('woff2'), url(wp-content/themes/headway/fonts/MuseoSans-700/MuseoSans-700.woff) format('woff'), url(wp-content/themes/headway/fonts/MuseoSans-700/MuseoSans-700.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: Museo Sans, sans-serif !important;
    line-height: 100%;
    color: #555555;
    font-weight: 500;
}

body p {
    font-family: "Museo Sans" !important;
    font-weight: 500;
}

body h2, h2 a {
    font-family: "Museo Sans" !important;
    font-weight: 700 !important;
}

body h4 {
    font-family: "Museo Sans" !important;
    font-weight: 300 !important;
}
body p span {
    font-family: "Museo Sans" !important;
}
body ul li {
    font-family: "Museo Sans" !important;
    font-weight: 500;
}

body .gform_wrapper .top_label .gfield_label {
    font-family: "Museo Sans" !important;
        font-weight: 700;
    font-size: 14px;
}
body strong {
    font-family: "Museo Sans" !important;
    font-weight: 700!important;
}
#block-bwx5445f72a84f5f strong {
        font-weight: 500!important;

}
#block-bo05445e8225cb62 {
    height: auto !important;
}
.text-fix {
    padding-left: 20px;
}
div#wrapper-w855445f72a771de span.date {
    display: none;
}
ul.list-ul {
    display: inline-block;
}

@media (max-width: 767px) {
.logos-wp {
    text-align: center;
}
.text-fix {
    padding-left: 0px;
}
.mob-health {
    display: inline-block;
}

ul.list-ul {
    display: inline-block;
    margin: 0;
    padding: 24px 0 !important;}
}

/*contact block*/
.block-type-content div.entry-content h2.req-sp-tit {
  color: #50B948;
  margin-bottom:20px;
  font-size: 30px;
}
a.rdr-btn {
    color: #ffffff !important;
    background: #50B948;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    width: auto;
}
.rdr-button-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}