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

@import url("https://p.typekit.net/p.css?s=1&k=rrs5fuh&ht=tk&f=24537.24539.24541.24543.24545.24547.24549&a=2013067&app=typekit&e=css");
@import url("//p.typekit.net/p.css?s=1&k=tfp4wqv&ht=tk&f=14541.14548.24539.24547&a=747196&app=typekit&e=css");


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

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

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

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

/* Videos */

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

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

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

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


/* Typekit font families */

/*
* The Typekit service used to deliver this font or fonts for use on websites
* is provided by Adobe and is subject to these Terms of Use
* http://www.adobe.com/products/eulas/tou_typekit. For font license
* information, see the list below.
*
* sofia-pro:
*   - http://typekit.com/eulas/00000000000000003b9b1aa0
*   - http://typekit.com/eulas/00000000000000003b9b1a9e
*   - http://typekit.com/eulas/00000000000000003b9b1a94
*   - http://typekit.com/eulas/00000000000000003b9b1a96
*   - http://typekit.com/eulas/00000000000000003b9b1a9a
*   - http://typekit.com/eulas/00000000000000003b9b1a98
*   - http://typekit.com/eulas/00000000000000003b9b1a9c
*
* © 2009-2020 Adobe Systems Incorporated. All Rights Reserved.
*/
/*{"last_published":"2020-01-23 04:03:11 UTC"}*/

.blog-post-body-new {
    max-width: 1100px;
    margin: 0 50px!important;
}
.post-body-new {
    padding-bottom: 40px;
}
.post-body-new .hs_cos_wrapper ul {
    margin:0px 0 20px;
      padding: 10px 30px;

}
.post-body-new h3, .post-body-new h3 span {
  font-size: 30px;
  margin-top: 0;
  line-height: 36px;
  font-family: sofia-pro, sans-serif !important;
  margin: 0;
  padding-bottom:15px;
  padding-top:20px;
  color:#292929;
}
.post-body-new a {
color: #6FB969;
    text-decoration: none;
font-family: sofia-pro, sans-serif !important;

}
.post-body-new p,
.post-body-new p span {
  font-size: 20px; 
  line-height:32px;
  font-family: sofia-pro, sans-serif !important;
  margin:0;
  padding-bottom:25px;
  
/*    padding: 25px 0 25px; */
}
.post-body-new ul li,
.post-body-new ul li span, .post-body-new ul li p {
font-size: 20px; 
line-height:26px;
font-family: sofia-pro, sans-serif !important;
  margin:0;
   padding:0px 0 10px;
}
.post-body-new h2, .post-body-new h2 span{
font-size: 24px; 
font-weight:500;
line-height: 1.4em;
  margin:0;
  padding:0px 0 30px;
  color:#292929;
}

@media(max-width:1230px){
.blog-post-body-new {
    max-width: 100%;
    margin: 0!important;
    padding-bottom: 30px;
}
}
@font-face {
  font-family:"sofia-pro";
  src:url("https://use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:900;
}

@font-face {
  font-family:"sofia-pro";
  src:url("https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
  font-family:"sofia-pro";
  src:url("https://use.typekit.net/af/1ca530/00000000000000003b9b1a94/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/1ca530/00000000000000003b9b1a94/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/1ca530/00000000000000003b9b1a94/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:200;
}

@font-face {
  font-family:"sofia-pro";
  src:url("https://use.typekit.net/af/572508/00000000000000003b9b1a96/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/572508/00000000000000003b9b1a96/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/572508/00000000000000003b9b1a96/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:300;
}

@font-face {
  font-family:"sofia-pro";
  src:url("https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
  font-family:"sofia-pro";
  src:url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
  font-family:"sofia-pro";
  src:url("https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:600;
}

.tk-sofia-pro { font-family: "sofia-pro",sans-serif; }

/* Social icons */

/* @import url("//p.typekit.net/p.css?s=1&k=tfp4wqv&ht=tk&f=14541.14548.24539.24547&a=747196&app=typekit&e=css"); */

@font-face {
  font-family:"open-sans";
  src:url("//use.typekit.net/af/2553b3/000000000000000000011c34/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("//use.typekit.net/af/2553b3/000000000000000000011c34/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("//use.typekit.net/af/2553b3/000000000000000000011c34/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
  font-family:"open-sans";
  src:url("//use.typekit.net/af/827015/000000000000000000011c3b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("//use.typekit.net/af/827015/000000000000000000011c3b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("//use.typekit.net/af/827015/000000000000000000011c3b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
  font-family:"sofia-pro";
  src:url("//use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("//use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("//use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
  font-family:"sofia-pro";
  src:url("//use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("//use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("//use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
  font-family: Ionicons;
  src: url(//5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQGeo_January2019%20Theme/Fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),
    url(//5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQGeo_January2019%20Theme/Fonts/ionicons.ttf?v=2.0.0) format("truetype"),
    url(//5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQGeo_January2019%20Theme/Fonts/ionicons.woff?v=2.0.0) format("woff");
  font-weight: 400;
  font-style: normal
}



/* #block-languageswitcher {
  visibility:hidden !important;
} */


/* BL Landing page table */

table td, table td strong, table td p {
  font-size:16px;
  padding:0 10px;
}

table td a, table td p a {
  color:#599455;
  text-decoration:none !important;
}

table td a:hover {
    color: #6fb969;
}


/* BL - Blog subscribe form */

.blog-sign-up .legal-consent-container .hs-richtext p {
  color:white;
}


.blog-sign-up .legal-consent-container .hs-richtext p a {
  color:#efefef;
}


h2 {
  font-size:1.5em;
  color:#636465;
}
.menu-col-wrp a[href="javascript:;"] {
  cursor: default !important;
}
.custom-social-links-group ul {
  justify-content: flex-start;
  padding: 2rem 0 0;
  width: auto;
  align-items: center;
  display: flex;
  margin: 0;
  list-style: none;
}

.custom-social-links-group ul li {
  padding: 0 4rem 0 0;
  padding: 0 1px 0px 0px;
  margin-bottom: -41px;
  display: block;
  line-height:1.2em;
}

.custom-social-links-group ul li a {
  align-items: center;
  color: #f9f9f9;
  display: flex;
  font-size: 1.6rem;
  justify-content: flex-start;
  text-decoration:none;
}

.custom-social-links-group ul li a:hover {
  color: #2dc84d;
  text-decoration: none;
}

.custom-social-links-group ul li a:before {
  font-family: Ionicons;
  display: block;
  font-size: 2rem;
  margin: 0 1rem 0 0;

}

.custom-social-links-group ul  li  a.social--youtube:before {
  content: "\f24d";
}

.custom-social-links-group ul  li  a.social--twitter:before {
    content: "\e61b" !important;
    font-family: 'FontAwesome';
    color: #a7a8aa !important;
    background-color: #f9f9f9;
    border-radius: 3px;
    font-size: 23px;
}

.custom-social-links-group ul  li  a.social--twitter:hover:before {
    background-color: #2dc84d;
}

.fa-x-twitter:before {
    content: "\e61b";
}

.custom-social-links-group ul  li  a.social--linkedin:before {
  content: "\f239";
}

.custom-social-links-group ul  li a span {
  display: block;
}

.post-body h2 {
      font-size: 1.4em;
      margin-top: 50px;
}

/* Homepage modules */

/* Home banner */

.home-banner-outer-wrp {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0px;
  float: left;
  width: 100%;
  position: relative;
  background-position:center;
}

.laptop-screen {
  content: "";
  background-repeat: no-repeat;
  background-size: 460px;
  position: absolute;
  bottom: 120px;
  left: 55%;
  height: 450px;
  width: 460px;
  right: 0;
}

.home-banner-inner-wrp {
  width: 100%;
  max-width: 80%;
  color: #f9f9f9;
  margin: 0 auto;
  float: none;
}

.home-banner-header-wrp {
  width: 65%;
  float: left;
}

.home-banner-header-wrp h1 {
  font-size: 48px;
  margin: 0px;
  letter-spacing: 0;
  color: #f9f9f9;
  max-width:80%;
}

.home-banner-header-wrp p {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  padding-bottom: 40px;
  color: #f9f9f9;
  max-width: 80%;
}

.home-banner-header-links a {
  display: inline-block;
  margin-right: 30px;
  text-decoration: none;
  font-size: 20px;
}

.home-banner-header-links a.talk-to-us {
  background: #F39200;
  color: #292929;
  text-align: center;
  padding: 13px 25px 13px 25px;
  font-weight: 600;
}

.home-banner-header-links a:hover {
  background: #ffffff !important;
  color: #292929;
}

.home-banner-header-links a:hover span {
  color: #292929 !important;
}

.home-banner-header-links a.talk-to-us:hover {
  //color: #292929;
}

.home-banner-header-links a.customers-button {
  margin: 0px;
  background: rgba(255,255,255,0.58);
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/Icon%20ionic-md-play-circle.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 13px 21px;
  padding: 12px 25px 12px 38px;
}

.home-banner-header-links a.customers-button span {
  color: #f9f9f9;
  text-align: center;
  opacity: 1;
  display: block;
  font-weight: 600;
  font-size:20px;
}

.home-banner-header-links a.customers-button span:hover {
  //color: #292929;
}

.banner-tabs-col-wrp {
  float: left;
  width: 100%;
}

.banner-tabs-col-inner-wrp ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.banner-tabs-col-inner-wrp {
  float: left;
  width: 100%;
  background: #6FB969;
}

.banner-tabs-col-inner-wrp ul li {
  display: flex;
  width: 24%;
  float: left;
  align-items: center;
  padding: 20px 75px;
  min-height: 102px;
  flex-wrap: wrap;
}

.banner-tabs-col-inner-wrp ul li img {
  width: 64px;
  height: auto;
  max-width: 100px;
  float: left;
  background: #fff;
  border-radius: 50%;
  flex: 0 15%;
}

.banner-tabs-col-inner-wrp ul li span {
  margin-left: 20px;
  text-align: left;
  font-size: 20px;
  color: #f9f9f9;
  line-height: 28px;
  font-weight: 500;
  flex: 0 70%;
}

@media (max-width: 1620px) {
  .banner-tabs-col-inner-wrp ul li {
    width: 27%;
    padding: 20px 35px;
  }
}

@media (max-width: 1250px) {
  .home-banner-inner-wrp {
    max-width:100%;  
  }  
  .home-banner-header-wrp {
    padding-left:20px;
    padding-right:20px;
  } 
  .banner-tabs-col-inner-wrp ul li {
    width: 26%;
    padding: 20px 35px;
  } 
}

@media (max-width: 1080px) { 
  .laptop-screen {
    width:375px;
    background-size:370px;
    left:58%;
  } 
}

@media (max-width: 1024px) {
  .banner-tabs-col-inner-wrp ul li img {
    width:50px;
  }
}

@media (max-width: 910px) {
  .laptop-screen {
    left:55%;
  }
}

@media (max-width: 850px) { 
  .laptop-screen {
    display:none;
  } 
  .home-banner-header-wrp {
    width:auto;  
    padding-left:20px;
    padding-right:20px;
  }  
  .home-banner-header-wrp h1 {
    font-size:45px;  
  } 
  .home-banner-header-wrp p {
    font-size:20px;  
  } 
}

/* Home video module */

.home-video-outer-col {
  float: left;
  width: 100%;
}

.home-video-wrp-col {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.home-video-wrp-col #buttonbar {
  position: absolute;
  left: 90px;
  top: 11px;
}

.home-video-wrp-col button {
  border: 0;
  background: 0;
  padding: 0px;
  width: 1004px;
  height: auto;
  cursor: pointer;
}

.home-video-wrp-col button img {
  width: 1004px;
  height: 575px;
}

.remove-btn {
  display: none;
}

.add-btn {
  position: relative !important;
}

.home-video-wrp-col button img {
  cursor: pointer;
}

button#play {
  padding: 0px;
  border: none;
}

.home-video-outer-col {
  float: left;
  width: 100%;
  padding: 40px 0px;
}

.home-video-header-col {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  float: none;
}

.home-video-header-col p {
  font-size: 20px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0px 40px;
  font-weight: 500;
}

.home-video-wrp-links a {
  display: inline-block;
  text-decoration: none;
  color: #292929;
  margin-right: 30px;
  font-weight: 600;
  font-size: 20px;
}

.home-video-wrp-links {
  text-align: center;
}

.home-video-wrp-links a.book-demo {
  background: #F39200;
  padding: 9px 25px 9px 25px;
  text-align: center;
  border: 1px solid #F39200 !important;
}

.home-video-wrp-links a.talk-us {
  padding: 9px 25px 9px 25px;
  margin: 0px;
  border: 1px solid #6FB969;
}

.home-video-wrp-links a:hover {
  color: #292929;
  background: #6fb969;
  border: 1px solid #6fb969 !important;
}

@media (max-width: 1024px) {
  .home-video-header-col {
    max-width:100%;
  } 
}

/* Award winning module */

.award-outer-col-wrp {
  float: left;
  width: 100%;
  padding: 40px 0px;
}

.award-right-col-wrp h6 {
  letter-spacing: .5px;
  font-size: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 700;
}

.award-inner-col-wrp {
  max-width: 1019px;
  margin: 0 auto;
  float: none;
  display: table;
}

.award-left-col-wrp {
  float: left;
  width: 50%;
}

.award-left-col-wrp img {
  max-width: 350px;
  height: auto;
  float: left;
}
.award-right-col-wrp {
  float: right;
  width: 55%;
}

.award-left-col-wrp {
  float: left;
  width: 40%;
}

.award-right-col-wrp p {
  margin: 0px;
  padding-bottom: 10px;
}

.award-right-col-wrp h2 {
  margin: 0px;
  padding: 0px 0px 30px;
  letter-spacing: 0;
  color: #6fb969;
  font-size: 65px;
  font-weight: 600;
}

.award-right-col-wrp a {
  text-decoration: none;
  color: #702283;
  font-weight: 600;
  margin-top: 15px;
  display: block;
  font-size: 22px;
}

.award-right-col-wrp a:hover {
  opacity: 0.8;
}

/* Partners modules */

.partners-outer-col-wrp {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.partners-inner-col-wrp {
  max-width: 1200px;
  float: none;
  margin: 0 auto;
}

.partners-left-col-wrp {
  float: left;
  width: 50%;
  padding-top: 40px;
}

.partners-right-col-wrp {
  float: right;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.partners-icons {
  flex: 0 24%;
  margin: 1%;
  background: rgba(243,243,243,0.8);
  text-align: center;
  padding: 15px;
  width: 259px;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.partners-icons img {
  opacity: 1;
  width: 120px;
}

.partners-inner-col-wrp {
  max-width: 1200px;
  float: none;
  margin: 0 auto;
  border-top: 1px dotted #292929;
  padding-top: 60px;
}

.partners-left-col-wrp h6 {
  margin: 0px;
  padding: 30px 0px 10px 0px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.partners-left-col-wrp h2 {
  font-size: 65px;
  margin: 0px;
  letter-spacing: 0;
  color: #6fb969;
  padding: 0px 0px 30px;
  text-align: left;
  font-weight: 600;
}

.partners-left-col-wrp p {
  margin: 0px;
  padding-bottom: 10px;
  max-width: 80%;
  float: left;
}

.partners-left-col-wrp .partners-button a {
  text-decoration: none;
  color: #702283;
  text-align: left;
  font-weight: 600;
  float: left;
  font-size: 22px;
  display: block;
  margin-top:15px; 
  width:100%;
}
.partners-left-col-wrp  a {
  text-decoration: none;
  color: #702283;
  font-weight: 600;
}

/* Resource module */

.resource-outer-col-wrp {
  float: left;
  width: 100%;
  padding: 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #6FB969;
  margin-bottom:50px;
  margin-top:50px;
}

.resource-left-col-wrp {
  float: left;
  width: 50%;
}
.main-heading {
  padding: 0px 0px 40px;
}
.resource-outer-col-wrp .main-heading h2 {
  margin: 0px;
  font-size: 45px;
  line-height: 36px;
  letter-spacing: 0.9px;
  text-align: center;
}

.resource-right-col-wrp {
  width: 50%;
  float: right;
}

.resource-inner-col-wrp {
  float: left;
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.resource_three .resource-col-wrp {
  flex: 0 33%;
  margin: 1%;
  text-align: center;
}

.resource_three .resource-left-col-wrp {
  width: 100%;
}

.resource_three .resource-right-col-wrp {
  width: 100%;
  float: left;
}

.resource_two .resource-col-wrp:last-child {
  display: none;
}

.resource_two .resource-col-wrp {
  flex: 0 50%;
  margin: 1%;
  text-align: left;
}

.resource_two .resource-col-wrp .resource-left-col-wrp {
  width: 32%;
}

.resource_two .resource-col-wrp .resource-right-col-wrp {
  width: 63%;
}

.resource_one .resource-col-wrp:nth-child(2), .resource_one .resource-col-wrp:nth-child(3) {
  display: none;
}

.resource_one .resource-col-wrp {
  flex: 0 75%;
}

.resource_one .resource-col-wrp .resource-left-col-wrp {
  width: 30%;
}

.resource_one .resource-col-wrp .resource-right-col-wrp {
  width: 65%;
}

.resource-inner-col-wrp .resource-col-wrp .resource-left-col-wrp img {
  width: 241px;
  height: 342px;
}

.resource_three .resource-col-wrp .resource-left-col-wrp img {
  width: 260px;
  height: auto;
}

.resource-right-col-wrp h6 {
  margin: 0px;
  font-size: 25px;
  font-weight: 700;
  padding: 7px 0px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #292929;
}

.resource-right-col-wrp h2 {
  font-size: 45px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
  color: #F9F9F9;
}

.resource-right-col-wrp p {
  margin: 0px;
  padding: 20px 0px;
  font-size: 24px;
  color: #292929;
  font-weight: 500;
}

.resource-right-col-wrp a {
  border: 1px solid #efefef;
  text-decoration: none;
  color: #292929;
  background:#efefef;
  padding: 9px 25px 9px 25px;
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.resource-right-col-wrp a:hover {
  color: #292929;
  border:1px solid #292929;
  background: #71b967 !important;
}

.resource-inner-col-wrp.resource_two .resource-right-col-wrp h2 {
  font-size: 32px;
  line-height: 38px;
}

.resource-inner-col-wrp.resource_two .resource-right-col-wrp p {
  margin: 0px;
  padding: 20px 0px;
  font-size: 22px;
  color: #292929;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .29px;
}

.resource-inner-col-wrp.resource_three .resource-right-col-wrp h2 {
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  padding: 12px 0px 20px;
}

.resource-inner-col-wrp.resource_three .resource-right-col-wrp p {
  margin: 0px;
  padding: 0px;
  font-size: 19px;
  color: #292929;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: .29px;
}

/* Industries module */

.industries-outer-col-wrp {
  float: left;
  width: 100%;
  padding: 40px 0px;
}

.industries-inner-col-wrp {
  border-top: 1px dashed #292929;
  padding-top: 30px;
  margin-top: 20px;
}

.industries-inner-col-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.industries-left-col-wrp {
  flex: 0 50%;
  float: left;
  min-height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
}

.industries-right-col-wrp {
  float: right;
  flex: 0 45%;
  min-height: 150px;
  padding-left: 20px;
  padding-right: 40px;
}

.industries-right-inner-col-wrp {
  padding: 0px 20px 22px; 
}

.industries-right-col-img-wrp img {
  width: 85px;
  height: auto;
}

.industries-right-col-img-wrp {
  float: left;
  width: 17%;
  text-align: right;
}

.industries-right-col-content-wrp {
  float: right;
  width: 78%;
}

.industries-inner-col-wrapper.right .industries-right-col-wrp {
  order: 1;
}

.industries-inner-col-wrapper.right .industries-left-col-wrp {
  order: 2;
}

.industries-inner-col-wrapper.left .industries-right-col-wrp {
  float: right;
}

.industries-inner-col-wrapper.left .industries-left-col-wrp {
  float: left;
}

.industries-right-col-content-wrp h6 {
  margin: 0px;
  font-size: 25px;
  letter-spacing: .5px;
  color: #292929;
  text-align: left;
  font-weight: 700;
  line-height: 36px;
}

.industries-right-col-content-wrp h2 {
  margin: 0px;
  font-size: 35px;
  color: #6fb969;
  font-weight: 700;
  padding-bottom: 10px;

}

.industries-right-col-content-wrp p {
  margin: 0px;
}

.industries-right-col-content-wrp a {
  color: #6fb969;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  display:block;
  margin-top:20px;
}

.industries-col-wrp {
  float: left;
  width: 100%;
}

.industry-link-col-wrapper {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  margin: 40px 0px;
}

.industry-link-col-wrapper a {
  color: #292929;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 25px 9px 25px;
}

.industry-link-col-wrapper a.book-demo {
  background: #F39200;
  border: 1px solid #F39200;
  text-decoration: none;
  margin-right: 30px;
}

.industry-link-col-wrapper a.talk-us {
  border: 1px solid #6FB969;
}

.industry-link-col-wrapper a:hover {
  background: #6fb969 !important;
  border: 1px solid #6fb969 !important;
}

.industries-header-col-wrp {
  text-align: center;
  padding: 50px 0px;
}

.industries-header-col-wrp h2 {
  color: #636465;
  font-size: 45px;
  margin: 0px;
  font-weight: 700;
}

/* Solution section */

.solution-outer-wrp {
  float: left;
  width: 100%;
  padding: 80px 0px;
}
.solution-header-wrp {
  text-align: center;
  padding: 25px 0px;
}

.solution-header-wrp h2 {
  margin: 0px;
  color: #636465;
  font-size: 45px;
  font-weight: 700;
}
.solution-module-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.solution-module-inner-wrp {
  flex: 0 17%;
  margin: 2%;
}
.solution-module-inner-wrp img {
  width: 100px;
  height: auto;
}
.solution-module-inner-wrp p {
  margin: 0px;
  font-weight: 500;
  min-height: 110px;
  padding: 15px 10px 0px;
  color: #292929;
  line-height: 1.3em;
}
.solution-link-col-wrp {
  text-align: center;
  padding: 30px 0px 40px;
}
.solution-link-col-wrp a.demo-btn {
  border: 1px solid #F39200;
  background: #F39200;
  margin-right: 30px;
}
.solution-link-col-wrp a {
  text-decoration: none;
  color: #292929;
  padding: 9px 25px 9px 25px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.solution-link-col-wrp a.talk-btn {
  border: 1px solid #6FB969;
}
.solution-link-col-wrp a:hover {
  background: #6fb969 !important;
  border: 1px solid #6fb969 !important;
}
.solution-inner-wrp {
  border-bottom: 1px dashed #292929;
  padding-bottom: 40px;
}

/* Recent blogs module */

.blog-outer-wrapper-col {
  float: left;
  width: 100%;
}

.blog-outer-wrapper-col .blog-inner-wrapper-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss {
  flex: 0 21.5%;
  margin: 1%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 459px;
  position: relative;
  overflow: hidden;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper {
  /*float: left;
  width: 100%;
  position: absolute;
  bottom: -100px;
  transition: 1s all;
  background: rgba(0,0,0,0.67);
  min-height: 400px;
  border-bottom: 10px solid #6fb969;*/
  float: left;
  width: 100%;
  position: absolute;
  bottom: -115px;
  min-height: 266px;
  border-bottom: 6px solid rgb(111, 185, 105);
  transition: all 1s ease 0s;
  background: rgba(0, 0, 0, 0.67);
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss:hover .black-wrapper {
  bottom: 0px;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .post-name h2 {
  margin: 0px;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .post-name h2 {
  margin: 0px;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .post-name h2 a {
  text-decoration: none;
  color: #f9f9f9;
  font-size: 20px;
  display: block;
  padding: 25px 10px;
  padding-bottom: 0px;
  font-weight: 700;
  line-height: 1.3em !important;
  letter-spacing: -0.48px;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .post-name {
  min-height: 180px;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .author-name h4 {
  margin: 0px;
  font-weight: 900;
  font-size: 14px;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .author-name h4 a.author-link {
  letter-spacing: 0;
  color: #f9f9f9;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .author-name {
  padding: 0px 10px 20px;
  display: block;
  color: #f9f9f9;
}

.blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .author-name span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color:#f9f9f9;
}

.blog-outer-wrapper-col .more-post-btn-wrp {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px 20px;
}

.blog-outer-wrapper-col .more-post-btn-wrp a {
  text-decoration: none;
  color: #565655;
  font-weight: 600;
  position: relative;
}

.blog-outer-wrapper-col .more-post-btn-wrp a:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 37%;
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/down-arrow.png);
  background-size: 22px;
  width: 50px;
  height: auto;
  background-repeat: no-repeat;
  padding: 13px 0px;
}

.blog-header-wrapper-col {
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 0px 20px;
}

.blog-header-wrapper-col h2 {
  margin: 0px;
  color: #636465;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 30px;
}

@media (max-width: 1080px) {
  .blog-outer-wrapper-col .iqgeo-blog-page-rss {
    flex: 0 48%;  
  } 
  .blog-outer-wrapper-col .blog-inner-wrapper-col {
    padding: 0px 20px;
  } 
  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .post-name {
    min-height: 130px;  
  }  
  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .post-name h2 a {
    font-size: 23px !important;  
  }
  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper {
    bottom: -160px ;
  }
}

@media (max-width: 768px) {
  .blog-outer-wrapper-col .iqgeo-blog-page-rss {
    flex: 0 47%;
  }
}

@media (max-width: 768px) { 
  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .post-name h2 a {
    font-size: 21px !important;  
  } 
}

@media (max-width: 812px) {
  .blog-outer-wrapper-col .iqgeo-blog-page-rss {
    flex: 0 47%;
  }
}

@media (max-width: 823px) {
  .blog-outer-wrapper-col .iqgeo-blog-page-rss {
    flex: 0 47%;
  }
}

@media (max-width: 680px) {
  .blog-outer-wrapper-col .iqgeo-blog-page-rss {
    flex: 0 100%;
    margin-bottom: 5%;
  }  
  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .post-name h2 a {
    font-size:23px !important;  
  }
  .blog-header-wrapper-col h2 {
    font-size: 24px;
  }
}

/* Sign up module */

.signup-outer-col {
  float: left;
  width: 100%;
  padding: 40px 0px;
}

.signup-form-col .hs-submit .actions input.hs-button.primary.large {
  background: #335da7;
  border: 0px;
  letter-spacing: 0;
  color: #f9f9f9;
  font-weight: 700;
  padding: 11px 30px 12px 30px;
  font-size: 20px;
  cursor: pointer;
  line-height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: sofia-pro,sans-serif;
  transition: all .3s ease;
}

.signup-form-col form .hs-email span.hs-form-required {
  display: none;
}

.signup-form-col h3 {
  display: none;
}

.signup-form-col form .hs-email .input input {
  float: left;
  width: 100%; /* BL Changed from 68% */
  height: 49px;
}

/*
.signup-form-col .hs-submit {
margin-left: 10px;
position: absolute;
right: 43px;
}*/

.signup-form-col {
  float: right;
  width: 50%;
  position: relative;
}

.signup-header-col {
  float: left;
  width: 50%;
}

.signup-form-col form .hs-email ul.no-list.hs-error-msgs.inputs-list li label.hs-error-msg {
  display: block;
  padding: 3px 0px;
  color: #f9f9f9;
  font-size: 14px;
}

.signup-form-col form .hs-email ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style-type: none;
  display: block !important;
}

.signup-inner-col {
  float: left;
  width: 100%;
  background: #6FB969;
  padding: 30px 30px 20px;
  max-width: 96%;
  min-height: 50px;
}

.signup-header-col h2 {
  margin: 0px;
  color: #f9f9f9;
  font-weight: 700;
  font-size: 35px;
}

.signup-form-col .hs-submit .actions input.hs-button.primary.large:focus {
  outline: 0;
}

.signup-form-col .hs_error_rollup {
  display: none;
} 

.signup-form-col form .hs-email .input input::-webkit-input-placeholder { 
  letter-spacing: 0;
  color: #000000;
  opacity: 0.37;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: sofia-pro,sans-serif;
}

.hs-input{
  font-family: sofia-pro,sans-serif;
}

.signup-form-col form .hs-email .input input:-moz-placeholder {
  letter-spacing: 0;
  color: #000000;
  opacity: 0.37;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: sofia-pro,sans-serif;
}

.signup-form-col form .hs-email .input input::-moz-placeholder {
  letter-spacing: 0;
  color: #000000;
  opacity: 0.37;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: sofia-pro,sans-serif;
}

.signup-form-col form .hs-email .input input:-ms-input-placeholder {
  letter-spacing: 0;
  color: #000000;
  opacity: 0.37;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: sofia-pro,sans-serif;
}

.signup-form-col form .hs-email .input input::-ms-input-placeholder {
  letter-spacing: 0;
  color: #000000;
  opacity: 0.37;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: sofia-pro,sans-serif;
}

.signup-form-col form .hs-email .input input::placeholder {
  letter-spacing: 0;
  color: #000000;
  opacity: 0.37;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: sofia-pro,sans-serif;
}

/* Customers video section */

.customer-story-slider-col-wrp {
  position: relative;
  padding: 80px 0 0px;
  overflow: hidden;
}
.customer-story-slider-col-wrp ul.slick-dots {
  display: none;
  list-style: none;
}
.customer-story-slider-col-wrp ul.slick-dots button {
  display: none;
}
.customer-story-slider-col-wrp :focus {
  outline: 0;
}
.customer-story-slider-col-wrp .header h3 {
  color: #004BC4;
  margin: 0;
  line-height: 1.6em;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.customer-story-slider-col-wrp .image {
  height: auto !important;
  position: relative;
  overflow: hidden;
}

.customer-story-slider-col-wrp .image img.background {
  height: 100%;
  transition: 0.5s all;
}


.customer-story-slider-col-wrp .text h5 {
  font-size: 25px;
  font-weight: 700;
  color: #6fb969;
  margin: 25px 0 10px 0;
  padding-top: 10px;
  padding-right: 20px;
}

.customer-story-slider-col-wrp .text h6 {
  color: #292929;
  text-align: left;
  margin: 0px;
  font-size: 19px;
  font-weight: 700;
}

.customer-story-slider-col-wrp .text p {
  margin: 0px;  
}

.customer-story-slider-col-wrp  img.previous.slick-arrow{
  position: absolute;
  right: 3px;
  top: 110px;
  background: #335DA7;
  padding: 10px;
  z-index: 99999;
  cursor: pointer;
}

.customer-story-slider-col-wrp img.previous.slick-arrow.slick-disabled {
  display: none !important;
}

.customer-story-slider-col-wrp  img.next.slick-arrow{
  position: absolute;
  right: -50px;
  top: 110px;
  background: #335DA7;
  padding: 10px;
  z-index: 999999999;
  cursor: pointer;
}

.customer-story-slider-col-wrp .customer-story-inner-wrapper.slick-slide:hover img.play {
  opacity: 0;
}

.customer-story-inner-wrapper.slick-slide img.play {
  cursor: none !important;
  display: none !important;
}

.customer-story-inner-wrapper.slick-slide.slick-active img.play {
  cursor: pointer !important;
  display: block !important;
  z-index: 99;
}

.customer-story-inner-wrapper.slick-slide {
  cursor: none;
}

.customer-story-slider-col-wrp .customer-story-inner-wrapper.slick-slide.slick-active {
  cursor: auto;
}

.customer-story-slider-col-wrp .customer-story-inner-wrapper.slick-slide.slick-active:hover img.play {
  opacity: 1;
}

.customer-story-slider-col-wrp .customer-story-inner-wrapper img.play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition : all .5s;
  cursor: pointer;
}

.customer-story-slider-col-wrp .customer-story-inner-wrapper:hover  img.play {
  opacity: 1;
}

.customer-story-slider-col-wrp .customer-story-inner-wrapper .image:before {
  content: '';
  width: 100%;
  height: 8px;
  background-color: #6FB969;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s all;
  opacity: 0;
  z-index: 9;
}

.customer-story-slider-col-wrp .customer-story-inner-wrapper:hover .image:before {
  opacity: 1;
}

.customer-story-inner-wrapper.slick-slide.slick-active {
  opacity: 1 !important;
}

.customer-story-slider-col-wrp .slick-initialized .slick-slide {
  opacity: 0.1;
}

.customer-story-slider-header-wrp {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  float: none;
}

.customer-story-slider-header-wrp h2 {
  margin: 0px;
  color: #636465;
  font-size: 45px;
  padding-bottom: 40px;
  font-weight: 700;
}

.customer-story-slider-header-wrp p {
  margin: 0px;
  padding-bottom: 40px;
  font-size: 20px;
  color: #292929;
  font-weight: 500;
}

.customer-story-slider-link-wrp a:hover {
  background: #6fb969 !important;
  border: 1px solid #6fb969 !important;
}

.customer-story-slider-link-wrp a.booK-btn {
  background: #F39200;
  border: 1px solid #F39200;
  margin-right: 30px;
}

.customer-story-slider-link-wrp a {
  text-decoration: none;
  color: #292929;
  font-weight: 700;
  padding: 8px 25px 9px 25px;
  font-size: 20px;
}

.customer-story-slider-link-wrp a.talk-btn {
  border: 1px solid #6FB969;
}

.customer-story-slider-link-wrp {
  display: block;
  float: left;
  width: 100%;
  margin: 40px 0px 80px 0px;
  text-align: center;
}


.customer-story-inner-wrapper.slick-active:hover img.background {
  transform: scale(1.1);
  transition: 0.5s all;
}

.customer-story-inner-wrapper:hover img.background {
  transform: scale(1.0);
  transition: 0.5s all;
}


@media (max-width: 767px) {

}




/*** ==============================================
Slider Css Starts
============================================*****/
/* Slider */
.customer-story-slider-col-wrp .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;
}

.customer-story-slider-col-wrp .slick-list
{
  position: relative;

  display: block;
  overflow: visible;

  margin: 0;
  padding: 0;
}
.customer-story-slider-col-wrp .slick-list:focus
{
  outline: none;
}
.customer-story-slider-col-wrp .slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.customer-story-slider-col-wrp .slick-slider .slick-track,
.customer-story-slider-col-wrp .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);
}

.customer-story-slider-col-wrp .slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.customer-story-slider-col-wrp .slick-track:before,
.customer-story-slider-col-wrp .slick-track:after
{
  display: table;

  content: '';
}
.customer-story-slider-col-wrp .slick-track:after
{
  clear: both;
}
.customer-story-slider-col-wrp .slick-loading .slick-track
{
  visibility: hidden;
}

.customer-story-slider-col-wrp .slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
.customer-story-slider-col-wrp [dir='rtl'] .slick-slide
{
  float: right;
}
.customer-story-slider-col-wrp .slick-slide img
{
  display: block;
}
.customer-story-slider-col-wrp .slick-slide.slick-loading img
{
  display: none;
}
.customer-story-slider-col-wrp .slick-slide.dragging img
{
  pointer-events: none;
}
.customer-story-slider-col-wrp .slick-initialized .slick-slide
{
  display: block;
  margin: 0px 3px 0px;
}
.customer-story-slider-col-wrp .slick-loading .slick-slide
{
  visibility: hidden;
}
.customer-story-slider-col-wrp .slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.customer-story-slider-col-wrp .slick-arrow.slick-hidden {
  display: none;
}

/* Customer Review Slider Module*/

.customers-review-outer-col .hs-testimonial--top blockquote:before {
  content: "";
  display: none;
}
.customers-review-outer-col blockquote p {
  color: #6fb969;
  text-align: center;
  font-size: 22px;
  max-width: 85%;
  margin: 0 auto;
  font-weight: 600;
}
.customers-review-outer-col blockquote footer {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  float: none;
  margin-top: 30px;
  display: table;
  text-align: center;
}
.customers-review-outer-col blockquote .name {
  float: left;
  width: 100%;
  display:block;
  margin: 0px!important;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}
.customers-review-outer-col ul.slick-dots li.slick-active button:before {
  color: #335DA7 !important;
}
.customers-review-outer-col ul.slick-dots li button:before {
  color: #f9f9f9 !important;
}
.customers-review-outer-col ul.slick-dots li button:hover:before {
  color: #335DA7 !important;
}
.customers-review-outer-col .hs-testimonial--top:before {
  content: "";
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/Slider-arrow-left.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 110px;
  height: 90px;
  position: absolute;
  left: -12px;
  bottom: 140px;
  z-index: 999;
  background-color: #fff;
}
.customers-review-outer-col .hs-testimonial--top {
  position: relative;
  padding-bottom: 0px;
  min-height: 370px;
}
.customers-review-outer-col .hs-testimonial--top:after {
  content: "";
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/Slider-arrow-right.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 110px;
  height: 90px;
  position: absolute;
  right: -30px;
  bottom: 140px;
  z-index: 999;
  background-color: #fff;
}
.customers-review-under-col-wrp {
  float: left;
  width: 100%;
  background: #6fb969;
  padding: 150px 0px 40px;
  margin-top: -170px;
}
.customers-review-under-col-inner {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.customers-review-under-col-inner h2 {
  padding-top:40px;
  margin: 0px;
  padding-bottom: 15px;
  font-size: 45px;
  font-weight: 700;
  color: #F9F9F9;
}
.customers-review-under-col-inner p {
  margin: 0px;
  font-size: 20px;
  color: #292929;
  font-weight: 500;
  padding: 30px 0px;
}
.customers-review-outer-col ul.slick-dots {
  left: 0px !important;
}

.customers-review-outer-col .slick-dotted.slick-slider:focus {
  outline: none !important;
}

.customers-review-link-wrp-outer {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  margin: 40px 0px;
}

.customers-review-link-wrp a:hover {
  color: #292929;
  background: #6FB969 !important;
  border: 1px solid #6FB969 !important;
}

.customers-review-link-wrp a.demo-btn {
  background: #F39200;
  border: 1px solid #F39200;
  margin-right: 30px;
}

.customers-review-link-wrp a {
  text-decoration: none;
  color: #292929;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 25px 9px 25px;
  text-align: center;
}

.customers-review-link-wrp a.talk-btn {
  border: 1px solid #6FB969;
}

.customers-review-outer-col blockquote {
  border: 1px solid #a7a8aa !important;
  margin: 20px !important;
  min-height: 270px;
  border-radius: 0px !important;
}



.hs-testimonial-slider {
  position: relative;
  padding: 0 1em;
}
.hs-gallery .slick-slide {
  max-width: 100%;
  text-align: center;
}
/* Testimonial Wrapper */
.hs-testimonial {
  padding: 0em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs-testimonial.slick-slide {
  padding: 0;
  margin: 1em;
}
/* Testimonial Wrapper :: Variations */
@media only screen and (min-width: 768px) {
  .hs-testimonial--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-testimonial--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .hs-testimonial--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hs-testimonial--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/* Author Image */
.hs-testimonial figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
/* Author Image :: Variations */
@media only screen and (min-width: 768px) {
  .hs-testimonial--right figure {
    margin: 0 0 0 1.5em;
  }
  .hs-testimonial--bottom figure {
    margin: 0 auto;
  }
  .hs-testimonial--left figure {
    margin: 0 1.5em 0 0;
  }
}

/* Blockquote */
.hs-testimonial blockquote {
  background-color: #fff;
  text-align: center;
  margin: 0px;
  border-radius: .2em;
  font-size: 1.3em;
  position: relative;
  padding: 2em 2em 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}
.hs-testimonial blockquote:before {
  content: "";
  position: absolute;
  display: block;
  height: 1em;
  width: 1em;
  background-color: #fff;
  bottom: calc(100% - .5em - 1px);
  left: calc(50% - .5em);
  border: 1px solid transparent;
  border-top-color: #eee;
  border-right-color: #eee;
  -webkit-transform: rotate(-45deg);    
  -ms-transform: rotate(-45deg);    
  transform: rotate(-45deg);
  -webkit-box-shadow: 0 .25em 2em -.5em rgba(29,29,31,0.3);
  box-shadow: 0 .25em 2em -.5em rgba(29,29,31,0.3);
}
/* Blockquote :: Variations */
@media only screen and (min-width: 768px) {
  .hs-testimonial blockquote:before {
    border: 1px solid transparent;
    bottom: initial;
    left: initial;
  }
  .hs-testimonial--top blockquote:before {    
    bottom: calc(100% - .5em - 1px);
    left: calc(50% - .5em);
    border-top-color: #eee;
    border-right-color: #eee;
    -webkit-box-shadow: 0 .25em 2em -.5em rgba(29,29,31,0.3);
    box-shadow: 0 .25em 2em -.5em rgba(29,29,31,0.3);
  }
  .hs-testimonial--right blockquote:before {   
    bottom: calc(50% - .5em - 1px);
    left: calc(100% - .5em);
    border-right-color: #eee;
    border-bottom-color: #eee;
  }
  .hs-testimonial--bottom blockquote:before {    
    top: calc(100% - .5em - 1px);
    left: calc(50% - .5em);
    border-bottom-color: #eee;
    border-left-color: #eee;
  }
  .hs-testimonial--left blockquote:before {    
    bottom: calc(50% - .5em - 1px);
    right: calc(100% - .5em);
    border-left-color: #eee;
    border-top-color: #eee;
  }
}
/* Footer */
.hs-testimonial footer {
  font-size: .7em;
}
.hs-testimonial footer .name {
  margin-top: 1em;
  font-weight: bold;
}
.hs-testimonial footer .title {
  margin-top: .3em;
  font-style: normal;
}

/* Slick-theme */

/* Slider */
.slick-loading .slick-list {
  background: #fff url('//design-assets.hubspot.com/hubfs/Slick%20Slider/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.eot');
  src: url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.eot') format('embedded-opentype'), url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.woff') format('woff'), url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.ttf') format('truetype'), url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background-color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color:  #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 5px;
  z-index: 1;
}
[dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 5px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 5px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.customers-review-outer-col .slick-dotted.slick-slider {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .9;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* End of homepage modules */

/* Mobile header nav css */

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;

}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  z-index: 1000 !Important; 
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@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 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: 30px; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative; 
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > 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 */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}

/* */





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

body {
  margin: 0px;
  font-family: sofia-pro, sans-serif !important;
}

p, ul li, span ,button {
  line-height:1.6em;
  font-size:19px;
  color: #292929;
  letter-spacing:.2px;
  font-family: sofia-pro, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;  
}

p a, p span a {
  color: #6FB969;
  text-decoration: none;
}

p a {
  opacity:0.8;
  }

p a:hover {
  color:#599454;
}

.blog-section p a { 
  opacity:1 !important;
}

/*  HUBSPOT CONTACT FORM */
.go2369186930 {
  z-index:9999999999 !important;
}


.main-content ul li, .main-content ol li {
  margin-bottom:15px; 
}

.light-grey-background {
  background:	rgba(232,232,233);  
}

.green-background {
  background:	rgba(154,206,150,1);  
}

.padding60tb {
  padding-bottom:60px;
  padding-top:60px;
}

.page-center {
  max-width: 1200px;
  margin: 0 auto !important;
  float: none !important;
  width: 100%;
}

.narrow-width {
  max-width: 800px;
  padding-left:20px !important;
  padding-right:20px !important;
}

.text-center {
  text-align:center;  
}

/* Back to top */

.back-to-top .scroll-top {
  position: fixed;
  width: 25px !important;
  bottom: 20px;
  right: 20px;
  transform: rotate(90deg);
  padding: 12px 6px 10px 16px;
  background-color: #6FB969;
  display: block !important;
  height: 25px !important;
  border-radius: 5px;
  cursor: pointer;
  border:1px solid #fff;
}
.back-to-top {
  position: fixed;
  z-index: 9;
  display: none;
}
.back-to-top .scroll-top a img {
  width:50%;  
}

/**/

.header-outer-col-wrp {
  padding: 18px 20px 18px 20px;
}

.logo-col-wrp img {
  /*   max-width: 155px !important; OLD LOGO - no tag */
  max-width: 250px !important;
}

.logo-col-wrp {
  width: 20% !important; /* Update from 25% as part of mega menu rollout [BL]*/
  float: left !important;
}

.menu-col-wrp {
  float: right !important;
  width: 80% !important; /* Updated by BL from 70% as part of mega menu rollout*/
  margin: 0px !important;
  text-align: right;
  padding-top:10px;
}
.menu-col-wrp ul li:last-child{
/*   margin-left:0 !important; */
}

/* .menu-col-wrp ul li:last-child a {
  color: #000;
  letter-spacing: 0;
  padding-top:8px;
  padding-bottom:8px;
  background: #f39200;
  border-radius:2px;
} */

.menu-col-wrp ul li:last-child a:hover {
  color:white !important;
}


.menu-col-wrp ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #292929;
}

.menu-col-wrp ul li:last-child {
  margin-left: 15px;
}

.menu-col-wrp ul li:hover a {
  color: #6fb969;
}

.lifecycle-col-mobile-wrp {
  display: none;
}

.life-cycle-infographic .button-section {
  margin-bottom:50px !important;
}

.network-manager-link p, .iqgeo-platform-link p {
  text-align:center;
  margin:0px;
}

.network-manager-link img, .iqgeo-platform-link img {
  max-width:32px; 
  width:32px;
  margin-right:5px;
}

.network-manager-link { 
  background-color:#9ace96; 
  color:#f9f9f9;
  margin-bottom:20px;
}

.iqgeo-platform-link { 
  background-color:#9ace96; 
  color:#f9f9f9;
  margin-bottom:20px;
}

.network-manager-link a {
  text-decoration:none;
  color:#f9f9f9;
  padding:12px 25px 13px 25px;
  font-size:26px;
  display:block;
  font-weight:500;
}

.network-manager-link:hover {
  opacity:0.8;  
}

.iqgeo-platform-link a {
  text-decoration:none;
  padding:12px 35px 13px 35px;
  font-size:26px;
  display:block;
  font-weight:500;
  color:#f9f9f9;
}

.iqgeo-platform-link:hover {
  opacity:0.8;  
}

.investor-page iframe.wrap-iframe {
  width:100% !important;
}

.investor-page iframe {
  width: 100%;
  border: none; 
  overflow: hidden;
}

.investor-page table {
  border-collapse: collapse;  
  height:auto !important;
  width: 100%;
}

.investor-page table tr {
  height:auto !important;  
}

.investor-page table td, .investor-page table th {
  border:1px solid #ccc !important;
  height:auto !important;
  padding: 10px;
  font-size:16px;
  width:auto !important;

}

.investor-page table td p, .investor-page table th p  {
  margin-top:0px !important;
  margin-bottom:0px !important;
  font-size:16px;
}

.contact-page .intro-text {  
  margin-bottom:30px;
}

.contact-page .intro-image {
  margin-bottom:30px;  
}

.contact-page .addresses {
  margin-bottom:30px;  
}

.contact-page .custom-contact_us-form {
  width:100%;  
}

.contact-page .custom-contact_us-form h3 {
  text-align:center;  
}

.contact-page .custom-contact_us-form form {
  max-width:500px;
  float:none;
  margin:0px auto;
}

.contact-page .custom-contact_us-form form .hs-form-field {
  margin-bottom:10px;
}

.contact-page .custom-contact_us-form form .hs-richtext p {
  font-size:16px;
  font-style:italic;
  margin-bottom:20px;
}

.contact-page .custom-contact_us-form form .hs-richtext p a {
  color:#f9f9f9;
}

.contact-page .custom-contact_us-form form input.hs-button {
  background:transparent;
  padding:12px 20px 8px 20px;
  box-shadow:none;
  border:1px solid #292929;
  font-size:18px;
  font-weight:500;
  margin-top:20px;
}

.contact-page .custom-contact_us-form form input.hs-button:hover {
  background:#292929;
  color:#f9f9f9;
  cursor:pointer;
}

/* System Pages */

  /* SEARCH RESULTS */

      /* SEARCH RESULT TITLE - HIGHLIGHT */
        span.hs-search-highlight.hs-highlight-title {
            font-size: revert;
            font-weight: revert;
            color:#6FB969;
        }

      /*  SEARCH RESULTS DESCRIPTION - HIGHLIGHT  */
        span.hs-search-highlight.hs-highlight-html {
/*             background-color: #6FB96944; */
            color:#6FB969;
            margin-right: -5px;
            margin-left: -5px;
            padding-left: 5px;
            padding-right: 5px;
      }

      .hs-search-results__listing li {
      margin-bottom:3em;
      } 

    .custom-search-result-page .hs-search-results__title, .hs-search-highlight, .hs-highlight-title {
      text-decoration:none !important;
      }

      button.btn-apply.hs-button.primary.large {
      font-family:'sofia-pro';
      }

      a.hs-search-results__title {
          color: #414141;
          line-height: 1em;
          font-size: 1.5em;
      }

/*       .hs-search-field__suggestions a {
          display: block;
          color: #414141;
          line-height: 0.5em;
          text-decoration: none;
          margin: 5px;
          padding: 5px;
      } */

      #hsresults li {
         margin-bottom: 50px;
      }

      a.hs-search-results__prev-page, a.hs-search-results__next-page {
        text-decoration:none;
        color:#414141;
      }


      /*  SEARCHAHEAD    */
      ul.hs-search-field__suggestions {
        padding:10px 15px;
      }

      ul.hs-search-field__suggestions a {
         color:#292929 !important;        
      }



.error-template-2020 .content-wrapper {
  padding: 50px 0px;
}
.error-template-2020 .hs-search-field__bar form input {
  max-width: 767px;
  border: 1px solid #ccc;
  padding: 10px;
}
.error-template-2020 input#hs-pwd-widget-password {
  max-width: 767px;
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
}
.error-template-2020 .custom_error_message input.hs-button, .error-template-2020 .search-page-2020 button, .error-template-2020 .widget-type-email_simple_subscription input.hs-button {
  background: #6fb969;
  color: #292929;
  font-size: 20px;
  font-weight:700;
  padding: 11px 25px 11px 25px;
  width: 220px;
  display: block;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease;
  cursor: pointer;
  text-decoration: none;
  border: none;
  margin-top: 30px;
}
.error-template-2020 .email-prefs input.hs-button {
  background: #6fb969;
  color: #292929;
  font-size: 20px;
  font-weight:700;
  padding: 11px 25px 11px 25px;
  width: 220px;
  display: block;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease;
  cursor: pointer;
  text-decoration: none;
  border: none;
  margin-top: 30px;
  white-space: unset;
  align-items: normal;
}
.error-template-2020 .email-prefs input.hs-button:hover {
  background: #a7a8aa;
  color: #fff;
}
.error-template-2020 .search-page-2020 button {
  margin-top: 25px;
}
.error-template-2020 .custom_error_message input.hs-button:hover, .error-template-2020 .search-page-2020 button:hover, .error-template-2020 .widget-type-email_simple_subscription input.hs-button:hover {
  background: #a7a8aa;
  color: #fff;
}
.error-template-2020 .search-page-2020 form label {
  display: block;
  width: 100%;
  line-height: 1.6em;
  font-size: 19px;
  color: #292929;
  letter-spacing: .2px;
  font-family: sofia-pro,sans-serif !important;
  margin-bottom: 20px;
}
.error-template-2020 .widget-type-email_simple_subscription h1 {
  font-size: 2em;
  font-weight: bold;
}

/* Header styling */

.header-translation-text {
  text-align:right;  
}

.header-translation-text a {
  font-size:14px;
  color: #000;
  font-weight: 700;
  text-decoration:none;
  margin-left:5px;
  text-align:right;
}

.block--heading {  
  text-align: center;
}

.weglot-container {
  float:right;
  margin-bottom:10px;
}

/* #block-languageswitcher .block--heading {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  float:right;
  margin-bottom:10px;
}
#block-languageswitcher .block--heading h3 {
  display: inline;
  font-size: 1.2rem;
  font-family: sofia-pro,sans-serif;
  font-weight: 700;
  color: #000;
  display:none;
}
#block-languageswitcher .links {
  display: inline-block;
  padding: 0;
  position: relative;
  right: auto;
  vertical-align: top;
  width: auto;
  margin-top:0px;
  float:right;
}
#block-languageswitcher .links li {
  display: inline-block;
  font-size: 13px;
  padding:0 0 0 8px;
}
#block-languageswitcher .links .is-active {
  display: none;
}
#block-languageswitcher .links li a {
  color: #000;
  font-weight: 700;
} */


.header-container ul li ul {
  background:#fff;  
  text-align:left !important;
  border:1px solid #ddd;
}

.header-container ul li ul li {
  background: #fff !important;  
  margin-left:0px !important;
}

.header-container ul li ul li a {
  color:#292929 !important;
  font-size:16px !important;
  padding-bottom:5px !important;
  padding-top:5px !important;
  background:#fff !important;
}

.header-container ul li ul li a:hover {
  color:#6fb969 !important;
}

.header-outer-col-wrp.sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 9999999999;
  box-sizing: border-box;
  animation: smoothScroll 1s forwards;
  border-bottom: 1px solid #ddd;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.menu-col-wrp ul li.hs-menu-depth-1.active a {
  color: #F39200;
}

.customers-review-outer-col {
  position: relative;
  z-index: 99;
}

.customers-review-under-col-wrp {
  z-index: 9;
}

.partners-icons:nth-child(3n+2) {
  margin-left: 3%;
  margin-right: 3%;
}

.customer-story-slider-col-wrp img:hover {
  //opacity: 0.3;
}

.slick-dots li button:before {
  font-size: 18px;
}

.home-video-wrp-links a {
  width: 13%;
}

.customer-story-slider-link-wrp a {
  width: 13%;
  display: inline-block;
}

.industry-link-col-wrapper a {
  width: 13%;
  display: inline-block;
}

.service-content-inner-link-wrp a {
  width: 13%;
  display: inline-block;
}

.solution-link-col-wrp a {
  width: 13%;
  display: inline-block;
}

.menu-col-wrp ul li:last-child a:hover {
  background: #f39200;
  color: #292929;
}

.menu-wrapper-open .back-to-top {
  display: none !important;
}
.lifecycle-col-outer-wrp{
  overflow-x: hidden;
}
/******************** Footer ************************/

.main-site-footer .grey-background {
  background-color: #a7a8aa;  
  padding: 80px 20px;
}

.main-site-footer .menu ul li a {
  color: #f9f9f9;
  text-decoration: none;
  font-size:14px;
  padding:5px 0;
}

.main-site-footer .menu ul li:first-child a {
  font-size:20px;
  margin-bottom:10px;
}

.main-site-footer .footer-logo {
  text-align:right;
  padding-top:20px;
}

.main-site-footer .menu ul li {
  line-height:1.1em;  
}

.main-site-footer .menu ul li a {
  white-space:normal;
}

/***************************Blog post page code Starts***************************/
.iqg-list-content-inner-wrap {
  padding-top: 100px;
  padding-bottom:50px;
}
.blog-signup-gdpr-text p {
  background-color: #335DA7;
  padding: 0px 20px 20px 20px;   
  text-align:center;
  font-size:14px;
  color:#f9f9f9;
  font-style:italic;
  margin-bottom:50px;
  margin-top:0px;
}
.blog-sign-up {
  background-color: #335DA7;
  padding: 20px;   
  text-align:center;
}

.blog-sign-up input.hs-button.primary.large {
  background-color: #6FB969;
  font-size: 20px;
  letter-spacing: 0;
  color: #F9F9F9;
  font-family: sofia-pro,sans-serif;
  display: inline-block;
  margin-top: 20px;
  padding: 7px 25px 8px 25px;
  cursor: pointer;
  border: 1px solid #6fb969;
  font-weight: bold;
}
.blog-sign-up input.hs-button.primary.large:hover {
  border: 1px solid #6fb969;
  background-color:#ffffff;
  color:#292929;
}
.blog-sign-up h3 {
  letter-spacing: 0;
  color: #F9F9F9;
  text-align: center;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 20px;
  font-weight: bold;
}
.blog-sign-up form .hs-email span.hs-form-required {
  display: none;
}
.blog-sign-up form .hs-email ul.no-list.hs-error-msgs {
  display: block;
  padding: 5px 0px 0px 0px;
  color: #f9f9f9 !important;
  font-size: 14px;
  color: #f9f9f9 !important;
  font-size: 14px; 
  list-style-type:none;
}
.blog-sign-up .hs-email input {
  height: 40px;
  border: 1px solid #fff;
  outline: 0;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.37);
}
.blog-sign-up .hs-email label span {
  display:none;  
}
.blog-sign-up form ul.hs-error-msgs li label.hs-error-msg {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style-type: none;
  display: block !important;
  color: #f9f9f9 !important;
  font-size: 14px; 
}
.blog-sign-up .submitted-message {
  color:#f9f9f9;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.iqg-list-content-inner-wrap .section.post-header h1, .iqg-list-content-inner-wrap .section.post-header h1 span {
  opacity: 1;
  font-size: 45px;
  font-weight: 700;
  margin:0px;
  line-height:1.2em;
}
.list-hed-outer-wraper {
  width: 65%;
}
.blog-post-author-date {
  padding: 0px;
}
.main-section .blog-post-author-date {
  padding:10px 0 35px 0;  
}
.iqg-list-content-inner-wrap span.hs-author-label {
  text-align: left;
  letter-spacing: 0;
  color: #292929;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
}

.iqg-list-content-inner-wrap span.hs-author-label,
.iqg-list-content-inner-wrap  a.author-link {
  letter-spacing: 0;
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}
.iqg-list-content-inner-wrap span.aut-post-date {
  letter-spacing: 0;
  color: #292929;
  font-size: 16px;
  line-height: 22px; 
  font-weight: 400;
}
.list-featured-image img.hs-featured-image {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  padding-bottom: 30px;
  max-height:300px;
  object-fit:cover;
}
.iqg-list-content-inner-wrap p#hubspot-topic_data {
  letter-spacing: 0;
  color: #6FB969;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  // padding-top: 20px;
  float:left;
  width:100%;
}
.iqg-list-content-inner-wrap .section.post-body p {
  opacity: 1;
  display: block;
  margin: 10px 0px 10px 0px;
}
.iqg-list-content-inner-wrap .blog-post-wrapper.cell-wrapper {
  float:left;
  width:100%;
}
.iqg-list-content-inner-wrap p#hubspot-topic_data a.topic-link {
  letter-spacing: 0;
  color: #335DA7;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.iqg-list-content-inner-wrap .next-prev-inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 50px 0px;
}
.iqg-list-content-inner-wrap .next-prev-inner-wrapper a {
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  font-size: 16px;
  //line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.next-prev-outer-wrapper {
  display:none;  
}

span#hs_cos_wrapper_module_158625309566331_ {
  position: relative;
  display: block;
}

span#hs_cos_wrapper_module_158625309566331_:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 80%;
  /* background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/down-arrow.png);  */
  background-size: 22px;
  width: 50px;
  height: auto;
  background-repeat: no-repeat;
  padding: 13px 0px;
}

.iqg-list-content-inner-wrap .prev-post img {
  padding-right: 10px;
}
.iqg-list-content-inner-wrap .next-post img {
  padding-left: 10px;
}
.author-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.author-description {
  flex: 0 80%;
}
.author-info a.author-link {
  text-transform: unset;
  letter-spacing: 0.24px;
  color: #6FB969;
  opacity: 1;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
.author-info p {
  letter-spacing: 0.22px;
  color: #292929;
  opacity: 1;
  font-size: 22px;
  line-height: 35px;
  font-weight: 500;
  padding: 10px 0px;
  margin: 0px;
}
.iqg-list-content-inner-wrap .section.post-body h4 {
  letter-spacing: 0.22px;
  color: #6FB969;
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin:10px 0px;
}
.iqg-list-content-inner-wrap  .section.post-body p:first-child {
  opacity: 1;
  font-weight: 700;
}
.blog-post-quotes p {
  text-align: center;
  color: #6FB969 !important;
  font-size: 22px !important;
}
.blog-post-quotes{
  position: relative;
  border: 1px solid #a7a8aa !important;
  border-radius: 0px !important;
  text-align: center;
  display: inline-block;
  margin: 40px 30px; 
}   
.blog-post-quotes:before {
  content: "";
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/Blog%20Images/quote1.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 110px;
  height: 75px;
  position: absolute;
  left: -43px;
  bottom: 35%;
  z-index: 999;   
  background-color: #fff;
}
.blog-post-quotes:after {
  content: "";   
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/Blog%20Images/Quote2.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 110px;
  height: 75px;
  position: absolute;    
  right: -70px;
  bottom: 35%;
  z-index: 999;
  background-color: #fff;
}
.blog-post-quotes p {
  text-align: center;
  color: #6fb969 !important;
  font-size: 22px !important;
  max-width: 70%;
  float: none !important;    
  padding: 0px !important;
}
.blog-post-quotes-inner {   
  padding: 30px 10px;
}
.blog-post-quotes-inner h5 {
  letter-spacing: 0.18px;
  color: #292929;
  opacity: 1;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding-top: 20px;  
} 

.iqg-list-content-inner-wrap .section.post-body ul li {
  opacity: 1;
  margin: 0px;
  list-style-position: outside;
  margin-left:1em;
}

.iqg-list-content-inner-wrap .section.post-body ul {
  padding: 0;
}
/**************************Blog list page code Starts******************************/
.list-header-outer-wrap {
  padding:60px 20px 0px;
}
.list-header-inner-wrap {
  text-align: center;
  width: 90% !important;   
  margin: 0 auto !important;
  float: none !important;
  padding-bottom: 25px;
}
.list-header-inner-wrap h1 {
  margin: 0px;
  color: #636465;
  opacity: 1;
  font-size: 50px;
  padding-bottom: 20px;
  font-weight: 700;
}
.list-header-inner-wrap p {
  font-size: 20px;
  margin: 0px;
  padding: 10px 0px 20px 0;
  opacity: 1;
  font-weight: 500;
}
.tag-outer-wrap h3 {
  color: #292929;
  opacity: 1;
  font-size: 20px;
  border-bottom: 2px solid #565655;
  opacity: 1;
  padding-bottom: 10px;
  margin-top:0px;
}
.tag-outer-wrap a.filter-expand-link {
  color: #292929;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  top: 0;
}
.tag-outer-wrap .widget-module ul {
  padding: 0px;
  list-style-type: none;
}
.tag-outer-wrap .widget-module ul li a {
  color: #292929;
  text-decoration: none;
  font-size: 16px;
}
.tag-outer-wrap .widget-module ul li a:hover {
  color:#6fb969;
}
.tag-outer-wrap .widget-module span.filter-link-count {
  display: none;
}
.tag-outer-wrap .widget-module {
  position: relative;
}
.list-content-inner-wrap .post-listing {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.list-content-inner-wrap .post-item-bac-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 0 31%;
  min-height: 459px;
  position: relative;
  overflow: hidden;
  margin-bottom: 2% !important;  
  margin: 0% 1%;
}
.list-content-inner-wrap .post-item-bac-img:nth-child(3n-1) {
  //margin:0 2%;
}
.list-content-inner-wrap .list-img-inner {
  //padding: 20px;
}
.list-content-inner-wrap a.author-link, .list-content-inner-wrap h4 {
  color: #f9f9f9;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.3em;
}
.list-content-inner-wrap h4 span {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: #F9F9F9;
}
.list-content-inner-wrap div#hubspot-author_data {
  padding: 0px 10px 20px;
}
.post-black-wrapper {
  border-bottom: 6px solid #6fb969;
}
.list-content-inner-wrap .post-black-wrapper {
  border-bottom: 6px solid #6fb969;
  float: left;
  width: 100%;
  position: absolute;
  bottom: -115px;
  transition: 1s all;
  background: rgba(0,0,0,0.67);
  min-height: 208px;
}
.list-content-inner-wrap .post-item-bac-img:hover .post-black-wrapper {
  bottom: 0px;
}

.list-content-inner-wrap .post-item-bac-img .post-black-wrapper .post-name h2 {
  margin: 0px;  
}

.list-content-inner-wrap .post-item-bac-img .post-black-wrapper .post-name h2 {
  margin: 0px;
  line-height: 24px;
}

.list-content-inner-wrap .post-item-bac-img .post-black-wrapper .post-name h2 a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  display: block;
  padding: 25px 10px;
  padding-bottom: 0px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
}

.list-content-inner-wrap .post-item-bac-img .post-black-wrapper .post-name {
  min-height: 180px;
}

.list-content-inner-wrap .post-item-bac-img .post-black-wrapper .author-name h4 {
  margin: 0px;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
}

.list-content-inner-wrap .post-item-bac-img .post-black-wrapper .author-name h4 a.author-link {
  letter-spacing: 0;
  color: #f9f9f9;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 22px;
}

.list-content-inner-wrap .post-item-bac-img .post-black-wrapper .author-name {
  padding: 0px 10px 20px;
  display: block;
  color: #f9f9f9;
  text-transform: uppercase;
}

.list-content-inner-wrap .post-item-bac-img .post-black-wrapper .author-name span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.list-content-inner-wrap .post-header h2 {
  margin: 0px;
  min-height: 180px;
}
.list-content-inner-wrap .post-header h2 a {
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 25px 10px;
  padding-bottom: 0px;
  font-weight: 700;
  color: #f9f9f9;
  opacity: 1;
  word-wrap: break-word;
}
.viewmoreposts-link {
  text-align: center;
}
.viewmoreposts-link a.viewmore {
  text-decoration: none;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0;
  color: #565655;
  opacity: 1;
  font-weight: 600;
  padding-bottom:10px;
  position:relative;
  display: inline-block;
}
.viewmoreposts-link a.viewmore:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 37%;
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/Blog%20Images/Viwe_all.jpg);
  background-size: 30px;
  width: 50px;
  height: auto;
  background-repeat: no-repeat;
  padding: 13px 0px;
}
.blog-list-content-wrp {
  padding-bottom:100px;
}
.list-content-inner-wrap .post-item-bac-img:first-child {
  flex: 0 64%;
}
.list-content-inner-wrap .post-body.clearfix p {
  display: none;
} 
.list-content-inner-wrap .post-item-bac-img:first-child .post-body.clearfix p {
  display: block;
  padding: 0px 10px;
  margin-top: 10px;
  color: #292929;
  opacity: 1;
  line-height:1.4em;
  font-size:18px;
}
.list-content-inner-wrap .post-item-bac-img:first-child .post-black-wrapper {
  position: absolute;
  width: 55%;
  background-color: #6FB969;
  float: right;
  transition: 0s;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  right:0;
} 
.list-content-inner-wrap .post-item-bac-img:first-child .post-header h2 {
  min-height: auto;
  padding-bottom: 10px;
}
.list-content-inner-wrap .post-item-bac-img:first-child .post-header h2 a {
  color: #f9f9f9;
  opacity: 1;
  font-weight: 700;
  font-size:30px;
  line-height:1.1em;
}
/*
.post-item.post-item-bac-img .hs-featured-image-wrapper img {
display:none !important;
}
.post-item.post-item-bac-img:first-child .hs-featured-image-wrapper img {
display: block !important;
float: left;
height: 459px;
margin: 0px;
}*/
.post-item.post-item-bac-img .hs-featured-image-wrapper {
  display:none !important;
}
.post-item.post-item-bac-img:first-child .hs-featured-image-wrapper{
  display: block !important;
  float: left;
  height: 459px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: unset !important;
}
.post-item.post-item-bac-img:first-child .hs-featured-image-wrapper img{
  display:none !important;
}
.post-item.post-item-bac-img img.hs-featured-image {
  max-width: 100%;
  height: 459px;
  margin: 0px;
}
/*********************Blog Author page code ***********************/

.list-content-inner-wrap .hs-author-avatar {
  width: 20%;
  float: left;
  margin: 0% 2% 0 0;
}
.list-content-inner-wrap h3.hs-author-listing-header {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  letter-spacing: .9px;
  color: #636465;
  font-size: 45px;
  font-weight: 900;
  line-height: 36px;
  padding-bottom: 20px;
}
.list-content-inner-wrap .hs-author-bio {
  letter-spacing: .22px;
  opacity: 1;
  font-size: 22px;
  line-height: 35px;
  margin: 0px;
}
.list-content-inner-wrap h2.hs-author-name {
  text-transform: unset;
  letter-spacing: .24px;
  color: #6fb969;
  opacity: 1;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
.list-content-inner-wrap .hs-author-social-section {
  margin-top: 30px;
  margin: 0px;
  letter-spacing: -0.46px;
  color: #292929;
  font-size: 23px;
  line-height: 28px;
  padding: 10px 0px;
  font-weight: bold;
}

/* ============ events Blog code starts here ================ */

/*===== Post page =====*/

.events-post-image img {
  margin:20px 0 10px 0;  
}

.iqg-list-content-inner-wrap.events-blog .section.post-header h1 {
  color: #6FB969;
  font-weight: 600;
}

.iqg-list-content-inner-wrap.events-blog .webinar-date {
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.iqg-list-content-inner-wrap.events-blog .webinar-place {
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.iqg-list-content-inner-wrap.events-blog .webinar-place ul {
  margin: 0;
  padding: 0;
}

.iqg-list-content-inner-wrap.events-blog .webinar-place ul li,
.iqg-list-content-inner-wrap.events-blog .webinar-place p {
  list-style: none;
  position: relative;
  display: inline;
}

.iqg-list-content-inner-wrap.events-blog .webinar-place ul li:before,
.iqg-list-content-inner-wrap.events-blog .webinar-place p:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #6FB969;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
}

.iqg-list-content-inner-wrap.events-blog .webinar-date-place {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 0 20px;
}

.iqg-list-content-inner-wrap.events-blog .section.post-body h4 {
  margin: 10px 0px 0;
}

.iqg-list-content-inner-wrap.events-blog .section.post-body p {
  padding: 0px 0px 15px;
}

.iqg-list-content-inner-wrap.events-blog .section.post-body ul {
  padding: 0;
}

.iqg-list-content-inner-wrap.events-blog .section.post-body ul li {
  list-style: none;
  list-style-position: inside;
  position: relative;
  letter-spacing: 0.22px;
  color: #292929;
  font-size: 22px;
  line-height: 35px;
  font-weight: 500;
  padding-left: 30px;
}

.iqg-list-content-inner-wrap.events-blog .section.post-body ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #6FB969;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 0;
}

/*====== Event blog list ======*/

.event-blog-warp .post-item-outer .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.event-blog-warp .post-item-outer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #F2F2F2;
  min-height:500px;
}

.event-blog-warp .blog-list-image {
  flex: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
}

.event-blog-warp .blog-list-content {
  flex: 0 50%;
  padding: 40px 30px;
  max-width: calc(50% - 60px);
}

.event-blog-warp .blog-list-image a.hs-featured-image-link {
  display: block;
  min-height: 100%;
}

.event-blog-warp .blog-list-content h2.header {
  color: #6FB969;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  display: block;
}

.event-blog-warp .blog-list-content h2.header a {
  text-decoration: none;
  color: #6FB969;
}

.event-blog-warp .blog-list-content p.date {
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  margin: 0;
  padding-top: 15px;
  display: block;
}

.event-blog-warp .blog-list-content ul {
  margin: 0;
  padding: 0;
}

.event-blog-warp .blog-list-content ul li,
.event-blog-warp .blog-list-content p {
  list-style: none;
  display: inline;
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.event-blog-warp .blog-list-content span.read-more {
  display: block;
  padding-top: 10px;
}

.event-blog-warp-2022 .blog-list-content span.read-more {
  font-size: 16px !Important;
  line-height: 25px !Important; 
}

.event-blog-warp .blog-list-content span.read-more a.more-link {
  color: #6FB969;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}


.event-blog-warp .blog-list-content p.content {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
  padding-top: 20px;
  font-weight:400;
  display:block;
}

.event-blog-warp .post-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.event-blog-warp .post-item-outer {
  flex: 0 49%;
  margin-bottom: 30px;
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer {
  text-align: center;
  margin-bottom: 40px;
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer .switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 60px;
  top: 5px;
  margin: 0 10px;
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer .switch input {
  display:none;
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer .slider {
  background-color: #6FB969;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 4px;
  top: 0;
  transition: .4s;
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer .slider:before {
  background-color: #fff;
  bottom: -4px;
  content: "";
  height: 26px;
  left: 0px;
  position: absolute;
  transition: .4s;
  width: 26px;
  border: 2px solid #6FB969;
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer input:checked + .slider {
  background-color: #f2f2f2;
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer input:checked + .slider:before {
  transform: translateX(26px);
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer .slider.round {
  border-radius: 34px;
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer .slider.round:before {
  border-radius: 50%;
}

.event-blog-warp .blog-listing-wrapper .checkbox-outer span {
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  font-weight: 900;
  padding-bottom: 0px;
}

.event-blog-warp .loadmore-link {
  text-align: center;
}

.event-blog-warp .loadmore-link a.loadmore {
  letter-spacing: 0;
  color: #565655;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 40px;
  display: inline-block;
}

.event-blog-warp  .loadmore-link a.loadmore:after {
  content: "";
  position: relative;
  bottom: 0;
  display: block;
  left: 0;
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/Blog%20Images/Viwe_all.jpg);
  background-size: 30px;
  width: 35px;
  height: 25px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
}

.event-blog-warp .post-item-outer:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 10px;
  background-color: #6FB969;
  bottom: 0;
  left: 0;
  transition: 0.6s all;
}

.event-blog-warp .post-item-outer {
  display: none;
  position: relative;
}

/*.event-blog-warp .post-item-outer .hs-featured-image-wrapper a.hs-featured-image-link {
min-height: 690px;
display: block;
margin: 0;
padding: 0;
}*/
/*************Work with us individual page styles*******/
.work-with-outer-wrapper {
  width: 100%;
  float: left;
  padding: 70px 5px;
  box-sizing: border-box;
  position:relative;
}
.work-with-us-form .form-title {
  margin: 0px;
  color: #F9F9F9;
  letter-spacing: 0;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  padding-bottom:20px;
}
.work-with-us-form span.hs-form-required {
  display: none;
}
.work-with-us-form ul.no-list.hs-error-msgs.inputs-list {
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
}
.work-with-us-form label.hs-error-msg {
  font-size: 12px;
  color: #ff0000;
}
.work-with-us-form {
  background: #335DA7;
  padding: 25px 23px;
}
.work-with-us-form .hs-input::placeholder {
  text-align: center !important;
  letter-spacing: 0;
  color: #aaaaaa !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.work-with-us-form .hs-input {
  color: #aaaaaa !important;
  font-size: 18px;
  line-height: 22px;
  font-family: sofia-pro,sans-serif;
  padding: 10px 6px;
  font-weight: 400;
  text-align:center;
}

.work-with-us-form .hs_submit.hs-submit {
  text-align: center;
  padding: 20px 0px 5px;
}
.work-with-us-form input.hs-button.primary.large {
  background: #6FB969;
  letter-spacing: 0;
  color: #F9F9F9 !important;
  font-size: 22px;
  line-height: 26px;
  border-color: #6FB969 !important;
  border: 1px solid;
  text-align: center;
  font-family: sofia-pro,sans-serif;
  padding: 10px 30px;
  cursor:pointer;
  -webkit-appearance: none !important;
}
.work-with-us-form  input.hs-button.primary.large:focus {
  outline: none !important;
}
/*.active-fixed {
position: fixed;
display: block;
z-index: 9;
left: unset;
right: 75px;
top: 0px;
bottom: 0px;
overflow: hidden;
}*/
.work-with-us-form-wrapper {
  max-width: 330px;
  width: 100% !important;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  bottom: auto;
}

.work-with-outer-wrapper .page-center{
  position:relative;
}
.work-with-us-form-wrapper {
  position:relative;
}
.work-right-wrapper{
  max-width: 330px;
  width: 100% !important;
  position: absolute;
  right: 0px;
  left: 0;
  top: 0px;
  bottom: auto;
}
.active_fixed .work-with-us-form-wrapper {
  position: static !important;
}
.work-with-us-form-wrapper {
  transition: .4s all;
}
@media (max-width: 1200px){

  .event-blog-warp .blog-list-content h2.header {
    font-size:24px;  
  }
  .event-blog-warp .blog-list-content p.content {
    font-size:16px;  
  }
  .work-right-wrapper.active_fixed_wrap {
    left: auto !important;
    right: 20px !important;
  }

  .list-content-inner-wrap .post-header h2 {
    min-height:230px;  
  }

  .list-content-inner-wrap .post-item-bac-img:first-child .post-header h2 a {
    font-size:24px;  
  }

  .list-content-inner-wrap .post-item-bac-img:first-child .post-body.clearfix p {
    font-size:16px;  
  }

  .list-content-inner-wrap .post-black-wrapper {
    bottom: -180px;  
  }

}
@media (min-width: 768px) {

  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child  {
    position: relative;
    //transform: translateY(40px);
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li a, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li a, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5)>ul>li a {
    padding-bottom: 0px !important;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a {
    line-height: 22px;
  }
  /*.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li a {
  padding: 0px !important;
  margin: 0px !important;
  line-height: 100%;
  margin-bottom: 6px !important;
  font-weight: 400;
}
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child32)>ul {
  padding: 20px 22px !important;
}*/
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul{
    padding-top: 8px;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>a {
    font-weight: 700 !important;
    color: #6fb969 !important;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child,
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-last-child(2), .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child,
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-last-child(2) {
    margin-bottom: 0px;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li{
    width: 45%;
    float: left;
    margin-bottom: 15px;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2n+2), .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(2n+2) {
    width: 45%;
    float: left;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2n+1), .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(2n+1){
    width: 45%;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3):hover>ul, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4):hover>ul{
/*     display: flex !important; */
    flex-wrap: wrap;
    justify-content: flex-start;
    display: block !important;
  }
  
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5):hover>ul {
    display: flex !important;
  }
  
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul{
    display: none;
    flex-wrap: wrap;
    padding-bottom: 15px;
    width: 560px;
    align-items: baseline;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul{
    position: inherit !important;
    visibility: visible !important;
    opacity: 1 !important;
    left: auto !important;
    border: none !important;
    padding: 0px !important;
  }
}


/* New Menu Design for Resource Tab */

/* @media (min-width: 768px) {
.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul {
display: flex !important;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
flex-direction: row;
padding: 8px 0 10px !important;
width: 560px;
}
.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li {
width: 50%;
padding:0 !important;
margin-bottom:15px;
}
.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-last-child(2),.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child {
margin: 0;
}
.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a {
color:#6fb969 !important;
padding:5px 20px 0 !important;
font-weight:700;
line-height:22px !important;
}
.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li>a {
padding:5px 20px 0 !important;
}
.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul {
position: inherit !important;
visibility: inherit !important;
opacity: inherit !important;
left: auto !important;
border: none !important;
padding: 0 !important;
}
} */

@media (min-width: 768px) {
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5)>ul, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul {
    left: calc(0% - 204px) !important;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5)>ul, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
    padding: 8px 0 10px !important;
    width: 560px;
    float: left;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2n+1), .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(2n+1) {
    width: 45%;
    padding: 0 !important;
    margin-bottom: 15px;
    float: left;
    z-index:99999;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2n+2), .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(2n+2) {
    width: 45%;
    padding: 0 !important;
    margin-bottom: 15px;
    float: left;
  }

  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul {
    position: inherit !important;
    visibility: inherit !important;
    opacity: inherit !important;
    left: auto !important;
    border: none !important;
    padding: 0 !important;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5)>ul, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
    padding: 8px 0 10px !important;
    width: 560px;
    float: left;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li>a, .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li>a{
    padding-bottom: 0px !imporant;
  }
} 



/************** ipad ***************/
/* @media (max-width: 1350px) {
.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul {
left: calc(0% - 204px) !important;
}
} */


@media (max-width: 1080px) {

  .work-with-outer-wrapper .span8.widget-span.widget-type-custom_widget {
    width: 63%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 8px;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    left: calc(0% - 164px) !important;
  }
  .menu-col-wrp ul li a {
    font-size:15px;  
  }
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

  .work-with-us-form-wrapper {
    position: relative !important;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset !important;
    text-align: center;
    margin-right: 0px;
    float: none !important;
    margin: 0px auto !important;
    width: 100% !important;
  }
  ul.share-job-links {
    text-align: center;
    margin: 0px auto !important;
  }
  .work-with-us-form .form-title {
    font-size: 30px;
    line-height: 35px;
  }
  .work-with-outer-wrapper {
    padding: 50px 5px;
  }
  .work-with-outer-wrapper .span8.widget-span.widget-type-custom_widget {
    width: 100% !important;
  }
  .work-right-wrapper {
    position: relative !important;
  }
  .work-right-wrapper {
    position: relative !important;
    padding: 30px 0px 0px;
  }
  .work-with-outer-wrapper .span8.widget-span.widget-type-custom_widget {
    width: 60% !important;
  }



}
@media (max-width: 996px) {
  .work-with-outer-wrapper .span8.widget-span.widget-type-custom_widget {
    width: 60% !important;
  }
}
@media (max-width: 928px) {
  .work-with-outer-wrapper .span8.widget-span.widget-type-custom_widget {
    width: 57% !important;
  }
}

@media (max-width: 840px){
  .work-with-outer-wrapper .span8.widget-span.widget-type-custom_widget {
    width: 54% !important;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    //left: calc(0% - 235px) !important;
  }
}
/************** iphone roatate***************/
@media (max-width: 800px) {

  .work-right-wrapper {
    max-width:100% !important;
  }

  .active_fixed .work-with-us-form-wrapper {
    position: relative !important;
  }

  .work-with-us-form-wrapper {
    position: relative !important;
    text-align: center;
    width: 100% !important;
    padding: 30px 0px 0px;
    max-width: 100% !important;
  }

  ul.share-job-links {
    text-align: center;
    margin: 0px auto !important;
  }
  .work-with-us-form .form-title {
    font-size: 30px;
    line-height: 35px;
  }
  .work-with-outer-wrapper {
    padding: 50px 5px;
  }
  .work-with-outer-wrapper .span8.widget-span.widget-type-custom_widget {
    width: 100% !important;
  }
  .work-right-wrapper {
    position: relative !important;
  }

  .work-right-wrapper {
    position: relative !important;
    padding: 30px 0px 0px;
  }
  .work-right-wrapper.active_fixed_wrap {
    top: 0px !important;
  }

}

/******News Blog list Style*******/

.tag-outer-wrap {
  padding-right:20px;
  padding-left:20px;
}

.news-post #hubspot-author_data span.hs-author-label, .news-post #hubspot-author_data a.author-link {
  display:none;  
}

.blog-header .language-switcher-language-url {
  display:none;  
}

.news-post-item {
  flex: 0 49%;
  margin-bottom: 30px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:none;
  cursor:pointer;
  height:500px;
}
.news-blog-warp .news-post-item a {
  display: table !important;
  width: 100%;
  height: 100%;
}
.news-blog-warp .post-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  Display: -webkit-flex;	
  Display: -moz-flex;	
  Display: -ms-flex;	
  Display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;

}
.news-blog-list-content:before {
  background-color: #1A1209;
  opacity: .81;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; 
}
.news-blog-list-content {
  flex: 0 50%;
  padding: 40px 30px;
  max-width: calc(50% - 60px);
  float: right;
  position: relative;
  z-index: 50; 
  height:500px;
}
.news-blog-list-content h2.header {
  color: #F9F9F9;
  text-decoration: none;
  text-align: left;
  transition: .6s;
  margin: 0px;
  font-weight: 700;
  font-size: 28px;
  transition: .6s;    
}
.news-blog-list-content p {
  margin: 0px;
}
.news-blog-list-content p.content {
  color: #F9F9F9;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  padding:30px 0px;
}
.news-blog-list-content p.date {
  letter-spacing: 0;
  color: #F9F9F9;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}
/*.news-blog-list-content h2.header:hover a {
color: #6FB969;
}*/
.news-post-item:hover h2.header{
  color: #6FB969;
}
.news-blog-list-content .news-post-item:hover h2.header  {
  color: #6FB969;
}
.news-blog-warp .loadmore-link {
  text-align: center;
}
.news-blog-warp .loadmore-link a.loadmore {
  letter-spacing: 0;
  color: #565655;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 40px;
  display: inline-block;
}
.news-blog-warp .loadmore-link a.loadmore:after {
  content: "";
  position: relative;
  bottom: 0;
  display: block;
  left: 0;
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/Blog%20Images/Viwe_all.jpg);
  background-size: 30px;
  width: 35px;
  height: 25px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
}
.news-blog-warp .news-post-item:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 10px;
  background-color: #6fb969;
  bottom: 0;
  left: 0;
  transition: .6s all;
  z-index: 99999999 !important;
}
.news-blog-warp .news-post-item {
  transition: .6s all;
}
.news-post-item-mobile{
  display:none; 
}


@media (max-width: 968px){
  .news-blog-list-content h2.header {
    font-size:30px !important;  
  }
  .news-blog-warp .news-post-item {
    flex: 0 100%;
  }
  .news-list-banner-inner h2.header {
    font-size: 60px;
    line-height: 60px;
  }
  .news-list-banner-inner p {
    line-height: 32px;
    font-size: 24px;
  }
  .news-blog-list-content p.content {
    font-size: 20px;
    line-height: 30px;
  }
  .news-list-banner-outer {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {

  .custom-social-links-group ul {
    display:flex !important;
  }

  .custom-social-links-group ul li {
    padding-right:10px !important;
    margin-bottom:10px;
  }

  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li .child-trigger i,
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li .child-trigger i:before,
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li .child-trigger i:after {
    background-color: #6fb969 !important;
  }
  .menu-col-wrp .hs-menu-wrapper ul li.hs-menu-depth-2 .child-trigger i, .menu-col-wrp .hs-menu-wrapper ul li.hs-menu-depth-2 .child-trigger i:after {
    background-color: #6fb969 !important;
  }
  .menu-col-wrp ul li:hover a{
    color: #fff;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(4)>ul>li >ul{
    border:none !important;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child > .child-trigger {
    //display: none !important;
  }
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li >ul {
    border: none !important;
  }
  /*.menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child >ul a {
  text-indent: 10px;
}
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child >ul {
  display: block !important;
  padding-left: 0px !important;
  transition: 0s all !important;
  overflow: visible !important;
  height: auto !important;
}*/
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li .child-trigger{
    width: 37px !important;
    min-width: 37px !important;
    height: 37px !important;
  }
  .tag-outer-wrap h3 { 
    margin-top:50px;  
  }

  .news-list-banner-inner p {
    line-height: 30px;
    font-size: 22px;
  }
  .news-list-banner-outer {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  span#hs_cos_wrapper_module_158625309566331_:after {
    left: 50%;
  }
}

@media (max-width: 650px) { 
  .main-site-footer .menu ul li a {
    padding:16px 0;
  }
  .custom-social-links-group ul li {
    line-height:3.2em;  
  }
}

@media (max-width: 565px) {  
  .post-listing {
    display: none;
  }
  .news-post-item-mobile {
    display: block;
  }
  .conent-on-mobile:before {
    background-color: #1a1209;
    opacity: .81;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .conent-on-mobile {
    padding: 20px 15px;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom:30px;
    box-sizing: border-box;
  }
  .conent-on-mobile h2.header  {
    letter-spacing: -0.7px;
    color: #f9f9f9;
    text-decoration: none;
    text-align: left;
    font-size: 28px;
    line-height: 32px;
    margin:0px;
  }
  .conent-on-mobile p.content {
    color: #f9f9f9;
  }
  .conent-on-mobile p.date {
    letter-spacing: 0;
    color: #f9f9f9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    margin:0px;
  }
  .news-blog-list-content {
    display: none;
  }
  .news-blog-warp .news-post-item {
    flex: 0 100%;
    max-width: 100%;
    float: left;
    width: 100%;
    display: block;
    min-height: 250px;
    margin-bottom: 0px;
    height:auto;
  }
  .conent-on-mobile h2.header {
    margin: 0px;
  }
  .conent-on-mobile:hover:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 10px;
    background-color: #6fb969;
    bottom: 0;
    left: 0;
    transition: .6s all;
    z-index: 99999999 !important;
  }
  .news-blog-warp .news-post-item:hover .conent-on-mobile:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 10px;
    background-color: #6fb969;
    bottom: 0;
    left: 0;
    transition: .6s all;
    z-index: 99999999 !important;
  }
  .news-blog-warp .news-post-item:hover:after{
    content: none;
  }


}

@media (max-width: 479px) {

  .iqg-list-content-inner-wrap .section.post-body ul li {
    font-size:16px;  
  }

  .list-header-inner-wrap h1 {
    font-size:28px !important;  
  }  

  .list-header-inner-wrap p {
    font-size:16px;
    line-height:30px;
  }

  .conent-on-mobile h2.header  {
    font-size: 26px;
    line-height: 30px;
  }

}





/***********News Blog Post Page***********/
.news-blog-post-outer .blog-right-section .work-with-us-form {
  background: #6FB969;
}

.news-blog-post-outer .blog-right-section .work-with-us-form input.hs-button.primary.large {
  background: #335DA7;
  border-color: #335DA7 !important;
}
.news-blog-post-outer img.hs-featured-image {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  max-height:300px;
  object-fit:cover;
}
.news-blog-post-outer .post-feature-image {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
.news-blog-post-outer .section.post-header h1 {
  margin: 0px;
  letter-spacing: 0;
  color: #636465;
}
.news-blog-post-outer .section.post-header h1, .news-blog-post-outer .section.post-header h1 span {
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 700;
  margin:0px;
}
.news-blog-post-outer .date p {
  margin: 0px;
  color: #292929;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
}
.news-blog-post-outer {
  padding: 100px 5px 50px;
}
.news-blog-post-outer .section.post-header {
  padding-bottom: 20px;
}
.news-blog-post-outer .date {
  padding: 20px 0px;
}
.news-blog-post-outer .section.post-body {
  width: 100%;
  float: left;
}
.news-blog-post-outer .section.post-body p,
.news-blog-post-outer .section.post-body h4 {
  margin: 0px;
}
.news-blog-post-outer .section.post-body p:first-child {
  opacity: 1;
  font-weight: 700;
  padding: 10px 0px;
}
.news-blog-post-outer .section.post-body p , .news-blog-post-outer .section.post-body p span{
  opacity: 1;
  font-size: 19px !important;
  line-height: 1.5em !important;
  margin: 0px;
  padding: 10px 0px;
}
.news-blog-post-outer .section.post-body h4 {
  letter-spacing: .22px;
  color: #6fb969;
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  width: 100%;
  float: left;
}
.news-blog-post-outer .work-right-wrapper {
  margin-left: 20px !important;
}
.news-blog-post-outer .page-center {
  position: relative;
}
.news-blog-post-outer .next-prev-inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 50px 0px 25px;
}

.news-blog-post-outer .next-prev-inner-wrapper a {
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  font-size: 16px;
  //line-height: 28px;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: uppercase;
}
/************** ipad ***************/
@media (max-width: 1115px) {
  .news-blog-post-outer .span8.widget-span.widget-type-custom_widget.blog-post-content {
    width: 60%;
  }
  .news-blog-post-outer .blog-post-quotes:after {
    width: 70px;
    right: -30px;
  }
  .news-blog-post-outer .blog-post-quotes:before{
    width:70px;
  }
}

@media (max-width: 1000px) {
  .news-blog-post-outer .span8.widget-span.widget-type-custom_widget.blog-post-content {
    width: 58%;
  }
}
@media (max-width: 900px) {
  .news-blog-post-outer .span8.widget-span.widget-type-custom_widget.blog-post-content {
    width: 57%;
  }
}
@media (max-width: 880px) {
  .news-blog-post-outer .span8.widget-span.widget-type-custom_widget.blog-post-content {
    width: 55%;
  }
}
@media (max-width: 820px) {
  .news-blog-post-outer .span8.widget-span.widget-type-custom_widget.blog-post-content {
    width: 52%;
  }
}
/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}

/************** iphone roatate***************/
@media (max-width: 800px) {
  .news-blog-post-outer .span8.widget-span.widget-type-custom_widget.blog-post-content {
    width: 100%;
  }
  .news-blog-post-outer .work-with-us-form-wrapper{
    float: none !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0px auto !important; 
  }

  .work-with-us-form{
    float: left !important;
    width: 100% !important;
    margin: 0px auto !important;  
  }
  .news-blog-post-outer {
    padding: 40px 5px 40px;
  }
  .news-blog-post-outer .work-right-wrapper {
    float:left !important;
  }
  .news-blog-post-outer .blog-right-section.work-right-wrapper {
    margin-left: 0px !important;
  }
}

/************** iphone ***************/
@media (max-width: 479px) {

  .investor-page table td, .investor-page table th p {
    padding:5px 2px;  
  }

  .investor-page table td, .investor-page table td p, .investor-page table th p {
    font-size: 11px;   
  }

  .news-blog-post-outer .section.post-body p, .news-blog-post-outer .section.post-body p span{
    font-size: 16px !important;
  }
}
/********************* Animation ***********************/
.animatable {

  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/************************ Animation Ends Here ****************/



/***********Landing Page*************/

.landingpage-header-wrapper img {
  max-width: 50% !important;
}
.landingpage-header-wrapper {
  text-align: center;
  padding: 15px 20px;
}
.landingpage-header-wrapper-2023 {
    text-align: left;
    padding: 25px 20px;
}

.signup-outer-col .submitted-message {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: sofia-pro,sans-serif;
}
.form-outer form .hs_comments div.input input {
  margin-top: 20px;
}
.form-outer form .hs_comments label span {
  font-style: italic;
}
/************************* Responsive Code starts Here ****************************/

@media (max-width: 1224px) {

  .industries-right-col-wrp {
    flex: 0 43%; 
  }

  .customer-story-slider-col-wrp img.next.slick-arrow {
    right: 0px;
  }

  .customer-story-slider-col-wrp img.previous.slick-arrow {
    position: absolute;
    right: 43px;
  }
  .iqg-list-content-inner-wrap {
    padding: 100px 20px 50px;
  }
  .list-content-inner-wrap .post-item-bac-img:first-child .post-header h2 a {
    font-size: 30px;
  }
  .list-content-inner-wrap .post-item-bac-img:first-child .post-body.clearfix p {
    font-size: 18px;
  }
}

@media (max-width: 1080px) { 
  .news-blog-list-content h2.header {
    font-size:24px !important;
    line-height:1.2em !important;
  }
  .news-list-banner-inner h1.header {
    font-size:35px;
  }
  .list-header-inner-wrap h1 {
    font-size:35px;  
  }

  .iqg-list-content-inner-wrap .section.post-header h1, .iqg-list-content-inner-wrap .section.post-header h1 span {
    font-size:35px;  
  }

  .solution-module-col-content-down ul li p, .solution-module-col-content-down ul li span.col-description {
    font-size:16px !important;  
  }

  .solution-module-col-content-down ul li span.col-description {
    margin-left:0px !important;
    padding-left:0px;
    width:78%;
  }

  .solution-module-left-content h2 {
    font-size:30px;
  }

  .solution-module-left-content p {
    font-size:16px;  
  }

  .solution-module-left-content a {
    font-size:16px;  
  }

  .event-list-banner-outer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .event-blog-warp .blog-list-content {
    padding: 30px 20px;
    max-width: calc(50% - 40px);
  }

}

@media (max-width: 1040px) { 
  .menu-col-wrp .hs-menu-wrapper>ul>li:nth-child(3)>ul>li a {
    padding: 5px 12px !important;
  }
  .menu-col-wrp ul li:last-child a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
/*     padding-left:15px !important;
    padding-right:15px !important; */
  }

  .menu-col-wrp ul li a {
    font-size: 15px;
    padding:10px !important;
  }

}

@media (max-width: 968px) { 
  .event-blog-warp .post-item-outer {
    flex: 0 100%;
  }
}

@media (max-width: 568px) { 
  .event-blog-warp .blog-list-image {
    flex: 0 100%;
    min-height: 250px;
  }  
  .event-blog-warp .blog-list-content {
    flex: 0 100%;
    max-width: 100%;
  } 
  .event-blog-warp .post-item-outer {
    height:auto;  
  }
  .event-blog-warp .blog-listing-wrapper .checkbox-outer span {
    font-size:12px;  
  }
}


@media (max-width: 868px) { 
  .menu-col-wrp ul li a {
    padding: 8px 6px !important;
  }
}

@media (max-width: 800px) { 
  .menu-col-wrp ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .page-center {
    box-sizing: border-box;
    padding: 0 15px;
  }
  .news-blog-list-content h2.header {
    font-size:24px;  
  }
  .news-blog-list-content p.content {
    font-size:16px;  
  }
}



/*** broke **/  


@media (max-width: 1080px) {  

  .service-content-inner-link-wrp a {
    width: 22%;
  }

  .home-video-wrp-links a {
    width: 16%;
  }

  .solution-link-col-wrp a {
    display: inline-block;
    width: 17%;
  }

  .partners-icons:nth-child(3n+2) {
    margin-left: 1%;
    margin-right: 1%;
  }

  .banner-tabs-col-inner-wrp ul li {
    width: 29%;
    padding: 20px 20px;
    min-height: 100px;
  }

  .partners-inner-col-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .resource_one .resource-col-wrp {
    flex: 0 58%;
  }

  .resource-inner-col-wrp .resource-col-wrp .resource-left-col-wrp img {
    width: 230px;
    height: auto;
  }

  .events-meetup-left-content h2 {
    font-size: 40px;
  }

  .events-meetup-left-icon img {
    width: 75px;
    padding-left: 10px;
  }

  .home-video-wrp-col #buttonbar {
    left: 106px;
    top: 0px;
  }

  .customer-story-slider-col-wrp .slick-slider {
    max-width: 90%;
    margin: 0 auto;
    float: none;
  }

  .customer-story-slider-col-wrp .image img.background {
    height: 95%;
  }

  .industries-inner-col-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .customers-review-outer-col blockquote footer {
    max-width: 36%;
  }

  .signup-inner-col {
    max-width: 100%;
    padding: 30px 0px 20px;
  }

  .solution-module-col-content-right {
    min-height: 598px;
  }

  .solution-module-col-content-down ul li {
    flex: 0 50%;
  }

  .service-banner-outer-col:after {
    background-size: 380px;
    bottom: 160px;
    height: 310px;
    width: 370px;
  }

  .service-construction-col {
    flex: 0 27%;
  }

  .lifecycle-col-menu-inner-wrp ul li {
    padding: 12px;
    font-size: 12px;
  }

  .lifecycle-col-outer-wrp .lifecycle-col-menu-wrp {
    display: none;
  }

  .lifecycle-col-outer-wrp .lifecycle-col-content-wrp {
    display: none;
  }

  .service-content-inner-content-wrp p {
    max-width: 90%;
  }

  .built-capture-outer-col {
    overflow: hidden !important;
  }

  .service-banner-header-wrp {
    width: 60%;
  }

  .service-banner-outer-col:after {
    background-size: 300px;
    bottom: 160px;
    height: 210px;
    width: 290px;
  }

  .resource-right-col-wrp h2 {
    font-size: 26px;
    line-height: 33px;
  }

  .lifecycle-col-mobile-wrp {
    display: block;
  }

  .banner-tabs-col-inner-wrp ul li span {
    font-size: 20px;
    line-height: 24px;
  }

  .home-video-wrp-col #Video1 {
    width: 800px !important;
    height: auto !important;
  }

  .home-video-wrp-col button {
    width: 800px;
  }

  .home-video-wrp-col button img {
    width: 800px;
    height: 450px;
  }

  .resource-inner-col-wrp .resource-right-col-wrp h2 {
    font-size: 26px;
  }

  .resource-inner-col-wrp .resource-right-col-wrp p {
    font-size: 20px;
  }

  .resource-right-col-wrp a {
    font-size: 18px;
  }

  .customer-story-slider-header-wrp h2 {
    font-size: 38px;
    line-height: 28px;
  }

  .customer-story-slider-header-wrp p {
    font-size: 20px;
  }

  .customer-story-slider-col-wrp .text h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .customer-story-slider-col-wrp .text p span {
    font-size: 16px !important;
    line-height:1.2em;
    margin-top:10px;
  }

  .customer-story-slider-link-wrp a {
    font-size: 18px;
  }

  .industries-header-col-wrp h2 {
    font-size: 38px;
  }

  .industries-right-col-content-wrp h6 {
    font-size: 18px;
  }

  .industries-right-col-content-wrp h2 {
    font-size: 30px;
    padding: 15px 0px 20px;
  }

  .industries-right-col-content-wrp p {
    font-size: 16px;
  }

  .industries-right-col-content-wrp a {
    font-size:16px;  
  }

  .industry-link-col-wrapper a {
    font-size: 18px;
  }

  .customers-review-outer-col blockquote p {
    font-size: 18px;
  }

  .customers-review-outer-col blockquote .name {
    font-size: 16px;
  }

  .customers-review-outer-col blockquote .title {
    font-size: 16px;
  }

  .customers-review-outer-col .hs-testimonial--top {
    min-height: 330px;
  }

  .customers-review-under-col-inner h2 {
    font-size: 38px;
  }

  .customers-review-under-col-inner p {
    font-size: 18px;
    line-height: 26px;
  }

  .solution-header-wrp h2 {
    font-size: 38px;
    line-height: 32px;
  }

  .solution-module-inner-wrp p {
    font-size: 18px;
    line-height: 28px;
  }

  .solution-link-col-wrp a {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .post-name h2 a {
    font-size: 18px;
    line-height: 30px;
  }

  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper {
    bottom: -160px;
  }

  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .author-name h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .author-name h4 a.author-link {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-outer-wrapper-col .iqgeo-blog-page-rss .black-wrapper .author-name span {
    font-size: 14px;
    line-height: 20px;
  }

  .signup-header-col h2 {
    font-size: 28px;
    padding-left: 20px;
  }

  .blog-outer-wrapper-col .iqgeo-blog-page-rss {
    min-height: 350px;
  }

  .service-construction-col .service-construction-desc p {
    font-size: 20px;
    line-height: 28px;
  }

  .solution-module-col-content-down ul li span.col-description {
    float: right;
    width: 80%;
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
  }
  .list-content-inner-wrap .post-item-bac-img:first-child .post-header h2 a {
    font-size: 25px;
  }
  .list-content-inner-wrap .post-item-bac-img:first-child .post-body.clearfix p {
    font-size: 16px;
  }

}


@media (max-width: 768px) {

  .solution-module-inner-wrp {
    flex: 0 40%;
  }

  .menu-col-wrp ul li:last-child a {
    font-size: 14px;
    padding: 7px 10px !important;
  }

  .menu-col-wrp ul li:last-child {
/*     margin-left: 10px; */
  }

  .menu-col-wrp ul li a {
    padding: 7px !important;
    font-size: 14px;
  }

  .home-banner-outer-wrp {
    padding: 70px 0px;
  }

  .banner-tabs-col-inner-wrp ul li {
    width: 28%;
    padding: 14px 20px;
  }

  .banner-tabs-col-inner-wrp ul li img {
    width: 45px;
  }

  .banner-tabs-col-inner-wrp ul li span {
    font-size: 14px;
    line-height: 20px
  }

  .home-video-wrp-col #buttonbar {
    left: 60px !important;
  }

  .partners-left-col-wrp {
    float: left;
    width: 100%;
  }

  .partners-right-col-wrp {
    float: left;
    width: 100%;
    padding-top: 40px;
  }

  .resource_one .resource-col-wrp {
    flex: 0 75%;
  }

  .customer-story-slider-header-wrp {
    max-width: 92%;
  }

  .industries-right-col-wrp {
    padding: 40px 17px 22px;
  }

  .industries-left-col-wrp {
    min-height: 352px;
  }

  .customers-review-outer-col .slick-dotted.slick-slider {
    max-width: 100%;
  }

  .customers-review-under-col-inner p {
    max-width: 90%;
    margin: 0 auto;
  }

  .solution-module-inner-wrp {
    min-height: 240px;
  }

  .signup-inner-col {
    max-width: 100%;
    padding: 20px 0px;
  }

  .signup-header-col h2 {
    font-size: 25px;
  }

  .signup-form-col form .hs-email .input input {
    height: 46px;
    width: 100% !important;
  }

  .signup-form-col .hs-submit {
    right: 0px;
  }

  .signup-form-col .hs-submit .actions input.hs-button.primary.large {
    padding: 10px 30px;
  }

  .solution-module-left-content {
    padding: 35px;
  }

  .solution-module-col-content-down ul li {
    flex: 0 100%;
  }

  .solution-module-col-content-left {
    min-height: 450px;
  }

  .right-section .right-section-inner {
    width: 90%;
  }

  .service-banner-outer-col:after {
    bottom: 230px;
  }

  .resource-right-col-wrp p {
    text-align: left;
  }

  .resource-right-col-wrp h6 {
    text-align: center;
  }

  .events-meetup-left-col {
    float: none;
    width: 90%;
    margin: 0 auto;
    display: table;
    margin-bottom: 40px;
  }

  .events-meetup-inner-col {
    float: left;
    width: 100%;
  }

  .events-meetup-right-col {
    float: right;
    width: 90%;
    margin-top: 20px;
  }

  .solution-module-col-content-right {
    min-height: 400px;
  }

  .home-banner-header-links a, .home-banner-header-links a span {
    font-size: 18px !important;
  }

  .home-video-wrp-col button img {
    width: 650px;
    height: 366px;
  }

  .partners-left-col-wrp p {
    max-width: 100%;
  }

  .resource-inner-col-wrp.resource_three .resource-right-col-wrp p {
    text-align: center;
  }

  .resource-inner-col-wrp.resource_three {
    display: block;
  }

  .resource_three .resource-col-wrp {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: table;
  }

  .customer-story-slider-col-wrp img.next.slick-arrow {
    right: -30px;
  }

  .industries-inner-col-wrapper {
    display: block;
  }

  .industries-right-col-content-wrp h2 {
    font-size: 32px;
    padding: 10px 0px 15px;
    line-height: 18px;
  }

  .customers-review-outer-col blockquote footer {
    max-width: 52%;
  }

  .service-banner-header-links a {
    font-size: 18px;
  }

  .service-banner-header-links a.customers-button {
    background-size: 18px;
    background-position: 11px 15px;
  }

  .right-section .right-section-inner h2 {
    font-size: 38px;
    line-height: 40px;
  }

  .right-section .right-section-inner p {
    font-size: 20px;
    line-height: 30px;
  }

  .service-content-inner-content-wrp p {
    font-size: 20px;
    line-height: 30px;
  }

  .service-content-inner-link-wrp a {
    font-size: 18px;
  }

  .resource-inner-col-wrp.resource_one h6 {
    text-align: left;
  }

  .resource-inner-col-wrp.resource_one .resource-left-col-wrp img {
    height: auto;
  }

  .left-section img {
    height: 278px;
  }

  .solution-module-col-content-inner {
    display: block;
  }

  .solution-module-col-content-left {
    height: auto !important;
  }

  .solution-module-col-content-right {
    height: auto !important;
  }
}



@media (max-width: 812px) {

  /* 
  .menu-col-wrp ul li:last-child {
    margin-left: 10px; 
  } */
  
    /*  MOBILE MENU TRIAL LINK  */

   .menu-col-wrp ul li:nth-last-child(2) {
      Background:#2069B4;
      color:white;
      text-align:center;
      }
  
   /*  MOBILE MENU DEMO LINK  */
  .menu-col-wrp ul li:nth-last-child(1) {
      background:#F39200;
      text-align:center;
      font-weight:500;
  }
  
  
  
  .menu-col-wrp ul li:last-child a {
    font-size: 15px;
  }

  .home-banner-outer-wrp {
    padding: 60px 0px;
  }

  .banner-tabs-col-inner-wrp ul li {
    width: 28%;
    padding: 15px 20px;
  }

  .banner-tabs-col-inner-wrp ul li img {
    width: 45px;
  }

  .banner-tabs-col-inner-wrp ul li span {
    font-size: 20px;
    line-height: 18px;
  }

  .award-right-col-wrp h2, .partners-left-col-wrp h2 {
    font-size: 38px;
    padding-bottom: 15px;
  }


  .partners-left-col-wrp {
    float: left;
    width: 100%;
  }

  .partners-left-col-wrp p {
    max-width: 100%;
  }

  .partners-right-col-wrp {
    float: left;
    width: 100%;
    padding-top: 30px;
  }

  .partners-icons {
    min-height: 110px;
  }

  .resource-inner-col-wrp {
    display: block;
  }

  .resource-col-wrp {
    max-width: 70%;
    margin: 0 auto !important;
    float: none;
    display: table;
    margin-bottom: 60px !important;
  }

  .customer-story-slider-col-wrp img.next.slick-arrow {
    position: absolute;
    right: -35px;
  }

  .home-video-wrp-col #buttonbar {
    left: 80px;
  }

  .partners-icons {
    flex: 0 22%;
  }

  .resource_one .resource-col-wrp {
    flex: 0 73%;
  }

  .industries-left-col-wrp {
    width: 100%;
    min-height: 360px;
    background-position: center;
  }

  .industries-right-col-wrp {
    float: left;
    width: 100%;
    padding: 40px 0px 22px;
  }

  .industries-right-col-img-wrp {
    float: left;
    width: 10%;
    padding-left: 15px;
  }

  .industries-right-col-content-wrp {
    float: right;
    width: 86%;
  }

  .customers-review-outer-col .slick-dotted.slick-slider {
    max-width: 100%;
  }

  .solution-module-inner-wrp {
    flex: 0 40%;
    margin: 2%;
    min-height: 240px;
  }

  .signup-header-col h2 {
    font-size: 24px;
  }

  .signup-inner-col {
    max-width: 100%;
    padding: 20px 0px;
  }

  .signup-form-col .hs-submit {
    right: 0px;
  }

  .signup-form-col form .hs-email .input input {
    float: left;
    width: 66%;
  }

  .solution-module-col-content-left {
    float: left;
    width: 100%;
  }

  .solution-module-col-content-right {
    float: right;
    width: 100%;
    min-height: 430px;
  }

  .solution-module-col-content-down ul li {
    flex: 0 100%;
  }

  .events-meetup-left-col {
    float: none;
    width: 90%;
    margin: 0 auto;
    display: table;
    margin-bottom: 40px;
  }

  .events-meetup-inner-col {
    float: left;
    width: 100%;
  }

  .events-meetup-right-col {
    float: right;
    width: 90%;
    margin-top: 20px;
  }

  .home-video-wrp-col button img {
    width: 650px;
    height: 366px;
  }

  .right-section .right-section-inner h2 {
    font-size: 38px;
    line-height: 40px;
  }

  .left-section img {
    height: 278px;
  }

  .resource-inner-col-wrp .resource-col-wrp .resource-left-col-wrp img {
    width: 230px;
    height: auto;
  }

  .solution-module-col-content-inner {
    display: block;
  }
}


@media (max-width: 823px) {

  .solution-module-col-content-inner {
    display: block;
  }

  .home-video-wrp-links a {
    width: 20%;
  }

  .customer-story-slider-link-wrp a {
    width: 16%;
  }

  .industry-link-col-wrapper a {
    width: 16%;
  }

  .solution-link-col-wrp a  {
    width: 16%;
  }

  .home-video-wrp-col button img {
    width: 650px !important;
    height: 369px;
  }

  .home-banner-header-links a, .home-banner-header-links a span {
    font-size: 18px !important;
  }

  .industries-right-col-content-wrp {
    float: right;
    width: 86%;
  }

  .award-left-col-wrp {
    float: none;
    width: 100%;
    margin: 0 auto !important;
    max-width: 70%;
    display: table;
    text-align: center;
  }

  .award-left-col-wrp img {
    float: none;
    text-align: center;
  }

  .award-right-col-wrp {
    float: left;
    max-width: 100%;
    padding-left:20px;
    padding-right:20px;
    width:auto;
  }

  .industries-inner-col-wrapper {
    display: block;
  }


  .menu-col-wrp ul li:last-child {
    margin-left: 0px !important;
  }

  .menu-col-wrp ul li:last-child a {
    font-size: 15px;
  }

  .home-banner-outer-wrp {
    padding: 60px 0px;
  }

  .banner-tabs-col-inner-wrp ul li {
    width: 95% !important;
    padding: 15px 20px;
  }

  .banner-tabs-col-inner-wrp ul li img {
    width: 45px;
  }

  .banner-tabs-col-inner-wrp ul li span {
    font-size: 14px;
  }

  .home-video-wrp-col #buttonbar {
    left: 87px !important;
  }

  .partners-icons {
    flex: 0 22%;
  }

  .resource_one .resource-col-wrp {
    flex: 0 73%;
  }

  .industries-left-col-wrp {
    width: 100%;
    min-height: 360px;
    background-position: center;
  }

  .industries-right-col-wrp {
    float: left;
    width: 100%;
    padding: 40px 0px 22px;
  }

  .industries-right-col-img-wrp {
    float: left;
    width: 10%;
    padding-left: 15px;
  }

  .customers-review-outer-col .slick-dotted.slick-slider {
    max-width: 100%;
  }

  .industries-right-col-content-wrp h2 {
    font-size: 33px;
    padding: 10px 0px 15px;
    line-height: 20px;
  }

  .customers-review-outer-col blockquote footer {
    max-width: 50%;
  }

  .solution-module-inner-wrp {
    flex: 0 40%;
    margin: 2%;
    min-height: 240px;
  }

  .signup-header-col h2 {
    font-size: 24px;
  }

  .signup-inner-col {
    max-width: 100%;
    padding: 20px 0px;
  }

  .signup-form-col .hs-submit {
    right: auto;
    position: relative;
    margin-left: 0px;
    display: inline-block;
  }

  .signup-form-col form .hs-email .input input {
    float: left;
    width: 68%;
  }

  .right-section .right-section-inner {
    width: 90%;
  }

  .solution-module-col-content-left {
    float: left;
    width: 100%;
  }

  .solution-module-col-content-right {
    float: right;
    width: 100%;
    min-height: 430px;
  }

  .solution-module-col-content-down ul li {
    flex: 0 100%;
  }

  .events-meetup-left-col {
    float: none;
    width: 90%;
    margin: 0 auto;
    display: table;
    margin-bottom: 40px;
  }

  .events-meetup-inner-col {
    float: left;
    width: 100%;
  }

  .events-meetup-right-col {
    float: none;
    width: 90%;
    margin-top: 20px;
    max-width: 90%;
    margin: 0 auto;
  }

  .home-video-wrp-col #Video1 {
    width: 650px !important;
    max-width: 650px !important;
    margin: 0 auto !important;
    float: none !important;
    display: table;
  }

  .home-video-wrp-col button {
    width: auto !important;
  }

  .signup-header-col {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom:15px;
  }

  .signup-form-col {
    float: none;
    width: 100%;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}


@media (max-width: 767px) {
 

  #block-languageswitcher .links {
    float:left;
  } 

  .network-manager-link a, .iqgeo-platform-link a {
    font-size:22px;
  }
  .mobile-trigger {
    padding: 2px 10px 3px 10px !important;
    right: 25px !important;
    top: -10px !important; 
  }
  /*   .mobile-trigger {
  padding:2px 10px 3px 10px !important;  
  right: 25px !important;
  top: 10px !important;
} */

  .menu-col-wrp ul li a, .menu-col-wrp ul li:last-child a {
    padding: 11px 15px !important; 
  }

  .menu-col-wrp ul li.hs-menu-depth-1 a {
    font-size:16px !important;
    line-height:26px !important;
     margin-left:0px !important;

  }

  .menu-col-wrp ul li.hs-menu-depth-1.active a {
    color:#292929;
  }

  .customers-review-link-wrp a {
    font-size:18px;  
  }

  .solution-module-left-content h2 {
    margin-top:20px;
  }

  .home-video-wrp-links a {
    width: 26%;
  }

  .customer-story-slider-link-wrp a {
    width: 23%;
  }

  .industry-link-col-wrapper a {
    width: 23%;
  }

  .solution-link-col-wrp a {
    width: 23%;
  }

  .customer-story-slider-col-wrp .image {
    height: 210px;
  }

  .industries-right-col-content-wrp {
    float: right;
    width: 83%;
  }

  .resource-inner-col-wrp.resource_two h6 {
    text-align: left;
  }

  .signup-header-col {
    float: left;
    width: 100%;
    text-align: center;
  }

  .signup-form-col {
    width: 100%;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    float: none;
    display: table;
  }

  .home-banner-header-links a, .home-banner-header-links a span {
    font-size: 16px !important;
  }

  .banner-tabs-col-inner-wrp ul li {
    width: 94% !important;
  }

  .resource_one .resource-col-wrp {
    flex: 0 90%;
  }

  .home-video-wrp-col #buttonbar {
    left: 100px !important;
  }

  .home-video-wrp-col button {
    width: auto !important;
  }

  .home-video-wrp-col button img {
    width: 538px !important;
    height: 281px;
  }

  .award-right-col-wrp h2, .partners-left-col-wrp h2 {
    font-size: 30px;
  }

  .award-right-col-wrp p, .partners-left-col-wrp p {
    font-size: 16px;
  }

  .award-right-col-wrp a, .partners-left-col-wrp a {
    margin-top: 0px;
    font-size:18px;
  }



  .industries-right-col-content-wrp h2 {
    font-size: 28px;
  }

  .industries-right-col-content-wrp p {
    font-size: 16px;
  }

  .home-video-wrp-col #Video1 {
    width: 500px !important;
    margin: 0 auto !important;
    float: none !important;
    max-width: 500px !important;
    display: table;
  }

  .signup-inner-col {
    max-width: 100%;
    padding: 20px 0px;
  }

  .signup-form-col form .hs-email .input input {
    width: 70%;
    height: 50px;
  }

  .signup-form-col .hs-submit .actions input.hs-button.primary.large {
    padding: 11px 30px;
  }

  .customer-story-slider-col-wrp img.next.slick-arrow {
    right: -28px;
    top: 70px;
  }

  .solution-module-inner-wrp {
    flex: 0 40%;
  }

  .customer-story-slider-col-wrp img.previous.slick-arrow {
    right: 13px;
    top: 70px;
  }

  .logo-col-wrp {
    width: 60% !important;
    float: left !important;
  }

  .menu-col-wrp {
    float: right !important;
    width: 40% !important;
  }

  .menu-col-wrp .custom-menu-primary.js-enabled {
    position: absolute;
    padding-top: 44px;
    margin: 8px 0 10px 0;
    width: 100%;
    left: 0px;
    z-index: 999;
  }

  .menu-col-wrp .custom-menu-primary.js-enabled ul {
    background: #6FB969;
  }

  .menu-col-wrp .custom-menu-primary.js-enabled .mobile-trigger {
    background: #6FB969;
    border: 1px solid #6fb969 !important;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 20px !important;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    background: #fff !important;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    background: #fff !important;
  }

  .service-banner-outer-col:after {
    background-size: 260px;
  }

  .customers-review-outer-col blockquote .name {
    float: left;
    width: 100%;
    text-align: center !important;
  }

  .customers-review-outer-col blockquote .title {
    float: right;
    width: 100%;
    text-align: center !important;
  }

  .customers-review-outer-col .hs-testimonial--top {
    min-height: 390px;
  }

  .service-banner-outer-col:after {
    width: 260px;
  }

  .menu-col-wrp .custom-menu-primary.js-enabled {
    top: 34px !important;
  }

  .home-video-header-col p {
    max-width: 90%;
  }

  .partners-left-col-wrp h6 {
    padding: 0px 0px 0px;
  }

  .partners-left-col-wrp {
    padding-top: 0px;
  }

  .left-section img {
    height: auto;
  }

  .right-section .right-section-inner h2 {
    font-size: 32px;
    line-height: 30px;
  }

  .events-meetup-right-col {
    float: none;
    width: 89%;
    margin-top: 20px;
    max-width: 90%;
    margin: 0 auto;
  }
  .list-hed-outer-wraper {
    width: 100%;
  }   
  .iqg-list-content-inner-wrap .blog-post-wrapper.cell-wrapper {
    float: unset;
    width: unset;
  }
  .social-media-ics {
    text-align: center;
  }
  .social-sharing-heading {
    text-align: center;
  }
  .blog-sign-up h3 br {
    display: none;
  }
  .blog-sign-up {
    margin-top: 40px;  
  }
  .blog-sign-up form {
    width: 70%;
    margin: 0 auto;
  }
  .author-info {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .author-image {
    padding-bottom: 30px;
  }
  .list-header-inner-wrap {
    width: 100% !important;
  }
  .header-outer-col-wrp.sticky-header {
    position: relative;
  }
  .signup-outer-col {
    width: 100% !important;
  }
  /*
  .list-content-inner-wrap .post-listing {
  display: block;
}
  .list-content-inner-wrap .post-item-bac-img:first-child {
  min-height: 350px;
  width: 80% !important;
  margin: 0 auto !important;
  float: none !important;
  margin-bottom:30px !important;
}
  .list-content-inner-wrap .post-item-bac-img {
  min-height: 350px;
  width: 80% !important;
  margin: 0 auto !important;
  float: none !important;
  margin-bottom:30px !important;
}
  .list-content-inner-wrap .post-header h2 {
  min-height: 130px;
}*/
}


@media (max-width: 600px) {
  .list-content-inner-wrap .post-listing {
    display: block;
  }
  .list-content-inner-wrap .post-item-bac-img:first-child {
    min-height: 350px;
    width: 80% !important;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom:30px !important;
  }
  .list-content-inner-wrap .post-item-bac-img {
    min-height: 350px;
    width: 80% !important;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom:30px !important;
  }
  .list-content-inner-wrap .post-item.post-item-bac-img:first-child .hs-featured-image-wrapper img {
    display:block !important;
    position: relative;
  }
  .list-content-inner-wrap .post-item-bac-img:first-child {
    background-image: none !important;
  }
  .list-content-inner-wrap .post-item-bac-img:first-child .post-black-wrapper {
    position: relative;
    width:100%;
  }
  .post-item.post-item-bac-img:first-child .hs-featured-image-wrapper {
    width:100%;
  }
  .list-content-inner-wrap .post-item.post-item-bac-img:first-child .hs-featured-image-wrapper img {
    width:100%; 
    object-fit:cover;
  }
}


@media (max-width: 667px) {
  .home-video-wrp-col #buttonbar {
    left: 84px;
  }
}

@media (max-width: 640px) {
  .home-video-wrp-col button img {
    width: 497px;
  }

  .banner-tabs-col-inner-wrp ul li {
    width: 93%;
  }

  .home-video-wrp-col #buttonbar {
    left: 72px !important;
  }

  .award-right-col-wrp {
    float: none;
    width: 90%;
    margin: 0 auto;
    display: table;
  }

  .resource_one .resource-col-wrp {
    flex: 0 94%;
  }

  .customer-story-slider-col-wrp .image img.background {
    height: 86%;
  }

  .customer-story-slider-col-wrp .image {
    height: 200px;
  }

  .signup-header-col h2 {
    font-size: 20px;
  }

  .signup-form-col form .hs-email .input input {
    float: left;
    width: 60%;
  }

  .service-banner-header-links a {
    font-size: 16px;
  }
}


@media (max-width: 826px) {
  .partners-icons {
    flex: 0 23%;
  }
}


@media (max-width: 568px) {

  .home-video-wrp-links a {
    width: 30%;
  }

  .home-banner-outer-wrp:after {
    display: none;
  }

  .banner-tabs-col-inner-wrp ul li {
    width: 93%;
  }

  .home-video-wrp-col button {
    width: auto !important;
  }

  .solution-module-col-content-left {
    width: 100%;
    min-height: 470px;
  }

  .solution-module-col-content-right {
    width: 100%;
    float: left;
    min-height: 330px;
  }

  .service-banner-header-wrp {
    width: 100%;
  }

  .service-banner-outer-col:after {
    display: none;
  }

  .right-section .right-section-inner {
    padding: 3px 10px 10px 10px;
  }

  .home-video-wrp-col #buttonbar {
    left: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .home-video-wrp-col #Video1 {
    width: 500px !important;
    margin: 0 auto !important;
    float: none !important;
    max-width: 500px !important;
    display: table;
  }

  .home-video-wrp-col button img {
    width: 500px;
    height: 281px;
  }

  .award-left-col-wrp {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: table;
    max-width: 60%;
  }

  .award-left-col-wrp img {
    float: none;
  }

  .award-right-col-wrp {
    float: right;
    width: 90%;
  }

  .industries-inner-col-wrapper {
    display: block;
  }

  .customers-review-outer-col .hs-testimonial--top {
    min-height: 460px;
  }

  .customers-review-under-col-inner h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .customers-review-under-col-inner p {
    padding: 10px 0px 0px;
  }
}


@media (max-width: 500px) {
  .customers-review-outer-col blockquote footer {
    max-width: 60%;
  }

}

@media (max-width: 479px) {

  .news-list-banner-inner h1.header {
    font-size:28px;
  }

  p, ul li, span {
    font-size:16px;  
  }

  .customers-review-link-wrp a {
    display:inline-block;
    margin-bottom:20px;
    width:50%;
    margin-right:0px !important;
  }

  .customer-story-slider-header-wrp p {
    font-size:16px;  
  }

  .iqg-list-content-inner-wrap .section.post-header h1, .iqg-list-content-inner-wrap .section.post-header h1 span, .news-blog-post-outer .section.post-header h1, .news-blog-post-outer .section.post-header h1 span {
    font-size:28px;  
  }

  .resource-inner-col-wrp .resource-right-col-wrp h2 {
    font-size: 24px;
    margin-top:15px;
  }

  .resource-inner-col-wrp .resource-right-col-wrp p {
    font-size: 16px;
  }


  .home-banner-header-wrp h1 {
    font-size:35px;  
  }

  .home-banner-header-wrp p {
    font-size:18px;
    padding-bottom:20px;
  }

  .mobile-trigger {
    top: -10px !important;
  }

  .service-content-inner-link-wrp a {
    width: 40%;
    margin: 0px !important;
    margin-bottom: 20px !important;
  }

  .home-video-wrp-links a {
    width: 50%;
    margin: 0px;
    margin-bottom: 20px;
  }

  .customer-story-slider-link-wrp a {
    width: 50%;
    margin: 0px !important;
    margin-bottom: 20px !important;
  }

  .industry-link-col-wrapper a {
    width: 50%;
    margin: 0px !important;
    margin-bottom: 20px !important;
  }

  .solution-link-col-wrp a {
    width: 50%;
    display: inline-block;
    margin: 0px !important;
    margin-bottom: 20px !important;
  }

  .industries-right-col-wrp {
    padding: 10px 0px 22px;
  }

  .customer-story-slider-col-wrp img.next.slick-arrow {
    right: -15px;
    top: 35px;
  }

  .customer-story-slider-col-wrp img.previous.slick-arrow {
    right: 28px;
    top: 35px;
  }

  .partners-icons:nth-child(3n+2) {
    margin-left: 1%;
    margin-right: 1%;
  }

  .resource-inner-col-wrp.resource_two h6 {
    text-align: center;
  }

  .resource_three .resource-col-wrp {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: table;
  }

  .menu-col-wrp .custom-menu-primary.js-enabled {
    top: 65px !important;
    margin-top:0px !important;
    padding-top:0px !important;
  }

  .home-banner-outer-wrp:after {
    display: none;
  }

  .home-banner-header-links a {
    margin: 0px;
    display: inline-block;
    width: 60%;
    padding: 10px 30px !important;
    margin-bottom: 10px;
    float: left;
  }

  .banner-tabs-col-inner-wrp ul li {
    width: 89% !important;
  }

  .banner-tabs-col-inner-wrp ul li span {
    font-size: 20px;
    line-height: 26px;
  }

  .home-video-header-col p {
    font-size: 16px;
    max-width: 90%;
  }

  .home-video-wrp-col #Video1 {
    width: 280px !important;
    max-width: 280px !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
    display: table;
  }

  .home-video-wrp-col #buttonbar {
    left: 0px !important;
  }

  .home-video-wrp-col button {
    width: auto !important;
  }

  .home-video-wrp-col button img {
    width: 280px !important;
    height: 158px;
  }

  .award-inner-col-wrp {
    float: left;
    width: 100%;
    max-width: 100%;
  }

  .award-left-col-wrp img {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .award-left-col-wrp {
    float: none;
    width: 100%;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .partners-icons {
    flex: 0 38%;
  }

  .resource-inner-col-wrp {
    display: block;
  }

  .resource_one .resource-col-wrp .resource-left-col-wrp {
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
    float: none;
  }

  .resource_one .resource-col-wrp .resource-right-col-wrp {
    width: 95%;
    text-align: center;
  }

  .resource-right-col-wrp h2 {
    font-size: 28px;
  }

  .customer-story-slider-col-wrp .image img.background {
    height: 90%;
  }

  .customer-story-slider-col-wrp .image {
    height: 130px;
  }

  .industries-right-col-img-wrp {
    margin-top: 15px;
    margin-bottom:15px;
    padding-left:0px;
  }

  .customers-review-outer-col blockquote {
    padding: 10px;
  }

  .customers-review-outer-col .hs-testimonial--top:before {
    background-size: 60px;
    width: 60px;
    height: 80px;
    position: absolute;
    left: 0px;
    bottom: 140px;
    z-index: 999;
    background-color: #fff;
  }

  .customers-review-outer-col .hs-testimonial--top:after {
    background-size: 60px;
    width: 60px;
    height: 90px;
    position: absolute;
    right: 10px;
    bottom: 140px;
    z-index: 999;
    background-color: #fff;
  }

  .customers-review-outer-col blockquote footer {
    max-width: 100%;
  }

  .customers-review-outer-col blockquote .name {
    float: left;
    width: 100%;
    line-height:1.2em;
  }

  .customers-review-outer-col blockquote .title {
    float: right;
    width: 100%;
    text-align: center !important;
    line-height:1.2em;
  }

  .customers-review-outer-col .hs-testimonial--top {
    min-height: 450px;
  }

  .customers-review-under-col-inner h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .solution-header-wrp h2 {
    font-size: 28px;
  }

  .solution-module-inner-wrp {
    flex: 0 46%;
  }

  .signup-inner-col {
    max-width: 100%;
    padding: 20px 0px;
  }

  .signup-header-col {
    float: left;
    width: 100%;
    text-align: center;
  }

  .signup-form-col form .hs-email .input input {
    float: left;
    width: 95% !important;
    margin-bottom: 10px !important;
  }

  .signup-form-col {
    float: none;
    width: 100%;
    margin-top: 10px;
    max-width: 95%;
    margin: 0 auto;
  }

  .solution-module-col-header h2 {
    font-size: 28px;
  }

  .solution-module-col-header p {
    max-width: 93%;
    font-size: 20px;
    line-height: 30px;
  }

  .solution-module-col-menu ul li a {
    font-size: 16px;
  }

  .solution-module-col-menu ul li {
    padding: 5px 7px;
  }

  .customer-story-slider-col-wrp .text h6 {
    font-size: 14px;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 40px !important;
  }

  .left-section {
    width: 100%;
    margin-bottom: 20px;
  }

  .right-section {
    float: right;
    width: 100%;
  }

  .right-section .right-section-inner {
    width: 100%;
  }

  .service-construction-inner-col {
    display: block;
  }

  .service-banner-header-links a {
    display: block;
    width: 42%;
    margin-bottom: 10px;
    padding: 10px 40px !important;
    text-align: left !important;
  }

  .customer-story-slider-header-wrp h2 {
    font-size: 28px;
  }

  .award-right-col-wrp {
    float: right;
    width: 89%;
  }

  .industries-header-col-wrp h2 {
    font-size: 28px;
  }

  .industries-left-col-wrp {
    min-height: 260px;
  }

  .resource_two .resource-col-wrp {
    margin-bottom: 40px !important;
    float: none;
    flex: 0 100%;
  }

  .resource_two .resource-col-wrp .resource-right-col-wrp {
    width: 100%;
    float: left;
    text-align: center;
  }

  .resource-right-col-wrp h6 {
    text-align: center;
  }

  .resource-right-col-wrp h2 {
    text-align: center;
  }

  .resource-right-col-wrp p {
    text-align: center;
  }

  .resource-col-wrp {
    margin-bottom: 40px !important;
    float: none;
  }

  .customer-story-slider-col-wrp .text p {
    font-size: 18px;
  }

  .events-meetup-left-icon {
    text-align: center;
    float: none;
    width: 48%;
    max-width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .events-meetup-left-content {
    float: right;
    width: 100%;
    text-align: center;
  }

  .events-meetup-left-content h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .lifecycle-col-mobile-image-wrp img {
    max-width: 240px;
  }

  .lifecycle-col-header-wrp h2 {
    font-size: 28px;
  }

  .industries-right-col-content-wrp {
    float: left;
    width: 100%;
    padding: 0px;
  }

  .left-section img {
    height: auto;
  }

  .resource-inner-col-wrp.resource_one h6 {
    text-align: center;
  }

  .service-banner-inner-col {
    width: 100%;
    max-width: 90%;
  }

  .service-banner-header-wrp p {
    max-width: 100%;
  }

  .events-meetup-right-col {
    text-align: center;
  }

  .resource_two .resource-col-wrp .resource-left-col-wrp {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    float: none;  
    text-align: center;
  }
  .blog-post-quotes {
    margin: 40px 10px;
  }
  .blog-post-quotes:after {
    background-size: 55px;
    width: 68px;
    height: 50px;
    right: -42px;
    bottom: 40%;
  }
  .blog-post-quotes:before {
    background-size: 55px;
    width: 68px;
    height: 50px;
    left: -30px;
    bottom: 40%;
  }

  .event-list-banner-inner p {
    line-height: 26px;
    font-size: 20px;
  }

  .event-list-banner-outer {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .event-blog-warp .blog-list-content span.read-more a.more-link {
    font-size: 18px;
    line-height: 26px;
  }

}
@media (max-width: 1024px) {

  .industries-left-col-wrp {
    flex:0 40%;  
  }
  .events-meetup-right-col {
    margin-left: 0px;
  }

  .industries-right-col-wrp {
    flex:0 50%;  
  }

  .list-content-inner-wrap .post-item-bac-img:first-child {
    flex: 0 96%;   
  }
  .list-content-inner-wrap .post-item-bac-img {
    flex: 0 47%;
  }
}

@media (max-width: 360px) {

  .solution-module-col-menu ul li a {
    font-size: 14px;
  }

  .events-meetup-left-content ul li p {
    font-size: 16px;
  }

}


@media (max-width: 648px) {
  .home-banner-header-links a.talk-to-us {
    margin-bottom: 20px;
  }
}


@media (max-width: 1124px) {
  .banner-tabs-col-inner-wrp ul li {
    display: flex;
  }

  .banner-tabs-col-inner-wrp ul li span {
    font-size: 18px;
  }
  .lifecycle-col-menu-inner-wrp ul li:last-child:before {
    border-left: 0;
  }
}



@media (max-width: 922px) {
  .banner-tabs-col-inner-wrp ul li {
    display: flex;
    width: 28%;
  }
}


@media (max-width: 837px) {
  .banner-tabs-col-inner-wrp ul li {
    display: flex;
    width: 95%;
  }
}


@media (max-width: 380px) {
  .customers-review-outer-col .hs-testimonial--top {
    min-height: 540px;
  }
}


@media (max-width: 550px) {
  .solution-module-col-menu ul li a {
    font-size: 16px;
  }

  .solution-module-col-content-down ul li span.col-description {
    float: right;
    width: 80%;
  }
}


@media (max-width: 820px) {
  .solution-module-col-content-down ul li span.col-description {
    float: right;
    width: 82%;
  }
}


@media (max-width: 988px) {
  .customers-review-outer-col blockquote footer {
    max-width: 60% !important;
  }

  .right-section .right-section-inner h2 {
    font-size: 40px;
  }

  .right-section .right-section-inner {
    margin-left: 10px;
    width: 80%;
  }

}

@media (max-width: 900px) {
  .events-meetup-left-col {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .events-meetup-left-icon {
    float: left;
    width: 15%;
  }

  .events-meetup-left-content {
    float: right;
    width: 80%;
  }

  .events-meetup-right-col {
    float: right;
    width: 96%;
  }

  .home-video-wrp-col #buttonbar {
    left: 5px !important;
  }

  .home-video-wrp-col button img {
    width: 770px !important;
  }
}


@media (max-width: 1165px) {
  .customers-review-outer-col blockquote footer {
    width: 100%;
    max-width: 40%;
  }
  .lifecycle-col-menu-inner-wrp ul li:last-child:before {
    border-left: 0;
  }
}



@media (max-width: 350px) {
  .solution-module-link-wrp a { 
    display: inline-block;
    width: 50%;
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px){
  .lifecycle-col-menu-inner-wrp ul li:last-child:before {
    border-left: 0;
  }
  .slick-dots
  {
    left:0px;
  }
  .lifecycle-col-outer-wrp{
    overflow-x: hidden;
  }
  .signup-outer-col {
    width: calc(100% - 20px);
  }

}

@media (max-width: 320px) {

  .solution-module-left-content h2 {
    font-size: 30px;
  }

  .customers-review-outer-col .hs-testimonial--top {
    min-height: 540px;
  }

  .banner-tabs-col-inner-wrp ul li {
    width: 87% !important;
  }

  .customers-review-outer-col blockquote .name {
    line-height: 17px;
  }

  .industry-link-col-wrapper a {
    display: block;
    width: 80%;
    max-width: 80%;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .solution-link-col-wrp a {
    display: block;
    width: 80%;
    max-width: 80%;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .solution-module-col-menu ul li a {
    font-size: 14px;
  }

  .home-video-wrp-links a.book-demo {
    margin-bottom: 20px;
    margin-right: 0px;
    display: inline-block;
    margin-left: 5px;
  }

  .signup-inner-col {
    max-width: 100%;
    padding: 20px 0px;
  }

  .signup-form-col .hs-submit {
    position: relative;
    text-align: center;
    margin-top: 15px;
    display: inline-block;
    margin-left: 0px;
    left: 5px;
  }

  .signup-form-col form .hs-email .input input {
    height: 46px;
    width: 100% !important;
  }

  .resource-col-wrp {
    max-width: 95%;
    flex: 0 100%;
  }
}
/************************* Responsive Code ends Here ****************************/


/* Animate css */

@charset "UTF-8";

/*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 Daniel Eden
*/

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}



/* 
.post-item-outer:hover span.date-desktop {
display: none;
}
.post-item-outer:hover span.date-hover {
display: block;
}
.blog-list-content span.date-hover {
display: none;
} */

.event-blog-warp-2022 .blog-list-content:hover h2.header a {
  text-decoration: underline;
}
.event-blog-warp-2022 .blog-list-content:hover span.read-more a.more-link {
  text-decoration: underline;
}
.event-blog-warp-2022 .post-item-outer .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.event-blog-warp-2022 .post-item-outer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.event-blog-warp-2022 .blog-list-image {
  
  align-content:center;
  border:1px solid #efefef;
  flex: 0 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height:250px;
  background-position: center;
  box-sizing: border-box; 

  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
}

.event-blog-warp-2022 .blog-list-image img {
/*   border:1px solid #efefef; */
}


.page-center-2022 {
  padding: 0px 20px;
  box-sizing: border-box;
}
.page-center-2022-slider {
  padding: 0px 20px;
  box-sizing: border-box;
}
.event-blog-warp-2022 .blog-list-content {
  flex: 0 100%;
  padding: 30px 30px 0px 0px;
}

.event-blog-warp-2022 .blog-list-image a.hs-featured-image-link {
  display: block;
  min-height: 100%;
}

.event-blog-warp-2022 .blog-list-content h2.header {
  color: #6FB969;
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  display: block;
  line-height: 40px;
  transition:0.5s all;
}

.event-blog-warp-2022 .blog-list-content h2.header a {
  text-decoration: none;
  color: #6FB969;
}
.location p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 700;
  margin:0px;
}
.event-blog-warp-2022 .blog-list-content p.date {
  margin: 0px;
  min-height: 25px;
  display: flex;
  align-items: center;
}
.event-blog-warp-2022 span.date-desktop {
  letter-spacing: 0;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 22px;
  margin: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.event-blog-warp-2022 .blog-list-content ul {
  margin: 0;
  padding: 0;
}

/* .event-blog-warp-2022 .blog-list-content ul li,
.event-blog-warp-2022 .blog-list-content p {
list-style: none;
display: inline;
letter-spacing: 0;
color: #000;
font-size: 14px;
font-weight: 700;
margin: 0;
} */

.event-blog-warp-2022 .blog-list-content span.read-more {
  display: block;
  padding-top: 10px;
}
.post-pagination ul.pagination li {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 5px;
}
.post-pagination ul.pagination {
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.event-blog-warp-2022 .blog-list-content span.read-more a.more-link {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.22px;
  color: #6FB969;
  text-decoration: none;
  display: inline-block;
}
.post-pagination ul.pagination li a {
  text-decoration: none;
  letter-spacing: 0px;
  color: #9f9f9f;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  transition: all .6s;
  border: 1px solid #9f9f9f;
  width: 50px;
  height: 32px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-pagination ul li.active a {
  background-color: #80B771;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  border: 1px solid #80B771;
}
.post-pagination ul.pagination li:hover a {
  color: #FFF !important;
  background-color: #80B771;
  color: #FFF !important;
  border: 1px solid #80B771;
}
.event-blog-warp-2022 .blog-list-content p.content {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  padding-top: 13px;
  font-weight: 500;
  display: block;
  letter-spacing: .22px;
  color: #292929;
  padding-bottom: 4px;
}

.event-blog-warp-2022 .post-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content:space-evenly;
}
.event-blog-warp-2022 .post-item-outer {
  flex: 0 31%;
  margin-bottom:50px;
}
.page-center-2022 {
  max-width: 1200px;
  margin: 0 auto !important;
  float: none !important;
  width: 100%;
}
.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 5px;
}
.event-blog-warp-2022 .post-pagination {
  margin-bottom: 80px;
  margin-top: 20px;
}
.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer .switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 60px;
  top: 5px;
  margin: 0 10px;
}

.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer .switch input {
  display:none;
}

.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer .slider {
  background-color: #6FB969;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 4px;
  top: 0;
  transition: .4s;
}
.h-outter {
  padding-bottom: 12px;
}
.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer .slider:before {
  background-color: #fff;
  bottom: -4px;
  content: "";
  height: 26px;
  left: 0px;
  position: absolute;
  transition: .4s;
  width: 26px;
  border: 2px solid #6FB969;
}

.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer input:checked + .slider {
  background-color: #f2f2f2;
}

.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer input:checked + .slider:before {
  transform: translateX(26px);
}

.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer .slider.round {
  border-radius: 34px;
}

.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer .slider.round:before {
  border-radius: 50%;
}

.event-blog-warp-2022 .blog-listing-wrapper .checkbox-outer span {
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  font-weight: 900;
  padding-bottom: 0px;
}
.event-blog-warp-2022 .loadmore-link a.loadmore:hover:after {
  transform: translate(0%, 30%);
}
.event-blog-warp-2022 .loadmore-link {
  text-align: center;
}

.event-blog-warp-2022 .loadmore-link a.loadmore {
  letter-spacing: 0;
  color: #565655;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 40px;
  display: inline-block;
}
.post-item-outer a {
  text-decoration: none;
}
.blog-list-content span.read-more {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: .22px;
  color: #6fb969;
  text-decoration: none;
  display: inline-block;
  transition:0.5s all;
}
.post-item-outer:hover span.read-more {
  text-decoration:underline;
}
.post-item-outer:hover .blog-list-content h2.header {
  text-decoration:underline;
  min-height:45px;
}
.event-blog-warp-2022  .loadmore-link a.loadmore:after {
  content: "";
  position: relative;
  bottom: 0;
  display: block;
  left: 0;
  background-image: url(https://5217051.fs1.hubspotusercontent-na1.net/hubfs/5217051/IQ_Geo%202020/Blog%20Images/Viwe_all.jpg);
  background-size: 30px;
  width: 35px;
  height: 25px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
}

/* .event-blog-warp-2022 .post-item-outer:hover:after {
content: '';
width: 100%;
position: absolute;
height: 10px;
background-color: #6FB969;
bottom: 0;
left: 0;
transition: 0.6s all;
} */

.eevent-blog-warp-2022 .post-item-outer {
  display: none;
  position: relative;
}

@media (max-width: 980px) {  
  .event-blog-warp-2022 .post-item-outer {
    flex: 0 46%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {  
  .event-blog-warp-2022 .post-item-outer {
    flex: 0 100%;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .event-blog-warp-2022 .blog-list-content {
    padding: 20px 20px 0px 0px;
  }  
  .event-blog-warp-2022 .post-item-outer:last-child {
    margin-bottom: 0px;
  }  
}
@media (max-width: 480px) {  
  .event-blog-warp-2022 .blog-list-content h2.header {
    font-size: 32px;
  }
  .event-blog-warp-2022 .blog-list-content p.content {
    font-size: 20px;
  }
  .blog-list-content-recent {
    padding: 20px 20px 60px;
    text-align: left;
  }
}