  /* ==========================================================================
     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=Oxygen%3A300%2Cregular%2C700%7CSource+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CDroid+Sans%3Aregular%2C700%7CPacifico%3Aregular&subset=latin%2Clatin-ext%2Cvietnamese&ver=1.0.0');


@font-face {
  font-family: "uncodeicon";
  src:  url("//cdn2.hubspot.net/hubfs/463562/BizX_July2018%20Theme/Font/uncode_icons.eot?#iefix") format("embedded-opentype"),
        url("//cdn2.hubspot.net/hubfs/463562/BizX_July2018%20Theme/Font/uncode-icons.woff") format("woff"), 
        url("//cdn2.hubspot.net/hubfs/463562/BizX_July2018%20Theme/Font/uncode_icons.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}

@font-face {
  font-family: "proxima_nova_xregular";
    src: url("//cdn2.hubspot.net/hubfs/463562/BizX_July2018%20Theme/Font/proxima_nova_xregular/ProximaNovaX-Regular.eot?#iefix") format("embedded-opentype"), 
      url("//cdn2.hubspot.net/hubfs/463562/BizX_July2018%20Theme/Font/proxima_nova_xregular/ProximaNovaX-Regular.woff") format("woff"), 
      url("//cdn2.hubspot.net/hubfs/463562/BizX_July2018%20Theme/Font/proxima_nova_xregular/ProximaNovaX-Regular.ttf") format("truetype"),
      url("//cdn2.hubspot.net/hubfs/463562/BizX_July2018%20Theme/Font/proxima_nova_xregular/ProximaNovaX-Regular.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

  body {
    background: #fff;
    color: #616365;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans Pro',  "Sans-Serif";
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  }
  b, strong {
      font-weight: 600;
  }
  /* Page Center */
  .container-fluid .row-fluid .page-center {
    float: none;
      max-width: 1128px;
    margin: 0 auto;
  }

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


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

  /* Basic text */
  p {
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 0;
    color: #616365;
  } 
  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 {
    font-weight: 100;
    font-family: Droid Sans;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
    margin: 27px 0 0;
  }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

  h1 {
    font-size: 35px;
    line-height: 42px;
    margin: 18px 0 0;
  }
  h2 {
    font-size: 28px;
    color: #303133;
  }
  h3 {
    font-size: 35px;
    color: #3180af;

  }
  h4 {
    font-size: 28px;
    color: #3180af;
  }
  h5 {
    font-size: 22px;
    color: #303133;
  }
  h6 {
    font-size: 18px;
    color: #3180af;
    line-height:1.6;
  }

  /* Anchor Links */
  a {
      color: #3180af;
        -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
     text-decoration: none;
  }
  a:hover, a:focus { 
    color: #3180af;
    text-decoration: underline;
  }

  /* Lists */
  .body-container-wrapper ul, .body-container-wrapper ol {
      margin: 18px 0px 0px 0px;
        line-height: 1.75;
      margin: 18px 0 0;
      font-size: 18px;
  }
  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;
  }

.nova-regular {
  font-family: 'proxima_nova_xregular' !important;
}


  /* =============== 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 {}
  .top-header {
      background-color: #f7f7f7;
      height: 50px;
      color: #afafaf;
  }

  .top-left-link {
      padding: 16px 36px 16px 36px;
      padding-left: 0px;
      padding-top: 14px;
  }

  .top-left-link a {
      color: #9a9a9a;
      font-size: 13px;
      line-height: 16px;
      text-decoration: none;
  }

  .top-left-link p {
      margin: 0;
      font-size: 13px;
      line-height: 16px;
      color: #afafaf;
      display: inline-block;
  }

  .top-right-menu {
      width: auto !important;
      margin: 0 !important;
      float: right !important;
  }

  .top-right-menu ul li {
      float: none !important;
      display: inline-block;
      font-size: 18px;
  }

  .top-right-menu ul li a {
      color: #9a9a9a;
      font-size: 13px;
      line-height: 50px;
      padding: 0px 9px 4px 9px;
      margin-left: 0px;
      text-decoration: none;
  }

  .top-right-menu ul li:after {
      content: "|";
      width: 1px;
      height: 15px;
      font-size: 15px;
      color: #9a9a9a;
  }

  .top-right-menu ul li:last-child a {
      padding-right: 9px !important;
      border-radius: 0;
  }

  .top-right-menu ul li:last-child:after {
      display: none;
  }

  .top-right-menu ul {
      display: block !important;
  }
  .header-container-wrapper .page-center {
      padding-left: 36px;
      padding-right: 36px;
  }
  .header-container-wrapper .custom-logo img {
      max-width: 101.1px;
  }

  .header-container-wrapper .custom-logo {
      width: auto;
      padding: 14px 36px 16px 0px;
  }
  .header-wrapper {
      -webkit-transition: -webkit-top 0.5s ease-in-out;
      -moz-transition: -moz-top 0.5s ease-in-out;
      -o-transition: -o-top 0.5s ease-in-out;
      transition: -webkit-top 0.5s ease-in-out,-moz-top 0.5s ease-in-out,-o-top 0.5s ease-in-out,top 0.5s ease-in-out;
      border-color: rgba(232,232,232,1);
      border-bottom-width: 1px;
      border-top-width: 0px;
      border-bottom-style: solid;
      border-top-style: solid;
  }
  .header-container-wrapper .custom-menu-primary {
    margin-left: 0;
    width: auto;
    float: right;
  }
  .header-container-wrapper .top-left-link {
    width: auto;
    position: relative;
    top: 1px;
  }

  .custom-banner {
    height: 350px;
    position: relative;
    overflow: hidden;
  }
@media only screen and (min-width: 1100px) {
  .custom-banner {
    height: 450px;
}}
@media only screen and (max-width: 600px) {
  .custom-banner {
    height: 150px;
}}

  
  
  
  
  .custom-banner .bg-img {
    height: 130%;
    height: calc(100% + 30vh);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
    transform: translate3d(0px, -32.75px, 0px);
    z-index: 1;
  }
  .custom-banner:after {
      content: "";
      display: block;
      background-color: #474747;
      opacity: 0.31;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
  }
  .custom-banner .page-center .heading-text {
      z-index: 3;
      position: absolute;
      top: 184px;
      left: 0;
      padding-top:36px;
      padding-left:36px;
  }
  .custom-banner .page-center {
      position: relative;
      padding: 36px 36px 36px 36px;
  }
  .custom-banner .page-center .heading-text h2 {
      display: inline-block;
      font-size: 20px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: normal;
      margin: 0;
  }
  .custom-banner .page-center .heading-text p {
      font-size: 35px;
      line-height: 42px;
      color: #ffffff;
      margin-top: 9px;
  }






  @media (min-width:960px){
    .header-fixed {
        min-height: 81px !important;
    }
    .scroll-body .header-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        z-index: 999;
        background: #fff;
    }
    .scroll-body.scroll-body1 .header-wrapper {
        top: -100%;
    }
    .scroll-body.scroll-body1.scroll-body2 .header-wrapper {
        top: 0;
    }
  }



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

  .body-container-wrapper {}
  .body-container-wrapper .page-center{
      padding-left: 36px;
      padding-right: 36px;
  }
  .system .body-container-wrapper .page-center,
  .landing .body-container-wrapper .page-center,
  .preview-pages .body-container-wrapper .page-center{
    padding-top:36px;
    padding-bottom:36px;
  }
  .body-container-wrapper .custom-banner .page-center {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }



  .body-container {}

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


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

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

  .footer-wrapper {
      padding-top: 144px;
      padding-bottom: 144px;
  }

  .footer-wrapper .page-center {
      padding-left: 36px;
      padding-right: 36px;
  }

  .footer-logo img {
      max-width: 100px;
  }

  .footer-logo p {
      font-size: 14px;
      margin-top: 36px;
  }

  .footer-container-wrapper .footer-logo {
      width: 25%;
  }
  .footer-menu a {
      font-size: 15px;
      line-height: 18px;
      color: #444444!important;
      margin-bottom: 13px;
      display: inline-block;
      cursor: pointer;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
      cursor: text;
  }

  .footer-container-wrapper .footer-menu {
      width: 75%;
      margin: 0;
      padding-left: 10px;
  }


  .footer-menu > .hs-menu-wrapper > ul > li {
      width: 20%;
      display: inline-block;
      vertical-align: top;
  }

  .footer-menu  .hs-menu-wrapper > ul > li {
      width: 20%;
  }
  .footer-menu .hs-menu-wrapper > ul > li > ul > li  > a {
      font-size: 13px;
      line-height: 24.5px;
      text-transform: capitalize;
      color: #616365!important;
      margin-bottom: 0;
  }
  .footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li {
      line-height: 24.5px;
      font-size: 14px;
  }
  .footer-menu .hs-menu-wrapper > ul > li > ul > li > a {}

  .footer-menu a:hover {
      text-decoration: none;
  }
  .footer-menu .hs-menu-wrapper > ul {
      width: 100% !important;
      display: block;
  }
  /* ==========================================================================
     4. MAIN NAVIGATION                                            
     ========================================================================== */


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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{}
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
      color: #3180af;
    text-decoration:none;
  }


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

  /* 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:960px) {
      .custom-menu-primary .hs-menu-wrapper,
      .custom-menu-primary .hs-menu-wrapper > ul ul { 
          display:block !important;
      }
    .header-container-wrapper .custom-menu-primary{
      margin-left: 0;
      width: auto;
      float: right;
      margin-top: 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
      display: block;
  }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
      float: none !important;
      display: inline-block;
  }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      font-weight: 500;
      height: 100%;
      line-height: 1em;
      letter-spacing: 0.05em;
      font-size: 13px;
      padding: 0px 8px;
      position: relative;
      display: block;
      color: #303133;
      padding-top: 0;
      min-height:40px;
  }
    
  .header-container-wrapper .new-nav .custom-menu-primary.desktop-menu {
      margin-top: 30px
    }
	
  .new-nav .custom-menu-primary.desktop-menu .hs-menu-wrapper > ul > li:last-child > a {
  	display: none !important;  
  }
    
  .nav-cta { float: right !important; width: 171px !important; }
    
   .nav-cta .hs-cta-wrapper a {
      border-radius: 3px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.1em;
      padding: 13px 31px 13px 31px;
      font-style: normal;
      text-align: center;
      vertical-align: middle;
      webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      margin-left: 8px;
      position: relative;
      top: 8px;
      margin-left: 0px;
      text-decoration: none;
      display: inline-block;
    }
    
    .nav-cta .hs-cta-wrapper a.navigation-blue-cta-empty {
      border: 1px solid #3187c1;
      color: #3187c1;
      background-color: transparent;
    }
    
    .nav-cta .hs-cta-wrapper a.navigation-blue-cta {
      background-color: #2a78ac;
      border: 1px solid #2a78ac;
      color: #ffffff;
    }
    
    .nav-cta .hs-cta-wrapper a.navigation-blue-cta-empty:hover {
      background-color: #2a78ac;
      border: 1px solid #2a78ac;
      color: #ffffff;
    }
    
    .nav-cta .hs-cta-wrapper a.navigation-blue-cta:hover {
      background-color: transparent;
      border: 1px solid #3187c1;
      color: #3187c1;
    }
    
    .nav-cta .hs-cta-wrapper a.navigation-orange-cta-empty {
      border: 1px solid #e67e22;
      color: #e67e22;
      background-color: transparent;
    }
    
    .nav-cta .hs-cta-wrapper a.navigation-orange-cta {
      background-color: #e67e22;
      border: 1px solid #e67e22;
      color: #ffffff;
    }
    
    .nav-cta .hs-cta-wrapper a.navigation-orange-cta-empty:hover {
      background-color: #e67e22;
      border: 1px solid #e67e22;
      color: #ffffff;
    }
    
    .nav-cta .hs-cta-wrapper a.navigation-orange-cta:hover {
      background-color: transparent;
      border: 1px solid #e67e22;
      color: #e67e22;
    }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
      border: 1px solid #3187c1;
      color: #3187c1;
      background-color: transparent;
      border-radius: 3px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.1em;
      padding: 13px 31px 13px 31px;
      font-style: normal;
      text-align: center;
      vertical-align: middle;
      webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      margin-left: 8px;
      position: relative;
      top: 1px;
      margin-left: 8px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
      content: "";
      height: 14px!important;
      width: 100%;
      margin: 0 auto;
      border-bottom: 1px solid #3180af;
      bottom: 0;
      display:block;
      position:relative;
    } 
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover:after {
      content: "";
      display:none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul:after {
      position: absolute;
      content: "";
      display: block;
      top: -15px;
      left: 0;
      width: 100%;
      height: 10%;
      background: transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
      background-color: #2a78ac;
      border: 1px solid #2a78ac;
      color: #ffffff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.987);
      border: 1px solid #eee;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
      padding: 0px;
      min-width: 16.8em;
      margin-top: 5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
      border-bottom-color: #f1f1f1!important;
      border-bottom: 1px solid #f1f1f1!important;
      border-color: rgba(232,232,232,1);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
      color: #777777;
      font-size: 13px;
      line-height: 45px;
      text-align: left;
      position: relative;
      display: block;
      padding: 5px 9px 5px 9px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
      color: #3180b0!important;
      background-color: rgba(0, 0, 0, 0.03);
      text-decoration: none;
    }
    .custom-menu-primary.mobile-menu {
      display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
      color: #3180b0!important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after{
      content: "";
      height: 14px!important;
      width: 100%;
      margin: 0 auto;
      border-bottom: 1px solid #3180af;
      bottom: 0;
      display:block;
      position:relative;
    }
    .top-right-menu ul li a:hover {
      color: #3180af;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active-branch > a:after {
      display: none;
    }
    
  }


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

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

  @media (max-width: 959px){

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

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

    .mobile-trigger{
      display: inline-block !important;
      cursor: pointer;
      position: absolute;
      top: -57px;
      right: 33px;
      width: auto;
      height: auto;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      color: #000;
      padding: 27px 0px 27px 36px;
      cursor: pointer;
      transition: .3s;
    }
    .mobile-trigger:hover{
      border-color: transparent;
    }

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

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

    .lines, .lines:before, .lines:after {
      background: #303133;
      position: relative;
      top: -2px;
      display: inline-block;
      width: 20px;
      height: 2px;
      -webkit-border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-border-radius: 5px;
      -moz-background-clip: padding;
      border-radius: 5px;
      background-clip: padding-box;
    }

    .mobile-trigger .lines:after,.mobile-trigger .lines:before {
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
      -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
      transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
    }

    .lines:before {
      top: 6px;
      background: #303133;
    }

    .lines:before, .lines:after {
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 10px center;
      transform-origin: 10px center;
    }
    .mobile-open .lines:before,   .mobile-open .lines:after {
      -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
      -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
      -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
      transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
      top: 0;
      width: 20px;
    }

    .lines:after {
      top: -6px;
      background: #303133;
    }

    .mobile-open .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      -moz-transform: rotate3d(0, 0, 1, 45deg);
      -o-transform: rotate3d(0, 0, 1, 45deg);
      -ms-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
    }
    .mobile-open 	.mobile-trigger .lines {
      transition: background 0.3s 0s ease-in-out;
      background: transparent !important;
    }
    .mobile-open .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      -moz-transform: rotate3d(0, 0, 1, -45deg);
      -o-transform: rotate3d(0, 0, 1, -45deg);
      -ms-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
    }
    /* ===== Mobile Child Toggle Buttons ===== */

    .child-trigger{
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    .child-trigger:hover{
      text-decoration: none;
    }
    .child-trigger i{
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .child-trigger i:after{
      position: absolute;
      content: '';
    }
    .child-trigger i, .child-trigger i:after{
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
    }
    .child-trigger i:after{
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }  
    .child-trigger.child-open i{}
    .child-trigger.child-open i:after{
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

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

    .custom-menu-primary.js-enabled{
      position: relative;
      padding-top: 44px; /* Makes room for button */
      margin: 10px 0 10px 0;
    }

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

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

    /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
      width: 100%; /* Full screen width */
    }
    .custom-menu-primary .hs-menu-wrapper > ul li.active.active-branch > a{
      color: #3180b0!important;
    }
     /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li{
      position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
    }

    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      color: #303133;
      padding-left: 26px;
      font-size: 18px;
      line-height: 1.75;
      margin: 18px 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
      letter-spacing: 0.05em;
      font-size: 13px !important;
      padding: 0px 8px;
      line-height: 30px;
      color: #303133;
      text-transform: capitalize!important;
      font-weight: 400!important;
      white-space: normal !important;
      padding-left: 15px;
    }
  li.hs-menu-item.hs-menu-depth-1.sign-up {
      float: none !important;
      width: 100%;
      margin: 0 auto;
      max-width: 250px;
      margin-top: 0;
      clear: both;
      position: relative;
      top: -18px;
  }
    li.hs-menu-item.hs-menu-depth-1.sign-up a {
      display: block;
      margin: 0 auto;
      font-size: 18px;
      line-height: 52px;
      color: #3180af!important;
      padding: 0 65px 0px 65px!important;
      display: block;
      font-style: normal!important;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      background-image: none;
      border: 1px solid #3187c1!important;
      border-radius: 3px;
      outline: none;
      font-weight: 400;
      white-space: pre-wrap;
      text-transform: uppercase!important;
      -webkit-tap-highlight-color: transparent!important;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      letter-spacing: 1.8px;
          margin-bottom: 20px;
    }

    li.hs-menu-item.hs-menu-depth-1.sign-up a:hover {
      color: #fff!important;
      background: #3180af;
    }
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
      background-color: transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
      background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
    }

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

    /* Level 4 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
      width: 50%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(-n+3) {
      display: block;
      float: none !important;
      width: 100%;
      padding: 0 !important;
    }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
      color: #3180af;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(-n+3) a {
      font-size: 13px !important;
      padding: 9px 36px 9px 32px;
      margin-top: 0;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
          line-height: normal;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(-n+3) a:before {
      content: "\f105";
      right: 4px;
      float: right;
      top: .3em;
      font-weight: 600;
      display: inline-block;
      position: relative;
      padding: 0px 0px 0px 9px;
      margin: 0px 0px 0px 0px;
      margin-right: 0;
      box-sizing: content-box !important;
      font-size: .8em;
      text-align: right !important;
      font-family: 'uncodeicon' !important;
    }
    .mobile-open .custom-menu-primary.mobile-menu {
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a {
      padding-left: 12px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) {
      position: relative !important;
      top: -61px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > a {
      padding-left: 12px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
      padding-left: 23px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a {
      padding-left: 22px;
    }
    .mobile-open .header-wrapper {
      border-bottom: none;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        padding-top: 7px;
    padding-bottom: 20px;
    }  
    .header-wrapper .custom-logo:before {
      position:  absolute;
      border-top: 1px solid rgba(232,232,232,1);
      content:  "";
      width:  100%;
      display: block;
      height:  1px;
      left:  0;
      top: 56px;
    }

  }


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


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

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

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

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

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


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

  .blog .blog-content {}

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

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

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

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

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

  /* Use this to set up different styling for your blog posts */
  .blog-listing-wrapper .post-listing .post-item {}
  .blog-listing-wrapper .post-listing .post-item .post-body {}
  .blog-post-wrapper .post-body {}

  /* Post Featured Image on Listings Page */
  .hs-featured-image-wrapper {}
  .hs-featured-image-wrapper .hs-featured-image-link {}
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
  }

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

  /* Blog Topics List */
  #hubspot-topic_data {}
  #hubspot-topic_data a.topic-link {}

  /* Blog Social Sharing Icons */
  .hs-blog-social-share {
    margin-top: 20px;
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
  }

  /* Blog Commments */
  #comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
  }
  .comment-date { font-size: 13px; text-align: right; }
  .comment-from { font-weight: bold; }
  .comment-body { padding: 10px 0; }

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

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


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

  .blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

  /* Form Field */
  .hs-form-field {
    padding-left: 6.09px;
    padding-right: 6.09px;
  }
  .field.hs-form-field.focus-input-error {
    background-color: #FFDFDF;
  }
  .field.hs-form-field.focus-input-error label {
    color: red;
  }
  .field.hs-form-field.focus-input {
    background-color: #FFF7C0;
  }
  /* Descriptions */
  .hs-field-desc {}

  /* Labels and Legends */
  label {}
  .hs-form-field > label {
      color: #444444;
      line-height: 150%;
      margin: 0;
      padding: 0 0 3px 0;
      border: none;
      display: block;
      white-space: normal;
      letter-spacing: .01em;
      width: 100%;
      font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
      padding-top: 6px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
      font-size: 12.35px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: 0.13px;
  }

  /* 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 #a5a5a5;
    border-radius: 3px;
    width: calc(100% - 10px);
    background-image: none;
    background-color: #ffffff;
    padding: 2px 0;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-size: 100%;
    margin: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    min-height: 36px;
    margin-bottom: 15px;
    max-width:560px;
    display:block;
    color: rgb(51, 51, 51);
    cursor: text;
    display: inline-block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    font-size: 13px;
    font-stretch: 100%;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;


  }

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

  .hs-error-msgs label {
      margin: 0 !important;
      padding: 7px 0 0 0 !important;
      line-height: 10px !important;
      font-weight: bold;
      font-size: 11px;
      color: #DF0000 !important;
      clear: both;
      font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  }

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

  /* 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-color: #3187c1;
      border-color: #3187c1;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 18px;
      font-family: proxima_nova_xregular, sans-serif;
      transition: all 200ms ease-in-out;
      padding: 13px 31px;
      vertical-align: middle;
      outline: none;
      white-space: nowrap;
      -webkit-text-stroke: 0px;
      box-shadow: none;
      -webkit-font-smoothing: antialiased;
      min-height: 45px;
      border-radius: 3px;
      width: 100%;
      letter-spacing: 0.1em;
      cursor: pointer;
      margin: 9px 0 0 0;
      display: inline-block;
      border: none;
      text-align: center;
      white-space: normal;
      width: auto;
        margin-left: 6.09px;

  }


  .hs-button.primary:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
      background-color: #2a78ac;
      border-color: #2a78ac;
      color: #fff;
  }

  .hs-button.primary:focus,
  input[type="submit"]:focus, 
  input[type="button"]:focus {}
  span.hs-form-required {
      color: red;
      font-weight: bold;
      margin: 0;
      padding: 0;
      padding-left: 1%;
      display: inline-block;
  }

.hs-cta-wrapper a {
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 15px 65px 15px 65px;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;   
}

.hs-cta-wrapper a.blue-cta-empty {
  border: 1px solid #3187c1; 
  color: #3187c1;
  background-color: #fff;
}

.hs-cta-wrapper a.blue-cta-empty:hover {
  background-color: #3187c1;
  border: 1px solid #3187c1;
  color: #ffffff;
  text-decoration: none;
}

.hs-cta-wrapper a.blue-cta-empty.no-hover:hover {
  background-color: #fff !important;
  border: 1px solid #3187c1 !important;
  color: #3187c1 !important;
  text-decoration: none;
}

.hs-cta-wrapper a.blue-cta {
  background-color: #3187c1;
  border: 1px solid #3187c1;
  color: #ffffff;
}

.hs-cta-wrapper a.blue-cta:hover {
  background-color: #fff;
  border: 1px solid #3187c1;
  color: #3187c1;
  text-decoration: none;
}

.hs-cta-wrapper a.orange-cta-empty {
  border: 1px solid #e67e22; 
  color: #e67e22;
  background-color: #fff;
}

.hs-cta-wrapper a.orange-cta-empty:hover {
  background-color: #e67e22;
  border: 1px solid #e67e22;
  color: #ffffff;
  text-decoration: none;
}

.hs-cta-wrapper a.orange-cta-empty.no-hover:hover {
  background-color: #fff !important;
  border: 1px solid #e67e22 !important;
  color: #e67e22 !important;
  text-decoration: none;
}

.hs-cta-wrapper a.orange-cta {
  background-color: #e67e22;
  border: 1px solid #e67e22;
  color: #ffffff;
}

.hs-cta-wrapper a.orange-cta:hover {
  background-color: #fff;
  border: 1px solid #e67e22;
  color: #e67e22;
  text-decoration: none;
}


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

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


  /* =============== Blog Comment Button =============== */

  #add-comment-button.hs-button.primary {}
  #add-comment-button.hs-button.primary:hover {}
  #add-comment-button.hs-button.primary:focus {}


  /* =============== Blog Subscription Button =============== */

  #hs_form_target_blog_subscription .hs-button.primary.large {}
  #hs_form_target_blog_subscription .hs-button.primary.large:hover {}
  #hs_form_target_blog_subscription .hs-button.primary.large:focus {}


  /* =============== Google Search Button =============== */

  .widget-type-google_search .hs-button.primary {}
  .widget-type-google_search .hs-button.primary:hover {}
  .widget-type-google_search .hs-button.primary:focus {}
  .row4-group-sd h1 {
      color: #474747 !important;
  }







/*=================How To Work============*/
.hs-how-to-work a.tebber-btn {
    border: 1px solid #969899;
    padding: 16px 88px 15px 65px;
}
.hs-how-to-work .work-wrapper {
    padding: 36px 0;
    display: table;
}

.hs-how-to-work .work-wrapper h4 {
    margin: 0;
    margin-bottom: 36px;
}

.hs-how-to-work .uncell-wrapper {
    padding-top: 44px;
    padding-right: 50px;
    width: 58.333333333333336%;
}

.hs-how-to-work  .work-wrapper > div {
    display: table-cell;
    vertical-align: top;
}

.hs-how-to-work .accordion-group {
    padding-left: 22px;
    width: 41.66666666666667%;
    padding-top: 50px;
}
.hs-how-to-work  .content-acoordion p,
.hs-how-to-work  .content-acoordion {
  padding: 27px 0px 27px 0px;
  margin-top: 0;
  margin: 0;
  margin: 0;
  font-family: "Source Sans Pro";
  font-size: 16.2px;
  font-weight: 400;
  height: auto;
  line-height: 31.5px;
}

.hs-how-to-work  .content-acoordion {
    margin: 0;
    font-family: "Source Sans Pro";
    font-size:  16.2px;
    font-weight:  400;
    height:  auto;
    line-height:  31.35px;
}

.hs-how-to-work 	.panel-title {
    color: #616365;
}
.hs-how-to-work  .image-wrapper img {
    width: 100%;
}

.hs-how-to-work  .image-wrapper {
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 44px;
}

.hs-how-to-work  .image-wrapper {
    border-bottom: 1px solid #e0e0e0;
}
.hs-how-to-work .uncode_text_column ul {
    padding-left: 18px;
}
.hs-how-to-work .content-acoordion ul {
    margin-top: 0;
}
.hs-how-to-work  .content-acoordion ul li {
    font-family: "Source Sans Pro";
    font-size: 16.2px;
    font-weight: 400;
    height: auto;
    line-height: 31.5px;
}
.hs-how-to-work  .content-acoordion ul {
    margin-top: 0;
    padding-left: 36px;
}

.hs-how-to-work .work-wrapper.only-content{
    max-width: 756px;
    margin: 0 auto;
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
    text-align: center;
}

.hs-how-to-work .work-wrapper.only-content .uncell-wrapper {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.work-wrapper.only-content {
    display: block;
}

.hs-how-to-work .work-wrapper.only-content p:first-child {
    font-size: 18px;
    font-weight: 900;
    font-family: "Source Sans Pro";
    font-size:  21.6px;
    font-weight:  400;
    height:  auto;
    line-height:  37.8px;
}
.hs-how-to-work .work-wrapper.only-content .uncode_text_column p:last-child {
    max-width: 75%;
    margin: 0 auto;
    text-align: left;
    font-family: "Source Sans Pro";
    font-size: 20.3px;
    font-weight: 400;
    line-height: 35.525px;
    margin-top: 36px;
    padding-left: 18px;
}


.work-wrapper.only-content a.tebber-btn {
    margin: 0;
    margin-top: 36px;
}
.hs-how-to-work .work-wrapper.only-content {
    max-width: 756px;
    margin: 0 auto;
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
    text-align: center;
    display: block;
    padding: 0;
}
.row2-group-how-to-work .image-top-wrapper-wrapper-group .image-top-wrapper-content-group .image-top-wrapper {
    max-width: 200px;
    margin: 0 auto;
}
.row2-group-how-to-work .image-top-wrapper-wrapper-group .image-top-wrapper-content-group:nth-child(2) .image-top-wrapper {
    max-width: 295px;
}

.row2-group-how-to-work .image-top-wrapper-wrapper-group  .top-image-content h6 {
    font-size: 18px;
    color: #303133;
    margin: 27px 0 0;
    line-height: 1.5em;
    font-size: 22px;
}
.row2-group-how-to-work .image-top-wrapper-wrapper-group.clearfix {
    margin-top: 36px;
    margin-left: -36px;
    margin-bottom: 36px;
}
.row2-group-how-to-work  .image-top-wrapper-content-group img {
    width: auto;
    text-align: center;
}
.row3-group-how-to-work-content {
    padding-top: 144px;
}

.custom-two-col-wrapper {
    display: table;
    width: 100%;
}

.custom-two-col-wrapper > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.image-col-wrapper {
    width: 58.333333333333336% !important;
    padding: 0;
    padding-right: 12px;
}

.content-two-col-wrapper {
    width: 41.66666666666667% !important;
    padding-left: 23px;
}

.content-two-col-wrapper h4 {
    margin: 0;
    margin-bottom: 36px;
}
.row3-group-how-to-work-content {
    padding-top: 144px;
    padding-bottom: 162px;
}
.background-image-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: inherit;
    background-size: cover;
    min-height: 220px;
    position: relative;
}

.background-image-wrapper .counter-wrapper-content {
    min-height: 220px;
    display: table;
    width: 100%;
    position: relative;
    z-index: 99;
}
.row4-group-how-to-work-content {
    padding-top: 56px;
}
.row4-group-how-to-work-content h4 {
    margin: 0;
}
.row4-group-how-to-work-content h4 {
    margin: 0;
    margin-bottom: 30px;
}

.row4-group-how-to-work-content {
    text-align: center;
}
.row4-group-how-to-work-content .hs_cos_wrapper .hs_cos_wrapper:first-child {
    max-width: 756px;
    margin: 0 auto;
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
}
.row4-group-how-to-work-content h4 {
    margin: 0;
    margin-bottom: 36px;
}
.background-image-wrapper .counter-wrapper-content p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 25px;
    line-height: 60px;
}

.background-image-wrapper .block-bg-overlay.style-color-nhtu-bg {
    background-color: #101213;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.background-image-wrapper span.counter {
    margin: 0 24px;
    font-size: 35px;
    line-height: 60px;
    color: #fff;
}
.row4-group-how-to-work-content .image-top-wrapper-content-group img {
    width: 100%;
    text-align: center;
}
.row4-group-how-to-work-content .image-top-wrapper-content-group {
    text-align: center;
    padding-top: 16px;
}
.row4-group-how-to-work-content  .top-image-content h6 {
    font-size: 18px;
    color: #303133;
    margin: 21px 0 0;
    line-height: 1.5em;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}
.row4-group-how-to-work-content .top-image-content {
    text-align: left;
}
.row4-group-how-to-work {
    padding-bottom: 80px;
}
.hs-how-to-work  .custom-banner:after {
    background: transparent;
}
.hs-how-to-work .work-wrapper.only-content .uncell-wrapper {
    padding-top: 0;
    padding-right: 0;
}
.work-wrapper.only-content .accordion-group {
    display: none;
}
.row1-group-how-to-work-content {
    padding-bottom: 36px;
}
/*==============End============*/
.row2-image-gallery-sd .slick-next:before {
    content: "\f105";
    font-size: 21px;
    position: relative;
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
    font-family: 'uncodeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 99em!important;
    color: rgba(201, 201, 201, 0.75)!important;
    background: transparent!important;
    width: 40px!important;
    height: 40px!important;
    border: 1px solid rgba(201, 201, 201, 0.75)!important;
    top: 0px!important;
    line-height: 35px;
}
.row2-image-gallery-sd .slick-dots li button:focus:before, .row2-image-gallery-sd .slick-dots li button:hover:before {
    opacity: 0.25;
}
.row2-image-gallery-sd .slick-prev:before {
    content: "\f104";
    font-size: 21px;
    position: relative;
    font-family: 'uncodeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 9999;
    border-radius: 99em!important;
    color: rgba(201, 201, 201, 0.75)!important;
    background: transparent!important;
    width: 40px!important;
    height: 40px!important;
    border: 1px solid rgba(201, 201, 201, 0.75)!important;
    top: 0!important;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
      display: inline-block;
    line-height: 36px;
}
.row2-image-gallery-sd {
    overflow: hidden;
}
.row2-image-gallery-sd .slick-next:before {
    right: -40px;
    transition: all 0.5s ease-in-out;
}
.row2-image-gallery-sd:hover .slick-next:before {
    right: 20px;
}
.row2-image-gallery-sd .slick-prev:before {
    left: -40px;
    transition: all 0.5s ease-in-out;
}
.row2-image-gallery-sd  .slick-prev:hover:before, .row2-image-gallery-sd   .slick-next:hover:before{
  background: #3180AF!important;
  border-color: #ffffff!important;
  color:#fff !important;
  opacity:1;
}
.row2-image-gallery-sd .slick-prev, .row2-image-gallery-sd .slick-next {
    display: block !important;
}
.row2-image-gallery-sd:hover .slick-prev:before {
    left: 0;
}
.row2-image-gallery-sd  .slick-dots li:hover button:before {
      color: #000;
    opacity: 0.25;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.row2-image-gallery-sd  .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.25;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.row2-image-gallery-sd .hs_cos_gallery_main, .row2-image-gallery-sd .hs_cos_gallery_thumbnails, .row2-image-gallery-sd .hs_cos_gallery_lightbox {
    padding: 0;
}
.row2-image-gallery-sd .hs_cos_gallery_main .slick-dots li button:before, .row2-image-gallery-sd .hs_cos_gallery_thumbnails .slick-dots li button:before, .row2-image-gallery-sd .hs_cos_gallery_lightbox .slick-dots li button:before {
    font-size: 10px;
}
.row2-image-gallery-sd .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
}
.row2-image-gallery-sd .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}
.row2-image-gallery-sd  .slick-next, .row2-image-gallery-sd   .slick-prev {
    z-index: 9999;
}
.row.bottom p strong {
    color: #303133;
}

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

.fancybox-arrow:after {
    height: 134px !important;
}

.error-page-custom p {
    text-align: center;
}
  /* ==========================================================================
     8. MISCELLANEOUS                                      
     ========================================================================== */

p.custom_listing_comments {
   border: 1px solid #ccc;
   padding: 10px;
}

.blog-listing-wrapper .post-listing .post-item {
   border-bottom: 1px solid #ccc;
   padding-bottom: 20px;
   margin-bottom: 20px;
}

.travel-map-block p#wpgmza_filter_3+div+div+div {
  position: relative;
  background: rgba(232,232,232,1.0);
  margin-top: 0 !important;
  height: 50px !important;
  z-index: 99999;
  font-size: 14px;
}
#wpgmza_filter_3 {
  display: none;
}
.travel-map-block p#wpgmza_filter_3+div+div+div div#wpgmza_filter_container_3 {
  position: absolute;
  right: 20px;
  top: 0;
  color: #616365;
  margin-bottom: 0;
  max-width: 572.23px;
  width: 100%;
}
.wpgmza_cat_checkbox_holder.wpgmza_cat_checkbox_3 {
  display: block;
  overflow: auto;
  height: 100px;
  overflow-y: auto;
  padding: 5px;
}
.wpgmza_cat_checkbox_holder.wpgmza_cat_checkbox_3 ul.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-left: 10px;
  margin-top: 5px;
}
.wpgmza_cat_checkbox_holder.wpgmza_cat_checkbox_3 ul.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder li {
  display: block;
  padding: 0 !important;
  margin-top: 5px !important;
}
.wpgmza_cat_checkbox_holder.wpgmza_cat_checkbox_3 ul.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder li input {
  display: inline-block;
  font-size: 1em;
  -webkit-appearance: none;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  text-align: center;
  line-height: normal;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 5px;
  background-color: #ffffff !important;
  outline: none;
}
.wpgmza_cat_checkbox_holder.wpgmza_cat_checkbox_3 ul.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder li label {
  padding-left: 5px;
}
.wpgmza_cat_checkbox_holder.wpgmza_cat_checkbox_3 ul.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder li input:checked:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "uncodeicon";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1.2em;
  content: "\f00c";
  color: #303133;
  outline: none;
}












.hs-travel  .hs_cos_gallery_lightbox_container .slick-list, .hs-travel  .hs_cos_gallery_lightbox .slick-list {
    height: 100% !important;
}


.silde-wrapper small.rbox-opening-position-type {
    border: 1px solid #ccc;
    padding: 3px 5px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    line-height: 1.75;
    margin: 16px 0 0;
    font-size: 18px;
    cursor: pointer;
}

.hs-sd  i.fa.fa-play-circle-o {
  position: relative;
  vertical-align: top;
  margin-top: 2px;
  line-height: inherit;
  margin-left: 0;
  font-size: 10px;
  width: 24px;
}


.custom-press-details .row.bottom a:hover {
    text-decoration: none;
}

.rbox-job-longdesc .position-inner-wrppper:nth-child(2) h2 {
    font-size: 1em;
    line-height: 1.6em;
    color: #3180af;
    font-weight: bold;
}

.hs-success-form  .hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.hs-partner .our-community {
  display: none;
}
.hs-pricing .custom-banner:after {
    content: "";
    display: block;
    background-color: #000;
    opacity: 0.25;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}



.header-container {
    margin-top: -1px;
}
div#leadinModal-116477 {
    max-height: 94%;
    overflow: hidden;
    padding-top: 50px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    z-index: 5000;
    font-size: 16px;
}

.leadinModal-content {
    border-top-width: 0;
    background-color: #ebebeb;
    padding: 0;
    width: 40em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-top-style: solid;
    font-size: 14px;
    margin: 0 auto;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    position: relative;
}

.leadinModal-close {
    top: 7px;
    right: 14px;
    -webkit-border-radius: 0.33em;
    -moz-border-radius: 0.33em;
    -ms-border-radius: 0.33em;
    -o-border-radius: 0.33em;
    border-radius: 0.33em;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    z-index: 1000;
    background: none 0 0 auto repeat scroll padding-box transparent;
    background-color: transparent;
    background-image: none;
    border: 0 none transparent;
    clear: none;
    clip: auto;
    cursor: auto;
    filter: none;
    float: none;
    height: auto;
    left: auto;
    letter-spacing: auto;
    line-height: auto;
    list-style: disc outside none;
    margin: 0;
    overflow: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    position: static;
    transform: none;
    text-align: start;
    text-indent: auto;
    text-transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: initial;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: auto;
}

.leadinModal-close:before {
    color: #7a7676;
    display: inline !important;
    -webkit-border-radius: 0.33em;
    -moz-border-radius: 0.33em;
    -ms-border-radius: 0.33em;
    -o-border-radius: 0.33em;
    border-radius: 0.33em;
    content: "\00D7";
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #bbb;
    background: transparent;
    float: right;
}


.leadinModal-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3em 3.5em;
    margin: 0 auto;
    background: #ebebeb;
}

.dyno-image {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100px;
    margin-right: 22px;
    margin-bottom: 15px;
}

.leadin-message-wrapper h4 {
    margin-bottom: 0.6em;
    margin-left: 122px;
    color: #444;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.4;
}

.leadinModal-content-wrapper input[type="text"], 
.leadinModal-content-wrapper input[type="password"],
.leadinModal-content-wrapper input[type="datetime"], 
.leadinModal-content-wrapper input[type="datetime-local"], 
.leadinModal-content-wrapper input[type="date"], 
.leadinModal-content-wrapper input[type="month"], 
.leadinModal-content-wrapper input[type="time"], 
.leadinModal-content-wrapper input[type="week"], 
.leadinModal-content-wrapper input[type="number"],
.leadinModal-content-wrapper input[type="email"],
.leadinModal-content-wrapper input[type="url"], 
.leadinModal-content-wrapper input[type="search"],
.leadinModal-content-wrapper input[type="tel"], 
.leadinModal-content-wrapper input[type="color"],
.leadinModal-content-wrapper input[type="file"], 
.leadinModal-content-wrapper textarea, 
.leadinModal-content-wrapper select {
    max-width: 100%;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    border-radius: 0.25em;
    width: 100%;
    padding: 0.5em 0.5em;
    border: 1px solid #ddd;
    height: 2.6em;
    resize: vertical;
    margin: 0.3em 0 0;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    border-radius: 0.25em;
    width: 100%;
    padding: 0.5em 0.5em;
    border: 1px solid #ddd;
    height: 2.6em;
    resize: vertical;
    color: #666;
    font-size: 1em;
    font-weight: normal;
}
.leadinModal-content-wrapper .hs_cos_wrapper_type_form .hs-button.primary.large {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    margin-top: 30px;
}
.leadinModal-content-wrapper  .leadinModal-overlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.leadinModal-content-wrapper .hs-form-field > label {
    display: block !important;
    font-weight: 600 !important;
    padding-top: 0.8em !important;
    font-size: 1em !important;
    float: none !important;
    color: #666 !important;
    padding: 0 !important;
    font-family: "Source Sans Pro" !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.leadinModal-overlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#leadinModal-116477 span.hs-form-required {
/*     display: none; */
}
#leadinModal-116477 form {
/*     display: none; */
}
#leadinModal-116477  .hs-form-field {
    padding-left: 0;
    padding-right: 0;
}
.cookies #leadinModal-116477  form {
    display: block;
  margin-left:122px;
}
.leadin-message-wrapper p {
    line-height: 1.4;
    margin-bottom: 0.6em;
    margin-left: 122px;
    color: #666;
    font-size: 1em;
    font-weight: normal;
}
div#leadinModal-116477 {
/*     display: none; */
}
.cookies-remove #leadinModal-116477 {
/*     display: none; */
}
.btn-pop{
 cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: #3187c1;
    border-color: #3187c1;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-family: proxima_nova_xregular, sans-serif;
    transition: all 200ms ease-in-out;
    padding: 13px 31px;
    vertical-align: middle;
    outline: none;
    white-space: nowrap;
    -webkit-text-stroke: 0px;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    min-height: 45px;
    border-radius: 3px;
    width: 100%;
    letter-spacing: 0.1em;
    cursor: pointer;
    margin: 9px 0 0 0;
    display: inline-block;
    border: none;
    text-align: center;
    white-space: normal;
    width: auto;
    margin-left: 6.09px; 
}
.leadinModal-content-wrapper .hs_cos_wrapper_type_form .hs-button.primary.large {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 30px !important;
}
.btn-pop{
    background-color: #2a78ac;
    border-color: #2a78ac;
    color: #fff;
}

.btn-pop {
    margin-left: 122px;
    max-width: 100%;
    display: block;
}
.error-page-custom .body-container-wrapper .page-center {
  padding-top: 72px;
  padding-bottom: 72px;
}
.cookies .btn-pop {
    display: none;
}
.error-page-custom  .custom_error_message h1 {
  font-size: 242px;
  line-height: 1.2;
  text-align: center;
  font-weight: 100;
  font-family: Droid Sans;
  color: rgb(48, 49, 51);
  margin: 0;
}

.error-page-custom .custom_error_message h2 {
  font-weight: 100;
  font-family: Droid Sans;
  line-height: 1.2;
  margin: 27px 0 0;
  color: #303133;
  font-size: 44px;
  text-align: center;
}

.error-page-custom.custom_error_message {
  text-align: center;
}

.error-page-custom hr.separator-break {
  width: 90px;
  margin: 54px 0px 54px 0px;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background: #3180af !important;
}


.fancybox-navigation {
    display: none !IMPORTANT;
}

.custom-form input[type="text"]:focus, 
.custom-form input[type="password"]:focus, 
.custom-form input[type="datetime"]:focus,
.custom-form input[type="datetime-local"]:focus, 
.custom-form input[type="date"]:focus, 
.custom-form input[type="month"]:focus, 
.custom-form input[type="time"]:focus, 
.custom-form input[type="week"]:focus, 
.custom-form input[type="number"]:focus, 
.custom-form input[type="email"]:focus, 
.custom-form input[type="url"]:focus, 
.custom-form input[type="search"]:focus, 
.custom-form input[type="tel"]:focus, 
.custom-form input[type="color"]:focus, 
.custom-form textarea:focus,
.custom-form select:focus{
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  border-color: #3180af;
}
/*=====================Bottom Section==================*/

.success-story-sub-row1-group .page-center {
  padding-top: 36px;
}
.success-story-sub-row1-group .page-center {
  padding-top: 36px;
  padding-bottom: 144px;
}
.success-story-sub-row1-left-col h2:first-child {
  margin-top: 0;
}
.success-story-sub-row1-left-col h6 {
  margin-top: 36px;
}
.success-story-sub-row1-left-col .hs_cos_wrapper_type_gallery {
  display: block;
  margin-top: 36px;
  margin-bottom: 36px;
}
.success-story-sub-row1-left-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
}
.success-story-sub-row1-left-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main button.slick-arrow {
  display: none !important;
}
.success-story-sub-row1-left-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block;
}
blockquote {
  margin: 27px 0px 27px 0px;
  padding: 0px 0px 0px 27px;
  border-left: 2px solid;
  border-color: #3180af;
}
blockquote p:first-child {
  margin-top: 0;
  color: #303133;
}
blockquote p{
  color: #303133;
}
.success-story-sub-row1-right-col .hs_cos_wrapper_type_linked_image {
  display: block;
}
.success-story-sub-row1-right-col .hs_cos_wrapper_type_linked_image img {
  display: block;
  max-width: 328px !important;
  margin: auto;
  width: 100% !important;
}
.success-story-sub-row1-right-col .hs_cos_wrapper_type_rich_text {
  display: block;
}
.success-story-sub-row1-right-col .hs_cos_wrapper_type_rich_text hr {
  background: #e8e8e8;
  margin-top: 36px;
  margin-bottom: 36px;
}
.success-story-sub-row1-right-col .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 25px;
  color: #939393;
}
.success-story-sub-row1-right-col .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}
.background-wrapper {
  position: relative;
  overflow: hidden;
}
.background-wrapper .background-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  z-index: 1;
}
.background-wrapper .block-bg-overlay {
  background-color: #3180af;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.background-wrapper .page-center {
  position: relative;
  z-index: 3;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
  width: 100% !important;
  align-items: center;
  justify-content: center;
}
.background-wrapper .page-center .content-background {
  width: 66.66666666666666%;
  float: left;
}
.background-wrapper .page-center .btn-container {
  float: left;
  width: 33.33333333333333%;
  text-align: right;
}
.background-wrapper .page-center:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.background-wrapper .page-center .content-background h3 {
  margin-top: 0px;
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
}
.background-wrapper .page-center .content-background p {
  color: #ffffff;
  font-size: 20px;
}
.background-wrapper .page-center .content-background>div {
  padding-bottom: 19px;
}
.background-wrapper .page-center .btn-container a.btn-blue {
  letter-spacing: 0.1em;
  font-weight: 400;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-radius: 3px;
  outline: none;
  white-space: pre-wrap;
  text-transform: uppercase;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  display: inline-block;
  font-size: 13px;
  padding: 15px 65px 15px 65px;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #f7f7f7;
  color: #3187c1;
  -webkit-tap-highlight-color: transparent;
}
.background-wrapper .page-center .btn-container a.btn-blue:hover{
  background-color: rgba(247, 247, 247, 1);
  border: 1px solid #f7f7f7;
  color: #3187c1;
  -webkit-tap-highlight-color: transparent;
  text-decoration:none;
}
.background-wrapper .page-center .content-background {
  width: 66.66666666666666%;
  float: left;
  padding: 47.5px 0px;
}
.success-story-sub-row1-right-col .hs_cos_wrapper_type_rich_text p strong {
  color: #303133;
}
.form-with-bg-color {
  background-color: #f4f4f4;
  position: relative;
}
.form-with-bg-color .page-center {
  padding-top: 144px;
  padding-bottom: 119px;
}
.form-with-bg-color h4.form-title {
  max-width: 45%;
  text-align: center;
  margin: auto;
  color: #616365;
}
.form-with-bg-color .form-title {
  margin: 0;
}
.form-with-bg-color form {
  margin-top: 36px;
}
.form-with-bg-color form:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
}
.form-with-bg-color form>div {
  display: inline-block !important;
  width: 23% !important;
  float: left !important;
  margin-right: 2% !important;
  margin-bottom: 18px !important;
  padding:0 !important;
}
.form-with-bg-color form>div>label {
  display: block !important;
  float: none !important;
  width: auto !important;
  font-weight: bold !important;
  text-align: left !important;
  line-height: 20px !important;
  padding-top: 0 !important;
  margin-bottom: 4px !important;
  font-size: 17px !important;
  color: #616365 !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  padding: 0 !important;
    letter-spacing: normal !important;
}
.form-with-bg-color form>div>label>span.hs-form-required {
  color: red;
  padding: 0 !important;
}
.form-with-bg-color form>div>.input>input.hs-input {
  box-sizing: content-box !important;
  height: 45px !important;
  border: 1px solid #a5a5a5 !important;
  border-radius: 3px !important;
  width: 100%!important;
  max-width: 500px !important;
  transition: border 0.2s linear,box-shadow 0.2s linear !important;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) !important;
  padding: 4px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 18px !important;
  color: #666 !important;
  background-color: #ffffff !important;
  margin:0 !important;
}
.form-with-bg-color form>div>.input>input.hs-input:focus {
  border-color: #3180af !important;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6) !important;
  outline: none !important;
}
.form-with-bg-color form>div>.input>input.error.hs-input:focus{
  box-shadow: 0 0 6px rgba(171,41,32,0.5) !important;
}
.form-with-bg-color form>div>.input>input.hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bfbfbf !important;
  font-size: 17px !important;
  text-overflow: clip !important;
}
.form-with-bg-color form>div>.input>input.hs-input::-moz-placeholder { /* Firefox 19+ */
  color: #bfbfbf !important;
  font-size: 17px !important;
  text-overflow: clip !important;
}
.form-with-bg-color form>div>.input>input.hs-input:-ms-input-placeholder { /* IE 10+ */
  color: #bfbfbf !important;
  font-size: 17px !important;
  text-overflow: clip !important;
}
.form-with-bg-color form>div>.input>input.hs-input:-moz-placeholder { /* Firefox 18- */
  color: #bfbfbf !important;
  font-size: 17px !important;
  text-overflow: clip !important;
}
.form-with-bg-color form>div.hs_submit.hs-submit {
  float: right !important;
  margin: 0 !important;
}
.form-with-bg-color form>div.hs_submit.hs-submit input.hs-button.primary.large {
  box-sizing: content-box !important;
  -webkit-font-smoothing: antialiased !important;
  white-space: nowrap !important;
  -webkit-text-stroke: 0px !important;
  text-align: center !important;
  vertical-align: middle !important;
  letter-spacing: 0.1em !important;
  font-weight: 400 !important;
  margin: 0 !important;
  outline: 0 !important;
  font-family: Helvetica,Arial,sans-serif !important;
  padding: 7px 18px 7px !important;
  position: relative !important;
  text-decoration: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  max-width: 180px !important;
  background-color: white !important;
  border-color: #3187c1 !important;
  color: #3187c1 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  line-height: 18px !important;
  border: 1px solid #3187c1 !important;
  text-shadow: none !important;
  background: none!important;
  box-shadow: none !important;
  border-radius: 3px !important;
  width: 100% !important;
  height: 40px !important;
  transition: all 0.3s ease !important;
  min-height:0 !important;
}
.form-with-bg-color form>div.hs_submit.hs-submit input.hs-button.primary.large:hover{
  background: #2a78ac!important;
  border: 1px solid #2a78ac!important;
  color: #fff!important;
  box-shadow: none !important;
}
.form-with-bg-color form>div.hs_submit.hs-submit .actions {
  margin: 23px 0 0 !important;
  padding-left: 10px !important;
  text-align: center !important;
}
.form-with-bg-color form>div.hs_error_rollup {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
}
.form-with-bg-color form {
  position: relative;
  padding-bottom: 25px;
}
.form-with-bg-color form>div.hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.form-with-bg-color form>div.hs_error_rollup {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
}
.form-with-bg-color ul.hs-error-msgs.inputs-list {
  color: red !important;
  font-size: 17px !important;
  line-height: 20px !important;
  margin: 5px 0 0 !important;
}
.our-community {
  background-color: #474747;
}
.our-community .page-center {
  padding: 36px;
}
.our-community .page-center h5 {
  margin-top: 0px;
  display: inline-block;
  color: #ffffff;
}
.our-community .page-center .inner-part {
  margin-top: 36px;
  font-size: 14px;
  width: 50%;
}
.our-community .page-center .inner-part h6 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}
.our-community .page-center .inner-part .hungryfeed_items {
  margin-top: 36px;
}
.our-community .page-center .inner-part .hungryfeed_items .hungryfeed_item {
  margin-bottom: 16px;
}
.our-community .page-center .inner-part .hungryfeed_items .hungryfeed_item .icon-box-heading {
  color: #d4d4d4;
  font-size: 18px;
  line-height: 18px;
  width: 60px;
  text-align: center;
  border: 1px solid #d4d4d4;
  display: inline-block;
  margin-right: 8px;
  padding: 8px 4px;
  text-transform: uppercase;
  vertical-align: middle;
}
.our-community .page-center .inner-part .hungryfeed_items .hungryfeed_item h3 {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding: 12px 0 0 0;
  font-size: 15px;
}
.our-community .page-center .inner-part .hungryfeed_items .hungryfeed_item h3 a {
  color: white;
  font-size: 15px;
  color: #d4d4d4;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.our-community .page-center .inner-part .hungryfeed_items .hungryfeed_item h3 a:hover{
  color: white;
  text-decoration: underline;
}
.our-community .page-center .inner-part .view-all {
  padding-top: 37px;
}
.our-community .page-center .inner-part .view-all p {
  margin: 0;
}
.our-community .page-center .inner-part .view-all p a {
  font-size: 13px;
  line-height: 18px;
  color: #d4d4d4;
}
.our-community .page-center .inner-part .view-all p a:hover {
  color: #3180af;
  text-decoration: none;
}
.fa {
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-right:before {
  content: "\f105";
}
.form-with-bg-color form>div>.input>input.hs-input.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
.gallery-wrapper .slick-slide .slick-slide-inner-wrapper {
    padding: 1px 1.5px;
    display: block;
}


.row1-content-careers p:first-child {
    margin-top: 0;
}





.hs-how-to-work .content-acoordion p {
    padding: 0;
}

@-moz-document url-prefix() {
  .hs-team-member .team-wrapper {
    min-height: 328px;
  }
  
}





/*===============End==========*/
.hs-contact ul.hs-error-msgs.inputs-list li {
    background: #FFDFDF;
    padding-left: 7px;
}
.hs-contact .hs_error_rollup ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-contact .hs_error_rollup {
    margin: 15px auto 15px auto;
    background: #fff !important;
    border: 1px solid red;
    text-align: center;
    padding: 1em 0 1em 0;
    border-radius: 20px;
}
.hs-contact .hs_error_rollup ul li label {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 125%;
    color: #DF0000 !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    font-size: 16.25px;
    font-weight: 700;
    letter-spacing: 0.13px;
}
.hs-contact .hs_error_rollup ul.hs-error-msgs.inputs-list li {
    background: transparent;
}

.pagination-wrapper.clone-wrapper {
  display: block;
}

.pagination-wrapper {
  display: none;
}

.pp_social {
    display: none !important;
}
/*====================pagination============*/
.pagination-wrapper .page-center {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
}
.pagination-wrapper {
    outline-color: #eaeaea;
    background-color: #f7f7f7;
}
.pagination-wrapper ul.navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination-wrapper ul.navigation li {
    width: 33.33333%;
    border: 0px;
    text-align: left;
    display: inline-block;
}
.pagination-wrapper a.btn.btn-link {
    display: inline-block;
    font-size: 13px;
    padding: 0 16px !important;
    font-style: normal!important;
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border: none !important;
    border-radius: 3px;
    outline: none;
    white-space: pre-wrap;
    margin-left: 0px !important;
    text-transform: uppercase!important;
    position: relative;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    letter-spacing: 0.1em;
    color: #303133;
  line-height: 31px;
}
.pagination-wrapper li.page-prev i {
    position: absolute;
    margin-right: 14px;
    font-size: 18px;
    line-height: 18px;
    top: 50%;
    margin-top: -11px;
    left: 0px;
}
.pagination-wrapper .fa-angle-left:before {
    content: "\f104";
}
.pagination-wrapper li.page-next i {
    position: absolute;
    margin-left: 14px;
    margin-right: 0;
    font-size: 18px;
    line-height: 18px;
    top: 50%;
    margin-top: -11px;
    right: 0px;
}
.fa-angle-right:before {
    content: "\f105";
}
.pagination-wrapper li.page-prev a.btn.btn-link span:hover {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
}

 .pagination-wrapper li.page-prev a.btn.btn-link span {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
}
.pagination-wrapper li.page-next a.btn.btn-link span:hover {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}

.pagination-wrapper li.page-next a.btn.btn-link span {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
}
.pagination-wrapper a.btn.btn-link:hover {
    color: #3180af;
}
.pagination-wrapper li.page-next {
    float: right;
    text-align: right !important;
}
/*==============End====*/


a#back-to-top:hover {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: .8;
}
.custom-success-stories-item .col-img > a > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/*======================Success Story============*/

.success-stories-row1-group .page-center .row-fluid-wrapper:first-child {
    padding-bottom: 36px;
    padding-top: 36px;
}
.custom-form .hs-input.invalid.error {
    border: 1px solid #cccccc;
    color: #b94a48;
    border-color: #b94a48;
}


.hs-success-stories .success-stories-row1-group {
    padding-top: 25px;
}
.hs-success-stories .hs-responsive-embed {
    padding-top: 0;
}
.hs-success-stories .success-stories-row1-right-col h4 {
    margin-top: 0;
}
.success-stories-row2-group ul.custom-success-stories-category-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	    margin-bottom: 9px;
}
.success-stories-row2-group ul.custom-success-stories-category-wrapper li.category-item {
    font-size: 18px;
    display: inline-block;
}
.success-stories-row2-group {
    padding-bottom: 36px;
}
.success-stories-row2-group ul.custom-success-stories-category-wrapper li.category-item a {
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: relative;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: Source Sans Pro;
    padding: 10px;
    display: inline-block;
    color: #616365;
    font-size: 13px;
    line-height: 18px;
      padding-top: 36px;
}
.success-stories-row2-group ul.custom-success-stories-category-wrapper li.category-item a:after {
    background-color: transparent;
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    top: 2px;
}
.success-stories-row2-group ul.custom-success-stories-category-wrapper li.category-item a:hover:after {
    background-color: #3180af;
}
.success-stories-row2-group ul.custom-success-stories-category-wrapper li.category-item a:hover {
    text-decoration: none;
    color: #3180af;
}
.success-stories-row2-group ul.custom-success-stories-category-wrapper li.category-item.active a::after {
    background-color: #3180af;
}
.success-stories-row2-group ul.custom-success-stories-category-wrapper li.category-item.active a {
    text-decoration: none;
    color: #3180af;
}

.success-stories-row2-group .custom-success-stories-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.custom-success-stories-wrapper {
    position: relative;
	-webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
	margin-left: -36px;
}
.custom-success-stories-wrapper:before {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    content: "";
}
.custom-success-stories-item {
    padding-left: 36px;
    margin-top: 36px;
    width: 33.33%;
    float: left;
}
.custom-success-stories-item .col-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d6d6d6;
}
.custom-success-stories-item .col-img {
    position: relative;
    overflow: hidden;
    text-align: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    background-size: initial;
    margin-bottom: 16px;
    margin-top: 24px;
}
.custom-success-stories-item .col-img > a {
    padding-top: 35.08%;
    position: relative;
    margin-top: -1px;
    display: block;
	-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom-success-stories-item .col-content {
    text-align: center;
    color: #616365;
	min-height: 215px;
    position: relative;
}
.custom-success-stories-item .col-content p {
	line-height: 1.75;
	padding: 1em 1em 3.2em;
	margin: 0 auto;
	max-width: 92%;
	border-top: 1px solid #d6d6d6;
	font-size: 15px;
	color: #616365;
}
.custom-success-stories-item .col-content p strong {
	color: #303133;
}
.custom-success-stories-item .col-content a.read-more-button {
	color: #3180af;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	transform: translate(-50%, 0);
	left: 50%;
	width: 100%;
	border-top: 1px solid #d6d6d6;
	padding-top: 1em;
	-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom-success-stories-item .col-content a.read-more-button i.fa.fa-chevron-right:before {
    font-size: 11px;
    margin-left: 10px;
}
.fa-chevron-right:before {
    content: "\f054";
}
.custom-success-stories-item .col-content a.read-more-button:hover {
    text-decoration: none;
}



/*=================End=======================*/

/*====================Home=============*/
.hs-home span.content-wrapper-image-member img {
    height: 100%;
    width: auto;
}
.hs-home  .background-wrapper-video .wp-video h1 {
    margin: 0;
    color: #fff;
    font-family: Droid Sans !important;
    font-size: 35px;
    margin-bottom: 40px;
}
.hs-home  .background-wrapper-video .background-inner-video {
    position: absolute;
    top: 44%;
    transform: translatey(-50%);
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
}
.hs-home .row1-left-group-content p:first-of-type {
    margin-top: 0;
}
.hs-home .row1-heading-home {
    padding-top: 119px;
}
.hs-home .row1-heading-home h4 {
    margin: 0;
    margin-bottom: 36px;
}
.hs-home .body-container-wrapper .divider-wrapper {
    padding-left: 36px;
    padding-right: 36px;
}
.hs-home .row1-group-home {
    padding-bottom: 72px;
}
.hs-home .page-header.section-header {
    padding: 36px 0;
    text-align: center;
}
.hs-home .page-header.section-header h1 {
    font-size: 28px;
    color: #3180af;
    margin: 0;
    line-height: 1.2;
}
.hs-home p.secondary-header {
    font-size: 18px;
    line-height: 1.75;
    color: #616365;
    max-width: 804px;
    margin: 0 auto;
    margin-top: 36px;
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
}
.hs-home .row2-group-content .divider-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.hs-home i.fa.fa-play-circle-o {
    position: relative;
    vertical-align: top;
    margin-top: 2px;
    line-height: inherit;
    margin-left: 1px;
    font-size: 10px;
    width: 8px;
}
.hs-home .image-with-popup-group.clearfix {
    margin-left: 0;
}
.hs-home .image-popup-group-wrapper {
    width: 32.333%;
    float: left;
    text-align: center;
    margin-top: 36px;
    padding-left: 36px;
}
.hs-home a.btn-gray {
    margin-top: 36px;
}
.hs-home .image-with-popup-group.clearfix {
    padding-bottom: 36px;
}
.hs-home a.btn-gray {
    margin-top: 36px;
    background-color: transparent;
    color: #616365;
    border: 1px solid #969899;
}
.hs-home .page-center.row3-page-center {
    padding-top: 36px;
    padding-bottom: 36px;
}
.hs-home .content-acoordion p {
    margin-top: 0;
    padding: 17px 0px 17px 0px;
}
.hs-home .content-acoordion ul {
    margin: 0;
    padding: 0px 0px 0px 18px;
}
.hs-home .background-wrapper .page-center {
    position: relative;
    z-index: 3;
    padding-top: 66px;
    padding-bottom: 70px;
    display: flex;
    width: 100% !important;
    align-items: center;
    justify-content: center;
}
/*=================End============*/











.row2-content-benefits {
    padding-top: 144px;
}

.tabber-inner-heading h1 {
    font-size: 28px;
    color: #3180af !important;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}
.row1-content-benefits .cutom-wrapper-counter.clearfix {
    padding-top: 36px;
    padding-bottom: 36px;
}
.row1-content-benefits .hs_cos_wrapper_type_header h1 {
    padding: 36px 0;
}
.tab-content-wrapper .tab-content-box.active {
    display: block;
}
.tabber-wrapper-group-content.right .image-tabber.top-image {
    display: none;
}
.tab-content-wrapper .tab-content-box {
    display: none;
}
.row1-content-benefits h1 {
    font-size: 28px;
    color: #3180af !important;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}
.row1-content-benefits {
    padding-top: 144px;
}
.tabber-wrapper-group-content.left .image-tabber.bottom-image {
    display: none;
}
.image-tabber.top-image {}

.tabber-wrapper-group-content.right .image-tabber.top-image {
    display: none;
}

.tabber-wrapper-group-content.left .tabber-wrapper-group {
    width: 50%;
    float: right;
}
.row1-content-benefits .tabber-wrapper-group-content.right.clearfix {
    padding-bottom: 144px;
}
.tabber-wrapper-group-content.left {}

.tabber-wrapper-group-content.left ul.tabs li {
    margin: 0;
}

.tabber-wrapper-group-content.left {
    text-align: left;
    position: relative;
}

.image-tabber.top-image {
    padding: 0;
    position: absolute;
    left: 0;
    padding-right: 16px;
    top: 0;
}

.tabber-wrapper-group-content.left .image-tabber.bottom-image {
    display: none;
}

.tabber-wrapper-group-content.left h1 {
    text-align: left;
    padding-left: 19px;
    margin-top: 5px;
}

.tabber-wrapper-group-content.left ul.tabs {
    margin-top: 25px;
}

.tabber-wrapper-group-content.left ul.tabs li.tab-link {
    padding-left: 16px;
    padding-right: 21px;
}

.tabber-wrapper-group-content.left ul.tabs li.tab-link:first-child {
    padding-left: 13px;
}

.tabber-wrapper-group-content.left .tab-content-wrapper {
    padding: 0;
    padding-left: 21px;
}

.tabber-wrapper-group-content.left.clearfix {
    padding-bottom: 225px;
}


.row1-content-benefits h1 {
    font-size: 28px;
    color: #3180af !important;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

ul.tabs {
    margin: 0;
    padding: 0;
    margin-top: 55px;
    text-align: center;
}

ul.tabs li {
    list-style: none;
    font-size: 15px;
    line-height: 18px;
    padding: 20px;
    display: inline-block;
    margin: 0px 23px 18px 23px;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height:  18px;
    position: relative;
}

ul.tabs li.active:after {
    background-color: transparent;
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    top: 2px;
    background-color: #3180af;
}

li.tab-link.active {
    color: #3180af !important;
}

.tabber-content {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.tab-content-box {
    display: table;
}

.image-tabber {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.tab-content-wrapper {
    padding: 27px 0px 0px 0px;
}

.tabber-content ul {
    list-style: initial;
    padding: 0px 0px 0px 18px;
}

a.tebber-btn {
    padding-top: 17px;
    font-size: 13px;
    vertical-align: middle;
    padding-bottom: 17px;
    background-color: transparent;
    color: #616365;
    border: 1px solid #969899;
    padding: 16px 88px 24px 65px;
    font-style: normal;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border-radius: 3px;
    outline: none;
    white-space: pre-wrap;
    text-transform: uppercase!important;
    -webkit-tap-highlight-color: transparent!important;
    display: inline-block;
    letter-spacing: 1.3px;
    margin-top: 36px;
}
.tabber-content h5 {
    margin: 0;
    margin-bottom: 36px;
}
.image-tabber img {
    width: 100%;
}

a.tebber-btn i:before {
background: url(//cdn2.hubspot.net/hubfs/463562/BizX_July2018%20Theme/Images/play-cta.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0;
    width: 24px;
    height: 24px;
    display: block;
    top: -6px;
    position: absolute;
    right: -23px;
}
a.tebber-btn:hover {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    text-decoration: none;
}
.image-tabber {
    text-align: right;
    padding-left: 16px;
}
ul.tabs li {
    cursor: pointer;
}
i.fa.fa-play-circle-o {
    position: relative;
    vertical-align: top;
    margin-top: 2px;
    line-height: inherit;
    margin-left: 9px;
    font-size: 14px;
    width: 24px;
}

.hs-travel .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    transition: all 0.5s ease-in-out;
}
.row1-content-travel h1 {
    font-size: 28px;
    color: #3180af !important;
}

.inner-wrapper {
    display: table;
}

.inner-wrapper > div {
    display: table-cell;
}

.left-content {
    width: 66.66666666666666%;
}

.btn-wrapper {
    width: 33.33333333333333%;
}

.row1-content-travel {
    padding-top: 108px;
}

.btn-wrapper {
    padding: 0px 0px 0px 25px;
}

.left-content p {
    margin-bottom: 55px !important;
}
.row1-content-travel .hs_cos_wrapper .hs_cos_wrapper:nth-child(4) h1 {
    text-align: center;
    margin-bottom: 36px;
    margin-top: 4px;
}
.counter-group-section {
    float: left;
    padding-left: 36px;
    width: 33.33333333333333%;
}
.counter-text p {
    margin-top: 0;
}
.cutom-wrapper-counter.clearfix {
    margin-left: -36px;
}
.cutom-wrapper-counter.clearfix {}

p.h2 {
  font-size: 44px;
  display: inline-block;
  color: #303133;
  margin: 0;
  line-height: 1.2;
}
span.counter {
    font-size: 44px;
    line-height: 1.2;
    margin: 27px 0 0;
      color: #303133;
}
.uncode-wrapper.uncode-counter {
    margin-top: 36px;
    text-align: center;
}
.cutom-wrapper-counter {
    padding-bottom: 8px;
}

a#back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    color: #616365;
    opacity: 1;
    display: block;
    -webkit-animation-name: alpha-in;
    -moz-animation-name: alpha-in;
    -o-animation-name: alpha-in;
    animation-name: alpha-in;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    height: 30px;
    width: 30px;
    display: block;
    color: #fff !important;
    background-color: #303133 !important;
    border-color: #303133 !important;
      z-index: 99;
}

a#back-to-top i {
    border-radius: 2px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-family: 'uncodeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 8px;
}

a#back-to-top i:after {
    content: "\f106";
}
 .hs-travel .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
height: 186px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: calc(25% - 9px) !important;
    display: block !important;
       margin-left: 9px;
}

 .hs-travel .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}
.hs-travel .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    margin: 0 auto;
    width: 100%;
    min-height: 186px;
    height: auto;
    max-width: 100%;
}

.hs-travel  .clearfix.lightbox-wrapper {
    margin: 0 -18px;

}
.row20heading-travel h4 {
    text-align: center;
    margin-top: 36px;
}
.hs-travel .hs_cos_gallery{
      padding-top: 36px;
    padding-bottom: 36px;
}
 .hs-travel  .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
    padding: 0;
}
.row2-right-content {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-color: #f4f4f4;
    border-style: solid;
    text-align: center;
}
.heading-text.el-text h5 {
    margin: 0;
}

.heading-with-top-head .heading-text.el-text:first-child {
    margin-top: 0;
}
.heading-with-top-head div {
    margin-top: 36px;
}
.row2-right-content .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) {
    margin-top: 36px;
}
 .hs-travel li.hs-form-radio label span {
    padding-left: 7px;
    line-height: normal;
}

 .hs-travel li.hs-form-radio label {
    color: #444444;
    font-size: 14px;
    line-height: normal;
}
 .hs-travel  .hs_cos_wrapper_type_form .hs-button.primary.large {
    max-width: 180px;
    min-width: 180px;
}
 .hs-travel textarea {
    min-height: 151px;
}
 .hs-travel  .row2-content-travel {
    padding-top: 36px;
    padding-bottom: 36px;
}
 .hs-travel  .row2-right-content {
    margin-top: 36px;
    margin-bottom: 36px;
}
 .hs-travel  input[type="text"],
 .hs-travel  input[type="password"], 
 .hs-travel  input[type="datetime"],
 .hs-travel  input[type="datetime-local"], 
 .hs-travel  input[type="date"], 
 .hs-travel  input[type="month"], 
 .hs-travel  input[type="time"],
 .hs-travel  input[type="week"],
 .hs-travel  input[type="number"],
 .hs-travel  input[type="email"],
 .hs-travel  input[type="url"],
 .hs-travel  input[type="search"],
 .hs-travel  input[type="tel"],
 .hs-travel  input[type="color"],
 .hs-travel  textarea, 
 .hs-travel  select {
  max-width:100%;
}
.row2-bottom-conent-travel p {
    font-family: "Source Sans Pro";
    font-size: 14.4px;
    font-weight: 400;
    height: auto;
    line-height: 25.2px;
    padding-top: 36px;
    padding-bottom: 36px;
    margin: 0;
}
.row2-bottom-conent-travel {
    margin-bottom: 60px;
}
.hs-travel .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
span.counter-suffix {
    font-family: 'proxima_nova_xregular';
}
.tab-content-wrapper.left .image-tabber.bottom-image,
.tab-content-wrapper.right .image-tabber.top-image {
    display: none;
}
span.million {
    font-size: 44px;
    line-height: 1.2;
    margin: 27px 0 0;
    color: #303133;
}
/*================Career=================*/

.hs-careers .slick-slider {
  margin-right: -36px;
  margin-top: 36px;
  margin-bottom: 0;
  padding: 0 !important;
  margin-bottom: 36px;
}

.hs-careers .row1-content-careers .hs_cos_wrapper > .hs_cos_wrapper:first-child {
  padding-bottom: 36px;
}	
.hs-careers .row1-content-careers {
  padding-top: 144px;
}
.hs-careers  .hs_cos_gallery_main .slick-slide, .hs-careers  .hs_cos_gallery_thumbnails .slick-slide, .hs-careers  .hs_cos_gallery_lightbox .slick-slide{
      margin-right: 36px;
}
.hs-careers  .hs_cos_gallery_main .slick-slide img:hover, .hs-careers  .hs_cos_gallery_thumbnails .slick-slide img:hover, .hs-careers  .hs_cos_gallery_lightbox .slick-slide img:hover{
      -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.hs-careers  .hs_cos_gallery_main .slick-slide img, .hs-careers  .hs_cos_gallery_thumbnails .slick-slide img, .hs-careers  .hs_cos_gallery_lightbox .slick-slide img{
-webkit-transition-property: -webkit-transform, -webkit-filter;
    -moz-transition-property: -moz-transform, -moz-filter;
    -o-transition-property: -o-transform, filter;
    transition-property: -webkit-transform,-moz-transform,-o-transform,transform,-webkit-filter,-moz-filter,-o-filter,filter;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.slick-slide-inner-wrapper {
    overflow: hidden !important;
}

.silde-wrapper {
    display: none;
}

.positions-group {
    margin-top: 36px;
}

.rbox-opening-li {
    padding: 10px 0;
    border-bottom: 1px dotted rgba(127, 127, 127, 0.2);
    border-top: 1px dotted rgba(127, 127, 127, 0.2);
}

a.rbox-opening-li-title {
    font-size: 17px;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    line-height: 1.2em;
    color: #3180af;
    font-family: Source Sans Pro;
    font-weight: 700;
}
.custom-form input[type="file"] {
    border: none;
    padding-left: 0;
}

small.rbox-opening-position-type.show {
  border: 1px solid #ccc;
  padding: 3px 5px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  line-height: 1.75;
  margin: 16px 0 0;
  font-size: 18px;
  cursor: pointer;
}
.rbox-job-shortdesc {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-weight: normal;
}
.rbox-opening-li {
    cursor: pointer;
}
.positions-group .position-inner-wrppper:first-child .positions-group-wrapper .rbox-opening-li {
    border-top: 1px dotted rgba(127, 127, 127, 0.2);
}
.positions-group .position-inner-wrppper .positions-group-wrapper .rbox-opening-li {
    border-top: 0;
}
.rbox-opening-li:hover a.rbox-opening-li-title {
    text-decoration: underline;
}
.positions-group .position-inner-wrappper:first-child .positions-group-wrapper {
    border-top: 1px dotted rgba(127, 127, 127, 0.2);
}
.rbox-top-links a {
    font-size: 17px;
    color: #3180af;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.positions-group .hs-error-msgs label {
    color: #b94a48 !important;
    display: inline-block;
    padding-left: 5px !important;
    vertical-align: middle;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 1.75 !important;
    margin: 0px 0px 5px 0px !important;
    font-family: Source Sans Pro;
}
.rbox-top-links {
    margin-bottom: 20px;
}

h2.rbox-job-title {
    display:  block;
    font-family:  "Droid Sans";
    font-size:  23.8px;
    font-weight:  700;
    line-height:  38.08px;
    color: #3180af;
    -webkit-font-smoothing: antialiased;
}

.rbox-job-longdesc {
    min-height: 22px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    margin-top: 5px;
}

.rbox-job-longdesc p {
    margin-bottom: 1em;
}

.rbox-job-longdesc p strong {
    color: #303133;
}
.rbox-job-longdesc ul li {
    list-style: disc inside none;
    padding-left: 1em;
    text-indent: -0.7em;
    background: transparent none;
}

.rbox-job-longdesc ul {
    padding-left: 0;
}
button.rbox-btn.rbox-apply-button {
    margin-top: 30px;
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
    color: #000000;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -webkit-appearance: none;
    -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-appearance: button;
    font-family: "Source Sans Pro";
    font-size:  14px;
    line-height: 21px;
}

button.rbox-btn.rbox-apply-button {
    margin: 0;
    margin-top: 13px;
}
button.rbox-btn.rbox-apply-button:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.hs-careers  .custom-form  .form-title {
    padding: 0 !important;
    margin: 0;
}

.hs-careers  .custom-form {
    margin-top: 20px;
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
}

.hs-careers  .custom-form  .hs-form-field > label {
    display: inline-block;
    padding-top: 5px;
    margin: 0px 0px 5px 0px;
    font-family: "Source Sans Pro";
    font-size:  18px;
    font-weight:  400;
    line-height:  31.5px;
}

.hs-careers  .custom-form  span.hs-form-required {
    display: inline-block;
    padding-top: 5px;
    margin: 0px 0px 5px 0px;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 31.5px;
    padding-left: 0;
    color: #616365;
}

.custom-form  input[type="text"],
.custom-form  input[type="password"], 
.custom-form  input[type="datetime"],
.custom-form  input[type="datetime-local"], 
.custom-form  input[type="date"], 
.custom-form  input[type="month"], 
.custom-form  input[type="time"],
.custom-form  input[type="week"],
.custom-form  input[type="number"],
.custom-form  input[type="email"],
.custom-form  input[type="url"],
.custom-form  input[type="search"],
.custom-form  input[type="tel"],
.custom-form  input[type="color"],
.custom-form  textarea, 
.custom-form  select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    width: 300px;
    display: inline-block;
    padding: 4px;
    margin-bottom: 9px;
    line-height: normal;
    font-family: "Source Sans Pro";
    font-size:  14px;
    height: auto;
    min-height: auto;
}
.rbox-bottom-links a {
    font-size: 17px;
    color: #3180af;
}
.custom-form .hs-form-field {
    padding-left: 0;
    padding-right: 0;
}
.rbox-bottom-links {
    margin-top: 20px;
}
.positions-group {
    padding-bottom: 154px;
}
.custom-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.custom-form  .hs_cos_wrapper_type_form .hs-button.primary.large {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
    color: #000000;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    background-color: #f7f7f7;
    font-weight: 400 !important;
    font-family: !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    min-height: auto;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    filter: none;
    font-family: "Source Sans Pro";
    font-size: 14px;
}
.custom-form {
    display: none;
}
.silde-wrapper {
    display: none;
}



/*==========End===========*/

.map-edited {
	width: 100%;
}


  /*====================SD=================*/
  .background-inner.self-video.uncode-video-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }
  .background-wrapper-video video#video-3421-1_html5_html5 {
      position: absolute;
      left: 0px !important;
      top: 0px !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      z-index: 1;
  }
  .background-wrapper-video {
  position: relative;
      min-height: 615px;
      overflow: hidden;
  }
  .background-wrapper-video .background-inner-video {
      z-index: 999;
      position: relative;
  }
  .background-wrapper-video a.link-video {
      display: inline-block;
      z-index: 999;
      position: relative;
  }
  .background-wrapper-video .background-inner-video {
      position: absolute;
      top: 40%;
      transform: translatey(-50%);
      text-align: center;
      width: 100%;
      left: 0;
      right: 0;
  }
  .background-wrapper-video .wp-video h1 {
      margin: 0;
      font-size: 44px;
      color: #fff;
      font-family: Pacifico !important;
  }
  .background-wrapper-video h2.text-color-xsdn-color {
      margin-top: 16px!important;
      padding-bottom: 25px;
      color: #fff;
  }
  .background-wrapper-video .background-wrapper-video:after {
      background-color: #101213;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1;
      opacity: 0.4;
  }
  .background-wrapper-video h2.text-color-xsdn-color {
      margin-top: 22px!important;
      padding-bottom: 35px;
      color: #fff;
  }
  .background-wrapper-video a.link-video img {
      opacity: 0.75;
  }

  .background-wrapper-video a.link-video:hover img {
      opacity: 1;
  }
  .background-wrapper-video:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: #101213;
      opacity: 0.4;
      z-index: 1;
  }
  .row1-content-sd h4 {
      padding-top: 156px;
      margin-top: 0;
      padding-bottom: 36px;
      color: #474747;
  }
  .row1-left-content-sd p:first-child {
      margin-top: 0;
  }
  .two-col-left-image-wrapper-group {
      display: table;
  }

  .two-col-left-image-wrapper-two-col > div {display: table-cell;}

  .icon-box-content-two-col {
      vertical-align: top;
      width: 75%;
      padding-left: 21px;
  }

  .two-col-left-image-wrapper-two-col {display: table;table-layout: fixed;position: relative;width: 100%;height: 100%;}

  .home-icon-box {
      width: 25%;
  }
  .two-col-left-image-wrapper-group .two-col-left-image-wrapper-two-col:first-child {
      margin-top: 0;
  }

  .two-col-left-image-wrapper-group .two-col-left-image-wrapper-two-col {
      margin-top: 36px;
  }
  .row2-content-sd {
      padding-top: 72px;
      padding-bottom: 36px;
  }
  .row1-content-sd .row-fluid-wrapper:nth-child(2) {
      padding-bottom: 72px;
  }
  .row2-left-content-sd h4 {
      margin-top: 0;
      color: #474747;
  }
  .hs-sd .hs_cos_gallery_lightbox_thumbnails .slick-slide {
      padding: 0px;
      height: 437px;
  }
  .row3-group-sd {
      padding-top: 108px;
      padding-bottom: 108px;
  }
  .row3-content-sd h1 {
      margin-top: 0;
      font-size: 28px;
      line-height: 1.2;
      text-align: center;
      color: #474747;
        padding-bottom: 36px;
  }
  .image-top-wrapper-wrapper-group.clearfix {
      margin-top: 36px;
      margin-left: -36px;
  }
  .image-top-wrapper-content-group {
      width: 33.33333%;
      float: left;
      padding-left: 36px;
  }
  .image-top-wrapper {
      padding-bottom: 10px;
  }
  .top-image-content h6 {
      font-size: 18px;
      color: #303133;
      margin: 27px 0 0;
      line-height: 1.5em;
  }
  .row4-group-sd {
      padding-bottom: 72px;
      padding-top: 72px;
      background-color: #f9f9f9;
  }
  .row4-group-sd .page-header.section-header p {
      line-height: 1.75;
      font-size: 18px;
      max-width: 66%;
      margin: 0 auto;
      margin-top: 36px;
  }
  .row4-group-sd h1 {
      font-size: 28px;
      text-align: center;
      margin-top: 0;
      line-height: 1.2;
  }
  .row4-group-sd .page-header.section-header {
      text-align: center;
  }
  .row4-content-sd img {
      margin-top: 36px;
  }
  .image-top-wrapper-content-group img {
      width: 145px;
      text-align: center;
  }
  .image-top-wrapper-content-group img {
      width: 145px;
      text-align: center;
  }
  .image-top-wrapper-content-group {
      text-align: center;
  }
  .image-wrapper-group.clearfix .image-group {
      width: 16.1%;
      float: left;
      padding-right: 36px;
      margin-top: 36px;
  }
  .image-wrapper-group.clearfix {
      margin-right: -36px;
      padding-left: 36px;
  }
  .page-header.section-header {}

  .row5-content-sd .page-header.section-header {
      padding-top: 72px;
      padding-bottom: 36px;
      max-width: 804px;
      margin: 0 auto;
  }

  .row5-content-sd .page-header.section-header h1 {
      font-size: 28px;
      line-height: 1.2;
      text-align: center;
      margin: 0;
      color: #3180af;
  }

  .row5-content-sd .page-header.section-header p {
      font-size: 18px;
      line-height: 1.75;
      margin: 36px 0 0;
      text-align: center;
      border: 36px;
      border-style: solid;
      border-color: transparent;
      border-top-width: 0px;
      border-bottom-width: 0px;
  }

  .image-group {width: 16.1%;float: left;padding-right: 36px;margin-top: 36px;}


  .image-wrapper-group.clearfix {
      margin-right: -36px;
      padding-left: 36px;
      padding-bottom: 32px;
  }
  .row5-content-sd h1:last-child {
      font-size: 22px;
      text-align: center;
      margin: 0;
      line-height: 1.2;
      padding-top: 36px;
  }
  .icon-box-content p {
      font-size: 16px;
  }
  span.content-wrapper-image-member {
      text-align: center;
      padding-bottom: 5px;
     display: block; 
  }
  .image-popup-group-wrapper {
      width: 33.333%;
      float: left;
      text-align: center;
      margin-top: 36px;
      padding-left: 36px;
  }
  .image-with-popup-group.clearfix {
      margin-left: -36px;
  }
  .image-with-popup-group.clearfix .icon-box-content {
      display: block;
      vertical-align: top;
      padding-left: 0;
  }
  span.color-text {
      font-size: 14px;
      color: #3187c1;
      line-height: 1.2;
  }
  .icon-box-content p {
      font-size: 16px;
      line-height: 31.5px;
  }
  .row5-content-sd {
      padding-bottom: 72px;
        overflow: hidden;
  }
  a.btn-gray {
      display: inline-block;
      font-size: 13px;
      padding: 16px 65px 14px 65px;
      font-style: normal;
      text-align: center;
      vertical-align: middle;
      margin-bottom: 1px;
      cursor: pointer;
      background-image: none;
      border-radius: 3px;
      outline: none;
      white-space: pre-wrap;
      text-transform: uppercase;
      -webkit-tap-highlight-color: transparent;
      margin-top: 16px;
      font-family: "Source Sans Pro";
      font-size: 10px;
      font-weight: 400;
      display: inline-block;
      letter-spacing: 1px;
      border: 1px solid #616365;
      -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      background-color: transparent;
      color: #616365;
  }
  .fa-play-circle-o:before {
      content: "\f01d";
      margin-top: 2px;
      margin-left: 9px;
  }
  a.btn-gray:hover{
    background-color: transparent;
    border: 1px solid black;
    color: black;
    text-decoration:none;
  }
  .icon-box-content-two-col p strong {
      color: #303133;
  }
  span.content-wrapper-image-member img {
      height: 100px;
      width: 100px;
  }
  .hs-sd  .our-community {
      display: none;
  }
  /*===============End===============*/

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

  .custom-heading-wrapper h4 {
      margin: 0;
      padding-top: 72px;
      padding-bottom: 19px;
      text-align: center;
  }

  .team-wrapper-script {
      display: table;
  }

  .team-wrapper {
      display: table-cell;
      padding-right: 36px;
      border-radius: 50%;
      width: 273px;
    min-height: 324px;
  }

  .team-content-wrapper {
      margin-top: 36px;
      text-align: center;
  }

  .team-member-image {
      border: 1px solid #eaeaea;
      border-radius: 50%;
      overflow: hidden;
      width: 70%;
      margin-left: auto;
      text-align: center;
      margin-right: auto;
  }

  .team-content h6 {
      color: #303133;
      margin: 9px 0px 0px 0px;
      padding-top: 10px;
      line-height: 1.2;
  }

  .team-content p {
      color: #616365;
      font-size: 15px;
      line-height: 1.5;
      margin: 18px 0 0;
      margin-top: 3px;
  }
  .team-member-image img {
      width: 100%;
  }
  .team-content {
      margin-bottom: 35px;
  }

  .team-wrapper-script {
    margin-right: -36px;
  }

  .custom-heading-wrapper {
      overflow: hidden;
  }
  .team-group:after {
     content: "";
     display: block;
     visibility: hidden;
     clear: both;
  }
  .team-group {
     margin-right: -36px;
  }
  .team-wrapper {
     display: block;
     float: left;
     width: 25%;
  }
  .custom-heading-wrapper {
      padding-bottom: 36px;
  }
  /*===========End=========*/



  /*=======================Press==============*/

  .row1-group-press h1 {
      font-size: 28px;
      color: #3180af;
      line-height: 1.2;
      margin: 0;
      padding-top: 72px;
      padding-bottom: 19px !important;
  }
  .row1-content-press .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) {
      padding-top: 36px;
  }
  .year-format {
      color: #474747 !important;
      font-weight: 100;
      font-family: Droid Sans;
      -webkit-font-smoothing: antialiased;
      font-size: 22px;
      line-height: 1.2;
  }


  p.t-entry-meta {
      margin: 9px 0px 0px 0px;
      display: inline-block;
      color: #616365;
      font-size: 17px;
      line-height: 20px;
      width: 167px;
      font-weight: 600;
      margin-top: 0;
  }

  h3.t-entry-title.h4 {
      color: #3180b0;
      font-size: 17px;
      line-height: 20px;
      display: inline-block;
      width: initial;
      max-width: 880px;
      margin-top: 0px;
        vertical-align: top;
  }

  .t-entry {
      padding-top: 9px;
      line-height: 20px;
  }
  .date-wrapper-group {
      padding-bottom: 55px;
      margin-top: 0px;
      border-bottom: 1px solid #eaeaea;
  }
  .date-wrapper-group.col-1 {
      margin-top: 0;
  }
  .date-wrapper-group{
      margin-bottom: 54px;
  }

  .date-wrapper-group.col-1 {
      margin-bottom: 73px;
  }
  .press-wrapper-group .date-wrapper-group:last-child {
      border-bottom: 0;
  }
  h3.t-entry-title.h4 a {
      color: #3180b0!important;
  }

  h3.t-entry-title.h4 a:hover {
      text-decoration: none;
  }
  /*=====================End==========*/


  /*========================Pricing======================*/

  .row1-left-content-pricing p strong {
       color: #303133;
  }

  .row1-left-content-pricing h4 {
      margin-top: 0;
      margin-bottom: 36px;
      color: #303133;
  }
  .row1-right-content-pricing hr {
      border-color: #eaeaea;
      border: 0;
      border-top-width: 1px;
      border-style: solid;
      margin-top: 0px;
      margin-bottom: 0px;
      border-color: #eaeaea;
      height: 0;
  }
  ul.icons-list li {
      list-style: none;
      margin: 5px 0px 0px 0px;
      vertical-align: top;
  }
  ul.icons-list {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-top: 36px;
  }
  ul.icons-list li:before {
      content: "\e116";
      margin-right: 13.5px;
      font-size: 1em;
      line-height: .7em;
      position: relative;
      top: 3px;
      font-family: 'uncodeicon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      color: #0cce50 !important;
  }
  .row1-right-content-pricing p {
      font-size: 85%;
  }
  .row1-group-pricing {
      padding-top: 72px;
  }
  .row1-right-content-pricing h6 {
       color: #303133;
      margin-bottom: 36px;
      margin-top: 0;
      line-height: 1.2;
  }
  .row1-group-pricing {
      padding-bottom: 38px;
  }
  .row2-content-pricing h1 {
    font-size: 28px;
    text-align: center;
    color: #3180af;
    line-height: 1.2;
    margin: 27px 0 0;
    margin-top: 44px;
    margin-bottom: 36px;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
  .row2-content-pricing .slick-slide-inner-wrapper {
      border: 1px solid #d8d8d8;
      padding: 30px 20px 10px 20px !important;
      min-height: 435px;
      margin-right: 18px;
  }
  .row2-content-pricing .hs_cos_gallery_main {
      padding: 0;
  }
  .row2-content-pricing .hs_cos_gallery_main .slick-slide img {
      max-width: 150px;
      width: 150px;
      text-align: center;
      margin: 0 auto;
  }
  .caption.below p{
      font-size: 15px;
  }
  .caption.below img {
      margin-top: 16px !important;
      width: 212px !important;
      max-width: 212px !important;
  }
  .row2-content-pricing {
      margin-bottom: 44px;
      padding-bottom: 36px;
  }
  /*==================End======================*/

  /*=====================Success fomr================*/
  .row1-content-success-form .hs-form-field {
    padding-left: 0;
  }

  .row1-content-success-form .hs-form-field > label {
    font-size: 17px;
    color: #616365;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
    padding-top: 0;
  }

  .row1-content-success-form input[type="text"], 
  .row1-content-success-form input[type="password"],
  .row1-content-success-form input[type="datetime"],
  .row1-content-success-form input[type="datetime-local"],
  .row1-content-success-form input[type="date"],
  .row1-content-success-form input[type="month"],
  .row1-content-success-form input[type="time"],
  .row1-content-success-form input[type="week"], 
  .row1-content-success-form input[type="number"],
  .row1-content-success-form input[type="email"],
  .row1-content-success-form input[type="url"], 
  .row1-content-success-form input[type="search"], 
  .row1-content-success-form input[type="tel"], 
  .row1-content-success-form input[type="color"],
  .row1-content-success-form input[type="file"],
  .row1-content-success-form textarea, 
  .row1-content-success-form select {
    margin-top: 0;
    min-height: 48px;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    width: 100%!important;
    max-width: 500px;
    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;
         margin-bottom: 0;

  }
  .row1-content-success-form span.hs-form-required {
    padding-left: 0;
  }
  .row1-content-success-form .hs-form-field > label {
      font-size: 17px;
      color: #616365;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      line-height: 20px;
      padding-top: 0;
      padding-bottom: 4px;
  }
  .row1-content-success-form .hs_cos_wrapper_type_form .hs-button.primary.large {
      max-width: 281px;
      background-color: #3187c1;
      border-color: #3187c1;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 18px;
      border: 1px solid #3187c1;
      text-shadow: none;
      background: #3187c1;
      box-shadow: none;
      border-radius: 3px;
      width: 218px!important;
      transition: all 0.3s ease;
      cursor: pointer;
      margin-left: 0;
      padding: 7px 18px 7px;
      position: relative;
      font-family: Helvetica,Arial,sans-serif;
      min-height: 61px;
      margin: 20px 0 35px;
  }
  .row1-content-success-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    background: #2a78ac!important;
    border: 1px solid #2a78ac!important;
    color: #fff!important;
    box-shadow: none;
  }
  .row1-content-success-form  .hs-error-msgs label {
      font-size: 17px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      color: #616365 !important;
      text-align: left;
      line-height: 20px !important;
      margin-bottom: 4px !important;
      font-weight: normal;
      padding-top: 0 !important;
  }
  .row1-content-success-form  .hs-form-field {
      padding-left: 0;
      margin-bottom: 18px;
  }
  .row1-content-success-form  .hs-input.invalid.error {
      border-color: #c87872;
      box-shadow: 0 0 3px rgba(171,41,32,0.25);
  }
  .row1-group-success-form {
      padding-top: 36px;
      padding-bottom: 36px;
  }
  /*===============End========*/


  .no-parallax .custom-banner .bg-img {
      height: 350px;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: inherit;
      transform: none !important;
  }
@media only screen and (min-width: 1100px) {
  .no-parallax .custom-banner .bg-img {
      height: 450px;
  }}
  .no-parallax .custom-banner:after{
    opacity:0.15;
  }



  .pdf-embed-group {
     margin-top: 55px;
  }
  .pdf-embed-group embed {
     border: 1px solid #666;
  }
  .success-story-sub-row1-left-col iframe {
    margin-top: 19px;
    width: 100%;
  }
  .row2-perks-by-bizx .slick-prev, .slick-next {
      display: none !important;
  }
  .row2-perks-by-bizx .hs_cos_gallery_main, .row2-perks-by-bizx .hs_cos_gallery_thumbnails, .row2-perks-by-bizx .hs_cos_gallery_lightbox {
      padding: 0;
  }
  .row1-left-column-perks-by-bizx iframe {
      width: 100%;
  }
  .row1-perks-by-bizx {
      padding-top: 25px !important;
  }
  .row1-content-perks-by-bizx {
      padding-top: 21px;
      padding-bottom: 36px;
  }
  .row1-right-column-content-perks-by-bizx p {
      margin-top: 36px;
  }

  .row1-right-column-content-perks-by-bizx h4 {
      margin-top: 15px;
  }
  a.blue-btn {
    display: inline-block;
    font-size: 13px;
    padding: 16px 65px 16px 65px;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border: 1px solid #3187c1;
    border-radius: 3px;
    outline: none;
    white-space: pre-wrap;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    margin-top: 36px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: normal;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: #3180af;

  }
  a.blue-btn:hover {
      background-color: #2a78ac;
      border: 1px solid #2a78ac;
      text-decoration: none;
  }
  .row1-left-column-perks-by-bizx {
      text-align: center;
  }
  .slick-slider {
      margin-bottom: 0;
  }
  .row2-content-perks-by-bizx .hs_cos_gallery_main, .row2-content-perks-by-bizx .hs_cos_gallery_thumbnails, .row2-content-perks-by-bizx .hs_cos_gallery_lightbox {
      padding-top: 36px !important;
      padding-bottom: 19px !important;
  }
  .row3-content-perks-by-bizx {
      padding-top: 36px;
      padding-bottom: 36px;
  }
  .accordion-group .accordion-item + .accordion-item {
      margin-top: -1px;
  }



  .row3-content-perks-by-bizx {
      padding-top: 36px;
      padding-bottom: 36px;
  }
  .accordion-group .accordion-item:last-child .accordion-content-group .content-acoordion {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: #eaeaea;
  }
  .heading-acoordion {
      border-top-width: 1px;
      border-top-style: solid;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: #eaeaea;
      font-size: 14px;
      line-height: 1.75;
      margin: 18px 0 0;
      margin-top: 0;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      padding: 19px 0px 20px 0px;
      position: relative;
      text-transform: uppercase;
      cursor: pointer;
      letter-spacing: 0.1em;
      font-weight: 400 !important;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 21px;
  }


  .accordion-group .accordion-item + .accordion-item {
      margin-top: -1px;
  }

  .heading-acoordion:after {}

  .heading-acoordion:after {
      font-family: "uncodeicon";
      content: "\f105";
      margin-top: 0px;
      font-weight: normal;
      font-size: 15px;
      right: 0;
      margin-right: 0;
      position: absolute;
  }

  .heading-acoordion:hover {
      color: #3180af;
  }
  .content-acoordion p {
      margin-top: 0;
      padding: 27px 0px 27px 0px;
  }
  .accordion-item.active .heading-acoordion:after {
      content: "\f107";
  }
  .accordion-item.active .heading-acoordion{
      color: #3180af;
  }
  .row3-perks-by-bizx {
      padding-bottom: 50px;
  }
  /*===========Contact=========*/

  .header-contact {
    padding-top: 144px;
    padding-bottom: 36px;
    margin-top: 0;
  }
  .header-contact h4 {
    margin-top: 0;
  }
  .hs-contact form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 7px;
  }
  .contact-row1-right-col h5:first-of-type {
    margin-top: 20px;
  }

  .contact-row1-right-col h5 {
    margin-top: 36px;
  }

  .hs-contact input[type="text"],
  .hs-contact input[type="password"], 
  .hs-contact input[type="datetime"], 
  .hs-contact input[type="datetime-local"], 
  .hs-contact input[type="date"], 
  .hs-contact input[type="month"], 
  .hs-contact input[type="time"], 
  .hs-contact input[type="week"], 
  .hs-contact input[type="number"], 
  .hs-contact input[type="email"], 
  .hs-contact input[type="url"], 
  .hs-contact input[type="search"], 
  .hs-contact input[type="tel"], 
  .hs-contact input[type="color"],
  .hs-contact input[type="file"],
  .hs-contact textarea,
  .hs-contact select {
    max-width:100%;
  }
  .hs-contact select {
      font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
      font-size: 15.6px;
      color: rgb(97, 99, 101);
  }
  .hs-contact textarea {
      min-height: 157px;
  }
  .hs-contact .hs_cos_wrapper_type_form .hs-button.primary.large {
      max-width: 180px;
      min-width: 180px;
        margin-top: 12px;
  }
  .contact-row1-group .divider-wrapper {
      padding-left: 0;
      padding-right: 0;
  }
  .contact-row1-right-col {
      text-align: center;
  }
  .contact-row1-left-col {
      padding-bottom: 71px;
  }
  .offices-group h4 {
      margin-top: 0;
      text-align: center;
  }
  .contact-row2-col {
      padding-top: 36px;
      padding-bottom: 144px;
  }
  .map-group-wrapper {
      width: 100%;
      margin-top: 55px;
  }
  .map-group-wrapper .office-col:first-child {
      padding-left: 0;
  }
  .office-col {
      width: 31.333333%;
      font-size: 14px;
      padding: 0px 0px 0px 36px;
      text-align: center;
      float: left;
  }
  .map-group-wrapper .office-col:nth-child(2) {
      width: 34.333%;
  }
  .map-group-wrapper .office-col:last-of-type {
      width: 34%;
  }
  .offices-wrapper.clearfix .map-group-wrapper:nth-child(2) .office-col:first-child {
      width: 31%;
  }
  .office-inner h5 {
      margin-top: 0;
  }
  .office-inner p {
      margin: 0;
      margin-top: 10px !important;
      color: #616365;
      line-height: 21px;
      margin-bottom: 24px;
  }
  .fa-facebook:before {
      content: "\f09a";
  }

  .fa-linkedin:before {
      content: "\f0e1";
  }
  .fa-twitter:before {
      content: "\f099";
  }
  a.text-color-gyho-color.custom-link i {
      font-size: 2em;
      width: 1.28571429em;
      text-align: center;
      display: inline-block;
      padding-top: 36px;
  }
  a.text-color-gyho-color.custom-link {
      color: #aeaeae;
  }
  .social-share-wrapper a {
      padding-left: 8px;
      padding-right: 8px;
      text-align: center;
      vertical-align: bottom;
  }
  ul.hs-error-msgs.inputs-list {
      margin-top: 0;
  }
  /*============Endif============*/

  /*===========About=========*/
  .row1-content-about .page-header.section-header {
      padding-top: 72px;
      padding-bottom: 36px;
      text-align: center;
  }
  .row1-content-about h1,
  .row1-content-about .page-header.section-header h1 {
      font-size: 28px;
      color: #3180af;
      line-height: 1.2;
      margin-top: 0;
  }

  p.secondary-header {
      font-family: "Source Sans Pro";
      font-size:  29.16px;
      font-weight:  400;
      line-height:  51.03px;
      margin-top: 36px;
  }


  .row1-content-about .divider-wrapper {
      padding-left: 0;
      padding-right: 0;
  }

  .row1-content-about {
      text-align: center;
  }

  .row1-content-about h4 {
      margin-top: 0;
      margin-bottom: 36px;
  }


  .row1-content-about > .hs_cos_wrapper > .hs_cos_wrapper:nth-child(3) {
      padding-top: 36px;
      padding-bottom: 36px;
      max-width: 85%;
      margin: 0 auto;
      text-align: center;
      border: 36px;
      border-style: solid;
      border-color: transparent;
      border-top-width: 0px;
      border-bottom-width: 0px;
      background-clip: padding-box;
  }

  .row1-content-about p strong {
      color: #303133;
  }
  .row1-content-about > .hs_cos_wrapper > .hs_cos_wrapper:nth-child(5) {
      padding-top: 36px;
      padding-bottom: 36px;
  }

  .icon-box-wrapper {
      display: table-cell;
      width: 33.33333333333333%;
      height: 100%;
      text-align: left;
      vertical-align: top;
      padding: 0px 0px 0px 13px;
  }

  .icon-box-wrapper > div {
  }

  .icon-box-wrapper-group {
      display: table;
      width: 100%;
  }

  .new {
      padding-top: 36px;
      padding-bottom: 36px;
  }

  .icon-box-icon {
      display: table-cell;
      vertical-align: top;
      margin: 18px 0px 0px 0px;
  }

  .icon-box-content {
      display: table-cell;
      vertical-align: top;
      padding-left: 27px;
  }

  h4.icon-heading {
      font-size: 22px;
      color: #303133;
      line-height: 1.5em;
      margin-bottom: 0;
      margin-top: 2px !important;
      margin-bottom: 2px !important;
  }

  p.icon-content {
      margin-top: 0;
  }

  .new .icon-box-wrapper:first-child {
      padding-left: 0;
  }
  .new .icon-box-wrapper:last-child {
      padding-left: 25px;
  }
  .offices-wrapper .map-group-wrapper:nth-child(2) .office-col {
      width: 31%;
  }

  .office-inner h5 {
      color: #444444;
  }

  /*=============End==========*/
  /*==============Full Width===========*/
  .custom-press-details .row.top h2 {
      color: #3180af !important;
  }

  .custom-press-details .row.top {
      padding-top: 8px;
  }

  .custom-press-details .row.top p:first-of-type {
      margin-top: 0;
      color: #616365;
      font-size: 20px;
      line-height: 24px;
      margin-top: 0!important;
  }

  .custom-press-details p.date {
      margin-top: 36px;
      font-family: "Droid Sans";
      font-size:  18px;
      font-weight:  100;
      line-height:  21.6px;
  }

  .custom-press-details .row.bottom {
      padding-top: 36px;
  }
  .body-container-wrapper .custom-press-details {
      padding-bottom: 100px;
  }
  .custom-press-details  .row.bottom ul {
      list-style: initial;
      padding: 0px 0px 0px 18px;
        line-height: 1.75;
      margin: 18px 0 0;
      font-size: 18px;
  }
  .content-wrapper-image-group-wrapper .content-wrapper-group a {
      color: #303133;
  }
  .content-wrapper-image-group-wrapper .content-wrapper-group a:hover {
      color: #3180af;
      text-decoration: none;
  }




  /*=====================end==========*/


  /*============partner===========*/

  .content-wrapper-image-group-wrapper .image-left-wrapper.clearfix:first-of-type {
      margin-top: 0;
  }
  .image-left-wrapper.clearfix {
      margin-top: 36px;
  }
  .image-left-wrapper {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 36px;
  }
   .row1-content-partner {
      padding-top: 50px;
  }

  .row2-content-partner h1,
  .row1-content-partner h1 {
      text-align: center;
      padding-top: 36px;
      padding-bottom: 36px;
      margin-top: 0;
      color: #3180af;
  }

  .content-wrapper-image-group-wrapper  .content-wrapper-image-group {
      width: 33.33333333333333%;
      text-align: left;
      display: table-cell;
      vertical-align: top;
  }

  .content-wrapper-image-group-wrapper  .content-wrapper-group {
      width: 66.66666666666666%;
      text-align: left;
      padding-left: 12px;
      display: table-cell;
      vertical-align: top;
  }

  .content-wrapper-image-group-wrapper  .content-wrapper-image-group img {
      text-align: left;
      padding-right: 21px;
  }

  .content-wrapper-image-group-wrapper  .image-left-wrapper.clearfix {
      display: table;
      width: 100%;
  }

  .content-wrapper-image-group-wrapper {
      padding-top: 36px;
      padding-bottom: 36px;
  }

  .content-wrapper-image-group-wrapper  .content-wrapper-group p:first-of-type {
      margin-top: 0;
  }

  .content-wrapper-image-group-wrapper  .image-left-wrapper.clearfix {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 36px;
  }
  .divider-wrapper hr {
      margin: 0;
      height: 1px;
      background-color: #eaeaea;
  }
  .hs-partner .divider-wrapper {
      padding: 36px;
  }
  .divider-wrapper {
    padding-top:36px;
    padding-bottom:36px;
  }
  .content-wrapper-image-group-wrapper .image-left-wrapper.clearfix:last-child {
      border: none;
  }

  /*==========end=======*/
.hs-how-to-work .background-wrapper .page-center {
    padding-top: 124px;
    padding-bottom: 128px;
}


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


  /* ==========================================================================
     9. MEDIA QUERIES                              
     ========================================================================== */
.positions-group .position-inner-wrppper:nth-child(2) ul li,
.positions-group .position-inner-wrppper:nth-child(2) p {
    font-family: 'Proxima Nova X',sans-serif;
}
.positions-group .position-inner-wrppper:nth-child(2) h2 {
    font-size: 1em;
    line-height: 1.6em;
    color: #3180af;
    font-weight: bold;
}

div.office-inner iframe {
  max-width: 100%;
  height: 325px;
}
.hs-home .fancybox-navigation button {
    display: none !important;
}

  /* =============== Screen sizes smaller than .page-center =============== */
  @media (min-width: 571px) {
    .mobile-footer {
        display: none !important;
    }
  }
 @media all and (min-width: 800px) {
   .fancybox-thumbs {
     top: auto;
     width: auto;
     bottom: 0;
     left: 0;
     right : 0;
     height: 95px;
     padding: 10px 10px 5px 10px;
     box-sizing: border-box;
     background: rgba(0, 0, 0, 0.3);
     display: block !important;
   }

   .fancybox-show-thumbs .fancybox-inner {
     right: 0;
     bottom: 95px;
   }
   .fancybox-inner .fancybox-navigation {
     display: block !important;
   }
 }

  @media (min-width: 960px) {
    .container-fluid .row-fluid .page-center {
      float: none;
      max-width: 1128px;
      margin: 0 auto;
    }
  }

  @media (max-width: 1699px) {
    .row3-group-sd {
      padding-top: 72px;
      padding-bottom: 72px;
    }
    .row1-content-sd h4 {
      padding-top: 117px;
    }
    .success-story-sub-row1-group .page-center{
      padding-bottom: 108px;
    }
    .background-wrapper .page-center{
      padding-top:108px;
      padding-bottom:108px;
    }
    .form-with-bg-color .page-center{
      padding-top:108px;
      padding-bottom:83px;
    }
  }




  @media (max-width: 1499px){
      .footer-wrapper {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .footer-wrapper {
      padding-top: 76px;
      padding-bottom: 69px;
    }
    .footer-container-wrapper .footer-logo {
      position: relative;
      top: -3px;
      padding-left: 0px;
    }
    .header-contact {
      padding-bottom: 36px;
      margin-top: 0;
      padding-top: 72px;
    }
    .row1-content-sd h4 {
      padding-top: 81px;
    }
    .row3-group-sd {
      padding-top: 54px;
      padding-bottom: 54px;
    }
    .positions-group {
      padding-bottom: 80px;
    }
    .cutom-wrapper-counter.clearfix {
      margin-left: 0px;
      padding-right: 36px;
    }
    .row1-content-benefits {
      padding-top: 72px;
    }
    .row1-content-benefits .tabber-wrapper-group-content.right.clearfix {
           padding-top: 72px;
    }
    .row1-content-benefits {
      padding-top: 0;
    }
    .row2-content-benefits {
      padding-top: 72px;
    }
    .tabber-wrapper-group-content.left.clearfix {
      padding-bottom: 156px;
    }
    .row1-content-benefits .tabber-wrapper-group-content.right.clearfix {
      padding-bottom: 72px;
    }

    .tabber-wrapper-group-content.left.clearfix {
      padding-bottom: 72px;
    }
    .row3-group-how-to-work-content {
      padding-bottom: 126px;
      padding-top: 72px;
    }
    .success-story-sub-row1-group .page-center{
      padding-bottom: 72px;
    }
    .background-wrapper .page-center{
      padding-top:72px;
      padding-bottom:72px;
    }
    .form-with-bg-color .page-center{
      padding-top:72px;
      padding-bottom:47px;
    }
    .form-with-bg-color h4.form-title {
      max-width: 46%;
    }
    .hs-how-to-work .background-wrapper .page-center .content-background {
      width: 66.66666666666666%;
      float: left;
      padding: 0;
    }
    .hs-how-to-work .background-wrapper .page-center {
      padding-top: 72px;
      padding-bottom: 132px;
    }
    .row1-content-travel {
      padding-top: 42px;
    }
}
   @media (max-width: 1140px) {
     .body-container-wrapper .page-center {
       padding-left: 33px;
       padding-right: 33px;
     }
     .counter-group-section {
       overflow: hidden;
     }
     .row2-group-home {
       overflow: hidden;
     }
     .hs-careers div#hs_cos_wrapper_widget_1531637640798 {
       overflow: hidden;
     }
  } 
@media (max-width: 1049px) {
  .team-wrapper {
    width: 50%;
  }
  .success-stories-row2-group .custom-success-stories-item {
    width: 50%;
  }

}


  @media (max-width: 1011px) and (min-width:960px){
  /*   .header-container-wrapper .page-center {
      padding-left: 3.5%;
      padding-right: 3.5%;
    } */
    .footer-wrapper .page-center {
      padding-left: 3.5%;
      padding-right: 3.5%;
    }
    .body-container-wrapper .page-center {
      padding-left: 33px;
      padding-right: 33px;
    }  
    .hs-team-member .body-container-wrapper .page-center {
      padding-left: 36px;
      padding-right: 36px;
    }  
    

  }


@media (max-width: 1109px) and (min-width:960px){
  .tabber-wrapper-group-content.left ul.tabs li.tab-link:first-child {
    padding-left: 0;
  }
  .tabber-wrapper-group-content.left ul.tabs li.tab-link {
    padding-left: 16px;
    padding-right: 0;
  }

}





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

@media (max-width: 959px) {
    .team-wrapper {
      min-height: auto;
    }
    .top-header {
      display: none !important;
    }
    .header-container-wrapper .page-center {
      padding-left: 0;
      padding-right: 0;
    }
    .header-container-wrapper .custom-logo img {
      max-width: 71.89px;
      width: 100% !important;
      height: 39px;
      position: relative;
      top: -1.5px;
      left: -1px;
    }
    .custom-logo {
      padding: 0 !important;
    }
    .header-container-wrapper .custom-menu-primary{
      margin-left: 0;
      width: auto;
      float: right;
      padding: 0;
      margin: 0;
    }
    .header-wrapper {
      padding: 10px 0px 6px 0px;
    }
    .custom-logo {
      padding-left: 34px !important;
    }
    .header-container-wrapper .custom-menu-primary {
      margin-left: 0;
      width: 100%;
      float: none;
      padding: 0;
      margin: 0;
    }
    .custom-menu-primary.desktop-menu{
      display:none;
    }
    .footer-container-wrapper .footer-logo {
      width: 100% !important;
      position: relative;
      top: 0;
      padding-left: 0;
    }
    .footer-menu .hs-menu-wrapper > ul {
      width: 100% !important;
      display: block;
      padding: 36px 0px 0px 0px;
    }
    .footer-container-wrapper .footer-menu {
      width: 100%;
      margin: 0;
      padding-left: 0;
    }
    .footer-wrapper .page-center {
      padding-left: 33px;
      padding-right: 32px;
    }
    .custom-banner .bg-img {
      height: 100% !important;
      transform: none !important;
    }
    .content-wrapper-image-group-wrapper .content-wrapper-image-group {
      width: 100%;
      text-align: left;
      display: block;
      text-align: center;
    }
    .content-wrapper-image-group-wrapper .content-wrapper-image-group {
      width: 100%;
      text-align: left;
      display: block;
      text-align: center;
      padding-right: 0 !important;
      padding-left: 0;
    }
    .content-wrapper-image-group-wrapper .image-left-wrapper.clearfix {
      display: block;
      width: 100%;
    }
    .content-wrapper-image-group img {
      width: 100%;
      padding-right: 0;
    }
    .content-wrapper-image-group-wrapper .content-wrapper-image-group img {
      text-align: left;
      padding-right: 0;
    }
    .content-wrapper-image-group-wrapper .content-wrapper-group {
      width: 100%;
      text-align: left;
      padding-left: .0;
      display: block;
      vertical-align: top;
      padding: 36px 0px 0px 0px;
    }
    .icon-box-wrapper {
      display: block;
      padding: 36px 0px 0px 0px;
    }
    .icon-box-wrapper-group {
      display: block;
      width: 100%;
    }
    .row1-content-about > .hs_cos_wrapper > .hs_cos_wrapper:nth-child(3) {
      max-width: 100%;
      border: 0;
    }
    .icon-box-content {
      padding-left: 18px;
    }
    .new .icon-box-wrapper:last-child {
      padding-left: 0;
    }
    .footer-wrapper {
      padding-top: 76px;
      padding-bottom: 71px;
    }
    .footer-logo img {
      max-width: 100px;
      min-height: 49px;
    }
    .contact-row1-left-col {
      width: 100% !important;
      padding-right: 5px;
    }
    .contact-row1-right-col {
      width: 100% !important;
      margin: 0 !important;
    }
    .contact-row1-right-col {
      padding-bottom: 36px;
    }
    .map-group-wrapper .office-col:nth-child(2) {
      width: 100%;
      padding-left: 0;
    }
    .office-col {
      width: 100%;
      font-size: 14px;
      padding: 0;
      margin-top: 55px;
    }
    .map-group-wrapper .office-col:last-of-type {
      width: 100%;
    }
    .map-group-wrapper {
      width: 100%;
      margin-top: 0;
    }
    .offices-wrapper .map-group-wrapper:nth-child(2) .office-col {
      width: 100%;
    }
    .row1-left-column-perks-by-bizx {
      width: 100% !important;
    }
    .row1-right-column-content-perks-by-bizx {
      width: 100% !important;
      margin: 0 !important;
    }
    .row1-right-column-content-perks-by-bizx {
      width: 100% !important;
      margin: 0 !important;
      padding-top: 24px;
    }
    .row3-content-perks-by-bizx {
      padding-bottom: 33px;
    }
  .row1-left-content-pricing {
    width: 100% !important;
    padding-bottom: 36px;
    }
    .row1-right-content-pricing {
      margin: 0 !important;
      width: 100% !important;
    }
    .background-wrapper-video {
      position: relative;
      min-height: 477px;
      overflow: hidden;
    }
    .row1-left-content-sd {
      width: 100% !important;
    }
    .row1-right-content-sd {
      display: table;
      width: 100% !important;
      margin-top: 36px;
    }
  .home-icon-box {
      width: 100px;
  }
    .icon-box-content-two-col {
      vertical-align: top;
      width: 75%;
      padding-left: 14px;
    }
    .row1-content-sd .row-fluid-wrapper:nth-child(2) {
      padding-bottom: 94px;
    }
    .row2-left-content-sd {
      width: 100% !important;
      margin-bottom: 36px;
    }
    .row2-image-gallery-sd {
      width: 100% !important;
      margin: 0 !important;
    }
    .image-top-wrapper-content-group {
      width: 100% !important;
      float: left;
      padding-left: 0;
    }
    .image-top-wrapper-wrapper-group.clearfix {
      margin-top: 36px;
      margin-left: 0;
    }
    .image-top-wrapper-content-group {
      text-align: center;
      margin-top: 36px;
    }
    .image-top-wrapper-wrapper-group.clearfix .image-top-wrapper-content-group:first-child {
      margin-top: 0;
    }
    .image-top-wrapper {
      padding-bottom: 3px;
    }
    .row4-group-sd .page-header.section-header p {
      max-width: 100%;
    }
    .row5-content-sd .page-header.section-header {
      max-width: 100%;
    }
    .row5-content-sd .page-header.section-header p {
      border: none;
    }
    .image-wrapper-group.clearfix .image-group {
      width: 22.1%;
      float: left;
      padding-right: 0px;
      margin-top: 36px;
      margin-right: 3.8%;
    }
    .image-wrapper-group.clearfix {
      margin-right: 0;
      padding-left: 0;
      padding-bottom: 32px;
    }

    .image-popup-group-wrapper {
      width: 100% !important;
      float: left;
      text-align: center;
      margin-top: 36px;
      padding-left: 0;
    }
    .image-with-popup-group.clearfix {
      margin-left: 0;
    }
    .background-wrapper-video .wp-video h1 {
      margin: 0;
      font-size: 44px;
    }
    .background-wrapper-video .background-inner-video {
      position: absolute;
      top: 47.5%;
      right: 0;
    }
    .background-wrapper-video h2.text-color-xsdn-color {
      margin-top: 14px!important;
    }
    
    .icon-box-wrapper {
      display: block;
      width: 100% !important;
      height: 100%;
      text-align: left;
      vertical-align: top;
    }

    .custom-form input[type="text"], .custom-form input[type="password"], .custom-form input[type="datetime"], .custom-form input[type="datetime-local"], .custom-form input[type="date"], .custom-form input[type="month"], .custom-form input[type="time"], .custom-form input[type="week"], .custom-form input[type="number"], .custom-form input[type="email"], .custom-form input[type="url"], .custom-form input[type="search"], .custom-form input[type="tel"], .custom-form input[type="color"], .custom-form textarea, .custom-form select {
      max-width: 100%;
      width: 100%;
    }
    .row1-group-careers {
      overflow: hidden;
    }
    .row1-content-travel {
      padding-top: 68px;
    }

    .left-content {
      width: 100% !important;
    }
    .inner-wrapper > div {
      display: block;
    }
    .btn-wrapper {
      width: 100%;
    }
    .left-content {
      width: 100% !important;
      margin-top: 32px;

    }
    .btn-wrapper {
      padding: 0;
    }
    .btn-wrapper {
      padding: 0;
      margin-bottom: 8px;
    }
    .counter-group-section {
      float: none;
      padding-left: 0;
      width: 100%;
      overflow: visible;
      text-align: center;
    }

    .icon-media {
      margin: 0 auto;
    }
    p.h2 {
      font-size: 29.333333333333px;
    }
    span.counter {
      font-size: 29.333333333333px;
    }
    .cutom-wrapper-counter.clearfix {
      margin-left: 0px;
      padding-right: 0;
    }
    .counter-group-section {
      padding: 36px 0px 0px 0px;
    }
    .cutom-wrapper-counter.clearfix .counter-group-section:first-child {
      padding: 0;
    }
    .hs-travel .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
      height: 319px;
      margin-bottom: 20px;
      overflow: hidden;
      text-align: center;
      box-sizing: border-box;
      width: 50% !important;
      display: block !important;
    }
    .row2-content-travel {
      width: 100% !important;
    }
    .hs-travel .row2-right-content {
      margin-top: 36px;
      margin-bottom: 36px;
      margin-left: 0;
      border-left-width: 0 !important;
      border-right-width: 0 !important;
      width: 100% !important;
      padding-right: 20px !important;
      padding-bottom: 30px !important;
    }
    .heading-with-top-head div {
      margin-top: 0;
    }
    .hs-travel .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
      height: 32vw;
    }
    .tabber-content {
      width: 100%;
      display: block;
      vertical-align: top;
    }
    .image-tabber {
      text-align: right;
      padding-left: 0;
    }

    .image-tabber {
      width: 100%;
      display: block;
      vertical-align: top;
    }
    .image-tabber.bottom-image {
      padding-top: 36px;
    }
    span.million {
      font-size: 29.333333333333px;
    }
    .tabber-wrapper-group-content.left h1 {
      text-align: left;
      padding-left: 0;
      margin-top: 5px;
    }
    .image-tabber.top-image {
      padding-right: 0;
    }
    .image-tabber.top-image {
      position: static;
    }
    .tabber-wrapper-group-content.left ul.tabs {
      margin-bottom: 16px;
    }
    .tabber-wrapper-group-content.left.clearfix  .image-tabber.top-image {
      padding-top: 27px;
    }
    .tabber-wrapper-group-content.left.clearfix .tabber-content {
      width: 100%;
      display: block;
      vertical-align: top;
      padding-top: 16px;
    }
    .tabber-wrapper-group-content.left .tabber-wrapper-group {
      width: 100%;
      float: right;
    }
    .tabber-wrapper-group-content.left .tab-content-wrapper {
      padding: 0;
      padding-left: 0;
  }
  .hs-home .background-wrapper-video {
    position: relative;
    min-height: 501px;
    overflow: hidden;
  }
  .hs-home .background-wrapper-video .background-inner-video {
    position: absolute;
    top: 53%;
    transform: translatey(-50%);
    right: 0;
  }
 .hs-home  .row1-left-group-content {
    width: 100% !important;
  }
  .hs-home .row1-heading-home {
    padding-bottom: 36px;
  }
  .hs-home .row1-right-content-home {
    margin: 0 !important;
    width: 100% !important;
    padding-top: 36px;
  }
  .hs-home .icon-box-content-two-col {
    vertical-align: top;
    width: 75%;
    padding-left: 6px;
  }
  .hs-home p.secondary-header {
    width: 100%;
    border: none;
    max-width: 100%;
  }
  .hs-home .image-wrapper-group.clearfix .image-group {
    width: 21.3%;
    float: left;
    padding-right: 0px;
    margin-top: 36px;
    margin-right: 4.8%;
  }
  .hs-home .image-wrapper-group.clearfix .image-group:nth-child(4n) {
    margin-right: 0;
  }
  .hs-home .image-popup-group-wrapper {
    padding-left: 0;

  }
  .row3-third-col-content, .row3-second-col-content, .row3-first-col-content {
    width: 100% !important;
    margin: 0 !important;
    padding-top: 36px;
  }
  .row3-first-col-content {
    padding-top: 0;
  }
    .hs-how-to-work .work-wrapper > div {
    display: block;
    vertical-align: top;
  }

  .hs-how-to-work .uncell-wrapper {
    padding-top: 44px;
    padding-right: 50px;
    width: 100% !important;
  }

  .hs-how-to-work .accordion-group {
    padding-left: 0;
    width: 100% !important;
    padding-top: 86px;
  }
  .hs-how-to-work .image-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 44px;
  }
  .work-wrapper.only-content {
    padding-top: 72px;
    max-width: 100% !important;
    text-align: left !important;
    border: none !important;
  }
  .hs-how-to-work .work-wrapper.only-content .uncode_text_column p:last-child {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-family: "Source Sans Pro";
    font-size: 20.3px;
    font-weight: 400;
    line-height: 35.525px;
    margin-top: 20px;
    padding-left: 18px;
  }
  .row2-group-how-to-work .image-top-wrapper-wrapper-group.clearfix {
    margin-top: 36px;
    margin-left: 0;
    margin-bottom: 36px;
  }
  .row2-group-how-to-work {
    padding-top: 36px;
  }
  .row2-group-how-to-work  .image-top-wrapper {
    padding-bottom: 6px;
  }
  .row3-group-how-to-work-content {
    padding-top: 72px;
    padding-bottom: 54px;
  }
  .custom-two-col-wrapper > div {
    display: block;
    width: 50%;
    vertical-align: top;
  }

  .image-col-wrapper {
    width: 100% !important;
    padding: 0;
    padding-right: 0;
  }
  .custom-two-col-wrapper > div {
    display: block;
    width: 100% !important;
    vertical-align: top;
  }

  .content-two-col-wrapper {
    padding-left: 0;
    margin-top: 36px;
  }
  .row4-group-how-to-work-content .hs_cos_wrapper .hs_cos_wrapper:first-child {
    max-width: 100%;
    margin: 0 auto;
    border: 0;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
    text-align: left;
  }
  .row4-group-how-to-work-content .image-top-wrapper-content-group img {
    width: auto;
    text-align: left;
  }
   .row4-group-how-to-work-content .image-top-wrapper {
    padding-bottom: 6px;
    text-align: left;
  }
  .pagination-wrapper {
    display: block !important;
  }
   .success-story-sub-row1-left-col {
    width: 100% !important;
    float: none !important;
  }
  .success-story-sub-row1-right-col {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 36px;
  }
  .success-story-sub-row1-right-col .hs_cos_wrapper_type_linked_image img {
    max-width: none !important;
  }
  .form-with-bg-color h4.form-title {
    max-width: 100%;
  }
  .form-with-bg-color form>div {
    width: 47.5% !important;
    margin-right: 5% !important;
  }
  .form-with-bg-color form>div:nth-child(even) {
    margin-right: 0 !important;
  }
  .form-with-bg-color form>div.hs_submit.hs-submit {
    float: left !important;
  }
  .form-with-bg-color form>div.hs_submit.hs-submit .actions {
    margin-left: -20px !important;
    padding-left: 20px !important;
  }
  .form-with-bg-color form>div.hs_submit.hs-submit input.hs-button.primary.large {
    max-width: 400px !important;
    padding: 7px 0 !important;
  }
  .our-community {
    display: none;
  }

  .hs-how-to-work a.tebber-btn {
      border: 1px solid #969899;
      padding: 16px 90px 15px 65px;
  }
  .image-wrapper-group.clearfix .image-group:nth-child(4n+4) {
    margin-right: 0;
  }

}  
@media (max-width: 959px) and (max-height:700px){
  .custom-menu-primary .hs-menu-wrapper > ul {
    height: 90vh;
    overflow-y: auto;
  }
}

@media (max-width: 959px) {
  .nav-cta {
  	display: none !important;
  }
}

@media (max-width: 767px) {
  ul.tabs li {
    cursor: pointer;
    padding: 0;
  }
    .custom-menu-primary .hs-menu-wrapper > ul li {
      float: left !important;
    }
    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% !important;
    }
  .hs-form-field {
    width: 100% !important;
    float: left;
    padding-right: 0 !important;
  }
  .contact-row1-left-col {
    width: 100% !important;
    padding-right: 0;
  }
  .hs-contact form.hs-form fieldset .hs-form-field {
    padding: 0 !important;
  }
    .hs-travel .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
      height: 60vw;
      margin-bottom: 20px;
      text-align: center;
      box-sizing: border-box;
      width: 100% !important;
      display: block !important;
    }
    .hs-travel .clearfix.lightbox-wrapper {
      margin: 0;
    }
    .hs-travel .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
      padding: 0;
    }
  .background-wrapper .page-center .content-background {
    float: none;
    width: 100%;
    padding: 0;
  }
  .background-wrapper .page-center .btn-container {
    text-align: left;
    float: none;
    width: 100%;
  }
  .background-wrapper .page-center {
    display: block;
  }
  .icon-media {
    margin: 0 auto;
  }
  .form-with-bg-color form>div>.input>input.hs-input {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .counter-group-section .icon-media {
    margin: 0 auto;
    width: 100% !important;
  }
  .hs-how-to-work .background-wrapper .page-center .content-background {
    width: 100%;
    float: none;
    padding: 0;
  }
 }

@media (max-width:767px){
  .travel-map-block p#wpgmza_filter_3+div+div+div div#wpgmza_filter_container_3 {
    width: auto;
  }
}
@media (min-width:601px){
  .wpgmza_cat_checkbox_holder.wpgmza_cat_checkbox_3 {
    display: block !important;
    overflow: hidden !important;
    height: 50px !important;
    overflow-y: hidden !important;
    padding: 0px !important;
  }
  .wpgmza_cat_checkbox_holder.wpgmza_cat_checkbox_3 ul.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder li {
    display: inline-block !important;
    margin-right: 16px !important;
  }
}

  @media (max-width: 605px) {
    .custom-logo {
      padding-left: 37px !important;
    }
    .header-wrapper {
      padding: 10px 0px 6px 0px;
    }
    .mobile-trigger {
      right: 35px;
    }
  }
  @media (max-width: 600px) {
    .custom-banner .page-center {
      position: relative;
      height: 100%;
      padding: 36px 36px 36px 36px;
    }
    .custom-banner .page-center .heading-text {
      position: absolute!important;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translatey(-50%);
      padding-top: 0;
    }
    .custom-press-details .row.top p:first-of-type {
      font-size: 17px;
      line-height: 20px;
    }
    .custom-press-details p.date {
      margin-top: 18px;
    }
    .content-wrapper-image-group-wrapper {
      padding-bottom: 0;
      padding-top: 18px;
    }

    .row1-content-about .page-header.section-header {
      padding-top: 72px;
      padding-bottom: 18px;
      text-align: center;
    }
    .row1-content-about > .hs_cos_wrapper > .hs_cos_wrapper:nth-child(3) {
      padding-top: 18px;
      padding-bottom: 18px;
    }

    .custom-logo {
      padding-left: 35px !important;
    }
    .mobile-trigger {
      right: 33px;
    }
    .row1-content-about > .hs_cos_wrapper > .hs_cos_wrapper:nth-child(4) .divider-wrapper {
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .row1-content-about > .hs_cos_wrapper > .hs_cos_wrapper:nth-child(7) .divider-wrapper {
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .footer-wrapper {
      padding-top: 36px;
      padding-bottom: 36px;
    }
    .icon-box-wrapper {
      width: 100%;
    }
    .header-contact {
      padding-bottom: 18px;
      margin-top: 0;
      padding-top: 36px;
    }
    .contact-row2-col {
      padding-top: 18px;
      padding-bottom: 111px;
    }
    .contact-row1-right-col {
      padding-bottom: 18px;
    }
      .custom-banner .page-center .heading-text {
      padding-left: 0;
    }
    .row1-content-press .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) {
      padding-top: 17px;
    }
    h3.t-entry-title.h4 a {
      line-height: 19px;
    }
    h3.t-entry-title.h4 {
      line-height: 19px;
    }
    .date-wrapper-group.col-1 {
      margin-bottom: 33px;
    }
    .date-wrapper-group {
      padding-bottom: 36px;
    }    
    .date-wrapper-group {
      margin-bottom: 34px;
    }
    .row1-content-sd h4 {
      padding-top: 46px;
      padding-bottom: 18px;
    }
    .row1-content-sd .row-fluid-wrapper:nth-child(2) {
      padding-bottom: 27px;
    }
    .image-wrapper-group.clearfix {
      display: none;
    }
    .hs-home .image-wrapper-group.clearfix {
      display: block;
    }
    .hs-home .image-wrapper-group.clearfix .image-group {
      width: 100% !important;
      float: left;
      padding-right: 0px;
      margin-top: 36px;
      margin-right: 0;
      text-align: center;
    }
    .row1-content-benefits .tabber-wrapper-group-content.right.clearfix {
      padding-bottom: 36px;
      padding-top: 36px!important;
    }
    .row1-group-benefits .divider-wrapper {
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .tabber-wrapper-group-content.left.clearfix .tabs {
      text-align: left;
    }

    .tabber-wrapper-group-content.left.clearfix .tabs li {
      padding: 20px;
      text-align: left;
    }
    .hs-home .row1-heading-home {
      padding-top: 102px;
      padding-bottom: 17px;
    }
      .hs-home  .icon-box-content-two-col {
      padding-left: 13px;
    }
    .hs-home .row1-group-home {
      padding-bottom: 46px;
    }
    .hs-home a.btn-gray {
      display: block;
    }
    .hs-success-stories .success-stories-row1-group .success-stories-row1-right-col {
      padding-top: 36px;
    }
    .background-wrapper-video .wp-video h1 {
      font-size: 29.333333333333px;
    }
    .custom-heading-wrapper h4 {
      padding-bottom: 0;
    }
    .success-story-sub-row1-group .page-center {
      padding-top: 18px;
      padding-bottom: 36px;
    }
    .form-with-bg-color form>div {
      width: 100% !important;
      margin-right: 0 !important;
    }
    .form-with-bg-color form>div.hs_submit.hs-submit input.hs-button.primary.large {
      max-width: 600px !important;
    }
    .form-with-bg-color .page-center {
      padding-bottom: 11px;
    }
    .error-page-custom .body-container-wrapper .page-center {
      padding-top: 72px;
      padding-bottom: 36px;
    }
    a.tebber-btn {
      display: block;
      width: 100% !important;
    }
    .hs-how-to-work .uncell-wrapper {
      padding-right: 0;
      width: 100% !important;
    }
    .hs-how-to-work .work-wrapper {
      padding: 18px 0;
      display: table;
    }
    .error-page-custom .custom_error_message h1 {
      font-size: 142px;
    }

  }

@media (max-width: 600px) {
  body img#fullResImage {
    width: 100% !important;
    height: 100% !important;
  }
  body div.pp_default .pp_content {
    background-color: #fff;
    width: 100% !important;
    height: auto !important;
  }
  body .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
  }
  body div.pp_default .pp_content_container .pp_details {
    width: 100% !important;
  }
  .pp_hoverContainer {
    width: 100% !important;
    height: 100% !important;
  }
  .background-wrapper .page-center {
    padding-top: 35px;
    padding-bottom: 66px;
  }
  .custom-banner {
    padding-left: 36px;
    padding-right: 36px;
  }
  .hs-home .background-wrapper .page-center {
    display: block;
    width: 100% !important;
    align-items: center;
    justify-content: center;
  }
   .hs-home .background-wrapper .page-center .btn-container a.btn-blue {
    display: block;
  }
  .error-page-custom .custom_error_message h2 {
    font-size: 36px;
  }

}
@media (max-width: 400px) {
  .pp_gallery {
    display: none !important;
  }
}


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

  @media (max-width: 570px) {
    .footer-menu {
      display: none !important;
    }
    .footer-logo {
      display: none !important;
    }
    .mobile-footer h4 {
      color: #616365 !important;
      width: 90%!important;
      text-align: center;
      margin: 0 auto;
    }

    .mobile-footer p:first-of-type {
      margin-top: 36px;
      margin-bottom: 36px;
      text-align: center;
      padding-left: 3px;
      padding-right: 3px;
    }

    .mobile-footer p:first-of-type a {
      display: inline-block;
      width: 45%;
      margin-left: 1%;
      margin-right: 1%;
    }
    .mobile-footer ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .mobile-footer ul li span {
      display: none;
    }

    .mobile-footer ul li a i {
      font-family: uncodeicon;
        speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2em;
      width: 1.28571429em;
      text-align: center;
      display: inline-block;
           color: #c3c3c3;
    }
      .mobile-footer ul li a i:hover{
        color: #afafaf;
    }

    .fa-facebook:before {
      content: "\f09a";
    }
    .fa-twitter:before {
      content: "\f099";
    }
    .fa-linkedin:before {
      content: "\f0e1";
    }
    .mobile-footer ul li:last-child a {
      padding-right: 0;
    }

    .mobile-footer ul li a {
      color: #3180af !important;
      padding-left: 8px;
      padding-right: 8px;
    }
    .footer-wrapper {
      padding-top: 36px;
      padding-bottom: 33px;
    }
    .mobile-footer p:first-of-type a:last-child {
      margin-left: 0;
    }
     .mobile-footer ul li {
        display: inline-block;
        text-align: center;
    }
    .mobile-footer ul {
      text-align: center;
    }
    .mobile-footer ul li a i:hover {
      color: #afafaf;
    }
    .custom-banner:after {
      content: "";
      display: block;
      background-color: #000;
      opacity: 0.6;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
    }
    .heading-text.el-text.page-marquee-text {
      padding-left: 36px;
      padding-right: 36px;
    }
    .hs-how-to-work .work-wrapper {
      padding: 18px 0;
      display: table;
    }
    .hs-how-to-work a.tebber-btn {
      display: block;
    }
    .hs-how-to-work a.tebber-btn {
      border: 1px solid #969899;
      padding: 16px 49px 15px 25px;
    }
    

  }
  @media (max-width: 521px) {
    .custom-logo {
      padding-left: 37px !important;
    }
    .mobile-trigger {
      right: 36px;
    }
    .team-wrapper {
      width: 100%;
    }
    .success-stories-row2-group .custom-success-stories-item {
      width: 100%;
      float:none;
    }

  }

  @media (max-width: 479px) {
    .mobile-footer p:first-of-type {
      padding-left: 0;
      padding-right: 0;
    }
    .custom-logo {
      padding-left: 33px !important;
    }
    .mobile-trigger {
      display: inline-block !important;
      cursor: pointer;
      position: absolute;
      top: -57px;
      right: 31px;
    }
    a.tebber-btn {
      padding-top: 17px;
      padding: 16px 30px 24px 15px;
    }

  }