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

@font-face {
  font-family: 'UniversLTStd-LightCn';
  src: url('//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Fonts/UniversLTStd-LightCn.eot') format('embedded-opentype'),  url('//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Fonts/UniversLTStd-LightCn.otf')  format('opentype'),
         url('//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Fonts/UniversLTStd-LightCn-1.woff') format('woff'), url('//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Fonts/UniversLTStd-LightCn.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd-UltraCn';
  src: url('//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Fonts/UniversLTStd-UltraCn.eot') format('embedded-opentype'),  url('//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Fonts/UniversLTStd-UltraCn.otf')  format('opentype'),
         url('//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Fonts/UniversLTStd-UltraCn.woff') format('woff'), url('//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Fonts/UniversLTStd-UltraCn.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

/***********************************************/
/* 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;}




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



body{
    font-family: 'UniversLTStd-LightCn';
    margin:0;
    padding:0;
    }


p{
    margin:0;
}


a{
    text-decoration:none;
}

ul {
    list-style-type:none;
    padding:0;
    margin:0;
}
.hs_cos_wrapper_type_rich_text ul {
    padding-bottom:35px;
}
h1,h2,h3,h4,h5,h6{
     font-family: 'UniversLTStd-LightCn';
     font-weight: 100;
}

h1{
    font-size:60px;
}

h2{
    font-size:40px;
}

h3{
    font-size:35px;
}

h4{
    font-size:23px;
    line-height:1;
}

 a:hover, a:focus {
    color: #7aac42;
}


.container{
    max-width:1028px;
    width:100%;
    margin:0 auto !important;
    float:none !important;
}

.header-container{
    background:transparent;
    padding:10px 0 1px 0;
}
.header-container-wrapper{
    position:relative;
    background:transparent !important;
     width: 100%;
    z-index: 999;
}
.dec16-home .header-container-wrapper{ 
    position:absolute!important;
}
.body-container-wrapper{
    padding:0 !important;
}

.header{
    text-align:center;
}

.logo {
    margin-top: 24px;
}

.nav-bg {
    background-color: rgba(122,172,66,0.7);
    margin-top: 20px;
    height: 54px;
}

.nav-bg .custom-menu-primary ul {
    float: none !important;
    display: inline-block;
}

.custom-menu-primary ul {
    float: right!important;
    padding-top: 12px!important;
    margin: 0 !important;
}

.custom-menu-primary ul li{
    font-size: 22px !important;
    text-transform: uppercase !important;
    margin-right:17px !important;
}

.custom-menu-primary ul li:last-child{
    margin:0 !important;
}

.custom-menu-primary ul li a {
    max-width: 100%!important;
    white-space: normal!important;
    padding: 0!important;
    color: #333 !important;
    line-height: 1;
    margin-bottom: 15px;

}
.dec16-home .custom-menu-primary ul li a {
    color:#fff!important;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    margin-bottom: 0;
}

.banner{
    background-image: url("//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Images/banner.jpg?t=1445240294397");
    min-height:776px !important;
    position:relative;
     background-repeat: no-repeat;
    background-size: cover;
    background-position:0% 0%;
}
.banner-caption{
    background-color: #fff;
}
.banner-caption h2{
    text-transform:none !important;
    font-size:38px;
    color:#008d61;
    padding: 0 ;
    margin:0;
}
.capabilities-green-bg h2{
    text-align: center;
    font-weight: 100;
    text-transform:uppercase;
}

.capabilities-green-bg{
    padding:6px 0 30px;
    background-color:#008d61;
}

.our-capabilities-column {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    max-width: 610px;
}

.our-capabilities{
    background-color: #fff;
    margin-top:6px;
    padding: 45px 0 46px;
}

.our-capabilities h2{
    color:#333333;
}

.capabilities-section{
    max-width:141px;
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.cap-icon {
    display: block;
    margin: 0 auto 20px;
    background-color: #7aac42;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 3.8;
    text-align: center;
}

.capabilities-section a {
    font-size: 22px;
    cursor: pointer;
}

.capabilities-statements {position:relative;}
.cap-statement-wrapper {position:relative; background-color:#fff; text-align:center;border: 5px solid #fff;}
.cap-statement-wrapper a {padding: 15px; display: block;}
.cap-statement-wrapper.active-csw,
.cap-statement-wrapper:hover {border: 5px solid #7ac143;}
.cap-statement-box h4 {margin:8px 0; line-height:125%;color:#333;}
.cap-statement-wrapper a:hover {color:#333!important;}
.cap-statement-box p {margin-bottom:8px;}
.cap-statement-box {position: relative; left:0px; right:0px; top:15px; margin:0 15px 10px;}
.cap-statement-wrapper img {vertical-align: top; margin-top: 10px;}
.inner-banner-capabilities {
    background:url(//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Images/Capabilities.jpg); 
    position:relative;
    min-height:450px !important;
    background-repeat: no-repeat;
    background-size: cover;
     background-position:50% 0% ;
}
.inner-banner-capabilities .overlay {
    min-height: 450px!important;
    padding: 100px 0!important;    
}

@media (max-width: 767px) {
    .cap-statement-wrapper {width:28%!important;display:inline-block!important;margin:5px!important;vertical-align:top!important;}
    .cap-statement-wrapper a {padding: 0 5px 10px 5px!important;}
    .cap-statement-wrapper h4 {font-size:13px!important;margin:0 0 5px 0!important;line-height:115%!important;}
    .cap-statement-wrapper span {font-size:11px!important;}
    .cap-statement-wrapper img {margin-top:0!important;max-width:35px!important;}
    .cap-statement-wrapper .widget-type-linked_image {display:none!important;}
    .cap-statement-wrapper.active-csw, .active-csw, .cap-statement-wrapper:hover {border: 5px solid #7ac143;}
    .cap-statement-box {margin:0!important;}
    .inner-banner-capabilities { margin-bottom:-15px!important;min-height:200px!important;}
    .inner-banner-capabilities .overlay { padding:15px 0!important;text-align:center;min-height:200px!important;}
}

.our-capabilities-column .hs_cos_wrapper_type_custom_widget:last-child .capabilities-section {
    margin: 0;
}
.wp-col .hs_cos_wrapper.hs_cos_wrapper_widget_container.hs_cos_wrapper_type_widget_container {
    display: inline-flex;
    width: 100%;
}

/*===========================================================Who We Are Section Starts here======================================================*/
.who-we-are-bg{
    background-image:url("//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Images/who-we-are-bg.jpg");
    color:#fff;
    text-align:center;
    background-size: cover;


}

.overlay{
    background-color:rgba(0,0,0,.6);
    min-height: 349px !important;
}

.who-we-are-bg .overlay{
padding:92px 0 109px;
}

.who-we-are-bg h2{
    line-height: 1;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.who-we-are-bg p{
    max-width: 767px;
    margin: 0 auto;
    font-size: 24px;
    padding: 0 10px;
}
/*===========================================================Who We Are Section Ends here======================================================*/

/*===========================================================Our Team Section Starts here======================================================*/

.our-team-bg{
    background: transparent url("//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/dec_home/our-team_centered.jpg?t=1445322620666");
    text-align:center;
    padding: 177px 0 271px;
    color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 0% ;
}
.our-team-bg2017 {
    background: #f9fbf8 url("https://cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/dec_home/team-lamp-top.png");
    text-align:center;
    padding-top: 177px;
    color: #333;
    background-repeat: no-repeat;
    background-position:top center;    
}
.team-table-bottom {
    background: #f9fbf8 url("https://cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/dec_home/team-table-bottom.png");
    padding-top: 350px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:bottom center;        
}
@media (min-width: 1550px) {
.team-table-bottom {
    padding-top: 400px!important;
    }
}
@media (max-width: 950px) {
.team-table-bottom {
    padding-top: 300px!important;
    }
}
@media (max-width: 690px) {
.team-table-bottom {
    padding-top: 150px!important;
    }
}
.our-team-bg h2,
.our-team-bg2017 h2
{
    padding-top:15px;
    text-transform: uppercase;
}

.our-team-bg p,
.our-team-bg2017 p {
    max-width: 764px;
    margin: 0 auto;
    font-size: 24px;
    padding: 0 10px;
}

.our-team-main {
       display: inline-block;
    margin: 50px auto 0;
    width: 100%;
}

.left-section {
       width: 40%;
    text-align: left;
    float: left;
}

.right-section {
      float: left;
    width: 60%;
    text-align: left;
}

.our-team-section {position:relative; padding: 60px 0;}
.senior-staffs-section .shadow-img-boxes {width:30%; text-align:center; margin: 0 15px 30px;}
/*.senior-staffs-section .shadow-img-boxes img {width:150px; height:190px;}*/
/*.other-staff-section .shadow-img-boxes img {width:100px; height:140px;}*/
.other-staff-section .shadow-img-boxes {width:18%; text-align:center; margin: 0 15px 30px;}
.shadow-img-boxes {float:left;}

@media (min-width: 1024px) {
    /*.our-team-section { padding: 20px 50px;}*/
    .senior-staffs-section .shadow-img-boxes {width: 30%; margin: 0 15px 40px;}
    .other-staff-section .shadow-img-boxes {width: 15%; margin: 0 25px 20px;}
}
@media (max-width: 1280px) and (min-width: 1024px) {
    .other-staff-section .shadow-img-boxes {margin: 0 23px 20px;}    
}
@media (max-width: 1023px) and (min-width: 768px) {
    /*.our-team-section { padding: 20px 50px;}*/
    .senior-staffs-section .shadow-img-boxes {width:28%; margin: 0 15px 40px;}
    .other-staff-section .shadow-img-boxes {width:20%; margin: 0 15px 20px;}
}
@media (max-width: 767px) {
    /*.our-team-section { padding: 20px 20px;}*/
    .shadow-img-boxes {float:none;}
    .senior-staffs-section .shadow-img-boxes {width:28%!important; margin: 0 15px 40px;float:left;/*width:190px; margin: 0 auto; padding:20px 6px;*/}
    .other-staff-section .shadow-img-boxes {width:30%!important; height:auto!important;margin: 0 5px 20px;float:left;/*width:150px; margin: 0 auto; padding:20px 6px;*/}
}
@media (max-width: 579px) {
    .senior-staffs-section .shadow-img-boxes {width:100%!important;margin: 0 auto; padding:20px 6px;float:none!important;}
    /*.other-staff-section .shadow-img-boxes {width:48%!important;margin: 0 0 20px; }*/
}
@media (max-width: 399px) {
    /*.other-staff-section .shadow-img-boxes {width:100%!important;margin: o auto!important;float:none!important; }*/
}
.shadow{
    transition: all 1s ease-in-out;
    display: inline-block;
    -webkit-box-shadow: 11px 9px 30px 0px rgba(147,148,148,.8);
    -moz-box-shadow: 11px 9px 30px 0px rgba(147,148,148,.8);
    box-shadow: 11px 9px 30px 0px rgba(147,148,148,.8);
    border: 4px solid #f3f2ee;
    vertical-align: top;
    position:relative;
    }

.shadow:before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
}

.shadow a {
    display: inline-block;
    position: relative;
}

.shadow a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 8px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.5);
}

.thumbnail{
    display: inline-block;
    padding: 18px;
    -webkit-box-shadow: inset 0px 3px 7px 2px rgba(198,196,191,1);
    -moz-box-shadow: inset 0px 3px 7px 2px rgba(198,196,191,1);
    box-shadow: inset 0px 3px 7px 2px rgba(198,196,191,1);
    background-color: #edebe6;
}
.team-bottom-sec img {
    max-width: 150px;
    width: 100%;
}
.blank{
    display: inline-block;
    padding: 30.5px 39.5px;
    -webkit-box-shadow: inset 0px 3px 7px 2px rgba(198,196,191,1);
    -moz-box-shadow: inset 0px 3px 7px 2px rgba(198,196,191,1);
    box-shadow: inset 0px 3px 7px 2px rgba(198,196,191,1);
    background-color: #dcd9d1;
}

.left-section .shadow:first-child{
    margin: 0 33px 0 8px;

}
/*
.left-section .shadow:first-child .thumbnail {
    height: 95px;
}*/

.left-section .shadow:nth-child(3) {
    margin-top: -37px;
}


.left-section .shadow:nth-child(4) {
    margin: 30px 0 20px 72px;
}

.left-section .shadow:nth-child(5) {
    margin: -40px 26px 0 35px;
}


.right-section .shadow:first-child {
    margin: 0 0 0 49px;
}

.right-section .shadow:nth-child(2) {
    vertical-align: bottom;
    margin: 0 17px -20px 29px;
}

.right-section .shadow:nth-child(3) .blank{
    padding: 51.5px 41px;
}
.right-section .shadow:nth-child(3) .thumbnail{
    height:135px;
}

.right-section .shadow:nth-child(5) {
    margin: 35px 0 0 9px;
}


.right-section .shadow:nth-child(4) {
    margin: 27px 0 0 -3%;
}

.right-section .shadow:nth-child(6) {
    margin: 96px 0 0 4%;
}



.right-section .shadow:nth-child(6) .blank {
    padding: 58px 35px;
}

.right-section .shadow:nth-child(8) {
    margin: 20px 0 0 14px;
}





.green-separator{
    background-color:#008d61;
    min-height:37px !important;
}
/*===========================================================Our Team Section Ends here======================================================*/

/*===========================================================Insight Section Starts here======================================================*/
.insight-bg-image{
    background-image:url("//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Images/Insight.jpg");
    min-height:286px !important;
    background-size:cover;
    background-position:50% 0% ;
}
.insight-bg-image .overlay{
    min-height:286px !important;
}

.insight {
    background-color:#dfdfdf;
    color:#333333;
    text-align:center;
    padding:65px 0 54px;
}

.insight h1{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

.insight-section {
    max-width: 250px;
    display: inline-block;
    text-align: center;
    float: left;
    width: 24%;
    margin-right: 7px;
}
.insight .hs_cos_wrapper_type_custom_widget.insight-section {
    margin: 0;
}

.insight-section img {
    border: 3px solid #fff;
}

.insight-section h4{
    margin:11px 0;
    display: inline-block;
    text-transform:uppercase;
}

.insight-section p {
    font-size: 20px;
    line-height: 23px;
     padding: 0 12px;
}

/*===========================================================Insight Section ends here======================================================*/

/*===========================================================Our Client Section starts here======================================================*/
.our-clients {
    width: 50%;
    float: left;
    position: relative;
}

.our-clients:hover {
    cursor: pointer;
}

.our-clients .our-client-caption {
    position: absolute;
    left: 0;
    bottom:0;
    font-family: 'UniversLTStd-UltraCn';
    line-height: 21px;
    text-transform: uppercase;
    padding: 32px 70px 17px 27px;
    width: 100%;
    /*cursor: pointer;*/
    color:#919191;
}

.our-clients h3:first-child {
   color:#fff;
}
.our-clients h3 {
    font-family: 'UniversLTStd-UltraCn';
}
.our-clients img {
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    width: 100%;
}

.our-clients:hover .our-client-caption{
    background:rgba(122,172,66,.7);
    color:#7aac42;
}

.our-clients:hover img{
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
/*===========================================================Our Client Section Ends here======================================================*/

/*===========================================================Contact Section starts here======================================================*/

.contact-section {
    max-width: 877px!important;
    width: 100%!important;
    margin: 0 auto !important;
    float: none !important;
    padding: 68px 0 52px;
}

.contact-section .hs_cos_wrapper_type_form .hs-form-field>label {
    display: none;
}

.get-in-touch {
    max-width:100% !important;
 /*   padding: 0 10px;
    width: 48% !important;*/
}

.how-to-reach:not(.how-to-reach_v2) {
    margin-left: 50px !important;
    max-width: 370px;
    width: 44% !important;
}

.contact-section form {
    margin-top: 40px;
}

.contact-section:not(.contact-section_v2) input {
    background-color: #f7f8fa!important;
    border: none!important;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.075)!important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: 'UniversLTStd-LightCn' !important;
    color: #333333 !important;
}

.contact-section:not(.contact-section_v2) textarea{
    background-color: #f7f8fa!important;
    border: none!important;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.075)!important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: 'UniversLTStd-LightCn' !important;
    color: #333333 !important;
}

.contact-section:not(.contact-section_v2) input[type="submit"] {
    background-color: #7aac42 !important;
    color: #fff !important;
    font-family: 'UniversLTStd-UltraCn' !important;
    font-size: 30px !important;
    padding: 5px 23px !important;
    line-height: 1 !important;
    margin-top: 22px;
}

.contact-section p {
    color: #333333;
    font-size: 20px;
    line-height: 26px;
}

.contact-section .how-to-reach p:last-child{
    margin-right:0;
}
.contact-section .how-to-reach p {
  color: #333333;
    margin: 5px 0;
}
.contact-section h2 {
    text-transform: uppercase;
     color: #333333;
}
.contact-section form .hs-input {
    color: #000000 !important;
}
.contact-section form textarea {
    min-height: 115px;
}

.contact-cta a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/cta-star.png") no-repeat scroll 2% 11px / 18px auto;
    font-size: 23px !important;
    max-width: 200px;
    padding: 9px 0 5px;
}

/*.contact-cta a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:active,
.contact-cta a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:active:hover,
.contact-cta a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:hover{
    background:rgb(209, 209, 209) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/cta-star.png") no-repeat scroll 13% 11px / 18px auto;
    font-size: 23px !important;
    max-width: 263px;
    padding: 9px 0 5px;
}*/


/*===========================================================Contact Section ends here======================================================*/

/*===========================================================Footer starts here======================================================*/
.footer-bg {
    text-align: center;
    background-color: #333333;
    padding:25px 0 18px;
    color: #fff;
    font-size:14px;
}
.footer-bg ul {
    display: inline-block;
    margin: 25px 0 20px;
}

.footer-bg li {
    float: left;
    margin-right: 10px;
    font-size: 20px;
}

.footer-bg li:last-child {
    margin:0;
}

.footer-bg li a {
    color:#fff;
    cursor: pointer;
}

.footer-bg li:hover a {
    color: #7aac42;
}

.footer-bg ul li i {
    font-size: 23px;
}

.design{
    display:none !important;
}

.design a {
    color: #fff;
}

.design a:hover {
    color: #7aac42;
}


/*===========================================================Footer ends here======================================================*/

.inner-header {
    padding-bottom: 20px;
    border-bottom:1px solid rgba(255,255,255,.3);
}

.inner-header .logo {
    margin-top: 9px;
}
.inner-container{
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 870px;
    width: 100% !important;
}
.inner-header .nav-bg {
    background-color:transparent;
    margin-top: 0;
}
.inner-header .custom-menu-primary
{
    margin-top:85px;
}
/*.inner-header .custom-menu-primary ul {
    margin: 85px 0 0 0!important;
}
*/
.inner-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #7aac42 !important;
}

.inner-banner{
    background:url(//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Images/Capabilities.jpg);
    position:relative;
    min-height:563px !important;
    background-repeat: no-repeat;
    background-size: cover;
     background-position:50% 0% ;
}

.inner-banner .overlay
{
    min-height: 563px!important;
    padding: 244px 7px 0;
}

.banner-module-container{
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 870px;
    width: 100% !important;
}



/*.main-banner-div {
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 195px;
    background-color:#fff;
    min-height: 195px;
    vertical-align: middle;
    line-height: 6;
    float: left;
    margin-right: 3.38%;
}
.main-banner-div h4 {
    color: #1a1a1a;
    font-size: 32px;
    margin: 15px 0;
}
.hover-banner-div h4 {
    color: #ffffff;
    margin: 10px 0;
     font-size: 28px;
}
.hs_cos_wrapper_type_custom_widget:last-child .main-banner-div{
    margin:0;
}
.hover-banner-div {
    width: 100%;
    max-width: 195px;
    position: absolute;
    top: 0;
   display: none;
    background-color: #7aac42;
    min-height: 195px;
    padding: 10px 6px;
    color: #fff;
}

.hover-banner-div p{
    line-height:1.5;

}

.main-banner-div:hover .hover-banner-div {
    display:block;
}*/
/********updated css--16-11-15****/

.card {
 width: 100%;
    text-align: center;
    position: relative;
    max-width: 195px;
    min-height:215px;
    vertical-align: middle;
    line-height: 6;
    float: left;
    margin-right: 3.38%;
}

.card__front,
.hover-banner-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front,
.hover-banner-div {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}

.card__front {
  background-color: #fff;
}

.hover-banner-div {
  background-color: #7aac42;
  -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotate(-180deg);
    -sand-transform: rotate(180deg);
    transform: rotateY(180deg);

}

/* hover effect */
.card.main-banner-div:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.main-banner-div:hover .hover-banner-div {
    -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.main-banner-div h4 {
    color: #1a1a1a;
    font-size: 32px;
    margin: 15px 0;
}
.hover-banner-div h4 {
    color: #ffffff;
    margin: 10px 0;
     font-size: 28px;
}
.hs_cos_wrapper_type_custom_widget:last-child .card{
    margin:0;
}
.hover-banner-div {
    min-height: 195px;
    padding: 10px 6px;
    color: #fff;
}

.hover-banner-div p{
    line-height:1.5;

}

/***end***/


.left-text-section {
    max-width: 247px;
}

.left-text-section h4 {
    font-size: 28px;
    color: #008d61 !important;
    line-height: 34px;
}

.right-text-section{
    max-width: 551px;
    font-size: 22px;
    line-height: 38px;
}

.right-text-section p {
    margin-bottom: 36px;
    color: #666666;
}


.form-bg{
    background-color:#008d61;
    padding: 38px 20px 50px !important;
    text-align:center;
    text-transform: uppercase;
    color:#fff;
}

.form-bg form{
    max-width: 630px;
    margin: 0 auto;
}

.form-bg input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 2px solid #7aac42 !important;
    border-radius: 0 !important;
    color: #fff !important;
    display: inline-block;
    height: 50px !important;
    line-height: 1 !important;
    margin: 0;
    max-width: 485px !important;
    padding: 8px 12px !important;
    text-transform: uppercase;
    width: 75% !important;
}

.form-bg input[type="submit"] {
    background-color: #7aac42 !important;
    border: 2px solid #7aac42 !important;
    font-family: "UniversLTStd-UltraCn" !important;
    font-size: 30px !important;
    margin: 2px 0 0;
    max-width: 158px !important;
    padding: 0 !important;
    width: 25% !important;
}

.form-bg input[type="submit"]:hover{
    color: #7aac42 !important;
    background-color:#fff !important;
}
.media-planning-form .actions
{
    text-align:center;
}
.media-planning-form .hs-button.primary.large
{
    background: rgb(0, 141, 98) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: rgb(255, 255, 255);
    font-family: "UniversLTStd-UltraCn";
    font-size: 20px;
    padding: 0 90px;
    text-transform: uppercase;
    margin: 30px 0;
}
.media-planning-form textarea
{
   min-height: 100px !important;
}
.media-planning-form .hs-input
{
    border-color: rgb(241, 242, 243);
}
.media-planning-form .hs-input
{
    border-radius:0px;
    background-color:#fff;
}
.media-planning-form label
{
    font-size:14px;
    text-transform:uppercase;
    color:#333;
    font-weight: 100;
}
.media-planning-form
{
    margin-top:50px;
    margin-bottom: 30px;
}
.media-planning-form h3
{
    font-size:31px;
    text-transform:uppercase;
    color:#333;
    margin-bottom:20px;
}

.media-logos-float .hs_cos_wrapper_type_linked_image {
    float:left!important;
    width:20%!important;
    padding:20px!important;
}
.client-logos-float .hs_cos_wrapper_type_linked_image {
    float:left!important;
    width:25%!important;
    padding:20px!important;    
    text-align:center!important;
    min-height:165px!important;
    max-height:165px!important;
}
.client-logos-float .hs_cos_wrapper_type_linked_image:before,
.client-logos-float .hs_cos_wrapper_type_linked_image_before {
    content: "";
    display: inline-block;
    height: 125px;
    vertical-align: middle;
    overflow:hidden;
}
.client-logos-float .hs_cos_wrapper_type_linked_image img {
    vertical-align: middle;
    max-height: 210px;
    max-width: 160px;
}
@media (max-width: 767px) {
    .media-logos-float .hs_cos_wrapper_type_linked_image {width:33%!important;}
    .client-logos-float .hs_cos_wrapper_type_linked_image {width:100%!important;float:none!important;}
    .client-logos-float .hs_cos_wrapper_type_linked_image {padding:0 20px!important;}
}
.media-technology-header h4 {
    margin:30px 0 0 0!important;
}
.contact-wording
{
    font-size:22px;
    color:#008d61;
}
.text-section
{
    padding-top:70px;
}


.media-planning-form .hs_email
{
    margin-top: -75px;
    max-width: 430px;
    width: 50%;
}
.text-section h1
{
    text-align:center;
    font-size:60px;
    text-transform:uppercase;
    color:#333;
    margin-bottom:30px;
}
.text-section h4
{
    font-size:28px;
    color:#666;
    font-weight:500;
    margin-bottom:30px;
}
.text-section p
{
 font-size:22px;
 margin-bottom:20px;
 color:#666;
 margin-bottom:30px;
}
.text-section ul li {
 font-size:20px;    
 margin-bottom:5px;
 color:#666;
}
.text-section p a {
    color: #008d61;
}

.media-planning-form
{
    background-color:#f7f8fa;
}

.media-planning-form .hs-input:focus
{
    border-color: rgb(241, 242, 243) !important;
    box-shadow:none !important;
}
.buying-right h4
{
    font-size: 24px;
    color:rgb(33,158,118);
}

.buying-right ul li:before {
    display: none;
    }
    .buying-right ul li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 20px;
    }

    .buying-right ul{
        margin-bottom:30px;
    }

.simple-menu ul li a
{
    font-size: 24px;
    max-width: 100% !important;
}
.buying-right p
{
    color: rgb(102, 102, 102);
    font-size: 22px;
    margin-bottom:30px;
    line-height:38px;
}

.buying-right p a{
    color:#219e76;
}

.text-portion
{
    padding:60px 0 0;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a::after
{
    display:none;
}
.buying-right h1
{
    color: rgb(51, 51, 51);
    font-size: 60px;
    margin-bottom:20px;
    text-transform: uppercase;
    line-height:70px;
    margin-bottom: 10px;
}

.content-block-head-content
{
    margin-bottom:30px;
}
.custom-menu-primary ul li ul
{
    margin-top:7px !important;
}

.media-planning-form .hs-input
{
    max-width: 400px;
}


.media-planning-form .hs_company
{
    float:left;
}
.media-planning-form .hs_email
{
   float:left;
}
.media-planning-form .hs_message
{
   float:right;
}
.form-sec
{
    background-color:#f7f8fa;
    /*margin-top: 65px;*/
}

 .custom-menu-primary .hs-menu-wrapper>ul ul {
    left: -65px!important;
    background: rgba(0,0,0,.5);
    padding: 10px 0;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    min-width: 272px!important;
    width: 100%!important;
    border-radius: 0;
    border: 0;
    top: 39px;

}

 .custom-menu-primary .hs-menu-wrapper > ul > li > ul::before{
    display:none;
}

 .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin: 0 !important;
}

 .custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
    background: #036445;
}

 .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin: 0 !important;
    font-size: 20px !important;
    padding: 7px 0;
    text-transform: capitalize !important;
}

 .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    max-width: 132px !important;
    width: 100% !important;
    left: auto !important;
    right: -132px;
    top: -7px !important;
    background-color: transparent;
    padding: 0 !important;
   min-width: 132px !important;
}

 .custom-menu-primary .hs-menu-wrapper>ul ul ul li {
    background-color: rgba(0,162,97,.8);
    border-top: 1px solid rgba(0,0,0,.5);
}

.custom-menu-primary li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:before {
    content: '>';
    position: absolute;
    right: 8px;
    color: #fff;
    top: 0px;

}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) ul .hs-item-has-children::before {
    left: 240px;
    top: 0;
    right:auto;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) ul ul {
   left: auto !important;
    right: -170px;
}




.custom-menu-primary .hs-menu-wrapper>ul ul ul li:first-child {
    border-top: 0;
}


.simple-menu ul li:nth-child(1)
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/print.png") no-repeat scroll;
    padding-left: 50px;
    background-position:left 15px;
}

.simple-menu ul li:nth-child(1):hover,.simple-menu ul li:nth-child(1).active
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/print-hover.png") no-repeat scroll;
    background-position:left 15px;
}
.simple-menu ul li:nth-child(1):hover a,.simple-menu ul li:nth-child(1).active a
{
    color:rgb(122,172,66);
}
.simple-menu ul li:nth-child(2)
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/digital.png") no-repeat scroll;
    padding-left: 50px;
  background-position:left 20px;
}
.simple-menu ul li:nth-child(2):hover,.simple-menu ul li:nth-child(2).active
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/digital_hover.png") no-repeat scroll 0 0;
    background-position:left 20px;
}
.simple-menu ul li:nth-child(2):hover a,.simple-menu ul li:nth-child(2).active a
{
    color:rgb(122,172,66);
}

.simple-menu ul li:nth-child(3)
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/mobile.png") no-repeat scroll 0 0;
    background-position:left 27px !important;
}

.simple-menu ul li:nth-child(3):hover,.simple-menu ul li:nth-child(3).active
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/mobile_hover.png") no-repeat scroll 0 0;
    background-position:left 20px;
}
.simple-menu ul li:nth-child(3):hover a,.simple-menu ul li:nth-child(3).active a
{
    color:rgb(122,172,66);
}

.simple-menu ul li:nth-child(4)
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/social-media.png") no-repeat scroll 0 0;
    background-position:left 27px !important;
}
.simple-menu ul li:nth-child(4):hover a,.simple-menu ul li:nth-child(4).active a
{
    color:rgb(122,172,66);
}
.simple-menu ul li:nth-child(4):hover,.simple-menu ul li:nth-child(4).active
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/social-media_hover.png") no-repeat scroll 0 0;

    background-position:left 20px;
}
.simple-menu
{
    margin-top:15px;
}

.simple-menu ul li:nth-child(5)
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/out_of_home-1.png") no-repeat scroll 0 0;
    padding-left: 50px;
    background-position:left 10px;
   background-position:left 27px !important;
}


.simple-menu ul li:nth-child(5):hover,.simple-menu ul li:nth-child(5).active
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/out_of_home-hover.png") no-repeat scroll 0 0;

    background-position:left 20px;
}
.simple-menu ul li:nth-child(5):hover a,.simple-menu ul li:nth-child(5).active a
{
    color:rgb(122,172,66);
}

.simple-menu ul li:nth-child(6)
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/broadcast.png") no-repeat scroll 0 0;

    background-position:left 12px !important;
}
.simple-menu ul li:nth-child(6):hover,.simple-menu ul li:nth-child(6).active
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/broadcast_hover.png") no-repeat scroll 0 0;

    background-position:left 20px;
}
.simple-menu ul li:nth-child(6):hover a,.simple-menu ul li:nth-child(6).active a
{
    color:rgb(122,172,66);
}

.simple-menu ul
{
    display:inline-block !important;
}
.simple-menu ul li
{
    margin-bottom:20px;
    min-height: 61px;
     padding-left: 50px;
       display: block !important;
    float: none !important;
}
.simple-menu ul li a
{
    color:rgb(0,142,96);
    display:inline-block !important;
    line-height:63px;
    vertical-align:middle;
}

.horizontal-menu ul li{
    padding:50px 0 0 0 !important;
    position:relative;
    float: left !important;
}

.horizontal-menu ul li a{
    padding:2px;
}

.horizontal-menu ul li:nth-child(1) {
    background-position: 50% 10px!important;
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/print.png") no-repeat;
}

.horizontal-menu ul li:nth-child(2) {
    background-position: center 16px!important;
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/digital.png")no-repeat;
}

.horizontal-menu ul li:nth-child(3) {
    background-position: center 18px!important;
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/mobile.png")no-repeat;
}
.horizontal-menu ul li:nth-child(4) {
    background-position: center 22px!important;
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/social-media.png")no-repeat;
}
.horizontal-menu ul li:nth-child(5) {
    background-position: center 24px!important;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/out_of_home-1.png") no-repeat scroll 0 0;
}
.horizontal-menu ul li:nth-child(6) {
    background-position: center 15px!important;
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/broadcast.png")no-repeat;
}

/*horizontal hover  */

.horizontal-menu ul li:nth-child(1):hover {
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/print-hover.png") no-repeat;
}

.horizontal-menu ul li:nth-child(2):hover {
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/digital_hover.png")no-repeat;
}

.horizontal-menu ul li:nth-child(3):hover {
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/mobile_hover.png")no-repeat;
}
.horizontal-menu ul li:nth-child(4):hover {
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/social-media_hover.png")no-repeat;
}
.horizontal-menu ul li:nth-child(5):hover {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/out_of_home-hover.png") no-repeat scroll 0 0;
}
.horizontal-menu ul li:nth-child(6):hover {
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/broadcast_hover.png")no-repeat;
}








/*horizontal hover  */

.horizontal-menu ul li a {
    max-width: 100% !important;
    padding: 10px 14px !important;

}

.horizontal-menu ul li:last-child:after {
    display:none;
}

.horizontal-menu ul li:after {
    content: '';
    height: 50px;
    width: 1px;
    position: absolute;
    background-color: #dddddd;
    top: 20px;
}

.click-below p {
    color: #7aac42;
    max-width: 600px;
    margin: 40px 0 26px;
}

.banner-who-we-are .overlay
{
    min-height:255px !important;
}
.banner-who-we-are .overlay
{
    min-height:255px !important;
}

.who-we-are
{
    padding-top:70px;
}
.learn a
{
    color: rgb(33, 158, 118);
    font-size: 24px;
}
.who-we-are h1
{
    color: rgb(51, 51, 51);
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align:center;
}
.who-we-are p
{
    color: rgb(102, 102, 102);
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 30px;
}
.content-left-sidebar h4
{
    font-size:26px;
    color:rgb(126,173,71);
}

.content-right-sidebar h4
{
    font-size:26px;
    color:rgb(126,173,71);
}


.content-block-heading-four h4
{
    color: rgb(122, 172, 66);
    font-size: 26px;
}

.content-block-images
{
    margin:20px 0;
}

.content-block-images
{
    margin: 40px 0 0;
}

.content-block-images img
{
  padding-bottom:5px;
}

/*===-------------------------------------------------------===our mission===----------------------------------------------===*/
.our-mission-upper-block p
{
    font-size:26px;
}


.our-mission-upper-block h4
{
   font-size:32px;
   color: rgb(51, 51, 51);
}

.our-mission-heading-one h1
{
    color:rgb(51,51,51);
    text-align:center;
}

.our-mission-upper-block-desc p
{
    font-size: 26px;
    color:#666;
}


.our-mission-bottom-block-desc p
{
    font-size:20px;
     color:#666;
}

.our-mission-upper-block
{
    margin-bottom: 60px;
    margin-top: 60px;
}

.core
{
    margin-bottom: 20px;
}
.our-mission-content
{
    padding-top:70px;
}

.our-mission-bottom-block-desc {
    max-width: 258px;
}

.our-mission-expertise{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/expetise.png);
    background-repeat: no-repeat;
    background-size:38%;
    background-position:bottom right ;
}

.our-mission-buying-power{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/buying-power.png);
    margin-left: 17px !important;
     background-repeat: no-repeat;
    background-size:38%;
    background-position:bottom left;
}

.our-mission-service{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/service.png);
     background-repeat: no-repeat;
    background-size:38%;
    background-position:top right ;
}

.our-mission-access{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/access.png);
    margin-left: 17px !important;
     background-repeat: no-repeat;
    background-size:38%;
    background-position:top left ;
}


.our-mission-expertise .core-disc-left {
    margin-bottom: 56px;
}
.our-mission-buying-power .core-disc-right {
    margin-bottom: 56px;
}

.our-mission-service .core-disc-left {
    margin-top: 56px;
}

.our-mission-access .core-disc-right {
    margin-top: 56px;
}

.core-disc-left {
    max-width: 258px;
    text-align: left;
}

.core-disc-right {
    max-width: 258px;
    float: right !important;
    text-align: left;
}


 .social-symbols ul>li:nth-child(3) {
    background: #007BB6;
}

.social-symbols ul>li:nth-child(2) {
    background: #55ACEE;
}

.social-symbols ul>li:first-child {
    background: #3B5998;
}

.social-symbols ul li a i {
    margin-right: 6px;
    font-size: 17px;
}

.social-symbols ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
}

.social-symbols ul li {
    border-radius: 20px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    list-style: outside none none;
    margin-right: 10px;
    height: auto;
    width: 100%;
    max-width: 130px;
    text-align: center;
}

.social-symbols {
    margin: 30px 0;
}


.section.post-body p strong img {

}
















/* =======Our Work Page======= */



.widget-type-header h1 {
    text-align:center;
    margin:0px 0 20px 0;
    font-size:60px;
    color:#333333;
    text-transform:uppercase;
}
.our-work h2
{
    text-align:center;
    margin:0px;
    font-size:60px;
    color:#333333;
    text-transform:uppercase;
}
.our-work h3
{
    text-align:center;
    color:#008d61;
    font-size:28px;
    margin:0px;
}
.our-work-upper-desc p
{
    font-size:22px;
    color:#666666;
    line-height:1.5;
}

.our-work-desc p
{
    font-size:22px;
    color:#666666;
    line-height:1.5;
    margin-top:30px;
}
.our-client-info .our-clients
{
    width:25%;
}

.our-client-info .our-clients a
{
    padding:0px;
}
.our-work .our-clients a{

    cursor: default;
}
.our-client-info .our-clients h3
{
    margin:10px;
    line-height: 30px;
}
.our-client-info .our-clients img
{
    height:auto;
}
.our-client-info .our-client-caption
{
    padding:20px 0 !important;
}
.our-work
{
    padding:60px 0;
}
.our-client-info  .our-clients:hover .our-client-caption
{
    background:rgba(122,172,66,.7);
    color:#FFF;
}

.insights .our-client-info .hs_cos_wrapper_type_custom_widget:nth-child(1) .our-clients:hover .our-client-caption{
    background: rgba(49,93,0,.7);
    color: #FFF;
}

.insights .our-client-info .hs_cos_wrapper_type_custom_widget:nth-child(2) .our-clients:hover .our-client-caption{
    background: rgba(0,123,81,.75);
    color: #FFF;
}

.insights .our-client-info .hs_cos_wrapper_type_custom_widget:nth-child(3) .our-clients:hover our-client-caption{
    background: rgba(77,130,69,.75);
    color: #FFF;
}

.insights .our-client-info .hs_cos_wrapper_type_custom_widget:nth-child(4) .our-clients:hover .our-client-caption{
    background: rgba(186,163,213,.75);
    color: #FFF;
}



.our-work-info
{
    padding-top:30px;
}
.banner-port .overlay
{
    min-height:269px !important;
}
.banner-port .banner
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/contact-bg.png");
    min-height: 269px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:0% 0% ;
}
.banner-sec .banner {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/our-work.png");
    min-height: 350px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:0% 0% ;
}
.banner-who-we-are .banner {
    background: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/banner_who_we_are.png");
    min-height:255px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-our-mission .banner {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/banner_who_we_are.png");
    min-height:255px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 0% ;
}
.banner-career .banner
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/career.png");
    min-height:255px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50% 0% ;
}
.banner-career .overlay
{
    min-height:255px !important;
}
.banner-insight .banner
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/insights-banner.png") repeat scroll 50% 0 / cover ;
    min-height:255px !important;
    position: relative;
}
.banner-insight .overlay
{
    min-height:255px !important;
}
.banner-our-mission .overlay
{
    min-height:255px !important;
}



/* =======Contact Us Page======= */
.cntct-reach-us ul li {
    margin-bottom: 15px;
}
.cntct-reach-us ul li:before {
    display: none;
}
.cntct-reach-us ul {
    padding: 0;
}

.reach-heading h1
{
    font-size:30px;
    color:#333;
    text-transform:uppercase;
}
.first-address-desc
{
    margin-bottom:30px;
}
.first-address-desc p
{
    font-size:20px;
    color:#4d4d4d;
}
.second-address-desc p
{
    font-size:20px;
    color:#4d4d4d;
}
.get-in-touch .hs-richtext
{
    padding-bottom: 20px;
}
.contact-sec
{
    padding:70px 0;
}

.get-in-touch-form label
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
}
.get-in-touch-form .hs-button.primary.large
{
   /* background-color: #008d61;
    border: medium none;
    border-radius: 0;
    color: rgb(255, 255, 255);
    font-family: "UniversLTStd-UltraCn";
    font-size: 30px;
    padding: 0 10px;
    text-transform: uppercase;*/

     background-color: #008d61;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-family: "UniversLTStd-UltraCn";
    font-size: 30px;
    line-height: 1.1;
    padding: 0 15px;
    text-transform: uppercase;
}
.get-in-touch h3
{
    font-size:30px;
    color:#333;
    text-transform:uppercase;
}
.get-in-touch .hs-richtext
{
    font-size:18px;
}
.team-member-name
{
    font-size:40px;
    color:rgb(69,69,69);
}
.team-member-position
{
    font-size:30px;
    color:rgb(158,158,158);
}


.team-member-desc p
{

    font-size: 24px;

}
.banner-area .overlay
{
    min-height:269px !important;
}
.banner-area .banner {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/our-work.png");
    min-height: 269px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:0% 0% ;
}
.team-name-position
{
    margin-bottom:40px;
}

.social-icons
{
    /*margin-top:30px;*/
}
.team-name-position h2
{
    font-size:40px;
}
.team-name-position h3
{
    font-size:30px;
}
.team-member-info
{
 display:inline-block;
 padding:60px 0 80px;
}
.team-bottom-sec
{
    float:left;
    margin-right:50px;
}

.team-member-desc {
    width:72%;
    float: right;
}

.social-icons i
{
    color: rgb(154, 154, 154);
}
.social-icons
{
    text-align:center;
}

.social-icons li
{
  padding: 10px;
  cursor:pointer;
}
.social-icons li:hover
{
    background: rgb(122, 122, 122) none repeat scroll 0 0;
    border-radius: 2px;
    padding: 10px;

}
.social-icons li
{
    display:inline-block;
}
.social-icons li:hover i
{
    color:#fff;
}
/*.thumbnail img
{
    width:180px;
}*/


.our-team .left-section .shadow:first-child {
    margin: 0px 0 0 25%;
}

.our-team .left-section .shadow:nth-child(2) {
    margin: 17px 0 0 6%;
}

.our-team .left-section .shadow:nth-child(3) {
    margin-top: -76px;
    margin-left: 20%;
}

.our-team .left-section .shadow:nth-child(4) {
    margin: 51px 0 30px -47%;
}

.our-team .left-section .shadow:nth-child(5) {
    margin: 51px 0 0 3%;
}

.our-team .left-section .shadow:nth-child(6){
    margin: 9px 0 0 1%;
}

.our-team .left-section .shadow:nth-child(7) {
    margin: -21px 0 0 30%;
}

.our-team .left-section .shadow:nth-child(8) {
    margin: -60px 0 0 2%;

}

.our-team .right-section .shadow:first-child
{
    margin: 0 0 0 6px;
}
.our-team .right-section .shadow:nth-child(2)
{
    margin: 0 17px -20px 29px;
    vertical-align: bottom;
}

.our-team .right-section .shadow:nth-child(4) {
    margin: 27px 0 0 -2%;
}



.our-team  .right-section .shadow:nth-child(5)
{
    margin: 35px 0 0 2%;
}
.our-team
{
    margin-bottom:70px;
}
.our-team .right-section .shadow:nth-child(7) {
    margin: -306px 0 0 74%;
}

.custom-menu-primary ul li:hover a
{
    color: rgb(122, 172, 66) !important;
}
 .custom-menu-primary ul li:hover ul li a {
    color: #fff !important;
}
.banner-sec .overlay
{
    min-height:269px !important;
}
.banner-sec .banner
{
    min-height:269px !important;
}
.policy
{
     color: rgb(133, 133, 133);
    font-size: 16px;
    margin: 0 17px;
}
.line
{
    color:rgb(133,133,133);
}



.career-top-head h1
{
    color: rgb(51, 51, 51);
    text-align: center;
    text-transform:uppercase;
    margin-bottom:50px;
}
.careers-images {
    padding-bottom:20px;
}
.career-desc p
{
    font-size:22px;
    color:#666;
    margin-bottom:40px;
}
.career-desc ul
{
    margin-bottom:40px;
}
.internship-desc
{
    font-size:22px;
    color:#666;
    margin-bottom:40px;
}
.career-desc ul
{
    padding:0;
}
.career-desc ul li a
{
    text-decoration:none;
    color:rgb(4,141,99);
}
.career-desc ul li
{
    list-style:none;
    font-size:26px;
    margin-bottom:20px;
}
.inner ul {
    padding: 0 0 0 50px;
}
.inner ul li {
    list-style:outside;
    list-style-image: none;
}
/*
.career-desc ul li:hover a
{

}
*/
.internships-head
{
    font-size:28px;
    color:#333 !important;
    margin-bottom:25px;
}
.careers
{
    padding:60px 0;
}
.apply span
{
    color: rgb(4, 141, 99);
}
.internship-desc span
{
    color: rgb(4, 141, 99);
}
.apply
{
    font-size: 22px;
    margin-bottom: 40px;
}

.custom-menu-primary ul:first-child li:last-child ul
{
    left:0px !important;
    min-width: 170px !important;
}
.custom-menu-primary ul:first-child li:nth-child(6) ul {
    left: -18px !important;
    min-width: 150px !important;
}
.career-desc h4
{
    color:#333 !important;
    margin-bottom:25px;
    font-size:28px;
    padding-top:10px;
    line-height:40px;
}
.career-desc h5 {
    font-size: 20px;
    font-weight: bold;
}
.career-desc ul li::before
{
    content:none !important;
}
.insight-top
{
    padding: 70px 0;
}
.insights-top-head h1
{
    color: rgb(51, 51, 51);
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}
.insights-top-desc p
{
    font-size:22px;
    color:#666;
}
}
.insights
{
    padding:60px 0;
}

.career-desc p a {
    color:#048d63;
}


/*===-------------------------------------------------------===our mission===----------------------------------------------===*/

/*===-------------------------------------------------------===Blog===----------------------------------------------===*/


.blog .banner {
    background-image:url("//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/Images/blog_banner.png?t=1448632633277") ;
    background-repeat:no-repeat;
    background-size:cover;
    }

.blog-banner-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 255px!important;
    position: relative;
}
.blog-banner-container .overlay {
    min-height:255px!important;
}
.blog-body .blog-heading {
    font-size: 60px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.blog-body div#hubspot-author_data a {
    font-size: 18px;
    color: #078057;
}

.blog-body .post-header h2 {
    font-size: 35px;
    line-height:125%;
}

.blog-body .p-left span {
    display: block;
    font-size: 32px;
    line-height:28px;
    margin-top:4px;
}


.blog-body .p-left {
    color: #9e9e9e;
    text-align: center;
    width: 10%;
    max-width: 42px;
    float: left;
    border-right: 1px solid #e1e1e1;
    margin-right: 10px;
    line-height: 20px;
}

.blog-body .p-right img {
    margin: 0 !important;
}

.blog-body .p-right {
    width:87%;
    float: left;
}

.blog-body .blog-listing-wrapper .post-listing .post-item {
    padding: 31px 0 43px;
    display: inline-block;
    border-bottom: 1px solid #e5e5e3;
    max-width: 613px;
}

.blog-body #hubspot-author_data{
    float:none;
}

.blog-body {
padding-top:90px;}

.blog-body .post-header h2 a {
    color: #333;
}

.blog-body .post-header {
    /*margin: 33px 0 19px;*/
}

.blog-body .blog-section {
    display: inline-block;
}

.blog-body .social-icons {
    text-align: left;
}

.blog-body .social-icons li {
    width: 28px;
    cursor: pointer;
    min-height: 28px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    border-radius: 2px;
    padding: 0;
    transition: all .2s ease-in-out;
}

.blog-body .social-icons li:hover {
    background: #7a7a7a none repeat scroll 0 0;

}

.blog-body .form-bg h3#hs_cos_wrapper_blog_subscription_title {
    font-size: 55px;
    text-align: left;
    line-height: 62px;
}

.blog-body .form-bg input[type="submit"] {
    max-width: 100%!important;
    width: 100%!important;
}

.blog-body .form-bg input {
    max-width: 100% !important;
    width: 100% !important;
}

.blog-body  .form-bg {
    padding: 38px 33px 50px;
    margin-top: 32px;
}

.blog-body input[type="email"], .blog-body .widget-type-blog_subscribe input[type="email"] {
    width: 100% !important;
    margin-bottom: 15px;
}

.blog-body .post-header a.author-link {
    color: #078057;
    font-weight: 700;
}

.blog-body .filter {
    display: block !important;
    margin: 50px auto 0 !important;
    max-width: 290px;
    min-height: 127px;
    width: 100%;
}

.blog-body .filter h3 {
    color: #333;
}

.blog-body .filter .widget-module ul li a {
    color: #808080;
}

.blog-body .topics-blog {
    margin-top: 50px;
}

.blog-body .topics-blog h3 {
    color: #333;
}

.blog-body .topics-blog .widget-module ul li a {
    color: #808080;
}

.blog-body .span12.widget-span.widget-type-blog_content:before {
    content: '';
    height: 86%;
    position: absolute;
    width: 1px;
    display: inline-block;
    right: 3%;
    top: 160px;
    background-color: #e5e5e3;
}

.blog-body .span12.widget-span.widget-type-blog_content {
    position: relative;
}
.blog-content h1
{
color:#333;
}
.blog-content #hubspot-author_data
{
    color: rgb(102, 102, 102);
    float: left;
}
.blog-content p
{
  font-size:22px;
}
.blog-comments-form label
{
  color: rgb(51, 51, 51);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
}
.blog-comments-form .hs-button.primary
 {
    background: rgb(0, 141, 98) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: rgb(255, 255, 255);
    font-family: "UniversLTStd-UltraCn";
    font-size: 20px;
    margin: 30px 0;
    padding: 0 90px;
    text-transform: uppercase;
}

.blog-comments-form .hs-button.primary:hover
 {
    background: rgb(0, 141, 98) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: rgb(255, 255, 255);
    font-family: "UniversLTStd-UltraCn";
    font-size: 20px;
    margin: 30px 0;
    padding: 0 90px;
    text-transform: uppercase;
}

.blog-comments-form .hsformerror {
 background: rgb(0, 141, 98) none repeat scroll 0 0 !important;
 color:#fff !important;
}
.blog-content .hs-blog-social-share-list
{
margin-bottom:30px;
}
.blog-content h1
{
line-height:70px;
}

.blog-content p
{
    /*margin: 30px 0 0;*/
}

.blog-content ul {
    margin: 15px 0;
    padding: 0;
}
.blog-content ul li:before {
    display: none;
}

.blog-content .post-header
{
    /*margin-top: 10px;*/
}
.blog-content
{
padding-right:50px;
}
.blog-comments-form .hs-input:focus
{
    border-color: rgb(241, 242, 243) !important;
    box-shadow: none !important;
}
.blog-comments-form .hs-input {
    background-color: rgb(255, 255, 255);
    border-radius: 0;
    border-color: rgb(241, 242, 243);
}
.blog-comments-form .hs-input:hover
{
    background-color: rgb(255, 255, 255);
    border-radius: 0;
    border-color: rgb(241, 242, 243);
}
.side-bar ul li a
{
    font-size: 22px;
}
.blog-comments-form .hsformerror em
{
border-color:rgb(0,141,98) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
.blog-comments-form .hsformerror .close-form-error
{
color:#fff !important;
}

.blog-comments-form #comments-listing
 {
    border-color: rgb(235, 235, 229);
 }

.blog-content .hs-blog-social-share
{
display:none !important;
}

.blog-content #hubspot-author_data
{
float:none !important;
}

.blog-body .side-icons .social-icons li{
    width: 19%;
    line-height: 40px;
    border-radius: 4px;
}

.blog-body .side-icons .social-icons {
    margin-top: 0;
}

.blog-body .side-icons .social-icons li:first-child:hover{
background-color:#39c2f5;
}

.blog-body .side-icons .social-icons li:nth-child(2):hover{
background-color:#314a87;
}

.blog-body .side-icons .social-icons li:nth-child(3):hover{
background-color:#006dc0;
}

.blog-body .side-icons .social-icons li:nth-child(4):hover{
background-color:#bc0e14;
}

.blog-body .side-icons .social-icons li:nth-child(5):hover{
background-color:#d72a25;
}

.blog-body .post-header #hubspot-topic_data a.topic-link {
    color: #078057;
}
/*===-------------------------------------------------------===Blog===----------------------------------------------===*/

/*===-------------------------------------------------------===Webinar===----------------------------------------------===*/
.webinar .form-bg h3#hs_cos_wrapper_blog_subscription_title, h3#hs_cos_wrapper_module_145249335449617476_title {
    font-size: 55px;
    text-align: left;
    line-height: 62px;
}

.webinar .form-bg h5, .side-bar h5 {
    text-align: left;
    font-size: 19px;
    color: #9df4ab;
    line-height: 36px;
    margin-bottom: 26px;}

.webinar .post-header h2 {
    font-size: 30px !important;
}

.webinar .p-right {
    width: 100% !important;
}

.webinar .blog-listing-wrapper .post-listing .post-item {
    padding: 31px 0 25px !important;
    border-bottom: 0 !important;
}

.webinar .web-disc
{
    color: #747474;
    font-size: 21px;
    line-height: 38px;
    margin-top: 22px;
    max-width: 596px;
    width: 95%;
}

.webinar .span12.widget-span.widget-type-blog_content:before {
    height: 100%;
    top: -140px;}


.webinar .blog-pagination .next-posts-link {
    float: left;
}

.webinar .blog-pagination .previous-posts-link {
    float: right;
}

.webinar .blog-pagination a {
    font-size: 28px;
    color: #008d61;
    margin-top: 0px;
}

.blog-search .gsc-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
}
.blog-search .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
     background: #008d61 url("//cdn2.hubspot.net/hubfs/448827/blog-files/icon.png?t=1452935259589") no-repeat scroll 11px 5px !important;
    border: 1px solid;
    height: 30px!important;
    margin-top: 0!important;
    min-width: 25px!important;
    padding: 5px 20px !important;
}
.gsc-input-box{
     height: 31px!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
    margin-top: 5px!important;
}


.webinar-left-block .section.post-body img {
    display: none !important;
}
.blog-result {
    margin-top: 150px;
}
.gsc-selected-option-container{
     min-width: 100px !important;
}
.gsc-result .gs-title {
   color: #333!important;
   font-size:22px!important;

}
.gs-bidi-start-align {
   color: #666!important;
   font-size: 16px!important;
}
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
    color:#168260 !important;
}
/*===-------------------------------------------------------===Webinar===----------------------------------------------===*/
/*===-------------------------------------------------------===Content===----------------------------------------------===*/

.cntnt-sec-bg {
    background: url(//cdn2.hubspot.net/hub/448827/hubfs/Womensmarketing_Img/who_we_are.png?width=1280&t=1449122483838);
    min-height: 600px !important;
    padding-bottom: 163px;
    background-repeat: no-repeat;
    background-size:100%;
    background-position:0 bottom ;
}

/*===-------------------------------------------------------===Content===----------------------------------------------===*/
/*===-------------------------------------------------------===Privacy Policy===----------------------------------------------===*/
.privacy ul li{
    list-style: disc;
    font-size: 22px;
    margin: 0 0 10px 29px;

}
.privacy a{
color:#048d63;
}
/*===-------------------------------------------------------===Privacy Policy===----------------------------------------------===*/





/*===-------------------------------------------------------===Whitepapers===----------------------------------------------===*/



.content-head h1
{
    text-transform:uppercase;
    color:rgb(37, 37, 37);
    margin-bottom: 30px;
    text-align: center;
}
.whitepaper-desc-content-sec
{
padding: 120px 0 60px;
}
.left-block
{
padding-right:40px;
}
.trends-desc p {
    color:rgb(102,102,102);
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 38px;
}

.trends-desc p:last-child strong{
    font-weight: 100;
    color: rgb(51,51,51);
    font-size: 28px;
}

.banner-whitepaper .banner
{
    background-image: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/banner.png?t=1450077767572");
    min-height: 255px !important;
    position: relative;
}
.banner-whitepaper .overlay
{
    min-height:255px !important;
}
.whitepaper-form
{
    background-color: #008d61;
    color: #fff;
    padding: 27px 24px;
    text-transform: uppercase;
    margin-top:10px;
}

.whitepaper-form input[type="text"] {
    border-radius: 0 !important;
    border: 1px solid #42a687 !important;
}

.whitepaper-form input[type="email"] {
    border-radius: 0 !important;
    border: 1px solid #42a687 !important;
}
.whitepaper-form .hs-form-required {
    color: rgb(220, 50, 46);
}

.whitepaper-form h3 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
}

.whitepaper-form label
{
font-size:18px;
font-weight: 100;
}
.whitepaper-form  .hs-form-field
{
    margin-bottom:7px;
}

.whitepaper-form .hs-button.primary.large
{
    background-color: #7aac42;
    border: 2px solid #7aac42;
    font-family: "UniversLTStd-UltraCn";
    font-size: 30px;
    text-transform: uppercase;
    width: 100%;
    color: #FFF;
    border-radius: 0;
    padding: 0;
    margin: 25px 0 0;
    min-height: 53px;
}
.whitepaper-form .hs-button.primary.large:hover
{
background-color: rgb(255, 255, 255);
color: rgb(122, 172, 66);
}

.whitepapers-content-sec .white-disc {
    text-align: center;
    padding: 0 10px;
    font-size: 22px;
    margin:0 auto 60px !important;
    max-width: 716px;
    float: none;
}


.trends-img {
    margin-top: 18px;
}
/*===-------------------------------------------------------===Whitepapers-Pages===----------------------------------------------===*/


.whitepapers-content-sec h1
{
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
    text-align: center;
}

.form-content
{
    margin-top:10px;
}

.whitepapers-content-sec
{
    padding:100px 0;
}
.banner-whitepaper .banner
{
    background-image: url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/banner.png?t=1450077767572");
    min-height: 255px !important;
    position: relative;
}
.banner-whitepaper .overlay
{
    min-height:255px !important;
}


.img-block .img-content
{
    top:0;
    /*background:rgba(113,179,61,0.7);
    height: 100%;*/
    pointer-events:none;
    text-transform:uppercase;
    opacity:1;
    transition:all .5s ease-in-out;
    color:#078057;
}

.img-block:hover .img-content{
     opacity:1;
}

.img-block {
    position: relative;
    max-width: 244px;
    /*margin-right: 14px;*/
}

.whitepapers-content-sec .hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    margin-bottom: 35px;
    margin-right: 2%;
    max-width: 240px;
    vertical-align: top;
    width: 23%;
}

.whitepapers-content-sec .hs_cos_wrapper_type_custom_widget:nth-child(4n){
    margin-right: 0%;
}

.img-content {
    font-family: 'UniversLTStd-LightCn';
    font-size: 22px;
    padding-top: 20px;
    text-align: left;
    color: #FFF;
}

.img-content a
{
    color:#FFF;
}
.img-block img
{
    width:100% !important;
}

/****Flying point css****/
.fly-content {
    max-width: 200px;
}
.fly-content p{
     color: #4d4d4d;
    font-size: 12px;
    line-height: 16px;
}


/****Personas css****/

.blog .personas {
    background-image:url("//cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/persona-header-img.png") ;
    background-repeat:no-repeat;
    background-size:cover;
    }


.insights-personas p{
      color: #747474;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
}
.personas-left-block img {
    float: right;
    margin-left: 10px;
    width: 50%;
}
.personas-left-block iframe {
    width: 100%;
}
.individual img {
    float: none;
}
.pers-module img {
    float: none!important;
}
.alignleft.size-full.wp-image-6710 {
    float: left;
    margin: 0 20px 0 0;
    width: auto;
}
 .main-pers .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    margin-left: 2%;
    margin-top: 50px;
    text-align: center;
    width: 30%;
        vertical-align: top;
}
.main-pers {
    text-align: center;
    width: 100%;
    padding-bottom:65px;
}

.pers-module h4{
   color:#82B14D;
}
.blog-body.personas {
    padding-bottom: 50px;
}
.zoom-anim-dialog {
    background: white;
    padding: 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    text-align: center;
    font-size: 1.5em;
}
.zoom-anim-dialog li:first-child {
    margin-top:10px;
    color:#333;
    font-size:40px;
}
.zoom-anim-dialog a {
    color:#7AC143;
}

.zoom-anim-dialog .fa {
    font-size:30px;
}

.zoom-anim-dialog a:hover {
    color:#00A160;
}
.zoom-anim-dialog .employee-image img {
    border:solid 5px #a9a9a9;
}
.zoom-anim-dialog li:nth-child(2) {
    margin-bottom:10px;
}
.individual-module {
    text-align: left;
}
.individual-module h4 {
    color:#82B14D;
    margin-bottom: 0;
    text-transform: uppercase;
}
.individual-module h6 {
    color:#82B14D;
    margin-top: 0;
    font-size: 20px;
}
.individual-module img {
    float: none;
    margin: 0;
}
.video-module {
    margin-top:20px;
    float: left;
    margin-right: 20px;
}
.video-module h4{
  color:#82B14D;
}

/****Personas css End****/





/*===========================================================Custom code here======================================================*/



@media screen and (max-width:1280px){
    .personas-left-block {
    padding: 0 10px;
}


    .custom-menu-primary ul:first-child>li:last-child ul{
          min-width:90px !important;}


    .blog-content .hs-featured-image{
          max-width: 100% !important;
          width: 100%;}

    .container{
          padding:0 2%;}



    .inner-header .container{
          padding:0 !important;}

    .inner-header .custom-menu-primary ul li{
          margin-right:15px !important;}

    .our-team .right-section .shadow:nth-child(4) {
         margin: 27px 0 0;}

}
@media screen and (max-width: 1170px) {

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) ul .hs-item-has-children::before{
        transform: rotate(90deg);
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) ul ul {
    left: auto !important;
    min-width: 202px !important;
    right: 0;
    top: 28px !important;
}
}

@media screen and (max-width: 1100px) {


    .horizontal-menu ul {
    display: block !important;
    float: none;
    margin: 0 auto !important;
    max-width: 600px;
   }
      .horizontal-menu ul li:nth-child(3):after{
display:none;}


    .horizontal-menu ul li::after{
   right: 0;
   }


    .horizontal-menu ul li a {
    font-size: 22px;
    text-align: center;
    width: 100% !important;
}

 .horizontal-menu ul li {
    padding: 50px 0 0 !important;
    position: relative;
    width: 30% !important;
}

    .inner-container
    {
    padding:0 20px;
    }

.container{
    padding:0 20px;
 }
}



@media(max-width:1010px){


   .inner-header .custom-menu-primary ul li a
    {
     font-size:18px;
    }
    .our-team .left-section .shadow:nth-child(2) {
    margin: 7%;
}

.our-team .left-section .shadow:nth-child(3) {
    margin: 5% 0 0 0;
}
.our-team .left-section .shadow:nth-child(4) {
    margin: 0 0 0 13%;
}

.our-team .left-section .shadow:nth-child(5) {
    margin: -40px 0 0 6%;
}

.our-team .left-section .shadow:nth-child(7) {
    margin: -31px 0 0 47%;
}

.our-team .left-section .shadow:nth-child(8) {
    margin: -240px 0 0 11%;
}

.our-team .left-section .shadow:nth-child(6) {
    margin: -23px 0 59px 49%;
}

}


@media screen and (max-width: 984px) {

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) ul ul {
    top: 28px !important;
    top: 32px !important;
}


    .inner-header .custom-menu-primary .hs-menu-wrapper > ul ul
    {
    margin: 0 !important;
    padding: 0 !important;
    top: 33px;
    }

.our-team .right-section .shadow:nth-child(3) {
    margin: 16px 0 0 3%;
}

.our-team .right-section .shadow:nth-child(4) {
    margin: 27px 13% 0 4%;
}

    .our-team .right-section .shadow:nth-child(7) {
    margin: 19px 0 0 2%;
}

.right-section .shadow:nth-child(6) {
    margin: 46px 0 0 4%;
}

.our-team .right-section .shadow:nth-child(5) {
    margin: 15px 0 0 -4%;
}
/*
.our-team .left-section .shadow:nth-child(2) {
    margin: 7% 4% 4% 0;
}*/


  }

  @media screen and (max-width:980px){

  .img-block
  {
  /*margin-right:12px;*/
  }

      .custom-menu-primary .hs-menu-wrapper > ul ul
      {
          top:45px !important;
      }


      .side-bar
     {
    margin:0!important;
     }
  .form-bg h3
   {
    font-size: 40px !important;
    line-height: 50px !important;
   }
.form-bg
{
 padding:20px !important;
}


      .webinar-left-block
      {
          padding-right:20px;
      }

  }


@media screen and (max-width: 950px){

    .main-banner-div
    {
        max-width:180px !important;
    }

     .card
    {
        margin-right:1% !important;
    }

}
@media screen and (max-width: 930px){




    /*.our-team .left-section .shadow:nth-child(5)
    {
        margin-left:0px !important;
    }
    .our-team .right-section .shadow:nth-child(7)
    {
        margin-top:35px !important;
    }*/
}

@media screen and (max-width: 910px) {
    .main-banner-div{
    margin: 0 2% 2% 0;
}
.main-banner-div{
    max-width:188px;
}
.team-member-desc {
    width:69%;
}
.team-bottom-sec
{
    margin-right:4%;
}
}

@media screen and (max-width: 900px) {
.our-team .left-section .shadow:nth-child(6) {
    margin: -23px 0 24px 49%;
}

.our-team .left-section .shadow:nth-child(7) {
    margin: -78px 0 0 4%;
}

.our-team .left-section .shadow:nth-child(8) {
    margin: -7px 0 0 3%;
}

.our-team .left-section .shadow:nth-child(4) {
    margin: 0 0 0 7%;
}

.our-team .left-section .shadow:nth-child(5) {
    margin: -40px 0 0 11%;
}


/*
.left-section {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.right-section {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
    padding: 0 3px;
}

.thumbnail {
    background-color: #edebe6;
    box-shadow: 0 3px 7px 2px rgba(198, 196, 191, 1) inset;
    display: inline-block;
    padding: 12%;
}

.shadow {
    border: 3px solid #f3f2ee;
    box-shadow: 11px 9px 30px 0px rgba(147,148,148,.8);
    display: inline-block;
    margin: 4% 0;
    vertical-align: top;
}

.left-section .shadow:nth-child(2) {
    margin: 0 4%;
}

.left-section .shadow:nth-child(5) {
    margin: -37px 0 0;
}

.left-section .shadow:nth-child(6) {
    margin: 1px 5%;
}

.left-section .shadow:nth-child(3) img {
    width: 87px;
}

.right-section .shadow:first-child {
    margin: 1% 0 0 5%;
}

.right-section .shadow:nth-child(2){
    margin: 4% 0;
}

.right-section .shadow:nth-child(5) {
    margin: -11px 0 0 2%;
}

.right-section .shadow:nth-child(8) {
    margin: 50px 0 80px 14px;
}
/*====================================================================blank=====================================================
.left-section .shadow:first-child{
    display:none;
}

.left-section .shadow:nth-child(4) {
    display:none;
}

.right-section .shadow:nth-child(6){
    display:none;
}

.right-section .shadow:nth-child(3){
    display:none;
}
/*====================================================================blank=====================================================*/

.text-section{
    padding: 77px 10px 110px;
}

.text-section p, .text-section h4 {
    text-align: left;
}

.whitepaper-form h3 {
    font-size: 37px;
}

}



@media screen and (max-width: 840px) {


   /* .contact-cta a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d
    {
    background: #ddd url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/cta-star.png?t=1448991750147") no-repeat scroll 10% 12px / 18px auto;
    }

    .contact-cta a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:active,
    .contact-cta a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:active:hover,
    .contact-cta a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:hover
    {
        background: #dddddd url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/cta-star.png") no-repeat scroll 10% 12px;
    }
    */
    a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d
    {
    background: #dddddd url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/cta-star.png") no-repeat scroll 13% 19px;
    }

    a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:active, a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:active:hover, a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:hover
    {
        background: #dddddd url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/cta-star.png") no-repeat scroll 13% 19px;
    }



    .inner-header .custom-menu-primary ul li
    {
     margin-right: 12px !important;
    }

.hs_cos_wrapper_type_custom_widget:nth-child(2n) .main-banner-div{
    margin-right:0;
}

.inner-banner .overlay{
    padding-bottom:35px;
}

.banner-module-container {
    max-width: 398px;

}

.our-mission-expertise{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/expetise.png) no-repeat bottom right/32%;
}

.our-mission-buying-power{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/buying-power.png) no-repeat bottom left/32%;
    margin-left: 20px !important;
}

.our-mission-service{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/service.png) no-repeat top right/32%;
}

.our-mission-access{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/access.png) no-repeat top left/32%;
    margin-left: 20px !important;
}

.our-team .left-section .shadow:nth-child(2) {
    margin: 4%;
}



}

@media screen and (max-width: 810px) {
.our-team .left-section .shadow:nth-child(7) {
    margin: -78px 0 0 0;
}
}


@media screen and (max-width:768px) {

    .img2 img {
    width: auto;
}
.click-below {
    display: none !important;
}
    .horizontal-menu{
        display: none !important;
    }

   .capabilities-page .main-banner-div {
    display: none;
}

.team-member-desc{
     float: none;
    padding: 0 20px;
    width: 100%;
}
    .custom-menu-primary li.hs-menu-item.hs-menu-depth-2.hs-item-has-children::before{
        display: none;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 53px;

}

       .inner-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top:0px;

}

    .simple-menu ul li:nth-child(1)
    {
       background-position:left 0px !important;
    }
    .simple-menu ul li:nth-child(2)
    {
       background-position:left 15px !important;
    }
    .simple-menu ul li:nth-child(3)
    {
       background-position:left 15px !important;
    }
    .simple-menu ul li:nth-child(4)
    {
       background-position:left 15px !important;
    }
    .simple-menu ul li:nth-child(5)
    {
       background-position:left 15px !important;
    }
    .simple-menu ul li:nth-child(6)
    {
       background-position:left 0px !important;
    }




    .custom-menu-primary #hs_menu_wrapper_module_14452359892765 > ul
    {
        padding:0 !important;
        margin:0 !important;
    }
     .simple-menu ul li a
     {
         overflow:visible !important;
     }


    .simple-menu ul li
    {
        padding-bottom:20px;
    }
.nav-bg .mobile-trigger {
    right: 0;
    top: 172px;
    width: 100%;
    background: rgba(122, 172, 66, 0.7);
    padding:17px 10px;
    font-size: 20px;

}

.nav-bg .mobile-trigger i {
    float: right;
    top: 9px;
}

.hs-menu-item.hs-menu-depth-1 > a {
    display: block !important;
    padding: 0 2% !important;
    width: 96% !important;
}


.nav-bg .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 38px !important;
    background: rgba(122, 172, 66, 0.7)
}

.inner-header {
    border-bottom: none;
    padding-bottom:9px!important;
}

.inner-header .custom-menu-primary ul {
    margin:0px !important;
    padding: 0;
}
.inner-header .custom-menu-primary .hs-menu-wrapper {
    box-shadow: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
    background-color: transparent;
    max-width: 100% !important;
    width: 100% !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul li {
    background-color: rgba(0, 162, 97, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
}

@media screen and (max-width: 767px) {

    .inner-banner{
         min-height: 270px !important;
    }
    .inner-banner .overlay{
        min-height: 270px !important;
    }

    .individual-module {
    text-align:center;
     margin-bottom: 40px;
}

    .main-banner-div {
    display: none;
}

.simple-menu {
    display: none !important;
}
    #comment-form {
    margin: 0 auto;
    max-width: 550px;
    padding: 0 20px;
    width: 100%;
}

    .trends-img
    {
    margin-bottom: 35px;
    }
    .content-head h1
    {
     margin-bottom:15px;
    }


    .whitepaper-desc-content-sec
    {
    padding: 60px 10px 80px;
    }


    .inner ul li {
    text-align: left;
}


       .blog-content
       {
         padding:0px;
       }


    .blog-body .p-right
    {
    margin-top: 10px;
    width: 88% !important;
    }

    .our-work .container
    {
        padding:0 20px;
    }


.blog-content #hubspot-author_data
{
float:none !important;
}

    .horizontal-menu ul li {
    padding: 60px 0 0 !important;
    }



    .horizontal-menu ul li:nth-child(1) {
    background-position: center 0 !important;
}

 .horizontal-menu ul li:nth-child(2) {
    background-position: center 15px !important;
}

  .horizontal-menu ul li:nth-child(3) {
    background-position: center 15px !important;
}



  .horizontal-menu ul li:nth-child(4) {
    background-position: center 15px !important;
}

 .horizontal-menu ul li:nth-child(5) {
    background-position: center 15px !important;
}

  .horizontal-menu ul li:nth-child(6) {
    background-position: center 0 !important;
}


    .webinar .post-listing {
    margin-top: 40px;
}

.next-posts-link {
    float: none !important;
}


 .blog-body
    {
    padding-top: 40px;
    }

    .blog-body .blog-heading
    {

        margin-bottom:0px;
    }

.web-disc
{
text-align:center;
}

.blog-content #hubspot-author_data
{
float:none !important;
}

.blog-content
{
padding:0px;
}

.blog-body .span12.widget-span.widget-type-blog_content::before
{
display:none;
}
.blog-content .post-header
{
text-align:center;
}
.blog-content p
{
text-align:center;
}
.filter
{
text-align:center;
}
.block
 {
    text-align: center;
 }
.blog-content .topics-blog
{
margin-bottom:50px;
}

.blog-content .hs-blog-social-share
{
float:none !important;
}
.blog-content ul
{
text-align:center;
}
.blog-content ul li
{
float:none !important;
display:inline-block;
}
.blog-body .blog-section
{
display:block !important;
}
.blog-comments-form .hs-button.primary
{
padding:0 60px;
}
.blog-comments-form .hs-button.primary:hover
{
padding:0 60px;
}
.blog-body .topics-blog
{
    margin-bottom: 30px;
    margin-top: 30px;
}
.blog-body .p-right
{
width:100% !important;
}
.blog-body .post-header h2
{
margin-top:30px;
}
.blog-content .post-item
{
    max-width: 100% !important;
}

    .webinar-left-block
    {
        padding:0px;
    }


    .side-bar
    {
    margin: 0 auto !important;
    max-width: 350px;
    }

  .blog-body .span12.widget-span.widget-type-blog_content
  {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    width: 79%;
  }
 .webinar .web-disc
 {
    margin: 22px auto !important;
 }

    .insights-top-desc p
    {
        text-align:center;
    }

    .career-desc p
    {
        text-align:center;
    }
    .open-positions
    {
        text-align:center;
    }
    .career-desc ul
    {
        text-align:center;
    }
    .internships-head
    {
      text-align:center;
    }
    .internship-desc
    {
      text-align:center;
    }
    .apply
    {
        text-align:center;
    }

    .our-mission-content
    {
    padding-top: 40px;
    }
    .core
      {
      text-align: center;
      margin-bottom:30px;
      }
      .content-block-images img
      {
          margin-bottom:30px;
      }
      .content-block-images
       {
       text-align: center;
       margin-bottom:40px;
     }

    .our-mission-upper-block
    {
        text-align:center;
    }

    .simple-menu ul li
    {
       display: inline-block !important;
    max-width: 240px;
    width: 100%;
    text-align: left;
    }
.simple-menu ul {
    text-align: center;
}

    .who-we-are p
    {
        text-align:center;
    }
    .learn
    {
        text-align:center;
    }
    .who-we-are h1
    {
        line-height:60px;
    }

    .buying-right h4
    {
        text-align:center;
    }

    .buying-right p
    {
        text-align:center;
    }

    .buying-right ul {
    margin-bottom: 20px;
    }

     .buying-right h1
    {
        text-align:center;
        line-height:60px;
    }

    .contact-wording
    {
        text-align:center;
    }


    .text-section h1
    {
        line-height: 60px;
    }

    .container
    {
    padding: 0;
    }


    .team-bottom-sec
    {
        float:none !important;
        margin:0px !important;
    }

    .team-member-info
    {
        text-align:center;
    }
    .get-in-touch
    {
        padding-top:30px !important;
    }

    .contact-sec
    {
        text-align:left;
    }
    .cntct-reach-us
    {
    padding: 0 40px;
    }
    .our-work-info
    {
        text-align:center;
    }

    .our-client-info .our-clients
    {
    width:50% !important;
   }
.nav-bg .mobile-trigger {
    right: 0;
    top: 172px;
    width: 100%;
    background: rgba(122, 172, 66, 0.7)
    padding:14px 22px;
    font-size: 20px;
}

.nav-bg .mobile-trigger i {
    float: right;
    top: 9px;
}

.nav-bg .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 48px !important;
    background: rgba(122, 172, 66, 0.7)
}

.hs-menu-item.hs-menu-depth-1 > a {
    display: block !important;
    padding: 0 2% !important;
    width: 96% !important;
}

.banner-caption h2 {
    font-size: 30px;
}

.insight-section {
    display: inline-block;
    float: none;
    margin-bottom: 54px;
    max-width: 342px;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    margin: 15px 0;
}


.insight-section img {
    width: 100%;
}


.get-in-touch {
    margin: 0 auto !important;
    max-width: 427px;
    padding: 0 10px;
    width: 90% !important;
}

.how-to-reach {
    margin: 50px auto !important;
    max-width: 370px;
    width: 90% !important;
}

.our-clients a {
    padding:0;
}

.inner-header {
    border-bottom: none;
}

.inner-header .custom-menu-primary ul {
    margin: 35px 0 0 !important;
    padding: 0;
}
.inner-header .custom-menu-primary .hs-menu-wrapper {
    box-shadow: none !important;
}

.text-section p, .text-section h4,
.text-section h1, .text-section h2, 
.text-section h3{
    text-align: center;
}

.left-text-section {
    max-width: 100%;
}

.right-text-section {
    max-width: 100%;
}

.core {
    margin: 0 auto 60px !important;
    max-width: 450px;
}

.our-mission-expertise{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/expetise.png) no-repeat bottom right/auto;
}

.our-mission-buying-power{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/buying-power.png) no-repeat bottom left/auto;
}

.our-mission-service{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/service.png) no-repeat top right/auto;
}

.our-mission-access{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/access.png) no-repeat top left/auto;
}

.left-block
{
padding:0px;
}

.whitepaper-desc-content-sec {
    text-align: center;
}


.whitepaper-form
{
text-align:left;
}
.whitepaper-desc-content-sec .container {
    padding: 0 2%;
}

.whitepaper-form {
    margin: 0 auto !important;
    max-width: 400px;
}

    .img-content
    {
        width:100% !important;
    }

    .whitepapers-content-sec h1
    {
        line-height:60px;
    }

    .img-block {
    float: none !important;
    margin: 0 auto 20px !important;
   }

.left-section {
    float: none;
    margin: 0 auto;
    max-width: 550px;
    text-align: left;
    width: 100%;
}

.our-team .left-section .shadow:first-child {
    margin: 30px 0 0 3%;
}

.our-team .left-section .shadow:nth-child(2) {
    margin: 0 1% 4% 2%;
}

.our-team .left-section .shadow:nth-child(4) {
    margin: 0 0 0 1%;
}

.our-team .left-section .shadow:nth-child(5) {
    margin: 0 0 0 5%;
}
.our-team .left-section .shadow:nth-child(6) {
    margin: 29px 0 24px 3%;
}

.our-team .left-section .shadow:nth-child(7) {
    margin: -7px 0 0 2%;
}

.our-team .left-section .shadow:nth-child(8) {
    margin:-20px 0 0 2%;
}

.right-section {
    float: none;
    margin: 0 auto;
    max-width: 550px;
    text-align: left;
    width: 100%;
}

.our-team .right-section .shadow:nth-child(2) {
    margin: 40px 2% -20px;
    vertical-align: middle;
}

.our-team .right-section .shadow:nth-child(4) {
    margin: 27px 5% 0 4%;
}

.our-team .right-section .shadow:nth-child(5) {
    margin: -30px 0 0 -4%;
}

.right-section .shadow:nth-child(6) {
    margin: 0 0 0 4%;
}

.our-team .right-section .shadow:nth-child(7) {
    margin: 12px 0 90px 38%;
}
.pers-module a {
    display: inline-block;
    width: 30% !important;
    text-align: center;
}
.pers-module > p {
    display: inline-block;
    vertical-align: top;
    width: 65%;
}
.personas-left .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    display: block;
    float: none !important;
    margin-left: 2%;
    margin-top: 50px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}
.individual-module {
    float: left;
    width: 30%;
}

.whitepapers-content-sec {
    padding: 100px 2%;
    text-align: center;
}

.whitepapers-content-sec .hs_cos_wrapper_type_custom_widget {
    margin-right: 2%;
    width: 47%;
}
}

@media screen and (max-width: 610px) {
 .individual-module {
    width:49%;
}
.pers-module h4 {
    color: #82b14d;
    text-align: center;
}
.pers-module img {
    float: none !important;
    margin-left: 0;
    width:70%;
}
  .insights-personas p{
      text-align:left;
  }

.capabilities-section {
    display: block;
    float: none;
    margin: 33px auto !important;
    max-width: 141px;
    text-align: center;
    width: 100%;
}
.our-team .left-section .shadow:nth-child(5)
{
    margin:13px !important;
}

.our-mission-expertise{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/expetise.png) no-repeat bottom right/auto%;
}

.our-mission-buying-power{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/buying-power.png) no-repeat bottom left/auto;
    margin-left: auto !important;
}

.our-mission-service{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/service.png) no-repeat top right/auto;
}

.our-mission-access{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/access.png) no-repeat top left/auto;
    margin-left: auto !important;
}
}


@media screen and (max-width:580px){

   .blog-content ul li {
    float: none !important;
    margin: 10px auto;
   }
}
@media screen and (max-width:568px){


    .horizontal-menu ul li::after {
    display: none;
   }

}

@media screen and (max-width: 566px) {

    .simple-menu ul li{
        max-width: 180px;
    }

.left-section {
    max-width: 417px;}

.right-section {
    max-width: 417px;
 }

.our-team .right-section .shadow:first-child {
    margin: 13px 0 0 3%;
}

.left-section .shadow:nth-child(5) {
    margin: 8px 0 0;
}

.left-section .shadow:nth-child(6) {
    margin: 1px 0 0 7%;
}

.our-team .left-section .shadow:nth-child(7) {
    margin: 8px 2% 15px 3%;
}

.our-team .left-section .shadow:nth-child(8) {
    margin: 0 0 0 2%;
}

.our-team .right-section .shadow:nth-child(2) {
    margin: 70px 2% 70px;
    vertical-align: middle;
}

.our-team .right-section .shadow:nth-child(3) {
    margin: -20px 0 0 7%;
}

.our-team .right-section .shadow:nth-child(4) {
    margin: 0px 5% 27px 6%;
}

.left-section .shadow:nth-child(6) img {
    width: 74px;
}

.left-section .shadow:nth-child(3) {
    margin-top: 16px;
}

.right-section .shadow:nth-child(6) {
    margin: 9px 1% 0;
}

.our-team .right-section .shadow:nth-child(7) {
    margin: 12px 0 90px;
}

}


@media screen and (max-width: 480px) {
    .pers-module img {
    width:100%;
}

    a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:active, a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:active:hover, a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d:hover {
    background: #d1d1d1 url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/cta-star.png") no-repeat scroll 9% 19px;}

    a#cta_button_448827_c0b0fd36-73c4-42c6-9390-2105ff409f9d{
    background: #d1d1d1 url("//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/cta-star.png") no-repeat scroll 9% 19px;

   }

    .blog-content ul li
    {
    float: none !important;
    margin: 0 0 10px;
     }

    .webinar-left-block

     .blog-body .span12.widget-span.widget-type-blog_content
     {
         width:100% !important;
     }


   .media-planning-form .hs-input
   {
    width: 100% !important;
   }

    .media-planning-form .hs_email
    {
        width:100%;
        max-width:100%;
        margin:0px;
    }


     .our-client-info .our-clients
    {
    width:100% !important;
    }

.our-clients {
    width: 100%;
}

.form-bg input[type="submit"] {
    max-width: 100% !important;
    width: 100% !important;
}

.form-bg input {
    max-width: 100% !important;
    width: 100% !important;
}

.whitepapers-content-sec .hs_cos_wrapper_type_custom_widget {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.whitepapers-content-sec .hs_cos_wrapper_type_custom_widget:nth-child(4n) {
    margin-right: auto;
}
}

@media screen and (max-width:460px){
.right-section .shadow:nth-child(8) {
    margin: 0 0 80px 14px;
}

.our-team .right-section .shadow:nth-child(5) {
    margin: -15px 2% 0;
}

.our-team .right-section .shadow:nth-child(7) {
    margin: 12px 0 90px 23%;
}
}


@media screen and (max-width:436px){


    .our-mission-access .core-disc-right
    {
    margin-top: 106px;
    }
    .our-mission-buying-power{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/buying-power.png) no-repeat bottom left/36%;
    margin-left: auto !important;
    min-height: 260px !important;
}

.left-section {
    max-width: 291px;
}

.our-team .left-section .shadow:nth-child(4) {
    margin: 0 0 0 12%;
}

.our-team .left-section .shadow:nth-child(3) {
    margin: -11% 0 0;
}

.our-team .left-section .shadow:nth-child(7) {
    margin: 17px 0 10px 7%;
}



}


@media screen and (max-width: 412px) {

.banner-module-container {
    max-width: 195px;
}

.main-banner-div{
     margin:0 0 20px !important;
}

.our-mission-expertise{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/expetise.png) no-repeat bottom right/36%;
}




.our-mission-service{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/service.png) no-repeat top right/36%;
}

.our-mission-access{
    background:url(//cdn2.hubspot.net/hubfs/448827/Womensmarketing_Img/access.png) no-repeat top left/36%;
    margin-left: auto !important;
}
}

@media screen and (max-width: 400px) {

.right-section .shadow:first-child {
    margin: 1% 0 0 0;
}

.right-section {
    max-width: 306px;
}

.our-team .right-section .shadow:nth-child(5) {
    margin: 10px 2% 0;
}
.right-section .shadow:first-child img {
    width: 86px;
}


.our-team .right-section .shadow:nth-child(3) {
    margin: 13px 0 0 23%;
}

.right-section .shadow:nth-child(2) img {
    width: 90px;
}

.our-team .right-section .shadow:nth-child(2) {
    margin: 33px 0 0 4%;
    vertical-align: middle;
}

.our-team .right-section .shadow:nth-child(4) {
    margin: 27px 0 0 15%;
}

.right-section .shadow:nth-child(4) {
    margin: 27px 0 0;
}

.right-section .shadow:nth-child(5) img {
    width: 75px;
}

.right-section .shadow:nth-child(5) {
    margin: 9px 0 0 2%;
}

}

@media screen and (max-width: 372px) {


    .whitepapers-content-sec h1
    {
        font-size:45px;
    }

    .media-planning-form h3
    {
       font-size:28px;
    }


    .our-mission-heading-one h1
    {
      margin-bottom:30px;
      line-height:60px;
    }

    .buying-right h1
    {
        font-size:50px;
    }


.team-name-position h2
{
    font-size: 35px !important;
}




    .whitepapers-content-sec h1
    {
        font-size:45px;
    }
}

@media screen and (max-width:360px){


        #recaptcha_table table {
    width: 290px !important;
}
  #captcha_wrapper > div {
    width: 290px !important;
}
   #comment-form{
       padding: 0 10px;
   }

.content-head h1
{
font-size:45px;
}
.whitepaper-desc-content-sec
{
padding:50px 0;
}

.whitepaper-form h3
{
font-size:37px;
}
}

.widget-type-google_search .hs-button.primary {
  float: left;
  background: #008d61 url("//cdn2.hubspot.net/hubfs/448827/blog-files/icon.png?t=1453130125121") no-repeat scroll 11px 7px !important;
  border-width: 1px;
  margin-left: 13px;
  display: block;
  height: 34px;
  width: 42px;
}

.widget-type-google_search input[type="text"] {
    width: 79%;
    float: left;
    margin-top: 0;
    height: 36px;
}



/*===========================================================Custom code here======================================================*/

/*
lt green 7AC143
dk green 00A160
*/
body.dec16-home {}
.home-header .inner-header {padding: 0; border: none;}
@media (min-width: 768px) {
    .home-header .inner-header .custom-menu-primary {margin-top: 0;}
}

.home-hero {background-size: cover; background-position: center top; height: 100vh; position: relative;}
.section-overlay {position: relative;}
.section-overlay:before {content: ''; background-color: rgba(39,39,39,.7); width: 100%; height: 100%; left: 0; top: 0; position: absolute; z-index: 1;}
.section-overlay .container {position: relative; z-index: 2;}
.home-hero .hh-connect { color: #fff; max-width: 1028px; position: absolute; right: 0; left: 0; text-align: right; margin: 0 auto; bottom: 20px; z-index: 2; padding-right: 10px;}
.home-hero .hh-connect .hh-connect_inner {display: inline-block; text-align: center;}
.home-hero .hh-connect .connect-header {font-size: 18px; border: 2px solid #7AC143; padding: 9px 45px 7px; border-radius: 20px;color:#fff;}
.home-hero .hh-connect .connect-header a {color:#fff;}
.home-hero .hh-connect ul {padding: 0; list-style: none; margin: 20px 0 0;}
.home-hero .hh-connect ul li {display: inline-block; font-size: 30px; margin: 0 8px;}
.home-hero .hh-connect ul a {color: #fff;}
.home-hero .hh-connect ul a:hover {color: #7AC143;}

.home-award-logos {
    padding: 40px 0;
}   
.home-award-logos .awards-flex {
    text-align:center;
}
.home-award-logos h2 {
    text-align:center;
}
.awards-flex .hs_cos_wrapper_type_linked_image {
    /*width:18%;*/
    width:24%;
    height:100%;
    text-align:center;
    float:none!important;
    position: relative;
    display: inline-block !important;
    padding:20px 0;
}
.awards-flex .hs_cos_wrapper_type_linked_image img {
    vertical-align:middle;
    max-height:75px;
    width:auto!important;
}
@media (max-width: 767px) {
    .awards-flex .hs_cos_wrapper_type_linked_image {width:31%;}
}


/***** Scroll Arrow *****/
.scroll-arrow {
    position: absolute;
    bottom: .5rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: .25s;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    cursor: pointer;
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    width: auto;
    z-index: 4;
    color: #fff;
}
.scroll-arrow:hover {color: #7aac42;}
.scroll-arrow .scroll-text {text-transform: uppercase; font-size: 1rem; font-weight: bold;}

@media (max-width: 767px) {
    .home-hero.scroll-arrow-enabled .hh-connect {text-align: center; padding: 0; bottom: 120px;}
}

.sub-head-cta {text-align: center; padding: 60px 0; color: #333; background-image: url(https://cdn2.hubspot.net/hubfs/448827/Women_Marketing_New/dec_home/background-marketing-services.jpg); background-size: cover; background-attachment: fixed;}
.sub-head-cta p {font-size:24px;}
.section-top-border {border-top: 10px solid #7AC143;}
.section-bottom-border {border-bottom: 10px solid #7AC143;}
.section-bottom-borderDK {border-bottom: 10px solid #00A160;}
.sub-head-cta h2 {text-transform: uppercase;}

.full-width-section {text-align: center; color: #fff; padding: 60px 0; background-size: cover; font-size: 24px;}
.fws-copy {max-width: 800px; margin: 0 auto!important; float:none!important;}

.fixed-background-section {background-attachment: fixed; background-position: 50% 0%; background-repeat: no-repeat; background-size: cover;}

.insight_v2 {background-color: #dfdfdf; color: #333; text-align: center; padding: 30px 0 100px; border-bottom: 1px solid #999;}
.insight-flex {padding: 25px 15px 0;}
.insight-flex .insight-section_v2 {display: inline-block;text-align: center;float: left;width: 24.25%;margin-right: 1%;}
.insight-flex > span > div:last-child .insight-section_v2 {margin-right: 0;}
.insight-flex .insight-section_v2 a .isv2-image-wrap {border: 5px solid #7ac143;-webkit-filter: grayscale(100%); filter: grayscale(100%); transition: .25s;}
.insight-flex .insight-section_v2 a:hover .isv2-image-wrap {-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.insight-flex .insight-section_v2 .isv2-image-wrap img {width: 100%; -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: .25s;}
.insight-flex .insight-section_v2 a:hover .isv2-image-wrap img {}
.insight-flex .insight-section_v2 h2 {margin: 11px 0;display: inline-block;text-transform: uppercase; line-height: 1.15em; color: #333;transition: .25s;}
.insight-flex .insight-section_v2 a:hover h2 {color: #7ac143;}

@media (max-width: 1025px) {
    .insight-flex .insight-section_v2 h2 {font-size: 28px;}
}

@media (max-width: 767px) {
    .insight-flex .insight-section_v2 {width: 100%; margin-right: 0; margin-bottom: 20px;}
}

.case-study-header {text-align: center; padding: 60px 0; color: #333;}
.case-study-header h2 {text-transform: uppercase;}
.case-study-header .widget-type-cta {margin-top: 35px;}
.case-study-header p {max-width: 764px; margin: 0 auto;font-size: 24px;padding: 0 10px;}
.case-study-flex > span > div {width: 24.75%; margin-right: .33%; float: left;border-bottom: 2px solid #fff;}
.case-study-flex > span > div:last-child {margin-right: 0;}

.case-study-module {position: relative; padding: 8px;-webkit-filter: grayscale(100%); filter: grayscale(100%); background-size: cover; background-position: top; background-repeat: no-repeat;}

.case-study-module h3,
.case-study-module h2,
.case-study-module h4 {font-family: 'UniversLTStd-UltraCn', sans-serif; margin: 0;}
.case-study-module h4 {font-size: 14px;}
.case-study-module h3 {font-size: 24px;}
.case-study-module .cs-title {color: #fff; position: absolute; bottom: 15px; right: 15px; z-index: 10;}
.case-study-module .cs-title h4 {visibility:hidden;}
.case-study-module .cs-title h3 {text-transform: uppercase; color: #fff;}

.case-study-module .cs-overlay {
    background-color: rgba(0,0,0,.7);
    padding: 20px 12px 60px;
    color: #fff;
    transition: .25s;
    visibility: hidden;
    opacity: 0;
    /*min-width: 383px;*/
    min-height: 383px;
}
.case-study-module .cs-overlay .cs-description {font-size:17px;line-height:23px;}
.case-study-module .cs-overlay .cs-link {color: #00A160; display: inline-block; margin-top: 20px;}
.case-study-module:hover {-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.case-study-module:hover .cs-overlay {visibility: visible; opacity: 1;}
.case-study-module:hover .cs-title h3 {color: #7AC143;}
.case-study-module:hover .cs-title h4 {visibility:visible;}

@media (max-width: 991px) and (min-width: 768px) {
    .case-study-flex > span > div {width: 49.5%; margin-right: .5%; float: left;}
    .case-study-flex > span > div:nth-child(2n+2) {margin-right: 0;}
}

@media (max-width: 767px) {
    .case-study-flex > span > div {width: 100%; margin-right: 0; }
}


.contact-section.contact-section_v2 {max-width: 100%!important;}
.contact-section.contact-section_v2 h2 {}

body .contact-section.contact-section_v2 input.hs-button.primary[type="submit"] {
    background-color: #fff; 
    font-size: 18px;
    border: 2px solid #00A160; 
    padding: 9px 15px 7px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'UniversLTStd-LightCn','Lato',sans-serif;
    color: #00A160;
    display: inline-block;
}

.contact-section.contact-section_v2 input[type="submit"]:hover {
background-color:#00A160;
color: #fff;
}

.contact-section.contact-section_v2 .hs-form-field input {
    background-color: #fff!important;
    border: none!important;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.075)!important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: 'UniversLTStd-LightCn' !important;
    color: #333333 !important;
}

.contact-section.contact-section_v2 .hs-form-field textarea{
    background-color: #fff!important;
    border: none!important;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.075)!important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: 'UniversLTStd-LightCn' !important;
    color: #333333 !important;
}

.how-to-reach_v2 iframe {width: 100%; max-width: 100%;}




/****** Custom Row of 5 *****/
@media (min-width: 768px) {
    /*.custom_grid_5 > .row-fluid-wrapper > .row-fluid > .widget-span {width: 18%;margin-left: 2.5%;}*/
    
    /*.custom_grid_5 > .row-fluid-wrapper > .row-fluid > .widget-span:first-child {margin-left: 0;}*/
}
.row-fluid .csw-link {display: none!important;}

@media (max-width: 1028px) and (min-width: 768px) {
    .cap-statement-box h4 {font-size: 18px;}
}

@media (max-width: 767px) {
    .capability-page .body-mask {
        content: '';
        position: fixed;
        top: 0; 
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.85);
        z-index: 10000;
    }
    .capability-page .row-fluid .text-section{
        display: block;
        position: absolute;
        top: 155px;
        background-color: #fff;
        z-index: 100000;
        width: 90%;
        margin: 0 auto!important;
        left: 0;
        right: 0;
    }
    .capability-page .capability-toggle {
        background-color: #666;
        color: #fff;
        border-radius: 50%;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .capability-page .text-section h1 {
        font-size: 40px;
        line-height: 1.1em;
    }
}

/***** TEASER STYLES ******/
.home-hero-teaser {height: auto;}
.home-hero-teaser .hh-connect {position: static; padding-top: 150px; padding-bottom: 20px;}

@media (max-width: 767px) {
  .home-hero-teaser .hh-connect {padding-top: 250px!important; padding-bottom: 60px!important;}
}

