/* @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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; }

@font-face{
font-family:'FontAwesome';
src:url('//cdn2.hubspot.net/hubfs/1573882/Pebble%20New/Font/fontawesome-webfont.eot') format('embedded-opentype'),
url('//cdn2.hubspot.net/hubfs/1573882/Pebble%20New/Font/fontawesome-webfont.woff') format('woff'),
url('//cdn2.hubspot.net/hubfs/1573882/Pebble%20New/Font/fontawesome-webfont.ttf') format('truetype');
}

/* These includes are optional, but helpful. */
/* 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;}

 





/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #646464;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 12pt;
  line-height: 1.75em;
  font-weight: 300;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}

a { color: #e0555a; 
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
    border-bottom: dotted 1px;
}
a:hover, a:focus {
    color: #0199e6;
    text-decoration: none;
    border-bottom-color: transparent;
    }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #338FFF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #338FFF;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}



/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
    margin:0 0 2em 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
        color: #545454;
    font-weight: 700;
    margin: 0 0 1em 0;
    letter-spacing: -0.01em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {
    font-size: 1.75em;
    line-height: 1.5em;
}
h3 {
   font-size: 1.25em;
    line-height: 1.5em;
}
h4 {}
h5 {}
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

.custom-menu-primary.smm-mobile-menu {
    display: none;
}

.st-struto-logo a {
    background-image: url(https://cdn2.hubspot.net/hubfs/1573882/Pebble_V1/about/logo_blue_new_200.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    padding: 0px;
    background-position: 4px;
    min-height: 58px;
    /* max-width: 270px; */
    /* margin-left: 13px; */
    text-decoration: none;
    border: 0;
    margin-top: 0;
}

.custom-menu-primary.smm-desktop-menu {
    text-align: right;
    width: 100%;
}



/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {}
.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.banner-large {
 background-image: url(https://cdn2.hubspot.net/hubfs/1573882/Optimised%20Images/banner.jpg);
    background-attachment: scroll,fixed;
    background-color: #494d53;
    background-position: top left,center center;
    background-repeat: repeat,no-repeat;
    background-size: auto,cover;
    color: #d1d2d4;
    padding: 12em 0;
    position: relative;
    text-align: center;
    margin-top: -1px;
    z-index: 99;
}

.smm-header-wrapper {
    background: transparent;
    position: fixed;
    z-index: 999;
}

.banner-large .inner-container h1 {
    margin: 0 0 32.500px;
    font-size: 65px;
    letter-spacing: -0.65px;
    line-height: 81.25px;
    color: #ffffff;
}

.banner-large .inner-container span {
    margin-bottom: 52.5px;
    font-size: 30px;
    line-height: 35px;
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul >li > a {
    color: rgb(100, 100, 100);
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul >li > a:hover {
    color: #0199e6;
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
}

.fixed .smm-header-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    color: inherit;
    cursor: default;
    left: 0;
    line-height: 4em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    min-height: 66px;
}

.footer-container-top ul.copyright {
    text-align: center;
    list-style: none;
    margin: 0 0 0px;
    padding: 0;
}

.footer-container-top ul.copyright li:first-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.footer-container-top ul.copyright li {
    border-left: solid 1px rgba(144, 144, 144, 0.25);
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
}

.footer-container-top ul.copyright li a {
    color: rgb(148, 148, 148);
    line-height: 20px;
    font-weight:300;
}

.footer-container-top ul.copyright li a:hover {
    color: #0199e6;
}

.footer-container-top p {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}

.footer-container-top ul.footer-socials li a {
        text-decoration: none;
    position: relative;
    border-radius: 0.5em;
    border: solid 1px rgba(144, 144, 144, 0.25);
    color: #949494 !important;
    display: inline-block;
    font-size: 1.25em;
    height: 2.75em;
    line-height: 2.75em;
    text-align: center;
    width:2.75em;
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.footer-container-top ul.footer-socials li {
    display: inline-block;
    padding: 0 1.25em 0 0;
}

.footer-container-top ul.footer-socials {
    margin: 0 0 4em 0;
    padding: 0;
    cursor: default;
    list-style: none;
    text-align: center;
}

.footer-container-top i.fa.fa-facebook:before {
    content: "\f09a";
}

.footer-container-top i.fa.fa-linkedin:before {
    content: "\f0e1";
}

.footer-container-top i.fa.fa-twitter:before {
    content: "\f099";
}

.footer-container-top ul.footer-socials li a .fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.footer-container-top ul.footer-socials li a:hover {
    background-color: rgba(144, 144, 144, 0.075);
}

/* ==========================================================================
   Content                                                 
   ========================================================================== */



.body-container {}

.selling-testimonial .inner-container {
    color: white;
    display: block;
    font-family: "brandon-grotesque";
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    margin: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.selling-testimonial {
    background-image: url(//cdn2.hubspot.net/hubfs/1573882/Pebble_V1/banners/pebble_quote.jpg?t=1463390645141);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 450px !important;
    padding-bottom: 130px;
    padding-top: 140px;
}
.inside-cta-wrapper {
        background-color: #0099e6;
    border-top: 1px none #d9d9d9;
    color: white;
    padding-bottom: 50px;
    padding-top: 40px;
}
.inner-container {
    display: block;
    float: none !important;
    margin: 0 auto !important;
    max-width: 940px;
}
.inside-cta-wrapper .cta-content-wrapper {
    margin-left: 0 !important;
}

.inside-cta-wrapper .widget-type-header h2 {
    color: white;
    font-family: inherit;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 38px;
    margin: 10px 0;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.29);
    text-align: left;
    text-transform: uppercase;
}
/*label, input, span {
    font-family: "museo-sans";
}
*/
.inside-cta-wrapper .widget-type-linked_image {
    float: right;
}
.inside-cta-wrapper .widget-type-rich_text {
    color: white;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.testimonials-container-wrapper {
    background-color: #0098ff;
    color: #fff;
}
.testimonials-container-wrapper .inner-container {
    padding-bottom: 45px;
    padding-top: 30px;
}
.testimonials-container-wrapper .the-testimonial {
    display: block;
    font-family: "museo-sans";
    font-size: 15px;
    font-style: italic;
    height: auto;
    line-height: 20px;
    margin: 5px 0 5px !important;
    width: 93%;
}
.testimonials-container-wrapper .testimonial-author * {
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}
.clients-strip {
    background-color: #494d53;
    border-top: 1px solid #0af;
    display: block;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding:20px;
}
.clients-strip .widget-type-linked_image {
    height: 70px;
    margin: 10px 0 !important;
    width: 16.666% !important;
}
.clients-strip .widget-type-linked_image img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 140px !important;
}
.footer-container-top {
        color: #949494;
    padding: 4em 0;
    text-align: center;
}

span.copyright {
    font-size: 0.8em;
}
ul.menu li {
    border-left: solid 1px rgba(144, 144, 144, 0.25);
    display: inline-block;
    margin-left: 1em;
    padding-left: 1em;
}

ul.menu li:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}

ul.menu {
    line-height: 1em;
    list-style: none;
    padding: 1px 0 0;
    margin: 0 0 2em;
}

ul.menu li a {
    color: rgb(148, 148, 148);
}

ul.menu li a:hover {
    color: #0199e6;
}

.footer-container-top ul.footer-socials a.icon.fa-envelope span {
    display: none;
}

.footer-container-top ul.footer-socials a.icon.fa-envelope {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.footer-container-top ul.footer-socials li:last-child {
    padding: 0;
}

.footer-container-top ul.footer-socials {
    margin: 0 0 4em; 
    padding: 0;
    cursor: default;
    list-style: none;
    text-align: center;
}

/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */

.smm-right-corner.smm-cta {
    display: none;
}


/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {}
.footer-container {}



.js-import {
    min-height: 0 !important;
}

.footer-row-1 {
    margin: 0 0 40px;
    padding: 30px 40px;
    text-align: center;
    background: #0199e6;
    color: #d1f2f5;
}

.footer-powerful-cta {
    width: 33% !important;
    padding: 0 10px;
}

.footer-recent-blog {
    margin: 0 !important;
    padding: 0 10px;
    width: 33% !important;
}

.footer-downloads {
    width: 33% !important;
    margin: 0 !important;
    padding: 0 10px;
}





/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */





/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
      padding-right: 1.5em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
       line-height: 65px;
    font-weight: 300;
    margin-left: 2em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#fff;
    border: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#0199e6;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#0199e6;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:981px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Left
   ========================================================================== */
 

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

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 

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

.mobile-icon {
  display: none;    /* Hide button on Desktop */
  cursor: pointer;  /* Mouse pointer type on hover */
  width: 40px;      /* Button width */
  height: 40px;     /* Button height */  
  margin: 10px; 
  position: absolute;
  top: 0px;
  /*left: 0px;*/
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
    margin: 0 auto;
    position: relative;
    top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
        width: 14px;
    height: 2.3px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
    display: block;
}
.mobile-icon  span:before {
    margin-top: -5px; /* Position top line */
}
.mobile-icon  span:after {
    margin-top: 5px; /* Position bottom line */
}
 

/* Close Button
   ========================================================================== */  

.close-icon {
    display: none !important;
    cursor: pointer;
    margin: 27px 20px 10px;
    float: right;
    position: relative;
    height: 25px;
    width: 25px !important;
}
.close-icon:after,
.close-icon:before {
    content: "";
    width: 25px !important;
    height: 4px;
    background: #fff;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
.close-icon:before {
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}


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

@media (min-width: 981px) {

     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary {
          height: auto !important;
     }

}

@media (max-width: 980px) {

     body, html {
        height: 100%;
     }

     /* Show the Mobile and Close Icons */
     .mobile-icon,
     .close-icon {
          display: block !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        height: 100%;
        position: relative;
     }

     /* Provide room in header for the toggle button */ 
     .header-container-wrapper .page-center{
        padding-left: 60px;
     }

     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
         clear: both;
         padding-right: 0px;
         padding-left: 0px;
     }

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
          position: absolute;
          width: 250px !important; /* must match the value above in 'left' */
          z-index: 1000;
          background: #333; 
          left: -250px;
          top: 0;
          /*-webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          -ms-transform: translate3d(-100%, 0, 0);
          -o-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          backface-visibility: hidden;*/
          transition: left 0.3s ease;
          -webkit-transition: left 0.3s ease;
          -moz-transition: left 0.3s ease;
          -o-transition: left 0.3s ease;
          background-color: #fff;
        box-shadow: 0.5em 0 2em 0 rgba(0, 0, 0, 0.1);
        padding: 8px 24px;
     }

     /* Set Link Colors */
     .custom-menu-primary a { color: #fff; }
     .custom-menu-primary a:hover { color: #ccc; }

     /* All Main Containers Display FULL Width By Default */
     .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
          -webkit-transition: -webkit-transform 500ms ease;
          -moz-transition: -moz-transform 500ms ease;
          -o-transition: -o-transform 500ms ease;
          transition: transform 500ms ease;
     }

     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .header-container-wrapper, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper{
          /*-webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1); /* the x value must match the 'left' and 'width' values of '.custom-menu' 
          -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
          -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
          -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);*/
     }
     
     .show-mobile-nav .custom-menu-primary {
        left:0; 
        transition: left 0.3s ease;
          -webkit-transition: left 0.3s ease;
          -moz-transition: left 0.3s ease;
          -o-transition: left 0.3s ease;
     }

}








/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





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


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 12pt;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {} 

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 12pt;
  text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 






/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */


.footer-row-1 h2, .footer-row-1 h3 {
    color: #d1f2f5;
    font-size: 35px;
    line-height: 51.2px;
}

.footer-row-1 ul {
    list-style: none;
}

.footer-row-1 a {
    color: #d1f2f5;
}

.footer-row-1 a:hover {
    color: #fff;
}

.banner-large .inner-container {
    padding: 0;
}

.inner-container {
       max-width: 1440px !important;
    margin: 0 auto !important;
    width: 100% !important;
    float: none !important;
    padding: 4em 0;
}
   
.marketing-what-we-do {
    padding: 100px 13% 60px;
    max-width: 100%;
    margin: 0 auto !important;
    float: none !important;
    background: #f2f2f2;
}

.marketing-what-we-do .service-block {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.marketing-what-we-do .service-block a:after {
    content: "»";
    width: 100%;
    height: 100%;
    padding: 0 0 0 7px;
}

.marketing-what-we-do .service-block a {
    background-color: #fff !important;
    color: #545454 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border: solid 1px rgba(144, 144, 144, 0.25) !important;
    color: #545454 !important;
    font-weight: 700;
    height: 56px;
    letter-spacing: 0.1em;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 32px !important;
    font-size: 16px !important;
    margin-top: 35px;
    max-width: 280px ;
}

.marketing-what-we-do .service-block a:hover {
    background-color: rgba(144, 144, 144, 0.075) !important;
    color: #545454 !important;
}

/* ---- Blog ---- */
@media (min-width:1200px){
.blog .banner-large,
.blog-post .banner-large{
    padding: 150px 20px;
}
}
.blog-list-header .inner-container * {
    color: #fff !important;
    text-align: left;
}






/******************** New blog list banner edits starts*********************/




.blog-banner-post .blog-listing-wrapper .post-listing .post-item:first-child {
    display: block !important;
    background-color: transparent !important;
    width: 100% !important;
    padding: 0px;
    margin: 0px;
} 

.blog-banner-post .blog-listing-wrapper .post-listing .post-item {
    display: none !important;
}

.inner-container-blog-post .blog-listing-wrapper .post-listing .post-item:first-child {
    display: none;
}

.blog-banner-post .blog-listing-wrapper .post-listing .post-item .post-header h2 a {
    color: white;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    border-bottom: dotted 0px;
}



.blog-banner-post a.more-link {
    background-color: #ed4f7e;
    border-radius: 4px;
    color: white;
    display: inline-block;
    border: 1px solid white;
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    padding: 13px 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 200ms ease 0;
}


.blog-banner-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}

.blog-banner-post .post-item-left {
    float: left;
    width: 50%;
    padding-right:30px ;
}

.blog-banner-post .post-item-right {
    width: 50%;
    float:right;
}

.blog-banner-post .post-body * {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
    padding-left: 0 !important;
    padding-right: 0;
    text-align: left;
}

.post-item-right img.hs-featured-image {
    width: 100% !important;
    max-width: 100%;
    border: 1px solid #fff;
    height: auto !important;
}


.blog-banner-post a {
    border-bottom: dotted 0px;
}

.blog-banner-post div#hubspot-author_data {
    padding: 10px 0px 30px;
}


.blog-banner-post .post-item .post-header h2 {
    line-height:0px !important;
}


/******************** New blog list banner edits ends*********************/




.featured-blog-section .feat-blog-listing-wrapper .post-item:nth-of-type(1) {
    display: block;
}

.featured-blog-section .blogpost-content {
    padding-right: 20px;
}
.featured-blog-section .blogpost-content, .featured-blog-section .blogpost-feat-img {
    display: inline-block;
    float: left;
    width: 50%;
}
.featured-blog-section .blogpost-content .post-header h1 {
    color: white;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.featured-blog-section .blogpost-content .post-body {
    margin-bottom: 10px;
}
.featured-blog-section .blogpost-content .post-body * {
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.featured-blog-section a.more-link {
    background-color: #ed4f7e;
    border-radius: 4px;
    color: white;
    display: inline-block;
    border: 1px solid white;
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    padding: 13px 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 200ms ease 0;
}
.featured-blog-section a.more-link:hover {
    background-color: #d24771;
}
.featured-blog-section .blogpost-feat-img {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0 20px;
}
.featured-blog-section .blogpost-feat-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 300px;
}
.featured-blog-section .blogpost-content, .featured-blog-section .blogpost-feat-img {
    display: inline-block;
    float: left;
    width: 50%;
}
.featured-blog-section .feat-blog-listing-wrapper .post-item {
    display: none;
}
.subscribe-filter-div {
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}
.inner-container {
    display: block;
    float: none !important;
    margin: 0 auto !important;
    max-width: 940px;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 1em;
    width: auto;
}
.cse .gsc-control-cse, .gsc-control-cse {
    background-color: #fff;
    border: 1px solid #fff;
}
.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 3px 0 !important;
}
.gsc-control-cse {
    background-color: transparent !important;
    border: transparent !important;
}
.cse .gsc-control-wrapper-cse, .gsc-control-wrapper-cse {
    margin-top: 5px;
}
form.gsc-search-box, table.gsc-search-box {
    margin: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    display: block !important;
    padding-right: 0 !important;
}
.gsc-input-box {
    background-color: transparent !important;
    border: none !important;
    height: auto !important;
}
.gsib_a {
    padding: 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    display: block !important;
    padding-right: 0 !important;
        border-radius: 4px;
    color: #333;
    font-family: brandon-grotesque;
        line-height: 1.42857;
            -webkit-appearance: none;

}
.gsib_b {
    display: none !important;
}
.gsc-search-button {
    padding: 0 !important;
    margin: 0 !important;
}
input.gsc-search-button {
    background-color: #fff !important;
    border-left: 1px solid #c7c7c7 !important;
}
input.gsc-search-button-v2 {
    background-color: #4f7f83 !important;
    background-image: url(//cdn2.hubspot.net/hubfs/1573882/Pebble_V1/blog/blog_search_btn.png?t=1463390645141) !important;
    background-position: 40px 16px !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    border: 1px solid #c7c7c7 !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    height: 15px !important;
    margin: 2px !important;
    padding: 23px 50px !important;
}
td.gsc-clear-button {
    display: none !important;
}
.subscribe-filter-div .widget-type-blog_subscribe {
    margin-top: -8px !important;
}
body .hs-form-field {
    margin-bottom: 10px;
}
.subscribe-filter-div .widget-type-blog_subscribe .hs-form-field label {
    display: none;
}
.subscribe-filter-div .widget-type-blog_subscribe .hs-form-field input {
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #757575;
    float: left !important;
    font-size: 14px;
    font-style: italic;
    height: 48px;
    padding: 10px 19px;
    width: calc(100% - 135px);
}
.widget-type-blog_subscribe ul.hs-error-msgs.inputs-list, .search-subscribe-block ul.hs-error-msgs.inputs-list {
    margin: 48px 5px;
    padding: 0;
    position: absolute;
    text-align: center;
}
body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
}
.widget-type-blog_subscribe ul.hs-error-msgs.inputs-list li, .search-subscribe-block ul.hs-error-msgs.inputs-list li {
    list-style-type: none;
}
.widget-type-blog_subscribe ul.hs-error-msgs.inputs-list li label, .search-subscribe-block ul.hs-error-msgs.inputs-list li label {
    color: red;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
}
.subscribe-filter-div .widget-type-blog_subscribe .hs_submit button, .subscribe-filter-div .widget-type-blog_subscribe .hs_submit html input[type="button"], 
.subscribe-filter-div .widget-type-blog_subscribe .hs_submit input[type="reset"], .subscribe-filter-div .widget-type-blog_subscribe .hs_submit input[type="submit"] {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #0099e6;
        text-decoration: none !important
            font-family: brandon-grotesque;
    cursor: pointer;
    font-size: 14px;
    height: 48px;
    padding: 16px 0;
    text-align: center;
    width: 135px;
    -webkit-appearance: none;
}
.subscribe-filter-div .widget-type-blog_subscribe .hs_submit button:hover, .subscribe-filter-div .widget-type-blog_subscribe .hs_submit html input[type="button"]:hover, 
.subscribe-filter-div .widget-type-blog_subscribe .hs_submit input[type="reset"]:hover, .subscribe-filter-div .widget-type-blog_subscribe .hs_submit input[type="submit"]:hover {
    background-color: #0099e6;
    color: #fff;
}
input.gsc-input {
    height: 48px !important;
}
input.gsc-input {
    background-image: none !important;
    border-left: 1px solid #bdbdbd !important;
    border-top: 1px solid #bdbdbd !important;
    border-bottom: 1px solid #bdbdbd !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #757575;
    float: left !important;
    font-family: inherit;
    font-size: 14px !important;
    font-style: italic;
    margin: 2px !important;
    padding: 14px 20px !important;
    width: 100% !important;
}
.gsc-control-cse.gsc-control-cse-en, .gsc-control-cse div {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.subscribe-filter-div .inner-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.subscribe-filter-div .inner-container h3.form-title {
    display: none;
}
input.gsc-search-button.gsc-search-button-v2 {
    background: url(//cdn2.hubspot.net/hubfs/1573882/Pebble_V1/blog/blog_search_btn.png?t=1493639452783) #fff !important;
    border: 1px solid #c7c7c7 !important;
    background-position: 40px 16px !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
}

.blog-listing-wrapper .post-listing .post-item {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin: 0 1%;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
    min-height: 500px;
    z-index: 1;
    position:relative;
}
.blog-body-wrapper {
    padding:0px;
    max-width: 100%;
    margin: 0 auto !important;
    float: none !important;
    background: #f2f2f2;
}
.post-header a {
    color: inherit;
    font-size: 25px;
    line-height: 1.4;
}

.post-header a.author-link{
    font-size: 16px;
}

.blog-body-wrapper a.more-link:after {content: "»";width: 100%;height: 100%;padding: 0px 0px 0px 7px;}

.blog-body-wrapper a.more-link:hover,
.blog-pagination a:hover{
    background-color: rgba(144,144,144,0.075) !important;
    color: #545454 !important;
}
.blog-body-wrapper a.more-link,
.blog-pagination a{
    background-color: #fff !important;
    color: #545454 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out;
    background-color: transparent;
    border: solid 1px rgba(144,144,144,0.25) !important;
    color: #545454 !important;
    font-weight: 700;
    height: 56px;
    letter-spacing: .1em;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 32px !important;
    font-size: 16px !important;
    margin-top: 35px;
    max-width: 280px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    font-family: inherit;
}
.recommended-blog-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    padding-top: 40px;
}
.recommended-blog-wrapper h3 {
    color: #4f4f4f;
    font-family: "museo-sans";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px;
    margin-left: 1px;
    text-align: center;
    text-transform: capitalize;
}
.recommended-blog-wrapper .widget-module ul {
    padding: 0;
}
.recommended-blog-wrapper .widget-module ul li {
    display: inline-block;
    float: left;
    list-style-type: none;
    margin-right: 20px !important;
    width: calc(32.33% - 15px);
}
.recommended-blog-wrapper .widget-module ul li a.related-image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: block;
    min-height: 200px;
    margin-bottom: 10px;
    width: 100%;
}
.recommended-blog-wrapper .widget-module ul li p {
    padding: 0;
    margin: 0;
}
.recommended-blog-wrapper .widget-module ul li p a {
    color: #757575;
    display: block;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.recommended-blog-wrapper .widget-module ul li a.related-image:hover {
    transform: scale(1.02);
}
.recommended-blog-wrapper .widget-module ul a {
    text-decoration: none !important;
    border: none !important;
}
.bottom-subscription {
    background-color: #494d53;
    display: inline-block;
}
.bottom-subscription .inner-container {
    padding-bottom: 50px;
    padding-top: 30px;
}
.bottom-subscription .inner-container .widget-type-blog_subscribe {
    display: block;
    float: none !important;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}
.bottom-subscription .inner-container * {
    color: #fff !important;
}
.bottom-subscription .inner-container h3 {
    color: white;
    font-size: 34px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
.bottom-subscription .inner-container .widget-type-blog_subscribe .hs-form-field>label {
    display: none;
}
.bottom-subscription .inner-container .widget-type-blog_subscribe .hs-form-field input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    color: #757575 !important;
    float: left !important;
    font-size: 14px;
    font-style: italic;
    height: 60px;
    padding: 10px 19px;
    width: calc(100% - 200px) !important;
}
.bottom-subscription .inner-container .widget-type-blog_subscribe .hs_submit input.hs-button {
    background-color: #ed4f7e;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    color: #fff;
    font-family: inherit;
    font-size: 21px;
    height: 60px;
    padding-top: 0;
    text-align: center;
    width: 200px !important;
    -webkit-appearance: none;
}
.bottom-subscription .inner-container .widget-type-blog_subscribe .hs_submit input.hs-button:hover {
    background-color: #d24771;
}
.hs-featured-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    opacity: 0.1;
    background-size: cover !important;
    left: 0;
    top: 0;
}
.mobi-share {
    display: none;
}
.blog-post-header .section.post-header h1,
.blog-post-header .section.post-header h1 span{
    color: white;
    font-family: "brandon-grotesque";
    font-size: 42px;
    font-weight: 900;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.blog-post-header {
    display: inline-block;
    padding: 20px 0 0 40px;
    width: calc(100% - 200px);
}
.blog-post-custom-header .blog-post-feat-imgg {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 2px solid #fff;
    border-radius: 100px;
    float: left;
    height: 200px;
    width: 200px;
}
.post-date p {
    text-align: left;
}
.blog-postbody .sharingmodule ul#ss-module {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #dd4e0c;
    border-radius: 4px;
    padding: 0;
    margin: 15px 0 0;
        background: #fff;
}
.mobile-default-share {
    display: none !important;
}
.blog-postbody .sharingmodule ul#ss-module li {
    display: block;
    margin: 5px auto;
    list-style-type: none;
    text-align: center;
}
.blog-postbody .sharingmodule {
    float: left;
    width: 70px;
}
.blog-postbody .post-body {
    float: left;
    padding-right: 30px;
    width: calc(100% - 70px);
}
.hs-blog-post .post-content {
    display: inline-block;
    padding: 30px 0 0;
    width: 100%;
}
.blog-postbody .sharingmodule ul#ss-module li span.share {
    color: #ccc;
    display: block;
    font-family: "museo-sans";
    font-size: 14px;
    margin-bottom: 10px;
}
.banner-medium.banner-large {
    padding-top: 150px;
    padding-bottom: 150px;
}
.inner-container .inner-container {
    padding: 0;
}
.service-bloko .widget-type-linked_image img {
    border: 3px solid #ed4f7e !important;
    border-radius: 90px;
    margin: 20px 0 0 10px;
    height: 180px !important;
    width: 180px !important;
}
.service-bloko .widget-type-linked_image {
    display: block;
    float: left;
    width: 240px !important;
}
.service-bloko {
    margin-bottom: 30px;
}
.whowedoit-strip {
    border-bottom: 1px solid gray;
    background-color: #0099e6;
}
.whowedoit-strip h1 {
    color: #fff;
    text-align: center;
    margin: 15px 0 15px;
}
.what-ever {
    background-color: #f1f1f1;
    padding: 30px 50px 20px;
}
.who-we-do-block {
    padding: 20px 10px 50px;
}
.what-ever .row-fluid .span4 {
    padding-left: 10px;
    padding-right: ;
}
.what-ever .widget-type-linked_image img {
    border: 3px solid #ed4f7e !important;
    border-radius: 50px;
    display: block;
    height: 100px;
    margin: 0 auto;
    width: 100px !important;
}
.what-ever h2 {
    display: block;
    text-align: center;
}
.what-ever .widget-type-rich_text {
    text-align: center;
}
.how-we-do-it {
    margin-top: 40px;
}
.how-we-do-it .do-it-summary {
    padding-bottom: 5px !important;
    border-bottom: 1px solid #e3e3e3;
}
.service-bloko h3 {
    color: #4f4f4f;
    font-family: "museo-sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin: 30px 0 10px;
    text-align: left;
    text-transform: none !important;
}
.service-bloko .row-fluid .span9 {
    margin-left: 0;
    padding-left: 20px;
    width: calc(100% - 240px);
}
.footer-call-to-action {
    background-color: #424242;
    background-image: url(//cdn2.hubspot.net/hubfs/1573882/Pebble_V1/banners/cta_bg.jpg?t=1463390645141);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: auto;
    padding-bottom: 160px;
    padding-top: 150px;
}
.footer-call-to-action h1, .footer-call-to-action .widget-type-rich_text {
    color: #fff;
    text-align: center;
        color: #fff;
    text-align: center;
    font-family: "brandon-grotesque";
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 15px;
    margin-top: 0;
    font-style: italic;
    text-transform: uppercase;
}
.accreditations-wrapper h2 {
    color: white;
    display: block;
    font-family: "brandon-grotesque";
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.accreditations-wrapper,
.accreditations-wrapper-testimonial{
    background-image: url(//cdn2.hubspot.net/hubfs/1573882/Pebble_V1/banners/fullwidth-1.jpg?t=1463390645141);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 450px;
    padding-bottom: 130px;
    padding-top: 140px;
}
.testimonial-box ul.details {
    padding: 0;
    margin: 0;
}
.testimonial-box ul.details li {
    color: #919191;
    font-family: "museo-sans";
    font-weight: normal;
    list-style-type: none;
}
.testimonial-box ul.details li {
    color: #919191;
    font-family: "museo-sans";
    font-weight: normal;
    list-style-type: none;
}
.testimonial-box ul.details li {
    color: #919191;
    font-family: "museo-sans";
    font-weight: normal;
    list-style-type: none;
}
.testimonial-box {
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 0;
}
 ul.accreditions {
    display: block;
    margin: 10px auto 0;
    padding: 0;
    max-width: 800px;
    width: 100%;
}
 ul.accreditions li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
}
.our-capabilities-wrapper {
    padding-bottom: 50px;
    padding-top: 40px;
}
.our-capabilities-wrapper h1 {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0 20px;
    text-align: center;
}
.our-capabilities-wrapper .widget-type-rich_text * {
    color: #919191;
    display: block;
    font-family: "museo-sans";
    font-size: 14px;
    line-height: 28px;
    margin: 5px 0;
    padding-left: 0;
    padding-right: 10px;
    text-align: center;
}
.selling-testimonial-about {
    background-image: url(//cdn2.hubspot.net/hubfs/1573882/Pebble_V1/banners/pebbleit-about-bottom-quote-banner.jpg?t=1463390645141);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 450px !important;
    padding-bottom: 130px;
    padding-top: 140px;
}
.selling-testimonial-about .inner-container {
    color: white;
    display: block;
    font-family: "brandon-grotesque";
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    margin: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.contact-details-wrapper {
    padding-bottom: 50px;
    padding-top: 40px;
}
.contact-details-block .widget-type-linked_image {
    float: left;
    height: 45px;
    width: 45px;
}
.contact-details-block .widget-type-linked_image img {
    background-color: #ed4f7e;
    border-radius: 23px;
    display: block;
    height: 45px;
    width: 45px;
}
.contact-details-block .widget-type-rich_text {
    margin-bottom: 20px;
}
ul.contactpage-social {
    margin: 0;
    padding: 0;
}
ul.contactpage-social li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
}
ul.contactpage-social li a {
    border: 1px solid #ed4f7e;
    border-radius: 23px;
    display: block;
    height: 45px;
    width: 45px;
}
ul.contactpage-social li a:hover {
    border: 2px solid #ed4f7e;
}
ul.contactpage-social li a i.fa-facebook {
    padding: 7px 11px;
}
ul.contactpage-social li a i.fa-twitter {
    padding: 7px 7px;
}
ul.contactpage-social li a i.fa-linkedin {
    padding: 4px 9px;
}
.contactpage-form-wrapper .inner-container {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}
.contactpage-form-wrapper h3 {
    color: #424242;
    font-family: inherit;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
}
body input[type="text"], body input[type="password"], body input[type="datetime"], 
body input[type="datetime-local"], body input[type="date"], body input[type="month"], 
body input[type="time"], body input[type="week"], body input[type="number"], 
body input[type="email"], body input[type="url"], body input[type="search"], 
body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    font-family: brandon-grotesque;
    font-size: 16px;
    line-height: 1.42857;
    padding: 8px 12px;
    width: 100%;
    -webkit-appearance: none;
    max-width:600px;
}
.hs_cos_wrapper_type_form textarea {
    min-height: 150px;
}

.hs_cos_wrapper_type_form .hs-button.primary.large {
    background-color: #ed4f7e;
    border: 1px solid white;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 18px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
        cursor: pointer;
    -webkit-appearance: none;
    font-family: brandon-grotesque;
    font-size: 16px;
    text-decoration: none !important;

    
    padding: 15px 20px;
    width: auto;
}

.hs_cos_wrapper_type_form .hs-button.primary.large:hover, .hs_cos_wrapper_type_form .hs-button.primary.large:focus {
    background-color: #d24771;
}
ul.contactpage-social li a i {
    color: #ed4f7e;
    font-family: "FontAwesome";
    font-size: 30px;
}
#map {
    height: 400px;
    width: 100%;
}
.internal-page-header-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
}
.internal-page-header-wrapper ul {
    padding: 0;
    margin: 0;
}
.internal-page-header-wrapper ul li {
    list-style-type: none;
}
.internal-page-header-wrapper ul li a {
    background-color: #0099e6;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin: 30px 0;
    opacity: 1;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
}
.internal-page-header-wrapper ul li a h2 {
    color: #fff;
    margin: 0;
}
.internal-page-header-wrapper h2, .internal-page-header-wrapper h3, .internal-page-header-wrapper h4, .internal-page-header-wrapper h5 {
    font-style: normal;
}
.internal-page-header-wrapper h2 {
    color: #424242;
    font-family: "museo-sans";
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: none;
}
.internal-page-header-wrapper ul li a p {
    margin: 0;
}
.internal-page-header-wrapper ul li a:hover {
    opacity: .8;
}

.blue-wrapper-bg {
    background: #0199e6;
    color: #d1f2f5;
    text-align: center;
    vertical-align: middle;
}
ul.actions li a {
    color: #ffffff !important;
    border: solid 1px #fff;
    font-size: 1em;
    line-height: 3.5em;
    height: 3.5em;
    padding: 0 2.25em; 
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.1em;
    border-radius: 0.5em;
    font-weight: bold;
    font-family: "Lato", Helvetica, sans-serif;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

ul.actions li a:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

ul.actions {
    display: inline-block;
    margin: 0;
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}
ul.actions li:last-child {
    padding:0;
}

.blue-wrapper-bg ul.actions {
    margin-bottom: 11px;
    margin-top: 36px;
}

.banner-large h2,
.banner-large h1{
    color: #fff;
    font-size: 3.25em;
    line-height: 1.25em;
    font-weight: bold;
    font-family: "Lato",Helvetica,sans-serif;
    margin-bottom: 0.5em;
    letter-spacing: -0.01em;
}

.banner-large ul.actions {
    margin: 0 0 2em 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 26px 0 0;
}
ul.icons li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
ul.icons li a {
    moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 0.5em;
    border: solid 1px rgba(144, 144, 144, 0.25);
    color: #949494 !important;
    display: inline-block;
    font-size: 1.25em;
    height: 2.75em;
    line-height:2.75em;
    text-align: center;
    width:2.75em;
    text-decoration: none;
    position: relative;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.icons li a:hover{
        background-color: rgba(144, 144, 144, 0.075);
}
.row1-wrapper h2,
.row2-wrapper h2 {
    text-align: center;
    margin: 0 0 47px;
    letter-spacing: -0.47px;
     font-size: 2.35em;
    line-height: 1.5em;
    font-family: "Lato", Helvetica, sans-serif;
}

.row1-wrapper p {
    font-size: 1.25em;
    line-height: 1.75em;
    text-align: center;
    font-family: "Lato", Helvetica, sans-serif;
    color: #949494;
    margin: -1em 0 1.5em 0;
        font-weight: 300;
}
.what-we-do-wrapper .three-col {
    padding: 40px 0 0 40px;
    width: 32.333333%;
    display: inline-block;
    vertical-align: top;
}

.what-we-do-wrapper .three-col .feature:before {
    border-radius: 0.5em;
    border: solid 1px rgba(144, 144, 144, 0.25);
    /* color: #e0555a; */
    color: #0199e6;
    display: inline-block;
    font-size: 2.25em;
    height: 2em;
    left: 0;
    line-height: 2em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
.home-page-layout .row1-wrapper .inner-container,
.home-page-layout .row2-wrapper .inner-container{
    padding-left: 0;
    padding-right: 0;
    max-width: 1400px !important;
}

.row2-wrapper {
    background: #f2f2f2;
}


.what-we-do-wrapper .three-col.column1 {
    padding-left: 0;
}

.what-we-do-wrapper .three-col .feature {
    text-decoration: none;
    padding-left: 130px;
    position: relative;
    text-align: left;
}

.what-we-do-wrapper .three-col .feature h3 {
    margin: 0 0 0.7em 0;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    font-family: "Lato", Helvetica, sans-serif;
}

.what-we-do-wrapper .three-col .feature p {
    margin: 0 0 2em;
    text-align: left;
    color: #646464;
    font-size: 12pt;
    line-height: 1.75em;
    padding-top: 1px;
    font-weight:300;
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-road:before {
    content: "\f018";
}

.fa-history:before {
    content: "\f1da";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-lock:before {
    content: "\f023";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-home:before {
    content: "\f015";
}
.fa-apple:before {
    content: "\f179";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}
.article-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

article.box.post {
    background: #ffffff;
    border: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 0.5em;
    margin-bottom: 2em;
    /*padding: 2em;*/
    padding-bottom:30px;
}
.article-wrapper .article-col.column1 {
    padding: 0;
}
.article-wrapper .article-col {
    padding: 0 0 0 0px;
    /*width: 33%;*/
    display: inline-block;
    vertical-align: top;
}
article.box.post img {
    /*margin: -2em 0 2em -2em;
    width: calc(100% + 4em);*/
    display: block;
    border-radius: 0.5em 0.5em 0px 0px;
    margin: 0px auto 20px auto;
}


article.box.post p {
    font-family: "Lato", Helvetica, sans-serif;
    color: #646464;
}
.row2-wrapper a.button {
    border: solid 1px rgba(144, 144, 144, 0.25) !important;
    color: #545454 !important;
    font-size: 0.8em;
    line-height: 3.5em;
    height: 3.5em;
    padding: 0 2em;
    margin-bottom: 0;
}
.row2-wrapper a.button:hover {
        background-color: rgba(144, 144, 144, 0.075);
    color: #545454 !important;
}

ul.icons span {
    display: none;
}

.row3-wrapper {
    background: #f2f2f2;
    padding: 5em 0 3em 0;
}

.row3-wrapper .inner-container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1200px !important;
    padding: 0;
}

.row3-wrapper .inner-container h2 {
    font-size: 2.35em;
    line-height: 1.5em;
    color: #545454;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1em 0;
    letter-spacing: -0.01em;
    font-family: "Lato", Helvetica, sans-serif;
}

.row3-wrapper .inner-container p {
    margin: 0 0 2em 0;
    color: #646464;
    font-size: 16px;
    line-height: 28px;
    font-family: "Lato", Helvetica, sans-serif;
}

.audit .row1-wrapper {
    padding: 5em 0 3em 0;
}

.audit .row1-wrapper .inner-container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1200px !important;
    padding: 0;
}

.contact .row2-wrapper,
.contact .row1-wrapper{
    padding: 5em 0 3em 0;
}

.contact .row2-wrapper .inner-container ,
.contact .row1-wrapper .inner-container {
    padding: 0 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.contact .row2-wrapper .inner-container h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    text-align: center;
    color: #545454;
    font-weight: 700;
    margin: 0 0 1em 0;
    letter-spacing: -0.01em;
    font-family: "Lato", Helvetica, sans-serif;
}

.contact .row2-wrapper .inner-container h3 a {
    color: #545454;
}

.contact .row2-wrapper .inner-container h3 a:hover {
    color: #0199e6 !important;
}



/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 100%) {}


/* Landscape tablet and smaller devices
   ========================================================================== */
   
   
@media (max-width: 1500px) {  
    .marketing-what-we-do .service-block {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
    }
    .marketing-what-we-do .service-block a {
        padding: 0 20px !important;
        font-size: 15px !important;
        margin-top: 35px;
        max-width: 280px !important;
    }
    .marketing-what-we-do {
        padding: 100px 3% 60px;
        max-width: 100%;
        margin: 0 auto !important;
        float: none !important;
        background: #f2f2f2;
    }
    .banner-large {
        padding: 192px 20px;
        position: relative;
        text-align: center;
        margin-top: -1px;
        z-index: 99;
    }
    .banner-large h2 {
        color: #fff;
        font-size: 52px;
        line-height: 65px;
        letter-spacing: -0.65px;
        font-weight: bold;
        font-family: "Lato",Helvetica,sans-serif;
        margin-bottom: 26px;
    }
    ul.actions li a {
        font-size: 16px;
        line-height: 56px;
        height: 56px;
        padding: 0 36px;
        letter-spacing: 1.6px;
    }
    ul.icons li a {
        border: solid 1px rgba(144,144,144,0.25);
        color: #949494 !important;
        display: inline-block;
        font-size: 20px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        width: 55px;
    }   
    ul.actions li {
        display: inline-block;
        padding: 0 16px 0 0;
        vertical-align: middle;
    }
    
    ul.icons li {
        display: inline-block;
        padding: 0 20px 0 0;
    }
    .inner-container {
        padding: 80px 20px 48px; 
    }
    .row1-wrapper h2, .row2-wrapper h2 {
        text-align: center;
        margin: 0 0 37.6px;
        letter-spacing: -0.376px;
        font-size: 37.6px;
        line-height: 56.4px;
        font-family: "Lato",Helvetica,sans-serif;
    }
    .home-page-layout .row1-wrapper .inner-container, .home-page-layout .row2-wrapper .inner-container {
        padding-left: 0;
        padding-right: 0;
        max-width: 1200px !important;
    }
    .row1-wrapper p {
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        margin: -20px 0 30px;
    }
    .what-we-do-wrapper .three-col .feature:before {
        font-size: 36px;
        height: 72px;
        left: 0;
        line-height: 72px;
        top: 0;
        width: 72px;
    }
    .what-we-do-wrapper .three-col .feature {
        text-decoration: none;
        padding-left: 104px;
        position: relative;
        text-align: left;
    }
    .what-we-do-wrapper .three-col .feature h3 {
        margin: 0 0 14px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.25px;
        font-family: "Lato",Helvetica,sans-serif;
    }
    .what-we-do-wrapper .three-col .feature p {
        margin: 0 0 32px;
        text-align: left;
        color: #646464;
        font-size: 16px;
        line-height: 28px;
        padding-top: 1px;
    }
    article.box.post h3 {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.2px;
        font-family: "Lato",Helvetica,sans-serif;
    }

    .row2-wrapper a.button {
        border: solid 1px rgba(144,144,144,0.25) !important;
        color: #545454 !important;
        font-size: 12.8px;
        line-height: 44.8px;
        height: 44.8px;
        padding: 0 25.6px;
        margin-bottom: 10px;
    }
    .blue-wrapper-bg .inner-container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    ul.icons li a {
        font-size: 20px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        width: 55px;
    }
    ul.icons {
        cursor: default;
        list-style: none;
        padding: 0;
        margin: 1px 0 0;
    }
    ul.icons li:last-child {
        padding:0;
    }
}
@media (max-width: 1280px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        background: transparent;
        font-size: 18px;
        line-height: 80px;
        margin-left: 30px;
    }
    .banner-large {
        padding: 147px 20px;
        z-index: 99;
    }
    .banner-large h2 {
        color: #fff;
        font-size: 47.6667px;
        line-height: 59.5833px;
        letter-spacing: -0.476667px;
        margin-bottom: 23px;
    }
    ul.actions li a {
        font-size: 14.6667px;
        line-height: 52px;
        height: 52px;
        padding: 0 33px;
        letter-spacing: 1.46667px;
    }
    ul.icons {
        cursor: default;
        list-style: none;
        padding: 0;
        margin: 1px 0 -2px;
    }
    ul.icons li a {
        font-size: 18.333px;
        height: 50.41px;
        line-height: 50.41px;
        text-align: center;
        width: 50.41px;
    }
    .banner-large ul.actions {
        margin: 0 0 37px;
    }
    .home-page-layout .row1-wrapper .inner-container, .home-page-layout .row2-wrapper .inner-container {
        padding-left: 0;
        padding-right: 0;
        max-width: 960px !important;
    }
    
    .inner-container {
        padding: 74px 20px 44px;
        max-width: 960px !important;
    }
    .row1-wrapper h2, .row2-wrapper h2 {
        text-align: center;
        margin: 0 0 34.4px;
        letter-spacing: -0.344667px;
        font-size: 34.4667px;
        line-height: 51.7px;
        font-family: "Lato",Helvetica,sans-serif;
    }
    .what-we-do-wrapper .three-col .feature:before {
        font-size: 33px;
        height: 66px;
        left: 0;
        line-height: 66px;
        top: 0;
        width: 66px;
    }
    .what-we-do-wrapper .three-col .feature {
        text-decoration: none;
        padding-left: 95.3px;
        position: relative;
        text-align: left;
    }
    .what-we-do-wrapper .three-col .feature h3 {
        margin: 0 0 14px;
        font-size: 18.3px;
        line-height: 27.5px;
        letter-spacing: -0.18px;
        font-family: "Lato",Helvetica,sans-serif;
    }
    .row1-wrapper p {
        font-size: 18.3px;
        line-height: 32.0833px;
        text-align: center;
        margin: -18px 0 24px;
    }
    .row2-wrapper a.button {
        border: solid 1px rgba(144,144,144,0.25) !important;
        color: #545454 !important;
        font-size: 11.73px;
        line-height: 41.0625px;
        height: 41.0625px;
        padding: 0 24px;
        margin-bottom: 10px;
    }
    .blue-wrapper-bg .inner-container {
        max-width: 1112px !important;
        padding-top: 59px;
        padding-bottom: 59px;

    }
    .blue-wrapper-bg ul.actions {
        margin-bottom: 7px;
        margin-top: 28px;
    }
    span.copyright {
        font-size: 11.7333px;
        font-family: "Lato", Helvetica, sans-serif;
        line-height: 26px;
    }
    .footer-container-top {
        color: #949494;
        padding: 80px 0 78px;
        text-align: center;
    }
    ul.menu {
        line-height: 14.6667px;
        list-style: none;
        padding: 1px 0 0;
        margin: 0 0 29px;
        font-size: 14.6667px;
    }
    ul.menu li {
        border-left: solid 1px rgba(144, 144, 144, 0.25);
        display: inline-block;
        margin-left: 14.6667px;
        padding-left: 14.6667px;
        font-size: 14.6667px;
        line-height: 14.6667px;
        font-family: "Lato", Helvetica, sans-serif;
    }
    .footer-container-top ul.footer-socials li a {
        font-size: 18.3333px;
        height: 50.41px;
        line-height: 50.41px;
        text-align: center;
        width: 50.41px;
    }
    .footer-container-top ul.footer-socials {
        margin: 0 0 56px;
        padding: 0;
        cursor: default;
        list-style: none;
        text-align: center;
    }
    .footer-container-top ul.footer-socials li {
        display: inline-block;
        padding: 0 18px 0 0;
    }
}
@media (max-width: 980px) {
    .st-struto-logo a {
        display: none;
    }
    
    .New-wrapper .st-struto-logo a {
        display: block;
    }
    
    .New-wrapper-LP .st-struto-logo a  {
        display:block;
    }
     
    .article-wrapper .article-col{
        margin-left:0 !important;
    }
    
    .New-wrapper .mobile-icon{
        right: 10px !important;
        left: auto;
    }
    
    .mobile-icon {
        cursor: pointer;
        margin: 0;
        background: rgba(103,107,113,0.75);
        border-radius: .5em;
        color: #fff !important;
        content: '\f0c9';
        font-size: 16px;
        height: 36px;
        /*left: .5em;*/
        line-height: 2.25em;
        position: absolute;
        text-align: center;
        top: 8px;
        left:10px;
        /* width: 56px; */
        border: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        background: transparent;
        padding-right: 30px;
        display: block;
        text-align: left;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        background: transparent;
        font-size: 16px;
        line-height: 48px;
        margin-left: 0;
        display: block;
        float: none !important;
        border-top: solid 1px rgba(144, 144, 144, 0.2);
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
        border: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: #545454;
        border: 0;
        font-weight: 700;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        color: #545454;
    }
    
    a.close-icon {
        display: none !important;
    }
    .marketing-what-we-do .service-block {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        width: 100%;
        margin: 0 0 20px;
    }
    .footer-powerful-cta {
        width: 100% !important;
        padding: 0;
    }
    .footer-recent-blog {
        margin: 0 !important;
        padding: 0;
        width: 100% !important;
    }
    .footer-downloads {
        width: 100% !important;
        margin: 0 !important;
        padding: 0;
    }
    .banner-large h2 {
        color: #fff;
        font-size: 52px;
        line-height: 65px;
        letter-spacing: -0.52px;
        margin-bottom: 26px;
    }
    .banner-large {
        padding: 192px 20px;
        z-index: 99;
    }
    ul.actions li a {
        font-size: 16px;
        line-height: 56px;
        height: 56px;
        padding: 0 36px;
        letter-spacing: 1.6px;
    }
    ul.icons li a {
        font-size: 20px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        width: 55px;
    }
    ul.icons {
        cursor: default;
        list-style: none;
        padding: 0;
        margin: 4px 0 0px;
    }
     .inner-container {
        padding: 80px 20px 48px;
        max-width: 960px !important;
        width: 90% !important;
    }
    .row1-wrapper h2, .row2-wrapper h2 {
        text-align: center;
        margin: 0 0 37.6px;
        letter-spacing: -0.376px;
        font-size: 37.6px;
        line-height: 56.4px;
        font-family: "Lato",Helvetica,sans-serif;
    }
    .row1-wrapper p {
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        margin: -20px 0 24px;
    }
    .what-we-do-wrapper .three-col {
        padding: 40px 0 0;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .what-we-do-wrapper .three-col .feature {
        text-decoration: none;
        padding-left: 0;
        position: relative;
        text-align: center;
    }
    .what-we-do-wrapper .three-col .feature p {
        margin: 0 0 32px;
        text-align: center;
        color: #646464;
        font-size: 16px;
        line-height: 28px;
        padding-top: 1px;
        padding: 0 32px;
    }
    .what-we-do-wrapper .three-col .feature h3 {
        margin: 0 0 14px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.2px;
        font-family: "Lato",Helvetica,sans-serif;
    }
    .what-we-do-wrapper .three-col .feature:before {
        font-size: 45px;
        height: 90px;
        left: 0;
        line-height: 90px;
        position: relative;
        text-align: center;
        top: 0;
        width: 90px;
        margin: 0 0 25px;
    }
    article.box.post {
        min-height: auto;
        margin-bottom: 40px;
    }
    .article-wrapper .article-col {
        padding: 0 0 0 0px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    span.copyright {
        font-size: 12.8px;
        font-family: "Lato", Helvetica, sans-serif;
        line-height: 28px;
    }
    ul.menu {
        line-height: 16px;
        list-style: none;
        padding: 1px 0 0;
        margin: 0 0 32px;
        font-size: 16px;
    }
    ul.menu li {
        border-left: solid 1px rgba(144, 144, 144, 0.25);
        display: inline-block;
        margin-left: 16px;
        padding-left: 16px;
        font-size: 16px;
        line-height: 16px;
        font-family: "Lato", Helvetica, sans-serif;
    }
    .footer-container-top {
        color: #949494;
        padding: 80px 0 79px;
        text-align: center;
    }
    .row3-wrapper .inner-container {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 1200px !important;
        padding: 0;
        width: 90% !important;
    }
    .audit .row1-wrapper .inner-container {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 1200px !important;
        padding: 0;
        width: 90% !important;
    }
    .contact .row2-wrapper .inner-container ,
    .contact .row1-wrapper .inner-container {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 1200px !important;
        padding: 0;
        width: 90% !important;
    }
    }


@media (max-width: 767px) {
    .inner-container {
        max-width: 100% !important;
        margin: 0 auto !important;
        width: 100% !important;
        float: none !important;
        padding: 48px 20px 16px;
        text-align: center;
    }
    .inner-container img {
        display: block;
        float: none !important;
        margin: 20px auto;
    }
    .banner-large {
        padding: 80px 32px 64px;
        position: relative;
        text-align: center;
        margin-top: -1px;
        z-index: 99;
    }
    .banner-large .inner-container h1 {
        margin: 0 0 16px;
        font-size: 32px;
        letter-spacing: -0.65px;
        line-height: 40px;
        color: #ffffff;
    }
    .banner-large .inner-container span {
        margin-bottom: 52.5px;
        font-size: 17.6px;
        line-height: 28px;
        }
        .contact-details-wrapper .inner-container,
    .contactpage-form-wrapper .inner-container{
        text-align: left;
    }
    .contact-details-block .widget-type-linked_image {
        float: left;
        width: 45px !important;
    }
    .contact-details-block .widget-type-rich_text {
        float: left;
        padding-left: 20px;
        width: calc(100% - 45px) !important;
    }
        .inside-cta-wrapper .widget-type-linked_image {
        float: none;
    }
    .marketing-what-we-do {
        padding: 0px 3% 60px;
    }
    .clients-strip .widget-type-linked_image {
        height: 70px;
        margin: 50px 0 !important;
        width: 100% !important;
        text-align: center;
    }
    .featured-blog-section .blogpost-feat-img {
        display: none !important;
    }
    .featured-blog-section .blogpost-content {
        display: block !important;
        padding-right: 0 !important;
        width: 100% !important;
    }
    .subscribe-filter-div .widget-type-blog_subscribe {
        display: none !important;
    }
    .blog-listing-wrapper .post-listing .post-item {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 0;
        background: #fff;
        padding: 40px;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 40px;
        min-height: 500px;
    }
    .blog-body-wrapper {
        padding: 0 0% 0px;
    }
    .recommended-blog-wrapper .widget-module ul li {
            display: block;
        float: none;
        list-style-type: none;
        margin-right: 0px !important;
        width: 100%;
        margin-bottom: 30px !important;
    }
    .blog-postbody .sharingmodule {
        display: none;
    }
    .blog-postbody .post-body {
        float: none;
        padding-right: 0px;
        width: 100%;
        text-align: left;
    }
    .hs-blog-post .post-content {
        display: block;
        padding: 0px 0 0;
        width: 100%;
    }
    .mobi-share {
            background-color: #ed4f7e;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-top-left-radius: 4px;
        cursor: pointer;
        display: block !important;
        float: right;
        margin: 35px -32px 0 0;
        padding: 13px 10px 12px 15px;
        width: 149px;
        text-align: left;
    }
    
    .mobi-share span {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 0;
    }
    .mobi-share span i.fa {
        color: #fff;
        font-size: 30px;
        margin: 0 0 0 10px;
        position: absolute;
    }
    .mobi-share ul {
        border: 1px solid #ccc;
        background: #d24771;
        display: none;
        margin: -204px 5px -11px 0;
        padding: 0;
        position: absolute;
        right: -5px;
        width: 130px;
    }
    .mobi-share ul li {
        border-bottom: 1px solid #ccc;
        list-style-type: none;
    }
    .mobi-share ul li a {
        display: block;
        font-family: inherit;
        font-size: 14px;
        line-height: 20px;
        padding: 9px 0;
        text-align: center;
        text-decoration: none;
    }
    .mobi-share:hover {
        background-color: #d24771;
    }
    .mobi-share ul li a:hover {
        background-color: #ed4f7e;
    }
    .blog-post .banner-large {
        padding-bottom: 0;
    }
    h1 {
        margin-top: 20px;
    }
    
     ul.accreditions li img {
        display: block;
        margin: 0 auto;
    }
     ul.accreditions li:nth-child(-n+3) {
        margin: 0 0 10px 0;
        width: 33.333%;
    }
     ul.accreditions {
        width: 480px;
        max-width:100%;
    }
    .careers-outer-wrapper {
        padding-bottom: 50px;
    }
    
    .blog-post-custom-header .blog-post-feat-imgg{
      float: none;
    }
    .blog-post-header {
        display: block;
        padding: 30px 0 0 0px;
        width: 100%;
    }
    .service-bloko .row-fluid .span9 {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
    .service-bloko .widget-type-linked_image {
        display: block;
        float: none;
    }
    .service-bloko .widget-type-linked_image img{
            margin: 20px 0 0 0px;
    }
    .who-we-do-block {
        padding: 20px 0px 50px !important;
    }
    .what-ever {
        background-color: #f1f1f1;
        padding: 30px 20px 20px;
    }
    .banner-large h2 {
        color: #fff;
        font-size: 2em;
        letter-spacing: -0.52px;
        margin-bottom: 26px;
        line-height: 1.25em;
        margin: 0 0 0.5em 0;
        padding: 0;
    }
    ul.actions li a {
        font-size: 0.8em;
        line-height: 3.5em;
        height: 3.5em;
        padding: 0 2.25em;
        letter-spacing: 1.6px;
    }
    ul.actions li a {
        font-size: 0.8em;
        line-height: 3.5em;
        height: 3.5em;
        padding: 0 2.25em;
        letter-spacing: 1.6px;
    }
    ul.icons li {
        display: inline-block;
        padding: 0 0.75em 10px 0;
    }
    
    .row1-wrapper h2, .row2-wrapper h2 {
        text-align: center;
        margin: 0 0 24px;
        letter-spacing: -0.01em;
        font-size: 1.5em;
        line-height: 1.5em;
        font-family: "Lato",Helvetica,sans-serif;
    }
    .row1-wrapper p {
        font-size: 1em;
        line-height: 1.5em;
        text-align: center;
        margin: -1em 0 1.25em 0;
    }
    
    .what-we-do-wrapper .three-col .feature h3 {
        margin: 0 0 0.7em 0;
        font-size: 1.1em;
        line-height: 1.5em;
        letter-spacing: -0.2px;
        font-family: "Lato",Helvetica,sans-serif;
    }
    
    .home-page-layout .row1-wrapper .inner-container, .home-page-layout .row2-wrapper .inner-container {
        padding-left: 0;
        padding-right: 0;
        max-width: 960px !important;
        width: 90% !important;
    }
    
    .what-we-do-wrapper .three-col .feature:before {
        font-size: 2.25em;
        height: 2em;
        left: 0;
        line-height: 2em;
        position: relative;
        text-align: center;
        top: 0;
        width: 2em;
        margin: 0 0 0.7em 0;
    }
    .footer-container-top {
        color: #949494;
        padding: 2em 0;
        text-align: center;
    }
    ul.icons li a {
        font-size: 0.9em;
        height: 2.75em;
        line-height: 2.75em;
        text-align: center;
        width: 2.75em;
    }
    
    .New-wrapper-LP .smm-header-wrapper{
        position: initial;
    }


}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 481px) {
      ul.accreditions li{
        margin: 0 0 10px 0;
        width: 100% !important;
    }
     ul.accreditions {
        max-width: 480px;
        width: 100%;
    
    }
    ul.actions li > * {
        margin: 0 !important;
        width: 100%;
    }
    ul.actions li {
        display: block;
        padding: 1em 0 0 0 !important;
        text-align: center;
        width: 100%;
    }
    .banner-large ul.actions {
        width: 100%;
    }
    
    .New-wrapper-LP .smm-header-wrapper{
        position: initial;
    }
    
}

/************************new LP page codes starts here***************************/

.new-lp-body-class{
    margin:0px;
}

.lp-logo img{
    margin-left: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.lp-banner-wrapper{
    background-image: url(https://cdn2.hubspot.net/hubfs/1573882/Pebble%20New/Images/overlay.png),url(https://cdn2.hubspot.net/hubfs/1573882/Pebble%20New/Images/banner.jpg);
    background-attachment: scroll,fixed;
    background-color: #494d53;
    background-position: top left,center center;
    background-repeat: repeat,no-repeat;
    background-size: auto,cover;
    padding: 80px 15px; 
}

.lp-banner-text,
.lp-banner-text h1, 
.lp-banner-text h2, 
.lp-banner-text h3, 
.lp-banner-text h4, 
.lp-banner-text h5, 
.lp-banner-text h6,
.lp-banner-text p,
.lp-banner-text a {
    margin: 0px;
    color: #fff;
    line-height:1;
    font-size: 40px;
    text-align: center;
}

.lp-footer-text p {
    background-color: #f2f2f2;
    text-align: center;
    margin: 0px;
    font-size: 13px;
    padding: 10px 15px 6px;
}

.lp-form {
    background-color: #f3f3f3;
    padding: 20px 20px 30px;
    width: 100%;
}

.lp-form h3 {
    color: #545454;
    text-align: center;
    font-size: 24px;
    margin: 0px 0px 20px;
}

.lp-form .hs-error-msgs label {
    font-size: 12px;
    color: #ff0000;
}

.lp-form input:focus {
        outline: -webkit-focus-ring-color auto 0px !important;
}

.lp-form .hs-error-msgs {
    margin:0px;
}

.lp-content h2 {
    font-size: 38px;
    color: #545454;
}


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

.lp-content-wrapper{
   padding: 60px 15px; 
}

.lp-form .hs_submit input {
    padding: 10px 30px !important;
    letter-spacing: 0.8px;
    font-size: 18px !important;
    font-family: Lato, Helvetica, sans-serif !important;
}

.lp-content p{
    text-align: justify;
}

.lp-img{
    text-align:center;
}

.smm-header-wrapper1 .row-fluid [class*="span"]{
    min-height: 0px !important;
}

/*****************************Responsive Code Starts Here***********************************/

/************** ipad rotate ***************/
@media (max-width: 1080px) {
    .lp-logo img {
         margin-left:0px;
    }  
}

/************** ipad ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}

/************** iphone rotate***************/
@media (max-width: 767px) {
    .lp-banner-text h1{
         line-height: 50px;
    }   
     
    .lp-content-wrapper {
        padding: 40px 15px;
    }
    
    .lp-form-wrapper {
        padding-top: 60px;
    }
    
    .typ-banner-text h1{
        line-height: 50px;
    }
    
    .typ-content-wrapper {
        padding: 40px 15px 20px !important;
    }
    
    .typ-content-text h2 {
        font-size: 32px !important;
        line-height: 45px;
    }
    
    .lp-content h2 {
        font-size: 32px;
        line-height: 45px;
    }
    
    .New-wrapper .smm-header-wrapper1{
        width: 100% !important;
    }
    
    .new-blog .blog-listing-wrapper .post-listing .post-item{
        padding:20px;
    }
    
    .new-blog .bottom-subscription .inner-container .widget-type-blog_subscribe .hs-form-field input{
        width: 100% !important;
        max-width: 100%;
    }
    
    .new-blog .bottom-subscription .inner-container .widget-type-blog_subscribe .hs_submit input.hs-button{
        width:100% !important;
    }
    
    .new-blog .bottom-subscription .hs_email{
        width: 100% !important;
        padding-bottom:10px;
    }
    
    .new-blog-post .mobi-share{
        float: right;
    }
    
     .new-blog-post .post-body ul {
        padding: 0px 0px 0px 10px;
    }
    
    .new-blog-post .recommended-blog-wrapper .inner-container{
        padding: 20px 20px 20px 20px !important;
    }
    
    .new-blog  .recommended-blog-wrapper .inner-container{
        padding: 20px 20px 20px 20px !important;
    }
    
    
}


/************** iphone ***************/
@media (max-width: 479px) {
    .lp-content h2 {
        font-size: 32px;
        line-height: 40px;
    }
        
    .lp-footer-text p{
        font-size: 12px;
    }
    
    .new-blog .bottom-subscription .inner-container .widget-type-blog_subscribe .hs-form-field input{
        width: 100% !important;
    }
    
    .new-blog .bottom-subscription .inner-container .widget-type-blog_subscribe .hs_submit input.hs-button{
        width:100% !important;
    }
    
    .new-blog .bottom-subscription .hs_email{
        width: 100% !important;
        padding-bottom:10px;
    }
    
    .new-blog-post .post-body ul {
        padding: 0px 0px 0px 10px;
    }
    
    .new-blog-post .recommended-blog-wrapper .inner-container{
        padding: 20px 20px 20px 20px !important;
    }
    
    .new-blog  .recommended-blog-wrapper .inner-container{
        padding: 20px 20px 20px 20px !important;
    }
    
    
}

/*****************************Responsive Code Ends Here***********************************/


/**************************new LP page codes ends here****************************/


/**************************new TYP page codes starts here****************************/
.typ-banner-text {
    padding-top: 40px;
}

.typ-content-wrapper {
    padding: 60px 15px 20px;
}

.typ-content-text h2 {
    font-size: 38px;
}

.typ-banner-wrapper {
    background-image: url(https://cdn2.hubspot.net/hubfs/1573882/Pebble%20New/Images/overlay.png),url(https://cdn2.hubspot.net/hubfs/1573882/Pebble%20New/Images/banner.jpg);
    background-attachment: scroll,fixed;
    background-color: #494d53;
    background-position: top left,center center;
    background-repeat: repeat,no-repeat;
    background-size: auto,cover;
    padding: 80px 15px;
}

.typ-content-text p {
    text-align: justify;
}

.typ-banner-text h1 {
    margin: 0px;
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.New-wrapper .smm-header-wrapper1{
    width:100%;
}

.New-wrapper-LP .smm-menu-wrapper{
    display:none;
}

.smm-header-wrapper1.topStickyCustomClass .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #646464;
 }

.smm-header-wrapper1.topStickyCustomClass .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #0199e6;
}

 .smm-header-wrapper1.topStickyCustomClass{
     background-color:#fff;
     box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}

.smm-header-wrapper1 .row-fluid [class*="span"]{
    min-height: 0px !important;
}

.row-fluid [class*="span"] {
    min-height: 0px !important;
}

/**************************new TYP page codes ends here****************************/


/*********New Blog style starts here***************/


.new-blog .featured-blog-section .blogpost-content .post-header h1{
    text-align:center;
}


.new-blog .featured-blog-section .blogpost-content .post-body *{
    text-align:center;
}

.new-blog .featured-blog-section .blogpost-content, 
.new-blog .featured-blog-section .blogpost-feat-img{
    width: 100%;
    float: none;
}

.new-blog .blog-list-header .inner-container *{
    text-align:center;
}

.new-blog .gsc-input-box {
    border: 0px!important;
    box-shadow: none!important;
}


.new-blog .blog-pagination{
    text-align:center;
}

.new-blog .blog-listing-wrapper .post-listing .post-item{
    background: rgba(0, 0%, 0%, 0.3) !important;
    min-height: 400px;
}

.new-blog .blog-list-content-only p{
    margin: 0px 0px 10px 0px;
    color:#fff;
}

.new-blog .blog-list-content .post-header h1{
    color:#fff;
}

.new-blog .post-header .blog-author-list p{
    color:#fff;
}

.new-blog .banner-bgrs .inner-container, 
.new-blog-post .banner-post-bgrs .inner-container-post{
    background-color: rgba(0,0,0,0.43);
    padding: 100px 0;
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.new-blog .post-item .blog-list-content .post-header{
    min-height: 200px;
}

.new-blog .hs-form-field ul.hs-error-msgs.inputs-list, .new-blog .hs-form-field ul.hs-error-msgs.inputs-list{
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    margin: 0px;
}

.new-blog .bottom-subscription .hs_email.hs-form-field input{
    width: 100% !important;
}

.new-blog .bottom-subscription .hs_email {
    width: 60%;
    float: left;
}

.new-blog .bottom-subscription .inner-container .widget-type-blog_subscribe .hs-form-field input:focus {
   outline-offset: 0px;
   outline: -webkit-focus-ring-color auto 0px;
}

.new-blog .subscribe-filter-div .widget-type-blog_subscribe .hs-form-field input:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-offset: 0px;
}

.new-blog .bottom-subscription .inner-container .widget-type-blog_subscribe .hs_submit input.hs-button:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-offset: 0px;
}

.new-blog .widget-type-blog_subscribe ul.hs-error-msgs.inputs-list li label, 
.new-blog .search-subscribe-block ul.hs-error-msgs.inputs-list li label {
    color: red !important;
    font-size:12px !important;
}

.new-blog .post-header a{
    border: 0px;
}

.new-blog .recommended-blog-wrapper .widget-module ul li:last-child{
    margin-right:0px;
}

.new-blog .bottom-subscription .inner-container h3{
    font-weight: 200;
    margin-top: 20px;
}

.new-blog .recommended-blog-wrapper h3{
    font-size: 32px;
    margin-bottom: 25px;
}

.new-blog-post .recommended-blog-wrapper h3{
    font-size: 32px;
    margin-bottom: 25px;
}

.new-blog .recommended-blog-wrapper .inner-container {
    padding: 20px 20px 20px 60px;
}

.new-blog-post .recommended-blog-wrapper .inner-container {
    padding: 20px 20px 20px 60px;
}

.new-blog .blog-listing-wrapper .post-listing .post-item:nth-child(even){
    margin-left: 30px;
}

.new-blog-post .post-content p{
    padding-bottom: 10px;
    margin: 0px;
}

.new-blog .featured-blog-section .feat-blog-listing-wrapper .post-item:nth-of-type(1){
    width: 60%;
    margin: 0px auto;
}

.new-blog-post .featured-blog-section .feat-blog-listing-wrapper .post-item:nth-of-type(1){
    width: 60%;
    margin: 0px auto;
}

.new-blog-post .blog-post-header{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.new-blog-post .blog-post-header .section.post-header h1{
    text-align:center;
}

.new-blog-post .post-date p {
    text-align: center;
}

.new-blog-post .page-center{
    width: 100%;
    float: none;
    max-width: 1050px !important;
    margin: 0px auto;
}

.new-blog-post .blog-postbody .sharingmodule{
    position: absolute;
    right: 0;
}

.new-blog-post .blog-postbody .inner-container{
    position: relative;
}

.new-blog .blog-body-wrapper a.more-link:hover {
    border:1px solid #fff !important;
}




/*********New Blog style ends here***************/




/********responsive code starts here*******/
    
/************** ipad ***************/
@media (max-width: 1080px) {
    
    .banner-large {
        padding: 120px 20px 0px !important;
    }

    .blog-banner-post .post-item .post-header h2 {
        line-height: 30px !important;
    }
    
    
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

    
    .blog-banner-post .post-item-left {
        float: none;
        width: 100%;
        padding-right: 0px; 
    }
    
    .blog-banner-post .post-item-right {
        width: 100%;
        float: none;
        padding: 30px 0px;
        display: inline-block;
    }
    
}

/************** iphone roatate***************/
@media (max-width: 767px) {

    .blog-banner-post .post-item-left {
        float: none !important;
        width: 100% !important;
        padding-right: 0px !important; 
    }
    
    .blog-banner-post .post-item-right {
        width: 100% !important;
        float: none!important;
        padding: 30px 0px !important;
        display: inline-block !important;
    }
    
    .blog-banner-post .post-item {
        text-align : center !important;
    }
    
    .blog-banner-post .blog-listing-wrapper .post-listing .post-item .post-header h2 a {
        text-align:center;
        font-size: 28px;
    }
    
    .blog-banner-post .post-body * {
        text-align:center;
    }
    
    .blog-banner-post div#hubspot-author_data {
        padding: 10px;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }
    
    .blog-banner-post .post-item .post-header h2 {
        text-align: center !important;
    }
    
    
    .blog-banner-post a.more-link {
        display: block;
        margin: 0 auto;
        width: 170px;
    }
    
    
    
}


/************** iphone ***************/
@media (max-width: 479px) {


}






ul.pagination li {
    list-style: none;
    float: left;
}

ul.pagination {
    float: left;
    width: 100%;
    padding: 0px;
    text-align: center;
}


nav.pagination-outer {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 50%;
}

.blog-pagination nav.pagination-outer a{
    border-top: 2px solid rgba(144,144,144,0.25) !important;
    border-bottom: 2px solid rgba(144,144,144,0.25) !important;
    border-radius: 0px !important;
}

.blog-pagination nav.pagination-outer .fst-pageng a{
    border-top: 2px solid rgba(144,144,144,0.25) !important;
    border-bottom: 2px solid rgba(144,144,144,0.25) !important;
    border-right: 1px solid rgba(144,144,144,0.25)!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px !important;
    border-left: 2px solid rgba(144,144,144,0.25) !important;
}

.blog-pagination nav.pagination-outer .last-pageng a{
    border-top: 2px solid rgba(144,144,144,0.25) !important;
    border-bottom: 2px solid rgba(144,144,144,0.25) !important;
    border-left: 1px solid rgba(144,144,144,0.25)!important;
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px !important;
    border-right: 2px solid rgba(144,144,144,0.25) !important;
}

.blog-pagination nav.pagination-outer li.active a{
    background-color: rgba(144,144,144,0.075) !important;
    color: #545454 !important;
}

.blog-pagination nav.pagination-outer li :focus {
    outline: -webkit-focus-ring-color auto 0px;
}


.outer-author {
    width: 100%;
    float: none;
    max-width: 75%;
    margin: 0 auto;
}

.outer-author .hs-author-avatar {
    width: 20%;
    float: left;
    text-align: center;
}

.outer-author .hs-author-avatar img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
}
.outer-author .hs-author-bio {
    float: left;
    width: 70%;
    line-height: 27px;
    padding-bottom: 20px;
}

.outer-author .hs-author-name {
    margin-top: 0;
    font-weight: bold;
    color: #1e75ba !important;
    text-transform: capitalize;
    font-size: 44px;
    font-weight: normal;
    margin-bottom: 0px;
}



/************ 404 Error page INB starts**********/
.wrapper-404-outer {
    text-align:center;
    padding-top:100px;
    background-image: url(https://cdn2.hubspot.net/hubfs/1573882/Pebble%20New/Images/overlay.png),url(https://cdn2.hubspot.net/hubfs/1573882/Pebble%20New/Images/banner.jpg);
    background-attachment: scroll,fixed;
    background-color: #494d53;
    background-position: top left,center center;
    background-repeat: repeat,no-repeat;
    background-size: auto,cover;
    color: #d1d2d4;
    padding: 12em 0;
    position: relative;
    text-align: center;
    margin-top: -1px;
    z-index: 99;

}
.wrapper-404-outer .inner-container {
    padding:0px !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 940px !important;
}
.wrapper-404-outer h1{
    color: #fff;
    font-family: "brandon-grotesque";
    font-size: 32px;
    line-height: 46px;
    margin: 20px auto 10px;    
    font-weight: 900;
    text-transform: uppercase;
}
    
.wrapper-404-outer p {
    font-size: 18px;
    line-height: 26px;
    color:#fff;
    margin: 0 auto;
    padding: 0 80px;
}

#animateSearch{
    display: block;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-top: 132px;
    border: 4px solid white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 100px;
    background-color: white;
    background-image: url('//cdn2.hubspot.net/hubfs/1573882/Pebble_V1/icons-404.png');
    text-align: center;
    background-size:cover;
}

.search-block-outer { 
    float: none !important;
    display: block !important;
    margin: 40px auto !important;
    max-width: 450px;
    width: 100%;    
}

.search-block-inner .search-heading * {
    color: white;
    font-family: "brandon-grotesque";
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;   
}

.search-block-inner .gsc-control-cse {
    height: 60px;
    background-color:transparent !important;
    margin-bottom:80px;
    border:none !important;
    padding: 0 !important;
}

.search-block-inner .gsc-control-cse input {
    height: 60px !important;
}

.search-block-inner table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.search-block-inner .gsc-input input{
   margin: 0 !important; 
   background-image: none !important;
   border-radius: 4px 0 0 4px !important;
}

.search-block-inner input.gsc-search-button { 
    background-color: #ed4f7e !important;
    border-color: #dd4e0c;
    color:#fff !important;
    display: inline-block;
    margin: 0 !important;
    width: 150px !important;
    border-radius: 0 4px 4px 0 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
}

.search-block-inner input.gsc-search-button:hover {
    background-color: #d24771 !important;
    cursor:pointer;
} 

td.gsc-clear-button {
    display: none !important;
}

.search-block-inner .search-heading * {
    font-size: 24px;
    line-height: 20px;
}










/************ 404 Error page INB ends**********/

.html-menu {
    text-align: left;
    border-bottom: 1px solid #000; 
}     

.html-menu .inner-container{
    max-width: 940px !important; 
}

.html-menu a{
    color: #000;
    width: auto !important;
    border-bottom: dotted 0px;
    display: inline-block !important; 
    cursor: pointer;
}

.html-menu a:hover{
    color: #0199e6;
}

.html-menu li{
    padding: 10px 0px;
}










