/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:200,400|Roboto:300,400,500');
/***********************************************/
/* 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    */
/*****************************************/


.inputs-list .multi-container{
  text-align"center";
  list-style:none !important;

}

.form-lp .hs_email {
  height: 82px;
}

.form-lp .hs_email input {
  margin-bottom: 10px !important;
}



/*.hs_please_select_a_resume .input {
background: url(https://cdn2.hubspot.net/hubfs/2387197/ugentec/landing%20page/resume.png) no-repeat;
-webkit-appearance: none;
}

.hs_please_select_a_resume input {
opacity:0;
}

.hs_please_select_a_coverletter input{
opacity:0;
}

.hs_please_select_a_coverletter .input{
background: url(https://cdn2.hubspot.net/hubfs/2387197/ugentec/landing%20page/cover%20letter.png) no-repeat;
-webkit-appearance: none;

}*/

.profile-flex-txt:nth-child(3n) {
  padding-right: 0px;   
  width: 33%;
}


.banner-img img{
  display: none;
}

.banner-img .hs-editor-editable img{
  display: block;
}

.bg-indivial-head-overlay {
  height: 100px;
  //background: rgba(199, 64, 144, .6);
}

.form-img img{
  display: none;
}

.form-img .hs-editor-editable img{
  display: block;
}



body
{
  margin: 0 auto!Important;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
}
.page-center
{
  max-width: 1200px;
  margin: 0 auto !important;
  float: none !important;
}

h1,h2,h3,h4
{
  font-family: "Fira Sans",sans-serif;
  font-weight:200;
  line-height:1.1;
}
p
{
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  line-height:1.4;
}

span,a,
{
  font-family: 'Roboto', sans-serif;
  font-weight:300;

}

a {
  color:#056DA0;
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
  color:#075F82;
}
a:active {
  color:#525252;
}
/*************************************************Hub DB ****************************************************/


.hubdb-row {
  min-height: 500px; 
}

.lib-cta-form {
  max-width: 500px;
  margin: 0 auto !important;
  float: none !important;
}


.lib-cta-form .input input
{
  height: 45px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.1)
    border: 0px;
  border-radius: 5px;
  border: 0px;
  padding-left: 15px;
  max-width: 92%;
  color: #575757;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.lib-cta-form .input textarea
{
  min-height: 150px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.1)
    border: 0px;
  border-radius: 5px;
  border: 0px;
  padding-left: 15px;
  max-width: 92%;
  padding-top: 10px;
  color: #575757;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}


.lib-cta-form .form-columns-2 label span
{
  color: #575757;
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: 'Roboto', sans-serif;
}

.lib-cta-form fieldset.form-columns-2 {
  padding-bottom: 20px;
}

.lib-cta-form .hs_phone input
{
  display:none;
}
.lib-cta-form .hs_phone
{
  padding-top: 25px;
}
.lib-cta-form .hs-button
{
  background: #ee7326;
  border: 0px;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
  margin: 10px 0px;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .025em;
  color: #FFF!important;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
  animation-name: button-float;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.lib-overlay {
  margin: 30px 0px 80px 0px;
  display: block;
  float: left;
  width: 100%;
  border-radius:10px;
  min-height: 560px;
}


.hubdb-pagination
{
  max-width: 440px;
  margin: 0 auto;   
}

.hubdb-pagination .previous
{
  display: inline-block;
  padding-right: 15px;
}



.hubdb-pagination .next
{
  display: inline-block;
}

.previous.inactiveprev {
  opacity: .5;
  pointer-events: none;
  display:none;
}

.next.inactiveprev {
  opacity: .5;
  pointer-events: none;
  display:none; 
}

.lib-cta-form .hs_phone {
  width: 40% !important;
}

.lib-cta-bg {
  background: rgba(162, 205, 226, 0.7);
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto !important;
  float: none !important;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  transition: all .20s ease;
}
.lib-cta-bg:hover {

  webkit-box-shadow: 0px 20px 35px -20px rgba(168,168,168,0.8);
  -moz-box-shadow: 0px 20px 35px -20px rgba(168,168,168,0.8);
  box-shadow: 0px 20px 35px -20px rgba(168,168,168,0.8);
  /*margin: 5px auto!important;*/
}

.lib-cta-form .hs-submit {
  position: absolute;
  bottom: 45px;
  left: 50%;
}

.lib-cta-form ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  position: absolute;
  margin-top: 2px;
  margin-bottom: 0px;
  color: #ee7326;
}
.lib-cta-form .hs_error_rollup{display:none;}

.lib-cta-form
{
  position:relative;   
  padding-bottom: 30px;
}


.lib-cta h2 {
  color: #363986;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

.lib-cta p {
  text-align: center;
  font-weight: 500;
  color: #575757;
}

.hubdb-col {
  float: left;
  width: 25%;
  min-height:460px;
} 

.hubdb-pagination a 
{
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 10px 14px;
  margin: 10px 0px;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  background: #525252;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .025em;
  color: #FFF!important;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
  animation-name: button-float;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  min-width:180px;
}
.hubdb-pagination a:hover
{
  color: #F1F1F1;
  background-color: #545454;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.lib-cta-form .hs-button:hover
{
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}


.hubdb-pagination {
  clear: both;
  text-align: center;
}

.hubdb-col-inner {
  margin: 35px 20px;
  background: #fafdff;
  position:relative;
  -webkit-box-shadow: 0px 12px 26px -5px rgba(224,224,224,0.6);
  -moz-box-shadow: 0px 12px 26px -5px rgba(224,224,224,0.6);
  box-shadow: 0px 12px 26px -5px rgba(224,224,224,);
  border-radius: 10px;
  min-height:380px;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  transition: all .20s ease;

}

.hubdb-col-inner .div-achnor{
  position: absolute;
  width: 100%;
  height: 100%;
}


.hubdb-col-inner:hover {
  -webkit-box-shadow: 0px 20px 35px -20px rgba(168,168,168,0.8);
  -moz-box-shadow: 0px 20px 35px -20px rgba(168,168,168,0.8);
  box-shadow: 0px 20px 35px -20px rgba(168,168,168,0.8);
  margin: 30px 20px;
}
.hubdb-col:nth-child(4n+1) {
  // clear: both;
}


.dropdown-active .dropdown-holder
{
  //display:block !important;
}
.dropdown-holder
{
  //display:none !important;
}

.hubdb-col-inner-desc
{
  padding: 20px;  
}
.hubdb-col-inner-image img
{    
  max-width: 100px;
  background: #fff;
  padding: 15px 0px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;

}
.hubdb-col-inner-image
{
  position: relative;   
  background-position: center !important;
  background-size: cover!important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.dynamic-data-left h1
{
  margin-top:0px;
  color:#575757;
}

.bg-indivial-head {
  height: 100px;
  background-position: center !important;
  background-size: cover !important;
}

.hubdb-col-inner-image p
{
  position: absolute;
  color: #fff;
  background: #f9b122;
  padding: 6px 24px;
  top: 0;
  right: 0;
  margin: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 14px;
}

.hubdb-col-inner-desc h2
{
  font-size: 20px;
  font-weight: 500;
  color:#575757;
  padding-bottom:10px;
}
.hubdb-col-inner-desc p {
  font-size: 16px!important;
  color:#575757;

}
.dynamic-data-right p
{
  color:#575757;  
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}
.dynamic-data-left p
{
  color:#575757;  
}

.hubdb-col-inner-desc a
{
  text-decoration: none;
  color:#575757;
  font-weight: 500;
  margin: 30px 0px;
  display: block;
}



.catg li {
  background: #97c22c;
  display: inline-block;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin: 0px 10px 10px 0px;
}

.assay-plug
{
  padding:0px;
}
.assay-plug li
{
  list-style: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
  line-height: 35px;
  width: 40%;
  float: left;
  padding: 5px 0px 5px 40px;
  font-size: 14px;
  color: #575757;
}

.catg ul, .targets ul,.samples ul{
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.targets li {
  list-style: none;
  float: left;
  width: 50%;
}

.samples li {
  list-style: none;
}

.dynamic-data h2
{
  clear: both;
  font-weight: 400;
  color: #525252;
  font-size: 24px;
  padding-top: 20px;
}

.dropdown-active .dropdown-holder div
{
  //display:block !important;

}
.dropdown-holder div
{
  //display:none !important;
}

.dynamic-data {
  padding-top: 80px;
}


.dynamic-data-left {
  float: left;
  width: 70%;
}


.dynamic-data-right {
  float: left;
  width: 20%;
  padding: 20px 20px 30px 20px;
  margin: 0px 20px;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  border-radius: 10px;
  padding-left: 40px !important;
}
.dynamic-data-right a
{
  color: #0074bc;
  font-weight: 500;
}

li.inactive-assay {
  opacity: 0.2;
}

.assay-plug span
{
  font-size: 12px;
  position: absolute;
  background: #f9b122;
  color: #fff;
  padding: 5px;
  line-height: 10px;
  border-radius: 10px;
  margin-left:8px;
}
.bottom-buttons.common-Button a {
  min-width: auto;
}

.bottom-buttons1 i
{
  padding-right: 10px;   
}

.bottom-buttons
{
  clear:both;
  padding: 30px 0px 50px 0px;
}

.bottom-buttons p
{

  font-size: 14px;
  max-width: 850px;
  color: #575757;
}

.bottom-buttons a.bottom-buttons2 {
  background: #ee7326 !important;
  margin-left: 15px !important;
}
.dynamic-data-right i.fas.fa-arrow-right {
  padding-left: 20px;
}

.hubdb-content {
  max-width: 80%;
  margin: 0 auto!important;
  float: none !important;
}

.hubdb-content h1
{
  color: #747474;
  margin-top: 0;
}

.hubdb-content p
{
  color: #747474;
}

.hubdb-header
{
  background:#C;
  padding:100px 0px;
}

.search-data:focus
{
  border:1px solid #66c1bf;
  box-shadow: none;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  transition: all .20s ease;

}


.search-data::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b4b1b1 !important;
  opacity: 1; /* Firefox */
}

.search-data:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b4b1b1!important;
}

.search-data::-ms-input-placeholder { /* Microsoft Edge */
  color: #b4b1b1!important;
}


.lib-cta-form .input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b4b1b1 !important;
  opacity: 1; /* Firefox */
}

.lib-cta-form .input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b4b1b1!important;
}

.lib-cta-form .input input::-ms-input-placeholder { /* Microsoft Edge */
  color: #b4b1b1!important;
}

.lib-cta-form .input textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b4b1b1 !important;
  opacity: 1; /* Firefox */
}

.lib-cta-form .input textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b4b1b1!important;
}

.lib-cta-form .input textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #b4b1b1!important;
}


.partner-header h1, .partner-header h2, .partner-header h3, .partner-header h4 {
  margin: 90px 0px -40px;
}

.search-data {
  max-width: 250px;
  height: 50px;
  -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 10px 15px rgba(0,0,0,0.05);
  box-shadow: 0 10px 15px rgba(0,0,0,0.05);
  border: 1px solid transparent;
  border-radius: 5px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2387197/ugentec/features/search.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 10px center;
  padding-left: 40px !important;
  color: #575757;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  transition: all .20s ease;
}


.hubdb-row {
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
  width:100%;
}





/*****************************************************Hub DB  End************************************************/

/*****************************Header***********************/

.header-together-wrapper
{
  padding: 20px 15px 15px 15px;
}

.header-cta
{
  padding-top: 20px;
  margin: 0!Important;
  margin-left: -56px!Important;
}

.logo-img img
{
  max-width: 60%;
  padding-top:4px;
}




.header-nav
{
  text-align: center;
  padding: 0px 0px;
}
.header-nav ul li a
{
  color: #A7A7A7;
  padding: 12px 25px!Important;
}

.header-nav ul .active a 
{
  background-color: #f7f7f7;
  font-weight:300;
}

.header-nav ul li a:hover
{
  background-color: #f7f7f7;
}

.header-nav ul li:active
{
  background-color: #f7f7f7;
  font-weight:300;
}

.FastFinder-wrapper,.Molecular-wrapper,.job-banner-wrapper,.contact-form-wrapper
{
  /*margin-top: 57px!important;*/
}

.header-nav ul li.active 
{
  background-color: #f7f7f7;
}

.header-wrapper
{
  /* position: fixed;*/
  z-index:99999;
  position:relative;
}

.stick-header-top
{
  position: absolute;
  bottom: -38px;
}

.header-grp-remove-space
{
  background-color: #fff;
}

.cta-scroll-stick
{
  text-align: center;
  margin-top: -1px;
}

.header-cta
{
  display:block!important 
}

.StickyHeader .header-cta
{
  display:none!important 
}

.header-nav ul li ul li a
{
  padding: 6px 40px!Important;
  text-align: left;
  max-width: 100%!Important;
  width: 100%!Important;
}


.header-nav ul li ul li:first-child a
{
  padding-top: 8px!Important;
}
.header-nav ul li ul li:last-child a
{
  padding-bottom: 8px!Important;
}


.header-nav ul li ul li:hover 
{
  background-color: #e7e7e7;

}
.header-nav ul li ul li 
{
  min-width:200px;
}
.header-nav ul li ul 
{
  background-color: #f7f7f7;
}

.header-bottom-img
{
  min-height: 100%!Important;
  height: 10px;
}
.header-bottom-img img
{
  height: 3px;
  width: 100%!Important;
  vertical-align: top;
}

.StickyHeader
{
  /*position: fixed;*/
  top: 0;
  z-index: 99999;

}

.header-nav ul li a:hover 
{
  color: #7b7b7b;
}

/*.ctaa_stick
{
display:none!important;
}

.StickyHeader .ctaa_stick 
{
display:block!important;
}*/



.cta-scroll-stick a
{
  color: #27d037!important;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 7px 15px;
  border: 1px solid #27d037;
  background: #fff;
  border-color: #27d037;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.cta-scroll-stick a:hover 
{
  background: #27d037;
  border-color: #27d037;
  box-shadow: 0 1px 0 #27d037;
  color:#fff!important;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.Quote-images-mobile,.adventure-mobile-bg-img,
.Industrial-mobile-bg-img,.adventure-img-mobile,
.feature-Standardized-img-mobile,.features-Flexible-img-mobile
{
  display:none!important;
}


/*****************************Header close***********************/

/*****************************footer***********************/


.footer-bottom-img
{
  min-height: 100%!Important;
}
.footer-bottom-img img
{
  height: 6px;
  width: 100%!Important;
  vertical-align: top;
}

.footer-bottom-img
{
  height: 10px;
}

.footer-wrapper
{
  padding: 20px 15px 0px 15px;
  background-color: #ebebeb;
  margin-top: -5px;
}
.footer-nav-link
{
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
}
.footer-nav-link ul li a
{
  color: #868685;
  cursor:pointer!important;
  padding: 0px 15px 10px 15px!Important;
  width: 100%!important;
  font-size: 14px!important;
  margin-bottom:4px!important;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  border-left:1px solid #e5e5e5;
  margin:1px!important;
}
.footer-nav-link ul li a:hover
{
  border-left:1px solid #575757;
}

.footer-nav-link ul li:first-child a{
  font-size:16px!important;
}

.latest-version p
{
  color: #868685;
  margin: 0px;
  padding-bottom: 15px;
  font-size: 14px!Important;
  font-weight: 300;
}

.latest-version p span
{
  display:block;
  font-size: 14px!Important;
  font-weight: 300;
}


.address-link h3
{
  color: #868685;
  margin: 0px;
  padding-bottom: 10px;
}

.address-link p
{
  color: #868685;
  margin: 0px;
}

.address-link p span
{
  display:block;
  font-size: 12px;
}

.address-link a
{
  color: #868685;
  text-decoration: none;
}

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

.footer-form h3
{
  color: #868685;
  margin: 0px;
  padding-bottom: 10px;
}



.footer-together-wrapper
{
  padding-bottom: 40px;
}

.copy-right-img
{
  text-align: center;
}

.copy-right-img img
{
  max-width: 50%;
  vertical-align: middle;
  margin-bottom:3%;
}

.copy-right-img p
{
  color: #868685;
  margin: 0;
  padding-top: 8px;
  font-size: 12px!Important;
  font-weight: 300;
}

.footer-form .input input
{
  border-radius: 0;
  border-top:0px!important;
  border-left:0px!important;
  border-right:0px!important;
  border-bottom:1px solid #C63E8F;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #ebebeb;
  background-image: none;
  margin-bottom: 15px; 
  color: #c63e8f;
}

/*this gives the input forms the correct colours,*/
.footer-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    rgba(198, 62, 143, 0.64)!important;
}
.footer-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    rgba(198, 62, 143, 0.64)!important;
  opacity:  1!important;
}
.footer-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    rgba(198, 62, 143, 0.64)!important;
  opacity:  1!important;
}
.footer-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    rgba(198, 62, 143, 0.64)!important;
}

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

.footer-form .hs-error-msgs 
{
  display: block;
  margin: 0;
  padding: 10px 0px 10px 0px;
  list-style-type: none;
  color: red;
  border-color: #C63E8F;
  margin-top: -15px;
  text-align: center;
  margin-bottom: 15px;

}
.footer-form .actions input
{
  background:rgba(0,0,0,0);
  color: #C63E8F;
  border:1px solid #C63E8F;
  border-radius: 6px;
  width: 50%;
  margin-left:25%;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
}
.footer-form .actions input:hover
{
  background: #C63E8F;
  color: #FFF;
}

.esf-image img
{
  max-width: 100%;
}

.esf-image p
{
  padding-top: 10px;
  margin: 0;
}

.esf-image a
{
  color: #868685;
  text-decoration: none;
  font-weight:300;
  font-size:14px!important;
}

/******************************************* NEw Header *******************************************/
.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li img {
  max-width:34px;
}
/**This is the "main" header in the nav bar**/
.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a
{
  color: #747474;
  max-width: 90%;
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul
{
  padding-top:20px;
}
.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover
{
  background:#f9f9f9;
}
.top-arrow
{
  text-align: center;
  margin-top: 1px;
}
.top-arrow img
{
  max-width: 40px;
}
/**This is the "secondary" header in the nav bar**/
.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a span
{
  font-size: 12px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #747474;
}

.bottom-section li:hover a{
  color:#454545 !important;
  cursor:pointer !important;
}
.bottom-section li:hover a span{
  color:#454545 !important;
  cursor:pointer !important;
}


.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a>span
{
  float: left;
  padding-right: 15px;
  padding-top: 5px;
}
.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li
{
  width: 100%;
  float: none;
}

.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul
{
  width: 100%;
}

.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a>span+div
{
  padding-top: 5px;
}








/*****slider**************/

.image-slider-one-to-ten .hs_cos_flex-control-paging
{
  right: 16%;
  top: 29%;
  width: auto;
  z-index: 99999;
}

.image-slider-one-to-ten .hs_cos_flex-control-nav li 
{
  margin: 20px 6px;
  display: block;
}

.image-slider-one-to-ten .hs_cos_flex-slider .caption
{
  top: -35%;
}

.plateform-access h4
{
  margin: 0;
  color: #575757;
  display:inline-block;
}

.plateform-access p 
{
  margin: 0;
  color: #575757;
  display:inline-block;
}

.image-slider-one-to-ten .hs_cos_flex-viewport
{
  padding-top:180px;
}

.image-slider-one-to-ten .hs_cos_flex-slider 
{
  background: #e6e6e6;
  padding-top: 135px;
}

.image-slider-one-to-ten .hs_cos_flex-slider .caption 
{
  background-color: #e6e6e6;
}

.image-slider-one-to-ten .hs_cos_flex-slider .hs_cos_flex-slides img 
{
  width: 50%;
}

.image-slider-one-to-ten .hs_cos_flex-slider .caption 
{
  background-color: transparent;
  position: absolute;
}
.image-slider-one-to-ten .hs_cos_flex-control-paging li a.hs_cos_flex-active
{
  background: rgb(74, 195, 86);
}

.image-slider-one-to-ten .hs_cos_flex-slider 
{
  background: #e6e6e6;
}

.image-slider-one-to-ten .plateform-access p
{
  line-height: 20px;
}

.image-slider-one-to-ten .hs_cos_flex-slider .hs_cos_flex-prev
{
  left: 23%;
  opacity: 1;
  background-image: url(//cdn2.hubspot.net/hubfs/2387197/ugentec/slider/lift-arrow-icon.png);
}

.image-slider-one-to-ten .hs_cos_flex-slider .hs_cos_flex-next 
{
  right: 23%;
  opacity: 1;
  background-image: url(//cdn2.hubspot.net/hubfs/2387197/ugentec/laboratories/path-39.png?t=1471950479858);
}

.image-slider-one-to-ten .hs_cos_flex-slider .caption
{
  padding:0px;
}

.image-slider-one-to-ten .hs_cos_flex-direction-nav a
{
  top: 8%; 
  height:40px;
}

.image-slider-one-to-ten .hs_cos_flex-control-nav li 
{
  background-image: url(//cdn2.hubspot.net/hubfs/2387197/ugentec/slider/line.png);
  background-size: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px 0px;
  padding: 0 6px;
  padding-bottom: 30px;
}

.image-slider-one-to-ten .hs_cos_flex-control-paging li a
{
  background: rgb(217, 217, 217);
}

.image-slider-one-to-ten .hs_cos_flex-control-paging  li:last-child
{
  padding-bottom: 00px;
}

.hs_cos_flex-slider 
{
  margin: 0 0 00px;
}

/******disclaimer**********/

.disclaimer-wrapper
{
  margin-top: 57px !important;
  padding: 60px 15px;
  background-color: #fff;
  width: 700px!important;
  margin: 0px auto!important;
  float: none!important;
}

.disclaimer-content h2
{
  color: #575757;
  margin:0px;
  padding:06px 0px;
}

.disclaimer-content p
{
  color: #868685;
  margin:0px;
  padding-bottom:06px;
}

.disclaimer-content a
{
  color: #868685;
  text-decoration:none;
}

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

.disclaimer-content 
{
  padding:30px 0px;
}

.faster-finter-inner-wrapper
{
  width:780px!important;
  margin:0px auto!important;
  float:none!important;
}

/******form**********/

.find-out-form .hs-form-checkbox 
{
  max-width: 320px;
  float: left;
  width: 100%;
  list-style-type: none;
  text-align: left;
  padding-bottom: 10px;
}

.find-out-form .input .inputs-list
{
  padding:0px;
}

.find-out-form .hs_firstname
{
  clear: both;
}

.find-out-form h3
{
  margin:0px;
}

.find-out-form
{
  max-width: 700px!important;
  margin: 0px auto!important;
  float: none!important;
}

.find-out-form .hs-form-field label span
{
  color: #868685;
}

.find-out-form .hs-error-msgs
{
  margin: 0;
  padding: 0;
}

.find-out-form .hs-error-msgs li
{
  list-style-type: none;
  color: red;
  font-size: 13px;
}

.find-out-form .input input
{
  padding: 8px 15px!important;
  color: #868685;
}

.Automated-FastFinder-right 
{
  text-align: right;
}

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

.find-out-form .hs-form-field,.find-out-form .hs_firstname 
{
  padding-bottom: 15px;
}

.find-out-form .actions
{
  text-align:center;
}

.find-out-form .actions input 
{
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 10px 40px;
  border: 1px solid #0a8a83;
  border-radius: 6px;
  background: #56b2ad;
  border-color: #66c1bf;
  box-shadow: 0 5px 0 #0a8a83;
}

.find-out-form .actions input:hover 
{
  background: #56b2ad;
  border-color: #56b2ad;
  box-shadow: 0 3px 0 #0a8a83;
}

.video-ugentic-welcome
{
  padding-top:40px;
}

.header-cta span 
{
  font-size: 14px;
}

.Automated-FastFinder-img #hs_cos_wrapper_module_14695069812646985
{
  padding-left:0px!important;
}
/*******************content*********************/
.FastFinder-wrapper
{
  padding: 0px 15px 40px 15px;
}

.FastFinder-text
{
  padding: 30px 0 60px 0px;
}

.FastFinder-text h1
{
  color: #A7A7A7;
  text-align:center;
  margin: 0;
}

/*.product-cta span,.cta-scroll-stick span,.adventure-cta span
{
font-size: 18.2px;
}*/

.adventure-cta a:hover,.product-cta a:hover
{
  border-bottom: 2px solid #66c1bf;
  color: #575757;
}

.Quote-cta a:hover
{
  border-bottom: 2px solid #66c1bf;
  color:#fff;
}

.content-indus-page
{
  padding-left: 7%;
}

.FastFinder-text p
{
  color: #a7a7a7;
  text-align: center;
  margin: 0;
  padding-top:30px;
}

.FastFinder-text p span
{
  display:block;
}

.product-cta img
{
  max-width: 30px;
  padding-left: 100px;
}

.product-cta a
{
  text-decoration: none;
  color:#868685;
  border-bottom: 1px solid #868685;
  padding-bottom: 6px;
  cursor: pointer;
}

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

.FastFinder-video
{
  padding-top: 40px;
}

.cta-module-grp 
{
  padding: 0px 40px;
}

.welcome-video-wrapper
{
  background-color: #515151;
  padding: 40px 15px;
  margin-top: -4px;
}

.welcome-video-iframe iframe
{
  width: 100%;
  height: 640px;
  border: 0px!important;
  display: inline-block;
}

.faster-finder-video video
{
  max-height: 350px;
  margin-left: -20px;
  max-width: 110% !important;
}





.adventure-wrapper
{
  padding: 0px 15px;
  background-color:#fff;
}

.our-story-wrapper
{
  background-color:#F1F1F1;
  padding: 0px 15px;
}

.adventure-img img
{
  max-width: 75%;
  padding-top: 300px;
  height: 500px;
}

.adventure-img-home
{
  margin-bottom: -30px;
}


/*.fields a,.five-forms .actions input
{
font-size:18.2px; 
}*/

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

.features-Flexible-img-mobile,.feature-Standardized-img-mobile,
.Automated-FastFinder-img
{
  text-align:center;
}


.adventure-grp
{
  padding:60px 60px 0px 0px;
}

.adventure-content h2
{
  color: #575757;
  margin: 0;
}

.adventure-content h3
{
  padding-bottom: 120px;
  padding-top: 5px;
  color: #868685;
  margin: 0;
}

.adventure-content p
{
  color: #868685;
  margin: 0;
  padding-bottom:30px;
}

.adventure-cta a 
{
  text-decoration: none;
  color: #515151;
  border-bottom: 1px solid #999D9F;
  padding-bottom: 8px;
}

.adventure-cta img 
{
  max-width: 30px;
  padding-left: 100px;
}

.adventure-cta
{
  padding-bottom:30px;
  padding-top: 15px;
}

.cta-title-content-img
{
  padding-top: 140px;
}

.cta-title-wrapper
{
  padding: 20px 15px 0px 15px;
}


.cta-title-grp
{
  padding: 60px 60px 0px 0;
}


.cta-title-content h2 
{
  color: #575757;
  margin: 0;
  padding-bottom: 40px;
}

.cta-title-content p 
{
  color: #868685;
  margin: 0;
  padding-bottom: 30px;
}

.cta-title-cta a 
{
  color: #8d8d8d;
  border-bottom: 1px solid #616161;
}

.Quote-wrapper
{
  background-color: #008AC9;
  padding: 40px 15px;
}

.Quote-content p
{
  color: #fff;
  margin: 0;
  padding-bottom: 60px;

}

.Quote-images img
{
  padding-right: 15px;
  max-width: 100px;
  vertical-align: middle;
  float: left;
}

.img-umg-1
{
  max-width: 250px!Important;
}

.Quote-cta a
{
  color: #fff;
  border-bottom: 1px solid #fff; 
}

.Quote-cta
{
  padding-top: 80px; 
}


#span-utrect-1
{
  float: left;
  padding-top: 20px;
  padding-left: 60px;

}

#span-utrect-1 span
{
  color: #fff;
  margin: 0;
  display: block;
}

.form-wrapper
{
  background-color: #31297A;
  padding: 60px 15px 80px 15px;
}

.form-content h2
{
  color: #fff;
  margin: 0;
  padding-bottom: 40px;
  text-align:center;
}

.form-subscribe h3
{
  margin: 0;
}

.form-subscribe .input input
{
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  margin-right: 15px;
  color: #c63e8f;
  border: 0px;
  float: left;
}

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

.form-subscribe .hs-error-msgs 
{
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #c63e8f;  
}

/*.footer-form .hs-error-msgs label 
{
font-size: 12px;
}
*/
.form-subscribe
{
  text-align: center;
}

.form-subscribe .hs-form fieldset
{
  margin: 0 auto;
  max-width: 700px;
}

.form-subscribe .hs_lastname
{
  padding-right: 40px;
  padding-left: 40px;
}

.form-subscribe .hs-form fieldset.form-columns-3 .hs-form-field
{
  width: 29.4%;
}





.form-subscribe .actions 
{
  padding-top: 40px;

}


/*.pcr-software-content,.pcr-grp-outer
{
text-align: center;
}*/
.pcr-grp-outer 
{
  text-align: right;
  padding-right: 60px;
}

.pcr-software-content h2 
{
  color: #575757;
  margin: 0;
}

.pcr-software-content h3
{
  color: #868685;
  margin: 0;
  padding: 20px 0px 80px;
}

.pcr-software-content p
{
  color: #868685;
  margin: 0;
  padding: 20px 0;
}

.pcr-software-wrapper
{

  background-color: #F1F1F1;
  margin-top: -5px;
  background-image: url("//cdn2.hubspot.net/hubfs/2387197/ugentec/ugentec-home/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.Industrial-bg-img .hs-editor-editable img
{
  display: block!important;
}

.Industrial-bg-img img
{
  display: none !important;
}

.Industrial-bg
{
  display: block !important;
  min-height: 100vh!important;
  background-size: cover;
  background-position: bottom center;
}

.Industrial-software-wrapper
{
  padding:60px 0px 0px 0px;
  background-color: #f1f1f1;
}


.pcr-bg-image .hs-editor-editable img
{
  display: block!important;
}

.pcr-bg-image img
{
  display: none !important;
}

.pcr-software-wrapper
{
  display: block !important;
  min-height: 100vh!important;
  background-size: cover;
  background-position: top center;
  align-items: center;
  display: flex !important;
  justify-content: center;
}



/**********************jobscontent******************************/



.job-banner-img .hs-editor-editable img
{
  display: block!important;
}

.job-banner-img img
{
  display: none !important;
}

.job-banner-wrapper
{
  display: block !important;
  min-height: 100vh!important;
  background-size: cover;
  background-position: top center;
  padding:0px 15px;
  position:relative;
}

.job-banner-margin
{
  margin-top: -48px;
}

.arrow-button2
{
  display:none;
}

.banner-content-text h1
{
  color: #575757;
  text-align: center;
  margin: 0;
  padding: 60px 0px 5px 0px;
}

/*.Industrial-software-bg-img-1-home
{
margin-bottom: -28px;
}*/

.banner-content-text p
{
  color: #575757;
  text-align: center;
  margin: 0;
}

.banner-arrow-button
{
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15%;
}

.adventure--jobcta img
{
  padding-left: 20px;
}

.adventure--jobcta a:hover,.adventure-rtjcta a:hover
{
  border-bottom: 2px solid #008acd;
}

.out-team-says-wrapper .hs-editor-editable img
{
  display: block!important;
}

.out-team-says-wrapper img
{
  display: none !important;
}

.out-team-says-wrapper
{
  display: block !important;
  background-position: center top;
  padding:0px 15px;
  position:relative;
  margin-bottom:60px;
}

.out-team-says-heading
{
  padding-bottom: 45px;
}

.clear-image
{
  text-align: center;
  cursor: pointer;
}


.out-team-says-heading h2
{
  color: #575757;
  text-align: center;
  margin: 0;
  padding: 60px 0px 5px 0px;
}

.out-team-says-heading p
{
  color: #575757;
  text-align: center;
  margin: 0;
}

.out-team-says-content h2 
{
  color: #A7A7A7;
  margin: 0;
}

.out-team-says-content h2 span
{
  display:block;
  padding-top: 10px;

}

.out-team-says-content p
{
  color: #A7A7A7;
  margin: 0;
}

.out-team-says-content p span
{
  display:block;
}

.out-team-says-content img
{
  display:block!important;
  max-width: 100px;
  margin: 0px auto;
  float: none;
  padding-top: 40px;
}


.out-team-says-content
{
  background: #fff;
  border-radius: 35px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 50px;
  padding-bottom: 25px;
  width: 450px!important;
  margin: 0 auto!important;
  float: none!Important;
  left: 0;
  right: 60px;
  bottom: 0;
  text-align: center;
  transition:all .7s;
  -webkit-transition:all .7s;
  -moz-transition:all .7s;
}

.out-team-says-content:hover
{
  top:15px;
  box-shadow: 0 0 80px #FFF;
}


.job-something-depth-bg-img .hs-editor-editable img
{
  display: block!important;
}

.job-something-depth-bg-img img
{
  display: none !important;
}

.job-something-wrapper
{
  display: block !important;
  min-height: 100vh!important;
  background-size: cover;
  background-position: center bottom;
  padding:0px 15px;
}

.job-something-depth-content
{
  border-radius: 35px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 25px;
  width: 500px !important;
  margin: 0 auto !important;
  float: none!Important;
  text-align: center;
}

.job-something-depth-content h2 
{
  color: #fff;
  margin: 0;
  padding-top:40px;
}

.job-something-depth-content h1
{
  color: #fff;
  margin: 0;
  padding:20px 0px;
}


.job-something-depth-content p
{
  color: #fff;
  margin: 0;
}


.teach-and-learn-img
{
  padding-top:60px;
}


.teach-and-learn-content
{
  text-align:center;
  padding-top:20px;
}
.teach-and-learn-content h2 
{
  color: #575757;
  margin: 0;
}

.teach-and-learn-content h3 
{
  color: #575757;
  margin: 0;
  padding-top: 10px;
  padding-bottom:80px;

}

.teach-and-learn-content p
{
  color: #575757;
  margin: 0;
}


.teach-and-learn-content p span
{
  display:block;
}

.banner-arrow-button img
{
  cursor: pointer;
}

.ready-to-join-wrapper
{
  background-color: #eb7232;
  padding: 40px 15px;
}

.learn-and-teach-content,.learn-and-teach-cta
{
  max-width: 70%!important;
  margin: 0px auto!important;
  float: none!Important;
}

.learn-and-teach-content
{
  text-align: center;
}

.learn-and-teach-cta .click-product 
{
  float: right;
}

.learn-and-teach-cta img 
{
  max-width: 30px;
  vertical-align: middle;
}

.learn-and-teach-cta 
{
  border-bottom: 1px solid #585858;
  padding-bottom: 15px;
}

.learn-and-teach-content h1
{
  padding: 10px 0px 40px;
  margin: 0;
  color: #a1a1a1;
}

.learn-and-teach-content h2
{
  padding: 10px 0px 40px;
  margin: 0;
  color: #a1a1a1; 
}

.learn-and-teach-content p
{
  padding: 60px 0px 30px;
  margin: 0;
  color: #a1a1a1;
}

.learn-and-teach-content1 h1
{
  color: #929292;
}

.learn-and-teach-content1 h2
{
  color: #929292; 
}

.learn-and-teach-content1 p
{
  color: #929292;
}

.learn-and-teach-cta  a
{
  color: #585858;
  font-weight: 400;
}

.learn-and-teach-cta  span
{
  color: #585858;
  font-weight: 400;
}

.learn-and-teach-cta:hover
{
  border-bottom: 2px solid #66c1bf;
}

.learn-and-teach-grp
{
  min-height: 100vh!important;

}

.learn-and-teach-grp 
{
  padding-top:40px;

}


.learn-and-teach-grp1
{
  min-height: 110vh!important;
  background: #f1f1f1;

}

.ready-to-join-heading
{
  color: #fff;
  margin: 0;
  /*padding: 40px 0px;*/
  text-align: center;
}

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

.adventure-rtjcta a
{
  color:#fff!important;
  border-bottom: 1px solid #fff;
}

/*****************************info***************************/
.info-bg-image img,.pcr-bg-image img
{
  width: 100%!important;
}

.teach-and-learn-img img
{
  width: 100%!important;
}

.Industrial-software-bg-img-1 img
{
  width: 100%!important;
}

/*****************************contact us***************************/


.contact-form-bg-img .hs-editor-editable img
{
  display: block!important;
}

.contact-form-bg-img img
{
  display: none !important;
}

.contact-form-wrapper
{
  display: block !important;
  min-height: 75vh!important;
  background-size: cover;
  background-position: center bottom;
  padding:0px 15px;
  /*margin-top: -48px;*/
}


.fields 
{
  border-bottom: 1px solid #ccc;
}

.contact-list-grp img
{
  max-width: 30px;
  vertical-align: middle;
  position: absolute;
  right: 3px;
  top: -10px;
}

.contact-list-grp
{
  width:250px;
  border-bottom: 1px solid #868685;
  color: #575757;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
  cursor: pointer;
}

.contact-list-grp:hover
{
  border-bottom: 1px solid #008acd;
}
.features-Flexible-img-lab,.feature-Standardized-img-lab
{
  text-align: center;
}
.form-list i
{
  padding: 3px;
  border-radius: 40px;
  background: #1493e6;
  color: #fff;
  box-shadow: 1px 4px 17px -3px #000;
}

.form-list p
{
  color: #575757;
}


.fields a
{
  color: #575757;
}


.fields span
{
  float:right;
  color: #1493e6;
  padding-right: 20px;
}

.contact-wrapper
{
  padding:30px;
  background-color:#fff;
}

.five-forms .hs_firstname,.five-forms .hs_lastname,.five-forms .hs_email,
.five-forms .hs_company,.five-forms .hs_message,.five-forms .hs_please_tell_us_how_we_can
{
  width: 100%;
}

.form-5 .hs_please_tell_us_how_we_can .input 
{
  padding-top: 20px;
}

.form-5 .hs_please_select_a_resume .input,.form-5 .hs_please_select_a_coverletter .input 
{
  padding-top: 15px;
}
.five-forms .hs-form-radio
{
  max-width: 380px;
  float: left;
  width: 100%;
  list-style-type: none;
  text-align: left;
  padding-bottom: 10px;
}

.five-forms p
{
  margin: 0;
  padding: 20px 0px 20px;
  color: #868685;
}

.five--two-forms .hs_message
{
  padding-top: 20px;
}

.five-forms .inputs-list 
{
  padding:0px;
}
.five-forms .hs_message,.five-forms .hs-richtext
{
  clear: both;
}

.five-forms .hs_message span
{
  color: #A7A7A7;
}

.five-forms .hs-form-field span
{
  color: #868685;
}

/*.five-forms #please_select_a_resume-e0421afc-f50f-404a-89c1-c4aaef1b56b4_2252
{
background: red;
padding: 10px 15px;
}*/

.five-forms .hs_please_select_a_resume .input input,.five-forms .hs_please_select_a_coverletter .input input
{
  border-bottom: 0px solid #ccc;
}

.five-forms .hs_message textarea
{
  height: 120px;
  margin-top: 25px;
  -webkit-appearance: none;
}

.form-5
{
  position: relative;
}
.go-back-button
{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px!Important;
}

.go-back-button a
{
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom,#7ec8f4,#3574e3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  padding: 9px 14px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
}


.contact h1
{
  color: #868685;
  text-align: left;
  margin: 0px;
  padding: 30px 0px 100px;
}

.form-list
{
  width: 30%!Important;
  float: none !important;
  margin: 0 auto !important;
}

.form-5
{
  padding-left: 70px; 
}

.fields:hover 
{
  border-bottom: 1px solid #1493e6;
  cursor:pointer;
}


.five-forms .actions input{
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  cursor:pointer;
}

.form-list
{
  padding-bottom: 30px;
}

.form-5 .input input
{
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #ccc;
  color:#575757;
  font-size: 18px;
}

.form-5 .input input:focus
{
  outline:0;
}


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

.form-5 ul.hs-error-msgs
{
  padding:0;
}

.form-5 ul.hs-error-msgs li
{
  list-style: none;
  color: #a94442;
  margin-top: -20px;
}


.form-5 .input
{

  margin-bottom: 30px;
}


/***Featuring Page**/

.for-li h2
{
  color: #868685;
  margin: 0;
}

.for-li h3 
{
  color: #868685;
  padding: 0px 0 20px;
}



.for-li p 
{
  color: #868685;
  margin: 0;
  padding: 0 30px 0 0;
}

.for-li ul 
{
  padding:0;
}

.for-li li
{
  color: #868685;
  list-style:none;
  line-height: 30px;
}

.feature-form .input input 
{
  width:70%;
}


.feature-form .actions input 
{
  width:70%;
}

.head-form-wrapper
{
  padding: 40px 15px;
}

.only-cta
{
  margin: 0 auto!important;
  float: none!important;
}

.cen-text
{
  width: 800px!important;
  margin: 0 auto!important;
  float: none!important;
}

.offer-pic
{
  background-image: url('//cdn2.hubspot.net/hubfs/2387197/ugentec/ugentec-home/PCR_Load.png');
  height: 45vh;
  background-size: cover;

}

.text-home
{
  color: #a7a7a7;
  text-align: center;
  padding-bottom: 20px;
  margin: 0;
}

.contact-wrapper .widget-type-space{
  display: none !important;
}

.contact-wrapper .form-5 {
  width: 70%;
  margin: 0 auto;
  padding: 0;
  float: none;
}


/*****************************laboratories***************************/


.Molecular-bg-image .hs-editor-editable img
{
  display: block!important;
}

.Molecular-bg-image img
{
  display: none !important;
}

.Molecular-wrapper
{
  display: block !important;
  min-height: 100vh!important;
  background-size: cover;
  background-position: center center;
  padding: 0px 15px;
  /*margin-top: -48px;*/
  align-items: center;
  display: flex!important;
  justify-content: center;
}

.Molecular-wrapper-jobs
{
  align-items: initial;
  display: initial !important;
  justify-content: initial;
  padding-top: 5%;
}

.product-cta-new a 
{
  padding: 10px 30px;
}

.Molecular-content-group
{
  background: rgba(255,255,255,0.92);
  width: 1020px!important;
  padding: 60px 40px;
  margin: 0px auto!important;
  float: none!Important;
}

.Molecular-content h1
{
  color: #A7A7A7;
  text-align: center;
  margin: 0;
}

.Molecular-content p 
{
  color: #a7a7a7;
  text-align: center;
  margin: 0;
  padding: 40px 0px 120px;
}

.Automated-FastFinder-wrapper
{
  background-color: #008acd;
  min-height: 100vh!Important;
  padding: 20px 15px;
  align-items: center;
  display: flex!important;
  justify-content: center;
}

.Automated-FastFinder-img img
{
  vertical-align: middle;
  max-width: 50%;
}

.Automated-FastFinder-content h2
{
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}

.Automated-FastFinder-content h3
{
  padding-bottom:15px;
  margin:0px;
  color: #fff;
}


.Automated-FastFinder-content p
{
  color: #fff;
  margin: 0;
}

.Automated-feature-bg-img .hs-editor-editable img
{
  display: block!important;
}

.Automated-feature-bg-img img
{
  display: none !important;
}

.Automated-feature-wrapper
{
  display: block !important;
  min-height: 100vh!important;
  background-size: cover;
  background-position: center center;
  padding: 0px 15px;
  margin-top: -48px;
  align-items: center;
  display: flex!important;
  justify-content: center;
}

.Automated-feature-menu h3
{
  color: #868685;
  margin: 0;
  padding-bottom: 15px;
  text-align:center;
  padding-bottom:30px;
}

.Automated-feature-menu ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.Automated-feature-menu ul li
{
  float: left;
  cursor: pointer;
  color: #868685;
  width: 33%;
  text-align: center;
}

.Automated-feature-menu ul li span:hover
{
  border-bottom: 1px solid #868685;
}

/*.Automated-feature-menu ul li:nth-child(2) 
{
padding:0px 50px;
}*/



.Automated-feature-content p
{
  color: #868685;
  margin: 0;
  padding:0px 20px 20px 20px;
  text-align: center;
}

.Automated-feature-grp
{
  background: rgba(255,255,255,0.92);
  width:600px!important;
  padding: 20px 40px;
  margin: 0px auto!important;
  float: none!Important;
}

.Automated-feature-menu
{
  padding-bottom: 50px;
}

.hs-inline-edit .Automated-feature-content
{
  display:block!important;
}

.intro-auto span,.intro-auto1 span,.intro-auto2 span
{
  border-bottom:1px solid #868685;
  padding-bottom: 3px;
}

.features-Flexible-wrapper
{
  background-color:#2B2C7E;
  min-height: 100vh!Important;
  padding:20px 15px;
  align-items: center;
  display: flex!important;
  justify-content: center;
}

.features-Flexible-img img
{
  vertical-align: middle;
  max-width: 50%;
}

.features-Flexible-content h2 
{
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}

.features-Flexible-content h3
{
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
}

.features-Flexible-content p
{
  color: #fff;
  margin: 0;
  line-height: 30px;
}

.features-Flexible-content
{
  padding-top:150px;
}

.Automated-FastFinder-content
{
  padding-top:40px;
}

.hs-inline-edit .cyclers-software-content
{
  display:block!important;
}

.cyclers-software-menu ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
}

.cyclers-software-menu ul li
{
  display: inline-block;
  cursor: pointer;
  color: #868685;
  padding: 10px 40px;
}



.cyclers-software-menu
{
  padding: 40px 0px;
  margin: 0 auto!Important;
  float: none!important;
}

.cyclers-software-wrapper
{
  padding:30px 15px 0px 15px;
}

.cyclers1
{
  border:1px solid #eb7232;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
}
.cyclers2
{
  border:1px solid #E30513;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
}
.cyclers3
{
  border:1px solid #C63E8F;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
}
.cyclers4
{
  border:1px solid #008ACD;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
}
.cyclers5
{
  border:1px solid #2b2d7f;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
}
.cyclers6
{
  border:1px solid #65c1be;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
}

.cyclers1:hover
{
  background-color:#eb7232;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
  color:#fff;
}
.cyclers2:hover
{
  background-color:#E30513;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
  color:#fff;
}
.cyclers3:hover
{
  background-color:#C63E8F;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
  color:#fff;
}
.cyclers4:hover
{
  background-color:#008ACD;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
  color:#fff;
}
.cyclers5:hover
{
  background-color:#2b2d7f;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
  color:#fff;
}
.cyclers6:hover
{
  background-color:#65c1be;
  transition:all .3s;
  -webkit- transition:all .3s;
  -moz- transition:all .3s;
  color:#fff;
}

.intro-cycler1
{
  background-color:#eb7232;
  color:#fff!important;
}
.intro-cycler2
{
  background-color:#E30513;
  color:#fff!important;
}

.intro-cycler3
{
  background-color:#C63E8F;
  color:#fff!important;
}
.intro-cycler4
{
  background-color:#008ACD;
  color:#fff!important;
}
.intro-cycler5
{
  background-color:#2b2d7f;
  color:#fff!important;
}
.intro-cycler6
{
  background-color:#65c1be;
  color:#fff!important;
}

.cyclers-software-content img
{
  width: 50%!important;
  margin: 0px auto!important;
  float: none!important;
  display: block; 
}

.cyclers-software-content p
{
  float: left;
  color: #868685;
  padding: 40px 40px;
  width: 600px!important;
  float: none!Important;
  margin: 0 auto!important;
  text-align:center;
}


.feature-Standardized-wrapper
{
  background-color:#3EC2BF;
  min-height: 100vh!Important;
  padding:20px 15px;
  align-items: center;
  display: flex!important;
  justify-content: center;
}

.feature-Standardized-img img
{
  vertical-align: middle;
  max-width: 50%;
}

.feature-Standardized-content h2 
{
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}

.feature-Standardized-content h3
{
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
}

.feature-Standardized-content p
{
  color: #fff;
  margin: 0;
}

.Stand-big-data-img .hs-editor-editable img
{
  display: block!important;
}

.Stand-big-data-img img
{
  display: none !important;
}

.Stand-big-data-wrapper
{
  display: block !important;
  min-height: 100vh!important;
  background-size: cover;
  background-position: center center;
  padding: 40px 15px;
  align-items: center;
  display: flex!important;
  justify-content: center;
}

.Stand-big-data-content
{
  background: rgba(255,255,255,0.92);
  width: 700px !important;
  padding: 60px 40px;
  margin: 0 auto !important;
  float: none!Important;
}

.Stand-big-data-content h2
{
  color: #575757;
  text-align: center;
  margin: 0;
}

.Stand-big-data-content p
{
  color: #a7a7a7;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}

.slider-unique-wrapper
{
  background-color: #FCFCFC;
  padding: 60px 15px 0px 15px;
}

.slider-unique-content h2
{
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
  color: #575757;
}

.image-slider-one-to-ten .plateform-access  h1
{
  margin: 0;
  color: #575757;
  display: inline-block;

}

.image-slider-one-to-ten .plateform-access p
{
  margin: 0;
  color: #575757;
  padding-left:5px;
}


.image-slider-one-to-ten .plateform-access p span
{
  display:block;
}

.img-left-arrow
{
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}

.plateform-access
{
  background: rgb(230, 230, 230);
  width: 600px !important;
  padding: 20px 40px;
  margin: 0 auto !important;
  position: relative;
  float: none!Important;
  min-height: 40px;
}

.find-out-wrapper
{
  background-color: #fff;
  padding: 60px 15px;
}


.find-out-content h2
{
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
  color: #575757;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d0d0d0!important;
  font-family: 'Roboto',sans-serif!important;
  font-weight: 300!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d0d0d0!important;
  font-family: 'Roboto',sans-serif!important;
  font-weight: 300!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d0d0d0!important;
  font-family: 'Roboto',sans-serif!important;
  font-weight: 300!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d0d0d0!important;
  font-family: 'Roboto',sans-serif!important;
  font-weight: 300!important;
}


.find-out-content p
{
  margin: 0;
  color: #575757;
  text-align: center;
}

.find-out-content h2 span,.find-out-content p span
{
  display:block;
}

/******************home v2**************************/
.standard {
  background:#eee;
}
.demo .standard {
  background: #f9b122;
  background: -moz-linear-gradient(left,  #f9b122 0%, #f99a22 100%);
  background: -webkit-linear-gradient(left,  #f9b122 0%,#f99a22 100%);
  background: linear-gradient(to right,  #f9b122 0%,#f99a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b122', endColorstr='#f99a22',GradientType=1 );

}
.emphasize {
  font-size:1.2em;
  line-height:1.8em;
  font-weight:300;
}

.standard img{
  max-width:10%;
  margin-left:5%;
  height:auto;
  transition:all .5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  margin-bottom:2%;
} 
.standard img:hover{
  max-width:12%;
  margin-left:8%;
  margin-right:3%;
  margin-bottom:0%;
} 

.faster-finter-inner-wrapper
{
  /*margin-top: 57px;*/
  padding:0px 15px;
}

.faster-finder-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: center;
  padding: 60px 0px 40px;
}

.faster-finder-content p
{
  color: #9e9e9e;
  text-align: center;
  padding: 30px 0px;
}

.faster-finder-video
{
  padding-top: 30px;
  margin-bottom: -4px;
  overflow: hidden;
}



.pcr-analysy-wrapper
{
  background-color: #f5f5f5;
  padding: 20px 15px;
  display: flex!Important;
  align-items: center;
  justify-content: center;
  min-height:100vh!important;
}

.pcr-analysy-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: right;
  padding: 0px 0px 40px;
}

.pcr-analysy-content p
{
  color: #9e9e9e;
  text-align: right;
  padding: 00px 0px 15px;
  margin: 0;
}

.pcr-analysy-img img 
{
  vertical-align: middle;
  max-width: 50%;
}

.pcr-analysy-img
{
  text-align:center;
}

.a-pcr-software-wrapper
{
  background-color: #fff;
  padding: 0px 15px;
  min-height:100vh!important;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex!Important;
  align-items: center;
  justify-content: center;
  background-position: center center;
}



.a-pcr-software-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: right;
  padding: 10px 0px 5px;
}

.a-pcr-software-content h2
{
  margin: 0;
  color: #9e9e9e;
  text-align: right;
  padding: 0px 0px 25px;
}

.a-pcr-software-content p
{
  color: #9e9e9e;
  text-align: right;
  padding: 00px 0px 15px;
  margin: 0;
}
.a-pcr-software-cta {
  width: 50% !important;
  float: right !important;
}

.a-pcr-software-bg-img img
{
  display: none;
}

.a-pcr-software-bg-img .hs-editor-editable img
{
  display: block;
}


.a-pcr-software-cta .click-product 
{
  float: right;
}

.Competitive-Assays-wrapper
{
  background-color: #efefef;
  padding: 60px 15px 0px 15px;
  min-height:110vh!important;
}

.Competitive-Assays-content,.Competitive-Assays-image
{
  max-width: 600px!important;
  margin: 0px auto!important;
  float: none!important;
}

.Competitive-Assays-cta a:hover 
{
  background: #f9b122;
  color:#fff;
}
.Competitive-Assays-cta a:active 
{
  background: #f9b122;
}

.Competitive-Assays-cta a
{
  color: #f9b122;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 6px;
  border-color: #f9b122;
  text-decoration:none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #f9b122;
  margin-bottom:5%;

}

.Competitive-Assays-cta
{
  text-align:center;
  margin-top: 30px!important;
}

.Competitive-Assays-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: center;
  padding: 10px 0px 5px;
}

.Competitive-Assays-content h2
{
  margin: 0;
  color: #9e9e9e;
  text-align: center;
  padding: 0px 0px 25px;
}

.Competitive-Assays-content p
{
  color:#9e9e9e ;
  text-align: center;
  padding: 00px 0px 15px;
  margin: 0;
}

.UgenTec-Bio-It-bg-img img
{
  display: none;
}

.UgenTec-Bio-It-bg-img .hs-editor-editable img
{
  display: block;
}

.UgenTec-Bio-It-Wrapper
{
  padding: 60px 15px 30px 15px;
  min-height:100vh!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.UgenTec-Bio-It-content,.UgenTec-Bio-It-cta
{
  max-width: 600px!important;
  margin: 0px auto!important;
  float: none!important;
}

.UgenTec-Bio-It-cta a:hover 
{
  background: #2b2d7f;
  color:#fff;
}

.UgenTec-Bio-It-cta a
{
  color: #2b2d7f;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 6px;
  border: 2px solid #2b2d7f;
  border-color: #2b2d7f;
  text-decoration:none;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.prod-tour a:hover 
{
  background: #636363;
  color:#FFF;
}

.prod-tour a
{
  color: #636363;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 6px;
  border: 2px solid #636363;
  text-decoration:none;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.UgenTec-Bio-It-cta
{
  text-align:center;
  margin-top: 30px!important;
}

.UgenTec-Bio-It-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: center;
  padding: 10px 0px 5px;
}

.UgenTec-Bio-It-content h2
{
  margin: 0;
  color: #9e9e9e;
  text-align: center;
  padding: 0px 0px 25px;
}

.UgenTec-Bio-It-content p
{
  color: #9e9e9e;
  text-align: center;
  padding: 00px 0px 15px;
  margin: 0;
}

.uPCR-image-top
{
  position: absolute;
  width: 100%;
  left: 0;
  top: -70px;
}

.uPCR-image-top img
{
  width: 100%!Important;
  height: 150px;
}

.uPCR-wrapper
{
  position: relative;
  padding-top: 85px;
  background-color: #262874;
}

.adventure--jobcta a:hover
{
  border-bottom: 2px solid #8d8d8d;
}

.uPCR-content h2
{
  padding-bottom: 60px;
}

.uPCR-form .actions input
{

  border: 2px solid #FFF;
  border-color: #fff;
  color:#FFF;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 10px 40px;
  border-radius: 6px;
  vertical-align: middle;
  background-color:rgba(0, 0, 0, 0);
  -moz-transition:all .3s;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.uPCR-form .actions input:hover 
{
  background-color:#fff;
  color:#575757;
}

.uPCR-form .input input
{
  color:#fff!important;
  background:inherit!important;
  border-bottom:1px solid #FFF;
  border-radius:0px!important;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  line-height:22px;
}
/*this gives the input forms the correct colours,*/
.uPCR-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #FFF!important;
}
.uPCR-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #FFF!important;
  opacity:  1!important;
}
.uPCR-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #FFF!important;
  opacity:  1!important;
}
.uPCR-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #FFF!important;
}

.uPCR-form .input input:hover
{
  color:#FFF!important;
  background:#FFF;
  border-bottom:1px solid #FFF;
  border-radius:0px!important;
}

.uPCR-form .hs-error-msgs
{
  padding:20px 0px;
  font-size:14px;
  color:#fff;
}

.faster-finder-video-gif-pad
{
  display:none!important;
}

/*****************jobs********************************************/

.work-banner-wrapper
{
  min-height: 90vh !important;
  background-size: cover;
  background-position: bottom center;
  padding: 0 15px;
  position: relative;
  /*margin-top: 57px;*/
}

.work-banner-bg-img img
{
  display: none;
}

.work-banner-bg-img .hs-editor-editable img
{
  display: block;
}


.work-banner-arrow-button
{
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15%;
}

.work-banner-arrow-button img 
{
  cursor: pointer;
}

.work-banner-content-text h1
{
  color: #575757;
  text-align: center;
  margin: 0;
  padding: 60px 0 5px 0;
}

.work-banner-content-text h2
{
  color: #575757;
  text-align: center;
  margin: 0;
}

.out-team-says-outer
{
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.Our-Method-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: left;
  padding: 10px 0px 5px;
}

.Our-Method-content h2
{
  margin: 0;
  color: #9e9e9e;
  text-align: left;
  padding: 0px 0px 25px;
}

.Our-Method-content p
{
  color: #9e9e9e;
  text-align: left;
  padding: 00px 0px 15px;
  margin: 0;
}

.ready-to-jobs-heading h1
{
  margin: 0;
  padding-bottom: 5px; 
  color: #5f5f5f;
}

.ready-to-jobs-heading h2
{
  margin: 0;
  padding-bottom: 40px;
  color: #5f5f5f;
}

.jobs-cta-app a
{
  color: #5f5f5f;
  padding:10px 15px;
  border:2px solid #5F5F5F !important;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  border-radius:6px;
}

.jobs-cta-app a:hover
{
  background-color:#5F5F5F;
  color:#f9b122;
}

.jobs-cta-app
{
  text-align:center;
}

.Our-Method-content
{
  padding:60px 0px;
}

.Our-values-wrapper
{
  background-color: #f1f1f1;
  padding: 0px 15px;
}

.Our-Method-wrapper
{
  background-color: #fff;
  padding: 0px 15px; 
}

.ready-to-job-wrapper
{
  padding:60px 15px;
  background-color: #f9b122;
}

.out-team-job-heading h2
{
  color: #fff;
}

.out-team-jobs-content h2
{
  color: #d1d3d4;
}

.jobs-turned 
{
  color: #d1d3d4;
  padding:5px 0px 35px !important;
}

.out-team-jobs-content p
{
  color: #d1d3d4;
  padding:0px 0px 10px ;
}

.out-team-jobs-content 
{
  padding-bottom: 40px;
}

/*********************lab******************************/

.Molecular-content-lab h1
{
  color: #5f5f5f;
  text-align: center;
  margin:0px;
}

.Molecular-content-lab h2
{
  color: #9e9e9e;
  text-align: center;
  margin: 0;
  padding: 8px 0px 40px;
}

.Molecular-content-lab p
{
  color: #9e9e9e;
  text-align: center;
  margin: 0;
  padding:0 15%;
}

.Molecular-content-lab
{
  padding-bottom:60px;
}

.lab-Automated-FastFinder-img img
{
  vertical-align: middle;
  max-width: 25%;
}

.lab-Automated-FastFinder-img
{
  text-align:center;
}

.Automated-FastFinder-right-lab 
{
  padding: 0;
  padding-left: 150px;
}


.lab-Standardized-content
{
  padding-right: 100px;
  padding-top:0px;
}

.Patented-lab-wrapper
{
  padding: 40px 15px;
  background-color: #fff;
}


.Patented-lab-content h1
{
  margin: 0;
  color: #5f5f5f;
  padding-top:10px;
}

.Patented-lab-content h2
{
  color: #9e9e9e;
  padding: 08px 0 20px;
  margin: 0;
}

.Patented-lab-content p 
{
  color: #9e9e9e;
  margin: 0;
}

.Patented-lab-image
{
  text-align:center;
}

/********************biotech******************************/

.FastFinder-biotechs-wrapper
{
  padding: 0 15px;
  /* margin-top: 57px;*/
  padding-top:80px;
  background-color:#f1f1f1;
  position: relative;
}

.FastFinder-biotechs-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: right;
  padding: 10px 0 5px;
}

.FastFinder-biotechs-content h2
{
  margin: 0;
  color: #9e9e9e;
  text-align: right;
  padding: 0 0 25px; 
}

.FastFinder-biotechs-content p
{
  color: #9e9e9e;
  text-align: right;
  padding: 00px 0 15px;
  margin: 0;
  padding-left: 45%;
}

.FastFinder-biotechs-content
{
  padding-bottom:40px;
}

.FastFinder-biotechs-cta
{
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 10px;
  width: 50% !important;
  float: right!Important;
  margin-top: 20px;
}

.FastFinder-biotechs-cta a
{
  cursor: pointer;
}

.FastFinder-biotechs-cta span
{
  color: #9e9e9e;
}

.Competitive-Assays-wrapper
{
  position: relative;   
}

.Competitive-Assays-image img
{
  position: absolute;
  width: 600px!important;
  bottom: 0;   
}

.FastFinder-biotechs-cta:hover 
{
  border-bottom: 1px solid #66c1bf;
}

.FastFinder-biotechs-Image
{
  position: absolute;
  right: 0;
  width: 32%!important;
  bottom: 0;
}

.FastFinder-biotechs-outer
{
  padding-bottom:60px;
}

.FastFinder-biotechs-cta .click-product 
{
  float: right;
}

.FastFinder-biotechs-cta img 
{
  max-width: 30px;
  vertical-align: middle;
}

.provide-software-wrapper
{
  padding:60px 15px;
  background-color:#fff;
}

.use-software-wrapper
{
  background-color:#f1f1f1;
  padding:60px 15px;
}

.provide-software-outer
{
  padding-left: 130px; 
}

.provide-software-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: right;
  padding: 10px 0 5px;
}

.provide-software-content h2
{
  margin: 0;
  color: #9e9e9e;
  text-align: right;
  padding: 0 0 25px; 
}

.provide-software-content p
{
  color: #9e9e9e;
  text-align: right;
  padding: 00px 0 15px;
  margin: 0;
}

.provide-software-image  
{
  text-align:center;
}

.provide-software-image img 
{
  width: 40%!important;
}

.provide-software-cta
{
  text-align:right;
  padding-top: 40px;
}

.provide-software-cta a 
{

  color: #c63e8f;
  border-radius: 6px;
  border: 1px solid #c63e8f;
  text-decoration: none;
  background-color:rgba(0,0,0,0);
  cursor: pointer;
  padding: 8px 40px;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

.provide-software-cta a:hover 
{
  color:#fff;
  background: #c63e8f;
  border-color: #c63e8f;
  cursor:pointer;
}


.provide-software-benefits-cta a 
{
  color: #66c1bf;
  border-radius: 6px;
  border: 1px solid #66c1bf;
  text-decoration: none;
  background-color:rgba(0,0,0,0);
  cursor: pointer;
  padding: 8px 40px;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;

}

.provide-software-benefits-cta a:hover 
{
  color:#fff;
  background: #66c1bf;
  border-color: #66c1bf;
  cursor:pointer;
}
/************************** DD FEATURE CLASS****************************/
/**
.ADD CLASS-bg-image img
{
display: none;
}

.ADD CLASS-bg-image .hs-editor-editable img
{
display: block;
}

.ADD CLASS-wrapper
{
min-height: 94vh !important;
background-size: cover;
background-position: center center;
padding: 0 15px;
margin-top: 57px;
position:relative;
}

.ADD CLASS-content h1 
{
color: #fff;
text-align: center;
margin: 0;
padding: 60px 0 5px 0;
}

.ADD CLASS-content h2 
{
color: #fff;
text-align: center;
margin: 0;
}
**//

/************************** Fast Setup****************************/

.fast-setup-bg-image img
{
  display: none;
}

.fast-setup-bg-image .hs-editor-editable img
{
  display: block;
}

.fast-setup-wrapper
{
  min-height: 94vh !important;
  background-size: cover;
  background-position: center center;
  padding: 0 15px;
  margin-top: 57px;
  position:relative;
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(0,0,0,0.18) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(0,0,0,0.18) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(0,0,0,0.18) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2e000000',GradientType=1 );

}

.fast-setup-content h1 
{
  color: #515151;
  text-align: center;
  margin: 0;
  padding: 60px 0 5px 0;
}

.fast-setup-content h2 
{
  color: #515151;
  text-align: center;
  margin: 0;
}


/**************************.net developer****************************/

.net-developer-bg-image img
{
  display: none;
}

.net-developer-bg-image .hs-editor-editable img
{
  display: block;
}

.net-developer-wrapper
{
  min-height: 94vh !important;
  background-size: cover;
  background-position: center center;
  padding: 0 15px;
  /*margin-top: 57px;*/
  position:relative;
}

.net-developer-content h1 
{
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 60px 0 5px 0;
}

.net-developer-content h2 
{
  color: #fff;
  text-align: center;
  margin: 0;
}

.net-developer-down-image img 
{
  cursor: pointer;
}

.net-developer-down-image 
{
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10%;
}

.net-developer-job-wrapper
{
  background-color: #f1f1f1;
  padding:60px 15px 0px 15px;
}

.net-developer-job-outer
{
  width:700px!important;
  margin:0px auto!important;
  float:none!important;
}

.net-developer-job-heading h1 
{
  margin: 0;
  color: #5f5f5f;
  text-align: center;
}

.net-developer-job-content
{
  padding:80px 0px;
}

.net-developer-job-content p 
{
  color: #9e9e9e;
  text-align: center;
  padding: 00px 0 15px;
  margin: 0;
}

.net-profile-wrapper
{
  background-color:#fff;
  padding:60px 15px 0px 15px;
}

.net-profile-heading h1
{
  margin: 0;
  color: #5f5f5f;
}

.net-profile-outer
{
  padding-top:40px;
}

.net-profile-content p 
{
  color: #9e9e9e;
  margin: 0;
}

.net-befinits-wrapper
{
  background-color:#f1f1f1;
  padding:60px 15px 0px 15px;
}

.net-apply-now-heading h1
{
  margin: 0;
  color: #5f5f5f;
  padding:20px 0px 10px 0px;
  text-align:center;
}

.net-apply-now-wrapper
{
  padding:40px 15px;
  background-color:#fff;
}


.net-apply-now-outer
{
  width: 600px!important;
  margin: 0px auto!Important;
  float: none!important;
}

.net-apply-now-content
{
  text-align:center;
}

.net-apply-now-form .hs-error-msgs 
{
  margin: 0;
  padding: 0;
}

.net-apply-now-form p {
  font-size:inherit;
  color:#575757!important;
  padding-bottom:10px!important;
}



.net-apply-now-form span a {
  padding-bottom:10px!important;
}

.net-apply-now-form .hs-error-msgs li 
{
  padding:10px 0px 10px 0px;
  list-style-type: none;
  color: red;
  font-size: 13px;
}

.net-apply-now-form .hs_firstname,.net-apply-now-form .hs_lastname,
.net-apply-now-form .hs_email,.net-apply-now-form .hs_company
{
  padding-bottom: 15px;
}

.net-apply-now-form .input input 
{
  color: #9e9e9e;
  padding: 15px 15px !important;
  height: 47px;
  font-size: 18px;
}

.net-apply-now-form .hs-form-required 
{
  display: none;
}

.net-apply-now-form .actions 
{
  text-align: center;
}

.net-apply-now-form .actions input:hover 
{
  background: #66c1be;
  color:#fff;
}

.net-apply-now-form .actions input 
{
  color: #66c1be;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 6px;
  border: 2px solid #66c1be;
  text-decoration:none;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color:rgba(0,0,0,0)
}

.net-apply-now-form.comment-box h3{
  display: none;
}

.net-apply-now-form.comment-box form{
  padding-top: 20px;
}

.professional-tag {
  vertical-align: 90%; 
  font-weight: 100; 
  color: #fff; 
  background-color: #f9b122; 
  font-size: 8px!important; 
  padding: 2px 10px; 
  border: 1px solid #F9B122; 
  border-radius: 4px;
  max-width:100px;
}
.enterprise-tag {
  background-color: #97C22C; 
  border: 1px solid #97C22C; 
}
.new-tag {
  color: #FFF;
  font-size: 10px!important;
  background-color: #97c22c;
  vertical-align: 20%;
  padding: 3px;
  margin-left: 10px;
  border-radius: 4px;
  max-width: 100px;
  text-transform: uppercase;

}
.jobscount-tag {
  color: #FFF!important;
  background-color: #E20D18;
  border: none;
  font-size: 6px!important;
  padding: 4px 6px;
  border-radius: 10px;
}
.postponed-tag {
  background-color: #e30613!important; 
  border: 1px solid #bf0606; 
}
/*********************** Alert Subscribe ************************/

/* HEADING CSS ***********************/
.alert-subscribe-heading h1
{
  margin: 0;
  color: #e5e5e5;
  padding:20px 0px 10px 0px;
  text-align:center;
}

.alert-subscribe-wrapper
{
  padding:40px 15px;
  background-color:#fff;
}


.alert-subscribe-outer
{
  width: 600px!important;
  margin: 0px auto!Important;
  float: none!important;
}

.alert-subscribe-content
{
  text-align:center;
}

.alert-subscribe-form .hs-error-msgs 
{
  margin: 0;
  padding: 0;
}

.alert-subscribe-form p {
  font-size:inherit;
  color:#575757!important;
  padding-bottom:10px!important;
}

.alert-subscribe-form span a {
  padding-bottom:10px!important;
}

.alert-subscribe-form .hs-error-msgs li 
{
  padding:10px 0px 10px 0px;
  list-style-type: none;
  color: #FFF;
  font-size: 13px;
  border-bottom:1px solid red;

}

.alert-subscribe-form .hs_firstname,.0-form .hs_lastname,
.alert-subscribe-form .hs_email,.0-form .hs_company
{
  padding-bottom: 15px;
}

.alert-subscribe-form .input input 
{
  color: #9e9e9e;
  padding: 15px 15px !important;
}

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

.alert-subscribe-form .actions 
{
  text-align: center;
}

.alert-subscribe-form .actions input:hover 
{
  background: #66c1be;
  color:#fff;
  box-shadow:0px 0px 30px #66c1be;
}

/* CTA CSS ***********************/

.alert-subscribe-form .actions input 
{
  color: #FFF;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 6px;
  border: 2px solid #66c1be;
  text-decoration:none;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color:#66c1be;
  margin-top:10%;
}


/*********************** END- STANDARD-CODE TO EDIT FORMS ************************/
/*********************** STANDARD-CODE TO EDIT FORMS ************************/

/* HEADING CSS ***********************/
/*
/*.0-heading h1
{
margin: 0;
color: #e5e5e5;
padding:20px 0px 10px 0px;
text-align:center;
}

.0-wrapper
{
padding:40px 15px;
background-color:#fff;
}


.0-outer
{
width: 600px!important;
margin: 0px auto!Important;
float: none!important;
}

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

.0-form .hs-error-msgs 
{
margin: 0;
padding: 0;
}

.0-form p {
font-size:inherit;
color:#575757!important;
padding-bottom:10px!important;
}

.0-form span a {
padding-bottom:10px!important;
}

.0-form .hs-error-msgs li 
{
padding:10px 0px 10px 0px;
list-style-type: none;
color: red;
font-size: 13px;
}

.0-form .hs_firstname,.0-form .hs_lastname,
.0-form .hs_email,.0-form .hs_company
{
padding-bottom: 15px;
}

.0-form .input input 
{
color: #9e9e9e;
padding: 15px 15px !important;
}

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

.0-form .actions 
{
text-align: center;
}

.0-form .actions input:hover 
{
background: #66c1be;
color:#fff;
}
*/
/* CTA CSS ***********************/
/*
.0-form .actions input 
{
color: #66c1be;
cursor: pointer;
padding: 10px 40px;
border-radius: 6px;
border: 2px solid #66c1be;
text-decoration:none;
-moz-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
background-color:rgba(0,0,0,0)
}
*/

/*********************** END- STANDARD-CODE TO EDIT FORMS ************************/

.demo-form {
  color:#7D7D7D;
}
.demo-form-heading h1
{
  margin: 0;
  padding:20px 0px 10px 0px;
  text-align:center;
}

.demo-form-wrapper
{
  padding:40px 15px;
  background-color:#fff;
}


.demo-form-outer
{
  width: 600px!important;
  margin: 0px auto!Important;
  float: none!important;
}

.demo-form-content
{
  text-align:center;
}

.demo-form .hs-error-msgs 
{
  margin: 0;
  padding: 0;
}

.demo-form p {
  font-size:inherit;
  color:#575757!important;
  padding-bottom:10px!important;
}

.demo-form span a {
  padding-bottom:10px!important;
}

.demo-form .hs-error-msgs li 
{
  padding:10px 0px 10px 0px;
  list-style-type: none;
  color: red;
  font-size: 13px;
}

.demo-form .hs_firstname,.demo-form .hs_lastname,
.demo-form .hs_email,.demo-form .hs_company
{
  padding-bottom: 15px;
}

.demo-form .input input 
{
  color: #9e9e9e;
  padding: 15px 15px !important;
}

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

.demo-form .actions 
{
  text-align: center;
}

.demo-form .actions input:hover 
{
  box-shadow:0px 0px 30px #a7a7a7;
}

.demo-form .actions input 
{
  color: #F5F5F5;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 6px;
  border: 2px solid #F9B122;
  text-decoration:none;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color:#F9B122;
  margin-top:50px;
}
*/

/*********************** END- STANDARD-CODE TO EDIT FORMS ************************/

/***********befints-form-user*********************/

.Benefits-for-end-users-wrapper
{
  margin-top: 57px;
  background-color: #f1f1f1;
  padding: 40px 15px 0px 15px;
}

.Benefits-for-end-users-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: center;
  margin-top:120px;
}

.Benefits-for-end-users-content h2
{
  color: #9e9e9e;
  text-align: center;
  margin: 0;
}

.Benefits-for-end-users-content p
{
  color: #9e9e9e;
  text-align: center;
  margin: 0;
  padding: 60px 30%;
}

.Benefits-for-end-users-image img
{
  border-width: 0px;
  border: 0px;
  width: 75%!Important;
  margin: 0px auto!Important;
  float: none!important;
  display: block;
  padding-top:20px;
}

.A-smart-algorithm-wrapper
{
  background-color: #f7f7f7;
  padding: 40px 15px 0px 15px;
}

.LIS-Technica-Qc-wrapper,.LIS-Technica-Qc-grp
{
  padding-bottom:0px;
}

.LIS-Technica-Qc-wrapper
{
  padding-top:40px;
}

.LIS-Technica-Qc-list ul li span:hover
{
  border-bottom: 0px solid #868685;
}

.LIS-Technica-Qc-list .intro-auto1
{
  padding:10px 0px;
  background: #eb7232;
  color: #fff;
}
.LIS-Technica-Qc-list .auto1
{
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;

}
.LIS-Technica-Qc-list .auto3
{
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;

}

}
.LIS-Technica-Qc-list .auto1:hover
{
  background: #eb7232;
  color:#FFF;
}

.LIS-Technica-Qc-list .intro-auto2
{
  padding:10px 0px;
  background: #e30613;
  color: #fff;
}
.LIS-Technica-Qc-list .auto2:hover
{
  background: #e30613;
  color:#FFF;
}


.LIS-Technica-Qc-list .intro-auto3
{
  padding:10px 0px;
  background: #c63e8f;
  color: #fff;
}
.LIS-Technica-Qc-list .auto3:hover
{
  background: #c63e8f;
  color:#FFF;
}


.LIS-Technica-Qc-list ul li:nth-child(1) 
{
  border:1px solid #eb7232;
  padding:10px 0px;
}

.LIS-Technica-Qc-list ul li:nth-child(2) 
{
  border:1px solid #e30613;
  padding:10px 0px;
}

.LIS-Technica-Qc-list ul li:nth-child(3) 
{
  border:1px solid #c63e8f;
  padding:10px 0px;
}


.LIS-Technica-Qc-list ul li span
{
  border:0px solid #fff;
}

.LIS-Technica-Qc-list  ul li 
{
  width: 32%;
}

.No-local-infrastructure-wrapper
{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh!Important;
  display: flex!important;
  justify-content: center;
  align-items: center;
}



.No-local-infrastructure-bg-image img
{
  display: none;
}

.No-local-infrastructure-bg-image .hs-editor-editable img
{
  display: block;
}

.No-local-infrastructure-content
{
  padding-left: 10%;
  padding-right:5%;
}

.No-local-infrastructure-content h1
{
  margin: 0;
  color: #5f5f5f;
  text-align: right;
}

.No-local-infrastructure-content h2
{
  color: #9e9e9e;
  text-align: right;
  margin: 0;
  padding:0px 0px 30px;
}

.No-local-infrastructure-content p
{
  color: #9e9e9e;
  text-align: right;
  margin: 0;
  padding: 0px 0px 20px;
}

.befints-form-user
{
  background-color: #4b4b4b;
}


/**************Benefits-manufacturers******************/

.Benefits-manufacturers-wrapper
{
  background-color: #fff; 
}

.Multi-cycler-approach-wrapper
{
  background-color: #f1f1f1;
  padding: 60px 15px 0px 15px;
}

.Easier-support-Wrapper
{
  background-color: #fff;
  padding: 60px 15px 0px 15px;
}

.Multi-cycler-approach-heading h1
{
  margin: 0;
  color: #5f5f5f;
}

.Multi-cycler-approach-heading h2
{
  color: #9e9e9e;
  margin: 0;
  padding:0px 0px 40px;
}

.Multi-cycler-approach-content p
{
  color: #9e9e9e;
  margin: 0;
}

.Multi-cycler-approach-image
{
  text-align:center;
}

.Multi-cycler-approach-image img
{
  width: 70%!Important;
  display: block;
  margin: 0px auto!Important;
}

.Multi-cycler-change-image img
{
  width: 50%!Important;
}

.Custom-Branding-Slider-wrapper
{
  background-color: #fbfbfb;
  padding:0px 15px;
}

.Custom-Branding-Slider-wrapper
{
  background-color: #e6e6e6;
}

.Custom-Branding-Slider-heading h1
{
  margin: 0;
  color: #5f5f5f;
  padding-top:40px;
  text-align:center;
}

.Custom-Branding-Slider-heading h2
{
  color: #9e9e9e;
  margin: 0;
  padding:0px 0px 30px;
  text-align:center;
}

.befints-form-user-wrapper,.befints-form-manuf,
.image-slider-one-benfits .hs_cos_flex-viewport
{
  background-color: #e6e6e6;
}

.befints-form-content h2
{
  color: #5f5f5f;
}

.five-forms .hs_please_select_a_resume .hs-input
{
  font-size:14px;
  background-repeat: no-repeat;
  border: 0;
  background-size:contain;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  cursor:pointer!important;
}
.five-forms .hs_please_select_a_resume .hs-input:hover
{
  background-color:#F1F1F1;
}
.five-forms .hs_please_select_a_resume input[type="button" i],.five-forms .hs_please_select_a_resume input[type="submit" i],
.five-forms .hs_please_select_a_resume input[type="reset" i],.five-forms .hs_please_select_a_resume input[type="file" i]::-webkit-file-upload-button, button
{
  background-color:#fff;
  border:0px;
  margin:10px;
}

.five-forms .hs_please_select_a_coverletter .hs-input
{
  font-size:14px;
  background-repeat: no-repeat;
  border: 0;
  background-size:contain;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  cursor:pointer!important;
}
.five-forms .hs_please_select_a_coverletter .hs-input:hover
{
  background-color:#F1F1F1;
}

.five-forms .hs_please_select_a_coverletter input[type="button" i],.five-forms .hs_please_select_a_coverletter input[type="submit" i],
.five-forms .hs_please_select_a_coverletter input[type="reset" i],.five-forms .hs_please_select_a_coverletter input[type="file" i]::-webkit-file-upload-button, button
{
  background-color:#fff;
  border:0px;
  margin:10px;
}

.LIS-Technica-Qc-content
{
  min-height: 250px!Important;
}

/*********************blog-list-post-wrapper*****************************/

.blog-list-post-wrapper
{
  border-bottom: 4px solid #a2ad00;
  padding: 30px 10px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top:57px;
}

.blog-list-post-bg-image img
{
  display: none;
}

.blog-list-post-bg-image .hs-editor-editable img
{
  display: block;
}

.blog-list-post-content .post-item 
{
  position: relative;
  max-width: 31.5%!important;
  float: left!important;
  background-color: #f1f1f1;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  min-height: 675px!important;
}

.blog-list-post-content .post-item .hs-featured-image 
{
  width: 100%!important;
  max-width: 100%!important;
  margin: 0;
  border-top: 1px solid #74787b;
  border-bottom: 1px solid #74787b;
}

.blog-list-post-content #hubspot-author_data
{
  padding: 20px 15px;
  color:#868685;
}

.blog-list-post-content #hubspot-author_data a
{
  color: #27d037;
  text-decoration: none;
}

.list-summary-content 
{
  padding: 20px 15px; 
}

.list-summary-content-anchor h2
{
  padding-bottom:20px;
  margin:0px;
}

.list-summary-content p
{
  color: #9e9e9e;
  margin:0px;
}

.list-summary-content-anchor a
{
  text-decoration: none;
  color: #9e9e9e;
}


.more-link 
{
  color: #5f5f5f;
  padding: 10px 15px;
  border: 2px solid  #5f5f5f;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  border-radius: 6px;
  position: absolute;
  bottom: 30px;
  text-decoration: none;
  cursor: pointer;
}

.more-link:hover 
{
  background-color: #fff;
  color: #5f5f5f;
  border: 2px solid  #fff;
}

.all-posts-link,.next-posts-link
{
  color: #fff;
  padding: 10px 15px;
  border: 2px solid  #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  border-radius: 6px;
  text-decoration: none;
  margin-right:10px;
}

.blog-list-post-content .blog-pagination 
{
  clear: both;
  padding: 30px 10px;
}

.all-posts-link:hover,.next-posts-link:hover
{
  background-color: #5f5f5f;
  color: #fff;
}

.blog-list-post-heading
{
  padding-bottom: 25px;
  padding-left: 10px;
  color: #fff;
}

.Blog-subscription-form-wrapper
{
  padding: 40px 15px;
  background-color: #fff;
}

.Blog-subscription-form-content h3
{
  margin-top: 0;
  text-align: center;
  color: #9e9e9e;
}

.Blog-subscription-form-content form 
{
  max-width: 900px;
  margin: 0 auto;
}

.Blog-subscription-form-content input 
{
  background-color: transparent;
  border: 1px solid #9e9e9e!important;
  padding: 9px;
  margin: 0;
}

.Blog-subscription-form-content .hs_firstname,
.Blog-subscription-form-content .hs_email
{
  width: 42%!Important;
  float: left!Important;
  margin-right: 20px;
}

.Blog-subscription-form-content .hs-form fieldset 
{
  max-width: 100%!Important;
}

.Blog-subscription-form-content .hs-form-required
{
  display:none;
}

.Blog-subscription-form-content .hs_submit .actions input
{
  background-color: transparent;
  border: 1px solid #27d037!important;
  color:#27d037;
}

.Blog-subscription-form-content .hs_submit .actions input:hover
{
  background-color: #27d037;
  color:#fff;
}

.blog-list-post-content .post-listing-simple .post-item
{
  position: initial;
  max-width: 100% !important;
  float: none !important;
  background-color: transparent;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  min-height: 100% !important;
}

.post-listing-simple .list-summary-content-anchor h2
{
  margin: 0;
}

.post-listing-simple  a 
{
  text-decoration: none;
  color: #fff;
}

.blog-post-content-post
{
  background-color: #fff;
  padding: 25px;
}

.Blog-Post-outer
{
  background-color: #f1f1f1;
  padding: 25px;  
  margin: 0!Important;
}

.blog-post-content-post #hubspot-author_data
{
  color: #868685;
}

.blog-post-content-post #hubspot-author_data a
{
  color: #27d037;
  text-decoration: none;
}

.blog-post-content-post h1
{
  margin:0px;
  padding:15px 0px;
}

.blog-post-content-post h1 span
{
  text-decoration: none;
  color: #9e9e9e;
}

.blog-post-content-post .hs-featured-image-wrapper
{
  padding:20px 0px;
}

.blog-post-content-post .post-body p
{
  color: #9e9e9e;
}

.blog-post-content-post a
{
  color: #27d037;
  text-decoration: none;
}

.Blog-Post-grp
{
  background-color: #f1f1f1;
}

.Blog-Post-Author h3
{
  margin-top: 0;
  color: #27d037;
}

.Blog-Post-Author .about-author-sec img
{
  width: auto;
  float: left;
  height: 100px;
  margin-right: 0px;
}

.Blog-Post-Author .details
{
  width: 66%;
  float: right;
  padding-right: 15px;
}

.Blog-Post-Author .details h4
{
  margin:0px;
}

.Blog-Post-Author .details h4 a
{
  color: #27d037;
  text-decoration: none;
}

.Blog-Post-Author .details p
{
  color: #9e9e9e;
  margin: 0;
  padding: 15px 0px;
}

.Blog-rss-post .hs-rss-item 
{
  width: 26.5%;
  margin-right: 20px;
  float: left;
  background-color: #f1f1f1;
  padding: 25px;
  position: relative;
  min-height: 300px!important;
}

.Blog-rss-post .hs-rss-item .hs-rss-title 
{
  color: #9e9e9e;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.Blog-rss-post .hs-rss-byline
{
  color: #868685;
}

.Blog-rss-post .hs-rss-description
{
  color: #9e9e9e;
  margin: 0;
  padding: 20px 0px;
}

.Blog-rss-post .hs-rss-item .hs-rss-description a
{
  color: #5f5f5f;
  padding: 10px 15px;
  border: 2px solid #5f5f5f;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  border-radius: 6px;
  position: absolute;
  bottom: 30px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.Blog-rss-post .hs-rss-item .hs-rss-description a:hover 
{
  background-color: #fff;
  color: #5f5f5f;
  border: 2px solid #fff;
}

.blog-list-post-wrapper-bottom
{
  border-bottom: 0px solid #a2ad00;
}

.blog-list-post-content #hubspot-topic_data,.blog-post-content-post #hubspot-topic_data
{
  display:none!important;
}

.related-post-blog .related-post-item
{
  width: 26.5%;
  margin-right: 20px;
  float: left;
  background-color: #f1f1f1;
  padding: 25px;
  position: relative;
  min-height: 200px!important;
}

.related-post-blog .related-title a
{
  color: #9e9e9e;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.related-post-blog h3
{
  text-align: center;
  color: #fff;
  padding-bottom:30px;
}

.Blog-subscription-form-content .hs-error-msgs
{
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.Blog-subscription-form-content .hs-error-msgs label
{
  color: red;
  font-size: 14px!Important;
}

.product-cta-new a
{
  color: #008bce;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #008bce;
  text-decoration: none;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 0.8em;
  display:inline-block;
}

.product-cta-new a:hover
{
  background: #008bce;
  color: #fff;
}

.net-apply-right-content a
{
  color: #fff;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 10px;
  border: 2px solid #008bce;
  text-decoration: none;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #008bce;
}

.net-apply-right-content a:hover
{
  border: 2px solid #008C9E;
  box-shadow: 0px 0px 5px #008bce;
}

.a-pcr-software-blue-cta a
{
  color: #008bce;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 6px;
  border: 2px solid #008bce;
  text-decoration: none;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  float: right !important;
  text-decoration: none;
}

.a-pcr-software-blue-cta  a:hover
{
  background: #008bce;
  color: #fff;
}

.UgenTec-Bio-It-yellow-cta a
{
  color: #f9b122;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 6px;
  border-color: #f9b122;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 2px solid #f9b122;
  margin-bottom: 5%;
}

.UgenTec-Bio-It-yellow-cta a:hover
{
  background: #f9b122;
  color: #fff;
}

.provide-software-user-cta a
{
  color: #c63e8f;
  border-radius: 6px;
  border: 1px solid #c63e8f;
  text-decoration: none;
  background-color: rgba(0,0,0,0);
  cursor: pointer;
  padding: 8px 40px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.provide-software-user-cta a:hover
{
  color: #fff;
  background: #c63e8f;
  border-color: #c63e8f;
}

.header-cta-menu0 a
{
  cursor: pointer;
  text-decoration: none;
  color: #A7A7A7;
}

.header-cta-menu0 a:hover
{
  color: #E30513;
}

/*.stick-header-top
{
position: absolute;
top: 82px;
z-index: 9999;
}*/


/*** Responsive***/
@media (max-width: 767px) {
  .lib-cta-form .hs_phone {
    width: 100% !important;
  }

  .header-nav-wrapper {
    display: none !important;
  }

  .hidden-phone {

    display: none !important;

  }

}

@media (max-width: 1080px) {

  .header-nav ul li a 
  {
    padding: 12px 20px!Important;
  }    

  .adventure-cta img 
  {
    padding-left: 50px;
  }

  .product-cta img 
  {
    padding-left: 50px;
  }

  .footer-nav-link ul li a 
  {
    padding: 3px 0px 4px 0px!Important;
    white-space: pre-line!Important;
  }

  .job-banner-wrapper
  {
    min-height:85vh!important;
  }

  .job-something-depth-content p,.job-something-depth-content h2
  {
    color:#000;
  }

  .cyclers-software-menu ul li 
  {
    padding: 10px 30px;
  }

  .header-nav ul li ul li a
  {
    padding: 6px 30px!Important;
  }

  .Automated-FastFinder-wrapper,.Automated-feature-wrapper,.features-Flexible-wrapper,
  .feature-Standardized-wrapper,.Stand-big-data-wrapper,.Molecular-wrapper
  {
    min-height: 70vh!Important;
    padding-bottom: 20px;
  }

  .pcr-software-content, .pcr-grp-outer 
  {
    padding-right: 20px;
  }

  .features-Flexible-content 
  {
    padding-top: 50px;
  }

  /*.cyclers-software-menu ul
  {
  margin-left: -464px;
}
  */
  .net-developer-wrapper 
  {
    min-height: 90vh!important;
  }

  .work-banner-wrapper
  {
    min-height: 90vh!important;
  }

  .FastFinder-biotechs-Image
  {
    width: 47% !important;
  }

  .Competitive-Assays-wrapper 
  {
    min-height: 70vh !important; 
  }

  .blog-list-post-content .post-item 
  {
    max-width: 30% !important;
  }

  .related-post-blog .related-post-item 
  {
    width: 26%;
  }

  .Blog-Post-Author .details 
  {
    width: 60%;
  }

  .image-slider-one-to-ten .hs_cos_flex-slider 
  {
    padding-top: 102px;
  }

  .Molecular-content-group 
  {
    width: 980px !important;
    padding: 60px 10px;
  }

  .pcr-analysy-wrapper,.a-pcr-software-wrapper
  {
    min-height: 75vh !important;
  }

  .Competitive-Assays-image img 
  {
    position: initial;
  }

  .faster-finder-video
  {
    display:none!important;
  }

  .faster-finder-video-gif-pad
  {
    display:block!important;
    padding-top: 30px;
    margin-bottom: -4px;
  }

  .faster-finder-video-gif-pad video,.faster-finder-video-gif-pad img 
  {
    width: 65%!important;
    margin-left: 17.5%;
  }

  .Our-Method-wrapper,.Our-values-wrapper
  {
    position: relative;
  }

  .Our-Method-image
  {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .net-profile-outer
  {
    position: relative;
  }

  .net-profile-image 
  {
    position: absolute;
    right: 0;
    bottom: 0;
  }

}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : landscape){

  .hubdb-col:nth-child(2n+1) {
    clear: both;
  }    
  .Competitive-Assays-wrapper 
  {
    min-height: 100vh !important; 
  } 

  .dynamic-data {
    padding: 40px 15px;
  }
  .dynamic-data-left {
    float: left;
    width: 65%;
  }
  .common-Button a, .common-Button .hs-cta-wrapper a, .form-lp input.hs-button.primary.large
  {
    min-width: auto !important;
  }
  .dynamic-data-right {
    width: 25%;
    padding: 20px 15px 30px 15px;
  }

  .hubdb-col {
    float: left;
    width: 50%;
    min-height:100%;
  }
  .common-Button a, .common-Button .hs-cta-wrapper a, .form-lp input.hs-button.primary.large
  {
    min-width: 110px;  
  }
  .hubdb-col-inner{
    min-height:300px;
  }

}



@media only screen and (min-width:768px) and (max-width: 1024px) {
  .header-nav ul li a 
  {
    padding: 12px 10px!Important;
  }


  .header-nav ul li ul li a
  {
    padding: 6px 18px!Important;
  }

  .product-cta img 
  {
    padding-left: 30px;
  }

  .adventure-cta img 
  {
    padding-left: 40px;
  }

  .footer-nav-link ul li a 
  {
    padding: 3px 0px 4px 0px!Important;
    white-space: pre-line!Important;
  }


  .Molecular-content-group
  {
    width: 740px!important;
  }

  .job-banner-wrapper
  {
    min-height:65vh!important;
  }

  .job-something-wrapper
  {
    min-height:40vh!important;
  }

  .Competitive-Assays-image img 
  {
    /*position: initial;
    width: 100% !important;
    bottom: 0;*/
  }

  .Competitive-Assays-wrapper
  {
    min-height: 70vh !important;
  }
  .form-5 
  {
    padding-left: 30px;
  }

  .five-forms .hs-form-radio 
  {
    max-width: 300px;
  }

  .five-forms .hs_firstname, .five-forms .hs_lastname, .five-forms .hs_email,
  .five-forms .hs_company, .five-forms .hs_message, 
  .five-forms .hs_please_tell_us_how_we_can 
  {
    width: 50%;
  }


  .image-slider-one-to-ten .hs_cos_flex-slider .hs_cos_flex-slides img 
  {
    width: 80%;
  }

  .image-slider-one-to-ten .hs_cos_flex-control-paging
  {
    right: 3%;
  }

  .image-slider-one-to-ten .hs_cos_flex-slider .hs_cos_flex-prev 
  {
    left: 12%;
  }

  .image-slider-one-to-ten .hs_cos_flex-slider .hs_cos_flex-next 
  {
    right: 12%;
  }

  .find-out-content h2 
  {
    padding-bottom: 20px;
  }

  .Industrial-software-bg-img-1-home
  {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0px;
  }

  .Industrial-software-wrapper
  {
    position:relative;
  }

  .cta-title-content-img
  {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .cta-title-wrapper
  {
    position:relative;
  }

  /*.cyclers-software-menu ul li
  {
  width: 40%;
}*/

  .cyclers-software-menu
  {
    text-align:center;
  }

  .Automated-FastFinder-wrapper,.Automated-feature-wrapper,.features-Flexible-wrapper,
  .feature-Standardized-wrapper,.Stand-big-data-wrapper,.Molecular-wrapper
  {
    min-height: 50vh!Important;
    padding-bottom: 20px;
  }

  .pcr-grp-outer 
  {
    padding-right: 10px;
  }

  .features-Flexible-content 
  {
    padding-top: 10px;
  }

  .cyclers-software-menu ul
  {
    position: initial;
    margin-left: 20px;
    margin-right: 0;
  }

  .net-developer-wrapper
  {
    min-height: 90vh !important;
  }

  .net-profile-outer
  {
    padding-bottom: 40px;
  }

  .work-banner-wrapper
  {
    min-height: 90vh !important;
  }

  .Automated-FastFinder-right-lab 
  {
    padding-left: 40px;
  }

  .lab-Standardized-content 
  {
    padding-right: 40px;
  }

  .FastFinder-biotechs-Image 
  {
    bottom: 0;
  }

  .Multi-cycler-approach-image,.net-befinits-image
  {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .Multi-cycler-approach-wrapper,.Easier-support-Wrapper,
  .net-profile-outer
  {
    position: relative;
  }

  .provide-software-outer 
  {
    padding-left: 60px;
  }

  .FastFinder-biotechs-content p 
  {
    padding-left: 15%;
  }

  .FastFinder-biotechs-cta 
  {
    width: 70% !important;
  }

  .Blog-subscription-form-content .hs_firstname, 
  .Blog-subscription-form-content .hs_email 
  {
    width: 40%!Important;
  }

  .related-post-blog .related-post-item 
  {
    width: 23%;
  }

  .Blog-Post-Author .details 
  {
    width: 70%;
  }

  .Blog-Post-Author .about-author-sec img 
  {
    height: 75px;
    max-width: 16%;
  }

  .image-slider-one-to-ten .hs_cos_flex-slider 
  {
    padding-top: 130px;
  }

  .product-cta-new a 
  {
    padding: 10px 05px;
  }

  .pcr-analysy-wrapper,.a-pcr-software-wrapper
  {
    min-height: 40vh !important;
  }

}





@media (max-width: 767px) {

  .dynamic-data-right p
  {
    text-align:center;
  }
  .hubdb-col {
    float: none;
    width: 100%;
    min-height:100%;
  }  

  .hubdb-row {
    min-height: 100%;
  }

  .dynamic-data {
    padding: 20px 15px;
  }

  .lib-cta-form .input input {
    max-width: 100%;
    width: 100% !important;
  }
  .lib-cta-form .input textarea {
    max-width: 100%;
    width: 100% !important;
  }

  .lib-cta-form {
    padding: 20px 15px 20px 20px;
  }

  .lib-cta-form fieldset.form-columns-2 {
    padding-bottom: 0px;
  }
  .lib-cta-form .input
  {
    padding-bottom: 20px;
  }

  .lib-cta-form .hs-submit {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .hubdb-content
  {
    text-align: center; 
  }

  .search-data {
    max-width: 280px;
    height: 60px;
  }


  .hubdb-pagination a {
    min-width: 120px;
  }

  .dynamic-data h2 {
    font-size: 20px;
  }
  .bottom-buttons.common-Button a {
    display: inline-block;
    padding: 10px;
  }

  .bottom-buttons.common-Button
  {
    text-align:center;
    padding: 30px 0px 20px 0px;
  }
  .targets li {
    float: none;
    width: 100%;
  }

  .assay-plug li {
    width: 90%;
    float: none;
  }

  .dynamic-data-left {
    float: none;
    width: 100%;
  }
  .dynamic-data-right {
    float: none;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align:center;
  }
  ..hubdb-pagination a
  {
    min-width:140px;
  }

  .hubdb-pagination .previous {
    display: inline-block;
    padding-right: 10px;
    float: none;
  }


  .hubdb-pagination .next {
    display: inline-block;
    float: none;
  }



  .hubdb-col-inner{
    min-height:100%;
  }
  .hubdb-header {
    padding: 50px 0;
  }
  .hubdb-row {
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
  }

  .custom-menu-primary.js-enabled
  {
    padding-top: 0px!Important;
    margin: 0px 0 0px 0!Important;
    min-height: 0px!important;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper 
  {
    top: 20px!Important;
  }

  .header-cta 
  {
    display: none!important;
  }

  .logo-img img 
  {
    max-width: 100px;
  }    

  .StickyHeader 
  {
    position: initial!important;
  }

  /*.StickyHeader .ctaa_stick 
  {
  display: none!important;
}*/


  .product-cta 
  {
    margin: 20px 0;
  } 


  .product-cta img 
  {
    padding-left: 30px;
  }


  div.pcr-sw-center 
  {
    position: initial;
    top: 0;
  }   

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

  .pcr-sw-center
  {
    margin-top:0!important;
  }

  .pcr-software-content h3 
  {
    padding: 20px 0 0;
  }

  .pcr-software-content 
  {
    text-align: left;
    padding: 50px 15px;
  }   

  .pcr-software-wrapper 
  {
    margin-top: 0;
  }

  .adventure-img img 
  {
    max-width: 75%;
    padding-top: 30px;
    height: auto;
  }

  .adventure-grp
  {
    padding: 20px 0;
  }

  .adventure-content h3
  {
    padding-bottom: 20px;
  }

  .cta-module-grp
  {
    padding: 0 0px;
  }  

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


  .Industrial-software-wrapper
  {
    padding: 30px 15px 0px 15px;
  }  


  .footer-nav-link
  {
    float: left!Important;
    width: 46%!important;

  }

  .footer-form #hs_form_target_module_146891915350434269
  {
    width: 50%!important;
    margin: 0px auto!important;
  }

  .footer-form h3
  {
    text-align:center;
  }

  .latest-version
  {
    display:none!important;
  }

  .esf-image p 
  {
    padding: 10px 0px!important;
    text-align: center;
  }


  .form-subscribe  .hs_firstname,.form-subscribe .hs_lastname,.form-subscribe .hs_email
  {
    width: 100% !important;
    padding: 0px 0px!Important;
  }

  .form-subscribe .hs-form fieldset,
  .form-subscribe .hs-form fieldset
  {
    max-width: 250px!Important;
  }

  .form-subscribe .input input
  {
    margin: 8px 0px;
    border-radius: 10px;
  }

  .form-subscribe .actions input
  {

    border-radius: 10px;
  }

  .form-content h2
  {
    padding-bottom: 20px;
  }

  .Quote-images img
  {
    float: none!important;
    display: block;
    margin: 0px auto!important;
  }

  .Quote-images-mobile
  {
    display:block!important;
  }

  .Quote-images-home
  {
    display:none!important;
  }

  .img-umg-1
  {
    max-width: 250px!Important;
    width: 100%;
    float: none;
    display: block;
    margin: 0px auto;
  }

  #span-utrect-new span 
  {
    color: #fff;
    margin: 0;
    display: block;
  }

  .new-img-john
  {
    text-align:center;
  }

  .cta-title-content
  {
    text-align:center; 
  }

  .cta-title-grp 
  {
    padding: 20px 0px;
  }

  .pcr-software-content h3 
  {
    padding: 0px 0 0;
  }

  .pcr-software-content 
  {
    text-align: center;
    padding: 20px 0px 0px;
  }

  .adventure-mobile-bg-img,.Industrial-mobile-bg-img
  {
    display:block!important; 
  }

  .adventure-img-home,.Industrial-software-bg-img-1-home
  {
    display:none!important;  
  }

  .adventure-mobile-bg-img
  {
    max-width: 50%;
    margin: 0px auto!important;
    width: 100%!important;
  }

  .adventure-grp
  {
    text-align: center;
  }
  /*
  .mobile-trigger
  {
  background-image: url("//cdn2.hubspot.net/hubfs/2387197/ugentec/ugentec-home/menu-icon_1.png")!Important;
  background-repeat: no-repeat!Important;
  border: 0!Important;
  background-size: cover!Important;
  padding-bottom: 20px!Important;
}

  .mobile-trigger:hover
  {
  background-image: url("//cdn2.hubspot.net/hubfs/2387197/ugentec/ugentec-home/menu-inwhite.png")!Important;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent!important;
  border-color: none!Important;
}

  .mobile-open .mobile-trigger
  {
  background-image: url("//cdn2.hubspot.net/hubfs/2387197/ugentec/ugentec-home/menu-inwhite.png")!Important;
  background-repeat: no-repeat!Important;
  border: 0!Important;
  background-size: cover!Important;
}

  .mobile-open .mobile-trigger 
  {
  background-color: transparent!important;
}

  .mobile-trigger i:before,.mobile-trigger i:after,.mobile-trigger i
  {
  display:none!important;
}

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, 
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, 
  .mobile-open .mobile-trigger i:after
  {
  display:none!important;
}

  .mobile-trigger
  {
  width: 12px!important;
  height: 5px!important;
  right: 0!important;
}
  */

  .custom-menu-primary.js-enabled .hs-menu-wrapper
  {
    margin-bottom: 20px!important;
  }

  .logo-img img 
  {
    padding-top: 0px;
  }

  .header-together-wrapper
  {
    padding: 20px 15px 20px 15px;
  }

  .mobile-trigger
  {
    top: -35px!Important;
  }

  .header-nav-wrapper
  {
    min-height: 0!important;
    margin-left:0!important;
  }

  .header-nav ul li a
  {

    padding: 0 15px !important;
    background-color: #fff!Important;
    color: #575757 !important;
    border: 1px solid #f9b122!important;
    border-top: 0px solid #f9b122!important;
    font-size:16px!important;
  }

  .header-nav ul li:first-child a
  {
    border-top: 1px solid #f9b122!important;
  }

  .header-nav ul li 
  {
    border: 0px solid #f9b122!important;
  }

  .header-nav ul li:active a
  {
    color:#F9B122!important;
  }

  .header-nav ul li a:hover
  {
    color:#000!important;
  }

  .header-nav .hs_cos_wrapper_widget
  {
    margin: 0px!important; 
  }

  .logo-img
  {
    padding-left: 10px;
  }

  .header-nav ul li ul
  {
    max-width: 100%!important;
  }

  .child-trigger i, .child-trigger i:after 
  {
    background-color: #333!important;
  }



  .footer-nav-link ul li a 
  {
    padding: 3px 15px 4px 15px!Important;
    white-space: pre-line!Important;
  }

  .adventure-img-mobile
  {
    display:block!important;
  }

  .adventure-img-info
  {
    display:none!important;
  }

  .adventure-img-mobile
  {
    width: 50%!Important;
    margin: 0px auto!important;
    margin-bottom: -28px!important;
  }


  .Molecular-content-group
  {
    width: 100%!important;
    margin-bottom: 20px!important;
    padding: 30px 15px;
  }

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

  .Automated-FastFinder-content h2,.Automated-FastFinder-content h3
  {
    text-align:center;
  }

  .Automated-FastFinder-img
  {
    text-align:center;
    padding-bottom: 30px;

  }

  .Automated-feature-grp 
  {
    width: 100% !important;
    padding: 20px 30px;
  }

  .Automated-feature-wrapper
  {
    padding:0px;
  }

  .feature-Standardized-img-mobile,.features-Flexible-img-mobile
  {
    display:block!important;
  }

  .features-Flexible-img-lab,.feature-Standardized-img-lab
  {
    display:none!important;
  }

  .features-Flexible-content,.Automated-FastFinder-content
  {
    padding-top: 10px;
    text-align: center;
  }

  .Molecular-content p
  {
    padding: 40px 0 40px;
  }

  .cyclers-software-wrapper
  {
    padding: 30px 0px 0px 0px;
  }

  .cyclers-software-menu ul li
  {
    padding: 10px 10px;
    width: 93%;
    margin-bottom: 15px;
  }

  .cyclers-software-content p
  {
    padding: 40px 15px;
    width: auto!important;
  }

  .feature-Standardized-content h2,.feature-Standardized-content h3
  {
    text-align: center;
  }

  .features-Flexible-content h2,.features-Flexible-content h3
  {
    text-align: center;
  }

  .feature-Standardized-content p
  {
    text-align: center;
  }

  .feature-Standardized-img-mobile
  {
    padding: 40px 0px 0px 0px;
    text-align: center;
  }

  .Stand-big-data-content 
  {
    width: 100% !important;
    padding: 60px 20px;
    text-align: center;
  }

  .plateform-access 
  {
    width: auto !important;
    padding: 20px 15px;
  }

  .img-left-arrow
  {
    top: 74px;
  }

  .banner-arrow-button
  {
    width:100%!important;
  }

  .out-team-says-content,.job-something-depth-content
  {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
  }

  .teach-and-learn-content h3
  {
    padding-bottom: 40px;
  }

  .form-5
  {
    padding-left: 0px;
  }

  .cen-text
  {
    width: 100% !important;
  }

  .for-li h3
  {
    margin:0px;
  }

  .for-li p
  {
    padding:0px!important;
  }

  .feature-form .input input 
  {
    width: 100%!important;
  }



  .feature-form .actions input 
  {
    width: 100%!important;
  }

  .feature-form .actions 
  {
    width: 30%!important;
    margin: 0px auto!important;
    float: none!important;
  }

  .form-5
  {
    width: 100%!Important;
  }

  .header-wrapper
  {
    position: initial;
  }

  .FastFinder-wrapper,.Molecular-wrapper,.job-banner-wrapper,.contact-form-wrapper
  {
    margin-top: 0px!important;
  }

  .content-indus-page
  {
    padding-left: 0%;
  }

  .find-out-content h2 
  {
    padding-bottom: 20px;
  }

  .hs_cos_flex-slider .hs_cos_flex-slides img 
  {
    height: auto;
  }

  .image-slider-one-to-ten .hs_cos_flex-control-paging 
  {
    display: none;
  }

  .image-slider-one-to-ten .hs_cos_flex-direction-nav a 
  {
    display: none!important;
  }

  .image-slider-one-to-ten .hs_cos_flex-viewport 
  {
    padding-top: 120px;
    max-height:100%!important;
  }

  .image-slider-one-to-ten .hs_cos_flex-slider 
  {
    padding-top: 120px;
    max-height:100%!important;
  }

  .adventure-img-home,.Industrial-software-bg-img-1-home,.cta-title-content-img
  {
    display:block!important;
  }

  .cta-title-content-img,.Industrial-software-bg-img-1-home
  {
    padding-top: 20px;
  }

  .Industrial-software-bg-img-1-home 
  {
    margin-bottom: 0px;
  }

  .adventure-img-home 
  {
    margin-bottom: 0px;
  }

  .pcr-software-wrapper
  {
    background: none!Important;
  }

  .pcr-software-wrapper
  {
    min-height: 50vh !important;
  }

  .adventure-mobile-bg-img,.Industrial-mobile-bg-img
  {
    display:none!important;
  }

  .disclaimer-wrapper 
  {
    margin-top: 0px !important;
    padding: 00px 15px;
    width: 100% !important;
  }

  .disclaimer-content 
  {
    padding: 0px 0 30px;
  }

  .cyclers-software-menu
  {
    padding-left: 15px;
    text-align: center;
  }

  .Automated-FastFinder-wrapper,.Automated-feature-wrapper,.features-Flexible-wrapper,
  .feature-Standardized-wrapper,.Stand-big-data-wrapper,.Molecular-wrapper
  {
    min-height: 50vh!Important;
    padding-bottom: 20px;
  }

  .product-cta a
  {
    display: block;
    width: 170px;
    margin: 0px auto;
    text-align: left;
    position: relative;
  }

  .product-cta .click-product
  {
    position: absolute;
    top: -10px;
    right: 0;
  }

  .Automated-feature-menu ul li 
  {
    float: none;
    width: 100%;
    text-align: center;
  }

  .Automated-feature-menu ul li
  {
    padding:08px 15px!important;
  }

  .Automated-feature-menu 
  {
    padding-bottom: 20px;
  }

  .pcr-software-content, .pcr-grp-outer 
  {
    padding-right: 0px;
  }

  .Automated-feature-content p
  {
    padding: 0 0px 20px 0px;
    text-align: center;
  }


  .image-slider-one-to-ten .hs_cos_flex-slider .caption
  {
    top: -32%;
  }

  .slider-unique-content h2 
  {
    padding-bottom: 0px;
  }

  .cyclers-software-content img 
  {
    width: 50%!important;
  }

  .features-Flexible-img-mobile img,.feature-Standardized-img-mobile img,.Automated-FastFinder-img img
  {
    width: 50%!important;
    display: block;
    margin: 0px auto!important;
    float: none!important;
    vertical-align: middle;
  }

  .features-Flexible-img-mobile #hs_cos_wrapper_module_14695069812646985,.feature-Standardized-img-mobile #hs_cos_wrapper_module_14695069812646985,
  .Automated-FastFinder-img #hs_cos_wrapper_module_14695069812646985
  {
    padding-left: 00px !important; 
  }

  .cyclers-software-menu ul 
  {
    margin: 0;
    left: 0;
    position: initial;
  }

  .five-forms .hs_firstname, .five-forms .hs_lastname, .five-forms .hs_email,
  .five-forms .hs_company, .five-forms .hs_message, 
  .five-forms .hs_please_tell_us_how_we_can 
  {
    width: 100%;
  }

  .form-list 
  {
    width: 100%!Important;
  }

  .stick-header-top
  {
    min-height:0px!important;
    height: 3px;
  }

  .net-developer-wrapper
  {
    margin-top:0px;
    min-height:90vh!Important;
  }

  .net-developer-down-image
  {
    width: 100%!important;
  }
  .net-developer-content h1 
  {
    padding: 20px 0 5px 0;
  }

  .net-developer-job-outer 
  {
    width: 100% !important;
  }

  .net-apply-now-outer 
  {
    width: 100%!important;
  }

  .net-befinits-image,.net-profile-image
  {
    padding-top: 20px;
  }

  .Benefits-for-end-users-wrapper 
  {
    margin-top: 0px;
  }

  .Benefits-for-end-users-content p 
  {
    padding: 30px 5%;
  }

  .LIS-Technica-Qc-list ul li 
  {
    padding: 08px 0px!important;
  }

  .LIS-Technica-Qc-wrapper, .LIS-Technica-Qc-grp 
  {
    padding-bottom: 0!Important;
  }

  .No-local-infrastructure-wrapper
  {
    background: none;
  }

  .No-local-infrastructure-content h1,.No-local-infrastructure-content h2 ,
  .No-local-infrastructure-content p
  {
    text-align: center;
  }

  .Multi-cycler-change-image 
  {
    padding-top: 30px;
  }

  .pcr-analysy-content h1,.pcr-analysy-content h2,.pcr-analysy-content p,
  .a-pcr-software-content h1,.a-pcr-software-content h2,.a-pcr-software-content p
  {
    text-align:center;
  }

  .a-pcr-software-wrapper
  {
    background: none;
  }

  .a-pcr-software-cta
  {
    margin: 0px auto!Important;
    float: none!Important;
  }

  .UgenTec-Bio-It-Wrapper
  {
    padding: 60px 15px 100px 15px;
    background: transparent;
    background-image: url(#)!Important;
  }

  .work-banner-wrapper
  {
    margin-top:0px;
    min-height:90vh!Important;
  }

  .work-banner-content-text h1 
  {
    padding: 20px 0 5px 0;
  }

  .work-banner-arrow-button
  {
    width:100%!important;
  }

  .Our-Method-content 
  {
    padding: 0px 0;
  }

  .faster-finter-inner-wrapper 
  {
    margin-top:0px;
  }

  .Automated-FastFinder-right-lab 
  {
    padding-left: 0px;
  }

  .lab-Standardized-content 
  {
    padding-right: 00px;
  }

  .lab-change-FastFinder-img
  {
    display:none!important;
  }

  .lab-Automated-FastFinder-img img 
  {
    display: block;
    margin: 0px auto;
  }

  .Automated-feature-wrapper
  {
    margin-top:0px;
  }

  .Automated-FastFinder-content,.features-Flexible-content
  {
    padding-bottom:20px;
  }

  .FastFinder-biotechs-Image 
  {
    position: inherit;
    width: 100% !important;
  }

  .FastFinder-biotechs-content p
  {
    text-align: center;
    padding-left: 0%;
  }

  .FastFinder-biotechs-content h1,.FastFinder-biotechs-content h2
  {
    text-align: center;
  }

  .FastFinder-biotechs-cta
  {
    width:100%!Important;
    text-align: left;
  }

  .provide-software-outer 
  {
    padding-left: 0px;
  }

  .provide-software-content h1,.provide-software-content h2,.provide-software-content p
  {
    text-align:center; 
  }

  .provide-software-image
  {
    padding-top:40px;
  }

  .FastFinder-biotechs-wrapper
  {
    margin-top:0px;
    padding-top: 30px;
  }

  .Molecular-content-lab 
  {
    padding-bottom: 20px;
  }

  .provide-software-cta
  {
    text-align:center;
  }

  .Our-Method-content h1,.Our-Method-content h2,.Our-Method-content p
  {
    text-align:Center;
  }

  .Molecular-content-lab p
  {
    padding:0 0%;
  }

  .contact h1
  {
    padding: 30px 0px;
  }

  .blog-list-post-wrapper
  {
    background-attachment: initial;
    margin-top: 0px;
  }

  .blog-list-post-heading h1
  {
    margin-top:0px;
    text-align:center;
  }

  .blog-list-post-content .post-item
  {
    max-width: 100% !important;
    margin-right: 10px;
    margin-left: 10px;
    min-height: 600px !important;
  }

  .Blog-subscription-form-content .hs_firstname,
  .Blog-subscription-form-content .hs_email 
  {
    width: 100%!Important;
    float: none!Important;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .Blog-subscription-form-content .actions
  {
    text-align:center;
  }

  .Blog-Post-Author .details h4,.Blog-Post-Author .details p,
  .Blog-Post-Author h3
  {
    text-align:center;
  }

  .related-post-blog .related-post-item 
  {
    width: 100%;
    margin: 0;
    float: none;
    padding: 25px 0px 10px 0px;
    margin-bottom: 30px;
  }

  .Blog-Post-Author .about-author-sec img 
  {
    width: auto;
    float: none;
    height: 140px;
    margin-right: 0px;
    display: block;
    margin: 0px auto;
    padding-bottom: 20px;
  }

  .related-post-blog .related-title a 
  {
    padding: 0px 20px;
  }

  .related-post-blog .related-image
  {
    padding:0px 20px;
  }

  .Blog-Post-Author .details 
  {
    width: 100%;
    float: none;
    padding-right: 0px;
  }

  .blog-post-content-post .hs-featured-image-wrapper 
  {
    margin-top: 30px;
  }

  .image-slider-one-to-ten .hs_cos_flex-slider .hs_cos_flex-slides img
  {
    width: 100%;
  }

  .cyclers-software-menu ul 
  {
    text-align: left;
  }

  .standard img,
  .standard img:hover
  {
    max-width: 15% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .esf-image img{
    max-width: 100%;
    width: 15% !important;
    margin: 0 15%!important;
  }

  .down-img img
  {
    max-width: 100% !important;
    width: 50% !important;
    margin: 0 15%!important;
  }

  .esf-image p 
  {
    float: left;
    width: 65%;
  }

  .clearing-none
  {
    display: none;
  }

  .down-img{
    float: left;
    width: 25%;
  }

  .copy-right-img img 
  {
    max-width: 30%;
    margin-top: 10%;
  }

  .footer-together-wrapper 
  {
    padding-bottom: 0px !important;
  }

  .LIS-Technica-Qc-list .auto1,
  .LIS-Technica-Qc-list .auto3 
  {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .LIS-Technica-Qc-list li
  {
    margin-bottom: 15px !important;
  }

  .contact-list-grp 
  {
    width: 100%;
  }

  .Molecular-wrapper-jobs 
  {
    align-items: center;
    display: flex!important;
    justify-content: center;
    padding-top: 0;
  }

  .Competitive-Assays-image img 
  {
    position: initial;
  }

  .widget-type-space {
    visibility: visible;
    min-height: 0!Important;
    height: 0!Important;
  }

  .faster-finder-video-gif-pad video,.faster-finder-video-gif-pad img
  {
    width: 100%!important;
    margin-left: 0!important;
  }

  .Our-Method-image 
  {
    position: initial;
  }

  .net-profile-image 
  {
    position: initial;
  }

  .stick-header-top 
  {
    position: initial;
    bottom: 0;
  }

}

/************** iphone ***************/
@media (max-width: 758px) {
  .features-Flexible-img-mobile img,.feature-Standardized-img-mobile img,.Automated-FastFinder-img img, .lab-Automated-FastFinder-img img
  {
    width: 20%!important;
    display: block;
    margin: 0px auto!important;
    float: none!important;
    vertical-align: middle;
  }

  .features-Flexible-img-mobile #hs_cos_wrapper_module_14695069812646985,.feature-Standardized-img-mobile #hs_cos_wrapper_module_14695069812646985,
  .Automated-FastFinder-img #hs_cos_wrapper_module_14695069812646985
  {
    padding-left: 00px !important; 
  }


}

/************** iphone ***************/
@media (max-width: 479px) {
  .image-slider-one-to-ten .hs_cos_flex-slider .hs_cos_flex-slides img
  {
    padding-top:100px;
  }

  .image-slider-one-to-ten .hs_cos_flex-viewport 
  {
    padding-top: 90px;
  }

  .image-slider-one-to-ten .hs_cos_flex-slider 
  {
    padding-top: 90px;
  }

  .features-Flexible-img-mobile img,.feature-Standardized-img-mobile img,.Automated-FastFinder-img img
  {
    width: 35%!important;
    display: block;
    margin: 0px auto!important;
    float: none!important;
    vertical-align: middle;
  }

  .features-Flexible-img-mobile #hs_cos_wrapper_module_14695069812646985,.feature-Standardized-img-mobile #hs_cos_wrapper_module_14695069812646985,
  .Automated-FastFinder-img #hs_cos_wrapper_module_14695069812646985
  {
    padding-left: 00px !important; 
  }

  .cyclers-software-menu ul li
  {
    padding: 10px 10px;
    width: 88%;
    margin-bottom: 15px;
  }

  .standard img,
  .standard img:hover
  {
    max-width: 25% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .go-back-button 
  {
    bottom: -6%;
    width: 100%!Important;
  }

}


/************** font responsive ***************/
@media only screen and (min-width:1440px) {

  h1
  {
    font-size: 40px;
  }

  h2
  {
    font-size: 34px;
    letter-spacing: 1.7px;
  }

  h3
  {
    font-size: 28px;
    letter-spacing: 1.7px;
  }

  h4
  {
    font-size: 26px;
    letter-spacing: 1.7px;
  }

  p
  {
    font-size: 21px;
    letter-spacing: 1.1px;
  }

  span,a
  {
    font-size: 20px;
    letter-spacing: 1.1px;
  }

  .product-cta-new a {
    font-size:15px !important;
  }

  /********************************responsive********************************************/
  .cyclers-software-menu .cyclers1 span:hover,.cyclers-software-menu .cyclers2 span:hover,
  .cyclers-software-menu .cyclers3 span:hover,.cyclers-software-menu .cyclers4 span:hover,
  .cyclers-software-menu .cyclers5 span:hover,.cyclers-software-menu .cyclers6 span:hover
  {
    font-size: 20px;
    font-weight:400px;
  }

  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:20px!important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-size:20px!important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-size:20px!important;
  }
  :-moz-placeholder { /* Firefox 18- */
    font-size:20px!important;
  }

  .product-cta span
  {
    font-size:17px;
  }

  .Automated-feature-menu span
  {
    font-size:16px;
  }

  .blog-post-content-post h1 span
  {
    font-size:40px;
  }

  .related-post-blog .related-title a
  {
    font-size:34px;
  }

  .header-nav ul li a
  {
    color: #A7A7A7;
    padding: 12px 25px!Important;
  }

  .blog-list-post-content .post-item
  {
    min-height: 800px !important;
  }

}    

@media only screen and (min-width:992px) and (max-width: 1440px) {

  h1
  {
    font-size: 34px;
  }

  h2
  {
    font-size: 28px;
    letter-spacing: 1px;
  }

  h3
  {
    font-size: 24px;
    letter-spacing: 1px;
  }

  h4
  {
    font-size: 24px;
    letter-spacing: 1px;
  }

  p
  {
    font-size: 17px;
    letter-spacing: 1px;
  }

  span,a
  {
    font-size: 16px;
    letter-spacing: 1px;
  }

  /********************************responsive********************************************/
  .cyclers-software-menu .cyclers1 span:hover,.cyclers-software-menu .cyclers2 span:hover,
  .cyclers-software-menu .cyclers3 span:hover,.cyclers-software-menu .cyclers4 span:hover,
  .cyclers-software-menu .cyclers5 span:hover,.cyclers-software-menu .cyclers6 span:hover
  {
    font-size: 16px;
    font-weight:400px;
  }

  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:16px!important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-size:16px!important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-size:16px!important;
  }
  :-moz-placeholder { /* Firefox 18- */
    font-size:16px!important;
  }

  .blog-post-content-post h1 span
  {
    font-size:34px;
  }

  .related-post-blog .related-title a
  {
    font-size:28px;
  }


}    

@media only screen and (min-width:400px) and (max-width: 992px) {

  h1
  {
    font-size: 28px;
  }

  h2
  {
    font-size: 22px;
    letter-spacing: 0.9px;
  }

  h3
  {
    font-size: 20px;
    letter-spacing: 0.9px;
  }

  h4
  {
    font-size: 18px;
    letter-spacing: 0.9px;
  }

  p
  {
    font-size: 16px;
    letter-spacing: 0.9px;
  }

  span,a
  {
    font-size: 15px;
    letter-spacing: 0.9px;
  }

  /********************************responsive********************************************/
  .cyclers-software-menu .cyclers1 span:hover,.cyclers-software-menu .cyclers2 span:hover,
  .cyclers-software-menu .cyclers3 span:hover,.cyclers-software-menu .cyclers4 span:hover,
  .cyclers-software-menu .cyclers5 span:hover,.cyclers-software-menu .cyclers6 span:hover
  {
    font-size: 15px;
    font-weight:400px;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:15px!important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-size:15px!important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-size:15px!important;
  }
  :-moz-placeholder { /* Firefox 18- */
    font-size:15px!important;
  }
  .blog-post-content-post h1 span
  {
    font-size:28px;
  }

  .related-post-blog .related-title a
  {
    font-size:22px;
  }


}    

@media only screen and (max-width:400px)  {

  h1
  {
    font-size: 22px;
  }

  h2
  {
    font-size: 18px;
    letter-spacing: 0.8px;
  }

  h3
  {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  h4
  {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  p
  {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  span,a
  {
    font-size: 14px;
    letter-spacing: 0.8px;
  }

  /********************************responsive********************************************/
  .cyclers-software-menu .cyclers1 span:hover,.cyclers-software-menu .cyclers2 span:hover,
  .cyclers-software-menu .cyclers3 span:hover,.cyclers-software-menu .cyclers4 span:hover,
  .cyclers-software-menu .cyclers5 span:hover,.cyclers-software-menu .cyclers6 span:hover
  {
    font-size: 14px;
    font-weight:400px;
  }

  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:14px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-size:14px;
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-size:14px;
  }
  :-moz-placeholder { /* Firefox 18- */
    font-size:14px;
  }

  .blog-post-content-post h1 span
  {
    font-size:22px;
  }

  .related-post-blog .related-title a
  {
    font-size:18px;
  }


}    
/********************************      HERO       ********************************************/
.hero-inner-wrapper{
  background-position:bottom left;
  background-size:cover;
  background-color:#f6f9fc;
}
.hero-content{
  max-width: 600px;
  margin-top: 50px;
  padding:0px 30px;
  color:#6d6d6d;
  text-align:left;
}
.hero-content h1 {
  font-size:2.0em;
  line-height:1.4em;
}
.hero-content h2{
  font-size:1em;
  font-weight:normal;
  font-family:'Fira Sans', sans-serif;
  margin-bottom:40px;

}

.hero-link-btn{
  color: #FFF;
  background-color: #008bce;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 3px;
  text-decoration: none;

}
.hero-link-btn:hover{
  color: #EEEEEE;
  background-color: #086cad;
  top:1px;
}
@media only screen and (max-width:768px){
  .hero-content h1 {
    font-size:2.6em;
    line-height:1.4em;
  }
}
@media only screen and (max-width:992px){
  .hero-content h1 {
    font-size:2.6em;
    line-height:1.4em;
  }
}
/********************************      ALL IN ONE       ********************************************/
.all-in-one-wrapper
{
  background-color: #f5f5f5;
  padding: 20px 15px;
  align-items: center;
  min-height:100vh!important;
  text-align:center;
}

.all-in-one-wrapper h3, .all-in-one-wrapper h4 {
  color:#a3a3a3;
  text-align:center;
  font-family:'Fira Sans', sans-serif;
  font-weight:200;
}
.all-in-one-wrapper h4{
  font-size:1em;
  font-weight:normal;
  margin-bottom:0;
}
.header-box {
  max-width:1000px;
  padding:50px 50px 0 50px;
  float:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.header-box .logo {
  max-width:200px;
  height:auto;
}
.card-box-wrapper
{
  background-color: #f5f5f5;
  padding: 20px 15px;
  display: flex!Important;
  align-items: center;
  justify-content: center;
}
.card-box img {
  width:35%;
  height:auto;

}
.card-box{
  padding:15px 2em;
  border:.5px solid #000;
  border-radius:4px;
  background:#FFF;


}
.card-box h3 {
  font-family:'Roboto', sans-serif;
  font-size:1.4em;
}



/****************new-home-style***************/

.company-inner-wrapper{
  background-color: rgba(235, 242, 247, 0.8);
  margin-bottom: 100px!important;
  border-radius: 15px;
  border:2px solid #ebf2f7;
  padding:25px;
  -webkit-box-shadow: 0px 0px 92px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 92px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 92px 0px rgba(0,0,0,0.22);
  max-width:750px;
}

.company-inner-wrapper .logo {
  max-width:20%;
  height:auto;
  margin-left:40%;
  margin-right:auto;
}
@media only screen and (max-width: 767px) and (max-width:479px) {
  .company-inner-wrapper .logo {
    max-width:50%;
    height:auto;
    margin-left:25%;
    margin-right:auto;
  }
}


.green-button {
  background: #66C0BE;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  vertical-align: middle;
  font-size:17px;
}

.hero-content-new {
  padding-bottom: 100px;
}

.new-home .all-in-one-wrapper {
  background-image:url("https://cdn2.hubspot.net/hubfs/2387197/new-home-page-img/bg-benefits.png");
  background-size:cover;
  padding: 120px 15px;
  background-color:#FFF;
}

.shadow-box-wrapper {
  max-width: 900px;
  margin: 0 auto !important;
  float: none !important;
}

.shadow-box {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: perspective(1px) translateZ(0);
  border-radius:16px;
  background-color: rgba(235, 242, 247, 0.8);
  border:2px solid #ebf2f7;
}

.shadow-box:hover {
  -webkit-box-shadow: 0px 15px 30px 0px rgba(167,167,167,0.4);
  -moz-box-shadow: 0px 15px 30px 0px rgba(167,167,167,0.4);
  box-shadow: 0px 15px 30px 0px rgba(167,167,167,0.4);
  -webkit-transform: translateY(-3px);  
  -ms-transform: translateY(-3px);  
  transform: translateY(-3px);

}


.shadow-img-wrapper {
  padding: 30px 30px 0px;
}

.shadow-box img {
  max-width: 100px;
  height: auto;
  max-height: 100px;
}

.shadow-text {
  padding: 20px 0;
  min-height: 180px;
}

.shadow-link {
  background-color: #0073BB;
  border-radius: 15px;
}


.shadow-link a {
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  padding: 13px;
  display: block;
}

.right-cta {
  padding-left: 20px;
}

.shadow-link1 {
  background-color: #2B2C7E;
}

.shadow-link2 {
  background-color: #66C1BE;
}

.testimonial-wrapper {
  padding: 40px 15px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2387197/new-home-page-img/shutterstock_353040560@0,5x.png);
  background-size: cover;
  background-position: center;
}

.testimonial-inner-wrapper {
  max-width: 900px;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 40px;
}

.testimonial-logo img {
  max-width: 200px;
  height: auto;
}

.testimonial-text {
  padding: 40px 0;
}

.testimonial-text h2 {
  font-size: 18px;
  color: #9e9e9e;
  margin: 0;
  font-weight: 300;
}

.testimonial-text h2 span {
  display: block;
  font-weight: 300;
  font-size: 18px;
}

.testimonial-read-button a {
  font-size: 16px;
  text-decoration: none;
  color: #008ACD;
  font-weight: 400;
}
.testimonial-read-button a:hover {
  color: #007DBA;
}
.features-wrapper {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  background-size: cover;
}
.features-wrapper a {
  text-decoration:none;
  color:#5f5f5f;
}
.features-logo {
  max-width:22%;
  margin:1%;
  padding:30px 15px;
  height: auto;
  display:inline-block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius:15px;
  background-color: rgba(235, 242, 247, 0.18);
  border:2px solid #ebf2f7;

}
.features-logo:hover {
  -webkit-box-shadow: 0px 5px 14px 0px rgba(167, 167, 167, 0.4);
  -moz-box-shadow: 0px 5px 14px 0px rgba(167, 167, 167, 0.4);
  box-shadow: 0px 5px 14px 0px rgba(167, 167, 167, 0.4);
  -webkit-transform: translateY(-3px);  
  -ms-transform: translateY(-3px);  
  transform: translateY(-3px);
}
.features-logo:active {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(167, 167, 167, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(167, 167, 167, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(167, 167, 167, 0.3);
  -webkit-transform: translateY(3px);  
  -ms-transform: translateY(3px);  
  transform: translateY(3px);
}
.features-logo img {
  padding-bottom:10px;
}
@media only screen and (max-width:768px){
  .features-logo {
    max-width:75%;
    font-size:1.2em;

  }
}

.new-home .header-box {
  padding-top: 0;
}

.footer-menu ul li:first-child a {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0 !Important;
}

.footer-menu ul li a {
  color: #95989A;
  padding: 0 !important;
  text-overflow: inherit !important;
  font-size:14px!important;
  max-width:200px!important;
  margin-left:auto;
  margin-right:auto;
}

.padding-wrapper {
  padding-top: 40px;
}

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

.latest-text p {
  padding-bottom: 15px;
  margin: 0;
  color: #95989A;
  font-size: 14px!important;
}

.latest-text a {
  color: #95989A;
  text-decoration:none;
}
.content-text h3, .latest-text h3 {
  font-size: 16px !important;
  font-weight: 400;
  color: #95989A;
  margin: 0;
  padding-bottom: 10px;
}

.content-text ul {
  padding: 0;
  list-style-type: none;
}


.content-text ul li, .content-text a, .latest-text a {
  color: #95989a;
  font-size: 14px!important;
  letter-spacing:1.1px;
}

.content-text ul li::after {
  content: "|";
}

.content-text ul li a {
  color: #95989a;
  text-decoration:none;
}
.latest-text a, .content-text a {
  color:#008bce!important;
}
.footer-menu ul li {
  width: 100%;
}

.footer-copyright {
  color: #95989a;
  text-align:center;
  padding: 60px 15px 50px;
}

.footer-copyright p {
  font-size: 14px;
}

.new-home .footer-wrapper {
  padding: 60px 15px 0 15px;
}

.rss-wrapper {
  text-align:center;
  padding: 15px;
  background-color:#ebf2f7;
  box-shadow: 0 0 4px rgba(82, 82, 82, 0.18);
}

.rss-wrapper p.green-text {
  display: inline;
}

.rss-wrapper ul {
  display: inline-block;
  list-style-type: none;
}

.rss-wrapper ul li a {
  color: #9e9e9e;
  text-decoration: none;
}

.rss-wrapper a.read-more {
  font-size: 16px;
  color: #008acd !important;
  font-weight: 400;
  padding-left: 40px;
}
.rss-wrapper a.read-more:hover {
  text-decoration:underline;
  color: #007DBA !important;
}

span.green-text {
  background-color: rgba(112, 192, 65, 0.2);
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 14px;
  color: rgb(112, 192, 65);
}

.footer-logos img {
  max-width: 100px;
}

.footer-logos-wrapper {
  padding: 0 50px;
}

.footer-logos img {
  max-width: 76px;
}

.footer-logo {
  padding:10px;
}


/*****************Case Study Starts Here******************/

.page-center-1 {
  max-width: 1000px;
  margin: 0 auto !important;
  float: none !important;
}

.case-study-banner-wrapper {
  text-align: center;
  padding: 100px 15px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.case-study-banner-text-img {
  padding-bottom: 80px;
}

.case-study-banner-text-img img {
  max-width: 250px;
}

.MAN-text {
  max-width: 50%;
  margin-left: 25%!important;
}

.case-study-banner-text h1 {
  font-size: 30px;
  color: #5f5f5f;
}

.case-study-banner-text h2 {
  font-weight: 400 !important;
  font-size: 24px;
  color: #5f5f5f;
}

.laboratory-wrapper {
  /*background-image: url("https://s28.postimg.org/5s3ovor71/pattern.png");*/
  padding: 50px 15px 0;
}

.laboratory-text-wrapper {
  border: 2px solid #ebf2f7;
  border-radius: 15px;
  padding: 40px;
  min-height: 220px !important;
  background-color: rgba(235,242,247,.26);
}

.laboratory-text h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #5f5f5f;
}

.laboratory-text p {
  margin-bottom: 0;
  color: #9e9e9e;
}

.laboratory-cta-wrapper {
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}
.laboratory-cta {
  background-color: rgba(235,242,247,.69);
  min-height: 259px !important;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #ebf2f7;
  max-height: 220px !Important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.laboratory-cta a{
  max-height: 160px !important;
  overflow: hidden;
}

.laboratory-cta img{
  max-height: 180px !important;
}

.laboratory-columns-wrapper {
  padding-top: 60px;
}

.laboratory-columns-img {
  text-align: center;
  max-width:33%;
  margin-left:33%!important;
}

.laboratory-columns {
  border: 2px solid #ebf2f7;
  border-radius: 5px;
  padding: 30px;
  background-color: rgba(235,242,247,.26);
  min-height: 390px!important;
  margin-bottom:30px;
}

.laboratory-columns-button {
  text-align: center;
  padding: 30px;
}

.laboratory-columns-button a {
  color: #40409e;
}

.laboratory-columns-text h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #5f5f5f;
}

.laboratory-columns-text ul {
  margin: 0;
  padding-left: 20px;
  color: #5f5f5f;
}

.laboratory-columns-text ul li {
  color: #9e9e9e;
  line-height:1.4em;
}

.best-feature1-wrapper {
  background-color: #fff;
  padding: 0 15px;
}

.best-feature2-wrapper {
  background-color: rgba(235,242,247,.46);
  padding: 0 15px;
}

.best-feature1-wrapper table tbody tr td {
  width:50%;
}

.best-feature2-wrapper table tbody tr td {
  width:50%;
}

.best-feature-text {
  padding: 60px 0;
}

.best-feature-img {
  text-align:center;
}

td.best-feature-img img {
  height: auto;
}

.best-feature-text h2 {
  margin: 0;
  color: #5f5f5f;
  text-align: left;
  padding: 10px 0 5px;
  font-size: 34px;
  font-family: "Fira Sans",sans-serif;
}

.best-feature-text h3 {
  margin: 0;
  color: #9e9e9e;
  text-align: left;
  padding: 0 0 25px;
  font-size: 28px;
}

.best-feature-text p {
  color: #9e9e9e;
  padding-bottom: 15px;
  margin: 0;
}

.dont-take-wrapper {
  padding: 50px 15px 120px;
  background-color: rgba(235,242,247,.26)
    background-size:cover;
}

.dont-take-wrapper .out-team-jobs-content img {
  width: 100px;
  border-radius: 50%;
  padding: 0 !important;
  margin-top: 20px;
}

.dont-take-wrapper .out-team-jobs-content h2, .dont-take-wrapper .out-team-jobs-content p {
  color: #575757;
}

.receive-form-wrapper {
  padding: 60px 15px 100px;
  background-color: rgb(235,242,247);
  text-align:center;
}

.receive-form .hs_receivenewsletters ul, .receive-form .hs_privacy_policy ul {
  list-style-type: none;
  padding: 0px;
  width: 85%;
  float: none;
  margin: 5px auto;
}

.receive-form-wrapper h3#hs_cos_wrapper_module_1483592046181659_title {
  margin: 0;
  color: #5f5f5f;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 30px;
}

.receive-form-wrapper h3 span {
  display:block;
  color: #5f5f5f;
  font-size: 30px;
  font-weight: 300;
}

.receive-form-wrapper .hs_email.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.receive-form-wrapper .hs_firstname.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.receive-form-wrapper .hs_lastname.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.receive-form-wrapper .hs_company.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.receive-form-wrapper .hs_city.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.receive-form-wrapper .hs_country.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.receive-form-wrapper .hs_privacy_policy.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.receive-form-wrapper .hs_address.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.receive-form-wrapper .hs_zip.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.receive-form li label 

{
  display: block !important;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;

}

.receive-form ul.inputs-list {
    list-style: none;
    padding: 0;
}

.receive-form-wrapper ul.hs-error-msgs.inputs-list {
  padding: 10px 0 0;
  list-style-type: none;
  margin: 0;
}

.receive-form {
  max-width: 400px;
  margin: 0 auto!important;
  float: none !important;
}

.receive-form .hs_email.field input,
.receive-form .hs_firstname.field input,
.receive-form .hs_lastname.field input,
.receive-form .hs_company.field input,
.receive-form .hs_message.field input,
.receive-form .hs_city.field input,
.receive-form .hs_country.field input,
.receive-form .hs_address.field input,
.receive-form .hs_zip.field input,
.receive-form select, 
.receive-form input[type="text"] {
  font-size: inherit;
  height: 40px;
  color: #636363;
  border: 1px solid #525252;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 85%;
  line-height: 10px;
  box-shadow: inset 0 2px 3px #ddd;
  -webkit-box-shadow: inset 0 2px 3px #ddd;
  -moz-box-shadow: inset 0 2px 3px #ddd;
}

.receive-form input:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.receive-form .hs_email.field input::-webkit-input-placeholder {
  color: #575757 !important;
  font-size:16px;
}

.receive-form textarea {    font-size: inherit;
  height: 70px;
  color: #636363;
  border: 1px solid #525252;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 85%;
  line-height: 1em!important;
  box-shadow: inset 0 2px 3px #ddd;
  -webkit-box-shadow: inset 0 2px 3px #ddd;
  -moz-box-shadow: inset 0 2px 3px #ddd;}

/* .receive-form form div:first-child {
width: 50%;
float: left;
} */




.receive-form .hs_email {
  width: 100% !important;
}

.receive-form .hs_submit {
  width: 50%;
  margin-left:25%;
}

.receive-form .hs_submit .actions input {
  border:none;
  margin-top:10px;
  white-space: nowrap;
  display: inline-block;
  cursor:pointer;
  padding: 10px 14px;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  background-color:#EE7326;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .025em;
  color: #FFF!important;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
  animation-name: button-float;
  animation-duration: 2s;
  animation-iteration-count:infinite;
}
.receive-form .hs_submit .actions input:hover {
  color: #FFF;
  -webkit-transform: translateY(-1px);  
  -ms-transform: translateY(-1px);  
  transform: translateY(-1px);  
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.receive-form .hs_submit .actions input:active {
  color: #F1F1F1;
  background-color: #545454;
  -webkit-transform: translateY(1px);  
  -ms-transform: translateY(1px);  
  transform: translateY(1px);  
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.receive-form input:-webkit-autofill, .receive-form textarea:-webkit-autofill, .receive-form select:-webkit-autofill {
  background-color: #f9b122 !IMPORTANT;
}

/*****************Case Study Ends Here******************/



/**************** Pricing Ends Here******************/

.page-center-2 {
  max-width: 900px;
  margin: 0 auto !important;
  float: none !important;
}

.three-column-img-wrapper {
  text-align:center;
  padding: 20px 15px;
}

.three-column-img img {
  padding: 20px;
  max-width:100px;
  max-height:auto;
}

.three-laboratory-wrapper {
  padding: 50px 15px 20px;
}

.three-column-heading h2{
  font-weight: 400 !important;
  font-size: 24px;
  color: #5f5f5f;
}

.three-column-text p {
  font-size: 17px;
  color: #5f5f5f;
  font-weight: 300;
}
.three-laboratory-heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  padding: 10px;
}

.three-laboratory-heading1 {
  background-color: #008ACD;
}

.three-laboratory-heading2 {
  background-color: #F8B121;
}

.three-laboratory-heading3 {
  background-color: #70C041;
}

.three-laboratory-heading h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

.three-laboratory-group-img {
  text-align:center;
}

.three-laboratory-group-wrapper {
  border: 1px solid #9e9e9e;
  border-top: 0;
  padding: 20px 30px 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1) !important;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.three-laboratory-group-wrapper:hover {
  box-shadow: 0 3px 7px 0 rgba(0,0,0,0.1),0 6px 8px 0 rgba(0,0,0,0.1) !important;
}

.three-laboratory-group-heading {
  text-align: center;
}

.three-laboratory-group-heading h2 {
  margin: 0;
  font-weight: 500;
  color: #5f5f5f;
  font-size: 24px;
  padding-bottom:5px;
}

.three-laboratory-group-heading p {
  margin: 0;
  font-size: 17px;
  color: #5f5f5f;
  font-weight: 300;
  padding-bottom: 20px;
}

.three-laboratory-group-text {
  text-align: center;
}

.three-laboratory-group-text ul {
  margin: 0;
  padding: 40px 0 0 0;
}

.three-laboratory-group-text ul li {
  font-size: 15px;
  font-weight: 300;
  color: #5f5f5f;
  line-height: 24px;
  text-align: left;
  list-style: none;
  padding-left: 24px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2387197/ugentec/Pricing/checkbox-checked.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}

.three-laboratory-group-text ul li.grey-text {
  background-image: url(https://cdn2.hubspot.net/hubfs/2387197/ugentec/Pricing/checkbox-unchecked.svg);
  color: #9e9e9e;
}

.three-laboratory-group-text a {
  text-decoration: none;
  color: #5f5f5f;
  border-radius: 5px;
  padding: 15px 25px;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
}

.three-laboratory-group-text a.green-cta {
  background-color: #008ACD;
  color: #fff;
}

.three-laboratory-group-text a.blue-cta {
  background-color: #F8B121;
  color: #fff;
}

.three-laboratory-group-text a.yellow-cta {
  background-color: #70c041;
  color: #fff;
}

.faq-wrapper {
  padding: 60px 15px;
}

.faq-heading h2 {
  font-weight: 300;
  font-size: 24px;
  color: #5f5f5f;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 0;
}

.faq-text {
  padding: 30px 0;
}

.faq-text h4 {
  color: #828282;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 15px;
}

.faq-text hr {
  width: 50px;
  margin: 0 !important;
  border-style: double;
  border: 0;
  border-bottom: 1px solid;
  text-align: left;
}

.faq-text p {
  color: #9e9e9e;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  padding-top: 15px;
}

.faq-text ul {
  padding-left: 20px;
}

.faq-text ul li {
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 300;
}



/**************** Pricing Ends Here******************/



/**************** Features Start Here******************/

.features-banner-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px;
}

.features-banner-text-wrapper {
  background-color: #fff;
  border-radius:15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(173,173,173,1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(173,173,173,1);
  box-shadow: 0px 0px 25px 0px rgba(173,173,173,1);
}

.features-banner-text-inner-wrapper {
  max-width: 700px;
  margin: 0 auto !important;
  float: none !important;
}

.features-banner-text h1, .features-banner-text h2 {
  margin: 0;
  padding: 10px 0;
}

.features-banner-text {
  text-align: left;
}

.everything-wrapper {
  /*background-image: url(https://s28.postimg.org/5s3ovor71/pattern.png);*/
}

.everything-inner-wrapper {
  background-color: #fff;
  padding: 30px 100px;
  background-color: rgba(235,242,247,.80);
  border-left: 2px solid #ebf2f7;
  border-right:2px solid #ebf2f7;
}

.everything-heading h2 {
  padding: 0;
  margin: 0;
}

.everything-heading hr {
  border-style: double;
  width: 250px;
  margin: 0 auto !important;
  border: 0;
  border-bottom: 1px solid;
}

.everything-heading {
  padding-bottom: 10px !important;
}

.everything-heading h2 {
  padding-bottom: 10px !important;
}

.everything-img img {
  padding: 30px 0;
}

.everything-text {
  padding: 30px 0 10px;
}

.everything-text hr {
  border-style: double;
  border: 0;
  border-bottom: 1px solid;
  text-align: left;
}

.everything-text a {
  color: #fff;
  padding: 4px 12px;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.representative-form-wrapper {
  text-align:center;
  padding:30px;
  border-top:2px solid #ebf2f7;
  background: -moz-linear-gradient(left, rgba(30,87,153,0.11) 0%, rgba(125,185,232,0.3) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(30,87,153,0.11) 0%,rgba(125,185,232,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(30,87,153,0.11) 0%,rgba(125,185,232,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1e5799', endColorstr='#4d7db9e8',GradientType=1 ); /* IE6-9 */
}

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

.representative-form h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  padding: 60px 0;
}

.representative-form .field.hs-form-field input {
  font-size: inherit;
  color: #636363;
  border: 0;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 400px;
  line-height: 10px;
}

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

.representative-form .hs_submit .actions input {
  color: #5f5f5f;
  background-color: #fff;
  font-size: 15px;
  margin: 10px 0 30px;
  padding: 12px;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 5px;
  border: 0;
  border-bottom: 4px solid #C3C3C3;
}

.representative-form ul.hs-error-msgs.inputs-list {
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.features-banner-img {
  text-align: center;
}

.representative-form .field.hs-form-field input::-webkit-input-placeholder
{
  font-size: 15px !important;
}

.features-banner-text h2 {
  font-weight:300 !important;
}

.representative-form p {
  color: #fff;
  font-weight: 300;
}   




/**************** Features Ends Here******************/


/*****************************Responsive Code Starts Here***********************************/

/************** ipad rotate ***************/
@media (max-width: 1080px) {

  .footer-wrapper .widget-type-space {
    display: none;
  }

  .footer-inner-wrapper {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 15px;
  }

  .new-home .all-in-one-wrapper {
    padding: 100px 15px;
    min-height: 100% !important;
  }

  .hero-inner-wrapper {
    min-height: 100% !important;
  }

  .hero-content {
    margin-top: 80px;
  }

  .faq-wrapper {
    padding: 40px 15px;
  }

  .three-laboratory-group-text a.more-button {
    padding: 15px 0;
  }

  .three-laboratory-group-text a.less-button {
    padding: 15px 0;
  }

  .receive-form .hs_email.field input {
    border-radius:4px;
    height: 34px;
  }

  .receive-form .hs_submit .actions input {
    height: 34px;
    -webkit-appearance: none;
  }

  .features-banner-wrapper {
    padding: 60px;
  }

  .representative-form .field.hs-form-field input {
    line-height:20px !important;
    height: 30px;
    width:90%;
  }

}

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

  .hero-inner-wrapper {
    min-height: 60vh !important;
    background-position:90%;
    padding-bottom:150px;
  }
  .hubdb-header {
    padding: 60px 0px;
  }
  .hubdb-col:nth-child(2n+1) {
    clear: both;
  }
  .hubdb-col-inner {
    margin: 25px 20px;
    min-height: 300px
  }

  .hubdb-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hubdb-col {
    float: left;
    width: 50%;
    min-height:100%;
  }

  .hero-content-new {
    margin-top:40px;
  }
  .features-logo {
    max-width:30%;
  }

  .new-home .all-in-one-wrapper {
    padding: 80px 15px;
    min-height: auto !IMPORTANT;
  }

  .UgenTec-Bio-It-Wrapper {
    min-height: 80vh !important;
  }

  .footer-menu ul li:first-child a {
    font-size: 15px;
  }

  .footer-menu ul li a {
    font-size: 14px;
  }

  .content-text h3 {
    font-size: 15px !important;
    padding-bottom: 0;
  }

  .footer-copyright {
    padding: 40px 15px 120px;
  }

  .shadow-img-wrapper {
    padding: 30px 10px 0;
  }

  .shadow-text {
    min-height: 150px;
  }

  .best-feature-text {
    padding: 40px 0;
  }

  .dont-take-wrapper {
    padding: 10px 15px 60px;
  }

  .receive-form-wrapper {
    padding: 50px 15px 70px;
  }

  .three-laboratory-group-heading p {
    font-size: 16px;
    padding-bottom: 10px;
    min-height: 70px !important;
  }

  .three-laboratory-group-text ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .faq-wrapper {
    padding: 40px 15px;
  }

  .faq-heading h2 {
    padding-bottom: 20px;
  }

  .features-banner-text-wrapper {
    padding: 30px;
  }

  .features-banner-text h1 {
    font-size: 28px;
  }

  .features-banner-text h2 {
    font-size: 20px;
  }

  .everything-inner-wrapper {
    padding: 30px 60px;
  }

  .representative-form h3 {
    padding: 40px 0;
  }

  .everything-text a {
    font-weight:300;
  }

  .laboratory-text-wrapper {
    padding:20px;
  }



}

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

  .rss-wrapper ul {
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .rss-wrapper ul li a {
    display: block;
  }

  .rss-wrapper a.read-more {
    padding-left: 0;
    padding-top: 10px;
  }

  .rss-wrapper span.green-text {
    display: inline-block;
  }

  .shadow-box {
    max-width: 400px !Important;
    margin: 0 auto 40px!important;
  }

  .shadow-box:last-child {
    margin-bottom: 0 !important;
  }

  .footer-inner-wrapper {
    text-align: center;
  }

  .footer-logo img {
    max-width: 150px;
  }
  .footer-logo {
    padding:0;
  }

  .latest-text {
    max-width: 300px;
    margin: 0 auto !important;
    float: none;
  }

  .padding-wrapper {
    padding-top: 10px;
  }

  .footer-copyright {
    padding: 30px 15px 100px;
  }

  .shadow-text {
    min-height: 100%;
  }

  .hero-content-new {
    padding-bottom: 50px;
  }

  .footer-logos img {
    padding-bottom: 10px;
  }


  .footer-logos-wrapper {
    position: relative;
    padding: 0px;
    height: 400px !important;
  }

  .footer-logos {
    position: absolute;
  }

  .footer-logos1 {
    top: 0;
    left: 20%;
  }

  .footer-logos2 {
    top: 0;
    right: 20%;
  }

  .footer-logos3 {
    top: 150px;
    left: 20%;
  }

  .footer-logos4 {
    top: 110px;
    right: 20%;
  }

  .footer-logos5 {
    bottom: 0;
    left: 20%;
  }

  .footer-logos6 {
    bottom: 0;
    right: 20%;
  }

  .footer-logos img {
    max-width: 100px;
  }

  .case-study-banner-text-img {
    padding-bottom: 40px;
  }
  .MAN-text {
    max-width: 80%;    
    margin-left:10%!important;
  }

  .case-study-banner-wrapper {
    padding: 80px 15px 60px;
    background-position: bottom center;
  }

  .laboratory-cta-wrapper {
    margin-top:40px;
  }

  .laboratory-columns-wrapper {
    padding-top: 0;
  }

  .laboratory-columns {
    max-width: 400px !important;
    margin: 40px auto 0 !important;
  }

  .best-feature-text {
    padding: 40px 0 20px;
  }

  .out-team-says-heading h2 {
    padding: 20px 0 5px 0;
  }

  .dont-take-wrapper {
    padding: 40px 15px 60px;
  }

  .receive-form-wrapper {
    padding: 60px 15px 80px; 
  }

  .case-study-banner-text h1 {
    font-size: 24px;
  }

  .case-study-banner-text h2 {
    font-size: 20px;
  }

  .laboratory-text-wrapper {
    min-height: 100% !important;
  }

  .three-laboratory-wrapper {
    max-width: 400px;
    margin: 0 auto !important;
  }

  .three-laboratory-group-text a.more-button {
    display: block;
  }

  .three-laboratory-group-wrapper {
    margin-bottom: 40px;
  }

  .three-laboratory-group-wrapper {
    margin-bottom: 40px;
  }

  .faq-wrapper {
    padding: 20px 15px 40px;
  }

  .faq-heading h2 {
    padding-bottom: 0;
  }

  .best-feature1-wrapper table tbody tr td {
    display: block;
    width:100%;
  }

  .best-feature2-wrapper table tbody tr td {
    display: block;
    width:100%;
  }

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

  .everything-img img {
    padding: 30px 0 0;
    max-width:50px;
  }

  .everything-inner-wrapper {
    text-align: center;
  }

  .everything-text hr {
    margin: 0 auto !important;
  }

  .representative-form h3 {
    padding: 20px 0;
  }


}

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

  .hero-content {
    padding: 60px 20px;
    margin: 0;
  }

  .right-cta {
    padding-left: 10px;
  }

  .hero-inner-wrapper {
    min-height: 100% !important;
  }

  .hero-content h1 {
  }


  .footer-logos-wrapper {
    position: relative;
    padding: 0px;
    height: 300px !important;
  }

  .footer-logos1 {
    top: 0;
    left: 10%;
  }

  .footer-logos2 {
    top: 0;
    right: 10%;
  }

  .footer-logos3 {
    top: 110px;
    left: 10%;
  }

  .footer-logos4 {
    top: 85px;
    right: 10%;
  }

  .footer-logos5 {
    bottom: 0;
    left: 10%;
  }

  .footer-logos6 {
    bottom: 0;
    right: 10%;
  }

  .footer-logos img {
    max-width: 75px;
  }

  .green-button{
    padding: 10px 18px;
  }

  .laboratory-text-wrapper {
    padding:30px;
  }

  .best-feature-text h2 {
    font-size: 30px;
  }

  .best-feature-text h3 {
    font-size: 24px;
  }

  .laboratory-columns-img img {
    max-width: 150px;
  }

  .receive-form-wrapper h3#hs_cos_wrapper_module_1483592046181659_title {
    font-size: 26px;
  }

  .receive-form-wrapper h3 span {
    font-size: 26px;
  }

  .everything-inner-wrapper {
    padding: 30px 15px;
  }

  .features-banner-wrapper {
    padding: 40px 20px;
  }

  .features-banner-text-wrapper {
    padding: 20px;
  }

  .features-banner-text h1 {
    font-size: 22px;
  }

  .features-banner-text h2 {
    font-size: 18px;
  }

  .faq-heading h2 {
    font-size: 18px;
  }

  .representative-form h3 {
    font-size: 24px;
  }

}

@media only screen and (min-width: 1440px) {
  p {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 1440px) {
  span, a {
    font-size: 16px !important;
  }
}
.tour-softw-box img {
  border:2px solid #dfecf4!important;
  padding:0px!important;
  border-radius:15px;
  margin-bottom:40px!important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 5px 30px 6px rgba(223,236,244,0.5);
  -moz-box-shadow: 0px 5px 30px 6px rgba(223,236,244,0.5);
  box-shadow: 0px 5px 30px 6px rgba(223,236,244,0.5);
}

.tour-softw-box img:hover {
  -webkit-box-shadow: 0px 15px 30px 6px rgba(223,236,244,0.5);
  -moz-box-shadow: 0px 15px 30px 6px rgba(223,236,244,0.5);
  box-shadow: 0px 15px 30px 6px rgba(223,236,244,0.5);
} 

/*****************************Responsive Code Ends Here***********************************/

.lp-inner-wrapper{
  background-position: top center;
  background-size:cover;
  padding:100px 50px 0;
  max-width:100%;
}
.lp-bg-img img{
  display:none;
}
.lp-bg-img .hs-editor-editable img
{
  display: block;
}

.form-box{
  background-color:#FFF;
  padding:20px;
  border-radius:15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border:2px solid #EE7326;
  margin-top:70px;

}
.form-box:hover{
  -webkit-box-shadow: 0px 0px 15px 5px rgba(238,115,38,0.32);
  -moz-box-shadow: 0px 0px 15px 5px rgba(238,115,38,0.32);
  box-shadow: 0px 0px 15px 5px rgba(238,115,38,0.32);
}

.form-box .hs_email {
  margin-bottom:25px;
  font-size:1em;
}
.lp-form {
  text-align:left;
  font-size:14px;
  font-family:'Roboto',sans-serif ;
  font-weight:500;
  color:#6d6d6d;
  padding-left:25px;
}
.lp-form textarea {
  font-size:14px;
}

.lp-form h3 {
  margin: 0;
  font-size: 30px;
}
.lp-form .field.hs-form-field input[type="text"],
.lp-form .field.hs-form-field input[type="email"],
.lp-form .field.hs-form-field select,
.lp-form .field.hs-form-field textarea {
  font-size: inherit;
  height:40px;
  color: #636363;
  border: 1px solid #525252;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 85%;
  line-height: 10px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
}
.lp-form .field.hs-form-field textarea {
 	min-height:60px; 
}
.lp-form .field.hs-form-field label {
  line-height:40px;
}

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

.lp-form .hs_submit .actions input {
  white-space: nowrap;
  display: inline-block;
  cursor:pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  background-color:#EE7326;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .025em;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
  border:none;
}
.lp-form .hs_submit .actions input:hover {
  color: #FFF;
  -webkit-transform: translateY(-1px);  
  -ms-transform: translateY(-1px);  
  transform: translateY(-1px);  
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.lp-form .hs_submit .actions input:active {
  color: #F1F1F1;
  background-color: #545454;
  -webkit-transform: translateY(1px);  
  -ms-transform: translateY(1px);  
  transform: translateY(1px);  
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.lp-form ul.hs-error-msgs.inputs-list {
  list-style: none;
  color: red;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.lp-form .hs-button .large .primary {
  padding: 15px;
  color: #FFF;
  text-decoration: none;
  background-color: #525252;
  line-height: 75px;
  border-radius: 10px;
}
.lp-content{
  margin-top:0;
}
@media only screen and (max-width: 767px) and (max-width:479px) {
  .lp-inner-wrapper {
    padding:0;
  }
}
.features-inner-wrapper {
  max-width: 900px;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 40px;
  margin-bottom:60px;
}

/********* Buttons *********/
/* @keyframes button-float {
0%      {-webkit-transform: translateY(0px);  
-ms-transform: translateY(0px);  
transform: translateY(0px); 
}
50%     {-webkit-transform: translateY(-4px);  
-ms-transform: translateY(-4px);  
transform: translateY(-4px); }
100%    {-webkit-transform: translateY(0px);  
-ms-transform: translateY(0px);  
transform: translateY(0px); 
}
} */




.common-Button a, .common-Button .hs-cta-wrapper a, .form-lp input.hs-button.primary.large {
  white-space: nowrap;
  display: inline-block;
  cursor:pointer;
  text-align:center;
  padding: 10px 14px;
  margin: 10px 0px;
  min-width: 180px;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  background: #525252;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .025em;
  color: #FFF!important;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
  animation-name: button-float;
  animation-duration: 2s;
  animation-iteration-count:infinite;
}
.common-Button a:hover, .common-Button .hs-cta-wrapper a:hover, .form-lp input.hs-button.primary.large:hover {
  color: #FFF;
  -webkit-transform: translateY(-1px);  
  -ms-transform: translateY(-1px);  
  transform: translateY(-1px);  
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.common-Button a:active, .common-Button .hs-cta-wrapper a:active, .form-lp input.hs-button.primary.large:active {
  color: #F1F1F1;
  background-color: #545454;
  -webkit-transform: translateY(1px);  
  -ms-transform: translateY(1px);  
  transform: translateY(1px);  
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.yellow-Button a, .yellow-Button .hs-cta-wrapper a {
  background-color:#F9B122;
}
.orange-Button a, .orange-Button .hs-cta-wrapper a, .form-lp input.hs-button.primary.large {
  background-color:#EE7326;
}
.red-Button a, .red-Button .hs-cta-wrapper a {
  background-color:#E30613;
}
.purple-Button a, .purple-Button .hs-cta-wrapper a {
  background-color:#C63E8F;
}
.dblue-Button a, .dblue-Button .hs-cta-wrapper a {
  background-color:#2B2D7F;
}
.lblue-Button a, .lblue-Button .hs-cta-wrapper a {
  background-color:#0074BC;
}
.cyan-Button a, .cyan-Button .hs-cta-wrapper a {
  background-color:#66C1BF;
}
.green-Button a, .green-Button .hs-cta-wrapper a {
  background-color:#95C11F;
}
.bg-img-hero img {
  display:none;
}
.bg-img-hero .hs-editor-editable img
{
  display: block;
}
.header-nav-wrapper
{
  margin-left:0!important;
}
.common-Tag {
  padding: 5px 5px; 
  background-color: white; 
  border: 1px solid #525252; 
  border-radius: 8px; 
  font-size: 10px!important;
}
.yellow-Tag {
  border-color;#F9B122;
}
.orange-Tag {
  border-color;#EE7326;
}
.red-Tag {
  border-color:#E30613;
}
.purple-Tag {
  border-color:#C63E8F;
}
.dblue-Tag {
  border-color:#2B2D7F;
}
.lblue-Tag {
  border-color:#0074BC;
}
.cyan-Tag {
  border-color:#66C1BF;
}
.green-Tag {
  border-color:#95C11F;
}

/*******************cookie edited codes starts here***************/
body div#hs-eu-cookie-confirmation.can-use-gradients{
  background-color: #f2f2f2 !important;
  background-image: none !important;
  border-top: 1px solid #66C1BF;
  padding: 5px 0px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #6d6d6d !important;
  font-size: 12px !important;
  text-shadow: none !important;
  float: left;
  width: 65%;
  background-image:url("https://cdn2.hubspot.net/hubfs/2387197/ugentec/AA-Dx-companies/cookie-ugentec.png");
  background-size: 38px;
  line-height: 20px !important;
  background-position: left center; 
  background-repeat: no-repeat;
  padding-left: 65px !important; 
  margin: 0 0 12px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
  background-color: #66C1BE !important;
  border: 0px !important;
  border-radius: 12px !important;
  padding: 8px 15px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color:#FFFFFF!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a{
  text-shadow: none !important;
  color: #66C1BE !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{
  padding-top: 10px;
}

body div#hs-eu-cookie-confirmation {
  position: fixed;
  bottom: 0px;
  top: initial;
} 

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 12px 40px 18px 90px; 
}

.header-menu-for-mobile{
  display: none !important;
}

.header-menu-for-mobile ul li a {
  font-size: 16px !important;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important; 
}


.diagnostics-outer-wrapper {
  width: 34%;
  float: left;
  margin: 30px 40px;
  padding: 30px 40px 20px;
  text-align: center;
  border-radius: 6px;
  background-color: #fafdff;
  box-shadow: 0px 15px 30px rgba(0,0,0,.07);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; 
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.diagnostics {
  width: 85% !important;
  float: none !important;
  margin: 0 auto !important;
}

a.box-outer-link:hover {
  text-decoration: none !important;
}

.diagnostics-module-outer-wrp {
  background-image: url(https://cdn2.hubspot.net/hubfs/2387197/new-home-page-img/background-benefits.png);
  padding: 30px 0px;
}

.diagnostics-outer-wrapper img {
  height: 76px !important;
  width: auto;
}

.diagnostics-outer-wrapper p {
  color: #5f5f5f;
  font-size: 16px;
}

.diagnostics-outer-wrapper h3 {
  font-size: 20px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
}

p.read-more-diag {
  padding-top: 15px;
  font-weight: normal; 
}

.diagnostics-outer-wrapper:hover {
  box-shadow: 0px 18px 35px rgba(0,0,0,.07);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}

@media (max-width: 1080px) {
  .diagnostics-outer-wrapper{
    width: 35%;
    margin: 30px 22px;
  }
}

@media only screen and (min-width:1060px) and (max-width: 1194px){
  .diagnostics-outer-wrapper {
    width:32%;
  }

}

@media only screen and (min-width:750px) and (max-width: 995px){
  .diagnostics-outer-wrapper {
    width:30%;
  }

}


@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 12px 10px 18px 30px;
  }
  .dynamic-data-right
  {
    width: 26%;
    padding: 20px 15px 30px 25px;
  }
  .dynamic-data-left {
    width: 60%;
  }
  .targets li {
    float: none;
    width: 100%;
  }
  .assay-plug li {
    width: 45%;
    float: left;
    padding: 5px 0px 5px 35px; 
  }


  .dynamic-data {
    padding: 40px 20px;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
    width: 90%;
  }

  .header-menu-for-mobile{
    display: block !important;
  }

  .desktop-header-menu{
    display: none !important;
  }

  .logo-img img{
    max-width: 85%;
  }

  div.header-menu-for-mobile.custom-menu-primary.js-enabled {
    min-height: 0px !important;
    padding: 0px !important;
  }

  .mobile-trigger {
    top: -43px!Important;
  }

  .diagnostics-outer-wrapper {
    width: 38%;
    margin: 30px 10px;
    padding: 30px 26px 20px;
  }




}

@media (max-width: 767px) {

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 12px 15px 18px 15px;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
    width: 90%;
  }

  .header-menu-for-mobile{
    display: block !important;
  }

  .desktop-header-menu{
    display: none !important;
  }

  .header-together-wrapper {
    padding: 0px 15px 15px 15px !important;
  }

  .child-trigger i, .child-trigger i:after {
    background-color: #ffffff !important;
  }

  .diagnostics{
    width: 90% !important;
  }

  .diagnostics-outer-wrapper{
    width: initial;
    margin: 0px 22px 30px;
  }


}

@media (max-width: 479px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
    width: 80%;
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {

    padding-right: 30px;
  }

  .diagnostics {
    width: 100% !important;
  }

  .diagnostics-outer-wrapper{
    padding: 20px 15px 20px;
    margin: 0px 20px 30px;
  }



}
/******************cookie edited codes ends here**************/

/**
* AddToCalendar Blue Style
* http://addtocalendar.com
*/

/* Base */

.addtocalendar var{
  display: none;
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent!important;
}

.atcb-link {
  display: block;
  outline: none!important;
  cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
  visibility:visible;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}

.atcb-list,
.atcb-item
{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.atcb-item {
  float: none;
  text-align: left;
}

.atcb-item-link
{
  text-decoration: none;
  outline: none;
  display: block;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}


/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
  margin: 0;
  padding: 7px 25px;
  color: #fff;
  font-family: "Verdana";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #2A606C;
  box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
  border-radius: 4px;
  zoom: 1;
}

.atc-style-blue .atcb-list {
  width: 170px;
  border: 1px solid #2A606C;
  border-radius: 2px;
  box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
  background: #fff;
  color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
  color: #000;
  font-family: "Verdana";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
  color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
  background: #255661;
}

#hero-subscription {
  min-height: 600px;
  height: auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 50px 0;
  font-size: 20px;
}




/************LANDING PAGE**************************/
.color-bar-img img {
  height: 6px;
  width: 100%!Important;
  vertical-align: top;
}

.banner-wrapr {
  // background-image: url(https://cdn2.hubspot.net/hubfs/2387197/ugentec/landing%20page/ugentic-wraper.jpg);
  background-size: cover;
  color: #fff;
  padding: 100px 20px 70px;
}

.banr-txt1 h3 {
  font-family: "Fira Sans",sans-serif;
  font-weight: 200;
  line-height: 1.1;
  margin: 0px;
}

.banr-txt1, .banr-txt2 {
  padding: 20px 0px 50px;
}
.banr-txt2 p {
  line-height: 1.5;
  margin: 0px;
}
.banr-txt3 p {
  margin: 0px;
  font-size: 16px !important;
  display: inline-block;
}
.banr-txt3 p i, .job-flex-txt3 p i {
  padding-left: 15px;
  vertical-align: middle;
}
.banr-txt3 {
  padding: 75px 0px 30px;
}
.page-center-2{
  max-width: 900px !important;
  margin: 0 auto !important;
  float: none !important;
}
.job-wrapper {
  padding: 120px 20px 50px;
}
.job-flex-right {
  width: 45%;
  float: left;
}
.job-flex-left {
  width: 55%;
  float: left;
}
.job-flex-txt1 {
  padding-bottom: 40px;
}
.job-flex-txt h3, .profile-flex-heading h3, .team-flex-heading h3, .our-product-txt h3 {
  color: #747474;
  margin: 0;
}
.job-flex-txt p, .team-flex-txt p {
  margin: 0px;
  font-weight: 300;
  line-height: 1.5;
  color: #747474;
  letter-spacing: .3px;
  text-align:justify;
}
.job-flex-txt2 {
  padding: 10px 0px 30px;
}
.job-flex-img {
  text-align: right;
  padding-top: 130px;
}
.job-flex-img img {
  max-width: 50% !important;
  height: auto !important;
}
.job-flex {
  color: #747474;
}
.job-flex-txt3 p a{
  color: #c63e8f;
}

.profile-flex-txt {
  float: left;
  width: 28.5%;
  padding: 30px 4.5% 30px 0px;
}
.profile-flex-txt p {
  font-size: 14px !important;
  margin: 0px;
  color: #747474;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align:justify;
} 
.profile-flex-txt-wrap {
  display: inline-block;
  padding: 40px 0px;
}
.profile-flex-heading {
  padding-top: 31px;
}
/*.team-flex-txt2 {
padding-left: 63px;
}
.team-flex-txt1 {
padding-right: 63px;
}
*/

.team-flex-txt {
  max-width: 50%;
  float: left;
}

.team-flex-txt1>div {
  padding-right: 60px;
}

.team-flex-txt2>div {
  padding-left: 52px;
}







.join-team-wrapper {
  padding: 70px 20px 50px;
}
.team-flex {
  padding: 0px 10px;
}
.team-flex-txt-wrap {
  display: inline-block;
  padding: 50px 0px 0px;
}
.our-product-txt h3 {
  font-size: 20px;
  text-align: center;
}
.our-product-txt {
  padding: 10px 0px 30px;
}
.logo-images1 {
  max-width: 80%;
  margin: 0 auto !important;
  float: none !important;
}
.our-product {
  padding-bottom: 80px;
}
.form-lp {
  margin: 0px !important;
  width: 50% !important;
  background-color: #ebebeb;
  padding: 35px 42px;
}
.form-title-lp p {
  font-size: 15px !important;
}
.form-title-lp {
  text-align: center;
}
.form-wrapper-lp {
  background-image: url(https://cdn2.hubspot.net/hubfs/2387197/ugentec/landing%20page/ugentic-wraper.jpg);
  background-size: cover;
  padding: 0px 20px 0px;
}
.form-lp .widget-type-form {
  max-width: 80%;
  margin: 0 auto !important;
  float: none;
}
.form-lp input[type="text"], .form-lp input[type="email"]{
  border: 2px solid darkgray;
  margin-bottom: 30px;
  border-radius: 7px;;
  padding: 14px 15px 10px;
  font-size: 18px;
}
.form-lp input[type="file" i] {

}
.form-lp span.hs-form-required {
  display: none;
}
.form-lp  .hs_submit {
  text-align: center;
  padding: 60px 0px 40px;
}

.form-lp input[type="file" i] {
  padding-bottom: 30px;
}
.banr-txt3 p a {
  color: #fff;
}
.form-lp ul.hs-error-msgs.inputs-list {
  margin-top: 0px;
  padding: 0px;
  color: red;
  font-size: 12px;
  list-style-type: none;
}
.form-lp .hs_error_rollup {
  display: none;
}
.profile-flex-txt:nth-child(4n) {
  clear: both;
}
.profile-flex-txt:nth-child(7n) {
  clear: both;
}

/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  .profile-wrapper {
    padding: 20px;
  }
  .profile-flex-txt {
    width:50% !important;
    padding: 10px 10px 20px;
    margin: 0 auto !important;
    float: none !important;            
  }
  .profile-flex-txt p br{
    display:none;
  }                   
  .team-flex-txt {
    max-width: 50%;
    float: left;
  }
  .team-flex-txt p br {
    display: none;
  }
  .profile-flex-txt3 {
    clear: both;
  }
}

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

  .team-flex-txt1>div {
    padding-right: 0px;
  }

  .team-flex-txt2>div {
    padding-left: 0px;
  }


  .banner-wrapr, .job-wrapper, .profile-wrapper {
    padding: 20px;
  }
  .banr-txt1, .profile-flex-txt-wrap, .our-product-txt {
    padding: 0px;
  }
  .banr-txt2 {
    padding: 10px 0px 0px 0px;
  }
  .banr-txt3 {
    padding: 20px 0px 5px;
  }
  .job-flex-txt1 {
    padding-bottom: 10px;
  }
  .job-flex-left {
    width: 65%;
  }
  .job-flex-right {
    width: 35%;
  }
  .job-flex-img {
    padding-top: 90px;
  }
  .profile-flex-heading {
    padding-top: 0px;
    text-align: center;
  }
  .profile-flex-txt-wrap {
    width: 100%;
  }
  .profile-flex-txt {
    width: 100%;
    text-align: center;
    padding: 19px 0px;
  }
  .join-team-wrapper {
    padding: 20px;
    text-align: center;
  }
  .team-flex-txt.team-flex-txt1, .team-flex-txt.team-flex-txt2 {
    max-width: 80% !important;
    margin: 0 auto !important;
    float: none !important;
    width: 100% !important;
    padding: 0px !important;
    padding-bottom: 30px !important;
  }
  .team-flex-txt-wrap {
    width: 100% !important;
    padding-top: 30px;
  }
  .our-product-img {
    text-align: center;
  }
  .our-product {
    padding-bottom: 20px;
  }
  .span3.widget-span.widget-type-cell {
    display: none;
  }
  .form-lp {
    max-width: 50% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px;
  }
  .form-lp .hs_submit {
    padding: 10px 0px 10px;
  }.our-product-img {
    padding-bottom: 30px;
  }
  .our-product-txt {
    padding: 0px 20px;
  }
  .banr-txt1 {
    padding-top: 20px;
  }

  .our-product-img img {
    max-width: 250px;
  }

  .profile-flex-txt:nth-child(3n) {
    padding-right: 0px;
    width: 100%;
  }

  .job-flex-txt h3, .profile-flex-heading h3, .team-flex-heading h3, .our-product-txt h3 {
    color: #747474;
    margin: 0;
    font-weight: 600;
  }


}

/************** iphone ***************/
@media (max-width: 479px) {
  .job-flex-left {
    width: 95%;
  }   
  .job-flex-txt p br, .team-flex-txt p br, .banr-txt2 p br {
    display: none;
  }
  .job-flex-txt p {
    font-size: 14px !important;
  }
  .job-flex-img {
    padding-top: 20px;
  }
  .job-flex-right {
    width: 100%;
  }
  .job-flex-img {
    padding-top: 20px;
    text-align: center;
  }
  .team-flex-txt.team-flex-txt1, .team-flex-txt.team-flex-txt2 {
    max-width: 100% !important;
  }
  .form-lp {
    max-width: 95% !important;
  }
}


.smcx-widget .smcx-iframe-container {
  min-height: 1000px!important;

}

.legal-consent-container {
  padding:20px;
  border-radius:6px;
  background-color:rgba(255,255,255,0.3);
  text-align:left;

}

.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p,
.legal-consent-container .hs-richtext a {
  font-size: 12px!important;
}

.legal-consent-container .input ul {
  list-style:none;
  padding:0;
}

.legal-consent-container li label span {
  color: #383838;
  font-size: 12px!important;
}

.legal-consent-container .hs-richtext:first-child:before {
  content: "Privacy notice:";
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #383838;
}

.legal-consent-container li.hs-form-booleancheckbox {
  padding: 5px;
  background-color: #008acd1c;
  border-radius: 5px;
    -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  cursor:pointer;
}
.legal-consent-container li.hs-form-booleancheckbox label {
	cursor:pointer;  
}

.legal-consent-container li.hs-form-booleancheckbox:hover,
.legal-consent-container li.hs-form-booleancheckbox:active{
  background-color: #008acd4f;
}
.legal-consent-container div:nth-child(2) .hs-dependent-field li {
    background-color: #c63e8f2b;
}
.legal-consent-container div:nth-child(2) .hs-dependent-field li:hover {
    background-color: #c63e8f57;
}

.lp-form .legal-consent-container {
 	padding-left:0px; 
}

.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
    font-size: 24px;
    padding: 20px;
    background-color: #66c1bf40;
    border-radius: 6px;
    margin-top: 20px;
}

.legal-consent-container ul li span p {
    font-size: 12px!important;
    display: inline!important;
}
















