/***********************************************/
/* Hubspot Theme Name: VentureSkies        	   */
/* Date Developed: November 2016		       */
/***********************************************/

/****************************************/
/* 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;}

/*****************************************/
/* CUSTOM CSS   						 */
/*****************************************/



body {
	font-family: Helvetica, sans-serif !important;
	color:rgb(1, 1, 1);
	font-size:15px;
	background:#fff;
	font-weight:normal;
    line-height: 26px;
    /*changed*/
  overflow-x: hidden;
}

.clr {float:none;clear:both;}

.alignleft {float:left;margin-right: 20px;margin-bottom: 20px;}
.alignright {float:right;margin-left: 20px;margin-bottom: 20px;}
.aligncenter {float:none;display:block;margin:auto;margin-bottom: 20px;}

.fitrow {
	margin-left:0 !important;
	margin-right:0 !important;
}
.pad0 {padding-left:0 !important;padding-right:0 !important;}
.pad1 {padding-left:15px !important;padding-right:15px !important;}
.pad2 {padding-left:30px !important;padding-right:30px !important;}

.padtop0{padding-top:0px !important;}
.padtop1{padding-top:10px !important;}
.padtop2{padding-top:20px !important;}
.padtop3 {padding-top:30px !important;}

.padbottom0{padding-bottom:0px !important;}
.padbottom1{padding-bottom:10px !important;}
.padbottom2{padding-bottom:20px !important;}
.padbottom3{padding-bottom:30px !important;}

.bottom0 {margin-bottom:0px!important;}
.bottom05 {margin-bottom:5px!important;}
.bottom1 {margin-bottom:10px!important;}
.bottom2 {margin-bottom:20px!important;}
.bottom3 {margin-bottom:30px!important;}
.bottom4 {margin-bottom:40px!important;}
.top0 {margin-top:0px!important;}
.top1 {margin-top:10px!important;}
.top2 {margin-top:20px!important;}
.top3 {margin-top:30px!important;}
.top4 {margin-top:40px!important;}
.top6 {margin-top:60px!important;}

.row.container {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.container {
	margin-right: auto!important;
	margin-left: auto!important;
	float: none;
	max-width: 942px!important;
    width: 95%!important;
	/*max-width:100%!important;*/
	float: none!important;
}

.bluebox{
background: rgba(62, 156, 227, 1);
background: -webkit-linear-gradient(#3e9ce3, #2a6999);
background: -moz-linear-gradient(#3e9ce3, #2a6999);
background: linear-gradient(#3e9ce3, #2a6999);
background: -ms-linear-gradient(#3e9ce3, #2a6999);
background: -o-linear-gradient(#3e9ce3, #2a6999);
border-style: solid;
border-width: 3px;
border-color: #3e9ce3;
border-radius: 10px;
padding:10px;
}
.darkbluebox {
background: rgba(32, 87, 129, 1);
border-style: solid;
border-width: 3px;
border-color: #1b4a6e;
border-radius: 10px;
width: 227px;
height: 35px;
}

.header-container, 
.body-container, 
.footer-container {padding-right:0!important;padding-left:0!important;}
li.widget {list-style:none;margin:0;}
time.updated {display:none;}

small {font-size: 14px;}
p, ul, ol {line-height:1.4;margin-bottom:20px;}
a{color:#0088CC;cursor:pointer;}
a:focus {text-decoration:none;}
a:hover {text-decoration:none; /**color: #005985;*/}
/*changed*/


input:focus, textarea:focus, button:focus, select:focus, .btn:focus, a:focus{outline:0}
input[type="password"], select, textarea,
input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"],
input[type="password"] {
    color: #777;
    font-size: 15px;
    height: 40px;
    width: 95%;
    max-width: 100%;
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
    font-weight: normal;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
textarea {height:100px;}
label {font-weight:200;}
iframe, img {max-width:100%;}
h1, h2, h3, h4, h5, h6,
.h2 {
	line-height:1.1em;
	margin-top:0;
	margin-bottom:10px;
	color:#010101;
	font-weight:regular;
    /*changed*/
}
h1 {font-size:40px; color:#ff9902; line-height: 44px; font-weight: 300;}
h2, .h2 {font-size:21px;color:#333333;}
h3 {font-size:18px; 010101; line-height: 22px;}
h4 {font-size:18px;}
h5 {font-size:17px;font-weight:normal;}
h6 {font-size:16px;margin-bottom:0;}
/*changed*/

.text-blue {color:#0088CC!important;}
.text-gray {color:#737373!important;}
.text-dark {color:#333333!important;}
.text-small {font-size:12px;line-height:1.3;}
.listnone {list-style:none;}
/*changed*/

.bggray {background-color:#f8f8f8;}
.bgblue {background-color:#0088CC;}
/*changed*/

.underline {text-decoration:underline;}
a.underline:hover {text-decoration:underline;}

a {
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: color;
	transition-duration: .3s;
	transition-timing-function: ease;
}
.bgfade, .bx-pager a {
	-webkit-transition-property: background;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: background;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease;
}
.hoverfade a img, .arrowlink {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: opacity;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: opacity;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: opacity;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: opacity;
	transition-duration: .3s;
	transition-timing-function: ease;
	opacity:1;
	filter:alpha(opacity=100); 
}
.arrowlink:hover,
.hoverfade a:hover img {opacity:.8;filter:alpha(opacity=80); }
.allfade, .btn, input[type="submit"] {
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: all;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: all;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: all;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease;
}

img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.grouptext {display:inline-block;}
.noradius {
	border-radius:0!important;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
}
.nobr {display:none!important}
.nopbr br {display:none!important}
.nopbr p {margin-bottom:0!important}
.iframefit {max-width:100%;}
.list-space li { margin-bottom:15px;}
.tooltip-inner {background-color: #000;background-color: rgba(0,0,0,.9);}
.tooltip.top .tooltip-arrow {border-top-color: #000;border-top-color: rgba(0,0,0,.9);}

.btn, input[type="submit"] {
	color: #fff;
    /*background: #4bbcd7 /*url(//www.ventureskies.com/hubfs/assets/btn-arrow.png) right  center no-repeat*/;
    
    background-color: #eb8016;
background: -webkit-linear-gradient(#eb8016, #cc4504);
background: -moz-linear-gradient(#eb8016, #cc4504);
background: -ms-linear-gradient(#eb8016, #cc4504);
background: -o-linear-gradient(#eb8016, #cc4504);
background: linear-gradient(#eb8016, #cc4504);
/* box-shadow: inset 0px 1px 0px #ffb164, inset 0 -1px 2px #993302; */
-pie-background: linear-gradient(#eb8016, #cc4504);
    
 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    font-size: 16px;
    padding: 9px 16px 9px 16px;
    display: inline-block;
    margin: 5px 0;
    /*to be changed*/
}
.btn-lg {
    font-size: 20px;
    padding: 6px 30px 6px 30px;
}
.btn:hover, input[type="submit"]:hover {color: #fff;background-color: #852C01;}
.btn-white {color: #4bbcd7;background: #fff url(//www.ventureskies.com/hubfs/assets/btn-arrow-blue.png) right center no-repeat;}
.btn-white:hover {background: #852C01 url(//www.ventureskies.com/hubfs/assets/btn-arrow.png) right center no-repeat;color:#fff;}

#headerblock {}
.sitelogo {
    margin-top: 25px;
    margin-bottom: 25px;
}
.sitemenu {
    margin-top: 33px;
    margin-bottom: 25px;
    font-size: 16px;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul { float: right;}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li:first-child > a {padding-left:0;}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li:last-child > a {padding-right:0;}
.sitemenu a {color:#4b5056;}
.sitemenu a:hover {color:#4bbcd7;}
/*to be changed*/

.bannerblock {
	display:block!important;
	clear:both;
	background:#f7f7f7 url() center no-repeat;
	background-size:cover;
	min-height:460px!important;
    padding-top: 40px;
    padding-bottom: 40px;
  float: left;
  width: 100%;
}
.bannercontent {
	font-weight:normal;
	font-size:19px;
/* 	color:#e3e3e3; */
    width: 1050px!important;
    max-width: 100%!important;
	margin-top:5%;
}
.bannercontent h1 {
	  color:#ff9902; !important;
    font-weight: 300; !important;
    font-size: 40px;
    line-height: 44px;
    font-family: verdana;
}

.bannercontent h2{
    color:#010101;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    font-family: verdana;
}
.bannercontent li {
  color:#333333;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  margin: 6px 0;
}
.bannercontent h2{
    color:#005491;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    font-family: verdana;
}

.bannercontent p {
  font-family: 'Helvetica Neue';
  line-height: 20px;
}

.containerwrap {
    padding-top:50px;
	padding-bottom:50px;
}
.featuredcols {
    padding-left: 0;
    list-style: none;
    padding-top: 20px;
    width: 100%;
	text-align:center;
}
.featuredcols li {
    display: inline-block;
    width: 19%;
    padding: 0 15px;
    margin-bottom: 20px;
    vertical-align: top;
}
.featuredcols li img { margin-bottom: 15px;}
.featuredcols li h6 {}
#footerblock {
    color: #f0f0f0;
    font-size: 13px;
    font-weight: normal;
    background: #74828d;
    border-top: 1px solid #879299;
    padding: 30px 0;
}
#footerblock .container {min-height: 0;}

#clientslogo {
	padding-left:0;
	list-style:none;
	text-align:center;
	width:100%;
	margin-bottom:0;
	padding-top:20px;
}
#clientslogo li {
	display: inline-block;
    width: 19%;
    vertical-align: middle;
    padding: 0 10px;
}
.containerwrap.bggray {
	color:#333333;
    /*changed*/
}
.testimonialslider h3 {
    color: #333333;
    font-weight: 200;
    line-height: 1.3;
    /*changed*/
} 
.testimonialslider {width: 770px!important;} 
.testimonialslider ul {padding-left:0;}
#prefooterblock {
	padding:40px 0;
	color:#333333;
	background:#74828d;
	font-size:14px;
	font-weight:normal;
    /*changed*/
}
#prefooterblock h4 {
    color: #fff;
    margin-bottom: 10px;
}
.prefootercol {}
.prefootercol ul {
	padding-left:0;
	list-style:none;
}
.prefootercol ul li {margin-bottom:5px;}
.prefootercol ul li a {color:#eef0f0;}
.prefootercol a {color:#87c8d7;}
.prefootercol a:hover {color:#fff;}
.prefootercol p {}
#sociallinks {padding-top: 10px;}
#sociallinks li {margin-bottom: 15px;}
#sociallinks li a {
	display: block;
    padding-left: 35px;
    min-height: 30px;
    padding-top: 4px;
}
.ico-facebook {background: url(//www.ventureskies.com/hubfs/assets/icon-facebook.png) center left no-repeat;}
.ico-twitter {background: url(//www.ventureskies.com/hubfs/assets/icon-twitter.png) center left no-repeat;}
.ico-linkedin {background: url(//www.ventureskies.com/hubfs/assets/icon-linkedin.png) center left no-repeat;}

.imgoutline {border:1px solid #d3d2d2;}
#featuredcontents > .row-fluid-wrapper {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.featuredcontent {
    margin-left: 0!important;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%!important;
    float:left!important;
}
.featuredcontent .imgoutline {margin-bottom:10px;}
.featuredcontent h6 {}
.featuredcontent p {margin-bottom:12px;}
.arrowlink {
    display: inline-block;
    min-height: 14px;
    padding-right: 20px;
    background: url(//www.ventureskies.com/hubfs/assets/linkarrow.png) center right no-repeat;
    font-weight: 500;
    font-size: 15px;
}







#subscribeblock {
    padding-top: 32px;
    padding-bottom: 32px;
 
}

.subscribeform { padding-top: 6px;}
.subscribeform .hs-form-field > label {display:none;}
.subscribeform .hs_email .hs-input {width: 300px;}
.subscribeform .hs_email  {
    display: inline-block;
    padding-right: 10px;
	margin-bottom:3px;
}
.subscribeform .hs-form > div {
    display: inline-block;
    vertical-align: top;
}
.subscribeform .form-title {margin:0;}
.subscribeform .hs-button {
    margin: 0;
    width: 139px;
    height: 39px;
}
.hs-error-msgs {
    display: block;
    padding-left: 0;
    list-style: none;
    margin: 5px 0 0;
    font-weight: 300;
    font-size: 14px;
    color: red;
}
.hs-error-msgs label { font-weight: 300;}


@media only screen and (max-width: 1030px) {
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {padding-left:10px;padding-right:10px;}
}
@media (max-width: 850px) and (min-width: 768px) {
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		padding-left:5px;
		padding-right:5px;
	    font-size: 15px;
	}
	
}
@media only screen and (max-width: 850px) {
	.featuredcontent {
		width: 33.333%!important;
		margin-bottom: 30px;
	}
	#featuredcontents .featuredcontent:nth-child(3n+1) {clear:left;}
}
@media only screen and (min-width: 768px) {
	.sm-padleft0{padding-left:0 !important;}
	.sm-padright0{padding-right:0 !important;}
	.sm-right {float:right!important;}
	.sm-left {float:left!important;}
	.sm-padtop3 {padding-top:30px!important;}
/* 	body {padding-top: 50px;} */
	#headersection {
		-webkit-transition: top 200ms;
		-moz-transition: top 200ms;
		-o-transition: top 200ms;
		transition: top 200ms;	
		top:0px;
		position: fixed;
		top: 0;
		left: auto;
		right: auto;
		width: 100%;
		background: #fff;
		z-index: 9999;
		background: rgba(255,255,255,.93);
		border-bottom: 1px solid #eee;		
	}
	#headersection * {
		-webkit-transition: all 200ms;
		-moz-transition: all 200ms;
		-o-transition: all 200ms;
		transition: all 200ms;	
	}
	#headersection.affix .sitelogo {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#headersection.affix .sitelogo img {width: 150px!important;}
	#headersection.affix .sitemenu { 
		margin-top: 13px;
		margin-bottom: 5px;
	}
	#headersection .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		background: #eee;
		padding: 7px 10px;
		font-size: 12px;
		border-top: 1px solid rgba(255,255,255,.7);
		border-bottom: 1px solid rgba(0,0,0,.1);		
	}
	#headersection .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child a {border-top:none;}
	#headersection .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a {border-bottom:none;}

}
@media only screen and (max-width: 767px) {
	.xs-pad0 {padding-left:0 !important;padding-right:0 !important;}
	.xs-left {text-align:left!important;}
	.xs-right {text-align:right!important;}
	.xs-center {text-align:center!important;}
	.xs-hide {display:none!important;}
	.xs-bottom0 {margin-bottom:0px!important;}
	.xs-bottom1 {margin-bottom:10px!important;}
	.xs-bottom2 {margin-bottom:20px!important;}
	.xs-bottom3 {margin-bottom:30px!important;}
	.sitelogo { text-align: center;}
	.sitemenu {
		margin-top: 0;
		text-align: center;
		margin: 0;
		min-height: 0!important;
	}
	.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {float:left;}
	.featuredcols li {
		width: 32%;
		margin-bottom: 30px;
	}
	.prefootercol {margin-bottom:30px;}
	#headersection.affix {position:relative;}
    
    input:focus, textarea:focus, button:focus, select:focus, .btn:focus, a:focus{outline:0}
    input[type="password"], select, textarea,
    input[type="search"],
    input[type="email"],
    input[type="url"],
    input[type="text"],
    input[type="password"]{width:98%;}
    
}

@media only screen and (max-width: 500px) {
	.xxs-12 {
		width:100%!important;
		max-width:100%!important;
		display:block!important;
		clear:both!important;
		float:none!important;
		margin-left: auto;
		margin-right: auto;
	}
	img.xxs-12 {width:auto!important;}
	.featuredcols li, .featuredcontent { width:100%!important;}
	.featuredcols li br {display:none;}
	.subscribeform .hs-form>div,
	.subscribeform .hs_email .input,
	.subscribeform .hs_email {
		display:block;
	    width: 100%!important;
		padding-right:0;
	}
}
@media (max-width: 400px){
	a.mobile-trigger {right: 10px;}
	#headerblock {    padding-right: 65px;}
}

.custom-video-link {
    float: none;
    left: 0;
    margin: 0 auto !important;
    max-width: 1115px;
    position: absolute;
    right: 0;
    top: 179px;
}

.radar-systems-box,
.pricing-boxes,`
.boxes-under-pricing,
.subscribe-box,
.testimonials-box{
  	margin: 20px 0;
  	padding: 40px 20px;
	  border: 1px solid #eaeaea;
    border-radius: 5px;
}


.subscribe-box p{
		margin-bottom: 0;
}

.radar-systems-video-link{
		margin: 50px 0;
}

/*
.product_detail_phase_2_right h2 {
    color: #005491;
    font-size: 40px;
    margin: 20px 0;
}
*/

h1, h2, h3{
	font-family: Verdana !important;
}

h4, h5, h6, p, a, li{
	font-family: 'Helvetica Neue' !important;
}

.pdf-or-video-section h1{
	margin-top: 30px;
}

h1{
  font-size: 40px !important;
  font-weight: 300 !important;
  line-height: 44px !important;
  color: #ff9902 !important;
}

h2{
	font-size: 28px !important;
  line-height: 33px !important;
  font-weight: 400 !important;
}

h2.light-blue,
.light-blue h3{
	color: #53b9cc !important;
}

/* .space-bottom{
    margin-bottom: 100px;
} */

.m-b-0{
	margin-bottom: 0 !important;
}

.m-t-5{
	margin-top: 5px !important;
}

.clear{
	clear: both;
}

.space-above{
  padding-top: 50px;
}

h3 {
  font-size: 22px !important;
	line-height: 25px !important;
}

h4{
	font-size: 24px !important;
  line-height: 25px !important;
  font-weight: 500 !important;
}

.white-text{
	color: #fff !important;
}

.orange-text{
	color: #fb8c00 !important;
}

.blue-text{
	color: #005491 !important;
}

h5{
	font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

h6{
	font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

p{
	font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 32px !important;
  color: #333333 !important;
}

p.gray{
	font-size: 14px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  color: #bbbaba !important;
}

ul.angle-right>li,
ul.checked>li,
ol.default-style>li{
	font-size: 16px !important;
  line-height: 25px !important;
  position: relative !important;
  margin: 0 0 5px !important;
  color: #050000 !important;
}

ul.angle-right,
ul.checked{
	list-style: none !important;
}


ul.angle-right>li:before{
  font-family: "Font Awesome 5 Free" !important;
	font-weight: 600 !important; 
  content: "\f105" !important;
  position: absolute !important;
  top: 1px !important;
  left: -15px !important;
  margin-right: 5px !important;
}

ul.checked>li:before{
/*   font-family: "Font Awesome 5 Free";
	font-weight: 600;  */
  content: "✔" !important;
  position: absolute !important;
  top: -1px !important;
  left: -15px !important;
  margin-right: 10px; !important
}

a.link1,
.link1 a{
	font-size: 16px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  color: #bbbaba !important;
}

a.link2,
.link2 a{
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #005491;
}

a.orange-button.link2:hover,
.link2 a.orange-button:hover{
	color: #fb8c00;
}

.gray-text{
	color: #bababa !important;
}

a.hyperlink1{
	
}

a.orange-button{
	background-color: #fb8c00;
    border-radius: 2px;
    color: #fff;
    float: right;
    font-family: Helvetica Neue;
    font-size: 20px;
    font-weight: 800;
    margin: 46px 0;
    padding: 12px 33px;
}

a.blue-button{
	background-color: #2783e1;
    border-radius: 2px;
    padding: 12px 33px;
}

a.white-text{
	color: #fff;
}

/*Form Styling*/

.partner-form{
    background-color: #d5dade;
    padding: 35px;
}
/*
.partner-form {
    display: block !important;
    float: none !important;
    width: 80% !important;
    margin: 0 auto !important;  
}
*/
.partner-form .hs-form-required{
    display: none;
}

.partner-form .input{
    margin-top: 10px !important;
}

.partner-form .input .hs-input{
    box-shadow: 0 1px 2px -2px #ccc;
   /* font-size: 15px;*/
    height: 55px;
    width: 100%;
    max-width: 100%;
    border: 2px solid #b7b7b7;
    /*
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    */
    padding: 5px 10px;
    font-weight: normal;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #f2f2f2;
}

.partner-form .input .hs-input:focus{
    border: 2px solid #35a7f7;
    background-color: #fff;
}

.partner-form .hs_time_slot .input>input {
    /*height: 100px !important;*/
}

.partner-form .hs-error-msgs>li>label{
    color: #35a7f7;
    padding: 0;
    margin: 15px 0 0;
}

.partner-form label{
  display: none;
}

.partner-form .hs-button{
   background: none;
   background-color: #323030;
   width: 100%;
   text-transform: uppercase;
   padding: 9px 16px 9px 16px;
   border: none;
   -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.partner-form .hs-button:hover{
   background-color: #4bcaff;
}

.partner-form #hs_cos_wrapper_module_150489243257062{
    text-align: center;
}

.partner-form #form_submitted_text{
    text-align: center;
    font-weight: 500;
    color: #4bcaff;
    margin-top: 10%;
}

.legal-consent-container>div>p{
  font-size: 14px !important;
  line-height: 20px !important;
  color: #6a6a6a !important;
}

/*Checkboxes*/

.hs_i_would_like_to_learn_more label>span{
    color: #6e6e6e;
    display: block;
    font-family: Helvetica Neue;
    font-size: 17.9px;
    font-weight: 500;
    margin-top: 15px;
}

.hs_i_would_like_to_learn_more ul{
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    float: left;
    margin: 5px 0 40px;
    width: 100%;
}

.hs_i_would_like_to_learn_more ul>li{
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 15px;
}

.hs_i_would_like_to_learn_more ul>li input{
    display: none;
}

.hs_i_would_like_to_learn_more .hs-form-checkbox span{
    color: #6e6e6e;
    display: block;
    font-family: Helvetica Neue;
    font-size: 17.9px;
    font-weight: 500;
    padding: 4px 0 5px 30px;
    position: relative;
}

.hs_i_would_like_to_learn_more .hs-form-checkbox input[type="checkbox"] + span::after{
    background-image: url(https://2968615.fs1.hubspotusercontent-na1.net/hubfs/2968615/Catalog-Datasheets/uncheck-box-bg.png?t=1516279685120);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 21px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 19px;
}

.hs_i_would_like_to_learn_more .hs-form-checkbox input[type="checkbox"]:checked + span::after{
    background-image: url(https://2968615.fs1.hubspotusercontent-na1.net/hubfs/2968615/Catalog-Datasheets/check-box-bg.png?t=1516279685120);
}

/*Checkboxes end*/

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
}

/*Form Styling*/

.pricing-pages .header-container{
    min-height: 30px;
    border-bottom: none;
    position: relative;
    border-top: none;
}



/* START LANDIGN CHECKBOX FORM - 18 MARCH 2021 */

.partner-form li label {
  display: block;
}

.partner-form .hs-fieldtype-booleancheckbox .input {
  margin: 0 !important;
}

.partner-form .input .hs-input[type="checkbox"]{
    height: auto;
    width: auto;
}


.partner-form .hs-fieldtype-booleancheckbox li {
  margin: 0;
  padding: 0;
  position: relative;
}

.partner-form .hs-fieldtype-booleancheckbox li input {
  display: none;
}

.partner-form .hs-fieldtype-booleancheckbox label input[type="checkbox"]:checked + span::after {
  background-image: url(https://www.cryptomathic.com/hubfs/checkbox-checked.png);
}

.partner-form .hs-fieldtype-booleancheckbox label input[type="checkbox"] + span::after {
  background-image: url(https://www.cryptomathic.com/hubfs/checkbox-unchecked.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 27px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

.partner-form .hs-fieldtype-booleancheckbox label span {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0px 45px;
  vertical-align: text-top;
}

.partner-form .hs-fieldtype-booleancheckbox {
  background-color: #0385e5;
  padding: 10px 15px;
  border-radius: 2px;
}

.partner-form .hs-fieldtype-booleancheckbox ul.inputs-list {
  padding: 0;
  margin: 0;
}

/* END LANDIGN CHECKBOX FORM - 18 MARCH 2021 */



/* START LANDIGN CHECKBOX FORM - 3 MARCH 2022 */

.bannerblock.white-bg {
  background-color: #fff;
}

.bannercontent h2 {
  margin-bottom: 15px;
}

.bannercontent .left-bottom-module,
.bannercontent .right-bottom-module {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .articles-list li {
    margin: 0;
  }

  .articles-list li a {
    display: block;
    padding: 10px; 0;
  }
}
/* END LANDIGN CHECKBOX FORM - 3 MARCH 2022 */




/* START - Form Page With Video Or Image Template - 7 April 2022 */

.form-video-image .header-container-wrapper {
  background-color: #fff;
}

.form-video-image .form-header-left img {
  max-width: 298px;
  margin-left: 100px;
}

.form-video-image .form-header-right {
  padding-right: 100px;
}

.form-video-image .video-image-bg {
  padding: 0px !important;
}

.form-video-image .video-image-bg img,
.form-video-image .video-image-bg video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  z-index: -1;
}

.form-video-image .bannerblock {
	background: transparent !important;
  padding: 30px 0px !important;
}

.form-video-image .container {
  max-width: 1024px !important;
}

.form-video-image .bannercontent {
  margin: 0 !important;
}

.form-video-image .partner-form  {
  background-color: rgb(213, 218, 222, 0.8) !important;
}

@media (max-width: 863px) {
  .form-video-image .form-header-left img {
    margin-left: 20px;
  }

  .form-video-image .form-header-right {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .form-video-image .landing-content {
    margin-top: 120px;
  }
}

/* END - Form Page With Video Or Image Template - 7 April 2022 */