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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
    background: #fff;
    font-size: 14px;
    font-family: helvetica,sans-serif;
    line-height: 100%;
    color: #555555;
}

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

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


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

/* Basic text */
.body-container-wrapper p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 180%;
} 
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 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 24px;
    color: #333333;
    line-height: 130%;
    margin: 0 0 5px;
    text-transform: none;
    font-variant: normal;
    font-weight:normal;
}

h2 {
    font-size: 20px;
    line-height: 180%;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    margin: 0 0 20px;
    font-weight:400;
}

h3 {
    font-size: 15px;
    margin: 0 0 15px;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    line-height: 180%;
}

h4 {
    font-size:14px;
    line-height:1.1;
}
h5 {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 250%;
    color: #111111;
    margin-bottom: 10px;
}

h6 {
    font-size:12px;
    line-height:1.1;
}


/*.main-content h2 {
    display:block;
    clear:both;
}*/

/* Anchor Links */
a { 
    color: #F5783E;
    outline:0;
}
a:hover, a:focus {  
   color: #F5783E; 
}

/* Lists */
ul, ol {
    padding: 0 0 0 40px;
    margin: 15px 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
    background-color: #a8a8a8;
    height: 1px;
    margin: 0 0 15px;
    border:0 none;
}


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

.custom-Header-top-group {
    background-color: #F5783E;
    padding-left: 15px;
    padding-right:15px;
}

.custom-header-google-search input[type="text"] {
    padding: 1px;
    -webkit-appearance: searchfield;
    box-sizing: border-box;
    background-color: white;
    font: 400 13.3333px Arial;
    border-radius: 0;
    display: inline-block;
    width: auto;
    border-width: 1px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    border-radius: 0;
    line-height: 1.3;
    color: #000 !important;
    margin:0 !important;
    border-width: 2px;
    border-color: initial;
    border-image: initial;
    -webkit-appearance: searchfield;
    box-sizing: border-box;
    box-shadow:none;
}


@-moz-document url-prefix() {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-right:2px;
    }
    
    .custom-header-google-search input[type="text"] {
        border:1px solid #333 !important;
    }
}

.custom-header-google-search label {
    display:none !important;
}

.custom-header-google-search input[type="text"]:focus {
    /*outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px;*/
}

.custom-Header-top-group .custom-header-top-location {
    margin-left: 12.765957447% !important;
        width: 48.936170213% !important;
}

.custom-Header-top-group .custom-header-google-search {
    width: 36.170212766% !important;
    margin-left: 2.127659574% !important;
}

.header-location-group {
    margin-bottom: -5px;
    color: #000000;
    padding: 5px 10px 5px 15px;
    padding-top: 11px;
    padding-bottom: 10px;
    display:table;
}

.header-location-group img {
    float: left;
}

.custom-header-google-search .hs-form {
    margin: 15px 0 0;
    padding: 5px 10px;
    list-style: none;
    margin-bottom: 4px;
    margin-top: 0px;
    padding-bottom: 7px;
    padding-top: 9px;
    color: #000000;
    line-height: 150%;
    display: table;
    width:100%;
}
.custom-header-google-search .hs-button.primary {
    background: #ddd;
    padding: 0 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-size: 11px;
    font-family: Arial;
    line-height: 27px;
    box-shadow: none;
    font-weight: 700;
    color: #444;
    letter-spacing: 0;
    text-shadow: none;
}


.custom-header-google-search .hs-button.primary:hover {
    color: #222;
    background: #d1d1d1;
    border:0;
    box-shadow:none;
}


.custom-header-group .page-center.bottom {
    padding-top:20px;
}

.custom-header-group .custom-header-logo {
    margin-bottom:19px;
}

.custom-header-bottom-group {
    padding-left:15px;
    padding-right:15px;
}

.body-container-wrapper .main-content .hs_cos_wrapper_type_header {
    display: block;
    padding-bottom: 15px;
}

















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

.body-container-wrapper {
    background-color: #F7F7F7;
    padding-left:15px;
    padding-right:15px;
    line-height:180%;
}

.body-container-wrapper .content-wrapper.page-center {
    padding:20px 0;
}

.body-container {}

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


.two-column-left .body-container-wrapper .main-content {
    padding-top:15px;
    margin-bottom:10px;
}

.sidebar {
    margin:0 0 10px;
}

.custom-sidebar-recent-post,
.sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
    border: 2px dashed #F5783E;
    background: #e4e4e4;
    padding: 10px 20px 15px 20px;
    line-height: 150%;
    margin-top: 15px;
    display:block;
}

.custom-sidebar-recent-post a,
.sidebar .hs_cos_wrapper.hs_cos_wrapper_widget a {
    color: #333333;
}

.sidebar .hs_cos_wrapper.hs_cos_wrapper_widget form a.hs-button.primary {
    color:#fff;
}


.sidebar .hs_cos_wrapper.hs_cos_wrapper_widget p {
    font-size:16px;
    line-height:22px;
    margin-bottom:0;
}

.custom-sidebar-recent-post .hs-posttitle {
    font-size:15px;
    line-height:23px;
    margin-bottom:0;
}

.custom-sidebar-recent-post .read_more,
.custom-sidebar-recent-post .hs-postcontent {
    font-size:12px;
}

.custom-sidebar-recent-post .read_more {
    text-decoration:none;
}

.custom-sidebar-recent-post .hs-recentpost-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}

.custom-sidebar-recent-post .hs-posttitle:hover,
.custom-sidebar-recent-post .hs-posttitle {
    text-decoration:none;
    display:block;
}


.custom-sidebar-recent-post h3,
.sidebar .hs_cos_wrapper.hs_cos_wrapper_widget h3 {
    font-size: 16px;
    letter-spacing: 1px;
    font-variant: normal;
    line-height: 33px;
    color: #111111;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    font-family: helvetica, sans-serif;
    padding-bottom: 1px;
}

.sidebar .hs_cos_wrapper_type_form .actions {
    background: transparent;
    margin-top: 0;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    display:block;
}


.two-column-left .sidebar input[type="text"],
.two-column-left .sidebar input[type="password"],
.two-column-left .sidebar input[type="datetime"], 
.two-column-left .sidebar input[type="datetime-local"], 
.two-column-left .sidebar input[type="date"], 
.two-column-left .sidebar input[type="month"], 
.two-column-left .sidebar input[type="time"], 
.two-column-left .sidebar input[type="week"],
.two-column-left .sidebar input[type="number"],
.two-column-left .sidebar input[type="email"], 
.two-column-left .sidebar input[type="url"], 
.two-column-left .sidebar input[type="search"], 
.two-column-left .sidebar input[type="tel"], 
.two-column-left .sidebar input[type="color"],
.two-column-left .sidebar input[type="file"], 
.two-column-left .sidebar textarea, .two-column-left .sidebar select {
     width: 94.85%;
     color:#444;
}

.custom-module-social-links {
    padding:0;
    margin: 1em 0;
    list-style: none;
    display:block;
    clear:both;
}
.custom-module-social-links li,
.custom-module-social-links li a {
    display: inline-block;
    vertical-align: middle;
}

.custom-module-social-links li a{
    padding: 4px 12px 7px 12px;
    margin: 2px 1px 2px 0;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-family: "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
    background-clip: padding-box;
    border: 1px solid #cfcfcf;
    line-height: 1.8;
    cursor:pointer;
}


.custom-module-social-links li a .content {
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
 }
 
.custom-module-social-links li a .essb_icon {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background-size: 21px 21px;
    background-repeat: no-repeat;
}

.custom-module-social-links li a.share_facebook:hover {
    border: 1px solid #3b5999;
    background-color: #3b5999;
    color: #fff;
}


.custom-module-social-links li a.share_facebook:hover .essb_icon  {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNi40MDUsMjIuNjg0VjM3aDYuOTY0VjIyLjc1Mmg0Ljc1NGwxLjE1LTUuOTRoLTUuODU0di00LjM1N2MwLTAuNjAyLDAuMzIxLTEuNDA2LDEuMjk2LTEuNDA2SDI4LjFWNQ0KCWgtNi4zMmMtMi4xOCwwLTUuMzk3LDIuNjg1LTUuMzk3LDUuNTR2Ni4xMDNoLTMuNjU0djYuMDE2TDE2LjQwNSwyMi42ODR6Ii8+DQo8L3N2Zz4NCg==);
}

.custom-module-social-links li a.share_twitter:hover {
    border: 1px solid #59d1df;
    background-color: #59d1df;
    color: #fff;
}

.custom-module-social-links li a.share_twitter:hover .essb_icon {
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNywxMS4wNzZjLTEuMTc3LDAuNTIxLTIuNDQxLDAuODc1LTMuNzcxLDEuMDM0YzEuMzU2LTAuODEzLDIuMzk3LTIuMSwyLjg4OC0zLjYzMw0KCWMtMS4yNjksMC43NTItMi42NzUsMS4yOTktNC4xNjksMS41OTRjLTEuMTk3LTEuMjc2LTIuOTA0LTIuMDc0LTQuNzkzLTIuMDc0Yy0zLjYyNSwwLTYuNTY0LDIuOTM5LTYuNTY0LDYuNTY0DQoJYzAsMC41MTYsMC4wNTcsMS4wMTcsMC4xNywxLjQ5N2MtNS40NTctMC4yNzQtMTAuMjk0LTIuODg4LTEzLjUzMS02Ljg1OWMtMC41NjUsMC45Ny0wLjg5LDIuMDk4LTAuODksMy4zMDENCgljMCwyLjI3OCwxLjE1OSw0LjI4NywyLjkyLDUuNDY0Yy0xLjA3NS0wLjAzNC0yLjA4OC0wLjMyOS0yLjk3My0wLjgyMWMtMC4wMDEsMC4wMjctMC4wMDEsMC4wNTYtMC4wMDEsMC4wODINCgljMCwzLjE4MiwyLjI2Myw1LjgzNSw1LjI2Nyw2LjQzOGMtMC41NTEsMC4xNDktMS4xMzEsMC4yMjktMS43MjksMC4yMjljLTAuNDI0LDAtMC44MzQtMC4wNDEtMS4yMzUtMC4xMTYNCgljMC44MzUsMi42MDcsMy4yNjEsNC41MDYsNi4xMzMsNC41NTljLTIuMjQ3LDEuNzYxLTUuMDc3LDIuODEtOC4xNTMsMi44MWMtMC41MywwLTEuMDUzLTAuMDMtMS41NjYtMC4wOTINCgljMi45MDQsMS44NjMsNi4zNTUsMi45NSwxMC4wNjMsMi45NWMxMi4wNzgsMCwxOC42ODEtMTAuMDA0LDE4LjY4MS0xOC42NzljMC0wLjI4NS0wLjAwNy0wLjU2OC0wLjAxOS0wLjg1MQ0KCUMzNS4wMDcsMTMuNTQ5LDM2LjEyLDEyLjM5MiwzNywxMS4wNzYiLz4NCjwvc3ZnPg0K)
}

.custom-module-social-links li a.share_googleplus:hover {
    border: 1px solid #bf3727;
    background-color: #bf3727;
    color: #fff;
}

.custom-module-social-links li a.share_googleplus:hover .essb_icon  {
   background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMS44NDYsMzAuNzEyYzAtMC4yNjktMC4wMjktMC41MjktMC4wODYtMC43NzljLTAuMDU4LTAuMjUtMC4xMTktMC40OC0wLjE4My0wLjY5Mg0KCWMtMC4wNjMtMC4yMTEtMC4xNzctMC40MzMtMC4zMzctMC42NjNjLTAuMTYtMC4yMzEtMC4yOTUtMC40MjctMC40MDQtMC41ODdjLTAuMTA3LTAuMTYtMC4yNzctMC4zNS0wLjUwOS0wLjU2Nw0KCXMtMC40MDctMC4zODEtMC41MjktMC40OWMtMC4xMjItMC4xMDgtMC4zMjctMC4yNzItMC42MTQtMC40ODljLTAuMjg5LTAuMjItMC40ODgtMC4zNjYtMC41OTgtMC40NDMNCgljLTAuMTA3LTAuMDc3LTAuMzItMC4yMjUtMC42MzQtMC40NDJzLTAuNTExLTAuMzUzLTAuNTg3LTAuNDAzYy0wLjIxOS0wLjAyNi0wLjUzOC0wLjAzOS0wLjk2MS0wLjAzOQ0KCWMtMC42OTMsMC0xLjM3MiwwLjA0NS0yLjAzOSwwLjEzNWMtMC42NjYsMC4wOS0xLjM1OSwwLjI1LTIuMDc2LDAuNDhjLTAuNzE5LDAuMjMxLTEuMzQ4LDAuNTI1LTEuODg1LDAuODg1DQoJYy0wLjUzOSwwLjM1OC0wLjk4MSwwLjg0LTEuMzI3LDEuNDQyYy0wLjM0NywwLjYwMy0wLjUxOSwxLjI4OC0wLjUxOSwyLjA1OGMwLDAuODcxLDAuMjI3LDEuNjUsMC42ODIsMi4zMzcNCgljMC40NTUsMC42ODYsMS4wNTIsMS4yMjQsMS43ODksMS42MTZjMC43MzYsMC4zOTEsMS41MSwwLjY4MiwyLjMxNiwwLjg3NWMwLjgwOSwwLjE5MSwxLjYyMiwwLjI4NywyLjQ0MywwLjI4Nw0KCWMwLjc1NiwwLDEuNDc3LTAuMDgsMi4xNjMtMC4yNHMxLjMzLTAuNDEsMS45MzMtMC43NWMwLjYwMi0wLjM0LDEuMDgtMC44MTEsMS40MzItMS40MTNDMjEuNjcsMzIuMjI0LDIxLjg0NiwzMS41MiwyMS44NDYsMzAuNzEyDQoJIE0xOS41MzksMTQuMTM1YzAtMC43Ny0wLjEwNS0xLjU4Ny0wLjMxOC0yLjQ1MmMtMC4yMTEtMC44NjUtMC41MTMtMS43MDItMC45MDQtMi41MWMtMC4zOTEtMC44MDgtMC45MjgtMS40NzQtMS42MTQtMg0KCWMtMC42ODctMC41MjUtMS40NTItMC43ODgtMi4yOTgtMC43ODhjLTEuMTkzLDAtMi4xMTUsMC40NDItMi43NywxLjMyN2MtMC42NTQsMC44ODQtMC45OCwxLjk0Mi0wLjk4LDMuMTczDQoJYzAsMC42MDIsMC4wNzQsMS4yMzcsMC4yMjEsMS45MDRjMC4xNDYsMC42NjYsMC4zNzUsMS4zMzMsMC42ODQsMmMwLjMwNywwLjY2NiwwLjY2NiwxLjI2NiwxLjA3NiwxLjc5OHMwLjkxLDAuOTY0LDEuNSwxLjI5OA0KCWMwLjU5LDAuMzMzLDEuMjExLDAuNSwxLjg2NSwwLjVjMS4yNDQsMCwyLjE0NS0wLjM4OCwyLjcwMi0xLjE2NEMxOS4yNiwxNi40NDUsMTkuNTM5LDE1LjQxNywxOS41MzksMTQuMTM1IE0xNy4wMiw1aDguNDAzDQoJbC0yLjU5NiwxLjUxOUgyMC4yM2MwLjkxLDAuNTc3LDEuNjE1LDEuMzg1LDIuMTE1LDIuNDI0YzAuNSwxLjAzOCwwLjc1LDIuMTIxLDAuNzUsMy4yNWMwLDAuOTQ4LTAuMTQ2LDEuNzkxLTAuNDQxLDIuNTI4DQoJYy0wLjI5NSwwLjczOC0wLjY1NCwxLjMzLTEuMDc3LDEuNzc5Yy0wLjQyMywwLjQ0OS0wLjg0NywwLjg2Mi0xLjI2OSwxLjI0Yy0wLjQyNCwwLjM3OS0wLjc4MywwLjc3LTEuMDc4LDEuMTc0DQoJYy0wLjI5NSwwLjQwNC0wLjQ0MSwwLjgzNi0wLjQ0MSwxLjI5OGMwLDAuMzMzLDAuMTA1LDAuNjYsMC4zMTYsMC45ODFjMC4yMTEsMC4zMTksMC40ODcsMC42MjcsMC44MjgsMC45MjINCgljMC4zMzgsMC4yOTUsMC43MTMsMC42MDMsMS4xMjUsMC45MjRjMC40MDksMC4zMiwwLjgxOSwwLjY3NiwxLjIzLDEuMDY2YzAuNDEsMC4zOTIsMC43ODUsMC44MTQsMS4xMjUsMS4yNw0KCWMwLjMzOSwwLjQ1NSwwLjYxNSwxLDAuODI2LDEuNjM1YzAuMjEyLDAuNjM1LDAuMzE4LDEuMzE3LDAuMzE4LDIuMDQ4YzAsMi4wNTItMC44OTgsMy44NTktMi42OTMsNS40MjMNCglDMTkuOTE3LDM2LjE2LDE3LjIyNSwzNywxMy43ODksMzdjLTAuNzU3LDAtMS41MjMtMC4wNjQtMi4yOTktMC4xOTJzLTEuNTU3LTAuMzQzLTIuMzQ2LTAuNjQ0DQoJYy0wLjc4OS0wLjMwMy0xLjQ4NC0wLjY3NC0yLjA4Ni0xLjExNmMtMC42MDQtMC40NDItMS4wOTgtMS4wMTMtMS40ODEtMS43MTFDNS4xOTEsMzIuNjM4LDUsMzEuODU5LDUsMzENCgljMC0wLjc4MiwwLjIzNi0xLjY0NiwwLjcxMS0yLjU5NmMwLjQxMS0wLjgyLDEuMDI1LTEuNTI5LDEuODQ4LTIuMTI1YzAuODE5LTAuNTk3LDEuNzUtMS4wNTEsMi43ODctMS4zNjUNCgljMS4wMzktMC4zMTUsMi4wMzItMC41NDUsMi45ODEtMC42OTNjMC45NDgtMC4xNDYsMS45MDktMC4yMzQsMi44ODQtMC4yNTljLTAuODItMS4wNjMtMS4yMy0yLjAxOS0xLjIzLTIuODY2DQoJYzAtMC4xNTMsMC4wMTQtMC4zMDQsMC4wMzktMC40NTJjMC4wMjUtMC4xNDcsMC4wNTgtMC4yNzIsMC4wOTYtMC4zNzVjMC4wMzktMC4xMDIsMC4wOS0wLjI0LDAuMTU0LTAuNDEzDQoJYzAuMDYzLTAuMTczLDAuMTA4LTAuMzExLDAuMTM1LTAuNDEzYy0wLjUxNCwwLjA2My0wLjk2MywwLjA5Ni0xLjM0NiwwLjA5NmMtMS45MTIsMC0zLjU0OS0wLjYyOS00LjkxNC0xLjg4NQ0KCWMtMS4zNjUtMS4yNTYtMi4wNDktMi44MzQtMi4wNDktNC43MzFjMC0xLjc5NSwwLjYwOS0zLjQsMS44MjctNC44MTdzMi43MTgtMi4zMjQsNC41LTIuNzIxQzE0LjYyOCw1LjEyOCwxNS44MjcsNSwxNy4wMiw1DQoJIE0zNyw5LjkyM3YyLjQ2MmgtNC45MjN2NC45MjNoLTIuNDYydi00LjkyM2gtNC45MjRWOS45MjNoNC45MjRWNWgyLjQ2MnY0LjkyM0gzN3oiLz4NCjwvc3ZnPg0K)
}

.custom-module-social-links li a.share_linkedin:hover {
    border: 1px solid #2ba3e1;
    background-color: #2ba3e1;
    color: #fff;
}
.custom-module-social-links li a.share_linkedin:hover .essb_icon { 
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMi4yNDYsOC42NDRjMCwxLjg5LTEuMzk2LDMuNDItMy42OTEsMy40MmMtMi4xNiwwLTMuNTU1LTEuNTMtMy41NTUtMy40MmMwLTEuOTM1LDEuNDQyLTMuNDIxLDMuNjQ2LTMuNDIxDQoJQzEwLjg1LDUuMjIzLDEyLjIwMSw2LjcwOSwxMi4yNDYsOC42NDQgTTUuMTgyLDE0Ljc2Nmg2Ljg0djIyLjAwOWgtNi44NFYxNC43NjZ6IE0xNi4xMTYsMjEuNzg3YzAtMi43NDYtMC4wOS01LjA0MS0wLjE4MS03LjAyMQ0KCWg1Ljk0bDAuMzE3LDMuMDYzaDAuMTM1YzAuODk4LTEuNDQyLDMuMTA1LTMuNTU3LDYuNzk2LTMuNTU3YzQuNSwwLDcuODc2LDMuMDE2LDcuODc2LDkuNDk3djEzLjAwOWgtNi44NDFWMjQuNTc4DQoJYzAtMi44MzQtMC45OTItNC43NzEtMy40NjctNC43NzFjLTEuODksMC0zLjAxMywxLjMwNi0zLjUwOSwyLjU2NWMtMC4xODIsMC40NDktMC4yMjcsMS4wOC0wLjIyNywxLjcxMXYxMi42OTNoLTYuODQxVjIxLjc4N3oiLz4NCjwvc3ZnPg0K)
}
.custom-module-social-links li a.share_email:hover {
    background-color: #888;
    color: #fff;
    border: 1px solid #888;
}


.custom-module-social-links li a.share_email:hover .essb_icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMSwyNS41NzFsLTMuOTYtMy40NjVMNS43MjQsMzEuODA4YzAuNDEsMC4zODUsMC45NjQsMC42MjEsMS41NzgsMC42MjFoMjcuMzk2DQoJCWMwLjYwOSwwLDEuMTYzLTAuMjM2LDEuNTc0LTAuNjIxTDI0Ljk2LDIyLjEwNkwyMSwyNS41NzF6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM2LjI3NiwxMC4xOTFjLTAuNDEtMC4zODUtMC45NjQtMC42Mi0xLjU3OC0wLjYySDcuMzAyYy0wLjYwOSwwLTEuMTYzLDAuMjM4LTEuNTc0LDAuNjI0TDIxLDIzLjI4Ng0KCQlMMzYuMjc2LDEwLjE5MXoiLz4NCgk8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjUsMTEuNTc4IDUsMzAuNTY3IDE2LjA0NywyMS4xODEgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjUuOTUzLDIxLjE4MSAzNywzMC41NjcgMzcsMTEuNTcxIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
    
.custom-module-social-links li a.share_facebook .essb_icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MnB4IiBoZWlnaHQ9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik0xNi40MDUsMjIuNjg0VjM3aDYuOTY0VjIyLjc1Mmg0Ljc1NGwxLjE1LTUuOTRoLTUuODU0di00LjM1N2MwLTAuNjAyLDAuMzIxLTEuNDA2LDEuMjk2LTEuNDA2SDI4LjFWNWgtNi4zMmMtMi4xOCwwLTUuMzk3LDIuNjg1LTUuMzk3LDUuNTR2Ni4xMDNoLTMuNjU0djYuMDE2TDE2LjQwNSwyMi42ODR6Ii8+PC9zdmc+);
}

.custom-module-social-links li a.share_twitter .essb_icon {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MnB4IiBoZWlnaHQ9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik0zNywxMS4wNzZjLTEuMTc3LDAuNTIxLTIuNDQxLDAuODc1LTMuNzcxLDEuMDM0YzEuMzU2LTAuODEzLDIuMzk3LTIuMSwyLjg4OC0zLjYzM2MtMS4yNjksMC43NTItMi42NzUsMS4yOTktNC4xNjksMS41OTRjLTEuMTk3LTEuMjc2LTIuOTA0LTIuMDc0LTQuNzkzLTIuMDc0Yy0zLjYyNSwwLTYuNTY0LDIuOTM5LTYuNTY0LDYuNTY0YzAsMC41MTYsMC4wNTcsMS4wMTcsMC4xNywxLjQ5N2MtNS40NTctMC4yNzQtMTAuMjk0LTIuODg4LTEzLjUzMS02Ljg1OWMtMC41NjUsMC45Ny0wLjg5LDIuMDk4LTAuODksMy4zMDFjMCwyLjI3OCwxLjE1OSw0LjI4NywyLjkyLDUuNDY0Yy0xLjA3NS0wLjAzNC0yLjA4OC0wLjMyOS0yLjk3My0wLjgyMWMtMC4wMDEsMC4wMjctMC4wMDEsMC4wNTYtMC4wMDEsMC4wODJjMCwzLjE4MiwyLjI2Myw1LjgzNSw1LjI2Nyw2LjQzOGMtMC41NTEsMC4xNDktMS4xMzEsMC4yMjktMS43MjksMC4yMjljLTAuNDI0LDAtMC44MzQtMC4wNDEtMS4yMzUtMC4xMTZjMC44MzUsMi42MDcsMy4yNjEsNC41MDYsNi4xMzMsNC41NTljLTIuMjQ3LDEuNzYxLTUuMDc3LDIuODEtOC4xNTMsMi44MWMtMC41MywwLTEuMDUzLTAuMDMtMS41NjYtMC4wOTJjMi45MDQsMS44NjMsNi4zNTUsMi45NSwxMC4wNjMsMi45NWMxMi4wNzgsMCwxOC42ODEtMTAuMDA0LDE4LjY4MS0xOC42NzljMC0wLjI4NS0wLjAwNy0wLjU2OC0wLjAxOS0wLjg1MUMzNS4wMDcsMTMuNTQ5LDM2LjEyLDEyLjM5MiwzNywxMS4wNzYiLz48L3N2Zz4=);
}
.custom-module-social-links li a.share_googleplus .essb_icon {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MnB4IiBoZWlnaHQ9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik0yMS44NDYsMzAuNzEyYzAtMC4yNjktMC4wMjktMC41MjktMC4wODYtMC43NzljLTAuMDU4LTAuMjUtMC4xMTktMC40OC0wLjE4My0wLjY5MmMtMC4wNjMtMC4yMTEtMC4xNzctMC40MzMtMC4zMzctMC42NjNjLTAuMTYtMC4yMzEtMC4yOTUtMC40MjctMC40MDQtMC41ODdjLTAuMTA3LTAuMTYtMC4yNzctMC4zNS0wLjUwOS0wLjU2N3MtMC40MDctMC4zODEtMC41MjktMC40OWMtMC4xMjItMC4xMDgtMC4zMjctMC4yNzItMC42MTQtMC40ODljLTAuMjg5LTAuMjItMC40ODgtMC4zNjYtMC41OTgtMC40NDNjLTAuMTA3LTAuMDc3LTAuMzItMC4yMjUtMC42MzQtMC40NDJzLTAuNTExLTAuMzUzLTAuNTg3LTAuNDAzYy0wLjIxOS0wLjAyNi0wLjUzOC0wLjAzOS0wLjk2MS0wLjAzOWMtMC42OTMsMC0xLjM3MiwwLjA0NS0yLjAzOSwwLjEzNWMtMC42NjYsMC4wOS0xLjM1OSwwLjI1LTIuMDc2LDAuNDhjLTAuNzE5LDAuMjMxLTEuMzQ4LDAuNTI1LTEuODg1LDAuODg1Yy0wLjUzOSwwLjM1OC0wLjk4MSwwLjg0LTEuMzI3LDEuNDQyYy0wLjM0NywwLjYwMy0wLjUxOSwxLjI4OC0wLjUxOSwyLjA1OGMwLDAuODcxLDAuMjI3LDEuNjUsMC42ODIsMi4zMzdjMC40NTUsMC42ODYsMS4wNTIsMS4yMjQsMS43ODksMS42MTZjMC43MzYsMC4zOTEsMS41MSwwLjY4MiwyLjMxNiwwLjg3NWMwLjgwOSwwLjE5MSwxLjYyMiwwLjI4NywyLjQ0MywwLjI4N2MwLjc1NiwwLDEuNDc3LTAuMDgsMi4xNjMtMC4yNHMxLjMzLTAuNDEsMS45MzMtMC43NWMwLjYwMi0wLjM0LDEuMDgtMC44MTEsMS40MzItMS40MTNDMjEuNjcsMzIuMjI0LDIxLjg0NiwzMS41MiwyMS44NDYsMzAuNzEyIE0xOS41MzksMTQuMTM1YzAtMC43Ny0wLjEwNS0xLjU4Ny0wLjMxOC0yLjQ1MmMtMC4yMTEtMC44NjUtMC41MTMtMS43MDItMC45MDQtMi41MWMtMC4zOTEtMC44MDgtMC45MjgtMS40NzQtMS42MTQtMmMtMC42ODctMC41MjUtMS40NTItMC43ODgtMi4yOTgtMC43ODhjLTEuMTkzLDAtMi4xMTUsMC40NDItMi43NywxLjMyN2MtMC42NTQsMC44ODQtMC45OCwxLjk0Mi0wLjk4LDMuMTczYzAsMC42MDIsMC4wNzQsMS4yMzcsMC4yMjEsMS45MDRjMC4xNDYsMC42NjYsMC4zNzUsMS4zMzMsMC42ODQsMmMwLjMwNywwLjY2NiwwLjY2NiwxLjI2NiwxLjA3NiwxLjc5OHMwLjkxLDAuOTY0LDEuNSwxLjI5OGMwLjU5LDAuMzMzLDEuMjExLDAuNSwxLjg2NSwwLjVjMS4yNDQsMCwyLjE0NS0wLjM4OCwyLjcwMi0xLjE2NEMxOS4yNiwxNi40NDUsMTkuNTM5LDE1LjQxNywxOS41MzksMTQuMTM1IE0xNy4wMiw1aDguNDAzbC0yLjU5NiwxLjUxOUgyMC4yM2MwLjkxLDAuNTc3LDEuNjE1LDEuMzg1LDIuMTE1LDIuNDI0YzAuNSwxLjAzOCwwLjc1LDIuMTIxLDAuNzUsMy4yNWMwLDAuOTQ4LTAuMTQ2LDEuNzkxLTAuNDQxLDIuNTI4Yy0wLjI5NSwwLjczOC0wLjY1NCwxLjMzLTEuMDc3LDEuNzc5Yy0wLjQyMywwLjQ0OS0wLjg0NywwLjg2Mi0xLjI2OSwxLjI0Yy0wLjQyNCwwLjM3OS0wLjc4MywwLjc3LTEuMDc4LDEuMTc0Yy0wLjI5NSwwLjQwNC0wLjQ0MSwwLjgzNi0wLjQ0MSwxLjI5OGMwLDAuMzMzLDAuMTA1LDAuNjYsMC4zMTYsMC45ODFjMC4yMTEsMC4zMTksMC40ODcsMC42MjcsMC44MjgsMC45MjJjMC4zMzgsMC4yOTUsMC43MTMsMC42MDMsMS4xMjUsMC45MjRjMC40MDksMC4zMiwwLjgxOSwwLjY3NiwxLjIzLDEuMDY2YzAuNDEsMC4zOTIsMC43ODUsMC44MTQsMS4xMjUsMS4yN2MwLjMzOSwwLjQ1NSwwLjYxNSwxLDAuODI2LDEuNjM1YzAuMjEyLDAuNjM1LDAuMzE4LDEuMzE3LDAuMzE4LDIuMDQ4YzAsMi4wNTItMC44OTgsMy44NTktMi42OTMsNS40MjNDMTkuOTE3LDM2LjE2LDE3LjIyNSwzNywxMy43ODksMzdjLTAuNzU3LDAtMS41MjMtMC4wNjQtMi4yOTktMC4xOTJzLTEuNTU3LTAuMzQzLTIuMzQ2LTAuNjQ0Yy0wLjc4OS0wLjMwMy0xLjQ4NC0wLjY3NC0yLjA4Ni0xLjExNmMtMC42MDQtMC40NDItMS4wOTgtMS4wMTMtMS40ODEtMS43MTFDNS4xOTEsMzIuNjM4LDUsMzEuODU5LDUsMzFjMC0wLjc4MiwwLjIzNi0xLjY0NiwwLjcxMS0yLjU5NmMwLjQxMS0wLjgyLDEuMDI1LTEuNTI5LDEuODQ4LTIuMTI1YzAuODE5LTAuNTk3LDEuNzUtMS4wNTEsMi43ODctMS4zNjVjMS4wMzktMC4zMTUsMi4wMzItMC41NDUsMi45ODEtMC42OTNjMC45NDgtMC4xNDYsMS45MDktMC4yMzQsMi44ODQtMC4yNTljLTAuODItMS4wNjMtMS4yMy0yLjAxOS0xLjIzLTIuODY2YzAtMC4xNTMsMC4wMTQtMC4zMDQsMC4wMzktMC40NTJjMC4wMjUtMC4xNDcsMC4wNTgtMC4yNzIsMC4wOTYtMC4zNzVjMC4wMzktMC4xMDIsMC4wOS0wLjI0LDAuMTU0LTAuNDEzYzAuMDYzLTAuMTczLDAuMTA4LTAuMzExLDAuMTM1LTAuNDEzYy0wLjUxNCwwLjA2My0wLjk2MywwLjA5Ni0xLjM0NiwwLjA5NmMtMS45MTIsMC0zLjU0OS0wLjYyOS00LjkxNC0xLjg4NWMtMS4zNjUtMS4yNTYtMi4wNDktMi44MzQtMi4wNDktNC43MzFjMC0xLjc5NSwwLjYwOS0zLjQsMS44MjctNC44MTdzMi43MTgtMi4zMjQsNC41LTIuNzIxQzE0LjYyOCw1LjEyOCwxNS44MjcsNSwxNy4wMiw1IE0zNyw5LjkyM3YyLjQ2MmgtNC45MjN2NC45MjNoLTIuNDYydi00LjkyM2gtNC45MjRWOS45MjNoNC45MjRWNWgyLjQ2MnY0LjkyM0gzN3oiLz48L3N2Zz4=);
}
.custom-module-social-links li a.share_linkedin .essb_icon {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MnB4IiBoZWlnaHQ9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik0xMi4yNDYsOC42NDRjMCwxLjg5LTEuMzk2LDMuNDItMy42OTEsMy40MmMtMi4xNiwwLTMuNTU1LTEuNTMtMy41NTUtMy40MmMwLTEuOTM1LDEuNDQyLTMuNDIxLDMuNjQ2LTMuNDIxQzEwLjg1LDUuMjIzLDEyLjIwMSw2LjcwOSwxMi4yNDYsOC42NDQgTTUuMTgyLDE0Ljc2Nmg2Ljg0djIyLjAwOWgtNi44NFYxNC43NjZ6IE0xNi4xMTYsMjEuNzg3YzAtMi43NDYtMC4wOS01LjA0MS0wLjE4MS03LjAyMWg1Ljk0bDAuMzE3LDMuMDYzaDAuMTM1YzAuODk4LTEuNDQyLDMuMTA1LTMuNTU3LDYuNzk2LTMuNTU3YzQuNSwwLDcuODc2LDMuMDE2LDcuODc2LDkuNDk3djEzLjAwOWgtNi44NDFWMjQuNTc4YzAtMi44MzQtMC45OTItNC43NzEtMy40NjctNC43NzFjLTEuODksMC0zLjAxMywxLjMwNi0zLjUwOSwyLjU2NWMtMC4xODIsMC40NDktMC4yMjcsMS4wOC0wLjIyNywxLjcxMXYxMi42OTNoLTYuODQxVjIxLjc4N3oiLz48L3N2Zz4=);
}
.custom-module-social-links li a.share_email .essb_icon {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MnB4IiBoZWlnaHQ9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik0yMSwyNS41NzFsLTMuOTYtMy40NjVMNS43MjQsMzEuODA4YzAuNDEsMC4zODUsMC45NjQsMC42MjEsMS41NzgsMC42MjFoMjcuMzk2YzAuNjA5LDAsMS4xNjMtMC4yMzYsMS41NzQtMC42MjFMMjQuOTYsMjIuMTA2TDIxLDI1LjU3MXoiLz48cGF0aCBmaWxsPSIjNjY2NjY2IiBkPSJNMzYuMjc2LDEwLjE5MWMtMC40MS0wLjM4NS0wLjk2NC0wLjYyLTEuNTc4LTAuNjJINy4zMDJjLTAuNjA5LDAtMS4xNjMsMC4yMzgtMS41NzQsMC42MjRMMjEsMjMuMjg2TDM2LjI3NiwxMC4xOTF6Ii8+PHBvbHlnb24gZmlsbD0iIzY2NjY2NiIgcG9pbnRzPSI1LDExLjU3OCA1LDMwLjU2NyAxNi4wNDcsMjEuMTgxICIvPjxwb2x5Z29uIGZpbGw9IiM2NjY2NjYiIHBvaW50cz0iMjUuOTUzLDIxLjE4MSAzNywzMC41NjcgMzcsMTEuNTcxICIvPjwvZz48L3N2Zz4=);
}



.our-team-parent-group {
    margin-bottom: 18px;
}

.our-team-parent-group:nth-child(2n+0) {
    margin-right:0;
}

.aur-team-group {
    padding-bottom: 25px;
}

span.designation {
    display: block;
}



.table {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #CDCDCD;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

.table thead tr:first-child th,
.table tr:first-child th {
    border-top: none;
}

.table th {
    background-color: #E6EEEE;
    border: 1px solid #FFFFFF;
    padding: 4px;
    color: #3D3D3D;
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table th,
.table td {
    line-height: 18px;
    text-align: left;
    border-top: 1px solid #ddd;
}

.table td {
    padding: 4px;
}


.table tbody tr:nth-child(even) td {
    background-color: #F0F0F6;
}

.table tbody tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

.table-group {
    overflow-y: auto;
    margin: 10px 0px 15px 0px;
}


.error-404 .entry-content {
    margin:20px 0;
}

.error-404 .body-container-wrapper .widget-type-google_search label {
    margin:0;
    line-height:0;
}

.error-404 .body-container-wrapper .widget-type-google_search input[type="text"] {
    width: 200px;
    float: left;
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow:none;
    transition:0s;
    line-height:normal;
    
}

.error-404 .body-container-wrapper .widget-type-google_search input[type="text"]:focus {
    outline:0;
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);

}

.error-404 .body-container-wrapper .widget-type-google_search .hs-button.primary {
    background: #ddd;
    color: #222;
    padding: 0 12px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    line-height: 27px;
    border: none;
    padding: 0 12px;
    text-shadow: none;
    margin: 2px 0 0 5px;
}

.error-404 .body-container-wrapper .widget-type-google_search .hs-button.primary:hover {
    background: #d1d1d1;
    box-shadow:none;
    color:#222;
}
.error-404 .body-container-wrapper .widget-type-google_search .hs-button.primary:focus {
    box-shadow:none;
}

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

.hs_cos_gallery_main, 
.hs_cos_gallery_thumbnails, 
.hs_cos_gallery_lightbox {
    padding:0;
}

.home .body-container-wrapper {
    padding:0;
}



.home  .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    min-height: 350px;
}

.home .slick-slider {
    margin:0 !important;
}

.home .custom-row1-group {
    position:relative;
}

.home .custom-row1-group .custom-row1-four-col-group {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding-left:10px;
    padding-right:10px;
}


.home .hs_cos_gallery_main .slick-slide img {
    display:none;
}

.home .custom-row2-group {
    background-color:#ccc;
    padding-left:15px;
    padding-right:15px;
    padding-top:20px;
}


.home .slick-prev, 
.home .slick-next {
    display:none !important;
}

.home .custom-row2-group .custom-inner-group {
    margin: 10px 0;
    padding-top: 6px;
    padding-bottom: 28px;
}

.one-col-image-with-image h3.title {  
	font-size: 15px;
	line-height: 180%;
	margin: 0 0 15px;
	color: #000000;
	text-transform: none;
	font-weight:normal;
	font-variant: normal;
}

.one-col-image-with-image p {
   line-height: 107%;
    color: #000000;
    font-size: 13px;
     margin-top: 10px;
}

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


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

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

.custom-footer-group {
    background-color: #F2F1EF;
    background-repeat: repeat-x;
    padding-top: 20px;
    padding-bottom: 8px;
    padding-left:15px;
    padding-right:15px;
}

.custom-footer-menu .hs-menu-flow-horizontal > ul {
    width:100%;
}

.custom-footer-group .column.custom-right-content .col,
.custom-footer-menu .hs-menu-flow-horizontal > ul > li {
    width: 44%;
    margin-bottom: 18px;
    margin-right: 8%;
}

.custom-footer-group .column.custom-right-content .col {
    float:left;
    width:46%;
}

.custom-footer-group .column.custom-right-content .col:last-child,
.custom-footer-menu .hs-menu-flow-horizontal > ul > li:last-child {
    margin-right:0;
}

.custom-footer-menu .hs-menu-flow-horizontal > ul > li > a {
  font-weight: bold;
  margin: 0 0 15px;
  color: #555555;
  font-size: 14px;
  font-family: helvetica,sans-serif;
  cursor:text;
  text-decoration:none;
}

.custom-footer-menu .hs-menu-flow-horizontal > ul ul li {
  padding: 0 0 15px;
  color: #555555;
  font-size: 14px;
  font-family: helvetica,sans-serif;
  text-decoration:underline;
  display:block;
}

.custom-footer-group .column {
    width:50% !important;
    margin:0 !important;
}

.custom-footer-group p {
    margin: 0 0 15px;
}


.custom-footer-group .column.custom-right-content {
    padding-left:2%;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 40px;
    display:block;
    letter-spacing: -4px;
    word-spacing: -4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    letter-spacing: normal;
    word-spacing: normal;
    margin-right: -2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 40px;
    text-decoration: none;
    color: #000000;
    text-transform: none;
    font-variant: normal;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    font-family: helvetica,sans-serif;
    display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#555;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #eeeeee;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    background-color: #F5783E;
    color: #FFFFFF;
    text-transform: none;
    font-variant: normal;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 15px;
    text-decoration: none;
    min-width: 175px;
    max-width: 500px;
    width: auto;
    height: auto;
    line-height: 40px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #E9723A;
}

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

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

.blog .sidebar ul li {
    margin-bottom:10px;
}

/* ==========================================================================
   Mobile Menu - TinyNav Select Menu
   ========================================================================== */
@media (min-width: 768px) {
    .blog .sidebar,
    .two-column-left .sidebar {
        width: 27.659574468% !important;
    }
    
    .blog .blog-content,
    .two-column-left .main-content {
        width: 70.212765957% !important;
        margin-left: 2.127659574% !important;
    }
    
    .hs-form fieldset.form-columns-2 {
        max-width: 480px;
    }
    
    .our-team-parent-group {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
}

.tinynav { display: none; }
 

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


@media (max-width: 767px) {

     .tinynav { 
        display: block; 
     }
     .header-container .custom-menu-primary .hs-menu-flow-horizontal > ul {
          display: none !important; 
     }
     
     #tinynav1 {
        margin: 10px 2% 8px !important;
        width: 96%;
        font-size: 16px;
        max-width: 100%;
        border: 1px solid #ccc;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #777;
        background: #fff;
        box-shadow: none;
        padding: 0;
    }
    
    .custom-menu-primary {
        padding-top:2px;
        padding-bottom:2px;
    }
    
}


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


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

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

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

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

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


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

.blog .blog-content {}

.blog.hs-blog-post .blog-content {
    padding: 15px 0 30px;
    margin-bottom:10px;
}

.posts-nav {
    margin: 0 0 30px;
    display: table;
    clear: both;
    width: 100%;
    padding-top: 15px;
}
.posts-nav div {
    width: 48%;
    display: inline-block;
}

.blog a.more-link,
.posts-nav div a {
    background-color: #e1e1e1;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    line-height: 130%;
    display:inline-block;
}


.blog a.more-link {
    line-height:100%;
}


.blog a.more-link:hover,
.posts-nav div a:hover {
    background-color: #d5d5d5;
}

.posts-nav div + div.right {
    float: right;
    text-align: right;
}

.posts-nav div + div.right a {
    text-align:left;
}

/* 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 {
    border-bottom:1px solid #efefef;
    padding-bottom: 30px;
    margin-bottom:10px;
}

/* Blog Title */
.hs-blog-header h1 {
    font-size: 24px;
    color: #555555;
    line-height: 110%;
    padding: 15px 0 15px;
    margin: 0 0 5px;
    border-bottom:1px solid #eeeeee;
}
.hs-blog-header h1 a{}

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


/*.hs-blog-post .post-header h1 {
    margin-bottom:1px;
}*/

.blog .date {
    line-height: 120%;
    color: #818181;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding: 15px 0 30px;
    margin: 0 0 10px;
    border-bottom:1px solid #efefef;
    padding-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {
    margin:20px 0;
}

/* 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-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    float: left;
    margin: 0 15px 0 0;
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.hs-blog-listing .post-header h2 {
    font-size: 24px;
    color: #333333;
    line-height: 130%;
    margin: 0 0 5px;
}

.hs-blog-listing .post-header h2 a {
    text-decoration:none;
    color: #333333;
}

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

/* Blog Topics List */
#hubspot-topic_data {
    margin:0;
}
#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 {}
.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 {
    padding-top:15px;
    margin-bottom:30px;
    display:table;
    width: 100%;
}
.blog-pagination a {
    background-color: #e1e1e1;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    line-height: 130%;
    display:inline-block;
}

.blog-pagination a.previous-posts-link {
    float: right;
}

.blog-pagination a:hover {
    background-color: #d5d5d5;
}

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

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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

.blog.hs-blog-listing  .post-body {
    color: #555555;
    font-size: 14px;
    line-height: 180%;
    margin-top:20px;
    margin-bottom:10px;
}
/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {
    padding-bottom:18px;
}

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

.sidebar .hs_cos_wrapper.hs_cos_wrapper_widget .hs-richtext p {
    font-family: helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    margin-bottom: 42px;
}

/* Labels and Legends */
label {
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #414141;
    display:block;
}
.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 {
    transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display:block;
    max-width:509px;
    width:95%;
    margin-top:0 !important;
    margin-bottom:0; !important;
}

.hs-form-required {
    color:red;
}

.hs-error-msgs {
    margin:0;
    padding:0;
    list-style:none;
}

.hs-error-msgs label {
    color:red;
    font-weight:normal;
    margin:0;
}

.body-container-wrapper select:focus,
.body-container-wrapper select {
    box-shadow:none;
    outline:0;
    border-color:#ccc;
}

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 {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
    color:#444;
}

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

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


.two-column-left .body-container-wrapper ::-webkit-input-placeholder {
     color:#bfbfbf;
} /* Webkit Browsers */
.two-column-left .body-container-wrapper :-moz-placeholder {
     color:#bfbfbf;
} /* Firefox 18- */
.two-column-left .body-container-wrapper ::-moz-placeholder {
     color:#bfbfbf;
} /* Firefox 19+ */
.two-column-left .body-container-wrapper :-ms-input-placeholder {
    color:#bfbfbf;
}



/* =============== 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: 500px; }
form.hs-form fieldset .hs-form-field { padding: 0 0 18px 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 95%; }
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%; }


.hs-form fieldset.form-columns-2 .hs-input {
    width:100% !important;
}

.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 48.7% !important;
    padding-right: 12px !important;
}


.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-right: 6px !important;
    float:right;
}

@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 {
    font-size: 14px;
    line-height: 220%;
    color: #888888;
    font-weight: normal;
}

h3.comment-title {
    color: #333333;
    font-size: 18px;
    line-height: 130%;
    margin: 15px 0;
    text-transform: none;
    font-variant: normal;
    FONT-WEIGHT:NORMAL;
}

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


/* ==========================================================================
   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;
        color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    border-radius: 4px;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 18px 7px;
    position: relative;
    text-align: center;
    width:auto;
    font-family: Helvetica,Arial,sans-serif;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
    background: #d1d1d1;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
}


.main-content .hs_cos_wrapper_type_form .actions {
    background: transparent;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    display:block;
}


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


.body-container-wrapper .widget-type-google_search .hs-button.primary {
    margin-top: 20px;
}

.alignright {
    float:right;
    margin: 0 0 5px 7px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.body-container-wrapper .hs_cos_wrapper_type_form {
    clear:both;
    display:block;
}

.table.without-even-odd tr td {
  background-color:#fff !important;
}

blockquote {
    border: 2px dashed #F5783E;
    background: #fff;
    padding: 20px 20px 10px 20px;
    margin: 20px 0px 20px 0px;
}

.password-template .main-content .hs-button.primary,
.error-template .main-content .widget-type-google_search .hs-button.primary {
    margin-top:20px !important;
}


.error-template.error-404 .main-content .widget-type-google_search .hs-button.primary {
    margin-top:0 !important;
}



.blog figure {
    padding: 5px;
    margin: 0 0 0 7px;
    border: 1px solid #eee;
    background: #fcfcfc;
    margin-top: 15px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 15px;
}


.blog figure figcaption  {
    text-align: center;
    color: #555;
    margin: 5px 0 0 !important;
    font-style: italic;
}

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


.blog figure {
    padding: 5px;
    border: 1px solid #eee;
    background: #fcfcfc;
    margin-top: 15px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 15px;
}

.blog figure figcaption {
    text-align: center;
    color: #555;
    margin: 5px 0 0 !important;
    font-style: italic;
}	


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


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


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

@media (max-width: 1024px) {
    .header-location-group {
        padding-left:10px;
        text-align:center;
    }
    
    .header-location-group a {
        display: inline-block;
        min-height: 29px;
    }
    .custom-header-google-search input[type="text"],
    .custom-header-google-search .hs-form {
        text-align:center;
    }
    
  
}
@media (max-width: 1024px) and (min-width: 768px) {
  .custom-header-group .custom-header-logo {
        margin-bottom: 12px;
    }
    
   
}

@media (max-width: 990px) and (min-width: 768px) {
 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding-right: 8px;
        padding-left: 8px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) ul {
      right:0 !important;
      left:auto !important;
    }
}

@media (max-width: 970px) {
     .home .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
         min-height: 35vw;
     }
     
     .home .custom-row1-group .custom-row1-four-col-group .column {
        float: left !important;
        width: 22.91% !important;
        margin-left: 2.7% !important;
    }
    
     .home .custom-row1-group .custom-row1-four-col-group .column:first-child {
         margin-left:0 !important;
     }
}


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

@media (max-width: 767px) {
    .custom-Header-top-group .custom-header-google-search {
        display:none !important;
    }
    
    .custom-Header-top-group .custom-header-top-location {
        width:100% !important;
        margin:0 !important;
    }
    
    .custom-Header-top-group .custom-header-top-location .header-location-group {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }
    
    .custom-header-group .custom-header-logo {
        text-align: center;
    }
    
    .custom-footer-group .column.custom-right-content .col,
    .custom-footer-menu .hs-menu-flow-horizontal > ul > li {
        width:100%;
        margin-right:0;
    }
    
    .custom-footer-group .column.custom-right-content {
        margin: 0 !important;
        width: 100% !important;
        padding-left: 0 !important;
    }
    
    
    .custom-footer-group .column.custom-right-content .col.one_last_last {
        margin-bottom:0;
    }
    
    .two-column-left .sidebar input[type="text"], 
    .two-column-left .sidebar input[type="password"], 
    .two-column-left .sidebar input[type="datetime"], 
    .two-column-left .sidebar input[type="datetime-local"],
    .two-column-left .sidebar input[type="date"], 
    .two-column-left .sidebar input[type="month"], 
    .two-column-left .sidebar input[type="time"], 
    .two-column-left .sidebar input[type="week"], 
    .two-column-left .sidebar input[type="number"], 
    .two-column-left .sidebar input[type="email"], 
    .two-column-left .sidebar input[type="url"], 
    .two-column-left .sidebar input[type="search"],
    .two-column-left .sidebar input[type="tel"], 
    .two-column-left .sidebar input[type="color"], 
    .two-column-left .sidebar input[type="file"], 
    .two-column-left .sidebar textarea, .two-column-left .sidebar select {
        max-width:100%;
        width:100% !important;
    }
    
    .two-column-left .body-container-wrapper .main-content {
        padding: 25px 20px 10px 20px;
    }
    
    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%;
        width:100%;
    }
    
    form.hs-form fieldset {
        max-width:100%;
    }
    
    form.hs-form fieldset[class*="form-columns"] .hs-input {
        width:100%;
    }
    
    .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
        padding-right: 0 !important;
    }
    
   .alignright {
        float: none;
        display: block;
        clear: both;
        margin: 0 0 10px;
    }
    
    .one-col-image-with-image {
        padding-bottom: 18px;
    }
    
    .one-col-image-with-image p img {
        margin-bottom: 2px;
    }
    
    .home .custom-row2-group .custom-inner-group {
        margin: 10px 0 0;
        padding-bottom: 0;
    }
    
    .error-404.two-column-left .body-container-wrapper .main-content {
        padding-left:0;
        padding-right:0;
        margin-bottom:40px;
    }
    
    .custom-footer-group .column {
        width:100% !important;
    }
    
    .posts-nav div {
        float:none !important;
        margin:0 auto;
        width:50%;
        display:block;
    }
    
    .posts-nav div + div {
        margin-top:20px;
    }
    
   .blog-pagination {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center;
    }
    
    .blog .blog-content {
        margin-bottom:10px;
    }
    .blog-pagination a {
        margin-left:10px;
        margin-right:10px;
        display:inline-block;
    }
    
    
    
    .blog-pagination a.previous-posts-link {
        margin-top:20px;
        float:none;
        
    }
    
    img.alignRight, 
    img.alignright {
        margin-left:0;
    }
    
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        float: none;
        margin: 0 auto 0;
        display: block;
    }
    
    .posts-nav div + div.right {
        text-align:center;
    }
    
}  


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

@media (max-width: 479px) {
    .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        padding-right: 0 !important;
    }
    
    .hs-form-field {
        padding-bottom: 18px !important;
    }
    
    .table {
        min-width: 380px;
    }
}