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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




@media (max-width:1279px){
    .row-fluid .why_us_content h2,.row-fluid .why_us_content p{
        margin:0;
        padding-left:0;
        text-align:center
    }
    .row-fluid .join_our_conversation h2{
        font-size:31px
    }
    .row-fluid .develop_content_group_left{
        width:44.65%!important
    }
    .row-fluid .think_about_it_content h2{
        font-size:50px
    }
    .row-fluid .develop_content p{
        line-height:1.3em
    }
    .row-fluid .contact_content h2,.row-fluid .contact_from h3.form-title{
        font-size:35px
    }
    .row-fluid .contact_content h4{
        font-size:25px
    }
    .row-fluid .contact_content p{
        font-size:16px
    }
    .row-fluid .contact_content h5{
        font-size:20px
    }
    .row-fluid .contact_from .hs-richtext>p,.row-fluid .contact_from label{
        font-size:16px
    }
    .row-fluid .why_us_content h2{
        font-size:60px
    }
    .row-fluid .why_us_content h1{
        text-align:center
    }
    .span12.widget-span.widget-type-cell.mobile_order_now_button_group { display: none; }
}
@media (max-width:1200px){
    .row-fluid .think_about_it_content_list h3{
        font-size:20px
    }
    .row-fluid .think_about_it_content_list p{
        font-size:17px
    }
    .row-fluid .contact_from input.hs-input,.row-fluid .contact_from textarea.hs-input,.row-fluid .join_our_conversation p{
        font-size:15px
    }
    .row-fluid .join_our_conversation_icons_content{
        margin-top:2em
    }
    .row-fluid .contact_from .hs-button.primary.large{
        font-size:16px
    }
  .table_contents_hero_right h4 { font-size:24px; }
  .table_contents_hero_background .table_contents_section .fixed { padding: 1% 2% 6%; overflow-x: scroll; height: 500px; } 
}
@media (max-width:1140px){
  .hero_content_group_left h2{ font-size:50px; }
    .hero_content_group_right h4{ font-size:35px; }
    .row-fluid .develop_content_group_left{ width:45.55% !important; }
    .home_hero_content_group_background h1, .row-fluid .contact_hero_content_group_background h1{ font-size:96px; }
    .row-fluid .impact_utls_content_group h2 { font-size:80px; }
    .row-fluid .impact_utls_content_group p { font-size:18px; padding:.5em 0; }
    .row-fluid .think_about_it_content h2 { font-size:45px; }
    .row-fluid .think_about_it_content p { font-size:20px; }
    .row-fluid .prevention_content h2 { font-size:50px; }
    .row-fluid .prevention_content h3 { font-size:45px; }
    .row-fluid .prevention_content p { font-size:20px; }
    .impact_utls_group_title h4 { font-size:48px; }
    .custom-menu-primary .hs-menu-wrapper>ul>li{ margin-right:6px; }
    .row-fluid .join_our_conversation h2{ font-size:26px; }
    .row-fluid .join_our_conversation_icons_content{ margin-top:1.9em; }
    .row-fluid .testimonials_title h2{ font-size:48px; }
    .row-fluid .contact_hero_content_group_background .hero_content_group_right h5{ font-size:20px; }
    .row-fluid .contact_hero_content_group_background .hero_content_group_left{ padding-top:10em; }
    .blog_listing_group_left .blog_listing_content_01 .post-item:nth-child(3n+3),.blog_listing_group_left .blog_listing_content_02 .post-item:nth-child(2n+2){ margin-left:.95em; }
    .row-fluid .post_one_month_supply h2{ font-size:40px; }
    .row-fluid .post_one_month_supply p{ font-size:18px; }
    .row-fluid .blog_post_social_share_icon span.hs_cos_wrapper_type_social_sharing{ display:inline-block; text-align:center; }
    .row-fluid .blog_post_social_share_icon a{ background-size:50px 50px; display:inline-block; height:35px; margin:.5em .2em !important; width:35px !important; }
    .row-fluid .blog_post_group_right_side_bar{ padding:3em 1em; }
    .purchase_as_seen_combined{ float:left; min-height:235px; width:29%; margin:0 2em 0 0; }
    .purchase_works_section h3{ font-size:75px; font-weight:300; text-align:left; }
    .purchase_cost_table_list_name .cost_text h3{ font-weight:400; text-align:left; font-size:23px; margin:0; padding:0; }
    .purchase_costs_cta_combined .table_cta{ text-transform:uppercase; font-weight:400; font-size:24px; }
    .purchase_patients_flexible .purchase_patient_combined h3{ font-size:34px; }
    .purchase_patients_flexible .patient_name h4{ color:#7d7d7d; font-weight:400; text-align:left; font-size:12px; margin:0; padding:.3em; }
    .row-fluid .dmanna_support_title h1{ font-size:40px; }
    .row-fluid .blog_header_by_content p{ font-size:26px; }
    .row-fluid .header_nav_cta #cta_button_4024045_c2d403e4-7eaf-4b50-8f5f-6a5b386c6b6b.cta_button.header_order_cta{ padding:7px 12px; }
    .row-fluid .header_nav_cta{ margin-top:.49em; }
    .home_page .row-fluid .hero_group_background{ background-position:center 0; }
    .home_page .row-fluid .hero_group_background::after{ background-size:cover; height:400px; }
    .row-fluid .beta_tasting_hero_group .hero_beta_taster_title h1{ font-size:183px; }
    .row-fluid .blog_post_social_share_icon>div>span>span{ margin-top:.5em; float:left; width:40px!important; height:40px!important; }
    .landing-page_two-column .custom-menu-primary.js-enabled{ width:50%; }
    .row-fluid .brandguide_hero_image img.hs-image-widget, .row-fluid .secondary_level_logo_image img.hs-image-widget { width: 100%; max-width: 100%; }
    .row-fluid .purple_options_content_group .purple_options_contents p { padding: 0 4em 0 0; }
    .webResult { width: 48%; }
 
  .table_contents_hero_background .table_contents_all { width: 100%; }
.table_contents_hero_background .table_contents_section > div, .table_contents_hero_background .table_contents_section .fixed { width: 100%; position: relative; right: 0em; top: 0em; background-color: #f0eff3; border-radius: 10px; padding: 2em; }
.table_contents_hero_background .table_contents_section .fixed:before{ content:none }
.row-fluid .table_contents_section { background-color: transparent; padding: 0; border-radius: 0px; }  
.row-fluid .table_contents_hero_right { display: table-header-group; }
.row-fluid .table_contents_hero_left { display: table-footer-group; }
.table_contents_hero_left_content > div { margin-top: 6em; }    
.row-fluid .table_contents_hero_left, .row-fluid .table_contents_hero_right { margin-left: 0 !important; width: 100% !important; float:none !important; } 
 .table_contents_hero_background .table_contents_section .fixed { overflow-x: auto; height: auto; } 
}

@media(max-width: 1100px) {
.row-fluid .brandguide_betataster_title_1 h2, .row-fluid .brandguide_betataster_title_2 h2 { font-size: 180px; }
.row-fluid .dmanna_dark_short_logo_group, .row-fluid .dmanna_light_short_logo_group { padding: 4em 0 0; }
.row-fluid .dmanna_purple_options_group .purple_options_title h2::before, .row-fluid .download_our_assets_group .download_our_assets_title h2::before { left: 1em; }
.brandguide_gradient_cta, .brandguide_submission_cta, .brandguide_formentry_cta, .brandguide_buybutton_cta { padding: 10px 68px !important; }
 .table_contents_hero_background .table_contents_all { width: 100%; }
.table_contents_hero_background .table_contents_section > div, .table_contents_hero_background .table_contents_section .fixed { width: 100%; position: relative; right: 0em; top: 0em; background-color: #f0eff3; border-radius: 10px; padding: 2em; }
.table_contents_hero_background .table_contents_section .fixed:before{ content:none }
.row-fluid .table_contents_section { background-color: transparent; padding: 0; border-radius: 0px; }  
.row-fluid .table_contents_hero_right { display: table-header-group; }
.row-fluid .table_contents_hero_left { display: table-footer-group; }
.table_contents_hero_left_content > div { margin-top: 6em; }    
.row-fluid .table_contents_hero_left, .row-fluid .table_contents_hero_right { margin-left: 0 !important; width: 100% !important; float:none !important; }  
}

@media (max-width:1024px){
    .hero_content_group_left h2{
        font-size:40px
    }
    .home_hero_content_group_background h1,.row-fluid .contact_hero_content_group_background h1{
        font-size:70px
    }
    .hero_content_group_right h4{
        font-size:30px
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a{
        padding:10px 5px
    }
    .dmanna_site_page_design.small-header .row-fluid .custom-menu-primary .hs-menu-wrapper>ul>li>a{
        padding:8px 5px
    }
    .row-fluid .custom-menu-primary.js-enabled{
        padding-top:.5em
    }
    .testimonials_content>p{
        font-size:18px
    }
    .testimonials_creater>p{
        font-size:20px
    }
    .row-fluid .think_about_it_content h2{
        font-size:40px
    }
    .row-fluid .think_about_it_content p{
        font-size:18px
    }
    .row-fluid .think_about_it_content_list h3{
        font-size:16px
    }
    .row-fluid .think_about_it_content_list p{
        font-size:16px;
        min-height:auto
    }
    .row-fluid .join_our_conversation_icons_content p{
        font-size:15px
    }
    .row-fluid .contact_hero_content_group_background .hero_content_group_right h5{
        font-size:18px
    }
    .row-fluid .contact_hero_content_group_background .hero_content_group_left{
        padding-top:8em
    }
    .dmanna_site_page_design .body-container-wrapper{
        padding-top:62px!important
    }
    .row-fluid .why_us_content{
        padding:13em 0 3em
    }
    .row-fluid .why_us_content h2,.row-fluid .why_us_content p{
        padding-left:0;
        text-align:center;
        margin:0
    }
    .row-fluid .why_us_content h2{
        font-size:60px
    }
    .row-fluid .why_us_content h1{
        text-align:center
    }
    .small-header .header-container{
        padding:0px 0
    }
    .blog_listing_group_left h2 a{
        font-size:22px
    }
    .blog_listing_group_left #hubspot-author_data a.author-link,.blog_listing_group_left #hubspot-author_data>p,.blog_listing_group_left .post-body.clearfix{
        font-size:15px
    }
    .row-fluid .blog_stay_informed_content h2{
        font-size:50px
    }
    .hot_topics_list_content h3{
        font-size:20px
    }
    .post_page_hero_image img.post_hero_image{
        height:auto;
        width:100%
    }
    .purchase_costs_title h2{
        color:#bababa;
        font-weight:300;
        text-align:center;
        font-size:44px
    }
    .purchase_works_left p,.purchase_works_right p{
        font-size:22px;
        font-weight:300;
        text-align:left;
        line-height:1.3;
        padding:.5em 1em 1em 0
    }
    .purchase_cost_table_list_name .cost_text h3{
        font-weight:400;
        text-align:left;
        font-size:16px;
        margin:0;
        padding:0
    }
    .purchase_costs_title p{
        font-weight:300;
        font-size:21px;
        text-align:center;
        padding:0 1em 1em
    }
    .purchase_cost_table_combined .cost_text_red img{
        width:20%;
        padding-left:.2em
    }
    .purchase_cta_group .table_cta{
        text-transform:uppercase;
        border-radius:0 5px 5px 0;
        position:relative;
        font-size:21px!important;
        padding:6.7px 55px!important
    }
    .purchase_patients_flexible .purchase_patient_combined{
        width:28%;
        float:left;
        margin:0 1em;
        padding:0
    }
    .purchase_patients_flexible .patient_star_name{
        width:100%;
        float:left;
        text-align:left;
        padding-bottom:.5em
    }
    .purchase_patients_flexible .purchase_patient_combined h3{
        font-weight:300;
        color:#bababa;
        text-align:left;
        font-size:22px
    }
    .purchase_patients_flexible .patient_name h4{
        color:#7d7d7d;
        font-weight:400;
        text-align:left;
        font-size:8px;
        margin:0;
        padding:1.5em 0 0
    }
    .purchase_patients_flexible .patient_reviews h4{
        font-weight:400;
        color:#685993;
        font-size:11px
    }
    .purchase_patients_flexible .patient_content p{
        font-weight:400;
        text-align:left;
        color:#7d7d7d;
        font-size:15px;
        line-height:1.3
    }
    .purchase_ordernow_left h2{
        font-weight:300;
        font-size:56px
    }
    .purchase_ordernow_right{
        padding:0
    }
    .purchase_ordernow_left p{
        font-weight:300;
        font-size:18px;
        line-height:1.2
    }
    .purchase_works_title h2{
        font-size:75px;
        font-weight:300
    }
    .purchase_cart_cta_combined .add_to_cart{
        text-transform:uppercase;
        border-radius:0 5px 5px 0;
        position:relative;
        font-size:21px!important;
        padding:6.7px 55px!important
    }
    .purchase_hero_content_text p{
        font-weight:400;
        font-size:15px
    }
    .purchase_as_seen_text p{
        font-size:12px;
        font-weight:400;
        text-align:center
    }
    .purchase_works_section h3{
        font-size:52px;
        font-weight:300;
        text-align:left
    }
    .purchase_cta_group .buy_button{
        text-transform:uppercase;
        font-weight:400;
        font-size:19px;
        padding:8px 69px
    }
    .purchase_works_title p{
        font-size:44px
    }
    .purchase_as_seen_combined{
        float:left;
        min-height:245px;
        width:29%;
        margin:0 1em 0 0
    }
    .purchase_price_text{
        font-size:22px
    }
    .row-fluid .blog_post_social_share_icon>div>span>span{
        margin-top:.5em;
        float:left
    }
    body.site-page-one-column .row-fluid .header-cta .cta_button.cta_border_button,body.site-page-three-column .header-cta .cta_button.cta_border_button{
        font-size:16px
    }
    .row-fluid .develop_content_group_right .develop_content_image img{
        height:635px
    }
    .row-fluid .develop_content_group_center{
        height:635px!important
    }
    .row-fluid .develop_content_group_left .develop_content_image img{
        height:491px
    }
  .blog_listing_group_left img.hs-featured-image { height: 11em !important; }  
  .table_contents_hero_background .table_contents_all { width: 100%; }
.table_contents_hero_background .table_contents_section > div, .table_contents_hero_background .table_contents_section .fixed { width: 100%; position: relative; right: 0em; top: 0em; background-color: #f0eff3; border-radius: 10px; padding: 2em; }
.table_contents_hero_background .table_contents_section .fixed:before{ content:none }
.row-fluid .table_contents_section { background-color: transparent; padding: 0; border-radius: 0px; }  
.row-fluid .table_contents_hero_right { display: table-header-group; }
.row-fluid .table_contents_hero_left { display: table-footer-group; }
.table_contents_hero_left_content > div { margin-top: 6em; }    
.row-fluid .table_contents_hero_left, .row-fluid .table_contents_hero_right { margin-left: 0 !important; width: 100% !important; float:none !important; }   
}
@media (max-width:991px){
    .row-fluid .develop_content_group_center{
        padding:1.52em 1em
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li{
        margin-right:5px
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a{
        font-size:14px;
        padding:10px 4px
    }
    .dmanna_site_page_design.small-header .row-fluid .custom-menu-primary .hs-menu-wrapper>ul>li>a{
        padding:10px 4px
    }
    .row-fluid .join_our_conversation h2{
        font-size:24px
    }
    .row-fluid .join_our_conversation p{
        font-size:15px
    }
    .row-fluid .contact_content h2,.row-fluid .contact_from h3.form-title{
        font-size:27px
    }
    .row-fluid .contact_content h4{
        font-size:20px
    }
    .row-fluid .contact_content p{
        font-size:14px
    }
    .row-fluid .contact_content h5{
        font-size:18px
    }
    .row-fluid .why_us_content{
        padding:10em 0 3em
    }
    .row-fluid .why_us_content h2,.row-fluid .why_us_content p{
        padding-left:0;
        text-align:center
    }
    .row-fluid .why_us_content h1{
        font-size:80px;
        text-align:center
    }
    .row-fluid .why_us_content h2{
        font-size:56px
    }
    .row-fluid .dmanna_good_for_women_group_background h2,.row-fluid .dmanna_good_for_world_group_background h2,.row-fluid .dmanna_good_for_you_content h2{
        font-size:50px
    }
    .row-fluid .dmanna_good_for_women_group_background p,.row-fluid .dmanna_good_for_world_group_background p,.row-fluid .dmanna_good_for_you_content p{
        font-size:24px;
        padding:0
    }
    .row-fluid .because_antibiotic_group_background .widget-type-space{
        display:none
    }
    .row-fluid .because_antibiotic_group_background .because_antibiotic_content{
        width:70%
    }
    .row-fluid .want_to_help_content h2{
        font-size:58px
    }
    .row-fluid .want_to_help_content p{
        font-size:24px
    }
    .row-fluid .from_the_founder_content h3{
        font-size:28px
    }
    .row-fluid .from_the_founder_content h2{
        font-size:54px
    }
    .row-fluid .from_the_founder_content p{
        font-size:20px
    }
    .row-fluid .get_started_content h2{
        font-size:50px
    }
    .row-fluid .get_started_content p{
        font-size:20px
    }
    .dmanna_site_page_design .body-container-wrapper{
        padding-top:62px!important
    }
    .dmanna_site_page_design .dmanna_change_cta,.dmanna_site_page_design .dmanna_more_cta{
        font-size:17px!important
    }
    .dmanna_error_page_new .error_page_new_title h2{
        font-weight:400;
        letter-spacing:.04em;
        line-height:38px
    }
    .row-fluid .blog_header_title_content h1 a{
        font-size:50px
    }
    .row-fluid .blog_header_by_content p{
        font-size:19px
    }
    .row-fluid .blog_header_by_image{
        margin-top:.7em
    }
    .post-item_01 .post-item .post_item_right{
        padding:1.1em 1em 1em
    }
    .blog_listing_group_left h2{
        line-height:.7em;
        text-align:center
    }
    .blog_listing_group_left h2 a{
        font-size:18px;
        text-align:center
    }
    .blog_listing_group_left #hubspot-author_data a.author-link,.blog_listing_group_left #hubspot-author_data>p,.blog_listing_group_left .post-body.clearfix{
        font-size:14px
    }
    .post_item_right .post-body.clearfix{
        min-height:auto
    }
    .blog_listing_group_left .blog_listing_content_01 .post-item:nth-child(3n+3),.blog_listing_group_left .blog_listing_content_02 .post-item:nth-child(2n+2){
        margin-left:.71em
    }
    .hot_topics_list_content h3{
        font-size:20px
    }
    .row-fluid .post_one_month_supply h2{
        font-size:29px
    }
    .row-fluid .post_one_month_supply p{
        font-size:16px
    }
    .row-fluid .lp_hero_background_group .hero_content_lp h1{
        font-size:35px
    }
    .purchase_cart_cta_combined .buy_button{
        border-radius:0!important;
        font-size:17px!important;
        line-height:1.3em!important;
        padding:11px 26px!important
    }
    .row-fluid .dmanna_support_title h1{
        font-size:36px
    }
    .row-fluid .header_nav_cta #cta_button_4024045_c2d403e4-7eaf-4b50-8f5f-6a5b386c6b6b.cta_button.header_order_cta{
        font-size:14px;
        font-weight:300;
        padding:7px 9px
    }
    .row-fluid .header_nav_cta{
        margin-top:.6em
    }
    .post_hero_image{
        background-size:100% 100%;
        height:390px
    }
    .row-fluid .beta_tasting_hero_group .hero_beta_taster_title h1{
        font-size:130px
    }
    .row-fluid .beta_hero_content_left_title p,.row-fluid .beta_steps_need_to_join_group .steps_need_content_group{
        padding:0
    }
    .row-fluid .drink_rank_image_contents .drink_rank_contents p{
        padding:0 1em
    }
    .row-fluid .beta_tasting_question_answer_group .question_answer_content_group{
        padding:5em 0 3em
    }
    .row-fluid .beta_tasting_form_group h3.form-title{
        font-size:17px
    }
    .row-fluid .beta_hero_content_left_title h2{
        font-size:18px
    }
    .row-fluid .beta_steps_need_to_join_group .steps_need_to_join_title h2{
        font-size:45px
    }
    .row-fluid .beta_tasting_question_answer_group .beta_tasting_questions_answers h3{
        padding:20px 0 0
    }
    .row-fluid .beta_hero_image_content_group .beta_hero_contents_left p,.row-fluid .beta_tasting_hero_content{
        padding:0
    }
    .row-fluid .beta_tasting_program_content_group .beta_tasting_program_contents p{
        padding:35px 10px 0 0
    }
    body.site-page-one-column .row-fluid .padding20tb h1{
        font-size:40px
    }
    body.site-page-one-column .row-fluid .contact-us i{
        font-size:15px
    }
    body.site-page-three-column .title-background h1{
        font-size:40px
    }
    body.site-page-three-column .row-fluid .contact-us i{
        font-size:15px
    }
    body.site-page-one-column .row-fluid .header-cta .cta_button.cta_border_button,body.site-page-three-column .header-cta .cta_button.cta_border_button{
        font-size:14px
    }
    .row-fluid .develop_content_group_center,.row-fluid .develop_content_group_left,.row-fluid .develop_content_group_right{
        width:100%!important
    }
    .row-fluid .develop_content_group_left .develop_content_image img{
        height:auto
    }
    .row-fluid .develop_content_group_right .develop_content_image img{
        height:auto;
        width:100%!important
    }
    .row-fluid .develop_content_group_center{
        height:auro!important
    }
     .row-fluid .develop_content_group_center {
         height: auto !important;
    }
  
.row-fluid .brandguide_hero_content_left h2, .row-fluid .secondary_logo_content_left h2 { font-size: 30px; }
.row-fluid .dmanna_light_short_logo img.hs-image-widget, .row-fluid .dmanna_dark_short_logo img.hs-image-widget { max-width: 250px; }
.row-fluid .dmanna_light_short_logo_contents h2, .row-fluid .dmanna_dark_short_logo_contents h2, .row-fluid .betataster_detailed_contents_1 h2, .row-fluid .dark_rank_icon_detailed_contents_left h2, .row-fluid .betataster_detailed_contents_2 h2, .row-fluid .betataster_checkicon_title h2 { font-size: 28px; }
.row-fluid .bg_betataster_content_group_1 .betataster_detailed_contents_1, .row-fluid .bg_betataster_content_group_2 .betataster_detailed_contents_2 { padding: 3em 0 2em; }
.row-fluid .brandguide_betataster_title_2 p, .row-fluid .brandguide_betataster_title_1 p { font-size: 50px; }
.row-fluid .brandguide_betataster_title_2 h2, .row-fluid .brandguide_betataster_title_1 h2 { font-size: 120px; }
.row-fluid .betataster_number_group .number_group_left ul li { font-size: 90px; padding: 14px 35px 13px; }
.row-fluid .dark_light_icon_detailed_contents { padding: 3em 0; }
.brandguide_gradient_cta, .brandguide_submission_cta, .brandguide_formentry_cta, .brandguide_buybutton_cta { padding: 10px 40px !important; }
.row-fluid .dmanna_light_short_logo_contents, .row-fluid .dmanna_dark_short_logo_contents { padding: 2em 1em; }
.row-fluid .beta_tasters_check_icon_group .betataster_checkicon_title { padding: 0 4em 0 0; }   
.row-fluid .dark_light_icon_detailed_contents h2 { font-size: 28px; }    
.row-fluid .dark_rank_icon_detailed_contents_left { padding: 2em 1em 0; }
.brandguide_presskit_cta, .brandguide_dmannalogo_cta, .brandguide_productphotos_cta { font-size: 11px !important; }
.brandguide_dmannalogo_cta, .brandguide_productphotos_cta  { padding: 10px 35px !important; }
.row-fluid .purple_options_content_group .purple_options_contents p { padding: 0 2em 0 0; }
.row-fluid .dmanna_dark_short_logo_contents::before { left: -33px; top: 50px; } 
.row-fluid .dmanna_light_short_logo_contents, .row-fluid .dmanna_dark_short_logo_contents { padding: 1em 0 1em 2em; }
.row-fluid .dmanna_color_content_group .dmanna_gradient_details p, .row-fluid .dmanna_color_content_group .dmanna_purple_details p, .row-fluid .dmanna_color_content_group .dmanna_white_details p, .row-fluid .dmanna_color_content_group .dmanna_green_details p { font-size: 16px; }  
.row-fluid .bg_betataster_content_group_1 .betataster_detailed_contents_1, .row-fluid .bg_betataster_content_group_2 .betataster_detailed_contents_2 { padding: 3em 0 2em 4em; } 
.row-fluid .dark_light_icon_detailed_contents { padding: 3em 0 0 4em; }  
.row-fluid .download_our_assets_group .download_our_assets_title h2::before { left: 2.5em; }
.row-fluid .dmanna_purple_options_group .purple_options_title h2::before { left: 2em; }
.row-fluid .beta_tasters_check_icon_group .betataster_checkicon_title { padding: 0 0 0 3em; }
.row-fluid .betataster_detailed_contents_1::before { left: 0; }
.row-fluid .dmanna_dark_short_logo_group, .row-fluid .dmanna_light_short_logo_group { padding: 4em 3em 0; }  
.row-fluid .dmanna_purple_options_group .purple_options_title h2::before, .row-fluid .download_our_assets_group .download_our_assets_title h2::before { left: 0; }
.row-fluid .dmanna_purple_options_group .purple_options_title h2 { font-size: 35px; }
.footer_group_column_04 h6 a { font-size: 18px; }
.footer_group_column_04 ul li a { font-size: 20px; }
.row-fluid .brandguide_hero_content_right ul li, .row-fluid .secondary_logo_content_right ul li, .row-fluid .dark_rank_icon_detailed_contents_right ul li { font-size: 14px; }
.row-fluid .click_me_cta_content_group .click_me_cta_contents h3 { font-size: 17px; } 
.blog_listing_group_left img.hs-featured-image { height: 10em !important; } 
.webResult { min-height: 32em; width: 47%; }
.footer_statements_content p { max-width: 100%; margin: 0 auto; }
.table_contents_hero_background .table_contents_all { width: 100%; }
.table_contents_hero_background .table_contents_section > div, .table_contents_hero_background .table_contents_section .fixed { width: 100%; position: relative; right: 0em; top: 0em; background-color: #f0eff3; border-radius: 10px; padding: 2em; }
.table_contents_hero_background .table_contents_section .fixed:before{ content:none }
.row-fluid .table_contents_section { background-color: transparent; padding: 0; border-radius: 0px; }  
.row-fluid .table_contents_hero_right { display: table-header-group; }
.row-fluid .table_contents_hero_left { display: table-footer-group; }
.table_contents_hero_left_content > div { margin-top: 6em; }    
.row-fluid .table_contents_hero_left, .row-fluid .table_contents_hero_right { margin-left: 0 !important; width: 100% !important; float:none !important; }  
}
@media (max-width:800px){
    .custom-menu-primary .hs-menu-wrapper>ul>li{
        font-size:14px;
        margin-right:2px
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a{
        padding:10px 3px
    }
    .dmanna_site_page_design.small-header .row-fluid .custom-menu-primary .hs-menu-wrapper>ul>li>a{
        padding:15px 3px
    }
    .hero_content_group_left h2{
        font-size:35px
    }
    .row-fluid .join_our_conversation h2{
        font-size:24px
    }
    .row-fluid .develop_content p,.row-fluid .join_our_conversation p,.row-fluid .join_our_conversation_icons_content p{
        font-size:14px
    }
    .row-fluid .footer_menu_list .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{
        padding:0 1em
    }
    .testimonials_creater>p{
        font-size:18px
    }
    .contact_hero_content_group_background .hero_content_group_right h4{
        font-size:28px
    }
    .row-fluid .contact_hero_content_group_background .hero_content_group_right h5{
        font-size:16px
    }
    .row-fluid .contact_hero_content_group_background .hero_content_group_left{
        padding-top:5em
    }
    .dmanna_site_page_design .dmanna_change_cta,.dmanna_site_page_design .dmanna_more_cta{
        font-size:17px!important
    }
    .dmanna_error_page_new .error_page_new_title h2{
        font-weight:400;
        letter-spacing:.04em;
        line-height:38px
    }
    .post_hero_image{
        background-size:100% 100%;
        height:370px
    }
    .row-fluid .blog_post_social_share_icon a{
        margin:.5em .1em!important
    }
    .row-fluid .blog_post_social_share_icon>div>span>span{
        width:35px!important;
        height:35px!important
    }
    .blog_listing_group_left #hubspot-topic_data a.topic-link{
        font-size:14px
    }
  .row-fluid .dmanna_color_content_group .dmanna_gradient_details ul li, 	.row-fluid .purple_options_content_group .purple_options_contents ul li, .row-fluid .dmanna_color_content_group .dmanna_purple_details ul li, .row-fluid .dmanna_color_content_group .dmanna_white_details ul li, .row-fluid .dmanna_color_content_group .dmanna_green_details ul li { font-size: 14px; }
	.blog_listing_group_left img.hs-featured-image { height: 9em !important; }
	.results_close #popup-close {  padding: 0.5em 0.4em 0.3em; }
}
@media (max-width:768px){
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a::before,.row-fluid .footer_menu_list .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li::after{
        content:none
    }
    .dmanna_site_page_design.small-header .header-container-wrapper .header-container.container-fluid{
        background-color:#fff;
        transition:all .8s ease 0s;
        width:100%;
        padding:0
    }
    .custom-menu-primary .hs-menu-wrapper{
        padding:0
    }
    .home_page .row-fluid .hero_group_background{
        padding:10em 0 0;
        background-position:center top
    }
    .home_page .row-fluid .hero_group_background::after{
        background-size:cover;
        bottom:0;
        height:375px
    }
    .hero_content_group_left h2,.home_hero_content_group_background h1,.row-fluid .contact_hero_content_group_background h1{
        text-align:center
    }
    .row-fluid .testimonials_list_group div.hs_cos_wrapper{
        margin-left:0;
        text-align:center;
        width:100%
    }
    .row-fluid .prevention_group_background{
        text-align:center
    }
    .row-fluid .develop_content_img{
        padding:2em 0;
        text-align:center
    }
    .row-fluid .develop_content_group_bg{
        padding:.36em 1em;
        text-align:center
    }
    .row-fluid .develop_content_cta{
        margin-bottom:1em;
        margin-top:.5em
    }
    .row-fluid .develop_content_group_center{
        height:auto!important;
        padding:1.52em 1em;
        text-align:center
    }
    .row-fluid .develop_content_group_left .develop_content_image img,.row-fluid .develop_content_group_right .develop_content_image img{
        height:auto
    }
    .footer_contact_email p a{
        color:#6b6b6b;
        padding-left:0
    }
    .footer_contact_email p{
        text-align:center
    }
    .row-fluid .footer_logo_image{
        margin-top:0em;
        text-align:center
    }
    .row-fluid .footer_menu_list .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{
        display:block;
        padding:.5em 1em
    }
    .row-fluid .think_about_it_content_list_group{
        margin-bottom:1em;
        margin-top:1em
    }
    .row-fluid .develop_content_group_bg{
        height:auto!important
    }
    .row-fluid .contact_hero_content_group_background{
        padding:2em 0 3em
    }
    .row-fluid .contact_from{
        margin-top:2em
    }
    .row-fluid .footer_logo_image img{
        max-width:220px
    }
    .dmanna_site_page_design .row-fluid .header_logo_image img.hs-image-widget,.dmanna_site_page_design .row-fluid .header_logo_image_blue img.hs-image-widget{
        max-width:245px
    }
    .row-fluid .why_us_content{
        padding:7em 0 3em
    }
    .row-fluid .why_us_content h1{
        font-size:65px;
        text-align:center
    }
    .row-fluid .why_us_content h2{
        font-size:50px;
        padding-left:0;
        text-align:center
    }
    .row-fluid .why_us_content p{
        font-size:24px;
        padding-left:0;
        text-align:center
    }
    .row-fluid .dmanna_good_for_women_group_background h2,.row-fluid .dmanna_good_for_world_group_background h2,.row-fluid .dmanna_good_for_you_content h2{
        font-size:48px
    }
    .row-fluid .dmanna_good_for_women_group_background p,.row-fluid .dmanna_good_for_world_group_background p,.row-fluid .dmanna_good_for_you_content p{
        font-size:20px;
        padding:0
    }
    .row-fluid .dmanna_good_for_world_content h6{
        font-size:24px
    }
    .row-fluid .why_else_left_group_background .why_else_content h2{
        font-size:48px;
        text-align:center
    }
    .row-fluid .why_else_left_group_center{
        float:none!important;
        max-width:100%;
        text-align:center
    }
    .because_antibiotic_content h4,.because_utis_content h4,.row-fluid .why_else_right_group_background .why_else_content h4{
        font-size:24px;
        line-height:1.3em;
        margin-top:2em;
        padding-bottom:20px;
        text-align:center
    }
    .because_antibiotic_content p,.because_utis_content p,.row-fluid .utis_are_content p,.row-fluid .why_else_right_group_background .why_else_content p{
        font-size:18px;
        line-height:1.3em;
        padding:0 .5em;
        text-align:center
    }
    .row-fluid .because_antibiotic_d_content h2{
        font-size:157px;
        margin:0;
        text-align:center
    }
    .row-fluid .utis_are_content h3,.row-fluid .want_to_help_content h2{
        font-size:48px;
        text-align:center
    }
    .row-fluid .because_antibiotic_group_background{
        padding:0
    }
    .row-fluid .utis_are_content h3{
        margin:1em 0 0;
        width:100%
    }
    .row-fluid .want_to_help_content p{
        font-size:24px;
        margin:1em 0;
        text-align:center
    }
    .row-fluid .from_the_founder_group_background{
        text-align:center
    }
    .row-fluid .from_the_founder_content h3{
        font-size:32px
    }
    .row-fluid .from_the_founder_content h2{
        font-size:48px;
        margin:.5em 0 0
    }
    .row-fluid .from_the_founder_content p{
        font-size:20px
    }
    .row-fluid .get_started_group_background{
        text-align:center
    }
    .row-fluid .get_started_content h2{
        font-size:48px
    }
    .row-fluid .get_started_content p{
        font-size:24px
    }
    .row-fluid .because_utis_group_center{
        float:none!important;
        max-width:100%;
        padding:0 1em
    }
    .row-fluid .why_else_group_right_center{
        max-width:100%;
        padding:0 1em
    }
    .dmanna_site_page_design .body-container-wrapper{
        padding-top:75px !important
    }
    .dmanna_site_page_design .dmanna_change_cta,.dmanna_site_page_design .dmanna_more_cta{
        font-size:22px
    }
    .dmanna_error_page_new .error_page_new_title h2{
        font-weight:400;
        letter-spacing:.04em;
        line-height:38px
    }
    .row-fluid .blog_header_title_content h1 a{
        font-size:50px;
        text-align:center
    }
    .row-fluid .blog_header_by_content p{
        padding-top:0;
        text-align:center
    }
    .row-fluid .blog_header_by_image{
        margin-left:0!important;
        margin-top:.5em;
        text-align:center
    }
    .blog_header_category_list .block .widget-module>ul li{
        border-bottom:1px dotted #fff;
        display:block;
        padding:.5em 0;
        text-align:center
    }
    body.landing-page_two-column .mobile-trigger:first-child,body.site-page-one-column .row-fluid .mobile-trigger:first-child,body.site-page-three-column .row-fluid .mobile-trigger:first-child{
        display:none!important
    }
    .row-fluid .blog_header_category_list{
        padding:0
    }
    .post-item_01 .post-item .post_item_left{
        float:left;
        width:100%
    }
    .post-item_01 .post-item .post_item_right{
        min-height:auto;
        padding:2.1em 1em 1em;
        text-align:center;
        width:100%
    }
    .blog_listing_group_left .post-item{
        padding:0!important;
        width:100%
    }
    .blog_listing_group_left .blog_listing_content_01 .post-item:nth-child(3n+3),.blog_listing_group_left .blog_listing_content_02 .post-item:nth-child(2n+2){
        margin-left:0
    }
    .row-fluid .trending_listing_content_group{
        text-align:center
    }
    .row-fluid .trending_listing_content{
        margin-top:.7em
    }
    .row-fluid .hot_topics_title h2{
        font-size:48px;
        text-align:center
    }
    .hot_topics_list_content h3{
        font-size:22px;
        min-height:auto;
        text-align:center
    }
    .row-fluid .hot_topics_list_image{
        margin-top:1em;
        text-align:center
    }
    .row-fluid .blog_stay_informed_content h2{
        font-size:50px;
        margin:0;
        text-align:center
    }
    .row-fluid .blog_stay_informed_content p{
        font-size:20px;
        text-align:center
    }
    .row-fluid .blog_stay_informed_form form fieldset input.hs-input{
        width:100%!important
    }
    .row-fluid .blog_post_group_right_side_bar,.row-fluid .post_page_social_share_group_background{
        text-align:center
    }
    .row-fluid .blog_post_group_left{
        padding:1em
    }
    .blog_post_details_group .section.post-header>h2{
        font-size:38px
    }
    .purchase_cart_cta_combined .buy_button{
        border-radius:0!important;
        font-size:14px!important;
        padding:7px 9px!important
    }
    body.new_landing_page .body-container-wrapper{
        padding-top:0!important
    }
    .purchase_hero_image_new{
        padding:2em
    }
    .purchase_price_text{
        font-size:21.8px
    }
    .add_to_cart{
        text-transform:uppercase;
        font-weight:400!important;
        font-size:21px!important
    }
    .row-fluid .header_nav_cta{
        background-color:#6b589c;
        border-top:medium none;
        margin-bottom:1em;
        margin-top:-3px!important;
        padding:1.2em 0
    }
    .row-fluid .header_nav_cta #cta_button_4024045_c2d403e4-7eaf-4b50-8f5f-6a5b386c6b6b.cta_button.header_order_cta{
        background-color: hsla(0,0%,0%,0);
    font-size: 22px;
    font-weight: 400;
    padding: 0 0 0 1em;
    font-family: lato;
    text-transform: capitalize !important;
    }
    .header_group_background .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{
        background-image:none
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        position:relative
    }
    body.site-page-three-column .body-container-wrapper{
        padding-top:0!important
    }
    body.site-page-three-column .header-container{
        padding:0
    }
    body.site-page-three-column .row-fluid .mobile-trigger{
        padding:1em
    }
    body.site-page-three-column .custom-menu-primary .hs-menu-wrapper>ul>li{
        padding:0 10px
    }
    body.site-page-three-column .row-fluid .custom-menu-primary.js-enabled{
        padding-top:0
    }
  	body.brandguide_page_dmanna .body-container-wrapper { padding-top: 0 !important; }
  .header_group_background .main_mid_enter { padding: 0; }
  .header_logo_image { padding-left: 1em; }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 9px 20px 0;
    font-size: 22px;
    font-weight: 400;
    font-family: lato;
}
  .webResult { width: 100%; margin: 0; padding: 0em; }
.search_results_for { float: left; width: 85%; text-align: center; }
body.searchresult-show .results_close { display: block; float: right; width: 15%; }
.blog_header_category_list .block .widget-module { float: left; width: 100%; }
.blog_post_details .blog_header_category_list .block .widget-module { float: none; width: 100%; }
.blog_custom_search_group {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 2em;
}
.inner-search {
    padding: 0em 0em;
    line-height: 1.3em;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    color: #ffffff;
    font-size: 18px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    position: absolute;
    right: 0;
    transition: all .5s ease;
    opacity: 0;
    max-width: 0;
    margin: 0 auto;
    /* bottom: 0; */
    margin-top: 17px;
}
.fa.fa-search {
    margin-top: 10px;
    margin-bottom: 10px;
}
#light {
    margin: 0 auto;
    width: 90%;
}  
.row-fluid .blog_header_category_list {
    padding: 0;
    width: 100% !important;
}
.row-fluid .search_form_group_content {
    padding: 0;
    width: 100% !important;
    margin-left:0 !important;
}
.webResult { min-height: 0em; }

}
@media (max-width:767px){
     .row-fluid .think_about_it_content {
         padding-top: 1em;
    }
     .mobile-cost-dropdown{
        border:1px solid #ccc;
        color:#8b78c9;
        font-size:24px;
        font-weight:900;
        line-height:1.3em;
        padding:.5em 1em;
        position:relative
    }
    .row-fluid>ul#dmanna_cost{
        -moz-border-bottom-colors:none;
        -moz-border-left-colors:none;
        -moz-border-right-colors:none;
        -moz-border-top-colors:none;
        background-color:#ededed;
        border-color:-moz-use-text-color #8b78c9 #8b78c9;
        border-image:none;
        border-style:none solid solid;
        border-width:medium 1px 1px;
        list-style:none;
        margin:0;
        padding:.5em 1em;
        position:relative;
        display:none
    }
    .row-fluid>ul#dmanna_cost li{
        cursor:pointer;
        font-size:20px;
        font-weight:500;
        margin:.2em 0
    }
    .mobile-cost-dropdown::after{
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-top:15px solid #8b78c9;
        content:"";
        position:absolute;
        right:1em;
        top:40%
    }
    .row-fluid .purchase_cost_table_amazon,.row-fluid .purchase_cost_table_dmanna,.row-fluid .purchase_cost_table_list_name,.row-fluid .purchase_cost_table_uqora{
        width:49.4043%!important;
        float:left;
        margin-top:.5em
    }
    .row-fluid .purchase_cost_table_amazon,.row-fluid .purchase_cost_table_dmanna,.row-fluid .purchase_cost_table_uqora{
        margin-left:.2em
    }
    .purchase_hero_section{
        padding:2em 0
    }
    .purchase_hero_content_title h2{
        font-size:26px;
        text-align:center;
        padding:0
    }
    .purchase_hero_content_text p{
        font-weight:400;
        font-size:18px!important;
        line-height:1.5;
        text-align:center;
        padding:1em
    }
    .purchase_learn_more_section{
        text-align:center
    }
    .purchase_seen_title h2{
        font-size:48px;
        font-weight:300;
        text-align:center
    }
    .purchase_works_title h2{
        font-size:46px;
        font-weight:300
    }
    .purchase_works_title p{
        font-size:31px;
        font-weight:300;
        line-height:1.2;
        padding-bottom:.5em;
        text-align:center
    }
    .purchase_works_left p,.purchase_works_right p{
        font-size:22px;
        font-weight:300;
        text-align:center;
        line-height:1.3;
        padding:0
    }
    .purchase_works_section h3{
        font-size:42px;
        font-weight:300;
        text-align:center
    }
    .purchase_costs_title h2{
        color:#bababa;
        font-weight:300;
        text-align:center;
        font-size:40px
    }
    .purchase_patients_title h2{
        color:#bababa;
        font-weight:300;
        text-align:center;
        font-size:38px
    }
    .purchase_patients_flexible .purchase_patient_combined{
        width:100%;
        float:none;
        margin:0;
        padding:1em
    }
    .purchase_patients_flexible .patient_reviews h4{
        font-weight:400;
        color:#685993;
        font-size:14px;
        text-align:center
    }
    .purchase_patients_flexible .patient_name h4{
        color:#7d7d7d;
        text-align:center;
        font-weight:400;
        font-size:11px;
        margin:0;
        padding:.5em
    }
    .purchase_patients_flexible .purchase_patient_combined h3{
        font-weight:300;
        color:#bababa;
        text-align:center;
        font-size:33px
    }
    .purchase_patients_flexible .patient_content p{
        font-weight:400;
        text-align:center;
        color:#7d7d7d!important;
        font-size:21px;
        line-height:1.3
    }
    .purchase_ordernow_left h2{
        font-weight:300;
        font-size:55px
    }
    .Purchase_Ordernow_Form .hs-button.primary.large,.purchase_ordernow_left{
        text-align:center
    }
    .span12.widget-span.widget-type-cell.purchase_cart_cta_combined{
        float:none;
        margin:0 auto;
        max-width:302px;
        text-align:center;
        width:100%!important
    }
    .purchase_works_right_content{
        padding:0
    }
    .purchase_works_left_content::after{
        position:absolute;
        content:none;
        width:0;
        height:100%;
        border:1px solid #867aa9;
        top:0;
        left:1;
        right:0
    }
    .purchase_cart_cta_combined .purchase_price_text{
        left:1em;
        z-index:999;
        min-height:48px!important;
        padding:.28em 1em;
        position:relative;
        text-align:center;
        width:35%!important;
        float:left!important
    }
    .purchase_cart_cta_combined .purchase_cta_group{
        width:100%;
        text-align:center
    }
    .purchase_cart_cta_combined .buy_button{
        border-radius:0!important;
        font-size:14px!important;
        line-height:1.3em!important;
        padding:13px 26px!important
    }
    .purchase_cart_cta_combined .add_to_cart{
        padding:11px 29px!important;
        font-size:17.4px!important
    }
    .purchase_cart_cta_combined .purchase_cta_group_left{
        width:62%;
        float:right
    }
    .purchase_as_seen_combined{
        float:left;
        min-height:245px;
        padding:0;
        width:100%;
        margin:0
    }
    .purchase_as_seen_text p{
        font-size:13px!important;
        font-weight:400;
        text-align:center
    }
    .purchase_costs_title p{
        font-weight:300;
        font-size:26px;
        text-align:center;
        padding:0
    }
    .purchase_cost_table_list_name .cost_text h3{
        font-weight:400;
        text-align:center
    }
    .patient_reviews{
        float:none;
        width:100%;
        border-bottom:2px solid #ccc;
        margin-bottom:1.5em;
        padding:.5em
    }
    .span6.widget-span.widget-type-cell.purchase_costs_cta_combined{
        float:none;
        margin:0 auto;
        max-width:302px;
        text-align:center;
        width:100%!important
    }
    .purchase_cost_table_combined .cost_text_red img{
        width:5.5%!important;
        padding-left:.2em!important
    }
    .Purchase_Ordernow_Form .hs-input{
        height:48px;
        font-weight:400;
        font-size:19px;
        color:#ccc;
        width:100%!important
    }
    .purchase_patients_flexible .patient_star_name{
        width:60%;
        float:none;
        text-align:left;
        padding-bottom:.5em;
        margin:0 auto
    }
    .purchase_costs_cta_combined .table_cta{
        padding:11px 26px!important;
        font-size:17.4px!important
    }
    .purchase_costs_cta_combined .purchase_price_text{
        left:1.3em;
        z-index:999;
        min-height:48px!important;
        padding:.28em 1em;
        position:relative;
        text-align:center;
        width:35%!important;
        float:left!important
    }
    .purchase_costs_cta_combined .purchase_cta_group{
        width:60%;
        float:right
    }
    .mobile-cost-dropdown{
        display:block
    }
    .row-fluid .header_group_background .new_lp_header_content{
        text-align:center;
        padding:20px 0
    }
    .row-fluid .lp_hero_background_group{
        padding:0 0 4em
    }
    .row-fluid .lp_hero_background_group .apply_now_group{
        margin:0 auto
    }
    .row-fluid .lp_hero_background_group .hero_content_lp h1{
        padding:12px 0
    }
    .section_3_image_content_group .section_3_content,.section_3_image_content_group .section_3_image,.section_4_image_content_group .section_4_content,.section_4_image_content_group .section_4_image{
        float:none;
        margin:0 auto;
        text-align:center;
        width:100%
    }
    .section_4_image_content_group .section_4_content>p{
        padding:0 1em
    }
    .section_4_image_content_group{
        padding:0 0 1em
    }
    .row-fluid .section_2_background_group{
        padding:3em 0
    }
    .row-fluid .section_2_background_group .section_2_title_content p{
        padding:0 1em
    }
    .section_3_image_content_group .section_3_content{
        padding:1em 0 0
    }
    .row-fluid .section_4_background_group{
        padding:3em 0 2em
    }
    .row-fluid .section_4_background_group .apply_now_cta_lp{
        padding:2em 0 0
    }
    .row-fluid .frequent_questions_group{
        text-align:center;
        padding:2em 0
    }
    .row-fluid .terms_use_and_sale_contents ul li>ul li p{
        padding:0 5em
    }
    .row-fluid .terms_use_sale_content_group .terms_use_and_sale_contents p{
        padding:0 4em
    }
    .purchase_hero_content{
        padding:1em
    }
    .purchase_hero_content_title h3{
        font-size:21px;
        font-weight:400;
        color:#bababa;
        text-align:center;
        line-height:1.2em;
        padding-top:.5em
    }
    .purchase_hero_content_title p{
        font-size:18px;
        font-weight:400;
        color:#bababa;
        text-align:center;
        line-height:1.2em;
        padding:0
    }
    .purchase_hero_image_new{
        padding:2em
    }
    .row-fluid .faq_hero_content_group .faq_hero_content_left{
        padding:0
    }
    .row-fluid .faq_hero_content_right .faq_hero_image{
        padding:2em 0 0;
        text-align:center
    }
    .row-fluid .faq_page_form_content form.hs-form fieldset div.input{
        margin-right:0
    }
    .row-fluid .dmanna_support_title h1{
        font-size:30px
    }
    .row-fluid .prevention_content h3,.row-fluid .prevention_content p{
        color:#fff
    }
    .row-fluid .prevention_group_background{
        position:relative
    }
    .home_page .row-fluid .hero_group_background::before {
        background-color:#6e4a96;
        content:"";
        height:100%;
        left:0;
        opacity:.8;
        position:absolute;
        right:0;
        top:0;
        width:100%
    }
    .row-fluid .prevention_group_background::before{
        background-color:#6e4a96;
        content:"";
        height:100%;
        left:0;
        opacity:.5;
        position:absolute;
        right:0;
        top:0;
        width:100%
    }
    .row-fluid .prevention_content_group{
        position:relative;
        z-index:1
    }
    .buy_page_hero_slide .hs-cos-flex-slider-control-panel{
        height:auto
    }
    .buy_page_hero_slide .hs_cos_flex_thumbnavs-viewport{
        height:auto!important
    }
    .buy_page_hero_slide .hs-cos-flex-slider-control-panel .hs_cos_flex_thumbnavs-direction-nav{
        bottom:0
    }
    .row-fluid .buy_page_hero_slide_page_center{
        float:none!important;
        margin:0 auto!important;
        max-width:100%;
        width:100%!important
    }
    body.site-page-one-column .footer-background .contact-us,body.site-page-three-column .footer-background .contact-us{
        max-width:205px
    }
    .row-fluid .buy_page_hero_slide_background,.row-fluid .purchase_hero_content_group_bg{
        float:none!important
    }
    .row-fluid .buy_page_hero_slide_background{
        padding:0 1em;
        width:100%!important
    }
    .row-fluid .purchase_hero_content_group_bg{
        margin-left:0!important;
        width:100%!important
    }
    .row-fluid .dmanna_ty_blog_post_group .ty_post_group,.row-fluid .dmanna_ty_blog_posts .dmanna_ty_post_group{
        padding:1em 0;
        float:none;
        margin:0 auto;
        text-align:center;
        width:100%
    }
    .row-fluid .beta_tasting_program_group .beta_tasting_program_title h2::after,.row-fluid .ty_post_image .dmanna-hs-featured-image{
        width:auto
    }
    .row-fluid .dmanna_ty_blog_post_group{
        padding:1em 0 2em
    }
    .row-fluid .dmanna_ty_hero_group{
        padding:3em 0
    }
    .row-fluid .dmanna_ty_post_group_title h2{
        font-size:25px
    }
    .row-fluid .dmanna_ty_hero_group .dmanna_ty_hero_content h1{
        font-size:30px
    }
    .post_hero_image{
        background-size:100% 100%;
        height:320px
    }
    .home_page .row-fluid .hero_group_background{
        background-position:center 0
    }
    .row-fluid .beta_tasting_hero_group,.row-fluid .dmanna_ty_hero_group{
        text-align:center
    }
    .row-fluid .beta_tasting_hero_group .hero_beta_taster_title h1{
        font-size:80px
    }
    .row-fluid .beta_drink_rank_group .drink_rank_content_group,.row-fluid .beta_hero_content_left_title p,.row-fluid .beta_steps_need_to_join_group .steps_need_content_group,.row-fluid .beta_tasting_hero_content,.row-fluid .drink_rank_image_contents .drink_rank_contents p{
        padding:0
    }
    .row-fluid .steps_need_content_group .steps_need_contents p{
        padding:0 10px
    }
    .row-fluid .beta_drink_rank_group .beta_drink_rank_title h2,.row-fluid .beta_steps_need_to_join_group .steps_need_to_join_title h2,.row-fluid .beta_tasting_program_group .beta_tasting_program_title h2,.row-fluid .beta_tasting_question_answer_group .beta_tasting_questions_answers h2{
        font-size:30px
    }
    .row-fluid .beta_tasting_question_answer_group .question_answer_content_group{
        padding:2em 1em 3em
    }
    .row-fluid .beta_tasting_question_answer_group .beta_tasting_questions_answers h3,.row-fluid .beta_tasting_question_answer_group .beta_tasting_questions_answers p{
        font-size:20px
    }
    .row-fluid .beta_tasting_program_content_group .beta_tasting_program_contents p{
        padding:0 0 10px;
        text-align:center
    }
    .row-fluid .beta_tasting_form_group h3.form-title{
        font-size:18px
    }
    .row-fluid .beta_drink_rank_group .beta_drink_rank_title p,.row-fluid .beta_tasting_program_content_group .beta_tasting_program_contents p,.row-fluid .beta_tasting_program_group .beta_tasting_program_title p{
        font-size:20px
    }
    .row-fluid .drink_rank_content_group .drink_rank_image_contents:last-child{
        padding-top:2em
    }
    .row-fluid .blog_post_social_share_icon>div>span>span{
        width:38px!important;
        height:38px!important;
        top:8px;
        right:5px;
        margin-top:.8em;
        float:left
    }
    .row-fluid .blog_header_title_content h1{
        text-align:center
    }
    .post_item_left img.hs-featured-image{
        min-height:auto!important;
        width:100%!important
    }
    .post_item_content_group{
        min-height:auto
    }
    .blog_post_details_group .section.post-body ul{
        padding-left:2em;
    }
  .blog_post_details_group .section.post-body ul li { font-size:16px; }
    .buy_page_hero_slide .hs_cos_flex-viewport{
        height:auto!important
    }
    .buy_page_hero_slide .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main img{
        width:auto!important;
        height:auto!important;
        vertical-align:middle
    }
    .fb_iframe_widget{
        width:100%
    }
    .fb_iframe_widget iframe#f1db006ccf9ff24,.fb_iframe_widget span{
        width:100%!important
    }
    .fb_iframe_widget iframe{
        position:relative!important;
        width:100%!important
    }
    .row-fluid .purchase_works_right{
        margin-top:3em
    }
    .landing-page_three-column .span12.widget-span.widget-type-global_group{
        text-align:center
    }
    .landing-page_three-column h1{
        text-align:center;
        font-size:30px
    }
    .landing-page_two-column h1,body.site-page-one-column .row-fluid .padding20tb h1{
        text-align:center
    }
    body.site-page-one-column .padding20tb .team-member-headshot{
        float:none;
        margin:0 auto;
        text-align:center;
        width:100%
    }
    body.site-page-one-column .main-content{
        padding:0 1em;
        text-align:center
    }
    body.site-page-one-column .copyright-text,body.site-page-one-column .footer-background .about-us,body.site-page-one-column .footer-background .contact-us,body.site-page-one-column .footer-background .more-links,body.site-page-one-column .padding20tb .span9{
        float:none;
        margin:0 auto;
        text-align:center;
        width:100%
    }
    body.site-page-one-column .row-fluid .subscribe-form h2{
        font-size:35px
    }
    body.site-page-one-column .row-fluid .padding60tb .main-content p{
        font-size:18px;
       text-align:left;
    }
    .faq_list_content_group ul {
	text-align: left;
	padding-left: 0;
}
    body.site-page-one-column .row-fluid .contact-us i{
        font-size:20px
    }
    body.site-page-one-column .footer-background .contact-info{
        text-align:left
    }
    body.site-page-three-column .title-background h1{
        text-align:center
    }
    body.site-page-three-column .copyright-text,body.site-page-three-column .footer-background .about-us,body.site-page-three-column .footer-background .contact-us,body.site-page-three-column .footer-background .more-links,body.site-page-three-column .row-fluid .main-content{
        float:none;
        margin:0 auto;
        text-align:center;
        width:100%
    }
    body.site-page-three-column .row-fluid .subscribe-form h2,body.site-page-three-column .title-background h1{
        font-size:35px
    }
    body.site-page-three-column .footer-background .contact-info{
        text-align:left
    }
    body.site-page-three-column .row-fluid .footer-background p span{
        padding:0
    }
    .row-fluid .because_antibiotic_group_background .because_antibiotic_content{
        width:100%
    }
.row-fluid .dark_rank_icon_detailed_contents_right, .row-fluid .brandguide_hero_content_right, .row-fluid .secondary_logo_content_right { margin: 0 auto; }
.row-fluid .brandguide_hero_contents .brandguide_hero_content_left, .row-fluid .secondary_logo_content_left { float: none; margin: 0 auto; text-align: left; width: 100%; }
.row-fluid .dmanna_light_short_logo_contents, .row-fluid .dmanna_dark_short_logo_contents { padding: 2em 1em; }  
.row-fluid .dmanna_light_short_logo_group, .row-fluid .dmanna_dark_short_logo_group { float: none; text-align: center; width: 100%; } 
.row-fluid .dmanna_cta_options_group, .row-fluid .bg_betataster_content_group_1 .betataster_detailed_contents_1, .row-fluid .bg_betataster_content_group_2 .betataster_detailed_contents_2, .row-fluid .dark_light_icon_detailed_contents { text-align: center; }
.row-fluid .dmanna_green_group, .row-fluid .dmanna_gradient_group, .row-fluid .dmanna_purple_group, .row-fluid .dmanna_white_group { margin: 0 auto; float: none; text-align: center; width: 100%; }   
.row-fluid .beta_tasters_check_icon_group .betataster_checkicon_title, .row-fluid .brandguide_hero_contents .brandguide_hero_content_left, .row-fluid .secondary_logo_content_left { padding: 0 1em; }
.row-fluid .brandguide_betataster_title_1 h2, .row-fluid .brandguide_betataster_title_2 h2 { font-size: 60px; }
.row-fluid .brandguide_betataster_title_1 p, .row-fluid .brandguide_betataster_title_2 p { font-size: 30px; }
.row-fluid .beta_tasters_check_icon_group{ text-align: center; }
.row-fluid .click_me_cta_content_group .click_me_cta_contents h3 { font-size: 22px; }
.row-fluid .brandguide_hero_content_right ul li, .row-fluid .secondary_logo_content_right ul li, .row-fluid .purple_options_content_group .purple_options_contents ul li, 
.row-fluid .dark_rank_icon_detailed_contents_right ul li, .row-fluid .dmanna_color_content_group .dmanna_gradient_details ul li, .row-fluid .dmanna_color_content_group .dmanna_purple_details ul li, .row-fluid .dmanna_color_content_group .dmanna_white_details ul li, .row-fluid .dmanna_color_content_group .dmanna_green_details ul li { font-size: 18px; }
.row-fluid .dmanna_green_details, .row-fluid .dmanna_white_details, .row-fluid .dmanna_gradient_details, .row-fluid .dmanna_purple_details { text-align: left; }
.row-fluid .purple_options_content_group .dark_purple_group, .row-fluid .purple_options_content_group .secondary_purple_group, .row-fluid .purple_options_content_group .purple_group { float: none; margin: 0 auto; text-align: left; width: 100%; }
.row-fluid .download_our_assets_cta { padding: 1em 0; text-align: center; }  
.brandguide_presskit_cta, .brandguide_dmannalogo_cta, .brandguide_productphotos_cta { font-size: 16px !important; }  
.row-fluid .purple_options_content_group .purple_options_contents p, .row-fluid .betataster_detailed_contents_1 p, .row-fluid .betataster_detailed_contents_2 p { padding: 0; }
.row-fluid .click_me_cta_content_group { padding: 1em 0; }
.row-fluid .dark_rank_icon_detailed_contents_right, .row-fluid .brandguide_hero_content_right, .row-fluid .secondary_logo_content_right { margin: 0 auto; max-width: 100%; padding: 1em; text-align: left; width: 100%; }
.row-fluid .beta_tasters_check_icon_group .betataster_checkicon_title, .row-fluid .brandguide_hero_contents .brandguide_hero_content_left, .row-fluid .secondary_logo_content_left { padding: 0 0 1em 4em; text-align: left; }
.row-fluid .bg_betataster_content_group_1 .betataster_detailed_contents_1, .row-fluid .bg_betataster_content_group_2 .betataster_detailed_contents_2 { padding: 3em 0 2em 4em; text-align: left; }
.row-fluid .number_group_right { padding: 1em 0 0 4em; text-align: left; }
.row-fluid .brandguide_hero_content_left::before { left: 0px; top: 10px; }
.row-fluid .betataster_detailed_contents_1::before { left: 0px; top: 74px; }
.row-fluid .dmanna_dark_short_logo_contents::before { left: -30px; top: 50px; }
.row-fluid .dark_light_icon_detailed_contents::before { left: -10px; top: 57px; }
.row-fluid .dark_light_icon_detailed_contents { padding: 3em 0 0 3em; text-align: left; }
.row-fluid .dmanna_light_short_logo_contents, .row-fluid .dmanna_dark_short_logo_contents { padding: 2em 0 2em 2em; text-align: left; }
.row-fluid .dark_rank_icon_detailed_contents_left { padding: 0 0 1em 4em; }
.row-fluid .brandguide_hero_group, .row-fluid .dmanna_secondary_level_logo_group, .row-fluid .beta_tasters_check_icon_group, .row-fluid .beta_tasters_dark_rank_icon_group, .row-fluid .beta_tasters_check_icon_group { padding: 3em 0; }
.row-fluid .betataster_number_group .number_group_left ul { margin: 0 auto; max-width: 155px; text-align: center; width: 100%; }
.row-fluid .betataster_number_group .number_group_left ul li { display: table; margin: 15px 0; text-align: center; }
.row-fluid .betataster_number_group .number_group_left { padding: 0; } 
.row-fluid .dmanna_purple_options_group .purple_options_title h2, .row-fluid .download_our_assets_group .download_our_assets_title h2 { font-size: 32px; }
.beta_tasters_dark_rank_image_group:nth-child(1), .beta_tasters_dark_rank_image_group:nth-child(2) { padding: 0; }
.beta_tasters_light_rank_image_group:nth-child(1), .beta_tasters_light_rank_image_group:nth-child(2) { padding: 0; }
.row-fluid .betataster_number_group .number_group_left ul li { font-size: 130px; padding: 14px 45px 13px; }
.row-fluid .dmanna_purple_options_group .purple_options_title h2::before, .row-fluid .download_our_assets_group .download_our_assets_title h2::before { content: none; }
.row-fluid .brand_guide_hero_content_group_background { padding: 3em 0; }
.row-fluid .brand_guide_hero_content h1 { font-size: 45px; }
.row-fluid .brand_guide_hero_content p { padding:0;} 
.home_page_mobile .wistia_responsive_wrapper { width: 100% !important; margin:1em auto; }
.home_page_mobile h2 { font-size: 28px; line-height: 1.3em; }
.home_page_mobile h2 { font-size: 24px; line-height: 1.3em; }
.suffering_group_background { padding: 3em 0; }
.suffering_content p { margin-top: 3em; text-align: center; }
.home_mobile_how_works_group_background { background-color: #f6f6f6; padding: 3em 0; text-align: center; }
.dmanna_fits_your_life_coffee_img, .dmanna_fits_your_life_oatmeal_img, .dmanna_fits_your_life_smoothie_img { margin: 1em 0; }
.home_page_mobile .header-container-wrapper { position: fixed; background-color:#fff; }
.home_page_mobile .body-container-wrapper { padding-top: 4em !important; }
.home_mobile_testimonial_group_background { background-color: #f6f6f6; padding: 3em 0; text-align: center; }
.mobile_testimonial_content_group { margin: 2em 0 0; float: left; width: 100%; }
.mobile_testimonial_review_start { float: left; width: 50%; }
.mobile_testimonial_user { float: left; width: 50%; color: #9a9a9a; text-align:left; padding-left:15px; padding-top:3px; }
.mobile_testimonial_content { float: left; width: 100%; margin: 1em 0; }
.mobile_testimonial_content p { color: #2b2b2b; }
.home_mobile_why_dmanna h5 { color: #242424; font-size: 18px; margin-top: 2em; }
.home_mobile_why_dmanna_group_background { text-align: center; padding: 3em 0; }
.mobile_footer_group_background { background-color: rgba(110,74,150,11); padding: 3em 0 7em; }
.mobile_footer_blog_subscription { margin-top:1em; }
.mobile_footer_blog_subscription form label { display: none; }
.mobile_footer_blog_subscription form input[type="email"] { border-radius: 0; height: auto; padding: 0.8em 1em; border: none; box-shadow: none; color:#767676; }
.mobile_footer_blog_subscription form .hs-button.primary.large { border-radius: 0; border: none; padding: 0.7em 1.2em; color: rgba(110,74,150,11); font-size: 16px; font-weight: 700; }
.mobile_footer_blog_subscription form .hs-button.primary.large:hover { color:#fff; }
.mobile_footer_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { padding: 0; margin: 0; }
.mobile_footer_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li { margin: 0; padding: 0.5em 0; }
.mobile_footer_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { padding: 0; margin: 0; color: #ffffff; font-weight: 600; }
.mobile_footer_simple_menu { padding: 1em 0 0; }
.mobile_footer_details_content ul { margin: 0; padding: 0 0 0 1em; }
.mobile_footer_details_content ul li { color:#fff; line-height:1.3em; padding: 0.5em 0;}
.mobile_footer_social_icon_list ul { margin: 0; padding: 0; list-style: none; text-align: center; display: ; }
.mobile_footer_social_icon_list ul li { list-style: none; display: inline-block; padding: 0.8em 1em; }
.mobile_footer_social_icon_list ul li a { color: #fff; font-size: 24px; }
.mobile_footer_social_icon_list h6 { margin: 0; text-align: center; }
.mobile_footer_social_icon_list h6 a { color: #ffffff; font-size: 22px; }
.mobile_footer_social_icon_list p { color: #fff; border: 1px solid #fff; padding: 1em; margin: 2em 0; text-align: center; }
.mobile_footer_copyright { text-align: center; }
.mobile_footer_copyright p { font-size:14px; color:#fff; }
.suffering_content { text-align: center; }
.mobile_footer_order_now_cta { background-color: #ffffff; text-align: center; padding: 0.8em 0; position: fixed; bottom: 0; width: 100% !important; left: 0; }
.mobile_order_now_button_group { background-color: #fff; text-align: center; position: fixed; bottom: 0; left: 0; right: 0; padding: 1.3em 1em; display: block; z-index: 99; }
.mobile_order_now_button { background-color: #735bb6; padding: 0.8em 2em; border-radius: 7px; }
.mobile_order_now_button a { color: #ffffff; width: 100%; font-weight: 700; }
 .global_footer_group_background { padding: 3em 0em 7em; }   
 .span12.widget-span.widget-type-cell.mobile_order_now_button_group { display: block; }
.home_page_video .wistia_responsive_padding { margin:2em auto; width:100%; }
.row-fluid .prevention_content h2 { color: #ffffff; }
.home_page .row-fluid .hero_group_background { padding: 3em 0 0; }
.prevention_left_content_group { display: table-footer-group !important; }
.home_page_video { display: table-header-group !important; }
.row-fluid .dmanna_gradient_group, .row-fluid .dmanna_purple_group, .row-fluid .dmanna_white_group, .row-fluid .dmanna_green_group { height: auto; padding-bottom: 2em; }  
.row-fluid .purple_options_content_group .purple_group, .row-fluid .purple_options_content_group .secondary_purple_group, .row-fluid .purple_options_content_group .dark_purple_group { padding: 2em 2em;}
.blog_listing_group_left img.hs-featured-image{ height:auto !important }
.dmann_blog .body-container-wrapper, .blog_post_details .body-container-wrapper { padding-top:5em !important; }
.table_contents_hero_title h1 { font-size: 40px; line-height: 1.3em; }  
.row-fluid .table_contents_hero_background { border-top: none; margin-top: 3em; }  
 .table_contents_hero_background .table_contents_all { width: 100%; }
.table_contents_hero_background .table_contents_section > div, .table_contents_hero_background .table_contents_section .fixed { width: 100%; position: relative; right: 0em; top: 0em; background-color: #f0eff3; border-radius: 10px; padding: 2em; }
.table_contents_hero_background .table_contents_section .fixed:before{ content:none }
.row-fluid .table_contents_section { background-color: transparent; padding: 0; border-radius: 0px; }  
.row-fluid .table_contents_hero_right { display: table-header-group; }
.row-fluid .table_contents_hero_left { display: table-footer-group; }
.table_contents_hero_left_content > div { margin-top: 6em; }    
.row-fluid .table_contents_hero_left, .row-fluid .table_contents_hero_right { margin-left: 0 !important; width: 100% !important; float:none !important; }   
.blog-listing-wrapper .hs-author-profile { margin-top: 1.3em; text-align: center; float:left; width:100%; }
.blog-listing-wrapper .hs-author-profile h2.hs-author-name { text-align: center; font-size: 33px; }
.blog-listing-wrapper .hs-author-profile img { max-width: 45%; }
.blog-listing-wrapper .hs-author-profile .hs-author-avatar { width: 100%; margin-top: 1em; }
.blog-listing-wrapper .hs-author-profile .hs-author-bio { width: 100%; margin-top: 1em; display: none; }  
}

@media(max-width:600px){
    .purchase_cost_table_combined .cost_text_red img{
        width:7%!important;
        padding-left:.2em!important
    }
}
@media (max-width:480px){
    .row-fluid .contact_from input.hs-input,.row-fluid .contact_from textarea.hs-input,.row-fluid .get_started_form form fieldset input.hs-input,.row-fluid .want_to_help_form form fieldset input.hs-input{
        width:100%!important
    }
    .row-fluid .dmanna_good_for_women_group_background h2,.row-fluid .dmanna_good_for_world_group_background h2,.row-fluid .dmanna_good_for_you_content h2{
        font-size:38px
    }
    .row-fluid .dmanna_good_for_women_group_background p,.row-fluid .dmanna_good_for_world_group_background p,.row-fluid .dmanna_good_for_you_content p{
        font-size:18px;
        padding:0
    }
    .dmanna_site_page_design .body-container-wrapper{
        padding-top:75px !important
    }
    .dmanna_site_page_design .dmanna_change_cta,.dmanna_site_page_design .dmanna_more_cta{
        font-size:22px
    }
    .dmanna_error_page_new .error_page_new_title h2{
        font-weight:400;
        letter-spacing:.04em;
        line-height:38px
    }
    .purchase_cart_cta_combined .purchase_cta_group{
        width:100%;
        text-align:center
    }
    .purchase_costs_cta_combined .purchase_cta_group{
        width:62%;
        float:right;
        position:relative;
        text-align:center;
        right:0
    }
    .purchase_cost_table_combined .cost_text_red img{
        width:13%!important;
        padding-left:.2em!important
    }
    .purchase_cart_cta_combined .purchase_price_text,.purchase_costs_cta_combined .purchase_price_text{
        z-index:999;
        min-height:48px!important;
        padding:.28em 1em;
        position:relative;
        text-align:center;
        width:35%!important;
        float:left!important
    }
    .purchase_costs_cta_combined .purchase_price_text{
        left:1.2em
    }
    .purchase_cart_cta_combined .purchase_price_text{
        left:1em
    }
    .purchase_cart_cta_combined .purchase_cta_group_left{
        width:62%;
        float:right
    }
    .purchase_patients_flexible .patient_star_name{
        width:100%;
        float:none;
        text-align:left;
        padding-bottom:.5em;
        margin:0 auto
    }
    .row-fluid .lp_hero_background_group .hero_content_lp h1{
        font-size:30px
    }
    .row-fluid .frequent_questions_title h2{
        font-size:27px
    }
    .row-fluid .terms_use_sale_content_group .terms_use_and_sale_contents p{
        padding:0 1em
    }
    .row-fluid .terms_use_and_sale_contents h1{
        font-size:30px
    }
    .row-fluid .terms_use_and_sale_contents .hs_cos_wrapper_type_rich_text ul li>ul li::before{
        padding:0
    }
    .row-fluid .faq_form_group_background .faq_form_title_content h2{
        font-size:28px
    }
    .row-fluid .dmanna_ty_post_group_title h2{
        font-size:22px
    }
    .post_hero_image{
        background-size:100% 100%;
        height:200px
    }
    .apply_now_con_cta_group .apply_now_title h4,.row-fluid .beta_tasting_hero_group .hero_beta_taster_title h1,.row-fluid .beta_tasting_question_answer_group .beta_tasting_questions_answers h4{
        font-size:40px
    }
    .row-fluid .beta_hero_content_left_title h2{
        font-size:17px;
        padding:8px 0 0
    }
    .row-fluid .beta_tasting_form_group form fieldset .hs-form-field input.hs-input{
        width:100%
    }
    body.beta_tasting_page form.hs-form fieldset .hs-form-field{
        padding:0
    }
    .row-fluid .beta_tasting_form_group h3.form-title{
        margin-right:0
    }
    .by_text_con,.row-fluid .blog_header_title_content h1 a{
        font-size:40px
    }
    body.site-page-three-column .row-fluid .subscribe-form h2,body.site-page-three-column .title-background h1{
        font-size:30px
    }
  
.row-fluid .brandguide_betataster_title_1 h2, .row-fluid .brandguide_betataster_title_2 h2 { font-size: 55px; }
.row-fluid .dmanna_purple_options_group .purple_options_title h2, .row-fluid .download_our_assets_group .download_our_assets_title h2 { font-size: 28px; }
.row-fluid .dmanna_purple_options_group .purple_options_title h2::before, .row-fluid .download_our_assets_group .download_our_assets_title h2::before { content: none; }
.webResult-inner1, .webResult-inner2 {
	float: left;
	width: 100%;
}
.webResult-inner1 { padding-right:0em; }
.webResult-inner1 h2 a { color:#000; font-size:18px; line-height:1em; }
.webResult-inner1 a { color:#ffffff; font-size:14px; }
.webResult-inner2 { padding-left:0em; color:#ffffff; } 
.webResult-inner2 p { font-size:14px; }
  
}
@media(max-width: 468px){
.table_contents_hero_left_content > div { margin-top: 9em; }   
}
@media(max-width: 400px){
.table_contents_hero_left_content > div { margin-top: 12em; }   
}
@media(max-width: 360px){
.home_page_mobile .row-fluid .home_hero_content_group_background h1 { font-size: 38px; }   
.home_page_mobile h3 { font-size: 20px; }
.apply_cta_beta_tasting { padding: 10px 65px !important; }
 
}    

@media(max-width: 320px){
.row-fluid .dmanna_light_short_logo_contents h2, .row-fluid .dmanna_dark_short_logo_contents h2, .row-fluid .betataster_detailed_contents_1 h2, .row-fluid .dark_rank_icon_detailed_contents_left h2, .row-fluid .betataster_detailed_contents_2 h2, .row-fluid .betataster_checkicon_title h2, .row-fluid .brandguide_hero_content_left h2, .row-fluid .secondary_logo_content_left h2 { font-size: 25px; }
  }




