/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdn2.hubspot.net/hubfs/112657/Marsdenmarketing%20Mar2017/CSS/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700&#038;ver=4.7.3');
@import url('//fonts.googleapis.com/css?family=Raleway%3A400%2C500%2C600&#038;ver=4.7.3');
@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,900,700,600italic,700italic,600,400italic,300italic,200italic,300,200&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Gloria+Hallelujah);

/* MarsdenMarketing_Mar2017-modules.css is required to address style issues with the default modules and responsive grid layout */
/* 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: 990px) {
    .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; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

*, *: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;
}

html {
    font-family: sans-serif;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: #fff;
  color: #333;
  font-family: 'Titillium Web', sans-serif, arial;
  font-size: 16px;
  line-height: 1.42857143;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 970px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
    line-height: 24px;
    margin: 0 0 20px;
}
small {}
strong {
    font-weight: 600;
}
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 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 10px 0 5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 72px;
}
h2 {    
    font-size: 60px;
}
h3 {
    font-size: 48px;
}
h4 {
    font-size: 36px;
}
h5 { 
    font-size: 24px;    
}
h6 {
    font-size: 18px;
}

/* Anchor Links */
a { color: #f28100; text-decoration: none; }
a:hover, a:focus { color: #820000; text-decoration: underline; }

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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. 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 {}


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

.header-container-wrapper {}
.header-container {
    min-height: 110px !important;
}

.custom-header-group {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    background: #fff;
    z-index: 9999;
}

.custom-header-group:after {
    content: "";
    width: 64%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.custom-header-group .page-center {
    max-width: 1170px !important;
    padding: 0;
}

.custom-header-logo {
    position: relative;
    min-height: 110px !important;
}

.custom-header-logo img {
    margin: 9px 0 0 -24.9px;
    max-width: 234px;
    position: relative;
    z-index: 2;
}

.custom-head-triangle {
    background: url(//cdn2.hubspot.net/hubfs/112657/Marsdenmarketing%20Mar2017/Images/web-r12.png) no-repeat #fff!important;
    height: 110px !important;
    background-color: #fff;
    width: 138px !important;
    border: 0px !important;
    border-width: 0px !important;
    display: block;
    border-style: solid;
    border-width: 80px 0 0 80px;
    position: absolute;
    left: auto;
    right: -2px;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-color: transparent transparent transparent #4d738a;
    z-index: 0;
}





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

.body-container-wrapper {}
.body-container {
    padding-top: 10px;
    padding-top: 40px;
}

.body-container .page-center {
    padding: 15px;
}

.body-container .hs_cos_wrapper_type_rich_text ul,
.body-container .hs_cos_wrapper_type_raw_html ul {
    margin: 0 0 10px;
}


.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}





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

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

.footer-container .widget-span.widget-type-raw_jinja {
    min-height: 0;
}

.custom-footer-group {
    background: #333;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.custom-footer-group h3,
.custom-footer-group h5,
.custom-footer-group h6 {
    color: #FF6920;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 10px 0 5px;
}

.custom-footer-group p {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
}

.custom-footer-group a {
    color: #f28100;
    text-decoration: none;
}

.custom-footer-group a:hover {
    color: #820000;
    text-decoration: none;
}

.custom-footer-group .page-center {
    padding: 59px 15px 0;
}

.custom-ft-top-group ul {
    padding: 0;
    margin: 7px 0 0;
    list-style: none;
}

.custom-ft-top-group {
    min-height: 556px !important;
}

.custom-ft-top-group ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-ft-top-group ul li a {}

.custom-ft-top-group ul li a,
.custom-ft-top-group ul li a:hover {
    color: white;
    text-decoration: none;
}

.custom-ft-top-group .widget-module > ul li {
    border-bottom: 1px solid #eee;
    list-style-type: none;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.custom-ft-topcol-group {
    padding: 0;
}

.custom-ft-subscribe {
    position: relative;
}

.custom-ft-subscribe form.hs-form {
    margin: 0 0 18px;
    padding: 25px 0 0;
}

.custom-ft-subscribe .hs-form-field > label {
    display: none !important;
}

.custom-ft-subscribe .hs-input {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    background: #ffffff;
    border: 1px solid #000000;
    max-width: 500px;
    width: 89%;
    min-height: 32px;
    margin: 4px 0 0 0;
    padding: 0;
}

.custom-ft-subscribe .hs-input::-webkit-input-placeholder {
    color: #bfc5d5;
    opacity: 1;
}
.custom-ft-subscribe .hs-input:-moz-placeholder {
    color: #bfc5d5;
    opacity: 1;    
}
.custom-ft-subscribe .hs-input::-moz-placeholder {
    color: #bfc5d5;
    opacity: 1;    
}
.custom-ft-subscribe .hs-input:-ms-input-placeholder {
    color: #bfc5d5;
    opacity: 1;    
}

.custom-ft-subscribe form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
    height: auto;
    background-color: #fdd2d0;
    font-size: 11px;
    border: 1px solid #fcb3af;
    padding: 8px 16px 8px 10px !important;
    color: #000;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
    background-image: -webkit-linear-gradient(#fefefe,#fdd2d0);
    background-image: -moz-linear-gradient(#fefefe,#fdd2d0);
    background-image: -o-linear-gradient(#fefefe,#fdd2d0);
    background-image: linear-gradient(#fefefe,#fdd2d0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    -ms-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    z-index: 99999;
    line-height: 24px;
    margin: 0 -8px !important;
    position: absolute;
    top: 5px;
}

.custom-ft-subscribe form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs:after {
    content: "";
    border: 10px solid;
    border-color: #fdd2d0 transparent transparent;
    bottom: -17px;
    display: block;
    height: 0;
    left: 60px;
    position: absolute;
    width: 0;
}

.custom-ft-subscribe form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs > li > label {
    font-family: Lucida Grande,Lucida Sans Unicode,bitstream vera sans,trebuchet ms,verdana,sans-serif;
    margin: 0;
    color: #000;
    font-size: 11px;
    line-height: 13px;
    font-weight: 300;
}

.custom-ft-subscribe .hs-button.primary, 
.custom-ft-subscribe input[type="submit"], 
.custom-ft-subscribe input[type="button"] {
    background: #ff6920;
    border: 0 none;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    width: 100px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    font-weight: normal;
    font-family: "Titillium Web",sans-serif;
    outline: none;
}

.custom-ft-subscribe .hs-button.primary:hover,
.custom-ft-subscribe input[type="submit"]:hover,
.custom-ft-subscribe input[type="button"]:hover {
    background: #ff6920;
}

.custom-ft-wbenc-logo img.hs-image-widget {
    margin: 40px 0 0;
    width: 150px !important;
}

.custom-ft-top-thirdcol ul {
    margin: 0 0 10px;
}

.custom-ft-top-thirdcol ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    white-space: normal;
    padding: 5px 0;
    margin: 0;
}

.custom-ft-socialsharing {
    margin: 0 0 10px !important;
    padding: 0;
}

.custom-ft-socialsharing li {
    display: inline-block;
    margin: 5px 3.5px 13px !important;
}

.custom-ft-socialsharing li a {
    color: #000;
    font-size: 22px;
    line-height: 24px;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-ft-socialsharing li a i {
    color: #000;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.custom-ft-socialsharing li a:hover i {
    color: #f28100;
}

.custom-ft-address p {
    line-height: 24px;
    margin: 10px 0 20px;
}


.custom-ft-copyright {
    text-align: center;
    padding: 40px 0 20px;
}

.custom-ft-copyright p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    opacity: 0.5;
    margin: 0;
    padding: 0;
}

.custom-ft-copyright p span a {
    color: #fff !important;
}

.custom-ft-copyright a {
    color: #FF6920;
    text-decoration: none !important;
}

.custom-ft-copyright a:hover {
    color: #FF6920;
    text-decoration: none !important;
}

.custom-ft-copyright a[href="http://marsdenmarketing.com/sitemap.xml"] {
    color: #f28100;
}

.custom-ft-copyright a[href="http://marsdenmarketing.com/sitemap.xml"]:hover {
    color: #820000;
}


#back-to-top {
    position: fixed;
    z-index: 50;
    bottom: 30px;
    right: 30px;
    display: none;
    width: 45px;
    height: 41px;
    background: #c1c1c1;
    background: rgba(193, 193, 193, 0.8);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 0;
    color: transparent;
}

#back-to-top:hover {
    background-color: #f28100;
}

#back-to-top i:before {
    color: #fff !important;
    font-size: 24px;
    top: 8px;
    left: 11px;
    position: absolute;
}



/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

.custom-menu-primary {
    padding: 0 15px 0 0;
    background: #000;
    min-height: 110px !important;
}

@media (min-width: 1280px) {    

    .custom-menu-primary {
        width: calc(100% - 31.623932%) !important;
        margin-left: 0 !important;
    }
    
}


/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 60px 0 0;
    margin: 15px 0 0;
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul li a {
    font-family: 'Titillium Web', sans-serif;  
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    outline: none;
    text-decoration: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #ffffff;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px;
    display: flex;
    align-items: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #f28100;
    text-decoration: none;    
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    list-style: none;
    font-size: 14px;
    min-width: 160px;
    left: auto !important;
    right: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    border: none !important;
    color: #333333;
    line-height: 30px;
    padding: 3px 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background: #f28100;
    color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    color: #f28100;
    background: inherit;
}

/* 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 (max-width: 1280px) and (min-width: 991px) {
    
    .custom-header-group:after {
        width: 77%;
    }
    
    .custom-head-triangle {
        right: 2px;
    }

    .custom-menu-primary {
        width: calc(100% - 31.914%) !important;
        margin-left: 0 !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        font-size: 14px;
    }
    
    .custom-head-triangle {
        right: 0.15vw;
    }
    
}


@media (max-width: 1250px) and (min-width: 991px) {

    .custom-header-logo a {
        display: inline-block;
        padding: 0 15px 15px;
    }
    
    .custom-header-logo img {
        margin: 9px 0 0 0;
        max-width: 204.3px;
    }

}


@media (max-width: 1185px) and (min-width: 991px) {

    .custom-header-logo img {
        max-width: 17.15vw;
    }

    .custom-menu-primary {
        width: calc(100% - 31.914%) !important;
    }
    
    .custom-head-triangle {
        right: -0.15vw;
    }

}


@media (max-width: 1150px) and (min-width: 991px) {
        
    .custom-head-triangle {
        right: -0.29vw;
    }
    
}


@media (max-width: 1139px) and (min-width: 991px) {

    .custom-menu-primary {
        width: calc(100% - 31.514%) !important;
    }
    
    .custom-head-triangle {
        right: -0.85vw;
    }
    
    .custom-header-logo img {
        max-width: 17.08vw;
    }
    
}


@media (max-width: 1130px) and (min-width: 991px) {
    
    .custom-head-triangle {
        right: -0.95vw;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding-right: 59px;
    }
    
}

@media (max-width: 1000px) and (min-width: 991px) {

    .custom-menu-primary .hs-menu-wrapper > ul {
        margin: 15px -10px 0 -3px;
        float: none;
    }
    
    .custom-head-triangle {
        right: -24px;
    }
    
    .custom-header-logo img {
        max-width: 16.65vw;
    }

}


@media screen and (min-width:991px) {
    
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        min-height: 80px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
        border-bottom: 3px solid #f28100;
        padding-top: 18px;
        color: #f28100;
    }
    
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 990px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 23px;           /* Position Button at right of screen */
    right: 15px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000; 
  }
  .mobile-trigger:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #fff; 
    border-color: #ddd;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
    background-color: #fff; 
    border-color: #ddd;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #ccc; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #f28100; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    /*position: relative;*/
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 110px;
    left: 0;
    padding: 0;
    max-height: 340px;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #333333;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
       padding: 15px 0 7.5px;
   }
   
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px; /* Font size of top level list items */
    font-weight: 600;
    line-height: 30px;
    min-height: 50px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {}
  .custom-menu-primary .hs-menu-wrapper >  ul li a {
    padding: 10.5px 15px 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #f28100;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #ffffff;
    border: 0 none;
    margin: 10px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 0; /* Indent Child lists */
    color: #333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #f28100;
    color: #fff;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    text-indent: 0; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
    text-indent: 0; /* Indent Child lists */
  }
  
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

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

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

/* Blog Listing */
.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:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* 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 */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#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 All Posts Page */
.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 {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
    margin: 0 0 18px;
}

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

/* Labels and Legends */
label {
    display: block;
    color: #414141;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    margin: 0 0 4px;    
}
.hs-form-field > label {}

.hs-form-field > label .hs-form-required {
    color: red;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    width: 100%;
    max-width: 500px;
    display: block;
    color: #666;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    min-height: 35px;
    padding: 10px 16px;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    -webkit-transition: border 0.2s linear,box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear,box-shadow 0.2s linear;
    -ms-transition: border 0.2s linear,box-shadow 0.2s linear;
    background: #f2f2f2;
    border: 3px solid #f2f2f2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 130px !important;
}
textarea:focus {}

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

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

form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
    list-style: none !important;
    padding: 0 0 0 5px !important;
    margin: 0 !important;
}

form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs > li > label {
    color: #414141;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
    margin: 0 0 4px;
}


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

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

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


/* =============== 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"] {}


/* =============== 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="email"],
.custom_error_message .hs-input,
.custom_error_message input[type="password"] {
    display: block;
    margin-bottom: 20px;
}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    display: inline-block;
    color: #f28100;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    min-height: 30px;
    padding: 14px 12px;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;  
    background: transparent;
    border: 3px solid #f28100;
    border-radius: 0;
    white-space: normal !important;
    outline: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #f28100;
    border-color: #f28100;
    color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

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


/* =============== 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 {}



div.pp_overlay {
    background: #fff !important;
    opacity: 0.9 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

div.pp_pic_holder {
    position: fixed !important;
    width: 95% !important;
    height: 95vh !important;
    overflow-y: auto;
    top: 25px !important;
    z-index: 99999 !important;
    background: #fff;
    left: 35px !important;
    right: 0 !important;
    padding: 14px 0 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div.pp_default .pp_content {
    width: 100% !important;
    max-width: 970px !important;
    padding: 60px 15px !important;
    margin: 0 auto !important;
    height: 100% !important;    
    z-index: 9;
    
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .currentTextHolder,
div.pp_default .pp_top,
div.pp_default .pp_bottom,
div.pp_pic_holder > .ppt {
    display: none !important;
}

div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right {
    background: transparent !important;
    padding: 0 !important;
}

div.pp_pic_holder .name-designation-group {
    text-align: center;
    padding: 0 0 30px;
}

div.pp_pic_holder .member-description-wrapper .column-group.right {
    padding-top: 10px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 1.42857143 !important;
}

div.pp_pic_holder .member-social-wrapper .span6 {
    width: 50% !important;
    float: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 20px !important;
    color: #333333;
}

div.pp_default .pp_details {
    position: absolute !important;
    float: none;
    width: 93.3% !important;
    margin: 0 auto !important;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 0;
}

div.pp_default .pp_close {
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    cursor: pointer !important;
    color: transparent;
    text-indent: 0;
    border: 2px solid #f28100;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

div.pp_default .pp_close:after {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    color: #f28100;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

div.pp_default .pp_close:hover {
    background: #f28100 !important;
}

div.pp_default .pp_close:hover:after {
    color: #fff;
    background: #f28100 !important;
}

div.pp_default .pp_nav {
    height: auto !important;
    width: calc(100% - 50px) !important;
    margin: 0 !important;
    text-align: right;
}


div.pp_default a.pp_arrow_next, 
div.pp_default a.pp_arrow_previous {
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    cursor: pointer !important;
    color: transparent;
    text-indent: 0;
    border: 2px solid #f28100;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    margin: 0 0 0 7px !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
}

div.pp_default a.pp_arrow_next:after, 
div.pp_default a.pp_arrow_previous:after {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    color: #f28100;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

div.pp_default a.pp_arrow_previous:after {
    content: "\f053";
}

div.pp_default a.pp_arrow_next:after {
    content: "\f054";
}

div.pp_default a.pp_arrow_next:hover, 
div.pp_default a.pp_arrow_previous:hover {
    background: #f28100 !important;
}

div.pp_default a.pp_arrow_next:hover:after, 
div.pp_default a.pp_arrow_previous:hover:after {
    color: #fff;
    background: #f28100 !important;
}



/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.custom-title-breadcrumb-group .page-center {
    padding-top: 10px;
    padding-bottom: 0;
}

.custom-top-breadcrumb-menu {
    padding-right: 15px;
    margin-bottom: 10px;
}

.custom-top-breadcrumb-menu .hs-breadcrumb-menu-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.custom-top-breadcrumb-menu ul {
    margin: 0 !important;
    padding: 7px 15px !important;
    list-style: none !important;
    float: right;
}

.custom-top-breadcrumb-menu ul > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    display: inline-block !important;
}

.custom-top-breadcrumb-menu ul > li .hs-breadcrumb-menu-divider:before {
    content: '/';
    color: #f28100;
    padding: 0 5px 0 8px !important;
}

.custom-top-breadcrumb-menu ul > li a,
.custom-top-breadcrumb-menu ul > li a:hover {
    color: #333;
    text-decoration: none;
}

.custom-top-breadcrumb-menu ul > li a:hover {
    text-decoration: underline;
}

.custom-page-title h4 {
    font-size: 24px;
}

.custom-page-title h1 {
    font-size: 24px;
}

.services-h2 {
    font-size: 36px;
}

.custom-page-title {
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 15px;
    margin: 0 0 5px;
}

/* ==========================================================================
                    Contact
   ========================================================================== */
   
.map {
  position: relative;
}
.map .googleMap {
  width: 100%;
  height: 480px;
}
.map .googleMap .googleMap-description {
  padding: 30px;
  position: relative;
  width: 300px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.map .googleMap .googleMap-description .googleMap-triangle {
  position: absolute;
  left: -20px;
  top: 40px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
}
.map .googleMap .googleMap-description .googleMap-triangle .googleMap-triangle-inside {
  position: absolute;
  top: -18px;
  left: 4px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent #ffffff transparent transparent;
}
.map .googleMap .googleMap-description .map-description-header {
  max-width: 150px;
}
.map .googleMap .googleMap-description .map-description-header .logo {
  font-size: 24px;
    color: #f28100;
}
.map .googleMap .googleMap-description img {
  position: absolute;
  top: 30px;
  right: 30px;
  overflow: hidden;
  max-width: 100px;
}
.map .googleMap.small {
  height: 200px;
}
.map .googleMap.small .googleMap-description {
  display: none;
}

.map-description-footer .color-font {
    color: #f28100;
}

.map-description-footer a {
    color: #f28100;
    text-decoration: none;
}

.map-description-footer a:hover {
    color: #820000;
    text-decoration: underline;
}

/* ==========================================================================
                    Full Width
   ========================================================================== */

.full-width-layout {}

.full-width-layout .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.full-width-layout .content-wrapper.page-center {
    padding-top: 5px;
}

.full-width-layout .hs_cos_wrapper_type_section_header {
    text-align: center;
}

.full-width-layout .hs_cos_wrapper_type_section_header h1 {
    color: #f28100;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 10px 0 5px;
}

.full-width-layout .hs_cos_wrapper_type_section_header p {
    font-weight: 600;
}


/* ==========================================================================
                    About - Team
   ========================================================================== */

.aboutteam-page-layout {}

.aboutteam-page-layout .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.aboutteam-page-layout .custom-top-breadcrumb-menu {
    margin-bottom: 0;
}

.aboutteam-page-layout .body-container {}

.aboutteam-page-layout .body-container .page-center {}

.team-row1-group .page-center {
    padding-top: 5px;
    padding-bottom: 0;
}

.team-row1-content {
    padding: 0 0 22px;
}

.team-row1-content h4[style="text-align: center;"] {
    padding-bottom: 6px;
}

.team-row1-content h4[style="text-align: center;"],
.team-row1-content h6[style="color: #f28100; text-align: center;"] {
    padding-left: 15px;
    padding-right: 15px;
}

.three-col-equal-group {
    padding: 0 15px;
}

.three-col-equal-group .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget {
    float: left;
    width: 33.33333333%;
    min-height: 450px;
    padding: 0 15px;
}

.three-col-equal-group .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget:nth-child(3n+1) {
    clear: left;
}

.fullwidth-for-teammember {
    text-align: center;
}

.member-img-group {
    position: relative;
    overflow: hidden;
    padding: 0 0 5px;
}

.member-hover-img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.member-img-group:hover .member-hover-img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.member-designation {
    display: block;
    color: #f28100;
    font-weight: 300;
}

.fullwidth-for-teammember ul.member-social {
    padding-left: 4px;
}

.fullwidth-for-teammember ul.member-social > li {
    margin-right: 5px;
}

.fullwidth-for-teammember ul.member-social > li > a {
    width: 40px;
    height: 40px;
}

.fullwidth-for-teammember ul.member-social > li > a > .fa {
    margin-top: 7.5px;
}

.team-row2-group {
    color: #fff;
}

.team-row2-group .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
}

.team-row2-group p[style="text-align: center;"] {
    margin: 0 0 8px;
}

h6.custom-talkus-btn {
    margin: 0 !important;
    padding: 0;
    font-size: initial;
    line-height: initial;
}

h6.custom-talkus-btn a {
    display: inline-block;
    background-color: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;
    padding: 15px 37px;
    line-height: 1.34;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    text-transform: none;
    margin: 20px 0 9px;
    text-decoration: none;
}

h6.custom-talkus-btn a:hover {
    border-color: #ffffff;
    color: #f28100;
    background-color: #ffffff;
    text-decoration: none;
}

.testimonial-with-leftimg-group {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    color: #ffffff;
    width: 100%;
    background-attachment: fixed;
    background-position: 20% 82px;
    padding-left: 15px;
    padding-right: 15px;
}
 
.testimonial-with-leftimg-group h3,
.testimonial-with-leftimg-group h5 {
    text-transform: none;
}

.testimonial-with-leftimg-group .page-center {
    padding: 60px 0 !important;
}

.testimonial-with-leftimg-group .column-group.left {
    min-width: 150px;
    margin-right: 30px;
    display: inline-block;
}

.testimonial-with-leftimg-group .column-group.right {
    position: relative;
    vertical-align: top;
    padding-left: 40px;
    border-left: 3px solid #ffffff;
    left: -6px;
    overflow: visible;
    display: inline-block;
    width: calc( 100% - 190px );
}

.certificate-logo-slider-wrapper {
    color: #fff;
    background-color: #484848;
}

.certificate-logo-slider-wrapper .page-center {
    padding-top: 60px;
    padding-bottom: 0;
}

.certificate-logo-slider-topcontent {
    text-align: center;
}

.certificate-logo-slider .hs_cos_gallery_main {
    padding: 60px 0 0;
    margin: 0 0 60px;
}

.certificate-logo-slider .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper {
    width: 188px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* ==========================================================================
                    Marketing Services
   ========================================================================== */

.marketing-services-layout .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.marketing-services-layout .custom-page-title {
    margin-bottom: 5px;
}

.marketing-services-layout .custom-top-breadcrumb-menu {
    margin-bottom: 0;
}

.marketing-services-row1 .page-center {
    padding-bottom: 60px;
}

.marketing-services-row1-left-content {
    margin-bottom: 20px;
}

.marketing-services-row1-right-content .hs_cos_wrapper.hs_cos_wrapper_widget {
    padding: 20px 0 50px;
}

.marketing-services-row1-right-content .hs-cta-wrapper img {
    display: block;
}

.marketing-services-row2 {
    background-color: #333;
    color: #fff;
    line-height: 1.42857143;
    padding: 60px 0;
}

.marketing-services-row2 .two-col-equal .column-group {
    padding: 0;
}

.marketing-services-row2 .two-col-equal .column-group.left {
    border-right: 2px solid #f2f2f2;
}

.marketing-services-row2 .two-col-equal .column-group.right {
    padding-left: 75px;
}

.marketing-services-row2 p[style="text-align: center;"] {
    font-size: initial;
    line-height: initial;
    margin: 0 0 8px;
}

.marketing-services-row2 .page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.marketing-services-row2 h6.custom-talkus-btn a {
    text-transform: capitalize;
}


.marketing-services-row3 {
    min-height: 0 !important;
}

.marketing-services-row3 .testimonial-with-leftimg-group .page-center {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.marketing-services-row4 {
    padding: 60px 15px 72px;
}

.marketing-services-row4 .page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.marketing-services-row4 h2 > span {
    font-weight: 300;    
}

.portfolio-group .hs-rss-item {
    width: 19.97%;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    margin: 0;
}

.portfolio-group .hs-rss-item .hs-rss-item-image-wrapper img {
    width: 100%;
    height: auto;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
    -webkit-transition: all all 0.8s linear ease-out;
    -moz-transition: all all 0.8s linear ease-out;
    -o-transition: all all 0.8s linear ease-out;
    transition: all all 0.8s linear ease-out;
    -webkit-backface-visibility: hidden;
}

.portfolio-group .hs-rss-item:hover .hs-rss-item-image-wrapper img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(0%);
}

.portfolio-group .hs-rss-item .rss-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.portfolio-group .hover-icon {
    padding: 13px 20px;
    top: 50%;
    background-color: rgba(77, 115, 138, 0.7);
    display: inline-block;
    position: absolute;
    width: 56.73px;
    height: 53.2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    line-height: 1.42857143;
    opacity: 0;
    visibility: hidden;
}

.portfolio-group .hs-rss-item:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}

.portfolio-group .hover-icon:hover {
    background: #ffffff;
    color: #f28100;
}


.clients-logo-slider-wrapper {
    color: #fff;
    background: #484848;
    padding: 60px 0;
}

.awards-logo-slider-wrapper {
    color: #484848;
    background: #fff;
    padding: 60px 0;
}

.clients-logo-slider-wrapper .page-center,
.awards-logo-slider-wrapper .page-center {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.certificate-logo-slider-wrapper .page-center {
    position: relative;
    overflow: hidden;
}

.clients-logo-slider-topcontent,
.awards-logo-slider-topcontent {
    padding-top: 23px;
}

.clients-logo-slider .hs_cos_gallery_main {
    padding: 60px 0 0;
    margin: 0;
}

.awards-logo-slider .hs_cos_gallery_main {
    padding: 0 0 0;
    margin: 0;
}

.clients-logo-slider .hs_cos_gallery_main .slick-slide,
.awards-logo-slider .hs_cos_gallery_main .slick-slide{
    margin: 0;
}

.clients-logo-slider .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper,
.awards-logo-slider .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper {
    width: 188px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clients-logo-slider .slick-prev, 
.clients-logo-slider .slick-next,
.certificate-logo-slider .slick-prev, 
.certificate-logo-slider .slick-next,
.awards-logo-slider .slick-prev, 
.awards-logo-slider .slick-next {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: transparent;
    font-size: 12px;
    text-decoration: none;
    top: 50%;
    z-index: 10;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -ms-text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    margin-top: 10px;
}

.clients-logo-slider .slick-prev,
.certificate-logo-slider .slick-prev,
.awards-logo-slider .slick-prev {
    left: -100%;
}

.clients-logo-slider .hs_cos_gallery_main:hover .slick-prev,
.certificate-logo-slider .hs_cos_gallery_main:hover .slick-prev, 
.awards-logo-slider .hs_cos_gallery_main:hover .slick-prev {
    left: 0;
    opacity: 1;
}

.clients-logo-slider .slick-next,
.certificate-logo-slider .slick-next,
.awards-logo-slider .slick-next {
    right: -100%;
}

.clients-logo-slider .hs_cos_gallery_main:hover .slick-next,
.certificate-logo-slider .hs_cos_gallery_main:hover .slick-next,
.awards-logo-slider .hs_cos_gallery_main:hover .slick-next {
    right: 0;
    opacity: 1;
}

.clients-logo-slider .slick-prev:hover, 
.clients-logo-slider .slick-next:hover,
.certificate-logo-slider .slick-prev:hover, 
.certificate-logo-slider .slick-next:hover,
.awards-logo-slider .slick-prev:hover, 
.awards-logo-slider .slick-next:hover {
    background: #fff;
}

.clients-logo-slider .slick-prev:before,
.clients-logo-slider .slick-next:before,
.certificate-logo-slider .slick-prev:before,
.certificate-logo-slider .slick-next:before,
.awards-logo-slider .slick-prev:before,
.awards-logo-slider .slick-next:before {
    display: none !important;
}

.clients-logo-slider .slick-prev:after,
.clients-logo-slider .slick-next:after,
.certificate-logo-slider .slick-prev:after,
.certificate-logo-slider .slick-next:after,
.awards-logo-slider .slick-prev:after,
.awards-logo-slider .slick-next:after {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #484848;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.clients-logo-slider .slick-prev:hover:after,
.clients-logo-slider .slick-next:hover:after,
.certificate-logo-slider .slick-prev:hover:after,
.certificate-logo-slider .slick-next:hover:after,
.awards-logo-slider .slick-prev:hover:after,
.awards-logo-slider .slick-next:hover:after {
    background: #fff;
    color: #f28100;
}

.clients-logo-slider .slick-prev:after,
.certificate-logo-slider .slick-prev:after,
.awards-logo-slider .slick-prev:after {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 38px;
    margin-left: 0px;
    opacity: 1;
}
.clients-logo-slider .slick-next:after,
.certificate-logo-slider .slick-next:after,
.awards-logo-slider .slick-next:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 38px;
    margin-right: 13px;
}


/* ==========================================================================
                    Marketing Strategy
   ========================================================================== */

.marketing-strategy-page .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.marketing-strategy-page .four-col-equal-group {
    padding: 22px 0 23px;
}

.marketing-strategy-page .marketing-strategy-graph-group {
    text-align: center;
}

.marketing-strategy-page .marketing-services-row1-bt {
    padding: 0 15px 22px;
}

.marketing-services-row1-bt .hs_cos_wrapper_type_widget_container {
    padding: 0 15px;
    display: block;
}

.marketing-strategy-page .marketing-services-row1 .page-center {
    padding-left: 0;
    padding-right: 0;
}

.marketing-strategy-page .marketing-services-row3 .testimonial-with-leftimg-group .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.marketing-strategy-page .marketing-services-row4 {
    padding: 82px 15px 20px;
}

.pie-chart {
    position: relative;
    margin: 0px auto 20px auto;
}

.pie-chart .border-chart-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.pie-chart .border-chart-outer .border-chart {
    width: 100%;
    height: 100%;
    border: 20px #333333 solid;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.pie-chart > span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 48px;
}

.easyPieChart canvas {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}


/* ==========================================================================
                    Home Page
   ========================================================================== */

.home-page-layout .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.home-row1-group {
    min-height: 50px !important;
    text-align: center;
    color: white;
    background: #f36c21;
    padding: 5px 5px;
}

.home-row1-group p {
    margin: 0;
}

a.home-register-btn {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    border-radius: 5px;
    border: none;
    text-shadow: none;
    line-height: 1em;
    padding: 6px 13px 3px 18px;
    min-width: 136px;
    min-height: 26px;
    background-color: rgb(255,255,255);
    box-shadow: inset 0px 1px rgb(255,255,255);
    -webkit-box-shadow: inset 0px 1px rgb(255,255,255);
    -moz-box-shadow: inset 0px 1px rgb(255,255,255);
    color: rgb(243, 99, 33);
}

a.home-register-btn:hover {
    box-shadow: inset 0px 1px rgb(255,255,255), 0px 1px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px rgb(255,255,255), 0px 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px rgb(255,255,255), 0px 1px 8px rgba(0, 0, 0, 0.3);
    color: rgb(255,108,36);
}

.home-row2-slider .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}

.home-row2-slider .hs_cos_gallery_main .slick-slide {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.home-row2-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    display: block !important;
    position: relative;
    max-height: 650px;
    min-height: 650px;
}

.home-row2-slider .caption {
    top: 0;
    left: 0;
    right: 0;
    max-width: 1060px;
    margin: 0 auto;
    text-align: left;
    background: transparent !important;
    text-shadow: 0px 2px 4px rgb(0,0,0);
    -webkit-text-shadow: 0px 2px 4px rgb(0,0,0);
    -moz-text-shadow: 0px 2px 4px rgb(0,0,0);
    -ms-text-shadow: 0px 2px 4px rgb(0,0,0);
    padding: 135px 0 0 !important;
    -webkit-font-smoothing: antialiased;
}

.home-row2-slider .caption h2 {
    font-weight: 700;
    font-family: Raleway;
    color: #f36c21;
    text-decoration: none;
    background-color: transparent;
    font-size: 40px;
    line-height: 50px;
    margin: 10px 0;
    padding: 2px 4px;
    text-transform: none;
}

.home-row2-slider .caption h3 {
    font-size: 28px;
    padding: 2px 4px;
    margin: 0;
    line-height: 42px;
    text-transform: none;
    font-weight: 500;
    font-family: "Raleway";
    color: rgb(255,255,255);
}

.home-row2-slider .caption sup {
    font-size: 27px;
}

h6.home-slider-btn {
    padding-top: 5px;
}

.home-slider-btn a {
    border: 3px solid #fff !important;
    display: inline-block;
    padding: 20px 25px 22px !important;
    text-decoration: none !important;
    text-shadow: none;
    letter-spacing: 0px;
    font-size: 19px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    min-height: 0px;
    min-width: 0px;
    line-height: 17px;
    border-width: 3px;
    margin: 10px 0;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans";
}

.home-slider-btn a:hover {
    color: #f28100;
    background: #fff;
    text-decoration: none;
}

.home-row3-group .page-center {
    padding: 61px 0 60px;
}

.home-row3-group h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: inherit;
}

.home-row3-group h4 {
    color: #f28100;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px;
    text-transform: inherit;
}

.home-row3-group h6 {
    color: #f28100;
    font-weight: bold;
    text-transform: inherit;
    margin: 8px 0 2px;
}

.home-row3-group h6 > span {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    margin-right: 10px;
    margin-left: -4px;
}

.home-row3-group p {
    margin: 0;
    padding: 0;
}

a.custom-orangeborder-btn {
    border: 3px solid #f28100;
    color: #f28100;
    margin-top: 20px;
    display: inline-block;
    padding: 6px 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    outline: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
}

a.custom-orangeborder-btn:hover {
    background-color: #f28100;
    border-color: #f28100;
    color: #ffffff;
    text-decoration: none;
}

.home-row4-group {
    background: #333;
    color: #fff;
    text-align: center;
}

.home-row4-group .page-center {
    padding: 60px 15px;
}

.home-row4-group h6.custom-talkus-btn a {
    margin-bottom: 0;
}

/* ==========================================================================
                    Two Column Left
   ========================================================================== */

.two-col-left {}

.two-col-left .column-group {
    float: left;
}

.two-col-left .column-group.left {}

.two-col-left .column-group.right {
    width: 67%;
    padding: 0 15px;
}

.two-col-left .content-group {
    padding-top: 22px;
}


/* ==========================================================================
                    About Page
   ========================================================================== */

.about-page-layout .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.about-page-layout .custom-top-breadcrumb-menu {
    margin-bottom: 70px;
}

.about-page-layout .custom-page-title {
    margin-bottom: 20px;
}

.about-row1-group {}

.about-row1-group .page-center {
    padding: 0;
}

.four-col-equal-group {
    padding: 59px 0;
}

.four-col-equal-group .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.marketing-counter-group {
    text-align: center;
}

.marketing-counter-group > span {
    display: block;
}

.marketing-counter-icon {
    font-size: 36px;
    color: #f28100;
    text-align: center;
    display: inline-block;
}

.marketing-counter {
    font-size: 48px;
    line-height: 1.42857143;
    display: block;
}

.marketing-counter-group hr {
    width: 60px;
    margin-top: 5px;
    margin-bottom: 17px;
    border-width: 2px;
    border-color: #e5e5e5;
}

.marketing-counter-description {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f28100;
    line-height: 1.42857143;
}

.about-row2-content {
    padding: 13px 15px 15px;
}


.three-col-equal.with-col-lefticon .column-group {
    min-height: 0;
    text-align: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    margin: 0 0 30px;
}

.three-col-equal.with-col-lefticon .col-lefticon {
    width: 40px;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    float: left;
    color: #f28100;
}

.three-col-equal.with-col-lefticon .col-content {
    padding-left: 10px;
    position: relative;
    left: -3px;
    float: left;
    width: calc(100% - 50px);
}

.three-col-equal.with-col-lefticon h6 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: none;
    margin: 1px 0 2px;
    padding: 0;
}

.three-col-equal.with-col-lefticon p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
}

.about-row3-group .page-center {
    padding: 60px 15px;
    color: #fff;
}

.about-row3-group h6 {
    margin: 1px 0 4px;
}


/* ==========================================================================
                    Contact Us
   ========================================================================== */

.contact-page-layout .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.contact-page-layout .custom-top-breadcrumb-menu {
    margin-bottom: 36px;
}

.contact-page-layout .page-center.content-wrapper {
    padding-bottom: 0;
}

.contact-main-content .hs_cos_wrapper_type_section_header h1 {
    color: #f28100;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
}

.contact-main-content .hs_cos_wrapper_type_section_header p {
    font-weight: 600;
}

.contact-maincontent-topcol .hs_cos_wrapper.hs_cos_wrapper_widget {
    overflow: hidden;
    padding-bottom: 21px;
}

.contact-content-form {
    padding: 13px 0 0;
}

.contact-content-form form.hs-form {
    margin-bottom: 18px;
}

.body-container .hs-input {
    min-height: 61px;
}

.contact-content-form .hs-input,
.content-form .hs-input {
    width: 100%;
    max-width: 100%;
}

.body-container select.hs-input {
    height: 60px;
}

.body-container .hs-input[type="tel"],
.body-container .hs-input[name="which_of_these_best_describes_you_"],
.body-container .hs-input[name="are_you_currently_using_a_marketing_automation_platform_"] {    
    min-height: 27px;
    height: 27px;
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    -webkit-transition: border 0.2s linear,box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.body-container .hs-input[name="which_of_these_best_describes_you_"],
.body-container .hs-input[name="are_you_currently_using_a_marketing_automation_platform_"] {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.body-container form.hs-form fieldset .hs-form-field {
    padding: 0;
}

.body-container form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 15px;    
}

.contact-content-form form.hs-form fieldset.form-columns-2 .hs-form-field:first-child .hs-input {
    width: 98.5%;
}

.body-container form.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-left: 15px;    
}

.contact-content-form .hs_cos_wrapper_type_form .hs-button.primary.large,
.content-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.contact-main-content .map {
    margin: 22px 0 0;
}


/* ==========================================================================
                Error 404
   ========================================================================== */

.error-404-layout .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.error-banner-wrapper {
    background: #333333;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.error-banner-wrapper .page-center {
    padding: 69px 15px 0;
    margin-bottom: -1px !important;
}

.error-banner-content {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    margin-left: 16.66666667% !important;
    width: 66.66666667% !important;
    position: relative;
    z-index: 1;
}

.error-banner-content h1 strong > span {
    font-size: 148px;
}

.error404-symbol {
    color: #4d738a;
    position: absolute;
    font-size: 300px;
    bottom: -99px;
    right: 28%;
    z-index: 0;
}

.error-bug-icon {
    color: #f28100;
    font-size: 380px;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
    text-align: center;
}

.error-404-layout .page-center.content-wrapper {
    padding: 0;
}

.error-msg-content {
    margin-top: 130px;
}

.error-msg-content h1 {    
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
}

h6.error-home-btn {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

h6.error-home-btn > a {
    border: 3px solid #f28100;
    color: #f28100;
    padding: 15px 37px;
    font-size: 18px;
    line-height: 1.34;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    outline: none;
    display: block;
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

h6.error-home-btn > a:hover {
    background: #f28100;
    color: #fff;
    text-decoration: none;
}


/* ==========================================================================
                Two Column Right with Bottom Content
   ========================================================================== */

.two-column-right.with-bt-content .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.two-column-right.with-bt-content {}

.two-column-right.with-bt-content .main-content hr {
    margin-bottom: 31px;    
}

.two-column-right.with-bt-content .custom-top-breadcrumb-menu {
    margin-bottom: 0;
}

.two-column-right.with-bt-content .hs-cta-wrapper a > span {
    
}

.two-column-right.with-bt-content .page-center.content-wrapper {
    padding-bottom: 60px;
}

.two-column-right.with-bt-content .main-content {
    margin-bottom: 20px;
}


/* ==========================================================================
                Two Column Left with Content Form
   ========================================================================== */

.two-column-left.with-content-form .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.two-column-left.with-content-form {}

.two-column-left.with-content-form .custom-top-breadcrumb-menu {
    margin-bottom: 0;
}

.two-column-left.with-content-form .page-center.content-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
}

.two-column-left.with-content-form .main-content {
    padding-left: 7px;
}

.two-column-left.with-content-form .sidebar.left {
    padding-left: 15px;
}

.content-form {
    padding: 18px 0;
}

.content-form form.hs-form {
    padding-top: 15px;
}


/* ==========================================================================
                    Team Member
   ========================================================================== */

.teammember-page-layout {}

.teammember-page-layout .body-container {
    padding-top: 0;
    padding-bottom: 0;
}

.teammember-page-layout .body-container .page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.title-membername-group {
    padding: 60px 0 100px;
}

.custom-teammember-name {
    text-align: right;
}

.custom-teammember-name h4 {
    color: #333333;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-transform: none;
    text-shadow: 0 1px 0 #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    -moz-text-shadow: 0 1px 0 #ffffff;
    -ms-text-shadow: 0 1px 0 #ffffff;
    padding: 7px 14px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

/* ==========================================================================
                Three Column Equal - Custom Module
   ========================================================================== */
   
.three-col-equal .column-group {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
    min-height: 450px;
    text-align: center;
}

.three-col-equal .img-group {
    margin-bottom: 15px;
}

/* ==========================================================================
                Two Column Equal for Team Members
   ========================================================================== */

.twocolequal-for-teammember-wrapper {
    padding: 61px 0;
}

.name-designation-group {
    text-align: center;
    padding: 0 0 60px;
}

h5.teammember-designation {
    color: #f28100;
    font-weight: 300;
}

.member-description-wrapper {
    margin: 0 -15px;
}

.member-description-wrapper .column-group {
    width: 50%;
    float: left;
    padding: 0 15px;
}

ul.member-social {
    margin: 0;
    padding: 0 0 11px 10px;
    list-style: none;
    font-size: 22px;
    line-height: 1.42857143;
}

ul.member-social > li {
    margin: 5px -2px 5px 0;
    display: inline-block;
    list-style: none;
}

ul.member-social > li > a {
    border: 2px solid #f28100;
    color: #f28100;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transition: all all 0.4s linear ease-out;
    -moz-transition: all all 0.4s linear ease-out;
    -o-transition: all all 0.4s linear ease-out;
    transition: all all 0.4s linear ease-out;
    text-align: center;
}

ul.member-social > li > a:hover {
    border-color: #f28100;
    background-color: #f28100;
    color: #ffffff;    
}

ul.member-social > li > a > .fa {
    display: inline-block;
    margin-top: 7px;
}

a[data-original-title] {
    position: relative;    
}

a[data-original-title]:before {
    content: attr(data-original-title);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -3px;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    -webkit-transition: all 0.15s linear ease-out;
    -moz-transition: all 0.15s linear ease-out;
    -o-transition: all 0.15s linear ease-out;
    transition: all 0.15s linear ease-out;
    background: #000000;
    color: #fff;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    max-width: 200px;
    top: -27px;
    opacity: 0;
}

a[data-original-title]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -8px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
    opacity: 0;
    -webkit-transition: all 0.15s linear ease-out;
    -moz-transition: all 0.15s linear ease-out;
    -o-transition: all 0.15s linear ease-out;
    transition: all 0.15s linear ease-out;
}

a[data-original-title]:hover:after,
a[data-original-title]:hover:before {
    opacity: 1;
}


/* ==========================================================================
                Two Column Equal
   ========================================================================== */

.two-col-equal {
    margin: 0 -15px;
}

.two-col-equal .column-group {
    width: 50%;
    float: left;
    padding: 0 15px;
}

/* ==========================================================================
                Resource with Top Circle Image
   ========================================================================== */
   
.resources-with-top-circleimg {
    padding: 10px 0 60px;
}

.resources-with-top-circleimg p {
    font-weight: normal;
    line-height: 1.42857143;
}

.resources-with-top-circleimg a,
.resources-with-top-circleimg a:hover {
    color: initial !important;
    text-decoration: none !important;
}

.resources-with-top-circleimg .column-group {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.resources-with-top-circleimg .circle-img-group {
    width: 180px;
    margin: 0px auto 30px;
    position: relative;
    border: 10px solid #f28100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.resources-with-top-circleimg .circle-img {
    border: 10px solid #333333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.resources-with-top-circleimg .circle-img > span {
    display: block;
    position: relative;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 0;
    padding: 50% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;    
}

.resources-with-top-circleimg .circle-img > span > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    text-align: center;
    transform: translate(-50%,-50%);
}

.circle-triangle {
    border-color: #f28100 transparent transparent transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-left: 65px;
    bottom: -23px;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
}

.resources-with-top-circleimg .content-group {
    text-align: center;
}

.clearboth {
    clear: both;
}



/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


@media (min-width: 768px) {

    div.pp_pic_holder .member-description-wrapper .column-group {
        width: 50%;
        float: left;
    }

}


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {}


@media (max-width: 1080px) {

    .home-row2-slider .caption {
        padding: 135px 5% 0 !important;
    }

}


@media (max-width: 990px) {
    
    .pp_pic_holder.pp_default {
        left: 25px !important;
    }
    
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    
    .custom-header-group {
        min-height: 110px !important;
    }
    
    .custom-head-triangle,
    .custom-header-group:after {
        display: none !important;
    }
    
    .custom-header-logo,
    .custom-menu-primary{
        float: none !important;
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .custom-header-group .page-center {
        padding: 0;
        position: relative;
    }
    
    .custom-header-logo {
        padding-left: 15px;
        padding-bottom: 5.2px;
    }
    
    .custom-header-logo img {
        margin: 6px 0 0 !important;
        max-width: 100%;
        max-height: 98.8px;
    }
    
    .custom-ft-topcol-group {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .custom-ft-platinumpartner-logo img {
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .custom-ft-socialsharing li {
        margin: 2px 0.5px 8px !important;
    }
    
    .custom-ft-address p {
        margin-top: 17px;
    }
    
    .custom-ft-hangoutus,
    .custom-ft-bonus-nav,
    .custom-ft-services-nav,
    .custom-ft-aboutus,
    .custom-ft-recenttweets,
    .custom-ft-subscribe,
    .custom-ft-rececntpost {
        margin-top: 10px;
    }
    
    .custom-ft-googlepartner-logo,
    .custom-ft-wbenc-logo {
        margin-top: 20px;
    }
    
    
    .marketing-services-layout .custom-page-title {
        margin-bottom: 25px;
    }
    
    .marketing-services-row1-right-content .hs-cta-wrapper img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .member-social-wrapper > .span6,
    .marketing-services-row1-leftcol,
    .marketing-services-row1-rightcol  {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }
    
    ul.member-social {
        padding-left: 0;
        padding-right: 0;
    }
    
    .member-description-wrapper .column-group {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .resources-with-top-circleimg .column-group {
        width: 33.33333333%;
    }
    
    .two-column-left.with-content-form .sidebar.left,
    .two-column-left.with-content-form .main-content {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .two-column-left.with-content-form .sidebar.left {
        margin-top: -10px;
    }
    
    .content-form {
        margin-bottom: 21px;
    }
    
    .fullwidth-for-teammember ul.member-social > li {
        margin-right: 0;
        margin-top: 2px;
        padding-left: 0;
    }
    
    .fullwidth-for-teammember ul.member-social > li > a {
        width: 36px;
        height: 36px;
    }
    
    .fullwidth-for-teammember ul.member-social > li > a > .fa {
        margin-top: 6px;
    }
    
    .certificate-logo-slider .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper,
    .clients-logo-slider .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper,
    .awards-logo-slider .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper {
        width: 150px;
    }    
    
    .marketing-services-row1-left-content {
        margin-bottom: 0;
    }
    
    .marketing-services-row1-right-content .hs-cta-wrapper img[src*="/56bb18f0-b851-400e-be1d-a9c31b05522a.jpeg"] {
        margin-top: 43px;
        margin-bottom: 65px;
    }
    
    .portfolio-group .hs-rss-item {
        width: 49.7%;
    }
    
    .two-col-equal .column-group,
    .three-col-equal.with-col-lefticon .column-group {
        float: none !important;
        width: 100%  !important;
    }
    
    .marketing-services-row2 {
        padding: 20px 15px 30px;
    }
    
    .marketing-services-row2 .two-col-equal .column-group.left {
        border-right: 0 none;
    }
    
    .marketing-services-row2 .two-col-equal .column-group.right {
        padding-left: 0;
    }
    
    .four-col-equal-group .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget {
        float: none;
        width: 100%;
    }
    
    .three-col-equal.with-col-lefticon .column-group {
        margin: 0 0 30px;
    }
    
    .home-row2-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
        min-height: 65.658vw;
        max-height: 65.658vw;
    }
    
    .two-col-left .column-group {
        float: none;
        width: 100% !important;
    }
    
    .two-col-left.with-left-img .img-group img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .marketing-strategy-page .custom-page-title {
        margin-bottom: 5px;
    }
    
    .marketing-strategy-page .marketing-services-row2 {
        padding: 20px 15px 30px;
    }
    
    .marketing-strategy-page .four-col-equal-group .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget {
        padding-bottom: 40px;
    }
    
    .marketing-strategy-page .four-col-equal-group .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget:last-child {
        padding-bottom: 0;
    }
    
    div.pp_default .pp_content {
        max-width: 750px !important;
    }
    
    div.pp_pic_holder .member-description-wrapper .column-group {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    div.pp_default .pp_details {
        width: 85.1% !important;
        margin: 0 auto !important;
        top: 10px;
    }
    
    .error-banner-content {
        margin-left: 0% !important;
        width: 100% !important;
    }
    
    .error404-symbol {
        right: 10%;
    }
    
    .error-bug-icon {
        font-size: 300px;
    }
    
    .error-msg-content {
        margin-top: 40px;
        padding-bottom: 40px;
    }

}


@media (max-width: 973px) {
    
    .pp_pic_holder.pp_default {
        left: 25px !important;
    }
    
    .home-row2-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
        min-height: 66.558vw;
        max-height: 66.558vw;
    }
    
    .home-row2-slider .caption {
        padding: 13.65vw 5% 0 !important;
    }
    
    .home-row2-slider .caption h3 {
        font-size: 2.885vw;
        line-height: 4.35vw;
    }
    
    .home-row2-slider .caption h2 {
        font-size: 4.12vw;
        line-height: 5.12vw;
    }
    
    .home-slider-btn a {
        font-size: 1.95vw;
        line-height: 1.95vw;
        padding: 19px 29px 22px !important;
    }

}



/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    
    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"],
    input[type="file"],
    textarea,
    select {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .pp_pic_holder.pp_default {
        left: 20px !important;
    }
    
    .checkbox-row span.fakelabel span {
       float: none;
       margin-left: 0;
       padding-left: 20px;
       text-align: left;
       display: block;
    }
    
    .subscribe-options p label {
       margin: 4px 0;
    }
    
    .subscribe-options label > input {
       float: left;
    }

    
    .custom-ft-subscribe,
    .custom-ft-rececntpost {
        margin-top: 20px;
    }
    
    .resources-with-top-circleimg .column-group {
        width: 100%;
        float: none;
        display: block;
    }
    
    .three-col-equal.for-img-title {
        padding-bottom: 5px;
    }
    
    .three-col-equal .column-group {
        width: 100%;
        float: none;
        padding-top: 5px;
    }
    
    .three-col-equal .column-group.left {
        padding-top: 0;
    }
    
    form.hs-form fieldset .hs-form-field {
        width: 100% !important;
        float: none !important;
    }
    
    .body-container form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
        padding-right: 0;
    }
    
    .body-container form.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
        padding-left: 0;
    }
    
    .three-col-equal-group .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget {
        float: none;
        width: 100%;
    }
    
    .fullwidth-for-teammember {
        margin-bottom: 4px;
    }
    
    .testimonial-with-leftimg-group .column-group {
        display: block !important;
        width: 100% !important;
        text-align: center;
    }
    
    .testimonial-with-leftimg-group .column-group.left {
        padding-bottom: 30px;
    }
    
    .testimonial-with-leftimg-group .column-group.right {
        border-top: 3px solid #ffffff;
        border-left: none;
        display: block;
        padding: 0px;
        padding-top: 30px;
        left: 0;
        text-align: center;
    }
    
    .testimonial-with-leftimg-group h3 {
        font-size: 25px;
        padding: 0 20px;
    }
    
    .two-column-right.with-bt-content .sidebar.right {
        padding: 0 15px 50px;
    }
    
    .testimonial-with-leftimg-group {
        padding-left: 0;
        padding-right: 0;
    }
    
    .home-row2-slider .caption {
        text-align: center;
    }
    
    .home-row2-slider .caption h3 {
        font-size: 15px;
    }
    
    .home-row2-slider .caption h3 + br,
    .home-row2-slider .caption h2 + br,
    .home-row2-slider .caption h2 + br + br {
        display: none;
    }
    
    .home-row2-slider .caption h2 {
        font-size: 4.05vw;
        line-height: 4.52vw;
    }
    
    h6.home-slider-btn {
        padding-top: 0;
        margin-top: 0;
    }
    
    .home-slider-btn a {
        font-size: 12px;
        margin-top: 6px;
        border-width: 2px !important;
        padding: 19px 38.5px 22px !important;
    }
    
    div.pp_default .pp_details {
        width: 79.7% !important;
    }
    
    .member-description-wrapper {
        margin: 0 -1px;
    }
    
    .error-404-layout .page-center.content-wrapper {
        padding: 0 15px;
    }
    
    .error-content-leftcol, .error-content-rightcol {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .error-msg-content {
        margin-top: 50px;
    }
    
    .three-col-equal.with-col-lefticon .col-lefticon {
        float: none;
        margin-right: auto;
        margin-left: auto;        
    }
    
    .three-col-equal.with-col-lefticon .col-content {
        padding-left: 0;
        left: -3px;
        float: none;
        width: 100%;
        text-align: center;
    }
    
}



@media (max-width: 680px) {

    .home-row2-slider .caption h3 + br + br {
        display: none;
    }

}


@media (max-width: 570px) {

    .home-row2-slider .caption h3 + br + br + br {
        display: none;
    }
    
    .pp_pic_holder.pp_default {
        left: 15px !important;
    }

}



@media (max-width: 560px) {

    .marketing-services-layout .body-container img[style="display: inline; float: left; margin-right: 1.5em;"] {
        float: none !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}


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

@media (max-width: 480px) {

    .custom-header-logo img {
        max-width: 200px;
    }
    
    .three-col-equal .img-group {
        padding-top: 15px;
    }
    
    .three-col-equal .column-group,
    .three-col-equal .column-group.left {
        padding-top: 0;
    }
    
    .three-col-equal .column-group.left .img-group {
        padding-top: 10px;
    }
    
    .fullwidth-for-teammember {
        padding-top: 10px;
    }
    
    .testimonial-with-leftimg-group h5 {
        font-size: 14px;
    }
    
    .portfolio-group .hs-rss-item {
        width: 100%;
        float: none;
    }
    
    .home-row2-slider .caption h2 + br + br + br {
        display: none;
    }
    
    .home-row2-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
        min-height: 65.158vw;
        max-height: 65.158vw;
    }
    
    .home-row2-slider .caption {
        padding: 13.25vw 5% 0 !important;
    }
    
    .custom-btm-testimonial-section .page-center > .row-fluid-wrapper .custom-testimonial-content > .cell-wrapper .hs_cos_wrapper_type_rich_text p sup {
        font-size: 14px !important;
    }
    
    .error-msg-content {
        margin-top: 10px;
    }
    
    .custom-blog-new-topcontent table td {
        display: block;
        width: 100%;
        padding-top: 15px;
    }
    
    .custom-blog-new-topcontent table td strong {
        display: block;
    }
    
    .custom-blog-new-topcontent table td strong > br,
    .custom-blog-new-topcontent table td strong + br {
        display: none;
    }

}


@media (max-width: 470px)  {

    .error-msg-content h1 {
        font-size: 60px;
    }

}


@media (max-width: 455px) {
    
    .full-width-layout .hs_cos_wrapper_type_section_header h1 {
        font-size: 50px;
        margin-left: -5px;
        margin-right: -5px;
    }
    
}


@media (max-width: 400px) {
    
    .error-bug-icon {
        font-size: 80vw;
    }
    
    .error-msg-content h1 {
        font-size: 15vw;
    }

}


@media (max-width: 385px) {
    
    .pp_pic_holder.pp_default {
        left: 10px !important;
    }
    
    .full-width-layout .hs_cos_wrapper_type_section_header h1 {
        font-size: 40px;
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .home-row2-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
        min-height: 265px;
        max-height: 100%;
    }
    
    .home-row2-slider .caption {
        padding-top: 20px;
    }
    
    .home-row2-slider .caption h3,
    .home-slider-btn a,
    .home-row2-slider .caption h2 {
        line-height: normal;
    }
    
    .home-row2-slider .caption sup {
        font-size: 5vw;
    }
    
    .home-row2-slider .caption {
        position: static !important;
    }
    
}


@media (max-width: 350px) {

    .pp_pic_holder.pp_default {
        left: 8px !important;
    }

    .custom-header-logo img {
        max-width: 140px;
        margin: 12px 0 0 !important;
    }
    
    h2.teammember-name {
        font-size: 50px;
    }

}

@media (max-width: 345px) {
    
    .marketing-services-row4-topcontent h2 {
        font-size: 50px;
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .two-column-left.with-content-form .sidebar.left h4 {
        font-size: 30px;
    }
    
}

@media (max-width: 324px) {

    .error-banner-content h1 {
        font-size: 62px;
    }

}





