/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */
/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

/* This responsive framework is required for all styles. */
/* 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. THEME CSS
    - Normalize CSS
    - Theme CSS
    - CSS Grid
    
    
  7. MOBILE MEDIA QUERIES FOR DEFAULT AND CUSTOM CLASSES
   ========================================================================== */
  /* - SMM GSSE SEARCH INTEGRATED*/

/* ==========================================================================
   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 '.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;
}

body.popped {
    overflow: hidden;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 940px;
  margin: 0 auto;
}

a { 
   /*1 color: #4f7f83;   */
    text-decoration: none;
}
/* a:hover, a:focus { color: #dd4e0c; } */
.widget-type-space,
hr {
  color: #d2d2d2;
  background-color: #d2d2d2;
  height: 1px;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* 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;
}

.partner-pop .hs-form.stacked .hs-form-required {
    display: none;
}

/* ==========================================================================
   HubSpot Default Modules Style
   ========================================================================== */

.vex { 
   z-index: 999999; 
}
.hs_cos_flex-slider .caption { 
    padding: 5px;    
}
.hs_cos_flex-slider {
    margin-bottom: 31px !important;
}
.vex-content.hs-gallery .hs_cos_flex-slides li div.caption {
    padding: 5px;
}
.hs_cos_flex-slider .superimpose .caption {
    width: 100%;
    padding: 5px; 
}
@media (min-width: 768px) {
    .hs_cos_flex-slider .hs_cos_flex-slides img {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .hs_cos_flex-slider .caption {
       font-size: 1em !important;
    }
    .hs_cos_flex-slider .superimpose .caption {
       font-size: 18px !important;
    }
}
@media (max-width: 479px) {
    .hs_cos_flex-slider .superimpose .caption {
       font-size: 14px;
    }
}
/* ==========================================================================
   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; }

/* 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 {}



/* ==========================================================================
   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                                            
   ========================================================================== */
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


/* ===============================================================================================
   STRUTO MENU MODULE INTEGRATION (SMM V1) WITH HUBSPOT MENU
   ===============================================================================================
   =============================================================================================== */

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
   
/* Logo setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
   /* Logo background color */
  
/* Desktop Extra Button XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
   /* Set value none or block when using this button */

/* General menu setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

    /* The same height goes for Menu ul and Header (.smm-header-wrapper) */  
   /* Set menu font color for menu bar */
   /* Set menu font weight for menu bar */
   /* Set ul background color */
   /* Set Main Menu Header Border Bottom to 1px or 0 for none */
  
  /* Desktop parent setting */
   /* Set ul background color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
    /* Set border left color to the menu item */
    /* Set border left to the menu item */

   /* Desktop child list color setting */
   /* Set ul background color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
   /* Set child height */
  
  /* Set both value for Desktop Child Dropdown Position Push to left or centered */
   /* Set dropdown position 50% for left or 1% for centered */
   /* Set dropdown position 90px for left or 0px for centered */

   /* Set menu font weight for menu bar */
   /* Set menu font weight for menu bar */

  /* Mobile Menu setting ***************/
  /* Hamburger Menu setting */
   /* Set Mobile Bar height */
   /* Hamburger Background*/
    /* Hamburger Background hover*/
   /* Set the Hamburger(mobile-trigger) font-size */
  
  /* Mobile Dropdown setting */
   /* Set Mobile Menu Background Color */
   /* Set background link hover Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
   /* Set align on the menu item */
   /* Border Mobile Menu */
   /* Set button none to hide or block to display */
  
    /* Mobile child color setting */
   /* Set Mobile Menu Background Color */
  
   /* Set Link Color */
   /* Set Link Hover Color */
   /* Set menu font weight for menu bar */
  
  
 


/* Other menu setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Close Icon on mobile *************/
@font-face {
    font-family: "Flaticon";
    src: url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.eot?t=1526294835980");
    src: url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.eot?t=1526294835980#iefix") format("embedded-opentype"),
	url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.woff?t=1526294835980") format("woff"),
	url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.ttf?t=1526294835980") format("truetype"),
	url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.svg?t=1526294835980") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
}
.flaticon-close6:before {
	content: "\e000";
}
.smm-item-close i.flaticon-close6 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.smm-item-close a:hover {
    background: transparent !important;
}

/* Animation AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */

/* Menu AAAAAAAAAAAAAAAAAAAAA */

.widget-span.smm-master-header {
    width: 100%;
    -webkit-animation: mymove 0.2s; /* Chrome, Safari, Opera */
    animation: mymove 0.2s;
} 
/* Chrome, Safari, Opera */

.widget-span.smm-master-header {-webkit-animation-timing-function: linear;}

/* Standard syntax */

.widget-span.smm-master-header  {animation-timing-function: linear;}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {top: -60px;}
    to {top: 0;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: -60px;}
    to {top: 0;}
}

/*.nav-up { top: -60px; }*/




/*Menu Scroll Display transitions*/
/* UPDATE EXISTING STYLE */
.nav-up{
    transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);

    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
@media (max-width: 767px) {
    .nav-up{
        transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);   
    }
}
/* ADD NEW STYLE */
.nav-down{
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);

    -o-transition-duration: 200ms;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
body.mobile-open .smm-master-header.nav-up {
     transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;

    -o-transition-duration: 200ms !important;
    -webkit-transition-duration: 0.2s !important;
    -moz-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
}



/* Mobile Menu Toggle Animation */

@-webkit-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@-moz-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@-o-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}

@-webkit-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@-moz-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@-o-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}


.mobile-open a.mobile-trigger i:before {
    -webkit-animation:topline 0.3s ease-in-out;
    -moz-animation:topline 0.3s ease-in-out;
    animation:topline 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards;
}
.mobile-open a.mobile-trigger i:after {
     -webkit-animation:bottomline 0.3s ease-in-out;
    -moz-animation:bottomline 0.3s ease-in-out;
    animation:bottomline 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards;
}



.header-container-wrapper .widget-span {
    min-height: initial;
}
.widget-span.smm-master-header {
    display: none;
    position: fixed;
    width:100%;
    z-index:999999;
}

/* Hide transported menu */
#smm-transport .header-container-wrapper {
    display: none !important;
}
.smm-header-wrapper .widget-span {
    width: auto !important;
    margin-left: initial !important;
    
}
.smm-header-wrapper {
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    height: calc(70px + 1px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.smm-footer-script {
    display: none !important;
}
.st-struto-logo img {
    padding: 0 10px;
    height: 70px;
    width: initial !important;
}
.smm-menu-wrapper {
    margin-left: 0 !important;
    
}
.smm-header-wrapper .smm-left {
    float: left !important;
    width: initial;
}
.smm-right-corner {
    float: left;
}
.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
.smm-header-wrapper .smm-right {
    float: right !important;
    width: initial;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul:last-child {
    
}
.st-struto-logo .hs_cos_wrapper_type_linked_image {
    display: table-cell;
    vertical-align: middle;
    height: 70px; 
    background-color: transparent;
}
.st-struto-logo {
    width: calc( 100% + 20px );
}

ul.hs-menu-children-wrapper.smm-bucket ul {
    display: none;
}
.smm-header-wrapper .smm-desktop-menu {
    float: left;
}

.smm-header-wrapper a.cta_button {
    height:  70px !important; /* 70px */
}
.smm-cta {
    background: rgb(70, 70, 70);
    height: 70px !important;
}
.mobile-extra-right-button {
    display: none !important;
}

/************* More Target *************************/

.smm-target-menu-item:last-child {
        display: none;
}
@media (max-width: 1200px) {
    .smm-target-menu-item:last-child {
        display: block;
    }
    .smm-target-menu-item:last-child > li.hs-menu-item:last-child {
        display: none;
    }
}
ul.smm-bucket>li:last-child {
    display: none;
}

/* Reset display */
@media (min-width: 768px) {
    .smm-header-wrapper .smm-right-corner {
        display: none;
    }
    
    .smm-header-wrapper .smm-desktop-menu {
        display: block;
    }
   
    .smm-header-wrapper .smm-mobile-menu {
        display: none;
    }
}

/* Show Mobile and hide desktop menu */
@media (max-width: 767px) {
    .mobile-search-icon {
        cursor: pointer;
    }
    a.mobile-search-icon .fa {
        font-size: 18px;
        color: #e31c79;
    }
    .smm-header-wrapper .smm-right-corner,
    .smm-header-wrapper .smm-desktop-menu {
        display: none;
    }
    .smm-header-wrapper {
        border-width: 0;
    }
    .smm-header-wrapper .smm-mobile-menu {
        display: block;
    }

     .mobile-extra-right-button {
        display: block !important;
        right: 115px;
        top: 4px;
        position: relative;
     }
    .st-struto-logo .hs_cos_wrapper_type_linked_image,
    .smm-header-wrapper {
        height: 60px ;   
    }
    
    .st-struto-logo img {
       height: 60px;
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul:first-child { 
        
        height: auto;
        overflow-x: hidden !important;
        /*overflow: -moz-scrollbars-none;*/
        direction: rtl;
    }
    
    /* .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar { display: none !important; } */
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar {
        width: 8px;
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
        border-radius: 10px;
        background-color: transparent;
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    }
    
    @-moz-document url-prefix(http://),url-prefix(https://) {
        scrollbar {
           -moz-appearance: none !important;
           background: rgb(0,255,0) !important;
        }
        thumb,scrollbarbutton {
           -moz-appearance: none !important;
           background-color: rgb(0,0,255) !important;
        }
        
        thumb:hover,scrollbarbutton:hover {
           -moz-appearance: none !important;
           background-color: rgb(255,0,0) !important;
        }
        
        scrollbarbutton {
           display: none !important;
        }
        
        scrollbar[orient="vertical"] {
          min-width: 15px !important;
        }
    }
    
}

@media (max-width: 479px) { 
    .mobile-extra-right-button {
        display: none !important;
    }
}

/* ==========================================================================
   Desktop Menu
   ========================================================================== */
   
/* Parent List XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul{ 
  background-color:transparent;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li{
  background:transparent;
  border-left: 1px solid transparent;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li.active {
    /* background: transparent !important; */
}

/********************************************************************************************************/

/*Menu Item Hover Colour Transition*/
/* UPDATE EXISTING STYLE */
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li:hover{
    background:transparent;
    /*
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    */
    transition: all 200ms ease-in;
}

/********************************************************************************************************/


.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:link,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a{
  color:#fff;
  font-size: 15px;
  display: table-cell;
  padding: 0 20px;
  height: 70px;
  vertical-align: middle;
  text-transform: uppercase;
  border-top: 3px solid transparent;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition:  all 0.2s ease;
    transition: all 0.2s ease;
}

.smm-desktop-menu .hs-menu-wrapper > ul > li.active-branch{
    background: transparent;
    color: #fff;
    border-top: 3px solid #e31c79;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li.active-branch > a:hover {
    border-top: 3px solid transparent;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a {
    /*transition: all 0.1s ease-in;*/
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;
  background: transparent;
  padding-top: 10px;
  /*transition: all 0.2s ease-out;*/
}

.smm-header-wrapper .custom-menu-primary.smm-desktop-menu li.hs-item-has-children:hover > a {
    color: #fff;
    background-color:transparent;
    border-top: 3px solid rgba(255, 255, 255, 0.5);
}

.smm-desktop-menu .hs-menu-flow-horizontal {
    font-size: 0;
}

/* Child List XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: initial;
    margin-left:0;
    right:0;
}



/*Child Item Display transition*/
/* ADD NEW STYLE */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;

    visibility: visible;
}

/********************************************************************************************************/



.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: calc(50% - 50%);
    margin-left: calc(90px - 90px);
    width: 180px;
    text-align: center;
}

.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: initial;
    right: 180px !important;
}


/*Child Hover Colour Transition*/
/*UPDATE EXISTING STYLE*/
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li:hover{
    background:#f5f5f5;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    color: #e31c79;
}
/*UPDATE EXISTING STYLE*/
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a:link,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a{
  color:#222222;
  font-size: 14px;
  /*-o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;*/
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a{
    max-height: 100%;
    padding: 15px 20px;
    vertical-align: middle;
    display: table-cell !important;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a:hover {
    color: #1a6de5;
}
/********************************************************************************************************/


.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li{
  background:#fff;
  border-right: 0px solid #f5f5f5;
  border-bottom: 1px solid #ececec;
  border-left: 0px solid #f5f5f5;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul ul {
    border: 1px solid #ececec;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul ul {
    margin-left: 0 !important;
}

.custom-menu-primary.smm-desktop-menu ul ul li.hs-item-has-children .fa-angle-down {
    transform: translate(-80px, -6px);
    top: 40%;
    color: #fff;
}
.custom-menu-primary.smm-desktop-menu ul ul li.hs-item-has-children .fa-angle-down:before {
    content: "\f104";
}

/* Template Dropdown arrow  float to right *******************************************
.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children span.fa {
    position: absolute;
    font-size: 20px;
    color: whitesmoke;
    right: 15px;
    top: 20px;
}
.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children > a {
    padding-right: 40px !important;
}
*/

/* Template Dorpdown arrow at the bottom centered  ***********************************/
.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children span.fa {
    position: absolute;
    font-size: 20px;
    color: #fff;
    right: 0;
    left: 0;
    bottom: 2px;
    text-align: center;
}
.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children span.fa:hover {
    color: #fff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
    text-align: left;
    font-weight: 400;
    width: 180px;
}
@media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        width: 100%;
    }
}
/* More Item Auto Button hidden if does not have child */ 

/* 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;
  height: auto;
  min-height: 50px;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper { 
        display:block !important;
    }
}




/* ==========================================================================
   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.                     
 */

@media (min-width: 768px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }
  
      /* Override */
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        display: initial !important;
    }
      
}

@media (max-width: 767px){   

  /* 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 *{
    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: white;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        display: block !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
    }
    
  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: table-cell !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: auto; /* Button width */
      height:  60px; /* Button height */      
      padding: calc(60px/2 - 15px/2) 10px 0;
      vertical-align: middle;
      background: transparent; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 15px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      opacity: 1;
  }
  

    a.mobile-trigger i,
    a.mobile-trigger i:before, 
    a.mobile-trigger i:after{
  }
  
  .scrolling a.mobile-trigger i:before,
  .scrolling a.mobile-trigger i,   
  .scrolling a.mobile-trigger i:after{
      background-color: #000 !important;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #888;
      opacity: 1;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      /*content: 'Menu';*/ /* Change the text on the closed toggle button */
      color: #000;
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: transparent /* transparent */;
      opacity: 0;
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
     
      background-color: transparent;
      /*  background: transparent; Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      /*
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
      */
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  /*
  body:not(.mobile-open) .mobile-trigger i, 
  body:not(.mobile-open) a.mobile-trigger i:before, 
  body:not(.mobile-open) a.mobile-trigger i:after {
      background-color: #fff;
  }*/
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: white; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
    .mobile-open .scrolling a.mobile-trigger i {
    	background-color: #fff !important;
    }

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 100% !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20) !important;
      margin-right: 20px;
  }
  a.child-trigger:hover {
      text-decoration: none;
     
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #888; /* Icon color */
      display: block;
      float: right;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .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-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 60px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
     
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 0.01% 0 0 0; /* Padding to add room for close button */
      /* Menu background color set off global mobile-SMMmenuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
      background-color: rgba(0, 0, 0, 0.65);
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
      text-align: left;
   }
   .custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child {
       background-color: transparent;
       border-bottom: 0 !important;
   }
   /* Only if you have an extra button at last second menu item ********************/
   .custom-menu-primary .hs-menu-flow-horizontal > ul > li:nth-last-of-type(2) {
        display: none;
        border-top: 1px solid rgb(212, 212, 212);
        background-color: rgb(221,78,12);
        background-image: none;
        color: white;
   }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
      display: block;
      text-align: left;
      color: #000;
      font-weight: 300;
      text-transform: uppercase;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-bottom: 1px solid #e4e4e4; /* Adds transparent dark highlights to top of top level list items */
      background-color: #fff;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 20px;
      font-size: 14px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: #f7f7f7;
     border-bottom: 1px solid #e4e4e4;
     color: #979797;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li:hover {
      background-color: #f0f0f0;
      color: #1a6de5;
  }
    .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a:hover {
    
      color: #1a6de5;
    }

  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 14px; /* Font size of child lists */
      color: #000;
      text-transform: capitalize;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a:hover{
      color: #e31c79;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

@media screen and (max-width: 979px) {
   
    /* Show Mobile Menu Group */
    
    .desktop-menu-group{
        display: initial !important; 
    } 
    
}
/* Mega Menu CSS */
.mega-wrapper {
  background-color: #fff;
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 70px;
  visibility: hidden;
  z-index: -999999;
  /*height: 0;*/
    -webkit-transition:  all 300ms ease;
    transition:  all 300ms ease;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover .mega-wrapper {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition:  all 300ms ease;
    transition:  all 300ms ease;
}
.mega-wrapper.mega-open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition:  opacity 300ms ease, height 400ms ease;
    transition:  opacity 300ms ease, height 400ms ease;
    box-shadow: 0 40px 100px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}

.mega-container {
  padding-bottom: 52px;
  padding-top: 30px;
}
.hd-mega {
  border-bottom: 2px none #e1e1e1;
  color: #38acd2;
  display: block;
  margin-top: 20px;
  padding-bottom: 5px;
  text-decoration: none;
}
.w-list-unstyled {
  list-style: outside none none;
  padding-left: 0;
}
.mega-list-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3px;
  padding-top: 3px;
}
.mega-list-item.nb {
  border-bottom-color: transparent;
}
.mega-icn {
  color: #6b6b6b;
  display: inline-block;
  margin-right: 8px;
  min-width: 14px;
}
.mega-link {
  border-left: 1px none #cacaca;
  border-right: 1px none #cacaca;
  border-top: 1px none #cacaca;
  color: #6b6b6b;
  display: inline-block;
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
  width: auto;
}
.mega-toggle {
	display: block;
	height: 100%;
	top: 24px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
}
    /*.mega-toggle:hover .mega-wrapper {*/
    /*    height: auto;*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*    -webkit-transition:  opacity 300ms ease, height 400ms ease;*/
    /*    transition:  opacity 300ms ease, height 400ms ease;*/
    /*    box-shadow: 0 40px 100px 0 rgba(0, 0, 0, .2);*/
    /*    overflow: hidden;*/
    /*}*/
    .mega-wrapper a {
        padding: 7px 15px 7px 0px !important;
        border-bottom: 1px solid #f3f3f3;
        border-top-style: none;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        min-width: 160px;
        background-color: #fff;
        display: block;
        color: #222222;
        position: relative;
        vertical-align: top;
        text-decoration: none !important;
        color: #222222;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        text-transform: none !important;
        min-height: auto !important;
        white-space: normal !important;
    }
    .mega-wrapper h4 {
        text-transform: none;
    }

.mega-wrapper h4 a {
    padding: 0;
    color: #f90;
    border: medium none;
}
.mega-wrapper h4 {
        padding: 0;
    color: #f90;
    border: medium none;
}
.mega-wrapper a:hover {
	background-color: #f0f0f0;
	color: #1a6de5;
	transition: all 200ms ease-;
    padding-left: 5px;
}
.solutions-link.yellow {
	color: #f90;
}
.row-fluid .vertical-wrap-flex .content-column.solution-block {
	/*height: 637px;*/
}
.solution-head {
	margin-bottom: 20px;
	display: table;
}
.solution-head-row {
	display: table-row;
}
.heading-cell {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.code-block {
    position: absolute;
}
.btn-inline {
    display: inline-block;
}
.mega-wrapper h4 a:hover{
	background-color: #f0f0f0;
	color: #1a6de5;
	background-color: #fff;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:hover .mega-toggle {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.mobile-header-text {
	font-size: 20px;
	margin: 0 0 10px 0;
}
.mobile-header-text.yellow, .mobile-header-text.yellow a {
	color: #f90;
	padding: 0;
	border: medium none;
	font-size: 20px;
}
.nav-dropdown-link {
	min-width: 160px;
	border-top: 1px solid #f3f3f3;
	background-color: #fff;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.nav-dropdown-link:hover {
	background-color: #f0f0f0;
	color: #1a6de5;
}
.nav-dropdown-link.bottom-line {
	padding: 7px 15px 7px 0px;
	border-bottom: 1px solid #f3f3f3;
	border-top-style: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.nav-dropdown-link.bottom-line.yellow {
	color: #f90;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.nav-dropdown-link.bottom-line.yellow:hover {
	color: #1a6de5;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.mega-wrapper .nav-dropdown-link {
    white-space: normal;
}
.mega-col {
    padding: 0 10px;
}

/* ==========================================================================
   Header Quick Contact Styles
   ========================================================================== */

.quick-header-contact {
    background-color: #424242;
    border-bottom: 1px none #636363;
    height: 20px;
}

.quick-header-contact p {
    color: #bfbfbf !important;
    font-size: 13px;
    padding: 0;
    margin: 0;
    text-align: center;    
}

.quick-header-contact p a {
    color: rgb(28, 107, 153);
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    
    /* Header Styling
    ========================================================================== */
    .quick-header-contact { 
        display: none !important 
    }
    
}
/* =======================================================================================================================================
   SMM GSSE SEARCH INTEGRATED
=========================================================================================================================================*/
.smm-header-wrapper .widget-span .search-bar.smm-sse-search {
    position: static;
    display: block;
    width: 300px !important;
}
.smm-header-wrapper .search-bar .gsc-control-searchbox-only {
    margin-top: 18px;
    border: 1px;
    min-height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
    border-style: none;
    background-color: #ececec;
}
.smm-header-wrapper .search-bar .gsc-search-button {
    display: none;
}
.smm-header-wrapper .search-bar .gsc-search-button-v2 {
    visibility: visible;
    background: transparent !important;
}
.smm-header-wrapper .search-bar input[type="image"]:focus {
    border:0;
    outline: 0;
    -webkit-appearance: none;
}
.smm-header-wrapper .search-bar .search-bar-button {
    background: url('//cdn2.hubspot.net/hubfs/2040891/oneDay/images/search-icon-white.svg?t=1526294835980');
    background-repeat: no-repeat;
    background-origin: border-box;
    background-size: 22px;
    background-position: center;
    cursor: pointer;
    background-color: #e31c79;
    padding: 0;
}
.smm-header-wrapper .search-bar input.gsc-input {
    width: 200px !important; 
    background-image: initial !important;
    padding-left: 16px !important;
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 768px) {
    /*
    .smm-header-wrapper .widget-span:not(.search-bar).smm-sse-search.smm-sse-open {
        display: none!important;
    } */
}
@media (max-width: 767px) {
    .smm-header-wrapper .widget-span.search-bar.smm-sse-search {
      display: none!important;   
    }
}
.smm-header-wrapper .widget-span.desktop-search-icon {
    width: 60px!important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid transparent;
    height: 60px;
    color: #fff;
    padding: calc(60px/2 - 15px/2) 10px 0;
}
.smm-header-wrapper .widget-span.desktop-search-icon:hover {
    color: #fff;
}
.smm-header-wrapper .widget-span.smm-sse-search {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 40% !important;
    margin: 0 auto !important;
    display: none;
}
.desktop-search-icon {
    cursor: pointer;
}
.smm-menu-wrapper.smm-sse-menu-close {
    display: none;
}
.smm-header-wrapper .widget-span.smm-sse-search.smm-sse-open {
    display: block;
}
.smm-header-wrapper .widget-span.smm-sse-search-box {
    width: 100% !important;
    display: block;
}
.smm-sse-open {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* Search Result Template */
.smm-sse-result-template .mobile-search-icon-li,
.smm-sse-result-template .widget-span.desktop-search-icon {
    display: none;
}
.smm-sse-noscroll {
    overflow: hidden;
}
/* =======================================================================================================================================
  BROWSER TARGET CLASS
=========================================================================================================================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    
    div.close, span.close, a.close {
        opacity: auto;
        text-shadow: auto;
    }

   .header-container-wrapper .widget-span {
        min-height: auto;
    }
    .smm-header-wrapper .widget-span {
        width: auto !important;
        margin-left: auto !important;
    }
    .st-struto-logo img {
        width: auto !important;
    }

    .smm-header-wrapper .smm-left {
        width: auto;
    }
    .smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
    .smm-header-wrapper .smm-right {
        width: auto;
    }
    
    /* Child List XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
    
    .smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
        left: auto;
    }
    .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: auto;
    }
}

@media (min-width: 768px) {
      /* Override */
    _:-ms-input-placeholder, :root .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        display: inline !important;
    }
}

@media screen and (max-width: 979px) {
    /* Show Mobile Menu Group */
    _:-ms-input-placeholder, :root .desktop-menu-group{
        display: inline !important; 
    }
}

/* ==========================================================================
   MENU SEARCH BOX WITH GOOLGE STRUTO SEARCH ENGINE EXTENDED VERSION 1
   ==========================================================================
   ========================================================================== */

/* ==========================================================================
   Settings
   ========================================================================== */

/* General menu setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

   /* Set menu font color for menu bar */
   /* Set buttons background color */
  
  
  
   /* Set title background Color */
   /* Set description style italic or normal */
   /* Set color for a keyword tag */
   /* Set inactive pagination button color */
   /* Set pagination hover button color */
   /* Set title font size */
   /* Set description font size */

/************* Menu Search Panel Dropdown ******************************************************/
/************************************************************************************/
.smm-sse-quicklinks {
 background: white;
}
.smm-sse-quicklinks a {
   font-size: 15px;
    color: #999;
    display: block;
    padding: 15px;
    text-decoration: none;
    border-bottom: 1px solid #dadada;
}
.smm-sse-quicklinks a:hover {
    color: #e31c79;
}

.widget-span.smm-sse-quicklinks {
    background: white;
    padding: 10px 0;
    margin-top: 7px;
    width: 100% !important;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
}
.widget-span.smm-sse-quicklinks p {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: normal;
    color: #999;
}
div.sse-open {
   display: block;
}
div.sse-close {
   display: none;
}
.panel-sse-message.sse-close {
    padding-left: 15px;
}
.smm-sse-bg {
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    height: 100% !important;
    width: 100%;
}

/* Search Bar AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */
table.gsc-search-box,
form.gsc-search-box {
    margin-bottom: 0 !important;
}
/* Search Input */
.gsc-search-box-tools .gsc-search-box td.gsc-input {
    padding-right: 0;
}
div.gsc-input-box {
    border: 0px solid #D9D9D9; 
    background: #fff;
    height: 38px;
}

.smm-sse-result-template .smm-sse-result-template table.gsc-search-box {
    border-width: 1px !important;
    border: 1px solid #D9D9D9 !important;
}
input.gsc-input {
     background-image: none !important;
     margin-top: -1px !important;
     padding-left: 10px !important;
     padding-right: 10px !important;
     border: 1px solid #000 !important;
     height: 36px !important;
}
.gsib_a {
    padding: 0 !important;
}
/* reset buuton */
.gsib_b {
    display: none;    
}

/* Search Button */

.gsc-search-box-tools .gsc-search-box td.gsc-search-button {
    padding: 0;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus{
        box-shadow: none !important;
}
input.gsc-search-button-v2 {
    background-color: #000 !important;
    background-image: url("//cdn2.hubspot.net/hubfs/370601/blog/search-icon-white-one-md.png?t=1526294835980") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
input.gsc-search-button-v2 {
    height: 38px !important;
    padding: 0 27px !important;
    margin-top: 0 !important;
    cursor: pointer;
}
input.gsc-search-button {
    margin-left: 0 !important;
}
input.gsc-search-button[type="button"] {
    -webkit-appearance: initial !important;
    padding: initial !important;
    background-color: initial !important;
    border: initial !important;
}

div.gsc-input-box {
  border: 1px solid #D9D9D9;
  background: transparent;
}
input.gsc-input {
    background: transparent;
    background-image: url("//cdn2.hubspot.net/hubfs/370601/blog/search-icon-white-one-md.png?t=1526294835980")!important;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-size: 18px;
    background-position: 1%;
    padding-left: 40px !important;
    color: #464646;
}
div.gsc-input-box, input.gsc-input {
   border: 0 !important;
}
.gsc-search-button-v2 {
   visibility: hidden;
}
.smm-sse-result-template .smm-sse-result-template .gsc-search-button-v2 {
   visibility: visible;
}
.smm-sse-search.mobile-search {
    display: block;
    height: auto;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    border-radius: 5px;
}
.smm-header-wrapper .widget-span.mobile-search.smm-sse-search {
    background: #fff;
}
.mobile-search .close-icon-onsearch {
    background: url('//cdn2.hubspot.net/hubfs/2477770/Live_Annecto/images/error_1.svg?t=1526294835980');
    background-size: 35px;
    background-repeat: no-repeat;
    width: 35px!important;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.mobile-search .close-icon-onsearch .fa {
    display: none;
}
.mobile-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
    height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* background-color: #fff; */
    background-image: url("//cdn2.hubspot.net/hubfs/2477770/Live_Annecto/images/search_1.svg?t=1526294835980");
    background-position: 11px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
}
.mobile-search .gsc-search-box-tools .gsc-search-box input.gsc-input {
    background-image: initial !important;
    color: #222;
}
.gsc-search-button {
   background: url('//cdn2.hubspot.net/hubfs/2040891/struto-dev-cdn/menu_icon_close_trans.png?t=1526294835980');
   background-repeat: no-repeat;
   background-origin: border-box;
   background-size: 16px;
   background-position: center;
   cursor: pointer;
   background-color: black;
}

input.gsc-input::-webkit-input-placeholder {
   color: #464646;
}
input.gsc-input:-moz-placeholder { /* Firefox 18- */
   color: #464646;
}
input.gsc-input::-moz-placeholder {  /* Firefox 19+ */
   color: #464646; 
}
input.gsc-input:-ms-input-placeholder {  
   color: #464646;  
}

@media (max-width: 767px) {
   .smm-header-wrapper .widget-span.smm-sse-search {
      top: 70px;
      width: 90% !important;
      background: #464646;
   }
   input.gsc-input {
      font-size: 16px;
      padding: 4px 9px;
      border: 1px solid #D9D9D9;
      width: 99%;
      margin-left: 16px !important;
      margin-top: 2px !important;
      padding-left: 30px !important;
      color:#b1b1b1;
   }
   .widget-span.smm-sse-quicklinks p {
      padding-top: 16px;
   }
   .gsc-search-button { background-color: transparent; }
    input.gsc-input::-webkit-input-placeholder {
       color: #b1b1b1;
    }
    input.gsc-input:-moz-placeholder { /* Firefox 18- */
       color: #b1b1b1;
    }
    input.gsc-input::-moz-placeholder {  /* Firefox 19+ */
       color: #b1b1b1; 
    }
    input.gsc-input:-ms-input-placeholder {  
       color: #b1b1b1;  
    }
}



/* Listing AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */

/* Listing font styling */
.gs-snippet {
    word-wrap: break-word;
    background: #f4f3f3;

    display: block;

    background: transparent;
    color: #555 !important;
}

/* Google Custom Search highlights matching words in bold, toggle that */
.gs-snippet b {
    font-weight: normal;
}

/* Add a border between individual search results */
.gs-webResult {
    border-bottom: 1px solid ;
    padding: 3px 0 21px;
}      

/* Change the font size of the title of search results */
.gs-title, .gs-title b {
    margin: 0 0 .4em;

    line-height: 1.25 !important;
    font-weight: 300 !important;

}
a.gs-title { 

    outline: none;
    text-decoration: none !important;
}
.gs-webResult.gs-result div.gs-title:hover {
    border-bottom: 5px solid #000;
}
.gs-title b {

    outline: none;
}

/* Do no display the URL of web pages in search results */
.gsc-url-top, .gsc-url-bottom {
    display: none;
}
.gs-webResult div.gs-visibleUrl {
    color: #999 !important;
    display: none !important;
}
/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
    font-size: 1.5em;
    padding: 4px 8px;
    border: none solid #ccc;
    background-color: #CECECE !important;
    color: white !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {

}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {

    text-decoration: none !important;
}

/* Remove underline */
.gs-result .gs-title, .gs-result .gs-title * {
    text-decoration: none!important;
}
 
.gsc-selected-option-container {
    color: white !important;
    border-radius: 0 !important;
    border: 0px solid  !important;
    min-width: 90px !important;
}
@media (max-width: 767px) {
    .gs-webResult.gs-result div.gs-title:hover {
        border-bottom: 0px solid #000;
    }
}
@media (max-width: 479px) {
    .gs-title, .gs-title b {
        font-size: 16px !important;
    }
    .gs-snippet {
        font-size: 14px !important;
    }
    .gsc-cursor-page {
        font-size: 1em;
        width: 20%;
        height: 40px;
        float: left;
        margin: 0 !important;
        text-align: center;
        border: 1px solid white !important;
        display: table-cell;
        vertical-align: middle !important;
        padding-top: 13px;
        padding-bottom: 0;
        box-sizing: border-box;
    }
    .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
        border-color:none !important;
    }
}



/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */

/* Custom CSS Classes without or with any prefix for example .st-my-class                                    
   ========================================================================== */
   

.poluck{
    display: none;
    text-align: left;
}

.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    transition: all 0.1s ease 0s !important;
       -webkit-transition: all 0.1s ease 0s !important;
       -moz-transition: all 0.1s ease 0s !important;
}

.comment-link-block {
    cursor: pointer;
}
.le-icon-column {
    margin-top: 0 !important;
}

.downloads-image-column img {
    border-radius: 20%;
}
.le-social-share.widget-type-social_sharing,
.le-follow-us.widget-type-follow_me {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding-left: 10px;
    margin-bottom: 5px;
}
.le-social-share.widget-type-social_sharing {
  margin-bottom: 10px;
}

.le-social-share.widget-type-social_sharing img,
.le-follow-us.widget-type-follow_me .fm_button span {
    visibility: hidden ;
}
.le-social-share.widget-type-social_sharing a {
    padding-top: 13px;
}
.le-social-share.widget-type-social_sharing a,
.le-follow-us.widget-type-follow_me a.fm_button {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px !important;
    width: 30px !important;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: black;
    margin-left: 5px;
    border-left-width: 1px;
    border-left-color: black;
    border-radius: 200px;
}
.le-social-share.widget-type-social_sharing a:hover,
.le-follow-us.widget-type-follow_me a.fm_button:hover {
    background-color: #F6B219
}

.le-follow-us.widget-type-follow_me a.fm_facebook { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/facebook-icon-2.png?t=1526294835980'); }
.le-follow-us.widget-type-follow_me a.fm_facebook:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/facebook-icon-2.png?t=1526294835980');}

.le-follow-us.widget-type-follow_me a.fm_linkedin { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/linkedin-icon-2.png?t=1526294835980'); }
.le-follow-us.widget-type-follow_me a.fm_linkedin:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/linkedin-icon-2.png?t=1526294835980');}

.le-follow-us.widget-type-follow_me a.fm_rss { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/rss-icon-2.png?t=1526294835980'); }
.le-follow-us.widget-type-follow_me a.fm_rss:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/rss-icon-2.png?t=1526294835980');}

.le-follow-us.widget-type-follow_me a.fm_pinterest { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/pinterest-icon-2.png?t=1526294835980'); }
.le-follow-us.widget-type-follow_me a.fm_pinterest:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/pinterest-icon-2.png?t=1526294835980');}

.le-follow-us.widget-type-follow_me a.fm_twitter { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/twitter-icon-2.png?t=1526294835980'); }
.le-follow-us.widget-type-follow_me a.fm_twitter:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/twitter-icon-2.png?t=1526294835980');}

.le-follow-us.widget-type-follow_me a.fm_twitter { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/twitter-icon-2.png?t=1526294835980'); }
.le-follow-us.widget-type-follow_me a.fm_twitter:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/twitter-icon-2.png?t=1526294835980');}

.le-social-share.widget-type-social_sharing a[href*="mailto"] { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/mail-icon-2.png?t=1526294835980'); }
.le-social-share.widget-type-social_sharing a[href*="mailto"]:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/mail-icon-2.png?t=1526294835980');}

.le-social-share.widget-type-social_sharing a[href*="facebook"] { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/facebook-icon-2.png?t=1526294835980'); }
.le-social-share.widget-type-social_sharing a[href*="facebook"]:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/facebook-icon-2.png?t=1526294835980');}

.le-social-share.widget-type-social_sharing a[href*="linkedin"] { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/linkedin-icon-2.png?t=1526294835980'); }
.le-social-share.widget-type-social_sharing a[href*="linkedin"]:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/linkedin-icon-2.png?t=1526294835980');}

.le-social-share.widget-type-social_sharing a[href*="twitter"] { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/twitter-icon-2.png?t=1526294835980'); }
.le-social-share.widget-type-social_sharing a[href*="twitter"]:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/twitter-icon-2.png?t=1526294835980');}

.le-social-share.widget-type-social_sharing a[href*="plus.google"] { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/googleplus-icon-2.png?t=1526294835980');}
.le-social-share.widget-type-social_sharing a[href*="plus.google"]:hover { background-image: url('//cdn2.hubspot.net/hubfs/165931/Lelo/lelo_images/googleplus-icon-2.png?t=1526294835980');}

.le-form-newsletter {
    background: #4F7F83;
    padding: 5px 20px 10px;
}
.le-form-newsletter form label {
    display: none;
}
.le-form-newsletter .hs_submit {
    width: 25%;
    float: left;
}
.le-form-newsletter .hs_submit input[type="submit"] {
    margin-top: 0;
    width: 100%;
    background: #3F6B6F;
    background-image: none;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
}
.le-form-newsletter .hs-form fieldset.form-columns-3 {
    width: 75%;
    float: left;
}
.le-form-newsletter .hs-form fieldset.form-columns-3 .hs-input {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #FFFFFF !important;
    color: whitesmoke;
}
.brand,
brand {
    color: #F6B229;
}
.le-blue h1 {
    color: #4F7F83;
}
.le-bg-blue {
    background-color: #4F7F83;
}
form button.paypal {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: white;
    color: rgb(0, 0, 0);
    line-height: inherit;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    text-shadow: none;
    margin-right: 10px;
    padding: 12px 15px;
    height: auto;
    width: 190px;
    max-width: 100%;
}
button.paypal:active,
button.paypal:hover {
    background: #4F7F83;
    border: 2px solid #4F7F83;
    color: white;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}
@media (max-width: 767px){
    .le-form-newsletter .hs-form fieldset.form-columns-3 .hs-form-field,
    .le-form-newsletter .hs_submit {
        width: 100%;
        float: none;
        padding:0;
    }
    .le-form-newsletter .hs-form fieldset.form-columns-3 {
        width: 100%;
        float: none;
    }
}
/* 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                                        
   ========================================================================== */


/* ==========================================================================
   Rss Listing                                        
   ========================================================================== */
a.hs-rss-title {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
   
}
.hs-rss-description p {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(109, 109, 109);
}
.hs-rss-item {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* ==========================================================================
   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;
  border:0;
}

/** 
 * 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
   ========================================================================== */


/* 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: 'Open Sans', sans-serif;
    background-color: transparent;
    border: 2px solid #e2e2e2;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    transition: border 350ms ease-out 0s, background-color 150ms linear 0s;
    color: #333333;
}

input[type="submit"],
body input[type="button"] {
    -webkit-appearance: button;
    margin-top: 10px;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 8px 20px;
    border: 2px solid #f90;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: opacity 283ms ease, background-color 200ms linear, -webkit-transform 0ms linear;
    transition: opacity 283ms ease, background-color 200ms linear, -webkit-transform 0ms linear;
    transition: opacity 283ms ease, background-color 200ms linear, transform 0ms linear;
    transition: opacity 283ms ease, background-color 200ms linear, transform 0ms linear, -webkit-transform 0ms linear;
    color:#f90;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-image: none;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    border-radius: 4px;
}
input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #f90;
    color: #fff;
}
/* Events booking form */
body .content-form.model-one input[type="text"],
body .content-form.model-one input[type="password"],
body .content-form.model-one input[type="datetime"],
body .content-form.model-one input[type="date"], 
body .content-form.model-one input[type="month"], 
body .content-form.model-one input[type="time"], 
body .content-form.model-one input[type="week"], 
body .content-form.model-one input[type="number"], 
body .content-form.model-one input[type="email"], 
body .content-form.model-one input[type="url"], 
body .content-form.model-one input[type="search"], 
body .content-form.model-one input[type="tel"], 
body .content-form.model-one input[type="color"],
body .content-form.model-one input[type="file"],
body .content-form.model-one select {
    background-color: transparent;
    border: 2px solid #e2e2e2;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    transition: border 350ms ease-out 0s, background-color 150ms linear 0s;
}

body .content-form.model-one input[type="submit"] {
    background-color: transparent;
    border: 2px solid #f90;
    border-radius: 4px;
    color: #f90;
    margin-left: 5px;
    margin-right: 5px;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 250ms ease 0s;
    width: auto;
    background-image: none;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
}

/* Contact Us Form */
.contact-us-form .hs-form-required,
.lp-form .hs-form-required,
.hs-form-required {
    display: none;
}
.hs-error-msgs {
	text-align: left;
}
body .contact-us-form input[type="text"],
body .contact-us-form input[type="password"],
body .contact-us-form input[type="datetime"],
body .contact-us-form input[type="date"], 
body .contact-us-form input[type="month"], 
body .contact-us-form input[type="time"], 
body .contact-us-form input[type="week"], 
body .contact-us-form input[type="number"], 
body .contact-us-form input[type="email"], 
body .contact-us-form input[type="url"], 
body .contact-us-form input[type="search"], 
body .contact-us-form input[type="tel"], 
body .contact-us-form input[type="color"],
body .contact-us-form input[type="file"],
body .contact-us-form select {
    background-color: transparent;
    border: 2px solid #e2e2e2;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    height: 80px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    transition: border 350ms ease-out 0s, background-color 150ms linear 0s;
}


body .contact-us-form select{
    background-image: linear-gradient(white 0px, #f3f3f3 100%);
}

body .contact-us-form input, 
body .contact-us-form select {
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    vertical-align: middle;
    width: 100%;
}

body .contact-us-form textarea {
    height: 200px;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 2px solid #e2e2e2;
}

body .contact-us-form input[type="submit"] {
    background-color: transparent;
    border: 2px solid #f90;
    border-radius: 4px;
    color: #f90;
    margin-left: 5px;
    margin-right: 5px;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 250ms ease 0s;
    width: auto;
    background-image: none;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
}

body .contact-us-form input[type="submit"]:hover {
    background-color: #f90;
    color: #fff;
}
/* Landing Page Form */

.hs-form.stacked label {
    color: #f90;
    display: block;
    font-weight: bold !important;
    margin-bottom: 5px;
}

/* hyperlink in a form checkbox label */
.hs-form-booleancheckbox a {
    color: #BE82AA;
}

body .lp-form input[type="text"],
body .lp-form input[type="password"],
body .lp-form input[type="datetime"],
body .lp-form input[type="date"], 
body .lp-form input[type="month"], 
body .lp-form input[type="time"], 
body .lp-form input[type="week"], 
body .lp-form input[type="number"], 
body .lp-form input[type="email"], 
body .lp-form input[type="url"], 
body .lp-form input[type="search"], 
body .lp-form input[type="tel"], 
body .lp-form input[type="color"],
body .lp-form input[type="file"],
body .lp-form select {
    background-color: #ffffff;
    box-sizing: border-box;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
    border-style: none;
    margin-bottom: 20px;
    min-height: 50px;
    font-weight: 300;
}

body .lp-form input:-moz-placeholder, body .lp-form input:-moz-placeholder {
    color: #999;
    opacity: 1;
}

body .lp-form input[type="submit"] {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 250ms ease 0s;
    background-image: none;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
}

.unwrapped .lp-form {
    height: 100%;
} 

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {
    width: auto;  
    display: inline-block;
}




/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}



/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select,
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="tel"]{
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: transparent;
    border: 2px solid #888;
    border-radius: 0;
    font-weight: 700;
}

.hs-form-field > label {
    display: none;
}

.hs_recaptcha.field {
    margin-bottom: 10px
}

.hs_cos_wrapper_type_form select,
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="tel"] {
   height: 45px;
}
.hs_cos_wrapper_type_form textarea {
   min-height: 120px;
}
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form input:focus {
    border: 2px solid #f90;
    background-color: white;
    outline: 0;
}
/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
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%; }
.hs-error-msgs label {
    color: #f90;
}
@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: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none !important;
  margin-top: 0;
    background-image: none;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}




/* ==========================================================================
   6. THEME CSS                                       
   ========================================================================== */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  max-width: none !important;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  margin-right: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


/* ================================================
   Theme CSS
   ================================================ */
@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  height:auto;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
a:focus {
  outline: 0;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}


/* ======================================================================================= 
   ===== CSS GRID ==== 
   ======================================================================================= */
.container-fluid .row-fluid .content-container,
.container-fluid .row-fluid .w-container{
   float: none;
   margin-left: auto;
   margin-right: auto;
   max-width: 940px;
}
 
.container-fluid .row-fluid .content-container:before,
.container-fluid .row-fluid .content-container:after,
.container-fluid .row-fluid .w-container:before,
.container-fluid .row-fluid .w-container:after {
  content: " ";
  display: table;
}
.container-fluid .row-fluid .content-container:after,
.container-fluid .row-fluid .w-container:after {
  clear: both;
}
.container-fluid .row-fluid .content-container .w-row,
.container-fluid .row-fluid .w-container .w-row {
  /*
  margin-left: -10px;
  margin-right: -10px;
  */
}

.container-fluid .row-fluid .w-col {
  position: relative;
  float: left;
  width: 100%;
  /*min-height: 1px;*/
  margin-left: 0;
  /*
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  padding-right: 0;
  
  */
}
/*
.container-fluid .row-fluid .w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
*/
@media screen and (max-width: 991px) {
  .content-container,
  .w-container{
    max-width: 728px;
  }

}

@media screen and (max-width: 767px) {
  .container-fluid .row-fluid .content-container .w-row,
  .container-fluid .row-fluid .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container-fluid .row-fluid .content-container,
  .container-fluid .row-fluid .w-container{
    max-width: none;
  }

}
  

.container-fluid .row-fluid .w-col-1 {
  width: 8.33333333%;
}
.container-fluid .row-fluid .w-col-2 {
  width: 16.66666667%;
}
.container-fluid .row-fluid .w-col-3 {
  width: 25%;
}
.container-fluid .row-fluid .w-col-4 {
  width: 33.33333333%;
}
.container-fluid .row-fluid .w-col-5 {
  width: 41.66666667%;
}
.container-fluid .row-fluid .w-col-6 {
  width: 50%;
}
.container-fluid .row-fluid .w-col-7 {
  width: 58.33333333%;
}
.container-fluid .row-fluid .w-col-8 {
  width: 66.66666667%;
}
.container-fluid .row-fluid .w-col-9 {
  width: 75%;
}
.container-fluid .row-fluid .w-col-10 {
  width: 83.33333333%;
}
.container-fluid .row-fluid .w-col-11 {
  width: 91.66666667%;
}
.container-fluid .row-fluid .w-col-12 {
  width: 100%;
}
.container-fluid .row-fluid .w-col-push-1 {
  left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-push-2 {
  left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-push-3 {
  left: 25%;
}
.container-fluid .row-fluid .w-col-push-4 {
  left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-push-5 {
  left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-push-6 {
  left: 50%;
}
.container-fluid .row-fluid .w-col-push-7 {
  left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-push-8 {
  left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-push-9 {
  left: 75%;
}
.container-fluid .row-fluid .w-col-push-10 {
  left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-push-11 {
  left: 91.66666667%;
}
.container-fluid .row-fluid .w-col-pull-1 {
  right: 8.33333333%;
}
.container-fluid .row-fluid .w-col-pull-2 {
  right: 16.66666667%;
}
.container-fluid .row-fluid .w-col-pull-3 {
  right: 25%;
}
.container-fluid .row-fluid .w-col-pull-4 {
  right: 33.33333333%;
}
.container-fluid .row-fluid .w-col-pull-5 {
  right: 41.66666667%;
}
.container-fluid .row-fluid .w-col-pull-6 {
  right: 50%;
}
.container-fluid .row-fluid .w-col-pull-7 {
  right: 58.33333333%;
}
.container-fluid .row-fluid .w-col-pull-8 {
  right: 66.66666667%;
}
.container-fluid .row-fluid .w-col-pull-9 {
  right: 75%;
}
.container-fluid .row-fluid .w-col-pull-10 {
  right: 83.33333333%;
}
.container-fluid .row-fluid .w-col-pull-11 {
  right: 91.66666667%;
}
.container-fluid .row-fluid .w-col-offset-1 {
  margin-left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-offset-2 {
  margin-left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-offset-3 {
  margin-left: 25%;
}
.container-fluid .row-fluid .w-col-offset-4 {
  margin-left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-offset-5 {
  margin-left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-offset-6 {
  margin-left: 50%;
}
.container-fluid .row-fluid .w-col-offset-7 {
  margin-left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-offset-8 {
  margin-left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-offset-9 {
  margin-left: 75%;
}
.container-fluid .row-fluid .w-col-offset-10 {
  margin-left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-offset-11 {
  margin-left: 91.66666667%;
}
.container-fluid .row-fluid .w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
    /*
  .container-fluid .row-fluid .w-col {
      padding-right: 0;
      padding-left: 0;
  }
  */
  .container-fluid .row-fluid .content-container,
  .container-fluid .row-fluid .w-container {
    max-width: 728px;
  }
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: none !important;
  }
  .container-fluid .row-fluid .w-col-medium-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-medium-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-small {
    display: none !important;
  }
  .container-fluid .row-fluid .content-container .container-fluid .row-fluid .w-row,
  .container-fluid .row-fluid .w-row,
  .container-fluid .row-fluid .w-container .container-fluid .row-fluid .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid .row-fluid .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .container-fluid .row-fluid .w-col-small-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-small-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-small-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-small-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-small-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-small-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-small-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-small-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-small-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-small-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-small-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-small-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-small-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-small-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-11 {
    margin-left: 91.66666667%;
  }
}

@media screen and (max-width: 479px) {
  .container-fluid .row-fluid .content-container,
  .container-fluid .row-fluid .w-container {
    max-width: none;
  }
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-small {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-tiny {
    display: none !important;
  }
  .container-fluid .row-fluid .w-col {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-11 {
    margin-left: 91.66666667%;
  }
}

/* ======== END OF RESET ==== */
.map.v1 {
    margin-top: 30px;
    z-index: 1;
}

.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -moz-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
.w-lightbox-image {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}
.w-richtext:after {
  clear: both;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before,
.w-richtext figure img {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  text-align: center;
  clear: both;
  display: block;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
/* The video overlay (prevents interacting with (ie: playing) the video)
   should only be present when the rich text node can be edited in that context with the RTE.
   1. In the designer canvas - when not previewing the site
   2. In the editor canvas for rich text dyn collection fields
   3. In the editor canvas for static rich text fields made editable (ie: blobs)
   4. In the data managers (see both RichTextInput.less files) as this file is not used there
*/
.wf-design-mode figure[data-rt-type="video"] > div:before,
.w-editor-mount .w-dyn-list figure[data-rt-type="video"] > div:before,
.w-editor-mount .w-editable figure[data-rt-type="video"] > div:before {
  display: block;
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

/* Vertical Center table-cell */
.vertical-wrap > .row-fluid-wrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.vertical-wrap > .row-fluid-wrapper > .row-fluid {
    display: table-row;
    height: 100%;
}
.container-fluid .row-fluid .vertical-container {
    display: table-cell;
    float: none;
    /*height: 100%;*/
    height: auto;
}
.v-align-top{
    vertical-align: top;
}
.v-align-middle{
    vertical-align: middle;
}
.v-align-bottom{
    vertical-align: bottom;
}
/* Vertical Center table-cell flex mod */
.row-fluid .vertical-wrap-flex {
	display: table;
	height: 100%;
	width: 100%;
	border-collapse: separate;
}
.row-fluid .vertical-wrap-flex > span {
	display: table-row;
	height: 100%;
}
.row-fluid .vertical-wrap-flex > span div.hs_cos_wrapper {
	display: table-cell;
	width: 50%;
	height: auto;
	vertical-align: top;
	/*min-height: 100%;*/
	float: none;
	overflow: hidden;
	padding: 0;
	border: 1px solid #ebebeb;
	-webkit-transition: background-color 280ms ease-in;
    transition: background-color 280ms ease-in;
}
.row-fluid .vertical-wrap-flex.v2 > span div.hs_cos_wrapper {
    background-color: #fff;
}
.container-fluid .row-fluid .vertical-wrap-flex .content-column.model-one.v1:hover {
	background-color: transparent;
}
.row-fluid .vertical-wrap-flex .content-column {
	height: 100%;
}
.content-offer-wrapper {
	width: 350px;
	padding: 40px;
	border: 5px solid #f4f4f4;
}
.container-fluid .row-fluid .vertical-wrap-flex .content-column.model-one.v1 {
	border: medium none;
	display: block;
}
.container-fluid .row-fluid .vertical-wrap-flex > span :first-child .content-column.model-one.v1 {
	border-right: medium none;
}
.row-fluid .vertical-wrap-flex > span div.hs_cos_wrapper:first-child {
	border-right: medium none;
}
.container-fluid .row-fluid .solution-block.content-column.model-one.v1 {
	background-color: transparent;
}
.container-fluid .row-fluid .solution-block.content-column.model-one.v1:hover {
	background-color: transparent;
}
.row-fluid .vertical-wrap-flex > span div.hs_cos_wrapper:hover {
	background-color: #f2f2f2;
	-webkit-transition: background-color 280ms ease-in;
    transition: background-color 280ms ease-in;
}

@media(max-width: 767px){
    .row-fluid .vertical-wrap-flex > span div.hs_cos_wrapper {
    	display: inline-block;
    	width: 100%;
    	height: auto;
    }
    .row-fluid .vertical-wrap-flex > span div.hs_cos_wrapper {
    	border-top: 1px solid #ebebeb;
    	border-right: medium none;
    	border-left: medium none;
    	border-bottom: medium none;
    }
    .content-offer-wrapper {
    	width: 100%;
    }

}

/* ========================= OneDay ====== OneDay ======
   OneDay System Classes 
   ========================= OneDay ====== OneDay ====== */
.container-fluid .row-fluid .content-container {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-fluid .content-flexible-wrapper {
    display: none;
}
.content-spacer {
  width: 100%;
  display: inline-block;  
}

body {font-size:14px; font-family: Open Sans,sans-serif; color:#333;}
html, body {height:100%;}
/* Paragraphs */
p {margin-bottom:30px; line-height: 1.6;}
/* Headings */
h1 {font-size:60px; margin:0 0 30px 0;}
h2 {font-size:50px; margin:0 0 30px 0;}
h3 {font-size:35px; margin:0 0 30px 0;}
h4 {font-size:25px; margin:0 0 20px 0;}
h5 {font-size:15px; margin:0 0 20px 0;}
/*DEVTEST*/
@media (max-width:768px) {
    h1 {font-size:60px;}
    h2 {font-size:40px;}
    h3 {font-size:35px;}
    h4 {font-size:25px;}
    h5 {font-size:15px;}
}

h1, h2, h3, h4, h5 {font-weight:100; line-height:1.2;}
/* Content width */
@media screen and (min-width:1200px) {
    .container-fluid .row-fluid .w-container {max-width:1170px;}
}
/* Mouse animate icon */
.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    /*display: none;*/
    z-index: 10;
    opacity: 0.7;
}
.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
          animation-name: drop;
    -webkit-animation-duration: 1s;
          animation-duration: 1s;
    -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
    -webkit-animation-delay: 0s;
          animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes drop {
    0% {
    top: 5px;
    opacity: 0;
    }
    30% {
    top: 10px;
    opacity: 1;
    }
    100% {
    top: 25px;
    opacity: 0;
    }
}
@keyframes drop {
    0% {
    top: 5px;
    opacity: 0;
    }
    30% {
    top: 10px;
    opacity: 1;
    }
    100% {
    top: 25px;
    opacity: 0;
    }
}
/* Navigation background color change on scroll */
.scrolling {
background-color: rgb(255, 255, 255) !important; opacity: 1; 
transition-duration: 1s;
border-bottom:transparent;
-webkit-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
-moz-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
}
.scrolling .nav-link {color:#000 !important;}
/* Logo change on scroll */
.scrolling .logo-wrapper {
    background-image:url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/intercede-logo.svg?t=1526294835980');
    transition-duration: 1s;
}
.scrolling .custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:link, 
.scrolling .custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a {
    color:#000 !important;
    /*transition-duration: 1s;*/
}

/* Team member hover overlay */
.content-custom.model-four:hover .content-custom.model-six {
top:50%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.content-custom.model-four:hover .content-custom.model-five {
top:10px; right:10px; bottom:10px; left:10px;
background-color:rgba(255, 255, 255, 0.85);
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    white-space: normal;
}
.scrolling .hs-menu-depth-1.smm-target-menu-item .mega-wrapper h4 a  {
    color: #f90 !important;
}
.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.model-one {
  display: block;
  height: auto;
  min-height: 500px;
  padding-top: 71px;
  padding-bottom: 71px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(57deg, rgba(120, 60, 189, .9) 30%, #1a6de5);
  background-image: linear-gradient(33deg, rgba(120, 60, 189, .9) 30%, #1a6de5);
  color: #fff;
}
.content-video-set{
    padding-left: 20px;
    padding-right: 20px;
}
.content-video-set iframe{
    width: 100%;
}
.content-section.model-one.w-background-video {
    min-height: auto;
}
.content-section.model-two {
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(66deg, rgba(120, 60, 189, .8), #222944);
  background-image: linear-gradient(24deg, rgba(120, 60, 189, .8), #222944);
  color: #fff;
}

.content-section.model-two.v1 {
  background-image: -webkit-linear-gradient(66deg, rgba(120, 60, 189, .9) 30%, rgba(26, 109, 229, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Company_x5_Hero.jpg?t=1526294835980');
  background-image: linear-gradient(24deg, rgba(120, 60, 189, .9) 30%, rgba(26, 109, 229, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Company_x5_Hero.jpg?t=1526294835980');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.content-section.model-two.v2 {
  background-color: #0098ff;
  background-image: -webkit-linear-gradient(66deg, rgba(120, 60, 189, .9) 30%, rgba(26, 109, 229, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/products_myid.jpg?t=1526294835980');
  background-image: linear-gradient(24deg, rgba(120, 60, 189, .9) 30%, rgba(26, 109, 229, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/products_myid.jpg?t=1526294835980');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}


.content-section.model-two.v3 {
  background-image: -webkit-linear-gradient(66deg, rgba(120, 60, 189, .9) 30%, rgba(26, 109, 229, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Governments_building.jpg?t=1526294835980');
  background-image: linear-gradient(24deg, rgba(120, 60, 189, .9) 30%, rgba(26, 109, 229, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Governments_building.jpg?t=1526294835980');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.content-section.model-two.v4 {
  padding-top: 130px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(66deg, rgba(120, 60, 189, .9) 30%, rgba(26, 109, 229, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Company_x5_Hero.jpg?t=1526294835980');
  background-image: linear-gradient(24deg, rgba(120, 60, 189, .9) 30%, rgba(26, 109, 229, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Company_x5_Hero.jpg?t=1526294835980');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.content-section.model-two.v5 {
  background-image: -webkit-linear-gradient(75deg, rgba(228, 35, 110, .8), rgba(120, 60, 189, .8)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Company_x5_Hero_BW.jpg?t=1526294835980');
  background-image: linear-gradient(15deg, rgba(228, 35, 110, .8), rgba(120, 60, 189, .8)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Company_x5_Hero_BW.jpg?t=1526294835980');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.content-section.model-three {
  padding: 40px;
  background-color: #2e2e2e;
  background-image: -webkit-linear-gradient(270deg, rgba(46, 46, 46, .95), rgba(46, 46, 46, .95)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Slider_master_1440x570_03_BW.jpg?t=1526294835980');
  background-image: linear-gradient(180deg, rgba(46, 46, 46, .95), rgba(46, 46, 46, .95)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Slider_master_1440x570_03_BW.jpg?t=1526294835980');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-section.model-four {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3a3a3a;
  color: #7a7a7a;
  text-align: center;
}

.content-section.model-five {
  background-color: #f4f4f4;
}

.content-section.model-five.v1 {
  border-top: 1px solid #d5d5d5;
}

.content-section.model-six {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e4236e;
}

.content-section.model-six.v1 {
  background-color: #783cbd;
}

.content-section.model-seven {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.model-eight {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

.content-section.model-nine {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.content-section.model-eleven {
    background-color: #f4f4f4;
}

.content-section.model-eleven {  
  background-position: 0 0px, 0 0;
  background-size: auto auto, cover;
  color: #ffffff;
  padding-bottom: 80px;
  padding-top: 120px;
}

.content-container.model-one {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.content-container.model-two {
  text-align: center;
}

.content-container.model-three {
  background-color: #fff;
}

.content-container.model-three.v1 {
  padding: 30px;
}

.content-container.model-four {
  padding: 15px 30px;
  background-color: #1a6de5;
  color: #fff;
}

.content-custom {
  position: relative;
}

.content-custom.model-one {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ececec;
  text-align: center;
}

.content-custom.model-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
}

.content-custom.model-three {
  margin-bottom: 20px;
  margin-left: 70px;
}

.content-custom.model-four {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
}

.content-custom.model-four.v1 {
  background-color: #f2f2f2;
}

.content-custom.model-five {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.content-custom.model-five.v1:hover {
  background-color: rgba(255, 153, 0, .85);
}

.content-custom.model-six {
  position: absolute;
  top: 100%;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-transition: top 300ms ease-out;
  transition: top 300ms ease-out;
  color: #e4236e;
  text-align: center;
}

.content-custom.model-six.team-name {
    height: 40px;
}
.content-custom.model-eight {
  width: 40px;
  height: 40px;
  padding: 8px 10px 10px;
  float: left;
  border: 2px solid #e4236e;
  border-radius: 50%;
  background-color: transparent;
  color: #e4236e;
  text-align: center;
}

.content-custom.model-eight.v1 {
  border-style: none;
  border-radius: 50%;
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/success-pink.svg?t=1526294835980');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.content-custom.model-nine {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.content-custom.model-eleven {
  text-align: center;
}

.content-custom.model-twelve {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  width: 550px;
  padding: 0px;
  background-color: #353535;
  color: #fff;
}

.content-custom.model-thirteen {
  width: 25%;
  max-height: 240px;
  min-height: 240px;
  padding: 30px 25px;
  float: left;
  /*
  -webkit-transition: background-color 250ms ease-in, box-shadow 150ms ease;
  transition: background-color 250ms ease-in, box-shadow 150ms ease;
  */
  transition: all 250ms ease-in;
  text-align: center;
}

/*
.content-custom.model-thirteen:hover {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}
*/
.content-custom.model-fourteen {
  display: inline-block;
  width: 15.6666%;
  text-align: center;
}

.content-custom.block-left {
  text-align: left;
}

.content-custom.model-fifteen {
    background-color: #e4236e;
    bottom: -10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 8px;
    position: absolute;
    z-index: 2;
}


.content-custom.model-fifteen.v2 {
    bottom: auto;
    top: 16px;
}

.content-custom.model-fifteen.v1 {
    font-size: 14px;
    left: 0;
    top: 0;
    max-height: 30px;
}

.content-custom.model-sixteen {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/example-bg.png?t=1526294835980');
  background-position: 0px 0px;
  background-size: 125px;
}

.content-custom.model-sixteen.v1 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/8.jpg?t=1526294835980');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-custom.model-sixteen.v2 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/2.jpg?t=1526294835980');
  background-position: 50% 50%;
  background-size: cover;
}

.content-custom.model-sixteen.v3 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/1.jpg?t=1526294835980');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-custom.model-sixteen.v4 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/4.jpg?t=1526294835980');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-custom.model-sixteen.v5 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/7.jpg?t=1526294835980'), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/example-bg.png?t=1526294835980');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

.content-custom.model-sixteen.v6 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/A55E4793.jpg?t=1526294835980');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-custom.model-seventeen {
  padding: 30px;
  background-color: #f90;
  color: #fff;
  text-align: center;
}

.inner-content-column.model-eight {
    background-color: #fff;
    border-radius: 0;
    color: #333;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 250ms ease 0s;
}
.inner-content-column.model-eight:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.vid-item .content-custom.model-fifteen {
  left: 0;
}


.content-custom.model-eighteen {
  height: 350px;
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/5.jpg?t=1526294835980');
  background-position: 50% 50%;
  background-size: cover;
}

.content-custom.model-seven {
  padding: 30px;
  background-image: -webkit-linear-gradient(57deg, rgba(120, 60, 189, .8), rgba(228, 35, 110, .8)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/A55E4793.jpg?t=1526294835980');
  background-image: linear-gradient(33deg, rgba(120, 60, 189, .8), rgba(228, 35, 110, .8)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/A55E4793.jpg?t=1526294835980');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.content-custom.model-ten {
  padding: 29px;
}

.content-custom.block-center {
  text-align: center;
}

.content-custom.model-nineteen {
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.content-custom.model-partner-logo.model-nineteen {
    float: left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}

.content-custom.model-twenty {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #e4236e;
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/eye.png?t=1526294835980');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

/* Banner Changes */
.content-slide.model-two {
    vertical-align: middle;
}
.table-col {
    display: table;
}
.inner-content-column.model-five {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.content-column.model-fourteen {
    display: table;
}
.content-column.model-fourteen {
    height: 570px;
    text-align: center;
}

.content-column.model-fifteen {
    border-right: 1px dotted #d1d1d1;
    color: #e4236e;
    padding: 20px;
    background-color: #f4f4f4;
    margin-bottom: 30px;
}

.content-column.model-fifteen.v1 {
    border-right-color: transparent;
}

.hd.model-eight {
    color: #8f8f8f;
    margin-bottom: 0;
}

.content-custom.model-twenty-four {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.content-custom.model-twenty-two {
    background-image: url("//cdn2.hubspot.net/hubfs/2158181/add.png?t=1526294835980"), linear-gradient(180deg, rgba(228, 35, 110, 0.7), rgba(228, 35, 110, 0.7));
    background-position: 50% 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 64px auto, auto auto;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 200ms ease-out;
}

.content-custom.model-twenty-two:hover {
    opacity: 1;
    transition: opacity 300ms ease-in;
}

.content-img.model-eleven {
    max-height: 550px;
}

.content-img.model-eleven.home {
        max-height: 405px;
        padding: 0 20px;
}

.content-img.model-twelve {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 200px;
    width: auto;
}

.content-img.model-thirteen {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 80px;
}

.content-img.model-fifteen {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
}

.content-slider.model-three {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    align-items: center;
    background-color: transparent;
    display: block;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    min-height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 80px;
}


/* Banner Changes END */

/*Hub*/
.hub h1{
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 0;
}
.hub p {
  font-family: Lato,sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 30px;
}

.hub img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
}

.hub .btn-model-one.v1 {
  /*width: 200px;*/
  margin-left: 0;
}

.content-column.model-one.cat-block {
    background-color: #f4f4f4;
    height: 540px;
    padding: 75px 40px;
    position: static;
    text-align: center;
}

.hub .w-slider-arrow-left, 
.hub .w-slider-arrow-right {
    display: block;
}
.content-slider.model-three.hub{
   padding-top: 0;
}
.hub .w-slider-nav {
  bottom: -50px;
  position: absolute;
}

.inner-content-column.model-eight.vid-item,
.inner-content-column.model-eight.v7.vid-item{
    padding: 0;
    min-height: auto; 
}


 
.list-item.box.content-column.model-twelve.w-col.w-col-4 {
    padding: 10px;
}
.content-section.module-eleven {
    background-color: #f4f4f4;
}
 #filterWrap .jplist-panel {
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
#filterWrap .jplist-label {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #dfdfdf;
  border-radius: 0;
  box-shadow: 0 0 1px #ffffff;
  box-sizing: border-box;
  color: #ff9900;
  float: left;
  height: auto;
  line-height: 22px;
  margin: 10px 10px 0 0;
  padding: 10px 20px 10.8px;
  text-shadow: 0 0 0;
}
 #filterWrap .jplist-panel .jplist-pagination button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ff9900;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #ff9900;
    float: left;
    height: auto;
    line-height: 22px;
    margin: 10px 10px 0 0;
    padding: 10px 20px;
    text-shadow: 0 0 0;
}
 #filterWrap .jplist-panel .jplist-pagination .jplist-current {
    background-color: #ff9900;
    color: #ffffff;
    font-weight: normal;
}
#filterWrap .jplist-panel .jplist-pagination button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #ff9900;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #ff9900;
  float: left;
  height: 46px;
  line-height: 22px;
  margin: 10px 10px 0 0;
  padding: 0;
  text-shadow: 0 0 0;
  transition: box-shadow 250ms ease-out 0s;
  width: 47px;
}
 #filterWrap .jplist-panel button:hover {
    background: transparent none repeat scroll 0 0;
    border-width: 2px;
    box-shadow: 0 0 0 3px #ff9900 inset;
    color: #ff9900;
      -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

 #filterWrap .jplist-drop-down .jplist-dd-panel::after {
    color: #ff9900;
    z-index: 0;
}

  #filterWrap .jplist-drop-down .jplist-dd-panel {
    color: #ff9900;
    cursor: pointer;
    float: left;
    height: auto;
    line-height: 22px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    text-indent: 0;
}
#filterWrap .jplist-drop-down .jplist-dd-panel li{
    text-indent: 10px;
}
 #filterWrap .jplist-drop-down .jplist-dd-panel:after {
    color: #ff9900;
}
 #filterWrap .jplist-drop-down {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #ff9900;
    float: left;
    height: auto;
    line-height: 22px;
    margin: 10px 0 0;
    position: relative;
    text-shadow: 0 0 0;
    width: 170px;
}
 #filterWrap .jplist-drop-down ul {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 3px 3px;
  border: medium none;
  box-shadow: 0 6px 14px 0 rgba(187,187,187,0.5);
  box-sizing: border-box;
  display: none;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 44px;
  width: 166px;
  z-index: 1000;
  color: #777;
}
#filterWrap {
    position: relative;
}
#filterWrap .jplist-panel.panel-top {
    padding-bottom: 100px;
    padding-left: 10px;
    position: relative;
    width: 100%;
    z-index: 5;
}
#filterWrap .jplist-drop-down.filter-cat {
    float: right;
}
#filterWrap.content-section.model-five {
    padding-top: 60px;
}
.content-row.model-six.w-row.list.box.text-shadow {
    margin-top: 120px;
}
#filterWrap .jplist-drop-down .jplist-dd-panel:after {
    font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e603"; 
    top: 14px;
}
#filterWrap .jplist-panel .jplist-pagination button.jplist-first, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-first:hover,
#filterWrap .jplist-panel .jplist-pagination button.jplist-prev, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-prev:hover, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-last, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-last:hover, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-next,
#filterWrap .jplist-panel .jplist-pagination button.jplist-next:hover {
  border: medium none;
  box-shadow: none;
  width: 25px;
}

#filterWrap .long-list.jplist-drop-down ul {
    color: #777777;
    left: -85px;
    width: 252px;
}

#filterWrap .jplist-drop-down ul {
    color: #777777;
}

.resources .list-item .content-custom.model-six {
  height: 130px; 
}

.resources .list-item .content-custom.model-five {
  padding-bottom: 130px;
}

.resources .list-item .p.model-two.v1 {
    padding-left: 20px;
    padding-right: 20px;
}

#filterWrap .jplist-panel {
    display: block;
}

/* Portal Login */
.login-form {
    margin-top: 20px;
}
.hub-login {
    background-attachment: scroll, fixed;
    background-image: -webkit-linear-gradient(270deg, rgba(31, 157, 203, .85), rgba(31, 157, 203, .85)),url("//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/products_myid-2.jpg?t=1526294835980");
    background-image: linear-gradient(180deg, rgba(31, 157, 203, 0.85), rgba(31, 157, 203, 0.85)), url("//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/products_myid-2.jpg?t=1526294835980");
    background-position: 0 0px, 100% 50%;
    background-size: auto auto, cover;
    padding-bottom: 80px;
    min-height: 800px;
    position: relative;
}
.hub-login .footer-copyright-wrap {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.hub-login-box p {
    margin-bottom: 0; 
}

.content-custom.model-seven.hub-login-box {
  background-color: #ffffff;
  background-image: none;
  background-position: 0 0;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  border-style: solid;
  color: #333333;
  display: block;
  float: none;
  height: auto;
  margin: 100px auto 0;
  padding-top: 30px;
  max-width: 480px;
  width: 100%;
}
.hs_cos_wrapper_type_password_prompt input,
.register-form .hs_cos_wrapper_type_form input {
    color: #333333;
    display: block;
    line-height: 1.42857;
    vertical-align: middle;
    width: 100%;
    height: 50px !important;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #e2e2e2;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    transition: border 350ms ease-out 0s, background-color 150ms linear 0s;
}
.hs_cos_wrapper_type_password_prompt input:focus,
.register-form .hs_cos_wrapper_type_form input:focus{
    background-color: #ffffff;
    border-color: #e4236e;
    outline: none;
}

.hs_cos_wrapper_type_password_prompt input[type="submit"],
.register-form .hs_cos_wrapper_type_form  input[type="submit"]{
    background-color: #ff9900;
    color: #ffffff;
    float: none;
    margin-top: 10px;
    height: auto !important;
    max-width: 420px;
    width: 100%;
    border: 2px solid #ff9900;
    border-radius: 4px;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 250ms ease 0s;
}

.register-form .hs-form-required {
    display: none;
}
 
.login-div-text-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: static;
    text-align: center;
    width: auto;
}

.content-divider.login {
    background-image: none;
    border: 1px solid #ffffff;
    display: inline;
    height: 19px;
    margin-left: 10px;
    margin-right: 5px;
    width: 3px;
}

.link-model-six {
    color: #ffffff;
    text-decoration: none;
}

.link-model-six:hover {
    color: #ff9900;
}
.hs_cos_wrapper_type_password_prompt > div {
    margin-bottom: 10px;
}
.guide-img {
    padding: 20px;
}
@media(max-width:991px){
    .content-column.model-one.cat-block {
        height: 560px;
    }    
    .hub h1 {
      font-size: 40px;
    }
    .hub p {
        font-size: 20px;
        line-height: 26px;
    }
    .content-column.model-six.list-item {
        margin-bottom: 0; 
    }

}

@media(max-width:767px){
    .content-custom.model-nine.padding-box {
    	padding-left: 25px;
    	padding-right: 25px;
    }
    .content-column.model-one.cat-block {
        height: auto;
    }        
    .hub .content-column.model-seventeen {
        text-align: center;
        margin-top: 30px;
    }
    .hub h1 {
      font-size: 30px;
    }
    .hub p {
        font-size: 20px;
        line-height: 1.2;
    }
    .hub .w-slide {
        vertical-align: middle;
    }
        #filterWrap .jplist-drop-down {
        position: absolute;
    }
    #filterWrap .jplist-drop-down.filter-cat {
        float: left;
        top: 60px;
    }
    #filterWrap .jplist-panel.panel-top {
        position: relative;
        padding-bottom: 150px;
        padding-left: 0;
    }
    #filterWrap.content-section.model-five {
        padding-top: 50px;
    }
    #filterWrap .long-list.jplist-drop-down ul {
        left: 0;
    }
    .content-section.model-eleven.hub-slider-banner{
        padding: 120px 0 80px;
    }
    .list-item.box.content-column.model-twelve.w-col.w-col-4 {
        padding: 0;
    }
}

.container-fluid .row-fluid .content-column.model-one {
  padding: 75px 40px;
  background-color: #f4f4f4;
  text-align: center;
}

.container-fluid .row-fluid .content-column.model-one.v1 {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-transition: background-color 280ms ease-in;
  transition: background-color 280ms ease-in;
}

.container-fluid .row-fluid .content-column.model-one.v1:hover {
  background-color: #f2f2f2;
}

.container-fluid .row-fluid .content-column.model-one.v2 {
  background-color: #fff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

/*
.container-fluid .row-fluid .content-column.model-one.v2:hover {
  background-color: #f2f2f2;
}
*/

.container-fluid .row-fluid .content-column.model-four {
  min-height: 400px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.container-fluid .row-fluid .content-column.model-four.v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(26, 109, 229, .8), rgba(26, 109, 229, .8)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Slider_master_1440x570_05-1220x316.jpg?t=1526294835980');
  background-image: linear-gradient(180deg, rgba(26, 109, 229, .8), rgba(26, 109, 229, .8)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Slider_master_1440x570_05-1220x316.jpg?t=1526294835980');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}


.container-fluid .row-fluid .content-column.model-three {
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}


.container-fluid .row-fluid .content-column.model-three.v1 {
  padding-right: 0px;
  padding-left: 10px;
}

.container-fluid .row-fluid .content-column.model-seven {
  padding: 0px;
}

.container-fluid .row-fluid .content-column.model-nine {
  padding-right: 2%;
  text-align: center;
}

.container-fluid .row-fluid .content-column.model-nine.v1 {
  padding-right: 0%;
  padding-left: 2%;
  border-right-style: none;
}

.container-fluid .row-fluid .content-column.model-ten {
  padding: 4% 5%;
  background-color: #2e2e2e;
  color: #fff;
}

.container-fluid .row-fluid .content-column.model-ten.v1 {
  padding-left: 5%;
  border-left: 1px dashed #414141;
  text-align: left;
}

.p.model-one {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 18px;
  width: 100%;
}
#filterWrap .p.model-one {
    min-height: 58px;
}
.p.model-one.v1 {
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.p.model-one.v2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.p.model-one.v3 {
  color: #fff;
}

.p.model-two {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 14px;
}

.p.model-two.v1 {
  margin-bottom: 5px;
  color: #f90;
}

.p.model-two.v2 {
  color: #fff;
}

.p.model-two.v3 {
  color: grey;
}

.p.model-three {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.p.model-three.v1 {
  color: #fff;
}

.p.model-four {
  margin-bottom: 0px;
}

.p.model-six {
  margin-bottom: 0px;
  font-size: 18px;
}

.p.model-six.v1 {
  font-size: 14px;
}

.p.model-five {
  margin-bottom: 0px;
  margin-left: 70px;
}

.p.model-eight {
  margin-bottom: 10px;
  margin-left: 40px;
}

.hd.model-one {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
}

.hd.model-two {
  margin-top: 0px;
  text-align: center;
}

.hd.model-two.v1 {
  color: #fff;
}

.hd.model-three {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #818181;
  font-size: 18px;
  font-weight: 300;
}

.hd.model-four {
  color: #797979;
}

.hd.model-five {
  margin-bottom: 0px;
}

.hd.model-six {
  margin-top: 0px;
  margin-bottom: 60px;
  /*margin-bottom: 80px;*/
  text-align: center;
}

.hd.model-seven {
  margin-bottom: 10px;
  color: #fff;
}

.btn-model-one {
  display: inline-block;
  padding: 9px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-model-one:hover {
  background-color: #fff;
  color: #777;
}

.btn-model-one.v1 {
  /*width: 200px;*/
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.btn-model-one.v2 {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 57px;
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/play-button_1.svg?t=1526294835980');
  background-position: 18px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.btn-model-one.v2:hover {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/play-button_2.svg?t=1526294835980');
  background-position: 18px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.btn-model-one.v3 {
  margin-top: 15px;
  float: right;
}

.nav {
  position: fixed;
  top: 0px;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background-color: transparent;
}

.btn-wrap {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.btn-wrap.btn-left {
  text-align: left;
}

.btn-model-two {
  margin-right: 5px;
  margin-left: 5px;
  padding: 9px 15px;
  border: 2px solid #f90;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #f90;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.btn-model-two.btn-solutions {
    display: none;
}
.btn-model-two.invert {
	width: 350px;
	padding: 15px 45px;
	background-color: #f90;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.btn-model-two.invert:hover {
	border-color: #e48900;
	background-color: #e48900;
}
.btn-model-two:hover {
  background-color: #f90;
  color: #fff;
}

.btn-model-two.v2 {
  padding-left: 40px;
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/play-button_2.svg?t=1526294835980');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.btn-model-two.v2:hover {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/play-button_1.svg?t=1526294835980');
  background-position: 10px 50%;
  background-size: 20px;
}

.content-slider {
  height: auto;
}

.content-slider.model-one {
  min-height: 400px;
  padding-right: 15%;
  padding-left: 15%;
  background-image: -webkit-linear-gradient(237deg, rgba(26, 109, 229, .8), rgba(120, 60, 189, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/home-product-promobox.png?t=1526294835980');
  background-image: linear-gradient(213deg, rgba(26, 109, 229, .8), rgba(120, 60, 189, .9)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/home-product-promobox.png?t=1526294835980');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.content-slider.model-two {
  padding: 100px 80px;
  background-image: -webkit-linear-gradient(79deg, rgba(120, 60, 189, .8), rgba(228, 35, 110, .8)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/home-product-promobox.png?t=1526294835980');
  background-image: linear-gradient(11deg, rgba(120, 60, 189, .8), rgba(228, 35, 110, .8)), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/home-product-promobox.png?t=1526294835980');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-slider.model-three {
  background-color: transparent;
}

.modal-overlay-vid {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  padding-top: 65px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, .9);
  opacity: 1;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/icon-close.svg?t=1526294835980');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.logo-wrapper {
  width: 196px;
  height: 70px;
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/intercede-logo-transparent.svg?t=1526294835980');
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}

.logo-wrapper.model-one {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-link {
  height: 70px;
  padding: 20px 20px 15px;
  border-top: 3px solid transparent;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-link:hover {
  padding-top: 25px;
  border-top-color: hsla(0, 0%, 100%, .5);
}

.nav-link.w--current {
  height: 70px;
  border-top-color: #e4236e;
  color: #fff;
}

.menu {
  padding-right: 20px;
}

.img-overlay {
  position: absolute;
  left: -570px;
  top: -500px;
  width: 1800px;
  opacity: 0.11;
  -webkit-transform: rotate(113deg);
  -ms-transform: rotate(113deg);
  transform: rotate(113deg);
}

.inner-content-column.model-one {
  width: 80%;
  max-width: 500px;
}

.inner-content-column.model-four {
  padding: 20px;
  background-color: #fff;
}

.inner-content-column.model-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20% 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(59deg, rgba(120, 60, 189, .8), rgba(228, 35, 110, .9) 99%), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/A55E4793.jpg?t=1526294835980');
  background-image: linear-gradient(31deg, rgba(120, 60, 189, .8), rgba(228, 35, 110, .9) 99%), url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/A55E4793.jpg?t=1526294835980');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.inner-content-column.model-nine {
  padding: 30px 10px 30px 30px;
}

.inner-content-column.model-nine.v1 {
  padding-right: 30px;
  padding-left: 10px;
}

.inner-content-column.model-seven {
  display: block;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  -webkit-transition: box-shadow 250ms ease-in;
  transition: box-shadow 250ms ease-in;
  color: #333;
  text-decoration: none;
}

.inner-content-column.model-seven:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.inner-content-column.model-seven.v1 {
  border: 1px solid #e6e6e6;
}

.inner-content-column.model-seven.v2 {
    border: 1px solid #e6e6e6;    
    padding-top: 40px;
    position: relative;
    min-height: 200px;
    max-height: 200px;
}

.link-model-one {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #464646;
  -webkit-transition: padding 250ms ease;
  transition: padding 250ms ease;
  color: #fff;
  text-decoration: none;
}

.link-model-one:hover {
  padding-left: 10px;
}

.content-list {
  margin-bottom: 30px;
}

.content-list-item.model-one {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-list-item.model-one.v1 {
  border-bottom: 1px dashed #cecece;
}

.content-list-item.model-two {
  margin-bottom: 20px;
  padding: 20px;
  border: 4px solid #dbdbdb;
  background-color: #fff;
  -webkit-transition: border 350ms ease-out;
  transition: border 350ms ease-out;
  text-align: left;
}

.content-list-item.model-two:hover {
  border-width: 4px;
  border-color: #e4236e;
}

.content-list-item.model-three {
  margin-bottom: 10px;
  padding-left: 35px;
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/success-pink.svg?t=1526294835980');
  background-position: 0px 2px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  text-align: left;
}

.link-block.model-one {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  float: left;
  border-radius: 50%;
}

.link-block.model-one.v1 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/Slider_master_1440x570_05-1220x316.jpg?t=1526294835980');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-model-two {
  border-bottom: 1px dotted grey;
  color: #fff;
  text-decoration: none;
}

.link-model-two:hover {
  border-bottom-style: solid;
}

.form-field.model-one {
  min-height: 50px;
  margin-bottom: 20px;
  border-style: none;
  border-radius: 4px;
}

.form-field.model-two {
  height: 80px;
  margin-bottom: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid #e2e2e2;
  background-color: transparent;
  -webkit-transition: border 350ms ease-out, background-color 150ms linear;
  transition: border 350ms ease-out, background-color 150ms linear;
  font-size: 16px;
  font-weight: 400;
}

.form-field.model-two:focus {
  border-color: #e4236e;
  background-color: #fff;
}

.form-field.model-two.v1 {
  height: 200px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.content-icon-container.model-one {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.content-icon-container.model-one:hover {
  opacity: 0.3;
}

.content-icon-container.model-one.v1 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/icon_twitter.svg?t=1526294835980');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.content-icon-container.model-one.v2 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/icon_linkedin.svg?t=1526294835980');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.content-icon-container.model-one.v3 {
  background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/icon-youtube.svg?t=1526294835980');
  background-position: 50% 50%;
  background-size: 30px 30px;
}

.content-img.model-one {
  width: 100%;
  background-color: #dfdfdf;
}

.content-img.model-two {
  width: 100%;
}
.content-img.model-three.v1 {
	float: left;
}

.content-img.model-three {
  max-width: 150px;
  max-height: 150px;
  min-width: 150px;
  margin-bottom: 20px;
}

.content-img.model-four {
  width: 80%;
}

.cta-img .content-img.model-four {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 250px;
}

.content-img.model-five {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
    width: auto;
}

.content-img.model-six {
  width: 25px;
  height: 25px;
  float: left;
}

.content-img.model-six.v1 {
  width: 30px;
  float: left;
}

.content-img.model-seven {
  max-height: 235px;
  margin-bottom: 30px;
}
.content-img.model-seven.v1 {
	display: block;
	max-height: 180px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content-img.model-eight {
  width: 50px;
  margin-bottom: 30px;
}

.content-img.model-nine {
  max-height: 40px;
}

.content-divider {
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: -webkit-linear-gradient(186deg, #e4236e, #783cbd);
  background-image: linear-gradient(264deg, #e4236e, #783cbd);
}

.content-divider.model-one {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(195deg, #783cbd, #e4236e);
  background-image: linear-gradient(255deg, #783cbd, #e4236e);
}

.content-divider.model-two {
  display: block;
  width: 100px;
  background-image: -webkit-linear-gradient(186deg, #e4236e, #783cbd);
  background-image: linear-gradient(264deg, #e4236e, #783cbd);
}

.content-divider.model-three {
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px dashed #dbdbdb;
}

.modal-overlay-team {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(0, 0, 0, .9);
}

.nav-dropdown-link {
  min-width: 160px;
  border-top: 1px solid #f3f3f3;
  background-color: #fff;
}

.nav-dropdown-link:hover {
  background-color: #f0f0f0;
  color: #1a6de5;
}

.link-model-three {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #e4236e;
  text-decoration: none;
}

.link-model-three:hover {
  border-bottom-style: solid;
}

.link-model-three.v1 {
  margin-left: 15px;
}

.form-label {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form-label.model-one {
  margin-top: 10px;
  margin-bottom: 30px;
}

.btn-model-three {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #f90;
  border-radius: 3px;
  background-color: transparent;
  color: #f90;
}

.btn-model-three:hover {
  background-color: #f90;
  color: #fff;
}

.content-spacer {
  height: 80px;
}

.content-column.left-column {
	padding: 90px 50px;
	background-color: #f4f4f4;
}

.solutions-header,
.solutions-header a {
	color: #f90;
}
.solutions-main-header {
	margin-left: 20px;
	margin-bottom: 10px;
}
.solutions-link {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #333;
	text-decoration: none;
}

.solutions-link:hover {
	padding-left: 12px;
	color: #f90;
}
.sidebar-menu a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #333;
	text-decoration: none;
}

.sidebar-menu a:hover {
	padding-left: 12px;
	color: #f90;
}
.sidebar-menu h5 a{
    color: #f90;
    padding: 0;
}
.sidebar-menu h5 a:hover{
	padding-left: 0;
	color: #f90;
}
.content-column.right-column {
	padding: 90px;
}

.content-spacer.model-two {
	height: 30px;
}

.content-spacer.model-three {
  height: 15px;
}

.content-spacer.model-one {
  height: 50px;
}

.content-section.model-two.v2.less-pad {
	padding-top: 120px;
}

.link-model-four {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #000 #000 #e4e4e4;
  color: #f90;
  font-size: 18px;
  text-decoration: none;
}

.link-model-four:hover {
  border-bottom-style: solid;
  border-bottom-color: #f90;
  background-color: #f7f7f7;
}

.link-model-five {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 10px 20px;
  border: 2px solid #f90;
  border-radius: 4px;
  color: #f90;
  font-size: 18px;
  text-decoration: none;
  background-color: transparent;
}

.link-model-five:hover {
  background-color: #f90;
  color: #fff;
}

.link-model-five.active {
  background-color: #f90;
  color: #fff;
}

.btn-model-four {
  display: block;
  width: 70px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: #e4236e;
  color: #fff;
}

.btn-model-five {
    background-color: #e4236e;
    border: 2px solid #e4236e;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: none;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    max-width: 204px;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-model-five:hover {
    background-color: transparent;
    color: #e4236e;
}

.btn-model-six {
    background-color: transparent;
    border: 2px solid #e4236e;
    border-radius: 3px;
    color: #e4236e;
    margin-right: 5px;
    text-transform: uppercase;
}

.btn-model-six:hover {
    background-color: #e4236e;
    color: #fff;
}

.content-column.model-five {
    padding-left: 10px;
    padding-right: 10px;
}


.content-section.model-one.v1 {
    background-attachment: scroll, scroll;
    background-size: auto auto, cover;
    height: 600px;
    padding-top: 100px;
}
  
.content-custom.model-twenty-three {
    display: table;
}
.content-custom.model-twenty-three {
    height: 100%;
    width: 100%;
}
.content-custom.model-twenty-three.v1 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.content-column.model-thirteen.v1 {
    height: auto;
}
.content-column.model-thirteen {
    display: table;
}
.content-column.model-fourteen.v1 {
    height: auto;
}
.content-column.model-fourteen {
    display: table;
}
.content-column.model-fourteen {
    text-align: center;
}
.content-img.model-fourteen {
    max-height: 290px;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.content-custom.model-twentyone {
	padding-top: 30px;
}
.btn-wrap.v1 {
    text-align: left;
}

@media (max-width: 991px) {
    .content-column.left-column {
    	padding: 30px 20px;
    }
    .content-column.right-column {
    	padding: 30px;
    }
  .content-section {
    padding: 60px 40px;
  }
  .content-section.model-one {
    min-height: 700px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-section.model-one.w-background-video {
    min-height: auto;
}

  .content-section.model-three {
    padding: 0px;
  }
  .content-section.model-five {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-section.model-six {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-section.model-ten {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-custom.model-one {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-custom.model-two {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .content-custom.model-three {
    margin-left: 50px;
  }
  .content-custom.model-four {
    width: 33.3333%;
  }
  .content-custom.model-five {
    top: auto;
    max-height: none;
    min-height: 60px;
    /*background-color: hsla(0, 0%, 100%, .9) !important;*/
    background-color: #fff;
    opacity: 0.85;
  }
  .content-custom.model-six {
    top: auto;
    bottom: 10px;
    padding: 0px;
  }
  .content-custom.model-twelve {
    position: relative;
    width: 100%;
  }
  .content-custom.model-thirteen {
    width: 33.3333%;
  }
  .content-column.model-five {
    min-height: 390px;
    padding: 20px 40px;
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #414141;
  }
  .content-column.model-three {
    display: block;
  }
  .content-column.model-thirteen {
    height: auto;
  }
  .content-column.model-fourteen {
    height: auto;
  }
  .p.model-one.v2 {
    font-size: 20px;
    line-height: 26px;
  }
  .p.model-three {
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .p.model-three.v2 {
    font-size: 25px;
    line-height: 25px;
  }
  .p.model-six {
    font-size: 16px;
  }
  .p.model-six.v1 {
    font-size: 12px;
  }
  .hd.model-one {
    font-size: 40px;
  }
  .hd.model-one.v1 {
    font-size: 40px;
  }
  .btn-model-one.v1 {
    margin-bottom: 10px;
  }
  .btn-model-one.v2 {
    margin-left: 0px;
  }
  .btn-model-two {
    margin-bottom: 10px;
  }
  .content-slider.model-one {
    padding-right: 12%;
    padding-left: 12%;
  }
  .slider-arrow-wrap {
    width: 15%;
  }
  .slider-arrow-wrap.model-one {
    width: 50px;
  }
  .slider-arrow-wrap.model-two {
    width: 10%;
  }
  .slider-arrow-wrap.model-three {
    width: 10%;
  }
  .nav-link {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    color: #1f1f1f;
  }
  .nav-link.w--current {
    border-bottom-width: 2px;
    border-bottom-color: #1a6de5;
    color: #1a6de5;
  }
  .menu {
    padding-right: 0px;
  }
  .img-overlay {
    left: -290px;
    top: -180px;
  }
  .inner-content-column.model-three {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .inner-content-column.model-eight {
    min-height: 320px;
  }
  .content-list.model-three {
    margin-bottom: 0px;
  }
  .link-block.model-one.v1 {
    width: 40px;
    height: 40px;
  }
  .nav-dropdown-link {
    padding-left: 30px;
    border-bottom: 1px solid #e4e4e4;
    border-top-style: none;
    background-color: #f7f7f7;
    color: #979797;
  }
  .content-spacer {
    height: 50px;
  }
  /*
  .btn-model-four {
    display: none;
  }
  */
  .menu-btn.w--open {
    background-color: #1a6de5;
  }
  
  /* Update Ends*/
}

.pop-img {
    text-align: center;
}
.pop-img{
    max-width: 250px;
}
@media (max-width: 767px) {
    .btn-model-two.invert {
	    width: auto;
    }
    .content-section.model-two.v2.less-pad {
    	padding-top: 60px;
    	padding-bottom: 60px;
    }
    #filterWrap .p.model-one {
        min-height: auto;
    }
  .content-section {
    padding: 30px;
  }
  .content-custom.model-one {
      padding-left: 0;
      padding-right: 0;
  }
  .content-section.model-one {
    height: auto;
    min-height: auto;
    padding-bottom: 20px;
  }
  .content-section.model-six {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-custom.model-four {
    width: 50%;
  }
  .content-custom.model-thirteen {
    width: 50%;
  }
    .content-custom.model-fourteen {
    width: 30%;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-custom.model-twenty {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: #783cbd;
    background-image: url('//cdn2.hubspot.net/hubfs/2158181/Live_Intercede/images/eye.png?t=1526294835980');
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }
  
  .content-row.model-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-fluid .row-fluid .content-column.model-one {
    padding-right: 30px;
    padding-left: 30px;
  }
    .content-column.model-four.v1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-column.model-five {
    min-height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-fluid .row-fluid .content-column.model-three {
    padding-right: 0px;
  }
  .container-fluid .row-fluid .content-column.model-three.v1 {
    padding-left: 0px;
  }
    .content-column.model-six {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-eight {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-twelve {
    padding-right: 0px;
    padding-left: 0px;
  }
  .p.model-one.v2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .hd.model-one {
    font-size: 30px;
  }
  .btn-model-one.v1 {
    margin-bottom: 10px;
  }
  .btn-model-one.v3 {
    margin-top: 20px;
    float: left;
  }
  .content-slider.model-two {
    padding-right: 50px;
    padding-left: 50px;
  }
    .content-slider.model-three {
    display: block;
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-arrow-wrap.model-one {
    width: 40px;
  }
  .slider-arrow-wrap.model-two {
    width: 10%;
  }
  .mouse-icon {
    display: none;
  }
  .img-overlay {
    left: -200px;
    top: -104px;
  }
  .inner-content-column.model-nine {
    padding-right: 30px;
    padding-left: 30px;
  }
  .inner-content-column.model-nine.v1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-img.model-four {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .content-img.model-ten {
    width: 50%;
  }
}

@media (max-width: 479px) {
    .heading-cell {
    	display: inline-block;
    	width: 100%;
    }
    .btn-model-two.btn-solutions {
        display: inline-block;
    }
    .content-img.model-three.v1 {
    	float: none;
    }
    .solutions-main-header {
    	margin-left: 0;
    }
  .content-section.model-six {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-container.model-three.v1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-container.model-four {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-custom.model-four {
    width: 100%;
  }
  .content-custom.model-thirteen {
    width: 100%;
    max-height: none;
    min-height: auto;
  }
  .content-custom.model-ten {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-column.model-one.v1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-column.model-five {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-column.model-ten {
    border-bottom: 1px solid #414141;
  }
  .content-column.model-eleven {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hd.model-two.v2 {
    font-size: 25px;
    line-height: 25px;
  }
  .content-slider.model-two {
    padding-right: 40px;
    padding-left: 40px;
  }
  .slider-arrow-wrap.model-two {
    width: 12%;
  }
  .img-overlay {
    left: -110px;
    top: -24px;
  }
  .inner-content-column.model-nine {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-img.model-four {
    width: 100%;
  }
  .modal-overlay-team {
    display: none;
  }
}

/***** HOMEPAGE *****/  
/* Scrolling icon - Homepage hero section */
.scroll:before {
content: '';
    position: absolute;
    top: 8px;
    left: 10px;
    width: 4px;
    height: 12px;
    background: #FFF;
    border-radius: 4px;
    -webkit-animation: scrollanimation 2s infinite;
    animation: scrollanimation 2s infinite;
}
/***** NAVIGATION AREA  *****/  
/* Partner testimonial strip */
/* REMOVED */ /*
.row-fluid .inner-content-column.model-seven:before {
  
  position:absolute;
  top: -28px;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: auto;
}
*/
/***** FORM ELEMENTS *****/
/* Input field placeholder font color*/  
.form-field.model-four::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255,255,255,0.5);
}
.form-field.model-four:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.5);
    opacity: 1;
}
.form-field.model-four::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.5);
    opacity: 1;
}
.form-field.model-four:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255,255,255,0.5);
}
/****** FOOTER *****/
/* Footer Article images */
@media (max-width:1600px) {
    .img-container.model-two {width:40px;height:40px}
}
@media (max-width:1366px) {
	.img-container.model-two {width:30px;height:30px}
}
@media (max-width:1080px) {
	.img-container.model-two {width:25px;height:25px}
}



/* ==========================================================================
   7. MOBILE MEDIA QUERIES FOR DEFAULT AND CUSTOM CLASSES                             
   ========================================================================== */ 
.margin-bottom-p-reduced p {
    margin-bottom: 0;
}
.hide-form-label form .hs-form-field > label:first-child {
    display: none;
}
.footer-newsletter form input.hs-input {
    background-color: white;
    border: medium none;
    border-radius: 3px;
    font-weight: 400;
}
.footer-newsletter .hs-error-msgs label {
    font-weight: 400;
}
.contact-form h3,
.footer-newsletter h3 {
    display: none;
}
.footer-newsletter form input[type="submit"] {
    border: 2px solid white;
    color: white;
    border-radius: 3px;
}
.footer-newsletter form input[type="submit"]:hover {
    background-color: #fff;
    color: #242424;
}
.footer-newsletter .hs_cos_wrapper_type_form input:focus {
    border: 2px solid white;
    background-color: #fff;
    outline: 0;
}
.widget-type-cell.margin-top-zero {
    margin-top: 0;
}
.contact-list p {
    line-height: 30px;
}
.padding-bottom-60 {
    padding-bottom: 100px;
}

/***** Team System ***********/
/****** Team Pop Up Function *********/
.team-link-block {
  margin-bottom: 20px;
  padding: 20px;
    border: 1px solid #fff;
   border-radius: 8px;
  background-color: #fff;
  color: #414141;
  text-decoration: none;
}
@media (min-width: 767px) and (max-width: 991px){
  .br-overflow-team {
    max-height: 600px;
    overflow-y: auto;
  }  
}

.hp-intro {
  display: inline-block;
  width: 40%;
  min-height: 180px;
  background-image: url('//cdn2.hubspot.net/hubfs/2040891/Bridge_ST/Bridge_Image/example-bg.png?t=1526294835980');
  background-position: 0px 0px;
  background-size: 125px;
}

.hp-intro.who-we-are {
  float: left;
  clear: none;
  background-image: url('//cdn2.hubspot.net/hubfs/2040891/Bridge_ST/Bridge_Image/bridge-who-we-are-5.jpg?t=1526294835980');
  background-position: center;
  background-size: cover;
}
.hp-intro.who-we-are.team {
  width: 220px;
  height: 220px;
  border-radius: 0;
}
@media (max-width: 479px) {
  .hp-intro.who-we-are {
    min-height: 210px;
    background-position: 50% 50%;
  }
}
.about-quote-profile-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  border: 1px solid #c4c4c4;
  border-radius: 200px;
  background-color: #e3e3e3;
  background-position: 50% 50%;
  background-size: contain;
}
.about-quote-name-description {
  display: inline-block;
  margin-left: 10px;
}
.about-quote-name {
  display: inline-block;
  margin-top: 11px;
  margin-left: 10px;
  float: left;
  color: gray;
  line-height: 18px;
}

.about-team-image-div {
  width: 100%;
  height: 150px;
  margin-bottom: 0px;
  border-top: 1px solid #a9b521;
  border-right: 1px solid #a9b521;
  background-color: #dbdbdb;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}
a.about-team-image-div:hover {
    color: white !important;
}

.about-team-image-div.extra {
  background-color: #bfcd31;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.st-about-team-hover,
.about-team-hover {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: transparent;
  font-size: 70px;
  text-align: center;
}
.st-about-team-hover:hover,
.about-team-hover:hover {
  background-color: rgba(191, 205, 49, 0.90);
  color: white;
  font-weight: 400;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
}
.about-team-hover.extra {
  display: block;
}
.about-team-hover.extra:hover {
  color: transparent;
  text-shadow: none;
}
.st-about-employee-pop-up {
   left: 0px;
   right: 0px; 
}
.st-about-employee-pop-up,
.about-employee-pop-up {
  position: fixed;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1000000;
  overflow: scroll;
}

@media (max-width: 991px), (min-height: 1200px) {
    .hp-intro.who-we-are.team {
        width: 130px;
        height: 130px;
        min-height: inherit;
    }
}
@media (max-width: 767px), (min-height: 1200px) {

    .st-about-employee-pop-up {
       overflow: auto;
       overflow-x: hidden;
    }
    
    .st-about-employee-pop-up::-webkit-scrollbar {
        width: 8px;
    }
    
    .st-about-employee-pop-up::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); 
        border-radius: 10px;
    }
    
    .st-about-employee-pop-up::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); 
    }

}
@media (max-width: 479px) {
    .p-big.br-title-email-team {
        font-weight: bold;
        font-size: 14px;
    }
}
.st-team-name {
    font-size: 13px;
    margin-bottom: -30px;
    margin-top: -20px;
    padding-left: 5px;
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
    white-space: nowrap;
    overflow: hidden;
}
@media (min-width: 640px) and (max-width: 700px), (min-width: 1100px) and (max-width: 1300px) { 
    .st-team-name {
        font-size: 12px !important;
    }
}
@media (min-width: 480px) and (max-width: 639px), (min-width: 992px) and (max-width: 1099px) { 
    .st-team-name {
        font-size: 10px !important;
    }
}
/* REMOVED */
/*
.st-team-wrap {
    padding-bottom: 40px;
}
*/
.about-employee-image-div {
  display: block;
  width: 200px;
  height: 200px;
  margin: 100px auto 20px;
  border: 3px solid #bfcd31;
  border-radius: 200px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px -6px;
}
@media (max-width: 1366px) {
    .about-employee-image-div { 
         margin-top: 50px;
    }
}
.about-employee-name {
  margin-bottom: 10px;
  font-family:'Stawix amsipro', sans-serif;
  color: white;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
.about-employee-p {
  width: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.about-employee-position {
  margin-bottom: 20px;
  color: #b4975a;
  font-size: 20px;
  text-align: center;
}
.about-text-block {
  color: #bfcd31;
  font-size: 18px;
  text-align: center;
}
.about-employee-pagination-div-wrap {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.about-employee-overlay-exit {
  /*
  width: 40px;
  height: 40px;
  */
  float: right;
  background-color: transparent;
  text-decoration: none;
   border-bottom-left-radius: 0;
    border: 2px solid white;
    margin-right: 10px;
    margin-top: 10px;
    padding-top: 8px;
}
.about-employee-overlay-exit-icon {
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color:#fff;
  font-size: 23px;
  text-align: center;
  
}
.about-employee-pagination-div-wrap a {
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.button.about-employee-pagination-back {
    top: 10px;
    left: 10px;
}
.button.about-employee-pagination-next {
    left: 20px;
    top: 10px;
}
.primary-cta.popout,
.button.about-employee-pagination-next,
.button.about-employee-pagination-back {
    margin-top: 0;
    padding: 10px;
    border: 2px solid white;
    border-radius: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    -webkit-transition: opacity 283ms ease, background-color 200ms linear, -webkit-transform 200ms linear;
    transition: opacity 283ms ease, background-color 200ms linear, -webkit-transform 200ms linear;
    transition: opacity 283ms ease, background-color 200ms linear, transform 200ms linear;
    transition: opacity 283ms ease, background-color 200ms linear, transform 200ms linear, -webkit-transform 200ms linear;
    font-weight: 600;
    float: left;
}
.primary-cta.popout:hover,
.button.about-employee-pagination-next:hover,
.button.about-employee-pagination-back:hover {
  background-color: #fff;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color:#af1c63;
}
.team-overlay-container {
  padding-top:65px;
}
@media (max-height: 800px), (max-width: 767px) {
  .hp-intro.who-we-are {
      float: none;
      margin: 0 auto;
    display: block;
    margin-bottom: 14px;
    
  }
  .team-overlay-container {
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
   }
  .st-about-employee-pop-up,
  .about-employee-pop-up {
    display: none;
  }
  .about-employee-pagination-div-wrap .popout {
      display: none !important;
  }
  .about-employee-image-div {
    width: 100px;
    height: 100px;
    margin-top: 30px;
    background-size: cover;
  }
  .about-employee-name {
    margin-bottom: 0px;
    font-size: 28px;
  }
  .about-employee-pagination-div-wrap {
    display: block;
    width: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: initial;
    left: 0px;
   }
  .button.about-employee-pagination-next, .button.about-employee-pagination-back {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 1px;
    margin-bottom: 1px;
    padding-top: 5px;
    border: 2px solid #fff;
    background-color: transparent;
    color: transparent;
    font-size: 13px;
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    position: relative;
  }
  .w-container.pop-content {
      padding: 20px 0;
  }
   
   .button.about-employee-pagination-next {
    background-image: url('//cdn2.hubspot.net/hubfs/2156179/Privitar_Live_Folder/Image_Privitar_Live/arrows_2.svg?t=1526294835980');
   }
    .button.about-employee-pagination-back {
        background-image: url('//cdn2.hubspot.net/hubfs/2156179/Privitar_Live_Folder/Image_Privitar_Live/arrows_2.svg?t=1526294835980');
   }
    .button.about-employee-pagination-back:hover {
        background-color: rgba(255, 255, 255, 0.3);
          color: transparent;
    }
    .button.about-employee-pagination-back,
    .button.about-employee-pagination-back:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        
    }
   .button.about-employee-pagination-next:hover {
      background-color: rgba(255, 255, 255, 0.3);
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        color: transparent;
    }
    .about-employee-pagination-div-wrap {
        height: 60px;
        width: 102px;
    }
    .about-employee-pagination-div-wrap a {
        display: inline-block !important;
    }
}
/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 940px) {}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {}



/* Custom Styles (START)
   ========================================================================== */

.h2.model-seven {
  margin-bottom: 10px;
  color: #fff;
}

.form-field.model-three {
    background-color: #fff;
    border-radius: 5px;
    height: 60px;
    margin-bottom: 0;
}

.content-column.w-col.w-col-6.controls:last-child {
    padding-left: 28px;
}

.btn-left a.v1 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.content-column.model-four.v1 .inner-content-column.model-one {
    display: block;
    float: none;
    margin: 0 auto !important;
}

.content-column.model-five .content-list {
    margin-bottom: 0;    
}

.slide-box {
    padding-top: 70px;
}
.content-slider.model-one .w-slide {
    min-height: 400px;
}

.content-column.model-eleven.w-col.w-col-4.mix,
.content-column.model-twelve.w-col.w-col-4.mix {
    padding: 0 10px;
}

.blocktexts {
    min-height: 90px;
    max-height: 90px;
}

.logoline img{
    
}

.custom-centered .model-two {
    /*padding-bottom: 80px;*/
    text-align: center;
}
.custom-centered .model-two img {
    padding: 20px;
}
.content-spacer.grey-spacer {
    background-color: #F4F4F4;
}


img.content-img.model-two.team-img {
    max-height: 285px;
    max-width: 294px;
    min-height: 285px;
    min-width: 290px;
}

/* Events modal form */

#blogContainer {
    min-height: 400px;
}
#btnEvent {
    margin-top: 20px;
}

.row-fluid .modal-overlay-form {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    display: none;
    left: 0;
    padding-top: 65px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99998;
    overflow: scroll;
}

.btn-close {
  background-image: url("//cdn2.hubspot.net/hubfs/2158181/icon-close-1.svg?t=1526294835980");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25px auto;
  border: 2px solid #fff;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}
.btn-close:hover {
  cursor: pointer;
}

.content-form.model-one {
    background-color: #fff;
    border-radius: 10px;
    display: block;
    margin-left: auto !important;
    margin-right: auto;
    padding: 25px;
    width: 60%;
    float: none;
    z-index: 99999;
}
.content-row.tabr {
    margin-bottom: 30px;
}

/* Equal Columns - Table/Cell*/

.tabr {
    border-collapse: separate;
    display: table !important;
    height: auto;
    width: 100%;
}
.tabc {
    display: table-cell !important;
    float: none !important;
    height: auto;
    vertical-align: middle;
}

.table-group {
    border-collapse: separate;
    display: table !important;
    height: auto;
    width: 100%;
}
.cell-group {
    display: table-cell !important;
    float: none !important;
    height: auto;
    vertical-align: middle;
}

/* Footer Twitter */
.twitter-timeline.twitter-timeline-rendered {
    height: 270px !important;
    padding: 0 10px !important;
}

/* Footer News Listing */
.footer-news {
    padding: 0 10px;
}

.content-custom.model-fourteen.v1 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.wrap-link {
    color: #333;
}

/* Industries Update */
.content-column.model-sixteen {
    padding: 20px;
    text-align: center;
    min-height: 250px;
    max-height: 250px;
}

.content-img.model-eight {    
    max-height: 50px;
    max-width: 50px;
}
/* Equal heights dev reset */
.block-flex > span {
    display: flex !important;
}
/* diagram image */
#mobState {
    display: none;
}

.table-set {
    border-collapse: collapse;
    display: table;
    height: 100%;
}
.cell-set {
    display: table-cell !important;
    float: none !important;
    height: 100% !important;
    vertical-align: middle;
}

/* Investor listing */
.more-investor.w-button.btn-model-six {
    display: block;
    float: none;
    margin: 0 auto 70px !important;
    width: 115px;
}
/*
#eventContainer div.mix {
    display:none;
    position: absolute;
    visibility: hidden;
}
*/
.mix .content-column.model-eleven {
    padding-right: 10px;
}

#capabilities {
    padding-bottom: 50px;
}

.content-column.model-eight.v1.w-col.w-col-4 {
    padding: 0 10px;
}

#filterContainerB .content-custom.model-fifteen {
    left: 0;
}

.problem-blocks .content-custom.model-thirteen {
    max-height: 280px;
    min-height: 280px;
}
/*
.side-form.content-column.model-three.w-col.w-col-4 {
    width: 49.2%;
}
*/

.ind-img .content-img.model-eight {
    max-height: 80px;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
}
.ind-img.content-column.model-sixteen.w-col.w-col-4 {
    max-height: 300px;
    min-height: 300px;
}
.ind-img h4 {
    font-size: 23px;
}

body .sidebar-form.lp-form input[type="submit"] {
    text-transform: none;
}

.post-item.blog-item {
    position: absolute;
    visibility: hidden;
}

/* investor filters */ /*
#eventContainer div.mix.post-item.event-item{
    visibility: visible !important;
	position: relative !important;
}
*/

/* investor filters */
.open-all.post-item.event-item{
    visibility: visible !important;
    position: relative !important;
}

.post-listing.investor-listing {
    min-height: 600px;
}

.heading-logo {
    display: inline;
    margin-top: -25px;
    max-height: 80px;
}

@media(max-width: 991px){
    .container-fluid .row-fluid .w-container.blog-container{
        padding-left: 0;
        padding-right: 0;
    }
    .inner-content-column.model-eight {
        min-height: 275px;
    }
    .content-custom.model-fourteen.v1 {
        width: 33.3333%;
    }
    .wrap-link h4 {
        font-size: 20px;
    }
}
    
@media(max-width: 767px){
    .problem-blocks .content-custom.model-thirteen {
        max-height: 220px;
        min-height: 220px;
    }
    /* Equal heights dev reset */
    .block-flex > span {
        display: inline !important;
    }
    .side-form.content-column.model-three.w-col.w-col-4 {
        width: 100%;
    }
    .container-fluid .row-fluid .content-column.model-three {
        padding-left: 0;
    }
    .ind-img.content-column.model-sixteen.w-col.w-col-4,
    .inner-content-column.model-seven.v2,
    .content-column.model-sixteen,
    .blocktexts {
        max-height: none;
        min-height: auto;
    }
    .content-section.model-five .hd.model-six {
        margin-bottom: 50px;
        padding: 0 30px;
    }
    .w-slider-arrow-left, .w-slider-arrow-right {
        display: none;
    }
    
    .container-fluid .row-fluid .content-column.model-one {
        padding: 30px;
    }
    
    .content-slider .cell-set {
        padding: 0 20px;
    }
    .footer-news {
        padding: 0;
    }
    .content-custom.model-fourteen.v1 {
        width: 50%;
    }
    .content-column.w-col.w-col-6.controls,
    .content-column.w-col.w-col-6.controls:last-child {
        padding: 0 20px;
        margin-bottom: 15px;
    }
    img.content-img.model-two.team-img {
        max-height: none;
        max-width: none;
        min-height: auto;
        min-width: auto;
    }
    .tabr {
        display: inline !important;
    }
    .tabc {
        display: inline-block !important;
    }
    .twitter-timeline.twitter-timeline-rendered {
        height: auto !important;
        padding: 0 !important;
        width: 100% !important;
    }
    #desState {
        display:none;
    }
    #mobState{
        display: inline;
        padding: 20px;
    }
}
@media(max-width: 479px){
    .content-custom.model-fourteen.v1 {
        width: 100%;
    }
    .ind-img.content-column.model-sixteen.w-col.w-col-4 {
        max-height: 300px;
        min-height: 300px;
    }
}
/* Custom Styles (END)
   ========================================================================== */













