/* ==========================================================================
   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 =============== */
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,900,700italic,900italic);

@font-face {
    font-family: "font-awesome";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Font/fontawesome-webfont.woff"), 
    url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Font/fontawesome-webfont.ttf"), 
    url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Font/fontawesome-webfont.eot");
}


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

/* HubSpot_Boilerplate-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: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

body {
    background: #fff;
    color: #575757;
    font-family: Lato, sans-serif;
    font-size: 13.008px;
    line-height: 19.512px;
    font-weight: 400;
}

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

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



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


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
        line-height: normal;
        font-family: "Lato", sans-serif;
        color: #575757;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 300;
}

h2 {
    font-size: 32px;
    font-weight: 300;
}

h3 {
    font-size: 18.72px;
    color: black;
    line-height: normal;
}

h4 {
    font-size: 16.72px;
    color: black;
    font-weight: bold;
}
h5 {
    font-size: 14.72px;
    color: black;
    font-weight: bold;
}
h6 {
    font-size: 12.72px;
    color: black;
    font-weight: bold;
}
a:hover, a:focus {
    color: #5a287f;
    text-decoration: underline;
}

a {
    color: #5a287f;
    text-decoration: none;
}

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

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

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

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



/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





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


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

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






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

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

.header-container .page-center {
    padding: 0 0px !important;
}

.header-bg:before {
    top: 0;
    left: 0;
}

.header-bg:after{ 
    top: 48%;
    right: -4px;
}


#reviewCTA {
    width: 230px;
    height: 53px;
    position: absolute;
    top: 0;
    right: 27.5%;
    background-color: #009de0;
    transition: right 0.31s;
}


#reviewCTA:before {
    left: -73px;
    border-width: 0 73px 53px 0;
    border-color: transparent #009de0 transparent transparent;
}

#reviewCTA:before, #reviewCTA:after {
    content: "";
    position: absolute;
    top: 0;
    border-style: solid;
}

#reviewCTA a:link, #reviewCTA a:visited {
    color: white;
    text-decoration: none;
}


#reviewCTA a {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Lato", sans-serif;
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.5em;
    color: white;
    text-align: center;
}


#reviewCTA span.contactNo {
    position: absolute;
    top: 50%;
    right: -115%;
    transform: translateY(-50%);
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5em;
    color: #009de0;
}

#reviewCTA:after {
    right: -73px;
    border-width: 53px 0 0 73px;
    border-color: transparent transparent transparent #009de0;
}

#contactHeadMob {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 3em;
    transform: translateY(-50%);
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5em;
    color: #009de0;
}

.scroll-header #contactHeadMob{
    opacity: 1;
    transition: opacity 0.35s;
}

 .scroll-header #reviewCTA {
    right: -100%;
    transition: right 0s;
}

.scroll-header .header-bg:before{
    width: 0;
    transition: width 0.10s;
}

.scroll-header .header-bg:after{
    width: 0;
    transition: width 0.10s;
}


#contactHeadMob a {
    width: 150px;
    padding: 5px 10px;
    margin-right: 1em;
    position: relative;
    top: -3px;
    background-color: #009de0;
    font-family: "Lato", sans-serif;
    font-size: 0.813rem;
    color: white;
    text-decoration: none;
}

.header-bg:after, .header-bg:before {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    background-color: #009de0;
    transition: width 0.35s;
}

.header-bg {
    background: #fff;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    position: fixed;
    width: 100% !important;
    top: 0px;
    z-index: 999;
    right: 0;
    left: 0;
    padding: 0;
    min-height: 104px !important;
}

.header-bg .page-center{
    position :relative;
}

.header-contact-links a {
    padding: 3.504px 1em 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e94d1a;
    font-family: "Lato",sans-serif;
    font-size: .813rem;
    font-weight: 400;
    line-height: 1.5em;
    color: white;
    text-align: center;
    position: absolute;
    display: block;
    right: 40px;
    top: 0;
}

.header-container a:hover {
    text-decoration: none;
}

.header-contact-links a:hover {
    background-color: #575757;
}

.header-container-wrapper {
    margin-bottom: 104px;
}

.header-logo a {
    display: inline-block;
    padding: 24px 0 34px 8px;
}

.header-logo img {
    max-width: 245px;
}


.scroll-header .header-logo a {
    display: inline-block;
    padding: 0px 0 0px 8px;

}

.custom-banner-wrapper {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 387px;
    position: relative;
}

.custom-banner-wrapper .page-center {
    top: 0;
    transform: translateY(0);
    bottom: 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 102;
}

.custom-banner-wrapper .page-center:after {
    content: "";
    width: 100%;
    max-width: 473px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.custom-inner {
    width: 100%;
    max-width: 450px;
    margin-left: 8px;
    padding-right:72px;
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    padding-left: 72px;
    box-sizing: border-box;
}

.banner-content {
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 102;
}

.custom-inner h1 {
    margin: 0 0 0.35em;
    font-family: "Lato", sans-serif;
    font-size: 3.125em;
    font-weight: 400;
    line-height: 100%;
    color: white;
}
.custom-inner p{
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: white;
    margin :0px;
}



#version-switcher {
    width: 30%;
    float: right;
    padding-bottom: 0.5em;
    font-size: 0.8em;
    position: relative;
    right: 3px;
}

#version-switcher .lang-options {
    width: 100%;
    float: left;
    display: block;
}


 #version-switcher .lang-options ul.selected-option, #version-switcher .lang-options .option-list ul.selected-option {
    display: block;
    margin: 0;
    padding: 0 0 0.5em;
    min-height: 35px;
}


 #version-switcher .lang-options ul, #version-switcher .lang-options .option-list ul {
    list-style-type: none;
    position: relative;
    margin: 0;
}

 #version-switcher .lang-options ul li, #version-switcher .lang-options .option-list ul li {
    width: 100%;
    height: 35px;
    float: left;
    position: relative;
}

 #version-switcher .lang-options ul.selected-option li:before,#version-switcher .lang-options .option-list ul.selected-option li:before {
    width: 50px;
    height: 35px;
    background-size: contain;
    background-image: url(//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/en-us.png);
}

 #version-switcher .lang-options ul li:before, #version-switcher .lang-options .option-list ul li:before {
    width: 50px;
    height: 35px;
    display: block;
    position: absolute;
    content: "\0020";
    top: 1px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

 #version-switcher .lang-options ul.selected-option li a, #version-switcher .lang-options .option-list ul.selected-option li a {
    width: 100%;
    height: 35px;
    padding: 0;
    display: block;
        color: white;
    text-decoration: none;
    white-space: nowrap;
}

 #version-switcher .lang-options ul.selected-option li a span,  #version-switcher .lang-options .option-list ul.selected-option li a span {
    display: none;
}

 #version-switcher .lang-options ul.selected-option:after, #version-switcher .lang-options .option-list ul.selected-option:after {
    font-family: font-awesome;
    content: "\f078";
    color: white;
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 15.2px;
    line-height: 0.8em;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
}

 #version-switcher .lang-options .option-list {
    width: 210px;
    height: auto;
    max-height: 0;
    position:absolute;
    right: 4px;
    z-index: 99;
    background: black;
    overflow-y: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    transition: max-height 1s;
    top: 41px;
}

 #version-switcher .lang-options .option-list ul {
    float: left;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


 #version-switcher .lang-options ul, #version-switcher .lang-options .option-list ul {
    list-style-type: none;
    position: relative;
    margin: 0;
}

 #version-switcher .lang-options .option-list ul li {
    margin: 0.25em 0;
}

 #version-switcher .lang-options ul li, #version-switcher .lang-options .option-list ul li {
    width: 100%;
    height: 35px;
    float: left;
    position: relative;
}

#version-switcher .lang-options:hover .option-list {
    max-height: 200px;
    overflow:hidden;
    position:absolute;
}

 #version-switcher .lang-options:hover .selected-option:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


 #version-switcher .lang-options .option-list ul li.selected {
    display: none;
}

 #version-switcher .lang-options ul li, #version-switcher .lang-options .option-list ul li {
    width: 100%;
    height: 35px;
    float: left;
    position: relative;
}

 #version-switcher .lang-options .option-list ul li {
    margin: 0.25em 0;
}

 #version-switcher .lang-options ul li.site-lang-en-gb:before,  #version-switcher .lang-options .option-list ul li.site-lang-en-gb:before {
    background-image: url(//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/en-gb.png);
}

#version-switcher .lang-options .option-list ul li a {
    height: 35px;
    line-height: 35px;
}

 #version-switcher .lang-options ul li a,#version-switcher .lang-options .option-list ul li a {
    padding-left: 55px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

 #version-switcher .lang-options ul li a span{
    font-family:Lato, sans-serif;
    font-size:12.8px;
    font-weight:normal;
}

.header-bg.custom-lp:after,.header-bg.custom-lp:before{
    display :none;
}


@media (min-width: 768px){

/*-----------------------scroll-header------------------------------*/

.custom-details {
    display: none;
}

.scroll-header .header-bg {
    padding: 4px 0;
    min-height: 50px !important;
}
.scroll-header .mobile-icon {
    top: 0;
    margin-top: 5px;
}
.scroll-header .header-contact-links a {
    position: relative;
    width: auto !important;
    display: inline-block;
    top: 7px;
    right: 1px;
    padding: 4.504px 1em 5px;
}
.header-contact-links {
    text-align: right;
    padding-right: 50px;
}

/*------------------------scroll-header----------------------------*/
}


.bg-image-section {
    min-height: 387px !important;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
    background-position: top center !important;
    top: -1px;
}
.custom-header p {
    margin: 1em 0;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: black;
}
.custom-header h1 {
    font-family: "Lato", sans-serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 68px;
    color: #009de0;
    margin: 0;
}
.custom-header .page-header.section-header {
    min-width: 45%;
    max-width: 50%;
    width: auto;
    min-height: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 16px;
    margin-left: 80px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 95px;
}
.custom-header {
    position: relative;
}





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


.body-container-wrapper {}
.body-container {}

.body-container .page-center{
    padding-left :15px;
    padding-right :15px;
    padding-top: 32px;
    padding-bottom: 32px;
}



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

/* Homepage */

/* Contact Us */

/* About Us */


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

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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


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

.footer-container .page-center {
    max-width: 1000px !important;
    width: 100% !important;
    padding: 0px 10px;
}

.custom-footer-menu {
    max-width: 180px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.custom-get{
    max-width: 265px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.custom-social-links {
    max-width: 265px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.custom-form-group{
    max-width: 265px !important;
    margin: 0 auto !important;
    width: 100% !important;

}


.body-container-wrapper {
    padding: 0 0 50px;
}

.header-contact-links {
    text-align: right;
}

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

.footer-bg ul li {
    list-style: none;
}

.footer-bg ul {
    margin: 0;
    padding: 0;
}

.footer-bg {
    padding: 32px 0 26px;
    background-color: #454545;
    color: #fff;
}

.footer-bg h3 {
    font-family: "Lato", sans-serif;
    font-size: 15.008px;
    font-weight: 700;
    line-height: 100%;
    color: #f8dc22;
    margin: 15.008px 0;
}

 .footer-bg .custom-email-form h3{
    margin: 15.008px 0 23.008px;
}

.custom-footer-logo{
    margin-top :5px;
}

.custom-footer-logo img {
    max-width: 265px !important;
    width: 100%;
}

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

section#footer-bottom li {
    display: inline-block;
}

section#footer-bottom div {
    display: inline-block;
    margin: 0.3em 1em;
}

.custom-footer-copyright p {
    margin-top: 0.4em;
    display: inline-block;
}

a.hilllangdell {
    width: 28px;
    height: 28px;
    margin: 0 8px 0 0;
    background: url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/fish-media-logo.png")no-repeat;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 0;
    position: relative;
    top: -7px;
}

a.fish-media {
    width: 129px;
    height: 19px;
    background-image: url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/hill-langdell.png");
    font-size: 0;
    display: block;
    background-repeat: no-repeat;
}

div#siteBuilders {
    margin: 0 !important;
    float: right;
}
.custom-footer-copyright {
    border-top: 1px solid white;
    padding-bottom: 6px;
}

div#footerPolicyNav > ul > li a {
    padding: 0 7px;
    line-height: 1em;
}

div#footerPolicyNav > ul > li:nth-child(2) a {
    border-right: 1px solid white;
    border-left: 1px solid white;
    display: block;
}

div#footerSocial ul li a {
    display: block;
    padding: 0 0 15px 40px;
    line-height: 1.4em;
    background-position: left top;
    background-repeat: no-repeat;
}

a.linkedin {
    background-image: url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/linkedin_icon.png");
}

a.twitter {
    background-image: url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/twitter_icon.png");
}

a.youtube {
    background-image: url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/youtube_icon.png");
}

a.google {
    background-image: url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/google_icon.png");
}

a.facebook {
    background-image: url("//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/facebook_icon.png");
}

div#footerNav a {
    line-height: 21.2px;
    display: block;
}

.custom-email-form span.hs-form-required {
    display: none;
}

.custom-email-form input[type="email"] {
    border-radius: 0;
    padding-right: 40px !important;
    border: 0;
    font-family: "Lato", sans-serif;
    font-size: 13.008px;
    font-weight: 400;
    line-height: 19.512px;
    color: #575757;
    padding: 6.504px;
    outline: none;
    height: 32.375px;
}

.custom-email-form input.hs-button.primary.large {
    margin: 0 !important;
    position: absolute;
    top: 8px;
    right: 0;
    border: 0;
    padding: 7.375px;
    background-color: #009de0;
    color: white;
    cursor: pointer;
    -webkit-appearance: none;
    background-position: 0 0;
    background-image: none;
    border-radius: 0;
    height: 32.375px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-shadow: none;
}

.custom-email-form form {
    position: relative;
    padding-top: 8px;
}

.custom-email-form .hs-form-field>label {
    display: none;
}

.custom-email-form .hs-error-msgs label{
    display: block;
    padding: 0.25em 0.5em;
    margin: 0.5em 0;
    background: white;
    border: 1px solid #c20e1a;
    font-weight: 400;
    line-height: 1.5em;
    color: #c20e1a;
    font-family:Lato, sans-serif;
    font-size:13.008px;
}

.body-container label{
    padding: 0.5em 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    color: #454545;
}

.body-container .hs-error-msgs label{
    color: #c20e1a;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li>a:hover:before {
    color: #fff;
}

.footer-container a:hover {
    color: #e8e8e8;
}

.custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li>a:hover {
    text-decoration: none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li>a:hover:before {
    color: #fff !important;
}



/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





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


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



.custom-menu-primary .hs-menu-wrapper>ul ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
}

.custom-menu-primary .hs-menu-wrapper>ul {
    display: block !important;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #fff;
    padding: 16px 0;
    font-weight: bold;
    border-top: 1px solid #575757;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    padding-bottom: 16px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

span.custom-hover-english:before {
    content: "";
    background: transparent;
    width: 100%;
    height: 7px;
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
}

span.csutom-first-child img {
    max-width: 52px;
    border: 1px solid black;
    margin-right: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
    left: 0 !important;
    right: 110px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
    position: absolute !important;
    padding: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child:hover>ul {
    opacity: 2 !important;
    visibility: visible !important;
    display: block !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul img {
    max-width: 52px;
    vertical-align: middle;
    margin: 0 7px 0 0;
}

span.csutom-first-child:after {
    font-family: font-awesome;
    content: "\f078";
    color: white;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 0 0 9px;
    transform: translateY(-50%);
}

span.custom-hover-english {
    position: absolute;
    right: 0;
    -webkit-box-shadow: 5px 5px 6px 0 black;
    box-shadow: 5px 5px 6px 0 black;
    background-color: black;
    border: 1px solid black;
    padding: 2.250px 5.62px 6px;
    font-size: 12.8px;
    line-height: 24px;
    font-weight: normal;
    top: 38px;
    width: 151px;
    color: #fff;
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child:hover span.csutom-first-child:after {
    content: "\f077";
    color: white;
}

span.csutom-first-child {
    display: block;
}
.on-hover:hover span.csutom-first-child:after {
    content: "\f077";
    color: white;
}
.on-hover:hover span.custom-hover-english {
    display: block !Important;
}
span.custom-hover-english img {
    max-width: 52px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: 3px;
}







/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
}


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

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

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

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




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

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

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

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

.mobile-icon {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 10px;
    position: absolute;
    top: 49px;
    right: -6px;
    background: url(//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/mobile-_triger.png)no-repeat center center;
}
.show-mobile-nav .mobile-icon {
    background: transparent;
}
 

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

.close-icon {
    display: none !important;
    cursor: pointer;
    float: left;
    position: relative;
    top: 2px;
    left: 9px;
    height: 30px;
    width: 30px !important;
    background: url(//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/trigger_aftr_open.png) no-repeat center center;
}
.show-mobile-nav .close-icon {
    background: url(//cdn2.hubspot.net/hubfs/1715452/Snapfulfil-July2017/Image/trigger_aftr_open.png) no-repeat center center;
}


/* Menu Styles on Mobile Devices
   ========================================================================== */  
 
@media (min-width: 768px) {

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

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

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

/* Provide room in header for the toggle button */ 


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

/* Mobile Nav is HIDDEN By Default */
.custom-menu-slider{
    position: fixed;
    width: 305px !important;
    z-index: 1000;
    background: #454545;
    right: 0;
    top: 0;
    height: 100vh !important;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(305px);
    margin: 0 !important;
    transition: all .5s ease;
    padding: 16px 25px 5px;
}

.custom-menu-primary {
    width: 100% !important;
    overflow-y: auto;
    height: 79vh !important;
    padding-bottom: 18px !important;
}




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

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

/* All Main Containers Display PARTIAL Width On Icon Click */

.show-mobile-nav .custom-menu-slider{
    transform: translateX(0);
}
.on-hover {
    position: absolute;
    top: 17px;
    right: 33px;
    z-index: 9990;
    opacity: 0;
    visibility: hidden;
    width: 74px;
}
.show-mobile-nav  .on-hover {
    opacity: 1;
    visibility: visible;
}

.custom-language {
    display: block;
    background: #454545;
    padding: 0 0 14px;
}
.social-links span a {
    text-decoration: none !important;
    font-family: font-awesome;
    font-size: 24px;
    text-align: center;
    color: #575757;
    background-color: white;
    width: 35px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    padding: 7.200px 0;
    height: 34px;
}
span.twittr a:before {
    color: #575757;
    content: "\f099";
    position: relative;
    top: 2px;
}
span.fb a:before {
    color: #575757;
    content: "\f09a";
    position: relative;
    top: 2px;
}
span.utube a:before {
    color: #575757;
    content: "\f0d5";
    font-size: 19px;
    position: relative;
    top: -1px;
}
span.utube a {
    position: relative;
    left: 1px;
}
span.linkedin a:before {
    color: #575757;
    content: "\f0e1";
    font-size: 19px;
    position: relative;
    top: -1px;
    left: 1px;
}
.social-links span {
    display: inline-block !important;
    margin-right: 3px;
}
.custom-menu-social-links {
    position: absolute;
    padding: 20px 0 17px 28px;
    bottom: 0;
    left: 0;
    background: #454545;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul {
    padding-bottom: 0;
}
.social-links span a:hover:before {
    color: #fff;
}
.social-links span a:hover {
    background: #575757;
}



/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */





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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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


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

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

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

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








/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





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


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

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

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

.back-link {
    position: relative;
    top: -15px;
    clear :both;
}

.back-link-bottom{
    clear :both;
    padding-top :20px;
}

.back-link-bottom a{
     font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.hs-blog-post .body-container .page-center{
    max-width: 994px !important;
}

.back-link a {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.custom-post-header-content-group {
    padding-right: 5%;
    padding: 0 2em 0 0;
    box-sizing: border-box;
    width: 50%;
    float: left;
}
.hs-featured-image-wrapper a {
    display: block;
}

.custom-feature-image {
    text-align: right;
    width: 50%;
    float: right;
}

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

.post-item:nth-child(odd) {
    margin-right: 15px;
}

.post-item {
    max-width: 477px;
    min-height: 217px;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 48%;
    box-sizing: border-box;
    background-color: #e8e8e8;
    margin-bottom: 22px;
    display: inline-block;
    vertical-align: top;
}

.post-item .post-body {
    width: 40%;
    float: left;
}

.post-header {
    width: 60%;
    float: right;
    padding: 0 0 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custpom-post-content{
    font-family:Lato, sans-serif;
    font-size:12px;
    font-weight:normal;
    color: #000;
}

.custpom-post-content p {
    margin: 1em 0;
}

.blog .body-container-wrapper {
    padding: 0 0 0px;
}


/* 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 {
    line-height: 30px;
    color: black;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin :0px;
}



.post-header h2 a {
    text-decoration :none;
    color: #575757;
}

/* 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: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: none;
    margin: 5px 0px 20px 0px;
}

/* Read More Link */
a.more-link {
    background-color: #5a287f;
    border: 1px solid white;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: white;
    transition: all 0.35s;
    padding: 0.5em;
    font-family:Lato, sans-serif;
    font-size:20px;
    font-weight:bold;
    display: inline-block;
}

a.more-link:hover{
    background-color: white;
    border: 1px solid #575757;
    color: #575757;
}

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

.hs-blog-post .hs-blog-social-share{
    border :none;
}

/* 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 {
    margin-right :7px;
}
.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-sidebar .cell-wrapper{
  margin: 0 0 25px;
}

.body-container .blog-sidebar .form-title{
    font-size: 18.72px;
    color: black;
    line-height: normal;
    font-weight: bold;
}

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



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


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

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

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

/* Labels */
body label {}

.body-container label{
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    color: #454545;
}

body .hs-form-field > label {
    padding: 0px 0 5px;
    display: inline-block;
}

.body-container-wrapper .hs-form-field {
    padding: 5px 0;
}

.body-container .widget-type-form, 
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt, 
.body-container .widget-type-email_simple_subscription form,
.body-container #comment-form, 
.widget-type-widget_container form {
    margin: 0 0 2em;
    background: #e8e8e8;
    padding: 16px;
    max-width :650px;
}

.body-container .form-title{
    margin-top: 0;
    font-family: "Lato", sans-serif;
    font-size: 2em;
    font-weight: 300;
    line-height: 100%;
    color: #575757;
}

.error{
    border: 1px solid #c20e1a !important;
    background-color: #FFEAEA !important;
}


/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
   width: 100%;
    background-color: #ffffff;
    padding: 0.5em;
    box-sizing: border-box;
    border: 0;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5em;
    color: #454545;
}

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

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

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

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

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

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

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


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

.hs-form-booleancheckbox-display span {     
    display: inline-block;     
    width: 90%;     
    padding-left: 5px;     
    vertical-align: top;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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


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

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

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


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

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

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

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

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

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




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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
   cursor: pointer;
   display: inline-block;
    margin:10px 0 20px ;
    outline: none;
    padding: 9px;
    box-sizing: border-box;
    border: 0;
    background-color: #454545;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    text-decoration: none;
    background-color: white;
    color: #454545;
}

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


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

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


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


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


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


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

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








/* ==========================================================================


   6. MISCELLANEOUS                                      


   ========================================================================== */

.custom-body .body-container-wrapper{
    padding-top: 50px;
}
.hs-blog-header .page-header.section-header {
    max-width: 70% !important;
}

ul.hs-error-msgs.inputs-list {
    color: red;
    margin-top: 5px;
    MARGIN-BOTTOM: 0;
}
.widget-type-google_search label {
    display: inline-block;
    padding: 5px 0;
}



.right-col {
    width: 48%;
    float: right;
}
.left-col {
    width: 48%;
    float: left;
    padding-right: 5%;
}





.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0 5px;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

#comments-listing.no-comments{
    border: none !important;
    margin :0px;
}

.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
	line-height: ;
    padding: 0;
}

.comment-reply-to{
	margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}




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




/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */


@media (max-width: 1020px) {
    .custom-footer-menu, .custom-get,.custom-social-links{
        max-width: 33% !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .custom-footer-menu {
        padding-left: 2%;
    }
    .custom-form-group {
        max-width: 265px !important;
        margin: 0 auto 14px !important;
        width: 100% !important;
        float: none !important;
        clear: both;
    }
    
    .custom-lp-footer .custom-form-group {
        max-width: 230px !important;
        margin: 0 auto 14px !important;
        width: 100% !important;
        float: left !important;
        clear: none;
    }

}


@media (max-width: 945px) {
   #reviewCTA span.contactNo {
        right: -85%;
        font-size: 13px;
    }
}

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

@media (max-width: ) {}


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

@media (max-width: 767px) {
    .right-col {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
        border-width: 0;
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        width: 100%;
        display: inline-block !important;
        float: none;
        margin: 0px 0 20px 0px;
    }
    
    .custom-post-header-content-group {
        padding: 0;
        padding-right: 0;
        box-sizing: border-box;
        width: 100%;
        float: none;
    }
    
    .custom-feature-image {
        text-align: right;
        width: 100%;
        float: none;
    }
        
    
    .custom-lp-footer .custom-form-group {
        float: none !important;
        max-width :255px !important;
    }
    
    .custom-footer-menu, .custom-get, .custom-social-links {
        width: 100% !important;
        margin: 0 auto !important;
        max-width: 265px !important;
    }

    
    .body-container .widget-type-form, 
    .body-container .widget-type-blog_subscribe, 
    .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt, 
    .body-container .widget-type-email_simple_subscription form,
    .body-container #comment-form, 
    .widget-type-widget_container form {
        max-width :100%;
    }

    .left-col {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    
    .custom-language {
        padding: 0 0 54px;
    }
    
    .custom-header .page-header.section-header {
        padding: 12px;
        margin-left: 30px;
        margin-top: 25px;
    }
    
    .custom-header h1 {
        font-size: 40px;
        line-height: 40px;
    }
    
    span.custom-hover-english {
        top: 35px;
    }
    
    span.csutom-first-child img {
        float: left;
    }
    
    span.csutom-first-child {
        width: 80px;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul img {
        float: left;
    }
    
    span.custom-hover-english {
        right: 0;
        width: 140px;
    }
   
    .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
        max-width: 100%;
    }
    
    .custom-header.visible-phone {
        margin-bottom: 30px;
    }
    
    .bg-image-section {
        min-height: 300px !important;
    }
    
    .footer-bg .cell-wrapper {
        padding: 10px 0;
    }
    
    .custom-footer-copyright {
        text-align: center;
    }
    
    div#siteBuilders {
        float: none;
    }
    
    .custom-email-form form {
        max-width: 265px;
    }
    .main-content{
        padding: 20px 0;
    }
    
    .header-logo {
        display: inline-block;
    }
    
    .header-contact-links {
        text-align: center !important;
        padding-right: 0;
        display: inline-block !important;
        position: relative;
        top: -80px;
        left: 0;
        right: 0;
        float: none !important;
        margin: 0 auto;
        width: 100% !important;
    }
    
    .header-container-wrapper {
        margin-bottom: 105px;
    }
    
    .header-contact-links a {
        top: -20px;
        right: 0;
        left: 0;
        width: auto !important;
        display: inline-block !important;
        max-width: 250px;
        margin: 0 auto;
    }
    
    .header-bg{
        top :0;
    }
    
 
    .header-bg:before, .header-bg:after{
        display :none;
    }
    
    .custom-mobile{
        display :none !important;
    }
    
    .scroll-header #contactHeadMob{
        display :none;
    }
    
    .header-logo a {
        display: inline-block;
        padding: 24px 0 15px 8px;
    }
    
    .scroll-header .header-logo a {
        display: inline-block;
        padding: 24px 0 15px 8px;
    }
    
    #reviewCTA {
        width: 230px;
        height: auto;
        position: static;
        margin: 0 auto !important;
    }
    
    .custom-details {
        text-align: center;
        padding-top: 10px;
    }
    
    .custom-details span {
        font-family: "Lato", sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.5em;
        color: #009de0;
        display: inline-block;
    }
    
    .custom-details a {
        padding: 5px 10px;
        margin-right: 1em;
        position: relative;
        top: 0;
        background-color: #009de0;
        font-family: "Lato", sans-serif;
        font-size: 0.813rem;
        color: white;
        text-decoration: none;
        display: inline-block;
    }
    
    #reviewCTA a{
        position: static;
        transform: none !important;
    }
    
    #contactHeadMob {
        position: static;
    }
    
    #reviewCTA span.contactNo{
        position :static;
         transform: none !important;
    }
    
    #contactHeadMob {
        position: static;
        display: none;
    }
    
    .post-item {
        max-width: 100%;
        min-height: auto;
        padding: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
    }
    

}


@media (max-width: 640px) {

    .bg-image-section {
        min-height: 200px !important;
    }
    .custom-header .page-header.section-header {
        padding: 12px;
        margin-left: 0;
        margin-top: 20px;
        max-width: 100%;
    }
    .custom-header h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hs-blog-header h1 {
        font-size: 25px;
        line-height: normal;
    }
    .hs-blog-header .page-header.section-header {
        margin-top: 10px;
    }
    .hs-blog-header p {
        margin: 0;
    }
    
}

@media (max-width: 479px) {

    .post-item .post-body {
        width: 100%;
        float: none;
    }
    
    .post-header {
        width: 100%;
        float: none;
        padding: 0 0 0 0em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}

@media (max-width: 447px) {
    .custom-details span {
        font-size: 14px;
    }
    
    .custom-details a {
        padding: 5px 10px;
        margin-right: 10px;
        font-size: 11px;
    }
    
    .custom-details{
        padding :10px 10px 0px;
    }
    
    .mobile-icon {
        top: 47px;
    }
}

/* Landscape phones and smaller devices
   ========================================================================== */
@media (max-width: 400px) {
    .header-logo img {
        max-width: 150px;
    }
    
    
    .custom-blog-image {
        width: 100%;
        float: none;
        
    }

    .header-contact-links a {
        position: absolute;
        top: -22px;
        padding: 3.504px 5px 5px;
        max-width: 100%;
        width: 100%;
        right: 0;
    }
    
    .custom-blog-content {
        width: 100% !important;
        float: none;
        clear: both !important;
    }
    
    .header-bg {
        min-height: 74px !important;
    }
    
    .header-container-wrapper {
        margin-bottom: 73px;
    }
    

}


@media (max-width: 371px) {
    .mobile-icon {
        top: 66px;
    }
}




body .custom-inner h1 {
    font-size: 50px;
}
.header-bg #reviewCTA .contactNo p {
    font-size: 14px;
    margin: 0;
}
.header-bg .custom-details span {
    display: block;
}
@media (max-width: 945px) {
    .header-bg #reviewCTA span.contactNo {
        right: -95%;
        font-size: 13px;
    }
}
#contactHeadMob {}
#contactHeadMob p {
  display: inline-block;
  font-size: 14px;
}
#contactHeadMob p:first-child {
  margin-right: 10px
}
@media(max-width: 767px) {
    .header-container-wrapper {
        margin-bottom: 185px;
    }
    .custom-details .contactNo p {
        margin: 0;
    }
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a[href="javascript:;"] {
    cursor: default;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a[href="javascript:;"]:hover {
    text-decoration: none;
}