/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

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

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




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

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

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






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


   1. BASE STYLES                                             


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





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


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

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

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

/* Containers */
 /* Used on '.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;
}

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

/* Website background color and default font styles */
body {
    background: #fff;
    color: #323232;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

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

a { 
    text-decoration:none;
    color: #0053A5; 
}
a:hover, a:focus { 
    text-decoration:underline;
    color: #0053A5; 
}

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

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

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



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


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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin:0 0 15px;
    font-family: Verdana, Geneva, sans-serif;
    text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 22px;
    color: #323232;
    line-height: 1;
    margin:20px 0 0;
}
h2 {
    font-size: 18px;
    line-height: 20px;
    color: #0053a5;
    margin: 16px 0 0;
}
h3 {
    font-size: 14px;
    color: #323232;
    line-height: 16px;
    margin: 12px 0 0;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    Color: #0053a5;
    margin: 10px 0 0;
}
h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    Color: #323232;
    margin: 10px 0 0;
}
h6 {
    font-size: 12px;
    font-style: italic;
    color: #323232;
    margin: 10px 0 0;
    line-height: 14px;
}

/* Lists */

ul, ol {}
.body-container .hs_cos_wrapper_type_rich_text ul,.widget-module ul{padding: 0;margin: 0 0 10px 25px;}
.body-container .hs_cos_wrapper_type_rich_text ol,.widget-module ol{padding: 0;margin: 0 0 10px 25px;}


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 {}
.custom-francais {
    margin: 0 0 0 40px !important;
    float: right !important;
    width: 166px !important;
}
.custom-francais ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.custom-francais ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
}
.custom-francais ul li a {
    font-size: 12px;
    line-height: 20px;
    color: #0053a5;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}
.custom-contact {
    width: 990px !important;
    float: left !important;
    padding: 5px 0;
}
.custom-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.custom-contact ul li { 
    display: inline-block;
    margin-right: -4px;
}
.custom-contact ul li a { 
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0px 5px;
    color: #666;
    text-decoration: none;
}
.custom-contact ul li:last-child a{
    padding-right: 9px;
}
.custom-contact ul li a:hover { 
    color: #0053A5;
}
.top-social.custom-top-social-icon {
    position: relative;
    top: -7px;
    right: -1px;
}
.head-search.custom-search-v {
    float: right;
    margin-top: -7px;
    margin-bottom: 0;
    margin-right: -1px;
}
.head-search.custom-search-v > div {
    display: block;
}
.custom-form-header.widget-type-google_search form {
    margin: 0;
    float: right;
}
.custom-form-header.widget-type-google_search label {
    display: none;
}
.custom-form-header.widget-type-google_search  a.hs-button.primary {
    display: none;
}

.head-search.custom-search-v .element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.custom-form-header.widget-type-google_search input[type="text"] {
    background: url(//cdn2.hubspot.net/hubfs/2555411/Images/search-invert.png) no-repeat 8px center;
    width: 154px;
    padding-left: 26px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
    -moz-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
    -o-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
    transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
    vertical-align: middle;
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: sans-serif;
    border: 1px solid #ccc;
    margin:0;
}
.custom-form-header.widget-type-google_search input[type="text"]:focus {
    color: #444;
    width: 214px;
    border-color: #999;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.25);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.25);
    outline: 0;
}

.custom-form-header {
    margin-top: -7px;
}
.custom-menu-bg {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #cccccc;
}
.custom-logo a {
    display: block;
    margin: 5px 0 12px;
}

.custom-top-bg.bg {
    padding-top: 29px;
}

.custom-header.fr .custom-logo img {
    margin: 10px;
}

.french .body-container li{
    line-height:20px;
}


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


.body-container-wrapper {}
.body-container {}
.body-container .page-center{
    padding-top: 30px;
    padding-bottom: 40px;
}

/* 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 {}
.custom-footer {
    border-top: 1px solid #cccccc;
    font-size: 12px;
    padding: 2px 0 0px;
    text-align: center;
}
.custom-copyright p {
    margin-bottom: 11px;
}
.custom-copyright p a:hover {
    text-decoration: underline;
}





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


   3. MAIN NAVIGATION                                            


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




@media screen and (min-width:768px) {
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    background:transparent;
    display: block;
    position: relative;
    font-family: verdana,geneva,sans-serif;
    overflow: inherit!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:#666;
    border-right: 1px solid #d9d9d9;
    padding: 10px 10px;
    font-family: verdana,geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a{
    border-left: 1px solid #d9d9d9;
    padding-right: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color:#0053A5;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#e6e6e6,#ffffff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#ffffff));
    background-image: -webkit-linear-gradient(top,#e6e6e6,#ffffff);
    background-image: -o-linear-gradient(top,#e6e6e6,#ffffff);
    background-image: linear-gradient(to bottom,#e6e6e6,#ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
}
.custom-menu-primary .hs-menu-wrapper ul ul ul li a:hover {
    text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    display: block;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper>ul>li> ul {
    min-width: 202px;
    padding: 11px 0 13px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    margin-left: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul > li > a{
    padding: 4px 5px;
    white-space: normal;
    color: #0053a5;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    font-family: verdana,geneva,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul li a:hover{
   text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a {
    color: #0053A5;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#e6e6e6,#ffffff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#ffffff));
    background-image: -webkit-linear-gradient(top,#e6e6e6,#ffffff);
    background-image: -o-linear-gradient(top,#e6e6e6,#ffffff);
    background-image: linear-gradient(to bottom,#e6e6e6,#ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}


/*nth child(2) styling*/
.custom-menu-primary .hs-menu-wrapper>ul>li>ul ul {
    position: static!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul ul {
    visibility: visible!important;
    opacity: 1!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul {width: 620px;padding: 0;}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul > li{
    width: 48.327759197324%;
    float: left;
    margin: 6px 0 8px;
    padding: 10px 0 0 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul >  li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul >  li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:first-child > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:last-child > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:last-child > ul > li >ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:last-child > ul > li >ul > li > ul > li >  a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:last-child > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:last-child > ul > li >ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:first-child > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:last-child > ul > li >ul > li > ul > li >  a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:last-child > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:last-child > ul > li >ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:first-child > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:last-child > ul > li >ul > li > ul > li >  a{
    color: #808080;
    text-shadow: 0px 1px 1px #e6e6e6;
    white-space: normal!important;
    font-weight: bold;
    margin: 1px 0px 10px;
    text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li > ul > li a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul > li > ul > li > ul > li a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:first-child > ul > li > ul > li a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:last-child > ul > li >ul > li > ul > li > ul > li >  a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:first-child > ul > li > ul > li a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:last-child > ul > li >ul > li > ul > li > ul > li >  a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:first-child > ul > li > ul > li a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:last-child > ul > li >ul > li > ul > li > ul > li >  a{
    color: #0053a5;
    display: block;
    line-height: 20px;
    font-weight: normal;
    padding: 4px 0px;
    white-space: normal!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li > ul > li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul > li > ul > li > ul > li > ul > li > a{
    padding-left: 30px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li:first-child,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul > li:first-child{
    border-right: 1px solid #ccc;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul {
    left:50%!important;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    width: 602px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul > li:first-child {
    width: 39.715719063545%;
    border: none;
    margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul > li:last-child {
    width: 56.939799331104%;
    margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul > li:last-child > ul {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) > ul > li:last-child > ul > li > ul {
    margin: 8px 0px;
}


.fr .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul {
    width: 702px;
}

.fr .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
    position: static;
}

.fr .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul {
    left: 0!important;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}
.fr .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    left: auto!important;
    right: 0;
    transform: translate(0%);
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    width: 900px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li > a {
    margin-top: 3px;
}


/*nth-child(3)*/
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3){
    position: static;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul{
    left: 0px!important;
    right: 0;
    padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:first-child,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:first-child,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:first-child{
    width: 22.491638795987%;
    float: left;
    margin: 8px 0px;
    padding: 10px 0 0 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:last-child ,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:last-child,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:last-child{
    width: 74.163879598662%;
    float: left;
    margin: 8px 0px;
    padding: 10px 0 0 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:first-child > ul > li:last-child > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:first-child > ul > li:last-child > a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:first-child > ul > li:last-child > a{
    padding-top: 10px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:last-child > ul > li > ul > li,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:last-child > ul > li > ul > li,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:last-child > ul > li > ul > li{
    width: 48.327759197324%;
    float: left;
    padding: 0px 0 10px 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:last-child > ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:last-child > ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child) > ul > li:last-child > ul{
    border-left: 1px solid #ccc;
    padding-left: 20px;
    overflow: hidden;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:last-child > ul > li >ul > li > ul > li >  a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:last-child > ul > li >ul > li > ul > li >  a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:last-child > ul > li >ul > li > ul > li >  a{
    margin-top: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul,
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
    left: 50%!important;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    width: 1026px;
    margin: 0;
    padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) > ul > li:last-child > ul ,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:last-child > ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul > li:last-child > ul{
    border-left: 1px solid #ccc;
    padding-left: 20px;
    overflow: hidden;
}



.french .cm-sidebar {
    margin-top: 10px;
}





}




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


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

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

@media (max-width: 767px){


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

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

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

    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a{
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none; 
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;  
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color:#ffffff;
    }
    
    
    /* Toggle Button
    ========================================================================== */
    
    .mobile-trigger{
        display: inline-block !important; /* Show button on mobile */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute; /*******************************************/
        top: 0px;          /* Position Button at right of screen  */
        right: auto;        /*******************************************/
        width: auto; /* Button width */
        height: auto; /* Button height */      
        padding: 7px 10px 8px 10px;
        background: #ffffff; /* Background color */
        border: 1px solid #000000;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #000000; 
        left: 0;
        padding: 5px 10px;
        margin: 4px 20px 4px;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #e8e8e8;
        background-image: -moz-linear-gradient(top,#f2f2f2,#d9d9d9);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#d9d9d9));
        background-image: -webkit-linear-gradient(top,#f2f2f2,#d9d9d9);
        background-image: -o-linear-gradient(top,#f2f2f2,#d9d9d9);
        background-image: linear-gradient(to bottom,#f2f2f2,#d9d9d9);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd8d8d8', GradientType=0);
        border-color: #d9d9d9 #d9d9d9 #b3b3b3;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
        font-size: 14px;
        line-height: 20px;
    }
    .mobile-trigger:before {
        content: "\f0c9";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        color: #666;
        text-shadow: none;
        font-size: 14px;
    }
    .mobile-trigger:hover{
        text-decoration: none; 
        color: #fff;
        background-color: #d9d9d9;
        color: #444;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }
    
    /* Change button when menu is open */
    .mobile-open .mobile-trigger{
    }
    
    
    /* Toggle Button Icon
    ========================================================================== */
    
    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 0px; /* Icon line width */
        height: 2px; /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #000000; /* Icon color */
        display: inline-block;
    }
    .mobile-trigger i:before{
        top: -6px; /* Position top line */
    }
    .mobile-trigger i:after{
        top: 6px; /* Position bottom line */
    }
    
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color: #ffffff; /* Icon color */
    }
    
    
    /* Child Toggle Button
    ========================================================================== */
    
    .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: 55px !important;
        height: 45px !important; /* Button height */  
        padding: 0 !important;
        border-left: 0px dotted rgba(255, 255, 255, .20);
    }
    .child-trigger:hover{
        text-decoration: none;
    }
    .child-trigger i{
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
    }
    .child-trigger i:after{
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after{
        width: 10px; /* Icon line width */
        height: 1px; /* Icon line height */
        background-color:#666; /* Icon color */
        display: block;
    }
    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .child-trigger.child-open i{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled {
        position: fixed;
        padding-top: 40px;
        margin: 0px 0 0px 0;
        background: #e6e6e6;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #cccccc;
        z-index: 99;
        min-height: 42px;
        top: 0;
        width: 100%;
    }
    .custom-header {
        margin-top: 42px;
    }  
    .custom-menu-primary .hs-menu-wrapper > ul {
        max-height: 94vh;
        overflow-y: auto;
        min-height:286px;
    }

    /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }  
    
    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }
    
    /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: absolute; /**************************************************************/
        top: 41px;            /* Positions the menu to drop from the very top of the screen */
        left: 0;          /**************************************************************/
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
        background-color:#fff; /* Menu background color set off global menuColorMobile variable */
        width: 100%; /* Full screen width */
    }
    
    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul{}
    
    .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative; 
    font-size: 12px;
    line-height: 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    font-weight: bold;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666;
    border-right: 1px solid #d9d9d9;
    font-family: verdana,geneva,sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:hover > a,
    .custom-menu-primary .hs-menu-wrapper > ul li.active > a{
        color: #0053A5;
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top,#e6e6e6,#ffffff);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#ffffff));
        background-image: -webkit-linear-gradient(top,#e6e6e6,#ffffff);
        background-image: -o-linear-gradient(top,#e6e6e6,#ffffff);
        background-image: linear-gradient(to bottom,#e6e6e6,#ffffff);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
        background-color: #e6e6e6;
        padding: 8px 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li  ul  li  a {
        padding: 5px 20px;
        font-weight: normal;
        border-top: 1px solid #d9d9d9;
        border-bottom: none;
        border-right: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li  ul  li:first-child >  a {
        border: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li  ul  li:hover > a {
        background-color: #666;
        background-image: none;
        color: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        text-decoration: underline;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul  ul {
        display: block!important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul .child-trigger {
       display: none!important;
    }

    
    /* Level 2 and Higher Menu List Styles */
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul   .child-trigger {
        display: none!important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2)  > ul   > li > ul > li >  a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4)  > ul   > li > ul > li >  a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:last-child > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:last-child > ul > li  > ul > li > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:last-child > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:last-child > ul > li  > ul > li > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > ul > li  > ul > li > ul > li > a
    {
        background: inherit;
        color: #808080;
        font-weight: bold;
        text-shadow: 0px 1px 1px #e6e6e6;
        padding-left: 0px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul> li,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul> li{
        padding: 10px 20px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul> li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul> li > a{
        display: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul> li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul> li > a{
        display: none!important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul> li:first-child,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul> li:first-child{
        padding-bottom: 30px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li,
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li{
        padding: 10px 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) >ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) >ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >ul > li > a{
        display: none!important;
    }
    
    
    
    /*.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:last-child > ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:last-child > ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > ul{
        border-left: 1px solid #ccc;
        padding-left: 20px;
    }*/
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:last-child > ul > li  > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:last-child > ul > li  > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > ul > li  > ul > li > a
    {
        display: none!important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:last-child > ul > li > ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:last-child > ul > li > ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > ul > li > ul{
        padding: 10px 20px;
    }
    
}
    




@media(max-width: 1200px) and (min-width: 768px) {
    
    
}









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


   4. TEMPLATE MODULE SELECTORS                                         


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





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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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


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

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

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

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








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


   5. COS COMPONENTS                                        


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





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


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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {
    line-height: 20px;
    font-size: 12px;
    color: #323232;
    font-weight: normal;
    margin: 0;
}

.post-header h2 a {
    line-height: 20px;
    color: #0053a5;
}


/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
.hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}

.hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
	border-radius:10px;
}

/* 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 {
    margin:10px 0;
}

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



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

.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
   margin:15px 0;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}

.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: #323232;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color: #323232 !important;
    display: block !important;
    text-align: left;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
    display: inline-block;
    padding-right: 10px;
}
.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 .widget-span {
	margin-bottom: 20px;
	padding: 15px 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
    margin: 0 0 15px;
    font-family: Verdana,Geneva,sans-serif;
    text-rendering: optimizelegibility;
    font-size: 14px;
    color: #323232;
    line-height: 16px;
}


.blog   .body-container  .page-center {
    padding-top: 10px;
    padding-bottom: 15px;
}

ul.breadcrumb {
    padding: 0;
    margin: 15px 0 34px 10px;
}

.breadcrumb:before, .breadcrumb:after {
    display: table;
    content: "";
    line-height: 0;
}
.breadcrumb li {
    text-shadow: none;
    display: block;
    float: left;
}
.breadcrumb .active {
    color: #999;
}
.breadcrumb .divider {
    padding: 0 5px;
}

.breadcrumb .divider img {
    vertical-align: middle;
}

.hs-blog-post .hs-blog-header h1 {
    display: none;
}



.blog-listing-wrapper .post-listing .post-item:first-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #ddd;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(odd) {
    background-color: #f9f9f9;
}

.blog-listing-wrapper .post-listing .post-item {
    padding: 8px;
    border: 1px solid #ddd;
    border-top: none;
}

.blog-listing-wrapper .post-listing .post-item:hover {
    background: #fff;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(even):hover {
    background-color: #f5f5f5;
}

.cm-sidebar .widget-type-rich_text {
    padding: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    min-height: 20px;
    overflow: hidden;
}




.btn-cta-blue {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(//info.groupecreatech.com/hubfs/Groupecreatech_November_2017_Theme/Images/btn-cta-bleuright.png);
    background-origin: padding-box;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 28px;
    padding-top: 0;
}

.btn-cta-blue span {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(//info.groupecreatech.com/hubfs/Groupecreatech_November_2017_Theme/Images/btn-cta-bleuleft.png);
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 0px;
    padding-left: 17px;
    padding-right: 0;
    padding-top: 0;
}

.cm-sidebar h3 {
    margin: 12px   0 0;
}

.hs-blog-header h1 {
    font-size: 18px;
    margin-top: 16px;
    line-height: 20px;
    color: #0053a5;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 0px;
    text-rendering: optimizelegibility;
    text-transform: capitalize;
}




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


/* All Global Forms
   ========================================================================== */
h3.form-title {
    font-size: 22px;
    margin-top: 20px;
    line-height: 24px;
    color: #323232;
}
/* Form Field */
body .hs-form-field {}

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

/* Labels */
form label {
    line-height: 20px;
    vertical-align: top;
    font-size: 12px;
    color: #323232;
}
body .hs-form-field > label {}

/* One Line Inputs */
body .body-container input[type="text"],
body .body-container input[type="password"], 
body .body-container input[type="datetime"], 
body .body-container input[type="datetime-local"], 
body .body-container input[type="date"], 
body .body-container input[type="month"], 
body .body-container input[type="time"], 
body .body-container input[type="week"], 
body .body-container input[type="number"], 
body .body-container input[type="email"], 
body .body-container input[type="url"], 
body .body-container input[type="search"], 
body .body-container input[type="tel"], 
body .body-container input[type="color"],
body .body-container textarea,
body .body-container select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    vertical-align: middle;
    display: block;
    margin-bottom: 10px;
    font-family: sans-serif;
    max-width:767px;
}


body .body-container input[type="text"]:focus,
body .body-container input[type="password"]:focus, 
body .body-container input[type="datetime"]:focus, 
body .body-container input[type="datetime-local"]:focus, 
body .body-container input[type="date"]:focus, 
body .body-container input[type="month"]:focus, 
body .body-container input[type="time"]:focus, 
body .body-container input[type="week"]:focus, 
body .body-container input[type="number"]:focus, 
body .body-container input[type="email"]:focus, 
body .body-container input[type="url"]:focus, 
body .body-container input[type="search"]:focus, 
body .body-container input[type="tel"]:focus, 
body .body-container input[type="color"]:focus,
body .body-container textarea:focus,
body .body-container select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* 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;
}
ul.hs-error-msgs.inputs-list label {
    color: red;
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

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

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

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


/* 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"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

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

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

@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 .body-container .hs-button.primary,
body .body-container input[type="submit"],
body .body-container input[type="button"] {
     border: 1px solid transparent;
    background-color: #0074cc;
    background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image: -o-linear-gradient(top, #0088cc, #0055cc);
    background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image: linear-gradient(top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 4px 10px 4px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

body .body-container .hs-button.primary:hover,
body .body-container input[type="submit"]:hover,
body .body-container input[type="button"]:hover{
    text-decoration: none;
    background-color: #0055cc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    outline: 0;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

body .body-container .hs-button.primary:focus,
body .body-container input[type="submit"]:focus,
body .body-container input[type="button"]:focus {
  outline: 0;

}

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


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

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








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


   6. MISCELLANOUS                                        


   ========================================================================== */
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}

.french .hs-blog-header h1 {
    text-transform: none;
}

.blog-post-title {
    padding-left: 10px;
}


.cm-lp-layout h6 {
    color: #666;
}
.cm-lp-layout .body-container-wrapper a {
    color: #0053A5;
    text-decoration: underline;
}


.post-body h6 {
    font-weight: normal;
}
.field.hs-form-field {
    margin-bottom: 20px;
}
body .widget-type-google_search input[type="text"], 
#hs-pwd-widget-password{
	margin-bottom:20px;
}


.hs-blog-postt .blog-section {
    padding: 0 10px;
}

.cm-sidebar ul {
    margin-left: 10px!IMPORTANT;
}


.body-container p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    color: #323232;
}

.hs-blog-post .section.post-body {
    padding: 0 10px;
}


.hs-blog-social-share {
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0 10px;
    margin-bottom: 10px;
    max-width: 418px;
}


form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.content-wrapper li {
    line-height: 20px;
}


.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    width: 50%;
}

}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: 20px;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  /*  ---------------------------- 
  border-top: 1px solid #ddd;
  ------------------------------- */
  border-top: 0px  #ddd;
}
th {
  /*  ----------------------------
  background: #444;
  ------------------------------- */
  background: #fff;
  color: #eee;
  font-weight: bold;
}
th a {
  color: #eee;
}
th a:hover,
th a:focus,
th a:active {
  color: #fff;
}



/* Numbered Pagination */
.blog-pagination {
    display: block;
    text-align: left;
    margin: 20px 0;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}


.blog-pagination > div{
    display: inline-block;
}

.blog-pagination-left{
    text-align: right;
}

.blog-pagination-right{
    text-align: left;
}

.blog-pagination a {
    display: inline-block;
    text-align: center;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
    margin-left: -4px;
}


.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination a.active{
    background-color: #f5f5f5;
    text-decoration: none;
    color: #999;
    cursor: default;
}

.blog-pagination a.disable {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.blog-pagination a.elipses{
    border: 0;
}
.blog-pagination-left a:first-child {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.blog-pagination-right a:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.cm-blog-topic h3:first-child {
    font-size: 14px;
    line-height: 16px;
    padding-top: 24px;
    Color: #323232;
    margin-bottom: 0;
}
.hs-blog-post .cm-blog-topic {
    display: none;
}

.btn-cta-blue:hover {
    -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: none !important;
    -moz-text-decoration-style: solid !important;
    background-position: right -30px;
}

.btn-cta-blue:hover span {
    background-position: left -30px;
}



.cm-blog-topic ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cm-blog-topic ul li {
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
    Color: #323232;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}


.cm-blog-topic span.filter-link-count {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #07b;
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.hs-blog-post ul.breadcrumb.cm-list {
    display: none;
}

.hs-blog-post ul.breadcrumb.cm-post {
    display: block;
}

ul.breadcrumb.cm-post {
    display: none;
}




/*Tooltip*/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  font-family: Verdana, Geneva, sans-serif;
  opacity: 0;
  font-weight:normal;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.cm-lp-layout .content-wrapper a {
    text-decoration: underline;
    color: #0053A5;
}




/*================Homepage=================*/

.cm-home .body-container .page-center {
    padding-top: 0 !important;
}

.cm-home .custom-footer {
    padding: 27px 0 16px;
    margin-top: 87px;
}

.cm-home .slick-slider {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.cm-home .slick-prev, 
.cm-home .slick-next {
    display: none !important;
}

.cm-home .custom-section-one .content-wrapper {
    padding-bottom: 0 !important;
}

.cm-home ul.slick-dots {
   margin: 7px 0 5px !important;
   text-align: center;
}


.cm-home .slick-dots li button {
    width: 16px !important;
    height: 15px !important;
    background: url('//info.groupecreatech.com/hubfs/Groupecreatech_November_2017_Theme/Images/nav.png') 0 0 no-repeat !important;
    overflow: hidden;
    padding: 0 !important;
}

.cm-home .slick-dots li button:before{
    content:none !Important;
}
    
.cm-home .slick-dots li {
    width: 16px;
    height: 15px;
    margin: 0 2px 0 2px;
}

.cm-home .slick-dots li:hover button {
    background-position: 0 -30px !important;
}

.cm-home .slick-dots li.slick-active button{
    background-position: 0 -15px !important;
}

.custom-section-two .inner-column {
    background-color: #ffffff;
    min-height: 380px;
    padding: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.custom-section-two .inner-column h3 {
   font-size: 14px;
   line-height: 16px;
   margin-top: 12px;
   Color: #323232;
   margin-bottom: 10px;
}


.cm-home .custom-section-two .span4 {
   width: 31.103678929766% !important;
   margin-left: 3.3444816053512% !important;
}

.cm-home .custom-section-two .span4:first-child {
   margin-left: 0 !important;
}

.cm-home .custom-column-3 h5 {
   margin: 0;
   font-size: 12px;
   font-weight: bold;
   line-height: 14px;
   margin-top: 10px;
   Color: #323232;
}

.cm-home .custom-column-3 ul {
   line-height: 20px;
}


.cm-home .hs-rss-item {
   margin-bottom: 0;
   line-height: 20px;
   padding-left: 10px;
   position: relative;
}

.cm-home .hs-rss-item:before {
   position: absolute;
   left: -5px;
   height: 4px;
   width: 4px;
   display: block;
   font-size: 10px;
   content: '';
   background: #323232;
   border-radius: 50%;
   top: 8px;
}

.section.post-body fieldset {
    float: right;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 0;
    width: 33%;
    margin-top: 0;
    padding: 5px 10px 17px 10px;
    border: 1px solid #c8c8c8;
}

.hs-french-breadcrum ul.breadcrumb {
    margin: 12px 0 26px 10px;
}
.three-equal-column {
    margin-top: 40px;
}
.blog .custom-footer {
        border: none;
}

.blog .border-mobile {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
    background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #cccccc;
    /* margin-bottom: 20px; */
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 48px;
    padding-top: 10px;
    margin-bottom: 2px;
    position: relative;
}



.top-social.custom-top-social-icon a {
    text-decoration: none;
}
.content-wrapper ul {
    list-style: disc;
}    
    
    
.custom-header.lp {
    border-bottom: 1px solid #ccc;
    padding-top: 35px;
    padding-bottom: 12px;
}

.cm-home .hs-rss-module.feedreader_box.hs-hash--1575521807 {
    margin-left: 16px;
}







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








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


   7. MOBILE MEDIA QUERIES                              


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



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

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

@media (min-width: 1221px) and (max-width: 1450px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
        left:0px!important;
    }
    
    
}
@media (max-width: 1220px) and (min-width: 1200px) {
    .custom-top-bg, .custom-menu-bg {
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-francais {
        margin: 0 0 0 0px !important;
    }
    .body-container .page-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}
@media (max-width: 1199px) and (min-width: 980px) {
.container-fluid .row-fluid .page-center {
    max-width: 932px;
}

.custom-francais {
    width: 122px !important;
}
.custom-contact {
    width: 770px !important;
}


}
@media (max-width: 1200px) and (min-width: 768px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul,
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul{
        width: 100%;
        left: 0!important;
        right: 0!important;
        transform: translate(0%);
        -webkit-transform: translate(0%);
        -moz-transform: translate(0%);
        -ms-transform: translate(0%);
        -o-transform: translate(0%);
        }
    
        .custom-menu-primary .hs-menu-wrapper > ul > li:last-child,
        .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5){
            position: static;
        }
    
}


@media (max-width: 979px) and (min-width: 768px) {
.container-fluid .row-fluid .page-center {
    max-width: 736px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 5px;
    font-size: 10px;
}

.custom-francais {
    width: 106px !important;
    margin: 0 0 0 0px !important;
}
.custom-contact {
    margin: 0 0 0 20px !important;
    width: 610px!important;
}
.custom-contact ul li:last-child a {
    padding-right: 29px;
}
.fr .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    width: 100%;
}
.fr .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul {
    width: 100%;
}

.fr .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    position: static;
}

.left-cm-col {
    width: 484px!important;
}

.right-cm-sidebar {
    width: 232px!important;
    margin-left: 20px!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) {
    position: static;
}
.section.post-body table td,.section.post-body table tr {
    display: block;
}





}







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

@media (max-width: 767px) {
    .three-equal-column .span4 {
        padding-bottom: 40px;
    }
    .cm-home .custom-footer {
        padding: 44px 0 56px;
        margin-top: 87px;
    }
    iframe {
        width: 100% !important;
        height: auto;
     }
    .custom-header.lp {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0;
    }
    .section.post-body table, .section.post-body tbody {
        display: block !important;
    }
    .post-body table tr td img {
        max-width: 100%;
    }
    .hs-blog-social-share {
        margin-top: 30px;
    }
     .post-body img {
        height: auto !important;
    }
    .custom-form-header.widget-type-google_search form {
        margin: 20px 0 28px;
        float: none;
    }    
    .section.post-body fieldset {
        float: none;
        width: 100%;
        margin: 30px 0;
        display: block;
    }
    
    
    
    h1 {
        font-size: 28px;
        line-height: 1.25;
      }
      h1 small {
        font-size: 28px;
      }
      h2 {
        font-size: 21px;
        line-height: 1.25;
      }
      h2 small {
        font-size: 21px;
      }
      h3 {
        font-size: 17.5px;
        line-height: 1.25;
      }
      h3 small {
        font-size: 14px;
      }
      h4,
      h5,
      h6 {
        font-size: 14px;
        line-height: 1.25;
      }
      h4 small,
      h5 small,
      h6 small {
        font-size: 14px -2px;
      }
      .section.post-body table td,.section.post-body table tr {
        display: block;
    }


    

    .cm-sidebar {
        margin-top: 40px;
    }
    .body-container-wrapper .main-content,
    .body-container-wrapper .sidebar{
        margin-bottom:30px;
    }
    .landing-page.one-column .body-container .widget-type-form,
    .error-template.one-column .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt.custom_error_message, 
    .body-container .widget-type-email_simple_subscription{
        width: 100%;
    }  
    .custom-menu-bg {
        display: none !important;
    }
    .custom-logo a {
        margin: 2px 0 18px;
    }
    .custom-copyright {
        padding-left: 20px;
        padding-right: 20px;
    }
    .body-container .page-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-francais {
        margin: 0 0 0 0px !important;
        float: right !important;
        width: 14.402%!important;
    }
    .custom-contact {
        padding: 13px 0;
        width: 82.88% !IMPORTANT;
        margin: 0 !important;
        position: static;
    }
    .custom-top-bg {
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-francais ul li a {
        padding: 13px 0;
    }
    
    .custom-form-header.widget-type-google_search input[type="text"] {
        width: 100%;
        max-width: 100%;
    }
    .head-search.custom-search-v form {
        margin: 0;
        float: none;
    }
    .head-search.custom-search-v {
        float: none;
        margin-top: 14px;
        margin-bottom: 14px;
        margin-right: 0;
    }
    .custom-form-header.widget-type-google_search input[type="text"]:focus {
        width: 100%;
    }
    .custom-footer {
        padding: 18px 0px 40px;
    }
    .blog .blog-sidebar {
        margin-top: 40px;
    }
    .blog .blog-sidebar .widget-span {
        padding: 15px 0px;
    }
    .custom-top-bg.bg {
        padding-top: 0;
        margin-top: -2px;
    }
    .cm-home .custom-section-two .span4 {
       width: 100% !important;
       margin: 0 0 30px !important;
    }

    .custom-section-two .inner-column {
        min-height: auto;
    }
}

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 599px) {
.custom-contact {
    float: left !Important;
    width: 100%!IMPORTANT;
    padding-bottom: 5px;
}
.custom-francais ul li a {
    padding: 0px 0px 0 0;
}
.custom-logo img {
    margin-top: 15px;
}
}

@media (max-width: 479px) {
.top-social.custom-top-social-icon {
    right: 0;
}
.custom-logo img {
    margin-right: 0px;
    margin-left: 0;
}
.custom-francais ul li {
    margin-left: 0;
    margin-right: 0;
    padding-right: 5px;
}
.custom-logo a {
    padding-left: 10px;
}
.custom-contact ul {
    text-align: left;
    padding-left: 20px;
}
.custom-francais {
    margin: 0 0 0 0 !important;
    float: left!important;
    width: 100% !important;
}
}


@-moz-document url-prefix() {
@media (max-width: 980px) {
    
}
}

@media(max-height:600px){
    .custom-menu-primary .hs-menu-wrapper > ul {
        max-height: 70vh;
        min-height: auto;
     }
}

