@import url('https://fonts.googleapis.com/css?family=Droid+Serif:300,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
/* 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;}
@font-face {
    font-family: 'BrandonGrotesque';
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_reg-webfont-5233dd700db974c8b7765fb552862858.eot);
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_reg-webfont.eot?#iefix) format("embedded-opentype"), url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_reg-webfont-5659072acc23d90fa4126b298e124260.woff2) format("woff2"), url(/assets/brandon_reg-webfont-99ebca9a50b0c1626c829928cb3677db.woff) format("woff"), url(/assets/brandon_reg-webfont-40e2c8f1e337714d432b855e46025c8f.ttf) format("truetype"), url(/assets/brandon_reg-webfont.svg#brandon_grotesque_regularRg) format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'BrandonGrotesque';
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_light-webfont-3fc534cdf3a51e023de4d27962afa7b4.eot);
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_light-webfont.eot?#iefix) format("embedded-opentype"), url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_light-webfont-dc0a35f64c090ae949cf85a40b6f0d15.woff2) format("woff2"), url(/assets/brandon_light-webfont-030c6939e15b00b2f3193fa1c029d12c.woff) format("woff"), url(/assets/brandon_light-webfont-11eedfc70ec8d9956bc8520895e100bc.ttf) format("truetype"), url(/assets/brandon_light-webfont.svg#brandon_grotesquelight) format("svg");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'BrandonGrotesque';
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_thin-webfont-e4035c8c984e1e4963059b37f99a5b47.eot);
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_thin-webfont.eot?#iefix) format("embedded-opentype"), url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_thin-webfont-b81909c499450bf6acc2d470703c6707.woff2) format("woff2"), url(/assets/brandon_thin-webfont-9f5fbb5d4c940b3e2393226853c4df3a.woff) format("woff"), url(/assets/brandon_thin-webfont-b5a41d90df8b87369a9679de0e78c7f8.ttf) format("truetype"), url(/assets/brandon_thin-webfont.svg#brandon_grotesquethin) format("svg");
    font-weight: 200;
    font-style: normal
}
@font-face {
    font-family: 'BrandonGrotesque';
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_med-webfont-40e382cafdd3a566ccd04d9748a9d2a3.eot);
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_med-webfont.eot?#iefix) format("embedded-opentype"), url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_med-webfont-19274898a5665a85de437be480f5f279.woff2) format("woff2"), url(/assets/brandon_med-webfont-c5bce79c195721f1e22917a7d34227e6.woff) format("woff"), url(/assets/brandon_med-webfont-742c7aaacf192191902b9726795b3f7d.ttf) format("truetype"), url(/assets/brandon_med-webfont.svg#brandon_grotesquemedium) format("svg");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: 'BrandonGrotesque';
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_bld-webfont-0b6022e35dcbd80004119fab1893dc10.eot);
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_bld-webfont.eot?#iefix) format("embedded-opentype"), url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_bld-webfont-b71a8747974a12693c0dd5d4d1d10d28.woff2) format("woff2"), url(/assets/brandon_bld-webfont-62138e04daa01035fe9b6b4485d54681.woff) format("woff"), url(/assets/brandon_bld-webfont-c8392d15db344ee9e4c3d8d5d7c07817.ttf) format("truetype"), url(/assets/brandon_bld-webfont.svg#brandon_grotesquebold) format("svg");
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'BrandonGrotesque';
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_blk-webfont-6f4acb9f66ff8900d7e9df0c1cc6b2fb.eot);
    src: url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_blk-webfont.eot?#iefix) format("embedded-opentype"), url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/brandon_blk-webfont-dc2d182e78c40639930f87ff24357cec.woff2) format("woff2"), url(/assets/brandon_blk-webfont-3b5232c4d9aecd3bd0967a6f6b86dce9.woff) format("woff"), url(/assets/brandon_blk-webfont-12e6fa99260d9c8aa67368383b3705d5.ttf) format("truetype"), url(/assets/brandon_blk-webfont.svg#brandon_grotesqueblack) format("svg");
    font-weight: 900;
    font-style: normal
}


@font-face {
	font-family: 'Chaparral Pro';
	src: url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Italic.eot');
	src: url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Italic.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Italic.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Italic.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Italic.svg#ChaparralPro-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Chaparral Pro';
	src: url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Bold.eot');
	src: url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Bold.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Bold.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Bold.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Bold.svg#ChaparralPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Chaparral Pro';
	src: url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-BoldIt.eot');
	src: url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-BoldIt.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-BoldIt.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-BoldIt.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-BoldIt.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-BoldIt.svg#ChaparralPro-BoldIt') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Chaparral Pro';
	src: url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Regular.eot');
	src: url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Regular.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Regular.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Regular.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/fonts/ChaparralPro-Regular.svg#ChaparralPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}






/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family: Verdana, Geneva, sans-serif; font-size:16px; line-height:24px; font-weight:300; color:#707288; background:#fff; opacity:0; }
.newbodyClass { opacity:1; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;; }
body, html { overflow-x:hidden; }
img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#32333C;; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-size:86px; line-height:90px; font-weight:bold; margin:0; padding:0; clear:both }
h2 { color:#32333c;; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-size:52px; line-height:60px; font-weight:200; margin:0; padding:0; clear:both }
h3 { color:#32333c;; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-size:40px; line-height:44px; font-weight:400; margin:0; padding:0; clear:both }
h4 { color:#41434D;; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-size:36px; line-height:40px; font-weight:400; margin:0; padding:0; clear:both }
h5 { color:#32333c;; font-family: 'Droid Serif', serif;  font-size:22px; line-height:36px; font-weight:400; color:#000000; margin:0; padding:0; clear:both }
h6 { color:#32333c;; font-family: 'Droid Serif', serif; font-size:18px; line-height:22px; font-weight:bold; color:#000; margin:0; padding:0 0 2px; clear:both }

a { text-decoration:none; outline:none; color:#000000; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#0e5cb1; }

input , button , textarea, select , 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"] { outline:none; color:#76778d !important; background:#fff; border-radius:4px; border:0;  height:40px; padding:0 15px; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:100px; min-width:100%; max-width:100%;  }
input[type=submit] , button { height:60px; border:1px solid #e1e1e1; cursor:pointer; background-image:url(https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/blank.png) !important; padding: 4px 15px 4px 5px; width:100%; max-width: 100%; text-align:center; display:inline-block; text-transform: uppercase; color: #fff;
font-size: 17px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; } 
input[type=submit]:hover , button:hover { background-color:#fff; color:#618eb5; }

select { background:url(https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/dropicon.png) no-repeat center right 15px #fff; -webkit-appearance:none; -moz-appearance:none; appearance:none; -ms-appearance:none \9; -o-appearance:none; }

::-webkit-input-placeholder { color:#000; font-size:18px;opacity:1; }
::-moz-placeholder { color:#000; font-size:18px;opacity:1; }
:-ms-input-placeholder { color:#000; font-size:18px;opacity:1; }
:-moz-placeholder { color:#000; font-size:18px;opacity:1; }


/*MEAN_MENU*/



.bizzabo-all-header .mainmenu.js-enabled div {float: left;}
.bizzabo-all-header .Bizzabo-homepage-most form {display: flex;justify-content: center;float: right;position: relative;top: 20px;}
.bizzabo-all-header span.hs-form-required {display: none;}
.bizzabo-all-header .Bizzabo-homepage-most form input {
    width: 210px;
    padding: 8px;
    border: 1px solid #c4c4c4c4 ;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 16px !important;
    -webkit-padding-after: 8px;
    -webkit-padding-before: 10px;
    -webkit-padding-start: 8px;
    color: #9b9b9b !important;
    font-family: 'BrandonGrotesque', Verdana, sans-serif;
    font-weight: 400;
}
.bizzabo-all-header .hs-form .input {margin: 0;}
.bizzabo-all-header ul.hs-error-msgs.inputs-list {
    position: absolute;
    top: 80%;
}
.bizzabo-all-header ul.inputs-list {
    margin: 0;
    padding: 5px 0;
}
.bizzabo-all-header ul.hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    font-size: 10px;
    color: red;
    text-align: left;
}
.bizzabo-all-header .hs_error_rollup {
    display: none;
}
.bizzabo-all-header .Bizzabo-homepage-most form input.hs-button.primary.large {
    width: auto;
    background: linear-gradient(to right,rgba(59,201,205,1) 0,rgba(51,153,204,1) 100%) !important;
    border: 0;
    padding: 12px;
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    font-size: 12px !important;
    margin-left: 0;
    height: auto;
    -webkit-padding-after: 11px;
    -webkit-padding-before: 12px;   
}
.bizzabo-all-header .top-right {float: left !important;}

.bizzabo-all-header .Bizzabo-homepage-most form input::-moz-placeholder{color:#9b9b9b;}

@media (max-width:767px){.bizzabo-all-header .Bizzabo-homepage-most{display:none !important;} .toplogin a{display:none;} .toplogin{display:none !important;}
    .bizzabo-all-header a.mobile-trigger{top:0;}
    .bizzabo-all-header .mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal{top:60px;}
    .bizzabo-all-header .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal{top:60px;}
    .row-fluid .logo.bizzabo-all-header .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited {
    font-weight: bold;
    font-size: 16px !important;
    line-height: 20px;
    padding: 19px 8px 15px 50px !important;
}
}

@media (max-width:1200px){.bizzabo-all-header .Bizzabo-homepage-most form{top:12px !important;}}
@media (max-width:992px){.bizzabo-all-header .Bizzabo-homepage-most form input{width:150px;padding:8px;font-size:12px !important;height:auto;line-height:0;}.Bizzabo-homepage-most form input.hs-button.primary.large{padding:8px;font-size:12px !important;border: 1px solid rgba(59,201,205,1);line-height: 6px;-webkit-padding-after: 10px;-webkit-padding-before: 11px;}
        .bizzabo-all-header .toplogin a{position:absolute; right:10px;} 
        .bizzabo-all-header .Bizzabo-homepage-most form{top:16px !important;}
        .bizzabo-all-header .Bizzabo-homepage-most form input::-moz-placeholder {font-size: 12px !important;color: #9b9b9b !important;}
        /*.bizzabo-all-header .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited{font-size: 10px;padding:18px 8px;}*/
        .bizzabo-all-header .Bizzabo-homepage-most form input::-webkit-input-placeholder {font-size: 12px !important;color: #9b9b9b !important;}
        /*.bizzabo-all-header .row-fluid .logo{padding-top:4px;}
        .bizzabo-all-header .row-fluid .toplogin a, .row-fluid .topdemo-cta a{padding:12px 6px;}*/
        .bizzabo-all-header .Bizzabo-homepage-most form input.hs-button.primary.large{-webkit-padding-after: 14px;-webkit-padding-before: 15px;}
        
}
.bizzabo-all-header .Bizzabo-homepage-most form input::-webkit-input-placeholder {
    color: #9b9b9b;
    font-size: 16px;
    opacity: 1;
}



/*MEAN_MENU*/


ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#fff; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.footer-container-wrapper [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }
.row-fluid .header.bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }

/* Color Option */
.row-fluid .subtext { color:#5d5e75; }

/* Padding Option */
.row-fluid .padtb10 { padding:10px 0; }
.row-fluid .padtb20 { padding:20px 0; }
.row-fluid .padtb30 { padding:30px 0; }
.row-fluid .padtb40 { padding:40px 0; }
.row-fluid .padtb50 { padding:50px 0; }
.row-fluid .padtb60 { padding:60px 0; }
.row-fluid .padtb70 { padding:70px 0; }
.row-fluid .padtb80 { padding:80px 0; }
.row-fluid .padtb90 { padding:90px 0; }
.row-fluid .padtb100 { padding:100px 0; }

.row-fluid .paddt10 { padding-top:10px; }
.row-fluid .paddt20 { padding-top:20px; }
.row-fluid .paddt30 { padding-top:30px; }
.row-fluid .paddt40 { padding-top:40px; }
.row-fluid .paddt50 { padding-top:50px; }
.row-fluid .paddt70 { padding-top:70px; }
.row-fluid .paddt70 { padding-top:70px; }

.row-fluid .padding-bottom0 { padding-bottom:0 !important; }
.row-fluid .paddb10 { padding-bottom:10px; }
.row-fluid .paddb20 { padding-bottom:20px; }
.row-fluid .paddb30 { padding-bottom:30px; }
.row-fluid .paddb40 { padding-bottom:40px; }
.row-fluid .paddb50 { padding-bottom:50px; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:17px 8px; width:190px; max-width:100%; text-align:center; display:inline-block; position:relative; color:#fff; font-size:16px; font-weight:bold; text-transform:uppercase; border:1px solid #3bc8cd; border-radius:30px 0 0 30px; 
                                                    background: rgb(51,153,204);
                                                    background: -moz-linear-gradient(left,  rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%);
                                                    background: -webkit-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                                    background: linear-gradient(to right,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3bc9cd',GradientType=1 ); }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background: rgb(59,201,205);
                                                                background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
                                                                background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }

.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { border-radius:0 30px 30px 0; display:inline-block;
                                                    background: rgb(51,153,204);
                                                    background: -moz-linear-gradient(left,  rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%);
                                                    background: -webkit-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                                    background: linear-gradient(to right,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3bc9cd',GradientType=1 ); }

.row-fluid .btn-style2 a span, .row-fluid a.btn-style2 span { font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:10px 8px; color:#3399cc; font-size:16px; font-weight:bold; text-transform:uppercase; background:#f5f5f7; width:190px; max-width:100%; text-align:center; display:inline-block; position:relative; border:1px solid #3bc8cd; border-radius:0 30px 30px 0;  }

.row-fluid .btn-style2 a span:hover, .row-fluid a.btn-style2 span:hover { color:#fff; background: rgb(59,201,205);
                                                                background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
                                                                background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }

.row-fluid .btn-style3 a, .row-fluid a.btn-style3, .row-fluid .event-textbox span { font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:18px 8px; width:156px; max-width:100%; text-align:center; display:inline-block; position:relative; color:#fff; font-size:16px; font-weight:bold; text-transform:uppercase; border-radius:30px; 
                                                    background: rgb(51,153,204);
                                                    background: -moz-linear-gradient(left,  rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%);
                                                    background: -webkit-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                                    background: linear-gradient(to right,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3bc9cd',GradientType=1 ); }
.row-fluid .btn-style3 a:hover, .row-fluid a.btn-style3:hover, .row-fluid .event-textbox span:hover { background: rgb(59,201,205);
                                                                background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
                                                                background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }

.row-fluid .btn-style4 a, .row-fluid a.btn-style4, a.learn-btn { font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:17px 8px; width:180px; max-width:100%; text-align:center; display:inline-block; position:relative; color:#fff; font-size:16px; font-weight:bold; text-transform:uppercase; border:1px solid #3bc8cd; border-radius:0 30px 30px 0; 
                                                    background: rgb(51,153,204);
                                                    background: -moz-linear-gradient(left,  rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%);
                                                    background: -webkit-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                                    background: linear-gradient(to right,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3bc9cd',GradientType=1 ); }
.row-fluid .btn-style4 a:hover, .row-fluid a.btn-style4:hover, a.learn-btn:hover { /*border-radius:30px 0px 30px 0px;*/ background: rgb(59,201,205);
                                                                background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
                                                                background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }

.row-fluid .btn-style5 a, .row-fluid a.btn-style5 { font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:18px 8px; width:250px; max-width:100%; text-align:center; display:inline-block; position:relative; color:#fff; font-size:16px; font-weight:bold; text-transform:uppercase; border-radius:0 30px 30px 0; 
                                                    background: rgb(34,25,99);
                                                    background: -moz-linear-gradient(left,  rgba(34,25,99,1) 0%, rgba(206,40,93,1) 100%);
                                                    background: -webkit-linear-gradient(left,  rgba(34,25,99,1) 0%,rgba(206,40,93,1) 100%);
                                                    background: linear-gradient(to right,  rgba(34,25,99,1) 0%,rgba(206,40,93,1) 100%);
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221963', endColorstr='#ce285d',GradientType=1 ); }                                                                

.row-fluid .btn-style5 a:hover, .row-fluid a.btn-style5:hover { background: rgb(65,193,195);
                                                    background: -moz-linear-gradient(left,  rgba(65,193,195,1) 0%, rgba(86,91,159,1) 100%);
                                                    background: -webkit-linear-gradient(left,  rgba(65,193,195,1) 0%,rgba(86,91,159,1) 100%);
                                                    background: linear-gradient(to right,  rgba(65,193,195,1) 0%,rgba(86,91,159,1) 100%);
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c1c3', endColorstr='#565b9f',GradientType=1 ); }

.row-fluid .btn-style6 a, .row-fluid a.btn-style6 { font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:18px 8px; width:250px; max-width:100%; text-align:center; display:inline-block; position:relative; color:#fff; font-size:16px; font-weight:bold; text-transform:uppercase; border-radius:0 30px 30px 0; 
                                                    background: rgb(65,193,195);
                                                    background: -moz-linear-gradient(left,  rgba(65,193,195,1) 0%, rgba(86,91,159,1) 100%);
                                                    background: -webkit-linear-gradient(left,  rgba(65,193,195,1) 0%,rgba(86,91,159,1) 100%);
                                                    background: linear-gradient(to right,  rgba(65,193,195,1) 0%,rgba(86,91,159,1) 100%);
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c1c3', endColorstr='#565b9f',GradientType=1 ); }                                                                

.row-fluid .btn-style6 a:hover, .row-fluid a.btn-style6:hover { background: rgb(34,25,99);
                                                    background: -moz-linear-gradient(left,  rgba(34,25,99,1) 0%, rgba(206,40,93,1) 100%);
                                                    background: -webkit-linear-gradient(left,  rgba(34,25,99,1) 0%,rgba(206,40,93,1) 100%);
                                                    background: linear-gradient(to right,  rgba(34,25,99,1) 0%,rgba(206,40,93,1) 100%);
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221963', endColorstr='#ce285d',GradientType=1 ); }



.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#0e5cb1; }
.animatedParent { overflow:hidden; }

.row-fluid .wrapper { margin:0 auto !important; width:1170px; padding:0; float:none !important; } 

/* Page Wise CSS Start */
/* ======== Homepage ========== */
.row-fluid .top { float:left; width:100%; background:#fff; position:fixed; top:0; left:0; z-index:1; box-shadow:0px 1px 5px rgba(0,0,0,0.2); }
.row-fluid .logo { padding:22px 20px 0; float:left; display:inline-block; vertical-align:middle; }
.row-fluid .mainmenu { float:left; display:inline-block; vertical-align:middle; text-align:center; }
/*.row-fluid .top-right { width:auto; margin:0; float:right; }*/
/*.row-fluid .toplogin, .row-fluid .topdemo-cta { float:left; margin:0; text-align:right; width:auto; }*/     
.row-fluid .topdemo-cta a { padding:31px 30px; display:inline-block; text-align:center; color:#fff; font-size:14px; text-transform:uppercase; font-weight:bold; font-family: 'BrandonGrotesque', Verdana, sans-serif;
                            background: rgb(59,201,205);
                            background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
                            background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                            background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }
.row-fluid .topdemo-cta a:hover { background: rgb(51,153,204);
                                  background: -moz-linear-gradient(left,  rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%);
                                  background: -webkit-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                  background: linear-gradient(to right,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
                                  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3bc9cd',GradientType=1 ); }

.row-fluid .toplogin a  { padding:31px 30px; display:inline-block; text-align:center;  color: #9b9b9b; font-size:14px; text-transform:uppercase; font-weight:bold; font-family: 'BrandonGrotesque', Verdana, sans-serif; background:transparent; }                           
.row-fluid .toplogin a:hover { background: rgb(59,201,205);
                            background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
                            background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                            background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); color:#fff; }


.row-fluid .mainmenu ul { float:right; padding:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-family:'BrandonGrotesque', Verdana, sans-serif; font-weight:bold; position:relative; padding:29px 20px; font-size:14px; line-height:28px; color:#32333c; text-transform:uppercase; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#3598cb }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a:link {

}

.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; position:absolute; color:#000; content:"\f107"; display:inline-block; vertical-align:middle; font-family:"fontawesome"; top:29px; right:5px; transition:all ease .4s; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal >ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover a:after { color:#3598cb; }

.row-fluid .menudemo-stripbox { z-index:-2;color:#fff; font-weight:300; padding:20px 0; float:left; width:100%; margin:0; font-size:16px;  margin-top:15px;
                                background: rgb(240,110,127);
                                background: -moz-linear-gradient(left,  rgba(240,110,127,1) 0%, rgba(255,176,59,1) 100%);
                                background: -webkit-linear-gradient(left,  rgba(240,110,127,1) 0%,rgba(255,176,59,1) 100%);
                                background: linear-gradient(to right,  rgba(240,110,127,1) 0%,rgba(255,176,59,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06e7f', endColorstr='#ffb03b',GradientType=1 ); }  
.row-fluid .menudemo-stripbox a { color:#fff; font-weight:bold; padding:0 !important; }
.row-fluid .menudemo-stripbox a:after { content:"" !important; }
.row-fluid .menudemo-stripbox a:hover { color:#3598cb; }

.row-fluid .white-back {/* position:relative;*/ background-color:#fff; z-index:2; }

/* Hero Section */
/* .homebody .top { position:relative; } */
.icpmarketing  .body-container {margin-top:130px;}
.row-fluid .header { position:relative; padding:0;
                    background: rgb(219,219,228);
                    background: -moz-linear-gradient(top,  rgba(219,219,228,1) 0%, rgba(218,218,228,1) 1%, rgba(224,223,230,1) 5%, rgba(231,231,236,1) 16%, rgba(230,230,235,1) 18%, rgba(255,255,255,1) 100%);
                    background: -webkit-linear-gradient(top,  rgba(219,219,228,1) 0%,rgba(218,218,228,1) 1%,rgba(224,223,230,1) 5%,rgba(231,231,236,1) 16%,rgba(230,230,235,1) 18%,rgba(255,255,255,1) 100%);
                    background: linear-gradient(to bottom,  rgba(219,219,228,1) 0%,rgba(218,218,228,1) 1%,rgba(224,223,230,1) 5%,rgba(231,231,236,1) 16%,rgba(230,230,235,1) 18%,rgba(255,255,255,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbe4', endColorstr='#ffffff',GradientType=0 ); }

.row-fluid .videobg-header:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); } 
.row-fluid .header-textbox { position:relative; font-size:24px; padding:158px 0 50px; text-shadow:1px 2px 2px rgba(0,0,0,0.5); }
.row-fluid .header-ctabox { padding:50px 0 45px; text-shadow:none; }  
.row-fluid .header-cta1, .row-fluid .header-cta2 { float:none; width:auto; display:inline-block; vertical-align:middle; margin:0;  }
.row-fluid .header-cta1 { padding-right:10px; }
.row-fluid .header-textbox h4, .row-fluid .header-textbox h1 { text-shadow:1px 2px 2px rgba(0,0,0,0.5); }

.row-fluid .home-header .header-textbox { padding:0 20px; float:left; width:100%; position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);; }

.row-fluid .home-videosec { position:fixed; z-index:-1; top:0; height:100%; }

.row-fluid .video-popup { position:absolute; visibility:hidden; opacity:0; z-index:-1; }
.row-fluid .header-cta2 a { position:relative; }
.row-fluid .header-cta2 a:before { position:absolute; content:""; left:15px; height:20px; width:20px; top:14px; background:url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/pla.png) no-repeat; z-index:2; }

.row-fluid .event-section { padding:60px 0;  
                            background: rgb(255,255,255);
                            background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
                            background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
                            background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }

.row-fluid .event-section h3 { line-height:42px; }
.row-fluid .event-section .btn-style4 a { margin-top:10px; }
.row-fluid .event-left { padding:50px 70px 0 0; }

.row-fluid .company-logosec { padding:50px 0; }
.row-fluid .company-logosec h4 { font-size:24px; line-height:30px; font-weight:bold; }

.row-fluid .companylogo-box { padding-top:45px; text-align:center; }
.row-fluid .companylogo-box .companylogo { margin:0; display:inline-block; float:none; margin-left:-3px; margin-right:-3px; }
.row-fluid .companylogo { min-height:160px; position:relative; }
.row-fluid .companylogo img { max-height:100px; position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; width:auto !important; max-width:none; }
.row-fluid .companylogobottom img { max-width:200px; }

.row-fluid .acrossevent-section { padding:100px 0 65px; }
.row-fluid .acrossevent-raw { text-align:center; padding-top:35px; }
.row-fluid .acrossevent-raw > span > div { float:none; display:inline-block; vertical-align:top; width:25%; margin:0 -4px; padding:0 40px; }

.row-fluid .robotevent-section { float:left; width:100%; }
.row-fluid .event-imgbox { float:left; width:100%; }
.row-fluid .event-textbox { float:left; width:100%; }
.row-fluid .event-textbox h4 { font-size:24px; text-transform:uppercase; font-weight:bold; padding:30px 0 10px; line-height:27px; }
.row-fluid .robotevent-section:hover .event-imgbox {   animation: bounce_7203 3.6s ease infinite;  transform-origin: 50% 50%; }

.row-fluid .twocolumn-section {}
.row-fluid .twocolumn-imgbox, .row-fluid .twocolumn-contentbox { float:none; display:inline-block; vertical-align:middle; margin:0 -3px; width:50%; }
.row-fluid .twocolumn-imgbox img { float:right; }
.row-fluid .right-padding { padding-right:50px;padding-top:5.5em; vertical-align:top; }
.row-fluid .left-padding { padding-left:50px; }
.row-fluid .twocolumn-lefttext, .row-fluid .twocolumn-righttext { padding:10px 0; }
.row-fluid .twocolumn-contentbox .btn-style4 a { margin-top:15px; }

.row-fluid .brandsec { padding:50px 0 30px; }
.row-fluid .revenuesec { padding:100px 0 40px; }
.row-fluid .attendeesec { padding:40px 0 0; }
.row-fluid .improveevent-sec { padding:40px 0; }

.row-fluid .testimonial-section { padding:40px 0; position:relative; background-size:inherit; }
.row-fluid .testimonial-section:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); }

.row-fluid .testimonial-slidersec { position:relative; float:left; width:100%; }
.row-fluid .testimonial-logo { float:none; width:100%; max-width:250px; display:inline-block; }
.row-fluid .testimonial-detailsbox { float:left; width:100%; font-size:24px; color:#fff; font-family: 'Chaparral Pro'; line-height:38px; padding:30px 80px; }
.row-fluid .testimonial-clientname { float:left; width:100%; }
.row-fluid .testimonial-clientimgbox { float:left; width:100%; padding-bottom:10px; }
.row-fluid .testimonial-clientimg img { float:none; display:inline-block; height:40px; width:40px; border-radius:50%; }
.row-fluid .testimonial-clientname h4 { font-size:18px; line-height:24px; }
.row-fluid .testimonial-clientname p { padding:0; }

.row-fluid .twocolumn-ctasec { padding:0; 
                                /*background: rgb(255,255,255);
                                background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(212,212,225,1) 100%);
                                background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(212,212,225,1) 100%);
                                background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(212,212,225,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4e1',GradientType=1 );*/ }

.row-fluid .two-ctainnerBox { padding-top:20px; }
.row-fluid .twocolumn-leftcta { float:left; width:50%; margin:0; color:#63637a; padding-right:20px;  }
.row-fluid .twocolumn-rightcta { float:left; width:50%; margin:0; padding-left:30px; }
.row-fluid .ctacontent, .row-fluid .ctaimage { float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .ctacontent { padding-right:30px; }
.row-fluid .ctacontent h3 { font-size:24px; line-height:30px; }
.row-fluid .ctacontent a { margin-top:12px; }

.row-fluid .testimonialvideo-sec { padding:80px 0 100px; font-family: 'Chaparral Pro'; font-size:24px; line-height:30px; font-style:italic; }
.row-fluid .testimonialvideo-sec em { text-transform:uppercase; font-style:normal; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
.row-fluid .testimonialvideo-sec label { font-weight:400; }  
.row-fluid .testimonialvideo-sec strong { text-transform:uppercase; font-weight:200; font-style:normal; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-size:16px; }

.row-fluid .ctastrip-section { padding:73px 0; text-align:center; }
.row-fluid .ctastrip-section a { padding:18px 10px; display:inline-block; width:320px; max-width:100%; text-transform:uppercase; color:#32333c; font-size:16px; border-radius:30px; background:#fff; font-weight:bold; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
.row-fluid .ctastrip-section a:hover { color:#fff; /*border-radius:30px 0 30px 0;*/
                                    background: #3bc9cd;
                                    background: -moz-linear-gradient(left,rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                    background: -webkit-linear-gradient(left,rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                    background: linear-gradient(to right,rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bc9cd',endColorstr='#3399cc',GradientType=1); }

/* Customer Page */
.row-fluid .innerheader-textbox { padding:110px 0 50px; }
.row-fluid .innerheader-textbox h4 { font-size:30px; line-height:40px; color:#32333c; }
.row-fluid .innerheader-textbox h3 { font-size:56px; line-height:60px; }

.row-fluid .universe-raw { padding:160px 0 0;  }
.row-fluid .universe-raw > span > div { float:none; width:28%; display:inline-block; vertical-align:top; margin:0 -4px; position:relative; text-align:left;  }
.row-fluid .customer-testimonialbox { float:left; padding:15px 20px 25px 30px; background:url("//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/testi-bg.png") no-repeat; background-size:100% 100%; }
.row-fluid .customer-testimonialdetails { float:left; font-size:14px; line-height:20px; }
.row-fluid .customer-testimonialdetails h4 { font-size:18px; line-height:22px; font-weight:400; color:#707288; }
.row-fluid .customer-testimonialdetails h4 span { font-weight:bold; color:#32333c; }
.row-fluid .customer-testimonialimgbox { float:left; position:absolute; top:15px; left:-18px; }
.row-fluid .customer-testimonialimg { height:36px; width:36px; }

.row-fluid .universe-raw > span > div:nth-child(2) .customer-testimonialbox { position:relative; margin-top:95px; left:-20px; }
.row-fluid .universe-raw > span > div:last-child .customer-testimonialbox { position:relative; margin-top:-70px; left:-50%; }

.row-fluid .teamtext-section { padding:40px 0; color:#707288; font-size:20px; line-height:28px; font-weight:400; }
.row-fluid .teamtextbox { padding:0 50px; }

.row-fluid .family-section { padding:40px 0 90px; }
.row-fluid .family-title { padding-left:145px; }
.row-fluid .family-title h3 { line-height:42px; }
.row-fluid .family-imgbox { min-height:400px; margin:0; width:50%; }
.row-fluid .family-leftbox { width:50%; position:relative; }
/*.row-fluid .family-leftbox:before { position:absolute; content:""; height:38px; width:100%; left:0; top:0; background:#fff; }*/
.row-fluid .family-imgbox3 { position:relative; }
/*.row-fluid .family-imgbox3:after { position:absolute; content:""; height:38px; width:100%; right:-88px; bottom:0; background:#fff; }*/

.row-fluid .service-ratingsec { text-align:center; }
.row-fluid .service-ratingleft, .row-fluid .service-ratingright { float:none; display:inline-block; vertical-align:middle; width:auto; }
.row-fluid .service-ratingleft { max-width:400px; }
.row-fluid .service-ratingright { font-family: 'Droid Serif', serif; font-size:30px; line-height:34px; font-style:italic; padding-bottom:30px; }
.row-fluid .service-ratingright h1 { font-family: 'Droid Serif', serif; color:#fff; font-size:200px; line-height:220px; font-style:italic; }
.row-fluid .service-ratingright h1 span { font-size:40px; line-height:40px; }

.row-fluid .customer-eventsec { padding:54px 0; position:relative; }
.row-fluid .customer-eventsec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(255,255,255,0.9); }
.row-fluid .customer-eventsec > div { position:relative; }
.row-fluid .customer-serviceraw { padding-top:55px; text-align:center; }

.row-fluid .customer-serviceraw > span > div { float:none; display:inline-block; width:50%; padding:0 10px; margin:0 -4px 70px; vertical-align:top;  }
.row-fluid .customer-serviceboxes { float:left; width:100%; padding:1px; position:relative; box-shadow:0px -10px 20px 0px rgba(44,152,206,0.2);
                                    background: rgb(44,152,206);
                                    background: -moz-linear-gradient(top,  rgba(44,152,206,1) 0%, rgba(166,102,169,1) 100%);
                                    background: -webkit-linear-gradient(top,  rgba(44,152,206,1) 0%,rgba(166,102,169,1) 100%);
                                    background: linear-gradient(to bottom,  rgba(44,152,206,1) 0%,rgba(166,102,169,1) 100%);
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c98ce', endColorstr='#a666a9',GradientType=0 ); }

.row-fluid .customer-servicebox { float:left; width:100%; background:#fff; height:100%; }
.row-fluid .customerservice-leftbox { float:left; width:30%; border-right:1px solid #f2f5fa; }
.row-fluid .customerservice-imgbox { height:240px; background-size:cover !important; background-position:center center !important; }
.row-fluid .customerservice-logobox { min-height:80px; position:relative; } 
.row-fluid .customerservice-logobox img { position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; max-width:110px; }

.row-fluid .customerservice-rightbox { float:left; width:70%; padding:40px 26px 20px 40px; text-align:left; font-size:20px; line-height:25px; font-style:italic; color:#76778d; font-family: 'Chaparral Pro'; }
.row-fluid .customerservice-rightbox h4 { font-size:24px; line-height:28px; font-weight:bold; text-transform:uppercase; font-style:normal; padding-bottom:15px; }
.row-fluid .customerservice-rightbox a.btn-style3 { width:200px; padding:17px 8px; line-height:26px; font-style:normal; position:absolute; bottom:-24px; right:25px; }

/* Platform Pages */
.row-fluid .platform-hero { position:relative; padding:150px 0 80px;
                            background: rgb(224,225,243);
                            background: -moz-linear-gradient(top,  rgba(224,225,243,1) 0%, rgba(235,236,249,1) 15%, rgba(254,254,254,1) 100%);
                            background: -webkit-linear-gradient(top,  rgba(224,225,243,1) 0%,rgba(235,236,249,1) 15%,rgba(254,254,254,1) 100%);
                            background: linear-gradient(to bottom,  rgba(224,225,243,1) 0%,rgba(235,236,249,1) 15%,rgba(254,254,254,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1f3', endColorstr='#fefefe',GradientType=0 ); }

.row-fluid .platform-lefthero, .row-fluid .platform-righthero { float:none; display:inline-block; vertical-align:middle; margin:0 -3px; width:50%; }
.row-fluid .platform-lefthero { font-size:18px; line-height:24px; color:#707288; font-weight:300; }
.row-fluid .platform-lefthero strong { font-weight:bold; }
strong { font-weight:bold; }
.row-fluid .platform-commenttext { padding-right:150px; }
.row-fluid .platform-lefthero h3 { font-size:56px; line-height:56px; padding-bottom:10px; }
.row-fluid .platform-lefthero h4 { font-size:30px; line-height:34px; }
.row-fluid .platform-righthero { min-height:370px; position:relative; }
.row-fluid .platform-righthero img { max-width:500px; }
                            
.row-fluid .platform-tabsec { padding:50px 0 0; }
.row-fluid .platform-tabsec h3 { font-size:30px; line-height:34px; }
.row-fluid .platform-tabraw { padding-top:0; }

.row-fluid .platform-tabboxes { float:left; width:100%; padding:0; }
.row-fluid .tabs-titlebox { float:left; width:100%; display:none; }
.row-fluid .tab-content { float:left; width:100%; }
.row-fluid .tab-contentleft { float:none; width:40%; display:inline-block; vertical-align:middle; margin:0 -2px; }
.row-fluid .tab-contentleft a.btn-style4 { margin-top:10px; }
.row-fluid .tab-contentleft h4 { font-size:40px; line-height:44px; }
.row-fluid .tab-contentright { float:none; width:60%; display:inline-block; vertical-align:middle; margin:0 -2px; }

.row-fluid .platform-tabbox h4 { font-size:40px; line-height:46px; padding-bottom:30px; color:#32333c; }
.row-fluid .platform-tabbox h4 em { font-weight:400; font-style:normal; }
.row-fluid .platform-tabtitlebox ul.tabs-menu { margin:0; padding:0 0 50px; list-style-type:none; text-align:center; float:left; width:100%;
                                                    background: rgb(199,210,232);
                                                    background: -moz-linear-gradient(top, rgba(199,210,232,1) 50%,rgba(195,205,229,1) 70%,rgba(199,205,228,.9) 80%,rgba(217,218,235,.6) 90%,rgba(239,238,246,.4) 95%,rgba(250,249,251,.1) 100%);
                                                    background: -webkit-linear-gradient(top, rgba(199,210,232,1) 50%,rgba(195,205,229,1) 70%,rgba(199,205,228,.9) 80%,rgba(217,218,235,.6) 90%,rgba(239,238,246,.4) 95%,rgba(250,249,251,.1) 100%);
                                                    background: linear-gradient(to bottom, rgba(199,210,232,1) 50%,rgba(195,205,229,1) 70%,rgba(199,205,228,.9) 80%,rgba(217,218,235,.6) 90%,rgba(239,238,246,.4) 95%,rgba(250,249,251,.1) 100%);
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d2e8', endColorstr='#faf9fb',GradientType=0 ); }

.row-fluid .platform-tabtitlebox ul.tabs-menu li { float:left; width:20%; }
.row-fluid .platform-tabtitlebox ul.tabs-menu li a { vertical-align:top; float:left; width:100%; text-transform:uppercase; padding:18px; background:#fff; border:1px solid #eff7fb; border-right:0; border-bottom:0; font-size:14px; color:#707288; font-weight:bold; }
.row-fluid .platform-tabtitlebox ul.tabs-menu li a:hover { color:#fff;
                                                                background: rgb(199,210,232);
                                                                background: -moz-linear-gradient(top,  rgba(199,210,232,1) 0%, rgba(195,205,229,1) 10%, rgba(199,205,228,1) 29%, rgba(217,218,235,1) 53%, rgba(239,238,246,1) 78%, rgba(250,249,251,1) 100%);
                                                                background: -webkit-linear-gradient(top,  rgba(199,210,232,1) 0%,rgba(195,205,229,1) 10%,rgba(199,205,228,1) 29%,rgba(217,218,235,1) 53%,rgba(239,238,246,1) 78%,rgba(250,249,251,1) 100%);
                                                                background: linear-gradient(to bottom,  rgba(199,210,232,1) 0%,rgba(195,205,229,1) 10%,rgba(199,205,228,1) 29%,rgba(217,218,235,1) 53%,rgba(239,238,246,1) 78%,rgba(250,249,251,1) 100%);
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d2e8', endColorstr='#faf9fb',GradientType=0 );}


.row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul { text-align:center; padding:15px 0 0 !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li { float:none; display:inline-block; width:auto; text-align:left; padding:0 20px; vertical-align:top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a { color:#32333c; font-weight:300; text-transform:uppercase; font-size:14px; white-space:normal !important; position:relative; padding:9px 6px;  }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a:hover { color:#3598cb; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a:before { position:absolute; content:""; left:0; top:15px; height:15px; width:2px; background:#000; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a > span { color:#9293a4; display:block; font-weight:400; text-transform:capitalize; font-size:12px; line-height:14px;  } 

.row-fluid .right-tabimg .tab-contentleft { padding-right:60px; }
.row-fluid .left-tabimg .tab-contentleft { padding-left:80px; }

.row-fluid .tab-content, .row-fluid .plattab-content { display:none; }
/*#tab-1, #plattab-1 { display:block; }*/
.row-fluid .platform-tabtitlebox ul.tabs-menu li.current a { background:transparent; color:#fff; box-shadow:0 8px 0 #fff inset; border-color:transparent; border-top-color:#fff; }

.row-fluid .platform-tab1sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:115px 0; }
.row-fluid .platform-tab1sec .platform-tabraw > span > div:nth-child(3) .platform-tabboxes { padding:215px 0; }
.row-fluid .platform-tab2sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:50px 0 0; }
.row-fluid .platform-tab3sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:50px 0; }
.row-fluid .platform-tab3sec .platform-tabraw > span > div:nth-child(4) .platform-tabboxes { padding:150px 0; }
.row-fluid .platform-tab3sec .platform-tabraw > span > div:nth-child(4) .left-tabimg .tab-contentleft { padding-left:60px; }
.row-fluid .platform-tab4sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:200px 0; }
.row-fluid .platform-tab4sec .platform-tabraw > span > div:nth-child(2) .left-tabimg .tab-contentleft { padding-left:110px; }
.row-fluid .platform-tab4sec .platform-tabraw > span > div:first-child .platform-tabboxes { padding:200px 0; }
.row-fluid .platform-tab4sec .platform-tabraw > span > div:first-child .right-tabimg .tab-contentleft { padding-right:0; }
.row-fluid .platform-tab5sec .platform-tabraw > span > div:first-child .tab-contentleft { width:50%; }
.row-fluid .platform-tab5sec .platform-tabraw > span > div:first-child .tab-contentright { width:50%; }
.row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:100px 0; }
.row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(3) .platform-tabboxes { padding:50px 0; }
.row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(4) .left-tabimg .tab-contentleft { color:#fff; padding-left:0; }
.row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(4) .left-tabimg .tab-contentleft h4 { color:#fff; }
.row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(5) .platform-tabboxes { padding:100px 0; }
.row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(6) .platform-tabboxes { padding:250px 0 200px; }


.row-fluid .platform-twocolumn { padding:220px 0; background-attachment:initial; }
.row-fluid .section-title h3 { font-size:40px; line-height:45px; font-weight:bold; text-transform:uppercase; }
.row-fluid .platform-textbox .btn-style4 a { margin-top:15px; }
.row-fluid .marketing-rightbox { padding-left:150px; }
.row-fluid .registration-sec .platform-textbox { padding-right:50px; }
.row-fluid .platformmain-textbox { padding-right:160px; }
.row-fluid span.mobile-select { display:none; }

/* ICP Page */
.row-fluid .icp-herosec { position:relative; padding:150px 0 250px; background-position:center center; background-size:cover; background-color:transparent; }
.row-fluid .icp-lefthero { font-size:18px; line-height:24px; color:#707288;; }
.row-fluid .icp-lefthero h3 { font-size:56px; line-height:60px; text-transform:uppercase; padding-bottom:10px; }
.row-fluid .icp-lefthero h3 span { display:block; font-weight:bold; }
.row-fluid .icpleftcontent { padding-right:120px; }

.row-fluid .icp-logosec { padding:100px 0;
                            background: rgb(239,239,247);
                            background: -moz-linear-gradient(top,  rgba(239,239,247,1) 0%, rgba(255,255,255,1) 100%);
                            background: -webkit-linear-gradient(top,  rgba(239,239,247,1) 0%,rgba(255,255,255,1) 100%);
                            background: linear-gradient(to bottom,  rgba(239,239,247,1) 0%,rgba(255,255,255,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeff7', endColorstr='#ffffff',GradientType=0 ); }

.row-fluid .icplogo-left { font-size:24px; line-height:31px; font-family: 'Chaparral Pro'; color:#63637a; font-style:italic; }
.row-fluid .icplogo-left .icp-leftimg { padding-bottom:20px; }
.row-fluid .icplogo-left .icp-leftimg img{ max-width:220px;  }
.row-fluid .ethihad-text { padding-right:110px; }
.row-fluid .etihad-title { color:#32333c; padding-top:10px; font-style:normal; font-size:24px; line-height:26px; font-family: 'BrandonGrotesque', Verdana, sans-serif; }

.row-fluid .icplogo-left, .row-fluid .icplogo-right { float:none; display:inline-block; vertical-align:middle; margin:0; } 

.row-fluid .icplogo-right { position:relative; min-height:500px; } 
.row-fluid .icpright-logoimg { height:210px; width:210px; margin-bottom:20px; }

.row-fluid .icplogo-right > .row-fluid-wrapper .icpright-logoimg img { animation-direction:alternate; animation-iteration-count:infinite; animation-name:floating; animation-play-state:running; animation-timing-function:ease-in-out; transition:margin 1s cubic-bezier(0.2, 0.6, 0.3, 1) 0s, opacity 2s ease 0s; }
.row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(2) .icpright-logoimg { position:absolute; margin-left:400px; margin-top:-230px;  }
.row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(4) .icpright-logoimg { position:absolute; margin-left:400px; margin-top:-230px; }
.row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(5) .icpright-logoimg { position:absolute; margin-left:200px; margin-top:-380px;  }
.row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(6) .icpright-logoimg { position:absolute; margin-left:200px; margin-top:-150px; }
.row-fluid .icplogo-right > .row-fluid-wrapper .icpright-logoimg { -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;; }
.row-fluid .icplogo-right > .row-fluid-wrapper:first-child .icpright-logoimg img { animation-duration:4s; }
.row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(2) .icpright-logoimg img { animation-delay:-1.8s; animation-duration:4s; transition-delay:0.1s; }
.row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(3) .icpright-logoimg img { animation-delay:-2.2s; animation-duration:4s; transition-delay:0.2s; }
.row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(4) .icpright-logoimg img { animation-delay:-3.4s; animation-duration:4s; transition-delay:0.3s; }
.row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(5) .icpright-logoimg img { animation-delay:-2.4s; animation-duration:4s; transition-delay:0.4s; }
.row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(6) .icpright-logoimg img { animation-delay:-0.3s; animation-duration:4s; transition-delay:0.5s; }

.row-fluid .icplogo-right > .row-fluid-wrapper .icpright-logoimg.hiddenlogo { margin-left:285px; margin-top:250px; opacity:0; position:absolute; }

.row-fluid .icpmarketing-sec { padding:50px 0 100px; }  
.row-fluid .icpmarketing-raw { padding:0; text-align:center; }  
.row-fluid .icpmarketing-raw > span > div { float:none; display:inline-block; vertical-align:top; width:25%; margin:0 -4px; padding:0 10px; }
.row-fluid .icpmarketing-boxes { float:left; width:100%; text-align:left; font-size:16px; line-height:24px; color:#63637a; } 
.row-fluid .icpmarketing-boxes h4 { font-size:24px; line-height:30px; padding-top:20px; }
.row-fluid .icpmarketing-textbox { padding:0; }
.row-fluid .icpmarketing-imgbox { min-height:215px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .icpmarketing-morebox { padding-top:20px; }
.row-fluid .icpmarketing-raw > span > div:nth-child(4) .icpmarketing-imgbox { background-position:center right !important; }

.row-fluid .icp-casesec { position:relative; padding:40px 0; font-family: 'Chaparral Pro'; font-size:24px; line-height:30px; font-style:italic; background-attachment:fixed;  }
.row-fluid .icp-casesec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(50,51,60,0.65); }
.row-fluid .icpcase-logo img { max-width:200px; }
.row-fluid .icp-casesec > div { position:relative; } 
.row-fluid .case-middlebox { padding:30px 0 35px; }
.row-fluid .icp-casesec .btn-style3 a { width:200px; padding:15px 8px; font-style:normal; }

.row-fluid .form-section { padding:100px 0; }
.row-fluid .form-section strong { display:block; }
.row-fluid .form-section h3 { padding-bottom:10px; }
.row-fluid .form-box { padding-top:50px; }
.row-fluid .form-box form fieldset > div > label { font-size:14px; font-weight:bold; text-transform:uppercase; float:left; width:100%; text-align:left; padding-bottom:3px; color:#32333C; }
.row-fluid .form-box form fieldset > div > label em { font-style:normal; font-weight:400; } 
.row-fluid .form-box .actions { text-align:center; }
.row-fluid .form-box form input[type="submit"] { display:inline-block; padding:10px; width:320px; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-weight:bold; margin-top:50px; text-align:center; max-width:100%; text-transform:uppercase; font-size:16px; color:#32333c; background:#fff; border:0; border-radius:30px; }
.row-fluid .form-box form input[type="submit"]:hover { /*border-radius: 30px 0 30px 0;*/ color: #fff !important; 
                                                       background:rgb(59,201,205) !important; 
                                                       background:-moz-linear-gradient(left, rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%) !important;
                                                       background: -webkit-linear-gradient(left, rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%) !important;
                                                       background: linear-gradient(to right, rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%) !important;
                                                       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }
                                                       
.row-fluid #hs_form_target_module_14872289050331071 fieldset.form-columns-1 {max-width:98.2%;}
.row-fluid #hs_form_target_module_14872289050331071 fieldset.form-columns-2 {max-width:97.5%;}

/* Feature Page */
.feature-bodypage .top { position:relative; }
.row-fluid .feature-hero {  background: rgb(218,218,228); position:relative; min-height:472px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important;
                            background: -moz-linear-gradient(top,  rgba(218,218,228,1) 0%, rgba(230,230,235,1) 11%, rgba(255,255,255,1) 78%, rgba(255,255,255,1) 100%, rgba(253,253,253,1) 100%);
                            background: -webkit-linear-gradient(top,  rgba(218,218,228,1) 0%,rgba(230,230,235,1) 11%,rgba(255,255,255,1) 78%,rgba(255,255,255,1) 100%,rgba(253,253,253,1) 100%);
                            background: linear-gradient(to bottom,  rgba(218,218,228,1) 0%,rgba(230,230,235,1) 11%,rgba(255,255,255,1) 78%,rgba(255,255,255,1) 100%,rgba(253,253,253,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadae4', endColorstr='#fdfdfd',GradientType=0 ); }
                            
.row-fluid .left-featurehero { padding-top:100px; font-size:18px; color:#707288; }
.row-fluid .left-featurehero h2 { font-size:56px; line-height:60px; color:#32333c; display:block; font-weight:400; }
.row-fluid .featureevent-txt { padding:5px 190px 20px 0; }
.row-fluid .left-featurehero .header-cta2 a span { padding:12px 8px; }
.row-fluid .feature-hero .video-popup { left:0; }
.row-fluid .featurecontact-slider .testimonial-logo img { max-width:90px; }

.row-fluid .featurecontact-box2 { background: rgb(250,247,247);
background: -moz-linear-gradient(top,  rgba(250,247,247,1) 0%, rgba(254,254,254,1) 100%);
background: -webkit-linear-gradient(top,  rgba(250,247,247,1) 0%,rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom,  rgba(250,247,247,1) 0%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf7f7', endColorstr='#fefefe',GradientType=0 );
 }



.row-fluid .award-winingsec { padding:110px 0 80px; text-align:center; }
.row-fluid .award-winingsec h4 { font-size:30px; line-height:34px; color:#32333c; }
.row-fluid .award-winingraw { float:left; width:100%; padding-top:70px; }
.row-fluid .award-winingraw > span > div { float:none; display:inline-block; vertical-align:top; width:33.33%; padding:0 30px; margin:0 -4px; }
.row-fluid .award-boxes { width:100%; float:left; }
.row-fluid .award-textbox { width:100%; float:left; font-size:16px; line-height:24px; color:#707288; }
.row-fluid .award-textbox h3 { font-size:24px; line-height:28px; padding-bottom:10px; padding-top:10px; }
.row-fluid .award-textbox p { padding:5px 0; }
.row-fluid .award-imgbox { width:195px; min-height:195px; background-position:center center !important; background-size:cover !important; background-repeat:no-repeat !important; margin:0 auto;}

.row-fluid .left-featurehero h2 span { display:block; font-weight:bold; }

.row-fluid .twocolumn-section ul { margin:0; padding:0; float:left; width:100%; list-style-type:none; }
.row-fluid .twocolumn-section ul li { font-size:16px; line-height:20px; color:#707288; position:relative; padding-left:30px; margin-bottom:15px; }
.row-fluid .twocolumn-section ul li:before { position:absolute; content:""; height:7px; width:14px; top:6px; left:0; background:url(https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/listing-icon.png) center center no-repeat #fff; }
.row-fluid .twocolumn-section ul li:before { background:url(https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/listing-iconnew.png) center center no-repeat; width:20px; height:10px; }
.row-fluid .really-sec { background:#c8d3d9; padding-top:0; }
.row-fluid .community-sec { padding-bottom:0; }
.row-fluid .organise-sec { padding-top:0; }

.row-fluid .productslide-sec.testimonial-section:before { background:rgba(0,0,0,0.4); }
.row-fluid .spain-sec, .row-fluid .featurepoll-testimonialsec { background-size:cover; }
.row-fluid .spain-sec:before { background:rgba(50,51,60,0.65); }


/* Updates : 24-02-2017 */
.row-fluid .testimonial-sec1:before { background:rgba(38,40,65,0.20); } 
.row-fluid .testimonial-sec2:before { background:rgba(50,51,60,0.32); } 
.row-fluid .testimonial-sec3:before { background:rgba(50,51,60,0.6); }
.row-fluid .testimonial-sec4:before { background:rgba(50,51,60,0.70); }  
.row-fluid .testimonial-sec5:before { background:rgba(50,51,60,0.50); } 

.row-fluid .testimonial-sec2 .testimonial-logo { max-width:150px; }
.row-fluid .testimonial-sec3 .testimonial-logo { max-width:150px; }
.row-fluid .testimonial-sec4 .testimonial-logo { max-width:150px; }
.row-fluid .testimonial-sec5 .testimonial-logo { max-width:150px; }

.row-fluid .footer-bottombox2 a { color:#fff; }
.row-fluid .footer-bottombox2 a:hover { color:#45c7cc; }

.testimonialvideo-sec .wistia_click_to_play, .testimonialvideo-sec .wistia_click_to_play div { transition:all ease 0.7s !important; } 



/* Footer */
.row-fluid .footer-section1 { padding:90px 0 70px; color:#fff; font-family: 'BrandonGrotesque', Verdana, sans-serif;
                            background: rgb(90,93,170);
                            background: -moz-linear-gradient(top,  rgba(90,93,170,1) 0%, rgba(156,101,169,1) 100%);
                            background: -webkit-linear-gradient(top,  rgba(90,93,170,1) 0%,rgba(156,101,169,1) 100%);
                            background: linear-gradient(to bottom,  rgba(90,93,170,1) 0%,rgba(156,101,169,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5daa', endColorstr='#9c65a9',GradientType=0 ); }
                            
.row-fluid .footer-section1 h4 { font-size:16px; line-height:16px; font-weight:600; }
.row-fluid .footer-section1 .hs-menu-wrapper > ul { width:100%; float:left; margin:0; }
.row-fluid .footer-section1 .hs-menu-wrapper > ul > li { line-height:14px; float:left; width:100%; }
.row-fluid .footer-section1 .hs-menu-wrapper > ul > li > a:link , .row-fluid .footer-section1 .hs-menu-wrapper > ul > li > a:visited { float:left; width:100%; color:#fff; font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:15px 0 5px; font-size:16px; line-height:20px; }
.row-fluid .footer-section1 .hs-menu-wrapper > ul > li:hover > a { color:#45c7cc; }
.row-fluid .footer-socialbox a { color:#434783; font-size:20px; margin:0 7px; }
.row-fluid .footer-socialbox a:hover { color:#fff; }
.row-fluid .footer-bottombox { font-size:16px; float:none; display:inline-block; vertical-align:bottom; /*margin:0;*/ margin-right:-3px;}
.row-fluid .footer-bottombox1 { font-weight:600; }
.row-fluid .footer-bottombox1 i { color:#f06e7f; font-size:22px;  box-shadow: 0 0 0 0 rgba(240, 110, 127, 0.5); -webkit-animation:pulse 1.5s infinite; border-radius:50%; }
.row-fluid .footer-bottombox4 { margin-right:20px; }
.row-fluid .footer-bottombox5 { margin-left:0px; }

.row-fluid .copyright-footer { background:#4c508f; padding:14px 0; font-size:12px; }

.row-fluid .lpeight-contentwrap.eventleft-wrap:before { content:""; display:inline-block !important; width:100%; height:100%; background:url(https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/clouds.png) repeat-x; background-position:center; position:absolute; top:40%; left:50%; transform:translate(-50%,-50%);  }


/* Keyframe Animation Code */
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(240, 110, 127, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(240, 110, 127, 0);
  }
}

@keyframes bounce_7203 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/* Icp Logo Movement Keyframe Code */
@-webkit-keyframes floating {
    from {
        -webkit-transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
        transform: translateY(8px) rotate3d(0, 0, 1, 3deg)
    }
    to {
        -webkit-transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg)
    }
}
@keyframes floating {
    from {
        -webkit-transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
        transform: translateY(8px) rotate3d(0, 0, 1, 3deg)
    }
    to {
        -webkit-transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg)
    }
}



/* Case Study Page 28-02-2017 */
.row-fluid .casestudy-header { padding:100px 0 166px; position:relative; background-attachment:fixed; }
.row-fluid .casestudy-header:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.3); }
.row-fluid .casestudy-header > div { position:relative; }
.row-fluid .caseheader-logo { max-width:250px; margin:0 auto; float:none; display:inline-block; padding-bottom:30px; }
.row-fluid .commoninner-headerbox h4 { font-size:30px; line-height:34px; padding-bottom:20px; }
.row-fluid .commoninner-headerbox h3 { font-size:56px; line-height:64px; }

.row-fluid .caseabout-sec { padding:15px 0; }
.row-fluid .caseabout-leftbox { position:relative; background:#fff; margin-top:-84px; }
.row-fluid .caseabout-leftbox h4 { font-size:24px; line-height:30px; color:#32333c; background:#f3f3f6; padding:22px 20px 18px; }
.row-fluid .caseabout-rawbox { float:left; width:100%; padding:20px; -webkit-box-shadow:0 20px 50px 18px #f3f4f9; box-shadow:0 20px 50px 18px #f3f4f9; }
.row-fluid .case-eventboxes { float:left; width:100%; }
.row-fluid .case-eventcolumn { float:left; width:100%; color:#76778D; font-size:16px; line-height:20px; padding:10px 0; }
.row-fluid .case-eventcolumn p { display:block; font-size:12px; line-height:16px; padding-bottom:5px; color: #000;}

.row-fluid .caseabout-rightbox { color:#76778C; }
.row-fluid .caseabout-rightbox .about1 { font-size:20px; line-height:30px; }
.row-fluid .caseabout-rightbox .about2 { font-size:24px; color:#32333C; line-height:36px; font-style:italic; font-family: 'Droid Serif', serif; padding:0 0 10px; }
.row-fluid .caseabout-rightbox .about3 { font-size:16px; line-height:28px; }

.row-fluid .casepage-testimonial { background-attachment:inherit; font-style:italic; font-family: 'Droid Serif', serif; font-size:24px; line-height:30px; color:#32333c; }
.row-fluid .casepage-testimonial:before { background:rgba(255,255,255,0.8); }
.row-fluid .casepage-testimonial .testimonial-detailsbox { font-style:italic; font-family: 'Droid Serif', serif; font-size:24px; line-height:30px; color:#32333c; }
.row-fluid .casepage-testimonial .testimonial-slidersec.text-white { color:#76778c; }
.row-fluid .casepage-testimonial .testimonial-slidersec.text-white h4 { color:#76778c; font-weight:bold; font-style:normal; }
.row-fluid .casepage-testimonial .testimonial-slidersec.text-white h4 + p { font-style:normal; font-size:16px; line-height:20px; font-family: Verdana, Geneva, sans-serif; }
.row-fluid .casestudy-imagesection { padding:15px 0; }

.row-fluid .casestudyimgbox { min-height:300px; margin:0; }
.row-fluid .casestudyimgbox1 { width:30%; }
.row-fluid .casestudyimgbox2 { width:26%; margin:0 20px; }
.row-fluid .casestudyimgbox3 { width:40%; }

.row-fluid .casepersonr-img { height:300px; }

.row-fluid .bizzabo-platformsec { padding:92px 0 100px; font-size:20px; line-height:33px; color:#76778c;; }
.row-fluid .bizzabo-platformsec strong { font-weight:bold; }
.row-fluid .bizzabo-platformtext { padding:0 60px; }

#plattab-5 .row-fluid .platform-tabboxes {background-position:center bottom;}

/* Jobs Page 01-03-2017 */
.row-fluid .supergradient-btnsec { text-align:center; background:url(https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/button-shadow.png) no-repeat; display:inline-block; background-size:100% 100%; padding:20px; width:auto; border-radius:25px; margin:0 auto; float:none; }
.row-fluid .supergradient-btn a, .row-fluid a.supergradient-btn { font-size:16px; font-weight:bold; text-transform:uppercase; text-align:center; font-family: 'BrandonGrotesque', Verdana, sans-serif; display:inline-block; padding:18px; border-radius:30px; min-width:350px; background-position:center center; background:#fff; }
.row-fluid .supergradient-btnsec:hover { background-image:none; }
.row-fluid .supergradient-btnsec:hover .supergradient-btn a:hover, .row-fluid .supergradient-btnsec:hover a.supergradient-btn:hover { color:#fff; /*border-radius:30px 0 30px 0;*/
                                                                    background: rgb(240,110,126);
                                                                    background: -moz-linear-gradient(left,  rgba(240,110,126,1) 0%, rgba(254,175,59,1) 100%);
                                                                    background: -webkit-linear-gradient(left,  rgba(240,110,126,1) 0%,rgba(254,175,59,1) 100%);
                                                                    background: linear-gradient(to right,  rgba(240,110,126,1) 0%,rgba(254,175,59,1) 100%);
                                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06e7e', endColorstr='#feaf3b',GradientType=1 ); }

video { width:100%; }
.row-fluid .jobs-header { position:relative; }
.row-fluid .jobs-header:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.3);  }
.row-fluid .jobs-header .header-textbox { padding:340px 0 73px; }
.row-fluid .jobs-header .header-textbox h1 { font-size:56px; line-height:60px; }
.row-fluid .jobs-header .header-textbox h4 { font-size:30px; line-height:34px; }
.row-fluid .jobs-header .header-ctabox { padding:85px 0 70px; } 

.row-fluid .jobs-header .header-ctabox .btn-style2 a { border-radius:30px; }
.row-fluid .jobs-header .header-ctabox .btn-style2 a span { width:220px; border-radius:30px; }
.row-fluid .jobs-header .header-ctabox .btn-style2 a:before { left:28px; }
.row-fluid .about-headersec .header-ctabox .btn-style2 a:before { left:22px; }


.row-fluid .jobs-header.currentclass .jobyoutube-headervideo .videoWrapper { display:block;  }
.row-fluid .jobs-header.currentclass .job-herovideo, .row-fluid .jobs-header.currentclass .header-textbox { display:none;  }

.row-fluid .jobs-header.currentclass .header-ctabox .btn-style2 a { display:none; }
.videoWrapper { height:0; width:100%; position:relative; padding:56.25% 0 0; display:none; }
.videoWrapper iframe { height:100%; width:100%; position:absolute; top:86px; bottom:0; }

.row-fluid .wistiaheader-bgvideo { display:none; }
.row-fluid .jobs-header.currentclass .wistiaheader-bgvideo { display:block; }

.row-fluid .jobs-sec2 { padding:50px 0 30px; font-size:20px; line-height:30px; color:#76778c; }
.row-fluid .jobs-sec2 strong { font-weight:bold; }
.row-fluid .jobs-sec2text { padding:0 60px; }

.row-fluid .job-teamsec3 { padding:30px 0 80px; }
.row-fluid .job-teamsec3 h3 { font-size:30px; line-height:40px; padding-bottom:30px; }
.row-fluid .jobteam-ctaraw { float:left; width:100%; padding:0 10px; }
.row-fluid .jobteam-ctaraw > span > div { float:left; width:100%; padding:0; } 
.row-fluid .job-teamctasec, .row-fluid .job-teamctaboxes { float:left; width:100%; }
.row-fluid .job-teamctaboxes { position:relative; overflow:hidden; border-left:5px solid #fff; border-right:5px solid #fff; }
.row-fluid .job-teamimgbox { float:left; height:180px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .job-teamdeptbox { text-shadow:1px 2px 2px rgba(0,0,0,0.5); position:absolute; width:100%; text-align:center; top:50%; left:50%; -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);; } 
.row-fluid .job-teamdeptbox h4 { font-weight:bold; font-size:24px; line-height:30px; }
.row-fluid .job-teamctasec:hover .job-teamimgbox { -moz-transform:scale(1.2); -webkit-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2); }

.row-fluid .jobtestimonial-sec4 { padding:80px 0; }
.row-fluid .white-overlay { position:relative; }
.row-fluid .white-overlay:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(255,255,255,0.8); }
.row-fluid .jobtestimonial-slidersec { float:left; width:100%; position:relative; }
.row-fluid .jobtestimonial-sliderleftbox { float:left; width:25%; text-align:center; }
.row-fluid .jobtestimonial-imgbox { float:none; display:inline-block; height:127px; width:127px; border-radius:50%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .jobtestimonial-detailbox { float:left; width:100%; text-align:center; }
.row-fluid .jobtestimonial-sliderleftbox h4 { font-size:18px; line-height:24px; color:#76778c; padding-top:15px; }
.row-fluid .jobtestimonial-sliderleftbox h6 { font-size:16px; line-height:20px; color:#76778c; font-family: Verdana, Geneva, sans-serif; font-weight:400; }
.row-fluid .jobtestimonial-raw,.row-fluid .tytestimonial-raw { padding:0 100px; }
.row-fluid .jobtestimonial-sliderrightbox { float:left; width:590px; padding-top:50px; padding-left:1.5em; max-width:100%; font-size:24px; line-height:38px; font-family: 'Chaparral Pro'; font-style:italic; color:#32333c;; }

.row-fluid .jobtestimonial-sec4 .slick-slider { position:static; }   
.row-fluid .jobtestimonial-sec4 .slick-arrow { background-color:none; color:#fff; outline:none; border:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; margin:0 }
.row-fluid .jobtestimonial-sec4 .slick-arrow:before { display:none; }
.row-fluid .jobtestimonial-sec4 button.slick-prev.slick-arrow { background:url("https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/leftarrownew.png") no-repeat center center !important; height:148px; width:110px; }
.row-fluid .jobtestimonial-sec4 button.slick-next.slick-arrow { background:url("https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/rightarrownew.png") no-repeat center center !important; height:148px; width:110px; }
.row-fluid .jobtestimonial-sec4 .slick-arrow.slick-prev { left:0; }
.row-fluid .jobtestimonial-sec4 .slick-arrow.slick-next { right:0; }

.row-fluid .jobtestimonial-sec4 ul.slick-dots { position:relative; float:left; width:100%; padding-top:45px; }
.row-fluid .jobtestimonial-sec4 ul.slick-dots li { cursor:pointer; height:12px; width:12px; background:transparent; border-radius:50%; padding:0; border:1px solid #979797; margin:0 4px; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .jobtestimonial-sec4 ul.slick-dots li.slick-active { -moz-transform:scale(1.3); -webkit-transform:scale(1.3); -o-transform:scale(1.3); -ms-transform:scale(1.3); transform:scale(1.3); }
.row-fluid .jobtestimonial-sec4 ul.slick-dots li button { display:none; }

.row-fluid .gallery-sec { position:relative; padding:80px 0 0; }
.row-fluid .left-gallerybox { width:70%; margin:0; border-right:18px solid #fff; }
.row-fluid .right-gallerybox { width:30%; margin:0; }
.row-fluid .teammember-imgbox { height:45vh; margin:0; position:relative; } 

.row-fluid .teammember-imgbox1 { width:25%; border-right:18px solid #fff; border-bottom:18px solid #fff; }
.row-fluid .teammember-imgbox2 { width:75%; border-bottom:18px solid #fff; }
.row-fluid .teammember-imgbox3 { width:60%; border-right:18px solid #fff; }
.row-fluid .teammember-imgbox4 { width:40%; }
.row-fluid .teammember-imgbox3, .row-fluid .teammember-imgbox4 { height:40vh; }
.row-fluid .teammember-imgbox5 { position:absolute; height:100%; right:0; }

.row-fluid .career-mainsection { padding:50px 0 30px; }
.row-fluid .jobslisting-titlebox { padding:30px 0;
                        background: rgb(240,110,126);
                        background: -moz-linear-gradient(left,  rgba(240,110,126,1) 0%, rgba(254,175,59,1) 100%);
                        background: -webkit-linear-gradient(left,  rgba(240,110,126,1) 0%,rgba(254,175,59,1) 100%);
                        background: linear-gradient(to right,  rgba(240,110,126,1) 0%,rgba(254,175,59,1) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06e7e', endColorstr='#feaf3b',GradientType=1 ); }
                        
.row-fluid .filterboxleft, .row-fluid .filterboxright { float:none; display:inline-block; width:auto; vertical-align:middle; }                        
.row-fluid span.select-option { cursor:pointer; }
.row-fluid span.select-team { position:relative; padding-right:15px; }
.row-fluid span.select-team:after { position:absolute; right:-5px; content:"|"; top:-3px; font-weight:400; margin-right:10px; }
.same-dropbox { float:left; position:relative; }


.row-fluid .jobslisting-titlebox ul { list-style-type:none; padding:0; margin:0; display:none; position:absolute; top:61px; left:-100px; z-index:1; width:200px; text-align:left; background:#fff; box-shadow:-1px 8px 16px 0 rgba(0, 0, 0, 0.18); }
.row-fluid .jobslisting-titlebox ul li { float:left; width:100%; border-bottom:1px solid #ccc; }
.row-fluid .jobslisting-titlebox ul li.current a { font-weight:bold; }
.row-fluid .same-dropbox1.activetext span.select-option { font-weight:bold; }
.row-fluid .same-dropbox2.activetext2 span.select-option { font-weight:bold; }
.row-fluid .jobslisting-titlebox ul li:last-child { border:0; }
.row-fluid .jobslisting-titlebox ul li a { float:left; width:100%; padding:10px; }

.row-fluid .job-category-main { float:left; width:100%; position:relative; margin:40px 0 0 0; } 
.row-fluid .job-category-main:first-child { margin-top:30px; }
.row-fluid .job-category-main:before { position:absolute; content:""; height:100%; width:2px; left:0; top:0; 
                                    background: rgb(240,110,127);
                                    background: -moz-linear-gradient(left,  rgba(240,110,127,1) 0%, rgba(255,175,59,1) 100%);
                                    background: -webkit-linear-gradient(left,  rgba(240,110,127,1) 0%,rgba(255,175,59,1) 100%);
                                    background: linear-gradient(to right,  rgba(240,110,127,1) 0%,rgba(255,175,59,1) 100%);
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06e7f', endColorstr='#ffaf3b',GradientType=1 ); }
.row-fluid .job-category-main h2,.jobs-list h3.notfound-job { font-size:24px; line-height:34px; color:#32333c; font-weight:400; padding:10px 25px; text-transform:uppercase; 
                                background: rgb(253,234,236);
                                background: -moz-linear-gradient(left,  rgba(253,234,236,1) 0%, rgba(255,244,226,1) 100%);
                                background: -webkit-linear-gradient(left,  rgba(253,234,236,1) 0%,rgba(255,244,226,1) 100%);
                                background: linear-gradient(to right,  rgba(253,234,236,1) 0%,rgba(255,244,226,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdeaec', endColorstr='#fff4e2',GradientType=1 ); }
                                
.jobs-list h3.notfound-job { margin-top:30px; margin-bottom: 50px; }
.row-fluid .job-item { float:left; width:100%; padding:20px 20px 10px; font-size:16px; line-height:20px; color:#636379; }
.row-fluid .job-item h3 { font-size:24px; line-height:34px; color:#32333c; font-weight:bold; text-transform:uppercase; }
.row-fluid .job-item a { color:#2a86c0; font-weight:400; }
.row-fluid .job-item a:hover { color:#636379; }
.row-fluid .job-locationbox { float:left; width:100%; font-size:16px; line-height:20px; color:#636379; font-weight:bold; padding:5px 0 10px; }
.row-fluid .job-locationbox i { padding-right:5px; }

.row-fluid .carrer-left, .row-fluid .carrer-right { float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .carrer-left h4 { font-size:30px; line-height:40px; }
.row-fluid .carrer-right { text-align:right; }
.row-fluid .carrer-right h5 { font-size:24px; font-weight:400; font-family: 'BrandonGrotesque', Verdana, sans-serif; } 
.row-fluid .carrer-right h5 em { font-style:normal; font-size:16px; font-weight:400;  }

/* Jobs Tab Section */
.row-fluid .tabmain-boxes { position:relative; } 
.row-fluid .jobstab-menusec { text-align:center; background:url(https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/button-shadow.png) no-repeat; display:inline-block; background-size:100% 100%; padding:20px; width:auto; border-radius:25px; margin:0 auto; float:none; }
.row-fluid .jobstab-menusec ul { position:relative; list-style-type:none; margin:0; font-size:16px; font-weight:bold; text-transform:uppercase; text-align:center; font-family: 'BrandonGrotesque', Verdana, sans-serif; display:inline-block; padding:18px; border-radius:30px; min-width:420px; background-position:center center; background:#fff; }
.row-fluid .jobstab-menusec ul li { float:none; width:auto; display:inline-block; position:relative; vertical-align:top; margin:0 5px;  } 
.row-fluid .jobstab-menusec ul li:after { display:inline-block; content:""; width:1px; height:18px; background:#000; margin-left:10px; vertical-align:top; margin-top:2px; }
.row-fluid .jobstab-menusec ul li:last-child:after { display:none; }
.row-fluid .jobstab-menusec ul li a { font-size:16px; line-height:20px; font-weight:400; text-transform:uppercase; color:#32333c; }
.row-fluid .jobstab-menusec ul li a:hover { color:#f58665; }

.row-fluid .jobstab-menusec ul li.jobcurrent a { font-weight:bold; }

.row-fluid .jobtab-section { padding:50px 0; }
.row-fluid .jobtab-contentraw { text-align:center; position:relative; }
.row-fluid .jobtab-contentraw > span > div { float:none; width:33.33%; display:inline-block; vertical-align:top; margin:50px -4px 0; padding:0 30px; }
.row-fluid .jobtabboxes { float:left; width:100%; }
.row-fluid .jobtabcol { float:left; width:100%; }
.row-fluid .jobtab-icon { max-width:120px; float:none; display:inline-block; }
.row-fluid .jobtab-contentbox { float:left; width:100%; padding-top:22px; line-height:30px; }
.row-fluid .jobtab-contentbox h3 { font-size:24px; line-height:30px; color:#32333c; font-weight:bold; }

.row-fluid .jobs-sec2  .supergradient-btnsec { padding:32px; }
.row-fluid .jobs-sec2  .supergradient-btnsec a { padding:15px; }

.row-fluid .jobtab-content { display:none; }
#jobtab-1 { display:block; }


/* About Us page : 02-03-2017 */
.row-fluid .black-overlay { position:relative; }
.row-fluid .black-overlay:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); }
.row-fluid .about-headersec .header-textbox { padding:230px 0 170px; }
.row-fluid .about-headersec .header-textbox h1 { font-size:56px; line-height:66px; }

.row-fluid .about-submenu { border-bottom:1px solid #f1e8f2; }
.row-fluid .about-submenu .hs-menu-wrapper > ul { float:left; width:100%; }
.row-fluid .about-submenu .hs-menu-wrapper > ul > li { float:left; width:20%; text-align:center; border-right:1px solid #e4eef6; }
.row-fluid .about-submenu .hs-menu-wrapper > ul > li:last-child { border-right:0; }
.row-fluid .about-submenu .hs-menu-wrapper > ul > li > a { background:transparent; font-size:14px; line-height:20px; float:left; width:100%; padding:20px 0; font-weight:bold; text-transform:uppercase; color:#707288; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
.row-fluid .about-submenu .hs-menu-wrapper > ul > li:hover > a { color:#fff;
                                                                background: rgb(153,212,231);
                                                                background: -moz-linear-gradient(top,  rgba(153,212,231,1) 0%, rgba(133,205,225,1) 14%, rgba(118,200,221,1) 27%, rgba(110,198,219,1) 39%, rgba(108,198,219,1) 54%, rgba(116,202,220,1) 69%, rgba(130,210,225,1) 83%, rgba(155,219,230,1) 100%);
                                                                background: -webkit-linear-gradient(top,  rgba(153,212,231,1) 0%,rgba(133,205,225,1) 14%,rgba(118,200,221,1) 27%,rgba(110,198,219,1) 39%,rgba(108,198,219,1) 54%,rgba(116,202,220,1) 69%,rgba(130,210,225,1) 83%,rgba(155,219,230,1) 100%);
                                                                background: linear-gradient(to bottom,  rgba(153,212,231,1) 0%,rgba(133,205,225,1) 14%,rgba(118,200,221,1) 27%,rgba(110,198,219,1) 39%,rgba(108,198,219,1) 54%,rgba(116,202,220,1) 69%,rgba(130,210,225,1) 83%,rgba(155,219,230,1) 100%);
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d4e7', endColorstr='#9bdbe6',GradientType=0 ); }

.row-fluid .founder-sec { padding:70px 0 20px;
                        background: rgb(225,243,248);
                        background: -moz-linear-gradient(top,  rgba(225,243,248,1) 0%, rgba(231,246,249,1) 5%, rgba(233,248,251,1) 5%, rgba(234,247,249,1) 6%, rgba(237,249,252,1) 6%, rgba(236,247,249,1) 7%, rgba(241,251,252,1) 9%, rgba(246,251,252,1) 13%, rgba(249,254,254,1) 14%, rgba(248,252,253,1) 15%, rgba(253,255,255,1) 19%, rgba(255,255,255,1) 100%);
                        background: -webkit-linear-gradient(top,  rgba(225,243,248,1) 0%,rgba(231,246,249,1) 5%,rgba(233,248,251,1) 5%,rgba(234,247,249,1) 6%,rgba(237,249,252,1) 6%,rgba(236,247,249,1) 7%,rgba(241,251,252,1) 9%,rgba(246,251,252,1) 13%,rgba(249,254,254,1) 14%,rgba(248,252,253,1) 15%,rgba(253,255,255,1) 19%,rgba(255,255,255,1) 100%);
                        background: linear-gradient(to bottom,  rgba(225,243,248,1) 0%,rgba(231,246,249,1) 5%,rgba(233,248,251,1) 5%,rgba(234,247,249,1) 6%,rgba(237,249,252,1) 6%,rgba(236,247,249,1) 7%,rgba(241,251,252,1) 9%,rgba(246,251,252,1) 13%,rgba(249,254,254,1) 14%,rgba(248,252,253,1) 15%,rgba(253,255,255,1) 19%,rgba(255,255,255,1) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3f8', endColorstr='#ffffff',GradientType=0 ); }

.row-fluid .founder-sec h4 { font-size:24px; line-height:30px; color:#26262e; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
.row-fluid .founder-raw { padding-top:50px; }
.row-fluid .founderimg-box { width:auto; margin:0 auto; float:none; display:inline-block; vertical-align:top; }
.row-fluid .founderimg-box img { max-width:260px; }

.row-fluid .founder-contentsec { padding:65px 50px 0; font-size:20px; line-height:31px; color:#898B9E; }
.row-fluid .founter-contentbox1 { font-size:24px; line-height:31px; color:#32333C; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-weight:500; }
.row-fluid .founter-contentbox2 { padding:20px 0 10px; }

.row-fluid .about-gallery-sec { padding:20px 0 40px; }
.row-fluid .aboutcollege-picbox { height:36vh; margin:0; }

.row-fluid .aboutcollege-picbox1 { width:20%; border-right:20px solid #fff; border-bottom:18px solid #fff; }
.row-fluid .aboutcollege-picbox2 { width:50%; border-bottom:18px solid #fff; }
.row-fluid .aboutcollege-picbox3 { width:30%; border-left:20px solid #fff; border-bottom:18px solid #fff; }
.row-fluid .aboutcollege-picbox4 { width:30%; border-right:20px solid #fff; }
.row-fluid .aboutcollege-picbox5 { width:40%; border-right:20px solid #fff; }
.row-fluid .aboutcollege-picbox6 { width:30%; }

.row-fluid .about-testimonialsec h3 { font-size:20px; line-height:32px; color:#26262e; position:relative; font-family: Verdana, Geneva, sans-serif; }
.row-fluid .about-testimonialsec .jobtestimonial-raw { padding-top:116px; }
.row-fluid .jobtestimonial-sec4 { padding:40px 0; } 

.row-fluid .about-videotitle h3 { font-size:40px; line-height:50px; font-style:normal; }

.row-fluid .culture-sec { padding:60px 0 80px; }
.row-fluid .culture-left, .row-fluid .culture-right { float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .culture-left { font-size:20px; line-height:30px; color:#26262e; padding-right:105px; }
.row-fluid .culture-sec h3 { font-size:30px; line-height:40px; color:#32333c; font-family: 'BrandonGrotesque', Verdana, sans-serif; text-transform:uppercase; padding-bottom:15px; }
.row-fluid .white-back strong { font-weight:bold; }

.row-fluid .about-servicesec { padding:80px 0 50px; }
.row-fluid .about-servicecol { float:left; width:33.33%; margin:0; height:60vh; text-align:center; color:#fff; font-size:16px; line-height:28px; position:relative; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .service-innerbox { position:absolute; width:100%; text-align:center; padding:0 50px; top:50%; left:50%; -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);; }
.row-fluid .about-servicecol h4 { color:#fff; text-transform:uppercase; font-weight:bold; font-size:24px; line-height:42px; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
.row-fluid .service-icon { max-width:250px; float:none; display:inline-block; }
.row-fluid .service-hovertext { height:0; overflow:hidden; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .service-title { padding-top:80px; }
.row-fluid .about-servicecol:hover { overflow:hidden; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .about-servicecol:hover .service-hovertext { height:auto; overflow:visible; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .about-servicecol:hover .service-title { padding-top:20px; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .about-servicecol:hover .service-icon { position:relative; margin-top:-120px; vertical-align:top; display:inline-block; }
.row-fluid .about-servicecoltitle { position:relative; }
.row-fluid .about-servicecoltitle h4 { font-size:56px; line-height:66px; color:#32333c; position:absolute; width:100%; text-align:center; top:50%; left:50%; -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);; }

.row-fluid .about-servicecol1 { background: rgb(44,152,206);
                                background: -moz-linear-gradient(top,  rgba(44,152,206,1) 0%, rgba(100,130,190,1) 97%, rgba(100,128,188,1) 100%);
                                background: -webkit-linear-gradient(top,  rgba(44,152,206,1) 0%,rgba(100,130,190,1) 97%,rgba(100,128,188,1) 100%);
                                background: linear-gradient(to bottom,  rgba(44,152,206,1) 0%,rgba(100,130,190,1) 97%,rgba(100,128,188,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c98ce', endColorstr='#6480bc',GradientType=0 ); }
                                            
.row-fluid .about-servicecol2 { background: rgb(59,201,205);
                                background: -moz-linear-gradient(top,  rgba(59,201,205,1) 0%, rgba(55,178,204,1) 100%);
                                background: -webkit-linear-gradient(top,  rgba(59,201,205,1) 0%,rgba(55,178,204,1) 100%);
                                background: linear-gradient(to bottom,  rgba(59,201,205,1) 0%,rgba(55,178,204,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#37b2cc',GradientType=0 ); }                                            
                                
.row-fluid .about-servicecol3 { background: rgb(240,110,127);
                                background: -moz-linear-gradient(top,  rgba(240,110,127,1) 0%, rgba(247,140,95,1) 100%);
                                background: -webkit-linear-gradient(top,  rgba(240,110,127,1) 0%,rgba(247,140,95,1) 100%);
                                background: linear-gradient(to bottom,  rgba(240,110,127,1) 0%,rgba(247,140,95,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06e7f', endColorstr='#f78c5f',GradientType=0 ); }
                                
.row-fluid .about-servicecol4 { background: rgb(117,203,105);
                                background: -moz-linear-gradient(top,  rgba(117,203,105,1) 0%, rgba(51,204,152,1) 100%);
                                background: -webkit-linear-gradient(top,  rgba(117,203,105,1) 0%,rgba(51,204,152,1) 100%);
                                background: linear-gradient(to bottom,  rgba(117,203,105,1) 0%,rgba(51,204,152,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cb69', endColorstr='#33cc98',GradientType=0 ); }
                                
.row-fluid .about-servicecol5 { background: rgb(131,98,170);
                                background: -moz-linear-gradient(top,  rgba(131,98,170,1) 0%, rgba(181,104,149,1) 100%);
                                background: -webkit-linear-gradient(top,  rgba(131,98,170,1) 0%,rgba(181,104,149,1) 100%);
                                background: linear-gradient(to bottom,  rgba(131,98,170,1) 0%,rgba(181,104,149,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8362aa', endColorstr='#b56895',GradientType=0 ); }

.row-fluid .about-servicecol6 { background: rgb(213,111,129);
                                background: -moz-linear-gradient(top,  rgba(213,111,129,1) 0%, rgba(242,116,122,1) 34%, rgba(253,170,64,1) 100%);
                                background: -webkit-linear-gradient(top,  rgba(213,111,129,1) 0%,rgba(242,116,122,1) 34%,rgba(253,170,64,1) 100%);
                                background: linear-gradient(to bottom,  rgba(213,111,129,1) 0%,rgba(242,116,122,1) 34%,rgba(253,170,64,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d56f81', endColorstr='#fdaa40',GradientType=0 ); }

.row-fluid .about-servicecol7 { background: rgb(55,201,181);
                                background: -moz-linear-gradient(top,  rgba(55,201,181,1) 0%, rgba(58,198,204,1) 100%);
                                background: -webkit-linear-gradient(top,  rgba(55,201,181,1) 0%,rgba(58,198,204,1) 100%);
                                background: linear-gradient(to bottom,  rgba(55,201,181,1) 0%,rgba(58,198,204,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37c9b5', endColorstr='#3ac6cc',GradientType=0 ); }

.row-fluid .about-servicecol8 { background: rgb(131,98,170);
                                background: -moz-linear-gradient(top,  rgba(131,98,170,1) 0%, rgba(165,102,169,1) 100%);
                                background: -webkit-linear-gradient(top,  rgba(131,98,170,1) 0%,rgba(165,102,169,1) 100%);
                                background: linear-gradient(to bottom,  rgba(131,98,170,1) 0%,rgba(165,102,169,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8362aa', endColorstr='#a566a9',GradientType=0 ); }
                                
.row-fluid .about-teamsec { padding:50px 0; }
.row-fluid .about-teamsec h3 { font-size:30px; line-height:40px; padding-bottom:30px; }
.row-fluid .about-teamtext { padding:0 150px; font-size:20px; line-height:30px; color:#76778c; }

.row-fluid .about-teamraw { text-align:center; padding-top:50px; }
.row-fluid .about-teamraw > span > div { float:left; text-align:center; position:relative; width:16.66%; color:#fff; height:180px; }
.row-fluid .about-teamboxes { float:left; width:100%; position:absolute; top:50%;  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; height:100%; overflow:hidden;  }
.row-fluid .about-teamimg { z-index:1; float:none; display:inline-block; vertical-align:top; position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);; }
.row-fluid .about-teamhoverbox { float:left; width:100%; position:absolute; height:180px; bottom:100%; left:0; opacity:0; -webkit-transition: bottom .5s ease;
    -moz-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    -ms-transition: bottom .5s ease;
    transition: bottom .5s ease;; }
.row-fluid .about-teamhoverbox:before { position:absolute; height:100%; width:100%; content:""; top:0; left:0; border:1px solid #80a0ae; 
                                        background: rgb(59,201,205);
                                        background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(55,180,204,1) 100%);
                                        background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(55,180,204,1) 100%);
                                        background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(55,180,204,1) 100%);
                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#37b4cc',GradientType=1 ); }
                                        
.row-fluid .aboutinner-teamhoverbox { float:left; width:100%; text-align:center; position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);; z-index:2; }                                        
.row-fluid .about-teamhoverbox h4 { font-size:16px; line-height:20px; color:#fff; font-weight:bold; text-transform:uppercase;  }
.row-fluid .about-teamhoverbox h5 { font-size:16px; line-height:20px; color:#fff; font-weight:300; padding-top:5px; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
.row-fluid .social-bar { float:left; width:100%; padding-top:20px; }
.row-fluid .social-bar a { font-size:20px; color:#fff; display:inline-block; vertical-align:middle; margin:0 5px; }
.row-fluid .social-bar a:hover { color:#3399cc; }
.row-fluid .about-teamboxes:hover .about-teamhoverbox { opacity:1; bottom:0; }

.row-fluid .about-joinsec { padding:50px 0; font-size:20px; line-height:30px; color:#76778c; }
.row-fluid .aboutjoin-text1 { padding:20px 0; }
.row-fluid .about-joinsec h4 { font-size:30px; line-height:40px; font-weight:bold; color: #32333c; }
.row-fluid .about-joinsec .supergradient-btnsec { margin-top:45px; }

/* Contact Us Page 03-03-2017 */
.row-fluid .contactus-header { padding:180px 0 240px; }
.row-fluid .contactus-header h4 { font-size:30px; line-height:40px; color:#32333c; }
.row-fluid .contactus-header h2 { font-size:56px; line-height:56px; color:#32333c; }  

.row-fluid .contcat-awardsec { padding:130px 0 40px; } 
.row-fluid .contcat-awardsec .award-winingraw { padding-top:0; }
.row-fluid .contcat-awardsec .award-winingraw > span > div { padding:0 18px; }  
.row-fluid .contcat-awardsec .award-winingraw > span > div:last-child a.btn-style4 { width:220px; }
.row-fluid .contcat-awardsec .award-boxes { border:1px solid #e1e2e7; }
.row-fluid .contcat-awardsec .award-textbox { text-align:center; }
.row-fluid .contcat-awardsec .award-textbox h3 { padding-top:35px; }
.row-fluid .contcat-awardsec .award-textbox ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .contcat-awardsec .award-textbox ul li { color:#63637a; padding:15px 0; line-height:26px; }
.row-fluid .contcat-awardsec .award-winingraw a.btn-style4 { margin-top:20px; margin-bottom:45px; }
.row-fluid .contcat-awardsec .award-imgbox { position:relative; margin:-70px auto 0; float:none; background-color:#fff !important; max-width:130px; min-height:130px; }

.row-fluid .contact-sec3 { padding:30px 0; text-align:center; font-size:20px; line-height:1.55; }
.row-fluid .contact-sec3 h3 { font-size:30px; color: #32333c; line-height:50px; padding-bottom:10px; }
.row-fluid .contactsec3-leftbox, .row-fluid .contactsec3-rightbox { float:left; width:50%; margin:0; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; } 
/*.row-fluid .contactsec3-leftbox:hover, .row-fluid .contactsec3-rightbox:hover { -moz-transform:scale(1.2); -webkit-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2); }*/
.row-fluid .contact-sec3raw { padding-top:30px; }
.row-fluid .sayhi-leftimg, .row-fluid .sayhi-rightimg { height:60vh; }
.row-fluid .sayhi-imgtextbox { padding:40px 0; font-size:16px; line-height:24px; }
.row-fluid .sayhi-imgtextbox h4 { font-size:24px; line-height:30px; color: #32333c; font-weight:bold; }
.row-fluid .sayhi-imgtextbox a { text-transform:uppercase; font-weight:bold; color:#2a86c0; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
.row-fluid .sayhi-imgtextbox a:hover { color:#32333c; }
.row-fluid .sayhi-subtext { padding:5px 0 8px; }

.row-fluid .contct-zigzagsec { padding:; }
.row-fluid .zigzag-img { height:75vh; }  
.row-fluid .zigzag-img, .row-fluid .zigzag-textbox { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .zigzag-textbox1 { padding-left:70px; }
.row-fluid .zigzag-textbox2 { padding-right:180px; }
.row-fluid .zigzag-textbox3 { padding-left:70px; }
.row-fluid .zigzag-textbox3 .btn-style4 a { width:220px; }
.row-fluid .zigzag-textbox3 .twocolumn-lefttext { padding-right:120px; }

/* JobPage 03-03-2017 */
.row-fluid .jobpage-header { background-attachment:fixed; }
.row-fluid .jobpage-header .header-textbox { padding:210px 0 48px; }
.row-fluid .jobpage-header .header-textbox h1 { font-size:56px; line-height:60px; }
.row-fluid .jobpage-header .header-textbox h4 { font-size:30px; line-height:40px; }
.row-fluid .jobpage-header .header-textbox .btn-style3 a { width:260px; background:#fff; color: #32333c; }
.row-fluid .jobpage-header .header-textbox .btn-style3 a:hover { color:#fff; /*border-radius:0 30px 0 30px;*/
                                                                background: rgb(59,201,205);
                                                                background: -moz-linear-gradient(left, rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
                                                                background: -webkit-linear-gradient(left, rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                background: linear-gradient(to right, rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }

.row-fluid .csmanager-sec { padding:80px 0; font-size:20px; line-height:31px; color:#76778c; }
.row-fluid .csmanager-sec h3 { font-size:30px; line-height:40px; font-weight:bold; }
.row-fluid .csmanager-contentbox1 { padding:10px 80px; }
.row-fluid .csmanager-contentbox2 { padding:0 60px; }

.row-fluid .jobspage-sec4 { padding:50px 0 80px; }
.row-fluid .jobspage-sec4 h3 { position:relative; font-size:30px; line-height:40px; color:#32333c; padding-bottom:20px; }

.row-fluid .jobpage-videosec h3 { font-style:normal; }

.row-fluid .openposition-section { padding:50px 0; } 
.row-fluid .openposition-section h3 { font-size:30px; line-height:40px; color:#32333c; }
.row-fluid .openposition-section .supergradient-btnsec { padding:25px; }

.row-fluid .centermode-slidersec { padding-bottom:80px; }
.row-fluid .jobspage-centerslidersec { float:left; width:100%; }  
/*.row-fluid .jobspage-centersliderraw > span > div { width:33.33%; float:left; }
.row-fluid .jobspage-centersliderraw > span > div:nth-child(3n-1) { padding:0 15px; }*/
.row-fluid .jobspage-centersliderimgbox { height:50vh; background-size:cover !important; background-position:top center !important; background-repeat:no-repeat !important; width:100%; }

/* Plans Page 06-03-2017 */
.row-fluid .plan-hero { padding:160px 0 90px; }
.row-fluid .plan-hero .plan-headertextbox h4 { font-size:30px; line-height:40px; }
.row-fluid .plan-hero .plan-headertextbox h1 { font-size:56px; line-height:66px; } 

.row-fluid .plan-sec2 { padding:140px 0 50px; }
.row-fluid .planlist-raw > span > div { float:none; display:inline-block; vertical-align:top; margin:0 -4px; width:20%; padding:0 15px; }
.row-fluid .plan-boxes { float:left; width:100%; }
.row-fluid .plan-boxes:hover .planboxes-icon { animation: bounce_7203 3.6s ease infinite; }
.row-fluid .planboxes-icon { position:relative; margin-top:-80px; float:none; width:100%; display:inline-block; vertical-align:top; min-height:180px; max-width:180px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .plan-contentlistbox { float:left; width:100%; }
.row-fluid .plan-boxes ul { list-style-type:none; margin:0; padding:0; }
.row-fluid .plan-boxes ul li { float:left; width:100%; border-bottom:1px solid #e1e2e7; padding:20px 0; font-size:14px; line-height:18px; color:#76778c; } 

.row-fluid .plan-borderboxe { float:left; width:100%; border:1px solid #e1e2e7; font-size:16px; padding-bottom:25px; }
.row-fluid .plan-borderboxe h4 { font-size:24px; line-height:30px; }
.row-fluid .plan-borderboxe h5 { font-size:16px; line-height:24px; color:#63637a; font-family: Verdana, Geneva, sans-serif; }
.row-fluid h6.popular-title { font-size:12px; line-height:16px; color:#a666a9; font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:0 0 8px; }

.row-fluid .plancompanylogo-box .slick-track > div { min-height:150px; position:relative; }
.row-fluid .plancompanylogo-box .slick-track > div img { position:absolute; top:0; left:0; right:0; bottom:0; max-width:100px; margin:auto; }
.row-fluid .plancompanylogo-box .slick-track > div:nth-child(3) img { max-width:120px; }
.row-fluid .plancompanylogo-box .slick-track > div:nth-child(4) img { max-width:140px; }
.row-fluid .plancompanylogo-box .slick-track > div:nth-child(6) img { max-width:140px; }
.row-fluid .plancompanylogo-box .slick-track > div:nth-child(7) img { max-width:70px; }

.row-fluid .plan-faqsec { padding:100px 0 50px; }
.row-fluid .plan-faqsec h2 { font-size:30px; line-height:40px; color:#32333c; }
.row-fluid .planfaq-raw { padding-top:15px; }
.row-fluid .planfaq-boxes { float:left; width:100%; font-size:20px; line-height:30px; color:#636379; position:relative; padding:35px 80px 30px 60px; }
.row-fluid .planfaq-boxes:after { position:absolute; content:""; height:2px; width:100px; background:#babbc5; top:100%; left:0; }
.row-fluid .planfaq-column { float:left; width:100%; }
.row-fluid .planfaq-column h4 { font-size:24px; line-height:30px; font-weight:bold; text-transform:uppercase; color:#32333c; padding-bottom:20px;  }
.row-fluid .plan-requestbox { float:left; width:100%; padding-top:30px; }
.row-fluid .plan-requestbox.btn-style4 a { width:100%; }

.row-fluid .plan-ctabox .cta-title h4 { font-size:30px; line-height:40px; color:#32333c; padding-bottom:30px; }
.row-fluid .plan-testimonial { padding:98px 0 62px; }

.row-fluid .plan-sec2 .supergradient-btnsec { padding:30px; }

/* Press Page 06-03-2017 */
.row-fluid .press-hero { background-attachment:fixed; }
.row-fluid .press-hero .press-herotextbox { padding:250px 0 110px;  }
.row-fluid .press-hero .press-herotextbox h4 { font-size:30px; line-height:40px; }
.row-fluid .press-hero .press-herotextbox h1 { font-size:56px; line-height:66px; }
.row-fluid .publication-logosec h4 { font-size:24px; line-height:34px; }
.row-fluid .publication-logosec .plancompanylogo-box .slick-track > div { min-height:120px; }
.row-fluid .publication-logosec .plancompanylogo-box .slick-track > div:nth-child(5) img { max-width:160px; }
.row-fluid .publication-logosec .plancompanylogo-box .slick-track > div:nth-child(7) img { max-width:140px; }

.row-fluid .press-servicesec { padding:100px 0 50px; color:#76778c; }
.row-fluid .press-servicesec h3 { font-size:24px; line-height:30px; padding-top:20px; padding-bottom:10px; }
.row-fluid .pressservice-iconbox { max-width:130px; float:none; display:inline-block; }
.row-fluid .pressservice-iconbox2 { max-width:120px; }
.row-fluid .press-servicesec a { color:#2a86c0; font-weight:400; }
.row-fluid .press-servicesec a:hover { color:#76778c; }

.row-fluid .presssec-3 { padding:50px 0; color:#76778c; line-height:34px; } 
.row-fluid .presssec-3 h4 { font-size:30px; line-height:40px; color:#32333c; }
.row-fluid .presssec3-contentbox { padding:0 130px; }
.row-fluid .presssec3-text1 { font-size:20px; line-height:30px; padding:30px 0 30px; }

.row-fluid .latest-presssec { padding:50px 0; }
.row-fluid .latestpress-raw { text-align:center; }
.row-fluid .latestpress-raw > span > div.hs_cos_wrapper_widget { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -4px; padding:50px 15px 0; }
.row-fluid .latestpress-boxes { float:left; width:100%; font-size:18px; line-height:31px; color:#32333c; font-family: 'Droid Serif', serif; text-align:left; }
.row-fluid .latestpress-content { float:left; width:100%; font-style:italic; padding:15px 0 30px; }
.row-fluid .latestpress-btnsec, .row-fluid .latestpress-logoimg { float:left; width:100%; } 
.latestpress-logoimg { text-align:center; border:1px solid #e4e5ea; position:relative; }
.latestpress-logoimg img { padding:30px; position:relative; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

.row-fluid .pressrelease-raw { padding-top:15px; }
.row-fluid .pressrelease-boxes { float:left; width:100%; font-size:24px; line-height:37px; text-transform:uppercase; color:#32333c; position:relative; padding:35px 80px 30px 60px; }
.row-fluid .pressrelease-titleBox { float:left; width:100%; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
.row-fluid .pressrelease-boxes:after  { position:absolute; content:""; height:2px; width:100px; background:#babbc5; top:100%; left:0; } 
.row-fluid .pressrelease-boxes strong { font-weight:bold; color:#32333c; }
.row-fluid .press-releasetext { float:left; width:100%; font-size:20px; line-height:37px; color:#636379; text-transform:none; padding:20px 0 15px; }
.row-fluid .press-releaselink { float:left; width:100%; }
.row-fluid .press-releaselink a { color:#2a86c0; font-size:20px; line-height:30px; font-weight:bold; text-transform:capitalize; }
.row-fluid .press-releaselink a:hover { color:#32333c; }


.row-fluid .ctaimage.pressctaimg img { max-width:100%; }
.row-fluid .ctaimage.pressctaimg2 img { max-width:130px; float:right; }
.row-fluid .presstwocolumn-ctasec .two-ctainnerBox { padding-top:0; }
.row-fluid .presstwocolumn-ctasec .twocolumn-leftcta { padding-right:0; }
.row-fluid .presstwocolumn-ctasec .twocolumn-leftcta .pressctaimg img { margin-left:10px; }
.row-fluid .presstwocolumn-ctasec .twocolumn-rightcta .ctacontent { padding-top:50px; }
.row-fluid .presstwocolumn-ctasec .twocolumn-rightcta { padding-left:80px; }
.row-fluid .presstwocolumn-ctasec .twocolumn-leftcta .btn-style5 a { background:#3399cc; width:166px; }
.row-fluid .presstwocolumn-ctasec .twocolumn-leftcta .btn-style5 a:hover { background:#fedc8a; color:#32333c;  /*border-radius:30px 0 30px 0;*/ }
.row-fluid .presstwocolumn-ctasec .twocolumn-rightcta .btn-style6 a { background:#fedc8a; width:146px; color:#32333c; }
.row-fluid .presstwocolumn-ctasec .twocolumn-rightcta .btn-style6 a:hover { background:#3399cc; color: #fff;/*border-radius:30px 0 30px 0; */}

.row-fluid .press-releasesec { padding:50px 0; } 

.row-fluid .press-bluestrip { padding:35px 0 30px; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-weight:400;
                            background: rgb(59,201,205);
                            background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
                            background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                            background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }

.row-fluid .press-bluestrip a { color:#fff; font-weight:bold; padding:0 10px; }
.row-fluid .press-bluestrip a:hover { color:#32333c; }

.row-fluid .about-joinsec .supergradient-btnsec { padding:30px; }
.row-fluid .job-locationbox img { margin-right:6px; }

.row-fluid .icpindepent-slider .testimonial-logo img { max-width:130px; } 
.row-fluid .eventapp-raw img { max-width:80px; }
.row-fluid .eventapp-testimonialsec { background-size: cover !important; }

.row-fluid .featureeventbox4 { padding:0;
                            background: rgb(235,245,250);
                            background: -moz-linear-gradient(left,  rgba(235,245,250,1) 0%, rgba(235,245,250,1) 100%);
                            background: -webkit-linear-gradient(left,  rgba(235,245,250,1) 0%,rgba(235,245,250,1) 100%);
                            background: linear-gradient(to right,  rgba(235,245,250,1) 0%,rgba(235,245,250,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf5fa', endColorstr='#ebf5fa',GradientType=1 ); }

.row-fluid .featureeventbox1  { padding-bottom:0; }
.row-fluid .featureagenda-slider .testimonial-logo img { max-width:115px; }
.row-fluid .featureagenda-mike { padding:250px 0; background-size:cover !important; }
.row-fluid .eventmngmntbox1, .row-fluid .eventmngmntbox2 { padding:0; }

.row-fluid .event-sponser2 { 
                            background: rgb(235,248,250); padding:0;
                            background: -moz-linear-gradient(top,  rgba(235,248,250,1) 0%, rgba(235,248,250,1) 100%);
                            background: -webkit-linear-gradient(top,  rgba(235,248,250,1) 0%,rgba(235,248,250,1) 100%);
                            background: linear-gradient(to bottom,  rgba(235,248,250,1) 0%,rgba(235,248,250,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf8fa', endColorstr='#ebf8fa',GradientType=0 ); }
                            
.row-fluid .feature-marketinghero { padding:106px 0 126px; }
.row-fluid .feature-marketinghero .left-featurehero { padding:0; }    
.row-fluid .feature-marketingraw .testimonial-logo img { max-width:120px; }
.row-fluid .featuremarket-box2 { padding:250px 0; }
.row-fluid .featuremarket-box2 .twocolumn-contentbox { padding-left:200px; }

.row-fluid .featuremarket-box1, .row-fluid .featuremarket-box3, .row-fluid .featuremarket-box4 { padding:0; }
.row-fluid .featuremarket-box4 .twocolumn-contentbox { padding-left:100px; }
.row-fluid .featuremarket-box5 .twocolumn-contentbox { padding:150px 230px; }

.row-fluid .icp-publisherherosec { padding:120px 0 174px; background-size:cover !important; }
.row-fluid .icppublisherlogo-left .text-bold.etihad-title { font-weight:400; }
.row-fluid .icppublisherlogo-left .etihad-title { font-size:20px; line-height:31px; padding-top:15px; }
.row-fluid .icp-pubsec:before { display:none; }
.row-fluid .icp-pubsec .icpcase-logo { text-align:center; }
.row-fluid .icp-pubsec .icpcase-logo img { max-width:55px; }
.row-fluid .icp-pubsec .case-middlebox { padding:30px 0 0; }
.row-fluid .publisher-detailsBox { font-size:20px; line-height:31px; text-transform:uppercase; color:#fff; padding-bottom:25px; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-style:normal; }

.row-fluid .icpindepent-slider .testimonial-clientname { font-style:normal; font-size:16px; line-height:24px; font-family: Verdana, Geneva, sans-serif; font-weight:400; }
.row-fluid .featureevent-hero { padding:180px 0; }


/* Feature Event Registration Page 09-03-2017 */
.row-fluid .Feature-registration-contentbox { font-size:16px; line-height:26px; color:#76778c; padding:80px 0;
                                            background: rgb(248,248,251);
                                            background: -moz-linear-gradient(top,  rgba(248,248,251,1) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,1) 100%);
                                            background: -webkit-linear-gradient(top,  rgba(248,248,251,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,1) 100%);
                                            background: linear-gradient(to bottom,  rgba(248,248,251,1) 0%,rgba(255,255,255,1) 8%,rgba(255,255,255,1) 100%);
                                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8fb', endColorstr='#ffffff',GradientType=0 ); }

.row-fluid .eventregister-titlebox { font-size:24px; line-height:30px; color:#32333c; font-family: 'BrandonGrotesque', Verdana, sans-serif; font-weight:400; padding-bottom:10px; }
.row-fluid .Feature-registration-contentbox h4 { font-size:20px; line-height:26px; color:#76778c; font-family: Verdana, Geneva, sans-serif; font-weight:bold; padding-top:30px; }
.row-fluid .Feature-registration-contentbox p { padding:0 0 20px; }
.row-fluid .Feature-registration-contentbox p + p { padding-bottom:20px; }

.row-fluid .padding0 { padding:0; }
.row-fluid .featurepoll-box3 { padding:200px 0; }

.row-fluid .featurepoll-testimonialsec .testimonial-logo img { max-width:80px; }
.row-fluid .featurepoll-box1 { padding:0 0 30px; }

.row-fluid .feature-registerhero { padding:150px 0; }
.row-fluid .feature-registerhero .left-featurehero { padding-top:0; }

.row-fluid .feature-marketinghero .btn-style2 a span { background: rgb(222,212,234);
background: -moz-linear-gradient(top,  rgba(222,212,234,1) 0%, rgba(219,212,235,1) 71%, rgba(221,214,236,1) 80%, rgba(218,211,235,1) 84%, rgba(221,214,237,1) 89%, rgba(219,212,236,1) 91%, rgba(220,213,236,1) 100%);
background: -webkit-linear-gradient(top,  rgba(222,212,234,1) 0%,rgba(219,212,235,1) 71%,rgba(221,214,236,1) 80%,rgba(218,211,235,1) 84%,rgba(221,214,237,1) 89%,rgba(219,212,236,1) 91%,rgba(220,213,236,1) 100%);
background: linear-gradient(to bottom,  rgba(222,212,234,1) 0%,rgba(219,212,235,1) 71%,rgba(221,214,236,1) 80%,rgba(218,211,235,1) 84%,rgba(221,214,237,1) 89%,rgba(219,212,236,1) 91%,rgba(220,213,236,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded4ea', endColorstr='#dcd5ec',GradientType=0 );
 }
.row-fluid .feature-marketinghero .btn-style2 a span:hover { color:#000; }
.row-fluid .feature-marketingtestimonial { background-attachment:fixed; }
.row-fluid .feature-marketingtestimonial:before { background:rgba(0,0,0,0.8); }
.row-fluid .feature-contacthero { padding:120px 0; }

.row-fluid .rdherosec { background-position:center center !important; padding:250px 0 150px; } 
.row-fluid .rdherosec .header-textbox { padding:0; }

.row-fluid .jobmarketing-hero { background-position:center center !important; }
.row-fluid .caselearn-hero:before { background:rgba(50,51,60,0.4); }
.row-fluid .casefun-hero:before { background:rgba(50,51,60,0.6); }
.row-fluid .casestudy-mmshero:before { background:rgba(50,51,60,0.5); }
.row-fluid .platformcontent2 { padding-top:70px; }
.row-fluid .casemms-banner { background-position:top center; }
.row-fluid .casesouth-hero:before { background:rgba(50,51,60,0.7); }

.row-fluid .ourValue-Header { padding:0 15px 30px; }
.row-fluid .ourValue-Header h4 { font-size:30px; line-height:40px; }

.row-fluid .press-servicebox:hover .pressservice-iconbox { animation:bounce_7203 3.6s ease infinite; transform-origin:50% 50%; }

.row-fluid .testimonial-sec1, .row-fluid .testimonial-sec2, .row-fluid .testimonial-sec3, .row-fluid .testimonial-sec4, .row-fluid .testimonial-sec5 { background-size:cover !important; }

.row-fluid .plansupergradient-btnsec { font-size:18px; line-height:31px; padding-top:50px; color:#000; font-weight:600; }

.row-fluid .icpindependent-logorightbox img { height:150px; width:150px !important; border-radius:100%; }
.row-fluid .eventmngmnt-award .award-imgbox { max-width:100%; min-height:190px; }

/* Resources Page 15-03-2017 */
.body-resources .header-container-wrapper { position:relative; z-index:4; }
.body-resources .top { position:relative; }  
.row-fluid .resource-hero { padding:135px 0; }
.row-fluid .resource-headerbox { font-size:30px; line-height:45px; font-family:'BrandonGrotesque', Verdana, sans-serif; }
.row-fluid .resource-headerbox h1 { font-size:56px; line-height:56px; font-weight:bold; }

.row-fluid .resource-filtermodule { float:left; width:100%; position:relative; }
.row-fluid .select-filterbox { float:none; width:100%; display:inline-block; vertical-align:middle; padding-right:60px; }
.row-fluid .resource-filtermain { float:left; width:33.33%; padding-right:2px; }
.row-fluid .resourcefilterbox { float:left; width:100%; position:relative; }
.row-fluid .resourcefilterbox > span { background:#fff; cursor:pointer; font-size:14px; line-height:20px; color:#76778d; font-family:'BrandonGrotesque', Verdana, sans-serif; font-weight:bold; padding:20px; float:left; width:100%; position:relative; }
.row-fluid .resourcefilterbox > span:after { -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; display:inline-block; content:"\f107"; font-family:"FontAwesome"; float:right; vertical-align:middle; margin-right:10px; }
/*.row-fluid .resourcefilterbox > span.open:after { -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }*/
.row-fluid .resourcefilterbox ul { position:absolute; top:100%; z-index:3; display:none; margin:0; padding:0; list-style-type:none; float:left; width:100%; 
                                    background: rgb(249,229,232);
                                    background: -moz-linear-gradient(left,  rgba(249,229,232,1) 0%, rgba(247,226,230,1) 14%, rgba(231,224,234,1) 100%);
                                    background: -webkit-linear-gradient(left,  rgba(249,229,232,1) 0%,rgba(247,226,230,1) 14%,rgba(231,224,234,1) 100%);
                                    background: linear-gradient(to right,  rgba(249,229,232,1) 0%,rgba(247,226,230,1) 14%,rgba(231,224,234,1) 100%);
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e5e8', endColorstr='#e7e0ea',GradientType=1 ); }

.row-fluid .resourcefilterbox ul li { float:left; width:100%; border-bottom:1px solid #fff; }
.row-fluid .resourcefilterbox ul li:last-child { border-bottom:0; }  
.row-fluid .resourcefilterbox ul li a { padding:0 30px; float:left; width:100%; font-size:14px; line-height:44px; color:#32333c; font-family:'BrandonGrotesque', Verdana, sans-serif; font-weight:400; cursor:pointer; text-transform:uppercase; }
.row-fluid .resourcefilterbox ul li a:hover { color:#f17478; } 

.row-fluid .search-section { cursor:pointer; float:right; width:60px; display:inline-block; vertical-align:middle; margin:0; position:absolute; right:0; text-align:center; background:#fff; height:100%; top:0; }
.row-fluid .search-section input::-webkit-input-placeholder { color: #707288 !important; font-size:16px; line-height:19px; font-weight:400; }
.row-fluid .search-section input::-moz-placeholder { color: #707288 !important; font-size:16px; font-weight:400; }
.row-fluid .search-section input:-moz-placeholder {  color: #707288 !important; font-size:16px; line-height:19px; font-weight:400; }
.row-fluid .search-section input:-ms-input-placeholder { color: #707288 !important; font-size:16px; line-height:19px; font-weight:400; }
.row-fluid .filter-searchicon { display:inline-block; height:100%; width:100%; vertical-align:middle; }
.row-fluid .filter-searchicon a { float:left; width:100%; padding:18px; }
.row-fluid .filter-searchicon img { max-width:20px; }
.row-fluid .search-section input[type="text"] { display:none; }
.row-fluid .search-section input[type="text"] { height:60px; background-color:#fff; position:absolute; width:420px; right:0; top:100%; margin-top:2px; border-radius:0; }

.row-fluid .resource-filterraw { float:left; width:100%; text-align:center; padding-top:60px; }
.row-fluid .resource-filterraw > span { float:left; width:100%; }
.row-fluid .resource-filterraw .resource-item { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -2px; padding:30px 14px; font-size:16px; line-height:28px; color:#63637a; font-weight:400; text-align:left; }
/*.row-fluid .resource-filterraw .resource-item { float:left; width:100%; font-size:16px; line-height:28px; color:#63637a; font-weight:400; text-align:left; }*/
.row-fluid .resource-filterraw .resource-item h3 { font-size:24px; line-height:28px; color:#32333c; padding-top:15px; }
.row-fluid .resource-learnmore { float:left; width:100%; padding-top:40px; }
.row-fluid .resource-featureimg { float:left; width:100%; height:180px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }

.row-fluid .resource-filterraw .resource-item span.resource-topic { position:absolute; left:10px; top:10px; background-color:#fff; font-size:10px; line-height:20px; height:20px; float:left; width:auto; padding:0 10px; text-transform:uppercase; font-weight:bold; font-family: 'BrandonGrotesque', Verdana, sans-serif; border:1px solid #33cc99; border-radius:6px; }
.row-fluid .resource-filterraw .resource-item.white-papers span.resource-topic { color:#33cc99; }
.row-fluid .resource-filterraw .resource-item.webinars span.resource-topic { color:#5a5fa8; border-color:#5a5fa8; }
.row-fluid .resource-filterraw .resource-item.case-study span.resource-topic { color:#3399cc; border-color:#3399cc; }
.row-fluid .resource-filterraw .resource-item.videos span.resource-topic { color:#f06e7f; border-color:#f06e7f; }
.row-fluid .resource-filterraw .resource-item.courses span.resource-topic { color:#fdaf48; border-color:#fdaf48; }
.row-fluid .res-inner { float:left; width:100%; position:relative; min-height:60px;}
.row-fluid .resources-contentbox { float:left; width:100%; }
.row-fluid .resources-filtersec { padding-bottom:40px; background:url(//cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/filterbgnew.png) no-repeat; background-size:100% 200px; }
.row-fluid .resource-filterraw .supergradient-btnsec { margin-top:0; }
.row-fluid .resource-filterraw .supergradient-btnsec { background:url("https://cdn2.hubspot.net/hubfs/318095/loadmorebg.png") no-repeat center center; background-size:100% 100%; padding:25px; }

.row-fluid .resource-filterraw .supergradient-btnsec:hover a.supergradient-btn:hover {     background: rgb(51,153,204);
    background: -moz-linear-gradient(left, rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%);
    background: -webkit-linear-gradient(left, rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
    background: linear-gradient(to right, rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3bc9cd',GradientType=1 ); }
    
.row-fluid .testimonialvideo-sec .wistia_click_to_play { margin:0 auto; }


/*=====================================
# System Page Design
======================================*/


.row-fluid .error-section { float:left; width:100%; padding:150px 0 50px;  }
.row-fluid .error-section input[type="checkbox"] { height:26px; margin:0;  }
.row-fluid .error-section .fakelabel span { line-height:26px;  }
.row-fluid .error-section  .subscribe-options label span { vertical-align:top; }
.row-fluid .error-section input[type="email"],
.row-fluid .error-section input[type="text"],
.row-fluid .error-section input[type="password"] { border:2px solid #f9f9f9; height:60px !important; border-radius:3px; width:100% !important; padding:0 15px !important;  }

 .row-fluid .error-section input[type="submit"],
.row-fluid  .error-404 .hs-button {  display:inline-block; text-align:center; color:#fff; font-size:14px; text-transform:uppercase; font-weight:bold; font-family: 'BrandonGrotesque', Verdana, sans-serif;
                            background: rgb(59,201,205);
                            background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%) !important;
                            background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%) !important;
                            background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%) !important;
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ) !important; }
 .row-fluid .error-section input[type="submit"]:hover,
 .row-fluid  .error-404 .hs-button:hover { background: rgb(51,153,204) !important;
                                  background: -moz-linear-gradient(left,  rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%) !important;
                                  background: -webkit-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%) !important;
                                  background: linear-gradient(to right,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%) !important;
                                  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3bc9cd',GradientType=1 ) !important; }



.row-fluid .error-section.email-unsubscribe { text-align:center; }
.row-fluid .error-section.email-unsubscribe form   { float:none; display:inline-block; vertical-align:top; width:400px; max-width:100%;}
.row-fluid .error-section input[type="email"]  { margin:10px 0; }  
.row-fluid .error-section input[type="password"]  { margin:15px 0 20px !important; } 

.row-fluid  .error-404 .hs-button { width:100%; padding:20px 0; margin-top:20px;   }
.row-fluid .error-section.email-preference input[type="submit"] { width:400px; max-width:100%; margin:0 auto;   }  

.row-fluid .top.fixed { position:fixed; }

/* Updates 25-05-2017 */
.row-fluid .plans-logorawslider .slick-arrow { padding:0; background:transparent; border:0; }
.row-fluid .plans-logorawslider .slick-arrow:before { font-size:30px; }


.row-fluid .lpcontent-wrap { padding-right:60px; padding-bottom:60px;  position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; }
.row-fluid .lpcontent-wrap h1 { margin-bottom:10px; }
.row-fluid .lpcontent-innerwrap { position:relative; z-index:1; }
.row-fluid .lpcontent-wrap .sub-title { text-transform:uppercase; font-size:22px; line-height:30px; margin-bottom:5px; display:inline-block; }
.row-fluid .lpcontent-wrap .eventsub-title { font-size:34px; line-height:42px; }
.row-fluid .trusted-section { margin-top:80px; }
.row-fluid .trusted-section .sub-title { padding-bottom:20px; } 
.row-fluid .trusted-section .trust-logolist .trust-logo { width:auto; display:inline-block; float:none; padding-right:25px; vertical-align:middle; line-height:0; }
.row-fluid .trusted-section .trust-logolist .trust-logo img { max-height:70px; max-width:none; width:auto !important;  } 
.row-fluid .lp7-turnleft .trusted-section .trust-logolist .trust-logo:first-child img { max-height:30px; }

.row-fluid .list-style ul { margin:0; padding:0; list-style:none; }
.row-fluid .list-style ul li { position:relative; padding-left:20px; display:inline-block; margin:7px 0; }
.row-fluid .list-style ul li:before { content:""; width:10px; height:10px; top:5px; border-radius:100%; position:absolute; left:0; background:#fff;  }

.hs-content-name-landing-page2 .row-fluid .esoftware-section .lpform-wrap {max-width:700px;}
.row-fluid .lpform-wrap h3 { font-size:20px; line-height:30px; font-weight:700; margin-bottom:25px; }
.row-fluid .lpform-wrap { padding-left:25px; padding-top:60px; padding-bottom:40px; }
.row-fluid .lpform-wrap .hs-form-required, .row-fluid .lpform .hs-form-required { display:none; }
.row-fluid .lpform .hs-form .hs-form-field { padding-bottom:25px; }
.row-fluid .lpform input,.row-fluid .lpform button,.row-fluid .lpform textarea,.row-fluid .lpform select,.row-fluid .lpform input[type="text"],.row-fluid .lpform input[type="password"],.row-fluid .lpform input[type="datetime"],.row-fluid .lpform input[type="datetime-local"],.row-fluid .lpform input[type="date"],.row-fluid .lpform input[type="month"], 
.row-fluid .lpform input[type="time"],.row-fluid .lpform input[type="week"],.row-fluid .lpform input[type="number"],.row-fluid .lpform input[type="email"],.row-fluid .lpform input[type="url"],.row-fluid .lpform input[type="search"],
.row-fluid .lpform input[type="tel"],.row-fluid .lpform input[type="color"] { border:1px solid #c5c5c5; padding-left:15px; padding-right:15px; font-size:14px; font-family:Arial, "Helvetica Neue", Helvetica, sans-serif !important;}

.row-fluid .lpform input::-webkit-input-placeholder,.row-fluid .lpform-wrap textarea::-webkit-input-placeholder { color: #707288 !important; font-size:14px; line-height:19px; font-weight:400; }
.row-fluid .lpform input::-moz-placeholder,.row-fluid .lpform-wrap textarea::-moz-placeholder,.row-fluid .lpform-wrap select::-moz-placeholder { color: #707288 !important; font-size:14px; font-weight:400; }
.row-fluid .lpform input:-moz-placeholder,.row-fluid .lpform-wrap textarea:-moz-placeholder {  color: #707288 !important; font-size:14px; line-height:19px; font-weight:400; }
.row-fluid .lpform input:-ms-input-placeholder,.row-fluid .lpform-wrap textarea:-ms-input-placeholder { color: #707288 !important; font-size:14px; line-height:19px; font-weight:400; }

.row-fluid .lpform textarea::-webkit-input-placeholder,.row-fluid .lpform-wrap textarea::-webkit-input-placeholder { color: #707288 !important; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; font-size:14px; line-height:19px; font-weight:400; }
.row-fluid .lpform textarea::-moz-placeholder,.row-fluid .lpform-wrap textarea::-moz-placeholder, .row-fluid .lpform *::-moz-placeholder { color: #707288 !important; font-size:14px; font-weight:400; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; }
.row-fluid .lpform textarea:-moz-placeholder,.row-fluid .lpform-wrap textarea:-moz-placeholder {  color: #707288 !important; font-size:14px; line-height:19px; font-weight:400; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; }
.row-fluid .lpform textarea:-ms-input-placeholder,.row-fluid .lpform-wrap textarea:-ms-input-placeholder { color: #707288 !important; font-size:14px; line-height:19px; font-weight:400; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; }

.row-fluid .lpform .hs-error-msgs label { color:#fff; }
.row-fluid .lpform-wrap .lpform h3 { padding:0; margin-bottom:0; }
.row-fluid .lpform input[type="submit"] { font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:17px 25px; width:100%; max-width:100%; text-align:center; display:inline-block; position:relative; color:#fff !important; font-size:16px; font-weight:bold; text-transform:uppercase; border:1px solid #3bc8cd; border-radius:30px; 
                                                    background-color: rgb(51,153,204);
                                                    background: -moz-linear-gradient(left,  rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%) !important;
                                                    background: -webkit-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%) !important;
                                                    background: linear-gradient(to right,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%) !important;
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3bc9cd',GradientType=1 ); }
.row-fluid .lpform input[type="submit"]:hover { background-color: rgb(59,201,205);
                                                                background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%) !important;
                                                                background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%) !important;
                                                                background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%) !important;
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }

.row-fluid .lp-logo { margin:25px 0;}
.row-fluid .lp-logo img { max-width:150px; }
 
.row-fluid .scheduler-demosection { text-align:center; background:#35373e; padding:60px 0; text-align:center; }
.row-fluid .scheduler-demosection h3 { color:#fff; margin-bottom:25px; text-transform:uppercase; font-weight:600; font-size:28px; line-height:34px; }
.row-fluid .scheduler-demosection h2 { color:#fff; margin-bottom:25px; text-transform:uppercase; font-weight:600;  }
.row-fluid .scheduler-demosection .field { padding-bottom:20px; display:inline-block; width:100%; }
.row-fluid .scheduler-demosection input[type="submit"] { font-family: 'BrandonGrotesque', Verdana, sans-serif; padding:10px 45px; margin-top:25px; width:auto; max-width:100%; text-align:center; display:inline-block; position:relative; color:#fff !important; font-size:16px; font-weight:bold; text-transform:uppercase; border:1px solid #3bc8cd; border-radius:30px; 
                                                    background-color: rgb(51,153,204);
                                                    background: -moz-linear-gradient(left,  rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%) !important;
                                                    background: -webkit-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%) !important;
                                                    background: linear-gradient(to right,  rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%) !important;
                                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3bc9cd',GradientType=1 ); }

.row-fluid .scheduler-demosection input[type="submit"]:hover { background-color: rgb(59,201,205);
                                                                background: -moz-linear-gradient(left,  rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%) !important;
                                                                background: -webkit-linear-gradient(left,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%) !important;
                                                                background: linear-gradient(to right,  rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%) !important;
                                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 ); }
                                                                 
.row-fluid .scheduler-demosection .hs-form-required { display:none; }
.row-fluid .scheduler-demosection input::-webkit-input-placeholder { color: #707288 !important; font-size:16px; line-height:19px; font-weight:400; }
.row-fluid .scheduler-demosection input::-moz-placeholder { color: #707288 !important; font-size:16px; font-weight:400; }
.row-fluid .scheduler-demosection input:-moz-placeholder {  color: #707288 !important; font-size:16px; line-height:19px; font-weight:400; }
.row-fluid .scheduler-demosection input:-ms-input-placeholder { color: #707288 !important; font-size:16px; line-height:19px; font-weight:400; }
.row-fluid .scheduler-demosection .livedemo-form { max-width:520px; margin:0 auto; float:none; }

.row-fluid .lpheader-center { text-align:center; padding:20px 0; }
.row-fluid .lphero-section { position:relative; }
.row-fluid .lphero-section:before { content:""; width:100%; height:100%; background:rgba(0,0,0,0.5); top:0; left:0; position:absolute; }
.row-fluid .lphero-section .wrapper { position:relative; z-index:1; }

.row-fluid .lphero-contentwrap h3 { text-transform:uppercase; }

.lp .row-fluid .twocolumn-section ul li, .lp .row-fluid .twocolumn-section ul li {line-height:26px;}
.thankyou-page1 .row-fluid .icp-herosec, .thankyou-page2 .row-fluid .icp-herosec { padding:150px 0 100px;}
.thankyou-page1 .row-fluid .thhelp-section {min-height:435px;padding-top: 190px;}

.row-fluid .lphero-contentwrap .lpform { margin-top:25px; text-align:center; }
.row-fluid .lphero-contentwrap .hs-form-required { display:none; }
.row-fluid .lphero-contentwrap .lpform input[type="submit"] { width:auto; padding:10px 45px; }
.row-fluid .eventsoft-emailwrap .lertstalk-btnwrap { margin-top:20px; }
.row-fluid .eventsoft-emailwrap .lertstalk-btnwrap a.letstalk-btn { border-radius:30px; }
.row-fluid .msg { display: none; font-size:14px; margin-top:5px; display:inline-block; }
.row-fluid .lpform-btm input{max-width:480px;}


.row-fluid .formpopup-wrap { display:none; }
.formpopup-wrap { padding:40px 15px;}

.formpopup-wrap,.formpopup-wrap h3  { color:#fff; }
.formpopup-wrap h3 { font-weight:700; text-transform:uppercase; margin-bottom:15px; }
.formpopup-wrap .popup-contentwrap { text-align:center; }
.formpopup-wrap .lpform .hs-form-required { display:none; }
.formpopup-wrap .row-fluid .lpform { margin-top:40px; max-width:500px; float:none; margin-left:auto; margin-right:auto; }
.formpopup-wrap .row-fluid .lpform .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 20px 0;}
.formpopup-wrap .row-fluid .lpform .hs-form fieldset.form-columns-2 .field { padding:0 0 20px 10px;}
.formpopup-wrap .row-fluid .lpform fieldset.form-columns-1 .input { margin-right:0; }
.formpopup-wrap .row-fluid .lpform input[type="submit"] { border-color:transparent; margin-top:10px; background-color: rgb(91,96,165);
background: -moz-linear-gradient(left,  rgba(91,96,165,1) 0%, rgba(164,104,165,1) 100%) !important; background: -webkit-linear-gradient(left,  rgba(91,96,165,1) 0%,rgba(164,104,165,1) 100%) !important;
background: linear-gradient(to right,  rgba(91,96,165,1) 0%,rgba(164,104,165,1) 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a60a6', endColorstr='#a468a5',GradientType=1 ); } 

.formpopup-wrap .row-fluid .lpform input[type="submit"]:hover { background-color: rgb(164,104,165);
background: -moz-linear-gradient(left,  rgba(164,104,165,1) 0%, rgba(91,96,165,1) 100%) !important; background: -webkit-linear-gradient(left,  rgba(164,104,165,1) 0%,rgba(91,96,165,1) 100%) !important;
background: linear-gradient(to right,  rgba(164,104,165,1) 0%,rgba(91,96,165,1) 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a468a5', endColorstr='#5a60a6',GradientType=1 ); }

.privacy-tagline { text-align:center; font-size:14px; margin-top:5px; display:inline-block; width:100%; color:#fff; }
.fancybox-close { right:15px !important; top:15px !important; }
.formpopup-wrap .row-fluid .lpform .hs_submit { padding-left:20px; padding-right:20px; }

.row-fluid .faq-section .pressrelease-raw .hs_cos_wrapper_type_custom_widget:last-child .pressrelease-boxes:after { display:none; }

/* FancyBox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {    padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none;	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {	-webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url(''); }
#fancybox-loading {	position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px;  height: 44px; background: url('') center center no-repeat; }
.fancybox-close { position: absolute; background-image: url('https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/x_icon.png'); top: -18px; right: -18px; width: 34px; height: 34px;	cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer;text-decoration: none; background: transparent url(''); -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp {	position: absolute;	top: -99999px;	left: -99999px;	visibility: hidden;	max-width: 99999px;	max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none;
	z-index: 8010; background: url(''); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; position: relative; text-shadow: none; z-index: 8050;}
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px;  -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff;}
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000;	background: rgba(0, 0, 0, .8); }

.row-fluid .esoftware-section { position:relative; padding:90px 0; }
.row-fluid .esoftware-section h2 { color:#fff; }
/*.row-fluid .esoftware-section:before { content:""; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.4);}*/
.row-fluid .esoftware-section .wrapper { position:relative; z-index:1; }
.row-fluid .esoftware-section .lpform-wrap { padding-top:25px; padding-bottom:0; padding-left:0; max-width:500px; margin:0 auto; float:none; }
.row-fluid .esoftware-section .lpform-wrap .lpform .hs_submit { text-align:center; }
.row-fluid .esoftware-section .lpform-wrap .lpform input[type="submit"] { width:auto; margin-top:15px; }

.row-fluid .tyhero-section { padding:80px 0; }

.row-fluid .typage-title { padding:30px 15px; }

.row-fluid .tytesti-section .testimonial-detailsbox { color:#000; }
.row-fluid .tytesti-section .testimonial-clientname h4,.row-fluid .tytesti-section .testimonial-slidersec { color:#76778a; }
.row-fluid .tytesti-section.jobtestimonial-sec4 ul.slick-dots { display:none; }
.row-fluid .lpevent-herosection:before { display:none; }
.row-fluid .lpevent-herosection .lphero-contentwrap { padding-top:10px; }
.row-fluid .lpevent-herosection .lphero-contentwrap .lpform input[type="submit"], .lp3 .row-fluid .lpform-top .eventsoft-emailwrap .lertstalk-btnwrap a.letstalk-btn { background:#333 !important; border:none; padding-left:55px; padding-right:55px;  }
.row-fluid .lpevent-herosection .lphero-contentwrap .lpform input[type="submit"]:hover, .lp3 .row-fluid .lpform-top .eventsoft-emailwrap .lertstalk-btnwrap a.letstalk-btn:hover { background:#4f4f4f !important; }
.lp3 .row-fluid .lpform-top .eventsoft-emailwrap .lertstalk-btnwrap a.letstalk-btn {background:#f58a64 !important;}

/*.thankyou-page1 .row-fluid  .top { box-shadow:50px 0 100px rgba(0,0,0,0.2);}*/

.row-fluid .thhelp-section { min-height:700px; padding-top:320px; color:#fff; }
.row-fluid .thhelp-section h3,.row-fluid .thhelp-section h2 { color:#fff; font-weight:bold; }
 
.row-fluid .tyhelp-herosection .icpmarketing-leftherotext { padding-right:0; font-size:20px; line-height:26px;  }
.row-fluid .tyhelp-herosection h3 span { display:inline-block; color:#3b98c7; }
.row-fluid .tyhelp-herosection h3 { margin-bottom:10px; }
.row-fluid .tyhelp-herosection .lpform { max-width:500px; margin:25px auto 0; float:none; }

.row-fluid .tyhelp-herosection .lpform input, .row-fluid .tyhelp-herosection .lpform button, .row-fluid .tyhelp-herosection .lpform textarea, .row-fluid .tyhelp-herosection .lpform select, 
.row-fluid .tyhelp-herosection .lpform input[type="text"], .row-fluid .tyhelp-herosection .lpform input[type="password"], .row-fluid .tyhelp-herosection .lpform input[type="datetime"], 
.row-fluid .tyhelp-herosection .lpform input[type="datetime-local"], .row-fluid .tyhelp-herosection .lpform input[type="date"], .row-fluid .tyhelp-herosection .lpform input[type="month"], 
.row-fluid .tyhelp-herosection .lpform input[type="time"], .row-fluid .tyhelp-herosection .lpform input[type="week"], .row-fluid .tyhelp-herosection .lpform input[type="number"], .row-fluid .tyhelp-herosection .lpform input[type="email"], 
.row-fluid .tyhelp-herosection .lpform input[type="url"], .row-fluid .tyhelp-herosection .lpform input[type="search"], .row-fluid .tyhelp-herosection .lpform input[type="tel"], .row-fluid .tyhelp-herosection .lpform input[type="color"] { border-color:transparent; box-shadow:0 0 25px rgba(0,0,0,0.3); }
.row-fluid .tyhelp-herosection .lpform input[type="submit"] { box-shadow:none; background:#3999c8 !important; font-size:18px; line-height:26px; }
.row-fluid .tyhelp-herosection .lpform input[type="submit"]:hover { background:#146a94 !important; }
.row-fluid .tyhelp-herosection .lpform .hs_submit { text-align:center; } 
.lp3 .row-fluid .lpform-top .eventsoft-emailwrap .lertstalk-btnwrap a.letstalk-btn {width: auto;}

.row-fluid .lpvideo-codewrap { margin-top:15px; }
.row-fluid .lpvideo-codewrap .lpvideo-code { max-width:500px; display:inline-block; width:100%;  margin:0 auto; float:none; border:1px solid #fff; line-height:0; }
.row-fluid .lpvideo-codewrap .lpvideo-content { margin-top:15px; }
.row-fluid .lpeight-contentwrap .trusted-section { margin-top:50px; }
.row-fluid .lpeight-contentwrap:before { display:none; }

.row-fluid .event-section:before { display:none; }
.row-fluid .event-leftcontent p i { font-size:24px; line-height:30px; font-family: 'Droid Serif', serif; }

.row-fluid .incredibleint-section { background: #faf7f7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #faf7f7 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf7f7), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #faf7f7 0%,#ffffff 100%);
background: -o-linear-gradient(top, #faf7f7 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #faf7f7 0%,#ffffff 100%);
background: linear-gradient(to bottom, #faf7f7 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf7f7', endColorstr='#ffffff',GradientType=0 ); }

.row-fluid .lp2-herosec h2 { text-shadow:0 2px 7px rgba(0, 0, 0, 0.25); }
.row-fluid .lp7-turnleft h1, .row-fluid .lp7-turnleft .eventsub-title { text-shadow:0 0 7px rgba(0, 0, 0, 0.25); }
.row-fluid .lp7-turnleft .eventsub-title { font-family:'BrandonGrotesque', Verdana, sans-serif; font-weight:400; }
.row-fluid .lp7-turnleft .list-style ul li { font-family: 'Titillium Web', sans-serif; font-size:20px; line-height:27px; }
.row-fluid .lp7-turnleft .list-style ul li:before { top:8px; }
.lp7 .row-fluid .lpform .hs-error-msgs label, .lp8 .row-fluid .lpform .hs-error-msgs label {color:#707288; line-height: 2em; font-size: 0.9em;margin-left: 1em;}

.row-fluid .lp8-sciencebox .eventsub-title { font-family:'BrandonGrotesque', Verdana, sans-serif; font-weight:400; }
.row-fluid .lp8-sciencebox .lpvideo-codewrap { font-size:20px; line-height:27px; } 
.row-fluid .lp8-sciencebox .lpvideo-content { font-family: 'Titillium Web', sans-serif; }

.row-fluid .typage1-herosec .icpmarketing-leftherotext { font-size:25px; line-height:48px; font-family:'BrandonGrotesque', Verdana, sans-serif; font-weight:400; color:#707288; }
.row-fluid .tyhelp-herosection.typage1-herosec input[type="text"] { border:solid 1px #e1e2e7; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13); }

.row-fluid .grey-bgbox { background:#ECECEC; height:1px; }
.row-fluid .lpturn-section .wrapper { width:1280px; }
.row-fluid .lp7-turnleft { float:left; width:60%; padding:30px 60px 60px; }
.row-fluid .lp7-rightherobox { background:#fff; margin:0; float:left; width:40%; padding:65px; }  
.row-fluid .lp7-turnleft .sub-title { font-size:24px; line-height:28px; text-shadow:0 0 7px rgba(0, 0, 0, 0.21); }
.row-fluid .lp7-heroright .widget-type-header h3 { font-size:18px; }

.greybody { background:#ECECEC; }


/*raman customer page start*/

.cust-exp-wrap {
    padding:120px 0 50px;
    text-align:Center;
    color:#fff;
    margin-top:50px;
}
.cust-exp-content h3 {
    font-size: 22px;
    margin: 0 0 5px;
    color: #fff;
    font-weight: 600;
}
.cust-exp-content h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 60px;
    color: #fff;
    font-weight: 700;
}
.cust-exp-content a {
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(to right, rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
    background: -moz-linear-gradient(to right, rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
    background:-webkit-linear-gradient(to right, rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
    max-width: 200px;
    width: 100%;
    font-weight: bold;
    font-family: 'BrandonGrotesque', Verdana, sans-serif;
    
}

.cust-exp-content a:hover {
    background: linear-gradient(to right, rgba(51,153,204,1) 0%, rgba(59,201,205,1) 100%);
    background: -webkit-linear-gradient(to right, rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
    background: -moz-linear-gradient(to right, rgba(51,153,204,1) 0%,rgba(59,201,205,1) 100%);
}



/*new plans page css start*/

.plan-boxes.plans-new .plan-borderboxe h5 {font-size: 12px; line-height: 1.3; padding: 0 5px; }
.plan-boxes.plans-new .plan-contentlistbox ul li span {color:#d9dbdf;}
.plans-new-flex div:nth-child(2) .plans-new .plan-borderboxe {    transform: scale(1.1);    margin: -15px 0 9px;    border-left: 2px solid #67bbc7;
  border-right: 2px solid #caa8cf;
  border-radius: 0px;
  border-top:0;
  border-bottom:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 2px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  background-image: -webkit-linear-gradient(left, #67bbc7 0%, #caa8cf 100%), -webkit-linear-gradient(left, #67bbc7 0%, #caa8cf 100%);
  background-image: -moz-linear-gradient(left, #67bbc7 0%, #caa8cf 100%), -moz-linear-gradient(left, #67bbc7 0%, #caa8cf 100%);
  background-image: -o-linear-gradient(left, #67bbc7 0%, #caa8cf 100%), -o-linear-gradient(left, #67bbc7 0%, #caa8cf 100%);
  background-image: linear-gradient(to right, #67bbc7 0%, #caa8cf 100%), linear-gradient(to right, #67bbc7 0%, #caa8cf 100%); }
.plans-new-flex div:nth-child(2) .plans-new .plan-borderboxe  h6.popular-title {    min-height: auto;    display: inline-block;    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#35c6cb+0,329acc+100 */
background: #35c6cb; /* Old browsers */
background: -moz-linear-gradient(top, #35c6cb 0%, #329acc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #35c6cb 0%,#329acc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #35c6cb 0%,#329acc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35c6cb', endColorstr='#329acc',GradientType=0 ); /* IE6-9 */;    color: #000;    margin: 0px;    padding: 2px 20px;    line-height: 22px;    border-radius: 50px;    color: #fff;}
.plan-boxes.plans-new .plan-requestbox.btn-style4 a { font-size: 13px; border-radius: 50px; font-weight:400; width: auto;  padding: 7px 30px; }
.new-plans-package-logo{padding: 20px 0 50px 0; text-align:center;}
.packages-plan-bottom { width: 25%;  float: left;  text-align: center; padding:25px 0; }
.packages-logo-title h2{ font-size:25px; font-weight:600; padding:30px 0;  text-transform: uppercase;}
.packages-plan-inner img{ width:120px; }
.span12.widget-span.widget-type-rich_text.packages-logo-title {
    padding: 20px 0 0;
}
.packages-plan-inner h4 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 600;
    margin:20px 0;
}
.get-touch-bottom-btn {padding:20px 0 0;}
.get-touch-bottom-btn a {
    background: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    transition:0.3s;
    border:1px solid #fff;
}
.get-touch-bottom-btn a:hover{background:none; color:#fff;}
.bgimg-main.form-section.text-center.bgimg-gettouch .section-title h3 {font-size:30px; font-weight:600;}
.span12.widget-span.widget-type-cell.bgimg-main.form-section.text-center.bgimg-gettouch {
    padding: 60px 0;
}
.container-max {max-width:1000px; margin:0 auto;}
.plan-borderboxe.sameheight.fixed {
/*     max-width: 230px; */
    position: fixed;
    top: 0;
/*     width: 100%; */
    background: #fff;
    z-index: 1;
}



/*new plans page css*/









/*raman customer page end*/


@media (min-width: 1800px) {
    
    .row-fluid .header.jobs-header { min-height:1000px; }
    
    .row-fluid .header-textbox { padding:270px 0 50px; }
    .row-fluid .feature-hero { min-height:750px !important; }
    .row-fluid .left-featurehero { padding-top:150px; }
    .row-fluid .innerheader-textbox { padding:200px 0 50px; }
    .row-fluid .icp-herosec { padding:400px 0 350px; }
    .row-fluid .platform-twocolumn { padding:420px 0; }
    .row-fluid .customer-serviceboxes { padding:2px; }
    
    .row-fluid .platform-righthero img { max-width:650px; }
    .row-fluid .platformtree-img img { max-width:320px !important; }
    .row-fluid .platformtree-img { margin-right:-300px !important; }
    
    .row-fluid .presstwocolumn-ctasec .twocolumn-rightcta .ctacontent { position:relative; top:32px; }
    .row-fluid .presstwocolumn-ctasec .cta-leftContent, .row-fluid .presstwocolumn-ctasec .cta-rightContent { min-height:60px !important; }
    
    .row-fluid .esoftware-section,.row-fluid .event-section { padding:180px 0;}
    
    .row-fluid .lpimg-textbox .twocolumn-contentbox { padding-right:240px !important; }
    .row-fluid .lpdata-sec .right-space { padding-right:456px !important; }
    
    

}

@media (min-width: 1600px) {
    .right-space{padding-right:296.5px !important;}
    .left-space{padding-left:296.5px !important;}
    .row-fluid .family-leftbox { width:calc( 50% + 50px ) !important; margin-left:-50px !important; }
    .row-fluid .family-imgbox3 { width:calc( 50% + 100px ) !important; margin-left:-60px !important; }
    .row-fluid .family-imgbox3:after { right:-100px; }
    .row-fluid .home-videosec video { height:100% !important; width:100% !important; max-width:none !important; }
    .row-fluid .platformtv-img img { max-width:900px !important; }
    .row-fluid .platformtree-img { margin-right:-300px !important; } 
    
    /* Case Study Page */
    .row-fluid .casestudyimgbox { min-height:400px; } 
    
    /* Jobspage */ 
    .row-fluid .job-teamimgbox { height:250px; }
    
    /* Contact Page */
    
    
    /* Job Page */
    .row-fluid .jobpage-header .header-textbox { padding:300px 0 120px; }
    .row-fluid .rdherosec { padding:350px 0 250px; }
    .row-fluid .rdherosec .header-textbox { padding:0; }
    
    .row-fluid .jobspage-centersliderimgbox { height:45vh; background-position:top center !important; }
    .row-fluid .featureevent-hero { padding:250px 0; }
    .row-fluid .feature-contacthero { padding:160px 0; }
    
    .row-fluid .contactus-header { padding:280px 0 340px; }
    
    /* Press Page */
    .row-fluid .press-hero .press-herotextbox { padding:350px 0 200px; }
    
    .row-fluid .featureeventbox2 .twocolumn-contentbox { padding:200px 70px 200px 200px; }
    
    .row-fluid .esoftware-section,.row-fluid .event-section { padding:140px 0;}
    
    /* Updates 08-06-2017 */
    .row-fluid .lphero1-sec { padding:140px 0 340px !important; }
    /*.row-fluid .lp-brandsec .left-space { padding-left:210px !important; padding-right:150px; }*/
   
    .row-fluid .lp2-herosec { padding:230px 0 200px; }
    
}

@media (min-width: 1300px) {
    
    iframe[name="google_conversion_frame"] { display:none; }
    
    .row-fluid .homeevent-left, .row-fluid .homeevent-right { float:none; display:inline-block; vertical-align:middle; margin:0; }
    .row-fluid .footer-socialbox a { font-size:24px; }
    .row-fluid .ctaimage img { max-width:250px; }
    
    .row-fluid .customerservice-leftbox { width:39%; }
    .row-fluid .customerservice-rightbox { width:61%; padding:40px 26px 60px 40px; }
    
    .row-fluid .icpmarketing-boxes h4 { padding-top:30px; }
    
    .row-fluid .revenuesec .twocolumn-righttext { padding-right:150px; }
    .row-fluid .featureeventbox2 .twocolumn-righttext { padding-right:50px; }
    .row-fluid .featureeventbox2 { padding:200px 0; }
    .row-fluid .spain-sec .testimonial-logo { max-width:150px; }
    .row-fluid .organise-sec .twocolumn-contentbox { padding-right:240px; }
    
    .row-fluid .community-sec { padding:80px 0 0; }
    .row-fluid .toplogin a, .row-fluid .topdemo-cta a { padding:31px 30px; }
    .row-fluid .hero-logo img { max-width:352px; }
    .row-fluid .icpmarketing-morebox a.btn-style4 { padding:18px 8px; }
    .row-fluid .award-imgbox { margin:0 auto; max-width:170px; min-height:170px; }
    .row-fluid .footer-bottombox5 { padding-left:10px; }
    .row-fluid .footer-bottombox4 { padding-right:10px; }
    
    .row-fluid .zigzag-textbox1 { padding-left:100px; }
    .row-fluid .zigzag-textbox1 .twocolumn-righttext { padding-right:120px; } 
    .row-fluid .jobpage-header { background-position:right 70px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) > ul > li:nth-child(3n) { clear:right; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) > ul > li:nth-child(3n+1) { clear:left; }
    
    .row-fluid .ctacontent .plandownloadcta a { margin-top:20px; }
    .row-fluid .plancompanylogo-box .slick-track > div:nth-child(4) img { max-width:180px; }
    
    .row-fluid .contactus-header { background-position:top center; }
    .row-fluid .contcat-awardsec .award-imgbox { max-width:200px; min-height:200px;  }
    .row-fluid .jobtestimonial-sliderrightbox { width:610px; }
    .row-fluid .plan-borderboxe h5 { padding:0 5px; }
    
    .row-fluid .plan-sec2 .wrapper { width:1300px; }
    .icpmarketing .body-container { margin-top:130px; }
    .body-container.container-fluid.margin {    margin: 87px 0 0 0; }
    
    .row-fluid .featureevent-winingraw .award-imgbox { max-width:180px; }
    .row-fluid .icpmarketlogo-right .icpright-logoimg { margin-bottom:0; }
    
    .row-fluid .eventbox2-right { padding-left:200px; padding-right:70px !important; }
    .row-fluid .feature-agendahero .right-featurehero { top:-70px; }
    .row-fluid .agenda-enterprisesec { padding:60px 0 40px; }
    .row-fluid .agenda-enterprisesec .twocolumn-lefttext { padding-right:100px; }
    
    .row-fluid .presstwocolumn-ctasec .ctacontent { padding:50px 0; }
    .row-fluid .presstwocolumn-ctasec .cta-leftContent, .row-fluid .presstwocolumn-ctasec .cta-rightContent { min-height:80px; }
    .icppublisherpage .body-container { margin-top:107px; }
    
    .row-fluid .icpmarketing-sec .wrapper { width:1300px; }
    
    .row-fluid .icpmarketing-leftherotext { padding-right:240px; }
    
    .icpbody .icplogo-left { float:left; width:55%; margin:0; }
    .icpbody .icplogo-right { width:45%; margin:0; }
    .icpbody .etihad-title { font-size:20px; line-height:31px }
    .row-fluid .icp-logosec { margin-top:20px; }
    
    .row-fluid .featurepoll-box2 { padding:0; }
    .row-fluid .left-featureeventhero { padding:0; } 
    
    .row-fluid .featurepoll-awradsec .award-imgbox { max-width:240px; min-height:220px; }
    .row-fluid .featurepoll-hero { padding:150px 0; }
    .row-fluid .featurepoll-hero .left-featurehero { padding-top:0; position:relative; top:-50px; }
    .row-fluid .feature-regaward .award-imgbox { max-width:220px; min-height:190px; } 
    
    .row-fluid .feature-regbox2 .twocolumn-contentbox { padding-left:100px; }
    .row-fluid .feature-contacthero .left-featurehero { padding-top:0; }
    
    .row-fluid .jobsales-header { padding:100px 0 50px; background-position:center center !important; }
    .row-fluid .jobproduct-hero { background-position:center center !important; }
    .row-fluid .casestudyimgbox3 { width:41%; }
    .row-fluid .franchise-logo { max-width:300px; }
    .row-fluid .supergradient-btnsec.plansupergradient-btnsec { margin-top:50px; }
    .row-fluid .feature-hero { min-height:560px; }
    .row-fluid .left-featurehero { padding-top:150px; }
    .row-fluid .icp-independentlogosec { padding:200px 0 100px; }  
    
    /* ICP Hero Image */
    .row-fluid .icp-herosec { background-position:center 0; padding:90px 0 450px; background-size:cover; }
    .row-fluid .icpmarketing-hero { padding:110px 0 250px; }
    .row-fluid .icpindependent-hero { padding:150px 0 250px; background-position:center center; background-size:cover; }
    
    .row-fluid .featureeventapp-hero .left-featurehero { padding-top:0; }
    .row-fluid .featureeventapp-hero { padding:0; }
    .row-fluid .featureeventapp-hero .left-featurehero { padding-top:120px; }
    
    .icpassociationsbody .body-container-wrapper { margin-top:86px; }
    .row-fluid .right-featurehero { position:relative; right:auto; top:auto; }
    .row-fluid .right-featurehero img { float:right; }
    
    .row-fluid .platformtv-img { float:right !important; }
    
    /* Updates 08-06-2017 */
    .row-fluid .lphero1-sec { padding:120px 0 120px; }
    .row-fluid .lphero1-sec .event-left { padding:50px 0 0 60px; }
    
    .row-fluid .lp2-workbox .twocolumn-contentbox { padding-left:100px; }
    .row-fluid .lp2-herosec h2 { font-size:40px; line-height:42px; padding-bottom:15px; }
    .row-fluid .lp2-softwareform .hs-form fieldset.form-columns-2 .field:first-child { padding-bottom:25px; }
    
    .row-fluid .lp7-turnleft .eventsub-title { font-size:35px; }
    .row-fluid .lp7-turnleft h1 { font-size:70px; margin-bottom:40px; }
    
    .row-fluid .lp8-sciencebox .eventsub-title { font-size:35px; }
    .row-fluid .lp8-sciencebox h1 { font-size:70px; line-height:70px; }
    .row-fluid .lp8-rightbox { padding-top:100px; }
    
    .row-fluid .icpmarketing-hero.tyhelp-herosection { padding:50px 0 100px; } 
    .row-fluid .typage1-herosec.tyhelp-herosection .lpform { max-width:390px; }
    
    .row-fluid .ready-typage1 { padding:190px 0; min-height:1px; }
    .row-fluid .ready-typage1 h3 { font-size:30px; line-height:34px; text-shadow: 0 0 20px rgba(0, 0, 0, 0.38); padding-bottom:5px; font-weight:700; }
    .row-fluid .ready-typage1 h2 { font-size:40px; line-height:44px; font-weight:700; }
    
    .row-fluid .tycta-pagetitle h4 { font-size:24px; line-height:30px; color:#32333c;  }
    .row-fluid .ty-ctabox .ctacontent h3 { padding-bottom:80px; }
    
    .typage2 .tytesti-section .testimonial-detailsbox { font-size:24px; line-height:31px; color:#32333c; font-family: 'Droid Serif', serif; padding:30px 0; }
    .row-fluid .ty2-herosec h2 { font-size:40px; line-height:48px; }
    
    .row-fluid .lpimg-textbox .twocolumn-contentbox { padding-right:100px; }
    .row-fluid .lp-platformsec .twocolumn-contentbox { width:40% !important; }
    .row-fluid .lp-platformsec .twocolumn-imgbox { width:60% !important; }
    .row-fluid .lp-platformsec .twocolumn-imgbox img { width:100% !important; }
    .row-fluid .lp-brandsec .twocolumn-contentbox { width:40%; padding-right:100px; }
    .row-fluid .lp-brandsec .twocolumn-imgbox { width:60%; }
    
    .row-fluid .lplive-demosec { padding:40px 0; }
    .row-fluid .lplive-demosec h3 { margin-bottom:15px; }
    
    .row-fluid .lp2-herosec .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 20px 0; }
    .row-fluid .lp2-herosec .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px; }
    .row-fluid .lp2-herosec .lpform-wrap .lpform input[type="submit"] { width:404px; }
    
    .row-fluid .lphero3-sec .lphero-contentwrap .lpform input[type="submit"] { width:280px; font-size:22px; }
    .row-fluid .lphero3-sec .lphero-contentwrap .lpform input[type="email"] { border:0; }
    
    .row-fluid .lp8-topictitle h1 { margin-bottom:25px; } 
    
    .row-fluid .lp8-sciencebox .lpvideo-codewrap .lpvideo-code { max-width:400px; }
    .row-fluid .lp8-sciencebox  { padding-bottom:50px; }
    .row-fluid .lp7-turnleft { padding-bottom:30px; }
    .row-fluid .lpturn-section .trusted-section .sub-title { padding-bottom:10px; }
    
    
}

@media (min-width: 1201px) and (max-width: 1560px){
    
    .row-fluid .platformtree-img { margin-right:-240px !important; }
    
}

@media (max-width: 1300px){
    .row-fluid .lpturn-section .wrapper { width:100%; }
}

@media (min-width:1210px) and (max-width:1300px){
        .row-fluid .lpeight-contentwrap.eventleft-wrap::before {top:50%;}
}

@media (min-width:1200px){

    /* ICP Marketing Page */
    .row-fluid .icpmarketlogo-right > .row-fluid-wrapper:first-child .icpright-logoimg { margin-left:130px; }
    .row-fluid .icpmarketlogo-right > .row-fluid-wrapper:nth-child(2) .icpright-logoimg { margin-left:330px; }
    .row-fluid .icpmarketlogo-right > .row-fluid-wrapper:nth-child(4) .icpright-logoimg { margin-left:330px; margin-top:-200px; }
    .row-fluid .icpmarketlogo-right > .row-fluid-wrapper:nth-child(5) .icpright-logoimg { margin-top:-100px; margin-left:160px; }
    .row-fluid .icpmarketlogo-right > .row-fluid-wrapper:nth-child(3) .icpright-logoimg { margin-top:-40px; }
    
    /* ICP 3rd Party Planners Page */
    .row-fluid .icp-partylogosec { padding:150px 0 100px; } 
    .row-fluid .icpplannerlogo-right > .row-fluid-wrapper:first-child .icpright-logoimg { margin-left:100px; }
    .row-fluid .icpplannerlogo-right > .row-fluid-wrapper:nth-child(2) .icpright-logoimg { margin-left:300px; margin-top:-290px; }
    .row-fluid .icpplannerlogo-right > .row-fluid-wrapper:nth-child(5) .icpright-logoimg { margin-top:-120px; }
    .row-fluid .icpplannerlogo-right > .row-fluid-wrapper:nth-child(3) .icpright-logoimg { margin-top:-50px; }
    .row-fluid .icpplannerlogo-right > .row-fluid-wrapper:nth-child(4) .icpright-logoimg { margin-top:-270px; margin-left:360px; }
    
    /* ICP Publisher Page */
    .row-fluid .icp-publisherlogosec { padding:200px 0 100px; }
    .row-fluid .icppublisherlogo-right { min-height:inherit; }
    .row-fluid .icppublisherlogo-right .row-fluid-wrapper:nth-child(2) .icpright-logoimg { margin-left:250px; margin-top:-330px; }
    .row-fluid .icppublisherlogo-right .row-fluid-wrapper:nth-child(3) .icpright-logoimg { margin-left:100px; margin-top:-40px; }
    .row-fluid .icppublisherlogo-right .row-fluid-wrapper:nth-child(4) .icpright-logoimg { margin-left:350px; margin-top:-330px; }
    
    .row-fluid .typage-wrap .twocolumn-rightcta { padding-left:60px; }
    .row-fluid .typage-wrap .ctacontent { padding-right:15px; }
    .row-fluid .typage-wrap .two-ctainnerBox { padding-top:60px; padding-bottom:60px; }
    
    .row-fluid .companylogo-box .companylogo  { width:25%; }
}

@media (min-width: 1025px){
    .row-fluid .mobile-herosec { display:none; }
    .row-fluid .video-background { min-height:560px; }
    .row-fluid .video-innerbg .wistia_embed, .row-fluid .video-innerbg .wistia_embed .w-chrome, .row-fluid .video-innerbg .wistia_embed .w-chrome > div ,
    .row-fluid .video-innerbg .wistia_embed .w-chrome > div > div + div { height:auto !important; position: absolute; top:0;}
    
    .row-fluid .header { background:transparent !important; }
    .row-fluid .home-header {min-height:713px; height: auto;}
    
/*    .row-fluid .desktop-bgimg,*/ .row-fluid .home-header .video-background { position:absolute; height:100%; width:100%; top:0; left:0; }
    .span12.widget-span.widget-type-cell.bgimg-main.desktop-bgimg{position:absolute; width:100%; top:0; left:0; }
    
    .row-fluid .home-header.playhomeVideo .desktop-bgimg, .row-fluid .aboutHerosec.playhomeVideo .desktop-bgimg, .row-fluid .job-careerheader.playhomeVideo .desktop-bgimg 
    { opacity:0; -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;; }
    .homepage .row-fluid .home-header.playhomeVideo .desktop-bgimg { opacity:1 !important; }
    .formpopup-wrap .wrapper { padding-left:150px; padding-right:150px; }
    .formpopup-wrap { padding:90px 70px;}
    
    .row-fluid .tyhelp-herosection .lpform .hs_submit  { padding-left:30px; padding-right:30px; }
    
}

@media (max-width: 1025px){
    .row-fluid .video-innerbg { display:none; }
    .row-fluid .video-background video {  position: fixed !important; max-width: none !important; min-height: 100%;  width: auto !important; height: 100% !important;  z-index: -100;   background: url() no-repeat;  background-size: cover; }
}

@media (min-width: 992px) and (max-width: 1200px){

    .row-fluid .wrapper {  width:920px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:13px; padding:18px 10px; }
    .row-fluid .toplogin a, .row-fluid .topdemo-cta a { font-size:12px; padding:20px 6px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { right:0; top:18px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) > ul > li { width:50% !important; }
    
    .row-fluid .companylogo { min-height:120px; float:none; width:25%; display:inline-block; margin:0 -4px; }
    .row-fluid .companylogo img { max-width:120px; }
    .row-fluid .companylogo:nth-child(4) img { max-width:150px; }
    .row-fluid .companylogo:nth-child(4).companylogobottom { min-height:120px; width:25%; }
    .row-fluid .companylogobottom img { max-width:150px; }
    .row-fluid .companylogobottom { min-height:50px; margin-top:20px; width:33.33%; }
    
    /* Customer Page */
    .row-fluid .universe-raw > span > div { width:30%; }
    .row-fluid .universe-raw { padding:120px 0 0; }
    .row-fluid .customerservice-rightbox { padding:40px 26px 100px 40px; }
    
    /* ICP Page */
    .row-fluid .form-box form fieldset > div > label { font-size:11px; }
    .row-fluid .footer-bottombox4 { margin-right:20px; }
    
    .row-fluid .logo { padding-top:12px; }
    .row-fluid .platformtv-img img { max-width:640px !important; }
    
    /* Case Studies Page */
    .row-fluid .casestudyimgbox2 { margin:0 19px; }
    
    /* Jobpage */
    .row-fluid .tabmain-boxes:before { background-size:650px auto !important }
    
    .row-fluid .zigzag-img { height:50vh; }
    
    .row-fluid .error-section { padding:100px 0 50px;  }
    
    .row-fluid .lpctaimg1 { width:209px !important; }
    
    /* Thank you Page 1 */
    .thankyou-page1 .row-fluid .thhelp-section {min-height:350px;padding-top:150px;}

}

@media (min-width: 768px) and (max-width: 991px){

  .row-fluid .job-careerheader { background: rgb(246,246,249) !important; min-height:inherit;
                                    background: -moz-linear-gradient(top,  rgba(246,246,249,1) 0%, rgba(242,243,245,1) 7%, rgba(242,243,247,1) 17%, rgba(240,241,243,1) 22%, rgba(239,240,244,1) 43%, rgba(237,238,240,1) 48%, rgba(235,239,242,1) 53%, rgba(225,230,233,1) 100%) !important;
                                    background: -webkit-linear-gradient(top,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important ;
                                    background: linear-gradient(to bottom,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important;
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f9', endColorstr='#e1e6e9',GradientType=0 ) !important; }
                                    
                                    

    .row-fluid .wrapper {  width:720px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:9px; padding:18px 10px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { right:0; top:18px; }
    .row-fluid .toplogin a, .row-fluid .topdemo-cta a { font-size:12px; padding:20px 8px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:first-child > a, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) > a { font-size:16px; }
       
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:first-child { width:30% !important; padding-left:15px !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:first-child > ul > li { width:100% !important; }
        
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) { width:70% !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) > ul > li { width:50% !important; padding-right:15px !important; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li { padding:0 10px !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:first-child { width:auto !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:nth-last-child(2) { width:auto !important; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-last-child(2) { width:auto !important; }
    
    .row-fluid .companylogo { min-height:120px; float:none; width:25%; display:inline-block; margin:0 -4px; }
    .row-fluid .companylogo img { max-width:80px; }
    .row-fluid .companylogo:nth-child(4) img { max-width:110px; }
    .row-fluid .companylogo:nth-child(4).companylogobottom { min-height:120px; width:25%; }
    .row-fluid .companylogobottom img { max-width:120px; }
    .row-fluid .companylogobottom { min-height:50px; margin-top:20px; width:33.33%; }
    
    .testimonialvideo-sec .wistia_embed, .testimonialvideo-sec .wistia_click_to_play { width:600px !important; height:350px !important; margin:0 auto; }
    .testimonialvideo-sec .wistia_click_to_play img, .testimonialvideo-sec .wistia_click_to_play > div { width:100% !important; left:0 !important; height:350px !important; }
   
    .row-fluid .footer-bottombox { font-size:10px; }
    .row-fluid .footer-bottombox5 { margin-left:10px; }
    .row-fluid .footer-bottombox4 { margin-right:10px; margin-left:10px; }
    .row-fluid .footer-section1 h4 { font-size:11px; }
   
    .row-fluid .universe-raw > span > div { width:30%; }
   .row-fluid .universe-raw > span > div:nth-child(2) .customer-testimonialbox { margin-top:165px; }
   .row-fluid .universe-raw > span > div:last-child .customer-testimonialbox { left:-80px; margin-top:-70px; }  
   
   .row-fluid .teamtextbox { padding:0; font-size:18px; }
   
   .row-fluid .family-title { padding-left:30px; }
   .row-fluid .family-title h3 { line-height:32px; }
   
   .row-fluid .service-ratingleft { max-width:340px; }
   .row-fluid .service-ratingright h1 { font-size:150px; line-height:160px; }
   
   .row-fluid .customerservice-leftbox { width:100%; border:0; }
   .row-fluid .customerservice-rightbox { width:100%; padding:20px 20px 50px 20px; font-size:18px; line-height:24px; }
   .row-fluid .customerservice-logobox { max-width:210px; margin:0 auto; }
   .row-fluid .family-imgbox3:after { right:-78px; }
   .row-fluid .customerservice-rightbox a.btn-style3 { left:50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
   .row-fluid .customerservice-imgbox { height:250px !important; }
   

    /* ICP Page */
    .row-fluid .form-box form fieldset > div > label { font-size:9px; }
    
    /* Feature Page */
    .row-fluid .feature-hero { min-height:270px; }
    .row-fluid .left-featurehero { padding-top:30px; }
    .row-fluid .community-sec .twocolumn-contentbox { margin-bottom:50px; }
    .row-fluid .community-sec .twocolumn-imgbox { margin-bottom:-80px; }
    .row-fluid .platformtv-img img { max-width:530px !important; }
    /*.row-fluid .logo { padding-top:8px; }*/


    /* Case Studies Page */
    .row-fluid .casestudyimgbox2 { margin:0 15px; }
    
    /* Jobs Page */
    .row-fluid .jobtestimonial-sliderrightbox { width:440px; }
    .row-fluid .jobtab-icon { max-width:80px; }
    .row-fluid .jobtab-contentraw > span > div { padding:0 10px; }
    .row-fluid .tabmain-boxes:before { background-size:500px auto !important; }
    
    .row-fluid .zigzag-img { height:40vh; }
    .row-fluid .presstwocolumn-ctasec .twocolumn-leftcta .pressctaimg img { margin-left:3px; }
    
    .row-fluid .error-section { padding:100px 0 50px;  }
    .row-fluid .lpctaimg1 { width:161px !important; } 
    
    /* Thank you Page 1 */
    .thankyou-page1 .row-fluid .thhelp-section {min-height:250px;padding-top:100px;}
}

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:44px; line-height:54px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .top { z-index:3; }
    .row-fluid .footer-section1 { padding:50px 0; }
    
    .row-fluid .event-section { padding:30px 0; }
    .row-fluid .event-section h3 { font-size:22px; line-height:28px; }
    .row-fluid .event-left { padding:50px 0 0; }
    
    .row-fluid .acrossevent-raw > span > div { padding:0 15px; }
    .row-fluid .event-textbox h4 { font-size:16px; line-height:20px; }
    
    .row-fluid .testimonial-detailsbox { font-size:20px; line-height:28px; }
    .row-fluid .attendeesec h3 { font-size:20px; line-height:30px; }
    .row-fluid .attendeesec .right-padding { padding-right:0; padding-bottom:20px; }
    
    .row-fluid .home-videosec video { height:100% !important; width:auto !important; max-width:none !important; }
    
    .row-fluid .revenuesec { padding:50px 0; }
    .row-fluid .ctacontent h3 { font-size:16px; line-height:20px; }
    .row-fluid .ctacontent { padding-right:0; }
    .row-fluid .ctacontent .btn-style5 a, .row-fluid .ctacontent .btn-style6 a { font-size:12px; }
    .row-fluid .customerservice-detailbox h4 br { display:none; }
    .row-fluid .home-header { padding: 0; height: auto !important; min-height:554px;}
    .row-fluid .home-header .header-textbox { position:relative; top:auto; left:auto; transform:none; padding:100px 20px; }
        
    /* Platform Page */
    .row-fluid .platform-hero { padding:100px 0 20px; }
    .row-fluid .platform-lefthero h3 { font-size:30px; line-height:36px; }
    .row-fluid .platform-commenttext { padding-right:100px; font-size:16px; line-height:22px; }
    .row-fluid .platformtv-img {float:none;}
    .row-fluid .platform-righthero img { max-width:380px !important; }
    .row-fluid .tab-contentright img { min-height:350px; }
    
    .row-fluid .platform-tabtitlebox ul.tabs-menu li a { font-size:12px; }
    .row-fluid .tab-contentleft h4 { font-size:28px; line-height:32px; }
    
    .row-fluid .platform-twocolumn { padding:50px 0; }
    .row-fluid .marketing-rightbox { padding-left:50px; }
    .row-fluid .section-title h3 { font-size:32px; line-height:38px; }
    .row-fluid .platformmain-textbox { padding-right:40px; }
    
    /* ICP Page */
    .row-fluid .icp-lefthero h3 { font-size:38px; line-height:42px; }
    .row-fluid .icpleftcontent { padding-right:0; }  
    
    .row-fluid .icp-logosec { padding:50px 0; }
    .row-fluid .icplogo-left { font-size:20px; line-height:26px; }
    .row-fluid .ethihad-text { padding-right:50px; }
    
    .row-fluid .icpmarketing-sec { padding:50px 0; }
    .row-fluid .icpmarketing-textbox { padding:0; }
    .row-fluid .icpmarketing-imgbox { min-height:140px; }
    .row-fluid .icpmarketing-boxes h4 { font-size:14px; line-height:20px; }
    .row-fluid .icpmarketing-morebox { padding-top:20px; }
    
    .row-fluid .icplogo-right { min-height:inherit; }
    .row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(5) .icpright-logoimg { margin-top:-260px; margin-left:110px; }
    .row-fluid .icpright-logoimg { height:150px; width:150px; }
    .row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(2) .icpright-logoimg { margin-left:220px; margin-top:-170px; }
    .row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(6) .icpright-logoimg { margin-left:110px; margin-top:-100px; }
    .row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(4) .icpright-logoimg { margin-left:220px; margin-top:-160px; }
    .row-fluid .icpindependent-logorightbox img { height:100px; width:100px !important; }
    
    .row-fluid .case-middlebox br { display:none; }
    
    .row-fluid .form-section { padding:50px 0; }
    .row-fluid .footeradd br { display:none; }
    .row-fluid .footer-socialbox a { margin:0 6px 0 0; }
    
    /* Feature Page */
    .row-fluid .left-featurehero h2 { font-size:36px; line-height:40px; }
    .row-fluid .featureevent-txt { padding:5px 80px 20px 0; }
    
    .row-fluid .award-winingsec { padding:50px 0; }
    .row-fluid .award-winingraw { padding-top:40px; }
    .row-fluid .award-winingraw > span > div { padding:0 15px; }
    .row-fluid .award-imgbox { min-height:180px; max-width:180px; float:none; margin:0 auto; }
    .row-fluid .award-textbox h3 { font-size:20px; }
    .row-fluid .revenuesec .twocolumn-contentbox br { display:none; }
    .row-fluid .platformtree-img { margin-right:-220px !important; } 
    .row-fluid .featureeventbox4 { padding:0; }
    
    .row-fluid .eventmngmntbox1 { padding:30px 0; } 
    
    /* Case Studies Page */
    .row-fluid .casestudy-header { padding:80px 0 120px; }
    .row-fluid .commoninner-headerbox h3 { font-size:40px; line-height:50px; }
    .row-fluid .commoninner-headerbox h4 { padding-bottom:10px; }
    
    .row-fluid .caseabout-leftbox h4 { font-size:18px; line-height:24px; }
    .row-fluid .caseabout-rightbox .about1 { font-size:16px; }
    .row-fluid .caseabout-rightbox .about2 { font-size:18px; line-height:28px; padding-bottom:0; }
    .row-fluid .caseabout-rightbox .about3 { line-height:24px; }
    
    .row-fluid .casepage-testimonial .testimonial-detailsbox { font-size:18px; line-height:28px; }
    
    .row-fluid .casestudyimgbox { min-height:200px; }
        
    .row-fluid .bizzabo-platformsec { padding:30px 0; font-size:16px; line-height:26px; }
    .row-fluid .bizzabo-platformtext { padding:0 30px; }
    
    /* Jobs Page */
    .row-fluid .jobyoutube-headervideo iframe { top:0; }
    .row-fluid .jobtestimonial-sec4 { padding:30px 0; }
    .row-fluid .jobtestimonial-raw,.row-fluid .tytestimonial-raw { padding:0 50px; } 
    .row-fluid .jobtestimonial-sliderleftbox { width:28%; }
    .row-fluid .jobtestimonial-sliderrightbox { font-size:20px; line-height:32px; padding-top:30px; }
    .row-fluid .jobtestimonial-sec4 .slick-arrow { display:none !important; }
    
    .row-fluid .job-category-main { margin:0; }
    
    .row-fluid .gallery-sec { padding:30px 0 0; }
    .row-fluid .left-gallerybox { width:60%; }
    .row-fluid .right-gallerybox { width:40%; }
    .row-fluid .teammember-imgbox1, .row-fluid .teammember-imgbox2, .row-fluid .teammember-imgbox3, .row-fluid .teammember-imgbox4 { width:50%; height:25vh; }
    
    .row-fluid .carrer-left h4 { font-size:22px; }
    .row-fluid .carrer-right h5 { font-size:18px; }
    .row-fluid .jobstab-menusec ul { min-width:340px; }
    .row-fluid .jobtab-contentbox h3 { font-size:20px; line-height:26px; }
    .row-fluid .jobtab-contentraw > span > div { margin:30px -4px 0; }
    
    /* About Us Page */
    .row-fluid .founderimg-box img { max-width:230px; }
    .row-fluid .aboutcollege-picbox { height:25vh; }
    .row-fluid .culture-left { padding-right:60px; font-size:16px; line-height:26px; }
    .row-fluid .about-submenu .hs-menu-wrapper > ul > li > a { font-size:12px; }
    .row-fluid .about-testimonialsec .jobtestimonial-raw { padding-top:45px; }
    
    .row-fluid .about-servicecol { height:40vh; }
    .row-fluid .about-servicecol h4 { font-size:18px; line-height:30px; }
    .row-fluid .about-servicecoltitle h4 { font-size:40px; line-height:50px; }
    .row-fluid .service-icon { max-width:140px; } 
    .row-fluid .service-innerbox { padding:0 20px; }
    
    .row-fluid .about-teamtext { padding:0 60px; font-size:16px; line-height:26px; }
    .row-fluid .about-teamraw > span > div { width:25%; }
    
    .row-fluid .about-joinsec { font-size:16px; line-height:26px; padding:30px 0; }
    .row-fluid .about-joinsec .supergradient-btnsec { margin-top:20px; }
    
    /* Contact Us Page */
    .row-fluid .contactus-header { padding:120px 0; }
    .row-fluid .contactus-header h2 { font-size:40px; line-height:46px; }
    
    .row-fluid .contcat-awardsec { padding:90px 0 40px; }
    .row-fluid .contcat-awardsec .award-winingraw > span > div { padding:0 10px; }
    .row-fluid .contcat-awardsec .award-textbox { padding:0 10px; }
    .row-fluid .contcat-awardsec .award-imgbox { min-height:100px; max-width:150px; float:none; margin:-50px auto 0; }
    
    .row-fluid .contact-sec3 { padding:0 0 30px; font-size:18px; line-height:1.44; }
    .row-fluid .sayhi-leftimg, .row-fluid .sayhi-rightimg { height:30vh; }
    
    
    .row-fluid .zigzag-textbox1 { padding-left:40px; }
    .row-fluid .zigzag-textbox2, .row-fluid .zigzag-textbox3 .twocolumn-lefttext { padding-right:50px; }
    
    /* Job Page */
    .row-fluid .jobpage-header .header-textbox { padding:140px 0 48px; }
    .row-fluid .jobpage-header .header-textbox h1 { font-size:40px; line-height:50px; }
    .row-fluid .jobpage-header .header-textbox h4 { font-size:22px; line-height:30px; }
    
    .row-fluid .csmanager-sec { padding:40px 0; font-size:18px; line-height:28px; }
    .row-fluid .jobspage-centersliderimgbox { height:30vh; }
    
    .row-fluid .centermode-slidersec { padding-bottom:50px; } 
    .row-fluid .testimonialvideo-sec { padding:50px 0; }
    .row-fluid .jobpage-videosec h3 { font-size:36px; line-height:46px; }
    
    /* Plans Page */
    .row-fluid .plan-hero { padding:160px 0 100px; } 
    .row-fluid .plan-hero .plan-headertextbox h4 { font-size:24px; line-height:34px; }
    .row-fluid .plan-hero .plan-headertextbox h1 { font-size:30px; line-height:40px; }
    
    .row-fluid .plan-sec2 { padding:140px 0 50px; }
    .row-fluid .planlist-raw > span > div { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -4px 120px; }
    .row-fluid .planlist-raw > span > div:nth-child(4), .row-fluid .planlist-raw > span > div:nth-child(5) { margin-bottom:20px; }
    
    .row-fluid .plancompanylogo-box .slick-track > div:nth-child(6) img { max-width:100px; }
    
    .row-fluid .plan-faqsec { padding:50px 0; }
    .row-fluid .plan-faqsec h2 { font-size:26px; line-height:36px; }
    
    .row-fluid .planfaq-boxes { font-size:18px; line-height:26px; }
    .row-fluid .planfaq-column h4 { font-size:20px; line-height:30px; padding-bottom:5px; }
    
    .row-fluid .plan-ctabox .cta-title h4 { font-size:24px; line-height:30px; padding-bottom:20px; }
    
    /* Press Page */
    .row-fluid .press-hero .press-herotextbox { padding:160px 0 80px; }  
    .row-fluid .press-hero .press-herotextbox h1 { font-size:46px; line-height:56px; }
    .row-fluid .publication-logosec h4 { font-size:20px; line-height:30px; } 
    
    .row-fluid .publication-logosec .plancompanylogo-box .slick-track > div img, .row-fluid .publication-logosec .plancompanylogo-box .slick-track > div:nth-child(7) img { max-width:90px; }
    .row-fluid .publication-logosec .plancompanylogo-box .slick-track > div:nth-child(5) img { max-width:140px; }
    .row-fluid .press-servicesec h3 { font-size:20px; line-height:30px; }
    
    .row-fluid .presssec-3 { padding:30px 0; line-height:30px; }
    .row-fluid .presssec3-contentbox { padding:0 80px; }
    
    .row-fluid .press-releasesec { padding:30px 0 50px; }
    .row-fluid .pressrelease-boxes { padding:30px 50px 20px 20px; font-size:20px; line-height:24px; }
    .row-fluid .press-releasetext { font-size:18px; line-height:24px; }
    
    .row-fluid .presstwocolumn-ctasec .twocolumn-leftcta .ctacontent { padding-top:25px; padding-bottom:20px; }
    .row-fluid .presstwocolumn-ctasec .twocolumn-rightcta { padding-left:50px; }
    .row-fluid .presstwocolumn-ctasec .twocolumn-rightcta .ctacontent { padding-top:25px; padding-bottom:20px; }
    .row-fluid .ctaimage.pressctaimg2 img { max-width:80px; }
    
    .row-fluid .about-teamhoverbox { opacity:1; padding:0 10px; }   
    .row-fluid .about-teamhoverbox h4 { font-size:14px; }
    .row-fluid .about-servicecol:hover .service-icon { margin-top:-100px; }
    .row-fluid .contcat-awardsec .award-imgbox { max-width:100px; min-height:110px; }
    .row-fluid .press-bluestrip { font-size:14px; }
    .row-fluid .eventbox2-right { padding-left:70px; padding-right:20px !important; }
    
    .row-fluid .feature-marketinghero .left-featurehero { padding:0; }    
    .row-fluid .featuremarket-box2 { padding:50px 0; }
    .row-fluid .featuremarket-box2 .twocolumn-contentbox { padding-left:100px; }
    .row-fluid .featuremarket-box5 .twocolumn-contentbox { padding:0; }
    
    .row-fluid .featuremarket-box1 .twocolumn-contentbox, .row-fluid .featuremarket-box3 .twocolumn-contentbox, .row-fluid .featuremarket-box4 .twocolumn-contentbox { padding:30px 15px !important; }
    
    .row-fluid .right-tabimg .tab-contentleft { padding-right:30px; }
    .row-fluid .left-tabimg .tab-contentleft { padding-left:30px; }
    .row-fluid .icppublisherlogo-left .etihad-title { font-size:16px; line-height:26px; }
    .row-fluid .icppublisherlogo-right > .row-fluid-wrapper:nth-child(3) .icpright-logoimg { margin-left:50px; margin-top:-20px; }
    .latestpress-logoimg img { padding:10px; }

    .row-fluid .featureevent-hero { padding:60px 0; }
    .row-fluid .featurepoll-hero { padding:100px 0; }
    .row-fluid .featurepoll-box2 { padding:0; }
    .row-fluid .featurepoll-box3 { padding:100px 0; } 
    .row-fluid .feature-contacthero { padding:70px 0; } 
    .row-fluid .rdherosec { padding:160px 0 100px; } 
    .row-fluid .rdherosec .header-textbox { padding:0; }
    
    /* Platform All New Tab Css */
    .row-fluid .platform-tab1sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab1sec .platform-tabraw > span > div:nth-child(3) .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab2sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab2sec .platform-tabraw > span > div:nth-child(3) .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab3sec .platform-tabraw > span > div:nth-child(3) .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab3sec .platform-tabraw > span > div:nth-child(4) .left-tabimg .tab-contentleft { padding-left:0; }
    .row-fluid .platform-tab4sec .platform-tabraw > span > div:first-child .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab4sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab4sec .platform-tabraw > span > div:nth-child(2) .left-tabimg .tab-contentleft { padding-left:0; }
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(3) .platform-tabboxes { padding:0 0 50px; }
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(5) .platform-tabboxes { padding:0 0 50px; }
    .row-fluid .platform-tab3sec .platform-tabraw > span > div:nth-child(4) .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(5) .platform-tabboxes { padding:50px 0; }
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(6) .platform-tabboxes { padding:50px 0; }
    
    /* Resources Page */
    .row-fluid .resource-hero { padding:100px 0; position:relative; }
    .row-fluid .resource-hero:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.4); }
    .row-fluid .resource-headerbox h1 { font-size:40px; line-height:46px; }
   
    .row-fluid .resource-filterraw { padding-top:30px; }
    .row-fluid .resourcefilterbox > span { font-size:12px; }
    .row-fluid .resource-featureimg { height:150px; }
    .row-fluid .resource-learnmore { padding-top:20px; }
    .row-fluid .resource-filterraw .resource-item { font-size:14px; line-height:22px; padding:20px 10px; }
    .row-fluid .resource-filterraw .resource-item h3 { font-size:18px; line-height:26px; }
    
    
    .row-fluid .lp7-turnleft { padding:30px 15px; }
    .row-fluid .lp7-rightherobox { padding:30px; }
    .row-fluid .lp7-turnleft .trusted-section  { margin-top:30px; }
    .row-fluid .lp7-turnleft .trusted-section .trust-logolist .trust-logo { width:50%; margin:0 -4px 20px; text-align:center; }
    
    .row-fluid .typage1-herosec { padding-bottom:150px; }
    
    
}




@media (min-width:768px){
    
    .header-container { position:relative;  }
    .row-fluid .top.fixed { position:fixed; top:0; left:0; width:100%; box-shadow:0px 1px 5px rgba(0,0,0,0.2); border-bottom: 1px solid #d3d5e9; z-index:4; }
   .row-fluid .platform-tabtitlebox ul.tabs-menu.tabsmenu-fixed { position:fixed; top:0; left:0; width:100%; z-index:3; } 
   
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { visibility:visible; opacity:1; display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.opensubmenu > ul { opacity:1; visibility:visible; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.opensubmenu.hs-item-has-children a:after { -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);; }
        
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children { position:static; }
    .row-fluid .mainmenu ul > li > ul { width:100%; text-align:left; }
    .row-fluid .mainmenu ul li.hs-menu-depth-1 > a + span + ul.hs-menu-children-wrapper { padding-top:15px;
                                        background: rgb(245,246,250);
                                        background: -moz-linear-gradient(top,  rgba(245,246,250,1) 0%, rgba(251,251,253,1) 12%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);
                                        background: -webkit-linear-gradient(top,  rgba(245,246,250,1) 0%,rgba(251,251,253,1) 12%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%);
                                        background: linear-gradient(to bottom,  rgba(245,246,250,1) 0%,rgba(251,251,253,1) 12%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%);
                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6fa', endColorstr='#ffffff',GradientType=0 ); }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight:bold; text-transform:uppercase; font-size:16px; line-height:24px; padding:10px 10px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child { float:left; width:40%; padding-left:15px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child {width:20%;}
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > a { color:#45c7cc; font-size:20px; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:first-child > ul > li > a:hover { color:#45c7cc; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) > ul > li > a:hover { color:#3598cb; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { line-height:15px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:first-child > ul > li { float:left; width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { font-family: 'BrandonGrotesque', Verdana, sans-serif; color:#32333c; font-weight:400; text-transform:uppercase; font-size:14px; line-height:20px; white-space:normal !important; position:relative; padding:10px;  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:before { position:absolute; content:""; left:0; top:12px; height:17px; width:2px; background:#45c8cc; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a > span { color:#9293a4; display:block; font-weight:400; text-transform:capitalize; font-size:13px; line-height:20px; padding-top:5px;  } 
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:first-child > ul > li:nth-child(2n) { clear:right; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:first-child > ul > li:nth-child(2n+1) { clear:left; }
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) > ul > li > a { padding:10px 10px 25px; }*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) > ul > li > a:before { background:#3598cb; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li:nth-last-child(2) { float:left; width:60%; padding-right:0; } 
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-last-child(2) > ul > li { float:left; width:33.33%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li:nth-last-child(2) > a { color:#3598cb; font-size:20px; font-family: 'BrandonGrotesque', Verdana, sans-serif; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(3) > ul { text-align:center; padding:15px 0 0 !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li { float:none; display:inline-block; width:auto; text-align:left; padding:0 20px; vertical-align:top; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > a { color:#32333c; font-weight:300; text-transform:uppercase; font-size:14px; white-space:normal !important; position:relative; padding:9px 6px;  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > a:hover { color:#3598cb; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > a:before { position:absolute; content:""; left:0; top:15px; height:15px; width:2px; background:#000; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > a > span { color:#9293a4; display:block; font-weight:400; text-transform:capitalize; font-size:12px; line-height:14px;  } 
        
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(4) > ul { text-align:center; padding:15px 0 0 !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li { float:none; display:inline-block; width:auto; text-align:left; padding:0 50px; vertical-align:top; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a { color:#32333c; font-weight:300; text-transform:uppercase; font-size:14px; white-space:normal !important; position:relative; padding:9px 6px;  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a:hover { color:#3598cb; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a:before { position:absolute; content:""; left:0; top:15px; height:15px; width:2px; background:#000; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a > span { color:#9293a4; display:block; font-weight:400; text-transform:capitalize; font-size:12px; line-height:14px;  } 
    
    
    .row-fluid .mainmenu .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:0; text-align:left; padding:0 13px 15px; position:static; visibility:visible; opacity:1;  }
    
    .row-fluid .home-header .header-textbox { line-height:34px; }
    .row-fluid .home-header .header-textbox .btn-style1 a { padding:12px 8px; }
    .row-fluid .header-cta2.btn-style2 a span { padding:17px 8px 17px 28px; } 
    .row-fluid .header-cta2 a:before { left:20px; top:20px; } 
    .row-fluid .home-header .header-cta2.btn-style2 a span { padding:12px 8px 12px 28px; } 
    .row-fluid .mainmenu  { margin:0; }
    
    .row-fluid .spain-sec .testimonial-detailsbox { padding:30px 80px; } 
    .row-fluid .productslide-sec .testimonial-detailsbox { padding:30px 80px; }
    .row-fluid .customerservice-logobox { margin:0 auto; max-width:110px; }
    .row-fluid .platformtree-img img { max-width:250px; }
    
    .row-fluid .platformtree-img, .row-fluid .platformtv-img { width:auto; display:inline-block; vertical-align:top; /*margin-right:-20px;*/ margin-left:0 !important; }
    .row-fluid .platformtv-img { margin-left:-80px !important; }
     
    .row-fluid .platform-righthero { float:right; width:auto; }
    .row-fluid .platform-lefthero { padding-top:60px; }
    
    
    /* Customer Page */
    .row-fluid .family-imgbox3 { width:calc( 50% + 45px ); margin-left:-45px; background-position:left; }
    .row-fluid .family-imgbox2 { background-position:right; background-size:cover; }
    .row-fluid .family-leftbox { width:calc( 50% + 45px ); margin-right:-45px; margin-top:50px; }
    .row-fluid .platformtv-img img { max-width:700px; }

    .row-fluid .twocolumn-lefttext, .row-fluid .twocolumn-righttext { line-height:28px; }
    .row-fluid .icpleftcontent { line-height:24px; }
    
    /* Jobs Page */
    .row-fluid .supergradient-btnsec { margin-top:25px; }
    .row-fluid .tabmain-boxes:before { position:absolute; content:""; background:url("https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/orange-line-1.png") no-repeat top center; background-size:770px auto; height:80px; width:100%; left:0; top:50px; }
    .row-fluid .jobtab-contentraw:after { position:absolute; content:""; background:url("https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/linenew.png") no-repeat top center; background-size:770px auto; height:80px; width:100%; left:0; top:100%; margin-top:-2px; }
    
    /* About Page */
    .row-fluid .founderimg-box:nth-child(2) { margin-left:-24px; }
    .row-fluid .founderimg-box:nth-child(3) { margin-left:-6px; }
    .row-fluid .jobtestimonial-sec4 { background-size:inherit !important; }
    .row-fluid .about-submenusec.aboutsubfixed { position:fixed; top:0; left:0; width:100%; z-index:3; box-shadow:0px 1px 5px rgba(0,0,0,0.2); }
    .row-fluid .about-teamimg img, .row-fluid .about-teamimg { height:150px; width:150px; }
    
    /* Job Page */
    .row-fluid .centermode-slidersec .slick-center { -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
    
    .row-fluid .testimonial-section { margin:30px 0 30px; }
    .row-fluid .margin0 { margin:0; }
    .row-fluid .testimonial-section.eventmngmnt { margin:30px 0 0; }
    
    .row-fluid .jobs-header .header-textbox h4 { padding-bottom:10px; }
    .row-fluid .about-headersec .header-textbox h4 { padding-bottom:5px; }
    .row-fluid .about-headersec .header-textbox { padding:300px 0; }
    .row-fluid .social-bar a { font-size:30px; }
    .row-fluid .jobpage-header .header-textbox h4 { padding-top:5px; }
    .row-fluid .jobspage-centerslidersec { padding-left:10px; padding-right:10px; }
    .row-fluid .jobtab-icon { min-height:130px; }
    .row-fluid h6.popular-title { min-height:20px; }
    .row-fluid .feature-marketingtestimonial.testimonial-section { margin-bottom:0; }
    .icpbody .case-middlebox { padding:30px 0 0; }
    .row-fluid .featurepoll-testimonialsec.testimonial-section { margin:30px 0 0; }
    .row-fluid .marginbottom0 { margin-bottom:0; }
    .row-fluid .franchise-gallerybanner { background-position:top center !important; }
    
    .row-fluid .lp8-logo { margin-top:5px; }
    .row-fluid .lp2-softwareform .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 25px 0; } 
    .row-fluid .lp2-softwareform .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px; }  
    

}

@media (min-width: 30px) and (max-width: 767px){
    body { font-size:14px; line-height:20px; }
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }    
    
    h1 { font-size:38px; line-height:44px; padding-top:5px; }
    h2 { font-size:22px; line-height:32px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:22px; line-height:30px; }
    h5 { font-size:18px; line-height:26px; }
    h6 { font-size:16px; line-height:20px; }
    
    .left-space { padding-left:0 !important; }
    .right-space { padding-right:0 !important; }
    
    /* Top */
    .row-fluid .top { z-index:3; }
    .row-fluid .logo { padding:10px 15px; }
   .row-fluid .top-right { width:100%; }
   .row-fluid .toplogin, .row-fluid .topdemo-cta { width:50%; }
   .row-fluid .toplogin a, .row-fluid .topdemo-cta a { width:100%; text-align:center; padding:10px; }
    
    
    /* Mainmenu */
     .mobile-open a.mobile-trigger i, .mobile-open a.mobile-trigger i:before, .mobile-open a.mobile-trigger i:after { background:#3598cb; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-weight:bold; font-size:16px; line-height:20px; padding:19px 8px 15px 50px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { border-bottom:1px dotted rgba(0, 0, 0, 0.35); }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child { border-bottom:0; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { display:none; }
    .row-fluid .mainmenu ul { float:none; }
    .row-fluid .mainmenu ul > li > ul > li > a { color:#000; text-transform:capitalize; font-weight:600; font-size:14px; line-height:18px; padding:15px 10px 15px 50px; text-indent:0; }
    .row-fluid .mainmenu ul > li > ul > li:hover { background:transparent; }
    .row-fluid .mainmenu ul > li > ul > li > a:hover { color:#3598cb; }
    .row-fluid .mainmenu ul > li > ul > li { border:0; }
    
    .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal { left:auto; right:-100%; top:108px; padding:0; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; width:0; }
    .mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { right:0; top:100px; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; width:80%;  }
    .mainmenu .hs-menu-flow-horizontal ul li:first-child { border-top:0; }
    span.child-triggerm span { display:none !important; }
    span.child-triggerm:before { content:"\f105"; font-family:"Fontawesome"; font-size:26px; color:#000; left:25px; top:13px; position:absolute; -webkit-transition: all .400s ease;
    -moz-transition: all .400s ease;
    -o-transition: all .400s ease;
    -ms-transition: all .400s ease;
    transition: all .400s ease;; }
    span.child-triggerm.child-open:before { -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg);  }
    
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a > span, .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a > span { color:#9293a4; line-height:20px; padding-left:10px; white-space:normal; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a > span { padding-left:0; }
    
    .row-fluid .menudemo-stripbox { display:none; }
    .row-fluid .white-back { z-index:0; }
    
    .row-fluid .header-textbox { font-size:19px; line-height:26px; }
    video { width:auto; max-width:none !important; height:100%; }    
    .row-fluid .header-cta1, .row-fluid .header-cta2 { vertical-align:top; }
    .wistia_placebo_close_button { display:none !important; }
    .row-fluid .event-section { padding:30px 0; }
    .row-fluid .event-left { padding:20px 0 0; }
    .row-fluid .event-section h3 { font-size:22px; line-height:30px; text-shadow:1px 1px 2px black;}
    .row-fluid .event-section .padtb10 {text-shadow:1px 1px 2px black;}
    
    .row-fluid .header-cta2 a:before { top:22px; left:16px !important;}
    .row-fluid .header-cta2.btn-style2 a span { padding:17px 8px; }
    
    .row-fluid .home-header { height:auto !important; padding: 0;}
    .row-fluid .home-header .header-textbox { position:relative; top:auto; left:auto; transform:none; padding: 100px 10px;}
    
    .row-fluid .companylogo { min-height:120px; float:none; width:25%; display:inline-block; margin:0 -4px; }
    .row-fluid .companylogo img { max-width:80px; }
    .row-fluid .companylogo:nth-child(4) img { max-width:110px; }
    .row-fluid .companylogo:nth-child(4).companylogobottom { min-height:120px; width:25%; }
    .row-fluid .companylogobottom img { max-width:120px; }
    .row-fluid .companylogobottom { min-height:50px; margin-top:20px; width:33.33%; }
    
    .row-fluid .acrossevent-raw > span > div { width:50%; padding:0 20px; margin:0 -4px 30px; }
    .row-fluid .acrossevent-raw > span > div:last-child { margin-bottom:0; }
    .row-fluid .event-textbox h4 { font-size:20px; line-height:24px; }
    
    .row-fluid .twocolumn-imgbox, .row-fluid .twocolumn-contentbox { width:100%; margin:0; }
    .row-fluid .twocolumn-contentbox { padding-right:15px; padding-left:15px !important; padding-top:20px; padding-right:15px !important; }
    .row-fluid .attendeesec { padding:40px 0; }
    .row-fluid .revenuesec { padding:50px 0 40px; }
    
    .row-fluid .maximize-sec { padding-top:10px; }
    .row-fluid .twocolumn-ctasec { padding:0; }
    .row-fluid .twocolumn-leftcta { width:100%; margin-bottom:20px; }
    .row-fluid .twocolumn-leftcta { padding:0; }
    .row-fluid .twocolumn-rightcta { padding-left:0; }
    .row-fluid .twocolumn-rightcta { width:100%; }
    .row-fluid .two-ctaBox { text-align:center; margin:0; height:auto !important; padding-bottom:20px; }
    .row-fluid .ctacontent { padding:0 15px; }
    .row-fluid .ctaimage { margin-bottom:15px; }
    
    .row-fluid .testimonial-section { background-attachment:fixed; }
    .row-fluid .testimonial-detailsbox { padding:30px 0; font-size:20px; padding:30px 0 20px; }
    .row-fluid .testimonialvideo-sec { padding:40px 0; font-size:20px; line-height:28px; }
    .row-fluid .testimonial-clientimgbox { padding-bottom:10px; }
    
    .testimonialvideo-sec .wistia_embed, .testimonialvideo-sec .wistia_click_to_play { width:350px !important; height:250px !important; margin:0 auto; }
    .testimonialvideo-sec .wistia_click_to_play img, .testimonialvideo-sec .wistia_click_to_play > div { width:100% !important; left:0 !important; height:250px !important; }
    
    .row-fluid .ctastrip-section a { font-size:14px; }
    .row-fluid .acrossevent-section { padding:40px 0; }
    .row-fluid .acrossevent-section h3 { font-size:20px; line-height:28px; padding-bottom:10px; }
    
    .row-fluid .event-imgbox img { max-width:150px; }
    .row-fluid .ctaimage img { max-width:200px; }
     
    
    /* Customer Page */
    .row-fluid .innerheader-textbox { padding:150px 0 50px; }
    .row-fluid .innerheader-textbox h3 { font-size:36px; line-height:40px; }
    
    .row-fluid .universe-raw > span > div { width:50%; margin:0 -4px; padding:0 15px; }
    .row-fluid .universe-raw > span > div:nth-child(2) .customer-testimonialbox { left:0; margin-top:0; }
    .row-fluid .universe-raw > span > div:last-child .customer-testimonialbox { left:0; margin-top:30px; }
    .row-fluid .customer-testimonialimgbox { left:50%; top:0; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
    .row-fluid .customer-testimonialbox { padding:30px 20px 25px; }
    .row-fluid .universe-raw { padding:60px 0 0; }
    
    .row-fluid .teamtext-section { font-size:16px; line-height:24px; padding:0; }
    .row-fluid .teamtextbox { padding:0; }
    
    .row-fluid .family-section { padding:40px 0 30px; }
    .row-fluid .family-title { padding-left:15px; padding-right:15px; }
    .row-fluid .family-title h3 { font-size:22px; line-height:30px; }
    .row-fluid .family-leftbox { width:100%; }
    .row-fluid .family-imgbox { width:100%; }
    .row-fluid .customerservice-imgbox { height:250px !important; }
    .row-fluid .customerservice-rightbox h4 { height:auto !important; }
    
    
    .row-fluid .service-ratingright h1 { font-size:140px; line-height:150px; }
    .row-fluid .service-ratingright { font-size:26px; line-height:32px; }
    
    .row-fluid .customer-eventsec h3 { font-size:18px; line-height:28px; }
    .row-fluid .customer-serviceraw > span > div { width:100%; padding:0; margin:0 0 70px; }
    .row-fluid .customer-serviceraw > span > div:last-child { margin-bottom:0; }
    .row-fluid .customerservice-leftbox { width:100%; border:0; }
    .row-fluid .customerservice-rightbox { width:100%; padding:20px 20px 60px 20px; font-size:18px; line-height:24px; }
    .row-fluid .customer-servicebox { overflow:hidden; }
    .row-fluid .customerservice-rightbox a.btn-style3 { left:50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
    .row-fluid .family-imgbox3:after { display:none; }
    .row-fluid .family-imgbox { min-height:350px; }
    .row-fluid .family-imgbox2 { background-image:url("https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/Bizzafamily-2.png") !important; background-position:center center !important; background-size:cover !important; background-repeat:no-repeat !important; }
    .row-fluid .family-imgbox3 { background-image:url("https://cdn2.hubspot.net/hubfs/318095/Bizzabo-2017/Image/bitmap.png") !important; background-position:center center !important; background-size:cover !important; background-repeat:no-repeat !important; }
    
    /* Platform Page */
    .row-fluid .platform-hero { padding:150px 0 0; text-align:center; }
    .row-fluid .platform-lefthero, .row-fluid .platform-righthero { width:100%; }
    .row-fluid .platformtree-img { display:none; }
    .row-fluid .platform-lefthero { padding:30px 15px !important; }
    .row-fluid .platform-lefthero h3 { font-size:32px; line-height:36px; }
    .row-fluid .platform-commenttext { padding:0; }
    .row-fluid .platform-righthero { min-height:auto; }
    .row-fluid .platform-righthero img { max-width:100%; position:relative; }
    .row-fluid .registration-sec { position:relative; }
    .row-fluid .registration-sec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); }
    .row-fluid .registration-sec > div { position:relative; color:#fff; }
    .row-fluid .registration-sec h3 { color:#fff; }
    
    .row-fluid .platform-tabsec { padding:20px 15px 35px; }
    .row-fluid .platform-tabtitlebox ul.tabs-menu li { width:100%; }
    
    .row-fluid span.mobile-select { margin-top:20px; position:relative; font-size:15px; display:block; color:#525355;  float:left; width:100%; border:1px solid; cursor:pointer; text-align:left; padding:15px; font-weight:bold; text-transform:uppercase; line-height:20px; } 
    .row-fluid span.mobile-select:after { position:absolute; content:"\f078"; font-family:"FontAwesome"; font-size:20px; color:#525355; top:15px; right:20px; }
    .row-fluid .platform-tabtitlebox ul.tabs-menu { float:left; width:100%; display:none; padding:0; box-shadow:-1px 8px 16px 0 rgba(0, 0, 0, 0.18); position:relative; top:0; background:#fff !important; left:0; z-index:1; }
    .row-fluid .platform-tabtitlebox ul.tabs-menu li a { border:0 !important; border-bottom:1px solid #000 !important; text-align:left; }
    .row-fluid .platform-tabtitlebox ul.tabs-menu li:last-child a { border-bottom:0 !important; }
    .row-fluid .platform-tabtitlebox ul.tabs-menu li a:hover { background:#3ac7cc; }
    .row-fluid .platform-tabtitlebox ul.tabs-menu li.current a { background:#3ac7cc; }
    
    .row-fluid .tab-contentbox { padding-top:30px; }
    .row-fluid .tab-contentleft { width:100%; margin:0; padding-bottom:20px; }
    .row-fluid .tab-contentright { width:100%; margin:0; float:left; } 
    .row-fluid .tab-contentleft h4 { font-size:34px; line-height:40px; }
    
    .row-fluid .platform-twocolumn { padding:50px 0; color:#000; font-size:16px; line-height:20px; }
    .row-fluid .marketing-rightbox { padding:0; }
    .row-fluid .section-title h3 { font-size:30px; line-height:36px; }
    .row-fluid .platformmain-textbox { padding:0; }
    .row-fluid .registration-sec .platform-textbox { padding-right:0; }
    
    /* New Platform Css */
    .row-fluid .platform-tabraw { padding-top:0; }
    .row-fluid .platform-tabbox h4 { font-size:22px; line-height:30px; padding:0; } 
    /*.row-fluid .platform-tabboxes { padding:0 0 30px; }*/
    .row-fluid .platform-tabtitlebox { position:relative; float:left; width:100%; }
    .row-fluid .platform-tabtitlebox ul.tabs-menu { position:absolute; top:72px; }
    .row-fluid .platform-tabtitlebox ul.tabs-menu li.current a { box-shadow:none; }
    .row-fluid .left-tabimg .tab-contentleft { padding:0; }
    
    .row-fluid .tab-contentleft { padding:30px 0 70px !important; }
    .row-fluid .platform-tabboxes { padding:50px 0 20px; }
    
    .row-fluid .right-tabimg .tab-contentleft { padding-right:0; }
    .row-fluid .right-tabimg { padding:0; }
     
    
    
    
    /* ICP Page */
    .row-fluid .icp-herosec { padding:150px 0 180px; position:relative; }
    .row-fluid .icp-herosec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); }
    /*.row-fluid .icp-publisherherosec:before { display:none; }*/
    .row-fluid .icp-lefthero h3 { font-size:36px; line-height:40px; color:#fff; }
    .row-fluid .icpleftcontent { padding-right:0; font-size:16px; line-height:22px; }
    .row-fluid .icp-lefthero { color:#fff; }
    
    .row-fluid .icp-logosec { padding:50px 0 0; text-align:center; }
    .row-fluid .icplogo-left { font-size:20px; padding-bottom:30px; }
    
    .row-fluid .icpmarketing-sec { padding:50px 0 20px; }
    .row-fluid .icpmarketing-raw > span > div { width:100%; padding:0; margin:0 0 20px; }
    .row-fluid .icpmarketing-textbox { height:auto !important; padding:0; }  
    .row-fluid .icpmarketing-morebox { padding:20px 0; }
    .row-fluid .ethihad-text { padding:0; }
    
    .row-fluid .icplogo-right { min-height:inherit; }
    .row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(2) .icpright-logoimg, .row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(4) .icpright-logoimg, .row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(5) .icpright-logoimg, .row-fluid .icplogo-right > .row-fluid-wrapper:nth-child(6) .icpright-logoimg { margin-left:0; margin:0; position:relative; margin-bottom:0; }
    .row-fluid .icp-partylogosec .icpright-logoimg { height:auto; width:auto; }
    
    form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input { width:100% !important; margin-bottom:15px; }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
    .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 0; }
    .row-fluid .hs-form form > fieldset > div { margin-bottom:20px; }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px; }
    .hs-form fieldset.form-columns-3 .input { margin-right:0 !important; }
    .row-fluid .form-box form input[type="submit"] { font-size:14px; }
    .row-fluid .form-box form input[type="submit"] { margin-top:30px; }
    .hs-form fieldset.form-columns-3 .hs-form-field, .hs-form fieldset.form-columns-2 .hs-form-field, .hs-form fieldset.form-columns-1 .hs-form-field, .row-fluid #hs_form_target_module_14872289050331071 fieldset.form-columns-2, .row-fluid #hs_form_target_module_14872289050331071 fieldset.form-columns-1 { width:100% !important; max-width:none; }
    .hs-form fieldset.form-columns-1 .input, .hs-form fieldset.form-columns-2 .input, .row-fluid .hs-form fieldset.form-columns-2 .field:first-child {padding-right:0;margin-right:0 !important;}
    .row-fluid .hs-form fieldset.form-columns-2 .field {padding-left:0;}
    
    /* Feature Page */
    .row-fluid .feature-hero .wrapper { padding:0; }
    .row-fluid .left-featurehero { padding:50px 15px 30px !important;  }
    .row-fluid .left-featurehero h2 { font-size:36px; line-height:40px; }
    .row-fluid .featureevent-txt { padding-right:0; }
    .row-fluid .right-featurehero { position:relative; }
    
    .row-fluid .award-winingsec { padding:50px 0; }
    .row-fluid .award-winingsec h4 { font-size:26px; line-height:30px; }
    .row-fluid .award-winingraw { padding-top:40px; }
    .row-fluid .award-winingraw > span > div { margin:0 -4px 40px; padding:0 15px; width:50%; }
    .row-fluid .award-winingraw > span > div:last-child { margin-bottom:0; }
    .row-fluid .award-textbox h3 { font-size:20px; }
    
    .row-fluid .community-sec .twocolumn-contentbox { padding-bottom:20px; }
    .row-fluid .really-sec, .row-fluid .organise-sec { padding-top:0; }
    .row-fluid .revenuesec .twocolumn-contentbox br { display:none; }
    
    /* Case Studies Page */
    .row-fluid .casestudy-header { padding:80px 0 120px; }
    .row-fluid .commoninner-headerbox h3 { font-size:30px; line-height:40px; }
    .row-fluid .commoninner-headerbox h4 { font-size:24px; line-height:28px; padding-bottom:10px; }
    
    .row-fluid .caseabout-leftbox h4 { font-size:20px; line-height:26px; }
    .row-fluid .caseabout-leftbox { margin-bottom:25px; margin-top:-80px; }
    .row-fluid .caseabout-rightbox .about1 { font-size:16px; line-height:24px; }
    .row-fluid .caseabout-rightbox .about2 { font-size:18px; line-height:28px; padding-bottom:0; }
    .row-fluid .caseabout-rightbox .about3 { line-height:24px; }
    
    .row-fluid .casepage-testimonial .testimonial-detailsbox { font-size:18px; line-height:28px; }
    
    .row-fluid .casestudyimgbox1 { width:33.33%; float:left; }
    .row-fluid .casestudyimgbox2 { width:33.33%; margin:0; float:left; }
    .row-fluid .casestudyimgbox3 { width:33.33%; float:left; }
    .row-fluid .casestudyimgbox { min-height:200px; }
    
    .row-fluid .bizzabo-platformsec { padding:30px 0; font-size:16px; line-height:26px; }
    .row-fluid .bizzabo-platformtext { padding:0; }
    
    /* Jobs Page */
    .row-fluid .jobs-header .header-textbox { padding:200px 0 73px; }
    .videoWrapper { padding:65% 0 0; }
    .videoWrapper iframe { top:31px; }
    .row-fluid .jobs-header .header-textbox h1 { font-size:38px; line-height:48px; }
    .row-fluid .jobs-header .header-ctabox { padding:30px 0; }
    .row-fluid .jobs-header .header-ctabox .btn-style2 a span { padding:17px 8px 17px 38px; }   
    .row-fluid .jobs-header .header-ctabox .btn-style2 a:before { left:30px; top:21px; }
    .row-fluid .caseheader-logo { max-width:220px; }
    
    .row-fluid .jobs-sec2 { font-size:16px; line-height:26px; padding:30px 0; }
    .row-fluid .jobs-sec2text { padding:0; }
    .row-fluid .supergradient-btn a, .row-fluid a.supergradient-btn { min-width:240px; }
    
    .row-fluid .job-teamsec3 h3 { font-size:22px; line-height:32px; padding:0 15px 30px; }
    
    
    .row-fluid .jobtestimonial-sec4 { padding:30px 0; }
    .row-fluid .jobtestimonial-raw,.row-fluid .tytestimonial-raw { padding:0; }
    .row-fluid .jobtestimonial-sliderleftbox { width:100%; text-align:center; }
    .row-fluid .jobtestimonial-imgbox { float:none; display:inline-block; }
    .row-fluid .jobtestimonial-sliderrightbox { width:100%; font-size:20px; line-height:30px; padding-top:30px; padding-left:0; text-align:center; }
    .row-fluid .jobtestimonial-sec4 .slick-arrow { display:none !important; }
    
    .row-fluid .left-gallerybox { width:100%; border:0; }
    .row-fluid .gallery-sec { padding:20px 0 0; }
    .row-fluid .right-gallerybox { width:100%; }
    .row-fluid .teammember-imgbox1 { border-right:15px solid #fff; }    
    .row-fluid .teammember-imgbox3 { border-right:15px solid #fff; }    
    .row-fluid .teammember-imgbox1, .row-fluid .teammember-imgbox2, .row-fluid .teammember-imgbox3, .row-fluid .teammember-imgbox4, .row-fluid .teammember-imgbox5 { float:none; display:inline-block; margin:0 -3px; width:50%; border-bottom:10px solid #fff; }
    .row-fluid .teammember-imgbox5 { position:relative; height:35vh; border-bottom:0; display:table; margin:0 auto; float:none; }
    
    .row-fluid .career-sec { text-align:center; }
    .row-fluid .carrer-left h4 { font-size:24px; line-height:30px; }
    .row-fluid .carrer-right h5 { font-size:20px; }
    
    .row-fluid .jobtab-section { padding:20px 0; }
    .row-fluid .jobtab-section .wrapper { padding:0; }
    .row-fluid .jobtab-contentraw > span > div { width:50%; padding:0 15px; margin:20px -4px 0; }
    .row-fluid .jobstab-menusec ul li a { font-size:12px; }
    .row-fluid .jobstab-menusec ul { min-width:280px; padding:15px; }  
    
    .row-fluid .jobslisting-titlebox { text-align:center; }
    .row-fluid .carrer-left h4 { font-size:20px; line-height:30px; }
    .row-fluid .job-category-main { margin-left:0; }
    .row-fluid .job-item h3 { font-size:18px; line-height:28px; }
    
    .row-fluid .about-teamhoverbox { opacity:1; padding:0 10px; }   
    .row-fluid .about-teamhoverbox h4 { font-size:14px; }
    .row-fluid .ctaimage.pressctaimg2 img { max-width:90px; }
    
    /* About Us Page */
    .row-fluid .about-headersec .header-textbox h1 { font-size:36px; line-height:46px; } 
    
    .row-fluid .founder-contentsec { padding:30px 0 0; }
    .row-fluid .about-submenu .hs-menu-wrapper > ul > li { width:100%; border-right:0; }
    
    .row-fluid .founder-sec { padding:40px 0 20px; }
    .row-fluid .founter-contentbox1 { font-size:20px; line-height:30px; } 
    .row-fluid .founder-contentsec { font-size:16px; line-height:26px; }    
    
    .row-fluid .aboutcollege-picbox1, .row-fluid .aboutcollege-picbox2, .row-fluid .aboutcollege-picbox3, .row-fluid .aboutcollege-picbox4, .row-fluid .aboutcollege-picbox5, .row-fluid .aboutcollege-picbox6 { float:left; width:50%; border:0; border-bottom:10px solid #fff; }
    .row-fluid .aboutcollege-picbox1, .row-fluid .aboutcollege-picbox3, .row-fluid .aboutcollege-picbox5 { border-right:10px solid #fff; }
    
    .row-fluid .about-testimonialsec h3 { font-size:20px; line-height:28px; } 
    .row-fluid .about-testimonialsec h3 br { display:none; }
    .row-fluid .about-testimonialsec .jobtestimonial-raw { padding-top:20px; }
    
    .row-fluid .about-videotitle h3 { font-size:30px; line-height:40px; }
    
    .row-fluid .about-submenu { display:none; }
    
    .row-fluid .about-servicesec { padding:30px 0; }
    .row-fluid .about-servicecol { width:100%; float:left; overflow:visible; height:auto; }
    .row-fluid .service-innerbox { padding:40px 15px; position:relative; top:auto; left:auto; transform:none; }
    .row-fluid .service-icon { max-width:140px; }
    .row-fluid .about-servicecol:hover .service-icon { margin:0; }
    .row-fluid .service-title { padding-top:20px; }
    .row-fluid .service-hovertext { height:auto; overflow:visible; }
    .row-fluid .about-servicecoltitle { width:100%; }
    .row-fluid .about-servicecoltitle h4 { position:relative; top:auto; left:auto; transform:none; font-size:46px; line-height:56px; padding-bottom:20px; }
    .row-fluid .about-servicecoltitle h4 br { display:none;  }
    .row-fluid .about-servicecol h4 { font-size:20px; line-height:40px; }
    
    .row-fluid .culture-sec { padding:30px 0; }
    .row-fluid .culture-left { text-align:center; padding:0 0 30px; }
    
    .row-fluid .about-teamsec { padding:20px 0; }
    .row-fluid .about-teamtext { font-size:16px; line-height:26px; padding:0 15px; }
    .row-fluid .about-teamraw > span > div { width:33.33%; }
    
    .row-fluid .about-joinsec { font-size:16px; line-height:26px; padding:20px 0 30px; }
    .row-fluid .about-joinsec h4 { font-size:24px; line-height:34px; }
    .row-fluid .aboutjoin-text1 { padding:0; } 
    .row-fluid .about-joinsec .supergradient-btnsec { margin-top:15px; }
    
    /* Contact Us Page */
    .row-fluid .contactus-header { padding:100px 0 80px; }
    .row-fluid .contactus-header h2 { font-size:36px; line-height:46px; }
    .row-fluid .contactus-header h4 { font-size:26px; line-height:36px; }
    
    .row-fluid .contcat-awardsec { padding:90px 0 40px; }
    .row-fluid .contcat-awardsec .award-winingraw > span > div { padding:0 10px; margin-bottom:80px; }
    .row-fluid .contcat-awardsec .award-winingraw > span > div:last-child { margin-bottom:0; }
    .row-fluid .contcat-awardsec .award-textbox { padding:0 10px; }
    .row-fluid .contcat-awardsec .award-imgbox { min-height:100px; max-width:150px; float:none; margin:-50px auto 0; }
    
    .row-fluid .contact-sec3 { padding:0; font-size:16px; line-height:26px; }
    .row-fluid .contact-sec3 h3 { padding-bottom:0; }
    .row-fluid .sayhi-contentbox { padding:0 15px; }
    
    .row-fluid .sayhi-imgtextbox { padding:20px 15px; }
    .row-fluid .sayhi-imgtextbox h4 { font-size:18px; line-height:26px; }
    .row-fluid .sayhi-leftimg, .row-fluid .sayhi-rightimg { height:40vh; }
    
    .row-fluid .zigzag-img { height:50vh; }
    .row-fluid .zigzag-textbox { padding-bottom:30px; }
    .row-fluid .zigzag-textbox3 .twocolumn-lefttext { padding-right:0; }
    
    .row-fluid .form-section { padding:50px 0; }
    .row-fluid .form-section .section-title h3 { font-size:22px; line-height:34px; }
    
    .row-fluid .contcat-awardsec .award-imgbox { max-width:100px; min-height:110px; } 
    
    /* Jobpage */
    .row-fluid .jobpage-header .header-textbox { padding:150px 0 20px; }
    .row-fluid .jobpage-header .header-textbox h1 { font-size:36px; line-height:46px; color:#32333c; }
    .row-fluid .jobpage-header .header-textbox h4 { font-size:26px; line-height:36px; color:#32333c; }
    .row-fluid .jobs-header .header-textbox.text-white h4, .row-fluid .jobs-header .header-textbox.text-white h1 { color:#32333c; }
    
    .row-fluid .csmanager-sec { padding:40px 0; font-size:16px; line-height:26px; }
    .row-fluid .csmanager-contentbox1, .row-fluid .csmanager-contentbox2 { padding:0; }
    .row-fluid .csmanager-sec h3 { font-size:26px; line-height:36px; } 
    .row-fluid .centermode-slidersec { padding-bottom:30px; }
    .row-fluid .jobspage-sec4 h3 { font-size:26px; line-height:34px; }
    .row-fluid .openposition-section h3 { font-size:22px; line-height:30px; }
    
    /* Plans Page */
    .row-fluid .plan-hero { padding:160px 0 60px; } 
    .row-fluid .plan-hero .plan-headertextbox h4 { font-size:20px; line-height:28px; }
    .row-fluid .plan-hero .plan-headertextbox h1 { font-size:23px; line-height:32px; }
    .row-fluid .plan-hero .plan-headertextbox h1 br { display:none; }
    
    .row-fluid .plan-sec2 { padding:140px 0 30px; }
    .row-fluid .planlist-raw > span > div { width:50%; margin:0 -4px 120px; float:none; display:inline-block; vertical-align:top;  }
    .row-fluid .planlist-raw > span > div:last-child  { margin-bottom:30px; }
    .row-fluid .plan-borderboxe { padding:0 15px 25px; }
    
    .row-fluid .plancompanylogo-box .slick-track > div { min-height:300px; }
    .row-fluid .plancompanylogo-box .slick-track > div img, .row-fluid .plancompanylogo-box .slick-track > div:nth-child(7) img { max-width:200px; }
    
    .row-fluid .plan-faqsec { padding:50px 0; }
    .row-fluid .plan-faqsec h2 { font-size:26px; line-height:32px; }
    .row-fluid .planfaq-boxes { padding:25px 0; font-size:16px; line-height:24px; }
    .row-fluid .planfaq-column h4 { font-size:20px; line-height:28px; padding-bottom:10px; } 
    
    .row-fluid .plan-ctabox .cta-title h4 { font-size:22px; line-height:34px; padding:0 15px 20px; }
    
    /* Press Page */
    .row-fluid .press-hero .press-herotextbox { padding:160px 0 50px; }  
    .row-fluid .press-hero .press-herotextbox h1 { font-size:36px; line-height:46px; }
    .row-fluid .publication-logosec h4 { padding:0 15px; font-size:20px; line-height:30px; }
    
    .row-fluid .press-servicesec { padding:50px 0; }
    .row-fluid .press-servicebox2 { padding:30px 0; }
    
    .row-fluid .presssec-3 { padding:20px 0; line-height:28px; text-align:center; }  
    .row-fluid .presssec3-contentbox { padding:0; }
    .row-fluid .presssec3-text1 { font-size:16px; line-height:26px; }
    
    .row-fluid .latest-presssec { padding:20px 0; } 
    .row-fluid .latestpress-raw > span > div.hs_cos_wrapper_widget { width:50%; padding:30px 15px 0; }
    
    .row-fluid .press-releasesec { padding:30px 0; }
    .row-fluid .pressrelease-boxes { padding:25px 0; font-size:16px; line-height:24px; }
    .row-fluid .press-releasetext { font-size:16px; line-height:26px; padding:10px 0; }
    
    .row-fluid .presstwocolumn-ctasec .ctacontent { padding-top:30px; }
    .row-fluid .presstwocolumn-ctasec .twocolumn-rightcta { padding:30px 0 30px 15px; text-align:center; }
    .row-fluid .presstwocolumn-ctasec .twocolumn-rightcta .ctacontent { padding:0 15px 0; }
    
    .row-fluid .publication-logosec .plancompanylogo-box .slick-track > div:nth-child(5) img { max-width:90px; } 
    .row-fluid .publication-logosec .plancompanylogo-box .slick-track > div img { max-width:90px; } 
    /*.latestpress-logoimg { height:auto !important; }*/
    
    .row-fluid .featureevent-winingraw .award-imgbox { max-width:200px; min-height:200px; float:none; margin:20px auto 0; }
    .row-fluid .featureeventbox4 { padding-top:0; }
    
    /* Footer */
    .row-fluid .footer-section1 { padding:40px 0; }
    .row-fluid .footer1-box { margin-bottom:20px; float:left; width:50%; } 
    .row-fluid .footer1-box:nth-child(3), .row-fluid .footer1-box:nth-child(5) { clear:left; }
    
    .row-fluid .footer-section1 h4 { padding-bottom:10px; }
    .row-fluid .footer-section1 .hs-menu-wrapper > ul > li > a:link, .row-fluid .footer-section1 .hs-menu-wrapper > ul > li > a:visited { padding:5px 0; }
    .row-fluid .footer-bottombox { float:left; width:100%; text-align:center; margin-bottom:15px; }
    .row-fluid .footer-bottombox4 { padding-right:20px; }
    .row-fluid .footer-bottombox5 { padding-left:20px; }
    .row-fluid .footer-bottombox4, .row-fluid .footer-bottombox5 { margin-left:0; margin-right:0; float:left; width:50%; }
    
    .row-fluid .marketingaward .award-imgbox { float:none; margin:0 auto 10px; max-width:150px; min-height:140px; }
    .row-fluid .marketingaward .award-winingraw > span > div { margin-bottom:30px; }
    .row-fluid .marketingaward .award-winingraw > span > div:last-child { margin-bottom:0; }
    
    .row-fluid .feature-marketinghero .left-featurehero { padding:0; }    
    .row-fluid .featuremarket-box2, .row-fluid .featuremarket-box5 { padding:30px 0; background: rgb(246,246,249) !important;
                                    background: -moz-linear-gradient(top,  rgba(246,246,249,1) 0%, rgba(242,243,245,1) 7%, rgba(242,243,247,1) 17%, rgba(240,241,243,1) 22%, rgba(239,240,244,1) 43%, rgba(237,238,240,1) 48%, rgba(235,239,242,1) 53%, rgba(225,230,233,1) 100%) !important;
                                    background: -webkit-linear-gradient(top,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important ;
                                    background: linear-gradient(to bottom,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important;
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f9', endColorstr='#e1e6e9',GradientType=0 ) !important; }
    
    .row-fluid .featuremarket-box1 .twocolumn-contentbox, .row-fluid .featuremarket-box3 .twocolumn-contentbox, .row-fluid .featuremarket-box4 .twocolumn-contentbox { padding:30px 15px !important; }
    
    .row-fluid .featuremarket-box1, .row-fluid .featuremarket-box3, .row-fluid .featuremarket-box4 { padding:0; }
    .row-fluid .featuremarket-box5 .twocolumn-contentbox { padding:30px 0; }
    
    .row-fluid .icp-publisherherosec { padding:150px 0 50px; /*background: rgb(246,246,249) !important; 
                                    background: -moz-linear-gradient(top,  rgba(246,246,249,1) 0%, rgba(242,243,245,1) 7%, rgba(242,243,247,1) 17%, rgba(240,241,243,1) 22%, rgba(239,240,244,1) 43%, rgba(237,238,240,1) 48%, rgba(235,239,242,1) 53%, rgba(225,230,233,1) 100%) !important;
                                    background: -webkit-linear-gradient(top,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important ;
                                    background: linear-gradient(to bottom,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important;
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f9', endColorstr='#e1e6e9',GradientType=0 ) !important;*/ }
    
    .row-fluid .featurepoll-hero, .row-fluid .feature-contacthero { background: rgb(246,246,249) !important; min-height:inherit;
                                    background: -moz-linear-gradient(top,  rgba(246,246,249,1) 0%, rgba(242,243,245,1) 7%, rgba(242,243,247,1) 17%, rgba(240,241,243,1) 22%, rgba(239,240,244,1) 43%, rgba(237,238,240,1) 48%, rgba(235,239,242,1) 53%, rgba(225,230,233,1) 100%) !important;
                                    background: -webkit-linear-gradient(top,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important ;
                                    background: linear-gradient(to bottom,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important;
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f9', endColorstr='#e1e6e9',GradientType=0 ) !important; }
    .row-fluid .featurepoll-box3 { padding:50px 0; }
    .row-fluid .featureevent-hero { padding:50px 0 0; }
    .row-fluid .eventapp-testimonialsec { background-size: cover !important; }
    
    .row-fluid .Feature-registration-contentbox { padding:30px 0; }
    .row-fluid .eventregister-titlebox { font-size:18px; line-height:26px; }
    .row-fluid .Feature-registration-contentbox h4 { font-size:18px; line-height:24px; padding-top:20px; }
    .row-fluid .Feature-registration-contentbox p, .row-fluid .Feature-registration-contentbox p + p { padding:0 0 15px; }
    
    .row-fluid .feature-registerhero { padding:70px 0 0; min-height:inherit; }
    .row-fluid .feature-contacthero { padding:0; }
    
    .row-fluid .rdherosec { padding:50px 0; }
    
    .row-fluid .featureeventbox2.bgimg-main { background-image:none !important; }
    .row-fluid .featureeventbox2 .bg-img { display:block !important; }  
    
    
    /* Platform All Tab Page */
    
    .row-fluid .plattab-content .platform-tabraw > span > div:first-child .platform-tabboxes .tab-contentbox { padding-top:30px; }
    .row-fluid .platform-tab4sec .platform-tabraw > span > div:first-child .platform-tabboxes .tab-contentbox { padding-top:0; }
    .row-fluid .platform-tab1sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:0; }
    .row-fluid .platform-tab1sec .platform-tabraw > span > div:nth-child(3) .platform-tabboxes { padding:20px 0 0; }
    .row-fluid .platform-tab2sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:0; }
    .row-fluid .platform-tab2sec .platform-tabraw > span > div:nth-child(4) .platform-tabboxes { padding:10px 0 20px; }
    .row-fluid .platform-tab3sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:0; }
    .row-fluid .platform-tab3sec .platform-tabraw > span > div:nth-child(4) .platform-tabboxes { padding:0; }
    .row-fluid .platform-tab3sec .platform-tabraw > span > div:nth-child(4) .left-tabimg .tab-contentleft { padding-left:0; }
    .row-fluid .platform-tab4sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes { padding:0; }
    .row-fluid .platform-tab4sec .platform-tabraw > span > div:first-child .platform-tabboxes { padding:0; }
    .row-fluid .platform-tab4sec .platform-tabraw > span > div:nth-child(2) .left-tabimg .tab-contentleft { padding-left:0; }
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:first-child .tab-contentleft, 
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:first-child .tab-contentright { width:100%; }
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(2) .platform-tabboxes, 
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(3) .platform-tabboxes,
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(5) .platform-tabboxes,
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(6) .platform-tabboxes { padding:0; }
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(4) .left-tabimg .tab-contentleft h4, .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(4) .left-tabimg .tab-contentleft { color:#32333c; } 
    
    .row-fluid .platform-tabraw .platform-tabboxes { background:none !important; }
    .row-fluid .platform-tabraw .platform-tabboxes .bg-img { display:block !important; }
    .row-fluid .platform-tab4sec .platform-tabraw > span > div:nth-child(3) .platform-tabboxes .bg-img,
    .row-fluid .platform-tab5sec .platform-tabraw > span > div:nth-child(4) .platform-tabboxes .bg-img { display:none !important; }
    #plattab-5 .platform-tabraw > span > div:nth-child(4) > div {padding-top:0; margin-top: -40px;}
    .row-fluid .platform-tabraw .tab-contentbox { padding:0; }
    
    /* Resources Page 16-03-2017 */
    .row-fluid .resource-hero { padding:50px 0; position:relative; }
    .row-fluid .resource-hero:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.4); }
    .row-fluid .resource-headerbox { font-size:20px; line-height:30px; position:relative; } 
    .row-fluid .resource-headerbox h1 { font-size:26px; line-height:32px; }
    
    .row-fluid .select-filterbox { padding-right:0; }
    .row-fluid .resource-filtermain { width:100%; padding-right:0; padding-bottom:2px; }
    
    .row-fluid .search-section { position:relative; width:100%; text-align:right; }
    .row-fluid .search-section input[type="text"] { display:block; z-index:1; right:auto; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; border:1px solid #76778d; margin:0; height:50px; width:90%; background:url("//welcome.bizzabo.com/hubfs/Bizzabo-2017/Image/searchicon.png") no-repeat center right 15px #fff; background-size:20px; }
    .row-fluid .filter-searchicon { float:left; }
    .row-fluid .filter-searchicon a { display:none; }
    .row-fluid .resourcefilterbox ul { box-shadow:-1px 8px 10px 0 hsla(0, 0%, 0%, 0.18); }
    .row-fluid .resource-filterraw { padding-top:100px; }   
        
    .row-fluid .resource-filterraw .resource-item h3 { font-size:18px; line-height:24px; }
    .row-fluid .resource-filterraw .resource-item { font-size:14px; line-height:24px; }
    .row-fluid .resource-learnmore { padding-top:20px; }
    .row-fluid .resource-filterraw .resource-item { width:50%; margin:0 -2px; padding:20px 10px; }
    
    .row-fluid .jobmarketing-hero { position:relative; } 
    /*.row-fluid .jobmarketing-hero:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); }*/
    
    .row-fluid .customer-successheader, .row-fluid .jobpage-header { background: rgb(246,246,249) !important; min-height:inherit;
                                    background: -moz-linear-gradient(top,  rgba(246,246,249,1) 0%, rgba(242,243,245,1) 7%, rgba(242,243,247,1) 17%, rgba(240,241,243,1) 22%, rgba(239,240,244,1) 43%, rgba(237,238,240,1) 48%, rgba(235,239,242,1) 53%, rgba(225,230,233,1) 100%) !important;
                                    background: -webkit-linear-gradient(top,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important ;
                                    background: linear-gradient(to bottom,  rgba(246,246,249,1) 0%,rgba(242,243,245,1) 7%,rgba(242,243,247,1) 17%,rgba(240,241,243,1) 22%,rgba(239,240,244,1) 43%,rgba(237,238,240,1) 48%,rgba(235,239,242,1) 53%,rgba(225,230,233,1) 100%) !important;
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f9', endColorstr='#e1e6e9',GradientType=0 ) !important; }
    .row-fluid .job-careerheader:before { display:none; }
    
    
    .row-fluid .error-section { padding:150px 0 50px;  }
    
    .mainmenu div.hs-menu-wrapper > ul  li.hs-item-has-children >  a { pointer-events:none; }
    .row-fluid .mainmenu ul li a { white-space:normal !important; text-indent:0 !important; }
    
    .formpopup-wrap .row-fluid .lpform .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0px 20px 0;}
    .formpopup-wrap .row-fluid .lpform .hs-form fieldset.form-columns-2 .field { padding:0 0 20px 0px;}
    
    .formpopup-wrap .row-fluid .wrapper,.formpopup-wrap .row-fluid .lpform .hs_submit { padding-left:0; padding-right:0; }
    
    .row-fluid .tyhelp-herosection:before { display:none; }
    
    .row-fluid .lpcontent-wrap { padding-right:15px; }
    .row-fluid .lpcontent-innerwrap { padding-left:15px !important; }
    .row-fluid .lpform-wrap { padding-right:15px !important; padding-left:15px;  }
    .lp .row-fluid .twocolumn-lefttext div span > p {font-size: initial;line-height: 26px;}
    
    .row-fluid .lpturn-section .wrapper { width:100%; padding:0;}
    .row-fluid .lp7-turnleft { width:100%; padding:30px 15px; height:auto !important; }
    .row-fluid .lp7-rightherobox { width:100%; padding:30px !important; height:auto !important; }
    .row-fluid .lp7-turnleft .trusted-section  { margin-top:30px; }
    
    .row-fluid .lplogo-section .companylogo-box .lplogo6 { margin-top:40px; }
    .row-fluid .lpform-wrap .lpform input[type="submit"] { font-size:12px; }
    .row-fluid .scheduler-demosection input[type="submit"] { font-size:14px; padding:10px 10px; }
    
    .row-fluid .typage1-herosec { padding-bottom:70px; }
    
    .row-fluid .ready-typage1 { min-height:1px; padding:100px 0; }
    
    .row-fluid .lphero-section:before { display:block; }
    
}

@media (max-width: 436px){
    
    .row-fluid .header-cta1 { padding-bottom:20px; }
    
}

@media (max-width: 650px){
    .row-fluid .lp7-turnleft .trusted-section .trust-logolist .trust-logo,
    .row-fluid .lp7-turnleft .trusted-section .sub-title { width:100%; text-align:center; margin-bottom:20px; }
}

@media (max-width: 500px){
    
    .row-fluid .companylogo { width:50%; }
    .row-fluid .companylogo img { max-width:110px; } 
    .row-fluid .companylogobottom { width:50%; }
    .row-fluid .companylogo:nth-child(4).companylogobottom { width:50%; }
    
    .row-fluid .acrossevent-raw > span > div { width:100%; padding:0; }
    
    .testimonialvideo-sec .wistia_embed, .testimonialvideo-sec .wistia_click_to_play { width:250px !important; height:200px !important; margin:0 auto; }
    .testimonialvideo-sec .wistia_click_to_play img, .testimonialvideo-sec .wistia_click_to_play > div { width:100% !important; left:0 !important; height:200px !important; }
    
    /*.row-fluid .footer1-box { float:left; width:100%; }
    .row-fluid .footer-bottombox4 { margin-bottom:20px; }
    .row-fluid .footer-bottombox4, .row-fluid .footer-bottombox5 { width:100%; padding:0; }*/
    
    /* Customer Page */
    .row-fluid .universe-raw > span > div { width:100%; margin:0; padding:0; }
    .row-fluid .universe-raw > span > div:nth-child(2) .customer-testimonialbox { margin-top:30px; }
    
    .row-fluid .award-winingraw > span > div { margin:0 0 40px; padding:0; width:100%; }
    
    /* Case Studies Page */
    .row-fluid .casestudyimgbox1 { width:100%; }
    .row-fluid .casestudyimgbox2 { width:100%; margin:20px 0; }
    .row-fluid .casestudyimgbox3 { width:100%; }
    .row-fluid .casestudyimgbox { min-height:250px; } 
    
    /* Jobs Page */
    .row-fluid .teammember-imgbox1, .row-fluid .teammember-imgbox2, .row-fluid .teammember-imgbox3, .row-fluid .teammember-imgbox4, .row-fluid .teammember-imgbox5 { width:100%; border:0; border-bottom:10px solid #fff; }
    .row-fluid .teammember-imgbox5 { position:relative; height:35vh; border-bottom:0;  }
    .row-fluid .jobtab-contentraw > span > div { width:100%; margin:20px -4px 0; }
    .videoWrapper { padding:100% 0 0; }
    
    /* About Us Page */
    .row-fluid .aboutcollege-picbox1, .row-fluid .aboutcollege-picbox2, .row-fluid .aboutcollege-picbox3, .row-fluid .aboutcollege-picbox4, .row-fluid .aboutcollege-picbox5, .row-fluid .aboutcollege-picbox6 { width:100%; border:0; border-bottom:10px solid #fff; }
    .row-fluid .about-teamraw > span > div { width:50%; }
    
    /* Contact Us Page */
    .row-fluid .contactsec3-leftbox, .row-fluid .contactsec3-rightbox { width:100%; }
    .row-fluid .contcat-awardsec .award-boxes { height:auto !important; }
    .row-fluid .award-winingraw > span > div { padding:0; margin:0; }
    .row-fluid .contcat-awardsec .award-textbox { padding:0; } 
    .row-fluid .sayhi-leftimg, .row-fluid .sayhi-rightimg { height:60vh; }
    
    /* Plans Page */
    .row-fluid .planlist-raw > span > div { width:100%; padding:0; margin-right:0; margin-left:0; }
    
    /* Press Page */
    .row-fluid .latestpress-raw > span > div.hs_cos_wrapper_widget { width:100%; margin:0; padding:30px 0 0; }
    
    /* Resource Page */
    .row-fluid .resource-filterraw .resource-item { width:100%; margin:0; padding:0; }
    .row-fluid .resource-learnmore { padding-bottom:35px; }
    
    
    
}
@media(max-width:1180px){
  .icpmarketing .body-container{ margin-top:106px;}
  .icpmarketing .body-container.container-fluid.margin {    margin: 65px 0 0 0; }
}

@media(max-width:992px){
    .packages-plan-bottom { width:50%; }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li{ width:auto!important; }
  
  .icpmarketing .body-container {    margin-top: 65px; }
}

@media (max-width: 767px){

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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }

.row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
    color: #32333c;
    text-transform: inherit;
    font-size: inherit;
    white-space: normal !important;
    position: inherit;
    padding:15px 10px 15px 50px;
    font-weight:600;
} 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul{padding:0!important;}
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li{ width:100%!important; padding:0; }
  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 40px;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: 80px; /* Button width */
      height: 44px; /* Button height */     
      line-height:0 !important;
      padding: 30px 0;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: center;
      text-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #054f7d;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: #fff; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 30px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #3598cb; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .packages-plan-bottom { width:100%; }
  /* Child Toggle Button
     ========================================================================== */

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100% !important; /* Button width */
     /* min-width: 35px !important;*/
      height: 50px !important; /* Button height */  
      padding: 0 !important;
      /*border-left: 1px dotted rgba(255, 255, 255, .20);*/
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

  

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


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #fff; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px solid #fff; /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 10px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

@media(max-width:640px){
  ul.tabs li:nth-child(2) {    border-right: 1px solid #ccc;    border-bottom: 0;   }
  ul.tabs li:nth-child(1) {    border-right: 1px solid #ccc;    border-bottom: 0;   }
  
}
  /* Tom's privacy 
     ========================================================================== */



.hs-content-path-bizzabo-privacy-mobile h4{
    font-family: Verdana, sans-serif;
    font-size:20px;
    font-weight: bold;
    color:#707288;
    padding-top:30px;
}
.hs-content-path-bizzabo-privacy-mobile p{
    padding-bottom:20px;
    padding-top:0px;
}
.hs-content-path-bizzabo-privacy-mobile .widget-type-header h3 {
padding-top:80px;   
}

  /* Tom's end user privacy 
     ========================================================================== */
.hs-content-path-bizzabo-end-user-agreement h4{
    font-family: Verdana, sans-serif;
    font-size:20px;
    font-weight: bold;
    color:#707288;
    padding-top:30px;
}
.hs-content-path-bizzabo-end-user-agreement p{
    padding-bottom:20px;
    padding-top:0px;
}
.hs-content-path-bizzabo-end-user-agreement .widget-type-header h3 {
padding-top:80px;   
}


.way-hire-sec .container{max-width:1170px; margin:0 auto; padding:0 15px;}
.way-hire-sec{padding:100px 0;}
.way-hire-sec h2{font-size:40px; font-weight:700; text-transform:uppercase; line-height:1;}
.way-hire-desn p{ font-size:18px; padding: 25px 0; line-height:1.2;}
.way-hire-desn a {
    padding: 20px 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0 30px 30px 0;
    font-weight: bold;
    font-family: 'BrandonGrotesque', Verdana, sans-serif;
    background: rgb(59,201,205);
    background: -moz-linear-gradient(left, rgba(59,201,205,1) 0%, rgba(51,153,204,1) 100%);
    background: -webkit-linear-gradient(left, rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
    background: linear-gradient(to right, rgba(59,201,205,1) 0%,rgba(51,153,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc9cd', endColorstr='#3399cc',GradientType=1 );

}
.way-hire-desn  a:hover {
    background: rgb(59,201,205);
    background: -moz-linear-gradient(left,rgba(59,201,205,1) 0,rgba(51,153,204,1) 100%);
    background: -webkit-linear-gradient(left,rgba(59,201,205,1) 0,rgba(51,153,204,1) 100%);
    background: linear-gradient(to right,rgba(59,201,205,1) 0,rgba(51,153,204,1) 100%);
}
.way-hire-desn a { padding: 20px 20px; font-size: 16px;}


@media(max-width:767px){
    
 .way-hire-sec h2{font-size:30px;}   
 .way-hire-sec p{font-size:16px;}
 
}

@media (max-width: 480px){
    .cust-exp-wrap {
        padding: 40px 0 40px;
    }
    .cust-exp-content h3 {
        font-size: 20px;
    }
    .cust-exp-content h2 {
        font-size: 26px;
        margin: 0 0 30px;
    }
}
/*-------------20/04/2019-----------------*/
.plan-borderboxe.sameheight.fixed:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 101px;
  position: absolute;
  top: -103px;
  left: 0;
  z-index: -1;
}