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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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


@font-face {
  font-family: 'Graphik-Regular';
  src: 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),  
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Regular.otf')  format('opentype'),
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Regular.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Regular.ttf')  format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphik-Medium';
  src: 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),  
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Medium.otf')  format('opentype'),
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Medium.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Medium.ttf')  format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphik-Semibold';
  src: 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),  
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Semibold.otf')  format('opentype'),
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Semibold.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Semibold.ttf')  format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia.eot?#iefix') format('embedded-opentype'),  
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia.ttf')  format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Georgia-Bold';
  src: 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),  
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-Bold.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-Bold.ttf')  format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia-BoldItalic';
  src: 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),  
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-BoldItalic.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-BoldItalic.ttf')  format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-BoldItalic.svg#Georgia-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia-Italic';
  src: 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),  
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-Italic.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-Italic.ttf')  format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
















.c-red { color: #EB4933; }
.c-white { color: #ffffff; }


/* ex. -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; */


/* ex. -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);;  */









*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px; font-family:  'Georgia', sans-serif, Arial, Helvetica ; font-weight:400; color:#333; font-size:16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
input{font-family:  'Georgia', sans-serif, Arial, Helvetica ;}
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
strong{font-weight:700;}
a{ -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; text-decoration:none; color:#EB4933;}
a:hover, a:focus{text-decoration:none; color:#333;}

::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{opacity:1; color:#C4C4C7;}
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{opacity:1; color:#C4C4C7;}
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder{opacity:1; color:#C4C4C7;}
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder{opacity:1; color:#C4C4C7;}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], 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"]
{font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ; border-radius:7px; border:none; padding:13px 18px; margin:0 0 15px 0; font-size:14px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1, select.hs-input, fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#333;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{background-color:#EB4933; color:#fff; font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ; cursor:pointer; font-size:16px; -webkit-appearance: none; text-transform:uppercase; border:none; border-radius:3px; display:inline-block; padding:12px 40px; text-align:center; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; ;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:#137984;}
textarea{resize:none;}
h1,h2,h3,h4,h5,h6{margin-top:0px; font-weight:normal; color:#3b3b3b; margin-bottom:10px; font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;}
h2{font-size:31px; color:#137984; text-transform:uppercase;}
.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:80px; padding-bottom:80px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px);}
.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{color:#137984;}
p{line-height:25px; margin:0 0 15px;}
.cream-bg{background-color:#F3F3F3;}
.sub-ttl{font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ; font-size:21px; text-align:center; color:#324956;}
body:after{background-color:#fff; content:''; height:100%; left:0; position:fixed; top:0; width:100%; z-index:99; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
body.reveal:after{opacity:0; visibility:hidden;}
.homepage .body-container-wrapper{overflow:hidden;}

.button-1 a{background-color:#EB4933; color:#fff; font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ; font-size:16px; text-transform:uppercase; border-radius:3px; display:inline-block; padding:12px 19px; text-align:center; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
.button-1 a:hover{background-color:#137984;}
.button-1.white a{background-color:#fff; color:#137984;}
.button-1.white a:hover{background-color:#EB4933; color:#fff;}
.h-button-white a:hover{background-color:#FFFFFF;color:#EB4933; }

.button-2 a{background-color:#fff; color:#EB4933; font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ; font-size:16px; text-transform:uppercase; border-radius:3px; display:inline-block; padding:13px 11px; text-align:center; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
.button-2 a:hover{background-color:#137984; color:#fff;}

.ta-center { text-align: center; }
.v-center { 
  position: relative; 
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
}

body.is-initializing {
    position: fixed;
    overflow-y: scroll;
}
.sr-animate, .sr-animate-slow, .sr-animate-slower, .sr-animate-slowest, .sr-animate-1, .sr-animate-2, .sr-animate-3, .sr-animate-4, .sr-animate-5 { visibility: hidden; }

/* Default Form Code */
.default-form .hs-form .hs-form-field > label{color:#137984; display:block; font-size:18px; font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ; font-weight:normal; text-transform:uppercase; padding-bottom: 13px;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset{max-width:none; padding-bottom:26px;}
.default-form .hs-form fieldset.form-columns-1 .hs-input{width: 100%;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -15px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 30px); margin:0 15px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -15px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 30px); margin:0 15px;}
.default-form .hs-form select{background:#fff url(https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/Images/select-down.svg) no-repeat right 20px center / 10px auto; color:#c4c4c7; cursor:pointer; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.default-form .hs_submit{text-align: center;}

@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0 0 20px 0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
  	.default-form .hs-form fieldset{padding-bottom: 0;}
  	.default-form .hs-form .hs-form-field > label{font-size: 14px; padding-bottom:5px;}
}

/* Slick css */
.slick-slider .slick-arrow{background:#EB4933 url("https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/Images/arrow-left.png") no-repeat 44% 50%; opacity:.4; border:none; border-radius:100%; z-index:1; position:absolute; top:50%; left:-83px; width:84px; height:84px; font-size:0px; color:#fff; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; cursor:pointer; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.slick-slider .slick-arrow.slick-next{left:auto; right:-83px; background:#EB4933 url("https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/Images/arrow-right.png") no-repeat 54% 50%;}
.slick-slider .slick-arrow:hover{opacity:0.7;}
.slick-slider .slick-dots{text-align:center; margin: 20px 0 0;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#EB4933; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

/* Menu CSS */
.ebiz-toggle{padding:10px 0; background-color:transparent; float:right; border:none; cursor:pointer; width: 43px; position: absolute; right: 5px; top: 11px;}
.ebiz-toggle .icon-bar{margin: auto; background-color:#EB4933; display:block; height:4px; position:relative; width:27px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.ebiz-toggle .icon-bar + .icon-bar{margin-top:6px;}
.ebiz-toggle .icon-bar:nth-child(1), .ebiz-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top:10px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0;}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-10px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
.mainmenu .mobile-menu span.mobile-toggle{width:36px; height:36px; position:absolute; right:0px; top:0px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#EB4933; height:16px; width:2px; position:absolute; left:17px; top:10px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:before{opacity:0; background-color:#fff; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.mainmenu .hs-menu-wrapper ul{display:inline-block; padding:0;}
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{float: none; display: inline-block;}
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a:after{width:0; height:0; border-style:solid; margin:0 0 1px 6px; content:''; display:inline-block; border-width:6px 5px 0 5px; border-color:#EB4933 transparent transparent transparent; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > a:after{border-color:#333 transparent transparent transparent;}
.mainmenu .hs-menu-wrapper > ul > li > a{max-width:none; width:auto; padding:10px 20px 15px;}
.mainmenu .hs-menu-wrapper ul li a{font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ; text-transform: uppercase; font-size:14px; }
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{padding:17px 20px; display:block;max-width:none;min-width:auto;overflow:visible;text-align:center;color:#fff;text-overflow:inherit;white-space:inherit;width:auto;}
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{font-weight: 700; text-decoration: underline;}
.mainmenu .hs-menu-wrapper ul ul{background-color:rgba(235, 73, 51, 0.65); top: 100%; min-width:330px; border-radius:15px; padding:8px 0; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
.mainmenu .hs-menu-wrapper ul ul:after{width:0; height:0; border-style: solid; border-width:0 18px 15px 18px; border-color:transparent transparent rgba(235, 73, 51, 0.65) transparent; content:''; position:absolute; top:-15px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;}

.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{left:50%; -webkit-transform: translate(-50%,20px);
    -moz-transform: translate(-50%,20px);
    -o-transform: translate(-50%,20px);
    -ms-transform: translate(-50%,20px);
    transform: translate(-50%,20px);; }

/* CSS start from here */
.row-fluid .header{background-color:#fff; left:0; position:fixed; top:0; width:100%; padding:20px 0 20px; border-bottom: 4px solid #EB4933; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; z-index:9;margin-left:0;}
.row-fluid .header .mainmenu{padding:6px 0 0; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
.header .header-logo span{display:block; max-width:236px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
.body-container-wrapper{padding:100px 0 0; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
.body-container-wrapper.s-open{margin-top:79px;}
.row-fluid .header .last-links ul{align-items:center; display:flex;}
.row-fluid .header .last-links ul li{flex:1 1 0; text-align:center;}
.email-link img{max-width:30px;}

.row-fluid .header .container > div > div{align-items:center; display:flex;}
.row-fluid .header .header-logo{width:236px;}
.row-fluid .header .mainmenu{width:calc(100% - 366px); margin:0; text-align:center;}
.row-fluid .header .last-links{width:130px; margin:0;}

.row-fluid .site-search{left:0; display:none; position:absolute; top:101px; background-color:#EB4933; padding:17px 0 21px;}


.home-banner{padding:91px 0; position:relative; z-index:1; overflow: hidden;}
.home-banner .banner-img{height:100%; left:0; position:absolute; top:0; width:100%;}
.home-banner .banner-img:before{height:100%; left:0; position:absolute; top:0; width:100%; content:''; opacity:0.61; z-index:1;
  background: -moz-linear-gradient(142deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(58,197,161,1)), color-stop(100%, rgba(21,102,113,1)));
  background: -webkit-linear-gradient(142deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
  background: -o-linear-gradient(142deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
  background: -ms-linear-gradient(142deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
  background: linear-gradient(308deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac5a1', endColorstr='#156671',GradientType=1 );
}
.home-banner .banner-img:after{height:100%; left:0; position:absolute; top:0; width:100%; content:''; z-index: 2; mix-blend-mode:multiply;
  background: -moz-linear-gradient(142deg, rgba(0,127,142,1) 0%, rgba(0,183,181,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0,183,181,1)), color-stop(100%, rgba(0,127,142,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(142deg, rgba(0,127,142,1) 0%, rgba(0,183,181,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(142deg, rgba(0,127,142,1) 0%, rgba(0,183,181,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(142deg, rgba(0,127,142,1) 0%, rgba(0,183,181,1) 100%); /* ie10+ */
  background: linear-gradient(308deg, rgba(0,127,142,1) 0%, rgba(0,183,181,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7b5', endColorstr='#007f8e',GradientType=1 ); /* ie6-9 */
}
.home-banner .banner-img img{height:100%; object-fit:cover; width:100% !important; filter:saturate(20%);}
.home-banner:after{z-index:-1;}
.home-banner .banner-box{max-width:570px; position:relative; z-index:2; left:-165px;}
.home-banner .banner-box:after{background-color:#fff; content:''; height:12px; left:0; position:absolute; top:0; width:0%; -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;;}
.home-banner .banner-box:before{background-color:#fff; content:''; height:0%; right:0; position:absolute; top:0; width:12px; -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;;}
.home-banner .banner-box > div{float:left; height:100%; width:100%; position:relative; padding:62px 53px; color:#fff;     padding-right: 47px; }
.home-banner .banner-box > div:after{background-color:#fff; content:''; height:12px; right:0; position:absolute; bottom:0; width:0%; -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;;}
.home-banner .banner-box > div:before{background-color:#fff; content:''; height:0%; left:0; position:absolute; bottom:0; width:12px; -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;;}
.home-banner .banner-box h1{font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ; font-size: 65px; color: #fff; font-weight: normal; line-height:69px; margin:0;}
.home-banner .banner-box h1 span{color:#53C5D2;}
.home-banner .banner-box h1 + p{margin:0;}
.home-banner .banner-box > div > span{opacity: 0; display: block; -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);; -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;;}

.home-banner .banner-box.in:after{width:100%;}
.home-banner .banner-box.in:before{height:100%; transition-delay:.65s;}
.home-banner .banner-box.in > div:after{width:100%;}
.home-banner .banner-box.in > div:before{height:100%; transition-delay:.65s;}
.home-banner .banner-box.in > div > span{opacity:1; -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);; transition-delay:.65s;}

.img-txt{position:relative; z-index:1;}
.img-txt.space-add{margin:50px 0 0;}
.img-txt.space-mobile{margin:40px 0 0;}
.img-txt.full .container{position:static;}
.img-txt .container{position:relative;}
.img-txt .img-block{position:absolute; width:50%; bottom:0; margin:0;}
.img-txt .text-block{position:relative; width:50%; margin:0; padding-bottom:80px; padding-top:80px; float:right;}
.img-txt .text-block h2{text-transform:uppercase;}
.img-txt .text-block .content h5{color:#666; font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ; font-size:21px; margin:7px 0;}
.img-txt .text-block .content > div{max-width: 565px;}

.homepage .img-txt .text-block h2{display: inline-table;}
.homepage .img-txt .text-block h2 .last-line-class{border-bottom: 2px solid #137984;display: inline-table;}
.homepage .img-txt .text-block .content h5{margin-top: 15px;}

.img-txt.reverse{}
.img-txt.reverse .img-block{right:0;}
.img-txt.reverse .text-block{float:left;}

.img-txt.wide-img .img-block{padding-right: 100px;}
.img-txt.wide-img .img-block img{float:right; max-width:none;}

.img-txt.laptop .img-block img{max-width:none;}

.cta-strip{background-color:#137984; color:#fff; font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ; font-size:21px; padding:23px 0;}
.cta-strip .text{margin:9px 0 0;}

.help-block{margin:55px -15px 0; display:flex;}
.help-block:after{content:''; display:table; clear:both;}
.help-block .help-list{margin:0 15px; flex:1 0 calc(33.33% - 30px); background-color:#f3f3f3; position: relative;}
.help-block .help-list .icon{padding:42px 20px; text-align:center;}
.help-block .help-list .icon .equal-height{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.help-block .help-list .icon img{max-height:105px; width:auto;}
.help-block .help-list .contnt{padding:47px 20px 35px; font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ;}
.help-block .help-list .contnt h4{color:#324956; font-size:18px; text-transform:uppercase;}
.help-block .help-list .full-anchor{background-color:rgba(0, 0, 0, 0.7); height:100%; font-size:20px; 
    display:flex; 
    display:-webkit-flex; 
    flex-direction:column; 
    -webkit-flex-direction:column; 
    justify-content:center;
    -webkit-justify-content:center;
; left:0; color:#fff; text-transform:uppercase; position:absolute; text-align:center; top:0; width:100%; opacity:0; visibility:hidden; font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;}
.help-block .help-list:hover .full-anchor{opacity:1; visibility:visible;}

.counter-strip{background-color:#EB4933; font-size:14px; text-transform:uppercase; color:#fff; font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ; text-align:center; height: 360px; display: flex !important; 
    display:flex; 
    display:-webkit-flex; 
    flex-direction:column; 
    -webkit-flex-direction:column; 
    justify-content:center;
    -webkit-justify-content:center;
;}
.counter-strip .counter{font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ; font-size:48px; letter-spacing: 11px; margin:0 0 18px 0;}
.counter-strip .counter.first-dv:after{content:'M'; display:inline-block;}
.counter-strip .counter-text{letter-spacing: 3px;}

.tesimonial-section{position: relative; padding:50px 0;}
.tesimonial-section .container{position:relative; z-index:2;}
.tesimonial-section .testi-bg{height:100%; left:0; position:absolute; top:0; width:100%;overflow:hidden;}
.tesimonial-section .testi-bg img{filter:grayscale(100%); height: 100%; object-fit: cover; width: 100% !important;}
.tesimonial-section .testi-bg:before{background-color:#137983; content:''; height:100%; left:0; opacity:0.9; position:absolute; top:0; width:100%; z-index: 1;}
.tesimonial-section .testi-bg:after{background-color:#000; content:''; height:100%; left:0; opacity:0.15; position:absolute; top:0; width:100%; z-index: 1;}
.tesimonial-section.tesimonial-sectionV2{padding:111px 0 120px;}
.tesimonial-section.tesimonial-sectionV2 .testimonal-wrap{margin: 0 0 45px;}

.testimonal-wrap{text-align:center;}
.testimonal-wrap .testimonal-list{}
.testimonal-wrap .testimonal-list .persn-img{border:3px solid #fff;border-radius:100%;display:block;height:120px;margin:0 auto;overflow:hidden;width:120px;}
.testimonal-wrap .testimonal-list .persn-img img{height:100%; object-fit:cover; width:100%;}
.testimonal-wrap .testimonal-list .quote{margin:15px auto 0; max-width:920px; color:#fff; font-size:20px;}
/* .testimonal-wrap .testimonal-list .quote:before{background:url("https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/Images/quotes.png") no-repeat; content:''; display:inline-block; height:17px; margin:0 0 32px; width:22px;} */
.testimonal-wrap .testimonal-list .quote p{line-height:37px; font-size:20px;  }
.testimonal-wrap .testimonal-list .testi-footer .name{padding:7px 0 22px;}
.testimonal-wrap .testimonal-list .testi-footer .name span{color:#fff; font-family: 'Graphik-Medium', sans-serif, Arial, Helvetica ; font-size:14px; display:inline-block; position: relative;}
.testimonal-wrap .testimonal-list .testi-footer .name span:after, .testimonal-wrap .testimonal-list .testi-footer .name span:before{background-color:#fff; content:''; height:2px; left:calc(100% + 6px); position:absolute; top:7px; width:20px;}
.testimonal-wrap .testimonal-list .testi-footer .name span:before{left:auto; right:calc(100% + 6px);}
.testimonal-wrap .testimonal-list .testi-footer img{margin:0 auto;}
.testimonial-quote{ font-size:48px; font-family:  'Georgia-Bold', sans-serif, Arial, Helvetica ; color:#fff; padding-top: 28px;  }



/* start 20-09-2018 */
.row-fluid .client video{width:100%;margin-top:40px;}
.platform-column{float:left;width:25%;text-align:center;padding-bottom:25px;}
.platform-icon{height:182px;width:182px;border-radius:100%;display:flex;align-items:center;justify-content:center;padding:10px;margin:0 auto;}
.platform-icon a{font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica;font-size: 16px;color: #fff;letter-spacing: 0;text-align: center;text-decoration: underline;}
.platform-title{padding-top:50px;}
.platform-title h3,.platform-title h3 a{color:#137984;font-size:18px;text-transform:uppercase; font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;}
.platform-text{padding:0 20px; font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ;line-height:22px;}
.platform-row{float:left;width:100%;padding-top:40px;}
.core-platform{padding-top:75px;}
.platform-icon img,.optimization-icon  img{object-fit:contain;}
.optimization-row{padding-top:48px;margin:0 -12.5px;}
.optimization-column{cursor:pointer;overflow:hidden;position:relative;text-align:center;width:calc(16.66% - 25px);float:left;margin:0 12.5px;margin-bottom:30px;padding-bottom:32px;background-color:#1FBFE7;}
.optimization-icon{height:196px;display:flex;align-items:center;justify-content:center;padding:10px;}
.optimization-title h3{word-break:break-all;font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;text-transform:uppercase;font-size:17.5px;line-height:21px;color:#fff;}
.optimization-hover{font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ;overflow-y:auto;font-size:14.6px;color:#fff;line-height:21px;text-align:left;position:absolute;height:100%;width:100%;transition:0.2s;background-color:#3B6371;top:100%;opacity:0;padding:26px 15px;}
a.link-box{position:absolute;top:0;bottom:0;right:0;left:0;}

.optimization-column:hover .optimization-hover{  top:0; opacity:1; transition:0.4s; }  
.optimization-tools .one-title{  padding: 30px 5px;  text-align: center;   background-color: #F17591;  color: #fff;font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;   margin-top: 30px;  font-size: 17.5px;     text-transform: uppercase;    line-height: 21px; }
.optimization-tools .one-title.green{ background-color:#81C557; }
.row-fluid .optimization-tools{ padding-bottom:92px;  }  
.advertiserspage  .row-fluid .optimization-tools { padding-top:60px; }
.optimization-tools .one-title.remove{ margin-top:0; }

.SLevels-row{ margin: 0 -29px;      padding-top: 47px; } 
.SLevels-column {  width: calc(33.33% - 58px);  float: left;   margin: 0 29px; margin-bottom:30px; }
.SLevels-header{  background: #3B6371;  text-align: center;   padding: 20px 10px;  float:left; width:100%;   padding-bottom: 17px; }
.SLevels-header h3{ text-transform: uppercase;  font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;  font-size:24px; line-height:28px; color:#fff; margin-bottom:3px; }
.SLevels-header .sub-title{ color:#fff; font-size:15.6px;   font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ;   line-height:21.7px; } 
.SLevels-body{      font-size: 15.5px;   padding-top: 15px; float: left;  width: 100%;  background-color: #F3F3F3; }
.SLevels-body ul li{  padding: 10px 22px;  border-bottom: 2px solid #B6B4B4; }
.SLevels-body ul li:last-child{ border-bottom: none; }
.row-fluid .service-levels{     padding-bottom: 87px; }
.same-height{ float:left; width:100%; }   

/*  .publishers .platform-column{width: 25%; } */
.publishers .optimization-row{margin: 0 -19px; }
.publishers .optimization-column{   width: calc(25% - 38px);     margin: 0 19px;   margin-bottom: 32px;  }
.publishers .platform-row{     padding-bottom: 58px; }
.publishers .optimization-hover{ display:flex;     align-items: center; }

/* end 20-09-2018 */
.client{overflow:hidden;}
.logo-slider{margin:25px 0 0;}
.logo-slider .logo-box{padding:15px; overflow: hidden;}
.logo-slider .logo-box a{background-color:#F3F3F3; display: block; height:200px; 
    display:flex; 
    display:-webkit-flex; 
    flex-direction:column; 
    -webkit-flex-direction:column; 
    justify-content:center;
    -webkit-justify-content:center;
; border-radius:15px; padding: 20px;}
.logo-slider .logo-box a img{margin:0 auto; height: auto;}

.footer{background-color:#324956; color:#fff; font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ; font-size:14px;}
.footer a{color:#fff;}
.footer a:hover{opacity:0.7;}
.footer-logo{margin-top:-45px; text-align:center; margin-bottom:47px; position: relative; z-index: 3;}

.footer-block{}
.footer-block .footer-ttl{font-size:18px; font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ; margin:0 0 12px 0;}
.footer-block .simple-menu .hs-menu-wrapper.hs-menu-flow-vertical li a{margin: 0 0 13px; padding:0}
.footer-subscribe{position:relative;}
.footer-subscribe .hs-form .hs-form-field > label{display:none;}
.footer-subscribe h3{display:none;}
.footer-subscribe .hs-form .hs-form-field .hs-input{padding:12px 15px; border-radius:10px;}
/*.footer-subscribe .hs-form .hs_submit{display:none;}*/
.footer-subscribe .hs-form .hs_submit .hs-button{position:absolute; right:10px; top:10px; background:url(https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/Images/form-submit.png) no-repeat center; width:22px; height:22px; padding:0; font-size:0;}

.footer-social{margin:34px 0 0;}
.footer-social li{display:inline-block; font-size:29px; margin:0 31px 0 0;} 
.copy-footer{line-height:24px; margin:67px 0;}



/* ======= Start advertisers Css ======= */
.row-fluid .left-content-hero .row-fluid .hero-content { max-width: 700px; position: relative; z-index: 2; color:#fff; font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ; font-weight:normal; }
.row-fluid .left-content-hero .row-fluid .hero-content h1{ font-size: 55px; color: #fff; line-height: 75px;  text-transform: uppercase;  }
.row-fluid .left-content-hero  .inner-content{ padding-right:115px; font-size:21px; }
.row-fluid .left-content-hero{padding:0}
.home-banner.left-content-hero .container > div{align-items:center;display:flex;min-height:540px;padding:60px 0;}
.row-fluid .left-content-hero .banner-img:after{ background: rgb(130,191,89);
background: -moz-linear-gradient(-45deg, rgba(130,191,89,1) 1%, rgba(0,156,214,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(130,191,89,1) 1%,rgba(0,156,214,1) 100%);
background: linear-gradient(135deg, rgba(130,191,89,1) 1%,rgba(0,156,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82bf59', endColorstr='#009cd6',GradientType=1 ); }
.row-fluid .left-content-hero .banner-img:before{ background: rgb(119,192,55);
background: -moz-linear-gradient(-45deg, rgba(119,192,55,1) 0%, rgba(31,138,184,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(119,192,55,1) 0%,rgba(31,138,184,1) 100%);
background: linear-gradient(135deg, rgba(119,192,55,1) 0%,rgba(31,138,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c037', endColorstr='#1f8ab8',GradientType=1 ); }

.row-fluid .sub-detail{  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ; font-weight:normal; color:#666666; font-size:21px; }
.row-fluid .affiliate-advertising{ padding:75px 0; padding-bottom:55px;  }
.row-fluid .affiliate-flow-box{ float:left; width:100%; align-items: center; margin-bottom: 38px; } 
.row-fluid .affiliate-flow-box .affiliate-flow-icon{ height: 128px; float: left; width: 128px;background-color: #137983; text-align: center; border-radius: 100%; }
.row-fluid .affiliate-flow-box .content-box{ float: left; width: calc(100% - 128px);     padding-left: 38px; }
.row-fluid .affiliate-flow-box .content-box .affiliate-flow-title h3{ font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ; font-weight: normal; color: #666666;   font-size: 21px; }
.row-fluid .affiliate-flow-box .affiliate-flow-text{ margin-bottom: 10px; }
.row-fluid .advertisets .img-block{ left:0; margin:0; }
.img-txt.laptop.advertisets .img-block img{ float:right; }
.img-txt.advertisets  .text-block .content h5{ padding-bottom: 14px; }
.affiliate-advertising .affiliate-left > div{max-width: 535px;}

.affiliate-right .affiliate-flow-button{clear:both; padding:20px 0 0 165px;}

.row-fluid .search-content-hero .row-fluid .hero-content { text-align: center; position: relative; z-index: 2; color:#fff; font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ; font-weight:normal; }
.row-fluid .search-content-hero .row-fluid .hero-content h1{ font-size: 55px; color: #fff; line-height: 75px;  text-transform: uppercase;  }

.row-fluid .experience-section{     padding: 94px 0 108px;  background: rgb(72,157,80);
  background: -moz-linear-gradient(-45deg, rgba(72,157,80,1) 0%, rgba(0,84,149,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(72,157,80,1) 0%,rgba(0,84,149,1) 100%);
  background: linear-gradient(135deg, rgba(72,157,80,1) 0%,rgba(0,84,149,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#489d50', endColorstr='#005495',GradientType=1 );  }

.row-fluid .experience-section .cover-content{ text-align:center; max-width: 752px; float: none;  margin: 0 auto; }
.row-fluid .experience-section .cover-content .title h2{ color:#fff; }
.row-fluid .experience-section .detail{  color:#fff; font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ; font-weight:normal; font-size:21px;  margin: 0 0 45px;}
.img-txt.advertisets .text-block{  padding-top: 128px;     padding-bottom: 150px; }
.img-txt.laptop.advertisets  .img-block img{     max-width: 1315px; }
.img-txt.laptop.advertisets{ margin-bottom: 97px; }
.row-fluid .advertisets-slide{ padding-bottom: 180px;  }
.row-fluid .advertisets-tesimonial .row-fluid .testi-bg:before{ background-color: #278DB9; }
.row-fluid .missing-brand{ padding-top: 110px; padding-bottom: 186px;  }
.row-fluid .missing-brand .help-block .help-list .contnt h4{ color: #137984; }
.row-fluid .become-advertiser{ background-color:#F4F4F4; padding-top: 92px;     padding-bottom: 62px; }
.row-fluid .become-advertiser .sub-ttl a{ color:#53C5D2; }
.row-fluid .experience-section.color-part .cover-content{max-width: 895px;}


/* input[type="submit"]:hover */


/* ======= end advertisers Css ======= */



/* ======= Publishers advertisers Css ======= */
.publishers .row-fluid .left-content-hero .banner-img:before{ background: rgb(231,139,69);
background: -moz-linear-gradient(-45deg, rgba(231,139,69,1) 0%, rgba(236,117,143,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(231,139,69,1) 0%,rgba(236,117,143,1) 100%);
background: linear-gradient(135deg, rgba(231,139,69,1) 0%,rgba(236,117,143,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e78b45', endColorstr='#ec758f',GradientType=1 ); }
.publishers .row-fluid .left-content-hero .banner-img:after{ background: rgb(233,117,27);
background: -moz-linear-gradient(-45deg, rgba(233,117,27,1) 0%, rgba(247,83,129,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(233,117,27,1) 0%,rgba(247,83,129,1) 100%);
background: linear-gradient(135deg, rgba(233,117,27,1) 0%,rgba(247,83,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9751b', endColorstr='#f75381',GradientType=1 ); }

.publishers .row-fluid .experience-section{ background: rgb(214,90,29);
background: -moz-linear-gradient(-45deg, rgba(214,90,29,1) 0%, rgba(226,67,96,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(214,90,29,1) 0%,rgba(226,67,96,1) 100%);
background: linear-gradient(135deg, rgba(214,90,29,1) 0%,rgba(226,67,96,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65a1d', endColorstr='#e24360',GradientType=1 );  }
.publishers .row-fluid .advertisets .img-block{     padding-right: 95px; }
.publishers .row-fluid .advertisets-tesimonial .row-fluid .testi-bg:before{ background-color: #E9751B; }


.agencypartners .row-fluid .left-content-hero .row-fluid .hero-content h1{  line-height: 60px; }
.agencypartners .row-fluid .left-content-hero .banner-img:before{ background: rgb(33,186,227);
background: -moz-linear-gradient(-45deg, rgba(33,186,227,1) 0%, rgba(126,105,159,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(33,186,227,1) 0%,rgba(126,105,159,1) 100%);
background: linear-gradient(135deg, rgba(33,186,227,1) 0%,rgba(126,105,159,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bae3', endColorstr='#7e699f',GradientType=1 ); }
.agencypartners .row-fluid .left-content-hero .banner-img:after{ background: rgb(83,187,205);
background: -moz-linear-gradient(-45deg, rgba(83,187,205,1) 0%, rgba(111,69,138,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(83,187,205,1) 0%,rgba(111,69,138,1) 100%);
background: linear-gradient(135deg, rgba(83,187,205,1) 0%,rgba(111,69,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53bbcd', endColorstr='#6f458a',GradientType=1 ); }

.agencypartners .row-fluid .experience-section{ background: rgb(18,155,198);
background: -moz-linear-gradient(-45deg, rgba(18,155,198,1) 0%, rgba(81,56,112,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(18,155,198,1) 0%,rgba(81,56,112,1) 100%);
background: linear-gradient(135deg, rgba(18,155,198,1) 0%,rgba(81,56,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129bc6', endColorstr='#513870',GradientType=1 ); }
.agencypartners .row-fluid .advertisets-tesimonial .row-fluid .testi-bg:before{ background-color: #2587B2; }
.row-fluid .agencypartners-row .affiliate-flow-box{  float: left; width: 50%; padding-right: 20px; }
.row-fluid .agencypartners-row .affiliate-flow-box:nth-child(2n) { padding-left: 20px; padding-right: 0; }

.row-fluid .agencypartners-row   .affiliate-flow-box .content-box{ padding-left: 45px;    width: calc(100% - 147px); }
.row-fluid .agencypartners-row  .affiliate-flow-box .affiliate-flow-icon{  height: 147px; float: left;  width: 147px;     background-color: #fff; }
.row-fluid .agencypartners-row   .affiliate-flow-box .content-box .affiliate-flow-title h3 { font-family:  'Graphik-Semibold', sans-serif, Arial, Helvetica ; font-weight: normal; color: #fff; font-size: 18px; text-transform: uppercase; padding-bottom: 0;   margin-bottom: 7px; }
.row-fluid .agencypartners-row .row-fluid .affiliate-flow-box .affiliate-flow-text{ color:#fff; }
.row-fluid .agencypartners-row .affiliate-flow-box {  margin-bottom: 10px;  padding-top: 25px;  }
.agencypartners  .row-fluid .experience-section{  padding: 94px 0 150px; } 
.agencypartners  .img-txt.advertisets .text-block{ padding-bottom: 130px;      padding-top: 88px; } 
.row-fluid .agencypartners-row .row-fluid .affiliate-flow-box .affiliate-flow-text p{ line-height:20px; }
.agencypartners .img-txt.laptop.advertisets { margin-bottom: 75px; }
.agencypartners .row-fluid .advertisets-slide {  padding-bottom: 125px; }

/* ======= Publishers advertisers Css ======= */

.publishers  .row-fluid .left-content-hero .row-fluid .hero-content h1{     line-height: 60px; }
.publishers .row-fluid .left-content-hero .inner-content,.agencypartners .row-fluid .left-content-hero .inner-content{     padding-right: 0; }
.publishers .img-txt.advertisets .text-block{ padding-bottom:224px;  }
.publishers .img-txt.laptop.advertisets {  margin-bottom: 148px; }
.publishers  .row-fluid .advertisets-slide {   padding-bottom: 113px; }


/* ========= Satrt Contact Page  ========= */
.contact-page .row-fluid .left-content-hero .row-fluid .hero-content h1{ line-height: 60px; }
.contact-page .row-fluid .left-content-hero .banner-img:after{background: rgb(0,179,178);
background: -moz-linear-gradient(-45deg, rgba(0,179,178,1) 0%, rgba(0,129,143,1) 100%, rgba(125,185,232,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(0,179,178,1) 0%,rgba(0,129,143,1) 100%,rgba(125,185,232,1) 100%);
background: linear-gradient(135deg, rgba(0,179,178,1) 0%,rgba(0,129,143,1) 100%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3b2', endColorstr='#7db9e8',GradientType=1 ); }
.contact-page .row-fluid .left-content-hero .banner-img:before{ background: rgb(57,197,161);
background: -moz-linear-gradient(-45deg, rgba(57,197,161,1) 0%, rgba(20,101,113,1) 100%, rgba(125,185,232,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(57,197,161,1) 0%,rgba(20,101,113,1) 100%,rgba(125,185,232,1) 100%);
background: linear-gradient(135deg, rgba(57,197,161,1) 0%,rgba(20,101,113,1) 100%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39c5a1', endColorstr='#7db9e8',GradientType=1 ); }

.contact-page .row-fluid  .sub-ttl{ padding-bottom:13px; }
.contact-page .help-block .help-list .contnt{ line-height: 22px; }
.contact-page .help-block .help-list .contnt a { color:#53C5D2;     word-break: break-all; } 
.contact-page .row-fluid .missing-brand { padding-top: 78px;  padding-bottom: 50px; }
.contact-page .help-block{ margin-top:30px; }
.contact-page .row-fluid .become-advertiser{  padding-top: 98px; padding-bottom: 84px; }
.contact-page .help-block .help-list:hover .full-anchor{  opacity: 0;  visibility: hidden;  display: none;  }
.contact-page .help-block .help-list .contnt a:hover{ color:#EB4A34; }

.contact-page .contact-locations .help-block{ -ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.contact-page .contact-locations .help-block .help-list{max-width: calc(33.33% - 30px);margin-bottom: 30px;}
.contact-page .contact-locations .icon{font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica;font-size: 30px;color: #FFFFFF;text-transform: uppercase;}
.contact-page .contact-locations .help-block.slider .help-list {
    max-width: none;
  margin: 0;
}
.contact-page .contact-locations .help-block.slider .slick-slide {
    margin: 0 15px;
  /*width: calc(100%/3) !important;*/
}
@media screen and (max-width: 600px){
  .contact-page .contact-locations .help-block.slider .slick-slide {
    padding: 0;
  }
}
/* ========= end Contact Page  ========= */


/* ========== start about  page =========== */

.About-page .row-fluid .affiliate-advertising{ padding:0;    padding-bottom: 0px; }
.About-page .row-fluid .certificat-image{  margin-top: -72px; position: relative; z-index: 1;  }
.About-page .row-fluid .affiliate-right{ margin-left:0; }
.About-page .row-fluid .affiliate-left {  padding-top: 77px; padding-bottom: 70px;}

.About-page .row-fluid  .experience-section{ background:#F4F4F4; }   
.About-page .row-fluid .experience-section .cover-content .title h2 { color:#137984; }  
.About-page .row-fluid .experience-section .detail{  color: #324956; }
.About-page .row-fluid .agencypartners-row .affiliate-flow-box:not(.color-option) .affiliate-flow-icon {  background-color: #137983 !important; }   
.About-page .row-fluid .agencypartners-row .affiliate-flow-box .content-box .affiliate-flow-title h3{     color: #137984; }  
.About-page .row-fluid .agencypartners-row .row-fluid .affiliate-flow-box .affiliate-flow-text{ color:#333333; }
.About-page .row-fluid .agencypartners-row .affiliate-flow-box{ padding-top: 38px; }
.About-page  .row-fluid .experience-section .detail{  margin: 0 0 3px;  }
.About-page .row-fluid .experience-section{ padding: 94px 0 80px; }

.row-fluid .the-pepperfam-row{ padding-top: 98px; }
.pepperfam-img-row .bg-box{ background-repeat:no-repeat; background-position:center; background-size:cover; }
.pepperfam-img-row{ float:left; width:100%;  padding-top: 23px; }
.img-box-columnn1{  width: 22%;  float: left; }
.img-box-columnn2{  width: 30%;  float: left; }
.img-box-columnn3{  width: 15%;  float: left; }
.img-box-columnn4{  width: 33%;  float: left; }

.img-box-columnn1 .bg-box{ padding-bottom: 68.5%;}
.img-box-columnn2 .bg-box{ padding-bottom: 100.5%; }
.img-box-columnn3 .bg-box{ padding-bottom: 67%; }
.img-box-columnn4 .bg-box{ padding-bottom: 91.4%; }

.About-page .img-txt.advertisets .text-block{ padding-top: 157px;  }
.About-page .img-txt.wide-img .img-block{  padding-right: 95px;  position: inherit;    margin-top: -45px;  }
.About-page  .row-fluid .advertisets { padding-bottom: 89px; }

.row-fluid .agencypartners-row .affiliate-flow-box.color-option{max-width:360px; text-align:center; display: inline-block; float: none; vertical-align: top; padding: 0 20px; margin-bottom: 50px;}
.row-fluid .agencypartners-row .affiliate-flow-box.color-option .affiliate-flow-icon{display:inline-block; float:none; height:180px; width: 180px;}
.row-fluid .agencypartners-row .affiliate-flow-box.color-option .content-box{float:none;margin:0 auto;max-width:330px;padding:50px 0 0;width:auto;}
.row-fluid .agencypartners-row .grp-one{padding:0 0 40px;}
.row-fluid .agencypartners-row .row-fluid .affiliate-flow-box.color-option .affiliate-flow-text p{font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ;}

/* ========== end  about  page =========== */


/* ======== start blog css ======== */
.top-blog-banner  .overlay{   position: relative;  z-index: 1; }
.top-blog-banner .blog-banner{ position:relative;     z-index: 1; margin-top:-1px; }
.top-blog-banner .blog-banner-image{ height: 100%; left: 0; position: absolute; top: 0; width: 100%;  }
.top-blog-banner .blog-banner-image:before{ content:""; top:0; bottom:0; }
.blog-banner-image img  { height: 100%;  object-fit: cover;  width: 100% !important; filter: saturate(20%);  }
.top-blog-banner .blog-banner-image:before{  background-color: #146571; content: ''; height: 100%;  left: 0;  position: absolute; top: 0;  width: 100%;  z-index: 1;     mix-blend-mode: multiply; }
.center-post-bannre{ max-width:1200px; padding:0 15px; margin:0 auto; }




.top-blog-banner .content h3{    padding-bottom: 9px;  font-size:55px; line-height:60px; color:#fff;  text-transform: uppercase; }
.top-blog-banner .content h5{ color:#fff; font-size:21px; line-height:35px; font-weight:normal;  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ; margin-bottom:0; }
.top-blog-banner .content h5 a{ color:#fff; }
.top-blog-banner .content h5 a:hover{ color:#EB4933; }
.top-blog-banner #hubspot-topic_data{ color:#fff; font-size:21px; line-height:35px; font-weight:normal;  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;    margin-bottom: 8px; }  
.top-blog-banner #hubspot-topic_data a{ color:#fff;  }
.top-blog-banner #hubspot-topic_data a:hover{ color:#EB4933; }

.top-blog-banner .content .stroke-button{ background-color: #EB4933;  border: none; color: #fff;  font-size: 24px;  font-family:  'Graphik-Semibold', sans-serif, Arial, Helvetica ;  text-transform: uppercase; display: inline-block;  padding: 21px 56px;  border-radius: 4px;  margin-top: 18px;  cursor: pointer; }
.top-blog-banner .content .stroke-button:hover{     background-color: #137984;  transition:0.4s; }
.top-blog-banner .top-content{  }
.top-blog-banner .filter-bar {  background-color: rgba(19,121,131,0.65); float: left;  width: 100%;  position: absolute;  bottom: 0;}
.top-blog-banner .filter-bar .page-center{  float: none;  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;  display: flex; justify-content: space-between; align-items: center;  }
.top-blog-banner .top-content {  max-width:870px;  padding:115px 0 185px;}
.top-blog-banner  .static-topics li a{ padding: 8px 25px;   }
.top-blog-banner  .static-topics li a,.filter-bar__btn  a{ color:#fff; font-size:25px; line-height:51px; font-weight:normal;  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;    display: inline-block; }
.top-blog-banner  .static-topics li{ display:inline-block; margin-right: 12px; }
.top-blog-banner  .static-topics li a:hover,.top-blog-banner  .static-topics li a.active{ background-color:#fff; color:#137984;   }

.top-blog-banner  .filter-bar__btn a{ padding-left: 57px; display: inline-block; position: relative;     cursor: pointer;     padding-right: 18px; }
.top-blog-banner  .filter-bar__btn a:before{  content: "";  background-image: url(https://www.pepperjam.com/hubfs/2018%20Images/filter-icon.png?t=1532521423732); background-repeat: no-repeat;  background-size: contain;    height: 35px;    width: 35px;    position: absolute;    left: 0;  transition: 0.4s;    top: 7px; }
.top-blog-banner .filter-bar__btn a:after { content: "\f0dd"; font-family: 'fontawesome';  position: absolute; top: 0; right: 0;   transition: 0.4s;  font-size: 13px; }
.top-blog-banner  .filter-bar__btn a.active:after{  transform: rotate(-180deg); transition: 0.4s; }
.additional-filters{  float: left;  width: 100%;   background: #137983; display:none; }
.additional-filters .content{ max-width:1200px; padding:0 15px; margin:0 auto; }
.active-filters { margin-bottom: 18px; }
.active-filters ul {  width: 83%; }
.additional-filters ul, .active-filters ul {  list-style: none;  padding: 0;  display: inline-table; margin-bottom: 0; }
.active-filters div.clear-filters {  display: inline-block;  width: 15%;  text-align: right; }
.active-filters div.clear-filters a { font-size: 16px;  font-family: "Arial",sans-serif; font-weight: 400; line-height: 17px; padding: 10px 40px;  background-color: #EB4933;  color: #fff; border-radius: 3px; text-align: center; }
.active-filters div.clear-filters a:hover{  color:#000; background-color: #fff; }
.additional-filters ul>li {  width:33.33%; /*display: inline-block;*/ float:left; }
.additional-filters ul li p {  margin-bottom: 15px; }
.additional-filters [type="checkbox"]:not(:checked), .additional-filters [type="checkbox"]:checked { position: absolute;  left: -9999px; }
.additional-filters input[type="checkbox"], input[type="radio"] { box-sizing: border-box;  padding: 0; }
.additional-filters [type="checkbox"]:not(:checked)+label, .additional-filters [type="checkbox"]:checked+label { position: relative; padding-left: 1.95em; cursor: pointer;}
.additional-filters ul>li label { font-size: 14px; color: #fff; font-family: "Arial",sans-serif; line-height: 25px; text-transform: capitalize; }
.additional-filters [type="checkbox"]:not(:checked)+label:before, .additional-filters [type="checkbox"]:checked+label:before { content: ''; position: absolute;  left: 0;  top: 0; width: 14px; height: 14px; border: 1px solid #fff; background: transparent; border-radius: 1px; }
.additional-filters [type="checkbox"]:not(:checked)+label:after { opacity: 0; transform: scale(0); }
.additional-filters [type="checkbox"]:not(:checked)+label:after, .additional-filters [type="checkbox"]:checked+label:after { content: url(https://cdn2.hubspot.net/hubfs/2254520/active-filter.svg?t=1522088586103); position: absolute; top: 2px; left: 3px; line-height: .8; }
.additional-filters [type="checkbox"]:checked+label:after { opacity: 1; transform: scale(1); }
.additional-filters [type="checkbox"]:checked+label:before { border: 1px solid #53c5d2; background: #53c5d2; }
.active-filters ul li { display: inline-block; width: auto !important; font-size: 14px; font-weight: 400;  font-family: "Arial",sans-serif; color: #000; line-height: 16px; border-radius: 17px; padding: 10px 15px 10px 23px;  background: #fff;   margin-right: 30px;    text-transform: capitalize;    margin-bottom: 1rem; }
.active-filters ul li>div { opacity: .6; display: inline-block; }
.active-filters ul li>a { margin-left: 10px; line-height: 16px; cursor: pointer; }
.active-filters ul li>a>img { vertical-align: middle; width: 10px; }
.additional-filters .content {  padding-top: 50px;  padding-bottom: 35px; }

.row-fluid .listing-blog{ padding-top: 109px;  padding-bottom: 69px; }
 .listing-blog .post-listing{ display:block; }
.blog-list.ctr > div{ margin:0 -15px; }
.listing-blog .post-listing .post-item { width:calc(33.33% - 30px);  background-color:#F3F3F3;    margin: 0 15px;  float: left;     margin-bottom: 52px; }  
.listing-blog .post-listing .post-item a.hs-featured-image-link {     height: 190px; width: 100%; float: left; background-size: cover; background-repeat: no-repeat; background-position: center; }
.listing-blog .post-listing .post-item   #hubspot-author_data{    float: left; width: 100%;display: flex; justify-content: space-between;  align-items: center;     padding: 2px 23px;  }
.listing-blog .post-listing .post-item .author-img{  margin-top: -47px; height: 75px; width: 75px;  border: 3px solid #fff;  border-radius: 100%; }
.listing-blog .post-listing .post-item .author-img img{ height:100%;  border-radius: 100%;  object-fit: cover;}
.listing-blog .post-listing .post-item .post-body{ float: left; width: 100%; padding: 0 20px;  font-size: 12px;  line-height: 20px; padding-bottom:16px; }
.listing-blog .post-listing .post-item  .post-title{ float:left; width:100%;     padding-top: 6px; }
.listing-blog .post-listing .post-item  .post-title h3  a{ color:#137984; font-size:18px; line-height:21px;      text-transform: uppercase; }
/* .post-listing .post-item .post-date{ width: 50%;     margin-right: -23px;  } */
.listing-blog .post-listing .author-link{     width: 36.3%; }
.listing-blog .post-listing #hubspot-author_data > a { color:#333;    width: 50%; }
.listing-blog .post-listing #hubspot-author_data > a:hover { color:#EB4933; }

.listing-blog .post-listing .author-link,.post-listing .post-item .post-date{ font-weight:normal;  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;  font-size: 12px; line-height: 16px;     padding-left: 25px;  padding-top: 12px;  padding-bottom: 14px;  position: relative; }
.listing-blog .post-listing .author-link { padding-left:30px; }
.listing-blog .post-listing .author-link:before,.post-listing .post-item  .post-date:before{     content: ""; position: absolute;  left: -9px; height: 32px; width: 32px;  background-image: url(https://www.pepperjam.com/hubfs/date-img.png?t=1532580490510); background-repeat: no-repeat; background-position: center;  top: 3px; }
.listing-blog .post-listing .author-link:before{ background-image: url(https://www.pepperjam.com/hubfs/user-icon.png); top: 0px; left: -5px; }
.listing-blog .post-listing .post-item .post-title h3 a:hover{ color:#EB4933; }
.listing-blog .post-listing .post-item  .post-title h3 { min-height: 40px;  margin-bottom: 7px;}
.listing-blog .post-listing .post-item p#hubspot-topic_data{  font-weight:normal; color:#53C5D2;   font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ; float: left; width: 100%;  padding: 0 20px; font-size: 12px; line-height: 16px; padding-top: 0px;   white-space: normal; word-break: break-all;     padding-bottom: 2px; }
.listing-blog .post-listing .post-item p#hubspot-topic_data a:hover{ color:#EB4933; }
.listing-blog .post-listing .post-item p#hubspot-topic_data .topic-title{ color:#333; }
.listing-blog .post-listing .post-item p#hubspot-topic_data a { color:#53C5D2; }
.listing-blog .post-listing .post-item .button-post{ float: left; text-align: center;  width: 100%;  margin-bottom: -22px; }
.listing-blog .post-listing .post-item a.button-small{     background-color: #EB4933;  color: #fff;  font-family:  'Graphik-Semibold', sans-serif, Arial, Helvetica ;  font-size: 16px; text-transform: uppercase; border-radius: 3px;  padding: 13px 34px;    text-align: center;    display: inline-flex;    margin: 0 auto; }
.listing-blog .post-listing .post-item a.button-small:hover{ background-color:#137984; transition:0.4s; }

/* start 28-09-2018 */
@supports (-ms-ime-align:auto) {
  .home-banner .banner-img::after{ height:0; }
  .inner-Pagebanner .banner-img:after{ height:0; } 
  .top-blog-banner .blog-banner-image::before{ height:0; width:0; }
 .top-blog-banner .blog-banner-image::after {  height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    opacity: 0.61;
    z-index: 1;
    background: -moz-linear-gradient(142deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(58,197,161,1)), color-stop(100%, rgba(21,102,113,1)));
    background: -webkit-linear-gradient(142deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
    background: -o-linear-gradient(142deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
    background: -ms-linear-gradient(142deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
    background: linear-gradient(308deg, rgba(21,102,113,1) 0%, rgba(58,197,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac5a1', endColorstr='#156671',GradientType=1 );  }
  
}


.post-inner-banner{ float:left; width:100%; position:relative; z-index:1;  margin-top: -1px; }
.inner-wrapper{ max-width: 1200px; padding: 0 15px;  margin: 0 auto; }
.inner-banner-tiitle {  max-width: 740px; position: relative; z-index: 1; padding-top: 120px; padding-bottom: 325px;  }
.blog-listing .inner-banner-tiitle { padding-bottom: 120px; }
.inner-banner-tiitle h1{    padding-bottom: 9px; font-size: 55px; line-height: 60px; color: #fff; text-transform: uppercase;  }
.inner-banner-img{     height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.inner-banner-img:before{ background-color: #146571; content: ''; height: 100%;  left: 0;  position: absolute;  top: 0;  width: 100%;  z-index: 1;  mix-blend-mode: multiply; }
.inner-banner-img  img {  height: 100%;  object-fit: cover;  width: 100% !important;  filter: saturate(20%); }

.post-detail-page  #hs_cos_wrapper_post_body{ line-height:20px; color:#324956; }
.post-detail-page  #hs_cos_wrapper_post_body p{ line-height:20px; }  
.post-detail-page #hubspot-author_data{ font-weight:normal;  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;  font-size: 21px;  color: #324956;    padding-bottom: 20px;  }
.post-detail-page #hubspot-author_data a{ color: #324956; }
.post-detail-page #hubspot-topic_data { padding-top: 27px; }
.post-detail-page #hubspot-topic_data  a,.popular-post-row.side-topic ul li a{ background-color: #EB4933; color: #fff; font-size: 16px; border-radius: 7px; padding: 5px 19px; text-align: center; display: inline-flex; margin: 0 auto; text-transform: capitalize;    font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;  margin-bottom: 3px; }
.post-detail-page .a2a_default_style .a2a_svg{border-radius: 50%;overflow: hidden;}
.post-detail-page .a2a_default_style a + a{margin-right: 5px;}

.post-detail-right h3{ color: #137984; text-transform: uppercase; font-size: 18px; margin-bottom: 28px;  }
 .post-detail-right .row-fluid .popular-post-row { background-color:#F3F3F3; padding:20px;     min-height: 237px; }
.inne-popular-box{ display: flex;  align-items: center; width: 100%;  padding-bottom: 24px;  float: left; }
.inne-popular-box .right-image{ width: 88px;  float: left; } 
.inne-popular-box .right-image img { object-fit: cover; height: 65px;  width: 100%; }
.inne-popular-box .left-content{ float: left; width: calc(100% - 88px);  padding-left: 16px; }
.inne-popular-box .left-content{ font-size:14px; line-height:20px;  }
.inne-popular-box .left-content a{   font-weight:normal;  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;   color: #53C5D2; }
.inne-popular-box .left-content a:hover{ color:#EB4933; }
.inne-popular-box .left-content .author-name  a{ color:#333333; font-weight:normal; font-family:  'Georgia', sans-serif, Arial, Helvetica ;    padding-top: 4px; }
.inne-popular-box .left-content .author-name a:hover{ color:#EB4933; }
.inne-popular-box:last-child{ padding-bottom:0; }
.post-detail-page #hubspot-topic_data a:hover,.popular-post-row.side-topic ul li a:hover{ background-color:#137984; }
.popular-post-row.connect-with{ margin-top:34px; }
.popular-post-row.connect-with ul li a{  font-size:14px; line-height:20px; color:#53C5D2;    display: flex;  align-items: center;  font-weight:normal;  font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ;     }
.popular-post-row.connect-with ul li a span{  padding-left: 17px; }
.popular-post-row.connect-with ul li a:hover{ color:#EB4933; }  
.popular-post-row.connect-with ul li { padding-bottom:7px; }
.popular-post-row.side-topic{ margin-top: 30px; }
.popular-post-row.side-topic ul li { display:inline-block; }
.popular-post-row.side-topic ul li a{     margin-bottom: 5px;  font-size: 12px;  padding: 8px 14px; }
.popular-post-row.side-topic ul li .filter-link-count{ display:none; }  
.row-fluid .related-posts-section{  background-color:#F3F3F3;  }

.listing-blog .related-post-row .post-listing .post-item{  background-color:#ffffff; }
.row-fluid .post-detail-page{ padding-top: 85px;  padding-bottom: 30px; }
.related-post-row  { float: left; width: 100%; padding-top: 75px;  }

.related-posts-cover > div { margin:0 -15px; }
.listing-blog .post-listing .post-item #hubspot-author_data{     padding: 4px 18px; }
.row-fluid .related-posts-section.listing-blog {  padding-top: 54px;  padding-bottom: 55px;  }
.row-fluid .inner-topc{ font-size: 16px; font-family:  'Graphik-Semibold', sans-serif, Arial, Helvetica ; color: #324956; display: inline-block;  padding-right: 6px;     font-weight: normal; }

.row-fluid .trending-articles .post-item1 {   width: calc(33.33% - 30px);    background-color: #fff;  margin: 0 15px;   float: left;   margin-bottom: 52px; }
.trending-articles-cover{ display:block; margin:0 -15px;     }
.trending-articles-title{ text-align: center;  float: left;  width: 100%;  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;  font-weight: normal;  color: #666;  font-size: 21px;      padding-bottom: 58px; }

 .row-fluid .trending-articles{ position:relative; }
.trending-articles.post-item::after { background-color: #F3F3F3; content: ""; height: 100%; left: -2000px; position: absolute; top: 0; width: 4000px; z-index: -1; }
.listing-blog{ overflow: hidden; }

.trending-articles.post-item{ padding-top:65px !important; margin-bottom:94px !important;  margin-top:25px !important;   padding-bottom: 33px !important; }
.blog-pagination_v2 { float: left;  width: 100%;  text-align: center;  padding-top: 25px;  padding-bottom: 60px; }
.blog-pagination_v2 a{     background-color: #137984;  color: #fff;  font-family:  'Graphik-Semibold', sans-serif, Arial, Helvetica ;  font-size: 16px;   text-transform: uppercase;  border-radius: 3px;  padding: 17px 46px; text-align: center;    display: inline-flex;    margin: 0 auto; }
.blog-pagination_v2 a:hover{ color:#fff;  background-color: #EB4933; }



/* ======== end blog css ======== */


.network-home .row-fluid .left-content-hero .banner-img:before{ background: rgb(57,196,160);
background: -moz-linear-gradient(-45deg, rgba(57,196,160,1) 0%, rgba(20,101,113,1) 100%, rgba(125,185,232,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(57,196,160,1) 0%,rgba(20,101,113,1) 100%,rgba(125,185,232,1) 100%);
background: linear-gradient(135deg, rgba(57,196,160,1) 0%,rgba(20,101,113,1) 100%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39c4a0', endColorstr='#7db9e8',GradientType=1 ); }  

.network-home .row-fluid .left-content-hero .banner-img:after{ background: rgb(0,181,180);
background: -moz-linear-gradient(-45deg, rgba(0,181,180,1) 0%, rgba(0,132,146,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(0,181,180,1) 0%,rgba(0,132,146,1) 100%);
background: linear-gradient(135deg, rgba(0,181,180,1) 0%,rgba(0,132,146,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5b4', endColorstr='#008492',GradientType=1 ); }

.row-fluid .bannre-form-cover{ position: relative;  z-index: 2;  position: relative; z-index: 2; float: none;  max-width: 1045px;  background-color: rgba(252,252,252,0.4); margin: 0 auto !important; text-align: center;  padding: 40px;   border-radius: 8px; }
.row-fluid .banner-form-title{ font-size:31px; letter-spacing: 0.7px; line-height:35px; text-transform:uppercase; color:#fff;  padding-bottom: 30px; font-weight: normal;  font-family:  'Graphik-Semibold', sans-serif, Arial, Helvetica  }
.row-fluid .bannre-form-cover form a.forgot-psw{     padding-top: 13px; float: left;  width: 100%;  font-size: 18px;  color: #fff;  line-height: 25px; font-weight:normal;  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;  }
.row-fluid .bannre-form-cover form a.forgot-psw:hover{ color:#EB4933; }
.row-fluid .bannre-form-cover form{ max-width: 575px;  margin: 0 auto; }
.row-fluid .bannre-form-cover form input{   font-weight:normal;  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;  height: 67px; font-size: 21px; }
.row-fluid .bannre-form-cover form button[type="submit"] { cursor: pointer; font-size: 16px; -webkit-appearance: none;    transition: 0.4s; text-transform: uppercase; color:#fff; border: none;  margin-top: 24px;     padding: 22px 94px; border-radius: 3px;    background-color: #EB4933;display: inline-block;   font-weight: normal;  font-family:  'Graphik-Semibold', sans-serif, Arial, Helvetica ;   font-size: 27px;  }
.row-fluid .bannre-form-cover form button[type="submit"]:hover{     background-color: #137984; }
.network-home .row-fluid .left-content-hero {  padding-top:0;  padding-bottom:5px; }

.row-fluid .performance-section{ padding-top:77px; padding-bottom:54px; }
.row-fluid .performance-section h2{padding-bottom: 5px; }
.row-fluid .performance-section .row-fluid .detail-2 {  padding-bottom: 18px; }  


.row-fluid .network-ziczac .network-ziczac-row{ float:left; width:100%; }
.row-fluid .network-ziczac .network-ziczac-box{ background-color:#F4F4F4; padding-top: 99px; padding-bottom: 100px; }
.row-fluid .network-ziczac .network-ziczac-box:nth-child(even){ background-color:#fff;  }
.row-fluid .network-ziczac .network-ziczac-box:nth-child(even) .network-ziczac-inner{  flex-direction: row-reverse; }
.row-fluid .network-ziczac .network-ziczac-box:nth-child(even) .network-ziczac-inner .left-box-img{ padding-right: 0;  padding-left: 28px; }
.row-fluid .network-ziczac .network-ziczac-box:nth-child(even) .network-ziczac-inner .main-content-box {  padding-right: 50px; }
.row-fluid .network-ziczac .network-ziczac-box:nth-child(even){  padding-bottom: 130px;   padding-top: 65px; }

.row-fluid .network-ziczac .network-ziczac-box:nth-child(odd) .main-content-box .button-1 {  padding-top: 30px;  } 
.row-fluid .network-ziczac .network-ziczac-box:nth-child(even) .left-box-img .box-img{  background-color:#F3F3F3;  }

.row-fluid .network-ziczac .network-ziczac-box .network-ziczac-inner{  display: flex;  flex-wrap: wrap;  }
.row-fluid .network-ziczac .network-ziczac-box .network-ziczac-inner .main-content-box{ float: left; width: 50%;     }
.row-fluid .network-ziczac .network-ziczac-box .network-ziczac-inner .left-box-img{ float: left; width: 50%; padding-right: 28px; }  
.main-content-box .content h5{  font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;  font-weight: normal; color: #666666;   font-size: 21px; padding-top: 5px; padding-bottom: 5px; }  
.row-fluid .network-ziczac .network-ziczac-box  .left-box-img .box-img{ float: left; width: calc(50% - 30px); margin: 0 15px; padding:30px; background-color:#fff; height: 160px; background-repeat: no-repeat; background-size: cover; background-position: center center; border-radius: 12px;  margin-bottom: 30px; }
.row-fluid .network-ziczac .network-ziczac-box  .left-box-img .left-box-cover{ margin:0 -15px; display:block; }
.row-fluid .network-ziczac .network-ziczac-box  .left-box-img .box-img img{  width: 100%;  height: 100%;  object-fit: contain; }


/* */
.contact-page .row-fluid .left-content-hero.center { text-align: center; /*padding-top: 143px; padding-bottom: 146px;*/ }
.contact-page .row-fluid .left-content-hero.center .hero-content { max-width: 100%; }
.contact-page .row-fluid .left-content-hero.center .widget-type-text { padding-top: 8px; }

.row-fluid .simple-info-landing { padding: 61px 0 154px; background: #F4F4F4; }
.row-fluid .simple-info-landing .contain { padding-right: 67px; }
.row-fluid .simple-info-landing .contain h2 { margin-bottom:  0; }
.row-fluid .simple-info-landing .default-form { }
.row-fluid .simple-info-landing .default-form .actions { text-align: left; }
.row-fluid .simple-info-landing .default-form .hs-form-field { }
.row-fluid .simple-info-landing .default-form .hs-form-field input { margin-bottom: 27px; }
.row-fluid .simple-info-landing .widget-type-text {font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ;font-size:  21px;padding: 4px 0 18px;color:  #666666;}

/* Technology page */
.home-banner.technology-banner{padding:0;}
.home-banner.technology-banner .container > div{align-items:center; display:flex; min-height:540px; padding:60px 0;}
.home-banner.technology-banner .hero-content{position:relative; z-index:2; color:#fff; font-family:  'Graphik-Regular', sans-serif, Arial, Helvetica ; font-weight:normal;}
.home-banner.technology-banner .hero-content h1,.home-banner.technology-banner .hero-content .hero-title h2{color:#fff;font-size:55px;line-height:60px;text-transform:uppercase;}
.home-banner.technology-banner .hero-content .inner-content{font-size: 21px; max-width: 600px;}
.home-banner.technology-banner .hero-content .inner-content *{color: #FFFFFF;text-transform: none;}
.intuitively h2{margin: 0 0 40px;}
.intuitively img{position:relative; padding: 0 15px;}

.aff-techBlock{background-color:#F3F3F3; margin:-147px 0 0; padding:165px 0 135px;}
.aff-techBlock.white{background-color:#fff; margin:0; padding:90px 0 105px;}
.aff-techBlock h2{margin:0 0 55px;}
.aff-techBlock .aff-techWrapper{display:flex; flex-flow:row wrap;}
.aff-techBlock .aff-techWrapper .aff-techList{flex:1 0 25%; padding:0 25px; text-align:center; font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ;}
.aff-techBlock .aff-techWrapper .aff-techList h5, .aff-techBlock .aff-techWrapper .aff-techList h5 a{color:#137984; text-transform:uppercase; font-size:18px;}
.aff-techBlock .aff-techWrapper .aff-techList .for-icn{margin:0 auto; border-radius:100%;height:182px;width:182px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;}
.aff-techBlock .aff-techWrapper .aff-techList .for-icn img{margin:0 auto;}
.aff-techBlock .aff-techWrapper .aff-techList .for-icnwhover,.platform-icon {position: relative; cursor: pointer; overflow: hidden; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.aff-techBlock .aff-techWrapper .aff-techList .for-icn___hover,.platform-icon .for-icn___hover{position: absolute; top: 100%; left: 0; opacity: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.aff-techBlock .aff-techWrapper .aff-techList .for-icnwhover:hover,.platform-icon:hover{-webkit-box-shadow: 0 2px 22px 0 #797979;box-shadow: 0 2px 22px 0 #797979;}
.aff-techBlock .aff-techWrapper .aff-techList .for-icnwhover:hover .for-icn___hover,.platform-icon:hover .for-icn___hover  {opacity: 1; top: 0;}
.aff-techBlock .aff-techWrapper .aff-techList .foot-cntnt{margin: 50px 0 0;}
.aff-techBlock .aff-techWrapper .aff-techList .foot-cntnt__lmore {font-family:  'Graphik-Semibold', sans-serif, Arial, Helvetica ; font-size: 16px; color: #fff; letter-spacing: 0; text-align: center; text-decoration: underline;}
/* .aff-techBlock .aff-techWrapper .aff-techList h5 a:hover,  */
.aff-techBlock .aff-techWrapper .aff-techList .foot-cntnt__lmore a:hover{ color: #53D5FF }


.yourself-block{margin:73px 0 50px;}
.yourself-block:after{display:table; clear:both; content:'';}
.yourself-block .yourself-list{float:left; text-align:center; margin-bottom: 100px; width:500px;}
.yourself-block .yourself-list:nth-child(even){float:right;}
.yourself-block .yourself-list .tube-thumb{display:block; height:300px; width:100%; position:relative; margin: 0 0 27px;}
.yourself-block .yourself-list .tube-thumb:after{background:url(https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/Images/tube-play.png) no-repeat center ;content:'';height:100%;left:0; position:absolute;top:0;width:100%; } 
.yourself-block .yourself-list .tube-thumb:before{background-color:#060505;content:'';height:100%;left:0;opacity:0.2;position:absolute;top:0;width:100%; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
.yourself-block .yourself-list .tube-thumb:hover:before{opacity:0.4;}
.yourself-block .yourself-list .video-btm{color:#137984; text-transform:uppercase; font-size:18px; font-family:  'Graphik-Semibold', sans-serif, Arial, Helvetica ;}
.yourself-block .yourself-list .video-btm h3{color:#137984; text-transform:uppercase; font-size:18px;}
.yourself-block .yourself-list .video-btm span{display:inline-block;float:none;margin:0 4px;width:auto;}


.search-resultWrapper{padding:50px 0; overflow:hidden;}
.search-resultWrapper .gsc-result-info.showing{font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ; font-size:31px; text-transform:uppercase; margin: 0 0 20px; color:#222630; display:block}
.search-resultWrapper .gsc-result-info{display:none}
.search-resultWrapper .gsc-result-info span{color:#EB4933; font-size:45px;}
.search-resultWrapper .gsc-orderby, .search-resultWrapper .gsc-adBlock, .search-resultWrapper .gcsc-branding, .search-resultWrapper .gsc-table-cell-thumbnail{display:none}
.search-resultWrapper .gsc-above-wrapper-area{border:none;}
.search-resultWrapper .gsc-webResult a.gs-title{color:#137984 !important; margin:0; display:inline-block;height: auto;font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;font-size:31px;text-decoration: none; text-transform: uppercase;}
.search-resultWrapper .gsc-webResult a.gs-title b{font-size:31px; color:#137984 !important; text-decoration: none; font-weight: 400;}
.search-resultWrapper .gsc-webResult .gsc-result .gs-title{height: auto;}
.search-resultWrapper .gsc-webResult .gsc-url-top div.gs-visibleUrl-short{display:none;}
.search-resultWrapper .gsc-webResult .gsc-url-top  div.gs-visibleUrl-long{font-family: 'Graphik-Regular', sans-serif, Arial, Helvetica ; font-size:21px; font-weight:400; color:#EB4933;display: block;}
.search-resultWrapper .gsc-webResult .gsc-table-result .gs-snippet{font-family: 'Georgia', sans-serif, Arial, Helvetica ; font-size: 16px; color:#333;}
.search-resultWrapper .gsc-results > .gsc-webResult > .gs-webResult,
.search-resultWrapper .gsc-results .gsc-expansionArea .gsc-webResult{position:relative; padding:32px 0;}
.search-resultWrapper .gsc-results > .gsc-webResult > .gs-webResult:after,
.search-resultWrapper .gsc-results .gsc-expansionArea .gsc-webResult:nth-child(even):after{background-color:#f4f4f4;visibility: visible;content:'';height:100%;left:-2000px;position:absolute;top:0;width:4000px;z-index:-1;}
.search-resultWrapper .gsc-control-cse, 
.search-resultWrapper .gsc-webResult.gsc-result, 
.search-resultWrapper .gsc-results .gsc-imageResult,
.search-resultWrapper .gsc-webResult.gsc-result:hover, 
.search-resultWrapper .gsc-imageResult:hover{background-color:transparent; border:none;}
.search-resultWrapper .gsc-table-result{ margin: 15px 0 0;}

.search-resultWrapper .gsc-results .gsc-cursor-box{text-align: center;}
.search-resultWrapper .gsc-results .gsc-cursor{display: inline-block;}
.search-resultWrapper .gsc-results .gsc-cursor:after{clear:both; content:''; display:table; margin:0 auto;}
.search-resultWrapper .gsc-results .gsc-cursor-box .gsc-cursor-page{background-color:#cbc9c9;float: left;border-radius:100%;color:#fff;display:flex;flex-direction:column;font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;font-size:24px;height:60px;justify-content:center;text-align:center;width:60px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;;}
.search-resultWrapper .gsc-results .gsc-cursor-box .gsc-cursor-page:hover , .search-resultWrapper .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page{background-color:#EB4933; text-decoration: none;}
.site-search input[type="text"]{margin:0; background:#fff url("https://cdn2.hubspot.net/hubfs/2254520/Pepperjam_2018/Images/form-submit.png?t=1536216025977") no-repeat right 10px center}

/* .search-resultWrapper .count-result {font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ; font-size:31px; text-transform:uppercase; margin: 0 0 20px;}
.search-resultWrapper .count-result span{color:#EB4933; font-size:45px;}
.search-resultWrapper #hsresults li{position:relative; padding:32px 0;}
.search-resultWrapper #hsresults li:nth-child(odd):after{background-color:#f4f4f4;content:'';height:100%;left:-2000px;position:absolute;top:0;width:4000px;z-index:-1;}
.search-resultWrapper #hsresults li p:last-child{margin: 0;}
.search-resultWrapper #hsresults li a.hs-search-results__title{color:#137984;display:inline-block;font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;font-size:31px;margin:0 0 10px;}
.search-resultWrapper #hsresults li a.hs-search-results__title:hover{color:#EB4933;}
.search-resultWrapper .hs-search-results__pagination a{background-color:#cbc9c9;border-radius:100%;color:#fff;display:flex;flex-direction:column;font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica ;font-size:44px;height:60px;justify-content:center;text-align:center;text-indent:5px;width:60px;}
.search-resultWrapper .hs-search-results__pagination a:hover{background-color:#EB4933;} */


/* Blog Page Update 5-8-2018 */
.hs-blog-listing .listing-blog .post-item:first-child { display:none; }
.hs-blog-listing.firstShow .listing-blog .post-item:first-child { display:block; }
/* CSS end  here */

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;}    }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px; }    }
@media (min-width:1230px) { .container, .row-fluid .container[class*="span"]{width:1200px;}  }
/* @media (min-width:1430px) { .container, .row-fluid .container[class*="span"]{width:1400px;} } */
/* @media (min-width:1630px) { .container, .row-fluid .container[class*="span"]{width:1600px;} } */

@media (min-width:768px) {/*hover event for desktops*/
    .ebiz-toggle, .mainmenu .mobile-menu span.mobile-toggle{display:none;}
    .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 .header.headerfixed{padding:20px 0 10px;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > ul{ -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);;}
    .header.headerfixed .header-logo span{max-width: 156px;}
    .row-fluid .header.headerfixed .mainmenu{padding: 0;}
    .header.headerfixed .row-fluid .site-search{top: 76px;}
    .row-fluid .header.headerfixed .last-links{margin: -6px 0 0;}
    @media screen and (-webkit-min-device-pixel-ratio:0){ .header.headerfixed .row-fluid .site-search{top: 73px;} }
}



@media (max-width:1629px){
		.home-banner .banner-box{left: 0;}
}

@media (max-width:1429px){
    .mainmenu .hs-menu-wrapper > ul > li > a{padding:10px 10px 15px;}
    .img-txt.space-add .img-block img{max-width:363px;}
    .footer-social li{margin:0 20px 0 0;}
    .row-fluid .affiliate-advertising .affiliate-left{padding-right:0;}
    .client .container{max-width:1110px;}
    .contact-page .row-fluid .left-content-hero .row-fluid .hero-content h1{font-size:45px;line-height:50px;}
    .top-blog-banner .content h3{font-size:45px;line-height:49px;}
    .top-blog-banner .top-content{padding:90px 0 144px;}
    .inner-banner-tiitle h1{font-size:45px;line-height:55px;}
    .inner-banner-tiitle{max-width:740px;position:relative;z-index:1;padding-top:78px;padding-bottom:224px;}
    .row-fluid .post-detail-page{padding-top:74px;}
    .related-post-row{padding-top:58px;}
    .row-fluid .bannre-form-cover{padding:25px;}
}

@media (max-width:1300px){
    .publishers .row-fluid .advertisets .img-block{padding-right:128px;}
    .About-page .row-fluid .affiliate-left{padding-top:50px;}
    .About-page .img-txt.advertisets .text-block{padding-top:128px;}
    .row-fluid .simple-info-landing .contain{padding-right:30px;}
}


@media (max-width:1429px) and (min-width:992px) {
    .home-banner{padding:50px 0;}
    .home-banner .banner-box{max-width:470px;}
    .home-banner .banner-box > div{padding:40px;}
    .home-banner .banner-box h1{font-size:45px;line-height:49px;}
    .img-txt.laptop .text-block{width:42%;}
    .img-txt.laptop .img-block{width:78%; -webkit-transform: translateX(165px);
    -moz-transform: translateX(165px);
    -o-transform: translateX(165px);
    -ms-transform: translateX(165px);
    transform: translateX(165px); ;}
    .body-container-wrapper{overflow:hidden;}
    .img-txt.laptop.advertisets .img-block{width:50%;}
    .img-txt.laptop.advertisets .text-block{padding-bottom:47px;}
    .img-txt.laptop.advertisets{margin-bottom:22px;}
    .row-fluid .advertisets-slide{padding-bottom:120px;}
    .row-fluid .missing-brand{padding-bottom:125px;}
    .advertiserspage .row-fluid .experience-section .detail{margin:0 0 30px;}
    .advertiserspage .img-txt.laptop.advertisets .text-block{padding-bottom:91px;}
}


@media (min-width:768px) and (max-width:1229px) {
    .contact-page .help-block{text-align:center;display:block;}
    .contact-page .help-block .help-list{width:calc(50% - 32px);display:inline-block;margin-bottom:30px;text-align:left;}
    .contact-page .help-block .help-list .contnt{font-size:15px;}
}

@media (max-width:1130px){
    .slick-slider .slick-arrow{left:0; width:54px; height:54px; background-size:12px auto;}
    .slick-slider .slick-arrow.slick-next{right:0; background-size:12px auto;}
}

@media (max-width:1229px){
    .listing-blog .post-listing .post-item .author-img{margin-top:-32px;height:50px;width:50px;}
    .listing-blog .post-listing .author-link:before,.post-listing .post-item .post-date:before{height:20px;width:20px;background-size:contain;padding-left:18px;}
    .listing-blog .post-listing .author-link,.post-listing .post-item .post-date{font-size:10px;line-height:14px;padding-top:7px;}
    .listing-blog .post-listing .author-link{width:40.2%;}
    .post-listing .post-item .post-date{width:35%;}
    .top-blog-banner .static-topics li a,.filter-bar__btn a{font-size:18px;line-height:38px;}
    .top-blog-banner .static-topics li a{padding:10px 10px;}
    .top-blog-banner .filter-bar__btn a{padding-right:18px;}
    .top-blog-banner .filter-bar__btn a:before{top:0px;}
    .post-detail-page #hubspot-topic_data a,.popular-post-row.side-topic ul li a{margin-bottom:10px;}
    .row-fluid .network-ziczac .network-ziczac-box:nth-child(even) .network-ziczac-inner .main-content-box{padding-right:10px;}
    .trending-articles.post-item{max-width:940px;}
    .center-post-bannre{max-width:970px;}
    .top-blog-banner .filter-bar .page-center{max-width:970px;}
    .yourself-block .yourself-list{width:450px;}
    .row-fluid .header .header-logo{width:176px;}
    .row-fluid .header .mainmenu{width:calc(100% - 306px);}
    .row-fluid .site-search{top:91px;}
    .body-container-wrapper{padding:90px 0 0;}
    .platform-icon{height:165px;width:165px;padding:41px;}
    .optimization-icon{height:150px;padding:30px;}
    .platform-title{padding-top:35px;}
    .platform-text{padding:0 10px;}
    .optimization-row{padding-top:30px}
    .optimization-title{padding:0 5px;}
    .optimization-title h3{font-size:13.5px;}
    .optimization-column{padding-bottom:20px;}
    .SLevels-row{padding-top:32px;}
    .SLevels-column{margin:0 25px;width:calc(33.33% - 50px);}
    .row-fluid .optimization-tools{padding-bottom:75px;}
    .row-fluid .service-levels{padding-bottom:40px;}
}

@media (max-width:1200px){
    .About-page .row-fluid .affiliate-left{padding-top:68px;padding-bottom:68px;}
    .About-page .row-fluid .sub-ttl br{display:none;}
    .About-page .img-txt.advertisets .text-block{padding-top:90px;}
}

@media (max-width:991px){
    .home-banner{padding:50px 0;}
    .home-banner .banner-box{max-width:470px;}
    .home-banner .banner-box > div{padding:40px;}
    .home-banner .banner-box h1{font-size:45px;line-height:49px;}
    .header .header-logo{width:110px;}
    .header .header-logo span{display:block;max-width:110px;}
    .row-fluid .header .mainmenu{padding:0;}
    .header .mainmenu{width:calc(100% - 110px);margin:0;}
    .mainmenu .hs-menu-wrapper ul li a{font-size:13px;padding:10px 5px 22px;}
    .body-container-wrapper{padding:90px 0 0;}
    .mainmenu .hs-menu-wrapper ul ul{min-width:250px;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{padding:9px 20px;}
    .img-txt.laptop .img-block{top:50%;  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); ;}
    .img-txt.space-add .img-block img{max-width:293px;}
    .help-block .help-list .contnt{padding:20px 10px;}
    .img-txt.laptop .img-block img{max-width:180%;}
    .header.headerfixed .header-logo span{margin:5px 0 0;}
    .row-fluid .header .last-links{width:110px;}
    .row-fluid .header .header-logo{width:90px;}
    .row-fluid .header .mainmenu{width:calc(100% - 206px);margin:8px 0 -10px;}
    .counter-strip{height:220px;}
    .counter-strip .counter{letter-spacing:4px;}
    .logo-slider .logo-box a{height:130px;}
    .footer-block:last-child{margin:0;text-align:center;width:100%;}
    .footer-block:not(:last-child){margin:0;width:calc(100% / 4);text-align:center;}
    .row-fluid .left-content-hero .row-fluid .hero-content h1{font-size:48px;line-height:61px;}
    .row-fluid .affiliate-flow-box .content-box{width:calc(100% - 115px);padding-left:15px;}
    .row-fluid .affiliate-flow-box .affiliate-flow-icon{width:115px;height:115px;}
    .row-fluid .affiliate-flow-box{margin-bottom:30px;}
    .affiliate-right .affiliate-flow-button{padding:20px 0 0 130px;}
    .row-fluid .experience-section{padding:73px 0 72px;}
    .img-txt.laptop.advertisets .img-block img{max-width:650px;}
    .img-txt.advertisets .text-block{padding-top:92px;padding-bottom:30px;}
    .img-txt.laptop.advertisets{margin-bottom:28px;}
    .row-fluid .advertisets-slide{padding-bottom:76px;}
    .row-fluid .become-advertiser{padding-top:66px;padding-bottom:38px;}
    .row-fluid .missing-brand{padding-top:75px;padding-bottom:130px;}
    .publishers .row-fluid .advertisets .img-block{padding-right:50px;}
    .agencypartners .row-fluid .advertisets .img-block{padding-right:48px;}
    .row-fluid .agencypartners-row .affiliate-flow-box:nth-child(2n){padding-left:0;padding-right:0;}
    .row-fluid .agencypartners-row .affiliate-flow-box{margin-bottom:30px;padding-top:0;}
    .row-fluid .agencypartners-row .affiliate-flow-box{width:100%;}
    .row-fluid .agencypartners-row{padding-top:34px;max-width:500px;}
    .agencypartners .row-fluid .experience-section{padding:94px 0 58px;}
    .agencypartners .img-txt.advertisets .text-block{padding-bottom:0;}
    .advertiserspage .logo-slider .logo-box a{height:178px;}
    .contact-page .row-fluid .become-advertiser{padding-top:70px;padding-bottom:70px;}
    .contact-page .row-fluid .missing-brand{padding-top:68px;padding-bottom:110px;}
    .About-page .row-fluid .certificat-image{margin-top:85px;padding-left:19px;}
    .About-page .row-fluid .experience-section{padding:68px 0 25px;max-width:100%;}
    .About-page  .row-fluid .agencypartners-row{max-width:100%;}
    .About-page  .row-fluid .agencypartners-row .affiliate-flow-box .affiliate-flow-icon{margin:0 auto;float:none;}
    .About-page  .row-fluid .agencypartners-row .affiliate-flow-box .content-box{padding-left:0;text-align:center;width:100%;padding-top:22px;}
    .About-page .row-fluid .agencypartners-row .affiliate-flow-box{padding-top:0;}
    .About-page .row-fluid .agencypartners-row .affiliate-flow-box:nth-child(2n){padding-left:20px;}
    .About-page .row-fluid .agencypartners-row .affiliate-flow-box{width:50%;}
    .About-page .row-fluid .agencypartners-row{padding-top:18px;}
    .About-page .row-fluid .the-pepperfam-row{padding-top:72px;}
    .About-page .img-txt.wide-img .img-block{padding-right:29px;}
    .About-page .img-txt.advertisets .text-block{padding-top:62px;}
    .About-page .row-fluid .agencypartners-row .affiliate-flow-box.color-option{width:48%;}
    .top-blog-banner .content h3{font-size:40px;line-height:46px;}
    .top-blog-banner .content .stroke-button{padding:15px 45px;margin-top:11px;font-size:18px;}
    .top-blog-banner .top-content{padding:68px 0 130px;}
    .top-blog-banner .static-topics li a,.filter-bar__btn a{font-size:14px;line-height:34px;}
    .top-blog-banner .filter-bar__btn a{padding-left:42px;}
    .top-blog-banner .filter-bar__btn a:before{height:30px;width:30px;}
    .active-filters div.clear-filters a{font-size:15px;line-height:17px;padding:10px 9px;display:inline-block;}
    .active-filters{margin-bottom:29px;}
    .additional-filters .content{padding-top:38px;padding-bottom:24px;}
    .listing-blog .post-listing .post-item{width:calc(50% - 30px);}
    .row-fluid .listing-blog{padding-top:58px;padding-bottom:34px;}
    .listing-blog .post-listing .author-link,.post-listing .post-item .post-date{font-size:12px;line-height:15px;}
    .listing-blog .post-listing .post-item .author-img{height:62px;width:62px;}
    .inner-banner-tiitle h1{font-size:40px;line-height:45px;}
    .inner-banner-tiitle{padding-top:55px;padding-bottom:160px;}
    .row-fluid .post-detail-page{padding-top:55px;}
    .post-detail-page .post-detail-left{width:57.2%;}
    .post-detail-page .post-detail-right{width:40%;}
    .inne-popular-box .left-content{float:left;width:calc(100% - 75px);}
    .inne-popular-box .right-image{width:75px;}
    .post-detail-right h3{margin-bottom:20px;}
    .related-post-row{padding-top:40px;}
    .row-fluid .listing-blog{}
    .row-fluid .bannre-form-cover form input{height:58px;}
    .row-fluid .bannre-form-cover form button[type="submit"]{margin-top:20px;padding:16px 66px;font-size:24px;}
    .row-fluid .bannre-form-cover{max-width:680px;}
    .row-fluid .performance-section{padding-top:62px;padding-bottom:54px;}
    .row-fluid .network-ziczac .network-ziczac-box{padding-top:64px;padding-bottom:66px;}
    .row-fluid .network-ziczac .network-ziczac-box:nth-child(even){padding-bottom:94px;padding-top:62px;}
    .row-fluid .network-ziczac .network-ziczac-box:nth-child(even) .network-ziczac-inner .main-content-box{padding-right:0;}
    .row-fluid .network-ziczac .network-ziczac-box .left-box-img .box-img{width:calc(50% - 20px);margin:0 10px;height:124px;margin-bottom:20px;}
    .network-ziczac-row br{display:none;}
    .row-fluid .network-ziczac .network-ziczac-box:nth-child(odd) .main-content-box .button-1{padding-top:0px;}
    .row-fluid .trending-articles .post-item1{width:calc(50% - 30px);}
    .trending-articles-title{padding-bottom:20px;}
    .trending-articles.post-item{padding-bottom:15px!important;padding-top:55px!important;margin-bottom:55px!important;}
    .trending-articles.post-item{max-width:720px;}
    .center-post-bannre{max-width:750px;}
    .top-blog-banner .filter-bar .page-center{max-width:750px;}
    .home-banner.technology-banner .hero-content h1{font-size:40px;}
    .aff-techBlock{padding:165px 0 40px;}
    .aff-techBlock.white{padding:90px 0 40px;}
    .aff-techBlock .aff-techWrapper .aff-techList{flex:1 0 50%;margin:0 0 40px;}
    .yourself-block{margin:73px 0 0;}
    .yourself-block .yourself-list{width:350px;margin-bottom:50px;}
    .yourself-block .yourself-list .tube-thumb{height:200px;}
    .yourself-block .yourself-list .tube-thumb:after{background-size:70px auto;}
    .yourself-block .yourself-list .video-btm span{display:block;margin:7px 0;}
    .row-fluid .site-search{top:89px;}
    .testimonal-wrap .testimonal-list .quote p{font-size:24px;}
    .platform-column{width:50%;vertical-align:top;float:none;display:inline-block;margin-left:-2px;}
    .platform-column{padding-bottom:30px;padding-left:15px;padding-right:15px;}
    .platform-row{text-align:center;}
    .optimization-column{width:calc(33.33% - 25px);}
    .optimization-icon{height:160px;}
    .SLevels-row{padding-top:32px;margin:0 -10px;}
    .SLevels-body ul li{padding:10px 14px;font-size:14px;}
    .SLevels-header .sub-title{font-size:12.6px;}
    .SLevels-column{margin:0 5px;width:calc(33.33% - 10px);}
    .row-fluid .optimization-tools{padding-top:15px;padding-bottom:62px;}
    .core-platform{padding-top:60px;}
    .platform-row{padding-top:27px;}
    .publishers .platform-column{width:50%;}
    .publishers .optimization-column{width:calc(50% - 38px);}
    .publishers .platform-row{padding-bottom:27px;}
    .advertiserspage .row-fluid .optimization-tools{padding-top:35px;}
    .optimization-tools .one-title{padding:30px 20px;}
  
}


@media (max-width:767px){
    body{font-size:11px;}
    p{line-height: 17px;}
    h2{font-size: 19px;}

    .button-1 a,
    .button-2 a,
    input[type="submit"]{font-size:12px; padding: 7px 9px;}
    .padding-topbottom{padding-bottom: 30px; padding-top: 30px;}
    .sub-ttl{font-size: 12px;}

    textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], 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"]
    {font-size:12px;}
  
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:static; opacity:1; visibility: visible; display:none; width:100%;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{display:none;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li{float:none; width:100%;}
    .mainmenu .hs-menu-wrapper ul{width: 100%; padding: 20px 0 0;}
    .mainmenu .hs-menu-wrapper ul ul{background:transparent; border-radius: 0;}
    .mainmenu .hs-menu-wrapper ul ul:after{display:none;}
    .mainmenu .hs-menu-wrapper ul li a{padding:10px 0; display: block;}
  
  	.header .mainmenu{width:100%;}
    .row-fluid .header{padding:16px 0 15px;border-bottom:2px solid #eb4933;}
    .header .header-logo{width:147px;}
    .header .header-logo span{max-width:none;}
    .body-container-wrapper{padding:60px 0 0;}
    .home-banner{padding:31px 0;}
    .home-banner .banner-box{overflow:hidden;max-width:290px;margin:0 auto!important;}
    .home-banner .banner-box h1{font-size:28px;line-height:29px;margin:0 0 10px;}
    .home-banner .banner-box > div{padding:32px 24px;}
    .home-banner .banner-box:after,.home-banner .banner-box > div:after{height:5px;}
    .home-banner .banner-box:before,.home-banner .banner-box > div:before{width:5px;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{left:0;position:static; -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none; ;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{color:#EB4933;text-align:left;}
    .row-fluid .header .container > div > div{display:block;}
    .row-fluid .header .last-links{margin:5px 40px 0 0;width:110px;float:right;}
    .row-fluid .header .mainmenu{width:auto;margin:0}
    .row-fluid .header .header-logo{float:left;width:110px;}
    .header.headerfixed .header-logo span{margin:0;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{background-color:#fff;left:0;position:absolute;top:63px; border-bottom:4px solid#EB4933;}
    .img-txt .img-block{width:100%;position:static;clear:both;text-align:center;}
    .img-txt.laptop .img-block{ -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);;}
    .img-txt .text-block{width:100%;text-align:center;padding-right:15px;padding-top:22px;padding-bottom:22px;}
    .img-txt .text-block br{display:none;}
    .img-txt .text-block .content > div{max-width:none;}
    .img-txt .text-block .content h5{font-size:12px;}
    .img-txt.space-add{margin:0;}
    .img-txt.space-add .img-block{text-align:center;}
    .img-txt.space-add .img-block img{max-width:160px;}
    .img-txt.space-mobile{margin:-20px 0 0;}
    .img-txt.laptop .img-block img{max-width:100%;}
    .cta-strip{font-size:12px;text-align:center;padding:0 0 15px;}
    .cta-strip .text{margin:9px auto 15px!important;max-width:210px;}
    .cta-strip .text-right{text-align:center;}
    .help-block{display:block;margin:25px 0 0;padding:0 30px;}
    .help-block .help-list{margin:0 0 20px;}
    .help-block .help-list:last-child{margin:0;}
    .help-block .help-list .contnt h4{font-size:12px;}
    .help-block .help-list .icon{height:117px;padding:25px 20px;}
    .help-block .help-list .icon img{height:100%;max-height:none;width:auto;}
    .counter-strip{height:auto;font-size:11px;padding:30px 0 10px;}
    .counter-strip .container > div > div > div{float:left;width:50%;margin:0 0 30px;}
    .counter-strip .counter{font-size:29px;letter-spacing:11px;margin:0 0 8px;}
    .tesimonial-section{padding:30px 0;}
    .testimonal-wrap .testimonal-list .persn-img{height:76px;width:76px;}
    .testimonal-wrap .testimonal-list .quote{font-size:12px;margin:20px auto 0;}
    .testimonal-wrap .testimonal-list .quote p{line-height:24px;}
    .testimonal-wrap .testimonal-list .quote br{display:none;}
    .testimonal-wrap .testimonal-list .quote:before{background-size:14px auto;margin:0 0 10px;}
    .testimonal-wrap .testimonal-list .testi-footer .name span{font-size:10px;}
    .testimonal-wrap .testimonal-list .testi-footer .name span:after,.testimonal-wrap .testimonal-list .testi-footer .name span:before{height:1px;top:5px;}
    .testimonal-wrap .testimonal-list .testi-footer .persn-logo{margin:0 auto;max-width:120px;}
    .testimonal-wrap .testimonal-list .testi-footer img{height:auto;}
    .logo-slider .logo-box{padding:5px;}
    .logo-slider .logo-box a{padding:10px;height:75px;}
    .footer{font-size:10px;}
    .footer-block .footer-ttl{font-size:12px;}
    .footer-logo{margin-top:-18px;}
/*     .footer-logo img{max-width:37px;} */
    .footer-block:not(:last-child){width:calc(100% / 2);float:left;}
    .footer-social{margin:10px 0 0;}
    .footer-social li{font-size:21px;margin:0 15px;}
    .copy-footer{margin:37px 0 17px;}
    .footer-subscribe .hs-form .hs-form-field .hs-input{padding:8px 10px;}
    .footer-block:last-child{margin:0 auto;clear:both;max-width:290px;}
    .footer-block .footer-ttl{clear:both;}
    .footer-subscribe h3{margin:0;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a:after{display:none;}
    .footer-subscribe .hs-form .hs_submit .hs-button{top:5px;}
    .row-fluid .left-content-hero .row-fluid .hero-content h1{font-size:28px;line-height:normal;}
    .agencypartners .row-fluid .left-content-hero .row-fluid .hero-content h1{line-height:normal;}
    .row-fluid .left-content-hero .inner-content{padding-right:0;}
    .row-fluid .left-content-hero{padding-top:0;padding-bottom:0;}
    .row-fluid .affiliate-advertising{padding:50px 0;padding-bottom:26px;}
    .row-fluid .affiliate-advertising .affiliate-left{padding-bottom:45px;}
    .row-fluid .experience-section{padding:58px 0 62px;}
    .img-txt.advertisets .text-block{padding-top:54px;padding-bottom:42px;padding-left:15px;}
    .img-txt.laptop.advertisets .img-block img{max-width:100%;}
    .row-fluid .advertisets-slide{padding-bottom:76px;padding-bottom:25px;}
    .row-fluid .become-advertiser{padding-top:47px;padding-bottom:18px;}
    .row-fluid .missing-brand{padding-top:54px;padding-bottom:80px;}
    .row-fluid .affiliate-flow-box .content-box .affiliate-flow-title h3{font-size:18px;}
    .affiliate-advertising .row-fluid .sub-detail p{line-height:25px;}
    .publishers .row-fluid .advertisets .img-block{padding-right:0;padding:0 50px;}
    .agencypartners .row-fluid .experience-section{padding:58px 0 33px;}
    .row-fluid .agencypartners-row .affiliate-flow-box{display:inherit;text-align:center;}
    .row-fluid .agencypartners-row .affiliate-flow-box .content-box{padding-top:25px;width:100%;padding-left:0;}
    .row-fluid .agencypartners-row .affiliate-flow-box .affiliate-flow-icon{margin:0 auto;float:none;}
    .row-fluid .agencypartners-row{padding-top:20px;}
    .row-fluid .agencypartners-row .affiliate-flow-box{margin-bottom:23px;}
    .agencypartners .row-fluid .advertisets .img-block{padding-right:0;padding:0 30px;padding-top:34px;}
    .agencypartners .img-txt.advertisets .text-block{padding-top:60px;}
    .agencypartners .img-txt.laptop.advertisets{margin-bottom:38px;}
    .agencypartners .row-fluid .advertisets-slide{padding-bottom:37px;}
    .publishers .row-fluid .left-content-hero .inner-content p,.agencypartners .row-fluid .left-content-hero .inner-content p{font-size:12px;line-height:17px;}
    .publishers .row-fluid .left-content-hero .inner-content p br,.agencypartners .row-fluid .left-content-hero .inner-content p br{display:none;}
    .publishers .row-fluid .left-content-hero .row-fluid .hero-content h1{line-height:normal;font-size:28px;}
    .publishers .img-txt.advertisets .text-block{padding-bottom:60px;}
    .publishers .img-txt.laptop.advertisets{margin-bottom:60px;}
    .publishers  .row-fluid .advertisets-slide{padding-bottom:48px;}
    .row-fluid .agencypartners-row{max-width:100%;}
    .advertiserspage  .row-fluid .left-content-hero .inner-content p,.advertiserspage  .row-fluid .left-content-hero .inner-content p{font-size:12px;line-height:17px;}
    .advertiserspage  .row-fluid .left-content-hero .inner-content p br,.advertiserspage  .row-fluid .left-content-hero .inner-content p br{display:none;}
    .advertiserspage  .img-txt.laptop.advertisets{margin-bottom:10px;}
    .row-fluid .experience-section .detail{font-size:12px;}
    .row-fluid .experience-section .detail p{line-height:18px;}
    .affiliate-advertising .row-fluid .sub-detail p{line-height:18px;font-size:12px;}
    .affiliate-advertising .affiliate-left > div{max-width:none;}
    .img-txt.wide-img .img-block img{max-width:100%;}
    .row-fluid .affiliate-flow-box .affiliate-flow-icon{width:35px;height:35px;background-size:auto 70%!important;}
    .row-fluid .affiliate-flow-box .content-box{width:calc(100% - 35px);}
    .affiliate-right .affiliate-flow-button{padding:20px 0 0 50px;}
    .row-fluid .agencypartners-row .affiliate-flow-box .affiliate-flow-icon{height:50px;width:50px;}
    .contact-page .row-fluid .left-content-hero .inner-content p{font-size:12px;line-height:17px;}
    .contact-page .row-fluid .left-content-hero .row-fluid .hero-content h1{line-height:normal;}
    .contact-page .row-fluid .become-advertiser{padding-top:50px;padding-bottom:50px;}
    .contact-page .row-fluid .missing-brand{padding-top:50px;padding-bottom:70px}
    .contact-page .help-block{margin-top:22px;}
    .home-banner.left-content-hero .container > div{min-height:auto;}
    .About-page .row-fluid .certificat-image{margin-top:0;padding-left:0;margin-bottom:0px;text-align:center;padding:0 15px;}
    .About-page .row-fluid .affiliate-advertising .affiliate-left{padding-top:50px;padding-right:15px;}
    .About-page .row-fluid .experience-section{padding:50px 0 16px;}
    .About-page  .cta-strip{padding:12px 0 15px;}
    .About-page .row-fluid .agencypartners-row .affiliate-flow-box{width:100%;padding:0;}
    .About-page .row-fluid .agencypartners-row .affiliate-flow-box:nth-child(2n){padding-left:0;}
    .About-page .row-fluid .the-pepperfam-row{padding-top:53px;}
    .pepperfam-img-row{padding-top:10px;}
    .About-page .img-txt.advertisets .text-block{padding-top:50px;}
    .About-page .img-txt.wide-img .img-block{padding-right:0;padding:0 15px;}
    .About-page .img-txt.wide-img .img-block{padding-right:0;padding:0 15px;}
    .img-box-columnn1,.img-box-columnn2,.img-box-columnn3,.img-box-columnn4{width:100%;}
    .pepperfam-img-row{float:none;max-width:480px;margin:0 auto;}
    .About-page .row-fluid .agencypartners-row .affiliate-flow-box .affiliate-flow-icon{background-size:auto 50%!important;}
    .top-blog-banner .content h3{font-size:28px;line-height:normal;}
    .row-fluid .client video{margin-top:20px;}
    .active-filters div.clear-filters{width:100%;text-align:left;}
    .additional-filters ul>li{width:100%;}
    .additional-filters .content{padding-top:20px;padding-bottom:12px;}
    .listing-blog .post-listing .post-item{width:calc(100% - 30px);}
    .listing-blog .post-listing .post-item .author-img{height:50px;width:50px;}
    .listing-blog .post-listing .author-link,.post-listing .post-item .post-date{font-size:10px;}
    .listing-blog .post-listing .author-link{width:41.2%;}
    .listing-blog .post-listing .post-item #hubspot-author_data{padding:7px 20px;}
    .listing-blog .post-listing .post-item a.button-small{padding:12px 25px;font-size:14px;}
    .top-blog-banner .content .stroke-button{padding:12px 35px;margin-top:11px;font-size:16px;}
    .active-filters ul li{margin-right:12px;}
    .top-blog-banner .top-content{padding:50px 0 240px;}
    .top-blog-banner .content h3{padding-bottom:0;}
    .top-blog-banner .filter-bar .page-center{flex-direction:column;text-align:center;}
    .top-blog-banner .static-topics li{margin:5px;}
    .top-blog-banner .static-topics li a{padding:5px 10px;}
    .top-blog-banner .filter-bar .page-center .static-topics{text-align:center;padding:17px 0;}
    .filter-bar__btn{padding-bottom:17px;padding-top:3px;}
    .inner-banner-tiitle h1{font-size:28px;line-height:normal;}
    .inner-banner-tiitle{padding-top:42px;padding-bottom:70px;}
    .post-detail-page .post-detail-left,.post-detail-page .post-detail-right{width:100%;}
    .row-fluid .post-detail-page{padding-top:45px;}
    .row-fluid .related-posts-section.listing-blog{padding-top:46px;padding-bottom:18px;}
    .post-detail-right .row-fluid .popular-post-row{float:left;}
    .post-detail-page #hubspot-author_data{padding-bottom:17px;font-size:18px;}
    .post-detail-page #hubspot-topic_data a,.popular-post-row.side-topic ul li a{font-size:11px;padding:2px 14px;}
    .post-detail-page #hubspot-topic_data{padding-top:15px;}
    .row-fluid .popular-post-row.side-topic ul li a{margin-bottom:5px;font-size:12px;padding:8px 14px;}
    .post-detail-right .row-fluid .popular-post-row{width:100%;}
    .row-fluid .banner-form-title{font-size:26px;line-height:33px;padding-bottom:20px;}
    .row-fluid .banner-form-title br{display:none;}
    .row-fluid .performance-section{padding-top:50px;padding-bottom:48px;}
    .network-home .row-fluid .sub-detail p{line-height:18px;font-size:12px;}
    .row-fluid .performance-section .row-fluid .detail-2{padding-bottom:0;}
    .row-fluid .network-ziczac .network-ziczac-box .network-ziczac-inner{flex-direction:column;}
    .row-fluid .network-ziczac .network-ziczac-box .network-ziczac-inner .main-content-box,.row-fluid .network-ziczac .network-ziczac-box .network-ziczac-inner .left-box-img{width:100%;}
    .row-fluid .network-ziczac .network-ziczac-box .network-ziczac-inner .left-box-img{padding-right:0;}
    .row-fluid .network-ziczac .network-ziczac-box{padding-top:47px;padding-bottom:49px;}
    .row-fluid .network-ziczac .network-ziczac-box:nth-child(even) .network-ziczac-inner .left-box-img{padding-right:0;padding-left:0;}
    .row-fluid .network-ziczac .network-ziczac-box .network-ziczac-inner .main-content-box{padding-top:15px;}
    .main-content-box .content h5{font-size:12px;line-height:18px;}
    .row-fluid .network-ziczac .network-ziczac-box:nth-child(even){padding-bottom:60px;padding-top:50px;}
    .row-fluid .bannre-form-cover form input{height:50px;font-size:14px;}
    .row-fluid .bannre-form-cover form button[type="submit"]{margin-top:13px;padding:12px 50px;font-size:18px;}
    .row-fluid .trending-articles .post-item1{width:calc(100% - 30px);}
    .trending-articles.post-item{width:calc(100% - 30px)!important;padding-bottom:12px!important;padding-top:46px!important;margin-bottom:60px!important;}
    .trending-articles-title p{font-size:12px;line-height:18px;}
    .row-fluid .network-ziczac .network-ziczac-box .left-box-img .box-img{padding:20px;}
    .row-fluid .simple-info-landing .contain{padding:0 0 30px;}
    .row-fluid .simple-info-landing .contain h2{margin-bottom:5px;}
    .row-fluid .simple-info-landing .widget-type-text{font-size:15px;padding:0 0 10px;}
    .row-fluid .simple-info-landing{padding:60px 0;}
    .home-banner.technology-banner{padding:0;}
    .home-banner.technology-banner .container > div{min-height:auto;}
    .home-banner.technology-banner .hero-content h1{line-height:normal;font-size:28px;}
    .home-banner.technology-banner .hero-content .inner-content{font-size:12px;line-height:17px;}
    .aff-techBlock{margin:-47px 0 0;padding:65px 0 10px;}
    .aff-techBlock.white{padding:60px 0 20px;}
    .tesimonial-section.tesimonial-sectionV2{padding:40px 0 60px;}
    .yourself-block{margin:40px 0 0;}
    .yourself-block .yourself-list{float:none;margin:0 auto 30px auto;width:290px;}
    .yourself-block .yourself-list:nth-child(even){float:none;}
    .yourself-block .yourself-list .tube-thumb{margin:0 0 10px;}
    .yourself-block .yourself-list .video-btm span{display:inline-block;}
    .yourself-block .yourself-list .video-btm span.or-span{font-size:12px;}
    .row-fluid .site-search{top:63px;width:100%;}
    .row-fluid .agencypartners-row .affiliate-flow-box.color-option .affiliate-flow-icon{height:80px;width:80px;}
    .About-page .row-fluid .agencypartners-row .affiliate-flow-box.color-option{width:100%;}
    .row-fluid .agencypartners-row .grp-one{padding:0;}
    .testimonal-wrap .testimonal-list .quote p{font-size:14px;line-height:34px;}
    .search-resultWrapper .count-result{font-size:17px;}
    .search-resultWrapper .count-result span{font-size:31px;}
    .search-resultWrapper #hsresults li{padding:15px 0;}
    .search-resultWrapper #hsresults li a.hs-search-results__title{font-size:21px;}
    .search-resultWrapper .hs-search-results__pagination a{width:0px;height:40px;font-size:24px;}
    .same-height{height:auto!important;}
    .platform-column{width:100%;}
    .platform-title{padding-top:28px;}
    .optimization-column{width:calc(100% - 25px);}
    .SLevels-column{margin-bottom:30px;width:calc(100% - 10px);}
    .core-platform{padding-top:51px;}
    .optimization-row{max-width:250px;margin:0 auto;}
    .optimization-tools .one-title{padding:30px 10px;}
    .platform-icon{height:90px;width:90px;padding:22px;}
    .platform-title{padding-top:22px;}
    .optimization-icon{padding:30px;}
    .optimization-title h3{font-size:14.8px;}
    .optimization-icon img{height:70px;}
    .optimization-icon{height:150px;}
    .publishers .platform-column{width:100%;}
    .publishers .optimization-column{width:calc(100% - 38px);}
    .publishers .optimization-row{margin:0 auto;}
    .advertiserspage  .row-fluid .optimization-tools{padding-top:30px;}
    .counter-strip .container > div > div > div{ min-height:70px; } 
  
  
}

@media (max-width:500px){
    .aff-techBlock .aff-techWrapper{display: block;}
    .aff-techBlock .aff-techWrapper .aff-techList .for-icn{width:90px; height:90px;}
    .aff-techBlock .aff-techWrapper .aff-techList .for-icn img{height:auto; width:auto; max-height: 80%;}
    .aff-techBlock .aff-techWrapper .aff-techList .foot-cntnt{margin: 10px 0 0;}
}

/*** Events ***/
.events-template .list-view .section{
  padding: 120px;
}
.events-template h1{
  font-size: 45px;
  line-height: 50px;
}
.events-template .list-view .event-info h3{
  font-size: 31px;
}
.events-template .list-view .event-info{
  max-width: 700px;  
  color: #666666;
}
.events-template .list-view .event-info .date-location,.events-template .list-view .more-details a{
  font-family: "Graphik-Medium";
}
.events-template .list-view .event-info .date-location{
  color: #1a1c24;
}
.events-template .list-view .more-details a,.events-template .list-view .event-info .date-location,.events-template .inner-Pagebanner p{
  font-family: Graphik-Regular,sans-serif;
}
.events-template .load-more{
  font-family: Graphik-Semibold,sans-serif;
  
  border-radius: 3px;
  display: inline-block;
  padding: 12px 19px;
  text-align: center;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #EB4933;
  color: #fff;
  font-size: 18px;
}
.events-template .load-more:hover{
  color: #FFFFFF;
  background-color: #137984;
}
.events-template .load-more::after{
  display: none;
}

.events-template .inner-Pagebanner p{
  font-size: 22px;
}
@media (max-width: 767px){
  .events-template .list-view .section{
    padding: 50px;
  }
}
/* Events Modal */
body.event-modal-active{
  overflow: hidden;
}
.event-modal{
  background-color: rgba(255,255,255,.90);
/*   display: flex;
  -webkit-display: flex; */
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: fixed;
  transition: all .3s;
  -webkit-transition: all .3s;
  top: 0;
  width: 100%;
  visibility: hidden;
  z-index: 999999;
  overflow-x: hidden; 
  overflow-y: auto;
}
.event-modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.event-modal__wrapper{
  background: #FFFFFF;
  padding: 43px 15px 81px;
  max-width: 1256px;
  width: 100%;
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.20);
  margin-left: auto;
  margin-right: auto;
}
.event-modal__content{
  max-width: 1040px;
  margin: 0 auto;
  text-align: left;
}
.event-modal__img{
  max-height: 450px;
  overflow: hidden;
  margin-bottom: 45px;
  margin-top: 50px;
}
.event-modal__title h2{
  font-family: 'Graphik-Light', sans-serif, Arial, Helvetica;
  font-size: 48px;
  text-transform: none;
  color: #1A1C24;
  margin-bottom: 36px !important;
}
.event-modal__details{
  width: 100%;
  font-size: 18px;  
  color: #1A1C24;
  font-family: 'Graphik-Regular', sans-serif;
  display: inline-block;
}
.event-modal__details .label{
  font-family: 'Graphik-Semibold', sans-serif, Arial, Helvetica;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.event-modal__details > div{
  padding-bottom: 20px;
}
.event-modal__website{
  word-break: break-all;
}
.event-modal__description,.event-modal__description p{
  font-size: 18px;
  color: #1A1C24;
  font-family: 'graphik-regular',sans-serif;
  line-height: 2;
  margin-top: 20px;
}
.event-modal__action{
  padding: 0;
  line-height: 0;
  width: 74px;
  height: 74px;
  background-color: #FFFFFF;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 768px){
  .event-modal {
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
  }
}

.error-page h1{
  font-size: 62px;
  font-weight: 400;
  font-family: 'Graphik-Light', sans-serif, Arial, Helvetica;
  line-height: 1.25;
}
.error-page .simple-heading{
  font-size: 18px;
}
.error-search {
    max-width: 650px;
    margin: 0 auto;
}
.error-search .gsc-input{
  height: auto !important;
  background: none !important;
  text-indent: 0 !important;
  outline: none;
  padding: 5px 0 !important;
}
.error-search .gsst_b{
  padding:0;
}
.error-search .gsc-search-button {
  margin-left: 2px;
  margin-left: 0;
  height: 48px;
  border: none !important;
  border-radius: 0 0 0 0 !important;
  cursor: pointer;
}
@media (max-width: 767px){
  .error-page h1 {
    font-size: 40px;
  }
  .gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .error-page .padding-topbottom{
    padding-bottom: 80px;
    padding-top: 80px;
  }
}































