@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

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


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}
body {
  background: linear-gradient(#000 250px, white 50px);  
  color: #272626;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lp-first-temp .body-container-wrapper, .lp-first-temp .body-container.container-fluid, 
.lp-first-temp .body-container.container-fluid > div, .lp-first-temp .body-container.container-fluid > div > div {
  display: table;
  width: 100%;
  height: 100%;
}

.container-fluid .row-fluid .page-center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  float: none;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.container-fluid .row-fluid .page-center.page-center-medium {
  max-width: 800px;
}
.container-fluid .row-fluid .page-center.page-center-small {
  max-width: 650px;
}


/* Links */
a {
  text-decoration: none;
  color: #e21b4c;
  letter-spacing: 0.5px;
  font-family: 'Open Sans', sans-serif;
}
a:not(.js-slide){
  transition: 0.2s ease;
}

/* a:hover,
a:focus {
  color: #000;
} */

.error-template .body-container a:hover,
.password-template .body-container a:hover,
.subscription-template .body-container a:hover {color: #b84d14!important;}

img {
  height: auto;
}
/* ------ Typography ------ */

p { margin: 10px 0; }

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

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
strong {
  font-weight: 900;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 10px 0;
  text-rendering: optimizelegibility;
  font-weight: 500;
  line-height: 1.35;
}

h2{
  font-weight:700;
}

h1 { font-size: 48px;font-weight: bold;text-transform: uppercase; }
.large-h2 h2 {font-size: 42px; }
h2 { font-size: 36px;text-transform: uppercase; }
h3 { font-size: 30px;font-weight:bold;text-transform: uppercase; }
h4 { font-size: 22px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

@media (max-width:767px) {
  h1 { 
    font-size: 40px;
  }
  .site-page.two-column h1 {
    font-size: 30px;
  } 
  h2 { 
    font-size: 32px;
  }
  h3 { font-size: 26px;}
  h4 { font-size: 20px;}
}

@media (max-width:480px) {
  h1 { 
    font-size: 30px;
  }

  h2 { 
    font-size: 25px;
  }

  h3 { 
    font-size: 20px;
  }
}

.body-container-wrapper ul {
  padding: 0px 0px 0px 18px;
  margin: 15px 0px;
}
.body-container-wrapper ul li {
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Alignment */
.text-aligncenter   {text-align: center;  }
.text-alignright    {text-align: right;   }
.text-alignleft     {text-align: left;    }
.text-alignjustify  {text-align: justify; }

@media (max-width: 767px) {
  .mb-text-aligncenter    {text-align: center;  }
  .mb-text-alignright     {text-align: right;   }
  .mb-text-alignleft      {text-align: left;    }
  .mb-text-alignjustify   {text-align: justify; }
}

/* Margin Padding */
.margin-10  {margin: 10px 0;}
.margin-20 {margin: 20px 0;}
.margin-30 {margin: 30px 0;}
.margin-40 {margin: 40px 0;}
.margin-50 {margin: 50px 0;}
.margin-60 {margin: 60px 0;}
.margin-70 {margin: 70px 0;}
.margin-80 {margin: 80px 0;}
.margin-90 {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}

.margin-top-10  {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}

.margin-bottom-10  {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
}
.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-bottom-30 {padding-bottom: 30px;}
.padding-bottom-40 {padding-bottom: 40px;}
.padding-bottom-50 {padding-bottom: 50px;}
.padding-bottom-60 {padding-bottom: 60px;}
.padding-bottom-70 {padding-bottom: 70px;}
.padding-bottom-80 {padding-bottom: 80px;}
.padding-bottom-90 {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}


@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}

  .mb-padding-top-0  {padding-top: 0px;}
  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}
}

/* Hero Banner */
.hero-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.hero-banner .page-center {
  position: relative;
  z-index: 2;
}
.hero-image {
  display: none;
}


/* Display */
.display-none {
  display: none!important;
}
@media (min-width:768px) {
  .desktop-display-none {
    display: none!important;
  }
}
@media (max-width:767px) {
  .mb-display-none {
    display: none!important;
  }
}

/* Vertical Align */
@media (min-width:768px) {
  .vertical-aligncenter > .row-fluid-wrapper > .row-fluid {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

/* Box Shadow */
.top-shadow {
  box-shadow: 0px -8px 11px rgba(0, 0, 0, 0.11);
}

/* Hero Banner */
.hero-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-image {
  display: none!important;
}

/* Color */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li {
  color: #fff;
}


/* Bg */
.bg-lightgrey {
  background: #f5f5f5;
}
.bg-darkblue {
  background: #353d50;
}
.bg-red {
  background: #9a0e2b;
}

.bg-dark-grey{
  background-color:#272e3b;
}

.orange {
  color: #f37121;
}

/* Buttons */
.btn, .inner-slide a {
  display: inline-block;
  width: auto;
  padding: 8px 18px;
  margin-top: 8px;
  border-radius: 0px;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.inner-slide p:first-child {
  min-height: 52px;
}
.btn-red, .inner-slide a {
  background: #e21b4c;
  color: #fff;
  border: 2px solid #e21b4c;
}
.inner-slide a:focus{
  outline:0;
  box-shadow:none;
}


.btn-red:hover, 
.inner-slide a:hover {
  /*   background:  #c91845; */
  background-color:#f47310;
  /*   border: 2px solid #c91845; */
  border: 2px solid #f47310;
  color: #fff;
}

.btn-red-border {
  background: none;
  color: #e21b4c;
  border: 2px solid #e21b4c;
}
.btn-red-border:focus{
  background: none;
  color: #e21b4c;
  border: 2px solid #e21b4c;
}
.btn-red-border:hover{
  background:  #e21b4c;
  border: 2px solid #e21b4c;
  color: #fff;
}

.btn-white-border {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.btn-white-border:hover {
  background:  rgba(255, 255, 255, 0.4);
  color: #fff;
}


.btn-black-border {
  background: none;
  color: #222;
  border: 2px solid #222;
}
.btn-black-border:hover {
  background:  #222;
  color: #fff;
}


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

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

/* Labels */
body label {
  margin-bottom: 5px;
  font-weight: 700;
}
body form.hs-form fieldset {
  max-width: 100%;
}

body .hs-form-field > label {}
body .hs-form-field .input {
}
/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  font-family: 'Pathway Gothic One', sans-serif;
  width: 100%;
  display: block;
  height: auto;
  /*padding: 14px 12px;*/
  padding:12px;
  line-height: 1.4;
  color: #555;
  font-size: 16px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
a.hs-button.primary,
body input[type="submit"] {
  font-family: 'Pathway Gothic One', sans-serif;
  display: inline-block;
  padding: 11px 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
  font-size: 15px;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  outline: 0;
  border-color: #333;
}
#submitbutton,
.custom_error_message input[type="submit"],
a.hs-button.primary,
body form.hs-form .hs_submit input {
  display: inline-block;
  width: 100%;
  background: #e3601a;
  background: #e21b4c;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  border: 0px;
  outline: 0px;
  cursor: pointer;
}

body .sidebar form.hs-form .hs_submit input {background-color: #e21b4c;}

#submitbutton,
.custom_error_message input[type="submit"],
a.hs-button.primary {margin-top: 15px;}
#submitbutton:hover,
.custom_error_message input[type="submit"]:hover,
a.hs-button.primary:hover,
body form.hs-form .hs_submit input:hover {
  background: #b34b14;
  background: #c91845;
  color: #fff;
}

body .sidebar form.hs-form .hs_submit input:hover {background-color: #c91845;}

body form.hs-form ul.hs-error-msgs {
  margin: 5px 0px 0px;
}
body form.hs-form ul.hs-error-msgs label {
  font-size: 14px;
}
@media (max-width: 767px) {
  body input[type="submit"] {
    display: block;
    width: 100%;
  }
}
@media (min-width: 401px) {
  body form.hs-form fieldset > .hs-form-field:last-child > div {
    margin-right: 0px;
  }
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,
  body form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  body form.hs-form .hs_submit .actions {
    padding-right: 8px;
  }
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
  min-height: 145px;
}
body textarea:focus {}

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

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  /* color: #555;
  opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
  /* color: #555;
  opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
  /* color: #555;
  opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
  /* color: #555;
  opacity: 1; */
}





/* =========================================================
*
* Header and Footer
*
* ===================================================== */

/* ------
* Top Header 
* ----------------- */

/* Search */
#top-header {
  position: relative;
  text-align: right;
}
@media (min-width:768px) {
  #top-header .page-center > .row-fluid-wrapper > .row-fluid {
    display: flex!important;
    align-items: center!important;
    justify-content: flex-end!important;
    flex-wrap: nowrap!important;
  }
  #top-header .page-center > .row-fluid-wrapper > .row-fluid > div {
    flex-basis: auto!important;
    width: auto!important;
    margin: 0;
  }
}
@media (max-width:767px) {
  #top-header {
    padding-bottom: 20px;
  }
}

/* Search */
#top-header .top-header-search {
  overflow: hidden;
  min-height: 0px!important;
}
#top-header .top-header-search .hs-search-field {
  transform: translateX(100%);
  transition: 0.3s ease;
}
#top-header .top-header-search .hs-search-field.active {
  transform: translateX(0);
}
#top-header .top-header-search form input {
  padding: 5px 10px!important;
  border: 0px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width:992px) {
  .news-box .content-box {
    padding: 25px 10px;
  }
  .news-box .box-btn a {
    font-size: 20px;
  }
  #top-header .top-header-search {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0 30px;
    z-index: 30;
  }
  #top-header .top-header-search .hs-search-field  {
    width: 100%;
  }
  #top-header .top-header-search form input {
    background: #fff;
  }
  #top-header .top-header-search .hs-search-field {
    transform: translateX();
    display: none;
  }
  #top-header .top-header-search .hs-search-field.active {
    display: block;
  }
}

/* Nav */
#top-header .hs-menu-wrapper ul li a {
  margin: 0 0 0 22px;
  padding: 3px 0;
  white-space: initial;
  overflow: visible;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
#top-header .hs-menu-wrapper ul li a:hover {
  color: #e91c4e;
}
@media (max-width:992px) {
  #top-header .hs-menu-wrapper ul li {
    display: inline-block;
    width: auto;
  }
  #top-header .hs-menu-wrapper ul li a {
    padding: 5px;
    width: auto;
    margin: 0;
  }
}

/* ------
* Header 
* ----------------- */
.header-container-wrapper {
  width: 100%;
  padding: 10px 0;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  background: #000;
  transition: none;
  transition-delay: 0s;
}
.header-container-wrapper,
.header-container {
  min-height: 0px;
}

.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0px;
}
#header {
  position: relative;
}
@media (min-width:768px) {
  .header-container-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 10;

  }
  .header-container-wrapper.sticky {
    background: rgba(0,0,0,0.85);
    margin-top: 0px;
    transition: .5s ease-in-out;
    transition-delay: .5s;
  }
}

/* Logo */
#header .header-logo {

}

/* Main Nav */
.main-nav-wrapper {
  position: relative;
}
@media (max-width:767px) {
  .main-nav-wrapper {
    width: 100%!important;
    margin: 0!important;
  }   
  #header .main-nav .hs-menu-wrapper > ul > li > a i {
    display: inline-block!important;
    width: auto!important;
  }
}
@media (min-width:768px) {
  #header .main-nav {
    position: relative;
    text-align: center;
  }   

  /* Level 1 */
  #header .main-nav .hs-menu-wrapper > ul > li {
    margin:0px 15px;
  }
  /*** #header .main-nav .hs-menu-wrapper > ul > li:last-child {display: none!important;}***/
  #header .main-nav .hs-menu-wrapper > ul > li > a {
    padding: 0px;
    font-size: 14px;
    color: #a2a3ab;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid transparent;
  }
  #header .main-nav .hs-menu-wrapper > ul > li.active > a,
  #header .main-nav .hs-menu-wrapper > ul > li > a:hover {
    color: #e91c4e!important;
  }
  /*
  #header .main-nav .hs-menu-wrapper > ul > li > a:last-child {
  display: none!important;
}
  */
  /* Level 2 */
  #header .main-nav .hs-menu-wrapper > ul > li .hs-menu-children-wrapper {
    background:rgba(0,0,0,.9);
    text-align: left;
    box-shadow: 0px 0px 20px rgba(0,0,0,0,0.05);
    /*     border-top: 2px solid #e91c4e; */
    min-width: 150px;
  }
  #header .main-nav .hs-menu-wrapper > ul > li .hs-menu-children-wrapper a {
    font-size: 12px;
    color: #bdbbbb;
    padding: 10px;
  }
  #header .main-nav .hs-menu-wrapper > ul > li .hs-menu-children-wrapper li.active a,
  #header .main-nav .hs-menu-wrapper > ul > li .hs-menu-children-wrapper a:hover {
    background: #c91845;
    color: #fff;
  }
}

/* Header CTA */
#header .header-cta .btn {
  font-size: 12px;
  padding: 5px 15px;
  margin: 0;
  font-weight: 600!important;
}
@media (min-width:768px) and (max-width:992px) {
  #header .header-cta .btn {
    font-size: 11px;
    padding: 5px 10px;
  }
}
@media (max-width:767px) {
  #header .header-cta {
    margin: 0 auto;
    display: inline-block;
    float: none;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 4px;
  }
}
@media (max-width:480px) {
  #header .header-cta {position: relative;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
    float: none !important;
    margin-top: 10px !important;}
}

/* ------
* Footer 
* ----------------- */
#footer {
  padding: 60px 0px;
  background: #000;
  overflow: hidden;
}
@media (max-width:767px) {
  #footer {
    text-align: center;
  }
}

/* Copyright */
#footer .copyright {
  font-size: 13px;
  color: #b8b0b0;
  margin-top: 25px;
}
.footer-copyright, .footer-copyright a {
  font-size: 13px;
  color: #acacac;
}
.footer-btm-sec {
  border-top: 2px solid #fff;
  padding-top: 10px;
}
.footer-social-links i {
  font-size: 30px;
}
.footer-social-links li{
  margin: -6px 0 0 6px !important;
}
.footer-top-row {
  padding-bottom: 10px;
}

/* Nav */
#footer .hs-menu-wrapper ul li a {
  padding: 0;
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
}
#footer .hs-menu-wrapper ul li a:hover {
  opacity: 0.5;
}
#footer .hs-menu-wrapper > ul > li > a {
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  padding-left: 20px;
  white-space: normal;
  text-overflow: inherit;
  padding-left: 0;
  margin-bottom: 8px;
}
/* #footer .hs-menu-wrapper > ul > li > a:before{
content:">";
margin-right: 5px;
} */
#footer .hs-menu-wrapper > ul > li > ul {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
#footer-col a {
  text-transform: uppercase !important;
}
.morphisec-banner h4 {
  font-weight: 600;
}
.work-items .resp-tab-content{
  padding: 15px 95px 35px;
}
@media (max-width:767px) {
  #footer .hs-menu-wrapper ul li a {
    margin: 0 auto 14px;
  }
  .work-items .resp-tab-content {
    padding: 15px 30px 35px;
  }

}

/* =========================================================
*
* Custom Modules
*
* ===================================================== */
/* ------
* Hero Slide
* ----------------- */









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

@media (max-width: 767px){


  /* 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 .hs-menu-wrapper {display: none;}
  .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;*/
    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; /*******************************************/
    bottom: 0;
    top: 0;
    height: 33px;
    margin: auto;        /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */     
    padding: 7px 10px 8px 10px;
    border: 1px solid #e71c4e;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #e71c4e; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #e71c4e; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #e71c4e; 
    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: #e71c4e; /* 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{
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    margin-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#e71c4e; /* 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: 18px; /* 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 */
  }
}


/* =========================================================
*
* Plugins
*
* ===================================================== */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



/*****menu***/
.product-child-page #header .main-nav .hs-menu-wrapper > ul > li > a,
.solution-child-page #header .main-nav .hs-menu-wrapper > ul > li > a,
.main-product-page #header .main-nav .hs-menu-wrapper > ul > li > a
{font-size: 14px;color:#a2a3ab;}
.span2.widget-span.widget-type-custom_widget.header-cta {
  text-align: right;
}
.solution-child-page.product-child-page .outer-prevent-mod .prevent-content .inner-box .text-left {
  text-align: left;
}
/**responsive**/
@media all and (max-width:767px){.two-col-mod .mod-btn {
  .solution-child-page.product-child-page.solution-mfg .inner-box p{padding:15% 20%;}
  text-align: center;}
  .span3.widget-span.widget-type-custom_widget.copyright {
    margin-bottom: 25px;
  }
  /*.defend-items .defend-content{display:none !important; visibility: hidden;
  opacity: 0;}*/
}
/**end**/
/******parody child page *************/
.product-child-page .body-container-wrapper {
  padding-top: 120px;
}
.main-page-header {
  background: #ededed;
  text-align: center;
  padding: 30px 0;
}
.main-page-header h1 {
  margin: 0;
  font-size: 30px;
  color: #a4051f;
  font-weight: normal;
}
.main-content-box h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  color: #070707;
  font-weight: bold;
  line-height: 100%;
}
.main-content-box {
  text-align: center;
  padding: 50px 0;
}
.full-width-content-wrapper {
  padding-bottom: 65px;
}
.content-box p {
  font-size: 18px;
  color: #030303;
  padding: 0 20px;
  line-height: normal;
}
.mod-inner-div {
  display: flex;
}
.mod-left-col, .mod-right-col {
  max-width: 50%;
  flex: 0 0 50%;
}
.mod-header h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  color: #e71c4e;
  font-weight: bold;
  line-height: 32.4px;
}
.mod-content p, .mod-content li {
  font-size: 16px;
  color: #232323;
  font-weight: 600;
  list-style: none;
  position:relative;
}
.mod-content li::before {
  content: "";
  left: -10px;
  top: 9px;
  margin: auto;
  position: absolute;
  background: #232323;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.body-container-wrapper .mod-content ul {
  padding-left: 10px;
}
.mod-left-col {
  padding-right: 15px;
}
.mod-right-col {
  padding-left: 15px;
}
.mod-btn a {
  display: inline-block;
  background: #e71c4e;
  color: #fff;
  padding: 6px 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.mod-btn {
  margin-top: 45px;
}
.two-col-mod {
  padding-bottom: 50px;
}
.main-env-mod {
  background: #ededed;
  padding: 60px 0;
  text-align: center;
}
.main-env-mod h2 {
  margin: 0 0 40px 0;
  font-size: 30px;
  font-weight: bold;
  color: #343434;
  line-height: 32.4px;
  padding: 0 50px;
}	
.env-txt h5 {
  font-size: 18px;
  font-weight: bold;
  color: #403f3f;
  line-height: 20px;
}
.env-content {
  display: flex;
  flex-wrap: wrap;
}
.env-box {
  max-width: 32.3%;
  flex: 0 0 32.3%;
  margin: 0 15px 15px 0;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  padding: 20px;
  border: 2px solid transparent;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
  position: relative;
}
.evn-hover-content {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  opacity:0;
  visibility:hidden;
  width: 100%;
  position: absolute;
  background: #404A5E;
  color: #fff;
  height: 100%;
  top: 0;
  left: 0;
}
.evn-hover-content p {color: #fff;}
.env-box:hover{
  border: 2px solid #403f3f;
}
.evn-hover-content .content-box{	position: absolute;
  top: 50%;
  transform: translateY(-50%);}
.env-box:hover .evn-hover-content {
  opacity:1;
  visibility:visible;
}
.env-box:nth-child(3n) {
  margin-right: 0;
}
.main-test-mod h5 {
  margin: 0;
}
.main-test-mod {
  /* 	background: #fff; */
  box-shadow: 0 0 18px 5px rgba(147,144,144,.61);
  text-align: center;
  padding: 45px 0;
}
.testimonial-section {
  background: #ededed;
  padding-bottom: 20px;
}
.testimonial-section .inner-test-mod .slick-dots li {
  display: inline-block;

}

.testimonial-section .inner-test-mod .slick-dots li button {
  border-radius: 100%;
  background:#E1E1E1;
  box-shadow: 0;
  border: 0;
  height: 15px;
  width: 15px;
  color: #E1E1E1;
  margin: 0 5px;
}
.testimonial-section .inner-test-mod .slick-dots li.slick-active button{background:#5e5d5d; color:#5e5d5d}
.testimonial-section .mod-head h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #5e5d5d;
  letter-spacing: 1px;
}
.inner-test-mod blockquote {
  font-size: 20px;
  /*color: #090909;*/
  margin-bottom: 10px;
}
.inner-test-mod h5 {
  font-size: 16px;
  font-weight: bold;
  /*color: #5e5d5d;*/
  text-transform: uppercase;
  letter-spacing: 1px;
}
.inner-test-mod h4 {
  font-size: 18px;
  font-weight: bold;
  /*color: #3b3939;*/
  line-height: 32.4px;
  text-transform: uppercase;
}
.main-feed-box {
  text-align: center;
  padding: 50px 0;
}
.feed-header h2 {
  font-size: 30px;
  color: #1d1d1d;
  margin: 0;
  font-weight: 600;
}
.feed-inner-wrap {
  display: flex;
  flex-wrap: wrap;
}
.feed-box {
  flex: 0 0 32%;
  max-width: 32%;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #000;
}
.feed-box > span {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  height: 100%;
  min-height: 360px;
}
.feed-content h3 {
  margin-top: 0;
  font-size: 16px;
  /* 	color: #2a2929; */
  line-height: 18px;
  margin-bottom: 15px;
  min-height: 36px;
}
.feed-box:nth-child(3n) {
  margin-right: 0;
}
.product-child-page .body-container-wrapper .feed-btn  {
  /* 	color: #e71c4e; */
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
  background:none;
  padding: 0;
  border:0;
}
.product-child-page .body-container-wrapper .feed-btn:hover{
  color:#000 !important; 
  background:none;
}
.feed-content {
  padding: 20px;
  min-height: 236px;
  max-height: 236px;
  display: inline-block;
}
.feed-image img {
  min-height: 184px;
  max-height: 184px;
  object-fit: cover;
}
.feed-content p {
  font-size: 15px;
  font-weight: 300;
  /* 	color: #555454; */
  min-height: 105px;
  line-height: normal;
}
.feed-header {
  margin-bottom: 15px;
}
.feed-image {
  max-height: 188px;
  overflow: hidden;
}

.grp-logo-mod .arrow-left-slide{left:-40px;}
.grp-logo-mod .arrow-right-slide{right:-40px;}
.grp-logo-mod .slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/*** product main page************/
.main-product-page .content-box p {
  padding: 0;
}
.main-product-page .content-box p strong {
  font-size: 24px;
  font-weight: normal;
  color: #000;
  max-width: 600px;
  display: inline-block;
  margin: 20px 0;
}
.product-child-page .body-container-wrapper a.cta_button {
  background: #e71c4e;
  color: #fff;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
  margin-top: 10px;
}
.product-child-page .body-container-wrapper a.cta_button:hover{
  background:#000;
  border-color: #000;
}
.outer-prevent-mod {
  text-align: center;
  padding: 40px 0 30px;
}
.prevent-header h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fefefe;
  margin-top: 0;
  line-height:32.4px;
}
.prevent-content {
  display: flex;
  flex-wrap: wrap;
}
.inner-box {
  max-width: 49%;
  flex: 0 0 49%;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
.inner-box:nth-child(2n) {
  margin-right: 0;
}
.inner-box a {
  display: block;
  vertical-align: top;
}
.box-bg {
  display: flex;
  flex-wrap: wrap;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 330px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:0 66px;
  color: #fff;
  position:relative;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  align-items: center;
}

.box-bg_center{
  background-position:center;
}

.box-bg::after{ position:absolute; width:100%; height:100%; left:0; right:0px; content:""; background:rgba(0,0,0,0.5); z-index:1;transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s; 
  opacity:0;top: 0}


.box-bg h3{
  color:#fff;
  line-height: 32.4px;
  z-index:2; 
  position:relative;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;

}
.main-product-page .inner-box h3{
  margin-top: 90px;
}

.main-product-page .inner-box:hover h3
{
  color: #fefefe;
  margin-top:0;
}
.box-bg p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
  color:#fff;
  opacity: 0;
  visibility:hidden;
  position: relative;
  z-index: 2;
}
.inner-box:hover p{

  opacity: 1;
  visibility:visible;
}
.box-bg:hover::after{
  opacity:1; 
}
.prevent-header {
  margin-bottom: 35px;
}
.outer-ciso-mod {
  background: #ededed;
  padding: 60px 0;
}
.cisco-hover-box {
  position: absolute;
  top: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  padding: 30px;
  width: 100%;
}

.hover-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 40px;
  /* height: 100%; */
}
.ciso-top-row {
  display: flex;
  flex-wrap: wrap;
}
.ciso-box {
  flex: 0 0 49%;
  max-width: 49%;
  margin-right: 20px;
  position: relative;
}
.ciso-box:hover .cisco-hover-box{visibility: visible;opacity:1; transition: 0.3s all ease-in-out;}
.ciso-box:nth-child(2n) {
  margin-right: 0;
}
.box-img {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 50px;
}
.box-content h3 {
  margin: 0 0 5px 0;
  font-size: 24px;
  line-height: 32.4px;
}
.box-content h2 {
  margin: 0;
  line-height: 32.4px;
  font-weight: bold;
  max-width: 300px;
}
.ciso-btm-row {
  text-align: center;
  margin-top: 45px;
}
.ciso-btm-row h4 {
  font-size: 24px;
  margin-top: 0;
  line-height: 32.4px;
  margin-bottom: 25px;
}
.main-defend-mod{
  background: rgb(62,72,93); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(62,72,93,1) 0%, rgba(43,50,64,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(62,72,93,1) 0%,rgba(43,50,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(62,72,93,1) 0%,rgba(43,50,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e485d', endColorstr='#2b3240',GradientType=0 ); /* IE6-9 */
  padding: 50px 0 60px;
}
.defend-top-row h2 {
  color: #faf8f9;
  margin-top: 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 32.4px;
}
.defend-top-row {
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
}
.defend-img {
  height: 164px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  max-width: 170px;
  margin: 0 auto;
  padding: 14px;
  position: relative;
}
.defend-img h4 {
  color: #d6d5d4;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  top: 90px;
  margin: 0;
  padding: 0 6px;
  line-height: 100%;
}
.defend-btm-row {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.bg-dark-color {
  background: #000;
  color: #fff;
}
.bg-dark-color h2{color:#fff; margin-bottom: 35px;}
.bg-dark-color #horizontalTab {border: 1px solid #333; padding-top: 0;}
.bg-dark-color #horizontalTab ul{margin:0px;}
.bg-dark-color #horizontalTab ul li {text-transform: uppercase;color: #676767;font-size: 15px;width: 33.333%;border-right: 1px solid #333; margin-bottom:0;}
.bg-dark-color #horizontalTab ul li:last-child{border-right:none;}
.bg-dark-color #horizontalTab ul li.resp-tab-item.resp-tab-active {
  background: transparent;
  border-top: none;
  border-left: none;
  color: #fff !important;
}
.bg-dark-color  #horizontalTab .work-content {
  text-align: center;
  margin-bottom:20px;
}
.inner-item-wrap.resp-tab-content.resp-tab-content-active{background:#000; border-color:#333;}

.bg-dark-color .works-header {
  text-align: center;
  margin-bottom:30px;
}
.bg-dark-color #horizontalTab .inner-item-wrap.resp-tab-content {
  background: #000 !important;
}
.product-child-page .body-container-wrapper .defend-btm-row a.cta_button{
  border: 1px solid #f25279;
  background: transparent;
  color: #f25279;
}
.product-child-page .body-container-wrapper .defend-btm-row a.cta_button:hover{
  color:#000;
  border-color:#fff;
  background: #fff;
}
.defend-items {
  max-width: 25%;
  flex: 0 0 25%;
  margin-bottom: 30px;
  position: relative;
}
.defend-mobile-close {display: none;}
.defend-content {
  position: absolute;
  background: #E31944;
  width:380px;
  padding: 20px;
  bottom:100%;
  left: -22%;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  display:none;
}
#header {
  position: relative;
}
@media (min-width: 1025px) {
  .defend-items:hover .defend-content{ 
    display:block; 
  }
}

.defend-content::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 35px solid #E31944;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom:-14px;
}
.defend-content p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  margin:0px;
}
.defend-content ul{ 
  margin:0px; 
  padding:0px; 
  list-style:none; 
}
.defend-content ul li{ 
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px; 
  font-weight: bold;
  width:49%;
  margin:0 0 4px 0px;
  float:left;
}
.works-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #bd2759;
  line-height: 32.4px;
}
.work-items {
  display: flex;
  padding-top: 30px;
  border-top: 1px solid rgba(0,0,0,.33);
  margin-top: 30px;
}
.left-col {
  max-width: 40%;
  flex: 0 0 40%;
  padding-right: 62px;
}	
.right-col {
  max-width: 60%;
  flex: 0 0 60%;
  text-align: right;
}
.work-content h3 {
  font-size: 24px;
  color: #cb002a;
  font-weight: normal;
  margin-top: 0;
}
.defend-mid-row {
  display: flex;
  flex-wrap: wrap;
}
.works-main-sec {
  padding-bottom: 60px;
}

/***solution child page*******/
.solution-child-page .main-test-mod {
  margin-bottom: 0;
}
.infrastructure .prevent-header h2{
  color: #000;
}
.infrastructure .outer-prevent-mod{
  padding: 30px 0 40px;
}
/*.infrastructure .box-bg h3 {
font-size: 24px;
margin: 0 0 5px 0;
min-height: 60px;
}*/
.infrastructure .box-bg h3 {margin-top: 90px}
.infrastructure .box-bg:hover h3 {margin-top: 0;}
.solution-child-page .feed-content h3{
  min-height: 54px;
}
/*.infrastructure .box-bg p {
position:relative;
z-index:2;
opacity: 1;
visibility: visible;
line-height: 27px;
}*/
.arrow-left-slide.slick-arrow {
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  border-radius: 50%;
  width: 40px;
  border: 2px solid #999;
  background: #999;
}
.arrow-right-slide.slick-arrow{
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  border-radius: 50%;
  width: 40px;
  border: 2px solid #999;
  background: #999;
}
.logo-img.slick-slide img{
  margin: 0 auto;
  max-width: 220px;
}
.slick-arrow img {
  max-width: 10px;
}

/******solution-smb***********/
.inner-content-box, .inner-manage-wrap {
  display: flex;
  align-items:center;
}
.main-content-withbg {
  padding: 80px 0 100px;
  color: #fff;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.main-content-withbg::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  height: 100%;
  background: rgba(0,0,0,.2);
  z-index: -1;
}
.inner-content-box .left-col, .inner-manage-wrap .left-col{
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 0;
}
.inner-content-box .right-col, .inner-manage-wrap .right-col {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: left;
  position: relative;
  padding-left: 114px;
  z-index:0;
}
.inner-manage-wrap .right-col{
  padding-left: 0;
}
.inner-content-box .right-col::before {
  background: url(https://www.morphisec.com/hubfs/Morphisec_Sept2018/images/solution-smb/arrow.png);
  width: 280px;
  height: 430px;
  content: "";
  position: absolute;
  bottom:-10%;
  background-repeat: no-repeat;
  left: 20px;
  z-index:-1;
}
.inner-content-box .left-col h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: bold;
  color: #faf8f9;
  line-height: 100%;
}
.content p {
  font-size: 16px;
  color: #ededed;
  /* 	font-weight: 600; */
  margin-bottom: 15px;
}
.content p:first-child {
  padding-bottom: 10px;
}
.product-child-page .body-container-wrapper .main-content-withbg a.cta_button{
  line-height: 100%;
  padding: 8px 10px;
  font-size: 16px;
  max-width: 260px;
}
.inner-content-box .right-col h6 {
  margin: 0;
  font-size: 36px;
}
.inner-content-box .right-col h5 {
  margin: 0;
  font-size: 90px;
  color: #ededed;
  line-height: 80%;
}
.inner-content-box .right-col p {
  font-size: 24px;
  color: #ededed;
  line-height:normal;
}
.inner-content-box .right-col p strong{
  font-weight:bold;
  font-size:30px;
}
.main-mange-sec {
  background: #ededed;
  padding: 60px 0;
}
.inner-manage-wrap .right-col h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
  color: #010101;
  line-height: 32.4px;
  margin-bottom: 25px;
}
.inner-manage-wrap .right-col p {
  color: #000;
  font-size: 16px;
  margin-bottom: 25px;
}
.inner-manage-wrap .right-col p:last-child {
  margin-bottom: 0;
}
.solution-smb .testimonial-section{
  padding-bottom: 0;
}
.solution-smb .inner-test-mod h5
{
  font-size: 24px;
  /*color: #aeadad;*/
}
.solution-smb .inner-test-mod blockquote
{
  font-size: 18px;
  /*color: #fff;*/
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.solution-smb .inner-test-mod h4
{
  font-size: 14px;
  /*color: #fff;*/
}
.solution-smb.product-child-page .body-container-wrapper .feed-btn a.cta_button{
  color: #fff;
}
.solution-smb.product-child-page .feed-box.webinar-style .feed-content {
  max-width: 57%;
  text-align: left;
  padding-top: 70px;
  position: relative;
  min-height: auto;
  max-height: none;
  display: inherit;
}
.solution-smb.product-child-page .feed-box.webinar-style .feed-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
}
/* .product-child-page.solution-smb.product-child-page .body-container-wrapper .solutions-smb-pg .feed-btn{
color:#fff;
} */
.solution-smb.product-child-page .solutions-smb-pg .feed-box.webinar-style .feed-btn{
  background: #e71c4e;
  /* color: #fff; */
  padding: 3px 10px;
  font-size: 14px;
}
.solution-smb.product-child-page .solutions-smb-pg .feed-box:last-child .feed-btn:hover, .solution-smb.product-child-page .solutions-smb-pg .feed-box.webinar-style .feed-btn:hover
{
  color:#fff !important;
}
.solution-legal.solution-smb.product-child-page .solutions-smb-pg .feed-box:last-child .feed-btn:hover{
  color:#fff !important;
}
.solution-smb.product-child-page .body-container-wrapper .feed-box.webinar-style .feed-btn a.cta_button
{
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  line-height: 100%;
  display: block;
  background: #e71c4e;
}

.solution-child-page.product-child-page.solution-mfg .inner-box {
  position: relative;
}

.solution-child-page.product-child-page.solution-mfg .inner-box:hover > a > p,
.solution-child-page.product-child-page.solution-mfg .inner-box:hover > a > span > div,
.solution-child-page.product-child-page.solution-mfg .inner-box:hover > a > span > p,
.solution-child-page.product-child-page.solution-mfg .inner-box:hover > p,
.solution-child-page.product-child-page.solution-mfg .inner-box:hover span > div,
.solution-child-page.product-child-page.solution-mfg .inner-box:hover span > p{
  visibility: visible;
  opacity:1
}


.solution-child-page.product-child-page.solution-mfg .inner-box > a > p,
.solution-child-page.product-child-page.solution-mfg .inner-box > a > span > p,
.solution-child-page.product-child-page.solution-mfg .inner-box > a > span > div,
.solution-child-page.product-child-page.solution-mfg .inner-box > span > div,
.solution-child-page.product-child-page.solution-mfg .inner-box > p,
.solution-child-page.product-child-page.solution-mfg .inner-box > span > p {
  position: absolute;
  background: #4A5367;
  height: 100%;
  width: 100%;
  padding:0 20%;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  =ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  margin:0;
  display: flex;
  align-items: center;
}
.solution-smb.product-child-page .body-container-wrapper .solutions-smb-pg .feed-box:nth-child(2) .feed-btn a.cta_button{background: #e71c4e; display:inline-block;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  line-height: 100%;}
.grp-logo-mod {
  background: #3c465a;
  padding: 40px 0;
  text-align: center;
}
.grp-logo-mod .mod-header h2
{
  color: #959fae;
}
.mod-row {
  margin-top: 20px;
}
.grp-logo-mod .logo-items {margin:0; display: inline-block !important; vertical-align: middle; float: none;}
.grp-logo-mod .logo-items img{margin:0 auto;}
.logo-items {
  display: inline-block;
  vertical-align: middle;
  margin-right: 64px;
}
.logo-items:last-child {
  margin-right: 0;
}
.solution-smb .feed-box {
  min-height: 360px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-smb .feed-content {
  padding: 19px;
  min-height: auto;
  max-height: none;
}
.solution-smb .feed-content h3
{
  color: #fff;
  min-height: inherit;
}
.solution-smb .feed-content p
{
  color: #fff;
  min-height: inherit;
}
.wrap-image img {
  min-width: 620px;
  margin-left: -80px;
}
.news-events .header-container-wrapper{
  padding: 20px 0;
}


/*****solution child mfg***/

.solution-mfg .inner-content-box .right-col::before{
  display: none;
}
.solution-mfg .inner-content-box .right-col{
  padding-left: 60px;
}
.solution-mfg .inner-content-box .right-col h6 {
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  line-height: 32px;
}
/*.product-child-page.solution-mfg .body-container-wrapper .inner-test-mod a.cta_button
{
background: transparent;
color: #f7f0f2;
padding: 7px 15px;
font-size: 16px;
margin-top: 10px;
border: 1px solid #e71c4e;
}
.product-child-page.solution-mfg .body-container-wrapper .inner-test-mod a.cta_button:hover{
background:#e71c4e;
}*/
.product-child-page.solution-mfg .prevent-header h2
{
  line-height: 100%;
  color: #010101;
}
.main-target-mod h2 {
  margin-top: 0;
}
.main-target-mod {
  padding: 50px 0 0;
}
.main-target-mod .target-inner-div {
  padding-bottom: 50px !important;
  border-bottom: 1px solid rgba(0,0,0,.33);
}
.target-head {
  text-align: center;
  margin-bottom: 40px;
}
.target-head h2 {
  font-size: 30px;
  color: #bd2759;
  font-weight: bold;
}
.target-inner-div {
  display: flex;
}
.target-inner-div .left-col {
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 30px;
}
.target-inner-div .right-col {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
  padding-left: 30px;
}
.target-inner-div .left-col h3 {
  margin-top: 0;
  line-height: 100%;
  font-size: 24px;
  color: #302f2f;
}
.col-txt p {
  color: #000;
}
.col-btn {
  margin-top: 28px;
}
.product-child-page .body-container-wrapper .col-btn a.cta_button{
  background: transparent;
  font-size: 16px;
  border: 1px solid #ce0240;
  color: #ce0240;
}
.product-child-page .body-container-wrapper .col-btn a.cta_button:hover{
  color:#fff;
  background:#000;
  border-color:#000;
}
.right-txt p {
  margin-top: 0;
  font-size: 16px;
}
.solution-mfg.solution-smb.product-child-page .body-container-wrapper .feed-btn a.cta_button {
  color: #ce0240;	
}
.solution-mfg.solution-smb.product-child-page .body-container-wrapper .feed-btn a.cta_button:hover{
  color:#000;
}
.solution-mfg.solution-smb .feed-content p {
  color: #555454;
}
.solution-mfg.solution-smb .feed-content h3 {
  color: #2a2929;
}
.solution-mfg.solution-smb.product-child-page .feed-box.webinar-style .feed-content{
  max-width: 100%;
  text-align: center;
  padding-top: 19px;
}
.solution-mfg.solution-smb.product-child-page .feed-box:nth-child(2n) .feed-btn {
  position: static;
  /*   color:#fff; */
}
.solution-mfg.solution-smb.product-child-page .feed-box:nth-child(2n) .feed-btn:hover{
  color:#fff !important;
}
.solution-mfg.solution-smb.product-child-page .solution-tech .feed-box:nth-child(2n) .feed-btn:hover{
  color:#000 !important;
}
.solution-mfg.solution-smb.product-child-page .feed-box .feed-btn {

  font-size:16px;
  /*    color: #ce0240; */
  text-transform:uppercase;
  position: static;
  font-weight:600;
}
.solution-mfg.solution-smb.product-child-page .feed-box .feed-btn:hover{
  color:#000 !important;
}
/* .solution-mfg.solution-smb.product-child-page .feed-box:nth-child(2) .feed-btn a, .solution-mfg.solution-smb.product-child-page .feed-box:nth-child(2) p, .solution-mfg.solution-smb.product-child-page .feed-box:nth-child(2) h3  {
color:#fff;
} */
.solution-mfg.solution-smb.product-child-page .body-container-wrapper .feed-box.webinar-style .feed-btn a.cta_button{
  background: transparent;
  text-align: center;
  font-size: 18px;
  padding: 0;
}
.solution-mfg.solution-smb.product-child-page .feed-image
{
  max-height: 220px;
}
.amount-image {
  text-align: center;
  margin-top: 40px;
}

.bg-pink {
  background: #e21b4c;
}

/******landing pages*********/
.lp-first-temp .lp-banner-sec.banner-sec:not(.lp-scheduling-sec) .page-center, 
.lp-first-temp .lp-banner-sec.banner-sec:not(.lp-scheduling-sec) .page-center > div > div {
  display: flex;
  height: 100%;
  align-items: start;
  /*   min-height: 655px; */
}
.lp-first-temp .lp-banner-sec.banner-sec > .row-fluid-wrapper:last-child, .lp-first-temp .lp-banner-sec.banner-sec > .row-fluid-wrapper > div {
  height: 100%;
}
.lp-first-temp .lp-banner-sec.banner-sec .page-center {

  position: relative;
}
.lp-first-temp .lp-banner-sec.banner-sec {
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 75px;
  height: 100%;
  display: table;
  width: 100%;
}
.lp-first-temp .lp-banner-sec.banner-sec .banner-center-col {margin-top: 120px;}
.lp-first-temp .banner-header h1 {
  /*font-size: 58px;*/
  color: #fff;
  font-weight: 300;
  line-height: 58px;
  text-transform: none;
  margin-top: 0;
}
.lp-first-temp .banner-header h1 strong {
  font-size: 35px;
  color: #ffbc67;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
.lp-first-temp .banner-content p {
  color: #fff;
  margin: 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: normal;
}
.lp-first-temp .banner-left-col {
  width: 60%;
  padding-right: 10px;
}
.lp-first-temp .banner-right-col {
  background: #bcbfc7;
  box-shadow: 0 0 16px 20px rgba(0,0,0,.17);
  width: 38%;
  position: relative;
  padding-top: 30px;
  right: 0;
  top: 68px;
}
.lp-first-temp .banner-form h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 27px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0 15px;
}
.lp-first-temp .hs-form-field > label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #4c4c4c;
  display: inline-block;
}
.lp-first-temp .form-columns-2 > div {
  margin-bottom: 5px;
  width: 48% !important;
  margin-right: 13px;
}
.lp-first-temp .form-columns-2 > div:last-child {
  margin-right: 0;
}

.lp-first-temp .banner-form .form-columns-2 {
  padding: 0 25px;
}
.lp-first-temp .form-columns-2 > div input, .lp-first-temp .form-columns-2 > div select, .lp-first-temp .form-columns-1 > div select {
  height: 40px;
  background: #d6d8dc;
  font-size: 14px;
}
.lp-first-temp .form-columns-2 > div input, .lp-first-temp .form-columns-1 > div input {
  height: 40px;
  background: #d6d8dc;
  width:100% !important;
}
.lp-first-temp .form-columns-2 > div input[type="checkbox"],
.lp-first-temp .form-columns-2 > div input[type="radio"],
.lp-first-temp .form-columns-1 > div input[type="checkbox"],
.lp-first-temp .form-columns-1 > div input[type="radio"] {width: auto!important; height: auto!important;}
.lp-first-temp .form-columns-1 img {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 30px;
}
body.lp-first-temp form.hs-form fieldset {
  max-width: 100%;
  overflow: hidden;
}
body.lp-first-temp form.hs-form fieldset.form-columns-1 img {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: -40px;
  z-index: 0;
  position: relative;
  padding-bottom: 70px;
}
body.lp-first-temp form.hs-form fieldset.form-columns-1
{
  background:#fff;
  margin-top: 20px;
}
body.lp-first-temp form.hs-form fieldset.form-columns-2 {
  padding: 0 25px;
}
body.lp-first-temp form.hs-form ul.hs-error-msgs label {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  margin: 0;
  color: #e51c4d;
  font-weight: normal;
}
body.lp-first-temp form.hs-form .hs-error-msgs.inputs-list li {
  margin: 0;
}
body.lp-first-temp form.hs-form .hs_error_rollup {
  display: none !important;
}
body.lp-first-temp form.hs-form .hs_submit.hs-submit {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 55px;
}
body.lp-first-temp form.hs-form .hs_submit input {
  width: auto;
  background: #e51c4d;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 30px;
  text-align: center;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
}
body.lp-first-temp form.hs-form .hs_submit input:hover {
  background: #222;
}
.lp-first-temp.lp-sec-temp .banner-right-col{
  padding-top: 0;
}
body.lp-first-temp.lp-sec-temp form.hs-form .hs_submit.hs-submit
{
  position: static;
  margin-bottom: 50px;
}
body.lp-sec-temp form.hs-form{
  padding-top: 30px;
}
body.lp-sec-temp .banner-form {
  margin-top: -55px;
}
body.lp-fourth-temp.lp-sec-temp .banner-header h1 strong, .lp-fourth-temp .banner-header h1 strong{
  color: #e71c4e;
}
.lp-first-temp.hs-content-id-6782819815 .banner-header h1 strong{
  color: #ffbc67;
}
.lp-fourth-temp.temp-with-white-bg .banner-left-col{
  width: 71%; 
  margin-left: -15% !important;
}
.lp-first-temp.temp-with-white-bg .banner-left-col > div {
  /*background: rgba(255,255,255,.84);*/
  display: inline-block;
  width: 100%;
  /*padding: 30px 80px 0;*/
}
.lp-fourth-temp.temp-with-white-bg .banner-left-col > div {background: rgba(255,255,255,.84);padding: 30px 80px 0;}
.lp-fourth-temp.temp-with-white-bg .banner-left-col > div:last-child {
  padding: 0 80px 30px;
}
.lp-first-temp.temp-with-white-bg .banner-header h1 {
  /*color: #3c3a3a;*/
  font-size: 46px;
  max-width: 500px;
  line-height: 46px;
}
.lp-fourth-temp.temp-with-white-bg .banner-header h1 {color: #3c3a3a}
.lp-fourth-temp.temp-with-white-bg .banner-content p
{
  color: #262626;
}
.img2 {
  display: none;
}
.lp-first-temp.hs-content-id-6705481335 .img2, .lp-first-temp.temp-with-white-bg .img2 {
  background: #b9173e;
}
.lp-first-temp.hs-content-id-6705481335 .img1, .lp-first-temp.temp-with-white-bg .img1 {
  display:none;
}
body.lp-first-temp.hs-content-id-6705481335 form.hs-form fieldset.form-columns-1 img, body.lp-first-temp.temp-with-white-bg form.hs-form fieldset.form-columns-1 img
{
  margin-top: -25px;
  padding-bottom: 40px;
}
body.lp-first-temp.hs-content-id-6705481335 .img2, .lp-first-temp.temp-with-white-bg .img2{
  display:block;
  display: none !important;
}

.lp-first-temp.temp-with-white-bg  .hs-neverbouncevalidationresult{
  position: absolute;
  visibility: hidden; 
  opacity: 0;
}

.lp-first-temp.temp-with-white-bg .hs_submit.hs-submit{
  position: relative !important; 
  margin-bottom: 50px !important;
  bottom: 0px !important;
}

body.lp-first-temp.hs-content-id-6705481335 form.hs-form .hs_submit input, body.lp-first-temp.temp-with-white-bg form.hs-form .hs_submit input{
  background:#000;
}
body.lp-first-temp.hs-content-id-6705481335 form.hs-form .hs_submit input:hover, body.lp-first-temp.temp-with-white-bg form.hs-form .hs_submit input:hover{
  background:#333;
}
body.lp-first-temp .banner-form form.hs-form fieldset.form-columns-1:nth-last-of-type(1) {
  padding: 0;
  margin-top: 20px;
  background: #fff;
}
body.lp-first-temp .banner-form form.hs-form fieldset.form-columns-1:nth-last-of-type(1) > div{
  margin-bottom:0;
}
.submitted-message{
  text-align: center;
  padding-bottom: 30px;
  font-size: 15px;
}
.lp-first-temp .banner-left-col {
  width: 60%;
  padding-right: 10px;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
body.lp-sec-temp.hs-content-id-6705482954 .submitted-message {
  margin-top: 55px;
}
body.product-child-page .header-container-wrapper{
  padding: 20px 0;
}
.browse-resource-sec {
  text-align: center;
  background: #f8f8f8;
  padding: 50px 0;
}
.browse-resource-sec h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
.brwse-div p {
  display: inline-block;
  vertical-align: middle;
  margin: 9px 35px 0 0;
  color: #424040;
  text-transform: uppercase;
  font-size: 16px;
  width: 20%;
  text-align: right;
}
.inner-browse.controls {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background: transparent;
  float: right;
}
.select-filter {
  height: 41px;
  border: 1px solid gray;
  text-transform: uppercase;
  font-size: 16px;
  color: #424040;
  font-family: open sans;
  padding: 0 18px;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 35px;
  width: 100% !important;
}
.inner-boxes{
  display: inline-block;
  vertical-align: middle;
  width: 31.6%;
  margin-right: 18px;
  position: relative;
}
.inner-boxes:last-child{
  margin-right:0;
}
.inner-boxes::after {
  border-top: 14px solid #676565;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  pointer-events: none;
}
.brwse-div {
  overflow: hidden;
  margin-bottom: 55px;
}
.resource-btm p {
  font-size: 16px;
  color: #fefefe;
  line-height: 20px;
  font-weight: normal;
  margin-top: 5px;
  display: inline-block;
  text-align: left;
}
.resource-btm h3 a {
  font-size: 24px;
  color: #fefefe;
  text-transform: none;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-weight: normal;
}
.resource-type {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 10px;
}
.resource-type span {display: inline-block;}
.resource-top img {
  display: inline-block;
  vertical-align: middle;
}
.resource-box.mix {
  padding: 10px 25px;
  margin-bottom: 22px;
  min-height: 295px;
  margin-right: 22px;
}
.mid img {
  max-height: 153px;
  width: auto;
}
.product-child-page .body-container-wrapper .banner-cta a.cta_button
{
  margin-top: 15px;
}

/****career page****/
.main-content-boxes .inner-content-mod p {
  margin: 0;
  font-size:24px;
  color:#090909;
  line-height: 32px;
  padding: 0 25px;
}
.careers-top-txt .main-content-boxes .inner-content-mod p{ 
  font-size:18px;
}
.main-content-boxes {
  text-align: center;
  padding: 50px 0;
}
.main-job-sec {
  background: #2c323f;
  color: #fff;
  padding: 50px 0;
}
.job-top-row {
  text-align: center;
}
.job-top-row h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
}
.job-btm-row .inner-box {
  border: 0;
  max-width: inherit;
  flex: inherit;
  margin: 0;
  display: flex;
  background: #e91c4e;
}
.job-btm-row .inner-box .inner-img {
  max-width: 50%;
  flex: 0 0 50%;
  max-height: 275px;
  overflow: hidden;
}
.job-btm-row .inner-box .inner-content {
  padding: 30px;
}
.job-btm-row .inner-box .inner-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.job-btm-row .inner-box .inner-content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.job-btm-row .inner-box .inner-content p {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.main-listing-sec {
  background: #6b7179;
  color: #fff;
  padding:60px 0 70px;
}
.listing-top-row h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
.listing-head h3 {
  text-transform: none;
  font-weight: normal;
  font-size: 30px;
  margin-top: 0;
}
.listing-head thead {
  background: #2c323f;
  text-align: left;
}
.listing-head thead th {
  padding: 10px 20px;
  text-transform: uppercase;
  width: 33%;
  font-size: 18px;
}
.listing-head tbody td {
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding: 12px 20px;
}
.listing-head {
  margin-top: 50px;
}
.img-quote-sec {
  padding: 70px 0;
}
.img-quote-sec h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-top: 0;
}
.img-quote-sec .inner-box{
  display: flex;
  background: #000;
  color: #fff;
  align-items: center;
}
.quote-img-content blockquote {
  margin: 0;
}
.quote-img-content p, .quote-img-content p strong, .quote-img-content blockquote {
  font-size: 18px;
  color: #999;
  font-style: italic;
  font-weight: normal;
  line-height: 30px;
}
.quote-img-content p strong {
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.quote-img-content {
  padding: 0 47px;
}
div.bg-black {
  background: #000;
  color: #fff;
}
.bg-black h3 {
  margin-bottom: 35px;
}
.morphisec-rev {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.morphisec-rev .morphisec-blog-box.morphisec-blog-box-image {
  max-width: 33%;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 32px;
}
.morphisec-blog-box-featured, .blog-with-bg {
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.morphisec-blog-box-content p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  color: #fbf8f8;
  line-height: 25px;
}
.morphisec-blog-box-content a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0;
  border: 0;
  color:#fff;
  margin: 0;
}
.morphisec-blog-box-content a span{
  color: #e3601a;
}

.morphisec-blog-box-content a:hover{
  background:transparent;
  color: #e3601a;
}
.morphisec-blog-box-content a:hover span{
  color: #e3601a;
}
.bg-black .morphisec-get-social {
  margin-top: 15px;
  overflow: hidden;
  background-position: left;
  padding: 42px 30px;
}
.bg-black .row-fluid.main-content-section {
  float: right;
  max-width:66%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-black .social-txt {
  color: #000;
  max-width: 71%;
  padding-right: 50px;
}
.bg-black .social-txt h3 {
  margin: 0;
  font-size: 24px;
}
.bg-black .social-txt h4 {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
}
.bg-black .social-media {
  max-width: 30%;
  text-align: center;
}
.bg-black .morphisec-get-social ul
{
  text-align: center;
}
.bg-black .morphisec-get-social ul li:last-child{
  margin-right:0 !important;
}
.bg-black .social-media p{
  color:#000;
  font-size: 15px;
  margin: 5px 0;
  font-weight: 600;
}
.bg-black .morphisec-get-social ul i {
  font-size: 45px;
} 
.bg-black:not(.section-wrap) {
  padding-bottom: 70px;
  padding-top: 60px;
}
.product-child-page.solution-mfg .safeguard-section.target-section .inner-content-box .right-col h6 {
  line-height: normal;
  font-size: 48px;
  color: #fffefe;
}

.main-content-withbg .content-btn a.cta_button.cta_button,
.product-child-page .body-container-wrapper .safeguard-section.target-section .main-content-withbg a.cta_button{
  padding: 12px 20px;
  max-width: 310px;
  font-size: 18px;
  font-weight: 600;
}
.safeguard-section h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 32.4px;
}
.solutions-legal .inner-content-box .right-col::before{
  background:none;
}
.solutions-legal .prevent-header h2{
  color:#000;
}
.solutions-legal .inner-content-box .right-col h6 {
  margin: 0;
  font-size: 48px;
  text-align: center;
  font-weight: 300;
  color: #fffefe;
}
.product-child-page .body-container-wrapper .target-section  .main-content-withbg a.cta_button:hover, .product-child-page.solution-child .body-container-wrapper a.cta_button:hover {
  background: #c91845;
}
.target-section.safeguard-section .main-content-withbg .content p{
  line-height: 25px;
  margin-bottom: 25px;
}
.solution-mfg.solution-smb.product-child-page .solution-more .feed-box.webinar-style .feed-content {
  max-width: 57%;
  text-align: left;
  padding-top: 70px;
  position: relative;
  min-height: auto;
  max-height: none;
}
.solution-mfg.solution-smb.product-child-page .solution-more .feed-content h3, .solution-mfg.solution-smb.product-child-page .solution-more .feed-content p {
  /* 	color: #fff; */
  min-height: inherit;
}
.solution-mfg.solution-smb.product-child-page .solution-more .feed-box.webinar-style .feed-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
}
.solution-mfg.solution-smb.product-child-page .solution-more .feed-box.webinar-style .feed-btn:hover{
  color:#fff !important;
}
.solution-smb.product-child-page .body-container-wrapper .solution-more .feed-box.webinar-style .feed-btn a.cta_button {
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  line-height: 100%;
  display: block;
  background: #e71c4e;
  color: #fff;
}
.amount-image a {
  color: #acacac;
  font-size: 14px;
  text-transform: none;
  line-height: 16px;
  display: inline-block;
}
.solution-smb.product-child-page .feed-box:nth-child(3n) .feed-content p {
  text-align: left;
  padding-top: 60px;
  max-width: 69%;
}
.morphisec-features-box.color-white p{
  padding: 10px 15px;
  font-size: 13px;
}
.morphisec-features-box.color-white h4 {
  min-height: 150px;
}
.morphisec-features-box a:focus {outline: none!important;}
.solution-smb.product-child-page.solution-legal .feed-box:nth-child(3n) .feed-content p{
  text-align: center;
  padding-top: 0;
  max-width: inherit;
}
.env-icon img {
  max-height:85px;
  width: auto;
}
.env-box .env-main .env-txt {
  min-height: 41px;
}

/* New filter section css sarted */
.brwse-div .inner-browse{ display: inline-block; vertical-align: middle; width: 76%; }
.inner-browse .controls{ background: none; padding: 0px; }
.inner-browse .controls .inner-boxes{ background: none; border:1px solid #7c7b7b; padding:0 2px; overflow:hidden; width: 30.6%; border-radius: 0px; }
.inner-browse .controls .inner-boxes .select-filter{ border:0px; width:120%; }

.browse-resource-sec .resource-box.mix{  margin-right:23px; margin-left: 0px; margin-top: 0px;  }

/****responsive start*****/
@media (min-width:1441px){
  .feed-content p{
    min-height: 101px;
  }
}
@media (min-width:1600px){
  .feed-content p {
    min-height: 107px;
  }
}
@media (min-width:1920px){
  .feed-image {
    max-height: 189px;
  }
  .feed-content p{
    min-height: 100px;
  }
}

@media (max-width:1440px){

  .lp-first-temp .banner-header h1
  {
    /*font-size: 56px;*/
  }
  .lp-first-temp.temp-with-white-bg .banner-left-col
  {
    width: 60%;
    margin-left: 0 !important;
    padding: 30px;
  }
  #header .header-cta .btn
  {
    padding: 5px 9px;
  }
}
@media (max-width:1230px){
  .container-fluid .row-fluid .page-center{
    max-width: 990px;
  }
  .header-container.container-fluid .row-fluid .page-center {
    max-width: 1100px;
    padding: 0 10px;
  }
  #header .main-nav .hs-menu-wrapper > ul > li {
    margin: 0px 11px;
  }
  .bg-black .morphisec-get-social ul i {
    font-size: 42px;
  }
  .bg-black .social-txt{
    max-width: 68%;
    padding-right: 10px; 
  }
  .bg-black .row-fluid.main-content-section
  {
    max-width: 60%;
  }
  .bg-black .social-txt h3
  {
    font-size: 20px;
  }
  .bg-black .social-txt h4
  {
    font-size: 18px;
  }
  body.lp-first-temp form.hs-form .hs_submit input
  {
    font-size: 18px;
    padding: 12px 20px;
  }
  .quote-img-content p, .quote-img-content p strong, .quote-img-content blockquote
  {
    font-size: 20px;
  }
  .wrap-image img {
    min-width: 550px;
    margin-left: -60px;
  }
  .env-box{
    max-width: 32.2%;
    flex: 0 0 32.2%;
  }
  .lp-first-temp .form-columns-2 > div
  {
    margin-right: 12px;
  }
  .lp-first-temp .banner-form h3
  {
    font-size: 20px;
  }
  .feed-box
  {
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .feed-image {
    max-height: 164px;
  }
  .feed-content
  {
    min-height: 273px;
    max-height: 273px;
  }
  .inner-box
  {
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .feed-content p{
    min-height: 116px;
  }
  .ciso-box
  {
    margin-right: 18px;
  }
  .logo-items
  {
    margin-right: 37px;
  }
  .solution-smb .feed-content{
    min-height: 0;
  }
  .lp-first-temp .banner-right-col
  {
    right: 15px;
  }
  .lp-first-temp .banner-header h1
  {
    font-size: 48px;
    line-height: 48px;
  }
  .lp-first-temp .banner-header h1 strong
  {
    font-size: 32px;
  }
  .lp-first-temp .banner-content p
  {
    line-height: 28px;
    font-size: 22px;
  }
  .lp-first-temp.temp-with-white-bg .banner-left-col
  {
    width: 58%;
    margin-left: 0 !important;
    padding: 30px;
  }
  .lp-first-temp.temp-with-white-bg .banner-header h1
  {
    font-size: 44px;
  }
  body.lp-first-temp.hs-content-id-6705481335 form.hs-form fieldset.form-columns-1 img, body.lp-first-temp.temp-with-white-bg form.hs-form fieldset.form-columns-1 img
  {
    margin-top: 0;
  }
  body.lp-first-temp.hs-content-id-6705481335 form.hs-form .hs_submit.hs-submit, body.lp-first-temp.temp-with-white-bg form.hs-form .hs_submit.hs-submit
  {
    bottom: 45px;
  }
  .job-btm-row .inner-box .inner-content h3
  {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .job-btm-row .inner-box .inner-content h4
  {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .job-btm-row .inner-box .inner-content p
  {
    font-size: 16px;
  }

  .defend-content{ width: 300px; left: -13%; }
  .resource-btm-row .mix, .resource-btm-row .gap{ width: 30.6%; }
  .brwse-div p{ width: auto; margin:0px 0px 30px 0; text-align: center; display:block; }
}

@media (max-width:991px){
  .bg-dark-color #horizontalTab ul li{font-size:14px;}
  .grp-logo-mod .arrow-right-slide{right:0;}
  .grp-logo-mod .arrow-left-slide {
    left: 0;
    z-index: 99;
  }
  .morphisec-blog-box-content a
  {
    font-size: 18px;
  }
  .morphisec-blog-box-content p
  {
    font-size: 16px;
    line-height: normal;
  }
  .morphisec-blog-box-featured, .blog-with-bg
  {
    margin-bottom: 15px;
  }

  .bg-black .row-fluid.main-content-section
  {
    display: block;
  }
  .bg-black .social-media, .bg-black .social-txt
  {
    max-width: inherit;
    padding-right: 0;
  }
  .morphisec-get-social::after {
    position: absolute;
    content: "";
    left: 2.5%;
    right: 0;
    background:rgba(255,255,255,.9);
    width: 95%;
    height: 90%;
    top: 5%;
    bottom: 0;
    z-index: -1;
  }
  .bg-black .morphisec-get-social
  {
    position: relative;
    z-index: 0;
  }
  .bg-black .social-media{
    margin-top: 20px;
  }
  .job-btm-row .inner-box .inner-img img {
    min-width: 420px;
  }
  .quote-img-content {
    padding: 0 35px;
  }
  .img-quote-sec {
    padding: 60px 0;
  }
  .quote-img-content p, .quote-img-content p strong, .quote-img-content blockquote{
    font-size: 18px;
    line-height: normal;
  }
  .quote-img-content p strong{
    font-size: 16px;
  }
  .lp-first-temp.temp-with-white-bg .banner-left-col > div, .lp-first-temp.temp-with-white-bg .banner-left-col > div:last-child
  {
    /*     background: transparent; */
    padding: 0 15px 20px;
  }
  .job-btm-row .inner-box .inner-content h3{
    font-size: 20px;
    margin-bottom: 0;
  }
  .feed-content {
    min-height: 315px;
    max-height: 315px;
  }
  .job-btm-row .inner-box .inner-content p{
    font-size: 14px;
  }
  .job-btm-row .inner-box .inner-content h4{
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .lp-first-temp .form-columns-2 > div
  {
    width: 49% !important;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 760px;
    padding: 0 15px;
  }
  .feed-box
  {
    margin-right: 14px;
  }
  .main-env-mod h2
  {
    padding: 0;
  }
  .feed-content h3
  {
    font-size: 15px;
    min-height: 54px;
  }
  .feed-content p, .feed-btn a
  {
    font-size: 14px;
  }
  .feed-image {
    max-height: 190px;
  }
  .env-box {
    max-width: 32%;
    flex: 0 0 32%;
    margin: 0 14px 14px 0;
  }
  .mod-header h2
  {
    font-size: 22px;
  }
  #header .main-nav .hs-menu-wrapper > ul > li {
    margin: 0px 8px;
  }
  #header .main-nav .hs-menu-wrapper > ul > li > a
  {
    font-size: 11px;
  }
  #header .header-cta .btn {
    padding: 5px;
  }
  #header .header-cta {
    margin: 0;
    width: auto;
    float: right;
  }
  .product-child-page .body-container-wrapper {
    padding-top: 113px;
  }
  .env-box
  {
    padding: 20px 10px;
  }
  .env-txt h5
  {
    font-size: 16px;
  }
  .env-icon img {
    max-height:85px;
    width: auto;
  }
  .inner-box
  {
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .box-bg
  {
    padding: 30px;
  }
  .box-bg h3
  {
    font-size: 24px;
  }
  .solution-child-page .feed-content h3 {
    min-height: 72px;
  }
  .solution-child-page.product-child-page .body-container-wrapper .feed-btn a.cta_button
  {
    font-size: 14px;
  }
  .ciso-box
  {
    margin-right: 14px;
  }
  .box-content h2{
    font-size: 26px;
  }
  .box-img
  {
    background-position: center right;
    min-height: 400px;
  }
  .defend-img h4{
    font-size: 16px;
  }
  .work-content h3
  {
    font-size: 20px;
  }
  .work-content p {
    font-size: 16px;
  }
  .inner-manage-wrap
  {
    display: block;
  }
  .wrap-image img {
    min-width: inherit;
    margin-left: 0;
  }
  .inner-manage-wrap .left-col {
    max-width: inherit;
    flex: inherit;
    padding-right: 0;
    text-align: center;
  }
  .inner-manage-wrap .right-col
  {
    flex: inherit;
    max-width: inherit;
    text-align: center;
  }
  .logo-items
  {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .solution-smb .feed-box
  {
    background-position: center right;
  }
  .solution-mfg.solution-smb.product-child-page .body-container-wrapper .feed-box.webinar-style .feed-btn a.cta_button{
    font-size: 14px;
  }
  .solution-mfg .inner-content-box .right-col h6
  {
    font-size: 18px;	
    line-height: 26px;
  }
  .inner-content-box .left-col h2{
    font-size: 27px;
  }
  .col-txt p
  {
    font-size: 16px;
  }
  .target-inner-div .right-col
  {
    padding-left: 0;
  }
  body.lp-first-temp form.hs-form fieldset.form-columns-1 img
  {
    margin-top: -35px;
  }

  .lp-first-temp .lp-banner-sec.banner-sec .page-center,
  .lp-first-temp .lp-banner-sec.banner-sec:not(.lp-scheduling-sec) .page-center,
  .lp-first-temp .lp-banner-sec.banner-sec .page-center > div > div,
  .lp-first-temp .lp-banner-sec.banner-sec:not(.lp-scheduling-sec) .page-center>div>div
  {
    display: block;
    height: auto;
  }

  body.lp-first-temp form.hs-form fieldset.form-columns-1 img {
    margin-top:-95px;
  }

  .lp-first-temp .lp-banner-sec.banner-sec
  {
    padding-bottom: 50px;
    padding-top: 69px;
  }
  .laptop-img img {
    width: 100% !important;
  } 
  body.lp-sec-temp .banner-form {
    margin-top: -55px;
  }
  .lp-first-temp.temp-with-white-bg .banner-left-col {
    width: auto;
    margin-left: 0 !important;
    padding: 60px 0;
    text-align: center;
    background: transparent;
  }
  .lp-first-temp.temp-with-white-bg .banner-header h1
  {
    max-width: inherit;
  }
  .lp-first-temp .banner-right-col
  {
    position: static;
    margin: 50px 0 0 0;
    width: 100%;
    float: none;
  }
  .lp-first-temp .banner-left-col
  {
    width: auto;
    padding-right: 0;
    height: auto;
    display: block;
    text-align: center;
    float: none;
    margin-top: 30px;
  }
  .resource-type
  {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .defend-content { left: -12%; width: 260px; padding: 20px 10px; }
  .body-container-wrapper .defend-content ul li{ font-size: 11px; margin-bottom: 3px; }
  .resource-btm-row .mix, .resource-btm-row .gap{ width: 46%; }
  .lp-first-temp .lp-banner-sec.banner-sec .banner-center-col {margin-top: 40px;}
  
  .nav-header .span3.widget-type-custom_widget {
    max-width: 200px !important;
  }
}

@media(max-width:768px){
  .bg-dark-color h2.resp-accordion{
    margin-bottom: 0;
    color: #000 !important;
  }
  .header-cta {
    height: 100%;
    display: grid !important;
    align-items: center;
    margin-top: -5px !important;
  }
}

@media (max-width:767px){
  .bg-dark-color .works-main-sec #horizontalTab  h2.resp-accordion.resp-tab-active{background: #000;}
  .bg-dark-color .works-main-sec #horizontalTab h2.resp-accordion {
    background: #000 !important;
    border-color: #333 !important;
    margin-bottom:0px;
  }
  .main-content-box{
    padding: 50px 0 30px;
  }
  .bg-dark-color .works-header
  {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .bg-dark-color h2.resp-accordion
  {
    color: #fff !important;
  }
  html, body{
    display: block;
  }
  .morphisec-rev
  {
    display: block;
  }
  .morphisec-rev .morphisec-blog-box.morphisec-blog-box-image
  {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .morphisec-blog-box-featured, .blog-with-bg
  {
    min-height: inherit;
    display: block;
  }
  .blog-with-bg {
    min-height: 200px;
    display: flex;
  }
  .blog-with-bg h2{
    font-size: 24px;
  }
  .morphisec-blog-box-content p
  {
    text-align: center;
  }
  #top-header {
    padding-bottom: 0;
  }
  body.lp-sec-temp.hs-content-id-6705482954 .submitted-message {
    margin-top: 0;
  }
  .img-quote-sec .inner-box{
    min-height: 336px;
  }
  .product-child-page .body-container-wrapper {
    padding-top: 0;
  }
  .main-content-boxes .inner-content-mod p{
    font-size: 22px;
    padding: 0;
    line-height: 28px;
  }
  .job-top-row h2, .listing-top-row h2
  {
    font-size: 26px;
  }
  .listing-head {
    margin-top: 30px;
  }
  .job-btm-row .inner-box{
    display: block;
  }
  .job-btm-row .inner-box .inner-img img {
    min-width: 100%;
  }
  .job-btm-row .inner-box .inner-img{
    max-width: inherit;
    flex: inherit;
    max-height: inherit;
  }
  .feed-content, .feed-content p
  {
    min-height: inherit;
  }
  .main-content-box h2
  {
    margin: 0 0 15px 0;
    font-size: 26px;
  }
  .content-box p
  {
    font-size: 16px;
    padding: 0;
  }
  .mod-content p, .mod-content li
  {
    font-size: 15px;
  }
  .mod-btn a
  {
    font-size: 16px;
  }
  .main-env-mod h2
  {
    font-size: 24px;
  }
  .env-content, .feed-inner-wrap, .mod-inner-div
  {
    display: block;
  }
  .env-box, .feed-box {
    padding: 20px 10px;
    max-width: 400px;
    margin: 0 auto 15px !important;
  }
  .feed-box
  {
    padding:0;
    max-width: 350px;
  }
  .feed-image {
    max-height: inherit;
  }
  .feed-image img {
    width: 100%;
  }
  .mod-left-col, .mod-right-col {
    padding: 0;
    max-width: inherit;
    flex: inherit;
  }
  .mod-right-col {
    margin-top: 40px;
  }
  .feed-content h3
  {
    min-height: inherit;
    font-size: 18px;
  }
  .product-child-page .body-container-wrapper .feed-btn a.cta_button
  {
    font-size: 14px;
  }
  .inner-box
  {
    flex: inherit;
    max-width: 450px;
    margin: 0 auto 15px !important;
    width: 100%;
  }
  .box-bg
  {
    height: 300px;
  }
  .infrastructure .box-bg h3
  {
    min-height: inherit;
  }
  .solution-child-page .feed-content h3 {
    min-height: inherit;
  }
  .main-content-box h2
  {
    font-size: 24px;
  }
  .prevent-header h2
  {
    font-size: 26px;
  }
  .inner-test-mod blockquote
  {
    font-size: 18px;
  }
  .main-product-page .content-box p strong
  {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .ciso-top-row, .prevent-content, .defend-mid-row
  {
    display: block;
  }
  .ciso-box{
    max-width: 400px;
    margin: 0 auto 20px !important;
    flex: inherit;
  }
  .ciso-btm-row
  {
    margin-top: 25px;
  }
  .ciso-btm-row h4
  {
    font-size: 20px;
  }
  .defend-items
  {
    max-width: inherit;
    flex: inherit;
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }
  .defend-top-row h2
  {
    font-size: 26px;
  }
  .content-box {
    font-size: 16px;
  }
  .work-items
  {
    display: block;
  }
  .works-main-sec
  {
    text-align: center;
  }
  .work-items{
    display: block;
  }
  .left-col {
    max-width: inherit;
    flex: inherit;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .right-col {
    max-width: inherit;
    flex: inherit;
    text-align: center;
  }
  .inner-content-box, .inner-manage-wrap{
    display: block;
  }
  .inner-content-box .left-col, .inner-manage-wrap .left-col, .inner-content-box .right-col, .inner-manage-wrap .right-col
  {
    max-width: inherit;
    flex: inherit;
    text-align: center;
    padding-left: 0;
  }
  .inner-content-box .right-col::before
  {
    display:none;
  }
  .main-content-withbg
  {
    padding: 80px 0 40px;
  }
  .target-inner-div {
    display: block;
  }	
  .target-inner-div .left-col, .target-inner-div .right-col {
    max-width: inherit;
    flex: inherit;
    padding-right: 0;
    text-align: center;
  }
  .right-txt {
    margin-bottom: 30px;
  }
  .solution-mfg .inner-content-box .right-col {
    padding-left: 0;
  }
  .lp-first-temp .lp-banner-sec.banner-sec
  {
    padding-top: 0;
  }
  .lp-first-temp .banner-left-col
  {
    padding: 50px 0 60px;
    margin-top: 0;
  }
  .lp-first-temp .banner-right-col
  {
    margin: 0;
  }
  .lp-first-temp .form-columns-2 > div
  {
    width: 100% !important;
    float: none !important;
  }
  .product-child-page #header .main-nav .hs-menu-wrapper > ul > li > a, .solution-child-page #header .main-nav .hs-menu-wrapper > ul > li > a, .main-product-page #header .main-nav .hs-menu-wrapper > ul > li > a{
    color: #fff;
  }
  .lp-first-temp .lp-banner-sec.banner-sec{
    padding-bottom: 0;
  }
  .resource-box.mix{
    margin-bottom: 6px;
  }
  .resource-btm h3 a
  {
    font-size: 20px;
  }
  .listing-head h3{
    font-size: 26px;
  }

  .body-container-wrapper .defend-content ul li{ word-wrap: break-word;}
  .resource-btm-row .mix, .resource-btm-row .gap{ width: 45%; }
  .brwse-div .inner-browse{ width: auto; }


}

@media (max-width: 1024px) {
  .defend-content{
    top: 100%;
    width: 200%;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 100;  
  }
  .defend-items:nth-child(even) .defend-content {left: auto; right: 0;}
  .defend-items .defend-content::after {
    bottom: auto;
    top: -14px;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 39px;
    right: auto;  
  }
  .defend-items:nth-child(even) .defend-content::after {left: auto; right: 39px}
  .defend-mobile-close {position: absolute; top: 5px; right: 5px; display: block; cursor: pointer; width: 20px; height: 20px; text-align: center; line-height: 20px; border-radius: 50%; background-color: #000; color: #fff;}
}

@media (max-width:639px){
  .main-content-box h2{
    font-size: 22px;
  }
  .listing-head h3
  {
    font-size: 22px;
  }
  .listing-top-row h2
  {
    line-height: 26px;
    font-size: 24px;
  }
  .main-content-boxes
  {
    padding: 35px 0;
  }
  .job-top-row h2
  {
    font-size: 24px;
  }
  .main-content-boxes .inner-content-mod p
  {
    font-size: 18px;
    line-height: 24px;
  }
  .listing-head thead th{
    padding: 10px 10px;
    font-size: 10px;
  }
  .listing-head tbody td
  {
    font-size: 14px;
    padding: 12px 10px;
  }
  .main-content-box
  {
    padding: 30px 0 20px;
  }
  .main-env-mod h2 {
    font-size: 20px;
    line-height: normal;
  }
  .inner-test-mod blockquote
  {
    font-size: 16px;
    margin: 10px 0;
  }
  .browse-resource-sec h2
  {
    font-size: 24px;
  }
  .resource-box.mix{
    padding: 10px 15px;
  }
  .resource-btm p
  {
    font-size: 14px;
  }
  .inner-test-mod h4
  {
    font-size: 16px;
    margin-bottom: 0;
  }
  .feed-header h2
  {
    font-size: 26px;
  }
  .main-page-header h1
  {
    font-size: 24px;
    line-height: 30px;
  }
  .prevent-header h2, .defend-top-row h2 {
    font-size: 24px;
  }
  .box-bg h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
  }
  .main-content-box {
    padding: 40px 0 30px;
  }
  .solution-smb .inner-test-mod h5
  {
    line-height: 100%;
    font-size: 22px;
  }
  .product-child-page.solution-mfg .body-container-wrapper .inner-test-mod a.cta_button
  {
    margin-top: 20px;
  }
  .target-head h2
  {
    font-size: 26px;
    line-height: 100%;
  }
  .target-head
  {
    margin-bottom: 20px;
  }
  .target-inner-div .left-col h3
  {
    font-size: 20px;
  }
  .feed-header h2 {
    font-size: 24px;
  }
  .main-content-withbg {
    padding: 50px 0;
  }
  .lp-first-temp .banner-header h1 {
    font-size: 38px;
    line-height: 40px;
  }
  body .hs-form-field .input {
    margin: 0 !important;
  }
  .lp-first-temp fieldset > div input, .lp-first-temp fieldset > div select{
    width: 100% !important;
  }
  body.lp-first-temp form.hs-form fieldset.form-columns-1 img {
    margin-top: -55px;
  }
  body.lp-sec-temp .banner-form {
    margin-top: 30px;
  }
  .lp-first-temp.temp-with-white-bg .banner-header h1 {
    font-size: 38px;
    line-height: 40px; }
  .resource-btm-row .mix, .resource-btm-row .gap{ width: 100%; margin-right:0px; }
  .inner-browse .controls .inner-boxes{ width: auto; }
}

@media (max-width:479px){
  .solution-child-page.product-child-page.solution-mfg .inner-box p{padding:10%;}
  .main-page-header h1{
    font-size: 20px;
    line-height: 24px;
  }  
  .main-content-box h2
  {
    font-size: 20px;
    line-height: 24px;
  }
  .main-content-boxes .inner-content-mod p
  {
    font-size: 16px;
  }
  .mod-btn {
    margin-top: 30px;
  }
  .inner-test-mod blockquote
  {
    font-size: 15px;
  }
  .feed-header h2{
    font-size: 24px;
  }
  .main-listing-sec
  {
    padding: 50px 0 60px;
  }
  /*   .listing-box {
  max-width: 320px;
  overflow-y: scroll;
} */
  .job-top-row h2, .listing-top-row h2
  {
    font-size: 20px;
  }
  .bg-red h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .bg-red h4 {
    font-size: 16px;
  }
  .browse-resource-sec h2 {
    font-size: 22px;
  }
  .btn-red
  {
    font-size: 15px;
  }
  .product-child-page .body-container-wrapper a.cta_button
  {
    padding: 8px 20px;
    font-size: 17px;
  }
  .content-box p{
    font-size: 14px;
  }
  .prevent-header h2 {
    font-size: 22px;
  }
  .box-bg h3 {
    font-size: 20px;
    margin: 0;
    line-height: 24px;
  }
  .box-bg {
    height: 250px;
  }
  .infrastructure .box-bg {
    height: auto;
    display: block;
    font-size: 14px;
  }
  .infrastructure .box-bg h3
  {
    font-size: 18px;
  }
  .main-product-page .content-box p strong
  {
    font-size: 16px;
  }
  .box-img
  {
    padding: 60px 30px;
    min-height: 350px;
  }
  .box-content h2 {
    font-size: 22px;
  }
  .box-content h3
  {
    font-size: 20px;
  }
  .ciso-btm-row h4 {
    font-size: 18px;
  }
  .defend-img
  {
    background-size: 100%;
    height: 130px;	
    max-width: 130px;
  }
  .defend-img h4 {
    font-size: 14px;
    top: 40%;
  }
  .content-box, .work-content p {
    font-size: 14px;
  }
  .target-head h2, .inner-content-box .left-col h2
  {
    font-size: 22px;
  }
  .col-txt p, .right-txt p, .content p
  {
    font-size: 14px;
  }
  .inner-content-box .right-col p, .inner-content-box .right-col p strong
  {
    font-size: 20px;
    line-height: 26px;
  }
  .inner-manage-wrap .right-col h2
  {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .inner-manage-wrap .right-col p
  {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .solution-smb .inner-test-mod blockquote
  {
    font-size: 15px;
  }
  .amount-image
  {
    margin-top: 20px;
  }
  .listing-head h3 {
    font-size: 20px;
  }
}

/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/*****blog page css**/
.hs-blog-listing .blog-section h2 {line-height: 36px;}
.hs-blog-listing .blog-section h2 a,  {font-weight: 400;color: #030303;font-size: 30px;line-height: inherit; font-style: normal;}
.hs-blog-listing .blog-section h2 a:hover, .hs-blog-listing .post-item .blog-content a.more-link:hover{color:#e3601a}
.hs-blog-listing .blog-banner-mod, .hs-blog-post .blog-banner-mod {margin-top: 100px;padding-top: 61px;padding-bottom: 61px; background-size: cover;}
.hs-blog-listing .blog-banner-mod h1, .hs-blog-post .blog-banner-mod h1 {font-weight: 700;color: #fff;}
.hs-blog-listing .blog-banner-mod h2, .hs-blog-post .blog-banner-mod  h2 {color: #fff;font-size: 18px;text-transform: uppercase;width: 53%;}
.hs-blog-listing #hubspot-author_data {font-size: 16px;font-weight: 300;color: #232323;}
.hs-blog-listing .post-item .post-body{display:flex; padding-top:25px;}
.hs-blog-listing .post-item .post-body .left-col {max-width: 30%;flex: 0 0 30%;padding-right: 20px;}
.hs-blog-listing .post-item .post-body .right-col {text-align: start; max-width: 70%;flex: 0 0 70%;}
.hs-blog-listing .post-item .post-body.pb-no-image .right-col {max-width: 100%; flex: none;}
.hs-blog-listing .post-item {padding: 30px 0;}
.hs-blog-listing .post-item .blog-content a.more-link {font-size: 16px;text-transform: uppercase;color: #6c757e;font-weight: 700;display: block;}
.hs-blog-listing .post-item .blog-content p em, .hs-blog-listing .post-item .blog-content p {font-size: 16px; font-weight:300; color:#232323; line-height:24px; margin:0;}
.hs-blog-listing .post-item .image-wrapper img {min-height: 150px;object-fit: cover;}
.hs-blog-listing  .blog-pagination {display: block;overflow: hidden;text-align: center;margin-top: 10px;padding-top: 15px;border-top: 1px solid #d9d9d9;}
.hs-blog-listing .blog-pagination a {display: inline-block;border: 1px solid #d9d9d9;padding: 8px 16px;margin: 0 5px;font-size: 14px;color: #232323;}
.hs-blog-listing .blog-pagination a:hover{background:#E21B4C; color:#fff; border-color:#E21B4C}
.hs-blog-listing .main-blog-sec {display: block;overflow: hidden;padding-bottom: 40px;}

.blog-right-column  .blog-subscribe-box {margin-top: 35px;}
.blog-right-column h3,  .blog-right-column .blog-recent-posts h3, .hs-blog-post .blog-section h1 {font-size: 24px;color: #E21B4C;}
.hs-blog-post .blog-section h1 {font-size: 32px;}
.hs-blog-post .blog-section h2 {font-size: 28px;}
.hs-blog-post .blog-section h3 {font-size: 24px;}
.hs-blog-post .blog-section h4 {font-size: 20px;}
.blog-right-column p{font-size:18px; color:#000; margin-bottom:20px;}
.blog-right-column .blog-subscribe-form label {display: none;}
.blog-right-column .blog-subscribe-form .hs-error-msgs.inputs-list label {display: list-item;color: red;font-weight: 400;font-size: 12px;}
.blog-right-column .blog-subscribe-form input {background: #ebebeb; border:none;font-size:14px; text-transform: uppercase;}
.blog-right-column .blog-subscribe-form .hs_submit.hs-submit input {background: #E21B4C;display: inline-block;width: auto;font-size: 18px;font-weight: 500;}
.blog-right-column .blog-subscribe-form .hs_submit.hs-submit input:hover{background:#c91845;}
.blog-right-column .blog-recent-posts {	margin-top: 50px;}
.blog-right-column .blog-recent-posts ul {padding-left: 0;}
.blog-right-column .blog-recent-posts ul li {list-style: none;}
.blog-right-column .blog-recent-posts ul li a {color: #000;font-size: 18px;}
.blog-right-column .blog-recent-posts ul li a:hover {color: #E21B4C;}
.hs-blog-listing .hs-form-field, .hs-blog-post .hs-form-field {margin-bottom: 20px;}
.hs-blog-post #hubspot-author_data {font-size: 16px;font-weight: 300;}
.hs-blog-post .hs-blog-social-share {border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;display: block;overflow: hidden;padding: 12px 0;height: 47px;margin-top: 15px;margin-bottom: 15px;}
.hs-blog-post .hs-author-social-section {display: block;overflow: hidden;margin-top: 10px;}
.hs-blog-post .hs-blog-social-share ul{margin:0px;}
.hs-blog-post .hs-blog-social-share ul li{margin-bottom:0px;}
.hs-blog-post .blog-left-col, .hs-blog-post .blog-left-col p {font-size: 18px;font-weight: 300;}
.hs-blog-post .blog-left-col a {color: #e21b4c;}
.hs-blog-post .blog-left-col a:hover {color: #000;}

.hs-blog-post .blog-left-col h3{font-size:22px;}
.hs-blog-post .blog-left-col {
  padding-top: 30px;
  padding-bottom: 40px;
}
.hs-blog-listing a.author-link, .hs-blog-listing .blog-section h2 a, .hs-blog-post .blog-section h1, .hs-blog-listing .blog-section h2 a:hover, .hs-blog-post .blog-section h1:hover{
  color: #030303;
}
.hs-blog-listing a.author-link:hover, .hs-blog-post a.author-link, .hs-blog-post a.author-link:hover {
  font-weight: bold;
  color: #0e0e0e;
  text-transform: uppercase;
}
.hs-blog-listing .post-item .blog-content a.more-link:hover{
  color: #000;
}
.hs-blog-listing .post-item .blog-content a.more-link{
  font-size: 16px;
  color: #e41541;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.post-listing-simple {padding-top: 40px;}
.hs-blog-listing .post-listing-simple .post-item {padding: 0 0 15px;}
.hs-blog-listing .post-listing-simple .post-item p a {color: #e41541;}
.hs-blog-listing .post-listing-simple .post-item p a:hover {color: #000;}

.blog-content a{
  color: #0e0e0e;
}
.blog-content a:hover{
  color:#000;
}
.hs-blog-post .post-body p img {
  margin-bottom: 20px;
}
li.hs-blog-social-share-item.hs-blog-social-share-item-facebook,
li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  position: relative;
  top: -5px;
}

/******product main page********/
.banner-inner-box h5 {
  margin-top: 0;
}
.main-banner-mod {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #fff;
  min-height: 63vh;
  display: flex;
  align-items: center;
}
.banner-inner-box h5 {
  margin-top: 0;
  font-size: 16px;  
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 60px;
}
.banner-inner-box h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  max-width:520px;
}
.banner-inner-box h1 strong {
  display: block;
  color: #ed567a;
  font-weight: bold;
}
.banner-content, .banner-inner-box h1 {
  /*max-width: 50%;*/
}
.banner-inner-box .banner-content{ 
  max-width:500px;
}
.product-main-banner .banner-inner-box h1,
.solutions-main-banner .banner-inner-box h1{ max-width:100%; }
.product-main-banner .banner-inner-box .banner-content,
.solutions-main-banner .banner-inner-box .banner-content{ max-width:100%; }

.banner-content p strong {
  font-weight: bold;
  display: inline-block;
  padding: 20px 0;
}

/*******product child page***********/
.virtual-infra-sec {
  background: #ce1f4b;
  color: #fff;
}
.virtual-infra-sec * {
  color: #fff !important;
}
.virtual-infra-sec .mod-content li::before
{
  background: #fff;
}
.product-child-page .body-container-wrapper .virtual-infra-sec a.cta_button
{
  background: #000;
}
.product-child-page .testimonial-section
{
  padding-bottom: 0;
}
.product-child-page .main-env-mod
{
  background:url("https://www.morphisec.com/hubfs/Morphisec_Sept2018/images/product-child/ProdPage_BenefitsBG_VDI-1280.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  color: #fff;
}
.product-child-page .main-env-mod h2{
  color: #fff;
}
.product-child-page .env-box
{
  background: #000;
  color: #fff;
}
.product-child-page .env-txt h5
{
  color: #fff;
}
.product-child-page .main-test-mod
{
  padding: 45px 0 10px;
}
.product-child-page .env-box .evn-hover-content
{
  background: #000;
}
.product-child-page .env-box:hover {
  border: 2px solid #000;
}
/*******legal resources page*****/
#legal-resources-content-wrapper a {
  color: #444444;
}
#legal-resources-content-wrapper a:hover {
  color: #e41541;
}

/*******solution child page*****/
.gray-box-mod .main-content-box p{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  max-width: 860px;
  margin: 0 auto;
}
.bg-red .main-content-box p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  margin: 0 auto;
}
.gray-box-mod .main-content-box {
  background: #272e3b;
  padding: 30px 0;
}
.gray-box-mod .main-content-box h2 {
  margin: 0;
}
.target-section .main-content-withbg {
  background: #020202;
}
.target-section .main-content-withbg .inner-content-box .left-col h2{
  margin: 0;
  line-height: inherit;
}
.target-section .main-content-withbg .content p {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}
.target-section .content-btn {
  margin-top: 30px;
}
.product-child-page .body-container-wrapper .target-section .main-content-withbg a.cta_button
{
  padding: 10px 20px;
}
.product-child-page .amount-image
{
  max-width: 350px;
  margin: 0 auto;
}
.product-child-page .cyber-crimes .amount-image{
  position: absolute;
  top: -135px;
  left: 100px;
  right: 0;
  margin: auto;
  bottom: auto;
}
.product-child-page.solution-mfg .inner-content-box .right-col h6{
  line-height: 23px;
  font-size: 18px;	
  max-width: 350px;
  margin: 0 auto;
}
.product-child-page .inner-content-box .right-col .amount-image p {
  font-size: 16px;
  text-transform: uppercase;
  color: #acacac;
  margin-top: 35px;
  margin-bottom: 0;
}
/*.product-child-page.solution-mfg .body-container-wrapper .inner-test-mod a.cta_button
{
color:#252525;
}
.product-child-page.solution-mfg .body-container-wrapper .inner-test-mod a.cta_button:hover
{
color:#fff;
}*/
.product-child-page .testimonial-section .mod-head h5{
  font-size: 24px;
}

/*************news-events page**********/
.news-events .banner-inner-box h1{
  font-size: 48px;
  line-height: 43px;
}
.news-events .banner-inner-box h1 span {
  font-size: 36px;
}
.news-events .anner-inner-box h5{
  font-size: 24px;
}
.news-events .body-container-wrapper {
  padding-top: 120px;
}
.news-events .main-banner-mod{
  min-height: 400px;
}
.media-coverage-mod {
  padding: 35px 0;
}
.media-coverage-mod h2, .press-releases-mod h2, .main-events-mod h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #525252;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.media-items, .recent-post-content-wrap {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
}
.item-right-col {
  padding-left: 50px;
  max-width: 85%;
}
.item-content-box span, .meta_date p {
  font-size: 14px;
  color: #0e0e0e;
  text-transform: uppercase;
  margin: 0;
}
.meta_date p, .image-rec-box a h5{
  font-weight:bold;
}
.item-content-box h3, .image-rec-box a h5 {
  font-size: 18px;
  color: #0e0e0e;
  margin-top: 8px;
}
.image-rec-box a h5
{
  text-transform: uppercase;
}
.item-content-box p, .image-rec-box {
  font-size: 18px;
  color: #0e0e0e;
  line-height: 24px;
}
.item-content-box a, a.more-link {
  font-size: 16px;  
  color: #e41541;
  font-weight: bold;
  text-transform: uppercase;
  display:inline-block;
}
a.more-link:focus, .item-content-box a:focus{
  color:#000;
}
a.more-link {
  margin-top: 10px;
}
.item-content-box a:hover, a.more-link:hover{
  color: #000;
}
.press-releases-mod {
  background: #ededed;
  padding: 60px 0;
}
.main-events-mod {
  padding: 50px 0;
}
.main-events-mod h2 {
  margin-top: 0;
}
.main-events-mod .events-full-width-box {
  border: 1px solid gray;
  display: flex;
  text-align: left;
  align-items: center;
  margin-bottom: 20px;
}
.main-events-mod .left-col {
  max-width: 42%;
  flex: inherit;
  padding: 0;
}
.main-events-mod .right-col {
  text-align: left;
  max-width: 67%;
  flex: inherit;
  padding: 0 40px;
}
.main-events-mod .right-col h3, .main-events-mod .right-col h3 a {
  color: #0e0e0e;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.main-events-mod .events-content p {
  font-size: 18px;
  color: #0e0e0e;
  line-height: 20px;
}
.main-events-mod .events-content a.cta_button,
.eve-head a.cta_button {
  background: transparent;
  border: none;
  color: #e41541;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 20px;
}
.events-btm-row {
  display: flex;
}
.events-half-width-box {
  max-width: 32%;
  margin-right: 21px;
  flex: 0 0 32%;
  border: 1px solid gray;
  text-align: center;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-half-width-box:last-child {
  margin-right: 0;
}
.eve-head h3, .eve-head h3 a {
  font-size: 18px;
  font-weight: bold;
  color: #0e0e0e;
  margin: 20px 0 5px;
  line-height: 100%;
  min-height: 36px;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
}
.eve-head h3 a:hover{
  color: #e41541;
} 
.eve-head p {
  font-size: 18px;
  color: #0e0e0e;
  line-height: 22px;
}
.inner-half-box
{
  padding: 20px;
  width: 100%;
}
.easyPaginateNav {
  text-align: right;
  width: auto !important;
}
.easyPaginateNav a {
  color: gray;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
  padding: 0 12px;
  line-height: 15px;
  width: auto;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
}
a.next, .easyPaginateNav a.last:hover {
  background:#e41541;
  color: #fff;
}
a.prev {
  background: #b5b5b5;
  color: #fff;
}
.easyPaginateNav a.page.current{
  color: #e41541;
}
.easyPaginateNav a.page::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background: #e41541;
  height: 2px;
  max-width: 50%;
  opacity:0;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
}
.easyPaginateNav a.page.current:after, .easyPaginateNav a.page:hover:after{
  opacity:1;

}
.easyPaginateNav a.last{
  color:#e41541;
}
.easyPaginateNav a.first:hover{
  color: gray;
}
.easyPaginateNav a:hover{
  color:#e41541;
}
.easyPaginateNav a.prev:hover, .easyPaginateNav a.next:hover{
  color:#fff;
}
.easyPaginateNav a.last:hover{
  background:transparent;
  color:#e41541;
}
.child-trigger i::after {
  width: 5px;
  height: 1px;
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
  position: absolute;
  content: '';
}
.child-trigger i::before {
  width: 5px;
  height: 1px;
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  position: absolute;
  content: '';
  left: 3px;
}
#header .main-nav .hs-menu-wrapper > ul > li:hover .child-trigger i::after, #header .main-nav .hs-menu-wrapper > ul > li:hover .child-trigger i::before{
  background:#e21b4c;
}
body .child-trigger {
  display: block;
  position: absolute;
  right: -10px;
  width: 10px;
  top: 14px;
  height: 10px;
  cursor: pointer;
}
#footer h4 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}
.virtual-infra-sec{
  background: #000;
}
.virtual-top-row {
  display: flex;
}
.virtual-infra-sec .left-img {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 35px;
}
.virtual-top-row .left-col {
  padding: 0;
  max-width: 50%;
  flex: 0 0 50%;
}
.virtual-top-row .right-col {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: left;
  background: #2c3341;
  padding: 40px 30px;
}
.body-container-wrapper .virtual-top-row .right-col ul li{
  margin-bottom: 10px;
}
.virtual-btm-row {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 60px;
}
.virtual-top-row h2 {
  font-size: 32.4px;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
}
.product-child-page .body-container-wrapper .virtual-infra-sec .txt-cta a.cta_button {
  background: #e71c4e;
}
.txt-cta {
  margin-top: 40px;
}
body .banner-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .banner-img .virtual-infra-sec{
  background: transparent;
}
.text-section-bg .main-content-boxes
{
  padding: 40px 0;
}
.text-section-bg .main-content-boxes p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
}
.cyber-crimes .inner-content-box .right-col::before{
  display:none;
}
.cyber-crimes .inner-content-box .right-col {
  text-align: center;
}
.cyber-crimes .inner-content-box .right-col h5
{
  font-size: 70px;
  font-weight: 300;
}
.cyber-crimes .inner-content-box .right-col p{
  font-weight: normal;
  text-transform: uppercase;
  max-width: 270px;
  margin: 20px auto 0;
}
.cyber-crimes .inner-content-box .right-col p strong{
  text-transform: none;
}
.cyber-crimes .inner-content-box .right-col h6
{
  margin: 0 0 0 -60px;
}
.org-logos-sec {
  text-align: center;
  padding:30px 0;
}
.org-logos-sec h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
  color: #7d858b;
  line-height: 100%;
  margin-bottom: 20px;
}
.org-btm-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.partner-logo-sec {
  background: #2c323f;
  text-align: center;
  color: #fff;
  padding:50px 0 0;
}
.btm-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner-logo-sec h2 {
  font-size: 30px;
  font-weight: normal;
  margin-top: 0;
}
.top-row {
  margin-bottom: 35px;
}
.btm-row .team-box {
  margin-bottom: 22px;
  max-width: 32%;
  position: relative;
}
.btm-row .team-box::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
}
.team-sec-row .partner-logo-sec .btm-row {
  border: 0;
  padding: 0 !important;
}

.team-data {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding-top: 160px;
  opacity: 0;
  visibility: hidden;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
}
.team-box:hover .team-data, .team-box:hover:after {
  opacity: 1;
  visibility: visible;
}
.team-data * {
  width: 100%;
}
.team-data h4 {
  width: 100%;
  margin: 0 0 12px;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
.team-data h5 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.read-bio {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.popup-box.show-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  margin: auto;
  max-height: 440px;
}
.popup-bio {
  display: flex;
  align-items: center;
  background: rgb(19, 20, 22);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 7%;
}
.close-btn i {
  font-size: 30px;
  color: rgba(255,255,255,.6);
}
.popup-left-col {
  max-width: 20%;
}
.popup-right-col {
  max-width: 80%;
  text-align: left;
  padding: 0 40px;
}
.popup-content h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.popup-content h4 {
  margin: 0;
  font-size: 18px;
}
.close-btn {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 1;
}
body.pop-box
{
  position:relative;
}
body:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content:"";
  opacity:0;
  visibility: hidden;

}
body.pop-box:after{
  opacity:1;
  visibility: visible;
  z-index:11;
}
.pop-box .team-box:hover .team-data, .pop-box .team-box:hover::after {
  opacity: 0;
  visibility: hidden;
}
video {
  box-shadow: 0 0 15px 3px rgba(255,255,255,.3);
}
.popup-content a i {
  color: #fff;
  font-size: 24px;
}
.popup-content a {
  margin-top: 20px;
  display: inline-block;
}
.partner-logo-sec .btm-row{
  border-bottom: 2px solid gray;
  padding-bottom: 40px !important;
}
.partner-logo-sec .page-center{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.team-third-row .partner-logo-sec {
  padding: 15px 0 0;
}
.investors-sec .org-logos-sec h2{
  color: #010101; 
  margin-bottom: 45px;
}
.investors-sec .org-logos-sec
{
  padding:80px 0 10px;
}
.investors-sec .org-btm-row
{
  justify-content: space-evenly;
}
.investors-sec .org-btm-row .logo-img {
  margin-bottom: 0;
  display: inline-block;  
  vertical-align: middle;
  float: none;
}
.inner-content-mod h2 {
  font-size: 36px;
  text-transform: none;
  color:#fff;
  margin-bottom: 10px;

}
.inner-content-mod h2 strong {
  font-weight: bold;
}
.labs-sec.banner-img {
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding:125px 0 50px;
}
.inner-content-mod p {
  /* 	color: #fff; */
  line-height: 28px;
  padding: 0;
  margin-bottom: 0;
}
.labs-sec .main-content-box {
  text-align: center;
  padding: 50px 0 45px;
}
.labs-sec .news-header h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fbfafa;
}
.news-row {
  display: flex;
  justify-content: space-between;
  /*	max-height: 490px;
  min-height: 490px;*/
  overflow: hidden;
}
.blog-post-section
{
  
  overflow: hidden;
}
.news-box {
  position: relative;
  background: #000;
  max-width: 48.5%;
  border: 1px solid #fff;
  border-radius: 2px;
}
.news-box .box-title h3{
  font-weight: 300;
  color: #fbf8f8;
  text-transform: none;
}
.news-box .box-btn a span {
  color: #ed6705;
}
.news-box .box-btn a
{
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  border:0;
}
.news-box .box-btn a:hover{
  background:transparent;
  color:#ed6705;
}
.footer-right-col .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  padding: 0;
}
.social-icons-footer .footer-social-links {
  padding: 0;
  margin: 0;
}
.job-btm-row a, .listing-btm-row a {
  color: #fff;
} 
.listing-btm-row a:hover {color: #e3601a;}
.listing-btm-row a:hover {color: #e21b4c;}
.news-box .box-tag {
  position: absolute;
  top: 20px;
  left: 15px;
  background: #333b4d;
}
.news-box .box-title {
  margin: 0 0 10px 0;
  min-height: 73px;
}
.box-tag h4 {
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  color: #fefefe;
  text-align: left;
  font-weight: 600;
  min-width: 160px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.news-img {
  max-height: 315px;
  overflow: hidden;
}
.news-box .content-box {
  padding: 25px;
}
.box-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.box-title {
  margin: 0 0 18px 0;
}
.box-btn a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
}
.box-btn a:hover{
  background:#fff;
  color:#ce1f4b;
}
body .blog-post-section {
  background: #000;
  color: #fff;
  margin-left: 22px !important;  
  padding: 18px;
  border:1px solid #fff;
  border-radius:2px;
}
body .blog-post-section { 
  width: auto;
}
.blog-post-section .main-blog-posts h4 {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  font-size: 14px;
  color: #fefefe;
  text-align: left;
  font-weight: 600;
  min-width: 160px;
  box-sizing: border-box;
  text-transform: uppercase;
  display: inline-block;
  background: #333b4d;
}
.post-btm-row {
  margin-top: 10px;
}
.post-box p {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
}
.post-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 5px;
}
.post-box a.more-link {
  font-size: 16px;
  font-weight: bold;
  color: #ed6705;
  margin-top: 12px;
}
.post-box {
  margin-bottom: 30px;
}
.reseller-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 20px;
}
.logo-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.head-row h5 {
  font-size: 18px;
  color: #565454;
  text-transform: uppercase;
  font-weight: 600;
}
.reseller-top-row .left-col h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  color: #292929;
  margin-bottom: 25px;
}
.reseller-top-row .left-col {
  max-width: 50%;
  flex: inherit;
  padding-right: 12px;
  margin-bottom: 0;
}
.reseller-top-row .right-col {
  padding-left: 20px;
  max-width: 50%;
  flex: inherit;
  text-align: center;
}
.sec-content p {
  font-size: 18px;
  color: #222222;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 30px;
}
.reseller-btm-row .easyPaginateNav
{
  text-align: left;
  margin-top: 30px;
}
.logo-items{
  display: inherit;
  margin-right: 0;
}
.reseller-btm-row .easyPaginateNav span {
  font-size: 16px;
  font-weight: 300;
  color: #292929;
  text-transform: uppercase;
  margin-right: 10px;
  background:transparent;
}
.reseller-btm-row .easyPaginateNav a.prev, .reseller-btm-row .easyPaginateNav a.next {
  background: transparent;
  color: #292929;
  padding: 0 5px;
  font-weight: normal;
  height: auto;
  line-height: normal;
  margin-right: 5px;
}
.reseller-btm-row .easyPaginateNav a.next{
  margin-right: 0;
  margin-left:5px;
}
.reseller-btm-row .easyPaginateNav a.page{
  padding:0 5px;
  font-size:12px;
  font-weight:300;
  color:gray;
  border:1px solid gray;
  height: auto;
  line-height: normal;
  /*margin-right: 10px;*/
}
.reseller-btm-row .easyPaginateNav a.page:nth-last-of-type(2n){
  margin-right:0;
}
.reseller-btm-row .easyPaginateNav a.page::after
{
  display: none;
}
.main-map-sec {
  text-align: center;
  background: #374444;
  padding: 30px 0;
}
.main-map-sec h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  color:#fff;
}
#secure
{
  justify-content: flex-start;
}
#secure .logo-items {
  max-width: 25%;
  flex: 0 0 25%;
}
.logo-items img {max-width: 90%;}
.main-resllers-sec {
  padding-bottom: 50px;
}
.partner-form-sec {
  overflow: hidden;
  background: #dcdcdc;
  padding: 50px 0;
}
.partner-form h3 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
  color: #373636;
}
.partner-form .hs-form-field > label {
  font-size: 18px;
  color: #373636;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3px;
}
body .partner-form .hs-form-field .input {
  margin-right: 0 !important;
}
body .partner-form .form-columns-2 > .hs-form-field {
  margin-bottom: 15px;
  width: 49% !important;
  margin-right: 19px;
}
body .partner-form .form-columns-2 > .hs-form-field:last-child {
  margin-right: 0;
}
body .partner-form fieldset > div {
  margin-bottom: 20px;
}
body .partner-form .hs-form-field input, body .partner-form .hs-form-field select, body .partner-form .hs-form-field textarea {
  border: 0 !important;
}
body .partner-form .hs-form-field textarea {
  min-height: 160px;
}
body .partner-form .actions {
  text-align: center;
}
body .partner-form .hs-button.primary.large {
  background: #e71c4e;
  width: auto;
  min-width: 285px;
  font-size: 18px;
  font-weight: 600;
  font-family: open sans;
  padding: 6px 12px;
  border: 2px solid #e71c4e;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
}
body .partner-form .hs_submit.hs-submit {
  margin-top: 25px;
}
body .partner-form .hs-button.primary.large:hover {
  background: #c91845;
  border: 2px solid #c91845;
}
/* a:hover, a:focus {
  color: #fff;
} */
body .partner-form .hs-error-msgs.inputs-list label {
  margin: 0;
  color: red;
  font-weight: normal;
  font-size: 13px !important;
}
.partner-form {
  padding: 0 40px;
}
.hs_error_rollup {
  display: none;
}
.resource-banner .banner-inner-box {
  max-width: 100%;
  display: flex;
}
.resource-banner .banner-inner-box .inner-left {
  max-width: 50%;
}
.resource-banner .banner-inner-box .inner-right {
  max-width: 50%;
  width: 100%;
  text-align: center;
}
.page-center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  float: none;
  padding: 0 15px;
}
.feature-top-row h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.feature-resources-sec {
  padding: 60px 0;
}
.feature-box {
  max-width: 23%;
  background: #ebebeb;
  text-align: center;
  padding-top: 20px;
}
.feature-btm-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-child-page .body-container-wrapper .feature-btm-row a.cta_button{
  padding: 7px 15px;
  font-size: 16px;
  margin: 0;
}
.top h4 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #566667;
  margin-top: 0;
}
.top {
  margin-bottom: 25px;
}
.btm {
  padding: 20px;
}
.btm h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-transform: none;
  margin-top: 0;
  line-height: 27px;
  margin-bottom: 20px;
  min-height: 81px;
}
body.lp-first-temp .banner-form form.hs-form fieldset.form-columns-1{
  background: transparent;
  padding: 0 25px;
  margin: 0;
}
body .banner-form .hs-form-field .input {
  margin-right: 0 !important;
}
body.lp-first-temp .banner-form form.hs-form fieldset.form-columns-1 > div {
  margin-bottom: 5px;
}
.news-bar-sec {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(59,70,90,1);
  z-index: 99;
}
.team-sec-row .team-box, .team-third-row .team-box{
  max-width: 24%;
}
.labs-sec .main-content-box p {
  color: #fff;
}
.popup-content p {
  font-size: 14px;
}
.news-bar-txt p strong span {
  margin-left: 18px;
}
.news-bar-txt p strong a {
  color: #fff;
  /*	text-transform: uppercase;
  font-weight: bold;*/
  margin-right: 20px;
}
.news-bar-txt p strong {

}
.news-bar-txt p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 15px 0;
}
.healthcare-page .main-banner-mod {
  background-position: center 0;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box.webinar-style .feed-content {
  padding-top: 20px;
  max-width: 100%;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box.webinar-style .feed-btn,
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box:nth-child(2) .feed-btn {
  position: absolute;
  bottom: 35px;
  top: auto;
  right: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box:nth-child(2) .feed-btn:hover{
  color:#fff !important;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box.webinar-style .feed-btn
{
  left:20px;
  right: 20px;
  background: transparent;
  padding-left: 85px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box.webinar-style .feed-btn:hover{
  color:#fff !important;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box:nth-child(2) .feed-btn a{
  background: transparent;
  padding:0;
  font-size:16px;
  margin: 0;
  font-weight:600;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box:nth-child(2) .feed-btn a:hover{
  color:#fff;
}
.solution-smb .feed-box
{
  position: relative;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box.webinar-style .feed-btn img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box .feed-content
{
  height: 100%;
}
.solution-mfg.solution-smb.product-child-page.healthcare-page .feed-box:nth-child(3n) .feed-content p {
  text-align: center;
  padding-top: 0;
  max-width: 100%;
}
.manufacturing-page.solution-smb.product-child-page .feed-box:nth-child(3n) .feed-content p{
  padding-top: 0;
  max-width: inherit;
  text-align:center;
}
.org-btm-row .slick-initialized .slick-slide{
  float: none;
  display: inline-block;
  vertical-align: middle;
}
body.opnpop::after {
  opacity: 1;
  visibility: visible;
  background: rgba(0,0,0,.8);
  z-index: 11;
}
.defend-popup-box.showpop .page-center {
  position: relative;
  top:0;
  bottom:0px;
  padding:40px 0px;
}
.defend-popup-box.showpop .page-center .close-btn{
  right: -10px;
  top:35px;
}
.defend-popup-box.showpop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.morphisec-banner > div:first-child, .morphisec-banner video {
  z-index: 0 !important;
}
.morphisec-banner video{
  opacity:1 !important;
  visibility:visible !important;
}
.org-btm-row .logo-img{
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.copyright a{
  color:#fff;
  transition:all ease-in-out .5s;
  -webkit-transition:all ease-in-out .5s;
  -ms-transition:all ease-in-out .5s;
  -o-transition:all ease-in-out .5s;
  display: block;
}

.copyright a:not(:nth-child(1)) {
  margin-top: 1em;
}

.copyright a:hover{
  color:#c91845;
}
.video-wrap iframe {
  width: 100%;
  height: 580px;
}
/* .resource-box.mix:nth-child(4n) {
margin-right: 0;
} */
.resource-page .banner-content, .resource-page .banner-inner-box h1 {
  max-width: 100%;
}
.mix,
.gap {
  width: 22.8%;
}
.video-wrap {
  padding:30px 25px;
}

.updated-solution-overview .industry-section .prevent-header h2 {color: #1d1d1d;}
div#footer.updated-footer-section .hs-menu-wrapper ul{padding:0;display:block !important;z-index: 1;}
div#footer.updated-footer-section .hs-menu-wrapper > ul > li > a,div#footer.updated-footer-section .footr_ul .hs-menu-wrapper ul li:first-child a {font-size: 13px;text-transform: uppercase;font-weight: bold;}
div#footer.updated-footer-section ul li ul { margin: 15px 0 0;}
div#footer.updated-footer-section ul li ul li a{font-size:13px;width: 100%;white-space: inherit;text-transform: capitalize;}
div#footer.updated-footer-section .footr_ul .hs-menu-wrapper ul li a{text-transform: none;font-weight: 400;}
.product-child-page.updated-solution-overview .main-test-mod { box-shadow: 0 0 18px 5px rgba(147,144,144,.61); margin-bottom: 20px;}
div#footer.updated-footer-section .footer-mobile-menu {margin: 5px 0 10px;}
div#footer.updated-footer-section .footer-mobile-menu .hs-menu-wrapper ul li a {margin: 0 auto 12px;}
@media (min-width:768px){
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper{display:none;padding: 40px 0 22px;min-width:auto;left:-22px;} 
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper a{font-size:13px;font-weight:400;padding: 8px 25px;}  
  #header.updated-header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{display:flex !important;}  
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper .child-trigger {display:none;}
  #header.updated-header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li ul{display:block !important; position:initial !important;min-width:inherit !important;visibility: visible !important;opacity: 1 !important;padding: 0;background-color:transparent;}  
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper li {display: inline-block;flex: 1 0 0;}
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper li ul li {display: block;width:100%;}
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper .hs-menu-depth-2 > a {color: #e91c4e;font-size: 13px;text-transform: uppercase;font-weight: 800;margin: 0 0 5px;}
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper .hs-menu-depth-2 > a:hover {background-color: transparent;}  
  #header.updated-header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper.inner_sub_menu {display: block !important;}
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper.inner_sub_menu li {display: block;width: 100%;}
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper.inner_sub_menu li a {font-weight: 400;margin: 0;font-weight: 400;color: #bdbbbb;text-transform:none;}     
  #header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper.inner_sub_menu li a:hover,#header.updated-header-section .main-nav .hs-menu-wrapper>ul>li .hs-menu-children-wrapper.inner_sub_menu li a:focus{ background: #c91845;
    color: #fff;}  
  div#footer.updated-footer-section .footer-mobile-menu{display:none;}
}

@media (max-width:1230px){
  .product-child-page .inner-content-box .right-col .amount-image p{
    font-size: 14px;
  }
  .resource-btm h3 a{
    font-size: 20px;
  }
  .mix, .gap {
    width:22.6%;
  }
  .product-child-page .body-container-wrapper .feature-btm-row a.cta_button{
    font-size: 15px;
  }
  .org-btm-row
  {
    padding: 0 40px;
  }
  .logo-img.slick-slide img
  {
    max-width: 80%;
  }
  .arrow-left-slide.slick-arrow
  {
    left: -10px;
  }
  .arrow-right-slide.slick-arrow
  {
    right: -10px;
  }
  .reseller-btm-row .logo-items
  {
    max-width: 25%;
  }
  body .partner-form .form-columns-2 > .hs-form-field
  {
    margin-right: 18px;
  }
  .btm-row .team-box
  {
    max-width: 32%;
  }
  .team-sec-row .btm-row .team-box, .team-third-row .btm-row .team-box{
    max-width: 23%;
  }
  body .blog-post-section{
    margin-left: 19px !important;
    
  }
  .post-box {
    margin-bottom: 20px;
  }
  .labs-sec.banner-img
  {
    background-size: cover;
  }
  .btm h3
  {
    font-size: 23px;
  }
  .inner-boxes
  {
    margin-right: 15px;
  }
  .popup-right-col
  {
    overflow-y: scroll;
    max-height: 300px;
  }
  .popup-bio{
    overflow: hidden;
  }

}

@media all and (max-width:1024px){
  .hs-blog-listing .blog-banner-mod h1, .hs-blog-post .blog-banner-mod h1{font-size:35px;}
  .hs-blog-listing .blog-banner-mod h2{font-size:14px;}
  .hs-blog-listing .blog-section h2 a{font-size:22px;}
  .hs-blog-listing .blog-section h2 {line-height: 24px;}
  .hs-blog-listing .blog-right-column h3,  .blog-right-column .blog-recent-posts h3, .hs-blog-post .blog-section h1  {font-size: 20px;}
  .hs-blog-post .blog-section h1 {font-size: 28px;}
  .hs-blog-post .blog-section h2 {font-size: 24px;}
  .hs-blog-post .blog-section h3 {font-size: 20px;}
  .hs-blog-post .blog-section h4 {font-size: 18px;}
  .hs-blog-listing .blog-right-column p,  .blog-right-column .blog-recent-posts ul li a {font-size: 15px;}
  .hs-blog-listing .blog-right-column .blog-subscribe-form .hs_submit.hs-submit input{font-size:16px;}
  .hs-blog-post .blog-left-col h3{font-size:18px;}
}
@media all and (max-width:991px){

  div#footer.updated-footer-section  #footer-col {margin-left: 0;}
  .hs-blog-listing .blog-banner-mod, .hs-blog-post .blog-banner-mod{margin-top:113px;}	
  .content-box p
  {
    font-size: 14px;
  }
  .video-wrap iframe
  {
    height: 400px;
  }
  .mix, .gap
  {
    width: 47%;
  }
  /*   .resource-box.mix:nth-child(2n) {
  margin-right: 0;
} */
  .main-banner-mod
  {
    background-position: center center;
  }
  .blog-with-bg h2 {
    font-size: 18px;
    padding: 0 10px;
  }
  .job-btm-row .inner-box .inner-content {
    padding: 20px;
    display: inline-block;
  }
  .defend-popup-box.showpop .page-center .close-btn
  {
    right: 15px;
  }
  .resource-banner .banner-inner-box .inner-left {
    max-width: 68%;
  }
  .mid img {
    max-height: 116px;
  }
  .text-section-bg .main-content-boxes p {
    font-size: 14px !important;
  }
  .btm h3 {
    font-size: 16px;
    line-height: 20px;
    min-height: 61px;
  }
  .body-container-wrapper ul li
  {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .body-container-wrapper .mod-content ul {
    padding-left: 0;
    margin: 0;
  }
  .target-section .main-content-withbg .content p
  {
    font-size: 16px;
    line-height: 22px;
  }
  #header .main-nav .hs-menu-wrapper > ul > li > a
  {
    font-size: 11px;
  }
  .news-events .body-container-wrapper {
    padding-top: 110px;
  }
  .events-half-width-box
  {
    max-width: 31.4%;
  }
  .eve-img {
    min-height: 139px;
    margin-bottom: 20px;
  }
  .eve-head h3 {
    min-height: 58px;
  }
  .eve-head p {
    font-size: 16px;
  }
  .main-events-mod .events-content p, .main-events-mod .events-content a.cta_button,.eve-head a.cta_button
  {
    font-size: 14px;
  }
  .main-events-mod .right-col h3
  {
    font-size: 15px;
  }
  .footer-right-col {
    padding-left: 40px;
  }
  .footer-right-col > div > div > div {
    width: 47% !important;
  }
  .footer-right-col > div > div > div:nth-child(2n+1) {
    margin: 0;
  }
  .footer-copyright {
    padding-top: 6px;
  }
  .product-child-page #header .main-nav .hs-menu-wrapper > ul > li > a, .solution-child-page #header .main-nav .hs-menu-wrapper > ul > li > a, .main-product-page #header .main-nav .hs-menu-wrapper > ul > li > a
  {
    font-size: 11px;
  }
  body .child-trigger
  {
    top: 16px;
  }
  .sec-content p{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .reseller-top-row .left-col h2
  {
    margin-bottom: 15px;
  }
  .main-map-sec h2, .reseller-top-row .left-col h2
  {
    font-size: 24px;
    line-height: 26px;
  }
  #secure .logo-items img {
    max-width: 80%;
  }
  .reseller-btm-row .easyPaginateNav{
    margin-top: 15px;
  }
  .partner-form {
    padding: 0;
  }
  body .partner-form .form-columns-2 > .hs-form-field {
    margin-right: 14px;
  }
  .investors-sec .org-btm-row .logo-img img {
    max-width: 90%;
  }
  body .blog-post-section
  {
    margin-left: 15px !important;
  }
  .news-row, .blog-post-section
  {
    max-height: inherit;
    min-height: inherit;
  }
  .box-btn a{
    font-size: 14px;
  }
  .org-btm-row .logo-img img {
    max-width: 85%;
  }
  .org-btm-row .logo-img {
    max-width: 25%;
  }
  .top h4{
    font-size: 18px;
  }
  .btm h3
  {
    font-size: 20px;
    line-height: 22px;
  }
  .feature-top-row h2
  {
    font-size: 26px;
  }
  .product-child-page .body-container-wrapper .feature-btm-row a.cta_button
  {
    font-size: 13px;
  }
  .lp-first-temp.temp-with-white-bg .banner-left-col
  {
    padding: 0;
  }
  .brwse-div p{
    display: block;
    margin: 0 0 20px 0;
    width: auto;
  }
  .inner-browse.controls{
    width: auto;
    display: block;
    float: none;
  }
  .brwse-div p
  {
    text-align: center;
  }
  .bg-black .row-fluid.main-content-section {
    max-width: 100%;
    text-align: center;
  }
  .team-data h4, .team-data h5
  {
    font-size: 16px;
  }
  .team-data
  {
    padding-top: 80px;
  }
  .team-sec-row .read-bio, .team-sec-row .team-data h5, .team-third-row .read-bio, .team-third-row .team-data h5
  {
    font-size: 14px;
  }
  #footer-col {
    margin-left: 15px;
  }
  .inner-slide p:first-child
  {
    font-size: 17px;
  }

}
@media all and (max-width:767px){
  div#footer.updated-footer-section .footer-right-col{display:none;}
  body.product-child-page .header-container-wrapper .updated-header-section {padding: 10px 0;}
  #header.updated-header-section .custom-menu-primary.js-enabled .hs-menu-wrapper {margin-top: 10px;}

  .hs-blog-post .blog-right-column{margin-bottom:35px;}
  .hs-blog-post .blog-left-col{padding-bottom:0;}
  .hs-blog-listing .blog-banner-mod, .hs-blog-post .blog-banner-mod{margin-top:0px;}
  .hs-blog-listing .post-item {padding: 10px 0;}
  .hs-blog-listing .blog-pagination{margin-bottom: 10px;padding-bottom: 15px;border-bottom: 1px solid #d9d9d9;}
  .hs-blog-listing .blog-right-column .blog-subscribe-box {margin-top: 10px;}
  .banner-inner-box {
    max-width: 100%;
  }
  .banner-content, .banner-inner-box h1 {
    max-width:inherit;
  }
  .mix, .gap {
    width:47.6%;
    margin-right: 6px;
  }
  .feed-box{
    display: block;
  }
  .cyber-crimes .inner-content-box .right-col
  {
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main-banner-mod
  {
    /*height: 45vh;*/
    height:inherit;
  }
  .feed-box > span
  {
    min-height: inherit;
  }
  .video-wrap iframe
  {
    height: 340px;
  }
  .resource-banner .banner-inner-box .inner-left {
    max-width: inherit;
  }
  .social-icons-footer {
    margin-top: 10px;
  }
  #header .custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: absolute;
    top: 100%;
    z-index: 9;
    margin-top: 20px;
  }
  #footer-col {
    margin-left: 0;
  }
  .product-child-page .body-container-wrapper a.cta_button
  {
    margin-top: 15px;
  }
  .inner-boxes{
    margin-bottom: 15px;
    width: 33%;
  }
  .feature-btm-row{
    display: block;
  }
  .feature-box
  {
    max-width: 450px;
    margin: 0 auto 30px;
  }
  .solution-mfg.solution-smb.product-child-page.healthcare-page .solution-more .feed-box .feed-content
  {
    height: 360px;
  }
  .brwse-div
  {
    margin-bottom: 35px;
  }
  .lp-first-temp.temp-with-white-bg .banner-left-col
  {
    padding: 50px 0 60px;
  }
  .btm h3
  {
    min-height: inherit;
  }
  .body-container-wrapper .mod-content ul
  {
    padding-left: 15px;
  }
  .content-box
  {
    padding: 0 15px;
  }
  .main-content-withbg {
    padding: 60px 0;
  }
  #header .main-nav .hs-menu-wrapper > ul > li {
    margin: 0;
  }
  #header .main-nav .hs-menu-wrapper > ul > li > a{
    font-size: 14px;
    color: #fff;
  }
  #header .custom-menu-primary .hs-menu-wrapper > ul ul li a
  {
    font-size: 14px;
  }
  .news-events .body-container-wrapper {
    padding-top: 0;
  }
  .main-events-mod .events-full-width-box
  {
    padding: 30px 20px;
    max-width: 400px;
    display: block;
    margin: 0 auto 20px;
  }
  .events-btm-row {
    display: block;
  }
  .events-half-width-box {
    max-width: 400px;
    margin: 0 auto 20px !important;
    display: block;
  }
  .main-events-mod h2
  {
    text-align: center;
  }
  .main-events-mod .left-col
  {
    max-width: inherit;
  }
  .main-events-mod .right-col
  {
    text-align: center;
    max-width: inherit;
    padding: 0;
  }
  .event-img img {
    width: 100%;
  }
  .eve-head p
  {
    margin-bottom: 0;
  }
  .eve-head h3 {
    min-height: 58px;
  }
  .eve-img
  {
    min-height: inherit;
  }
  .item-right-col {
    padding-left: 0;
    max-width: inherit;
    margin-top: 20px;
  }
  .media-items, .recent-post-content-wrap
  {
    display: block;
    text-align: center;
  }
  .easyPaginateNav, .media-coverage-mod, .press-releases-mod
  {
    text-align: center;
  }   
  body .child-trigger
  {
    top: 0;
    right: 0;
  }
  .child-trigger i::before {
    transform: inherit;
    width: 1px;
    height: 10px;
    top: -4px;
    left: 4.5px;
  }
  .child-trigger i::after{
    transform: inherit;
    width: 10px;
  }
  .child-trigger.child-open i::before{
    opacity:0;
  }
  #header .main-nav .hs-menu-wrapper > ul > li:hover .child-trigger i::after, #header .main-nav .hs-menu-wrapper > ul > li:hover .child-trigger i::before{
    background: #fff;
  }
  .footer-right-col > div > div > div {
    width: auto !important;
  }
  .footer-right-col {
    padding-left: 0;
  }
  .footer-btm-sec{
    padding-top: 25px;
  }
  .footer-social-links
  {
    margin: 10px 0 0 0;
  }
  .virtual-top-row {
    display: block;
  }
  .virtual-top-row .left-col {
    padding: 0;
    max-width: inherit;
    flex: inherit;
    margin: 0;
  }
  .virtual-top-row .right-col{
    max-width: inherit;
    flex: inherit;
  }
  .banner-img .main-banner-mod
  {
    min-height: inherit;
  }
  .cyber-crimes .inner-content-box .right-col h6
  {
    margin: 0;
  }
  .product-child-page #header .main-nav .hs-menu-wrapper > ul > li > a, .solution-child-page #header .main-nav .hs-menu-wrapper > ul > li > a, .main-product-page #header .main-nav .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
  }
  .reseller-top-row
  {
    display: block;
    text-align: center;
    padding: 40px 0 20px;
  }
  .reseller-top-row .left-col, .reseller-top-row .right-col
  {
    max-width: inherit;
    padding: 0;
  }
  .reseller-top-row .right-col {
    margin-top: 25px;
  }
  .reseller-btm-row, .reseller-btm-row .easyPaginateNav {
    text-align: center;
  }
  .reseller-btm-row .logo-items {
    max-width: 32%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .logo-row
  {
    display: block;
  }
  body .partner-form .form-columns-2 > .hs-form-field {
    margin-right: 0;
    float: none !important;
    width: 100% !important;
  }
  .reseller-btm-row .logo-items:nth-child(3n){
    margin-right:0;
  }
  body .blog-post-section {
    margin-left: 0 !important;
    margin-top: 18px;
    width: auto !important;
  }
  .resource-box.mix
  {
    margin-right: 6px;
  }

}
@media all and (max-width:640px){
  .hs-blog-listing .blog-banner-mod h1, .hs-blog-post .blog-banner-mod h1{font-size: 25px;}
  .hs-blog-listing .blog-banner-mod h2, .hs-blog-post .blog-banner-mod h2{width:100%;}
  .banner-inner-box h1
  {
    font-size: 26px;
  }
  body, .box-bg p
  {
    font-size: 16px;
  }	
  .virtual-top-row h2
  {
    font-size: 28px;
    line-height: 1.234;
  }

}

@media (max-width:639px){
  .reseller-btm-row .logo-items, #secure .logo-items
  {
    max-width: 48%;
  }
  .mix, .gap
  {
    width: 49.3%;
  }

  .investors-sec {
    padding-bottom: 30px;
  }
  .resource-banner .main-banner-mod {
    height: auto;
  }
  .news-bar-txt p
  {
    text-align: center;
  }
  .home-page .footer-container-wrapper {
    padding-bottom: 30px;
  }
  .news-bar-txt p strong a
  {
    margin-right: 0;
  }



  .news-bar-txt p strong span {
    margin-left: 0;
  }
  .reseller-btm-row .logo-items:nth-child(2n){
    margin-right:0;
  }
  .img-quote-sec {
    padding: 50px 0;
  }
  .img-quote-sec h2{
    font-size: 26px;
    margin:0;
  }
  .team-sec-row .read-bio, .team-sec-row .team-data h5, .team-third-row .read-bio, .team-third-row .team-data h5, .team-data h4, .team-data h5 {
    font-size: 18px;
  }
  .org-btm-row
  {
    justify-content: space-around;
  }
  .pop-box .popup-bio .team-img {
    max-width: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    max-height: 90px;
  }
  .popup-left-col, .popup-right-col {
    max-width: inherit;
  }
  .close-btn
  {
    right: 20px;
    top: 10px;
  }
  .popup-right-col
  {
    text-align: center;
    padding: 0;
    max-height: 250px;
  }
  .popup-bio
  {
    padding: 6% 7% 0;
    display: block;
  }
  .top-row {
    margin-bottom: 25px;
  }
  .reseller-btm-row .logo-items img {
    max-width: 90%;
  }
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, body form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .partner-form .hs-form-field > label
  {
    font-size: 14px;
  }
  .org-logos-sec h2, .partner-logo-sec h2
  {
    font-size: 22px;
  }
  .logo-img {
    max-width: inherit;
  }
  .org-logos-sec
  {
    padding: 30px 0;
  }
  .partner-logo-sec
  {
    padding: 40px 0 0;
  }
  .btm-row
  {
    display: block;
  }
  .btm-row .team-box, .team-sec-row .btm-row .team-box, .team-third-row .btm-row .team-box {
    max-width: 340px;
    margin: 0 auto 30px;
  }
  .btm-row .team-box:last-child {
    margin-bottom: 0;
  }
  .team-third-row .partner-logo-sec {
    padding: 35px 0 0;
  }
  .investors-sec .org-logos-sec {
    padding: 50px 0 30px;
  }
  .org-btm-row .logo-img {
    max-width: inherit;
  }
  .labs-sec.banner-img
  {
    padding: 100px 0 50px;
    margin-top: -100px;
  }
  .inner-content-mod h2
  {
    font-size: 26px;
  }
  .inner-content-mod p
  {
    line-height: 24px;
  }
  .labs-sec .news-header h2{
    font-size: 22px;
  }
  .feature-resources-sec {
    padding: 40px 0 20px;
  }
  .feature-box{
    margin: 0 auto 30px;
    max-width: 450px;
    padding-top: 15px;
    width: 100%;
  }
  .btm h3
  {
    min-height: inherit;
  }
  .product-child-page .body-container-wrapper .feature-btm-row a.cta_button
  {
    font-size: 15px;
  }
  .resource-banner .banner-inner-box{
    display: block;
  }
  .resource-banner .banner-inner-box .inner-right
  {
    max-width: inherit;
    margin-top: 20px;
  }
  .inner-boxes{
    display: block;
    width: auto;
    margin-right: 0;
  }
  .brwse-div
  {
    margin-bottom: 25px;
  }
  .resource-box.mix {
    margin-right: 0;
  }
  .mix, .gap {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width:479px){
  .virtual-top-row h2
  {
    font-size: 24px;
    line-height: 1.234;
  }


  .mapboxgl-canvas
  {
    height: 320px !important;
  }
  .main-map-sec h3
  {
    font-size: 22px;
  }
  .resource-box.mix
  {
    min-height: 200px;
    margin-right: 0;
  }
  .banner-inner-box h5
  {
    margin-bottom: 30px;
  }
  .video-wrap iframe
  {
    height: 200px;
  }
  .popup-bio {
    padding: 12% 7% 0;
  }
  .img-quote-sec .inner-box {
    min-height: 215px;
  }
  .quote-img-content {
    padding: 0 25px;
  }
  .quote-img-content p, .quote-img-content p strong, .quote-img-content blockquote, .main-content-boxes .inner-content-mod p
  {
    font-size: 13px;
  }
  .quote-img-content p strong {
    font-size: 12px;
  }
  .quote-img-content p {
    margin: 5px 0 0 0;
  }
  .browse-resource-sec
  {
    padding: 40px 0;
  }
  .labs-sec.banner-img
  {
    padding: 140px 0 50px;
    margin-top: -120px;
  }
  .feature-top-row h2 {
    font-size: 22px;
  }
  .virtual-infra-sec .left-img
  {
    padding: 60px 20px;
  }
  .virtual-top-row .right-col
  {
    padding: 30px 15px;
  }
  .body-container-wrapper .virtual-top-row .right-col ul
  {
    margin: 0;
  }
  .virtual-top-row .right-txt {
    margin: 0;
  }
  .body-container-wrapper .virtual-top-row .right-col ul li:last-child {
    margin: 0;
  }
  .sec-content p
  {
    font-size: 14px;
    line-height: 22px;
  }
  .main-map-sec h2, .reseller-top-row .left-col h2
  {
    font-size: 20px;
  }
  .partner-form h3
  {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .partner-form-sec
  {
    padding: 40px 0;
  }
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, body form.hs-form .form-columns-3 .hs-form-field .hs-input
  {
    line-height: 16px;
  }
  body .partner-form .hs-form-field textarea {
    min-height: 120px;
  }
  body .partner-form .hs_submit.hs-submit {
    margin-top: 5px;
  }
  .org-btm-row .logo-img
  {
    margin: 0 auto;
  }
  .org-logos-sec {
    padding: 30px 0;
  }
  .news-row
  {
    display: block;
  }
  .news-box
  {
    max-width: inherit;
    margin-bottom: 30px;
  }
  .news-box:last-child{
    margin-bottom:0;
  }
  .browse-resource-sec h2{
    margin-bottom: 10px;
  }
}
@media all and (max-width:420px){
  .hs-blog-listing .post-item .post-body{display:block;}
  .hs-blog-listing .post-item .post-body .left-col{max-width:50%;}
  .hs-blog-listing .post-item .post-body .right-col{max-width:100%;}
  .banner-inner-box h1
  {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body
  {
    font-size: 14px;
  }
  .main-product-page .inner-box h3 {
    margin-top: 0;
    font-size: 18px;
  }
  .box-bg p
  {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    visibility: visible;
  }
  .infrastructure .box-bg p
  {
    line-height: 22px;
  }
  .box-bg::after
  {
    opacity: 1;
  }
  .product-child-page .testimonial-section .mod-head h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .news-events .banner-inner-box h1 {
    font-size: 30px;
    line-height: 26px;
    margin: 10px 0;
  }	
  .news-events .banner-inner-box h1 span {
    font-size: 24px;
  }
  .news-events .main-banner-mod {
    min-height: 300px;
  }
  .media-coverage-mod h2, .press-releases-mod h2, .main-events-mod h2
  {
    font-size: 22px;
  }
  .item-content-box h3, .image-rec-box a h5{
    font-size: 16px;
  }
  .item-content-box p, .image-rec-box{
    font-size: 16px;
    line-height: 20px;
  }
  .easyPaginateNav a{
    font-size: 13px;
    padding: 0 7px;
    height: 25px;
    line-height: 25px
  }
  .lp-first-temp .banner-header h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .lp-first-temp .banner-header h1 strong {
    font-size: 22px;
  } 
  .lp-first-temp .banner-content p {
    line-height: 20px;
    font-size: 16px;
  }
  .lp-first-temp .banner-left-col {
    padding: 30px 0 40px;
  }
  .lp-first-temp .banner-form h3
  {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }
  .lp-first-temp .banner-right-col
  {
    padding-top: 30px;
  }
  body.lp-first-temp form.hs-form fieldset {
    padding: 0 20px;
  }
  body.lp-first-temp form.hs-form .hs_submit.hs-submit {
    bottom: 30px;
  }
  body.lp-first-temp form.hs-form fieldset.form-columns-1 img {
    margin-top: 0;
    padding-bottom: 40px;
  }
  body.lp-first-temp form.hs-form .hs_submit input
  {
    font-size: 15px;
    padding: 12px 20px;
  }
  .lp-first-temp .lp-banner-sec.banner-sec
  {
    padding-bottom: 0;
  }
  .img1 {
    padding-bottom: 20px;
  }
  .lp-first-temp .banner-form h3
  {
    margin-bottom: 0;
  }
  body form.hs-form .hs_submit .actions {
    padding-right: 0;
  }
  body.lp-first-temp.hs-content-id-6705481335 form.hs-form fieldset.form-columns-1 img, body.lp-first-temp.temp-with-white-bg form.hs-form fieldset.form-columns-1 img
  {
    margin-top: 0;
  }
  .lp-first-temp.temp-with-white-bg .banner-header h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .lp-first-temp.temp-with-white-bg .banner-left-col
  {
    padding: 30px 0 40px;
  }
  .lp-first-temp.temp-with-white-bg .banner-form h3, .lp-first-temp.temp-with-white-bg .banner-form h3 {
    margin-bottom: 23px;
  }
}


/**** Custom Select *******/
@media (min-width: 768px) {
  .custom-state-select fieldset:nth-child(3), .custom-state-select fieldset:nth-child(4) {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .custom-state-select fieldset:nth-child(3) {padding-right: 7px!important;}
  .custom-state-select fieldset:nth-child(4) {padding-left: 7px!important;}
}

ul#hsresults li a {color: #e21b4c; font-size: 24px;}
ul#hsresults li a:hover {color: #000;}
.hs-search-field--open .hs-search-field__suggestions {display: none!important}

.hs-banner-area-module {
  min-height: 433px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}

.hs-banner-area-module h1 {color: #fff;}

.bg-image-section {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 433px !important;
  background-position: left 3px;
}
.solution-mfg.solution-smb.product-child-page .hovers .feed-box:nth-child(2) span.feed-btn:hover {
  color: #e21b4c !important;
}
.solution-legal.solution-smb.product-child-page .solutions-smb-pg.more-hover .feed-box:last-child .feed-btn:hover{
  color: #e21b4c !important;
}
.custom-header {
  padding: 143px 0 0;
  color: #fff;
}

.custom-header h1 {color: #fff;}

@media (max-width: 767px) {
  body {padding-top: 90px;}
  body.hs-landing-page {padding-top: 65px;}
  .header-container-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 10;
  }
}





/* UPDATE STYLES  */
.banner-inner-box h1,
.virtual-infra-hero h1 {
  margin-top: 0 !important;
}

.banner-inner-box h1 .small-title,
.virtual-infra-wrap h1 .small-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: ni;
}

@media(max-width: 480px){
  .banner-inner-box h1{
    margin-top:1em !important;
    line-height: 1.5 !important;
  }   
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

@media(max-width: 480px){
  #header .header-cta {
    display: inline-block;
    right: 79px;
    position: absolute;
  }

  #header.updated-header-section .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 3em;
  }
}



/* GLOBAL UPDATES  */
.nav-header .span3.widget-type-custom_widget {
  max-width: 240px;
  width: 100%;
}

@media(max-width:480px){
  .nav-header .span3.widget-type-custom_widget {
    max-width: 40% !important;
    height: 43px;
  } 

  #header .header-cta {
    top: 0px;
    margin-top: 0px !important;
  }
}