/* CSS Imports =-=-=-=-=-=-=-=-=-=-=-=-=*/
@import url('https://fonts.googleapis.com/css?family=Baloo+Paaji|Comfortaa:300,400,600,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');

/*
font-family: 'Comfortaa', sans-serif;
*/


/* Hubspot Standard Includes -=-=-=-=-=*/
/* 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;}

/* Global Typography Declarations -=-=-=*/
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body { margin:0; padding:0; font-size:16px; line-height:1.6; font-family: 'Comfortaa', sans-serif; font-weight:200; color:#4b5d73; overflow-x:hidden; }

h1,.h1Style h2,h2.h1Style { margin:0; padding:0; font-size:36px; line-height:1.4; font-family: 'Comfortaa', sans-serif; color:#000000; }
h2 { margin:0; padding:0; font-size:30px; line-height:1.3; font-family: 'Comfortaa', sans-serif; color:#273f5b; }
h3 { margin:0; padding:0; font-size:24px; line-height:1.3; font-family: 'Comfortaa', sans-serif; color:#273f5b; }
h4 { margin:0; padding:0; font-size:18px; line-height:1.3; font-family: 'Comfortaa', sans-serif; color:#273f5b; }
h5 { margin:0; padding:0; font-size:16px; line-height:1.3; font-family: 'Comfortaa', sans-serif; color:#273f5b; }
h6 { margin:0; padding:0; font-size:14px; line-height:1.3; font-family: 'Comfortaa', sans-serif; color:#273f5b; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { color:#1c8b8b; }
img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color:#27BFBF; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
a:hover { color:#1c8b8b; }

/*hover*/
#boxShadow1 {box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);}
#boxShadow2 {box-shadow: 1px 0px 4px rgba(0, 0, 0, .2);}

.altColorA a, a.altColorA   { text-decoration:none; color:#273f5b; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
.altColorA a:hover, a.altColorA:hover { color:#0083ff; }

p { margin:0; }
* + h1, * + h2 { margin-top:35px; margin-bottom:25px; }
* + h3, * + h4 { margin-top:30px; margin-bottom:20px; }
 * + h5, * + h6  { margin-top:25px; margin-bottom:15px; }
* + p { margin-top:20px }
input[type=submit] { cursor:pointer; background-image:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/blank.png) !important;  }
.wrapper { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1200px; padding-left: 15px; padding-right: 15px; }
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }

.font22 { font-size:22px; }
.font20{ font-size:20px; }
.set-bg, .bg, .overlay { background-size:cover; background-position:center; position:relative; }
.overlay:before { content:''; background:rgba(25,24,22,0.60); top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; }
.altBg { background:#ecf5fe; }

.altBg1 { background:#ecf5fe; }

.blueBg { background:#0083ff; }
.orangeBg { background:#f89424; }
.backgroundOne { background-image:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/banner-Pattern.png); background-position:top center; background-size:100% auto; }
.backgroundTwo { background-image:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/pattern2.png); background-position:top center; background-size:100% auto; }
.backgroundThree { background-image:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/pattern3.png); background-position:top center; background-size:100% auto; }
.productPattern { background-image:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/pattern-product.png); background-position:top center; background-size:100% auto; }
.productPattern-NoImage { background-color:#f7fbff; background-position:top center; background-size:100% auto; }
.companyPattern1 { background-image:url(); background-position:top center; background-size:100% auto; }
.teamPattern { background-image:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/teampattern.png); background-position:top center; background-size:100% auto; }
.ProductBannerPattern { background-image:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/teampattern.png); background-position:top center; background-size:100% auto; }
.ProductPatternOverlay {
	filter:opacity(10%);
}
.get-bg { display:none !important; }

.grayFooter .footer-container-wrapper .altBg { background:#ecf5fe; }
.whiteFooter .footer-container-wrapper .altBg { background:#fff; }

.fontGray, .fontGray a { color:#616161; }
.fontLightGray, .fontLightGray a { color:#999999; }
.fontGreen, .fontGreen a { color:#89c632; }
.fontOrange, .fontOrange a { color:#f89424; }
.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6 { color:#fff; }
.fontWhite a:hover { color:#0dbd8d; }

.button a , a.button, button.button { padding:10px 18px 10px; min-width:100px; text-align:center; background:#1c8b8b; position:relative; overflow:hidden; z-index:2; color:#fff; border:2px solid #1c8b8b; border-radius:50px; max-width:100%; display:inline-block;  font-size:18px; font-weight:400; transition:all ease 0.6s; -webkit-transition:all ease 0.6s; }
.button a span.ribbin , a.button span.ribbin, button.button span.ribbin { background:#1c8b8b; display: block; height:0; position: absolute; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition:background ease 0.6s, width .6s ease .1s,height .6s ease .1s; transition:background ease 0.6s, width .6s ease .1s,height .6s ease .1s; width: 0; z-index: -1; border-radius:50% }
.button a:hover, a.button:hover, button.button:hover, a.alternateBtn,.redCTA a { color:#1c2b36; border-color:#1c2b36; box-shadow:10px 10px 30px 0 rgba(28,28,28,0.3); -webkit-box-shadow:10px 10px 30px 0 rgba(28,28,28,0.3); }
.button a:hover span.ribbin , a.button:hover span.ribbin, button.button:hover span.ribbin , a.alternateBtn span.ribbin,.redCTA a span.ribbin { width:300%; height:300%; background:#ecf5fe; }
.redCTA a { border-color:#ff3133; box-shadow:10px 10px 30px 0 rgba(255,49,51,0.3); -webkit-box-shadow:10px 10px 30px 0 rgba(255,49,51,0.3); }
.redCTA a span.ribbin { background:#ff3133; }
a.alternateBtn:hover,.redCTA a:hover { border-color:#0083ff; color:#0083ff; box-shadow:10px 10px 30px 0 rgba(28, 28, 28,0); -webkit-box-shadow:10px 10px 30px 0 rgba(28,28,28,0); }
a.alternateBtn:hover span.ribbin,.redCTA a:hover span.ribbin { width:0; height:0; background:#0083ff; }
.button.double a { margin:10px 20px; }

.hs-form-required {
    display: none;
}

.button.V2 a, button.button.V2{ color:#839dbc; border-color:#839dbc; }
.button.V2 a:hover, button.button.V2:hover{ color:#fff; border-color:#0083ff; box-shadow: 10px 10px 30px 0 rgba(0,131,255,0.3); -webkit-box-shadow: 10px 10px 30px 0 rgba(0,131,255,0.3); }
.button.V2 a:hover span.ribbin, button.button.V2:hover span.ribbin{ background-color:#0083ff;  }

.titleStyle h2, h2.titleStyle  { padding:0 120px; display:inline-block; position:relative; }
.titleStyle h2:before,h2.titleStyle:before, h2.titleStyle:after { content:''; width:65px; height:4px; position:absolute; top:50%; left:0; margin-top:-2px; background:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/titleLines.png) center left; }
h2.titleStyle:after { left:inherit; right:0; transform:rotate(180deg); -webkit-transform:rotate(180deg); }

.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:500; }
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:400; }
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:200; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:100; }

.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

.noListStyle ul { list-style:none; padding:0; margin:0; }
.listStyle ul { margin:0; padding:0 0 0 27px; list-style:none; } /* put listStyle class to "parent" tag of "ul" */
.listStyle * + ul { margin-top:15px; }
.listStyle ul li { padding-left:30px; position:relative; font-weight:500; color:#4b5d73; }
.listStyle ul li:before { font-family:'fontawesome',sans-serif; position:absolute; left:4px; color:#4b5d73; font-weight:normal; top:1px;  }
.listStyle ul li:not([class*="fa-"]):before { content:"\f00c"; } /*Default without any class in <li> if you want any other font awesome icon just put icon class in <li class="fa-angle-right"> Content</li> */
.ib { display: inline-block !important; vertical-align:middle; margin-right:-4px; float:none !important; }
.vm{ vertical-align:middle ; }
.vb{ vertical-align:bottom; }

.listStyle.v2 ul li { color:#4b5d73; padding:0 0 12px 40px; display:block; }
.listStyle.v2 ul li:first-child{padding-top:12px;}
.listStyle.v2 ul li:before { content:''; width:18px; height:18px; left:0; top:50%; margin-top:-8px; background:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/checkmark.png) center no-repeat; background-size:contain;  }

/*unique paddings*/
.pl0 { padding-left:0; }
.pr0 { padding-right:0; }
.pr30{padding-right:30;}
.p0-0 { padding-left:0; padding-right:0; }
.p0-15 { padding-left:15px; padding-right:15px; }
.p0-20 { padding-left:20px; padding-right:20px; }
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; }
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.p80-0 { padding-top:80px; padding-bottom:80px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px  }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px  }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.p100{padding-top:100px; padding-bottom:100px;}
.pb112{padding-bottom:112px;}
.p120-0{padding-top:112px; padding-bottom:112px;}


::-webkit-input-placeholder { opacity:0.7 !important; color:inherit !important; }
::-moz-placeholder { opacity:0.7 !important; color:inherit !important; }
:-ms-input-placeholder { opacity:0.7 !important; color:inherit !important; }
textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { display:block; box-shadow:0 20px 60px 0 rgba(0,0,0,0.10); -webkit-box-shadow:0 20px 60px 0 rgba(0,0,0,0.10); -mozbox-shadow:0 20px 60px 0 rgba(0,0,0,0.10); border:2px solid #1c8b8b; outline:none; background:transparent; font-size:16px; line-height:20px; font-family:'Comfortaa', sans-serif; font-weight:400; color:#4b5d73; margin:0; padding:13px 20px; width:100% !important; border-radius:5px; }
textarea { min-height:110px; }
form input[type="radio"],form input[type="checkbox"] {  display:none }
form input[type="radio"]+span,form input[type="checkbox"]+span {  position:relative; display:block; padding-left:30px; cursor:pointer }
form input[type="radio"]+span:before,form input[type="checkbox"]+span:before {  content:"\f00c"; font-family:fontawesome; color:#3a9a9a ; position:absolute; left:4px; top:4px; font-size:0; width:15px; height:15px; display:block; border:1px solid #ccc; transition:all ease .3s; -webkit-transition:all ease .3s; text-align:center; line-height:14px }
form input[type="radio"]+span:before {  border-radius:50% }
form input[type="radio"]:checked+span:before {  background:#3a9a9a ; border-color:#3a9a9a  }
form input[type="checkbox"]:checked+span:before {  border-color:#21CEC0 ; font-size:12px; background:#3a9a9a ; color:#fff }
input[type="submit"] { outline:none; font-family:'Comfortaa', sans-serif; padding:12px 40px; background:#3a9a9a; color:#fff; border:1px solid #3a9a9a; font-size:16px; line-height:18px; text-transform:uppercase; font-weight:500; border-radius:60px;
-webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; transition:all ease 0.3s; }
input[type="submit"]:hover { color:#21CEC0; background:transparent; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0 0 0 10px; font-size:12px; color:#f00; }

/* Slick Slider */
.slick-list, .slick-slider, .slick-track {	position:relative; display:block }
.slick-loading .slick-slide, .slick-loading .slick-track { visibility:hidden }
.slick-list { overflow:hidden; margin:0; padding:0 }
.slick-list:focus { outline:0 }
.slick-list.dragging { cursor:pointer; cursor:hand }
.slick-slider .slick-list, .slick-slider .slick-track {	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 { top:0; left:0 }
.slick-track:after, .slick-track:before { display:table; content:'' }
.slick-track:after { clear:both }
.slick-slide { display:none; float:left; height:100%; min-height:1px }
[dir=rtl] .slick-slide { float:right }
.slick-slide img { display:block; margin:0 auto; }
.slick-slide.slick-loading img { display:none }
.slick-slide.dragging img { pointer-events:none }
.slick-initialized .slick-slide { display:block }
.slick-vertical .slick-slide { display:block; height:auto; border:1px solid transparent }
.slick-arrow.slick-hidden {	display:none }
.slick-arrow { position:absolute; top:50%; left:0; z-index:5; font-size:0; line-height:0; cursor:pointer; border:none; margin:-10px 0 0; display:block; text-align:center; padding:0; background:transparent; border:none; }
.slick-arrow:before { content:'';  display:block; width:33px; transition:all ease 0.3s,background ease 0.3s 0.1s; -webkit-transition:all ease 0.3s,background ease 0.3s 0.1s; height:20px; background:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/perv-icon.png) center right no-repeat; }
.slick-arrow.slick-next { left:inherit; right:0; }
.slick-arrow.slick-next:before { background:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/next.png) center left no-repeat; }
.slick-arrow:hover:before { width:40px; background-position:center left; }
.slick-arrow.slick-next:hover:before { width:40px; background-position:center right; }

.slick-dotted ul.slick-dots { margin:30px 0 0; padding:0; list-style:none; display:block; text-align:center; }
.slick-dotted ul.slick-dots li { display:inline-block; margin:2px 4px; }
.slick-dotted ul.slick-dots li button { width:15px; height:15px; line-height:0; font-size:0; border:none; display:block; background:#d2e9f7; border-radius:50px; cursor:pointer; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }
.slick-dotted ul.slick-dots li.slick-active button,.slick-dotted ul.slick-dots li:hover button { background:#1c2b36; }
.slick-dotted ul.slick-dots li.slick-active button { width:30px; }
.slick-slider a, .slick-slider button, .slick-slider .slick-slide, .slick-arrow { outline:none; }

a[data-fancybox] { outline:none; }

/* Header And Footer CSS */
.headerSection { border-top:3px solid #1c8b8b; position:fixed; top:0; width:100% !important; left:0 !important; z-index:151; transition:background ease 0.4s; padding:0 50px; }
.headerSection .row-fluid .siteLogo {  line-height:110px; transition:line-height ease 0.4s 0.01s; -webkit-transition:line-height ease 0.4s 0.01s; }
.headerSection .row-fluid .siteLogo a { line-height:1; display:inline-block; vertical-align:middle; }
.headerSection .row-fluid .siteLogo img { display:inline-block; vertical-align:middle; }
.headerSection .row-fluid .newMenu.siteNavigation {  margin-left:0;}
.headerSection .row-fluid .siteNavigation {  font-size:14px; font-weight:400; }
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper ul > li > a { max-width:100% !important; white-space:normal; width:auto !important; }
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul { float:right; }
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li { float:left; line-height:110px; transition:line-height ease 0.4s 0.01s; -webkit-transition:line-height ease 0.4s 0.01s; }
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a { display:inline-block; z-index:3; padding:7px 13px 5px; border-radius:50px; position:relative; overflow:hidden; line-height:1.6; font-weight:400; font-size:18px; vertical-align:middle; color:#273f5b; text-transform:uppercase; position:relative;  }
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a span.ribbin { background: #fff; display: block; height:0; position: absolute; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: width .6s ease .1s,height .6s ease .1s; transition: width .6s ease .1s,height .6s ease .1s; width: 0; z-index: -1; border-radius:50% }
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a:hover span.ribbin, .headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li.active-branch > a span.ribbin { height:300%; width:300%; }
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li:hover > a,.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li.active-branch > a { color:#46a0a2; }
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li.searchButton > a span.ribbin{background:transparent;}
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li:last-child a{text-transform: none; color:#fff; background:#1c8b8b; padding:13px 18px; border:2px solid #1c8b8b;}
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li:last-child a:hover{ color:#fff; border-color:#1c2b36; box-shadow:10px 10px 20px 0 rgba(28, 43, 54, 0.6); -webkit-box-shadow:10px 10px 20px 0 rgba(28, 45, 54, 0.6); }
.hiddenStrip .headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a{color:#1d8b8b;}
.hiddenStrip .headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li:last-child a{color:#fff;}
.hiddenStrip .headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li:last-child:hover > a span.ribbin {color: #fff; background: #1c8b8b;}
.hiddenStrip .headerSection .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.plateFormChild.hs-menu-children-wrapper{top:77px;}
.hiddenStrip .childMenuMain .childMenuInner{padding-top: 97px;}

li.searchButton{z-index: 1333333;position: relative;}
.headerSection .wrapper{ position:relative; }
.searchBarHead{ position:absolute; top:85%; right:15%; width:100%; max-width:400px; opacity:0; visibility:hidden; color:#fff;  background: rgba(28, 139, 139, 1);  border: medium none;  height: 54px; z-index: 13333;}
.searchBarHead:before{ content:'\f002'; font-weight:400; font-family:'FontAwesome'; color:#eeb00e; width:25px; height:25px; position:absolute; top:15px; left:10px; font-size:18px; line-height:25px;  }
.searchBarHead input[type="text"]{ max-width:100%; background:transparent; border-width:0; color:#fff; padding-left: 38px; font-size: 20px; background:transparent; font-weight: 400; border-top:2px solid #273f5b; }
.searchBarHead a.hs-button.primary{ display:none; }

/*.headerSection.toggleSearchBar .siteNavigation span.hs_cos_wrapper { opacity:0; visibility:hidden; }*/
.headerSection.toggleSearchBar .searchBarHead{ opacity:1; visibility:visible; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
.headerSection.toggleSearchBar ul li.searchButton a.showSearchBar i.fa-search:before{ content:'\f00d'; color: #1c8b8b;}
 .siteNavigation li.searchButton .hs-form a.hs-button { display: block;  font-size: 12px;  text-align: left;  line-height: 1em; }
.header-container-wrapper .searchButton{ padding:0 13px; margin-left:0; text-align:center;transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s;}
.headerSection.blueHeader{ background-color:#0083ff; }
.headerSection.blueHeader .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a{ color:#fff; }
.headerSection.blueHeader .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a:hover,.headerSection.blueHeader .row-fluid .siteNavigation .hs-menu-wrapper > ul > li.active-branch > a { color:#0083ff; }
.headerSection.purpleBG{ background-color:#bb26f0; }
.headerSection.purpleBG .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a{ color:#fff; }
.headerSection.purpleBG .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a:hover{ color:#0083ff; }

.stickyNav .headerSection { background-color:#121921; }
.stickyNav .headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li,
.stickyNav .headerSection .row-fluid .siteLogo { line-height:80px; }
.header-container-wrapper { background-color:#ecf5fe; padding-top:100px; }

.footerSection{background:#1c2b36;}
.footerSection p{color:#fff;}
.footerSection a:hover { color:#1c8b8b; }
.footerSection h4 { color:#fff; font-weight:600; margin-bottom:30px; }
.footerSection a.alternateBtn { box-shadow:none; -webkit-box-shadow:none; display:block; text-align:center; }
.footerSection ul { margin:0; padding:0; list-style:none; }
.footerSection .block1 a { text-transform:uppercase; color:#fff; margin-top:40px; display:block; }
.footerSection .hs-menu-wrapper > ul li a { padding:2px 10px !important; color:#fff; }
.footerSection .hs-menu-wrapper > ul li:hover a { padding-left:20px; color:#1c8b8b; }
.footerSection .aboutvaridian{padding-right:20px;}

.footerSection .contactDetails a:before { content:'\f095'; color:#1c8b8b; font-family:fontawesome; width:16px; text-align:center; display:inline-block; vertical-align:middle; margin-right:15px; line-height:1; }
.footerSection .contactDetails li + li { margin-top:5px; }
.footerSection .contactDetails li a{color:#fff;}
.footerSection .contactDetails ul li a:hover{color:#1c8b8b;}
.footerSection .contactDetails a[href*="mailto"]:before { content:'\f0e0';   font-family:fontawesome; color:#1c8b8b;}
.footerSection .followUs a { display:inline-block; line-height:1; vertical-align:middle; font-size:18px; margin:5px 0 5px 15px; }
.footerSection .webinar h4 { font-size:16px; }
.footerSection .webinar a {color:#fff; display:inline-block; padding:10px 20px; border:1px solid; border-radius:50px; }
.footerSection .webinar a:hover{color:#1c8b8b;}
.parentCopy{border-top:1px solid #616b73;  background-color:#1c2b36; padding:14px 0;}
.parentCopy .social-icon a{font-size:20px; color:#fff;padding-right:14px; }
.parentCopy .social-icon a:hover{opacity:0.7;}
.parentCopy .copy-right{color:#fff; font-size:14px; line-height: 30px;}
.parentCopy .copy-right a{color:#1c8b8b;}



/* Home Page */
.animatedMain .imageTop { position:relative;  }
.animatedMain .imageTop > div { display:inline-block; max-width:300px; padding:0 10px 10px; }
.animatedMain .imageTop:before,.animatedMain .imageTop:after { content:''; position:absolute; top:50%; left:16.33%; width:33.66%; width:calc(33.66% - 150px); height:50%; border:1px solid transparent; border-color:#215c99  transparent transparent #215c99; }
.animatedMain .imageTop:after { left:inherit; right:16.33%; border-color:#215c99 #215c99 transparent transparent; }
.animatedMain h3 { margin:0; white-space:nowrap; }
.animatedMain h3.textChange, .animatedMain h3.textChange span { color:#21CEC0; text-transform:uppercase; }
.textChange { height:40px; }
.animatedMain .bottomIcon { height:150px; }

.animatedMain .center { padding-top:100px; position:relative; }
.animatedMain .center:before { content:''; position:absolute; top:0; width:1px; height:95px; background:#215c99; left:50%; }


/*.animatedMain .imageTop { position:relative;  }*/
/*.animatedMain .imageTop > div { display:inline-block; max-width:300px; padding:0 10px 10px; }*/
/*.animatedMain .imageTop:before,.animatedMain .imageTop:after { content:''; position:absolute; top:50%; left:16.33%; width:33.66%; width:calc(33.66% - 150px); height:90%; border:1px solid transparent; border-color:#273f5b  transparent transparent #273f5b; }*/
/*.animatedMain .imageTop:after { left:inherit; right:16.33%; border-color:#215c99 #215c99 transparent transparent; }*/
/*.animatedMain h3 { margin:0; white-space:nowrap; }*/
/*.animatedMain h3.textChange, .animatedMain h3.textChange span { color:#21CEC0; text-transform:uppercase; }*/
/*.textChange { height:40px; }*/
/*.animatedMain .bottomIcon { height:187px; }*/
/*.animatedMain .center{padding-top:100px; position:relative;}*/
/*.animatedMain .center:before { content:''; position:absolute; top:0; width:1px; height:95px; background:#215c99; left:50%; }*/
/*.animatedMain .span4 .parentbottomIcon{padding:20px;}*/
/*.animatedMain .span4 .parentbottomIcon:hover{background:#ecf5fe; box-shadow:0 0 10px 4px #e4e4e4; padding:20px; cursor:pointer;}*/
/*.animatedMain .span4.center .parentbottomIcon{padding-top:20px;}*/
/*.animatedMain .span4.left{padding-top:100px;}*/
/*.animatedMain .span4.right{padding-top:100px;}*/

.partnerLogoSection{background:gainsboro; }
.autoplaylogo .slick-slide {vertical-align:middle; float:none; display:table-cell;}
.autoplaylogo .slick-prev.slick-arrow{left:-28px;}
.autoplaylogo .slick-next.slick-arrow{right:-41px;}


.autoplaylogo2 .slick-slide {vertical-align:middle; float:none; display:table-cell;}
.autoplaylogo2 .slick-prev.slick-arrow{left:-28px;}
.autoplaylogo2 .slick-next.slick-arrow{right:-41px;}


.servicesParent span.hs_cos_wrapper { width: 100%; display: block; text-align:center; }
.servicesParent div.hs_cos_wrapper { padding:20px; background:#fff; margin:10px 5px; box-shadow:0 0 2px 0px rgb(0, 0, 0, 0.25); padding:40px 20px; vertical-align:top; display:inline-block; width:30.33%;
	transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; position:relative; z-index:2; }
/*.servicesParent div.hs_cos_wrapper:hover { box-shadow:0 0 7px 2px rgb(0, 0, 0, 0.07); background:#fff; position:relative; z-index:5; }*/
.servicesParent .contentInner { display:block; }
.servicesParent div.hs_cos_wrapper.active { background:#fff; }

.mainServices h4:after{content:''; background:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/serv-icon-down.png); width: 23px;height: 12px; display:block; background-size:cover; background-position:center; background-repeat:no-repeat; margin:18px auto 0;}
.mainServices h4.active:after{content:''; background:url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/serv-icon-up.png);  width: 23px;height: 12px; display:block; background-size:cover; background-position:center; background-repeat:no-repeat; }



/******Company page********/
.ParentTeam span.hs_cos_wrapper > div{width:50%; float:left; padding:0 12px 45px;}
.mainTeam .memPosition{color:#c6c6c6; font-size:14px; line-height:16px; font-style:italic;}
.mainTeam {position:relative; }
.mainTeam p a{cursor:pointer; color:#3a9a9a; text-decoration:underline; transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -moz-transition:all ease 0.4s;}
.mainTeam .RemaningContent{transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -moz-transition:all ease 0.4s; background:rgba(25,25,25,0.8); border-top: 1px solid #ebebeb; z-index: 9; position: absolute; top: 83px; padding: 0 20px 10px; margin:0 50px; text-align: left; height: 430px; overflow: scroll; overflow-x:hidden; display: none; border-radius: 10px;}
.mainTeam .RemaningContent p{color:#fff; padding-top:25px; border-top:1px solid #fff;}
.mainTeam .RemaningContent.readActive{padding-top:50px; display: block; visibility: visible; transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -moz-transition:all ease 0.4s;}
.mainTeam .RemaningContent.readActive .team-close:before{content:'\f05c'; font-family:fontawesome; cursor:pointer; display:block; position:absolute; right:5px; top:0; color:#fff; font-size:35px;}
.rssListing{display: block; }
.rssListing .rssItem{width: 31%; display: inline-block; margin-top:20px;margin-bottom:20px; background: #fff; vertical-align: top;  box-shadow:0 0 10px 5px #cde6ed; -webkit-box-shadow: 0 0 10px 5px #cde6ed;  -moz-box-shadow: 0 0 10px 5px #cde6ed; border-radius:5px; overflow:hidden;}
.rssListing .rssItem:nth-child(2n){margin:20px 2.5%;}
.rssListing .rssItem .post-title{background:#1c8b8b; padding:20px 15px; }
.rssListing .rssItem .post-title h5 a{color:#fff; font-weight:600;}
.rssListing .rssItem .post-Details{padding:40px 18px;}
.rssListing .rssItem .authorPost{font-size:14px; color:#c6c6c6;}
.rssListing .rssItem .authorPost span{padding-left:23px;}
.rssListing .rssItem .authorPost i{color:#1c8b8b;}

.distributorBody {background: white; padding: 20px 20px 20px 0; border-radius:15px; margin: 40px 0;}
.distributorGrey {background: #f8f8f8; padding: 30px 0 0 0; border-radius: 15px; width: 100%;}
.distributorWhite {background: #ffffff; padding: 30px 0 0 0; border-radius: 15px; width: 100%;}

/******product*****/
.banner-Content > div{max-width:985px; margin:0 auto;}
.listHardware ul{padding-left:0;}
.listStyle.v2.listHardware ul li:first-child{padding-top:0;}
.listStyle.listHardware ul li{padding-left:30px;}
.listStyle.listHardware ul li:before{top:13px;}

/****contact*****/
.ContactPage .header-container-wrapper{padding-top:125px;}
.mapmain{position:relative;}
.overmapSection{position:absolute; top:25%; left:50%; background:rgba(25,25,25,0.8); padding:33px 30px; width:368px; color:#fff; margin-left:-184px;}
.overmapSection h4{color:#fff; font-weight:600;}
.overmapSection span a{color:#fff;}
.overmapSection ul{margin:0;list-style:none;padding-left: 27px;}
.overmapSection ul li{position:relative; padding-bottom:24px; padding-left:10px;}
.overmapSection ul li:last-child{ padding-bottom:0;}
.overmapSection ul li:before{content:'\f041 '; font-family:fontawesome; display:inline-block; position:absolute; top:0; left:-20px;color: #1c8b8b; font-size:20px;}
.overmapSection ul li:nth-child(2):before{content:'\f095';}
.overmapSection ul li:last-child:before{content:'\f0e0';}
.parentForm{padding:90px 50px 70px 0;}
.parentForm form fieldset{max-width:100%; margin-left:8px;}
.parentForm form .field{padding-bottom:15px;}
.parentForm form .hs_submit{margin-left:8px;}

/* Menu Add
-=-=-=-=-=-=*/
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ white-space: normal !important; }
.headerSection .wrapper{ position:relative; }
.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.plateFormChild.hs-menu-children-wrapper{ top: 94px; width:auto; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; transform:translateX(-50%); -webkit-transform:translateX(-50%); left:50%; }
.childMenuMain{ width:940px; height:300px; background-color:#fff; overflow:hidden; border-radius:10px; -webkit-box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); -moz-box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); }
.childMenuMain .childMenuInner{ width:20%; padding:15px; display:table-cell; vertical-align:top; transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; }
.childMenuMain .childMenuInner:hover{ background-color:#e5e8f6; transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; }
.childMenuMain .childMenuInner h2{ width:500px; height:110px; border-radius:10px; max-width: 100%; margin-top:90px; color:#fff; display: table-cell; vertical-align: middle; font-size:22px; padding:15px }
.childMenuMain .childMenuInner h2 img{ width:auto; height:118px; }
.childMenuMain .childMenuInner p{ padding:0 30px; margin:25px 0; font-size:18px; line-height:24px; }
.childMenuMain .childMenuInner p a{ width:100%; max-width:100% !important; display:block !important; padding:0 !important; }
.childMenuMain .childMenuInner.withSubMenu p{ padding:0; margin:5px 0; font-size:14px; line-height:20px; }
.childMenuMain .childMenuInner.withSubMenu ul{ margin-top:20px; }
.childMenuMain .childMenuInner{ padding-top:64px; }
.childMenuMain .childMenuInner h2 { background-color:#1c8b8b; }
.childMenuMain .childMenuInner:hover h2{ -webkit-box-shadow: 0px 20px 60px 0px rgba(39, 62, 91, 0.8); -moz-box-shadow: 0px 20px 60px 0px rgba(39, 62, 91, 0.8); box-shadow: 0px 20px 60px 0px rgba(39, 62, 91, 0.8); transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -moz-transition:all ease 0.4s; }

.withSubMenu ul li{ line-height:1; position:relative; }
.withSubMenu ul li a{ padding:0 0 0 30px !important; display:inline-block; position:relative; line-height:1; color:#4b5d73; padding:0; line-height:38px; font-size:16px; }
.withSubMenu ul li:before{ content:''; position:absolute; width:3px; height:100%; top:0; left:0; background-color:#d6dfeb;  }
.withSubMenu ul li:hover:before{ background-color:#0083ff; border-radius:3px; }
.withSubMenu ul li:hover a{ color:#0083ff; font-weight:500; }

.childMenuMain .childMenuInner a{ text-transform:uppercase; font-weight:500; color:#839dbc; font-size:14px; max-width:100% !important;  line-height:1.2; vertical-align:middle; }
.childMenuMain .childMenuInner  a:after{ content: ''; width: 13px; height:14px; display: inline-block; vertical-align: middle; margin: -4px 0 0 10px; background: url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/right-arrow.png) center left no-repeat,url(https://cdn2.hubspot.net/hubfs/166330/Assets%20Varidian%20Nov%202017%20/right-arrow-white.png) center right no-repeat;    background-size: auto 100%,0; transition: all ease .4s,background-size ease .01s; -webkit-transition: all ease .4s,background-size ease .01s}
.childMenuMain .childMenuInner  a:hover{ color:#1c8b8b; }
.childMenuMain .childMenuInner  a:hover:after { background-size: auto 100%; background-position: center right; width:28px; }

.plateFormChild .childMenuMain .childMenuInner h2{ padding-top:0; }
.plateFormChild .childMenuMain .childMenuInner h2 a:after{ display:none !important; }
.plateFormChild .childMenuMain .childMenuInner h2 img{ margin-top:-30px; }
.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul.plateFormChild .childMenuInner.button a{ max-width:100%; padding:15px 35px; line-height:1; }
.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li:nth-child(3){ transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
.searchButton + li a .ribbin { display:none !important; }


.footerTop { background-image:url(https://cdn2.hubspot.net/hub/166330/hubfs/Assets%20Varidian%20Nov%202017%20/footer-image.png); background-position:center center; background-repeat:repeat-x; background-size:auto 100%; }
.footerTop img { visibility:hidden; }
.footerTop { animation:footerAnim infinite linear 120s alternate;  }

.togetherSection{     box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 6px inset; -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 6px inset; }

.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.SiMenu.hs-menu-children-wrapper{ width:200px; padding:10px; margin-top:-5px; background-color:#fff; overflow:hidden; border-radius:10px; -webkit-box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); -moz-box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.SiMenu.hs-menu-children-wrapper li{ line-height:1; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.SiMenu.hs-menu-children-wrapper li a{ font-size:16px; }

.animatedMain .imageTop:before, .animatedMain .imageTop:after{ left: 11.33%; width: calc(38.66% - 150px); }
.animatedMain .imageTop:after{ right:11.33%; left:inherit; }
.animatedMain #hs_cos_wrapper_centerLabel{ padding-top:0 !important; }

.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper,
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper{ width:200px; padding:10px; margin-top:-5px; background-color:#fff;
    overflow:hidden; border-radius:10px; -webkit-box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); -moz-box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); box-shadow: 0px 0px 50px 10px rgba(18,25,33,0.1); }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li,
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper li{ line-height:1; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li a,
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper li a{ font-size:16px; line-height:1; }

@keyframes footerAnim {
	from { background-position:0vw center; }
	to { background-position:100vw center; }
}

/* Zendesk Search Page */
.searchMain #article { width:100%; border:none; font:24px/24px 'Comfortaa', sans-serif; line-height:20px; padding:20px 0; margin:35px auto 20px; resize:none; background:#fefefe; color:#3d3d3d; display:block; max-width:900px; text-align:center; border-bottom:1px solid #cdcdcd; border-radius:50px; outline:none; }
body .ui-state-active, body .ui-widget-content .ui-state-active, body .ui-widget-header .ui-state-active,
body a.ui-button:active, body .ui-button:active, body .ui-button.ui-state-active:hover { border:1px solid #feaa0a; background:#feaa0a; font-weight:normal; color:#ffffff; }
body .ui-widget.ui-widget-content { border:none; max-height:400px; overflow:auto; }
body .ui-menu .ui-menu-item-wrapper { font-family:'Comfortaa', sans-serif; font-size:16px; padding:7px 15px; margin:0; }
.searchMain .searchResults, .searchMain .searchInput, .searchMain .searchTop { max-width:906px; margin:0 auto; }
h5.details span { font-weight:500; }
h5.details span.id { color:#feaa0a; }
h5.details { margin:20px 0 20px; position:relative; line-height:1; font-size:20px; }
.desc { font-weight:400; line-height:2; }
.searchResults { min-height:220px; }
.resultsListing .resultBox { margin:25px 0; }
.resultsListing .resultBox .resultTitle { font-size:24px; font-weight:400; color:#273f5b; margin-bottom:15px; cursor:pointer; }
.resultsListing .resultBox .resultTitle.active,
.resultsListing .resultBox .resultTitle > span.resultNumner {color:#1d8b8b; }
.resultsListing .resultBox .resultDescription { display:none; }
.searchResults > * { opacity:0; transition:all ease 0.4s; }
.searchResults.loading { background:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22lds-eclipse%22%20style%3D%22background%3A%20none%3B%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M10%2050A40%2040%200%200%200%2090%2050A40%2042%200%200%201%2010%2050%22%20fill%3D%22%231d8b8b%22%20transform%3D%22rotate%28335.829%2050.0001%2051%29%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2050%2051%3B360%2050%2051%22%20keyTimes%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22/%3E%3C/path%3E%3C/svg%3E);
    background-position:center center; background-size:150px; background-repeat:no-repeat; }
.searchResults.loaded > * { opacity:1; }
.relatedInfo { font-size:30px; text-transform:capitalize; border-bottom:1px solid #ddd; padding:25px 0 15px; margin-bottom:30px; width:100%; text-align: center }
.relatedInfo span { font-weight:500; color:#1c8b8b; }


.MiddleContent ul { display: inline-block; text-align: left; font-size: 18px; }
.BackgroundForresult { background: #fff; padding: 0 50px 15px; border-radius: 30px; }
.resultTitle { position:  relative; }
.resultTitle:before { content: '\f107'; right: 0; position:  absolute; font-family: fontawesome; font-weight: 400; top: 50%; transform: translateY(-50%);  color: #3a8b8a; }
.resultTitle.active:before { content: '\f106' ;}

.forMainBox { width: 400px; position: fixed; top: 50%; transform: translateY(-50%); left: 0; background:#5ccdc1 ;border-top-right-radius: 30px;border-bottom-right-radius: 30px; padding: 30px 20px;z-index: 50; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; ;left: -370px; }
.ForInnerBothSec .fl { width:100%; float: left;  text-align: center; padding: 0 10px; }
.ForInnerBothSec .fl .box{ font-size: 16px; display: block; background: #fff; border-radius: 10px; padding: 10px 0px; color: #273f5b; font-weight: 600; box-shadow:0px 4px 0px 0px rgb(218, 217, 217); -webkit-box-shadow:0px 4px 0px 0px rgb(218, 217, 217); -moz-box-shadow:0px 4px 0px 0px rgb(218, 217, 217); }
.ForInnerBothSec .fl .box a { color:#273f5b; font-size: 16px; display: block;  }
.ForInnerBothSec .fl .box i { color: #5ccdc1; font-size: 70px; padding-top:5px; }
span.MainRightArrow { position: absolute; top: 50%; right: 10px; font-size: 40px; color: #fff; transform: translateY(-50%); cursor: pointer; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s  }
.forMainBox.active {  left: 0}
.forMainBox.active span.MainRightArrow  i:before{ content:'\f104'}
.trigger { width:100%; display:block; margin-top:5px; }
.trigger + a { font-size:18px !important; }



/* Responsive Media Queries */

@media (min-width:768px){

	.MWidth75 span.hs_cos_wrapper img{ max-width:75%; }
	.MWidth70 span.hs_cos_wrapper img{ max-width:70%; }
	.MWidth65 span.hs_cos_wrapper img{ max-width:65%; }
	.MWidth60 span.hs_cos_wrapper img{ max-width:60%; }
	.MWidth80 span.hs_cos_wrapper img{ max-width:80%; }

}

@media (min-width:992px){
	.heroSlide .slideImage + .h1Style { font-size:36px; }
	.tabContentRight { padding-left:30px; }
	.productSec4 .sec4Left { padding-right:3%; }
}

@media (min-width:1081px){
	span.childExpand { display:none !important; }
	.headerSection .row-fluid .siteNavigation { position:relative; }

	.pl10 { padding-left:10px; }
	.pl20 { padding-left:20px; }
	.pl30 { padding-left:30px; }
	.pr10 { padding-right:10px; }
	.pr20 { padding-right:20px; }
	.pr30 { padding-right:30px; }

	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul.solutionChild .childMenuMain, .headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul.plateFormChild .childMenuMain{ visibility:hidden; opacity:0; transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -moz-transition:all ease 0.4s; display:none; }
	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover ul.plateFormChild .childMenuMain, .headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover ul.solutionChild .childMenuMain{ visibility:visible; opacity:1; transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -moz-transition:all ease 0.4s; display:block; }
	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a{ position:relative; padding-right:25px; }
	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a:before{ content: '\f107'; position: absolute; width:12px; cursor:pointer; font-family:'FontAwesome'; height:18px; top:5px; right:5px; z-index:99;  font-size: 18px; line-height: 1.6; }

	.homeSection3 .filter_link li a { width:160px; max-width:100%; }

}

/*-=-=- Smaller Desktop Devices -=-=-*/
@media screen and (max-width: 1400px) and (min-width: 1081px){
    .headerSection{ padding-left:20px; padding-right:20px; }
    .headerSection .row-fluid .span3{ width:20%; }
    .headerSection .row-fluid .span9{ width:80%; margin-left:0; padding-left:10px; }
}

@media (max-width:1340px ) {
	.wrapper,.wrapper.lg{ max-width:1100px }

}
/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:1260px ) {
	.wrapper { max-width:1100px }
	.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a{font-size:15px; }
}
/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:1230px ) {
	.wrapper { max-width:1054px }

}

@media (max-width:1160px ) {
	.wrapper { max-width:1054px }
	.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a{font-size:14px; }
}


/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px ) {
	.wrapper{ max-width:930px }

	/* Responsive Navigation */
	a.expandMenu { width: 40px; height: 40px; display: block; cursor:pointer; position: absolute; top: 15px; right: 15px; padding: 5px; z-index:151; }
	a.expandMenu i { position:relative; width: 30px; left:0; height: 4px; opacity:1; display: block; background: #1d8b8b; margin: 5px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
	a.expandMenu.open i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 10px; position: relative; }
	a.expandMenu.open i:nth-child(2) { position:relative; left:-46px; opacity:0; }
	a.expandMenu.open i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -8px; position: relative; }
	.header-container-wrapper { padding-top:76px; }
	.ContactPage .header-container-wrapper{ padding-top:76px; }
	.stickyNav .headerSection .row-fluid .siteLogo ,.headerSection .row-fluid .siteLogo { line-height:70px; }
	.headerSection .row-fluid .siteNavigation .hs-menu-wrapper { position:fixed; top:0; right:0; padding-top:70px; height:100%; overflow:auto; z-index:150; background:#121921; width:100%; max-width:320px;
	transform:translateX(100%); -webkit-transform:translateX(100%); transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }
	.stickyNav .headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li, .headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li { line-height:1; padding:10px 30px; width:100%; }
	.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li > a { display:block; color:#1c8b8b;}
	.headerSection .row-fluid .siteNavigation .hs-menu-wrapper.active { transform:translateX(0); -webkit-transform:translateX(0); }
	.hiddenStrip .childMenuMain .childMenuInner:first-child, .hiddenStrip .childMenuMain .childMenuInner:nth-child(2), .hiddenStrip .childMenuMain .childMenuInner:nth-child(3), .hiddenStrip .childMenuMain .childMenuInner:nth-child(4){padding-top:20px;}

	.homeSection3 .filter_link li a { line-height:1.3; }
	.featuresSection > div:not(.mobileCenter) { padding-top:60px; }
	.testimonialBlock .quoteMain { padding:50px 15%; }
	.subscribeEmail h3 br { display:none; }

	.productBlockMain .blockLinks div:first-child{ top:7%; left:15%;}
	.productBlockMain .blockLinks div:nth-child(2){ top:7%; right:15%; }
	.productBlockMain .blockLinks div:nth-child(3){ top:27%; left:25%; }
	.productBlockMain .blockLinks div:nth-child(4){ bottom: 7%; right: 15%; }
	.productBlockMain .blockLinks div:nth-child(5){ bottom:-18%; left:15%; }
	.productBlockMain .blockLinks div:last-child{ bottom:-18%; right:15%; }

	.about-author-sec .uthorPhoto{ width:90px; height:90px; }

	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{ position:static; display:none; visibility: visible; opacity: 1; background: transparent; min-width: auto; padding:10px 0 0; }
	.stickyNav .headerSection .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children{ padding-bottom:0;  }
	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.plateFormChild.hs-menu-children-wrapper li:before{ display:none; }
	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.plateFormChild.hs-menu-children-wrapper li a{ color: #839dbc; font-size:14px; padding-left:40px !important; line-height: 26px; font-weight: 700; }
	.childMenuMain .childMenuInner{ display:block; width:87% !important;  }

	.childMenuMain{ position:relative; width:auto; max-width:260px; }
	.childMenuMain .childMenuInner h2 { display: block; width: 260px; margin: 0 auto; height: auto;}
	.childMenuMain .childMenuInner:first-child, .childMenuMain .childMenuInner:nth-child(2), .childMenuMain .childMenuInner:nth-child(3){ padding-top:20px; }
	.plateFormChild .childMenuMain .childMenuInner h2 img{ margin-top:0; padding:15px; }
	.plateFormChild .childMenuMain .childMenuInner:last-child h3{ font-size:30px; text-align:center; margin-bottom: 20px; }
	.childMenuMain .childMenuInner p{ margin:15px 0; height:auto; overflow:visible; }
	.childExpand {position: absolute; top: 20px; right: 23px; width:auto;}
	.childExpand .fa-caret-down:before{color:#3a9a9a;}

	.childMenuMain .childMenuInner{ display:block; width:100%; margin:0; }
	.childMenuMain .childMenuInner h2{ display:block; width:260px; margin:0 auto; }
	.childMenuMain{ overflow: auto; max-height:260px; }
	.plateFormChild .childMenuMain .childMenuInner:last-child{ padding-top:20px; }
	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(2) ul.plateFormChild.hs-menu-children-wrapper{ padding:20px; }
	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.plateFormChild.hs-menu-children-wrapper li a{ padding-left:0 !important; }
	.headerSection .row-fluid .siteNavigation .hs-menu-wrapper>ul>li:nth-child(3),.headerSection .row-fluid .siteNavigation .hs-menu-wrapper>ul>li:nth-child(4){ position:relative; }
	.headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li.searchButton{display:none;}
	.hiddenStrip .headerSection .row-fluid .siteNavigation .hs-menu-wrapper > ul > li:last-child a{text-align:center;}
	.headerSection .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.plateFormChild.hs-menu-children-wrapper { transform:translateX(0); -webkit-transform:translateX(0); }
	.childMenuMain .childMenuInner { width:100% !important; }

	.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.SiMenu.hs-menu-children-wrapper{ margin-top:0; width:100%; }
}

/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {
	.wrapper { max-width:730px }
	h1, .h1Style h2, h2.h1Style { font-size:32px; }
	h2 { font-size:28px; }
	h3 { font-size:26px; }
	h4 { font-size:24px; }
	h5 { font-size:20px; }
	h6,.font22 { font-size:18px; }
	.p40-0 { padding-top:30px; padding-bottom:30px; }
	.p50-0 { padding-top:35px; padding-bottom:35px; }
	.p60-0 { padding-top:40px; padding-bottom:40px; }
	.p70-0 { padding-top:45px; padding-bottom:45px; }
	.pb40 { padding-bottom:30px; }
	.pb50 { padding-bottom:35px; }
	.pb60 { padding-bottom:40px; }
	.pb70 { padding-bottom:45px; }
	.pt40 { padding-top:30px; }
	.pt50 { padding-top:35px; }
	.pt60 { padding-top:40px; }
	.pt70 { padding-top:45px; }

	.footerSection a.alternateBtn { max-width:240px; }
	.footerSection .footerBlock + .footerBlock { margin-top:40px; }
	.servicesParent span.hs_cos_wrapper{    column-count: 2; column-gap: 40; -webkit-column-count: 2; -webkit-column-gap: 40;}
	.companyBanner .span3{width:47%; margin-left:0;}
	.companyBanner .mtopbox30{margin-top:30px;}
	.rssListing .rssItem{width:47%;}

	.animatedMain .imageTop { display:none; }
	.animatedMain .contentFull .span3 { width:100%; margin-left:0; }
	.animatedMain .center { padding-bottom:100px; }
	.animatedMain .center:after { content:''; position: absolute; bottom:0; width: 1px; height: 95px; background: #215c99; left: 50%; }

	.BackgroundForresult { padding: 0 30px 15px;}
}

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

}


/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {
	.wrapper { max-width:100%; padding-left:15px; padding-right:15px; }
	.mtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
	.mtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
	.mtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */
	.mtop40 { margin-top:40px; }
	.mpt0 { padding-top:0 !important; }
	.mpb0 { padding-bottom:0 !important; }
	.mp0 { padding:0 !important; }
  .mp10 { padding:10px; !important; }
  .mp2010 {padding: 20px 10px;!important}
	.mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
	.mobileHide { display:none !important; }
	.wrapLeft { padding-right:15px; }
	.font24 p, .font30{ font-size:16px; }
	.db{ display:block !important; }
	.p120-0{padding-top:45px; padding-bottom:45px;}
	.p100{padding-top:45px; padding-bottom:45px;}
	.pb112{padding-bottom:45px;}
	.p80-0{padding-top:45px; padding-bottom:45px;}
  .mdn {display:none;}

	.titleStyle h2, h2.titleStyle { padding:0; }
	.titleStyle h2:before, h2.titleStyle:before, h2.titleStyle:after { display: block; position:static; margin: 10px auto; }
	.heroSlide { padding:40px 0; }
	.button.double a { margin:5px; }
	.footerSection { text-align:center; }
	.footerSection .footerBlock + .footerBlock { margin-top:30px; }
	.footerSection a.alternateBtn { margin:0 auto; }

	.siteLogo img{width:60% !important;}
	.headerSection{padding:0 0 0 15px;}
	.footerSection .aboutvaridian{padding-right:0;}
	.servicesParent span.hs_cos_wrapper{    column-count: 1; column-gap: 30; -webkit-column-count: 1; -webkit-column-gap: 30;}
	.servicesParent div.hs_cos_wrapper{padding:20px;}
	/*.animatedMain .imageTop:before, .animatedMain .imageTop:after{content:none;}*/
	/*.animatedMain .bottomIcon{height:auto; padding-bottom:20px;}*/
	/*.animatedMain .center{padding-top:40px;}*/
 /*   .animatedMain .right{padding-top:40px;}*/
 /*   .animatedMain .center:before{top:6px; height:36px;}*/
	.rssListing .rssItem{width:100%; text-align:center;}
	.rssListing .rssItem:nth-child(2n){margin:20px 0;}
	.productBann.pb112{padding-bottom:45px;}
	.forlist .listStyle ul{padding-left:0;}
	/*.animatedMain .center:after { content: ''; position: absolute; bottom: -40px; width: 1px; height: 36px; background: #215c99; left: 50%;} */
	.parentForm{padding:45px 15px;}
	.overmapSection{margin-left:0; left:0; width:100%;}
	/*.animatedMain .span4.left{padding-top:36px;}*/
	/*.animatedMain .span4.right{padding-top:36px;}*/
	.togetherSection{padding:45px 0;}
	.companyBanner .span3{width:100%; margin-left:0;}
	.ParentTeam span.hs_cos_wrapper>div{width:100%;}

	.animatedMain .center,.homeSection11 { padding:40px 0; }
	.animatedMain .center:before, .animatedMain .center:after {  height:36px; }
	.animatedMain h3.textChange { height:auto; min-height:40px; white-space:normal; }
	.overmapSection{top:30%;}
	.parentForm form fieldset .field{width:100% !important;}
	.mainTeam .RemaningContent{margin:0;}
	.BackgroundForresult { padding: 0 15px 15px;}


  .forMainBox {width: 300px; left: -270px; }
  .ForInnerBothSec .fl a { font-size: 14px; }
  .ForInnerBothSec .fl a i { font-size: 40px; }
}


@media (max-width:580px){

	.childMenuMain .childMenuInner h2 img{width:auto; height:auto;}
	.siteLogo img{width:100% !important;}

}

@media (max-width:480px){
	h1{font-size:22px;}
	h2{font-size:18px;}
	.autoplaylogo .slick-next.slick-arrow{right:-14px;}

}

.hs-button_1 {
    padding: 1em 4em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .10em;
    color: #ffffff;
    border-bottom: solid #3aad9e 5px;
}

 @media (min-width:992px){
    .animatedMain .center:before {content:'';position:absolute;top:0;width:1px;height: 110px;background:#215c99; left:60%; transform: rotate(30deg);}
    .animatedMain .center.rightIN:before { transform: rotate(-30deg); left:inherit; right:60%; }
}

@media (max-width:991px){

    .animatedMain .bottomIcon{ height:auto; }
    .animatedMain .center.rightIN{ padding-top:0; }
    .animatedMain .center:before,.animatedMain .center:after{ display:none; }
}

/* Background */

.white-round-bg{
	background: white; 
	border-radius: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
  padding: 50px;
  margin: auto;
}

/*  Image drop shadow */
.imageds {
 box-shadow: 0px 13px 16px -9px #777;
  border-radius: 2px;
  border-left: 3px solid turqoise;
}


/* Video Popup */

/** Donna Galletta | LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/** videoModal **/
/** Donna Galletta | LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
  padding-top:50px;
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/** videoModal **/
#videoModal {
  border-radius: 0;
  width: 870px;
  margin:auto;}
  #videoModal .modal-header {
    background: turquoise;
    border: 0;
    color: #fff;
    position: relative;
		  height:40px; 
box-shadow: 1px 2px 3px #000;
      }
    #videoModal .modal-header h3 {
      font-size: 18px;
      line-height: 22px;
      padding:10px;
	  font-family:"Comfortaa", Helvetica, sans-serif;
	  padding:5px;}
  #videoModal .modal-body {
    height: 489px;
    padding: 0;
    max-height: none;
    overflow: hidden; 
    box-shadow: 1px 2px 3px #000;}
  #videoModal .modal-footer:empty {
    display: none !important; }
  #videoModal .close {
    background: indianred;
    color: #fff;
    font-size: 12px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 30px; 
    margin:5px;
    padding:4px;
    height: 30px;
    border-radius: 50%; 
    border:none;}




/* End Video Modal */




/* Viridian Resources Page 1.22.19 */

.centerText
  max-width:800px;
  margin: auto;
  color:C1C1C1;

.centerModule
  background-image: url("https://cdn2.hubspot.net/hubfs/166330/resource-listing-v2.png");
  width: 100%;
  margin: auto;


/* End Viridian Resources Page 1.22.19 */

/* Horizontal Row Code */

.hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Single-direction drop shadow */

.hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

/* End Horizontal Row Code */

/* Card Style */

.card {
    display: block;
    border-style: none;
    border-radius: 14px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
    transition: all 300ms ease-out;
    text-decoration:none;
    color:inherited;
    padding:20px;
    height:400px;
    margin-top:20px;
}

.card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
/* End Card Style */


/* Shortcuts */
.fl {
  float:left !important;
}
.fr {
  float:right !important;
}

.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mt100 {margin-top:100px;}


/*  Pricing Boxes */
.pricing-box {
    display: block;
    border-style: none;
    border-radius: 14px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
    transition: all 300ms ease-out;
    text-decoration:none;
    color:fff;
    padding:20px;
}