/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Montserrat|Open+Sans|PT+Sans+Narrow&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css');

/* TrustworthyAccountabilityGroup_May2017-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: 'revicons';
    src: url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/revicons/revicons.eot?5510888');
    src: url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/revicons/revicons.woff?5510888') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/revicons/revicons.ttf?5510888') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/revicons/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.revicon-search-1:before {
    content: '\e802';
}

.revicon-pencil-1:before {
    content: '\e831';
}

.revicon-picture-1:before {
    content: '\e803';
}

.revicon-cancel:before {
    content: '\e80a';
}

.revicon-info-circled:before {
    content: '\e80f';
}

.revicon-trash:before {
    content: '\e801';
}

.revicon-left-dir:before {
    content: '\e817';
}

.revicon-right-dir:before {
    content: '\e818';
}

.revicon-down-open:before {
    content: '\e83b';
}

.revicon-left-open:before {
    content: '\e819';
}

.revicon-right-open:before {
    content: '\e81a';
}

.revicon-angle-left:before {
    content: '\e820';
}

.revicon-angle-right:before {
    content: '\e81d';
}

.revicon-left-big:before {
    content: '\e81f';
}

.revicon-right-big:before {
    content: '\e81e';
}

.revicon-magic:before {
    content: '\e807';
}

.revicon-picture:before {
    content: '\e800';
}

.revicon-export:before {
    content: '\e80b';
}

.revicon-cog:before {
    content: '\e832';
}

.revicon-login:before {
    content: '\e833';
}

.revicon-logout:before {
    content: '\e834';
}

.revicon-video:before {
    content: '\e805';
}

.revicon-arrow-combo:before {
    content: '\e827';
}

.revicon-left-open-1:before {
    content: '\e82a';
}

.revicon-right-open-1:before {
    content: '\e82b';
}

.revicon-left-open-mini:before {
    content: '\e822';
}

.revicon-right-open-mini:before {
    content: '\e823';
}

.revicon-left-open-big:before {
    content: '\e824';
}

.revicon-right-open-big:before {
    content: '\e825';
}

.revicon-left:before {
    content: '\e836';
}

.revicon-right:before {
    content: '\e826';
}

.revicon-ccw:before {
    content: '\e808';
}

.revicon-arrows-ccw:before {
    content: '\e806';
}

.revicon-palette:before {
    content: '\e829';
}

.revicon-list-add:before {
    content: '\e80c';
}

.revicon-doc:before {
    content: '\e809';
}

.revicon-left-open-outline:before {
    content: '\e82e';
}

.revicon-left-open-2:before {
    content: '\e82c';
}

.revicon-right-open-outline:before {
    content: '\e82f';
}

.revicon-right-open-2:before {
    content: '\e82d';
}

.revicon-equalizer:before {
    content: '\e83a';
}

.revicon-layers-alt:before {
    content: '\e804';
}

.revicon-popup:before {
    content: '\e828';
}

@font-face {
    font-family: 'ssbp';
    src: url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/ssbp/ssbp.eot?5276i0');
    src: url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/ssbp/ssbp.eot?#iefix5276i0') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/ssbp/ssbp.woff2?5276i0') format('woff2'),
		 url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/ssbp/ssbp.woff?5276i0') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/ssbp/ssbp.ttf?5276i0') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Fonts/ssbp/ssbp.svg?5276i0#ssbp') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ssbp-spinner:before {
    font-family: 'ssbp';
    content: "\e614"
}

.ssbp-spinner {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

.ssbp-btn:before,
.ssbp-toggle-switch:before {
    display: inline-block;
    font-family: 'ssbp';
    speak: none;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none
}

.ssbp-arrow-right:before {
    content: "\e612"
}

.ssbp-arrow-left:before {
    content: "\e613"
}

.ssbp-arrow-down:before {
    content: "\e619"
}

.ssbp-arrow-up:before {
    content: "\e61a"
}

.ssbp-chevron-down:before,
.ssbp-toggle-switch:before {
    content: "\e618"
}

.ssbp-chevron-up:before,
.ssbp--state-hidden .ssbp-toggle-switch:before {
    content: "\e615"
}

.ssbp-chevron-right:before,
.ssbp--fixed-right .ssbp-toggle-switch:before,
.ssbp--state-hidden.ssbp--fixed-left .ssbp-toggle-switch:before {
    content: "\e616"
}

.ssbp-chevron-left:before,
.ssbp--fixed-left .ssbp-toggle-switch:before,
.ssbp--state-hidden.ssbp--fixed-right .ssbp-toggle-switch:before {
    content: "\e617"
}

.ssbp-simplesharebuttons:before {
    content: "\e611"
}

.ssbp-yummly:before {
    content: "\e60b"
}

.ssbp-whatsapp:before {
    content: "\e60f"
}

.ssbp-diggit:before {
    content: "\e60c"
}

.ssbp-buffer:before {
    content: "\e60d"
}

.ssbp-close:before {
    content: "\e614"
}

.ssbp-twitter:before {
    content: "\e605"
}

.ssbp-reddit:before {
    content: "\e606"
}

.ssbp-flattr:before {
    content: "\e607"
}

.ssbp-tumblr:before {
    content: "\e608"
}

.ssbp-linkedin:before {
    content: "\e609"
}

.ssbp-google:before {
    content: "\e60a"
}

.ssbp-xing:before {
    content: "\e610"
}

.ssbp-facebook:before {
    content: "\e60e"
}

.ssbp-facebook-messenger:before {
    content: "\e611"
}

.ssbp-vk:before {
    content: "\e600"
}

.ssbp-stumbleupon:before {
    content: "\e601"
}

.ssbp-print:before {
    content: "\e602"
}

.ssbp-pinterest:before {
    content: "\e603"
}

.ssbp-email:before {
    content: "\e604"
}

.ssbp-ellipsis:before {
    content: "\e612"
}

.ssbp-x:before {
    content: "\e613"
}

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

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

/* Transition */




/* Border Radius */


/* Box Shadow */


/* Transform */




/* Animation */






/* Filter */


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

html, body {
	min-height: 100%;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
} 
html {}
body {
	background-image: url(//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Images/wallpaper.jpg);
	background-size: 100% auto;
	background-repeat: repeat;
	color: #5e5e5e;
	font-family: "Open Sans", sans-serif;
    font-size: 13px;
	line-height: 1;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
    	background-attachment: fixed;
    }
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 1190px;
	margin: 0 auto;
}

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


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

/* Basic text */
p {
	color: #737373;
    font-size: 1.15em;
	line-height: 150%;
	margin: 0 0 15px;
}
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:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #1a1a1a;
	font-family: 'Montserrat', sans-serif;
    line-height: 120%;
    margin: 0 0 15px;
}
h1 {
    font-size: 2.5em;
    font-weight: 700;
}
h2 {
    font-size: 2.3em;
    font-weight: 700;
}
h3 {
    font-size: 2.1em;
    font-weight: 700;
}
h4 {
    font-size: 1.9em;
    font-weight: 700;
}
h5 {
    font-size: 1.7em;
    font-weight: 700;
}
h6 {
    font-size: 1.5em;
    font-weight: 700;
}

/* Anchor Links */
a {
    color: #638CA6;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;;
}
a:hover {
	text-decoration: underline;
}
:focus {
	outline: 0 none;
}

/* Lists */
ul, ol {
	margin: 0 0 15px;
    padding: 3px 0 2px 20px;
}
.body-container li {
    margin: 12px 0 0 0;
}
.body-container li:first-child {
    margin-top: 0;
}
form ul,
form ol,
form li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Block Quotes */
blockquote {
    display: block;
    border-left: 3px solid #aaaaaa;
    padding: 7px 0px 7px 25px;
    font-style: italic;
    margin-bottom: 15px;
}
blockquote, q {
    quotes: none;
}
blockquote p {
    margin-bottom: 0;
}

/* Horizontal Rules */
hr {}

/* Tables */
table {
	border-spacing: 0;
}
table, tr, td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    vertical-align: top;
}


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

#site-wrapper {
	display: block;
	float: none;
    max-width: 1250px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}


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

/* HEADER - Top Header */
.row-fluid .custom_header-top {
    margin: 0;
    padding: 20px 0 40px; 
}
.custom_header-top .row-fluid .page-center > .row-fluid-wrapper > .row-fluid {
    display: table;
}

/* HEADER - Top Header - Logo */
.row-fluid .custom_logo {
    background: url(//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Layout/header-logo-back.png) no-repeat top center;
    background-size: 100% auto;
    display: table-cell;
    float: none;
    margin: 0;
    padding: 12px 27px;
    position: relative;
    text-align: center;
    vertical-align: top;
	width: 20%;
}

/* HEADER - Top Header - Right Header */
.row-fluid .custom_header-right {
	background-color: #638CA6;
    display: table-cell;
    float: none;
    margin: 0;
	padding: 26px 0 0;
	vertical-align: top;
    width: 80%;
}

/* HEADER - Top Header - Right Header - Main Menu */
.row-fluid .custom-menu-primary {
    background: url(//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Layout/header-menu-back.png) no-repeat top center;
    background-size: 100% 100%;
}

/* HEADER - Top Header - Right Header - Second Menu */
.row-fluid .custom_second-menu {
    display: block;
    background: rgba(255,255,255,0.13);
    clear: both;
    line-height: 40px;
    z-index: 99;
    position: relative;
}

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

/* CONTENT - Migration Template */
.migration-template .body-container .main-content .cell-wrapper,
.migration-template .body-container .sidebar .cell-wrapper {
	margin-bottom: 30px;
}

/* CONTENT - Header Module */
.body-container .hs_cos_wrapper_type_header h1 {
	font-size: 2.76em;
	font-weight: 700;
	letter-spacing: -2px;
	text-transform: none;
	display: block;
	margin: 0 0 40px;
	padding: 4px 0 10px;
	color: #1a1a1a;
}

/* CONTENT - Two Column Right */
.two-column.right .body-container .row-fluid .page-center {
    position: relative;
}
.two-column.right .body-container .row-fluid .page-center:before {
    display: block;
    content: '';
    right: 27.66%;
    width: 1px;
    height: 100%;
    background: transparent;
    z-index: 0;
    border-right: 1px dotted #ccc;
    position: absolute;
    top: 0px;
}

/* CONTENT - Two Column Right - Main Content */
.two-column.right .row-fluid .main-content {
    float: left;
    margin: 0;
}
.two-column.right .row-fluid .main-content.span8 {
    width: 69.702%;
}
.two-column.right .row-fluid .main-content .hs_cos_wrapper_type_linked_image img {
    margin-bottom: 15px;
}

/* CONTENT - Two Column Right - Sidebar */
.two-column.right .row-fluid .sidebar.right {
    float: left;
    margin: 0 0 0 5%;
    position: relative;
}
.two-column.right .row-fluid .sidebar.right.span4 {
    width: 25.2%;
}

/* CONTENT - Global Sidebar */
.custom_sidebar {
    margin-top: -1px;
}

/* CONTENT - Global Sidebar - Modules */
.row-fluid .custom_sidebar-module {
    border-bottom: 1px dotted #ccc;
    display: block;
    margin: 0 0 35px;
    padding: 0 0 25px;
    position: relative;
}
.row-fluid .custom_sidebar-module:last-child {
    border: 0 none;
}

/* CONTENT - Global Sidebar - Modules - Title */
.sidebar.right h3:first-child {
    display: block;
    padding: 11px 16px;
    color: #444444;
    font-weight: 600;
    font-size: 1.3em;
    background-color: #E4E4E4;
    border-left: 3px solid #3c98ca;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.sidebar.right h3:first-child a {
    color: inherit;
    text-decoration: none;
}
.sidebar.right h3:first-child a:hover {
    color: #638CA6;
}

.custom_sidebar-module .widget-type-social_sharing {
    text-align: center;
    font-size: 0;
}

.custom_sidebar-module .widget-type-social_sharing a {
    font-size: 16px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: sans-serif;    
	width: 3em;
	height: 3em;
	line-height: 3em;
	border-radius: 7.5px;
	color: #fff;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	box-shadow: inset 0 -1.5em 2em rgba(255,255,255,0.1);
	border-bottom: 0;
	width: 2.5em!important;
	height: 2.5em!important;
	line-height: 2.5em!important;				
}

.custom_sidebar-module .widget-type-social_sharing a + a {margin-left: 12px;}
.custom_sidebar-module .widget-type-social_sharing a:hover {
	box-shadow: inset 0 -1.5em 2em rgba(255,255,255,0.1), inset 0 0 3.5em rgba(0,0,0,0.33);
}

.custom_sidebar-module .widget-type-social_sharing a:before {
	display: inline-block;
	font-family: 'ssbp';
	speak: none;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;	
}

.custom_sidebar-module .widget-type-social_sharing a[href*="//www.facebook.com"] {background-color: #3b5998;}
.custom_sidebar-module .widget-type-social_sharing a[href*="//www.linkedin.com"] {background-color: #007bb6;}
.custom_sidebar-module .widget-type-social_sharing a[href*="//twitter.com"] {background-color: #00a9f1;}
.custom_sidebar-module .widget-type-social_sharing a[href*="//plus.google.com"] {background-color: #DC4E41;}
.custom_sidebar-module .widget-type-social_sharing a[href*="mailto:?subject"] {background-color: #787878;}

.custom_sidebar-module .widget-type-social_sharing a[href*="//www.facebook.com"]:before {content: "\e60e";}
.custom_sidebar-module .widget-type-social_sharing a[href*="//www.linkedin.com"]:before {content: "\e609";}
.custom_sidebar-module .widget-type-social_sharing a[href*="//twitter.com"]:before {content: "\e605";}
.custom_sidebar-module .widget-type-social_sharing a[href*="//plus.google.com"]:before {content: "\e60a";}
.custom_sidebar-module .widget-type-social_sharing a[href*="mailto:?subject"]:before {content: "\e604";}

.custom_sidebar-module .widget-type-social_sharing a img {display: none;}

.custom_sidebar-module .widget-type-social_sharing a,
.custom_sidebar-module .widget-type-social_sharing a img {
    height: 40px !important;
    max-height: 40px !important;
    width: 40px !important;
    max-width: 40px !important;
}

/* CONTENT - Global Sidebar - Modules - Latest News */
.custom_sidebar-module .hs_cos_wrapper_type_post_listing ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.custom_sidebar-module .hs_cos_wrapper_type_post_listing ul li {
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 5px 0 0;
}

/* CONTENT - Global Sidebar - Modules - Latest Press Release */
.custom_sidebar-module.latest-press-release .hs-rss-item {
    margin: 0;
}
.custom_sidebar-module.latest-press-release .hs-rss-item .hs-rss-item-image-wrapper {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 74px;
}
.custom_sidebar-module.latest-press-release .hs-rss-item .hs-rss-item-image-wrapper img {
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;;
}
.custom_sidebar-module.latest-press-release .hs-rss-item .hs-rss-item-image-wrapper:hover img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);;
}
.custom_sidebar-module.latest-press-release .hs-rss-item .hs-rss-item-text {
    float: right;
    margin: 0;
    padding: 0;
    width: calc(100% - 90px);
}
.custom_sidebar-module.latest-press-release .hs-rss-item .hs-rss-item-text a.hs-rss-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.3em;
    color: #444444;
    display: block;
    margin: 0 0 2px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.custom_sidebar-module.latest-press-release .hs-rss-item .hs-rss-item-text a.hs-rss-title:hover {
    color: #638CA6;
}
.custom_sidebar-module.latest-press-release .hs-rss-item .hs-rss-item-text .hs-rss-description p {
    font-size: 13px;
    line-height: 1.5;
}
.custom_sidebar-module.latest-press-release .hs-rss-item .hs-rss-item-text .hs-rss-byline {
    color: #638CA6;
    display: block;
    font-size: 0.9em;
    line-height: 1.666;
    opacity: 1;
}

/* CONTENT - Global Sidebar - Modules - Upcoming Events */
.custom_sidebar-module.upcoming-events ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.custom_sidebar-module.upcoming-events ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 5px;
}
.custom_sidebar-module.upcoming-events ul li + li {
    margin-top: 10px;
}

/* CONTENT - Global Sidebar - Modules - Latest Blogs */
.custom_sidebar-module.latest-blogs .hs-rss-item {
    margin: 0;
    padding-top: 5px;
}
.custom_sidebar-module.latest-blogs .hs-rss-item + .hs-rss-item {
    margin-top: 8px;
}
.custom_sidebar-module.latest-blogs .hs-rss-item-text a.hs-rss-title {
    color: #638CA6;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    width: auto;
}
.custom_sidebar-module.latest-blogs .hs-rss-item-text a.hs-rss-title:hover {
    text-decoration: underline;
}
.custom_sidebar-module.latest-blogs .hs-rss-item-text .hs-rss-byline {
    font-size: 1em;
    line-height: 17px;
    opacity: 1;
}

/* CONTENT - Global Sidebar - Modules - Vertical Menu */
.row-fluid .custom_sidebar .custom_sidebar-module .hs-menu-flow-vertical ul li {
    padding-top: 5px;
}
.row-fluid .custom_sidebar .custom_sidebar-module .hs-menu-flow-vertical ul li a {
    color: #638CA6;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    width: auto;
}
.row-fluid .custom_sidebar .custom_sidebar-module .hs-menu-flow-vertical ul li a:hover {
    text-decoration: underline;
}

/* CONTENT - Global Sidebar - Modules - Follow Us */
.custom_sidebar-module.follow-us p {
    font-size: 13px;
}

/* CONTENT - Contact Page */
.two-column.right.custom_contact-page .row-fluid .main-content .hs_cos_wrapper_type_linked_image img {
    margin-bottom: 30px;
}
.custom_contact-page .main-content .row-fluid .main-content-top {
    margin-bottom: 20px;
}
.custom_contact-page .main-content .row-fluid .main-content-inner {
    float: left;
    margin: 0 0 35px;
    padding: 0 15px;
    width: 50%;
}
.custom_contact-page .main-content .row-fluid .main-content-inner .socialize ul {
    margin: 0;
}
.custom_contact-page .main-content .row-fluid form .hs-button {
    margin-top: 15px;
}

/* CONTENT - Other */
.target-area {
    display: block;
    height: 8px;
}
.body-container .hs_cos_wrapper_type_rich_text p span {
    vertical-align: top;
}
.aligncenter {
    display: block;
    float: none;
	margin: 5px auto;
}
.caption-box {
    border: 1px solid #eee;
    padding: 2% 2% 0;
    max-width: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0,0,0,0.03);
	margin: 0 0 15px;
	max-width: 260px;
    box-sizing: content-box;
}
.caption-box.aligncenter {
	margin: 0 auto 15px;
}
.caption-box img {
    margin-bottom: 10px;
}
.caption-text {
    font-size: 14px;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
table.against-fraud-table {
    max-width: 631px;
    margin: 0 auto;
    width: 100%;
}
table.against-fraud-table thead tr th {
	border-bottom: 3px solid #ccc;
	box-sizing: content-box;
	padding: 3px 5px 7px;
    line-height: 1.345em;
    text-align: left;
}
table.against-fraud-table tr td {
    box-sizing: content-box;
	border-bottom: 1px solid #ccc;
	padding: 3px 5px 7px;
    line-height: 1.345em;
}
table.certified-table thead tr th p:last-child {
    font-weight: normal;
}
table.certified-table tr td {
	border-bottom: 1px solid #ccc;
}
table.certified-table.stacktable.small-only tr td.st-key p {
    font-size: 1em;
    margin: 0;
}
table.certified-table.stacktable.small-only tr td {
    padding: 5px;
}
table tr td.st-key {
    background-color: #f2f2f2;
}
h2.leading {
    color: #5e5e5e;
    font-size: 1.5em;
}
h2.leading a {
    color: inherit;
    text-decoration: none;
}
h2.leading a:hover {
    color: #e34922;
}
.video-container {
    margin-bottom: 13px;
}
a.pdf-button {
    font-size: 0.8em;
    margin: 0 2px 5px 0;
    display: inline-block;
    padding: 8px 17px;
    color: #fff;
    background: #638CA6;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
}
a.pdf-button:hover {
    background: #232323;
}
.body-container .hs_cos_wrapper_type_rich_text ul ul {
    list-style-type: disc;
    margin-top: 10px;
}
h1.event-title {
    color: #5e5e5e;
    font-size: 1.5em;
    line-height: 1.2em;
}
.map-container {
    margin: 20px 0;
}
.map-container iframe {
    width: 100% !important;
}
.event-info-box h1 {
    color: #5e5e5e;
    font-size: 1.17em;
    line-height: 1;
    margin: 0 0 2px;
}
.event-info-box h1 a {
    text-decoration: none;
    color: inherit;
}
.event-info-box h1 a:hover {
    color: #638CA6;
}
.event-info-box .event-meta ul {
    display: block;
    list-style-type: none;
    margin: 10px;
    padding: 0;
    width: auto;
}
.event-info-box .event-meta ul li {
    margin: 0;
    padding: 0;
}
.event-info-box .event-meta p {
    font-size: 13px;
    color: inherit;
}



/* =============== Custom Home Page =============== */
body.custom_home-page .slick-slider {padding: 0;}

/* Home Page Slider Image */
body.custom_home-page .slick-slider .slick-slide-inner-wrapper,
body.custom_home-page .slick-slider .slick-slide-inner-wrapper > a {display: block;}

body.custom_home-page .slick-slider .slick-bg-image {
    height: 302px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

body.custom_home-page .slick-slider .slick-bg-image img {display: none;}

/* Home Page Slider Caption */
body.custom_home-page .slick-slider .caption  {
    background: transparent;
    text-align: left;
    padding: 0 43.5px 28px;
}

body.custom_home-page .slick-slider .caption .tag {
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	font-family: "Open Sans";
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: rgb(23,166,151);
	padding: 9px;
	text-shadow: none;
	border-width: 0px;
	border-color: rgb(255,255,255);
	border-style: none;  
	width: auto;  
	display: inline-block;
	margin-bottom: 9px;
}

body.custom_home-page .slick-slider .caption h1 {
	font-size: 43px;
	line-height: 43px;
	font-weight: 800;
	text-shadow: rgba(0,0,0,1) 0px 2px 5px;
	font-family: "Open Sans";
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255,214,88);
	border-style: none;
}

body.custom_home-page .slick-slider .caption h1.small {
    font-size: 24px;
    line-height: 1;
}
body.custom_home-page .slick-slider .caption h1.black {
	color: rgb(0,0,0);
	box-shadow: none;
	text-shadow: none;
}

/* Home Page Slider Navigation */
body.custom_home-page .slick-slider .slick-next,
body.custom_home-page .slick-slider .slick-prev {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;	
    opacity: 0;
}

body.custom_home-page .slick-slider:hover .slick-next,
body.custom_home-page .slick-slider:hover .slick-prev {opacity: 1;}

body.custom_home-page .slick-slider .slick-next {
	z-index: 100;
	cursor: pointer;
	background: url(//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Layout/large_right.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	right: 20px;
	margin-top: -20px;
}

body.custom_home-page .slick-slider .slick-prev {
	z-index: 100;
	cursor: pointer;
	background: url(//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Layout/large_left.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	left: 20px;
	margin-top: -20px;
}

body.custom_home-page .slick-slider .slick-prev:before,
body.custom_home-page .slick-slider .slick-next:before {display: none;}

body.custom_home-page .slick-slider .slick-prev:hover,
body.custom_home-page .slick-slider .slick-next:hover {
    background-position: bottom left;
}


/* Custom Home Page RSS */
.custom_home-rss {
	margin-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}

.custom_home-rss:after {clear: both;content: "";display: table;}
.custom_home-rss > span > h3 {
	display: block;
	margin-bottom: 37px;
	padding: 9px 18px 10px 0;
	font-size: 1.2em;
	text-transform: none;
	color: #444444;
	border-left: 0 solid #e34922;
	font-weight: 400;
	font-family: inherit;
}

.custom_home-rss > span > h3:after {clear: both;content: "";display: table;}
.custom_home-rss > span > h3 strong  {
	font-size: 2em;
	font-weight: 800;
	color: #444444;
	letter-spacing: -2px;
	font-family: 'Montserrat', sans-serif;	
    display: block;
    line-height: 120%;
}

.custom_home-rss > span > h3 a {
	font-size: 0.8em;
	line-height: 150%;
	margin-top: 10px;
	display: inline-block;
	padding: 8px 17px;
	color: #17A697;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 2px;
	margin-right: -17px;
	background: #17A697;
	border: 1px solid transparent;
	box-shadow: inset 0 100px 0 0 #fff;
	float: right;
}

.custom_home-rss > span > h3 a:hover {
	color: #fff!important;
	box-shadow: inset 0 100px 0 0 rgba(255,255,255,0);
}

.custom_home-rss > span > h3 span {
    display: block;
    color: #999999;
    position: relative;
    top: -2px;
}

.custom_home-rss .hs-rss-item {
	display: block;
	float: left;
	margin-left: 2%;
	width: 32%;
	margin-bottom: 40px;    
}

.custom_home-rss .hs-rss-item:nth-child(3n+1) {
	margin-left: 0px;
	clear: both;    
}

.custom_home-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {margin-bottom: 15px;}
.custom_home-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper,
.custom_home-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding: 0;
    display: block;
}

.custom_home-rss img {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.custom_home-rss a {display: block;position: relative;overflow: hidden;}
.custom_home-rss a:hover img {
	transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-webkit-transform: scale(1.1) rotate(2deg);
}


.custom_home-rss .hs-rss-item-text h3 {
	display: block;
	margin-bottom: 12px;
	font-size: 1.7em;
	color: #444444;
	font-weight: 500;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 120%;
	text-transform: uppercase;
}

.custom_home-rss .hs-rss-item-text h3 a {color: inherit;}
.custom_home-rss .hs-rss-item-text h3 a:hover {color: #638CA6;text-decoration: none;}

.custom_home-rss .hs-rss-description p {font-size: 1em;}
.custom_home-rss .hs-rss-description a {
	display: inline-block;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 100%;
	margin-top: 15px;    
}

.custom_home-rss .hs-rss-description a i {padding-left: 10px;}

.custom_home-rss .hs-rss-byline {
	display: block;
	margin-bottom: 8px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	opacity: 1;
	color: #17A697;
}

/* =============== Footer =============== */
.footer-container {
    display: block;
    margin-top: 40px;
    background: #1D1D1D url(//cdn2.hubspot.net/hubfs/2848641/TrustworthyAccountabilityGroup_May2017/Layout/header-logo-back.png) no-repeat top center;
    background-size: 100% auto;
    color: rgba(255,255,255,0.4);
}

/* FOOTER - Top Footer */
.row-fluid .custom_footer-top {
	padding: 25px 0;
}

/* FOOTER - Top Footer - Columns */
.row-fluid .custom_footer-col {
    float: left;
    margin: 0 0 0 5%;
	width: 30%;
}
.row-fluid .custom_footer-col:nth-child(3n+1) {
	margin: 0;
}

/* FOOTER - Top Footer - Columns - Title */
.custom_footer-col h3 {
    display: block;
    margin: 0 0 21px;
    padding: 0 0 19px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 900;
}
.custom_footer-col h3:after {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 4px;
    background: transparent;
    content: '';
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0.2;
}

/* FOOTER - Top Footer - Columns - Contact */
.custom_footer-contact ul {
    display: block;
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
    margin: 16px 0 0;
    padding: 0;
    width: 100%;
}
.custom_footer-contact ul li {
    color: #fff;
    font-size: 1.1em;
    padding-left: 35px;
    position: relative;
    line-height: 150%;
}
.custom_footer-contact ul li i.fa {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}

/* FOOTER - Top Footer - Columns - Vertical Menu */
.custom_footer-col .hs-menu-flow-vertical ul,
.custom_footer-col .hs-menu-flow-vertical ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.custom_footer-col.two .hs-menu-flow-vertical ul li {
    padding-top: 5px;
}
.custom_footer-col .hs-menu-flow-vertical ul li a {
    color: #fff;
    display: inline-block;
    line-height: 145%;
    text-decoration: none;
    width: auto !important;
}

/* FOOTER - Top Footer - Columns - Logos */
.custom_footer-logos {
    text-align: center;
}
.custom_footer-logos #siteseal {
    display: block;
    margin-top: 6px;
}

/* FOOTER - Bottom Footer */
.row-fluid .custom_footer-bottom {
    background: rgba(0,0,0,0.3);
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* FOOTER - Bottom Footer - Copyright */
.custom_copyright p {
    font-size: 0.92em;
    color: rgba(255,255,255,0.4);
    margin: 0;
}

/* FOOTER - Chrome Fix */
@media (-webkit-min-device-pixel-ratio:0) {
    .custom_footer-col h3 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.custom_footer-col .hs-menu-flow-vertical ul li a {
		line-height: 150%;
	}
	.custom_footer-contact ul li {
		line-height: 130%;
	}
	.custom_footer-contact ul li i.fa {
		top: 2px;
	}
}

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


/* =============== Custom Menu Primary =============== */
@media (min-width: 801px) {
    .custom_mobile-group {
        display: none;
    }
    
    /* Primary Menu */
    .custom-menu-primary .hs-menu-wrapper > ul {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        -webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: #fff;
        text-decoration: none;
        z-index: 2;
        position: relative;
        background: inherit;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: 500;
        padding: 20px 16px;
        -webkit-transition: color, background 0.2s;
	-moz-transition: color, background 0.2s;
	-ms-transition: color, background 0.2s;
	-o-transition: color, background 0.2s;
	transition: color, background 0.2s;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding-right: 34px;
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f107";
        position: absolute;
        right: 16px;
        top: 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        background: #1e1e1e;
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
    	background-color: #638CA6;
    	top: 100%;
    	width: 300px;
    	padding: 0 0 6px;
    	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
        z-index: 9999 !important;
        -webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
    	float: none;
    	display: block;
    	margin: 0;
    	position: relative;
    	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li:after {
        display: block;
        position: absolute;
        bottom: 0;
        height: 1px;
        background: rgba(255,255,255,0.03);
        left: 7%;
        right: 7%;
        content: '';
        z-index: 2;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    	background: #1e1e1e;
    	color: #a7a7a7;
    	font-size: 1em;
    	font-weight: normal;
    	padding: 20px 16px;
    	position: relative;
    	text-decoration: none;
    	text-transform: uppercase;
        white-space: normal !important;
    	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
        background: #2b2b2b;
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f107";
        position: absolute;
        right: 16px;
        top: 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
        top: 100% !important;
        left: 0 !important;
    }
    
    /* Second Menu */
    .custom_second-menu .hs-menu-wrapper > ul {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .custom_second-menu .hs-menu-wrapper > ul > li > a {
        display: block;
        padding: 0 20px;
        color: rgba(255,255,255,0.9);
        font-size: 0.86em;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
    	-webkit-transition: color, background 0.2s;
	-moz-transition: color, background 0.2s;
	-ms-transition: color, background 0.2s;
	-o-transition: color, background 0.2s;
	transition: color, background 0.2s;;
    }
    .custom_second-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding-right: 38px;
        position: relative;
    }
    .custom_second-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f107";
        position: absolute;
        right: 20px;
        top: 0;
    }
    .custom_second-menu .hs-menu-wrapper > ul > li:hover > a {
        background: #1a1a1a;
        color: #fff;
    }
    .custom_second-menu .hs-menu-wrapper > ul ul {
    	top: 100%;
    	padding: 0;
    	background: #1a1a1a;
    	width: 245px;
    	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;;
    }
    .custom_second-menu .hs-menu-wrapper > ul ul li {
        display: block;
        position: relative;
        width: 100%;
    }
    .custom_second-menu .hs-menu-wrapper > ul ul li a {
    	display: block;
    	padding: 0px 20px;
        color: #fff;
        background: transparent;
    	font-size: 0.86em;
    	font-weight: 500;
    	text-transform: uppercase;
    	text-decoration: none;
    	white-space: normal !important;
    	-webkit-transition: color, background 0.2s;
	-moz-transition: color, background 0.2s;
	-ms-transition: color, background 0.2s;
	-o-transition: color, background 0.2s;
	transition: color, background 0.2s;;
    }
    .custom_second-menu .hs-menu-wrapper > ul ul li:hover > a {
        color: #fff;
        background: rgba(255,255,255,0.1);
    }
    .custom_second-menu .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f105";
        position: absolute;
        right: 20px;
        top: 0;
    }
}

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

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


/* Vertical Menu */
.body-container .hs-menu-flow-vertical ul li {
    margin: 0;
    padding: 0;
}
.body-container .hs-menu-flow-vertical ul li:before {
    display: none;
}
.body-container .hs-menu-flow-vertical > ul > li > a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 0;
    text-decoration: none;
    white-space: normal !important;
}
.body-container .hs-menu-flow-vertical > ul > li > a:hover,
.body-container .hs-menu-flow-vertical > ul > li.active-branch > a {
    color: #638CA6;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-width: 200px;
    padding: 5px 0;
}
.body-container .hs-menu-flow-vertical > ul ul li a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
    text-decoration: none;
    white-space: normal !important;
    -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;;
}
.body-container .hs-menu-flow-vertical > ul li:hover > ul li a {
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;;
}
.body-container .hs-menu-flow-vertical > ul ul li a:hover,
.body-container .hs-menu-flow-vertical > ul ul li.active-branch > a {
    color: #638CA6;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul {
    padding-left: 10px;
}


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

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

@media (max-width: 800px) {

	/* ===== Mobile Toggle Button ===== */
	.landing-page .mobile-trigger {
	    display: none;
	}
	.mobile-trigger {
    	background-color: #638CA6;
    	display: block;
    	text-align: center;
        color: #f0f0f0;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 19px 0;
        width: 100%;
    }
    .mobile-trigger:hover,
    .mobile-open .mobile-trigger {
    	background: #232323;
    }
    .mobile-trigger i.fa {
        padding-right: 10px;
    }

	/* ===== Mobile Child Toggle Buttons ===== */
	.child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 30px !important;
		min-width: 30px !important;
		height: 22px !important;
		padding: 0 !important;
		text-align: right;
	}
	.child-trigger:hover {
		text-decoration: none;
	}
	.child-trigger i {
		margin: 0 auto !important;
	}
	.child-trigger i:after {
        display: block;
        font-style: normal;
        content: '+';
        color: #fff;
	}
	.child-trigger.child-open i:after {
        content: '-';
	}

	/* ===== Mobile Menu Styles ===== */  
	.custom_mobile-menu ul.hs-menu-children-wrapper {
		visibility: visible !important;
		position: static !important;
		display: none;
	}
	
    .row-fluid .custom_header-top {
    	box-shadow: 0 0px 10px rgba(0,0,0,0.2);   
    }
    
	.custom_mobile-menu .hs-menu-wrapper > ul {
    	display: block;
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
    	width: 100%;
    }
    .custom_main-menu-title h3,
    .custom_second-menu-title h3 {
        font-weight: 700;
        display: block;
        color: #fff;
    	font-family: "Open Sans", sans-serif;
    	font-size: 17px;
    	line-height: 1.3;
    	margin: 0;
        padding: 0 0 20px;
        text-transform: uppercase;
    	opacity: 0;
    	-webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
	-o-transform: translateX(-150px);
    transform: translateX(-150px);;
    	-webkit-transition: transform 0.4s, opacity 0.4s;
	-moz-transition: transform 0.4s, opacity 0.4s;
	-ms-transition: transform 0.4s, opacity 0.4s;
	-o-transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;;
    }
    .custom_second-menu-title h3 {
        padding-top: 40px;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li {
        opacity: 0;
        list-style-type: none;
        padding: 0;
        margin: 0;
    	-webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
	-o-transform: translateX(-150px);
    transform: translateX(-150px);;
    	-webkit-transition: transform 0.4s, opacity 0.4s;
	-moz-transition: transform 0.4s, opacity 0.4s;
	-ms-transition: transform 0.4s, opacity 0.4s;
	-o-transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;;
    }
    .mobile-open .custom_main-menu-title h3,
    .mobile-open .custom_second-menu-title h3,
    .mobile-open .custom_mobile-menu.first .hs-menu-wrapper > ul > li,
    .mobile-open .custom_mobile-menu.second .hs-menu-wrapper > ul > li {
        opacity: 1;
    	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
	-o-transform: translateX(0);
    transform: translateX(0);;
    }
    .mobile-open .custom_mobile-menu.first .hs-menu-wrapper > ul > li:nth-child(1) {
    	-webkit-transition-delay: 0.04s;
    -moz-transition-delay: 0.04s;
	-ms-transition-delay: 0.04s;
	-o-transition-delay: 0.04s;
	transition-delay: 0.04s;;
    }
    .mobile-open .custom_mobile-menu.first .hs-menu-wrapper > ul > li:nth-child(2) {
    	-webkit-transition-delay: 0.08s;
    -moz-transition-delay: 0.08s;
	-ms-transition-delay: 0.08s;
	-o-transition-delay: 0.08s;
	transition-delay: 0.08s;;
    }
    .mobile-open .custom_mobile-menu.first .hs-menu-wrapper > ul > li:nth-child(3) {
    	-webkit-transition-delay: 0.12s;
    -moz-transition-delay: 0.12s;
	-ms-transition-delay: 0.12s;
	-o-transition-delay: 0.12s;
	transition-delay: 0.12s;;
    }
    .mobile-open .custom_mobile-menu.first .hs-menu-wrapper > ul > li:nth-child(4) {
    	-webkit-transition-delay: 0.16s;
    -moz-transition-delay: 0.16s;
	-ms-transition-delay: 0.16s;
	-o-transition-delay: 0.16s;
	transition-delay: 0.16s;;
    }
    .mobile-open .custom_second-menu-title h3 {
    	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;;
    }
    .mobile-open .custom_mobile-menu.second .hs-menu-wrapper > ul > li:nth-child(1) {
    	-webkit-transition-delay: 0.24s;
    -moz-transition-delay: 0.24s;
	-ms-transition-delay: 0.24s;
	-o-transition-delay: 0.24s;
	transition-delay: 0.24s;;
    }
    .mobile-open .custom_mobile-menu.second .hs-menu-wrapper > ul > li:nth-child(2) {
    	-webkit-transition-delay: 0.28s;
    -moz-transition-delay: 0.28s;
	-ms-transition-delay: 0.28s;
	-o-transition-delay: 0.28s;
	transition-delay: 0.28s;;
    }
    .mobile-open .custom_mobile-menu.second .hs-menu-wrapper > ul > li:nth-child(3) {
    	-webkit-transition-delay: 0.32s;
    -moz-transition-delay: 0.32s;
	-ms-transition-delay: 0.32s;
	-o-transition-delay: 0.32s;
	transition-delay: 0.32s;;
    }
    .mobile-open .custom_mobile-menu.second .hs-menu-wrapper > ul > li:nth-child(4) {
    	-webkit-transition-delay: 0.36s;
    -moz-transition-delay: 0.36s;
	-ms-transition-delay: 0.36s;
	-o-transition-delay: 0.36s;
	transition-delay: 0.36s;;
    }
    .mobile-open .custom_mobile-menu.second .hs-menu-wrapper > ul > li:nth-child(5) {
    	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;;
    }
    .mobile-open .custom_mobile-menu.second .hs-menu-wrapper > ul > li:nth-child(6) {
    	-webkit-transition-delay: 0.44s;
    -moz-transition-delay: 0.44s;
	-ms-transition-delay: 0.44s;
	-o-transition-delay: 0.44s;
	transition-delay: 0.44s;;
    }
    .mobile-open .custom_mobile-menu.second .hs-menu-wrapper > ul > li:nth-child(7) {
    	-webkit-transition-delay: 0.48s;
    -moz-transition-delay: 0.48s;
	-ms-transition-delay: 0.48s;
	-o-transition-delay: 0.48s;
	transition-delay: 0.48s;;
    }
	.custom_mobile-menu .hs-menu-wrapper > ul > li {
	    display: block;
        float: none;
        width: 100%;
    }
	.custom_mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
        position: relative;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li > a {
        display: block;
        padding-right: 30px;
    	font-weight: 300;
        margin: 0 0 30px;
    	font-size: 17px;
    	line-height: 1.3;
        color: rgba(255,255,255,0.6);
        text-decoration: none;
    	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li > a:hover {
        color: #fff;
    }
    .custom_mobile-menu.second .hs-menu-wrapper > ul > li:last-child > a {
        margin: 0;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul {
        padding-left: 16.35%;
        opacity: 0.7 !important;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul li a {
        display: block;
    	font-weight: 300;
        margin: 0 0 30px;
        padding: 0;
    	font-size: 17px;
    	line-height: 1.3;
        color: rgba(255,255,255,0.6);
        text-decoration: none;
        white-space: normal !important;
    	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul li a:hover {
        color: #fff;
    }
    
        
}





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

/* =============== General Blog Styles =============== */
.blog .body-container .row-fluid .page-center,
.news .body-container .row-fluid .page-center {
    position: relative;
}
.blog .body-container .row-fluid .page-center:before,
.news .body-container .row-fluid .page-center:before {
    display: block;
    content: '';
    right: 27.66%;
    width: 1px;
    height: 100%;
    background: transparent;
    z-index: 0;
    border-right: 1px dotted #ccc;
    position: absolute;
    top: 0px;
}
.row-fluid .blog-content {
    float: left;
    margin: 0;
}
.row-fluid .blog-content.span8 {
    width: 69.702%;
}
.blog .hs-blog-header h1 {
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -2px;
	text-transform: none;
	display: block;
	margin: 0 0 40px;
	padding: 4px 0 10px;
	color: #444;
}
.blog .post-listing .post-item {
    display: table;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    width: 100%;
}
.blog .post-listing .post-item .post-left {
	font-size: 1.6em;
	width: 42.5%;
	float: left;
}
.blog .post-listing .post-item .post-right {
	margin-left: 47%;
}
.blog .post-listing .post-item .post-right #hubspot-topic_data {
	font-family: 'PT Sans Narrow', sans-serif;
	display: block;
	line-height: 1;
	margin: 0 0 5px;
	font-size: 1.3em;
	text-transform: uppercase;
}
.blog .post-listing .post-item .post-right #hubspot-topic_data a {
	color: #17A697;
	text-decoration: none;
}
.blog .post-listing .post-item .post-right #hubspot-topic_data a:hover {
	color: #232323;
}
.blog .post-header h2,
.blog .post-listing-simple h2 {
	color: #444444;
	font-weight: 600;
	display: block;
	margin: 0 0 12px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.6em;
}
.blog .post-header h2 a,
.blog .post-listing-simple h2 a {
	color: inherit;
	text-decoration: none;
}
.blog .post-header h2 a:hover,
.blog .post-listing-simple h2 a:hover {
	color: #638CA6;
}
.blog .post-listing .post-item .post-body {
    display: inline-block;
    width: 100%;
}
.blog .post-listing .post-item .post-body p {
    display: block;
	line-height: 1.5;
    margin: 0 0 15px;
    font-size: 1.1em;
    color: #737373;
}
.blog a.more-link {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 100%;
}
.blog a.more-link i.fa {
    padding-left: 6px;
}
ul.blog-pagination {
    clear: both;
    display: block;
	list-style-type: none;
	margin: 0;
    padding: 0;
    text-align: center;
    cursor: default;
	width: 100%;
}
ul.blog-pagination li {
	display: inline-block;
	width: auto;
}
ul.blog-pagination li a {
	display: inline-block;
	color: #444444;
	text-shadow: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 100%;
	padding: 12px 15px;
	border-radius: 30px;
	background: transparent;
	border: 1px solid #444444;
	margin: 0 1px;
	text-decoration: none;
}
ul.blog-pagination li:not(.prev) a:hover,
ul.blog-pagination li:not(.next) a:hover,
ul.blog-pagination li.active > a {
    cursor: default;
	background: #444444;
	color: #fff;
}
ul.blog-pagination li.prev > a,
ul.blog-pagination li.next > a {
	border-radius: 0px;
	border: 0px;
	font-weight: 600;
	background: transparent;
	color: #444444;
	text-transform: uppercase;
	font-size: 0.9em;
}
ul.blog-pagination li.prev i.fa {
    padding-right: 8px;
}
ul.blog-pagination li.next i.fa {
    padding-left: 8px;
}
ul.blog-pagination li.prev > a:hover,
ul.blog-pagination li.next > a:hover {
	text-decoration: underline;
}
#hubspot-author_data .hs-author-avatar {
	margin-top: 10px;
}
#hubspot-author_data .hs-author-social-section {
	margin-top: 22px;
}
.blog.hs-blog-post .hs-blog-header {
    display: none;
}
.blog .post-banner-image img {
    margin-bottom: 25px;
}
.blog.hs-blog-post #hubspot-topic_data {
    display: block;
    line-height: 1;
    margin: 0 0 5px;
    font-size: 1.3em;
    text-transform: uppercase;
}
.blog.hs-blog-post #hubspot-topic_data a {
	color: #17A697;
}
.blog .post-header h1 {
	color: #1a1a1a;
    display: block;
	font-size: 2.5em;
	font-weight: 700;
    margin: 0;
}
.blog .date {
	display: block;
	margin-top: 8px;
	font-size: 1.2em;
	color: #9c9c9c;
}
.blog .date a {
    color: inherit;
}
.blog .date a:hover {
	color: #638CA6;
}
.blog.hs-blog-post .post-body {
    display: block;
    clear: both;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #dadada;
}

/* Other Blog Styles */
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#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%;
}
.blog .hs-featured-image-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.blog .hs-featured-image-wrapper .hs-featured-image-link {
    display: inline-block;
    overflow: hidden;
}
.blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	display: block !important;
	float: none;
	margin: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;;
}
/* IE Fix */
@media all and (-ms-high-contrast:none) {
	.blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    	max-height: none;
    	width: 100%;
    }
}
.blog .hs-featured-image-wrapper:hover .hs-featured-image-link img.hs-featured-image {
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);;
}
.hs-blog-social-share {
	padding: 10px 0 0 0;
	height: auto;
}
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.hs-blog-post #comment-form form ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display > span {
	position: relative;
    top: -2px;
}
.hs-blog-post #comment-form form .hs-button {
	margin-top: 15px;
}


/* =============== News Blog Styles =============== */
.news .hs-blog-header h1 {
	font-size: 2.76em;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -2px;
	text-transform: none;
	display: block;
	margin: 0 0 40px;
	padding: 4px 0 10px;
	color: #1a1a1a;
}
.news .post-listing .post-item {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 36px;
    margin-bottom: 35px;
}
.news .post-listing .post-item .post-inner {
    display: table;
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.news .post-listing .post-item .post-left {
    float: left;
    padding: 0 15px;
    width: 25%;
}
.news .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	display: block !important;
	float: none;
	margin: 0;
}
.news .post-listing .post-item .post-right {
    float: right;
    padding: 0 15px;
    width: 75%;
}
.news .post-listing .post-item .post-right .date {
    margin: 0 0 15px;
    font-size: 1.15em;
    line-height: 1.5;
    color: #737373;
}
.news .post-header h2,
.news .post-listing-simple h2 {
    margin: 0 0 15px;
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.5;
    color: #737373;
}
.news a.more-link {
    display: inline-block;
    font-size: 1.15em;
    line-height: 1.5;
}
.news.hs-blog-post .hs-blog-header {
    display: none;
}
.news .post-header h1 {
    font-size: 2.76em;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -2px;
	text-transform: none;
	display: block;
	margin: 0 0 40px;
	padding: 4px 0 10px;
	color: #1a1a1a;
}

/* =============== Blog Sidebar =============== */
.row-fluid .blog-sidebar {
    float: left;
    margin: 0 0 0 5%;
    position: relative;
}
.row-fluid .blog-sidebar.span4 {
    width: 25.2%;
}
.blog-sidebar .row-fluid .custom_sidebar {
    margin-top: 0;
}
.blog-sidebar h3:first-child {
    display: block;
    padding: 11px 16px;
    color: #444444;
    font-weight: 600;
    font-size: 1.3em;
    background-color: #E4E4E4;
    border-left: 3px solid #3c98ca;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.blog-sidebar h3:first-child a {
    color: inherit;
    text-decoration: none;
}
.blog-sidebar h3:first-child a:hover {
    color: #638CA6;
}

/* =============== 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;
}
.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%;
}
.hs-author-profile .hs-author-bio {
	overflow: hidden;
	padding-top: 15px;
}
.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px 0;
}
.hs-author-profile .hs-author-social-section {
    margin: 15px 0 0;
}


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


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

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

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

/* Form Title */
h3.form-title {}

/* Labels and Legends */
.hs-form-field > label,
.body-container .widget-type-google_search label {
    display: block;
    border: none;
    color: #000;
    vertical-align: top;
    line-height: 17px;
}
.hs-form-required {
    border: none;
    color: red;
    vertical-align: top;
}

/* 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 {
    border-radius: 0px;
	display: block;
	min-height: 24px;
	border: 1px solid #ccc;
	padding: 0 3px;
	color: #000;
	font-family: MS Shell Dlg \32, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 18px;
	width: 100%;
}

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: #B3B3B3;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 102px;
}
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 */
form .hs-input.error,
form .hs-input.invalid {
    border-color: red;
}
form ul.hs-error-msgs {
    margin: -10px 0 10px !important;
}
form ul.hs-error-msgs li 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;
	color: #767676;
	display: inline-block;
	min-height: 39px;
	font-family: Segoe UI;
	font-size: 20px;
	line-height: 32px;
	padding: 0 20px 5px;
	vertical-align: middle;
	font-weight: 400;
	border: 1px solid #959595;
	border-radius: 5px;
	background: transparent;
	text-align: center;
	width: auto;
}
.hs_submit .hs-button.primary.large {
    line-height: 30px;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #fff;
    border: 1px solid #919191;
    background: #7A7A7A;
    background: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);
    background: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);
    background: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);
    background: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);
    background: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);
    box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;
}

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


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

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

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

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


.error-template,
.password-template,
.subscription-template {}

.subscription-template .checkbox-row input {
	position: relative;
	top: 5px;
}
.subscription-template .email-prefs .item .item-inner * {
	line-height: 20px;
}


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

@media (max-width: 1210px) {
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
        width: 97%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 1em;
        padding: 16px 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding-right: 38px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        right: 20px;
        top: 16px;
    }
    .custom_second-menu .hs-menu-wrapper > ul > li > a,
    .custom_second-menu .hs-menu-wrapper > ul ul li a {
        font-size: 0.8em;
        line-height: 38px;
    }
}

@media (max-width: 1080px) {
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 970px) {
    body, div, p, a, table, td {
        -webkit-text-size-adjust: none;
        letter-spacing: .015em;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 16px 13px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding-right: 31px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        right: 13px;
    }
    .custom_second-menu .hs-menu-wrapper > ul > li > a,
    .custom_second-menu .hs-menu-wrapper > ul ul li a {
        padding: 0 13px;
    }
    .custom_second-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding-right: 31px;
    }
    .custom_second-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        right: 13px;
    }
    .body-container .hs_cos_wrapper_type_rich_text li {
        font-size: 1.2em;
    }
    .body-container .hs_cos_wrapper_type_rich_text .event-info-box .event-meta ul li {
        font-size: 1em;
    }
}

@media (min-width: 801px) and (max-width: 899px) {
    table.against-fraud-table thead tr th,
    table.against-fraud-table tr td {
    	width: auto;
    }
}

@media (max-width: 800px) {
    .row-fluid .custom_header-right {
	    display: none;
	}
	.mobile-load {
	    background: #333333;
        position: fixed;
        -webkit-perspective: 1500px;
        perspective: 1500px;
        height: 100%;
        width: 100%;
	}
	.custom_mobile-group {
        font-size: 17px;
    	top: 50%;
    	width: 100%;
    	display: block;
        position: absolute;
        height: auto;
        line-height: 130%;
        max-height: 90%;
        z-index: -1;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);;
    }
    .custom_mobile-group .mobile-inner {
        height: 90vh;
        padding-right: 10%;
        padding-left: 0;
        width: 6.8em;
    }
    .mobile-load .custom_mobile-group {
    	overflow: hidden;
    }
    .mobile-load .custom_mobile-group .mobile-inner {
        padding-left: 15%;
    	left: 0%;
    	overflow: hidden;
        max-width: 25.67em;
        width: 100%;
    }
    .mobile-open .custom_mobile-group {
    	z-index: 1;
    }
    .mobile-open .custom_mobile-group .mobile-inner {
        overflow-y: auto;
    }
    #site-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        background: rgba(0,0,0,0.2);
    	-webkit-transition: opacity 0.4s, height 0s 0.4s;
	-moz-transition: opacity 0.4s, height 0s 0.4s;
	-ms-transition: opacity 0.4s, height 0s 0.4s;
	-o-transition: opacity 0.4s, height 0s 0.4s;
	transition: opacity 0.4s, height 0s 0.4s;;
    }
    .mobile-load #site-wrapper {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid rgba(0,0,0,0);
        z-index: 10;
        -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    -moz-transform: translateZ(0) translateX(0) rotateY(0deg);
    -ms-transform: translateZ(0) translateX(0) rotateY(0deg);
	-o-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);;
        -webkit-transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-ms-transition: transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;;
    }
    .mobile-open #site-wrapper {
    	-webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    	-webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    -moz-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    -ms-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
	-o-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);;
    	-webkit-transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-ms-transition: transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;;
    }
    .mobile-open #site-wrapper:after {
        opacity: 1;
        height: 101%;
    	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;;
    }
    .row-fluid .custom_logo {
        display: block;
        padding: 32px 27px;
        width: 100%;
    }
    .two-column.right .body-container .row-fluid .page-center:before,
    .blog .body-container .row-fluid .page-center:before,
    .news .body-container .row-fluid .page-center:before {
        display: none;
    }
    .two-column.right .row-fluid .main-content,
    .two-column.right .row-fluid .sidebar.right,
    .row-fluid .blog-content,
    .row-fluid .blog-sidebar {
        float: none;
        margin: 0;
    	width: 100%;
    }
    .two-column.right .row-fluid .main-content.span8,
    .two-column.right .row-fluid .sidebar.right.span4,
    .row-fluid .blog-content.span8,
    .row-fluid .blog-sidebar.span4 {
        width: 100%;
    }
    .two-column.right .row-fluid .sidebar.right,
    .row-fluid .blog-sidebar {
        margin: 35px 0 0;
        padding-top: 30px;
        border-top: 2px solid rgba(0,0,0,0.05);
    }
    .blog .post-listing .post-item {
        padding-bottom: 31px;
    }
    .row-fluid .custom_footer-col,
    .row-fluid .custom_footer-col:nth-child(3n+1) {
        float: none;
        margin: 0 0 50px;
        width: 100%;
    }
    .row-fluid .custom_footer-col:last-child {
        margin: 0;
    }
    .custom_footer-contact ul {
        margin-bottom: 2px;
    }
    
    .mobile-load .custom_mobile-group .mobile-inner {max-width: 70%;}
    
    .child-trigger,
    .custom_main-menu-title h3, 
    .custom_second-menu-title h3,
    .custom_mobile-menu .hs-menu-wrapper > ul > li > a {font-size: 26px;}
}

@media screen and (max-width: 31em), screen and (max-height: 36.2em) {
	.mobile-load .custom_mobile-group .mobile-inner {max-width: 25.67em}
	.custom_main-menu-title h3, 
	.custom_second-menu-title h3,
	.custom_mobile-menu .hs-menu-wrapper > ul > li > a {font-size: 17px;}

	.child-trigger {font-size: 17px;}
}

@media screen and (max-height: 31.6em) {
    .custom_mobile-menu .hs-menu-wrapper > ul ul li a,
    .custom_mobile-menu .hs-menu-wrapper > ul > li > a {margin-bottom: 20px;}
}

@media (max-width: 767px) {
    .body-container .hs-menu-flow-vertical.flyouts > ul ul {
        background-color: transparent;
        border: 0 none;
        border-radius: 0;
        min-width: 100%;
        padding: 0 0 0 10px;
    }
    .sidebar.right {
        margin-top: 40px;
    }
    .news .post-listing .post-item .post-left,
    .news .post-listing .post-item .post-right {
        float: none;
        width: 100%;
    }
    .custom_contact-page .main-content .row-fluid .main-content-inner {
        float: none;
        padding: 0;
        width: 100%;
    }
    
    body.custom_home-page .slick-slider .slick-bg-image {height: 50vw;}
    body.custom_home-page .slick-slider .caption {padding: 10px;}
    body.custom_home-page .slick-slider .caption h1 {font-size: 7vw;line-height: 1;}
    body.custom_home-page .slick-slider .caption h1.small {font-size: 5vw;}
    body.custom_home-page .slick-slider .caption .tag {font-size: 4vw;line-height: 1;}
}

@media (max-width: 600px) {
    .container-fluid .row-fluid .page-center {
        width: 92%;
    }
    .custom_header-top .row-fluid .page-center {
        width: 100%;
    }
    .row-fluid .custom_header-top {
        padding-top: 0;
    }
    .blog .post-listing .post-item .post-left {
        float: none;
        margin: 0 0 20px;
    	width: 100%;
    }
    .blog .post-listing .post-item .post-right {
        margin-left: 0;
    }
    table.working-group-table,
    table.working-group-table tr,
    table.working-group-table th,
    table.working-group-table td {
        display: block;
        width: 100%;
    }
    
    .custom_home-rss > span > h3 a {display: none;}
    .custom_home-rss .hs-rss-item {
    	float: none;
    	display: block;
    	width: 100%;
    	margin-left: 0px;
    	clear: both;    
    }

    
}

@media (max-width: 499px) {
    .custom_mobile-group .mobile-inner {
        padding-right: 25%;
    }
}

@media (max-width: 480px) {
	.hs-author-profile .hs-author-avatar {
		margin: 15px 0;
		float: none;
	}
	.hs-author-profile .hs-author-bio {
		padding-top: 0;
	}
	.custom_contact-page .main-content .row-fluid form .form-columns-2 .hs-form-field .hs-input,
    .custom_contact-page .main-content .row-fluid form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
}

@media (max-width: 479px) {
    a img.alignright {
        clear: both;
        display: block;
        float: none;
        margin: 5px 0 20px auto;
    }
}

@media (max-width: 320px) {
    .body-container .hs_cos_wrapper_type_header h1,
    .blog .hs-blog-header h1,
    .news .post-header h1 {
        font-size: 1.8em;
    }
    
    .custom_home-rss > span > h3 strong {font-size: 1.5em;}
}