/*
 ==========================================================================
   DOCUMENT INFORMATION            
 ========================================================================== 
 *
 * Document: Clearview Main Stylesheet
 * Version:  1.0.0
 * Client:   Clearview
 * Author:   Struto Ltd - www.struto.co.uk
 *
 * 
 ==========================================================================
   INDEX            
 ==========================================================================  

 * 1) =IMPORTS
    
 * 2) =COS BASE

    *) Core
    *) Typography

 * 3) =WEBSITE THEME
    *) Grid
    *) Style
    *) Media Queries
    *) Blog
    *) Reusable Template Styles

 * 4) =MENU NAVIGATION
    *) Menu Base
    *) Google Search
    *) Desktop Menu
    *) Mobile Menu
    
 * 5) =FORMS
    *) Default Form Styling
    *) Subscription Form
    *) Multi Column Form
    *) Blog subscribe
    *) Contact Us Form
    *) Comments Form
 
 * 6) = CUSTOM CLASSES        


 ==========================================================================  */


/* ==========================================================================
   1) ==IMPORTS
   ========================================================================== */

/* Fonts */
@import url(//fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900);
/* Font Icons */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);


/* ==========================================================================
   2. ==COS BASE                                             
   ========================================================================== */

/* =====================================
   Core   
   ===================================== */
   
/* Hubspot Default CSS */
/* 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;}

*, 
*:before, 
*:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

html, 
body {
    height:100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
} 
 
body {
    background: #f5f5f5;
    color: #373737;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    min-height: 100%;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 960px;
    margin: 0 auto;
}

a { 
    color: #282c36;
    text-decoration: none;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #767b86;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #767b86;
    text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}



/* =====================================
   Typography   
   ===================================== */

/* Headings */
h1 {
    font-size:3.2em; 
    margin:0; 
    text-transform: none;
}

h2 {
    font-size:2.5em; 
    margin:0; 
    text-transform: none;
}

h3 {
    font-size:1.5em; 
    margin:0;
    text-transform: none;
    line-height: 1.3em;
}

h4 {
    font-size:1em; 
    line-height:1.2em; 
    margin:0;
}

h5 {
    font-size:.8em; 
    margin:0;
}

h6 {
    font-size:.5em;
    margin:0;
}

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

/* Basic text */
p {
    line-height: 1.6; 
    margin: 0; 
    padding-top: 0.5em;
    color: #747474;
}

sup, 
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { 
    top: -0.5em;
}

sub { 
    bottom: -0.25em;
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Blog Headings */
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5 {
  color: #282c36;
  font-family: Montserrat,sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.5em;
  padding-top: 1.2em;
}

.w-button {
  background-color: #3898ec;
  border: 0 none;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  padding: 9px 15px;
  text-decoration: none;
}

.legal-consent-container p {
    padding-bottom: 10px;
    color: #8d88a3;
}

.legal-consent-container a {
    color: rgb(149,127,184);
}

/* ==========================================================================
   3. ==WEBSITE THEME                                            
   ========================================================================== */

/* =====================================
   Grid   
   ===================================== */

.container-fluid .row-fluid .content-container,
.container-fluid .row-fluid .w-container,
.container-fluid .row-fluid .w-container.container-blog,
.container-fluid .row-fluid .page-center.container-blog{
	 float: none;
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 960px;
}
 
.container-fluid .row-fluid .content-container:before,
.container-fluid .row-fluid .content-container:after,
.container-fluid .row-fluid .w-container:before,
.container-fluid .row-fluid .w-container:after {
	content: " ";
	display: table;
}
.container-fluid .row-fluid .content-container:after,
.container-fluid .row-fluid .w-container:after {
	clear: both;
}
.container-fluid .row-fluid .content-container .w-row,
.container-fluid .row-fluid .w-container .w-row {
	margin-left: -10px;
	margin-right: -10px;
}

.container-fluid .row-fluid .w-col {
		position: relative;
		float: left;
		width: 100%;
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
}
.container-fluid .row-fluid .w-col .w-col {
		padding-left: 0;
		padding-right: 0;
}
.container-fluid .row-fluid .w-col.range-block {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
		.w-container,
		.container-fluid .row-fluid .w-container,
		.container-fluid .row-fluid .page-center {
				max-width: 1170px;
		}
}
@media screen and (max-width: 991px) {
	.content-container,
	.w-container{
		max-width: 728px;
	}
}

@media screen and (max-width: 767px) {
	.container-fluid .row-fluid .content-container .w-row,
	.container-fluid .row-fluid .w-container .w-row {
		margin-left: 0;
		margin-right: 0;
	}
	.container-fluid .row-fluid .w-col.range-block {
				margin-bottom: 0;
		}
}

@media screen and (max-width: 479px) {
	.container-fluid .row-fluid .content-container,
	.container-fluid .row-fluid .w-container{
		max-width: none;
	}
	.product-form-section{padding:0 10px !important;}

}

.container-fluid .row-fluid .w-col-1 {
	width: 8.33333333%;
}
.container-fluid .row-fluid .w-col-2 {
	width: 16.66666667%;
}
.container-fluid .row-fluid .w-col-3 {
	width: 25%;
}
.container-fluid .row-fluid .w-col-4 {
	width: 33.33333333%;
}
.container-fluid .row-fluid .w-col-5 {
	width: 41.66666667%;
}
.container-fluid .row-fluid .w-col-6 {
	width: 50%;
}
.container-fluid .row-fluid .w-col-7 {
	width: 58.33333333%;
}
.container-fluid .row-fluid .w-col-8 {
	width: 66.66666667%;
}
.container-fluid .row-fluid .w-col-9 {
	width: 75%;
}
.container-fluid .row-fluid .w-col-10 {
	width: 83.33333333%;
}
.container-fluid .row-fluid .w-col-11 {
	width: 91.66666667%;
}
.container-fluid .row-fluid .w-col-12 {
	width: 100%;
}
.container-fluid .row-fluid .w-col-push-1 {
	left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-push-2 {
	left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-push-3 {
	left: 25%;
}
.container-fluid .row-fluid .w-col-push-4 {
	left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-push-5 {
	left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-push-6 {
	left: 50%;
}
.container-fluid .row-fluid .w-col-push-7 {
	left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-push-8 {
	left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-push-9 {
	left: 75%;
}
.container-fluid .row-fluid .w-col-push-10 {
	left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-push-11 {
	left: 91.66666667%;
}
.container-fluid .row-fluid .w-col-pull-1 {
	right: 8.33333333%;
}
.container-fluid .row-fluid .w-col-pull-2 {
	right: 16.66666667%;
}
.container-fluid .row-fluid .w-col-pull-3 {
	right: 25%;
}
.container-fluid .row-fluid .w-col-pull-4 {
	right: 33.33333333%;
}
.container-fluid .row-fluid .w-col-pull-5 {
	right: 41.66666667%;
}
.container-fluid .row-fluid .w-col-pull-6 {
	right: 50%;
}
.container-fluid .row-fluid .w-col-pull-7 {
	right: 58.33333333%;
}
.container-fluid .row-fluid .w-col-pull-8 {
	right: 66.66666667%;
}
.container-fluid .row-fluid .w-col-pull-9 {
	right: 75%;
}
.container-fluid .row-fluid .w-col-pull-10 {
	right: 83.33333333%;
}
.container-fluid .row-fluid .w-col-pull-11 {
	right: 91.66666667%;
}
.container-fluid .row-fluid .w-col-offset-1 {
	margin-left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-offset-2 {
	margin-left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-offset-3 {
	margin-left: 25%;
}
.container-fluid .row-fluid .w-col-offset-4 {
	margin-left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-offset-5 {
	margin-left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-offset-6 {
	margin-left: 50%;
}
.container-fluid .row-fluid .w-col-offset-7 {
	margin-left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-offset-8 {
	margin-left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-offset-9 {
	margin-left: 75%;
}
.container-fluid .row-fluid .w-col-offset-10 {
	margin-left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-offset-11 {
	margin-left: 91.66666667%;
}
.container-fluid .row-fluid .w-hidden-main {
	display: none !important;
}
@media screen and (max-width: 991px) {
    .container-fluid .row-fluid .w-container.container-blog,
    .container-fluid .row-fluid .page-center.container-blog,
	.container-fluid .row-fluid .content-container,
	.container-fluid .row-fluid .w-container {
		max-width: 728px;
	}
	.container-fluid .row-fluid .w-hidden-main {
		display: inherit !important;
	}
	.container-fluid .row-fluid .w-hidden-medium {
		display: none !important;
	}
	.container-fluid .row-fluid .w-col-medium-1 {
		width: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-2 {
		width: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-3 {
		width: 25%;
	}
	.container-fluid .row-fluid .w-col-medium-4 {
		width: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-5 {
		width: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-6 {
		width: 50%;
	}
	.container-fluid .row-fluid .w-col-medium-7 {
		width: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-8 {
		width: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-9 {
		width: 75%;
	}
	.container-fluid .row-fluid .w-col-medium-10 {
		width: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-11 {
		width: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-12 {
		width: 100%;
	}
	.container-fluid .row-fluid .w-col-medium-push-1 {
		left: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-push-2 {
		left: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-push-3 {
		left: 25%;
	}
	.container-fluid .row-fluid .w-col-medium-push-4 {
		left: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-push-5 {
		left: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-push-6 {
		left: 50%;
	}
	.container-fluid .row-fluid .w-col-medium-push-7 {
		left: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-push-8 {
		left: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-push-9 {
		left: 75%;
	}
	.container-fluid .row-fluid .w-col-medium-push-10 {
		left: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-push-11 {
		left: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-1 {
		right: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-2 {
		right: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-3 {
		right: 25%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-4 {
		right: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-5 {
		right: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-6 {
		right: 50%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-7 {
		right: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-8 {
		right: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-9 {
		right: 75%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-10 {
		right: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-pull-11 {
		right: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-1 {
		margin-left: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-2 {
		margin-left: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-3 {
		margin-left: 25%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-4 {
		margin-left: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-5 {
		margin-left: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-6 {
		margin-left: 50%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-7 {
		margin-left: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-8 {
		margin-left: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-9 {
		margin-left: 75%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-10 {
		margin-left: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-medium-offset-11 {
		margin-left: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-stack {
		width: 100%;
		left: auto;
		right: auto;
	}
}

@media screen and (max-width: 767px) {
	.container-fluid .row-fluid .w-hidden-main {
		display: inherit !important;
	}
	.container-fluid .row-fluid .w-hidden-medium {
		display: inherit !important;
	}
	.container-fluid .row-fluid .w-hidden-small {
		display: none !important;
	}
	.container-fluid .row-fluid .content-container .container-fluid .row-fluid .w-row,
	.container-fluid .row-fluid .w-row,
	.container-fluid .row-fluid .w-container .container-fluid .row-fluid .w-row {
		margin-left: 0;
		margin-right: 0;
	}
	.container-fluid .row-fluid .w-col {
		width: 100%;
		left: auto;
		right: auto;
	}
	/*ADDED*/
	.w-col {
		padding-left: 0;
		padding-right: 0;
	}
	.container-fluid .row-fluid .w-col-small-1 {
		width: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-2 {
		width: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-3 {
		width: 25%;
	}
	.container-fluid .row-fluid .w-col-small-4 {
		width: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-5 {
		width: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-6 {
		width: 50%;
	}
	.container-fluid .row-fluid .w-col-small-7 {
		width: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-8 {
		width: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-9 {
		width: 75%;
	}
	.container-fluid .row-fluid .w-col-small-10 {
		width: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-11 {
		width: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-12 {
		width: 100%;
	}
	.container-fluid .row-fluid .w-col-small-push-1 {
		left: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-push-2 {
		left: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-push-3 {
		left: 25%;
	}
	.container-fluid .row-fluid .w-col-small-push-4 {
		left: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-push-5 {
		left: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-push-6 {
		left: 50%;
	}
	.container-fluid .row-fluid .w-col-small-push-7 {
		left: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-push-8 {
		left: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-push-9 {
		left: 75%;
	}
	.container-fluid .row-fluid .w-col-small-push-10 {
		left: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-push-11 {
		left: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-pull-1 {
		right: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-pull-2 {
		right: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-pull-3 {
		right: 25%;
	}
	.container-fluid .row-fluid .w-col-small-pull-4 {
		right: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-pull-5 {
		right: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-pull-6 {
		right: 50%;
	}
	.container-fluid .row-fluid .w-col-small-pull-7 {
		right: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-pull-8 {
		right: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-pull-9 {
		right: 75%;
	}
	.container-fluid .row-fluid .w-col-small-pull-10 {
		right: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-pull-11 {
		right: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-offset-1 {
		margin-left: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-offset-2 {
		margin-left: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-offset-3 {
		margin-left: 25%;
	}
	.container-fluid .row-fluid .w-col-small-offset-4 {
		margin-left: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-offset-5 {
		margin-left: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-offset-6 {
		margin-left: 50%;
	}
	.container-fluid .row-fluid .w-col-small-offset-7 {
		margin-left: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-offset-8 {
		margin-left: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-small-offset-9 {
		margin-left: 75%;
	}
	.container-fluid .row-fluid .w-col-small-offset-10 {
		margin-left: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-small-offset-11 {
		margin-left: 91.66666667%;
	}
}

@media screen and (max-width: 479px) {
    .container-fluid .row-fluid .w-container.container-blog,
    .container-fluid .row-fluid .page-center.container-blog,
	.container-fluid .row-fluid .content-container,
	.container-fluid .row-fluid .w-container {
		max-width: none;
	}
	.container-fluid .row-fluid .w-hidden-main {
		display: inherit !important;
	}
	.container-fluid .row-fluid .w-hidden-medium {
		display: inherit !important;
	}
	.container-fluid .row-fluid .w-hidden-small {
		display: inherit !important;
	}
	.container-fluid .row-fluid .w-hidden-tiny {
		display: none !important;
	}
	.container-fluid .row-fluid .w-col {
		width: 100%;
	}
	.container-fluid .row-fluid .w-col-tiny-1 {
		width: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-2 {
		width: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-3 {
		width: 25%;
	}
	.container-fluid .row-fluid .w-col-tiny-4 {
		width: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-5 {
		width: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-6 {
		width: 50%;
	}
	.container-fluid .row-fluid .w-col-tiny-7 {
		width: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-8 {
		width: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-9 {
		width: 75%;
	}
	.container-fluid .row-fluid .w-col-tiny-10 {
		width: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-11 {
		width: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-12 {
		width: 100%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-1 {
		left: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-2 {
		left: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-3 {
		left: 25%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-4 {
		left: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-5 {
		left: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-6 {
		left: 50%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-7 {
		left: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-8 {
		left: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-9 {
		left: 75%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-10 {
		left: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-push-11 {
		left: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-1 {
		right: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-2 {
		right: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-3 {
		right: 25%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-4 {
		right: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-5 {
		right: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-6 {
		right: 50%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-7 {
		right: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-8 {
		right: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-9 {
		right: 75%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-10 {
		right: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-pull-11 {
		right: 91.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-1 {
		margin-left: 8.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-2 {
		margin-left: 16.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-3 {
		margin-left: 25%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-4 {
		margin-left: 33.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-5 {
		margin-left: 41.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-6 {
		margin-left: 50%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-7 {
		margin-left: 58.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-8 {
		margin-left: 66.66666667%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-9 {
		margin-left: 75%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-10 {
		margin-left: 83.33333333%;
	}
	.container-fluid .row-fluid .w-col-tiny-offset-11 {
		margin-left: 91.66666667%;
	}
}
   
/* =====================================
   Style
   ===================================== */
.nav {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 9999;
	display: block;
	width: 100%;
	max-width: 1560px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

.body-wrapper {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.body {
	background-color: #f5f5f5;
	font-family: Roboto, sans-serif;
	color: #373737;
	font-weight: 300;
}

.page-header {
	padding: 10px 55px 10px 20px;
	border-bottom: 1px dotted #dbdbdb;
}

.header-contact-details {
	float: left;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #a0a0a0;
	text-decoration: none;
}

.header-contact-details:hover {
	color: rgb(149,127,184);
}

.header-contact-details.close-icon {
	float: right;
}

.header-icon {
	float: left;
}

.header-icon.fa.fa-shopping-basket {
	margin-top: 2px;
	margin-right: 8px;
}

.header-icon.fa.fa-phone {
	margin-top: 3px;
	margin-right: 8px;
}

.header-icon.fa.fa-search {
	margin-top: 3px;
	margin-right: 8px;
}

.header-icon.fa.fa-times {
	margin-top: 3px;
	margin-right: 8px;
}

.header-link-text {
	float: left;
}

.header-contact-details-wrapper {
	float: right;
	color: #a0a0a0;
}

.header-contact-details-wrapper a{
	color: #a0a0a0;
}

.nav-link {
	padding-top: 33px;
	padding-bottom: 32px;
	font-size: 16px;
	font-weight: 400;
}

.nav-link.strike-through.w--current {
	color: rgb(149,127,184);
}

.nav-link.nav-link-np {
	padding-top: 0px;
	padding-bottom: 0px;
}

.brand-logo {
	max-height: 65px;
}

.brand-logo.module-two {
	height: 70px;
	max-height: 70px;
	margin-top: 13px;
}

.logo-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

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

.content-section.banner-home-section {
	position: relative;
	height: 484px;
	margin-top: 110px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-section.module-one {
	padding-top: 100px;
	padding-bottom: 100px;
}

.content-section.module-one.v1 {
	padding-top: 80px;
}

.content-section.module-one.v2 {
	margin-bottom: 220px;
	padding-top: 70px;
	padding-bottom: 80px;
}

.content-section.module-one.module-bg-grey {
	background-color: #ececec;
}

.content-section.module-one.module-bg-grey.npb {
	padding-bottom: 0px;
}

.content-section.module-one.module-bg-grey.v3 {
	background-color: #f4f4f4;
}

.content-section.module-one.module-bg-dark-grey {
  background-color: rgb(31,24,51);
}

.content-section.module-bg-grey {
	background-color: #ececec;
}

.content-section.module-bg-white {
	background-color: #fff;
}

.content-section.module-bg-white.module-one.v2 {
	margin-bottom: 0px;
	padding-bottom: 300px;
}

.content-section.module-bg-white.module-one.ntp {
	padding-top: 0px;
}

.content-section.module-bg-white.module-two {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content-section.module-bg-white.module-four {
	padding-top: 60px;
	padding-bottom: 100px;
}

.content-section.banner-about-section {
	height: auto;
}

.content-section.banner-about-section.module-bg-grey {
	background-color: #ececec;
}

.content-section.module-bg-cta {
	background-color: #838383;
}

.content-section.module-bg-cta.module-one {
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), -webkit-linear-gradient(176deg, transparent 13%, hsla(0, 0%, 100%, .59)), url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-relaxed-young-man-standing-in-office-with-colleagues-meeting-in-background-519817909.jpg');
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), linear-gradient(274deg, transparent 13%, hsla(0, 0%, 100%, .59)), url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-relaxed-young-man-standing-in-office-with-colleagues-meeting-in-background-519817909.jpg');
	background-position: 0px 0px, 0px 0px, 50% 21%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
}

.content-section.solutions-internal-banner {
		padding-bottom: 50px;
}

.content-section.solutions-internal-banner.module-bg-grey {
	background-color: #ececec;
}

.content-section.contact-banner {
	height: 450px;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/map.svg');
	background-position: 100% 123%;
	background-size: 700px;
	background-repeat: no-repeat;
}

.content-section.contact-banner.module-bg-grey {
	background-color: #f0f0f0;
}

.content-section.lp-banner-section {
	height: 310px;
}

.content-section.lp-banner-section.module-bg-grey {
	background-color: #f0f0f0;
}

.content-section.module-two {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content-section.module-three {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-section.module-three.module-bg-dark-grey {
	background-color: #363636;
}

.row-fluid .content-section.thank-you-banner-section {
		height: auto;
		min-height: 530px;
		padding-bottom: 40px;
}



.content-section.thank-you-banner-section.module-bg-grey{
	background-color: #f0f0f0;
}

.content-section.thank-you-banner-section.module-bg-grey.top4{
    	padding-top:180px;
}

.content-section.blog-banner-section {
	height: 380px;
}

.content-section.blog-banner-section.module-bg-grey {
	background-color: #f0f0f0;
}

.container {
	position: relative;
}

.container.banner-container {
	position: relative;
	z-index: 4;
}

.container.banner-container.module-one.v1 {
	padding-top: 175px;
}
/*.container.banner-container.module-one {*/
/*  padding-top: 175px;*/
/*}*/
.container.banner-container.module-one {
	height: auto;
}
.container.banner-container.module-two {
	padding-top: 20px;
}

.banner-text-wrap {
	position: relative;
	width: 100%;
}

.heading-sub {
	margin-top: 20px;
	font-size: 18px;
	line-height: 26px;
}

.heading-sub.module-one {
	font-size: 25px;
	line-height: 32px;
}

.arrow-icon-wrap {
	position: absolute;
	left: 48.5%;
	right: 0px;
	bottom: -5%;
	z-index: 4;
	display: block;
	width: 50px;
	height: 50px;
	padding: 16px;
	border-radius: 100px;
	background-image: -webkit-linear-gradient(270deg, rgb(149,127,184), rgb(149,127,184));
	background-image: linear-gradient(180deg, rgb(149,127,184), rgb(149,127,184));
	-webkit-transition: box-shadow 500ms ease;
	transition: box-shadow 500ms ease;
	color: #fff;
	font-size: 18px;
}

.arrow-icon-wrap:hover {
	box-shadow: 7px 7px 41px -4px rgba(0, 0, 0, .3);
}

.arrow-icon-wrap.w--current {
	background-image: -webkit-linear-gradient(270deg, #ff4d3d, #ff4d3d);
	background-image: linear-gradient(180deg, #ff4d3d, #ff4d3d);
}

.content-row.content-line-home {
	height: 30px;
}

.content-row.white {
	background-color: #fff;
}

.content-row.logos-row-mt {
	margin-top: 20px;
}

.content-row.same-height-row-fluid {
	position: relative;
}

.container .content-column.column-left,
 .content-column.column-left{
	height: 210px;
	padding-right: 60px;
	border-right: 1px solid rgb(149,127,184);
	padding-left:0;
}

.content-column.column-left.content-line-home {
	height: 30px;
}

.container .content-column.column-right,
.content-column.column-right {
	height: 210px;
	padding-left: 60px;
	border-left: 1px solid rgb(149,127,184);
	padding-right:0;
}

.content-column.column-right.content-line-home {
	height: 30px;
}

.same-height-cell.same-height-cell-middle.content-column.column-np,
.content-column.column-np {
	padding-right: 0px;
	padding-left: 0px;
}

.content-column.module-one {
	padding-right: 20px;
}

.content-column.column-p-left-right {
	padding-right: 20px;
	padding-left: 20px;
}

.w-col.content-column.module-two {
	padding: 40px 20px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px none #e9e9e9;
	text-align: center;
}

.content-column.module-two.v1 {
	border-right-style: none;
	border-bottom-style: none;
}

.content-column.module-two.v2 {
	border-top: 1px solid #e9e9e9;
	border-bottom-style: none;
}

.content-column.module-two.v3 {
	border-top: 1px solid #e9e9e9;
	border-right-style: none;
	border-bottom-style: none;
}

.content-column.module-two.v4 {
	border-bottom-style: none;
}

.content-column.module-two.v5 {
	border-left: 1px solid #e9e9e9;
}

.content-column.module-two.v6 {
	border-bottom: 1px solid #e9e9e9;
}

.content-column.module-three {
	padding: 40px 20px;
	text-align: center;
}

.content-column.module-four {
	height: 100%;
}

.btn {
	
	border-radius: 3px;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 400;
	text-transform: uppercase;
  border: 2px solid rgb(149,127,184);
  color: rgb(149,127,184);
}

.btn:hover {
    background-color: rgb(149,127,184);
    color: #fff;
}

.btn:active {
	border-color: rgb(149,127,184);
	background-color: rgb(149,127,184);
	box-shadow: none;
}

.btn.btn-model-one {
	padding: 15px 25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: rgb(149,127,184);
	font-size: 16px;
	font-weight: 400;
}

.btn.btn-model-one:hover {
	background-color: rgb(149,127,184);
	box-shadow: 7px 8px 27px -4px rgba(0, 0, 0, .3);
	color: #fff;
}

.btn.btn-model-two {
	padding: 15px 25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: rgb(149,127,184);
  color: #fff;
	font-size: 16px;
	font-weight: 400;
  display: inline-block;
}

.btn.btn-model-two:hover {
	background-color: rgb(100,81,130);
	box-shadow: 7px 8px 27px -4px rgba(0, 0, 0, .3);
	color: #fff;
}

.btn.btn-model-one:active {
	border-color: rgb(149,127,184);
	background-color: rgb(149,127,184);
	box-shadow: none;
}

.btn.btn-model-one.right {
	float: right;
}

.btn.btn-model-one.right.btn-color {
	border-color: transparent;
	background-color: rgb(149,127,184);
	color: #fff;
}

.btn.btn-model-one.right.btn-color:hover {
	background-color: #d31920;
}

.btn.btn-model-one.right.btn-color:active {
	background-color: #ad1319;
}

.btn.btn-model-one.v1 {
	margin-right: 0px;
	float: right;
}

.btn.btn-model-one.same-height-button-fixed {
    position: absolute;
    bottom: 65px;
    display: block;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
}

.btn.btn-model-one.v2 {
	margin-left: 10px;
}

.btn.btn-model-one.v3 {
	width: 150px;
	padding: 10px 14px;
	text-align: center;
}

.btn.btn-module-two {
	display: block;
	width: 100%;
	background-color: rgb(149,127,184);
	color: #fff;
}

.btn.btn-module-two:hover {
	border-color: #d31920;
	background-color: #d31920;
	color: #fff;
}

.btn.btn-module-two:active {
	border-color: #ad1319;
	background-color: #ad1319;
}

.btn.btn-module-three {
	margin-top: 27px;
	padding: 20px 102px 20px 70px;
	float: right;
	border-color: #fff;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/arrow.svg'), url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/arrow.svg');
	background-position: -15% 50%, 76% 50%;
	background-size: 25px, 25px;
	background-repeat: no-repeat, no-repeat;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	font-size: 16px;
}

.btn.btn-module-three:hover {
	background-color: transparent;
	background-position: 76% 50%, 121% 50%;
	box-shadow: 10px 15px 50px -11px rgba(0, 0, 0, .2);
}

.btn.btn-module-three.v2 {
	float: left;
}

.btn.btn-module-three.v2.red {
	border-color: transparent;
	background-color: rgb(149,127,184);
}

.btn.module-four {
	padding-right: 36px;
	border-style: none;
  background-image: url('https://www.clearview-imaging.com/hubfs/Website%20Assets/images/arrow-purple.svg'), url('https://www.clearview-imaging.com/hubfs/Website%20Assets/images/arrow-purple.svg');
	background-position: -20% 50%, 90% 50%;
	background-size: 17px, 16px;
	background-repeat: no-repeat, no-repeat;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  color: rgb(149,127,184);
	font-weight: 400;
}

.btn.module-four:hover {
	background-color: transparent;
	background-position: 90% 50%, 115% 50%;
	box-shadow: none;
}

.btn.module-four.w--current:hover {
	background-color: transparent;
	box-shadow: none;
}

.btn.module-four.v1 {
	display: inline-block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
	background-image: url('https://www.clearview-imaging.com/hubfs/Website%20Assets/images/arrow-purple.svg'), url('https://www.clearview-imaging.com/hubfs/Website%20Assets/images/arrow-purple.svg');
	background-size: 17px, 16px;
	color: rgb(149,127,184);
	/*position:absolute;
	bottom: 40px;*/
}

.btn.module-four.v1:hover {
	background-position: 90% 50%, 132% 50%;
	color: rgb(149,127,184);
}

.btn.btn-module-four {
	width: 100%;
	color: #949494;
	font-weight: 400;
}

.btn.btn-module-four:hover {
	color: #fff;
}

.btn.module-five {
	margin-right: 10px;
}

.btn.module-five.v1 {
	margin-right: 0px;
	color: rgb(149,127,184);
}

.btn.module-five.v1:hover {
	color: #fff;
}

.btn.v1 {
	margin-right: 10px;
	color: rgb(149,127,184);
}

.btn.v1:hover {
	color: #fff;
}

.btn-wrap.model-one {
	margin-top: 30px;
	text-align: center;
}

.our-experts-wrap {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -95px;
	z-index: 5;
	height: 420px;
	box-shadow: 12px 13px 100px -4px rgba(0, 0, 0, .2);
}

.our-experts-img {
	height: 420px;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/team-member-img.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.our-experts-text-wrap {
	padding: 60px;
	color: #373737;
}

.content-spacer.model-one.v2 {
    height: 50px;
}

.content-spacer.model-one.v4 {
    height: 20px;
}

.spacer {
	padding-top: 5px;
	padding-bottom: 5px;
}

.spacer.spacer-small {
	padding-top: 15px;
	padding-bottom: 15px;
}

.spacer.spacer-tiny {
	padding-top: 10px;
	padding-bottom: 10px;
}

.spacer.spacer-large {
	padding-top: 20px;
	padding-bottom: 20px;
}

.spacer.spacer-xxlarge {
	padding-top: 40px;
	padding-bottom: 40px;
}

.spacer.spacer-xlarge {
	padding-top: 30px;
	padding-bottom: 30px;
}

.p-npt {
	margin-top: 0px;
	margin-bottom: 20px;
}

.p-npt.white {
	color: #fff;
}

.p-npt.light-grey {
  color: rgb(100,81,130);
}

.footer-link {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	text-decoration: none;
}

.footer-link:hover {
	padding-left: 10px;
	background-color: #423e58;
  color: rgb(149,127,184);
}

.footer-link.module-two {
	margin-top: 10px;
}

.recent-news {
	margin-bottom: 15px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

.recent-news:hover {
	text-decoration: underline;
}

.recent-news-image {
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	float: left;
	border-radius: 100px;
}

.recent-news-body {
	color: #fff;
	text-decoration: none;
}

.recent-news-date {
	margin-top: 10px;
}

.fa.fa-clock-o {
	color: #8d88a3;
}

.recent-news-timestamp {
	display: inline-block;
	padding-left: 10px;
	color: #8d88a3;
	font-weight: 300;
  text-transform: capitalize;
}

.recent-news-link {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
}

.recent-news-link:hover {
	color: rgb(149,127,184);
	text-decoration: underline;
}

.white {
	color: #fff;
}

.footer-form {
	margin-top: 15px;
}

.form-field {
	border-style: none;
	border-radius: 3px;
	background-color: #2a2a2a;
	color: #ff4d3d;
}

.form-field.experts {
	padding-top: 25px;
	padding-bottom: 25px;
	border: 2px solid #d8d8d8;
	background-color: transparent;
	color: #ff4d3d;
}

.form-field.experts.module-one {
	padding-top: 15px;
}

.divider {
	height: 1px;
}

.divider.footer {
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #4d4d4d;
}

.light-grey {
	color: #8d88a3;
}

.social-wrapper {
	margin-top: 7px;
	float: right;
}

.social-wrapper.team-member-social-wrapper {
	margin-top: 30px;
	float: none;
}

.social-wrapper.module-one {
	float: none;
}

.social-wrapper.module-two {
	display: inline-block;
	float: none;
}

.social-link-footer {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	font-size: 18px;
}

.social-link-footer.team-member-social-link {
	width: 40px;
	height: 40px;
}

.social-link-footer.last {
	margin-right: 0px;
}

.social-icon {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #8d88a3;
	font-size: 18px;
}

.social-icon:hover {
	color: rgb(149,127,184);
}

.social-icon.fa.fa-twitter.team-member-social-icon {
	font-size: 25px;
}

.social-icon.fa.fa-twitter.white {
	color: #fff;
}

.social-icon.fa.fa-twitter.lp-social-icon {
	font-size: 22px;
}

.social-icon.fa.fa-linkedin.team-member-social-icon {
	font-size: 25px;
}

.social-icon.fa.fa-linkedin.white {
	color: #fff;
}

.footer-copyright-link {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #8d88a3;
	text-decoration: underline;
}

.footer-copyright-link:hover {
	color: rgb(149,127,184);
	text-decoration: underline;
}

.about-us-img-wrap {
	height: 340px;
	margin-top: -179px;
	background-color: #fff;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-team-of-creative-professionals-meeting-in-office-multiracial-group-of-young-designers-working-407345632.jpg');
	background-position: 50% 11%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: none;
}

.about-us-img-wrap.v1 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/bg-solutions-min.jpg');
    background-position: 85% 0;
    background-color: #ececec;
}

.about-us-img-wrap.v2 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-quality-control-in-the-automated-production-line-with-camera-495936856.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

.about-us-img-wrap.v3 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/10gig.jpg');
}
.about-us-img-wrap.v1.custom-size {
background-position: 50%;
}

.about-text-wrap {
	width: 100%;
}

.about-text-wrap.v1 {
	width: 100%;
}

.about-text-wrap.v2{
    width:100%;
}

.content-img {
	width: 100%;
	max-width: 100%;
}

.content-img.bg-image-block{
    height: 350px;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-group-of-work-colleagues-standing-in-an-office-lobby-275800265.jpg');
	background-position: 50% 53%;
	background-size: cover;
	background-repeat: no-repeat;
}

.solution-bg .content-img.bg-image-block{
    height:250px;
}

.content-img.content-img-story {
	height: 350px;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-group-of-work-colleagues-standing-in-an-office-lobby-275800265.jpg');
	background-position: 50% 53%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.content-img-story.module-six {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-group-of-beautiful-designers-in-casual-clothes-is-looking-at-camera-and-smiling-while-working-in-488702317.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

.content-img.content-img-story.module-seven {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-group-of-beautiful-designers-in-casual-clothes-is-looking-at-camera-and-smiling-while-working-in-488702317.jpg');
}

.content-img.module-one {
	width: 100px;
	height: 100px;
}

.content-img.module-one.v1 img,
.content-img.module-one.v1 {
	display: block;
	width: 80px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}

.content-img.module-one.v2 {
	width: 80px;
	height: 80px;
}

.content-img.content-lp-img {
	height: 300px;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-group-of-work-colleagues-standing-in-an-office-lobby-275800265.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

    .blog-offer-image.content-img.module-three{
    	height: auto;
    }

.content-img.module-three {
	display: block;
	height: 230px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding: 30px 30px 0;
	background-image: -webkit-linear-gradient(270deg, #f4f4f4, #f4f4f4);
	background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4);
}

.content-img.module-four {
	height: 250px;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/blog-image-three.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

.content-img.module-five {
	opacity: 0.3;
}

.content-img.img-centered.v1 {
	width: auto;
}

.content-img.module-six {
	height: 200px;
}

.content-img.module-six.v1 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-one.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v2 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-two.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

.content-img.module-six.v3 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-three.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v4 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-ten.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v5 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-six.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v6 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-seven.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v7 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-nine.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v8 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-five.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v9 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-four.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v10 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-eight.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v11 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/culture-image-eleven.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.module-six.v12 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-team-of-creative-professionals-meeting-in-office-multiracial-group-of-young-designers-working-407345632.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-img.partner-logos {
	display: inline-block;
	width: auto;
	float: right;
	opacity: 0.4;
	height:60px;
}

.content-img.partner-logos.v1{
    width:40px;
}

.content-img.module-seven {
	display: block;
	width: 273px;
	margin-right: auto;
	margin-left: auto;
}

.heading.ntp {
	display: block;
	margin-top: 0px;
}

.heading.ntp.products-heading {
	display: inline-block;
}

.heading.footer-lp {
	display: inline-block;
	margin-right: 20px;
}

.unique-img {
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
}

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

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

.content-wrapper.center.team-section {
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.team-member {
	position: relative;
	width: 100%;
	text-align: center;
}

.team-member-img {
	width: 100%;
	height: 300px;
	max-height: 100%;
}

.team-member-img.member-one {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-handsome-young-man-standing-with-his-arms-crossed-in-creative-office-confident-young-405608596.jpg');
	background-position: 68% 0%;
	background-size: auto 400px;
	background-repeat: no-repeat;
}

.team-member-img.member-two {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-a-handsome-young-business-man-standing-with-arms-crossed-in-an-office-smart-caucasian-410899639.jpg');
	background-position: 67% 0%;
	background-size: auto 400px;
	background-repeat: no-repeat;
}

.team-member-img.member-three {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-a-beautiful-young-female-designer-in-office-with-some-colleagues-discussing-in-the-410899573.jpg');
	background-position: 91% 19%;
	background-size: auto 343px;
	background-repeat: no-repeat;
}

.team-member-img.module-one {
	height: auto;
}

.team-member-img.module-two {
	height: 220px;
}

.team-member-img.module-two.staff-member-one {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-close-up-portrait-of-smiling-cheerful-businessman-426528379.jpg');
	background-position: 61% 26%;
	background-size: auto 272px;
	background-repeat: no-repeat;
}

.team-member-img.module-two.staff-member-two {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-smiling-young-woman-standing-with-her-arms-crossed-and-looking-at-camera-she-is-standing-in-a-365557007.jpg');
	background-position: 58% 14%;
	background-size: auto 417px;
	background-repeat: no-repeat;
}

.team-member-img.module-two.staff-member-three {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-a-confident-creative-professional-with-colleagues-in-the-background-mixed-race-man-409251196.jpg');
	background-position: 63% 8%;
	background-size: auto 400px;
	background-repeat: no-repeat;
}

.team-member-img.module-two.staff-member-four {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-a-casually-dressed-young-businessman-wearing-glasses-and-standing-in-a-trendy-brick-505889956.jpg');
	background-position: 26% 2%;
	background-size: auto 552px;
}

.team-member-img.module-two.staff-member-five {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-happy-young-woman-sitting-at-conference-table-with-colleagues-in-background-asian-371017019.jpg');
	background-position: 16% 27%;
	background-size: 750px;
	background-repeat: no-repeat;
}

.team-member-img.module-two.staff-member-six {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-happy-successful-caucasian-businesswoman-in-blue-shirt-and-glasses-looking-and-smiling-406856935.jpg');
	background-position: 68% 3%;
	background-size: auto 400px;
	background-repeat: no-repeat;
}

.team-member-img.module-two.staff-member-seven {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-confident-young-businessman-standing-in-meeting-room-at-creative-office-574732804.jpg');
	background-position: 15% 10%;
	background-size: auto 400px;
}

.team-member-img.module-two.staff-member-eight {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-start-up-of-enterprise-women-leader-the-new-company-self-confident-487666249.jpg');
	background-position: 62% 21%;
	background-size: auto 640px;
}

.team-member-content-wrap {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 4;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-card .team-member-content-wrap{
    margin:0 10px;
}

.team-member-content-wrap:hover {
	opacity: 1;
}

.team-member-title-wrap {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	opacity: 1;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	color: #373737;
	text-align: center;
}

.team-member-title {
	text-decoration: none;
}

.team-member-title.heading-ntp {
	margin-top: 0px;
	color: #373737;
}

.team-member-job-description {
	margin-top: -10px;
	font-style: italic;
	font-weight: 400;
}

.teams-modal {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
	overflow: auto;
}

.overlay {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.overlay.homepage {
	background-image: -webkit-linear-gradient(178deg, transparent 17%, hsla(0, 0%, 100%, .6));
	background-image: linear-gradient(272deg, transparent 17%, hsla(0, 0%, 100%, .6));
}
/*
.pop-up-modal {
	position: absolute;
	top: 25%;
	z-index: 999;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	max-height: 100%;
}
*/
.pop-up-modal {
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	display: inline-block;
	overflow: auto;
	width: 100%;
	max-height: 100%;
	top: 50%;
	padding: 100px;
}
.team-bio-wrap {
	background-color: #525252;
	box-shadow: none;
}

.same-height.team-bio-wrap {
    display: table;
    width: 100%;
}

.team-member-bio-img {
	height: 500px;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/stock-photo-portrait-of-handsome-young-man-standing-with-his-arms-crossed-in-creative-office-confident-young-405608596.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.close-button {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	z-index: 9999;
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius: 100px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #a0a0a0;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.close-button:hover {
	box-shadow: 3px 4px 25px 0 rgba(0, 0, 0, .3);
}

.team-member-bio {
	padding: 60px;
	color: #fff;
}

.content-wrap-p-left-right {
	padding-right: 20px;
	padding-left: 20px;
}

.nav-link-dropdown-toggle {
	padding-top: 33px;
	padding-bottom: 32px;
}

.nav-dropdown-link {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.nav-dropdown-link:hover {
	background-color: #cacaca;
}

.nav-dropdown-link.w--current {
	color: #929292;
}

.solution-wrap {
	height: 520px;
    padding: 65px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.solution-wrap:hover {
	box-shadow: 12px 13px 50px -4px rgba(0, 0, 0, .2);
}

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

.solution-wrap.module-one {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 280px;
	padding: 40px 40px 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.solution-wrap.module-one.grey-bg {
	background-color: #f5f5f5;
}

.solution-wrap.module-one.grey-bg.same-height-buttons {
	width: 100%;
}

.solution-icon {
	width: 100px;
	height: 100px;
}

/* Pat - Spacing fix for Solution blocks on Greman Solutions Page  */

.solution-wrap.german-solutions-block {
  height: 620px;
}

@media (max-width: 991px) {
  .solution-wrap.german-solutions-block {
    height: 740px;
  }
}


.tab-link {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 20px;
	border: 1px solid #d4d4d4;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tab-link:hover {
	padding-left: 35px;
	background-color: #f3f3f3;
	box-shadow: 3px 4px 24px -4px rgba(0, 0, 0, .2);
}

.tab-link:active {
	box-shadow: none;
}

.tab-link.w--current {
	background-color: #f3f3f3;
	font-weight: 700;
}

.tab-link.w--current:hover {
	padding-left: 20px;
	background-color: #e4e4e4;
}

.tab-link.module-one:hover {
	background-color: #f3f3f3;
}

.tabs-menu {
	width: 50%;
	float: left;
}

.tabs-content {
	width: 50%;
	float: right;
}

.industries-icon {
	width: 30px;
	height: 30px;
	float: left;
}

.tab-text {
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}

.tabs-content-inner {
	padding-bottom: 30px;
	padding-left: 30px;
}

.tabs-content-img img,
.tabs-content-img{
	width: 100%;
	/*height: 150px;*/
	/*background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/example-bg.png');*/
	background-position: 50% 50%;
	background-size: 125px;
}

.content-list-item {
	font-size: 18px;
}

.content-list-item.module-one {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url('https://www.clearview-imaging.com/hubfs/Tick%20Icon.svg');
	background-position: 0px 50%;
	background-size: 25px;
	background-repeat: no-repeat;
}

.content-list-item.module-one.v1 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Call%20Centre%20Icon.svg');
	background-size: 25px;
}

.content-list-item.module-one.v2 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/icon-fax-red.svg');
	background-size: 25px;
}

.content-list-item.module-one.v3 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Email%20Icon.svg');
	background-size: 25px;
}

.content-list-item.module-one.v4 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Website%20Assets/images/icon-office-purple.svg');
	background-position: 0% 31%;
	background-size: 23px;
}

.product-range-wrapper {
	display: block;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

.man-dropdown-toggle {
	width: 100%;
	color: #bebebe;
	font-style: normal;
	font-weight: 300;
}

.man-dropdown-toggle.module-one {
	color: #9e9e9e;
	font-size: 16px;
}

.man-dropdown-menu {
	width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
}

.man-dropdown-menu.module-one {
	border-color: transparent;
	background-color: #fff;
}

.man-dropdown-icon {
	color: rgb(149,127,184);
}

.man-dropdown-list.w--open {
	margin-top: 12px;
	box-shadow: 12px 12px 50px -10px rgba(0, 0, 0, .2);
}

.man-dropdown-link {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 57px;
	border-bottom: 1px dotted #d6d6d6;
	background-color: #f3f3f3;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/example-bg.png');
	background-position: 20px 50%;
	background-size: 25px;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 400;
}

.man-dropdown-link:hover {
	background-color: #e9e9e9;
}

.man-dropdown-link.last {
	border-bottom-color: transparent;
}

.man-dropdown-link.module-one {
	padding-left: 20px;
	background-image: none;
	font-size: 16px;
}

.man-dropdown-link.default.w-dropdown-link {
    padding-left: 44px;
    background-image: none;
}

.man-dropdown-link.module-two {
	background-image: url('https://www.clearview-imaging.com/hubfs/Cameras%20Icon.svg');
	background-position: 15px 50%;
	background-size: 30px;
}

.man-dropdown-link.module-two.v1 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Smart%20Cameras%20Icon.svg');
	background-size: 20px;
  background-position: 20px 50%;
}

.man-dropdown-link.module-two.v2 {
	background-image: url('https://www.clearview-imaging.com/hubfs/3D%20Cameras%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v3 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Software%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v4 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Embedded%20Systems%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v5 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Frame%20Grabbers%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v6 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Illumination%20Icon.svg');
	background-position: 21px 50%;
	background-size: 20px;
}

.man-dropdown-link.module-two.v7 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Lenses%20Icon.svg');
	background-size: 22px;
  background-position: 20px 50%;
}

.man-dropdown-link.module-two.v8 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/vision-processors_1.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v9 {
	background-image: url('https://www.clearview-imaging.com/hubfs/High%20Performance%20Computing%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v10 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Vision%20Systems%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v11 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Cabling%20Icon.svg');
	background-position: 18px 50%;
	background-size: 24px;
}

.man-dropdown-link.module-two.v12 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Label%20Verification%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v13 {
	background-image: url('https://www.clearviewimaging.co.uk/hubfs/bin-picking-robot-1.png');
	background-size: 30px;
}

.man-dropdown-link.module-two.v14 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Thermal%20Cameras%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v15 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Laser%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v16 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Filters%20Icon-1.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v17 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Fixed%20Industrial%20Scanners%20Icon.svg');
	background-size: 30px;
}

.man-dropdown-link.module-two.v18 {
	background-image: url('https://www.clearview-imaging.com/hubfs/Linescan%20Cameras%20Icon.svg');
	background-size: 30px;
}



.man-dropdown-link.module-three {
	padding-left: 20px;
	background-image: none;
}

.product-wrap {
	height: 630px;
	padding: 50px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
}

.product-wrap:hover {
	box-shadow: 8px 9px 50px -13px rgba(0, 0, 0, .2);
}

.product-wrap.module-one {
	height: auto;
  width: 100%;
	text-align: left;
}

.product-wrap.module-one p{
    display:inline-block;
}

.contact-form-wrapper {
	margin-top: -290px;
	padding: 50px;
	background-color: #fff;
	box-shadow: 11px 13px 50px -11px rgba(0, 0, 0, .2);
}

.contact-form-wrapper.module-one {
	margin-top: 0px;
}

.social-link-contact {
	width: 45px;
	height: 45px;
	margin-right: 12px;
	padding: 14px 16px;
	border-radius: 100%;
	background-color: rgb(149,127,184);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.social-link-contact:hover {
	background-color: rgb(100,81,130);
	box-shadow: 8px 9px 22px -5px rgba(0, 0, 0, .4);
}

.social-link-contact:active {
	background-color: #ad1319;
	box-shadow: none;
}

.lp-content-wrap {
	margin-top: -150px;
}

.scroll-top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #fff;
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/up-arrow-key-white.svg'), url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/up-arrow-key.svg');
	background-position: 50% 149%, 50% 50%;
	background-size: 20px 20px, 20px 20px;
	background-repeat: no-repeat, no-repeat;
	box-shadow: 13px 13px 50px -6px rgba(0, 0, 0, .4);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.scroll-top:hover {
	background-color: #373737;
	background-position: 50% 50%, 50% -43%;
}

.scroll-top.w--current {
	right: 44px;
	opacity: 0;
}

.scroll-top.w--current:hover {
	background-color: #fe0000;
}

.thank-you-text-wrap {
	display: block;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.content-custom {
	max-width: 100%;
}

.content-custom.module-one {
	min-height: 60px;
}

.content-custom.module-two {
	width: 100%;
	padding: 30px;
	background-color: #f5f5f5;
}

.content-custom.module-two.v1 {
	height: 220px;
}

.content-custom.module-two.main-article {
	height: 355px;
}

.content-custom.module-three {
/* 	height: 338px; */
	padding: 30px;
	background-color: #f5f5f5;
}

.content-custom.module-four:hover {
	box-shadow: 7px 7px 50px -12px rgba(0, 0, 0, .2);
}

.utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.utility-page-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 260px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.utility-page-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.content-column.model-twelve.search-wrap{
    margin-top:51px;
}

.blog-search-wrapper {
	margin-top: 51px;
	padding: 20px;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #9e9e9e;
	font-size: 16px;
}

.blog-search-wrapper.module-one {
	height: auto;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-color: #dfdfdf;
	font-size: 14px;
}

.search-text {
	display: inline-block;
}

.search-text.v1 {
	margin-top: 12px;
}

.search-img {
	width: 20px;
	float: right;
	color: #fff;
	text-decoration: none;
}

.search-img.fa.fa-search {
	color: #9e9e9e;
}

.blog-list-img {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/example-bg.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-list-img.module-one {
	width: 100%;
	height: 365px;
	max-width: 100%;
}

.blog-list-img.module-one.v1 {
	height: 250px;
}

.blog-list-img.module-one.v1.img-one {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/blog-image-one.jpg');
}

.blog-list-img.module-one.v1.img-two {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/blog-image-two.jpg');
}

.blog-list-img.module-one.v1.img-three {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/blog-image-three.jpg');
}

.blog-list-img.module-one.v1.img-four {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/blog-image-four.jpg');
}

.blog-list-img.module-one.v1.img-five {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/blog-image-five.jpg');
}

.blog-list-img.module-one.v1.img-six {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/blog-image-six.jpg');
	background-position: 92% 0%;
}

.blog-list-img.module-one.v2 {
	background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/10gig.jpg');
}

.subscribe-btn {
	padding: 13px 20px;
	float: right;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: rgb(149,127,184);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	text-decoration: none;
}

.subscribe-btn:hover {
	background-color: #d31920;
}

.subscribe-btn:active {
	background-color: #ad1319;
}

.content-divider {
	height: 2px;
	background-color: #dfdfdf;
}

.blog-feature {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #373737;
	text-decoration: none;
}

.blog-feature:hover {
	box-shadow: 7px 7px 50px -12px rgba(0, 0, 0, .2);
}

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

.num-list {
	list-style-type: decimal;
}

.num-list.v1 {
	list-style-type: lower-alpha;
}

.num-list.v2 {
	list-style-type: lower-roman;
}

.testimonial-wrapper {
	position: relative;
	padding: 71px 80px 65px;
	background-color: #f0f0f0;
}

.testimonial-icon {
	position: absolute;
	left: 44px;
	top: -40px;
	width: 75px;
	height: 75px;
	padding: 19px;
	border: 5px solid #fff;
	border-radius: 100%;
	background-color: #f0f0f0;
	color: #fff;
}

.testimonial-icon.fa {
	color: #fff;
}

.testimonial-icon.fa.fa-quote-right {
	background-color: rgb(149,127,184);
	font-size: 30px;
}

.comments-section {
	border-top: 2px solid #dfdfdf;
}

.comments-btn {
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: rgb(149,127,184);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

.comments-btn:hover {
	background-color: #d31920;
}

.comments-btn:active {
	background-color: #ad1319;
}

.comments-styling-block {
	display: none;
	margin-top: 30px;
}

.notification-bar {
	height: auto;
	min-height: auto;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 3px;
	background-color: rgb(149,127,184);
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.progress {
	position: fixed;
	z-index: 9999;
}

.product-wrap-content {
	margin-left: 20px;
}

.product-model-names {
	display: inline-block;
	margin-right: 0px;
	color: #adadad;
	font-size: 10px;
	text-transform: uppercase;
	float:left;
}

.product-model-names.product-model-link {
	text-decoration: none;
}

.product-model-names.product-model-link:hover {
	color: #303030;
}

.product-model-wrap {
	display: inline-block;
}

.more-products {
	margin-right: 20px;
	margin-bottom: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
    top: 2.5px;
    position: relative;
  
  
    
    color: rgb(149,127,184);
  ;
}

.more-products:hover {
	color: #303030;
}

.less-products {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
    top: 2.5px;
    position: relative;
  
    
    color: rgb(149,127,184);
  ;
}

.less-products:hover {
	color: #303030;
}

.img-centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.experts-main {
	width: 80%;
}

.same-height-button-fixed {
	left: 0px;
	right: 0px;
	bottom: 20px;
}

.product-intro-wrap {
	position: relative;
	left: 0px;
	top: 50%;
	right: 0px;
	z-index: 100;
}

.div-block {
	color: #373737;
}

.accordion-wrapper {
	margin-bottom: 10px;
	border: 2px solid #d8d8d8;
	border-radius: 3px;
	min-height:80px;
	background-color:#fff;
}

.accordion-heading-wrap {
	padding: 20px;
	background-color:#fff;
}

.accordion-icon-wrap {
	width: 10%;
	float: right;
	color: #ff4d3d;
	text-align: center;
	text-decoration: none;
}

.panel-open {
	color: rgb(149,127,184);
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
}

.open-text {
	color: rgb(149,127,184);
	font-size: 24px;
	text-decoration: none;
}

.accordion-heading-container {
	width: 90%;
	float: left;
	color: rgb(149,127,184);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.accordion-content {
	position: relative;
	overflow: hidden;
	height: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #fff;
}

.accordion-content-inner {
	padding: 30px;
}

.pillar-content-coulmn .accordion-content-inner {
    background-color: #fafafa;
}

.verification-vid-wrapper {
	margin-bottom: 30px;
}

.logo-wrapper-2 {
	display: none;
}

.search-inner-wrapper {
	width: 300px;
	float: right;
	border-bottom: 1px solid #f3f3f3;
}

.close-icon {
	float: right;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #a0a0a0;
}

.close-icon:hover {
	color: rgb(149,127,184);
}

.open-icon {
	float: left;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #a0a0a0;
}

.open-icon:hover {
	color: rgb(149,127,184);
}

.product-model-names p{
		display: inline-block;
		margin-right: 20px;
		color: #adadad;
		font-size: 10px;
		text-transform: uppercase;
}
.more-product-models {
		opacity: 0;
		position: absolute;
		visibility: hidden;
		-webkit-transition: opacity 350ms ease;
		transition: opacity 350ms ease;
}
.less-products {
		opacity: 0;
	display: none;
	cursor: pointer;
}
.more-products {
		opacity: 1;
	-webkit-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
		cursor: pointer;
}
.more-product-models.js-more {
		opacity: 1;
		position: relative;
		visibility: visible;
		-webkit-transition: opacity 350ms ease;
		transition: opacity 350ms ease;
}
.less-products.js-more {
		opacity: 1;
	display: block;
	-webkit-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}
.more-products.js-more {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}

.content-column.model-six.list-item {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
}
.content-column.model-six {
		text-align: center;
}
.resources .list-item .content-custom.model-five {
		padding-bottom: 130px;
}
.content-custom.model-five {
		background-image: none;
		background-position: 0 0;
		color: #fff;
		height: 100%;
		padding-bottom: 100px;
		position: relative;
		text-align: center;
		text-decoration: none;
		transition: box-shadow 200ms ease 0s;
		width: 100%;
}
.showcase-overlay {
		background-color: rgba(255, 255, 255, 0);
		background-image: url("https://www.clearview-imaging.com/hubfs/mode-circular-button.svg");
		background-position: 50% 75%;
		background-repeat: no-repeat;
		background-size: 32px auto;
		bottom: 0;
		color: #000;
		display: block;
		left: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		transition: all 300ms ease;
		z-index: 2;
}
.showcase-overlay {
		background-position: 50% 25%;
}
.showcase-overlay:hover {
		background-color: rgb(255, 255, 255);
		background-position: 50% 30px;
		border: 1px solid #d4d4d4;
		opacity: 1;
}
.showcase-overlay.mobile-overlay {
	background-color: transparent;
	background-image: url("https://www.clearview-imaging.com/hubfs/mode-circular-button-dots.svg");
	background-position: 3% 20px;
	display: none;
	opacity: 0;
}
.showcase-overlay.mobile-overlay:hover {
	background-color: transparent;
	background-position: 5% 20px;
}
.caption-showcase {
		padding-left: 40px;
		padding-right: 40px;
		position: absolute;
	 top: 80px;
		width: 100%;
}
.model-two.p.v1 {
	color: #373737;
}

.content-custom.model-six {
	background-color: #ececec;
	bottom: 0;
	color: #373737;
	display: block;
	height: 100px;
	opacity: 1;
	padding: 20px;
	position: absolute;
	-webkit-transition: opacity 200ms ease, top 300ms ease, left 300ms ease, bottom 300ms ease, right 300ms ease;
	transition: opacity 200ms ease, top 300ms ease, left 300ms ease, bottom 300ms ease, right 300ms ease;
	width: 100%;
}

.resources .list-item .content-custom.model-six {
	min-height: 130px;
}
.resources .list-item .p.model-two.v1 {
	padding-left: 20px;
	padding-right: 20px;
}
@media(max-width: 767px){
    
		.showcase-overlay {
			display: none;
		}
		.showcase-overlay.mobile-overlay {
				display: block;
				opacity: 1;
		}
}


.man-dropdown-link.module-two {
		padding-left: 45px;
}
.man-dropdown-link {
		padding-top: 14px;
}
.case-study-section {
		margin-bottom: 0;
		background: url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo.jpeg') no-repeat fixed center center;
		background-size: cover;
}
.case-study-section:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: -webkit-linear-gradient(322deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, .9));
		background-image: linear-gradient(128deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, .9));
		opacity: .6;
}
.overlap-section,
.overlap-section-team {
		position: relative;
}
.overlap-section-team {
		padding-bottom: 100px;
}
.u-centered.case-intro {
		padding: 45px 20px 20px;
}
.top-section {
		height: 50%;
		position: absolute;
		width: 100%;
		z-index: -1;
}
.bottom-section {
		background-color: #ececec;
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: -2;
}
.top-section.top-section--padded {
		padding-left: 20px;
		padding-right: 20px;
}
.top-section:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: -webkit-linear-gradient(322deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, .9));
		background-image: linear-gradient(128deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, .9));
}
.top-section.no-overlay,
.top-section.no-overlay:before {
		background-color: #fff;
		background-image: none;
		content: none;
}
.top-section.section-grey:before {
		content: none;    
}
.top-section.section-grey {
		background-color: #f4f4f4;    
}
.shiftbox-wrapper {
		box-shadow: 12px 13px 100px -4px rgba(0, 0, 0, 0.2);
		background-color: #fff;
		min-height: 420px;
}
.above-padding.shiftbox-wrapper {
  margin-top: 80px;
}
.casestudy-bg-columns { 
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #f1f1f1),
		color-stop(33.3%, #f1f1f1),
		color-stop(33.3%, #fff),
		color-stop(66.6%, #fff),
		color-stop(66.6%, #f1f1f1),
		color-stop(100%, #f1f1f1)
	);   	
	background-image: -webkit-linear-gradient(
		left, 
		#f1f1f1, 
		#f1f1f1 33.3%,
		#fff 33.3%,
		#fff 66.6%,
		#f1f1f1 66.6%,
		#f1f1f1 100%
	);
	background-image: -moz-linear-gradient(
		left, 
		#f1f1f1, 
		#f1f1f1 33.3%,
		#fff 33.3%,
		#fff 66.6%,
		#f1f1f1 66.6%,
		#f1f1f1 100%
	);
	background-image: -ms-linear-gradient(
		left, 
		#f1f1f1, 
		#f1f1f1 33.3%,
		#fff 33.3%,
		#fff 66.6%,
		#f1f1f1 66.6%,
		#f1f1f1 100%,
		#fff 100%
	);
	background-image: -o-linear-gradient(
		left, 
		#f1f1f1, 
		#f1f1f1 33.3%,
		#fff 33.3%,
		#fff 66.6%,
		#f1f1f1 66.6%,
		#f1f1f1 100%
	);
}

.casestudy-block {
		min-height: 365px;
}

.row-fluid .span4.casestudy-block {
		display: block;
		float: left;
		height: 100%;
		margin: 0;
		padding: 35px 40px 95px;
		/*position: relative;*/
		width: 33.3%;
}
/*Products Filter*/
#productFilter .jplist-drop-down {
		background: transparent none repeat scroll 0 0;
		color: #bebebe;
		height: auto;
		max-height: 62px;
		padding: 0;
		width: 100%;
}
.panel-top .jplist-drop-down .jplist-dd-panel {
		padding: 15px;
		height: auto;
		width: auto;
}
#productFilter .panel-top .jplist-drop-down ul {
	left: 0;
	width: 100%;
	top: 10px;
	border-left: medium none;
	border-right: medium none;
	border-bottom: medium none;
}
#productFilter .jplist-drop-down .jplist-dd-panel,
#productFilter .jplist-drop-down ul {
		left: -15px;
		width: 105.7%;
}
#productFilter .jplist-drop-down ul {
		top: 30px;
		border-color: #f3f3f3;
}
#productFilter .jplist-drop-down ul li {
		height: 100%;
		max-height: 57px;
		width: 100%;
}

#productFilter .jplist-drop-down .jplist-dd-panel:after {
	font-family: FontAwesome;
	content: "\f107";
  color: rgb(149,127,184);
	right: 25px;
}
#productFilter .filter-amount.jplist-drop-down .jplist-dd-panel:after {
		right: 14px;
}
.jplist-panel.box.panel-top {
	margin-left: -10px;
	margin-right: -10px;
}
#productFilter .jplist-drop-down {
	
}
#productFilter .jplist-drop-down:hover .jplist-dd-panel:after,
#productFilter .jplist-drop-down:hover .jplist-dd-panel {
	color: rgb(149,127,184);
}
#productFilter .filter-controls .jplist-drop-down {
		background: transparent none repeat scroll 0 0;
		border: 2px solid rgb(149,127,184);
		color: rgb(149,127,184);
		height: 40px;
		max-width: 150px;
		padding: 3px;
		line-height: 26px;
		width: 100%;
}
#productFilter .filter-controls .jplist-label {
		background: transparent none repeat scroll 0 0;
		border: 2px solid rgb(149,127,184);
		border-radius: 3px;
		box-shadow: 0 0 1px #fff;
		box-sizing: border-box;
		color: rgb(149,127,184);
		float: left;
		font-weight: 300;
		height: 40px;
		line-height: 26px;
		margin: 10px 10px 0 0;
		padding: 5px 10px;
		text-shadow: 1px 1px 1px #fff;
}
#productFilter .filter-controls .jplist-panel .jplist-pagination button {
		background: transparent none repeat scroll 0 0;
		border-width: 2px;
		color: rgb(149,127,184);
		cursor: pointer;
		display: inline-block;
		height: 40px;
		line-height: 26px;
		padding: 4px;
		width: 40px;
}
#productFilter .filter-controls .jplist-panel .jplist-pagination .jplist-current {
		border: 2px solid rgb(149,127,184);
		color: rgb(149,127,184);
		font-weight: 300;
		outline: medium none;
}
.jplist-panel.box.panel-bottom {
		text-align: center;
}

.jplist-drop-down.centered, 
#productFilter .jplist-label.centered, 
.jplist-panel .jplist-pagination.centered {
		display: inline-block;
		float: none;
}
#productFilter .jplist-label.centered {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
}
.jplist-panel {
		display:block !important;
}
#productFilter .filter-amount .jplist-dd-panel {
		width: 100%;
		margin-bottom: 10px;
}
#productFilter .filter-amount.jplist-drop-down ul {
		top: 38px;
		left: 0;
		position: absolute;
		width: 100%;
}
.jplist-label.centered.jplist-empty {
    display: none !important;
}

@media(max-width:767px) {
    .content-img.partner-logos{height:90px !important;}
    .search-spacing{padding:0 !important;}
    .content-custom.model-five{margin-bottom:20px;}
    .team-heading h2, .help-heading h2{padding-top: 20px;}
    .story-img img{width:100% !important;}
    .team-form form{padding: 0 20px !important;}
		.jplist-panel.box.panel-top {
				margin: 0;
		}
		.content-wrapper.filter-controls{
		    padding:0 20px;
		}
		#productFilter .jplist-drop-down .jplist-dd-panel, #productFilter .jplist-drop-down ul {
            left: -15px;
            width: 100%;
        }
         .list.box{
     padding:0 15px;
    }
}

@media(min-width:521px) and (max-width:767px) {
.logo-section-v1{width:33% !important;}
}

@media(max-width:520px) {
    .logo-section-v1{width:50% !important;padding:8px 20px !important;}
	.logo-block .content-img.module-five{height:auto !important;}
}

@media(max-width:479px) {
		#productFilter .jplist-label.centered {
				-webkit-transform: translateY(-5px);
				transform: translateY(-5px);
		}
		#productFilter .filter-controls .jplist-label {
				width: 100%;
		}
		#productFilter .filter-controls .jplist-drop-down {
				max-width: none;
		}
		
}
@media only screen and (max-width:600px) {
		.jplist-panel {
				 display:block !important;
		}
}

.c-scroll-top.scroll-show {
    opacity: 1;
}

.c-scroll-top {
    opacity: 0;
    cursor: pointer;
}

.c-scroll-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-background-image: url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/WASABI/img/up-arrow-key-1.svg?t=1516214284753), url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/WASABI/img/up-arrow-key.svg?t=1516214284753);
    background-image: url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/WASABI/img/up-arrow-key-1.svg?t=1516214284753), url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/WASABI/img/up-arrow-key.svg?t=1516214284753);
    background-position: 50% 130%, 50% 50%;
    background-size: 20px 20px, 20px 20px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    -webkit-transition: background-position 300ms ease, background-color 200ms ease, opacity 350ms ease;
    transition: background-position 300ms ease, background-color 200ms ease, opacity 350ms ease;
    -ms-box-shadow: 0 20px 55px -8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 20px 55px -8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 55px -8px rgba(0, 0, 0, 0.4);
}

.row-fluid .span12.code-block, .code-block {
    position: absolute;
    height: 0;
    width: 0;
}

.banner-container {
	position: relative;
	width: 100%;
}
.banner-container.home-banner {
	height: 500px;
}

.banner-text-wrap {
	position: absolute;
	top: 25%;
	left: 0;
	transform: translate(0%,-38%);
}

.banner-text-wrap.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.body-wrapper,
.row-fluid .body-wrapper,
.row-fluid .span12.body-wrapper {
	max-width: 1560px;
	margin: 0 auto;
	display: block;
	float: none;
	position: relative;
}

	
/* Strike Through Effect */
.strike-through:before, .strike-through:after {
content: '';
position: absolute;
width: 0%;
height: 1px;
top: 65%;
margin-top: -0.5px;
background: rgb(149,127,184);
}
.strike-through:before {
left: 0;
}
.strike-through:after {
right: 2.5px;
background: rgb(149,127,184);
transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.strike-through:hover:before {
background: rgb(149,127,184);
width: 100%;
transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.strike-through:hover:after {
background: transparent;
width: 100%;
transition: 0s;
}
.social-icon {
font-size: 18px !important;
}
.lp-social-icon {
font-size: 22px !important;
}
.team-member-social-icon {
font-size: 25px !important;
}
input.form-field:focus {
border: 2px solid rgb(149,127,184);
}
textarea.form-field:focus {
border: 2px solid rgb(149,127,184);
}

/***** TEAM MEMBER MODAL *****/
.team-wrap .team-block {
		cursor: pointer;
}
.team-member-bio p {
color: white !important;
}
/* Update theme */
.teams-modal {
	display: block;
}
	.teams-modal {
		position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	/* Scaling */
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
		z-index: 99999;
}

.teams-modal.modal-open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	overflow: hidden;
}
.team-card {
		margin-bottom: 20px;
}
.content-section.banner-about-section.v3 {
		height: auto;
}
.blog-search-wrapper.module-one {
		padding: 0;
		border: medium none;
}
.active .btn {
	background-color: rgb(149,127,184);
	color: #fff;
}
.blog-desc {
		height: 215px;
}
.blog-feature.w-inline-block {
	margin-bottom: 20px;
}
.container.banner-container.module-one.v2 {
	padding-top: 175px;
}

.img-centered, 
.img-centered img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page-header {
	height: 40px;
	padding: 0 55px 0 20px;
}

.close-team-modal {
		cursor: pointer;
}
.logo-block {
		margin-bottom: 20px;
		text-align:center;
}

.logo-block .content-img.module-five{    
    width: auto;
    height: 60px;
    
}

.container-fluid .row-fluid .w-col.content-column.column-p-left-right {
	padding-right: 20px;
	padding-left: 20px;
}

.accordion-content {
		height: auto;
		display:none;
}

.container-fluid .row-fluid .w-col.content-column.module-five.v2 {
		border-bottom-style: none;
}
.accordion-wrapper.accordion-open .fa.fa-angle-down,
.accordion-wrapper.accordion-open .fa.fa-angle-down:before {
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
}
.accordion-wrapper .fa.fa-angle-down,
.accordion-wrapper .fa.fa-angle-down:before {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
}

.accordion-heading-wrap {
	display: table;
	width: 100%;
	cursor: pointer;
}

.heading-sub p {
		color: #373737;
}

.row-fluid .span12.product-range-wrapper {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
}   

.experts-main img {
		width: 80% !important;
}

.product-wrap {
		display: inline-block;
		margin-bottom: 15px;
}

.w-video {
	padding: 0;
	position: relative;
	width: 100%;
}

.w-video iframe, 
.w-video object, 
.w-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.recent-news-image {
		background-size: cover;
		background-position: center center;
}
.recent-news {
		width: 100%;
}
.recent-news img {
		height: 100%;
		width: 100%;
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
	color: #fff;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all 500ms ease 0s;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {
	padding-left: 10px;
	background-color: #423e58;
	color: rgb(149,127,184);
}

.product-wrap {
		display: inline-block;
		margin-bottom: 15px;
}

.list-item.box.module-one.product-wrap img{
    padding-bottom:20px;
}

.recent-news:hover {
		text-decoration: none;
}

.blog-banner {
	padding-top: 210px;
}
.white p {
	color: #fff;
}

.content-section.banner-about-section {
	padding-bottom: 240px;
	padding-top: 175px;
	width: 100%;
}
.footer-subscribe {
	margin-top: 15px;
}

.w-inline-block {
		display: inline-block;
}

.line-box {
		padding-top: 30px;
		padding-bottom: 30px;
}
.content-offer-text {
		 color: #373737;
}
.content-offer-text p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
}

.industry-filter {
		cursor: pointer;
}
.doc-panel {
		display: none;
}
.content-wrapper.center.team-section {
		float: none; 
}

.checklist ul {
		list-style: outside none none;
		margin-top: 0;
		padding-left: 0;
		margin-bottom:0;
}

.checklist li  {
	background-image: url("https://www.clearview-imaging.com/hubfs/Tick%20Icon.svg");
	background-position: 0 7px;
	background-repeat: no-repeat;
	background-size: 25px auto;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 18px;
}

.checklist li p {
	font-size: 18px;
	margin: 0;
}

.w-list-unstyled {
		padding: 0;
		list-style: none;
		margin-top: 0;
}
.o-map {
		height: 400px;
		position: relative;
		width: 100%;
		}
.o-map iframe {
		display: block;
		height: 100%;
		pointer-events: none;
		position: relative;
		width: 100%;
}
iframe.clicked {
		pointer-events: auto;
}

.blog-feature {
		width: 100%;
}
.blog-offer-image {
		background-color: #f5f5f5;
		/*padding-top: 10%;*/
}

.btn.module-five.btn-paging {
		border: medium none;
}
.blog-offer-image img {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 100%;
}
.pagination {
		list-style: outside none none;
		padding: 0;
		text-align: center;
}
.btn.module-five.btn-paging:hover {
	background-color: transparent;
	box-shadow: none;
	color: rgb(149,127,184);
	font-weight: 500;
}
.btn.module-five.btn-paging:hover .fa {
	font-weight: bold;
}
.pagination li {
		display: inline;
}
.blog-pagination {
		text-align:center;
}
.blog-subscribe .hs-error-msgs.inputs-list {
	margin-top: -17px;
}


/* =====================================
   Blog subscribe
   ===================================== */


.w-inline-block {
		display: inline-block;
		max-width: 100%;
}
.w-dropdown {
		display: inline-block;
		position: relative;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
		position: relative;
		vertical-align: top;
		text-decoration: none;
		color: #222222;
		padding: 20px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		white-space: nowrap;
}
.w-dropdown-toggle {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: inline-block;
		cursor: pointer;
		padding-right: 40px;
}
.w-icon-dropdown-toggle {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		margin-right: 20px;
		width: 1em;
		height: 1em;
}
.w-dropdown-list {
		position: absolute;
		background: #dddddd;
		display: none;
		min-width: 100%;
}
.w-dropdown-list.w--open {
		display: block;
}
.w-dropdown-link {
		padding: 10px 20px;
		display: block;
		color: #222222;
}
.w-dropdown-link.w--current {
		color: #0082f3;
}


/* =====================================
   MEDIA QUERIES                                                    
   ===================================== */
   
@media screen and (max-width: 1366px){
    .content-section.banner-home-section {
        height: 373px;
    }
}

@media(max-width:1200px){
    .content-custom.module-two.main-article {
        height: 360px;
    }
}

@media screen and (max-width: 1199px){
    .content-section.banner-home-section {
        height: 385px;
    }
    .banner-text-wrap {
    top: 19%;
    }
}

@media screen and (max-width: 1199px) {
	.our-experts-img {
	height: 449px;
	}
	.content-custom.module-three {
	height: 361px;
	}
	.content-img.module-three {
	height: 213px;
	}
	.blog-desc {
				height: 245px;
		}
}
@media (min-width:992px) and (max-width: 1199px) {
    .caption-showcase {padding-left: 10px !important;padding-right: 10px !important;}
    .caption-showcase p{font-size: 90% !important;}
}

@media(max-width:1024px){
    .arrow-icon-wrap{
    left: 47.5%;
    }
}

@media (max-width: 991px) {
    .logo-block .content-img.module-five{
        height:40px;
    }
    
    .team-member-bio-img{background-position: 40% 50%;}
    
	.nav-link {
		color: #fff;
	}
	.nav-link.strike-through {
		width: 130px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	.brand-logo {
		max-height: 50px;
	}
	.content-section.banner-home-section {
		background-position: center center;
		height: 220px;
	}
	.banner-text-wrap{
	    top:14%;
	}
	.content-section.module-one {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.content-section.module-bg-cta.module-one{
	    background-position:0px 0px, 0px 0px, 65% 21%;
	}
	.arrow-icon-wrap {
		left: 46.6%;
	}
	.content-column.module-two {
		border-bottom-style: none;
	}
	.content-column.module-two.v2 {
		border-top: 1px solid #e9e9e9;
	}
	.content-column.module-two.v3 {
		border-top: 1px solid #e9e9e9;
	}
	.content-column.module-two.v4 {
		padding-bottom: 62px;
	}
	.content-section.banner-about-section{
	    padding-bottom:210px;
	}
	.content-column.same-height-cell.same-height-cell-middle.content-column-np {
		padding-right: 0px;
		padding-left: 0px;
	}
	.btn.btn-module-three {
		padding-right: 83px;
		padding-left: 36px;
		background-position: -33px 51%, 84% 50%;
	}
	.btn.btn-module-three:hover {
		background-position: 161px 51%, 121% 50%;
	}
	.our-experts-wrap {
		bottom: -110px;
		height: auto;
	}
	.our-experts-text-wrap {
		padding: 34px;
	}
	.spacer.spacer-xlarge {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.recent-news-image {
		width: 100%;
		height: 100%;
		margin-right: 0px;
	}
	.recent-news-body {
		margin-left: 15px;
		width:100%;
	}
	.about-text-wrap {
		width: 80%;
	}
	.about-text-wrap.v1 {
		width: 100%;
	}
	.content-img.module-three {
		height: 140px;
		background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/book-mockup-3.jpg'), -webkit-linear-gradient(270deg, null, null);
		background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/book-mockup-3.jpg'), linear-gradient(180deg, null, null);
		background-size: cover, auto;
	}
	.content-img.module-six {
		height: 140px;
	}
	.content-wrapper.center.team-section {
		width: 90%;
	}
	
	.team-member-title{font-size: 20px;line-height: 23px;}
	.team-member-job-description{font-size: 12px;line-height: 16px;}

	.overlay.homepage {
		background-image: -webkit-linear-gradient(178deg, transparent 16%, hsla(0, 0%, 100%, .6) 100%, hsla(0, 0%, 100%, .75));
		background-image: linear-gradient(272deg, transparent 16%, hsla(0, 0%, 100%, .6) 100%, hsla(0, 0%, 100%, .75));
	}
	.team-member-bio-img {

	}
	.team-member-bio {
		padding: 40px;
	}
	.solution-wrap.module-one.grey-bg {
		padding: 25px 15px;
	}
	.solution-wrap.module-one.grey-bg.same-height-buttons {
		position: relative;
	}
	.tab-link:hover {
		background-color: #f3f3f3;
	}
	.tab-link:active {
		box-shadow: none;
	}
	.tab-link.w--current:hover {
		background-color: #f3f3f3;
	}
	.contact-form-wrapper.module-one {
		padding: 40px;
	}
	.thank-you-text-wrap {
		width: 90%;
	}
	
	.content-custom.module-two{
	    padding:15px !important;
	}
	.content-custom.module-two.main-article {
		height: 466px;
	}
	.content-custom.module-three {
		height: 494px;
	}
	.blog-list-img.module-one.v2 {
		height: 354px;
	}
	.experts-main {
		width: 100%;
	}
	.hamburger-menu {
		padding-top: 23px;
		padding-bottom: 23px;
		color: #373737;
	}
	.hamburger-menu.w--open {
		background-color: #121212;
		color: #ff4d3d;
	}
	.nav-menu {
		background-color: #121212;
	}
	.same-height-button-fixed {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 20px;
	}
	.recent-news-timestamp {
		padding-left: 0;
		font-size: 0.8rem;
	}
		.our-experts-img {
	height: 440px;
	}
	.content-img.module-three {
	height: 150px;
	}
	.grey-bg.m-bottom.module-one.solution-wrap {
		padding: 25px 12px;
	}
	.blog-desc {
		height: 275px;
	}
	.recent-news-image {
		height: 40px;
		width: 40px;
	}
	.solution-wrap{
	    height:640px;
	    padding:60px;
	}
	.container-fluid .row-fluid .w-container.container-blog,
    .container-fluid .row-fluid .page-center.container-blog{
        height: auto;
    }
    .contact-form-wrapper{
        padding:40px;
    }
    .more-products{
        float:left;
        width:100%;
    }
    .less-products{
        width:100%;
    }
}

@media (max-width: 767px) {
    .content-custom.module-two.main-article{
        height:325px;
    }
	.page-header {
		padding-right: 22px;
	}
	.logo-wrapper {
		padding-left: 20px;
	}
	.content-section.module-one {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	/*.content-section.module-one.module-bg-grey.v4 {
		padding-top: 100px;
		padding-bottom: 100px;
	}*/
	.content-section.module-one.module-bg-grey.v5 {
		padding-top: 20px;
	}
	.content-section.module-bg-white.module-one.v2 {
		padding-top: 40px;
		padding-bottom: 410px;
	}
	.content-section.module-bg-white.module-four {
		padding-bottom: 60px;
	}
	.content-section.blog-banner-section {
		height: auto;
		padding-bottom: 50px;
	}
	.content-section.banner-home-section {
    background-position: 50% 50%;
    height:173px;
    }
    .banner-text-wrap{
        top:22%;
    }
    .banner-text-wrap.center{
        padding-left:20px;
        padding-right:20px;
    }
	.container.banner-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.container.banner-container.module-one.v1 {
		height: auto;
	}
	.container.container-blog.v1 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.arrow-icon-wrap {
		display: none;
	}
	.container.w-container .content-column,
	.content-column{
    padding-right: 20px;
    padding-left: 20px;
    }
    .container .content-column.column-left, 
	.content-column.column-left {
		height: auto;
		margin-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
		border-right-style: none;
	}
	.content-column.column-left.content-line-home {
		display: none;
	}
	.container .content-column.column-right, 
	.content-column.column-right {
		height: auto;
		padding-right: 20px;
		padding-left: 20px;
		border-left-style: none;
	}
	.content-column.column-right.content-line-home {
		display: none;
	}
	.content-column.module-two {
		border-right-style: none;
		border-bottom-style: solid;
	}
	.content-column.module-two.v2 {
		border-right-style: none;
	}
	.content-column.module-two.v4 {
		padding-bottom: 40px;
		border-bottom-style: solid;
	}
	
	.w-col.content-column.module-two {
    border-right: 0px solid #e9e9e9 !important;
	}
	.content-column.module-four.column-p-left-right-mobile.v1 {
		margin-bottom: 20px;
	}
	.content-column.same-height-cell.same-height-cell-middle.v1 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.content-row.module-one.w-row .content-column.module-five,
	.content-column.module-five {
		padding-right: 20px;
		padding-left: 20px;
		border-bottom: 1px solid #4d4d4d;
	}
	.content-column.module-five.v1 {
		margin-top: 15px;
		margin-bottom: 10px;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.content-column.module-five.v1.last {
		margin-bottom: 30px;
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.content-column.module-five.first {
		padding-bottom: 30px;
	}
	.content-column.module-five.v2 {
		border-bottom-style: none;
	}
	.container-fluid .row-fluid .w-col.content-column.column-p-left-right-mobile {
		padding-right: 20px;
		padding-left: 20px;
	}
	.column-p-left-right-mobile.content-column.w-col.w-col-3.range-block{
		padding-right: 0px;
		padding-left: 0px;	    
	}
	.content-column.column-p-left-right-mobile.unigue-col {
		margin-bottom: 20px;
	}
	.content-column.column-p-left-right-mobile.v1 {
		margin-bottom: 20px;
	}
	.container-fluid .row-fluid .w-col.content-column.no-col-p-mobile.no-padding-sides-right,
	.container-fluid .row-fluid .w-col.content-column.no-col-p-mobile.no-padding-sides-left,
	.container-fluid .row-fluid .w-col.content-column.no-col-p-mobile {
		padding-right: 0px;
		padding-left: 0px;
	}
	.btn.btn-model-one.left {
		margin-left: 25px;
		float: left;
		text-align: center;
	}
	.btn.btn-model-one.v3 {
		width: auto;
	}
  .btn.btn-model-two {
		background-color: rgb(149,127,184);
    color: #fff;
    border-color:rgb(149,127,184);
    display: inline-block;
	}
	.btn.btn-module-three {
		float: none;
	}
	.btn.module-four.v1 {
		background-position: -25% 50%, 90% 50%;
	}
	.btn-wrap.model-one {
		padding-right: 20px;
		padding-left: 20px;
		text-align: left;
	}
	.our-experts-img {
		height: 280px;
	}
	.our-experts-text-wrap {
		padding: 30px 10px;
	}
	.spacer.spacer-small.v1 {
		display: none;
	}
	.spacer.spacer-tiny.v2 {
		display: none;
	}
	.spacer.spacer-xxlarge {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.spacer.spacer-xxlarge.v1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.p-npt.light-grey {
		display: block;
	}
	.recent-news-image {
		width: 90px;
	}
	.divider.footer {
		display: none;
	}
	.light-grey {
		display: inline-block;
	}
	.social-link-footer.last {
		margin-right: 0px;
	}
	.about-us-img-wrap {
		height: 230px;
		margin-top: -118px;
	}
	.about-us-img-wrap.v2 {
		margin-top: -50px;
	}
	.about-text-wrap.v2,
	.about-text-wrap {
		width: 100%;
	}
	.content-img.content-img-story {
		display: none;
	}
	.content-img.content-img-story.module-seven.v1 {
		display: block;
		margin-bottom: 30px;
	}
	.content-img.module-three {
		height: 250px;
		background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/book-mockup-3.jpg'), -webkit-linear-gradient(270deg, null, null);
		background-image: url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/book-mockup-3.jpg'), linear-gradient(180deg, null, null);
		background-position: 20px 26%, 0px 0px;
		background-size: 390px, auto;
	}
	.logo-block .content-img.module-five{
	    display: block;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		height:60px;
	}
	.content-img.module-five {
		display: block;
		width: 170px;
		margin-right: auto;
		margin-left: auto;
	}
	.content-img.img-centered.v1 {
		margin-bottom: 30px;
		float: left;
	}
	.content-img.module-six {
		height: 200px;
		margin-bottom: 20px;
	}
	.content-img.module-seven {
		width: 350px;
		float: left;
	}
	.content-wrapper.center.team-section.left {
		text-align: left;
	}
	.content-wrapper.content-p-left-right-mobile {
		padding-right: 20px;
		padding-left: 20px;
	}
	.team-member-img.member-one {
		background-size: cover;
	}
	.team-member-img.member-two {
		background-size: cover;
	}
	.team-member-img.member-three {
		background-size: cover;
	}
	.team-member-img.module-two.staff-member-one {
		background-size: cover;
	}
	.team-member-img.module-two.staff-member-two {
		background-size: cover;
	}
	.team-member-img.module-two.staff-member-three {
		background-size: cover;
	}
	.team-member-img.module-two.staff-member-four {
		background-position: -2px 0px;
		background-repeat: no-repeat;
	}
	.team-member-img.module-two.staff-member-six {
		background-size: cover;
	}
	.overlay.homepage {
		background-image: -webkit-linear-gradient(178deg, transparent, hsla(0, 0%, 100%, .6) 100%, hsla(0, 0%, 100%, .75));
		background-image: linear-gradient(272deg, transparent, hsla(0, 0%, 100%, .6) 100%, hsla(0, 0%, 100%, .75));
	}
	
	.teams-modal .pop-up-modal {
		top: 50%;
	}
	
	.pop-up-modal {
		top: 15%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.team-member-bio-img {
		height: 380px;
		background-position: 0px 0px;
	}
	.team-member-bio {
		padding: 30px;
	}
	.content-wrap-p-left-right.v1 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.solution-wrap.white-bg {
		padding: 40px 40px 90px;
		height: auto;
	}
	.btn.btn-model-one.same-height-button-fixed{
	    bottom:auto;
	}
	.solution-wrap.white-bg.first {
		margin-bottom: 20px;
	}
	.solution-wrap.module-one {
		height: auto;
		padding-bottom: 40px;
	}
	.solution-wrap.module-one.grey-bg.m-bottom {
		margin-bottom: 20px;
	}
	.tab-wrapper {
		display: block;
		width: 93% !important;
		margin-right: auto;
		margin-left: auto !important;
	}
	.tab-wrapper.wrapper-p-left-right {
		padding-right: 20px;
		padding-left: 20px;
	}
	.tab-link {
		margin-bottom: 0px;
		border-bottom-style: none;
	}
	.tab-link:hover {
		padding-left: 28px;
	}
	.tab-link.last {
		border-bottom-style: solid;
	}
	.tabs-menu {
		width: 100%;
	}
	.tabs-content {
		width: 100%;
	}
	.tabs-content-inner {
		margin-top: 30px;
		padding-left: 0px;
	}
	.product-range-wrapper {
		width: 94%;
	}
	.man-dropdown-menu.module-two {
		margin-bottom: 10px;
	}
	.product-wrap.module-one {
		padding: 30px 30px 50px;
	}
	.contact-form-wrapper {
		padding: 30px;
	}
	.contact-form-wrapper.module-one {
		padding-right: 10px;
		padding-left: 10px;
		box-shadow: none;
	}
	.contact-form-wrapper.v1 {
		margin-bottom: 50px;
	}
	.thank-you-text-wrap {
		width: 100%;
	}
	.content-custom.module-one {
		min-height: auto;
	}
	.content-custom.module-three {
		height: auto;
	}
	.content-custom.module-four {
		margin-bottom: 20px;
	}
	.blog-search-wrapper {
		margin-top: 10px;
	}
	.blog-list-img.module-one.v2 {
		height: 250px;
	}
	.subscribe-wrapper {
		margin-top: 30px;
	}
	.content-divider {
		display: none;
	}
	.testimonial-wrapper {
		padding-right: 48px;
		padding-bottom: 40px;
		padding-left: 48px;
	}
	.product-wrap-content {
		margin-left: 0px;
	}
	.experts-main {
		width: 65%;
		border-bottom: 2px solid #d8d8d8;
	}
	.accordion-main-wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.form-wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	/*	.banner-text-wrap {
	left: 20px;
	}*/
	.our-experts-img {
	height: 280px;
	}
	.content-img.module-three {
	height: auto;
	}
	.container-blog {
	height: auto;
	}
	.blog-desc {
		height: auto;
	}
	.recent-news-image {
		height: 90px;
		width: 90px;
	}
	.recent-news {
		width: 70%;
	}
	.line-box {
		padding-top: 0;
		padding-bottom: 0;
	}
	.doc-panel {
		display: block;
	}
	.row-fluid .span12.product-range-wrapper{
	    width: 94%;
	}
	/* had to important this as the bg image is inline with the gradient */
	.content-section.module-bg-cta.module-one {
        background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/bg-callum-expert.jpg') !important;
        background-image: linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/bg-callum-expert.jpg') !important;
        background-position: 0px 0px, 50% 21%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }
    .content-wrap-p-left-right{
        padding-left:0;
        padding-right:0;
    }
    
    .content-column.model-twelve.search-wrap{
        margin-top:0;
    }
    .content-column .blog-offer-image img{
        width:100% !important;   
    }
    .team-member-content-wrap,
    .team-card .team-member-content-wrap {
        position: static;
        opacity: 1;
        margin: 0 0;
        padding:20px 0;
    }
    .team-member-title-wrap {
        position: static;
        transform: translate(0);
    }
    .team-member-job-description{
        margin-top:0;
    }
}

@media (max-width: 479px) {
    .team-member-bio-img{background-position: 40% 50%;}
    .about-us-img-wrap.v1{background-size: 120% !important;background-position: 85% 100% !important;}
    .about-us-img-wrap {margin-top: -150px !important;}
	.page-header {
		padding:0px 10px !important;
	}
	.header-contact-details-wrapper{width:100%;}
	.logo-wrapper.center {
		padding-left: 0px;
	}
	.content-section.module-one {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.content-section.module-one.module-bg-grey.v1 {
		padding-top: 40px;
		padding-bottom: 0px;
	}
	.content-section.module-one.module-bg-dark-grey {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.content-section.module-bg-white.module-one.v2 {
		padding-top: 20px;
		padding-bottom: 510px;
	}
	.content-section.module-bg-white.module-one.npb {
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	.content-section.banner-about-section.module-bg-grey.v1 {
		height: auto;
	}
	.row-fluid .content-section.thank-you-banner-section {
		height: auto;
		min-height: 0;
		padding-bottom: 40px;
	}
	.content-section.banner-about-section{
	    padding-bottom: 150px;
        padding-top: 140px;
	}
	.content-section.banner-home-section {
    height: 120px;
    }
    .banner-text-wrap{
        top:14%;
    }
	.content-section.blog-banner-section {
		padding-bottom: 40px;
	}
	.container.banner-container.module-one.container-blog {
		padding-bottom: 30px;
	}
	.banner-text-wrap {
		width: 100%;
	}
	.team-card.column-p-left-right-mobile.content-column.v1.w-col.w-col-3,
	.content-column.column-p-left-right-mobile.unigue-col.v1 {
		margin-top: -5px;
		margin-bottom: 20px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.team-card.column-p-left-right-mobile.content-column.v1.w-col.w-col-3{
	    margin-top:0;
	    margin-bottom:20px;
	}
	.content-column.column-p-left-right-mobile.last-col {
		margin-top: -5px;
		margin-bottom: -5px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.container-fluid .row-fluid .w-col.content-column.no-col-p-mobile.v1 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.btn.btn-model-one.v2 {
		margin-top: 10px;
		margin-left: 0px;
	}
	.btn.module-four.v1 {
		background-position: -23px 50%, 90% 50%;
	}
	.btn.btn-mar-top {
		margin-top: 10px;
	}
	.spacer.spacer-tiny.v1 {
		display: none;
	}
	.spacer.spacer-xxlarge.v1 {
		padding-top: 10px;
	}
	.recent-news-image {
		width: 55px;
		height:55px;
	}
	
	.social-wrapper {
		float: none;
	}
	.about-us-img-wrap.v2 {
		margin-top: -50px;
	}
	.about-us-img-wrap.v3 {
		margin-top: 0px;
	}
	.about-text-wrap {
		width: 100%;
	}
	.about-text-wrap.v2{
	    width:100%;
	}
	.content-img.module-five {
		width: 120px;
	}
	.content-img.partner-logos {
		float: none;
		padding: 10px 0;
	}
	
	.team-member-img.module-two {
		height: 300px;
	}
	.team-member-img.module-two.staff-member-four {
		background-position: -47px 0px;
		background-size: auto 417px;
	}
	.team-member-bio {
		padding: 20px;
	}
	.tab-wrapper {
		width: 88% !important;
	}
	.product-wrap.module-one {
		padding-right: 10px;
		padding-bottom: 30px;
		padding-left: 10px;
	}
	.content-custom.module-two {
		padding: 30px;
	}
	.testimonial-wrapper {
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}
		.banner-text-wrap h1,
		h1 {
	font-size: 2em;
	}
	.logo-block{
	    margin-bottom:0;
	}
	
	.content-img.bg-image-block{
	    background-size:contain;
	}
	
    .container-fluid .row-fluid .management-team .w-col.content-column.column-p-left-right-mobile{
    padding-left:0;
    padding-right:0;
    }
    .box.content-column.resource-block{
        margin-bottom:30px;
        
    }
        .content-custom.module-two.main-article{
        height:auto;
    }
}


   

/* =====================================
   Blog
   ===================================== */


.row-fluid [class*="span"] {
    min-height: 0;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}

.hs-blog-social-share {
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
}

.blog-search .gsc-input-box {
    box-shadow: none !important;
    background-color: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 3px !important;
    height: 61px !important;
    margin-bottom: -3px !important;
}
.blog-search td.gsib_a {
    padding: 0 0 10px 0 !important;
}
.blog-search input.gsc-input {
    background-color: transparent !important;
    height: 100% !important;
    min-height: 58px !important;
    padding-left: 5px !important;
    background-image: none !important;
    text-indent: 10px !important;
}
.blog-search .gsc-input > div > table {
    height: 100% !important;
}
.blog-search .cse input.gsc-search-button,
.blog-search input.gsc-search-button {
    background-image: none !important;
}
.blog-search .gscb_a {
    display: none !important;
}

.blog-search.search-block.w-clearfix {
    height: 61px;
    padding: 0;
    position: relative;
}
.blog-search .gsc-input-box {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 3px !important;
    height: 61px !important;
    margin-bottom: -3px !important;
}
.blog-search td.gsib_a {
    padding-bottom: 0 !important;
    padding-left: 10px !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
.blog-search input.gsc-input {
	background-color: transparent !important;
	height: 100% !important;
	left: 0 !important;
	max-width: 80% !important;
	min-height: 58px !important;
	padding-left: 5px !important;
	position: absolute !important;
	top: 0 !important;
}
.blog-search .gsc-input > div > table {
    height: 100% !important;
}
.gsc-input {
    position: absolute !important;
    width: 100% !important;
}
td.gsc-search-button {
    background-color: transparent !important;
    height: 60px !important;
    position: absolute !important;
    right: 13px !important;
    width: 0 !important;
}
.blog-search td.gsc-search-button {
    width: 60px !important;
}
.search-open td.gsc-search-button {
    width: 60px !important;
}
td.gsc-search-button > input {
    background-color: transparent !important;
    border: medium none !important;
    height: 57px !important;
    padding: 21px !important;
    width: 57px !important;
}

.blog-search button.gsc-search-button-v2 {
  background-color: transparent;
  /*background-image: url("//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/search-icon.svg") !important;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: medium none;
  height: 60px;
  margin: 0;
    padding: 15px 15px 20px !important;
}

.blog-search button.gsc-search-button-v2 svg{
    height: 30px;
    width: 30px;
}
@media(max-width: 767px){
    .blog-search.search-block.w-clearfix {
        margin-top: 10px;
    }
}
/* Blog Comments */
#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
#toggleComments {
    cursor: pointer;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.comment-date { 
    font-size: 13px;
    text-align: right;
}

.comment-from {
    font-weight: bold;
}

.comment-body {
    padding: 10px 0;
}


/* =====================================
   Reusable Template Styles
   ===================================== */

/* Hide script modules */
.row-fluid .span12.code-block,
.code-block {
    position: absolute;
    height: 0;
    width: 0;
}
/* Vertical Center alignment */
.vertical-wrap > .row-fluid-wrapper {
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
.vertical-wrap > .row-fluid-wrapper > .row-fluid {
	display: table-row;
	height: 100%;
}
.row-fluid .vertical-container {
	display: table-cell;
	float: none;
	height: 100%;
}
.container-fluid .row-fluid .w-col.footer-block {
    padding-left: 10px;
    padding-right: 10px;
}
.container-fluid .row-fluid .w-col.vertical-container {
    float: none;
}
.v-align-top{
	vertical-align: top;
}
.v-align-middle{
	vertical-align: middle;
}
.v-align-bottom{
	vertical-align: bottom;
}
.padding-box {
	padding-left: 10px;
	padding-right: 10px;
}
.padding-box-desktop {
	padding-left: 10px;
	padding-right: 10px;    
}
.float-right img {
	float: right;
	width: 100% !important;
}
/* Full width spans */
.row-fluid .span6.full-fluid-6 {
	width: 50%;
}
.row-fluid .full-fluid-4 {
	width: 34%;
}
/* Equal column height */
.equal-wrapper > .row-fluid-wrapper {
    display: table;
}
.equal-wrapper > .row-fluid-wrapper > .row-fluid {
    display: table-row;
}
.container-fluid .row-fluid .equal-container {
    display: table-cell;
    float: none;
    height: 100%;
    position: relative;
    padding: 0 10px;
}

.footer-block .submitted-message{
    color:#fff;
}

@media(max-width:767px  ){
    .vertical-wrap > .row-fluid-wrapper > .row-fluid {
        display: block;
        height: 100%;
    }
    .row-fluid .vertical-container {
        display: inline-block;
        /*float: left;*/
        height: 100%;
        width: 100%;
    }
    .padding-box-desktop {
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid .row-fluid .w-col.footer-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* ==========================================================================
   4. ==MENU NAVIGATION
   ========================================================================== */
   
/* =====================================
   Menu Base
   ===================================== */

#mainMenu {
    background-color: #fff;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1560px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 8px -2px rgba(130, 130, 130, 0.38);
    box-shadow: 0 2px 8px -2px rgba(130, 130, 130, 0.38);
}

.menu-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.invert-nav .menu-wrapper {
    color: #282c36;
    box-shadow: 0 2px 8px -2px rgba(130, 130, 130, 0.38);
    background-color: #fff;
}

.span9.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
    float: right;
    margin-left: 0;
    margin-right: 10%;
}

.nav-logo a {
    height: 30px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333333;
    float: left;
    position: relative;
    text-decoration: none;
}

.nav-logo img {
    height: auto;
    width: 150px    ;
    max-height: 100%;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.custom-menu-primary {
    -webkit-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
    transition-delay: 50ms;
}
/* =====================================
   Google Search
   ===================================== */
.header-details {
    margin-top: 9px;
    display: inline-block;
    float: left;
    width: 243px; 
}
.header-contact-details-wrapper.search-open {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}   
#searchBtn {
    cursor: pointer;
    margin-top: 9px;
}

.header-searchbar {
	color: #a0a0a0;
	-webkit-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
	display: inline-block;
	width: 300px;
	height: 50px;
	position: relative;
}
.header-searchbar.search-open {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

#searchBar.search-wrap {
	display: inline-block;
	width: 0;
	height: 40px;
	float: left;
	position: relative;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
#searchBar.search-wrap.search-open{
    width: 300px;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.fa-times-thin:before {
	content: '\00d7';
}

.search-close {
    display: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 9px;
	color: #a0a0a0;
	font-size: 14px;
	width: 20px;
	text-align: right;
	height: 100%;
}
.search-open .search-close {
	display: block;
}

#searchBar .gsc-search-box-tools .gsc-search-box .gsc-input,
#searchBar .gsc-search-box-tools .gsc-search-box #gsc-i-id1.gsc-input {
    background: transparent none repeat scroll 0 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-indent: 0 !important;
    color: #222 !important;
    height: 2em !important;
}

#searchBar .cse .gsc-search-button .gsc-search-button-v2,
#searchBar .gsc-search-button-v2 {
    height: 30px !important;
    margin-top: 2px !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}
#searchBar.search-open .cse .gsc-search-button .gsc-search-button-v2, 
#searchBar.search-open .gsc-search-button-v2 {
    height: 30px !important;
    margin-top: 4px !important;
    min-width: 13px !important;
    padding: 16px !important;
    width: 30px !important;
}

#searchBar .gsc-search-button, 
#searchBar .gsc-search-button:hover, 
#searchBar .gsc-search-button:focus {
    /*background-color: rgb(149,127,184) !important;*/
    /*background-image: none !important;*/
    border-color: transparent !important;
    border: medium none !important;
}
#searchBar form.gsc-search-box {
    margin-top: 0 !important;
    height: 100% !important;
}
#searchBar .gsc-control-cse {
    background-color: transparent !important;
    border-color: transparent !important;
    border: medium none !important;
    padding: 0 !important;
    height: 100% !important;
}
#searchBar .gsc-control-wrapper-cse {
    height: 100% !important;
}
#searchBar .gsc-input-box {
    height: 35px !important;
}

#searchBar .cse .gsc-search-button:focus,
#searchBar .gsc-search-button:focus {
    box-shadow: none !important;
}

#searchBar input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: transparent !important;
}

#searchBar .gsc-input-box {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
}

#searchBar input.gsc-input {
    background-color: transparent !important;
    border: medium none !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 4px 9px !important;
}

#searchBar .gsc-search-button {
    left: 0 !important;
    position: absolute !important;
    display: none;
}

#searchBar.search-open .gsc-search-button {
    display: block;
}

#searchBar .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-left: 0 !important;
    display: none;
}
#searchBar.search-open .gsc-search-box-tools .gsc-search-box .gsc-input {
/*     padding-left: 32px !important; */
    /*  Pat - decreased padding left to mode the "search" word closer to the icon  */
    padding-left: 12px !important;
    display: block;
}
.blog-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
} 
#searchBar .gsc-input,
#searchBar .gsc-input:hover,
#searchBar .gsc-input:focus {
    box-shadow: none !important;
}

#searchBar .gsc-search-box .gsc-input > input:hover, 
#searchBar .gsc-input-box-hover,
#searchBar .gsc-input-box-focus{
    box-shadow: none !important;
}

#searchBar .gsib_b {
    display: none !important;
}
#searchBar table.gsc-search-box {
    height: 100% !important;
}
#searchBar #___gcse_0 {
	position: absolute;
	width: 100%;
	height: 100%;
}
#searchBar .gsc-search-button-v2 {
  background-color: transparent !important;
  /*background-image: url("//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/search-icon.svg") !important;*/
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 14px !important;
  border: medium none !important;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.search-open .gsc-search-button-v2 svg {
    fill: #a0a0a0 !important;
}
#searchBar.search-open .gsc-search-button-v2 {
    padding: 10px !important;
}
/*button.gsc-search-button.gsc-search-button-v2 svg{
    display:none;
}*/

/* =====================================
   Desktop Menu                                           
   ===================================== */
   
#mainMenu.nav-down {
    padding-top: 10px;
    top: -10px;
    -webkit-transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}

#mainMenu.nav-up {
    top: -130px;
    -webkit-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

#mainMenu.nav-down .dropdown-content{
  margin-top: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #222222;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
    padding: 25px 0 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
    transition-duration: 0.3s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
     color: rgb(149,127,184);
    transition-duration: 0.3s;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: rgb(149,127,184);
/*     font-weight: 300; */
}

.custom-menu-primary ul li.hs-menu-depth-1.hs-item-has-children .fa {
    position: absolute;
    right: 7px;
    top: 28px;
}

/* Brackets Hover Effect */
/* .custom-menu-primary .hs-menu-wrapper > ul > li > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    color: rgb(149,127,184);
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    color: rgb(149,127,184);
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    color: rgb(149,127,184);
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus:after {
    color: rgb(149,127,184);
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
} */

/* Scrolling transition */
#mainMenu {
    min-height: 70px;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
}

/* Child Items */
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #282c36;
    font-weight: 400;
    transition: background-color 500ms ease 0s;
    display: block;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #ebebeb;
}

.hs-menu-children-wrapper {
  box-shadow: 6px 6px 29px 0 rgba(0, 0, 0, 0.3);
}

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

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

/* Fix menu dropping down, caused my too many items in the menu. */
@media (max-width:1200px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        margin-left:10px;
        margin-right:10px;
    }
}
/* =====================================
   Mobile Menu
   ===================================== */
   
/* Hide button on Desktop */
.mobile-trigger, 
.child-trigger{
    display: none;
}

@media (max-width: 991px){

    .scrolling .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .invert-nav .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        color: #ffffff;
    }
    #mainMenu {
        height: 120px;
        padding-top: 10px;
        top: -10px;
        transition: background-color 350ms ease 0s, color 350ms ease 0s;
        width: 100%;
    }
    .menu-container.page-center {
        padding-left: 10px;
    }
    .span9.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding-top: 63px;
        overflow-y: scroll;
    }
    .row-fluid .span2.static-span{
        width: 14.8936%;
        float: left;
    }
    .row-fluid .span10.static-span {
        width: 82.9787%;
        float: left;
    }
    .span12.widget-span.widget-type-cell.page-header {
        height: auto;
        min-height: 40px;
    }
    .mobile-open .custom-menu-primary {
        min-height: 1000px;
    }
    .span1.search-section {
        display: none;
        position: absolute;
        right: 22px;
        transition: all 350ms ease-in 0s;
        width: 8%;
    }
    .custom-menu-primary ul li.hs-menu-depth-1.hs-item-has-children .fa-angle-down {
        display: none;
    }
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a{
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none; 
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;  
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        background-color: #121212;
        color: #ffffff;
        padding: 0 10px;
        text-align: center;
        font-size: 16px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 0 10px;
        background-color: #ffffff;
        font-size: 16px;
        max-width: none;
        overflow: visible;
        text-align: center;
        width: auto;
        text-indent: 0;
    }
    /* Toggle Button */
    .mobile-trigger {
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 64px;
        line-height: normal !important;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 0;
        text-indent: -9999px;
        transition: visibility 0s linear 0s, opacity 400ms ease, transform 400ms ease;
        width: 46px;
        top: -20px;
        z-index: 1;
    }
    .mobile-trigger:hover {
        cursor: pointer;
    }
    .mobile-trigger i {
        background-color: #373737;  
        border-radius: 0;
        display: block;
        height: 3px;
        left: 11px;
        position: absolute;
        right: 11px;
        top: 30px;
        -ms-transform-origin: center center 0;
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0;
        -ms-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }      
    .mobile-trigger i:after, 
    .mobile-trigger i:before {
        background-color: #373737;
        border-radius: 6px;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        -ms-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        width: 100%;
    }
    .mobile-trigger i:before {
        -ms-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    .mobile-trigger i:after {
        bottom: 0;
        -ms-transform: translateY(6px);
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    /* Change button when menu is open */
    body.mobile-open {
        overflow: hidden;
    }
    .mobile-open .mobile-trigger{    
        background-color: #121212;
        transition: all 0.2s ease;
    }
    .mobile-open .scrolling .mobile-trigger i, 
    .mobile-open .scrolling .mobile-trigger i:before, 
    .mobile-open .scrolling .mobile-trigger i:after,
    .mobile-open .mobile-trigger i, 
    .mobile-open .mobile-trigger i:before, 
    .mobile-open .mobile-trigger i:after,
    .mobile-open .invert-nav .mobile-trigger i, 
    .mobile-open .invert-nav .mobile-trigger i:before, 
    .mobile-open .invert-nav .mobile-trigger i:after{
        background-color: rgb(149,127,184);
    }
    .scrolling .mobile-trigger i, 
    .scrolling .mobile-trigger i:before, 
    .scrolling .mobile-trigger i:after,
    .invert-nav .mobile-trigger i, 
    .invert-nav .mobile-trigger i:before, 
    .invert-nav .mobile-trigger i:after{
        background-color: rgb(149,127,184);
    }
    .mobile-open .mobile-trigger i:before {
        transform: translate(-500%) rotate(-135deg);
    }
    .mobile-open .mobile-trigger i {
        transform: translateX(500%);
    }
    .mobile-open .mobile-trigger i:after {
        transform: translate(-500%) rotate(135deg);
    }
    /* Child Toggle Button */
    .child-trigger{
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border-left: 1px solid #313643;
    }
    .child-trigger:hover{
        text-decoration: none;
    }
    .child-trigger i{
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .child-trigger i:after{
        position: absolute;
        content: '';
    }
    .child-trigger i, 
    .child-trigger i:after{
        width: 10px;
        height: 1px;
        background-color: #fff;
        display: block;
    }
    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .custom-menu-primary.js-enabled{
        position: relative;
        padding-top: 44px;
        margin: 10px 0 10px 0;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }
    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: fixed;
        top: 104px;
        left: 0;
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    .header-container .hs_cos_wrapper_type_logo a img {
        min-width: 120px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
        font-size: 16px;
        line-height: 44px;
        overflow: visible;
    }
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{
        border-top: 1px solid #121212;
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
        padding: 0 10px;
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color: #fff;
    }
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-indent: 10px; /* Indent Child lists */
        font-size: 16px; /* Font size of child lists */
        color: #282c36;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        color: #282c36;
    }
    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 30px; /* Indent Child lists */
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 50px; /* Indent Child lists */
    }
}
@media (max-width: 767px){
    .menu-container.page-center {
        padding-left: 20px;
    }
}
@media (max-width: 479px){
    .mobile-open .span9.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
      height: 450px;
      overflow: scroll;
    }
    #searchBar.search-wrap.search-open {
        max-width: 110px;
    }
}
@media (max-width: 360px){
    #searchBar.search-wrap.search-open {
        max-width: 120px;
    }
}

/* ==========================================================================
   5. ==FORMS
   ========================================================================== */
   
   
/* =====================================
   Default Form Styling
   ===================================== */

body .hs-form-field > label {
    color: #999;
    font-size: 14px;
    font-weight: 300;

}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body textarea,
body select {
    padding: 8px 12px;
    width: 100%;
    font-family: Roboto,sans-serif;
    background-color: transparent;
    font-size: 14px;
    height: 50px;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    display: block;
    font-family: Montserrat,sans-serif;
    font-weight: 300;
    margin-bottom: 13px;
    width: 100%;
}
body input[type="file"] {
	margin-bottom: 17px;
	height: 50px;
	font-family: Montserrat,sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.hs-form-field {
    position: relative;
}

/* Upload CV button */
.hs_upload_cv.hs-form-field input {
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 0.1px;
	z-index: -1;
}
.hs_upload_cv.hs-form-field > label {
	border: 2px solid rgb(149,127,184);
	border-radius: 3px;
	color: rgb(149,127,184);
	cursor: pointer;
	display: block;
/* 	height: 50px; */
	padding: 5px;
	position: relative;
	text-align: center;
	width: 150px;
	line-height: 33px;
	float: left;
	font-size: 16px;
    text-transform: uppercase;
/*  Pat - changed the height to auto so that german text can fit  */
/*     height: 54px; */
  height: auto;
    padding-top: 8px;
    -webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-right:15px;
}
.hs_upload_cv.hs-form-field > label:hover {
    background-color: #d31920;
    border-color: #d31920;
    box-shadow: 7px 8px 27px -4px rgba(0, 0, 0, .3);
    color: #fff;
    -webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
body .cv-form input[type="submit"] {
    float: right;
    border-color: transparent;
    background-color: rgb(149,127,184);
    color: #fff;
}

body .cv-form input[type="submit"]:hover {
    background-color: #d31920;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: rgb(149,127,184);
    outline: 0 none;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    height: auto;
    min-height: 100px;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}


/* Submit button */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: Roboto,sans-serif;
    /* text-decoration: none !important; */
    border-radius: 3px;
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    clear: right;
    color: rgb(149,127,184);
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    padding: 16.5px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease;
    outline: 0 none;
    border: 2px solid rgb(149,127,184);
    font-weight: 400;
    -webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
body input[type="submit"]:hover {
	background-color: rgb(149,127,184);
	border-color: rgb(149,127,184);
	box-shadow: 7px 8px 27px -4px rgba(0, 0, 0, .3);
	color: #fff;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

body .footer-block .hs-button.primary,
body .footer-block input[type="submit"]{
    color:#fff;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #999;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #999;
   opacity: 1;
}
:-ms-input-placeholder { /* IE10 */
   color: #999;
   opacity: 1;
}

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

.hs-error-msgs {
  font-size: 14px;
  font-weight: 300;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.hs-error-msgs li{
    list-style-type: none;
}

/* =====================================
   Subscription Form
   ===================================== */

#hs_form_target_blog_subscription input[type="radio"], 
#hs_form_target_blog_subscription input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.footer-subscribe input {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;    
}

body .footer-subscribe input {
    
  
    border: 1px solid transparent;
    color: #fff;
    border-radius: 3px;
    display: block;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    height: 38px;
    line-height: 1.42857;
  color: #fff;
}

body .footer-subscribe input:focus {
    
    outline: 0 none;
    transition: all 150ms ease-in;
   border-bottom: 1px solid rgb(149,127,184);
}

body .footer-subscribe input[type="text"],body .footer-subscribe input[type="email"] {
    background-color: #423e58;
    border: 2px solid #423e58;
}

body .footer-subscribe input[type="submit"] {
    
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    padding-bottom: 27px;
    padding-top: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: rgb(149,127,184);
    border: 2px solid rgb(149,127,184);
}

body .footer-subscribe input[type="submit"]:hover {
    background-color: rgb(100,81,130);
    border-color: rgb(100,81,130);
    box-shadow: 8px 8px 27px -4px rgba(0, 0, 0, .2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

body .footer-subscribe .hs-form-field > label {
    display: none;
}

/* =====================================
   Multi Column Form
   ===================================== */

body form.hs-form fieldset { 
    max-width: none;
}

body form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
}

body form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}

body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}
/* =====================================
   Blog subscribe
   ===================================== */

.widget-type-blog_subscribe input[type="submit"] {
    border-radius: 0 3px 3px 0;
    border-style: solid none;
    border-width: 0;
    background-color: rgb(149,127,184);
    color: #fff;
}

.widget-type-blog_subscribe input[type="submit"]:hover {
    border-color: rgb(149,127,184);
}

.widget-type-blog_subscribe .hs_submit {
  position: absolute;
  right: 0;
  top: 0;
}
.widget-type-blog_subscribe form {
  position: relative;
}
.widget-type-blog_subscribe label > span {
	display: none
}

.widget-type-blog_subscribe input[type="email"] {
  padding-right: 130px;
}

/* =====================================
   Contact Us Form
   ===================================== */
   
body .contact-us-form input,
body .contact-us-form textarea,
body .comments-section input,
body .comments-section textarea{
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
}

/* =====================================
   Comments Form
   ===================================== */

body .comments-section input[type="submit"] {
    margin-top: 10px;
}

#comments-listing {
    border-bottom: medium none;
}
.inputs-list label {
    color: rgb(149,127,184);
    font-size: 14px;
    font-weight: 300;
}
.recaptcha_theme_blackglass #recaptcha_response_field,
.recaptcha_theme_white #recaptcha_response_field {
    border: medium none !important;
}
body .comments-sectiono-comments__styling-block label {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 991px){
    .blog-subscribe input.hs-button.primary.large{
        font-size:14px;
        padding:16.5px 20px;
    }
}

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

/* ==========================================================================
   5. ==CUSTOM CLASSES
   ========================================================================== */

#solutions.content-section.module-bg-white.module-one.v2{
    padding-bottom: 80px;
}

.w-col.content-column.same-height-cell.same-height-cell-middle {
    vertical-align: middle;
}

.w-col.content-column.same-height-cell, .same-height-buttons {
    display: table-cell;
    vertical-align: top;
    float: none;
}

.container-fluid .row-fluid .w-container .w-col.no-padding-sides-left{
    padding-left:0;
    
}

.container-fluid .row-fluid .w-container .w-col.no-padding-sides-right{
    padding-right:0;
}

.container-fluid .careers-life .row-fluid .container.w-container .content-column.w-row{
    padding-left:0;
    padding-right:0;
}

.container-fluid .careers-life  .row-fluid .w-col.content-column.column-p-left-right-mobile{
    padding-left:10px;
    padding-right:10px;
}

.blog-offer-wrapper .content-wrap-p-left-right.v1{
    padding-left:0;
    padding-right:0;
}





@keyframes bounce{
	5% {transform:translateY(0px);}
	10% {transform:translateY(-10px);}
	15% {transform:translateY(0px);}
	20% {transform:translateY(-10px);}
	25% {transform:translateY(0px);}
	100% {transform:translateY(0px);}
}

.arrow-icon-wrap{
    animation: bounce 7s linear 5s infinite;
}
/* ==========================================================================
   6. ==CUSTOM MEDIA QUERIES
   ========================================================================== */
   
   @media(max-width:991px){
       .line-box{
            padding-left: 10px;
            padding-right: 10px;
        }
         #solutions.content-section.module-bg-white.module-one.v2{
           padding-bottom:60px;
       }
   }
   
   @media(max-width:767px){
       #solutions.content-section.module-bg-white.module-one.v2{
           padding-bottom:30px;
       }
       
       .cta-image-machine-vision .img-centered img,.cta-image-machine-vision img{
           display:none;
       }
       
       .cv-form{padding:0 15px !important;}
       
       .container-fluid .w-col.content-column.same-height-cell, .same-height-buttons{
           float:left;
       }
       .container-fluid .row-fluid .w-container .w-col.no-padding-sides-left{
           padding-left:20px;
       }
       
       .container-fluid .row-fluid .w-container .w-col.no-padding-sides-right{
           padding-right:20px;
       }
       
       .bg-wrapper img{
       width:100% !important;
           
       }
       .border .content-column.module-two.v4{
    border-bottom:none !important;
        }
        .border .w-col.content-column.module-two{
   border-bottom: 1px solid #e9e9e9;
}
   }
   
   @media(max-width:479px){
       .bg-wrapper .content-img.bg-image-block{
           height:250px;
       }
   }
   
   /* =====================================
   Pillar Page  
   ===================================== */   
.pillar-page-section {
  padding: 4%;
}

.pillar-text-wrapper h1{
    font-size: 3.2em;
}

.pillar-page-section.pillar-hero {
  padding-top: 15%;
  padding-bottom: 15%;
  background-color: #ececec;
  background-image: url("https://www.clearview-imaging.com/hubfs/Pillar%20Page%20Banner-1.jpg");
  background-position: 100% 52%;
  background-repeat: no-repeat;
}

.pillar-page-section.pillar-hero-2 {
  padding-top: 15%;
  padding-bottom: 15%;
  background-color: #ececec;
  background-image: url("//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/Pillar%20Page/flir-firefly-deep-learning.png");
  background-position: 100% 52%;
  background-repeat: no-repeat;
}

.pillar-page-section.pillar-hero.pillar-hero--bottom {
  padding-top: 12%;
  padding-bottom: 12%;
  background-image: url("//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/Pillar%20Page/bg-machine-vision-min.png");
  background-position: 0px 50%;
  background-size: 700px;
}



.pillar-page-section.machine-vision-section {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #fff;
  background-image: url("//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/Pillar%20Page/Circle.svg");
  background-position: -463px 50%;
  background-size: 890px;
  background-repeat: no-repeat;
}

.pillar-page-section.pillar-app-section {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #ececec;
  background-image: url("https://www.clearview-imaging.com/hubfs/Pillar%20Page%20Image.png");
  background-position: 100% 158px;
  background-repeat: no-repeat;
}

.pillar-page-section.pillar-app-section-2 {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #ececec;
  background-image: url("//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/Pillar%20Page/flir-firefly-dl.png");
  background-position: 100% 58px;
  background-repeat: no-repeat;
}

.pillar-page-section.cta-section {
  position: relative;
  padding-top: 6%;
  padding-bottom: 8%;
  background-color: #f5f5f5;
}

.pillar-page-section.cta-section.v1 {
  margin-top: -100px;
}

.pillar-page-section.plan-section {
  padding-top: 8%;
  padding-bottom: 5%;
}

.pillar-page-section.plan-section.v1 {
  margin-top: -139px;
  padding-top: 0%;
}

.pillar-page-section.tradition-section {
  padding-top: 0%;
  background-image: url("//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/Pillar%20Page/Circle.svg");
  background-position: 192% 71%;
  background-size: 1024px;
  background-repeat: no-repeat;
}

.pillar-page-section.portfolio-section {
  padding: 0%;
}

.pillar-page-section.cost-calculator-section {
  padding-top: 8%;
  padding-bottom: 8%;
}

.pillar-page-section.challenge-section {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #fff;
  background-image: url("//3780277.fs1.hubspotusercontent-na1.net/hubfs/3780277/Website%20Assets/images/Pillar%20Page/Circle.svg");
  background-position: 170% 50%;
  background-size: 890px;
  background-repeat: no-repeat;
}

.pillar-text-wrapper {
  position: relative;
  z-index: 999;
  width: 81%;
}

.pillar-text-wrapper.v1 {
  margin-top: -70px;
}

.pillar-text-wrapper.v2 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}



.pillar-text-wrapper.full {
  width: 100%;
}

.pillar-text-wrapper.v3 {
  margin-left: 50px;
}

.pillar-content-coulmn {
  -webkit-perspective: 3000px;
  perspective: 3000px;
}

.pillar-content-coulmn.pillar-no-p-top {
  padding-top: 0px;
}

.pillar-content-coulmn.ntp {
  padding-top: 0px;
}

.pillar-content-coulmn.left {
  text-align: left;
}

.pillar-content-coulmn.model-eleven {
  padding: 0px 15px;
  background-color: transparent;
}

.pillar-content-coulmn.model-eleven.v2 {
  padding-right: 25px;
  padding-left: 25px;
}

.pillar-content-coulmn.model-thirty {
  min-height: 200px;
  text-align: center;
}

.pillar-content-coulmn.model-thirty.v1 {
  border-right: 1px solid #e4e4e4;
}

.pillar-content-coulmn.model-fifteen {
  padding-right: 20px;
  padding-left: 20px;
}

.pillar-content-coulmn.model-fifteen.v1 {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.pillar-highlight-text {
  text-transform: uppercase;
}

.pillar-sub {
  margin-bottom: 50px;
  color: #636365;
  font-size: 18px;
  line-height: 30px;
}

.pillar-sub.redesign-text {
  margin-top: 18px;
  margin-bottom: 0px;
}

.pillar-heading {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #36353b;
  font-size: 40px;
  line-height: 55px;
}

.pillar-heading.ntm {
  margin-top: 0px;
}

.pillar-heading.v1 {
  margin-top: 50px;
  font-size: 30px;
  line-height: 40px;
}

.pillar-img.redesign-icons {
  width: 60px;
}

.pillar-body-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #36353b;
  font-size: 20px;
  line-height: 28px;
  text-transform: none;
}

.pillar-subhead-colour {
  display: inline-block;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #36353b;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.pillar-p-link {
  color: #ffa05a;
  text-decoration: underline;
}

.pillar-p-link:hover {
  text-decoration: none;
}

.pillar-p-link.green {
  color: #b2d46a;
}

.pillar-p {
  color: #636365;
  line-height: 24px;
}

.pillar-p.heading {
  color: #373737;
  font-size: 20px;
}

.btn-model-six.tab-next.pillar-red-btn {
  margin-right: 0px;
  border-radius: 100px;
  background-color: #eb6468;
}

.btn-model-six.tab-next.pillar-red-btn:hover {
  background-color: #d14347;
}

.btn-model-six.tab-prev {
  float: right;
}

.btn-model-six.tab-prev.pillar-red-btn {
  border-radius: 100px;
  background-color: #eb6468;
}

.btn-model-six.tab-prev.pillar-red-btn:hover {
  background-color: #d14347;
}

.btn-model-six.pillar-blue-btn {
  border-radius: 100px;
  background-color: #4fc0ee;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.btn-model-six.pillar-blue-btn:hover {
  background-color: #33a0cc;
  box-shadow: 9px 9px 50px 0 rgba(0, 0, 0, .2);
}

.pillar-machine-subhead {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.pillar-machine-subhead.ntm {
  margin-top: 0px;
}

.pillar-pull-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 64px;
  background-image: url("https://www.clearview-imaging.com/hubfs/quotes.svg");
  background-position: 0px 0px;
  background-size: 45px;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #373737;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  text-transform: none;
}

.pillar-identify-block {
  margin-top: 15px;
  padding: 30px 30px 20px;
  background-color: #e2e2e2;
  color: #636365;
}

.content-list-item.module-one.v5 {
    background-position: 0px 11px;
    font-size: 14px;
    line-height: 24px;
}

.machine-list-heading {
    font-size: 18px;
    font-weight: 500;
}

.pillar-text-wrapper.v4 {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: 0;
      margin-top: 20px;
}

@media screen and (max-width: 1366px){
  .pillar-page-section.pillar-hero {
    background-position: 120% 80%;
  }
    .pillar-page-section.pillar-hero-2 {
    background-position: 120% 80%;
  }
  .pillar-page-section.pillar-app-section {
    background-position: 120% 158px;
   }
  .pillar-page-section.pillar-app-section-2 {
    background-position: 120% 158px;
   }
}

@media screen and (max-width: 1199px) {
.pillar-page-section.pillar-hero {
    background-position: 160% 56%;
  }
  .pillar-page-section.pillar-hero-2 {
    background-position: 160% 56%;
  }
  .pillar-page-section.pillar-hero.pillar-hero--bottom {
    background-size: 600px;
  }
  .pillar-page-section.pillar-app-section {
    background-position: 140% 88px;
  }
  .pillar-page-section.pillar-app-section-2 {
    background-position: 140% 88px;
  }
  .pillar-text-wrapper.v4 {
  width: 70%;
    }
}

@media screen and (max-width: 1199px) {
      .pillar-text-wrapper.v4 {
  width: 55%;
    }
}

@media screen and (max-width: 1024px) {
  .pillar-text-wrapper h1 {
    font-size; 2.5em !important;
  }
  .pillar-page-section.pillar-hero {
    background-position: 254% 56%;
  }
    .pillar-page-section.pillar-hero-2 {
    background-position: 254% 56%;
  }
  .pillar-page-section.pillar-hero.pillar-hero--bottom {
    background-position: -28% 50%;
  }
    .pillar-page-section.pillar-app-section {
        background-position: 660px 13%;
    }
      .pillar-page-section.pillar-app-section-2 {
        background-position: 660px 13%;
    }
      .pillar-text-wrapper.v4 {
  width: 60%;
    }
}

@media (max-width: 991px) {
  .pillar-page-section.pillar-hero {
    padding-top: 15%;
    padding-bottom: 15%;
    background-position: 170% 56%;
    background-size: 698px;
    margin-top: 30px;
  }
    .pillar-page-section.pillar-hero-2 {
    padding-top: 15%;
    padding-bottom: 15%;
    background-position: 170% 56%;
    background-size: 698px;
    margin-top: 30px;
  }
  .pillar-page-section.pillar-hero.pillar-hero--bottom {
    background-position: -206px 50%;
    background-size: 600px;
    margin-top:0;
  }
  .pillar-page-section.machine-vision-section {
    padding-top: 6%;
  }
  .pillar-page-section.pillar-app-section {
    padding-top: 9%;
    padding-bottom: 9%;
  }
    .pillar-page-section.pillar-app-section-2 {
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .pillar-page-section.plan-section {
    padding-top: 13%;
  }
  .pillar-page-section.plan-section.v1 {
    margin-top: 0px;
    padding-top: 8%;
  }
  .pillar-text-wrapper {
    width: 100%;
  }
  .pillar-text-wrapper.v1 {
    display: block;
    width: 81%;
    margin-top: -95px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .pillar-text-wrapper.v2 {
    width: 65%;
    text-align: center;
  }
    .pillar-text-wrapper.v4 {
    width: 80%;
    text-align: left;
  }
  .pillar-text-wrapper.v3 {
    margin-left: 0px;
  }
  .pillar-content-coulmn.model-eleven.v2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pillar-content-coulmn.model-fifteen.v1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pillar-sub.redesign-text {
    margin-top: -10px;
  }
  .pillar-heading.v1 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .pillar-img.redesign-icons {
    width: 40px;
  }
  .accordion-wrapper {
	min-height:110px;
}
}

@media screen and (max-width: 860px) {
    .pillar-page-section.pillar-app-section {
        background-position: 550px 13%;
    }
      .pillar-page-section.pillar-app-section-2 {
        background-position: 550px 13%;
    }
            .pillar-text-wrapper.v4 {
    width: 60%;
    text-align: left;
  }
  


}

@media screen and (max-width: 700px) {
    .pillar-text-wrapper.v4 {
    width: 40%;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .pillar-page-section.pillar-hero {
    background-position: 150% 56%;
    background-size: 650px;
    padding-top: 18%;
    padding-bottom: 10%;
  }
    .pillar-page-section.pillar-hero-2 {
    background-position: 150% 56%;
    background-size: 650px;
    padding-top: 18%;
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 768px) {
  .pillar-page-section.pillar-hero {
    background-position: 324% 56%;
    background-size: 650px;
    padding-top: 18%;
    padding-bottom: 10%;
  }
    .pillar-page-section.pillar-hero-2 {
    background-position: 324% 56%;
    background-size: 650px;
    padding-top: 18%;
    padding-bottom: 10%;
  }
  .pillar-page-section.pillar-hero.pillar-hero--bottom {
    background-position: -63% 50%;
    background-size: 520px;
  }

}

@media screen and (max-width: 767px) {
  .pillar-page-section.pillar-hero {
    padding-top: 36%;
    padding-bottom: 0%;
  }
    .pillar-page-section.pillar-hero-2 {
    padding-top: 36%;
    padding-bottom: 0%;
  }
  .pillar-page-section.pillar-hero.pillar-hero--bottom {
    padding-top: 0%;
    padding-bottom: 8%;
  }
    .content-spacer.model-one.v4 {
    height: 10px;
}
  .content-spacer.model-one.v3 {
    height: 20px;
}
.content-spacer.model-one.v2 {
    height: 30px;
}
}

@media (max-width: 767px) {
  .pillar-page-section.pillar-hero {
    padding-top: 20%;
    padding-bottom: 0%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
    .pillar-page-section.pillar-hero-2 {
    padding-top: 20%;
    padding-bottom: 0%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .pillar-page-section.pillar-hero.pillar-hero--bottom {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .pillar-page-section.machine-vision-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .pillar-page-section.pillar-app-section {
    padding-top: 8%;
    padding-bottom: 8%;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
  }
    .pillar-page-section.pillar-app-section-2 {
    padding-top: 8%;
    padding-bottom: 8%;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
  }
  .pillar-page-section.cta-section {
    padding-bottom: 6%;
  }
  .pillar-page-section.cta-section.v1 {
    margin-top: 0px;
  }
  .pillar-page-section.plan-section {
    padding-top: 5%;
    padding-bottom: 0%;
  }
  .pillar-page-section.plan-section.v1 {
    margin-top: 0px;
    padding-top: 0%;
    padding-bottom: 5%;
  }
  .pillar-page-section.tradition-section {
    padding-bottom: 0%;
  }
  .pillar-page-section.benefits-section {
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
  }
  .pillar-page-section.challenge-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .pillar-text-wrapper.v1 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .pillar-text-wrapper.v2 {
    width: 100%;
  }
    .pillar-text-wrapper.v4 {
    width: 100%;
  }
  .pillar-content-coulmn.model-eleven {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pillar-content-coulmn.model-thirty.v1 {
    border-right-color: transparent;
  }
  .pillar-content-coulmn.model-fifteen.v1 {
    margin-top: 20px;
  }
  .pillar-subhead-colour {
    margin-left: 10px;
  }
  .pillar-arrow-down {
    bottom: -50px;
    margin-bottom: 30px;
  }
  .pillar-page-section .w-list-unstyled {
		margin: 0;
    }
}

@media (max-width: 479px) {
    .pillar-page-section.pillar-hero {
  padding-top: 35%;
  margin-top: 0px;
    }
      .pillar-page-section.pillar-hero-2 {
  padding-top: 35%;
  margin-top: 0px;
    }
  .pillar-page-section.cta-section.v1 {
    margin-top: 0px;
  }
  .pillar-page-section.plan-section {
    padding-top: 8%;
  }
  .pillar-page-section.plan-section.v1 {
    padding-bottom: 8%;
  }
  .pillar-page-section.benefits-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .pillar-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .btn-model-six.tab-next.pillar-red-btn {
    margin-right: 0px;
    padding: 5px 20px;
  }
  .btn-model-six.tab-prev.pillar-red-btn {
    margin-right: 10px;
    padding: 5px 20px;
  }
}

/*** Auto column HubSpot version ****/
body .u-same-height__row > .row-fluid-wrapper{
    display: table;
}
body .u-same-height__row > .row-fluid-wrapper > .row-fluid { 
    display: table-row;
}
body .u-same-height__row > .row-fluid-wrapper > .row-fluid:before,
body .u-same-height__row > .row-fluid-wrapper > .row-fluid:after {
    display: none;
}
body .u-same-height__cell.widget-span {
    display: table-cell; 
    float: none;
    vertical-align: top;
    
}
@media(max-width: 767px) {
    body .u-same-height__row > .row-fluid-wrapper,
    body .u-same-height__row > .row-fluid-wrapper > .row-fluid,
    body .u-same-height__cell.widget-span {
        display: block
    }
}   
   
   /* =====================================
   Terms and Conditions  
   ===================================== */
.tsandcs h3{margin-top:30px;}


   /* =====================================
   Language Flags and Tooltips  
   ===================================== */
.lang-flag  {
    max-width: 26px;
/*     float: left; */
    margin: -3px 7px;
}

.dropdown .tooltip .lang-flag {
  width: 100%; 
}

.dropdown .german-flag {
  padding-top: 5px; 
}

.dropdown-content .lang-flag {
  display: block;
  margin: auto;
  float: none; 
}

.dropdown-content .lang-flag.spanish-flag {
  display: block;
  margin: auto;
  float: none; 
}

.dropdown-content .lang-flag.french-flag {
  display: block;
  margin: auto;
  float: none !important;
  padding-top: 5px; 
}

@media (max-width:991px) {
  .language .dropdown-content {
    top: 40px;
  }
}

.language .dropdown .lang-flag.spanish-flag {
  margin: -3px 7px; 
}

.language .dropdown .lang-flag.french-flag {
/*   margin: -3px 7px;  */
}

.dropdown-content .tooltip .tooltiptext {
  top: inherit;
  margin-left: 0px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #efefef;
    color: #666;
    text-align: left;
    border-radius: 0px;
    padding: 5px 10px;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    font-size: 10px;
    top: 30px;
    margin-left: -34px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* Blog Text Stlying */

.blog-post-content a { 
    color: #282c36;
    text-decoration: none;
}

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
    margin-top:20px;
  margin-bottom:10px
}


.blog-post-content p {
    padding-bottom:20px;
}
.blog-post-content ul, .blog-post-content ul li, .blog-post-content li{
color:#747474;
}

/* ----- Blog Pagination for Page 0 and -1 ----- */
.pagination .hide {
  display: none !important;
}


/* Video page */

.video-container {
 height: 162px; 
}

.video-container iframe {
 width: auto;
    height: auto;
    max-width: 277px;
}

.video-block {
 margin-bottom: 20px; 
}