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


/* ==========================================================================
Table of Contents:
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


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


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

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/js/animate.css'); 

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Oxygen:300,400,700');

@font-face{
  font-family:'Glyphicons Halflings';
  font-weight:normal;
  src:url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'),
    url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/glyphicons-halflings-regular.ttf') format('truetype');

}

@font-face {
  font-family: 'sow-icomoon';
  font-weight: normal;
  font-style: normal;
  src:url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/icomoon.eot') format('embedded-opentype'),
    url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/icomoon.woff') format('woff'),
    url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/icomoon.ttf') format('truetype');

}
@font-face {
  font-family: 'sow-elegantline';
  font-weight: normal;
  font-style: normal;
  src:url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/elegantline.eot') format('embedded-opentype'),
    url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/elegantline.woff') format('woff'),
    url('//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/elegantline.ttf') format('truetype');
}

@font-face {
  font-family: "sow-ionicons";
  font-weight: normal;
  font-style: normal;
  src: url("//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/ionicons.eot") format("embedded-opentype"),
    url("//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/ionicons.ttf") format("truetype"),
    url("//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/ionicons.woff") format("woff");

}
@font-face {
  font-family: revicons;
  font-weight: 400;
  font-style: normal;
  src: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/revicons.eot) format('embedded-opentype'),
    url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/revicons.woff?5510888) format('woff'),
    url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/fonts/revicons.ttf?5510888) format('truetype');
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

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

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

@keyframes slideInUp {
  0% {
    transform: translateY(1500px);
  }
  0%, 100% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-850px);
  }
  0%, 100% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  0%, 100% {
    opacity: 1;
  }
  100% {
    transform: translateY(-250px);
  }
}

@keyframes slideOutUpFast {
  0% {
    transform: translateY(0px);
  }
  0%, 100% {
    opacity: 1;
  }
  100% {
    transform: translateY(-1250px);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  0%, 100% {
    opacity: 1;
  }
  100% {
    transform: translateY(350px);
  }
}

@keyframes slideOutDownFast {
  0% {
    transform: translateY(0px);
  }
  0%, 100% {
    opacity: 1;
  }
  100% {
    transform: translateY(1250px);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-850px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(1250px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-350px);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(350px);
  }
}



body .leadinModal-content {
    top: 80px !important;
}


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

body {
  background: #fff;
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  //max-width: 100%;
  margin: 0 auto;
  //width: 85%;
  
  max-width: 1200px !important;
    width: 100% !important;
}
.body-container-wrapper {
  margin-top: 91px;
}
/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/


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

/* Basic text */
p {
  margin-bottom: 10px;
  margin-top:0;
} 
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 {
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 15px;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 24px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  */ eileen remarkout text-transform: uppercase;
  line-height: 28px;
  color: #005395;
  border-bottom: 3px solid #84be3e;
}
h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #86BC47;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}

/* Anchor Links */
a { 
  color: #005395;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #23527c;
  opacity: .8;
  text-decoration: none;
}
.body-container a:hover{
  text-decoration:underline;
}

/* Lists */
ul, ol {
  padding-left: 20px;
  margin: 0 0 15px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

.body-container ul li {
  position: relative;
  margin-left: 35px;
  padding: 5px 0;
  list-style: none;
}
.body-container ul li:before {
  position: absolute;
  top: 48%;
  left: -40px;
  margin-top: -15px;
  width: 23px;
  height: 25px;
  color: #84BE3E;
  text-align: center;
  font-family: "FontAwesome";
  transition: color .25s ease .01s, border-color .25s ease .01s;
  font-size: 15px;
  padding-left: 0;
  line-height: 2;
  content: '\f138';
}
.body-container ul li:hover:before {
  color: #005395;
}

/* Block Quotes */
blockquote {}
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, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}
.custom-header-grp {
  border-bottom: 3px solid #84be3e;
  padding: 10px 0 9px;
  background: #fff;
}
.custom-logo img {
  max-width: 190px;
}
.custom-header-grp .page-center {
  position: relative;
}
.search-icon {
  padding: 10px 20px;
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
}
.header-search {
  position: absolute;
  width: 450px;
  height: 50px;
  line-height: 40px;
  top: 45px;
  right: 0;
  padding: 0 15px;
  cursor: default;
  background: #fff;
  display: none;
  z-index: 999;
}
.search-grp:hover .header-search {
  display: block;
}
.header-search .hs-search-field__input {
  width: 90%;
  padding: 4px;
  border: 1px solid #ddd;
  height: 31px;
  color: #777;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
button.search-btn {
  background: #E66432;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding: 5px 10px;
  height: 31px;
  text-decoration: none;
  color: #FFF;
  margin-left: -4px;
  line-height: 1.5;
  border: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  button.search-btn i{
    position: relative;
    top: -1px;
  }
  button.search-btn {
    position: relative;
    top: 1px;
  }

}

.tab-trigger {
  display: none;
}

.custom-header-grp .hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  background: #fff;
}

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

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

.body-container-wrapper {}
.body-container {}
.body-container .page-center{
  padding-top:30px;
}
.banner-area {
  background-color: #589C2D;
  padding: 100px 10px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-area .page-center {
  max-width: 1170px !IMPORTANT;
  width: 100% !important;
  padding: 0 !important;
}
.banner-content {
  text-align: center;
}
.banner-content h1 {
  color: #fff;
  margin-bottom: 10px;
  animation-delay: 0.4s;
  animation-name: fadeInDown;
  font-size: 34px;
}
.banner-content h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  animation-delay: 0.8s;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeIn {
  animation-name: fadeIn;
}
.fadeInUp {
  animation-name: fadeInUp;
}
.fadeInDown {
  animation-name: fadeInDown;
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
.fadeInRight {
  animation-name: fadeInRight;
}
.fadeOut {
  animation-name: fadeOut;
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
.slideInUp {
  animation-name: slideInUp;
}
.slideInUp.addthis-animated {
  animation-duration: 0.4s;
}
.slideInDown {
  animation-name: slideInDown;
}	
.slideOutUp {
  animation-name: slideOutUp;
}
#at4m-menu.slideOutUp {
  animation-name: slideOutUpFast;
}
.slideOutDown {
  animation-name: slideOutDown;
}
#at4m-menu.slideOutDown {
  animation-name: slideOutDownFast;
}
.slideInLeft {
  animation-name: slideInLeft;
}
.slideInRight {
  animation-name: slideInRight;
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
.slideOutRight {
  animation-name: slideOutRight;
}






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


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

.footer-container-wrapper {}
.footer-container {
  padding-top: 30px;
}

.custom-footer-grp {
  background: #000;
  padding: 15px;
  text-align: center;
}
.custom-copyright p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0 0;
}
.custom-copyright p:first-of-type {
  margin-top: 0;
}
.custom-copyright p a{
  color: #fff;
}
.custom-copyright p a:hover {
  opacity: .8;
  text-decoration:underline;
}
.custom-footer-top {
  background: #272727;
  padding: 30px 0;
}
.custom-footer-social a img {
  width: 30px;
  margin: 5px;
}
.custom-footer-social p {
  margin: 0;
}
.custom-footer-social h3 {
  color: #fff;
  border: 0;
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.5;
  margin-left: -6px;
  margin-bottom: 22px;
}
.custom-footer-contact p img {
  height: 4.5em;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}
.custom-footer-contact p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin: 0;
}
.custom-footer-contact p i {
  font-style: normal;
  display: block;
}
.custom-footer-contact p a {
  color: #fff;
  text-decoration: none;
}
.custom-footer-contact p:first-child a {
  display: inline-block;
  margin-bottom: -6px;
}

.custom-footer-top a:hover {
  opacity: .8;
}
.get-in-touch {
  padding-left: 8px;
}
.get-in-touch p:first-of-type {
  padding-left: 4px;
}
.get-in-touch p:first-of-type img {
  position: relative;
  left: -2px;
}
.custom-footer-contact.call-us {
  padding: 0 0 0 4px;
}
.custom-footer-social p {
  margin-left: -6px;
}

#go-bottom {
  bottom: 90px;
}
#go-top {
  bottom: 140px;
}
.nav-btn {
  right: 23px;
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  line-height: 40px;
  z-index: 99;
  background: transparent;
  border: 2px solid #84be3e;
}
.nav-btn a {
  display: block;
  color: #84be3e;
  font-size: 30px;
  line-height: 40px;
}
#go-top a{
  line-height: 36px;
}
.nav-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.custom-footer-form {
  position: fixed;
  left: 50px;
  bottom: -500px;
  width: 400px !important;
  transition: bottom 0.5s;
}
.custom-footer-form.open-demo {
  bottom: 0;
}
.footer-container .custom-footer-form h3 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 0;
  width: 250px;
  height: 50px;
  margin: 0;
  background: #fc894b url(expertchoice.com/) center no-repeat;
  background-size: 40px 40px;
  background-position: 5px 5px;
  cursor: pointer;
  z-index: 999999;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  padding: 5px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}

.custom-footer-form .hs-richtext p {
  color: #005395;
}
.custom-footer-form form {
  background: #fff;
  height: 500px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 20px 15px 15px!important;
}

.custom-footer-form input[type="text"], 
.custom-footer-form select, 
.custom-footer-form input[type="email"], 
.custom-footer-form input[type="tel"]{
  width: 100%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  padding: 4px;
  font-size: 13px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.custom-footer-form input[type="text"]:focus, 
.custom-footer-form select:focus, 
.custom-footer-form input[type="email"]:focus, 
.custom-footer-form input[type="tel"]:focus{
  border-color: rgba(82,168,236,0.8);
}
.custom-footer-form .hs-form-field > label {
  color: #414141;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.custom-footer-form .field.hs-form-field {
  margin-bottom: 18px;
}
.custom-footer-form .actions {
  margin: 18px 0;
  padding: 17px 20px 18px;
  text-align: right;
}
.custom-footer-form .hs-button.primary.large {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: transparent;
  color: #F57B01;
  border: 1px solid #F57B01;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 4px;
  padding: 5px 25px;
  border-radius: 4px;
  transition: opacity 0.15s linear;
}
.custom-footer-form .hs-button.primary.large:hover{
  background: #F57B01;
  color: #fff;
}
.custom-footer-form li.hs-form-checkbox {
  width: 80%;
  padding-left: 4px;
  line-height: 20px;
}
.custom-footer-form li.hs-form-checkbox input {
  margin-left: 0;
}

.submitted-message {
  background-color:white;
  padding: 10px;
}


.span6.widget-span.widget-type-cell.main-content.right {
}

.body-container .main-content.right .hs-form-field > label {
    font-size: 16px;
    margin-bottom: 5px !important;
}

.body-container .main-content.right form {
    background-color: #fff;
    box-shadow: 5px 7px 6px 4px rgb(0 0 0 / 10%);
    border-radius: 3px;
    padding: 30px;
    border: 1px solid #cccccc33;
}

.body-container .main-content.right .hs-form-field input {
    height: 40px;
    border: 1px solid #005395;
}

.body-container .main-content.right .hs-form-field select {
    height: 40px;
    border: 1px solid #005395;
    font-size: 16px;
}

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

input.hs-button.primary.large {
    background-color: #f57b01;
    border-radius: 5px !important;
    color: #fff;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}



.panel-collapse.active{
  display: block;
}
.cta_button  h2 {font-family: roboto;}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
  margin-top: 15px;
  padding-right: 53px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-family: 'Oxygen', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 15px;
  text-decoration: none;
  color: #333;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  background-color: #eee;
  opacity: .8;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #84be3e;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  padding: 0 10px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.3);
  min-width: 220px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  border-bottom: 1px solid #EEE;
  padding: 8px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
  border: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-family: 'Oxygen', sans-serif;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > a{
  color: #84be3e;
}

/* 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    z-index: 999;
}
.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: 999;
    left: 0;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child ul {
    left: auto !important;
    right: 0 !important;
  }




}


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

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

@media (max-width: 768px){

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

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

  .mobile-trigger{
    display: inline-block !important; 
    background: #84be3e url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/menu.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 23px;
    width: 40px;
    height: 40px;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 30px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    display: block !important;
    position: static !important;
    margin: 0;
    padding: 0;
    background: transparent !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 0;
    background: #84be3e;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px;
    line-height: 1.5;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #fff;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 5px 15px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background-color: #6ca22a;
    color: #FFF;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #FFF !important;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #a0d86e;
    box-shadow: none;
    min-width: 100%;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 5px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 15px;
    color: #fff;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
    background-color: transparent;
    color:#fff !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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

.hs-blog-listing{
  background: #F1F1F1;
}
.date {
  position: absolute;
  left: 20px;
  top: -14px;
  background: #84BE3E;
  width: 60px;
  text-align: center;
  color: #FFF;
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  padding: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
.posted-day {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.date:before {
  border-style: solid;
  border-color: transparent transparent #45572E #45572E;
  border-width: 7px 5px;
  top: 0;
  content: "";
  height: 0;
  right: -10px;
  position: absolute;
  width: 0;
  z-index: -1;
}
.hs-blog-listing .post-header {
  padding: 40px 20px 20px;
}
.author {
  color: #777;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 14px;
}

.blog-sidebar ul li a {
  text-decoration: none !important;
}

.author a {
  text-decoration: none !important;
}
.byline i {
  margin-right: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1;
}
.byline {
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
}
.byline a {
  font-style: italic;
}
.byline a:hover{
  opacity: .8;
  text-decoration: none;
}
.byline span {
  margin-right: 15px;
}
.hs-blog-post .body-container .page-center {
  padding-top: 0;
}
.hs-blog-post .banner-content h1 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.hs-blog-post .banner-area {
  margin-bottom: 30px;
}
.hs-blog-post .blog-content {
  padding: 20px;
}
.section.post-body {
  margin-top: 15px;
}
.blog-sidebar h2 ,
.test-blog .blog-sidebar h3 {
  border-left: 5px solid #84BE3E;
  padding-left: 5px;
  background-color: #f8f8f8;
  border-bottom: none;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  padding: 8px 21px 8px 5px;
  color: #84BE3E;
}
.hs-blog-post .blog-sidebar ul,
.test-blog .blog-sidebar ul{
  padding: 15px 10px 10px;
  margin-bottom: 15px;
}
.hs-blog-post .blog-sidebar ul li,
.test-blog .blog-sidebar ul li{
  border-bottom: 1px dotted #ddd;
  padding: 5px 20px 5px 10px;
  position: relative;
}
.hs-blog-post .blog-sidebar ul li:after,
.test-blog .blog-sidebar ul li:after{
  position: absolute;
  top: 0;
  right: -2px;
  margin-top: -7px;
  width: 20px;
  height: 25px;
  color: #84BE3E;
  text-align: center;
  font-family: "FontAwesome";
  transition: color .25s ease .01s, border-color .25s ease .01s;
  font-size: 25px;
  padding-left: 0;
  line-height: 2;
  content: '\f101';
}
.test-blog .blog-sidebar ul li a {
  display: block;
}
.cm-resources-heading {
  margin: 0 !important;
  padding: 0 !important;
}
.cm-resources-links {
  padding: 0 !important;
}
.blog iframe#goog_conv_iframe {
  display: none;
}
.test-blog.hs-blog-listing .post-header p {
  margin: 0;
}
.test-blog a.more-link {
  color: #005395;
}
.test-blog a.more-link:hover {
  text-decoration:underline;
}
span.filter-link-count {
  display: none;
}
.test-topic ul li a {
  text-transform: capitalize;
}

.hs-blog-listing .post-header h1{font-size: 30px;font-weight: 500; line-height: 1.1; margin-bottom: 15px; margin-top: 0;}
.hs-blog-listing .post-header h1 a:hover {
  text-decoration: underline;
}
.header-container-wrapper {
  position: relative;
  z-index: 99999;
}
/* =============== 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 h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.post-header h1 a {}
.post-header h1 a:hover {
  opacity: .8;
  text-decoration: none;
}

/* 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 {
  margin-bottom: 40px;
  background: #fff;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  height: 225px;
  background: #ccc;
  position: relative;
}	
.hs-featured-image-wrapper .hs-featured-image-link {
  display: block;
  height: 225px;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
  object-fit: cover;
}

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

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


#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.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: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#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 {
  height: auto;
  margin-bottom: 10px;
}
.hs-blog-social-share ul li {
  margin-left: 0;
}
.hs-blog-social-share ul li:before {
  content:none;
}


/* -------------------- Ends ----------- */

/* Pagination */
.blog-pagination {
  padding-bottom: 30px;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {
  padding: 0 10px;
}
.blog-pagination a.next-posts-link {}

/* 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 Modules */
.blog .blog-sidebar .widget-span {
  background: #FFF;
  padding: 10px;
  margin-bottom: 38px;
}
.blog .body-container .hs-search-field {
  margin: 0;
}
.cm-blog-search .hs-search-field {
  padding: 30px;
}
.blog .cm-blog-search input.hs-search-field__input {
  height: 36px;
  padding: 3px;
  color: #333;
  border: 1px solid #DDD;
  border-radius: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.blog .cm-blog-search input.hs-search-field__input:focus {
  border: 1px solid #DDD;
}
.blog-sidebar h3 {
  color: #444;
  FONT-SIZE: 18px;
  margin-bottom: 20px;
  line-height: 22px;
}
.blog-sidebar ul {
  margin: 0;
  padding: 0;
}
.blog-sidebar ul li {
  margin-left: 0;
  padding: 0 0 6px;
}
.blog-sidebar ul li:before {
  content:none;
}
.body-container ul li a {
  /**color: #444;
  font-size: 16px;**/
}











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

.hs-error-msgs {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}
.hs-form ul {
  padding: 0;
}
.hs-form ul li {
  padding: 0;
  margin-left: 0;
}
.hs-form ul li:before {
  content: none;
}
.body-container .hs-search-field {
  margin-bottom: 30px;
}
#email-prefs-form .email-edit {
  max-width: 700px !important;
}
.hs-input.invalid.error {
  border-color: #c87872;
}
.hs-search-field input.hs-search-field__input {
  -webkit-appearance: textfield;
}
.hs-form-radio-display input {
  margin: 3px 3px 0px 5px !important;
  display: inline-block;
}




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

/* Form Field */
.body-container .hs-form-field {
  margin-bottom: 18px;
}

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  color: #414141;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* 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 {
  max-width: 700px;
  width: 100%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  padding: 4px;
  font-size: 13px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.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 {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

/* 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 {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* 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 {}

/* 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;
  background: transparent;
  color: #F57B01;
  border:1px solid #F57B01;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom:26px;
  margin-top:17px;
  padding: 5px 25px;
  border-radius: 4px;
  transition: opacity 0.15s linear;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background: #F57B01;
  color: #fff;
}

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


.two-col-right-lyt .banner-area .page-center {
  padding-top: 0;
}
/* .two-col-right-lyt .banner-area h1 {
font-size: 30px;
margin-bottom: 30px;
font-weight: 600;
} */
.two-col-right-lyt .main-content h2 {
  color: #005395;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
}
.two-col-right-lyt .main-content h3 {
  line-height: 1.2;
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
}
.two-col-right-lyt .main-content {
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.two-col-right-lyt .main-content p strong {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  margin-top: 20px;
}
.two-col-right-lyt .main-content .cta_button#cta_button_168496_cd466438-02d2-4726-b306-83aae9f4050e{
  */eileen editout text-transform: uppercase;
  */ eileen changed margin-bottom: 20px; 
  margin-bottom: 5px;
}
.two-col-right-lyt .main-content ul li:first-child {
  padding-top: 0;
}
.sidebar.right h2 {
  border-left: 5px solid #84BE3E;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 18px;
  color: #84BE3E;
  font-weight: 400;
  padding: 8px 5px;
}
.sidebar.right .widget-span .hs_cos_wrapper_type_module{
  padding: 10px;
  margin-bottom: 38px;
}
.cm-resouces-sidebar ul,
.cm-contact-mdl ul{
  padding: 15px 10px 10px;
  margin: 0 0 15px;
}
.cm-resouces-sidebar ul li,
.cm-contact-mdl ul li{
  border-bottom: 1px dotted #ddd;
  padding: 5px 20px 6px 10px;
  margin-left: 0;
  position: relative;
}
.cm-resouces-sidebar ul li a:hover,
.cm-contact-mdl ul li a:hover{
  text-decoration:none;
}
.cm-resouces-sidebar ul li:first-child,
.cm-contact-mdl ul li:first-child{
  padding-top: 0;
}
.cm-resouces-sidebar ul li:before,
.cm-contact-mdl ul li:before{
  content:none;
}
.cm-resouces-sidebar ul li:after,
.cm-contact-mdl ul li:after{
  position: absolute;
  top: 0;
  right: -2px;
  margin-top: -7px;
  width: 20px;
  height: 25px;
  color: #84BE3E;
  text-align: center;
  font-family: "FontAwesome";
  line-height: 18px;
  -webkit-transition: color .25s ease .01s, border-color .25s ease .01s;
  transition: color .25s ease .01s, border-color .25s ease .01s;
  font-size: 25px;
  padding-left: 0;
  line-height: 2;
  content: '\f101';
}
.cm-resouces-sidebar ul li:first-child:after,
.cm-contact-mdl ul li:first-child:after{
  margin-top: -13px;
}
.info-content a.cta_button {
  border: 2px solid #F57B01 !IMPORTANT;
  color: #F57B01 !important;
  padding: 10px !important;
  background: #fff !important;
  width: auto !important;
  margin-bottom: 3px !important;
}
.info-content a.cta_button#cta_button_168496_affa0853-91c6-445c-beb6-c2c7a35cb03c {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.info-content {
  text-align: center;
  padding: 15px 10px 10px;
}
.info-content a.cta_button .big ,
.sidebar.right a.cta_button .big{
  color: #F57B01;
  font-size: 21.6px;
  line-height: 1.2;
  font-weight: 700;
  */ eileen remark out text-transform: uppercase;
  display: block;
  padding: 0 0 5px;
}
.info-content a.cta_button .small,
.sidebar.right a.cta_button .small{
  color: #F57B01;
  font-size: 18px;
  line-height: 1;
  */eileen remarkout text-transform: uppercase;
}
.info-content p {
  margin: 0;
}
.info-content a.cta_button:hover,
.sidebar.right a.cta_button:hover{
  background: #F57B01!important;
  color: #84be3e!important;
}
.info-content a.cta_button:hover .big ,
.info-content a.cta_button:hover .small,
.sidebar.right a.cta_button:hover .big,
.sidebar.right a.cta_button:hover .small{
  color: #84be3e!important;
}
.info-content a.cta_button#cta_button_168496_a0a811c7-6a03-4ed2-a830-93b66208ea89 {
  margin-bottom: 0 !important;
}
.sidebar.right a.cta_button {
  border: 2px solid #F57B01 !IMPORTANT;
  color: #F57B01 !important;
  padding: 10px !important;
  background: #fff !important;
  width: auto !important;
  margin-bottom: 3px !important;
}
.two-col-right-lyt .sidebar.right .hs_cos_wrapper_type_rich_text p {
  padding: 15px 10px 10px;
  margin: 0;
}
.expert-content{
  padding: 15px 10px 6px;
}
.expert-content h4 {
  color: #005395;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.expert-content ul {
  margin: 36px 0  0;
  padding: 0;
}
.expert-content ul li {
  padding: 10px 0 6px;
  margin-left: 40px;
  font-size: 16px;
}
.expert-content ul li:before {
  content:none;
}
.expert-content ul li:after {
  border: 1px solid #005395;
  color: #005395;
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -17px;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  /*   color: #444; */
  text-align: center;
  font-family: "FontAwesome";
  content: '\f00c';
  line-height: 18px;
  -webkit-transition: color .25s ease .01s, border-color .25s ease .01s;
  transition: color .25s ease .01s, border-color .25s ease .01s;
  font-size: 18px;
  padding-left: 0;
  line-height: 2;
}
.expert-content ul li:hover:after {
  z-index: 5;
  border-color: #005395;
  color: #fff;
  background: #005395;
}
.two-col-right-lyt .footer-container {
  padding-top: 0;
}
a.pdf-btn:hover{
  text-decoration:underline;
}
a.pdf-btn:before {
  content: "\e167";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.two-col-right-lyt .body-container .hs-input {
  max-width: 100%;
}
.two-col-right-lyt .body-container .hs-input:focus{
  color:#111;
}
.hs-form .hs-form-field ul.inputs-list.multi-container {
  padding: 6px 0 0 1px;
}
li.hs-form-checkbox span {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 2px;
}
li.hs-form-checkbox,
li.hs-form-radio {
  margin-bottom: 4px;
}
.body-container .hs-form-field.hs-fieldtype-checkbox {
  margin-bottom: 22px;
}
.two-col-right-lyt .body-container .actions {
  text-align: right;
}

.two-col-right-lyt .main-content p a strong {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.two-col-right-lyt .main-content p a {
  color: #23527c;
}
.two-col-right-lyt .main-content h1 {
  margin: 0;
}
.two-col-right-lyt .main-content h4 {
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #444;
}
*{
  outline:none;
}
.sidebar.right .hs_cos_wrapper_type_rich_text img {
  padding: 15px 10px 10px;
}
.locate-reseller-lyt .main-content {
  padding: 20px;
  margin-top: 15px;
}

.locate-reseller-lyt .main-content h1 {
  margin: 0;
}
.locate-reseller-lyt .main-content h3 {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
  color: #005395;
  margin-bottom: 20px;
  margin-top: 45px;
  line-height: 1.2;
  font-size: 18px;
}
.locate-reseller-lyt .main-content h4 {
  color: #84be3e;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
}
.locate-reseller-lyt .main-content p {
  margin-bottom: 15px;
}
.locate-reseller-lyt .footer-container {
  padding-top: 39px;
}
.locate-reseller-lyt .main-content h3:first-of-type {
  margin-top: 40px;
}


.cm-comparian-gallery {
  background-image: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/ec-slider-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 0;
  color: #FFF;
  height: 464px;
  min-height: 350px;
}
.cm-comparian-gallery .caption.below {
  text-align: center!important;
}

.cm-comparian-gallery .caption.below h2 {
  font-weight: bold;
}

.cm-comparian-gallery .caption.below h4 {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 50px;
  font-weight: 500;
}

.cm-comparian-gallery .page-center {
  max-width: 900px!important;
}
a.cta_button .small,
a.cta_button .medium,
a.cta_button .big {
  color: #fff
}
.cta_button {
  max-width: 380px!important;
  width: auto!important;
  //padding: 10px!important;
}
.cta_button {
  //padding: 10px!important;
  max-width: 300px!important;
  display: inline-block;
  position: relative!important;
  //background-color: transparent!important;
  font-size: 18px!important;
  border-radius: 10px!important;
  border-style: solid!important;
  border-width: 2px!important;
  border-color: #fff!important;
  */eileen remarkout text-transform: uppercase;
  text-align: center!important;
  color: #fff!important;
}
.medium {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 700;
}
.small {
  margin: 0 -2px;
  line-height: 1;
  font-size: 1em;
}
a#cta_button_168496_cf12f045-7c60-4473-8475-83f0a5e304de {
  background: #f57b01!important
}
.cm-comparian-gallery .slick-slide-inner-wrapper {display: block!important;}

.cm-comparian-gallery .slick-slide {
  margin: 10px 0 0px!important;
  display:  block!important;
}
.cm-comparian-gallery .slick-next:before, 
.cm-comparian-gallery .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75 !IMPORTANT;
  color: #fff;
  transition: all .3s ease-in-out;
}
.cm-comparian-gallery .slick-next:hover:before, 
.cm-comparian-gallery .slick-prev:hover:before {
  opacity: 1 !IMPORTANT;
}
.cm-comparian-gallery .slick-prev{
  left:-25px
}
.cm-comparian-gallery .slick-next{
  right:-25px
}
a.cta_button:hover {
  color: #84be3e!important;
  border-color: #fff;
  background: #FFF!important;
}
a.cta_button:hover .small,
a.cta_button:hover .medium,
a.cta_button:hover .big {
  color: #84be3e!important
}
.SchedDemo:hover, .ContactSales:hover {
  background: #f37900 !important;
  opacity: 1;
}
a.cta_button.SchedDemo:hover .medium, a.cta_button.ContactSales:hover .medium{
  color: #fff !important;
}
.cm-comparian-gallery 
.hs_cos_gallery:hover .slick-prev,
.cm-comparian-gallery .hs_cos_gallery:hover .slick-next {
  opacity: 1;
}

.cm-comparian-gallery 
.hs_cos_gallery:hover .slick-next:before, 
.cm-comparian-gallery 
.hs_cos_gallery:hover  .slick-prev:before{
  opacity: 1;

}
.cm-comparian-gallery .slick-prev,.cm-comparian-gallery .slick-next {
  opacity: 0;
}
.comparion .body-container  .cmp-row-1 .page-center {
  padding-top:  40px;
  padding-bottom: 60px;
}
.three-col-eql-mdl {
  text-align: center;
}
.three-col-eql-mdl img {
  width: 100px;
  margin: 0 0 15px;
  max-width: 100%;
}
.three-col-eql-mdl .hs_cos_wrapper h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #86BC47;
  border: none;
  text-transform: none;
}
.blue-bg {
  background: #005395;
  color: #FFF;
  font-weight: 500;
}
.cmp-row-2 .page-center {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cmp-row-2 {
  margin-bottom: 30px;
}

.blue-bg h3 {
  color: #fff;
}
.blue-bg h4 {
  color: #fff;
  margin-bottom: 20px;
}
.comparion .body-container ul{
  padding: 0;
  margin: 0;
}
.comparion .body-container ul li {
  display: block;
  margin-bottom: 5px;
  margin-left: 0;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
}

.comparion .body-container ul li:before {
  border-radius: 35px;
  color: #FFF!important;
  display: inline-block;
  height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 35px;
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
  content: "\f00c";
  font-size: 24px;
  left: 0;
  margin-top: 0;
  vertical-align: middle;
}
.customer-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  outline: 0;
  width: 28px;
  height: 100px;
  text-indent: -9999px;
  z-index: 9999;
}

.customer-slider .slick-prev {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/controls.png) no-repeat;
  left: 0;
}

.customer-slider .slick-next {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/controls.png) no-repeat right top;
  right:  0;
}

.comparion .body-container .page-center {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cmp-row-3 h4 {
  font-weight: 500;
}
.comparion .body-container .cmp-row-3 ul li:before {
  color: #005395!important;
}

.comparion .body-container .cmp-row-3 ul li:hover:before {
  color: #fff!important;
  background: #005395;
}

.comparion .body-container .cmp-row-3 ul li {
  margin-bottom: 10px;
}

.cmp-row-4 {
  background: #edf6ff;
}
.cmp-row-4 h2 {
  color: #005395;
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
}

.cmp-row-6 {
  padding: 45px 10%;
  text-align: center;
  background: #f3f3f3;
}

.cmp-row-6 .page-center {
  padding: 0px!important;
}

.so-widget-sow-editor-base {}

.so-widget-sow-editor-base h3.widget-title {
  color: #005395;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 18px;
  */eileen remarkout text-transform: uppercase;
}
.tv-quote:before {
  display: block;
  content: "\201C";
  font-size: 60px;
  position: absolute;
  left: -30px;
  top: -15px;
  color: #005395;
  font-family: Georgia, serif;
  font-weight: 800;
}

.tv-quote {
  font-family: "Roboto", serif;
  font-size: 18px;
  padding: 0 5px 0 5PX;
  position: relative;
  text-align: center;
  line-height: 1;
  margin-right: 15px;
  line-height: 1.2;
  display: inline;
  font-weight: 400;
}
span.tv-author {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #444;
  font-family: "Roboto", serif;
  margin-top: 20px;
  line-height: 1.2;
}
.cmp-row-5 h4 {
  color: #444;
}
span.tv-author:before {
  content: "\2014";
  padding-right: 6px;
  margin-left: -20px;
}
.application-list-icons {
  display: block;
  position: relative;
  clear: both;
  padding: 0 0 20px;
  text-align: center;
}
.application-with-icon {
  display: inline-block;
  width: 18%;
  max-height: 200PX;
  margin: 10px;
  clear: both;
  position: relative;
  vertical-align: top;
  text-align: center;
}

.application-with-icon h4 {
  padding-top: 5px;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1;
  color: #005395;
  margin: 0;
}
.application-with-icon a:hover h4 {
  color: #23527c;
}
.cmp-row-7 h3 {
  margin-bottom: 25px;
}

.application-with-icon a:hover {
  text-decoration: underline;
}
.testimonil-slider .gallery-section {
  display:  none;
}

.testimonil-slider {
  background-attachment: fixed;
  background-position: center center;
  padding: 50px;
}

.body-container .testimonil-slider li {
  padding-top: 15px!important;
  font-size: 22px!important;
  color: #FFF!important;
  text-align: center;
  padding-bottom: 0;
  font-weight: normal!important;
  line-height: 1.5!important;
}
.testimonil-slider .slick-slider {
  margin-bottom: 0;
}
.client_image {
  width: 200px!important;
  margin-top: 30px!important;
  margin-left: auto;
  margin-right: auto;
}
.client_image img {
  max-height: 100px!important;
  max-width: 150px;
}
.client_name {
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
}

.company_name a {
  color: #FFF!important;
  font-size: 18px!important;
  font-style: italic;
}
.testimonial {
  padding: 0 15%;
}

.testimonil-slider li:before{
  display:none!important;
}
.testimonil-slider li .testimonial:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-weight: 700;
  color: #999;
  position: absolute;
  color: #ccc;
  font-size: 4em;
  margin-left: -.7em;
  margin-top: -42px;
}

.testimonil-slider .slick-arrow{
  display:none!important;
}

.customer-slider {
  padding:20px;
  background-color: rgb(0, 83, 149);
  text-align: center;
}

.customer-slider .hs_cos_gallery {
  max-width: 1250px;
  margin: 0px auto;
}
.btn-green-rounded-client, .btn-green-rounded-client:active {
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: none;
  color: #fff;
  transition: all .3s ease 0;
  font-size: 20px;
  margin: 15px 0 0;
  float: none;
  left: auto;
  clear: both;
}

.customer-slider .hs_cos_gallery_main {
  padding: 0;
  margin:  0;
}

.customer-slider .hs_cos_gallery {
  max-width: 1250px;
  margin: 0px auto;
}
.btn-green-rounded-client, .btn-green-rounded-client:active {
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: none;
  color: #fff;
  transition: all .3s ease 0;
  font-size: 20px;
  margin: 15px 0 0;
  float: none;
  left: auto;
  clear: both;
}
.customer-slider .hs_cos_gallery_main {
  padding: 0;
  margin:  0;
}

.cmp-row-8 {
  padding: 60px 0;
}

.news-event h3.widget-title {
  text-align: center;
}
.news-updates h3 {
  font-size: 1.2EM;
  font-weight: 700;
  line-height: 1.3EM;
  margin-bottom: 15PX;
  min-height: 60px;
  border: none;
  text-transform: none;
  color: inherit;
}

.btn-orange-news, .btn-orange-news:active, .mini-more, âˆš {
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: 1px solid #F57B01;
  display: inline-block;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: none;
  color: #F57B01;
  transition: all .3s ease 0;
  font-size: 12px;
}
.btn-orange-news:hover, .btn-orange:hover {
  background: #F57B01 none repeat scroll 0 0!important;
  border: 1px solid #F57B01!important;
  color: #fff;
}
.btn-green-rounded, .btn-green-rounded:active {
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: 2px solid #84be3e;
  display: inline-block;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: none;
  color: #84be3e;
  transition: all .3s ease 0;
  font-size: 20px;
  margin: 15px 0 0;
  float: none;
  left: auto;
  clear: both;
}
.btn-green-rounded:hover {
  background: #72aa2f none repeat scroll 0 0!important;
  border: 2px solid #72aa2f!important;
  color: #fff;
}
.btn-green-rounded-client:hover {
  background: #629821 none repeat scroll 0 0!important;
  border: 2px solid #629821!important;
  color: #fff;
}
.aligncenter {
  text-align: center;
}
.recnt-post {
  margin-bottom: 30px;
  padding-top: 30px;
}
.cmp-row-10 {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/ec-slider-bg.png) center center / cover no-repeat fixed;
  padding: 50px 0px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0px;
  border-right: 0px;
  text-align: center;
  color: #fff;
}
.cmp-row-10 .page-center {
  padding:  0!important;
}
.comparion .footer-container {
  padding-top: 0;
  margin-top:  -1px;
}

.big {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  padding: 0 0 5px;
}
.small {
  margin: 0 -2px;
  line-height: 1;
  font-size: 1em;
}
.btn-logoslider, .btn-logoslider:active {
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: 2px solid #FFF;
  display: inline-block;
  line-height: 1;
  padding: 15px 20px;
  text-decoration: none;
  color: #FFF;
  transition: all .3s ease 0;
  font-size: 20px;
  margin: 15px 0 0;
  float: none;
  left: auto;
}
.btn-inline {
  margin-top: 0;
  margin-left: 5px;
  padding: 20px;
}
.btn-logoslider:hover {
  background: #F57B01 none repeat scroll 0 0!important;
  border: 2px solid #F57B01!important;
  color: #fff;
  text-decoration: none !important;
}
.home .btn-logoslider:hover {
  background: #D7840D!important;
  border: 2px solid #D7840D!important;
  color: #DFECD7;
}
.cmp-row-10 a:first-child {
  margin-right: 20px;
}

.cmp-row-10 a:last-child {
  margin-left: 20px;
}

.cmp-row-10 a.cta_button {
  padding: 10px 20px!important;
  vertical-align: middle;
}
.cmp-row-9 {
  margin-bottom: 30px;
}
.cm-comparian-gallery .page-center {
  padding: 30px 0 0 !important;
}
select {
  height: 27px;
}
.hs-form-required {
  color: red;
}

.two-col-right-lyt.hs-content-id-6080713193 .main-content p strong {
  display: inline;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

.two-col-eql-lyt .banner-content {
  text-align: left;
  width: 50%;padding-left: 15px;
}

.two-col-eql-lyt .banner-content h1 {
  font-size: 39px;
  margin-bottom: 20px;
  */eileen remarkout text-transform: uppercase;
}
.two-col-eql-lyt .banner-area {
  padding: 41px 0;
  min-height: 220px;
}
.two-col-eql-lyt .main-content.left {
  padding: 0 15px;
}

.two-col-eql-lyt h4 {
  font-weight: 500;
  font-size: 18px;
  color: #444;
  margin: 0 0;
  line-height: 1.1;
}
ul.blue-bullet{
  margin-top: 12px;
}
ul.blue-bullet li{
  margin-left: 40px;
  padding: 10px 0;
}
ul.blue-bullet li:before{
  content:none;
}
ul.blue-bullet li:after{
  border: 1px solid #005395;
  color: #005395;
  position: absolute;
  top: 50%;
  font-size: 18px;
  border-radius: 35px;
  left: -45px;
  height: 35px;
  line-height: 2;
  text-align: center;
  width: 35px;
  font-family: "FontAwesome";
  content: '\f00c';
  margin-top: -17px;
}
ul.blue-bullet li:hover:after{
  border-color: #005395;
  color: #fff;
  background: #005395;
}
.two-col-eql-lyt .body-container form {
  background-color: #f3f3f3;
  padding: 25px 30px;
}
.two-col-eql-lyt .form-title {
  background: #4d88bc;
  background: -moz-linear-gradient(top, #4d88bc 0%, #3466aa 100%);
  background: -webkit-linear-gradient(top, #4d88bc 0%, #3466aa 100%);
  background: linear-gradient(to bottom, #4d88bc 0%, #3466aa 100%);
  padding: 18px 15px;
  margin: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: 0;
  text-transform: none;
  margin-top: -240px;
  line-height: 1.1;
}
.two-col-eql-lyt .main-content.right {
  padding-right: 15px;
}
.two-col-eql-lyt .hs-input {
  max-width: 100% !important;
}
.two-col-eql-lyt .footer-container {
  padding-top: 0;
  margin-top: -1px;
}
.two-col-eql-lyt .actions {
  text-align: right;
}

.bt2 .banner-area {
  min-height:  350px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  height: 464px;
}

.bt2 .banner-area .page-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -51%);
  -moz-transform: translate(-50%, -51%);
  -ms-transform: translate(-50%, -51%);
  -o-transform: translate(-50%, -51%);
  transform: translate(-50%, -51%);
  width: 100%;
  padding: 25px 0!important;
  color: #FFF;
}
.bt2 .banner-area h1 {
  color: #FFF;
  font-size: 30px;
  margin: 0 0 15px;
}
.bt2 .banner-area  h2 {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 50px;
  font-weight: 500;
}

.cb-row-1 {
  padding: 45px 10%;
  text-align: center;
  background: #f3f3f3;
}

.cb-row-1 .page-center {
  padding: 0 15px!important;
}
.capital-bugting .body-container .page-center {
  padding-top:  60px;
  padding-bottom: 60px;
}
.capital-bugting .body-container .page-center {
  padding-top:  60px;
  padding-bottom: 60px;
}

.capital-bugting .footer-container {
  padding: 0;
  margin-top: -1px;
}

.cb-row-3.blue-bg {
  background: #2a7acb;
  color: #FFF;
  font-weight: normal;
}

.cb-row-3.blue-bg h3{
  color: #FFF;
  font-size: 30px;
  line-height: 32px;
}

.cb-row-3.blue-bg a {
  margin: 20px 0 44px;
}
.cm-two-col-eql-mdl ul {
  padding: 0;
  margin:  0;
}
.cm-two-col-eql-mdl ul li:before {
  content:  "";
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  float: left;
  height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top:-9px;
  width: 35px;
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #005395;
  font-size: 24px;
  line-height: 32px;
  margin:  0;
  left: 0;
  position: absolute;
}

.cm-two-col-eql-mdl ul li {
  padding: 0 0px 31px 47px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  word-break: break-word;
}

.cm-two-col-eql-mdl {
  margin: 30px 0;
}
.cm-two-col-eql-mdl ul li:hover:before {
  background: #005395;
  color: #fff;
}

.cb-row-2-left,.cb-row-2-right {
  padding: 0 15px;
}
.gnrm .cb-row-2 .cb-row-2-left h4 {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
}
.riskion .body-container ul ul {
  margin-top: 12px;
  margin-bottom: 13px;
}
.riskion .banner-area {
  padding: 41px 0 10px;
}
.riskion .banner-content h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.banner-content h3 {
  color: #fff;
  border: 0;
  font-size: 20px;
  text-transform: none;
  line-height: 1.1;
  margin: 0;
  animation-name: fadeInDown;
  animation-delay: 0.8s;
}

.two-col-eql-lyt.riskion .main-content.left h3 {
  color: #84be3e;
  font-size: 22px;
  border: 0;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.1;
  margin-top: 56px;
}
.riskion .body-container .main-content.left ul ul li:after {
  font-size: 13px;
  height: 25px;
  width: 25px;
  left: -34px;
  top: 25px;
}

.riskion .body-container .main-content.left ul ul li {
  padding-bottom: 4px;
}

.two-col-eql-lyt .main-content.left h3 {
  margin-bottom: 20px;
  border: 0;
  text-transform: none;
  color: #444;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 15px;
}

.two-col-eql-lyt .banner-content h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.two-col-eql-lyt p strong {
  display: inline-block;
  padding: 17px 0 0 0;
}
ul.bullet {
  margin-top: 5px;
  margin-bottom: 13px;
  display: inline-block;
}
ul.bullet li {
  margin: 0;
  padding: 0;
  list-style-type: square;
}
ul.bullet li:before ,
ul.bullet li:after {
  content: none;
}
.riskion-features .main-content {
  padding: 60px 15px 28px;
  width: 50%;
  margin: 0;
}

.banner-content h1 sup {
  font-size: 80%;
}
.full-width .body-container .page-center {
  padding-top: 60px;
  padding-bottom:  60px;
}

.full-width  .banner-area {
  margin-bottom: 30px;
}

.cm-accordian-group .panel-body ul {
  padding: 2px 0px 0 20px;
}

.cm-accordian-group .panel-body ul li {
  padding: 10px 0;
  margin-left: 40px;
}

.cm-accordian-group .panel-body ul li:before {
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -17px;
  width: 25px;
  height: 25px;
  color: #444;
  text-align: center;
  font-family: "FontAwesome";
  content: '\f00c';
  line-height: 18px;
  -webkit-transition: color .25s ease .01s, border-color .25s ease .01s;
  transition: color .25s ease .01s, border-color .25s ease .01s;
  font-size: 18px;
  padding-left: 0;
  line-height: 2;
  font-size: 18px;
  padding-left: 0;
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  float: left;
  height: 35px;
  text-align: center;
  width: 35px;
  border: 1px solid #fff;
  border: 1px solid #005395;
  color: #005395;
  left: -45px;
}
.cm-accordian-group .panel-body ul li:hover:before {
  border-color: #005395;
  color: #fff;
  background: #005395;
}
.panel-body .cta_button {
  border-color: #F57B01!important;
  color: #F57B01!important;
}


.faq .ca-row-1 h3 {
  border-bottom: 3px solid #84be3e !important;
  margin-bottom: 20px !IMPORTANT;
  line-height: 1.2 !important;
  font-size: 18px !important;
  */eileen remarkout text-transform: uppercase !important;
  color: inherit !important;
}

.faq  .panel-heading h4.panel-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

.faq .panel-heading {
  padding: 10px 15px;
}

.faq cm-accordian-group .panel-body ul.default {
  margin: 0 0 15px 20px;
  list-style: square;
  padding: 0;
}

.faq cm-accordian-group .panel-body ul.default li {
  padding: 0;
  margin:  0;
  list-style: square;
}

.faq cm-accordian-group .panel-body ul.default li:before {
  display:  none;
}

.panel-body a.cta_button .small, 
.panel-body  a.cta_button .medium,
.panel-body  a.cta_button .big {
  color: #F57B01;
}

.panel-body a.cta_button:hover {
  color: #fff!important;
  border-color: #F57B01;
  background: #F57B01!important;
}

.panel-body  a.cta_button:hover .small,
.panel-body  a.cta_button:hover .medium,
.panel-body  a.cta_button:hover .big {
  color: #fff!important;
}

.cm-accordian-group .panel {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.panel-heading {
  padding: 19px 15px;
  position: relative;
  cursor: pointer;
}

.panel-heading h4.panel-title {
  color: #005395;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
  margin:  0;
}

.panel-body {
  border-top:1px solid  #ddd;
  padding: 20px 15px;
}
.panel-heading:hover {
  opacity: 1;
  background: #f3f3f3;
}
.panel-collapse {
  display:  none;
}

.panel-heading:before {
  position: absolute;
  height: 20px;
  width: 10px;
  top: 35%;
  width: 18px;
  font-size: 16px;
  background-size: 36px;
  margin-right: 10px;
  right: 0;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  content: "\e259";
  color: #999;
  line-height: 1;
}
.panel-heading.active:before {
  content: "\e260";
}
.panel-heading.active:before {
  content: "\e260";
}

.panel-body h3 {
  text-transform: none;
  color: inherit;
  border: none;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
  margin: 0  0 20px;
  font-size: 20px;
}

a.small-button.orange.medium {
  background-color: transparent;
  color: #F57B01;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 400;
  margin: auto;
  border: 2px solid #F57B01;
}
a.small-button.orange.medium:hover{
  text-decoration: underline;
}
.panel-body .cta_button {
  max-width: 360px!important;
  width: auto!important;
  padding: 10px!important;
}


.body-search-grp .search-input {
  max-width: 100% !important;
  border: 1px solid #D9D9D9 !important;
  background:rgb(255, 255, 255);
  font-size: 16px !important;
  padding: 15px 8px !important;
  border-radius: 0 !important;
  color: #333 !important;
  width: calc(100% - 65px) !important;
}
.body-search-grp .search-input:focus {
  background: #fff !important;
  text-indent: 0;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
}
.body-search-grp ::-webkit-input-placeholder {
  font-size: 14px !important;
  text-indent: 55px;
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/googlelogo_lightgrey_46x16dp.png) left 8px center no-repeat rgb(255, 255, 255);
} 
.body-search-grp *::-moz-placeholder{
  font-size: 14px !important;
  text-indent: 55px;
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/googlelogo_lightgrey_46x16dp.png) left 8px center no-repeat rgb(255, 255, 255);
} 

.body-search-grp form {
  position: relative;
}
button.body.search-btn {
  padding: 6px 27px;
  border-color: #FF7B0C;
  background-color: #F57B01;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
}

.two-col-right-lyt .feature-with-icon img {
  height: 64px;
  width: auto;
  max-width: 120px;
}

.two-col-right-lyt .feature-with-icon {
  width: 33.33%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
  padding-left: 20px;
}
.two-col-right-lyt .feature-with-icon h4 {
  line-height: 1.5;
  font-weight: 400 !important;
  font-size: 14px !important;
  height: 30px;
  margin: 0 !important;
}
.app-list-icons {
  overflow: hidden;
}

.case-studies h3 {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
  color: #005395 !important;
}
.case-studies ul {
  margin: 0;
  padding: 0;
}
.case-studies ul li {
  padding: 0;
  margin: 0;
}
.case-studies ul li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  content: "\e022";
  color: #444 !important;
  left: 0;
  width: auto;
  font-size: 14px;
  line-height: 1;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.case-studies p {
  margin: 10px 0 0;
  font-size: 12.6px;
}
.case-studies {
  margin-bottom: 30px;
}
.sow-icon-icomoon {
  font-family: 'sow-icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sow-icon-ionicons {
  display: inline-block;
  font-family: "sow-ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cm-resource-list h3 {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
  color: #005395 !important;
}
.cm-resource-list ul {
  margin: 0;
  padding: 0;
}
.cm-resource-list ul li {
  padding: 0 0 0 15px;
  margin: 0;
  overflow: hidden;
}
.cm-resource-list ul li:before{
  content:none;
} 
.cm-resource-list ul li .text-col:before{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  content: "\e022";
  color: #444;
  left: 0;
  width: auto;
  font-size: 14px;
  line-height: 1;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cm-resource-center-grp {
  padding-top: 30px;
}
li.resource-item {
  position: relative;
}
.resource-item .text-col {
  float: left;
  width: 66.66666667%;
  padding: 0;
}
.resource-item .link-col {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}
.resource-item .link-col a {
  color: #005395 !important;
  font-size: 14px !important;
}
.resource-item .link-col a:hover {
  text-decoration:underline;
}
.resource-item .link-col a:before {
  content: "\e167";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.resource-item .link-col a.view {
  margin-right: 20px;
}
.resource-item .link-col a.download:before {
  content: "\e166";
}
span.tv-meta {
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
}
.pr-mangment .body-container .page-center {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pm-row-3 {
  background: #edf6ff;
}
.pm-row-4 {
  background: #2a7acb;
  color: #FFF;
  text-align: center;
}

.pm-row-5 {
  background: #edf6ff;
}
.pm-row-3-left, .pm-row-3-right {
  padding: 0 15px;
}
.btn-blue-rounded, .btn-blue-rounded:active {
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: 2px solid #005395;
  display: inline-block;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: none;
  color: #005395;
  transition: all .3s ease 0;
  font-size: 20px;
  margin: 15px 0 0;
  float: none;
  left: auto;
  clear: both;
}
.btn-blue-rounded:hover {
  color: #FFF !important;
}
.pm-row-4  h3 {
  text-align: center;
  color: #FFF;
  font-size: 30px;
  line-height: 32px;
}
.pm-row-4-left, .pm-row-4-right {
  padding: 0 15px;
}
.pm-row-4-right {
  border-left: 1px dotted rgb(255, 255, 255);
}
.pm-row-5-column {
  padding: 0 15px;
}
.pm-row-4 .cm-two-col-eql-mdl {
  text-align: left;
}

.pm-row-4 .cm-two-col-eql-mdl li:before {
  color: #fff;
  top: -10px;
}
.cta_button {
  max-width: 360px!important;
  width: auto!important;
  //padding: 10px!important;
}
.feature-with-icon .sow-features-feature {
  width: 20%;
  float: left;
  text-align: center;
}

.sow-features-feature h5 {
  margin: 1em 0;
  font-size: 16px;
}
.investments:before {
  content: "";
}

.feature-with-icon span.sow-icon-icomoon {
  font-size: 24px;
  color: #005395;
}
.pm-row-4 .feature-with-icon span.sow-icon-icomoon {
  color: #fff;
}

.feature-with-icon  span.sow-icon-icomoon.projects {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feature-with-icon span.sow-icon-icomoon.projects:before {
  content: "";
  font-size: 24px;
}

.feature-with-icon span.sow-icon-icomoon.innovation {
  font-family: 'sow-elegantline';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feature-with-icon span.sow-icon-icomoon.innovation:before {
  content: "";
}

.feature-with-icon  span.sow-icon-icomoon.hr {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.feature-with-icon  span.sow-icon-icomoon.hr:before{
  font-size: 24px;
  content:"";
}

.feature-with-icon span.sow-icon-icomoon.more {
  font-family: "sow-ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.feature-with-icon span.sow-icon-icomoon.more:before {
  content: "";
}

.pm-row-6 .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.body-container  .pm-row-6 ul  {
  padding: 0;
  margin:  0;
}
.body-container  .pm-row-6 ul li:before {
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  float: left;
  height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 35px;
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #005395;
  font-size: 24px;
  line-height: 32px;
  left: 0;
  top: 0;
  margin-top: 0;
}

.body-container  .pm-row-6 ul li {
  margin-left: 0;
  margin: 0 0 25px;
  padding: 0;
  font-weight: 500;
}

.body-container  .pm-row-6 ul li:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -3px;
  padding: 1px;
  position: absolute;
  top: -3px;
  width: 33px;
  height: 33px;
}

.body-container .pm-row-6 ul li:hover:before {
  background: #005395;
  color: #fff;
}

.icon-holder {
  width: 45px;
  display: inline-block;
  margin-right: 10px;
  color: #005395;
  font-size: 24px;
  vertical-align: middle;
}

.icon-holder i[class*="fa"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-holder i[class*="glyphicon"] {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-usd:before {
  content: "\e148";
}

.feature-text {
  width: 80%;
  display: inline-block;
}
.feature-text h6 {
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  margin:  0;
}

.feature-icon-left {
  margin-bottom: 25px;
  display: block;
}

.pr-mangment .footer-container {
  padding: 0;
}

.pm-row-6-full {
  padding-bottom: 20px;
}

.pm-row-6-full {
  padding-bottom: 20px;
}

.cm-summary-grp {
  padding-top: 21px;
}
.cm-summary-grp summary {
  margin-bottom: 21px;
}
.cm-summary-grp ul {
  margin-bottom: 15px;
}
.cm-summary-grp ul li:first-child {
  padding-top: 10px !important;
}

.two-col-right-lyt .main-content p a:hover {
  text-decoration: underline;
}


.application-lyt .row1 {
  background: #edf6ff;
}
.application-lyt .body-container .page-center {
  padding: 60px 15px;
}
.application-lyt  .service-feature-grp {
  padding-bottom: 20px;
}
.application-lyt h2 {
  font-size: 22px;
  color: #005395;
}
.application-lyt h2 sup {
  font-size: 80%;
}
.application-lyt .feature-with-icon img {
  max-width: 120px;
}
.application-lyt .feature-with-icon {
  display: inline-block;
  width: 18%;
  max-height: 200PX;
  margin: 10px;
  text-align: center;
  vertical-align: top;
  clear: both;
}
.application-lyt .feature-with-icon h4 {
  padding-top: 5px;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1;
  color: #444;	
  margin: 0;
}
.application-lyt .app-list-icons {
  text-align: center;
}
.application-lyt .row2 .main-content h2{
  padding-top: 10px;
}
.application-lyt .row2 h5 {
  font-size: 18px;
  font-weight: 700;
  color: #005395;
  padding: 4px 0 5px;
  margin: 0 0 6px;
}
sup {
  font-size: 80%;
}
.application-lyt .row2 h6 {
  border-bottom: 3px solid #84be3e;
  border-top: 3px solid #84be3e;
  margin-bottom: 25px;
  line-height: 21px;
  padding: 8px 10px;
  text-align: center;
  color: #005395;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.application-lyt .row2 ul.blue-bullet {
  margin-top: 5px;
  margin-bottom: 15px;
}
.application-lyt .application-with-icon h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
a.button-rounded-product {
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: 2px solid #84be3e;
  display: inline-block;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: none;
  color: #84be3e;
  font-size: 20px;
  margin: 15px 0 -1px;
  float: none;
  left: auto;
  clear: both;
}
.button-rounded-product:hover {
  background: #72aa2f none repeat scroll 0 0;
  border: 2px solid #72aa2f;
  color: #fff;
  text-decoration: underline;
}
.application-lyt .footer-container {
  padding-top: 0;
}

.panel-first-child h2 {
  padding-bottom: 20px;
}

.bt2 .cb-row-main.banner-area {
  background-image: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/ec-slider-bg.png);
}

.bt2 .cb-row-main.banner-area .page-center {
  max-width: 100%!important;
  padding: 4%!important;
}

.bt2 .cb-row-main.banner-area h2 {
  font-size: 30px;
  line-height: 1.1;
  margin:  0 0 15px;
}

.bt2 .cb-row-main.banner-area img {
  max-width: 350px;
  text-align: center;
  display:  block;
  margin: auto;
  width: 100%;
}
.bt2 .cb-row-main.banner-area p {
  font-weight: 500;
  font-size: 17px;
  line-height: 19px;
}

.cb-row-main.banner-area .cb-row-2-left, 
.cb-row-main.banner-area .cb-row-2-right {
  width:50%;
  margin:0
}

.mri-lyt .cb-row-1 .tv-quote {
  font-size: 16px;
}

.mri-lyt .so-widget-sow-editor-base {
  margin-top: 10px;
}

.mri-lyt .cb-row-2 ul {
  padding:0;
  margin: 0 0 15px 20px;
  list-style: square;
}

.mri-lyt .cb-row-2 ul li:before {
  display:  none;
}

.mri-lyt .cb-row-2 ul li {
  list-style: square;
  margin:  0;
  padding: 0;
}

.mri-lyt .cm-flexi-row-1 {
  margin-bottom: 40px;
}

.mri-lyt .pm-row-3 {
  background: #f3f3f3;
  margin-bottom: 30px;
}

.pm-row-6-sky {
  background: #edf6ff;
}

.pm-row-6-sky .page-center {
  background-color: rgb(245, 250, 255);
  padding-left: 15px;
  padding-right: 15px;
}
.body-container  .pm-row-6-sky ul{
  padding: 0;
  margin:  0;
}

.body-container  .pm-row-6-sky ul li:before {
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  float: left;
  height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 35px;
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
  color: #005395;
  content: "\f00c";
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  margin-top: 0;
  left: 0;
}

.body-container  .pm-row-6-sky ul li {
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 24px;
  width: 80%;
  margin-left: 0;
  padding-left: 44px;
}

.body-container  .pm-row-6-sky ul li:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
  width:  33px;
  height:  33px;
}
.cm-two-col-eql-mdl ul li:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -3px;
  padding: 1px;
  position: absolute;
  top: -12px;
  width: 100%;
  width:  33px;
  height:  33px;
}

.mri-lyt .pm-row-4 a.cta_button {
  margin: 25px 0  60px;
}

.pm-row-4-right ul li:after {
  display:none!important
}

.str-plan .footer-container {
  padding-top:  0;
  margin-top: -1px;
}

.str-plan .body-container .page-center {
  padding-top: 60px;
  padding-bottom:  60px;
}
.str-plan .pm-row-3 h2 {
  color: #005395;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.1;
}
.str-plan .pm-row-3 h2 span {
  font-size: 18px;
}
.str-plan .pm-row-3  .page-center {
  //max-width: 100%!important;
  //padding: 5%!important;
}
.str-plan .cm-two-col-eql-mdl {
  margin-bottom: -22px;
}
.str-plan .banner-content {
  margin-bottom: 47px;
}

.full-width .body-container  h2 {
  color: #005395;
  font-size: 22px;
}
.full-width .body-container h3 {
  margin-bottom: 20px;
  border: 0;
  font-size: 20px;
  line-height: 1.1;
  text-transform: none;
  color: #444;
}

.full-width .footer-container {
  padding-top: 0;
  margin-top: -1px;
}
.full-width .feature-with-icon {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 15px;
}
.full-width.hs-content-id-6085968457 h2 {
  margin-bottom: 0;
}
.full-width .feature-with-icon img {
  width: 75px;
  height: 75px;
}
.full-width .feature-with-icon h4 {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  color: #444;
  margin: 20px 0px 0;
}
.full-width.hs-content-id-6085968457 .header-cta .cta_button {
  color: #fff !important;
}
.header-cta a.cta_button:hover {
  background-color: #f57b01 !important;
  color: #fff !important;
}
.full-width .app-list-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}
.full-width .feature-with-icon {
  padding: 20px;
  box-shadow: 0px 0px 9px 0px #0003;
  width: calc(25% - 20px) !important;
  border-radius: 5px;
}
.full-width .service-feature-grp {
  padding: 15px 0 5px;
  overflow: hidden;
}
.full-width.hs-content-id-6085968457 .body-container .hs_cos_wrapper_type_rich_text p img {
  display: block;
}
.full-width.hs-content-id-6085968457 .body-container .hs_cos_wrapper_type_rich_text p{
  margin:0;
  text-align:center;
}
.full-width .body-container .hs_cos_wrapper_type_rich_text a:hover{
  text-decoration:underline;
}
.full-width.hs-content-id-6085968457 .ca-row-1 .hs_cos_wrapper_type_rich_text h6 {
  font-size: 20px;
  margin-bottom: 21px;
}

.full-width.hs-content-id-6085968457 .cta_button {
  border-color: #F57B01!important;
  color: #F57B01!important;
}
.full-width.hs-content-id-6085968457 .cta_button .medium,
.full-width.hs-content-id-6085968457 .cta_button .small{
    color: #fff !important;
}
.full-width.hs-content-id-6085968457 .cta_button:hover {
  color: #F57B01 !important;
  background: #fff!important;
}
.full-width.hs-content-id-6085968457 .cta_button:hover .medium,
.full-width.hs-content-id-6085968457 .cta_button:hover .small{
  color: #F57B01!important;
}

.vslyt.str-plan .pm-row-3 .page-center {
  padding: 60px 0px!important;
}
.cb-row-2-first {
  font-weight: 300;
  line-height: 1.3;
}
.body-container .cb-row-2-second ul {
  padding: 0;
  margin:  0;
}

.body-container .cb-row-2-second ul li:before {
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  float: left;
  height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 35px;
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
  content: "\f00c";
  color: #005395;
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  margin-top:  0;
  left: 0;
}
.body-container .cb-row-2-second ul li:hover:before{
  background: #005395;
  color:#fff;
}

.body-container .cb-row-2-second ul li h6 {
  font-size: 17px;
  margin:  0;
    line-height: 24px;
}

.body-container .cb-row-2-second ul li {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 45px;
    font-size: 16px;
}

.body-container .cb-row-2-second ul li:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 33px;
  left: -3px;
  padding: 1px;
  position: absolute;
  top: -3px;
  width: 33px;
}
.web-training-lyt .body-container h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.web-training-lyt .body-container h4 {
  font-size: 18px;
  margin-top: 30px;
  color: #444;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0;
}
.web-training-lyt .body-container ul li:first-child {
  padding-top: 0;
}
.web-training-lyt .body-container ul li {
  width: 90%;
  display: inline-block;
}
.web-training-lyt .body-container ul {
  column-count: 2;
  -moz-column-count: 2;
  display: block;
  margin-bottom: 10px;
}

.web-training-lyt a.small-button.orange.medium {
  margin-top: 18px;
  display: inline-block;
  padding: 12px 15px;
}
.body-container .row-2 {
  padding-top: 20px;
}
.body-container .row-2 .page-center,
.body-container .row-3 .page-center{
  padding-top: 0;
}
.web-training-lyt .body-container .row-2 ul {
  margin-bottom: 15px;
}
.web-training-lyt .row-3.bg-green {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/ec-slider-bg-1.png) center center / cover no-repeat fixed;
  text-align: center;
  padding: 50px 0px;
  margin-top: 30px;
}
.web-training-lyt .footer-container {
  padding-top: 0;
  margin-top: -1px;
}
.web-training-lyt a.siteorigin {
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: 2px solid #FFF;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: #FFF;
  padding: 20px;
  font-size: 20px;
  margin-left: 5px;
  float: none;
  left: auto;
}
.web-training-lyt a.siteorigin:hover {
  background: #F57B01 none repeat scroll 0 0;
  border: 2px solid #F57B01;
  color: #fff;
}
.web-training-lyt .row-2 a.small-button.orange.medium {
  margin-bottom: 1px;
  margin-top: 19px;
}

.cb-row-main .fw-col {
  padding-left: 35px;
  padding-right: 35px;
}

.cb-row-main .fw-col ul li:after {
  display:  none;
}
.gnrm.str-plan .pm-row-3 .page-center {padding: 60px 0!important;}

.gnrm.str-plan .pm-row-3 .cm-two-col-eql-mdl {
  margin-top: 50px;
}

.cb-row-main .fw-col ul li:before {
  color: #fff;
  margin-top: -10px;
}

.cb-row-main .fw-col ul li {
  padding-bottom: 26px;
}

.cb-row-main .fw-col ul {
  margin-bottom: 15px;
}

.bt2 .cb-row-main.banner-area .fw-col h2 {
  margin-bottom: 45px;
}
.contact-map {
  height: 400px;
  border-bottom: 2px solid #84be3e;
}

.contact-lyt .body-container h1 {
  color: #84be3e;
  margin-bottom: 10px;
}

.cm-contact-info-grp {
  margin-bottom: 1.421em;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  padding: 20px;
  overflow: hidden;
}
.contact-lyt .main-content {
  padding: 35px 35px 20px;
  margin-bottom: 40px;
}
.contact-lyt .main-content.left{
  padding-right: 0;
}
.contact-lyt .main-content.right {
  padding-left: 0;
}
.contact-icon {
  background-color: #f1f5f8;
  position: relative;
  font-weight: 400;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 46px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.contact-icon img {
  height: auto !IMPORTANT;
  width: 100% !important;
  vertical-align: middle;
  max-width: 44px;
  margin: auto;
}
.contact-iconed-title {
  display: inline-block;
  vertical-align: middle;
  */ eileen remark out text-transform: uppercase;
  max-width: 70%;
}
.contact-iconed-title h4 {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  color: #444;
  margin: 0;
}
.contact-icon-with-text-content {
  display: INLINE-BLOCK;
  padding-left: 50px;
}
.contact-icon-with-text-content a:hover {
  text-decoration: underline;
}
.contact-icon-item{
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 31px;
}

.contact-lyt .contact-icon-item:last-child {
  margin-top: -15px;
}
.contact-lyt .main-content.right .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 25px;
}

.contact-lyt .footer-container {
  padding-top: 65px;
}
.expert-choice-lyt  .row1 h3 {
  font-size: 20px;
  border: none;
  color: inherit;
  text-transform: none;
  padding-bottom: 0;
  padding-top: 30px;
  margin-bottom: 20px;
  line-height: 1.1;
}

.expert-choice-lyt  .row1 h4 {
  font-size: 18px;
  color: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.expert-choice-lyt .row1 
.hs_cos_gallery_main {
  padding: 0;
  margin: 0 auto;
  max-width: 599px;
}

.expert-choice-lyt .row1 .hs_cos_gallery_main button.slick-next.slick-arrow {
  display:  none!important;
}

.expert-choice-lyt  .body-container .slick-dots li:before {
  display:  none;
}

.expert-choice-lyt  .body-container .slick-dots li {
  margin: 0 1px;
}

.expert-choice-lyt  .body-container .slick-dots li button {
  width: 12px;
  height: 12px;
  position: absolute;
  background: rgb(153, 153, 153);
  background: -moz-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
  background: -webkit-linear-gradient(top, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
  background: -o-linear-gradient(top, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
  background: -ms-linear-gradient(top, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
  background: linear-gradient(to bottom, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="rgb(153, 153, 153)", endcolorstr="rgb(225, 225, 225)",gradienttype=0 );
  border: 3px solid rgb(229, 229, 229);
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  padding: 0;
}

.expert-choice-lyt  .body-container .slick-dots li button:before {
  display:  none;
}
.expert-choice-lyt  .body-container .slick-dots li.slick-active button{
  background: rgb(102, 102, 102);
}

.expert-choice-lyt .row1 .caption h3 {
  font-size: 16px;
  text-align: center;
  color: rgb(0, 83, 149);
  font-family: Arial,Helvetica,sans-serif;
  text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
  margin: 30px 0;
}

.expert-choice-lyt .row3 .page-center {
  padding-top: 60px;
  padding-bottom: 60px;
}
.expert-choice-lyt .row3 {
  background: #edf6ff;
}
.expert-choice-lyt .row2 h3 ,
.expert-choice-lyt .row3 h3 {
  font-size: 18px;
  line-height: 1.2;
  color: inherit;
  margin:  0 0 20px;
}

.expert-choice-lyt .row2 {
  margin-bottom: 30px;
}

.expert-choice-lyt .row4 h3 {
  font-size: 20px;
  border: 0;
  color: inherit;
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  line-height: 1.1;
}

.expert-choice-lyt .row4 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.two-col-form-lyt .body-container .page-center {
  padding-top: 60px;
  padding-bottom: 60px;
}
.two-col-form-lyt .banner-area {
  margin-bottom: 30px;
}
.two-col-form-lyt .contact-iconed-title h4 {
  font-size: 14px;
}
.two-col-form-lyt .main-content.right h2 {
  color: #005395;
  font-size: 22px;
  margin-bottom: 30px;
}
.two-col-form-lyt legend.hs-field-desc {
  margin: 0px 0px 2px 0px;
  color: #aaa;
  font-size: 11px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hs_please_attach_your_model_or_supporting_documentation_.hs-please_attach_your_model_or_supporting_documentation_.hs-fieldtype-file.field.hs-form-field input {
  border: 0;
  padding: 0;
}
.two-col-form-lyt .footer-container {
  padding-top: 24px;
}
.two-col-form-lyt .body-container .hs-button.primary{
  margin-top: 23px;
}


.client_logo {
  position: relative;
  height: 100px;
  display: inline;
  float: left;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  width: 23.5%;
  padding: 15px;
  margin-right: 1.5%;
  margin-bottom: 15px;
}
.government_logo img,
.client_logo img {
  display: block;
  max-height: 65px!important;
  max-width: 90%!important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0
}

.government_logo div p,
.client_logo div p {
  display: table-cell;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 16px;
  padding: 10px;
  font-weight: 600;
  vertical-align: middle
}

.government_logo div,
.client_logo div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(132, 190, 62, 0.75) none repeat scroll 0 0;
  color: #fff;
  opacity: 0;
  transition: opacity .5s;
  display: table
}

.government_logo img,
.client_logo img {
  display: block;
  max-height: 65px!important;
  max-width: 90%!important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0
}

.government_logo div p,
.client_logo div p {
  display: table-cell;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 16px;
  padding: 10px;
  font-weight: 600;
  vertical-align: middle
}

.government_logo:hover div,
.client_logo:hover div {
  opacity: 1
}
.customer-list:before,.customer-list:after {
  content: "";
  clear: both;
  display:  table;
}

.cm-client-group {
  margin-top: 30px;
}
.pr-mangment .pm-row-6 .page-center {
  padding-bottom: 36px;
}

.news-events-lyt {
  background: #EEEEEE;
}
.news-events-lyt .body-container .page-center {
  max-width: 900px;
  padding: 60px 0 30px;
}
.news-events-lyt .body-container{
  padding-left:15px;
  padding-right:15px;
}
.news-events-lyt .body-container h3 {
  margin-bottom: 55px;
}
.cm-event-article-grp h4 {
  border-bottom: 3px solid #84be3e;
  border-top: 3px solid #84be3e;
  margin-bottom: 25px;
  line-height: 28px;
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #005395;
  font-size: 18px;
  font-weight: 500;
}
ul.events-webinar-listings {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.events-webinar-listings li {
  list-style: none;
  float: left;
  min-height: 200px;
  border-bottom: 4px solid #4b8426;
  padding: 5%;
  margin-bottom: 15px;
  width: calc(96.4% / 3);
  margin-right: 15px;
  background-color: #fff;
  margin-left: 0;
}
ul.events-webinar-listings li:before {
  content: none;
}
ul.events-webinar-listings li:nth-child(3n+3) {
  margin-right: 0;
}
.event-date {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
ul.events-webinar-listings li a {
  COLOR: #005395;
  font-size: 14px;
}
ul.events-webinar-listings li a:hover {
  text-decoration:underline;
  color: #23527c;
}
.cm-event-article-grp {
  margin-bottom: 30px;
}
.news-events-lyt .footer-container {
  padding-top: 0;
  margin-top:-1px;
}
ul.events-webinar-listings li.no-link a {
  color: #444;
  text-decoration: none;
  opacity: 1;
  cursor: text;
}
.full-width iframe {
  max-width: 100%;
}

.cands .body-container .page-center {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cands .banner-area {margin-bottom: 10px;}

.cands .client_logo {
  width:  22.5%;
}

.client-testimonials .client_logo {
  width: 100%;
  float: none;
  display: block;
}

.client-testimonials blockquote {
  margin: 0 20px;
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  margin: .25em 0 1.5em;
  padding: 7px 0 0 30px;
  line-height: 1.4;
  position: relative;
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/big-quote.png) no-repeat scroll 0 4px transparent;
  color: #555;
}

.client-testimonials .alignleft {
  padding-left: 30px;
}

.client-testimonials .alignleft span {
  display: block;
  line-height: 0;
}
.client-testimonials .row-fluid {
  margin-bottom: 25px;
}

.cands .row2 {
  padding-top: 40px;
}

.cands .footer-container {
  padding-top: 0;
}
.cands a.pdf-btn {
  margin-right: 20px;
}
.customer-slider .slick-arrow {
  opacity: 0;
}
.customer-slider .hs_cos_gallery_main:hover .slick-arrow {
  opacity:1;
}
.customer-slider .slick-next:hover {
  background-position: -43px 0;
}
.customer-slider .slick-prev:hover {
  background-position: 0x 0;
}

.riskion-lyt .banner-area {
  /*   padding: 143px 0; */
  height: 464px;
  min-height: 350px;
  background-position: center center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.riskion-lyt .banner-area h1 {
  font-size: 30px;
  margin: 0  0 20px;
}
.riskion-lyt .banner-area h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.riskion-lyt .banner-content p {
  margin-bottom: 2px;
  margin-left: -20px;
}
.riskion-lyt .three-col-eql-mdl .span4 {
  padding: 0 15px;
  width: 33.333%;
  margin: 0;
}
.riskion-lyt .three-col-eql-mdl .span4 span {
  font-size: 15px;
  line-height: 20px;
  color: #444;
  display: block;
  margin-bottom: 10px;
}
.riskion-lyt .body-container .page-center {
  padding: 60px 0;
}
.riskion-lyt .body-container .row1 .page-center {
  padding-top: 40px;
}
.riskion-lyt .row2 {
  background: #86BC47;
  text-align: center;
}
.riskion-lyt .body-container .row2 .page-center,
.riskion-lyt .body-container .row5 .page-center{
  padding: 30px 15px;
}
.riskion-lyt .row2 h4 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.riskion-lyt .row3 {
  background: #f9fcff;
}
.riskion-lyt .body-container .row3 .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.riskion-lyt .body-container .hs_cos_wrapper_type_rich_text h3{
  margin-bottom: 25px;
}
.riskion-lyt .row3 .main-content.left h4 {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  line-height: 1.1;
  margin: 30px 0 0;
}
.riskion-lyt .row5 {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/ec-slider-bg-1.png) center center / auto no-repeat fixed;
  text-align: center;
}
.riskion-lyt .body-container .row5 p {
  margin-bottom: 0;
}

.cm-benefits-grp {
  padding: 19px 0 25px;
}
.cm-benefits-grp ul {
  margin: 0 0 0 -15px;
  padding: 0;
  display:  block;
  column-count: 2;
  -moz-column-count: 2;
}

.cm-benefits-grp ul li {
  margin: 0 0 20px;
  display: block;
  padding: 0 0  0 15px;
  overflow: hidden;
}

.cm-benefits-grp ul li:before {
  content: none;
}
.benefit-item .icon-holder img {
  height:  45px !important;
  width: 45px !important;
  vertical-align: middle;
}
.benefit-item .icon-holder {
  float: left;
}
.benefit-item .feature-text {
  vertical-align: middle;
  float: left;
  width: calc(100% - 55px);
}
.riskion-lyt  .footer-container {
  padding-top: 0;
  margin-top: -1px;
}
.riskion-lyt .cm-two-col-eql-mdl {
  margin-bottom:5px;
}

.enterprise-risk-management .cm-comparian-gallery {
  position: relative;
  overflow: hidden;
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.enterprise-risk-management .cm-comparian-gallery h3 {
  color: #fff;
  font-size: 28px;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  background-color: transparent;
  border-color: #fff;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
  font-size: 25px;
  line-height: 25px;
  text-transform: none;
  margin: 2px 0 15px;
}

.enterprise-risk-management .cm-comparian-gallery .caption.below h4 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  font-family: Oxygen,sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #fff;
  border-style: none;
  text-shadow: 0 2px 5px rgba(0,0,0,0.498);
  max-width: 862px;
  margin: 0 auto;
}

.enterprise-risk-management .cm-comparian-gallery .page-center {
  width: 100% !important;
  max-width: 100% !important;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  padding: 0 !important;
}
.enterprise-risk-management .three-col-eql-mdl {
  font-size: 15px;
  line-height: 20px;
}
.enterprise-risk-management .cm-comparian-gallery{
  height: 493px;
}
.enterprise-risk-management .cm-comparian-gallery .slick-slide {
  margin: 0 !important;
}

.enterprise-risk-management .cm-comparian-gallery .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
}

.enterprise-risk-management .cmp-row-1 {
  padding-top: 40px;
}

.enterprise-risk-management .cmp-row-8 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.enterprise-risk-management .customer-slider {
  background-color: #84be3e;
}

.enterprise-risk-management .news-event h3.widget-title {
  font-size: 18px;
  color: inherit;
  margin-bottom: 10px;
}

.enterprise-risk-management .footer-container {
  padding-top: 0;
  margin-top: -1px;
}

.enterprise-risk-management .cmp-row-9 {
  padding-bottom: 30px;
}

.enterprise-risk-management .cm-comparian-gallery .slick-prev,.enterprise-risk-management .cm-comparian-gallery .slick-next {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0,0,0,0.1);
  margin-top: -57px;
  transition: all .3s ease;
}

.enterprise-risk-management .cm-comparian-gallery .slick-prev {
  left: 20px
}

.enterprise-risk-management .cm-comparian-gallery .slick-next {
  right: 20px;
}

.enterprise-risk-management .cm-comparian-gallery .slick-prev:before,.enterprise-risk-management .cm-comparian-gallery .slick-next:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.enterprise-risk-management .cm-comparian-gallery .slick-next:before {
  content: "\e825";
}

.enterprise-risk-management .cm-comparian-gallery .slick-prev:before {
  content: "\e824";
}

.enterprise-risk-management .cm-comparian-gallery .slick-arrow:after {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  border-radius: 50%;
  content: "";
}

.enterprise-risk-management .cm-comparian-gallery .slick-arrow:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.ui-tabs-nav.inline-header,.inline-header .nav-tabs {
  height: 50px;
  padding-left: 0;
  margin: 0;
}

.inline-header .nav-tabs li {
  width: 15% !important;
  height: 45px;
  display: table-cell;
  float: left;
  top: 0;
  left: auto;
  border: 0;
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/arrow-process-first.png) no-repeat;
  background-size: 100% 45px;
  padding: 0 0 15px 12px;
  text-align: left;
  color: gray !important;
  font-size: 12px;
  margin-left: -12px;
  font-weight: 700;
  vertical-align: middle;
}

.inline-header li a {
  color: gray !important;
  margin-top: 4px;
}

.inline-header li a:hover {
  text-decoration: none;
}

.inline-header .nav-tabs li:first-child a {
  margin-left: 40px;
  color: #FFF !important
}

.inline-header .nav-tabs {
  color: #FFF;
}

.inline-header .nav-tabs li:last-child {
  width: 17%;
  margin-left: -12px;
}

.inline-header .nav-tabs li {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/arrow-process.png) no-repeat;
  background-size: 100% 45px;
}

.inline-header .nav-tabs li.active {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/arrow-process-activated.png) no-repeat;
  background-size: 100% 45px;
  color: #fff !important;
}

.inline-header .nav-tabs li:first-child {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/arrow-process-first-1.png) no-repeat !important;
  background-size: 100% 45px !important;
  width: 16% !important;
  margin-left: -5px;
  color: #FFF !important;
}

.inline-header .nav-tabs li.active:first-child {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/arrow-process-activated-first.png) no-repeat !important;
  background-size: 100% 45px !important;
}

.inline-header .nav-tabs li.active,.inline-header .nav-tabs li:hover {
  background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/arrow-process-activated.png) no-repeat;
  background-size: 100% 45px;
}

.nav-tabs li.active a,.nav-tabs li.active a:hover,.nav-tabs li.active a:focus,.nav-tabs li a:hover,.nav-tabs li a:focus {
  background-color: transparent;
  border: 0;
  color: #FFF !important;
}

.inline-header .ui-accordion-header .ui-accordion-header-icon,.inline-header .ui-accordion-header-active .ui-accordion-header-icon {
  background: 0;
}

.body-container ul.nav.nav-tabs li:before {
  display: none;
}

.inline-header .nav-tabs li {
  font-weight: bold;
}

.inline-header .nav-tabs li a {
  font-size: 12px;
  line-height: 34px;
  padding: 0 4px;
  text-align: center;
  display: block;
  margin-right: 30px;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

.tab-content .tab-pane h4 {
  color: inherit;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  margin: 0;
}

.desicon-making-math .ca-row-2 {
  background: #edf6ff;
  margin-bottom: 0 !important
}

.desicon-making-math .ca-row-2 .page-center {
  padding: 60px 15px;
}

.desicon-making-math .footer-container {
  padding-top: 0;
  margin-top: -1px
}

.desicon-making-math .ca-row-2 h4 {
  color: inherit;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  margin: 0;
}
.desicon-making-math .ca-row-1 h3 {
  margin-bottom: 25px;
}

.tab-content {
  padding: 30px 15px 50px;
  margin-bottom: 20px;
}

.about-lyt .row1 .main-content.right {
  padding-right: 7.5%;
  padding-left: 5%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-lyt .row1 .main-content.right h3 {
  margin-bottom: 25px;
}
.about-lyt .row1 .main-content.left p {
  max-height: 454px;
  margin-bottom: 0;
  overflow: hidden;
  display: block;
}
.about-lyt .row1 .main-content.left p img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about-lyt .row2 {
  background: #f3f3f3;
  margin-top: -42px;
}
.about-lyt .body-container .row2 .page-center,
.about-lyt .body-container .row3 .page-center{
  padding: 60px 15px;
}
.about-lyt .row2,
.about-lyt .row3{
  padding-left:10px;
  padding-right:10px;
}
.about-lyt .row2 h3 {
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 50px;
}
.about-lyt .feature-with-icon {
  width: 50%;
  float: left;
  padding-top: 20px;
  padding-left: 15px;
}
.about-lyt .feature-icon-left:last-child {
  margin-bottom: 6px;
}
.about-lyt .feature-text {
  width: calc(100% - 60px);
  vertical-align: middle;
}
.about-lyt .cm-two-col-eql-mdl {
  margin: 15px 0;
}
.about-lyt .cm-two-col-eql-mdl .span6.right {
  padding-left: 8px;
}
.about-lyt .cm-two-col-eql-mdl .span6.left {
  padding-right: 5px;
}
.about-lyt .row3 .main-content.right {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
}
.about-lyt .footer-container {
  padding-top: 0;
  margin-top: -1px;
}
.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

a#cta_button_168496_c68bcd7e-013c-40b0-b251-c7984591f471 {
  background: #f57b01 !important
}

.home .body-container .page-center {
  padding: 60px 15px;
}

.home .body-container .cmp-row-1 .page-center {
  padding-top: 40px;
  padding-bottom: 60px;
}

.home .three-col-eql-mdl .hs_cos_wrapper h3 {
  color: inherit;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 20px;
}

.home .three-col-eql-mdl {
  padding: 0 5px;
}

.decision-making-feature {
  padding: 60px 0;
  padding-left: 0 !important;
  margin: auto !important;
  background-size: cover;
  background-position: top center;
  text-align: center
}

.decision-making-feature .mid-content {
  width: 85%;
  margin: 0 auto 30px;
}

.decision-making-feature h3.widget-title {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 28px;
  color: #fff;
}

.decision-making-feature p {
  max-width: 700px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.decision-making-feature .blue_blox_center {
  margin: auto;
  max-width: 500px;
  padding: 50px 40px;
  background: rgba(0,83,149,0.75);
  color: #fff;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 0;
}

.home .body-container .blue_blox_center ul {
  margin: 15px 0;
  padding: 0;
}

.home .body-container .blue_blox_center ul li {
  list-style: none;
  position: relative;
  margin-left: 40px;
  padding: 10px 0;
}

.home .body-container .blue_blox_center ul li:before {
  position: absolute;
  top: 46%;
  left: -45px;
  text-align: center;
  font-family: "FontAwesome";
  content: '\f00c';
  -webkit-transition: color .25s ease .01s,border-color .25s ease .01s;
  transition: color .25s ease .01s,border-color .25s ease .01s;
  font-size: 18px;
  padding-left: 0;
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  float: left;
  height: 35px;
  text-align: center;
  width: 35px;
  border: 1px solid #fff;
}

.home .body-container .blue_blox_center ul li:hover:before {
  z-index: 5;
  border-color: #005395;
  color: #fff;
  background: #005395;
}

.solution-desicon-making .home-section.mid-content {
  max-width: 900px;
  width: 85%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.solution-desicon-making {
  background: #234c69;
}

.solutions_box.home-solutions-box {
  padding: 0;
  background: transparent;
  display: table;
  width: 100%;
  border: 2px solid #90bace;
  border-radius: 15px;
}

.solutions_box.home-solutions-box .solutions_container {
  margin: 0;
  border: 0;
}

.solutions_box.home-solutions-box .solution_title.sol_software {
  width: 50%;
  margin-right: 0;
}

.solutions_box.home-solutions-box .solution_title.sol_service {
  width: 50%;
}

.solutions_box.home-solutions-box div.boxgrid {
  margin-right: 0;
  width: 20%;
  color: #FFF;
  border-left: 2px solid #90bace;
  padding: 40px 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  display: table-cell;
  float: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.solutions_box.home-solutions-box div.boxgrid:first-of-type,.solutions_box.home-solutions-box .solution_title:first-of-type {
  border-left: 0;
}

.solutions_box.home-solutions-box .solution_title {
  border: 0;
  border-radius: 0;
  border-left: 2px solid #90bace;
  border-bottom: 2px solid #90bace;
  background: transparent;
  padding: 20px;
  font-size: 18px;
  font-weight:bold;

}

.solutions_box.home-solutions-box div.solution_boxes {
  margin-top: 0;
  display: table;
}

.solutions_box.home-solutions-box .description {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  background: rgba(62,132,167,0.65);
  transform: translateY(100%);
  transition: all .3s ease;
}

.solutions_box.home-solutions-box .description_content {
  padding: 0;
  font-size: 24px;
  line-height: 1;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.solutions_box.home-solutions-box .description a {
  padding: 0;
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.solutions_box.home-solutions-box .description a i:hover {
  opacity: 0.8;
}

.solutions_box.home-solutions-box i.glyphicon.glyphicon-plus {
  font-size: 60px;
  color: #FFF;
  font-style: normal;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -10px;
}

.solution_title.sol_service {
  float: left;
}

.solution_title.sol_software {
  float: left;
}

.solution-desicon-making h3.widget-title {
  color: #fff;
  margin-bottom: 55px;
}

div.description {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(155,204,95,0.9);
  color: #fff;
  height: 100%;
  font-size: 14px;
  color: #FFF;
}

.glyphicon-plus:before {
  content: "\2b";
}

i.glyphicon.glyphicon-plus {
  font-size: 34px;
  color: #FFF;
}

.solutions_box.home-solutions-box .boxgrid:hover .description {
  transform: translateY(0);
}

.home .cmp-row-8 {
  padding: 0;
}

.home .footer-container {
  padding-top: 0;
  margin-top: -1px;
}

.home .row2.t2 {
  background-color: #ebebeb;
}

.home .application-lyt .row2 h6 {
  background: #fff;
}

.home .application-lyt .row2 h6 {
  background: #fff;
}

.home .customer-slider {
  background-color: #84be3e
}

.home .customer-slider .hs_cos_gallery {
  padding-bottom: 30px;
  padding-top: 5px;
}

.home .btn-green-rounded-client {
  margin-top: 30px;
}

.home .bottom-pane-wth-image .page-center {
  padding: 50px 50px 29px;
  text-align: center;
}

.bottom-pane-wth-image h3.widget-title {
  margin-bottom: 45px;
}
.bottom-pane-wth-image {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #fff;
}

.bottom-pane-wth-image h3.widget-title {
  color: #fff;
}

.bottom-pane-wth-image a {
  display: block !important;
  margin: auto;
}

.bottom-pane-wth-image .row-fluid {
  text-align: left;
}

.home .cmp-row-9 {
  margin: 0;
}
.body-container  .cm-accordian-group .panel-body ul.default {
  margin: 0 0 15px 20px;
  padding: 0;
}

.body-container .cm-accordian-group .panel-body ul.default li:before {
  display:  none;
}

.body-container .cm-accordian-group .panel-body ul.default li {
  list-style: square;
  margin-left: 0;
  padding: 0;
}
ul.testimonial-slide.slick-initialized.slick-slider {
  padding: 0;
}
.error-page .main-content {
  padding: 30px 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.home .row2 .main-content.right h2 {
  padding-top: 24px;
}
.home .application-lyt .row2 h5 {
  font-weight: 500;
  padding-bottom: 10px;
}
.two-col-right-lyt #cta_button_168496_e6ac77c3-66a7-4a10-a21a-e6a061feb9f7 {
  text-transform: none;
}
.cb-row-2-left .cm-two-col-eql-mdl {
  margin-bottom: 0;
}
.btn-blue-rounded:hover {
  background: #005395;
  color: #fff;
  text-decoration: none!important;
}


.str-plan span.tv-author{
  margin-top: 18px;
}
.str-plan .cb-row-1{
  padding-bottom:42px;
}

.mri-lyt span.tv-author{
  margin-top: 18px;
  margin-bottom: 6px;
}
.mri-lyt .body-container .pm-row-6-white .page-center {
  padding-bottom: 0;
}
.mri-lyt  .pm-row-6-full {
  padding-bottom: 6px;
}
.expert-choice-lyt .body-container .row2 ul li:first-child ,
.expert-choice-lyt .body-container .row3 ul li:first-child {
  padding-top: 0;
}
label.hs-form-checkbox-display input {
  cursor: pointer;
}
.home .body-container .row2.t1 .page-center {
  padding-bottom: 53px;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  background: #fff;
}

.comparion .cmp-row-3 {
  padding-bottom: 30px;
}
.comparion .customer-slider {
  padding: 25px 20px;
}
select option {
  color: #666;
}
.str-plan .cb-row-2-left .cm-two-col-eql-mdl ul li {
  word-break: normal;
}
@-moz-document url-prefix() {
  .custom-footer-top{
    margin-top: -1px;
  }

}

.subscribe-options label {
  display: block;
}
.checkbox-row span.fakelabel span {
  float: none;
}

.green-geometric {
  min-height: 350px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  background-image: url('https://www.expertchoice.com/hubfs/Expert_Choice_August2018%20Theme/images/ec-slider-bg.png');
}
.footer-menu {
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #5c5c5c;
  padding-top: 20px;
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  flex: 0 calc(20% - 20px)
}
.footer-menu .hs-menu-depth-1 > a {

  border-bottom: 1px solid #fff;
  display: block !important;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.footer-menu a {
  color: #fff;
  font-size: 18px !important;
}
.footer-menu .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 15px;
}
.custom-footer-top .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 10px;
}

.custom-footer-top .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a {
  white-space: normal !important;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


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

@media (max-width: 1200px) {

  .container-fluid .row-fluid .page-center {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-icon {
    right: 10px;
  }
  .header-search {
    right: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child ul {
    left: auto !IMPORTANT;
    right: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(4) ul ul {
    left: auto !IMPORTANT;
    right: 100% !important;
  }
  .body-container .page-center {
    padding-top: 34px;
  }
  .custom-copyright {
    padding: 60px 10px;
  }
  .custom-footer-top .page-center {
    padding: 60px 5px !important;
  }
  .custom-footer-social h3{
    margin-left: -3px;
  }
  .custom-footer-social p {
    margin-left: -3px;
  }
  .cm-comparian-gallery {
    padding: 60px 25px!important;
  }
  .comparion .body-container .cmp-row-1 .page-center {
    padding: 60px 10px;
  }
  .cmp-row-6 .page-center {
    padding: 60px 10px!important;
  }
  .bt2 .cb-row-main.banner-area .page-center {
    padding: 60px 10px!important;
  }
  .application-lyt .body-container .page-center {
    padding-left: 25px;
    padding-right: 25px;
  }

  .str-plan .pm-row-3 .page-center {
    padding: 60px 10px!important;
  }
  .web-training-lyt .body-container .row-1 .page-center {
    padding-top: 90px;
  }
  .web-training-lyt .row-3.bg-green {
    margin-top: 90px;
  }
  .cb-row-main .fw-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mri-lyt .pm-row-6 .page-center {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gnrm.str-plan.gnrm .pm-row-3 .page-center {
    padding-left: 10px !IMPORTANT;
    padding-right: 10px !IMPORTANT;
  }  
  .decision-making-feature .mid-content {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .error-page .main-content {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .home .row2 {
    padding: 0 10px;
  }



}




@media (max-width: 1199px) {

  .two-col-eql-lyt .main-content.left {
    padding: 0 15px;
    width: 100%;
  }
  .two-col-eql-lyt .banner-content {
    width: 100%;
    padding: 4px 15px;
  }
  .two-col-eql-lyt .form-title {
    margin: 0;
  }
  .two-col-eql-lyt .main-content.right {
    width: 100%;
    margin:30px 0 0;
    padding: 0 15px;
  }	
  .two-col-eql-lyt .body-container .page-center {
    padding-bottom: 60px;
  }
  .two-col-eql-lyt .banner-area .page-center {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .riskion-features .main-content {
    padding:0 15px;
    width: 100%;
  }
  .riskion-features .main-content.left {
    padding-top: 56px;
    padding-bottom: 2px;
  }
  .riskion-features .main-content.right {
    padding-bottom: 29px;
  }
  .two-col-right-lyt .feature-with-icon {
    width: 50%;
  }
  .resource-item .text-col {
    width: 100%;
    float: none;
  }
  .resource-item .link-col {
    width: 100%;
    float: none;
    display: block;
  }
  .contact-lyt .main-content {
    width: 100%;
    margin: 0;
  }
  .contact-lyt .main-content.left {
    padding-right: 35px;
    padding-bottom: 0;
  }
  .contact-lyt .main-content.right {
    padding-left: 35px;
    padding-top: 0;
  }
  .contact-icon-item {
    width: 100%;
  }
  .bt2 .banner-area h1{
    padding: 0 10px;
  }



}


@media (max-width: 1000px) {

  body .leadinModal-content {
      top: 0px !important;
  }

  
  .tab-trigger {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    background: #E3633B url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/menu.png) no-repeat center;
    cursor: pointer;
    right: 23px;
    top: 15px;
    text-indent: -9999px;
  }
  .custom-header-grp {
    min-height: 113px !important;
  }
  .landing-header {
    min-height: auto !important;
  }
  .landing-header .tab-trigger {
    display: none;
  }
  .search-icon{
    top: 52px;
  }	
  .header-search{
    padding: 0 20px;
    top: 85px;
  }
  .header-search .hs-search-field__input {
    width: 92%;
  }
  .custom-menu-primary.js-enabled {
    background: #E3633B;
    position: absolute;
    width: 100% !important;
    margin-left: 0 !important;
    left: 0;
    top: 101px;
    z-index: 999;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 0;
    text-align: center;
    width: 100%;
    padding-right: 0;
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
    color: #CCC;
  }
  .custom-footer-top .page-center {
    padding: 60px 8px !important;
  }	
  #go-bottom {
    bottom: auto;
    top: 130px;
  }
  .addthis-smartlayers.addthis-smartlayers-desktop.at4-hide {
    display: none;
  }
  .vslyt .cm-two-col-eql-mdl .span6 {
    width: 100%;
    margin-left: 0;
  }


}


@media (max-width: 991px){
  .capital-bugting .cm-two-col-eql-mdl .span6 {
    width: 100%;
    margin: 0;
  }
  .full-width .feature-with-icon {
    width: 50%;
    padding-bottom: 15px;
  }
  .gnrm .cm-two-col-eql-mdl .span6 {
    width: 100%;
    margin:  0;
  }

  .gnrm .cm-two-col-eql-mdl .span6 ul {
    margin-bottom:  0;
  }
  .str-plan .cm-two-col-eql-mdl {
    margin-bottom: 0;
  }
  .enterprise-risk-management .customer-slider a.btn-green-rounded-client {
    margin-bottom: 10px;
  }
  .enterprise-risk-management .cm-comparian-gallery h3 {
    line-height: 1;
    font-size: 2.5vw;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .enterprise-risk-management .cm-comparian-gallery .caption.below h4 {
    font-size: 2.8vw;
    line-height: 1.4;
    max-width: 85%;
  }
  .cm-benefits-grp ul {
    column-count: 1;
    -moz-column-count: 1;
  }
  .riskion-lyt .cm-two-col-eql-mdl .span6 {
    width: 100%;
    margin: 0;
  }
  .about-lyt .feature-with-icon {
    width: 100%;
    float: none;
  }
  .about-lyt .row3 .main-content {
    width: 100% !important;
    margin-left: 0 !important;
  }






}


@media (max-width: 900px){
  ul.events-webinar-listings li {
    width: calc(97.8% / 2);
  }
  ul.events-webinar-listings li:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  ul.events-webinar-listings li:nth-child(3n+3) {
    margin-right: 15px;
  }




}

@media(max-width: 850px) {
  .solutions_box.home-solutions-box div.solution_boxes {
    display:block
  }

  .solutions_box.home-solutions-box div.boxgrid {
    display: block;
    width: 50%;
    float: left;
    border-bottom: 2px solid;
    min-height: 150px;
    position: relative
  }

  .solutions_box.home-solutions-box div.boxgrid:last-child {
    border: 0;
    width: 100%
  }
}


@media only screen and (max-height: 768px){
  .bt2 .banner-area {
    height: 350px;
  }
  .riskion-lyt .banner-area {
    height: 350px;
    padding: 86px 0;
  }



}


@media (max-width: 780px){
  .cm-comparian-gallery .caption.below h2 {
    font-size: 24px;
  }
  .bt2 .banner-area h1 {
    font-size: 24px;
  }
  .cb-row-main.banner-area .cb-row-2-left, .cb-row-main.banner-area .cb-row-2-right {
    width: 100%;
    margin-bottom:  30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bt2 .cb-row-main.banner-area h2 {
    font-size: 24px;
  }

  .bt2 .cb-row-main.banner-area p:last-child {
    padding-bottom: 50px;
  }

  .bt2 .cb-row-main.banner-area .page-center {
    padding: 40px 10px 10px!important;
  }
  .riskion-lyt .banner-area h1 {
    font-size: 24px;
  }	
  .riskion-lyt .banner-area {
    padding: 137px 0;
  } 
  .riskion-lyt .three-col-eql-mdl .span4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .riskion-lyt .body-container .row1 .page-center {
    padding-top: 60px;
  }
  .riskion-lyt .three-col-eql-mdl .col3 {
    margin-bottom: 0;
  }
  .riskion-lyt .body-container .row2 .page-center, 
  .riskion-lyt .body-container .row5 .page-center {
    padding: 60px 15px;
  }
  .riskion-lyt .main-content {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .riskion-lyt .main-content.left {
    margin-bottom: 30px !important;
  }



}



@media (max-width: 768px) {

  .tab-trigger {
    display: none;
  }
  .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .two-col-right-lyt .main-content {
    width: 100%;
  }
  .two-col-right-lyt .main-content h2 {
    font-size: 20px;
  }
  .two-col-right-lyt .body-container.container-fluid .row-fluid .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .two-col-right-lyt .sidebar.right {
    margin-left: 0;
    width: 100%;
    margin-bottom:60px;
  }
  .two-col-right-lyt .main-content p strong {
    font-size: 18px;
  }
  .two-col-right-lyt .body-container .actions {
    margin-bottom: 10px;
  }
  .two-col-right-lyt .main-content h4 {
    margin: 28px 0 -1px;
    font-size: 18px;
  }
  .two-col-eql-lyt .banner-content h1 {
    font-size: 24px;
  }	
  .application-lyt .body-container .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .application-lyt .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.events-webinar-listings li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .cm-event-article-grp h4{
    font-size: 16px;
  }
  .news-events-lyt .body-container h3 {
    text-align: center;
  }
  .cands .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .riskion-lyt .row3 .main-content.left h4 {
    font-size: 16px;
  }
  .cm-comparian-gallery .slick-next {
    right: -15px;
  }
  .cm-comparian-gallery .slick-prev {
    left: -20px;
  }



}


@media (max-width: 1500px) and (min-width: 768px){
  .about-lyt .row1 >div >div {
    display:  table;
  }

  .about-lyt .row1 >div >div > .main-content {
    display: table-cell;
    vertical-align: middle;
    float:  none;
  }
}



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

@media (max-width: 767px) {

  .custom-footer-social {
    text-align: center;
    padding-bottom: 40px;
  }
  .custom-footer-top .page-center {
    padding: 0 !important;
  }
  .custom-footer-social h3,
  .custom-footer-social p{
    margin-left: 0;
  }
  .custom-footer-contact {
    padding: 0 0 40px !important;
  }
  .custom-footer-contact p img {
    height: 68px;
  }
  .cm-comparian-gallery {
    height: auto;
    min-height: auto;
    bottom: 20px!important;
  }

  .cm-comparian-gallery .caption.below h2 {
    font-size: 24px;
  }

  .cm-comparian-gallery {
    height:  auto;
    min-height:  auto;
  }

  .cm-comparian-gallery {
    padding-bottom: 46px!important;
  }

  .three-col-eql-mdl .span4 {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .three-col-eql-mdl .span4.col3 {
    margin-bottom: 0 !important;
  }

  .cmp-row-2-right {
    padding-left: 35px;
    padding-right: 35px;
  }

  .cmp-row-2-left {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .cmp-row-2-right h4 {
    font-size: 18px;
    line-height: 1.1;
  }

  .cmp-row-3-left {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .cmp-row-3-right {
    padding: 0 20px;
  }
  .cmp-row-4-column {
    padding: 0 15px;
  }
  .cmp-row-5-right {
    padding: 0 20px;
  }

  .cmp-row-5 h4 {
    font-size: 18px;
  }
  .cmp-row-6 {
    padding: 5px 5%;
  }
  .news-updates {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .bt2 .banner-area {
    height:  auto;
    min-height:  auto;
  }

  .bt2 .banner-area .page-center {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 60px 25px!important;
  }
  .cb-row-1 {
    padding: 65px 5%;
  }

  .cb-row-1 .page-center {
    padding: 0 25px!important;
  }
  .cb-row-2-left, .cb-row-2-right {
    padding: 0 35px;
  }
  .cb-row-3.blue-bg .page-center {
    padding-left: 45px;
    padding-right: 45px;
  }	

  .riskion .banner-content h2 {
    font-size: 20px;
  }
  .banner-content h3{
    font-size: 18px;
  }
  .two-col-eql-lyt.riskion .main-content.left h3{
    margin-top: 31px;
  }
  .body-search-grp .search-input {
    max-width: 100% !important;
    border: 1px solid #D9D9D9 !important;
    background: url(//168496.fs1.hubspotusercontent-na1.net/hubfs/168496/Expert_Choice_August2018%20Theme/images/googlelogo_lightgrey_46x16dp.png) left 8px center no-repeat rgb(255, 255, 255);
    text-indent: 48px;
    font-size: 16px !important;
    padding: 15px 8px !important;
    border-radius: 0 !important;
    color: #333 !important;
  }
  .riskion  h4 {
    font-size: 16px;
  }
  .two-col-eql-lyt .banner-content h2 {
    font-size: 20px;
  }
  .two-col-eql-lyt.hs-content-id-6080748589 h4 {
    font-size: 20px !important;
  }	
  .two-col-eql-lyt .main-content.left h3{
    font-size: 18px;
  }
  .panel-heading {
    padding: 10px 15px;
  }

  .panel-heading h4.panel-title {
    font-weight: 500 !important;
    font-size: 17px;
    padding-right: 25px;
    margin: 0;
    line-height: 1.1;
  }
  .panel-body h3 {
    font-size: 18px;
  }
  .two-col-right-lyt .feature-with-icon {
    width: 100%;
  }	
  h5 {
    font-size: 14px;
  }		
  .pm-row-3-left {
    margin-bottom: 30px;
  }

  .pm-row-3-right {
    padding: 0 35px;
  }

  .pm-row-4-right {
    border: none;
  }

  .pm-row-4-left, .pm-row-4-right {
    padding: 0 35px;
  }

  .feature-with-icon .sow-features-feature {
    width: 100%;
    margin:  0 0 40px;
  }

  .sow-features-feature h5 {
    font-size: 14px;
    margin:  0;
  }

  .pm-row-6 .page-center {
    padding-left: 45px!IMPORTANT;
    padding-right: 45px!important;
  }
  .mri-lyt .pm-row-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pm-row-6-sky {
    padding-left: 35px;
    padding-right: 35px;
  }

  .pm-row-6-sky .page-center {
    background: transparent;
  }

  .pm-row-6-white {
    padding-left: 35px;
    padding-right: 25px;
  }

  .pm-row-6-white .cm-two-col-eql-mdl {
    margin-bottom:  0;
  }

  .pm-row-6-white .pm-row-6-full {
    padding-bottom:  0;
  }
  .application-lyt h2 {
    font-size: 20px;
  }
  .application-lyt .feature-with-icon {
    width: 190px;
    margin-bottom: 30px;
  }
  .application-lyt .row2 h5 {
    line-height: 27px;
    padding-top: 0;
    margin-bottom: 2px;
  }
  .application-lyt .application-with-icon {
    width: 190px;
    margin-bottom: 30px;
  }
  .application-lyt .main-content.left img {
    margin-top: 10px !important;
  }
  .application-lyt .row2 .main-content.left {
    margin-bottom: 20px;
  }
  .full-width .body-container h2 {
    font-size: 20px;
  }
  .full-width .body-container h3 {
    font-size: 18px;
  }
  .full-width .feature-with-icon {
    width: 100%;
  }
  .full-width .app-list-icons {
    margin: 0;
  }
  .full-width .feature-with-icon h4 {
    font-size: 16px;
  }
  .str-plan .pm-row-3 h2 {
    font-size: 20px;
  }

  .vslyt.str-plan .pm-row-3 .page-center {
    padding: 60px 25px!important;
  }
  .cb-row-2-first .cb-row-2-left {
    margin-bottom: 45px;
  }
  .web-training-lyt .body-container h5 {
    font-size: 18px;
  }
  .web-training-lyt .body-container h4 {
    font-size: 16px;
  }
  .web-training-lyt .body-container ul {
    column-count: 1;
    -moz-column-count: 1;
  }
  .gnrm.bt2 .cb-row-main.banner-area .page-center {
    padding: 60px 10px 60px!important;
  }
  .contact-lyt .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .client_logo {
    width: 48.5%;
  }

  .two-col-form-lyt.hs-content-id-6089036629 .main-content.left {
    margin-bottom: 30px;
  }
  .cands .client_logo {
    width: 48.5%;
  }
  .enterprise-risk-management .customer-slider a.btn-green-rounded-client {
    margin-bottom: 10px;
  }
  .enterprise-risk-management .cm-comparian-gallery h3 {
    line-height: 1;
    font-size: 2.5vw;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .enterprise-risk-management .cm-comparian-gallery .caption.below h4 {
    font-size: 2.8vw;
    line-height: 1.4;
    max-width: 85%;
  }
  .riskion-lyt .body-container .hs_cos_wrapper_type_rich_text h3 {
    text-align: center;
  }
  .riskion-lyt .banner-area {
    padding: 60px 25px;
    height: auto;
    min-height: 310px;
  }
  .riskion-lyt .banner-content p {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .riskion-lyt .three-col-eql-mdl .span4 {
    margin-bottom: 40px;
  }
  .pr-tabber-group.inline-header .nav-tabs li {
    width: 180px!important;
    display: inline-block!important;
    float: none!important;
    padding-top: 1px;
    margin-bottom: 10px;
  }

  .inline-header .nav-tabs {
    height:  auto;
    text-align: center;
  }
  .desicon-making-math .ca-row-2 .page-center {
    padding: 0 25px;
  }

  .about-lyt .row1 .main-content.left p {
    max-height: 100%;
  }	
  .about-lyt .row1 .main-content.right h3 {
    text-align: center;
  }

  .about-lyt .row2 {
    margin-top: 0;
  }
  .about-lyt .row1 .main-content.right {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .about-lyt .body-container .row2 .page-center, 
  .about-lyt .body-container .row3 .page-center{
    padding-left: 0;
    padding-right: 0;
  }
  .about-lyt .row2 h3 {
    font-size: 18px;
  }
  .about-lyt .row2 .main-content.right {
    margin-top: 30px;
  }
  .about-lyt .feature-with-icon {
    padding-left: 0;
  }
  .about-lyt .row3 h3 {
    text-align: center;
  }
  .about-lyt .cm-two-col-eql-mdl .span6.right {
    padding-left: 0;
  }
  .about-lyt .cm-two-col-eql-mdl .span6.left {
    padding-right: 0;
  }
  .about-lyt .row3 .main-content.right{
    margin-top: 0;
  }
  .about-lyt .icon-holder {
    width: 27px;
  }
  .contact-lyt .main-content.left {
    padding-left: 35px;
  }
  .gnrm.str-plan.gnrm .pm-row-3 .page-center {
    padding-left: 30px !IMPORTANT;
    padding-right: 30px !IMPORTANT;
  }
  .solutions_box.home-solutions-box .solution_title.sol_software {
    width: 100%;
  }

  .solutions_box.home-solutions-box .solution_title.sol_service {
    width: 100%;
  }
  .bottom-pane-wth-image .row-fluid {
    text-align: center;
  }

  .pm-row-4-left {
    margin-bottom: 40px;
  }
  .custom-footer-form {
    left: 5%;
    width: 80% !important;
  }
  .footer-container .custom-footer-form h3 {
    width: 100%;
  }
  .hs-search-field--open .hs-search-field__suggestions {
    background: #fff;
    padding: 10px;
  }
  .cands .row2 {
    padding-top: 0;
  }
  .cands .body-container .row2 .page-center {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cb-row-2-first .cb-row-2-right,
  .cb-row-2-second  .cb-row-2-left {
    padding:0;
  }
  .cb-row-2-second  .cb-row-2-right{
    padding-left:20px;
    padding-right:20px;
  }
  .cands .body-container .row3 .page-center {
    padding-top: 0;
  }

  .solutions_box.home-solutions-box div.boxgrid {
    padding: 40px 10px 10px;
    min-height: 126px;
    font-size: 14px;
  }
  .testimonil-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-container .testimonil-slider li {
    margin-left: 0;
  }
  .home .row2 {
    padding: 0;
  }
  .cm-two-col-eql-mdl ul li{
    word-break: normal;
  }
  .vslyt .cm-two-col-eql-mdl .span6.right ul li:last-child {
    padding-bottom: 0;
  }
  .custom-footer-contact p a {
    max-width: fit-content;
    margin: 0 auto;
  }
  .home .cm-comparian-gallery {
    padding-bottom: 33px!important;
    margin-bottom: 20px;
  }
  .home .three-col-eql-mdl .hs_cos_wrapper h3 {
    font-size: 18px;
  }
  .application-with-icon {
    width: 190px;
  }
  .comparion .cmp-row-6-column .hs_cos_wrapper_type_rich_text span {
    display: block;
  }
  .cmp-row-10 a:last-child {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .enterprise-risk-management .cm-comparian-gallery {
    height: 60vw;
    margin-top: 20px;
    margin-bottom: -4px;
  }




}








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

@media (max-width: 480px) {

  .two-col-right-lyt .body-container .actions {
    text-align: left;
  }
  li.hs-form-checkbox {
    margin-bottom: 10px;
  }
  .cb-row-3.blue-bg h3 {
    font-size: 22px;
    margin: 0 -20px 30px -20px;
  }
  .client_logo {
    width: 100%;
    margin-right: 0;
  }	
  .cands .client_logo {
    width: 100%;
  }
  .header-search {
    width: 94%;
  }	
  .header-search .hs-search-field__input {
    width: calc(100% - 34px);
  }
  .body-container .hs-form-field {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .two-col-eql-lyt .actions {
    text-align: left;
  }
  .enterprise-risk-management .cm-comparian-gallery {
    height: 71vw;;
  }
  .mri-lyt .body-container {
    overflow-x: hidden;
  }
  .enterprise-risk-management .cm-comparian-gallery h3{
    font-size: 15px;
  }
  .enterprise-risk-management .cm-comparian-gallery .caption.below h4{
    font-size: 13px;
  }


}


@media (max-width: 400px){

  .two-col-right-lyt .main-content p a#cta_button_168496_e6ac77c3-66a7-4a10-a21a-e6a061feb9f7 {
    font-size: 17px !important;
  }
  .contact-icon-with-text-content {
    display: INLINE-BLOCK;
    padding-left: 0;
  }
  .testimonil-slider li .testimonial:before{
    margin-left: -47px;
  }  
}

/* Added by HubSpot on 10/25/18 */

.cm-comparian-gallery {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}

.cm-comparian-gallery .slick-track {
  display: flex;
}
.cm-comparian-gallery .slick-track .slick-slide {
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}

.row-fluid .custom-header-grp { position: relative; z-index: 2; }
.homeV2 .row-fluid .three-col-eql-mdl { padding-bottom: 50px; }
.row-fluid .custom-header-grp .custom-menu-primary .hs-menu-wrapper > ul li a sup { display: inline !important; }
@media(max-width: 768px){
  .row-fluid .custom-header-grp .custom-menu-primary .hs-menu-wrapper > ul ul ul li a { text-indent: 0; }
}



/***** LPM 2024 ********/


.pm-row-4.cta-demo h3 {  
  display: inline-block;
  padding-bottom: 10px;
}

.pm-row-3.lpm-sec1 {
  background-color: #fff;
}

.pm-row-3.lpm-sec2 {
  background-color: #f3f3f3;
}


.str-plan.lpm-2023 .banner-content {
  margin-bottom: 0px !important;
}


.str-plan.lpm-2023 .banner-area {
  min-height: 470px; 
}

@media(max-width:1000px){

  .custom-footer-top {
    padding: 20px;
  }

  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    flex: 0 calc(34% - 20px) !important;
  }
}
@media(max-width:812px){

  .custom-footer-contact p {
    text-align: left;
  }

  .get-in-touch p:first-of-type img {
    margin: 0 auto 0 0;
  }

  .get-in-touch {
    margin-bottom: 25px;
  }

  .email {
    padding: 30px 0px;
    margin: 30px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .get-in-touch {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    margin-bottom: 20px;
  }

  .footer-menu {
    margin-bottom: 20px;
    padding-bottom: 0px !important;
  }

  .email {
    margin: 0px !important;
    padding-top: 30px !important;
  }

  .custom-footer-contact.call-us {
    padding-bottom: 30px !important;
  }

  .custom-footer-social {
    text-align: left;
    padding: 30px 0px 0px;
  }

  .custom-copyright {
    padding: 0px !important;
  }
  .get-in-touch, .call-us, .email, .custom-footer-social {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .custom-footer-top .page-center {
    padding: 0px !important;
  }
}
@media (max-width: 767px){
  .custom-footer-top .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }

  .custom-footer-top .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a {
    white-space: normal !important;
    display: flex !important;
    align-items: center;
  }
}




.post-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 50px;
}

.nav-text a {
    background-color: #f57b01;
    border-radius: 5px !important;
    color: #fff;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-text a:hover {
    text-decoration: none;
}