/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Karla:400,400i,700');

@font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: 400;
    src: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/fonts/icomoon.d2368fa.eot") format("embedded-opentype"),
    url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/fonts/icomoon.d2368fa.ttf") format("truetype"),
    url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/fonts/icomoon.d2368fa.eot") format("woff");
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color:#4d4d4d;
  font-family: Karla,Source Sans Pro,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin: 15px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 50px;
    line-height: 61px;
    font-weight: 400;
}
h2 {
    font-size: 40px;
}
h3 {
    <!--color: rgba(237, 62, 62, 0.7); -->
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}

/* Anchor Links */
a {
    color: rgba(77, 77, 77, 0.7);
    text-decoration: none;
}
a:hover, a:focus {
    color: rgba(77, 77, 77, 0.7);
}

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 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 {
    min-height: 60px;
    position: absolute;
    width: 100% !important;
    z-index: 99;
    transition: background-color 0.2s ease;
}

.custom-header-grp {
    min-height: 60px !important;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    width: 100% !important;
    z-index: 99;
    transition: background-color 0.2s ease;
}
.fixed .custom-header-grp {
    /*background: #ffffff none repeat scroll 0 0;*/
    /*box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);*/
}
.custom-header-grp .page-center {
    max-width: 1200px !important;
    padding: 0 30px;
}
.custom-logo {
    padding: 18px 0 0;
}
.custom-login {
    text-align: right;
}
.button--blue {
    background: #ffffff none repeat scroll 0 0;
    color: #4d70b0;
    border: medium none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: Karla,Source Sans Pro,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 9px;
    min-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}
.hs-blog-listing .header-container-wrapper > .header-container .button--blue {
    background: #4D70B0 none repeat scroll 0 0 !important;
    color: #FFFFFF !important;
}
.hs-blog-post .header-container-wrapper > .header-container .button--blue {
    background: #4D70B0 none repeat scroll 0 0 !important;
    color: #FFFFFF !important;
}
.hs-blog-listing .header-container-wrapper > .header-container .button--blue:hover {
    background: #2F4E96 none repeat scroll 0 0 !important;
}
.hs-blog-post .header-container-wrapper > .header-container .button--blue:hover {
    background: #2F4E96 none repeat scroll 0 0 !important;
}
.fixed .button--blue{
    /*background: #4d70b0 none repeat scroll 0 0;*/
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.19);*/
    /*color: #ffffff;*/
}
.button--blue:hover {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #4d70b0;
}
.fixed .button--blue:hover {
    background: #2f4e96 none repeat scroll 0 0;
    color: #ffffff;
}
.login {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    margin-left: -35px;
    line-height: 40px;
    margin-right: 16px;
    color: #ffffff;
    min-height: 40px;
    padding: 0 30px;
    transition: background-color 0.2s ease;
}
.hs-blog-listing .login {
    color: #4D4D4D !important;
}
.hs-blog-post .login {
    color: #4D4D4D !important;
}
.login:hover{
    color:#fff;
    background: rgba(0, 0, 0, 0.05);
}
.custom-menu-primary.mobile{
    display:none !important;
}
.banner[data-v-64594964] {
    left: 0;
    max-width: 100vw;
    position: absolute;
    right: 0;
    top: -140px;
}
.elements[data-v-64594964] {
    background-image: linear-gradient(140deg, #f5a951 20%, #ea1837);
    height: 750px;
    max-width: 100%;
    overflow: hidden;
    perspective: 2000px;
    position: relative;
    transform: skewY(8deg);
}
.elements[data-v-64594964] *:first-child {
    background: #ec3d3d none repeat scroll 0 0;
    border-bottom-left-radius: 1000px;
    border-bottom-right-radius: 1000px;
    box-shadow: 0 50px 300px 0 rgba(244, 79, 37, 0.19);
    height: 300px;
    left: -100px;
    margin: 6px 0 0;
    opacity: 0.84;
    position: absolute;
    top: 80%;
    transform: rotate(45deg);
    width: 600px;
}
.elements[data-v-64594964] *:nth-child(2) {
    background: #f17748 none repeat scroll 0 0;
    box-shadow: 0 50px 300px 0 rgba(135, 61, 37, 0.19);
    height: 200px;
    left: 200px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
    width: 600px;
}
.elements[data-v-64594964] *:nth-child(3) {
    box-shadow: 20px 30px 300px 0 #951515;
    height: 500px;
    left: 200px;
    opacity: 0.34;
    top: 40%;
    transform: rotate(45deg) translateX(-60%);
    width: 900px;
}
.elements[data-v-64594964] *:nth-child(4) {
    box-shadow: 0 50px 300px 0 #951515;
    display: block;
    height: 400px;
    opacity: 0.4;
    right: 270px;
    top: -220px;
    transform: rotate(45deg) translateY(-50%) translateX(50%);
    transform-origin: center center 0;
    width: 700px;
}
.elements[data-v-64594964] *:nth-child(3), .elements[data-v-64594964] *:nth-child(4) {
    background: #e52a39 none repeat scroll 0 0;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    position: absolute;
}
.elements[data-v-64594964] *:nth-child(5), .elements[data-v-64594964] *:nth-child(6) {
    position: absolute;
    right: 80px;
    transform: rotate(45deg) translateX(-20%);
}
.elements[data-v-64594964] *:nth-child(5) {
    background: #f17748 none repeat scroll 0 0;
    box-shadow: 0 50px 300px 0 rgba(135, 61, 37, 0.19);
    height: 200px;
    opacity: 0.44;
    top: 15%;
    width: 600px;
}
.elements[data-v-64594964] *:nth-child(6) {
    background: #ec3d3d none repeat scroll 0 0;
    border-bottom-left-radius: 1000px;
    border-bottom-right-radius: 1000px;
    bottom: 15%;
    box-shadow: 0 50px 300px 0 rgba(244, 79, 37, 0.19);
    height: 400px;
    opacity: 0.84;
    width: 700px;
}
.custom-banner-grp {
    height: 600px;
}
.custom-banner-grp .page-center {
    padding: 0 !important;
    position: relative;
    z-index: 10;
}
.banner-image {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    height: 750px;
    left: 0;
    position: absolute;
    z-index: 9;
    top: -140px;
    transform: skewY(8deg);
    width: 100%
}
.logo-blue {
    display: none !important;
}
.fixed .logo-blue {
    display: block;
}
.fixed .logo-white {
    display: block !important;
}
.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    /*color: rgba(77, 77, 77, 0.7);*/
}
.fixed .login,
.fixed .login:hover{
    /*color: rgba(77, 77, 77, 0.7);*/
}
.custom-banner-area::after {
    /*background: #eb493f url("//cdn2.hubspot.net/hubfs/2304206/Easyship%20October2017%20Theme/images/b2.png?t=1509442201874") repeat scroll 0 0;*/
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.custom-banner-area {
    min-height: 60px;
}

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

.body-container-wrapper {}
.body-container {}
.body-container a{
    color: #3581AA;
}
.body-container a:hover{
    color: #1E6287;
}
.body-container .page-center{
    padding:0 30px 40px;
}
.custom-banner-content {
    color: #ffffff;
    padding: 90px 30px 0;
    width: 50%;
}
.custom-banner-content > h1 {
    margin: 0;
}
.custom-banner-content > p {
    font-size: 20px;
    line-height: 25px;
    margin: 30px 0 50px;
    opacity: 0.7;
}




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


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer-grp {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 20px;
    text-align: center;
}
.custom-copyright p {
    color: rgba(77, 77, 77, 0.7);
    line-height: 20px;
    margin: 0;
}
.custom-footer-top {
    background: #fafafa none repeat scroll 0 0;
    padding: 50px 20px;
}
.custom-footer-top .page-center {
    padding: 0 10px;
}
.custom-footer-link ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}
.custom-footer-link ul li {
    list-style: outside none none;
}
.custom-footer-link ul li a {
    color: rgba(77, 77, 77, 0.7);
    display: block;
    line-height: 20px;
    margin-top: 15px;
}
.custom-footer-link ul li a:hover {
    font-weight: 700;
}
.custom-footer-link h3 {
    border-bottom: 1px solid #d9d9d9;
    color: rgba(77, 77, 77, 0.7);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.custom-footer-link.resourse {
    padding: 0 0 0 8px;
}
.custom-footer-link.company {
    padding: 0 0 0 16px;
}
.custom-footer-link.feature ul:last-child {
    padding-left:7px;
}
.custom-footer-link.resourse ul:last-child {
    padding-left:11px;
}
.custom-footer-link.company ul:last-child {
    padding-left: 15px;
}
.custom-footer-language {
    padding: 0 0 48px;
}
.custom-footer-language ul {
    margin: 0;
    padding: 0;
}
.custom-footer-language ul li:last-child {
    border-left:1px solid #f2f2f2;
    margin-left: 7px;
    padding-left: 9px;
}
.custom-footer-language ul li {
    color: rgba(77, 77, 77, 0.4);
    display: inline-block;
    line-height: 20px;
}
.custom-footer-language ul li a {
    color: #f2ae24;
}
.custom-footer-language ul li a:hover {
    color: #e68a2e;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    padding: 15px 0 0 14.5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    border-radius: 4px;
    line-height: 20px;
    margin-right: 10px;

    padding: 5px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    line-height: 20px;
    font-size: 16px;
    color: #FFFFFF;
}
.hs-blog-listing .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #4D4D4D !important;
}
.hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #4D4D4D !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    background: rgba(37, 37, 37, 0.1) none repeat scroll 0 0;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
    margin-left: -110.5px;
    margin-top: 24px;
    min-width: 300px;
    padding: 25px 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul::before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: -3px -3px 8px rgba(0, 0, 0, 0.04);
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -9px;
    transform: rotate(45deg);
    width: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 2px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding: 10px 0;
    text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: rgba(77, 112, 176, 0.7);
}

/* 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:1025px) {
.custom-menu-primary .hs-menu-wrapper,
.custom-menu-primary .hs-menu-wrapper > ul ul {
    display:block !important;
}
.custom-menu-primary.blog .hs-menu-wrapper,
.custom-menu-primary.blog .hs-menu-wrapper > ul ul {
    display: flex !important;
    justify-content: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
    content: "";
    display: inline-block;
    font-family: icomoon;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: -1px;
    vertical-align: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked > a::after {
    transform: rotate(180deg);
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    opacity: 1;
    visibility: visible;
    display: none !important;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children.clicked .hs-menu-children-wrapper {
    display: block !important;
}

.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li a::before {
    background-position: 50% center;
    background-size:contain;
    background-repeat:no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    vertical-align: -7px;
    width: 30px;
}
.custom-menu-primary.blog .hs-menu-wrapper > ul li:last-child ul li a::before {
     background-image: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:first-child a::before {
     background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/developers.svg") ;
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:nth-child(2) a::before {
    background-image: url("https://pages.easyship.com/hubfs/Easyship%20October2017%20Theme/images/about.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:nth-child(3) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/support.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:nth-child(4) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/careers.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:last-child a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/blog.svg");
}
.custom-menu-primary.blog .hs-menu-wrapper > ul li:last-child ul li a:hover:before {
    background-image: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:first-child a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/developers-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:nth-child(3) a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/support-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:nth-child(4) a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/careers-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:last-child a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/blog-active-1.svg");
}


.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul {
    min-width: 600px;
    padding-left: 0;
    padding-right: 0;
    margin-left: -247px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li {
    float: left;
    padding: 4px 30px 5.55px;
    width: 50%;
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a {
    padding: 20px 0 20px 4px;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a::before {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 50px;
    position: relative;
    top: 2px;
    margin-right: 25px;
    vertical-align: top;
    width: 50px;
}
.custom-menu-primary.blog .hs-menu-wrapper > ul li:first-child ul li a::before {
    background-image: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:first-child a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/ship.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(2) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/plugin.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(3) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/tax.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(4) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/Icon.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(5) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/ecom.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(6) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/eful.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:last-child a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/crowd.svg");
}
.custom-menu-primary.blog .hs-menu-wrapper > ul li:first-child ul li a:hover:before {
    background-image: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:first-child a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/ship-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(2) a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/plugin-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(3) a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/tax-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(4) a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/Icon1.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(5) a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/ecom-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(6) a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/eful-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:last-child a:hover:before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/crowd-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a:hover:after {
    background: #edf3f7 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 60px;
    width: 60px;
    position:absolute;
    left:0;
    z-index: -1;
    top:17px;
}



}



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


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

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


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

.mobile-icon {
    display: none;    /* Hide button on Desktop */
    cursor: pointer;  /* Mouse pointer type on hover */
    width: 60px;
    height: 60px;
    padding: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}


/* Three line icon */
.mobile-icon span {
    color: #fff;
    font-family: icomoon;
    font-size: 18px;
    line-height: 20px;
}
.hs-blog-listing .mobile-icon span {
    color: #4D4D4D;
}
.hs-blog-post .mobile-icon span {
    color: #4D4D4D;
}
.fixed .mobile-icon span {
    color: #000000;
}


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

.close-icon {
    cursor: pointer;
    display: none !important;
    float: left;
    height: 55px;
    margin: 0;
    padding: 20px;
    position: absolute;
    right: 4px;
    text-align: center;
    z-index: 99;
    top: 1px;
    width: 55px !important;
}
.close-icon > span {
    color: #4d4d4d;
    font-family: icomoon;
    font-size: 16px;
    line-height: 1;
}



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

@media (min-width: 1025px) {

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

}

@media (max-width: 1024px) {

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

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

/* Mobile Nav is HIDDEN By Default */
.custom-menu-primary {
    position: fixed;
    width: 350px !important; /* must match the value above in 'left' */
    z-index: 1000;
    max-height: calc(100vh - 44px);
    max-width: calc(100% - 20px);
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
    background:#fff;
    right: -400px;
    top: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    visibility: hidden;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

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


/* All Main Containers Display PARTIAL Width On Icon Click */
.show-mobile-nav .custom-menu-primary{
    opacity: 1;
    visibility: visible;
    right:10px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 !important;
    max-height: calc(100vh - 60px);
    overflow-y: scroll !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    border-radius: 0;
    margin-right: 0;
    background: #fafafa none repeat scroll 0 0;
    padding: 6px 20px 7px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(77,77,77,.7);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    background: #ffffff none repeat scroll 0 0;
    padding: 1px 20px 6px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover:first-child {
    background: #ffffff none repeat scroll 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
    padding-top: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-bottom: 80px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    margin-left: 0;
    margin-top: 0;
    min-width: 100%;
    padding: 5px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul::before{
    content: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 2px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(3) {
    padding-top: 3px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    background: #fafafa none repeat scroll 0 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a::before {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    vertical-align: -7px;
    width: 30px;
}

.custom-menu-primary.blog .hs-menu-wrapper > ul ul li a::before {
    background-image: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/ship-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(2) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/rates-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(3) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/plugin-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(4) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/tax-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(5) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/Icon1.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(6) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/ecom-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(7) a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/eful-active.svg");
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a::before {
    background-image: url("//guides.easyship.com/hubfs/Easyship%20October2017%20Theme/images/crowd-active.svg");
}
body.show-mobile-nav {
    overflow: hidden;
}



}

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

.blog .banner[data-v-64594964] {
    top: 0;
}
.blog .elements[data-v-64594964] {
    height: 60px;
    transform: none;
}
.hs-blog-listing .header-container-wrapper > .header-container {
    position: relative !important;
    background-color: #FFFFFF;
}
.hs-blog-post .header-container-wrapper > .header-container {
    position: relative !important;
    background-color: #FFFFFF;
}
.custom-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1px;
    height: 500px;
}
.banner-content {
    color: #ffffff;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center !important;
    min-height: 500px !important;
    padding: 50px 20px;
    text-align: center !important;
    position: relative;
}
.banner-content h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 15px;
    text-transform: uppercase;
    z-index: 1;
    max-width: 760px;
}
@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .banner-content > p {
        display: none;
    }
}
.banner-content > p {
    font-size: 25px;
    font-weight: 300;
    margin: 0 0 10px;
    z-index: 1;
}
.custom-banner-bottom {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 0 15px;
    min-height: 55px !important;
}
.custom-tags ul {
    margin: 0;
    padding: 0;
}
.custom-tags ul li {
    display: inline-block;
    padding: 15px 15px 0;
}
/*.custom-tags ul li.all-tag > a {*/
/*    border-bottom: 3px solid #4d4d4d;*/
/*}*/
.custom-tags ul li a {
    color: #737373;
    font-size: 15px;
    padding-bottom: 3px;
    line-height: 1.6;
    text-transform: uppercase;
}
.filter-link-count {
    display: none;
}
.custom-tags ul li a:hover{
    color: #4d4d4d;
}
.blog .custom-blog-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
    padding: 10px 0;
}
.custom-banner-bottom .page-center {
    padding: 0 !important;
}
.blog .custom-blog-search input {
    border-radius: 2px;
    color: #bfbfbf;
    font-size: 15px;
    height: 30px;
    line-height: 24px;
    padding-left: 10px;
}
.blog .custom-blog-search .hs-button.primary {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
}
.custom-tags h3 {
    display: none;
}
.blog .custom-blog-search form {
    height: 30px;
    position: relative;
    width: 200px;
}
.date {
    color: #bfbfbf;
    display: block;
    font-size: 15px;
    margin: 10px;
}
.post-botton-grp {
    margin: 20px 10px 10px;
}

.post-header {
    display: flex;
    flex-direction: column;
}


/* Custom style applied thanks to display:flex on .post-header */
.post-header .post-botton-grp {}

.post-author-intro {
    float: left;
    padding: 0 120px;
    width: 100%;
}

/* Custom Banner for blog posts containing author information */
.post-author-intro.post-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 40px 0 0;
    z-index: 1;
}
.banner-overlay {
    position: absolute;
    background: #000000;
    height: 100%;
    width: 100%;
    opacity: 0.35;
    top: 0;
    left: 0;
    padding: 0;
}
.hs-blog-social-share {
    float: left;
    left: 30px;
    /*triage*/
    /*padding: 0 15px;*/
}
.hs-blog-post .body-container .page-center {
    position: relative;
}
.hs-blog-social-share li {
    float: none !important;
}
.post-author-avatar {
    width: 60px;
    margin: 0 0 10px;
}
.hs-author-avatar > img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.author-bio {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
}
.author-bio-mobile {
    display: none;
}
.author-bio h4 {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px;
}
.author-bio-mobile h4 {
    color: #4D4D4D;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 400;
}
.author-section > p {
    text-align: justify;
}
.post-date {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}
.post-date-mobile {
    font-size: 13px;
}
.author-section > h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}
.author-section .author-avatar {
    margin-bottom: 20px;
}
.author-section {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 250px;
}
.hs-blog-post .body-container .page-center {
    padding-top: 0;
}
.custom-blog-footer-top {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 80px 0;
}
.custom-blog-footer-top .page-center {
    padding: 0 15px;
}
.custom-footer-decription p {
    color: #999999;
    float: left;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    padding: 0 9px 0 0;
    width: calc(100% - 200px);
}
.custom-footer-decription img {
    float: left;
    margin-top: 25px;
    margin-right: 30px;
}
.custom-footer-decription i {
    float: left;
    font-style: normal;
    width: calc(100% - 200px);
}
.custom-footer-decription a {
    background: #f2ae26 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.07);
    color: #fafafa;
    float: left;
    margin-top: 40px;
    font-size: 13px;
    height: 40px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, border 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, font 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, font-size 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, padding 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, margin 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, top 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, right 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, left 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.custom-footer-decription a:hover {
    background-color: #e68a2d;
    color: #fafafa;
}



/* =============== 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 {
    margin-top: 55px !important;
}


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

.blog .blog-content {}

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

.blog .blog-content .blog-section.post-body {
    max-width: 760px;
    margin: 0 auto;
}

/* Use this to style the main header for the blog listing pages */
.blog-section h3 {
    color: #F2AE24;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .blog-section h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

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

/* Blog Banner */
.hs-blog-header {
    height: 500px;
}

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

/* Blog Post Title */

.post-header h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 10px;
    min-height: 75px;
    opacity: 0.7;
}
.post-header h2 a {
    color: #4d4d4d;
}
.post-header h2 a:hover{
    color: #737373;
}

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

.blog-listing-wrapper .post-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin: 0 20px 50px;
  width: 280px;
  height: 320px !important;
}

/*.blog-listing-wrapper .post-listing .post-item:nth-child(2n+1) {*/
/*    padding-right: 25px;*/
/*}*/

/*.post-item:nth-child(2n){*/

/*    padding-left: 25px;*/
/*}*/

.post-item{}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {
    max-width: 560px;
    margin: 0 0 0 200px;
}

.blog-post-wrapper .post-body p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.blog-post-wrapper .post-body p span {
    font-size: 16px !important;
    line-height: 1.5;
}
.blog-post-wrapper .post-body ul li span {
    font-size: 16px !important;
    line-height: 1.5;
}

.blog-post-wrapper .post-body span h1:first-of-type {
    margin-top: 0;
}

/* Fonts For Blogs */

/* Full screen */
    .blog-post-wrapper .post-body h1 {
        font-size: 42px;
        line-height: 1.1;
    }
    .blog-post-wrapper .post-body h2 {
        font-size: 40px;
        line-height: 1.1;
    }
    .blog-post-wrapper .post-body h3 {
        font-size: 38px;
        line-height: 1.1;
    }
    .blog-post-wrapper .post-body h4 {
        font-size: 36px;
        line-height: 1.1;
    }

@media (max-width: 767px) {

    .blog-post-wrapper .post-body h1 {
        font-size: 38px;
        line-height: 1.1;
    }
    .blog-post-wrapper .post-body h2 {
        font-size: 36px;
        line-height: 1.1;
    }
    .blog-post-wrapper .post-body h3 {
        font-size: 35px;
        line-height: 1.1;
    }
    .blog-post-wrapper .post-body h4 {
        font-size: 34px;
        line-height: 1.1;
    }

}

@media (max-width: 500px) {

    .blog-post-wrapper .post-body h1 {
        font-size: 34px;
        line-height: 1.1;
    }
    .blog-post-wrapper .post-body h2 {
        font-size: 33px;
        line-height: 1.1;
    }
    .blog-post-wrapper .post-body h3 {
        font-size: 32px;
        line-height: 1.1;
    }
    .blog-post-wrapper .post-body h4 {
        font-size: 30px;
        line-height: 1.1;
    }
}

/* For Tablet and Mobile */
@media (max-width: 991px) {
    .blog-post-wrapper .post-body {
        margin: 0 auto;
    }

}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    width: 280px;
    height: 160px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
    position: relative;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    display: inline-block !important;
    float: none;
    margin: 0;
    max-height: 160px !important;
    max-width: 500px;
    width: auto !important;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
}

.hs-featured-image-wrapper .hs-featured-image-link:hover::after {
    opacity: 1;
    visibility: visible;
}
.hs-featured-image-wrapper .hs-featured-image-link::after {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    visibility: hidden;
    width: 100%;
}

@media (max-width: 767px) {
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        width: auto !important;
    }
}

/* Read More Link */
a.more-link {
    border: 1px solid #7396c9;
    border-radius: 4px;
    color: #7396c9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, border 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, font 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, font-size 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, padding 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, margin 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, top 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, right 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, left 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 85px;
}
a.more-link:hover {
    background-color: #7396c9;
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.15) inset;
    color: #ffffff;
}

/* Blog Topics List */
#hubspot-topic_data {
    display: inline-block;
    margin: 0;
}
#hubspot-topic_data a.topic-link {
    color: #4D4D4D;
    font-size: 16px;
    text-decoration: none;
    opacity: 0.4;
}
#hubspot-topic_data a.topic-link:hover{
    color: #4D4D4D;
}

/* Blog Social Sharing Icons */

/* Custom Social Sharing */
.addthis_inline_share_toolbox_jacx.blog-post {
    float: left;
    position: sticky;
    top: 100px;
}
@media (max-width: 992px) {
    .addthis_inline_share_toolbox_jacx.blog-post {
        display: none;
    }
}

.addthis_inline_share_toolbox_jacx.blog-post .at-share-btn-elements {
    display: flex;
    flex-direction: column;
}
.addthis_inline_share_toolbox_jacx.blog-post .at-icon-wrapper.at-share-btn {
  opacity: 1;
  border-radius: 50% !important;
  margin: 0 0 10px 0;
}
.addthis_inline_share_toolbox_jacx.blog-post .at-share-btn-elements > .at-icon-wrapper.at-share-btn:hover {
  -webkit-transform: translateY(0) !important; /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: translateY(0) !important; /* IE 9 */
          transform: translateY(0) !important; /* IE 10, Fx 16+, Op 12.1+ */
}

/* Comment Seperator */
.section.post-footer {
    margin-top: 50px;
}

/* Blog Commments */
#comments-listing {
    border-radius: 8px;
    max-width: 760px;
    margin: 0 auto;
}
.blog-form #comment-form {
    margin: 0 auto 30px;
    max-width: 760px;
    padding: 0 0 25px;
    box-shadow: none;
}
.comment {
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 0 1px !important;
}
.comment.depth-0:first-child {
    border-width: 1px 1px 0 1px !important;
    border-radius: 8px 8px 0 0 !important;
}
.comment.depth-0 {
    padding: 5px 30px 0 !important;
    margin: 0 !important;
}
.comment.depth-0:last-child {
    border-width: 1px 1px 1px !important;
    border-radius: 0 0 8px 8px !important;
}
.comment.depth-0:not(:last-child) {
    border-bottom: 1px solid #D9D9D9 !important;
}
.comment.depth-1 {
    border-bottom: 1px solid #D9D9D9 !important;
    padding-left: 4em !important;
    margin: 0px !important;
    padding: 20px 0;
}
.comment-body {
   border-bottom: medium none;
   color: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
    margin-bottom: 20px;
}
.comment-from h4 {
   color: #F2AE24;
   margin: 0;
   padding-top: 15px;
   font-size: 16px;
}

.comment-from h4 a {
   text-decoration: none;
}
.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}

.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

/* -------------------- Ends ----------- */

/* Pagination */
.blog-pagination {
    float: left;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.19);
    color: #4D70B0;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, border 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, font 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, font-size 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, padding 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, margin 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, top 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, right 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, left 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 200px;
}
.blog-pagination a.next-posts-link:hover {
    background-color: #F2F2F2;
}


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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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

.widget-type-form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription form,
#comment-form,  .widget-type-widget_container form {
    padding: 25px 20px;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    margin-bottom:30px;
}
.hs-error-msgs {
    color: #ff0000;
}
.form-title {
    color: rgba(77, 77, 77, 0.7);
    text-align: center;
}
.custom-form{
    width:50% !important;
}



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

/* Form Field */
.hs-form-field {
    margin-bottom: 15px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: block;
    margin-bottom: 3px;
}

/* 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 {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: rgba(77, 77, 77, 0.7);
    font-size: 16px;
    font-family: Karla,Source Sans Pro,Arial,sans-serif;
    line-height: 40px;
    font-weight: 400;
    padding: 0 10px;
    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 {
    border-color: #7396c9;
    outline: medium 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-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

/* Label */
.widget-type-google_search label {
    display: block;
    margin-bottom: 3px;
}

/* 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;
    background: #50d4a4 none repeat scroll 0 0;
    color: #ffffff;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.19);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    margin-top:15px;
    font-family: Karla,Source Sans Pro,Arial,sans-serif;
    padding: 0 30px;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}


.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #2fba8e none repeat scroll 0 0;
    color: #ffffff;
}

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

.three-column .main-content {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
    padding: 20px;
}
body.error-template.one-column .elements[data-v-64594964],
body.password-template.one-column .elements[data-v-64594964],
body.subscription-template.one-column .elements[data-v-64594964]{
    height: 60px;
    transform: none;
}
body.error-template.one-column .banner[data-v-64594964],
body.password-template.one-column .banner[data-v-64594964],
body.subscription-template.one-column .banner[data-v-64594964]{
    top: 0;
}




/* 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: 991px) {

    .hs-blog-social-share {
        height: auto !important;
        padding: 20px 0;
        position: static;
        text-align: center;
        width: 100%;
    }
    .hs-blog-social-share li {
        display: inline-block;
    }

}

@media (max-width: 1024px) {

    .custom-login {
        display: none !important;
    }
    .custom-menu-primary.mobile{
        display:block !important;
    }
    .custom-menu-primary.desktop{
        display:none !important;
    }
    .custom-mobile-links {
        background: #f2f2f2 none repeat scroll 0 0;
        bottom: -4px;
        left: 0;
        position: absolute;
        border-radius: 0 0 8px 8px;
        right: 0;
    }
    .mobile-btn-blue:hover,
    .mobile-login:hover{
        background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    }
    .mobile-btn-blue {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        border-radius: 4px;
        color: rgba(77, 112, 176, 0.7);
        font-family: Karla,Source Sans Pro,Arial,sans-serif;
        font-size: 16px;
        line-height: 60px;
        padding: 0 20px;
        text-transform: uppercase;
        transition: background-color 0.2s ease;
    }
    .mobile-login {
        border-radius: 4px;
        color: rgba(77, 112, 176, 0.7) !important;
        float: right;
        font-size: 16px;
        line-height: 60px;
        padding: 0 20px;
        font-family: Karla,Source Sans Pro,Arial,sans-serif;
        text-transform: uppercase;
        transition: background-color 0.2s ease;
    }
    .mobile-login::after {
        content: "";
        font-family: icomoon;
        margin-left: 10px;
        position: relative;
        top: -3px;
        vertical-align: middle;
    }
    .custom-banner-content {
        text-align: center;
        width: 100%;
    }



}

@media (max-width: 991px) {

    .post-author-avatar {
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .author-bio {
        margin-top: 0;
        text-align: center;
        width: 100%;
    }
    .post-author-intro {
        margin-bottom: 20px;
    }
    .custom-footer-decription img {
        float: none;
        margin: 0 0 30px;
        padding: 0;
    }
    .custom-footer-decription i {
        margin-bottom: 30px;
        width: 100%;
    }
    .custom-footer-decription a {
        display: inline-block;
        float: none;
        margin-top: 0;
    }
    .custom-footer-decription p {
        padding: 0;
        width: 100%;
    }
    .custom-footer-decription {
        float: none !important;
        margin: 0 auto !important;
        max-width: 83.33%;
        text-align: center;
    }

    .post-body h1 {
        font-size: 42;
    }

}



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

@media (max-width: 767px) {
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        font-size: 18px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a::before{
        vertical-align: -6px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(3) {
        padding-top: 0;
    }
    .custom-menu-primary{
        max-height: calc(100vh - 24px);
    }
    .custom-footer-link.company {
        float: left;
        padding: 30px 0 0;
        width: 100%;
    }
    .custom-footer-link.resourse {
        float: left;
        padding: 30px 0 0;
        width: 100%;
    }
    .custom-footer-link.feature {
        float: right;
        width: 100%;
    }
    .custom-footer-top .page-center {
        padding: 0;
    }
    .custom-footer-link.resourse ul:last-child,
    .custom-footer-link.feature ul:last-child{
        padding-left: 15px;
    }
    .custom-footer-top {
        padding-top: 29px;
    }
    .custom-form{
        width:100% !important;
    }
    .blog-listing-wrapper .post-listing .post-item:nth-child(2n+1) {
        padding-right: 0;
    }
    .custom-tags {
        margin-bottom: 25px;
        text-align: center;
    }
    .blog .custom-blog-search form{
        margin: 0 auto;
    }
    .blog .custom-blog-search {
        padding: 0 0 25px;
        text-align: center;
    }
    .custom-banner-content > h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .custom-banner-content > p {
        line-height: 21px;
    }
    .custom-banner-content {
        padding: 90px 20px 0;
        text-align: left;
    }
    .elements[data-v-64594964] {
        height: 580px;
    }
    .custom-banner-grp {
        height: 380px;
    }
    .banner-image {
        height: 580px;
    }
    .blog .content-wrapper {
        margin-top: 60px !important;
    }
    .author-bio-mobile {
        display: block;
        margin: 10px auto 60px;
        max-width: 560px;
    }
    .banner-content h1 {
        margin-bottom: 125px;
    }
    .post-author-intro.post-banner {
        display: none;
    }

}

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

@media (max-width: 479px) {

    .hs-button.primary, input[type="submit"], input[type="button"]{
        padding: 0 20px;
    }

    .post-author-intro {
        float: left;
        margin-top: 15px;
        padding: 0 0px;
        width: 100%;
    }

    .post-body h1 {
        font-size: ;

    }

    .post-author-avatar {
        float: left;
        margin: 0 0 30px;
        padding-left: 10px;
        width: 130px;
        display: none;
    }


}
/*required for the menu subheadings*/
span.estest {
    position: absolute;
    top: 40px;
    left: 79px;
    text-transform: initial;
    font-size: 13px;
    color: #888;
    font-weight: 100;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    .hs-blog-social-share {
        float: left;
        left: 10px;
        /*padding: 0 15px;*/
        position: sticky;
        top: 100px;
    }
}

.eztest .post-header h1 {
    font-size: 20px;
    color:#000;
}

.eztest .post-header h2 {
    font-size: 20px !important;
    color:#000;
}

.eztest .post-header h3 {
    font-size: 20px;
    color:#000;
}

.eztest .post-header a{
    color:#000;
}

.eztest .post-header h1 {
    font-size: 20px;
    color:#000;
}

.eztest .post-header h2 {
    font-size: 20px !important;
    color:#000;
}

.eztest .post-header h3 {
    font-size: 20px;
    color:#000;
}
