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


@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
 @charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Droid Sans', sans-serif;
    
}
h1, h2, h3, h4, h5, h6, p, ul, li, a, img {
 margin padding: 0px;
    border: 0px;
    text-decoration: none;
    list-style: ;
    outline: none;
    font-color: #444444;
    font-family: 'Droid Sans', sans-serif;
    
}
a:hover, a:focus {
    text-decoration: underline;
    outline: none;
}
img {
    max-width: 100%;
}
   @font-face {
font-family:'Glyphicons Halflings';
src:url(//getbootstrap.com/dist/fonts/glyphicons-halflings-regular.eot);
src:url(//getbootstrap.com/dist/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//getbootstrap.com/dist/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//getbootstrap.com/dist/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//getbootstrap.com/dist/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//getbootstrap.com/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin-right: 5px;
}
.glyphicon-log-in:before{content:"\e161"}




.log-in-normal, .log-in-hover {
    display: none !important;
}
.seventh-child a img {
    display: inline-block;
    margin-right: 10px;
    max-width: 15px;
    vertical-align: middle;
}
sup { font-size: 0.83em;
        vertical-align: super;
        line-height: 0;
    
}
.container {
    width: auto;
    max-width: 1060px;
    margin: 0 auto;
}
.logo {
	display: inline-block;
 -moz-transition: all 1s;
 -ms-transition: all 1s;
 -o-transition: all 1s;
 transition: all 1s;
 float:left;
}
.navigation {
    display: inline-block;
    float: right;
    padding-top: 30px;
    width: 65%;
}
.header {
	display:inline-block;
	width:100%;
	padding: 0px 0 7px;
-moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.logo  a {
	padding-left: 40px;
}

.hangingindent {
  padding-right: 65px;
  padding-left: 100px;
  text-indent: -65px;
}

#cssmenu  ul  li  a {
	color: #444444;
	font-size: 18px;
	margin: 0 8px;
	text-decoration: none;
	text-transform: none;
}
.navigation #cssmenu li a:hover, .navigation #cssmenu li.active a {
	color: #ff6d13;
	transition: none 0s ease 0s ;
    text-decoration:none;
}
.bodymain {
	background: none repeat scroll 0 0 #;
	/*border-top: 2px solid #2b3338;*/
/*	margin-top: 116px;*/
padding-top:84px;
color:#444444;
}
.bodymainLand {
        background: none repeat scroll 0 0 #;
	/*border-top: 2px solid #2b3338;*/
/*	margin-top: 116px;*/
padding-top:84px;
color:#444444;
}

.icon {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 24.5%;
}
.icon-img  img {
	padding: 15px 0;
}
.icon-img .learnimg {
	background: none repeat scroll 0 0 #cfcfcf;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 85px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 87px;
}
.learn .learnimg {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.icon-img {
    padding: 80px 0 0;
    position: relative;
}
.icon-img .learnimg:hover, .delta-icon:hover {
	background: none repeat scroll 0 0 #ff6d13;
	/*transition: 1s all ease;*/
}
.delta-icon:hover .delta-text a{
    text-decoration:underline;
}
.learn:hover a, .deltalearn:hover a{text-decoration:underline;
}
.learn:hover .learnimg, .deltalearn:hover .delta-icon {
    background: none repeat scroll 0 0 #ff6d13;
	/*transition:1s all ease;*/
}
.cta2 .hs-rss-title, .cta2 .block ul li a{
    color:#ff6d13;
    font-size:13px;
}
.recent {
    border: 1px solid #9a999a;
    padding: 10px;
}
.cta2 .hs-rss-module.feedreader_box a{
    background:none;
    padding:0px;
}
.cta2 .hs-rss-title:hover{
color:#ff6d13;
}
.icon-text h4 {
	color: #;
	font-size: 16px;
}
.icon-text > p {
	color: #44444 !important;
	font-size: 12px !important;
	line-height: 17px !important;
	padding: 4px 5px !important;
}
.icon-text {
	padding-top: 25px;
}
.icon-text  a, .advantage-text  a, .delta-series  a {

	color: #ff6d13;
	font-size: 12px;
	font-weight: 600;
}
.icon-text  a:hover, .advantage-text  a:hover, .delta-series  a:hover {
	color: none;
	/*transition: .5s all ease;*/
}
.road-icon  p {
	color: #444444;
	font-size: 15px;
	padding-bottom: 40px;
}
.road-icon  p a {
	color: #ff6d13;
}
.road-icon {
	margin: 0 auto;
	max-width: 890px;
	padding: 25px 0 60px;
	text-align: center;
}
.advantage-main {
	background: #cfcfcf;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.advantage-img {
	float: left;
	/*margin-right: 14px;*/
}
.advantage-text {
	color: #fff;
	margin-left: 8px;
	padding: 23px 20px 0px;
	text-align: center;
}
.advantage-text h3 {
	font-size: 21px;
}
.advantage-text  p {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0 10px;
}
.delta {
	border: 1px solid #9a999a;
	display: inline-block;
	/*margin-right: 41px;*/
	width: 30%;
	position: relative;
    max-height:149px;
}
.delta:last-child {
	margin-right: 0px;
}
.delta-img {
	display: inline-block;
	width: 47%;
    float:left;
}
.delta-text {
	display: inline-block;
	float: right;
	vertical-align: top;
	width: 49%;
}
.delta-series {
	padding: 13px 0 0;
	text-align: center;
}
.delta-series  h4 {
	color: #444444;
	font-size: 16px;
}

/*.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text:hover .delta-text a {
    text-decoration: underline;
}*/
.delta-series > p {
	color: #444444 !important;
	font-size: 12px !important;
	line-height: 19px !important;
	padding: 6px 12px 6px 14px !important;
}
.range-main {
	padding: 30px 0 50px;
}
.range-main  p{
	color: #444444;
	font-size: 15px;
	line-height: 22px;
	margin: 0 auto;
	max-width: 850px;
	padding: 0 0 30px;
	text-align: center;
}
.range {
	margin: 0 auto;
	max-width: 970px;
}
.range-main p a {
	color: #ff6d13;
}

.content-main  p{
    color: #44444;
	font-size: 15px;
	line-height: 22px;
	margin: 0 auto;
	max-width: 850px;
	padding: 0 0 30px;
	text-align: left;
}
.delta-icon {
	background: none repeat scroll 0 0 #cfcfcf;
	border-radius: 50%;
	bottom: 0;
	height: 50px;
	left: -50px;
	margin: auto;
	padding-top: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
	cursor: pointer;
}
.hs-content-name-home .delta-icon{
    left:-32px;
}
.range-main .simulator {
	max-width: 740px;
	padding: 34px 0 11px;
}
.educational {
	background: none repeat scroll 0 0 #cfcfcf;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}
.educational  a {
	color: #ff6d13;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	margin-top: 12px;
}
.educational  a:hover {
	color: #ff6d13;
	transition: .5s all ease;
}
.roadiconmain {
    border-top:4px solid #ff6d13;
}
.roadiconmain, .range-main {
	background: none repeat scroll 0 0 #fff;
 }
.footerinner {
	margin: 0 auto;
/*	max-width: 725px;*/
    max-width: 1000px;
}
.footerinner h5 {
	color: #444444;
	font-size: 13px;
	font-weight: 500;
	padding-bottom: 12px;
}
.footer {
	background: none repeat scroll 0 0 #AFB1B4;
	padding: 40px 0px 0px 0px;
}
.footerinner  ul  li {
	display: block;
	vertical-align: top;
	/*width: 22%;*/
}
.footerinner div ul li {
	font-size: 12px;
	padding-bottom: 3px;
	color: #444444;
}
.footerinner div ul li a {
	color: #fff;
}
.footer .footer-social {
	/*width: 9%;*/
    text-align:center;
}
.footer .footer-contact {
    padding-left: 22px;
}
.footerinner ul .footer-social ul li a {
	background: none repeat scroll 0 0 #AFB1B4;
	border-radius: 50%;
	display: inline-block;
	padding: 7.5px 7px;
}
.footerinner ul .footer-social ul li a:hover {
	background: #ff6d13;
	transition: 1s all ease;
}
.footerinner ul .footer-social ul li {
	padding-bottom: 5px;
}
.footer-bottom {
	font-size: 10px;
	padding: 35px 0 0;
}
.copyright, .term {
	display: inline-block;
    color: #444444;
}
.term li {
	display: inline-block !important;

	padding: 0 0 0 8px !important;
    line-height:11px;
}
.term li a {
	color: #fff;
    display: inline-flex;
}
.term li a:hover, .footerinner div ul li a:hover {
	color: #fff;
	/*transition: .5s all ease;*/
}
.term {
	float: right;
}
.road-icon  p a:hover, .range-main p a:hover {
	color: #ff6d13;
	/*transition: .5s all ease;*/
}
.bannertext, .banner-learn {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	bottom:78px;
	color: #fff;
	font-size: 23px;
	position: absolute;
	width: 42%;
	z-index:99;
}
.banner-learn {
	bottom: 51px;
	padding: 0;
	background: none repeat scroll 0 0 rgba(43, 51, 56, 0.9);
    margin-top:-1px;
    
}

/*.bannermain
{
background:url("//cdn2.hubspot.net/hub/453384/file-2562359935-jpg/images/video_img_bg.jpg") transparent;
}*/
.banner {
    max-height: 240px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    background:#bfbfbf;
   
}
.bannertext  p {
	font-weight: 500;
	line-height: 29px;
	 padding: 10px 0 7px 49px;
}
.banner-learn a {
	 padding: 0 49px;
	color: #ff6d13;
	font-size: 13px;
    vertical-align: middle;
}
.banner-learn a:hover {
	color:#ff6d13;
	/*transition: .5s all ease;*/
}
#responsive-tab span {
	background: none repeat scroll 0 0 #000;
	border: 1px solid #000;
	display: block;
	height: 0;
	margin: 3px auto;
	width: 20px;
	overflow:hidden;
}
#responsive-tab:hover span {
	background: none repeat scroll 0 0 #ff6d13;
	border: 1px solid #ff6d13;
}
.header-main {
	background: none repeat scroll 0 0 #fff;
    border-bottom:2px solid #000;
    position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.not-fixed .header-main {position: static;}

.header-main.smaller {
    border-bottom: 2px solid #000;
    z-index: 99999;
}

.smaller .logo img {
	width: 100%;
}
.header-main.smaller .navigation {
	/*float: right;*/
}
.educational  h3 {
    line-height: 26px;
    padding-top: 3px;
}
.hubspot-editable {
    font-size: 16px;
    margin: 0 0 19px;
}

#hubspot-topic_data {
    margin: 14px 0 10px;
}

.new-comments {
    margin: 0 0 20px;
}
.new-comments div {
    margin: 0 0 20px;
}
.actions .hs-button {
    background: none repeat scroll 0 0 #ff6d13;
    border: 0 none;
    color: #fff;
    padding: 8px 9px;
}
.actions .hs-button:hover
{
    text-decoration:underline;
    cursor:pointer;
}
#subscribe {
    margin: 0 11px 0 0;
}
.delta-theta a
{
    text-decoration:none !important;
}

.landing-page .custom-banner .custom-checkmark-bullet ul li:before
{
  /*background: url("//cdn2.hubspot.net/hub/453384/file-2556222964-png/images/landing_page_icon-.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    line-height: 21px;
    margin: 16px 0 !important;
    padding: 0 0 0 21px;*/
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -18px;
}


.widget-module a {
    color: #000;
}

.custom-banner-landing h1 {
    color: ;
    font-size: 19px;
    padding-bottom: 11px;
}

.custom-banner h2 {
    color: ;
    font-size: 19px;
    padding-bottom: 11px;
}
.custom-banner p {
    padding-bottom: 16px;
    font-size: 15px;
}
.custom-banner {
    background:#fff;
    padding: 30px 18px 50px;
}

.bodyDiv .custom-banner h1 {
    font-size: 23px;

}
.solution-banner {
    padding: 30px 18px 30px 0;
}
.custom-banner blockquote p {
    background: url("//cdn2.hubspot.net/hub/453384/file-2470019944-jpg/images/testimonial.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    color: #2b4d8a;
    margin-top: 25px;
    padding: 40px 0 0;
}

 /*.solution-page .row-fluid-wrapper:nth-child(2n+1) .row-fluid .solution-module {
   background: none repeat scroll 0 0 #f7f7f6;
}*/






/* custom css as on 10022015   */
.dataForm label {
    display: none;
}
.dataForm ul label {
    display: block;
}
.custom-cta .dataForm{
    display:none !important;
}
.solution-module h1 {
    font-size: 24px;
    padding: 10px 0;
}
.content-main p a {
    color: #ff6d13;
}
.formDiv {
    background: none repeat scroll #cfcfcf;
    border-radius: 0px;
    padding: 25px !important;
}
 .formDiv label {
    display: none;  
}

.formDiv ul  label {
    display: block;  
    font-size:14px;
    /*color:red;*/
}
.formDiv ul li{
    list-style: none;  
}
.blog .formDiv ul{
    padding:0;  
    margin:10px 0 0 0 !important;
}

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

.formDiv .input {
    padding: 15px 0 0;
}
.formDiv .input input{
    padding: 8px;
	 text-align: left !important;
}
.news-links ul li a{
    background: url("//cdn2.hubspot.net/hub/453384/file-2567272344-png/images/tag2.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0 0 0 10px;
}
.formDiv .hs-button.primary.large, .actions .hs-button {
    -moz-user-select: none;
    background-color: rgb(255, 255, 255);
    /*background-image: url("//cdn2.hubspot.net/static/subtle-patterns/natural_paper.png");*/
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    color: rgb(255, 109, 19);
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform:uppercase;
    font-size:16px;
}

.formDiv .actions, .actions .hs-button{
    text-align:center;
    margin-top:20px;
}

.delta-icon:hover {
    transition: none 0s ease 0s !important;
}
.post-listing-simple a
{
color:#444;
}
a{
    color:#444444;
}
a:hover{
    text-decoration:underline;
    color:#ff6d13;
}
.formDiv h3 {
  color: #444;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
}
.bodyDiv ul li {
    font-size: 15px;
    margin: 15px;
}
.bodyDiv h1 {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 30px;
}
/*.bodymain.mar
{
 margin-top: 98px;
}*/
.custom-banner .custom-cta .cta2
{
    margin-top: 20px;
}
.custom-banner .custom-cta .delta.rtxt
{
    margin-top: 20px;
}


.maindiv {
    border: 1px solid #e1e1e1;
	float: left;
	background: #e5e5e5;
}
.maindiv p, .main-head li, .main-text p, .main-text li {
	margin: 0;
}
.main-head li {
	float: left;
	background: #cfcfcf;
	color: #fff;
    
}
.main-head li span
{
     padding:10px 0;
     text-indent:15px;
}
.main-head li:first-child {

    display: block !important;
    text-align: left;
    text-indent: 15px;
    width: 50%;
    float:left;
    min-height: 22px;
}
.main-text .backli li:last-child span
{
    border-left:1px solid #ccc;
}
.main-head .backli li:last-child span
{
    border-left:1px solid #000;
}
.main-text .backli li:first-child {
   display: block !important;
    text-align: left;
    width: 50%;
    float:left;
    min-height: 22px;
}
.table-design {
    display: inline-block;
    padding: 10px 0 10px 28px;
    text-align: left !important;
    width: 87%;
}
.main-head li:last-child span {
    border-left: 1px solid #b1b1b1;
}
.main-head li:last-child span, .main-head li:first-child span
{
    min-height:21px;
}
.main-head li span {
    display:block;
}
.main-head li:last-child{
    display: block !important;
    text-align: left;
     /*text-indent: 15px;
   width: 50.06%;*/
    width:50%;
    float:left;
    min-height: 22px;
    
}
.main-text .backli li:last-child {
    display: block !important;
    text-align: left;
    /*width: 50.06%;*/
    width:50%;
    float:left;
    min-height: 22px;
   
}
.backli.newli.givenheight > li {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("//cdn2.hubspot.net/hubfs/453384/images/Bullets/bullet-key-features.png") !important;
    background-origin: padding-box !important;
    background-position: left 6px !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
}
.main-text p{
	float: none;
    font-size: 15px;
	padding:10px 15px;
	
}
.backli li {
	float: none;
    font-size: 15px;
	padding:10px 0px;
	
}
.main-text1 {
    padding: 4px 30px;
	display:inline-block;
}
.main-text .backli li {
    background-position: 16px 9px;
    display: block;
    float: left !important;
    min-height: 54px;
    padding: 9px 1% 9px 6% !important;
    width: 42.7%;
}
.hs-content-path-driving-simulator-solutions .main-text .backli li {
    background-position: 16px 9px;
    display: block;
    float: left !important;
    padding: 0 !important;
}
.hs-content-path-driving-simulator-solutions .main-text .backli li span {
  min-height:auto;
   }
.main-text p:first-child, .main-text .backli li:first-child {
    text-align: left;
}

.hs-content-path-driving-simulator-solutions.main-text p:first-child, .hs-content-path-driving-simulator-solutions .main-text .backli li:first-child {
    float: left;
    text-align: left;
}
.main-text p:last-child{
	float: left;
    margin-left: 0px;
    text-align: left;
    width: 42.7%;
}
.main-text .backli li:last-child {
	float: left;
    text-align: left;
}
.delta-theta .delta-icon {
    display: inline-block;
    height: 30px;
    padding: 10px 0;
    position: static;
    width: 50px;
}
.delta-theta {
    position: relative;
}
.delta-theta .delta-icon {
    display: inline-block;
    height: 30px;
    padding: 10px 0;
    position: static;
    width: 50px;
}
.delta-theta p{
    display:inline-block;
}



.delta-icon.midImage img {
    padding-top: 7px;
}


.custom-banner .table table
{
    background:#e8e8e6;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    width:650;
}
.custom-banner .table table th
{
    border-collapse: collapse; 
    border-right: 1px solid;
    padding:5px;
}
.custom-banner .table table td
{
    padding: 0px 10px 5px 10px;
}
.custom-banner .table table tr:first-child
{
    background:#cfcfcf;
    color:#fff;
}
.custom-banner .table table td:first-child
{
    border-collapse: collapse; 
    border-right: 1px solid;
}
.custom-banner .tablefour table
{
    background:#e8e8e6;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    width:650;
}
.custom-banner .tablefour table th
{
    border-collapse: collapse; 
    border-right: 1px solid;
    padding:5px;
}
.custom-banner .tablefour table td
{
    padding: 0px 10px 5px 10px;
}
.custom-banner .tablefour table tr:first-child
{
    background:#cfcfcf;
    color:#fff;
}
.custom-banner .tablefour table td:first-child
{
    border-right: none;
}

.one-line{
    padding-bottom:15px;
}
.director{
    text-align:right;
}
.team-content{
    margin-left:0px !important;
    padding:8px 8px 0px 8px;
}
.team-content .designation{
    padding-bottom:10px;
}
.team-content .designation span{
    display:block;
}
.team-content .specialist{
    color:#fff;
}
.team-content .specialist span{
padding-left: 2%;
width: 90%;
display:inline-block;
}
.team-content .contact span{
padding-left: 2%;
width: 90%;
display:inline-block;
vertical-align:top;
}
body.hs-blog-id-2540933788 .fifth-child a {
    color: #ff6d13 !important;
}
body.hs-blog-id-1993140960 .six-child a 
{
    color: #ff6d13 !important;
}


/* end Custom css  */

/*custom css as on 03-03-2015 */
.footer_rss .hs-rss-module.feedreader_box a
{
    color: #fff !important;
}

.my-tool-tip
{
    display:inline-block;  
    position:relative;
}
.tooltip1 {
    background: none repeat scroll 0 0 #cfcfcf;
    padding:3px 8px ;
    left: -25px;
    margin: 5px;
    position: absolute;
    text-align: center;
    bottom:35px;
    display:none;
    font-size:12px;
   
    
    
    
}
.tooltip1:hover
{
    display:block;
}
.tooltip2 {
    background: none repeat scroll 0 0 #cfcfcf;
    padding:3px 8px;
    left: 10px;
    margin: 5px;
    position: absolute;
    text-align: center;
    display:none;
    bottom:35px;
    font-size:12px;
    
    
    
}
.tooltip2:hover
{
    display:block;
}
.tooltip3
{
    background: none repeat scroll 0 0 #cfcfcf;
    padding:3px 8px;
    left:53px;
    margin: 5px;
    position: absolute;
    text-align: center;
    display:none;
    bottom:35px;
    font-size:12px;
    width: 68px;
}
.tooltip3:hover
{
    display:inline-block;
}
.tooltippro3
 {
     left: -17px !important;
 }
 .tooltip2.tooltippro2 {
    left: -16px;
    width: 72px;
}
.tooltip1.tooltippro1 {
    left: -16px;
    width: 69px;
}

.arrow {
    border-bottom: 6px solid red;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -7px;
    height: 0;
    position: absolute;
    width: 0;
}
/* end css  */






.car-img {
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
    width: 43%;
}
.car-text {
    display: inline-block;
    width: 53.8%;
}

.car-img h3 img {
    margin-right: 0 !important;
    width: 100% !important;
}

.hs-content-path-about-driving-simulator-science .delta-icon img, .hs-content-path-ansible-motion-automotive-driver-in-the-loop-simul .delta-icon img   {
    align-self: center;
    max-width: 85%;
}

.delta-theta .delta-icon {
 height: 16px;
    width: 38px;
        padding: 7px 0 12px;
}
.delta-theta .delta-icon:hover{
	background: none repeat scroll 0 0 #ff6d13;
    /*transition: all 1s ease 0s;*/
}

.solution-module .delta-theta {
    margin-top: 20px;
    text-align:center;
}
.hs-content-name-solutions .solution-module {
    border-top: 12px solid #e8e8e6;
	 border-right: 12px solid #e8e8e6;
	  border-bottom: 12px solid #e8e8e6;
	   border-left: 0px;
    margin-bottom: -8px;
    padding: 23px 18px;
}
.solution-module {
    border: 0px ;
    margin-bottom: 40px;
    padding: 0px;
}
.car-text h3 img {
    margin: -10px 0 0;
    vertical-align: top;
    width: 65px !important;
}





.maindiv1{
    width:100%;
    border:none;
    background:#e8e8e6;
    min-height:230px;
}
.main-head1{
    width:100%;
    background-color:#cfcfcf;
    color:#fff;
}
.main-head1 p{
    padding:10px;
    text-align:center;
}
.main-text1{
    width:100%;
}
.main-text1 p{
 width:100%;
 border:none;
 padding:10px;
}


.hs-featured-image-link .hs-featured-image
{
    float:left !important;
    margin:0 12px 20px 0;
    
}

.post-body p {
    font-size: 14px;
    line-height: 24px;
}

.post-header h2 a{
    color:#444;
}
.post-header h2 a:hover{
    color:#ff6d13;
}
a.author-link{
   /*color:#444; */
}

a.author-link:hover
{
   
   color:#ff6d13;
}
.custom_listing_comments a{
    color:#444;
}

.custom_listing_comments a:hover{
    
    color:#ff6d13;
}
.post-header h2{
  font-size: 19px;
    line-height: 25px;
    padding-bottom: 15px;
}

.custom_listing_comments{
    padding:15px 0px;
}
.post-body a{
   color:#ff6d13; 
}
.post-item{
    margin-bottom:20px;
}
.post-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.post-item:last-child {
    border-bottom: none;
}
a.more-link{
   color:#ff6d13; 
}
a.more-link:hover{
   color:#ff6d13; 
}
a.all-posts-link{
    color:#ff6d13;
}
a.all-posts-link:hover{
    color:#ff6d13;
}
.blog-spacing {
    padding: 0 12px 50px;
}

.post-body p
{
    font-size:14px;
}



.footerinner .footer-social ul li a {
    background: none repeat scroll 0 0 #AFB1B4;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    margin-bottom: 1px;
    padding: 6px;
    width: 17px;
}
.footerinner .footer-social ul li a:hover{
     background: none repeat scroll 0 0 #ff6d13;
     /*transition:1s all ease;*/
}

.customcta{
    -moz-user-select: none !important;
    /*background-color: #fff !important;
    background-image: url("//cdn2.hubspot.net/static/subtle-patterns/natural_paper.png") !important;*/
    border: medium none !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    color: #ff6d13 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'Droid Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.5em !important;
    /*padding: 4px 11px !important;*/
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
}
.customcta:active{
    background-color:none !important;
}
.customcta:hover{
    border:none !important;
    background-color:none !important;
}
.blog-pagination a{
    color:#ff6d13;
}
.content-main ul li {
    font-size: 15px;
    line-height: 25px;
    list-style: outside none disc;
    margin-left: 15px;
}

/* custom Css as on 18022015 */
.outerTable {
    width: 100%;
}
.outerTable .innerTable{
display: flex;
width:100%
}
.innerTable.header
{
    /*background: none repeat scroll 0 0 #cfcfcf;
	color:#fff;*/
    padding: 0;
    display: block;

}
.innerTable.header .tableBor, .innerTable.header .tableBor2 {
    border:none !important;
    min-height:36px;
}
.txtData {
    display: block;
    float: left;
    font-size: 15px;
    height: 36px;
    padding: 10px 0.7% 9px 1%;
    vertical-align: middle;
    width: 72.1%;
}
 .outerTable .dataDiv:nth-child(2) .tableBor, .outerTable .dataDiv:nth-child(5) .tableBor {
    padding: 20px 0.7% 0 1%;
    vertical-align: top;
} 
.txtDelta {
    display: block;
    padding: 14px 0 0;
    float:left;
    text-align: center;
    width: 7.35%;
	min-height:41px;
    vertical-align:top;
}

.txtData.tableBor > p {
    padding: 17px 3px 0;
}

.txtDelta .fa{
    line-height:2 !important;
}
.txtData a{
    color:#ff6d13;
}
.txtData a:hover{
    text-decoration:underline;
}
.dataDiv{
	display: block;
    width:100%
}
.dataDiv.row2
{
    background: none repeat scroll 0 0 #e8e8e6;;
}
.tableBor{
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
.tableBor2{
	border-top:1px solid #000;
	border-right:1px solid #000;
}
.last{
	border-bottom:1px solid #000;
}


.formDiv .input textarea

{
    border: 1px solid #cbcbcb;
    font-size: 12.6px;
    /*height: 35px;
	border-radius: 5px;*/
}
/* end css */

.footer-twitter 
{
    background: none repeat scroll 0 0 #00aced!important;  
}
.footer-in
{
    background: none repeat scroll 0 0 #007bb6!important;
}
.footer-google
{
    background: none repeat scroll 0 0 #dd4b39!important;
}

.footer-twitter:hover, .footer-in:hover, .footer-google:hover{
    background: none repeat scroll 0 0 #ff6d13 !important;
}
.footerinner h3 {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 12px;
    color:#444444;
}
.footer-bottom .footerinner div ul li
{
    line-height:12px;
}
.recent ul li{
    list-style:none;
}
.hs-rss-description p{
    font-size:12px;
}
.hs-rss-description a{
    font-size:12px;
    color:#ff6d13;
}
.main-content .cta2{
    margin-top:20px;
}
.hs-rss-item {
    margin-bottom: 5px !important;
}
.cta2 .hs-rss-item{
    margin-bottom:20px !important;
}
.cta2 h3{
    margin-bottom:8px;
}
.hs-rss-title
{
    color: #fff;
    font-size:12px;
}
.hs-rss-title:hover
{
    color: #fff;
    /*transition: all 0.5s ease 0s;*/
}
.icon-img a:hover .icon-text a
{
    text-decoration: underline; 
}

.fa-envelope{
    color:#ff6d13;
}
.products-side a{
    color:#ff6d13;
}
.products-side a:hover{
    text-decoration:underline;
}
.solution-module li, .custom-banner ul li{
	list-style:none;
}
.solution-module li span, .custom-banner ul li span {
    margin: 0 0px 0 0;
}
.solution-module li span img, .custom-banner ul li span img{
    vertical-align: top;
    margin: 3px 0 0;
    
}
.solution-module li p, .custom-banner ul li p {
    display: inline-block;
    width: 95%;
}
.solution-module li p, .custom-banner ul li p {
    display: inline-block;
    padding-bottom: 6px;
}
.hs-rss-module.feedreader_box a {
    background: url("//cdn2.hubspot.net/hub/453384/file-2567272344-png/images/tag2.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0 0 0 10px;
    color:#ff6d13;
}
.solution-banner .custom-cta {
    padding-top: 30px;
}
.solution-banner {
    padding-top: 0;
    padding-bottom:8px;
}

.hs-featured-image-wrapper {
    width: 84%;
}
.widget-type-blog_content {
    padding: 0 !important;
}
.hs-blog-social-share-item.hs-blog-social-share-item-google-plus iframe, .hs-blog-social-share-item.hs-blog-social-share-item-google-plus div {
    width: 60px !important;
}
a.more-link {
    display: inline-block;
    padding: 10px 0 14px;
}
.backli span:before{
	/*background:url("//cdn2.hubspot.net/hub/453384/file-2567644149-png/images/liback.png");
    background:url("//cdn2.hubspot.net/hubfs/453384/images/Bullets/bullet-check.png");
    background-repeat:no-repeat;
	padding: 5px 0 5px 24px;*/
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -18px;
}
.backli.termsBullet > li{
    /*background:url("//cdn2.hubspot.net/hubfs/453384/images/Bullets/bullet-cross.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);*/
    background: none;
	padding: 5px 0 5px 24px;
}

.termsUl {
    margin-left: -14px !important;
}

a#cta_button_453384_bea535ee-c2fa-4845-82b3-64ec75049af9{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
}
.backli > li {
    background-position: left 6px;
    list-style: outside none none;
}
.blog-post-wrapper .backli > li {
    margin: 0 5px;
}

.main-text {
    clear: both;
    overflow: hidden;
}
.contact > img {
    display: inline-block;
    vertical-align: top;
}

.backli > li {
    display: block;
 }

.bodyDiv ul li {
    font-size: 15px;
    margin: 5px 15px;
}
.solution-module li, .custom-banner ul li {
    display: block !important;
    list-style: outside none none;
    width: 100%;
}
.hs-content-path-driving-simulator-solutions .backli > li 
 {
    float: left;
 }
.removespc {
    display: block;
    margin: 15px auto 0;
    max-width: 509px;
    padding-bottom: 0 !important;
    text-align: left;
    width: 100%;
}
#hs_cos_wrapper_module_1424697588578872 > p {
    text-align: left !important;
}
.hs-content-path-driving-simulator-products .custom-banner {
    padding: 30px 18px !important;
}
.paraImageRight {
    margin-top: 28px;
}
.custom_list_padding .backli.ulbottom {
    display: block;
    margin: 0 auto 25px;
    max-width: 497px;
   text-align: left;
}
.backli.givenheight > li:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.hs-content-path-ansible-motion-terms-of-use h3, .hs-content-path-ansible-motion-privacy-policy h3 {
    margin-bottom: 5px;
}
.custom-banner .backli.givenheight > li, .backli.givenheightbtm > li {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("//cdn2.hubspot.net/hub/453384/file-2660876404-png/images/discBullet-1.png") !important;
    background-origin: padding-box !important;
    background-position: 9px 9px !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    min-height: 36px;
    text-align: left;
    width: 93%;
}
.bulletNew {
    /*background:url("//cdn2.hubspot.net/hubfs/453384/images/Bullets/bullet-check.png") no-repeat scroll 3px 7px rgba(0, 0, 0, 0) ;
    padding: 5px 0 5px 20px !important;*/
    padding: 7px 0 5px 6px !important;
    color: #444;
}
.bulletUses {
    /*background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/453384/images/Bullets/bullet-features-1.png") no-repeat scroll 3px 7px;
    padding: 7px 0 5px 20px !important;*/
    padding: 7px 0 5px 6px !important;
    color: #444;
}

.removespc.commonfeature .bulletUses {
    margin: 8px auto 0;
   }
   
.removespc {
    padding-bottom: 0 !important;
}
.backli.ulbottom > li {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("//cdn2.hubspot.net/hub/453384/file-2660876404-png/images/discBullet-1.png") !important;
    background-origin: padding-box !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto !important;
    padding-left: 20px;
}

.deltaThree {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("//cdn2.hubspot.net/hubfs/453384/images/Bullets/bullet-delta.png") !important;
    background-origin: padding-box !important;
    background-position: 4px center;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    padding: 5px 0 5px 30px;
}

.sigmaOne {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("//cdn2.hubspot.net/hubfs/453384/images/Bullets/bullet-sigma.png") !important;
    background-origin: padding-box !important;
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: auto auto !important;
    padding: 5px 0 5px 30px;
}

.thetaOne {
    background: url("//cdn2.hubspot.net/hubfs/453384/images/Bullets/bullet-theta.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);
    padding: 5px 0 5px 30px;
}
.span12.widget-span.widget-type-cell.custom-banner.nopadding-banner {
    padding: 0 0 30px !important;
}
.threesection, .lastsection {
    margin-left: 0 !important;
    padding: 12px 19px 0 !important;
    width: 33.3333% !important;
}
.threesection
{
   border-right: 10px solid #cfcfcf;   
}
.span4.widget-span.widget-type-rich_text.solution-module.threesection, .span4.widget-span.widget-type-rich_text.threesection, .span4.widget-span.widget-type-rich_text.lastsection {
 min-height: 398px !important;
}

.navigation {
    width: 65% !important;
}

.innerTable.header .txtDelta.tableBor2 {
    width: 7.6%;
}
.threesection > div > span > span img, .lastsection > div > span > span img {
    display: inline-block;
    width: 15px !important;
    }

.deltaNew > a {
    /*display: none;*/
}
.headadjust {
    padding-left: 32px;
}
.bulletNew > strong, .bulletUses > strong  {
    padding-left: 11px;
}
.removespc.commonfeature .bulletUses
{
    padding-left:3px!important;
}
.backli.givenheightbtm > li, .backli.newli.givenheight > li
{
padding: 5px 0 5px 30px;    
}
.threesection > div > span > span strong, .lastsection > div > span > span strong
{
    display: inline-block;
    padding-left: 2px;
    padding-top: 3px;
    vertical-align: top;
}

.lastsection .deltaNew > strong {
    padding-left: 5px;
}
.blog-comments label {
    color: #ff6d13;
    display: block;
    font-weight: bold;
    padding: 0 0 5px;
}
.blog-comments .input input, .blog-comments .input textarea {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    text-indent: 12px;
}



.login-sec {
    margin-bottom: 10px;
    text-align: right;
}
.login-sec a {
      color: #a7a9ac;
    font-size: 14px;
    margin-right: 0;
    text-decoration: none;
}
.login-sec a:hover
{
    color:#ff6d13;
}

.header > .row-fluid-wrapper > .row-fluid
{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.header .logo img {
    max-width: 239px;
}
.no-navigation-header .header {
    padding: 15px 0px;
}

/* @media (min-width:1401px){

    .main-head li:last-child{ width: 49.866%; }

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

    .main-head li:last-child{ width: 49.9%; }

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

    .main-head li:last-child{ width: 49.9%; }

}

@media (min-width:1801px){

    .main-head li:last-child{ width: 49.566%; }

}*/

.main-text .backli li:first-child {
	border-right: 1px solid #ccc;
    margin-right: -1px;
}

@media (min-width:767px)
{
    .seventh-child
    {
        display:none !important;
    }
    .six-child a {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

}
 @media (min-width:992px) and (max-width:1200px) {
.container {
	max-width: 960px;
}
.logo {
	width: 30%;
}
.bannertext, .banner-learn {
	width: 50%;
}
#cssmenu  ul  li  a {
	margin: 0 24px;
}

.header-main.smaller .logo, .logo {
    transition: none 0s ease 0s ;
}
#cssmenu  ul  li  a {
    margin: 0 19px;
}

.main-text .backli li {
    padding: 9px 0.5% 9px 3%;
}
.hs-content-path-driving-simulator-solutions .main-text .backli li {
    padding: 0 !important;
}
.hs-content-path-contact-ansible-motion-for-driving-simulator-infor iframe {
    max-width: 100%;
}
.hs-content-path-about-driving-simulator-science .delta-series > p, .hs-blog-name-ansible-motion-news .delta-series > p 
{
    padding: 6px 10px 2px 11px !important;
}
.hs-blog-name-ansible-motion-news .delta-series > p 
{
   line-height:17px !important;
}
.hs-content-path-about-driving-simulator-science .delta-series {
    padding: 4px 0 0;
    text-align: center;
}

  .maindiv1 .backli > li {
    max-width: 96% !important;
}
.hs-content-path-driving-simulator-solutions .main-text .backli li span {
min-height: 88px;
}
.backli.givenheightbtm {
    min-height: 110px;
}

.advantage-text p {
    font-size: 14px;
    line-height: 20px;
  }
  #cssmenu ul li a {
    margin: 0 4px;
}
.banner {
    /*max-height: 427px;*/
    max-height:217px !important;
}
.span4.widget-span.widget-type-rich_text.solution-module.threesection, .span4.widget-span.widget-type-rich_text.threesection, .span4.widget-span.widget-type-rich_text.lastsection {
    min-height: 419px !important;
}

.maindiv1 {

    min-height: 256px;

}

.delta-series  p {
    
    width: 90%  !important;
}

.delta-text .delta-series  p {
    width: 86%;
}
.login-sec a {
    margin-right: 0;
    text-decoration: none;
}
/*.main-head li:last-child {
   width: 49.92%;
}*/
  }
 


 @media (min-width:768px) and (max-width:991px)  {
    .delta-icon {
    height: 30px;
    width: 40px;
}
.delta-icon img
{
    max-width:20px;
}
  .login-sec a {
    margin-right: 0;
    text-decoration: none;
}   
     
.bannertext, .banner-learn {
	bottom: 44px;
	width: 63%;
}
.container {
	max-width: 750px;
}
.banner-learn {
	bottom: 90px;
}
.range-main p {
	max-width: 750px;
}
.range {
	max-width: 750px;
	text-align: center;
}

.delta {
	width: 40%;
}
.delta-img {
	text-align: left;
	width: 51%;
    float:left;
}
.logo  a {
	padding-left: 0;
}
.banner {
	max-height: 390px;
}
.logo {
	width: 27%;
}
#cssmenu  ul  li  a {
	margin: 0 7px;
}
.advantage-text p {
	font-size: 15px;
}

.delta-series  p {
	padding: 6px 5px 6px 20px;
}
.header-main.smaller .logo, .logo {
    transition: none 0s ease 0s ;
}

.main-text .backli li:first-child, .main-text .backli li:last-child {
    font-size: 12px;
 }

.main-text li:first-child
{
    text-indent:3px;
}
.hs-content-name-home .delta-icon {
    left: -3px;
}
.span12.widget-span.widget-type-rich_text.cta2.delta.rtxt {
    max-height: 124px;
}
.delta-series
{
    padding:13px 0 0 7px;
}
.delta-text
{
    width:49.9%;
     min-height: 127px;
}
.delta-img
{
    width:50%;
     min-height: 127px;
     float:left;
}
.hs-content-path-driving-simulator-solutions .delta-img
{
    width:50%;
     min-height: 123px;
     float:left;
     
}
.hs-content-path-driving-simulator-solutions .delta-text
{
    width:49.9%;
     min-height: 123px;
}
.delta-series {
    padding: 3px 0 0 6px;
}
.delta-icon {
    left: 1px;
}
.hs-content-path-about-driving-simulator-science .solution-module {
    padding-left: 0 !important;
}
.team-content .specialist span, .contact > span {
    display: inline-block;
    padding-left: 2%;
    vertical-align: top;
    width: 86% !important;
    font-size:13px;
}
.team-content .designation span {
font-size: 13px;
}
.contact {
    padding-bottom: 0 !important;
    padding-top: 7px;
}
.specialist {
    padding-bottom: 0 !important;
}
.main-head li
{
    text-align:center !important;
}
.main-text .backli li{  background-position: 7px 9px; }



.main-text1 {
    max-width: 100%;
    padding: 0 5px;
    width: 100%;
}
.maindiv1 .backli > li {
    display: block;
    float: left;
    max-width: 100% !important;
    padding: 6px 0 2px 17px;
    width: 91%;
}
.hs-content-path-about-driving-simulator-science .delta-img, .hs-content-path-about-driving-simulator-science .delta-text {
   min-height: 120px;
   }
.hs-blog-name-ansible-motion-news .delta-img, .hs-blog-name-ansible-motion-news .delta-text
{
     min-height: 120px;
  }
  
.hs-blog-name-ansible-motion-news .delta-series h4 {
    color: #444;
    font-size: 14px;
}
.hs-blog-name-ansible-motion-news .delta-series > p {
line-height: 11px !important;
 padding: 3px 6px 1px 18px !important;
    }
.hs-content-path-about-driving-simulator-science .delta-series > p {
    font-size: 11px !important;
    line-height: 11px !important;
    padding: 4px 0 0 14px !important;
}
.hs-content-id-2492730823 .span2 {
    display: inline-block;
    width: 21.3%;
}

.hs-content-id-2492730823 .span10 {
    display: inline-block;
    width: 58% !important;
}

.maindiv1 .backli > li {
    max-width: 96% !important;
}

.table-design {
    width: 81%;
}
.threesection, .lastsectio
{
  padding: 12px 19px 0 !important;
  width: 33.333% !important;
}
.advantage-text h3
{
    font-size: 18px;
}
    
  .advantage-text {
    color: #fff;
    margin-left: 8px;
    padding: 6px 20px 0;
    text-align: center;
}  
 
.advantage-text p {
    font-size: 13px;
    line-height: 17px;
    padding: 1px 0 0;
} 
/*.main-head li:last-child {
   width: 49.78%;
}*/
.tooltippro3 {
    left: -21px !important;
}
.tooltip2.tooltippro2 {
    left: -24px;
}
.tooltip1.tooltippro1 {
    left: -22px;
}


.bannertext p {
    font-size: 21px;
    padding: 10px 0 15px 49px;
}
}

@media (min-width:767px)
{
    #cssmenu ul li.collapsed.seventh-child {
    display: none !important;
}
}



 @media (max-width:767px) {
     .login-sec {
    display: none !important;
}
#cssmenu  ul
{
    text-align:center !important; 
}
.seventh-child a * {
    display: inline;
}
    .banner-learn {
    bottom: 17px !important;
}
.bannertext, .banner-learn {
	left: 0;
	right: 0;
	text-align: center;
	width: 75%;
	margin: auto;
}
.bannertext  p, .banner-learn a {
	padding: 10px 0 20px;
}
.logo {
    display: block;
    padding-bottom: 16px;
    width: 100%;
	float:none;
}
.header {
	text-align: center;
	padding: 12px 0 0;
}
.navigation {
	background: none repeat scroll 0 0 #ccc;
	display: block;
}
.bannertext, .banner-learn {
	bottom: 44px;
}
.banner-learn {
	bottom: 89px;
}
.icon {
	padding: 11px 0;
	width: 49%;
}
.icon-text  p {
	min-height: 29px;
}
.advantage-main {
	padding: 20px 0;
	text-align: center;
}
.advantage-img {
	float: none;
	margin-right: 0;
}
.delta {
	display: block;
	margin: 0 auto 20px;
	width: 290px;
}
.delta:last-child {
	margin-bottom: 0;
	margin-right: auto;
}
.range-main .simulator {
	padding: 34px 10px 11px;
}
.range-main  p {
	padding: 0 10px 30px;
}
.footer {
    padding: 22px 10px 19px;
}

.road-icon {
    padding: 30px 10px;
}

.road-icon .span12.widget-span.widget-type-cell
{
    padding:0px !important;
}


.footerinner  ul  li {
	display: block;
	text-align: center;
	width: 100%;
}
.footerinner div ul li {
	display: block;
	padding: 0 5px;
}
.footerinner h5 {
	font-size: 14px;
	padding: 14px 0 4px;
}
.footer .footer-social {
	width: 100%;
}
.term {
	float: none;
}
.copyright, .term {
	display: block;
}
.footer-bottom {
	text-align: center;
}
.copyright {
	margin-bottom: 7px;
}
.footer-bottom {
	padding: 15px 0 0;
}
.bannertext, .banner-learn {
	width: 90%;
}
.educational  h3 {
	font-size: 18px;
}
#cssmenu {
	text-align: center;
}
#cssmenu  ul li#responsive-tab {
	padding: 12px 0;
}
#cssmenu  ul li.collapsed {
	border-bottom: 1px solid #8b8b8b;
	padding: 3px 0;
}
.header-main {
	position: static;
}
.bodymain {
/*	margin-top: 0;*/
    padding-top:0;
}
.logo {
    transition: none 0s ease 0s ;
}
.header, .navigation {
    transition: none 0s ease 0s ;
}


.navigation {
    display: block;
    float: none;
    padding-top: 0;
    width: 100%;
}
.custom-banner {
    text-align: center;
}
.custom-banner{
    text-align:center;

}
.custom-cta, .main-content {
    margin: 0 auto !important;
    width: 300px !important;
}


.range .span4.widget-span.widget-type-rich_text.delta {
    margin: 0 auto 20px;
    max-width: 295px;
    min-height: 149px;
}
.hs-content-path-driving-simulator-products.hs-content-name-products .span4.widget-span.widget-type-rich_text {
    margin-top: 25px;
}
.linkspolicy a {
    width: 79% !important;
}
.linkspolicy span {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    width: 21% !important;
}
.hs-content-path-about-driving-simulator-science .span12.widget-span.widget-type-rich_text {
    padding-right: 0 !important;
}
.director {
    text-align: center;
}
.specialist > span, .specialist > a, .team-content .contact span, .contact > img
{
    vertical-align: middle !important;
    text-align:left;
}
.hs-content-path-about-driving-simulator-science iframe {
    max-width: 98%;
}
.span12.widget-span.widget-type-rich_text.cta2.delta.rtxt {
    min-height: 149px;
}
.header-main.smaller .navigation {
    float:none;
}

.main-head li:first-child, .main-head li:last-child 
{
    text-indent:0px;
    text-align:center;
}
.maindiv1 .backli > li {
    float: none !important;
    text-align: left;
}
.hs-content-path-about-driving-simulator-science .delta-series {
    padding: 3px 0 0;
    text-align: center;
}
.bodyDiv .custom-banner h1 {
    font-size: 24px;
}
.bodyDiv > li {
    text-align: left;
    margin:0 !important;
}
.bodyDiv img {
    display: block;
    float: none !important;
    margin: 0 auto 15px;
    max-width: 100%;
    width: 100%;
}
.hs-landing-page hs-page hs-content-path-driving-simulator-technology-and-how-automotive-ma ul.backli {
    clear: both !important;
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
}

.three-column   hs-content-id-2475861648 h4 {
   clear:both;
}
.bodyDiv .custom-banner h4 {
    clear: both;
    margin-bottom: 15px;
    margin-top: 15px;
}
.bodyDiv ul li {
    font-size: 15px;
    margin: 3px 15px;
}
#hs_cos_wrapper_module_1424697588578872 > p {
    text-align: center !important;
}
.hs-blog-name-ansible-motion-news .delta-series > p 
{
   line-height:16px !important;
}

.more-link {
    padding: 5px 0 !important;
}
.blog-pagination {
    margin-bottom: 25px;
}
.main-head li {
    text-align:center !important;
}
#hs_cos_wrapper_module_142485098322416110 > h3 {
    margin-top: 31px;
}
#hs_cos_wrapper_widget_2457973529 > img
{
max-width: 60% !important;    
}
.bodyDiv ul li {
    font-size: 15px;
    margin: 0 !important;
    max-width: 98%;
    text-align: left;
}
.bodyDiv .custom-banner h4
{
   text-align:center !important;  
}
.backli.givenheightbtm, .backli.givenheight {
    margin: 0 auto;
    width:361px;
}


.headadjust > br {
    display: none;
}
.custom-cta {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 300px;
    width: 100% !important;
}
.span8.widget-span.widget-type-cell.solution-page {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
}
  .maindiv1 .backli > li {
    max-width: 96% !important;
}
.threesection, .lastsection {
    border: 10px solid #cfcfcf !important;
    display: block !important;
    margin: 2px auto !important;
    padding: 12px 19px 15px !important;
    width: 100% !important;
    
}

.removespc.commonfeature .bulletUses, .lastsection a, .threesection a {
    display: block;
    margin: 0 auto;
    text-align: left;
    width:332px;
}
.bulletUses, .bulletNew
{
 width:353px; 
 text-align: left;
}


.removespc.commonfeature .bulletUses {
    width: 503px;
}
.characterSticks {
    padding: 0 1px;
}
.navigation {
    width: 100% !important;
}
/*.main-head li:last-child {
   width: 49.93%;
}*/

.deltaNew > a {
    /*display: none;*/
}
.deltaNew > strong {
    display: inline-block;
    vertical-align: top;
}
.headadjust{
    display: block;
    margin: 0 auto;
    max-width: 331px;
    text-align: left;
}
.deltaNew {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 363px;
}
.tooltippro3 {
    left: -21px !important;
}
.tooltip2.tooltippro2 {
    left: -24px;
}
.tooltip1.tooltippro1 {
    left: -22px;
}

.bannertext p {
    font-size: 19px;
    line-height: 24px;
}

  .header > .row-fluid-wrapper > .row-fluid {
    display: inherit;
  }
}


 @media (max-width:639px) {
.bannertext, .banner-learn {
	bottom: 80px;
}
.banner-learn {
	bottom: 49px;
}

.main-text .backli li:first-child span, .main-text .backli li:last-child span {
    min-height: 72px !important;
  }

.main-head li
{
    min-height:38px;
}
.span12.widget-span.widget-type-rich_text.cta2.delta.rtxt {
    min-height: 149px !important;
}
.bulletUses, .bulletNew
{
 width:353px;  
 text-align: left;
}
}
 @media (max-width:639px) {
.bannertext, .banner-learn {
	width: 100%;
	font-size: 15px;
}
.bannertext  p {
	line-height: 18px;
}
.bannertext  p, .banner-learn a {
	padding: 10px 0;
}
.bannertext, .banner-learn {
	bottom: 60px;
}
.banner-learn {
	bottom: 29px;
}
.icon {
	width: 100%;
}
.icon-text  p {
	min-height: auto;
}
.advantage-text  p {
	font-size: 14px;
	line-height: 18px;
}
.footerinner div ul li {
	padding: 3px 5px;
}
.educational  h3 {
    font-size: 13px;
	line-height:20px;
}

.banner video {
    display: none;
}
.bannertext, .banner-learn{
	position:static;
}
.hs-content-path-driving-simulator-news .hs-featured-image {
    max-width: 50%;
  }
  .header-main.smaller .navigation {
    float: right;
}
.maindiv1 .backli > li {
    float: none !important;
    font-size: 13px;
    text-align: left !important;
}

  .maindiv1 .backli > li {
    max-width: 96% !important;
}
  .maindiv1 .backli > li {
    max-width: 96% !important;
}
.characterSticks {
    display: block;
   width: 99%;
   padding:0;
}
.custom_list_padding .backli.ulbottom {
    display: block;
    margin: 0 auto 25px;
    max-width: 361px;
    text-align: left;
}
.removespc.commonfeature .bulletUses {
    width: 368px;
}
/*.main-head li:last-child {
    width:49.78%;
}*/
.tooltippro3 {
    left: -30px !important;
}
.tooltip2.tooltippro2, .tooltip1.tooltippro1 {
    left: -31px;
}

}





a.more-link{
	padding:10px 0 14px;
    text-decoration:none;
    color:#ff6d13;
}

a.more-link:hover,a.topic-link:hover, a.author-link:hover {
    text-decoration:underline;
}
a.topic-link, a.author-link {
    text-decoration:none;
    color:#ff6d13;
}
.products-side span p strong img{
	 margin-top: -4px;
    vertical-align: top;
}
.hs-blog-name-ansible-motion-news #hubspot-author_data a.author-link {
    display: none;
}
.custom_error_message h2 {
    font-size: 22px;
    padding: 7px 0;
}
.custom_error_message p {
    padding: 0 0 7px;
}
.hs-content-name- .main-content #hs-search-module .input input {
    margin: 10px 0;
}
.deltaNew
{
    display: inline-block;
    margin-bottom: 15px;
}
.backli.givenheight {
    min-height: 120px;
}

/*#hs_cos_wrapper_module_1426591149260755 strong, #hs_cos_wrapper_module_1426591151317911 strong {
    display: inline-block;
    padding-left: 9px;
}*/
.custom-banner .backli.givenheight > li, .backli.givenheightbtm > li {
    min-height: 36px;
    text-align:left;
}
.custom-banner h6 {
    font-size: 15px;
    padding-bottom: 5px;
}
.custom-banner a strong {
    display: block !important;
    margin-top: 16px;
    padding:0 !important;
}

.backli.termul > li, .backli.termsBullet > li {
    line-height: 15px !important;
    margin: 0;
    padding: 7px 0 0 20px;
}
.backli.termul {
    display: block;
    margin-bottom: 25px;
}

.linkspolicy span {
    display: inline-block;
    width: 20%;
    font-weight:bold;
}
.linkspolicy a {
    display: inline-block;
    text-align: center;
    width: 60%;
    vertical-align:top;
}
.specialist > a {
    display: inline-block;
    vertical-align: top;
   }
.specialist > span
{
 padding-top: 1px;
}
.hs-content-id-2475861648 .navigation
{
    display:none;
}
/*.main-head li:last-child {
    width: 49.78%;
}*/

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

#cssmenu ul
{
    width:100% !important;
    text-align:right;
}
@media (min-width:992px) and (max-width:1200px)  {
	

    
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px;
}
.car-img {
    margin-right: 11px;
}

#cssmenu ul li a {
    margin: 0 14px;
}



.hs-featured-image-wrapper {
    width: 72%;
}

.delta-icon
{
    left:-24px !important;
}

.main-text .backli li:first-child span, .main-text .backli li:last-child span {
    min-height: auto;
   
}
.main-text .backli li:first-child, .main-text .backli li:last-child {
    font-size:13px;
}
.banner {
    max-height: 427px;
}

.custom-banner p
{
   clear: both !important;
    font-size: 15px;
    padding-bottom: 16px;
    padding-left: 33px;
    width: 100%;
}

.headadjust {
    display: block;
    min-height: 36px !important;
}

.hs-content-path-ansible-motion-terms-of-use.hs-content-name-terms-of-use .bannermain .span12.widget-span.widget-type-widget_container, .hs-content-path-ansible-motion-privacy-policy .bannermain .span12.widget-span.widget-type-widget_container {
    padding: 0 25px !important;
}
.specialist > span, .contact > span {
    width:89% !important;
}



}



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

    
    
	.car-img h3 img {
    height: auto !important;
}
.car-text {
    width: 53%;
}
.main-text li {
    font-size: 13px;
 }
.main-head {
    display: inline-block;
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 6px;
}

.car-img {
    margin-right: 10px;
}
.custom-banner .content-main, .custom-cta {
    padding: 0 !important;
}
.delta-series > p {
    font-size: 11px !important;
    line-height: 13px !important;
	padding: 3px 12px 1px 15px !important;
}
.car-text h3 {
    font-size: 15px;
}

.solution-module li span, .custom-banner ul li span {
    margin: 0 0px 0 0;
}
.solution-module li p, .custom-banner ul li p {
    width: 93%;
}


.hs-content-name-products .solution-module .span12.widget-span.widget-type-rich_text {
    padding: 0 15px !important;
}
.txtData {
    font-size: 13px;
}

body {
    padding: 0 !important;
}
.solution-module iframe {
    width: 100%;
}
.post-header h2 {
    font-size: 19px;
}
.blog-section .section.post-body img {
    height: auto !important;
    width: 43% !important;
}

.footer {
    padding: 40px 14px 15px;
}

.banner-learn {
    bottom: 17px;
}
.banner {
    max-height: 170px !important;
}
.footerinner #hs_cos_wrapper_module_14242698304301123 span a {
    display: inline-block;
    vertical-align: top;
    width: 87%;
}
.delta-icon
{
    left:4px;
}
.main-head
{
    max-height:54px;
}

.hs-content-path-driving-simulator-solutions .delta-text{
    min-height: 122px;
    width: 49%;
    display:inline-block;
}
.hs-content-path-driving-simulator-solutions .delta-img {
    min-height: 122px;
    width: 49.99%;
    display:inline-block;
    float:left;
}
.delta-text{
    min-height: 127px;
    width: 50%;
    display:inline-block;
}
.delta-img {
    min-height: 127px;
    width: 50%;
    display:inline-block;
    float:left;
}
 .delta-icon
{
    left:1px;
}
.delta-series {
    padding: 1px 0 0 6px;
}
.hs-content-name-home .delta
{
    max-height:129px;
}
.hs-content-name-home .delta-series {
    padding: 4px 0 0 7px;
}
#cssmenu ul li a
{
    padding:10px 6px;
}

.main-text .backli li:first-child, .main-text .backli li:last-child {
    font-size: 12px;
    }
 .main-text .backli li:first-child span, .main-text .backli li:last-child span {
    min-height: auto;
 }
.solution-module {
    padding-left: 30px !important;
}

.hs-content-path-driving-simulator-products.hs-content-name-products .span4.widget-span.widget-type-rich_text.solution-module {
    padding-left: 25px !important;
}
.backli.givenheight {
    min-height: 170px;
}
.hs-content-path-ansible-motion-terms-of-use.hs-content-name-terms-of-use .bannermain .span12.widget-span.widget-type-widget_container, .hs-content-path-ansible-motion-privacy-policy .bannermain .span12.widget-span.widget-type-widget_container {
    padding: 0 18px !important;
}
.span4.widget-span.widget-type-cell.custom-cta {
    padding-top: 20px !important;
}
.hs-content-name-contact .span12.widget-span.widget-type-cell.solution-module {
    padding-left: 0 !important;
}
.bodyDiv .custom-banner h1 {
    font-size: 24px;
    text-align: center;
}

 .bodyDiv img {
    display: block;
    float: none !important;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
#hs_cos_wrapper_widget_2457973529 > img
{
max-width: 60% !important;    
}
.bodyDiv .backli > li {
    text-align: left;
    margin:0 !important;
}
.bodyDiv .backli {
    margin-bottom: 17px;
    margin-top: 30px;
}
.bodyDiv h4 {
    margin-bottom: 20px;
}
.bodyDiv ul li
{
    margin:0 !important;
}
.bodyDiv .formDiv h3 {
    font-size: 16px;
}
iframe {
    width: 100%;
}

.backli.givenheightbtm {
    min-height: 128px;
}
.span4.widget-span.widget-type-rich_text.solution-module.threesection, .span4.widget-span.widget-type-rich_text.threesection, .span4.widget-span.widget-type-rich_text.lastsection {
    padding: 12px 19px 0 !important;
     min-height: 486px !important;
}
.navigation {
    width: 65.7459% !important;
}
.innerTable.header .txtDelta.tableBor2 {
    width: 7.8% !important;
}
.main-head li:last-child span, .main-head li:first-child span {
    min-height: 37px;
}

.thetaOne, .sigmaOne, .deltaThree {
    font-size: 14px;
}
}

@media (max-width:767px){


.content-main{
	padding-right:0px !important;
}
#cssmenu #responsive-tab > a {
    margin: 0;
    padding: 10px 0;
}
#cssmenu ul li a{
	width:100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
	margin:0 auto !important;
}
.custom-cta {
    padding: 30px 0 0 !important;
}
.custom-banner .custom-cta .delta.rtxt{
	display:inline-block;
	clear:both;
}

.footerinner h5, .footer {
    text-align: center;
}
.footer .footer-contact
{
    padding:0px;

}
.news-links ul li a {
    display: inline-block;
    padding: 0px 11px 9px;
}


#hs_cos_wrapper_module_14242698304301123 span {
    display: inline-block;
    padding: 4px 4px 12px;
}

.footerinner h3 {
    padding: 12px 0 16px;
}


.footerinner div ul li {
    display: inline-block;
    padding: 0;
    width: auto;
}
.hs-content-name-products .solution-module .span12.widget-span.widget-type-rich_text {
    padding: 0 0px !important;
}
.solution-module li p, .custom-banner ul li p {
    width: auto;
}
.txtData {
    font-size: 12px;
    text-align: left;
  }

.custom-banner .solution-module li p{
    text-align: left;
    width: 93%;
}

.solution-module iframe {
    width: 100%;
}
.content-main div p img {
    display: block;
    float: none !important;
    margin: 0 auto 10px !important;
}
.content-main div p {
    text-align: center;
}
.content-main > div {
    padding: 0 !important;
}
.post-listing {
    text-align: center;
}
.hs-featured-image-link .hs-featured-image {
    float: none !important;
    margin: 0 0 20px;
}
.span12.widget-span.widget-type-blog_content {
    padding: 0 !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item{
    display: inline-block;
    float: none;
    vertical-align: top;
}


.blog-pagination, .formDiv, .blog-section {
    text-align: center;
}
.post-header h2 {
    font-size: 18px;
}
.hs-featured-image-wrapper {
    width: 100%;
}
.blog-section .section.post-body img {
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
}

.solution-banner {
    padding: 30px 0;
}
.hs-content-name-solutions .solution-module{
	border-left:12px solid #e8e8e6;
}
.span8.widget-span.widget-type-cell {
    padding-right: 0 !important;
}
.widget-type-cta {
    text-align: center;
}

.blog-spacing .main-content {
    margin: 0 auto;
    width: 290px;
}

.main-text .backli li:first-child, .main-text .backli li:last-child  {
    font-size: 13px;
  }

.main-text .backli li:first-child span, .main-text .backli li:last-child span  {
min-height: auto;
   
}
.banner-learn {
    bottom:9px;
}
.banner {
    background: none repeat scroll 0 0 hsl(0, 0%, 75%);
    max-height: 285px;
}
.delta-img {
    text-align: left;
    width: 51%;
    float:left;
}
.delta-icon
{
    left:-25px;
}
.hs-content-path-driving-simulator-solutions .delta-text{
    min-height: 122px;
    width: 49.1%;
    display:inline-block;
}
.hs-content-path-driving-simulator-solutions .delta-img {
    min-height: 122px;
    width: 49.9%;
    display:inline-block;
    text-align:left;
    float:left;
    float:left;
}
.delta-text{
    min-height: 127px;
    width: 49.1%;
    display:inline-block;
}
.delta-img {
    min-height: 127px;
    width: 49.9%;
    display:inline-block;
    float:left;
}

.hs-content-path-driving-simulator-solutions .delta-icon {
    left: -27px;
}
.custom-banner h6 {
    font-size: 18px;
  }
  .backli.givenheight {
    min-height: 150px;
}
.custom-banner .backli.givenheight > li, .backli.givenheightbtm > li {
    min-height: 20px;
    text-align:left;
}

.backli.givenheight {
    min-height: 110px;
}
.hs-content-path-driving-simulator-products.hs-content-name-products .span4.widget-span.widget-type-rich_text {
     margin-top: 25px;
    
}
.hs-content-path-driving-simulator-products.hs-content-name-products .span4.widget-span.widget-type-rich_text.solution-module {
     margin-top: 0 !important;
  }
.custom-banner .solution-module
  {
      margin-bottom:0;
  }
.footerinner .span6.widget-span.widget-type-rss_listing {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hs-content-path-ansible-motion-terms-of-use.hs-content-name-terms-of-use .bannermain .span12.widget-span.widget-type-widget_container, .hs-content-path-ansible-motion-privacy-policy .bannermain .span12.widget-span.widget-type-widget_container {
    padding: 0 0px !important;
}
.bodyDiv .custom-banner h1 {
   text-align: center !important;
   margin-bottom:5px;
}

.bodymainLand {
    padding-top: 0;
}
.specialist > span {
    font-size: 14px;
   }
   .main-text1 {
    width: 97%;
}

.hs-content-path-driving-simulator-products .span2.widget-span.widget-type-linked_image {
    display: inline-block !important;
    margin-right: 13px;
    width: 17%;
}
.innerTable.header .txtDelta.tableBor2 {
    width: 7.8%;
}
.hs-content-name-home .delta-icon {
    left: -21px;
}

.boxhead {
    padding:0 70px !important;
}
}


@media (max-width:639px){
.car-text {
    display: block;
    width: 100%;
}

.car-img {
    margin-bottom: 20px;
    margin-right: 0;
}

.content-main p {
    text-align: center;
}

.main-text li {
    font-size: 13px;
}

.txtDelta {
    min-height: 73px;
}
.txtData {
    font-size: 12px;
    min-height: 67px;
    }
.post-header h2 {
    font-size: 16px;
}

.main-text .backli li:first-child span, .main-text .backli li:last-child span {
    min-height:auto !important;
  }
.delta-icon
{
    left:-26px;
}
.delta-text{
    min-height: 127px;
    width: 49.1%;
    display:inline-block;
}
.delta-img {
    min-height: 127px;
    width: 49.9%;
    display:inline-block;
}
.hs-content-path-driving-simulator-products.hs-content-name-products .span4.widget-span.widget-type-rich_text {
    margin-top: 25px;
}
.bodyDiv .custom-banner h1 {
    margin-bottom: 5px;
    text-align: center !important;
}

#hs_cos_wrapper_widget_2595681303 > h3 {
    margin-bottom: 2px;
}
.bodymainLand {
    padding-top: 0px;
}

.linkspolicy span {
    text-align: left;
    width: 27%;
}
.linkspolicy a {
   width: 73%;
}
.specialist > span, .specialist > a, .team-content .contact span, .contact > img {
    font-size: 13px;
    vertical-align: middle !important;
}
.main-text .backli li {
    background-position: 4px 10px;
}


.main-text1 {
    width: 96%;
}
.hs-featured-image-link .hs-featured-image {
   max-width: 26%;
   min-width:124px;
}
.bodyDiv .custom-banner h1 {
    font-size: 21px;
}
.bodyDiv .custom-banner h2 {
    font-size: 15px;
 }
 
   
.table-design {
    width: 84%;
}
.hs-content-path-driving-simulator-products .span2.widget-span.widget-type-linked_image {
  display: inline-block !important;
    margin-right: 15px;
   width: 33%;
}


.backli.newli.givenheight {
    min-height: 100px;
}
.backli.ulbottom > li
{
 background-position: left 9px;
}


.innerTable.header .txtDelta.tableBor2 {
    width: 7.9%;
}
.main-head li:last-child span, .main-head li:first-child span {
    min-height: 40px;
}
.boxhead {
    padding: 0 30px !important;
}
}



@media (max-width:479px){
.delta-icon {
    height: 30px;
    width: 40px;
}
.delta-icon img
{
    max-width:20px;
}
    
.main-head li {
    background: none repeat scroll 0 0 #cfcfcf;
    color: #fff;
    float: left;
    
}
.main-head li span
{
padding: 10px 8px;
}
.main-text p {
    font-size: 13px;
    padding: 10px 5px;
    width: 46.2%;
}

.car-img h3 img {
    height: auto !important;
}

.car-img {
    width: 51%;
}
.custom-cta, .main-content {
    width: 285px !important;
}
.main-head li {
    font-size: 12px;
}


.main-text .backli li:first-child span, .main-text .backli li:last-child span {
    min-height: 72px !important;
}
.main-text1 p {
	font-size:14px;
    width: 92%;
}
.txtData {
 	line-height:20px;
	  min-height: 84px;
}
.txtDelta {
    min-height: 90px;
}
.solution-module li span, .custom-banner ul li span {
    margin: 0;
}
.post-header h2 {
    font-size: 16px;
}
.hs-blog-social-share {
    height: auto;
    margin: 0 0 10px;
}
.footerinner h3 {
    padding: 14px 0 4px;
}


.road-icon p {
    font-size: 13px;
    line-height: 24px;

}


.advantage-text p {
    font-size: 13px;
    line-height: 24px;
}

.advantage-text h3 {
    font-size: 17px;
}


.range-main p {
    font-size: 13px;
    line-height: 24px;
}


.hs-rss-module.feedreader_box a {
    background: url("//cdn2.hubspot.net/hub/453384/file-2567272344-png/images/tag2.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    display: inline-block;
    line-height: 19px;
    padding: 0 0 6px 10px;
}


.range-main {
    padding: 30px 0;
}

.main-text .backli li {
 font-size: 13px;
}

.delta-icon {
    left: -14px;
}

.solution-module li {
    font-size: 12px;
    text-align: left;
}
.main-text1 {
    width: auto;
}
.main-text .backli li:first-child, .main-text .backli li:last-child {
    font-size: 11px;
   
}
.main-text .backli li:first-child span, .main-text .backli li:last-child span {
    min-height: auto !important;
}
.news-links ul li a
{
    background:url("//cdn2.hubspot.net/hub/453384/file-2567272344-png/images/tag2.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
}
.hs-rss-module.feedreader_box a
{
    background:url("//cdn2.hubspot.net/hub/453384/file-2567272344-png/images/tag2.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
}
.hs-content-path-driving-simulator-solutions .delta-icon {
    left: -10px;
}
.custom-banner .backli.givenheight > li, .backli.givenheightbtm > li {
    font-size: 15px !important;
    text-align: left;
}
.custom-banner .backli > li {
    font-size: 14px;
    text-align: center;
}

.linkspolicy span, .linkspolicy a {
    display: block;
    text-align: center;
    width: 100% !important;
}
.linkspolicy {
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto 20px;
    padding: 15px 0;
    width: 100%;
}
.delta-theta > p {
    display: block;
    width: 100%;
}
.specialist > span, .specialist > a, .team-content .contact span, .contact > img {
    display: block;
    font-size: 13px;
    margin: 0 auto 5px !important;
    max-width: 100%;
    text-align: center;
    vertical-align: middle !important;
   }
   .main-head li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align:center !important;
}

.main-text .backli li {
    background-position: 3px 8px;
    padding: 9px 1% 9px 7% !important;
}
.hs-content-path-driving-simulator-solutions .main-text .backli li {
    background-position: 3px 8px;
    padding: 0 !important;
}

.maindiv1 .backli > li {
    display: block;
    font-size: 13px;
    max-width: 91%;
    text-align: left !important;
    width: 100% !important;
}
.hs-content-path-about-driving-simulator-science .delta-series > p {
    color: #444 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 6px 7px 6px 14px !important;
}
.bodyDiv ul li {
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 5px 11px 5px 21px;
    text-align: left !important;
    width: 96% !important;
}
.bodyDiv .custom-banner h4 {
    padding-top: 12px;
}
.hs-blog-name-ansible-motion-news .delta-series > p {
    line-height: 13px !important;
}
.custom-banner .backli.givenheight > li, .backli.givenheightbtm > li {
    display: block;
    max-width: 95%;
    text-align: left;
    width: 100% !important;
}

.backli.givenheightbtm, .backli.givenheight, .custom_list_padding .backli.ulbottom {
    margin: 0 auto;
    max-width: 100% !important;
    width: 100% !important;
    text-align:left;
}
.backli.ulbottom > li {
    margin: 0 auto;
    max-width: 88% !important;
    width: 100% !important;
    text-align:left;
}
.custom_list_padding .backli.ulbottom {
   margin: 0 auto 25px;
}
.table-design {
    padding-left: 22px;
    width: 83%;
}
.innerTable.header .txtDelta.tableBor2 {
    display: inline-block;
    float: none;
    width: 12%;
}
.hs-content-path-driving-simulator-products .span2.widget-span.widget-type-linked_image {
    display: block !important;
    margin: 0 auto;
    width: 50%;
}
.heightAdjustM br {
    display: none;
}

.backli.ulbottom > li
{
 background-position: left 8px;
}

.innerTable.header .txtDelta.tableBor2 {
    display: inline-block;
    float: none;
    width: 7%;
}
.txtDelta.tableBor2 img {
    display: inline-block;
    max-width: 60% !important;
    margin-left: -2px;
}
.txtData.tableBor > p{
    font-size: 13px;
    line-height: 13px;
    padding: 17px 0 0;
 }
 .bulletUses, .bulletNew, .threesection a, .lastsection a {
    width: 100%;
}
.removespc.commonfeature .bulletUses {
    width: 317px;
}
.custom_list_padding .backli.ulbottom {
    margin: 0 auto;
    text-align: left;
    width: 321px !important;
}
.main-head li:last-child span, .main-head li:first-child span {
    min-height: 45px;
}
.tooltippro3, .tooltippro1, .tooltippro2  {
width: 40px !important;
left: -27px !important;
}


.backli.newli.givenheight {
    min-height: 130px;
}
.seriesbtm {
    display: block;
    text-align: left;
}

.boxhead {
    padding: 0 0px !important;
}
}
.header-container-wrapper, .footer-container-wrapper, .body-container-wrapper {
   min-width:320px;
 }

.hs_simulator_name label{
    display:block;
    padding-top:15px;
}
.hs_simulator_name .input{
    padding-top:5px;
}
.hs_simulator_name  .input ul li{
    margin:0px;
}
.hs_simulator_name  .input ul li input{
    margin-right:5px;
}

.blog ul,
.blog ol{
    margin: 10px 0 10px 20px !important;
}

/***** Form Boolean Override ******/
li.hs-form-booleancheckbox {
    list-style: none!important;
    width: auto!important;
    margin: 0!important;
    position: relative;
    padding-left: 15px;
}

li.hs-form-booleancheckbox label {color: inherit!important;}

li.hs-form-booleancheckbox input {
    position: absolute;
    top: 2px;
    left: 0;
}

form .hs-richtext {
    margin-top: 15px;
}
form .hs-richtext p {font-size: 13px!important;}

.email-prefs #submitbutton {
    font-size: 16px;
    padding: 5px 12px;
    display: inline-block;
    -webkit-appearance: none;
    background-color: #f7f7f7;
}


    body.email-unsubscribe .page-header h1 {display: none;}