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


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

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


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


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

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

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face{
  font-family:"AvenirNextLTW01-Medium";
  src:url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721257/17c55b27-e9ab-43cd-b948-d49f97480d68.eot");
  src:url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721257/17c55b27-e9ab-43cd-b948-d49f97480d68.eot") format("eot"),
    url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721257/2e3f5cb9-101f-46cf-a7b3-dfaa58261e03.woff2") format("woff2"),
    url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721257/fa19948e-5e38-4909-b31e-41acd170d6f2.woff") format("woff"),
    url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721257/6de0ce4d-9278-467b-b96f-c1f5f0a4c375.ttf") format("truetype");
}
@font-face{
  font-family:"AvenirNextLTW01-Medium";
  src:url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721275/1a7c9181-cd24-4943-a9d9-d033189524e0.eot");
  src:url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721275/1a7c9181-cd24-4943-a9d9-d033189524e0.eot") format("eot"),
    url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721275/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"),
    url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721275/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"),
    url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721275/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype");
}
@font-face{
  font-family:"Avenir Next LT W01 Bold";
  src:url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721281/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot");
  src:url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721281/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot") format("eot"),
    url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721281/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"),
    url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721281/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"),
    url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_2018/Files/Font/721281/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype");
}
@font-face{
  font-family: "stronger";
  src: url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/zanati/fonts/Stronger.otf");
}
@font-face{
  font-family: "dinpro_bold";
  src: url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/zanati/fonts/FontFont%20-%20DIN%20Pro%20Bold.otf");
}
@font-face{
  font-family: "dinpro_regular";
  src: url("https://3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/zanati/fonts/DINPro-Regular_13937.ttf");
}
/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

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

body {
    background: #fff;
    font-family: 'AvenirNextLTW01-Medium', sans-serif;
    font-size: 1rem;
    color: #404040;
    line-height: 1.5;
    font-weight: 400;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1140px;
/*   max-width: 100%; */
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

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


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

/* Basic text */
p {
    margin-top: 0;
    margin-bottom: 1rem;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: 'AvenirNextLTW01-Medium';
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 50px;
    font-weight: 700;
    color: #404040;
    /*text-transform: uppercase;*//* Added by HubSpot Support 5th October 2017*/
}
h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
}
h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #404040;
}
h4 {
    font-size: 15px;
    font-weight: 700;
    color: #404040;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}

/* Anchor Links */
a { color: #00BD4D;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
/* Lists */
ul, ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 22px;
    margin-left: 0px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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

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


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */
    
    
    
    
    
/* =============== 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 {
/*     min-height: 100px; */
/*   display: inline-block; */
  width: 100%;
}
.header-container {}

.custom-header-bg{
    background-color: #fff;
    padding: 10px 0.5rem;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100% !important;
}

.custom-header-bg .page-center{}

.custom-logo{}

.custom-logo img{
    max-width: 160px;
  margin-top: 0px;

}

.custom-left-content span{
font-size: 1.1rem;    
}

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

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

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

.body-container .page-center{}

.content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

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


/* ======== Home Page =========== */
.custom-home-slider {
    position: relative;
}
.custom-home-slider .slick-slide .slick-slide-inner-wrapper {
    margin: 0 auto 25px !important;
    width: 100%;
    height: 500px;
  max-height: 550px !important;
  min-height: 550px !important;
    background-color: #051a49;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  
  display: flex;
}
.custom-home-slider .hs_cos_gallery_main {
    padding: 0;
}
.custom-home-slider .slick-slider {
    margin-bottom: 0px;
}
/*
.custom-home-slider .caption.below {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 100px;
    padding: 20px 0;
    
}*/

.custom-home-slider .caption.below {
    margin: 0 auto;
    max-width: 1150px;
    padding: 20px 0;
    position: relative;
    top: 100px;
}

.custom-home-slider .slick-slide .slick-slide-inner-wrapper:after {
    background-image: url('//3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_September-2017/Images/carousel-1.svg');
    background-size: 150px 40px;
    position: absolute;
    z-index: 6;
    content: " ";
    overflow: visible;
    top: 98%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: top center;
    left: 0;
    right: 0;
  display: none;
}
.custom-home-slider .slick-dots {
    position: absolute !important;
    bottom: 44px !important;
    margin: 0 auto !important;
    width: auto !important;
    left: 0;
    right: 0;
}
.custom-home-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 3px;
    width: 30px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}
.custom-home-slider .slick-dots button:before {
    display: none;
}
.custom-home-slider .slick-dots li.slick-active {
    background-color: #fff;
}

.custom-home-slider .caption.below .custom-left-content {
    width: 66.66%;
    float: left;
    padding: 0 15px;
}
.custom-home-slider .caption.below .custom-left-content h1,
.custom-home-slider .caption.below .custom-left-content p {
    color: #fff;
}
.custom-home-slider .caption.below .custom-left-content img {
    width: 300px;
    height: auto;
    display: inline-block;
}
.custom-home-slider .caption.below .custom-left-content h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.custom-home-slider .caption.below .custom-caption-right-image {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.custom-home-slider .caption.below .custom-caption-right-image img {
height: auto;
    display: inline-block;
    margin-top: 40px;
}
a.cta-main {
    background-color: #00bd4d;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block !important;
    margin-top: 10px !important;
    border: 3px solid #00bd4d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 16px;
}
a.cta-main:hover {
    text-decoration: none;
    color: #00bd4d !important;
    background-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
a.cta-main.red {
    background-color: #D00716 !important;
    border-color: #D00716 !important;
}
a.cta-main.red:hover {
    background-color: transparent !important;
    color: #D00716 !important;
}
.custom-home-slider .slick-prev, 
.custom-home-slider .slick-next {
    position: absolute;
    top: -7px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .7;
    height: 100%;
    z-index: 999;
}
.custom-home-slider .slick-prev:hover, 
.custom-home-slider .slick-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.custom-home-slider .slick-prev:before, 
.custom-home-slider .slick-next:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    content:'';
}
.custom-home-slider .slick-next:before {
    background-image: url('//3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_September-2017/Images/download.svg');
}
.custom-home-slider .slick-prev:before {
    background-image: url('//3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_September-2017/Images/download-1.svg');
}
.custom-home-row2 {
    padding: 42px 0px 40px 0px;
/*     background-color: #eee; */ 
    margin-top: -34px; 
}
.custom-home-row2 .custom-home-row2-left-col,
.custom-home-row2 .custom-home-row2-rss {
    padding: 0 15px;
    display: flex;
    justify-content: center;
}
.custom-home-row2 .custom-home-row2-left-col img  {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
.custom-home-row2 .custom-home-row2-left-col a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #00BD4D;
    font-weight: 700;
    padding-left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.custom-home-row2 .custom-home-row2-left-col a:hover,
.custom-home-row2 .custom-home-row2-rss a.hs-rss-title:hover {
    color: #0056b3;
}
.custom-home-row2 .custom-home-row2-rss h3 {
    margin: 0;
}
.custom-home-row2 .custom-home-row2-rss .hs-rss-item {
    margin-bottom: 0;
}
.custom-home-row2 .custom-home-row2-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 80px;
}
.custom-home-row2 .hs-rss-item.hs-with-featured-image {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.custom-home-row2 .custom-home-row2-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: calc(100% - 80px);
    padding-right: 0;
    box-sizing: border-box;
    padding-left: 10px;
}
.custom-home-row2 .custom-home-row2-rss a.hs-rss-title {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #00BD4D;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.custom-home-row8 .custom-home-row8-top-col h2,
.custom-home-row3 .custom-home-row3-col h2,
.custom-home-row7 .custom-home-row7-top-col h2,
.custom-home-row4 .custom-home-row4-col1 h2,
.custom-home-row4-col5 .custom-home-row4-col5-top-col h2{
    text-align: center;
    font-size: 30px;
    position: relative;
    padding: 0 0 22px;
    margin: 0 0 40px; 
    font-size: 30px;
}
.custom-home-row8 .custom-home-row8-top-col h2:after,
.custom-home-row7 .custom-home-row7-top-col h2:after,
.custom-home-row4 .custom-home-row4-col1 h2:after,
.custom-home-row3 .custom-home-row3-col h2:after,
.custom-home-row4-col5 .custom-home-row4-col5-top-col h2:after {
    width: 76px;
    border: 3px solid #00bd4d;
    margin-bottom: 40px;
    height: 6px;
    content: '';
    left: 0;
    right: 0; 
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}
.custom-home-row3 .custom-home-row3-col p {
    text-align: center;
    padding-bottom: 40px;
}
.custom-home-row3 .custom-home-row3-col .embed-container {
    margin: 0 auto 0px;
}
.custom-home-row4 {
    padding: 70px 0 40px !important;
}
.custom-home-row4,
.custom-home-row3{
    padding: 70px 0;
}
.custom-home-row4 .custom-home-row4-col2-left {
    padding-left: 15px;
    text-align: right;
}
.custom-home-row4 .custom-home-row4-col2-left img {
    width: auto !important;
}
.custom-home-row4 .custom-home-row4-col2-right {
    padding-right: 30px;
}
.custom-home-row4 .custom-home-row4-col2-right h3 {
    color: #051a49;
}
.custom-home-row4 .custom-home-row4-col3 {
    padding: 0px 15px 0;
    margin-top:0px;
}
.custom-home-row4 .custom-home-row4-col3 h3 {
    margin: 0 0 40px;
    text-align: center;
}

.custom-header-bg{
/*   box-shadow: rgb(245, 245, 245) 4px 5px 9px; */
}
table.home-comparison.mbt {
    border-collapse: collapse;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
table.home-comparison .table-header {
    background-color: #1F9FE8;
    font-weight: 700;
    height: 30px;
    color: #fff !important;
}
table.home-comparison .table-header td {
    color: #fff !important;
}
.table-header td:last-child {
    background-color: #1F9FE8 !important;
    color: #fff !important;
}
table.home-comparison tr td:first-child {
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
}
.home-comparison tr {
    height: 30px;
}
table.home-comparison .second-row {
    background-color: #eee;
}
.home-comparison tr td:last-child {
    background-color: #C4FFD5;
    color: #00C72C;
}
.home-comparison .second-row td:last-child {
    background-color: #87E190 !important;
}
.home-comparison td:nth-child(2),
.home-comparison td:nth-child(3),
.home-comparison td:nth-child(4) {
    color: #D00716;
}

.custom-home-row4-col5 {
    padding-top: 40px;
}
.custom-home-row4-col5 .custom-home-row4-col5-inner-group {
    padding: 20px 20px;
}
.custom-home-row4-col5 .custom-home-row4-col5-col1 {
    padding-left: 20px;
}
.custom-home-row4-col5 .custom-home-row4-col5-col2 img {
    margin: -20px 0 0 !important;
}
.custom-home-row4-col5 .custom-home-row4-col5-col1 ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.custom-home-row4-col5 .custom-home-row4-col5-col3 {
    text-align: right;
    padding-right: 20px;
}

.custom-home-row6 .tabberlive {
    float: left;
    width: 100%;
    padding-left: 15px;
}
.custom-home-row6 .tabberlive > ul.tabbernav:before {
    content: 'industries';
    text-align: center;
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0px 16px 0px;
    background-color: #132168;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
}
.custom-home-row6 ul.tabbernav {
    background-color: #505C90;
    color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 31.13%;
    float: left;
    margin-right: 1.5%;
}
.custom-home-row6 ul.tabbernav li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    font-weight: 400;
}
.custom-home-row6 ul.tabbernav li a {
    display: flex;
    height: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-decoration: none;
    align-items: center;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    border: 1px solid transparent;
}
.custom-home-row6 ul.tabbernav li a:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}
.custom-home-row6 ul.tabbernav li.tabberactive a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #00BD4D;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.custom-home-row6 ul.tabbernav li a img {
    width: 30px !important;
    margin: 6px 10px 0 0;
}
.custom-home-row6 .custom-tabberlive-title {
    display: none;
}

.custom-home-row6 .custom-tabberlive-content {
    width: 66.66%;
    float: left;
    padding: 0 15px;
    text-align: left;
}
.custom-home-row6 .custom-tabberlive-content img {
    width: 100%;
}
.custom-home-row6 .custom-tabberlive-content h3 {
    color: #00BD4D;
    margin-top: 0px;
}
.custom-home-row6 .custom-tabberlive-content h4 {
    margin-top: 40px;
    color: #051a49;
}

.custom-home-row7 {
    background-color: #051A49;
    margin: 40px 0;
}
.custom-home-row7 .custom-home-row7-top-col h2 {
    color: #fff;
    margin-top: 40px;
    padding-bottom: 46px;
}
.custom-home-row7 .custom-home-row7-top-col h2:after{
  border-color: white; 
}
.custom-home-row7 .custom-home-row7-inner {
    background-color: #fff;
    margin-top: 100px;
}
.custom-home-row7  .custom-three-column-top-image {
    margin-top: -100px;
    position: relative;
}
.custom-home-row7  .custom-three-column-top-image:after {
    content: '';
    width: 60px;
    height: 43px;
    position: absolute;
    left: 15px;
    top: 20px;
    background-image: url(//3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_September-2017/Images/66.svg?t=1505979446553);
    background-size: 60px 43px;
}
.custom-home-row7  .custom-three-column-top-image:before {
    content: '';
    width: 60px;
    height: 43px;	
    position: absolute;
    right: 15px;
    top: 20px;
    background-image: url('//3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_September-2017/Images/99.svg');
    background-size: 60px 43px;
}
.custom-home-row7  .custom-three-column-top-image .custom-column-wrapper .custom-top-image img {
    margin: 0px auto 40px;
    width: 60%;
    height: auto;
    border-radius: 100%;
    border: 5px solid #fff;
}

.custom-home-row7  .custom-three-column-top-image .custom-bottom-content a {
    color: #00BD4D;
    text-decoration: none;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.custom-home-row7  .custom-three-column-top-image .custom-bottom-content h4 {
    margin: 40px 0;
    font-style: italic;
}

.custom-home-row8 {
    background-color: #eee;
    padding: 80px 0;
}
.custom-home-row8 .custom-home-row8-col1 {
    padding: 0 5px 0 45px;
    text-align: center;
}
.custom-home-row8 .custom-home-row8-col1 img {
    margin-top: 20%;
    width: 55%;
}
.custom-home-row8 .custom-home-row8-col2 {
    padding: 2% 15px 0 10px;
}
.custom-home-row8 .custom-home-row8-col2 h3 {
    margin-top: 40px;
}
.custom-home-row8 .custom-home-row8-col2 p {
    margin-bottom: 40px;
}

ul.hs-error-msgs.inputs-list {
    margin: -20px 0 46px;
    font-size: 16px;
}

/* ======= Company Layout ============ */

.custom-company-row1 {
    background-color: #fff;
    background-position: bottom right;
    background-size: auto 90%;
    background-repeat: no-repeat;
    padding: 0 0 40px;
  	padding-bottom: 0px;
    margin-top: -1px;
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text h2,
.custom-company-row2 .hs_cos_wrapper_type_rich_text h2,
.custom-comparison-row1-group .custom-pricing-row1-top-col h2 {
    text-align: center;
    font-size: 30px;
    position: relative;
    padding: 0 0 22px;
    margin: 0 0 40px; 
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text h2:after,
.custom-company-row2 .hs_cos_wrapper_type_rich_text h2:after,
.custom-comparison-row1-group .custom-pricing-row1-top-col h2:after {
    width: 76px;
    border: 3px solid #00bd4d;
    margin-bottom: 40px;
    height: 6px;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text h3 {
    text-align: center;
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text P {
    padding-top: 40px;
    max-width: 730px;
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text ul li {
    padding-bottom: 6px;
}
.custom-company-row2 {
/*     background-color: #eee; */
    padding: 40px 0;
  	padding-top: 0px;
}
.custom-company-row2 .hs_cos_wrapper_type_rich_text {
    margin: 40px 0;
}
.custom-tow-col-top-image {
    padding: 40px 0 0;
}
.custom-tow-col-top-image .custom-column {
    padding: 0 15px;
    width: 50%;
    float: left;
    text-align: center;
}

.custom-company-row2 img {
    width: 60% !important;
}

.custom-tow-col-top-image .custom-column .custom-top-image img {
    width: 40%;
    border: 5px solid #00BD4D;
    border-radius: 50%;
    margin: 0 auto 40px;
}
.custom-tow-col-top-image .custom-column h3,
.custom-three-column-advisor .custom-column-group h3 {
    color: #00BD4D;
}
.custom-four-column-advisor .custom-column-group h3 {
    color: #00BD4D;
}
.custom-tow-col-top-image .custom-column h3 i.fa.fa-linkedin-square {
    margin-left: 4px;
}
.custom-tow-col-top-image .custom-column h5 {
    font-size: 15px;
    font-weight: 700;
    color: #404040;
    margin: 0 0 40px;
}
.custom-tow-col-top-image .custom-column h4 {
    font-size: 16px;
    font-weight: 700;
    color: #404040;
    line-height: 24px;
    margin: 0 0 1rem;
}
.custom-tow-col-top-image .custom-column p {
    margin-bottom: 40px;
}
.custom-tow-col-top-image .custom-column p:last-of-type {
    margin-bottom: 1rem;
}
.custom-company-row3 {
    padding: 40px 0px 40px 0px;
    margin-top: 40px;
}
.custom-company-row3 .hs_cos_wrapper_type_rich_text h3 {
    text-align: center;
    margin: 0 0 40px;
    padding: 0 0 40px;
}
.custom-three-column-advisor {
    margin: 40px 0;
}
.custom-four-column-advisor {
    margin: 0px 0;
  	width: 100% !important;
  	display: inline-flex !important;
}
.custom-company-row3 .hs_cos_wrapper_widget:nth-child(2) .custom-three-column-advisor {
    margin: 0 0 40px;
    padding: 0 0 40px;
  	padding-bottom: 0px;
}
.custom-company-row3 .hs_cos_wrapper_widget:nth-child(2) .custom-four-column-advisor {
    margin: 0 0 40px;
    padding: 0 0 40px;
  	padding-bottom: 0px;
}
.custom-three-column-advisor .custom-column-group {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 15px;
    position: relative;
}
.custom-four-column-advisor .custom-column-group {
    width: 33.33% !important;
    float: left;
    text-align: center;
    padding: 0 15px;
    position: relative;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 767px){
  .custom-four-column-advisor .custom-column-group {
      width: 100% !important;
    	max-width: 100% !important;
  }

}
.custom-four-column-advisor.layout_change .custom-column-group {
  float: left !important;
}
.custom-three-column-advisor .custom-column-group img {
    width: 40%;
    border: 5px solid #00BD4D;
    border-radius: 50%;
    margin: 0 auto 40px;
}
.custom-four-column-advisor .custom-column-group img {
    width: 40%;
    border: 5px solid #00BD4D;
    border-radius: 50%;
    margin: 0 auto 40px;
}
.custom-three-column-advisor .custom-column-group a.bio-button {
    cursor: pointer;
    background-color: #00BD4D;
    color: #fff;
    border-radius: 1800px;
    -webkit-box-shadow: 5px 5px 9px #333;
    box-shadow: 5px 5px 9px #333;
    padding: 5px 8px 5px 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.custom-four-column-advisor .custom-column-group a.bio-button {
    cursor: pointer;
    background-color: #00BD4D;
    color: #fff;
    border-radius: 1800px;
    -webkit-box-shadow: 5px 5px 9px #333;
    box-shadow: 5px 5px 9px #333;
    padding: 5px 8px 5px 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.custom-three-column-advisor .custom-column-group a.bio-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.custom-four-column-advisor .custom-column-group a.bio-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.custom-three-column-advisor .custom-column-group .custom-advisor-content {
    z-index: 5;
    margin: 15px 0px 0 -15px;
    background-color: #eee;
    height: auto;
    padding: 20px 15px 20px 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
}
.custom-four-column-advisor .custom-column-group .custom-advisor-content {
    z-index: 5;
    margin: 15px 0px 0 -15px;
    background-color: #eee;
    height: auto;
    padding: 20px 15px 20px 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
}
.custom-three-column-advisor .custom-column-group .custom-advisor-content h4 {
    margin: 40px 0 1rem;
    font-size: 16px;
    line-height: 24px;
}
.custom-four-column-advisor .custom-column-group .custom-advisor-content h4 {
    margin: 40px 0 1rem;
    font-size: 16px;
    line-height: 24px;
}
.custom-three-column-advisor .custom-column-group .custom-advisor-content.open {
    display: block !important;
    transition: height 0.3s;
}
.custom-four-column-advisor .custom-column-group .custom-advisor-content.open {
    display: block !important;
    transition: height 0.3s;
}
/* ======== One Column Layout ========= */

.one-column-layout .main-content h1,
.one-column-layout .main-content h2{
    text-align: center;
    font-size: 30px;
    position: relative;
    padding: 0 0 22px;
    margin: 0 0 0px;
}
.one-column-layout .main-content  h1 img {
    vertical-align: middle;
}
.one-column-layout .main-content h1:after,
.one-column-layout .main-content h2:after{
    width: 76px;
    border: 3px solid #25274d;
    margin-bottom: 40px;
    height: 6px;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    display: none;
}
.one-column-layout .main-content h3 {
    margin: 40px 0;
}
.one-column-layout .main-content h2 {
    padding-top: 40px;
}
.one-column-layout .main-content ul {
    padding: 0;
    list-style-type: none;
}
.one-column-layout .main-content ul li a {
    margin: 5px 0px 5px 0px;
    padding: 10px 0px 5px 0px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-size: 16px !important;
}
.embed-container {
    position: relative;
    padding-bottom: 34.95%;
    height: 0;
    overflow: hidden;
    max-width: 690px;
    margin: 0 auto 40px;
}
.embed-container iframe,
.embed-container object, 
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;/*Adjusted by HS Support Oct 4th 2017*/
    height: 100%;
}
.hs-blog-header{
  margin-top: 20px;
}
a.custom-green-btn {
    background-color: #00bd4d;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px !important;
    border: 3px solid #00bd4d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 4px 5px 9px #999;
    box-shadow: 4px 5px 9px #999;
    line-height: 24px;
    font-size: 16px;
}
a.custom-green-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    background-color: #00bd4d;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.custom-three-column-patient {
    margin: 40px 0 0;
}
.custom-three-column-patient .custom-patient-column {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.custom-three-column-patient .custom-patient-column img {
    border: 2px solid #051A49;
    width: 100%;
    height: auto;
}
.custom-three-column-patient .custom-patient-column .cta-patent {
    width: 100%;
    height: auto;
    background-color: #051A49;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    transition: .3s;
    border: 2px solid #051A49;
}
.custom-contact-row2-col-right{
  text-align: center;
}
.custom-three-column-patient .custom-patient-column .cta-patent:hover {
    text-decoration: none;
    background-color: #fff;
    transition: .3s;
    color: #051A49;
    border: 2px solid #051A49;
}
.patent-table {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.patent-table td {
    padding: 10px 0px 10px 0px;
    vertical-align: text-bottom;
}
.patent-table td:nth-child(2) {
    padding-left: 10px;
}

/* ========= Pricing Layout ========== */

.custom-pricing-row1-group .hs_cos_wrapper_type_rich_text h2,
.custom-pricing-row2-group .hs_cos_wrapper_type_rich_text h2,
.custom-article-row1-group .hs_cos_wrapper_type_rich_text h2,
.custom-contact-row1-group .hs_cos_wrapper_type_rich_text h2,
.custom-comparison-row1-group .custom-comparison-row1-top-col h2,
.custom-widget-row1-group .custom-widget-row1-top-col h1 {
    text-align: center; 
    position: relative;
    padding: 0 0 22px;
    margin: 0 0 40px;
}
.custom-pricing-row1-group .hs_cos_wrapper_type_rich_text h2:after,
.custom-pricing-row2-group .hs_cos_wrapper_type_rich_text h2:after,
.custom-article-row1-group .hs_cos_wrapper_type_rich_text h2:after,
.custom-contact-row1-group .hs_cos_wrapper_type_rich_text h2:after,
.custom-comparison-row1-group .custom-comparison-row1-top-col h2:after,
.custom-widget-row1-group .custom-widget-row1-top-col h1:after{
    width: 76px;
    border: 3px solid #00bd4d; 
    margin-bottom: 40px;
    height: 6px;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}
.custom-pricing-row1-group .custom-pricing-row1-left-col {
    padding-left: 15px;
}
.custom-pricing-row1-group .custom-pricing-row1-left-col ul {
    padding-left: 40px;
}
.custom-pricing-row1-group .custom-pricing-row1-left-col h3 {
    margin: 0 0 40px;
}
.custom-pricing-row1-group .custom-pricing-row1-right-form {
    padding-right: 15px;
}
.custom-pricing-row1-group .custom-pricing-row1-right-form h3.form-title {
    margin: 0 0 60px;
}
.custom-pricing-row1-group .custom-pricing-row1-right-form span.hs-form-required {
    display: none;
}
.custom-pricing-row1-group .custom-pricing-row1-right-form textarea {
    min-height: 56px;
    padding-top: 2px;
    margin-bottom: -3px;
}
.custom-pricing-row1-group .custom-pricing-row1-right-form .hs-button.primary.large {
    margin-bottom: 0;
}
.custom-pricing-row2-group {
    padding-top: 40px;
    padding-bottom: 40px;
}
.custom-three-column-equal-module {
    padding: 40px 0 114px;
    margin: 0 0 55px;
}
.custom-three-column-equal-module .custom-column {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 5px;
}
.custom-three-column-equal-module  .custom-column-inner {
    padding: 51px 15px 0;
    min-height: 218px;
    position: relative;
}
.custom-three-column-equal-module  .custom-column-inner h3 {
    color: #fff;
}
.custom-three-column-equal-module  .custom-column-inner p {
    color: #fff;
}
.custom-three-column-equal-module .custom-column.col2 .custom-column-inner {
    padding-top: 62px;
}
.custom-three-column-equal-module .custom-column.col3 .custom-column-inner {
    padding-top: 30px;
}
.custom-three-column-equal-module  .custom-column-inner ul {
    padding-left: 40px;
    margin: 0 0 16px;
    text-align: left;
    color: #fff;
}
.custom-three-column-equal-module .custom-column.col1 .custom-column-inner:after {
    background-image: url('//3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_September-2017/Images/price-1.svg');
    background-size: cover;
    position: absolute;
    left: 15%;
    content: " ";
    overflow: visible;
    top: 99.6%;
    background-repeat: no-repeat;
    min-height: 74%;
    width: 70%;
    background-position: top center;
}
.custom-three-column-equal-module .custom-column.col2 .custom-column-inner:after {
    background-image: url('//3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_September-2017/Images/price-2.svg');
    background-size: cover;
    position: absolute;
    left: 15%;
    content: " ";
    overflow: visible;
    top: 99.6%;
    background-repeat: no-repeat;
    min-height: 74%;
    width: 70%;
    background-position: top center;
}
.custom-three-column-equal-module .custom-column.col3 .custom-column-inner:after {
    background-image: url('//3888288.fs1.hubspotusercontent-na1.net/hubfs/3888288/Anonos_September-2017/Images/price-3.svg');
    background-size: cover;
    position: absolute;
    left: 15%;
    content: " ";
    overflow: visible;
    top: 99.6%;
    background-repeat: no-repeat;
    min-height: 74%;
    width: 70%;
    background-position: top center;
}

.custom-pricing-row2-group .hs_cos_wrapper_type_rich_text p {
    color: #474747;
  font-size: 17px;
  margin-top: 10px;
}

/* ======== Article  Events Layout ====== */

.article-layout {}

.custom-article-row2-group {
    background-color: #eee;
    padding: 40px 0;
}
.custom-article-row2-group .custom-article-row2-col1 {
    padding-left: 15px;
}
.custom-article-row2-group .custom-article-row2-col1 h3 {
    color: #1F9FE8;
    margin: 0 0 40px;
}
.custom-article-row2-group .custom-article-row2-col2 {
    padding-right: 15px;
}
.custom-article-row3-group .hs_cos_wrapper_type_rich_text p {
    margin: 0;
    line-height: 26px;
}

.custom-contact-row1-group .custom-contact-row1-top-col p {
    text-align: center;
}
.custom-contact-form {
    padding: 12px 15px 0 9.7%;
}
.custom-contact-form span.hs-form-required {
    display: none;
}
.custom-contact-form textarea {
    padding-top: 2px;
    min-height: 56px;
}
.custom-contact-form ul.inputs-list.multi-container {
    margin: 10px 0 15px;
}
.custom-contact-form ul.inputs-list li {
    display: inline-block;
}
.custom-contact-form p {
    font-size: 10px;
    color: #474747;;
}

/* =========== Comparision Layout ========== */

.custom-three-column-top-image {
    padding: 0 15px;
}
.custom-three-column-top-image .custom-column-wrapper {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.custom-three-column-top-image .custom-column-wrapper .custom-top-image img {
    width: 120px;
    margin: 40px auto;
}
.custom-three-column-top-image .custom-column-wrapper h3 {
    color: #25274d;
    margin: 0 0 40px;
}
.custom-comparison-row2-group {
    background-color: #eee;
    padding: 40px 0;
}
.custom-comparison-row2-group .custom-comparison-row2-top-col {
    padding-bottom: 41px;
}
.custom-comparison-row2-group .custom-comparison-row2-top-col h3 {
    padding-top: 40px;
    text-align: center;
  	font-size: 30px;
}
.custom-comparison-row2-group .custom-comparison-row2-top-col p {
    margin: 0;
    text-align: center;
}
.custom-comparison-row2-group .custom-comparison-row2-inner-group {
    padding: 0 15px;
}
.custom-comparison-row2-group .custom-comparison-row2-right-col {
    background-color: #051A49;
    padding: 44px 0 40px;
}  
.custom-comparison-row2-group .custom-comparison-row2-right-col blockquote,
.custom-comparison-row2-group .custom-comparison-row2-left-col blockquote{
    margin: 0;
    position: relative;
}
.custom-comparison-row2-group .custom-comparison-row2-right-col blockquote h4 {
    color: #fff;
    text-align: center;
    background-color: #051A49;
    position: relative;
    z-index: 9;
    margin: 0 auto 8px!important;
    padding: 0 15px;
    width: 220px;
    top: -5px;
}
.custom-comparison-row2-group .custom-comparison-row2-right-col blockquote:before, 
.custom-comparison-row2-group .custom-comparison-row2-right-col blockquote:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    background: #fff;
}
.custom-comparison-row2-group .custom-comparison-row2-right-col blockquote:before,
.custom-comparison-row2-group .custom-comparison-row2-left-col blockquote:before{
    right: 0;
    margin-right: 0;
}
.custom-comparison-row2-group .custom-comparison-row2-right-col blockquote:after,
.custom-comparison-row2-group .custom-comparison-row2-left-col blockquote:after{
    left: 0
}
.custom-comparison-row2-group .custom-comparison-row2-left-col {
    padding: 44px 0 40px 0px;
}
.custom-comparison-row2-group .custom-comparison-row2-left-col blockquote {
    max-width: 60%;
    margin: 0 auto;
    padding-left: 10px;
}
.custom-comparison-row2-group .custom-comparison-row2-left-col blockquote h4 {
    text-align: center;
    background-color: #eee;
    position: relative;
    z-index: 9;
    margin: 0 auto 8px!important;
    padding: 0 15px;
    width: 225px;
    top: -4px;
}
.custom-comparison-row2-group .custom-comparison-row2-left-col blockquote:before, 
.custom-comparison-row2-group .custom-comparison-row2-left-col blockquote:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    background: rgba(156,156,156,1.00);
}
.custom-comparison-row2-group .custom-comparison-row2-left-col img {
    width: 100%;
}
.custom-comparison-row3-group {
    padding:0;
    margin: 0;
}
.custom-comparison-row3-group .hs_cos_wrapper_type_rich_text h3 {
    margin: 0 0 40px;
}
.custom-column-comparison-table {
    display: flex;
    width: 100%;
}
.custom-comparison-row3-group .hs_cos_wrapper_widget:nth-child(2) .custom-column-comparison-table {
    margin: 0 0 3px;
}
.custom-column-comparison-table .custom-left-column {
    padding: 14px 10px 14px 10px;
    color: #fff;
    max-width: 114px;
    display: flex;
    align-items: center;
}
.custom-column-comparison-table .custom-left-column h3 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    text-transform: inherit;
}
.custom-column-comparison-table .custom-middle-column, .custom-column-comparison-table .custom-right-column {
    width: calc(50% - 57px);
    float: left;
    padding: 14px 40px 14px 10px;
    display: flex;
    align-items: center;
}
.custom-column-comparison-table .custom-middle-column p,
.custom-column-comparison-table .custom-right-column p {
    margin: 0;
}

.custom-comparison-row3-group .hs_cos_wrapper_type_rich_text {
    font-size: 10px;
    color: #474747;
    margin-top: 10px;
    margin-bottom: 40px;
}


/* ========== Widget Layout =========== */

.custom-widget-row1-group .custom-widget-row1-top-col h1 {
    font-size: 30px;
    margin-top: 58px;
}
.custom-widget-row1-group .custom-widget-row1-top-col ul {
    margin-bottom: 2.5rem;
    padding-left: 40px;
}
.custom-widget-row1-group .custom-widget-row1-top-col h5 {
    font-weight: normal;
}
.custom-widget-row1-col4-group {
    min-height: 400px !important;
}
.custom-widget-row1-col4-group .custom-widget-row1-col4-left {
    position: relative;
}
.custom-widget-row1-col4-group .custom-widget-row1-col4-right {
    position: relative;
    float: right !important;
}
table.custom-widget-table {
    width: 100%;
    border-collapse: collapse;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    font-family: 'AvenirNextLTW01-Medium', sans-serif;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.tabbertabhide {
    display: none;
}
.custom-widget-row1-col2 .custom-tabberlive-group h2.title {
    display: block;
}


.custom-widget-row1-col5 ul.tabbernav {
    width: 50%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}
.custom-widget-row1-col2 .custom-tabberlive-group ul.tab-headings {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.custom-widget-row1-col5 ul.tabbernav li,
.custom-widget-row1-col2 ul.tabbernav li,
.custom-widget-row1-col2 .custom-tabberlive-group  ul.tab-headings li{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.custom-widget-row1-col5 ul.tabbernav li a,
.custom-widget-row1-col2 ul.tabbernav li a,
.custom-widget-row1-col2 .custom-tabberlive-group  ul.tab-headings li a{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    margin: 0 0 20px;
}
.custom-widget-row1-col5 ul.tabbernav li a:focus,
.custom-widget-row1-col2 ul.tabbernav li a:focus,
.custom-widget-row1-col2 .custom-tabberlive-group  ul.tab-headings li a:focus {
    box-shadow: 0 0 0 3px rgba(40,167,69,.5);
}
.custom-widget-row1-col5 ul.tabbernav li a:after,
.custom-widget-row1-col2 ul.tabbernav li a:after,
.custom-widget-row1-col2 .custom-tabberlive-group  ul.tab-headings li a:after {
    content: '►';
    margin-left: 2px;
}
.custom-widget-row1-col5 ul.tabbernav li.tabberactive a:after,
.custom-widget-row1-col2 ul.tabbernav li.tabberactive a:after,
.custom-widget-row1-col2 .custom-tabberlive-group  ul.tab-headings li a.active:after {
    content: '▼';
    margin-left: 2px;
}
.custom-widget-row1-col5 ul.tabbernav li a:hover,
.custom-widget-row1-col2 ul.tabbernav li a:hover,
.custom-widget-row1-col2 .custom-tabberlive-group  ul.tab-headings li a:hover {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34;
    text-decoration: none;
}
.custom-widget-row1-col2 .custom-tabberlive-group  ul.tab-headings li a h2 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    font-weight: normal;
    display: inline-block;
    text-transform: inherit;
}
.custom-widget-row1-col2 .custom-tabberlive-group .custom-tabberlive-heading {
    display: inline-block;
}
.custom-tabberlive-group h2.title {
    display: none;
}
.custom-tabberlive-content {
    text-align: center;
}
.custom-tabberlive-content img {
    width: 40%;
    margin: 0 auto;
}
.custom-widget-row1-col2 ul.tabbernav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}
.custom-widget-row1-col2 ul.tabbernav li a {
    font-size: 20px;
    line-height: 30px;
}
.custom-widget-row1-col2  .custom-tabberlive-content {
    text-align: center;
    padding: 90px 0 30px;
    display: none;
}
.custom-widget-row1-col2  .custom-tabberlive-content img {
    width: 35%;
    margin: auto;
}
.unicity-layout .custom-unicity-row1-top-col {
    width: 83.33%;
    padding-right: 5px;
}
.unicity-layout .custom-unicity-row1-top-col p {
    margin: 0 0 1.5rem;
}
.unicity-layout .custom-unicity-row1-top-col p a {
    color: #48a04f;
}
.unicity-layout .custom-unicity-row1-top-col hr {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
}
.unicity-layout .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    font-family: AvenirNextLTW01-Medium;
    text-decoration: none;
}
.unicity-layout .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    font-family: AvenirNextLTW01-Medium;
    text-decoration: none;
}
.unicity-layout .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #c82333;
}
.unicity-layout .custom-unicity-row1-top-co {
    padding-bottom: 24px;
}
.unicity-layout .btn-danger:focus, 
.unicity-layout .btn-danger:visited {
    box-shadow: 0 0 0 3px rgba(220,53,69,.5);
}
.unicity-layout .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.unicity-layout .btn-success:focus, 
.unicity-layout .btn-success:visited {
    box-shadow: 0 0 0 3px rgba(40,167,69,.5);
}
.unicity-layout  table {
    border-collapse: collapse;
}
.unicity-layout  div#theMapImage {
    min-height: 292px;
}
.custom-unicity-row1-group {
    padding-bottom: 40px;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.footer-container-wrapper .page-center{
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.custom-footer-group.footer-no-nav {
    padding: 0;
}
.custom-footer-group{
/*     background-color: #1f2322; */
/*   	background-color: #051a49; */
  background-color: #25274d;
    color: #fff;
    padding-top: 40px;
}

.custom-footer-bg{}

.custom-footer-bg .custom-footer-logo.footer-content {
    padding-right: 2px;
}
.custom-footer-bg .custom-footer-logo.footer-content p{
    text-align: left;
}
.custom-footer-bg .page-center{
    padding-bottom: 40px;
    max-width: 100% !important;
    
}
.custom-footer-bg .page-center h3{

    font-size: 23px;
    
}
.footer-container-wrapper .widget-type-raw_html {
    min-height: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
    font-weight: normal !important;
}
.custom-footer-logo{
    text-align: left;
}

.custom-footer-logo img{
    opacity: .3;
    margin-bottom: 40px;
    width: 70%;
    
}
.footer-content p{
    color: rgb(150,150,150);
}

.custom-featured-grp img{
    margin-top: 10px;
    margin-bottom: 40px;
    width: 50%;
}
.custom-featured-grp a{
    color: #00BD4D !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.custom-featured-grp a:hover{
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.affiliation-img img{
    width: 100px;
    height: auto;
    padding: 10px;
}
.footer-content{}

.footer-title h1,
.footer-title h2,
.footer-title h3,
.footer-title h4{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5rem;
    font-family: 'AvenirNextLTW01-Medium';
    line-height: 1.1;   
}

.custom-footer-menu{}
.custom-footer-menu .hs-menu-wrapper > ul{
    display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
    width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
    color: rgb(150,150,150);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'AvenirNextLTW01-Medium', sans-serif;
    line-height: 1.5;
    display: block;
    padding:0 !important;
    overflow: visible !important;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{
    color: #00BD4D;
    text-decoration: none;
}

.custom-copyright-group{
/*     background-color: #051a49; */
  background-color: #15173d;
    text-align: center;
}

.custom-copyright p{
/*     border-top: 1px solid #292f2e; */
/*     padding-top: 10px; */
    color: white;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
  text-align: center;
}

.custom-footer-social ul{
    text-align:center;
    list-style: none;
    margin: 0;
    padding: 0;
  	margin-left: -100px;
}
.custom-footer-social ul li{
    display: inline-block;
}
.custom-footer-social ul li a{
    color: rgb(150,150,150);
    font-size: 30px;
    padding: 0px 10px 0px 6px;
    display: block;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.custom-footer-social ul li a:hover{
    color: #00BD4D;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    margin-left: -10px;
    padding-top: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-right: .5rem !important;
    padding-left: .5rem !important;
   
    color: #404040;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    background-color: #25274d;
/*     color: midnightblue;     */
  color: #fff;
  min-width: 190px;
      border-bottom: 0.5px solid rgba(0,150,120,0.6); 
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    background-color: rgba(0, 189, 77, 0.8);
    color: white;    
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover a {color: #ffffff !important;}
.custom-menu-primary .hs-menu-wrapper > ul > li.request-demo > a, .custom-menu-primary .hs-menu-wrapper > ul > li.contact:last-child > a
{

    background-color: #25274d;
    padding-left: 45px !important;
  padding-right: 45px !important;
    color: white !important;
  display: inline-block;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  padding-top: 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.request-demo > a, .custom-menu-primary .hs-menu-wrapper > ul > li.contact:last-child > a:hover{
/*      border: 2px solid rgba(37, 39, 77, 0.8);  */
/*     background-color: #00bd4d; */
/*     color: black !important; */
  background-color: rgba(37, 39, 77, 0.8);
  
}
@media screen and (max-width: 991px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo > a, .custom-menu-primary .hs-menu-wrapper > ul > li.contact:last-child > a{
/*     color: midnightblue !important; */
    color: black;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul li{
    text-align: center;
  }
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a{
    padding: 20px 10px;
/*     color: midnightblue; */
  color: black;
  font-size: 15px;
    
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a{
    padding: 0px !important;
    color: rgb(150,150,150);
    
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    padding: 20px 20px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
  border-radius: 0px;
  transition: 0.5s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover{
    background-color: #25274d;
/*   background-color: #1F9FE8; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    
    color: white;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.request-demo, .custom-menu-primary .hs-menu-wrapper > ul > li.contact {
    background-color: #25274d;
/*     border-radius: 4px; */
    margin-left: 15px;
    color: #fff;
/*     -webkit-box-shadow: 4px 5px 9px #999; */
/*     box-shadow: 4px 5px 9px #999; */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    line-height: unset;
    
}
.custom-menu-primary .hs-menu-wrapper > ul > li.request-demo, .custom-menu-primary .hs-menu-wrapper > ul > li.contact:hover {
  background-color: rgba(37, 39, 77, 0.6);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.request-demo > a, .custom-menu-primary .hs-menu-wrapper > ul > li.contact > a{
    color: #fff !important;
  
  
}
.custom-menu-primary .hs-menu-wrapper > ul > li.request-demo:hover, .custom-menu-primary .hs-menu-wrapper > ul > li.contact:hover  {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
@media (max-width: 991px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo, .custom-menu-primary .hs-menu-wrapper > ul > li.contact{
    background-color: white !important;
    box-shadow: 4px 5px 9px white !important;
  }
  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul li a{
    text-align: center !important;
  }

}
@media (max-width: 991px) and (min-width: 768px) {
  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul li{
/*     padding: 6px 330px !important; */
  }
}
@media (max-width: 767px){
  .custom-footer-bg .custom-footer-logo.footer-content p{
    text-align: center !important;
  }
  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul li{
/*     padding: 6px 110px !important; */
  }
  
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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;
  padding-left: 20px; padding-right: 20px;
}

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


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

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

@media (max-width: 991px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: -45px;           /* Position Button at right of screen */
    right: 35px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
    font-size: 22px;
  }
 

  

  /* ===== 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: 55px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -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{
    position: relative;
    padding-top: 0;
    margin: 0;
    float: none !important;
    width: 100% !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: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul{
       float: none;
       margin: 0;
       padding-bottom: 10px !important;
        padding-right: 8px !important;
        overflow: auto;
        max-height: calc(100vh - 110px);
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding-left: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{ }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
        font-size: 12px;
        font-weight: 400;
        color: #404040;
        text-transform: uppercase;
        padding: .5rem 10px;
        -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
        line-height: 1.5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #00bd4d;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo, .custom-menu-primary .hs-menu-wrapper > ul > li.contact {
        margin-left: 0px;
        line-height: 30px;
        margin-top: 0px;
    }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
/*     background-color: transparent; */
    background-color: #25274d;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
/*     background-color: rgba(255, 255, 255, .08); */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */


.post-header h2, h2.post-listing-simple {}
.post-header h2 a, h2.post-listing-simple a{
    text-decoration: none;
color: inherit;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
    text-decoration: none;
}
.case-study-wrap{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 390px !important;
  min-height: 390px !important;
}
.filter-tag-text{
  margin-bottom: 0px !important;
}



.post-header h2{
  color: #132168;
  font-size: 25px;
}
.section.post-header h1 {}

/* 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 {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    display:block;
    margin:15px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

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

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

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

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

#comment-form {
    background: #fff;
    border: 1px solid #000;
    margin: 15px 0;
    padding: 30px;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    clear: both;
}
.blog-pagination a {
    display: block;
    margin: 10px 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.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 {
    margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

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

.recommended-block input.hs-button.primary.large{
  margin-top: 7px !important;
}
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


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

/* Form Field */

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

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

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    width: 100%;
    font-family: 'AvenirNextLTW01-Medium';
    font-size: inherit;
    line-height: inherit;
    margin: 4px 0 20px;
    vertical-align: middle;
    display: block;
    border: 2px solid #eee;
    padding: 1px 10px;
    font-size: 16px;
    max-width: 500px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #00bd4d;
    color: #00bd4d;
    outline: none;
    outline: -webkit-focus-ring-color none;
}

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display:inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    max-width: 500px;
    border-radius: 3px;
    background-color: #051A49;
    border: none;
    color: #fff;
    padding: 7px 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    font-family: 'AvenirNextLTW01-Medium';
    font-size: 16px;
    line-height: inherit;
    
}

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

.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                                      
   ========================================================================== */
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1{}

.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2{}

.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3{}


.body-container ul li{}
.hs-blog-social-share ul li {
    background: none;
    padding-left: 0;
}
form ul li{
    background: none !important;
    padding-left: 0 !important;
}

.hs-form-required {
  color: #ff0000;
}

.landing-page.one-column .body-container form {
    width: 50%;
}

.hs-error-msgs.inputs-list{
    margin: 0;
}

.hs-error-msgs.inputs-list label{
    color: #ff0000;
}
input.hs-input.error{
   border-color: #c87872;
}

.custom-contact-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    padding: 7px 30px;
}

.widget-layout .custom-widget-row1-col5 h5,
.widget-layout .custom-widget-row1-col3 h5{
    font-weight: normal;
}

.hs_message ul.hs-error-msgs.inputs-list {
    margin-top: 10px;
    margin-bottom: 15px;
}


/* Three column landing pages */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 70%;} /*Adjusted by HS Support Oct 4th 2017*/

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 70%; margin-bottom: 10px;} /*Adjusted by HS Support Oct 4th 2017*/

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

.title-background{
    background-color: #eeeeee;
    padding: 20px 0;
}

.landing-page.three-column .sidebar-form .hs_cos_wrapper_type_form{
    padding: 20px;
    border-radius: 3px;
    background-color: #eeeeee;
    display: block;
}

.landing-page.three-column .sidebar-form .hs_cos_wrapper_type_form .hs-input{
    border-color: #ffffff;
}

.landing-page.three-column .sidebar-form{}
.landing-page.three-column .sidebar-form span.hs-form-required{
    display: none;
}

.landing-page.three-column .sidebar-form div.input>.hs-input.invalid{
    border-color: #c87872;
}

.landing-page.three-column .sidebar-form div.input>.hs-input:focus{
    border-color: #00bd4d;
}

.landing-page.three-column .sidebar-form ul.hs-error-msgs.inputs-list{
    margin: -20px 0 10px;
    font-size: 14px;
}

.landing-page.three-column .sidebar-form .hs_cos_wrapper_type_form .hs-button.primary.large{
    width: 100%;
}
/*======================TECHNOLOGY-PAGE-CSS-START======================*/
.custom-pricing-row2-group .trusted_big_data_out
{
    margin-bottom:60px;
}
.custom-pricing-row2-group .circle_trust_img
{
    margin-top:24px;
}
.custom-pricing-row2-group .trusted_big_data_out p
{
    margin:24px 0;
    font-size:16px;
}
.custom-pricing-row2-group .trusted_big_data_outul
{
    margin:0;
}
.custom-pricing-row2-group .trusted_big_data_out ul li
{
    margin-bottom:16px;
}
.custom-pricing-row2-group .trusted_big_data_out ul li:last-child
{
    margin-bottom:0;
}
.all_development_model_bottom_detail p
{
    font-size:10px !important;
    margin:0;
}


.tech_sub_header {
  text-align: center; 
  margin-top: 50px;
}
.tech_sub_header h2{
  color: rgb(0,189,77); 
  text-transform: unset;
}




/*======================TECHNOLOGY-PAGE-CSS-END======================*/
/* 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 (min-width: 1700px) {
    .custom-menu-primary .hs-menu-wrapper > ul{
        margin-left: -15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo, .custom-menu-primary .hs-menu-wrapper > ul > li.contact {
        margin-left: 0px;
    }
}
@media (max-width: 1369px) and (min-width: 1159px){ 
/*.custom-home-slider .caption.below {
    right: 0%;
    max-width: 40%;
}
    .custom-home-slider .caption.below {
    right: 0%;
    left:12%;
    }
    .custom-home-slider .caption.below .custom-left-content {
    width:100%;
}*/
.light{
    max-width:250px;
}
.custom-home-slider .caption.below {
    top: 70px;
    
}
}
@media (max-width: 1200px) {
    .custom-company-row1 .hs_cos_wrapper_type_rich_text h2, 
    .custom-company-row2 .hs_cos_wrapper_type_rich_text h2,
    .custom-article-row1-group .hs_cos_wrapper_type_rich_text h2,
    .custom-pricing-row1-group .hs_cos_wrapper_type_rich_text h2, 
    .custom-pricing-row2-group .hs_cos_wrapper_type_rich_text h2,
    .contact-row1-group .hs_cos_wrapper_type_rich_text h2,
    .custom-comparison-row1-group .custom-pricing-row1-top-col h2,
    .custom-comparison-row1-group .custom-comparison-row1-top-col h2,
    .custom-home-row8 .custom-home-row8-top-col h2, 
    .custom-home-row3 .custom-home-row3-col h2,
    .custom-home-row7 .custom-home-row7-top-col h2,
    .custom-home-row4 .custom-home-row4-col1 h2,
    .custom-home-row4-col5 .custom-home-row4-col5-top-col h2,
    .custom-contact-row1-group .hs_cos_wrapper_type_rich_text h2,
    .one-column-layout .main-content h1 {
        font-size: 35px;
    }
    .custom-home-slider .caption.below .custom-left-content h3 {
        font-size: 40px;
    }
    .custom-home-slider .caption.below .custom-left-content h1 {
    font-size: 35px;
}
    .custom-home-row4-col5 .page-center {
        max-width: 100% !important;
    }
    .custom-home-row4-col5 .custom-home-row4-col5-inner-group {
        padding: 20px 35px;
    }
    .unicity-layout .custom-unicity-row1-col4-group table {
        width: 400px !important;
    }
    .custom-table-scroll {
        overflow-x: scroll;
    }
/*=======================HOME-PAGE-START===========================*/
/*SECTION-PART-START*/
.custom-home-row8
{
	padding: 60px 0;
}
/*FOOTER-PART-START*/
.custom-copyright-group 
{
	padding: 25px 0px;
}
.custom-home-row8 .custom-home-row8-top-col h2
{
	margin: 0 0 20px;
}
/*=======================HOME-PAGE-END===========================*/
}


@media (max-width: 1159px) and (min-width: 992px) {
   /*.custom-home-slider .caption.below {
    position: absolute;
    left: 8%;
    right: 40%;
}*/
    .custom-home-slider .caption.below .custom-left-content h3 {
    font-size: 25px;
}
.custom-home-slider .caption.below .custom-left-content h1 {
    font-size: 28px;
}
    
}
@media (max-width: 1199px) and (min-width: 992px) {
    .container-fluid .row-fluid .page-center {
        max-width: 960px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo,  .custom-menu-primary .hs-menu-wrapper > ul > li.contact {
        line-height: 32px;
        margin-top: -4px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding-top: 35px;
    }
}
@media (max-width: 991px) {
    .container-fluid .row-fluid .page-center {
        max-width: 720px;
    }
    .custom-logo {
        width: 100% !important;
        float: none !important;
    }
    .custom-copyright {
        text-align: center;
    }
    .one-column-layout .main-content h3,
    .one-column-layout .main-content p {
        text-align: center;
    }
    .embed-container {
        padding-bottom: 56.25%;
    }
    .custom-company-row1 {
        background-size: auto 70%;
    }
    .custom-company-row1 .hs_cos_wrapper_type_rich_text ul li {
        text-align: center;
    }
    .custom-company-row1 .hs_cos_wrapper_type_rich_text P,
    .custom-company-row2 .hs_cos_wrapper_type_rich_text p{
        max-width: 100%;
        text-align: center;
    }
    .custom-three-column-equal-module .custom-column.col1,
    .custom-three-column-equal-module .custom-column.col2 {
        width: 28%;
    }
    .custom-three-column-equal-module .custom-column.col3 {
        width: 44%;
    }
    .custom-three-column-equal-module .custom-column-inner {
        min-height: 263px;
    }
    .custom-three-column-equal-module {
        padding: 40px 0 150px;
    }
    .custom-pricing-row2-group .hs_cos_wrapper_type_rich_text p {
        text-align: center;
    }
    .custom-contact-form {
        padding: 12px 15px 0 15px;
    }
    .custom-contact-row1-group .custom-contact-row2-col-right {
        padding-left: 15px;
    }
    .custom-comparison-row2-group .custom-comparison-row2-left-col,
    .custom-comparison-row2-group .custom-comparison-row2-right-col{
        width: 50% !important;
        margin-left: 0 !important;
    }
    .custom-comparison-row2-group .custom-comparison-row2-left-col blockquote {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 0px;
    }
    .unicity-layout .custom-unicity-row1-top-col {
        width: 100%;
        padding-right: 0;
    }
    .unicity-layout .btn-danger,
    .unicity-layout .btn-success {
        font-size: 0.9rem;
    }
    .unicity-layout .custom-unicity-row1-col4-group table {
        border-collapse: collapse;
        table-layout: fixed;
    }
    .unicity-layout .custom-unicity-row1-col4-group table td, 
    .unicity-layout .custom-unicity-row1-col4-group table th {
        font-size: 10px;
    }
    .custom-home-slider .caption.below .custom-left-content h3,
    .custom-home-slider .caption.below .custom-left-content h1 {
        font-size: 35px;
    }
    .custom-home-slider .caption.below .custom-left-content,
    .custom-home-slider .caption.below .custom-caption-right-image {
        width: 50%;
    }
    .custom-home-slider .caption.below .custom-caption-right-image img {
        width: 250px;
        margin-top:0px;
    }
    
    .custom-home-slider .caption.below {
        top: 0px;
    }
    .custom-home-row4 .custom-home-row4-col2-left {
        display: none;
    }
    .custom-home-row4 .custom-home-row4-col2-right {
        padding: 0 30px;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-home-row2 .custom-home-row2-left-col a,
    .custom-home-row2 .custom-home-row2-rss a.hs-rss-title {
        text-align: center;
        font-size: 16px;
    }
    .custom-home-row2 .custom-home-row2-left-col a {
        width: calc(100% - 50px);
        float: right;
    }
    .unicity-layout .custom-unicity-row1-col4-group table {
        width: 400px !important;
    }
    .custom-table-scroll {
        overflow-x: scroll;
    }
}


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



    div#theMapImage img:nth-child(2) {
        left: 15px !important;
        top: 41px !important;
    }
    
    div#theMapImage img:nth-child(3) {
        left:63px !important;
        top: 77px !important;
    }
    div#theMapImage img:nth-child(4) {
        left: 100px !important;
        top: 139px !important;
    }

}

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

@media (max-width: 1081px) and (min-width: 967px) {
    .light{
        max-width:179px;
    }
    .custom-home-slider .caption.below {
    top: 100px;
}
.custom-home-slider .caption.below .custom-left-content img {
    width: 180px;
}
.custom-home-slider .caption.below {
    top: 50px;
}
.custom-home-slider .caption.below {
    left: 10%;
    width:100%;
}
.custom-home-slider .caption.below .custom-left-content {
    width: 46.66%
}
.custom-home-slider .caption.below .custom-left-content h3{
    font-size:20px;
    max-width:250px;
}
.caption-right-image {
    width: 33.33%;
}
}
@media (max-width: 966px) and (min-width: 768px) {

 .light{
        max-width:250px;
    }
    .custom-home-slider .caption.below {
    top: 100px;
}

.custom-home-slider .caption.below {
    top: 70px;
    
}
.custom-home-slider .caption.below .custom-left-content h3{
    font-size:18px;
    max-width:250px;
}
.custom-home-slider .caption.below .custom-left-content h1 {
    font-size: 28px;
}
.custom-home-slider .slick-slide .slick-slide-inner-wrapper {
    height: 395px;
}
}
@media (max-width: 870px) and (min-width: 767px) {
   .custom-home-slider .slick-slide .slick-slide-inner-wrapper {
    height: 300px;
} 
.custom-home-slider .caption.below .custom-left-content h1 {
    font-size: 18px;
}
.custom-home-slider .caption.below .custom-caption-right-image {
    width: 30%;
}
.custom-home-slider .caption.below .custom-left-content{
    width:60%;
}
.light{
    max-width:350px
}
}
@media (max-width: 767px) {
   
    .body-container-wrapper .main-content,
    .blog-content,.blog-sidebar,
    .body-container-wrapper .sidebar{
        margin-bottom:20px;
    }
    .landing-page.one-column .body-container form {
      width: 100%;
    }
    .error-template.one-column .body-container form,
    .password-template.one-column .body-container form,
    .subscription-template.one-column .body-container form #content{
      width: 100%;
    } 
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        border-width: 0;
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        width: 100%;
        float: none;
        margin: 20px 0 20px 0px;
    }
    .container-fluid .row-fluid .page-center {
        max-width: 540px;
    }
    .custom-logo img {
        max-width: 130px !important;
    }
    .mobile-trigger {
        top: -45px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        font-size: 18px;
        text-align: center;
        padding-right: 0;
    }
    .custom-footer-group {
        text-align: center;
    }
    .custom-footer-social ul {
        margin: 0 -10px 0 0;
        float: none;
        text-align: center;
    }
    .custom-footer-social ul li a {
        padding: 0px 10px 0px 10px;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li > a {
        font-size: 20px;
        margin: 5px 0px 5px 0px;
        padding: 5px 0px 5px 0px;
        display: inline-block;
    }
    .footer-content {
        padding-bottom: 20px;
      text-align: center;
    }
    .custom-header-bg {
        padding: 20px 0.5rem 19px;
    }
    h1{ font-size: 40px; }

	h2 {  font-size: 30px; }
	h3 {  font-size: 20px;}
	h4 {  font-size: 15px;}
    
    .custom-company-row1 .hs_cos_wrapper_type_rich_text h2, 
    .custom-company-row2 .hs_cos_wrapper_type_rich_text h2 {
        font-size: 30px;
    }
    .header-container-wrapper {
        min-height: 100px;
    }
    .custom-company-row1 {
        background-image: none !important;
    }
    .custom-tow-col-top-image .custom-column {
        width: 100%;
    }
    .custom-three-column-advisor .custom-column-group {
        width: 100%;
        float: none;
        margin: 0 0 40px;
    }
    .custom-three-column-patient .custom-patient-column {
        width: 100%;
        margin: 40px 0 0px;
    }
    .custom-three-column-patient {
        margin: 0;
    }
    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"],
    input[type="file"],
    textarea, select {
        width: 100% !important;
        max-width: 100%;
    }
    .custom-pricing-row1-group .hs_cos_wrapper_type_rich_text h2, 
    .custom-pricing-row2-group .hs_cos_wrapper_type_rich_text h2,
    .custom-article-row1-group .hs_cos_wrapper_type_rich_text h2,
    .contact-row1-group .hs_cos_wrapper_type_rich_text h2,
    .custom-comparison-row1-group .custom-pricing-row1-top-col h2,
    .custom-comparison-row1-group .custom-comparison-row1-top-col h2,
    .custom-widget-row1-group .custom-widget-row1-top-col h1,
    .custom-home-row8 .custom-home-row8-top-col h2,
    .custom-home-row3 .custom-home-row3-col h2, 
    .custom-home-row7 .custom-home-row7-top-col h2, 
    .custom-home-row4 .custom-home-row4-col1 h2, 
    .custom-home-row4-col5 .custom-home-row4-col5-top-col h2,
    .custom-contact-row1-group .hs_cos_wrapper_type_rich_text h2,
    .one-column-layout .main-content h1 {
        font-size: 30px;
    }
    .custom-pricing-row1-group .custom-pricing-row1-right-form {
        padding: 0 15px;
    }
    .custom-pricing-row1-group .custom-pricing-row1-right-form {
        padding: 0 15px;
    }
    .custom-three-column-equal-module {
        padding: 40px 0 40px;
        margin: 40px -20px;
    }
    .custom-three-column-equal-module .custom-column {
        width: 80% !important;
        float: none;
        text-align: center;
        padding: 0 5px;
        margin: 0 auto 167px;
    }
    .custom-three-column-equal-module .custom-column-inner {
        min-height: 201px;
    }
    .custom-article-row2-group .custom-article-row2-col2 {
        padding: 0 15px;
    }
    .custom-three-column-top-image {
        padding: 0;
    }
    .custom-three-column-top-image .custom-column-wrapper {
        width: 100%;
    }
    .custom-comparison-row2-group .custom-comparison-row2-left-col, 
    .custom-comparison-row2-group .custom-comparison-row2-right-col {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-comparison-row2-group .custom-comparison-row2-left-col blockquote {
        max-width: 90%;
    }  
    .custom-comparison-row3-group {
        display: none !important;
    }
    .custom-widget-row1-col5 ul.tabbernav {
        width: 100%;
    }
    .custom-widget-row1-col4-group .custom-widget-row1-col4-right {
        position: relative;
        float: none !important;
        padding-top: 74%;
        padding-bottom: 20px;
    }
    .custom-widget-row1-col4-group .custom-widget-row1-col4-left img {
        height: auto !important;
    }
    .unicity-layout .btn-danger, 
    .unicity-layout .btn-success {
        font-size: 1.25rem;
        width: 100%;
        display: inline-block;
        white-space: normal;
    }
    .unicity-layout .custom-unicity-row1-col4-group table td, 
    .unicity-layout .custom-unicity-row1-col4-group table th {
        font-size: 15px;
    }
    .unicity-layout .custom-unicity-row1-col2-col1 img {
        float: none;
        display: block;
    }
    .unicity-layout .custom-unicity-row1-col2-col3 {
        padding: 15px 0;
    }
    .custom-home-row2 .custom-home-row2-left-col, .custom-home-row2 .custom-home-row2-rss {
        padding: 0 15px 5px;
        display: block;
    }
    .custom-home-slider .caption.below .custom-left-content {
        width: 100%;
        text-align: center;
    }
    .custom-home-slider .caption.below .custom-caption-right-image,
    .custom-home-slider .caption.below .custom-left-content img,
    table.home-comparison.mbt {
        display: none !important;
    }
    .custom-home-slider .caption.below {
        top: 16px;
        height: 439px;
        display: flex;
        align-items: center;
    }
    
    .custom-home-slider .hs_cos_gallery_slide:nth-child(2) .caption.below {
        top: -4px;
    }
    .custom-home-slider .caption.below .custom-left-content h3, .custom-home-slider .caption.below .custom-left-content h1 {
        font-size: 40px;
    }
    .custom-home-row3 .custom-home-row3-col {
        padding: 0 15px;
    }
    .custom-home-row4 .custom-home-row4-col2-right {
        padding: 0 20px;
    }
    .custom-home-row4-col5 .custom-home-row4-col5-col1,
    .custom-home-row4-col5 .custom-home-row4-col5-col3{
        padding: 0 15px;
        text-align: center;
    }
    .custom-home-slider .slick-slide .slick-slide-inner-wrapper:after {
        top: 98%;
    }
    .custom-home-row7 {
        padding-top: 40px;
        margin: 40px 0 0;
    }
    .custom-home-row7 .custom-home-row7-inner {
        background-color: #fff;
        margin-top: 0;
    }
    .custom-home-row7 .custom-three-column-top-image {
        margin-top: 0;
    }
    .custom-home-row7  .custom-three-column-top-image:before,
    .custom-home-row7  .custom-three-column-top-image:after,
    .custom-home-row6 ul.tabbernav,
    .custom-home-row6 .custom-tabberlive-content img {
        display: none;
    }
    .custom-home-row7 .custom-home-row7-top-col h2 {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-home-row7  .custom-three-column-top-image .custom-column-wrapper {
        width: 100%;
        margin-top: 20px;
    }
    .custom-home-row8 .custom-home-row8-col1 {
        padding: 0 15px;
        text-align: center;
    }
    .custom-home-row8 .custom-home-row8-col1 img {
        margin-top: 20%;
        width: 50%;
    }
    .custom-home-row8 .custom-home-row8-col2 {
        padding: 2% 15px 0 15px;
        text-align: center;
    }
    
    .custom-home-row6 .custom-tabberlive-title {
        display: block;
    }
    .custom-home-row6 .custom-tabberlive-title h2 img {
        width: 30px !important;
        margin: 6px 10px 0 0;
    }
    .custom-home-row6 .custom-tabberlive-title h2 {
        display: flex;
        height: 58px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border-radius: 0px;
        color: #fff;
        font-size: 15px;
        line-height: 23px;
        text-decoration: none;
        align-items: center;
        padding: .5rem 1rem;
        background-color: #505C90;
        margin-bottom: 8px;
        font-weight: 400;
        text-align: center;
        justify-content: center;
        cursor: pointer;
        text-transform: inherit;
    }
    .custom-home-row6 .custom-tabberlive-title h2:hover {
        text-decoration: none;
    }
    
    .custom-home-row6 .custom-tabberlive-content {
        width: 100%;
        float: left;
        padding: 0px;
        text-align: left;
        display: none
    }
    .custom-home-row6 .tabbertabhide {
        display: block;
    }
    .custom-home-row6 .page-center {
        max-width: 100% !important;
        padding: 0 30px !important;
    }
    .custom-home-row6 .tabberlive {
        padding: 0;
    }
    .custom-home-row6 .custom-tabberlive-content.active {
        display: block;
    }
    .custom-home-row4-col5 .custom-home-row4-col5-col2 img {
        display: none;
    }
    .custom-home-row4-col5 .custom-home-row4-col5-col2 {
        background-image: url(//bigprivacy.anonos.com/hubfs/Anonos_September-2017/Images/circle-lock-mobile.svg?t=1505979446553);
        height: 165px !important;
        background-size: 140% auto;
        overflow: visible;
        margin: 0px;
        padding: 0px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .hs-rss-item.hs-with-featured-image {
        overflow: visible;
    }
    .custom-widget-row1-col2 .custom-tabberlive-group ul.tab-headings li a {
        margin: 0 0 10px;
    }
    .unicity-layout .custom-unicity-row1-col4-group table {
        width: 100% !important;
    }
    .custom-table-scroll {
        overflow-x: auto;
    }
    .subscribe-options label {
        display: block;
    }
    
    .recommended-block {
        display: none !important;
    }
}  
@media (max-width: 575px){
    body {
        font-size: 15px;
    }
    h2 {
        font-size: 25px;
    }
    .custom-header-bg {
        padding: 20px 16px 19px;
    }
    body.one-column-layout {
        font-size: 15px;
    }
    .one-column-layout .main-content h1, 
    .one-column-layout .main-content h2 {
        font-size: 25px;
    }
    .main-content h2 {
        font-size: 20px;
    }
    .custom-company-row1 .hs_cos_wrapper_type_rich_text h2, 
    .custom-company-row2 .hs_cos_wrapper_type_rich_text h2,
    .custom-widget-row1-group .custom-widget-row1-top-col h1 {
        font-size: 25px;
    }
    .custom-company-row1 .hs_cos_wrapper_type_rich_text ul li {
        font-size: 16px;
    }
    .custom-tow-col-top-image .custom-column h4 {
        line-height: 23px;
        font-size: 15px;
    }
    .custom-three-column-equal-module {
        margin: 40px 0px;
    }
    .custom-three-column-equal-module .custom-column {
        width: 100% !important;
    }
    .custom-three-column-advisor .custom-column-group .custom-advisor-content h4 {
        font-size: 15px;
    }
    .custom-pricing-row1-group .hs_cos_wrapper_type_rich_text h2,
    .custom-pricing-row2-group .hs_cos_wrapper_type_rich_text h2,
    .custom-article-row1-group .hs_cos_wrapper_type_rich_text h2,
    .contact-row1-group .hs_cos_wrapper_type_rich_text h2, 
    .custom-comparison-row1-group .custom-pricing-row1-top-col h2, 
    .custom-comparison-row1-group .custom-comparison-row1-top-col h2, 
    .custom-widget-row1-group .custom-widget-row1-top-col h1, 
    .custom-home-row8 .custom-home-row8-top-col h2,
    .custom-home-row3 .custom-home-row3-col h2, 
    .custom-home-row7 .custom-home-row7-top-col h2, 
    .custom-home-row4 .custom-home-row4-col1 h2, 
    .custom-home-row4-col5 .custom-home-row4-col5-top-col h2,
    .custom-contact-row1-group .hs_cos_wrapper_type_rich_text h2 {
        font-size: 25px;
    }
    .custom-widget-row1-col5 ul.tabbernav li, 
    .custom-widget-row1-col2 ul.tabbernav li,
    .custom-widget-row1-col2 .custom-tabberlive-group ul.tab-headings li {
        width: 100%;
        float: left;
        padding: 0 15px;
    }
    .custom-home-slider .caption.below .custom-left-content h3, 
    .custom-home-slider .caption.below .custom-left-content h1 {
        font-size: 28px;
    }
/*    .custom-home-slider .caption.below .custom-left-content {
        padding: 0;
    }*/
    .custom-pricing-row1-group .custom-pricing-row1-left-col ul li {
        font-size: 16px;
    }
    .one-column-layout .main-content h1 img {
        vertical-align: middle;
        display: block !important;
        float: none;
        margin: 10px auto 0!important;
    }
    .one-column-layout .main-content ul {
        font-size: 16px;
    }
    .custom-home-row4 .custom-home-row4-col3 {
        display: none;
    }
    .unicity-layout .custom-unicity-row1-col4-group table td, 
    .unicity-layout .custom-unicity-row1-col4-group table th {
        font-size: 13px;
    }
}

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

@media (max-width: 479px) {
    
    .checkbox-row span.fakelabel span {
        float: none;
    }
    table.custom-widget-table td {
        font-size: 12px;
    }
    .unicity-layout .custom-unicity-row1-col4-group table td, 
    .unicity-layout .custom-unicity-row1-col4-group table th {
        font-size: 13px;
    }
    .unicity-layout .custom-unicity-row1-col4-group table {
        width: 450px !important;
    }
    .custom-table-scroll {
        overflow-x: scroll;
    }
}

@media (max-width: 370px) { 
    .one-column-layout .main-content h1 img {
        display: block !important;
        margin: 10px auto 0 !important;
    }
    .custom-company-row1 {
        padding: 0 0 16px;
    }
    .custom-three-column-equal-module .custom-column-inner h3 {
        color: #fff;
        font-size: 16px;
    }
    .custom-three-column-equal-module .custom-column-inner {
        padding-bottom: 10px;
    }
    .custom-article-row2-group .custom-article-row2-col1 {
        padding-left: 0;
    }
    .custom-article-row2-group .custom-article-row2-col2 {
        padding: 0;
    }
    .custom-contact-form {
        padding: 12px 0px 0 0;
    }
    .custom-contact-row1-group .custom-contact-row2-col-right {
        padding-left: 0;
    }
    .custom-comparison-row2-group .custom-comparison-row2-inner-group,
    .custom-home-row3 .custom-home-row3-col,
    .custom-home-row4 .custom-home-row4-col2-right {
        padding: 0;
    }
    .custom-three-column-top-image .custom-column-wrapper {
        padding: 0px;
    }
    .custom-home-row4 .custom-home-row4-col3 {
        padding: 40px 0px 0;
    }
    .custom-home-row4-col5 .custom-home-row4-col5-inner-group {
        padding: 20px 0px;
    }
    .custom-home-row6 .page-center {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    .custom-home-row7 .custom-home-row7-top-col h2,
    .custom-home-row8 .custom-home-row8-col1,
    .custom-home-row8 .custom-home-row8-col2 {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-home-slider .caption.below .custom-left-content {
        padding: 0;
    }
    .custom-widget-row1-col5 ul.tabbernav li, .custom-widget-row1-col2 ul.tabbernav li,
    .custom-widget-row1-col2 .custom-tabberlive-group ul.tab-headings li {
        padding: 0;
    }

}
.case-parent a {
    text-decoration: none !important;
}



.read_more_content{
  height: 300px;
  overflow: hidden;
  }
  .more_content{
    height: auto;
  }
  .wrapper a:hover{
    cursor: pointer;
  }
.more_text, .less_text{
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  font-weight: bold;
}

/*======================OCT2017-RESPONSIVE-START======================*/
@media only screen and (max-width: 1200px)
{
.page-center 
{
    max-width:inherit !important;
    padding-left:15px !important;
    padding-right:15px !important;
}
/*======================HOME-PAGE-START======================*/
/*HEADER-PART-START*/
.custom-header-bg
{
	padding: 10px 0
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a
{
    font-size:inherit;
}
/*SECTION-PART-START*/
.custom-home-slider .slick-slide .slick-slide-inner-wrapper
{
	height: inherit;
	padding:40px 0;
}
.custom-home-slider .caption.below
{
	padding:0 20px;
	position: relative;
	top:inherit;
	left:inherit;
  display: flex;
  align-items: center;
}
.custom-home-slider .caption.below .custom-left-content
{
	width: 65%;
	padding-left:0;
}
.custom-home-slider .caption.below .custom-left-content h1 
{
	font-size: 35px;
}
.custom-home-slider .caption.below .custom-left-content span
{
   font-size:42px !important;
}
.custom-home-slider .slick-slide .slick-slide-inner-wrapper::after 
{
	top: 98%;
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text h2, .custom-company-row2 .hs_cos_wrapper_type_rich_text h2, .custom-article-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-pricing-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-pricing-row2-group .hs_cos_wrapper_type_rich_text h2, .contact-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-comparison-row1-group .custom-pricing-row1-top-col h2, .custom-comparison-row1-group .custom-comparison-row1-top-col h2, .custom-home-row8 .custom-home-row8-top-col h2, .custom-home-row3 .custom-home-row3-col h2, .custom-home-row7 .custom-home-row7-top-col h2, .custom-home-row4 .custom-home-row4-col1 h2, .custom-home-row4-col5 .custom-home-row4-col5-top-col h2, .custom-contact-row1-group .hs_cos_wrapper_type_rich_text h2, .one-column-layout .main-content h1 {
	font-size: 30px;
}
.custom-home-row8 .custom-home-row8-col2 p 
{
	margin-bottom: 20px;
}
.home-custom-home-row3 
{
	padding: 50px 0 20px !important;
}
.custom-home-row4 
{
	padding: 50px 0 40px !important;
}
.custom-home-row4-col5
{
	padding-top: 20px;
}
.custom-home-row4 .custom-home-row4-col2-left 
{
	padding-left: 0;
}
.custom-home-row4-col5 .custom-home-row4-col5-col1 
{
	padding-left: 0px;
}
.custom-home-row4-col5 .custom-home-row4-col5-inner-group 
{
	padding: 20px 0;
}
.custom-home-row4-col5 .custom-home-row4-col5-col3 
{
	padding-right: 0;
}
.custom-home-row6 .tabberlive
{
	padding-left: 0;
}
.custom-home-row6 .custom-tabberlive-content img 
{
	top: -30px;
}
.custom-home-row6 ul.tabbernav
{
	margin-top: 60px;
}
.custom-home-row6 .custom-tabberlive-content
{
	padding: 0 0 0 10px;
}
.custom-home-row6 .custom-tabberlive-content h3
{
	margin-top: 0px;
}
.custom-home-row7 .custom-three-column-top-image .custom-column-wrapper .custom-top-image img
{
	margin-bottom:20px;
	width: 60%;
	height: auto;
	border-radius: 50%;
	border: 5px solid #fff;  
}
.custom-home-row7 .custom-three-column-top-image .custom-bottom-content h4
{
	margin: 18px 0;
	font-style: italic;
}
.custom-home-row8 .custom-home-row8-col1 
{
	padding: 0;
	text-align: center;
}
.custom-home-row8 .custom-home-row8-col1 img
{
	margin-top: 20px;
	width: 55%;
}
.custom-home-row8 .custom-home-row8-col2
{
	padding: 20px 0px 0;
}
.custom-home-row8 .custom-home-row8-col2 h3 
{
	margin-top: 0px;
}
.custom-home-row8 .custom-home-row8-col2 p
{
	margin-bottom: 0;
}
/*FOOTER-PART-START*/
.footer-container-wrapper .page-center
{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
/*======================HOME-PAGE-END======================*/

/*=====================TECHNOLOGY-PAGE-START=====================*/
/*SECTION-PART-START*/
.custom-pricing-row2-group 
{
	padding: 30px 0;
}
.custom-pricing-row2-group h2 
{
	margin: 0 0 25px !important;
}
.custom-pricing-row2-group .trusted_big_data_out
{
	margin-bottom: 40px;
}
.custom-pricing-row2-group  .custom-three-column-equal-module 
{
	padding:10px 0 160px;
	margin: 0 0 0;
}
.custom-column 
{
	width: 33.33% !important;
	min-height: 250px !important;
	display: flex !important;
	justify-content: center;
}
.custom-column .custom-column-inner 
{
	padding:20px 15px !important;
	min-height: inherit !important;
	display: flex;
	width: 100% !important;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content:center;
}
.custom-column .custom-column-inner p
{
    margin:0;
}
.custom-three-column-equal-module .custom-column .custom-column-inner::after 
{
	min-height: 62%  !important;
}
.custom-three-column-equal-module .custom-column-inner ul
{
    margin:0;
}
/*=====================TECHNOLOGY-PAGE-END=====================*/

/*==============COMPLIANCE-WEEK-PAGE-START==============*/
.compliance-banner 
{
	margin: 25px 0;
}
.compliance-banner h2 
{
	font-size: 30px !important;
}
.usecase .article_more_space 
{
	margin: 20px 0 35px !important;
}
.custom-home-row4-col5.usecase ul
{
    margin:0 0 12px;
}
.custom-home-row4-col5.usecase ul li
{
    margin:0 !important;
    padding:8px 0 !important;
}
/*=========CPO Magazine - The GDPR Locks Up Your Data. What’s the Solution?-Page-Start=========*/
.controlled_linkable_data_img
{
    width:100%;
    margin:0 0 35px !important;
}
.controlled_linkable_data_img img
{
	width: 100%;
	padding:0 !important;
}
.usecase .extra_space
{
    display:none;
}
/*=========iapp - maximizing data value while complying with GDPR may not be impossible Part Start=========*/
.custom-home-row4-col5.usecase blockquote
{
    margin:0 20px;
}
.custom-home-row4-col5.usecase blockquote span
{
    font-size:16px !important;
}
/*==============COMPLIANCE-WEEK-PAGE-END==============*/

}

@media only screen and (max-width: 991px)
{
/*======================HOME-PAGE-START======================*/
/*HEADER-PART-START*/
.header-container-wrapper
{
/* 	min-height: 100px; */
/*   display: inline-block !important; */
}
.custom-header-bg .page-center
{
    padding:0 !important;
    padding-right:0 !important;
  
}
.custom-header-bg .custom-logo
{
	padding: 0 15px !important;
}
.mobile-trigger
{
	padding:0;
	right:35px;
	top:-45px;
}
.custom-menu-primary .hs-menu-wrapper  ul 
{
	margin-bottom: 0;
	padding: 7px 10px !important;
}
.header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul li
{
    padding:7px 10px;
}
.hs-menu-item.hs-menu-depth-1.contact
{
	margin-top:7px !important;
}
.header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul li a 
{
	font-size: 15px;
	text-align: left;
/* 	padding:0 !important; */
  padding: 12px 20px !important;
}
/*SECTION-PART-START*/
.custom-home-slider .caption.below .custom-caption-right-image
{
	width: 35%;
}
.custom-home-slider .caption.below .custom-left-content h1
{
	font-size: 30px;
}
.custom-home-slider .caption.below .custom-left-content span 
{
	font-size: 35px !important;
}
.home-custom-home-row3 
{
	padding:40px 0 20px !important;
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text h2, .custom-company-row2 .hs_cos_wrapper_type_rich_text h2, .custom-article-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-pricing-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-pricing-row2-group .hs_cos_wrapper_type_rich_text h2, .contact-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-comparison-row1-group .custom-pricing-row1-top-col h2, .custom-comparison-row1-group .custom-comparison-row1-top-col h2, .custom-home-row8 .custom-home-row8-top-col h2, .custom-home-row3 .custom-home-row3-col h2, .custom-home-row7 .custom-home-row7-top-col h2, .custom-home-row4 .custom-home-row4-col1 h2, .custom-home-row4-col5 .custom-home-row4-col5-top-col h2, .custom-contact-row1-group .hs_cos_wrapper_type_rich_text h2, .one-column-layout .main-content h1 
{
	font-size:26px;
}
.custom-home-row4
{
    padding:50px 0 30px !important;
}
.custom-home-row4-col5 
{
	padding-top:20px;
}
.custom-home-row4 .custom-home-row4-col2-right
{
	padding: 0 0;
	width: 100% !important;
	margin-left: 0 !important;
}
.custom-home-row4-col2-right P
{
    margin-bottom:5px;
}
.custom-home-row6 .tabberlive 
{
	padding-left: 0;
}
.custom-home-row6 .custom-tabberlive-content h3 
{
	margin-top: 0px !important;
}
.custom-home-row7
{
	margin: 20px 0;
}
.custom-home-row7 .custom-home-row7-top-col h2
{
	padding-bottom: 30px;
}
.custom-home-row7 .custom-three-column-top-image .custom-column-wrapper .custom-top-image img 
{
	margin: 35px auto 20px;
}
.custom-home-row7 .custom-three-column-top-image .custom-bottom-content h4
{
	margin: 20px 0;
}
.custom-home-row8 
{
	padding:40px 0 50px;
}
.custom-home-row8 .custom-home-row8-col2 p
{
	margin-bottom: 0px;
}
/*FOOTER-PART-START*/
.footer-container-wrapper .page-center
{
	padding:0 25px 25px !important;
}
.custom-footer-logo img 
{
	margin-bottom: 25px;
}
.custom-featured-grp img
{
	margin:20px 0;
}
.custom-copyright-group 
{
	padding:15px 0px;
}
.custom-copyright-group .page-center
{
    padding-bottom:0 !important;
}
.custom-copyright p
{
    text-align:left;
}
/*======================HOME-PAGE-END======================*/


/*===========TECHNOLOGY-PAGE-START===========*/
/*PRICING-WEBSITE-PAGE-START*/
.custom-pricing-row2-group .trusted_big_data_out p 
{
	margin: 15px 0;
	font-size: 15px;
}
 .custom-pricing-row2-group .hs_cos_wrapper_type_rich_text p 
{
    text-align: left;
}
.custom-column 
{
	width: 33.33% !important;
	min-height:345px !important;
}
.custom-column .custom-column-inner
{
    padding:30px 15px 10px!important;
    min-height:inherit !important;
}
.custom-three-column-equal-module .custom-column .custom-column-inner::after 
{
	width:80% !important;
	left:10% !important;
	min-height:43% !important;
}
.custom-column 
{
	min-height:360px !important;
}
/*PRICING-WEBSITE-PAGE-END*/
/*===========TECHNOLOGY-PAGE-END===========*/

/*==============COMPLIANCE-WEEK-PAGE-START==============*/
.usecase
{
	padding-bottom: 35px !important;
}
.compliance-banner 
{
	margin: 25px 0 !important;
	padding: 28px 0 18px !important;
}
.compliance-banner h2
{
	font-size: 25px !important;
	line-height: 30px;
}
.custom-home-row4-col5.usecase
{
    font-size:15px;
    padding:12px 0 35px;
}
.custom-home-row4-col5.usecase p
{
    margin-bottom:12px;
}
.usecase .article_more_space 
{
	margin: 12px 0 27px !important;
}
.usecase #cta_button_3888288_9d1638c4-e2cb-44cd-8ef6-ef948af24f49 > span 
{
	font-size: 19px !important;
}
/*==============COMPLIANCE-WEEK-PAGE-END==============*/

}

@media only screen and (max-width: 767px)
{
h3 
{
	font-size: 18px;
}
.page-center 
{
    max-width:100% !important;
}

/*HEADER-PART-START*/
.custom-header-bg
{
	padding:15px 0 !important;
/*   position: relative; */
}
.mobile-trigger
{
	top: -50px;
}
/*======================HOME-PAGE-START======================*/
/*SECTION-PART-START*/
.custom-home-slider .slick-slide .slick-slide-inner-wrapper
{
	height: inherit;
	padding:40px 15px;
}
.custom-home-slider .caption.below
{
	height:inherit;
	padding:0;
}
.custom-home-slider .caption.below .custom-left-content 
{
	width: 100%;
	padding:0;
}
.custom-home-slider .caption.below .custom-left-content h3, .custom-home-slider .caption.below .custom-left-content h1
{
	font-size: 32px;
}
.custom-home-slider .slick-slide .slick-slide-inner-wrapper::after
{
	background-size: 125px 38px;
}
.custom-home-row2 .custom-home-row2-left-col, .custom-home-row2 .custom-home-row2-rss
{
	padding:20px 15px 0;
}
.custom-home-row2 .custom-home-row2-left-col a br, .custom-home-row2 .custom-home-row2-rss a br
{
    display:none !important;
}
.custom-home-slider .caption.below .custom-left-content h3, .custom-home-slider .caption.below .custom-left-content h1
{
	font-size: 26px;
}
.custom-home-slider .caption.below .custom-left-content span 
{
	font-size: 38px !important;
}
.custom-home-row8 .custom-home-row8-top-col h2, .custom-home-row3 .custom-home-row3-col h2, .custom-home-row7 .custom-home-row7-top-col h2, .custom-home-row4 .custom-home-row4-col1 h2, .custom-home-row4-col5 .custom-home-row4-col5-top-col h2 {
	margin: 0 0 20px;
	font-size: 24px;
	padding:0 0 18px;
}
.home-custom-home-row3
{
	padding: 42px 0 20px !important;
}
.custom-home-row3 .custom-home-row3-col
{
    padding:0;
}
.custom-home-row4
{
	padding:25px 0 15px !important;
	text-align:center;
}
.custom-home-row4 .custom-home-row4-col2-left
{
	padding:0 0 15px;
	text-align: center;
	display:inline-block;
}
.custom-home-row4 .custom-home-row4-col2-right
{
    padding:0;
}
.custom-home-row4-col2-right p
{
    margin-bottom:0 !important;
    text-align:center !important;
}
.custom-home-row4-col5 .custom-home-row4-col5-inner-group 
{
	padding: 0px;
}
.custom-home-row4-col5 .custom-home-row4-col5-col1, .custom-home-row4-col5 .custom-home-row4-col5-col3
{
    padding: 0px;
}
.custom-home-row4-col5-col1 p
{
    margin-bottom:10px;
}
.custom-home-row4-col5-col1 li
{
    padding:4px 0;
}
.custom-home-row4-col5 .custom-home-row4-col5-col2
{
	height: 180px !important;
}
.custom-home-row4-col5-col3 p
{
    margin-bottom:7px;
}
.custom-home-row6 
{
	padding:25px 0;
}
.custom-home-row6 .page-center
{
    padding: 0 15px !important;
}
.custom-home-row6 .custom-tabberlive-content
{
    padding:10px 0;
}
.custom-home-row6 .custom-tabberlive-content h3
{
	margin-top:0px !important;
}
.custom-home-row6 .custom-tabberlive-content p
{
    margin-bottom:10px;
}
.custom-home-row7
{
	margin:0 0 10px;
	padding-top:32px;
}
.custom-home-row7 .custom-home-row7-top-col h2 
{
    padding:0 0 20px;
}
.custom-home-row7 .custom-three-column-top-image .custom-column-wrapper .custom-top-image img 
{
	margin: 15px auto 10px;
	max-width: 180px;
	width: 100%;
}
.custom-home-row7 .custom-three-column-top-image .custom-bottom-content h4
{
	margin:7px 0;
}

.custom-home-row8 
{
	padding: 35px 0;
}
.custom-home-row8 .custom-home-row8-col1
{
	padding:0;
}
.custom-home-row8 .custom-home-row8-col1 img
{
	margin-top: 10px;
	width: 50%;
}
.custom-home-row8 .custom-home-row8-col2 
{
	padding:25px 0 0;
}
.custom-home-row8 .custom-home-row8-col2 h3
{
	margin-top: 0;
}
.custom-home-row8 .custom-home-row8-col2 p
{
    margin-bottom:10px;
}
.custom-home-row8-col2 ul
{
    padding:0 !important;
    margin:0;
}
.custom-home-row8-col2 ul li
{
    padding:3px 0;
}
.custom-home-row8-col2 a.custom-green-btn 
{
	margin: 20px 0 0 !important;
}
/*FOOTER-PART-START*/
.custom-footer-group 
{
	text-align: left;
}
.footer-container-wrapper .page-center 
{
	padding: 0 15px 25px !important;
}
.footer-content
{
	padding-bottom: 25px;
}
.custom-footer-logo img
{
	margin-bottom:15px;
	max-width: 220px;
}
.custom-featured-grp img 
{
	max-width:130px;
	width: 100%;
	margin: 10px 0 15px;
}
.custom-featured-grp  p
{
    margin-bottom:8px;
}
.affiliation-img img
{
	width: 140px;
	padding: 10px 15px;
}
.custom-learn-more.footer-content
{
    padding-bottom:0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a
{
	font-size: 17px;
}
.custom-copyright-group
{
	text-align: center;
}
.custom-copyright-group .page-center 
{
	padding-bottom: 0 !important;
}
.custom-copyright p
{
	text-align: center;
	margin: 0;
}
/*======================HOME-PAGE-END======================*/

/*===========TECHNOLOGY-PAGE-START===========*/
/*PRICING-WEBSITE-PAGE-START*/
.custom-pricing-row2-group
{
	text-align: center;
	padding:20px 0;
}
.custom-pricing-row2-group ul li 
{
	font-size:15px;
}
.custom-pricing-row2-group .trusted_big_data_out p 
{
	margin: 12px 0;
	text-align:center;
}
.custom-pricing-row2-group .custom-three-column-equal-module 
{
	padding: 5px 0 0;
}
.custom-three-column-equal-module .custom-column 
{
	width: 100% !important;
	min-height:inherit !important;
	padding:0;
	margin: 0 auto 10px;
}
.custom-column .custom-column-inner
{
	padding: 35px 15px !important;
	min-height: inherit !important;
}
.custom-three-column-equal-module .custom-column .custom-column-inner::after
{
    display:none;
}
.custom-three-column-equal-module .custom-column-inner ul
{
    text-align:center;
    padding-left:15px !important;
}
.custom-three-column-equal-module .custom-column-inner ul li
{
    padding:3px 0;
}
.custom-pricing-row2-group .hs_cos_wrapper_type_rich_text p 
{
	text-align: center;
}
/*PRICING-WEBSITE-PAGE-END*/
/*===========TECHNOLOGY-PAGE-END===========*/

/*==============COMPLIANCE-WEEK-PAGE-START==============*/
.compliance_header_img img
{
    max-width:80%;
}
.compliance-banner 
{
	margin: 22px 0 !important;
	padding: 23px 0 15px !important;
}
.compliance-banner h2 
{
	font-size: 23px !important;
	margin:0;
	line-height:27px;
}
.compliance-banner h4
{
    font-size:18px;
    margin:10px 0 17px
}
.custom-home-row4-col5.usecase
{
    text-align:center;
    font-size:14px;
    padding:12px 0 22px;
}
.custom-home-row4-col5.usecase p
{
    line-height:23px;
    padding:0 !important;
}
.usecase .article_more_space
{
	margin: 15px 0 !important;
	text-align:center !important;
}
.usecase a#cta_button_3888288_9d1638c4-e2cb-44cd-8ef6-ef948af24f49
{
	padding:10px 25px !important;
	margin-top:10px;
}
.usecase #cta_button_3888288_9d1638c4-e2cb-44cd-8ef6-ef948af24f49 > span 
{
	font-size: 18px !important;
}
.custom-home-row4-col5-top-col img
{
    width:100%;
    padding:0 !important;
}
.custom-home-row4-col5.usecase ul
{
    padding-left:10px !important;
}
.custom-home-row4-col5.usecase ul li
{
    padding:6px 0;
}
/*===========CPO Magazine - The GDPR Locks Up Your Data. What’s the Solution? Page Start==========*/
.controlled_linkable_data_img
{
	width: 100%;
	margin: 0 0 28px !important;
}
.usecase #attachment_66006
{
    width:100% !important;
    margin:7px 0 15px;
    float:left;
}
.usecase #attachment_66006 img
{
    width:100%;
}
/*=========iapp - maximizing data value while complying with GDPR may not be impossible Part Start=========*/
.custom-home-row4-col5.usecase blockquote
{
    margin:0;
}
.custom-home-row4-col5.usecase blockquote span
{
    font-size:15px !important;
}
/*==============COMPLIANCE-WEEK-PAGE-END==============*/

}


@media only screen and (max-width: 639px)
{

/*======================HOME-PAGE-START======================*/
/*SECTION-PART-START*/
.custom-home-slider .slick-slide .slick-slide-inner-wrapper
{
	padding: 28px 15px;
}
.custom-home-slider .slick-slide .slick-slide-inner-wrapper::after
{
	background-size: 100px 30px;
}
.custom-home-slider .caption.below .custom-left-content h3, .custom-home-slider .caption.below .custom-left-content h1
{
	font-size: 22px;
	line-height:30px;
}
.custom-home-slider .caption.below .custom-left-content span {
	font-size: 28px !important;
}
.custom-home-slider a.cta-main
{
	margin-top:3px !important;
	padding: 8px 18px;
}
.home-custom-home-row3 
{
	padding: 30px 0 20px !important;
}
.custom-home-row2
{
	padding: 32px 0px;
}
.custom-home-row8 .custom-home-row8-top-col h2, .custom-home-row3 .custom-home-row3-col h2, .custom-home-row7 .custom-home-row7-top-col h2, .custom-home-row4 .custom-home-row4-col1 h2, .custom-home-row4-col5 .custom-home-row4-col5-top-col h2 {
	font-size: 20px;
	line-height:27px;
}
.custom-home-row4-col5 .custom-home-row4-col5-col2
{
	height: 150px !important;
}
.custom-home-row6
{
	padding: 20px 0 15px;
}
.custom-home-row7 
{
	padding-top: 25px;
}
.custom-home-row8 .custom-home-row8-col1 img 
{
	margin-top: 0px;
}
.custom-home-row8 .custom-home-row8-col2
{
	padding: 18px 0 0;
}
.custom-home-row8 
{
	padding:27px 0;
}
/*FOOTER-PART-START*/
.affiliation-img img
{
	width: 150px;
}
.custom-footer-group
{
	padding-top: 30px;
}
.custom-footer-logo img
{
	max-width: 200px;
}
.custom-footer-logo P 
{
	margin-bottom:8px;
}
.footer-title h1, .footer-title h2, .footer-title h3, .footer-title h4
{
	font-size: 18px;
	text-align: center;
}
.footer-title{
    text-align: center;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a
{
	font-size: 16px;
}
.custom-featured-grp img 
{
	max-width: 110px;
	margin:6px 0 12px;
}
/*======================HOME-PAGE-END======================*/

  

  
  
/*===========TECHNOLOGY-PAGE-START===========*/
/*PRICING-WEBSITE-PAGE-START*/
.custom-pricing-row2-group
{
	padding-top:10px;
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text h2, .custom-company-row2 .hs_cos_wrapper_type_rich_text h2, .custom-article-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-pricing-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-pricing-row2-group .hs_cos_wrapper_type_rich_text h2, .contact-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-comparison-row1-group .custom-pricing-row1-top-col h2, .custom-comparison-row1-group .custom-comparison-row1-top-col h2, .custom-home-row8 .custom-home-row8-top-col h2, .custom-home-row3 .custom-home-row3-col h2, .custom-home-row7 .custom-home-row7-top-col h2, .custom-home-row4 .custom-home-row4-col1 h2, .custom-home-row4-col5 .custom-home-row4-col5-top-col h2, .custom-contact-row1-group .hs_cos_wrapper_type_rich_text h2, .one-column-layout .main-content h1 {
	font-size: 22px;
}
.custom-pricing-row2-group .trusted_big_data_out p 
{
	margin: 10px 0;
}
.custom-column .custom-column-inner 
{
	padding: 28px 15px !important;
}
/*PRICING-WEBSITE-PAGE-END*/
/*===========TECHNOLOGY-PAGE-END===========*/

/*==============COMPLIANCE-WEEK-PAGE-START==============*/
.compliance-banner h2 
{
	font-size: 22px !important;
	line-height: 28px;
	margin:0 !important;
}
.compliance-banner h4 
{
	font-size: 17px !important;
	margin: 10px 0  14px!important;
}
.custom-home-row4-col5.usecase 
{
	padding:10px 0 30px !important;
	font-size:14px;
}
.usecase .usecase_section_heading span
{
    font-size:18px !important;
}
.custom-home-row4-col5.usecase p 
{
	margin-bottom: 10px 1important;
	line-height:24px;
}
.usecase .article_more_space
{
	margin:3px 0 12px !important;
}
.usecase a#cta_button_3888288_9d1638c4-e2cb-44cd-8ef6-ef948af24f49 
{
	padding: 10px 25px !important;
}
.usecase #cta_button_3888288_9d1638c4-e2cb-44cd-8ef6-ef948af24f49 > span 
{
	font-size: 16px !important;
}
/*===========CPO Magazine - The GDPR Locks Up Your Data. What’s the Solution? Page Start==========*/
.controlled_linkable_data_img
{
	margin: 0 0 17px !important;
}
/*==============COMPLIANCE-WEEK-PAGE-END==============*/

}

@media only screen and (max-width: 479px)
{
body
{
    font-size:14px;
}
h3
{
	font-size: 16px;
}
p
{
    font-size:14px;
    margin-bottom:10px;
}
/*======================HOME-PAGE-START======================*/
/*HEADER-PART-START*/
.header-container-wrapper
{
/* 	min-height: 100px; */
}
.custom-header-bg
{
	padding: 15px;
}
.custom-menu-primary .hs-menu-wrapper ul
{
    padding:7px !important;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul 
{
	margin-bottom: 0;
}
.header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul li
{
    padding:5px 10px;
}
.hs-menu-item.hs-menu-depth-1.contact
{
	margin-top: 3px !important;
}
.header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul li a 
{
	font-size: 15px;
	text-align: left;
/* 	padding:0 !important; */
}
  .custom-four-column-advisor .four-custom-col{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .custom-four-column-advisor{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
/*SECTION-PART-START*/
.custom-home-slider .caption.below .custom-left-content h3, .custom-home-slider .caption.below .custom-left-content h1
{
	font-size: 18px;
	line-height: 27px;
}
.custom-home-slider .caption.below .custom-left-content span
{
	font-size: 22px !important;
}
.custom-home-slider .slick-slide .slick-slide-inner-wrapper 
{
	padding: 20px 15px;
}
.custom-home-slider .slick-slide .slick-slide-inner-wrapper::after 
{
	background-size: 84px 25px;
}
.custom-home-slider a.cta-main
{
	margin-top: 3px !important;
	padding: 7px 15px;
	font-size:15px;
}
.custom-home-row2
{
    padding:25px 0;
}
.custom-home-row2 .hs-rss-item.hs-with-featured-image
{
	display: inline-block;
	/*flex-direction: row-reverse;*/
	/*flex-wrap: wrap;*/
}
.custom-home-row2 .custom-home-row2-left-col, .custom-home-row2 .custom-home-row2-rss 
{
	padding: 12px 0px 0;
	text-align:center;
}
.custom-home-row2 .custom-home-row2-left-col img
{
    max-width:80px;
	width:100% !important;
	margin:auto;
}
.custom-home-row2 .custom-home-row2-left-col a 
{
	width: 100%;
	float: none;
	padding: 0;
}
.custom-home-row2 .custom-home-row2-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text
{
	width: 100%;
	padding-right: 0;
	box-sizing: border-box;
	padding-left: 0;
}
.custom-home-row2 .custom-home-row2-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper 
{
    max-width:80px;
	width:100% !important;
	margin-top:8px;
}
.custom-home-row4 
{
	padding: 15px 0 15px !important;
}
.custom-home-row4-col1 span, .custom-home-row4-col1 strong
{
    font-size:20px;
    line-height:26px;
}
.custom-home-row4 .custom-home-row4-col2-left img 
{
	width: 75px !important;
}
.custom-home-row4-col2-right p 
{
	font-size: 14px;
	line-height: 24px;
}
.custom-home-row4-col5
{
	padding-top: 10px;
}
.custom-home-row4-col5-col1 p
{
	margin-bottom: 7px;
}
.custom-home-row4-col5-col1 li 
{
	padding: 3px 0;
}
.custom-home-row4-col5 .custom-home-row4-col5-col2
{
	height: 90px !important;
}
.custom-home-row4-col5-col3 
{
	padding: 8px 0 0 !important;
}
.custom-home-row6
{
	padding: 10px 0 10px;
}
.custom-home-row6 .custom-tabberlive-title h2 
{
	margin-bottom: 6px;
	font-size:14px;
}
.custom-home-row6 .custom-tabberlive-content
{
	padding: 8px 0;
	text-align:Center
}
.custom-home-row6 .custom-tabberlive-content h3
{
	margin-top: 0px!important;
}
.custom-home-row7 .custom-three-column-top-image .custom-column-wrapper 
{
	margin-top: 5px;
}
.custom-home-row7 .custom-three-column-top-image .custom-column-wrapper .custom-top-image img
{
	margin: 10px auto 5px !important;
	width:130px !important;
}
.custom-home-row7 .custom-three-column-top-image .custom-bottom-content a
{
	font-size: 17px;
}
.custom-home-row7 .custom-three-column-top-image .custom-bottom-content h4
{
	margin: 5px 0;
}
.custom-home-row8 .custom-home-row8-col1 img 
{
	width:100%;
}
.custom-home-row8-col2 ul li
{
	padding: 4px 0 !important;
	margin-left:12px;
}
/*FOOTER-PART-START*/
.custom-footer-group 
{
	padding-top: 25px;
}
.custom-footer-logo img 
{
	max-width: 170px;
	margin-bottom:10px;
}
.footer-content 
{
	padding-bottom: 20px;
}
.footer-title h1, .footer-title h2, .footer-title h3, .footer-title h4
{
    text-align: center !important;
    font-size: 17px;
    margin-bottom:4px;
}
.custom-featured-grp img 
{
	max-width: 100px;
}
.affiliation-img img
{
	width: 140px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a
{
	font-size: 15px;
}
.custom-copyright-group 
{
	padding: 15px 0px 10px;
}
.custom-pricing-row2-group .trusted_big_data_out p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 24px;
}
/*======================HOME-PAGE-END======================*/

/*===========TECHNOLOGY-PAGE-START===========*/
/*PRICING-WEBSITE-PAGE-START*/
.custom-pricing-row2-group
{
	padding-top:15px;
}
.custom-pricing-row2-group h2
{
	margin: 0 0 15px !important;
	padding: 0 0 18px !important;
}
.custom-company-row1 .hs_cos_wrapper_type_rich_text h2, .custom-company-row2 .hs_cos_wrapper_type_rich_text h2, .custom-article-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-pricing-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-pricing-row2-group .hs_cos_wrapper_type_rich_text h2, .contact-row1-group .hs_cos_wrapper_type_rich_text h2, .custom-comparison-row1-group .custom-pricing-row1-top-col h2, .custom-comparison-row1-group .custom-comparison-row1-top-col h2, .custom-home-row8 .custom-home-row8-top-col h2, .custom-home-row3 .custom-home-row3-col h2, .custom-home-row7 .custom-home-row7-top-col h2, .custom-home-row4 .custom-home-row4-col1 h2, .custom-home-row4-col5 .custom-home-row4-col5-top-col h2, .custom-contact-row1-group .hs_cos_wrapper_type_rich_text h2, .one-column-layout .main-content h1 {
	font-size: 20px;
}
.custom-pricing-row2-group .trusted_big_data_out p 
{
	margin: 10px 0;
}
.custom-three-column-equal-module .custom-column 
{
	margin: 0 auto 6px;
}
.custom-pricing-row2-group ul
{
	padding-left:0 !important;
}
.custom-pricing-row2-group ul li
{
    font-size: 14px;
}
.custom-column .custom-column-inner 
{
	padding: 20px 15px !important;
}
.custom-three-column-equal-module .custom-column-inner h3
{
	font-size:16px;
}
/*PRICING-WEBSITE-PAGE-END*/
/*===========TECHNOLOGY-PAGE-END===========*/

/*==============COMPLIANCE-WEEK-PAGE-START==============*/
.compliance_header_img
{
    padding-top:7px;
}
.compliance-banner 
{
	margin: 12px 0 !important;
	padding:16px 0 8px !important;
}
.compliance-banner h2 
{
	font-size: 17px !important;
	line-height: 23px;
}
.compliance-banner h4 
{
	font-size: 15px !important;
	margin:7px 0 14px !important;
}
.compliance-banner h4 span 
{
	display: block;
	padding:3px 0;
}
.custom-home-row4-col5.usecase
{
	padding:5px 0 25px !important;
	font-size: 14px;
}
.usecase .usecase_section_heading span 
{
	font-size: 16px !important;
}
.custom-home-row4-col5.usecase p
{
	margin-bottom:11px;
	line-height: 23px;
}
.usecase .article_more_space 
{
	margin:0px 0 9px !important;
}
.usecase a#cta_button_3888288_9d1638c4-e2cb-44cd-8ef6-ef948af24f49 
{
	padding: 10px 22px !important;
}
.usecase #cta_button_3888288_9d1638c4-e2cb-44cd-8ef6-ef948af24f49 > span 
{
	font-size: 15px !important;
}
/*==============COMPLIANCE-WEEK-PAGE-END==============*/

}
.active-branch a{
    font-weight: bold !important;
}

.btn_resource_menu{
    padding-top: 10px !important; 
    padding-bottom: 10px !important;
    border-width: 2px !important;
  	font-family: AvenirNextLTW01-Medium;
}



}