/* ==========================================================================
   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=Playfair+Display:400,400i,700,700i|Source+Sans+Pro:400,400i,700,700i|Ubuntu+Condensed'); 
@font-face {
  font-family: 'icomoon';
  src:  url('//cdn2.hubspot.net/hubfs/2885796/CardNotPresent_November2018/fonts/icomoon/icomoon.eot') format('embedded-opentype'),
      url('//cdn2.hubspot.net/hubfs/2885796/CardNotPresent_November2018/fonts/icomoon/icomoon.woff2') format('woff2'),
      url('//cdn2.hubspot.net/hubfs/2885796/CardNotPresent_November2018/fonts/icomoon/icomoon.ttf') format('truetype'),
      url('//cdn2.hubspot.net/hubfs/2885796/CardNotPresent_November2018/fonts/icomoon/icomoon.woff') format('woff'),
      url('//cdn2.hubspot.net/hubfs/2885796/CardNotPresent_November2018/fonts/icomoon/icomoon.svg') format('svg');
      font-weight: normal;
      font-style: normal;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  font-size: 16px;
  background: #f1f1f1;
  color: #4a4a4a;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}

/* Highlighted Text */
::-moz-selection {
  background: rgba(1, 46, 69, 0.7);
  color: white;
  text-shadow: none;
}
::selection {
  background: rgba(1, 46, 69, 0.7);
  color: white;
  text-shadow: none;
}

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

/* Basic text */
p {
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.6;
    margin:0;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;  
}
body li, body p, body td {
    font-size: 0.96875rem;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-family: "Ubuntu Condensed", sans-serif;
  color: #222222;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 2rem;
}
h2 {
  border-bottom: 2px solid #01354f;
  padding-bottom: 5px;
  color: #01354f;
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
  color: #0279b4;
}
h4 {
  font-size: 1.25rem;
  color: #039ae6;
}
h5 {
	font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a {
  color: #e4730a;
  line-height: inherit;
  text-decoration: none;
    transition: all 300ms ease-out;  
}
a:hover, a:focus {
  color: #01354f;
}

/* Lists */
ul, ol {
	margin:0 0 15px;
  padding:0;
}
dl, ol, ul {
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}
ul, ol {
    margin-left: 1.1rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

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

.widget-span.custom-header-tag {
    width: 41.66667%;
    display: block;
    padding-top: 20px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative;
    text-align: center;
}
.custom-lp-header .custom-header-top {
    padding-bottom: 2px;
}

.widget-span.custom-header-tag h4 {
    color: #01354f;
    font-size: 1.25rem;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}

.widget-span.custom-header-icons-wrapper {
    padding-top: 20px;
    text-align: center;
    width: 25%;
    margin-left: 0;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.span3.widget-span.widget-type-cell.custom-header-icons-wrapper {}

.custom-header-social-icons ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.6;
    list-style: none;
}

.custom-header-social-icons ul li {
    list-style: none;
    width: 25%;
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 0;
    font-size: 0.96875rem;
}

.custom-header-social-icons ul li a span {
    font-family: "icomoon";
}

.facebook:before {
    content: "\f09a";
}

.twitter:before {
    content: "\f099";
}

.linkedin:before {
    content: "\f0e1";
}

.youtube:before {
    content: "\f16a";
}

.custom-header-social-icons ul:after, .custom-header-social-icons ul:before {
    content: " ";
    display: table;
}

.custom-header-social-icons ul:after {
    clear: both;
}

.widget-span.custom-header-top-links {
    width: 33.33333%;
    float: right;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: 0;
  	text-align:center;
}

.widget-span.custom-header-top-links .hs-menu-wrapper > ul {
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.6;
}

.widget-span.custom-header-top-links .hs-menu-wrapper > ul li {
    margin: 0 2px;
    padding: 5px 10px;
    display: inline-block;
    background: #FFFFFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #01354f;
    border-bottom: 0;
    transition: all 300ms ease-out;
    font-size: 0.96875rem;
    float: none;
}

.widget-span.custom-header-top-links .hs-menu-wrapper > ul li a {
    color: #FFFFFF;
    font-weight: bold;
    transition: all 300ms ease-out;
}

.widget-span.custom-header-top-links .hs-menu-wrapper > ul li a img {
    transition: all 300ms ease-out;
    display: inline-block;
    vertical-align: middle;
}

.widget-span.custom-header-top-links .hs-menu-wrapper > ul li a span {
    display: none;
}

.widget-span.custom-header-top-links .hs-menu-wrapper > ul li:first-child {
    background: #01354f;
}

.widget-span.custom-header-bottom {
    border-top: 15px solid #01354f;
    transition: all 300ms ease-out;
    font-family: "Ubuntu Condensed", sans-serif;
    background: #FFFFFF;
    width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul:after,
.custom-menu-primary .hs-menu-wrapper > ul:before {
    content: " ";
    display: table;
}

.custom-menu-primary .hs-menu-wrapper > ul:after {
    clear: both;
}

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

.body-container-wrapper {}
.body-container {
	margin-top:50px;
	margin-bottom:39px;
}

#site-wrapper{
  box-shadow: 0 1px 2px 0 #b3b3b3;
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}

.blog #site-wrapper{
	box-shadow:none;
}

.body-container .page-center{
  padding: 30px 15px;
  background: #FFFFFF;
}


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


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

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

.widget-span.custom-footer-bottom {
  background: black;
  padding: 10px 0 15px;
}

.widget-span.custom-footer-logo {
  float: right !important;
  text-align: right;
}

.widget-span.custom-footer-logo img {
  display: inline-block;
  vertical-align: middle;
}

.widget-span.custom-footer-middle {
  background: #01354f;
  padding: 11px 10px 10px;
}

.widget-span.custom-footer-powered {
  width: 25%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}

.widget-span.custom-footer-menu {
  width: 75%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 0;
  float: right;
}
.custom-lp-footer .widget-span.custom-footer-menu {
    width: 100%;
}

.widget-span.custom-footer-powered p {
  margin: 0;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul li a {
  color: #FFFFFF;
  transition: all 300ms ease-out;
  white-space:normal;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul li {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding: 0 0.625rem 0;
  list-style: none;
  width: 20%;
  float: left;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul {
  padding-top: 7px;
  text-align: center;
  margin: 0 -0.625rem;
  width: auto;
}

.widget-span.custom-footer-top {
  background: #014668;
}

.widget-span.custom-footer-copyright p {
  color: #FFFFFF;
  font-size: 0.75rem;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
}

/* Footer Search */

.custom-site-search {
  position: fixed;
  bottom: -180px;
  left: 0;
  background: #01354f;
  z-index: 9999;
  width: 100%;
  padding: 50px;
  border-top: 5px solid #067d95;
  transition: all 300ms ease-out;
}

.custom-site-search form {
  margin: 20px auto 0;
}

.custom-form-input {
    width: 91.66667%;
    position: relative;
    float: left;
}
.custom-form-input input[type="text"] {
    border-radius: 0;
    font-style: italic;
    font-size: 0.875rem;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
}
.custom-form-input input[type="text"]:focus {
    box-shadow: none;
    background: #fafafa;
    border-color: #999999;
    outline: none;
}

.custom-form-button {
    float: right;
    width: 8.33333%;
    position: relative;
}

.custom-site-search form .page-center:before {
    content: " ";
    display: table;
}

.custom-site-search form .page-center:after {
    content: " ";
    display: table;
    clear: both;
}

.custom-form-input input#searchTextBox {
    font-style: italic;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
    overflow: visible;
}

.custom-form-button span.searchsubmit {
    margin: 0;
    position: relative;
    background: none;
    display: block;
}

.custom-form-button span.searchsubmit input {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    margin: 0;
    position: relative;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    box-shadow: none;
}

.custom-form-button span.searchsubmit:after {
    font-family: "icomoon";
    content: "\f002";
    display: block;
    position: absolute;
    left: 25px;
    top: -8px;
    font-size: 1.875rem;
    text-shadow: 0 0 1px #666666;
    color: #FFFFFF;
    transition: all 300ms ease-out;
}

.custom-form-input input[type="text"]::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
.custom-form-input input[type="text"]:-moz-placeholder {
    color: inherit;
    opacity: 0.54;
} 
.custom-form-input input[type="text"]::-moz-placeholder {
    color: inherit;
    opacity: 0.54;
} 
.custom-form-input input[type="text"]:-ms-input-placeholder {
    color: inherit;
    opacity: 0.54;
} 

.custom-footer-icons {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    opacity: .5;
    transition: all 300ms ease-out;
}

.custom-search-container {
    transition: all 300ms ease-out;
    border-radius: 3px;
    background: #067d95;
    padding: 10px;
    height: 50px;
    width: 50px;
    margin: 10px 0;
    position: relative;
    cursor: pointer;
}

.custom-search-container:hover {
    background: #045464;
}

.custom-search-container a {
    height: 100%;
    width: 100%;
    display: block;
    transition: all 300ms ease-out;
    line-height: inherit;
    text-decoration: none;
}

.custom-search-container a span.searchTrigger {
    position: absolute;
    top: 10px;
    left: 15px;
}

.custom-search-container a span.searchTrigger:before {
    font-size: 1.25rem;
    color: #FFFFFF;
    text-shadow: 0 0 1px #666666;
    content: "\f002";
    font-family: "icomoon";
}

.custom-footer-icons:hover {
    opacity: 1;
}

div#back-to-top {
    transition: all 300ms ease-out;
    background: #01354f;
    padding: 5px;
    border-radius: 3px;
    height: 0;
    opacity: 0;
    margin: 10px 0;
    position: relative;
    display: block !important;
}

div#back-to-top a {
    border-radius: 3px;
    height: 100%;
    width: 100%;
    display: block;
}

div#back-to-top a span.bttTrigger {
    left: 17px;
    top: 5px;
    position: absolute;
}

div#back-to-top a span.bttTrigger:before {
    font-size: 1.5625rem;
    color: #FFFFFF;
    text-shadow: 0 0 1px #666666;
    content: "\f106";
    font-family: "icomoon";
}

#back-to-top.loader {
    height: 50px;
    opacity: 1;
}

div#back-to-top:hover {
    background: #00131d;
}

.active-search .custom-site-search {
    display: block;
    left: 0;
    bottom: 0;
    height: 100%;
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.active-search .custom-site-search form {
    padding: 25% 0;
}

.active-search .custom-search-container a span.searchTrigger:before {
    content: "\f00d";
}

.custom-form-button span.searchsubmit:hover:after {
    color: #067d95;
}

.active-search .custom-search-container a span.searchTrigger {
    left: 17px;
}

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

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  white-space: nowrap;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
  list-style-type: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #01354f;
  display: block;
  padding: 28px 22px;
  transition: all 300ms ease-out;
  font-family: "Ubuntu Condensed", sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  position: relative;
  padding: 0;
  float: none;
  width: 100%;
  background: #01354f;
  text-align: left;
  white-space: nowrap;
  font-size: 1.125rem;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  transition: all 300ms ease-out;
  padding: 5%;
  font-size: 0.875rem;
  color: #FFFFFF!important;
  border-bottom: 1px solid #0279b4;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
  background: #012e45;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(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:1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:after {
      content: "";
      top: 0;
      right: 0;
      position: absolute;
      width: 0;
      height: 0;
      z-index: 998;
      opacity: .75;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(2):after {
      border-top: 0px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 20px solid #ac78ca;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(3):after {
      border-top: 0px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 20px solid #f35b5b;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(4):after {
      border-top: 0px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 20px solid #e7d075;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(5):after {
      border-top: 0px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 20px solid #a6d895;
    }
  
    .custom-mobile-header{
      display:none !Important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
      background: url("//cdn2.hubspot.net/hubfs/2885796/Card_Not_Present_December2018/Image/cnp.png") no-repeat;
      background-position: top center;
      background-size: contain;
      display: block;
      height: 100%;
      width: 100% !important;
      padding: 35px;
      position: absolute;
      left: 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
      display: block;
      height: 100%;
      padding: 10px 0;
      width: 200px;
      text-indent: -99999px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {      
    background: linear-gradient(-45deg, #f68d2b, #f37343);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    padding: 12px;
    text-shadow: 0 0 1px #666666;
    color: #FFFFFF;
    text-align: center;    
      
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
      padding: 15px 10px;
      transition: all 300ms ease-out;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
      padding: 0;
      border: none;
      width: 250px;
      text-align: left;
      -webkit-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -ms-animation-name: fadeInDown;
      -o-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      -o-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -ms-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      margin-left: 1.25rem;
      opacity: 1 !important;
      visibility: visible !important;
      display: none !important;
      top: 84px;
      z-index: 9 !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
      display: block !important;
    }
  
  	/* Header Fixed */
  
  .custom-header-bottom.stuck-header {
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #fff;
    z-index: 999;
    transition: top 0.4s ease-in-out;
  }
  .custom-header-bottom.stuck-header {
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #fff;
    z-index: 999;
    transition: top 0.4s ease-in-out;
  }

  .fixed .custom-header-bottom.stuck-header {
    top: 0;
    border-top: none;
  }


  @keyframes Gradient {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    to {
      background-position: 0% 50%
    }
  }

  .hs-slider-mobile-image {
      display:none !important;
  }
  
  
}


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

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

@media (max-width: 1024px){

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

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

  .mobile-trigger {
      display: inline-block !important;
      cursor: pointer;
      width: 8.33333%;
      position: absolute;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: none;
      width: auto;
      background: #fff;
      margin-bottom: 0;
      right: 13px;
      top: 10px;
  }
  
  .mobile-trigger a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
    cursor: pointer;
    color: #01354f;
    text-decoration: none;
    left: auto;
    text-align: center;
    text-indent: 0px;
    font-size: 18px;
    line-height: 22px;
    display: block;
    font-weight: 700;
    margin: auto;
    text-decoration: none;
  }


  .mobile-trigger a.meanmenu-reveal span {
    display: block;
    background: #01354f;
    height: 3px;
    margin-top: 3px;
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -ms-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .mobile-trigger a.meanmenu-reveal:before {
    content: "";
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -ms-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .mobile-open .mobile-trigger a.meanmenu-reveal:before {
    content: "X";
  }
  

  .mobile-open .mobile-trigger a.meanmenu-reveal span {
    display: none;
  }

  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -moz-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      -o-transform: translateX(2000px);
      transform: translateX(2000px)
    }

    to {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0)
    }
  }
  
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    margin-top: 1px;
    width: 26px;
    height: 19px;
    padding: 12px!important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    z-index: 2;
    font-weight: 700;
    background: none;
    font-size: 18px;
    color: #fff;
    font-family: "Ubuntu Condensed", sans-serif;
    text-decoration: none;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
       transition: all 300ms ease-out; 
  }

  .child-trigger:before {
    content: "\f107";
    font-family: "icomoon";
  }
  
  .child-trigger.child-open:before {
    content: "\f106";
    font-family: "icomoon";
  }
  
  .child-trigger:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 10px;
    left: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #01354f;
    width: 100%; /* Full screen width */
  }
  
  .widget-span.custom-header-bottom .page-center {
    min-height: 0;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    width: 100% !important;
    border-top: 1px solid #999999;
    position: relative;
    line-height: 1.6;
    float: left !important;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    display: block;
    float: left;
    width: 100% !important;
    padding: 10px 22px !important;
    margin: 0;
    text-align: left;
    color: #fff;
    font-family: "Ubuntu Condensed", sans-serif;
    text-decoration: none;
    line-height: inherit;
    font-size: 0.96875rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background: rgba(255, 255, 255, 0.1);
  }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
      background: rgba(255, 255, 255, 0.1);
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    position: relative;
    float: left;
    width: 100% !important;
    border-top: 1px solid #999999;
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    width: 100% !important;
    padding: 10px 50px 10px 50px !important;
    text-shadow: none!important;
    visibility: visible;
    border-bottom: none;
    font-size: 0.96875rem;
  }

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

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


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.blog.hs-blog-post #site-wrapper {
    max-width: 100%;
}

/* Blog Listing */

.blog .body-container .page-center {
  padding: 30px 15px;
  background: transparent;
  box-shadow: none;
}

.widget-span.custom-blog-top-section {
  padding: 20px;
  background: #FFFFFF;
  margin-bottom: 30px;
  box-shadow: 0 1px 2px 0 #b3b3b3;
}

.widget-span.custom-blog-top-section p {
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  font-family: inherit;
  font-size: 0.96875rem;
  margin-top: 0;
}

.post-item:after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 998;
  opacity: .75;
  transition: all 300ms ease-out;
  border-top: 0px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #ac78ca;
}
.post-item.security:after {
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #e7d075;
}
.post-item.fraud:after {
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #f35b5b;
}
.post-item.economic-trends:after {
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #a6d895;
}
.post-item.feature-articles:after {
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #f68d2b;
}


.post-item:hover:after {
    top: -5px;
}

.custom-post-item {
  display: inline-block;
  padding: 0;
  transition: all 250ms;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #FFFFFF;
  margin-bottom: 24px;
  width: 100%;
}

.post-item.no-post-img .post-content-group {
    width: 100%;
}
.hs-all-post-inner {
    padding: 10px 15px;
}

.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    border-right: 3px solid transparent;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all 300ms ease-out;
    display: inline-block;
    vertical-align: middle;
  	object-fit: cover;
   	object-position: 50% 50%;
    max-width: 300px;
    width: 100%;  
}

.post-item .hs-featured-image-wrapper a {
    position: relative;
    display: block;
    height: 297px;
    overflow: hidden;
    border-right: 3px solid transparent;
}

@media(min-width:1025px) {
  .post-item .hs-featured-image-wrapper.feature-articles a {
      border-right-color: #f68d2b;
  }
  .post-item .hs-featured-image-wrapper.payments a {
     border-right-color: #ac78ca;
  }
  .post-item  .hs-featured-image-wrapper.security a {
     border-right-color: #e7d075;
  }
  .post-item .hs-featured-image-wrapper.fraud a {
      border-right-color: #f35b5b;
  }
  .post-item .hs-featured-image-wrapper.economic-trends a {
      border-right-color: #a6d895;
  }
  .post-item .hs-featured-image-wrapper.feature-articles a {
      border-right-color: #f68d2b;
  }
}

   


.post-item .hs-featured-image-wrapper a img {
    max-width: none;
    object-fit: inherit;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all 300ms ease-out;
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.security-post .hs-featured-image-wrapper a {
    border-right: 3px solid #e7d075;
}
.fraud-post .hs-featured-image-wrapper a {
    border-right: 3px solid #f35b5b;
}
.economic-post .hs-featured-image-wrapper a {
    border-right: 3px solid #a6d895;
}
.hs-news-listing .custom-banner-content h1:before {
    margin: 0;
}
.hs-news-listing.custom-blog-topic .custom-banner-content h1:before {
    margin-right: 10px;
}
.hs-full-width-layout .custom-banner-content h1:before {
   display:none;
}
.hs-feature-articles.hs-blog-listing .custom-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 999;
    background: rgba(246, 141, 43, 0.85);
}
.hs-feature-articles.hs-blog-listing .custom-banner-content h1:before {
    content: "\f005";
    font-family: "icomoon";
    font-size: 1.875rem;
    margin-right: 10px;
}
.hs-feature-articles.hs-blog-listing .custom-banner.custom-banner-topic-page:after {
   display:none;
}
p.hs-feature-articles-topics a {
    background: #146db5;
    display: inline-block;
    padding: 3px 7px;
    margin: 10px 0;
    text-shadow: 0 1px 0 grey;
    border-radius: 3px;
    color: #fff;  
}
p.hs-feature-articles-topics a {
    color: #fff;
}
span.sponsoredIcon {
    font-size: 0.875rem;
    margin-right: 10px;
    float: left;
}
.sponsoredIcon:before {
    content: "\f291";
    font-family: "icomoon";
}
.hs-feature-articles.hs-blog-listing .custom-banner-topic-page .custom-banner-content h1 {
    text-transform: capitalize;
}
.hs-feature-articles.hs-blog-listing .custom-banner-topic-page .sponsored-content .custom-banner-content h1:before {
    content: "\f291";
}
.custom-blog-topic .body-container {
    margin-top: 0;
}
.custom-banner-topic-page .custom-banner-content h1 {
    text-transform: capitalize;
}
.custom-blog-topic .custom-blog-top-section {
    display: none !important;
}
.custom-banner.custom-banner-topic-page:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 999;
    background: transparent;
}
.custom-banner.custom-banner-topic-page.payments:after {
    background: rgba(172, 120, 202, 0.85);
}
.custom-banner-content h1:before {
    font-family: "icomoon";
    content: "";
    margin-right: 10px;
    font-size: 1.875rem;
}
.payments .custom-banner-content h1:before {
    content: "\f09d";
}
.hs-feature-articles.hs-blog-listing .sponsored-content .custom-banner-content h1:before {
    content: "\f291";
}
.custom-banner.custom-banner-topic-page.security:after {
    background: rgba(231, 208, 117, 0.85);
}
.security .custom-banner-content h1:before {
    content: "\f023";
}
.custom-banner.custom-banner-topic-page.fraud:after {
    background: rgba(243, 91, 91, 0.85);
}
.fraud .custom-banner-content h1:before {
    content: "\f071";
}
.custom-banner.custom-banner-topic-page.economic-trends:after {
    background: rgba(166, 216, 149, 0.85);
}
.economic-trends .custom-banner-content h1:before {
    content: "\f201";
}

.post-content-group {
    padding: 10px 15px;
    float: right;
    width: 66.66667%;
    position: relative;
}
.custom-post-date {
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.6;  
}

.post-item .post-body p {
    margin-bottom: 1.25rem;
    margin-top: 0;
}

a.more-link:hover {
    background-color: #056477;
}

.custom-post-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-5px);
}


/* Blog Post */

.hs-blog-post .body-container {
    margin-top: 0;
    margin-bottom: 0;
}

.section.post-header {
    padding: 400px 0 140px;
    position: relative;
    z-index: 1;
}

.section.post-header .cm-hs-featured-image-wrapper {
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
    position: absolute;
 		bottom: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-5px);
    padding: 0;
    z-index: 9999;
}

.section.post-header .cm-hs-featured-image-wrapper:after,
.section.post-header .cm-hs-featured-image-wrapper:before {
    content: " ";
    display: table;
}

.section.post-header .cm-hs-featured-image-wrapper:after {
    clear: both;
}

.section.post-header .cm-hs-featured-image-wrapper:before {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 998;
    opacity: .75;
}

.section.post-header .cm-hs-featured-image-wrapper img.cm-hs-featured-image {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.section.post-header h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFFFFF;
    padding: 5px 20px;
    margin: 0;
    font-family: "Playfair Display", serif;
    background: rgba(172, 120, 202, 0.85);
    font-size: 2rem;
    line-height: 1.4;
    font-style: normal;
    font-weight: normal;
}

.blog.hs-blog-post .body-container .page-center {
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    margin: -100px auto 50px;
    position: relative;
    z-index: 99;
}

.post-wrapper-date {
    font-size: 0.96875rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    font-family: inherit;
}

.post-wrapper-date span.cnpArrow {
    font-size: 0.6875rem;
    display: inline-block;
    color: #01354f;
    margin-right: 7px;
}

.post-wrapper-date span.cnpArrow:before {
    content: "\e900";
    font-family: "icomoon";
}

.cm-post-share {
    width: 41.66667%;
    float: right;
  	margin-bottom: 1.25rem;
}

.cm-post-share ul {
    margin: 0;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.cm-post-share ul li {
    margin: 5px 8px;
    text-transform: uppercase;
    display: block;
    float: left;
    list-style: none;
}

.cm-post-share ul li.tagline {
    font-family: "Ubuntu Condensed", sans-serif;
    padding: 0;
}

.cm-post-share ul li.tagline strong {
    font-weight: bold;
    line-height: inherit;
    display: block;
}

.cm-post-share ul li a {
    transition: all 300ms ease-out;
    display: block;
}

.cm-post-share ul li a span {
    color: #4a4a4a;
    transition: all 300ms ease-out;
    font-family: "icomoon";
}

.google:before {
    content: "\f0d5";
}

.linkedin:before {
    content: "\f0e1";
}

.email:before {
    content: "\f0e0";
}

.cm-post-share li span.facebook:hover {
    color: #3b5998;
}

.cm-post-share li span.twitter:hover {
    color: #1da1f2;
}

.cm-post-share li span.google:hover {
    color: #dd4b39;
}

.cm-post-share li span.linkedin:hover {
    color: #0077b5;
}

.cm-post-share li span.email:hover {
    color: #f68d2b;
}

.about-author-sec {
    overflow: hidden;
    border-top: solid #e6e6e6 1px;
    border-bottom: solid #e6e6e6 1px;
    padding: 1.1875rem 0;
}

.about-author-sec .span2 {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
    width: 16.66667%;
    text-align: center;
}

.about-author-sec .span10 {
    width: 83.33333%;
    margin-left: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: right;
}

.about-author-sec .span2 img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;  
}
.hs-feature-articles p.hs-feature-articles-topics {
    margin: 0;
}

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

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

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

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

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


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

.blog .blog-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width:75% !important;
}

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

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

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

/* Blog Post Title */
.post-header h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  border-bottom: none;
  padding: 0;
}
.post-header h2 a {
  font-size: 1.375rem;
  font-family: "Playfair Display", serif;
}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  font-size: 0.96875rem;
  position: relative;
}
.post-item {
  position: relative;
}
.post-item .post-body {
  font-size: 0.96875rem;
  font-weight: normal;
  line-height: 1.6;
}

.post-item .post-body p {
    margin-bottom: 1.25rem;
    margin-top: 0;
}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  width: 33.33333%;
  float: left;
  position: relative;
    overflow: hidden;
    max-width: 300px;  
}
.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
}


/* Read More Link */
a.more-link {
    background-color: #067d95;
    border-color: #056477;
    color: #FFFFFF;
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    line-height: normal;
  margin: 0 0 1.25rem; 
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out;
}

a.more-link:hover {
    background-color: #056477;
}

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

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

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

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

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

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

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

.comment-date {
    display: block !important;
    font-size: 13px;
    text-align: left
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
   line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
	margin-right:8px;
	display:inline-block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {
    position: relative;
}
h2.post-listing-simple {
    border-bottom: none;
    font-size: 1.5rem;
    line-height: 1.4;
    border-bottom: none;
    padding: 0;
}
h2.post-listing-simple a {
    font-size: 1.375rem;
    font-family: "Playfair Display", serif;
}


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

.blog .blog-sidebar {
  width:25%;
  margin-left:0;
  padding-left: 3px;  
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  padding: 0;
}
div#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.sidebar-widgets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
ul.sidebar-widgets li {
    display: block;
    float: left;
    height: auto;
    padding: 0;
}
ul.sidebar-widgets ul {
    margin: 0;
}
ul.advertisementContainer li {
    padding: 0 0 1.25rem;
}


.hs-news-post-banner-bg {
    padding: 50px 0 140px;
    background: none;
    position: relative;
    z-index: 1;
}
.parallax-slider {
    filter: blur(2px);
}
.hs-news-post-banner-bg .page-center {
    position: relative;
    transform: translateY(-5px);
    padding: 0;
    z-index: 9999;
}
.hs-news-post-banner-bg .page-center img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
h1.hs-post-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFFFFF;
    padding: 5px 20px;
    margin: 0;
    font-family: "Playfair Display", serif;
}
h1.hs-post-title.fraud {
    background: rgba(243, 91, 91, 0.85);
}
h1.hs-post-title.payments {
    background: rgba(172, 120, 202, 0.85);
}
h1.hs-post-title.security {
    background: rgba(231, 208, 117, 0.85);
}
h1.hs-post-title.economic-trends {
    background: rgba(166, 216, 149, 0.85);
}
h1.hs-post-title.feature-articles {
    background: rgba(246, 141, 43, 0.85);
}


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

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

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

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

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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.section.post-header .cm-hs-featured-image-wrapper.no-feat-img {
    transform: none;
}

.section.post-header .cm-hs-featured-image-wrapper.no-feat-img h1 {
    position: relative;
}


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

.landing-page.one-column form, 
.password-template.one-column form {
  width: 50%;
}

.body-container .hs-search-field .hs-search-field__bar {
  max-width: 600px;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.hs-form{
	margin-bottom:30px;
}

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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display:inline-block;
  width:100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  margin-bottom: 10px;
  vertical-align: middle;
  border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition:border linear 0.2s, box-shadow linear 0.2s;
}

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: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

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

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

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

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

span.hs-form-required {
    padding-left: 3px;
    color: red;
}

/* 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;
  width:auto;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius:4px;
  text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  margin-top:20px;
  outline:0;
}

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

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


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

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


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

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


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

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


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

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


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


.hs-error-page #site-wrapper {
    box-shadow: none;
}
.hs-error-page .body-container {
    margin-top: 0;
}
.hs-error-page .body-container .page-center {
    background: transparent;
    padding: 0;
}
.hs-error-page .custom_error_message,
.hs-error-page .hs-search-field {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}



.hs-two-col-left-layout .hs-two-col-sidebar > div {
    margin-left: 0;
}

.custom-footer-lp-menu ul {
    list-style: none;
    padding: 0;
    display: block;
    padding-top: 2px;
    text-align: center;
    margin: 0 -0.625rem;
}
.custom-footer-lp-menu ul li {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding: 0 0.625rem 0;
    list-style: none;
    width: 20%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.custom-footer-lp-menu ul li a {
    color: #FFFFFF;
    transition: all 300ms ease-out;
    white-space: normal;
}

.custom-footer .hs-search-field--open .hs-search-field__suggestions {
    margin-top: -25%;
}

/* Default SEARCH RESULT STYLING */
  .hs-search-field--open .hs-search-field__suggestions {
          padding: 10px;
    background:#fff;
      }
  ul.hs-search-field__suggestions li {
   padding: 3px 0;
   margin: 0;
    
  }
  ul.hs-search-field__suggestions li#results-for {
   font-size: 16px;
  }
  ul.hs-search-field__suggestions li > a {
   padding: 2px 5px;
   margin: 0;
  }
  ul.hs-search-field__suggestions li > a:hover {
   color: #000;
  }



/* Banner Area */

.custom-banner {
  position: relative;
  z-index: 1;
  padding: 50px 0 140px;
  background-position: center center;
  background-color: #01354f;  
}

.custom-banner-content {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-5px);
  padding: 0;
  z-index: 9999;
}

.custom-banner-content:after {
  content: " ";
  display: table;
  clear: both;
}

.custom-banner-content:before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 998;
  opacity: .75;
  display: table;
}

.custom-banner-content h1 {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #FFFFFF;
  margin: 0;
  font-family: "Ubuntu Condensed", sans-serif;
  max-width: 650px;
  z-index: 9999;
  padding: 20px 30px;
}

/* Landing Page */

.custom-lp-logo a {
  background: url("//cdn2.hubspot.net/hubfs/2885796/Card_Not_Present_December2018/Image/cnp.png") no-repeat;
  background-position: top center;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100% !important;
  padding: 35px;
  line-height: 0;
  font-size: 0;
}

.custom-lp-logo .hs_cos_wrapper_type_rich_text {
  display: block;
  height: 100%;
  padding: 10px 0 4px;
  width: 200px;
  text-indent: -99999px;
  white-space: nowrap;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
  list-style-type: none;
}


/* Tooltip */
.custom-search-container a:hover:after {
  position: absolute;
  z-index: 1070;
  display: block;
  content: attr(data-original-title);
  font-style: normal;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  text-align: center;
  margin-top: 0;
  top: -37px;
  right: -9px;
  opacity: 1;
  margin: -1px;
  background: #01354f;
  border: 2px solid #00131d;
  border-radius: 4px;
  color: white;
  line-height: 18px;
  padding: 6px 14px;
  width: 240px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  letter-spacing: normal;
}
.custom-search-container a:hover span.arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  border-width: 10px 10px 0;
  border-top-color: #01354f;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 1072;
}


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







/* ====================== Full Width Page Css Start Here ====================================== */
.hs-full-width-layout {}

.full-width-main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.hs-two-col-sidebar iframe {
    max-width: 100%;
}
.hs-two-col-sidebar > div {
    margin-left: -20px;
}
.custom-accordion-item h3 {
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    transition: all 300ms ease-out;
    background: #01354f;
    text-shadow: 0 0 1px #666666;
    padding-right: 40px;    
}
.custom-accordion-item h3:hover {
    background: #067d95;
    cursor: pointer;
}
.hs-accordion-content {
    margin: 10px 10px 20px;
}
.custom-accordion-group:after, 
.custom-accordion-group:before {
    content: "";
    display: table;
    clear: both;
}
.custom-accordion-item h3:after {
    font-family: "icomoon";
    content: "\f0fe";
    color: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1rem;
}
.custom-accordion-item.open-accordion h3 {
    background: #067d95;
    text-shadow: 0 0 1px #666666;
}
.custom-accordion-item.open-accordion h3:after {
    font-family: "icomoon";
    content: "\f146";
    color: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1rem;
}
.hs-accordion-content p:last-child {
    margin-bottom: 0;
}
.custom-accordion-item {
    position: relative;
}
.hs-two-col-left-img-column {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
.hs-two-col-left-column.center {
    text-align: center;
}
.hs-two-col-left-column.right {
    text-align: right;
}
.hs-two-col-left-img-group hr {
    box-sizing: content-box;
    overflow: visible;
    border: solid #e6e6e6;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;  
}
.hs-two-col-btn {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #01354f;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}
.hs-two-col-btn:hover {
    background-color: #012a3f;
    color: #fff;
}

.custom-video-item {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom:44px;
}
.custom-video-item:last-child {
    margin-bottom: 0;
}
.custom-video-item iframe {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 0;
    max-width: 100%;
}
.hs-one-col-cta-group ul {
    list-style: none;
    margin: 0;
    margin: 0 -0.625rem;
    display: block;
}
.hs-one-col-cta-group ul li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
}
.hs-one-col-cta-group h4,
.hs-one-col-cta-group p {
   text-align:center;
}
.hs-img-cta {
    text-align: left !important;
}

.hs-two-col-right-img-column.hs-two-col-left-img-col .blue-btn-cta {
     font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem;    
    background-color: #01354f;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;   
}
.hs-two-col-right-img-column.hs-two-col-left-img-col .blue-btn-cta:hover {
    background-color: #012a3f;
    color: #fff;  
}
.hs-two-col-right-img-column.hs-two-col-left-img-col .blue-btn-cta:focus {
	outline:0;
    color: #fff;  
}
.full-width-main-content hr {
    box-sizing: content-box;
    overflow: visible;
    border: solid #e6e6e6;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}
.full-width-main-content .hs-two-col-right-cta-grp hr {
    float: left;
    width: 100%;
}
.hs-two-col-right-cta-col2 {
    text-align: right;
}
.hs-two-col-right-cta-grp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: 1.1rem; 
    margin-bottom: 1.25rem;  
}
.hs-two-col-right-cta-grp ul li:before {
    font-family: "icomoon";
    content: "\e900";
    color: #01354f;
    display: inline-block;
    margin-right: 10px;
    font-size: 0.625rem;
}

.hs-two-col-right-img-column,
.hs-two-col-right-cta-column {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}

.blue-btn2-cta {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #01354f;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem;
}
.blue-btn2-cta:hover {
    background-color: #012a3f;
    color: #fff;  
}
.blue-btn2-cta:focus {
	outline:0;
    color: #fff;  
}
/* ====================== Full Width Page Css End Here ====================================== */







/* ====================== Home Page Css Start Here ====================================== */

.hs-home-layout {}


.hs-home-category-title-grp {
    background: #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 #b3b3b3;
}
h2.rec_posts-header {
    background: #01354f;
    color: #FFFFFF;
    padding: 3px 0;
    text-align: center;
}
.button-group.filter-button-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.button-group.filter-button-group ul li {
    width: 25%;
    float: left;
    padding: 0 0.625rem 1.25rem;
    margin: 0;
    padding-bottom: 0;
    padding-top: 15px;
}
.button-group.filter-button-group ul li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 1rem;
    background-color: #01354f;
    border-color: #012a3f;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    font-size: 0.875rem;
    width: 100%;
    text-align: left;
    margin: 0;
    min-height: 51px;  
    text-transform: capitalize;  
}
.button-group.filter-button-group ul li button:focus {
    outline: 0;
}
.button-group.filter-button-group ul li button.hs-payments {
    background: #ac78ca;
}
.button-group.filter-button-group ul li button.hs-payments:hover {
    background: #9553bc;
}
.button-group.filter-button-group ul li button.hs-fraud {
    background: #f35b5b;
}
.button-group.filter-button-group ul li button.hs-fraud:hover {
    background: #f02b2b;
}
.button-group.filter-button-group ul li button.hs-economic-trends {
    background: #a6d895;
}
.button-group.filter-button-group ul li button.hs-economic-trends:hover {
    background: #87ca70;
}
.button-group.filter-button-group ul li button.hs-feature-articles {
    background: #f68d2b;
}
.button-group.filter-button-group ul li button.hs-feature-articles:hover {
    background: #e4730a;
}
.tags-icon {
    margin-right: 10px;
    font-size: 1.0625rem;
    float: left;
}
.tags-icon:before {
    font-family: "icomoon";
}
.button-group.filter-button-group ul li button.hs-payments .tags-icon:before {
    content: "\f09d";
}
.button-group.filter-button-group ul li button.hs-fraud .tags-icon:before {
    content: "\f071";
}
.button-group.filter-button-group ul li button.hs-economic-trends .tags-icon:before {
    content: "\f201";
}
.button-group.filter-button-group ul li button.hs-feature-articles .tags-icon:before {
    content: "\f005";
}
.hs-home-category-wrapper .post-item {
    width: 100%;
}


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-moz-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-ms-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.hs-home-banner-bg .slider-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 24.8vw;  
}
.custom-pop-main-group {
    position: absolute;
    z-index: 999;
    background: #067d95;
    width: 100%;
    padding: 30px;
    height: 100%;
    max-width: 500px;
    top: 0;
    left: 10%;
    overflow: hidden;
    opacity: .85;
}
.slick-active .custom-pop-main-group {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hs-home-banner-date {
    font-size: 0.875rem;
    color: whitesmoke;
    line-height: 1.6;  
    display:block;
}
.slick-active .hs-home-banner-date {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.custom-pop-main-group h2 {
    color: whitesmoke;
    font-family: "Playfair Display", serif;
    line-height: 30px;
}
.slick-active .custom-pop-main-group h2 {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.custom-pop-main-group h2 a {
    color: #FFFFFF;
}
.custom-pop-main-group h2 a:hover {
    color: #01354f;
}
.custom-pop-main-group p{
    color: whitesmoke;
}
.slick-active .custom-pop-main-group p {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hs-home-banner-bg .slick-arrow {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -5px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    background: transparent;
    border: none;
}
.custom-pop-main-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.custom-pop-main-group ul li {
    display: inline-block;
}
.custom-pop-main-group ul li p {
    margin: 0;
}
.hs-banner-category-title {
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 7px;
    margin: 10px 0;
    text-shadow: 0 1px 0 grey;
    border-radius: 3px;
    background: #f68d2b;
    border: 1px solid #e4730a;
}
.slick-active .hs-banner-category-title {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slick-active .hs-banner-category-title p {
   animation:none;
}
.slick-active .custom-pop-main-group p.hs-feature-articles-topics{
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hs-banner-category-title > p {
    margin: 0;
    animation: none;
}
.custom-pop-main-group ul li a {
    color: #FFFFFF;
}
.hs-banner-category-title .featureIcon {
    margin-right: 10px;
    font-size: 0.875rem;
    float: left;
    font-family: "icomoon";
}
.hs-banner-category-title .featureIcon:before {
    content: "\f005";
}

.hs-home-banner-bg .slick-prev.slick-arrow {
    right: auto;
    transition: all 300ms ease-out;
    left: -50px;
}
.hs-home-banner-bg:hover .slick-prev.slick-arrow {
    left: 34px;
}
.hs-home-banner-bg .slick-prev.slick-arrow:after {
    font-size: 4.6875rem;
    color: #FFFFFF;
    content: "\f104";
    font-family: "icomoon";
    opacity: .50;
}
.hs-home-banner-bg {
    overflow: hidden;
}
.hs-home-banner-bg .slick-arrow:focus {
    outline: 0;
}
.hs-home-banner-bg .slick-next.slick-arrow {
    left: auto;
    transition: all 300ms ease-out;
    right: -30px;
}
.hs-home-banner-bg:hover .slick-next.slick-arrow {
    right: 56px;
}
.hs-home-banner-bg .slick-next.slick-arrow:after {
    font-size: 4.6875rem;
    color: #FFFFFF;
    content: "\f105";
    font-family: "icomoon";
    opacity: .50;
}
.hs-home-banner-bg .slick-prev.slick-arrow:hover:after,
.hs-home-banner-bg .slick-next.slick-arrow:hover:after {
   opacity:1;
}
.hs-home-layout .body-container .page-center {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
}
.hs-home-layout div#site-wrapper {
    box-shadow: none;
}
.hs-three-col-inner {
    margin: 0 -0.625rem;
}
.hs-three-col-next {
    padding: 0 0.625rem 1.25rem;
    float: left;
}
.hs-three-col-bottom-content {
    background: #FFFFFF;
    margin-bottom: 0;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    border-radius: 3px;
    padding: 10px;
}
.hs-three-column-group ul {
    margin: 0;
    padding: 0;
    margin-left: 1.25rem;
    list-style: none;
}
.hs-three-column-group ul li:before {
    font-family: "icomoon";
    content: "\e900";
    color: #01354f;
    display: inline-block;
    margin-right: 10px;
    font-size: 0.625rem;
}
.hs-three-col-btn {
    text-align: center;
}
.hs-three-col-btn a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #01354f;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}
.hs-three-col-btn a:hover {
    background-color: #012a3f;
    color: #fff;  
}
.hs-three-col-btn a:focus {
	outline:0;
    color: #fff;  
}
.hs-home-layout .hs-two-col-left-img-item {
    background: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}
.hs-home-layout .hs-two-col-left-img-item {
    background: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}
.hs-home-layout .hs-home-row2-flexi .hs-two-col-left-img-item h3 {
    font-size: 1.75rem;
    border-bottom: 2px solid #01354f;
    padding-bottom: 5px;
    color: #01354f;  
}
.hs-home-layout .hs-home-row2-flexi .hs-two-col-left-img-item ul {
    margin: 0;
    padding: 0;
    margin-left: 1.25rem;
    list-style: none;
}
.hs-home-layout .hs-home-row2-flexi .hs-two-col-left-img-item ul li:before {
    font-family: "icomoon";
    content: "\e900";
    color: #01354f;
    display: inline-block;
    margin-right: 10px;
    font-size: 0.625rem;
}




@media (min-width:641px) {
  .hs-two-col-left-column {
      width: 25.2%;
  }
  .hs-two-col-right-column {
      width: 74.8%;
  }
  .no-left-image .hs-two-col-right-column {
      width: 100%;
  }
  .hs-two-col-left-column.two,
  .hs-two-col-right-cta-col2{
      width: 33.33333%;
  }
  .hs-two-col-right-column.right_two,
  .hs-two-col-right-cta-col1{
      width: 66.66667%;
  }
  .hs-two-col-right-column.right_three,
  .hs-two-col-right-cta-col1.no-right-cta {
      width: 100%;
  }
  .hs-three-col-next {
      width: 33.33333%;
  }
  .hs-two-col-left-column.four {
      width: 16.66667%;
  }
  .hs-two-col-right-column.right_four {
      width: 83.33333%;
  }
  .hs-two-col-right-column.not-left-image.right_four {
      width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .hs-one-col-cta-group ul li {
      width: 33.33333%;
  }
  .hs-one-col-cta-group ul li:nth-of-type(3n+1) {
      clear: both;
  }
  .hs-two-col-right-img-col {
      width: 33.33333%;
  }
  .hs-two-col-left-img-col {
      width: 66.66667%;
  }
  .not-right-img .hs-two-col-left-img-col {
      width: 100%;
  }  
}

/* ====================== Home Page Css End Here ====================================== */









/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (max-width: 1262px) {

  /* Header */
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 28px 11px;
  }  
  .widget-span.custom-header-top-links .hs-menu-wrapper > ul li {
    padding: 5px 0px;
  }  
}

@media (max-width: 1213px) {

  	/* Header */
  .widget-span.custom-header-tag h4 {
    font-size: 1.05rem;
  }

}

@media (max-width: 1100px){
  
  .custom-lp-logo .hs_cos_wrapper_type_rich_text {
    width: 170px;
  }
  /* Header */  
  .widget-span.custom-header-top-links .hs-menu-wrapper > ul li a img {
    max-width: 90px;
  }
  .widget-span.custom-header-tag h4 {
    font-size: 0.95rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 28px 7px;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    width: 170px;
  }
  
}

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

@media (max-width: 1300px) and (min-width:1025px) {
  .hs-google-ads-group {
      overflow: auto;
  }
}



@media (max-width: 1024px) {
  
  .body-container {
    margin-top: 0;
  }  
  .widget-span.custom-header-bottom.custom-lp-header-bottom {
    display: none;
  }
  .custom-header-bottom.stuck-header {
    display: none;
  }
  .widget-span.custom-header-bottom.custom-lp-header-bottom {
    display: none;
  }
  .custom-lp-mobile-header .mobile-trigger {
    display: none !important;
  }
  
  /* Header */
  
  .widget-span.custom-header-top-links .hs-menu-wrapper > ul li a img {
    max-width: 100% !important;
  }  
  .widget-span.custom-header-bottom .custom-menu-primary {
    display: none;
  }  
  .widget-span.custom-header-top .widget-span.custom-header-tag,
  .widget-span.custom-header-top .widget-span.custom-header-icons-wrapper {
    display: none;:
  }
  .widget-span.custom-header-top-links {
    width: 100%;
  }
  .widget-span.custom-header-top-links .hs-menu-wrapper > ul li {
    margin: 0;
    padding: 0 !important;
    width: auto;
  }  
  .widget-span.custom-mobile-header {
      background: #FFFFFF;
      margin-left: 0;
      width: 100%;
  }
  .widget-span.custom-mobile-header .page-center {
    max-width: 100% !important;
    padding: 10px 0;
  }
  .widget-span.custom-mobile-logo {
    width: 16.66667%;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float:left;
  }
  .widget-span.custom-header-tag {
    width: 50%;
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    float:left;
  }
  .widget-span.custom-header-tag h4 {
    color: #01354f;
    margin: 0;
    font-size: 1.25rem;
  }
  .widget-span.custom-header-icons-wrapper {
    padding-top: 0;
    float:left;
  }
  .custom-lp-header .mobile-trigger a.meanmenu-reveal {
      display: none !important;
  }

  /* Blog */

  .blog .blog-content, .widget-span.blog-sidebar {
    width: 100%;
  }
  .blog .body-container .page-center {
    margin-top: 50px;
  }
  .hs-featured-image-wrapper {
    width: 100%;
  }
  .hs-featured-image {
      width: auto;
      border: 0!important;
      max-width: 100%;
  }
  .post-content-group {
    width: 100%;
  }
  .blog .blog-sidebar {
    margin-top: 30px;
  }
  .blog .blog-sidebar > .row-fluid-wrapper {
    width: 50%;
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 0;
    text-align: center;
  }

  .blog .blog-sidebar > .row-fluid-wrapper:nth-of-type(odd){
    clear:both;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul li:last-child {
    display: none;
  }
  .hs-one-col-cta-group ul li {
      width: 100%;
  }
  .blog .blog-content {
      width: 100% !important;
  }
  ul.sidebar-widgets li {
     float:none;
  }
  .blog .blog-sidebar {
      padding-left: 0;
  }
  .full-width-main-content {
      width: 100% !important;
  }
  .hs-two-col-sidebar {
      width: 25% !important;
      margin-left: 0 !important;
  }
  .hs-two-col-sidebar > div {
      margin-left: 0;
  }
  .hs-two-col-sidebar iframe {
      max-width: none;
  }  
  .post-item .hs-featured-image-wrapper a {
      border: none;
  }
  .blog .blog-sidebar > .row-fluid-wrapper {
      width: 100%;
  }
  div#sidebar ul {
      text-align: left;
  }
  ul.advertisementContainer li {
      width: 49%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
    padding-left: 1rem;
  }
  .hs-home-banner-bg .slider-inner {
      background-image: none !important;
      min-height: auto;
  }
  .custom-pop-main-group {
      display: block;
      position: relative;
      left: 0;
      max-width: 100%;
      opacity: .85;
  }
  .hs-home-banner-bg .slick-arrow {
      display: none !important;
  }
  .custom-pop-main-group {
      padding-top: 28px;
  }
  .hs-home-layout .body-container .page-center {
      padding-top: 25px;
  }
  .home-main-content {
      width: 100% !important;
  }
  .hs-home-sidebar {
      width: 100% !important;
      margin-left: 0 !important;
  }
  .hs-error-page .main-content {
      width: 100% !important;
  }
  .blog-sidebar {
      margin-left: 0 !important;
  }
  .hs-two-col-left-layout .hs-two-col-sidebar {
      width: 100% !important;
    overflow:auto;
  }
  .hs-two-col-sidebar {
      width: 100% !important;
      overflow:auto;
  }
  ul.advertisementContainer li iframe {
      max-width: none;
  }
  .hs-home-banner-bg .slick-slide img {
      width: 100%;
  }
}

@media (max-width: 1200px) and (min-width:1024px) {
  .hs-two-col-sidebar,
  .hs-two-col-left-layout .hs-two-col-sidebar,
  .hs-home-sidebar {
      overflow:auto;
  }  
  .hs-two-col-sidebar iframe {
      max-width: none;
  }
  .blog-sidebar {
      overflow: auto;
  }
}
@media (max-width: 1024px) and (min-width:768px) {
  .hs-img-cta {
      text-align: center !important;
  }
  .hs-two-col-left-layout .body-container-wrapper {
      overflow: hidden;
  }
}


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

@media (max-width: 767px) {

  .landing-page.one-column form, 
  .password-template.one-column form, 
  .subscription-template.one-column form{
    width: 100%;
  }
  .body-container .hs-search-field .hs-search-field__bar {
    max-width: 100%;
  }
  .custom-lp-footer .widget-span.custom-footer-menu {
      width: 100%;
  }
  .custom-lp-footer .custom-footer-lp-menu ul li {
      width: 50%;
      line-height: 1.6;
  }
  ul.advertisementContainer li iframe {
      max-width: 100%;
  }
}  

@media (max-width: 640px) {
  
/* Header */  
  .widget-span.custom-mobile-logo {
    width: 33.33333%;
  }
  .widget-span.custom-header-tag {
    width: 33.33333%;
  }

  .widget-span.custom-header-icons-wrapper {
    width: 50%;
  }

  h1 {
    font-size: 1.8125rem;
  }
  h2 {
      font-size: 1.3125rem;
  }
  h2 {
      border-bottom: 2px solid #01354f;
      padding-bottom: 5px;
      color: #01354f;
  }
/* Footer */
  .widget-span.custom-footer-powered, .widget-span.custom-footer-menu {
    width: 100%;
  }
  .widget-span.custom-footer-menu .hs-menu-wrapper > ul li {
    list-style: none;
    width: 50%;
    line-height: 1.6;
  }  
  .hs-two-col-left-img-column {
      width: 100%;
  }
  .hs-two-col-sidebar {
      width: 100% !important;
      text-align: center;
  }
  ul.advertisementContainer li {
      width: 100%;
      padding-left: 0;
  }
  .hs-three-col-bottom-content {
      width: 100%;
      margin-bottom: 30px;
  }
  ul.advertisementContainer li iframe {
      max-width: none;
  }
  .blog-sidebar,
  .hs-home-sidebar {
      overflow: auto;
  }
  .button-group.filter-button-group ul li {
      width: 50%;
  }
  .hs-three-col-next {
      width: 100%;
  }
}

@media (max-width: 640px) and (min-width:601px) {
  .widget-span.custom-header-icons-wrapper {
      width: 100%;
  }
  .custom-header-social-icons {
      max-width: 265px;
      margin: 0 auto;
      text-align: center;
  }
  .custom-header-social-icons ul li {
      float: none;
      display: inline-block;
      margin-right: -4px;
  }
  .mobile-trigger {
      top: 94px;
      right: 22px;
  }
}


@media (max-width: 600px){

  /* Header */  
  .custom-mobile-header .widget-span.custom-header-tag {
    display: none;
  }
  .widget-span.custom-header-top .widget-span.custom-header-tag {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .widget-span.custom-header-top .widget-span.custom-header-tag h4 {
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
  }
  
  /* Blog */
  
  .blog-listing-wrapper .post-listing .post-item {
    max-width: 400px;
    margin: 0 auto;
  }
  .blog .blog-sidebar > .row-fluid-wrapper {
    width: 100%;
  }  
  .cm-post-share {
    width: 100%;
  }
  .hs-home-category-wrapper .grid {
      margin: auto;
      max-width: 400px;
  }
  
}



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

@media (max-width: 479px) {
  .about-author-sec .span2, .about-author-sec .span10 {
    width: 100%;
  }
  .about-author-sec .span10 {
    padding-top: 15px;
  }  
  .subscribe-options label span {
    margin-left: 0px;
    font-size: 13px;
  }  
  .hs-author-profile .hs-author-bio {
    width: 100%;
    padding: 15px 0;
  }
  .blog-pagination a {
      display: block;
      max-width: 90px;
      margin: 5px auto;
      text-align: center;
  }
  .hs-featured-image {
      width: 100%;
  }
  .full-width-main-content,
  .hs-two-col-left-img-column {
      padding-left: 0;
      padding-right: 0;
  }
  .hs-two-col-right-img-column, .hs-two-col-right-cta-column {
      padding-left: 0;
      padding-right: 0;
  }
  .button-group.filter-button-group ul li {
      width: 100%;
  }
}

@media (max-width: 380px){
  .widget-span.custom-header-top-links .hs-menu-wrapper > ul li {
    width: 30%;
  }
  .hs-two-col-sidebar iframe {
      max-width: 100%;
  }
  .hs-home-layout .body-container .page-center {
      padding-top: 50px;
  }
  .mobile-trigger {
      right: 0;
  }
}
