/* @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

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

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */




@font-face {
    font-family: 'Avenir';
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Light.eot');
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Light.woff2') format('woff2'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Light.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Light.ttf') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Light.svg#Avenir-Light') format('svg');
	font-weight: 200;
	font-style: normal;
}


@font-face {
    font-family: 'Avenir';
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Book.eot');
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Book.woff2') format('woff2'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Book.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Book.ttf') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Book.svg#Avenir-Book') format('svg');
	font-weight: 300;
	font-style: normal;
}


@font-face {
    font-family: 'Avenir';
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Roman.eot');
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Roman.woff2') format('woff2'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Roman.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Roman.ttf') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
	font-weight: 400;
	font-style: normal;
}

 
@font-face {
	font-family: 'Avenir';
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Medium.eot');
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Medium.woff2') format('woff2'),
	 	 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Medium.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Medium.ttf') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}



@font-face {
    font-family: 'Avenir';
    src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Heavy.eot');
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Heavy.woff2') format('woff2'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Heavy.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Heavy.ttf') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
    font-family: 'Avenir';
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Black.eot');
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Black.woff2') format('woff2'),
	     url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Black.woff') format('woff'),
	     url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Black.ttf') format('truetype'),
	     url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/Avenir-Black.svg#Avenir-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
    font-family: 'A DAY WITHOUT SUN';
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/ADAYWITHOUTSUN.eot');
	src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/ADAYWITHOUTSUN.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/ADAYWITHOUTSUN.woff2') format('woff2'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/ADAYWITHOUTSUN.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/ADAYWITHOUTSUN.ttf') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/ADAYWITHOUTSUN.svg#ADAYWITHOUTSUN') format('svg');
	font-weight: 400;
	font-style: normal;
} 

@font-face {
    font-family: 'FuturaBold';
    src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/futurab0-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/futurab0-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/futurab0-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/futurab0-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/fonts/futurab0-webfont.svg#FuturaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

 
  
*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Avenir', Arial, Helvetica, sans-serif; font-weight:300; font-size:42px; line-height:50px; color:#444444; background:#fff; overflow-x:hidden }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { color:#333c4e; font-family:'Avenir', Arial, Helvetica, sans-serif; font-size:74px; margin:0; padding:15px 0 25px; line-height:74px; font-weight:normal; clear:both }
h2 { font-weight:200; color:#0099cc; font-family:'Avenir', Arial, Helvetica, sans-serif; font-size:72px; line-height:72px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:200; color:#0099cc; font-family:'Avenir', Arial, Helvetica, sans-serif; font-size:60px; line-height:62px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:200; color:#0099cc; font-family:'Avenir', Arial, Helvetica, sans-serif; font-size:55px; line-height:60px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:200; color:#0099cc; font-family:'Avenir', Arial, Helvetica, sans-serif; font-size:50px; line-height:55px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:200; color:#0099cc; font-family:'Avenir', Arial, Helvetica, sans-serif; font-size:40px; margin:0; padding:10px 0; line-height:46px; clear:both }

a { text-decoration:none; outline:none; color:#fc760f; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
a:hover { color:#0099cc; }

strong { font-weight:900; }

input , button , textarea, select , 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"] { outline:none; border:1px solid #ccc; background:#fff; height:70px; padding:0 20px; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:22px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { height:auto; width:auto; border:none; cursor:pointer; background:url(//content.tappnetwork.com/hubfs/Tappnetwork-2017/images/blank.png) no-repeat left top #fc760f; border-radius:80px; font-size:30px; line-height:36px; font-weight:600; padding:15px 35px; color:#fff; display:inline-block; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
input[type=submit]:hover , button:hover { background-color:#e76b0c; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 25px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 25px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 25px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 25px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 25px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list { text-align:left; } 
.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; text-align:left; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#fc760f; color:#fff; border-color:#fc760f; font-size:12px; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size:14px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#000; background:#000;  border-radius:100%; }


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 15px 0 !important; }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 15px 0 !important; }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px !important;  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 15px 0 !important; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 15px !important; }
  
}

.hs-form a.hs-button {
    margin-top: 10px;
    height: auto;
    width: auto;
    border: none;
    cursor: pointer;
    background: url(//content.tappnetwork.com/hubfs/Tappnetwork-2017/images/blank.png?t=1488910771284) no-repeat left top #fc760f;
    border-radius: 80px;
    font-size: 22px;
    line-height: 22px;
    padding: 15px 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hs-form a.hs-button:hover {
    background-color: #e76b0c;
}

.widget-type-email_subscriptions p, .widget-type-email_subscriptions_confirmation p, .widget-type-email_simple_subscription p {
    padding:15px 0; margin:0;  font-family:'Avenir', Arial, Helvetica, sans-serif; font-weight:300; font-size:42px; line-height:50px; color:#444444;
}
.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
    font-weight:200; color:#0099cc; font-family:'Avenir', Arial, Helvetica, sans-serif; font-size:72px; line-height:72px; margin:0; padding:10px 0 10px; clear:both;
}
.widget-type-email_subscriptions h1, .widget-type-email_subscriptions_confirmation h1, .widget-type-email_simple_subscription h1 {
    color:#333c4e; font-family:'Avenir', Arial, Helvetica, sans-serif; font-size:74px; margin:0; padding:15px 0 25px; line-height:74px; font-weight:normal; clear:both; 
}

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited , .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a  , .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a  { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }
.row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a { white-space: normal; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .text-white a { color:#00ccff; text-decoration:none; }  
.row-fluid .text-white a:hover { color:#fff; text-decoration:none; }
.row-fluid .text-white .header-search form input a { color:#fff !important; } 
.header-search #hs-search-module a { color:#fff !important; } 
.header-search form label { 
    font-size: 35px;
    padding: 20px 0px
}
.header-search form input {
  margin-top: 20px;
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

/*link style*/
.row-fluid a.link-style , .row-fluid .link-style2 a { display:inline-block; -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;; font-size:38px; line-height:40px; background:#fc760f; color:#fff; padding:10px 25px; text-transform:uppercase; font-weight: 500; min-width:520px; text-align:center; }
.row-fluid a.link-style:hover , .row-fluid .link-style2 a:hover { background:#e76b0c; }

/*link style*/
.row-fluid a.link-style2 , .row-fluid .link-style2 a { display:inline-block; -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;; font-size:38px; line-height:40px; border:2px solid #fe790f; color:#1772cf; padding:15px 25px; text-transform:uppercase; font-weight: 500; min-width:520px; text-align:center; }
.row-fluid a.link-style2:hover , .row-fluid .link-style2 a:hover { background:#fe790f; color:#fff; }
.row-fluid .text-white a.link-style2 , .row-fluid .text-white .link-style2 a { color:#0ce2ef; }
.row-fluid .text-white a.link-style2:hover , .row-fluid .text-white .link-style2:hover a { color:#fff; }

/*link style*/
.row-fluid a.link-style3 , .row-fluid .link-style3 a { display:inline-block; -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;; font-size:38px; line-height:40px; background:#0a55d2; color:#0ce2ef; padding:15px 25px; text-transform:uppercase; font-weight: 500; min-width:520px; text-align:center; }
.row-fluid a.link-style3:hover , .row-fluid .link-style3 a:hover { background:#0a4dbd; }


/*background color*/
.row-fluid .gradiant-bg {  background: #033982;  
background: -moz-linear-gradient(left,  #033982 0%, #309fe6 100%); 
background: -webkit-linear-gradient(left,  #033982 0%,#309fe6 100%);  
background: linear-gradient(to right,  #033982 0%,#309fe6 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033982', endColorstr='#309fe6',GradientType=1 );   }

.row-fluid .gradiant-bg2 {  background: #033477;  
background: -moz-linear-gradient(left,  #033477 0%, #2c91d1 100%); 
background: -webkit-linear-gradient(left,  #033477 0%,#2c91d1 100%);  
background: linear-gradient(to right,  #033477 0%,#2c91d1 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033477', endColorstr='#2c91d1',GradientType=1 );   }

.row-fluid .gray-bg { background:#f0f0f0; }
.row-fluid .orange-bg { background:#fc760f; }
.row-fluid .blue-bg { background:#0a55d2; }

 
.row-fluid .wrapper { margin:0 auto !important; width:1780px; float:none !important; } 
.row-fluid .wrapper-small { max-width:1400px; } 

/*top*/
.row-fluid .top { background:#000; padding:35px 0; }
.row-fluid .toplogo-box { width:auto; }
.row-fluid .logo { float:none; width:auto; display:inline-block; vertical-align:middle; }
.row-fluid .tagline-text { float:none; width:auto; display:inline-block; vertical-align:middle; margin:0; padding:0 0 0 20px; font-size:36px; color:#3a9aca; font-weight:200; text-transform:uppercase; line-height:36px; }
.row-fluid .top a.link-style, .row-fluid .top .link-style a { min-width:0; }

.row-fluid .freeconsultation-cta { margin:0; width:auto; float:right; padding:10px 0 0; }
.row-fluid .freeconsultation-cta a { -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;; }
 
/*mainmenu*/
.row-fluid .mainmenu { padding:35px 0; text-align:center; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0 20px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link,  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 0 25px; font-weight: 900; font-size:32px; line-height:34px; position:relative; color:#fff; text-transform:uppercase;  }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { content:''; position:absolute; left:0; width:0; bottom:0; height:10px; background:#fc760f; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a:after, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a.active:after { width:100%; } 

/*digital marketing section*/
.row-fluid .digitalmarketing-section { padding:160px 0 50px; }
.row-fluid .digitalmarketing-text h2 { padding:0 0 25px; font-size:90px; font-weight:200; line-height:90px; }
.row-fluid .digitalmarketing-text h2 span { font-family:'A DAY WITHOUT SUN'; font-size:305px; line-height:280px; font-weight:400; display:block; padding:15px 0 0; height:240px; margin:15px 0 0; }
.row-fluid .digitalmarketing-titletext { font-size:65px; line-height:68px; font-weight:500; padding:0 0 150px; background:url(https://cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/images/arrow-img.png) no-repeat center bottom; margin:0 0 80px; }
.row-fluid .digitalmarketing-boxes .hs_cos_wrapper_widget { float:left; width:100%; padding:0 0 80px; }

.digitalmarketing-img { float:left; width:40%; text-align:center; padding:0 25px; }
.digitalmarketing-content { float:left; width:60%; font-size:32px; line-height:38px; }
.row-fluid .digitalmarketing-boxes .hs_cos_wrapper_widget:nth-child(odd) .digitalmarketing-img { float:right; }
.row-fluid .digitalmarketing-boxes { padding:0 165px; }
.digitalmarketing-content h3 { padding:10px 0 20px; font-weight:400; font-size:42px; line-height:44px; }
.digitalmarketing-content a { font-weight:900; }
.digitalmarketing-content strong { color:#01c2f5; }

/*keysuccess section*/
.row-fluid .keysuccess-box { text-align: center; }
.row-fluid .keysuccess-section { padding:80px 0 170px; position:relative; }
.row-fluid .keysuccess-section:before { content:''; position:absolute; background:url(https://cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/images/arrow-img.png) no-repeat center bottom; height:90px; width:100%; bottom:0; left:0; } 
.row-fluid .amplifiedResults-section { padding:120px 0 65px; }
.row-fluid .keysuccess-box { border-left:1px solid #fff; padding:0 10px 0 40px; position:relative; }
.row-fluid .keysuccess-box:nth-child(1) { border:none; }
.row-fluid .keysuccess-section .widget-type-cta { text-align: center; padding: 20px 0px; }
/*.row-fluid .keysuccess-title { padding:250px 0 0; position:relative }*/

.row-fluid .keysuccess-section .wrapper .row-fluid { counter-reset: my-badass-counter; }
/*.row-fluid .keysuccess-box:before { font-size:48px; line-height:50px; position:absolute; left:40px; top:60px; width:138px; height:138px; line-height:138px; text-align:center; border:1px solid #fff; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;;  content: counter(my-badass-counter); counter-increment: my-badass-counter; }*/
.row-fluid .keysuccess-title h4 { padding:0; font-weight:300; font-size:48px; line-height:50px; }
.row-fluid .keysuccess-text { font-size:36px; line-height:42px; font-weight:200; padding:0 0 70px; }
.row-fluid .keysuccess-maintitle { padding:0 15% 60px; }
.row-fluid .keysuccess-maintitle h2 { font-size:80px; line-height:80px; padding:0; }

/*amplifiedResults section*/
.row-fluid .amplifiedResults-title { font-weight:200; font-size:100px; line-height:150px; }
.row-fluid .amplifiedResults-persentage { font-size:88px; line-height:88px; text-transform:uppercase; font-weight:900; }
.row-fluid .amplifiedResults-persentage span span { display:block; font-size:400px; font-family:'FuturaBold'; font-size:400px; line-height:330px; opacity:0.8; }

/*customerFeedback section*/
.row-fluid .customerFeedback-text { padding:50px 7% 70px; font-size:50px; line-height:60px; }
.row-fluid .customerFeedback-text a { font-weight:900; }

.row-fluid .customerFeedback-tagline, .row-fluid .customerFeedback-personname { font-size:50px; line-height:55px; }
.row-fluid .customerFeedback-logo { padding:60px 0;  }

/*tragetsgrowth section*/
.row-fluid .tragetsgrowth-section h2 { padding:0 0 100px; font-size:100px; line-height:100px; font-weight:200; text-transform:uppercase; }
.row-fluid .tragetsgrowth-section ul { margin:0; padding:0; list-style:none; }
.row-fluid .tragetsgrowth-section ul li { padding:12px 0; }
.row-fluid .tragetsgrowth-section { padding:60px 0 120px; }
.row-fluid .tragetsgrowth-section h4 { font-size:60px; line-height:61px; padding:0 0 20px; font-weight:500; }

.row-fluid .targetnonprofit-btext, .row-fluid .targetb2bb2c-btext { font-size:42px; line-height:50px; font-weight:300; text-transform:uppercase; }

/*alittlelove section*/
.row-fluid .alittlelove-section { padding:0 0 120px; }
.row-fluid .alittlelove-section .wrapper { padding:100px 0; max-width:1530px; border-top:1px solid rgba(255,255,255,0.65);  border-bottom:1px solid rgba(255,255,255,0.65);  }

.row-fluid .alittlelove-content { position:relative; padding:0 0 70px 12%; }
.row-fluid .alittlelove-title h2 { padding:0 0 80px; font-size:80px; line-height:80px; font-weight:200; text-transform:uppercase; }
.row-fluid .alittlelove-text { font-size:40px; line-height:50px; font-weight:200; padding:0 0 60px; }

.row-fluid .alittlelove-content:before { content:''; background:url(//content.tappnetwork.com/hubfs/Tappnetwork-2017/images/quote-icon.png) no-repeat; background-size:100% auto; width:110px; height:88px; position:absolute; left:0; top:0; }
.row-fluid .alittlelove-content:after { content:''; background:url(//content.tappnetwork.com/hubfs/Tappnetwork-2017/images/quote-icon2.png) no-repeat; background-size:100% auto; width:122px; height:99px; position:absolute; right:0; bottom:0; }

.row-fluid .alittlelove-personname { font-size:42px; color:#00ccff; line-height:46px; text-transform:uppercase; font-weight:800; text-transform:uppercase; }
.row-fluid .alittlelove-companyname  { font-size:42px; line-height:46px; text-transform:uppercase; font-weight:200; text-transform:uppercase; }

.row-fluid .readytogrow-title { padding:75px 0 100px; font-size:80px; line-height:80px; font-weight:200; text-transform:uppercase }

/*latestfromoutblog section*/
.row-fluid .latestfromoutblog-section { padding:90px 0 70px; }
.row-fluid .latestfromoutblog-section h2 { font-size:80px; line-height:80px; padding:0 0 45px; font-weight:200; font-weight:200; text-transform:uppercase  }

.row-fluid .latestfromoutblog-rsslisting .hs-rss-item { float:left; width:50%; padding:0 30px 0 0; position:relative; min-height:220px; margin:0 0 80px; }
.row-fluid .latestfromoutblog-rsslisting .hs-rss-item .hs-rss-item-image-wrapper { background-blend-mode:multiply; border:4px solid #8cd9ff; background-color:#66ccff; float:none; display:inline-block; width:220px; height:220px; border-radius:100%; background-size:cover; background-position:center; vertical-align:middle; }
.row-fluid .latestfromoutblog-rsslisting .hs-rss-item .hs-rss-item-image-wrapper img { display:none; }
.row-fluid .latestfromoutblog-rsslisting .hs-rss-title { font-size:48px; line-height:48px; font-weight:300; color:#fff; }
.row-fluid .latestfromoutblog-rsslisting .hs-rss-title:hover { color:#ff8000; }
.row-fluid .latestfromoutblog-rsslisting .hs-rss-item-text { width:69%; padding:0  0 0 40px; float:none; display:inline-block; vertical-align:middle; text-align:left; }
.tapp-featured-text { padding: 10px; }
.tapp-featured-image-wrapper { text-align: center; }


/*clientLogo section*/
.row-fluid .clientLogo-section { padding:20px 0; background:#ccc; }
.row-fluid .client-logo .hs_cos_wrapper_widget { display:inline-block; vertical-align:middle; padding:20px 15px; width:24%; }

/*whatsontapp section*/
.row-fluid .whatsontapp-section { background:#0099cc; padding:60px 0 100px; position:relative; }
.row-fluid .whatsontapp-section:before { content:''; position:absolute; left:0; top:0; height:1px; width:100%; background: #043c85;  
background: -moz-linear-gradient(left,  #043c85 0%, #0099cc 100%); 
background: -webkit-linear-gradient(left,  #043c85 0%,#0099cc 100%);  
background: linear-gradient(to right,  #043c85 0%,#0099cc 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043c85', endColorstr='#0099cc',GradientType=1 );  }
.row-fluid .whatsontapp-section h2 { font-size:80px; line-height:80px; padding:0 0 45px; font-weight:200; font-weight:200; text-transform:uppercase  }

.row-fluid .whatsontapp-bicon { position:absolute; right:0; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; width:120px; text-align:center  }
.row-fluid .whatsontapp-btitleicon { position:relative; padding:0 130px 0 0; }
.row-fluid .whatsontapp-btitleicon h4 { font-size:54px; font-weight:500; line-height:60px; padding:30px 0; }
.row-fluid .whatsontapp-btext { padding:0 0 50px; font-size:42px; line-height:50px; }
.row-fluid .whatsontapp-blink a { min-width:450px; }

/*hubspotCertified section*/
.row-fluid .hubspotCertified-section { padding:30px 0; background:#fff; }
.row-fluid .hubspotCertified-logo { width:auto; }
.row-fluid .hubspotCertified-text { width:auto; margin:0; float:right; }
.row-fluid .hubspotCertified-text ul { margin:0; padding:30px 0 0; list-style:none; }
.row-fluid .hubspotCertified-text ul li { display:inline-block; font-size:30px; line-height:32px; color:#f5762f; font-weight:500; }
.row-fluid .hubspotCertified-text ul li:before { content:'/'; display:inline-block; padding:0 8px; color:#4b5a65; }
.row-fluid .hubspotCertified-text ul li:first-child:before { display:none; }

/*Header section*/
.row-fluid .header { padding:30px 0 120px; font-size:48px; line-height:50px; font-weight:200; position:relative; z-index:2; }
.row-fluid .header-downarrow:after { bottom:-39px; left:50%; border:solid transparent; content:" "; height:0; width:0; position:absolute; pointer-events:none; border-color:rgba(29, 130, 217, 0); border-top-color:#196bb3; border-width:20px; margin-left:-20px; }
.row-fluid .page-title h1 { font-size:120px; line-height:110px; padding:0 0 20px; }

/*whois section*/
.row-fluid .whois-section { padding:90px 0 75px; }
.row-fluid .whois-sectext { padding:40px 0 50px; }
.row-fluid .whoissec-certificationlogo { padding:0 0 50px; }
.row-fluid .whoissec-certificationlogo .hs_cos_wrapper_widget { display:inline-block; width:19%; padding:20px 15px; vertical-align:middle; }

/*teamTapp section*/
.row-fluid .teamTapp-section { padding:100px 0 120px; }
.row-fluid .teamTapp-text { padding:50px 0 60px; }
.row-fluid .teamTapp-teamboxes .hs_cos_wrapper_widget_container { margin:0 -10px; display:block; }
.row-fluid .teamTapp-teamboxes .hs_cos_wrapper_widget { display:inline-block; width:24.2%; padding:10px; vertical-align:top; }
.row-fluid .team-box { height:445px; display:block; position:relative; background-size:cover; background-position:center; overflow:hidden; }
.row-fluid .team-box:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#4a85bc; opacity:0.7; }
.row-fluid .team-bname { position:absolute; bottom:0; min-height:120px; color:#fff; font-weight:800; width:100%; padding:0 15px 15px; }

.row-fluid .team-hover:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#FF7600; opacity:0.7; }
.row-fluid .team-hover { position:absolute; top:100%; height:100%; width:100%; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;;  }
.row-fluid .team-hovercont { position:absolute; right:0; width:100%; font-size:20px; line-height:24px; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; padding:0 15px; color:#fff }
.row-fluid .team-box:hover .team-hover { top:0; }
.row-fluid .team-box:hover .team-bname { display:none; }
.row-fluid .team-bname2 { font-size:30px; line-height:36px; padding:0 0 10px; font-weight:600; }
.row-fluid .team-binfo { padding:15px 0; }
.row-fluid .team-social { font-size:28px; line-height:32px; }
.row-fluid .team-social a { color:#fff; }
.row-fluid .team-social a:hover { color:#4a85bc; }

/*joinTeam section*/
.row-fluid .joinTeam-section { padding:60px 0 70px; }
.row-fluid .joinTeam-text { padding:0 0 50px; }

/*wordsinAction section*/
.row-fluid .wordsinAction-section, .row-fluid .cta-section { padding:60px 0 50px; }
.row-fluid .wordsinAction-text, .row-fluid .cta-sectext { padding:0 0 40px; }
.row-fluid .wordsinAction-title h2, .row-fluid .cta-section h2 { color:#0ed4f1; }

/*whatwedo section*/
.row-fluid .whatwedo-section .hs_cos_wrapper_widget { padding:100px 0 182px; position:relative; }
.row-fluid .whatwedo-section .hs_cos_wrapper_widget:nth-child(2n) { background:#faf9f9; }
.row-fluid .whatwedo-section .hs_cos_wrapper_widget:before { content:''; position:absolute; background:url(https://cdn2.hubspot.net/hubfs/546686/Tappnetwork-2017/images/arrow-img2.png) no-repeat center bottom; height:79px; width:100%; bottom:50px; left:0; } 
.row-fluid .whatwedo-title { padding:0 15%; }
.row-fluid .whatwedo-title h2 { padding:0 0 30px; }
.row-fluid .whatwedo-subtext { font-size:42px; line-height:44px; color:#666666; padding:0 15%; font-weight:600; }
.row-fluid .whatwedo-content { padding:50px 0; }
.row-fluid .whatwedo-content img { padding:45px 0; }
.row-fluid .whatwedo-content ul { margin:0; padding:50px 6% 70px; list-style:none; text-align:left; float:left; width:100%; }
.row-fluid .whatwedo-content ul li { list-style: none; padding:0 15px 0 30px; background:url(//content.tappnetwork.com/hubfs/Tappnetwork-2017/images/list-arrow.png) no-repeat left 15px; margin:10px 0; float:left; width:50%; }

/*blog section*/
.row-fluid .blog-main { padding:80px 0 120px; font-size:28px; line-height:36px; }
.row-fluid .blog-main h1 { font-size:46px; line-height:50px; }
.row-fluid .blog-main h2 { font-size:44px; line-height:48px; }
.row-fluid .blog-main h3 { font-size:40px; line-height:44px; }
.row-fluid .blog-main h4 { font-size:38px; line-height:46px; }
.row-fluid .blog-main h5 { font-size:36px; line-height:44px; }
.row-fluid .blog-main h6 { font-size:34px; line-height:40px; }

.row-fluid .blog-left { padding-right:40px; }
.row-fluid .blogpost-box { padding:40px 0; border-top:2px solid #ccc; }
.row-fluid .blogpost-box:first-child { padding-top:0; border-top:none; }
.row-fluid .blogpost-box h2 { padding:0 0 25px; }
.row-fluid .blogpost-box h2 a { color:#0099cc; }
.row-fluid .blogpost-box h2 a:hover { color:#fc760f; }
.row-fluid .blogpost-box p { display:inline; }
.row-fluid .blogpost-content { padding:25px 0 0; }
.row-fluid .blogpost-topics { padding:25px 0 0; }
.row-fluid .blogpost-byline { font-size:26px; line-height:34px; }

.row-fluid .blog-sidebar { border-left:1px solid #ccc; padding-left:80px; }
.row-fluid .blog-sidebar h3 { padding:0 0 15px; }
.row-fluid .blogsidebar-box { padding:0 0 70px; }
.row-fluid .blogsidebar-subscribeform h3 { display:none; }
.row-fluid .blogsidebar-subscribeform .hs-form-required { display:none; }
.row-fluid .blogsidebar-subscribetext { padding:0 0 25px; }
.row-fluid .blogsidebar-subscribeform input[type=email] { border:2px solid #064ab5; margin:0 0 15px; }
.row-fluid .recentpost-boxes { padding:25px 0 0; }
.row-fluid .blogsidebar-recentpost h2 { color:#000; }
.row-fluid .recentpost-box { padding:0 0 45px; float:left; width:100%; }
.row-fluid .recentpost-image { float:left; width:30%; }
.row-fluid .recentpost-image img { -webkit-box-shadow: 2px 2px 4px 2px rgba(000,000,000,0.1);
    -moz-box-shadow: 2px 2px 4px 2px rgba(000,000,000,0.1);
    -o-box-shadow: 2px 2px 4px 2px rgba(000,000,000,0.1);
    -ms-box-shadow: 2px 2px 4px 2px rgba(000,000,000,0.1);
    box-shadow: 2px 2px 4px 2px rgba(000,000,000,0.1);;  }

.row-fluid .recentpost-right { float:right; width:70%; padding:0 0 0 25px; }
.row-fluid .recentpost-title { padding:0 0 15px; }
.row-fluid .recentpost-title a { color:#0099cc; font-size:26px; line-height:34px; }
.row-fluid .recentpost-title a:hover { color:#fc760f; }
.row-fluid .recentpost-date { color:#7c7c7c; font-size:22px; line-height:32px; }


.blog-sidebar .blogsidebar-recentpost .recentpost-box .recentpost-right { text-align: left; }
.blog-sidebar .blogsidebar-recentpost .recentpost-box .recentpost-right .recentpost-title { font-size:22px; line-height:28px; padding: 0px 0px 0px 0px;}
.blog-sidebar .blogsidebar-recentpost .recentpost-box .recentpost-right .recentpost-title a { font-size:22px; line-height:28px; }
.blog-sidebar .blogsidebar-recentpost .recentpost-box .recentpost-right .recentpost-date { font-size: 16px; line-height: 20px; }

.hs-blog-post .row-fluid .blog-comment { padding:35px 0 0; }
.row-fluid .blog-pagination { padding:25px 0 0; }
.row-fluid .blog-pagination a { min-width:0; margin-right:15px; min-width:250px; font-size:28px; line-height:38px; }
.row-fluid .blog-detail > h1 { padding-top:0; }
.row-fluid .blogauthor-detail { padding:0 0 25px; }
.row-fluid .blogauthor-bio { padding:0 0 20px; }

.row-fluid .blogdetail-featuredimage { float:left; width:100%; padding:30px 0; }
.row-fluid .blogpost-byline, .row-fluid .blogpost-socialsharing { float:left; width:100%; }
.row-fluid .blogpost-socialsharing { padding:0 0 20px; }
.fb_iframe_widget span { margin:8px 0 0; vertical-align:top !important; }

/*method section*/
.row-fluid .method-section { padding:100px 0 125px; }
.row-fluid .method-sectext { padding:70px 0 75px; }
.row-fluid .method-sectext2 { padding:100px 0; }

/*Our Clients*/
.row-fluid .ourClients-section { padding:90px 0 130px; }
.row-fluid .ourClients-sectext { padding:60px 15% 45px; }
.row-fluid .clientlogo-boxes { padding:50px 0 100px; text-align:center; }
.row-fluid .clientlogo-boxes .hs_cos_wrapper_widget { display:inline-block; width:24%; padding:15px; vertical-align:middle; }

/*Case Study*/
.row-fluid .casestudy-section { padding:90px 0 75px; }
.row-fluid .casestudy-sectext { padding:60px 15% 85px; }
.row-fluid .casestudy-boxes .hs_cos_wrapper_widget_container { display:block; margin:0 -20px; }
.row-fluid .casestudy-boxes .hs_cos_wrapper_widget { float:left; width:33.33%; padding:0 20px; }
.lower-box {padding-top: 20px;}
.row-fluid .casestudy-bimg { float:left; width:100%; background-size:cover; background-position:center; height:285px; margin:0 0 25px; position:relative; }
/*.row-fluid .casestudy-bimg:before { content:'PFO'; position:absolute; left:0; width:100%; padding:0 15px; top:50%; text-align:center; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; font-size:72px; color:#f71b3a; line-height:72px; }*/
.row-fluid .casestudy-fimg { margin:0 0 25px; }
.row-fluid .casestudy-box h4 { color:#000; text-transform:uppercase; font-size:30px; line-height:36px; font-weight:900; padding:0 0 20px; }
.row-fluid .casestudy-box { font-size:30px; line-height:38px; }
.row-fluid .casestudy-btext p { display:inline; }
.row-fluid .casestudy-btext a { text-decoration:underline; }
.row-fluid .casestudy-btext a:hover { text-decoration:none; }

.row-fluid .casestudysec-link { padding:80px 0 0; }

/* Magnific Popup for Case Study and Web Porfolio */
.white-popup {
      position: relative;
      background: #FFF;
      padding: 20px;
      width: auto;
      max-width: 500px;
      margin: 20px auto;
    }

/*Case Study Detail*/
.row-fluid .caseStudyDetail-section { padding:160px 0 200px; }

.row-fluid .caseStudyDetail-sectitle { padding:0 0 50px; }
.row-fluid .caseStudyDetail-sectitle h2 { font-size:60px; line-height:60px; }
.row-fluid .caseStudyDetail-sectitle h2 span { font-size:120px; line-height:120px; display:block; text-transform:uppercase; font-weight:900; }


.row-fluid .caseStudyDetail-img { padding:65px 0; }

.row-fluid .caseStudyDetail-img2 { padding:130px 0; }

.row-fluid .caseStudyDetail-clientcomment { padding:30px 95px; border-left:40px solid #e3e3e3; border-right:40px solid #e3e3e3; position:relative; }
.row-fluid .caseStudyDetail-clientcomment:before { width:85px; height:100%; border-top:40px solid #e3e3e3; border-bottom:40px solid #e3e3e3; content:''; position:absolute; left:0; top:0; }
.row-fluid .caseStudyDetail-clientcomment:after { width:85px; height:100%; border-top:40px solid #e3e3e3; border-bottom:40px solid #e3e3e3; content:''; position:absolute; right:0; top:0; }

.row-fluid .caseStudyDetail-cctext { font-size:57px; color:#666; line-height:60px; padding:0 0 35px; }
.row-fluid .caseStudyDetail-ccname { font-size:50px; line-height:60px; color:#0099cc; font-weight:600; text-transform:uppercase }
.row-fluid .caseStudyDetail-cccompany { color:#fd8a58; font-size:50px; line-height:60px; font-weight:600; text-transform:uppercase; }

.row-fluid .caseStudyDetail-ctalink { padding:200px 0 0; }

/*formtop section*/
.row-fluid .formtop-section { padding:100px 0 200px; }
.row-fluid .formtop-text { padding:10px 15% 0; font-size:24px; line-height:34px; }
.row-fluid .formtop-section h3 { font-size:50px; line-height:52px; font-weight:900; }
.row-fluid .form-box { float:none; margin:-100px auto 0 !important; max-width:1000px; background:#fff; padding:50px; border-top:5px solid #0099cc; font-size:22px; line-height:28px; -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);; }
.row-fluid .form-section { padding:0 0 100px; }
.row-fluid .form-section .hs_submit { text-align:center; }
/*.row-fluid .form-section  h3 { display:none; }*/

/*pricing page*/
.row-fluid .pricingintro-section { padding:145px 0 160px; }
.row-fluid .pricingPlan-box { position:relative; float:left; width:33.33%; margin:0; }
.row-fluid .populerPlan-text { position:absolute; bottom:100%; background:#fc760f; color:#fff; border-radius:6px 6px 0 0; padding:10px 0; }
.row-fluid .pricingPlan-box1 { border-left:1px solid #fc760f; border-top:1px solid #fc760f; border-bottom:1px solid #fc760f; border-radius:6px 0 0 6px; }
.row-fluid .pricingPlan-box2 { border-right:1px solid #333333; border-left:1px solid #333333;  margin:0 0 40px; }
.row-fluid .pricingPlan-box2:before { top:100%; height:40px; width:1px; left:-1px; content:''; position:absolute;
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );  }
.row-fluid .pricingPlan-box2:after { top:100%; height:40px; width:1px; right:-1px; content:''; position:absolute;
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );  }

.row-fluid .pricingPlan-box3 { border-right:1px solid #fc760f; border-top:1px solid #fc760f; border-bottom:1px solid #fc760f; border-radius:0 6px 6px 0; }
.row-fluid .planPrice-cont { float:left; width:100%; }
.row-fluid .pricingPlan-box2 .planPrice-cont { box-shadow:0 -75px 31px 6px rgba(0,0,0,0.1); }
.row-fluid .planPrice-c { padding:45px 25px 50px; border-bottom:4px solid #fdaf74; }
.row-fluid .planIntro-text { padding:0 0 10px; font-size: 16px; line-height: 20px;}
.row-fluid .planPrice-text { font-size:90px; color:#0099cc; line-height:90px; }
.row-fluid .planPrice-text sup { color:#fc760f; }
.row-fluid .planPrice-subtext { font-weight:300; font-size:36px; line-height:40px; color:#0099cc; padding:10px 0 0; }
.row-fluid .plan-text > div { padding:10px 30px 30px 30px; }
.row-fluid .plan-text ul { margin:0; padding:0; list-style:none; }
.row-fluid .plan-text ul li { padding:10px 0; font-size: 18px; line-height: 22px;}
.row-fluid .lower-PricingGroup h4{ margin-top: 12px; font-size: 16px; font-weight: 600; text-decoration: underline; line-height: 18px; }


.row-fluid .pricingPlan-section { padding:0 0 40px; }

.row-fluid .nonProfit-section { padding:100px 0; font-size:60px; line-height:62px; color:#666; }
.row-fluid .nonProfit-sectext { padding:0 60px; position:relative; }
.row-fluid .nonProfit-sectext:before { content:'{'; position:absolute; left:0; top:50%; color:#d7d7d7; font-size:220px; line-height:200px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.row-fluid .nonProfit-sectext:after { content:'}'; position:absolute; right:0; top:50%; color:#d7d7d7; font-size:220px; line-height:200px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.row-fluid .nonProfit-sectext strong { font-weight:400; text-transform:uppercase; color:#0099cc; }
.row-fluid .nonProfit-sectext span span { color:#fc760f; }

.row-fluid .packageinlude-section { padding:100px 0 95px; }
.row-fluid .packageinlude-section h3 span { text-decoration:underline; }
.row-fluid .content-boxes { padding:50px 0;  font-size:30px; line-height:36px; font-weight:300 }
.row-fluid .content-boxes .hs_cos_wrapper_widget_container { margin:0 -15px; display:block; }
.row-fluid .content-boxes .hs_cos_wrapper_widget { float:left; width:25%; padding:30px 15px; }
.row-fluid .content-boxes .hs_cos_wrapper_widget:nth-child(4n) { clear:right; }
.row-fluid .content-boxes .hs_cos_wrapper_widget:nth-child(4n+1) { clear:left; }
.row-fluid .content-boxes h4 { font-size:30px; color:#039acd; line-height:36px; font-weight:500; margin:15px 0 0; padding:0; }
.row-fluid .salesStrategy-section .content-boxes h4 { text-transform:uppercase; }
.row-fluid .cont-bicon { height:120px; }
.row-fluid .cont-bicon img { max-height:120px;  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); top:50%; position:relative; width:auto; }
.row-fluid .webDevelopment-section .wrapper { padding:55px 0 75px; border-top:1px solid #999999; border-bottom:1px solid #999999; }
.row-fluid .webDevelopment-sectext { padding:25px 0; }
.row-fluid .list-style ul { margin:0; padding:0; list-style:none; text-align:left; }
.row-fluid .list-style ul li { padding:5px 0 15px 45px; color:#666; position:relative; margin:15px 0 0; }
.row-fluid .list-style ul li:before { content:"\f00c"; font-family:'FontAwesome'; position:absolute; left:0; top:7px; color:#0099cc; font-size:32px; }
.row-fluid .webDevelopment-sectext2 ul li { float:left; width:33.33%; }

.row-fluid .salesStrategy-section { padding:100px 0 130px; }
.row-fluid .salesStrategy-text { padding:40px 0 0; }
.row-fluid .salesStrategy-boxes.content-boxes .hs_cos_wrapper_widget { width:33.33%; }
.row-fluid .salesStrategy-boxes.content-boxes .hs_cos_wrapper_widget:nth-child(4n) { clear:none; }
.row-fluid .salesStrategy-boxes.content-boxes .hs_cos_wrapper_widget:nth-child(4n+1) { clear:none; }
.row-fluid .salesStrategy-boxes.content-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .salesStrategy-boxes.content-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; }

.row-fluid .testimonial-section { padding:75px 0 80px; }
.row-fluid .testimonial-boxes { padding:75px 0 0; }
.row-fluid .testimonial-boxes .hs_cos_wrapper_widget_container { margin:0 -25px; display:block; }
.row-fluid .testimonial-boxes .hs_cos_wrapper_widget { float:left; width:33.33%; padding:30px 25px; }

.row-fluid .testimonial-text { padding:0 10px 25px; position:relative; }
.row-fluid .testimonial-personname { color:#fc760f; }
.row-fluid .testimonial-companyname { text-transform:uppercase; color:#0099cc; }
.row-fluid .testimonial-text:before { content:''; width:44px; height:30px; background:url(//content.tappnetwork.com/hubfs/Tappnetwork-2017/images/quote-icon3-2.png) no-repeat; position:absolute; left:-32px; top:10px; background-size:100% auto; }


/*Footer section*/
.row-fluid .footer { background:#000; color:#fff; padding:85px 0 40px; }
.row-fluid .footer a, .row-fluid .footer-email a { color:#fff; }
.row-fluid .footer a:hover { color:#ff8000; }

.row-fluid .footer-text { padding:50px 0 70px; font-size:32px; line-height:34px; font-weight:300; }
.row-fluid .footer-links { padding:0 15% 50px; }
.row-fluid .footer-links .hs-menu-wrapper ul li { float:none; display:inline-block; border-left:2px solid #216fa0; margin:10px 0; vertical-align:middle; line-height:20px; }
.row-fluid .footer-links .hs-menu-wrapper ul li:first-child { border:none; }
.row-fluid .footer-links ul li a:link, .row-fluid .footer-links ul li a:visited { color:#ff8000; font-size:30px; line-height:33px; padding:0 15px; display:inline-block; vertical-align:middle; font-weight:200; }
.row-fluid .footer-links ul li a:hover { color:#216fa0; }

.row-fluid .getconnected-title h4 { font-size:40px; color:#2a86c1; font-weight:200; text-transform:uppercase; padding:0 0 40px; }
.row-fluid .footer-call span { display:inline-block; color:#e6e6e6; font-size:40px; line-height:36px; padding:10px 0 10px 60px; position:relative; }
.row-fluid .footer-call span:before { position:absolute; left:0; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; content: "\f095"; font-family:'FontAwesome'; }
.header-call { text-align: right; padding-right: 15px;}
.header-call a { color: #fff; }
.header-call .fa { margin-right:20px; font-size:36px; color: #fff; }
 
.row-fluid .footer-email span { display:inline-block; color:#e6e6e6; font-size:40px; line-height:40px;  padding:0 0 5px 60px; position:relative; }
.row-fluid .footer-email span:before { position:absolute; left:0; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; content: "\f003"; font-family:'FontAwesome'; }
.row-fluid .footer-email { padding:0 0 25px; }
.row-fluid .footer-call a, .row-fluid .footer-email a { color:#fff; font-weight:200; }
.row-fluid .footer-call a:hover, .row-fluid .footer-email a:hover { color:#ff8000; }

.mac-os .row-fluid .footer-call span:before { top:0; -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);;  }
.mac-os .row-fluid .footer-email span:before { top:5px; -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);;  }

.row-fluid .footer-social ul, .header-social-links ul { margin:0; padding:0; list-style:none; }
.row-fluid .footer-social ul li { display:inline-block; padding:0 8px; }
.row-fluid .footer-social ul li a:link, .row-fluid .footer-social ul li a:visited { font-size:55px; line-height:50px; color:#2a86c1;  }
.row-fluid .footer-social ul li a:hover { color:#fff; }

.header-social-links ul li a, .header-social-links ul li a:link, .header-social-links ul li a:visited { font-size:35px; line-height:34px; color:#2a86c1; vertical-align:top; }
.header-social-links ul li { display:inline-block; padding:0 2px; line-height:33px; vertical-align:top }
.header-social-links ul li a:hover { color:#fff; }

.inner-page-social {
    text-align: center;
    font-weight: 300;
    font-size: 1.5em;
}
.inner-page-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner-page-social ul li {
    vertical-align:  middle;    
    display: inline-block;
}
.inner-page-social ul li a {
    display: block;
    font-size: 1.4em;
    margin: 0 5px;
    text-decoration: none;    
}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { background:#000; padding:20px 15px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li { border-top:1px solid #3a9aca; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li:first-child { border:none; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:visited { color:#fff; font-size:22px; line-height:30px; font-weight:900; padding:10px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:hover { color:#399aca; }

}

@media (min-width: 1200px) and (max-width: 1822px){
    /*1822px*/
    .row-fluid .wrapper { width:1170px; } 
    .row-fluid .wrapper-small { max-width:1000px; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:visited { font-size:16px; line-height:24px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { padding:13px 15px; }
    
}


@media (min-width: 30px) and (max-width: 1822px){
    
    body { font-size:22px; line-height:34px; }
    
    h1 { font-size:54px; line-height:60px; }
    h2 { font-size:52px; line-height:55px; }
    h3 { font-size:40px; line-height:50px; }
    h4 { font-size:35px; line-height:42px; }
    h5 { font-size:30px; line-height:38px; }
    h6 { font-size:28px; line-height:36px; }
    
    input[type=submit], button { font-size:22px; line-height:22px; padding: 15px 30px; }
    input, button, select, 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"] { height:56px; }
    
    .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 25px 10px }
    .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 25px 0; }
    .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 25px 10px }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 25px 0; }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 25px; }
 
    .row-fluid .logo { width:200px; }
    .row-fluid .tagline-text { font-size:22px; line-height:26px; }
    .row-fluid a.link-style, .row-fluid .link-style a, .row-fluid a.link-style2, .row-fluid .link-style2 a, .row-fluid a.link-style3, .row-fluid .link-style3 a { font-size:19px; line-height:26px; padding:10px 20px; min-width:290px; }
    .row-fluid .freeconsultation-cta { padding:5px 0 0; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0 15px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 0 25px; font-size:20px; line-height:24px; }
    .row-fluid .mainmenu { padding:25px 0; }
    
    /*digital marketing section*/
    .row-fluid .digitalmarketing-section { padding:60px 0 40px; }
    .row-fluid .digitalmarketing-text h2 { padding:0 0 25px; font-size:50px; line-height:50px; }
    .row-fluid .digitalmarketing-text h2 span { font-size:225px; line-height:179px; height:170px; }
    
    .row-fluid .digitalmarketing-titletext { font-size:35px; line-height:38px; padding:0 0 80px; margin:0 0 70px; background-size:90px auto; }
    
    .digitalmarketing-content h3 { font-size:32px; line-height:34px; }
    .digitalmarketing-content { font-size:22px; line-height:28px; }
    .row-fluid .digitalmarketing-boxes { padding:0 10%; }
    .row-fluid .digitalmarketing-boxes .hs_cos_wrapper_widget { padding:0 0 50px; }
    .digitalmarketing-img { padding:0 45px; }
    
    /*keysuccess section*/
    .row-fluid .keysuccess-section { padding:50px 0 120px; }
    .row-fluid .keysuccess-maintitle { padding:0 15% 50px; }
    .row-fluid .keysuccess-maintitle h2 { font-size:50px; line-height:50px; }
    
    .row-fluid .keysuccess-title { padding: 20px 0 0; text-align: center; }
    /*.row-fluid .keysuccess-box:before { font-size:38px; line-height:50px; left:30px; top:10px; width:98px; height:98px; line-height:98px; }*/
    .row-fluid .keysuccess-box { padding:0 0 0 30px; }
    .row-fluid .keysuccess-title h4 { font-size:32px; line-height:34px; }
    .row-fluid .keysuccess-text { font-size:21px; line-height:32px; padding:0 0 30px; }
    
    .row-fluid .keysuccess-section { padding:50px 0 90px; }

    .row-fluid .keysuccess-section:before { height:90px; background-size:90px auto; }
    
    /*amplifiedResults section*/
    .row-fluid .amplifiedResults-section { padding:40px 0 45px; }
    .row-fluid .amplifiedResults-title { font-size:60px; line-height:70px; }
    .row-fluid .amplifiedResults-persentage span span { font-size:190px;  line-height:180px; }
    .row-fluid .amplifiedResults-persentage { font-size:40px; line-height:46px; }
    
    /*customerFeedback section*/
    .row-fluid .customerFeedback-text { padding:30px 5% 30px; font-size:26px; line-height:36px; }
    
    .row-fluid .customerFeedback-tagline, .row-fluid .customerFeedback-personname { font-size:30px; line-height:43px; }
    .row-fluid .customerFeedback-logo { padding:40px 0; }
    .row-fluid .customerFeedback-logo img { width:326px !important; }
    
    /*tragetsgrowth section*/
    .row-fluid .tragetsgrowth-section { padding:50px 0 80px; }
    .row-fluid .tragetsgrowth-section h2 { padding:0 0 60px; font-size:50px; line-height:50px; }
    .row-fluid .tragetsgrowth-section h4 { font-size:35px; line-height:31px; }
    
    .row-fluid .targetnonprofit-btext, .row-fluid .targetb2bb2c-btext { font-size:25px; line-height:35px; }
    
    
    /*alittlelove section*/
    .row-fluid .alittlelove-section .wrapper { padding:60px 0; }
    .row-fluid .alittlelove-title h2 { padding:0 0 50px; font-size:40px; line-height:40px; }
    .row-fluid .alittlelove-content { padding:0 0 40px 5%; }
    .row-fluid .alittlelove-content:before { width:60px; height:49px; }
    .row-fluid .alittlelove-content:after { width:62px; height:50px; }
    .row-fluid .alittlelove-section { padding:0 0 80px; }
    
    .row-fluid .alittlelove-text { font-size:28px; line-height:40px; padding:0 0 20px; }
    .row-fluid .alittlelove-personname { font-size:26px; line-height:34px; }
    .row-fluid .alittlelove-companyname { font-size:26px; line-height:34px; }
    
    .row-fluid .readytogrow-title { padding:65px 0 40px; font-size:46px; line-height:50px; }
    
    /*latestfromoutblog section*/
    .row-fluid .latestfromoutblog-section h2 { font-size:50px; line-height:50px; padding:0 0 25px; }
    .row-fluid .latestfromoutblog-rsslisting .hs-rss-item .hs-rss-item-image-wrapper { border-width:2px; width:140px; height:140px; }
    .row-fluid .latestfromoutblog-rsslisting .hs-rss-item-text { width:73%; padding:0 0 0 20px; }
    .row-fluid .latestfromoutblog-rsslisting .hs-rss-title { font-size:22px; line-height:30px; }
    .row-fluid .latestfromoutblog-rsslisting .hs-rss-item { padding:0 30px 0 0; margin:0 0 40px; min-height:0; }
    .row-fluid .latestfromoutblog-rsslisting { padding:0 0 20px; }
    
    /*clientLogo section*/
    .row-fluid .client-logo .hs_cos_wrapper_widget { padding:10px 15px; }
    
    /*whatsontapp section*/
    .row-fluid .whatsontapp-section h2 { font-size:50px; line-height:50px; padding:0 0 35px; }
    .row-fluid .whatsontapp-btitleicon h4 { font-size:30px; line-height:32px; padding:15px 0; }
    .row-fluid .whatsontapp-bicon { width:50px; } 
    .row-fluid .whatsontapp-btext { padding:0 0 25px; font-size:22px; line-height:32px; }
    .row-fluid .whatsontapp-blink a { min-width:210px; }
    .row-fluid .whatsontapp-btitleicon { padding:0 60px 0 0; }
    
    /*hubspotCertified section*/
    .row-fluid .hubspotCertified-logo { width:400px; }
    .row-fluid .hubspotCertified-text ul li { font-size:20px; line-height:22px; }
    .row-fluid .hubspotCertified-text ul { padding:14px 0 0; }
    
    .row-fluid .hubspotCertified-section { padding:20px 0; }    
    
    /*Header section*/ 
    .row-fluid .header { padding:30px 0 90px; font-size:35px; line-height:38px; }
    .row-fluid .page-title h1 { font-size:100px; line-height:90px; }    

    /*whois section*/
    .row-fluid .whois-section { padding:60px 0 65px; }
    .row-fluid .whois-sectext { padding:20px 0 20px; }
    .row-fluid .whoissec-certificationlogo { padding:0 0 15px; }

    /*teamTapp section*/
    .row-fluid .teamTapp-section { padding:60px 0; }
    .row-fluid .teamTapp-text { padding:10px 0 40px; }
    .row-fluid .team-box { height:400px; font-size:26px; line-height:32px; }
    .row-fluid .team-bname { min-height:70px; }
    .row-fluid .team-hovercont { font-size:18px; line-height:22px; }
    .row-fluid .team-bname2 { font-size:28px; line-height:31px; padding:0 0 5px; } 
    
    
    /*joinTeam section*/
    .row-fluid .joinTeam-text { padding:0 0 30px; }
    
    /*wordsinAction section*/
    .row-fluid .wordsinAction-text, .row-fluid .cta-setext { padding:0 0 30px; }
    
    /*whatwedo section*/
    .row-fluid .whatwedo-section .hs_cos_wrapper_widget { padding:80px 0 100px; }
    .row-fluid .whatwedo-title { padding:0 10%; }
    .row-fluid .whatwedo-subtext { padding:0 10%; font-size:32px; line-height:34px; } 
    .row-fluid .whatwedo-content { padding:40px 0; }
    .row-fluid .whatwedo-content img { padding:20px 0; }
    .row-fluid .whatwedo-section .hs_cos_wrapper_widget:before { height:49px; bottom:28px; background-size:65px auto; }
    .row-fluid .whatwedo-content ul { padding:30px 10% 40px; }
    .row-fluid .whatwedo-content ul li { padding-left:25px; background-size:15px auto; background-position:left 3px; }
    
    /*blog section*/
    .row-fluid .blog-main { padding:50px 0 70px;  font-size:25px; line-height:35px; }
    .row-fluid .blog-left { padding-right:0; }
    .row-fluid .blog-sidebar { padding-left:20px; } 
    .row-fluid .blogsidebar-box { padding:0 0 50px; }

    /*method section*/
    .row-fluid .method-section { padding:50px 0; }
    .row-fluid .method-sectext { padding:40px 0; }
    .row-fluid .method-sectext2 { padding:60px 0; }
    
    /*Our Clients*/
    .row-fluid .ourClients-section { padding:70px 0 90px; }
    .row-fluid .ourClients-sectext { padding:50px 12% 35px; }
    
    /*Case Study*/
    .row-fluid .casestudy-section { padding:60px 0 65px; }
    .row-fluid .casestudy-sectext { padding:10px 15% 45px; }
    .row-fluid .casestudy-box { font-size:21px; line-height:29px; }
    .row-fluid .casestudy-box h4 { font-size:26px; line-height:30px; padding:0 0 7px; }
    .row-fluid .casestudysec-link { padding:50px 0 0; }
    
    /*Case Study Detail*/
    .row-fluid .caseStudyDetail-section { padding:90px 0; }
    
    .row-fluid .caseStudyDetail-sectitle { padding:0 0 20px; }
    .row-fluid .caseStudyDetail-sectitle h2 span { font-size:60px; line-height:70px; }
    .row-fluid .caseStudyDetail-sectitle h2 { font-size:37px; line-height:43px; }
    .row-fluid .caseStudyDetail-sectitle { padding:0 0 20px; }
    .row-fluid .caseStudyDetail-img2 { padding:30px 0 40px; }
    .row-fluid .caseStudyDetail-img2 span { max-width:460px; display:inline-block; }
    .row-fluid .caseStudyDetail-clientcomment:before, .row-fluid .caseStudyDetail-clientcomment:after { width:40px; border-width:10px; }
    .row-fluid .caseStudyDetail-clientcomment { border-width:10px; padding:30px 45px; }
    .row-fluid .caseStudyDetail-ctalink { padding:70px 0 0; }
    .row-fluid .caseStudyDetail-cctext { font-size:36px; line-height:43px; }
    .row-fluid .caseStudyDetail-ccname, .row-fluid .caseStudyDetail-cccompany { font-size:35px; line-height:43px; }
 
    /*formtop section*/
    .row-fluid .form-box { max-width:800px; }
    .row-fluid .formtop-section { padding:60px 0 150px; }
    .row-fluid .formtop-section h3 { font-size:35px; line-height:42px; }
    
    /*pricing page*/
    .row-fluid .pricingintro-section { padding:65px 0 100px; }
    .row-fluid .planPrice-c { padding:25px 25px 30px; }
    .row-fluid .planPrice-text { font-size:50px; line-height:50px; }
    .row-fluid .planPrice-subtext { font-size:22px; line-height:31px; }
    .row-fluid .plan-text ul li { padding:10px 0; }
    
    .row-fluid .nonProfit-section { padding:60px 0; font-size:36px; line-height:45px; }
    .row-fluid .nonProfit-sectext:before, .row-fluid .nonProfit-sectext:after { font-size:180px; line-height:190px; }
    
    .row-fluid .packageinlude-section { padding:50px 0 55px; }    
    .row-fluid .content-boxes h4 { font-size:24px; line-height:29px; }
    .row-fluid .content-boxes { padding:20px 0; font-size:20px; line-height:30px; }
    .row-fluid .content-boxes .hs_cos_wrapper_widget { padding:20px 15px; }
    .row-fluid .cont-bicon img { max-height:80px; }
    .row-fluid .cont-bicon { max-height:80px; }
    
    .row-fluid .list-style ul li { padding:2px 0 9px 35px; margin:8px 0 0; }
    .row-fluid .list-style ul li:before { top:3px; font-size:25px; }
    
    .row-fluid .salesStrategy-section { padding:40px 0 50px; }
    .row-fluid .testimonial-boxes { padding:0; }
    .row-fluid .testimonial-section { padding:45px 0 30px; }
    
    /*footer*/
    .row-fluid .footer { padding:55px 0 30px; }
    .row-fluid .footer-logo img { width:250px !important; }
    .row-fluid .footer-text { padding:30px 0 40px; font-size:21px; line-height:30px; }
    .row-fluid .footer-links { padding:0 9% 40px; }
    .row-fluid .footer-links ul li a:link, .row-fluid .footer-links ul li a:visited , .row-fluid .footer-links ul li { font-size:20px; line-height:19px; }
    
    .row-fluid .getconnected-title h4 { font-size:30px; line-height:38px; padding:0 0 20px; }
    .row-fluid .footer-call span { font-size:26px; line-height:30px; padding:10px 0 10px 43px; background-size:37px auto; }
    .row-fluid .footer-email span { font-size:26px; line-height:30px; padding:10px 0 10px 43px; background-size:37px auto; }
    
    .row-fluid .footer-social ul li a:link, .row-fluid .footer-social ul li a:visited { font-size:40px; line-height:40px; }
    
    .header-call .fa { font-size:22px; vertical-align:top; margin:5px 10px 0 0; }
    .header-social-links ul li { line-height: 23px; }
    .header-social-links ul li a, .header-social-links ul li a:link, .header-social-links ul li a:visited { font-size:24px; line-height:24px; }

}


@media (min-width: 768px) and (max-width: 1200px){
    
    body { font-size:20px; line-height:30px; }
    
    h1 { font-size:45px; line-height:55px; }
    h2 { font-size:36px; line-height:42px; }
    h3 { font-size:34px; line-height:40px; }
    h4 { font-size:32px; line-height:40px; }
    h5 { font-size:30px; line-height:38px; }
    h6 { font-size:28px; line-height:36px; }
    
    .row-fluid a.link-style, .row-fluid .link-style a, .row-fluid a.link-style2, .row-fluid .link-style2 a, .row-fluid a.link-style3, .row-fluid .link-style3 a { font-size:18px; line-height:26px; padding:10px 25px; min-width:200px; }
    
    .row-fluid .logo { width:160px; }
    .row-fluid .top { padding:20px 0; }
    .row-fluid .tagline-text { font-size:15px; line-height:23px; padding:0 0 0 10px; }
    .row-fluid .freeconsultation-cta { padding:0; }
    
    .row-fluid .mainmenu { padding:20px 0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0 6px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:18px; line-height:26px; padding-bottom:15px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { height:5px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:visited { font-size:14px; line-height:22px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { padding:10px; }
    
    /*digital marketing section*/
    .row-fluid .digitalmarketing-section { padding:20px 0 30px; }
    .row-fluid .digitalmarketing-titletext { font-size:25px; line-height:32px; padding:0 0 50px; margin:0 0 40px; background-size:60px auto; }
    .row-fluid .digitalmarketing-text h2 { padding:0 0 20px; font-size:35px; line-height:40px; }
    
    .row-fluid .digitalmarketing-text h2 span { font-size:165px; line-height:109px; height:110px; }
    .row-fluid .digitalmarketing-boxes { padding:0 3%; }
    
    .digitalmarketing-content h3 { font-size:28px; line-height:34px; }
    .digitalmarketing-content { font-size:18px; }
    .digitalmarketing-img { padding:0 25px; }
    
    /*keysuccess section*/
    .row-fluid .keysuccess-maintitle { padding:0 10% 40px; }
    .row-fluid .keysuccess-maintitle h2 { font-size:40px; line-height:42px; }
    
    /*.row-fluid .keysuccess-title { padding:80px 0 0; }*/
    /*.row-fluid .keysuccess-box:before { font-size:34px; line-height:50px; width:68px; height:68px; line-height:68px; left:20px; }*/
    .row-fluid .keysuccess-title h4 { font-size: 20px; line-height: 24px; }
    .row-fluid .keysuccess-box { padding:0 0 0 20px; }
    
    .row-fluid .keysuccess-text { font-size:16px; line-height:24px; }    
    .row-fluid .keysuccess-section:before { height:70px; background-size:60px auto; }    
    .row-fluid .keysuccess-section { padding:40px 0 70px; }
    
    /*amplifiedResults section*/
    .row-fluid .amplifiedResults-title { font-size:40px; line-height:50px; }
    .row-fluid .amplifiedResults-persentage span span { font-size:130px; line-height:120px; }
    
    .row-fluid .amplifiedResults-persentage { font-size:30px; line-height:34px; }
    
    /*customerFeedback section*/
    .row-fluid .customerFeedback-text { font-size:20px;  line-height:28px; }
    
    .row-fluid .customerFeedback-tagline, .row-fluid .customerFeedback-personname { font-size:24px; line-height:33px; }
    
    .row-fluid .customerFeedback-logo img { width:296px !important; }
    .row-fluid .customerFeedback-logo { padding:30px 0; }
    
    /*tragetsgrowth section*/
    .row-fluid .tragetsgrowth-section h2 { padding:0 0 50px; font-size:35px; line-height:40px; }    
    .row-fluid .tragetsgrowth-section h4 { font-size:25px; line-height:28px; }
    .row-fluid .tragetsgrowth-section ul li { padding:8px 0; }
    
    .row-fluid .targetnonprofit-btext, .row-fluid .targetb2bb2c-btext { font-size:20px; line-height:28px; }

    .row-fluid .tragetsgrowth-section { padding:20px 0 50px; }
    
    /*alittlelove section*/
    .row-fluid .alittlelove-title h2 { padding:0 0 30px; font-size:35px; line-height:40px; }
    .row-fluid .alittlelove-content:before, .row-fluid .alittlelove-content:after { width:40px; height:39px; }    
    .row-fluid .alittlelove-text { font-size:21px; line-height:34px; }
    .row-fluid .alittlelove-personname, .row-fluid .alittlelove-companyname { font-size: 22px; line-height: 30px; }    
    .row-fluid .alittlelove-section { padding:0 0 65px; }
    .row-fluid .readytogrow-title { padding:35px 0 30px; font-size:28px; line-height:36px; }
    
    /*latestfromoutblog section*/
    .row-fluid .latestfromoutblog-section { padding:70px 0 60px; }
    .row-fluid .latestfromoutblog-section h2 { font-size:35px; line-height:40px; padding:0 0 15px; }

    .row-fluid .latestfromoutblog-rsslisting .hs-rss-item .hs-rss-item-image-wrapper { width:110px; height:110px; }
    .row-fluid .latestfromoutblog-rsslisting .hs-rss-item-text { width:65%; }
    
    .row-fluid .latestfromoutblog-rsslisting .hs-rss-title { font-size:18px; line-height:24px; }
    
    /*clientLogo section*/ 
    
    /*whatsontapp section*/
    .row-fluid .whatsontapp-section h2 { font-size:35px; line-height:40px; padding:0 0 25px; }
    .row-fluid .whatsontapp-bicon { width: 40px; }
    .row-fluid .whatsontapp-btitleicon h4 { font-size:22px; line-height:25px; }
    .row-fluid .whatsontapp-btitleicon { padding:0 50px 0 0; }
    .row-fluid .whatsontapp-btext { font-size:19px; line-height:25px; }
    
    .row-fluid .whatsontapp-section { padding:50px 0 60px; }
    
    /*hubspotCertified section*/
    .row-fluid .hubspotCertified-logo { width:280px; }
    .row-fluid .hubspotCertified-text ul { padding:6px 0 0; }
    .row-fluid .hubspotCertified-text ul li:before { padding:0 5px 0 2px; }
    .row-fluid .hubspotCertified-text ul li { font-size:13px; line-height:22px; }
    
    /*Header section*/ 
    .row-fluid .header { padding:25px 0 50px; font-size:28px; line-height:32px; }
    .row-fluid .page-title h1 { font-size:60px; line-height:65px; }    

    /*whois section*/
    .row-fluid .whois-section { padding:30px 0 45px; }
    .row-fluid .whois-sectext { padding:10px 0 0; }
    .row-fluid .whoissec-certificationlogo { padding:0 0 10px; }

    /*teamTapp section*/
    .row-fluid .teamTapp-section { padding:30px 0; }
    .row-fluid .teamTapp-text { padding:10px 0 30px; }
    .row-fluid .team-box { height:315px; font-size:22px; line-height:30px; }
    .row-fluid .team-bname { min-height:70px; }
    .row-fluid .teamTapp-teamboxes .hs_cos_wrapper_widget { padding:8px 5px; width:32.433%; }
    .row-fluid .teamTapp-teamboxes .hs_cos_wrapper_widget_container { margin:0 -5px; }
    .row-fluid .team-box { height:375px; font-size:26px; line-height:32px; }
    .row-fluid .team-bname { min-height:70px; }
    .row-fluid .teamTapp-teamboxes .hs_cos_wrapper_widget {  }
    .row-fluid .team-hovercont { font-size:16px; line-height:20px; }
    .row-fluid .team-bname2 { font-size:27px; line-height:26px; padding:0 0 8px; }
    .row-fluid .team-binfo { padding:5px 0 10px; }
    
    /*joinTeam section*/
    .row-fluid .joinTeam-section { padding:30px 0 40px; }
    .row-fluid .joinTeam-text { padding:0 0 20px; }
    
    /*wordsinAction section*/
    .row-fluid .wordsinAction-section, .row-fluid .cta-section  { padding:30px 0; }
    .row-fluid .wordsinAction-text, .row-fluid .cta-sectext { padding:0 0 20px; }
    
    /*whatwedo section*/
    .row-fluid .whatwedo-subtext { font-size:24px; line-height:30px; }
    .row-fluid .whatwedo-content ul li { padding-left:25px; background-size:11px auto; background-position:left 6px; }
    .row-fluid .whatwedo-content ul { padding:15px 7% 25px; }
    .row-fluid .whatwedo-content { padding:20px 0; }
    .row-fluid .whatwedo-section .hs_cos_wrapper_widget { padding:50px 0 70px; }
    .row-fluid .whatwedo-section .hs_cos_wrapper_widget:before { bottom:20px; background-size:45px auto; }
    .row-fluid .whatwedo-content img { width:25%; }
    
    /*blog section*/
    .row-fluid .blog-main h1 { font-size:32px; line-height:42px; }
    .row-fluid .blog-main h2 { font-size:30px; line-height:40px; }
    .row-fluid .blog-main h3 { font-size:28px; line-height:36px; }
    .row-fluid .blog-main h4 { font-size:26px; line-height:36px; }
    .row-fluid .blog-main h5 { font-size:26px; line-height:34px; }
    .row-fluid .blog-main h6 { font-size:24px; line-height:30px; }
    .row-fluid .blog-sidebar h3 { font-size:27px; line-height:32px; }
    
    .row-fluid .blog-main { font-size:20px; line-height:28px; }
    .row-fluid .recentpost-title a { font-size:20px; line-height:27px; }
    .row-fluid .recentpost-date { font-size:17px; line-height:26px; }
    .row-fluid .recentpost-right { width:100%;  padding:10px 0 0; }
    .row-fluid .recentpost-image { width:100%; }
    .row-fluid .recentpost-box { padding:0 0 25px; }
    .row-fluid .recentpost-title { padding:0 0 10px; }
    
    .row-fluid .blogpost-byline { font-size:21px; line-height:28px; }
    .row-fluid .blog-pagination a { min-width:170px; }
    .row-fluid .blog-pagination { padding:15px 0 0; }
    .row-fluid .blogsidebar-box { padding:0 0 40px; }
    .row-fluid .recentpost-boxes { padding:5px 0 0; }
    .row-fluid .blog-main { padding:40px 0 50px; }
    
    /*method section*/
    .row-fluid .method-section { padding:35px 0; }
    .row-fluid .method-sectext { padding:20px 0 30px; }
    .row-fluid .method-sectext2 { padding:40px 0; }
    
    /*Our Clients*/
    .row-fluid .ourClients-section { padding:60px 0; }
    .row-fluid .ourClients-sectext { padding:30px 5% 40px; }
    
    /*Case Study*/
    .row-fluid .casestudy-section { padding:50px 0 55px; }
    .row-fluid .casestudy-sectext { padding:10px 10% 35px; }
    .row-fluid .casestudy-box { font-size:18px; line-height:28px; }
    .row-fluid .casestudy-box h4 { font-size:24px; line-height:30px; padding:0 0 7px; }
    .row-fluid .casestudysec-link { padding:30px 0 0; }
    .row-fluid .casestudy-boxes .hs_cos_wrapper_widget { padding:0 10px; }
    .row-fluid .casestudy-boxes .hs_cos_wrapper_widget_container { margin:0 -10px; }
    .row-fluid .casestudy-bimg:before { font-size:42px; line-height:42px; }
    .row-fluid .casestudy-bimg { height:225px; }
    
    /*Case Study Detail*/
    .row-fluid .caseStudyDetail-section { padding:50px 0; }
    
    .row-fluid .caseStudyDetail-sectitle { padding:0 0 20px; }
    .row-fluid .caseStudyDetail-sectitle h2 span { font-size:50px; line-height:50px; }
    .row-fluid .caseStudyDetail-sectitle h2 { font-size:30px; line-height:40px; }
    .row-fluid .caseStudyDetail-sectitle { padding:0 0 20px; }
    .row-fluid .caseStudyDetail-img { padding:35px 0; }
    .row-fluid .caseStudyDetail-img2 { padding:30px 0 40px; }
    .row-fluid .caseStudyDetail-img2 span { max-width:400px; }
    .row-fluid .caseStudyDetail-clientcomment:before, .row-fluid .caseStudyDetail-clientcomment:after { width:30px; border-width:5px; }
    .row-fluid .caseStudyDetail-clientcomment { border-width:5px; padding:25px 30px; }
    .row-fluid .caseStudyDetail-ctalink { padding:40px 0 0; }
    .row-fluid .caseStudyDetail-cctext { font-size:26px; line-height:38px; padding:0 0 20px; }
    .row-fluid .caseStudyDetail-ccname, .row-fluid .caseStudyDetail-cccompany { font-size:25px; line-height:36px; }
    
    /*formtop section*/
    .row-fluid .formtop-section { padding:40px 0 90px; }
    .row-fluid .formtop-section h3 { font-size:30px; line-height:36px; }
    .row-fluid .formtop-text { padding:10px 5% 0; font-size:21px; line-height:26px; }
    .row-fluid .form-box { max-width:630px; margin:-60px auto 0 !important; padding:40px; font-size:18px; line-height:25px; }
    .row-fluid .form-section { padding:0 0 60px; }
    
    /*pricing page*/
    .row-fluid .pricingPlan-box2 .planPrice-cont { box-shadow: 0 -55px 11px 2px rgba(0,0,0,0.1); }
    .row-fluid .planPrice-text { font-size:35px; line-height:40px; }
    .row-fluid .planPrice-subtext { font-size:19px; line-height:21px; }
    
    .row-fluid .nonProfit-section { font-size:29px; line-height:39px; }
    
    .row-fluid .webDevelopment-section .wrapper { padding:35px 0 45px; }
    .row-fluid .webDevelopment-sectext { padding:5px 0; }
    
    .row-fluid .salesStrategy-text { padding:10px 0 0; }
    
    .row-fluid .testimonial-text:before { width:27px; left:-15px; top:7px; }
    
    /*footer*/
    .row-fluid .footer-logo img { width:190px !important; }
    .row-fluid .footer-text { padding:20px 0 30px; font-size:18px; line-height:26px; }
    .row-fluid .footer-links { padding:0 7% 30px; }
    .row-fluid .footer-links ul li a:link, .row-fluid .footer-links ul li a:visited, .row-fluid .footer-links ul li { font-size:16px; }
    .row-fluid .footer-links ul li a:link, .row-fluid .footer-links ul li a:visited { padding: 0 10px; }
    
    .row-fluid .footer-call span, .row-fluid .footer-email span { font-size:22px; line-height: 29px; padding:10px 0 10px 33px; }

    
}

@media (min-width: 992px) and (max-width: 1200px){
	
	.row-fluid .wrapper {  width:920px; }
    
    /*digital marketing section*/
    
    /*keysuccess section*/

    /*amplifiedResults section*/

    /*customerFeedback section*/

    /*tragetsgrowth section*/

    /*alittlelove section*/

    /*latestfromoutblog section*/

    /*clientLogo section*/ 
    
    /*whatsontapp section*/

    /*hubspotCertified section*/

    /*Header section*/ 

    /*whois section*/

    /*teamTapp section*/

    /*joinTeam section*/
    
    /*wordsinAction section*/
    
    /*whatwedo section*/
    
    /*blog section*/
    
    /*method section*/
    
    /*Our Clients*/ 
    
    /*Case Study*/
    
    /*Case Study Detail*/
    
    /*formtop section*/
    
    /*pricing page*/
    
    /*footer*/
}

@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:720px; }	
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; line-height:20px; }
    
    /*digital marketing section*/
    
    /*keysuccess section*/

    /*amplifiedResults section*/

    /*customerFeedback section*/

    /*tragetsgrowth section*/

    /*alittlelove section*/

    /*latestfromoutblog section*/

    /*clientLogo section*/ 
    
    /*whatsontapp section*/

    /*hubspotCertified section*/

    /*Header section*/ 

    /*whois section*/

    /*teamTapp section*/

    /*joinTeam section*/
    
    /*wordsinAction section*/
    
    /*whatwedo section*/
    
    /*blog section*/
    
    /*method section*/
    
    /*Our Clients*/ 
    
    /*Case Study*/
    
    /*Case Study Detail*/
    
    /*formtop section*/
    
    /*pricing page*/
    
    /*footer*/
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    input, button, select, 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"] { height: 46px; font-size:18px; }
    input[type=submit], button { font-size:18px; }
    
    body { font-size:18px; line-height:28px; }
    
    h1 { font-size:32px; line-height:40px; }
    h2 { font-size:30px; line-height:40px; }
    h3 { font-size:28px; line-height:36px; }
    h4 { font-size:24px; line-height:32px; }
    h5 { font-size:22px; line-height:30px; }
    h6 { font-size:20px; line-height:30px; }
    
    .row-fluid a.link-style, .row-fluid .link-style a, .row-fluid a.link-style2, .row-fluid .link-style2 a, .row-fluid a.link-style3, .row-fluid .link-style3 a { min-width:0; }
	
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
    
    .row-fluid .logo { width:160px; }
    .row-fluid .top { padding:15px 0; }
    .row-fluid .tagline-text { font-size:15px; line-height:23px; padding:10px 0; }
    .row-fluid .freeconsultation-cta { padding:0; width:100%; text-align:center;}
 
    
    .row-fluid .mainmenu { padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 20px; font-size:18px; line-height:26px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { display:none; }
    
    /*digital marketing section*/
    .row-fluid .digitalmarketing-section { padding:40px 0 30px; }
    .row-fluid .digitalmarketing-titletext { font-size:22px; line-height:32px; padding:0 0 30px; margin:0 0 30px; background-size:40px auto; }
    .row-fluid .digitalmarketing-text h2 { padding:0 0 20px; font-size:25px; line-height:30px; }
    
    .row-fluid .digitalmarketing-text h2 span { font-size:85px; line-height:49px; height:50px; }
    .row-fluid .digitalmarketing-boxes { padding:0; }
    
    .digitalmarketing-content h3 { font-size:28px; line-height:34px; }
    .digitalmarketing-content { font-size:18px; width:100%; }
    .digitalmarketing-img { padding:0 10% 20px; width:100%; }
    .row-fluid .digitalmarketing-boxes .hs_cos_wrapper_widget { padding:0 0 40px; }
    
    /*keysuccess section*/
    .row-fluid .keysuccess-maintitle { padding:0 0 20px; }
    .row-fluid .keysuccess-maintitle h2 { font-size:24px; line-height:32px; }
    
    /*.row-fluid .keysuccess-title { padding:80px 0 0; }*/
    /*.row-fluid .keysuccess-box:before { font-size:34px; line-height:50px; width:60px; height:60px; line-height:60px; left:0; top:20px; }*/
    .row-fluid .keysuccess-title h4 { font-size: 20px; line-height: 24px; }
    .row-fluid .keysuccess-box { padding:15px 0; border:none; border-top:1px solid #fff; }
    
    .row-fluid .keysuccess-text { font-size:16px; line-height:24px; }    
    .row-fluid .keysuccess-section:before { height:70px; background-size:60px auto; }    
    .row-fluid .keysuccess-section { padding:30px 0 20px; }
    
    /*amplifiedResults section*/
    .row-fluid .amplifiedResults-title { font-size:29px; line-height:37px; }
    .row-fluid .amplifiedResults-persentage span span { font-size:80px; line-height:80px; }
    
    .row-fluid .amplifiedResults-persentage { font-size:22px; line-height:28px; }
    .row-fluid .amplifiedResults-section { padding:40px 0 25px; }
    
    /*customerFeedback section*/
    .row-fluid .customerFeedback-text { font-size:18px;  line-height:28px; }
    
    .row-fluid .customerFeedback-tagline, .row-fluid .customerFeedback-personname { font-size:20px; line-height:28px; }
    
    .row-fluid .customerFeedback-logo img { width:206px !important; }
    .row-fluid .customerFeedback-logo { padding:30px 0; }
    
    /*tragetsgrowth section*/
    .row-fluid .tragetsgrowth-section { padding:20px 0 50px; }
    .row-fluid .tragetsgrowth-section h2 { padding:0 0 20px; font-size:28px; line-height:36px; }    
    .row-fluid .tragetsgrowth-section h4 { font-size:22px; line-height:28px; padding:5px 0 0; }
    .row-fluid .tragetsgrowth-section ul li { padding:8px 0; }
    
    .row-fluid .targetnonprofit-btext, .row-fluid .targetb2bb2c-btext { font-size:20px; line-height:28px; }    
    .row-fluid .targetgrowth-image { padding:20px 10%; }
    
    /*alittlelove section*/
    .row-fluid .alittlelove-title h2 { padding:0 0 25px; font-size:28px; line-height:36px; }
    .row-fluid .alittlelove-content:before, .row-fluid .alittlelove-content:after { width:40px; height:39px; }    
    .row-fluid .alittlelove-text { font-size:18px; padding:; line-height:26px; }
    .row-fluid .alittlelove-personname, .row-fluid .alittlelove-companyname { font-size: 22px; line-height: 30px; }    
    .row-fluid .alittlelove-section { padding:0 0 45px; }
    .row-fluid .alittlelove-section .wrapper { padding:40px 15px; }
    .row-fluid .alittlelove-content { padding:0 0 40px; }
    
    .row-fluid .readytogrow-title { padding:35px 0 30px; font-size:28px; line-height:36px; }

    /*latestfromoutblog section*/
    .row-fluid .latestfromoutblog-section { padding:40px 0 40px; }
    .row-fluid .latestfromoutblog-section h2 { font-size:28px; line-height:36px; padding:0 0 15px; }

    .row-fluid .latestfromoutblog-rsslisting .hs-rss-item .hs-rss-item-image-wrapper { width:110px; height:110px; }
    .row-fluid .latestfromoutblog-rsslisting .hs-rss-item-text { width:100%; padding:15px 0; text-align:center; }
    .row-fluid .latestfromoutblog-rsslisting .hs-rss-item { padding: 0 0 15px; margin: 0; width:100%; }
    .row-fluid .latestfromoutblog-rsslisting .hs-rss-title { font-size:18px; line-height:24px; }
    
    /*clientLogo section*/ 
    .row-fluid .client-logo .hs_cos_wrapper_widget { padding:10px 10px; width:49%; }
    
    /*whatsontapp section*/
    .row-fluid .whatsontapp-section h2 { font-size:28px; line-height:36px; padding:0; }
    .row-fluid .whatsontapp-bicon { width: 40px; }
    .row-fluid .whatsontapp-btitleicon h4 { font-size:22px; line-height:25px; }
    .row-fluid .whatsontapp-btitleicon { padding:0 50px 0 0; }
    .row-fluid .whatsontapp-btext { font-size:16px; line-height:19px; padding:0 0 5px; }
    .row-fluid .whatsontapp-box { padding:15px 0; }
    
    .row-fluid .whatsontapp-section { padding:40px 0 35px; }
    
    /*hubspotCertified section*/
    .row-fluid .hubspotCertified-section { text-align:center; }
    .row-fluid .hubspotCertified-logo { width:100%; }
    .row-fluid .hubspotCertified-text ul { padding:6px 0 0; }
    .row-fluid .hubspotCertified-text ul li:before { padding:0 5px 0 2px; }
    .row-fluid .hubspotCertified-text ul li { font-size:13px; line-height:22px; }
    .row-fluid .hubspotCertified-text { width:100%; }
    
    /*Header section*/ 
    .row-fluid .header { padding:35px 0 50px; font-size:21px; line-height:28px; }
    .row-fluid .page-title h1 { font-size:40px; line-height:47px; }    
 
    /*whois section*/
    .row-fluid .whois-section { padding:30px 0 45px; }
    .row-fluid .whois-sectext { padding:10px 0 0; }
    .row-fluid .whoissec-certificationlogo { padding:15px 0 15px; }
    .row-fluid .whoissec-certificationlogo .hs_cos_wrapper_widget { width:49%; padding:10px 5px 5px; }

    /*teamTapp section*/
    .row-fluid .teamTapp-section { padding:30px 0; }
    .row-fluid .teamTapp-text { padding:10px 0 30px; }
    .row-fluid .team-box { height:385px; font-size:22px; line-height:30px; }
    .row-fluid .team-bname { min-height:70px; }
    .row-fluid .teamTapp-teamboxes .hs_cos_wrapper_widget { padding:8px 5px; width:49%; }
    .row-fluid .teamTapp-teamboxes .hs_cos_wrapper_widget_container { margin:0 -5px; }
    
    /*joinTeam section*/
    .row-fluid .joinTeam-section { padding:30px 0 40px; }
    .row-fluid .joinTeam-text { padding:0 0 20px; }
    
    /*wordsinAction section*/
    .row-fluid .wordsinAction-section, .row-fluid .cta-section  { padding:30px 0; }
    .row-fluid .wordsinAction-text, .row-fluid .cta-sectext { padding:0 0 20px; }
    
    /*whatwedo section*/
    .row-fluid .whatwedo-subtext { font-size:19px; line-height:26px; padding:0; }
    .row-fluid .whatwedo-content ul li { width:100%; padding-right:0; padding-left:25px; background-size:11px auto; background-position:left 4px; margin:5px 0; }
    .row-fluid .whatwedo-content ul { padding:10px 0; }
    .row-fluid .whatwedo-content { padding:20px 0; }
    .row-fluid .whatwedo-title { padding:0; }
    .row-fluid .whatwedo-section .hs_cos_wrapper_widget { padding:50px 0 70px; float:left; width:100%; }
    .row-fluid .whatwedo-section .hs_cos_wrapper_widget:before { bottom:20px; height:30px; background-size:40px auto; }
    .row-fluid .whatwedo-content img { width:85%; padding:0; }
    .row-fluid .whatwedo-title h2 { font-size:;25px; line-height:32px; }
    .row-fluid .whatwedo-content h3 { font-size:27px; line-height:33px; }
    
    /*blog section*/
    .row-fluid .blog-main h1 { font-size:30px; line-height:40px; }
    .row-fluid .blog-main h2 { font-size:28px; line-height:38px; }
    .row-fluid .blog-main h3 { font-size:26px; line-height:34px; }
    .row-fluid .blog-main h4 { font-size:24px; line-height:32px; }
    .row-fluid .blog-main h5 { font-size:22px; line-height:30px; }
    .row-fluid .blog-main h6 { font-size:20px; line-height:30px; }
    
    .row-fluid .blog-sidebar h3 { font-size:27px; line-height:32px; }
    .row-fluid .blog-main { font-size:18px; line-height:28px; padding:40px 0 50px; }
    .row-fluid .recentpost-title a { font-size:20px; line-height:27px; }
    .row-fluid .recentpost-date { font-size:17px; line-height:26px; }
    .row-fluid .recentpost-right { width:100%;  padding:10px 0 0; }
    .row-fluid .recentpost-image { width:100%; }
    .row-fluid .recentpost-box { padding:0 0 35px; }
    .row-fluid .recentpost-box:last-child { padding-bottom:0; }
    .row-fluid .recentpost-title { padding:0; }
    
    .row-fluid .blogpost-byline { font-size:16px; line-height:24px; }
    .row-fluid .blog-pagination a { min-width:150px; margin:0 10px 10px 0; }
    .row-fluid .blog-sidebar { padding:35px 0 0; border:none; }
    .row-fluid .blog-pagination { padding:10px 0 0; }
    .row-fluid .blogsidebar-box { padding:0 0 30px; }
    .row-fluid .recentpost-boxes { padding:5px 0 0; }
    .row-fluid .blogpost-content { padding:15px 0 0; }
    
    .row-fluid .blogpost-box h2 { padding:0 0 10px; font-size:26px; line-height:30px; }
    .row-fluid .blogsidebar-recentpost { padding:0; }
    .row-fluid .blog-main h1 { font-size:28px; line-height:32px; }
    .row-fluid .blogauthor-bio { padding:30px 0 15px; }
    
    /*method section*/
    .row-fluid .method-section { padding:40px 0; }
    .row-fluid .method-sectext { padding:10px 0 30px; }
    .row-fluid .method-sectext2 { padding:30px 0; }
    
    /*Our Clients*/ 
    .row-fluid .ourClients-section { padding:40px 0; }
    .row-fluid .ourClients-sectext { padding:25px 0; }
    .row-fluid .clientlogo-boxes .hs_cos_wrapper_widget { width:49%; padding:10px; }
    .row-fluid .clientlogo-boxes { padding:0px 0 20px; }
    
    /*Case Study*/
    .row-fluid .casestudy-section { padding:40px 0 35px; }
    .row-fluid .casestudy-sectext { padding:10px 0 25px; }
    .row-fluid .casestudy-box { font-size:18px; line-height:28px; }
    .row-fluid .casestudy-box h4 { font-size:24px; line-height:30px; padding:0 0 7px; }
    .row-fluid .casestudysec-link { padding:30px 0 0; }
    .row-fluid .casestudy-boxes .hs_cos_wrapper_widget { padding:15px 0; width:100%; }
    .row-fluid .casestudy-boxes .hs_cos_wrapper_widget_container { margin:0; }
    .row-fluid .casestudy-bimg:before { font-size:42px; line-height:42px; }
    .row-fluid .casestudy-bimg { height:225px; }
    
    /*Case Study Detail*/
    .row-fluid .caseStudyDetail-section { padding:50px 0; }
    
    .row-fluid .caseStudyDetail-sectitle { padding:0 0 20px; }
    .row-fluid .caseStudyDetail-sectitle h2 span { font-size:35px; line-height:44px; }
    .row-fluid .caseStudyDetail-sectitle h2 { font-size:20px; line-height:27px; }
    .row-fluid .caseStudyDetail-sectitle { padding:0 0 20px; }
    .row-fluid .caseStudyDetail-img { padding:20px 0; }
    .row-fluid .caseStudyDetail-img2 { padding:15px 0 20px; }
    .row-fluid .caseStudyDetail-img2 span { max-width:400px; }
    .row-fluid .caseStudyDetail-clientcomment:before, .row-fluid .caseStudyDetail-clientcomment:after { width:20px; border-width:5px; }
    .row-fluid .caseStudyDetail-clientcomment { border-width:5px; padding:15px 25px 25px; }
    .row-fluid .caseStudyDetail-ctalink { padding:20px 0 0; }
    .row-fluid .caseStudyDetail-cctext { font-size:20px; line-height:30px; padding:0 0 15px; }
    .row-fluid .caseStudyDetail-ccname, .row-fluid .caseStudyDetail-cccompany { font-size:20px; line-height:30px; }
    
    /*formtop section*/
    .row-fluid .formtop-section { padding:40px 0 70px; }
    .row-fluid .formtop-section h3 { font-size:28px; line-height:30px; }
    .row-fluid .formtop-text { padding:10px 0 0; font-size:18px; line-height:24px; }
    .row-fluid .form-box { max-width:630px; margin:-40px auto 0 !important; padding:25px; font-size:16px; line-height:24px; }
    .row-fluid .form-section { padding:0 0 50px; }
    
    /*pricing page*/
    .row-fluid .pricingintro-section { padding:45px 0; }
    .row-fluid .pricingPlan-box2 .planPrice-cont { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
    .row-fluid .pricingPlan-box { width:100%; border:1px solid #fc760f; border-radius:4px; }
    .row-fluid .pricingPlan-box2 { margin:60px 0 30px; }
    .row-fluid .populerPlan-text { width:100%; }
    .row-fluid .pricingPlan-box2:before, .row-fluid .pricingPlan-box2:after { display:none; }
    
    .row-fluid .planPrice-text { font-size:35px; line-height:40px; }
    .row-fluid .planPrice-subtext { font-size:19px; line-height:21px; }
    
    .row-fluid .nonProfit-section { font-size:29px; line-height:39px; }
    .row-fluid .nonProfit-sectext:before, .row-fluid .nonProfit-sectext:after { display:none; }
    .row-fluid .nonProfit-sectext { padding:0; }
    .row-fluid .nonProfit-section { font-size:22px; line-height:36px; padding:40px 0; }
    
    .row-fluid .content-boxes .hs_cos_wrapper_widget , .row-fluid .salesStrategy-boxes.content-boxes .hs_cos_wrapper_widget { width:100%; padding:15px 0; }
    .row-fluid .content-boxes { padding:0; }
    
    .row-fluid .webDevelopment-section .wrapper { padding:35px 15px 45px; }
    .row-fluid .webDevelopment-sectext { padding:5px 0; }

    .row-fluid .webDevelopment-sectext2 ul li { width:100%; }
    
    .row-fluid .salesStrategy-text { padding:10px 0 0; }
    
    .row-fluid .testimonial-text:before { width:27px; left:5px; top:-9px; }
    .row-fluid .testimonial-boxes .hs_cos_wrapper_widget { width:100%; padding: 10px 15px; }
    .row-fluid .testimonial-boxes .hs_cos_wrapper_widget { padding:10px 15px; }
    
    /*footer*/
    .row-fluid .footer { padding:35px 0 30px; }
    
    .row-fluid .footer-logo img { width:190px !important; }
    .row-fluid .footer-links .hs-menu-wrapper ul li { width:auto; }
    .row-fluid .footer-text { padding:20px 0 10px; font-size:16px; line-height:24px; }
    .row-fluid .footer-links { padding:0 0 30px; }
    .row-fluid .footer-links ul li a:link, .row-fluid .footer-links ul li a:visited, .row-fluid .footer-links ul li { font-size:16px; }
    .row-fluid .footer-links ul li a:link, .row-fluid .footer-links ul li a:visited { padding: 0 10px; }
    
    .row-fluid .getconnected-title h4 { font-size:26px; line-height:28px; }
    
    .row-fluid .footer-call span, .row-fluid .footer-email span { font-size:18px; line-height:26px; padding:10px 0 10px 30px; }
    
    .row-fluid .top-social { float:left; width:auto; }
    .row-fluid .top-call { float:right; width:auto; }
    .header-social-links ul li { padding:0; }
    .header-call .fa { font-size:20px; margin:5px 3px 0 0; }
    .header-social-links ul li a, .header-social-links ul li a:link, .header-social-links ul li a:visited { font-size:22px; }
    .header-call { padding:0; }
    .row-fluid .logo { padding:10px 0 0; }
	
}

@media (min-width: 30px) and (max-width: 580px){
    
    /*digital marketing section*/

    /*keysuccess section*/

    /*amplifiedResults section*/

    /*customerFeedback section*/

    /*tragetsgrowth section*/

    /*alittlelove section*/

    /*latestfromoutblog section*/

    /*clientLogo section*/ 
    
    /*whatsontapp section*/
    
    /*hubspotCertified section*/
    
    /*Header section*/ 
 
    /*whois section*/

    /*teamTapp section*/
    .row-fluid .teamTapp-teamboxes .hs_cos_wrapper_widget_container { margin:0; }
    .row-fluid .teamTapp-teamboxes .hs_cos_wrapper_widget { width:100%; }  
    
    /*joinTeam section*/
    
    /*wordsinAction section*/
    
    /*whatwedo section*/ 
    
    /*blog section*/
    
    /*method section*/
    
    /*Our Clients*/ 
    
    /*Case Study*/
    
    /*Case Study Detail*/
    
    /*formtop section*/
    
    /*pricing page*/
    
    /*footer*/
 
}


@media (max-width: 767px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 42px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px; 
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #fc760f;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color:  #fc760f; /* Icon color */
      display: inline-block;
  }
  .mobile-open a.mobile-trigger  i, .mobile-open  a.mobile-trigger  i:before, .mobile-open  a.mobile-trigger  i:after { 
      background-color: #fff; 
  }
  
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 42px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #fc760f; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

/* mobile stacking order for tapp pages */
@media screen and (max-width:768px) {

.mobile-stack{
  display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
    .mobile-bottom{
        order: 2;
-webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    
        width: 100%;
    }
    .mobile-top {
        order: 1;
-webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
        width: 100%;
    }
}
.sidebar {
    margin-right: 0 !important;
    float: right !important;
}
.main-content {
    margin-left: 0 !important;
}

@media (max-width: 767px) {
    .mobile-top {
    margin-left: 0 !important;
    }

    .mobile-top,
    .mobile-bottom {
    width: 100% !important;
    float: none !important;
    }
    #return-to-top {
        right: 30%;
    }
}
.mobile-stack {
    
}
.mobile-bottom {
    
}
.mobile-top {
    
}

/* back to top */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    text-align: center;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}