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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

.zindexadjust {
 z-index: 1500 !important;  
}

a.blue-filled-button{
    font-size: 16px;
    line-height: 18px;
    padding: 13px 57px;
    font-family: 'Roboto',sans-serif;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    transition: all .15s ease;
    top: 0;
    background: #3a55a5;
    text-transform: none;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #3a55a5;
}

a.blue-filled-button:hover {
  color: #3a55a5;
  background: transparent; 
}

a.blue-module-button {
    font-size: 16px;
    line-height: 18px;
    font-family: Roboto, sans-serif;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    color: rgb(58, 85, 165);
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    top: 0px;
    text-transform: none;
    font-weight: 500;
    cursor: pointer;
    padding: 16px 47px;
    transition: all 0.15s ease 0s;
    background: transparent;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(58, 85, 165);
    border-image: initial;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

a.blue-module-button:hover {
    color: #fff;
    background: rgb(58, 85, 165);
    border-color: rgb(58, 85, 165);
}

a.red-module-button {
    font-size: 16px;
    line-height: 18px;
    padding: 16px 47px;
    font-family: 'Roboto',sans-serif;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    color: #c81111;
    margin: 5px 11px 5px 40px;
    position: relative;
    z-index: 1;
    transition: all .15s ease;
    top: 0;
    background: transparent;
    text-transform: none;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #c81111;

}

a.red-module-button:hover {
    color: #fff;
    background: #c81111;
    border-color: #c81111;
}

@media (max-width: 501px) {
    a.red-module-button {
      margin: 15px 0 5px 0;
  }
}


.inner-popup-form {
    max-width: 640px;
    margin: 0 auto;
    float: none;
    background: #fff;
    box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
}

.inner-popup-form{
   padding:50px 40px;
}

.inner-popup-form .hs-form-field > label {
    display: none;
}

#popup-display {
    background: rgba(42, 127, 177, 0.6);
    padding: 100px 20px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s,visibility 0.5s;
    transition: transform 0.5s,visibility 0.5s;
}


.popup-body::-webkit-scrollbar {
    width: 0px;
    background: none;
}

.close-button img.get-demo {
    max-width: 30px;
    position: absolute;
    right: 50px;
    top: 35px;
    cursor: pointer;
}

/*=====About Us Page=====*/


/*====header====*/

.theroem-about-herosec.section-bg{
 min-height: 446px;
}


.about-page-icon-hover{
 background:#E1E2E7; 
}

.about-page-icon-hover.home-sec-one:before,
.about-page-icon-hover.home-sec-one:after{
 display:none; 
}

.about-page-icon-hover.home-sec-one{ 
 padding: 40px 0px 70px;
 //margin-top: 20px;
}


@media (max-width:767px){
.theroem-about-herosec.section-bg {
  min-height: 250px;
} 
}


.roadmap-sec{
 padding-bottom: 100px;
 background: #E1E2E7;
 padding-top: 100px;
 margin: 0 auto;
 text-align: center;
}

@media (max-width:767px){
.roadmap-sec{
 padding-top:50px;
 padding-bottom:50px; 
}  
}
/*=======Pillar Page======*/


/*=======hero Section===*/
.theorem-pillar-page-hero{
 padding-top: 150px;
 padding-bottom: 150px;
 text-align: left;  
}

.theorem-pillar-page-hero h1{
 font-size: 42px;
 line-height: 54px;
}

.theroem-about-herosec.overlay:before{
 background: rgba(0, 0, 0, 0.4);
}

@media (max-width:767px){
.theorem-pillar-page-hero h1 br{
 display:none;
} 
  
.theorem-pillar-page-hero h1 {
 font-size: 36px;
 line-height: 45px;
}  
  
.theorem-pillar-page-hero {
 padding-top: 120px;
 padding-bottom: 120px;  
}  
}  



/*======Form Section======*/
.theroem-pillar-formsec{
 padding-top:150px;
 padding-bottom:80px; 
} 

body .row-fluid .theroem-pillar-formsec .theorem-pillar-form{
 background: #FFFFFF;
 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
 border-radius: 5px;
 max-width: 654px;
 margin: 0 auto;
 float: none;
 padding-top: 70px; 
 padding-bottom:30px; 
} 

.theroem-pillar-formsec .theorem-pillar-form form{
 padding:80px; 
 padding-top:30px;
 padding-bottom:50px; 
}  

.theroem-pillar-formsec .form-title{
 text-align:center; 
 font-size:28px;
 padding-right: 37px;
 padding-left: 37px;
} 

.row-fluid .theroem-pillar-formsec .theorem-pillar-form form input,
.row-fluid .theroem-pillar-formsec .theorem-pillar-form form select, 
.row-fluid .theroem-pillar-formsec .theorem-pillar-form form textarea{
 border: 1px solid #1A1A1A;
 box-sizing: border-box;
 border-radius: 5px;
 height: 48px;
 margin-bottom: 15px; 
} 

.theroem-pillar-formsec .theorem-pillar-form ::-webkit-input-placeholder{
 color: #000000;
 opacity: 0.3;
 padding-left: 18px; 
}

.theroem-pillar-formsec .theorem-pillar-form :-moz-placeholder{
 color: #000000;
 opacity: 0.3;
 padding-left: 18px; 
}

.theroem-pillar-formsec .theorem-pillar-form ::-moz-placeholder{  
 color: #000000;
 opacity: 0.3;
 padding-left: 18px; 
}

.theroem-pillar-formsec .theorem-pillar-form:-ms-input-placeholder{  
 color: #000000;
 opacity: 0.3;
 padding-left: 18px; 
}


.row-fluid .theroem-pillar-formsec .theorem-pillar-form form textarea{
 height:154px;
 overflow:hidden; 
}  

.row-fluid .theroem-pillar-formsec .theorem-pillar-form form select.hs-input{
 color: rgba(0, 0, 0, 0.28);
 padding-left: 18px; 
 background-image:url(https://cdn2.hubspot.net/hubfs/5405019/theorem_assets_2019/images/select%20traingle%20.png);
 background-position: 96%; 
}

.theroem-pillar-formsec .theorem-pillar-form .hs-button.primary.large{
 border: 1px solid #CB2020;
 border-radius: 5px;
 color: #CB2020;
 padding: 16px 39px;
}
.theroem-pillar-formsec .theorem-pillar-form .hs-button.primary.large:hover {
    border: 1px solid #cb2020;
    border-radius: 5px;
    background: #cb2020;
    color: #fff;
}

.submitted-message{
 text-align: center;
 padding-top: 20px;
 padding-bottom: 40px;
}

.row-fluid .theorem-pillar-form .hs-form .field .input input[type="checkbox"],
.row-fluid .theorem-pillar-form .hs-form .field .input input[type="radio"]{
 top: 19px;  
}

.hs-form-booleancheckbox-display span{
 font-size:13px; 
}

.hs-richtext,
.hs-richtext p{
 font-size:12px;  
}

@media (min-width:768px){
body .row-fluid .theroem-pillar-formsec .hs-form fieldset.form-columns-2 .input,
body .row-fluid .theroem-pillar-formsec .hs-form fieldset.form-columns-3 .input{
 margin-right:10px;  
} 
}  

@media (max-width:767px){
.theroem-pillar-formsec .theorem-pillar-form form {
  padding: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
} 

body .row-fluid .theroem-pillar-formsec .theorem-pillar-form{
 max-width: 100%;
 padding-top: 50px;
 padding-bottom: 30px; 
} 
  
.theroem-pillar-formsec {
 padding-top: 50px;
 padding-bottom: 40px;
}  
  
.theroem-pillar-formsec .form-title {
 font-size: 21px;
 padding-right: 19px;
 padding-left: 19px;
}  
} 

@media (max-width: 480px){
body .theroem-pillar-formsec .theorem-pillar-form form.hs-form .form-columns-2 .hs-form-field .hs-input,
body .theroem-pillar-formsec .theorem-pillar-form form.hs-form .form-columns-3 .hs-form-field .hs-input {
  width: 100%;
}
}  

/*=====Secone====*/

 .table-content-cta p{
 font-weight: 500;
 font-size: 18px;
 line-height: 34px;
 letter-spacing: 0.005em;
 color: #000000;
 position:relative;
 max-width: 160px;  
 cursor: pointer; 
}

.table-content-cta p:after{
 content: '';
 position: absolute;
 background-image: url(https://cdn2.hubspot.net/hubfs/5405019/theorem_assets_2019/images/right-arrow.png);
 background-repeat: no-repeat;
 background-size: cover;
 width: 15px;
 height: 15px;
 bottom: 10px;
 right: 0px;
 cursor: pointer;
}

.theorem-pillar-sec-one{
 padding-top:100px;
 padding-bottom:100px; 
} 

@media (max-width:767px){
.theorem-pillar-sec-one {
 padding-top: 50px;
 padding-bottom: 50px;
} 
  
.theorem-pillar-secone h1 {
 font-size: 30px;
 line-height: 38px; 
}
  
body .row-fluid .theorem-pillar-secone img{
width: 200px;
}  
  
.table-content-cta p{  
 padding-top: 25px;  
}
}

body.pop-up .sidebar-menu-cm{
 display:block; 
 max-width:380px; 
 padding: 10px; 
 position:absolute;
 left:0px; 
 z-index:9; 
}  

body.pop-up .addthis-sticky{
 z-index:1000; 
}

.pop-up .section-transform{
// transform: translateX(400px);
 //-ms-transform: translateX(400px); 
 //-webkit-transform: translateX(400px);
 //-moz-transform: translateX(400px);
 //-o-transform: translateX(400px); 
 //-ms-overflow-style: none;
 //overflow: auto; 
} 


.pop-up .theorem-pillar-sec-one{
 //transform: translateX(400px); 
 //-ms-transform: translateX(400px); 
 //-webkit-transform: translateX(400px); 
 //-moz-transform: translateX(400px);
// -o-transform: translateX(400px);  
}  
 


@media (max-width:767px){

body.pop-up .sidebar-menu-cm {
 display: block;
 width: 100%;
 padding: 10px;
 position: absolute;
 left: 0px;
 max-width:100%;
}

.pop-up .section-transform {
 //transform: translateX(250px); 
}  
  
.inner-sec:after {
  width: 112.4%;  
}  
}  




/************************Sidebar Form*****************************/

.popup{
 cursor:pointer;
}

.close-button{
 max-width: 40px;
 position: absolute;
 top: 15px;
 right: 15px;
 cursor:pointer;
}

.landing-sidebar{
 color: #fff;
 max-width: 400px;
 left: 0px;
 position: fixed;
 top: 0px;
 bottom: 0px;
 height: 100%;
 overflow-x: hidden;
 overflow-y: auto;
 transition: all .5s ease-in-out;
 transform: translateX(-100%);
 -webkit-transform:translateX(-100%);
 -moz-transform: translateX(-100%);
 opacity: 0;
 visibility: hidden;
 z-index: 1000;
 background-color:#415498;
}


.landing-sidebar::-webkit-scrollbar { 
  display: none; 
}


.landing-sidebar.fly-out{
 transform: translateX(0);
 -webkit-transform:translateX(0);
 -moz-transform: translateX(0);
 opacity:1;
 visibility:visible;
 //box-shadow: -6px 2px 12px 0 rgba(0, 0, 0, 0.24);
 width:100%;
  z-index: 1000;
}



@media(max-width:767px){
.landing-sidebar{
 padding: 85px 20px;
}
  
.landing-sidebar.fly-out{
 width:100%;
 max-width:100%;
}
  
body.pop-up .sidebar-menu-cm{
 padding:0px;
 left:0;
 right:0;
 width:90%;
 margin:0 auto;
}
}



/*=======End Floating=========*/

/*====Error pages=====*/

body .row-fluid .error-section .short-wrapper,
body .row-fluid .error-sec-two-col .short-wrapper{
 max-width:1030px;
 padding-left:15px;
 padding-right:15px; 
 margin:0 auto;
 float:none; 
}

.error-section{
 padding-top: 200px;
 padding-bottom: 150px;
 background: #E1E2E7; 
}

.custom_error_message h1{
 font-weight: 700;
 font-size: 270px;
 line-height: .8;
 letter-spacing: -8.77px;
 //padding-top: 110px;
  
}

.custom_error_message h3{
 font-size: 24px;
 //line-height: 16px;
 letter-spacing: 0.5px;
 font-weight: 400;
 color: #000;
 padding-top: 10px; 
}

.custom_error_message p{
 font-size: 16px;
 line-height: 16px;/* or 100% */
 letter-spacing: 0.5px;
 padding-top:10px;
 color: #000000;
 padding-top: 0px; 
}

.row-fluid .error-section form input{
 background:#E1E2E7 url(https://cdn2.hubspot.net/hubfs/5405019/theorem_assets_2019/images/Search%20Icon.png);
 background-repeat: no-repeat;
 background-position: 96%;
 border: 1px solid #000000;
 box-sizing: border-box;
 height: 58px;
 //max-width: 430px;  
}

.row-fluid .error-section form{
 padding-top: 20px;
}  
  
.error-section::-webkit-input-placeholder{
 font-weight: 400;
 font-size: 18px;
 line-height: 16px;/* identical to box height, or 89% */
 color: rgba(0, 0, 0, 0.18);
}

.error-section :-moz-placeholder{
 font-weight: 400;
 font-size: 18px;
 line-height: 16px;/* identical to box height, or 89% */
 color: rgba(0, 0, 0, 0.18);
}

.error-section ::-moz-placeholder{  
 font-weight: 400;
 font-size: 18px;
 line-height: 16px;/* identical to box height, or 89% */
 color: rgba(0, 0, 0, 0.18);
}

.error-section:-ms-input-placeholder{  
 font-weight: 400;
 font-size: 18px;
 line-height: 16px;/* identical to box height, or 89% */
 color: rgba(0, 0, 0, 0.18); 
}

.row-fluid .error-section form .field>label{
  display:none;
} 
  
.row-fluid .error-section form .hs-button.primary{
 display:none; 
}

.error-sec-two-col{
 padding-top: 100px;
 padding-bottom: 100px;
}

.error-sec-two-col h5{
 line-height: 34px;
 letter-spacing: 0.005em;
 color: #505450;
 font-weight: 400;
 padding-top: 10px;
 padding-bottom:15px; 
 max-width: 645px; 
}

.error-sec-two-col a.cta_button{
 font-size: 18px;
 letter-spacing: 0.005em;
 min-width: 120px;
}

@media (min-width:768px){
.right-col-image{  
 text-align:right;  
}
  
.main-content{   
 padding-left: 46px;   
}
}


@media (max-width:1043px) and (min-width:1024px){
.main-content {
 padding-left: 35px;
}  
}


@media (max-width:1024px){
.custom_error_message h1 {
 font-size: 192px; 
} 
  
.error-section img{  
 max-width: 350px;
}
}

@media (max-width:767px){
.error-section {
 padding-top: 60px;
 padding-bottom: 60px;
}

.error-section img{
 margin: 0 auto;
 display: block;
 max-width: 250px;
}

.custom_error_message h1 {
 font-size: 130px;
 text-align: center;
 letter-spacing: -4.77px;
 padding-top: 50px; 
}

.custom_error_message h3 {
 font-size: 22px;
 //padding-top: 62px;
 text-align: center;
}

.custom_error_message p{
 font-size:14px;
 text-align:center; 
 margin-top: 0px;
 margin-bottom: 0px; 
}

.error-sec-two-col h5{
 max-width:100%; 
 padding-top: 0px;
 padding-bottom: 0px; 
}
  
.error-sec-two-col {
 padding-top: 50px;
 padding-bottom: 50px;
}  
  
.error-sec-two-col img{
 margin:0 auto;
 display:block; 
 padding-top:20px; 
} 
  
.row-fluid .error-section form input{
 max-width:100%;  
}  
  
.error-sec-two-col{
 text-align:center; 
 } 
}  



/*===========Scroll Top Button===========*/

.scroll-top{
  position:fixed;
  right:10px;
  bottom:20px;
  cursor:pointer;
  z-index:9;
}



/*===about uspage===*/

.section-bg.theroem-about-herosec{
 background-position: top center !important;
}

/*================Product Page================*/

.hero-banner.product-hero:before{
 display:none; 
}

.hero-banner.product-hero .banner-heading{
 font-size: 32px;
 font-weight: 400;
 max-width: 564px;
}

.reverse >.row-fluid-wrapper >.row-fluid{
 display:flex;
 flex-direction:row-reverse;
}

.icon-on-hover-txt{
 padding-top:100px;
 padding-bottom:100px; 
}


@media (max-width:767px){
.icon-on-hover-txt{
 padding-top:40px;
 padding-bottom:50px; 
}  
}





.single-col .usecase-add-txt{
 padding-top: 40px;

}

body .row-fluid .contact-me-cta a.cta_button{
 color: #CB2020;
 border: 1px solid #CB2020;
 padding: 16px 46px; 
}  

.text-with-img .usecase-add-txt{
 padding-bottom:50px; 
}

.only-cta .usecase-add-txt{
 padding:0px; 
}

.only-cta.top-sec{
 padding-top:50px; 
}  

.user-document .usecase-add-txt{
 padding-top:50px;
 padding-bottom:50px; 
}

@media (max-width:767px){
body .row-fluid .contact-me-cta a.cta_button{
 width:auto;   
}  
  
.text-with-img .usecase-add-txt {
 padding-bottom: 30px;
} 
   
.user-document .usecase-add-txt{
 padding-top:30px;
 padding-bottom:30px; 
} 
  
.only-cta.top-sec{
 padding-top:30px; 
}   
}


/*===Design review===*/

body .container-fluid .row-fluid .design-review-cta-sec{
 max-width: 518px;
 float: none;
 margin: 0 auto;
 text-align:center; 
}

.design-review-secone .usecase-add-txt {
 padding-bottom: 50px;
 padding-top:60px; 
}

body .row-fluid .design-review-cta-sec a.cta_button{
 width: auto;
 padding: 16px 42px;
}

@media (max-width:767px){
.design-review-secone .usecase-add-txt {
 padding-bottom: 30px;
 padding-top:30px;   
} 
}


.use-case-header .theorem-header{
 box-shadow: none; 
}

.tell-more-cta{
position:relative;
}

.tell-more-cta:before {
 content: '';
 position: absolute;
 background: url(https://cdn2.hubspot.net/hubfs/5405019/theorem_assets_2019/images/icon-digital_realities%20.png)no-repeat;
 top: 11px;
 width: 56px;
 height: 55px;
 left: -50px;
}
  

body .row-fluid .design-review-cta-sec a.cta_button:hover,
body .theorem-pillar-addtxt-cm .right-col-text a.cta_button[title]:hover,
.theoem-two-cm .cta-module a.cta_button:hover,
body a.cta_button[title]:hover{
 background: #3a55a5;
 color: #fff; 
}

body .row-fluid .contact-me-cta a.cta_button:hover,
.theroem-tabber .tabber-see-all-cta a.cta_button:hover, .theroem-tabber .tabber-see-all-cta a.cta_button[title]:hover{
 background:#cb2020;
 color:#fff; 
}

.theoem-two-cm .cta-module.cta-sec a.cta_button:hover{
 background:transparent;
 color:#3a55a5; 
}



/*===terms of policy====*/
body .row-fluid .terms-policy .right-col{
 min-height:auto; 
}



/*===Reseller Page=======*/
/*=======Hero banner=======*/

body .row-fluid .section-bg.reseller-hero-banner{
 min-height: 576px;
}  

body .container-fluid .row-fluid .reseller-wrapper {
 max-width: 1146px;
 padding-left:15px;
 padding-right:15px;
 margin:0 auto;
 float:none; 
}

/*====Cta Sec====
body .container-fluid .row-fluid .left-col-cta a.cta_button{
    background: #4472C4;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    padding: 41px;
    padding-top: 44px;
    padding-bottom: 42px;
    min-width: 380px;
    border-radius:0px;
}

body .container-fluid .row-fluid .right-col-cta a.cta_button{
  background: transparent;
  font-weight: bold;
  font-size: 28px;
  padding: 24px;
  padding-top: 44px;
  padding-bottom: 42px;
  min-width: 500px;
  font-size: 28px;
  color: #505450;
  border-color: #505450;
  border-radius:0px;
 }

@media (min-width:768px){
.right-col-cta {
 text-align:right;
}
}

body .container-fluid .row-fluid .left-col-cta a.cta_button:hover{
 background: transparent;
 color: #4472c4;
}

body .container-fluid .row-fluid .right-col-cta a.cta_button:hover{
 background: #505450;
 color: #fff;
}

.reseller-cta-sec{
 padding-top: 40px;
 padding-bottom: 60px;
 background: #E1E2E7;
}

@media (max-width:1200px){
body .container-fluid .row-fluid .right-col-cta a.cta_button {
  padding: 24px;
  padding-top: 44px;
  padding-bottom: 42px;
  min-width: 300px; 
  font-size: 23px;  
}
}

@media (max-width:1024px){
body .container-fluid .row-fluid .right-col-cta a.cta_button{
 padding: 8px;
 font-size: 18px; 
 padding-top: 29px;
 padding-bottom: 29px;
 min-width: 300px; 
} 
  
body .container-fluid .row-fluid .left-col-cta a.cta_button{  
 font-size: 18px;
 padding: 29px;
 min-width: 300px;  
}
}  


@media (max-width:767px){
.two-col-cm-equal-div {
 padding-top: 50px;
 padding-bottom: 60px;
 text-align: center;
} 
  
.reseller-cta-sec{  
 text-align: center;
 margin: 0 auto;  
}
  
body .container-fluid .row-fluid .right-col-cta a.cta_button,
body .container-fluid .row-fluid .left-col-cta a.cta_button{
 min-width:200px; 
}
}  
  */
/*====Reseller-form===*/
body .container-fluid .row-fluid .reseller-form{
 max-width: 679px;
 margin: 0 auto;
 float: none;
 background: #FFFFFF;
 border: 1px solid rgba(0, 0, 0, 0.34);
 box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
 border-radius: 5px;
}

body .container-fluid .row-fluid .reseller-form form{
 padding: 60px;
 padding-top: 28px; 
}

.row-fluid .reseller-form form input,
.row-fluid .reseller-form form select,
.row-fluid .reseller-form form textarea{
 border: 1px solid #141414;
 box-sizing: border-box;
 border-radius: 5px;
 height: 48px;
 margin-bottom: 12px; 
}
  

.reseller-form::-webkit-input-placeholder{
 font-weight:300;
 color: #000000;
 opacity: 0.3;
}

.reseller-form :-moz-placeholder{
 font-weight:300;
 color: #000000;
 opacity: 0.3; 
}
.reseller-form ::-moz-placeholder{  
 font-weight:300;
 color: #000000;
 opacity: 0.3;  
}

.reseller-form:-ms-input-placeholder{  
 font-weight:300;
 color: #000000;
 opacity: 0.3; 
}


.row-fluid .reseller-form form textarea{
 height: 170px;
}

.reseller-form .form-title{
 font-weight: 500;
 font-size: 36px;
 text-transform: uppercase;
 color: #505450;
 text-align: center;
 padding-top: 50px;
}

.row-fluid .reseller-form form .hs-button.primary{
 border: 1px solid #CB2020;
 border-radius: 5px;
 color: #CB2020;
 padding: 16px 47px;
}

.row-fluid .reseller-form form .hs-button.primary:hover{
 background:#CB2020;
 color:#fff; 
}

.reseller-form .hs-form-checkbox-display span{
 font-weight: 400;
 font-size: 12px;
 //letter-spacing: 1px;
 color: #000;
 opacity: 0.3;
}


.row-fluid .reseller-form .hs-form .field .input input[type="checkbox"]{
 top: 3px;
 border: 1px solid #141414; 
 width: 15px;
 height: 14px;
 margin-bottom: 2px; 
}

.row-fluid .reseller-form .hs-form .field .input input[type="radio"]{
 top: 3px;
 border: 1px solid #141414; 
 width: 15px;
 height: 15px;
 margin-bottom: 2px; 
}

body .container-fluid .row-fluid .reseller-form .hs-form .field .input input[type="checkbox"]:checked:after{
 width: 7px;
 height: 3px;
 top: 3px;
 left: 2px;
 border: 2px solid #1871c9; 
 border-top: 0;
 border-right: 0; 
}

.reseller-form .hs-richtext{
 font-size: 14px;
 padding-top:10px;
 padding-bottom:10px; 
}

.reseller-form .legal-consent-container .hs-form-booleancheckbox-display span {
 display: inline-block;
 margin-left: 0px; 
 padding-top: 6px;
}

.reseller-form-sec{
 padding-top:80px; 
 padding-bottom:20px; 
}


@media (max-width:767px){
.reseller-form-sec {
 padding-top: 40px;
 padding-bottom: 20px;
} 
  
body .container-fluid .row-fluid .reseller-form form {
 padding: 20px;
 padding-top: 8px;
}  
.reseller-form .form-title {
 font-size: 20px;  
}
} 

@media (max-width: 480px){
body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
body form.hs-form .form-columns-3 .hs-form-field .hs-input {
  width: 100%!important;
}
}  



/*============Contact Page============*/

/*===Hero Banner===*/

.section-bg.contact-hero-banner{
 min-height:700px; 
}

@media (max-width:767px){
.section-bg.contact-hero-banner {
 min-height: 300px;
}  
}

@media (max-width:480px){
.section-bg.contact-hero-banner {
 min-height: 250px;
}    
}


/*===Section One===*/
.theorem-contact-sec-one h1{ 
 font-size: 46px;
 font-weight: 400;
} 

.theorem-contact-sec-one p{
 font-size: 18px;
 line-height: 1.6;
 text-align: center;
 letter-spacing: 0.5px;
 color: #505450;
 max-width: 1005px;
 margin: 0 auto;
 padding-top: 12px;
}

.theorem-contact-sec-one{
 padding-top: 120px;
}


/*=======Tabber==========*/

body .container-fluid .row-fluid .map-tabber-wrapper{
 max-width: 1027px;
 padding-left: 15px;
 padding-right: 15px;
 margin: 0 auto;
 float: none; 
 text-align:center; 
}

@media (min-width:768px){
.theorem-contact-sec-one{ 
 padding-bottom: 340px; 
}
}  

@media(max-width:767px){ 
.theorem-contact-sec-one {
  padding-top: 50px;
  padding-bottom:50px;
}
}


/*===Publish Home Page====*/

.publish-home-cta .two-col-cm-v-one .left-col .left-col-cta.add-cta a.cta_button{
 width: auto;
 text-transform: none; 
 padding: 16px 34px; 
}

.publish-home-cta .two-col-cm-v-one .left-col .right-col-cta.right-cta a.cta_button{
 margin-top: 15px;
}

.publish-home-cta .two-col-cm-v-one .two-cta{
 max-width: 424px;
}  

.publish-home-cta .two-col-cm-v-one .right-col{
 padding-top:0px;  
} 

@media(min-width:768px){ 
.publish-home-cta .two-col-cm-v-one .reverse-column .left-col {
 padding-left: 20px;
}
}  

body .row-fluid .publish-home-cta-module{
  margin-left:0px;
}
.publish-home-cta-module{
 max-width: 431px;
}  

.publish-home-add-text .usecase-add-txt{
 padding-bottom:20px; 
}

@media (min-width:768px){
.publish-home-cta .two-col-cm-v-one .reverse-column .left-col .left-col-cta.add-cta a.cta_button{
 padding: 16px 57px;
}   
}

@media (max-width:767px){
.publish-home-cta .two-col-cm-v-one .two-cta {
 max-width: 100%;
}  
 
.publish-home-cta .two-col-cm-v-one .left-col .right-col-cta.right-cta a.cta_button,
 body .publish-home-cta .two-col-cm-v-one .left-col .left-col-cta.add-cta a.cta_button{  
 width: 256px;  
}
 
.publish-home-add-text{  
 text-align: center;  
}
  
.publish-home-cta-module {
 max-width: 100%;
 text-align:center; 
}  
  
body .row-fluid .publish-home-cta-module a.cta_button{
 width: 256px;
 margin-top: 12px; 
 }
  
.theorem-contact-sec-one h1 {
 font-size: 32px;  
} 
  
.theorem-contact-sec-one p{
 padding-top:0px;
 font-size: 15px;   
}  
}  



/*===Translate Home page===*/
@media(min-width:952px){ 
.left-col-translate 
span#hs-cta-wrapper-8beafe45-76af-43f6-aa58-896b05246980 {
  padding-left: 32px;
}
}

.left-col-translate 
span#hs-cta-wrapper-8beafe45-76af-43f6-aa58-896b05246980 a.cta_button{
 border-color:#C81111;
 color:#C81111;
}  

.left-col-translate 
span#hs-cta-wrapper-8beafe45-76af-43f6-aa58-896b05246980 a.cta_button:hover{
 background-color:#C81111;
 color:#fff;
}  

@media (max-width:767px){
 .translate-home-hero .usecase-hero .left-col 
span#hs-cta-wrapper-8beafe45-76af-43f6-aa58-896b05246980 {
 top: 19px;
} 
  
}
body .translate-home-hero .usecase-hero .left-col a.cta_button[title] {
 padding: 16px 22px;
} 

.translate-home-hero .usecase-hero .banner-heading p {
 padding-top: 34px;
}


body .row-fluid .use-case-four-col-sec .four-col-adjust span>.hs_cos_wrapper:nth-child(4n+4){
margin-left: 0px;
    margin-right: 0px;  
}

/*==Four Col===*/
.use-case-four-col-sec{
 padding-top: 30px; 
 padding-bottom: 100px;
}

@media (min-width:768px){
.translate-home-left-col:after{
 content: '';
 position: absolute;
 width: 1px;
 border-right: 1px solid #656565;
 height: 100px; 
 right: -32px;  
 top:13px; 
}
}
  

@media (max-width: 840px) and (min-width:768px){
.translate-home-left-col:after {
  right: -19px;
}
}

.translate-home-left-col{
 position:relative; 
}

.translate-home-cta{
 background: #E1E2E7;
 padding-top: 70px;
 padding-bottom: 70px;
}

body .row-fluid .translate-home-cta .translate-home-left-col a.cta_button{
 border-color:#C81111; 
 color:#C81111; 
}



body .row-fluid .translate-home-cta .translate-home-right-col a.cta_button,
body .row-fluid .translate-home-cta .translate-home-left-col a.cta_button{
 padding: 15px 46px;
}

body .row-fluid .translate-home-cta .translate-home-left-col a.cta_button:hover{
 background:#C81111;
 color:#fff; 
}

.publish-home-cta.translate-home-twocol .two-col-cm-v-one .left-col .left-col-cta.add-cta a.cta_button,
.publish-home-cta.translate-home-twocol .two-col-cm-v-one .left-col .right-col-cta.right-cta a.cta_button{
 padding: 16px 47px;
}

body .row-fluid .publish-home-cta.translate-home-twocol{
 position:relative;  
}

body .row-fluid .publish-home-cta.translate-home-twocol:after {
 content: ''; 
 position: absolute;
 width: 6%;
 height: 1px;
 border-bottom: 1px solid #656565;
 right: 0px;
 left: 0px;
 margin: 0 auto;
 top:0px; 
}

body .row-fluid .publish-home-cta.translate-home-twocol.first-sec:after{
 display:none; 
}

.translate-home-usecase .usecase-cm-add-image img {
 max-width: 98px;
 width:100%; 
}
@media (max-width:1152px) and (min-width:1025px){
body .row-fluid .use-case-four-col-sec .four-col-adjust span>.hs_cos_wrapper {
 flex-basis: 30.8%;
 -webkit-flex-basis: 30.8%;
}
}

@media(max-width:1024px) and (min-width:768px){
body .row-fluid .use-case-four-col-sec .four-col-adjust span>.hs_cos_wrapper {
 flex-basis: 47.5%;
 -webkit-flex-basis: 47.5%;
} 
}

@media (max-width:767px){
.use-case-four-col-sec {
 padding-top: 45px;
 padding-bottom: 50px;
}  
  
.translate-home-left-col {
 padding-bottom: 38px;
}
  
.translate-home-cta {
 padding-top: 40px;
 padding-bottom: 40px;
}  
  
body .row-fluid .translate-home-usecase .usecase-cm-add-image ul {
 padding-top: 24px;  
}
}

@media (max-width:951px){
body .row-fluid .left-col-translate a.cta_button,
body .left-col-translate a.cta_button[title]{
 margin: 5px 0px;
 padding: 16px 33px; 
}
}

@media (max-width:951px) and (min-width:768px){
.left-col-translate span#hs-cta-wrapper-8beafe45-76af-43f6-aa58-896b05246980 a.cta_button{
 margin: 5px 11px; 
}  
}


.user-product-page-cm .tpv_cm{
 position: relative;
 z-index: 1;
 //padding-top: 107px;
}

@media (max-width:1024px) and (min-width:768px){
.user-product-page-cm .tpv_cm{
  padding-top: 107px;
} 
}


@media (max-width:767px){
.user-product-page-cm .tpv_cm{   
 padding-top: 235px;  
}  
}

@media (max-width:766px){
.user-product-page-cm .tpv_cm{
 padding-top:0px;  
}
}  


.theorem-header-sec .theorem-header{
 box-shadow:none; 
}


.theorem-about-sec-one{
 padding-top:80px;
 padding-bottom:60px; 
}

.theorem-about-sec-one h1{
 letter-spacing: 0px;
}

.theorem-about-sec-one p{
 font-size: 18px;
 line-height: 1.8;
 text-align: center;
 padding-top: 14px; 
}

@media (max-width:767px){
.theorem-about-sec-one {
 padding-top: 50px;
 padding-bottom: 35px;
}
  
.theorem-about-sec-one p{
 padding-top: 0px; 
}  
}


.less-pad .usecase-add-txt-vthree{
  padding-top:0px;
  padding-bottom:0px;
}



.row-fluid .hs-form .field .input input[type="radio"]:checked:after{
 width: 7px;
 height: 7px;
 top: 3px;
 left: 3px;  
}

@media(min-width:768px){
.single-col .usecase-add-txt-vthree{
 padding-bottom:100px;
 padding-top:30px; 
}
}  


body .row-fluid .inner-popup-form{
 margin: 0 auto!important;
 float: none!important;
}

.lp-form-section .left-col ol li{
 font-size: 18px;
 line-height: 1.8;
 letter-spacing: 0.5px;
}

.lp-form-section .left-col ol{
 padding-bottom: 20px;
}

.lp-form-section .left-col table {
 padding-top: 25px;
 padding-bottom: 25px;
}



/*===Pop up===*/
.mfp-content .guana-modal{
 padding:40px;  
}

.mfp-content .guana-modal .hs-button.primary{
 background: #c81111;
 color: #fff;
 border-radius: 4px;
 padding: 10px 28px;
 border-color: #c81111; 
 cursor:pointer; 
}

.mfp-content .guana-modal .hs-button.primary:hover{
 background: transparent; 
 color: #c81111;  
}

.mfp-bg{
 background: rgba(42, 127, 177, 0.6)!important; 
}


.mfp-content .guana-modal .hs-form .field .input input[type="checkbox"],
 .mfp-content .guana-modal  .hs-form .field .input input[type="radio"]{
  top:-4px;
  width: 16px;
    height: 16px; 
}

.mfp-content .guana-modal .hs-richtext{
 padding-top: 10px;
    padding-bottom: 10px; 
}

.mfp-content .guana-modal .hs-error-msg{
 color: #ff0000;
 font-size: 13px;
}
@media(min-width:481px){
.guana-modal .form-sec .hs-form fieldset .hs-form-field:last-child {
  margin-right: -8px;
}
}

.single-col .usecase-add-txt-vthree {
  padding-top: 50px;
  padding-bottom: 50px;
}


@media(min-width:768px){
.get-started-btn {
  position: relative;
  bottom: 0;
  left: 20%;
  right: 0;
  bottom: 251px;
}
}


@media(max-width:1500px) and (min-width:1025px){
.get-started-btn{
 left: 20%;
}
}

@media(max-width:1024px) and (min-width:768px){
.get-started-btn{
 left: 27%;
}
}

.text-sec{
 position:relative;  
}

body .row-fluid .get-started-btn a.cta_button{
 color: #C81111;
 border: 1px solid #C81111;
 padding: 15px 37px; 
}

body .row-fluid .get-started-btn a.cta_button:hover{
 background: #C81111;
 color:#fff; 
}

@media(max-width:767px){
.get-started-btn{
 margin: 0 auto;
 text-align: center;
}  
  
.filter-items.right-col.translate {
  width: 100%;
  padding: 0 0px 0 0;  
  padding-bottom: 80px;
}  
}  

/* @media (min-width: 1200px) {
  
  .body-container-wrapper ul {
    padding: 0;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
}
} */

@media (min-width:2000px){
.about-page-homesec{ 
 margin-bottom: 250px;
}  
}