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


/* ==========================================================================
   Table of Contents:https://hub.vpocloud.com/-temporary-slug-e4804cd4-08f1-43a3-9756-35b430af9e0a?hs_preview=cfhtOUmj-18177160883

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

@font-face{
		font-family:'ETmodules';
		src: url("//cdn2.hubspot.net/hubfs/5347286/VpoCloud_February2019/font/modules.ttf") format('truetype'),
		url("//cdn2.hubspot.net/hubfs/5347286/VpoCloud_February2019/font/modules.eot") format('eot'),
		url("//cdn2.hubspot.net/hubfs/5347286/VpoCloud_February2019/font/modules.woff") format('woff');
		font-weight:normal;
		font-style:normal;
	}

@font-face{
		font-family:'ETmonarch';
		src: url("//cdn2.hubspot.net/hubfs/5347286/VpoCloud_February2019/font/monarch.ttf") format('truetype'),
		url("//cdn2.hubspot.net/hubfs/5347286/VpoCloud_February2019/font/monarch.eot") format('eot'),
		url("//cdn2.hubspot.net/hubfs/5347286/VpoCloud_February2019/font/monarch.woff") format('woff');
		font-weight:normal;
		font-style:normal;
	}

/* EX: @import url('http://example.com/example_style.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; }



/* .custom-menu-primary{
 white-space: nowrap; 
} */
/* 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;
}

/* added to reduce images by 33% */

.hs_cos_gallery_main .slick-slide img, .hs_cos_gallery_thumbnails .slick-slide img, .hs_cos_gallery_lightbox .slick-slide img {
    max-width: 67% !important;
    
}




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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

*, *: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;
} 

.hs-menu-children-wrapper:nth-child(1) {
margin-top: 83px !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
 display: inline-flex !important;
 padding-right: 0px !important;
}

body {
  background: #fff;
  color: #666;
  font-family: "Open Sans","Arial","sans-serif";
  font-size: 16px;
  font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
  
}



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


/* =============== 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 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    margin:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

/* Anchor Links */
a { color: #2EA3F2;
  text-decoration: none;
}
a:hover, a:focus { color: #2EA3F2;
text-decoration: none;}

/* Lists */
ul, ol {
    padding: 0 0 23px 1em;
    line-height: 26px;
    margin:0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  display: block;
  border-left: 10px solid #ccc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
  background-color: rgba(226,226,226,0.9);
  padding:15px;
}
blockquote p {}
blockquote small {}



/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. 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, @media (max-width: 980px)
.mobile-trigger:before
.footer-container {}


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

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

.cm-header-container-top {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    font-size: 16px;
    line-height: 1em;
    -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    z-index: 100000;
    color: #fff;
    background-color: #2ea3f2;
}

.cm-header-container-top .page-center {
    padding-top: .75em;
    font-weight: 600;
    line-height: 1em;
}

div#et-info {
    display: block;
    padding-bottom: .75em;
    line-height: 1em;
}

.et-social-icons {
    display: inline-block;
    float: none;
    padding: 0;
    line-height: 1em;
}

.et-social-icons li {
    margin-top: -2px;
    margin-left: 12px;
    display: inline-block;
}

.et-social-icon a {
    font-size: 16px;
    line-height: 1em;
    display: inline-block;
    position: relative;
    color: #666;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: color .3s ease 0s;
}

.et-social-facebook :before {}

div#et-info {}

.et-social-icons li a:before {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

.et-social-icons li a span {
    display: none;
}

div#et-info span:before {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #fff;
}

span#et-info-phone:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
}

#et-info-email, #et-info-phone, .et-cart-info span {
    position: relative;
}

#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#et-info-email:before {
    margin-right: 4px;
    content: "\e076";
}

div#et-info span {
    color: #fff;
}

#et-info-phone {
    margin-right: 13px;
}

.cm-demo {
    text-align: right;
    color: #fff;
}

.cm-demo a {
    color: #fff;
}

.cm-demo a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cm-header-container-bottom {
    position: fixed;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    z-index: 99999;
    top: 37px;
    height:115px;
   
    width: 100% !important;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,0);
    font-weight: 500;
    line-height: 23px;
    -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
}

.cm-header-container-bottom2 {
    position: fixed;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    z-index: 99999;
    top: 0px;
   height:120px;
    width: 100% !important;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,0);
    font-weight: 500;
    line-height: 23px;
    -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  border-bottom: 10px solid #2ea3f2;
}








.cm-logo {
    position: absolute;
    width: 100%;
    height: 164px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    left: 0;
}

span.logo_helper {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.cm-logo img {
    
    display: inline-block;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    
  
  max-width: 50%!important;
    max-height: 54%!important;
    position: absolute;
    top: 10px;
}

.cm-header-container-bottom .page-center {
    position: relative;
}

.cm-header-container-bottom2 .page-center {
    position: relative;
}


/*------------Search ------------------*/

.header-search-wrapper {
    position: absolute;
    top: 0px;
    width: 100% !important;
    overflow: hidden;
    margin-left: 0 !important;   
    visibility: hidden;
}

.show-form .header-search-wrapper {
    visibility: visible;
}

form.custom-search-form {
    border-color: #2ea3f2;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0) !important
}

.cross-icon.font-et-modules {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
    color: #494949;
}

.cross-icon.font-et-modules:after {
    content: "\4d";
    font-size: 32px;
    display: inline-block;
}

.font-et-modules:before, .font-et-modules:after {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

form.custom-search-form input {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 90%;
    margin: auto;
    border: 0;
    color: #333;
    background: transparent;
    padding: 0 !important
}

.search-icon span.font-et-modules:hover {
    cursor: pointer;
  /*     color: #2ea3f2 */
}

form.custom-search-form input:focus {
    outline: 0;
}

.custom-animation-fade-top {
    z-index: 1;
    opacity: 0;
    -webkit-animation: fadeOutTop 1s 1 cubic-bezier(0.77,0,0.175,1);
    -moz-animation: fadeOutTop 1s 1 cubic-bezier(0.77,0,0.175,1);
    -o-animation: fadeOutTop 1s 1 cubic-bezier(0.77,0,0.175,1);
    animation: fadeOutTop 1s 1 cubic-bezier(0.77,0,0.175,1) ;
}

.show-form .custom-animation-fade-top {
    z-index: 999999;
    opacity: 1;
    -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77,0,0.175,1);
    -moz-animation: fadeInTop 1s 1 cubic-bezier(0.77,0,0.175,1);
    -o-animation: fadeInTop 1s 1 cubic-bezier(0.77,0,0.175,1);
    animation: fadeInTop 1s 1 cubic-bezier(0.77,0,0.175,1);
}


.page-center.custom-animation-fade-top {
    min-height: 80px;
    transition: min-height .4s ease-in-out;
    position: relative;
}

.fixed .page-center.custom-animation-fade-top {
    min-height: 76px;
}

span.cross-icon.font-et-modules:after {
  content: "\4d";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 32px;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: "\4d";
  speak: none;
  display: inline-block;
}

.show-form span.font-et-modules:before {
  opacity: 0;
}


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

.body-container-wrapper {}
.body-container {
    font-size:16px;
}

.body-container .page-center {
    padding:27px 0;
}

.cm-header-container {
    min-height: 153px !important;
}

.et_pb_module.et_pb_fullwidth_header {
  background-color: #2EA3F2;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
  height: calc(75vh - 121px);
  /*height: calc(100vh - 121px);*/
  min-height: 300px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 80%;
  max-width: none;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  min-height: calc(75vh - 122px);
  /*min-height: calc(100vh - 122px);*/
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 100%;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {}

.header-content {
  width: 80%;
  margin: 20px auto;
  max-width: 100%;
  padding: 10px;
  text-align: center;
}

@media (max-width: 540px) {
        .header-content {
        width: 80%;
        margin: 0px;
       
        max-width: 100%;
        padding: 10px;
        text-align: center;
      }
} 



.header-content h1 {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  /*font-weight: 500;*/
  font-size: 70px;
  color: #fff;
  line-height: 1em;
  padding-bottom: 20px;
}

@media (max-width: 1050px) {
         .header-content h1 {
        font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
      /*font-weight: 400;*/
        font-size: 60px;
        color: #fff;
        line-height: .9em;
        padding-bottom: 20px;
      }
}

@media (max-width: 540px) {
         .header-content h1 {
        font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
       /*font-weight: 400;*/
        font-size: 50px;
        color: #fff;
        line-height: 1em;
        padding-bottom: 20px;
      }
}

@media (max-width: 400px) {
         .header-content h1 {
        font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
       /*font-weight: 400;*/
        font-size: 40px;
        color: #fff;
        line-height: 1em;
        padding-bottom: 20px;
      }
}

@media (max-width: 316px) {
         .header-content h1 {
        font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
       /*font-weight: 400;*/
        font-size: 35px;
        color: #fff;
        line-height: 1em;
        padding-bottom: 20px;
      }
}



.header-content .et_pb_fullwidth_header_subhead {
  font-size: 35px;
  /*font-weight: 400;*/
  font-family: "Open Sans",Arial,sans-serif;
  text-align: center;
}

@media (max-width: 1050px) {
      .header-content .et_pb_fullwidth_header_subhead {
        font-size: 25px;
        /*font-weight: 400;*/
        font-family: "Open Sans",Arial,sans-serif;
        text-align: center;
      }
}

@media (max-width: 400px) {
      .header-content .et_pb_fullwidth_header_subhead {
        font-size: 20px;
       /*font-weight: 400;*/
        font-family: "Open Sans",Arial,sans-serif;
        text-align: center;
      }
}


.et_pb_button_one.et_pb_button {
  display: inline-block;
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 500;
  line-height: 1.7em!important;
  border-radius: 3px;
  transition: letter-spacing 300ms ease 0ms,letter-spacing 300ms ease 0ms;
  margin-top: 20px;
  color: #ffffff!important;
  background: #e27100;
  border-width: 0px!important;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 20px;
  background-color: #e27100;
}

.et_pb_button_one.et_pb_button:after {
  font-size: 1.6em;
  opacity: 0;
  display: inline-block;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  margin-left: -1em;
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-size: 32px;
}

.et_pb_button_one.et_pb_button:hover:after {
  margin-left: 0;
  opacity: 1;
}

.et_pb_button_one.et_pb_button:hover {
  padding-left: 0.7em;
  padding-right: 2em;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
  display: inline-block;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  font-size: 3.5em;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.owner-landing {
  background-color:#e1e1e1;
  height:150px !important;
}
 @media only screen and (max-width: 767px) {
   .owner-landing {
     background-color:#e1e1e1;
     height:auto !important;
   }
}

.webinar-landpg-bkg {
   background-color:#f5f5f5;
   height:auto !important;
}

.webinar-box {
  width: 325px;
  height: auto;
  padding: 10px;
  border-radius: .15em;
  border: 1px solid #cccccc;
}

 @media only screen and (max-width: 767px) {
   .webinar-box {
  display:none;
}
}


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

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

.cm-footer-container {
   /* padding: 54px 0;*/

    padding: 75px 0;
    background-color: #4f4f4f;
    /*border-bottom: 53px solid rgba(0,0,0,.32);*/
}

.cm-footer-copybkg {
    
    width:100%;
    background-color: rgba(0,0,0,.75);
}


ul.et_pb_social_media_follow {
    margin: 0 0 22px;
    padding: 0;
    line-height: 26px;
    list-style-type: none!important;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    margin: 0;
}

ul.et_pb_social_media_follow li {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}

ul.et_pb_social_media_follow li a {
    border-radius: 100% 100% 100% 100%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-block;
    position: relative;
    margin-right: 4px;
    text-align: center;
    text-decoration: none;
}

a.lin {
    background-color: #4f4f4f;
}

a.fb {
    background-color: #3b5998;
}

a.tw {
    background-color: #00aced;
}

a.gp {
    background-color: #dd4b39;
}

a.yt {
    background-color: #a82400;
}


.et-social-facebook a:before {
    content: "\e093"
}

.et-social-twitter a:before {
    content: "\e094"
}

.et-social-google-plus a:before {
    content: "\e096"
}

.et-social-pinterest a:before {
    content: "\e095"
}

.et-social-linkedin a:before {
    content: "\e09d"
}

.et-social-tumblr a:before {
    content: "\e097"
}

.et-social-instagram a:before {
    content: "\e09a"
}

.et-social-skype a:before {
    content: "\e0a2"
}

.et-social-flikr a:before {
    content: "\e0a6"
}

.et-social-myspace a:before {
    content: "\e0a1"
}

.et-social-dribbble a:before {
    content: "\e09b"
}

.et-social-youtube a:before {
    content: "\e0a3"
}

.et-social-vimeo a:before {
    content: "\e09c"
}

.et-social-rss a:before {
    content: "\e09e"
}

ul.et_pb_social_media_follow li a span {
    display: none;
}

ul.et_pb_social_media_follow li a:before {
    display: block;
    position: relative;
    z-index: 10;
  width: 32px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    speak: none;
}
ul.footer-logos li {
    list-style-type: none;
}
ul.footer-logos li a:before {
    display: block;
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
}

.cm-footer-social {
    padding-right: 20px;
}

a#back-to-top {
   position: fixed;
   z-index: 99999;
   right: 0;
   bottom: 125px;
   padding: 5px;
   -webkit-border-top-left-radius: 5px;
   -moz-border-radius-topleft: 5px;
   border-top-left-radius: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   border-bottom-left-radius: 5px;
   color: #fff;
   background: rgba(0,0,0,.4);
   font-size: 30px;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
    opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
}




a#back-to-top:before {
   content: "2";
   font-family: ETmodules;
   font-weight: 400;
   font-style: normal;
   font-variant: normal;
   -webkit-font-smoothing: antialiased;
   line-height: 1;
   text-transform: none;
   speak: none;
}

.icon-effect a#back-to-top {
   opacity: 1;
   -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
   -moz-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
   -o-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
   animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
}

.cm-footer-col.col1 p {
padding-bottom: 1em;
margin: 0;
letter-spacing: normal;
  font-size: 16px;



-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.cm-footer-top {
  padding: 27px 0 44px;
  color: #fff;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

.cm-footer-left {
  padding-left:3%;
}

.cm-footer-col.col2.menu .hs-menu-wrapper ul {
   list-style: none;
   padding: 0;
   margin: 0;
}


.cm-footer-col.menu .hs-menu-wrapper > ul > li > a {
    color: #fff;
    position: relative;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    padding-bottom: .75em;
    line-height:1.7em;
}

.cm-footer-col.menu .hs-menu-wrapper > ul > li {
   
}

.cm-footer-col.menu .hs-menu-wrapper > ul > li > ul {
   padding-bottom: .5em;
}

.cm-footer-col.col2.menu {
   padding-left: 8px;
}

.cm-footer-col.col3.menu {
   padding-left: 16px;
  
}

.cm-footer-col.col4.menu {
   padding-left: 24px;
    top: 0;
  font-weight:700;
}

.cm-footer-col.menu {
   position: relative;
   top: -1px;
}

.cm-footer-col.menu .hs-menu-wrapper ul > li > ul > li > a {
    color: #2EA3F2;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    line-height:1.7em;
    white-space: normal !important;
}

.cm-footer-col.menu .hs-menu-wrapper ul > li > ul {
   display: block !important;
   opacity: 1 !important;
   visibility: visible !important;
   position: relative !important;
   left: 0 !important;
}


/* =============== footer table =============== */
.cm-footer-col.col2.menu .hs-menu-wrapper > ul:nth-child(1) {
   border-left-style: solid;
   border-left-color: white;
   border-left-width: 2px;
   padding-right: 8%;
    padding-left:8%;
}

.cm-footer-col.col1 {

   padding-right: 2%;
    
}


/*.cm-footer-col.col4.menu .hs-menu-wrapper > ul > li:nth-child(2) > a {
    padding: 0;
}
*/

@keyframes fadeInRight {
   0% {
       opacity: 0;
       transform: translateX(100%)
   }

   100% {
       opacity: 1;
       transform: translateX(0)
   }
}


/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */

.search-icon {
   /* display: block;
    float: right;
    position: relative;
    width: 18px;
    margin: 3px 0 0 22px;*/
  display:none;
}

span.font-et-modules:before {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 17px;
    content: "\55";
}

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    padding-top: 33px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    float: right;
    line-height: 1em;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    padding-right: 22px;
    font-size: 17px;  
    float:none !important;
    line-height: 1em;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    padding-right: 20px;
      margin-top: 35px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    line-height: 1em;
    position: relative;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-bottom: 78px;
    padding-right: 15px;
    color: #494949;
    font-weight:600;
}



.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* Child List */

@media screen and (min-width: 980px) {
.custom-menu-primary .hs-menu-wrapper > ul ul{
    padding: 15px 0;
    z-index: 9999;
    background-color: #2ea3f2;
   min-width: 440px;
    border-top: 3px solid #2ea3f2;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);     
}


.custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0 15px;
    line-height: 1.8em;
    float:left;
    width:215px;
}
  
  .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(5) ul li {
    float: unset!important;
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(5) ul {
    min-width: 220px;
}
  
  .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(6) ul li {
    float: unset!important;
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(6) ul {
    min-width: 220px;
} 
  
  
}




.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 3px 20px;
    color: #ffffff;
    display: block;
    position: relative;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight:600;
    white-space: normal !important;
    color: #fff;
 
}


.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    opacity: .7;
    background-color: rgba(0,0,0,.03);
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul {
    margin-top: -23px;
}

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

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

  .fixed .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 31px;
  }

  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 31px;
  }


  
  
  .custom-menu-primary .hs-menu-wrapper>ul {
    z-index: 999;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77,0,0.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(0.77,0,0.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(0.77,0,0.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(0.77,0,0.175,1);
  }

  .show-form .custom-menu-primary .hs-menu-wrapper>ul {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77,0,0.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(0.77,0,0.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(0.77,0,0.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(0.77,0,0.175,1);
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > ul ,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
     -webkit-animation: fadeLeft .4s ease-in-out;
     -moz-animation: fadeLeft .4s ease-in-out;
     -o-animation: fadeLeft .4s ease-in-out;
     animation: fadeLeft .4s ease-in-out;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
     position: absolute;
      top: 0;
      right: 0;
      font-family: ETmodules;
      font-size: 16px;
      font-weight: 800;
      content: "3";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
      top: 6px;
      right: 20px;
      position: absolute;   
      font-family: ETmodules;
      font-size: 16px;
      font-weight: 800;
      content: "3";
  }
  .cm-footer-col.col3.menu {
      padding-right: 6px;
  }
 
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 980px){

  /* Menu 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:#fff;
  }

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

  .mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		top: 50px;
    font-weight:500;
		right: 0;
	}
	.mobile-trigger:before {
		color: #224866;
		position: relative;
		top: 0;
		left: 0;
		font-size: 32px;
		content: "\61";
		cursor: pointer;
	}
	
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
		display: none;
	}
	.custom-menu-primary ul.hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0;
    z-index: 99;
    top: 80px;
	}
	.custom-menu-primary .hs-menu-wrapper {
		border-color: #2ea3f2;
		left: 0;
		width: 100% !important;
		border-top: 3px solid #2ea3f2;
		background: #fff;
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 5% !important;
  }
  
	.custom-menu-primary .hs-menu-wrapper>ul>li {
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li a {
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
    font-weight: 600;
    line-height: 23px;
    font-size: 14px;
    color: #494949;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li a:hover {
		opacity: .7;
		background-color: rgba(0, 0, 0, 0.03);
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent;
    padding-left: 10px;
    box-shadow: none;
    min-width: 0px;
    padding: 0; 
    border-top: 0;
    padding-left: 10px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul li {
      padding: 0;
      padding-left: 5%;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #494949;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #494949;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
		
	}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
      margin-top: 0;
      padding-left:10px;
  }
	.custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
		
	}
  .custom-menu-primary {
    min-height: 80px !important ;
  }
  body:not(.show-form) .header-search-wrapper {
    z-index: -1;
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

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

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

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

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




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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* 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 {}
.blog-listing-wrapper .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

.blog-share-icon {
  font-size:14px;
  margin-top:0;
  margin-bottom:0;
 
}

/* Blog Commments */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    font-size: 14px;
    line-height: 24px;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

.blog-pagination a.next-posts-link {
    float: right;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}
.blog .cm-footer-container {
  padding: 0 !important;
}
.blog .cm-footer-container .page-center {
/*     display: none !important; commented out on 3/18/19 by Support - JJJ - because the customer wanted the footer to display*/
    padding: 0 !important;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 30px;
}

.hs-blog-listing .body-container .page-center {
    padding-left: 0;
    padding-right: 0;
}

.blog-post-wrapper div#hubspot-author_data {
    padding-bottom: 15px;
    font-size: 14px;
}

.blog-post-wrapper .hs-featured-image {
    float: none;
    margin: 20px 0 20px;
    max-width: 100%;
    width: 100%;
}

.cm-blog-area {
    position: relative;
    padding: 50px 0;
    background-position: center center;
    background-size: cover;
    background-color: #2ea3f2;
}

.cm-page-inner {
    width: 80%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding: 1px 0 1px;
}

.blog .blog-header-content {
    padding: 9px 0;
    color: #fff;
}

.blog .blog-header-content h1 {
    font-size: 30px;
    color: #fff;
}

.blog .blog-header-content p {
    margin: 0;
}

.blog .body-container {
    background-color: #f7f7f7;
    padding: 54px 0;
}

.blog-listing-wrapper .post-listing .post-item {
    width: 29.667%;
    padding: 19px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    margin-bottom: 59px;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
    margin-right: 0;
}

.hs-blog-listing .hs-featured-image-wrapper  {
    margin: -20px -20px 29px;
}

.post-header h2 {
    font-size: 18px;
}

.post-header h2 a {
    color: #333;
}

div#hubspot-author_data {
    color: #666;
    margin-bottom: 6px;
    font-size: 14px;
}

.post-body {
    color: #666;
    font-size: 14px;
}

#hubspot-author_data a {
    color: #666;
}

.hs-blog-post .body-container {
    background: #fff;
    padding: 58px 0 0;
}

.hs-blog-post .body-container .page-center {
    padding: 0;
    position: relative;
}

.blog-search {}

.blog-search input#searchsubmit {
    height: 40px!important;
    margin: 0;
    padding: .7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ddd;
    background-image: none;
    box-shadow: none;
      text-shadow: none;
}

.blog-search input.hs-search-field__input {
    height: 40px!important;
    margin: 0;
    padding: .7em !important;
    border: 1px solid #ddd !important;
    color: #666 !important;
    font-size: 14px !important;
    line-height: normal!important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom:0 !important;
    border-radius: 3px;
}

.blog-sidebar h3 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
}

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

.blog-sidebar ul li {
    margin-bottom: .5em;
    line-height: 1;
}

.blog-sidebar ul li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 23px;
}

.blog-sidebar ul li a:hover {
    color: #2EA3F2;
}

#hubspot-author_data .hs-author-avatar {
 	max-width: 70px;
 	padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
 	height: auto !important;
 	max-width: 100%;
}

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


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

#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: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

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

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

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

#comment-form .actions {
   text-align: center;
}
#comment-form .actions input {
   margin: 20px 0;
}
#comment-form {
   background: #ffffff;
   border: 1px solid #000000;
   margin: 15px 0;
   padding: 30px;
}


.et_social_icons_container {
      
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1em !important;
    display: inline-block;
    width: inherit;
    display: block;
    overflow: hidden;
}

.et_social_icons_container li {
    float: left;
    position: relative;
    margin: 2% 0 0 2%;
    overflow: hidden;
    min-height: 40px;
    line-height: 0;
    width: 23.5%;
    border-radius: 4px;
}

.et_social_icons_container li a {
        font-family: 'Open Sans', helvetica, arial, sans-serif;
    line-height: 1em;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-image: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.et_social_icons_container .et_social_icon {
    float: left;
}


 .et_social_icons_container li i {
     position: relative;
     z-index: 2;
     color: #fff;
}

.et_social_icons_container .et_social_icon_facebook:before,
.et_social_icons_container .et_social_icon_facebook:after {
    content: "\e63f";
}
.et_social_icons_container .et_social_icon,
.et_social_icons_container .et_social_icon:before,
.et_social_icons_container .et_social_icon:after {
    font-family: 'ETmonarch';
    speak: none;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
}

.et_social_icons_container .et_social_icon:before,
.et_social_icons_container .et_social_icon:after { 
  /*     position: relative; */
   width: 100%;
}


.et_social_icons_container .et_social_icon,
.et_social_icons_container .et_social_icon:before,
.et_social_icons_container .et_social_icon:after {
    font-family: 'ETmonarch';
    speak: none;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
}

.et_social_icons_container .et_social_icon_twitter:before,
.et_social_icons_container .et_social_icon_twitter:after {
    content: "\e640";
}

.et_social_icons_container li .et_social_icon:after {
    left: -40px;
    top: 0;
}

.et_social_icons_container .et_social_icon:after {
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 0;
}

.et_social_icons_container .et_social_icon,
.et_social_icons_container .et_social_icon:before,
.et_social_icons_container .et_social_icon:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}


.et_social_icons_container span.et_social_overlay {
   height: 100%;
   width: 100%;
   background-color: rgba( 0, 0, 0, 0.1 );
   bottom: 0;
   left: 0;
   z-index: 1;
   position: absolute;
}

.et_social_icons_container .et_social_slide li:hover .et_social_overlay {
   background-color: rgba( 0, 0, 0, 0 );
   margin: 0 0 0 100px;
}


/* removing all social from blog posts 3-20-2019 cathy*/

.blog .et_social_icons_container .et_social_facebook, 
.blog .et_social_icons_container .et_social_facebook,
.blog .et_social_icons_container .et_social_facebook i {
    background-color: #3a579a;
/* display:none;*/
}

.blog .et_social_icons_container .et_social_twitter, 
.blog .et_social_icons_container .et_social_twitter,
.blog .et_social_icons_container .et_social_twitter i {
    background-color: #00abf0;
  /*display:none;*/
}

.blog .et_social_icons_container .et_social_googleplus,
.blog .et_social_icons_container .et_social_googleplus i {
    background-color: #df4a32;
  display:none;
}

.blog .et_social_icons_container .et_social_linkedin, 
.blog .et_social_icons_container .et_social_linkedin i {
    background-color: #127bb6;
 /* display:none;*/
}

.blog .et_social_icons_container li.et_social_facebook:hover,
.blog .et_social_icons_container li.et_social_facebook:hover i {
    background-color: #314a83;
 /* display:none;*/
}

.blog .et_social_icons_container li.et_social_twitter:hover, 
.blog .et_social_icons_container li.et_social_twitter:hover,
.blog .et_social_icons_container li.et_social_twitter:hover i {
    background-color: #0092cc;
 /* display:none;*/
  
}

.blog .et_social_icons_container li.et_social_googleplus:hover, 
.blog .et_social_icons_container li.et_social_googleplus:hover i {
    background-color: #be3f2b;
   display:none;
}

.blog .et_social_icons_container li.et_social_linkedin:hover, 
.blog .et_social_icons_container li.et_social_linkedin:hover i {
    background-color: #0f699b;
  /*display:none;*/
}

.et_social_icons_container li:first-child {
    margin-left: 0;
}


.et_social_icons_container div.et_social_network_label {
    font-size: 14px;
}

.et_social_icons_container .et_social_count .et_social_count_label {
    font-size: 12px;
    font-weight: 400;
}

.et_social_icons_container  div,
.et_social_icons_container  span,
.et_social_icons_container  li i {
    position: relative;
    z-index: 2;
}

.et_social_icons_container .et_social_networkname,
.et_social_icons_container .et_social_count span {
    font-weight: 700;
}

.et_social_icons_container .et_social_networkname,
.et_social_icons_container .et_social_count {
    display: none;
}

.et_social_icons_container .et_social_networkname, 
.et_social_icons_container .et_social_count, 
.et_social_icons_container .et_social_count {
    display: inherit;
}

.et_social_icons_container i.et_social_icon.et_social_icon_all_button {
    float: none !important;
}

.et_social_icons_containerl span.et_social_overlay {
    margin: 0 !important;
}

.et_social_icons_container i.et_social_icon.et_social_icon_all_button:after, 
.et_social_icons_container i.et_social_icon.et_social_icon_all_button:before {
    width: 100%;
}

.et_social_icons_container i.et_social_icon.et_social_icon_all_button:after {
    left: -100%;
}

.et_social_icons_container li.et_social_all_button:hover i.et_social_icon.et_social_icon_all_button:after {
    left: 0;
}

.et_social_icons_container li:hover i.et_social_icon.et_social_icon_all_button:before {
    margin-left: 100% !important;
}

.et_social_icons_container li.et_social_all_button:hover i.et_social_icon.et_social_icon_all_button:before {
    width: 110% !important;
}

.et_social_icons_container li.et_social_all_button {
    padding: 0;
    text-align: center;
}

.et_social_icons_container li.et_social_all_button {
    padding: 0;
    text-align: left;
}

.et_social_icons_container li.et_social_all_button a.et_social_open_all, 
.et_social_icons_container li.et_social_all_button a.et_social_open_all {
    padding: 22px 0 !important;
}

.et_social_icons_container li.et_social_all_button a.et_social_open_all,
.et_social_icons_container li.et_social_all_button a.et_social_open_all {
    padding: 21px 0 !important;
}

.et_social_icons_container li.et_social_all_button a.et_social_open_all,
.et_social_icons_container li.et_social_all_button a.et_social_open_all {
    padding: 33px 0 !important;
}

.et_social_icons_container .et_social_network_label {
    margin-left: 40px;
    padding: 7px 14px 10px 10px;
}
.et_social_icons_container .et_social_count, 
.et_social_icons_container .et_social_networkname {
    line-height: 1em;
    display: inline-block;
}
.et_social_icons_container .et_social_network_label div {
    margin: 6px 4px 0 4px;
    color:#fff;
}

.et_social_icons_container .et_social_icon_googleplus:before,
.et_social_icons_container .et_social_icon_googleplus:after {
    content: "\e626";
}

.et_social_icons_container .et_social_icon_linkedin:before,
.et_social_icons_container .et_social_icon_linkedin:after {
    content: "\e631";
}

.et_social_icons_container li:hover .et_social_icon:before {
    margin-left: 40px;
    margin-top: 0;
    opacity: 0;
}

.et_social_icons_container li .et_social_icon:after {
    left: -40px;
    top: 0;
}


.et_social_icons_container li:hover .et_social_icon:after {
    left: 0;
}

.et_social_icons_container li:hover .et_social_icon:after {
    top: 0;
}

.blog .et_social_icons_container li:hover .et_social_overlay {
    background-color: rgba( 0, 0, 0, 0 );
    margin: 0 0 0 100px;
}

 .et_social_networks span, 
 .et_social_sidebar_networks span,
 .et_social_circle i.et_social_icon, 
i.et_social_icon:before,
i.et_social_icon:after, 
 .et_social_networks li, 
 .et_social_networks li a, 
 .et_social_networks div,
 .et_social_sidebar_mobile,
 .et_social_sidebar_networks_mobile li,
 .et_social_pin_image a:before {
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {    
  margin-top: 10px;
}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

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

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

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

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    background-color: #ffffff;
    border: 1px solid #bbb;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
   /* max-width:500px;*/
    width:100%;
    margin-bottom:15px;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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


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


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

.hs-error-msgs label {
    color: red;
    font-size: 14px;
}

ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  
 display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    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;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-Radius:4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    box-Shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-Shadow:0 1px 1px rgba(255, 255, 255, 0.75);
    margin:15px 0;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
   text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    transition:background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration { display: none; }

/*----------------------Floating Social -------------*/

/*.et_monarch .et_social_sidebar_networks {
    left: 0;
    position: fixed;
    top: 30%;
    z-index: 999999;
}
.et_monarch .et_social_sidebar_networks ul {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.cm-floating-icon .et_social_icons_container div.et_social_network_label {
    display:none;
}

.cm-floating-icon .et_social_icons_container li {
    position: relative;
    width: 40px;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    left: 0;
    float: none;
    border-radius: 0;
    margin: 0;
}

.et_monarch .et_social_rounded.et_social_sidebar_networks li:first-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.et_monarch .et_social_rounded.et_social_sidebar_networks li:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.et_monarch .et_social_facebook, .et_monarch .et_social_facebook, .et_monarch .et_social_networks.et_social_circle .et_social_facebook i {
    background-color: #3a579a;
}
.et_monarch .et_social_twitter, .et_monarch .et_social_twitter, .et_monarch .et_social_networks.et_social_circle .et_social_twitter i {
    background-color: #00abf0;
}
.et_monarch .et_social_googleplus, .et_monarch .et_social_networks.et_social_circle .et_social_googleplus i {
    background-color: #df4a32;
}
.et_monarch .et_social_linkedin, .et_monarch .et_social_networks.et_social_circle .et_social_linkedin i {
    background-color: #127bb6;
}


.et_monarch .et_social_icons_container li:hover .et_social_icon, 
.et_monarch .et_social_icons_container li:hover .et_social_icon:before, 
.et_monarch .et_social_icons_container li:hover .et_social_icon:after ,
.et_monarch .et_social_sidebar_grow li:hover {
    width: 50px;
}
.et_monarch li.et_social_facebook:hover,
.et_monarch .et_social_networks.et_social_circle li.et_social_facebook:hover i {
    background-color: #314a83;
}
.et_monarch .widget_monarchwidget li.et_social_twitter:hover,
.et_monarch li.et_social_twitter:hover i,
.et_monarch .et_social_networks.et_social_circle li.et_social_twitter:hover i {
    background-color: #0092cc;
}
.et_monarch li.et_social_googleplus:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_googleplus:hover i {
    background-color: #be3f2b;
}
.et_monarch li.et_social_linkedin:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_linkedin:hover i {
    background-color: #0f699b;
}

.cm-floating-icon .et_social_icons_container .et_social_icon:after {
    content:none;
}
.cm-floating-icon .et_social_icons_container li:hover .et_social_icon:before {
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
}

.cm-floating-icon i.et_social_icon {
    float:none !important;
}

.et_monarch span.et_social_hide_sidebar {
    background: rgba(0,0,0,0.3);
    height: 24px;
    width: 24px;
    display: block;
    cursor: pointer;
    margin: 8px 0 0 8px !important;
    border-radius: 12px;
    opacity: 0;
}
.et_monarch .et_social_sidebar_grow.et_social_rounded li:hover, .et_monarch .et_social_sidebar_networks.et_social_rounded.et_social_space li {
    -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;
}
.et_monarch span.et_social_hide_sidebar:before {
    content: "\e649";
    transform: rotate(-90deg);
    font-size: 20px !important;
    line-height: 24px !important;
    left: -1px;
      font-family: 'ETmonarch';
    speak: none;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
      color: #fff;
}

.et_monarch .et_social_sidebar_networks:hover .et_social_hide_sidebar {
    opacity: 1;
}
.et_monarch .et_social_sidebar_networks span.et_social_hide_sidebar.et_social_hidden_sidebar {
    margin-left: 0 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.et_monarch .et_social_sidebar_networks.et_social_hidden_sidebar .et_social_icons_container, 
.et_monarch .et_social_sidebar_networks.et_social_hidden_sidebar .et_social_totalcount {
    margin-left: -50px !important;
}
.et_monarch span.et_social_hide_sidebar.et_social_hidden_sidebar:before {
    transform: rotate(90deg);
}
.et_monarch span.et_social_hide_sidebar.et_social_hidden_sidebar {
    opacity: 1;
}
*/
/*------------------ end --------------------*/

span.filter-link-count {
  display: none;
}

 
 .body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
   padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

.lp-header .cm-header-container-top {
    min-height: 41px;
}
.cm-header-space {
    min-height: 114px !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


@-webkit-keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeBottom {
    0% {
        opacity: 0;
        -moz-transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeBottom {
    0% {
        opacity: 0;
        -o-transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeBottom {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeRight {
    0% {
        opacity: 0;
        -o-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(100%)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(100%)
    }
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-60%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0)
    }
}

@-moz-keyframes fadeInTop {
    0% {
        opacity: 0;
        -moz-transform: translatey(-60%)
    }

    100% {
        opacity: 1;
        -moz-transform: translatey(0)
    }
}

@-o-keyframes fadeInTop {
    0% {
        opacity: 0;
        -o-transform: translatey(-60%)
    }

    100% {
        opacity: 1;
        -o-transform: translatey(0)
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translatey(-60%)
    }

    100% {
        opacity: 1;
        transform: translatey(0)
    }
}

@-webkit-keyframes fadeOutTop {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(-60%)
    }
}

@-moz-keyframes fadeOutTop {
    0% {
        opacity: 1;
        -moz-transform: translatey(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translatey(-60%)
    }
}

@-o-keyframes fadeOutTop {
    0% {
        opacity: 1;
        -o-transform: translatey(0)
    }

    100% {
        opacity: 0;
        -o-transform: translatey(-60%)
    }
}

@keyframes fadeOutTop {
    0% {
        opacity: 1;
        transform: translatey(0)
    }

    100% {
        opacity: 0;
        transform: translatey(-60%)
    }
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translatey(60%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0)
    }
}

@-moz-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -moz-transform: translatey(60%)
    }

    100% {
        opacity: 1;
        -moz-transform: translatey(0)
    }
}

@-o-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -o-transform: translatey(60%)
    }

    100% {
        opacity: 1;
        -o-transform: translatey(0)
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translatey(60%)
    }

    100% {
        opacity: 1;
        transform: translatey(0)
    }
}

@-webkit-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(60%)
    }
}

@-moz-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -moz-transform: translatey(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translatey(60%)
    }
}

@-o-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -o-transform: translatey(0)
    }

    100% {
        opacity: 0;
        -o-transform: translatey(60%)
    }
}

@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        transform: translatey(0)
    }

    100% {
        opacity: 0;
        transform: translatey(60%)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-70%)
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-70%)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-70%)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-70%)
    }
}

@-webkit-keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeTop {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeTop {
    0% {
        opacity: 0;
        -o-transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1,.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1,1)
    }
}

@-moz-keyframes Grow {
    0% {
        opacity: 0;
        -moz-transform: scale(1,.5)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1,1)
    }
}

@-o-keyframes Grow {
    0% {
        opacity: 0;
        -o-transform: scale(1,.5)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1,1)
    }
}

@keyframes Grow {
    0% {
        opacity: 0;
        transform: scale(1,.5)
    }

    100% {
        opacity: 1;
        transform: scale(1,1)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideWidth {
    0% {
        width: 0
    }
}

@-moz-keyframes slideWidth {
    0% {
        width: 0
    }
}

@-o-keyframes slideWidth {
    0% {
        width: 0
    }
}

@keyframes slideWidth {
    0% {
        width: 0
    }
}

@-webkit-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-5%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0)
    }
}

@-moz-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -moz-transform: translatey(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translatey(0)
    }
}

@-o-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -o-transform: translatey(-5%)
    }

    100% {
        opacity: 1;
        -o-transform: translatey(0)
    }
}

@keyframes gridFadeIn {
    0% {
        opacity: 0;
        transform: translatey(-5%)
    }

    100% {
        opacity: 1;
        transform: translatey(0)
    }
}



/* Styles that do not fit into any of the available sections above can go here. */




.et_monarch .et_social_mobile {
    display: none;
}
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */

@media (max-width: 1024px) {
  .et_monarch .et_social_sidebar_networks {
    display: none;
  }
  .et_monarch .et_social_mobile_button {
      position: fixed;
      bottom: 0;
      margin-left: -45px;
      -moz-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
        display: block;
        cursor: pointer;
  }
  .et_monarch span.et_social_close, .et_monarch .et_social_mobile_button {
    cursor: pointer;
  }
  .et_monarch .et_social_mobile_button.et_social_active_button {
      margin-left: 0;
      z-index: 999999;
  }
  .et_monarch .et_social_mobile_button:before {
    content: "\e605";
    display: inline-block;
    padding: 10px 12px;
    background: rgba(0,0,0,0.5);
    color: #dddddd;
    height: 40px;
    line-height: 20px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    font-family: 'etmonarch';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
  }
  .et_monarch .et_social_mobile {
    display: block;
  }
  .et_monarch .et_social_mobile {
      position: fixed;
      bottom: 0;
      background: rgba(0,0,0,0.5);
      width: 100%;
      z-index: 999999;
      display: block;
      max-height: 100%;
  }
  .et_monarch .et_social_heading {
      text-align: center;
      padding: 10px 0;
      color: white;
      cursor: pointer;
      height: 40px;
      line-height: 19px;
      font-size: 14px;
  }
  .et_monarch .et_social_heading:after {
      content: "\e649";
      color: #cccccc;
      display: inline-block; 
      -moz-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      font-size: 32px;
      top: 10px;
      position: absolute;
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      font-family: 'etmonarch';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
  }
  .et_monarch .et_social_mobile.et_social_closed .et_social_heading:after {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  .et_monarch span.et_social_close {
      position: absolute;
      right: 10px;
      top: 0;
      line-height: 40px;
  }
  .et_monarch span.et_social_close:after {
    content: "\e60C";
    color: #cccccc;
    font-family: 'etmonarch';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
  }
  .et_monarch .et_social_mobile .et_social_networks {
      position: relative;
      width: 100%;
      overflow: auto;
      padding: 20px 20px 23px;
      background-color: #fff;
      line-height: 1em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: -10px;
  }
  .et_monarch .et_social_mobile .et_social_networks {
      display: none;
  }
  .et_monarch .et_social_networks .et_social_icons_container {
      padding: 0 !important;
      margin: 0 !important;
      line-height: 1em !important;
      display: inline-block;
      width: inherit;
  }
  .et_monarch .et_social_mobile .et_social_networks li {
      width: 23.5%;
      margin: 0 2% 2% 0;
      float: left;
      text-align: center;
      position: relative;
      min-height: 40px;
      line-height: 0;
  }
  .et_monarch .et_social_simple li a, .et_monarch .et_social_media_wrapper .et_social_top.et_social_simple li .et_social_share, .et_monarch .et_social_top.et_social_circle li a {
      padding: 0 !important;
        transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .et_monarch .et_social_left .et_social_icon {
      float: left;
  }
  .et_monarch .et_social_mobile .et_social_networks li a i.et_social_icon {
      display: inline-block;
  }
  .et_monarch .et_social_networks div, .et_monarch .et_social_networks span, .et_monarch .et_social_networks li i {
      position: relative;
      z-index: 2;
  }
  .et_monarch .et_social_icon, .et_monarch .et_social_icon:before, .et_monarch .et_social_icon:after {
      font-family: 'ETmonarch';
      speak: none;
      font-style: normal;
      font-size: 16px;
      line-height: 16px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      display: block;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
  }
  .et_monarch .et_social_icon_facebook:before, .et_monarch .et_social_icon_facebook:after {
      content: "\e63f";
  }
  .et_monarch .et_social_icon:before, .et_monarch .et_social_icon:after {
      position: relative;
      width: 100%;
  }
  .et_monarch .et_social_networks .et_social_icon, .et_monarch .et_social_networks .et_social_icon:before, .et_monarch .et_social_networks .et_social_icon:after {
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
  }
  .et_monarch .et_social_icon:after {
      display: none;
  }
  .et_monarch .et_social_simple.et_social_left .et_social_network_label {
      padding-left: 0 !important;
  }
  .et_monarch .et_social_flyin div.et_social_network_label, .et_monarch .et_social_mobile div.et_social_network_label {
      text-align: left;
  }
  .et_monarch .et_social_networks div.et_social_network_label {
      font-size: 14px;
        color: #FFF;
  }
  .et_monarch .et_social_left .et_social_network_label {
      margin-left: 40px;
      padding: 7px 14px 10px 10px;
  }
  .et_monarch .et_social_networks div, .et_monarch .et_social_networks span, .et_monarch .et_social_networks li i {
      position: relative;
      z-index: 2;
  }
  .et_monarch .et_social_simple.et_social_left .et_social_network_label div {
      margin-left: 0 !important;
  }
  .et_monarch .et_social_networks.et_social_left .et_social_count, .et_monarch .et_social_networks.et_social_left .et_social_networkname {
      line-height: 1em;
      display: inline-block;
  }
  .et_monarch .et_social_left .et_social_network_label div {
      margin: 6px 4px 0 4px;
  }
  .et_monarch .et_social_networks .et_social_networkname, .et_monarch .et_social_networks .et_social_count span {
      font-weight: 700;
  }
  .et_monarch .et_social_simple li .et_social_overlay {
      margin: 0 !important;
      display: none;
  }
  .et_monarch .et_social_mobile_overlay {
      background: rgba(0,0,0,0.7);
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: none;
      z-index: 99999;
  }
  .et_monarch .et_social_mobile_overlay.et_social_visible_overlay {
      -webkit-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
      -moz-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
      -o-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
      animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
  }
  .et_monarch .et_social_mobile .et_social_networks li:nth-child(4n) {
      margin-right: 0 !important;
  }
  .et_monarch .et_social_mobile.et_social_opened .et_social_heading:after {
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  .et_monarch .et_social_icons_container li:hover .et_social_icon:before {
      margin-left: 0;
      margin-top: 0;
      opacity: 1;
  }
  .et_monarch .et_social_icons_container li:hover .et_social_icon,
  .et_monarch .et_social_icons_container li:hover .et_social_icon:before,
  .et_monarch .et_social_icons_container li:hover .et_social_icon:after, 
  .et_monarch .et_social_sidebar_grow li:hover {
      width: 40px;
      border-radius: 0;
  }
  .et_monarch .widget_monarchwidget li.et_social_twitter:hover, 
  .et_monarch li.et_social_twitter:hover,
  .et_monarch .et_social_networks.et_social_circle li.et_social_twitter:hover i {
      background-color: #0092cc;
  }
}

@media (min-width: 981px) and (max-width: 1110px)  {
  .blog-post-wrapper .et_social_icons_container div.et_social_network_label {
      font-size: 11px;
  }
}

@media (min-width: 981px) {
    .hs-blog-post .body-container .content-wrapper:before {
      position: absolute;
      top: -58px;
      width: 1px;
      height: 100%;
      background-color: #e2e2e2;
      content: "";
      right: 20.875%;
    }

    .hs-blog-post .blog-sidebar {
      padding-left: 30px;
      float: left;
      width: 20.875% !important;
      margin-left: 0 !important;
    }

    .hs-blog-post .blog-content {
      float: left;
      padding-right: 5.5%;
      width: 79.125%;
      padding-bottom: 23px;
    }
  .fixed .cm-header-space {
      min-height: 114px !important;
      -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1349px) {
  .cm-footer-container {
      padding: 4% 0;
  }
  .cm-footer-social {
      padding: 2% 0;
  }
}








@media (max-width: 1190px) {
.cm-footer-left {
  padding-left:0%;
  padding-right:0%;
  }

}

@media(max-width:770px) {
  .cm-footer-col.col1 p {

    
  }
}
  @media(min-width: 981px){
 .container-fluid .row-fluid .page-center{
  float: none;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  }   
}

@media(max-width:980px) {
  .custom-header-wrapper {
    position: static !important;
  }
  .header-container {
    min-height: 79px;
  }
  .custom-header-top {
    display: none !important;
  }
  .header-right {
    padding-top: 0
  }
  .custom-logo a img {
    margin-bottom: 17px;
    margin-left: 4px;
  }
  .search-icon {
    float: right;
    margin: 0 35px 0 0;
    top: 34px;
    color: #494949;
  }
  .search-icon span.font-et-modules:before {		
    color: #494949;
    left: -32px;
  }
  form.custom-search-form {
    width: 50% !important;
    max-width: calc(100% - 179px) !important;
  }
  .show-form .mobile-trigger,
  .show-form .search-icon span.font-et-modules:before {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .mobile-trigger,
  .search-icon span.font-et-modules:before {
    z-index: 999;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul .search-icon {
    display: none !important;
  }

  .page-center-banner {
    width: 80% !important;
    max-width: 1080px !important;
  }
  .cm-header-container-top {
    position: static;
  }
  .cm-header-container-bottom {
    position: static;
    min-height: 80px !important;
  }
  
  .cm-header-container-bottom2 {
    position: static;
    min-height: 80px !important;
  }
  .cm-demo a {
    display:none;
  }
/*   .cm-logo {
    text-align: center;
  } */
  .cm-logo img {
    
    max-width: 50%;
    max-height: 54%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  

  
  .cm-footer-container {
      padding: 50px 0;
  }
  .cm-footer-social {
      padding: 30px 0;
  }
  .cm-footer-col.col2.menu {
      padding-left: 0;
  }
  .widget-span.cm-footer-col {
     width: 47.25% !important;
     margin-right: 5.5%;
     margin-left: 0 !important;
     padding: 0 !important;
  }

  .widget-span.cm-footer-col:nth-child(even) {
     margin-right: 0;
  }

  .widget-span.cm-footer-col.col1 {}

  .cm-footer-top {
     padding-bottom: 14px;
  }

  .cm-footer-col.col3.menu {
     padding-top: 53px !important;
  }
  .cm-footer-col.col4.menu {
     padding-top: 53px !important;
  }
  .header-search-wrapper {
      top:41px;
  }
  .blog-listing-wrapper .post-listing .post-item {
      width: 47.25%;
      margin: 0 5.5% 7.5% 0;
  }
  .blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
      margin-right: 5.5%;
  }
  .blog-listing-wrapper .post-listing .post-item:nth-child(2n) {      
      margin-right: 0;
  }
  
  .hs-blog-post.blog .blog-sidebar,
  .hs-blog-post .blog-content {
      width: 100%;
      float: none !important;
      margin-left:0;
  }
  
  .hs-blog-post .blog-content {
      padding-bottom: 25px;
      margin-bottom: 27px;
  }
  
}

@media (min-width: 768px) and (max-width: 850px)  {
  .blog-post-wrapper .et_social_icons_container div.et_social_network_label {
       padding: 7px 8px 10px 8px;
  }
}


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

@media (max-width:980px) {
  
  
    .widget-span.cm-footer-col {
     width: 75% !important;
     margin-right: 5.5%;
     margin-left: 0 !important;
     padding: 0 !important;
  }
}


@media (max-width: 767px) {
  .cm-footer-col.col3.menu {
      padding-left: 0;
  }
  .et-social-icons {
      display: none;
  }
  div#et-info {   
    padding-bottom: 0.70em;
    text-align: center;
  }
  .cm-footer-container {
    padding: 54px 0;
    background-color: #353535;
    border-bottom: 76px solid rgba(0,0,0,.32);
  }
  .cm-footer-col.col4.menu {
    padding-top: 15px !important;
  }

  .cm-footer-top {
    padding-bottom: 16px;
  }

  .widget-span.cm-footer-col {
    width: 95% !important;
  }

  .cm-footer-col.col3.menu {
    padding-top: 30px !important;
  }
  .blog-listing-wrapper .post-listing .post-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 9.5%;
  }
  .blog-listing-wrapper .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
      width: 100%;
      max-width: 100%;
      height: 100%;
      margin: 0 0 30px;
  }
  .blog .blog-header-content {
      margin: 20px 2%;
  }
  .et_social_icons_container li {
      margin: 2% 0 0 2% !important;
      width: 49% !important;
      clear: none !important;
  }
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
      max-width:100% !important;
      width:100% !important;
  }
  .cm-header-space {
      min-height: 81px !important;
  }
  .et_monarch .et_social_networks li:nth-child(-n+2), .et_monarch .et_social_mobile .et_social_networks li:nth-child(-n+2) {
      margin-top: 0 !important;
  }
  .et_pb_module.et_pb_fullwidth_header {
      min-height: 550px;
  }
  .et_monarch .et_social_mobile .et_social_networks li:nth-child(odd) {
      margin-left: 0 !important;
  }
  .hs-author-profile .hs-author-avatar {
      float: none;
      margin-right: 0;
      max-width: 100px;
      margin-bottom: 10px;
  }
}  

@media (max-width: 480px) {
  .et_social_icons_container li {
      margin: 2% 0 0 0% !important;
      width: 100% !important;
      clear: none !important;
  }
  .et_monarch .et_social_networks li:nth-child(-n+2), .et_monarch .et_social_mobile .et_social_networks li:nth-child(-n+2) {
      margin-top: 2% !important;
  }
  .et_monarch.cm-mobile-social .et_social_networks li:first-child{
      margin-top: 0 !important;
  }
}


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

@media (max-width: 430px) {
    form.custom-search-form {
      width: 50% !important;
      max-width: calc(100% - 100px) !important;
    }
    .header-search-wrapper {
      top: 58px;
    }
    div#et-info span {
      display: block;
    }
    .lp-header .cm-header-container-top {
      min-height: 58px;
    }
}



/* =============== Blog Comparison Chart CSS =============== */

table.table1 {
  border-collapse: collapse;
  width: 100%;
}

.table1 td, th {
  border: 1px solid #a9a9a9;
  text-align: center !important;
  padding: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
.table1 th {
    background-color: #2EA3F2;
}

.table1 tr:nth-child(odd) {
  background-color: #dddddd;
}

.checkmark {
    color: #16c60c;
}
.star {
    color: #2EA3F2;
}


@media screen and (min-width: 981px) {
.rg-header.span12.widget-span.widget-type-cell.page-center {  
    width: 95%!important;
}
}