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


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

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


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


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

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

@import url('https://fonts.googleapis.com/css?family=Roboto%3A100%2C100i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i%2C900%2C900i&ver=2.4.6');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/2758906/Pierian_Dx_May2018_Theme/fonts/fontello.eot"),
    url("//cdn2.hubspot.net/hubfs/2758906/Pierian_Dx_May2018_Theme/fonts/fontello.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2758906/Pierian_Dx_May2018_Theme/fonts/fontello.ttf") format("truetype")	
}
@font-face {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/2758906/Pierian_Dx_May2018_Theme/fonts/revicons.eot"),
    url("//cdn2.hubspot.net/hubfs/2758906/Pierian_Dx_May2018_Theme/fonts/revicons.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2758906/Pierian_Dx_May2018_Theme/fonts/revicons.ttf") format("truetype")	
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  color: #575757;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  line-height: 1.42857143;
}

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

/* Highlighted Text */
::-moz-selection {
  background: #70ad47;
  color: #fff;
}
::selection {
  background: #70ad47;
  color: #fff;
}


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

/* Basic text */
p {
  color: #575757;
  font-family: "Open Sans",sans-serif;
  line-height: 1.6;
  margin: 0 0 10px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size:16px;
}
small {}
strong {
  font-weight: 700;
}

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-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #5A5959;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 3px solid #5b9bd5;
  font-weight: 600;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}
h2 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
h3 {
  color: #9CA740;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 19px;
}
h4 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
h5 {}
h6 {}

/* Anchor Links */
a {
  color: #5b9bd5;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
a:hover, a:focus { 
  text-decoration: none;
  color: #a9796e;
}

/* Lists */
ul, ol {
  padding: 0 0 0 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {
  color: #333;
  font-family: 'Open Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

/* Block Quotes */
blockquote {
  border-bottom: 1px solid #e7e7e7;
  border-left: medium none;
  border-top: 1px solid #e7e7e7;
  color: #da491c;
  font-family: "Open Sans",sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0;
  padding: 15px 10px;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  margin: 10px 0 10px 0;
  border: 0;
  border-top: 1px solid #eee;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.icon-twitter:before {
    content: '\e8d8';
}
.icon-gplus:before {
    content: '\e8b6';
}
.icon-linkedin:before {
    content: '\e90f';
}
/* =============== EU Cookie Confirmation Bar =============== */

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

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

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


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


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

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

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


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

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

.header-container {
  padding-top: 94px;
}

.custom-header {
  min-height: 50px !important;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: 0;
  width: 100% !important;
  z-index: 100;
}

.custom-logo,.custom-menu-primary {
  width: auto !important;
  margin-left: 0 !important;
}

.header-right-wrapper {
    width: auto !important;
    margin-left: 0 !important;
    float: right !important;
}

.custom-logo img {
  width: 231px !important;
}

.custom-logo a {
  padding: 12px 15px;
  margin-left: -15px;
  display: block;
}

 .header-cta {
    width: auto !important;
    margin-left: 0 !important;
    padding-top: 25px;
    margin-right: -15px;
  }

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

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

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

.body-container {
    padding: 20px 0 0;
}
.body-container .page-center{
    padding-bottom: 20px;
}
/* =============== Footer =============== */

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

.custom-footer {
  font-weight: 300;
  overflow: hidden;
  padding: 70px 0;
  position: relative;
  z-index: 99;
  background: #5b9bd5;
  color: #fff;
}

.custom-footer p {
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
}


.custom-footer-logo img {
  width: 225px !important;
  margin-bottom: 30px;
}

.custom-footer-logo ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}

.custom-footer-logo ul li {
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0 10px 5px 0;
}

.custom-footer-logo ul:after {
  content: '';
  display: block;
  clear: both;
}

.custom-footer-logo ul li a {
  background: none repeat scroll 0 0 #d2d1cf;
  border-radius: 50%;
  color: #333;
  display: block;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  width: 25px;
  text-align: center;
}

.custom-footer-logo ul li a>i>span {
  display: none;
}

.custom-footer-logo ul li a:hover {
  background-color: #5b9bd5;
  color: #fff;
}
.custom-footer h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform:  none;
  color: #fff;
  line-height: 1.42857143;
  margin: 0;
}
.custom-footer h2 strong {
  font-size: 14px;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */

@media screen and (min-width:992px) {
  /* =============== Custom Menu Primary =============== */

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    padding: 25px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #7a7a7e;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 5px 0px 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    right: 0;
    left: auto !important;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    color: #333;
    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    color: #646467;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    text-align:  right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    background-color: #337ab7 !important;
    color: white !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    text-decoration: none;
    background-color: #f5f5f5;
  }

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

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
    }
  .hs-nav-social {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  
 

}
@media only screen and (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
  }

  .custom-logo img {
    width: 191px!important;
  }
}

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

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

@media (max-width: 991px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    width: 100px;
    cursor: pointer;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .custom-logo, .custom-menu-primary {
    width: 100% !IMPORTANT;
    float: none !important;
  }

  .custom-header .page-center {
    position: relative;
  }

  .mobile-trigger>i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: calc(50% - 4px);
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 31px;
    height: 4px;
    background-color: #3D90CA;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(50%);
    -moz-transform: translateX(0) translateY(50%);
    -ms-transform: translateX(0) translateY(50%);
    -o-transform: translateX(0) translateY(50%);
    transform: translateX(0) translateY(50%);
  }

  .mobile-trigger>i:after,.mobile-trigger>i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #3D90CA;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
  }

  .mobile-trigger>i:before {
    top: -8px;
  }

  .mobile-trigger>i:after {
    top: 8px;
  }

  .mobile-open .mobile-trigger>i {
    background: transparent;
  }

  .mobile-open .mobile-trigger>i:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #212121;
  }

  .mobile-open .mobile-trigger>i:after {
    background-color: #212121;
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: static;
    padding-top: 0;
    margin: 0;
    min-height: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0;
    background-color: #337AB7 !important;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out, visibility 0s 0.3s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity:0;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    z-index: 100;
    top: 82px;
    max-height: -webkit-calc(100vh - 82px);
    max-height: calc(100vh - 82px);
    overflow-y: auto !important;
    opacity:1;
  }

  .mobile-open .custom-header {
    border-color: #000;
  }


  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    -webkit-transform: translateZ(0);
    width: 100%;
    display: block;
    font-family: "Open Sans",sans-serif;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0px 5px 0px 10px;
    font-size: 20px;
    color: white;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-bottom: 1px solid #528CBD;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 20px;
    color: white;
    font-weight: 300;
    padding: 12px 0;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    -webkit-transform: translateZ(0);
    width: 100%;
    line-height: 1.42857143;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 24px 0 0;
  }

  a {
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #212121;
  }
  .hs-nav-social {
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 40px 0 15px;
  }

  .hs-nav-social>h3 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #212121;
    margin-top: 17px;
    margin-bottom: 5px;
  }

  .hs-nav-social ul {
    display: inline-block;
    float: none;
    height: auto;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
  }

  .hs-nav-social ul li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid #528CBD;
    display: inline-block;
    margin: 0 5px;
    line-height: 27px;
    width: auto;
  }

  .hs-nav-social ul li a {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    font-size: 20px !important;
    color: white !important;
    padding: 0;
  }
  .hs-nav-social ul li a.twitter:hover {
    background: #63A8E2;
    color: #fff;
  }
  .hs-nav-social ul li a.gplus:hover {
    background: #9D0503;
    color: #fff;
  }
  .hs-nav-social ul li a.linkedin:hover {
    background: #0097BD;
    color: #fff;
  }
  .header-cta {
    display:  none !important;
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.hs-blog-header {
  padding: 25px 0 0;
}

.hs-blog-header .col-sm-4 {
  text-align: right;
}

.hs-blog-header .btn {
  background-color: #5b9bd5;
  border-color: #5b9bd5;
  border-radius: 3px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 10px 15px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
}

.hs-blog-header .btn:hover {
  background-color: #333;
  border: 1px solid #333;
}

ul.hs-post-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.hs-post-filter:after {
  content: '';
  display: block;
  clear: both;
}

ul.hs-post-filter>li {
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  float: left;
  color: #747577;
  margin-right: 15px;
}

ul.hs-post-filter>li>a:after {
  content: '|';
  margin: 0 -4px 0 4px;
}

ul.hs-post-filter>li:last-child>a:after {
  display: none;
}

ul.hs-post-filter>li>a {
  color: #3d90ca;
}

ul.hs-post-filter>li.active a {
    color: #747577;
}

.custom_listing_comments {
    padding: 10px;
    border: 1px solid #ccc;
}
span.filter-link-count {
    display: none;
}
/* Blog Post and Listing Body Class */
body.blog {}

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

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

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


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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left;
  width: 33.33333%;
}

 .post-item:nth-child(3n + 4) {
    clear: left;
} 

.blog-listing-wrapper .post-listing:after {
  content: '';
  display: block;
  clear: both;
}

.news-grid-content {
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  padding-bottom: 10px;
}

.news-image-bg {
  background: #f1f1f1;
  margin-bottom: 10px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 198px;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.news-categories {
  padding: 4px 0px;
  display: inline-block;
  text-transform: uppercase;
  color: #666;
  font-size: 10px;
  margin-left: 15px;
}

.news-categories a {
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 8px;
  color: #fff !important;
  line-height: normal;
  display: inline-block;
  margin: 0 2px 0 0;
}

.news-categories a:nth-child(odd) {
  background: #3d90ca!important;
  border-color: #3d90ca!important;
}

.news-categories a:nth-child(even) {
  background: #3aadff !important;
  border-color: #3aadff !important;
}
.news-categories a:hover {
  color: #fff !important;
  text-decoration: none !important;
  background: #333 !important;
  border-color: #333 !important;
}
h2.news-title {
  margin: 5px 0 !important;
  line-height: 24px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding: 0 15px;
  float: none;
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

h2.news-title a {
  color: #444;
}

.news-date {
  line-height: normal !important;
  padding: 5px 5px 5px 0;
  display: inline-block;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  padding: 0 15px;
  float: none;
}

.news-content {
  max-width: 100%;
  clear: both;
  padding: 0 15px;
  float: none;
}

.news-content div {
  margin-bottom: 10px;
}

a.readmorebtn {
  text-decoration: none !important;
  margin-bottom: 5px;
  color: #888 !important;
  border: 1px solid #888;
  padding: 1px 12px;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  line-height: normal !important;
  margin: 3px 0 8px !important;
}

a.readmorebtn:hover {
  text-decoration: underline !important;
}

.blog-pagination {
  padding: 0 0 30px;
}

.blog-pagination a {
  color: #fff !important;
  background: #333;
  padding: 7px 10px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  line-height: normal;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #333;
  text-decoration: none !important;
}

.blog-pagination a.next-posts-link {
  float: right;
}

.blog-pagination a.prev-posts-link {
  float: left;
}

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */


/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

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


/* -------------- Default Code for comment ------------ */

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


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

.comment-body {
   border-bottom: medium none;
   color: inherit;
   display: block;
   font-family: inherit;
 
   font-size: inherit;
 
 line-height: inherit;
   padding: 0;
}

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

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

.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left !important;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
max-width: 70px;
padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
height: auto !important;
max-width: 100%;
}

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

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



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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}
.hs-news-slide {
  padding: 0 10px;
}
.hs-rec-post-slider {
  padding-bottom: 35px;
}

.hs-rec-post-slider .slick-arrow {
  cursor: pointer;
  text-indent: -99999px;
  box-shadow: none !important;
  background-color: transparent;
  width: 30px;
  height: 51px;
  position: absolute;
  z-index: 99;
  border: 0px !important;
  padding: 0 !important;
  margin: 0px !important;
  border-radius: 0px !important;
}

.hs-rec-post-slider .slick-prev {
  left: 10px !important;
}

.hs-rec-post-slider .slick-arrow {
  top: 70px !important;
  border: none !important;
}

.hs-rec-post-slider button.slick-prev, .hs-rec-post-slider button.slick-prev:hover, .hs-rec-post-slider button.slick-prev:focus {
  background: url(//cdn2.hubspot.net/hubfs/2758906/Pierian_Dx_May2018_Theme/images/arrow-left.png) 0 0 no-repeat !important;
  background-size: 30px 51px !important;
  outline: none !important;
}

.hs-rec-post-slider .slick-next {
  right: 10px !important;
}

.hs-rec-post-slider .slick-arrow {
  top: 70px !important;
  border: none !important;
}

.hs-rec-post-slider button.slick-next, .hs-rec-post-slider button.slick-next:hover, .hs-rec-post-slider button.slick-next:focus {
  background: url(//cdn2.hubspot.net/hubfs/2758906/Pierian_Dx_May2018_Theme/images/arrow-right.png) 0 0 no-repeat !important;
  background-size: 30px 51px !important;
  outline: none !important;
}

.hs-rec-post-slider .slick-dots {
  left: 15px !important;
  right: 15px !important;
  text-align: center;
  bottom: 5px !important;
}

.hs-rec-post-slider .slick-dots {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  text-align: center;
}

.hs-rec-post-slider .slick-dots li {
  vertical-align: middle;
  list-style: none !important;
  display: inline-block !important;
  margin: 0 3px !important;
  padding: 0px !important;
}

.hs-rec-post-slider .slick-dots li button {
  background: #fff !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 1px solid #000;
  border-radius: 50% !important;
  width: 13px !important;
  height: 13px !important;
}

.hs-rec-post-slider .slick-dots li button {
  text-indent: -99999px;
  cursor: pointer;
}

.hs-rec-post-slider .slick-dots li button {
  border: 1px solid #000 !important;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
  opacity: 0.8;
}

.hs-rec-post-slider .slick-dots li.slick-active button {
  background: #444 !important;
}
.slideline {
    background-color: #F0F0F0;
    height: 4px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.slideline hr {
  transition: all 0.4s cubic-bezier(.65,.05,.36,1);
  margin: 6px 0 5px;
  border: medium none;
  height: 4px;
  width: 100%;
}

.slick-slide:nth-child(even) hr {
  background: #3aadff;
}

.slick-slide:nth-child(odd) hr {
  background: #7cc038;
}

.slick-slide:hover hr {
  width: 0;
}

.hs-rec-post-slider-wrap {
  padding: 0 30px 0;
}

.hs-rec-post-slider .news-grid-content {
  border: 0 none !important
}


.hs-rec-post-slider .news-grid-content>* {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width:800px) {
  .blog-listing-wrapper .post-listing .post-item {
    width: 50%;
  }
}

@media (max-width:767px) {
  .hs-blog-header .col-sm-4 {
    text-align: left;
  }
  .hs-rec-post-slider-wrap {
    padding: 0;
  }
  
  .hs-t-form-sec .hs-right.hs-half .hs-form {
		max-width: 100%;
	}
  
  .nav-singlepost  .hidden-xs {
      display: none!important;
  }
  
  .hs-four-col .hs-text p, .hs-four-col .hs-text {
      font-size: 12px;
  }
  
  
}
@media (max-width:639px) {
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    float:none
  }
}

@media (max-width:400px) {
  .blog-listing-wrapper .post-listing .post-item {
    padding: 0;
  }
}


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

.blog .blog-sidebar {}
.blog-sidebar h3,
.blog-sidebar h3.form-title{
    font-size: 20px;
    line-height:24px;
    
}

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



.blog .blog-sidebar .widget-span {
    padding: 0 0 25px;
}
#comments-listing.no-comments {
   border: none;
}

.post-title {
    margin-top: 15px;
}

.post-title h1 {
    font-size: 30px;
    font-weight: 600;
    text-transform: inherit;
    padding-left: 0px;
    border-left: 3px solid white;
    color: #5A5959;
}

.post-meta {
    font-size: 13px;
    margin: 10px 0 35px;
}

.post-date a, .post-date {
    font-size: 14px;
}

.post-meta i {
    display: inline-block;
    margin: 0 3px 0 0;
    color: #575757;
}

.icon-calendar:before {
    content: '\e85b';
}

.hs-blog-post .body-container {
    padding: 20px 0 80px;
}

.recent-news h2 {
    padding: 0 0 12px;
    background: none repeat scroll 0 0 #FFF;
    color: #3D90CA;
    font-size: 20px;
    line-height: 1.3;
}

.recent-news .news-grid {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
        float: left;
    width: 100%;
}

.news-image-bg {
    background: #f1f1f1;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
}

.recent-news .news-image-bg img {
    transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    margin: 0px auto;
    width: 100% ;
    max-width: 100%;
}

.recent-news .news-grid-content a {
    color: #5b9bd5;
}

.recent-news .news-grid-content {
    border: none;
    padding: 0;
}

.recent-news .news-content {
    max-width: 100%;
    clear: both;
    padding: 0;
}

.recent-news .news-content div {
    margin: 0;
}

.recent-news .news-title {
    margin-top: 5px !important;
}

.nav-singlepost a{
    position: fixed;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-singlepost a.prev {
    left: 0;
}

.nav-singlepost a.next {
    right: 0;
}

.nav-singlepost span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #cdcdcd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.7em;
    line-height: 1.2;
}

.nav-singlepost .icon-wrap {
    position: relative;
    z-index: 100;
    display: block;
    padding: 20px 10px;
    border: 0px solid #5b9bd5;
        background-color: #5b9bd5;
    -webkit-transition: border-width 0.3s 0.15s;
    transition: border-width 0.3s 0.15s;
}

.nav-singlepost i.icon {
    color: #fff;
    font-size: 22px;
}

.icon-left-open-big:before {
    content: '\e87b';
}

.icon-right-open-big:before {
    content: '\e87c';
}

.nav-singlepost div.nav-div {
    position: absolute;
    top: 50%;
    padding: 20px;
    -webkit-box-shadow: 0 0 1px #aaa;
    box-shadow: 0 0 1px #aaa;
    width: 440px;
    height: 144px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-singlepost a.prev div.nav-div {
    left: 0;
    padding: 20px 140px 20px 70px;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
    transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-singlepost a.next div.nav-div {
    right: 0;
    padding: 20px 70px 20px 140px;
    -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
    transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-singlepost h3 {
        color: #9CA740
    font-family: "Open Sans",sans-serif;
    font-size: 1.325em;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding: 8px 0 10px;
}

.nav-singlepost .nav-img-wrap {
  height: 105px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  width: 105px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nav-singlepost a.prev .nav-img-wrap {
    right: 20px;
}

.nav-singlepost a.next .nav-img-wrap {
    left: 20px;
}

.nav-singlepost .nav-img-wrap img {
    border: medium none;
    max-height: 100%;
    min-height: 100%;
    width: auto;
}

.nav-singlepost a:hover .icon-wrap {
    border-top-width: 40px;
    border-bottom-width: 40px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-singlepost a:hover div.nav-div {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1);
}



/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
.hs-form-required {
  color: red;
}
ul.hs-error-msgs.inputs-list {
  padding:  0;
  list-style:  none;
  margin: 5px 10px 5px 0;
  color: #414141;
  font-size: 13px;
}
ul.hs-error-msgs.inputs-list li{
	font:inherit;
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 18px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label,
.widget-type-google_search label {
  color: #414141;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
}

/* 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 {
  font: inherit;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  width: 100%;
  display: block;
  max-width: 500px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
.hs-form ul.inputs-list.multi-container li {
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 20px;
  margin: 0 0 4px;
}

.hs-form ul.inputs-list.multi-container {
  margin: 10px 0 22px;
}

.hs-form input[type=checkbox],
.hs-form input[type=radio]{
  margin: 3px 5px 3px 5px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  display: inline-block;
  width: auto !important;
}

.hs-form input[type=checkbox]:focus, 
.hs-form input[type=radio]:focus {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

.hs-input.error,
.hs-input.invalid{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
.hs-input.error:focus,
.hs-input.invalid:focus{
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #bfbfbf;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-moz-placeholder {
  color: #bfbfbf;
}
:-ms-input-placeholder {
  color: #bfbfbf;
}


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  text-decoration: none !important;
  font: inherit;
  margin: 0;
  outline: 0;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: content-box;  
  text-transform: uppercase;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: none repeat scroll 0 0 #da491c;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  background: none repeat scroll 0 0 #da491c;
}
.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-color: #599eeb;
  background-image: linear-gradient(to bottom, #3574e3,#599eeb);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px rgba(255,255,255,0.3);
  border-top: 1px solid #1c4ed5;
  border-bottom: 1px solid #4084e2;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
}
.widget-type-google_search a.hs-button,
.blog a.hs-button {
    margin-top: 18px;
}
/* =============== 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 =============== */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}


.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.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-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{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  content:'';
  display:block;
 	clear:both;
}
/*  Team Member Module*/

.hs-team-module:after {
  content: '';
  display: block;
  clear: both;
}

.hs-team-module h2 {
  color: #575757;
  font-size: 35px;
  margin: 0;
}

.sc_team_sidebar_body {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  margin: 0 0 15px 0;
  width: 70%;
  float: left;
}

.sc_team_sidebar_profile {
  width: 25%;
  float: left;
}

.hs-team-sec .hs-flex.hs-right {
  margin-left: 0;
  width: 80%;
}

.sc_team_sidebar_profile img {
  border-bottom: 5px solid #4190c9;
}

.hs-team-module h3.title {
  color: #575757;
  font-size: 18px;
  margin: 0 0 0 0;
  font-weight: 700;
  line-height: 1.1;
}

.hs-team-module .social {
  margin: 20px 0 20px 0;
}

.hs-team-module .social a {
  display: inline-block;
  margin: 5px 0 0 5px;
}

.hs-team-module .social a img {
  max-width: 30px;
  margin: 4px 4px 4px 4px;
}

.hs-team-module {
  font-size: 16px;
}
/* Service Module */
.hs-service-module {
  margin-top: 20px;
  color: #fff;
}

.hs-service-module * {
  color: #fff;
}

.hs-service-module h1 {
  margin-top: 55px;
  border-color: #fff;
}

.hs-service-module h3 {
  margin: 0;
}

.hs-service-module>.entry-content {
  background-color: #00aeef;
}

.hs-service-module .custom-hs-column>.row-fluid {
  margin: 0 -15px;
  text-align: center;
  width:auto;
}

.hs-service-module .page-center {
  padding-bottom:  0;
}

.hs-service-module .custom-hs-column>.row-fluid img {
  width: 250px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.hs-service-module .description {
  margin: 0 0 35px;
}

/* Team Member Website Page */
.container-fluid .row-fluid .hs-team-sec .page-center {
  padding: 0;
  max-width: 1170px !important;
}

.hs-team-sec .hs-flex.hs-left {
  width: 20%;
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
}

.hs-team-sec .hs-flex.hs-left ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}

.hs-team-sec .hs-flex.hs-left ul li > span {
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #1c1c1c;
  display: inline-block;
  padding: 5px 0 5px 0;
  cursor: pointer;
}

.hs-team-page .body-container {
  padding: 10px 0 15px;
}

.hs-team-sec .hs-flex.hs-left ul li {
  padding: 0 0 15px 0;
}

.hs-team-sec .hs-flex.hs-left ul ul li {
  border-bottom: thin solid #4190c9;
  padding: 5px 0 5px 0;
  font-size: 14px;
}

.hs-team-sec .hs-flex.hs-left ul ul li:last-child {
  border: 0;
}

.hs-team-sec .hs-flex.hs-left ul li a {
  color: #4190c9;
}
/* Two Column Equal With Form */
.hs-site-page .hs-input {
  max-width: 100%;
}

.hs-t-form-sec .hs-half {
  padding: 0 15px;
  width: 50%;
  margin-left: 0;
}

.hs-t-form-sec h3 {
  color: #418fc8;
  margin: 0;
  font-size: 22px;
  text-transform: inherit;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.hs-page-title {
  margin: 0 0 25px;
}
.hs-t-form-page .hs-input {
  color:  #111 !important;
}
.hs-t-form-sec .hs-right.hs-half .hs-form {
  max-width: 500px;
}

.hs-t-form-sec .hs-right.hs-half {
  padding: 40px 53px 0 30px;
}

.hs-section .actions {
  padding: 17px 20px 18px 0px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.hs-t-form-sec input.hs-button {
  text-transform: uppercase;
}

.hs-t-form-sec .hs-left.hs-half {
  padding: 0 0px 0 15px;
}
.hs-t-form-sec h2 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
  text-transform: inherit !important;
  color: #9ca740 !important;
  margin-bottom: 0px;
}

/* Full Width Website Page */
.hs-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.hs-iframe-wrapper iframe {
  border: medium none;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-header {
  margin-bottom: 35px;
}

.section-header h1 {
  text-transform:  none;
}
.section-header p.secondary-header {
  color: #9CA740;
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 9px;
}
/* Contact Us Website Page */
.hs-contact-page hr {
  margin: 20px 0;
}

.hs-contact-sec .hs-left {
  padding-top: 60px;
  padding-right: 25px;
}

select.hs-input {
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 27px;
  box-shadow: none;
}

.hs-contact-sec .hs-form {
  max-width: 487px;
}

.hs-contact-sec img.hs-image-widget {
  width: 470px !important;
  margin: 0 0 0 15px;
}

/* Customers Group */
.hs-customers-group {
    background-color: #b1bb57;
}

.hs-customers-group .row {
    margin: 0;
}

.hs-sol-page .body-container {
    padding:  0;
    margin: -1px 0 0;
}

.hs-customers-group .description {
  max-width: 311px;
  margin-left:  auto;
  padding: 55px 0 0;
  color: #333;
}

.hs-customers-group .description h1 {
  border-color: #fff;
}

.hs-customers-group .description p {
  color: #333;
}

.sti-menu {
  margin: 0;
  overflow: hidden;
  padding: 0 0 1px 1px;
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sti-menu li {
  float: left;
  cursor: default;
  list-style: none outside none;
  min-height: 290px;
  margin: 0;
  width: 33.3133%;
  background: none repeat scroll 0 0 #b1bb57;
  -webkit-transition: all 0.20s ease 0.6s;
  transition: all 0.20s ease 0.6s;
}

.sti-menu li:hover {
  background: none repeat scroll 0 0 #d6d4d0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sti-menu li .inner-box {
  border: medium none;
  border-bottom: 1px solid #EBE9E8;
  border-left: 1px solid #EBE9E8;
  display: block;
  float: right;
  height: 100%;
  margin: 0;
  overflow: hidden;
  min-height: 290px;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.20s ease 0.6s;
  transition: all 0.20s ease 0.6s;
  width: 100%;
}
.sti-menu li a {
  color: #999;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.sti-icon-image {
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 40px;
    left: 0;
    top: 0;
    width: 100%;
    background-size: auto 100%;
    background-position: center !important;
    display: block;
    height: 80px;
    margin-top: 100px;
}

.hs-customers-group .col-md-8.col-sm-12 {
  padding-right: 0;
  border-right: 1px solid #EBE9E8;
}

.sti-menu li h3.sti-item {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: 7px 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: color 0.3s ease 0.3s;
  transition: color 0.3s ease 0.3s;
}

.sti-menu p.sti-text {
  left: 0;
  line-height: 1.2;
  padding: 13px 30px 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0.2s;
  transition: opacity 0.2s ease 0.2s;
  color: white !important;
  margin: 0;
}

li:hover .sti-menu p.sti-text {
}

.sti-menu li:hover p.sti-text {
  opacity: 1;
}

.sti-menu li:hover h3.sti-item {
  color: #fff;
  -webkit-transition: color 0.3s ease 0.3s;
  transition: color 0.3s ease 0.3s;
}


/* Jobs Website Page */
.hs-job-page .body-container a:hover {
  color: #02305e;
}
.hs-job-page .body-container p {
	color:#666666;
}
.hs-job-page .body-container a:focus {
  color: #5b9bd5;
}
.hs-job-page .header-container {
  padding: 20px 0 0;
}

.hs-job-sec .hs-flex h3 {
  line-height: 1.1;
  margin: 7px 0 17px;
  font-weight: 500;
  font-size: 24px;
  font-family: Roboto, sans-serif;
}

ul.hs-job-time {
  margin: 0;
  padding: 19px 0 0;
  text-align: right;
  list-style: none;
  color: #3297fa;
}

ul.hs-job-time li {
  width: 25%;
  margin-left: 70%;
  text-align: left;
  padding: 0 15px;
  color: #3297fa;
  font-size: 14px;
  margin-bottom: 10px;
  word-wrap: break-word;
  font-family: "Roboto",sans-serif;
}

ul.hs-job-time li i {
  color: #3b3a3c;
  margin-right: 8px;
}

.hs-job-sec .hs-flex ul:not([class]) {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.hs-job-sec .hs-flex ul:not([class]) li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
  position: relative;
}

.hs-job-sec .hs-flex ul:not([class]) li:before {
  color: #3297fa;
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
}
.hs-section .hs-job-form .actions {
  padding: 0;
  margin: 0;
}

.hs-section .hs-job-form .actions .hs-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #3297fa;
  color: #fff;
  text-transform: none;
  margin: 13px 0 10px;
  font-family: Roboto, sans-serif;
  box-shadow: none;
}

.hs-section .hs-job-form input[type="file"] {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 16px;
  height: 46px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hs-section .hs-job-form input[type="file"] input[type="button"] {
  background-color: #3297fa;
  color: #fff;
}

.hs-job-form .hs-form-field input[type="button" i] {
  display: none;
}

.hs-job-form .hs-form-field > label {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.42857143;
  font-family: Roboto, sans-serif;
}

.hs-section .hs-job-form input[type="file"]:hover {
}

.hs-job-form .form-title {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-size: 16px;
  margin: 37px 0 17px;
  color: #3297fa;
  font-family: Roboto, sans-serif;
}

.hs-job-form .hs-form-field {
  position: relative;
}

.hs-job-form legend.hs-field-desc {
  background: #3297fa;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  height: 32px;
  padding: 6px 12px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #3297fa;
  color: #fff;
  width: auto;
  top: 33px;
  z-index: 0;
  pointer-events: none;
}

.hs-section .hs-job-form input[type="file"]:hover {
  border-color: #3297fa;
}
/* Who We Serve Website Page */
.hs-wws-sec1 h1 {
  margin: 0 0 15px;
}

.hs-wws-sec1 h3 img {
  float: left;
  margin: 0 10px 0px 0;
  width: auto;
  max-height: 35px;
}

.hs-wws-sec1 h3 {
  margin: 45px 0 5px;
}

.hs-wws-sec1 h1+p {
  margin-bottom: 50px;
  margin-top: 15px;
}
.hs-wws-sec3 {
  padding: 10px 0 25px;
}

.hs-wws-sec3 hr {
  margin: 20px 0;
}
.hs-wws-sec3 h2 {
  color: #9CA740;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* Our Technology Website Page */
.hs-ot-sec a.btn {
  display: inline-block;
  line-height: 1.3333333;
  border-radius: 3px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 10px 0;
  min-width: 270px;
  padding: 22px 23px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #333;
  background-color: #5b9bd5;
  border-color: #5b9bd5;
  font-weight: 600;
}
.hs-ot-sec a.btn:hover {
  background-color: #333;
  border: 1px solid #333;
}
.hs-banner {
  min-height:  500px;
  color: #fff;
  display: flex;
  align-items:  center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #a1a1a1;
  margin: -1px 0 0;
  position: relative;
}
a.hs-banner-link {
  position:  absolute;
  top: 0;
  left:  0;
  height:  100%;
  width:  100%;
}
.hs-banner .page-center {
    width: 100%;
    text-align: center;
}

.hs-banner h1,.hs-banner p {
    color:  #fff;
    border:  0;
}
.hs-banner h1 {
  font-size: 45px;
  color: rgb(244, 244, 244);
  visibility: inherit;
  transition: none;
  line-height: 60px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 800;
  text-transform: none;
  position: relative;
}

.hs-banner h1:after {
  content: '';
  background-color: rgba(0, 117, 201, 0.5);
  width: 883px;
  margin: 17px auto 15px;
  display: block;
  height: 3px;
  max-width: 100%;
}

.hs-banner p {
  color: rgb(244, 244, 244);
  visibility: inherit;
  transition: none;
  line-height: 45px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 35px;
  max-width: 100%;
  margin: 0 auto;
}

.hs-banner .hs-content {
  padding: 10px 0 60px;
  text-shadow: 3px 3px 0px rgba(30,30,30,0.2);
}
.hs-ot-page .body-container {
  padding: 0;
}

.hs-sol-module {
  background-size: cover;
  position: relative;
  padding: 55px 0 35px;
  color: #fff;
}

.hs-sol-module h1 {
  color: white;
  border-color: white;
  margin: 0 0 20px;
}

.hs-sol-module * {
  color: #fff;
}

.hs-sol-module .row {
  margin: 0;
}

.container-fluid .row-fluid .hs-ot-sec .page-center {
  padding-bottom: 0;
}
.hs-two-col-img .col-md-7 {
  margin-bottom: 40px;
}

.hs-two-col-img:not(.hs-right) img {
  width: 400px;
  margin: 0 auto;
  display: block;
}

.hs-two-col-img h1 {
  margin: 55px 0 20px;
}

.hs-ot-sec.hs-sec4 {
  padding: 55px 0;
}

.hs-ot-sec.hs-sec4 h1 {
  margin-bottom: 20px;
}

.hs-two-col-img li {
  color: #575757;
  font-family: "Open Sans",sans-serif;
  line-height: 1.6;
  margin: 0 0 10px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin: 0 0 10px;
}
.hs-ot-page .hs-two-col-img li{
  color: #333;
  font-size: 15px;
}
.hs-ot-page .hs-two-col-img li span{
  color: #575757;
  font-size: 16px;
}

.hs-sp-page .hs-two-col-img li {
  font-size: 15px;
  color: #575757;
}
.hs-two-col-img .col-md-5 {
  min-height: 400px;
}

.hs-ot-sec.hs-sec1 .hs-two-col-img {
    padding: 20px 0 0;
}

.hs-ot-sec.hs-sec1 .hs-two-col-img h1 {
    margin-bottom: 10px;
}
.hs-ot-sec.hs-sec1 .col-md-5 {
    text-align:  center;
}

.hs-ot-sec.hs-sec1 .col-md-5 img {
  width:  auto;
}

.hs-ot-sec.hs-sec1 .col-md-5 .btn {
  width:  auto;
  min-width: 270px;
  box-sizing:  border-box !important;
}
.hs-ot-sec.hs-sec2 img {
  width: 90%;
  display: block;
  margin: 0 auto 30px;
}

.hs-ot-sec.hs-sec2 h3 {
  margin-top: 30px;
}

.hs-sol-module h3 {
  margin-top:  0 !important;
}

.hs-sol-module img {
  width: auto;
  width: 250px !important;
  margin-bottom: 30px !important;
  margin-top: 20px !important;
}

.hs-sol-module {
  margin-bottom: 30px;
}
/* Services Pro Website Page */
.hs-two-col-img.hs-two .row {
  margin: 0;
}

.hs-two-col-img.hs-two img {
  width: auto !important;
  margin-bottom: 10px;
  margin-top: 55px;
}
.hs-sp-page .hs-two-col-img.hs-two img {
    max-height: 150px;
}
.hs-two-col-img.hs-two .col-md-4 {
  text-align: center;
}


a.hs-cta-btn {
  display: inline-block;
  line-height: 1.3333333;
  border: 1px solid #333;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
  border-radius: 3px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  margin: 10px 0;
  min-width: 270px;
  padding: 22px 23px;
  text-transform: uppercase;
  text-align: center;
  background-color: #5b9bd5;
  border-color: #5b9bd5;
  color: #ffffff;
  right: 10px;
  font-weight: 700;
  padding-left: 10px !important;
  width: initial !important;
  padding-right: 10px !important;
  -webkit-font-smoothing: antialiased;
}

a.hs-cta-btn:hover {
  background-color: #333;
  border: 1px solid #333;
}

.hs-sp-page .body-container {
  padding: 0;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.hs-two-col-img.hs-two h1 {
  padding-left: 10px;
  margin-bottom: 10px;
}
.hs-sp-sec.hs-sec2 {
    background-color: #25A4D8;
    padding: 30px 20px 40px;
    color:  #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.hs-sp-sec.hs-sec2 * {
    color:  #fff !important;
}

.hs-sp-sec.hs-sec2 .hs-flex.hs-left {
    width: 58.33333333%;
    padding: 0 15px;
}

.hs-sp-sec.hs-sec2 .hs-flex.hs-right {
    width: 41.66666667%;
    padding:  0 15px;
    margin: 0;
}

.hs-sp-sec.hs-sec2>.row-fluid-wrapper {
    margin: 0 -15px;
}

.hs-acc-item h4 {
  border-bottom: 1px solid #CCCCCC;
  padding: 6px 0 !important;
  font-size: 15px;
  text-align: left;
  color: inherit;
  font-weight:  bold;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  line-height: 1.42857143;
  min-height: 39px;
}

.hs-acc-item h4 i.icon-plus-circled {
  background-color: rgba(0, 0, 0, 0);
  color:  #ccc !important;
  display: block;
  float: left;
  line-height: 1;
  font-size: 20px;
  margin: 0 10px 0 0;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.icon-plus-circled:before {
  content: '\e824';
}

.hs-acc-item h4:hover i.icon-plus-circled,.hs-acc-item.active h4 i.icon-plus-circled {
  color: #5b9bd5 !important;
}

.hs-acc-item.active h4 i.icon-plus-circled {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hs-acc-item .hs-text {
  padding: 15px 15px 10px;
  font-size: 14px;
}

.hs-acc-item .hs-text p {
  margin: 0;
}

.hs-acc-item  .hs-content {
  display:  none;
}

.hs-acc-item {
  margin: 0 0 10px;
  position: relative;
}
/* Why Pieriandx Website Page */
.hs-wp-page .hs-two-col-img .col-md-5 {
  text-align: center;
}

.hs-wp-page .body-container {
  padding: 0;
}

.hs-wp-page .body-container .page-center {
  padding-bottom: 0;
}

.hs-wp-sec.hs-sec1 .hs-two-col-img img {
  width: 100%;
  margin-top: 80px;
}
.hs-wp-sec.hs-sec1 .hs-two-col-img .btn {
  width:  auto;
  box-sizing: border-box !important;
}

.hs-wp-sec.hs-sec1 .hs-two-col-img .btn:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 7px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  content: "\f04b";
}
.hs-wp-page .hs-sol-module {
  margin-bottom: 0;
}
.hs-wp-page .hs-sol-module h1 {
  margin: 20px 0 0px;
}
.hs-wp-page .hs-sol-module h3 {
    margin: 0 0 5px;
}
.hs-wp-sec.hs-sec2 {
  background-color: #ffffff;
  padding: 20px;
  border-top: 2px solid #2a4e7e;
  border-bottom: 2px solid #2a4e7e;
}

.hs-wp-sec.hs-sec2 h2 {
  color: #9CA740;
  margin: 10px 0;
}
.hs-wp-sec.hs-sec2 h2 span {
  font-size: 22px;
  font-weight: 400;
  color: #9CA740;
}
.hs-wp-sec.hs-sec2 a.btn {
  border-color: #5b9bd5;
  background-color: #5b9bd5;
  color: #fff;
}

.hs-section.hs-wp-sec.hs-sec3 .hs-two-col-img {
  margin-top: 55px;
}
.hs-wp-sec.hs-sec4 {
  background-color: #f0eeee;
  padding: 52.8px 15px 30px;
  text-align:  center;
  margin-top: 33px;
}

.hs-wp-sec.hs-sec4 p:first-child {
  font-size: 18px;
}

.hs-wp-sec.hs-sec4 img {
  margin: 0px 0 10px;
}
.hs-wp-sec.hs-sec3 li {
  margin: 0;
}
a.hs-cta-btn i.fa {
  margin-right: .2em;
  margin-left: .2em;
}
.list-data {
  background: #fff;
  border: 1px solid #e1e1e1;
  float: left;
  margin: 15px 0;
  padding: 20px 20px 10px;
  width: 100%;
  font-family: "Roboto",sans-serif;
}

.list-data .job-info {
  margin: 0 0 12px;
}

.list-data .job-info h4 {
  color: #3b3a3c;
  font-size: 16px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Roboto",sans-serif;
}

.list-data .job-info h4 a {
  color: #3b3a3c;
  font-size: 16px;
  word-wrap: break-word;
}

.list-data .job-info h4 a, .list-data .job-info h4 a:hover {
  color: #3b3a3c;
}

.list-data .job-date i {
  color: #3b3a3c;
  margin-right: 5px;
}

.list-data .job-date {
  color: #3297fa;
  font-size: 14px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

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

.list-data .btn-primary {
  background-color: #3297fa;
  color: #fff;
  border: 0;
}

.container-fluid .row-fluid .hs-jl-sec .page-center {
  padding-bottom: 0;
}

/* Services Website Page */

.hs-serv-page .body-container {
    padding:  0;
}

.hs-serv-page .body-container .page-center {
    padding-bottom: 0;
}
.container-full.hs-two-btn {
    background-size: cover;
    position: relative;
    padding-top: 10px;
    padding: 10px 0 30px 0;
    border-top: 3px solid #3b91cb;
    border-bottom: 3px solid #3b91cb;
    color: #fff;
}

.hs-two-btn h2 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hs-two-btn p {
  color: white;
  line-height: 1.6;
  margin: 0;
}

.hs-two-btn .col-md-4 {
  text-align: center;
  margin-top: 35px;
}

.btn-inverse {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  border-radius: 3px 3px 3px 3px;
  font-size: 15px;
  font-weight: 300;
}

.hs-two-btn a.btn {
  background: rgb(255, 255, 255);
  color: rgb(61, 144, 202);
  border-color: rgb(255, 255, 255);
}
.hs-serv-page .hs-two-col-img.hs-right h1 {
  margin-bottom: 10px;
}

.hs-serv-page .hs-two-col-img.hs-right .col-md-5 {
  text-align:  center;
  margin-top: 55px;
}

.hs-serv-page .hs-two-col-img.hs-right .col-md-5 h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4190c9;
}
.hs-serv-page .hs-two-col-img.hs-right .col-md-7,.hs-serv-page .hs-two-col-img.hs-right .col-md-5 {
  margin-bottom: 0;
  min-height: 1px;
}

.hs-serv-page .hs-two-col-img.hs-right .col-md-7 {
  margin-bottom: 25px;
}

.hs-serv-page .hs-two-col-img.hs-right li {
  margin: 0;
  font-size: 16px;
  color: #575757;
  font-style: normal;
  font-weight: 400;
  font-family: 'Open Sans';
  line-height: 1.42857143;
}
/*  */
.hs-upEv-module .hs-person {
  float: right;
  padding: 10px;
  margin-bottom: 35px;
}

.hs-person-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.hs-upEv-module {
  padding: 0 0 10px 15px;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
.hs-upEv-module h2 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
  text-transform: inherit !important;
  color: #9ca740 !important;
  margin-bottom: 10px;
}
.hs-upEv-module h3 {
  color: #418fc8;
  margin: 0;
  font-size: 22px;
  text-transform: inherit !important;
  margin-bottom: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.1;
}

.hs-upEv-sec h1 {
  margin-bottom: 30px;
}

.hs-upEv-module h3+h3 {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #656565;
  margin-top: 10px;
  margin-bottom: 6px;
}

.hs-person-wrap {
  float: right;
  width: 227px;
  text-align: center;
  margin-left: 40px;
}

.hs-person-wrap img {
  border: 1px solid grey;
  margin: 5px 0 30px;
}

.hs-person-wrap .hs-person+.hs-person {
  margin-top: 65px;

}

.hs-upEv-sec .hs_cos_wrapper_type_header h1 {
  font-weight: bold;
  margin: 0;
  font-size: 22px;
  text-transform: inherit !important;
  color: #9ca740 !important;
  margin-bottom: 0px;
  margin-top: 20px;
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}

.hs-upEv-sec .hs_cos_wrapper_type_header {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #000;
}
.screen-reader-text {
	display:none;
}
/* Oncoped Select Website Page */
.hs-op-bn .hs-content {
  margin: 0 auto;
  max-width: 803px;
}

.hs-op-bn .hs-content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
}

.hs-ctawrap a+a {
  display: none !important;
}

.hs-ctawrap a {
  font-size: 15px !important;
  line-height: 17px !important;
  font-weight: 700 !important;
  padding: 15px !important;
  min-width: 1px !important;
  margin: 30px 0 0 !important;
}

.hs-banner.hs-op-bn {
  min-height: 800px;
}

.hs-banner.hs-op-bn h1 {
  font-size: 50px;
}

.hs-banner.hs-op-bn h1:after {
  height: 4px;
  width: 100%;
  background-color: rgb(0, 117, 201);
}

.hs-banner.hs-op-bn h3 {
  font-size: 30px;
  color: rgb(177, 187, 86);
  letter-spacing: 2px;
  line-height: 1;
}
.hs-ops-page .body-container {
    padding: 0;
}

.ha-about-onco {
  background-color: #4291ca;
  padding-left: 10px;
  padding-top: 15px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.ha-about-onco * {
  color: #fff;
}

.ha-about-onco .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-about-onco .promo-banner {
  margin-bottom: 0px;
}

.ha-about-onco .btn {
  color: rgb(255, 255, 255) !important;
  border-color: rgb(163, 174, 69) !important;
  background: rgb(177, 187, 87) !important;
  font-weight: 700 !important;
  box-sizing: border-box !important;
}

.ha-about-onco .col-md-5 {
  position: absolute;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.ha-about-onco .banner-image {
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 20px;
  right: 0;
}
.hs-ops-sec.hs-sec2 {
  background-color: #b1bb57;
}
.hs-ops-sec.hs-sec2 ul li {
  font-size: 16px;
  margin-bottom: 15px;
}
.hs-ops-sec.hs-sec2 h1 {
  border-left: 3px solid white;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: inherit !important;
  color: #fff;
  line-height: 1.3;
}

.hs-ops-sec.hs-sec3 {
  color: white !important;
  background-color: #4291ca;
  padding: 20px 0 10px;
}

.hs-ops-sec.hs-sec3 * {
  color: inherit !important;
}

.hs-ops-sec.hs-sec3 i.icon-plus-circled,.hs-ops-sec.hs-sec3 .hs-acc-item.active h4 i.icon-plus-circled {
  color: #fff !important;
  margin-top: 5px;
}

.hs-ops-sec.hs-sec3 h2 {
  border-left: 3px solid white;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: inherit !important;
  padding-left: 10px !important;
}

.hs-ops-sec.hs-sec3 .hs-acc-item h4:hover i.icon-plus-circled {
  color: inherit !important;
}

.hs-ops-sec.hs-sec3 h4 {
  padding: 18px 0 !important;
  line-height: 26px;
}

.hs-ops-sec.hs-sec3 .hs-acc-item {
  margin: 0 0 20px;
  position: relative;
}

.hs-ops-page .body-container .page-center {
}

.hs-bottom-desktop.hs-on-about .page-center {
  padding-bottom: 0;
}

.hs-bottom-desktop.hs-on-about {
  background-size: cover;
}

.hs-bottom-desktop.hs-on-about img {
  max-height: 520px;
  width: auto;
}

.hs-bottom-desktop.hs-on-about h2 {
  color: #277db9;
  border-left: 3px solid #277db9;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: inherit !important;
}

.hs-bottom-desktop.hs-on-about a.btn {
  background-color: #5B9BD5 !important;
  margin: 10px 0 !important;
  min-width: 270px !important;
  padding: 22px 23px !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  box-sizing: border-box !important;
  font-weight: 700 !important;
  border-color: #5b9bd5 !important;
  margin: 10px 0 10px 0 !IMPORTANT;
  line-height: 1.3333333;
  float:none !important;
}
.hs-bottom-desktop.hs-on-about .hs-cta-wrapper a.btn {
  margin-right: 10px !important;
}
.hs-bottom-desktop.hs-on-about a.btn:hover {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}
.hs-ops-sec.hs-sec2 ul li {
  font-size: 16px;
  margin-bottom: 15px;
}

.hs-acc-item ol {
  padding: 0 0 0 40px;
}

.hs-acc-item ol li {
  margin-bottom: 15px;
  font-size: 16px;
}
/* Oncoped Showcase Luncheon Website Page */
.hs-o-header h1 {
    text-transform:  none;
    margin-bottom: 36px;
}

.hs-osl-sec.hs-sec1 iframe {
    border: medium none;
    max-width: 100%;
}
.hs-osl-sec.hs-sec1 .hs-right {
	padding:0 15px;
}
.hs-osl-sec.hs-sec1 .hs-right p {
    text-align:  center;
}

.hs-osl-sec.hs-sec1 .hs-right hr {
    margin: 20px 0;
}
/* Pdx Solutions Website Page */

.hs-pdxs-page .body-container {
  padding: 0;
}

.hs-pdxs-page .body-container h1 {
  margin: 55px 0 10px;
}
.hs-four-col {
  padding: 0 15px;
  margin: 25px 0 0;
}

.hs-four-col .hs-img-wrap img {
  width: 140px;
  margin: 0 auto;
  display: block;
}

.hs-two-p-col {
  text-align: center;
}

.hs-two-p-col img {
  width: auto;
  max-height: 80px;
}
.hs-pdxs-sec.hs-sec2 .hs-full .hs_cos_wrapper_type_rich_text {
  display: block;
  margin: 0 0 75px;
}

.hs-two-p-col h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4190c9 !important;
}

.hs-two-p-col .btn.btn-inverse {
  background: rgb(61, 144, 202);
  color: rgb(255, 255, 255);
  border-color: rgb(61, 144, 202);
}

.hs-two-p-col .btn.btn-inverse:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}

.hs-two-p-col .col-md-6 {
  margin-top: 34px;
}

.hs-pdxs-sec.hs-sec2 .hs-right {
  text-align: center;
}

.hs-pdxs-sec.hs-sec2 .hs-right img.hs-image-widget {
  width: 300px !important;
}

.hs-pdxs-sec.hs-sec2 .hs-right .btn {
  box-sizing: border-box !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.hs-pdxs-sec.hs-sec2 {
  padding: 0;
}

.hs-pdxs-sec.hs-sec2 .hs-right .btn {
  background: rgb(61, 144, 202) !important;
  color: rgb(255, 255, 255);
  border-color: rgb(61, 144, 202) !important;
  font-weight: bold !important;
}

.hs-pdxs-sec.hs-sec2 .hs-right .btn:hover {
	background: rgb(51, 51, 51) !important;
  color: rgb(255, 255, 255);
  border-color: rgb(51, 51, 51) !important;
}
/* Clients Single Website Page */

.hs-site-page .modal-dialog {
  width: 80% !important;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 5px 0;
  border-radius: 3px;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
  background: none repeat scroll 0 0 #da491c;
}

.hs-site-page .modal-dialog td:first-child {
  width: 200px;
}

.modal-body>table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  min-height: .01%;
  overflow-x: auto;
  border: 1px solid #ddd;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  color: #333;
  font-family: 'Open Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.table>tbody>tr>td {
  border: 1px solid #ddd;
  border-color: white !important;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.hs-site-page .modal-dialog td:last-child {
  width: calc(100% - 200px);
}

.hs-site-page .modal-dialog img {
  width: 183px;
  margin: 0 0 10px 0;
}

.modal-body h2 {
  margin: 0 0 10px 0 !important;
  color: #3D90CA !important;
}

.modal {
  background: rgba(0,0,0,0.5);
}
.hs-cs-page .body-container {
  padding: 0;
}

.hs-two-r-bg {
  color: #fff;
  background-size: cover;
  position: relative;
  padding-top: 10px;
  padding-bottom: 8px;
}

.hs-two-r-bg * {
  color: #fff;
}

.hs-two-r-bg h1 {
  color: white;
  border-color: white !important;
  margin: 25px 0 25px !important;
}

.hs-two-r-bg .btn {
  color: #25a4d8 !important;
  font-weight: 600;
  background-color: white !important;
  box-sizing: border-box !important;
}

.hs-three-ex {
  padding: 10px 0 10px 0;
  border-top: 3px solid #3b91cb;
  border-bottom: 3px solid #3b91cb;
}

.hs-three-ex .expended {
  display: none;
}

.hs-three-ex h2 {
  color: #3b91cb !important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.hs-three-ex img {
  max-width: 150px;
}

p.more-info-btn {
  text-align: center;
}

.hs-full-w.hs-bg {
  background-size: cover;
  position: relative;
  padding-top: 10px;
  padding: 10px 0 10px 0;
  border-top: 3px solid #3b91cb;
  border-bottom: 3px solid #3b91cb;
}

.hs-full-w.hs-bg * {
  color:  #fff;
}

.hs-full-w.hs-bg h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.hs-cs-page .body-container .page-center {
  padding-bottom: 0;
}

.expended {
  padding-bottom: 10px;
}

.hs-cs-sec.hs-sec2 h1 {
  margin: 55px 0 10px 0;
}
.hs-logo-group {
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
}

.hs-logo-group .single-brand {
  display: inline-block;
  float: none;
  height: 185px;
  margin: 0;
  padding: 0;
  width: calc(25% - 4px);
  overflow: visible;
  width: calc(25% - 4px);
  position:relative;
  position:relative;  
}

.hs-logo-group .brand-effect {
  background: none repeat scroll 0 0 transparent;
  display: block;
  float: left;`
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff!important;
  height: 100%;
  width: 100%;
  overflow: visible;
}

.hs-logo-group .hs-fig-cap {
  padding: 1em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  width: 100%;
  position: absolute;
  height: 95%;
  text-align: left;
  top: 0;
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.hs-logo-group p {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
  line-height: 1.4;
  background: transparent;
  opacity: 0;
  text-align: center;
  margin-top: 20px;
  text-transform: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #575757 !important;
  margin: 20px 0 0;
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

.hs-logo-group p a {
  color: inherit;
}

.hs-logo-group img {
  margin-bottom: 10px !important;
  position: relative;
  display: block;
  margin-top: -20px !important;
  max-height: 80px !important;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  min-width: 1px;
  opacity: 1;
  width: auto;
}
.hs-logo-group .brand-effect:hover .hs-fig-cap {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hs-logo-group .brand-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hs-logo-group .single-brand .b-logo {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.hs-logo-group .single-brand:hover .b-logo {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hs-cs-sec.hs-sec3 .hs-full-w.hs-bg {
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 10px 0 50px 0;
  border: 0;
  position: relative;
}

.hs-cs-sec.hs-sec3 .hs-full-w.hs-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

.hs-cs-sec.hs-sec3 .hs-full-w.hs-bg .page-center {
  position: relative;
  z-index: 2;
}

.hs-cs-sec.hs-sec3 .hs-full-w.hs-bg h1 {
  margin: 25px 0 50px 0px !important;
  border-color: #fff;
}

.hs-cs-sec.hs-sec3 .hs-full-w a.btn {
  margin: 10px 0;
  min-width: 270px;
  padding: 22px 23px;
  text-transform: uppercase;
  text-align: center;
  background: white;
  font-weight: 600 !important;
  color: #3d90ca;
}

.hs-cs-sec.hs-sec3 .hs-full-w a.btn:hover {
  background-color: #333;
  border: 1px solid #333;
}

.hs-cs-sec.hs-sec4 h1 {
  margin: 55px 0 10px 0;
}
.hs-lead-team {
  margin: 45px 0 0;
}

.sc_team_member {
  width: 25%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px;
}

.hs-lead-t:after {
  content: '';
  display: block;
  clear: both;
}

.sc_team_member_inner {
  background: #4190c9!important;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 100%;
}

.hs-lead-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sc_team_member .sc_team_member_inner>img {
  width: 100%;
  height: auto !important;
  max-width: inherit;
  display: block;
  margin: 0 auto 0 auto;
  float: none;
  border: none;
  padding: 0 0 0 0;
  transition: 0.45s all ease-in-out;
  -moz-transition: 0.45s all ease-in-out;
  -webkit-transition: 0.45s all ease-in-out;
}

.sc_team_member_name,.sc_team_member_jobtitle {
  background: #4190c9;
  /* height: 24px; */
  line-height: 26px;
}

.sc_team_member_jobtitle {
}

.sc_team_member_name {
  padding: 2px 15px 0;
  transition: 0.45s all ease-in-out;
  -moz-transition: 0.45s all ease-in-out;
  -webkit-transition: 0.45s all ease-in-out;
  overflow: hidden;
  opacity: 0.9;
  color: #fff;
  font-size: 14px!important;
  text-align: left;
  text-transform: capitalize;
}

.sc_team_member_jobtitle {
  font-size: 13px!important;
  bottom: 16px;
  left: 0;
  padding: 0 15px;
  color: #fff;
  transition: 0.35s all ease-in-out;
  -moz-transition: 0.35s all ease-in-out;
  -webkit-transition: 0.35s all ease-in-out;
  opacity: 0.9;
  text-align: left;
  margin-top: -2px;
  padding-bottom: 14px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sc_team_member .icons {
  z-index: 9;
  position: absolute;
  bottom: -100px;
  display: block;
  width: 100%;
  text-align: center;
  transition: 0.45s all ease-in-out;
  -moz-transition: 0.45s all ease-in-out;
  -webkit-transition: 0.45s all ease-in-out;
}

.sc_team_member .icons a {
  margin: 0 auto 5px auto;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.sc_team_member .icons img {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0 2px 0 2px;
  width: 25px;
}

.sc_team_member .sc_team_member_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  color: #fff;
  background: rgba(50, 50, 50, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sc_team_member:hover .sc_team_member_overlay {
  opacity: 1;
}

.sc_team_member .sc_team_more {
  position: absolute;
  margin: -25px 0 0 0;
  width: 100%;
  transition: 0.45s all ease-in-out;
  -moz-transition: 0.45s all ease-in-out;
  -webkit-transition: 0.45s all ease-in-out;
  top: -25px;
}

.sc_team_member:hover .sc_team_member_name, .sc_team_member:hover .sc_team_member_jobtitle {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.sc_team_member:hover .icons {
  bottom: 20px;
}

.sc_team_member:hover .sc_team_more {
  top: 50%;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.hs-team-a-group h3 {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.hs-cs-sec.hs-sec4 {
  padding-bottom: 30px;
}

/* Home Website Page */
.hs-home-page .body-container {
  padding:  0;
}

.hs-home-page .body-container .page-center {
  padding-bottom: 0;
}

.hs-four-logo {
  background: #333;
  padding: 30px 0 50px;
  color: #fff;
}

.hs-four-logo .brand-effect {
  background:  transparent !important;
}
.hs-four-logo .single-brand {
    height: 250px;
    color: #fff;
    text-align: center;
}

.hs-four-logo .single-brand h4 {
  text-align: center;
}

.hs-four-logo .single-brand h4 a {
  color: #fff;
}

.hs-four-logo .single-brand .hs-dis * {
  color: #fff;
  opacity: 0;
  transition: 0.3s ease;
  font-size: 14px;
}

.hs-four-logo .single-brand:hover .hs-dis * {
  opacity: 1;
}

.hs-four-logo .single-brand .hs-dis ul {
  margin: 0;
  line-height: 1.2;
}
.hs-home-sec.hs-sec7 {
  padding: 25px 0;
}

.hs-home-sec h1 {
  margin: 55px 0 10px 0;
}

a.learnbtn-know {
  padding: 10px;
  border: 2px solid #418ec8;
  position: relative;
  display: block;
  width: 150px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
}

.hs-home-sec.hs-sec6 {
  background-color: #f0eeee;
  text-align: center;
  padding: 52.8px 0 30px;
}

.hs-home-sec.hs-sec6 img {
  margin-bottom: 10px;
}
.hs-our-platform {
  border-bottom: solid 1px #418ec8;
  padding: 15px 0px 15px 0px;
}
.hs-our-platform-wrap:last-child> .hs-our-platform {
  border: 0;
}
.hs-our-platform h2 {
  color: #418ec8;
  margin-top: 0px !important;
}

.hs-our-platform .row {
  margin: 0;
}

.hs-home-sec.hs-sec4 {
  padding: 0 0 30px;
}

.hs-home-sec.hs-sec4 h2 {
  color: #b2bc56;
  margin: 25px 0 10px;
}
.hs-our-platform h2 {
  color: #418ec8 !important;
}
.hs-home-sec.hs-sec4 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.hs-home-sec .hs-two-r-bg {
  border-bottom: 3px solid #1f5f8c;
}

.hs-home-sec .hs-two-r-bg h2 {
  font-size: 3em;
  color: white;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 10px;
}

.hs-home-sec .hs-two-r-bg p {
  color: #fff!important;
  font-size: 18px!important;
}

.hs-home-sec .hs-two-r-bg .learnbtn-white {
  padding: 10px;
  border: 2px solid #418ec8;
  margin-top: 30px;
  position: relative;
  display: block;
  width: 150px;
  font-weight: bold;
  background-color: #fff;
  color: #418ec8;
  text-align: center;
  font-size: 14px!important;
}

.hs-home-sec .hs-two-r-bg .learnbtn-white:hover {
  color: #a9796e;
}

.hs-home-sec.hs-sec2 {
  padding: 55px 0 30px;
  text-align: center;
}

.hs-home-sec.hs-sec2 h1 {
  color: #3c91cc;
  border-left: 3px solid white;
  font-weight: 600;
  margin: 0;
  padding-left: 20px;
}

.hs-home-sec.hs-sec2 h1+h2 {
  padding-bottom: 20px;
  color: #949494;
  margin-top: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3c91cc;
}

.hs-home-sec.hs-sec2 p {
  font-size: 18px !important;
}
.hs-mole-m {
  padding: 25px 0 38px;
  border-top: 4px solid #418fc8 !important;
  border-bottom: 4px solid #418fc8 !important;
}

.hs-mole-m .hs-full-text {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding: 0 15px;
}

.hs-mole-m .hs-full-text h2 {
  color: #5b9bd5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.hs-mole-m .col-md-4 {
  text-align: left;
}

.hs-mole-m .col-md-4 .hs-img>.btn {
  padding: 0;
}

.hs-mole-m .col-md-4 h3 {
  color: #5b9bd5;
  margin-top: 0px !important;
  font-weight: 700 !important;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 0 8px;
  line-height: 1.1;
}

.hs-mole-m .col-md-4 h2 {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  color: #737476;
  margin-top: 0px !important;
  font-weight: 600 !important;
  line-height: 1.5;
  text-transform: none;
  padding: 0 8px;
}

.hs-mole-m .col-md-4 a.btn {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background-color: #5b9bd5;
  border-color: #5b9bd5;
  color: white !important;
  margin-top: 10px;
  margin-left: 8px;
}

.hs-mole-m  .hs-img {
    margin: 0 0 14px;
}

.hs-home-gal .slick-slider {
  padding: 0;
  margin: 0;
}

.hs-home-gal .slick-slider img {
  width: 100% !important;
}

.hs-home-gal .slick-slider .slick-slide-inner-wrapper {
  display: block;
  animation: 100%;
}
.hs-banner.hs-home-gal {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.hs-home-page .body-container {
  background: #fff;
  position: relative;
  z-index: 1;
}

.hs-home-gal .slick-slider {
  position: fixed;
  top: 94px;
  height: 600px;
  width: 100%;
}
.hs-home-gal .slick-slider .slick-list .slick-slide-inner-wrapper {
  width: 100%;
  height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 160px;
  text-shadow: 2px 2px 4px #585e63!important;
}

.hs-home-gal .slick-slider .caption {
  position: static;
  background: transparent;
  max-width: 80%;
}

.hs-home-gal h1,.hs-home-gal p {
    color: #fff;
}

.hs-banner.hs-home-gal ul.slick-dots {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 20px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    opacity: 0;
    z-index: 10;
}
.hs-banner.hs-home-gal:hover ul.slick-dots {
    opacity: 1;
}
.hs-banner.hs-home-gal ul.slick-dots li {
    margin: 0;
    width: 12px;
    height: 12px;
    background: #999;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
    box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
    margin: 0 4px;
}

.hs-banner.hs-home-gal ul.slick-dots li button {
    opacity: 0 !important;
}

.hs-banner.hs-home-gal ul.slick-dots li.slick-active {
    background: #fff;
    border-color: #000;
}

.hs-home-gal .slick-prev,.hs-home-gal .slick-next {
  cursor: pointer;
  background: #000;
  background: rgba(0,0,0,0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.hs-home-gal .slick-next:before {
  content: "\e82d";
  margin-right: -3px;
}

.hs-home-gal .slick-next:before,.hs-home-gal .slick-prev:before {
  opacity: 1 !important;
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hs-home-gal .slick-prev:before {
  content: "\e82c";
  margin-left: -3px;
}

.hs-home-gal .slick-next {
  right: 30px;
}

.hs-home-gal .slick-prev {
  left: 30px;
}

.hs-home-gal .slick-prev:hover, .hs-home-gal .slick-next:hover {
  background: #000;
}
.hs-home-gal .hs_cos_gallery_main .slick-list {
  max-height: 100%;
}

.hs-home-gal:hover .slick-prev, .hs-home-gal:hover .slick-next {
  opacity: 1;
}
.hs-home-gal .slick-slider .slick-list .slick-slide-inner-wrapper>a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hs-banner.hs-home-gal ul.slick-dots li:hover {
  background: #fff;
  border-color: #000;
}
.slid-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.slick-active .slid-bg{
  -webkit-animation-name: shrink; 
  -webkit-animation-duration: 10s;
  animation-name: shrink;
  animation-duration: 10s;
}
.hs-home-gal .slick-slider .caption * {
  position: relative;
}
.hs-banner.hs-home-gal h1:after {
  background-color: rgb(0, 117, 201);
  width: 500px;
}
.hs-home-page .hs-customers-group .description h1 {
  margin-top: 0;
}
.no-boundaries-section1 .btn {
  font-weight:  700 !important;
  box-sizing: border-box !important;
}


@-webkit-keyframes shrink {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shrink {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Press Kit Website Page */

.hs-pressK-sec.hs-sec1 h1{
  margin: 45px 0 20px;
}

.hs-pressK-sec.hs-sec1 h3 {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.hs-pressK-sec .hs-rec-post-slider-wrap {
  padding: 0;
}

.no-boundaries-page .body-container {
    padding: 0;
}

.banner-bg {
    min-height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -1px;
    padding: 115px 0;
  	position:relative;
}

.banner-bg .banner-content h1 {
    font-size: 70px;
    color: #fff;
    border: none;
    padding: 0;
    margin: 0;
    letter-spacing: 2px;
    line-height: 1;
    display: inline-block;
    border-bottom: 4px solid rgb(0, 117, 201);
    padding-bottom: 20px;
    text-align: left;
}

.banner-bg .banner-content {
    padding-left: 12px;
}
  
.banner-bg .banner-content p {
    font-size: 40px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
    padding-top: 15px;
    letter-spacing: 2px;
    padding-left: 5px;
}
  
  .banner-content p {
    font-size: 40px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
    padding-top: 15px;
    letter-spacing: 2px;
    padding-left: 5px;
}

.no-boundaries-section1 {
    background-color: white;
    padding-left: 10px;
    padding-top: 15px;
}

.no-boundaries-section1-col.col1 h2 {
    font-size: 30px;
    line-height: 35px;
    color: #418fc8;
    margin-top: 20px;
    margin-bottom: 10px;
}

.no-boundaries-section1-col.col1 a#cta_button_2758906_dcf6869a-c184-4b2f-9679-70bd6df28cc4 {
    max-width: 270px;
    width: 100%;
    min-width: auto !important;
    box-sizing: border-box !important;
    font-weight: bold;
}

.no-boundaries-section1-col.col2 {
    border-left: 1px solid #d0d0d0;
    width: 33.33333333% !important;
    margin-left: 0 !important;
}
  
.no-boundaries-section1-col.col1 {
    width: 66.666% !important;
}

.no-boundaries-section1-col {
    padding: 0 15px;
}

.no-boundaries-section1 .page-center>div>.row-fluid {
    margin: 0 -15px;
    width: auto;
}

.no-boundaries-section1-right-content h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
}
  
.no-boundaries-section2 {
    background-color: #4291ca;
    color: #fff;
      padding-bottom: 10px;
}

.no-boundaries-section2 .hs-accordion-grp .hs-wrap h2 {
    border-left: 3px solid white;
    font-weight: 600;
    margin: 0;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: inherit;
    color: #fff;
    padding-left: 10px;
}

.no-boundaries-section2 .hs-accordion-grp .hs-wrap {
    margin: 25px 0 0 0;
    overflow: hidden;
}

.no-boundaries-section2 .hs-accordion-grp .hs-acc-item h4 {
    border-bottom: 1px solid #CCC;
    padding: 18px 0 23px!important;
    color: #fff;
}

.no-boundaries-section2 .hs-accordion-grp .hs-acc-wrap {
    color: #fff;
}

.no-boundaries-section2 .hs-accordion-grp .hs-acc-item h4 a {
    color: #fff;
}

.no-boundaries-section2 .hs-accordion-grp .hs-acc-item h4 i.icon-plus-circled,
.no-boundaries-section2 .hs-accordion-grp .hs-acc-item h4:hover i.icon-plus-circled {
    color: #fff !important;
}

.no-boundaries-section2 .hs-accordion-grp .hs-acc-item {
    margin-bottom: 20px;
}
  
.no-boundaries-section2 .hs-accordion-grp .hs-acc-item .hs-text * {
    color: #fff;
}

.two-col-right-with-bg .hs-two-col.col1 {
    width: 66.66666667%;
    max-height: 750px;
}
  
.two-col-right-with-bg .hs-two-col.col2{
    width: 33.33%;
}

.two-col-right-with-bg .hs-two-col {
    padding: 0 15px;
    float: left;
}

.two-col-right-with-bg .hs-two-col h1 {
    color: #277db9;
    border-left: 3px solid #277db9;
    font-weight: 600;
    margin: 0;
    padding-left: 10px;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: inherit;
    line-height: 1.3;
}

.two-col-right-with-bg .hs-two-col hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.two-col-right-with-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.no-boundaries-section2 .hs-accordion-grp .hs-acc-item  li {
  margin: 0 0 15px;
}
.hs-banner.hs-op-bn .btn {
  background-color: rgb(61, 144, 202) !important;
  border: 0 none !important;
}
.hs-section.hs-wp-sec.hs-sec3 .hs-two-col-img a.hs-cta-btn {
  font-weight: 300;
  margin-right: -20px;
}
.fadeIn {
	animation-duration:1.5s !important;
}

.hs-contact-sec ul.inputs-list li.hs-form-booleancheckbox {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
    font-size: 13px;
    color: #414141;
}

.hs-sp-page .hs-accordion-grp .hs-wrap h2 {
    font-weight: 700;
}

.hs-serv-page .hs-serv-sec .hs_cos_wrapper_type_module:last-of-type .hs-two-col-img .col-md-7{
    padding-bottom: 45px;
}

.hs-serv-page .body-container {
    padding-bottom: 25px;
}

.hs-serv-page .hs-sec1 .hs-two-btn a.btn:hover {
    background-color: #333;
    border: 1px solid #333;
    color: rgb(61, 144, 202);
}

.hs-sec2-flexi .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 10px;
}

.hs-sec2-flexi .hs-logo-group .single-brand {
    width: calc(33% - 4px);
}

#hs-pwd-widget-password {
    margin: 0 0 15px  !important;
}

.hs-home-sec .hs-two-r-bg h2,
.custom-footer h2 strong {
	-webkit-font-smoothing: auto !important;
}

.hs-error-page .custom_error_message h1 {
    border-left: 3px solid white;
    font-weight: 600;
    margin: 0;
    padding-left: 20px;
}

.hs-error-search .hs-search-field__input {
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 12px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
    font-family: "Open Sans",sans-serif;
    line-height: 1.2;
    min-height: 40px;
    width: 66.66%;
    max-width: 100%;
    box-shadow: none;
}


.hs-error-search .hs-search-field__input:focus {
    color: #111;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.hs-error-search .hs-search-field__input::-webkit-input-placeholder {
    color: #999;
}

.hs-error-search .hs-search-field__input:-moz-placeholder {
  color: #999;
}

.hs-error-search .hs-search-field__input::-moz-placeholder {
  color: #999;
}

.hs-error-search .hs-search-field__input:-ms-input-placeholder {
  color: #999;
}

.hs-two-col-img .cta_button,
.hs-two-col-img .hs-cta-btn {
   -webkit-font-smoothing: subpixel-antialiased !important;
}


.hs-four-col .hs-img-wrap {
    margin-bottom: 20px;
}

.pricing-row-wrapper .pricing-row {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    min-height: 50px;
    vertical-align: middle;
  	margin: 0 -15px;
}

.pricing-row-wrapper .pricing-row .col-md-3.pricing-title {
  text-align: right;
  font-weight: 500;
  justify-content: flex-end;
  font-size: 18px;
  color: #656565;
  -webkit-font-smoothing: antialiased;
}

.pricing-row-wrapper .hs-img-wrap {
    margin-bottom: 20px;
}

.pricing-row-wrapper .pricing-row .col1 .inner-content {
  background: #D9A629;
  color: #fff;
}

.pricing-row-wrapper .pricing-row .col2 .inner-content {
    background: #81A44A;
  color: #fff;
}

.pricing-row-wrapper .pricing-row .col3 .inner-content {
    background: #4190C9;
  color: #fff;
}

.pricing-row-wrapper .pricing-row .inner-content {
    width: 100%;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  	font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.pricing-row-wrapper .pricing-row:nth-child(even) .col1 .inner-content, 
.pricing-row-wrapper .pricing-row:nth-child(even) .col2 .inner-content, 
.pricing-row-wrapper .pricing-row:nth-child(even) .col3 .inner-content{
    background: #E6E6E6;
}

.pricing-row-wrapper .pricing-row:nth-child(even) .col3 .inner-content {
    color: #4190C9;
}

.pricing-row-wrapper .pricing-row:nth-child(even) .col2 .inner-content {
    color: #81A44A;
}

.pricing-row-wrapper .pricing-row:nth-child(even) .col1 .inner-content {
    color: #D9A629;
}

.pricing-bottom-content {
    padding-top: 30px;
}

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


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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }  
  .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-3 {
    width: 25%;
  }
  .col-sm-4 {  
    width: 33.33333333%
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }

  .col-sm-4 {
    width:  33.33333%;
  }
  .modal-dialog {
    width:600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
  }

  .modal-sm {
    width: 300px
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-8,
  .col-sm-2{
  	float:left;
  }
}



@media (min-width: 992px) {
  .modal-lg {
    width:900px
  }
  .hs-serv-page .hs-two-col-img.hs-right .col-md-7 {
    width: 66.66666667%;
    margin-bottom: 0;
  }

  .hs-serv-page .hs-two-col-img.hs-right .col-md-5 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .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%
  }
  .hs-ot-sec.hs-sec1 .col-md-7 {
    width: 66.66666667%;
  }

  .hs-ot-sec.hs-sec1 .col-md-5 {
    width: 33.33333333%;
    text-align:  center;
  }
  .hs-section.hs-wp-sec.hs-sec3 .hs-two-col-img .col-md-8 {
    width: 58.33333333%;
  }

  .hs-section.hs-wp-sec.hs-sec3 .hs-two-col-img .col-md-4 {
    width: 41.66666667%;
  }
  .hs-in-mobile {
  	display:none;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1170px;
  }
  .hs-home-gal.hs-banner h1 {
    font-size: 50px;
    line-height: 1.2;
  }
  .hs-home-gal.hs-banner p {
    line-height: 45px;
    font-size: 35px;
  }
  .hs-pdxs-page .hs-banner h1 {
    font-size: 50px;
  }
}



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

@media (max-width: 1199px) {
  .hs-t-form-sec .hs-right.hs-half {
    padding: 40px 5px 0 30px;
  }
  .hs-banner h1 {
    font-size: 38px;
    color: rgb(255, 255, 255);
    line-height: 57px;
    /*font-weight: 600;*/
  }

  .hs-banner p {
    color: rgb(255, 255, 255);
    line-height: 38px;
    font-size: 29px;
  }

  .hs-banner h1:after {
    margin: 11px auto 10px;
  }
  .hs-banner {
    margin-top: -13px;
  }
  .ha-about-onco .promo-banner {
    padding-left: 15px;
  }
  .hs-banner.hs-home-gal {
    margin-top: -13px;
  }

  .hs-home-gal .slick-slider {
    top: 82px;
  }
  .hs-four-logo .single-brand {
    height: auto;
    overflow: visible;
    position: static;
  }

  .hs-logo-group .hs-fig-cap {
    position: static;
    height: auto;
    padding: 10px;
  }

  .hs-four-logo .brand-effect {
    overflow: visible;
    float: none;
    height: auto;
  }

  .hs-four-logo .hs-logo-group img {
  }

  .hs-four-logo .single-brand h4 {
    margin: 0 0 10px;
  }
  .header-container {
    padding-top: 82px;
  }
}

@media (max-width: 991px) {
  .hs-t-form-sec .hs-right.hs-half {
    padding: 40px 0 0 30px;
  }
  .hs-contact-sec .hs-left {
    padding-right: 20px;
  }
  ul.hs-job-time {
    padding: 33px 0 0;
  }

  ul.hs-job-time li {
    margin-left: 56%;
  }
  .hs-customers-group .col-md-8.col-sm-12 {
    padding: 0;
  }

  .hs-customers-group .description {
    max-width:  100%;
    margin: 0 0 25px;
    padding: 34px 0 0;
  }


  .hs-wp-sec.hs-sec1 .hs-two-col-img img {
    width: 450px;
  }

  .hs-wp-page .hs-sol-module {
    margin-top: 50px;
  }

  .hs-wp-sec.hs-sec4 {
    margin-top: 50px;
  }
  .container-full.hs-two-btn {
    text-align:  center;
    padding: 10px 0 20px 0;
  }

  .container-full.hs-two-btn .col-md-8 {
    padding-bottom: 10px;
  }

  .hs-serv-page .hs-two-col-img.hs-right .col-md-5 {
    margin-top: 80px;
  }

  .hs-serv-sec.hs-sec2 {
    padding-bottom: 40px;
  }
  .hs-banner.hs-op-bn h1 {
    font-size: 38px;
    line-height: 1.2;
  }

  .hs-op-bn .hs-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .hs-ctawrap a {
    font-weight: normal !important;
  }

  .hs-banner.hs-op-bn {
    min-height: 737px;
  }

  .ha-about-onco .promo-banner {
    padding-left: 10px;
  }

  .ha-about-onco .row {
    display: block;
    margin:0;
  }

  .ha-about-onco .col-md-5 .banner-image {
    background-image: none !important;
    position: static;
  }

  .ha-about-onco .col-md-5 .banner-image img.visible-phone {
    display: block !important;
    margin: 0 auto;
  }
  .hs-pdxs-sec.hs-sec2 .hs-left,
  .hs-pdxs-sec.hs-sec2 .hs-right {
    margin-left:  0;
    width:  100%;
    float:  none;
  }
  .hs-four-col img {
    display: block;
    margin: 0 auto;
  }
  .hs-pdxs-sec.hs-sec2 .hs-right {
    margin: 35px 0 30px;
  }
  .hs-team-a-group .col-md-4 {
    width: 50%;
    float: left;
  }
  .hs-banner.hs-home-gal,.hs-home-gal .slick-slider,
  .hs-home-gal .slick-slider .slick-list .slick-slide-inner-wrapper {
    height: 556px
  }
  .no-boundaries-section1-col.col1, .no-boundaries-section1-col.col2 {
    width: 100% !important;
    border: none;
  }

  .two-col-right-with-bg .hs-two-col.col1, 
  .two-col-right-with-bg .hs-two-col.col2 {
    width: 100%;
    max-height: none;
  }
  .banner-bg .banner-content h1 {
    font-size: 57px;
    line-height: 1;
  }

  .banner-bg .banner-content p {
    font-size: 38px;
    line-height: 1;
  }
  .banner-bg {
    min-height: 547px;
  }
  .hs-in-ipad {
  	display:none;
  }
  .ha-about-onco .col-md-5 {
    position: relative;
  }
  
  .hs-serv-page .body-container {
      padding-bottom: 0;
  }

  .hs-serv-page .hs-serv-sec .hs_cos_wrapper_type_module:last-of-type .hs-two-col-img .col-md-7 {
      padding-bottom: 25px;
  }
  
  .hs-four-col .col-md-3 {
      width: 25%;
      float: left;
  }
}


@media (max-width: 800px) {
  .hs-banner.hs-op-bn {
    min-height: 627px;
  }
  .hs-banner.hs-op-bn h1 {
    font-size: 29px;
    font-weight:  bold;
  }

  .hs-banner h1:after {
    max-width: 580px;
  }

  .hs-banner.hs-op-bn h3 {
    font-size: 24px;
    font-weight:  bold;
  }

  .hs-op-bn .hs-content p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .hs-banner.hs-home-gal,
  .hs-home-gal .slick-slider,
  .hs-home-gal .slick-slider .slick-list .slick-slide-inner-wrapper {
    height: 434px;
  }
}

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

@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"], 
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"], 
  textarea,
  select {
  	max-width:100%;
    width:100% !important;
  }
  .custom-adrs {
    padding-bottom: 35px;
  }
  .hs-team-sec .hs-flex.hs-left,
  .hs-team-sec .hs-flex.hs-right,
  .sc_team_sidebar_body,
  .sc_team_sidebar_profile {
    width:  100%;
    float:  none;
  }
  .sc_team_sidebar_profile img {
    width: 100%;
    margin-bottom: 15px;
  }
  .custom-logo a {
    margin: 0;
  }
  .hs-t-form-sec .hs-half {
    padding: 10px 15px !important;
    width: 100%;
  }

  .hs-t-form-sec .hs-half.hs-right {
    padding-top: 30px !important;
  }
  .hs-contact-sec .hs-left {
    padding-right: 0;
  }
  .hs-contact-sec .hs-form {
    width:  100%;
    max-width: 100%;
  }

  .hs-contact-sec img.hs-image-widget {
    margin:  0;
    width:  100% !important;
  }
  ul.hs-job-time {
    padding: 16px 0 0;
  }

  ul.hs-job-time li {
    margin-left: 0;
    width:  100%;
    padding: 0;
  }
  .sti-menu li h3.sti-item,
  .sti-menu p.sti-text {
    padding-left:  15px;
    padding-right: 15px;
  }
  .sti-menu li {
    min-height: 1px;
    width: 50%;
  }
  .hs-banner h1 {
    font-size: 34px;
    line-height: 58px;
  }

  .hs-banner p {
    transition: none;
    line-height: 39px;
    font-size: 24px;
    font-weight: 500;
    max-width: 708px;
  }
  .hs-banner h1:after {
    max-width: 100%;
  }
  .hs-sp-sec.hs-sec2 .hs-flex {
    float:  none;
    width:  100% !IMPORTANT;
  }

  .hs-sp-sec.hs-sec2 .hs-flex.hs-left {
    padding-bottom: 20px;
  }
  .hs-wp-page .hs-sol-module .col-md-4.col-sm-4 {
    text-align: center;
  }
  .hs-person-wrap {
    float:  none;
    width:  100%;
    margin:  0;
  }

  .hs-upEv-module .hs-person {
    display:  inline-block;
    margin: 0 0 30px !important;
    vertical-align:  top;
    float:  none;
  }
  .hs-person-wrap img {
    max-height: 200px;
    width: auto;
  }
  .hs-upEv-module {
    padding-left: 0;
  }
  .hs-bottom-desktop.hs-on-about .col-top {
    margin: 0 0 20px;
  }
  .sc_team_member {
    width: 100%;
  }

  .hs-logo-group .single-brand {
    width: calc(50% - 4px);
  }
  .hs-team-a-group .col-md-4 {
    width: 100%;
    float: none;
  }
  .hs-cs-sec.hs-sec3 .hs-full-w a.btn {
    float: none !important;
  }
  .hs-pressK-sec .hs-right {
    margin: 30px 0 0;
  }
  .banner-bg .banner-content h1 {
    font-size: 39px;
    line-height: 1;
  }

  .banner-bg .banner-content p {
    font-size: 29px;
    line-height: 1;
  }
  .banner-bg {
    min-height: 434px;
  }
  .hs-ops-page .body-container .entry-content.page-center {
    padding: 0;
  }
  .hs-mole-m .col-md-4:not(:last-child) {
    padding-bottom: 23px;
  }
  .hs-home-gal.hs-banner h1 {
    font-weight: 700;
    font-size: 39px;
    line-height: 1.2;
  }

  .hs-home-gal.hs-banner p {
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 29px;
    line-height: 1.2;
  }
  .no-boundaries-section1 {
    padding-right: 10px;
  }
  .hs-ops-sec.hs-sec2 {
    background-color: #b1bb57;
    padding-top: 15px;
  }
  
  .recent-news h2 {
      padding-top: 12px;
  }

  .recent-news {
      padding-top: 35px;
  }
  
  .hs-site-page .modal-dialog td {
      width: 100% !important;
      display: block;
  }
  
  .hs-sec2-flexi .hs-logo-group .single-brand {
      width: calc(50% - 4px);
  }
  
  .hs-site-page .modal-dialog {
  	width: 90% !important;
  }
  
  .hs-four-col .col-md-3 {
    padding: 0 6px ;
  }
  
  .pricing-row-wrapper .pricing-row {
      font-size: 100%;
  }

  .pricing-row-wrapper .pricing-row .col-md-3.pricing-title {
      font-size: inherit;
  }

  .pricing-row-wrapper .pricing-row .inner-content {
      font-size: 30px;
  }
  
  .pricing-bottom-content {
      font-size: 75%;
  }

  .pricing-bottom-content p {
      font-size: inherit;
  }

}  


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

@media (max-width: 479px) {
  .sc_team_sidebar_body {
    padding: 30px 15px;
  }
  .hs-t-form-sec .hs-left.hs-half img {
    display: block !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .hs-contact-sec .hs-form .hs-input,
  .hs-contact-sec .hs-form .hs-form-field {
    width:  100% !important;
  }
  .hs-contact-sec .hs-form .hs-form-field {
    padding: 0;
  }
  .sti-menu li {
    width: 100%;
  }
  .hs-banner h1:after {
    max-width: 100%;
  }

  .hs-banner h1 {
    font-weight: 600;
    line-height: normal;
    font-size: 19px;
  }

  .hs-banner p {
    line-height: 19px;
    font-size: 14px;
  }

  .hs-banner {
    min-height: 385px;
  }

  .hs-banner .hs-content {
    padding: 10px 0;
  }
  .container-fluid .row-fluid .hs-sp-sec .page-center {
    padding-left:  0;
    padding-right: 0;
  }

  a.hs-cta-btn {
    max-width:  100%;
    margin: 0;
    position:  static;
  }

  .hs-btn-wrap {
    text-align:  center;
  }
  .hs-wp-sec.hs-sec2 .page-center, 
  .hs-section.hs-wp-sec.hs-sec3 .hs-two-col-img .page-center {
    padding: 0 !IMPORTANT;
  }
  .hs-op-bn .hs-content p {
    display: none;
  }

  .hs-banner .hs-content {
    max-width: 386px;
  }

  .hs-banner.hs-op-bn {
    min-height: 529px;
  }
  
  .hs-banner.hs-op-bn h3 {
    font-size: 19px;
  }
  .hs-logo-group .single-brand {
    display: block;
    width: 100%;
  }
  .hs-banner.hs-home-gal,
  .hs-home-gal .slick-slider {
    height: 337px
  }
  .hs-home-gal .slick-slider .slick-list .slick-slide-inner-wrapper {
    padding: 30px 0;
    height: 337px;
  }
  .hs-news-slide {
    padding: 0;
  }
  .hs-rec-post-slider .slick-next {
    right:  0 !important;
  }

  .hs-rec-post-slider .slick-prev {
    left:  0 !important;
  }
  .banner-bg .banner-content h1 {
    font-size: 29px;
    font-weight:  bold;
  }

  .banner-bg .banner-content p {
    font-size: 19px;
  }

  .banner-bg {
    min-height: 337px;
    padding: 30px 0px;
    display:  -webkit-box;
    display:  -webkit-flex;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-align:  center;
    -webkit-align-items:  center;
    -ms-flex-align:  center;
    align-items:  center;
  }
  .hs-wws-sec1 h3 img {
    display:  block;
    float:  none;
    margin: 0 0 5px;
  }
  .hs-logo-group .single-brand .b-logo {
    min-height: 120px;
  }

  .hs-four-logo .single-brand .hs-dis {
    min-height: 80px;
  }
  
  .hs-contact-sec  .hs-form input[type=checkbox],
  .hs-contact-sec .hs-form input[type=radio] {
      width: auto !important;
  }
  
  .hs-sec2-flexi .hs-logo-group .single-brand {
      width: 100%;
  }
  
  .hs-four-col .hs-text p, .hs-four-col .hs-text {
      font-size: 10px;
  }
  
  .pricing-row-wrapper .pricing-row {
    margin: 0;
      font-size: 75%;
  }
  .pricing-bottom-content {
      font-size: 65%;
  }

  .pricing-row-wrapper .pricing-row .inner-content {
      font-size: 20px;
  }
  
  .pricing-row-wrapper .pricing-row .col-md-3.pricing-title {
      word-wrap: break-word;
      white-space: normal;
      padding-right: 6px;
  }
 
}

@media (max-width: 375px){
  .custom-footer-logo ul {
    padding: 10px 0 5px;
  }

  .custom-adrs {
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .custom-logo a {
    margin-left: -15px;
  }
  h1 {
    font-size: 25px;
  }
  .hs-t-form-sec .hs-half {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-job-page .header-container {
    padding: 35px 0 0;
  }
  .hs-ot-sec h1 {
    margin:  20px 0 10px !IMPORTANT;
  }

  .hs-ot-sec.hs-sec1 .hs-two-col-img {
    padding: 10px 0 0;
  }

  .hs-sol-module {
    padding: 20px 0;
  }

  .hs-ot-sec a.btn {
    margin: 10px 0;
    padding: 12px 10px 15px 10px !important;
    text-transform: uppercase;
    text-align: center;
    min-width: 100px !important;
  }

  .hs-ot-sec.hs-sec4 {
    padding: 20px 0;
  }
  a.hs-cta-btn {
    margin: 10px 0;
    padding: 12px 10px 15px 10px !important;
    text-transform: uppercase;
    text-align: center;
    min-width: 100px !important;
  }
  .hs-banner.hs-op-bn {
    min-height: 347px;
  }

  .ha-about-onco span.welcome {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .ha-about-onco .btn {
    margin: 10px 0;
    padding: 12px 10px 15px 10px !important;
    text-transform: uppercase;
    text-align: center;
    min-width: 100px !important;
  }

  .hs-bottom-desktop.hs-on-about a.btn {
    margin: 10px 0;
    padding: 12px 10px 15px 10px !important;
    text-transform: uppercase;
    text-align: center;
    min-width: 100px !important;
  }
  .hs-four-col .col-md-3 {
    padding: 0 4px 0 0 ;
  }
  .hs-site-page .btn-lg {
    margin: 10px 0;
    padding: 12px 10px 15px 10px !important;
    text-transform: uppercase;
    text-align: center;
    min-width: 100px !important;
  }
  h2 {
    font-size: 18px !important;
  }

  .hs-home-sec .hs-two-r-bg h2 {
    font-size: 2em !important;
    line-height: 35px !important;
  }

  .hs-our-platform .col-sm-2,.hs-our-platform .col-sm-8 {
    padding:  0;
  }

  .hs-home-sec.hs-sec7 a.learnbtn-know {
    float:  none !important;
    margin: 10px 0;
  }
  .hs-home-gal .slick-prev, .hs-home-gal .slick-next {
    display:  none !important;
  }
  .hs-pressK-sec.hs-sec1 h1 {
    margin: 20px 0 35px;
  }
  .no-boundaries-section1-col {
    padding: 0;
  }

  .banner-bg .banner-content h1 {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
    border-bottom-width: 2px;
    padding-bottom: 5px;
  }

  .banner-bg .banner-content p {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 800;
    padding-top: 4px;
    padding-left: 0;
  }
  .banner-bg {
    padding: 14px 0px;
    min-height: 221px;
  }

  .banner-bg .banner-content h1 {
    font-size: 19px;
  }
  .banner-bg .banner-content p {
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li a {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-ops-sec.hs-sec2 h1 {
    font-size: 18px;
  }
  .hs-banner {
    min-height: 253px;
  }
  .hs-banner.hs-home-gal,
  .hs-home-gal .slick-slider,
  .hs-home-gal .slick-slider .slick-list .slick-slide-inner-wrapper {
    height: 251px;
  }
  .hs-banner.hs-home-gal ul.slick-dots {
    display: none !important;
  }
  .hs-home-gal.hs-banner h1 {
    font-size: 24px;
  }
  .hs-home-gal.hs-banner p {
    font-size: 18px;
  }
  .hs-pdxs-page .hs-banner h1 {
    font-weight: 800;
    font-size: 22px;
    line-height: 22px;
  }

  .hs-pdxs-page .hs-banner p {
    font-weight: 500;
    font-size: 19px;
  }
}