/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700%2C400italic%2C700italic%7CLato%3A300%2C400%2C700%2C400italic%7CMontserrat%3A400%2C700&ver=1.0.0');
@import url('//fonts.googleapis.com/css?family=Roboto:300,500|Open+Sans:300,600,700|PT+Sans:regular,italic');
/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css');


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
@font-face {
    font-family: TablePress;
    src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/tablepress.eot);
    src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/tablepress.eot?#ie) format('embedded-opentype'),
      url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),url(//www.emnify.com/wp-content/plugins/tablepress/css/tablepress.ttf) format('truetype'),url(//www.emnify.com/wp-content/plugins/tablepress/css/tablepress.svg#TablePress) format('svg');
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'icomoon';
    src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.eot?mb3b1k);
    src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.eot?#iefixmb3b1k) format('embedded-opentype'), 
      url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.woff?mb3b1k) format('woff'), 
      url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.ttf?mb3b1k) format('truetype'), 
      url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.svg?mb3b1k#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'icomoon';
        src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.svg?mb3b1k#icomoon) format('svg');
    }
}

.icon {
    font-family: 'icomoon';
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon {
    width: auto !important;
    height: auto !important;
    vertical-align: inherit !important;
}

.vc-icons-selector .fip-icons-container .fip-box {
    width: 44px !important;
}

.vc-icons-selector .fip-icons-container .fip-box i.icon {
    margin-left: 0 !important;
    line-height: 36px !important;
}

.icon-album:before {
    content: "\e6aa";
}

.icon-arc:before {
    content: "\e6ab";
}

.icon-back-2:before {
    content: "\e6ac";
}

.icon-bandaid:before {
    content: "\e6ad";
}

.icon-car:before {
    content: "\e6ae";
}

.icon-diamond:before {
    content: "\e6af";
}

.icon-door-lock:before {
    content: "\e6b0";
}

.icon-eyedropper:before {
    content: "\e6b1";
}

.icon-female:before {
    content: "\e6b2";
}

.icon-gym:before {
    content: "\e6b3";
}

.icon-hammer:before {
    content: "\e6b4";
}

.icon-headphones:before {
    content: "\e6b5";
}

.icon-helm:before {
    content: "\e6b6";
}

.icon-hourglass:before {
    content: "\e6b7";
}

.icon-leaf:before {
    content: "\e6b8";
}

.icon-magic-wand:before {
    content: "\e6b9";
}

.icon-male:before {
    content: "\e6ba";
}

.icon-map-2:before {
    content: "\e6bb";
}

.icon-next-2:before {
    content: "\e6bc";
}

.icon-paint-bucket:before {
    content: "\e6bd";
}

.icon-pendrive:before {
    content: "\e6be";
}

.icon-photo:before {
    content: "\e6bf";
}

.icon-piggy:before {
    content: "\e6c0";
}

.icon-plugin:before {
    content: "\e6c1";
}

.icon-refresh-2:before {
    content: "\e6c2";
}

.icon-rocket:before {
    content: "\e6c3";
}

.icon-settings:before {
    content: "\e6c4";
}

.icon-shield:before {
    content: "\e6c5";
}

.icon-smile:before {
    content: "\e6c6";
}

.icon-usb:before {
    content: "\e6c7";
}

.icon-vector:before {
    content: "\e6c8";
}

.icon-wine:before {
    content: "\e6c9";
}

.icon-cloud-upload:before {
    content: "\e68a";
}

.icon-cash:before {
    content: "\e68c";
}

.icon-close:before {
    content: "\e680";
}

.icon-bluetooth:before {
    content: "\e68d";
}

.icon-cloud-download:before {
    content: "\e68b";
}

.icon-way:before {
    content: "\e68e";
}

.icon-close-circle:before {
    content: "\e681";
}

.icon-id:before {
    content: "\e68f";
}

.icon-angle-up:before {
    content: "\e682";
}

.icon-wristwatch:before {
    content: "\e690";
}

.icon-angle-up-circle:before {
    content: "\e683";
}

.icon-world:before {
    content: "\e691";
}

.icon-angle-right:before {
    content: "\e684";
}

.icon-volume:before {
    content: "\e692";
}

.icon-angle-right-circle:before {
    content: "\e685";
}

.icon-users:before {
    content: "\e693";
}

.icon-angle-left:before {
    content: "\e686";
}

.icon-user-female:before {
    content: "\e694";
}

.icon-angle-left-circle:before {
    content: "\e687";
}

.icon-up-arrow:before {
    content: "\e695";
}

.icon-angle-down:before {
    content: "\e688";
}

.icon-switch:before {
    content: "\e696";
}

.icon-angle-down-circle:before {
    content: "\e689";
}

.icon-scissors:before {
    content: "\e697";
}

.icon-wallet:before {
    content: "\e600";
}

.icon-safe:before {
    content: "\e698";
}

.icon-volume2:before {
    content: "\e601";
}

.icon-volume1:before {
    content: "\e602";
}

.icon-voicemail:before {
    content: "\e603";
}

.icon-video:before {
    content: "\e604";
}

.icon-user:before {
    content: "\e605";
}

.icon-upload:before {
    content: "\e606";
}

.icon-unlock:before {
    content: "\e607";
}

.icon-umbrella:before {
    content: "\e608";
}

.icon-trash:before {
    content: "\e609";
}

.icon-tools:before {
    content: "\e60a";
}

.icon-timer:before {
    content: "\e60b";
}

.icon-ticket:before {
    content: "\e60c";
}

.icon-target:before {
    content: "\e60d";
}

.icon-sun:before {
    content: "\e60e";
}

.icon-study:before {
    content: "\e60f";
}

.icon-stopwatch:before {
    content: "\e610";
}

.icon-star:before {
    content: "\e611";
}

.icon-speaker:before {
    content: "\e612";
}

.icon-signal:before {
    content: "\e613";
}

.icon-shuffle:before {
    content: "\e614";
}

.icon-shopbag:before {
    content: "\e615";
}

.icon-share:before {
    content: "\e616";
}

.icon-server:before {
    content: "\e617";
}

.icon-search:before {
    content: "\e618";
}

.icon-film:before {
    content: "\e6a5";
}

.icon-science:before {
    content: "\e619";
}

.icon-disk:before {
    content: "\e6a6";
}

.icon-ribbon:before {
    content: "\e61a";
}

.icon-repeat:before {
    content: "\e61b";
}

.icon-refresh:before {
    content: "\e61c";
}

.icon-add-user:before {
    content: "\e6a9";
}

.icon-refresh-cloud:before {
    content: "\e61d";
}

.icon-paperclip:before {
    content: "\e69c";
}

.icon-radio:before {
    content: "\e61e";
}

.icon-note2:before {
    content: "\e69d";
}

.icon-print:before {
    content: "\e61f";
}

.icon-network:before {
    content: "\e69e";
}

.icon-prev:before {
    content: "\e620";
}

.icon-mute:before {
    content: "\e69f";
}

.icon-power:before {
    content: "\e621";
}

.icon-medal:before {
    content: "\e6a0";
}

.icon-portfolio:before {
    content: "\e622";
}

.icon-like2:before {
    content: "\e6a1";
}

.icon-plus:before {
    content: "\e623";
}

.icon-left-arrow:before {
    content: "\e6a2";
}

.icon-play:before {
    content: "\e624";
}

.icon-key:before {
    content: "\e6a3";
}

.icon-plane:before {
    content: "\e625";
}

.icon-joy:before {
    content: "\e6a4";
}

.icon-photo-gallery:before {
    content: "\e626";
}

.icon-pin:before {
    content: "\e69b";
}

.icon-phone:before {
    content: "\e627";
}

.icon-plug:before {
    content: "\e69a";
}

.icon-pen:before {
    content: "\e628";
}

.icon-right-arrow:before {
    content: "\e699";
}

.icon-paper-plane:before {
    content: "\e629";
}

.icon-delete-user:before {
    content: "\e6a7";
}

.icon-paint:before {
    content: "\e62a";
}

.icon-bottom-arrow:before {
    content: "\e6a8";
}

.icon-notebook:before {
    content: "\e62b";
}

.icon-note:before {
    content: "\e62c";
}

.icon-next:before {
    content: "\e62d";
}

.icon-news-paper:before {
    content: "\e62e";
}

.icon-musiclist:before {
    content: "\e62f";
}

.icon-music:before {
    content: "\e630";
}

.icon-mouse:before {
    content: "\e631";
}

.icon-more:before {
    content: "\e632";
}

.icon-moon:before {
    content: "\e633";
}

.icon-monitor:before {
    content: "\e634";
}

.icon-micro:before {
    content: "\e635";
}

.icon-menu:before {
    content: "\e636";
}

.icon-map:before {
    content: "\e637";
}

.icon-map-marker:before {
    content: "\e638";
}

.icon-mail:before {
    content: "\e639";
}

.icon-mail-open:before {
    content: "\e63a";
}

.icon-mail-open-file:before {
    content: "\e63b";
}

.icon-magnet:before {
    content: "\e63c";
}

.icon-loop:before {
    content: "\e63d";
}

.icon-look:before {
    content: "\e63e";
}

.icon-lock:before {
    content: "\e63f";
}

.icon-lintern:before {
    content: "\e640";
}

.icon-link:before {
    content: "\e641";
}

.icon-like:before {
    content: "\e642";
}

.icon-light:before {
    content: "\e643";
}

.icon-less:before {
    content: "\e644";
}

.icon-keypad:before {
    content: "\e645";
}

.icon-junk:before {
    content: "\e646";
}

.icon-info:before {
    content: "\e647";
}

.icon-home:before {
    content: "\e648";
}

.icon-help2:before {
    content: "\e649";
}

.icon-help1:before {
    content: "\e64a";
}

.icon-graph3:before {
    content: "\e64b";
}

.icon-graph2:before {
    content: "\e64c";
}

.icon-graph1:before {
    content: "\e64d";
}

.icon-graph:before {
    content: "\e64e";
}

.icon-global:before {
    content: "\e64f";
}

.icon-gleam:before {
    content: "\e650";
}

.icon-glasses:before {
    content: "\e651";
}

.icon-gift:before {
    content: "\e652";
}

.icon-folder:before {
    content: "\e653";
}

.icon-flag:before {
    content: "\e654";
}

.icon-filter:before {
    content: "\e655";
}

.icon-file:before {
    content: "\e656";
}

.icon-expand1:before {
    content: "\e657";
}

.icon-exapnd2:before {
    content: "\e658";
}

.icon-edit:before {
    content: "\e659";
}

.icon-drop:before {
    content: "\e65a";
}

.icon-drawer:before {
    content: "\e65b";
}

.icon-download:before {
    content: "\e65c";
}

.icon-display2:before {
    content: "\e65d";
}

.icon-display1:before {
    content: "\e65e";
}

.icon-diskette:before {
    content: "\e65f";
}

.icon-date:before {
    content: "\e660";
}

.icon-cup:before {
    content: "\e661";
}

.icon-culture:before {
    content: "\e662";
}

.icon-crop:before {
    content: "\e663";
}

.icon-credit:before {
    content: "\e664";
}

.icon-copy-file:before {
    content: "\e665";
}

.icon-config:before {
    content: "\e666";
}

.icon-compass:before {
    content: "\e667";
}

.icon-comment:before {
    content: "\e668";
}

.icon-coffee:before {
    content: "\e669";
}

.icon-cloud:before {
    content: "\e66a";
}

.icon-clock:before {
    content: "\e66b";
}

.icon-check:before {
    content: "\e66c";
}

.icon-chat:before {
    content: "\e66d";
}

.icon-cart:before {
    content: "\e66e";
}

.icon-camera:before {
    content: "\e66f";
}

.icon-call:before {
    content: "\e670";
}

.icon-calculator:before {
    content: "\e671";
}

.icon-browser:before {
    content: "\e672";
}

.icon-box2:before {
    content: "\e673";
}

.icon-box1:before {
    content: "\e674";
}

.icon-bookmarks:before {
    content: "\e675";
}

.icon-bicycle:before {
    content: "\e676";
}

.icon-bell:before {
    content: "\e677";
}

.icon-battery:before {
    content: "\e678";
}

.icon-ball:before {
    content: "\e679";
}

.icon-back:before {
    content: "\e67a";
}

.icon-attention:before {
    content: "\e67b";
}

.icon-anchor:before {
    content: "\e67c";
}

.icon-albums:before {
    content: "\e67d";
}

.icon-alarm:before {
    content: "\e67e";
}

.icon-airplay:before {
    content: "\e67f";
}

.icon-mobile:before {
    content: "\e000";
}

.icon-laptop:before {
    content: "\e001";
}

.icon-desktop:before {
    content: "\e002";
}

.icon-tablet:before {
    content: "\e003";
}

.icon-phone5:before {
    content: "\e004";
}

.icon-document:before {
    content: "\e005";
}

.icon-documents:before {
    content: "\e006";
}

.icon-search5:before {
    content: "\e007";
}

.icon-clipboard:before {
    content: "\e008";
}

.icon-newspaper:before {
    content: "\e009";
}

.icon-notebook2:before {
    content: "\e00a";
}

.icon-book-open:before {
    content: "\e00b";
}

.icon-browser3:before {
    content: "\e00c";
}

.icon-calendar:before {
    content: "\e00d";
}

.icon-presentation:before {
    content: "\e00e";
}

.icon-picture:before {
    content: "\e00f";
}

.icon-pictures:before {
    content: "\e010";
}

.icon-video4:before {
    content: "\e011";
}

.icon-camera5:before {
    content: "\e012";
}

.icon-printer:before {
    content: "\e013";
}

.icon-toolbox:before {
    content: "\e014";
}

.icon-briefcase:before {
    content: "\e015";
}

.icon-wallet3:before {
    content: "\e016";
}

.icon-gift3:before {
    content: "\e017";
}

.icon-bargraph:before {
    content: "\e018";
}

.icon-grid:before {
    content: "\e019";
}

.icon-expand:before {
    content: "\e01a";
}

.icon-focus:before {
    content: "\e01b";
}

.icon-edit3:before {
    content: "\e01c";
}

.icon-adjustments:before {
    content: "\e01d";
}

.icon-ribbon2:before {
    content: "\e01e";
}

.icon-hourglass3:before {
    content: "\e01f";
}

.icon-lock5:before {
    content: "\e020";
}

.icon-megaphone:before {
    content: "\e021";
}

.icon-shield3:before {
    content: "\e022";
}

.icon-trophy:before {
    content: "\e023";
}

.icon-flag4:before {
    content: "\e024";
}

.icon-map3:before {
    content: "\e025";
}

.icon-puzzle:before {
    content: "\e026";
}

.icon-basket:before {
    content: "\e027";
}

.icon-envelope:before {
    content: "\e028";
}

.icon-streetsign:before {
    content: "\e029";
}

.icon-telescope:before {
    content: "\e02a";
}

.icon-gears:before {
    content: "\e02b";
}

.icon-key5:before {
    content: "\e02c";
}

.icon-paperclip4:before {
    content: "\e02d";
}

.icon-attachment:before {
    content: "\e02e";
}

.icon-pricetags:before {
    content: "\e02f";
}

.icon-lightbulb:before {
    content: "\e030";
}

.icon-layers:before {
    content: "\e031";
}

.icon-pencil:before {
    content: "\e032";
}

.icon-tools3:before {
    content: "\e033";
}

.icon-tools-2:before {
    content: "\e034";
}

.icon-scissors2:before {
    content: "\e035";
}

.icon-paintbrush:before {
    content: "\e036";
}

.icon-magnifying-glass:before {
    content: "\e037";
}

.icon-circle-compass:before {
    content: "\e038";
}

.icon-linegraph:before {
    content: "\e039";
}

.icon-mic:before {
    content: "\e03a";
}

.icon-strategy:before {
    content: "\e03b";
}

.icon-beaker:before {
    content: "\e03c";
}

.icon-caution:before {
    content: "\e03d";
}

.icon-recycle:before {
    content: "\e03e";
}

.icon-anchor3:before {
    content: "\e03f";
}

.icon-profile-male:before {
    content: "\e040";
}

.icon-profile-female:before {
    content: "\e041";
}

.icon-bike:before {
    content: "\e042";
}

.icon-wine2:before {
    content: "\e043";
}

.icon-hotairballoon:before {
    content: "\e044";
}

.icon-globe:before {
    content: "\e045";
}

.icon-genius:before {
    content: "\e046";
}

.icon-map-pin:before {
    content: "\e047";
}

.icon-dial:before {
    content: "\e048";
}

.icon-chat3:before {
    content: "\e049";
}

.icon-heart:before {
    content: "\e04a";
}

.icon-cloud5:before {
    content: "\e04b";
}

.icon-upload5:before {
    content: "\e04c";
}

.icon-download4:before {
    content: "\e04d";
}

.icon-target3:before {
    content: "\e04e";
}

.icon-hazardous:before {
    content: "\e04f";
}

.icon-piechart:before {
    content: "\e050";
}

.icon-speedometer:before {
    content: "\e051";
}

.icon-global2:before {
    content: "\e052";
}

.icon-compass4:before {
    content: "\e053";
}

.icon-lifesaver:before {
    content: "\e054";
}

.icon-clock4:before {
    content: "\e055";
}

.icon-aperture:before {
    content: "\e056";
}

.icon-quote:before {
    content: "\e057";
}

.icon-scope:before {
    content: "\e058";
}

.icon-alarmclock:before {
    content: "\e059";
}

.icon-refresh3:before {
    content: "\e05a";
}

.icon-happy:before {
    content: "\e05b";
}

.icon-sad:before {
    content: "\e05c";
}

.icon-facebook:before {
    content: "\e05d";
}

.icon-twitter:before {
    content: "\e05e";
}

.icon-googleplus:before {
    content: "\e05f";
}

.icon-rss:before {
    content: "\e060";
}

.icon-tumblr:before {
    content: "\e061";
}

.icon-linkedin:before {
    content: "\e062";
}

.icon-dribbble:before {
    content: "\e063";
}

.icon-heart2:before {
    content: "\e7e7";
}

.icon-cloud2:before {
    content: "\e7e8";
}

.icon-star5:before {
    content: "\e7e9";
}

.icon-tv:before {
    content: "\e7ea";
}

.icon-sound:before {
    content: "\e7eb";
}

.icon-video2:before {
    content: "\e7ec";
}

.icon-trash4:before {
    content: "\e7ed";
}

.icon-user4:before {
    content: "\e7ee";
}

.icon-key2:before {
    content: "\e7ef";
}

.icon-search2:before {
    content: "\e7f0";
}

.icon-settings2:before {
    content: "\e7f1";
}

.icon-camera2:before {
    content: "\e7f2";
}

.icon-tag:before {
    content: "\e7f3";
}

.icon-lock2:before {
    content: "\e7f4";
}

.icon-bulb:before {
    content: "\e7f5";
}

.icon-pen2:before {
    content: "\e7f6";
}

.icon-diamond2:before {
    content: "\e7f7";
}

.icon-display:before {
    content: "\e7f8";
}

.icon-location:before {
    content: "\e7f9";
}

.icon-eye:before {
    content: "\e7fa";
}

.icon-bubble:before {
    content: "\e7fb";
}

.icon-stack:before {
    content: "\e7fc";
}

.icon-cup3:before {
    content: "\e7fd";
}

.icon-phone2:before {
    content: "\e7fe";
}

.icon-news:before {
    content: "\e7ff";
}

.icon-mail3:before {
    content: "\e800";
}

.icon-like3:before {
    content: "\e801";
}

.icon-photo2:before {
    content: "\e802";
}

.icon-note3:before {
    content: "\e803";
}

.icon-clock2:before {
    content: "\e804";
}

.icon-paperplane:before {
    content: "\e805";
}

.icon-params:before {
    content: "\e806";
}

.icon-banknote:before {
    content: "\e807";
}

.icon-data:before {
    content: "\e808";
}

.icon-music6:before {
    content: "\e809";
}

.icon-megaphone2:before {
    content: "\e80a";
}

.icon-study2:before {
    content: "\e80b";
}

.icon-lab:before {
    content: "\e80c";
}

.icon-food:before {
    content: "\e80d";
}

.icon-t-shirt:before {
    content: "\e80e";
}

.icon-fire:before {
    content: "\e80f";
}

.icon-clip:before {
    content: "\e810";
}

.icon-shop:before {
    content: "\e811";
}

.icon-calendar2:before {
    content: "\e812";
}

.icon-wallet2:before {
    content: "\e813";
}

.icon-vynil:before {
    content: "\e814";
}

.icon-truck:before {
    content: "\e815";
}

.icon-world2:before {
    content: "\e816";
}

.icon-glass:before {
    content: "\f000";
}

.icon-music2:before {
    content: "\f001";
}

.icon-search3:before {
    content: "\f002";
}

.icon-envelope-o:before {
    content: "\f003";
}

.icon-heart3:before {
    content: "\f004";
}

.icon-star2:before {
    content: "\f005";
}

.icon-star-o:before {
    content: "\f006";
}

.icon-user2:before {
    content: "\f007";
}

.icon-film2:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-check2:before {
    content: "\f00c";
}

.icon-close2:before {
    content: "\f00d";
}

.icon-search-plus:before {
    content: "\f00e";
}

.icon-search-minus:before {
    content: "\f010";
}

.icon-power-off:before {
    content: "\f011";
}

.icon-signal3:before {
    content: "\f012";
}

.icon-cog:before {
    content: "\f013";
}

.icon-trash-o:before {
    content: "\f014";
}

.icon-home2:before {
    content: "\f015";
}

.icon-file-o:before {
    content: "\f016";
}

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

.icon-road:before {
    content: "\f018";
}

.icon-download2:before {
    content: "\f019";
}

.icon-arrow-circle-o-down:before {
    content: "\f01a";
}

.icon-arrow-circle-o-up:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle-o:before {
    content: "\f01d";
}

.icon-repeat2:before {
    content: "\f01e";
}

.icon-refresh2:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock3:before {
    content: "\f023";
}

.icon-flag2:before {
    content: "\f024";
}

.icon-headphones2:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag2:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print2:before {
    content: "\f02f";
}

.icon-camera3:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-dedent:before {
    content: "\f03b";
}

.icon-indent:before {
    content: "\f03c";
}

.icon-video-camera:before {
    content: "\f03d";
}

.icon-image:before {
    content: "\f03e";
}

.icon-pencil2:before {
    content: "\f040";
}

.icon-map-marker2:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit2:before {
    content: "\f044";
}

.icon-share-square-o:before {
    content: "\f045";
}

.icon-check-square-o:before {
    content: "\f046";
}

.icon-arrows:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play3:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-circle:before {
    content: "\f055";
}

.icon-minus-circle:before {
    content: "\f056";
}

.icon-times-circle:before {
    content: "\f057";
}

.icon-check-circle:before {
    content: "\f058";
}

.icon-question-circle:before {
    content: "\f059";
}

.icon-info-circle:before {
    content: "\f05a";
}

.icon-crosshairs:before {
    content: "\f05b";
}

.icon-times-circle-o:before {
    content: "\f05c";
}

.icon-check-circle-o:before {
    content: "\f05d";
}

.icon-ban:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before {
    content: "\f064";
}

.icon-expand2:before {
    content: "\f065";
}

.icon-compress:before {
    content: "\f066";
}

.icon-plus5:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-circle:before {
    content: "\f06a";
}

.icon-gift2:before {
    content: "\f06b";
}

.icon-leaf3:before {
    content: "\f06c";
}

.icon-fire2:before {
    content: "\f06d";
}

.icon-eye2:before {
    content: "\f06e";
}

.icon-eye-slash:before {
    content: "\f070";
}

.icon-exclamation-triangle:before {
    content: "\f071";
}

.icon-plane2:before {
    content: "\f072";
}

.icon-calendar3:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment3:before {
    content: "\f075";
}

.icon-magnet3:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder3:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-arrows-v:before {
    content: "\f07d";
}

.icon-arrows-h:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-square:before {
    content: "\f081";
}

.icon-facebook-square:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key3:before {
    content: "\f084";
}

.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-o-up:before {
    content: "\f087";
}

.icon-thumbs-o-down:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-o:before {
    content: "\f08a";
}

.icon-sign-out:before {
    content: "\f08b";
}

.icon-linkedin-square:before {
    content: "\f08c";
}

.icon-thumb-tack:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-sign-in:before {
    content: "\f090";
}

.icon-trophy2:before {
    content: "\f091";
}

.icon-github-square:before {
    content: "\f092";
}

.icon-upload2:before {
    content: "\f093";
}

.icon-lemon-o:before {
    content: "\f094";
}

.icon-phone3:before {
    content: "\f095";
}

.icon-square-o:before {
    content: "\f096";
}

.icon-bookmark-o:before {
    content: "\f097";
}

.icon-phone-square:before {
    content: "\f098";
}

.icon-twitter2:before {
    content: "\f099";
}

.icon-facebook2:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock2:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss2:before {
    content: "\f09e";
}

.icon-hdd-o:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell-o:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-o-right:before {
    content: "\f0a4";
}

.icon-hand-o-left:before {
    content: "\f0a5";
}

.icon-hand-o-up:before {
    content: "\f0a6";
}

.icon-hand-o-down:before {
    content: "\f0a7";
}

.icon-arrow-circle-left:before {
    content: "\f0a8";
}

.icon-arrow-circle-right:before {
    content: "\f0a9";
}

.icon-arrow-circle-up:before {
    content: "\f0aa";
}

.icon-arrow-circle-down:before {
    content: "\f0ab";
}

.icon-globe2:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter2:before {
    content: "\f0b0";
}

.icon-briefcase2:before {
    content: "\f0b1";
}

.icon-arrows-alt:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-chain:before {
    content: "\f0c1";
}

.icon-cloud3:before {
    content: "\f0c2";
}

.icon-flask:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip2:before {
    content: "\f0c6";
}

.icon-floppy-o:before {
    content: "\f0c7";
}

.icon-square:before {
    content: "\f0c8";
}

.icon-bars:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck2:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-square:before {
    content: "\f0d3";
}

.icon-google-plus-square:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-desc:before {
    content: "\f0dd";
}

.icon-sort-asc:before {
    content: "\f0de";
}

.icon-envelope2:before {
    content: "\f0e0";
}

.icon-linkedin2:before {
    content: "\f0e1";
}

.icon-rotate-left:before {
    content: "\f0e2";
}

.icon-gavel:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-o:before {
    content: "\f0e5";
}

.icon-comments-o:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella2:before {
    content: "\f0e9";
}

.icon-clipboard2:before {
    content: "\f0ea";
}

.icon-lightbulb-o:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download2:before {
    content: "\f0ed";
}

.icon-cloud-upload2:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell3:before {
    content: "\f0f3";
}

.icon-coffee2:before {
    content: "\f0f4";
}

.icon-cutlery:before {
    content: "\f0f5";
}

.icon-file-text-o:before {
    content: "\f0f6";
}

.icon-building-o:before {
    content: "\f0f7";
}

.icon-hospital-o:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-square:before {
    content: "\f0fd";
}

.icon-plus-square:before {
    content: "\f0fe";
}

.icon-angle-double-left:before {
    content: "\f100";
}

.icon-angle-double-right:before {
    content: "\f101";
}

.icon-angle-double-up:before {
    content: "\f102";
}

.icon-angle-double-down:before {
    content: "\f103";
}

.icon-angle-left2:before {
    content: "\f104";
}

.icon-angle-right2:before {
    content: "\f105";
}

.icon-angle-up2:before {
    content: "\f106";
}

.icon-angle-down2:before {
    content: "\f107";
}

.icon-desktop2:before {
    content: "\f108";
}

.icon-laptop2:before {
    content: "\f109";
}

.icon-tablet2:before {
    content: "\f10a";
}

.icon-mobile2:before {
    content: "\f10b";
}

.icon-circle-o:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-o:before {
    content: "\f114";
}

.icon-folder-open-o:before {
    content: "\f115";
}

.icon-smile-o:before {
    content: "\f118";
}

.icon-frown-o:before {
    content: "\f119";
}

.icon-meh-o:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard-o:before {
    content: "\f11c";
}

.icon-flag-o:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop2:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-chain-broken:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info4:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-slash:before {
    content: "\f131";
}

.icon-shield2:before {
    content: "\f132";
}

.icon-calendar-o:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket3:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-circle-left:before {
    content: "\f137";
}

.icon-chevron-circle-right:before {
    content: "\f138";
}

.icon-chevron-circle-up:before {
    content: "\f139";
}

.icon-chevron-circle-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor2:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-h:before {
    content: "\f141";
}

.icon-ellipsis-v:before {
    content: "\f142";
}

.icon-rss-square:before {
    content: "\f143";
}

.icon-play-circle:before {
    content: "\f144";
}

.icon-ticket3:before {
    content: "\f145";
}

.icon-minus-square:before {
    content: "\f146";
}

.icon-minus-square-o:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-square:before {
    content: "\f14a";
}

.icon-pencil-square:before {
    content: "\f14b";
}

.icon-external-link-square:before {
    content: "\f14c";
}

.icon-share-square:before {
    content: "\f14d";
}

.icon-compass2:before {
    content: "\f14e";
}

.icon-caret-square-o-down:before {
    content: "\f150";
}

.icon-caret-square-o-up:before {
    content: "\f151";
}

.icon-caret-square-o-right:before {
    content: "\f152";
}

.icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before {
    content: "\f155";
}

.icon-inr:before {
    content: "\f156";
}

.icon-cny:before {
    content: "\f157";
}

.icon-rouble:before {
    content: "\f158";
}

.icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before {
    content: "\f15a";
}

.icon-file2:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-alpha-asc:before {
    content: "\f15d";
}

.icon-sort-alpha-desc:before {
    content: "\f15e";
}

.icon-sort-amount-asc:before {
    content: "\f160";
}

.icon-sort-amount-desc:before {
    content: "\f161";
}

.icon-sort-numeric-asc:before {
    content: "\f162";
}

.icon-sort-numeric-desc:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-square:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-square:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stack-overflow:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-square:before {
    content: "\f172";
}

.icon-tumblr2:before {
    content: "\f173";
}

.icon-tumblr-square:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble2:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female2:before {
    content: "\f182";
}

.icon-male2:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun-o:before {
    content: "\f185";
}

.icon-moon-o:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.icon-pagelines:before {
    content: "\f18c";
}

.icon-stack-exchange:before {
    content: "\f18d";
}

.icon-arrow-circle-o-right:before {
    content: "\f18e";
}

.icon-arrow-circle-o-left:before {
    content: "\f190";
}

.icon-caret-square-o-left:before {
    content: "\f191";
}

.icon-dot-circle-o:before {
    content: "\f192";
}

.icon-wheelchair:before {
    content: "\f193";
}

.icon-vimeo-square:before {
    content: "\f194";
}

.icon-try:before {
    content: "\f195";
}

.icon-plus-square-o:before {
    content: "\f196";
}

.icon-space-shuttle:before {
    content: "\f197";
}

.icon-slack:before {
    content: "\f198";
}

.icon-envelope-square:before {
    content: "\f199";
}

.icon-wordpress:before {
    content: "\f19a";
}

.icon-openid:before {
    content: "\f19b";
}

.icon-bank:before {
    content: "\f19c";
}

.icon-graduation-cap:before {
    content: "\f19d";
}

.icon-yahoo:before {
    content: "\f19e";
}

.icon-google:before {
    content: "\f1a0";
}

.icon-reddit:before {
    content: "\f1a1";
}

.icon-reddit-square:before {
    content: "\f1a2";
}

.icon-stumbleupon-circle:before {
    content: "\f1a3";
}

.icon-stumbleupon:before {
    content: "\f1a4";
}

.icon-delicious:before {
    content: "\f1a5";
}

.icon-digg:before {
    content: "\f1a6";
}

.icon-pied-piper:before {
    content: "\f1a7";
}

.icon-pied-piper-alt:before {
    content: "\f1a8";
}

.icon-drupal:before {
    content: "\f1a9";
}

.icon-joomla:before {
    content: "\f1aa";
}

.icon-language:before {
    content: "\f1ab";
}

.icon-fax:before {
    content: "\f1ac";
}

.icon-building:before {
    content: "\f1ad";
}

.icon-child:before {
    content: "\f1ae";
}

.icon-paw:before {
    content: "\f1b0";
}

.icon-spoon:before {
    content: "\f1b1";
}

.icon-cube:before {
    content: "\f1b2";
}

.icon-cubes:before {
    content: "\f1b3";
}

.icon-behance:before {
    content: "\f1b4";
}

.icon-behance-square:before {
    content: "\f1b5";
}

.icon-steam:before {
    content: "\f1b6";
}

.icon-steam-square:before {
    content: "\f1b7";
}

.icon-recycle2:before {
    content: "\f1b8";
}

.icon-automobile:before {
    content: "\f1b9";
}

.icon-cab:before {
    content: "\f1ba";
}

.icon-tree:before {
    content: "\f1bb";
}

.icon-spotify:before {
    content: "\f1bc";
}

.icon-deviantart:before {
    content: "\f1bd";
}

.icon-soundcloud:before {
    content: "\f1be";
}

.icon-database:before {
    content: "\f1c0";
}

.icon-file-pdf-o:before {
    content: "\f1c1";
}

.icon-file-word-o:before {
    content: "\f1c2";
}

.icon-file-excel-o:before {
    content: "\f1c3";
}

.icon-file-powerpoint-o:before {
    content: "\f1c4";
}

.icon-file-image-o:before {
    content: "\f1c5";
}

.icon-file-archive-o:before {
    content: "\f1c6";
}

.icon-file-audio-o:before {
    content: "\f1c7";
}

.icon-file-movie-o:before {
    content: "\f1c8";
}

.icon-file-code-o:before {
    content: "\f1c9";
}

.icon-vine:before {
    content: "\f1ca";
}

.icon-codepen:before {
    content: "\f1cb";
}

.icon-jsfiddle:before {
    content: "\f1cc";
}

.icon-life-bouy:before {
    content: "\f1cd";
}

.icon-circle-o-notch:before {
    content: "\f1ce";
}

.icon-ra:before {
    content: "\f1d0";
}

.icon-empire:before {
    content: "\f1d1";
}

.icon-git-square:before {
    content: "\f1d2";
}

.icon-git:before {
    content: "\f1d3";
}

.icon-hacker-news:before {
    content: "\f1d4";
}

.icon-tencent-weibo:before {
    content: "\f1d5";
}

.icon-qq:before {
    content: "\f1d6";
}

.icon-wechat:before {
    content: "\f1d7";
}

.icon-paper-plane2:before {
    content: "\f1d8";
}

.icon-paper-plane-o:before {
    content: "\f1d9";
}

.icon-history:before {
    content: "\f1da";
}

.icon-circle-thin:before {
    content: "\f1db";
}

.icon-header:before {
    content: "\f1dc";
}

.icon-paragraph:before {
    content: "\f1dd";
}

.icon-sliders:before {
    content: "\f1de";
}

.icon-share-alt:before {
    content: "\f1e0";
}

.icon-share-alt-square:before {
    content: "\f1e1";
}

.icon-bomb:before {
    content: "\f1e2";
}

.icon-futbol-o:before {
    content: "\f1e3";
}

.icon-tty:before {
    content: "\f1e4";
}

.icon-binoculars:before {
    content: "\f1e5";
}

.icon-plug2:before {
    content: "\f1e6";
}

.icon-slideshare:before {
    content: "\f1e7";
}

.icon-twitch:before {
    content: "\f1e8";
}

.icon-yelp:before {
    content: "\f1e9";
}

.icon-newspaper-o:before {
    content: "\f1ea";
}

.icon-wifi:before {
    content: "\f1eb";
}

.icon-calculator2:before {
    content: "\f1ec";
}

.icon-paypal:before {
    content: "\f1ed";
}

.icon-google-wallet:before {
    content: "\f1ee";
}

.icon-cc-visa:before {
    content: "\f1f0";
}

.icon-cc-mastercard:before {
    content: "\f1f1";
}

.icon-cc-discover:before {
    content: "\f1f2";
}

.icon-cc-amex:before {
    content: "\f1f3";
}

.icon-cc-paypal:before {
    content: "\f1f4";
}

.icon-cc-stripe:before {
    content: "\f1f5";
}

.icon-bell-slash:before {
    content: "\f1f6";
}

.icon-bell-slash-o:before {
    content: "\f1f7";
}

.icon-trash2:before {
    content: "\f1f8";
}

.icon-copyright:before {
    content: "\f1f9";
}

.icon-at:before {
    content: "\f1fa";
}

.icon-eyedropper2:before {
    content: "\f1fb";
}

.icon-paint-brush:before {
    content: "\f1fc";
}

.icon-birthday-cake:before {
    content: "\f1fd";
}

.icon-area-chart:before {
    content: "\f1fe";
}

.icon-pie-chart:before {
    content: "\f200";
}

.icon-line-chart:before {
    content: "\f201";
}

.icon-lastfm:before {
    content: "\f202";
}

.icon-lastfm-square:before {
    content: "\f203";
}

.icon-toggle-off:before {
    content: "\f204";
}

.icon-toggle-on:before {
    content: "\f205";
}

.icon-bicycle2:before {
    content: "\f206";
}

.icon-bus:before {
    content: "\f207";
}

.icon-ioxhost:before {
    content: "\f208";
}

.icon-angellist:before {
    content: "\f209";
}

.icon-cc:before {
    content: "\f20a";
}

.icon-ils:before {
    content: "\f20b";
}

.icon-meanpath:before {
    content: "\f20c";
}

.icon-phone4:before {
    content: "\e6ca";
}

.icon-mobile3:before {
    content: "\e6cb";
}

.icon-mouse2:before {
    content: "\e6cc";
}

.icon-directions:before {
    content: "\e6cd";
}

.icon-mail2:before {
    content: "\e6ce";
}

.icon-paperplane2:before {
    content: "\e6cf";
}

.icon-pencil3:before {
    content: "\e6d0";
}

.icon-feather:before {
    content: "\e6d1";
}

.icon-paperclip3:before {
    content: "\e6d2";
}

.icon-drawer2:before {
    content: "\e6d3";
}

.icon-reply:before {
    content: "\e6d4";
}

.icon-reply-all:before {
    content: "\e6d5";
}

.icon-forward2:before {
    content: "\e6d6";
}

.icon-user3:before {
    content: "\e6d7";
}

.icon-users2:before {
    content: "\e6d8";
}

.icon-user-add:before {
    content: "\e6d9";
}

.icon-vcard:before {
    content: "\e6da";
}

.icon-export:before {
    content: "\e6db";
}

.icon-location2:before {
    content: "\e6dc";
}

.icon-map2:before {
    content: "\e6dd";
}

.icon-compass3:before {
    content: "\e6de";
}

.icon-location3:before {
    content: "\e6df";
}

.icon-target2:before {
    content: "\e6e0";
}

.icon-share2:before {
    content: "\e6e1";
}

.icon-sharable:before {
    content: "\e7d3";
}

.icon-heart4:before {
    content: "\e7d4";
}

.icon-heart5:before {
    content: "\e6e2";
}

.icon-star3:before {
    content: "\e6e3";
}

.icon-star4:before {
    content: "\e6e4";
}

.icon-thumbsup:before {
    content: "\e6e5";
}

.icon-thumbsdown:before {
    content: "\e6e6";
}

.icon-chat2:before {
    content: "\e6e7";
}

.icon-comment2:before {
    content: "\e6e8";
}

.icon-quote2:before {
    content: "\e6e9";
}

.icon-house:before {
    content: "\e6ea";
}

.icon-popup:before {
    content: "\e6eb";
}

.icon-search4:before {
    content: "\e6ec";
}

.icon-flashlight:before {
    content: "\e6ed";
}

.icon-printer2:before {
    content: "\e6ee";
}

.icon-bell2:before {
    content: "\e6ef";
}

.icon-link2:before {
    content: "\e6f0";
}

.icon-flag3:before {
    content: "\e6f1";
}

.icon-cog2:before {
    content: "\e6f2";
}

.icon-tools2:before {
    content: "\e6f3";
}

.icon-trophy3:before {
    content: "\e6f4";
}

.icon-tag3:before {
    content: "\e6f5";
}

.icon-camera4:before {
    content: "\e6f6";
}

.icon-megaphone3:before {
    content: "\e6f7";
}

.icon-moon2:before {
    content: "\e6f8";
}

.icon-palette:before {
    content: "\e6f9";
}

.icon-leaf2:before {
    content: "\e7d5";
}

.icon-music3:before {
    content: "\e7d6";
}

.icon-music4:before {
    content: "\e6fa";
}

.icon-new:before {
    content: "\e6fb";
}

.icon-graduation:before {
    content: "\e6fc";
}

.icon-book2:before {
    content: "\e6fd";
}

.icon-newspaper2:before {
    content: "\e6fe";
}

.icon-bag:before {
    content: "\e6ff";
}

.icon-airplane:before {
    content: "\e700";
}

.icon-lifebuoy:before {
    content: "\e701";
}

.icon-eye3:before {
    content: "\e702";
}

.icon-clock3:before {
    content: "\e703";
}

.icon-microphone2:before {
    content: "\e704";
}

.icon-calendar4:before {
    content: "\e705";
}

.icon-bolt2:before {
    content: "\e706";
}

.icon-thunder:before {
    content: "\e707";
}

.icon-droplet:before {
    content: "\e708";
}

.icon-cd:before {
    content: "\e709";
}

.icon-briefcase3:before {
    content: "\e70a";
}

.icon-air:before {
    content: "\e70b";
}

.icon-hourglass2:before {
    content: "\e70c";
}

.icon-gauge:before {
    content: "\e70d";
}

.icon-language2:before {
    content: "\e70e";
}

.icon-network2:before {
    content: "\e70f";
}

.icon-key4:before {
    content: "\e710";
}

.icon-battery2:before {
    content: "\e711";
}

.icon-bucket:before {
    content: "\e7d7";
}

.icon-magnet2:before {
    content: "\e7d8";
}

.icon-drive:before {
    content: "\e712";
}

.icon-cup2:before {
    content: "\e713";
}

.icon-rocket2:before {
    content: "\e714";
}

.icon-brush:before {
    content: "\e715";
}

.icon-suitcase2:before {
    content: "\e716";
}

.icon-cone:before {
    content: "\e717";
}

.icon-earth:before {
    content: "\e718";
}

.icon-keyboard:before {
    content: "\e719";
}

.icon-browser2:before {
    content: "\e71a";
}

.icon-publish:before {
    content: "\e71b";
}

.icon-progress-3:before {
    content: "\e71c";
}

.icon-progress-2:before {
    content: "\e71d";
}

.icon-brogress-1:before {
    content: "\e71e";
}

.icon-progress-0:before {
    content: "\e71f";
}

.icon-sun2:before {
    content: "\e720";
}

.icon-sun22:before {
    content: "\e721";
}

.icon-adjust2:before {
    content: "\e722";
}

.icon-code2:before {
    content: "\e723";
}

.icon-screen:before {
    content: "\e724";
}

.icon-infinity:before {
    content: "\e725";
}

.icon-light-bulb:before {
    content: "\e726";
}

.icon-creditcard:before {
    content: "\e727";
}

.icon-database2:before {
    content: "\e728";
}

.icon-voicemail2:before {
    content: "\e729";
}

.icon-clipboard3:before {
    content: "\e7d9";
}

.icon-cart2:before {
    content: "\e7da";
}

.icon-box:before {
    content: "\e72a";
}

.icon-ticket2:before {
    content: "\e72b";
}

.icon-rss3:before {
    content: "\e72c";
}

.icon-signal2:before {
    content: "\e72d";
}

.icon-thermometer:before {
    content: "\e72e";
}

.icon-droplets:before {
    content: "\e72f";
}

.icon-uniE69E:before {
    content: "\e730";
}

.icon-statistics:before {
    content: "\e731";
}

.icon-pie:before {
    content: "\e732";
}

.icon-bars2:before {
    content: "\e733";
}

.icon-graph4:before {
    content: "\e734";
}

.icon-lock4:before {
    content: "\e735";
}

.icon-lock-open:before {
    content: "\e736";
}

.icon-logout:before {
    content: "\e737";
}

.icon-login:before {
    content: "\e738";
}

.icon-checkmark:before {
    content: "\e739";
}

.icon-cross2:before {
    content: "\e73a";
}

.icon-minus2:before {
    content: "\e73b";
}

.icon-plus2:before {
    content: "\e73c";
}

.icon-cross3:before {
    content: "\e73d";
}

.icon-minus3:before {
    content: "\e73e";
}

.icon-plus3:before {
    content: "\e73f";
}

.icon-cross4:before {
    content: "\e740";
}

.icon-minus4:before {
    content: "\e741";
}

.icon-plus4:before {
    content: "\e7db";
}

.icon-erase:before {
    content: "\e7dc";
}

.icon-blocked:before {
    content: "\e742";
}

.icon-info2:before {
    content: "\e743";
}

.icon-info3:before {
    content: "\e744";
}

.icon-question2:before {
    content: "\e745";
}

.icon-help:before {
    content: "\e746";
}

.icon-warning:before {
    content: "\e747";
}

.icon-cycle:before {
    content: "\e748";
}

.icon-cw:before {
    content: "\e749";
}

.icon-ccw:before {
    content: "\e74a";
}

.icon-shuffle2:before {
    content: "\e74b";
}

.icon-arrow:before {
    content: "\e74d";
}

.icon-arrow2:before {
    content: "\e74e";
}

.icon-retweet2:before {
    content: "\e74f";
}

.icon-loop2:before {
    content: "\e750";
}

.icon-history2:before {
    content: "\e751";
}

.icon-back2:before {
    content: "\e752";
}

.icon-switch2:before {
    content: "\e753";
}

.icon-list2:before {
    content: "\e754";
}

.icon-add-to-list:before {
    content: "\e755";
}

.icon-layout:before {
    content: "\e756";
}

.icon-list3:before {
    content: "\e757";
}

.icon-text:before {
    content: "\e758";
}

.icon-text2:before {
    content: "\e759";
}

.icon-document2:before {
    content: "\e75a";
}

.icon-docs:before {
    content: "\e7dd";
}

.icon-landscape:before {
    content: "\e7de";
}

.icon-pictures2:before {
    content: "\e75b";
}

.icon-video3:before {
    content: "\e75c";
}

.icon-music5:before {
    content: "\e75d";
}

.icon-folder2:before {
    content: "\e75e";
}

.icon-archive2:before {
    content: "\e75f";
}

.icon-trash3:before {
    content: "\e760";
}

.icon-upload3:before {
    content: "\e761";
}

.icon-download3:before {
    content: "\e762";
}

.icon-disk2:before {
    content: "\e763";
}

.icon-install:before {
    content: "\e764";
}

.icon-cloud4:before {
    content: "\e765";
}

.icon-upload4:before {
    content: "\e766";
}

.icon-bookmark2:before {
    content: "\e767";
}

.icon-bookmarks2:before {
    content: "\e768";
}

.icon-book3:before {
    content: "\e769";
}

.icon-play2:before {
    content: "\e76a";
}

.icon-pause2:before {
    content: "\e76b";
}

.icon-record:before {
    content: "\e76c";
}

.icon-stop2:before {
    content: "\e76d";
}

.icon-next2:before {
    content: "\e76e";
}

.icon-previous:before {
    content: "\e76f";
}

.icon-first:before {
    content: "\e770";
}

.icon-last:before {
    content: "\e771";
}

.icon-resize-enlarge:before {
    content: "\e772";
}

.icon-resize-shrink:before {
    content: "\e7df";
}

.icon-volume3:before {
    content: "\e7e0";
}

.icon-sound2:before {
    content: "\e773";
}

.icon-mute2:before {
    content: "\e774";
}

.icon-flow-cascade:before {
    content: "\e775";
}

.icon-flow-branch:before {
    content: "\e776";
}

.icon-flow-tree:before {
    content: "\e777";
}

.icon-flow-line:before {
    content: "\e778";
}

.icon-flow-parallel:before {
    content: "\e779";
}

.icon-arrow-left2:before {
    content: "\e77a";
}

.icon-arrow-down2:before {
    content: "\e77b";
}

.icon-arrow-up-upload:before {
    content: "\e77c";
}

.icon-arrow-right2:before {
    content: "\e77d";
}

.icon-arrow-left3:before {
    content: "\e77e";
}

.icon-arrow-down3:before {
    content: "\e77f";
}

.icon-arrow-up2:before {
    content: "\e780";
}

.icon-arrow-right3:before {
    content: "\e781";
}

.icon-arrow-left4:before {
    content: "\e782";
}

.icon-arrow-down4:before {
    content: "\e783";
}

.icon-arrow-up3:before {
    content: "\e784";
}

.icon-arrow-right4:before {
    content: "\e785";
}

.icon-arrow-left5:before {
    content: "\e786";
}

.icon-arrow-down5:before {
    content: "\e787";
}

.icon-arrow-up4:before {
    content: "\e788";
}

.icon-arrow-right5:before {
    content: "\e789";
}

.icon-arrow-left6:before {
    content: "\e78a";
}

.icon-arrow-down6:before {
    content: "\e7e1";
}

.icon-arrow-up5:before {
    content: "\e7e2";
}

.icon-arrow-right6:before {
    content: "\e78b";
}

.icon-arrow-left7:before {
    content: "\e78c";
}

.icon-arrow-down7:before {
    content: "\e78d";
}

.icon-arrow-up6:before {
    content: "\e78e";
}

.icon-arrow-right7:before {
    content: "\e78f";
}

.icon-arrow-left8:before {
    content: "\e790";
}

.icon-arrow-down8:before {
    content: "\e791";
}

.icon-arrow-up7:before {
    content: "\e792";
}

.icon-uniE708:before {
    content: "\e793";
}

.icon-arrow-left9:before {
    content: "\e794";
}

.icon-arrow-down9:before {
    content: "\e795";
}

.icon-arrow-up8:before {
    content: "\e796";
}

.icon-arrow-right8:before {
    content: "\e797";
}

.icon-menu2:before {
    content: "\e798";
}

.icon-ellipsis:before {
    content: "\e799";
}

.icon-dots:before {
    content: "\e79a";
}

.icon-dot:before {
    content: "\e79b";
}

.icon-cc2:before {
    content: "\e79c";
}

.icon-cc-by:before {
    content: "\e79d";
}

.icon-cc-nc:before {
    content: "\e79e";
}

.icon-cc-nc-eu:before {
    content: "\e79f";
}

.icon-cc-nc-jp:before {
    content: "\e7a0";
}

.icon-cc-sa:before {
    content: "\e7a1";
}

.icon-cc-nd:before {
    content: "\e7a2";
}

.icon-cc-pd:before {
    content: "\e7e3";
}

.icon-cc-zero:before {
    content: "\e7e4";
}

.icon-cc-share:before {
    content: "\e7a3";
}

.icon-cc-share2:before {
    content: "\e7a4";
}

.icon-danielbruce:before {
    content: "\e7a5";
}

.icon-danielbruce2:before {
    content: "\e7a6";
}

.icon-github2:before {
    content: "\e7a7";
}

.icon-github3:before {
    content: "\e7a8";
}

.icon-flickr2:before {
    content: "\e7a9";
}

.icon-flickr3:before {
    content: "\e7aa";
}

.icon-vimeo:before {
    content: "\e7ab";
}

.icon-vimeo2:before {
    content: "\e7ac";
}

.icon-twitter3:before {
    content: "\e7ad";
}

.icon-twitter4:before {
    content: "\e7ae";
}

.icon-facebook3:before {
    content: "\e7af";
}

.icon-facebook4:before {
    content: "\e7b0";
}

.icon-facebook5:before {
    content: "\e7b1";
}

.icon-googleplus2:before {
    content: "\e7b2";
}

.icon-googleplus3:before {
    content: "\e7b3";
}

.icon-pinterest2:before {
    content: "\e7b4";
}

.icon-pinterest3:before {
    content: "\e7b5";
}

.icon-tumblr3:before {
    content: "\e7b6";
}

.icon-tumblr4:before {
    content: "\e7b7";
}

.icon-linkedin3:before {
    content: "\e7b8";
}

.icon-linkedin4:before {
    content: "\e7b9";
}

.icon-dribbble3:before {
    content: "\e7ba";
}

.icon-dribbble4:before {
    content: "\e7e5";
}

.icon-stumbleupon2:before {
    content: "\e7e6";
}

.icon-stumbleupon3:before {
    content: "\e7bb";
}

.icon-lastfm2:before {
    content: "\e7bc";
}

.icon-lastfm3:before {
    content: "\e7bd";
}

.icon-rdio:before {
    content: "\e7be";
}

.icon-rdio2:before {
    content: "\e7bf";
}

.icon-spotify2:before {
    content: "\e7c0";
}

.icon-spotify3:before {
    content: "\e7c1";
}

.icon-qq2:before {
    content: "\e7c2";
}

.icon-instagram2:before {
    content: "\e7c3";
}

.icon-dropbox2:before {
    content: "\e7c4";
}

.icon-evernote:before {
    content: "\e7c5";
}

.icon-flattr:before {
    content: "\e7c6";
}

.icon-skype2:before {
    content: "\e7c7";
}

.icon-skype3:before {
    content: "\e7c8";
}

.icon-renren2:before {
    content: "\e7c9";
}

.icon-sina-weibo:before {
    content: "\e7ca";
}

.icon-paypal2:before {
    content: "\e7cb";
}

.icon-picasa:before {
    content: "\e7cc";
}

.icon-soundcloud2:before {
    content: "\e7cd";
}

.icon-mixi:before {
    content: "\e7ce";
}

.icon-behance2:before {
    content: "\e7cf";
}

.icon-circles:before {
    content: "\e7d0";
}

.icon-vk2:before {
    content: "\e7d1";
}

.icon-smashing:before {
    content: "\e7d2";
}

.icon-shopping631:before {
    content: "\e74c";
}

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

/* =============== Base =============== */
@font-face {
  font-family: 'Avenir-Book';
  src:url('https://cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),  
      url('Avenir-Book.woff') format('woff'), 
      url('https://cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/Avenir-Book.ttf')  format('truetype'), 
      url('https://cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Book.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Book.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Book.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Book.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Heavy';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Heavy.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Heavy.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Heavy.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Heavy.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Oblique.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Oblique.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Oblique.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Oblique.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Oblique.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Oblique.svg#Avenir-Oblique') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Black Oblique';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BlackOblique.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BlackOblique.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BlackOblique.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BlackOblique.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BlackOblique.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BlackOblique.svg#Avenir-BlackOblique') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-MediumOblique.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-MediumOblique.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-MediumOblique.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-MediumOblique.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-MediumOblique.svg#Avenir-MediumOblique') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Light';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Light.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Light.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Light.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Light.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-LightOblique.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-LightOblique.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-LightOblique.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-LightOblique.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-LightOblique.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-LightOblique.svg#Avenir-LightOblique') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Medium.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Medium.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Medium.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Medium.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Roman';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Roman.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Roman.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Roman.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Roman.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Heavy Oblique';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-HeavyOblique.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-HeavyOblique.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-HeavyOblique.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-HeavyOblique.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-HeavyOblique.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-HeavyOblique.svg#Avenir-HeavyOblique') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Black';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Black.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Black.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Black.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Black.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal; 
}

@font-face {
    font-family: 'Avenir Book';
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BookOblique.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BookOblique.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BookOblique.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BookOblique.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BookOblique.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/4374869/Emnify%20Blog%202019/Avenir%20Font/Avenir-BookOblique.svg#Avenir-BookOblique') format('svg');
    font-weight: normal;
    font-style: italic;
}












*, *: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 {
    font: 16px/1.7em 'Lato', arial, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    background: #fff;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

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

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Open Sans', Montserrat, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-weight: normal;
    margin-top:0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    line-height: 1.3em;
    margin-bottom: 20px;
    font-size: 55px;
    letter-spacing: -2px;
}
h2 {
    line-height: 1.3em;
    margin-bottom: 20px;
    font-size: 35px;
    letter-spacing: -1px;
}
h3 {
    font-size: 29px;
    letter-spacing: -1px;
}
h4 {

    font-size: 29px;
    letter-spacing: -1px;
    color: #9b9b9b;
}
h5 {

    font-size: 16px;
    font-weight: 600;
    color: #9b9b9b ;
    letter-spacing: 0.04em;
}
h6 {
    letter-spacing: 0.04em;
    font-size: 16px;
}

/* Anchor Links */
a {     
  color: #f7941e; 
  outline: 0;
  text-decoration: none;
  -webkit-transition: color 0.14s linear;
  -moz-transition: color 0.14s linear;
  -ms-transition: color 0.14s linear;
  -o-transition: color 0.14s linear;
  transition: color 0.14s linear;
}
a:hover, a:focus { 
  color: #f7941e;
}

/* Lists */
ul, ol {
    margin-bottom: 20px;
    padding: 0;
}
ul {
    list-style-position: inside;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 24px;
}
ol {
    list-style: decimal;
    margin-left: 14px;
}
li {
    line-height: 1.5em;
    margin-bottom: 6px;
}

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

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

.even-odd tr.even {
   background-color: #ccc;
}
.even-odd tr.odd {
   background-color: #ddd;
}
.even-odd td, .even-odd th {
   padding: 5px;
}
/* =============== EU Cookie Confirmation Bar =============== */

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

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {
		max-width: 1200px !important;
}
#hs-eu-cookie-confirmation-inner p{}

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

body div#hs-eu-cookie-confirmation.can-use-gradients {
    display: block;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
    font-family: inherit;
    bottom: 0px;
    border-top: 4px solid rgb(68, 68, 68);
    position: fixed;
    top: auto;
    font-size: 10pt !important;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
    text-shadow: none !important;
    border-bottom: 0;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    color: rgb(0, 0, 0) !important;
    
    font-family: 'PT Sans', Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    display: inline-block;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    margin: auto 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    font-family: 'PT Sans', Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25) !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    text-align: center;
    padding: 0;
}


/* ==========================================================================
   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 {}
.fixed-cta .hs-cta-node {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  	color: #fff;
  	padding: 11px 25px 11px 50px!important;
    border-radius: 999em!important;
    font-size: 17px;
  	letter-spacing: .6!important;
    position: fixed;
    left: 25px;
    bottom: 67px;
    width: auto!important;
  	background-color: #f7941e;
}
.fixed-cta .hs-cta-node:before {
    position: absolute;
    left: 20px;
    top: 15px;
  	color: white;
    font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
    content: "\f0e0"!important;
  	font-size: 20px;
  	line-height: 1;
}

.row-fluid .fixed-cta .hs-cta-wrapper a.cta_button {
        color: #fff;
   padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-weight: 400 !important;
    text-transform: capitalize;
    background-color: transparent;
}
a.cta_button {
		color: #fff;
}
.visiblePhone {
  		display: none;
  }
.hiddenPhone {
  		display: block;
  }
@media only screen and (max-width: 767px){
  .visiblePhone {
  		display: block;
  }
  .hiddenPhone {
  		display: none;
  }
  .src-component-Launcher-label.u-isHidden {
  		display: block!important;
  		visibility: visible!important;
  }
}
/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.widget-span.custom-header {
    position: fixed;
    display: block;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 499;
    -webkit-transition: top 0.1s ease-out, background-color 0.6s ease;
    -moz-transition: top 0.1s ease-out, background-color 0.6s ease;
    -ms-transition: top 0.1s ease-out, background-color 0.6s ease;
    -o-transition: top 0.1s ease-out, background-color 0.6s ease;
    transition: top 0.1s ease-out, background-color 0.6s ease;
}
.header-container-wrapper .row-fluid [class*="span"] {
    min-height: 0;
}
.header-logo a>img {
    opacity: 0;
    position: relative;
    top: 50px;
    -webkit-transition: opacity 0.15s ease-out, top 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out, top 0.1s ease-out;
    -ms-transition: opacity 0.15s ease-out, top 0.1s ease-out;
    -o-transition: opacity 0.15s ease-out, top 0.1s ease-out;
    transition: opacity 0.15s ease-out, top 0.1s ease-out;
}


#transparent_logo {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    max-width: 100%;
    display: inline-block;
    margin-top: 11px;
}

#transparent_logo img{
    top: 0px;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    transition: opacity 0.5s ease-out, top 0.5s ease-out;
}

.header-container-wrapper .page-center {
    position: relative;
}

.header-logo .hs_cos_wrapper_type_module {
    height: 92px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    -webkit-transition: height 0.1s ease-out;
    -moz-transition: height 0.1s ease-out;
    -ms-transition: height 0.1s ease-out;
    -o-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0;
}

.top-nav.light {
    display: block;
    padding-top: 4px;
    line-height: 86px;
    opacity: 1;
    transition: all 0.3s ease-out, line-height 0.1s ease-out;
    padding-left: 3px;
    margin-left: 0;
    position: absolute;
    right: 45px;
    width: auto;
    
}
.top-nav a {
    display: inline-block;
    color: #000;
    margin-right: 20px;
    font-size: 14px;
    border: 2px solid #000;
    padding: 3px 10px;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 15px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    transition: 0.3s;
}
.top-nav.light a {
    color: #fff;
    border-color: #fff;
}
.top-nav a:hover {
    color: #f7941e;
    border-color: #f7941e;
}

.widget-span.header-search-group {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    overflow: visible!important;
    display: none;
    background-color: rgba(0,0,0,0.92);
}

.search-open .widget-span.header-search-group{
    display:block
}
.header-search-group label {
    display: none;
}

.header-search-group a.hs-button.primary {
    display: none;
}

.header-search-group .widget-type-google_search input[type="text"] {
    background: none;
    border: none;
    font-size: 38px;
    color: #fff;
    padding: 0;
    line-height: 98px;
    margin-bottom: 0;
    max-width: 100%;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 20%;
}
.header-search-group.activated .widget-type-google_search input[type="text"] {
    width: 100%;
}

.scrolled .widget-type-google_search input[type="text"] {
    line-height: 64px;
}

.scrolled .widget-span.custom-header {
    border-bottom: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: rgba(255,255,255,0.97);
}

.scrolled .header-logo a>img {
    top: 0;
    opacity: 1;
}

.scrolled .header-logo .hs_cos_wrapper_type_module {
    height: 64px;
}
.scrolled #transparent_logo img {
    top: -70px;
    opacity: 0;
    position: relative;
}


.scrolled .top-nav.light {
    line-height: 60px;
}

.scrolled .top-nav a {
    color: #3a3a3a;
    border-color: #3a3a3a;
}

i.icon.icon-search3 {
    margin-left: 0;
}

#boc_searchform_close {
    float: right;
    position: relative;
    top: 32px;
    left: -100px;
    opacity: 0;
    line-height: 100%;
    font-size: 32px;
    color: #fff;
    -webkit-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -moz-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -o-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -ms-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    cursor: pointer;
    margin-right: 2px;
}


}
#boc_searchform_close:hover {
    color: #f7941e;
}
.header-search-group form {
    width: 92%;
    float: left;
    margin: 0;
}
.scrolled #boc_searchform_close {
    -webkit-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -moz-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -o-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -ms-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    top:-51px;
}

 .search__results--list { overflow-y: auto; max-height: 100vh; padding-bottom: 120px; width: 100%; }                             
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
    
/* width */
.search__results--list::-webkit-scrollbar {
  width: 0px;
  border-radius:10px;
}

/* Track */
.search__results--list::-webkit-scrollbar-track {
 background: transparent;
  
}

/* Handle */
.search__results--list::-webkit-scrollbar-thumb {
  background: transparent;
  
}

/* Handle on hover */
.search__results--list::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.header-logo.has-menu {
    position: relative;
}
.no-banner .custom-header {
    background: #fff;
}
/*0000000000000000000000000000000000000000000000000000000000000000000000Language Switcher &  Fixed Call to Action Button0000000000000000000000000000000000000000000000000000000000000000000000000*/

.language-switch {
		position: absolute;
  	right: 0;
  	top: 35px;
    float: none;
    width: auto!important;
  	-webkit-transition: all 0.14s ease;
    -moz-transition: all 0.14s ease;
    -o-transition: all 0.14s ease;
    -ms-transition: all 0.14s ease;
    transition: all 0.14s ease;
}
.language-switch .row-fluid-wrapper {
  	float: left;
  	color: #fff;
}
.language-switch .row-fluid-wrapper:last-of-type {
  	padding-left: 5px;
}
.scrolled .language-switch .row-fluid-wrapper {
  	color: #000;
}
.scrolled .language-switch {
  	top: 22px;
}
.globe_class {
  	background: none;
  	width: 50px;
		height: 30px;
    margin-right: -30px;
}
.globe_class:before {
    position: absolute;
    right: 0px;
  	color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ac"!important;
    font-size: 20px;
    line-height: 1;
  	top: 3px;
}
    
.scrolled .globe_class:before,
.no-banner .globe_class:before,
.no-banner .language-switch .row-fluid-wrapper {
		color: black;
}

.lang_list_class {
  	left: -12%;
  	top: 25px;
}
.lang_list_class li {
  	margin-bottom: 0;
  	border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.lang_list_class li:first-child {
		border-top: 3px solid #f7941e;
  	padding-top: 3px!important;
}
.lang_list_class li:last-child {
		border-bottom: 1px solid #eee;
  	padding-bottom: 3px!important;
}
.lang_list_class:before {
		left: 80%;
  	border-bottom-color: #f7941e;
  	top: -9px;
}
.lang_list_class:after {
		left: 80%;
  	top: -6px!important;
}
.language {
		position: absolute;
}
.lang_list_class li {
		padding: 0!important;
  
}
.lang_list_class li a {
  	font-size: 14px;
  	border-bottom: 1px solid #ccc!important;
		padding: 8px 15px!important;
  	display: block;
  	margin: 0 3px;
}
.lang_list_class li:last-child a {
		border-bottom: none!important;
}

.lang_list_class li a:hover {
    background:  #f7941e;
  	color: #fff;
}
a[data-language="de-at"] {
		display: none!important;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper.page-center {
  padding-bottom: 60px;
}
.default-layout .content-wrapper {
    padding-top: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.cm-banner-area {
    min-height: 506px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-bottom: 80px;
}



.cm-banner-area .upb_bg_overlay {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
}

.cm-banner-area .title {
    padding-top: 35px;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.cm-banner-area h1 {
    color: #ffffff;
    text-align: center;
}


/*--------------------divider------------------*/
.boc_divider {
    position: relative;
    height: 1px;
    background: #eee;
}
i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
}
.boc_divider i.icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    width: auto;
    height: auto;
    color: #bbbbbb;
    background: #fff;
    font-size: 14px;
    margin: 0;
    vertical-align: top !important;
    border-radius: 50%;
}

.boc_divider_holder {
    padding-top: 35px;
}

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

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

.custom-footer {
    background: #222;
    font-size: 14px;
    color: #7B8887;
    padding-top: 52px;
}

.custom-footer a {
    color: #94A3A3;
}
.custom-footer a:hover {
    color: #f7941e;
}
.footer-bottom {
    padding: 20px 0px 20px;
    background: #121313;
    border-top: 1px solid #2a2a2a;
    margin-top: 16px;
}
.footer-copyright.widget-span {
    margin-top: 2px;
    margin-right: 10px;
    color: #748188;
    margin-left: 0;
}
.widget-span.footer-social-links {
    float: right;
}

.footer-copyright p {
    margin: 0;
}

span.icon {
    line-height: 18px;
    font-size: 18px;
}

.footer-top-row2 {
    padding: 0 0 10px;
    margin: 0px 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
}

a.footer_soc_icon {
    padding: 0px 6px 0;
    margin: 5px 0 0;
    display: inline-block;
    float: right;
}


.footer-top-row1 {
    margin-bottom: 30px;
}
.footer-contact-info {
    padding-bottom: 10px;
}
.custom-footer img {
    vertical-align: baseline;
    opacity: 0.85;
}
.custom-footer h3 {
    color: #c8c8c8;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 22px;
}
.boc_contact_icon {
    clear: both;
    margin-bottom: 2px;
}
.boc_contact_icon .icon {
    float: left;
    width: 18px;
    margin-right: 16px;
    line-height: 30px;
    font-size: 17px;
}
.boc_contact_icon .icon.bigger {
    font-size: 19px;
    position: relative;
    top: -1px;
    left: -1px;
}

.custom-footer .textwidget {
    padding: 0 0 10px;
}

.custom-footer ul {
    margin: 0px 0 0 0px;
    list-style: none;
    padding: 2px 0 0;
}
.custom-footer ul li {
    margin-bottom: 5px;
}
.custom-footer ul li a:before {
    font-family: 'icomoon';
    font-size: 14px;
    content: "\e78f";
    display: inline-block;
    position: relative;
    top: 1px;
    left: -2px;
    margin-right: 6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.custom-footer ul li a:hover:before {
    left: 0px;
    margin-right: 12px;
}
.footer-sitemap {
    padding-left: 31px;
}

.footer-newsletter .hs-button.primary {
    border-radius: 0;
    background-color: #f7941e;
    padding: 11px 18px;
    line-height: normal;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    font-weight: bold;
}
.footer-newsletter .hs-button.primary:hover {
    color: #fff;
    background-color: #f7941e;
}

.footer-newsletter form {
  font: inherit;
}

.footer-newsletter label {
    line-height: normal;
    vertical-align: top;
    margin-bottom: 6px;
}

.footer-newsletter span.hs-form-required {
    display: none;
}

.footer-newsletter input[type="email"] {
    min-height: 36px;
    padding: 8px;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom:20px;
}
.footer-logo-about {
    padding-bottom: 10px;
}

.lp-footer {
    padding: 0;
}

.lp-footer .footer-bottom {
    margin: 0;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
.widget-span.custom-menu-primary1 {
    margin: 0;
}
/* Parent List */
.custom-menu-primary1 .hs-menu-wrapper > ul {
    margin-left: -24px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li{
  margin:0px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a {
    line-height: 88px;
    text-decoration: none;
    display: block;
    padding: 4px 12px 0px 12px;
    z-index: 6;
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -moz-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -o-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -ms-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    transition: all 0.3s ease-out, line-height 0.1s ease-out;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 400;
}
.custom-menu-primary1 .hs-menu-wrapper > ul >li:nth-child(5) > ul> li> a,
.custom-menu-primary1 .hs-menu-wrapper > ul >li:nth-child(3) > ul> li> a {
    min-width: 270px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a:before {
    display: block;
    content: "";
    width: 30%;
    height: 2px;
    background-color: #f7941e;
    position: absolute;
    bottom: 0;
    left: 35%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a:hover:before {
    width: calc(100% - 30px);
    left: 15px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\e78d";
    padding: 0px 0px 0px 7px;
    font-family: 'icomoon';
    font-size: 14px;
    position: relative;
    top: 2px;
    line-height: 0;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li:hover > a{
    color: #f7941e;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:before,
.custom-menu-primary1 .hs-menu-wrapper > ul > li.header_search_icon  > a:before{
display:none}
/* Child List */
.custom-menu-primary1 .hs-menu-wrapper > ul ul {
    background: rgba(255,255,255,0.97);
    border-top: 2px solid #f7941e;
    webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > ul {
    left: 2px !important;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li {
    margin-bottom: 0;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a {
    display: block;
    position: relative;
    padding: 6px 13px 6px 15px;
    margin: 0;
    color: #333;
    white-space: nowrap;
    min-width: 184px;
    font-size: 13px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    letter-spacing: -0.01em;
    padding-right: 30px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover {
    background-color: #f7941e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
    color: #fff;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a:before {
    margin-left: -10px;
    width: 13px;
    font-family: 'icomoon';
    font-size: 13px;
    content: "\e78f";
    float: left;
    position: relative;
    left: -9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    color: #fff;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover:before {
    padding-left: 10px;
    left: -2px;
    opacity: 1;
    margin-right: 15px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul ul {
    top: -2px !important;
    min-width: 270px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children> a:after {
    content: '\e78f';
    font-family: 'icomoon';
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 7px;
    right: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children> a:hover:after {
    opacity: 0;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li.boc_search_toggle_li > a:before,
.custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    display: none;
}
/* Override max width on menu links */
.custom-menu-primary1 .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;
}

/*--------27/09/2019---------*/
.row-fluid .header-search-group.activated .search__results .search__item { background-color: #fff;  padding: 20px;  width: 100%;  margin-bottom: 20px;  border-radius: 5px; display: flex; flex-wrap:wrap; display: -wbekit-flex; -webkit-flex-wrap:wrap }
.row-fluid .header-search-group.activated .search__results .search__item a {  color: #34495e;  font-size: 20px;  font-family: 'Lato',arial,sans-serif;}
.row-fluid .header-search-group.activated .search__results .blog_post.search__item small {color: #666;}
.row-fluid .header-search-group.activated .search__results {margin-top: 35px;}
.row-fluid .search__results .search__item>.sLeft {  border-right: 1px solid #ccc;  width: 48%;  padding-right: 2%;}
.row-fluid .search__results .search__item>.sRight { padding-left: 2%;  width: 48%;}
.row-fluid .header-search-group.activated:before {  content: '';  height: 100vh;  width: 100% !important; position: absolute;  left: 0;  top: 63px;  z-index: -99;  background: rgba(0,0,0,0.7);}
.row-fluid .header-search-group.activated .hs-search-field input[type="text"] { margin-top:32px; }
.row-fluid .page-center .blog-search input.search__field { line-height:98px; margin:0px; color:#FFFFFF; max-width: 100%;font-size: 35px;  border: 0;  background-color: #0000;  padding: 0 40px; -webkit-appearance: none; }   
body.site-page.hs-page.scrolled input.search__field { margin: -20px 0 0 0;font-size: 30px;}
body.site-page.hs-page.scrolled span#boc_searchform_close {margin-top: -55px;}

.scrolled .row-fluid .page-center .blog-search input.search__field { line-height:64px; }

/*---------search-bar-----------*/ 

.row-fluid .bSearch form { position:relative; }
.row-fluid .bSearch form:before { position:absolute; content:''; left:0; top:20px; width:100%; height:10px; background:url("https://cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/heading_dots.png") repeat-x left 80%; }
.row-fluid .bSearch form > label { font-family: 'Open Sans', Montserrat, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 29px; color: #999; display: inline-block; background:#FFF; z-index: 1; position: relative; padding: 0 12px 0 0; }
.row-fluid .bSearch .hs-search-field { margin:0; }
.row-fluid .bSearch .hs-search-field input { margin: 0 !important; font-size: 16px !important; font-weight: 400; font-family: 'Open Sans', Montserrat, Arial, Helvetica, sans-serif; border: #eeeeee solid 1px !important; padding: 10px !important; line-height: 22px; background:url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/button_search.png) 97% center no-repeat; color:#000000 !important; }
.row-fluid .bSearch .hs-search-field input:focus { border:1px solid #f7941e !important; }



.footer-newsletter form ul li a:before { display:none; }

.row-fluid .ito-flex { display:flex !important; flex-wrap: wrap; justify-content:left; align-items:center; display:-webkit-flex !important; -webkit-flex-wrap: wrap; -webkit-justify-content:left; -webkit-align-items:center; } 
.thank-new .row-fluid .iOT-fullwidth { max-width:100%;  }
.thank-new .row-fluid .iO-right { margin-top:0px; }



.row-fluid .cmbanner-section .cm-banner-content { display: flex; flex-wrap: wrap; justify-content: left; align-items: center; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: left; -webkit-align-items: center; }
.row-fluid .cmbanner-section .left-text { width:72%; padding:0px 20px 0px 0px; }

.row-fluid .cmbanner-section .right-banner-img { width:28%; text-align: left; }
body #hs_cos_wrapper_widget_1583927650954 {  display: block !important; padding-left: 0px !important;  padding-right: 0px !important;}
body #hs_cos_wrapper_widget_1583922530681 { background-color: #FFFFFF !important; background-image: none !important; border-style: none !important; display: block !important; opacity: 1 !important; padding-bottom: 0 !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; }
body #hs_cos_wrapper_widget_1583923909489 { background-color: #FFFFFF !important; background-image: none !important; display: block !important; font-family: Tahoma, Geneva, sans-serif !important; font-size: 36px !important; line-height: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; text-align: center !important; }
body #hs_cos_wrapper_widget_1583922530681 form { max-width: 440px;  margin: 0 auto;  margin-top: 100px;  margin-bottom: 50px;padding:0px 20px;}
body #hs_cos_wrapper_widget_1583927650954 span {  max-width: 390px;}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1281px) {
    .custom-menu-primary1 .hs-menu-wrapper,
    .custom-menu-primary1 .hs-menu-wrapper > ul ul { 
        display:block !important;
    }

  .visible-1280 {
      display: none !important;
  }


  .scrolled .custom-menu-primary1 .hs-menu-wrapper > ul > li > a {
      line-height: 60px;
      color: #3a3a3a;
      padding-top: 4px;
  }
  .scrolled .custom-menu-primary1 .hs-menu-wrapper > ul > li:hover > a {
      color: #f7941e;
  }
  
  .no-banner .custom-menu-primary1 .hs-menu-wrapper > ul > li > a {
     color: #3a3a3a;
     padding-top: 4px;
  }
  .no-banner .custom-menu-primary1 .hs-menu-wrapper > ul > li:hover > a {
     color: #f7941e;
  }
  
  body:not(.no-banner):not(.scrolled) .widget-span.custom-header {
      box-shadow: none;
  }
}









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

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

@media (max-width: 1280px){

  /* Menu Reset */
  .custom-menu-primary1,
  .custom-menu-primary1 .hs-menu-wrapper > ul,
  .custom-menu-primary1 .hs-menu-wrapper > ul li,
  .custom-menu-primary1 .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-trigger1 {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 60px;
    width: auto;
    height: auto;
    z-index: 111;
}




  /* Toggle Button Icon */
  .mobile-trigger1 i {
      display: inline;
      position: relative;
      top: -4px;
  }
  .mobile-trigger1 i:before, .mobile-trigger1 i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger1 i, .mobile-trigger1 i:before, .mobile-trigger1 i:after {
      width: 24px;
      height: 2px;
      background-color: #fff;
      display: inline-block;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      transition-duration: 0.3s;
  }
  .scrolled .mobile-trigger1 i, .scrolled .mobile-trigger1 i:before, .scrolled .mobile-trigger1 i:after {
  		background-color: #333;
  }
  .mobile-trigger1 i:before {
      top: -7px;
  }
  .mobile-trigger1 i:after {
      top: 7px;
  }
  
  .mobile-open1 .mobile-trigger1 i {
      background: transparent;
  }
  .mobile-open1 .mobile-trigger1 i:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 7px;
}
  .mobile-open1 .mobile-trigger1 i:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -7px;
}
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger1 {
      display: block !important;
      cursor: pointer;
      position: absolute;
      top: 11px;
      right: 30px;
      padding: 0 !important;
      width: 32px;
      height: 32px;
      text-align: center;
      font-size: 10px;
      line-height: 30px;
      color: #ccc;
  }
  .child-trigger1:hover{
      color: #eee;
  }
  .child-open1.icon-chevron-down:before {
      content: "\f077";
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary1.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary1.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary1 .hs-menu-wrapper{
    background-color: #121212;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul {
      font-family: inherit;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a:after,
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a:before {
      display: none !important;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul li a {
      background: #222;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      color: #ccc;
      font-size: 14px;
      line-height: 1.7em;
      display: block;
      padding: 12px 30px;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      text-transform: none;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li:hover > a{
      color: #ccc;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a:hover {
      background: #2a2a2a;
      color: #eee;
  }

  /* Level 2 and Higher Menu List Styles */
.custom-menu-primary1 .hs-menu-wrapper > ul ul {
    border: none;
    background-color: transparent;
}

  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a {
      background: transparent;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      padding: 10px 50px;
      color: #ccc;
      font-family: inherit;
      font-size: 14px;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover {
      background: #171717;
      color: #eee;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children> a:after,
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a:before {
      display: none;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul ul li a {
      text-indent: 0;
      padding-left: 70px;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul .child-trigger1 {
      right: 50px;
  }
  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .top-nav.light {
      padding-right: 85px;
      padding-top: 1px;
  }
  .hidden-1280 {
      display: none !important;
  }
  .scrolled .mobile-trigger1 {
      top: 19px;
  }
  .row-fluid .tab-box:nth-child(3) .read-btn { margin-top: 8px !important;}
  body .row-fluid .owner-designation {font-size: 17px;}
  .row-fluid .event-owner {width: 48%;margin-right: 4%;}
  body .row-fluid .webinar-subheading h3, .row-fluid .owner-name h5 { font-size: 24px;}
  .row-fluid .webinar-intro, .row-fluid .webinar-cta a { font-size: 20px;}
     
} 


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {
    font-size: 29px;
    letter-spacing: -1px;
    margin: 0px 0 8px;
}
.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 {
  	padding-bottom: 50px;
    border-bottom: 1px solid #f4f4f4;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    margin: 13px 0 12px;
}
.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 {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: none;
  max-width: 100%;
  margin: 0;
}

/* Read More Link */
.more-link {
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
}
.more-link:before {
    content: "\e78f";
    font-family: 'icomoon';
    font-size: 13px;
    line-height: 11px;
    background: #f7941e;
    float: left;
    display: inline-block;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-indent: 0;
    padding: 1px 0px 1px 0px;
    width: 13px;
    border-radius: 3px;
}

.more-link:hover {
    color: #333;
    text-indent: 4px;
}
.more-link:hover:before {
    background: #555;
}
/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

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

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

/* Pagination */
.blog-pagination {
  font-size: 14px;
  line-height: 17px;
  margin-top: 40px;
}

.blog-pagination a {
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
    background-color: #FAFAFA;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.blog-pagination >div {
    display: inline-block;
}

.blog-pagination a.active {
    display: inline-block;
    padding: 3px 9px;
    font-weight: normal;
    text-decoration: none;
    color: #555;
    font-weight: 400;
    cursor: default;
    background: none;
    border: none;
}

.blog-pagination a:hover:not(.active) {
    background-color: #f7941e;    
    color: white;
    text-shadow: none;
}

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

#comments-listing {
   border: none;
}

#comment-form h3 {
   font-size: 17px;
   margin-top: 35px;
   letter-spacing: -1px;
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

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

.blog-sidebar .widget-type-google_search label > span, .blog-sidebar h3 > span {
   padding: 0 12px 0 0;
   background: #fff;
   display: inline-block;
}

.blog-sidebar .widget-type-google_search input[type="text"] {
   top: 0px;
   right: auto;
   left: 0;
   width: 100%;
   padding: 7px 30px 7px 10px;
   float: none;
   background: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/button_search.png) 97% center no-repeat;
   border: 1px solid #eee;
   margin-bottom: 20px;
   display:  block;
   font-family: "PT Sans", Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height:  normal;
}

.blog-sidebar .widget-type-google_search .hs-button.primary {
   display: none;
}

.blog-sidebar  ul {
   list-style: none outside;
   margin: 0 0 35px;
   padding: 0 0 10px;
}

.blog-sidebar ul li {
   margin: 0px 0px 4px;
}

.blog-sidebar ul li a {
   display: inline-block;
   text-decoration: none;
   border-radius: 3px;
   position: relative;
   color: #444;
   outline: 0;
   transition: all 0.14s linear;
}

.blog-sidebar ul li a:before {
   font-family: 'icomoon';
   font-size: 14px;
   content: "\e78f";
   display: inline-block;
   position: relative;
   top: 1px;
   width: 20px;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}

.blog-sidebar ul li a:after {
   display: block;
   width: 0;
   height: 100%;
   background-color: #fafafa;
   background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
   background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
   background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
   background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
   background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
   border-radius: 3px;
   position: absolute;
   top: 0;
   z-index: -1;
   content: "";
   transition: all 0.14s linear;
}

.blog-sidebar ul li a:hover:after {
   width: 100%;
}

.blog-sidebar ul li a:hover {
   color: #333;
   padding-left: 6px;
}

.boc_latest_posts.section img {
  float: left;
   width: 60px;
   border: 1px solid #ddd;
   padding: 3px;
   background: #fff;
   margin: 2px 14px 22px 0;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
   border-radius: 2px;
}

.boc_latest_posts p {
   font-size: 14px;
   line-height: 19px;
       padding-top: 4px;
   margin-bottom: 8px;
}
.boc_latest_posts p.date {
   color: #999;
   font-style: italic;
   font-family: Droid Serif, Georgia, serif;
   font-size: 11px;
   line-height: 15px;
}

.a2a_svg svg {
   background-repeat: no-repeat;
   background-position: 50% 50%;
   border: none;
   display: block;
   left: 0;
   margin: 0 auto;
   overflow: hidden;
   padding: 0;
   position: relative;
   top: 0;
   width: auto;
   height: auto;
}


.social-list a>span {
   height: 32px;
   line-height: 32px;
   width: 32px;
   border-radius: 4px;
   display: inline-block;
   opacity: 1;
}

.social-list a span.a2a_label {
   display: none!important;
}

.social-list a {
   padding: 0 2px;
}
.social-list a:hover span {
   opacity: .7;
}


.social_header {
   margin: 0 0 16px;
}

.hs-blog-post .pic {
   margin-bottom: 20px;
}

.post_meta span.calendar_date {
   margin-right: 8px;
   background: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/blog_icon_date.png) 0px 1px no-repeat;
   padding: 0 12px 0 22px;
   border-right: 1px solid #ddd;
}

.blog.hs-blog-post  .post_meta {
   margin-bottom: 10px;
}

.blog-sidebar .widget-type-google_search label, .blog-sidebar h3 {
   font-size: 29px;
   letter-spacing: -1px;
   font-family: 'Open Sans', Montserrat, Arial, Helvetica, sans-serif;
   font-weight: normal;
   margin:  0 0 20px;
   background: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/heading_dots.png) repeat-x left 80%;
   color: #9b9b9b;
}

.blog-sidebar ul li a span.filter-link-count {
   display:  none;
}
.blog-sidebar .widget-type-google_search input[type="text"]:focus {
   border: 1px solid #f7941e;
}

.blog-sidebar .widget-type-google_search  form {
   margin-bottom: 34px;
}

.boc_latest_posts p a {
   color: #444;
}

.boc_latest_posts p a:hover {
   color: #f7941e;
}
/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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

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

.blog a .img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

.blog a:hover .img_overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}

.blog a .img_overlay .hover_icon {
    top: 46%;
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-top: -18px;
    margin-left: -18px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
    left: 50%;
    line-height: 38px;
    font-size: 26px;
}

.blog a .img_overlay .hover_icon.icon_plus {
    background-image: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/icon_plus.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.blog a:hover .img_overlay .hover_icon {
    top: 50%;
    opacity: 1;
}

.blog .post_list_left {
    float: left;
    text-align: center;
    width: 44px;
    margin-top: 28px;
}
.blog .day {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
    padding: 6px 4px;
    font-size: 17px;
    color: #727272;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    border-bottom: 1px solid white;
}
.blog .month {
    background-color: #f7941e;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
    padding: 1px 4px 2px;
    color: white;
    font-size: 13px;
    -webkit-border-radius: 0px 0px2px 2px;
    border-radius: 0px 0px 2px 2px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blog .post_list_right {
    margin-left: 70px;
    padding-top: 24px;
}

.post-header h2 a {
    color: #444;
}

.post-header h2 a:hover {
    color: #f7941e;
}

.blog .post_meta {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
span#hubspot-author_data {
    margin-right: 8px;
    background: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/blog_icon_author.png) 0px 1px no-repeat;
    padding: 0 12px 0 22px;
    border-right: 1px solid #ddd;
}
.post_meta a, 
.post_content .post_meta a:not(.button) {
    color: #888;
}
.post_meta a:hover {
    color: #f7941e;
}
.display-comment {
    margin-right: 8px;
    background: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/blog_icon_comments.png) 0px 1px no-repeat;
    padding: 0 12px 0 23px;
    border-right: 1px solid #ddd;
}
.blog .display-comment { display:none !important; }
#hubspot-topic_data {
    margin-right: 8px;
    background: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/blog_icon_tags.png) 0px 0px no-repeat;
    padding: 0 12px 0 23px;
}

.post_meta >span {
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
}

span.custom_listing_comments {
    vertical-align: top;
}

.post_meta >span:last-child {
    border: none;
}

a .img_overlay .icon_zoom {
   top: 46%;
   opacity: 0;
   position: absolute;
   background-color: rgba(0, 0, 0, 0.6);
   background-position: center center;
   background-repeat: no-repeat;
   color: #fff;
   width: 36px;
   height: 36px;
   margin: 0 auto;
   margin-top: -18px;
   margin-left: -18px;
   display: inline-block;
   border-radius: 50%;
   -webkit-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   -moz-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   -o-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   -ms-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   left: 50%;
}
a .img_overlay .icon_zoom:after {
   content: "\f002";
   font-family: 'icomoon';
   cursor: pointer;
   font-size: 13px;
   line-height: 35px;
   vertical-align: top;
}
a .img_overlay .icon_zoom {
   top: 46%;
   opacity: 0;
   position: absolute;
   background-color: rgba(0, 0, 0, 0.6);
   background-position: center center;
   background-repeat: no-repeat;
   color: #fff;
   width: 36px;
   height: 36px;
   margin: 0 auto;
   margin-top: -18px;
   margin-left: -18px;
   display: inline-block;
   border-radius: 50%;
   -webkit-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   -moz-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   -o-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   -ms-transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   transition: all 0.25s cubic-bezier(.63,.08,.35,.92);
   left: 50%;
}
a:hover .img_overlay .icon_zoom {
   top: 50%;
   opacity: 1;
}

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


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 3px;
}
.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 {
border: 1px solid #eee;
    padding: 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #555;
    margin: 0;
    width: 100%;
    max-width: 767px;
    display: block;
    margin-bottom: 20px;
    background: #f9f9f9;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 8px 8px;
    font-family: inherit;
    font-size: inherit;
    text-align: left !important;
}

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 {
  background: #f6f6f6;
  color: #444;
  border-color: #333;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 212px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    height: 100%;
}
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.error,
textarea.error,
select.error{
  border: 2px solid #e85c41;
}
.body-container input.error,
.body-container textarea.error,
.body-container select.error{
  border: 2px solid #e85c41;
  font-weight: bold;
}
input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

form { font-family: 'Avenir Light';}
.form-header h2 {  font-family: 'Avenir Light';}
/* form .hs-button.primary, input[type="submit"], input[type="button"]{font-family: 'Avenir Light';} */

span.hs-form-required {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
    padding-left: 3px;
}

ul.hs-error-msgs label {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    border-style: solid;
    border-width: 0;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-repeat: repeat-x;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    clear: both;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: #aaa;
    border-radius: 4px;
    white-space: normal;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
/*-----------------Three Column icon and content module-----------------*/
.side_icon_box {
    margin: 20px 0;
}
.side_icon_box .icon_feat {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    border-radius: 52px;
}
.side_icon_box .icon_feat i.icon {
    font-size: 34px;
    line-height: 40px;
    margin: 0;
    color: #f7941e;
}

.side_icon_box_content {
    margin: 0 12px 20px 66px;
    color: #777;
}
.side_icon_box h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}

/*-----------------One Column icon and content module-----------------*/
.cm-one-col-icon-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
}

/*----------------Bottom Pane One Column Button and title -------------*/
.bottompane-one-column {
    background-color: #f7941e;
    padding-bottom: 120px;
    border-top-width: 120px;
    padding-top: 35px;
    text-align: center;
}

.bottompane-one-column h3 {
    margin-bottom: 20px;
    margin-top: 120px;
    color: #ffffff;
    padding-bottom: 40px;
}
.bottompane-one-column a.button {
  background-image:none;
}
a.button {
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    line-height: 1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 14px;
    padding: 16px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
    -moz-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
    -ms-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
    -o-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
    transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-repeat: repeat-x;
}

a.button {
    color: #fff;
    border: 2px solid #f8f8f8;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 35px;
    margin-bottom: 0;
  background-color:transparent;
}

a.button:hover {
    background-color: #f8f8f8;
    color: #333;
    text-shadow: none;
}
/*-----------------Full width bottom pane layout-----------------*/

.medium-width {
    padding-left: 16.66666667%;
    padding-right: 16.66666667%;    
  	margin-bottom: 35px;
}
.medium-width h2{
    color: #f7941e;
}
.medium-width p:last-child {
    margin-bottom: 0;
}
.medium-width .hs_cos_wrapper_type_custom_widget {
    padding-bottom: 60px;
}
.cm-list-content *:last-child,
.medium-width .hs_cos_wrapper_type_custom_widget *:last-child {
    margin-bottom: 0;
}

.cm-list-content {
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
}
.cm-list-content .top-content {
    padding-bottom: 35px;
}


.cm-list-content ul {
    margin: 0;
}
.cm-list-content ul{
    list-style: none;
}
.cm-list-content.one-column-list ul {
    padding-left: 39%;
}

.cm-list-content li {
    position: relative;
    margin-bottom: 5px;
}

.cm-list-content li:before {
    font-family: 'icomoon';
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 26px;
    color: #f7941e;
    display: inline-block;
    content: "\f00c";
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.cm-list-content p {
    margin-bottom: 0;
}

.cm-list-content li span {
    display: inline-block;
    max-width: calc(100% - 40px);
    vertical-align: top;
}
.cm-list-content.two-column-list ul {
    padding-left: 80px;
}


/*-----------------No Banner --------------------*/
.no-banner .header-container-wrapper {
   min-height: 91px;
}

.no-banner .header-logo a>img {
   opacity: 1;
   top: 0;
}
.no-banner span#transparent_logo {
   display: none;
}

.no-banner .top-nav a {
   border-color: #000;
   color: #000;
}
.no-banner .top-nav a:hover {
   color: #f7941e;
   border-color: #f7941e;
}



/*----------------contact-layout----------------*/

.contact-layout .cm-banner-area {
    margin-bottom: 0;
    background-position: 0 0;
}

.contact-layout .grey-bar {
    background: rgb(243, 243, 243);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 24px;
}

.contact-layout .grey-bar h2 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 30px;
    padding-top: 35px;
}
.pt35 {
    padding-top: 35px;
}
.contact-layout .main-content h3 {
    color: #f7941e;
    padding: 40px 0;
}

.contact-layout .two-column-container {
    text-align: center;
    margin-top: 35px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 80px;
    margin-bottom: 100px;
}
.contact-layout .two-column-container .hs_cos_wrapper_type_module {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.cm-inquiry {
    padding: 0 16%;
    color: #737576;
}

.cm-inquiry img {
    margin-bottom: 55px;
}

.cm-contact-info .box {
    border: 1px solid #f29400;
    padding: 30px 20px;
    margin-bottom: 110px;
}

.boc_list_item {
    margin-bottom: 10px;
}

.boc_list_item .li_icon {
    float: left;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    border-radius: 40px;
}
.boc_list_item .li_icon.large {
    width: 32px;
    height: 32px;
}
.boc_list_item .li_icon.large i.icon {
    font-size: 23px;
    line-height: 32px;
    color: #f7941e;
}
.boc_list_item .boc_list_item_text.large {
    line-height: 32px;
    margin-left: 48px;
}

.cm-contact-info h3.boc_heading {
    padding-bottom: 45px;
}
.cm-two-col-map .boc_divider_holder {
    padding-top: 0;
}
.cm-two-col-map .boc_divider {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: #e4e4e4;
}
.map {
    padding-top: 20px;
}

.cm-two-col-map {
    padding-top: 35px;
    margin-bottom: 150px;
}

.center {
    text-align: center;
}

.cm-two-col-map strong {
    font-weight: inherit;
    color: #f7941e;
}
iframe {
    max-width: 100%;
}
.contact-bottom-left h3 {
    color: #f29400;
}

.cm-list-content.contact-bottom-left {
    padding-left: 0;
    padding-right: 0;
}
.cm-list-content.contact-bottom-left li {
    position: relative;
    margin-bottom: 3px;
}

.content-bottom-right-form {
    font-size: 14px;
}

.content-bottom-right-form h3 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
    letter-spacing: -1px;
}

.ult_modal label {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

.ult_modal span.hs-form-required {
    color: inherit;
}
.ult-overlay-close-inside {
    cursor: pointer;
}
.ult_modal-header h5 strong {
    color: #f7941e;
}
.ult_modal-body.ult-responsive.ult-html {
    padding-top: 30px;
}

.hs-inline-edit .ult-overlay {
    display: none;
}
/*------------------Home Layout---------------------*/


.home-layout .main-content{
	text-align:center;
}
.home-layout .main-content h1 {
    margin-bottom: 40px;
    margin-top: 40px;
    color: #0a0101;
    text-align: center;
    font-weight: 400;
    padding-bottom: 15px;
}

.home-layout .side_icon_box .icon_feat {
    float: none;
}

.home-layout .three-column-icon-content {
    text-align: center;
    color: #666;
}

.home-layout .side_icon_box .icon_feat i.icon {
    font-size: 46px;
    line-height: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.home-layout .side_icon_box .icon_feat {
    pointer-events: none;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    /* border: 2px solid #f7941e; */
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto 22px auto;
}

.home-layout .side_icon_box_content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    color: #9b9b9b;
}

.home-layout .side_icon_box h3:after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: rgba(0,0,0,0.07);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-layout .side_icon_box h3 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 16px;
    line-height: 1.5em;
}

.home-layout .side_icon_box:hover .icon_feat i.icon {
    color: #fff;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.home-layout .side_icon_box:hover .icon_feat {
    background-color: #f7941e;
}

.home-layout span.icon_feat:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    border: 2px solid #f7941e;
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-layout .side_icon_box:hover span.icon_feat:after {
    opacity: 1;
    z-index: 1;
    border: 2px solid #f7941e;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


a.button.btn-orange {
    background-color: #f7941e;
    font-size: 14px;
    padding: 16px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:none;
}

a.button.btn-orange:hover {
    color: #fff;
    background-color: #444444;
}

.home-layout .side_icon_box:hover h3:after {
  width: 100px;
  margin-left: -50px;
}

.home-layout .main-content h2 {
    color: #0a0101;
}
.main-content .slick-slide-inner-wrapper > img {
    display: none;
}

.home-layout .main-content a.button.btn-orange {
    margin-top: 30px;
}

.home-layout .main-content .caption img {
    width: 106px !important;
    margin: 0 auto;
    border-radius: 106px;
    border: 3px solid white;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.06);
    padding-top: 14px;
    margin-top: 18px;
}

.home-layout .main-content .hs_cos_gallery {
    border-top: 1px solid #737576;
    margin-top: 130px;
    padding-top: 75px;
    border-bottom: 1px solid #737576;
    padding-bottom: 55px;
    margin-bottom: 100px;
}

.home-layout .main-content .caption p {
    font-size: 19px;
    line-height: 34px;
    font-family: Droid Serif, Georgia, serif;
    font-style: italic;
    color: #888;
    text-align: center;
    letter-spacing: 0.01em;
}

.home-layout .main-content h5 {
    font-size: 20px;
    color: inherit;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: 0.04em;
    padding-top: 14px;
    color: #333333;
}

.home-layout .main-content h6 {
    display: block;
    color: #aaa;
    font-size: 15px;
    font-family: Droid Serif, Georgia, serif;
    font-style: italic;
    text-transform: none;
    margin-top: 2px;
    margin-bottom: 2px;
}

.home-layout .main-content ul.slick-dots {
    display: none !important;
}
.home-layout .main-content .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0;
}

.home-layout .main-content .hs_cos_gallery_main .slick-slide {
    margin: 0 !important;
}
.home-layout .main-content .slick-prev, 
.home-layout .main-content .slick-next {
    width: 40px;
    height: 40px;
}
.home-layout .main-content .slick-prev:before,
.home-layout .main-content .slick-next:before {
    content: "\e685";
    font-family: 'icomoon';
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaa;
    font-size: 40px;
    opacity: 1;
    display: block;
}
.home-layout .main-content .slick-prev:hover:before,
.home-layout .main-content .slick-next:hover:before {
    color: #f7941e;
}

.home-layout .main-content .slick-prev:before {
    content: "\e687";
}

.home-layout .main-content .hs_cos_gallery_main.slick-slider {
    padding: 0px 54px;
}
.home-layout .main-content button.slick-disabled:before {
    color: #aaa !important;
    opacity: 0.3;
    cursor: default;
    background: none;
}

.cm-fw-two-col h3 {
    margin-bottom: 40px;
}

.cm-fw-two-col a.button.btn-orange {
    font-size: 13px;
    padding: 14px 22px;
    margin-top: 20px;
}

.cm-fw-two-col .span8 {
    text-align: center;
}

.cm-fw-two-col.cm-list-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    padding-top: 60px;
}

.cm-fw-two-col.cm-list-content li {
    line-height: 26px;
}

.cm-fw-two-col.cm-list-content .row-fluid [class*="span"] {
    padding-top: 35px;
}

.home-layout .page-center.content-wrapper {
    padding-bottom: 0;
}

.cm-fw-two-col.cm-list-content.right .span8 {
    float: right;
}

.cm-fw-two-col.cm-list-content.right .span4 {
    margin-left: 0;
}
.home-layout .fw-flexi .hs_cos_wrapper_type_custom_widget:first-of-type .cm-fw-two-col.cm-list-content {
    padding-top: 20px;
}

.home-contact-info h2 {
    margin-bottom: 20px;
    margin-top: 60px;
    text-align: center;
}

.home-contact-info .row-fluid.box {
    border: 2px solid #f7941e;
    margin-bottom: 35px;
}

.home-contact-info .column-inner {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 40px;
}

.home-contact-info span.boc_icon.icon {
    font-size: 54px;
    color: #f7941e;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.home-contact-info .box h2 {
    margin-top: 0px;
    color: #f7941e;
}



.home-three-column-counter {
    position: relative;
    padding: 95px 0 85px;    
    margin-bottom: 60px;
}

.home-three-column-counter .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.home-three-column-counter .counter-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.home-three-column-counter h2 {
    margin-bottom: 40px;
    color: #ffffff;
}

.home-three-column-counter h3 {
    color: #fff;
}

.home-three-column-counter .counter {
    padding-left: 0;
    border-left: 0px;
    text-align: center;
    width: 100%;
    padding-top: 11px;
}
.home-three-column-counter .counter-digit {
    font-size: 46px;
    height: 52px;
    line-height: 52px;
    margin: 0;
    font-family: 'Open Sans', Montserrat, Arial, Helvetica, sans-serif;
    color: #ffffff;
}
.counter_desc {
    margin-top: 10px;
    font-size: 18px;
}
.cm-features h2.title {
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
    padding-bottom: 35px;
}

.cm-features {
    padding-top: 40px;
}

.cm-features h5 {
    font-weight: 600;
    color: #9b9b9b;
    text-align: center;
}

.cm-features .col3 {
    width: 33.33%;
    display: inline-block;
    margin-right: -4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
}


.three-column-wrapper {
    margin: 0 -15px;
}

.pic_info {
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
    -moz-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
    -o-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
    -ms-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
    transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
}
.pic {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0.999;
    
}
a .pic_info .plus_overlay {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

a .pic_info .plus_overlay_icon {
    -webkit-transform: translate3d(0, 0, 0);
}

a .pic_info.type8 .plus_overlay_icon {
    z-index: 100;
}
.pic img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pic_info img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pic_info.type8 img {
    border-radius: 0;
}
a .img_overlay_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}
a:hover .img_overlay_icon {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}
a .pic_info.type8 .img_overlay_icon {
    display: none;
}
.icon_link {
    background: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/icon_plus.png) center center no-repeat;
}
a .pic_info.type8 .portfolio_icon {
    display: inline-block;
    color: #fff;
    opacity: 0;
    width: 34px;
    height: 34px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    top: -32px;
    position: relative;
    -webkit-transition: all 0.25s 0.1s ease-out;
    -moz-transition: all 0.25s 0.1s ease-out;
    -o-transition: all 0.25s 0.1s ease-out;
    -ms-transition: all 0.25s 0.1s ease-out;
    transition: all 0.35s 0.1s ease-out;
}
a:hover .pic_info.type8 .portfolio_icon {
    opacity: 1;
    top: -4px;
}
.pic_info .info_overlay {
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pic_info.type8 .info_overlay {
    width: -moz-calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: -moz-calc(100% - 16px);
    height: -webkit-calc(100% - 16px);
    height: calc(100% - 16px);
    margin: 8px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    position: absolute;
    top: 0;
    opacity: 0;
    border-radius: 0;
}
a:hover .pic_info.type8 .info_overlay {
    opacity: 1;
}
.pic_info.type8 .info_overlay .info_desc {
    top: 50%;
    margin-top: -48px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.boc_image_box .info_overlay h3 {
    margin: 10px 30px 0 30px;
    font-size: 19px;
    line-height: 24px;
    color: #333;
    padding: 6px 0 0 0;
    position: relative;
}
.pic_info.type8 .info_overlay h3, .pic_info.type8 .info_overlay p {
    color: #333;
    -webkit-transition: all 0.1s 0 ease-out;
    -moz-transition: all 0.1s 0 ease-out;
    -o-transition: all 0.1s 0 ease-out;
    -ms-transition: all 0.1s 0 ease-out;
    transition: all 0.1s 0 ease-out;
    opacity: 0;
    top: 28px;
    position: relative;
}
a:hover .pic_info.type8 .info_overlay h3 {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.25s 0.2s ease-out;
    -moz-transition: all 0.25s 0.2s ease-out;
    -o-transition: all 0.25s 0.2s ease-out;
    -ms-transition: all 0.25s 0.2s ease-out;
    transition: all 0.25s 0.2s ease-out;
}

.post_item_block {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #fff;
    padding: 20px;
    margin: 0 15px;
}

.post_item_block h4 a {
    color: #444;
}
.post_item_block h4 a:hover {
    color: #f7941e;
}

.recent-posts {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 35px;
}

.recent-posts h2.title {
    margin-bottom: 20px;
    margin-top: 0px;
    color: #333;
    text-align: center;
}
.more-link {
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  color: #444;
}
.more-link1:before {
    content: "\e78f";
    font-family: 'icomoon';
    font-size: 17px;
    float: left;
    display: inline-block;
    color: #f7941e;
    border-radius: 12px;
    margin: 1px 10px 0 -4px;
    text-indent: 0;
    width: 12px;
}
.more-link1:hover {
    text-indent: 4px;
}

.recent-posts .slick-slide {
    outline: none;
}
.small_post_date {
    margin: -2px 0 12px;
    font-size: 12px;
    font-style: italic;
    font-family: Droid Serif, Georgia, serif;
    color: #999;
    padding-left: 1px;
}
.small_post_date span.icon {
    font-size: 1em;
    line-height: inherit;
}

.recent-posts .slick-dots li button {
    -webkit-backface-visibility: visible;
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
}

.recent-posts .slick-dots li button:before {
    display: none;
}

.recent-posts ul.slick-dots {
    margin-top: 40px;
    position: static;
}

.recent-posts .slick-dots li.slick-active button {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #f7941e;
}

.recent-posts .slick-dots li {
    margin: 0;
}
.recent-posts h4 {
    margin-bottom: 8px;
}

.new-archives .top-pane .hs_cos_wrapper_type_header,
.new-archives .bottom-pane .hs_cos_wrapper_type_header {
    text-align: center;
}

.new-archives .page-center.content-wrapper {
}

.new-archives .top-pane {
    border-bottom: 1px solid #bababa;
    padding-bottom: 70px;
    margin-bottom: 55px;
}

.new-archives .top-pane p {
    /*padding-bottom: 35px;*/
}

.new-archives .top-pane h2 {
    padding-bottom: 25px;
}

.new-archives .content-bottom-right-form h3 {
    margin-top: 0;
}

.new-archives .hs_cos_wrapper_type_header h4 {
    padding-bottom: 35px;
}

.new-archives .bottom-pane .span6 {
    margin-bottom: 20px;
}
.newsletter-lay .cm-banner-area,
.new-archives .cm-banner-area {
    min-height: 486px;
}
.newsletter-lay .cm-banner-area .title{
  padding:0px;
}
.newsletter-lay h2 {
    padding-bottom: 45px;
}
.cm-banner-area .page-center {
    position: relative;
}
.cm-banner-area.type2 .boc_divider_holder {
    padding-top: 0;
}

.pt15 {
    padding-top: 15px;
}

.cm-banner-area.type3 .title {
    padding-top: 0;
    padding-bottom: 0;
}

.cm-banner-area.type3 {
    min-height: 0;
    padding-bottom: 126px;
}

.two-column-equal-form-lay .main-content {
    padding-top: 15px;
}


.two-column-equal-form-lay .main-content img {
    margin-top: 10px;
    margin-bottom: 25px;
}


.one-column-icon-title1 .boc_icon_holder {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    border-radius: 52px;
    width: 60px;
    height: 60px;
}


.one-column-icon-title1 span.boc_icon.icon{
    font-size: 48px;
    line-height: 60px;
}


.one-column-icon-title1 h3.boc_heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-left: 65px;
    margin-bottom: 12px;
    margin-left: 84px;
}

.one-column-icon-title1 .wpb_content_element {
    margin: 0 12px 20px 85px;
    color: #777;
}

.home-layout .widget-span.custom-header,
.two-column-equal-form-lay .widget-span.custom-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home-layout.scrolled .widget-span.custom-header,
.two-column-equal-form-lay.scrolled .widget-span.custom-header {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

/*-----------------Resources layout-----------------*/

.resources-lay .row1-col1 {
    padding-top: 35px;
}

.resources-lay .row1-col2 h2 {
    text-align: center;
}

.resources-lay .row1-col2 {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}

.resources-lay .row1-col2.cm-list-content p {
    margin-bottom: 35px;
}

.resources-lay .row1 {
    border-bottom: 1px solid #737677;
    padding-bottom: 85px;
    margin-bottom: 80px;
}
.resources-lay .row2-title {
    margin-bottom: 75px;
}
.resources-lay .row2-columns {
    text-align: center;
    border-bottom: 1px solid #737677;
    padding-bottom: 162px;
    margin-bottom: 80px;
}

.resources-lay .row2-columns img {
    margin-bottom: 35px;
}

.resources-lay .row2-columns h3 {
    margin-bottom: 35px;
}
.resources-lay .row2-columns h3:before {
    margin-top: 0;
    margin-bottom: 20px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: #737576;
    content: "";
    display: block;
}


.resources-lay .top-pane h2 {
    text-align: center;
    padding-bottom: 65px;
    color: #000000;
}

.resources-lay .row3-col1 {
    padding-top: 30px;
}

.resources-lay .row3-col1 p {
    margin-bottom: 35px;
}

.resources-lay .top-pane {
    border-bottom: 1px solid #737677;
    padding-bottom: 145px;
}


.resources-lay .cm-features {
    padding-top: 20px;
}

.resources-lay h2.title strong {
    font-weight: inherit;
    color: #f7941e;
}

.resources-lay .cm-features h2.title {
    padding-bottom: 55px;
}


/*-----------------Get Started-----------------------*/

.getstarted-lay .row1 {
    margin-top: 35px;
    padding-bottom: 155px;
}

.getstarted-lay .row1-title {
    margin-bottom: 115px;
}

.getstarted-lay .row1-col2 {
    padding-top: 20px;
}

.getstarted-lay  .row1-col2 h4 {
    padding-bottom: 60px;
}
.side_icon_box.pdf .icon_feat i.icon {
    color: #737677;
}

.side_icon_box.pdf h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-left: 65px;
    margin-bottom: 12px;
}

.getstarted-lay .row1 {
}

.get-started .title-content {
    text-align: center;
    padding-bottom: 38px;
}

.get-started .col3 {
    width: 33.33%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 25px;
    margin-top: 60px;
}

.get-st-wrapper {
    margin: 0 -15px;
}

.get-started {
    padding-bottom: 5px;
}

.getstarted-lay .cm-features {
    padding-top: 0;
}

.getstarted-lay .cm-features h2.title strong {
    font-weight: inherit;
    color: #f7941e;
    padding-bottom: 0;
}




















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

.fwl .cm-banner-area {
    margin-bottom: 10px;
  }

  .fwl .content-wrapper {
    padding-top: 35px;
    padding-bottom:  35px;
    margin-bottom: 0!important;
  }

  .fwl .content-wrapper h4 {
    text-align: center;
    margin-bottom: 35px;
  }

  .fwl hr {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background: #b7b7b7;
  }

  .cm-three-col-module {
    padding-top: 75px;
    text-align: center;
    margin-bottom: 80px;
  }

  .cm-three-col-module .vc_single_image-wrapper {
    margin-bottom:35px;
    min-height: 143px;
  }

.wjs-module-3col-table {
    width: auto;
    margin: 45px -15px;
}

.wjs-module-3col-table .row-fluid {
    display:  table;
}

.wjs-module-3col-table .row-fluid .span4{
  width: 33.3%;
  margin: 0;
  border: 1px solid #eeeeee;
  display: table-cell;
  float: none;
  padding: 60px;
  background: #f9f9f9;
}

.wjs-module-3col-table .row-fluid .span4:nth-child(2) {
    border-left-width: 0;
    border-right-width: 0;
}

.wjs-module-3col-table .row-fluid .span4 h3 {
    text-align: left;
    margin: 0 0 20px;
}

.wjs-module-3col-table .row-fluid ul {
    padding: 0;
    margin: 0;
}

.wjs-module-3col-table .row-fluid ul ul {
    padding-left: 15px;
}

.wjs-module-3col-table .row-fluid ul li {
    position: relative;
    line-height: 26px;
    margin-bottom: 4px;
    padding-left: 8px;
}

.wjs-module-3col-table .row-fluid p:last-child {
    margin:  0;
}
.wjs-module-4col {
    padding-top: 15px;
    text-align: center;
    margin-bottom: 80px;
}

.wjs-module-4col .vc_single_image-wrapper {
    margin-bottom:35px;
    min-height: 143px;
}

@media (min-width: 1280px){
  .wjs-module-4col .span4{
  width:23%;
  }
}


  .fwl .content-wrapper h3 {
    text-align:center;
    margin:  0;
  }
  .fwl .content-wrapper h2 {
    text-align: center;
    margin:  40px  0 20px;
}

.cm-three-col-module-wth-icon {
    margin: 55px -15px 25px;
    width: auto;
}

.cm-three-col-module-wth-icon .span4 {
  padding:30px 30px 20px;
  border: 1px solid #eeeeee;
  margin:  0;
  float: none;
  display:  table-cell;
  width: 33.3%;
  text-align: center;
}

.cm-three-col-module-wth-icon  .row-fluid {
    display:  table;
}

.cm-three-col-module-wth-icon .span4:nth-child(2) {
    border-left-width:0px;
    border-right-width:0px;
}
.icon_holder {
    position: relative;
}

.icon_holder .icon_bgr {
    margin: 0px auto;
    text-align: center;
    height: 84px;
    position: relative;
}
.icon_center {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.icon_holder i {
    width: auto !important;
    height: auto !important;
    vertical-align: inherit !important;
    display: block;
    font-size: 56px;
    line-height: 72px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: #f7941e;

}
 .icon_holder:hover i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.icon-title-group.type2 .icon_holder:hover i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}


.cm-three-col-module-wth-icon h3 {
    font-size: 20px;
    line-height: 1.5em;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 16px!important;
    position: relative;
}

.cm-three-col-module-wth-icon h3:after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: rgba(0,0,0,0.07);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cm-three-col-module-wth-icon p {
    position: relative;
    color: #666;
    margin-bottom: 40px;
}
.cm-three-col-module-simple {
    width: auto;
    margin: 45px -15px;
}

.cm-three-col-module-simple .row-fluid {
    display:  table;
}

.cm-three-col-module-simple .row-fluid .span4{
  width: 33.3%;
  margin: 0;
  border: 1px solid #eeeeee;
  display: table-cell;
  float: none;
  padding: 60px;
  background: #f9f9f9;
}

.cm-three-col-module-simple .row-fluid .span4:nth-child(2) {
    border-left-width: 0;
    border-right-width: 0;
}

.cm-three-col-module-simple .row-fluid .span4 h3 {
    text-align: left;
    margin:  0 0 20px;
}

.cm-three-col-module-simple .row-fluid ul {
    padding: 0;
    margin:  0;
    list-style: none;
}

.cm-three-col-module-simple .row-fluid ul li {
    position: relative;
    line-height: 26px;
    margin-bottom: 4px;
    padding-left: 40px;
}

.cm-three-col-module-simple .row-fluid ul li:before {
    position: relative;
    text-align: center;
    border-radius: 40px;
    width: 26px;
    height: 26px;
    content: "\f00c";
    font-family: 'icomoon';
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f7941e;
    font-size: 20px;
    line-height: 26px;
    left:  0;
    position: absolute;
}
.icon-title-group .top_icon_box.type4 {
    width: 16.66666667%;
    float: left;
    min-height: 1px;
    padding: 0 15px;
}



.icon-title-group  .icon_holder i {
    color: #808285;
}
 .icon-title-group .icon_holder .icon_bgr {
    margin: 0px auto 16px auto;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 140px;
    border: 3px solid transparent;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.icon-title-group .top_icon_box h3 {
    font-size: 20px;
    line-height: 1.5em;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 16px;
    position: relative;
}
.icon-title-group .top_icon_box h3:after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: rgba(0,0,0,0.07);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-title-group {
    margin: 85px -15px 130px;
    width: auto;
}
.icon-title-group .top_icon_box.type4:hover .icon_holder .icon_bgr {
    border: 2px solid #808285;
}

.icon-title-group .icon_holder i {
    line-height: 100px;
}
.icon-title-group .top_icon_box.type4 .icon_holder .icon_bgr:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    border: 4px solid transparent;
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.icon-title-group .top_icon_box.type4:hover .icon_holder .icon_bgr:after {
    opacity: 0;
    z-index: 1;
    border: 2px solid #08ada7;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
        border: 3px solid #808285;
}
  
  

.cm-three-col-module-simple .row-fluid p:last-child {
    margin:  0;
}
  
.icon-title-group .extra-space {
    width: 8.33333333%;
    float: left;
    min-height:  1px;
}
.icon-title-group .top_icon_box:hover h3:after {
    width: 100px;
    margin-left: -50px;
}
  

.fwl .content-wrapper  h2 {
    margin-bottom: 0;
}

.fwl .content-wrapper.page-center {
    padding-bottom: 35px;
}


.full_container_page_title {
    border-bottom: 1px solid #eee;
    background: #fafafa;
    padding: 0px 0;
    margin-bottom: 56px;
    min-height: 58px;
    padding: 20px 0;
}
.breadcrumb_right {
    float: right;
    margin: 25px 0 0;
}
 .full_container_page_title .page_heading {
    margin: 24px 0 20px;
}
.full_container_page_title .page_heading h1 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
}
.cm-team-member-group-mdl {
  text-align: center;
  margin: 107px 0 20px;
  width: auto;
}
.team_block h4 {
    margin: 20px 0 4px!important;
    text-align: center;
    line-height: 22px;
}
.team_block {
    margin: 20px 0 0px;
    text-align: center;
}

.team_block p.teamdesc {
  color: #f7941e;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
}

 .team_image.boxed.flat_img {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    max-width: 300px;
    display: block;
    margin: 20px 3% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0.999;
    border-radius: 2px;
    box-shadow: none;
    border: 0;
}

.cm-two-col-left-img-cnt-mdl .span6.img-col {
   padding: 20px 80px;
   text-align: center;
}



.cm-two-col-left-img-cnt-mdl .span6.cnt-col h2 {
   margin-bottom: 20px;
   margin-top: 0px;
   color: #333333;
   font-size: 24px;
   text-align: left;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col {
   padding-top: 20px;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col  ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col ul li {
   position: relative;
   line-height: 26px;
   margin-bottom: 4px;
   padding-left: 34px;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col ul li:before {
   text-align: center;
   border-radius: 40px;
   content: "\f00c";
   font-family: 'icomoon';
   speak: none;
   font-size: 1em;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 0;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   color: #f7941e;
   font-size: 17px;
   line-height: 26px;
   left: 0;
   position: absolute;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col p {
   margin-bottom: 35px;
}
.icon-title-group.type2 .top_icon_box h3 {
   text-transform: none;
}



.icon-title-group.type2 .extra-space {
   display: none;
}



.icon-title-group.type2 {
   margin: 60px -15px 0;
}

.icon-title-group.has-3 {
   margin:  0 -15px 0;
   padding: 21px 0;
}

.icon-title-group.has-3 .top_icon_box h3 {
   text-transform:  none;
}



.top_icon_box p {
   position: relative;
   color: #666;
   margin-bottom: 40px;
   text-align: center;
}
.fwl .hs_cos_wrapper_type_linked_image img {
   width: 100%!important;
}
.bottompane-one-column.has-icon .boc_icon_size_large {
   font-size: 54px;
}
.bottompane-one-column.has-icon .icon.boc_icon {
   line-height: 1em;
   font-size:inherit;
}


.bottompane-one-column.has-icon h3 {
   margin:  0 0 20px;
   padding: 0;
}

.bottompane-one-column.has-icon a.button {
   margin:  0;
}

.bottompane-one-column.has-icon {
   padding: 135px 0 100px;
}

.cm-list-content.two-column-list.has-border {
   background-color: #f9f9f9;
   border-bottom: 1px solid #eee;
   border-top: 1px solid #eee;
   padding: 60px 0;
   margin-bottom: 60px
}

.cm-list-content.two-column-list.has-border .top-content {
   text-align: center;
   padding-bottom: 20px;
}



.cm-list-content.two-column-list.has-border .top-content p {
   margin: 0 0 12px
}

.cm-list-content.two-column-list.has-border li {
   margin-bottom: 2px;
   line-height: 26px;
}

.cm-list-content.two-column-list.has-border .span6 {
   padding-top: 35px
}

.cm-two-col-bg-img .row-fluid {
    display: table;
    width: 100%
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col {
    padding: 100px 130px;
    background-color: #253030;
    color: #fff;
    text-align: center
}

.cm-two-col-bg-img .row-fluid .span6 {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
    width: 50%;
    background-size: cover;
    background-position: top center
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col h1 strong {
    font-weight: 300;
    color: #f7941e
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col p {
    text-align: center;
    margin-bottom: 35px
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col h2 {
    color: #fff;
    font-weight: 300;
    text-align: left
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col h3 {
  font-family: 'Droid Serif',Georgia,serif;
  font-style: italic;
  font-weight: 400;
  color: #777;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 60px;
  margin-top: 0;
  color: #fff;
  font-size: 35px;
  text-align: left;
  line-height: 1.3em;
}


a.button.btn_medium.btn_white {
    padding: 12px 22px;
    line-height: 1;
    font-size: 13px;
    height: auto;
    margin-top: 0
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col h1 {
    text-align: left
}

.button i.icon {
    font-size: 1.1em;
    margin: 0 .5em 0 -0.2em;
    top: .1em;
    position: relative;
    -webkit-transition: left .25s ease-out,opacity .1s ease-out;
    -moz-transition: left .25s ease-out,opacity .1s ease-out;
    -ms-transition: left .25s ease-out,opacity .1s ease-out;
    -o-transition: left .25s ease-out,opacity .1s ease-out;
    transition: left .25s ease-out,opacity .1s ease-out;
    display: inline;
    width: auto;
    height: auto;
    vertical-align: inherit;
    line-height: 0
}

.button i.icon {
    display: inline-block;
    -webkit-animation: sideBounce .85s linear infinite;
    animation: sideBounce .85s linear infinite
}

@-webkit-keyframes sideBounce {
    0,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
        -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.2);
        animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.2)
    }
}

@keyframes sideBounce {
    0,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
        -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.2);
        animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.2)
    }
}

.sideBounce {
    -webkit-animation: sideBounce .85s linear infinite;
    animation: sideBounce .85s linear infinite
}

.side_bounce_icon i.icon {
  margin: 0px -0.2em 0 0.5em;
  display: inline-block;
  -webkit-animation: sideBounce .85s linear infinite;
  animation: sideBounce .85s linear infinite;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite
}

.cm-two-col-bg-img {
    margin-bottom: 150px;
    margin-top: 52px;
}

.one-column-icon-title {
    max-width: 50%;
    margin: 0 auto 130px;
    text-align: center;
    padding: 0 50px;
    font-weight: 300;
}

.one-column-icon-title span.boc_icon.icon {
    line-height: 1em;
    font-size: 32px;
}

.one-column-icon-title  h2.boc_heading.center {
    font-weight: 300;
}

.fwl.no-banner .body-container-wrapper {
    padding-top: 70px;
}

.fwl.no-banner .body-container-wrapper h1{
  font-weight:300;

}
h3 + hr {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: #737677;
}

.cm-two-col-eql-btn {
    width: 66.66666667%;
    margin: 69px auto 42px;
    padding: 0 15px;
    text-align: center;
}

.cm-two-col-eql-btn .button-col {
    width: 33.33333333%;
    display: inline-block;
}

.cm-two-col-eql-btn a.button.btn-orange {
    border-radius: 4px;
    border-width: 0;
}


.cm-banner-area.has-subtitle h2 {
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

.cm-banner-area.has-subtitle .title {
    padding-bottom: 0;
}



.product-wth-acor-group .top-cnt h2 {
    text-align: left!important;
    margin: 0 0 40px!important;
    color: #f7941e;
}
.product-wth-acor-group .top-cnt h4 {
    text-align: left!important;
    margin-top: 155px;
    margin-bottom: 40px!important;
  
}


.acc_control {
float: left;
background: #08ada7 url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/acc_bgr.png) center -17px no-repeat;
width: 20px;
height: 20px;
margin: 2px 0 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.acc_holder.with_bgr .acc_control {
background-color: #888;
margin: 4px 16px 0 10px;
background-position: center -19px;
width: 16px;
height: 16px;
}
.acc_holder.rounded .acc_item {
padding: 0px 0px 8px;
margin: 0px 0 8px;
}
.acc_holder.with_bgr .acc_item {
padding: 0px 0px 8px;
margin: 0px;
}
.acc_holder.rounded .acc_item .acc_control {
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
-khtml-border-radius: 17px;
border-radius: 17px;
}
.accordion:hover .acc_control{
background-color: #555;
}
.active_acc .acc_control {
background: #888 url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/acc_bgr.png) center 1px no-repeat;	
}
.acc_holder.with_bgr .active_acc .acc_control{
background-color: #08ada7;
background-position: center -1px;
}
.acc_heading {
display: block;
margin-left: 34px;
}
.accordion {padding: 6px 0;margin: 0;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;font-size: 17px;line-height: 24px;cursor: pointer;text-align: left!important;}
.acc_holder.with_bgr .accordion {
border-radius: 4px;
font-size: 14px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;	 
background-color: #fcfcfc;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.01));
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.01));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.01));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.01));
border: 1px solid #e4e4e4;
}
.acc_holder.with_bgr .accordion:hover {
background-color: #f6f6f6;
}
.accordion_content {
display: none;
padding: 6px 10px 12px 34px;
overflow: hidden;
}
.acc_holder.with_bgr .accordion_content {
padding: 16px 12px 20px;
}
.acc_control, .active_acc .acc_control, .acc_holder.with_bgr .active_acc .acc_control {
    background-color: #f7941e;
}

.random-button-row {
    text-align:  center;
}

.product-wth-acor-group {
    border-bottom: 1px solid #eee;
    padding-bottom: 93px;
    margin-bottom: 144px;
}


.random-button-row .span6 {
    margin-bottom: 35px;
}

a.button.btn-transprent {
    background: transparent;
    color: #f7941e;
    border: 2px solid #f7941e;
    border-radius: 0;
    text-shadow: none;
}

a.button.btn-transprent:hover {
    background-color: #f7941e;
    color:  #fff;
}

.random-row {
    margin-bottom: 55px;
}

.product-wth-acor-group a.button.btn-orange {
    border-radius: 0;
}

.product-wth-acor-group.left.last {
    border: none;
    margin-bottom: 0;
    padding-bottom: 36px;
}

.product-wth-acor-group.left.last {
    border:  none;
    margin-bottom:  0;
    padding-bottom: 36px;
}
.random-row .cnt-col {
    margin-bottom:  35px;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 8px 0 5px 30px;
}


ul.feature-links {
  padding: 0;
  margin: 0px -15px 130px;
  list-style: none;
  overflow: hidden;
}

ul.feature-links li {
    width: 33.33333333%;
    float: right;
    text-align:  center;
    padding: 35px 15px 0;
}

ul.feature-links li a.button.btn-orange {
    width:  90%;
    max-width: 350px;
    border-radius: 0;
    margin: 0 0 4px;
}

.has-feature .content-wrapper {
    padding-top: 10px;
}

.image_featured_text {
    padding: 15px 16px;
}
.image_featured_text > img {
    float: left;
    margin: 10px 16px 0px 0;
    
    top: 0;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.image_featured_text .text {
    margin: 0 12px 18px 140px;
    padding-top: 14px;
        margin-left: 80px;
}
.image_featured_text h3 {
    font-size: 18px;
    text-align: left!important;
    margin: -6px 0 20px!important;
}




.has-feature .feature-top-col h2 {
    margin: 0 0 20px!important;
}

.has-feature .feature-top-col  h3 {
    margin:  0 0 20px;
}

.feature-top-col {
    margin-bottom: 55px;
}

.feature-btn-col {
    text-align: center;
}

.feature-btn-col a.button.btn-transprent {
    padding: 12px 22px;
    font-size: 13px;
}

.cm-mangment-feature {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 70px;
    margin-bottom: 100px;
}

.cm-mangment-feature.last {
    padding-bottom: 0;
    border: none;
    margin-bottom: 90px;
}

.fwl.pricing .cm-banner-area {
    padding-top: 250px;
    padding-bottom: 87px;
}

.fwl.pricing .cm-banner-area .upb_bg_overlay {
    display: none;
}

.fwl.pricing .content-wrapper h1 {
    margin-bottom: 20px;
    margin-top: 0px;
    color: #f29400;
}

.fwl.pricing .content-wrapper.page-center {
    padding-top:5px;
    padding-bottom: 105px;
}

.fwl.pricing  .bg-section {
    background: rgb(238, 239, 239);
}

.pricing-cm-row-2.bg-section {
    text-align: center;
    padding: 105px 0 58px;
}

.pricing-cm-row-2.bg-section h2 {
    margin-bottom: 0px;
    margin-top: 35px;
    color: #414141;
    font-size: 56px;
}

.pricing-cm-row-2.bg-section p {
    font-family: "Open Sans", sans-serif;
}
.innerbox {
  background: #f9f9f9;
  color: #777;
  border-top: 5px solid #b9ce06;
  border-bottom: 5px solid #ddd;
  border-top: 5px solid #333;
  padding: 12px 15px 0;
  text-align: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.innerbox:hover {
  -webkit-box-shadow: 0 0 7px rgba(167,167,167,.5);
  box-shadow: 0 0 7px rgba(167,167,167,.5);
}
.pricing-cm-row-3 {
    padding-top: 75px;
    padding-bottom: 24px;
}

.innerbox h2 {
    text-align: center;
    padding: 20px 0 35px;
}

.innerbox h2 strong {
    font-weight:  normal;
    color: #f7941e;
}

.innerbox table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 212px;
}
.innerbox table tr:hover td {
  background-color: #f3f3f3!important;
}
.innerbox table td, .innerbox tableth {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}
.innerbox table tbody td, .innerbox table tfoot th {
    border-top: 1px solid #ddd;
}
.innerbox table tbody td {
    vertical-align: top;
}

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



.innerbox table tr:first-child td {
    border: none;
    font-weight: 600;
}

.cm-two-column-wth-bg {
    margin-bottom: 76px;
}

.pricing-cm-row-3 a.button.btn-orange {
    margin-top: 0;
    border-radius: 0;
    padding: 14px 22px;
    font-size: 13px;
} 
.pricing-cm-row-4.bg-section {
    text-align:  center;
    padding: 85px 0 50px;
}

.pricing-cm-row-4.bg-section h2 {
    margin-bottom: 22px;
    margin-top: 38px;
    color: #414141;
    font-size: 46px;
}
.pricing-cm-row-5 {
    text-align: center;
    padding: 135px 0 95px;
}

.pricing .cm-two-col-eql-btn {
    margin: 0px auto;
    padding: 5px 0;
    width: 50%;
}

.pricing .cm-two-col-eql-btn a.button.btn-orange {
    border-radius: 0;
    border: 2px solid transparent;
    padding: 14px 25px;
}

.pricing .cm-two-col-eql-btn .button-col:first-child a.button.btn-orange{
        border: 2px solid #f7941e;
        background:transparent;
        color:#f7941e;;
}

.pricing .cm-two-col-eql-btn .button-col {
    width: 50%;
    float: left;
}


.pricing .cm-two-col-eql-btn .button-col:first-child a.button.btn-orange:hover {
    background-color: #f7941e !important;
    color: #fff;
}
.pricing-cm-row-6.bg-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.emnify-feature-top h2 {
    text-align: center;
  color: #414141;
}

.emnify-feature {
    padding: 35px 0 0;
}

.emnify-feature-top {
    padding-bottom: 40px;
}

.emnify-feature-content {}

.left-col .emify-item + .emify-item:last-child {
   margin-top: -3px;
}
.emnify-feature-content .emify-item p {
    margin-left: 80px;
}

.emnify-feature-content .emify-item p img {
  margin-right: 1.5em;
  display: inline;
  float: left;
  margin-left: -80px;
  margin-top: 12px;
}
.emnify-feature-content .emify-item  h3 {
    color: #f39900;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    padding-left: 80px;
}
.emnify-feature-content .emify-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px 80px;
    clear: both;
}
.emnify-feature-content .emify-item li {
    font-size: 24px;
    color: #414141;
    margin-bottom: 0;
    float: left;
    margin-right: 30px;
}
.emnify-feature-content .emify-item li:before {
    content: '';
    display: inline-block;
    background-image: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/check.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    vertical-align: sub;
}


.emify-item {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 35px;
    clear: both;
}

.emnify-feature-content .emify-item ul:before, .emnify-feature-content .emify-item ul:after {
    content: "";
    display:  block;
    clear: both;
}

.emify-item + .emify-item {
    margin-top: 70px;
}

.emify-item:last-child {
    margin-bottom: 0;
}  
.pricing-cm-row-7 {
    padding-top: 35px;
    padding-bottom:  35px;
}


.acc_item {
    padding: 0px 0px 8px;
    margin: 0px 0 8px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.acc_holder.border .acc_item {
    border-bottom: 1px dotted #eee;
}
.cm-accordian-top {
    text-align: center;
    margin-bottom: 55px;
}
.cm-accordian-top h2 {
  text-align: center;
  margin-bottom: 55px;
  color: #414141;
}
.cm-accordian-content {
    font-family: "Open Sans", sans-serif;
}

.cm-banner-area strong {
   font-weight: normal;
   color: #f7941e;
}

.fwl.trial .content-wrapper h2 strong {
   font-weight: normal;
   color: #f7941e;
}
.trial .page-center.content-wrapper {
   text-align:  center;
   padding-bottom: 95px;
}
.fwl.trial .content-wrapper.page-center h2 {
   margin: 35px 0 40px;
}

.fw-cm-row-2-trial {
   background: rgb(217, 237, 247);
   padding-top: 50px;
   padding-bottom: 85px;
}

.fw-cm-row-2-trial h3 {
   text-align: center;
   padding-top: 35px;
}

.fw-cm-row-2-trial form {
   max-width: 710px;
   margin: 44px auto;
}
/*
.fw-cm-row-2-trial form .input input,
.fw-cm-row-2-trial form textarea ,
.fw-cm-row-2-trial form select {
   border: none;
   font-size: 14px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   padding: 5px;
   margin: 0 0 23px;
   font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

.fw-cm-row-2-trial form select {
  height:30px;
}

.fw-cm-row-2-trial form .hs-form-field > label {
   font-family: "PT Sans", Arial, Helvetica, sans-serif;
   font-weight:  normal;
   font-size: 16px;
   color: #444;
   margin: 0  0 4px;
}

.fw-cm-row-2-trial form span.hs-form-required {
   position: static;
   font-size: inherit;
   color: inherit;
}



.fw-cm-row-2-trial form input[type="submit"]{
   padding: 8px 18px;
   background: #222;
   color: #fff;
   border: 1px solid #fff;
   float: right;
   font-size: 14px;
   border-radius: 5px;
   line-height: 1;
}

.fw-cm-row-2-trial form label.hs-form-booleancheckbox-display > span:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  border: 2px solid #c4cbd2;
  content: '';
  font-family: FontAwesome;
  margin-top: -5px;
}
.fw-cm-row-2-trial form label.hs-form-booleancheckbox-display > input:checked +  span:before{
   color: #F7941E;
   border-color: #F7941E;
   content: "\f00c";
   font-size: 15px;
   line-height: 20px;
   text-align: center;
   
}
.fw-cm-row-2-trial label.hs-form-booleancheckbox-display > input{
   display:none;
}


.fw-cm-row-2-trial form input[type="submit"]:hover {
   background: #fff;
   color: #222;
   border: 1px solid #222;
}
*/
.fwl.no-banner-area .body-container-wrapper {
    padding-top: 0;
}

.fwl.no-banner-area .full_container_page_title {
    border-bottom: 1px solid #eee;
    background: #fafafa;
    padding: 0px 0;
    margin-bottom: 22px;
    min-height: 58px;
    padding: 20px 0;
}

.fwl.no-banner-area.fwl .content-wrapper h2 {
    text-align: left;
    margin: 0;
}

.fwl.no-banner-area.fwl .content-wrapper h4 {
    text-align: left;
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_filter input {
    padding: 2px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
.product-wth-acor-group ul {
    margin-top: 0;
}
.product-wth-acor-group ul ul {
    margin-top: 8px;
}
.product-wth-acor-group h4.accordion {
    margin: 0 0 12px !important;
}

.technology.fwl .content-wrapper h2 strong {
    color: #f7941e;
    font-weight: normal;
  }

  .technology.fwl .content-wrapper h2 + h2{
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .technology.fwl .bg-section {
    background:  #f9f9f9;
  }
  .fw-cm-tech-row-2 {
    padding: 95px 0 41px;
}

.technology .cm-three-col-module-simple .row-fluid .span4 {
    border: none;
    padding: 60px 15px 0;
}

.technology .cm-three-col-module-simple {width: auto;margin: 15px -15px;}

.technology .cm-three-col-module-simple .row-fluid {
    display:  block;
    max-width: 75%;
    margin-left: 16.66666667%;
}


.fw-cm-tech-row-3 {
    padding: 95px 0 120px;
}
.fw-cm-tech-row-3 .hs_cos_wrapper_type_linked_image {
    margin-bottom: 80px;
    display:  block;
}

.fw-cm-tech-row-3  h2 {
    margin-bottom: 40px;
}

.technology  .cm-two-col-eql-mdl {
    margin-top: 100px;
    margin-bottom: -4px;
}

.fw-cm-tech-row-3 h3 {
    padding-bottom: 20px;
}

.technology  .cm-two-col-eql-mdl ul {
    padding: 0;
    margin: 35px 0 0px;
    list-style: none;
}

.technology  .cm-two-col-eql-mdl ul li {
    position: relative;
    line-height: 26px;
    margin-bottom: 4px;
    padding-left: 40px;
}

.technology  .cm-two-col-eql-mdl ul li:before {
    position: relative;
    text-align: center;
    border-radius: 40px;
    width: 26px;
    height: 26px;
    content: "\f00c";
    font-family: 'icomoon';
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f7941e;
    font-size: 20px;
    line-height: 26px;
    left:  0;
    position: absolute;
}
.fw-cm-tech-row-4.bg-section {
    padding-top: 95px;
}
.technology .cm-list-content.two-column-list .top-content {
    text-align: center;
    padding-bottom: 79px;
}

.technology .cm-list-content.two-column-list .top-content h2 {
    margin-bottom: 40px;
}


.technology .cm-list-content.two-column-list  .row-fluid {
    width: 66.6%;
    margin-left: 16.66666667%;
}

.technology .cm-list-content.two-column-list ul {
    padding-left: 0;
}

.technology .cm-list-content li {
    margin-bottom: 4px;
}
.breadcrumb_right {
    float: right;
    margin: 3px 11px 0 0;
}
.hs-breadcrumb-menu-item {
  padding: 0;
  margin: 0;
}
.breadcrumb_right li {
  font-size: 12px;
  color: #777;
}

.hs-breadcrumb-menu-item a{
  color: #777;
}
.hs-breadcrumb-menu-item a:hover {
  color: #f7941e;
}

span.hs-breadcrumb-menu-divider {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.hs-content-id-5710284529.fwl .content-wrapper.page-center {
  padding-top: 15px;
}

button#cboxClose {
    font-size: 13px;
    line-height: 1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
}

.bottompane-one-column.has-icon
.bottompane-one-column.has-icon {
   margin-bottom: -1px;
}


.fw-cm-row-2-trial form label.hs-form-booleancheckbox-display > input + span {
  cursor: pointer;
  font-size: 17px;
  line-height: 17px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}



.top-gallery .slick-slide-inner-wrapper {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.top-gallery .no-banner .header-container-wrapper {
    min-height: 0;
}

.top-gallery .hs_cos_gallery_main.slick-fixed-height-slider.slick-initialized.slick-slider {
    padding: 0;
    margin-bottom: 10px;
}

.top-gallery ul.slick-dots {
    display: none !important;
}

.top-gallery h2 {
    color: #fff;
    font-weight:700;
    font-size: 74px;
    line-height: 80px;
    font-family: "Open Sans";
    border-width:0px;
    border-style:none;
    text-shadow:0px 2px 5px rgba(0,0,0,0.25);
    margin:0px;
    letter-spacing:-1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.top-gallery p {
    color: #fff;
    font-weight:700;
    font-size: 32px;
    line-height: normal;
    font-family: "Open Sans";
    border-width:0px;
    border-style:none;
    text-shadow:0px 2px 5px rgba(0,0,0,0.4);
    text-align:center !important;
    font-weight: 400;
}

.top-gallery .caption.below {
    text-align: center !important;
    position: absolute;
    left: 0;
    width: 100%;
    top: 23%;
    max-width: 890px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.top-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0;
}

.top-gallery a.button {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 17px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    padding: 16px 30px;
    background: transparent;
}
.top-gallery a.button:hover {
    background: #fff;
}

.top-gallery ul li {
    display: inline-block;
    font-weight: 400;
    font-size: 26px;
    margin: 0 20px;
    color: #fff;
}

.top-gallery li a {
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.top-gallery ul {
    margin-top: 45px;
}

.top-gallery ul li i {
    margin-right: 6px;
}

.top-gallery .slick-prev, 
.top-gallery .slick-next {
    z-index: 1;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.5);
}

.top-gallery button.slick-next.slick-arrow {
    border-radius: 4px 0 0 4px;
    right: 30px;
}

.top-gallery button.slick-prev.slick-arrow {
    border-radius: 0 4px 4px 0;
    left: 30px;
}

.top-gallery .slick-prev:hover, 
.top-gallery .slick-prev:focus, 
.top-gallery .slick-next:hover, 
.top-gallery .slick-next:focus {
    background: #000;
}

.top-gallery .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "f105";
    background: #ffffff;
    color: red;
    font-size: 30px !important;
}

.top-gallery .hs_cos_gallery_main .slick-next,
.top-gallery .hs_cos_gallery_main .slick-prev {
    opacity: 0;
    transition: all 0.3s ease;
}

.top-gallery .hs_cos_gallery_main:hover .slick-next ,
.top-gallery .hs_cos_gallery_main:hover .slick-prev {
    opacity: 1;
}

.top-gallery button.slick-arrow i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 30px !important;
    z-index: 1;
    color: #fff;
    line-height: 58px;
}

.top-gallery .slick-prev:before, 
.top-gallery .slick-next:before {
    display: none;
}
.error-template .content-wrapper,
.password-template .content-wrapper,
.subscription-template .content-wrapper {
    padding-top: 30px;
}
.feature-btn-col a.button.btn-transprent {
   text-shadow: none;
}

.top-gallery h2 {
    opacity: 1;
    position: relative;
    top: -40px;
    -webkit-transition: top 1s ease,opacity 1s ease;
    -moz-transition: top 1s ease,opacity 1s ease;
    transition: top 1s ease,opacity 1s ease;
}

 .top-gallery .slick-active h2 {
    opacity: 1;
    top: 0;
}
.top-gallery p+a,
.top-gallery p {
    opacity: 1;
    position: relative;
    top: -40px;
    -webkit-transition: top 1.5s ease,opacity 1.5s ease;
    -moz-transition: top 1.5s ease,opacity 1.5s ease;
    transition: top 1.5s ease,opacity 1.5s ease;
}

 .top-gallery .slick-active p+a,
 .top-gallery .slick-active p {
    opacity: 1;
    top: 0;
}

.top-gallery .caption ul {
    opacity: 1;
    position: relative;
    top: -40px;
    -webkit-transition: top 2s ease,opacity 2s ease;
    -moz-transition: top 2s ease,opacity 2s ease;
    transition: top 2s ease,opacity 2s ease;
}

.top-gallery .slick-active .caption ul {
    opacity: 1;
    top: 0;
}


.row-fluid .custom-menu-primary1 .hs-menu-wrapper > ul > li > a { padding-left: 9px; padding-right: 9px; }   




/*---------07/10/2019---------*/
.row-fluid .search__results--list{padding:0;}
.row-fluid .hs-search-field {margin-top:-28px;}
.row-fluid .hs-search-field input.hs-search-field__input {margin-top:-32px; padding: 20px;  background-color: inherit;  border: 0;  font-size: 35px;  color: #fff;}
body.site-page.home-layout.hs-content-id-14858228465.hs-site-page.page.scrolled .row-fluid .hs-search-field {margin-top: -34px;}
body.site-page.home-layout.hs-content-id-14858228465.hs-site-page.page.scrolled .row-fluid .hs-search-field input.hs-search-field__input{font-size: 30px; margin-top: -40px;}
.row-fluid .siteResult input.hs-search-field__input { padding: 15px 10px;  font-weight: 500;  font-size: 15px;  border: 1px solid #eee;  color: #444;  border-radius: 0; max-width: 100%;  margin: 20px 0 10px;}
.row-fluid .siteResult .hs-search-results__listing li { border-bottom: 1px solid #9c9a9a;  margin: 30px 0;}
.row-fluid .header-search-group.activated .search__results{position: relative;}
.row-fluid .activated #boc_searchform_close {  left: 0;  opacity: 1;  top:0px;  transition: all 0.5s ease !important; }
body.site-page.home-layout.hs-content-id-14858228465.hs-site-page.page.scrolled .row-fluid .activated #boc_searchform_close{    top: -18px;}
.row-fluid .hs-search-field__suggestions #results-for {display: none;}
.row-fluid .hs-search-field__suggestions li{display:none;}
.casestudy2019.hs-blog-post .row-fluid .mainblogSection h3 { font-size:30px; }
.casestudy2019.hs-blog-post .row-fluid .mainblogSection h4 { font-size:26px; }
.casestudy2019.hs-blog-post .row-fluid .mainblogSection h5 { font-size:24px; color: 444444; font-family: 'Avenir Light';font-weight:400 }
.casestudy2019.hs-blog-post .row-fluid .mainblogSection h6 { font-size:18px; }
.casestudy2019.hs-blog-post .row-fluid .mainblogSection h2, .casestudy2019.hs-blog-post .mainblogSection .row-fluid  h3, .casestudy2019.hs-blog-post .mainblogSection .row-fluid h4,
.casestudy2019.hs-blog-post .row-fluid .mainblogSection h5, .casestudy2019.hs-blog-post .mainblogSection .row-fluid h6 { color:#8a43c8;     font-family: 'Avenir Light';font-weight:900; letter-spacing:0; }


/* 20-11-2019 */
.row-fluid .textCenter { text-align:center; }
.container-fluid .row-fluid .page-center2 { float: none; max-width: 1115px; margin: 0 auto; display:block; }
.row-fluid .fullwidth { float:left; width:100%; }


.row-fluid .blogHero { padding:200px 0 150px; }
.row-fluid .blogHero.overlay { position:relative; }
.row-fluid .blogHero.overlay:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7); }
.hs-blog-post .row-fluid .blogHero.overlay:before { background:rgba(0,0,0,0.58); }
.row-fluid .blogHero.overlay .page-center { position:relative; }
.row-fluid .blogHero h1 { color:#FFFFFF; font-weight:700; }
.hs-blog-post .row-fluid .blogHero h1 { font-weight:400; font-family: 'Avenir-Book'; letter-spacing:0; }
.hs-blog-post .row-fluid .blogHero h1 strong { position:relative; padding-left:20px; }
.hs-blog-post .row-fluid .blogHero h1 strong:before { position: absolute; content: ''; width: 1px; height: 100%; background: #FFF; left: 0; top: 0; }

.row-fluid .mainblogSection { padding:40px 0; font-family: 'Avenir-Book'; }
.row-fluid .mainblogSection .blogLeft { width:100%; }
.row-fluid .mainblogSection .blogSidebar { display:none; }
.row-fluid .mainblogSection .filterBox { max-width: 215px; float: left; width: 100%; margin: 10px 80px 10px 0; position:relative; }
.row-fluid .mainblogSection .filterBox > label { padding: 0 35px 0 15px; font-weight: 400; font-size: 18px; position:relative; border-bottom:#333333 solid 1px; margin:0; }
.row-fluid .mainblogSection .filterBox > label:after { position: absolute; content: ''; right: 10px; top: 9px; border-top: #333333 solid 10px; border-left: transparent solid 10px; border-right: transparent solid 10px; }
.row-fluid .mainblogSection .filterBox > ul { list-style: none; padding: 10px 0; margin: 0; border-radius: 0 0 5px 5px; box-shadow: #CCC 0 4px 5px -4px; display:none; position: absolute; left: 0; top: 100%; background: #f5f5f5; width: 100%; }
.row-fluid .mainblogSection .filterBox > ul > li { padding:0 15px; float: left; width: 100%; margin: 5px 0; }

.row-fluid .customerHighlights { padding:0 0 80px; } 
.row-fluid .customerHighlights h2 { font-size:42px;}
.row-fluid .customerHighlights .topText { max-width: 600px; float: none; display: inline-block; font-size: 16px; line-height: 20px; letter-spacing: -0.3px; }
.row-fluid .customerHighlights .chBoxes { display: flex; flex-flow: row wrap; justify-content: left; }
.row-fluid .customerHighlights .chBox { float: left; width: 30%; margin:40px 5% 0 0; border: #eee solid 4px; border-top: #eee solid 15px; border-bottom: #eee solid 15px; transition:ease all 0.4s; position:relative;}
.row-fluid .customerHighlights .chBox:hover { transform: scale(1.05); }
.row-fluid .customerHighlights .chBox:nth-child(3n) { margin-right:0; }
.row-fluid .customerHighlights .chBox .chImage { padding: 25px 15px 20px; border-bottom: #f6f6f6 solid 15px; }
.row-fluid .customerHighlights .chBox h5 { color: #5a5a5a; font-family: 'Avenir-Book'; margin: 15px 0 0; font-weight: 400; letter-spacing: -0.3px; font-size:19px; }
.row-fluid .customerHighlights .chContent { padding: 20px; text-align: left; font-size: 15px; line-height: 20px; position:relative; }
.row-fluid .customerHighlights .chAvatar { position: absolute; left: 20px; top: 20px; width: 75px; height: 75px; border-radius: 50%; border: #f5f5f5 solid 3px; overflow:hidden; }
.row-fluid .customerHighlights .chText + h6 { margin: 25px 0 0; padding: 0 15px;  text-align: center; color: #aaaaaa; font-size: 14px; }

.row-fluid .postTitle h2 { font-size: 28px; color: #5a5a5a; font-family:'Avenir-Book'; letter-spacing:0; }
.row-fluid .mainblogSection .post-listing { float:left; width:100%; margin:30px 0 0; }
.row-fluid .mainblogSection .post-item { width: 31%; float: left; margin:30px 3.5% 30px 0; }
.row-fluid .mainblogSection .post-item:nth-child(3n) { margin-right:0; }
.row-fluid .mainblogSection .post-item:nth-child(3n+1) { clear:left; }
.row-fluid .mainblogSection .post-item .hs-featured-image-wrapper { background:#FFFFFF; padding: 20px; box-shadow:#FFF 0 10px 0px 0px; border: #f6f6f6 solid 4px; text-align:center; }
.row-fluid .mainblogSection .postContent { padding:20px; background:#f6f6f6; text-align:center; margin:4px 0 0; } 
.row-fluid .mainblogSection .post-header h2 { font-family:'Avenir-Book'; font-size: 16px; line-height:24px; letter-spacing: 0; font-weight: 900; margin-bottom:50px; position:relative; } 
.row-fluid .mainblogSection .post-header h2:after { position:absolute; content:''; left:50%; bottom:-40px; width:40px; height:40px; transform:translateX(-50%); background:url(https://cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/quote.png) no-repeat center bottom/contain; }
.row-fluid .mainblogSection .post-body { font-size: 18px; line-height: 24px; padding: 0 15px; margin:15px 0 !important; float: left; width: 100%; }
.row-fluid .mainblogSection .post-item #hubspot-author_data { position: relative; padding: 11px 0 0 72px; text-align: left; font-size: 12px; line-height:20px; float: left; width: 100%; }
.row-fluid .mainblogSection .post-item #hubspot-author_data span { float:left; width:100%; }
.row-fluid .fullwidthForm { padding:40px 0 80px; }
.row-fluid .fullwidthForm .form-inner { font-family:'Avenir-Book'; padding: 30px; border-radius: 10px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#da663e+0,f59a50+100 */
background: rgb(218,102,62); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(218,102,62,1) 0%, rgba(245,154,80,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(218,102,62,1) 0%,rgba(245,154,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(218,102,62,1) 0%,rgba(245,154,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da663e', endColorstr='#f59a50',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
.row-fluid .fullwidthForm .form-inner label { color: #FFFFFF; font-size: 15px; font-weight: 500; font-family:'Avenir-Book';     font-family: 'Avenir Roman';}
.row-fluid .fullwidthForm .form-inner input, .row-fluid .fullwidthForm .form-inner select, .row-fluid .fullwidthForm .form-inner textarea { font-family:'Avenir-Book'; }
.row-fluid .fullwidthForm .form-inner .hs-form-required { line-height: 18px; color: #FFFFFF; font-family:'Avenir-Book'; font-size: 15px; display: inline-block; vertical-align: top; margin: -5px 0 0; }
.row-fluid .fullwidthForm .form-inner form { text-align:left; padding-left:80px; position:relative; padding-right:50px; }
.row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 > div:nth-child(1), .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 > div:nth-child(2) { width:25%; }
.row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 + fieldset.form-columns-2 > div, .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 > div:nth-child(3) { width:50%; }
.row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 + fieldset.form-columns-2 + fieldset.form-columns-2 > div, .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 + fieldset.form-columns-2 + fieldset.form-columns-2 + fieldset.form-columns-2 > div { width:25%; }
.row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-2 + fieldset.form-columns-1  > div { width:50%; }
.row-fluid .fullwidthForm .form-inner form.hs-form fieldset .hs-form-field { padding: 0 30px 0 0; }
.row-fluid .fullwidthForm .form-inner form textarea, .row-fluid .fullwidthForm .form-inner form select, .row-fluid .fullwidthForm .form-inner form input[type=text], .row-fluid .fullwidthForm .form-inner form input[type=email], .row-fluid .fullwidthForm .form-inner form input[type=tel], .row-fluid .fullwidthForm .form-inner form input[type=number] { border: none; border-radius: 0; padding: 10px; line-height: 26px; min-height: 46px; }
.row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-0 + fieldset.form-columns-1 .legal-consent-container { position: absolute; left: 50%; width: 50%; top: 310px; padding: 0 80px 0 15px; color:#FFF; font-family:'Avenir-Book'; text-align:left; }
.row-fluid .fullwidthForm .form-inner .hs-error-msg { background: transparent; padding: 0; margin: -10px 0 15px; float: left; width: 100%; }
.row-fluid .fullwidthForm .form-inner .hs_submit { text-align: center; margin: 20px 0 0; }
.row-fluid .fullwidthForm .form-inner .hs_submit .hs-button { background: #646464; font-size: 27px; font-weight: 900; padding: 10px 20px; min-width: 260px; line-height: 28px; border: #FFF solid 1px; border-radius: 10px; outline: 0;}
.row-fluid .fullwidthForm .form-inner, .row-fluid .fullwidthForm .form-inner h3 { text-align: center; color: #FFFFFF; }
.row-fluid .fullwidthForm .form-inner h3 { letter-spacing: 0; padding: 0 350px; } 
.row-fluid .fullwidthForm .form-inner .formText { margin:0 0 40px; padding: 0 200px; }
.row-fluid .mainblogSection .post-item .hs-featured-image-wrapper img { max-width:200px; display:inline-block; }
.row-fluid .mainblogSection .post-listing2 > div:not(.secTitle) { display: flex; flex-flow: row wrap; justify-content: left; float:left; width:100%; }
.row-fluid .mainblogSection .post-listing2 .post-item { background:#f6f6f6; }
.row-fluid .mainblogSection .secTitle { position:relative; margin:30px 0 0; }
.row-fluid .mainblogSection .secTitle:before { position:absolute; content:''; left:0; top:50%; width:100%; height:1px; background:#5a5a5a; }
.row-fluid .mainblogSection .secTitle h6 { font-family:'Avenir-Book'; float:none; display:inline-block; background:#FFFFFF; position:relative; z-index:1; margin:0; padding:5px 25px; font-weight: 900; color: #5a5a5a; }
.row-fluid .mainblogSection .featuredImage img { float:none; display:inline-block; max-width:150px; }
.row-fluid .otherInfo { text-align:center; margin:0 0 50px; }
.row-fluid .oiBox { font-size: 38px; line-height: 1.2; float: none; display: inline-block; margin:50px 15px 0; }
.hs-blog-post .row-fluid .mainblogSection .blogLeft { width:68%; padding-right:30px; float:left; padding-top:40px; border-right:#5c5c5c solid 1px; }
.hs-blog-post .row-fluid .mainblogSection .blogSidebar { display:block; float:left; width:32%; padding-left:30px; padding-top:40px; margin:0; }
.row-fluid .blogInner { padding:30px 0 0; }
.row-fluid .blogInner > div > div { display: flex; flex-flow: row wrap;  justify-content: left; }
.hs-blog-post .row-fluid .mainblogSection .post-header h1 { font-family:'Avenir-Book'; font-size: 38px; letter-spacing: 0; color: #323232; font-weight: 700; }
.row-fluid .itBlog { padding: 100px 0; background-color: #f6f6f6; }
.hs-blog-listing .row-fluid .solutionBlog, .hs-blog-listing .row-fluid .itBlog { display:none; } 
.row-fluid .itLeft { float: left; width: 60%; }
.row-fluid .itLeft > span { padding:10px; float: left; width: 32%; margin:0 2% 0 0; }
.row-fluid .itLeft > span img { max-width:170px; width:100%; }
.row-fluid .itLeft > span:nth-child(3n) { margin-right:0; }
.row-fluid .itRight { width:38%; margin-left:2%; float:left; text-align:center; }
.casestudy2019 .row-fluid .itRight h2 { font-size:30px; font-family:'Avenir-Book'; letter-spacing:0; color:#323232; }
.casestudy2019 .row-fluid .itRight h2 span { color:#8a43c8; font-weight:900; }

.row-fluid .solutionBlog { padding: 70px 0; }
.row-fluid .solutionBlog .bsLeft { float: left; width: 68%; padding-right:30px; border-right: #5a5a5a solid 1px; }
.row-fluid .mainblogSection .post-body h6, .row-fluid .solutionBlog .bsLeft h5 { font-size:24px; line-height:1.3; font-family: 'Avenir Light'; }
.row-fluid .mainblogSection .post-body h6 { color:#8a43c8; font-weight:700; }
.row-fluid .solutionBlog .bsRight { font-family:'Avenir-Book'; float:left; width:32%; padding-left: 30px; padding-top: 55px; background: url(https://cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/quote2.png) no-repeat top left 30px/70px; color: #b3b3b3; font-size: 26px; line-height: 32px; font-weight: 900; position: sticky; top: 80px; -webkit-position: sticky; }
.row-fluid .solutionBlog .bsRight h6 { font-size: 18px; font-weight: 600; color: #323232;  font-family: 'Avenir Light'; }
.row-fluid .solutionBlog .solutionInner { float:left; width:100%; }

.row-fluid .theResult { padding:40px 0; }
.row-fluid .theResult h5 { margin:0 0 25px; }
.row-fluid .theResult > div { padding: 0 0 0 130px; position:relative; margin:10px 0; }
.row-fluid .theResult .bsImage { position: absolute; left: 15px; top: 0px; max-width: 80px; }
.row-fluid .theResult .bsContent h5 { color: #323232; margin: 0 0 10px; }
 
.row-fluid .downloadPDF a { border: #8a43c8 solid 1px; color: #8a43c8; font-weight: 700; padding: 5px 10px; line-height: 24px; display: inline-block; border-radius: 5px; text-transform: uppercase; margin:0 0 20px; } 
.row-fluid .downloadText h6 { font-size: 18px; color: #8a43c8; font-weight: 900; float: left; width: 100%; margin: 10px 0 0; }

.hs-blog-post .row-fluid .mainblogSection .customerHighlights, .hs-blog-post .row-fluid .mainblogSection .filterSection { display:none; }
.row-fluid .sidebarAuthor .authorTop { padding-left: 110px; min-height: 100px; position: relative }
.row-fluid .sidebarAuthor h6 { font-weight: 900; color: #323232; margin:30px 0 0; min-height:85px; }
.row-fluid .sidebarAuthor .sbImage { position: absolute; left: 0; top: 0; max-width: 90px; border: #f5f5f5 solid 5px; border-radius: 50%; overflow: hidden; width: 100%; height: 90px; }
.row-fluid .sidebarAuthor.noAvatar { padding-left:0; }
.row-fluid .sidebarAuthor .authorBio { font-size: 15px; line-height: 22px; }

.row-fluid .getinTouch { padding:40px 0; }
.row-fluid .gtBtn a { background:#ff963e;     font-family: 'Avenir Black';font-size:23px; font-weight:900; padding:10px 25px; line-height:28px; text-transform:uppercase; display:inline-block; border-radius: 5px; margin: 20px 0; font-family: 'Avenir Black';}

.row-fluid .moreCustomers { padding:50px 0; }
.row-fluid .moreCustomers h6 { font-size: 20px; font-weight: 500; font-family:'Avenir-Book'; }
.row-fluid .moreCustomers .csBox { float:none; display:inline-block; }
.row-fluid .moreCustomers .csBox img { max-width:150px !important; width:100%; margin:15px 15px 0; }

/**Changes**/
/* .row-fluid .mainblogSection .post-item { width: 100%; margin: 0; }
.row-fluid .mainblogSection .post-listing2 > div:not(.secTitle) { width: 31%; float: left; margin: 0 3.5% 0 0; }
.row-fluid .mainblogSection .post-listing2 > div:not(.secTitle) > div { margin: 30px 0;} 
.row-fluid .mainblogSection .post-listing2 > div:not(.secTitle):nth-child(3n) { margin-right: 0; }
.row-fluid .mainblogSection .post-listing2 > div:not(.secTitle):nth-child(3n+1) { clear: left; } */

.row-fluid .mainblogSection .secTitle { display: none; }
.row-fluid .PostDrodown { max-width: 225px; position: relative; float: left; width: 100%; margin: 40px 80px 0 0; outline: 0; z-index: 11; color: #444; font-size: 18px; cursor: pointer; }
.row-fluid .pdropInner { position: relative; padding:0 35px 0 15px; border-bottom: #333333 solid 1px; }
.row-fluid .pdropInner:after { position: absolute; content: ''; right: 10px; top: 9px; border-top: #333333 solid 10px; border-left: transparent solid 10px; border-right: transparent solid 10px; }
.row-fluid .Topic-Menu { outline:0; list-style: none; padding: 10px 0; margin: 0; border-radius: 0 0 5px 5px; -webkit-box-shadow: #CCC 0 4px 5px -4px; box-shadow: #CCC 0 4px 5px -4px;  display: none; position: absolute;  left: 0; top: 100%; background: #f5f5f5; width: 100%; }
.row-fluid .Topic-Menu a { display: block; margin: 5px 0; padding: 0 15px;  color: #444; font-size: 16px;  }
.row-fluid .fullwidthForm .form-inner .legal-consent-container a, .row-fluid .fullwidthForm .form-inner .hs-richtext a { color: #fff; text-decoration: underline; }
.row-fluid .fullwidthForm .form-inner form > fieldset .legal-consent-container { position: absolute; left: 50%; width: 50%; top: 310px; padding: 0 15px; color:#FFF; font-family:'Avenir-Book'; text-align:left; }

.row-fluid .fullwidthForm .form-inner .hs-form-booleancheckbox { position: relative; padding-left: 28px; }
.row-fluid .fullwidthForm .form-inner .hs-form-booleancheckbox .hs-input { position: absolute;left: 0; margin: 0; width: 16px !important; height: 15px !important; opacity: 0; visibility: hidden; }
.row-fluid .fullwidthForm .form-inner .hs-form-booleancheckbox .hs-input + span:before { content: ""; position: absolute;border: 0; width: 16px; background: #fff; height: 15px; left: 0; top: 3px; }
.row-fluid .fullwidthForm .form-inner .hs-form-booleancheckbox .hs-input + span:after { border-right: 2px solid transparent; border-bottom: 2px solid transparent; display: block; content: ""; cursor: pointer; height: 0.6rem; left: 6px; top: 4px; position: absolute; width: .3rem; z-index: 4; transform: rotate(45deg);}
.row-fluid .fullwidthForm .form-inner .hs-form-booleancheckbox .hs-input:checked + span:before, .row-fluid .fullwidthForm .form-inner .hs-form-booleancheckbox .hs-input:checked + span:after { border-color: #d6653b; }
.row-fluid .fullwidthForm .form-inner .legal-consent-container .hs-form-booleancheckbox-display>span { margin-left: 0; }
.row-fluid .form-spacer { min-height: 50px; } 
.row-fluid .fullwidthForm .form-inner .hs_error_rollup { display: none; text-align: center; }
.row-fluid .fullwidthForm .form-inner .hs_error_rollup label  { background: transparent;}

.row-fluid .form-vtext { padding: 0 50px 0 80px; }
.row-fluid .full-case-btn a{ display: inline-block; margin: 15px 0 0; background: transparent; border: 2px solid #444; padding: 0 15px; color: #444; -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.3s; transition: all 0.3s; }
.row-fluid .full-case-btn a:hover { background: #444; color: #fff; }

/**3-12**/
.row-fluid .mainblogSection .post-listing, .row-fluid .mainblogSection .post-listing-simple { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap;}
.row-fluid .mainblogSection  .post-item { padding-bottom: 60px; position: relative; border-bottom: 0; background: #f6f6f6;}

.row-fluid .full-case-btn { position: absolute; left: 0;  bottom: 25px; width: 100%; padding: 0 20px;  }
.row-fluid .sidebarAuthor h6 { min-height: auto; margin: 10px 0 5px;}
.row-fluid .fullwidthForm .form-inner .hs-form-booleancheckbox label { font-size: 14px; }
.row-fluid .csbox-aImg { position: absolute; left: 0; top: 50%; -webkir-transform: translateY(-50%); transform: translateY(-50%); width: 60px; height: 60px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #444;}

.row-fluid .mainblogSection .post-item #hubspot-author_data { min-height: 60px; }
.casestudy2019.hs-blog-listing .hs-author-profile { padding-top: 20px; margin-top: 20px; margin-bottom: 50px;  }
.casestudy2019.hs-blog-listing .hs-author-profile h2.hs-author-name { margin: 0 0 30px; }
.casestudy2019 .row-fluid #comments-listing { margin: 0; }
.row-fluid .sidebarAuthor .authorTop { display:table; }
.row-fluid .sidebarAuthor .authorTop h6 { display: table-cell; vertical-align: middle; }
.row-fluid .sidebarAuthor { margin-top: 20px; }
.casestudy2019 .row-fluid .mainblogSection .sidebarAuthor .authorTop h6, .casestudy2019 .row-fluid .mainblogSection .sidebarAuthor > h6 { color: #323232; }
.casestudy2019.hs-blog-listing .row-fluid #hubspot-author_data a.author-link { font-weight: 700; color: #5A5A5A; }

.row-fluid .Topic-Menu ul li { margin-bottom: 0; }
.row-fluid .Topic-Menu .hs-menu-wrapper > ul > li { margin: 10px 0; }
.row-fluid .Topic-Menu ul li a { white-space: normal !important; } 
.row-fluid .Topic-Menu ul li ul.hs-menu-children-wrapper { position: static !important; opacity: 1 !important; visibility:visible !important; display: none;  }
.row-fluid .Topic-Menu ul li ul.hs-menu-children-wrapper a { padding: 0 23px; }
.row-fluid .dn-child-trigger { position: absolute; top: 0; right: 0; line-height: 27px; width: 100%; height: 27px; text-align: right; cursor: pointer;  }
.row-fluid .dn-child-trigger .fa { margin-right: 14px; display: inline-block; width: auto; }
.row-fluid .dn-child-trigger.dn-child-open { color: #f7941e; }

.row-fluid .iOt-float { text-align: center; }
.row-fluid .iOT-fullwidth { width: 100%; max-width: 800px; display: inline-block; text-align: left;   }
.row-fluid .iO-right { margin-top: 25px; }
.row-fluid .iOt-c-num, .row-fluid .iOt-o-btn  { text-align: center; }
.row-fluid .iOt-o-btn a { margin: 30px 0 20px; -webkit-font-smoothing: antialiased; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; display: inline-block !important; font-weight: normal !important; text-align: center !important; text-decoration: none !important; -moz-transition: all .4s ease !important; -webkit-transition: all .4s ease !important; -o-transition: all .4s ease !important; background: rgb(255,151,62); border-radius: 6px !important; border-width: 0px !important; color: rgb(255,255,255);  font-family: sans-serif; height: auto !important; transition: all .4s ease !important; padding: 6px 18px;  text-shadow: none !important;  width: auto !important; font-size: 16px; line-height: 1.5em; }
.row-fluid .iOt-o-btn a:hover { background: rgb(255,166,68); color: rgb(255,255,255); }
.row-fluid .iOt-c-num { margin: 50px 0 0; }
.row-fluid .iO-right  ul { list-style-position: initial; padding-left: 25px; }
.row-fluid .mainblogSection .post-header h2 { color: #444; }

.row-fluid .blogHero h1, .row-fluid .oiBox strong, .hs-blog-post .row-fluid .blogHero h1 strong, .hs-blog-post .row-fluid .mainblogSection .post-header h1, .casestudy2019 .row-fluid .itRight h2 span, .row-fluid .solutionBlog .bsRight, .row-fluid .fullwidthForm .form-inner h3, .row-fluid .fullwidthForm .form-inner .hs_submit .hs-button, .hs-blog-post .row-fluid .downloadPDF a {     font-family: 'Avenir Black'; font-weight: 700; }
.row-fluid .customerHighlights h2, .row-fluid .oiBox, .hs-blog-post .row-fluid .blogHero h1, .casestudy2019 .row-fluid .itRight h2 { font-family: 'AvenirLTPro-Book'; font-weight: 300;    font-family: 'Avenir Light';}
.hs-blog-post .row-fluid .mainblogSection .post-body { padding: 0; }
.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {  margin-top: 30px !important; max-width: 100% !important; max-height: none !important;}
.row-fluid .itLeft {  display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; -webkit-align-items: center; align-items: center;}

.hs-blog-post .row-fluid .bsLeft .bsContent h5 { color: grey; }
.hs-blog-listing .row-fluid .fiandDetails { display: none; }
.row-fluid .fullwidthForm .form-inner form select { padding-right: 25px; -webkit-appearance: none; background: #fff url(https://cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/arrow-form.png) no-repeat center right 10px/10px 10px; }

.row-fluid .customerHighlights, .row-fluid .blog-section *, .row-fluid .postTitle h2, .row-fluid .downloadText, .row-fluid .sidebarAuthor .authorBio, .row-fluid .solutionBlog *, .hs-blog-listing .row-fluid .mainblogSection .post-header h2 {  font-family: 'Avenir Light';}
.row-fluid .fullwidthForm .form-inner form *, .row-fluid .form-vtext, .row-fluid .fullwidthForm .form-inner .formText, .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-0 + fieldset.form-columns-1 .legal-consent-container{font-family: 'Avenir Roman';}
body.casestudy2019.hs-blog-post .section.post-header h1 span { font-family: 'Avenir Black';}
.hs-blog-post .row-fluid .downloadPDF a, .row-fluid .bsRight p, .casestudy2019 .row-fluid .itRight h2 span {font-family: 'Avenir Heavy';}
.row-fluid .solutionBlog .solutionInner {font-size:18px;}
.row-fluid .solutionBlog .solutionInner ul li { padding-left: 25px;  list-style: none;   position: relative;}
.row-fluid .solutionBlog .solutionInner ul li:before { position: absolute; content: '.'; font-size: 56px;  left: -5px;  top: -16px;}
.row-fluid .mainblogSection .post-item #hubspot-author_data span, .casestudy2019.hs-blog-listing .row-fluid #hubspot-author_data a.author-link {font-size:14px;}
 .row-fluid .bsRight p { font-family: 'Avenir Heavy Oblique';}
.row-fluid .customerHighlights .chBox a.box-link { position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
.row-fluid .PostDrodown .fa {font-family: fontawesome;}

/*Press Area Page CSS*/
.row-fluid .press-hero { position: relative; min-height: 441px; display: table; padding: 20px 0;}
.row-fluid .inner-press { display: table-cell; vertical-align: middle;    position: relative;}
.row-fluid .press-title h1 { font-family: 'Avenir Black'; font-weight: 700;}
.row-fluid .press-hero:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7);}
.row-fluid .press-contact { padding: 80px 0;  font-family: 'Avenir Light';}
.row-fluid .press-right a { display: inline-block; cursor: pointer; position: relative; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14); text-decoration: none; line-height: 1em; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: 0.08em; font-size: 14px; padding: 16px 25px; text-transform: uppercase; -webkit-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s; -moz-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s; -ms-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s; -o-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s; transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06)); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06)); background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06)); background-repeat: repeat-x; background-color: #f7941e; font-size: 14px; padding: 16px 25px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: none;font-weight: 900; font-family: 'Avenir Black'; text-transform: uppercase; margin: 0 0 15px 0;}
.row-fluid .press-right a:hover { color: #fff;  background-color: #444444;}
a#cta_button_4374869_39c8387c-f8f0-4995-80ff-3d5082edf3f2 {  background: none !important; padding: 0;}
.row-fluid .press-contact-title h2, .row-fluid .sec-title { font-family: 'Avenir Light'; color: #000; margin: 0 0 60px 0;}
.row-fluid .press-cta:last-child a { margin-bottom: 0;}
.row-fluid .press-text { font-size: 18px; color: #000000;    max-width: 340px;}
.row-fluid .press-text a{color: #000;}
.row-fluid .found-section { padding: 80px 0 45px 0;}
.row-fluid .found-box-section, .row-fluid .inner-download { display: flex; flex-flow: row wrap; justify-content: center; display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-justify-content: center; display: -moz-flex; -moz-flex-flow: row wrap; -moz-justify-content: center; display: -o-flex; -o-flex-flow: row wrap; -o-justify-content: center; position:relative;}
.row-fluid .foundbox { float: left; width: 32%; margin-right: 2%;    margin-bottom: 40px;border-right: 2px dashed #c4c4c4; padding: 20px 0px;}
.row-fluid .foundbox:nth-child(3n), .row-fluid .foundbox:last-child { margin-right: 0;border-right:0;}
.row-fluid .found-flex, .row-fluid .tab-flex {  display: flex; display: -webkit-flex; display: -moz-flex; display: -o-flex;}
.row-fluid .found-text { padding-left: 20px;     color: #636363;   font-size: 18px;    width: 100%;line-height: 1.3;}
.row-fluid .found-text strong { margin-right: 7px;}
.row-fluid .found-section .page-center { max-width: 760px;}
.row-fluid .foundbox:nth-child(4) { width: 66%;}
.row-fluid .found-box-section:after { position: absolute; top: 38.5%; left: 0; height: 2px; width: 100%; content: ''; border-top: 2px dashed #c4c4c4; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }
.row-fluid .found-text ul li { position: relative; padding-left: 20px; list-style: none; line-height: 1;}
.row-fluid .found-text ul li:before {  position: absolute;  left: 0;  top: 0;    content: '.';    font-size: 45px; line-height: 0;}
.row-fluid .dsc-box { float: left; width: 30%; margin-right: 5%;    margin-bottom: 60px;}
.row-fluid .dsc-box:nth-child(3n), .row-fluid .dsc-box:last-child { margin-right: 0;}
.row-fluid .download-software-section { padding: 80px 0 20px 0;}
.row-fluid .dsc-text {  padding: 20px 20px 0px 20px;    font-family: 'Avenir Light';}
.row-fluid .press-tabing-section { padding: 40px 0 60px 0;}
.row-fluid .tabing-menu ul li, .row-fluid .year-menu ul li { display: inline-block; margin-right: 70px;  list-style: none;}
.row-fluid .tabing-menu ul {margin-top:0;}
.row-fluid .tabing-menu ul li a, .row-fluid .year-menu ul li a { color: #000;font-size: 18px;    font-family: 'Avenir Light';}
.row-fluid .tabing-menu ul li:last-child, .row-fluid .year-menu ul li:last-child { margin-right: 0;}
.row-fluid .tab-date { color: #cccccc; margin: 0 0 20px 0;}
.row-fluid .tab-data { padding-left: 25px;    width: 100%;}
.row-fluid .tab-data h2, .row-fluid .tab-data h2 a { font-size: 24px; font-weight: bold; font-family: 'Avenir Black';margin-bottom: 0; color: #000}
.row-fluid .tab-box { margin-bottom: 40px; float: left; width: 100%;}
.row-fluid .tab-box:last-child { margin-bottom: 0px;}
.row-fluid div#tab-1 .tab-data { padding-left: 0; padding-right: 25px;}
.tab-item.tab-active {  display: block !important;}
.row-fluid .tabing-menu ul li.opensubmenu a, .row-fluid .year-menu ul li.current {    border-bottom: 3px solid #f7941e;}
#tab-1 .tab-date { margin: 0 0 10px 0;}
.row-fluid .read-btn a:hover { color: #000;}
.row-fluid .read-btn {padding: 0px 0 0 0;  margin-top: 2px;} 
.row-fluid .tab-box:nth-child(1) .read-btn{margin-top: -25px;}
.row-fluid .tab-box:nth-child(3) .read-btn{margin-top: -15px;}
.row-fluid .tab-data h2:hover, .row-fluid .tab-data h2 a:hover{    color: #f7941e;}
.row-fluid a.bx-linked {  float: left; width: 100%; color: #000;}
.row-fluid a.bx-linked:hover h2, .row-fluid a.bx-linked:hover a {color: #f7941e;} 
.row-fluid .year-menu { text-align: center;}
/* div#2019 {display:block !important;} */
div#tab-1 .pdf-icon img { max-width: 181px;}
.container-fluid .row-fluid .press-contact .page-center { max-width: 800px;}
.row-fluid .contact-couple {display: flex; display: -webkit-flex;  display: -moz-flex;    display: -o-flex;    flex-flow: row wrap;    -webkit-flex-flow: row wrap;    -moz-flex-flow: row wrap;    -o-flex-flow: row wrap;}
.row-fluid .press-right { position: relative;}
.row-fluid .press-btn-couple { position: absolute; top: 50%; left: 0; transform: translate(0,-50%);-webkit-transform: translate(0,-50%); -o-transform: translate(0,-50%);-moz-transform: translate(0,-50%);}
.row-fluid .web-inner { display: table;}
.row-fluid .web-event { display: flex;  justify-content: center;}

/*Webinar Page*/

.row-fluid .web-hero:before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0,0,0,.6); }
.row-fluid .web-hero {position: relative; color: #fff;padding: 150px 0 100px;}
.row-fluid .web-hero .page-center { position: relative; max-width: 1110px;  }
.row-fluid .textcenter {text-align:center;}
.row-fluid .webinar-heading h1 { font-size: 42px; color: #ff963e; font-family: 'Avenir Roman';margin-bottom: 0;}
.row-fluid .webinar-heading h1 span {  font-family: 'Avenir Black'; }
.row-fluid .webinar-subheading h3 { font-size: 30px; color: #fff; font-family: 'Avenir Black';margin-bottom: 0;}
.row-fluid .webinar-intro { font-size: 25px; font-family:  'Avenir Roman'; line-height: 1.3; }
.row-fluid .webinar-cta a { display: inline-block; font-size: 25px; font-family: 'Avenir'; padding: 10px 40px 10px 40px; position: relative; background-image: url(https://cdn2.hubspot.net/hubfs/4374869/Shape-Arrow.png); background-size: contain; text-align: center; background-position: 100% 60%; background-repeat: no-repeat; }
/* .row-fluid .webinar-cta a:before { content: ""; position: absolute; right: -24px; bottom: 0; width: 0; height: 0; border-left: 24px solid #ff963e; border-top: 24px solid transparent; border-bottom: 23.1px solid transparent; top: 0px; }
.row-fluid .webinar-cta a:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 20px solid #252b3a; border-top: 28px solid transparent; border-bottom: 20px solid transparent; } */
.row-fluid .web-inner .span6 { display: table-cell; vertical-align: middle; float: none; }
.row-fluid .web-event { display: flex; justify-content: center; flex-flow: row wrap; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-flow: row wrap; display: -moz-flex; -moz-justify-content: center; -moz-flex-flow: row wrap; display: -o-flex; -o-justify-content: center; -o-flex-flow: row wrap; }
.row-fluid .event-owner { float: left; width: 49%; margin-right: 2%;margin-bottom:20px; }
.row-fluid .event-owner:nth-child(2n) { margin-right: 0; } 
.row-fluid .owner-name h5 { color: #ff963e; font-size: 26px; margin-bottom: 0; line-height: 1;font-family: 'Avenir Black'; }
.row-fluid .owner-designation { font-size: 20px;font-family: 'Avenir Roman';}
.row-fluid .owner-image { margin: 0 0 15px 0;}
.row-fluid .web-right {  padding-left: 50px;}

.row-fluid .date-section {padding: 60px 0;}
.row-fluid .web-title h2 {font-size: 42px; color: #505050;font-family: 'Avenir Black';}  
.row-fluid .flex-property { display: flex; flex-flow: row wrap; display: -webkit-flex; -webkit-flex-flow: row wrap; display: -moz-flex; -moz-flex-flow: row wrap; display: -o-flex; -o-flex-flow: row wrap; }
.row-fluid .date-register { float: left; width: 48%; margin-right: 4%; margin-bottom: 20px;    border-right: 1px solid #cccccc;padding: 20px 0; }
.row-fluid .date-register:nth-child(2n) { margin-right: 0; border-right:0;} 
.row-fluid .reg-time h4 { font-size: 32px;  color: #555555; font-family:  'Avenir Roman';margin: 0 0 10px;}
.row-fluid .reg-cta a { padding: 0.62857rem 1.57143rem; border-radius: 999rem; letter-spacing: 0.6px; font-size: 18.64px; box-shadow: none; background-color: #ff963e; color: #ffffff; font-family: 'Avenir Black';display:inline-block;}
.row-fluid .reg-cta a:hover {background-color: #444444;}
.row-fluid .date-section .page-center, .row-fluid .web-counter .page-center{ max-width: 650px;}

div#webinar-counter {padding: 25px 0 0 0;justify-content:center; -webkit-justify-content:center; -moz-justify-content:center; -o-justify-content:center;}
div#webinar-counter span { display: block;} 
div#webinar-counter li {width:24%;margin-right:1.33%;float:left;list-style:none;}
div#webinar-counter li:nth-child(4n) {margin-right:0;}
.row-fluid .web-counter { padding: 60px 0 70px 0;}
div#webinar-counter li span { color: #555555; font-size: 32px;font-family: 'Avenir Roman';}
div#webinar-counter li span + span { color: #ff963e; font-size: 28px;font-family: 'Avenir Black';margin: 15px 0 0 0;}
.row-fluid .web-counter .web-title h2, .row-fluid .learn-webinar .web-title h2 { font-family: 'Avenir Light';}

.row-fluid .learn-webinar { padding: 60px 0 40px 0;}
.row-fluid .learn-webinar .page-center, .row-fluid .web-speaker .page-center{ max-width: 950px;}
.row-fluid .learn-title h4 { font-size: 28px; color: #5a5a5a;font-family: 'Avenir Black'; margin-bottom: 0;}
.row-fluid .learn-intro {font-size: 20px; color: #5a5a5a;font-family: 'Avenir Book';}
.row-fluid .learn-icon img {max-width: 70px;}
.row-fluid .learn-box { float: left; width: 30%; margin-right: 5%; margin-bottom: 30px; }
.row-fluid .learn-box:nth-child(3n) { margin-right: 0; } 
.row-fluid .learning-item {  padding: 50px 0 0 0;}
.row-fluid .learn-icon { margin: 0 0 15px 0;}

.row-fluid .limited-seat-section { padding: 60px 0 70px;}
.row-fluid .limited-seat-section .web-title h2 {font-family: 'Avenir Roman';color:#5a5a5a; margin: 0 0 40px 0;}
.row-fluid .limited-seat-section .web-title h2 span {font-family: 'Avenir Black';color:#6bc979;}
.row-fluid .spot-cta a { padding: 0.62857rem 1.57143rem; border-radius: 999rem; letter-spacing: 0.6px; font-size: 18.64px; box-shadow: none; background-color: #6bc979; color: #ffffff; font-family: 'Avenir Black'; display: inline-block; }
.row-fluid .spot-cta a:hover {background-color: #444444;}

.row-fluid .web-speaker { padding: 60px 0 40px 0;}
.row-fluid .speaker-box { float: left; width: 45%; margin-right: 10%;    margin-bottom: 30px; }
.row-fluid .speaker-box:nth-child(2n) {  margin-right: 0;}
.row-fluid .speaker-section-title h2 { color: #5a5a5a; font-size: 28px;font-family: 'Avenir Black';margin: 0 0 30px;}
.row-fluid .speaker-title h3 { color: #ff963e; font-size: 20px; margin: 10px 0 10px; font-family: 'Avenir Black';    letter-spacing: 0;}
.row-fluid .speaker-identity { color: #323232; font-size: 15px; font-family: 'Avenir Book'; }
.row-fluid .owner-image img { max-width: 150px;}
.speaker-image img { max-width: 148px;}


.Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text{ max-width: 980px; width: 100%;  display: -webkit-flex; display: flex; margin: 0 auto; padding: 60px 15px;-webkit-flex-flow: row wrap;  flex-flow: row wrap; -webkit-flex-direction: column;  flex-direction: column; font-family: 'Avenir Book';}
.Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text h2,
.Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text h3,
.Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text h4,
.Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text h5,
.Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text h6{ font-family: 'Avenir Light'; color: #505050; }

.Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text h2 { font-size: 42px;}
.Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text ul { padding-left: 20px; }
.Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text ul li { margin: 0 0 10px; }

/** Custom CSS by Jess **/
#hs_cos_wrapper_widget_1591173006238 form.hs-form{
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/*Responsive CSS*/
@media(max-width:767px){
  .row-fluid .header-search-group form{width:100%;}
  .row-fluid .hs-search-field input.hs-search-field__input{font-size:18px; padding: 12px 36px 20px 20px;}
  .row-fluid .activated #boc_searchform_close{top:8px !important;z-index: 9;}
  .home-layout .header-container{height: 110px;}
  
  
}
/*------------------*/

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


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


@media only screen and (min-width: 1920px){
  .top-gallery .caption.below {
      top: 28%;
  }
}

@media only screen and (min-width: 2580px){
  .top-gallery .caption.below {
      top: 33%;
  }
}
@media only screen and (min-width: 1018px){
  .cm-mangment-feature {
      margin-bottom: 20px;
      padding-top: 80px;
  }

  ul.feature-links {
      margin: 0px -15px 50px;
  }
}
@media only screen and (max-width: 1280px){
  .container-fluid .row-fluid .page-center {
      max-width: 940px;
  }
  .contact-layout .grey-bar >div {
      margin: 0 auto;
      float: none;
      max-width: 940px;
  }
/*   li.hs-menu-item.hs-menu-depth-1.boc_search_toggle_li {
      display: none;
  } */
/*   .header-search-group {
      display: none !important;
  } */
  .widget-span.header-search-group { height:110px; }
  .header-logo.widget-span {
      width: 100%;
    }
  .top-gallery h2 {
      font-size: 6vw;
      line-height: 6vw;
  }

  .top-gallery p {
      font-size: 2.6vw;
  }

  .top-gallery a.button {
      font-size: 1.4vw;
      padding: 1.5vw 2.2vw;
  }
  .top-gallery ul {
      margin-top: 3.5vw;
  }


  .top-gallery ul li {
      font-size: 2.2vw;
  }
  .top-gallery .caption.below {
      top: 29%;
  }
  .top-gallery a.button {
      margin-top: 2vw;
      border-width: 1px;
  }
  .counter_desc {
      font-size: 16px;
  }
  
  
  .row-fluid .custom-menu-primary1 .hs-menu-wrapper > ul > li > a { padding-left: 30px; padding-right: 30px; } 
  .container-fluid .row-fluid .page-center2 { max-width:940px; }
  .row-fluid .customerHighlights .chText + h6 { width:225px; }
  .row-fluid .fullwidthForm .form-inner h3 { padding:0 280px; }
  .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-0 + fieldset.form-columns-1 .legal-consent-container { padding:0 50px 0 15px; }
  .row-fluid .oiBox { font-size:32px; }
  .row-fluid .sidebarAuthor .sbImage { max-width:60px; height:60px; }
  .row-fluid .sidebarAuthor .authorTop { padding-left: 70px; min-height: 70px; }
  .row-fluid .owner-name h5 { font-size: 24px;}
  body .row-fluid .owner-designation { font-size: 15px;}
/*   .row-fluid .sidebarAuthor h6 { margin: 18px 0 0; min-height: 60px; } */
  
  .Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text { max-width: 940px; }
}

@media(max-width:1100px){
  .cm-two-col-bg-img .row-fluid .span6.cnt-col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ult-overlay-close.top-right {
      width: 24px;
      height: 24px;
      top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1017px){
  .cm-three-col-module-simple .row-fluid .span4 {
    padding: 60px 30px;
  }
  .wjs-module-3col-table .row-fluid .span4 {
    padding: 60px 30px;
  }
  .cm-team-member-group-mdl .span3 {
      width: 50%;
      margin-left: 0;
  }
  .icon-title-group.has-5 .extra-space {
     display:  none;
  }

  .icon-title-group.has-5  .top_icon_box.type4 {
     width: 50%;
     margin-bottom:35px
  }

  .icon-title-group.has-5 .top_icon_box h3 {
     text-transform: uppercase;
  }
  .container-fluid .row-fluid .page-center2 { max-width:720px; } 
}

@media only screen and (max-width: 1017px){
  .language-switch {
    top: 20px!important;
 	}
  .language-switch .row-fluid-wrapper {
  	color: #000;
	}
  .mobile-trigger1 i, .mobile-trigger1 i:before, .mobile-trigger1 i:after {
  	background-color: #333;
  }
  .globe_class:before {
		color: black!important;
	}
  .container-fluid .row-fluid .page-center {
      max-width: 720px;
  }
  .contact-layout .grey-bar >div {
      max-width: 720px;
  }
  .widget-span.custom-header {
      position: relative;
  }
  .top-nav.light {
    display: block;
    line-height: 1;
    margin-top: 19px;
  }
  .top-nav.light a {
    color: #000;
    border-color: #000;
}
 

  #transparent_logo {
      display: none;
  }

  .header-logo a>img {
      top: 0;
      opacity: 21;
  }
  .header-logo .hs_cos_wrapper_type_module {
      height: 62px;
  }

  .mobile-trigger1 {
      top: 19px;
  }
  .no-banner .header-container-wrapper {
      min-height: 63px;
  }

  .cm-two-col-eql-btn {
      width: 100%;
  }

  .no-banner .custom-header {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: rgba(255,255,255,0.97);
  }

  .no-banner .custom-header {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }  
  .top-gallery .slick-slide-inner-wrapper {
      height: calc(100vh - 62px);
  }
  .get-started .col3 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      margin-top: 20px;
  }
  .row-fluid .mainblogSection .filterBox { margin-right:20px; }
  .row-fluid .customerHighlights .chBox { width:32%; margin-right:2%; }
  .row-fluid .customerHighlights .chContent { text-align:center; padding:20px; }
  .row-fluid .customerHighlights .chAvatar { position:static; float:none; display:inline-block; margin:0 0 10px; }
  .row-fluid .customerHighlights .chText + h6 { margin-left:-18px; width:190px; }
  .row-fluid .mainblogSection .post-body { padding:0; }
  .row-fluid .fullwidthForm .form-inner h3 { padding:0 150px; }
  .row-fluid .fullwidthForm .form-inner .formText { padding:0 60px; }
  .row-fluid .fullwidthForm .form-inner form { padding:0 0 0 15px; }
  .row-fluid .fullwidthForm .form-inner form.hs-form fieldset .hs-form-field { padding:0 15px 0 0; }
  .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-0 + fieldset.form-columns-1 .legal-consent-container { padding:0 20px 0 10px; }
  .row-fluid .oiBox, .casestudy2019 .row-fluid .itRight h2 { font-size: 24px; } 
  .row-fluid .solutionBlog .bsRight { top:20px; }
  .row-fluid .solutionBlog .bsRight { font-size:20px; line-height:26px; }
  
  .row-fluid .form-spacer { min-height: 90px; }
  .row-fluid .form-vtext { padding: 0 0 0 15px; }
  .row-fluid .csbox-aImg {  width: 50px; height: 50px; }
  .row-fluid .mainblogSection .post-item #hubspot-author_data { padding-left: 62px; }
  .row-fluid .read-btn {margin-top:0;}
  .container-fluid .row-fluid .press-contact .page-center { max-width: 720px;}
  .row-fluid .tab-box:nth-child(1) .read-btn { margin-top: 0;}
  
  .Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text { max-width: 720px; }
}


@media(max-width:1017px){
  .row-fluid .web-hero {  padding: 60px 0 60px;}
  .row-fluid .webinar-heading h1 { font-size: 38px;}
  body .row-fluid .webinar-subheading h3, .row-fluid .owner-name h5 { font-size: 18px;}
  .row-fluid .web-title h2 { font-size: 36px;}
  
  .Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text h2 { font-size: 36px; }
  
}


@media(max-width:991px){
  
 .cm-two-col-bg-img .row-fluid .span6 {
      width: 100%;
      display:  block;
  }

  .cm-two-col-bg-img .row-fluid .span6 img.visible-phone {
      display: block!important;
  }
  .cm-two-col-bg-img .row-fluid  .span6.img-col {
  	  background-image: none!important;
	}
  .medium-width {
      padding-left: 0;
      padding-right: 0;
  }
  .two-column-equal-form-lay .main-content form.hs-form fieldset .hs-form-field {
      width: 100% !important;
  }
  .recent-posts {
      display: none;
  }
	  .fw-flexi {
      padding-bottom: 100px;
  }
  
  .getstarted-lay .fw-flexi,
  .resources-lay .fw-flexi {
      padding-bottom: 0;
  }
  .row-fluid .dsc-text { padding: 20px 10px 0px 10px;}
  .row-fluid .press-hero {  min-height: 330px;}
}


@media(min-width:768px){
   .icon-title-group.type2 .top_icon_box.type4:nth-child(-n+5) {
       width: 25%;
       margin-bottom: 23px;
   }
   .icon-title-group.type2 .top_icon_box.type4:not(:nth-child(-n+5)) {
       width: 33.33333333%;
   }
  .icon-title-group.has-3 .top_icon_box.type4 {
     width: 25%;
  }

  .icon-title-group.has-3 .extra-space {
     display: block!important;
     width: 16.66666667%;
  }
  .icon-title-group.has-3 .top_icon_box.type4:nth-child(3) {
     width: 16.66666667%;
  }

 

}

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

@media (max-width: 767px) {
   .globe_class:before {
  	color: #333!important;
  }
  .top-gallery .slick-slide-inner-wrapper {
  	height: 400px;
  }
  .top-gallery .hs_cos_gallery_main.slick-fixed-height-slider.slick-initialized.slick-slider {
  	margin-bottom: 0;
  }
  .home-layout .main-content .hs_cos_gallery {
  	margin-bottom: 20px;
  }
  .top-gallery h2 {
    font-size: 45px;
    line-height: 1;
	}
  .top-gallery p {
  	font-size: 22px;
  }
  .container-fluid .row-fluid .page-center {
  	max-width: 100%;
    padding-left: 15px;
		padding-right: 15px;
  }
  .home-layout .main-content h1 {
    font-size: 37px!important;
	}
  .mobile-trigger1, .language-switch {
  	top: 67px!important;
  }
  .language-switch {
    right: 12px;
  }
  .header-logo a > img {
  	padding: 10px 0;
  }
  .header-logo .hs_cos_wrapper_type_module {
  	display: block;
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .header-container {
     height: 125px;
  }
  .widget-span.custom-menu-primary1 {
  	margin-top: 10px;
  }
  .top-nav.light {
  	padding: 0;
    position: static;
    text-align: left;
    margin-top: 0;
  }
   .top-nav a:last-child {
  	margin-right: 0;
  }
  
  .top-gallery .caption.below {
    -webkit-transform: translateY(-50%);
	}
  
  .container-fluid .row-fluid .page-center {
      max-width: 440px;
  }
  .contact-layout .grey-bar >div {
      max-width: 440px;
  }
  .cm-three-col-module .span4 {
       margin-bottom: 40px;
  }
    .cm-three-col-module-wth-icon .span4 {
    display:  block;
    width: 100%;
	}
 .cm-three-col-module-wth-icon .row-fluid {
    display:  block;
  }   
  .cm-three-col-module-wth-icon .span4:nth-child(2),
  .cm-three-col-module-simple .row-fluid .span4:nth-child(2)  {
      border-left-width: 1px;
      border-right-width: 1px;
  }
    .cm-three-col-module-simple .row-fluid .span4 {
      width: 100%;
      display:  block;
       padding: 30px;
  }

  .cm-three-col-module-simple .row-fluid {
      display: block;
  }
  .wjs-module-4col .span4 {
       margin-bottom: 40px;
  }
  .wjs-module-3col-table .row-fluid .span4:nth-child(2)  {
      border-left-width: 1px;
      border-right-width: 1px;
  }
  .wjs-module-3col-table .row-fluid .span4 {
      width: 100%;
      display:  block;
       padding: 30px;
  }

  .wjs-module-3col-table .row-fluid {
      display: block;
  }
      .icon-title-group .top_icon_box.type4 {
      width: 100%;
      float: none;
      margin-bottom: 30px;
  }

  .icon-title-group {
      margin: 97px -15px 0;
  }

  .icon-title-group .extra-space {
      display: none;
  }

  .icon-title-group .top_icon_box h3 {
      text-transform: uppercase;
  }
  .cm-two-col-left-img-cnt-mdl .span6.img-col {
    padding: 0 25px;
  }
  .cm-inquiry {
      padding: 0;
  }

  .contact-layout .two-column-container .hs_cos_wrapper_type_module {
      width: 100%;
  }

  .cm-contact-info .box {
      padding: 20px 10px;
  }
  .cm-contact-info .box .span4 {
      padding: 10px;
  }
  .cm-two-col-map .row-fluid [class*="span"]:first-child {
      margin-bottom: 80px;
  }  
   .contact-bottom-left.cm-list-content {
      padding-bottom: 10px;
  }
  .cm-two-col-map {
      margin-bottom: 120px;
  }
    .widget-span.footer-social-links {
      float: none;
      margin-bottom: 4px;
      text-align: right;
  }
  .footer-sitemap {
    padding-left: 0;
  }
  .footer-contact-info, 
  .footer-sitemap, 
  .footer-newsletter,
  .footer-logo-about {
      margin-bottom: 30px;
  }  
  .footer-top-row1 {
      margin-bottom: 28px;
  }
  .one-column-icon-title {
      max-width: 100%;
      padding-left:  70px;
      padding-right: 70px;
   }
  .new-archives .cm-banner-area .title {
      padding-top: 0;
      padding-bottom: 20px;
  }
  .cm-two-col-eql-btn .button-col {
    width: 100%;
  }
  .new-archives .bottom-pane .span6 {
      margin-bottom: 50px;
  }
  .new-archives .page-center.content-wrapper {
      padding-bottom: 0;
  }
  .cm-list-content.one-column-list ul {
      padding-left: 0;
  }  
  .side_icon_box .icon_feat {
      float: none;
      display: block;
      margin: 20px auto;
  }
  .side_icon_box_content {
      margin: 0;
      text-align: center;
  }
  .three-column-list .row-fluid [class*="span"], 
  .two-column-list .row-fluid [class*="span"] {
      margin-bottom: 10px;
  }
  .cm-list-content.two-column-list ul {
      padding-left: 0;
  }
  .one-column-icon-title1 .boc_icon_holder {
      float: none;
      display: block;
      margin: 20px auto;
  }

  .one-column-icon-title1 h3.boc_heading {
      margin-left: 0!important;
      text-align: center;
  }

  .one-column-icon-title1 .wpb_content_element {
      margin: 0!important;
      text-align: center;
  }
  .home-layout .side_icon_box_content {
      margin-bottom: 40px;
  }
  .home-layout .main-content .caption p {
      font-size: 16px;
      line-height: 28px;
  }
  .home-layout .main-content .hs_cos_gallery_main.slick-slider {
      padding: 0px 34px;
  }
  .cm-fw-two-col.cm-list-content.right .span8 {
      float: none;
  }
  .home-contact-info [class*="span"]:last-child .column-inner {
      margin-top: 20px;
  }
  .counter-content .row-fluid [class*="span"] {
      margin-bottom: 20px;
  }

  .counter-content .row-fluid [class*="span"]:last-child {
      margin-bottom: 0;
  }
  .cm-features .col3 {
      width: 100%;
      margin-right: 0;
  }
  .random-button-row .span6 {
    	margin-bottom: 0;
		}
  .cm-mangment-feature.last {
      padding-bottom: 0;
      border: none;
      margin-bottom: 90px;
  }

  ul.feature-links li {
      width: 100%;
      padding: 35px 0 0;
  }

  ul.feature-links {
      margin: 0 0 50px;
      overflow: hidden;
  }
  ul.feature-links li a.button.btn-orange {
      max-width: 100%;
  }
  .image_featured_text > img {
      float: none;
      margin: 0px;
  }
  .image_featured_text .text, .image_featured_text.img_small .text, .image_featured_text .author_position {
      margin: 12px 0 16px;
  }
  .image_featured_text, .row_img_featured_texts_border.last .vc_column_container .image_featured_text {
      padding: 20px 0;
      text-align: center;
  }
	.image_featured_text h3 {
      text-align: center!important;
  }

  .feature-btn-col a.button.btn-transprent {
      margin-top: 0;
  }
  .resources-lay .row3-col1 {
      padding-bottom: 50px;
  }
  .resources-lay .cm-features {
      padding-bottom: 30px;
  }
  .resources-lay .row1-col1 {
      margin-top: 20px;
      margin-bottom: 75px;
  }
  .getstarted-lay .row1-col1 {
    margin-top: 20px;
    margin-bottom: 75px;
  }

  .side_icon_box.pdf h3 {
      margin-left: 0;
      text-align: center;
  }

  .get-started .image_featured_text {
      padding: 0;
  }

  .get-started .title-content {
      padding-bottom: 83px;
  }

  .image_featured_text > img {
      margin-bottom: 8px;
  }
  .cm-two-column-wth-bg .span6 {
      margin-bottom: 115px;
  }

  .cm-two-column-wth-bg .span6:last-child {
      margin-bottom:  0;
  }

  .cm-two-col-eql-mdl {}

  .cm-two-col-eql-mdl .span6:first-child {
      margin-bottom: 50px;
  }

  .pricing .cm-two-col-eql-btn .button-col {
      width: 100%;
  }

  .pricing .cm-two-col-eql-btn {
      width: 100%;
  }

  .emnify-feature-content .span6.left-col {
      margin-bottom: 60px;
  }
  .trial .hs-form fieldset.form-columns-2 .hs-form-field {
     width: 100%!important;
     float: none;
     padding: 0!important;
  }

  .trial form.hs-form fieldset .hs-form-field {
     padding: 0!important;
  }

  .fw-cm-row-2-trial form input[type="submit"] {
     margin-top: 30px;
  }
  .cm-three-col-module-wth-icon .span4:nth-child(2) {
      border-left-width: 0px;
      border-right-width: 0px;
  }
  .cm-two-col-eql-btn a.button.btn-orange {
      padding: 16px 23px;
  }
  
  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 {
      margin-bottom: 10px;
  }  
  
 .technology .cm-three-col-module-simple .row-fluid {
    max-width: 100%;
    margin-left: 0;
  }

  .technology .cm-three-col-module-simple .row-fluid .span4 {
    padding: 32px 15px 0;
  }

  .technology .cm-three-col-module-simple {
    margin-top: 78px;
  }

  .technology .cm-list-content.two-column-list .row-fluid {
    width: 100%;
    margin-left: 0;
  }
  .technology .cm-list-content {
      padding-left: 0;
      padding-right: 0;
  }

  .technology .cm-list-content.two-column-list .span6 {
      margin-bottom:  0;
      padding-top: 35px;
  }
  .full_container_page_title .page_heading {
      margin-top: 15px;
      margin-bottom: 0;
  }
  .breadcrumb_right {
      float: none;
      margin: 0;
  }
  .breadcrumb_right li {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: -4px;
  }
  .top-gallery .caption.below {
      top: 50%;
      transform: translateY(-50%);
      padding: 0 20px;
  }
  .blog-sidebar {
     margin-top: 40px;
  }
  
  .error-template .page_heading {
      margin-top: 0;
  }
  .cm-one-col-icon-title {
      margin-top: 0;
      padding-top: 0;
      padding-left: 0;
  }
  .container-fluid .row-fluid .page-center2 { max-width:480px; padding:0 20px; }
  .row-fluid .mainblogSection .filterSection { text-align:center; }
  .row-fluid .mainblogSection .filterBox { text-align:left; float:none; display:inline-block; max-width:280px; }
  .row-fluid .mainblogSection .filterBox > ul { position:static; }
  .row-fluid .customerHighlights .chBox, .row-fluid .mainblogSection .post-item { width:100%; margin-right:0; }
  .row-fluid .fullwidthForm .form-inner form, .row-fluid .fullwidthForm .form-inner h3, .row-fluid .fullwidthForm .form-inner .formText { padding:0; }
  .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 > div:nth-child(1), .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 > div:nth-child(2),
  .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 + fieldset.form-columns-2 > div, .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 > div:nth-child(3),
  .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 + fieldset.form-columns-2 + fieldset.form-columns-2 > div, .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-3 + fieldset.form-columns-2 + fieldset.form-columns-2 + fieldset.form-columns-2 > div,
  .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-2 + fieldset.form-columns-1 > div { padding-right:0; width:100%; }
  .row-fluid .fullwidthForm .form-inner form > fieldset.form-columns-0 + fieldset.form-columns-1 .legal-consent-container { position:static; width: 100%; padding: 15px 0 0; } 
  .row-fluid .mainblogSection { padding-bottom:0; } 
  .row-fluid .customerHighlights { padding:0 0 20px 0; }
  .container-fluid .page-center2 .row-fluid .page-center { padding:0; }
  .row-fluid .mainblogSection .post-listing, .row-fluid .mainblogSection .postTitle h2 { margin:0; }
  .row-fluid .fullwidthForm { padding:50px 0; }
  .row-fluid .fullwidthForm .form-inner .hs_submit .hs-button { min-width:200px; }
  .row-fluid .oiBox { font-size:20px; margin-top:20px; }
  .hs-blog-post .row-fluid .mainblogSection .blogLeft { width: 100%; padding-right: 0; float: left; padding-top: 0; border-right: none; }
  .hs-blog-post .row-fluid .mainblogSection .blogSidebar { width: 100%; padding-left: 0; padding-top: 20px; }
  .row-fluid .itBlog { padding:40px 0; }
  .row-fluid .itLeft { width:100%; }
  .row-fluid .itRight { width:100%; margin:15px 0 0; }
  .row-fluid .solutionBlog { padding: 50px 0; }
  .row-fluid .solutionBlog .bsLeft { float: left; width: 100%; padding-right: 0; border-right: none; }
  .row-fluid .theResult > div { padding: 0 0 20px 130px; }
  .row-fluid .solutionBlog .bsRight { padding-left: 0; width: 100%; background-position: top left; }
  .row-fluid .fullwidthForm .form-inner .formText { margin:0 0 20px; }
  
/*   .row-fluid .mainblogSection .post-listing2 > div:not(.secTitle) { width: 100%; margin-right: 0; } */
  .row-fluid .tdropMain { text-align: center; }
  .row-fluid .PostDrodown { text-align: left; max-width: 280px; display: inline-block;  float:none; margin-right: 0;  }
  .row-fluid .sidebarAuthor { padding-bottom: 30px; }
  .row-fluid .form-spacer { min-height: auto; font-size: 0; } 
  .row-fluid .form-vtext { padding: 0; }
  
  .hs-blog-listing .row-fluid .otherInfo { margin-bottom: 20px; }
   .row-fluid .fullwidthForm { padding: 20px 0; }
  .row-fluid .customerHighlights .chBox, .row-fluid .mainblogSection .post-item { margin: 0 0 30px; }
  .row-fluid .tdropMain { margin: 0 0 30px; }
  .row-fluid .customerHighlights .chBoxes { margin: 30px 0 0;}
  .hs-blog-post .row-fluid .blogHero h1 strong { display: inline-block; }
  .row-fluid .theResult { padding-bottom: 10px; }
  .row-fluid .solutionBlog { padding-bottom: 20px; }
  .row-fluid .getinTouch { padding: 20px 0; }
  .row-fluid .moreCustomers { padding: 20px 0 40px; }
  .casestudy2019.hs-blog-listing .hs-author-profile { padding-top: 0; margin-top: 0; margin-bottom: 40px;  }
  .row-fluid .otherInfo { margin-bottom: 20px;}
  
  .row-fluid .iO-left { text-align: center; }
  .row-fluid .iOt-c-num { margin: 20px 0 0; }
  .row-fluid .iOT-tContent h4 { font-size: 26px; }
  .row-fluid .iOt-o-btn a { margin: 20px 0 10px; }
  .row-fluid .press-contact-title h2, .row-fluid .sec-title { margin: 0 0 30px 0;font-size: 30px;}
  .row-fluid .press-text {max-width:100%;}
  .row-fluid .press-contact, .row-fluid .found-section, .row-fluid .download-software-section {  padding: 50px 0;}
  .row-fluid .press-right { padding: 40px 0 0; float: left; width: 100%;}
  .row-fluid .press-right a {font-size:16px;    padding: 10px 14px;}
  .row-fluid .foundbox { width: 100% !important;  border-right: 0; border-bottom: 2px dashed #c4c4c4;    margin-bottom: 20px;}
  .row-fluid .found-box-section:after {display:none;}
  .row-fluid .foundbox:last-child { border: 0;margin-bottom:0;}
  .row-fluid .found-box-section, .row-fluid .inner-download, .row-fluid .tab-flex, .row-fluid .contact-couple { flex-flow: column; -webkit-flex-flow: column; -moz-flex-flow: column; -o-flex-flow: column;}
  .row-fluid .dsc-box { width: 100%;  margin-right: 0; margin-bottom: 20px;}
  .row-fluid .dsc-box:last-child {margin-bottom:0;}
  .row-fluid .tab-data { padding: 0 !important;}
  #tab-2 .pdf-icon {  padding: 0 0 15px 0;}
  #tab-1 .pdf-icon {  padding: 15px 0 15px 0;}
  .row-fluid .tab-box {  margin-bottom: 20px; }
  .row-fluid .tab-box:last-child {  margin-bottom: 0px; }
  .row-fluid .tab-data h2, .row-fluid .tab-data h2 a { font-size: 20px;}
  .row-fluid .found-text, .row-fluid .press-text, .row-fluid .tabing-menu ul li a, .row-fluid .year-menu ul li a {font-size:16px;}
  .row-fluid .found-text ul li:before {    font-size: 35px;}
  .row-fluid .tabing-menu ul li, .row-fluid .year-menu ul li { margin-right: 40px; }
  .row-fluid .press-hero {  min-height: 300px; }
  .container-fluid .row-fluid .press-contact .page-center { max-width: 440px;}
  .row-fluid .press-btn-couple { position: relative; top: auto; left: auto; transform: none; -webkit-transform: none; -o-transform: none; -moz-transform: none; }
  .row-fluid .tab-box:nth-child(3) .read-btn { margin-top: 0 !important;}
  
  .row-fluid .cmbanner-section .left-text, .row-fluid .cmbanner-section .right-banner-img { width:100%; padding: 0; text-align:center; }
  .row-fluid .cmbanner-section .left-text h1 { text-align:center; }
  .row-fluid .cmbanner-section { padding-top: 100px; }
  
  .row-fluid .flex-property { flex-flow: column; -webkit-flex-flow: column; -moz-flex-flow: column; -o-flex-flow: column; }
  .row-fluid .web-inner .span6 { display: block; vertical-align: inherit; float: left; width: 100%; margin: 0; }
  .row-fluid .web-inner { display: block;}
  .row-fluid .web-right { padding: 50px 0 0 0;}
  .row-fluid .event-owner { float: left;  width: 100%;    margin-right: 0;    margin-bottom: 30px;}
  .row-fluid .event-owner:last-child, .row-fluid .learn-box:last-child{margin-bottom:0;}
  .row-fluid .flex-property > div { width: 100%;  margin-right: 0;}
  .row-fluid .date-register {border:0;}
 .row-fluid .date-register:last-child { margin: 0; padding: 0;}
  div#webinar-counter li { width: 100%; margin: 20px 0;}
  div#webinar-counter li:last-child, .row-fluid .speaker-box:last-child{margin-bottom:0;}
  div#webinar-counter {padding: 0px 0 0 0;}
  .row-fluid .web-speaker, .row-fluid .limited-seat-section, .row-fluid .learn-webinar, .row-fluid .web-counter, .row-fluid .date-section { padding: 50px 0 50px 0;}
  .row-fluid .reg-time h4, div#webinar-counter li span + span {  font-size: 24px;}
  div#webinar-counter li span {  font-size: 28px;}
  .row-fluid .learning-item { padding: 20px 0 0 0;}
  .row-fluid .webinar-heading h1 { font-size: 34px;}
  .row-fluid .webinar-intro {  font-size: 22px;}
  .row-fluid .web-title h2 { font-size: 32px;}
  
  .Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text h2 { font-size: 32px; }
  .Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text h3 { font-size: 26px;}
  .Wb20 .row-fluid span.hs_cos_wrapper_type_widget_container .hs_cos_wrapper > span.hs_cos_wrapper_type_rich_text { max-width: 100%; padding-top: 50px; padding-bottom: 50px; }
}  


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

@media (max-width: 479px) {
  .top-nav a {
  	font-size: 12px;
  }
  .container-fluid .row-fluid .page-center {
      max-width: 330px;
      padding-left: 15px;
      padding-right: 15px;
  }
  .contact-layout .grey-bar >div {
      max-width: 330px;
      padding-left: 15px;
      padding-right: 15px;
  }
  h1 {
      font-size: 37px;
  }
  .home-contact-info .column-inner h2 {
      font-size: 20px;
  }
  .one-column-icon-title {
     padding-left: 0;
     padding-right: 0;
  }

  .cm-two-col-bg-img .row-fluid .span6.cnt-col {
     padding-left: 15px;
     padding-right: 15px;
  }
    form.hs-form fieldset[class*="form-columns"] input[type="text"].hs-input,
  	form.hs-form fieldset[class*="form-columns"] input[type="tel"].hs-input,
  	form.hs-form fieldset[class*="form-columns"] input[type="email"].hs-input {
        width: 100%!important;
    }
  .lp-form .hs_cos_wrapper_type_form input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: auto !important;
    margin: 0 5px 10px 0;
}
  .emnify-feature-content .emify-item h3 {
     padding-left: 0;
  }

  .emnify-feature-content .emify-item p img {
     float: none;
     margin:  0;
  }

  .emnify-feature-content .emify-item ul {
     margin:  0;
  }

  .emnify-feature-content .emify-item li {
     float:  none;
     margin-bottom: 5px;
  }

  .emnify-feature-content .emify-item p {
     margin-left: 0;
  }

    .top-gallery p {
        font-size: 14px;
    }
    .top-gallery a.button {
        font-size: 13px;
        padding: 10px;
    }
    .top-gallery ul li {
      font-size: 14px;
    }
  
  .row-fluid .theResult > div { padding:0 0 20px 70px; }
  .row-fluid .theResult .bsImage { max-width:60px; left:0; }
  .row-fluid .fullwidthForm .form-inner form > fieldset input[type=text], .row-fluid .fullwidthForm .form-inner form > fieldset input[type=email], .row-fluid .fullwidthForm .form-inner form > fieldset input[type=tel], .row-fluid .fullwidthForm .form-inner form > fieldset input[type=number], .row-fluid .fullwidthForm .form-inner form > fieldset select, .row-fluid .fullwidthForm .form-inner form > fieldset textarea { width:100% !important; }
  .row-fluid .press-contact, .row-fluid .found-section, .row-fluid .download-software-section { padding: 35px 0;}
  .row-fluid .press-hero { min-height: 250px;}

  #hs_cos_wrapper_widget_1591173006238 form.hs-form{
    max-width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }

}


#banner-background-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding: 4% 0 25px;
		min-height: 850px !important;
    background-size: cover;

    /*z-index: -1;*/
}


@media(max-width:767px){
  .row-fluid  .header-search-group .page-center { max-width:100%; }   
  .row-fluid .search__results .search__item > .sLeft, .row-fluid .search__results .search__item > .sRight { width:100%; margin:0px; padding:0px; }
  .row-fluid .search__results .search__item > .sLeft { padding-bottom: 10px; border-bottom: 1px solid #ccc; border-right: 0; }
  .row-fluid .search__results .search__item>.sRight { padding-top:10px; }
  .activated #boc_searchform_close { top:-61px; }
  body #hs_cos_wrapper_widget_1583922530681 form {margin-top:50px;}
  
}




