/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 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 {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 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 {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/ 


/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://info.celeno.com/hubfs/Celeno_April2018/Fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('https://info.celeno.com/hubfs/Celeno_April2018/Fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
  url('https://info.celeno.com/hubfs/Celeno_April2018/Fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
  url('https://info.celeno.com/hubfs/Celeno_April2018/Fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
  url('https://info.celeno.com/hubfs/Celeno_April2018/Fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), 
  url('https://info.celeno.com/hubfs/Celeno_April2018/Fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@font-face {
  font-family: 'Montserrat-Thin';
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Thin.eot');
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Thin.woff2') format('woff2'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Thin.woff') format('woff'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Thin.ttf') format('truetype'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Thin.svg#Montserrat-Thin') format('svg'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-SemiBold.eot');
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-SemiBold.woff') format('woff'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-SemiBold.ttf') format('truetype'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg'), 
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Regular.eot');
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Regular.woff2') format('woff2'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Regular.woff') format('woff'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Regular.ttf') format('truetype'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-ExtraLight.eot');
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-ExtraLight.woff2') format('woff2'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-ExtraLight.woff') format('woff'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-ExtraLight.ttf') format('truetype'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-ExtraLight.svg#Montserrat-ExtraLight') format('svg'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Medium.eot');
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Medium.woff2') format('woff2'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Medium.woff') format('woff'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Medium.ttf') format('truetype'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Light.eot');
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Light.woff2') format('woff2'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Light.woff') format('woff'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Light.ttf') format('truetype'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Bold.eot');
  src: url('https://info.celeno.com/hubfs/montserrat/Montserrat-Bold.woff2') format('woff2'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Bold.woff') format('woff'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Bold.ttf') format('truetype'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg'),
       url('https://info.celeno.com/hubfs/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------*/
/*    css reset style     */
/*------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
strong {
  font-family: 'Montserrat-SemiBold';
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-family: 'Montserrat-Regular', sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{ text-decoration:none;}

body.overflow-y-hidden,
body.overflow-y-hidden-mobile
{
    overflow-y:hidden;
}

/*-------------------------*/
/*    css reset style     */
/*------------------------*/

.page-wrapper{
    float:none !important;
    width:100%;
    max-width:1310px !important;
    padding:0 15px;
    margin:0 auto  !important;
    overflow:hidden;
}

/*=============== Header section style starts here ================= */

.header-container-wrapper{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  padding-bottom:10px;
  z-index:999;
  
}
.header-container-wrapper.scrolled {
    background-color: #fff;
    padding-bottom: 0;
    box-shadow: 0px 2px 15px 0px rgba(5, 22, 0, 0.15);
}
.header-wrapper {
    float: left;
    width: 100%;
    position: relative;
    padding:0;
}
.header-wrapper .menu-btn {
    float: right;
    width: 50px;
    height: 50px;
    padding:10px 0 0;
    cursor: pointer;
}
.first-header-wrap{
    float:left;
    width:100%;
    padding:25px 60px 0;
  -webkit-transition: padding .3s ease-in-out;
  -moz-transition: padding .3s ease-in-out;
  -ms-transition: padding .3s ease-in-out;
  -o-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}
.scrolled .first-header-wrap {
  	padding:15px 60px 5px;
}
.header-container-wrapper .drop-menu-section,
.header-container-wrapper .drop-menu-section-mobile{
    float:right !important;
    width:100% !important;
    padding:0;
    background-color:#fff;
    position:relative;
    display:none;
}
.drop-menu-wrapper,
.drop-menu-wrapper-mobile{
    float: left;
    width: 100%;
    position:relative;
    opacity:0;
}
.drop-menu-row {
    float: left;
    width: 100%;
}
.color-logo-wrapper {
    float: left;
    width: 233px;
    padding: 25px 0 0 60px;
}
.header-top-menu {
    float: left;
	/*width: 100%;
    max-width: 1310px;*/
    width: calc(100% - 233px);
    padding:23px 0 0;
}
ul.header-top-menu-wrap {
    float: left;
    width: 100%;
    max-width: calc(100% - 370px);
    text-align: right;
}
ul.header-top-menu-wrap li {
    display: inline-block;
    padding: 0 10px;
}
ul.header-top-menu-wrap li a {
    font-size: 18px;
    color: #010101;
    font-family: 'Montserrat-Regular', sans-serif;
}
ul.header-social-links {
    float: left;
    width: 100%;
    max-width: 370px;
    padding-left: 35px;
}
ul.header-social-links li {
    float: left;
    padding: 0 4px;
}
ul.header-social-links li a {
    float: left;
    padding: 0 6px;
     color: #888888;
    font-size: 22px;
    -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;
}
ul.header-social-links li.h-twitter-link:hover a, a.twitter-icon:hover {
	color:#2ab1e0;
}
ul.header-social-links li.h-linkedin-link:hover a, a.linkedin-icon:hover {
	color:#1378b6;
}
ul.header-social-links li.h-facebook-link:hover a, a.facebook-icon:hover{
	color:#4968af;
}
ul.header-social-links li:nth-child(2) a img{
    opacity:0.8;
}
ul.header-social-links li:nth-child(3) a img{
    opacity:0.7;  
}
ul.header-social-links li a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -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;
}
ul.header-social-links li a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity:1 !important;
    -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;
}
.logo {
  background:url('https://f.hubspotusercontent40.net/hubfs/4190894/celeno-logo-white.svg') no-repeat 100% center;
  max-width:173px;
  width:100%;
  float:left;
  display:block;
  margin:0;
  padding:0;
  height: 65px;
    background-size: cover !important;
}
.scrolled .logo, .colored-header .logo {
  background:url('https://f.hubspotusercontent40.net/hubfs/4190894/celeno-logo-color-1.svg') no-repeat 100% center;background-size: cover !important;
}
.scrolled .menu-btn path, .colored-header .menu-btn path {
  fill:#000000;
}
div.menu-close-btn {
    position: absolute;
    right: 69px;
    top: 40px;
    cursor: pointer;
    -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;
}
div.menu-close-btn:hover {
    opacity:0.7;
    -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;
}
.main-menu-wrapper {
    float: none;
    overflow: hidden;
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    display: flex;
    padding: 40px 0 60px;
}
.mobile-main-menu-wrapper {
    float: none;
    overflow: hidden;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 100px 0 60px;
}

.main-menu-wrapper>ul:nth-last-of-type(1) {
    border: none;
    padding-right: 0;
}
.main-menu-wrapper>ul {
    float: left;
    width: 16.66%;
    border-right: 1px solid #c93f2f;
    padding: 0 30px;
}
.menu-post-wrapper {
    float: left;
    width: 25%;
}
.main-menu-wrapper>ul li {
    float: left;
    width: 100%;
    font-size: 19px;
    color: #454545;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    padding:0 0 15px;
}
.main-menu-wrapper>ul li.nav-head-nolink{
    padding:30px 0;
}
.main-menu-wrapper>ul li:first-child{
    padding:0 0 30px;
}
.main-menu-wrapper>ul li a {
    float: left;
    width: auto;
    font-size: 19px;
		line-height: 22px;
    color: #454545;
    text-transform: none;
    font-family: 'Montserrat-Regular', sans-serif;
    -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;text-decoration: none;
}
.main-menu-wrapper>ul li.nav-head-nolink,
.main-menu-wrapper>ul li:first-child a {
  text-transform: uppercase;
  font-family: 'Montserrat-Medium';
}
.main-menu-wrapper>ul li a:hover{
    color:#c94136;
}
/*.main-menu-wrapper>ul:nth-child(2) li a{
   font-family: 'Montserrat-Medium'; 
}*/
.menu-post-img-wrap {
    float: left;
    width: 100%;
}
.menu-post-img-wrap img {
    width: 100%;
    max-width: 100%;
    float: left;
}
.menu-post-content-wrap {
    float: left;
    width: 100%;
    background-color: #dee1e6;
    padding: 33px 50px;
}
.menu-post-content-wrap span.post-cat {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat-Medium';
    padding: 0 0 10px;
}
.menu-post-content-wrap h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-family: 'Montserrat-Light', sans-serif;
    padding:0 0 10px;
}

.menu-post-content-wrap>a {
    float: left;
    width: auto;
    display: inline-block;
    font-size: 18px;
    color: #166fb8;
    font-family: 'Montserrat-Regular', sans-serif;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/arrow.png?t=1524215906416) no-repeat 100% center;
    padding-right: 18px;
    -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;
}
.menu-post-content-wrap>a:hover {
    padding-right: 22px;
    -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;
}
.drop-menu-section-mobile, #menu-open-btn-mobile {
    display:none;
}
.header-bottom-menu {
    float: left;
	width: 100%;
    padding:23px 0 40px;
    margin:0;
    display:block;
}
.header-bottom-menu-wrap{
    float: left;
    width: 100%;
    padding:0 0 30px;
    margin:0;
    display:block;
    text-align: center;
}
.header-bottom-menu .header-social-links {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display:block;
    text-align: center;
}
.header-bottom-menu ul.header-social-links li {
    float: none;
    display: inline-block;
}
@media screen and (max-width: 1199px){
    .main-menu-wrapper>ul li,
    .main-menu-wrapper>ul li a {
        font-size: 16px;
    }
    .menu-post-content-wrap {
        padding: 23px 40px;
    }
    .menu-post-content-wrap h3 {
        font-size: 16px;
    }
    .menu-post-content-wrap>a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1099px){
    .main-menu-wrapper>ul li,
    .main-menu-wrapper>ul li a {
      font-size: 14px;
    }
    .menu-post-content-wrap {
      padding: 10px 20px;
    }
    .first-header-wrap {
      padding: 25px 15px 0;
    }
    .drop-menu-section, #menu-open-btn {
      display:none !important;
    }
    .drop-menu-section-mobile, #menu-open-btn-mobile {
      display:block;
    }
    .header-container-wrapper .drop-menu-section-mobile {
      -moz-transform: translateY(-70px);
      -webkit-transform: translateY(-70px);
      -o-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
      transform: translateY(-70px);
      max-width: 545px;
      width: 72% !important;
      position: absolute;
      right: 0;
      overflow-y: scroll;
      max-height: calc(100vh + 17px);
    }
    .mobile-main-menu-wrapper {
      padding: 100px 10px 60px;
    }
    .mobile-main-menu-wrapper ul ul {
      display:none;
    }
    .mobile-main-menu-wrapper>ul {
      border-bottom: 1px solid #a71000;
      max-width: 250px;
      margin: 0 auto;
      text-align: center;
      display: block;
      padding: 0;
    }
    .mobile-main-menu-wrapper>ul:last-child {
      border-bottom: none;
    }
    .mobile-main-menu-wrapper>ul>li>span {
      display: block;
      position:relative;
      margin:0;
      padding:0;
      cursor: pointer;
    }
    .mobile-main-menu-wrapper>ul>li>span:after {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #a71000;
      content: '';
      text-indent: -9999px;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top:-5px;
    }
    .mobile-main-menu-wrapper>ul>li {
      position: relative;
      padding: 20px 10px;
      color: #454545;
      text-transform: uppercase;
      font-family: 'Montserrat-Medium';
    }
    .mobile-main-menu-wrapper ul li ul li {
      text-transform: none;
      padding: 20px 0 0;
    }
    .mobile-main-menu-wrapper a, .mobile-main-menu-wrapper ul{
      color: #454545;
      font-family: 'Montserrat-Medium';
    }
    .header-bottom-menu-wrap li {
      display:inline-block;
      margin:0 10px;
      font-size: 18px;
      color: #010101;
      font-family: 'Montserrat-Regular', sans-serif;
    }
    .header-bottom-menu-wrap li a{
      font-size: 18px;
      color: #010101;
      font-family: 'Montserrat-Regular', sans-serif;
    }    
    .mobile-main-menu-wrapper li a:hover{
      color:#a71000;
    }
    .scrolled .first-header-wrap {
      padding:5px 15px 5px;
    }
    div.menu-close-btn {
      right: 30px;
      top: 27px;
    }
    .banner-inner-page.innerhead-scrolled {
      top: 53px !important;
    }
    .position-on-scroll {
      margin-top: 260px !important;
    }
}
@media screen and (max-width: 767px){
    .first-header-wrap .row-fluid [class*="span"] {
        float: left;
        width: 50%;
    }  
    .header-bottom-menu {
      padding:0 0 90px;
    }
    .mobile-main-menu-wrapper {
      padding: 100px 10px 60px;
	  }
}
@media screen and (max-width: 479px){
  	.logo {
      background-size: 130px !important;
      background-position: left center !important;
  	}
    .mobile-main-menu-wrapper>ul {
      text-align: left;
    }
}



/*=============== Header section style ends here ================= */

/*=============== banner style starts here ================= */

.home-banner-wrapper {
    background-size: cover; 
    float: left;
    width: 100%;
    height: 100vh;
    min-height: 850px;
    position: relative;  
    overflow: hidden;
  	background-position: bottom center;
}

.home-banner-text-caption {
    float: left;
    width: 100%;
    text-align: center;
    padding:110px 30px 0;
    z-index: 2;
    position: relative;
}
.home-latest-blog-height {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.home-banner-text-caption h1 {
    color: #ffffff;
    font-size: 50px;
    font-family: 'Montserrat-ExtraLight', sans-serif;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 15px;
}
.home-banner-text-caption h1 span {
    color: #d97d32;
    font-size: 62px;
    font-family: 'Montserrat-ExtraLight', sans-serif;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
}
.home-banner-text-caption p {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    padding: 0 0 20px;
    font-family: 'Montserrat-ExtraLight', sans-serif;
}
#animation_container, #_preload_div_ {
	position:absolute;
	margin:auto;
	left:0;right:0;
  bottom: 10px !important;
  }

/*=============== banner style ends here ================= */

.section-title {
    float: left;
    width: 100%;
    text-align:center;
}
.section-title h2 {
    float: none;
    width: auto;
    text-align: left;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraLight', sans-serif;
    padding: 0 0 50px;
    margin: 0 auto;
    display: inline-block;
}
.section-title h2:before {
    content: "";
    width: 35px;
    height: 46px;
    display: inline-block;
    float: left;
    /*background: url(https://info.celeno.com/hubfs/dots.png?t=1524058456070) no-repeat 0 7px;*/
    background: url(https://info.celeno.com/hubfs/dots.svg) no-repeat 0 7px;
    background-size: 18px 36px;
}
.home-smart-section {
    float: left !important;
    width: 100% !important;
    padding: 50px 60px 50px;
  	background: #e9edec;
}
.home-smart-section .page-wrapper {
    max-width: 1770px !important;
}
.home-smart-section .home-technology-left {
    text-align: center !important;
}
.home-technology-section {
    float: left !important;
    width: 100% !important;
    padding: 50px 60px 50px;
}
.home-technology-inner-wrapper {
    float: left;
    width: 100%;
    padding:40px 0 0;
}
.home-technology-left {
    float: left;
    width: 50%;
    text-align:right;
}
.home-technology-right {
    float: left;
    width: 50%;
    position:relative;
    padding:60px 0 0;
}
#hs_cos_wrapper_Technology_Tabs {
    float: left;
    width: 100%;
}
.home-tab-box {
    float: left;
    width: 100%;
    padding-left: 68px;
}
.home-tab-box ul {
    float: left;
    width: 100%;
    list-style: none;
    padding:0 0 40px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    max-width: 450px;
    justify-content: space-between;
}
.home-tab-box ul li {
    display: inline-block;
    float: left;
  	margin-top: auto;
}
.home-tab-box ul li:last-child {
    padding-right: 0px !important;
}
/*.home-tab-box ul li:nth-child(2) img {  
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
  	-o-transform: translateY(10px);  
    -ms-transform: translateY(10px);  
    transform: translateY(10px);
}*/
.home-tab-box ul li .home-tab-btn, .home-tab-box ul li .s-home-tab-btn {
    float: left;
    width: 100%;
    cursor: pointer;
}
.home-tab-box ul li .home-tab-btn img, .home-tab-box ul li .s-home-tab-btn img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    -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;
  margin-bottom:12px;
}
.home-tab-box ul li:nth-child(2) .home-tab-btn img {
    opacity: 0.5;
}
.home-tab-content, .s-home-tab-content {
    float: left; 
    width: 100%;
    display:none;
    max-width:600px;
  clear:both;
}
.home-tab-content h3, .s-home-tab-content h3 {
    float: left;
    width: 100%;
    font-size: 40px; 
    font-family: 'Montserrat-Light', sans-serif;
    padding:0 0 10px;
}
.s-home-tab-content h3 {
  	color:#131d40;
  	font-family: 'Montserrat-Regular', sans-serif;
}
/*#tab-content-1 h3{color:#c93f2f;}
#tab-content-2 h3{color:#d97d32;}
#tab-content-3 h3{color:#016aab;}*/

.home-tab-content h3 {
  color:#c93f2f;
}

.home-tab-box ul li span {
  position:relative
}
.home-tab-box ul li span:after {
  position:absolute;
  height:0;
  width:100%;  
  bottom:0;
  content:'';
  display:block;
  -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;
  -webkit-box-shadow: 0px 1px 0px 0 rgba(0,0,0,0.1);
  box-shadow: 0px 1px 0px 0 rgba(0,0,0,0.1);
}
.home-tab-box ul li span.active:after {
  height:2px;
}
.home-tab-box ul li span:after {
  background: #c93f2f;
}
/*.home-tab-box ul li:nth-child(1) span:after {
  background:#c93f2f;
}
.home-tab-box ul li:nth-child(2) span:after {
  background:#d97d32;
}
.home-tab-box ul li:nth-child(3) span:after {
  background:#016aab;
}*/
.home-tab-box.smart ul li span:after {
  background:#131d40;
}
.home-tab-box.smart ul {
    max-width: 600px;
    text-align: left;
    justify-content: space-between;
  	padding: 0 0 25px;
}
.home-tab-box.smart ul li {
    padding-right: 20px;
  	margin-bottom:15px;
}

.home-tab-content p, .s-home-tab-content p {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    color: #454545;
    padding-bottom: 30px;
    font-family: 'Montserrat-ExtraLight', sans-serif;
}
.home-tab-content .hs-cta-wrapper {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.home-tab-content.active, .s-home-tab-content.active{
    display:block;
    opacity: 0;
}

.home-tab-content.active.ani, .s-home-tab-content.active.ani{
  -webkit-animation: show 2s;
  -moz-animation:    show 2s;
  -o-animation:      show 2s;
  animation:         show 2s;
  animation-iteration-count: 1;
  opacity: 1;
}
.s-home-tab-content a {
		color: #fff;
    background: #131d40;
    min-width: 220px;
    padding: 5px 20px;
    border-radius: 25px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    text-align: center;
    margin: 20px 0 55px;
}

.home-tab-box ul li .home-tab-btn.active img, .home-tab-box ul li .s-home-tab-btn.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -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;
}



@-webkit-keyframes show {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes show {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes show {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes show {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.home-latest-blogs-section{
    float:left !important;
    width:100% !important;
    background-color:#9da3aa;
    padding:50px 0 50px;
}
.home-latest-blogs-section .section-title h2{
    color:#fff;
}
.home-latest-blogs-wrapper {
    float: left;
    width: calc(100% + 32px);
    padding: 0 0 20px;
    margin-left: -16px;
    margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
}
.home-latest-blog-box {
    float: left;
    width: 33.33%;
    padding: 35px 16px;
}
.home-latest-blog-img-wrapper {
    float: left;
    width: 100%;
}
.home-latest-blog-img-wrapper img {
    float: left;
    width: 100%;
}
.home-latest-blog-box-inner {
    float: left;
    width: 100%;
    background-color: #fff;    
    -webkit-box-shadow: 4px 4px 10px 4px rgba(100, 102, 107, 0.2);
  	box-shadow: 4px 4px 10px 4px rgba(100, 102, 107, 0.2);
    -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;
  height: 100%;
}
.home-latest-blog-box-inner:hover {
    -webkit-box-shadow: 4.2px 2.7px 34.4px 5.6px rgba(100, 102, 107, 0.31);
  	box-shadow: 4.2px 2.7px 34.4px 5.6px rgba(100, 102, 107, 0.31);
}
.home-latest-blog-content {
    float: left;
    width: 100%;
    padding: 45px;
}
.home-latest-blog-date {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #4d4d4e;
    line-height: 16px;
    padding: 0 0 15px 35px;
    font-family: 'Montserrat-Light', sans-serif;
}
.home-latest-blog-date span.day {
    float: left;
    padding: 0 6px 0 0;
    border-right: 1px solid #6e6e6f;
    margin-right: 6px;
}
.home-latest-blog-content h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    padding: 7px 0 7px 35px;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/dots.png?t=1524127918963) no-repeat 0 0;
    margin-bottom: 25px;
    font-family: 'Montserrat-Light', sans-serif;
}
.home-latest-blog-content h3 a {
  color:#000;
}
.home-latest-blog-content p {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 18px;
    color: #4d4d4e;
    padding: 0 0 15px 35px;
    font-family: 'Montserrat-Light', sans-serif;
    
}
.home-latest-blog-content a.readmore {
    float: left;
    width: auto;
    margin-left: 35px;
    display: inline-block;
    font-size: 18px;
    color: #166fb8;
    font-family: 'Montserrat-Regular', sans-serif;
    background: url(https://info.celeno.com/hubfs/arrow.png) no-repeat 100% center;
    padding-right: 18px;
    -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;
}
.home-latest-blog-content a.readmore:hover {
    padding-right: 22px;
    -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;
}

.home-whats-new-section {
    float: left !important;
    width: 100% !important;
    padding: 50px 0 50px;
    /*background: url(https://info.celeno.com/hubfs/whats-new-bg.png)*/
  	background:#f5f7fa;
}
.home-whats-new-wrapper {
    float: left;
    width: 100%;
}
span#hs_cos_wrapper_What-New-Wrapper {
    float: left !important;
    width: calc(100% + 20px) !important;
    margin-left: -10px;
    margin-right: -10px;
}
span#hs_cos_wrapper_What-New-Wrapper .hs_cos_wrapper {
    float: left;
    width: 33.33%;
    padding: 25px 10px;
}
.whats-new-box {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    -webkit-box-shadow: 2px 3px 3px rgba(100, 102, 107, 0.2);
  	box-shadow: 2px 3px 3px rgba(100, 102, 107, 0.2);
    /*border-bottom: 8px solid #121d44;*/
    -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;
}
.whats-new-box-space {
  padding: 0 30px 30px;
    float: left;
    width: 100%;
  display:block;
} 
.whats-new-box:hover{    
    -webkit-box-shadow: 2px 3px 40px rgba(100, 102, 107, 0.3);
    box-shadow: 2px 3px 40px rgba(100, 102, 107, 0.3);
}
.whats-new-box .blue-box-title {
    float: left;
    width: 100%;
    padding: 8px 0;
    background:#121d44;
  	color:#fff;
  	text-align:center;
}
.whats-new-logo {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 15px 20px;
  	display: table;
}
.whats-new-logo span {
  display: table-cell;
    height: 172px;
    vertical-align: middle;
  border-bottom: 1px solid #f5f7fa;
}
.whats-new-logo span img {
    display: table-cell;
    margin: 0 auto;
}
.whats-new-box .home-latest-blog-date{
    padding-left:0;
}
.whats-new-box h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Montserrat-Light', sans-serif;
    padding:0 0 50px;
}
.whats-new-box a {
    float: left;
    width: auto;
    display: inline-block;
    font-size: 18px;
    color: #166fb8;
    font-family: 'Montserrat-Regular', sans-serif;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/arrow.png?t=1524137375362) no-repeat 100% center;
    padding-right: 18px;
    -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;
}
.whats-new-box a:hover {
    padding-right: 22px;
    -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;
}
.home-events-section{
    float:left;
    width:100%;
    padding:50px 0 50px;
}
.home-events-section .page-wrapper{
    max-width:940px !important;
}
.home-event-wrapper {
    float: left;
    width: 100%;
    padding: 32px 41px;
    border-bottom: 1px solid #b7b7b7;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.home-event-wrapper:last-child {
    border-bottom: none;
}
.home-event-image-wrapper {
    float: left;
    width: 45%;
    padding-right:5%;
    flex: 1;
}
.home-event-content-wrapper {
    float: left;
    width: 50%;
    flex: 1;
}
.home-event-content-wrapper h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    padding-bottom: 15px;
    font-family: 'Montserrat-Light', sans-serif;
}
.home-event-content-wrapper .date-wrap {
    float: left;
    width: 100%;
    border-bottom: 1px solid #b3b6b9;
    font-size: 18px;
    color: #121d44;
    padding-bottom: 8px;
    max-width: 360px;
    font-family: 'Montserrat-Bold', sans-serif;
    clear:both;
}
.home-event-text {
    float: left;
    width: 100%;
    padding: 10px 0 15px;
    font-size: 16px;
    line-height: 26px;
    clear:both;
}
.home-event-text p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat-Light', sans-serif;
}

.home-event-content-wrapper > a {
    clear: both;
    float: left;
    width: auto;
    display: inline-block;
    font-size: 18px;
    color: #166fb8;
    font-family: 'Montserrat-Regular', sans-serif;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/arrow.png?t=1524137375362) no-repeat 100% center;
    padding-right: 18px;
    -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;
}
.home-event-content-wrapper > a:hover {
    padding-right: 22px;
    -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;
}
.keep-in-touch-section{
    float:left;
    width:100%;
    background-color:#016aab;
    padding:65px 0;
}
.keep-in-touch-section .hs_cos_wrapper_type_form {
    float: left;
    width: 100%;
    text-align: center;
}

.keep-in-touch-section .hs_cos_wrapper_type_form .form-title {
    float: none;
    width: auto;
    text-align: left;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraLight', sans-serif;
    padding: 0 0 50px;
    margin: 0 auto;
    color:#fff;
    display: inline-block;
}
.keep-in-touch-section .hs_cos_wrapper_type_form .form-title:before {
    content: "";
    width: 35px;
    height: 46px;
    display: inline-block;
    float: left;
    background: url(https://info.celeno.com/hubfs/dots-dark.png) no-repeat 0 7px;
}
.keep-in-touch-section form.hs-form {
    float: left;
    width: 100%;
    text-align: left;
}
.keep-in-touch-section form.hs-form .hs-form-field {
    float: left;
    width: 20%;
    padding: 0 22px 20px;
}
.keep-in-touch-section form.hs-form {
    float: left;
    width: calc(100% + 44px) !important;
    text-align: left;
    margin-left: -22px;
    margin-right: -22px;
}
.keep-in-touch-section form.hs-form .hs-form-field>label {
    display: none;
}
.keep-in-touch-section form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox {
    float: left;
    width: 100%;
    padding: 10px 22px;
    position:relative;
}

.keep-in-touch-section form.hs-form .hs-form-field input[type="text"],
.keep-in-touch-section form.hs-form .hs-form-field input[type="email"]{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #004671;
    font-size: 16px;
    color: #fff;
    padding: 8px 5px;
}

.keep-in-touch-section form.hs-form .hs-form-field input[type="text"]:focus,
.keep-in-touch-section form.hs-form .hs-form-field input[type="email"]:focus{
    outline:0;
}

.keep-in-touch-section form.hs-form .hs-form-field input::-webkit-input-placeholder {
  font-size: 16px;
    color: #fff;
}
.keep-in-touch-section form.hs-form .hs-form-field input::-moz-placeholder {
  font-size: 16px;
    color: #fff;
}
.keep-in-touch-section form.hs-form .hs-form-field input:-ms-input-placeholder {
  font-size: 16px;
    color: #fff;
}
.keep-in-touch-section form.hs-form .hs-form-field input:-moz-placeholder {
  font-size: 16px;
    color: #fff;
}

.keep-in-touch-section form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span,
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span
{
    color: #fff;
    font-size: 12px;
    position: relative;
    padding: 0 0 4px 28px;
    display: inline-block;
    font-family: 'Montserrat-Light', sans-serif;
    line-height: 14px;
    cursor: pointer;
}
.keep-in-touch-section form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"],
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"]{
    position: absolute;
    top: 0;
    opacity: 0;
}
.keep-in-touch-section .hs_cos_wrapper_type_form .submitted-message,
.keep-in-touch-section form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span a,
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span a{
  color:#fff;
}
.keep-in-touch-section form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span a:hover,
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span a:hover{
  text-decoration:underline;
}
.keep-in-touch-section form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span:before,
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.keep-in-touch-section form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span:after,
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span:after {
    content: '';
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);  
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 2px;
  	display:none
}
.keep-in-touch-section form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + span:after,
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + span:after{
  display:block
}
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span,
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span a
{
    color: #4d4d4e;
}
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span:before{
  border-color:#d6d7d7;
}
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"] + span:after{
  border-color:#4d4d4e;
}
.keep-in-touch-section form.hs-form .hs-form-field ul.hs-error-msgs {
    float: left;
    width: 100%;
    padding: 3px 0;
}
.keep-in-touch-section form.hs-form .hs-form-field ul.hs-error-msgs label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Montserrat-Light', sans-serif;
}

.keep-in-touch-section form.hs-form .hs-form-field input[type="text"].error, 
.keep-in-touch-section form.hs-form .hs-form-field input[type="email"].error{
    border-bottom: 2px solid #ff0000;
}

.keep-in-touch-section form.hs-form .hs_submit {
    padding: 15px 22px 20px;
}

.keep-in-touch-section form.hs-form .hs_submit input[type="submit"] {
    border: none;
    font-size: 18px;
    background-color: #d97d32;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    padding: 1px 36px 0;
    border-radius: 50px;
    cursor: pointer;
    min-width:180px;
    -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;
  	-webkit-appearance: none;
}
.keep-in-touch-section form.hs-form .hs_submit input[type="submit"]:hover {
    background-color: #f6862b;
    cursor: pointer;
    -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;
}
.keep-in-touch-section form.hs-form .hs_submit input[type="submit"]:focus{
    outline:0;
}
.keep-in-touch-section form.hs-form .hs_error_rollup {
    display: none;
}
.home-welcometext {
  text-align:center;
  background:#f6f7fb;
  padding:50px 10px;
  font-family: 'Montserrat-ExtraLight';
  font-size:24px;
  color:#454545;
  line-height:36px;
}
.home-welcometext p {  
  font-family: 'Montserrat-ExtraLight';
  font-size:24px;
  color:#454545;
  line-height:36px;
}
.home-welcometext .page-wrapper {
	max-width: 1000px !important;
}
.section-button {
  	text-align: center;
}
.home-events-section .section-button {
    margin-top: 54px;
}
.home-whats-new-section .section-button {
    margin-top: 29px;
}
.home-event-image-wrapper img {
    max-width: 200px;
}

/*.home-tab-box.smart > ul > li:nth-child(2) img {
    transform: translateY(0);  
}
.home-tab-box.smart > ul > li:nth-child(5) img{
    transform: translateY(0);
}*/
.home-tab-box.smart > ul > li:nth-child(1) img {
    transform: translateY(9px);
}
.home-smart-section .home-technology-left img {
		-webkit-animation: rotation 120s infinite linear;
  	animation: rotation 120s infinite linear;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
@keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.home-smart-section .home-technology-left {
      float: right;
}


@media screen and (max-width: 1399px){
    .home-tab-box.smart ul li {
        padding-right: 18px;
    }
    .home-tab-box.smart ul li {
        min-width: 85px;
        text-align: center;
    }
    .home-tab-box.smart ul {
      justify-content: flex-start
  }
}

@media screen and (max-width: 1199px){
    .home-latest-blog-content {
        padding: 35px;
    }  
}

@media screen and (max-width: 1099px){
    .keep-in-touch-section form.hs-form .hs-form-field {
        width: 25%;
    }
    .keep-in-touch-section form.hs-form .hs_submit {    
      float: left;
      width: 100%;
      text-align: center;
  }
}

@media screen and (max-width: 991px){
    .home-latest-blog-content {
        padding: 20px;
    }
    .home-latest-blog-content h3 {
        font-size: 22px;
        padding: 4px 0 7px 30px;
    }
    .home-latest-blog-content p,
    .home-latest-blog-content a{
        font-size: 16px;
        line-height: 22px;
    }
    .home-latest-blog-date {
        font-size: 14px;
    }
    .home-tab-box ul li .home-tab-btn img {
        max-width: 40px;
        height: inherit;
    }
    .home-tab-content h2, .s-home-tab-content h2 {
        font-size: 35px;
    }
    .home-tab-content p, .s-home-tab-content p, .home-welcometext p {
        font-size: 20px;
        line-height: 27px;
    }
    .home-tab-box ul {
        padding: 0 0 20px;
    }
    .home-tab-content p, .s-home-tab-content p {
        padding-bottom:0;
    }
    .home-technology-right {
        padding-top:30px;
    }
    .home-technology-left {
        width: 40%;
    }
    .home-technology-right {
        width: 60%;
    }
  	.home-smart-section .home-technology-left {
        width: 40%;
      	padding-left: 5%;
    }
    .section-title h2, .keep-in-touch-section .hs_cos_wrapper_type_form .form-title {
        font-size: 40px;
    }
    .home-tab-content h3, .s-home-tab-content h3 {
        font-size: 35px;
    }
    .home-banner-text-caption h1 {
        font-size: 40px;
    }
    .home-banner-text-caption h1 span {
        font-size: 52px;
    }
    .home-banner-text-caption p {
        font-size: 22px;
        line-height: 30px;
    }
    .home-technology-section, .home-smart-section  {
        padding: 25px 15px;
    }
    .home-event-wrapper {
        padding: 22px 31px;
    }
    .home-latest-blogs-section, .home-whats-new-section, .home-events-section {
      padding-top: 25px;
    }
  	.home-latest-blog-box, span#hs_cos_wrapper_What-New-Wrapper .hs_cos_wrapper {
      padding-top: 15px;
    }
  .home-whats-new-section, .home-latest-blogs-section, .home-events-section {
    padding-bottom: 25px;
    }
    .keep-in-touch-section {
      padding-bottom: 10px;
      padding-top: 25px;
    }
    .home-events-section .section-button {
      margin-top: 10px;
  	}
    .home-banner-wrapper {
      min-height: 480px;
    }
    .home-tab-box ul li:nth-child(2) img {  
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);  
    -ms-transform: translateY(0);  
    transform: translateY(0);
    }
    .home-tab-box ul {
      max-width: 305px;
    }
    .home-tab-box ul li .s-home-tab-btn img {
      max-height: 40px;
      max-width: inherit;
  	}
  
}

@media screen and (max-width: 767px){
    .home-latest-blog-box {
        width: 100%;
    }
    .home-latest-blog-box-inner {
        max-width: 310px;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
    .home-technology-left,
    .home-technology-right {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .home-tab-content, .s-home-tab-content {
        max-width:100%;
    }
    .home-technology-inner-wrapper {
        padding:0;
    }
    .home-technology-left {
        text-align: center;
    }
    .home-technology-left img {
        max-width: 270px;
        margin-left: 40px;
        width: calc(100% - 40px) !important;
    }
    .home-tab-box {
        padding-left: 0;
        text-align: center;
    }
    .home-tab-box ul li {
        float:none;
    }
    .home-tab-box ul {
        text-align: center;
      margin: 0 auto;
    float: none;
    }
    .section-title h2,
    .home-tab-content h3,
    .s-home-tab-content h3,
    .keep-in-touch-section .hs_cos_wrapper_type_form .form-title{
        font-size: 28px;
    }
    .section-title h2 {
        padding-bottom:0;
    }
    .home-tab-content p,
    .s-home-tab-content p,
    .whats-new-box h3, .home-welcometext p {
        font-size: 18px;
        line-height: 24px;
    }
    .home-event-content-wrapper h3 {
        font-size: 22px;
    }
    .home-event-content-wrapper > a {
        font-size: 16px;
    }
    .home-banner-text-caption h1 {
        font-size: 30px;
        padding: 0 0 10px;
    }
    .home-banner-text-caption h1 span {
        font-size: 42px;
        padding: 0 0 15px;
    }
    .home-banner-text-caption p {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 26px;
    }
    .section-title h2:before,
  	.section-title-h2 h2:before,
  	.section-title-h1 h1:before,
    .keep-in-touch-section .hs_cos_wrapper_type_form .form-title:before {
        background-position: 0 -7px !important;
    }
    .home-event-wrapper {
        padding: 10px 20px;
    }
    .home-event-content-wrapper{
        width: 100%;
        margin: 15px 0 25px;
    }
    .home-event-image-wrapper {
        width: 100%;
        padding-right:0;
        margin-top: 25px;
    }
    .home-event-wrapper {
        display:block;
    }
    .keep-in-touch-section form.hs-form .hs-form-field {
        width: 50%;
    } 
    .home-latest-blog-box {
        padding-bottom: 15px;
    }
    .home-banner-text-caption {
      -webkit-text-shadow: 2px 1px 3px rgba(0,0,0,0.52);
      text-shadow: 2px 1px 3px rgba(0,0,0,0.52);
    }
  	.home-whats-new-wrapper .hs_cos_wrapper_type_custom_widget,
    .home-latest-blog-box {
      display: none;
    }  
    .home-latest-blog-box:first-child,
  	.home-whats-new-wrapper .hs_cos_wrapper_type_custom_widget:first-child{
      display: block;
    }
    .first-header-wrap {
      padding: 10px 15px 0;
    }
    .header-wrapper .menu-btn {
      width: 40px;
      height: 40px;
    }
    span#hs_cos_wrapper_What-New-Wrapper .hs_cos_wrapper {
      width: 100%;
      margin: 0 auto;
      max-width: 360px;
      float: none;      
    	padding: 15px 25px 20px;
          overflow: hidden;
    }
    .home-whats-new-section .section-button {
      margin-top: 19px;
    }
    .whats-new-box a {
      font-size: 16px;
    }
    .home-tab-box.smart ul li {
      width: 33.33%;
      text-align: center;
      padding-right: 0;
      min-width: inherit;
  	}  
    .home-smart-section .home-technology-left img{
      margin-left: 0;
      display:none;
    }
    
}
@media screen and (max-width: 599px){
    .home-technology-left img {
        margin-left: 20px;
        width: calc(100% - 20px) !important;
    }
    .keep-in-touch-section form.hs-form .hs-form-field {
        width: 100%;
    }
    a#cta_button_4190894_90d30b93-f3fd-4aab-bda0-c1e1258d4af7,
    a#cta_button_4190894_ddc1d9ba-d588-49fc-ae66-b5ea95051e52{
        font-size: 16px;
    }
    .home-banner-text-caption p br{
				display:none;
    }
    .home-banner-text-caption {
      padding: 80px 15px 0;
    }
    .home-banner-text-caption p {
      font-size: 18px;
      line-height: 22px;
      padding: 0 0 15px;
    }
    .home-banner-text-caption h1 {
      font-size: 22px;
      padding: 0 0 10px;
    }
    .home-banner-text-caption h1 span {
      font-size: 36px;
      padding: 0 0 5px;
    }
    a#cta_button_4190894_90d30b93-f3fd-4aab-bda0-c1e1258d4af7 {
      font-size: 14px;
      padding: 6px 25px 5px;
    }
    #animation_container {
      bottom: 10% !important;
    }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
    #animation_container {
      bottom: 10% !important;
    }
}





/*================= footer style starts here ================ */
 
.footer-wrapper{
    float: left !important;
    width: 100% !important;
    padding: 135px 0 40px !important;
    background: #121d44 !important;
}
.footer-wrapper-inner {
    float: left;
    width: 100%;
}
.footer-logo {
    float: left;
    width: calc((100vw - 1310px)/2);
    padding-left:60px;
	text-align: right;
	min-width: 220px;
	margin-right: 40px;
}
.footer-social-links {
    float: left;
    /*width: calc((100vw - 1310px)/2);*/
    width: 200px;
}
.footer-menu {
    float: left;
    width: calc(100% - 590px);
    overflow: hidden;
    max-width: 1370px;
}
.footer-menu-inner {
    float: left;
    width: 100%;
}
.footer-menu-inner ul {
    float: left;
    width: 16%;
    margin-bottom: 40px;
}
.footer-menu-inner ul li {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
  	padding-right:10px;
    line-height:36px;
    font-family: 'Montserrat-Regular', sans-serif;
}
.footer-menu-inner ul li.nav-head-nolink {line-height: 1.4;margin-top: 15px;}
.footer-menu-inner ul li a {
    color: #fff;
    text-transform: none;
    font-size: 16px;
  	line-height: 20px;
    display: inline-block;
    font-family: 'Montserrat-ExtraLight', sans-serif;
    -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;text-decoration: none;
}
.footer-menu-inner ul li a:hover{
    color:#d97d32;
    -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;
}
.footer-social-links ul {
    float: left;
    width: 100%;
}
.footer-social-links ul li {
    float: left;
    width: auto; 
    padding: 0 10px 0 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;
}
.footer-social-links ul li:hover {
   opacity:0.5;
    -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;
}
.footer-social-links ul li a{
    display:inline-block;
    padding:0 10px;
}
.footer-menu .page-wrapper {
    max-width: 1060px !important;
    padding: 0;
}
.footer-copyright {
  float: left;
  width: 100%; 
  padding: 0;
  margin:0;
  color:#fff;
  font-size: 13px;
  font-family: 'Montserrat-Light';
}
.footer-copyright a {
  color:#fff;
      -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;
}
.footer-copyright a:hover {
    color: #d97d32;
}
.footer-copyright p {
  line-height:18px;
}
.copyright-left {
  float: left;
  width: 60%; 
  padding: 0;
  margin:0;
}
.copyright-left a {
  white-space:nowrap;
}
.copyright-right {
  float: right;
  width: auto; 
  max-width: 40%; 
  padding: 0;
  margin:0;
}
.copyright-right ul {
    margin-bottom: 12px;
    margin-top: 13px;
}
.copyright-right ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  	font-size: 22px;
}
.copyright-left img {
  margin-bottom: 10px;
}
.seprator-below-768, .seprator-below-599 {
  display:none
}
@media screen and (max-width: 1099px){
    .footer-logo, .footer-menu, .footer-social-links {
        float:none;
        width:100%;
        max-width: 100%;
        padding-left: 15px;
    }
    .footer-logo {
        text-align:left;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px){
    .footer-menu-inner ul {
        width: 24.33%;
    }
}
@media screen and (max-width: 767px){
    .footer-menu-inner ul {
        width: 33.33%;
    }
  	.seprator-below-768 {
      display:block;
      float: left;
    	width: 100%;
  	}
    .footer-logo img {
        max-width: 50%;
    }
}
@media screen and (max-width: 599px){
    .footer-wrapper {
        padding-top:50px !important;
    }
    .footer-menu-inner ul {
        width: 50%;
    }
    .footer-menu-inner .seprator-below-768 {
      display:none;
    }
  	.seprator-below-599 {
      display:block;
      float: left;
    	width: 100%;
  	}
    .footer-menu-inner ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .footer-menu-inner ul li a{
        font-size: 12px;
    }
    .footer-copyright {
        font-size: 11px;
    }
    .copyright-left, .copyright-right {
      width:100%;
      max-width:100%;
    }
}


/*==================================================================
								Technology Page Starts Here
================================================================== */
.banner-caption-inner-page {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-caption-inner-page h1,
.banner-caption-inner-page h2
{
    font-family: 'Montserrat-ExtraLight', sans-serif;
    font-size: 62px;
    line-height: 72px;
    float: left;
    width: 100%;
  	text-align: center;
  	color:#fff;
  	text-transform:uppercase;
  	margin: 0;
}
.banner-inner-page {
    background-size: cover;
   	float: left;
    width: 100%;
  	margin:0;
  	padding:0;
  	display:block;
  background-position: top center;
}
.banner-inner-page, .banner-inner-page * {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.welcometext {
  	padding:0 15px;
}
/*.position-on-scroll {
      margin-top: 260px !important;
}*/
.technology-page .position-on-scroll {
      margin-top: 260px !important;
}
.welcometext>span {
    padding: 75px 0;
    display: block;
    text-align: center;
    color: #4d4d4e;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 20px;
    line-height: 28px;
    max-width: 1080px;
    margin: 0 auto;
}
.all-products>span>.hs_cos_wrapper {
    float: left;
    width: 0100%;
    margin: 0;
    padding: 0;
    display: block;
}
.all-products .product-header-icon {
  float: left;
  width: 100%;
  margin:0;
  padding:0;
}
.all-products .product-header {
	border-top-style: solid;
	border-top-width: 8px;
  padding: 47px 0 60px;
  text-align: center;
  float: left;
  width: 100%;
}
.all-products .product-header h2{
  font-size: 40px;
  color: #c94136;
  line-height: 46px;
  margin:10px 0 0;
  padding:0;  
  float:left;
  width:100%;
}
.all-products .product-header-description {
  max-width:1000px;
  margin:0 auto;
  display:block;
  padding:16px 0 0;
  font-size: 20px;
  color: #4d4d4e;
  line-height: 28px;
  font-family: 'Montserrat-Light', sans-serif;
  width: 100%;
}
.all-products .section-title-h3 {
    float: left;
    width: 100%;
}
.section-title-h3 h3 {
    float: none;
    width: auto;
    text-align: left;
    font-size: 30px;
    font-family: 'Montserrat-ExtraLight', sans-serif;
    padding: 0 0 22px;
    margin: 0 auto;
    display: inline-block;
    overflow:hidden;
    line-height: 36px;
    -moz-transform: translateX(-35px);
    -webkit-transform: translateX(-35px);
    -o-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    transform: translateX(-35px);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.section-title-h3 h3:before {
    content: "";
    width: 35px;
    height: 36px;
    display: inline-block;
    float: left;
    background: url(https://info.celeno.com/hubfs/dots.png?t=1524058456070) no-repeat 0 0;
}
.all-products .product-row {
    padding: 68px 0 60px;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}
.all-products .product-row .product-left {
    width: 50%;
    margin: 0;
    padding: 0 0 0 35px;
    float: left;
}
.all-products .product-row .product-right {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}
.all-products .product-right.product-image {
  text-align:center;
}
.all-products .product-right.product-image img{
  height:inherit;
  max-width:95%;
}
.all-products .product-row .product-right.right {
    float: right;
  	padding-left: 17px;
}
.all-products .product-row .product-right.left {
  	padding-right: 17px;
}
.all-products .product-row .product-left.right {
    float: right;
  	padding-left: 17px;
}
.all-products .product-row .product-left.left {
  	padding-right: 17px;
}
.all-products .product-row .product-description {  
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    color: #4d4d4e;
    font-size: 18px;
  	line-height: 26px;
  	font-family: 'Montserrat-Light', sans-serif;
}
.all-products .resource-link {
    float: left;
    width: 100%;
    margin: 35px 0 0;
    padding: 0;
    display: block;
}	
.all-products .resource-icon {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}
.all-products .resource-icon img,
.all-products .resource-icon svg {
  width:42px;
  height:inherit;
}
.all-products .resource-box {
    float: left;
    width: 33.33%;
    font-size: 15px;
    text-align: center;
  	margin-top:40px;
    border-right: 1px solid #404040;
}
.all-products .resource-box:last-child {
  	border:none;
}
.all-products .resource-box a {
    max-width: 150px;
  	margin:0 auto;
  	padding:0;
  	font-size:18px;
  	display: block;
  	line-height: 22px;
}
.all-products .resource-box .hs_cos_wrapper_type_inline_text {  
    margin:0 0 11px;
  	padding:0 10px;
  	display: block;
  	float: left;
}
.all-products .resource-box a i {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    width: 0;
    margin: 0 auto;
    overflow: hidden;
}

.techno-sidebar {
  background-color: rgba(245,247,250,0.70);
  -webkit-box-shadow: 1.7px 1.1px 2.7px 0.3px rgba(100, 102, 107, 0.21);
  box-shadow: 1.7px 1.1px 2.7px 0.3px rgba(100, 102, 107, 0.21);
  max-width: 189px;
  position:fixed;
  top: 269px;
  left: 46px;
  text-align: center;
  padding: 0 0 25px;
  z-index: 3;
  max-height: calc(100vh - 209px);
	overflow-y: auto;
}
.techno-sidebar span {
    float:left;
    display: block;    
    margin: 0;
    padding:0;
  	width:100%;
    white-space: nowrap;
}
.techno-sidebar a {
    display: block;    
    margin: 30px auto 0;
    font-size: 20px;
    color: #4d4d4e;
    line-height: 22px;
}.techno-sidebar:before {
    content: '';
    height: 36px;
    width: 100%;
    background: url(https://info.celeno.com/hubfs/dots-white.png) no-repeat center;
    display: block;
    margin: 23px 0 0 0;
}
.banner-inner-page.innerhead-scrolled .banner-caption-inner-page {
    top: 0 !important;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
    transform: translateY(0);
}
.banner-caption-inner-page h1,
.banner-caption-inner-page h2{
  -webkit-transition: font-size 0ms ease-in-out !important;
  -moz-transition: font-size 0ms ease-in-out !important;
  -ms-transition: font-size 0ms ease-in-out !important;
  -o-transition: font-size 0ms ease-in-out !important;
  transition: font-size 0ms ease-in-out !important;
}
.banner-inner-page.innerhead-scrolled .banner-caption-inner-page h1,
.banner-inner-page.innerhead-scrolled .banner-caption-inner-page h2{
  font-size: 48px;
  padding: 20px 0;
  line-height: 56px;
}
.banner-inner-page.innerhead-scrolled .page-wrapper {
    min-height: inherit !important;
}
.banner-inner-page.innerhead-scrolled {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 2;
    min-height: inherit !important;
}
.space-on-scroll.active {
  /*margin-top: 370px !important;*/
  margin-top: 352px !important;
}
.pro-overview-row .about-row-wrapper,
.pro-application-row .about-row-wrapper,
.pro-feature-row .about-row-wrapper{
  padding:0;
}
div[id*="anchor-"] {
/*#anchor-silicon, #anchor-edge, #anchor-data-management {*/
    margin-top: -203px !important;
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 1;
    visibility:hidden;
    opacity:0;
}

@media screen and (min-width: 1600px){
.techno-sidebar.sidebar-scrolled {
  top: 95px;
}
.pro-overview-row .about-row-wrapper,
.pro-application-row .about-row-wrapper,
.pro-feature-row .about-row-wrapper{
  max-width: 1217px;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  padding:0 0 0 104px;
}
.small-inner-head .techno-sidebar {
    top: 145px;
  	z-index: 2;
}

}

@media screen and (max-width: 1599px){
  .techno-sidebar.product-sidebar {
    overflow-x: scroll;
    max-width: 100vw;
    display: block;
    padding: 0 10px 25px !important;
  }
  .techno-sidebar.product-sidebar > div.hs_cos_wrapper_type_module{
    white-space: nowrap;
  }
  .techno-sidebar.product-sidebar:after{
        content: 'Swipe to see other products';
    display: block;
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 0;
    text-align: center;
    pointer-events: none;
    color: lightblue;
    font-size: 11px;
    text-transform: uppercase;
  }
  .techno-sidebar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c82bb+0,2c446b+100 */
    background: rgb(44,130,187); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(44,130,187,1) 0%, rgba(44,68,107,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(44,130,187,1) 0%,rgba(44,68,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(44,130,187,1) 0%,rgba(44,68,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c82bb', endColorstr='#2c446b',GradientType=1 ); /* IE6-9 */
    top:inherit;
    bottom:0;
    max-width:100%;
    width:100% !important;
    padding:0;
    left:0;
    display: none !important;
  }
  .techno-sidebar>span>div.hs_cos_wrapper_widget {
    display: inline-block;
        max-width: 33.33%;
    margin: 0 10px;
  }
  .techno-sidebar a {
    padding:10px 5px;
    margin:0 1px;
    display: inline-block;
  }
  .techno-sidebar h4 {
    font-size: 11px;
    color:#fff;
    line-height: 11px;
  }
  .techno-sidebar:before {
    display:none
  }
  /*.techno-sidebar h4 br {
    display: none;
  }*/
  .technology-page {
    padding-bottom:59px;
  }
  .techno-sidebar .hs_cos_wrapper_widget a path,
  .techno-sidebar .hs_cos_wrapper_widget a polyline,
  .techno-sidebar .hs_cos_wrapper_widget a rect,
  .techno-sidebar .hs_cos_wrapper_widget a circle,
  .techno-sidebar .hs_cos_wrapper_widget a line {
    stroke: #fff !important;
    stroke-width: 2px !important;
    fill: none !important;
  }
  .techno-sidebar .hs_cos_wrapper_widget a:hover path,
  .techno-sidebar .hs_cos_wrapper_widget a:hover polyline,
  .techno-sidebar .hs_cos_wrapper_widget a:hover rect,
  .techno-sidebar .hs_cos_wrapper_widget a:hover circle,
  .techno-sidebar .hs_cos_wrapper_widget a:hover line,  
  .techno-sidebar .hs_cos_wrapper_widget a.active path,
  .techno-sidebar .hs_cos_wrapper_widget a.active polyline,
  .techno-sidebar .hs_cos_wrapper_widget a.active rect,
  .techno-sidebar .hs_cos_wrapper_widget a.active circle,
  .techno-sidebar .hs_cos_wrapper_widget a.active line
  {
    stroke: #90d0ff !important;
    stroke-width: 2px !important;
  }
}

@media screen and (max-width: 991px){
  .all-products .product-header-description br {
    display:none;
  }
  .section-title-h3 h3 {
    font-size: 26px;
    line-height: 28px;
  }
  .all-products .resource-box a {
    font-size: 14px;    
    line-height: 16px;
  }
  .banner-caption-inner-page h1,
  .banner-caption-inner-page h2{
    font-size: 52px;
    line-height: 62px;
  }  
  .banner-inner-page.innerhead-scrolled .banner-caption-inner-page h1,
  .banner-inner-page.innerhead-scrolled .banner-caption-inner-page h2{
    font-size: 40px;
    line-height: 50px;
  }
  .all-products .product-header h2{
    font-size: 30px;
    line-height: 36px;
  }  
  .all-products .resource-box .hs_cos_wrapper_type_inline_text {  
    padding:0 7px;
  }
  .banner-inner-page.innerhead-scrolled .banner-caption-inner-page h1,
  .banner-inner-page.innerhead-scrolled .banner-caption-inner-page h2{
    padding: 10px 0 5px;
  }
  div[id*="anchor-"] {
  /*#anchor-silicon, #anchor-edge, #anchor-data-management {*/
    margin-top: -162px !important;
  }
}
@media screen and (max-width: 767px){
    .section-title-h3 h3 {
        padding-bottom:0;
    }
  	.all-products .product-row .product-left,
  	.all-products .product-row .product-right {
      float: left;
      width: 100%;
  	}
  	.all-products .product-row .product-right {
      margin-top: 0px !important;
    	padding-top: 40px;
  	}
  	.all-products .product-row .product-right.right {
      padding-left:0;
  	}
  	.all-products .product-row .product-right.left {
      padding-right: 0;
  	}
  	.all-products .product-row .product-left.left,
  	.all-products .product-row .product-left,
  	.all-products .product-row .product-left.right{
      padding-right:0;
      padding-left:0;
  	}
    .section-title-h3 h3 {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    .all-products .resource-link {
      margin: 0;
    }
  	.welcometext>span {
      	padding: 80px 0;
  	}
    .banner-caption-inner-page h1,
  	.banner-caption-inner-page h2{
      	font-size: 40px;
    		line-height: 45px;
    }
    .banner-inner-page.innerhead-scrolled {
      position: relative;
    }
    .banner-inner-page.innerhead-scrolled .banner-caption-inner-page h1,
  	.banner-inner-page.innerhead-scrolled .banner-caption-inner-page h2{
      	font-size: 30px;
    		line-height: 34px;
    }
    .banner-inner-page,
    .banner-inner-page .page-wrapper {
      min-height: 250px !important;
    }
    .banner-caption-inner-page {
      top: 150px !important;
    }
    .space-on-scroll.active {
      margin-top: 270px !important;
  	}
    div[id*="anchor-"] {
      /*#anchor-silicon, #anchor-edge, #anchor-data-management {*/
      margin-top: -146px !important;
    }
}

@media screen and (max-width: 479px){
  .all-products .resource-box a {
      font-size: 11px;
      line-height: 14px;
  }  
  .techno-sidebar>span>div.hs_cos_wrapper_widget {
    width: auto;
    min-width: 20%;
  }
}
/*==================================================================
								Technology Page ENDS Here
================================================================== */






/*==================================================================
								Blog Listing style starts here
================================================================== */

.blog-listing {
  float: left;
  width: 100%;
  padding: 0;
  margin:0;
	display:block;
}
.blog-page-header {
  	float: left !important;
    width: 100% !important;
  	min-height:255px;
    background:#f5f7fa;
}
.blog-page-header .page-wrapper {
  	min-height:255px;
}
.blog-page-header .banner-caption-inner-page {
  top:127px;
}
.blog-page-header h1 {
  color: #000000;
  font-size:62px;
  line-height: 75px;
}
.blogTopicsWrap {
  float:left;
  padding:0;
  width:100%;
  margin: 0 0 14px;
}
#blogTopics {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #737474;
    border: 1px solid #e1e1e1;
  	background:#fff;
    min-height: 33px;
    width: 170px;
    padding: 0;  	
    vertical-align: top;
}
.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}
#blogTopics .styledSelect{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 28px 0 10px;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 33px;
    background-color: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  	font-family: 'Montserrat-Light', sans-serif;
  	letter-spacing:1px;
}
#blogTopics .styledSelect:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 13px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top:5px solid #9da3aa;
    border-left:5px solid transparent;
  	border-right:5px solid transparent;
    
}
#blogTopics .options{
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 999;
    margin:0;
    padding: 0;
    list-style: none;
    background-color: white;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: rgba(0,0,0,0.2) 0px 3px 3px 1px;
    width: 100%;
    border: 1px solid #e1e1e1;
}

#blogTopics .options li{
    margin: 0 0 0 !important;
    padding: 6px !important;
    clear: both;
    font-size: 14px !important;
    box-sizing: border-box;
    line-height: 23px;
    font-family: 'Montserrat-Light', sans-serif;
    letter-spacing:1px;
    border-bottom: 1px solid #e1e1e1;
}
#blogTopics .options li:hover{
    background-color: #156baa;
    color: #fff;
}
#blogTopics .options li:last-child{
  border-bottom:none;
}
.blog-featured-post {
  background:#fff;
  float: left !important;
  width: 100% !important;
  padding: 0;
  margin:0;
}
.blog-list-dots {
  	float: left !important;
    width: 100% !important;
    padding: 60px 0;
    /*background: url(https://cdn2.hubspot.net/hubfs/4190894/whats-new-bg.png?t=1525241342683);*/
  	background: #f5f7fa;
}
.blog-featured-post .featured-post-image {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    display: block;
}
.blog-featured-post .featured-post-image img{
  	max-width:96%;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.blog-featured-post .item-wrapper {
    float: left;
    width: 50%;
    margin: 0;
    padding: 20px 0;
    display: block;
}
.item-wrapper .featured-latest-blog-date {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #4d4d4e;
    line-height: 16px;
    padding: 0 0 15px 35px;
    font-family: 'Montserrat-Light', sans-serif;
}
.item-wrapper h3{
    float: left;
    width: 100%;
    font-size: 24px;
    padding: 7px 0 7px 35px;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/dots.png?t=1525263634530) no-repeat 0 0;
    margin-bottom: 25px;
    font-family: 'Montserrat-Light', sans-serif;
  	color:#000000
}
.item-wrapper h3 a {
    font-family: 'Montserrat-Light', sans-serif;
		color:#000000
}
.item-wrapper p {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 18px;
    color: #4d4d4e;
    padding: 0 0 15px 35px;
    font-family: 'Montserrat-Light', sans-serif;
    max-width: 400px;
}
.item-wrapper a.readmore {
    float: left;
    width: auto;
    margin-left: 35px;
    display: inline-block;
    font-size: 18px;
    color: #166fb8;
    font-family: 'Montserrat-Regular', sans-serif;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/arrow.png?t=1525263634530) no-repeat 100% center;
    padding-right: 18px;
    -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;
}
.item-wrapper a.readmore:hover {
    padding-right: 22px;
    -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;
}
.item-wrapper .readmore-link {
  	padding:0;
    float: left;
    width: 100%;
    margin: 0;
    display: block;
}
.item-wrapper > div {
    top: 50%;    
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.featured-post-wrap {
  	flex-wrap: wrap;
    display: flex;
}
.featured-post-wrap > div {
	flex: 1;
}
.post-item-wrapper {
    float: left;
    width: calc(100% + 32px);
    padding: 0 0 20px;
    margin-left: -16px;
    margin-right: -16px;
}
.blog-list-section .post-listing {
    float: left;
    width: 100%;
  	margin:0;
  	padding:0;
  	display:block;  
}
.post-listing .post-item {
    float: left;
    width: 33.33%;
  	margin:0;
  	padding:0;
  	display:block;
}
.post-item-box {
    float: left;
    width: 100%;
    padding: 35px 16px;
  	margin:0;
  	display:block;
}
.post-item-box-inner {
    float: left;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 10px 4px rgba(100, 102, 107, 0.2);
  	box-shadow: 4px 4px 10px 4px rgba(100, 102, 107, 0.2);
    -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;
}
.post-item-box-inner:hover {
    -webkit-box-shadow: 4.2px 2.7px 34.4px 5.6px rgba(100, 102, 107, 0.31);
  	box-shadow: 4.2px 2.7px 34.4px 5.6px rgba(100, 102, 107, 0.31);
}
.post-item-img-wrapper {
    float: left;
    width: 100%;
}
.post-item-img-wrapper img {
    float: left;
    width: 100%;
}
.post-item-content {
    float: left;
    width: 100%;
    padding: 45px;
}
.post-item-content h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    padding: 7px 0 7px 35px;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/dots.png?t=1525263634530) no-repeat 0 0;
    margin-bottom: 25px;
    font-family: 'Montserrat-Light', sans-serif;
}
.post-item-content h3 a {
  	font-family: 'Montserrat-Light', sans-serif;
  	color:#000;
}
.post-item-content-wrapper {
    float: left;
    width: 100%;
  	padding: 0;
  	margin: 0;
}
.post-item-date {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #4d4d4e;
    line-height: 16px;
    padding: 0 0 15px 35px;
    font-family: 'Montserrat-Light', sans-serif;
}
.post-item-content p {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 18px;
    color: #4d4d4e;
    padding: 0 0 15px 35px;
    font-family: 'Montserrat-Light', sans-serif;
    
}
.post-item-content a.readmore {
    float: left;
    width: auto;
    margin-left: 35px;
    display: inline-block;
    font-size: 18px;
    color: #166fb8;
    font-family: 'Montserrat-Regular', sans-serif;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/arrow.png?t=1525263634530) no-repeat 100% center;
    padding-right: 18px;
    -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;
}
.post-item-content a.readmore:hover {
    padding-right: 22px;
    -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;
}
.blog-pagination {
    float: left;
    width: 100%;
  	margin:40px 0 10px;
  	padding:0;
  	display:block;  
}
.blog-pagination ul  {
    float: left !important;
    width: 100% !important;
  	margin:0 !important;
  	padding:0 !important;
  	text-align: center !important;
  	font-family: 'Montserrat-Regular', sans-serif !important;
}
.blog-pagination ul > span {
    float: left;
    width: 100%;
  	margin:0;
  	padding:0;
    display: block;
}
.blog-pagination li {
    display: inline-block;
  	vertical-align: middle;
    margin: 0 7px !important;
    padding:0;
    width: auto !important;
    float: none !important;
    position: inherit !important;
    font-size: 14px !important;
}
.blog-pagination li a {
    display: block;
    margin: 0;
    padding:0 10px;
  	color:#000000;
}
.blog-pagination li:before {
  display:none
}
.blog-pagination li.active a {
    color: #166fb8;
}
a.previous-posts-link, a.next-posts-link {
    text-indent: -9999px;
    display: block;    
    height: 10px;
    width: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
a.previous-posts-link {
  border-right: 5px solid #000000;
}
a.next-posts-link {
  border-left: 5px solid #000000;
}
a.previous-posts-link.disable {
  border-right: 5px solid #888888;
}
a.next-posts-link.disable {
  border-left: 5px solid #888888;
}
@media screen and (max-width: 1199px){
    .post-item-content {
        padding: 35px;
    }
}
@media screen and (max-width: 991px){
    .post-item-content {
        padding: 20px;
    }
    .post-item-content h3
  	{
        font-size: 22px;
        padding: 4px 0 7px 35px;
    }
    .post-item-content p,
    .post-item-content a.readmore{
        font-size: 16px;
      	line-height: 22px;
    }  
    .post-item-date {
        font-size: 14px;
    }
    .post-listing .post-item {
    	  width: 50%;
    }
  .item-wrapper a.readmore,
  .item-wrapper p {
  	font-size: 16px;
    line-height: 22px;
  }
  .item-wrapper h3 {
    font-size: 22px;
    padding: 4px 0 7px 35px;
	}
  .item-wrapper .featured-latest-blog-date{
    font-size: 14px;
	}
}
@media screen and (max-width: 767px){
    .post-item-box {
        width: 100%;
		padding-bottom: 0;
    }
    .post-item-box-inner {
        max-width: 310px;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
    .featured-post-wrap > div {
      flex: none;
    }

    .item-wrapper > div {
      top: 0;
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    .blog-pagination li {
      margin: 0 !important;
    }
    a.previous-posts-link, a.next-posts-link {
        padding: 0 !important;
    }
    .blog-pagination li a {
        padding: 0 8px !important;
    }
}

@media screen and (max-width: 599px){
    .post-listing .post-item {
    	  width: 100%;
    }
  #blogTopics {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
  }
  
  .blog-featured-post .item-wrapper,
  .blog-featured-post .featured-post-image {
     width: 100%;
  }
  .blog-featured-post .featured-post-image img {
     max-width: 100%;
  } 
}

/*==================================================================
								Blog Listing style ENDS here
================================================================== */



/*==================================================================
								Blog Post style Starts here
================================================================== */
.blog-post-header {
  background-size:cover;
  background-position:top center;
  position: relative;
  overflow: hidden;
}
.blog-post-header h1 {
  color: #000000;
  font-size:62px;
  font-family: 'Montserrat-ExtraLight', sans-serif;
  line-height: 75px;
}
.blog-post-header .page-wrapper {
  position: relative;
  z-index:3;
}
.blog-post-header:after {
  background:rgba(246, 247, 250, 0.85);
  content:'';
  display:block;
  height:100%;
  top:0;
  right:0;
  position:absolute;  
  width:100%;
  z-index: 0;
}
/*.blog-post-header.innerhead-scrolled h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/
.blog-post-header .banner-caption-inner-page,
.blog-post-header .page-wrapper,
.blog-page-header{
  min-height: inherit !important;
}
.blog-post-header .banner-caption-inner-page {
  top:inherit !important;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 100px 0;
}
.blog-post-header.innerhead-scrolled .banner-caption-inner-page {
  padding: 0;
}

.blog-detail-left {
  display:block;
  float: left;
  width: 67%;
  padding: 100px 0 75px;
  margin:0;
}
.blog-detail-left .post-body h2{
  float:left;
  font-size:40px;
  line-height:45px;
  color:#4d4d4e;
  margin-bottom:15px;
  font-family: 'Montserrat-ExtraLight', sans-serif;
}
.blog-detail-left .post-body h3{
  float:left;
  font-size:35px;
  line-height:40px;
  color:#4d4d4e;
  margin-bottom:15px;
  font-family: 'Montserrat-ExtraLight', sans-serif;
}
.blog-detail-left .post-body h4{
  float:left;
  font-size:30px;
  line-height:35px;
  color:#4d4d4e;
  margin-bottom:10px;
  font-family: 'Montserrat-ExtraLight', sans-serif;
}
.blog-detail-left .post-body h5{
  float:left;
  font-size:25px;
  line-height:30px;
  color:#4d4d4e;
  margin-bottom:10px;
  font-family: 'Montserrat-ExtraLight', sans-serif;
}
.blog-detail-left .post-body h6{
  float:left;
  font-size:22px;
  line-height:28px;
  color:#4d4d4e;
  margin-bottom:10px;
  font-family: 'Montserrat-ExtraLight', sans-serif;
}
.blog-detail-left .post-body p, .blog-section p{
  float:left;
  font-size:18px;
  line-height:27px;
  color:#4d4d4e;
  margin-bottom:40px;
  font-family: 'Montserrat-Regular', sans-serif;
}
.blog-detail-left .post-body ul{
  float:left;
  font-size:18px;
  line-height:27px;
  color:#4d4d4e;
  margin-bottom:40px;
  font-family: 'Montserrat-Regular', sans-serif;
  padding: 0px 0 0 60px;
  list-style: disc;
}
.blog-detail-sidebar {
  display:block;
  float: right;
  width: 24%;
  padding: 0;
  margin:0 0 75px;
}
.related-blog-bg {
  margin:75px 0 0 ;
  padding:0;
  display:block;
  float: left;
  width: 100%;
  /*background: url(https://cdn2.hubspot.net/hubfs/4190894/whats-new-bg.png?t=1525241342683);*/
  background: #f5f7fa;
}
.related-blog {
  margin:0;
  display:block;
  float: left;
  width: 100%;
  padding: 120px 0;
}
.related-blog .section-title-h3 h3 {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  	padding-bottom:56px;
}
.recent-post-wrapper .recent-post-item {
    float: left;
    width: 48%;
  	background:#fff;
  	max-width:555px;
  	flex-wrap: wrap;
    display: flex;
  	border: 1px solid #fff;
}
.recent-post-wrapper .recent-post-item + .recent-post-item {
    float: right;
}
.recent-post-image { 
    width: 43%;
  	overflow: hidden;
}
.recent-post-detail {
    width: 48%;
  	margin-left: 5%;
}
.recent-post-image img {
    max-width: inherit !important;
    height: 144px !important;
    display: block;
}
.recent-post-detail-inner {
  	top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.recent-post-detail-inner h3{
    float: left;
    width: 100%;
    font-size: 24px;
    padding: 7px 0;
    margin-bottom: 16px;
    font-family: 'Montserrat-Light', sans-serif;
  	color:#000000;
}
.recent-post-detail-inner h3 a {
    font-family: 'Montserrat-Light', sans-serif;
		color:#000000
}
.recent-post-detail-inner a.readmore {
    float: left;
    width: auto;
    display: inline-block;
    font-size: 18px;
    color: #166fb8;
    font-family: 'Montserrat-Regular', sans-serif;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/arrow.png?t=1525263634530) no-repeat 100% center;
    padding-right: 18px;
    -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;
}
.recent-post-detail-inner a.readmore:hover {
    padding-right: 22px;
    -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;
}
.recent-post-detail-inner .readmore-link {
  	padding:0;
    float: left;
    width: 100%;
    margin: 0;
    display: block;
}
.recent-post-detail-inner .blog-date {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #4d4d4e;
    line-height: 16px;
    padding: 0;
    font-family: 'Montserrat-Light', sans-serif;
}
.hs-post-detail .hs-author-avatar {
	width:52px;
	border-radius:100%;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
  overflow:hidden;
  top:0;
  left:0;
}
.hs-post-detail .hs-post-date {
  font-size:16px;
  color:#4d4d4e;
  padding: 0 0 5px;
  font-family: 'Montserrat-Light', sans-serif;  
  float:left;
	display:block;
	margin:0;  
	width:100%;
}
.hs-post-detail .author-link {
  font-size:16px;
  color:#4d4d4e;
  padding: 0;
  font-family: 'Montserrat-SemiBold', sans-serif;  
  float:left;
	display:block;
	margin:0;  
	width:100%;  
}
#hubspot-author_data {  
	width:100%;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
.hs-author-avatar img {
  width:52px;
	display:block;
	border-radius:100%;
}
.hs-post-detail {
	width:100%;
	float:left;
	position:relative;
	display:block;
	margin:0 0 32px;
	padding:0 0 0 62px;
  min-height: 52px;
}
.post-author-dots {  
    background: url(https://info.celeno.com/hubfs/dots.png?t=1524058456070) no-repeat 5px 9px;
    padding: 10px 0 10px 40px;
    margin: 0;
    float: left;
    width: 100%;
}
.post-pagination {
	width:100%;
	float:left;
	display:block;
	margin: 110px 0 0;
	padding:0;
}
.post-pagination a {
    float: left;
    width: auto;
    margin: 0;
    padding: 0 0 0 12px;
  	display:block;
  	color:#000;
  	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;  
}
.post-pagination a:hover {
   color:#166fb8;
}
.post-pagination a.disable {
  color:#888888;
  pointer-events: none;
}
.post-pagination a:nth-child(2) {
    float: right;
    padding: 0 12px 0 0;
}
.posts-prev-link:before, .posts-next-link:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;  
    -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;  
}
.posts-prev-link:before{
	border-right: 5px solid #888888;
  left: 0;
}
.posts-next-link:after{
	border-left: 5px solid #888888;
  right: 0;
}
.posts-prev-link:hover::before {
    left: -4px;
  border-right: 5px solid #166fb8;
}
.posts-next-link:hover::after {
    right: -4px;
  border-left: 5px solid #166fb8;
}
.blog-sidebar {
    background-color: rgba(245,247,250,0.70);
    -webkit-box-shadow: 1.7px 1.1px 2.7px 0.3px rgba(100,102,107,0.21);
    box-shadow: 1.7px 1.1px 2.7px 0.3px rgba(100,102,107,0.21);
    max-width: 312px;
    text-align: center;
    padding: 0 46px 55px;
    -moz-transform: translateY(-83px);
    -webkit-transform: translateY(-83px);
    -o-transform: translateY(-83px);
    -ms-transform: translateY(-83px);
    transform: translateY(-83px);
    position: relative;
    z-index: 1;
    display: block;
    float: right;
    width: 100%;
}
.blog-sidebar:before {
    content: '';
    height: 36px;
    width: 100%;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/dots.png?t=1525325601606) no-repeat center;
    display: block;
    margin: 34px 0 48px 0;
}
.blog-sidebar h4 {
    color: #5e5e5f;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0 0 8px;
    padding: 0;
    float: left;
    width: 100%;
}
.blog-post-wrapper.page-wrapper {
  overflow:inherit;
}
.blog-cta {
    display: block;
    float: left;
    width: 100%;
    margin: 39px 0 0;
    padding: 0;
}
.blog-form {
    display: block;
    float: left;
    width: 100%;
    margin: 30px 0 20px;
    padding: 0;
}
.blog-form .hs-form-field label {
    display: none;
}
.blog-social {
    display: block;
    float: left;
    width: 100%;
    margin: 105px 0 0;
    padding: 0;
}
.blog-form .input input {
    border: 1px solid #d7d7d7;
    padding: 7px;
}
.blog-form .hs-button.primary {
		background: #d97d32;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    border: none;
    padding: 7px 25px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    margin: 20px 0 0;
    cursor: pointer; 
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;  
    transition: all .4s ease;
}
.blog-form .hs-button.primary:hover {
    -webkit-box-shadow: 0px 2px 6.9px 0.1px rgba(140, 17, 3, 0.49);
    box-shadow: 0px 2px 6.9px 0.1px rgba(140, 17, 3, 0.49);  	
}
.blog-social ul {
	text-align:center;
    margin:0;
  padding:0;
}
.blog-social ul li {
  display:inline-block;
  margin:0;
  padding:0 5px;    
}
.blog-social ul li a {
  padding:0 2px;
  display:block;
  -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;
  font-size: 22px;
  color:#a3a1a4
}
.blog-social ul li a img{  
    opacity: 0.4;
    -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;
}
.blog-social ul li a:hover img{  
    opacity: 1;
}
.blog-form .hs_error_rollup {
    font-size: 11px;
    color: red;
    margin-top: 8px;
}


@media screen and (max-width: 1199px){
  .blog-detail-sidebar {
    width: 28%;
  }
  .blog-post-header h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .blog-sidebar.sticky {
    right: 15px;
  }
}
@media screen and (max-width: 991px){

  .recent-post-detail-inner a.readmore{
    font-size: 16px;
    line-height: 22px;
  }
  .recent-post-detail-inner h3 {
    font-size: 22px;
    padding: 4px 0 7px 0;
  }
  .recent-post-detail-inner .blog-date{
    font-size: 14px;
  }
  .blog-sidebar {
    padding: 0 20px 30px;
  }
  .blog-detail-sidebar {
    width: 35%;
  }
  .blog-detail-left {
    width: 60%;
  }
  .blog-detail-left .post-body h2{
    font-size:36px;
    line-height:40px;
  }
  .blog-detail-left .post-body h3{
    font-size:30px;
    line-height:35px;
  }
  .blog-detail-left .post-body h4{
    font-size:26px;
    line-height:32px;
  }
  .blog-detail-left .post-body h5{
    font-size:22px;
    line-height:25px;
  }
  .blog-detail-left .post-body h6{
    font-size:18px;
    line-height:20px;
  }
  .blog-detail-left .post-body ul, .blog-detail-left .post-body p, .blog-section p{
    font-size:16px;
    line-height:24px;
    margin-bottom:30px;
  }
  .blog-detail-left .post-body ul{
    padding: 0px 0 0 30px;
  }
  .blog-post-header .banner-caption-inner-page {
    padding-bottom:90px;
  }
  .blog-post-header h1 {
    font-size: 30px;
    line-height: 35px;
  }  
  .blog-sidebar.sticky {
    right: 15px;
    max-width: 252px;
  }
}

@media screen and (max-width: 767px){
  .recent-post-image{
    width: 100%;
  }  
  .recent-post-detail {
    width: 100%;
    margin:0;
  }
  .recent-post-image img {
    max-width: 100% !important; 
    height: inherit !important;
  }
  .recent-post-detail-inner {
    padding: 20px;
  }
  .blog-detail-sidebar,
  .blog-detail-left {
    width: 100%;
  }
  .blog-sidebar {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    float: none;
    margin: 0 auto;
    overflow: hidden;
    position: static !important;
  }
  .blog-post-header h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .blog-post-header .banner-caption-inner-page {
    padding-bottom:30px;
  }
}

@media screen and (max-width: 479px){
  .recent-post-wrapper .recent-post-item {
        width: 100%;
        margin-bottom: 20px;
  }
}

.press-release-post {
  padding:50px 0 !important
}
.press-release-list {
  padding:30px 0 90px !important
}
.press .blog-section .post-item {
    height: inherit;
}
.blog.hs-layout.press .blog-section p {width:100%;}
.white-bg {
background-color:#ffffff;
}
/*==================================================================
								Blog Post style ENDS here
================================================================== */




/*==================================================================
								About page style Starts here
================================================================== */
.section-title-h2 {
    float: left;
    width: 100%;
  	margin:0;
    padding: 0;
  	display:block;
}
.section-title-h2 h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-family: 'Montserrat-Light', sans-serif;
    padding: 0 0 32px;
    margin: 0 auto;
    display: inline-block;
  	overflow:hidden;
    line-height: 36px;
    color: #c94136;
}
.section-title-h2 h2:before {
    content: "";
    width: 35px;
    height: 46px;
    display: inline-block;
    float: left;
    background: url(https://info.celeno.com/hubfs/dots.png?t=1524058456070) no-repeat 0 0;
}
.about-row-wrapper, .our-approach-section, .address-section {
    font-size: 18px;
    color: #4d4d4e;
    line-height: 26px;
    font-family: 'Montserrat-Light', sans-serif;
}
.about-row-wrapper p, .our-approach-section p, .contact-detail p, .address-section p, .contact-form, .iwd-description{  
    float: left;
    width: 100%;
    font-size: 18px;
    color: #4d4d4e;
    line-height: 26px;
    padding: 0 0 36px;
    font-family: 'Montserrat-Light', sans-serif;
}
.about-row-wrapper ul, .our-approach-section ul, .contact-detail ul, .address-section ul{  
    float: left;
    width: 100%;
    font-size: 18px;
    color: #4d4d4e;
    line-height: 26px;
    padding: 0 0 36px 30px;
    font-family: 'Montserrat-Light', sans-serif;
}
.about-row-wrapper p a, .our-approach-section p a, .contact-detail p a, .address-section p
.about-row-wrapper p ul a, .our-approach-section ul a, .contact-detail ul a, .address-section ul a{  
  color: #016aab;
  text-decoration:underline;
  -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;
}
.about-row-wrapper p a:hover, .our-approach-section p a:hover, .contact-detail p a:hover, .address-section p a:hover
.about-row-wrapper p ul a:hover, .our-approach-section ul a:hover, .contact-detail ul a:hover, .address-section ul a:hover{
  text-decoration:none;
}
.about-row-wrapper ul {
    list-style: none !important;
}
.about-row-wrapper ul li {
    position: relative;
    margin-top: 18px;
    float: left;
    width: 100%;
}
.product-overview.list-50 div.hs_cos_wrapper_type_inline_rich_text>ul>li:nth-last-child(2), 
.about-row-wrapper ul li:last-child {
    margin-bottom: 0;
}
.about-row-wrapper ul li:before {
    background: #a61100;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    display: inline-block;
    content: '';
    position: absolute;
    left: -20px;
    top: 11px;
  	max-width: inherit;
    max-height: inherit;
}
.about-row-content {
    float: left;
    width: 100%;
  	margin:0;
    padding: 0 0 0 34px;
  	display:block;
}
.about-row-content h3 {
    font-size: 28px;
  	line-height: 38px;
    color: #c94136;
    font-family: 'Montserrat-ExtraLight', sans-serif;
    float: left;
    width: 100%;
  	margin:0;
    padding: 0 0 34px 0;  
}

.our-approach-section {
    float: left;
    width: 100%;
  	margin:0;
    padding: 60px 0;
  	display:block;  
  background:#f5f7fa;
}
.approach-box-wrapper {
    flex-wrap: wrap;
    display: flex;
  	margin: 0 -15px 40px;
    width: 100%;
}
.approach-box {
    border-bottom: 10px solid #000;
    flex: 1;
    min-width: 385px;
    margin: 15px;
  	background: #fff;
    padding: 40px 42px 20px;  	
    -webkit-box-shadow: 2px 3px 3px rgba(100, 102, 107, 0.2);
  	box-shadow: 2px 3px 3px rgba(100, 102, 107, 0.2);
}
.approach-box h4{
  float: left;
  width: 100%;
  text-align: left;
  font-size: 21px;
  font-family: 'Montserrat-ExtraLight', sans-serif;
  padding: 0 0 35px;
  margin: 0 auto;
  line-height: 36px;
}

.left-spacing-32 {
  padding-left:32px;
}
.approach-box-content{
    float: left;
    width: 100%;
  	margin:0 0 40px;
    padding: 0;
  	display:block;
}

@media screen and (max-width: 991px){
  .section-title-h2 h2 {
    font-size: 26px;
    line-height: 28px;
  }
  }
  @media screen and (max-width: 767px){
    .approach-box {
      padding: 30px; 
      margin: 0 0 30px;
    }
    .approach-box-wrapper {
      margin: 0 0 40px;
    }
    .approach-box:last-child {
      margin: 0;
    }
    .left-spacing-32 {
      padding-left: 0;
    }
    .about-row-content {
      padding: 0;
    }
	}
@media screen and (max-width: 500px){
  .approach-box {
    min-width: inherit;
  }
}

/*==================================================================
								About page style ENDS here
================================================================== */




/*==================================================================
								Contact page style Starts here
================================================================== */

.contact-detail {
  float: left;
  width: 100%;
  margin:0;
  padding: 60px 0;
  display:block;
}
.contact-detail p {
  padding: 0 0 20px;
}
.contact-bg {
  background:url('https://info.celeno.com/hubfs/contact-map-bg.jpg') top center no-repeat;  
  float: left;
  width: 100%;
  margin:0;
  padding: 0;
  display:block;
}
.address-section {
    float: left;
    width: 100%;
  	margin:0;
    padding: 60px 0;
  	display:block;
  background:#f5f7fa;
}
.address-box-wrapper {
    flex-wrap: wrap;
    display: flex;
  	margin: 0 -15px 40px;
    width: 100%;
}
.address-box {
    flex: 1;
    min-width: 440px;
    margin: 15px 15px 24px 15px;
    padding: 0;
}
.address-box:nth-child(3n+0) {
  min-width: 310px;
}
.address-box h4{
  float: left;
  width: 100%;
  text-align: left;
  font-size: 21px;
  font-family: 'Montserrat-ExtraLight', sans-serif;
  padding: 0 0 35px;
  margin: 0 auto;
  line-height: 36px;
}
.address-box h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
  	margin: 0 0 26px;
    padding: 0;
}
.address-content{
    float: left;
    width: 100%;
  	margin:0;
    padding: 0;
  	display:block;
}
.address-section p {
  padding:0;
}
.address-section a {
   color: #4d4d4e;
   display: inline-block;
}
.address-section a:hover {
    text-decoration:underline;
    color: #016aab;
}
.withicon {
    padding-left:33px;
    background-repeat: no-repeat;
    background-position: left 3px;
    min-height: 27px;  
    float: left;
    width: 100%;
}
.email {background-image:url(https://info.celeno.com/hubfs/email.png)}
.address {background-image:url(https://info.celeno.com/hubfs/address.png)}
.fax {background-image:url(https://info.celeno.com/hubfs/fax.png)}
.phone {background-image:url(https://info.celeno.com/hubfs/phone.png)}

.page-wrapper.contact-bg {
    overflow: inherit;
}
.contact-form>div {
    background-color: rgba(245,247,250,0.70);
    -webkit-box-shadow: 1.7px 1.1px 2.7px 0.3px rgba(100,102,107,0.21);
    box-shadow: 1.7px 1.1px 2.7px 0.3px rgba(100,102,107,0.21);
    max-width: 487px;
    padding: 0 74px 55px;
  	margin-top:-83px;
    position: relative;
    z-index: 1;
    display: block;
    float: right;
    width: 100%;
}
.contact-form>div:before {
    content: '';
    height: 36px;
    width: 100%;
    background: url(https://info.celeno.com/hubfs/dots-white.png) no-repeat center;
    display: block;
    margin: 23px 0 48px 0;
}
.contact-form .hs-error-msgs {
    font-size: 12px;
    color: red;
    display: block;
  	line-height: 18px;
    margin-left: 5px;
    margin-right: 5px;
}
.contact-form .hs-form-field {
    margin: 0 0 19px;
    float: left;
    width: 100%;
    padding: 0;
}
.contact-form form.hs-form .hs-form-field>label {
	display: none;
}
.contact-form .submitted-message {
    text-align: center;
}
 
.contact-form form.hs-form .hs-form-field input[type="text"], 
.contact-form form.hs-form .hs-form-field input[type="email"],
.contact-form form.hs-form .hs-form-field input[type="tel"],
.contact-form form.hs-form .hs-form-field textarea,
.contact-form form.hs-form .hs-form-field select,
.page-search input[type="text"]
{
    background: transparent;
    border: none;
    border-bottom: 2px solid #d6d7d7;  
    font-size: 16px;
    color: #4d4d4e;
    padding: 10px 5px;
  	font-family: 'Montserrat-Light';
}
.contact-form form.hs-form .hs-form-field textarea {
    resize:none;
    float: left;
    width: 100%;
}
.contact-form form.hs-form .hs_submit input[type="submit"],
.page-search a.hs-button.primary{
    border: none;
    font-size: 18px;
    background-color: #d97d32;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    padding: 1px 36px 0;
    border-radius: 50px;
    cursor: pointer;
    min-width: 180px;
    -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;
}
.contact-form form.hs-form .hs_submit input[type="submit"]:hover,
.page-search a.hs-button.primary:hover
{
      -webkit-box-shadow: 0px 2px 6.9px 0.1px rgba(217, 125, 50, 0.49);
    box-shadow: 0px 2px 6.9px 0.1px rgba(217, 125, 50, 0.49);
    background: #d97d32;
}
.contact-form .hs-fieldtype-booleancheckbox{
  font-size: 12px;
  position:relative;
  line-height: 18px;
  float: left;
  width: 100%;
}
.contact-form .hs-fieldtype-booleancheckbox ul li span {
  line-height: 18px;
    display: inline-block;
    vertical-align: top;
}
.contact-form .hs_submit {
  text-align:center
}
.contact-form .hs_error_rollup .hs-error-msgs {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
}
.contact-form form.hs-form .hs-form-field input[type="text"]:focus, 
.contact-form form.hs-form .hs-form-field input[type="email"]:focus,
.contact-form form.hs-form .hs-form-field input[type="tel"]:focus,
.contact-form form.hs-form .hs-form-field textarea:focus,
.contact-form form.hs-form .hs-form-field select:focus,
.contact-form form.hs-form .hs_submit input[type="submit"]:focus,
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"]:focus,
.page-search input[type="text"]:focus {
 outline:none
}
.contact-form form.hs-form .hs-form-field input[type="text"].error, 
.contact-form form.hs-form .hs-form-field input[type="email"].error,
.contact-form form.hs-form .hs-form-field input[type="tel"].error,
.contact-form form.hs-form .hs-form-field textarea.error,
.contact-form form.hs-form .hs-form-field select.error {
    border-bottom: 2px solid red;
}


@media screen and (max-width: 1359px){ 
  .address-box:nth-child(3n+0),
  .address-box {
    min-width: 300px
  }
  .contact-detail {
    padding: 60px 15px;
  }
  .contact-form>div {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 991px){  
  .contact-form>div {
    padding: 0 24px 55px;
  }
}
@media screen and (max-width: 767px){  
  .address-box:nth-child(3n+0),
  .address-box {
    min-width: 250px
  }
  .contact-form {
    float: left !important;
    width: 100%!important;
  }
  .contact-form>div {
    padding: 0 54px 55px;    
    float: none;
    margin: 40px auto;
    overflow: hidden;
    width: calc(100% - 30px);
  }
  .contact-detail {
    padding: 0px 15px;
  }
  .contact-form>div:before {
    background: url(https://cdn2.hubspot.net/hubfs/4190894/dots.png) no-repeat center;
  }
  .address-box h5 {
    margin: 0 0 10px;
  }
  .address-section {
    font-size:16px;
  }
  
}
@media screen and (max-width: 599px){
  .address-box {
    min-width: 100%;
  }
  .contact-form>div {
		padding: 0 24px 55px;    
    margin: 40px auto 60px;
  }
}
/*==================================================================
								Contact page style ENDS here
================================================================== */


/*==================================================================
								To overide old style
================================================================== */
.body-container, .custom-header-wrapper, .footer-container {
	padding:0 !important;
  border:none !important;
}
.team-member-detail {
  padding: 0px;
  margin: 0px;
  float: right;
  display: block;
  width: calc(100% - 150px)
}
.team-member-wrapper .team-member-detail .member-description {
  padding-left: 0;
}
.team-member-wrapper h3 {
    margin-bottom: 0;
}
.team-member-wrapper h4 {
  margin-bottom: 20px;
}
.investor-module-wrapper {
  max-width: inherit;
}
.investor-column {
  vertical-align: top;
}
.blog-section .blog-pagination ul li:before {
    display: none;
}
.press-release-post .section.post-header {
  margin-bottom: 40px;
    float: left;
    width: 100%;
    display: block;
    line-height: normal;
}
.hub-db-event table.responsive-table td p {
    padding-bottom: 8px;
}
.about-row-wrapper .about-row-wrapper {
    padding: 0;
}
@media screen and (max-width: 640px){
  .team-member-detail {
    width: 100%;
  }
}
/*==================================================================
								To overide old style END here
================================================================== */





/*==================================================================
										Product Page Starts here
================================================================== */
  .icon-list-main .hs_cos_wrapper_type_module {
    float:left;
    padding: 0;    
    margin: 0;
    display:block;
    width:100%;
  }
  .max-width-1070 {
    max-width:1070px!important;
  }
  .iwd-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }
  .iwd-description, .iwd-icon {
    flex: 1;
    min-height: 75px;    
  }
  .iwd-description>div{
    vertical-align: middle;
    display: table-cell;
  }
  .iwd-icon {
    border-right: 1px solid #c94136;
    max-width: 85px;
    padding: 3px 0 4px 0;
  }
  .iwd-icon img, .iwd-icon svg {
    max-width: 65px;
    height: inherit;
  }
  .current-page {
    color:#c94136
  }
  .section-title-h1 {
      float: left;
      width: 100%;
      margin:0;
      padding: 0;
      display:block;
  }
  .section-title-h1 h1 {
      float: left;
      width: 100%;
      text-align: left;
      font-size: 40px;
      font-family: 'Montserrat-Light', sans-serif;
      padding: 0 0 32px;
      margin: 0 auto;
      display: inline-block;
      overflow:hidden;
      line-height: 36px;
      color: #c94136;
  }
  .section-title-h1 h1:before {
      content: "";
      width: 35px;
      height: 46px;
      display: inline-block;
      float: left;
      background: url(https://info.celeno.com/hubfs/dots.png?t=1524058456070) no-repeat 0 0;
  }

@media screen and (min-width: 480px){
  .iwd-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  
  .iwd-description {
    display: table;
    padding: 0 20px;
  }
}

  @media screen and (max-width: 991px){
    .section-title-h1 h1, .about-row-content h3 {
      font-size: 26px;
      line-height: 28px;
    }
  }
/*==================================================================
										Product Page END here
================================================================== */








/*==================================================================
										Product Detail Page Starts here
================================================================== */

.pro-overview-row {
  background-position:top center;
  background-repeat:no-repeat;
  background-size:cover;
}
.pro-overview-row .about-row-content {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.pro-overview-row .about-row-content>div.pro-left {
	width: calc(100% - 311px);
  float: left;
  margin:0;
  padding:0;
  display:block
}
.pro-overview-row .about-row-content>div.pro-right {
	width: 280px;
  float: right;
  background-color:#ebeff5;
  margin:0;
  padding:0;
  display:block;
  text-align:center;
}
.pro-overview-row .about-row-content>div.pro-right>div,
.pro-overview-row .about-row-content>div.pro-right>img {
  margin-top:95px;
  max-width: 100%;
  height: inherit;
}
.about-row-wrapper {
  float: left;
  width: 100%;
  margin:0;
  padding:85px 0 60px ;
}
.pro-overview-row .about-row-content>div.pro-left>div:nth-child(1) {
    padding-top: 77px;
}
.product-overview {
  float: left;
  margin:0;
  padding:0;
  display:block;   
}
.product-overview > div.hs_cos_wrapper_type_inline_rich_text {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}
.small-inner-head .space-on-scroll.active {
    margin-top: 297px !important;
}
.small-inner-head .techno-sidebar:before {
  margin: 23px 0 10px 0;
}
.techno-sidebar.product-sidebar {
  	text-align: left;
    padding: 0 50px 25px;
}
.techno-sidebar.product-sidebar a {
      font-size: 18px;
      margin: 20px auto 0;
}
.techno-sidebar.product-sidebar a:hover, .techno-sidebar a.current-page, .techno-sidebar a.current-page h4 {
      color:#c94136;
  		font-family: 'Montserrat-Medium';
}
.row-fluid [class*="span"] {
  min-height: inherit;
}
.pro-application-row, .pro-feature-row {
  padding:25px 0 0;
}
/*.product-overview.list-50 div.hs_cos_wrapper_type_inline_rich_text>ul>li {
    float: left;
    width: 46%;
}
.product-overview.list-50 div.hs_cos_wrapper_type_inline_rich_text>ul>li:nth-child(odd) {
    margin-right: 8%;
}*/

.product-overview table {
    max-width: 650px !important;
    width: 100% !important;
  }
.product-overview table td {
    border: 1px solid #ccc;
    padding: 6px 10px;
  	vertical-align: top;
}
.product-overview h4 {
  font-family: 'Montserrat-Medium';
  margin: 20px 6px;
}
.product-overview table tr:nth-child(even) td {
    background: #f1f1f1;
}
.about-row-wrapper ul li ul {
    margin-top: 10px;
    padding-bottom: 0;
}
.show-below-768 {
  display:none !important
}
.product-on-mobile {
  background-color: #ebeff5;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
    margin-bottom: 40px;
  width: 100%;
    float: left !important;
}

@media screen and (max-width: 991px){
  .product-overview table {
    max-width: calc(100vw - 389px) !important;
    width: 100% !important;
    display: block;
    height: auto !important;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    float: left;
    max-width: 100%;
  }
  .table-responsive-main {
    width: 100%;
    float: left;
    position:relative;
  }
  .table-responsive-main:after {
    content: 'Swipe table if full content not visible';
    display: block;
    width: 100%;
    text-align: left;
    color: #016aab;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    pointer-events: none;
  }
}

@media screen and (min-width: 768px){
  .product-overview.list-50 div.hs_cos_wrapper_type_inline_rich_text>ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    vertical-align: text-bottom;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 80px;
  }
}

@media screen and (max-width: 767px){
  .pro-overview-row .about-row-content>div.pro-left,
  .pro-overview-row .about-row-content>div.pro-right{
    width:100%;
    min-height: inherit !important;
  }
  .pro-overview-row .about-row-content>div.pro-right {
    margin-left: -15px !important;
    width: calc(100% + 30px) !important;
    float: left !important;
  }
  .pro-overview-row .about-row-content>div.pro-left>div:last-child {
  	padding-bottom: 0px;
  }
  .pro-overview-row .about-row-content>div.pro-right>div, .pro-overview-row .about-row-content>div.pro-right>img {
        margin-top: 50px;
    	margin-bottom: 50px;
  }
  .product-overview.list-50 div.hs_cos_wrapper_type_inline_rich_text>ul>li {
    width: calc(100% - 36px);    
  }
  .product-overview.list-50 div.hs_cos_wrapper_type_inline_rich_text>ul>li:nth-child(odd) {
    margin-right: 0%;
  } 
  .product-overview.list-50 div.hs_cos_wrapper_type_inline_rich_text>ul>li:nth-last-child(2) {
        margin-bottom: 18px;
  }
  .pro-overview-row .about-row-content>div.pro-left>div:nth-child(1) {
      padding-top: 40px;
  }  
  .show-below-768 {
    display:block !important
  }
  .hide-below-768 {
    display:none !important
  }
  .product-overview table {
    font-size: 15px;
    line-height: 1.4;
    max-width: calc(100vw - 47px) !important;
    white-space: nowrap;
  }
}
  
/*==================================================================
										Product Detail Page END here
================================================================== */





/*==================================================================
										Video page starts here
================================================================== */
.video-link-wrapper>div.row-fluid {  
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.video-link-wrapper .video-item {
  width: 25%;
  text-align: center;
  margin-bottom: 40px;
}
.video-link-wrapper .video-box {
    background: #f6f6f6;
    height: 100%;
    margin: 0 30px;
 	 -webkit-box-shadow: 4px 4px 10px 4px rgba(100, 102, 107, 0.2);
    box-shadow: 4px 4px 10px 4px rgba(100, 102, 107, 0.2);
}
.video-link-wrapper .video-description {
  padding:10px 20px;
  font-size:16px;
  text-align: left;
  float: left;
    width: 100%;
}
.video-link-wrapper .video-description h3 {
  line-height: 22px;
  color:#4d4d4e;
}
.video-link-wrapper .video-description a {
    float: left;
    width: auto;
    display: inline-block;
    font-size: 16px;
    color: #166fb8;
    font-family: 'Montserrat-Regular', sans-serif;
    background: url(https://cdn2.hubspot.net/hubfs/4190894/arrow.png?t=1526029373640) no-repeat 100% center;
    padding-right: 18px;
    -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;
}
.video-link-wrapper .video-description a:hover {
    padding-right: 22px;
    -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;
}
.video-link-wrapper .video-img img {
    width: 100%;
    height: inherit;
}

@media screen and (max-width: 991px){
  .video-link-wrapper .video-item {
    width: 33.33%;
  }  
}
@media screen and (max-width: 767px){
  .video-link-wrapper .video-item {
    width: 50%;
  }  
}
@media screen and (max-width: 479px){
  .video-link-wrapper .video-item {
    width: 100%;
  }  
}

/*==================================================================
										Video Page END here
================================================================== */





/*==================================================================
										Join us page Starts here
================================================================== */
.join-us-accordion-wrap {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}
.join-us-accordion-wrap h3.toggler {
  background-color:#fcfcfc;
  background-position: left 11px;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.join-us-accordion-wrap .acc-content-wrapper .content strong {
    font-family: 'Montserrat-Medium';
}
.join-us-accordion-wrap .acc-content-wrapper .content ul li {
	font-size: inherit;
}


/*==================================================================
										Join us page END here
================================================================== */



/*==================================================================
										In the news Page starts here
================================================================== */

.news-detail {
    padding: 0px;
    margin: 0px;
    float: right;
    display: block;
    width: calc(100% - 220px);
}
@media (max-width: 640px){
  .news-detail {
   	width: 100%; 
    float: left;
  }
  .news-detail p:last-child {
    padding: 0;
  }
}

/*==================================================================
										In the news Page END here
================================================================== */





.page-search input[type="text"] {
  max-width: 500px;
  padding-left: 0;
}
.page-search a.hs-button.primary {
  display:inline-block;
  text-align:center;
}
.page-search label {
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Montserrat-Medium';
  text-transform: uppercase;
}
@media (max-width: 767px){  
  .page-search input[type="text"] {
  	max-width:calc(100% - 125px);
  }
  .page-search a.hs-button.primary {
    	min-width: inherit;
      padding: 1px 20px 0;
  }
}


.hm-grey-strip {
  background-color:#e6e7e8;
  padding:10px 16px;
  color:#231f20;
  font-size:32px;
}
.hm-grey-strip a{
  color: #231f20;
}
.hm-grey-strip a:hover {
    color: #016bab;
}
.hm-grey-strip img {
    vertical-align: middle;
}
/*.hm-grey-strip p span {
  white-space:nowrap;
}*/
.image-only .ark-hero-slider-02-slide {
  min-height: inherit !important;
}
.image-only .slickark-list{
  height: inherit !important;
}
.image-only .slickark-next, .image-only .slickark-prev {
    position: absolute;
    /*bottom: 7.7%;*/
    bottom: 0;
    height: 20px;
    display: block;
    left: 50%;
    top: inherit;
    right: 0;
}
.image-only .slickark-prev {
    margin-left: -14px;
}
.image-only .slickark-next {
    margin-left: 14px;
}
/*.image-only .slickark-prev:before {
    margin-left: -50px;
}*/
.image-only .slickark-slider .slickark-prev:before,
.image-only .slickark-slider .slickark-next:before{
  content: "\f111";
  font-size: 17px;
  opacity: .50;
}
.image-only .slickark-next:focus:before,
.image-only .slickark-next:hover:before,
.image-only .slickark-prev:focus:before,
.image-only .slickark-prev:hover:before {
  opacity: 1;
}
.image-only .ark-hero-slider-02-slide a {
    z-index: 1;
    display: block;
    position: relative;
}

@media (min-width: 992px){
  .image-only .slickark-list{
    margin-top: 55px;
  }
}
@media (min-width: 1600px){
  .hm-grey-strip.ces {
    padding:25px 16px;
  }
  .hm-grey-strip img.ces {
    margin-top: -15px;
  }
}

/*@media (max-width: 1200px){
.image-only .slickark-next, .image-only .slickark-prev {
bottom: 7%;
}
}*/
@media (max-width: 991px){
  .image-only .ark-hero-slider-02-slide {
    padding: 3.750em 0 0!important;
  }
  .hm-grey-strip {    
    font-size:22px;
  }
  .hm-grey-strip img {
    max-width: 70px !important;
  }
  /*.image-only .slickark-next, .image-only .slickark-prev {
  bottom: 6%;      
}*/
}
@media (max-width: 767px){
  /*.image-only .slickark-next, .image-only .slickark-prev {
  bottom: 5%;      
}*/

  .hm-grey-strip img {
    max-width: 60px !important;
  }
  .hm-grey-strip {    
    font-size:18px;
  }
}

sup {
  vertical-align: super;
  font-size: 35%;
  line-height: 1;
}
.slide-item-1 .slide-image img {
  -moz-transform: translateX(3%);
  -webkit-transform: translateX(3%);
  -o-transform: translateX(3%);
  -ms-transform: translateX(3%);
  transform: translateX(3%);
}

.slide-item-1 h1 {
  margin-bottom:34px;
  line-height: 75px;
  font-family: 'Montserrat-Regular';
}
.slide-item-1 .slide-content p {
  font-size: 30px;
}
@media (max-width:1600px){
  .slide-item-1 .slide_para > div > p:last-child{
    display:none;
  }
  .slide-item-1 h1 {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .slide-item-1 h2 {
    font-size: 38px !important;
  }
  .slide-item-1 .slide-content p {
    font-size: 25px !important;
  }  
}
@media (max-width:1240px){
  .slide-item-1 h1 {
    font-size: 46px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .slide-item-1 h2 {
    font-size: 32px !important;
  }
  .slide-item-1 .slide-content p {
    font-size: 20px !important;
  }
}
@media (max-width:1024px){
  .slide-item-1 h1 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .slide-item-1 h2 {
    font-size: 28px !important;
  }
  .slide-item-1 .slide-content p {
    font-size: 19px !important;
  }
}
@media (max-width:991px){
  .slide-item-1 .slide-content {
    max-width:100% !important;
  }
  .slide-item-1 h1 {
    font-size: 36px;
    line-height: normal;
  }
  .slide-item-1 h2 {
    font-size: 26px !important;
  }
  .slide-item-1 .slide-content p {
    font-size: 18px !important;
  }
}



@media (max-width: 1599px){  
  .span12.widget-span.widget-type-widget_container.techno-sidebar{
    padding-bottom: 20px;
  }
  .span12.widget-span.widget-type-widget_container.techno-sidebar:after {
    content: 'Swipe to see other services';
    display: block;
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 0;
    text-align: center;
    pointer-events: none;
    color: lightblue;
    font-size: 11px;
    text-transform: uppercase;
  }
}


/*==================================================================
										Pillar page CSS STARTS here
================================================================== */

.pillar-page .logo {
  /*background: url(https://info.celeno.com/hubfs/celeno-logo-color.svg) no-repeat 100% center;*/
  background:url('https://f.hubspotusercontent40.net/hubfs/4190894/celeno-logo-color-1.svg') no-repeat 100% center;background-size: cover !important;
}
.pillar-page .page-wrapper {
  max-width: 1467px !important;
  padding: 0 25px;
}
.pillar-page .keep-in-touch-form-section {
  display: block;
  float: left;
  width: 100%;
  padding: 65px 0;
  background-color: #036aac;
}
.pillar-page .keep-in-touch-form-section h3 {
  display: block;
  float: left;
  width: 100%;
  font-family: Montserrat-regular, sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  padding-bottom: 75px;
}
.pillar-page .keep-in-touch-form-section form {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pillar-page .keep-in-touch-form-section form>div {
  display: block;
  float: left;
  width: 25%;
  padding: 0 22px 20px;
}
.pillar-page .keep-in-touch-form-section form>div label {
  display: none;
}
.pillar-page .keep-in-touch-form-section form>div input[type="text"], .pillar-page .keep-in-touch-form-section form>div input[type="email"] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #d6d7d7;
  font-size: 16px;
  color: #fff;
  padding: 8px 5px;
}
.pillar-page .keep-in-touch-form-section form>div input[type="text"].error, .pillar-page .keep-in-touch-form-section form>div input[type="email"].error {
  border-bottom: 2px solid #ff0000;
}
.pillar-page .keep-in-touch-form-section form>div input::-webkit-input-placeholder {
  font-size: 16px;
  color: #fff;
  font-family: Montserrat-regular, sans-serif;
  font-weight: 300;
}
.pillar-page .keep-in-touch-form-section form>div.hs_yes_please_contact_me_about_celeno_news_blogs_and_offers {
  display: block;
  float: left;
  width: 100%;
}
.pillar-page .keep-in-touch-form-section form>div.hs_yes_please_contact_me_about_celeno_news_blogs_and_offers label {
  display: flex;
}
.pillar-page .keep-in-touch-form-section form>div.hs_yes_please_contact_me_about_celeno_news_blogs_and_offers input {
  margin: 0 12px 0 0;
}
.pillar-page .keep-in-touch-form-section form>div.hs_yes_please_contact_me_about_celeno_news_blogs_and_offers span {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 0.9px;
  font-weight: 200;
}
.pillar-page .keep-in-touch-form-section form>div.hs_submit {
  display: block;
  float: left;
  width: 100%;
}
.pillar-page .keep-in-touch-form-section form>div.hs_submit input {
  border: none;
  -webkit-appearance: none;
  padding: 13px 26px;
  border-radius: 30.5px;
  background-color: #d97d32;
  font-family: Montserrat-regular, sans-serif;
  font-weight: 600;
  font-size: 18.5px;
  line-height: normal;
  letter-spacing: 1.39px;
  color: #fff;
  text-align: center;
}
@media (max-width:768px){ 
  .pillar-page .first-header-wrap {
    padding: 25px 25px 0;
  }
  .pillar-page .keep-in-touch-form-section {
    padding: 30px 0;
  }
  .pillar-page .keep-in-touch-form-section .page-wrapper {
    padding: 0 25px;
  }
  .pillar-page .keep-in-touch-form-section h3 {
    padding-bottom: 40px;
    font-size: 27px;
  }
  .pillar-page .keep-in-touch-form-section form>div{
   width:50%;  
  }
  .pillar-page .keep-in-touch-form-section form>div.hs_submit input {
    font-size: 16.5px;
  }
}
@media (max-width:500px){ 
  .pillar-page .keep-in-touch-form-section form>div{
   width:100%;
  }
  .pillar-page .keep-in-touch-form-section h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .pillar-page .keep-in-touch-form-section form>div {
    padding: 0 0 20px;
  }
  .pillar-page .keep-in-touch-form-section form>div.hs_submit {
    padding-bottom: 5px;
  }
  .pillar-page .keep-in-touch-form-section form>div.hs_submit input {
    font-size: 13px;
  }
}

/*==================================================================
										Pillar page CSS ENDS here
================================================================== */



.home-latest-blog-img-wrapper {
  overflow: hidden;
  height: 188px;
  position: relative;
}
.home-latest-blog-img-wrapper > span{ 
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 0 10px;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 22px;
  left: 30px;
}
.home-trending-section .home-latest-blog-content h3 {
padding: 0 0 7px 35px;  
}
.home-trending-section .home-latest-blog-content {
  padding:40px 45px 45px;
}

/*=================Start pillar-page-6e Style=================================*/

.pillar-page-6e .page-wrapper {
    max-width: 1269px !important;
    padding: 0 25px;
}
.pillar-page-6e .summary .wifi-history-container, .summary .wifi-history-container .page-wrapper {position: static;margin-bottom:0px;}
.pillar-page-6e #button {
  display: inline-block;
  background-color: #036aac;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.pillar-page-6e #button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.pillar-page-6e #button:hover {
  cursor: pointer;
  background-color: #000;
}
.pillar-page-6e #button:active {
  background-color: #555;
}
.pillar-page-6e #button.show {
  opacity: 1;
  visibility: visible;
}

.scrolled + .body-container-wrapper .page-menu-tab.stickytab {border-bottom: 1px solid #a5a5a5;}
.pillar-page-6e .page-wrapper-left{margin-top:70px;}
.pillar-page-6e p{ word-break: break-word;}
@media(max-width: 1350px) {
  .pillar-page-6e .page-wrapper-left{margin-top:150px;}
}
@media only screen and (min-width: 1350px) and (max-width: 1820px) {
  .pillar-page-6e .page-wrapper{max-width: 100% !important;}
  .pillar-page-6e .page-wrapper>div{max-width: calc(100% - 400px);float: left;}
 .pillar-page-6e .footer-wrapper .footer-menu-links .page-wrapper>div.footer-menu-inner{max-width: 100% !important;float: left;}
  span#hs_cos_wrapper_widget_1587642333974_{max-width: calc(100% - 400px);display: block;}
  }
    
/*================End pillar-page-6e Style==================================*/
.hs-layout.press .blog-section ol {width: 100%;float: left;font-size: 18px;line-height: 27px;color: #4d4d4e;margin-bottom: 40px;font-family: 'Montserrat-Regular', sans-serif;}
.hs-layout.press .blog-section ol li {margin: 0px 0px 15px 20px;list-style: decimal;}

.hs-layout.press .blog-section ul {width: 100%;float: left;font-size: 18px;line-height: 27px;color: #4d4d4e;margin-bottom: 40px;font-family: 'Montserrat-Regular', sans-serif;}
.hs-layout.press .blog-section ul li {margin: 0px 0px 15px 20px;position: relative;font-size: 18px;line-height: 27px;color: #4d4d4e;}


/*==================================================================
										6E Pillar page CSS starts here
================================================================== */

.pillar-page-wrapper{
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden;
    max-width: 940px;
    padding: 0 20px;
}
.ghz-spectrum{
    float:left;
    width:100%;
    background-image:url(https://info.celeno.com/hubfs/The-%206GHz-Spectrum-background.png);
    background-position: center top;
    background-color: #f5f8fa;
    padding: 95px 0 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
.pillar-page p{
  float:left;
  width:100%;
  font-size:18px;
  line-height:28px;
  margin-bottom:20px;
}
.pillar-page h2{
  float:left;
  width:100%;
  font-size:30px;
  line-height:42px;
  margin-bottom:30px;
  text-transform: uppercase;
}
.pillar-page a {
    color: #000;
    text-decoration: underline;
}
.new-normal-section{
  float:left;
  width:100%;
  padding:70px 0 40px;
}
.we-will-now{
    float:left;
    width:100%;
    background-image:url(https://info.celeno.com/hubfs/we-will-now.png);
    background-position:top left;
    background-color:#f5f8fa;
    background-size:cover;
    padding: 100px 0;
    background-repeat:no-repeat; 
}
.we-will-now h2 {
    color: #fff;
    margin-bottom:59px;
}
.we-will-now h3 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    padding-left: 15px;
    border-left: 4px solid #c8513f;
    margin-bottom: 30px;
}
.we-will-now h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #C8513F;
    margin-bottom:20px;
    margin-top: 20px; 
    font-weight: 600;
}
.we-will-now p{
    color: #fff;
}
.value-and-cost-piller{
  background-color:#F5F7FA;
  float:left;
  width:100%;
  padding:85px 0 30px;
}
.tri-band-aps {
    float: left;
    width: 100%;
    position: relative;
}
.tri-band-aps:before {
    content: "";
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    position: absolute;
    background: #F5F7FA;
    z-index: 0;
}
.rich-text-section.tri-bank-box {
    padding: 58px 75px 120px 80px;
  position: relative;
  z-index: 1;
  background:url(https://info.celeno.com/hubfs/tri-bank-box-bg-v1.png) no-repeat left bottom #fff;
  box-shadow: 0 0 4px 0 rgb(238 238 238 / 0.7);
      margin-bottom: 50px;
}
.tri-bank-box .rich-text-wrap ul li:last-child {
    margin-bottom: 0;
}
.tri-bank-box .rich-text-wrap img {
    position: absolute;
    top: 32%;
    right: 0;
    transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.tri-band-aps .pillar-page-wrapper {
    overflow: visible;
}
.celeno-unique-chip{
  margin-bottom:60px;
  max-width:825px;
}
.pillar-page .ud-label {color: #979797;font-size: 24px;display: block;line-height: 1;}
@media (max-width:1180px){ 
  .tri-bank-box .rich-text-wrap img {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      max-width: 200px;
  }
}  

@media (max-width:990px){ 
  .tri-bank-box .rich-text-wrap img {
      position: static;
  }
  .ghz-spectrum,
  .new-normal-section,
  .we-will-now{
      padding: 50px 0;
  }
  .pillar-page h2 {
      font-size: 26px;
      line-height: 36px;
  }
  .value-and-cost-piller {
      padding: 50px 0 0;
  }
  .rich-text-section.tri-bank-box {
      padding: 30px;
  }
  .pillar-page p {
      font-size: 16px;
      line-height: 26px;
  }
  .we-will-now h3 {
      font-size: 22px;
      line-height: 32px;
  }
}
@media (max-width:768px){ 
  .pillar-page h2 {
      font-size: 24px;
      line-height: 34px;
  }
}

/*==================================================================
										6E Pillar page CSS ENDS here
================================================================== */