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

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&family=Nunito:wght@400;500');
@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

/*font updates 2024*/

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

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

/* 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 {
  color: #061f2e;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.44;
  background-color: #fff;color:#061f2e
}

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

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


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

/* Basic text */

p{}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6{

  color: #061f2e;
  font-family: 'Manrope', sans-serif;
/*     font-weight: normal; */
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1{
  font-weight: 800;
  font-size: 53px;
  line-height: 1.2;
  margin-top: 0;
}

h2{
  font-size: 2.7rem;
  font-weight: 800;
   margin: 16px 0 16px 0px;


}

h3{
  font-size: 2.4rem;
    font-weight: 700;
      margin: 16px 0 16px 0px;

}

h4{
   font-size: 1.9rem;
   font-weight: 700;
     margin: 16px 0 16px 0px;

}

h5 {
   font-size: 1.6rem;
   font-weight: 700; 
      margin: 16px 0 16px 0px;

}

h6 {
   font-size: 1.3rem;
   font-weight: 700;
      margin: 16px 0 16px 0px;

}

/* Anchor Links */
a{
  color: -webkit-link;
  text-decoration: none;
}
a:hover{
  outline: 0px;
}
a:focus{outline:none;}
/* Lists */
ul, ol {}
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 =============== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  background-color: #061f2e;
  padding: 0px 0;
  z-index: 9;
  transition: 0.3s;
}

.widget-type-custom_widget.site-logo {
  width: 228px;
  transition: width 0.3s;
}

.site-header .row-fluid .page-center > div > div.row-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.custom-menu-primary {
  text-align: right;
}

.site-header .row-fluid .page-center > div > div.row-fluid:before, .site-header .row-fluid .page-center > div > div.row-fluid:after {
  display: none;
}

.custom-logo img {
  vertical-align: baseline;
}
.fixheader .widget-type-custom_widget.site-logo {
  width: 150px;
}
.hs-banner-area h1 {
  color: #fff;
  font-weight: 100;
  font-size: 62px;
  line-height: 66px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 100px;
}
.hs-banner-area h1 strong {
  font-weight: 400;
}

.hs-banner-area {
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #525d69;
}

.header-container {
  min-height: 99px;
}
.hs-banner-area .page-center {
  display: table;
  min-height: 594px;
  height: 594px;
  width: 100%;

}

.hs-banner-area .inner-wrapper {
  vertical-align: middle;
  display: table-cell;
}




/* =============== Footer =============== */
.site-footer {
  background-color: #061f2e;
  color: #fff;
}

.footer-menu-wrapper {
  margin-top: 80px;
  font-size: 16px;
}

.footer-menu .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-between;
}

.footer-menu .hs-menu-wrapper > ul > li {
  padding: 4px 0px;
  padding-right: 20px;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
}

.footer-menu .hs-menu-wrapper > ul > li > a:hover:not([href=#]) {
  color: #02A4BD;
}

.footer-menu .hs-menu-wrapper > ul ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 10px;
  display: block !important;
}

.footer-menu .hs-menu-wrapper > ul ul > li {
  padding: 4px 0px;
}

.footer-menu .hs-menu-wrapper > ul ul > li > a {
  color: #fff;
}

.footer-menu .hs-menu-wrapper > ul ul > li > a:not([href='https://www.plainid.com/#']):hover {
  color: #02A4BD;
}

.footer-social-share-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer-social-share-wrapper .row-fluid .page-center > div > div.row-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-contact p {
  margin: 0 0 10px 0;
}

.footer-contact p > a {
    color: #fff;
}

.footer-contact p > a:hover {
    color: #02A4BD;
}

.footer-top-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 10px 0px 10px 10px;
  padding: 9px;
  border-radius: 50%;
  background-color: #02A4BD;
  color: #fff;
}

.footer-top-social a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;

}

.widget-type-custom_widget.footer-social-share {
  text-align: right;
}

.footer-contact p:last-of-type {
  padding-bottom: 38px;
}

.copyright-wrapper {
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 1px solid #6c7680;
}

.footer-copyright p {
  margin: 0 0 10px 0;
}

.footer-menu .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}

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


.footer-section-2 {
  display: inline-block !important;
  box-sizing: border-box !important;
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
  width: 34.5% !important;
  margin: 0 !important;
}
.footer-section-2 a.request-demo {
  display: inline-block;
  font-size: 20px;
  line-height: 44px;
  border-radius: 27px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #fff;
  background: #a159f2;
  transition: all 0.5s;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #a159f2;
  font-weight: 300;
}
.footer-form-modal,
.widget-span.footer-form-modal {
  position: fixed;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 536px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  z-index: 55;
  text-align: center;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  display: none;
  margin: 0 !important;
  transform: translate(-50%, -50%);
}

.footer-form  {
  position: relative;
  padding: 44px 126px;
  width: 100%;
  box-sizing: border-box;
}
.footer-form .form-title {
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  margin: 0 0 12px 0;
  color: #4885e7;
}
.footer-form p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px 0;
  text-align: left;
  font-weight: 300;
}
.footer-form input[type="text"], input[type="email"] {
  width: 100%;
  border: 1px solid #cccbcb;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif, Arial;
  padding: 2px 8px 1px 8px;
  box-sizing: border-box;
  border-radius: 0;
  font-weight: normal;
  -webkit-appearance: none;
  letter-spacing: normal;

}
.footer-form .hs_cos_wrapper_type_form .hs-button.primary.large {
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  color: #a159f2;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #a159f2;
  background: transparent;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.5s ease all;
  margin: 7px 20px 0 0px;
  outline: none;
}
.footer-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  cursor: pointer;
  box-shadow: none;
  color: #fff;
  background: #a159f2;
}
.close-form {
  font-size: 0;
  line-height: 0;
  position: absolute;
  background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/close-form.svg) 50% 50% no-repeat;
  width: 22px;
  height: 22px;
  left: 15px;
  top: 15px;
  background-size: 21px 22px;
}
.footer-form input[type="text"], input[type="email"]:focus {
  outline: none;
}
.footer-form .hs-form-required {
  display: none;
}

.footer-form .hs_error_rollup {
  display: none;
}

.footer-form .hs-error-msgs label {
  font-size: 13px !important;
  line-height: 20px !important;
  text-align: right !important;
}

.footer-form .invalid.error {
  border-color: #ff0000;
}
.footer-form form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  text-align: right;
  margin: -21px 0 0px;
}
.btn-modal .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 55;
  opacity: 1;
  visibility: visible;
  transition:1s;	

}
.modal{ 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 55;
  opacity: 0;
  visibility: hidden;
  transition:1s;	
}

/* Footer Updates 2024 */

.footer-menu .hs-menu-wrapper>ul>li>a {
  color: #aff770;
}

.footer-legal-menu a {
  color: #32b4c2;
  font-size: 1.0rem;
}

.footer-legal-menu ul li  {
  margin-right: 25px;
}

.footer-legal-menu-wrapper {
  padding: 10px 0 20px;
}

.footer-copyright p {
  font-size: 1.0rem;
  color: white;
}

.footer-menu-wrapper {
  padding-bottom: 70px;
}




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


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

/* Parent List */

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  float: right;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  display: block;
  position: relative;
  padding: 40px 18px;
  color: white;
  font-size: 17px;
  line-height: 19px;
  transition: all 0.35s;
}
.fixheader .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  padding: 25px 18px;
}

/* .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:before {
  left: -50%;
  right: 100%;
} */

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:before, .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  content: '';
  display: block;
  height: 0;
  border-top: 3px solid #50e3c2;
  position: absolute;
  top: calc(50% + 12px);
  transition: all 0.3s;
}

/* .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.active > a:before,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover::before {
  left: 20%;
  right: 50%;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.active > a:after,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover::after {
  right: 20%;
  left: 50%;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:after {
  right: -50%;
  left: 100%;
} */
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover{
  color: #32b4c2;
}

/* Child List */

.custom-menu-primary.desktop .hs-menu-wrapper > ul ul {
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  background-color: white;
  top: 100%;
  height: 0px;
  max-height: 0;
  overflow: hidden;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul > li > a {
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
  color: #113346;
  font-weight: 300;
  padding-top: 10px;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul > li:first-child > a {
  padding-top: 17px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul ul > li:last-child > a {
  padding-bottom: 17px;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover
{
color:#32b4c2;
}

/* 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;
  max-width: none !important;
  width: auto !important;
}



/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 18px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
    transition: max-height 0.75s ease-out;
    height: auto;
    max-height: 600px; 
  }
  .custom-menu-primary.mobile{
    display: none; 
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a{
    overflow: hidden;
  }


}

.blogpost_height { width:100%; float:left; }

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

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

@media (max-width: 991px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    top: 15px;
    right: 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    position: absolute;
    width: 42px;
    height: 32px;
    margin: 0;
    padding: 0px;
    border: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    outline: 0; 
  }
  .mobile-trigger span:nth-child(1) {
    top: 8px;
    background-color: #33b4c2;
  }

  .mobile-trigger span {
    display: block;
    opacity: 1;
    position: absolute;
    left: 10px;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .mobile-trigger span:nth-child(2), .mobile-trigger span:nth-child(3) {
    top: 14px;
  }

  .mobile-trigger span:nth-child(4) {
    top: 20px;
  }

  .mobile-trigger .icon-bar {
    background-color: #33b4c2;
  }

  .mobile-open .mobile-trigger span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .mobile-open .mobile-trigger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open .mobile-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-open .mobile-trigger span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

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

  .child-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    text-align: center;
    color: #fff;
    top: 7px;
  }
  .child-trigger svg {
    width: 25px;
    height: 25px;
    transition: 0.7s;
    outline: 0;
    fill: currentColor;
  }
  .child-trigger.child-open svg {
    transform: rotate(-90deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: absolute;
    width: 100%;
    margin-top: -2px;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{

    background-color: rgba(0,0,0,0.9);
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li{
    position: relative;   
    position: relative;
    padding: 0px 10px;
    text-align: left;   
    border-top: 1px solid #fff;
    line-height: 1.4;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:first-child{
    border-top: 0;  
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    padding: 7px 18px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    transition: all 0.35s;
    overflow: hidden;
    position: relative;
  }

  /* Level 1 and Higher Menu List Styles */

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:before {
    left: -50%;
    right: 100%;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:before, .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: '';
    display: block;
    height: 0;
    border-top: 3px solid #50e3c2;
    position: absolute;
    top: calc(50% + 12px);
    transition: all 0.3s;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active > a:before,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:hover::before {
    left: 20%;
    right: 50%;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active > a:after,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:hover::after {
    right: 20%;
    left: 50%;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:after {
    right: -50%;
    left: 100%;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary.mobile .hs-menu-wrapper>ul ul {
    padding: 0px 20px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul ul li:not(:first-child) {
    border-top: 1px solid #fff;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a{

    padding-top: 7px;  
    padding-bottom: 7px;
    display: block;   
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }
  .custom-menu-primary.desktop{
    display: none; 
  }
  .custom-menu-primary.mobile{
    display: block; 
  }
  .custom-logo {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper{

    max-height: calc(100vh - 80px);
    overflow-y: auto !important;
  }


}


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


/* =============== General Blog Styles =============== */
.blog-banner-area {
  background: url('//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/blog-main-2.jpg') 50% 50% no-repeat;
  background-size: cover;
  min-height: 225px;
  position: relative;
  overflow: hidden;
  margin: -1px 0 0 0;
}
.blog-banner-area .page-center {
  font-size: 0;
  padding: 0 16px 0 40px !important;
}
.blog-banner-area .holder {
  opacity: 1;
  display: table;
  width: 100%;
  height: 225px;
}
.blog-banner-area .left-part {
  width: 73.61%;
  vertical-align: middle;
  padding-top: 12px;
  display: table-cell;
  float: none;
  box-sizing: border-box;
}

.blog-banner-area .right-part {
  text-align: right;
  width: 26.39% !important;
  vertical-align: bottom;
  padding-bottom: 37px;
  display: table-cell;
  float: none;
  box-sizing: border-box;
}
.blog-banner-area .cm-blog-title {
  padding-left: 138px;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
  margin: 0;
  font: 300 55px/60px "Roboto", sans-serif, Arial;
  color: #fff;
}
.blog-banner-area .icon-blog {
  min-width: 98px;
  min-height: 98px;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  vertical-align: middle;
}
.blog-banner-area .cm-blog-title span:last-child {
  display: block;
  vertical-align: middle;
  margin-right: 8px;
}
.blog-banner-area .cm-blog-title::after {
  content: '';
  position: absolute;
  top: 78px;
  left: 46px;
  width: 3px;
  height: 999px;
  background: #fff;
  background-size: cover;
  z-index: 3;
}
.blog-banner-area .search-form input[type="text"] {
  height: 25px;
  box-sizing: border-box;
  border: 1px solid #e6e7e8;
  background: rgba(230, 231, 232, 0.65);
  width: 255px;
  display: block;
  margin-bottom: 18px;
  float: right;
  font: 400 16px/22px "Roboto", sans-serif, Arial;
  color: #fff;
  padding: 0 10px;
  border-radius: 0;
}
.blog-banner-area .search-form input[type="submit"] {
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 20px;
  font: 400 14px/32px "Roboto",sans-serif,Arial;
  text-transform: uppercase;
  padding: 0 49px;
  transition: box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  margin: 0;
}
.blog .body-container .page-center {
  padding: 0;
}
.pop-post-section-1 .page-center {
  padding: 66px 50px 118px 50px !important;
  position: relative;
}
.pop-post-section-1 .cm-post-item-inner{
  overflow: hidden;
  padding: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.pop-post-section-1 .page-center::before {
  content: '';
  position: absolute;
  right: 103px;
  bottom: -25px;
  width: 46px;
  height: 162px;
  background: url('//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/blog-01-line-4.svg') 0 0 no-repeat;
  background-size: cover;
}
.pop-post-section-1 .page-center::after {
  content: '';
  position: absolute;
  top: 0;
  left: 86px;
  width: 3px;
  height: 100%;
  background: #4885e7;
}
.pop-post-section-1 .cm-post-item-inner .left-part {
  width: 50.5%;
  box-sizing: border-box;
  float: left;
}
.post-header-for-mobile {
  display: none !important;
}
.pop-post-item-1 .cm-featured-image-wrapper{
  border: 1px solid #4885e7;
  margin: 0 30px 0 0;
  text-align: center;
}
.pop-post-item-1  .cm-featured-image-wrapper {
  margin: 0 30px 0 0;
  text-align: center;
}
.cm-featured-image-wrapper img {
  width: 100%;
  display: block;
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
}
.cm-post-item-inner .right-part {
  width: 49.73%;
  padding-right: 84px;
  box-sizing: border-box;
  float: right !important;
}
.post-header  {
  display: block;
}
 .post-header h2 {
  line-height: 1.2;
  margin-bottom: 17px;
  color: #061f2e;
  font-weight: 800;
  font: 2.7rem "Manrope", sans-serif, Arial;
  margin: 0 0 20px 0;
 
}
.post-header h2 a {
  color: #32b4c2;
  text-decoration: none;
} 
 .post-header .user-name {
  font-size: 16px;
  line-height: 1.44;
  font-weight: 700;
  display: inline-block;
  margin: 0 5px 17px 0;
} 
.post-header .date {
  display: inline-block;
  margin: 0 0 17px 0;
  color: #173c51;
  font: 14px/20px "Manrope", sans-serif, Arial;
  font-style: italic;
} 
.post-body h2 {
  font: 2.7rem/1.2 "Manrope", sans-serif, Arial;
  font-weight: 800;
} 
.post-body h2 span {
  font: 2.7rem/1.2 "Manrope", sans-serif, Arial;
  font-weight: 800!important;
}
.post-body h3 {
  font: 2.4rem/1.2 "Manrope", sans-serif, Arial;
  font-weight: 700;
}
.post-body p {
  margin: 0 0 23px 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.44; 
}


.post-body p span,
ol li span,
ul li span {
  font-weight: 400!important;
}
a.more-link {
  float: right;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #4885e7;
  border-color: #4885e7;
  background: transparent;
  transition: all 0.5s;
  display: inline-block;
  padding: 0 32px;
  font: 300 15px/28px "Manrope", sans-serif, Arial;
  border: 1px solid;
  border-radius: 15px;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.5s;
}
a.more-link:hover {
  background: #4885e7;
  color: #fff;
} */
.pop-post-section-2 {
  position: relative;
  display: block;
}
.pop-post-section-2 .page-center {
  padding: 0 42px 0 24px !important;
}

/* .pop-post-section-2 .title-holder .pop-post-title {
  font-size: 31px;
  line-height: 54px;
  text-transform: uppercase;
  padding-left: 85px;
  margin-bottom: 50px !important;
  position: relative;
  display: inline-block;
  font-weight: 300;
  margin: 0;
  color: #4885e7;
} */
.pop-post-section-2 .title-holder .pop-post-title::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 18px;
  width: 604px;
  height: 11px;
  margin-left: 20px;
  background: url('//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/blog-01-line-3.svg') 0 0 no-repeat;
}

.pop-post-section-2 .title-holder .pop-post-title::before {
  content: '';
  position: absolute;
  left: 53px;
  top: -126px;
  background-size: cover;
  width: 20px;
  height: 155px;
  background: url('//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/blog-01-line-2.svg') 50% 50% no-repeat;
  background-size: cover;
}
.post-listing.cm-pop-post-listing {}
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 15px;
  float: left;
  width: 33.3333%;
  padding: 0 48.5px;
  box-sizing: border-box;
  padding-top: 63px;
  position: relative;
}
.pop-post-section .cm-pop-post-listing .post-item {
  margin-bottom: 15px;
  float: left;
  width: 33.3333%;
  padding: 0 48.5px;
  box-sizing: border-box;
}
.blog-bottom-pane::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 18px;
  background: linear-gradient(to right, #46a4b2, #fff);
  z-index: 3;
}
.blog-bottom-pane {
  padding-top: 18px;
  background: #3bb3c2;
  position: relative;
  display: block;
}
.blog-bottom-pane .blog-bottom-pane-inner {
  text-align: center;
}
.blog-bottom-pane .blog-bottom-pane-inner .page-center {
  padding: 43px 0 73px 0 !important;
}
.blog-bottom-pane .title {
  margin-bottom: 22px !important;
  margin: 0;
  font: 400 55px/60px "Roboto", sans-serif, Arial;
  color: #fff;
}
.blog-bottom-pane-inner .request-demo {
  font-size: 24px;
  line-height: 58px;
  border-radius: 30px;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #a159f2;
  transition: all 0.5s;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid;
  display: inline-block;
  border-color: #a159f2;
}
.post-listing-top-title h2.title--blue {
  font-size: 31px;
  line-height: 54px;
  text-transform: uppercase;
  padding-left: 86px;
  margin-bottom: 33px;
  font-weight: 300;
  color: #4885e7;
}
.post-item-outer-wrap {
  position: relative;
} 
.post-item-outer-wrap::before {
  content: '';
  position: absolute;
  top: -74px;
  left: 56px;
  background: url('//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/blog-01-duga.svg') no-repeat 50% 50%;
  width: 87px;
  height: 81px;
  z-index: 2;
}
.post-item-outer-wrap::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 48%;
  background: #4885e7;
  width: 71%;
  height: 3px;
  z-index: 2;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-item-outer-wrap .post-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #4885e7;
  border-radius: 50%;
  box-sizing: border-box;
}
.blog-section .post-listing::before, .blog-section .post-listing::after {
  content: "";
  display: block;
  clear: both;
}
/* .blog-listing-wrapper.cell-wrapper{
padding: 15px 42px 127px 24px;
position: relative;
} */
.blog-listing-wrapper .post-listing .post-item {
  padding: 63px 48.5px 0 48.5px;
  position: relative;
  margin-bottom: 15px;
  float: left;
  width: 33.333%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.blog-section .post-item:last-child {
  margin-right: 0;
}
.blog-section .post-item .cm-post-item-inner {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translate(0) scale(1, 1);
  transform: translate(0) scale(1, 1);
}
.blog-listing-wrapper {
  padding: 58px 42px 127px 24px;
}
.cm-featured-image-wrapper {
  margin-bottom: 27px;
  margin: 0 auto 20px;
  text-align: center;
}
.blog-banner-area .right-part .hs-search-field {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe {
  border: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  max-width: 100%;
}
ul.hs-search-field__suggestions {
  padding: 10px; 
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a { 
  padding: 5px; 
}
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; 
}
input[type="checkbox"] {
  display: inline-block; 
}
div.post-listing-simple .post-item-outer-wrap::before {
  left: 0;
}

div.post-listing-simple .post-listing-top-title h2.title--blue {
  padding-left: 30px;
}

div.post-listing-simple .post-item-outer-wrap::after {
  width: 84%;
}






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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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



/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

/* 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 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }


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

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

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

.comment-reply-to {
  margin-bottom: 15px;
  cursor: pointer;
  outline: 0;
}

.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;
}

/* Numbered Pagination */
.blog-pagination{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
}

.blog-pagination a {
  padding: 5px 3px;
  text-decoration: none;
}

.blog-pagination a:hover,
.blog-pagination a:focus{
  text-decoration: none;
}

.blog-pagination a.elipses{
  border: 0;
}

.blog-pagination-center a span:before {
  content: '•';
  display: inline-block;
  font-size: 3rem;
  color: #dcdcdc;
}

.blog-pagination-center a.active span:before {
  color: #4885e7;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link{
  color: #4885e7;
  font: 14px/1 "Roboto", sans-serif, Arial;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{}

.btn-modal {
  overflow: hidden;
}
.blog-pagination a.previous-posts-link {
  position: relative;
  padding-left: 15px;
  color: #4885e7;
  font: 14px/1 "Roboto", sans-serif, Arial;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-pagination a.next-posts-link::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/sprite.png);
  background-position: -7px 0px;
  width: 7px;
  height: 11px;
}
/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

.author-link {
      font-size: 25px;
    font-weight: 700;
    color: #061f2e;
}

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

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

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

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

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

/* ==========================================================================
6. FORMS                                        
========================================================================== */
/* .section.post-footer,
.body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search, 
.body-container .widget-type-blog_subscribe,
.body-container .widget-span.widget-type-form, 
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search, 
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form, 
.body-container .hs_cos_wrapper_type_form, .hs-search-field__bar{
  width: 100%;
  max-width: 500px;
  display: block;
  background-color: #dcdfe1;
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
}  */

#hs-pwd-widget-password{
  height: 42px !important; 
}

/* =============== Global Form Styles =============== */
/* .hs_error_rollup .hs-error-msgs label {
  border: 2px solid #f7e700;
  font-size: 13px;
  padding: 0.2em 1em;
  color: #565656;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.4;
} */
.form-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
} 

.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-error-msgs li {
  list-style: none;
}
.hs-error-msgs label {
  color: #f00;
  font-size: 11px;
  font-weight: normal;
}

.hs-input.invalid.error {
  border-color: #c87872;
}
/* Form Field */
.hs-form-field {
  margin-bottom: 25px;
  padding-bottom: 20px;
}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px;
  -webkit-appearance: none;
  display: block;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #000;
  height: 42px;
  border-radius: 0px;
}

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 {
  outline: 0;
}

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

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

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

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

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

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

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


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

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

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

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


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.2s; 
  text-decoration: none !important;
  color: #061f2e; 
  background-color: #aff770;
  border-radius: 10px;
  border-bottom: 0;
  padding: .8rem 1.5rem; 
  display: inline-block;
/*   margin: 0 auto; */
  font-size: 15px;
  white-space: normal;
  margin-top: 1.9rem;
  border: 0px;
  min-height: 40px;
  min-width: 10rem;
  font-weight: 700;
  text-align: center;
  outline: none;
  box-shadow: 0px 2px 15px 5px rgba(54, 64, 87, .08); 
}

/* color: #061f2e; 
font-size: 15px; 
font-weight: 700; 
padding: .8rem 1.5rem; 
display: inline-block; 
text-align: center; 
transition: all 0.2s; 
border-radius: 10px; 
background-color: #aff770; 
box-shadow: 0px 2px 15px 5px rgba(54, 64, 87, .08); 
min-width: 10rem; 
min-height: 40px;} */

.hs-button.primary {
  padding-bottom: 0;
  padding-top: 0;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.site-header.lp .custom-logo {
  padding-top: 13px;
  padding-bottom: 13px;
}

.fixheader .site-header.lp .custom-logo {
  padding-top: 9px;
  padding-bottom: 10px;
}
.content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Styles that do not fit into any of the available sections above can go here. */



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



.hs-blog-post .blog-banner-area {
  overflow: visible;
}

.hs-blog-post .widget-span.blog-content {
  padding: 61px 30px 50px 21px;
  width: 67.5%;
  position: relative;
  z-index: 3;
}

.hs-blog-post .widget-span.blog-sidebar {
  width: 32.5%;
  margin-left: 0;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe {
  position: relative;
  z-index: 2;
  padding: 71px 35px 48px 35px;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d7e4f7;
  padding-left: 9999px;
  z-index: -1;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  padding-right: 9999px;
  z-index: -1;
}

.hs-blog-post .body-container {
  overflow: hidden;
}

.hs-blog-post .post-header h1 {
  color: #4885e7;
  font-weight: 400;
  font: 24px/27px "Manrope", sans-serif, Arial;
  margin: 0 0 20px 0;
  font-size: 31px;
  line-height: 35px;
  margin-bottom: 16px;
}

.post-featured-img {
  border: 1px solid #4885e7;
  margin: 0 auto 20px;
  text-align: center;
  margin-bottom: 50px;
}

.post-featured-img img {
  width: 100%;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe h3.form-title {
  padding: 0;
  font: 24px/27px "Manrope", sans-serif, Arial;
  font-weight: 300;
  padding-left: 80px;
  margin: 0 0 33px 0;
  color: #113346;
  background: transparent;
  position: relative;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe h3.form-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  margin-right: 8px;
  width: 68px;
  height: 70px;
  content: "";
  background-image: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/suscribe.svg);
  background-repeat: no-repeat;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe .hs-richtext p {
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 23px;
  font-weight: 300;
  padding: 0 2px;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe .hs-form-field > label {
  display: none;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe input[type="email"] {
  border-radius: 0;
  font: 30px/1.1 "Roboto", sans-serif, Arial;
  font-weight: 400;
  -webkit-appearance: none;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  height: 25px;
  box-sizing: border-box;
  border: 1px solid #d3d5ce;
  padding: 1px 5px 0 5px;
  margin: 0;
  background-color: white;
  max-width: 253px;
  margin-bottom: 28px;
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe input.hs-button.primary.large {
  { color: #061f2e; font-size: 15px; font-weight: 700; padding: .8rem 1.5rem; display: inline-block; text-align: center; transition: all 0.2s; border-radius: 10px; background-color: #aff770; box-shadow: 0px 2px 15px 5px rgba(54, 64, 87, .08); min-width: 10rem; min-height: 40px;}
}

.hs-blog-post .blog-sidebar .widget-type-blog_subscribe input.hs-button.primary.large:hover {
  background-color: hsla(92,89%,70%,.85);
  color: #061f2e;
}
.blog-post-sidebar-pop-post h3.title.with_icon {
  font: 24px/27px "Manrope", sans-serif, Arial;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-left: 80px;
  margin: 0 0 33px 0;
  margin-bottom: 45px;
  color: #4885e7;
}

.blog-post-sidebar-pop-post h3.title.with_icon span.icon--blog {
  display: inline-block;
  width: 68px;
  height: 70px;
  vertical-align: middle;
  margin-right: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-post-sidebar-pop-post {
  padding: 73px 40px 0 35px;
  box-sizing: border-box;
}

.blog-post-sidebar-pop-post h3.title.with_icon span.icon--blog img {
  vertical-align: top;
}

.blog-post-sidebar-pop-post h3.title.with_icon span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.blog-post-sidebar-pop-post .post-listing.cm-pop-post-listing {
  margin: 0;
}

.blog-post-sidebar-pop-post .post-listing.cm-pop-post-listing .post-item {
  width: 100%;
  float: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.blog-post-sidebar-pop-post .post-listing.cm-pop-post-listing .post-item .cm-featured-image-wrapper {
  border: 0;
  margin: 0;
  margin-bottom: 24px;
}

.blog-post-sidebar-pop-post .post-listing.cm-pop-post-listing .post-body p {
  margin: 0 0 23px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 27px;
}

.blog-post-sidebar-pop-post .post-listing.cm-pop-post-listing a.more-link {
  float: none;
  margin-right: 0;
}
.blog-post-sidebar-pop-post a.btn--all_posts {
  display: inline-block;
  font: 300 15px/28px "Roboto", sans-serif, Arial;
  border: 1px solid;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.5s;
  background: #4885e7;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  padding: 10px 65px;
  line-height: 1;
  border-radius: 30px;
  font-size: 25px;
  position: relative;
  z-index: 1;
}

div#comments-listing {
  border: 0;
}

div#comments-listing + div .hs-form {
  max-width: 767px;
}

.holder-comments-title {
  overflow: hidden;
  margin-bottom: 34px;
}

.holder-comments-title .left-part {
  float: left;
}

.holder-comments-title .right-part {
  float: right;
  padding-top: 37px;
}

.holder-comments-title .title--sky_blue {
  color: #3bb3c2;
  margin-bottom: 8px;
  display: block;
}

.holder-comments-title ul.social-networks {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.holder-comments-title ul.social-networks li {
  float: left;
  width: 37px;
  height: 37px;
  margin-right: 12px;
}
.holder-comments-title ul.social-networks li:before {
  content: '';
}

.holder-comments-title ul.social-networks li a {
  display: block;
  font-size: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.holder-comments-title ul.social-networks li a span {
  display: none;
}

.holder-comments-title ul.social-networks li a.share_facebook {
  background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/facebook.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
.holder-comments-title ul.social-networks li a.share_twitter {
  background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/tweeter.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.holder-comments-title ul.social-networks li a.social-networks__item--linkedin {
  background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/linkdin.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.holder-comments-title ul.social-networks li a.share_googleplus {
  background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/google+.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
.holder-comments-title .right-part span.amount-posts {
  color: #3bb3c2;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 38px;
  position: relative;
  display: block;
}

.hs-blog-post .widget-span.blog-sidebar {
  padding-bottom: 50px;
}
.holder-comments-title .right-part span.amount-posts:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/comment.svg) 50% 50% no-repeat;
  width: 30px;
  height: 24px;
  background-size: contain;
}
a.more-link {
  float: none;
}

.pop-post-section.pop-post-section-1 a.more-link {
  float: right;
}
.hs-blog-post .blog-sidebar .widget-type-blog_subscribe .hs-error-msgs label {
  margin-top: 0;
}

.hs-error-msgs label {
  padding-left: 0;
  padding-right: 0;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  outline: none;
}
/* div.post-listing-simple .post-item {
  width: 100% !important;
  float: none !important;
  max-width: 100% !important;
} */

div.post-listing-simple .post-item:before {
  display: none;
}

/* div.post-listing-simple .post-item+.post-item {
  padding-top: 0 !important;
} */
ul.hs-search-field__suggestions:empty {
  padding: 0;
}
.post-item.pop-post-item.pop-post-item-1 .post-body p {
  font-weight: 400;
}
.pop-post-section-2 .title-holder {
  position: relative;
  overflow: hidden;
  padding-right: 55px;
  margin-right: 102px;
}
.subscribe-options label {
  margin: 0;
}

.hs-blog-listing .blog-content {
  width: 100%;
}

.hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form {
  position: relative;
}

/* .hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form:before {
  content: 'Leave a reply';
  font-size: 24px;
  font-weight: 400;
  color: #0d1f2c;
  margin-bottom: 15px;
  display: block;
  line-height: 1.1;
} */

.blog .body-container-wrapper .container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1114px;
  margin: 0 auto;
}

.blog-banner-area .search-form input[type="submit"] {
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 20px;
  font: 400 14px/32px "Manrope",sans-serif,Arial;
  text-transform: uppercase;
  padding: 0 49px;
  transition: box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  margin: 0;
  text-align: center;
  white-space: normal;
  min-height: 0;
}
.blog-banner-area .right-part .hs-search-field, 
.blog-banner-area .right-part .hs-search-field__bar {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

body.blog .body-container-wrapper {
  background: #fff;
  color: #676767;
  font-family: Roboto,sans-serif,Arial;
  font-size: 14px;
  line-height: 16px;
}

.footer-form input[type="text"], input[type="email"] {
  height: auto;
}

.footer-form .hs-form-field {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-form input[type="email"] {
  width: 100%;
  border: 1px solid #cccbcb;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
  font-family: "Roboto",sans-serif,Arial;
  padding: 2px 8px 1px 8px;
  box-sizing: border-box;
  border-radius: 0;
  font-weight: normal;
  -webkit-appearance: none;
  letter-spacing: normal;
}

.footer-form .hs-input::-webkit-input-placeholder {
  font-weight: 300;
}

.footer-form .hs_cos_wrapper_type_form .hs-button.primary.large {
  min-height: 0;
  min-width: 131px;
  font-family: Roboto,sans-serif,Arial;
}

.footer-form .hs-error-msgs label {
  font-weight: 300;
  margin: 10px 0;
  display: inline-block;
}

.footer-form .invalid.error {
  border-color: red;
}

/* 30-04-2019  starts */
.row-fluid .post-left-col { float: left; width: calc(100% - 250px); padding-right: 29px; }
.row-fluid .post-right-col { margin: 0; float: left;     padding: 100px 0 0 29px; width: 250px; }
.row-fluid .blog-section h1 { color: #061f2e;  font-size: 53px; margin: 0 0 40px 0; line-height: 62px; font-weight: 800;
 }
/* .row-fluid .blog-section .post-body.clearfix{padding-left: 150px;} */
.blog-section .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image { max-width: 100%; margin: 0; float: left; display: block; min-height: 515px; width: 100%; object-fit: cover; }
.row-fluid .blog-wrapper { float: left; width: 100%; padding: 70px 0 30px 0; }

.row-fluid .post-title h2 span { font-size: 2.7rem; color: #061f2e; display: inline-block; font-weight: 800 }
.row-fluid .post-title h2 { margin: 0 0 16px 0; padding: 0 0 15px 0; position: relative; }
.row-fluid .post-title h2:after { content: ''; position: absolute; width: 66px; height: 6px; background-color: #aff770; left: 0; bottom: 0; }
.post-contents { float: left; width: 100%; padding: 40px 0 0 0; }

 .post-contents .hubspot-editable a { font-size: 25px; color: #061f2e; font-weight: 700; }

.post-contents .hubspot-editable .post-time { font-weight: 300; color: #173c51; padding-bottom: 30px; font-size: 19px; }
.section.post-body h4 { margin: 0; color: #061f2e; font-weight: 700; font-size: 1.9rem; margin:0 0 10px 0}

.section.post-body p { color:  #061f2e; font-size: 1rem; font-weight: 300; line-height: normal; margin:0 0 16px 0}

.section.post-body h3 { color: #061f2e; font-size: 2.4rem; font-weight: 700; margin: 0 0 10px 0}

.section.post-body p a { font-size: 1rem; font-weight: 300; color: #32b4c2; text-decoration: underline;transition: all 0.5s; }
.section.post-body p a:hover {color: #2d9ca8;}
.section.post-body ul { display: inline-block; padding: 0; margin: 0 0 !important; }
.section.post-body ul li { font-size: 1rem; color: #061f2e; list-style: none; padding: 0 0 0 35px; position: relative; vertical-align: middle; margin-bottom:10px; }
.section.post-body ul li:before { content: ''; height: 7px; width: 7px; position: absolute; background: #32b4c2; border-radius: 100%; left: 20px; vertical-align: middle; display: inline-block; top: 10px; }
.section.post-body p span { font-weight: 800 !important; }
.section.post-body p strong { font-weight: 800; }

.post-social-sharing { font-size: 1rem; color: #32b4c2; font-weight: 300; float: left; width: 80%; }
.post-social-group { float: left; width: 100%; display: flex; align-items: flex-end; }
.post-social-sharing ul { display: inline-block; margin: 0; width: 100%; padding: 14px 0 0; }
.post-social-sharing ul li { list-style: none; padding-right: 15px; float: left; }
.post-social-sharing ul li a { color: #32b4c2; height: 45px; width: 45px; display: flex; align-items: center; justify-content: center; border: 1px solid #32b4c2; border-radius: 100%; font-size: 25px;    transition: all 0.5s; }
.post-social-sharing ul li a:hover {color: #fff;background: #32b4c2;}

.row-fluid .subscribe-form h3 { color: #173c51; font-size: 18px; font-weight: 300; margin: 0 0 16px 0; padding: 0 0 15px 0; position: relative; }

.row-fluid .subscribe-form h3:before { content: ''; position: absolute; width: 66px; height: 6px; background-color: #aff770; left: 0; bottom: 0; }
.row-fluid .subscribe-form label span { display: none; }
.row-fluid .subscribe-form input { height: 30px; border: 1px solid #172337; border-radius: 5px; margin: 0; }
.row-fluid .subscribe-form input::placeholder { color: #061f2e; font-size: 14px; font-weight: 300; }
.row-fluid .subscribe-form form > div { padding: 0; margin: 5px 0; }
.row-fluid .subscribe-form .actions input { margin: 0; width: 100%; border: 0; font-size: 14px; font-weight: 300; letter-spacing: 1px; height: 32px; }
.row-fluid .subscribe-form  form.hs-form .hs-form-field ul.inputs-list li label { font-size: 15px; }
.actions { margin: 10px 0 0 0; float: left; width: 100%; }
.popular-post-wrapper.inner-post h4 { font-size: 18px; font-weight: 700; color: #061f2e; margin: 0; margin: 15px 0 16px 0; padding: 0 0 15px 0; position: relative; }
.popular-post-wrapper.inner-post h4:before { position: absolute; content: ''; width: 66px; height: 6px; background-color: #aff770; left: 0; bottom: 0; }


.post-right-col h3 { font-size: 18px; font-weight: 700; color: #061f2e; margin: 0; margin: 15px 0 16px 0; padding: 0 0 15px 0; position: relative; }
.post-right-col h3:before { position: absolute; content: ''; width: 66px; height: 6px; background-color: #aff770; left: 0; bottom: 0; }
 
/*ordered list*/
.section.post-body ol li {margin-bottom:10px; } 

.popular-post-wrapper.inner-post { padding: 35px 0 0 0; }
.popular-post-wrapper.inner-post .popular-contents { padding: 20px 0; border-bottom: 1px solid #061f2e; }
.popular-post-wrapper.inner-post .popular-post:last-child .popular-contents { border: none; }
.popular-post-wrapper.inner-post .popular-post:first-child .popular-contents { padding-top: 0; }
.popular-post-wrapper.inner-post .popular-contents > div { width: 100%; padding: 0; }
.popular-post-wrapper.inner-post { color: #173c51; font-weight: 300; font-size: 16px; }
.popular-post-wrapper.inner-post .author { padding: 0 0 5px 0; font-size: 16px; font-weight: 300; }
.popular-post-wrapper.inner-post .single-post  { font-family: Manrope; font-size: 12px; font-weight: 300; line-height: 20px; }
.popular-post-wrapper.inner-post .single-post  a {font-family: Manrope; color: #173c51; font-weight: 800; text-transform: uppercase; font-family: Manrope }
.row-fluid .post-blog-form { float: left; width: 100%; background: #f0f4f5; padding: 50px 0; }
.row-fluid .post-blog-form div#comments-listing+div .hs-form { max-width: 800px; }
.row-fluid .post-blog-form form .input{max-width: 250px;}
.row-fluid .post-blog-form form .hs-fieldtype-textarea .input{max-width:650px;}
.row-fluid .post-blog-form input { font-size: 1rem; color: #061f2e; max-width: 100%; border-bottom: 1px solid #343434; font-family: 'Manrope', sans-serif; height: 40px; margin: 0; padding: 15px 0; }
.row-fluid .post-blog-form input::placeholder { font-size: 20px; color: #061f2e; font-family: 'Manrope', sans-serif; }
/* .row-fluid .post-blog-form form fieldset > div label { display: none; } */


.row-fluid .post-blog-form form fieldset span.hs-form-required{display: none;}
.row-fluid .post-blog-form form fieldset { margin-bottom: 0px }
.row-fluid .post-blog-form form fieldset > div { margin-bottom: 60px; }
.row-fluid .post-blog-form textarea::placeholder { font-size: 1rem; color: #061f2e; font-family: 'Manrope', sans-serif; }
.row-fluid .post-blog-form textarea { max-width: 100%; resize: none; min-height: 157px; font-family: 'Manrope', sans-serif; border: 1px solid #343434; border-radius: 5px; padding: 15px; }
.row-fluid .post-blog-form p { font-size: 1rem; color: #061f2e; font-weight: 300 }
.row-fluid .post-blog-form p a{color: #32b4c2;transition: all .5s;text-decoration: underline;}
.row-fluid .post-blog-form p a:hover{color: #2d9ca8;}
.row-fluid .post-blog-form form fieldset.form-columns-1>div { margin-bottom: 0; }
.row-fluid .post-blog-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field { margin: 0; }
.row-fluid .post-blog-form form .actions input { padding:19px 10px;    height: inherit; transition:all 0.5s;min-width: 252px; background: #fff; color: #858F96; font-size: 25px; font-weight: 400; border: none; display: inline-block; }
.row-fluid .post-blog-form form .actions input:hover{background: #aff770;color: #061f2e}
.row-fluid .post-blog-form form { margin: 0; }
.custom_listing_comments { float: right; width: 20%; text-align: right; }
.custom_listing_comments a { font-size: 1rem; color: #32b4c2; }
/* .row-fluid .post-blog-form div#comments-listing+div .hs-form:before{content:none;} */

/* 04/07/2019 */
.post-right-col .widget-module { color: #000; }
.post-right-col .widget-module ul { list-style: none; padding: 0;margin: 0; display: inline-block;  }
.post-right-col .widget-module ul li { list-style: none;  }
.post-right-col .widget-module ul li a { color: #173c51; font-size: 16px; line-height: 26px; transition: all 0.5s;padding-bottom: 5px; display: inline-block; }
.post-right-col .widget-module ul li a span { display:none; }
.post-right-col .widget-module ul li a:hover { color: #32b4c2; }
.post-right-col .widget-module ul li a:hover span{ color: #32b4c2; }
a.filter-expand-link { color: #32b4c2; }
.row-fluid .post-tags {padding: 30px 0 0 0;}




/* popular-post  */
/* .poppost.animatedParent .border-circle-half.right { direction: ltr; left: 0; height: 420px; width: 200px; top: 0px; z-index: -1; right: inherit; position: absolute; overflow: hidden; margin-left: auto; margin-right: 0; }
.poppost .border-circle-half.right.ani::after { transform: rotate(180deg); opacity: 0; visibility: hidden; }
.poppost.animatedParent .border-circle-half.right::after { content: ''; position: absolute; display: block; background-image: url(https://go.plainid.com/hubfs/PlainID_April2019/blog-left-circle.png); background-position: top left; background-size: contain; left: 0; width: 420px; }
.poppost.animatedParent .border-circle-half.right.ani.animated.go::after { transform: rotate(0); opacity: 1; visibility: visible; } */
 

/* .poppost{ position: relative; }
.poppost .border-circle-half.right{position: absolute;overflow: hidden;width: 200px;height: 400px;margin-left: 0;margin-right: 0;direction:ltr;top:0;left: 0;z-index:-1}
.poppost .border-circle-half.right:after{content: '';position: absolute;display: block;width: 400px;height: 100%;top: 0px;left: 0px;background-image: url(https://go.plainid.com/hubfs/PlainID_April2019/blog-left-circle.png);background-repeat: no-repeat;background-position:top left;background-size: 50% 100%;transform: rotate(0deg);}
.poppost .border-circle-half.right.ani:after{transform: rotate(-180deg);transition: all 2s;}
.poppost  .border-circle-half.right.ani.go::after{transform: rotate(-360deg);}  */

/* popular post updates 2024 */
/* .border-circle-half.right {
  display: none;
} */


.comment-from h4 a { color: #33b4c1; font-weight: 400; padding-bottom: 10px; display: block; }
.hs-blog-post .blog-code { display: block !important; }
.hs-blog-listing .body-container.container-fluid .display-none { display: block; }
.hs-blog-listing.all-post-body .body-container.container-fluid .display-none { display: none; }
.all-post-body .row-fluid .post-left-col { width: 100%; padding: 0; }
.all-post-body .post-item.all-post-item { float: left; width: 33.33%; padding: 30px 15px; }
.all-post-body  .blog-listing-wrapper { padding: 0; }
.all-post-body .recent-post-content-slide h4 a { color: #525d69; }
.all-post-body .row-fluid .blog-wrapper { padding: 70px 0 }
.hs-blog-listing .blog-wrapper { display: none; }
.hs-blog-listing.all-post-body .blog-wrapper { display: block; }
/* .blog-recent-wrap:first-child { padding-left: 0; } */

/* .blog-single-slider{padding:0 15px} */
.hs-blog-post .row-fluid .post-left-col { width: calc(100% - 250px); padding-right: 29px; }
.hs-blog-post  .row-fluid .post-right-col { padding: 100px 0 0 29px; width: 250px; margin: 0; float: left }
/* .new-comments { display: none; } */
.all-post-body .hubspot-editable a { padding-right: 10px; }
/* .all-post-body .title h2{    text-transform: uppercase;font-weight: 400;margin: 0;} */
.all-post-body .title {padding-bottom: 35px;}
.all-post-body .post-listing-simple {
    float: left;
    width:100%
}
.all-post-body .all-post-wrapper {
    float: left;
    width: auto;
    margin: 0 -15px;
}

@media(min-width:1500px)
{
/*   .pop-post.animatedParent .border-circle-half.right{left: -160px;} */
/*   .row-fluid .blog-section h1{padding-left: 70px;} */
  .row-fluid .blog-section .post-body.clearfix{padding-left:0;}
/*   .row-fluid .poppost .border-circle-half.right{left: -160px;} */
  
}
  @media(max-width:1199px)
  {
    .hs-blog-post .row-fluid .blog-section h1{font-size:40px; line-height: normal;}
    .blog-section .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{height: 400px;min-height: inherit;max-height: inherit;}
}
  
  
@media(max-width:991px)
  {
    .row-fluid .blog-section h1{    font-size: 40px;line-height: normal;}
    .row-fluid .post-left-col{padding-right: 20px;}
    .row-fluid .post-right-col{padding-left:20px;}
    .hs-blog-post .row-fluid .post-left-col{width:100%;padding:0;}
    .hs-blog-post .row-fluid .post-right-col{width:100%;padding: 50px 0 0 0;}
    .hs-blog-post .row-fluid .subscribe-form form>div{float:left;width:50%;height: 42px;}
    .hs-blog-post .row-fluid .subscribe-form form .actions{width:50%;margin: 0 0 0 15px;}
    .hs-blog-post .row-fluid .subscribe-form input{height:42px;}
    .hs-blog-post .row-fluid .popular-post-wrapper.inner-post .popular-contents{padding: 0px 0; border-bottom:0}
    .hs-blog-post  .popular-post{width:33.33%;padding:0 15px;    max-width: inherit;margin: 0;float: left;}
    .hs-blog-post  .popular-post-section{    width: auto;margin: 0 -15px;}
    .hs-blog-post  .section.post-body p,.section.post-body ul li,.section.post-body p a,.row-fluid .post-blog-form p,.row-fluid .post-blog-form input,.row-fluid .post-blog-form input::placeholder,.row-fluid .post-blog-form textarea,.row-fluid .post-blog-form textarea::placeholder{font-size: 16px;line-height: 26px;   }
    .hs-blog-post  .section.post-body p{ margin: 0 0 15px 0;}     
    .hs-blog-post  .row-fluid .post-blog-form form .actions input{    padding: 15px 10px;min-width: 220px;    font-size: 20px;}
    .hs-blog-post .row-fluid .post-title h2 span{font-size: 25px;    line-height: 35px;}
    .row-fluid .post-blog-form form .hs-fieldtype-textarea .input{    max-width: 610px;}

    .blog-section .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{height:280px;}
/*     .row-fluid .blog-section .post-body.clearfix {padding-left: 130px;} */
/*     .row-fluid .blog-section h1{    padding-left: 185px;} */
/*     .poppost .border-circle-half.right{width: 169px;height: 330px;}
    .poppost .border-circle-half.right:after{width: 338px;} */
   
/*   allpost   */
    .all-post-body .recent-post-content-slide h4 a{font-size: 20px;line-height: 28px;}
    .all-post-body .post-item.all-post-item{width:50%;}
    .all-post-body .row-fluid .blog-wrapper{padding: 50px 0;}
    .all-post-body .recent-post-content-slide{font-size:14px;}
    .all-post-body .hubspot-editable {padding: 7px 0;}
    .all-post-body .title {padding-bottom: 15px;}
     .all-post-body .title h2{font-size: 40px;line-height: normal;}
    
    
    .post-tags a{   padding: 10px 15px; display: inline-block;}
    .post-right-col .widget-module ul li { float: left; width: 33.33%;}
}

@media(max-width:767px)
  {
    .hs-blog-post .row-fluid .blog-section .post-body.clearfix{padding: 30px 0 0;}
/*     .hs-blog-post .pop-post.animatedParent .border-circle-half.right{height: 320px;width: 150px;} */
    .hs-blog-post .blog-section .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{height:250px;}
    .hs-blog-post .row-fluid .blog-section h1{font-size:35px; line-height:normal;}
    .hs-blog-post .post-social-sharing{width:50%}
    .hs-blog-post .custom_listing_comments{width:50%;text-align:right}
    .hs-blog-post .post-social-group {display: flex;    align-items: center;}
/*     .hs-blog-post .pop-post.animatedParent .border-circle-half.right{   display:none;;}    */
    .all-post-body .title h2{    font-size: 35px;}
    .all-post-body .title {padding-bottom: 10px;}  
    .hs-blog-post .row-fluid .blog-section .post-body.clearfix{}
/*     .poppost .border-circle-half.right{width: 130px;height: 270px;} */
/*     .poppost .border-circle-half.right:after{width:268px} */
    
    .row-fluid .post-blog-form div#comments-listing+div .hs-form{width:100%;}
    .row-fluid .post-blog-form form .input{max-width:100%;}
    .row-fluid .post-blog-form form fieldset>div:first-child {padding-right: 15px;}
   .row-fluid .post-blog-form form fieldset>div:last-child {padding-left: 15px;}
    .row-fluid .post-blog-form form fieldset.form-columns-1 > div {   padding: 0;}
    .row-fluid .post-blog-form form .hs-fieldtype-textarea .input{max-width:100%;}
}
@media(max-width:600px)
  {
   .hs-blog-post .row-fluid .blog-section h1{font-size:30px; line-height: normal;}  
    .hs-blog-post .row-fluid .post-title h2 span{font-size:20px;    line-height: 30px;}
/*     .hs-blog-post .row-fluid .post-title h3 {font-size: 19px; line-height:28px;} */
    .all-post-body .recent-post-content-slide h4 a{font-size: 18px;line-height: 25px;}
     .all-post-body .post-item.all-post-item{width: 100%;padding: 30px 50px;} 
     .all-post-body .title h2{    font-size: 30px;}
    .all-post-body .title{padding-left: 35px;}
   
}
@media(max-width:480px)
  {
    .hs-blog-post .blog-section .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{height:200px;}
/*     .hs-blog-post .pop-post.animatedParent .border-circle-half.right{height: 250px;} */
    .hs-blog-post .row-fluid .blog-section .post-body.clearfix{padding: 10px 0 0;}
    .hs-blog-post  .popular-post{width:100%;    padding: 15px;}
    .post-social-sharing{width:100%}
    .custom_listing_comments{width:100%;float: left;text-align: left;padding: 30px 0 0 0}
    .hs-blog-post .post-social-group{display:block;}
    .hs-blog-post .row-fluid .subscribe-form form>div{width:100%;}
    .hs-blog-post .row-fluid .subscribe-form form .actions{width: 100%;margin: 0;}
    .hs-blog-post .row-fluid .blog-section h1{font-size:24px;padding-left: 0px; line-height: normal;}
/*     .hs-blog-post .pop-post.animatedParent .border-circle-half.right{top:0;} */
    .hs-blog-post .post-social-sharing {width: 100%;}
    .hs-blog-post .custom_listing_comments {width: 50%;text-align:left;}
    .hs-blog-post .post-social-sharing ul li a{height: 35px;width: 35px;font-size: 20px;}
    .hs-blog-post .row-fluid .post-blog-form form fieldset>div{margin-bottom: 20px;}
    .hs-blog-post .row-fluid .post-blog-form input{width:100% !important}
    .all-post-body .post-item.all-post-item{padding: 20px ;}
    .all-post-body .all-post-wrapper{margin:0}
    .all-post-body .title {padding-left: 25px;}
    .all-post-body .title h2{font-size:24px;}
    
/*     .hs-blog-post .row-fluid .blog-section h1{padding-left: 105px;} */
/*     .hs-blog-post .row-fluid .blog-section .post-body.clearfix{padding-left:60px;} */
    .hs-blog-post .blog-section .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{height:150px}
/*     .poppost .border-circle-half.right{    width: 90px;height: 190px;}
    .poppost .border-circle-half.right:after{    width: 188px;} */
    .row-fluid .post-blog-form form fieldset>div:last-child,  .row-fluid .post-blog-form form fieldset>div:first-child{padding:0;}
    .hs-blog-post .row-fluid .post-blog-form form .actions input{max-width: 220px;}
    .row-fluid .post-blog-form textarea{min-height:120px;}
    .row-fluid .post-blog-form form .input input,.row-fluid .post-blog-form form .input input::placeholder,.row-fluid .post-blog-form form .input textarea, .row-fluid .post-blog-form form .input textarea::placeholder{font-size:14px;line-height:normal;}
    .hs-blog-post .row-fluid .post-blog-form form .actions input{    max-width: 150px;padding: 5px 0;min-width: inherit;font-size: 14px;}
    .post-right-col .widget-module ul li{    width: 100%;}
    .post-tags a {padding: 0 0 5px 0;}

}

@media(max-width:350px)
  {
    .all-post-body .title{padding:0;}
    .all-post-body .post-item.all-post-item{padding: 20px 0;}
}

/* 30-04-2019  ends */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media screen and (min-width: 768px) {
  .blog-post-sidebar-pop-post a.btn--all_posts:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 45px;
    background: linear-gradient(to top, #a159f2, #4885e7);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
  }
  .blog-post-sidebar-pop-post a.btn--all_posts:hover:after {
    opacity: 1;
  }
  .holder-comments-title ul.social-networks li a.share_facebook:hover {
    background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/facebook-blue.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .holder-comments-title ul.social-networks li a.share_twitter:hover {
    background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/tweeter-blue.svg) 50% 50% no-repeat;
    background-size: contain;
  }

  .holder-comments-title ul.social-networks li a.social-networks__item--linkedin:hover {
    background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/linkdin-blue.svg) 50% 50% no-repeat;
    background-size: contain;
  }

  .holder-comments-title ul.social-networks li a.share_googleplus:hover {
    background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/google+-blue.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .hs-blog-post .blog-banner-area .cm-blog-title::after {
    content: '';
    position: absolute;
    top: 79px;
    left: 45px;
    width: 10px;
    height: 105px;
    background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/blog-single-post-line.svg) no-repeat;
    background-size: cover;
    z-index: 3;
  }
  .sidebar-form {
    margin-top: -142px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 750px; 
  }
}

@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
    max-width: 970px; 
  }
}

@media (min-width: 1251px){
  .container-fluid .row-fluid .page-center {
    max-width: 1200px; 
  }
  .landing-page .body-container .row-fluid .page-center {
    max-width: 1500px; 
  }

}

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

@media (max-width: 1450px){
  body{

    font-size: 17px;
  }
  .footer-contact p:last-of-type {
    padding-bottom: 33px;
  }

  .footer-copyright p {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 2px;
  }

  .copyright-wrapper {
    padding-bottom: 34px;
  }
  .hs-banner-area .page-center{

    min-height: 447px; 
    height: 447px;
  }
}

@media(max-width:1250px){
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
    padding: 25px 18px;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
  }

  .widget-type-custom_widget.site-logo {
    width: 150px;
  }

  .widget-type-custom_widget.custom-menu-primary.desktop {
    margin-left: 0;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  } 
  .hs-banner-area .page-center {
    min-height: 385px;
    height: 385px;
  }
  .site-header.lp .custom-logo {
    padding-top: 10px;
    padding-bottom: 9px;
  }
  .header-container {
    min-height: 68px;
  }
}

@media (max-width: 1114px) {
  .blog .body-container-wrapper .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog .banner-area .page-center {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .blog .body-container .page-center {
    padding: 0 0;
  }
  .pop-post-section-1 .page-center {
    padding: 66px 35px 65px 35px !important;
  }
  .pop-post-section-2 .page-center {
    padding: 0 24px 0 24px !important;
  }
  .hs-blog-post .body-container .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pop-post-section-2 .title-holder {
    margin-right: 122px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    padding: 63px 25px 0 25px;
  }
  .pop-post-section .cm-pop-post-listing .post-item {  	
    padding-left: 35px;
    padding-right: 35px;
  }
  .post-listing.cm-pop-post-listing {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (max-width: 1000px) and (min-width: 768px){
  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe h3.form-title:before {
    width: 40px;
    height: 40px;
  }

  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe h3.form-title {
    padding-left: 55px;
  }

  .blog-post-sidebar-pop-post h3.title.with_icon span.icon--blog {
    width: 40px;
    height: 40px;
  }

  .blog-post-sidebar-pop-post h3.title.with_icon {
    padding-left: 55px;
  }
  .blog-post-sidebar-pop-post {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-post-sidebar-pop-post a.btn--all_posts {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}


@media (max-width: 991px){
  body{

    font-size: 14px;
  }
  .footer-menu .hs-menu-wrapper>ul {
    flex-wrap: wrap;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    margin-bottom: 30px;
    width: calc(33% - 20px);
  }
  .footer-contact p:last-of-type {
    padding-bottom: 29px;
  }

  .footer-copyright p {
    margin-top: 3px;
    margin-bottom: 7px;
  }

  .copyright-wrapper {
    padding-bottom: 37px;
  }
  .hs-banner-area .page-center {
    min-height: 303px;
    height: 303px;
  }
  .hs-banner-area h1 {
    font-size: 32px;
    line-height: 36px;
    padding-top: 50px;
  }
  .site-header{  
    background-color: rgba(0,0,0,1); 
  }
  .site-header.lp .custom-logo {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .site-header.lp .mobile-trigger {
    display: none !important;
  }
  .header-container {
    min-height: 62px;
  }
}

@media screen and (max-width: 940px) {
  .post-item-outer-wrap::after {
    width: 74%;
  }
}
@media screen and (max-width: 899px) {
  .post-item-outer-wrap::after {
    width: 71%;
  }
}
@media (max-width: 844px){
  .banner-area h1 {
    font-size: 32px;
    padding-left: 0;
    padding: 125px 0 52px;
  }
  .post-item-outer-wrap::before {
    left: 42px;
  }
  .blog-pagination {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width:850px) and (min-width: 768px){
  .footer-section-2 a.request-demo {
    font-size: 16px;
  }
}
@media (max-width:777px) and (min-width: 768px){
  .footer-section-2 a {
    font-size: 18px;
  }
}


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

@media (max-width: 767px) {
  .footer-social-share-wrapper .row-fluid .page-center>div>div.row-fluid:before, .footer-social-share-wrapper .row-fluid .page-center>div>div.row-fluid:after {
    display: none;
  }
  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 {
    max-width:100%;
  }

  .section.post-footer,
  .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search, 
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-span.widget-type-form, 
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search, 
  .password-template .body-container form, 
  .subscription-template .body-container .widget-type-email_simple_subscription form, 
  .body-container .hs_cos_wrapper_type_form, .hs-search-field__bar{
    max-width: 100%;
  } 
  .hs-banner-area h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .hs-banner-area .page-center {
    min-height: 352px;
    height: 352px;
  }
  .header-container .row-fluid [class*="span"]{
    min-height: 0; 
  }
  .child-trigger svg {

    position: relative;
    right: -2px;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;    
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .main-content.content-left {
    display: none;
  }

  .custom-form{
    max-width:100% !important;
  }

  .top-footer-group .section {
    display: block !important;
    width: 100% !important;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    border: none;
    position: relative;
  }

  .contacts-mail {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }

  .contacts-address {
    margin-bottom: 15px;
  }  
  .footer-section-2 {
    position:absolute !important;
    top: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    border-bottom: 0;
  } 
  .blog .body-container .page-center{
    padding: 40px 15px;
  }
  .footer-form {
    padding: 50px 15px 40px 15px;
  }
  .footer-form-modal {
    width: 100%;
    width: calc(100% - 30px) !important;
  }
  .blog-banner-area {
    min-height: 0 !important;
  }
  .blog-banner-area .right-part {
    display: none;
  }
  .blog-banner-area .holder {
    min-height: 0 !important;
    padding: 40px 0 50px 0;
    display: block;
    height: auto !important;
  }
  .blog-banner-area .page-center {
    min-height: 0 !important;
    height: auto !important;
    padding-left: 10px;
  }
  .blog-banner-area .left-part {
    display: block;
    width: 100%;
  }
  .blog-banner-area .cm-blog-title {
    padding-left: 84px;
    font: 300 28px/34px "Roboto", sans-serif, Arial;
  }
  .blog-banner-area .icon-blog {
    min-width: calc(98px/1.5) !important;
    min-height: calc(98px/1.5) !important;
  }
  .blog-bottom-pane .blog-bottom-pane-inner {
    padding: 0 20px;
  }
  .blog-bottom-pane .blog-bottom-pane-inner .page-center {
    padding: 25px 0 50px 0 !important;
  }
  .blog-bottom-pane .title {
    margin-bottom: 10px !important;
    font: 400  30px/34px "Roboto", sans-serif, Aria;
  }
  .blog-bottom-pane-inner .request-demo {
    font-size: 16px;
    line-height: 38px;
    border-radius: 30px;
    padding: 0 25px;
    position: relative;
    z-index: 1;
  }
  .blog-banner-area .page-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .blog-banner-area .cm-blog-title::after {
    top: 49px;
    left: 30px;
    width: 2px;
    height: 35px;
  }

  .hs-blog-post .widget-span.blog-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hs-blog-post .widget-span.blog-content:before {
    content: '';
    background: #4885e7;
    width: 2px;
    height: 30px;
    position: absolute;
    left: 25px;
    top: 0;
  }

  .hs-blog-post .widget-span.blog-content:after {
    content: '';
    background: #4885e7;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 22px;
    top: 30px;
  }

  .hs-blog-post .body-container .page-center {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hs-blog-post .body-container .blog-banner-area .page-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hs-blog-post .post-header h1 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .hs-blog-post .widget-span.blog-sidebar {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }

  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe:before {
    display: none;
  }

  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe:after {
    display: none;
  }

  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe {
    background: #f2f2f2;
    padding: 35px 15px;
  }

  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe h3.form-title:before {
    width: 43px;
    height: 43px;
  }

  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe h3.form-title {
    padding-left: 55px;
    margin-bottom: 30px;
  }

  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe input[type="email"] {
    max-width: 100%;
  }

  .hs-blog-post .blog-sidebar .widget-type-blog_subscribe input.hs-button.primary.large:hover { 
    background-color: hsla(92,89%,70%,.85);
    color: #061f2e;
  }

  .blog-post-sidebar-pop-post {
    padding: 35px 15px;
  }

  .blog-post-sidebar-pop-post h3.title.with_icon {
    text-align: left;
    margin-bottom: 35px;
    padding-left: 55px;
  }

  .blog-post-sidebar-pop-post h3.title.with_icon span.icon--blog {
    width: 43px;
    height: 43px;
  }

  .post-header.post-header-for-mobile {
    display: block !important;
  }

  .post-header.post-header-for-all {
    display: none !important;
  }

  .cm-featured-image-wrapper img {
    width: auto;
    margin: 0 auto;
  }

  .blog-post-sidebar-pop-post a.btn--all_posts {
    display: table;
    margin: 15px auto 0;
    font-size: 20px;
    padding: 10px 40px;
    text-align: center;
  }

  .hs-blog-post .widget-span.blog-sidebar {
    padding-bottom: 15px;
  }

  .blog-post-sidebar-pop-post .post-listing.cm-pop-post-listing .post-item {
    text-align: left;
    margin-bottom: 18px;
  }

  .post-header h2 {
    font-size: 18px;
    line-height: 24px;
    height: auto !important;
  }
  
    .section.post-body h3 {
      font-size:17px;
      line-height:22px;
      height: auto !important;
  }
  
  .section.post-body h4 {
          font-size:16px;
      line-height:20px;
      height: auto !important;
  }
  
    .section.post-body h5 {
          font-size:16px;
      line-height:18px;
      height: auto !important;
  }
  
    .section.post-body h6 {
          font-size:16px;
      line-height:18px;
      height: auto !important;
  }
  
  
  .holder-comments-title .left-part {
    float: none;
  }

  .holder-comments-title .right-part {
    float: none;
  }

  .holder-comments-title .right-part span.amount-posts {
    min-height: 25px;
    line-height: 25px;
  }

  .holder-comments-title ul.social-networks li {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .post-featured-img {
    position: relative;
  }

  .post-featured-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 9999px;
    left: -30px;
    right: -30px;
    background: #dae7fa;
    margin-bottom: 26.6667%;
    z-index: -1;
  }

  .blog-banner-area {
    z-index: 4;
  }

  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .widget-type-blog_subscribe,
  .widget-span.widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  .site-page .hs_cos_wrapper_type_form,.hs-search-field,div#comment-form,
  .landing-page form.hs-form,
  .error-template.one-column .body-container form,
  .fw-lp .body-container .widget-type-form {   
    max-width: 100%;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form {
    width: 100%
  }
  a.more-link:hover {
    color: #4885e7;
    border-color: #4885e7;
    background: transparent;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 0 10px;
  }
  .pop-post-section.pop-post-section-1 .page-center {
    padding: 61px 15px 30px !important;
    position: relative;
  }

  .pop-post-section.pop-post-section-1 .page-center:before {
    content: '';
    background: #4885e7;
    width: 2px;
    height: 30px;
    position: absolute;
    left: 40px;
    top: 0;
  }

  .pop-post-section.pop-post-section-1 .page-center:after {
    content: '';
    background: #4885e7;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 37px;
    top: 30px;
  }

  .pop-post-section-1 .cm-post-item-inner .left-part {
    width: 100%;
    float: none;
  }

  .cm-post-item-inner .right-part {
    width: 100%;
    padding-right: 0;
    float: none !important;
  }

  .pop-post-section-1 .cm-post-item-inner {
    display: block !important;
  }

  .pop-post-section-1 .cm-post-item-inner .left-part img {
    width: 100%;
  }

  .pop-post-section.pop-post-section-1 .page-center h2.post-title {
    font: 24px/27px "Roboto", sans-serif, Arial;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 17px;
  }

  .pop-post-item-1 .cm-featured-image-wrapper {
    margin: 0 0 30px;
  }

  .pop-post-section-2 .title-holder .pop-post-title::before {
    background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/blog-icon.svg) 0 0 no-repeat;
    background-size: cover;
    width: 43px;
    height: 43px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }

  .pop-post-section-2 .title-holder .pop-post-title {
    padding-left: 55px;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 30px;
    display: block;
  }

  .pop-post-section-2 .title-holder {
    margin-right: 0;
    padding: 18px 0 0 0;
  }

  .pop-post-section .cm-pop-post-listing .post-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }

  .post-listing.cm-pop-post-listing {
    margin: 0;
  }

  .pop-post-section-2 .page-center {
    padding: 0 15px 15px 15px !important;
  }

  .post-item-outer-wrap::before {
    display: none;
  }

  .post-item-outer-wrap::after {
    display: none;
  }

  .post-item-outer-wrap .post-item::before {
    display: none;
  }

  .post-listing-top-title h2.title--blue {
    padding: 0 15px 15px 80px;
    position: relative;
    font-size: 24px;
    line-height: 27px;
    overflow: hidden;
    margin: 0;
  }
  .post-listing-top-title h2.title--blue:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -17px;
    background: url(//2129412.fs1.hubspotusercontent-na1.net/hubfs/2129412/PlainID_October2018/Images/blog-01-mobile.svg) no-repeat 50% 50%;
    width: 50px;
    height: 178px;
    z-index: 2;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left:48.5px;
    padding-right:48.5px;
  }

  .blog-section .post-item .cm-post-item-inner {
    float: none;
  }
  .blog-pagination {
    margin-bottom: 40px;
  }
  .blog-listing-wrapper.cell-wrapper {
    padding: 0;
  }
  .post-item-outer-wrap{
    background: #dae7fa;
    padding: 20px 15px 0px;
  }

  .blog-pagination a {
    float: none !important;
    display: table !important;
    margin: 10px auto !important;
  }

  .blog-pagination a.next-posts-link {
    float: none !important;
  }
  .blog-post-wrapper .post-body img {
    margin: auto !important;
    max-width: 300px;
    float: none !important;
    width: 100% !important;
    display: block;
  }
  .blog .body-container  .page-center.content-wrapper {
    padding: 0 !important;
  }
} 

@media(max-width: 703px){
  .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    white-space: normal;
  }
}

@media(max-width: 600px){
  .footer-copyright p {
    margin-top: 4px;
    margin-bottom: 6px;
  } 
  .footer-menu .hs-menu-wrapper>ul>li {
    width: calc(50% - 20px);
  }

  .copyright-wrapper {
    padding-top: 25px;
    padding-bottom: 22px;
  }

  .footer-social-share-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-menu {
    font-size: 14px;
  }

  .footer-menu-wrapper {
    margin-top: 40px;
    font-size: 14px;
  }
  .hs-banner-area .page-center {
    min-height: 273px;
    height: 273px;
  }


}




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

@media (max-width: 480px){
  .banner-area h1{
    font-size: 26px;
    padding: 120px 0 52px;
  }
  .blog-pagination-left, 
  .blog-pagination-right {
    width: 46%;
  }
  .blog-pagination-right{
    width: 44%; 
  }
  .blog-pagination a.next-link, .blog-pagination a.prev-link {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0 !important;
  }
  .blog-pagination a.prev-link {
    margin-left: 0 !important;
  }
}


@media (max-width: 479px) {
  .footer-menu .hs-menu-wrapper > ul {
    display: block;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
    padding-right: 0;
  }

  .footer-social-share-wrapper .row-fluid .page-center>div>div.row-fluid {
    display: block;
  }

  .widget-type-custom_widget.footer-social-share {
    text-align: left;
  }

  .footer-top-social a:first-of-type {
    margin-left: 0;
  }
  .hs-banner-area .page-center {
    min-height: 216px;
    height: 216px;
  }
}

@media (max-height: 454px) {
  .footer-form-modal, .widget-span.footer-form-modal {
    height: 90vh;
  }
}


@media(max-width: 320px){
  .hs-banner-area .page-center {
    min-height: 189px;
    height: 189px;
  } 
}


@media (max-height: 767px) { 

  .blogpost_height { height:auto !important; }
}



/* .cta-padding-blog.hs-cta-img {
  padding: 0 25px 0;
} */

/* Media queries for blog 2024 updates */

@media screen and (max-width: 480px) {
  .footer-menu-wrapper {
    display: none !important;
  }
}