/* ==========================================================================
   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('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css');

@import url('//fonts.googleapis.com/css?family=Lato:100,300,regular,700,900%7COpen+Sans:300%7CIndie+Flower:regular%7COswald:300,regular,700&#038;subset=latin%2Clatin-ext');
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A400%2C400italic%2C700%2C&#038;ver=4.7.3');
@import url('//fonts.googleapis.com/css?family=Open Sans:600,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&#038;subset=latin,cyrillic-ext,latin-ext,greek-ext,greek,vietnamese,cyrillic');
@import url('//cdn2.hubspot.net/hubfs/2436381/Roserocket_Apr_2017/codes/icomoon.css');

@font-face {
    font-family: "ETmodules";
	src: url("//cdn2.hubspot.net/hubfs/2436381/Roserocket_Apr_2017/fonts/modules.eot");
	src: url("//cdn2.hubspot.net/hubfs/2436381/Roserocket_Apr_2017/fonts/modules.eot") format("embedded-opentype"),
         url("//cdn2.hubspot.net/hubfs/2436381/Roserocket_Apr_2017/fonts/modules.ttf") format("truetype"),
         url("//cdn2.hubspot.net/hubfs/2436381/Roserocket_Apr_2017/fonts/modules.woff") format("woff"),
         url("//cdn2.hubspot.net/hubfs/2436381/Roserocket_Apr_2017/fonts/modules.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Roserocket_Apr_2017-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: 800px) {
    .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: #50586b;
    font-family: "Arial", "Sans-Serif";
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;custom-footer
    font-weight: 400;
}

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

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


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

/* Basic text */
p {    
    margin: 0 0 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 55px;
    line-height: 53px;
    font-weight: 600;
}
h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
}
h3 {
    font-weight: 300;
    line-height: 58px;
    font-size: 28px;
}
h4 {
    line-height: 58px;
    font-size: 28px;
    font-weight: 400;
}
h5 {
    line-height: 50px;
    font-size: 24px;
    font-weight: 400;
}
h6 {
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
}

/* Anchor Links */
a { 
    color: #50586b;
    text-decoration: none;
}
a:hover, a:focus { 
    color: #4b4c4c;
}

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

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

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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


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

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

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


/* =============== Header =============== */

.header-container-wrapper {
    z-index: 22;
    position: relative;
}
.header-container {}

.custom-header {
    box-shadow: 0px 10px 50px -2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 10px 50px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 50px -2px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 9;
}
.custom-header .row-1{
    background-color: #4b4c4c;
    font-size: 12px;
    color: #747474;
    border-bottom-color: transparent;
    border-top: 3px solid #4b4c4c;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid transparent;
    color:#fff;
    text-align:right;
    min-height: 43px!important;
}
.custom-header .row-1 a{
    color:#fff;
    text-decoration:none;
}
.custom-header .row-1 a:hover {
    color: #747474;
}
.custom-header .row-1 .fusion-header-separator {
    padding: 0 6px;
}
.custom-header .row-1 .fusion-contact-info {
    line-height: 44px;
}
.custom-header .row-2{
    border-bottom: 1px solid transparent;
    background-color: rgba(255,255,255,1);
    padding-left: 30px;
    padding-right: 30px;
}

.custom-logo {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
}
.custom-logo img {
    max-width: 225px;
}
/* =============== Banner =============== */
.custom-banner {
    height: 650px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -46.5px;    
    width:100%;      
    -webkit-font-smoothing: antialiased !important;
}
.custom-banner h1 {
    color: rgb(0, 0, 0);
    font-size: 70px;
    line-height: 84px;
    font-weight: 300;
    margin: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* =============== Content =============== */

.body-container-wrapper {
    padding: 30px;    
    z-index: 2;
    position: relative;
    background: #fff;
}
.full-width .body-container-wrapper,
.pricing .body-container-wrapper ,
.product .body-container-wrapper {
    padding-bottom: 0;
}
.body-container {}

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


/*Contact*/
.contact .custom-banner {
    position: fixed;
    top: 0;
}

.contact .custom-banner p {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.contact .banner-content {
    margin-top: 4px;
}

.contact .custom-banner h1 {
    color: #4b4c4c;
    margin-bottom:20px;
}
.contact .custom-row2 {
    padding-bottom: 45px;
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
    position: relative;
    background: #fff;
    min-height:750px;
}
.custom-four-col-top-icon .custom-four-col {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    cursor: pointer;
}
.topic-page .custom-banner {
    display: none !important;
}
.hs-blog-listing.archive-page .blog-content {
    padding-bottom: 40px;
}
.author-page .blog-pagination {
    float: left;
    width: 100%;
}
.contact .custom-four-col-top-icon {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-icon-with-heading h2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
}

.icon i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.clock-o:before {
    content: "\f017";
}

.custom-four-col-top-icon .custom-four-col:first-child .icon i {
    border: 1px solid #ffffff;
    background-color: #a7c9e7;
    height: 88px;
    width: 88px;
    line-height: 88px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 44px;
    display: inline-block;
}

.custom-four-col-top-icon .custom-four-col:nth-child(2) .icon i {
    border: 1px solid #ffffff;
    background-color: #50586b;
    height: 88px;
    width: 88px;
    line-height: 88px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 44px;
    display: inline-block;
}

.custom-four-col-top-icon .custom-four-col:last-child .icon i {
    border: 1px solid #ffffff;
    background-color: #3ebfac;
    height: 88px;
    width: 88px;
    line-height: 88px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 44px;
    display: inline-block;
}

i.phone:before {
    content: "\f095";
}

i.envelope-o:before {
    content: "\f003";
}
.contact .custom-row1 {
    margin-top: -154px;
}

.contact .body-container-wrapper {
    padding: 0;    
    padding-top: 496px;
}
.custom-four-col-top-icon .custom-four-col:hover .icon i{
    background-color: transparent !important;
    border-color: #4b4c4c !important;
    color: #4b4c4c !important;
}
.custom-four-col-top-icon .custom-four-col:hover .icon i:before {
    -webkit-animation: avadaToRightFromLeft 0.3s forwards;
    animation: avadaToRightFromLeft 0.3s forwards;
    display:block;
}
/*Contact*/


/*Product*/
.product .body-container-wrapper .custom-banner {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    width: auto;
}
.product .custom-row2 {
    background-color: #efeee8;
    margin-left: -30px !important;
    margin-right: -30px !important;
    float: none;
    width: auto;
    padding-bottom: 90px;
    padding-top: 110px;
}

.product .custom-row2 h2{
    font-weight: 300;
    line-height: 58px;
    font-size: 28px;
    margin: 0;
    margin-bottom: .35em;
}

.product .custom-row2 p {
    font-size: 22px;
    line-height: 30px;
}

i[class*="fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-four-col-spin-wrapper .custom-four-col-spin {
    width: 22%;
    float: left;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 20px;
}

.custom-four-col-spin-wrapper .custom-four-col-spin i {
    font-size: 55px;
    margin-left: 0;
    margin-right: 0;
    color: #505769;
}

.custom-four-col-spin-wrapper .custom-four-col-spin .custom-icon {
    font-size: 50px;
    max-height: 220px;
    max-width: 220px;
    line-height: 220px;
    margin: auto;
    margin-bottom: 40px;
}

.custom-four-col-spin-wrapper .custom-four-col-spin:last-child {
    margin-right: 0;
}

.product .custom-four-col-spin-wrapper {
    padding-top: 42px;
}

.custom-four-col-spin-wrapper .custom-four-col-spin .custom-heading {
    font-size: 22px;
    line-height: 30px;
    margin: 16.5px 0 47px;
    font-weight: 300;
    position: relative;
}

.custom-four-col-spin-wrapper .custom-four-col-spin .custom-content p,.custom-four-col-spin-wrapper .custom-four-col-spin .custom-content * {
    font-size: 14px;
}

.custom-four-col-spin-wrapper .custom-four-col-spin .custom-heading:before {
    content: "";
    width: 120px;
    background: rgba(000,000,000,.3);
    padding-top: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -22px;
}
.product a.hs-button.primary{
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
    background-image: linear-gradient( to top, #3ebfac, #3ebfac ) !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.product .custom-row2 .hs_cos_wrapper_type_rich_text {
    text-align: center;
}
.custom-four-col-spin-wrapper .custom-four-col-spin .custom-icon {
    position: relative;
}

.custom-border {
    border: 11px solid;
    border-top-color: #6cb17b;
    border-bottom-color: #6cb17b;
    border-left-color: #6cb17b;
    border-right-color: #6cb17b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s,border-left-width 0s linear 0.35s;
}
/*Product*/

/*Pricing*/
.pricing .custom-row1 .page-center.content-wrapper {
    padding-bottom: 20px;
    padding-top: 30px;
    background-color: #ffffff;
    text-align: center;
    position:relative;
    margin-bottom:7px;
}
.custom-pricing-wrapper .custom-pricing-col .custom-subcontent {
    margin-top: 42px;
    margin-bottom: 20px;
}

.custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
    margin: 0;
    line-height: 58px;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 2px;
}

.pricing .custom-row1 .page-center.content-wrapper:after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin: -13px 0 0 -13px;
    height: 26px;
    width: 26px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cdcdcd;
    background: #fff;
    line-height: 25px;
    z-index: 20;
}
.pricing .custom-row1 h1 {
    text-align: center;
    font-size: 30px;
    line-height: 65px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 19px;
    position: relative;
}

.pricing .custom-row1 h1:after {
    position: absolute;
    left: 50%;
    bottom: -33px;
    margin: -13px 0 0 -13px;
    height: 26px;
    width: 26px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cdcdcd;
    background: #fff;
    line-height: 25px;
}

.custom-pricing-wrapper .custom-pricing-col {
    width: 30%;
    margin-bottom: 20px;
    position: relative;
    float: left;
    margin-right: 5%;
}

.custom-pricing-wrapper .custom-pricing-col:last-child {
    margin-right: 0;
}

.custom-pricing-wrapper .custom-pricing-col .custom-pricing-col-inner {
    background: #f8f8f8;
    margin: -10px -13px -10px -13px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
    padding: 9px;
}

.pricing .custom-row1 h1+hr {
    margin-bottom: 60px;
}

.custom-pricing-wrapper .custom-pricing-col .custom-heading {
    background-color: #50586b;
    border-bottom: 1px solid #50586b;
    padding: 20px 20px 19px;
}

.custom-pricing-wrapper .custom-pricing-col .custom-heading h3 {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
}

.custom-pricing-wrapper .custom-pricing-col .custom-price {
    padding: 15px;
    background-color: #f8f8f8;
    border-top: 1px solid #ededed;
}

.custom-pricing-wrapper .custom-pricing-col .custom-pricing-col-inner .custom-main-content {
    border: 1px solid #ededed;
}

.custom-pricing-wrapper .custom-pricing-col .custom-price span.currency {
    top: -30px;
    font-size: 28px;
    position: relative;
    color: #505050;
    font-weight: 300;
}

.custom-pricing-wrapper .custom-pricing-col .custom-price span.amount {
    font-size: 68px;
    color: #3EBFAF;
    font-weight: bold;
    line-height: normal;
}

.custom-pricing-wrapper .custom-pricing-col .custom-price span.amount-decimal-value {
    font-size: 17px;
    position: relative;
    font-weight: bold;
    color: #3EBFAF;
}

.custom-pricing-wrapper .custom-pricing-col .custom-price span.time {position: relative;font-style: italic;color: #888888;margin-left: -17px;font-size: 20px;}

.custom-pricing-wrapper .custom-pricing-col .custom-price span {
    display: inline-block;
    margin-left: -4px;
}

.custom-pricing-wrapper .custom-pricing-col .custom-price span:first-child {
    margin-left: 0;
}

.custom-pricing-wrapper .custom-pricing-col .custom-list {}

.custom-pricing-wrapper .custom-pricing-col .custom-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.custom-pricing-wrapper .custom-pricing-col .custom-list ul li {
    display: block;
    position: relative;
    padding: 15px;
    background: none;
    border-radius: 0;
    border-top: 1px solid #e5e4e3;
    text-align: center;
    background-color: #ffffff;
    border-color: #ededed;
}

.custom-pricing-wrapper .custom-pricing-col .custom-sign-up {
    padding: 20px;
    background-color: #f8f8f8;
}

.custom-pricing-wrapper .custom-pricing-col .custom-sign-up a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-image: linear-gradient( to top, #3ebfac, #3ebfac ) !important;
    border-radius: 2px;
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
}

.custom-pricing-wrapper .custom-pricing-col .custom-list ul li:last-child {
    border-bottom: 1px solid #ededed;
}
.custom-pricing-wrapper .custom-pricing-col .custom-pricing-col-inner .custom-main-content:hover .custom-list ul li {
    background: transparent;
}
.custom-pricing-wrapper .custom-pricing-col .custom-pricing-col-inner .custom-main-content:hover>* {
    cursor: pointer;
}
/*Pricing*/

/*Support*/

.support .body-container-wrapper {
    padding: 395px 0 0 0;
    position: relative;
    z-index: 2;
}

.support .custom-banner {
    position: fixed;
    top: 0;
    height: 550px;
    z-index: -1;
}

.support .banner-content {
    padding-top: 77px;
    margin-top: -73.5px;
}

.support .banner-content h1 {
    color: #fff;
    font-size: 70px;
    line-height: 84px;
    margin: 0;
    margin-bottom: 20px;
}

.support .banner-content p {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 0;
}

.support .custom-row2 {
    padding-bottom: 160px;
    padding-top: 150px;
    background-color: #efeee8;
}
.support .custom-row2-full-width {
    text-align: center;
    margin-bottom: 42px;
}

.support .custom-row2-full-width h2 {
    margin: 0;
    font-weight: 300;
    font-size: 28px;
    line-height: 58px;
    margin-bottom: .35em;
}

.support .custom-row2-full-width p {
    font-size: 22px;
    line-height: 30px;
}

.custom-accordion-content {
    display: none;
    padding: 10px 0 15px 0px;
}
.custom-accordion-content>* {
    margin: 0;
}
.custom-accordion-header h3 {
    font-weight: 300;
    margin: 0;
    font-size: 16px;
    line-height: 39px;
    padding-left: 40px;
}
.custom-accordion-header.open:before {
    content: "\e61c";
}
.custom-accordion-header {
    position: relative;
    padding: 5px 0;
    vertical-align: middle;
    cursor:pointer;
}

.custom-accordion-header:before {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'IcoMoon';
    content: "\e61d";
    font-style: normal;
    line-height: 22px;
    font-size: 13px;
    background-color: #f1574d;
    position: absolute;
    top: 15px;
}
.custom-accordion-header:hover:before,
.custom-accordion-header.open:before{
    background-color: #4b4c4c !important;
    border-color: #4b4c4c !important;
}
.support .custom-row2-col1, .support .custom-row2-col2, .support .custom-row2-col3 {
    margin-bottom: 20px;
}
.support .bg-image-section {
    padding: 150px 0px 180px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.support .custom-row3-heading h2 {
    margin: 0;
    color: #fff;
    line-height: 58px;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: .35em;
}

.support .custom-row3-heading {
    text-align: center;
    margin-bottom: 42px;
}

.support .custom-row3-heading p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.custom-row3-background-image {
    display: none !important;
}

.support .post-item {
    width: 25%;
    float: left;
    padding: 20px;
}

.support .custom-support-topic {
    margin: -20px -20px 0px !important;
    width: auto;    
    transition-property: height, width;
}

.support .post-item-inner {
    border: 1px solid #efeee8;
    border-bottom-width: 3px;
}
.support .post-item .post-bottom {
    padding: 30px 25px 0px 25px;
    background: #fff;
}

.support .post-item .post-bottom h2 {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.support .post-item .post-bottom .post-body {
    margin-top: 20px;
}
.support .custom-row4 {
    padding-bottom: 90px;
    padding-top: 110px;
    background-color: #efeee8;
}

.support .custom-row4 .custom-row4-heading h2 {
    font-weight: 300;
    line-height: 58px;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: .35em;
}

.support .custom-row4 .custom-row4-heading p {
    font-size: 22px;
    line-height: 30px;
    padding-top: 1px;
}

.custom-four-col-image-counter .custom-four-col-image-col {
    width: 22%;
    margin-right: 4%;
    float: left;
    text-align: center;
    margin-bottom:20px;
}

.custom-four-col-image-counter .custom-four-col-image-col:last-child {
    margin-right: 0;
}

.custom-four-col-image-counter {
    margin-top: 20px;
}

.support .custom-four-col-image-counter {
    margin-top: 52px;
}

.custom-four-col-image-counter .custom-counter {
    padding: 20px 20px 0px 20px;
    color: #3d424f;
    font-size: 50px;
    line-height: normal;
    border: 1px solid transparent;
    border-bottom: 0;
}

.custom-four-col-image-counter .custom-heading {
    padding: 0px 20px 20px 20px;
    color: #3d424f;
    font-size: 16px;
    border: 1px solid transparent;
    border-top: 0;
    margin-bottom: 14px;
}
.support .bg-image-section1 {
    padding: 150px 0px 130px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.support .custom-row5-full-width {
    text-align: center;
    margin-bottom: 50px;
}

.support .custom-row5-full-width h2 {
    margin: 0;
    line-height: 58px;
    color: #fff;
    font-size: 28px;
    margin-bottom: .35em;
    font-weight: 300;
}

.support .custom-row5-full-width p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.support .custom-row5-background-image {
    display: none;
}

.support .custom-row5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    display: block;
}

.support .custom-row5 ul li {
    font-size: 18px;
    line-height: 30.6px;
    margin-bottom: 11px;
    display: block;
    padding-left: 43px;
    position: relative;
}

.support .custom-row5 ul li span {
    display: inline-block;
    vertical-align: top;
}

.support .custom-row5 ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15.84px;
    height: 30.6px;
    width: 30.6px;
    margin-right: 12.6px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 30.6px;
    position: absolute;
    left: 0;
}

.support .custom-footer {
    /*position: fixed;*/
    z-index: 12;
}

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

.support .custom-row5-right-content, .support .custom-row5-left-content {
    margin-bottom: 20px;
}
/*Support*/
/*home*/
.home .body-container-wrapper,
.home2 .body-container-wrapper{
    padding: 0;
}

.home .banner-content,
.home2 .banner-content{
    top: 108px;
    padding-left: 76px;
    margin-top: 0;
}

.home .custom-banner h1,
.home2 .custom-banner h1{
    font-size: 55px;
    line-height: 53px;
    font-weight: 600;
    color: rgb(75, 76, 76);
}

.home .custom-banner h2,
.home2 .custom-banner h2{
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: rgb(75, 76, 76);
    margin: 10px 0 0;
    padding-left: 1px;
}
.home .custom-banner a.hs-button.primary,
.home2 .custom-banner a.hs-button.primary{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
    background-color: rgb(62, 191, 172);
    padding: 12px 35px;
    display: inline-block;
    margin-top: 15px;
}
.home .custom-banner,
.home2 .custom-banner{
    height: 550px;
}

.home .custom-row2 {
    padding: 30px 30px 0;
}

.custom-two-col-right {
    padding: 100px 0;
}

.custom-two-col-right h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 10px;
    margin-top: 10.5px;
    margin-bottom: 9.8px;
    border-bottom: 1px solid #3ebfac;
}

.custom-two-col-right .custom-left-column {
    width: 37.6%;
    float: left;
    margin-right: 4%;
    position: relative;
    margin-bottom: 20px;
}

.custom-two-col-right .custom-right-column {
    width: 58.4%;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.custom-two-col-right h1 {
    font-size: 44px;
    line-height: 65px;
    font-weight: 300;
    margin: 0;
}

.custom-two-col-right p {
    font-size: 22px;
    line-height: 30px;
    color: #50586b;
    font-weight: 300;
    margin: 10.5px 0 9.8px;
}

.custom-two-col-right a.hs-button.primary {
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient( to top, #3ebfac, #3ebfac ) !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
    border-color: #fff;
    color: #fff;
    margin-top: -1px;
}

.custom-two-col-right a.hs-button.primary:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0a9";
    margin-left: 10px;
}

.custom-right-column img {
    -moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
    box-shadow: 2px 3px 7px rgba(0,0,0,.3);
    margin-top:52px;
}
body.home .custom-row2-col2 .hs_cos_wrapper_type_custom_widget:nth-child(2n+2) {
    position: relative;
    margin-bottom: 1px;
}

body.home .custom-row2-col2 .hs_cos_wrapper_type_custom_widget:nth-child(2n+2):after {
    content: "";
    height: 1px;
    width: 100%;
    background: #d3d3d3;
    position: absolute;
    left: -500%;
    right: -500%;
    margin: auto;
    width: 1000%;
}

body.home .custom-row2-col2 .hs_cos_wrapper_type_custom_widget:last-child {
    margin-bottom: 0;
}

body.home .custom-row2-col2 .hs_cos_wrapper_type_custom_widget:last-child p {
    margin-top: 0;
    margin-bottom: 20px;
}

body.home .custom-row2-col2 .hs_cos_wrapper_type_custom_widget:last-child h1 + p {
    margin-top: 10.5px;
}

body.home .custom-row2-col2 .hs_cos_wrapper_type_custom_widget:last-child a.hs-button.primary {
    margin-top: 9px;
    margin-bottom: -1px;
}
/*home*/



/*Home2*/
body.home2 .custom-row2 {
    padding-bottom: 20px;
    padding-top: 82px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #4b4c4c;
    text-align: center;
    color:#fff;
}

body.home2 .custom-row2-full-width h2 {
    color: #fff;
    font-weight: 300;
    line-height: 58px;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 9.8px;
}

body.home2 .custom-row2-full-width {
    margin-bottom: 42px;
}

body.home2 .custom-four-col-image-counter .custom-heading {
    color: #fff;
    font-size: 28px;
    line-height: 58px;
    font-weight: 300;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 4.9px;
    padding: 0;
}

body.home2 .custom-four-col-image-counter .custom-content p {
    color: #fff;
    text-align: left;
}

body.home2 .custom-four-col-image-counter-wrapper {
    margin-bottom: 40px;
}
.home2 .custom-row2-bottom-content a.hs-button.primary {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-image: linear-gradient( to top, #3ebfac, #3ebfac ) !important;
    color: #ffffff;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
}

.home2 .custom-row2-bottom-content {
    margin-top: 22px;
    margin-bottom: 62px;
}
.custom-row3-group.bg-image-section-wrapper {
    background-size: cover;
    background-attachment: fixed;
    background-position: left bottom;
    background-repeat: no-repeat;
    top: 0;
    padding-bottom: 100px;
    padding-top: 150px;
    padding-left:30px;
    padding-right:30px;
    z-index: -1;
    color:#fff;
}

.home2 .custom-row3-left-content h2 {
    color: #fff;
    font-weight: 300;
    line-height: 58px;
    font-size: 28px;
    margin: 0;
    margin-bottom: 4.9px;
}

.home2 .custom-row3-left-content p {
    font-size: 16px;
    color: #fff;
}

.home2 .custom-row3-right-content h3, .home2 .custom-row3-right-content h4 {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    margin: 16.5px 0 15.4px;
}

.home2 .custom-row3-right-content ul {
    font-size: 16px;
    padding-left: 20px;
    color: #fff;
}

.home2 .custom-row3-group a.hs-button.primary {
    background-image: linear-gradient( to top, #3ebfac, #3ebfac ) !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
}

.home2 .custom-row3-right-content {
    margin-bottom: 20px;
}

.home2 .custom-row4-group {
    padding-bottom: 100px;
    padding-top: 150px;
    background-color: #4b4c4c;
    padding-left:30px;
    padding-right:30px;
    color:#fff;
}

.home2 .custom-row4-left-content h2 {
    line-height: 58px;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
}

.home2 .custom-row4-right-content ul {
    color: #fff;
    font-size: 18px;
}

.home2 .custom-row4-full-width-content a.hs-button.primary {
    background-image: linear-gradient( to top, #3ebfac, #3ebfac ) !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
}

.home2 .custom-row4-full-width-content {
    text-align: center;
    margin-top: 20px;
}
/*Home2*/
/*Company*/
.company .custom-row1 .custom-banner {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: fixed;
    top: 0;
    height: 550px;
    z-index:1;
}

.company .body-container-wrapper {
    padding: 0;
    padding-top: 395px;
}

.company .custom-row1 .custom-banner .banner-content {
    margin-top: -73.5px;
    padding-top: 77px;
}

.company .custom-row1 .custom-banner .banner-content h1 {
    color: #fff;
    margin-bottom: 20px;
}

.company .custom-row1 .custom-banner .banner-content p {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.company .custom-row2 {
    padding-bottom: 50px;
    padding-top: 120px;
    background-color: #505769;
    color: #fff;
    text-align: center;
    z-index: 12;
    position: relative;
}

.company .custom-row1 .widget-type-custom_widget {
    min-height: 0;
}

.company .custom-row2 h1 {
    font-weight: 300;
    line-height: 58px;
    margin-top: 0;
    margin-bottom: 9.8px;
    color:#fff;
}

.company .custom-row2 .section-header p {
    font-size: 22px;
    line-height: 30px;
    color:#fff;
}

.custom-two-col-left-icon-right-content .custom-two-col {
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-two-col-left-icon-right-content .custom-two-col .custom-two-col-heading i {
    border-color: #ffffff;
    border-width: 1px;
    background-color: transparent;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 21px;
    border-style: solid;
    text-align: center;
    float: left;
}
.custom-two-col-left-icon-right-content .custom-two-col .custom-two-col-heading:hover i {
    display: block;
    -webkit-animation: avadaToRightFromLeft 0.3s forwards;
    animation: avadaToRightFromLeft 0.3s forwards;
    border-color: #4b4c4c !important;
}

.custom-two-col-left-icon-right-content .custom-two-col .custom-two-col-heading h2 {
    font-size: 18px;
    line-height: 23px;
    padding-left: 64px;
    font-weight: 300;
    vertical-align: top;
    margin: 0 0 15px;
}

.company .custom-row2-section-header {
    margin-bottom: 42px;
}

.custom-two-col-left-icon-right-content {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 35px;
}

.custom-two-col-left-icon-right-content .custom-two-col .custom-two-col-body {
    padding-left: 64px;
    color: #ffffff;
}

.custom-two-col-left-icon-right-content .custom-two-col .custom-two-col-body>* {
    margin: 0;
}
.company .custom-row3-group {
    padding: 120px 0px 180px;
    text-align: center;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    z-index: 4;
}

.company .custom-row3-section-header h1 {
    margin: 0;
    font-weight: 300;
    line-height: 58px;
    font-size: 28px;
    margin-bottom: 9.8px;
    color: #fff;
}

.company .custom-row3-section-header p.secondary-header {
    font-size: 22px;
    line-height: 30px;
    color:#fff;
}

.company .custom-row3-group .widget-type-raw_jinja {
    display: none;
}

.custom-three-col-team .custom-three-col-team-col {
    float: left;
    width: 30.6666%;
    margin-right: 4%;
    position: relative;
    margin-bottom: 20px;
}

.custom-three-col-team .custom-three-col-team-col:last-child {
    margin-right: 0;
}

.company .custom-row3-section-header {
    margin-bottom: 42px;
}

.custom-three-col-team .custom-three-col-team-col .teammate-image img {
    opacity: 1;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.teammate-name h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin: 16.3px 0 15.4px;
}

.custom-three-col-team {
    margin-bottom: 42px;
}

.teammate-social-icon a {
    color: rgba(255,255,255,.6);
    background-color: #616f85;
    border-radius: 50%;
    padding: 12px;
    font-size: 16px;
    margin: 0 3px 10px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #616f85;
    display: inline-block;
    line-height: 16px;
    position: relative;
}
.hs-author-profile .custom-email a{
    position:relative;
}
.teammate-social-icon a:hover,
.hs-author-profile .custom-email a:hover{
    opacity: 0.8;
}
.teammate-social-icon a:before,
.hs-author-profile .custom-email a:before{
    content: attr(data-tooltip);
    position: absolute;
    top: -30px;
    left: -15px;
    right: -15px;
    opacity: 0;
    max-width: 200px;
    padding: 3px 8px;
    color: #d1d1d2;
    text-align: center;
    text-decoration: none;
    background-color: rgba(33, 33, 33, 0.97);
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
}

.teammate-social-icon a:hover:before,.teammate-social-icon a:hover:after {
    opacity: 1;
}
.hs-author-profile .custom-email a:hover:before,
.hs-author-profile .custom-email a:hover:after {
    opacity: 1;
}

.teammate-social-icon a:after ,
.hs-author-profile .custom-email a:after {
    margin-left: -5px;
    border-color: transparent;
    border-width: 5px 5px 0;
    border-top-color: rgba(33, 33, 33, 0.97);
    content: "";
    top: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
}
.hs-author-profile .custom-email a:after{
    left:0;
    right:0;
    margin:0 auto;
}
.teammate-social-icon {
    margin-top: 20px;
}

.hs_cos_wrapper_type_custom_widget:last-child>.custom-three-col-team {
    margin-bottom: 0;
}

.company .custom-row4-group {
    padding-bottom: 110px;
    padding-top: 110px;
    background-color: #efeee8;
    text-align: center;
    position:relative;
    z-index: 4;
}

.company .custom-row4-group .hs_cos_gallery_main button,.company .custom-row4-group .hs_cos_gallery_main ul {
    display: none !important;
}

.company .custom-row4-group .hs_cos_gallery_main {
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 0;
}
.section-header h1 {
    color: #505769;
    font-size: 28px;
    line-height: 58px;
    font-weight: 300;
    margin: -1px 0 9.8px;
}

.section-header p {
    font-size: 22px;
    line-height: 30px;
    color: #505769;
}

.company .custom-row4-group .section-header {
    margin-bottom: 47px;
}

.company .custom-row5-group {
    padding-bottom: 120px;
    padding-top: 110px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 4;
}

.company .custom-row5-group h2 {
    line-height: 58px;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin-top: 0;
    margin-bottom: 9.8px;
}

.company .custom-row5-group p {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}

.company .custom-row5-group a.hs-button.primary {
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    font-weight: 700;
    background: #3d424e;
    color: #fff;
    display: inline-block;
    margin-top: 32px;
    transition: all .3s;
}

.company .custom-row5-group a.hs-button.primary:hover {
    background: #343944;
}

.company .custom-row5-group .widget-type-raw_jinja {
    display: none;
}
.custom-three-col-team .custom-three-col-team-col .teammate-image:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.custom-three-col-team .custom-three-col-team-col .teammate-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}
.company .hs_cos_gallery_main .slick-slide {
    margin-right: 37.5px;
    margin-left: 37px;
}
/*Company*/
/* =============== Footer =============== */

.footer-container-wrapper {
    position: relative;
    
}
.footer-container {}
.custom-footer {
    border-top: 12px solid #e9eaee;
    background: #363839;
    background-color: #3d424f;
    border-color: #3d424f;
    color: #a6b0b3;
}
.custom-footer > .row-fluid-wrapper:first-child .page-center {
    padding-top: 55px;
    padding-bottom: 55px;
}
.custom-copyright-group {
    border-top: 1px solid #4b4c4d;
    background-color: #2c2f3e;
    border-color: #2c2f3e;
    padding-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 16px;
}
.custom-copyright-group p {
    margin: 0;
    font-size: 13px;
    color: #a6b0b3;
}
.custom-footer p {
    margin: 0;
}
.custom-footer a{
    color: #a6b0b3;
    text-decoration:none;
}
.custom-footer a:hover {
    color: #4b4c4c;
}
#back-to-top{
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: 0.9;
    z-index: 10000;
    transition: all 0.2s ease-in-out 0s;   
}
#back-to-top:hover{
    background-color:#4b4c4c;
}

#back-to-top:before{
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: 'icomoon';
    font-size: 22px;
        color: #fff;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float:right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    padding-right: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    height: 83px;
    line-height: 83px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2c2f3e;
    text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #3ebfac;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a {
    color: #3ebfac;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 500;
}
/* 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:801px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a[href="http://roserocket.com/#/login"] span {
        background-image: linear-gradient( to top, #3ebfac, #3ebfac ) !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 700;
        padding: 9px 20px;
        line-height: 14px;
        font-size: 12px;
        display: inline-block;
        position: relative;
        color: #fff;
        border-radius: 2px;
    }
}


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

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

@media (max-width: 800px){

  /* 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; /* Show button on mobile */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute; /**************************************/
        top: -50px;
        right: 30px;       /**************************************/
        width: auto; /* Button width */
        height: auto; /* Button height */      
        background: #ffffff; /* Background color */
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        color: #3ebfac;
    }
    .tms-mobile-trigger{
        display: inline-block !important;
    }
    .mobile-trigger:before{
        font-family: 'icomoon';
        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: 21px;
        content: "\f0c9";
    }
    

  /* Toggle Button Icon */
  

  /* ===== 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: 0;
        margin: 0;
        width: 100% !important;
        margin-left: 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;
        padding-top: 20px;
    }
    .custom-menu-primary .hs-menu-wrapper{
        width: 100%; /* Full screen width */
    }

   /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul{
        border: 1px solid #f7f7f7;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
        color: #2c2f3e;
        font-size: 12px;
        background-color: #ffffff;
        height: 45px;
        line-height: 45px;
    }
    
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
        padding-left: 30px;
        padding-right: 30px;
        color: #2c2f3e;
        border-bottom: 1px solid #f7f7f7;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        background-color: #3ebfac;
        color: #2c2f3e;
    }
    
    /* 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 */
    }
    .mobile-open .custom-header .row-2 {
        padding-bottom: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a {
        background-color: #3ebfac;
        color: #2c2f3e;
    }
}


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


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

/* Blog Post and Listing Body Class */
.blog {}
.hs-blog-post .owl-stage-outer {
    cursor: -webkit-grab;
    cursor: grab;
}
/* Blog Post */
.hs-blog-post {}
.hs-blog-post .custom-post-pagination {
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 60px;
    text-align: right;
}
.hs-blog-post .owl-nav {
    display: none;
}

.hs-blog-post .custom-post-pagination a {
    text-decoration: none;
    color: #50586b;
    display: inline-block;
    position: relative;
}

a.previous-posts-link:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    padding-right: 5px;
    font-family: 'icomoon';
    content: '\f104';
    margin-left: -10px;
    color: #50586b;
}

a.next-posts-link:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    font-family: 'icomoon';
    content: '\f105';
    color: #50586b;
    padding-left: 5px;
}

a.next-posts-link {
    margin-left: 15px;
    margin-right: 10px;
}
.hs-blog-post .post-top a.custom-featured-image-link {
    display: block;
    margin-top: -1px;
}

.hs-blog-post .post-header h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 28px;
}

.hs-blog-post .post-top {
    margin-bottom: 31px;
}

.hs-blog-post .post-body >* {
    color: #50586b;
}

.hs-blog-post .post-body p {
    margin-bottom: 20px;
}
.hs-blog-post .blog-content>div>div>.custom-related-post {
    margin-top: 35px;
    margin-bottom: 63px;
}
.blog-content>div>div>.custom-related-post h3 {
    font-weight: 300;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 9px;
}
.custom-related-post .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 8px 0;
    margin-left: -5px;
    width: auto;
}
/*.blog .owl-carousel.owl-drag .owl-item {
    margin-left: 5px !important;
}*/
/*.blog .owl-stage {
    width: 100% !important;
}*/

/*.blog .owl-carousel.owl-drag .owl-item:last-child {
    margin-right: 0 !important;
}*/
.fusion-rollover-content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100.1%;
    line-height: normal;
    text-align: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.885) 0%, rgba(255,255,255,0.885) 100%);
}

.related-post-item.item:hover .fusion-rollover-content,
.blog .post-item .post-top:hover .fusion-rollover-content,
.support .post-item .post-top:hover .fusion-rollover-content{
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    display: block;
}
.blog .post-item .post-top .custom-featured-image-wrapper,
.post-item .post-top .custom-featured-image-wrapper{
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.related-post-item.item .related-image {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.fusion-rollover-content:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%;
}

.fusion-rollover-content a.fusion-rollover-link {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    width: 80px;
    height: 100px;
    color: transparent;
}

.fusion-rollover-content a.fusion-rollover-link:before {
    position: absolute;
    left: 50%;
    text-indent: 0;
    text-shadow: none;
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    content: '\e619';
    font-size: 33px;
    margin-left: -16px;
    line-height: 80px;
    color: #3ebfac;
}
h4.related-title {
    margin: 15px 0 3px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

h4.related-title a {
    text-decoration: none;
    color: #50586b;
}
h4.related-title a:hover{
    color:#4b4c4c;
}

.fusion-carousel-meta {
    display: block;
    line-height: 18px;
    font-size: 12px;
}

.fusion-carousel-meta a {
    color: #50586b;
    text-decoration: none;
}
.fusion-carousel-meta a:hover{
    color:#4b4c4c;
}






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

.blog .body-container-wrapper {
    padding: 30px 30px 0;
}
.post-listing{
    margin: -20px -20px 0 -20px;
    transition-property: height, width;
}
.blog .post-item {
    width: 33.33%;
    padding: 20px;
}
.blog .blog-content {
    width: calc(100% - 25% - 80px);
}
.blog .post-item .post-inner {
    border: 1px solid #efeee8;
    border-bottom-width: 3px;
}

.blog .post-item .post-bottom {
    padding: 30px 25px 0px 25px;
    background: #fff;
}

.blog .post-item .post-bottom .post-header h2 {
    margin: 0;
    font-weight: 300;
    line-height: 28px;
    font-size: 18px;
    margin-bottom:5px;
}

.blog .post-item .post-bottom .post-header h2 a {
    text-decoration: none;
    color: #4b4c4c;
    font-size: 18px;
}
.blog .post-item .post-top {
    border-bottom: 1px solid #efeee8;
}

.blog .post-item .post-body p {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #50586b;
}
.blog .blog-sidebar {
    width: 25%;
    margin: 0;
    float: right;
    background-color: #f1f0ec;
    padding: 3%;
}

.blog-sidebar .custom-google-search {}

.blog-sidebar .custom-google-search .input,
.custom-google-search .input{
    display: table;
    width: 100%;
}

.blog-sidebar .custom-google-search .input input,
.custom-google-search .input input{
    display: table-cell;    
    font-family: Arial;
    font-size:13.3333px ;
    vertical-align: top;
    width: 100%;
    border: none;
    padding: 0px 15px;
    line-height: 45px;    
    color: #aaa9a9;
    margin:0;
}

.blog-sidebar .custom-google-search .input a.hs-button.primary,
.custom-google-search .input a.hs-button.primary{
    display: table-cell;
    width: 45px;
    vertical-align: top;
    background: #3ebfac;
    line-height: 44px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    max-height:45px;
}

.blog-sidebar .custom-google-search .input a.hs-button.primary:before,
.custom-google-search .input a.hs-button.primary:before{
    content: "";
    font-family: 'icomoon';
    font-weight: normal;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    color: #FFFFFF;
    font-size: 14px;
}

.blog-sidebar .custom-google-search .input a.hs-button.primary:hover,
.custom-google-search .input a.hs-button.primary:hover{
    background-color: #4b4c4c;
}

.blog .blog-sidebar>div {
    margin-bottom: 45px;
}

.blog .blog-sidebar h3,
.blog .blog-sidebar h4{
    color: #3ebfac;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 18px;
    line-height: 22px;
}
.blog .blog-sidebar ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.blog .blog-sidebar ul li {
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #e0dede;
}

.blog .blog-sidebar ul li a {
    color: #50586b;
    text-decoration: none;
    position: relative;
    text-transform: capitalize;
}
.blog .blog-sidebar ul li a:hover {
    color: #4b4c4c;
}

.blog .blog-sidebar div.widget-span:not(.custom-social-share) ul li a:before {
    position: absolute;
    font-size: 14px;
    font-family: 'icomoon';
    content: '\f105';
    margin-left: -12px;
}

.blog .blog-sidebar ul li a span.filter-link-count {
    display: none;
}
.blog .blog-sidebar .custom-social-share ul li a i {
    border-radius: 50%;
    padding: 8px;
    font-size: 16px;
    color: rgba(255,255,255,.6);
    background-color: #f1574d;
    border: 1px solid #f1574d;
    display: block;
    line-height: 1;
}
.blog .blog-sidebar .custom-social-share ul li {
    padding: 0;
    display: inline-block;
    border: none;
    margin: 0 3.5px 10px 3.5px;
}
.blog .blog-sidebar .custom-social-share ul {
    margin: 0 -3.5px;
}

.blog .blog-sidebar .custom-social-share ul li a i:hover {
    opacity: 0.8;
}

.blog .blog-sidebar .custom-social-share ul li a:before{
    content: attr(data-original-title);
    position: absolute;
    top: -30px;
    left: -20px;
    margin: auto;
    opacity: 0;
    font-size: 12px;
    right: -20px;
    line-height: 1.4;
    max-width: 200px;
    padding: 3px 8px;
    color: #d1d1d2;
    text-align: center;
    text-decoration: none;
    background-color: rgba(33, 33, 33, 0.97);
    border-radius: 4px;
    background-clip: padding-box;
    transition: opacity 0.3s linear;
    visibility: hidden;
}
.blog .blog-sidebar .custom-social-share ul li a:after {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(33, 33, 33, 0.97);
    top: -8px;
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: opacity 0.3s linear;
    visibility: hidden;
}

.blog .blog-sidebar .custom-social-share ul li a {
    width: auto;
    display: block;
}

.blog .blog-sidebar .custom-social-share ul li:hover a:after,
.blog .blog-sidebar .custom-social-share ul li:hover a:before {
    opacity: 1;
    visibility: visible;
}
.blog .blog-sidebar p {
    color: #50586b;
    margin: 0;
}

.blog .blog-sidebar p.address {
    margin-bottom: 15px;
}

.blog .blog-sidebar p a {
    color: #50586b;
    text-decoration: none;
}
.hs-author-avatar {
    float: left;
    margin-right: 20px;
    max-width: 20%;
}
.author-page .custom-author-detail {
    float: left;
    width: calc(100% - 20% - 20px);
}
.custom-author-detail h2 {
    font-weight: 300;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16.38px;
    line-height: 30px;
    margin-bottom: 11.466px !important;
}

.hs-author-profile .custom-email {
    margin: 20px 0 80px 0;
    border-top: 1px solid #E0DEDE;
    border-bottom: 1px solid #E0DEDE;
    text-align: right;
    padding: 5px 0 1px;
    display: table;
    width: 100%;
}

.hs-author-profile .hs-author-bio p {
    margin-bottom: 0;
}

.hs-author-profile .custom-email a {
    color: rgba(255,255,255,.6);
    background-color: #616f85;
    border-radius: 50%;
    margin: 0 0px 0px 5px;
    padding: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #616f85;
    font-size: 16px;
    max-height: 34px;
    display: inline-block;
}

.hs-author-profile .custom-email a i {
    display: inline-block;
    vertical-align: top;
}
.blog.blog-page.hs-blog-listing  .blog-sidebar {
    display: none;
}

.blog.blog-page.hs-blog-listing .blog-content {
    width: 100%;
}
.blog-page.hs-blog-listing .custom-blog-row1.custom-banner {
    display: block !important;
    background-image: url('//cdn2.hubspot.net/hubfs/2436381/Roserocket_Apr_2017/images/596.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: fixed;
    top: 0;
    left: 0;
}

.blog.blog-page.hs-blog-listing .body-container-wrapper {
    padding: 0;
    padding-top: 396px;
    background: #efeee8;
    position: relative;
    z-index: 12;
}

.blog-page.hs-blog-listing .custom-blog-row1.custom-banner .page-center/* .custom-blog-title */{
    position: absolute;
    top: 50%;
    margin-top: -47px;
    padding-top: 77px;
    left:0;
    right:0;
}

.blog-page.hs-blog-listing .custom-blog-row1.custom-banner .page-center .custom-blog-title h1 {
    color: #fff;
}
.blog.blog-page.hs-blog-listing .custom-blog-row2 {
    background: #efeee8;
    position: relative;
    padding-top: 80px;
    padding-bottom: 370px;
}
.blog.blog-page.hs-blog-listing .custom-blog-row2:after {
    padding-bottom: 300px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2436381/Roserocket_Apr_2017/images/blog_bottom2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.custom-js-import {
    min-height: 0 !important;
}








/* 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;
}
#comments-listing.no-comments {
    margin: 0;
    border: 0;
}
.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{
  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 {}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    max-width: 500px;
    display: block;
    font-family: Arial;
    font-size: 13.3333px;
    vertical-align: top;
    border: none;
    padding: 0px 15px;
    line-height: 45px;
    color: #aaa9a9;
    margin-bottom: 20px;
    background: #fff;
    margin-top: 0 !important;
    border: 1px solid;
  
}

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

/* 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 {
    color:#aaa9a9;
    opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
    color:#aaa9a9;
    opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
    color:#aaa9a9;
    opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color:#aaa9a9;
    opacity:1;
} /* 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"] {
    display: inline-block;
    width: auto;
    border:none;
    vertical-align: top;
    background: #3ebfac;
    line-height: 45px;
    text-align: center;
    /*-webkit-font-smoothing: antialiased;*/
    transition: all .2s;
    color: #FFFFFF;
    font-size: 14px;
    padding-left:15px;
    cursor:pointer;
    padding-right:15px;
}

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

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


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

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


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

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


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

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


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

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


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

.tms .custom-header .page-center {
    position: relative;
}

.tms .custom-header .custom-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 0;
}

.tms .custom-tms-menu-primary {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    float: right;
    text-align: right;
    padding-top: 33px;
    z-index: 1;
    position: relative;
}

.tms .custom-tms-menu-primary .hs-menu-wrapper ul li a {
    padding-bottom: 33px;
    font-size: 21px;
    color: #2fbfb0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 14px;
    font-weight: 600;
    display: block;
}

.tms .custom-tms-menu-primary .hs-menu-wrapper ul li a:hover {
    opacity: 0.7;
}

.tms .container-fluid .row-fluid .page-center {
    width: 80%;
    max-width: 1080px;
}

.tms .header-container-wrapper {
}

.tms .custom-header {
    position: absolute;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    box-shadow: none;
}

.tms .body-container-wrapper {
    margin-bottom: 0 !important;
    padding: 0;
    margin-top: -1px;
}

.tms .custom-logo img {
    display: inline-block;
    float: none;
    max-height: 54%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.tms .custom-tms-menu-primary ul {
    display: block;
    line-height: 1;
}

.tms .custom-tms-menu-primary ul li.hs-menu-item.hs-menu-depth-1 {
    text-align: right;
    float: none;
    display: inline-block;
}

.tms .custom-logo a {
    display: inline-block;
}

.tms .custom-header .custom-logo * {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0.5px;
    bottom: 0;
    margin: auto;
    max-width: 143px;
}

.tms .banner-content {
    position: relative;
    top: 0;
    margin-top: 0;
    text-align: center;
    padding: 0;
    max-width:100%;
}

.tms .custom-banner {
    height: auto;
    padding-top: 35px;
    padding-bottom: 17px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    
}

.tms .banner-content .page-center {
    padding-bottom: 30px;
    margin-top: 50px !important;
    padding-top: 20px;
}

.tms .banner-content p {
    font-weight: bold;
    color: #ca9ed3;
    font-size: 22px;
    font-family: Lato;
}

.tms .banner-content .page-center p:first-child {
    margin-top: -3px;
    margin-bottom: 1px;
}

.tms .banner-content h2 {
    font-weight: bold;
    font-size: 46px;
    line-height: normal;
    font-family: Lato;
    color: #fff;
    margin: 0;
}

.custom-two-third {
    width: 64.833%;
    float: left;
    position: relative;
}

.custom-two-third + .custom-one-third {
    margin-left: 5.5%;
}

.custom-one-third {
    width: 29.666%;
    float: left;
    position: relative;
}

.tms .banner-content div:not(.clearfix) {
    margin-top: 2.75%;
}

.tms .banner-content img {
    max-width: 670px;
    vertical-align: top;
    margin-top: 0px;
    text-align: right;
    display: block;
    margin: 1px 0 auto auto;
    width:100%;
}

.tms .banner-content h3 {
    line-height: 34px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    text-align: left;
    margin: 0;
    padding-bottom: 14px;
}

body.tms {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}

.tms .banner-content div:not(.page-center) p {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 9.27%;
}

.tms .banner-content a {
    color: #ffffff !important;
    background: #2fbfb0;
    border-width: 0px !important;
    letter-spacing: 0px;
    font-size: 30px;
    font-family: 'Open Sans Condensed', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: bold !important;
    padding-left: 0.7em;
    padding-right: 2em;
    display: inline-block;
    line-height: 51px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tms .banner-content a:after {
    position: absolute;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    speak: none;
    color: #ffffff;
    line-height: 1.7em;
    font-size: 30px !important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    display: inline-block;
    content: "I";
}

.tms .banner-content div:not(.page-center) {
    text-align: left;
}
.tms .custom-row2 {
    background-color: #242424 !important;
    padding-top: 24px;
    padding-bottom: 29px;
}

.tms .custom-row2 p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: lato;
    color: #cc99ff;
    line-height: 25px;
    margin-bottom: 0;
}

.tms .custom-row2 .hs_cos_wrapper_type_rich_text {
    padding-top: 27px;
    padding-bottom: 31px;
}

.custom-three-col-left-icon-right-content {
    margin-bottom: 29px;
}

.custom-three-col-left-icon-right-content .custom-three-col {
    float: left;
    width: 29.666%;
    margin-right: 5.5%;
}

.custom-three-col-left-icon-right-content .custom-three-col:last-child {
    margin-right: 0;
}

.custom-three-col-left-icon-right-content .custom-three-col h4 {
    font-weight: bold;
    color: #ffffff !important;
    padding-bottom: 5px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.custom-three-col-left-icon-right-content .custom-three-col .right-col {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.custom-three-col-left-icon-right-content .custom-three-col .left-col {
    display: table-cell;
    vertical-align: top;
}

i.et-pb-icon {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 96px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none;
}

i.et-pb-icon.cloud:before {
    content: "";
}

.custom-three-col-left-icon-right-content .custom-three-col .left-col i {
    font-size: 32px;
    color: #bd7fe0;
}

.custom-three-col-left-icon-right-content .custom-three-col p {
    font-size: 14px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #b5b5b5 !important;
    font-weight: 500;
    text-align: left;
    line-height: 23px;
}

i.et-pb-icon.life-ring:before {content: "";}

i.et-pb-icon.bar-chart:before {content: "";}

i.et-pb-icon.map-marker:before {content: "";}

i.et-pb-icon.automated:before {content: "";}

i.et-pb-icon.calculator:before {content: "";}

.tms .custom-row3 {
    background: #d8d8d8;
    padding-top: 25px;
    padding-bottom: 28px;
    text-align: center;
}

.tms .custom-row3 p {
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    font-family: lato;
    padding-top: 27px;
    padding-bottom: 6px;
    line-height: 23px;
    margin-bottom: 0;
}
.tms .custom-row3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    padding-top: 21px;
    padding-bottom: 27px;
    float: left;
    width: 100%;
}

.tms .custom-row3 ul li {
    float: left;
    width: 20.875%;
    margin-right: 5.5%;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 4px;
    vertical-align: top;
    line-height: 2;
}

.tms .custom-row3 ul li:last-child {
    margin-right: 0;
}

.tms .bg-image-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tms .custom-row4 {
    padding: 48px 0 52px;
}

.tms .custom-row4-content {
    padding-left: 35.12% !important;
}

.tms .custom-row4-content h2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    line-height: 32px;
}

.tms .custom-row4-content ul {
    margin: 14px 0 20px;
    padding: 0;
    list-style: none;
}

.tms .custom-row4-content ul li {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.tms .custom-row4-content ul li:before {content: "= ";font-family: "ETmodules";font-size: 96px;font-weight: normal;font-style: normal;font-variant: normal;-webkit-font-smoothing: antialiased;line-height: 1;color: #bd7fe0;font-size: 17px;margin-right: 12px;}

.tms .custom-row4-content p {
    color: #d6d6d6;
    font-size: large;
    font-weight: bold;
}

.tms .custom-row4-content p + span {
    font-weight: bold;
    color: #21c0b1;
    font-size: xx-large;
    line-height: 23.8px;
    margin-top: 2px;
    display: inline-block;
}

.tms .custom-row5-content {
    text-align: center;
}

.tms .custom-row5-content p {
    font-size: x-large;
    color: #303030;
    font-family: Lato;
    padding-top: 31px;
    line-height: 35px;
    margin-bottom: 0;
}

.tms .custom-row5 {
    padding-top: 16px;
    padding-bottom: 0;
}

.tms .custom-row5-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    width: auto;
    padding-top: 14px;
    margin-bottom: 2.75%;
}

.tms .custom-row5-content ul li {
    line-height: 23px;
    font-size: 16px;
}

.tms .custom-row5-content ul li:before {}

.tms .custom-row5-content ul li:before {content: "= ";font-family: "ETmodules";font-weight: normal;font-style: normal;font-variant: normal;-webkit-font-smoothing: antialiased;line-height: 1;text-transform: none;color: #bd7fe0;font-size: 16px;display: inline-block;margin-right: 8px;}

.custom-two-col-equal .custom-two-col>div {
    width: 47.25%;
    margin-right: 5.5%;
    float: left;
}

.custom-two-col-equal .custom-two-col>div:last-child {
    margin-right: 0;
}

.tms .custom-row5 .page-center {
    max-width: 1140px !important;
}

.tms .custom-row6 .custom-two-col-equal {padding-bottom: 75px;}

.custom-two-col-equal h2 {
    color: #333;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    padding-bottom: 13px;
    margin-top: 30px;
    border-bottom: 2px solid rgb(128,128,128);
    margin-bottom: 8px;
}

.custom-two-col-equal p:last-of-type {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
}

a.custom-slide-buttun {
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    color: #2FBFB0 !important;
    font-size: 20px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 29.688px;
}

.tms .custom-row6 {
    padding-top: 35px;
}

a.custom-slide-buttun:hover {
    padding: 0.3em 2em 0.3em 1em;
    border: 2px solid transparent;
    background: rgba(0, 0, 0, 0.05);
    letter-spacing: 0;
    padding-left: 0.7em;
    padding-right: 2em;
}

a.custom-slide-buttun:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    right: 20px;
}

a.custom-slide-buttun:hover:after {
    font-size: 32px;
    display: inline-block;
    opacity: 1;
    right: 8px;
}

.tms .custom-two-col-right {
    padding: 0 0 75px 0;
}

.tms .custom-two-col-right .custom-left-column {
    width: 29.666%;
    margin-right: 5.5%;
}

.tms .custom-two-col-right .custom-right-column {
    width: 64.833%;
    margin-bottom: 0;
}

.tms .custom-two-col-right .custom-left-column h2 {
    color: #333;
    font-weight: 500;
    line-height: 1em;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 32px;
    margin-top: 30px;
    padding-bottom: 13px;
    border-bottom: 2px solid rgb(128,128,128);
    margin-bottom: 8px;
}

.tms .custom-two-col-right .custom-left-column p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
    color: #666;
    font-weight: 500;
    padding-bottom: 16px;
}

.tms .custom-two-col-right .custom-left-column p:last-of-type {
    padding-bottom: 0;
}

.tms .custom-two-col-right .custom-right-column img {
    margin-top: 1px;
    box-shadow: none;
}

.custom-two-col-equal p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.tms .custom-footer {
    position: relative;
    background: #222;
    border: 0;
}

.tms .custom-copyright-group {
    border-bottom: 20px solid rgba(0, 0, 0, 0.60);
    padding: 0 0 54px;
    background: #3a3a3a;
    border-top: 0;
    text-align: center;
}

.tms .custom-footer > .row-fluid-wrapper:first-child .page-center {
    padding-top: 27px;
    padding-bottom: 20px;
}

.tms .custom-footer p {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    color: #888;
}

.tms .custom-footer p a {
    color: #2fbfb0;
}

a.custom-green-button.et_pb_icon {
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #ffffff !important;
    background: #2fbfb0;
    border-width: 5px !important;
    border-color: #2fbfb0;
    font-size: 20px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding-left: 0.7em;
    padding-right: 2em;
    display: inline-block;
}

a.custom-green-button.et_pb_icon:after {
    position: absolute;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
    font-size: 20px !important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    display: inline-block;
    content: "w";
    text-transform: none;
}

.tms .custom-row7 {
    background-color: #f4f4f4 !important;
    padding-top: 18px;
    padding-bottom: 25px;
    text-align: center;
}

.tms .custom-row7 .page-center {
    padding-top: 37px;
    padding-bottom: 27px;
}

.tms .custom-row7 p {
    font-size: 18px;
    font-weight: bold;
    color: #a27aab;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 10px;
}

.tms .custom-row7 h2 {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    font-size: 29px;
    color: #4f4f4f;
    line-height: 30px;
    margin: 0 0 20px;
}








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


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

a.next-posts-link.load-more,
.no-post{
   background-color: #3ebfac;
   transition: all .3s;
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-weight: 700;
   color: #50586b;
   margin-top: 20px;
   height: 50px;
   line-height: 50px;
   cursor: pointer;
   text-align: center;
   text-transform: uppercase;
   display: block;
   margin:20px auto 0;
}
.archive-page .no-post {
    display: none;
}
a.next-posts-link.load-more:hover,
.no-post:hover{
   background-color: rgba(62,191,172,0.8);
}
.error-page404 h2 {
    line-height: 58px;
    font-weight: 300;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 4.8px;
}

.error-message {
    margin-top: 65px;
    color: #F0F0F0;
    font-size: 170px;
    font-weight: bold;
    white-space: nowrap;
}

.error-page404 h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 16.5px;
    margin-bottom: 15.4px;
}

.error-page404 .body-container-wrapper {
    padding-bottom: 0;
}

ul.hs-error-msgs.inputs-list {
    margin: 0;
    color: red;
}

input.invalid.error {
    margin-bottom: 0;
    border-color: red;
}

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







/* =============== Screen sizes smaller than .page-center =============== */
@media only screen and (max-width: 915.4px) and (min-width: 731.8px){
    .blog .post-item{
        width:50%;
    }
}

@media (max-width: 1316px) {
    .custom-banner {
        height: 49.4vw;
    }
    .support .banner-content {
        margin-top: -73.5px;
    }
}
@media (max-width:1260px){
    body.support .body-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding: 0 30px;
    }
}
@media (max-width: 1200px) {
    .container-fluid .row-fluid .page-center{
        padding-left: 5px;
        padding-right: 5px;  
    }
    body .body-container-wrapper .container-fluid .row-fluid .page-center {
        padding: 0;
    }
    body.tms .body-container-wrapper .container-fluid .banner-content .page-center{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    body.blog-page.hs-blog-listing .body-container-wrapper .container-fluid .row-fluid .page-center {
        padding: 0 30px;
    }
    body.blog-page.hs-blog-listing .body-container-wrapper .container-fluid .custom-blog-row1.custom-banner .page-center {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 77px;
        max-width: 100%;
    }
    .header-container-wrapper .row-fluid .page-center{
        padding-left: 0px !important;
        padding-right:0px !important;  
    }
    body.product .body-container-wrapper .container-fluid .row-fluid .page-center {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }
    
    .product .banner-content {
        padding: 0;
    }
    
    .product .body-container-wrapper .custom-banner {
        height: 49.3vw;
    }
    body.pricing .custom-row1 .page-center.content-wrapper {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .custom-two-col-left-icon-right-content {
        margin-left: 0;
        margin-right: 0;
    }
    .company .custom-row4-group {
        padding-left: 30px;
        padding-right: 30px;
    }
    
}
@media (max-width: 1199px){
    .home .custom-banner h1,
    .home2 .custom-banner h1{
        font-size: 52px;
        line-height: 51px;
    }
    
    .home .custom-banner h2,
    .home2 .custom-banner h2{
        font-size: 31px;
        line-height: 31px;
        margin-top: 9px;
    }
    .home .banner-content,
    .home2 .banner-content{
        top: 116px;
        padding-left: 77px;
    }
    
    .home .custom-banner a.hs-button.primary,
    .home2 .custom-banner a.hs-button.primary{
        margin-top: 14px;
    }
}
@media (max-width: 1186px) {
    .custom-banner h1 {
        font-size: 5.9vw;
    }
}
@media (max-width: 1170px) {
    .container-fluid .row-fluid .page-center{
        padding-left: 30px;
        padding-right: 30px;  
    }
    .custom-copyright-group .page-center {
        padding: 0 !important;
    }
    .blog .body-container .page-center {
        padding: 0;
    }
    .pricing .custom-row1 h1 {
        font-size: 29.677px;
        line-height: 64.3px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-heading h3 {
        font-size: 21.763px;
        line-height: 29.677px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 27.698px;
        line-height: 57.375px;
    }    
    .home .custom-banner h1,
    .home2 .custom-banner h1{
        font-size: 51px;
        line-height: 49px;
    }    
    .home .custom-banner h2,
    .home2 .custom-banner h2{
        font-size: 30px;
        line-height: 30px;
        margin-top: 9px;
        padding-left: 1px;
    }    
    .home .banner-content,
    .home2 .banner-content{
        top: 120px;
        padding-left: 75px;
    }    
    .home .custom-banner a.hs-button.primary,
    .home2 .custom-banner a.hs-button.primary{
        margin-top: 14px;
    }
    body.home2 .custom-row2-full-width h2 {
        font-size: 27.756px;
        line-height: 57.494px;
    }
    
    body.home2 .custom-four-col-image-counter .custom-heading {
        font-size: 27.756px;
        line-height: 57.494px;
    }
    
    .home2 .custom-row3-group.bg-image-section-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .home2 .custom-row3-left-content h2 {
        font-size: 27.756px;
        line-height: 57.494px;
        margin-bottom: 4.5px;
    }
    
    .home2 .custom-row3-right-content h3 {
        font-size: 21.808px;
        line-height: 29.738px;
    }
    
    .home2 .custom-row4-group {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .home2 .custom-row4-left-content h2 {
        font-size: 27.756px;
        line-height: 57.494px;
    }
    .company .custom-row2 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .custom-two-col-left-icon-right-content .custom-two-col:first-child {
        padding-left: 0;
    }
    
    .custom-two-col-left-icon-right-content .custom-two-col:last-child {
        padding-right: 0;
    }
    
    .company .custom-row1 .custom-banner .banner-content p {
        font-size: 23.651px;
        line-height: 27.593px;
    }
    
    .company .custom-row2 .section-header h1 {
        font-size: 27.756px;
        line-height: 57.494px;
    }
    
    .company .custom-row3-section-header h1 {
        font-size: 27.756px;
        line-height: 57.494px;
        margin-bottom: 9.5px;
    }
    
    .company .custom-row3-group {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .custom-three-col-team .custom-three-col-team-col .teammate-image {
        margin-bottom: 6px;
    }
    
    .company .custom-row5-group {
        padding-left: 30px;
        padding-right: 30px;
    }
    body.support .body-container-wrapper .container-fluid .custom-banner .page-center {
        padding: 0;
    }
    
    .support .banner-content h1 {
        font-size: 68.983px;
        line-height: 82.779px;
    }
    
    .support .banner-content p {
        font-size: 23.651px;
        line-height: 27.593px;
    }
    
    .support .banner-content {
        margin-top: -72px;
    }
    .error-message {
        font-size: 130px;
    }
}
@media (max-width: 1024px) {
    .pricing .custom-row1 h1 {
        font-size: 27.492px;
        line-height: 59.567px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-heading h3 {
        font-size: 21px;
        line-height: 28.636px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 25.659px;
        line-height: 53.152px;
        margin-bottom: 1px;
    }
    .support .banner-content {
        padding-left: 0;
        padding-right: 0;
        margin-top: -66px;
    }
    
    .support .banner-content h1 {
        font-size: 60.128px;
        line-height: 72.154px;
    }
    
    .support .custom-banner {
        height: 502.5px;
    }
    
    .support .banner-content p {
        font-size: 21px;
        line-height: 24.5px;
    }
    
    .support .body-container-wrapper {
        padding: 348px 0 0 0;
    }
    
    .support .custom-row2-full-width h2 {
        font-size: 25.631px;
        line-height: 53.092px;
    }
    
    .support .custom-row2-full-width p {
        margin-top: -1px;
    }
    
    .support .custom-row3-heading h2 {
        font-size: 25.631px;
        line-height: 53.092px;
    }
    
    .support .custom-row4 .custom-row4-heading h2 {
        font-size: 25.631px;
        line-height: 53.092px;
    }
    
    .support .custom-row4 .custom-row4-heading p {
        padding-top: 0;
    }
    
    .support .custom-row5-full-width h2 {
        font-size: 25.631px;
        line-height: 53.092px;
    }
    .home .custom-banner h1,
    .home2 .custom-banner h1{
        font-size: 44px;
        line-height: 43px;
    }    
    .home .custom-banner h2,
    .home2 .custom-banner h2{
            font-size: 26px;
            line-height: 26px;
            margin-top: 8px;
            padding-left: 0;
    }    
    .home .banner-content,
    .home2 .banner-content{
        top: 140px;
        padding-left: 66px;
    }    
    .home .custom-banner a.hs-button.primary,
    .home2 .custom-banner a.hs-button.primary{
        margin-top: 12px;
    }    
    .custom-two-col-right h3 {
        font-size: 21px;
        line-height: 28.636px;
    }
    
    .custom-two-col-right h1 {
        font-size: 40.232px;
        line-height: 59.433px;
    }
    
    .custom-two-col-right p {
        font-size: 21px;
        line-height: 28.636px;
    }
    
    .custom-two-col-right a.hs-button.primary {
        margin-bottom: -1px;
    }
    body.home2 .custom-row2-full-width h2 {
        font-size: 25.659px;
        line-height: 53.152px;
        margin-bottom: 9.2px;
    }
    
    body.home2 .custom-four-col-image-counter .custom-heading {
        font-size: 25.659px;
        line-height: 53.152px;
    }
    
    .home2 .custom-row3-left-content h2 {
        font-size: 25.659px;
        line-height: 53.152px;
        margin-bottom: 4.5px;
    }
    
    .home2 .custom-row3-right-content h3 {
        font-size: 21px;
        line-height: 28.636px;
        margin: 15.750px 0 14.7px;
    }
    
    .home2 .custom-row4-left-content h2 {
        font-size: 25.659px;
        line-height: 53.152px;
    }
    .company .custom-row1 .custom-banner {
        height: 504px;
    }
    .company .custom-row1 .custom-banner .banner-content h1 {
        font-size: 60.248px;
        line-height: 72.297px;
    }
    .company .custom-row1 .custom-banner .banner-content p {
        font-size: 21px;
        line-height: 24.5px;
    }
    .company .custom-row1 .custom-banner .banner-content {
        margin-top: -66px;
    }
    
    .company .body-container-wrapper {
        padding-top: 349px;
    }
    .company .custom-row2 .section-header h1 {
        font-size: 25.659px;
        line-height: 53.152px;
        margin-bottom: 7.5px;
    }
    .company .custom-row3-section-header h1 {
        font-size: 25.659px;
        line-height: 53.152px;
        margin-bottom: 9.5px;
    }
    .teammate-name h3 {
        font-size: 21px;
        line-height: 28.636px;
        margin-top: 16.5px;
    }
    .section-header h1 {
        font-size: 25.659px;
        line-height: 53.152px;
        margin-bottom: 9.5px;
    }
    body.support .body-container-wrapper .container-fluid .custom-banner .page-center {
        padding: 0 30px;
    }
}
@media (max-width:1007px) and (min-width:915.5px){
    .support .post-item{
        width:33.33%;
    }
}
@media (max-width: 915.4px) and (min-width: 713.8px){
    .support .post-item{
        width:50%;
    }
}
@media (max-width: 991px){
    .blog-page.hs-blog-listing .custom-blog-row1.custom-banner {
        height: 487px;
    }
    .blog.blog-page.hs-blog-listing .body-container-wrapper {
        padding-top: 333px;
    }
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 25.186px;
        line-height: 52.17px;
        margin-bottom: 1px;
    }
    .pricing .custom-row1 h1 {
        font-size: 26.985px;
        line-height: 58.467px;
    }
    .support .custom-banner {
        height: 487px;
    }
    
    .support .body-container-wrapper {
        padding: 332px 0 0 0;
    }
    
    .support .banner-content {
        margin-top: -64.5px;
    }
    
    .support .banner-content h1 {
        font-size: 58.274px;
        line-height: 69.928px;
    }
    
    .support .custom-row2-full-width h2 {
        font-size: 25.186px;
        line-height: 52.17px;
    }
    
    .support .custom-row2-full-width p {
        margin-top: 0;
    }
    
    .support .custom-row3-heading h2 {
        font-size: 25.186px;
        line-height: 52.17px;
    }
    .post-item {
        width: 33.333%;
    }
    
    .support .custom-row4 .custom-row4-heading h2 {
        font-size: 25.186px;
        line-height: 52.17px;
    }
    
    .support .custom-row5-full-width h2 {
        font-size: 25.186px;
        line-height: 52.17px;
    }
    .home .custom-banner h1,
    .home2 .custom-banner h1{
        font-size: 43px;
        line-height: 42px;
    }
    .home .custom-banner h2 ,
    .home2 .custom-banner h2 {
        font-size: 25px;
        line-height: 25px;
        margin-top: 7px;
        padding-left: 0;
    }
    .home .banner-content,
    .home2 .banner-content{
        top: 144px;
        padding-left: 64px;
    }
    .custom-two-col-right h1 {
        font-size: 39.577px;
        line-height: 58.467px;
    }
    body.home2 .custom-row2-full-width h2 {
        font-size: 25.186px;
        line-height: 52.17px;
        margin-bottom: 9.2px;
    }
    body.home2 .custom-four-col-image-counter .custom-heading {
        font-size: 25.186px;
        line-height: 52.17px;
    }
    .home2 .custom-row3-left-content h2 {
        font-size: 25.186px;
        line-height: 52.17px;
        margin-bottom: 5.9px;
    }
    .home2 .custom-row3-right-content h3 {
        font-size: 21px;
        line-height: 28.636px;
        margin: 14.0px 0 14.7px;
    }
    .home2 .custom-row4-left-content h2 {
        font-size: 25.186px;
        line-height: 52.17px;
    }
    .company .custom-row1 .custom-banner {
        height: 487px;
    }
    .company .custom-row1 .custom-banner .banner-content h1 {
        font-size: 58.274px;
        line-height: 69.928px;
    }
    .company .custom-row1 .custom-banner .banner-content {
        margin-top: -64.5px;
    }
    .company .body-container-wrapper {
        padding-top: 332px;
    }
    .company .custom-row2 .section-header h1 {
        font-size: 25.186px;
        line-height: 52.17px;
        margin-bottom: 9px;
    }
    .company .custom-row3-section-header h1 {
        font-size: 25.186px;
        line-height: 52.17px;
        margin-bottom: 8.5px;
    }
    .teammate-name h3 {
        font-size: 21px;
        line-height: 28.636px;
        margin-top: 16.5px;
    }
    .section-header h1 {
        font-size: 25.186px;
        line-height: 52.17px;
        margin-bottom: 8px;
    }
    
    .company .custom-row5-group h2 {
        font-size: 25.186px;
        line-height: 52.17px;
        margin-bottom: 8.5px;
    }
    .tms .banner-content .page-center p:first-child {
        line-height: 31px;
        margin-top: -4px;
    }
    
    .tms .banner-content h2 {
        line-height: 49px;
        padding-top: 3px;
        margin-bottom: 3px;
    }
    
    .tms .custom-banner {
        padding-bottom: 15px;
    }
}
@media (max-width:980px){
    
    .custom-tms-menu-primary .hs-menu-wrapper{
        display: none;
        visibility: visible;
        position: absolute;
        z-index: 9999;
        left: 0;
        width: 100%;
        padding: 5%;
        border-top: 3px solid #2ea3f2;
        opacity: 1;
        background: #fff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        border-color: #2fbfb0;
    }  
    .tms-mobile-trigger {
        display: block;
        cursor:pointer;
    }
    .tms-mobile-trigger:before {
        font-family: "ETmodules" !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1;
        text-transform: none;
        speak: none;
        position: relative;
        top: 0;
        left: 0;
        font-size: 32px;
        content: "\61";
        color: #2fbfb0;
    }
    
    .tms .custom-tms-menu-primary {
        padding-top: 24px;
        width:100%;
    }
    .tms .custom-tms-menu-primary .hs-menu-wrapper ul li:last-child a {
        padding-bottom: 0;
    }
    .tms .custom-header .custom-logo img {
        margin-top: 21px;
        max-height: 100%;
        left: 1px;
    }
    
    .custom-two-third,.custom-one-third {
        width: 100%;
    }
    
    .tms .banner-content img {
        margin: 0 auto;
    }
    
    .tms .banner-content div.clearfix {
        margin-top: 35px;
    }
    
    .custom-two-third + .custom-one-third {
        margin-left: 0;
    }
    
    .tms .banner-content div:not(.clearfix) {
        margin-top: 29px;
    }
    
    .tms .banner-content div:not(.page-center) p {
        margin-bottom: 31px;
    }
    
    .tms .custom-banner {
        padding-bottom: 16px;
    }
    
    .custom-three-col-left-icon-right-content .custom-three-col {
        margin-right: 0;
        width: 100%;
        padding-bottom: 30px;
    }
    
    .custom-three-col-left-icon-right-content {
        padding-top: 30px;
        margin-bottom: 0;
    }
    
    .custom-three-col-left-icon-right-content .custom-three-col:last-child {
        padding-bottom: 0;
    }
    
    .tms .custom-row2 .hs_cos_wrapper_type_custom_widget:last-child {
        padding-bottom: 29px;
    }
    
    .tms .custom-row3 ul li {
        width: 47.25%;
        margin-bottom: 30px;
    }
    
    .tms .custom-row3 ul li:nth-child(2n+2) {
        margin-right: 0;
    }
    
    .tms .custom-row3-content span.hs_cos_wrapper_type_rich_text>* {
        margin-bottom: 30px;
    }
    
    .tms .custom-row3 ul li:nth-last-child(2),.tms .custom-row3 ul li:nth-last-child(1) {
        margin-bottom: 0;
    }
    
    .tms .custom-row3-content span.hs_cos_wrapper_type_rich_text>*:last-child {
        margin-bottom: 0;
    }
    
    .tms .custom-row4-content {
        padding-left: 0 !important;
    }
    
    .tms .custom-row4 {
        padding-top: 44px;
        padding-bottom: 48px;
    }
    
    .tms .custom-row5-content span.hs_cos_wrapper_type_rich_text>* {
        margin-bottom: 30px;
    }
    
    .custom-two-col-equal .custom-two-col>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 31px;
    }
    
    .tms .custom-row6 .custom-two-col-equal {}
    
    .tms .custom-row5-content span.hs_cos_wrapper_type_rich_text>ul {
        margin-bottom: 60px;
    }
    
    a.custom-slide-buttun {
        margin-top: 30px;
    }
    
    .tms .custom-two-col-right .custom-left-column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .tms .custom-two-col-right .custom-right-column {
        width: 100%;
        margin-bottom: 30px;
    }
    .tms .footer-container-wrapper .container-fluid .custom-footer > .row-fluid-wrapper:first-child .page-center {
        padding-top: 27px !important;
        padding-bottom: 20px !important;
    }
    .tms .custom-copyright-group {
        border-bottom-width: 25px;
    }    
    .tms .custom-row7-content {
        padding-bottom: 27px;
        padding-top: 37px;
    }
    
}
@media (max-width:816px){
    .pricing .custom-row1 h1 {
        font-size: 29.978px;
        line-height: 64.951px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-heading h3 {
       font-size: 21.984px;
        line-height: 29.978px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 27.979px;
        line-height: 57.957px;
        margin-bottom: 2px;
    }
}

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

@media (max-width: 816px) {
    .custom-banner h1 {
        font-size: 8.564vw;
        
    }
}
@media (min-width: 800px){
    
    .footer-container-wrapper {
         
        z-index: 1;
    }
    .custom-footer {
        /*position: fixed;  */
        bottom: 0;
    }
    body.fixed.company .custom-row1 .custom-banner,
    body.fixed.support .custom-banner,
    body.fixed.contact .custom-banner,
    .blog-page.hs-blog-listing.fixed .custom-blog-row1.custom-banner{
        display: none !important;
    }  
    body.home .body-container-wrapper .custom-row2>div {
        overflow: hidden;
    }
}
@media (max-width: 800px) {
    body.home .custom-row2-col2 .hs_cos_wrapper_type_custom_widget:nth-child(2n+2):after {
        left: 0;
        right: 0;
        width: 100%;
    }
    .custom-header .row-1{
        text-align:center;
        padding: 0;
    }
    .custom-header .row-1 .fusion-contact-info {
        padding: 1em 30px;
        line-height: 1.5em;
    }
    .custom-logo img{
        margin-left:30px;
    }
    .custom-logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .custom-header .row-2{
        padding-left: 0;
        padding-right: 0;
    }
    .custom-header .row-2{
        padding-top: 20px;
        padding-bottom: 19px;
    }
    .custom-copyright-group p {
        text-align: center;
    }
    .custom-footer .col{
        width:100%;
        margin-left:0;
        margin-bottom:50px;
    }
    .custom-footer .col:last-child{
        margin-bottom:0px;
    }
    .custom-banner {
        height: 49.0vw;
    }
    .blog .blog-sidebar {
        width: 100%;
    }    
    .blog .blog-content {
        width: 100%;
    }
    .contact .custom-row1 {
        margin-top: 0;
    }    
    .contact .banner-content {
        margin-top: -72px;
    }    
    .contact .custom-banner p {
        font-size: 23.49px;
        line-height: 27.405px;
    }    
    .contact .custom-banner h1 {
        font-size: 68.513px;
        line-height: 82.215px;
    }    
    .custom-four-col-top-icon .custom-four-col {
        width: 100%;
        margin-bottom: 55px;
    }    
    .custom-four-col-top-icon .custom-four-col .custom-description p {
        margin-bottom: 0;
    }
    .product .body-container-wrapper .custom-banner {
        height: 49.0vw;
    }    
    .custom-four-col-spin-wrapper .custom-four-col-spin {
        width: 100%;
        margin-right: 0;
    }    
    .custom-four-col-spin-wrapper .custom-four-col-spin .custom-icon {
        min-height: 220px;
    }
    .blog-page.hs-blog-listing .custom-blog-row1.custom-banner {
        position: relative;
        height: 392px;
    }    
    .blog.blog-page.hs-blog-listing .body-container-wrapper {
        padding-top: 0;
    }    
    body.blog-page.hs-blog-listing .body-container-wrapper .container-fluid .custom-blog-row1.custom-banner .page-center {
        padding-top: 0;
    }
    .pricing .custom-row1 h1 {
        font-size: 29.618px;
        line-height: 64.171px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-heading h3 {
       font-size: 21.984px;
        line-height: 29.978px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 27.979px;
        line-height: 57.957px;
        margin-bottom: 2px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col {
        width: 100%;
        margin-right: 0;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-pricing-col-inner {
        margin-left: -25px;
        margin-right: -25px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent {
        margin-top: 52px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 27.643px;
        line-height: 57.261px;
    }
    .support .custom-banner {
        height: 391.5px;
        position: relative;
    }
    
    .support .body-container-wrapper {
        padding: 0;
    }
    
    .support .banner-content {
        margin-top: -72px;
        padding-top: 0;
    }
    .support .banner-content p {
        font-size: 23.49px;
        line-height: 27.405px;
    }
    
    .support .banner-content h1 {
        font-size: 68.513px;
        line-height: 82.215px;
    }
    
    .support .custom-row2-full-width h2 {
        font-size: 27.643px;
        line-height: 57.261px;
    }
    
    .support .custom-row2-full-width p {
        margin-top: 0;
    }
    
    .support .custom-row3-heading h2 {
        font-size: 27.643px;
        line-height: 57.261px;
    }
    .post-item {
        width: 50%;
    }
    .support .custom-row4 .custom-row4-heading h2 {
        font-size: 27.643px;
        line-height: 57.261px;
    }
    
    .support .custom-row5-full-width h2 {
        font-size: 27.643px;
        line-height: 57.261px;
    }
    
    .support .custom-row2-col1, .support .custom-row2-col2, .support .custom-row2-col3 {
        width: 100%;
        margin-left: 0;
    }
    
    .custom-four-col-image-counter .custom-four-col-image-col {
        width: 100%;
        margin-right: 0;
    }
    
    .custom-four-col-image-counter .custom-heading {
        margin-bottom: 0;
    }
    
    .support .custom-row5-right-content, .support .custom-row5-left-content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    
    .support .custom-row5-right-content {
        margin-bottom: 21px;
    }
    .home .custom-banner h1,
    .home2 .custom-banner h1{
        font-size: 34px;
        line-height: 33px;
    }
    .home .custom-banner h2,
    .home2 .custom-banner h2{
        display: none;
    }
    .home .banner-content,
    .home2 .banner-content{
        top: 171px;
        padding-left: 50px;
    }
    .home .custom-banner a.hs-button.primary,
    .home2 .custom-banner a.hs-button.primary{
        margin-top: 36px;
    }
    .custom-two-col-right h1 {
        font-size: 43.076px;
        line-height: 63.635px;
        margin-bottom: 20px;
    }
    .custom-two-col-right h3 {
        font-size: 21.538px;
        line-height: 29.37px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .custom-two-col-right p {
        font-size: 21.538px;
        line-height: 29.37px;
        margin-bottom: 20px;
    }
    .custom-two-col-right .custom-right-column,
    .custom-two-col-right .custom-left-column{
        width: 100%;
    }
    #back-to-top{
        display:none !important;
    }
    .company .custom-row1 .custom-banner {
        position: relative;
        height: 391.5px;
    }
    
    .company .body-container-wrapper {
        padding-top: 0;
    }
    
    .company .custom-row1 .custom-banner .banner-content h1 {
        font-size: 68.513px;
        line-height: 82.215px;
    }
    
    .company .custom-row1 .custom-banner .banner-content p {
        font-size: 23.49px;
        line-height: 27.405px;
    }
    
    .company .custom-row1 .custom-banner .banner-content {
        margin-top: -72px;
        padding-top: 0;
    }
    
    .company .custom-row2 .section-header h1 {
        font-size: 27.643px;
        line-height: 57.261px;
    }
    
    .custom-two-col-left-icon-right-content .custom-two-col {
        width: 100%;
        padding: 0;
    }
    
    .company .custom-row3-section-header h1 {
        font-size: 27.643px;
        line-height: 57.261px;
        margin-bottom: 10px;
    }
    
    .custom-three-col-team .custom-three-col-team-col {
        width: 100%;
        margin-right: 0;
    }
    
    .teammate-name h3 {
        font-size: 21.72px;
        line-height: 29.618px;
    }
    
    .custom-three-col-team .custom-three-col-team-col .teammate-image {
        margin-bottom: 7px;
    }
    
    .section-header h1 {
        font-size: 27.643px;
        line-height: 57.261px;
        margin-bottom: 9px;
    }
    
    .company .custom-row5-group h2 {
        font-size: 27.643px;
        line-height: 57.261px;
    }
    .product .custom-row2 h2 {
        font-size: 27.643px;
        line-height: 57.261px;
        margin-bottom: 8.5px;
    }
    
    .custom-four-col-spin-wrapper .custom-four-col-spin .custom-heading {
        font-size: 21.72px;
        line-height: 29.618px;
    }
    .body-container-wrapper{
        margin-bottom:0 !important;
    }
    .support .custom-footer{
        position:relative;
    }
    .contact .custom-banner {
        position: relative;
    }    
    .contact .body-container-wrapper {
        padding-top: 0;
    }
    .error-page404 h2 {
        font-size: 27.643px;
        line-height: 57.261px;
        margin-bottom: 20px;
    }
    
    .error-page404 .body-container .span4 {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .error-message {
        font-size: 170px;
        display: block;
        line-height: 170px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    
    .error-page404 h3 {
        font-size: 21.72px;
        line-height: 29.618px;
        margin-top: 0;
    }
    
    .error-page404 .body-container .span4.custom_error_message {
        padding-left: 0;
        padding-right: 0;
    }
    
    .error-page404 .body-container .span4.custom-important-link {
        padding-left: calc( 5% - 15px);
    }
}

@media (max-width: 767px) {
    .contact .banner-content {
        margin-top: -69.5px;
    }
    
    .contact .custom-banner p {
        font-size: 22.5px;
        line-height: 26.25px;
        margin-bottom: 15px;
    }
    
    .contact .custom-banner h1 {
        font-size: 65.625px;
        line-height: 78.75px;
    }
    .blog-page.hs-blog-listing .custom-blog-row1.custom-banner {
        height: 375px;
    }
    .pricing .custom-row1 h1 {
        font-size: 28.875px;
        line-height: 62.563px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-pricing-col-inner {
        margin: 0;
        box-shadow: none;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-heading h3 {
        font-size: 21.175px;
        line-height: 28.875px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-heading {
        padding: 15px 15px 14px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-sign-up {
        padding: 15px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 26.95px;
        line-height: 55.825px;
        margin-bottom: 1px;
    }
    .support .custom-banner {
        height: 375px;
        position: relative;
    }
    
    .support .body-container-wrapper {
        padding: 0;
    }
    
    .support .banner-content {
        margin-top: -69.5px;
        padding-top: 0;
    }
    
    .support .banner-content h1 {
        font-size: 65.625px;
        line-height: 78.75px;
    }
    
    .support .custom-row2-full-width h2 {
            font-size: 26.95px;
        line-height: 55.825px;
    }
    
    .support .custom-row2-full-width p {
        margin-top: 0;
    }
    
    .support .custom-row3-heading h2 {
        font-size: 26.95px;
        line-height: 55.825px;
    }
    
    .post-item {
        width: 50%;
    }
    .support .custom-row4 .custom-row4-heading h2 {
        font-size: 26.95px;
        line-height: 55.825px;
    }
    
    .support .custom-row5-full-width h2 {
        font-size: 26.95px;
        line-height: 55.825px;
    }
    
    .support .custom-row2-col1, .support .custom-row2-col2, .support .custom-row2-col3 {
        width: 100%;
        margin-left: 0;
    }
    
    .custom-four-col-image-counter .custom-four-col-image-col {
        width: 100%;
        margin-right: 0;
    }
    
    .custom-four-col-image-counter .custom-heading {
        margin-bottom: 0;
    }
    
    .support .custom-row5-right-content, .support .custom-row5-left-content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 39px;
    }
    
    .support .custom-row5-right-content {
        margin-bottom: 31px;
    }
    
    .support .banner-content p {
        font-size: 22.5px;
        line-height: 26.25px;
    }
    
    .support .custom-row2-full-width {
        margin-bottom: 62px;
    }
    
    .support .custom-row3-heading {
        margin-bottom: 62px;
    }
    
    .post-top {
        border-bottom: 1px solid #efeee8;
        background: #fff;
    }
    
    .post-top img {
        padding-bottom: 1px;
    }
    
    .support .custom-row5-full-width {
        margin-bottom: 70px;
    }
    .home .custom-banner h1,
    .home2 .custom-banner h1{
        font-size: 33px;
        line-height: 32px;
    }
    .home .custom-banner a.hs-button.primary,
    .home2 .custom-banner a.hs-button.primary{
        margin-top: 35px;
    }
    .custom-two-col-right h3 {
        font-size: 21.175px;
        line-height: 28.875px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .home .banner-content,
    .home2 .banner-content{
        top: 174px;
        padding-left: 49px;
    }
    .custom-two-col-right h1 {
        font-size: 42.35px;
        line-height: 62.563px;
        margin-bottom: 20px;
    }
    .custom-two-col-right p {
        font-size: 21.175px;
        line-height: 28.875px;
        margin-bottom: 20px;
    }
    .company .custom-row1 .custom-banner {
        height: 375px;
    }
    
    .company .custom-row1 .custom-banner .banner-content {
        margin-top: -69.5px;
    }
    
    .company .custom-row1 .custom-banner .banner-content h1 {
        font-size: 65.625px;
        line-height: 78.75px;
    }
    
    .company .custom-row1 .custom-banner .banner-content p {
        font-size: 22.5px;
        line-height: 26.25px;
    }
    
    .company .custom-row2 .section-header h1 {
        font-size: 26.95px;
        line-height: 55.825px;
    }
    
    .company .custom-row2-section-header {
        margin-bottom: 62px;
    }
    
    .company .custom-row3-section-header h1 {
        font-size: 26.95px;
        line-height: 55.825px;
    }
    
    .company .custom-row3-section-header {
        margin-bottom: 62px;
    }
    
    .teammate-name h3 {
        font-size: 21.175px;
        line-height: 28.875px;
    }
    
    .section-header h1 {
        font-size: 26.95px;
        line-height: 55.825px;
    }
    
    .company .custom-row5-group h2 {
        font-size: 26.95px;
        line-height: 55.825px;
        margin-bottom: 9.5px;
    }
    .product .custom-row2 h2 {
        font-size: 26.95px;
        line-height: 55.825px;
    }
    
    .custom-four-col-spin-wrapper .custom-four-col-spin .custom-heading {
        font-size: 21.175px;
        line-height: 28.875px;
    }
    .author-page .hs-author-profile .custom-email {
        text-align: center;
        padding-top: 15px;
    }
    
    .author-page .hs-author-profile .custom-email a {
        margin-left: 0;
    }
    .author-page .custom-author-detail div {
        display: inline;
    }
    .tms .custom-header {
        width: 100%;
    }
}  
@media (max-width: 731.8px) {
    .blog .post-item,
    .support .post-item{
        width:100%;
    }
    .post-item {
        width: 100%;
    }
    .home .custom-banner h1 {
        font-size: 32px;
        line-height: 31px;
    }
    .home .custom-banner a.hs-button.primary {
        margin-top: 1px;
    }
    .home .banner-content {
        top: 179px;
        padding-left: 47px;
    }
    .home2 .custom-banner h1 {
        font-size: 32px;
        line-height: 31px;
    }
    .home2 .custom-banner a.hs-button.primary {
        margin-top: 1px;
    }
    .home2 .banner-content {
        top: 179px;
        padding-left: 47px;
    }
    .custom-two-col-right h1 {
        font-size: 41.162px;
        line-height: 60.808px;
        margin-bottom: 20px;
    }
    .custom-two-col-right p {
        font-size: 21px;
        line-height: 28.636px;
        margin-bottom: 20px;
    }
    .home2 .custom-row3-left-content h2 {
        font-size: 26.95px;
        line-height: 55.825px;
        margin-bottom: 20px;
    }
    
    .home2 .custom-row3-group.bg-image-section-wrapper {
        background-attachment: scroll;
    }
    
    .home2 .custom-row3-group .empty {
        margin-bottom: 35px;
    }
    
    .home2 .custom-row3-right-content h3 {
        margin: 15.881px 0 14.822px;
        font-size: 21.175px;
        line-height: 28.875px;
    }
    
    .home2 .custom-row3-group .custom-row3-left-content {
        margin-bottom: 20px;
    }
    
    .home2 .custom-row3-right-content {
        margin-bottom: 16px;
        padding-bottom: 4px;
    }
    
    .home2 .custom-row4-left-content h2 {
        font-size: 26.95px;
        line-height: 55.825px;
        margin-bottom: 0;
        padding-bottom: 9.432px;
    }
    
    .home2 .custom-row4-left-content {
        padding-bottom: 20px;
    }
}  

@media (max-width:600px){
    .blog-page.hs-blog-listing .custom-blog-row1.custom-banner {
        height: 292px;
    }
    .pricing .custom-row1 h1 {
        font-size: 25.118px;
        line-height: 54.421px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-pricing-col-inner {
        margin: 0;
        box-shadow: none;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-heading h3 {
        font-size: 21.175px;
        line-height: 28.875px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-heading {
        padding: 15px 15px 14px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-sign-up {
        padding: 15px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 23.443px;
        line-height: 48.561px;
        margin-bottom: 0px;
    }
    .home .custom-banner h1 {
        font-size: 4.37vw;
        line-height: 4.169vw;
    }
    .home .banner-content {
        top: 196px;
        padding-left: 38px;
    }
    .home .custom-banner a.hs-button.primary {
        margin-top: 2px;
    }    
    .home2 .custom-banner h1 {
        font-size: 26px;
        line-height: 25px;
    }
    .home2 .banner-content {
        top: 196px;
        padding-left: 38px;
    }
    .home2 .custom-banner a.hs-button.primary {
        margin-top: 2px;
    }
    .custom-two-col-right h1 {
        font-size: 36.839px;
        line-height: 54.421px;
        margin-bottom: 20px;
    }
    body.home2 .custom-row2-full-width h2 {
        font-size: 23.443px;
        line-height: 48.561px;
    }
    
    body.home2 .custom-four-col-image-counter .custom-heading {
        font-size: 23.443px;
        line-height: 48.561px;
        margin-bottom: 20px;
    }
    
    .home2 .custom-row3-left-content h2 {
        font-size: 23.443px;
        line-height: 48.561px;
    }
    
    .home2 .custom-row3-right-content h3 {
        font-size: 21px;
        line-height: 28.636px;
    }
    
    .home2 .custom-row4-left-content h2 {
        font-size: 23.443px;
        line-height: 48.561px;
        padding-bottom: 8px;
    }
    .product .custom-row2 h2 {
        font-size: 23.443px;
        line-height: 48.561px;
        margin-bottom: 7.5px;
    }
    
    .custom-four-col-spin-wrapper .custom-four-col-spin .custom-heading {
            font-size: 21px;
        line-height: 28.636px;
    }
    
    .custom-four-col-spin-wrapper .custom-four-col-spin .custom-icon {
        margin-bottom: 20px;
    }
    .company .custom-row1 .custom-banner .banner-content h1 {
        font-size: 8.5vw;
        line-height: 61.215px;
    }
    
    .company .custom-row1 .custom-banner .banner-content p {
        font-size: 21px;
        line-height: 24.5px;
    }
    
    .company .custom-row1 .custom-banner .banner-content {
        margin-top: -60.5px;
    }
    
    .company .custom-row1 .custom-banner {
        height: 291.5px;
    }
}

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

@media (max-width: 479px) {
    .custom-banner {
        height: 231px;
    }
    .custom-banner h1 {
        font-size: 8.4vw;
    }
    .contact .custom-banner h1 {
        font-size: 40.425px;
        line-height: 48.51px;
    }
    
    .contact .custom-banner p {
        font-size: 21px;
        line-height: 24.5px;
    }
    
    .contact .banner-content {
        margin-top: -54.5px;
    }
    .blog-page.hs-blog-listing .custom-blog-row1.custom-banner {
        height: 231px;
    }
    .pricing .custom-row1 h1 {
        font-size: 22.395px;
        line-height: 48.522px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 21px;
        line-height: 43.5px;
        margin-bottom: -1px;
    }
    .support .custom-banner {
        height: 231px;
        position: relative;
        z-index: 1;
    }
    
    .support .body-container-wrapper {
        padding: 0;
    }
    
    .support .banner-content {
        margin-top: -54.5px;
        padding-top: 0;
    }
    
    .support .banner-content h1 {
        font-size: 40.425px;
        line-height: 48.51px;
    }
    
    .support .custom-row2-full-width h2 {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .support .custom-row2-full-width p {
        margin-top: 0;
    }
    
    .support .custom-row3-heading h2 {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .post-item {
        width: 100%;
    }
    .support .custom-row4 .custom-row4-heading h2 {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .support .custom-row5-full-width h2 {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .support .custom-row2-col1, .support .custom-row2-col2, .support .custom-row2-col3 {
        width: 100%;
        margin-left: 0;
    }
    
    .custom-four-col-image-counter .custom-four-col-image-col {
        width: 100%;
        margin-right: 0;
    }
    
    .custom-four-col-image-counter .custom-heading {
        margin-bottom: 0;
    }
    
    .support .custom-row5-right-content, .support .custom-row5-left-content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 39px;
    }
    
    .support .custom-row5-right-content {
        margin-bottom: 31px;
    }
    
    .support .banner-content p {
        font-size: 21px;
        line-height: 24.5px;
        padding-top: 1px;
    }
    
    .support .custom-row2-full-width {
        margin-bottom: 62px;
    }
    
    .support .custom-row3-heading {
        margin-bottom: 62px;
    }
    
    .post-top {
        border-bottom: 1px solid #efeee8;
        background: #fff;
    }
    
    .post-top img {
        padding-bottom: 1px;
    }
    
    .support .custom-row5-full-width {
        margin-bottom: 70px;
    }
    .home .custom-banner h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .home .banner-content {
        top: 213px;
        padding-left: 30px;
    }
    .home .custom-banner a.hs-button.primary {
        margin-top:21px;
    }
    .home2 .custom-banner h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .home2 .banner-content {
        top: 213px;
        padding-left: 30px;
    }
    .home2 .custom-banner a.hs-button.primary {
        margin-top:21px;
    }
    .custom-two-col-right h1 {
        font-size: 32.846px;
        line-height: 48.522px;
        margin-bottom: 20px;
    }
    body.home2 .custom-row2-full-width h2 {
        font-size: 21px;
        line-height: 43.5px;
        margin-bottom: 7px;
    }
    
    body.home2 .custom-four-col-image-counter .custom-heading {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .home2 .custom-row3-left-content h2 {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .home2 .custom-row4-left-content h2 {
        font-size: 21px;
        line-height: 43.5px;
        padding-bottom: 7px;
    }
    .company .custom-row1 .custom-banner {
        height: 231px;
    }
    
    .company .custom-row1 .custom-banner .banner-content {
        margin-top: -54.5px;
    }
    
    .company .custom-row1 .custom-banner .banner-content h1 {
        /*font-size: 40.425px;
        line-height: 48.51px;
        margin-bottom: 21px;*/
    }
    
    .company .custom-row1 .custom-banner .banner-content p {
        font-size: 21px;
        line-height: 24.5px;
    }
    
    .company .custom-row2 .section-header h1 {
        font-size: 21px;
        line-height: 43.5px;
        margin-bottom: 7px;
    }
    
    .company .custom-row2-section-header {
        margin-bottom: 62px;
    }
    
    .company .custom-row3-section-header h1 {
        font-size: 21px;
        line-height: 43.5px;
        margin-bottom: 7px;
    }
    
    .company .custom-row3-section-header {
        margin-bottom: 63px;
    }
    
    .teammate-name h3 {
        font-size: 21.175px;
        line-height: 28.875px;
    }
    
    .section-header h1 {
            font-size: 21px;
        line-height: 43.5px;
    }
    
    .company .custom-row5-group h2 {
        font-size: 21px;
        line-height: 43.5px;
        margin-bottom: 7.5px;
    }
    
    .custom-three-col-team .custom-three-col-team-col .teammate-image {
        margin-bottom: 5px;
    }
    
    .company .custom-row4-group {
        padding-left: 30px;
        padding-right: 30px;
    }
    .product .custom-row2 h2 {
        font-size: 21px;
        line-height: 43.5px;
        margin-bottom: 7.5px;
    }
    
    .custom-four-col-spin-wrapper .custom-four-col-spin .custom-heading {
        font-size: 21px;
        line-height: 28.636px;
    }
    .tms .custom-row3 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    
    .tms .custom-row3 ul li:nth-last-child(2) {
        margin-bottom: 39px;
    }
}
@media (max-width:380px){
    .home .custom-banner h1 {
        font-size: 16px;
        line-height: 16px;
    }
    .home .banner-content {
        top: 226px;
        padding-left: 24px;
        padding-right: 18px;
    }
    .home .custom-banner a.hs-button.primary {
        margin-top: 16px;
    }
    .home2 .custom-banner h1 {
        font-size: 16px;
        line-height: 16px;
    }
    .home2 .banner-content {
        top: 226px;
        padding-left: 24px;
        padding-right: 18px;
    }
    .home2 .custom-banner a.hs-button.primary {
        margin-top: 16px;
    }
    .custom-two-col-right h1 {
        font-size: 29.579px;
        line-height: 43.696px;
        margin-bottom: 20px;
    }
}
@media (max-width:321px){
     
    .blog-page.hs-blog-listing .custom-blog-row1.custom-banner {
        height: 200px;
    }
    .pricing .custom-row1 h1 {
        font-size: 21px;
        line-height: 45.5px;
    }
    
    .custom-pricing-wrapper .custom-pricing-col .custom-subcontent h2 {
        font-size: 21px;
        line-height: 43.5px;
        margin-bottom: -1px;
    }
    .support .custom-banner {
        height: 200px;
        position: relative;
        z-index: 1;
    }
    
    .support .body-container-wrapper {
        padding: 0;
    }
    
    .support .banner-content {
        padding-top: 0;
        margin-top: -59.5px;
    }
    
    .support .banner-content h1 {
        font-size: 26.6px;
        line-height: 31.92px;
    }
    
    .support .custom-row2-full-width h2 {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .support .custom-row2-full-width p {
        margin-top: 0;
    }
    
    .support .custom-row3-heading h2 {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .post-item {
        width: 100%;
    }
    .support .custom-row4 .custom-row4-heading h2 {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .support .custom-row5-full-width h2 {
        font-size: 21px;
        line-height: 43.5px;
    }
    
    .support .custom-row2-col1, .support .custom-row2-col2, .support .custom-row2-col3 {
        width: 100%;
        margin-left: 0;
    }
    
    .custom-four-col-image-counter .custom-four-col-image-col {
        width: 100%;
        margin-right: 0;
    }
    
    .custom-four-col-image-counter .custom-heading {
        margin-bottom: 0;
    }
    
    .support .custom-row5-right-content, .support .custom-row5-left-content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 39px;
    }
    
    .support .custom-row5-right-content {
        margin-bottom: 31px;
    }
    
    .support .banner-content p {
        font-size: 21px;
        line-height: 24.5px;
        padding-top: 4px;
    }
    
    .support .custom-row2-full-width {
        margin-bottom: 62px;
    }
    
    .support .custom-row3-heading {
        margin-bottom: 62px;
    }
    
    .post-top {
        border-bottom: 1px solid #efeee8;
        background: #fff;
    }
    
    .post-top img {
        padding-bottom: 1px;
    }
    
    .support .custom-row5-full-width {
        margin-bottom: 70px;
    }
    .home .custom-banner h1 {
        font-size: 14px;
        line-height: 14px;
    }
    .home .banner-content {
        top: 226px;
        padding-left: 22px;
        padding-right: 10px;
    }
    .home .custom-banner a.hs-button.primary {
        margin-top: 16px;
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 20px;
    }    
    .home2 .custom-banner h1 {
        font-size: 14px;
        line-height: 14px;
    }
    .home2 .banner-content {
        top: 226px;
        padding-left: 22px;
        padding-right: 10px;
    }
    .home2 .custom-banner a.hs-button.primary {
        margin-top: 16px;
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-two-col-right h1 {
        font-size: 27.632px;
        line-height: 40.82px;
        margin-bottom: 20px;
    }
    .product .custom-row2 h2 {
        font-size: 21px;
        line-height: 43.5px;
        margin-bottom: 6.5px;
    }
    
    .custom-four-col-spin-wrapper .custom-four-col-spin .custom-heading {
        font-size: 21px;
        line-height: 28.636px;
    }
    
    .custom-four-col-spin-wrapper .custom-four-col-spin .custom-icon {
        margin-bottom: 20px;
    }
    
    .product .body-container-wrapper .custom-banner {
        height: 200px;
    }
    .company .custom-row1 .custom-banner .banner-content h1 {
        font-size: 26.688px;
        line-height: 32.025px;
        margin-bottom: 24px;
    }
    
    .company .custom-row1 .custom-banner .banner-content p {
        font-size: 21px;
        line-height: 24.5px;
    }
    
    .company .custom-row1 .custom-banner .banner-content {
        margin-top: -60.5px;
    }
    
    .company .custom-row1 .custom-banner {
        height: 200px;
    }
}
@media (max-width: 342px){
     
    .mobile-trigger {
        top: -45px;
        right: 13px;
    }
}
@media (max-width:320px){
    .contact .custom-banner h1 {
        font-size: 26.6px;
        line-height: 31.92px;
    }
    
    .contact .custom-banner p {
        font-size: 21px;
        line-height: 24.5px;
    }
    
    .contact .banner-content {
        margin-top: -59.5px;
    }
    
    .custom-banner {
        height: 200px;
    }  
    .company .custom-row1 .custom-banner .banner-content h1 {
        font-size: 26.6px;
        line-height: 31.92px;
        margin-bottom: 24px;
    }
    
    .company .custom-row1 .custom-banner {
        height: 200px;
    }
    
    .company .custom-row1 .custom-banner .banner-content p {
        font-size: 21px;
        line-height: 24.5px;
    }
    
    .company .custom-row1 .custom-banner .banner-content {
        margin-top: -59.5px;
    }
}
/*Keyframe*/

@-webkit-keyframes avadaToRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes avadaToRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/*Keyframe*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
   .custom-logo img[src*="logo-rr-75px-h.png"] {
       max-height: 50px;
   }
}



