/* ==========================================================================
   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('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Raleway:400,400i,500,900');
    @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.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;
} 

html {
   font-size: 16px;
    line-height: 24px;
}

body {
    background-color: #ffffff;
    -webkit-tap-highlight-color: rgba(0,154,206,0.2);
    color: #545454;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

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

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


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

/* Basic text */
.body-container-wrapper p {
    margin:0 0 1.5rem;
} 

/*.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget p:last-of-type {
    margin-bottom:0;
}*/

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.5rem;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    color: #545454;
    padding-top: 1rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
h2 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
h3 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
h5 {
       font-size: 20px;
}
h6 {
    font-size: 16px;
    line-height: 24px;
    color: #009ace
}


.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget h3:first-of-type,
.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget h5:first-child,
.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget h4:first-child,
.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget h3:first-child,
.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget h2:first-child,
.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget h1:first-child {
    padding-top:0;
}


.body-container-wrapper blockquote:last-of-type {
    margin-bottom:0;
}

.body-container-wrapper blockquote {
    padding: 2rem;
    margin:0;
    border-radius: 0.3rem;
    border-width: 2px;
    border-style: solid;
    transition: border-color 0.3s;
    color: #545454;
    border-color:rgb(232, 232, 232);
    margin: 0 0 1.5rem;
}


.body-container-wrapper blockquote h6 {
    line-height: 1.5rem;
    color: #545454;
    margin-top: 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    padding-top:0;
    margin-bottom:0;
}

.body-container-wrapper blockquote h6 span {
    color: #999999;
	margin-left: 0.5rem;
	font-size: 0.9rem;
	font-weight:normal;
}

.body-container-wrapper blockquote img[draggable*="false"] {
    display: inline;
    border: none;
    box-shadow: none;
    height: 1em;
    width: 1em;
    margin: 0 .07em;
    vertical-align: -0.1em;
    background: none;
    padding: 0;
}

.body-container-wrapper blockquote p:last-of-type {
    margin-bottom: 0;
}

.body-container-wrapper blockquote:hover {
    border-color: #009ace;
}


.body-container-wrapper blockquote:last-child {
    margin-bottom:0;
}

/* Anchor Links */
a { 
  color: #009ace;
  text-decoration: none;
  transition-property: background-color, box-shadow, border, color, opacity, transform;
   transition-duration: 0.3s;
}
a:hover, a:focus { 
   color: #1d67a8; 
  text-decoration: none;
}



/* Lists */
.body-container-wrapper ul,.body-container-wrapper ol {
    margin-bottom: 1.5rem;
    margin-left: 2.5rem;
    padding:0;
}

.body-container-wrapper ol:last-child,
.body-container-wrapper ul:last-child {
    margin-bottom:0;
}

.body-container-wrapper li {
    margin: 0 0 0.5rem;
}

.body-container-wrapper ul {
    text-align:left;
}

.body-container-wrapper ul li {
    text-align:left !important;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

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

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

/* Horizontal Rules */
hr {
  color: #e8e8e8;
  background-color:#e8e8e8;
  height: 1px;
  border: none;
}

blockquote + hr {
    color: #e8e8e8;
    background-color: #e8e8e8;
    height: 1px;
    border: none;
    margin: 3.1rem 0;
}


.two-column-right-with-bottom-pane hr {
    margin: 2.5rem 0;
}

.error-404  .page-404:before {
    display: inline-block;
    vertical-align: top;
    content: '\f14e';
    font: 12rem/1 fontawesome;
    margin-bottom: 1rem;
    opacity: 0.1;
}


.error-404 .page-404 {
    text-align:center;
}


/* =============== 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 {}
.header-container-wrapper {
 
}


.custom-header-group {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.w-socials-item.facebook .w-socials-item-link{
    font-family: fontawesome;
}
.w-socials-item.facebook .w-socials-item-link:after {
    content: '\f09a';
        font-family: fontawesome;
}
.w-socials-item.twitter .w-socials-item-link:after {
    content: '\f099';
        font-family: fontawesome;
}
.w-socials-item.linkedin .w-socials-item-link:after{
        content: '\f0e1';
            font-family: fontawesome;
}
.w-socials-item.instagram .w-socials-item-link:after{
    content: '\f16d';
    font-size: 1.2em;   
    font-family: fontawesome;
}
.no-touch .w-socials-item-link:hover .w-socials-item-link-hover {
    height: 100%;
}
.header-social-share-wrapper {
    background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.66);
    line-height: 40px;
    min-height: 40px !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.w-socials.color_text.hover_default.ush_socials_1 {
    margin-left: 1.4rem;
    line-height: 2em;
    font-size: 18px;
}

.w-socials-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
        top: 1px;
}

a.w-socials-item-link {
    line-height: 2em;
    width: 2em;
    box-shadow: none !important;
    border-radius: 0;
    display: block;
    text-align: center;
    position: relative;
        color: rgba(255,255,255,0.66);
}

span.w-socials-item-link-hover {
    display: block;
    bottom: auto;
    height: 0;
    transition: height 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-container-wrapper .w-socials-item-popup {
    display: none !important;
}

.w-socials-item-link:after, .w-socials-item-link i {
    display: block;
    line-height: inherit;
    position: relative;
    content: "";
}
.no-touch .w-socials-item-link:hover .w-socials-item-link-hover {
    height: 100%;
}
.w-socials-item.facebook .w-socials-item-link-hover {
    background-color: #42599e;
}
.w-socials-item.twitter .w-socials-item-link-hover {
    background-color: #55acee;
}
.w-socials-item.twitter .w-socials-item-link-hover {
    background-color: #55acee;
}
span.w-socials-item-link-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
a.w-socials-item-link:hover span.w-socials-item-link-hover {
    height: 100%;
}

a.w-socials-item-link:hover span.w-socials-item-link-hover {
    height: 100%;
}
.w-socials-item.linkedin .w-socials-item-link-hover {
    background-color: #117eb9;
}

.w-socials-item.instagram .w-socials-item-link-hover {
    background: #a17357;
    background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%),radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
}
.w-socials-item.instagram .w-socials-item-link-hover {
    background: #a17357;
    background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%),radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
}
a.w-socials-item-link:hover {
    color: #fff;
}
.w-socials-list {
    text-align: right;
}
.custom-logo img {
    max-width: 75.35px;
}
.custom-logo {
    width: auto !important;
}
.custom-logo {
    position: relative;
    top: 4px;
}
.banner-area {
    padding-bottom: 2rem;
    padding-top: 122px;
    position: relative;
    z-index: 1;
    transition: padding 0.3s;
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: -1px;
}

.background-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-color: #fff;
    transition: opacity 0.5s;
}
.l-titlebar-h {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 9999;
    color: #fff;
    max-width: 900px;
    margin:0 auto;
}

/*.l-titlebar-content .hs_cos_wrapper_type_menu ul {
    margin:0;
}*/


.l-titlebar-content h1 {
    color: #009ace;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    margin:0;
    padding-top:0;
}
.l-titlebar-h p {
    margin: 0.5rem 0 0;
    opacity: 0.66;
    color: #009ace;
}
.l-titlebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.custom-header-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

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

.body-container-wrapper {
    padding-left:2.5rem;
    padding-right:2.5rem;
}
.body-container {}

.body-container-wrapper .page-center {
    padding: 4rem 0;
}

.blog.hs-blog-listing  .body-container-wrapper .page-center {
    padding: 0 0 4rem;
}


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

 div.sapreter {
    margin: 2.5rem 0;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    text-align: center;
    position:relative;
    color:#e8e8e8;
    overflow:hidden;
}

 .sapreter span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    height: 0;
    width: 200rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: inherit;
    right: 57%;
    margin-right: 1.5rem;
}

article h3:first-of-type {
    padding-top:0;
}


.sapreter span:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    height: 0;
    width: 200rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: inherit;
    left: 57%;
    margin-left: 1.5rem;
}

.sapreter span.arrow-parent {
    position:relative;
}

.sapreter span.arrow-parent i {
    width: 1.2rem;
    display: inline-block;
    vertical-align: top;
    line-height: inherit !important;
    margin: 0;
    color: #e8e8e8;
    text-align: center;
}


.accordion-group .title-group .right-arrow {
    position: absolute;
    top: 50%;
    line-height: 2rem;
    height: 2rem;
    width: 2rem;
    margin-top: -1rem;
    text-align: center;
    transition: transform 0.3s;
    transform: rotate(0deg);
    right: 1rem;
    cursor:pointer;
}

.accordion-group .title-group .right-arrow:before {
    content: '\f0d7';
    font-family: fontawesome;
    vertical-align: top;
}

.accordion-group  .accordion-content {
    padding:1.5rem 1.5rem 2rem;
}

.accordion-group .inner-group.open .title-group .title {
    color: #009ace;
}

.accordion-group .inner-group.open .right-arrow{
    transform: rotate(180deg);
    color: #009ace;
}


/*---Accordion----*/


.accordion-group .title-group {
    position: relative;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5rem;
    white-space: nowrap;
    cursor: pointer;
    padding: 1rem 1.5rem;
    transition: background-color 0.3s, color 0.3s;
    color:#545454;
    border-top:1px solid #e8e8e8;
}

.accordion-group .title-group:hover {
    background-color: rgba(0,0,0,0.04);
}

.accordion-group .title {
    font-weight: 400;
    letter-spacing: 0.01em;
    margin:0;
    font-size: 1.2rem;
    line-height: 1.5rem;
     color:#545454;
}

/*----End fo Accordion----*/


.custom-fixed-link {
    line-height:0;
}


.custom-fixed-link {
    line-height: 0;
    min-height: 0 !important;
}

/*-----Thank You---*/

.thankyou-page .body-container-wrapper {
   text-align: center;
padding-left: 0;
padding-right: 0;
}

.thankyou-page .body-container-wrapper h1 span{
   color: #009ace;
}
.thankyou-page .body-container-wrapper .facebook a.w-socials-item-link {
   color: #42599e;
}
.thankyou-page .body-container-wrapper .twitter a.w-socials-item-link {
       color: #55acee;
}
.thankyou-page .body-container-wrapper .linkedin a.w-socials-item-link {
      color: #117eb9;
}


.thankyou-page .body-container-wrapper .instagram a.w-socials-item-link {
    color: inherit;
}
.thankyou-page .body-container-wrapper .main-content .hs_cos_wrapper.hs_cos_wrapper_widget p {
   margin-bottom: 1.5rem;
}
.thankyou-page .body-container-wrapper .facebook a.w-socials-item-link:hover {
   color: #fff;
}
.thankyou-page .body-container-wrapper .twitter a.w-socials-item-link:hover {
       color: #fff;
}
.thankyou-page .body-container-wrapper .linkedin a.w-socials-item-link:hover {
      color: #fff;
}
.thankyou-page .body-container-wrapper .instagram a.w-socials-item-link:hover {
   color: #fff;
}
.thankyou-page .body-container-wrapper .main-content .hs_cos_wrapper.hs_cos_wrapper_widget p {
   margin-bottom: 1.5rem;
}
.thankyou-page .body-container-wrapper a.w-socials-item-link {
   background-color: #f2f2f2;
   border-radius: 0.25em;
   display: block;
   text-align: center;
   position: relative;
   overflow: hidden;
   line-height: 2.5em;
   width: 2.5em;
   border: none !important;
   z-index: 0;
}
.thankyou-page .body-container-wrapper .w-socials-item {
   font-size: 40px;
}
.thankyou-page .body-container-wrapper .w-socials-list{
   text-align:center;	
padding-left: 3px;
}
.thankyou-page .body-container-wrapper .w-socials-item {
margin: 0.1em;
margin-left: 0;
top: 0;
}

.thankyou-page  .body-container > .row-fluid-wrapper.row-depth-1.row-number-1 {
   padding-left: 2.5rem;
   padding-right: 2.5rem;
}
.image-thankyou{
   padding: 4rem 0;
}


/*----End of Thank You----*/



/*--Wed Design----*/


.Web-Design .body-container-wrapper hr {
    background-color: #009ace;
    color: #009ace;
    margin: 3rem 0;
}

.Web-Design .body-container-wrapper h4 {
    text-align:center;
    color:#666;
}

 .full-width-banner-wrapper .page-center {
    padding-top:6rem;
    padding-bottom:6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

 .full-width-banner-wrapper .page-center h3 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
 }







.full-width-banner-wrapper .color_white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: rgba(0,0,0,0.15);
}





.full-width-banner-wrapper .w-btn.color_white {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.5;
    padding: 0 1.7em;
    border-radius: 0.3em;
    letter-spacing: 0em;
    box-shadow: 0 0em 0em rgba(0,0,0,0.18);
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    position: relative;
     border:2px solid #fff;
}

.full-width-banner-wrapper .page-center {
    text-align:center;
}

.full-width-banner-wrapper .w-btn.color_white:hover {
 	color:#333;
}


.full-width-banner-wrapper .w-btn.color_white span {
    z-index:999;
    position:relative;
}

.full-width-banner-wrapper .w-btn.color_white:hover:before {
    background-color: #fff;
    height:100%;
}


/*----End of Web Design---*/



/*----.digital-marketing ---*/

.digital-marketing  .body-container-wrapper {
	padding:0;
}

.digital-marketing  .full-width-banner-wrapper {
    margin:0;
}


.two-column-equal-with-image {
    background-color:#EAEAEA;
}

.two-column-equal-with-image.light-gray {
    background-color: #f5f5f5;
}

.two-column-equal-with-image.dark-gray {
   background-color:#DDDDDD; 
}

.two-column-equal-with-image .column.col2 {
    padding-left:80px;
    padding-top:75px;
    padding-right:1.5rem;
    padding-bottom:20px;
}


.two-column-equal-with-image .column.col1 {
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn.btn-blue {
    color: #009ace;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.5;
    padding: 0 1.7em;
    border-radius: 0.3em;
    letter-spacing: 0em;
    box-shadow: 0 0em 0em rgba(0,0,0,0.18);
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
    position: relative;
    background: none;
    border: none;
    z-index: 0;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border:2px solid #009ace;
    display:inline-block;
}

.btn.btn-blue:before {
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: rgba(0,0,0,0.15);
}


.btn.btn-blue:hover:before {
    height:100%;
    background-color: #009ace;
}

.btn.btn-blue:hover {
    color:#fff;
}

.btn.btn-blue span {
   position:relative;
   z-index:999;
}


.digital-marketing  .full-width-banner-wrapper  .w-btn.color_white {
	font-size:18px !important;
}



/*----End of .digital-marketing -----*/



.two-column-right-with-bottom-pane .shadow {
    box-shadow: -2px 5px 19px 5px grey;
    margin:0 0 1.5rem;
}




div:not(.page-center) .two-col-equal-top-pane {
   margin-left: -2.5rem;
   margin-right: -2.5rem;
}

.two-col-equal-top-pane .page-center {
   padding-top: 6rem;
   padding-bottom: 6rem;
}

.two-col-equal-top-pane.dark-background,
.two-col-equal-top-pane.dark-background * {
   color: #fff;
}

.two-col-equal-top-pane .top.column {
   margin-bottom: 1.5rem;
}

.two-col-equal-top-pane .left.column {
   width: 50%;
   float: left;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.two-col-equal-top-pane .right.column {
   width: 50%;
   float: left;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.two-col-equal-top-pane .bottom {
   margin-left: -1.5rem;
   margin-right: -1.5rem;
}

.two-col-equal-top-pane .row-fluid {
   margin-left: -1.5rem;
   margin-right: -1.5rem;
   width: auto;
}

.two-col-equal-top-pane .inner {
   padding: 0 1.5rem;
}

.two-col-equal-top-pane .right.column ul,
.two-col-equal-top-pane .left.column ul {
   margin-top: 0;
   list-style-type: disc;
   margin-left: 2.5rem;
   font-size: 16px !important;
   line-height: 1.7 !important;
}

.two-col-equal-top-pane .bottom:after {
   clear:  both;
   content:  "";
   display: block;
}

.two-col-equal-top-pane .right.column ul li,
.two-col-equal-top-pane .left.column ul li {
   margin: 0 0 0.5rem;
}

a.btn.btn-white {
   display: inline-block;
   vertical-align: top;
   text-align: center;
   white-space: nowrap;
   position: relative;
   background: none;
   border: none;
   z-index: 0;
   cursor: pointer;
   transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   font-weight: 400;
   line-height: 2.6;
   padding: 0 1.7em;
   border-radius: 0.3em;
   letter-spacing: 0em;
   box-shadow: 0 0em 0em rgba(0,0,0,0.18);
   border-color: #fff !important;
   color: #fff !important;
   font-size: 18px;
   border: 2px solid;
}

a.btn.btn-white:hover {
   color: #333 !important;
}

a.btn.btn-white:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 0;
   transition: height 0.3s;
   background-color: #fff;
   z-index: -1;
}

a.btn.btn-white:hover:after {
   height: 100%;
}





.two-column-right-with-bottom-pane .custom-bottom-pane .two-col-equal-content .page-center {
    max-width: 620px;
    padding: 0;
}

.ecommerce-website-design .custom-row2-group {
	background: rgb(234, 240, 242);
}

.ecommerce-website-design .body-container-wrapper {
    padding-left: 0;
    padding-right: 0;
}


.ecommerce-website-design .custom-bottom-pane,
.ecommerce-website-design .custom-row2-group,
.ecommerce-website-design .custom-row1-group {
	padding-left:2.5rem;
	padding-right:2.5rem;
}


.ecommerce-website-design .full-width-banner-wrapper {
    margin: 0 -2.5rem;
}


.ecommerce-website-design .custom-row2-group .page-center {
	padding-top:50px;
	padding-bottom:30px;
}



.two-column-right-with-bottom-pane .custom-bottom-pane .two-col-equal-content .column {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}


.ecommerce-website-design .custom-row2-group .two-col-equal-content h1 {
    font-size: 55px;
    line-height: 75px;
    font-weight: 300;
    color: rgb(0, 154, 206);
    font-family: Montserrat;
    margin: 0 -35px 0 0;
}

.ecommerce-website-design .custom-row2-group .two-col-equal-content h3 {
    font-size: 30px;
    font-weight: 300;
    color: rgb(84, 84, 84);
    font-family: Montserrat;
    line-height: 60px;
    letter-spacing: 2px;
    color:#545454;
}

.ecommerce-website-design  .full-width-banner-wrapper .w-btn.color_white {
    line-height: 2.6;
    padding: 0 1.7em;
    
}

.home .full-width-banner-wrapper h1 {
   padding-bottom: 24px;
}

.ecommerce-website-design  .full-width-banner-wrapper h2 {
    color:#fff;
}

.ecommerce-website-design .custom-row2-group {
    margin-bottom: 8rem;
}

.ecommerce-website-design .custom-row2-group .column.col2 {
    padding-top: 95px;
}

.btn.orang {  
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    background-color: rgb(232, 161, 121);
    border-color: rgb(0, 0, 0);
    border-radius: 3px;
    padding: 12px 35px;
    display:inline-block;
    transition: 0s;
}

.ecommerce-website-design .custom-row2-group .column.col1 img {
	max-width:none;
}

.ecommerce-website-design .custom-row2-group .page-center {
    max-width: 1030px;
}


.btn.orang:hover {  
    background-color:rgba(0,154, 206, 0.5);
}


/*-----Home----*/

.home .custom-banner {
       background-size: cover;
       background-position: center center;
       margin-top: -1px;
       background-repeat: no-repeat !important;
       padding-bottom: 242px;
   }
 
  
   .home .custom-banner img {
       max-width: 786px;
       margin-left: auto;
       margin-right:  auto;
       display:  block;
       width:100%;
   }
   .home .custom-banner .page-center {
       padding-top: 113px;
       text-align:  center;
   }
   .home .custom-banner h1 {
       font-size: 50px;
       line-height: 50px;
       font-weight: 400;
       color: rgb(173, 173, 173);
       letter-spacing: 0px;
       font-family: Montserrat;
       padding-top: 43px;
   }
   .home .orange {
       font-size: 20px;
       color: rgb(255, 255, 255);
       font-family: Montserrat;
       background-color: rgb(247, 160, 114);
       border-color: rgb(0, 0, 0);
       padding: 12px 34px;
       line-height:  18px;
       border-radius:  0;
       font-weight: 300;
       margin-top: 16px;
       opacity: 1;
       transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       transform-origin: 50% 50% 0px;
       border: 1px solid rgb(247, 160, 114) !important;
   }
   .home .orange:hover {
       color: rgb(0, 154, 206) !important;
       font-family: Montserrat;
       background-color: rgb(255, 255, 255) !important;
       border-color: rgb(0, 154, 206) !important;
   }
   
 /*  .home .custom-banner img.arrow-down {
      width: 62px;
        height: auto;
        padding-top: 128px;
        left: 3px;
        position: relative;
   }*/
   
   
   
   .home .one-col-button .w-btn.color_white {
        padding: 0 1.8em;
        line-height: 2.6;
    }
    
    .home .one-col-button .w-btn.color_white  i.fa.fa-rocket {
        margin-right: 5px;
    }
   
   .home .custom-banner .page-center + a {
       width: 62px;
       height: auto;
       display: block;
       padding-top: 128px;
       left: 3px;
       position: relative;
       margin-left: auto;
       margin-right: auto;
    }
   
   .home .body-container-wrapper {
       padding-left:  0;
       padding-right:  0;
   }
   
   .home .full-width-banner-wrapper {
       margin-left:  0 !important;
       margin-right:  0 !important;
   }
   .home .row-banner-image {
       position:  absolute;
       background-position: top right;
       background-repeat: no-repeat;
       background-size: contain;
       display:  block;
       left:  0;
       right:  0;
       top: 0;
       width:  100%;
       height:  100%;
       z-index: -1;
   }
   .home-row1 .span12.widget-type-rich_text {
       width: 66.6666%;
       margin:  0 auto;
       text-align:  center;
       float:  none !important;
   }
   .home-row1 .span12.widget-type-rich_text h1 {
       color: #009ace;
   }
   .home-row1 .span12.widget-type-rich_text hr.blue {
       border-top: 1px solid #009ace !important;
       margin-top: 35px !important;
       display:  block;
       margin-bottom: 33px;
   }
   .home-row2 .page-center {
       padding-top:  0;
       text-align:  center;
   }
   
   .home-row3 .page-center> div {
       margin-left:  -1.5rem;
       margin-right:  -1.5rem;
   }
   .home-row3 .home-row3-left {
       width: 50%;
       padding-left: 1.5rem;
       padding-right: 1.5rem;
   }
   .home-row3 .home-row3-right {
       margin-left:  0 !important;
       width:  50%;
       padding-left: 1.5rem;
       padding-right: 1.5rem;
   }
   .home .one-column-wraper {
       text-align: center;
       position: relative;
       padding: 2.5rem 3rem;
       border-radius: 0.3rem;
       color:  #fff;
       margin-bottom:  5px;
       background-color:#ccc;
   }
   .home .one-col-title h2 {
       color: #fff;
       margin-bottom: 0.8rem;
   }
   .home .color_white:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       height: 0;
       transition: height 0.3s;
       background-color: rgba(0,0,0,0.15);
   }
   .home .w-btn.color_white {
       font-size: 15px;
       font-weight: 400;
       line-height: 2.8;
       padding: 0 1.8em;
       border-radius: 0.3em;
       letter-spacing: 0em;
       box-shadow: 0 0em 0em rgba(0,0,0,0.18);
       cursor: pointer;
       transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
       -webkit-tap-highlight-color: rgba(0,0,0,0);
       text-align: center;
       position: relative;
        border:2px solid #fff;
   }
   .home .w-btn.color_white:hover, .w-btn.color_white:hover i {
       color:#333;
       position: relative;
   }
   .home .w-btn.color_white span {
       z-index:99999;
       position:relative;
   }
   .home .w-btn.color_white:hover:before {
       background-color: #fff;
       height:100%;
   }
   .home .full-width-banner-wrapper h1 {
       color:  #fff;
   }
   .home .slick-next,
   .home .slick-prev {
       position: absolute !important;
       top: 50% !important;
       font-size: 0 !important;
       font-family: fontawesome !important;
       text-align: center !important;
       height: 3.5rem !important;
       width: 3.5rem !important;
       margin-top: 0 !important;
       border-radius: 50% !important;
       border: 2px solid transparent !important;
       transition: background-color 0.3s, border-color 0.3s, color 0.3s !important;
       z-index:  999999;
   }
   
   
   .home .slick-prev {
       left: -4.5rem;
    }
   
   .home .slick-next {
       right: -4.5rem;
    }
   
   .home .slick-prev:before,
   .home .slick-next:before {
       content: '\f104' !important;
       padding-right: 0.2rem !important;
       position: absolute !important;
       top: 50% !important;
       left: 50% !important;
       font-size: 2rem !important;
       transform: translate(-50%,-50%) !important;
       font-family: fontawesome !important;
       color: rgb(84, 84, 84) !important;
       opacity:  1 !important;
   }
   .home .slick-next:before {
       content: '\f105' !important;
       padding-left: 0.2rem !IMPORTANT;
   }
   .home .slick-next:hover,
   .home .slick-prev:hover {
       border-color: #009ace !important;
       color: #009ace !important;
   }
   .home .slick-next:hover:before,
   .home .slick-prev:hover:before {
       color: #009ace !important;
   }
   .home-blog h1 {
       text-align:  center;
       padding-top:  0;
   }
   .home-row5 .page-center {
       padding-top:  0;
   }
   .home .blog-posts {
       margin-left: -10px !important;
       margin-right: -10px !important;
   }
   
   .home .blog-posts .hs-rss-item {
       float: left;
       min-height: 1px;
       padding: 0 10px;
       width:  25%;
       position:  relative;
   }
   .home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
       display: block !important;
       width:  100% !important;
       margin-bottom: 15px;
   }
   
   
   .home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
       float:  none !important;
       width:  100% !important;
       display:  block !IMPORTANT;
       margin-bottom: 10px !important;
       padding: 0 !important;
   }
   .home .hs-rss-item.hs-with-featured-image .hs-rss-item-text h3 {
       font-size: 16px;
       padding-top:  0 !important;
   }
   .home .rss-byline {
       font-size: 11px;
       margin-bottom: 20px;
       color: #999;
   }
   
   .home .rss-byline a:hover {
       color: #1d67a8;
       text-decoration: underline;
    }
    
    .home .rss-byline a {
       -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       transition: all 0.2s ease-out;
    }
       
   
   .home .rss-byline span.head {
       font-weight: 300;
       margin-right: 3px;
   }
   .home .hs-rss-more {
       font-size: 13px;
   }
   .home .hs-rss-more a {
       font-style: italic;
       display: inline-block;
       margin: 0 0 15px 0;
       text-decoration: none;
       line-height: inherit;
       -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       transition: all 0.2s ease-out;
   }
   
   .home .full-width-banner-wrapper .page-center {
       padding-top: 4rem;
       padding-bottom: 4rem;
    }
   
   .home-row6 .row-banner-image {
       background-size: cover !important;
       background-position: center center;
   }
   
   .home-row6 .row-banner-image[style*="background-image"] {
       background-color:#F7A072;
   }
   
   .two-col-equal-top-pane {
       background-color: #1d67a8;
    }
   
   .home-row6 .page-center {
       padding: 6rem 0;
   }
   .home-row6 .page-center  .span12.widget-span.widget-type-rich_text {
       text-align:  center;
       color:  #fff;
   }
   .home-row6 .page-center .span12.widget-span.widget-type-rich_text h1 {
       color:  #fff;
   }
   .home-row6 .page-center .span12.widget-span.widget-type-rich_text h4 {
       color:  #fff;
   }
   .home-row6 .home-row5-left {
       width:  25%;
       padding-left: 1.5rem;
       padding-right: 1.5rem;
       color: #fff;
   }
   .home-row6 .page-center .row-number-24 {
       margin-left:  -1.5rem;
       margin-right:  -1.5rem;
   }
   .home-row6 .home-row5-right {
       margin:  0;
       width: 75%;
       padding-left: 1.5rem;
       padding-right: 1.5rem;
   }
   .home-row6 .home-row5-left h3 {
       color:  #fff;
   }
   .home-row6 .home-row5-right h3.form-title {
       color:  #fff;
   }
   .home-row6 .home-row5-right .hs-form label {
       color:  #fff;
   }
   
   .home .home-row2 .row-banner-image {
       background-size: cover;
       background-position: top left;
       background-repeat: no-repeat;
    }
    
    .home .home-row2 .page-center {
       padding-bottom: 0;
    }

/*----End of Home----*/

/*----Star Rating -Module---*/


blockquote.star-rating {
    margin-top: 30px;
}

.star-rating.five_star img.five,
.star-rating.five_star img.four,
.star-rating.five_star img.three,
.star-rating.five_star img.two,
.star-rating.five_star img.one,
.star-rating.four_star img.four,
.star-rating.four_star img.three,
.star-rating.four_star img.two,
.star-rating.four_star img.one,
.star-rating.three_star img.three,
.star-rating.three_star img.two,
.star-rating.three_star img.one,
.star-rating.one_star img.one, 
.star-rating.two_star img.two,
.star-rating.two_star img.one {
    display:inline !important;
}


.star-rating img.star {
	display:none;
}

.body-container-wrapper blockquote img.star[draggable*="false"] {
    display:none;
}

.star-rating img.star {}

/*---End fo Star Rating Module----*/


.two-column-right-with-bottom-pane .main-content h4 {
   padding-top: 0;
}
.two-column-right-with-bottom-pane .main-content p {
    line-height: 1.7;
    font-size: 16px;
}
.two-column-right-with-bottom-pane .full-width-banner-wrapper h2 {
   color: #fff;
}

/*======================================== Contact Start  =================================*/

.contact .l-titlebar-overlay {
   opacity:  0;
}
.contact .l-titlebar-content .hs_cos_wrapper_type_menu ul {
   line-height: 1.4;
   margin: 0.8rem 0 0.3rem;
}
.contact .background-image {
   background-repeat: no-repeat;
   background-position: bottom center;
}
.contact .header-social-share-wrapper {
   background:  transparent;
}
.contact .header-social-share-wrapper a.w-socials-item-link {
   color:  rgb(0, 154, 206);
}
.contact .l-titlebar-overlay {
   opacity:  0;
}
.contact .l-titlebar-content .hs_cos_wrapper_type_menu ul {
   line-height: 1.4;
   margin: 0.8rem 0 0.3rem;
}

.contact .header-social-share-wrapper {
   background:  transparent;
}
.contact .header-social-share-wrapper a.w-socials-item-link {
   color:  rgb(0, 154, 206);
}
.contact-row1 .span12.widget-span.widget-type-rich_text:first-child {
   text-align: center;
}
.contact-row1 .span12.widget-span.widget-type-rich_text:first-child h3+hr {
   margin: 0 0 2.5rem;
   padding-top: 25px;
   background:  transparent !important;
   border-bottom:  1px solid #e8e8e8 !important;
}
.contact .contact-row1 .row-fluid-wrapper.row-depth-1.row-number-4 {
   margin-left:  -1.5rem;
   margin-right:  -1.5rem;
   padding-top: 9px;
}
.contact .contact-row1 .contact-row1-left {
   width: 33.3333%;
   /*padding-left: 1.5rem;
   padding-right: 1.5rem;*/
}

.contact .contact-row1 .contact-row1-right {
   margin-left:  0 !important;
   width: 66.6666%;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.contact .contact-row1 .contact-row1-right h3.form-title {
   display:  none;
}

.contacts-item {
   display: inline-flex;
   align-items: center;
   padding: 0 1.3rem 1.3rem;
}

.contacts-item i {
   box-shadow: 0 0 0 2px #009ace inset;
   color: #009ace;
   flex-shrink: 0;
   text-align: center;
   font-size: 1.4rem;
   line-height: 3.5rem;
   width: 3.5rem;
   margin-right: 1rem;
   border-radius: 50%;
}

.contacts-item .w-contacts-item-value {
   color: #545454;
}


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

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

.copyright-content p {
    margin: 0;
}
.custom-copyright {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #222222;
    color: #666666;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.custom-copyright .page-center {
    padding: 2rem 0;
}
.copyright-content {
    width: 50% !important;
    padding-right: 1.5rem;
}

.custom-footer-logo section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 82px;
    width: 220px;
    background-image: url(//info.sociallite.ca/hubfs/Social_Lite__December2017%20Theme/Images/PartnerBadge.png);
}
.footer-wrapper .page-center {
    padding: 4.6rem 0 5rem;
}
.footer-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background: #fff;
}
.custom-footer-logo p {
    margin: 0 0 2.5rem;
}
.custom-footer-logo img {
    max-width: 416px;
}

.custom-footer-social-share .w-socials-item.email .w-socials-item-link:after {
    color: #96a2a8;
    font-family: fontawesome;
    content: '\f0e0';
     transition-duration: 0.3s;
    
}
.custom-footer-social-share .w-socials-item.facebook .w-socials-item-link {
    color: #42599e;
}
.custom-footer-social-share .w-socials-item.twitter .w-socials-item-link {
    color: #55acee;
}
.custom-footer-social-share .w-socials-item.linkedin .w-socials-item-link {
    color: #117eb9;
}
.custom-footer-social-share .w-socials-item.instagram .w-socials-item-link {
    color: inherit;
}
.custom-footer-social-share  .w-socials-item.email .w-socials-item-link-hover {
    background-color: #96a2a8;
}


.custom-footer-social-share .w-socials-list {
    text-align: left;
    padding-left: 20px;
}

.custom-footer-social-share a.w-socials-item-link {
    line-height: 2.5em;
    width: 2.5em;
    transition-property: background-color, box-shadow, border, color, opacity, transform;
    transition-duration: 0.3s;
}

.custom-footer-social-share .w-socials-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
}


.custom-footer-social-share .w-socials-item.email:hover .w-socials-item-link:after {
    color:#fff !important;
}

.custom-footer-social-share  a.w-socials-item-link:hover {
    color:#fff !important;
}


.no-touch .w-socials-item-popup {
    display: block;
}

.w-socials-item-popup {
    position: absolute;
    left: 50%;
    bottom: 100%;
    text-align: center;
    white-space: nowrap;
    z-index: 10;
    font-size: 0.9rem;
    line-height: 2.4rem;
    padding: 0 1rem;
    margin-bottom: 0.4rem;
    border-radius: 0.25rem;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-50%,-1em,0);
    transition: opacity 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s, transform 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s;
    display: block;
}


.no-touch .w-socials-item-popup {}



.w-socials-item-popup:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0,0,0,0.8);
}

.w-socials-item-link:hover + .w-socials-item-popup {
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%,0,0);
}



.w-socials-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.custom-footer-social-share, .color_footer-top *,
.custom-footer-social-share .w-btn.color_light {
    border-color: #222222;
}



.full-width-bottom-pane .main-content p:last-child {
    margin-bottom: 0;
}

.three-column-equal-with-bg .three-column-equal .custom-column p:last-child {
    margin-bottom: 0;
}



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


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



/* 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:901px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
            display:block !important;
        }
        
        /* Parent List */
    .custom-menu-primary.js-enabled {
        width: auto !important;
        margin: 0 !important;
        float: right !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul{
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        font-size: 15px;
        display: inline-block;
        position: relative;
        vertical-align: top;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 0 28px;
        position: relative;
        display: block;
        line-height: 82px;
        color: #009ace;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
    
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #fff;
        min-width: 12rem;
        box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        padding-right: 2em;
        line-height: 1.5em;
        padding: 0.6em 20px;
        white-space: nowrap;
        transition: color 0.1s, background-color 0.1s;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul > li.active.active-branch > a:hover {
        color: #009ace;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li > ul > li.active.active-branch > a{
        color: #009ace;
    }
    
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        white-space: nowrap !important;
        line-height: 1.5em;
        /*padding: 0 20px;*/
        transition: color 0.1s, background-color 0.1s;
            font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: #666;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a:after {
        vertical-align: top;
        content: '\f105';
        font-size: 1.5em;
        font-family: fontawesome;
        display: block;
        position: absolute;
        top: 9px;
        right: 0;
        width: 1.4em;
        vertical-align: top;
        font-weight: normal;
        text-transform: none;
        text-align: center;
      	z-index:-1;
    }
    
 
        
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{}
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover>a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li>a:hover {
        color: #1d67a8;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        padding: 0;
    }
    
    .header-container-wrapper {
        min-height:122px;
    }
    
   .home .header-social-share-wrapper {
       background: transparent;
   }
    
}

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

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

  @media (max-width: 900px){

  /* 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;
    cursor: pointer;
    position: absolute;
    top: -30.5px;
    right: 16px;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
  .mobile-trigger:hover{
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
      border-color: transparent;
      }

  /* 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: 20px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #009ace;
    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: ; /* Icon color */
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 1px;
    width: 35px !important;
    min-width: 35px !important;
    height: 48px !important;
    padding: 0 !important;
    transition: transform 0.3s;
    color: #009ace;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }

      .mobile-trigger i:after {
        top: 0.35em;
        transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s, transform 0.15s cubic-bezier(0,1,.8,1);
        }
    .mobile-trigger i:before {
        top: -0.35em;
        transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s, opacity 0.15s cubic-bezier(0,1,.8,1);
    }
    
    .mobile-open .mobile-trigger i:before {
        top: 0;
        opacity: 0;
        transition: top 0.15s cubic-bezier(0,1,.8,1), opacity 0.15s cubic-bezier(0,1,.8,1) 0.15s;
    }
    .mobile-open .mobile-trigger i:after {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.15s cubic-bezier(0,1,.8,1), transform 0.15s cubic-bezier(0,1,.8,1) 0.15s;
    }
    
    .mobile-open .mobile-trigger i {
        transform: translateY(-50%) rotate(45deg);
        transition-delay: 0.15s;
        transition: transform 0.15s cubic-bezier(0,1,.8,1);
        color: #009ace;
    }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 20px;
    width: 100% !important;
    margin: 0 !important;
  }

  /* 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;
  }
  
  
    .custom-menu-primary .hs-menu-wrapper>ul li ul .child-trigger {
       color: #666666;
    }

  /* Mobile Menu Styles */ 
      .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        box-shadow: 0 3px 3px rgba(0,0,0,0.1);
      }
      .custom-menu-primary .hs-menu-wrapper{
        background-color: #fff;
        width: 100%; /* Full screen width */
      }

  /* Level 1 Menu List Styles */
      .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
      }
      
    .custom-menu-primary .hs-menu-wrapper > ul ul > li.active.active-branch > a:hover {
        color: #009ace;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul >li > ul > li.active.active-branch > a {
        color: #009ace;
    }
      
      
      .custom-menu-primary .hs-menu-wrapper > ul > li a{
        font-size: 16px;
        line-height: 1.6em;
        padding: 0.7rem !important;
        position: relative;
        padding-right: 2em !important;
        background-color: #ffffff;
        color: #009ace;
      }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        padding-left: 1.4rem !important;
        font-size: 15px !important;
        color: #666666 !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        padding-left: 2.1rem !IMPORTANT;
        font-size: 15px !important;
        line-height: 1.6em;
        padding: 0.7rem !important;
        padding-left: 2.1rem !IMPORTANT;
        color: #666666 !important;
    }
  /* Level 1 and Higher Menu List Styles */

    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        color: #fff;
        background-color: #1d67a8;
        color: #009ace;
    }
    span.arrow:after {
        content: '\f107';
        vertical-align: middle;
        font-family: fontawesome;
        font-size: 1.5em;
        width: 100%;
        position: relative;
        text-align: left;
        transition: transform 0.3s;
    }
    
    
    .child-trigger span.arrow {
       transition: transform 0.3s;
       display: inline-block;
       transition: transform 0.3s;
       vertical-align: top;
       font-weight: normal;
       line-height: inherit;
       text-transform: none;
       text-align: center;
       position: absolute;
       top: 0;
       right: 0;
       padding: 0.7rem;
    }
   .child-trigger.child-open span.arrow {
        transform: rotate(180deg);
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li ul li:hover>* {
       background-color: #fff;
       color: #1d67a8 !important;
    }

}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.blog .hs-blog-header h1 {
   margin-top: 0;
   padding-top: 0;
color: #009ace;
}
.blog-listing-wrapper .post-listing .post-item {
   width: 33.33333%;
   padding: 0 10px;
   float: left;
   position: relative;
   margin-bottom: 35px;
}

.blog-listing-wrapper .post-listing .post-item .post-body *:last-child {
   margin-bottom: 0;
}

.blog-listing-wrapper .post-listing .post-item .post-body + a.more-link {
   font-style: italic;
   display: inline-block;
   margin: 0 0 15px 0;
   text-decoration: none;
   line-height: inherit;
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   font-size: 13px;
   color: #545454;
}

.blog-listing-wrapper .post-listing .post-item .post-body + a.more-link:hover {
   color: #1d67a8;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(3n+4) {
   clear: both;
}

.blog .hs-blog-header p:last-child {
   margin: 0;
}
.blog .hs-blog-header .custom-listing-banner.listing {
   padding-bottom: 4rem;
   padding-top:4rem;
}
.blog .blog-content {
   padding: 4rem 0 0;
}
.blog .post-item .hs-featured-image-wrapper {
   margin-bottom: 15px;
   position: relative;
   overflow: hidden;
}
.blog .post-item .hs-featured-image-wrapper img.hs-featured-image {
   margin: 0 !important;
   max-width: 100%;
   max-height: 100%;
   display: block !important;
   float: none;
}
.blog .post-item .post-header {
   /*margin-bottom: 10px;*/
}
.blog .post-item .post-header h2 {
   font-size: 16px;
   line-height: 1.3em;
   margin: 0;
   padding: 0;
}

/* =============== 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-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper:hover {}

.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper a:after {
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   content:  "";
}

.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper:hover a:after {
   background-color: rgb(136,136,136);
   background-color: rgba(136,136,136,0.5);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.blog .post-item .post-header h2 {
   margin-bottom: 10px;
}

.blog .post-item .post-header .custom-byline {
   font-size: 11px;
   margin-bottom: 20px;
   color: #999;
}

.blog .post-item .post-header .custom-byline >div p#hubspot-topic_data {
   margin: 0;
}

.blog .post-item .post-header .custom-byline >div {
   display: inline-block;
   border: 0;
   border-right: 1px solid #ebeaea;
   padding: 0 5px;
   line-height: normal;
}

.blog .post-item .post-header .custom-byline >div:first-child {
   border-left: none!important;
   padding-left: 0!important;
}

.blog .post-item .post-header .custom-byline >div>span {
   margin-right: 3px;
}

.blog .post-item .post-header .custom-byline >div>p>span {
   margin-right: 3px;
}


/* =============== 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#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%;
}


.blog .post-item .post-header .custom-byline a:hover {
   text-decoration: underline;
}


/* 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 {
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
   margin: 0;
   display: inline;
}

.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;
}


.hs-blog-listing .custom-listing-banner.author {
    padding: 2rem 0;
}

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


.blog.hs-blog-post .hs-blog-header {
   padding-bottom: 0;
}

.custom-blog-google-search input {
   margin-top: 0 !important;
}

.custom-blog-google-search a.hs-button.primary {
   margin-top: 0;
   position: absolute;
   top: 0;
   right: 0;
   font-size: 15px;
   padding: 0;
   color: transparent;
   background: transparent;
   line-height: 2.8rem;
   width: 2.8rem;
}

.custom-blog-google-search  form.hs-form {
   position: relative;
}

.custom-blog-google-search a.hs-button.primary:after {
   vertical-align: top;
   content: '\f002';
   font-size: 1.1rem;
   font-family: fontawesome;
   font-weight: normal;
   border: none;
   color: #545454;
   position: absolute;
   right: 0;
   left: 0;
   margin: 0 auto !important;
   display: block;
   width: 1.1rem;
   top:0;
}


.blog .blog-sidebar h3 {
    font-size: 26px;
}

.blog-sidebar .custom-blog-google-search>div {
   padding-bottom: 49px !important;
   margin-bottom: 32px !important;
   border-bottom: 1px solid rgb(232, 232, 232);
}

.blog .blog-sidebar .custom-blog-google-search {
   padding-bottom: 0 !important;
   margin-bottom: 0 !important;
}

/* 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 {
    clear: both;
    float: right;
    font-size: 11px;
    margin-bottom: 24px;
    padding: 0;
    padding-right: 14px;
    padding-top: 0;
}
.blog-pagination a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    float: left;
    margin-left: 4px;
    padding: 4px 8px;
    margin-right: 0;
}

.blog .post-item .post-header .custom-byline >div p#hubspot-topic_data {
   margin: 0;
}

.blog .post-item .post-header .custom-byline > div.otw_blog_manager-blog-category {
    border-right:0;
}

.post-listing:after {
   clear:  both;
   display: block;
   content:  "";
}



.related-post-item {
   margin-bottom: 2rem;
}

.related-post-item .related-title {
   margin-bottom: 0.2rem;
}

.related-post-item .related-title a {
   text-transform: uppercase;
   margin-bottom: 0.2rem;
   font-size: 16px;
   color: inherit;
}

.related-post-item .related-title a:hover {
   color: #1d67a8;
}

.related-post-item .related-author {
   line-height: 1.2rem;
}

.related-post-item .related-author a.author-link {
   color: #999999;
   font-size: 14.4px;
}

.related-post-item .related-author a.author-link:hover {
   color: #1d67a8;
}

.related-post-item .related-readmore {}

.related-post-item .related-readmore a {
   vertical-align: top;
   text-align: center;
   white-space: nowrap;
   position: relative;
   background: none;
   border: none;
   z-index: 0;
   cursor: pointer;
   transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   margin: 1.5rem 0 0;
   display: inline-block;
   font-size: 15px;
   font-weight: 400;
   line-height: 2.8;
   padding: 0 1.8em;
   border-radius: 0.3em;
   letter-spacing: 0em;
   box-shadow: 0 0em 0em rgba(0,0,0,0.18);
   border-color: #e8e8e8;
   border-width: 2px;
   border-style: solid;
   color: inherit !important;
}

.related-post-item .related-readmore a:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 0;
   transition: height 0.3s;
   background-color: rgba(0,0,0,0.15);
   background-color: #e8e8e8;
   z-index: -1;
}

.related-post-item .related-readmore a:hover:after {
   height: 100%;
}

.blog .blog-sidebar .widget-span.related-post {
   margin-bottom: 40px;
}


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


.blog .blog-sidebar ul li:before {
   position: absolute;
   left: 0;
   content: '\f105';
   font-family: fontawesome;
   font-size: 1.2rem;
   opacity: 0.5;
}

.blog-pagination {
   clear: both;
   float: right;
   font-size: 11px;
   margin-bottom: 25px;
   padding: 0;
}

.blog-pagination span.pages {
   display: block;
   float: left;
   margin-left: 4px;
   padding: 4px 8px;
   border: 1px solid #eee;
}

.blog-pagination a {
   text-decoration: none;
   line-height: inherit;
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   display: block;
   float: left;
   margin-left: 4px;
   padding: 4px 8px;
}

.blog-pagination a.active {
   border: 1px solid #eee;
   border-color: #444;
   background: #888;
   color: #fff;
   cursor: text;
}

/* 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 {
   /* position: sticky;*/
    top: 0;
}

/* Blog Modules */


.blog .blog-sidebar h3 {
   font-size: 22px;
   font-weight: 400;
   letter-spacing: 0.01em;
}

.blog .blog-sidebar {
    padding: 4rem 0 0;
}

.blog .blog-sidebar .widget-span {
  margin-bottom: 20px;
  padding: 15px 20px;
   padding-top: 0;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.blog .blog-sidebar ul {}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover {}

.custom-listing-banner.author h3 {
	display: inline-block;
	font-size: 1.8rem;
	margin: 0.3rem 1.5rem 0.3rem 0;
	color: #009ace;
	padding:0;
}

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

.hs-blog-listing .hs-author-profile {
  border-bottom:0;
  padding: 0;
  margin: 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: 90px;
}

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

.hs_cos_gallery_lightbox_container .slick-slide .slick-slide-inner-wrapper {
    border: 0 none !important;
}



.hs-blog-post .hs-featured-image {
   max-width: 100%;
   float: none;
   margin: 0;
   width: 100%;
}

.hs-blog-post .custom-post-banner-group .blog-post-preview {
   margin-bottom: 2rem;
}

.hs-blog-post .custom-post-banner-group .blog-post-body {}

.hs-blog-post .custom-post-banner-group .blog-post-body h1.blog-post-title {
   color: #545454;
   text-transform: uppercase;
}

.hs-blog-post .custom-post-banner-group .blog-post-body .blog-post-meta>* {
   font-size: 0.9rem;
   margin: 0 0.9rem 0.65rem 0 !important;
   color: #999999;
   vertical-align: text-bottom;
   display: inline-block;
}

.hs-blog-post .custom-post-banner-group .blog-post-body .blog-post-meta {
   line-height: 1.2rem;
   padding: 0 0 1rem;
}

.hs-blog-post .custom-post-banner-group .blog-post-body .blog-post-meta span.blog-post-meta-date:before {
   font-family: fontawesome;
   vertical-align: top;
   margin-right: 0.3rem;
   content: '\f017';
}

.hs-blog-post .custom-post-banner-group .blog-post-body .blog-post-meta span.blog-post-meta-author:before {
   font-family: fontawesome;
   vertical-align: top;
   margin-right: 0.1rem;
   content: '\f007';
}

.hs-blog-post .custom-post-banner-group .blog-post-body .blog-post-meta a {
   color: inherit;
}

.hs-blog-post .custom-post-banner-group .blog-post-body .blog-post-meta a:hover {
   color: #1d67a8;
}

.hs-blog-post .custom-post-banner-group .blog-post-body .blog-post-meta span.blog-post-meta-category:before {
   font-family: fontawesome;
   vertical-align: top;
   margin-right: 0.1rem;
   content: '\f07c';
}

.blog.hs-blog-post .blog-content,.blog.hs-blog-post .blog-sidebar {
   padding-top: 0;
}


.w-sharing-icon:before {
   font-family: fontawesome;
   vertical-align: top;
   line-height: inherit;
}
.w-sharing-item.facebook .w-sharing-icon:before {
   content: '\f09a';
}
.w-sharing-item.twitter .w-sharing-icon:before {
   content: '\f099';
}
.w-sharing-item.gplus .w-sharing-icon:before {
   content: '\f0d5'
}
.w-sharing-item.linkedin .w-sharing-icon:before {
   content: '\f0e1'
}
.w-sharing-item.pinterest .w-sharing-icon:before {
   content: '\f0d2'
}
.social-list .w-sharing-item {
   margin: 0.15rem 0;
   border-width: 0 2px 0 0;
   border-style: solid;
   transition: none;
   display: inline-block;
   vertical-align: top;
   position: relative;
   text-align: center;
   line-height: 2rem;
   padding: 0 1rem;
   color: inherit;
   border-color: #e8e8e8;
   margin-left: -4px;
}

.social-list {
   padding: 0 0 2rem;
}

.social-list .w-sharing-item:first-child {
   padding-left: 0;
   margin-left: 0;
}

span.w-sharing-icon {
   display: inline-block;
   vertical-align: top;
   position: relative;
   min-width: 1rem;
   font-size: 1.4rem;
   width: 1.8rem;
   transition: opacity 0.3s, color 0.3s;
   opacity: 0.33;
}

.social-list .w-sharing-item:last-child {
   padding-right: 0;
   border: none;
}

div#comments-listing {
   border: 0;
   margin: 0;
}

.blog.hs-blog-post .blog-content, .blog.hs-blog-post .blog-sidebar {
   padding-bottom: 4rem;
}


.custom_blog_next-previous:after {
   clear:  both;
   content:  "";
   display: block;
}

.custom_blog_next-previous .custom-previous {
   padding: 0 2.2rem;
   width: 50%;
   position: relative;
   color: #545454 !important;
   transition: none;
   float: left;
}

.custom_blog_next-previous .custom-next {
   padding: 0 2.2rem;
   width: 50%;
   position: relative;
   color: inherit !important;
   transition: none;
   text-align: right;
   float: right;
}

.custom_blog_next-previous >div:before {
   font: 2.5rem/1 fontawesome;
   position: absolute;
   top: 0.2rem;
   opacity: 0.3;
}

.custom_blog_next-previous .custom-next:before {
   content: '\f105';
   right: 0;
}

.custom_blog_next-previous .custom-previous:before {
   content: '\f104';
   left: 0;
}

.custom_blog_next-previous div span.w-blognav-meta {
   display: block;
   font-size: 0.8rem;
   line-height: 1.4rem;
   opacity: 0.5;
}

.custom_blog_next-previous >div a {
   color: #545454;
}

.custom_blog_next-previous div a:hover {
   color: #1d67a8;
}

.custom_blog_next-previous div a:hover span.w-blognav-meta {
   color: #545454;
}

.custom_blog_next-previous {
   padding: 2rem 0;
}

.blog-post-author {
   overflow: hidden;
   padding: 2rem;
   border-radius: 0.3rem;
   border: 2px solid #e8e8e8;
}

.blog-post-author .blog-author-img img {
   display: inline-block;
   vertical-align: top;
   width: 90px;
   border-radius: 50%;
}

.blog-post-author .blog-author-desc {
   font-size: 0.9rem;
   line-height: 1.7;
   margin: 0 0 0rem 8rem;
}

.blog-post-author .blog-author-img {
   float: left;
}

.blog-post-author .blog-author-name {
   font-size: 1.2rem;
   line-height: 1.5;
   margin: 0 0 0.5rem 8rem;
}

.blog-post-author .blog-author-desc p:last-child {
   margin-bottom: 0;
}


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


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

/* Form Field */
.hs-form-field {
    margin: 0 0 1.5rem;
}

.hs_recaptcha.field.hs-form-field {
    overflow-y: hidden;
    overflow-x: auto;
}

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

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

/* 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 {
    padding: 0 0.8rem;
    width: 100%;
    border-radius: 0.3rem;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
    transition: all 0.3s;
    font-size:16px;
    margin-top: 0.4rem !important;
    font-family:Montserrat, sans-serif;;
    line-height: 2.8rem;
    min-height: 2.8rem;
    color: #545454;
    background-color: #f2f2f2;
    border:0 none;
    display:inline-block;
    max-width:600px;
    width:100%;
    
    
}

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 {
    box-shadow: 0 0 0 2px #009ace;
    outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
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"] {}

/* 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_rollup .hs-error-msgs label {
    text-align: center;
    margin: 0;
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
    border: 2px solid #f7e700;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    text-align: left;
    margin-top: 5px;
}

.input ~ .hs-error-msgs.inputs-list li label{
   color: #f00 !important;
   font-weight: normal;
   display: block;
   font-size: 0.9rem;
}




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


/* Placeholder Text */
.blog ::-webkit-input-placeholder {
    opacity: 0.5;
   color: inherit;
} /* Webkit Browsers */
.blog :-moz-placeholder {
     opacity: 0.5;
   color: inherit;
} /* Firefox 18- */
.blog ::-moz-placeholder {
     opacity: 0.5;
   color: inherit;
} /* Firefox 19+ */
.blog :-ms-input-placeholder {
     opacity: 0.5;
   color: inherit;
} /* IE10 */

.blog-post-author.author {
    margin-bottom: 3.5rem;
}

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

.widget-type-google_search .hs-button.primary {
    margin-top: 1.5em;
}

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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.8;
    padding: 0 1.8em;
    border-radius: 0.3em;
    letter-spacing: 0em;
    box-shadow: 0 0em 0em rgba(0,0,0,0.18);
    color: #fff;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    width:auto;
    display:inline-block;
    background-color: #009ace;
    border:0 none;
    white-space: normal !important;
    margin:10px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #1d67a8;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
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 {}


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

.hs-blog-social-share ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}


.blog .blog-sidebar h3 {
   font-size: 22px;
   font-weight: 400;
   letter-spacing: 0.01em;
}

.blog .blog-sidebar ul {
   margin: 0;
   list-style: none;
}

.blog .blog-sidebar ul span.filter-link-count {
   display: none;
}

.blog .blog-sidebar ul li {
   margin: 0 0 0.5rem;
   position: relative;
   line-height: 1.4rem;
   padding-left: 1rem;
   margin-bottom: 0.6rem;
}

.blog .blog-sidebar ul li:before {
   position: absolute;
   left: 0;
   content: '\f105';
   font-family: fontawesome;
   font-size: 1.2rem;
   opacity: 0.5;
}

form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    width: 50%;
}

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

/*----Popup Slider----*/


.hs_cos_gallery_lightbox{
   margin:0;
}


.hs_cos_gallery_lightbox_container {
    padding:40px 0;
}

.hs_cos_gallery_lightbox_container .slick-list,
.hs_cos_gallery_lightbox .slick-list {
    height: 100%;
    max-height: 100%;
}

.hs_cos_gallery_lightbox_thumbnails .slick-slider .slick-track,
.hs_cos_gallery_lightbox_thumbnails .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*width: 100% !important;*/
}
 .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
    width: 33.333% !important;
    display: block !important;
    height: 295px !important;
}

.hs_cos_gallery_thumbnails, 
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_lightbox {
    padding: 0;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    margin: 0;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
   position: relative;
}

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
   height: auto;
}

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s;
    background-color: #fff;
    opacity: 0;
    cursor: zoom-in;
}

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide:hover:after {
    opacity: .5;
}
.hs_cos_gallery_lightbox_thumbnails {
    margin-bottom: 0;
}

.hs_cos_gallery_lightbox .slick-arrow {
    opacity: .65;
    width: 90px;
    height: 110px;
    top:41%;
    z-index:9999;
    transition:0.2s;
}

.hs_cos_gallery_lightbox .slick-arrow:hover {
    opacity:1;
}


.hs_cos_gallery_lightbox .slick-arrow:before {
    content: '\f104';
    font-family: fontawesome;
    font-size: 3rem;
    font-weight: normal;
    line-height: 110px;
    width: 100%;
    margin: 0;
    border: none;
    color: #fff;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity:0.66;
}

.hs_cos_gallery_lightbox .slick-slide-inner-wrapper:hover {
    border:0 none !important;
}

.hs_cos_gallery_lightbox .slick-arrow.slick-next:before{
    content: '\f105';
}


.vex-content.hs-gallery .vex-close {
	transition: opacity 0.2s;
	opacity:0.66;
	width:5rem;
	height:5rem;
	cursor: -webkit-zoom-out;
}

.vex-content.hs-gallery .vex-close:before {
    content: '\2715';
    position: absolute;
    font-family: fontawesome;
    z-index: 1047;
    top: 0;
    right: 0;
    font-size: 2rem;
    text-align: center;
    line-height: 5rem;
    width: 5rem;
    color: #fff;
    transform: none;
    background-color: transparent;
    box-shadow: none !important;
   
}


.vex-content.hs-gallery .vex-close:hover:before {
     box-shadow: none !important;
}

.vex-content.hs-gallery .vex-close:before {
    content: '\2715';
    position: absolute;
    font-family: fontawesome;
    z-index: 1047;
    top: 0;
    right: 0;
    font-size: 2rem;
    text-align: center;
    line-height: 5rem;
    width: 5rem;
    color: #fff;
    transform: none;
    background-color: transparent;
    box-shadow: none;
}

.vex-content.hs-gallery .vex-close:after {
	display:none !important;
} 


/*----End of Popup Slider----*/





.about-team-layout .row-2-content .hs_cos_wrapper_type_custom_widget:nth-child(3n+2) {
    clear: both;
}








.branded-web-design {
	position:relative;
	margin: 0; height: 100%; overflow: hidden; 
} 

.branded-web-design .body-container-wrapper {
	padding:0;
}

.branded-web-design .main-content iframe {
	position: absolute; left:0; right:0; bottom:0; top:0; border:0;
	height:100vh;
}

.l-titlebar-h .hs-breadcrumb-menu {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0.8rem 0 0.3rem;
    display: table;
    clear: both;
    text-align: center;
    width: 100%;
    color: #009ace;
}


div.pp_default .pp_social {
   display: none;
}

div.pp_default .pp_close {
   position: fixed;
   background: transparent !important;
   line-height: 5rem;
   width: 5rem;
   height: auto;
   text-indent:  0;
   color:  transparent;
}

div.pp_default .pp_close:hover {
   opacity: 1;
}

div.pp_default .pp_details {
   position: static;
}

.pp_content_container {
   position: static;
}

div.pp_default .pp_close:after {
   content: '\2715';
   position: absolute;
   z-index: 1047;
   top: 0;
   right: 0;
   font-size: 2rem;
   text-align: center;
   line-height: 5rem;
   width: 5rem;
   opacity: 0.66 !important;
   color: #fff;
}


.l-titlebar-h  .hs-breadcrumb-menu li a {
    color: #009ace;
}

.l-titlebar-h  .hs-breadcrumb-menu li a:hover {
    color:#1d67a8;
}


.l-titlebar-h .hs-breadcrumb-menu li .hs-breadcrumb-menu-divider:before {
    margin: 0 0.75rem;
    content: '\f105';
    font-family: fontawesome;
    vertical-align: top;
    padding-left: 0;
}

.l-titlebar-h .hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
    padding: 0;
    float: none;
    display: inline-block;
}


.Ugly-Website-Contest h3 {
   padding-top: 0;
}

.Ugly-Website-Contest .l-titlebar-content h1{
    color:#fff;
    padding-top:0;
  }
  .Ugly-Website-Contest p em img {
   display: inline;
   border: none;
   box-shadow: none;
   height: 1em;
   width: 1em;
   margin: 0 .07em;
   vertical-align: -0.1em;
   background: none;
   padding: 0;
}



a.w-btn {
   font-weight: 400;
   line-height: 50.4px;
   padding: 0 1.8em;
   border-radius: 0.3em;
   letter-spacing: 0em;
   box-shadow: 0 0em 0em rgba(0,0,0,0.18);
   border-color: #009ace;
   font-size: 18px;
   display: inline-block;
   color: #fff;
      margin: 0rem 0 0.3rem;
}

.w-btn.color_white:hover {
    color:#333;
}



.Ugly-Website-Contest .banner-area {
    margin-top: -1px;
}



.custom-footer-social-share .w-socials-item.instagram .w-socials-item-link {
    color: rgb(128, 128, 128);
}


.full-width-banner-wrapper {
    margin: 0 -2.5rem;
    padding: 0 2.5rem;
    background-position: center center;
    background-size: cover;
    background-color:#333;
}


img.alignright {
    float:right;
    margin: 0 0 2.5em 2.5em !important;
}

img.alignleft {
    float: left;
    margin: 0 2.5em 2.5em 0 !important;
}

img.aligncenter {
    display:block;
    margin:0 auto;
}

.hs-hierarchy .two-col-equal-content {
   margin: 0 -1.5rem;
}

.hs-hierarchy .two-col-equal-content .column {
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   margin-left: 0 !important;
   width: 50%;
}

.full-width-bottom-pane blockquote {
    font-style: italic;
    padding:0;
    padding-left: 2rem;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: #009ace;
    font-size: 16px !important;
    line-height: 1.7 !important;
    border-radius:0;
    margin: 0 0 1.5rem !important;
}

.full-width-bottom-pane blockquote p {
     margin-bottom:0.5em !important;
}

.full-width-bottom-pane blockquote ul {
    margin-top:0;
}

.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
   border: 2px solid transparent;
   border-radius: 0.3rem;
   transition: border-color 0.3s, opacity 0.3s;
}

.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper:hover {
   border-color: #009ace;
}

.home .full-width-banner-wrapper .page-center h3 {
   font-size: 26px;
   font-weight: 400;
   letter-spacing: 0.01em;
}
.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
   border: 2px solid transparent;
   border-radius: 0.3rem;
   transition: border-color 0.3s, opacity 0.3s;
}
.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper:hover {
   border-color: #009ace;
}
.home .full-width-banner-wrapper .page-center h3 {
   font-size: 26px;
   font-weight: 400;
   letter-spacing: 0.01em;
}


.home-row4 .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
   border: 2px solid transparent;
   border-radius: 0.3rem;
   transition: border-color 0.3s, opacity 0.3s;
   opacity: 0.66;
}

.home-row4 .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper:hover {
   border-color: #009ace;
   opacity: 1;
}


.home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
   position:  relative;
}
.theHoverBorder {
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   background-color: rgb(136,136,136);
   background-color: rgba(136,136,136,0.5);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   opacity: 0;
}

.home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper a {
   display:  block;
   position:  relative;
}
.home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper a:hover span.theHoverBorder {
   opacity:  1;
}


.three-column-equal-with-bg {
   margin: 0 -2.5rem;
   padding-left: 2.5rem;
   padding-right: 2.5rem;
   background-color: #1d67a8;
}
.three-column-equal-with-bg .page-center {
   padding: 6rem 0;
}
.three-column-equal-with-bg .three-column-equal {
   margin: 0 -1.5rem;
}
.three-column-equal-with-bg .three-column-equal:after {
   content: "";
   display: table;
   clear: both;
}
.three-column-equal-with-bg .three-column-equal .custom-column {
   width: 33.3333%;
   float: left;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}
.three-column-equal-with-bg .three-column-equal .custom-column h3 {
   color: #fff;
}
.three-column-equal-with-bg .three-column-equal .custom-column p {
   color: #fff;
   font-size: 16px;
   line-height: 1.7;
}

/*#___partnersbadge_0 {
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
    background: transparent;
    border-style: none;
    float: none;
    line-height: normal;
    font-size: 1px;
    vertical-align: baseline;
    display: inline-block;
    width: 220px !important;
    height: 82px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

#___partnersbadge_0 iframe {
    position: static !important;
    top: 0px !important;
    width: 220px !important;
    margin: 0px !important;
    border-style: none !important;
    left: 0px !important;
    visibility: visible !important;
    height: 82px !important;
}
*/


.website-audit-layout .row-3-form h3.form-title {
   color: #ffffff;
   text-align: center;
   margin: 32px 0 27px;
   font-size: 32px;
   font-weight: 400;
   letter-spacing: 0.01em;
}
.website-audit-layout .row-3-form form {
   width: 52.784%;
   margin: 0 auto;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}
.website-audit-layout .custom-form form .hs-input {
   margin: 0 0 1px;
   line-height: 2.8rem;
   color: #545454;
}
.website-audit-layout .custom-form form input.hs-button.primary.large {
   background-color: #e8a179;
   width: 100%;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 20px;
   letter-spacing: 0em;
   font-weight: 400;
   line-height: 2.8;
   font-family: Montserrat, sans-serif;
}

.website-audit-layout .row-2-group, .custom-testimonial-group, .website-audit-layout .row-4-group {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.website-audit-layout .row-3-form {
   padding-bottom: 33px;
}
.website-audit-layout .row-4-left-column p {
   color: #ffffff;
}
.website-audit-layout .row-4-left-column p img {
   margin-bottom: 7px;
}
.website-audit-layout .row-4-right-column h2 {
   color: #fff;
   padding-left: 13px;
}


.hs-hierarchy .three-col-equal-content {
   margin: 0 -1.5rem;
}

.hs-hierarchy .three-col-equal-content .column {
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   width: 33.3333%;
   margin-left: 0;
}


.two-col-equal-content {
    display:block;
    clear:both;
}

.row-1-form-title p {
    text-align: center;
    color: #ffffff;
}



.btn-darkblue {
   font-weight: 400;
   line-height: 2.8;
   padding: 8px 1.65em;
   border-radius: 0.3em;
   letter-spacing: 0em;
   box-shadow: 0 0em 0em rgba(0,0,0,0.18);
   font-size: 13px;
   border-color: #1d67a8;
   color: #1d67a8 !important;
   border-width: 2px;
   border-style:  solid;
   position: relative;
   z-index: 1;
   cursor: pointer;
}

.btn-darkblue:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 0;
   transition: height 0.3s;
   background-color: #1d67a8;
   z-index: -1;
}

.btn-darkblue:hover:after {
   height: 100%;
}

.btn-darkblue span {
   z-index: 1;
   position: relative;
}

.btn-darkblue:hover {
   color: #fff !important;
}

.hs-hierarchy .full-width-banner-wrapper .page-center.empty {
   padding-top: 6rem;
   padding-bottom: 6rem;
   border-bottom: 1px solid transparent;
}

.hs-hierarchy .two-col-equal-content .column p:last-child {
   margin: 0.3rem 0;
}


.hs-hierarchy .full-width-banner-wrapper .page-center {
   text-align: left;
   color: #fff;
   padding: 6rem 0;
}

.hs-hierarchy .full-width-banner-wrapper h1 {
   color: #fff;
}

.hs-hierarchy .full-width-banner-wrapper p:last-child {
   margin-bottom: 0;
}



.two-column-right-with-bottom-pane .sidebar.right {
    position: sticky;
    top: 0;
}



.website-audit-layout .header-container-wrapper {
    min-height: 0;
}
.website-audit-layout .body-container-wrapper {
    padding: 0;
}
.website-audit-layout .row-1-group {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.website-audit-layout .row-1-column {
    text-align: center;
    padding-bottom: 32px;
}
.website-audit-layout .row-1-column h1 {
    color: #ffffff;
}
.website-audit-layout .row-1-column h2 {
    color: #ffffff;
    padding-top: 0;
}
.website-audit-layout .row-1-column p {
    color: #ffffff;
}
.website-audit-layout .row-1-image, 
.website-audit-layout .custom-form-group {
    text-align: center;
}
.website-audit-layout .custom-form-title p {
    color: #ffffff;
}
.website-audit-layout .custom-form h3.form-title {
    margin: 0;
}
.website-audit-layout .custom-form form .hs-form-field {
    padding-bottom: 20px;
    margin: 0;
}
.website-audit-layout .custom-form form label span.hs-form-required {
    display: none;
}
.website-audit-layout .custom-form form .hs-input {
    margin: 0;
    line-height: 2.8rem;
    color: #545454;
}
.website-audit-layout .custom-form form input.hs-button.primary.large {
    background-color: #e8a179;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.website-audit-layout .custom-form form input.hs-button.primary.large:hover {
    background-color: #1d67a8;
}
.custom-two-column-left {
    margin: 0 0 1.5rem;
    padding-bottom: 48px;
}
.custom-two-column-left:after {
    content: "";
    display: table;
    clear: both;
}
.custom-two-column-left .left-image img {
    float: left;
    margin: 0 2.5em 2.5em 0;
    width: 59px;
}
.website-audit-layout .row-2-left-column h2 {
    padding-bottom: 32px;
}
.custom-two-column-left {
    margin: 0 0 1.5rem;
    padding-bottom: 21px;
}
.website-audit-layout .row-2-left-column .hs_cos_wrapper_type_custom_widget:last-child .custom-two-column-left {
    margin: 0;
    padding: 0;
}
.custom-testimonial-group .page-center {
    padding: 1.5rem 0 0;
}
.custom-testimonial-group .left-image img {
    float: left;
    margin: 0 2.5em 2.5em 0;
    width: 147px;
}
.custom-testimonial-group .right-content p:last-child {
    margin: 0;
}
.custom-testimonial-group {
    background-position: center center;
    background-size: cover;
}
.two-column-content:after {
    content: "";
    display: table;
    clear: both;
}
.website-audit-layout .bg-img-wrapper {
    background-position: center center;
    background-size: cover;
}
.website-audit-layout .row-3-group {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.website-audit-layout .row-3-group .page-center {
    padding: 6rem 0;
}


.full-width-bottom-pane figure figcaption {
    background-color: #f2f2f2;
    padding: 0.6rem 1rem;
}

.full-width-bottom-pane figure {
    margin:0;
}


div.pp_default .pp_social,
div.pp_default .pp_expand,
.pp_bottom,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_top .pp_left,
div.ppt {
	display:none !important;
}

div.pp_default .pp_content_container .pp_right, 
div.pp_default .pp_content_container .pp_left {
	background:none !important;
}

a.pp {
    cursor: zoom-in;
}

div.pp_overlay {
    cursor: zoom-out;
}



.home-row6 .page-center .span12.widget-span.widget-type-rich_text h4 {
   padding-top: 0;
   padding-bottom: 30px;
}
.home-row6 .home-row5-right .hs-form-field {
   margin: 0 0 1.5rem;
   padding-bottom: 0;
}

a.w-btn.blue {
   background-color: #009ace;
   color: #fff;
    border-color: #009ace;
    position:relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.8;
}

a.w-btn.blue:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: rgba(0,0,0,0.15);
}

a.w-btn.blue:hover:before {
	height:100%;
}

a.w-btn span {
    position:relative;
    z-index:999;
}




.design .l-titlebar-h ul {
    margin: 0;
}
.design .body-container-wrapper {
    padding-left:  0;
    padding-right:  0;
}
.design .full-width-banner-wrapper {
    margin-left:  0;
    margin-right:  0;
}
.design-row1 {
    background-color: #f5f5f5;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align:center
}
.design-row1,
.design-row2,
.design-row3,
.design-row4,
.design-row5,
.design-row6,
.design-row7{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.design-row2 {
    background-color: #009ace;
    color:  #fff;
}

.design-row2 h3 {
    color:  #fff;
    margin-bottom: 0;
}
.design-row3 h3{
    color:#fff;
}
.design .body-container-wrapper  .page-center {
    padding-top: 6rem;
    padding-bottom:  6rem;
    padding-left:  0;
    padding-right:  0;
}

.design-row3 {
    background-color: #1d67a8;
    color: #fff;
}
.design .three-col-equal-content {
    margin-left:  -1.5rem;
    margin-right:  -1.5rem;
}
.design .three-col-equal-content .span4.column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 33.3333%;
    margin:  0;
}
.design .three-col-equal-content .span4.column p {
    margin-bottom: 0;
}
.design .row-banner-image {
    display:  block;
    position:  absolute;
    left:  0;
    right:  0;
    top: 0;
    bottom:  0;
    transition: opacity 0.5s;
    background-size: cover;
    background-attachment: fixed;
    background-position:  center center;
    z-index:  -2;
}
.design .row-banner-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content:  '';
    background-color: rgba(0,0,0,0.8);
}
.design-row4 {
    color:  #fff;
}
.design-row4 h3 {
    color:  #fff;
    padding-bottom: 30px;
}
.design-row4 .row-fluid-wrapper.row-depth-1.row-number-12 {
    margin-left:  -1.5rem;
    margin-right:  -1.5rem;
}
.design-row4 .row-fluid-wrapper.row-depth-1.row-number-12 .com-col {
    width: 33.3333%;
    margin:  0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.one-col-icon-wrapper {
    display: -webkit-flex;
    display: flex;
    text-align: left;
    position: relative;
}
.one-col-icon-wrapper .iconbox-icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: calc(17px + 0.2em) !important;
    font-size: 36px;
    text-align: center;
    line-height: 1;
    max-width: 100%;
    width: 1em;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.1s;
    color: #009ace;
    background-color: transparent !important;
    box-shadow: none !important;
}
.one-col-icon-wrapper .iconbox-meta {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.one-col-icon-wrapper .iconbox-meta h4.iconbox-title {
    color:  #fff;
    padding-top: 0;
    margin-top: -0.2em;
    padding-bottom: 0.6em;
    margin-bottom:  0;
}

.one-col-icon-wrapper .iconbox-meta .iconbox-text {}

.design-row4 .row-fluid-wrapper.row-depth-1.row-number-12 .com-col .hs_cos_wrapper_type_custom_widget:first-child {
    margin-bottom: 42px;
}
.design-row4v2 h2{
    color:#fff;
    margin-top: 5px;
}
.color_white:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 0;
   transition: height 0.3s;
   background-color: rgba(0,0,0,0.15);
}
.btn.color_white {
   font-size: 18px;
   font-weight: 400;
   line-height: 2.6;
   padding: 0 1.8em;
   border-radius: 0.3em;
   letter-spacing: 0em;
   box-shadow: 0 0em 0em rgba(0,0,0,0.18);
   cursor: pointer;
   transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   text-align: center;
   position: relative;
   border:2px solid #fff;
   display:  inline-block;
   color:  #fff;
}
.btn.color_white:hover{
   color:#333;
   position: relative;
}
.btn.color_white span {
   z-index:99999;
   position:relative;
}
.btn.color_white:hover:before {
   background-color: #fff;
   height:100%;
}

.design-row4v2 h2+a {
    margin-bottom: 3px;
}

.design-row5 {
    background-color: #f5f5f5;
}

.design-row5 h3 {
    padding-bottom: 20px;
}

.design .three-col-equal-content .span4.column img.alignnone {
    width:  100% !important;
   height: auto;
   max-width: 100%;
}

.design .three-col-equal-content .span4.column.col1 img.alignnone {
    max-width:  264px;
}

.design .three-col-equal-content .span4.column.col2 img.alignnone {
    max-width: 211px;
}

.design .three-col-equal-content .span4.column.col3 img.alignnone {
    max-width:  300px;
}

.design-row6 {
    background-color: #0094EE;
    color:  #fff;
}

.design-row6 h3 {
    color:  #fff;
    padding-bottom: 30px;
}

.design-row6 .row-fluid-wrapper.row-depth-1.row-number-21 {
    margin-left:  -1.5rem;
    margin-right:  -1.5rem;
}

.design-row6 .row-fluid-wrapper.row-depth-1.row-number-21 .span8.widget-span.widget-type-rich_text {
    width: 66.6666%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.design-row6 .row-fluid-wrapper.row-depth-1.row-number-21 .span4.widget-span.widget-type-rich_text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: 0;
    width: 33.3333%;
}

.design-row7 {
    background-color: #1d67a8;
}

.design-row7 h3 {
    color:  #fff;
    margin:  0;
}

.design-row8 .hs_cos_wrapper_type_custom_widget {
    width: 20%;
    height:  100%;
}

.design-row8 .hs_cos_wrapper_type_widget_container {
    display:  flex;
    height:  284px;
    flex-wrap:  nowrap;
}

.image-overlay-wrapper {
    max-height:  284px;
    border-right: 2px solid #fff;
}

.image-overlay-wrapper .inner-content {
    position:  relative;
}

.image-overlay-wrapper .hover-effect {
    position:  absolute;
    left:  0;
    right:  0;
    top: 0;
    bottom:  0;
    visibility: hidden;
    opacity: 0;
    transform-style: flat;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.image-overlay-wrapper .esg-entry-media {
    width: 100%;
    height:  100%;
}
.image-overlay-wrapper .esg-entry-media img {
    object-fit:  cover;
    width: auto;
    height: 101%;
    max-height: 284px;
}
.image-overlay-wrapper  .inner-content:hover .hover-effect {
    transform-style: flat;
    visibility: inherit;
    opacity: 1;
}
.image-overlay-wrapper .hover-effect {
    background-color: rgba(0,0,0,0.85);
    position:  absolute;
    left: 0;
    right:  0;
    top: 0;
    bottom:  0;
    transition: all 0.3s;
    cursor:  pointer;
}


.website-design-development .custom-top-pane-group {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.website-design-development.ecommerce-website-design .full-width-banner-wrapper {
    margin: 0;
}
.website-design-development .custom-top-pane-group .page-center {
    margin-left: 11.2%;
    max-width: 1020px;
}
.website-design-development .custom-top-pane-group .page-center > .row-fluid-wrapper {
    padding-top: 2.2%;
}
.website-design-development .custom-top-pane-group .left-content {
    padding-top: 6.6%;
}
.website-design-development .custom-top-pane-group .left-content h3 {
    letter-spacing: 2px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 300;
    color: rgb(84, 84, 84);
    font-family: Montserrat;
    margin-top: 26px;
}
.website-design-development .custom-top-pane-group .left-content a.custom-orange-btn {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    background-color: rgb(232, 161, 121);
    border-color: rgb(0, 0, 0);
    border-radius: 3px;
    margin-top: 5px;
}
.website-design-development .custom-top-pane-group .left-content a.custom-orange-btn:hover {
    background: rgb(144, 191, 206);
}
.website-design-development .custom-top-pane-group .right-image {
    padding-left: 19px;
    padding-right: 1px;
}
.website-design-development .custom-top-pane-group .right-image img.hs-image-widget {
    margin-bottom: 30px;
}
.website-design-development .full-width-banner-wrapper .page-center {
    padding: 4rem 0;
}
.website-design-development .full-width-banner-wrapper h3 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.website-design-development.ecommerce-website-design .full-width-banner-wrapper .white-btn {
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
}
.website-design-development.ecommerce-website-design .full-width-banner-wrapper .white-btn:hover {
    box-shadow: 0 0em 0em rgba(0,0,0,0.18);
    border-color: rgba(0,0,0,0.08);
}
.website-design-development.ecommerce-website-design .full-width-banner-wrapper .white-btn:hover:before {
    background-color: rgba(0,0,0,0.08);
}
.website-design-development .main-content h1 {
    font-weight: 100;
    margin-top: 32px;
}
.website-design-development .main-content h2:first-of-type {
    padding: 0;
}
.website-design-development .three-col-equal-content {
    display: block;
    clear: both;
}
.website-design-development .three-col-equal-content .row-fluid {
    max-width: 950px;
    padding: 0;
    margin: 0 auto;
}
.website-design-development .three-col-equal-content .column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 !important;
}
.website-design-development .three-col-equal-content {
    padding-bottom: 4rem;
}
.website-design-development.ecommerce-website-design .custom-bottom-pane {
    padding-left: 0;
    padding-right: 0;
}
.website-design-development.ecommerce-website-design .custom-bottom-pane .hs_cos_wrapper.hs_cos_wrapper_widget {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.website-design-development.ecommerce-website-design .custom-bottom-pane .hs_cos_wrapper.hs_cos_wrapper_widget > .full-width-banner-wrapper {
    margin: 0 -2.5rem;
}
.website-design-development.ecommerce-website-design .custom-bottom-pane .hs_cos_wrapper.hs_cos_wrapper_widget > .full-width-banner-wrapper .page-center {
    padding: 6rem 0;
}

.website-design-development .custom-top-pane-group .left-content img {
    height: 90px;
}


.image-overlay-wrapper .hover-effect a.eg-item {
    height: auto;
    position: absolute!important;
    text-align: center;
    left: 0px;
    width: 100%;
    vertical-align: middle;
    top: 122px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 900;
    padding: 0px 20px 0px 20px;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(255,255,255,0);
    z-index: 2 !important;
    font-family: "Raleway";
    text-transform: uppercase;
    display:  block;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.image-overlay-wrapper .hover-effect a.eg-item:hover {
    color: #1d67a8;
     font-weight: 900;
}

.design-row8 .hs_cos_wrapper.hs_cos_wrapper_widget:last-child .image-overlay-wrapper {
    border-right:0;
}

.design-row9 h2 {
    color: #fff;
}



    
.Web-Design  .custom-row5-group .two-col-equal-content .column img { 
    margin-bottom:1.5rem;
}


.body-container-wrapper li > ul {
   margin-top: 0.5rem;
   list-style-type: disc;
}


/*----Home----*/

.custom-footer-group {
    background-image:url(//info.sociallite.ca/hubfs/Social_Lite__December2017%20Theme/Images/social-eggshell_banner.png);
    padding:4rem 0;
}

.custom-home-footer-logo img {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:208px;
}




.custom-GTM-CTA {
   display:none;
    
}

.cta-img {
	height: 300px !important;
	width: 250px !important;
	margin-bottom:7px;
}
  
 .close-btn {
    background-color: #ffffff;
    border: rgb(247, 160, 114); !important;
    color: rgb(247, 160, 114);
    font-size:16px;
    font-family:Montserrat, sans-serif;
    line-height:24px;
    outline:0;
    padding:1px 6px;
  }
  
  
  
.custom-GTM-CTA a {
	display: block !important;
}

/*-----End Home----*/

/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
.contact .contact-row1 .contact-row1-right .hs-form-required {
   display:  none;
}

.contact .contact-row1 .contact-row1-right textarea {
   min-height:  128px;
}


.about-team-layout .l-titlebar-h {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.about-team-layout .row-1-group {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
    width: auto;
    float: none;
    background-color: #009ace;
    color: #fff;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 30px;
}
.about-team-layout .row-1-group .page-center {
    padding: 6rem 0;
}
.about-team-layout .two-col-equal-content h1 {
    color: #fff;
    font-weight: 400;
}
.about-team-layout .two-col-equal-content .sapreter {
    border-color: rgba(255,255,255,0.33);
    color: rgba(255,255,255,0.33);
}
.about-team-layout .two-col-equal-content .sapreter i {
    color: rgba(255,255,255,0.33);
}
.about-team-layout .two-col-equal-content .sapreter+p {
    padding-top: 6px;
}
.about-team-layout .two-col-equal-content h3 {
    color: #fff;
}
.about-team-layout .two-col-equal-content p:last-child {
    margin: 0;
}
.about-team-layout .row-2-group {
    background-color: #f5f5f5;
    padding-top: 70px;
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
    width: auto;
    float: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.about-team-layout .row-2-group .page-center {
    padding-top: 0;
    padding-bottom: 0;
}
.about-team-layout .row-2-content h1 {
    font-weight: 400;
}
.about-team-layout .row-2-content .sapreter {
    margin: 2.3rem auto;
}
.custom-our-team {
    text-align: center;
    width: 33.3333%;
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 32px;
}
.custom-our-team .top-image {
    margin-bottom: 1.5rem;
}
.custom-our-team .w-socials {
    text-align: center;
}
.custom-our-team .w-socials .w-socials-list {
    text-align: center;
    margin: 0 -0.1em;
}
.custom-our-team .w-socials-item {
    margin: 0.1em -1px;
    top: 0;
}
.custom-our-team .w-socials-item a {
    box-shadow: 0 0 0 2px #e8e8e8 inset !important;
    border-radius: 0.25em;
    color: inherit;
    line-height: 2.5em;
    width: 2.5em;
}

.custom-our-team .w-socials-item a:hover {
   color: #fff;
}


.about-team-layout .row-2-group .row-2-content {
   margin: 0 -1.5rem !important;
   width: auto;
   float: none;
}
.about-team-layout .row-2-group .row-2-content article {
   padding: 0 1.5rem;
}


/*-----Animation---*/

.animate_afc.animate_start {
   -webkit-animation-name: afc;
   animation-name: afc;
   opacity: 1
}


@keyframes afc {
   from {
       opacity: 0;
       transform: scale(0.2)
   }

   to {
       opacity: 1;
       transform: scale(1)
   }
}

@-webkit-keyframes afc {
   from {
       opacity: 0;
       -webkit-transform: scale(0.2)
   }

   to {
       opacity: 1;
       -webkit-transform: scale(1)
   }
}

.animate_afc {
   opacity: 0
}

.animate_afc.animate_start {
   -webkit-animation-name: afc;
   animation-name: afc;
   opacity: 1
}

@keyframes afr {
   from {
       opacity: 0;
       transform: translateX(3rem)
   }

   to {
       opacity: 1;
       transform: translateX(0)
   }
}

@-webkit-keyframes afr {
   from {
       opacity: 0;
       -webkit-transform: translateX(3rem)
   }

   to {
       opacity: 1;
       -webkit-transform: translateX(0)
   }
}

.animate_afr {
   opacity: 0
}

.animate_afr.animate_start {
   -webkit-animation-name: afr;
   animation-name: afr;
   opacity: 1
}

@keyframes aft {
   from {
       opacity: 0;
       transform: translateY(-3rem)
   }

   to {
       opacity: 1;
       transform: translateY(0)
   }
}

@-webkit-keyframes aft {
   from {
       opacity: 0;
       -webkit-transform: translateY(-3rem)
   }

   to {
       opacity: 1;
       -webkit-transform: translateY(0)
   }
}

.animate_aft {
   opacity: 0
}

.animate_aft.animate_start {
   -webkit-animation-name: aft;
   animation-name: aft;
   opacity: 1
}

@keyframes afb {
   from {
       opacity: 0;
       transform: translateY(3rem)
   }

   to {
       opacity: 1;
       transform: translateY(0)
   }
}

@-webkit-keyframes afb {
   from {
       opacity: 0;
       -webkit-transform: translateY(3rem)
   }

   to {
       opacity: 1;
       -webkit-transform: translateY(0)
   }
}

.animate_afb {
   opacity: 0
}

.animate_afb.animate_start {
   -webkit-animation-name: afb;
   animation-name: afb;
   opacity: 1
}

@keyframes wfc {
   from {
       opacity: 0;
       transform: scaleX(0.01)
   }

   to {
       opacity: 1;
       transform: scaleX(1)
   }
}

@-webkit-keyframes wfc {
   from {
       opacity: 0;
       -webkit-transform: scaleX(0.01)
   }

   to {
       opacity: 1;
       -webkit-transform: scaleX(1)
   }
}

.animate_wfc {
   opacity: 0
}

.animate_wfc.animate_start {
   -webkit-animation-name: wfc;
   animation-name: wfc;
   opacity: 1
}

@keyframes hfc {
   from {
       opacity: 0;
       transform: scaleY(0.01)
   }

   to {
       opacity: 1;
       transform: scaleY(1)
   }
}

@-webkit-keyframes hfc {
   from {
       opacity: 0;
       -webkit-transform: scaleY(0.01)
   }

   to {
       opacity: 1;
       -webkit-transform: scaleY(1)
   }
}

.animate_hfc {
   opacity: 0
}

.animate_hfc.animate_start {
   -webkit-animation-name: hfc;
   animation-name: hfc;
   opacity: 1
}


.animate_afl {
   opacity: 0;
}

@keyframes afl {
   from {
       opacity: 0;
       transform: translateX(-3rem)
   }

   to {
       opacity: 1;
       transform: translateX(0)
   }
}
.animate_start {
   -webkit-animation-duration: 0.7s;
   animation-duration: 0.7s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-transition-timing-function: cubic-bezier(.78,.13,.15,.86);
   transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}
.animate_afl.animate_start {
   -webkit-animation-name: afl;
   animation-name: afl;
   opacity: 1;
}
@-webkit-keyframes afl {
   from {
       opacity: 0;
       -webkit-transform: translateX(-3rem)
   }

   to {
       opacity: 1;
       -webkit-transform: translateX(0)
   }
}


/*---End of Animation---*/









.website-audit-layout .custom-form form .hs-input::-webkit-input-placeholder {
   color: #b1b1b1;
}
.website-audit-layout .custom-form form .hs-input::-moz-placeholder { /* Firefox 19+ */
 color: #b1b1b1;
}
.website-audit-layout .custom-form form .hs-input:-ms-input-placeholder { /* IE 10+ */
 color: #b1b1b1;
}
.website-audit-layout .custom-form form .hs-input:-moz-placeholder { /* Firefox 18- */
 color: #b1b1b1;
}
.website-audit-layout .row-3-form.custom-form h3.form-title {
   margin-bottom: 1.5rem;
}
.website-audit-layout .row-4-left-column p:last-child {
   margin-bottom: 0;
}




    .home-row5-right input[type="text"],
    .home-row5-right input[type="password"], 
    .home-row5-right input[type="datetime"], 
    .home-row5-right input[type="datetime-local"],
    .home-row5-right input[type="date"],
    .home-row5-right  input[type="month"], 
    .home-row5-right input[type="time"],
    .home-row5-right input[type="week"],
    .home-row5-right input[type="number"], 
    .home-row5-right input[type="email"], 
    .home-row5-right input[type="url"], 
    .home-row5-right input[type="search"],
    .home-row5-right input[type="tel"],
    .home-row5-right  input[type="color"],
    .home-row5-right  input[type="file"],
    .home-row5-right  textarea, select {
        max-width:670px;
    }




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



@media(max-width:2100px) {
    .website-design-development .custom-top-pane-group .page-center {
       margin-left: 19.2%;
       max-width: 1020px;
    }
}

@media(max-width:1700px) {
	.website-design-development .custom-top-pane-group .page-center {
	    margin-left: 5.2%;
	    max-width: 1020px;
	}
}



@media(max-width:1560px) {
	.website-design-development .custom-top-pane-group .page-center {
	    margin-left: 1.5%;
	    max-width: 1020px;
	}
}

@media(max-width:1400px) {
	.website-design-development .custom-top-pane-group .page-center {
	    margin-left: 1%;
	    max-width: 920px;
	}
	.website-design-development .custom-top-pane-group .left-content h3 {
	    font-size: 22px;
	    line-height: 54px;
	    letter-spacing: 1px;
	}
	.website-design-development .custom-top-pane-group .left-content img {
	    height: 80.79px;
	}
}



@media(max-width:1300px) {
	.website-design-development .custom-top-pane-group .page-center {
	    margin-left: 1%;
	    max-width: 850px;
	}
	.website-design-development .custom-top-pane-group .left-content img {
	    height: 74.95px;
	}
	.website-design-development .custom-top-pane-group .left-content h3 {
	    font-size: 21px;
	    line-height: 50px;
	    letter-spacing: 1px;
	    margin-top: 23px;
	}
	.website-design-development .custom-top-pane-group .left-content a.custom-orange-btn {
	    margin-top: 0px;
	}
	
	div.pp_pic_holder {
       max-width: 90% !important;
       width: 100% !important;
       left: 0 !important;
       right: 0 !important;
       margin: 0 auto;
     /*  position: fixed;
       top: 50% !important;
       transform: translateY(-50%);*/
    }
    
    div.pp_default .pp_content {
       width: 100% !important;
       height: auto !important;
    }
    
    div#pp_full_res img#fullResImage {
       width: 100% !important;
       height: 100% !important;
    }

}







@media(max-width:1240px){

   .home .custom-banner .page-center {
       padding-top: 111px;
   }

   .home .custom-banner img {
       max-width: 775.134px;
   }

   .home .custom-banner h1 {
       font-size: 49px;
       line-height: 49px;
       padding-top: 42px;
   }

   .home .custom-banner {
       padding-bottom: 242px;
   }

}





@media(max-width:1200px){
   .home .body-container-wrapper .home-row3,
   .home .body-container-wrapper .home-row5,
   .home .body-container-wrapper .home-row6{
       padding-left: 2.5rem;
       padding-right: 2.5rem;
   }
   
   
   .website-design-development .custom-top-pane-group .page-center {
        margin-left: 0.5%;
        max-width: 70.5%;
    }
    .website-design-development .custom-top-pane-group .left-content img {
        height: 69.3px;
    }
    .website-design-development .custom-top-pane-group .left-content h3 {
        font-size: 19px;
        line-height: 46px;
    }
   
}





@media(max-width:1140px){
   

   .home .custom-banner img {
       max-width: 711.747px;
   }

   .home .custom-banner .page-center {
       padding-top: 102px;
   }

   .home .custom-banner h1 {
       font-size: 45px;
       line-height: 45px;
       padding-top: 39px;
       margin-bottom: 19px;
   }

   .home .custom-banner img.arrow-down {
       padding-top: 114px;
       width: 56.1429px;
   }

   .home .custom-banner {
       padding-bottom: 218px;
   }
   
   
   

}

@media (max-width: 1200px) and (min-width:768px) {
  .ecommerce-website-design .custom-row2-group .two-col-equal-content h1 {
      margin-right:0;
       font-size: 35px;
    line-height: 55px;
  }
  
  .ecommerce-website-design .custom-row2-group .two-col-equal-content h3 {
      line-height:1.2;
  }
  
  .ecommerce-website-design .custom-row2-group .column.col2 {
      padding-top:0;
  }
  
}

@media (max-width: 1050px) {
    .home .slick-next, .home .slick-prev {
       display: none !important;
    }
}


@media (min-width: 1025px) {
    
    .two-column-equal-with-image {
        display:table;
        width:100%;
    }
    
    .two-column-equal-with-image .column {
        width:50%;
        float:left;
    }
    
    .two-column-equal-with-image.right .column.col1 {
        float:right;
    }
    
    .home .custom-middle-banner-home .full-width-banner-wrapper .page-center {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    
    
    .two-column-equal-with-image .column.col2 .inner-content-group {
            width: 66.6666%;
    }
    
    .two-column-equal-with-image.right .column.col2 {
        padding-left:0;
    }
    
    .two-column-equal-with-image.right .column.col2 .inner-content-group {
        float:right;
    }
}


@media (max-width: 1024px) {
    .l-titlebar-h {
        padding: 2.5rem 0;
    }
    
    .hs_cos_gallery_lightbox .slick-arrow {
        top: 43%;
    }
    
    div.pp_pic_holder {
        width: 80% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
    }
    
    
    div.pp_default .pp_content_container .pp_right {
        padding-right:0 !important;
    }
    
    div.pp_default .pp_content_container .pp_left {
        padding-left:0 !important;
    }

    .pp_content {
        min-width: 100%;
        width: 100% !important;
        height: 100% !important;
    }
    
    .pp_content  img#fullResImage {
        height: 100%  !important;
        width: 100%  !important;
    }
    
    
    .design .body-container-wrapper .page-center {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
        
    
    .copyright-content {
        padding-right:0.5em;
    }
    
    .custom-copyright .page-center {
        padding: 1.5rem 0 1.6rem;
    }
    
    .custom-footer-logo img {
        max-width: 100%;
    }
    
    .footer-wrapper .page-center {
        padding: 2.5rem 0;
    }
    
    .custom-footer-logo {
        margin-bottom: 17px;
    }
    .Ugly-Website-Contest .body-container-wrapper .page-center {
        padding: 2.5rem 0;
    }
    
    .image-thankyou {
       padding: 2.5rem 0 3rem;
    }
    
    .body-container-wrapper .page-center {
        padding-top:2.5rem;
        padding-bottom:2.5rem;
    }
    
    article div.sapreter {
        margin-top: 2rem;
        margin-bottom:2rem;
    }
    
    .hs-hierarchy .full-width-banner-wrapper .page-center.empty {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
        
    
    .about-team-layout .row-1-group .page-center {
       padding: 4rem 0;
    }
    .about-team-layout .row-2-content .sapreter {
       margin: 1.8rem auto;
    }
    
    .two-column-equal-with-image {
        padding-top: 1.5rem;
        padding-bottom: 0;
    }
    
    
    .two-column-equal-with-image .column.col2 {
    	padding:32px 3%;
    	text-align:center;
    }
    
    .two-column-equal-with-image .column.col2 p {
       text-align:left;
    }
    
    
    .custom-testimonial-group .page-center {
     padding: 1.5rem 0 0;
    }
    .website-audit-layout .row-3-group .page-center {
     padding: 4rem 0;
    }
    
    .three-column-equal-with-bg .page-center {
       padding: 4rem 0;
    }
    
    .two-column-right-with-bottom-pane hr {
        margin: 2rem 0;
    }
    
    .contact-row1 .span12.widget-span.widget-type-rich_text:first-child h3+hr {
       margin: 0 0 2.5rem;
       padding-top: 17px;
    }
    .contact .contact-row1 .row-fluid-wrapper.row-depth-1.row-number-4 {
       padding-top: 2px;
    }
    
    .ecommerce-website-design .custom-row2-group .column.col1 img {
        max-width: 100%;
    }
    
    .ecommerce-website-design .custom-row2-group {
        margin-bottom: 5rem;
    }
    
    .ecommerce-website-design .two-column-right-with-bottom-pane hr {
        margin: 3rem 0;
    }
    
    .about-team-layout .l-titlebar-h {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	
	 .home .custom-banner img {
       max-width: 638.308px;
   }

   .home .custom-banner .page-center {
       padding-top: 91px;
   }

   .home .custom-banner h1 {
       font-size: 41px;
       line-height: 41px;
       padding-top: 35px;
       margin-bottom: 12px;
   }

   .home .custom-banner img.arrow-down {
       padding-top: 100px;
       width: 50.35px;
   }

   .home .custom-banner {
       padding-bottom: 196px;
   }
   
   .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
       height: 28vw !important;
   }
   
   
   .hs_cos_gallery_lightbox .slick-arrow {
       top:43%;
   }
   
   
    .website-design-development .custom-top-pane-group .page-center {
        margin-left: 3.5%;
        max-width: 80%;
    }
    .website-design-development .custom-top-pane-group .left-content img {
        height: 71.92px;
    }
    .website-design-development .custom-top-pane-group .left-content {
        padding-top: 7.5%;
    }
    .website-design-development .custom-top-pane-group .left-content h3 {
        font-size: 20px;
        line-height: 48px;
    }
    .website-design-development .custom-top-pane-group .right-image {
        padding: 0 35px;
    }
    .website-design-development .full-width-banner-wrapper .page-center {
        padding: 2.5rem 0;
    }
    .website-design-development .three-col-equal-content {
        padding-bottom: 2.5rem;
    }
    .website-design-development.ecommerce-website-design .custom-bottom-pane .hs_cos_wrapper.hs_cos_wrapper_widget > .full-width-banner-wrapper .page-center {
        padding: 4rem 0;
    }
    
    .two-column-equal-with-image .column.col1 {
        min-height: 0;
        padding-bottom: 44.688%;
    }
    
 
    
   /* .hs_cos_gallery_lightbox {
        padding:0;
    }*/
    
    /*  .hs_cos_gallery_lightbox_container .slick-slide {
        margin: auto 0px;
        padding-left: 20px;
        padding-right: 20px;
    }*/
    
    .blog .hs-blog-header .custom-listing-banner.listing {
       padding-bottom: 2.5rem;
       padding-top: 2.5rem;
    }
    

   
                
}


@media(max-width:991px){

   .home .custom-banner img {
       max-width: 617.39px;
   }

   .home .custom-banner .page-center {
       padding-top: 127px;
   }

   .home .custom-banner h1 {
       font-size: 39px;
       line-height: 39px;
       padding-top: 34px;
       margin-bottom: 10px;
   }

   .home .custom-banner img.arrow-down {
       padding-top: 96px;
       width: 48.7px;
   }

   .home .custom-banner {
       padding-bottom: 190px;
   }
   
    .home-row2 .page-center img {
    	width:230px !important;
    	height:300px !important;
    }

}







@media (max-width: 991px) and (min-width: 768px) {
    .website-audit-layout .row-2-right-column {
       display: none;
    }
    
    a.w-btn.blue {
        font-size:12px;
    }
    
    .design-row4 .row-fluid-wrapper.row-depth-1.row-number-12 .com-col {
        padding-left: 1rem;
        padding-right: 1rem;
    }
        
    .one-col-icon-wrapper .iconbox-meta h4.iconbox-title {
        font-size:18px;
    }
}

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

@media (max-width: 951px) {
    .custom-header-wrapper {
        padding-left: 2.5rem;
        padding-right: 0;
    }
}  
@media (max-width: 913px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 0 25px;
    }   
}



@media (min-width: 901px) {
    .two-column-right-with-bottom-pane .l-titlebar-h .l-titlebar-content h1 {
    	font-size: 3rem;
        line-height: 1.1;
    }
    
    .two-column-right-with-bottom-pane  .l-titlebar-h {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    
    .home .header-social-share-wrapper a.w-socials-item-link {
       color: #009ace;
   }
   
    .about-team-layout .l-titlebar-content h1 {
		font-size: 3rem;
		line-height: 1.1;
		font-weight: 400;
	}
	
	
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
        min-width: 15.86rem !important;
    }
    
    .home .header-social-share-wrapper a.w-socials-item-link:hover {
       color:  #fff !important;
    }
}


@media (max-width: 900px) {
    .custom-header-wrapper {
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }
    .header-social-share-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .custom-logo img {
        max-width: 45px;
    }
    .header-social-share-wrapper {
        background-color: #009ace;
    }
    a.w-socials-item-link {
        color: rgb(234, 234, 234);
    }
    .custom-logo {
        width: auto !important;
        padding-top: 14px;
    }
    .custom-header-wrapper {
        min-height: 80px !important;
        vertical-align: middle;
        background: #fff;
        box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    }
    .custom-logo {
        padding-left: 1rem;
    }
    
    
    .blog .blog-sidebar h3 {
       font-size: 17px;
    }
    .header-social-share-wrapper {
        line-height: 40px;
        min-height: 40px !important;
    }
    .w-socials-item {
        position: relative;
        top: 1px;
    }
    
    .banner-area {
        padding-bottom: 0;
        padding-top:0;
        margin-top: -1px;
    }
    
    .l-titlebar-content h1 {
        color: #009ace;
        margin: 0;
        font-size: 44px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.01em;
    }
    
    .custom-header-group,
    .header-container-wrapper {
        position:relative;
    }
    
    .header-container-wrapper {
        min-height:120px;
    }
    

	.website-design-development .custom-top-pane-group .page-center {
        margin-left: 2.9%;
        max-width: 80%;
    }
    .website-design-development .custom-top-pane-group .left-content h3 {
        font-size: 18px;
        line-height: 42px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .website-design-development .custom-top-pane-group .right-image {
        width: 40% !important;
        margin: 0 !important;
        padding: 0 22px 0 0px;
    }
    
    .website-design-development .custom-top-pane-group .left-content {
        width: 60% !important;
        margin: 0 !important;
    }
    .website-design-development .custom-top-pane-group .left-content img {
        height: 63px;
    }
    .website-design-development .custom-top-pane-group .left-content a.custom-orange-btn {
        margin-top: 0px;
        font-size: 20px;
        line-height: 25px;
    }
    .website-design-development .custom-row2-group .two-col-equal-content h1 {
        font-size: 43px;
        line-height: 47px;
        letter-spacing: 0px;
        font-weight: 300;
    }
    .website-design-development.ecommerce-website-design .custom-row2-group .two-col-equal-content h3 {
        font-size: 24px;
        line-height: 47px;
        margin-bottom: 0;
    }
    
    
	

}


@media (max-width: 830px) and (min-width:768px) {
   .website-design-development .custom-top-pane-group .left-content h3 {
       font-size:15px;
       line-height:37px;
   }
   
   .website-design-development .custom-top-pane-group .left-content a.custom-orange-btn {
       font-size:18px;
   }
}

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


@media(max-width:768px){

   .home .custom-banner {
       margin-top: 0;
       padding-bottom: 296px;
   }

   .home .custom-banner img {
       max-width: 625.512px;
   }

   .home .custom-banner h1 {
       font-size: 39px;
       line-height: 39px;
       padding-top: 46px;
       margin-bottom: 30px;
   }

   .home .custom-banner img.arrow-down {
       padding-top: 156px;
       width: 59.8483px;
   }

}

@media(min-width:768px){}


@media (max-width: 767px) {
    .l-titlebar-content h1 {
        font-size: 30px;
    }
    
    
   .error-404 .page-404:before {
        font-size: 8rem;
    }
    
    .about-team-layout .l-titlebar-content h1 {
       font-weight: 400;
    }
    .two-col-equal-content .column.col2 {
       margin-bottom: 0;
    }
    .custom-our-team {
       width: 100%;
       float: none;
    }
    .custom-our-team {
       width: 100%;
       float: none;
       margin-bottom: 2rem;
    }
    
    .home .full-width-banner-wrapper .page-center h3 {
       font-size:  10px;
    }
        
    .body-container .widget-type-form,.landing-page.one-column .body-container .hs_cos_wrapper_type_form , 
    .body-container .widget-type-blog_subscribe, 
    .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt.custom_error_message, 
    .body-container .widget-type-email_simple_subscription {
        display:block;
        margin-bottom:20px;
    }
    
    
    .design-row4 {
        padding-left:0;
        padding-right:0;
    }
    
    
    .ecommerce-website-design.two-column-right-with-bottom-pane  .main-content p {
    	font-size:15px;
    	line-height:23px;
    }
    
    
    .two-col-equal-top-pane {
       padding-left: 2.5rem;
       padding-right: 2.5rem;
    }
    
    .two-col-equal-top-pane .left.column,
    .two-col-equal-top-pane .right.column {
       width: 100%;
    }
    
    .two-col-equal-top-pane .left.column {
       margin: 0 0 1.5rem;
    }
    
    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%;
    }
    
    .home .body-container-wrapper .home-row5, .home .body-container-wrapper .home-row6 {
       padding-left: 1.5rem;
       padding-right: 1.5rem;
    }
    
    .custom-footer-logo p {
        margin-bottom:2rem;
    }
    
    .custom-footer-social-share .w-socials-list {
        padding-left: 0;
    }
    
    .three-column-equal-with-bg .three-column-equal .custom-column {
       width: 100%;
       float: none;
       margin: 0 0 2rem;
    }
    
    .three-column-equal-with-bg .three-column-equal .custom-column.col-3 {
       margin: 0;
    }
    
    .custom-footer-logo section {
        margin-bottom:56px;
    }
    .custom-footer-logo img {
        max-width: 100%;
        margin-bottom: 7px;
    }
    
    .two-col-equal-content .column {
       margin-bottom:2rem;
    }
    
    .copyright-content {
        width: 100% !important;
        padding-right: 0;
    }
    
    html {
        font-size: 15px;
        line-height: 23px;
    }
    
   .copyright-content p {
        margin: 0 0 2rem;
        text-align: center;
    }
    
    .custom-footer-social-share .w-socials-list {
        padding-bottom: 10px;
    }
    
    h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 26px;
    }
    
    h3 {
        font-size:10px;
    }
    
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 1rem;
    }
    
    .copyright-content p {
        font-size:13.5px;
        line-height:22.5px;
    }
    
    .accordion-group .title {
        font-size: 1rem;
    }
    
    .full-width-banner-wrapper .page-center h3,
    h4 {
        font-size:20px;
    }
    
    h6 {
        font-size:15px;
        line-height:23px;
    }
    
    
    img.alignleft,
    img.alignright {
        float: none;
        display: block;
        margin: 0 0 1.5rem !important;
    }
    
    
    .website-audit-layout .row-1-column h1 {
       margin-bottom: 15px;
    }
    .website-audit-layout .row-1-image {
       display: none;
    }
    .website-audit-layout .row-1-column h2 {
       margin-bottom: 15px;
    }
    .website-audit-layout .row-1-column p {
       margin-bottom: 21.5px;
    }
    .row-1-form-title p {
       margin-bottom: 23.5px;
    }
    .website-audit-layout .custom-form form .hs-input {
       line-height: 42px;
       margin-bottom: 0;
    }
    .website-audit-layout .custom-form {
       margin-bottom: 0;
    }
    .custom-two-column-left .left-image img {
       margin-right: 10px;
    }
    .custom-testimonial-group {
       display: none;
    }
    .custom-two-column-left .left-image img {
       margin: 0;
       margin-right: 10px;
    }
    .custom-two-column-left {
       margin: 0 0 1.5rem;
       padding-bottom: 48px;
    }
    .custom-two-column-left .right-content {
       position: relative;
       overflow: hidden;
    }
    .website-audit-layout .row-3-form h3.form-title {
       font-size: 26px;
       margin: 28px 0 51px;
    }
    .website-audit-layout .row-3-form form {
       width: 100%;
       padding: 0;
    }
    .website-audit-layout .custom-form form .hs-input {
       font-size: 15px;
    }
    .website-audit-layout .row-3-form {
       padding-bottom: 63px;
    }
    .website-audit-layout .row-4-right-column h2 {
       padding-left: 0;
       margin-bottom: 0;
    }
    
    .hs-hierarchy .two-col-equal-content .column {
       width: 100%;
    }
    
    .hs-hierarchy .three-col-equal-content .column {
       width: 100%;
    }
            
    .contact .contact-row1 .contact-row1-left {
       width:  100%;
       padding:  0;
    }
    .contact .contact-row1 .contact-row1-right {
       width:  100%;
       padding: 0;
    }
    .contacts-item {
       padding-left:  0;
       padding-right:  0;
    }
    .contact .contact-row1 .row-fluid-wrapper.row-depth-1.row-number-4 {
       margin:  0;
    }
    

   .home-row3 .home-row3-left, .home-row3 .home-row3-right {
       width:  100% !important;
       float:  none !important;
   }
   .home .blog-posts .hs-rss-item {
       width:  100% !important;
       float:  none !important;
   }
   .home-row6 .home-row5-left, .home-row6 .home-row5-right {
       width:  100% !important;
       float:  none !important;
   }
   
   .ecommerce-website-design .custom-row2-group .column.col2 {
       padding-top:20px;
       text-align:center;
   }
    
    
    .image-overlay-wrapper .esg-entry-media img {
        object-fit: cover;
        width: 100%;
        height: auto;
        max-height: 100%;
    }
    
  
    
    .image-overlay-wrapper {
        min-height: 40vw !important;
    }
    
    .image-overlay-wrapper .hover-effect a.eg-item {
        top: 45%;
    }
        
   
    .design .three-col-equal-content .span4.column {
       clear: both;
       float: none;
       width: 100%;
       margin: 0 0 2rem;
    }
    .design-row4 .row-fluid-wrapper.row-depth-1.row-number-12 .com-col {
       clear: both;
       float: none;
       width: 100%;
       margin: 0 0 2rem;
    }
    .design-row6 .row-fluid-wrapper.row-depth-1.row-number-21 .span8.widget-span.widget-type-rich_text {
       clear: both;
       float: none;
       width: 100%;
       margin: 0 0 2rem;
    }
    .design-row6 .row-fluid-wrapper.row-depth-1.row-number-21 .span4.widget-span.widget-type-rich_text {
       clear: both;
       float: none;
       width: 100%;
    }
    
    .design-row8 .hs_cos_wrapper_type_custom_widget {
       width:  100% !important;
    }
    .design-row8 .hs_cos_wrapper_type_widget_container {
       max-height:  none;
       display:  block;
       height:auto;
       
    }
    .design-row4 h3 {
        padding:0 1.5rem;
    }
    
    
    .image-overlay-wrapper {
        border-right:0;
        margin-bottom:2px;
    }
    .image-overlay-wrapper .esg-entry-media {
       max-height: none !important;
    }
    .image-overlay-wrapper {
       max-height: none !important;
    }  
    
    .website-design-development .custom-top-pane-group {
        padding: 2.5rem 2.5rem;
    }
    .website-design-development .custom-top-pane-group .page-center > .row-fluid-wrapper {
        padding-top: 0;
    }
    .website-design-development .custom-top-pane-group .page-center {
        margin-left: 0;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .website-design-development .custom-top-pane-group .left-content {
        width: 100% !important;
        margin: 0 !important;
        text-align: center;
    }
    .website-design-development .custom-top-pane-group .left-content img {
        height: auto;
        width: 462px;
    	margin-top: 20px;
    }
    .website-design-development .custom-top-pane-group .left-content h3 {
        font-size: 30px;
        line-height: 60px;
    }
    .website-design-development .custom-top-pane-group .right-image {
        width: 100% !important;
        margin: 0 !important;
        padding: 0;
    }
    .website-design-development .custom-top-pane-group .right-image img.hs-image-widget {
        margin-bottom: 10px;
        width: 214px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .website-design-development .full-width-banner-wrapper h3 {
        font-size: 10px;
    }
    .website-design-development.ecommerce-website-design .custom-row2-group .two-col-equal-content h1 {
        font-size: 55px;
        line-height: 60px;
    	margin: 0;
    }
    .website-design-development.ecommerce-website-design .custom-row2-group .two-col-equal-content h3 {
        font-size: 30px;
        font-weight: 300;
        line-height: 60px;
    }
    .website-design-development .three-col-equal-content .column {
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 2rem !important;
    }
    .website-design-development .three-col-equal-content {
        padding-bottom: 0;
    }
    
     .Web-Design .custom-row5-group .two-col-equal-content .column img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .design .three-col-equal-content .column:last-child {
    	margin-bottom:0;
    }

    .design-row4 .row-fluid-wrapper.row-depth-1.row-number-12 {
        margin:0;
    }
    
    .hs_cos_gallery_lightbox .slick-arrow {
        width: 110px;
    }
    
    .hs_cos_gallery_lightbox .slick-arrow:before {
        font-size:35px;
    }
    
    .hs_cos_gallery_lightbox .slick-arrow {
        top: 44%;
    }
    
    
    .blog-listing-wrapper .post-listing .post-item {
       width: 100%;
    }
    
    .blog .blog-content {
       padding: 2.5rem 0;
    }
    
  
    
    .blog .blog-sidebar .widget-span {
       padding-left: 0;
       padding-right: 0;
    }
    
    .blog .blog-sidebar h3 {
       font-size: 20px;
    }
    
    
    .hs-author-profile  .hs-author-bio {
        font-size: 0.9rem;
        line-height: 1.7;
    }   
        
    
}



@media(max-width:700px){

   .home .custom-banner img {
       max-width: 568.874px;
   }

   .home .custom-banner .page-center {
       padding-top: 115px;
   }

   .home .custom-banner h1 {
       font-size: 35px;
       line-height: 35px;
       padding-top: 43px;
       margin-bottom: 23px;
   }

   .home .custom-banner img.arrow-down {
       padding-top: 140px;
       width: 54.4293px;
   }

   .home .custom-banner {
       padding-bottom: 271px;
   }
   
       
    .home .full-width-banner-wrapper .page-center h3 {
       font-size:  10px;
    }
    
    .home .full-width-banner-wrapper .page-center {
       padding-top: 4rem;
       padding-bottom: 4rem;
    }
    
    
    .home-row1 .span12.widget-type-rich_text {
       padding-left: 1.5rem;
       padding-right: 1.5rem;
       width:  100%;
    }
    
    .home-row3 .home-row3-left, .home-row3 .home-row3-right {
       padding-left:  0;
       padding-right:  0;
    }
    .home-row3 .page-center> div {
       margin:  0;
    }
    .home .body-container-wrapper .home-row3 {
       padding-left: 1.5rem;
       padding-right: 1.5rem;
    }
    .home .one-column-wraper {
       padding: 1.5rem;
    }

}


@media (min-width: 601px) {
   .error-404 .footer-wrapper .page-center {
        padding-top:3rem;
    }

}

@media (max-width: 600px) {
    .l-titlebar-content h1 {
        font-size: 30px;
    }
    .custom-logo {
        position: relative;
        top: 10px;
        padding-top: 0px;
    }
    .custom-header-wrapper {
        min-height: 50px !important;
    }
    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: -16.5px;
    }
    
    
    .btn.btn-blue {
       white-space:  normal;
       line-height: 1.7;
       padding-top: 7.5px;
       padding-bottom: 7.5px;
    }
    
    .design-row4 .row-fluid-wrapper.row-depth-1.row-number-12 .com-col:last-child {
        margin-bottom:0;
    }
    
    
    .header-container-wrapper {
        min-height: 0;
    }
    

    .l-titlebar-h {
        padding: 1.5rem 0 1.3rem;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: absolute;
        top: 20px;
    }
    .header-container-wrapper {
        position: relative;
        z-index: 999;
        width: 100%;
    }
    
    .custom-copyright,
    .footer-wrapper {
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
    
    .about-team-layout .l-titlebar-h {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	} 
    
    .footer-wrapper .page-center {
        padding: 1.5rem 0;
    }
    
    .body-container-wrapper blockquote {
        padding:1.5rem;
    }
    
    .body-container-wrapper {
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
    
    .image-thankyou {
      padding: 1.5rem 0;
    }
    
    .body-container-wrapper .page-center {
        padding: 1.5rem 0;
    }
    
    .accordion-group .accordion-content {
    	padding-top: .6rem;
        padding-bottom: 1rem;
    }
    
     div.sapreter {
        margin:1rem 0;
        width: 100%;
    }
    
    
    .header-social-share-wrapper {
       display: none;
    }
    .custom-logo img {
       max-width: 30px;
    }
    .l-titlebar-h {
       padding: 1.5rem 0;
    }
    .l-titlebar-content h1 {
       font-size: 30px;
       font-weight: 400;
       letter-spacing: 0.01em;
       font-family: inherit;
       line-height: 1.4;
    }
    
    .header-social-share-wrapper {
        display:none !important;
    }
    
      .l-titlebar-h {
          padding: 1.5rem 0;
       }  
   
   .full-width-banner-wrapper {
        margin: 0 -1.5rem;
        padding: 0 1.5rem;
    }
    
    .three-column-equal-with-bg .page-center {
       padding: 1.5rem 0;
    }
    
    .three-column-equal-with-bg {
       margin: 0 -1.5rem;
       padding-left: 1.5rem;
       padding-right: 1.5rem;
    }
    
    .two-column-right-with-bottom-pane hr {
        margin: 1rem 0;
    }
    
    div:not(.page-center) .two-col-equal-top-pane {
       margin-left: -1.5rem;
       margin-right: -1.5rem;
    }
    
    .two-col-equal-top-pane {
       padding: 0 1.5rem;
    }
    
  .ecommerce-website-design .custom-bottom-pane, .ecommerce-website-design .custom-row2-group, .ecommerce-website-design .custom-row1-group {
        padding: 0 1.8rem;
    }
        
    .ecommerce-website-design .full-width-banner-wrapper {
        margin: 0 -1.8rem;
    }
    
 
    
    .ecommerce-website-design .custom-row2-group .two-col-equal-content h1 {
        font-size: 45px;
        line-height: 55px;
        margin-right:0;
    }
    
    .ecommerce-website-design .custom-row2-group .two-col-equal-content h3 {
        font-size: 20px;
        line-height:30px;
    }
    
    .ecommerce-website-design .custom-row2-group {
        margin-bottom: 3rem;
    }
    
    .two-column-right-with-bottom-pane hr {
        margin: 2rem 0;
    }
    
    
     .home .custom-banner img {
       max-width: 485.325px;
   }

   .home .custom-banner .page-center {
       padding-top: 98px;
   }

   .home .custom-banner h1 {
       font-size: 30px;
       line-height: 30px;
       padding-top: 36px;
       margin-bottom: 15px;
   }

   .home .custom-banner img.arrow-down {
       padding-top: 116px;
       width: 46.4354px;
   }

   .home .custom-banner {
       padding-bottom: 230px;
   }
   
   
   .about-team-layout .row-1-group .page-center {
       padding: 1.5rem 0;
    }
    .about-team-layout .row-2-content .sapreter {
       margin: 0.8rem auto;
    }
    .about-team-layout .row-2-group {
       margin-left: -1.5rem !important;
       margin-right: -1.5rem !important;
       padding-left: 1.5rem;
       padding-right: 1.5rem;
    }
    .about-team-layout .row-1-group {
       margin-left: -1.5rem !important;
       margin-right: -1.5rem !important;
       padding-left: 1.5rem;
       padding-right: 1.5rem;
    }
    
    .hs-hierarchy .full-width-banner-wrapper .page-center.empty {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    } 
    
    .website-design-development .header-container-wrapper {
        min-height: 50px;
    }
    .website-design-development .custom-top-pane-group {
        padding: 1.5rem 1.5rem;
    }
    .website-design-development .custom-top-pane-group .left-content img {
        height: auto;
        width: 403.05px;
        margin-top: 16px;
    }
    .website-design-development .custom-top-pane-group .left-content h3 {
        font-size: 26px;
        line-height: 52px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .website-design-development .custom-top-pane-group .right-image img.hs-image-widget {
        margin-bottom: 10px;
        width: 186.69px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
    
    .design .body-container-wrapper .page-center,
    .website-design-development.ecommerce-website-design .custom-bottom-pane .hs_cos_wrapper.hs_cos_wrapper_widget > .full-width-banner-wrapper .page-center {
        padding: 1.5rem 0;
    }
    .website-design-development.ecommerce-website-design .custom-row2-group .two-col-equal-content h1 {
        font-size: 48px;
        line-height: 52px;
        margin: 0;
    }
    .website-design-development.ecommerce-website-design .custom-row2-group .two-col-equal-content h3 {
        font-size: 26px;
        line-height: 52px;
    }
    .website-design-development.ecommerce-website-design .custom-bottom-pane .hs_cos_wrapper.hs_cos_wrapper_widget {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .website-design-development.ecommerce-website-design .custom-bottom-pane .hs_cos_wrapper.hs_cos_wrapper_widget > .full-width-banner-wrapper {
        margin: 0 -1.5rem;
    }
    
    .website-design-development a.w-btn.blue[style*="font-size"] {
        font-size: 18px !important;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    
    .design-row1,
    .design-row2,
    .design-row3,
    .design-row4,
    .design-row5, 
    .design-row6,
    .design-row7 {
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
    
    .two-column-equal-with-image .column.col2 {
        padding-left:5%;
        padding-right:5%;
    
    }
    
    
    .hs-blog-listing .custom-listing-banner.author,
    .blog .blog-content,
    .blog .hs-blog-header .custom-listing-banner.listing {
        padding:1.5rem 0;
    }
    
    .custom-listing-banner.author h3 {
        margin-right:0;
        text-align:center;
    }

}


@media(max-width:479px){    

   .home .custom-banner img {
       max-width: 436.012px;
   }

   .home .custom-banner .page-center {
       padding-top: 195px;
   }

   .home .custom-banner h1 {
       font-size: 26px;
       line-height: 26px;
       padding-top: 46px;
       margin-bottom: 15px;
   }

   .home .orange {
       font-size: 17px;
       line-height: 15px;
   }

   .home .custom-banner {
       padding-bottom: 44px;
   }

   .home .custom-banner img.arrow-down {
       padding-top: 152px;
       width: 59.675px;
   }
   
   
   .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        width: 50% !important;
        height: 40vw !important;
    }
    
    .l-titlebar-h .hs-breadcrumb-menu {
        display:none;
    }
    
    .ecommerce-website-design .custom-row2-group .two-col-equal-content h1 {
        font-size: 28px;
        line-height: 39px;
        font-weight: 300;
    }
    
    .ecommerce-website-design .custom-row2-group .two-col-equal-content h3 {
    	font-size: 14px;
    	font-weight: 300;
    	line-height: 39px;
    }
    
    .website-design-development .custom-top-pane-group .left-content h3 {
        font-size: 22px;
        line-height: 44px;
    }
    
    a.w-btn {
        padding: 0 1em;
    }
    
    .website-design-development.ecommerce-website-design .custom-row2-group .two-col-equal-content h1 {
        font-size:27px;
        line-height:39px;
    }
    
    .website-design-development.ecommerce-website-design .custom-row2-group .two-col-equal-content h3 {
        font-size: 14px;
        line-height: 39px;
    }
    
    .blog-post-author .blog-author-img {
       float: none;
       text-align: center;
       margin-bottom: .6rem;
    }
    
    .blog-post-author .blog-author-name {
       margin-left: 0;
       text-align: center;
       margin-right: 0;
    }
    
    .blog-post-author .blog-author-desc {
       width: 100%;
       margin: 0;
       text-align: center;
    }
    
    .custom_blog_next-previous div span.name {
       display: none;
    }
    
    
    .custom_blog_next-previous >div a {
       display: block;
    }
    
    .custom_blog_next-previous >div a:before {
       font: 2.5rem/1 fontawesome;
       position: absolute;
       top: -9px;
       opacity: 0.3;
       vertical-align: middle;
    }
    
    .custom_blog_next-previous >div:before {
       display: none;
    }
    
    .custom_blog_next-previous .custom-previous a:before {
       content: '\f104';
       left: 0;
    }
    
    .custom_blog_next-previous .custom-next a:before {
       content: '\f105';
       right: 0;
    }
    
    .blog.hs-blog-post .body-container-wrapper .page-center {
       padding-bottom: 0;
    }
    
    .blog.hs-blog-post .blog-group {
       padding-bottom: 4rem;
    }
    
    .custom_blog_next-previous .custom-previous {
       padding-left: 1.5rem;
       padding-right: .4rem;
    }
    
    .custom_blog_next-previous .custom-next {
       padding-left: .4rem;
       padding-right: 1.5rem;
    }
    
    
    .custom_blog_next-previous .custom-next,
    .custom_blog_next-previous .custom-previous {
        width:100%;
    }
    
    
    
    
    .hs-author-profile .hs-author-bio {
        text-align:center;
    }
    
    .hs-author-profile .hs-author-avatar {
        float: none;
        margin-right: 0;
        max-width: 100px;
        margin: 0 auto .6rem;
    }
    
    .blog-post-author.author {
        margin-bottom: 1.5rem;
    }
        
}

    .custom-GTM-CTA {
        width: 200px !important;
        max-width: 200px !important;
    }


@media(max-width:350px){
    .home .custom-banner .page-center {
       padding-top: 128px;
    }
    
    .home .custom-banner img {
       padding: 0 9px;
    }
    
    .home .custom-banner h1 {
       font-size:  17px;
       padding-top: 26px;
       margin-bottom: 0;
    }
    .home .custom-banner img.arrow-down {
       padding-top: 60px;
    }
}

@media(max-width:320px){
   
   .home .custom-banner img {
       max-width: 285.956px;
   }

   .home .custom-banner .page-center {
       padding-top: 128px;
   }

   .home .custom-banner h1 {
       font-size: 17px;
       line-height: 17px;
       padding-top: 30px;
       margin-bottom: 12px;
   }

   .home .orange {
       font-size: 12px;
       line-height: 15px;
   }

   .home .custom-banner img.arrow-down {
       padding-top: 77px;
       width: 39.1375px;
   }

   .home .custom-banner {
       padding-bottom: 31px;
   }
   
   .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 37vw !important;
   }
   
   .website-design-development .custom-top-pane-group .left-content h3 {
        font-size: 13px;
        line-height: 19px;
    }
    
    .custom-GTM-CTA {
        right: initial !important;
        width: 100px !important;
        max-width: 100px !important;
    }

}