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

/* ==========================================================================
   MACROS                                            
   ========================================================================== */






















/* ==========================================================================
   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://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Lato:300i,400,400i,700,700i,900,900i');
@import url('https://cdn2.hubspot.net/hubfs/3066473/font/stylesheet.css');




/* 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; }
.cell-wrapper.layout-widget-wrapper,.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.form-return {
    color: #304ffe;
    font-family: "Helvetica";
    font-size: 18px;
    font-weight: 400;
}
body{margin:0; padding:0; font-size:16px; line-height:normal;  color:#353535;  font-weight: normal; font-family: 'Lato', sans-serif;}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1130px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.container-fluid .custom-header .page-center {
    max-width: 1120px;
}
.post-header b {
    font-size: 17px;
    text-transform: uppercase;
    /* font-weight: 400; */
    color: #353535;
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #318DFD;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #318DFD;
  text-shadow: none;
}


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

/* Basic text */
p {
    margin: 0 0 11px;
}

small {}
strong {
   font-weight: 600;
   color: #4d4d4f;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 41px;
}

h2 {
    font-size: 34px;
    line-height: 1.3;
    margin: 0 0 10px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}
.container-fluid .content-wrapper {
    margin-top: 34px !important;
    padding-bottom: 112px;
}
/* Anchor Links */
a { 
    color: #58c9e8;
    text-decoration: none;
    outline: 0;
}
.header-container .custom-header:after {
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #eee;
}
h1.csm-post-title {
    font-size: 60px;
}
h1 {
    font-size: 48px;
    color: #4264FB;
    font-weight: 100;
    letter-spacing: 1px;
}
a:hover, a:focus { 
    color: #1e194d;
}
.body-container{     background: #fcfcfc;   box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;}
/* 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;
  margin-bottom: 20px;
}


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
    position: relative;
    z-index: 100;
    min-height: 82px;
}

.header-container {}



.header-container .custom-header .logo-box {
    width: auto;
    margin: 0;
    position: relative;
    padding: 20px 0 16px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    -o-transition: padding .3s;
    -ms-transition: padding .3s;
    transition: padding .3s;
}

.header-container .custom-header.fixed .logo-box {
    padding: 10px 0 5px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    -o-transition: padding .3s;
    -ms-transition: padding .3s;
    transition: padding .3s;
}

.header-container .custom-header .logo-box img {
    width: 150px;
}



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

.body-container-wrapper {
    position: relative;
    z-index: 3;
}

.body-container {}





.csm-title-wrapper {
    background: #58C9E8;
    border-bottom: 7px solid #1E194D;
}

.page-title h1 {
    color: #fff;
    text-align: center;
    padding: 52px 0 52px;
}

body.hs-blog-post .page-title {
    height: 15px;
}

body.hs-blog-post .page-title h1 {
    display: none;
}

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


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

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

.footer-container .custom-footer {
       background: #fcfcfc none repeat scroll 0 0;
    padding: 50px 0 50px;
}
.meet-the-team-cell figure{
    display: block;
    margin: 0px;
    padding: 0px;
}
.footer-container .custom-footer .csm-footer-col.col1{    padding: 0 ;}
.footer-container .custom-footer .csm-footer-col {
   
    margin: 0;
    padding: 0 15px;
}

.footer-container .custom-footer .csm-footer-col.c3 {
    width: 16.6667%;    
}

.footer-container .custom-footer .csm-footer-col.c4 {
    width: 33.33%;    
}


.footer-container .custom-footer h3 {
    margin: 0 0 24px;
    font-size: 20px;
    color: #fff;
}
.footer-container .custom-footer .csm-footer-heading h4{
      font-size: 12px;
    color: #7290AC;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-article-top h6 {font-size: 16px;color: #8a8c8e;text-transform: uppercase;font-weight: bold;margin: 20px 0 0 0;}

h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}
.footer-container .custom-footer a {
		color: #363636;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
}
.widget-type-menu, .header-btn {
    margin-top: 5px;
}

.widget-type-menu {
    float: right;
}
.widget-type-menu li {
    position: relative;
}

.widget-type-menu li {
    float: left;
    padding: 0 12px;
}
.widget-type-menu li a {
    font-size: 14px;
    color: #304FFE;
    font-weight: 300;
    padding: 0 0px;
    line-height: 40px;
    display: inline-block;
    border-radius: 0;
    position: relative;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.header-container .custom-header {
    padding: 30px 0 20px;
    position: relative;
}
.hs-menu-wrapper ul.hs-menu-children-wrapper {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    left: -70px !important;
    padding: 30px 40px;
    position: absolute;
    top: 104%;
    width: 220px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in 0s;
}
.footer-container .custom-footer a:hover {
    color: #304FFE;
}

.footer-container .custom-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
  .meet-the-team-text-right h6{font-weight: 500; font-family: 'Helvetica Neue';}

#infscr-loading {
    position: static !important;
    margin: auto !important;
    color: #f00;
    font-weight: bold;
}
.footer-container .custom-footer .csm-text-widget ul.csm-social li {
    display: inline-block;
    margin-right: 13px;
}

.footer-container .custom-footer .csm-text-widget ul.csm-social li a {
    font-size: 34px;
}


.footer-container .custom-footer .csm-footer-col.c2 .csm-text-widget ul.email {
    margin: 20px 0 0;
}


.footer-container .custom-footer .csm-subscribe label {
    font-weight: 100;
}

.footer-container .custom-footer .csm-subscribe input.hs-input {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

.footer-container .custom-footer .csm-subscribe form {
    width: 70%;
}

/* ==========================================================================
   Load More Button - Infinite post
   ========================================================================== */
#infscr-loading {
    position: absolute !important;
    bottom: -30px !important;
    left: 50% !important;
    width: 300px !important;
    height: 20px !important;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width: 767px) {
    #infscr-loading {
        bottom: -15px !important;
    }
}


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

@media(min-width: 1024px) {

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

.row-fluid .custom-menu-primary {
    width: auto;
    margin: 0;
    float: right;
    text-align: right;
}

.hs-menu-wrapper > ul,
.hs-menu-wrapper > ul > li,
.hs-menu-wrapper > ul > li > a {
    vertical-align: top;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #3d3d3c;
    text-decoration: none;
    padding: 29px 15px;
    -webkit-transition: padding .3s, color .3s;
    -moz-transition: padding .3s, color .3s;
    -o-transition: padding .3s, color .3s;
    -ms-transition: padding .3s, color .3s;
    transition: padding .3s, color .3s;
}

.header-container .custom-header.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 19px 15px;
    -webkit-transition: padding .3s, color .3s;
    -moz-transition: padding .3s, color .3s;
    -o-transition: padding .3s, color .3s;
    -ms-transition: padding .3s, color .3s;
    transition: padding .3s, color .3s;
}


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


.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
    display: inline-block;
    border: 2px solid #ee6630;
    color: #ee6630;
    padding: 8px 15px;
    position: relative;
    top: 19px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: padding .3s, color .3s, top .3s, border .3s;
    -moz-transition: padding .3s, color .3s, top .3s, border .3s;
    -o-transition: padding .3s, color .3s, top .3s, border .3s;
    -ms-transition: padding .3s, color .3s, top .3s, border .3s;
    transition: padding .3s, color .3s, top .3s, border .3s;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
    margin-right: 10px;
}

.header-container .custom-header.fixed .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 9px 15px;
    top: 8px;
    -webkit-transition: padding .3s, color .3s, top .3s, border .3s;
    -moz-transition: padding .3s, color .3s, top .3s, border .3s;
    -o-transition: padding .3s, color .3s, top .3s, border .3s;
    -ms-transition: padding .3s, color .3s, top .3s, border .3s;
    transition: padding .3s, color .3s, top .3s, border .3s;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    border: 2px solid #58c9e8;
    color: #58c9e8;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\f107";
    margin-left: 5px;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;    
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  width: 200px;
  text-align: left;
  border-top: 1px solid #58c9e8;
  border-bottom: 4px solid #58c9e8;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px;
    color: #3d3d3c;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

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

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

}

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


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

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

@media (max-width: 1023px){

  /* 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{
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 30px;           /* Position Button at right of screen */
    right: 12px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0;
    background: transparent; /* Background color */
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #3D3D3C; 
    z-index: 1;
  }
  
  .mobile-trigger span {
      font-size: 30px;
  }
  
  .mobile-trigger:hover{}

    .row-fluid .mobile-trigger {
        margin: 0;
        width: auto;
    }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 2px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 30px !important; /* Button height */  
    padding: 0 !important;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  
  .header-container .custom-header.fixed .child-trigger{
    height: 35px !important;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #3d3d3c; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50px; /* Makes room for button */
    margin: 10px 0;
  }

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

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
       height: calc(100vh - 100px) !important;
       overflow-y: scroll !important;
       max-height: 617px;
       -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    -ms-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    }
    
    .header-container .custom-header.fixed .custom-menu-primary .hs-menu-wrapper > ul{
        max-height: 499px;
       -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    -ms-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    }

  /* 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: #fff;
    border-bottom: 1px solid #eee;
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
      padding: 4px 15px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 29px 5px;
    color: #3d3d3c;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #58c9e8;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a,
   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
        border: 2px solid #ee6630;
        color: #ee6630;
        padding: 9px 15px !important;
        margin: 10px 0;
        display: inline-block;
        text-align: center;
        max-width: 126px;
        -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
        -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a:hover {
        border: 2px solid #58c9e8;
        color: #58c9e8;
    }

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

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

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


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


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

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

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

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

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

.widget-label {
    display: none;
}

.post-body.clearfix {
    display: none;
}

#csm-date {
    font-size: 16px;
    line-height: 1.42857;
    font-weight: 100;
}
.blog-article-middle .post-body h1 {
    color: #363636;
    font-weight: 100;
    margin-bottom: 100px;
}
body.hs-blog-post #csm-date {
    width: 25%;
    float: right;
    text-align: right;
    display: inline-block;
}

div.section.post-header {
    margin: 0 0 30px;
}

.csm-post-data {
    display: inline-block;
    width: 100%;
}

.csm-share {
    margin: 0 0 25px;
    display: inline-block;
    width: 100%;
}

.csm-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.csm-share ul li {
    display: inline-block;
    margin: 8px;
}

.csm-share ul li a i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    vertical-align: top;
    padding: 8px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -o-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}

.csm-share ul li a:hover i:after {
    background: none repeat scroll 0 0 #fff;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 100%;
}

.csm-share ul li a i.fa.fa-facebook {
    background: #3b5998;
}

.csm-share ul li a:hover i.fa.fa-facebook:before {
    color: #3b5998;
    position: relative;
    z-index: 999;
}

.csm-share ul li a i.fa.fa-twitter {
    background: #1dcaff;
}

.csm-share ul li a:hover i.fa.fa-twitter:before {
    color: #1dcaff;
    position: relative;
    z-index: 999;
}

.csm-share ul li a i.fa.fa-linkedin {
    background: #3f729b;
}

.csm-share ul li a:hover i.fa.fa-linkedin:before {
    color: #3f729b;
    position: relative;
    z-index: 999;
}

.csm-share ul li a i.fa.fa-google-plus {
    background: #dd4b39;
}

.csm-share ul li a:hover i.fa.fa-google-plus:before {
    color: #dd4b39;
    position: relative;
    z-index: 999;
}




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

.blog .blog-content {
    width: 75%;
}

/* 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 */
body.hs-blog-listing .hs-blog-header {
    display: block !important;
}

.hs-blog-header {
    display: none !important;
}

.hs-blog-header h2 {
    color: #58c9e8;    
}

.hs-blog-header h2 a{}

/* Blog Post Title */
.post-header h2 {
    font-size: 21px;
    margin: 0;
}
.post-header h2 a {
    text-decoration: none;
    font-weight: normal;
}

/* Blog Author and Avatar */

body.hs-blog-listing #hubspot-author_data {
    display: none;
}

#hubspot-author_data {
    width: 75%;
    display: inline-block;
    float: left;
}

.hs-author-listing-header {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px double #ccc;
}
.hs-author-detail {
    display: table;
    vertical-align: middle;
    text-align: left;
}
.hs-author-detail .hs-author-avatar,
.hs-author-detail .hs-author-info {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}
.hs-author-detail .hs-author-avatar {
    width: 50px;
}
.hs-author-detail .hs-author-info {
    width: auto;
}
.hs-author-detail .hs-author-info > div {
    margin: 10px 0;
    font-size: 0.9em;
    line-height: 1.5;
}
.blog-post-wrapper .hs-author-profile {}

#hubspot-author_data .hs-author-avatar {
    max-width: 50px;
    max-height: 50px;
}
.blog-post-wrapper {
    max-width: 790px;
    margin: 0 auto;
}
.hs-author-profile .hs-author-avatar .avatar-bg {
    display: block;
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.meet-the-team-top a {
    color: #8a8c8e;
}

.blog-article-middle p {
   font-size: 17px;
   line-height: 30px;
   color: #4d4d4f;
   font-family: "Lato";
   margin-bottom: 20px;
   font-weight: 300;
}

.blog-article-middle h4{font-size: 30px; color: #4d4d4f; margin-bottom: 26px;}


.blog-article-middle p:last-child{margin-bottom: 0;}
#author-link {
    display: inline-block;
    font-weight: 100;
}
.hs-author-detail{
    font-size: 14px;
    color: #323C47;
    font-weight: bold;
    margin: 16px 0 30px;
}

a.filter-expand-link {
    position: absolute;
    top: 0;
  display:block !important;
}
.widget-type-post_filter .widget-module {
    position: relative;
    padding-top: 5px;
}
.widget-type-post_filter .widget-module li {
    margin-bottom: 10px;
}
#author-link a.author-link {
    text-decoration: none;
    font-size: 14px;
    color: #323C47;
    font-weight: 700;
    text-transform: uppercase
}

.blog-listing-wrapper .post-listing .post-item .post-header .hs-author-avatar {
    margin-bottom: 0.58824em;
}
.blog-listing-wrapper .post-listing .post-item .post-header .hs-author-avatar img {
    max-width: 128px;
    max-height: 128px;
}

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

/* Use this to set up different styling for your blog posts
.blog-listing-wrapper .post-listing .post-item {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    display: inline-block;
} */

.blog-listing-wrapper .post-listing .post-item:hover .post-header h2 a{
    color: #1e194d;
}

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

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

.blog-post-wrapper .post-body p {
    font-weight: 100;    
}

.blog-post-wrapper .post-body strong {
    font-weight: 400;
}

.blog-post-wrapper .post-body h3 {
    margin: 40px 0 20px;
    color: #58c9e8;   
}

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


.hs-featured-bloglist-bg > span {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.hs-featured-blogpost-bg > span {
    display: block;
    padding-top: 66.0818%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 40px;
}


/* Read More Link */
a.more-link {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #ee6630;
    color: #fff;
    text-decoration: none;
    text-transform: inherit;
    border: none;
    display: inline-block;
    margin:  5px 0 15px;
    padding: 8px 15px;
    text-align: center;
    outline: none;
    vertical-align: middle;
    display: none !important;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
}

a.more-link:hover,
a.more-link:focus {
    background: #f2895f;
    text-decoration: none;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    padding: 15px 0 5px;
    height: auto;
    position: relative;
    z-index: 0;
}

/* Blog Commments */
.custom_listing_comments {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #ccc;
    display: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

#captcha_wrapper {
    margin-bottom: 15px;
}
.meet-the-team-img.full-width figure img.author_img {
    width: auto !important;
}
/* Pagination */
.blog-pagination {
    padding: 15px 0 15px;
    width: 100%;
    display: inline-block;
}
.post-listing {
    height: auto !important;
}
/*
.blog-pagination a {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #ee6630;
    color: #fff;
    text-decoration: none;
    text-transform: inherit;
    border: none;
    display: inline-block;
    margin:  5px 2px 15px;
    padding: 8px 15px;
    text-align: center;
    outline: none;
    vertical-align: middle;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
}
*/
.blog-pagination a:hover,
.blog-pagination a:focus {
    background: #f2895f;
    text-decoration: none;
}
.footer-container .custom-footer .csm-footer-col.span2 {
    float: right;
}
.form-return:hover {
    color: #333333;
}
.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}

h2.post-listing-simple {
    margin: 0 0 15px;
}

.post-listing-simple .hs-featured-bloglist-bg {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child ul li:first-child{margin-bottom: 0;}
h2.post-listing-simple a {}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child ul li:first-child a{
    color: #7492ae;
    font-size: 14px;
    font-weight: 600;
      cursor: unset;
    margin-bottom: 20px !important;
}


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

.blog .blog-sidebar {
    width: 25%;
    margin: 0;
    padding-left: 57px;
    position: relative;
    top: -4px;
}

body.hs-blog-post .blog-sidebar {
    top: 150px;
}

.blog .blog-sidebar ul {
    margin: 0;
    padding: 0;
}

.blog .blog-sidebar ul li {
    margin-left: 20px;
}

.blog .blog-sidebar ul li a {
    color: #000;
}

.blog .blog-sidebar h3 {
    font-size: 20px;
    margin: 0 0 20px;
}

.blog .blog-sidebar span.filter-link-count {
    display: none;
}


.blog .blog-sidebar .csm-google-search div.input {
    position: relative;
}

.blog .blog-sidebar .csm-google-search a.hs-button.primary {
    position: absolute;
    top: 8px;
    right: 17px;
    font-size: 0;
    color: #3d3d3c;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    min-height: 23px;
}

.blog .blog-sidebar .csm-google-search a.hs-button.primary:after {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 16px;
}

.blog .blog-sidebar .csm-google-search input.hs-input {
    margin: 0 !important;
}

.blog .blog-sidebar .csm-google-search label{
    margin-bottom: 20px;
}

.blog .blog-sidebar .csm-download {
    line-height: 1;
    font-family: 'Helvetica' ,'Arial', 'Sans-serif';
    display: block;
    border: 1px solid #dcdcd9;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 6px 11px -7px #000;
    -moz-box-shadow: 0 6px 11px -7px #000;
    -o-box-shadow: 0 6px 11px -7px #000;
    -ms-box-shadow: 0 6px 11px -7px #000;
    box-shadow: 0 6px 11px -7px #000;
}

.blog .blog-sidebar .csm-download h3.columbus-header {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    background: #58C9E8;
    text-shadow: #888 0 0 1px;
    padding: 20px 15px;
    margin: 0;
    font-family: 'Helvetica' ,'Arial', 'Sans-serif';
}
.blog .blog-sidebar .csm-download div#columbus-content {
    background: url('//cdn2.hubspot.net/hubfs/3066473/Sept2017/Images/sidebar-fabric-background.png');    
}


.blog .blog-sidebar .csm-download img.columbus-image {
    margin: 10px 5px;
    width: 185.5px;
}

.blog .blog-sidebar .csm-download #columbus-top {
    padding: 10px 15px;
}

.blog .blog-sidebar .csm-download p#columbus-text {
    font-size: 16px;
    line-height: 24px;
    color: #858585;
    padding: 10px 5px;
    width: 70%;
    margin: 0 auto;
}
.blog .blog-sidebar .csm-download #columbus-bottom {
    padding: 0 20px 20px;
}
.blog .blog-sidebar .csm-download #columbus-bottom a.download-btn {
    background: #ee6630;
    border: 1px solid transparent;
    font-family: 'Open Sans';
    display: inline-block;
    text-decoration: none;
    width: 100%;
    color: #fff;
    margin: 0 0 15px;
    text-shadow: #888 0 0 1px;
    min-height: 45px;
    font-size: 16px;
    padding: 9px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px -1px #fff inset;
    -moz-box-shadow: 0 1px 1px -1px #fff inset;
    -o-box-shadow: 0 1px 1px -1px #fff inset;
    -ms-box-shadow: 0 1px 1px -1px #fff inset;
    box-shadow: 0 1px 1px -1px #fff inset;
}

.blog_sidebar h3 a {
    color: #666766;
}


/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 60px;
}



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

  /* Variables
     ========================================================================== */

  /* Labels */
             /* Label Text Color */
                    /* Label Text Color */
                     /* Label Text Font Size */
                   /* Label Text Line Height */
                   /* Label Text Font Family */
                   /* Label Text Font Weight */
                     /* Label Text Margin Bottom */
  
  /* One Line Inputs */
                 /* Input Background Color */
                       /* Input Text Color */
                     /* Input Text Font Size */
                   /* Input Text Font Weight */
                   /* Input Text Line Height */
                   /* Input Text Font Family */
                   /* Input Text Transform */
                      /* Input Text Letter Spacing */
                    /* Input Margin Bottom */
            /* Input Padding ( top, right, bottom, left ) */
                     /* Input Minim Height */
                /* Input Border Style & Color */
                     /* Input Border Radius */
                       /* Input Box Shadow */
                      /* Input Text Shadow */
  
  /* One Line Inputs Focus */
                /* Input Focus Background Color */
                      /* Input Focus Text Color */
                         /* Input Focus Border Style & Color */
                      /* Input Focus Box Shadow */
  
  /* All Global Buttons (Excluding CTAs) */
                 /* Button Background Color */
                       /* Button Text Color */
                     /* Button Text Font Size */
                   /* Button Text Font Weight */
                   /* Button Text Line Height */
                   /* Button Text Font Family */
                   /* Button Text Transform */
                      /* Button Text Letter Spacing */
                    /* Button Margin Bottom */
            /* Button Padding ( top, right, bottom, left ) */
                     /* Button Minim Height */
                /* Button Border Style & Color */
                     /* Button Border Radius */
                       /* Button Box Shadow */
                      /* Button Text Shadow */
  
  /* Hover -> All Global Buttons (Excluding CTAs) */
                /* Button Hover Background Color */
                      /* Button Hover Text Color */
               /* Button Hover Border Style & Color */
                      /* Button Hover Box Shadow */
                     /* Button Hover Text Shadow */
  
  /* Focus -> All Global Buttons (Excluding CTAs) */
                /* Button Focus Background Color */
                      /* Button Focus Text Color */
               /* Button Focus Border Style & Color */
                      /* Button Focus Box Shadow */
                     /* Button Focus Text Shadow */


/* Label -> H3 style */
.widget-type-google_search label,
.hs_cos_wrapper_type_google_search label {
    display: inline-block;
    cursor: text;
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 1.1;
    font-size: 20px;
}

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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: 700;
    margin-bottom: 5px;
}
.hs-form-field > label > .hs-form-required {
    color: red;
    margin-left: 2px;
}

.hs-form-required {
    display: none;
}

/* 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%;
    background-image: none;
    vertical-align: middle;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0 15px;
    margin-bottom: 10px;
    background-color: #eee;
    border: 1px solid transparent;
    min-height: 40px;
    color: #333;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;    
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

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: none;
    color: ;
    background-color: ;
    border: 1px solid #58c9e8;
    -webkit-box-shadow: ;
    -moz-box-shadow: ;
    -o-box-shadow: ;
    -ms-box-shadow: ;
    box-shadow: ;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 60px;
    width: 100% !important;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    min-height: 40px;
}
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"] {}

#hs-search-module input.hs-input {
    margin-bottom: 10px;
}

/* =============== Captcha Table ==================== */
#captcha_wrapper {
    margin-bottom: 10px;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    outline: none;
    vertical-align: middle;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #ee6630;
    color: #fff;
    border: none;
    min-height: 40px;
    margin-bottom:  10px;
    padding: 8px 15px;
    text-transform: none;
    letter-spacing: 0;
    text-shadow: none;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="submit"],
input[type="button"] {
    padding-top: 0;
    padding-bottom: 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    outline: none;
    color: #fff;
    background: #f2895f;
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
    color: #fff;
    background: #f2895f;
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
}
.custom-footer .foot_bot ul li a:first-child {
    padding-left: 0px;
    position: relative;
}
.foot_bt {
    padding: 10px 0px;
    background: #f1f5f8;
}
.foot_left p {
    color: #363636;
    font-size: 12px;
}
.foot_left {
    max-width: 76%;
    float: left;
    text-align: right;
    width: 100%;
    padding-top: 7px;
}
.foot_rgt a:hover {
    background: #304FFE;
    color: #fff;
}
.foot_col_2 ul li:last-child {
    margin-top: 20px;
    position: relative;
}
.foot_col_2 ul li:last-child:before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 73px;
    height: 1px;
    background: #d9e0e8;
    content: '';
}
.foot_rgt {
    max-width: 24%;
    float: right;
}
.foot_rgt a {
    border: 1px solid #304ffe;
    border-radius: 50px;
    color: #304ffe;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 20px;
}
.foot_bot{margin-top:60px;}
.foot_bot ul li{display:inline-block;}

.custom-footer .foot_bot ul li a {
    padding: 0 34px;
    color: #304FFE;
    font-size: 12px;
    font-weight: 400;
}
.footer-container .custom-footer .block h3 {
    display: none;
}
.foot_col_5 ul li a .fa {
    margin-right: 10px;
    font-size: 20px;
    color: #304FFE;
}
.foot_col_5 figure {
    float: left;
    margin: 0;
    width: 26px;
    clear: left;
}
.right { 
    float: right !important;
}
.header-btn a.active, .btn{
    background: #3456fa;
    padding: 0 26px;
    color: #fff !important;
    font-weight: bold; 
    border-radius: 30px;
    margin-right: 30px;
    border: 1px solid transparent;
}
a.btn {
    padding: 10px 40px;
    font-size: 22px;
    float: left;
}
.meet-the-team {
    background: #fcfcfc;
}
.recruit_outer_main-box-shadow {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}
.header-btn a.active {
    background: #3456fa;
    color: #fff;
}
.helping-recruit-cell a:hover, .header-btn a.active:hover,.blog-pagination a:hover, .blog-pagination a:focus,.btn:hover {
    border: 1px solid #3456fa;
    background: transparent;
    color: #3456fa !important;
}
 h2, h3, h4, h5, h6 {
    line-height: normal;
    font-family: 'Lato', sans-serif;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  
}
h1{  line-height: normal; font-family: 'Lato', sans-serif; }
.header-btn a {
    font-size: 14px;
    color: #304FFE;
    font-weight: 300;
    float: left;
    line-height: 40px;
    display: inline-block;
      font-family: 'Helvetica Neue';
}
p, td, input, label, form, h1, h2, h3, h4, h5, h6, a {
    padding: 0px;
    margin: 0px;
    border: none;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.meet-the-team-return .container{max-width: 1190px;}
.meet-the-team-return{margin-top: 34px;}
.meet-the-team-top h1{font-size: 60px;}
.meet-the-team-top strong{font-size: 24px; color: #323C47; font-weight: normal; margin-top: 20px; display: block;}
.meet-the-team-top{padding: 20px 0;}
.meet-the-team{background: #fcfcfc;}
.meet-the-team-img figure img{width: 100%;}
.meet-the-team-text{padding: 74px 0 106px;}
.cell-wrapper.layout-widget-wrapper,.container {
    max-width: 1130px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.full-width {
    float: left;
    width: 100%;
}
.row-number-2 + .row-depth-1.row-number-3.author {
    display: none;
}
.blog-article-middle h1 {
    color: #231f20;
    font-weight: 600;
    margin-bottom: 100px;
}
.blog-article-middle {
    padding: 30px 0 112px;
}
.blog-article-top h4 {
    font-size: 42px;
    color: #4264FB;
    font-weight: 300;
    line-height: normal;
}
.meet-the-team-text-left{float: left; max-width: 836px; width: 100%;}
.meet-the-team-text-left p{font-size: 24px; color: #353535; line-height: 36px; font-weight: normal; letter-spacing: 1px;}
.meet-the-team-text-right{float: right; max-width: 146px; width: 100%;}
.meet-the-team-text-right h6{font-size: 12px; text-transform: uppercase; color: #323C47; margin-bottom: 22px;}
.meet-the-team-text-right ul li a{font-size: 16px; color: #304FFE; font-weight: normal;}
.meet-the-team-text-right ul li{margin-bottom: 6px;}
.meet-the-team-cell-outer{margin-top: 82px;}
.meet-the-team-cell-outer h1{margin-bottom: 24px;}


.meet-the-team-cell-outer h4{font-size: 19px; color: #323C47; font-family: "HelveticaNeue"; font-weight: normal;}
.meet-the-team-cell-inner{margin-top: 36px;}
.meet-the-team-cell{float: left; width: 224px; margin-right: 66px;}
.meet-the-team-cell figure img{width: 100%; height: 224px; border-radius: 100%;}
.meet-the-team-cell:last-child{margin-right: 0;}
a, button {
    text-decoration: none;
    outline: none;
    color: #4d4d4f;
}
.widget-type-menu li:hover .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.hs-menu-children-wrapper li {
    padding: 0 !important;
    margin-bottom: 10px;
    width: 100%;
}
.form-return img {
    margin-right: 14px;
    position: relative;
    top: -5px;
}
.hs-menu-children-wrapper:after {
    position: absolute;
    content: "";
    background: url(https://cdn2.hubspot.net/hubfs/3066473/font/menu-arrow.png) no-repeat center;
    width: 25px;
    height: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 100%;
}
.hs-menu-children-wrapper li a {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 14px;
    color: #545e62;
    line-height: inherit;
}
.foot_bot ul li a:hover, .menu li a:hover, .header-btn a:hover, .meet-the-team-text-right ul li a:hover,.hs-menu-wrapper.hs-menu-flow-horizontal ul  li a:hover {
    color: #000 !important;
}
/* =============== 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 {}



/************* Start BLOG Listing CSS ****************/
.blog-section .post-header h1{ 
	  letter-spacing: 1px;
    font-weight: 600;
    color: #231f20;
    font-size: 22px;
    margin-bottom: 20px;
}
.blog-section .post-header b {
    font-size: 14px;
    font-weight: 500;
    color: #323C47;
    text-transform: uppercase;
    margin-top: 4px;
  display:block;
}
a.filter-expand-link {
    font-weight: 500;
    color: #304FFE;
    font-size: 16px;
}
.blog-listing-wrapper .post-listing .post-item{ top: 94px; }
.top-description h1 {
    color: #3456fa;
    letter-spacing: normal;
    font-family: 'Lato', sans-serif;
    font-size: 60PX;
    text-align: center;
}
.top-description strong {
    font-size: 24px;
    color: #323C47;
    font-weight: normal;
    margin-top: 20px;
    display: block;
}
.top-description h4 {
        font-size: 14px;
    color: #323c47;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 46px;
}
.top-description {
    border-bottom: 1px solid #ccc;
    padding: 60px 0 20px;
    margin-bottom: 40px;
}
.csm-archives {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
}
.meet-the-team-img.full-width figure{ margin:0; }
.meet-the-team-img.full-width figure img{ height:100%; width:100% !important; }
.press-banner-text {
    padding: 10px 20px 20px 20px;
    background: #e6e7e8;
    width: 50%;
  float:right;
}
.press-banner-text h1 {
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 45px;
    margin-top: 50px;
}
.press-banner-text h3 {
    font-weight: 600;
    color: #8a8c8e;
    font-size: 20px;
}
.press-banner-text a.author_link {
    font-weight: normal;
    text-decoration: underline;
    margin-left: 24px;
    margin-top: 0;
}
.press-banner-text:after {
    position: absolute;
    content: "";
    background: rgba(48, 79, 254, 0.80);
    top: 0;
    bottom: 0;
    right: 100%;
    width: 5000px;
}
.blog-pagination a.all-posts-link{ font-weight: 500;
    color: #304FFE !important;
    font-size: 16px;
    background: none;
    text-decoration: underline;
    padding: 0; 
  border-color:transparent;
}
.blog-pagination a.all-posts-link:hover{ 
font-weight: 500;
    color: #304FFE !important;
    font-size: 16px;
    background: none;
    text-decoration: underline;
    padding: 0; 
  border-color:transparent;
}
a.press-view-morebtn {
    padding-top: 20px;
    float: left;
  color: #304FFE !important;
  text-decoration: underline;
}
.post-listing .post-item:first-child{
	top:0 !important;
}
.post-listing .post-item{
	top:165px !important;
}
.widget-module ul li:hover a {
    color: #2c45d1;
}
.footer-container .custom-footer .hs-postlisting-item a {
    padding-bottom: 10px;
    display: block;
    line-height: 18px;
}

.blog-listing-wrapper .post-listing .post-item {
    position: static !important;
    margin-bottom: 30px;
}
.btn-group {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: right;
}
.btn-group a.mt-5.btn {
    float: none;
}
.blog-section .post-header p {
    color: #4d4d4f;
    line-height: 1.49;
    text-align: left;
    font-size: 18px;
} 
  .blog-section .post-header h1 a {
    color: #231f20;
}

.blog_sidebar h5 {font-size: 26px;margin-bottom: 20px;color: #3456fa;}
/* =============== Screen sizes smaller than .page-center =============== */
@media only screen and (min-width:1239px){
.custom_menu.js-enabled {
    margin-right: 37px;
}
}
@media only screen and (max-width:1239px){
  h1{font-size:36px !important; }
  h3{font-size:26px;}
 .container{max-width:100%;}
 .logo {max-width:180px;}
footer{padding:40px 0px 35px;}
.foot_col_1{max-width:350px;}
.foot_col_2{max-width:200px;}
.foot_col_4,.foot_col_3{max-width:140px;}
.foot_bot{margin-top:15px;}
.header-btn a.active{margin-right: 15px;}
.menu, .header-btn {margin-top: -4px;}
.menu{margin-right:0px;}
/*meet our team*/
.innerpage_content .title h1{margin-bottom:50px;}
.pricing_outer, .team_outer_pg{padding:60px 0px 70px;}
.team_member_outer h3{margin-bottom:50px;}
.team_box{max-width:297px;}
.team_member_outer{padding-bottom:80px;}
	/*teame member details*/
	.team_member_title{padding: 24px 0px 35px 30px;}
	.team_member_cont{padding:50px 0 40px;}
	.team_left_cont{max-width:75%;}
	.team_left_cont p{font-size:20px; line-height:30px;}
	.other_member_in{padding-bottom:60px;}
  .blog-article-top .container{max-width:100%;}
	.meet-the-team-top {padding: 20px 0 0 15px;}
	.meet-the-team-top strong{ margin-top: 10px; font-size: 22px;}
	.meet-the-team-text {padding: 54px 0 66px;}
	.meet-the-team-text-left p{ font-size: 22px;  line-height: 34px;}
	.meet-the-team-text-left{ max-width: 80%;}
	.meet-the-team-text-right{max-width: 16%;}
	.meet-the-team-cell-outer {margin-top: 62px;}
	.meet-the-team-cell-inner {margin-top: 16px;}
	.meet-the-team-cell{margin-right: 4%; width: 22%; text-align: center;}
	.meet-the-team-cell figure img{ height: 194px; width: 194px;}
	.press-banner-text{bottom: 20px; max-width: 642px;}
	.article-row {margin-bottom: 26px}
	.blog-article-middle {padding: 46px 0 92px;}
	.blog-article-middle h1{margin-bottom: 86px;}
  .blog-article-middle p{margin-bottom: 20px;}
}
@media only screen and (max-width:1199px){
  .blog-section .post-header h1{font-size: 28px !important;}
  h1 {font-size: 28px !important; line-height: normal !important; margin-top: 30px !important;}
  .press-banner-text p {margin-bottom: 20px;}
  .meet-the-team-img.full-width figure{width: 100% !important;}
  .blog-article-middle h1{margin-top: 0px !important;}
  
}
@media only screen and (max-width:1024px){
  .blog-section .post-header h1 {font-size: 22px !important;}
  h1 {font-size: 26px !important; line-height: normal !important; margin-top: 30px !important;}
  .post-header a.btn.read-more {font-size: 16px;}
  .btn-group a.mt-5.btn{font-size: 16px}
  .blog_sidebar h5 {font-size: 26px;margin-bottom: 20px;}
   .blog_sidebar h3 {font-size: 24px;margin-bottom: 10px !important;}
  .blog-article-middle {padding: 0px 0 60px;}
  .blog-article-top h6 {font-size: 16px;margin: 0 0px 10px 0px;}
  .blog-article-top .container{}
}
@media only screen and (max-width:991px){
  .blog_left_side h1{margin: 10px 0 !important;padding: 0;}
	h2{font-size: 50px;}
  .mobile-trigger {    display: block !important;}
  .footer-container .custom-footer .csm-footer-col.col1 {width: 100%; text-align: center; margin-bottom: 30px;}  
  .footer-container .custom-footer .csm-footer-col.span2 { text-align: left; width: 25%;}
  
  .custom_menu ul.hs-menu-children-wrapper {box-shadow: none !important; margin: 0 !important; padding: 10px 15px !important;}
  .custom_menu,.widget-type-menu { width: 100% !important;}
  .logo + .widget-span.right {    width: 50%;}
	.header-btn{margin-right:80px; margin-top:6px;}
	header{padding:20px 0px 15px;}
	.logo{max-width:250px;}
	.foot_col_1{max-width:100%; text-align:center; margin-bottom:30px;}
	.foot_col_5, .foot_col_3,.foot_col_4{text-align:center;}
	.foot_col_2 ul li:last-child{margin-top:25px;}
	.foot_col_2 ul li:last-child::before{top:-12px;}
	.foot_left{max-width:50%; text-align:center;}
	.foot_rgt{max-width:50%; text-align:center; padding-top:10px;}
	/*meet our team*/
.pricing_outer,	.team_outer_pg{padding:40px 0px;}
	.innerpage_content .title h1{margin-bottom:25px;}	
	.team_box:nth-child(2n+1){margin-left:0px;}
	.team_box:nth-child(3n){margin-right:15px;}
	.team_box:last-child{margin-bottom:30px;}
	.team_member_outer{padding-bottom:50px;}	
	.team_box:nth-child(2n){margin-right:0px;}
	/*team member */
	.team_member_title{padding:15px 0px 20px 30px;}
	.team_member_cont{padding:40px 0px;}
	.team_right_cont{max-width: 125px;	}
	.team_member_title h2{font-size:40px; line-height:40px; margin-bottom:5px;}
	.team_left_cont p{font-size:18px; line-height:28px; font-weight:400;}
	.other_member_in h3{font-size:36px; line-height:36px; margin-bottom:10px;}
	.other_member_box figure img{width:130px; height:130px;}
	.footer-right {max-width: 100%; text-align: left !important; width: 100%;}
	.meet-the-team-text {padding: 34px 0 46px;}
	.meet-the-team-text-left p {font-size: 20px; line-height: 30px;}
	.meet-the-team-cell-outer {margin-top: 42px;}
	.meet-the-team-cell figure img {height: 154px; width: 154px;}
	.blog-article-middle p, .blog-article-middle h4{max-width: 690px;}
	.blog-article-top h4{font-size: 36px;}
	.blog-article-middle p{font-size: 16px; line-height: 30px;margin-bottom: 20px;}
	.blog-article-middle h1{margin-bottom: 66px;}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {float:none !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {display: block;}
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {position: relative;left: 0 !important;}
  .blog-listing-wrapper .post-listing .post-item .box figure img {min-height: 166px !important; max-height: 166px !important;}
}

@media only screen and (max-width:767px){
  .blog-article-middle .col-sm-4.blog_sidebar {padding: 0;}
  .blog_sidebar h5 {font-size: 24px;}
  .blog_sidebar h3 {font-size: 22px;margin-bottom: 10px !important;}
 .blog-section .post-header h1 {font-size: 22px !important;}
	h2{font-size:32px;}
   .logo + .widget-span.right{width:100%;}
	.foot_left p{line-height:20px;}
	.team_box{max-width:247px;}
	.team_member_outer h3{margin-bottom:30px;}
	.team_outer_pg{padding:30px 0px;}
	.team_member_outer{padding-bottom:20px;}
	/*team member*/
	.team_left_cont{max-width: 100%; float:none; margin-bottom:15px;}
	.team_right_cont{max-width:100%; float:none; }
	.team_right_cont ul li{display:contents; padding:0px 10px;}
	.team_right_cont ul li h5{display:contents; }
	.meet-the-team-top {padding: 20px 0;}
	.meet-the-team-top strong{font-size: 20px;}
	.meet-the-team-text-left {max-width: 100%;}
	.meet-the-team-text-left p {font-size: 16px; line-height: 26px;}
	.meet-the-team-text-right {margin-top: 40px; max-width: 100%;}
	.meet-the-team-cell figure img {height: 114px; width: 114px;}
	.meet-the-team-cell-outer h1 {margin-bottom: 4px;}
	.meet-the-team-text {padding: 30px 0 46px;}
	.press-top-content h4 {margin-top: 6px;}
	.press-banner-text{padding: 20px 20px 24px 20px; max-width: 100%; width: 100%;}
	.press-banner-text h1{margin-bottom: 4px;margin-top: 20px;line-height: normal;}
	.article-row {margin-bottom: 20px;}
	.blog-article-top h4 {font-size: 32px;}
  
	.blog-article-middle {padding: 0px 0 42px;}
	.blog-article-middle p, .blog-article-middle h1 {margin-bottom: 30px;}
	.blog-article-middle h4{font-size: 26px; margin-bottom: 6px;}
  .press-banner-text h3{font-size: 16px;}
  .meet-the-team-img .container {display: block !important;}
  .meet-the-team-img.full-width figure {width: 100% !important;}
  .btn-group a.mt-5.btn {float: left;margin-bottom: 10px;}
  .blog-article-middle .blog_left_side {padding: 0;}
  .blog-listing-wrapper .post-listing .post-item .box figure img {min-height: 100%;	max-height: 100% !important;	width: 100%;}
}
@media only screen and (max-width:575px){
  .blog_sidebar h5 {font-size: 22px;}
  .blog_sidebar h3 {font-size: 18px;margin-bottom: 10px !important;}
  .blog-section .post-header h1{font-size: 24px !important;}
  h1 {font-size: 24px !important; line-height: normal !important;}
  .footer-container .custom-footer .csm-footer-col.span2 { padding: 0; 	width: 100%; margin-bottom: 20px;	}
	h1{font-size:30px !important; }
	.logo.left{float:none !important; margin-bottom:15px; display:inline-block;}
	header{text-align:center;}
	header .right{float:none !important;}
	.foot_col_2, .foot_col_3, .foot_col_4, .foot_col_5{max-width:100%;  text-align:left; margin-bottom:20px;}
	.foot_col_2, .foot_col_3{min-height:inherit;}
	footer{padding:30px 0px;}
	.foot_bot{margin-top:25px;}
	.proof_sec .services-row-left {float:none;}
	.proof_sec .services-row-right{margin-left:15px;}
	.foot_bot ul li a{padding:0px 20px;}
	.foot_left{float:none; max-width:100%;}
	.foot_rgt{float:none; max-width:100%; display:inline-block; margin:0 auto; text-align:center;}
	.cd-dropdown-wrapper a.meanmenu-reveal {top: 110px;}
	/*meet our team*/
	.team_box:nth-child(3n), .team_box{max-width:300px; margin:0 0px 20px;}
	.innerpage_content .title h1{margin-bottom:12px;}
	.meet-the-team-text {padding: 30px 0 40px;}
	.meet-the-team-text-right {margin-top: 20px; max-width: 100%;}
	.meet-the-team-cell {display: inline-block; float: none; margin: 0 4% 4% !important; width: 40%;}
	.meet-the-team-cell-inner{text-align: center;}
	.meet-the-team-cell:nth-last-child(1) ,.meet-the-team-cell:nth-last-child(2){margin-bottom: 0 !important;}
	.blog-article-top h4 {font-size: 26px;}
  a.btn{font-size:16px !important;}
  
}
@media only screen and (max-width:479px){	
  .blog-section .post-header h1{font-size: 22px !important;}
  h1 {font-size: 22px !important; line-height: normal !important;}
  .team_outer_pg .title p{margin-bottom: 20px;}
.team_outer_pg .title p,p{font-size:16px; line-height:30px;}
.foot_col_2, .foot_col_3, .foot_col_4, .foot_col_5{max-width:100%; min-height:auto; margin-bottom:15px;}
footer h3{margin-bottom:5px;}
footer ul li a, footer ul li p{line-height:22px;}
	.meet-the-team-text {padding: 24px 0 34px;}
	.meet-the-team-cell-outer {margin-top: 20px;}
	.press-banner-text {float: left; padding:10px; position: static; width: 100%;}
	.press-banner-text-inner .meet-the-team-img{background: rgba(48, 79, 254, 0.8);}
	.press-banner-text-inner .press-banner-text{background: transparent;}
	.press-banner-text-inner .meet-the-team-text{padding-bottom: 14px;}
	.blog-article-top h4 {font-size: 20px;}
	.blog-article-middle h4 {font-size: 22px; margin-bottom: 2px;}
}

.meet-the-team-text-left p strong {
    display: block;
    color: #353535;
    margin-bottom: 15px;
}
.blog-article-middle h1, .blog-article-middle h4, .blog-article-middle h3, .blog-article-middle h2 {
    margin-bottom: 30px;
}
.blog-article-middle ul {
    max-width: 790px;
    margin: auto;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}
.blog-article-middle ol {
    max-width: 790px;
    margin: auto;
    margin-bottom: 20px;
    padding-left: 20px;
}
.blog-article-middle ul li, .blog-article-middle ol li {
   color: #323c47;
   font-size: 17px;
   line-height: 30px;
   margin-bottom: 10px;
}
.blog-section .post-header h1 a:hover {
    color: #4264FB;
}
.post-item .post-header.cust {
    margin-bottom: 50px;
}
.blog-section .post-header b a:hover, .blog-article-top .meet-the-team-top h6 a:hover {
    color: #3456fa;
}
.blog-article-middle a{
    color: #3456fa;
}
.meet-the-team-img.full-width figure {
    float: left;
    width: 50%;
}
.meet-the-team-img .container{display:flex;}
.csm-archives.widget-type-post_filter .widget-module li {
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 10px 0;
    text-transform: uppercase;
}
.csm-archives.widget-type-post_filter .widget-module li a {
    font-weight: 500;
    font-size: 18px;
    color: #4d4d4f;
}
.csm-archives{text-align:center}


.post-listing .post-item .box{
    background: #e6e7e8;
  text-align:center;
  height:100%;
}
.post-listing {
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;   
      margin-left: -15px;
    margin-right: -15px;
  flex-wrap: wrap;
}
.post-header h6{text-align:left;color:#8a8c8e;}
.blog-section .post-header h1{text-align:left;}
.blog-listing-wrapper .post-listing .post-item .box figure {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.blog-listing-wrapper .post-listing .post-item .box figure img {
	min-height: 255px;
	max-height: 255px;
	width: 100%;
}

.post-header h6 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600
}
.post-header a.btn.read-more {
    float: none;
    max-width: 200px;
    margin: 20px auto 0;
    display: block;
    font-size: 18px;
}
.box .post-header {
    padding: 20px 30px;
    float: left;
    position:relative;
  text-align:center;
    width: 100%;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.
.press-banner-text p {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 30px;
}  
  .meet-the-team-top h6 {
    margin-bottom: 0;
    color: #8a8c8e !important;
    font-size: 20px;
}
  .blog_left_side {
    border-right: 1px solid #ccc;
}
  .blog_sidebar h5 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
}
  .blog_sidebar h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
  .blog-article-middle{margin-left: -15px; margin-right: -15px;}
  .meet-the-team-img {
    max-width: 1200px;
    margin: auto;
    float: none;
}
.recruit_outer_main-box-shadow .hs-featured-blogpost-bg figure {
    width: 100% !important;
}
.press-banner-text p {
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 30px;
}
  .mt-5 {
    margin-top: 30px;
}
  .press-banner-text h1 a{
    color:#231f20;
  }
  .press-banner-text p{
    color:#4d4d4f;
  }
  