/* @import url('http://example.com/example_style.css'); */
@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');
@import url('https://3420909.fs1.hubspotusercontent-na1.net/hubfs/3420909/Varoma%202017/fonts/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

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



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.xl-page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.tab-page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.med-page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 







/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
   -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */
.container-fluid .row-fluid .xl-page-center {
  float: none;
  max-width: 1580px;
  padding: 50px 15px;
  margin: 0 auto;
}

.container-fluid .row-fluid .tab-page-center {
  float: none;
  max-width: 1290px;
  padding: 0 15px;
  margin: 0 auto;
}

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

.container-fluid .row-fluid .med-page-center {
  float: none;
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
}

a { color: gray; }
a:hover, a:focus { color: inherit; }

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

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

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

.searchresults input.hs-search-field__input {
	padding: 20px;
}


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


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

@font-face {
  font-family: 'FontAwesome';
  src:  url('https://3420909.fs1.hubspotusercontent-na1.net/hubfs/3420909/Varoma%202017/fonts/fontawesome-webfont.eot?v=4.7.0');
  src:  url('https://3420909.fs1.hubspotusercontent-na1.net/hubfs/3420909/Varoma%202017/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), 
        url('https://3420909.fs1.hubspotusercontent-na1.net/hubfs/3420909/Varoma%202017/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
        url('https://3420909.fs1.hubspotusercontent-na1.net/hubfs/3420909/Varoma%202017/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
        url('https://3420909.fs1.hubspotusercontent-na1.net/hubfs/3420909/Varoma%202017/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
        url('https://3420909.fs1.hubspotusercontent-na1.net/hubfs/3420909/Varoma%202017/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-display: auto;
  font-weight: normal;
  font-style: normal;
}


/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {}
.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}




/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */



/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {}
.footer-container {}








/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

    #nav-icon1 {position: fixed; top:-140px;  
  -webkit-transition: 400ms all ease;
  -moz-transition: 400ms all ease;
  -o-transition: 400ms all ease;
  -ms-transition: 400ms all ease;
  transition: 400ms all ease;
; }



/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#d3ad71;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#d3ad71;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 190px;
    background-color: rgba(105, 105, 105, 1);/*background-color: rgba(255, 255, 255, 0.5);*/
    margin: 2px 0;
    padding: 8px 12px;
    border: 2px solid transparent;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    color: #ffffff;
        background-color: rgba(65,65,65,0.95);/*background-color: rgba(255, 255, 255, 0.2);*/
}

/* Override max width on menu links 
.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;
}*/

.v-logos > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.v-logos{
  padding: 14px 0;
}
.v-logos .image{
  text-align: center;
}
.client-logo-slider .slick-slide{
  filter: none;
}



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

@media screen and (min-width:991px) {
.top-section.scrolled .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    top: 41px;
}
.top-section.scrolled .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    background-color: rgba(0, 0, 0, 1);/*background-color: rgba(0, 0, 0, 0.9);*/
}
.top-section.scrolled .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    background-color: rgba(0, 0, 0, .85);/*background-color: rgba(0, 0, 0, 0.7);*/
}
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 991px){
.row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="ctas"] {display: block;border: 1px solid transparent;background-color: #584591;color: #FFF;}
.row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="ctas"]:hover {border: 1px solid #584591;background-color: #FFF;color: #584591;}

/*Latest Changes*/
.navigation .span2.widget-span.widget-type-rich_text.menu-cta.widthauto.p40-0.text-center {float: none;margin-right: 0;}
.navigation #cta_button_3420909_d2163105-66c6-4b72-af40-29d1ee6c24b2 {text-shadow: none!important;}

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .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;
    color:#584591;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -12px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#d3ad71;
    background-color: #FFFFFF; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#d3ad71;
    background-color: #FFFFFF; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #584591; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #d3ad71; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 18px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px solid #d3ad71;
  }
  .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; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#d3ad71; /* Icon color */
    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);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 0; /* Makes room for button */
       margin: 0;
   }

  /* Hide menu on mobile */
  .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;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: -5px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#FFFFFF; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#584591; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#d3ad71; /* link hover color set by global mobile-aColorHover variable */
  }

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

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








/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





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


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.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;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

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

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.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; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}



/* ==========================================================================
   Forms
   ========================================================================== */

/* Gold Form (For Review) */

@media (min-width: 490px) {
  
  .dark-fullwidth-cta.number-two .hs-cta-wrapper .hs-cta-node a#cta_button_3420909_e9fd72d2-fa28-4a91-8ad2-4389c6f43fc8 {
    width: 20%;
    padding-top: 5px;
  }
  
  .gold_form form{
    position: relative;
  }
  .gold_form .hs_submit{
    position: absolute;
  }
  .gold_form .hs_email{
    width: 58%;
  }
  .gold_form .hs_submit{
    width: 40%;
    top: 18px;
    right: 0;
    padding-top: 5px;
  }
  
  .gold_form .hs_cos_wrapper_type_form .hs-button.primary.large{
    margin-left: 2%;
    float: right;
  }
  
  .gold_form.two form{
    position: relative;
  }
  .gold_form.two .hs_submit{
    position: absolute;
  }
  .gold_form.two .hs_email{
    width: 58%;
  }
  .gold_form.two .hs_submit{
    width: 40%;
    top: 18px;
    right: 0;
    padding-top: 5px;
  }
  .gold_form.two .hs_cos_wrapper_type_form .hs-button.primary.large{
    margin-left: 2%;
    float: right;
  }
}

@media screen and (max-width: 569px) {
  body {font-size: 14px;}
  #bgVideo{ 
      height: 100%;
      background-position: 28%;
      background-size: cover;
    }
  body .var-hero .hs-cta-wrapper a.cta_button.cta-red-clear,
  body .var-hero .hs-cta-wrapper a.cta_button.gold-bg{
    font-size: 12px !important;
    padding: 9px 23px !important;
  }
  .hero-bg-container {
    top: 37% !important; 
  }
  /*.header-23-sub-mp{
     height: 57vh;
  }*/
  h2, .hero-unit .center-text h1 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  h3{font-size: 22px !important;}
  h4{font-size: 20px !important;}
  .var-hero .hs-cta-wrapper a.cta_button.cta-red-clear{
    margin-bottom: 8px !important;
  }
  .widget-type-logo img{
    width: 60px !important;
  }
  .header-top-nav {
    padding: 10px 20px 20px !important;
  }
  #nav-icon1 {
    top: 70px;
  }
  .row-fluid .slick-slider button{top: 35% !important;}
}

@media (max-width: 490px) {
 
  .gold_form .hs_submit{
    width: 100%;
  }

}

body form.hs-form ul.hs-error-msgs{
    list-style-type: none !important;
}

.dark-fullwidth-cta .row-fluid .pt50.gold_form{
    padding-top: 0px;
}
body.interior-pillar input[type="email"]{
  height: 47px;
}

/* Button */

.dark-fullwidth-cta.number-two .hs-cta-wrapper {
  display: block;
  padding-top: 1.5em;
}


.gold_form .hs_cos_wrapper_type_form input.hs-button.primary.large,
.dark-fullwidth-cta.number-two .hs-cta-wrapper .hs-cta-node a#cta_button_3420909_e9fd72d2-fa28-4a91-8ad2-4389c6f43fc8 {
    font-size: 14px !important;
    font-weight: 800!important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
    color: #d3ad71 !important;
    border: 1px solid #d3ad71 !important;
    padding: 14px 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    position: relative !important;
    z-index: 0 !important;
}

.var-hero .hs-cta-wrapper a.cta_button.gold-bg {
  font-size: 14px!important;
  font-weight: 800!important;
  letter-spacing: 0px!important;
  text-transform: uppercase !important;
  background: #d3ad71!important;
  border: 1px solid #d3ad71!important;
  padding: 14px 30px!important;
  background-image: none !important;
  position: relative!important;
  z-index: 0!important;
  color: #fff!important;
  margin: 0 10px 20px;
}


.dark-fullwidth-cta.number-two .hs-cta-wrapper .hs-cta-node a#cta_button_3420909_e9fd72d2-fa28-4a91-8ad2-4389c6f43fc8 { 
  background: transparent!important; 
}

.var-hero .hs-cta-wrapper a.cta_button.cta-red-clear {
  border: 1px solid #e71e28!important; 
  color: #fff!important;
  background-color: #e71e28!important;
  font-size: 14px!important;
  font-weight: 800!important;
  letter-spacing: 0px!important;
  text-transform: uppercase !important;
  padding: 14px 30px!important;
  background-image: none !important;
  position: relative!important;
  z-index: 0!important;
  color: #fff!important;
  margin: 0 10px 20px;
}

.var-hero .hs-cta-wrapper a.cta_button.gold-bg:hover{
  border: 1px solid transparent!important;
  background: rgba(211, 173, 113, 0.5)!important;
}

.var-hero .hs-cta-wrapper a.cta_button.cta-red-clear:hover{
  border: 1px solid transparent!important; 
  background-color: rgba(230, 30, 40, 0.5)!important;
}



/* Hover effect */
.gold_form .hs_cos_wrapper_type_form input.hs-button.primary.large:hover,
 .dark-fullwidth-cta.number-two .hs-cta-wrapper .hs-cta-node a#cta_button_3420909_e9fd72d2-fa28-4a91-8ad2-4389c6f43fc8:hover {
    color: #ffffff;
    background-color: #d3ad71;
    opacity: 1;
}

.dark-fullwidth-cta .widget-type-rich_text,
.dark-fullwidth-cta .widget-type-rich_text p span,
.dark-fullwidth-cta .widget-type-rich_text p {
  line-height: 1.7;
}
 
@media screen and (min-width: 768px) {
  
  .rec-post-list-item.slick-slide .rec-post-title.mt30 {
    height: 100px;
  }
  
}
/* END Gold Form (For Review) */

/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* 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 input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

body .input select,
body .input textarea {
		border: 2px solid #e9e9e9;
    margin: 15px 0;
}

body .input select {
	height: 45px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

body .hs-richtext p {
	font-size: 13px;
}

body .inputs-list label span {
	position: relative;
  left: 5px;
  top: 0;
}


/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0 0 5px;
}




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




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



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





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



/* Multiple Selection Inputs */
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%; }

@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; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none !important;
}






/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 

body.mobile-open {overflow-y: hidden;}
body.hs-blog-post, body.hs-blog-listing {background-color: #f2f2f2;}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {line-height: 1.1;margin: 0 0 10px;text-transform: uppercase;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {font-size: 50px;}
h2 {font-size: 36px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 14px;}

/* Menu */
.top-section, .top-section .hs_cos_wrapper_type_logo a img, .top-section .custom-menu-primary.p40-0, .top-section .menu-cta.p40-0 {   
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
; }
.top-section, .top-section .hs_cos_wrapper_type_logo a img, .top-section .custom-menu-primary.p20-0, .top-section .menu-cta.p20-0 {   
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {font-size: 14px; margin: 10px 12px; padding: 0; overflow: visible;}
.custom-menu-primary .hs-menu-wrapper > ul{float: right;}
.top-section.scrolled { height: 101px!important; background-color: rgba(0, 0, 0, 0.8) !important; filter: none; }
.top-section.scrolled .hs_cos_wrapper_type_logo a img {width: 38px!important; }
.top-section.scrolled .custom-menu-primary.p40-0, .top-section.scrolled .menu-cta.p40-0 {padding-top: 20px!important;padding-bottom: 20px!important; }
.top-section.scrolled .custom-menu-primary.p20-0, .top-section.scrolled .menu-cta.p20-0 {padding-top: 5px!important;padding-bottom: 5px!important; }

.row-fluid .sub-menu ul {float: right;}

/*Latest Changes*/
.navigation .span2.widget-span.widget-type-rich_text.menu-cta.widthauto.p40-0.text-center {float: right;margin-right: 25px;}
.navigation #cta_button_3420909_d2163105-66c6-4b72-af40-29d1ee6c24b2 {text-shadow: 1px 1px 1px #000;}


/* Resets */
img { max-width:100%; height:auto; border:none; }
a { outline:none; text-decoration:none !important; cursor:pointer; color:#d3ad71; vertical-align:top; max-width: 100% !important; white-space: normal !important; display:inline-block;  
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
}
a:hover { color:#b5b6b9; text-decoration:none; }
a.link-overlay {position: absolute;top: 0;left: 0;content:'';width: 100%;height: 100%;}
p { margin:10px 0; } 
input, select, textarea { font-family: Montserrat, sans-serif; border: 0; outline:none; border-radius:0; }
input[type=submit] { font-family: Montserrat, sans-serif; cursor:pointer; border-radius:0; background-image:url(//1576677.fs1.hubspotusercontent-na1.net/hubfs/1576677/Cpa_Global_/Image/blank.png) !important;  }
.hs-form-required {display: none;}
.row-fluid [class*="span"] { min-height:0; }
ul, ol { padding-left:20px; margin:0; }
strong { font-family: Montserrat, sans-serif; }
.small-text {font-size: 13px;}
.gold-text {color: #d3ad71;}

.row-fluid .text-center, .row-fluid .text-center a, .row-fluid .text-center h1, .row-fluid .text-center h2, .row-fluid .text-center h3, .row-fluid .text-center h4, .row-fluid .text-center h5, .row-fluid .text-center h6 { text-align:center; }

/* Slick Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.client-logo-slider .slick-slide { display: none; float: left; height: 100%; min-height: 1px; filter: brightness(0) invert(1);  
  -webkit-transition: ease-out all 0.4s;
  -moz-transition: ease-out all 0.4s;
  -o-transition: ease-out all 0.4s;
  -ms-transition: ease-out all 0.4s;
  transition: ease-out all 0.4s;
; }
/*.client-logo-slider .slick-slide:hover {background-color: #e1e1e1;filter: invert(0);}*/
.client-logo-slider-blog .slick-slide { display: none; float: left; height: 100%; min-height: 1px; filter: brightness(0) invert(1);  
  -webkit-transition: ease-out all 0.4s;
  -moz-transition: ease-out all 0.4s;
  -o-transition: ease-out all 0.4s;
  -ms-transition: ease-out all 0.4s;
  transition: ease-out all 0.4s;
; }
/*.client-logo-slider-blog .slick-slide:hover {background-color: #e1e1e1;filter: invert(0);}*/
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; margin: 0 auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.row-fluid .slick-slider button { cursor:pointer; outline:none; border:none; position: absolute; top: 50%; z-index: 1; background:transparent; color:; width: 50px; height: 50px; font-size: 0px; transform('translateY(-50%)') }
.row-fluid .slick-slider .slick-next { right: 0; 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
; }
.row-fluid .slick-slider .slick-prev { left: 0; 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
; }
.row-fluid .slick-dots { text-align: center; margin-top: 50px; padding:0px; margin-bottom:30px; }
.row-fluid .slick-dots li { float: none; display: inline-block; vertical-align: top; padding: 0 5px; }
.row-fluid .slick-dots li:before { display: none; }
.row-fluid .slick-dots li button { border-radius: 50%; width: 10px; height: 10px; display: block; font-size: 0; position: static; padding: 0; background: #b3b2ae;}
.row-fluid .slick-dots li.slick-active button, .row-fluid .hero-slider .slick-dots li button:hover { background: #fff }
.row-fluid .slick-slide { outline: 0; float: left }

.row-fluid .slick-slider .slick-prev:before {position: absolute;content: '';top: 0;left: -10px;width: 40px;height: 4px;border-radius: 5px;background-color: #d3ad71;transform: rotate(-35deg);}
.row-fluid .slick-slider .slick-prev:after {position: absolute;content: '';top: 21px;left: -10px;width: 40px;height: 4px;border-radius: 5px;background-color: #d3ad71;transform: rotate(35deg);box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);}
.row-fluid .slick-slider .slick-next:before {position: absolute;content: '';top: 0;right: -10px;width: 40px;height: 4px;border-radius: 5px;background-color: #d3ad71;transform: rotate(35deg);}
.row-fluid .slick-slider .slick-next:after {position: absolute;content: '';top: 21px;right: -10px;width: 40px;height: 4px;border-radius: 5px;background-color: #d3ad71;transform: rotate(-35deg);box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);}

.row-fluid .slick-slider .slick-prev:hover:after {top: 17px;transform: rotate(25deg);} 
.row-fluid .slick-slider .slick-prev:hover:before {top: 1px;transform: rotate(-25deg);}
.row-fluid .slick-slider .slick-next:hover:after {top: 17px;transform: rotate(-25deg);} 
.row-fluid .slick-slider .slick-next:hover:before {top: 1px;transform: rotate(25deg);}

/* Homepage Styles */
.sign-up-cta {position: relative;}
.sign-up-cta a {position: absolute;right: 90px;top: 0; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.top-section.scrolled .sign-up-cta a {top: -15px;}
.sign-up-cta a:after {font-size: 10px;font-weight: bold;color: #e5bc7e;text-transform: uppercase;content: 'SALGSWEB';position: absolute;top: 10px;right: -60px;}
.client-logos {float: left; width: 19.20%;text-align: center;}

/* CTA Hover Effects */
.cta-clear-white-outline {font-size: 15px; font-weight: bold; letter-spacing: 0.2px; text-transform: uppercase; color: #ffffff; padding: 10px 25px; border: 1px solid #ffffff; background-color: transparent;}
.cta-clear-white-outline:hover {color: #ffffff; border: 1px solid #e71e28; background-color: #e71e28;}

.cta-clear-white-outline-sm {font-size: 10px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; padding: 10px 20px; border: 1px solid #ffffff; background-color: transparent;}
.cta-clear-white-outline-sm:hover {color: #ffffff; border: 1px solid #e71e28 !important; background-color: #e71e28 !important;}

.cta-clear-gold-outline:before {position: absolute;width: 100%;height: 0%;content: '';bottom: 0;left: 0;background-color: #d3ad71;z-index: -1; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-gold-outline {font-size: 15px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; color: #d3ad71; border: 1px solid #d3ad71; padding: 10px 25px; background-color: transparent;position:relative;z-index: 0; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-gold-outline:hover:before {height: 100%;}
.cta-clear-gold-outline:hover {color: #ffffff;}

.cta-clear-gold-outline-tab:before {position: absolute;width: 100%;height: 0%;content: '';bottom: 0;left: 0;background-color: #d3ad71;z-index: -1; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-gold-outline-tab {font-size: 14px; font-weight: bold; letter-spacing: 0px; text-transform: uppercase; color: #d3ad71; border: 1px solid #d3ad71; padding: 10px 25px; background-color: transparent;position:relative;z-index: 0; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-gold-outline-tab:hover:before {height: 100%;}
.cta-clear-gold-outline-tab:hover {color: #ffffff;}

.cta-clear-black-outline:before {position: absolute;width: 100%;height: 0%;content: '';bottom: 0;left: 0;background-color: #2c2c2c;z-index: -1; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-black-outline {font-size: 15px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; color: #2c2c2c; border: 1px solid #2c2c2c; padding: 10px 25px; background-color: transparent;position:relative;z-index: 0; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-black-outline:hover:before {height: 100%;}
.cta-clear-black-outline:hover {color: #ffffff;}

.cta-clear-black-outline-tab:before {position: absolute;width: 100%;height: 0%;content: '';bottom: 0;left: 0;background-color: #2c2c2c;z-index: -1; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-black-outline-tab {font-size: 14px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; color: #2c2c2c; border: 1px solid #2c2c2c; padding: 10px 25px; background-color: transparent;position:relative;z-index: 0; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-black-outline-tab:hover:before {height: 100%;}
.cta-clear-black-outline-tab:hover {color: #ffffff;}

.cta-clear-gold:after {position: absolute;width: 100%;height: 0%;content: '';bottom: 0;left: 0;background-color: #d3ad71;z-index: -1; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-gold {font-size: 10px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; color: #d3ad71;padding: 10px 20px;background-color: transparent;position:relative; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
.cta-clear-gold { border: 1px solid transparent; 
  -webkit-transition: ease all .8s;
  -moz-transition: ease all .8s;
  -o-transition: ease all .8s;
  -ms-transition: ease all .8s;
  transition: ease all .8s;
;}
.cta-clear-gold:hover:after {height: 100%;}
.cta-clear-gold:hover {color: #ffffff;}
.cta-clear-gold:hover {border: 1px solid #d3ad71;}

.cta-red-clear {font-size: 15px; font-weight: bold; letter-spacing: 0.2px; text-transform: uppercase; color: #ffffff; padding: 10px 25px; border: 1px solid #e71e28; background-color: #e71e28;}
.cta-red-clear:hover {color: #ffffff; border: 1px solid transparent; background-color: rgba(230, 30, 40, 0.5);}

/* Default Padding Margin */
.row-fluid .p10-0 { padding-top:10px; padding-bottom:10px; }
.row-fluid .p20-0 { padding-top:20px; padding-bottom:20px; }
.row-fluid .p30-0 { padding-top:30px; padding-bottom:30px; }
.row-fluid .p40-0 { padding-top:40px; padding-bottom:40px; }
.row-fluid .p50-0 { padding-top:50px; padding-bottom:50px; }
.row-fluid .p60-0 { padding-top:60px; padding-bottom:60px; }
.row-fluid .p70-0 { padding-top:70px; padding-bottom:70px; }
.row-fluid .p80-0 { padding-top:80px; padding-bottom:80px; }
.row-fluid .p90-0 { padding-top:90px; padding-bottom:90px; }
.row-fluid .p100-0 { padding-top:100px; padding-bottom:100px; }
.row-fluid .p140-0 { padding-top:140px; padding-bottom:140px; }
.row-fluid .pt5 { padding-top:5px; }
.row-fluid .pt10 { padding-top:10px; }
.row-fluid .pt20 { padding-top:20px; }
.row-fluid .pt30 { padding-top:30px; }
.row-fluid .pt40 { padding-top:40px; }
.row-fluid .pt50 { padding-top:50px; }
.row-fluid .pt60 { padding-top:60px; }
.row-fluid .pt70 { padding-top:70px; }
.row-fluid .pt80 { padding-top:80px; }
.row-fluid .pt90 { padding-top:90px; }
.row-fluid .pt100 { padding-top:100px; }
.row-fluid .pb10 { padding-bottom:10px; }
.row-fluid .pb20 { padding-bottom:20px; }
.row-fluid .pb30 { padding-bottom:30px; }
.row-fluid .pb40 { padding-bottom:40px; }
.row-fluid .pb50 { padding-bottom:50px; }
.row-fluid .pb60 { padding-bottom:60px; }
.row-fluid .pb70 { padding-bottom:70px; }
.row-fluid .pb80 { padding-bottom:80px; }
.row-fluid .pb90 { padding-bottom:90px; }
.row-fluid .pb100 { padding-bottom:100px; }

.row-fluid .m10-0 { margin-top:10px; margin-bottom:10px; }
.row-fluid .m20-0 { margin-top:20px; margin-bottom:20px; }
.row-fluid .m30-0 { margin-top:30px; margin-bottom:30px; }
.row-fluid .m40-0 { margin-top:40px; margin-bottom:40px; }
.row-fluid .m50-0 { margin-top:50px; margin-bottom:50px; }
.row-fluid .m60-0 { margin-top:60px; margin-bottom:60px; }
.row-fluid .m70-0 { margin-top:70px; margin-bottom:70px; }
.row-fluid .m80-0 { margin-top:80px; margin-bottom:80px; }
.row-fluid .m90-0 { margin-top:90px; margin-bottom:90px; }
.row-fluid .m100-0 { margin-top:100px; margin-bottom:100px; }
.row-fluid .mt10 { margin-top:10px; }
.row-fluid .mt20 { margin-top:20px; }
.row-fluid .mt30 { margin-top:30px; }
.row-fluid .mt40 { margin-top:40px; }
.row-fluid .mt50 { margin-top:50px; }
.row-fluid .mt60 { margin-top:60px; }
.row-fluid .mt70 { margin-top:70px; }
.row-fluid .mb10 { margin-bottom:10px; }
.row-fluid .mb20 { margin-bottom:20px; }
.row-fluid .mb30 { margin-bottom:30px; }
.row-fluid .mb40 { margin-bottom:40px; }
.row-fluid .mb50 { margin-bottom:50px; }
.row-fluid .mb60 { margin-bottom:60px; }
.row-fluid .mb70 { margin-bottom:70px; }
.row-fluid .mb80 { margin-bottom:80px; }
.row-fluid .mb90 { margin-bottom:90px; }
.row-fluid .mb100 { margin-bottom:100px; }

.row-fluid .pl30 { padding-left:30px; }
.row-fluid .pl40 { padding-left:40px; }
.row-fluid .pl50 { padding-left:50px; }
.row-fluid .pl60 { padding-left:60px; }
.row-fluid .pl100 { padding-left:100px; }
.row-fluid .pr30 { padding-right:30px; }
.row-fluid .pr40 { padding-right:40px; }
.row-fluid .pr50 { padding-right:50px; }
.row-fluid .pr60 { padding-right:60px; }
.row-fluid .pr100 { padding-right:100px; }

.row-fluid .plr0-30 { padding-left:30px; padding-right:30px; }
.row-fluid .plr0-60 { padding-left:60px; padding-right:60px; }
.row-fluid .plr0-100 { padding-left:100px; padding-right:100px; }

/* Hero Section */
.row-fluid .hero-section { background-color: #e1e1e1; }
.row-fluid .hero-section.makeheight .hero-inner { position:absolute; left:0; width:100%; top:50%;  
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
; }
.row-fluid .hero-section .hero-inner h1 { font-size: 72px; line-height: 0.8; text-transform: uppercase; color: #ffffff; margin: 10px 0;  
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
; }
.row-fluid .hero-inner h1, .row-fluid .hero-inner h2, .row-fluid .hero-inner h3, .row-fluid .hero-inner h4 {color: #ffffff;}
.row-fluid .hero-inner h1 { font-size: 72px; line-height: 0.8; text-transform: uppercase; margin: 10px 0;  
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
; }
.row-fluid .hero-section .hero-inner .hero-subtitle h4 {font-size: 16px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: #ffffff; margin: 0;}
.row-fluid .hero-section .hero-inner .hero-text {font-size: 16px; color: #ffffff;}
.row-fluid .fullwidth { float:left; width:100%; }
.row-fluid .widthauto { display:inline-block; width:auto; margin-left:0; }
.row-fluid .marginauto { margin-left:0; }
.row-fluid .top-section { background-color: transparent;position:fixed; left:0; top:0; width:100%; height: 141px; z-index:2; border-bottom:rgba(255,255,255,0.25) solid 0px; box-shadow: 0 0px 0px 0 rgba(0,0,0,0); 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
 }
.row-fluid .top-section.navigation {padding-top: 20px;}
.row-fluid .attachfixed { background-attachment:scroll; }

/* Blog Listing */
.row-fluid .blog-sub-text h6 { font-weight: 400;letter-spacing: 2px; }
.blog-listing-wrapper .post-listing .post-item {width: 100%; float: left;}
.blog-listing-wrapper .post-listing .post-item .col6 {float: left;width: 49.333%;}
.blog-listing-wrapper .post-listing .post-item .post-body {color: #444444;padding-top: 80px;}
.blog-listing-wrapper .post-listing .post-item.even .post-body {padding-left: 50px;}
.blog-listing-wrapper .post-listing .post-item.odd .set-bg {float: right!important;}
.blog-listing-wrapper .post-listing .post-item.odd .post-body {padding-right: 45px;text-align: right;}
.blog-listing-wrapper .post-listing .post-item .post-header h4 a {color: #262626;}
.blog-listing-wrapper .post-listing .post-item .post-header h4 a:hover {color: #d3ad71;}
.blog-listing-wrapper .post-listing p.read-more {position: relative;}
.blog-listing-wrapper .post-listing p.read-more a {color: #444444;}
.blog-listing-wrapper .post-listing p.read-more a:hover {color: #d3ad71;}
.blog-listing-wrapper .post-listing .post-item.even p.read-more:before {position: absolute;top: 12px;left: 120px;background-color: #cccccc;content: '';width: 100px;height: 1px;}
.blog-listing-wrapper .post-listing .post-item.odd p.read-more:before {position: absolute;top: 12px;right: 120px;background-color: #cccccc;content: '';width: 100px;height: 1px;}

.post-details {position: relative;}
.blog-listing-wrapper .post-listing .post-item.even .post-details:before {content: '';position: absolute;background-color: #d3ad71;width: 2px;height: 60px;left: 0;top: 0;}
.blog-listing-wrapper .post-listing .post-item.odd .post-details:before {content: '';position: absolute;background-color: #d3ad71;width: 2px;height: 60px;right: 0;top: 0;}

.hs-blog-listing .hs-author-name {color: #d3ad71;}
.hs-blog-listing .hs-author-listing-header {font-weight: 400;}

/* Blog Posts */
.hs-blog-post .section.post-header h1 {font-size: 28px;}
.hs-blog-post .hs-featured-image {float: left;margin: 0 0 55px 0;max-width: 100%;}
.section.post-body:before {content: '';position: absolute;background-color: #d3ad71;height: 100px;width: 2px;top: 0;left: 0;}
.blog-post-wrapper .post-body {font-family: 'Roboto',sans-serif;font-size: 17px;color: #595959;line-height: 1.7;position: relative;padding-left: 30px;padding-top: 5px;}
.hs-blog-post #hubspot-author_data, .hs-blog-post #hubspot-topic_data {font-family: 'Montserrat',sans-serif;font-size: 11px;display: inline-block;margin-bottom: 20px;}
.hs-blog-post #hubspot-topic_data {text-transform: uppercase;}
.hs-blog-post .post-body blockquote {font-style: italic;padding: 50px 50px;margin: 80px 0;background-color: #e1e1e1;}
.hs-blog-post #comments-listing {border-bottom: 0px solid #ccc;margin-bottom: 30px;margin-top: 0;}
.hs-blog-post .comment.depth-0 {border-top: 0px solid #eee;}
.hs-blog-post #comment-form input[type=submit] {font-size: 14px;font-weight: 700;color: #ffffff;background-color: #2c2c2b;text-transform: uppercase;padding: 12px; margin-top: 25px;}
.hs-blog-post #comment-form form.hs-form fieldset .hs-form-field {margin: 10px 0;border-radius: 2px;}
.hs-blog-post #comment-form form.hs-form fieldset[class*="form-columns"] .hs-input {font-size:16px;padding: 12px;}
.hs-blog-post #comment-form textarea {height: 300px;}
.hs-blog-post #comment-form label {color: #e71e28;}
.hs-blog-post .about-author-sec.row-fluid {background-color: #282828;color: #888888;padding: 40px;margin-top: 60px;}
.hs-blog-post .about-author-img {border-radius: 50%;border: 3px solid #ffffff;width: 100px;height: 100px;background-size: contain!important;background-repeat: no-repeat;background-position: center center}


/* Contact Form */

#contact-form input[type=submit] {font-size: 14px;font-weight: 700;color: #ffffff;background-color: #2c2c2b;text-transform: uppercase;padding: 12px; margin-top: 25px;}
#contact-form form.hs-form fieldset .hs-form-field {margin: 10px 0;border-radius: 2px;}
#contact-form form.hs-form fieldset[class*="form-columns"] .hs-input {font-size:16px;padding: 12px;}
#contact-form textarea {height: 300px;}
#contact-form label {color: #e71e28;}


/* Google Search */
form.gsc-search-box {position: relative!important;padding-top: 0!important;}
input.gsc-search-button {font-size: 0px!important;border-color: transparent!important;background-color: transparent!important;height: 50px!important;position: relative!important;z-index: 2!important;}
td.gsc-search-button {position: absolute!important;right: 55px!important;}
input.gsc-input {outline: none;background: #eeeeee!important;text-indent: 0!important;max-width: 100%!important;border-color: #dddddd!important;padding: 14px 40px 14px 10px!important;}
table.gsc-search-box td.gsc-input {padding-right: 0!important;}
td.gsc-search-button:before {content:'\f002'!important;font-family: 'FontAwesome'!important;font-size: 20px!important;color: #cccccc!important;position: absolute!important;top: 24px!important;right: -35px!important;}
td.gsc-clear-button {display: none!important;}
    
/* Load Posts */
div.post-item {display:none;}

#loadMore.cta-clear-gold-outline:before {position: absolute;width: 100%;height: 0%;content: '';bottom: 0;left: 0;background-color: #262626;z-index: -1; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
#loadMore.cta-clear-gold-outline {font-size: 15px; font-weight: bold; width: 175px; height: 50px; cursor: pointer; margin: 0 auto; letter-spacing: 1px; text-transform: uppercase; color: #262626; text-align: center; border: 1px solid #262626; padding: 15px 25px; background-color: transparent;position:relative;z-index: 0; 
  -webkit-transition: ease all .4s;
  -moz-transition: ease all .4s;
  -o-transition: ease all .4s;
  -ms-transition: ease all .4s;
  transition: ease all .4s;
;}
#loadMore.cta-clear-gold-outline:hover:before {height: 100%;}
#loadMore.cta-clear-gold-outline:hover {color: #ffffff;}

/* Set Background */
.set-bg { background-size:cover !important; background-position:left top; position:relative; }
.get-bg { display:none !important; }
.bg-fixed { padding-top: 140px; padding-bottom: 140px; background-position: right; }
.row-fluid .bg-fixed .hero-inner .sub-text h6 { font-weight: 400;color: #ffffff;letter-spacing: 2px; }
.bg-blog { padding-top: 120px; padding-bottom: 120px; background-position: right; }
.row-fluid .bg-blog .hero-inner .sub-text h6 { font-weight: 400;color: #ffffff;letter-spacing: 2px; }

/* Rows */
.row-dark {background-color: #111111;}
.row-dark, .row-dark p  {color: #b3b3b3;}
.row-dark .gray-header h2 {color: #444444;}
.row-dark .sub-text h6 {font-weight: 400;color: #d3ad71;letter-spacing: 2px;}

.row-light, .row-dark p {color: #444444;}
.row-light .sub-text h6 {font-weight: 400;color: #d3ad71;letter-spacing: 2px;}

.row-gray, .row-gray p {color: #ffffff;background-color: #606266;}
.row-gray .sub-text h6 {font-weight: 400;color: #ffffff;letter-spacing: 2px;}

.dark-fullwidth-cta, .dark-fullwidth-cta p {color: #ffffff;}
.dark-fullwidth-cta .sub-text h6 {font-weight: 400;color: #ffffff;letter-spacing: 2px;}

/* Recent Posts */
ul.rec-post-list {padding-left: 0px;}
a.rec-post-link {position: absolute;content: '';width: 100%;height: 100%;display: block;top: 0;left: 0;}
li.rec-post-list-item {width: 31.3333%;float: left; list-style-type: none;margin: 1%;position: relative;}
.rec-post-image {background-position: left top; background-size: 175%; background-repeat: no-repeat; max-width: 100%; height: 288px; max-height: 100%;overflow: hidden; 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
;}
li.rec-post-list-item:hover > div.rec-post-image {background-size: 200%;}
.rec-post-title {color: #444444; 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
;}
li.rec-post-list-item:hover > .rec-post-title {color: #d3ad71;}
.rec-post-body {padding: 5px 25px;font-size: 14px;color: #444444;}
.rec-post-body:before {background-color: #d3ad71;height: 50px;width: 2px;left: 0;content: '';position: absolute; 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
;}
li.rec-post-list-item:hover > .rec-post-body:before {height: 100px;}

/* Custom Modules */
.row-fluid .pb-wrap .span3.widget-type-custom_widget {width: 22.25%!important;}
.row-fluid .row-dark .process-box {position: relative;}
.row-fluid .row-dark .process-box img {opacity: 0.5; 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
;}
.row-fluid li .process-box img {opacity: 0.5;filter: grayscale(1); 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
;}
.row-fluid li.active .process-box img {opacity: 1;filter: grayscale(0);}
.row-fluid .row-dark .process-box:hover img {opacity: 1;}
.row-fluid .process-box h4 span {color: #b3b3b3;}
.row-fluid .row-dark .process-box h4 {color: #ffffff; 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
;}
.row-fluid .row-dark .process-box:hover h4 span {color: #d3ad71;}
.row-fluid .row-dark .process-box:hover h4 {color: #d3ad71;}
.process-box p.pro-box-text {font-size: 12px;line-height: 1.5px;letter-spacing: 4px;text-transform: uppercase;}

.product-box {
    float: left;
    width: 100%;
    position: relative;
}

.product-box .product-image {position: relative;}
.product-box p.vertical-text:before {display:none;}
.product-box p.vertical-text {font-size: 11px;letter-spacing: 2px;padding-left: 0;position: absolute;transform:rotate(90deg);top:30px;left:0;}


.product-box-border {
    position: relative;
}

.product-box div.sideline:before,
.product-box-border .border-right:before {
    position: absolute;content: '';
    width: 2px;
    height: 50px;
    top: 20px;
    left: 0;
    background-color: #d3ad71;
}
.product-box div,
.product-box-border .border-right {padding-left: 30px;position: relative;}

.row-fluid .tc-imagecontent .hs_cos_wrapper_type_custom_widget { float:left; width:100%; position:relative; }
.row-fluid .tc-image { position:relative; left:0; top:0; width:48%; height:100%; }
.row-fluid .tc-content { float:right; background:transparent;  
  -webkit-transition: ease all 0.2s;
  -moz-transition: ease all 0.2s;
  -o-transition: ease all 0.2s;
  -ms-transition: ease all 0.2s;
  transition: ease all 0.2s;
; }

.row-fluid .tab-pane .tc-image {width: 45%;}
.row-fluid .tab-pane .tc-content {width: 52%;}
.row-fluid .tab-pane.tc-imagecontent .hs_cos_wrapper_type_custom_widget .product-box div.desc {padding-right: 30px;padding-left: 30px;}


.row-fluid .box-wrap.odd .tc-image { left:auto; right:0; }
.row-fluid .box-wrap.odd .tc-content { float:left; }

/* Left Sidebar Recent Posts */
.rec-posts-box {padding: 25px;background-color: #ffffff;border: 1px solid #dddddd;border-radius: 2px;}
.rec-posts .post-img {background-position: center center; background-size: cover; background-repeat: no-repeat;border-radius: 4px;width: 52px;max-width: 100%;height: 52px;max-height: 100%;}
.rec-posts .post-sum {font-size: 14px;color: #6b6b6b;margin-top: 5px;}
.rec-posts .post-sum p {line-height: 1;margin:0;}
.rec-posts .post-sum p span {line-height: 1.2!important;}
.rec-posts .post-date {font-size: 12px;color: #cccccc;}
.rec-posts-title {font-size: 18px;font-weight:700;border-bottom: 1px solid #cccccc;}

/* Tabber Module */
.body-container .tabber-tabs {border-bottom: 0px solid #ddd;list-style: none;padding: 0;margin: 0;}
.tabber-tabs > li {color: #ffffff;text-align: center;float: left;width: 25%;background-color: #000;}
.tabber-tabs > li > a {color: #ffffff;padding-right: 12px;padding-left: 12px;margin-right: 2px;line-height: 14px;padding-top: 8px;padding-bottom: 8px;line-height: 20px;border: 0px solid transparent;text-decoration: none;display: block;border-radius: ;}
.tabber-tabs > li.active h4 span, .tabber-tabs > li.active, .tabber-tabs > .active > a, .tabber-tabs > .active > a:hover, .tabber-tabs > .active > a:focus {color: #d2ab71!important;cursor: default;border: 0px solid #ddd;border-bottom-color: transparent;border-bottom-left-radius: 0;border-bottom-right-radius: 0;position: relative;overflow: hidden;z-index: 0;}
.tabber-tabs > li:after {display: inline-block;position: absolute;bottom:0;left:0;content:'';width: 100%;height: 0%;background-color: #252525;z-index: -1; 
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
;}
.tabber-tabs > li.active:after {height: 100%;}
.tabber-content {background: #fff;}
.tabber-content .tab-pane {color: #444444;background: #fff;padding: 8px;border: 0px solid #ddd;float: none;}
.tabber-content .tab-pane h6 {font-weight: 400; color: #444444; letter-spacing: 2px;}
.tabber-content .tab-pane.active:nth-child(1) {border-top-left-radius: 0;}
.body-container .tabber-content ul {padding: 0;margin: 0;}
.tabber-content .block h3 {display: none;}


/* Footer */
.footer {background-color: #000000;}
ul.follow-us-list {font-size: 30px;line-height: 1.4;cursor: pointer;}
ul.follow-us-list li {display: inline;padding: 10px;position: relative;width: 50px;overflow: hidden;vertical-align: top; 
  -webkit-transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
  -moz-transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
  -o-transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
  -ms-transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
  transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
;}
.follow-text {font-size: 14px;padding: 2px 0px;font-weight: 700;color: #ffffff;text-transform: uppercase;background-color: #d3ad71;width:0px;display: inline-block;visibility: hidden;overflow: hidden; 
  -webkit-transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
  -moz-transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
  -o-transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
  -ms-transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
  transition: cubic-bezier(0, 0, 0.2, 1) all 0.9s;
;}
ul.follow-us-list li i {font-size: 20px;padding: 10px 5px;background-color: #000000;vertical-align: top; 
  -webkit-transition: cubic-bezier(0, 0, 0.2, 1) all 0.4s;
  -moz-transition: cubic-bezier(0, 0, 0.2, 1) all 0.4s;
  -o-transition: cubic-bezier(0, 0, 0.2, 1) all 0.4s;
  -ms-transition: cubic-bezier(0, 0, 0.2, 1) all 0.4s;
  transition: cubic-bezier(0, 0, 0.2, 1) all 0.4s;
;}
ul.follow-us-list li:hover {display: inline;position: relative;width: auto;overflow: hidden;}
ul.follow-us-list li:hover .follow-text {width:120px;visibility: visible;}
ul.follow-us-list li:hover i {width:0;visibility: hidden;padding:0;display:none;}

/* Form Styles */
form .input input {padding: 12px 15px;}

form .input input[type="checkbox"],
form .input input[type="radio"] {
	padding: 5px 0;
  margin:0;
}


form input {border: 2px solid #e9e9e9;margin: 10px 0;}
.hs_cos_wrapper_type_form .hs-button.primary.large {width: 100%;border: 0;background-color: #e71e28;padding: 12px 15px;color: #ffffff;text-transform: uppercase;font-weight: bold;opacity: 1; 
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
;}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {opacity: 0.7;}
.hs_cos_wrapper_type_form label {font-size: 13px;}

/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */
@media (min-width: 991px) {
    .row-fluid .sub-menu ul li a {color: #ffffff;}
    .row-fluid .sub-menu ul li a:hover {color: #d3ad71;}
}

@media (max-width: 1150px) {}



@media screen and (min-width: 768px) {
  
  .row-fluid .span6.cta-dark {
    margin:0!important;
    width: 100%!important;
  }
  
  .row-fluid .single .product-image.tc-image,
  .row-fluid .single .tc-content.centerOM {
    display: inline-block;
    vertical-align: top;
  }
  
  .row-fluid .single .product-image.tc-image {
    width: 30%;
  }
  
  .row-fluid .single .tc-content.centerOM {
    width: 65%!important;
    float: right;
  }
    .hero-unit .center-text span.rich-text {
    display: table;
    margin: 55px auto 0;
  }
  

  
}

@media screen and (min-width: 1280px) {
  
  .row-fluid .span6.cta-dark {
    margin:0!important;
    width: 50%!important;
  }

  .row-fluid .span6.cta-dark .med-page-center {
    padding: 0 40px;
  }
  
}





@media (max-width: 1136px) {
    /* Menu */
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {font-size: 14px; margin: 9px 10px; padding: 0; overflow: visible;}
    
    /* CTAs */
    .cta-clear-white-outline-sm {font-size: 9px; font-weight: bold; letter-spacing: initial; text-transform: uppercase; color: #ffffff; padding: 10px 18px; border: 1px solid #ffffff; background-color: transparent;}
    .cta-clear-white-outline-sm:hover {color: #ffffff; border: 1px solid #e71e28 !important; background-color: #e71e28 !important;}

    .cta-clear-gold {font-size: 10px; font-weight: bold; letter-spacing: initial; text-transform: uppercase; color: #d3ad71; padding: 10px 18px; border: 1px solid transparent; background-color: transparent;}
    .cta-clear-gold:hover {color: #ffffff; border: 1px solid #d3ad71; background-color: #d3ad71;}
}

@media (max-width: 1084px) {
    /* Blog Single Post */
    .hs-blog-post .about-author-sec {text-align: center;}
    .hs-blog-post .about-author-img {display: inline-block;float: none;}
    .hs-blog-post .about-author-bio {text-align: center;float: none;margin: 0 auto;}
}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 992px) {
    .hideOT {display: none!important;}
    
    /* CTAs */
    .cta-clear-white-outline-sm {font-size: 9px; font-weight: bold; letter-spacing: initial; text-transform: uppercase; color: #ffffff; padding: 8px 15px; border: 1px solid #ffffff; /*background-color: transparent;*/ background-color: #000;}
    .cta-clear-white-outline-sm:hover {color: #ffffff; border: 1px solid #e71e28 !important; background-color: #e71e28 !important;}

    .cta-clear-gold {font-size: 8px; font-weight: bold; letter-spacing: initial; text-transform: uppercase; color: #d3ad71; padding: 8px 15px; border: 1px solid transparent; background-color: transparent;}
    .cta-clear-gold:hover {color: #ffffff; border: 1px solid #d3ad71; background-color: #d3ad71;}
}

/*  ===========================================
            Custom Fullscreen Mobile Menu
    =========================================== */
@media (max-width: 991px) {
    .row-fluid .widthautoOT { display:inline-block; width:auto; margin-left:0; }
    .row-fluid .centerOT, .row-fluid .centerOT a, .row-fluid .centerOT h1, 
    .row-fluid .centerOT h2, .row-fluid .centerOT h3, .row-fluid .centerOT h4, 
    .row-fluid .centerOT h5, .row-fluid .centerOT h6 { text-align: center!important; }
    
    /* Font Sizes */
    h1 {font-size: 40px!important;}
    
    /* Default Padding Margin */
    .row-fluid .p0-0 { padding:0px!important; }
    .row-fluid .pt5 { padding-top:2.5px; }
    .hs-blog-listing .row-fluid .m90-0.read-more { margin-top:45px;margin-bottom:45px; }
    
    /* Set Background */
    .bg-fixed { background-position: center; }
    .bg-blog { background-position: center; }
    
    /* Menu */
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {font-size: 20px; margin: 9px 6px; padding: 9px 6px; overflow: visible;text-align: center;color: #fff;}
    .custom-menu-primary.js-enabled .hs-menu-wrapper {position: fixed; top: 0;left: 0;padding: 0;margin: 0;width: 100%;height: 100%;overflow-y: scroll; z-index: 4;background-color: rgba(0, 0, 0, 0.8);}
    .custom-menu-primary .hs-menu-wrapper > ul li {border-top: 0px dotted rgba(255, 255, 255, .35);position:relative;top: 150px;}
    #nav-icon1 {width: 50px;height: 35px;position: fixed;margin: 0;top:80px;right: 12px;z-index: 6; 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
; 
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
;cursor: pointer;}
    #nav-icon1 span {display: block;position: absolute;height: 3px;width: 85%;background: #d3ad71;border-radius: 9px;opacity: 1;left: 0; 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
; 
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
;}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 10px;}
    #nav-icon1 span:nth-child(3) {top: 20px;}
    #nav-icon1.open span:nth-child(1) {top: 10px; 
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
;}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 10px; 
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
;}
    .row-fluid .menu-cta {display: none; 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
;}
    body.mobile-open .row-fluid .menu-cta {display: block;position: absolute;z-index: 5;top: 20px;left: 0;right: 0;}
    
    .top-section.scrolled #nav-icon1 {width: 50px;height: 28px;position: fixed;margin: 0;top:50px;right: 25px;z-index: 6; 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
; 
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
;cursor: pointer;}
    .top-section.scrolled #nav-icon1 span {display: block;position: absolute;height: 3px;width: 85%;background: #d3ad71;border-radius: 9px;opacity: 1;left: 0; 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
; 
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
;}
    .top-section.scrolled #nav-icon1 span:nth-child(1) {top: 0px;}
    .top-section.scrolled #nav-icon1 span:nth-child(2) {top: 10px;}
    .top-section.scrolled #nav-icon1 span:nth-child(3) {top: 20px;}
    .top-section.scrolled #nav-icon1.open span:nth-child(1) {top: 10px; 
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
;}
    .top-section.scrolled #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    .top-section.scrolled #nav-icon1.open span:nth-child(3) {top: 10px; 
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
;}
    
    .custom-menu-primary ul.hs-menu-children-wrapper {position: relative !important; 
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  transition: ease all 0.4s;
;}
    .custom-menu-primary ul.hs-menu-children-wrapper li {top:0 !important;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {width: 100%;}
    
    /* CTAs */
    body.mobile-open .cta-clear-white-outline-sm, body.mobile-open .cta-clear-gold {font-size: 10px;padding: 10px 20px;}
    
    /* Custom Modules */
    .row-fluid .pb-wrap .span3.widget-type-custom_widget {width: 47.2%!important;margin-left: 2.762430939%;}
    .rec-posts .post-img-wrap {width: 100%;}
    .rec-posts .post-img {width: 150px;}
    .rec-posts .post-sum {width: 100%;}
    
    /* Hero Section */
    .row-fluid .hero-inner h1 { font-size: 50px!important; }
    
    /* Blog Listing */
    .blog-listing-wrapper .post-listing .post-item .col6 {width: 100%;}
    .blog-listing-wrapper .post-listing .post-item.odd .set-bg {float: left!important;}
    .blog-listing-wrapper .post-listing .post-item .post-body {text-align: center!important;}
    .blog-listing-wrapper .post-listing .post-item.even p.read-more:before {top: 30px;left: 0px;right: 0px;margin: 0 auto;}
    .blog-listing-wrapper .post-listing .post-item.odd p.read-more:before {top: 30px;left: 0px;right: 0px;margin: 0 auto;}
    
    .blog-listing-wrapper .post-listing .post-item.even .post-details:before {display: none;}
    .blog-listing-wrapper .post-listing .post-item.odd .post-details:before {display: none;}
    .mobile-open .row-fluid .menu-cta{background-color: #000; padding: 20px 0; top: 0 !important; width: 100vw !important;}
    
}

@media (max-width: 767px) {
    .hideOM { display: none!important; }
    .row-fluid .hero-inner h1 {font-size: 36px!important;}
    h1 {font-size: 40px!important;}
    h2 {font-size: 30px;}
    .row-fluid .centerOM, .row-fluid .centerOM a, .row-fluid .centerOM h1, 
    .row-fluid .centerOM h2, .row-fluid .centerOM h3, .row-fluid .centerOM h4, 
    .row-fluid .centerOM h5, .row-fluid .centerOM h6 { text-align: center!important; }
    
    .row-fluid .leftOM, .row-fluid .leftOM a, .row-fluid .leftOM h1, 
    .row-fluid .leftOM h2, .row-fluid .leftOM h3, .row-fluid .leftOM h4, 
    .row-fluid .leftOM h5, .row-fluid .leftOM h6 { text-align: left!important; }
    
    /* Default Padding Margin */
    .row-fluid .p10-0 { padding-top:5px; padding-bottom:5px; }
    .row-fluid .p20-0 { padding-top:10px; padding-bottom:10px; }
    .row-fluid .p30-0 { padding-top:15px; padding-bottom:15px; }
    .row-fluid .p40-0 { padding-top:20px; padding-bottom:20px; }
    .row-fluid .p50-0 { padding-top:25px; padding-bottom:25px; }
    .row-fluid .p60-0 { padding-top:30px; padding-bottom:30px; }
    .row-fluid .p70-0 { padding-top:35px; padding-bottom:35px; }
    .row-fluid .p80-0 { padding-top:40px; padding-bottom:40px; }
    .row-fluid .p90-0 { padding-top:45px; padding-bottom:45px; }
    .row-fluid .p100-0 { padding-top:50px; padding-bottom:50px; }
    .row-fluid .p140-0 { padding-top:70px; padding-bottom:70px; }
    .row-fluid .pt10 { padding-top:5px; }
    .row-fluid .pt20 { padding-top:10px; }
    .row-fluid .pt30 { padding-top:15px; }
    .row-fluid .pt40 { padding-top:20px; }
    .row-fluid .pt50 { padding-top:25px; }
    .row-fluid .pt60 { padding-top:30px; }
    .row-fluid .pt70 { padding-top:35px; }
    .row-fluid .pt80 { padding-top:40px; }
    .row-fluid .pt90 { padding-top:45px; }
    .row-fluid .pt100 { padding-top:50px; }
    .row-fluid .pb10 { padding-bottom:5px; }
    .row-fluid .pb20 { padding-bottom:10px; }
    .row-fluid .pb30 { padding-bottom:15px; }
    .row-fluid .pb40 { padding-bottom:20px; }
    .row-fluid .pb50 { padding-bottom:25px; }
    .row-fluid .pb60 { padding-bottom:30px; }
    .row-fluid .pb70 { padding-bottom:35px; }
    .row-fluid .pb80 { padding-bottom:40px; }
    .row-fluid .pb90 { padding-bottom:45px; }
    .row-fluid .pb100 { padding-bottom:50px; }
    
    .row-fluid .m10-0 { margin-top:5px; padding-bottom:5px; }
    .row-fluid .m20-0 { margin-top:10px; margin-bottom:10px; }
    .row-fluid .m30-0 { margin-top:15px; margin-bottom:15px; }
    .row-fluid .m40-0 { margin-top:20px; margin-bottom:20px; }
    .row-fluid .m50-0 { margin-top:25px; margin-bottom:25px; }
    .row-fluid .m60-0 { margin-top:30px; margin-bottom:30px; }
    .row-fluid .m70-0 { margin-top:35px; margin-bottom:35px; }
    .row-fluid .m80-0 { margin-top:40px; margin-bottom:40px; }
    .row-fluid .m90-0 { margin-top:45px; margin-bottom:45px; }
    .row-fluid .m100-0 { margin-top:50px; margin-bottom:50px; }
    .row-fluid .mt10 { margin-top:5px; }
    .row-fluid .mt20 { margin-top:10px; }
    .row-fluid .mt30 { margin-top:15px; }
    .row-fluid .mt40 { margin-top:20px; }
    .row-fluid .mt50 { margin-top:25px; }
    .row-fluid .mt60 { margin-top:30px; }
    .row-fluid .mt70 { margin-top:35px; }
    .row-fluid .mb10 { margin-bottom:5px; }
    .row-fluid .mb20 { margin-bottom:10px; }
    .row-fluid .mb30 { margin-bottom:15px; }
    .row-fluid .mb40 { margin-bottom:20px; }
    .row-fluid .mb50 { margin-bottom:25px; }
    .row-fluid .mb60 { margin-bottom:30px; }
    .row-fluid .mb70 { margin-bottom:35px; }
    .row-fluid .mb80 { margin-bottom:40px; }
    .row-fluid .mb90 { margin-bottom:45px; }
    .row-fluid .mb100 { margin-bottom:50px; }
    
    .row-fluid .pl30 { padding-left:15px; }
    .row-fluid .pl40 { padding-left:20px; }
    .row-fluid .pl50 { padding-left:25px; }
    .row-fluid .pl60 { padding-left:30px; }
    .row-fluid .pl50 { padding-left:50px; }
    .row-fluid .pr30 { padding-right:15px; }
    .row-fluid .pr40 { padding-right:20px; }
    .row-fluid .pr50 { padding-right:25px; }
    .row-fluid .pr60 { padding-right:30px; }
    .row-fluid .pr100 { padding-right:50px; }
    
    .row-fluid .plr0-30 { padding-left:15px; padding-right:15px; }
    .row-fluid .plr0-60 { padding-left:30px; padding-right:30px; }
    .row-fluid .plr0-100 { padding-left:50px; padding-right:50px; }
    
    /* Slick Slider */
    .row-fluid .slick-slider .slick-next:before, .row-fluid .slick-slider .slick-prev:before{top: 5px;width: 28px;}
    .row-fluid .slick-slider .slick-next:after, .row-fluid .slick-slider .slick-prev:after{top: 20px;width: 28px;}
    .row-fluid .slick-slider .slick-next:hover:before{top: 6px;transform: rotate(28deg);}
    .row-fluid .slick-slider .slick-next:hover:after{top: 19px;transform: rotate(-28deg);}
    .row-fluid .slick-slider .slick-prev:hover:before{top: 6px;transform: rotate(-28deg);}
    .row-fluid .slick-slider .slick-prev:hover:after{top: 19px;transform: rotate(28deg);}
    
    .blog-listing-wrapper .post-listing .post-item .set-bg {height: 400px!important;}
    
    /* Custom Modules */
    .row-fluid .pb-wrap .span3.widget-type-custom_widget {width: 100%!important;margin-left: 0;}
    
    .product-box p.vertical-text {font-size: 11px;letter-spacing: 2px;padding-left: 0;position: absolute;transform: rotate(0deg);top: initial;bottom: -20px;left: 0;right: 0;margin: 0 auto;}
    .product-box div:before {display: none;}
    .product-box div {padding-left: 0;position: static;}
    
    .row-fluid .tc-image { position:relative; width:100%; }
    .row-fluid .tc-content { width:100%; padding:40px 0; }
    
    .row-fluid .tab-pane .tc-image, .row-fluid .tab-pane .tc-content {width: 100%;}
    .row-fluid .tab-pane.tc-imagecontent .hs_cos_wrapper_type_custom_widget:nth-child(2n) .product-box div.desc, .row-fluid .tab-pane.tc-imagecontent .hs_cos_wrapper_type_custom_widget .product-box div.desc {padding-right: 0px;padding-left: 0;}
    
    .row-fluid .tc-imagecontent .hs_cos_wrapper_type_custom_widget .product-box span.hs-cta-wrapper {text-align: center;}

    /* Homepage Styles */
    .client-logos {float: left; width: 49.50%;text-align: center;}
}
     

/* Landscape phones and smaller devices
   ========================================================================== */
@media (max-width: 568px) {
    .child-trigger {top: 9px;}
    .blog-listing-wrapper .post-listing .post-item .set-bg {height: 300px!important;}
}



@media (max-width: 479px) {
    /* Mobile Font Sizes */
    h1 {font-size: 30px!important;}
    
    /* Padding Styles */
    .row-fluid .plr0-30 { padding-left:7.5px; padding-right:7.5px; }
    .row-fluid .plr0-60 { padding-left:15px; padding-right:15px; }
    .row-fluid .plr0-100 { padding-left:25px; padding-right:25px; }
    
    /* Hero Section */
    .row-fluid .hero-inner h1 { font-size: 30px!important; }
    
    /* Homepage Styles */
    .client-logos {float: left; width: 100%;text-align: center;}
    
    .blog-listing-wrapper .post-listing .post-item .set-bg {height: 250px!important;}
    /*.top-section.scrolled #nav-icon1{top: 69px;}*/
    .top-section.scrolled #nav-icon1{right: 10px;}
    .mobile-open .top-section.scrolled #nav-icon1{width: 44px;}
    /*#bgVideo{
      background-image: url(https://www.varoma.no/hubfs/bilder/coffeemashine.png);
      opacity: 0.8 !important;
      height: 100%;
      background-position: 62%;
    }*/
}

.txt-center {text-align:center;}

.header-top-nav { 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 20px;
}

.vidyard-player-container,
img.vidyard-player-embed {
  width: 100%!important;
  max-width: 100%!important;
  height: 100%!important;
}

.vidyard_player > span {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}

.header-container-wrapper.scroll .header-top-nav{
  background: rgba(0,0,0,0.6);
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 9999;
}


.row-fluid .tc-imagecontent .hs_cos_wrapper_type_custom_widget {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin:0;
}


.row-fluid .tc-image {
    position: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    height: auto;
}

.product-box div, .product-box-border .border-right {
  padding:0;
  margin:0;
}

.product-box p.vertical-text {
  display: none;
}

.row-fluid .tc-content {
  float: none;
  width: 100%!important;
  margin:0!important;
  display: inline-block;
}

.product-box.box-wrap .p30-0.sideline.equalheight,
.product-box.box-wrap h4.equalheight {
  text-align: center!important;
}

.single .product-box.box-wrap .p30-0.sideline.equalheight,
.single .product-box.box-wrap h4.equalheight {
  text-align: left!important;
}

.product-box.box-wrap .p30-0.sideline.equalheight {
  padding: 20px 10px 30px;
}

.single .p30-0.sideline.equalheight {
  padding: 20px 0 30px;
}



.row-fluid .tc-imagecontent .product-box .sideline,
.row-fluid .tc-imagecontent .product-box h4,
  text-align: center;
  position: inherit;
}

.row-fluid .tc-imagecontent .hs_cos_wrapper_type_custom_widget .product-box .sideline,
.row-fluid .tc-imagecontent .hs_cos_wrapper_type_custom_widget:nth-child(2n) .product-box .sideline {
  padding: 20px;
}

.row-fluid .tc-imagecontent  .product-box h4{ 
  padding: 30px 20px 0;
}

.row-fluid .tc-imagecontent .hs_cos_wrapper_type_custom_widget .product-box .plr0-30 {
  text-align: center;
}

.product-box div.sideline:before, .product-box-border .border-right:before {
  display: none;
}

.row-dark-gray {
   background: #333;
}

.span6.product-image.tc-image.text-center img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.single .btn.pl30.p0-0.centerOM {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  padding-left: 20px;
}

.row-fluid .single .plr0-30,
.row-fluid .three-columns-products .plr0-30{
  padding:0;
}

.span12.widget-span.widget-type-widget_container.tc-imagecontent {
  margin: 0 auto;
  text-align: center;
}


.span12.widget-span.widget-type-widget_container.tc-imagecontent.single {
  margin: inherit;
  text-align: inherit;
}





@media screen and (min-width: 980px) {

  .row-fluid .tc-imagecontent .hs_cos_wrapper_type_custom_widget {
    width: 33%;
  }
  
  .tc-imagecontent .three-columns-products .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 1em;
  }
  
  .row-fluid .single.tc-imagecontent .hs_cos_wrapper_type_custom_widget { 
    width: 100%!important;
   }
  
  .row-fluid .single.tc-imagecontent .hs_cos_wrapper_type_custom_widget .product-image.tc-image.text-center,
  .row-fluid .single.tc-imagecontent .hs_cos_wrapper_type_custom_widget .span6.tc-content { 
    width: 50%!important;
  }
  
  .row-fluid .single.tc-imagecontent .hs_cos_wrapper_type_custom_widget .span6.tc-content .centerOM,
  .row-fluid .single.tc-imagecontent .hs_cos_wrapper_type_custom_widget .span6.tc-content .desc.sideline{
    text-align: left;
  }
  
}



@media screen and (min-width: 1800px) {
  
  .span6.tc-content.centerOM h4 {
    display: block;
  }
  
}




@media screen and (min-width: 992px) and (max-width: 1573px) {
  
  .widget-span.widget-type-menu.custom-menu-primary.p20-0.js-enabled,
  .widget-span.widget-type-rich_text.menu-cta.widthauto.text-center.p20-0 {
    width: 90%!important;
    margin-left:0!important;
    float: right;
  }
  
  .widget-span.widget-type-rich_text.menu-cta.widthauto.text-center.p20-0 .hs_cos_wrapper_type_rich_text {
    float: right;
    padding-right: 10px;
  }
  
  .widget-span.widget-type-rich_text.menu-cta.widthauto.text-center.p20-0 {
    padding: 0;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 12px;
    margin: 9px 8px;
  }
  
  
}


@media screen and (min-width: 992px) {
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: auto!important;
    min-width: 140px!important;
  }
  
}