/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



body {
    min-height: 100%;
    font-size:16px !important;
    margin:0px!important;
    padding:0px!important;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.25;
}

p {
    margin: 0;
    font-weight: 300;
    font-style: normal;
    color: #343e47;
    font-size: 16px;
    line-height:26px;
}

.page-center
{
  float: none !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding-right: 15px;
  padding-left: 15px;
}

.grp1 {
    background-color: #cccccc;
}

.left-grp1 ul ,.right-grp2 ul {
    margin: 0;
    padding: 5px 0 0;
}

.left-grp1 ul li {
    display: inline;
    list-style: none;
    padding: 0 25px;
    color: #43474e;
    font-size: 14px;
}

.right-grp2 ul li {
    display: inline;
    list-style: none;
    margin-right: 10px;
    color: #43474e;
    font-size: 14px;    
}

 .right-grp2 ul li a {
    color: #43474e;
    font-size: 14px;
    text-decoration:none !important;
}

.right-grp2 ul li a:hover {
    opacity: .5;
}

.grp2 {
    padding: 15px 0;
}

.lcc 
{
      padding: 25px 0;
    margin: 0!Important;  
    width: 51.9%!Important;
}

.lcc .div1 ,.lcc .div2 ,.lcc .div3 {
    float: left;
    padding-left: 22px;
    margin-left: 22px;
    border-left: 1px solid #eee;
}

.lcc .div2 h4::before , .lcc .div3 h4::before  {

    content: "\f375";
    font-family: 'Ionicons';
    margin-right: 6px;
}

.lcc p ,.lcc a {
    line-height: 1.5em;
    font-size: 14px;
    color: #444444;
    text-decoration:none !important;
    margin:0;
}

.lcc h4 {
    margin: 0;
    font-size: 17px;
    line-height: 1.4em;
    text-transform: none;
    font-family: inherit;
    font-weight: 300;
    color: #444444;
    font-style: normal;
}

.hdr-search label {
  display: none !important;
}

.hdr-search input {
        padding: 14px 0px 12px 12px;
    border: 1px solid #EEE;
    border-right:0 !important;
    background: #FFF none repeat scroll 0% 0%;
    line-height: normal;
    font-size: 16px;
    font-weight: 300;
    width: 80%;
    float: left;
        height: 45px!important;
}

.hdr-menu .hs-item-has-children a::after ,
.topStickyCustomClass .hs-item-has-children a::after {
    content: "\f3d0";
    font-family: 'Ionicons';
    position: absolute;
    font-size: 10px;
    margin-left: 7px;
    font-weight: 300;
    padding: 2px 0;
}

.hdr-menu .hs-item-has-children ul a::after  {
    content: "";
    font-family: 'Ionicons';
    position: absolute;
    font-size: 0;
    margin-left: 0;
    font-weight: 300;

}

.hdr-menu ul {
    position: relative;
    z-index: 2;
    display: block!important;
}

.hdr-menu ul li a {
    font-family: "Roboto Condensed";
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    padding: 24px 30px 24px 19px !important;
    vertical-align: middle !important;
    max-width: 100%!Important;
}

.hdr-menu .subColor a {
    border-bottom: 3px solid #cccccc !important;
    padding-bottom: 21px !important;
}

.hdr-menu .hs-menu-children-wrapper a {
    border-bottom: 0px solid #117aba !important; 
    padding: 14px 20px 12px 20px!important;
}

.hdr-menu .hs-menu-children-wrapper a {
    font-family: 'Roboto',sans-serif !important;
}

.hdr-search {
    margin: 0!Important;  
    padding: 20px 0px;
    width: 24.5%!important;
}

.hdr-search .hs-button {
    font-size: 0 !important;
}

/*.hdr-search .hs-button:before:focus {
    border: 1px solid #a4c6fd !important;
}*/

.hdr-search .hs-button:before {
    content: "\f2f5";
    font-family: 'Ionicons';
    position: absolute;
    font-size: 16px;
    font-weight: 300;
        padding: 12px 20px 11px 20px;
    cursor: pointer;
    border: 1px solid #EEE;
    border-left: 0 !important;
    color:rgba(0, 0, 0, 0.35);
}


.hdr-menu {
    background: #00527b;
    position: relative;
    z-index: 3;
}

.right-grp2 {
    text-align: right;
}

.right-grp2 ul li:last-child {
    margin-right: 2px!important;
}



.hdr-menu a span:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    right: 0px;
    top: calc(50% - 14px);
    background: #fff;
    opacity: 0.08;
}

.hdr-menu ul li a:hover {
    color: #ccc;
   
}

.hdr-menu ul .active-branch a {
    background:#117aba !important;
    color: #292929 !important;
}

.hdr-menu ul .active-branch ul li a {
    background: transparent !important;
}

.hdr-menu .hs-menu-children-wrapper li a:hover {
    border-bottom: 0px solid #117aba !important;
    padding: 14px 20px 12px 20px!important;
}



.hdr-menu ul ul , 
.topStickyCustomClass ul ul  {
    min-width: 200px;
}

.hdr-menu ul ul li a ,
.topStickyCustomClass ul ul li a {
    max-width: 100% !important;
    width: initial!important;
    line-height: 1.4em;
    padding: 14px 20px 12px 20px!important;
    transition: 0.1s all ease-in-out;
    white-space: initial!important;
    display: inline-table!important;
    color:#333!important;
    text-transform: none;
    font-weight: 300;
    
}

.hdr-menu ul ul li a:hover ,
.topStickyCustomClass ul ul li a:hover  {
    color:#333!important;
}


.hdr-menu ul ul li a::after  {
    content: "";
    font-family: 'Ionicons';
    position: initial;
    font-size: 0px;
    margin-left: 0px;
    font-weight: 300;
}

.hdr-menu ul ul li ,
.topStickyCustomClass ul ul li {
     border-bottom: 1px solid #f4f4f4;
   background-color:#fff!important;
}

.hdr-menu ul ul li:hover ,
.topStickyCustomClass ul ul li:hover {
     background-color:#ebebeb!important;
}

/*.hdr-menu ul ul li:last-child {
     border-bottom: 1px solid #f4f4f4!important;
}*/

.hdr-menu ul li {
    position:relative;
}



.Request-a-Quote {
    background: #292929;
    margin: 0px!important;
    width: 17%!important;
    padding: 23.5px 15px;
    text-align: right;
}

.Request-a-Quote p {
    margin:0px;
    color: #fff;
}

.Request-a-Quote p a {
    text-decoration: none;
    color: #fff;
    position:relative;
    text-transform: uppercase;
    font-size: 13px !important;
}

.Request-a-Quote a span:before {
    content: "\f498";
    font-family: 'Ionicons';
    position: absolute;
    font-size: 16px;
    margin-left: -25px;
    font-weight: 300;
    color: red;
}

.Request-a-Quote:hover p a {
    color: #ccc;
}

p a:hover {
    color: #000000;
} 

.Request-a-Quote {
    background-color:#474747;
}

.menu-wrap {
    position: relative;
    z-index: 3;
}

.sticky-hdr {
    display:none !important;
}

.topStickyCustomClass {
    display:block !important;
    position:fixed !important;
    background-color: #fff;
    z-index: 999 !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

.topStickyCustomClass ul li a {
    color: #222;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    padding: 32px 20px!important;
    vertical-align: middle !important;
    max-width: 100%!Important;
}

.topStickyCustomClass .hs-menu-children-wrapper a {
    font-family: 'Roboto',sans-serif !important;
}

.topStickyCustomClass ul li a span {
    padding-bottom: 25px;
}

.topStickyCustomClass ul .hs-menu-depth-1 a span:hover {
    border-bottom:3px solid #cccccc !important;
    padding-bottom: 22px !important;
}

.sticky-menu .subColor span {
    border-bottom:3px solid #cccccc !important;
    padding-bottom: 22px !important;
}

.sticky-menu .hs-menu-depth-2 span {
       border-bottom:0px solid #117aba !important;
    padding-bottom: 0px !important; 
}


.topStickyCustomClass ul .hs-menu-children-wrapper a span:hover {
    border-bottom:0px solid #117aba !important;
    padding: 0 !important;
}


.topStickyCustomClass .hs-menu-children-wrapper {
    top: 72px;
    text-align:left !important;
}

.topStickyCustomClass .hs-menu-depth-2 a::after {
    display:none !important;
}

.sticky-menu {
    text-align: right;
}

.sticky-log {
    padding: 20px 0;
}

.sticky-log img {
    width: 100px !important;
    max-width: 140% !important;
}

.topStickyCustomClass  ul {
    margin-bottom: -4px !important;
}


.hdr-menu .hs-menu-depth-1:last-child a {
    padding-left: 30px !important;
}

@media (max-width: 767px) {
  .hdr-menu .hs-menu-depth-1:last-child a {
    padding-left: 19px !important;
  }
}

.hdr-menu {
    padding-left: 50px !important;
}

/*..hdr-menu .hs-menu-depth-1:last-child a span:before {
    content: "\f498";
    font-family: 'Ionicons';
    position: absolute;
    font-size: 16px;
    margin-left: -20px;
    font-weight: 300;
    color: #117aba;
}
.hdr-menu .hs-menu-depth-1:last-child {
    float:right !important;
}*/

.hdr-menu .hs-menu-depth-1 a:hover {
    border-bottom: 3px solid #cccccc !important;
    padding-bottom: 21px !important;
}

.hdr-menu .hs-menu-children-wrapper 


.right-grp2 ul li:nth-child(2) a{
    padding: 0 10px;
    border-left: 1px solid;
    border-right: 1px solid;
}

.hg span:before {
    content: "\f38c";
    font-family: 'Ionicons';
    position: absolute;
    font-size: 16px;
    margin-left: -20px;
    font-weight: 300;
}

.hp span:before {
    content: "\f4b9";
    font-family: 'Ionicons';
    position: absolute;
    font-size: 16px;
    margin-left: -20px;
    font-weight: 300;
}

/********************Header Ends*******************************/

.pillar-page-new p, h2, h3, h4, h5, h6{
  color: inherit !important;
}


.caster-requirements {
    background-image: url('https://www.medicalcarts.org/hubfs/Medical%20Cart%20Design_HUI_72.jpg');
    background-repeat: no-repeat;
    background-position: center 100%;
  background-attachment: fixed;
    background-size: 100% !important;
    top: -30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  color: #ffffff;
}

.darkening-screen {
  background-color: rgba(0,0,0,0.4);
    padding: 80px 40px 70px;
  z-index: 2;
}

.video-text {
    padding-left: 28px;
    min-width: 250px;
}

.video-text  a {
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    margin:0;
    color: #fff !important;
}

.video-text  .form-title {
    padding: 18px 0;
}

a#cta_button_485080_e6435f80-8260-44bf-9d7c-ddf3179f4054 {
  text-decoration: none !important;
}

/* ==========================================================================
   Accordion item
   ========================================================================== */

/**
 * Wrapper
 */

.accordion-item {
    margin-bottom: .5em;
}


/**
 * Header
 */

.accordion-item {
  color: #585a5a !important;
}

.accordion-header {
    position: relative;
    cursor: pointer;
    transition: .4s;
    min-height: 0px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}


.accordion-header-cta {
    position: relative;
    cursor: pointer;
    transition: .4s;
    min-height: 74px;
}

.white-content .accordion-header {
    color: #fff;
}

.accordion-icon {
    display: block;
    width: 18px;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding-top: 10px;
}

.accordion-icon .expand-icon {
    display: none;
}

.accordion-item.collapsed .accordion-icon .expand-icon {
    display: block;
}

.accordion-item.collapsed .accordion-icon .collapse-icon {
    display: none;
}

.accordion-title {
    display: block;
    margin-left: 30px;
}


.accordion-title-cta {
    display: block;
    margin-left: 30px;
     font-family: 'AvenirLT-Light' !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 20px;
    line-height: 24px;
}

/**
 * Body
 */

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0px;
}

.accordion-body {
    padding-left: 30px;
    padding-top: 1em;
    transition: padding-top .2s, transform .2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.accordion-item.collapsed .accordion-body {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    -webkit-transform: translateY(-.6em);
    transform: translateY(-.6em);
}

/* Boxed
   ========================================================================== */

.accordion-item.boxed {
    padding: 10px 20px 10px 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: .4s;
}

.accordion-item.boxed:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2), 0 20px 60px -10px rgba(0, 0, 0, .3);
}

/* Soft
   ========================================================================== */

.accordion-item.soft {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:last-child .accordion-item.soft {
    border-bottom: none;   
}

.white-content .accordion-item.soft {
    border-bottom-color: rgba(255, 255, 255, .1);
}

.accordion-item.soft .accordion-header {
    padding: 10px 0;
    color: ;
    font-weight: inherit;
}

.white-content .accordion-item.soft .accordion-header {
    color: #fff;
}

.accordion-item.soft .accordion-icon {
    float: right;
}

.accordion-item.soft .accordion-title {
    margin-left: 0;
    margin-right: 30px;
}

.accordion-item.soft .accordion-body {
    padding-left: 0;
}

 /* ———————————————————— Careers Pillar Page ———————————————————— */

.careers-pillar-page .header-text {
  padding: 90px 0;
  max-width: 450px;
  text-align: left;
}

.careers-pillar-page .header-text h1 {
  padding: 0 !important;
  font-size: 4rem !important;
}

.careers-pillar-page .header-text p {
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 20px 0;
}

.careers-pillar-page #banner-background-image .mask {    
  background: rgba(0, 0, 0, 0.4);    
  color: #ffffff;    
  width: 100%;    
  margin: 0px auto 0px; 
  height: unset !important;
}

.careers-pillar-page h2 {
  text-align: left;
   font-size: 40px;
   line-height: 44px;

}

.max-width-700 {
  max-width: 700px !important;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-600 {
  max-width: 600px !important;
}

.margin-top-bottom-100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.careers-pillar-page .table-of-contents {
  height: unset;
  color: #585a5a;
}

.careers-pillar-page .table-of-contents ul {
  padding: 0;
  margin: 0 0 40px;
}

.careers-pillar-page .table-of-contents ul ul {
  padding: 0;
  margin: 0;
}

.careers-pillar-page .table-of-contents ul li {
  list-style: none;
  padding: 1rem 0;
  margin: 0 40px;
  border-top: 1px solid rgba(0,0,0,0.3);
}

.careers-pillar-page .table-of-contents ul li:first-child {
  border-top: 0px #585a5a solid;
}

.careers-pillar-page .table-of-contents ul ul li {
  border-top: 0px #585a5a solid !important;
  margin-left: 80px !important;
}

.outline-button:hover {
  background: #dccc6b !important;
  color: #fff !important;
}

.careers-pillar-page .career-quote {
  color: #fff;
}

.careers-pillar-page .career-quote .quote  {
  font-size: 2rem;
  color: #fff;
}

.careers-pillar-page .career-quote .quote-signature  {
  font-size: 16px;
  font-family: 'AvenirLT-Light';
  line-height: 20px;
  text-transform: capitalize;
}

.careers-pillar-page .career-quote img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
  border-radius: 50px;
}

.careers-pillar-page .white-background {
  color: #585a5a !important;
}

.careers-pillar-page .padding-2rem {
  padding: 2rem;
}

.careers-pillar-page .are-you-a-fit ul li {
  list-style: none;
  padding: 0.5rem 0;
}

.careers-pillar-page .fa-check {
  padding-right: 0.5rem;
}

.careers-pillar-page .white-background .career-quote p {
  color: #585a5a !important;
}

.careers-pillar-page .white-background .career-quote p.quote-image,
.careers-pillar-page .white-background .career-quote p.quote {
  text-align: center;
  font-size: 32px;
  line-height: 38px !important;
}
.careers-pillar-page p {
    line-height: 1.75 !important;
    }


/*=================================PILLAR TABLE OF CONTENTS COLLAPSIBLE MENU=================================*/

.css-treeview ul,
.css-treeview li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.css-treeview li {
    margin: 0px;
    color: #B19404;
    line-height: 2;
}

.css-treeview a {
    color: #B19404 !important;
}

.css-treeview input
{
	/*position: absolute;*/
	opacity: 0;
	display: none;
}

.css-treeview
{
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.css-treeview a
{
	color: #B19404;
	text-decoration: none;
}

.css-treeview a:hover
{
	color: #3b4653!important;
}

.css-treeview input + label + ul
{
	margin: 0 0 0 22px;
}

.css-treeview input + label + ul
{
	display: none;
}

.css-treeview label,
.css-treeview label::before
{
	cursor: pointer;
	    -o-transition: color .2s ease-out,background .2s ease-in;
    -ms-transition: color .2s ease-out,background .2s ease-in;
    -moz-transition: color .2s ease-out,background .2s ease-in;
    -webkit-transition: color .2s ease-out,background .2s ease-in;
    transition: color .2s ease-out,background .2s ease-in;
}

.css-treeview label:hover {
    color: #3b4653;
}

.css-treeview input:disabled + label
{
	cursor: default;
	opacity: .6;
}

.css-treeview input:checked:not(:disabled) + label + ul
{
	display: block;
	padding-left: 0px;
  padding-top: 10px;
}

.css-treeview label,
.css-treeview label::before
{
	background: url("icons.png") no-repeat;
}

.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
	display: inline-block;
	height: 18px;
	line-height: 1.5em;,
	vertical-align: middle;
	color: #585a5a;
	font-weight: 400;
}

.css-treeview label
{
	background-position: 18px 0;
	margin: 0px;
}


.css-treeview label::before
{
	content: "";
	width: 16px;
	/*margin: 0 22px 0 0;*/
	vertical-align: middle;
	background-position: 0 -32px;
	display: none;
}

.css-treeview input:checked + label::before
{
	background-position: 0 -16px;
}



/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.css-treeview 
	{
		-webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
	}
	
	@-webkit-keyframes webkit-adjacent-element-selector-bugfix 
	{
		from 
		{ 
			padding: 0;
		} 
		to 
		{ 
			padding: 0;
		}
	}
}


/********************Social Share Starts*******************************/

.mobile-social-share {
    background: none repeat scroll 0 0 #EEEEEE;
    display: block !important;
    min-height: 70px !important;
    margin: 50px 0;
}

.mobile-social-share h3 {
    color: inherit;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 25px 25px 0 25px;
}

.share-group {
    float: right;
    margin: 5px 25px 0 0;
}

.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer; cursor: hand;
}

.mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    min-width: 61px;
    padding: 0;
}

.share {
    min-width: 17px;
}

.mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}

.btn-info {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}

.btn-info:hover {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}

.title-share .btn-info {
    background-color: #fff!important;
    border-color: #fff!important;
}

.title-share .btn-info:hover {
    background-color: #fff!important;
    border-color: #fff!important;
}

.fa-inverse {
    color: #111; 
}

.right-share {
    text-align: right;
    color: #111;
    font-size: 14px;
}

.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu {
    right: 0;
    left: auto;
    border-radius: 0px;
    margin: 5px -1px 0px 0px;
    padding: 0px;
}
.btn {
    display: inline-block;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 14px;
    line-height: 1.25;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.btn-facebook {
    color: #3D5B96 !important;
    width: 100%;
}
.btn-facebook:hover{
    background-color:#3D5B96 !important;
    color: #fff !important;
}

.btn-twitter {
    color: #3399CC !important;
    width: 100%;
}
.btn-twitter:hover{
    background-color:#3399CC !important;
    color: #fff !important;
}

.btn-linkedin {
    color: #1884BB !important;
    width: 100%;
}
.btn-linkedin:hover{
    background-color:#1884BB !important;
    color: #fff !important;
}

.btn-google {
    color: #DD3F34 !important;
    width: 100%;
}
.btn-google:hover{
    background-color:#DD3F34 !important;
    color: #fff !important;
}

.btn-pinterest {
    color: #CC1E2D !important;
    width: 100%;
}

.btn-mail {
    color: #555 !important;
    width: 100%;
}
.btn-mail:hover{
    background-color:#555 !important;
    color: #fff !important;
}

.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

#socialShare {
    max-width:59px;
    margin-bottom:0px;
}

#socialShare > a{
    padding: 6px 10px 6px 10px;
}

@media (max-width : 320px) {
    #socialHolder{
        padding-left:5px;
        padding-right:5px;
    }
    
    .mobile-social-share h3 {
        margin-left: 0;
        margin-right: 0;
    }
    
    #socialShare{
        margin-left:5px;
        margin-right:5px;
    }
    
    .mobile-social-share h3 {
        font-size: 15px;
    }
}

@media (max-width : 238px) {
    .mobile-social-share h3 {
        font-size: 12px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}


/********************Social Share Ends*******************************/



        /* Solid Button Initial State / WHT Hover State
   ========================================================================== */

.learn-more-flexi a{
display:inline-block;
    color: #ffffff!important;
    font-size: 12px!important;
    padding: 17px 17px!important;
    cursor: pointer;
    text-align: center;
    margin-top:25px;
    background: #117aba;
    text-transform: uppercase;
    min-width:180px;
    cursor: pointer;
}

.learn-more-flexi a:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #555;
    text-decoration: none;
}


.solid_button_blue a{
    display:inline-block;
    text-decoration: none;
    color: #ffffff!important;
    font-size: 14px!important;
    padding: 17px 17px!important;
    cursor: pointer;
    text-align: center;
    margin-top:25px;
    background: #00527b;
    text-transform: uppercase;
    min-width:180px;
    cursor: pointer;
    border-radius: 6px;
}

.solid_button_blue a:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #555;
}

.solid_button_green a{
    display:inline-block;
    text-decoration: none;
    color: #ffffff!important;
    font-size: 14px!important;
    padding: 17px 17px!important;
    cursor: pointer;
    text-align: center;
    margin-top:25px;
    background: #74c055;
    text-transform: uppercase;
    min-width:180px;
    cursor: pointer;
    border-radius: 6px;
}

.solid_button_green a:hover {
    background: rgba(86, 172, 71, 100);
    color: #56ac47;
}

.outline_button_green a{
    display:inline-block;
    text-decoration: none;
    color: #74c055!important;
    font-size: 14px!important;
    padding: 17px 17px!important;
    cursor: pointer;
    text-align: center;
    margin-top:25px;
    background: #ffffff;
    text-transform: uppercase;
    min-width:180px;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #74c055;
}

.outline_button_green a:hover {
    background: rgba(86, 172, 71, 100);
    color: #cccccc;
}

/******************Footer Starts******************************/

.hmi-footer-wrap {
    background-color: #222222;
    padding: 40px 0 0;
}

.hmi-footer-wrap h4 {
    margin: 0;
    color: #f2f2f2;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    padding-bottom: 20px;
}

.ftr-col p , .ftr-col a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    font-style: normal;
}

.ftr-col  img {
    padding: 5px 0;
}




.sub-last small{
    color: rgba(242, 242, 242, 0.67) !important;
}

.sub-last p,
.sub-last i {
    color: #f2f2f2 !important;
}

.copy-rt-grp {
    background-color: #eeeeee;
    padding: 20px 0 10px 0;
}

ul.inline.right {
    padding: 0;
    margin: 0;
    list-style: none !important;
}

ul.inline.right li {
    display: inline-block !important;
}

.social-cons {
    text-align: right;
}

.social-cons p ,.social-cons a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px;
    line-height: 14px !important;
}

.social-cons .facebook a:before {
    content: "\f231";
    color: #3b589c;
    font-family: 'Ionicons';
    padding-right: 10px;
}

.social-cons .twitter a:before {
    content: "\f243";
    color: #22abf4;
    font-family: 'Ionicons';
    padding-right: 10px;
}

.social-cons .linkedin a:before {
    content: "\f239";
    color: #1276ba;
    font-family: 'Ionicons';
    padding-right: 10px;
}

.topStickyCustomClass2 {
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: right;
    background-color: transparent;
    margin: 0 30px !important;
    padding: 35px 0 !important;
}



.bt-con:before {
    text-indent: 0;
    font-family: 'Ionicons';
    content: "\f3d8";
    color: #222;
    font-size: 18px;
}

.bt-con {
    padding: 10px 13px;
    border: 2px solid;
    border-radius: 70px;
    background-color: #fff !important;
    cursor:pointer !important;
}

.second-footer {
    font-size: 14px !important;
    line-height: 14px !important;
}

.hs-rss-byline {
    opacity: .7;
    font-size: 85%;
    color: #ccc;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.hs-rss-item {
    margin-right: 20px;
}


/******************Footer Ends******************************/



/***************Home Starts********************************/

.home-banner-wrap {
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: cover !important;
    top: -35px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 440px !important;
}

.banner-intxt {
    position: absolute !important;
    top: 120px;
    padding-left: 40px;
}

.banner-intxt h1 {
    font-weight: 600;
    font-size: 50px;
    text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 4px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    margin: 0;
}

.view {
    padding: 35px 0;
}

.view a {
    font-weight: 300;
    text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 4px;
    font-size: 34px;
    color: rgb(255, 255, 255);
    text-decoration: none !important;
}

.req-txt {
    padding: 40px 0;
}

.req-txt h3 {
    line-height: 32px;
    font-weight: 300;
    color: #222;
    font-size: 28px;
    margin: 0;
}

.bt-txt h3 a {
    border-bottom: 1px solid #EDEDED;
}

.bt-txt h3 a:hover {
    border-bottom: 1px solid #117aba;
    color: #000000;
}


.req-txt h3 a {
    color: #117abc;
    text-decoration: none;
    border-bottom: 1px solid #ededed !important;
}

.req-txt h3 a:hover {
    border-bottom: 1px solid #117aba !important;
    color: #000;
}

.bt-txt {
    padding: 35px 0;
}

.bt-txt h3 {
    margin: 0;
}

.bt-txt h3 a {
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    text-decoration: none;
    color: #00527b;
    border-bottom: 0px solid #ededed !important;
}
.bt-txt h3 a:hover {
    border-bottom: 1px solid #117aba !important;
    color: #000;
}

.bt-txt p {
    padding-top: 20px;
}

.abt-indiv {
    padding: 35px 0 ;
    border-top: 1px solid #e2e2e2;
}

.abt-wrap {
    margin: 40px 0 0;    
}

.three-img-grp .zoom-pic ,.two-picz-grp {
    padding-bottom:35px; 
}

.cta-strip-wrap {
    background-color: #00527b;
    color: #ffffff;
    top: -35px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 10px 0px 0px;
}

.cta-strip-wrap a {
    color: #ffffff;
}

.cta-strip-text img {
    top: -15px;
    position: relative;
}

.cta-strip-text h2 {
    color: #ffffff!important;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 40px;
    margin-top: 15px;
}

.cta-strip-text p {
    color: #ffffff!important;    
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 10px;
}
.cta-home-form .hs-form fieldset {
    max-width: 100% !important;
}

.cta-home-form .field {
    padding: 12px 0;
}

.cta-home-form .field label {
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
    padding: 2px 0;
}

.cta-home-form .field label span span {
    font-size: 0.8em;
    margin-left: 10px;
    opacity: 0.5;
    display: inline-block;
    margin-bottom: -4px;
}

.cta-home-form .input input ,.cta-home-form .input textarea, .cta-home-form .input select {
    color: #555;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
    line-height: 26px;
    font-weight: 300;
    font-style: normal;
}

.cta-home-form .actions input {
    background-color: #74c055 !important;
    color: #ffffff !important;
    padding: 15px 30px;
    border: 0!important;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 400!important;
    width: 98%;
}

.cta-home-form .actions input:hover{
    background-color: #56ac47 !important;
    color: #ffffff !important;
}
.cta-home-form .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

.cta-home-form .hs-form .legal-consent-container .hs-dependent-field .hs-input {
    width: 5%;
}
.cta-home-form .actions  {
    padding-top: 30px;
    margin-bottom: 20px;
}

.cta-home-form .actions input:hover {
    background-color: #e2e2e2;
    color: #555;
}

.cta-home-form .hs-error-msgs {
    margin: 0;
    list-style: none;
    padding: 0;
}

.cta-home-form .hs-error-msgs label {
    font-size: 15px;
}


.cta-home-form .hs-form .legal-consent-container span {
    font-size: 12px !important;
}


.cta-home-form .hs-form .legal-consent-container .hs-richtext p {  
    font-size: 12px !important;
    line-height: 1.25;
}

.cta-home-form .hs-form .legal-consent-container .hs-richtext {
    font-family: 'Roboto',sans-serif;
    font-weight: normal;
    line-height: 1.25;
    font-size: 12px !important;
    margin-top: 15px;
}

.cta-home-form .hs-form .legal-consent-container ul li {
    list-style: none;
    text-align: left;
    
}

.cta-home-form .hs-form .legal-consent-container ul {
    display: block;
    padding-inline-start: 0px !important;
    margin-bottom: -10px;
    
}

.legal-consent-container span {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    line-height: 1.25;
    font-size: 12px;
}

@media (max-width: 767px) { 
  .legal-consent-container span {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    line-height: 1.25;
    font-size: 12px;
}
}


.legal-consent-container .field.hs-form-field {
    margin-bottom: 0px;
}


.what-wrap {
    background-image: url(//www.medicalcarts.org/hubfs/HUI-2017-Images/Backgrounds/hallway-blue.jpg);
    min-height: 420px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-bottom: 100px solid #117aba;
}

.what-head h2 {
    color: #117aba;
    margin: 0;
    font-weight: 300;
    font-style: normal;
    font-size: 34px;
    text-align: center;
}

.no-pc {
    padding: 100px 0px 120px;  
}

.no-pc .txt-col {
    padding: 35px 0;
}

.no-pc p {
    color: #fff !important;
    line-height: 26px;
}

.no-pc .test-cta {
    text-align: center;
}

.no-pc .test-cta a:hover {
    background-color: #117aba !important;
    border: 2px solid !important;
    border-color: #117aba !important;
    color: rgb(247, 247, 247) !important;
    background-image:none !important;
    -webkit-box-shadow: inset 0px 0px rgb(255,255,255), 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: inset 0px 0px rgb(255,255,255), 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: inset 0px 0px rgb(255,255,255), 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
}

.contact-wrap {
    padding: 25px 0;
}

.ctn-indiv {
    padding-bottom: 70px;
    border-bottom: 1px solid #e2e2e2;
}

.cont-dets a {
    padding-bottom: 1px;
    border-bottom: 1px solid #e2e2e2;
    color: #117abc;
    text-decoration:none;
}

.cont-dets a:hover {
    color: #000000 !important;
}

.update-title h2 {
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 28px;
    text-align: center;
    margin: 0;
    padding: 35px 0;
}

.update-form {
    padding: 35px 0;
} 

.update-form .hs-form-required {
    display: none !important;
}

.update-form input {
    padding: 15px 8px;
    padding: 15px 8px;
    color: #555;
    border: 1px solid #e2e2e2;
    font-size: 16px;

}

.actions input {
    -webkit-appearance: none !important;   
}

.update-form {
    max-width: 400px !important;
    float: none !important;
    margin: 0 auto !important;
}

.update-form .hs_email {
    width: 75%;
    float: left;
}

.update-form .form-title {
    display: none !important;
}

.update-title h3 {
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
    color: #00527b !important;
    font-size: 28px;
    margin: 0;
    text-align: center;
}

.update-form .hs-error-msgs {
    display: block;
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

.update-form .hs-error-msgs label {
    font-size: 15px;
    color: #ff0000;
}

.update-form .actions input {
    background-color: #00527b;
    border: 1px solid #00527b;
    color: #fff !important;
    font-size: 12px !important;
    padding: 17px 17px 18px;
    cursor: pointer;
    
}

.update-form .actions input:hover {
    background-color: #003d57;
    border: 1px solid #003d57;
    color: #fff !important;
    font-size: 12px !important;
    padding: 17px 17px;
    cursor: pointer;
}

.bs-pg {
    padding-bottom:22px;
}

.abt-head  {
    padding: 30px 0 60px;
}

.cont-head {
    padding: 50px 0;
}

.abt-head h3 ,.cont-head h3 {
    margin: 0;
}
.abt-head h2 ,.cont-head h2 {
    color: #117aba;
    margin: 0;
    font-weight: 300;
    font-style: normal;
    font-size: 34px;
    text-align: center;
}

.ftr-col {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 405px !important;
}

.col1 img {
    max-width: 220px;
}

.col1 p {
    padding: 10px 40px 20px 0;
}

.ftr-col a {
    text-decoration: none !important;
}

p.post-date {
    display: block;
    font-size: 13px;
    opacity: .6;
    padding-top: 3px;
    color: #f2f2f2 !important;
}

.ftr-col a:hover {
    opacity: .7;
    color:#cccccc;
}

.cdiv {
    padding: 0 10px 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 12px;
    margin-right: 30px;
}

#menu-footer {
    margin: 0;
    padding: 0 0 0 16px;
    list-style-type: none;
    list-style-image: url(//www.medicalcarts.org/hubfs/HUI-2017-Images/grey-img-359035-edited.png);
}

#menu-footer li {
    padding-bottom: 7px;
        position: relative;
}




.sub-last i {
    font-size: 36px;
    top: 3px;
    color: #f2f2f2;
    float: left;
    padding-right: 25px;
}

.sub-last {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sub-last:last-child {
    border:0 !important;
}

.ftr-col:last-child {
    border: 0 !important;
}

.zoom-pic img {
    transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;  
}

.zoom-pic img:hover {
    transform: scale(.9);
}

.tp-img {text-align: center;}

.update-wrap {
    padding-top: 50px;
}

.update-form .actions input {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.thank {
    font-size: 15px;
}

.contact-form .hs-email {
    width: 33.3% !important;
    float: left;
}

.contact-form .hs-phone {
    width: 33.3% !important;
    float: left;
}

.contact-form .hs-company {
    width: 33.3% !important;
    float: left;
}



/*******************Solutions Page Starts*******************/



.approach h2 {
  font-size: 34px;
  color: #00527b;
}

.solutions-at1 h2 {
  font-size: 34px;
  color: #00527b;
}

.solutions-at1 .bt-txt {
    padding: 25px 0;
    min-height: 260px;
}


.solutions-at2 .bt-txt {
    padding: 25px 0;
    min-height: 280px;
}

.view-more {
    padding: 0 0 50px;
}

.view-more a:hover {
    background-image: none !important;
    color: #343e47 !important;
    background-color: #117aba !important;
    border-color: #117aba !important;
}

.view-more a:after {
    content: "\f3d6";
    font-family: 'Ionicons';
    margin-left: 10px;
    font-size: 17px;
    position: relative;
    top: 1px;
}

.solutions-banner {
    background-image: url(//www.medicalcarts.org/hubfs/HUI-2017-Images/solutions-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 320px !important;
}

.solutions-banner-intxt {
    position: relative;
    top: 40%;
    padding: 11.4% 0;
}

.overlay {
  background-color: rgba(0,0,0,0.5);
  min-height: 320px !important;
}

.solutions-banner-intxt h1 {
    margin: 0;
    line-height: 70px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 55px;
}

.bread-crumbs {
    background-color: #f3f3f3;
    padding: 14px 0;
    margin-top: -35px;
}

.flexistar-subnav {
    background-color: #117aba;
    padding: 0px 0px;
    margin: 0px 0px;
}

.right-share {
    text-align: right;
}

.right-share a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.right-share a:before {
    content: "\f3ac";
    font-family: 'Ionicons';
    font-style: normal;
    margin-right: 12px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.solutions-at {
    padding: 60px 0 20px;
}

/*******************Solutions Page Ends*******************/


/************Breadcrumb****************/
.bread-crumbs .hs-breadcrumb-menu a {
    color:#111 !important;
    text-decoration: none !important;
    font-size: 14px;
}

.bread-crumbs .hs-breadcrumb-label {
    color: #999 !important;
    font-size: 14px;
}





/*******************Assembly Starts*************************/

.left-bar {
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.left-bar ul li a {
    padding:0 !important;
}

.left-bar ul .active a span {
    color: #111 !important;
}

.left-bar h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    color: #222;
    font-size: 17px;
    margin: 0;
    border-top: 2px solid #222;
    padding: 20px 0;
}

.left-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-bar ul li {
    padding: 12px 0;
    border-top: 1px solid #eee;
}

.left-bar ul li a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
}

.left-bar ul li a:hover {
    color: #111;
}

.left-bar .resource-cta a:before {
    content: "\f2ad";
    font-family: 'Ionicons';
}

.left-bar .blog-cta a:before {    
    content: "\f133";
    font-family: 'Ionicons';
}

.right-det h3 {
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 30px;
    margin: 0;
    padding: 12px 0 0;
}

.right-det a {
    text-decoration:none !important;
}

.right-det a:hover {
    color: #000 !important;
}

.pillar-blue a {
  color: #fff;
  text-decoration: underline !important;
}

.txt-pczz {
    /* padding:20px 0; */
}

a#cta_button_485080_62d569b5-c4f0-466a-a822-602d1ced0c01 {
    padding: 15px 100px 15px 10px;
}

.resource-cta , .blog-cta {
    padding: 10px 0;
}

.right-bar {
  padding-left: 20px;
}


/*******************Assembly Ends*************************/



/******************About starts**************************/

.about-banner {
    background-repeat: no-repeat;
    background-position: center 48%!important;
    background-size: 100% !important;
    top: -35px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 320px !important;
}

.about-wrap {
    padding: 80px 0 60px;
}

.about-wrap h2 {
    font-weight: normal;
    font-style: normal;
    color: #117aba;
    font-size: 30px;
    margin: 0;
    padding: 12px 0;
}

.about-wrap a {
    color: #117abc;
    text-decoration: none !important;
}

.about-wrap p {
    padding: 10px 0;
}

.red-bg-wrap {
    background-color: #117aba;
}

.red-bg {
    padding: 60px 180px;
}

.red-bg h2 {
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 34px;
    margin: 0;
}

/****************About Ends***********************************/





/******************Testimonial Starts**************************/

.testimonial-wrap {
    background-image:url('https://www.medicalcarts.org/hubfs/medical-carts-sign-Blue-Version.jpg') !important;
    background-repeat: no-repeat;
    background-position: center 48%!important;
    background-size: 100% !important;
    top: -35px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 320px !important;
}

.learn-group {
    text-align: center;
}

.learn-group h4 {
    line-height: 32px;
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 22px;
    margin: 0;
    padding: 25px 0 10px;
}

.testimonial-content {
    padding: 60px 0 40px;
}

.bg-color {
    background-color: whitesmoke;
    padding: 70px 0;
    text-align: center;
}

.bg-color h3 {
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 28px;
    margin: 0;
}

.bg-color  p{
    padding: 18px 0;
}

.testi-button a:after {
    content: "\f3d6";
    font-family: 'Ionicons';
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}


/******************Testimonial Ends**************************/


.story-banner {
    background-image:url('https://www.medicalcarts.org/hubfs/medical-carts-sign-Blue-Version.jpg') !important;
    background-repeat: no-repeat;
    background-position: center 48%!important;
    background-size: 100% !important;
    top: -35px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 320px !important;
}


h2 {
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
    color: #117aba;
    font-size: 28px;
    margin: 0;
}

.story-text {
    padding: 50px 0;
}

.story-text h2 {
    padding: 35px 0 10px
}

.story-text p {
    padding: 10px 0;
}

.story-img img {
    padding-bottom: 35px;
}


/***************History Starts*******************************/



h3 {
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 28px;
    margin: 0;
}

.left-form form {
    padding: 20px 0;
}

.left-form .hs-form fieldset {
    max-width: 100% !important;
}

.left-form .hs-form-required {
    display: none !important;
}

.left-form .field {
    padding: 12px 0;
}

.left-form .field label {
    line-height: 26px;
    font-weight: 300;
    font-style: normal;
    color: #343e47;
    font-size: 16px;
    padding: 5px 0;
}

.left-form .field label span span {
    font-size: 0.8em;
    margin-left: 10px;
    opacity: 0.5;
    display: inline-block;
    margin-bottom: -4px;
}

.left-form .input input ,.left-form .input textarea {
    color: #555;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
    line-height: 26px;
    font-weight: 300;
    font-style: normal;

}

.left-form .actions input {
    background-color: #117aba;
    color: #fff;
    padding: 15px 30px;
    border: 0!important;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 300!important;
}

.left-form .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
  color: #555;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
  border-radius: 0px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 7px;
/** -webkit-appearance: none !important; **/
}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background-image: url(...);   /* Add custom arrow */
  display: inline-block !important;
  padding: 12px 12px;
  font-family: 'Roboto', sans-serif !important;
  border: 1px solid #e2e2e2 !important;
  color: #343e47;

}

.left-form .actions  {
    padding-top: 12px;
}

.left-form .actions input:hover {
    background-color: #e2e2e2;
    color: #555;
}



.request-txt {
    padding: 70px 0;
}

.get-text .bd {
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
}

.get-text p:before{
    font-family: 'Ionicons';
    float: left;
    padding-right: 20px;
    font-size: 50px;
    padding-top: 12px;
}

.get-text .phone p:before {
    content: "\f4b8";
}

.get-text .cost p:before{
    content: "\f3f1";   
}

.get-text .person p:before{
    content: "\f47d";
}

.get-text .lock p:before{
    content: "\f4c8";
}

.get-text h2 {
    padding-bottom: 35px;
}


.left-form .hs-error-msgs {
    margin: 0;
    list-style: none;
    padding: 0;
}

.left-form .hs-error-msgs label {
    font-size: 15px;
    color: #f00;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

/*************Request Quote Starts**************************/

















/*************Request Quote Ends**************************/
















/***************History Ends*******************************/




/******************Design Engineer Starts*******************************/

.design-bc .bread-crumbs {
    margin-top: -39px !important;
}

.engineer-banner {
    background-image: url(//www.medicalcarts.org/hubfs/HUI-2017-Images/solutions-banner.png?t=1489731178374);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 320px !important;
}

.design-eng {
    padding: 40px 0 0 !important;
    
}

.design-eng-slider .hs_cos_flex-slider {
    margin:0 !important;
}


.design-eng-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    background: url('//www.medicalcarts.org/hubfs/HUI-2017-Images/left.png') no-repeat 0 0;
    height: 100% !important;
    background-size: 100% !important;
}

.design-eng-slider .hs_cos_flex-direction-nav  .hs_cos_flex-next {
    background: url('//www.medicalcarts.org/hubfs/HUI-2017-Images/right.png') no-repeat 0 0;
    height: 100% !important;
    background-size: 100% !important;
}


.my-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 35px;
}

.my-table td {
    border: 1px solid #e2e2e2;
    padding: 12px 16px;
}

.design-rt h2 {
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 34px;
    padding: 0 0 0.6em;
}

.design-rt {
    border-left: 1px solid #eee !important;
    margin: 0 !important;
    padding-left: 2.564102564%;
}

.design-eng .left-bar {
    border-right: 0 !important;
}

.design-rt p {
    padding-bottom: 22px;
}

.design h2 {
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 34px;
    padding: 0 0 0.6em;
}

.design {
    border-left: 0px!important;
    margin: 0 !important;
}


.design p {
    padding-bottom: 22px;
}


/*************Design Engineer Ends*******************************/






/*************Contact Page Starts*******************************/


.contact-txt {
    padding: 1.4em 0px 0.6em !important;
}

.contact-txt h4 {
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 28px;
    margin: 0;
    text-align: center;
    padding-bottom : 0.6em !important;
}

.get-in-touch {
    padding: 0 180px 15px;
    text-align: center;
}


.desk-menu .mobile-menu {
    display: none !important;
}

li.hs-form-radio {
    list-style-type: none;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}


/*************Contact Page Ends*******************************/


/*************Subscription Page Starts*******************************/

.hs_cos_wrapper_type_password_prompt input[type=password] {
    margin-bottom: 10px;
}

.widget-type-email_subscriptions input[type=submit],
.widget-type-email_simple_subscription input[type=submit],
.hs_cos_wrapper_type_password_prompt input[type=submit] {
    display:inline-block;
    color: #ffffff!important;
    font-size: 12px!important;
    padding: 17px 17px!important;
    cursor: pointer;
    text-align: center;
    margin-bottom: 50px;
    background: #117aba;
    text-transform: uppercase;
    min-width:180px;
    cursor: pointer;
    border: 0;
}

.widget-type-email_subscriptions input[type=submit]:hover,
.widget-type-email_simple_subscription input[type=submit]:hover,
.hs_cos_wrapper_type_password_prompt input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #555;
}



/*************Subscription Page Ends*******************************/

/************* Sales Page Start **********************************/

.eaebecBackground {
  background-color: #eaebec;
}

.padding-25-0 {
  padding: 25px 0;
}

.salesTeam img {
  margin: 10px 0;
}

.background-image {
    display: none !important;
}

.salesOverlay {
  padding: 150px 0 250px;
  background-color: rgba(0,0,0,0.4);
}

/************* Sales Page End ************************************/

/*************************Blog Starts*****************************/

.news-blog-title {
    background-image: url('//www.medicalcarts.org/hubfs/HUI-2017-Images/Backgrounds/hallway-blue-157666-edited.jpg');
    background-repeat: no-repeat;
    background-position: center 70;
    background-size: 100% !important;
    top: -35px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.cart-smart-blog-title {
    background-image: url('//www.medicalcarts.org/hubfs/HUI-2017-Images/Headers/Capabilites-Header-2000x1328-80.jpg');
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover;
    top: -35px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 320px !important;
}


.list-left-indiv {
    display: inline-block;
}


.list-left-indiv .hs-featured-image {
    float: left;

}



.blog-sidebar {
    display: inline-block;
    border-left: 1px solid #eee;
    padding-left: 20px;

}


.blog-sidebar h3 {
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
    color: #222;
    font-size: 17px;
    border-top: 2px solid #222;
    margin:0;
}

.blog-sidebar .hs-form-required {
    display: none !important;
}

.blog-sidebar form input {
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
    height: 50px;
}

.blog-sidebar .hs_email {
    width: 60% !important;
    float: left;
}

.blog-sidebar .form-title {
    padding: 18px 0;
}

.blog-sidebar .actions input {
    background-color: #117aba;
    cursor: pointer;
    border: 1px solid #117aba;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 20px;
}

.blog-sidebar .actions input:hover {
    background-color: #e2e2e2;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    color: #555;
    font-size: 14px;
}

.blog-search {
    padding: 20px 0;
}

.blog-sidebar  h3 {
    padding: 20px 0;
}

.recent-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent-posts ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recent-posts ul li a ,.archives ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #117abc;
    line-height: 1.4em;
}

.topic-posts ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.topic-posts ul li a {
    display: block;
    font-size: 15px !important;
    text-decoration: none;
    color: #117abc;
    line-height: 1.6em;
}

.topic-link {
    font-size: 15px !important;
    text-decoration: none;
    color: #117abc;
}

.filter-expand-link {
    display: block;
    font-size: 15px !important;
    text-decoration: none;
    color: #117abc;
    line-height: 1.6em;
    margin-top: 20px;
}

.tagcloud p {
    margin: 12px 0px;
}

.tagcloud a {
    padding: 9px 9px;
    margin: 2px 0px;
    font-size: 13px !important;
    border: 1px solid #F2F2F2;
    line-height: 26px;
    text-decoration: none;
    color: #333333;
    margin: 0 4px 0 0;
}

.tagcloud a:hover {
    background-color: #f6f6f6;
}

.archives ul {
    margin: 0;
    padding: 0 0 0 16px;
    list-style-type: none;
    list-style-image: url(//www.medicalcarts.org/hubfs/HUI-2017-Images/grey-img.png);
}

.archives ul li {
    line-height: 1.4em;
    margin-bottom: 7px;
}

.archives ul li a {
    color: #333333;   
}

.archives ul li a:hover {
    color:#000 !important;
}

.hui-bp {
    padding: 40px 0;
}

.left-txt {
    float: left;
    width: 70% !important;
}

.rt-img {
    float: right;
    width: 30% !important;
}

.post-wrap h2 {
    line-height: 1.35;
    margin: 30px 0 20px 0;
    font-weight: 300;
    font-style: normal;
    color: #111;
    font-size: 35px;
}

.post-wrap h3 {
    line-height: 40px;
    font-weight: 300;
    font-style: normal;
    color: #111;
    font-size: 30px;
}

.post-wrap ul  {
    margin:0;
}

.post-wrap ul li , .post-wrap ol li{
    margin: 0;
    font-weight: 300;
    font-style: normal;
    color: #343e47;
    font-size: 16px;
    line-height: 26px;
}

.post-wrap ul ul {
    list-style-type: disc !important;
}

.post-wrap p a {
   color: #117abc;
   text-decoration:none;
}

p a:hover {
    color: #000000;
}

.post-wrap .widget-type-blog_comments .actions input{
    background-color: #117aba;
    cursor: pointer;
    border: 1px solid #117aba;
    color:#000;
    max-width: 30%;
    height: 46px;
}

.privacy-policy a {
  display: block;
  text-decoration: none;
  font-family: 'Roboto';
  font-size: 10px;
  color: #117aba;
  margin-top: 10px;
}

.form-heading {
    background-color: #f7f7f7;
    padding: 30px 30px 10px;
    text-align: center;
}

.comment-form {
    background-color: #f7f7f7;
    padding: 10px 100px 30px;
}

.required {
    color: #117aba !important;
}

.comment-form .hs-form-required {
    color: #117aba;
}

.comment-form input ,.comment-form textarea {
    color: #555;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
}

.comment-form .field.hs-form-field {
    padding: 10px 0;
}

.comment-form .hs-error-msgs ,.blog-sidebar .hs-error-msgs  {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.comment-form .hs-error-msgs label{
    font-size: 14px;
    color: red;
}

.blog-sidebar .hs-error-msgs label  {
    font-size: 14px;
    color: red;
}

.post-wrap .next-prev {
    border-top: 1px solid #e2e2e2;
    margin-top: 40px;
    padding:40px 0;
}

.post-wrap .next-prev a {
    color: #117abc;
    text-decoration: none;
    font-size: 16px;
}

.post-wrap .next-prev a:hover {
    color: #343e47;
}

.post-wrap .post-header h1 {
    margin: 0;
    padding: 10px 0;
}

.post-wrap .author-link {
    color: #117abc;
    text-decoration: none;
    font-size: 16px;
}

.post-wrap .author-link:hover {
    color: #343e47;
}

.post-wrap .hubspot-editable {
    padding-bottom: 15px;
}

.list-wrap {
    padding: 30px 0;
}

.list-left-indiv .hubspot-editable {
    padding: 0;
}

.list-left-indiv .author-link {
    color: #117abc;
    text-decoration: none;
    font-size: 16px;
}

.list-left-indiv h2 a {
    text-decoration: none;
    color: #000;
}

.list-left-indiv .custom_listing_comments {
    display:none !important;
}

.list-left-indiv .hs-featured-image-wrapper img {
    max-width: 280px !important;
    padding-bottom: 90px;
    padding-right: 20px;
}
  


@media (max-width: 767px) {
.list-left-indiv .hs-featured-image-wrapper img {
    padding-bottom: 20px;
    padding-right: 0px;
}
}
.post-wrap .hs-featured-image {
    float: none;
    max-width: 100% !important;
    margin: 0;
}

.post-wrap .hubspot-editable {
    clear: both !important;
    padding: 20px 0 15px !important;
}

.list-left-indiv .more-link {
    border: 2px solid #343e47;
    padding: 7px 18px;
    font-size: 14px;
    color: #343e47;
    text-decoration: none;
}

.list-left-indiv .more-link:hover {
    color: #fff !important;
    background-color: #117aba !important;
    border-color: #117aba !important;
}

.list-left-indiv .blog-pagination {
   /* display:none !important; */
}

a.previous-posts-link a {
    float: left;
}

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

a.all-posts-link a {
    padding-left: 45%;
}

.list-left-indiv .post-item {
    padding: 20px 0 30px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.blog-wrap p {
    padding-bottom:20px;
}

.blog-breadcrumb {
    margin-top: 0 !important;
}

.next-posts-link {
    float: right;
}

.all-posts-link {
    padding-left: 40%;
}

#hubspot-topic_data {
    margin-top: 20px;
}

.hs-blog-social-share{
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-header h1 {
  margin-bottom: 20px;
}

.hs-blog-social-share-item {
  list-style: none;
}


/*************************Blog Ends*****************************/








/*******************Fabrication Starts ******************************/

.fabrication-wrap {
    padding:40px 0 0 !important;
}

.fabrication-wrap .left-bar {
    border-right: 0px solid #eee !important;
    padding-right: 0 !important;
} 

.fabrication-wrap .right-det {
    border-left: 1px solid #eee;
    margin: 0;
    padding-left: 28px;
    padding-top: 35px;
}

.colgrp {
    padding-bottom: 30px;
}

.colgrp span h2 {
    margin: 0 0 0.6em;
    font-size: 34px !important;
    line-height: 34px !important;
}

.colgrp span p {
    margin-bottom: 22px;
}


.colgrp span ul {
    list-style-type: square;
    padding-left: 20px;
    padding-bottom: 0.8em;
    color: rgb(52, 62, 71);
}

.colgrp span li {
    line-height: 26px;
    color: #343e47;
    font-weight: 300;
}


.fabrication-wrap-text1 h2 {
    margin: 1.4em 0px 0.6em;
    font-size: 34px !important;
    line-height: 34px !important;
}

.fabrication-wrap-text1 {
    padding-bottom: 30px !important;
}

.fabrication-wrap .find-job hr {
    border-top: 1px solid #e2e2e2;
    height: 1px;
    margin: 2.5em 0px 2em 0px;
}

.find-job-wrapper {
    padding:25px 0px;
    text-align:center;
}

.find-job {
    padding-bottom: 25px;
}

.find-job-wrapper .apply-cta {
    padding-bottom: 22px;
}

.left-bar .resource-cta, .blog-cta{
    padding: 2px 0;
}

.career-slider-content {
    position: relative;
}

.fabrication-wrap .fabric-cta {
    padding-bottom: 22px;
}

.colgrp.right-det-text {
    padding-left: 10px;
}

.HUI-careers-slider .hs_cos_gallery_thumbnails.slick-initialized {
    display:block !important;
}

.HUI-careers-slider .hs_cos_gallery_main.slick-fixed-height-slider {
    display:none !important;
}

.HUI-careers-slider .hs_cos_gallery_thumbnails.slick-initialized {
    margin-top: 60px !important;
    margin-bottom:0px !important;
}

.HUI-careers-slider .slick-list.draggable {
    padding: 0px!important;
}

.HUI-careers-slider .hs_cos_gallery_thumbnails .slick-slide {
    padding: 0 0px;
}

/*******************Fabrication Ends ******************************/
.left-bcrumb .hs-breadcrumb-menu-item {
    padding: 10px 0px 10px 15px!important;
}

.left-bcrumb .hs-breadcrumb-menu-divider:before 
{
    padding-left: 15px!important;
}

.left-bar {
    float: left!important;
    margin: 0px!important;
    margin-right: 2.127659574%!important;
}
.right-det
{
        float: right!important;
        
}

/*.design-eng-slider .widget-type-image_slider .hs_cos_wrapper_type_image_slider,
.slider-wrap .widget-type-image_slider .hs_cos_wrapper_type_image_slider
{
    margin-left: 5% !important;
    margin-right: 5% !important;
}*/

.design-eng-slider span.hs_cos_wrapper,.slider-wrap span.hs_cos_wrapper {
    margin-left: 0% !important;
    margin-right: 0% !important;
}

.img-ging
{
    float: right!important;
   
}

.img-content
{
    float: left!important;
    margin: 0px!important;
    margin-right: 2.127659574%!important;   
}

    .left-bar ul li a {
    white-space: pre-line!important;
}

.blog-wrap img {
    height: auto;
}


/* ———————————————————— Pillar Page ———————————————————— */

/* ———————————————————— Smooth Scrolling ———————————————————— */

html {
  scroll-behavior: smooth;
}

/* ———————————————————— Copy Formatting ———————————————————— */

.pillar-page h2 {
  text-align: center;
  padding: 10px 0;
  line-height: 1.2em;
}

.pillar-page h3 {
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
}

.pillar-page p {
  padding-bottom: 10px;
}

.pillar-page li {
  padding-bottom: 10px;
  font-weight: 300;
}

.pillar-page a {
  text-decoration: underline;
}

.pillar-page ul {
  margin-bottom: 0;
}

.pillar-page img {
  margin-top: 5px;
}

:target:before {
content:"";
display:block;
height:150px; /* fixed header height*/
margin:-150px 0 0; /* negative fixed header height */
}

@media (max-width: 767px) {
  :target:before {
    height: 0; /* remove fixed header height on mobile*/
    margin: 0; /* remove negative fixed header height mobile */
  }
}

/* ———————————————————— Page Structure ———————————————————— */

.pillar-page .banner-intxt {
  max-width: 900px;
}

.pillar-page .margin-bottom--35px {
  margin-bottom: -35px;
}

.page-center-600px,
.page-center-700px,
.page-center-850px,
.page-center-900px {
  margin: 0 auto !important;
  float: none !important;
}

.page-center-600px {
  max-width: 600px;
}

.page-center-700px {
  max-width: 700px;
}

.page-center-850px {
  max-width: 850px;
}

.page-center-900px {
  max-width: 900px;
}

.padding-tb-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-tb-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}

.grey-background {
  background-color: #e5e5e5;
}

.white-background {
  background-color: #fff;
}

.padding-left-25px {
  padding-left: 25px;
}

@media (max-width: 900px) {
  .page-center-600px,
  .page-center-700px,
  .page-center-850px,
  .page-center-900px {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
}

/* ———————————————————— Navigation Styling ———————————————————— */

.pillar-navigation {
  max-width: 800px;
  float: none !important;
  margin: 0 auto !important;
  padding: 25px 50px;
}

/* ———————————————————— Header ———————————————————— */

.pillar-page .darkening-screen {
  background-color: rgba(0,0,0,0.4);
  min-height: 440px;
}

.pillar-page .header-background-module {
  display: none;
}

/* ———————————————————— Callout Box ———————————————————— */

.callout-box {
  max-width: 600px;
  margin: 50px auto 0 !important;
  padding: 15px 25px;
  float: none !important;
  border: 2px solid #77171b;
}

.inline-callout p {
  text-align: center;
  padding: 0;
}

.inline-callout {
  padding: 10px 0;
  border: 2px solid #77171b;
}

/* .pillar-page .red-outline {
  border: 2px solid #77171b;
} */

/* ———————————————————— Content Card ———————————————————— */

.content-group {
  margin-top: 50px;
}

.card-wrapper {
  margin: 10px;
  
}

.card-graphic {
  max-height: 180px;
  overflow: hidden;
}

.card-text {
  background-color: #117ABA;
  padding: 10px 20px;
  text-align: center;
  min-height: 70px;
  color: #FFFFFF;
}

/* ———————————————————— End Pillar Page ———————————————————— */


/************************************************Responsive Code Starts Here********************************************************/

/* ———————————————————— Hide Mobile Modules ———————————————————— */

.hide-desktop {
  display: none !important;
}

@media (max-width: 1080px) {

    .topStickyCustomClass
    {
        display: none !important;
    }
    
    
    /***********Assembly****************/
    a#cta_button_485080_7aee7b3d-84d2-4fa6-91b0-6ece56f3be42 
    {
        padding: 15px 30px 15px 10px !important;
        width: 70%;
    }
    
    
    
    a#cta_button_485080_62d569b5-c4f0-466a-a822-602d1ced0c01 
    {
        padding: 15px 10px 15px 10px !important;
        width: 79%;
    }
    
    .solutions-at1 .left-bar 
    {
        text-align: center;
    }
    
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .hdr-menu ul li a {
        font-size: 12px;
        padding: 19px 15px 19px 10px !important;
    }
    
    .hdr-menu .hs-menu-depth-1 a:hover {
        padding-bottom: 16px !important;
    }
    
    .lcc {
        width: 75% !important;
    }
    
    .hdr-search {
        width: 100% !important;
        padding: 10px 0 0;
    }
    
    .col1 img {
        max-width: 150px;
    }
    
    .ftr-col p , .ftr-col a ,.ftr-col span {
        font-size: 12px !important;
    }

    .sub-last i {
        font-size: 35px !important;
        padding-right: 8px !important;
    }
    
    .sub-last p span {
        font-size: 12px !important;
    }

    .sub2 small {
        padding: 0 30px !important;
    }

    .cp-yr ,.social-cons a {
    font-size: 12px !important;   
    }

    .copy-rt-grp {
        padding: 10px 0 0px 0 !important;
    }
    
    h3 a {
        font-size: 23px;
    }

/**************Home Ends*************/




/**************Solutions Starts************/

    .solutions-at1 .bt-txt {
        padding: 25px 0;
        min-height: 340px;
    }
        
    .solutions-at2 .bt-txt {
        padding: 25px 0;
        min-height: 430px;
    }

/*************Solutions Ends**************/


/*******************Blog Starts******************/



    
    .blog-sidebar .hs_email {
        width: 100% !important;
        float: none !important;
    }
    
    
    .blog-sidebar .hs_submit {
        padding-top: 20px;
    }
    
    .post-wrap .hs-featured-image {
        max-width: 70% !important;
    }

      .blog-sidebar span a {
        padding-top: 20px;
    }
    

/******************Design Engineer**************/
    .my-table td {
        border: 1px solid #e2e2e2;
        padding: 12px 5px !important;
        font-size: 15px !important;
    }


    .red-bg {
        padding: 60px 100px;
    }
    
    .get-in-touch {
        padding: 0 80px 15px;
    }
    
    .title-share h2 {
        line-height: 24px;
        font-size: 22px;
    }
    
/***************** fabrication-job-description **************/   
  
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    
/***************** fabrication-job-description **************/  

   /* .solutions-at1 .left-bar {
        width: 100% !important;
    }*/
    
    .left-bar ul li a {
    white-space: pre-line!important;
}
    
    a#cta_button_485080_62d569b5-c4f0-466a-a822-602d1ced0c01 {
        width: 83%;
    }
    
    a#cta_button_485080_7aee7b3d-84d2-4fa6-91b0-6ece56f3be42 {
        width: 80%;
    }
    
    .fabrication-wrap .right-det {
        border-left: 0px solid #eee !important;
        width: 100% !important;
        padding-left: 0px;
    }
    
    .design-eng .left-bar {
    padding-bottom: 30px;
}

.left-bar {
    margin-right: 0%!important;
}

.hdr-menu ul li a {
    font-size: 12px!important;
    padding: 19px 16px 19px 8px !important;
    font-size: 12px !important;
}

.hdr-menu {
    padding-left: 15px !important;
}



.list-left-indiv .title-share
{
        display: grid;
}

.list-left-indiv .more-link 
{
    display: inline-block;
        margin-bottom: 20px;
}

    
}


@media (max-width: 767px) {
  
  .left-bar {
  display: none !important;
  }
  
  .hide-desktop {
    display: block !important;
  }
  
  .hide-desktop h1 {
  }
  
  .hide-mobile {
    display: none !important;
  }
  
  .cta-strip-wrap {
    top: 0;
  }
  
  .news-blog-title {
    background-position: center center;
    background-size: cover !important;
    top: 0;
  }
  
  #ban-wrp h1 {
    line-height: 55px !important;
    font-size: 55px !important;
  }
  
  .hs-rss-item {
    margin-right: 0;
	}
  
  .hs-rss-byline {
    margin-right: 0;
  }
    
    .title-share {
        clear:both;
        padding-top: 15px;
    }
    
    .engineer-banner .hs_cos_flex-slider .superimpose .caption {
        background-color: transparent;
        position: absolute !important;
    }

    .left-grp1 {
        text-align: center !important;
    }
    
   .desk-menu .hdr-menu {
        display: none !important;
   } 
   

    .desk-menu .mobile-menu {
        display: block !important;
    }
    
    .reg-logo {
        max-width: 20% !important;
        float: left !important;
    }
    
    .lcc {
        padding: 0 10px !important;
        width: 80% !important;
        float: right !important;
    }
     
    .lcc h4 {
        font-size: 15px;
    } 
    
    .lcc p {
        font-size: 13px !important;
    }
    
    .lcc .div1, .lcc .div2, .lcc .div3 {
        padding-left: 12px;
        margin-left: 12px;
    }
    
    .hdr-search {
        margin: 0 auto !important;
        padding: 15px 0 0 !important;
        width: 100% !important;
        clear: both !important;
    }
    
    .grp2 {
        padding: 15px 0 0;
    }
    
    .right-grp2 {
        text-align: center !important;
    }
    
    .mobile-menu ul li a {
        font-size: 15px !important;
    }

    .cp-yr ,.social-cons a {
        font-size: 12px !important;   
        }

    .copy-rt-grp {
        padding: 10px 0 0px 0 !important;
    }

    .ftr-col {
        border-right: 0px solid rgba(255,255,255,0.1) !important;
        min-height: 100px !important;
        text-align: center !important;
        padding: 10px 0 !important;
    }
    
    #menu-footer li {
        width: 75% !important;
        margin: 0 auto !important;
    }
    
    .sub-last i {
        float: none !important;
        padding-right: 0 !important;
    }
    
    .cp-yr {
        width: 30% !important;
        float: left !important;
    }
    
    .social-cons {
        float: right !important;
    }
    
    .cdiv {
        margin-right: 0 !important;
        margin-bottom: 8px !important;
        padding: 0px 0px 8px 0 !important;
    }
    
    .col1 p {
        padding: 10px 0px 20px 0 !important;
    }
    
    .hmi-footer-wrap {
        padding: 10px 0 0;
    }
    
    .hmi-footer-wrap h4 {
        padding-bottom: 12px;
    }
    
    .sub-last {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
    
    
    
/****************Home Starts******************/

    .banner-intxt {
        position: absolute !important;
        top: 30px !important;
        padding: 0 !important;
        width: 100% !important;
        text-align: center;
        left: 0 !important;
    }
    
    .banner-intxt h1 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    
    .view a {
        font-size: 30px !important;    
    }

    .home-banner-wrap {
        top: 0px !important;
        min-height: 270px !important;
    }
    
    .req-txt {
        padding: 25px 0;
    }
    
    .req-txt h3 ,.req-txt h3 a {
        font-size: 22px;
        text-align: center;
    }
    
    .bt-txt {
        padding: 15px 0;
    }

    .bt-txt p {
        padding: 15px 0;
    }
    
    .img-txt {
        text-align: center;
    }
    
    .abt-wrap {
        margin: 0 !important;
        text-align: center;
    }

    .abt-indiv {
        padding: 0px 0 0 !important;
    }
    
    .abt-head {
        padding: 15px 0 !important;
    }
    
    .no-pc {
        padding: 25px 0 !important;
        text-align: center;
    }

    .no-pc .txt-col {
        padding: 5px 0 !important;
    }
    
    .what-wrap {
        min-height: 390px !important;
    }
    
    .cont-head {
        padding: 0px 0 !important;
    }
    
    .contact-wrap {
        text-align: center !important;
    }
    
    .ctn-indiv {
        padding-bottom: 10px !important;
    }
    
    .update-wrap {
        padding-top: 0 !important;
    }
    
/****************Home Ends******************/

ul#menu-footer 
{
    width: 200px;
    padding: 0;
    margin: 0px auto;
    list-style: none;
}

.zoom-pic img 
{
    padding-bottom: 30px;
}

.colgrp img
{
    /*width:auto;*/
    height:auto;
}

.left-bar {
    margin-right: 0%!important;
}

.left-bar 
{
    width: 100%!important;
}

.design-eng .left-bar
{
    padding-bottom: 30px;
}

.right-det
{
    float: none!important;
}

.img-content
{
    float: none!important;
    margin-right: 0!important;   
}

.img-ging
{
    float: none!important;
    margin-right: 0!important;  
    padding-bottom:20px;
}

.left-grp1 
{
    display: none!important;
    min-height: 0px!important;
    height: 0px!important;
}

.lcc,.hdr-search {
    display: none!important;
    min-height: 0px!important;
    height: 0px!important;
}


.custom-menu-primary.js-enabled 
{
    position: relative;
    padding-top: 0px!important;
    min-height: 0!important;
    margin: 0px 0 0px 0;
}

.mobile-menu .mobile-trigger
{
    top: -53px!important;
}

.home-banner-wrap
{
   margin-top: -10px!important; 
}

.engineer-banner
{
   margin-top: -20px!important; 
}

.cart-smart-blog-title {
    min-height: 250px !important;
    top: 0;
}


.mobile-menu .mobile-trigger:hover,.mobile-menu .mobile-open .mobile-trigger {
    background-color: #ffffff!important;
}

.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, 
.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after
{
    background-color: #000!important;
}

.mobile-menu .mobile-trigger {
    border: 0px solid #000000!important;
    background-color: #fff!important;
}

.custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: 1px solid #eee!important;
    background: #fff!important;
    padding: 6px 0px!important;
}

.mobile-menu ul li a {
    color: #333!important;
    font-weight: 400!important;
}

.mobile-menu .child-trigger {
    border-left: 0px dotted rgba(255, 255, 255, .20)!important;
}

.child-trigger i, .child-trigger i:after {
    background-color: #333!important;
}

.list-left-indiv .more-link {
    display: inline-block;
        margin-bottom: 20px;
}


/**************Solutions Starts************/

    .solutions-at {
        padding: 20px 0 20px;
    }
    
    .solutions-at1 .bt-txt ,.solutions-at2 .bt-txt {
        padding: 15px 0;
        min-height: 100px;
    }
    
    .view-more {
        padding: 0 0 40px;
    }


/**************Solutions Ends************/
    .post-wrap .widget-type-blog_comments .actions input {
        max-width: 100% !important;
    }
    
    .post-wrap .hs-featured-image {
        max-width: 70% !important;
    }
    

/****************Design Engineer********************/


    .engineer-banner .slick-slide-inner-wrapper img {
        max-height: 270px !important;
    }
    
    .bread-crumbs {
        margin-top: 0 !important;
    }
    
    .bread-crumbs .widget-type-menu {
        float: left;
    }
    
    .bread-crumbs .widget-type-menu {
        padding:0 !important;
    }
    
    
    .design-rt h2 {
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        color: #222;
        font-size: 25px;
        padding: 10px 0;
    }
    
     h2 , h1 ,h3{
        line-height: 23px;
        font-size: 20px !important;
     }
     
    p {
        font-size: 15px !important;
    }

    .my-table td {
        border: 1px solid #e2e2e2;
        padding: 12px 5px !important;
        font-size: 14px !important;
        width: 100% !important;
        display: block;
    }
    
    .about-wrap {
        padding: 20px 0 10px;
    }
    
    .red-bg {
        padding: 30px 10px !important;
    }
    
    .red-bg h2 {
        font-size: 20px !important;
    }
    
    .bg-color {
        padding: 30px 0;
    }
    
    .testimonial-content {
        padding: 30px 0 20px;
    }
    
 
     
     .story-text {
        padding: 0 !important;
    }
    
    .request-txt {
        padding: 20px 0;
    }
    
    .get-in-touch {
        padding: 0 10px 15px !important;
    }
    
    .post-wrap .hs-featured-image-wrapper {
        text-align: center;
    }
    
    .list-left-indiv .hs-featured-image {
        float: none !important;
        text-align: center;
 
    }
    

 
    .left-bar {
        padding-right: 0; 
    }
    
    .design-rt {
        border-left: 0px solid #eee !important;
        margin: 0 !important;
        padding-left: 0 !important;
    }
    
    
    a[href^="tel"] {
        color:inherit;
        text-decoration:none;
    }
    

/**************** fabrication-job-description ********************/
    
    a#cta_button_485080_7aee7b3d-84d2-4fa6-91b0-6ece56f3be42 {
        width: 75% !important;
    }
    
    .colgrp {
        padding-bottom: 0px !important;
    }
    
    .fabrication-wrap .find-job hr {
        margin: 0em 0 2em 0 !important;
    }
    
    .fabrication-wrap .right-det {
        border-left: 0px solid #eee !important;
        width: 100% !important;
        padding-left: 0px;
    }
    
    .right-det-text {
        padding-top: 20px;
    }
    
    .colgrp.right-det-text span p {
        margin-bottom: 0px !important;
    }
    
    .txt-pczz.txt-pczz-down {
        padding: 0px 0px 20px !important;
    } 
    
    .HUI-careers-slider .hs_cos_gallery_thumbnails.slick-initialized {
        display:none !important;
    }
    
    .HUI-careers-slider .hs_cos_gallery_main.slick-fixed-height-slider {
        display:block !important;
        margin-bottom: 0px !important;
        padding-top:20px !important;
    }
    
    .fabrication-wrap-text1 h2 {
        margin: 0 0 0.6em !important;
    }

    
    .video-block {
      padding-bottom: 16px !important;
  }

}



@media (max-width: 479px) {
 
  
  #ban-wrp h1 {
    line-height: 44px !important;
    font-size: 44px !important;
  }
  
  .overlay {
    min-height: 180px !important;
  }
    
    .banner-intxt {
        top: 12px !important;
    }
    
    .banner-intxt h1 {
        font-size: 16.6px !important;
        line-height: 26px !important;
        padding:0px 10px;
    }
    
    .view a {
        font-size: 16.6px !important;
    }
    
    .testimonial-content {
        padding: 00px 0 20px;
    }
    
    .rt-img {
        float: none;
        width: 100% !important;
        text-align: center;
    }
    
    .left-txt {
        float: none !important;
        width: 100% !important;
    }

    .left-grp1 ul li {
        display: none !important;
        text-align: center;
        padding: 5px 0 !important;
    }
    
    /*.reg-logo {
        max-width: 30% !important;
        float: none !important;
        margin: 0 auto !important;
    }*/
    
    .lcc {
        padding: 12px 0 !important;
        width: 100% !important;
        float: none !important;
        clear: both !important;
    }
    
    .lcc .div1, .lcc .div2, .lcc .div3 {
        width: 100% !important;
        border: 0 !important;
        text-align: center !important;
        margin: 0 !important;
        padding: 5px 0 !important;
    }
    
    .lcc h4 {
        font-size: 13px;
    }
    
    .lcc a {
        font-size: 11px !important;
    }
    
    .cp-yr ,.social-cons {
        width: 100% !important;
        float: none !important;
        text-align: center;
    }
    
    .view {
        padding: 15px 0;
    }
    
    .update-title h3 {
        font-size: 20px;
    }
    
    .update-form {
        max-width: 100% !important;
        padding: 15px 0;
    }
    
    .update-form .hs_email {
        width: 100%;
        float: none;
        padding-bottom: 15px;
    }
    
    .update-form .actions {
        text-align: center !important;
    }
    
    
    /***********************************Blog****************************/
    .list-wrap {
        padding: 0px 0 20px;
    }
    

    
    .comment-form {
        padding: 10px 30px 30px !important;
    }
    
    .home-banner-wrap {
        min-height: 250px !important;
    }
    
    .solutions-banner-intxt h1 {
        line-height: 30px !important;
        font-size: 25px !important;
    }
    
    .bread-crumbs {
        margin-top: 0px !important;
        padding:10px 0 0 !important;
    }

    .bread-crumbs .widget-type-menu 
    {
        float: left !important;
    }

   

    .txt-pczz {
        padding: 0 0 20px !important;
    }
    
    a#cta_button_485080_62d569b5-c4f0-466a-a822-602d1ced0c01 {
        width: 83% !important;
    }
    
    .cart-smart-blog-title {
    min-height: 180px !important;
    top: 0;
}

.mobile-menu .mobile-trigger {
    top: -36px!important;
}

  

}



/****************************Mobile Menu Style **********************************/


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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

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




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

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

@media (max-width: 767px){
 
  
.contact-form .hs-email {
    width: 100% !important;
    float: left;
}

.contact-form .hs-phone {
    width: 100% !important;
    float: left;
}

.contact-form .hs-company {
    width: 100% !important;
    float: left;
}
  
.contact-form textarea {
    width: 100% !important;
}
  
.left-form .hs-form fieldset.form-columns-1 .hs-input textarea {
    width: 100% !important;
}



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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

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

.carts-pillar {
background-image: url("https://www.medicalcarts.org/hubfs/Pillar%20Page%20Images/60601_background2.svg"); background-attachment: fixed; background-size: cover; padding: 70px 0 0 !important;     margin-top: -40px;
}

@media (max-width: 550px) {

    div#hs-banner-parent div#hs-eu-cookie-confirmation {
        bottom: 0px;
        left: 0px;
        max-width: 100%;
        width: 100%;
    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
        padding: 16px !important;
    }

    div#hs-eu-cookie-confirmation div#hs-eu-header-container {
        position: absolute;
        right: 4px;
        top: 4px;
    }

    div#hs-eu-cookie-confirmation p#hs-eu-cookie-disclaimer {
        font-size: 13px !important;
    }

    div#hs-eu-cookie-confirmation div#hs-eu-policy-wording p {
        font-size: 13px !important;
    }
}