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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


*/

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


body {
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
    text-decoration: none;
}
li {
    list-style: none;
}

.in-the-news a:hover,
.button:hover {
  background-color: #b33d07;
}
.blog-list-row {
    border-bottom: 1px solid #eee;
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 35px;
}
.in-the-news a,
.button.blog-read-more-cta {
  display: block;
  width: 180px;
  height: 50px;
  margin-top: 10px;
  padding: 15px 20px;
  border: 1px none #818f82;
  border-radius: 0px;
  background-color: #38acd2;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
}
.in-the-news a:hover,
.button.blog-read-more-cta:hover {
  background-color: #287993;
}
.in-the-news a {
    color: white;
    text-align: center;
}
.in-the-news a,
.button.blog-read-more-cta.featured {
  margin-top: 10px;
}

.button.pagination-all {
  display: inline-block;
  width: 140px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 10px 12px;
  border: 1px solid #38acd2;
  border-radius: 0px;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  color: #38acd2;
  font-size: 14px;
  font-weight: 400;
}

.button.pagination-all:hover {
  border-color: #38acd2;
  background-color: #287993;
  color: white;
}

.button.pagination-next-previous {
  width: 140px;
  height: auto;
  padding: 9px 10px 12px;
  border: 1px solid #38acd2;
  border-radius: 0px;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  color: #38acd2;
  font-size: 14px;
}

.button.pagination-next-previous:hover {
  background-color: #287993;
  color: white;
}

.button.pagination-next-previous.topics {
  width: 180px;
  margin-right: 25px;
  float: right;
}

.button.blog-listing {
  width: 180px;
  height: 50px;
  margin-right: 25px;
  padding-top: 14px;
  padding-right: 25px;
  padding-left: 25px;
  float: right;
  border-radius: 0px;
  background-color: #38acd2;
  font-size: 14px;
}

.button.blog-listing:hover {
  background-color: #287993;
}
.button.blog-listing.news {
  display: block;
  margin-top: 10px;
  float: none;
}

.nav-bar {
  position: fixed;
  width: 100%;
  height: 60px;
  min-height: 60px;
  border-bottom: 1px none #436a6e;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
}

.footer-parent-row {
  border-bottom: 0px none black;
  background-color: #474747;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px inset;
}

.footer-column-1 {
  height: 135px;
  min-height: 100px;
  padding-top: 15px;
  padding-left: 20px;
  border-top: 1px none #436a6e;
  border-right: 1px solid #436a6e;
  border-bottom: 0px none black;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-column-1:hover {
  background-color: #436a6e;
}

.footer-column-1._2 {
  height: 80px;
  min-height: 70px;
  padding-top: 0px;
  padding-bottom: 25px;
  border-top: 1px none black;
  border-right-style: none;
  background-color: #333;
}

.footer-column-1._2:hover {
  background-color: #333;
}

.footer-column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-text-block-heading {
  width: 300px;
  margin-bottom: 5px;
  color: white;
  font-size: 18px;
  text-align: left;
}

.footer-text-block-heading._2 {
  padding-left: 20px;
  line-height: 24px;
}

.footer-text-link {
  padding-right: 50px;
  padding-left: 0px;
  float: left;
  color: #ebebeb;
  font-size: 13px;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.footer-text-link:hover {
  color: #bfbfbf;
}

.footer-text-link._2 {
  display: inline-block;
  width: auto;
  padding-right: 50px;
  padding-left: 20px;
  text-align: left;
}

.footer-text-link._3 {
  display: block;
  width: auto;
  margin-top: 7px;
  padding-top: 1px;
  padding-right: 0px;
  padding-left: 20px;
  color: #969696;
  font-size: 13px;
  line-height: 17px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.footer-text-link._3.none {
  display: none;
}

.footer-column-2-column-1-blog {
  height: 135px;
  min-height: 100px;
  padding-top: 15px;
  padding-left: 20px;
  border-top: 1px none #436a6e;
  border-right: 1px solid #436a6e;
  border-bottom: 1px none #436a6e;
  background-color: transparent;
}

.footer-column-2-column-1-blog:hover {
  background-color: #436a6e;
}

.footer-column-2-column-1-blog._3 {
  height: 80px;
  min-height: 70px;
  padding-top: 5px;
  border-right-style: none;
  background-color: #333;
}

.footer-column-2-column-1-blog._3:hover {
  background-color: #333;
}

.footer-column-2-column-2-download {
  height: 135px;
  min-height: 100px;
  padding-top: 15px;
  padding-left: 30px;
  border-top: 1px none #436a6e;
  background-color: transparent;
}

.footer-column-2-column-2-download:hover {
  background-color: #436a6e;
}

.footer-column-2-column-2-download._3 {
  height: 80px;
  min-height: 70px;
  padding-top: 5px;
  background-color: #333;
}

.footer-column-2-column-2-download._3:hover {
  padding-top: 5px;
  background-color: #333;
}

.footer-social-media-image-div {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 20px;
  float: left;
  border: 2px solid #f0f0f0;
  border-radius: 200px;
  background-color: #b5a1a1;
  background-position: 50% 50%;
  background-size: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-social-media-image-div:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.16);
  -ms-transform: scale(1.16);
  transform: scale(1.16);
}

.footer-social-media-image-div._2 {
}

.footer-social-media-image-div._3 {
  display: block;
}

.copyright-section {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: #333;
  color: white;
  font-size: 11px;
}

.footer-copyright-text-box {
  display: block;
  margin-top: 15px;
  padding-left: 194px;
  color: dimgray;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

.contact-us-div-wrap {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  width: 230px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-top-left-radius: 4px;
  background-color: #dd4e0c;
}

.contact-text-box {
  display: inline-block;
  min-height: 40px;
  padding-top: 10px;
  padding-left: 10px;
  border-left: 1px none white;
  border-top-style: none;
  border-top-width: 1px;
  border-top-left-radius: 4px;
  color: white;
}

.contact-us-arrow-icon-div {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 0px;
  float: right;
  background-position: 50% 50%;
  background-size: contain;
}

.case-study-banner-section {
  padding-top: 95px;
  padding-bottom: 40px;
  background-color: rgba(210, 209, 199, 0.2);
}

.case-study-banner-section.internal-blog {
  min-height: 0px;
  padding-bottom: 40px;
  background-color: rgba(210, 209, 199, 0.4);
}
.case-study-banner-section .profile-image {
  width: 11%;   
}
.case-study-banner-section .blog-profile {
  width: 89%;   
}


.case-study-banner-section._2 {
  padding-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.case-study-banner-div-wrap {
  width: auto;
  min-height: 300px;
  border: 1px solid #818f82;
  border-radius: 4px;
  background-color: white;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 3px 0px;
}

.blog-featured-blog-heading {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #505657;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
}

.blog-featured-blog-heading._2 {
  margin-top: 0px;
}
.blog-featured-description-p a {
    font-style: normal;
}
.blog-featured-description-p p,
.blog-featured-description-p {
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #a0a1a2;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.blog-featured-posted-by-text-block {
  position: relative;
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  color: #a0a1a2;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

.blog-featured-posted-by-text-block._1 {
  margin-top: 10px;
  color: #a0a1a2;
}

.blog-featured-posted-by-text-block.news {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #a0a1a2;
}

.blog-social-share-dropdown {
  position: relative;
  display: none;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  border-top: 1px solid white;
  border-bottom: 1px none #7a7a7a;
  border-left: 1px solid white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0px;
  background-color: #4f7f83;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog-social-share-dropdown:hover {
  background-color: #436a6e;
}

.blog-social-share-button-text {
  display: inline-block;
  font-family: 'Stawix amsipro', sans-serif;
  color: white;
}

.blog-social-share-dropdown-toggle {
  width: auto;
  padding: 0px 10px 13px 15px;
}

.blog-social-share-dropdown-toggle.w--open {
  border-top-left-radius: 4px;
  background-color: #3a5161;
}

.blog-social-share-icon {
  position: relative;
  top: 9px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background-size: contain;
}

.blog-social-share-links {
  padding-top: 9px;
  border-top: 1px solid #436a6e;
  border-bottom: 1px none white;
  border-left: 1px solid #436a6e;
  background-color: #4f7f83;
  color: white;
  text-align: center;
  text-decoration: none;
}

.blog-social-share-links:hover {
  background-color: #436a6e;
  color: white;
}

.blog-search-subscribe-section {
  min-height: auto;
  padding-top: 28px;
  padding-bottom: 8px;
  /*border-top: 1px solid #e7e7e7;*/
  /*border-bottom: 1px none #d5d5d5;*/
  background-color: white;
}

.blog-search-subscribe-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-search-input {
  height: 50px;
  min-height: 50px;
  padding-top: 0px;
  padding-left: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 4px 6px 6px 4px;
  background-color: rgba(210, 209, 199, 0.2);
  color: #9c9c9c;
  font-style: normal;
}

.blog-search-button {
  width: 100px;
  height: 48px;
  padding-top: 14px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #b8bc6b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-style: normal;
  text-align: center;
}

.blog-search-button:hover {
  background-color: #9ca05b;
}

.blog-search-button._2 {
  width: 130px;
  padding-top: 9px;
  background-color: #ececec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #575757;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.blog-search-button._2:hover {
  background-color: #797979;
  color: #eee;
}

.blog-search-button.search {
  width: 50px;
  border-left: 1px solid #e2e2e2;
  background-color: white;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/search.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.blog-recommended-section {
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  background-color: rgba(210, 209, 199, 0.2);
}

.blog-recommended-section._2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.blog-recommended-section._3 {
  background-color: white;
}

.blog-recomended-text-block {
  margin-bottom: 15px;
  margin-left: 1px;
  font-family: Helvetica, Arial, sans-serif;
  color: rgb(80, 86, 87);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.blog-recommended-image-div {
  display: block;
  width: auto;
  height: 200px;
  min-height: 200px;
  margin-bottom: 10px;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/procera-blog-image-placeholder.jpg'), url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/example-bg.png');
  background-position: center !important;
  background-size: cover !important;
}

.blog-recommended-image-div:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.blog-recommended-image-div._2 {
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.blog-recommended-image-div._3 {
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.blog-recommended-titles {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Helvetica, Arial, sans-serif;
  color: #a0a1a2;
  font-size: 14px;
  text-align: center;
}

.blog-recommended-titles:hover {
  color: #74a04c;
}

.blog-list-section {
  padding-top: 50px;
  padding-bottom: 80px;
}

.blog-list-section.internal {
  /*padding-bottom: 70px;*/
}

.container-fluid .row-fluid .blog-list-column {
  padding-left: 10px;
}

.container-fluid .row-fluid .blog-list-column._2 {
  padding-left: 20px;
}

.blog-list-image-div {
  width: 150px;
  height: 150px;
  margin-top: 5px;
  border-radius: 0px;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/generic-press-release_600x400px.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-list-image-div._2 {
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.blog-list-image-div._3 {
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.blog-list-image-div._4 {
  border-radius: 0px;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.blog-list-image-div._5 {
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
}

.blog-list-image-div.profile {
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/procera-blog-profile-placeholder.jpg');
  background-size: cover;
}

.blog-list-heading {
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Helvetica, Arial, sans-serif;
  color: #505657;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
}

.blog-list-heading:hover {
  color: #74a04c;
}
.blog-list-p p,
.blog-list-p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #a0a1a2;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.blog-list-name {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #c2c2c2;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.blog-list-separation-line-div {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 35px;
  background-color: #eee;
}

.blog-list-separation-line-div.topics {
  margin-top: 20px;
}
.blog-pagination-div-wrap {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.blog-pagination-row {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.blog-pagination-previous {
  margin-top: 0px;
  padding-right: 10px;
  color: #dd4e0c;
  font-size: 18px;
  text-align: right;
}

.blog-pagination-previous:hover {
  margin-top: 0px;
  color: #b33d07;
}

.blog-pagination-next {
  margin-top: 0px;
}
body .bp-blog-paginate {
    margin-top: 0;
}
.subscribe-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  font-size: 32px;
  text-align: left;
}

.subscribe-to-blog-section {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #424242;
}

.subscribe-to-blog-input {
  display: block;
  width: auto;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-left: 10px;
  border-radius: 2px;
  background-color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.subscribe-to-blog-description-text-block {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ddd;
  font-size: 14px;
  font-style: normal;
}

.subscribe-to-blog-button {
  display: block;
  width: auto;
  height: 60px;
  padding-top: 18px;
  float: right;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #757575;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  font-size: 20px;
  text-align: center;
}

.subscribe-to-blog-button:hover {
  background-color: #4f4f4f;
}

.internal-blog-container {
  padding-right: 10px;
  padding-left: 10px;
}

.pr-blog-internal-text-area .hs_cos_wrapper_type_rich_text p:first-of-type,
.blog-first-paragraph-span {
  color: rgb(80, 86, 87);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.pr-blog-internal-text-area h4,
.pr-blog-internal-text-area h3,
.blog-sub-heading-1-span {
  color: rgb(80, 86, 87);
  font-size: 22px;
  font-weight: 700;
}
.pr-blog-internal-text-area h3,
.blog-sub-heading-1-span._2 {
  font-weight: 400;
}
.pr-blog-internal-text-area h4,
.blog-sub-heading-1-span._3 {
  color: rgb(80, 86, 87);
  font-size: 18px;
  font-weight: 700;
}
.pr-blog-internal-text-area .hs_cos_wrapper_type_rich_text a,
.blog-internal-links {
  color: #74a04c;
  font-style: normal;
}

.pr-blog-internal-text-area .hs_cos_wrapper_type_rich_text a:hover,
.blog-internal-links:hover {
  color: #74a04c;
  text-decoration: underline;
}

.blog-internal-focus-line {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 30px 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0px;
  background-color: transparent;
  color: #4f4f4f;
  font-size: 22px;
  line-height: 26px;
  font-style: normal;
  text-align: center;
}
.pr-blog-internal-text-area h2,
.blog-internal-big-heading {
  color: rgb(80, 86, 87);
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
}

.pr-blog-internal-text-area p,
.blog-internal-text-area {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #a0a1a2;
  font-size: 14px;
  line-height: 24px;
}

.pr-blog-internal-text-area ul li,
.pr-blog-internal-text-area ol li {
    list-style: inherit;
}
.pr-blog-internal-text-area ul,
.blog-internal-bullet-list {
  margin-right: 0px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 30px;
}
.pr-blog-internal-text-area ul li,
.blog-internal-bullet-list-item {
  margin-bottom: 10px;
  color: #919191;
  font-size: 14px;
  line-height: 24px;
}
.pr-blog-internal-text-area ol,
.blog-internal-number-list {
  margin-right: 0px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 35px;
}

.pr-blog-internal-text-area ol li,
.blog-internal-number-list-item {
  margin-bottom: 10px;
  color: #757575;
  font-size: 14px;
  line-height: 24px;
}

.blog-internal-image-div {
  display: block;
  height: 165px;
  width: 240px;
  /*width: 235px;
  height: 200px;*/
 margin: 20px auto 0 0;
  border: 2px solid white;
  border-radius: 0px;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/generic-press-release_600x400px.jpg'), url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-feature-row {
  padding-right: 0px;
  padding-left: 0px;
}

.container-fluid .row-fluid .blog-feature-column {
  padding-top: 0px;
}

.container-fluid .row-fluid .blog-feature-column.internal {
  padding-top: 15px;
  padding-left: 25px;
}

.container-fluid .row-fluid .blog-feature-column._2 {
  padding-left: 20px;
}

.blog-social-share-dropdown-list {
  margin-top: -214px;
}

.blog-social-share-dropdown-list.w--open {
  margin-top: -211px;
}

.social-share {
  position: relative;
  top: 0px;
  right: 0px;
  margin-right: 0px;
  float: right;
}

.read-more-ghh {
  font-family: Helvetica, Arial, sans-serif;
  color: #38acd2;
  font-size: 18px;
  text-decoration: none;
}

.read-more-ghh:hover {
  color: #287993;
}

.read-more-ghh.blog {
  display: inline-block;
  margin-top: 0px;
}

.subscribe-email {
  margin-top: 13px;
  font-family: Helvetica, Arial, sans-serif;
  color: #cacaca;
  font-size: 13px;
}

.default-share {
  font-size: 24px;
}

.lp-background {
  height: 160px;
  padding-top: 0px;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/header-placeholder.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.lp-background.ty {
  height: 200px;
}

.lp-background.topics {
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/header-placeholder.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.lp-logo {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 250px;
  height: 80px;
  margin: 0px auto 0px 0px;
  padding-top: 25px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: white;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/procera-logo.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 9px 0px;
  text-align: center;
}

.lp-logo._2 {
  width: 250px;
  padding-top: 24px;
  background-image: none;
}

.lp-body {
  padding-top: 0px;
}
.pr-topic-header h1,
.lp-h1 {
  margin-bottom: 15px;
  font-family: Helvetica, Arial, sans-serif;
  color: #505657;
  font-size: 36px;
  line-height: 46px;
  text-align: left;
}
.pr-topic-header h1,
.lp-h1.topics {
  margin-bottom: 10px;
  color: #505657;
  font-size: 30px;
}

.lp-body-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.line {
  display: block;
  width: 70px;
  height: 5px;
  margin: 30px auto;
  background-color: #b8bc6b;
}

.lp-p-big {
  margin-bottom: 30px;
  font-family: Helvetica, Arial, sans-serif;
  color: #505657;
  font-size: 18px;
  text-align: left;
}

.lp-row {
  border-top: 1px solid #e0e0e0;
}

.lp-column {
  padding-top: 30px;
}

.lp-image {
  width: 460px;
  height: 250px;
  margin-bottom: 15px;
  background-color: #e0e0e0;
}

.lp-description {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #a0a1a2;
  font-size: 14px;
  line-height: 22px;
}

.lp-description.bold {
  margin-top: 0px;
  margin-left: 5px;
  font-family: Helvetica, Arial, sans-serif;
  color: #505657;
  font-size: 14px;
  font-weight: 700;
}

.lp-list {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 20px;
}

.lp-list-item {
  font-family: Helvetica, Arial, sans-serif;
  color: #a0a1a2;
  font-weight: 400;
}

.lp-form {
  padding: 20px 20px 30px;
  border: 1px solid #d2d1c7;
  border-radius: 4px;
  background-color: rgba(210, 209, 199, 0.3);
}

.lp-form-field-label {
  font-family: Helvetica, Arial, sans-serif;
  color: #505657;
  font-size: 16px;
  font-weight: 400;
}

.lp-text-field {
  font-family: Lato, sans-serif;
}

.lp-form-heading {
  margin-bottom: 15px;
  color: #505657;
  font-size: 22px;
  line-height: 28px;
}

.lp-select {
  font-family: Lato, sans-serif;
}

.lp-text-area {
  min-height: 100px;
  font-family: Lato, sans-serif;
}

.lp-form-button {
  margin-top: 10px;
  padding: 13px 20px 15px;
  float: right;
  border: 1px none #287993;
  background-color: #38acd2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.lp-form-button:hover {
  background-color: #287993;
}

.lp-paragraph-section {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #287993;
}

.lp-paragraph-section._2 {
  background-color: rgba(210, 209, 199, 0.5);
}

.lp-paragraph-container {
  color: white;
}

.lp-paragraph {
  font-family: Helvetica, Arial, sans-serif;
  color: #f7f7f7;
  font-size: 16px;
  text-align: left;
}

.lp-footer {
  background-color: #1d1d1b;
}

.lp-footer._2 {
  min-height: 550px;
  background-color: whitesmoke;
}

.copyright-text {
  font-family: Helvetica, Arial, sans-serif;
  color: #a0a1a2;
  font-size: 12px;
  text-align: center;
}
.pr-blog-internal-text-area iframe {
    width: 100%;
    height: 300px;
}
.blog-list-p p a,
.pr-blog-internal-text-area .hs_cos_wrapper_type_rich_text a {
    color: #74a04c;
    font-style: normal;
}

.lp-button {
  display: inline-block;
  width: 250px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 17px;
  border: 1px none #818f82;
  background-color: #38acd2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  font-size: 18px;
  text-align: center;
}

.lp-button:hover {
  background-color: #287993;
}

.lp-button.subscribe {
  width: 220px;
  height: 48px;
  margin-top: 20px;
  padding-top: 12px;
  float: right;
  font-size: 16px;
}

.lp-button.blog {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lp-where-to-next {
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  color: #505657;
  font-size: 22px;
  text-align: left;
}

.lp-where-to-next._2 {
  display: inline-block;
  margin-top: 12px;
  margin-right: 10px;
  float: right;
  color: #505657;
  line-height: 28px;
}

.lp-line {
  display: inline-block;
  width: 340px;
  height: 1px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  float: right;
  clear: right;
  background-color: #cacaca;
}

.lp-line._2 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.lp-links {
  display: block;
  margin: 10px auto 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Helvetica, Arial, sans-serif;
  color: #74a04c;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}

.lp-links:hover {
  color: #517235;
}

.lp-social-images {
  display: inline-block;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.social-images {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px;
}

.uxpin-footer {
  margin-top: 0px;
  padding-top: 44px;
  text-align: center;
}

.logo-device {
  width: 230px;
  height: 60px;
  background-color: white;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/procera-logo.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.logo-text {
  margin-top: 18px;
  color: white;
  text-align: center;
}

.menu-search {
  width: 50px;
  height: 60px;
  float: right;
  background-color: #fafafa;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/search.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.blog-image {
  width: 460px;
  height: 300px;
  max-height: 300px;
  background-color: #e0e0e0;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/procera-blog-image-placeholder.jpg');
  background-position: center;
  background-size: cover;
}

.blog-image.news {
  display: none;
}

.blog-catogories {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #505657;
  font-size: 13px;
}

.blog-catogories._2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ececec;
  color: white;
}

.blog-catogories._3 {
  display: none;
  background-color: #616161;
}

.blog-catogories._4 {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #505657;
}
.blog-catogories._5 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(238, 238, 238);
    background-color: rgb(240, 240, 240);
}
@media (min-width: 1280px) {
    .blog-catogories._5 .row-fluid [class*="span"] { 
        min-height: 1px;
    }
}
.cat-column._2 {
  /*min-height: auto;
  padding-top: 15px;*/
  padding-right: 0px;
  border-right: 1px none #ddd;
  color: #4f4f4f;
}

.cat-image {
  width: 60px;
}

.cat-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 10px !important;
  color:#d1d1d1;
  font-size: 16px;
  text-align: left;
  margin-bottom:-4px;
}

.cat-text:hover {
  color: #74a04c;
}
.cat-text._2 {
    padding-left: 0px !important;
    color: rgb(80, 86, 87);
    text-align: left;
}
.cat-description {
  color: #c9c9c9;
}

.cat-description:hover {
  color: white;
}

.footer-placeholder {
  height: 243px;
  padding-top: 84px;
  background-color: #f7f7f7;
}

.footer-text {
  text-align: center;
  text-transform: uppercase;
}

.container-fluid .row-fluid .w-col.internal-column {
  padding-left: 20px;
}

.articles-column {
  min-height: 200px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f8f8f8;
}

.featured-blogs {
  padding-top: 18px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #287993;
  color: white;
  font-size: 18px;
}

.blog-list {
  padding-top: 10px;
  padding-left: 25px;
}

.blog-list-item {
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 17px;
  list-style: inherit;
}
.blog-list-item,
.blog-list-item a {
  color: rgb(160, 161, 162);
}
.blog-list-item:hover,
.blog-list-item a:hover {
  color: rgb(116, 160, 76);
}

.blog-list-div {
  padding-top: 10px;
  padding-bottom: 15px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #dfdfdf;
}

.blog-list-div:hover {
  background-color: white;
}

.blog-list-div._2:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
}

.blog-list-links {
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px;
  padding-right: 10px;
  color: rgb(160, 161, 162);
  text-decoration: none;
}

.blog-list-links:hover {
  color:rgb(116, 160, 76);
}
a.blog-list-links em {
    font-style: normal;
}
body[class*=hs-content-path-newsevents-author] .body-container-wrapper .hide-on-author,
body[class*=hs-content-path-press-releases-author] .body-container-wrapper .hide-on-author,
body[class*=hs-content-path-blog-author] .body-container-wrapper .hide-on-author {
    display: none;
}
.recent-blogs {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background-color: white;
  color: #4f4f4f;
}

.cta-div-wrap {
  min-height: 300px;
  padding-top: 0px;
  background-image: url('//cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/procera-blog-image-placeholder.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-size: 24px;
}

.cta-text {
  padding-top: 120px;
  padding-bottom: 160px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
}

.ty-social-icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 14px;
  border-radius: 200px;
  background-color: #858585;
  text-align: center;
}

.profile-div-wrap {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.profile-image {
  width: 40px;
  border-radius: 200px;
}

.blog-profile {
  padding-top: 2px;
  padding-left: 10px;
  float: right;
  color: #a0a1a2;
  font-size: 12px;
  line-height: 17px;
}

.filter-heading {
  margin-bottom: 7px;
  color: #d1d1d1;
  font-size: 16px;
  text-align: left;
}

.filter-heading._2 {
  color: #757575;
}

.filter-line {
  height: 1px;
  background-color: #707070;
}
.span12.pr-filter-line {
  min-height: 18px;
}
.filter-row .p-extra-small {
    width: 172px;
}
.filter-tag {
  display: block;
  margin: 15px auto 5px;
  color: #dadada;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.filter-tag:hover {
  color: white;
}

.p-small {
  color: #bebebe;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.button-news {
  display: block;
  width: 160px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #c7c7c7;
  background-color: transparent;
  color: #757575;
  font-size: 12px;
  text-align: center;
}

.button-news:hover {
  background-color: #eee;
}

.author-position {
  color: #505657;
  font-size: 16px;
  font-weight: 700;
}

.profile-icons {
  width: 50px;
  border-radius: 200px;
}

.profile-social-images {
  width: 50px;
  margin-top: 10px;
  margin-right: 5px;
  border-radius: 200px;
}
.profile-social-images:hover {
    -webkit-transform: translate(1px,1px);
    -ms-transform: translate(1px,1px);
    transform: translate(1px,1px);
}
.landing-page-video {
  width: 600px;
  height: 50px;
}

.lp-description-span {
  color: rgb(80, 86, 87);
  font-weight: 700;
}

.blog-search-indicator {
  padding-top: 13px;
}
.filter-column img,
.filter-image {
  width: 60px;
}

.blog-tag {
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  opacity: 1;
  color: #a0a1a2;
  font-size: 12px;
  line-height: 15px;
}

a.filter-by-topics {
  display: block;
  width: 180px;
  height: 50px;
  /*margin-top: 17px;*/
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px !important;
  border: 1px none #b3b3b3;
  border-radius: 0px;
  background-color: #38acd2;
  font-size: 14px;
  text-align: center;
}

.filter-by-topics:hover {
  background-color: #287993;
}

.topics-column {
  padding-right: 10px;
  padding-left: 10px;
}
.pr-topics-heading h3,
.topics-heading {
  height: 60px;
  padding-top: 18px;
  padding-left: 20px;
  background-color: #287993;
  color: white;
  font-size: 16px;
 
}
.pr-topics-heading h3 {
  margin:0;
  line-height: normal;
  font-weight: inherit;
}
.topics-heading._2 {
  background-color: #999;
}

.topics-body-div {
  padding: 20px;
  background-color: rgba(210, 209, 199, 0.2);
  line-height: 30px;
}

.check-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: white;
}

.subscribe-selector {
  display: inline-block;
  margin-left: 5px;
  color: white;
}

.notification-div-wrap._1 {
  display: inline-block;
  width: 80px;
  margin-top: 5px;
}

.back-icon {
  width: 50px;
  margin-left: 20px;
  float: left;
  text-align: left;
}

.back-to-main-site-text {
  margin-top: 4px;
  padding-left: 58px;
  text-align: left;
}

.ty-share {
  margin-right: 5px;
  margin-left: 5px;
}

.temp-back-section {
  min-height: 200px;
  padding-top: 61px;
  background-color: #287993;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.temp-back-section:hover {
  background-color: #38acd2;
}

.back-link-block {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.back-text {
  min-width: 300px;
  margin-top: 12px;
  padding-left: 82px;
  color: white;
  font-size: 22px;
}

.qoute-profile {
  float: right;
}

.p-extra-small {
  padding-left: 10px;
  color: #f0f0f0;
  font-size: 13px;
  line-height: 16px;
}

.p-extra-small:hover {
  color: #74a04c;
}

.link-text {
  color: #74a04c;
  text-decoration: none;
}

.link-text.none {
  text-decoration: none;
}

.link-text.none:hover {
  text-decoration: underline;
}
.link-text._2 {
    color: rgb(160, 161, 162);
}
.link-text._2:hover, .link-text._2.-wfp-hover {
    color: rgb(116, 160, 76);
}
.link-text._3 {
    color: rgb(80, 86, 87);
}
.link-text._3:hover, .link-text._3.-wfp-hover {
    color: rgb(116, 160, 76);
    text-decoration: none;
}
.blog-topics-section {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #287993;
}
.topics-column .widget-module,
.topics-link-block {
  width: 100%;
  padding: 5px 20px;
  background-color: rgba(210, 209, 199, 0.2);
  text-decoration: none;
}
.topics-column .widget-module,
.topics-link-block.first {
  padding-top: 0px;
  padding-bottom: 30px;
}

.topics-link-block.last {
  padding-bottom: 20px;
}
.topics-column .widget-module li a,
.topics-link-block-text {
  margin-bottom: 5px;
  color: #74a04c;
}
.topics-column .widget-module ul {
    padding-left:0px;
}
.topics-column .widget-module li a:hover,
.topics-link-block-text:hover {
  color: #517235;
}

@media (max-width: 991px) {

  p {
    color: #969696;
  }
  a {
    width: 100%;
  }
  .button.mobile-nav-request-a-consultation {
    width: auto;
    height: 40px;
    margin-top: 5px;
    margin-right: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    background-color: white;
    color: #dd4e0c;
    font-size: 14px;
  }
  .in-the-news a,
  .button.blog-read-more-cta {
    width: 180px;
    height: auto;
    margin-bottom: 10px;
    padding-top: 12px;
  }
  .in-the-news a,
  .button.blog-read-more-cta.featured {
    width: 180px;
  }
  .footer-column-1 {
    height: auto;
    min-height: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-style: none;
    border-right-style: none;
  }
  .footer-column-1._2 {
    height: 120px;
  }
  .footer-text-block-heading._2 {
    padding-left: 20px;
  }
  .footer-text-link {
    text-align: left;
  }
  .footer-text-link._2 {
    width: auto;
    padding-left: 20px;
  }
  .footer-text-link._3 {
    width: auto;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 15px;
  }
  .footer-column-2-column-1-blog {
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .footer-column-2-column-1-blog._3 {
    height: 120px;
  }
  .footer-column-2-column-2-download {
    padding-bottom: 25px;
  }
  .footer-column-2-column-2-download._3 {
    height: 120px;
  }
  .copyright-section {
    position: static;
    padding-bottom: 0px;
  }
  .footer-copyright-text-box {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    padding-left: 0px;
    line-height: 14px;
  }
  .case-study-banner-section {
    min-height: 400px;
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .case-study-banner-section.news {
    min-height: 200px;
  }
  .blog-featured-blog-heading {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 32px;
  }
  .blog-featured-description-p p,
  .blog-featured-description-p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-search-subscribe-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .blog-recommended-section {
    padding: 20px 40px;
  }
  .blog-recommended-image-div {
    height: 180px;
    min-height: 180px;
  }
  .blog-list-section {
    padding: 30px 40px 60px;
  }
  .container-fluid .row-fluid .blog-list-column {
    padding-left: 0px;
  }
  .blog-list-image-div {
    width: 120px;
    height: 120px;
  }
  .blog-list-image-div._2 {
    width: 110px;
    height: 110px;
  }
  .blog-list-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .blog-list-separation-line-div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .subscribe-to-blog-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .subscribe-to-blog-input {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .internal-blog-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-internal-big-heading {
    line-height: 34px;
  }
  .blog-internal-text-area {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobile-nav-bar {
    position: fixed;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #436a6e;
    background-color: #333;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 1px 3px 0px;
  }
  .mobile-nav-bar-logo {
    width: 100px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    margin-left: 10px;
    background-position: 50% 50%, 50% 50%;
    background-repeat: no-repeat, no-repeat;
  }
  .mobile-nav-bar-menu-button {
    width: 100px;
    height: 50px;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid white;
    background-color: #dd4e0c;
  }
  .mobile-nav-bar-menu-button:hover {
    background-color: #b33d07;
  }
  .mobile-nav-bar-menu-button.w--open {
    border-bottom: 1px solid white;
    background-color: #b33d07;
  }
  .mobile-nav-bar-menu-icon {
    display: inline-block;
    color: white;
  }
  .mobile-nav-bar-button-text {
    position: relative;
    bottom: 5px;
    display: inline-block;
    color: white;
    font-size: 16px;
  }
  .mobile-nav-bar-menu {
    background-color: transparent;
  }
  .mobile-menu-nav-links {
    width: 100%;
    max-width: 900px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
    background-color: #436a6e;
    color: white;
    font-size: 14px;
    text-align: center;
  }
  .mobile-menu-nav-links:hover {
    color: white;
  }
  .mobile-nav-bar-request-a-consultation {
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 16px;
  }
  .pr-blog-internal-text-area ul,
  .blog-internal-bullet-list {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }
  .blog-internal-number-list {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 25px;
  }
    .blog-internal-image-div {
        background-size: cover;
        height: 130px;
        margin-top: 5px;
        width: 190px;
    }
  .blog-feature-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .blog-feature-column {
    padding-left: 0px;
  }
  .container-fluid .row-fluid .blog-feature-column.internal {
    padding-top: 5px;
    padding-left: 20px;
  }
  .social-share {
    float: left;
  }
  .lp-background {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pr-topic-header h1,
  .lp-h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .lp-body-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .lp-image {
    width: auto;
    height: auto;
  }
  .lp-paragraph-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .copyright-text {
    padding-right: 30px;
  }
  .lp-where-to-next._2 {
    float: right;
  }
  .blog-image {
    width: auto;
  }
  .blog-catogories {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cat-text {
    margin-top: 11px;
  }
  .cat-text._2 {
     margin-top: 0px;
     font-size: 16px;
  }
  .blog-list-links {
    font-size: 13px;
  }
  .cta-div-wrap {
    background-size: cover;
  }
  .filter-column img,
  .filter-image {
    width: 42px !important;
    height: 42px;
  }
  a.filter-by-topics {
    width: 100%;
    height: 42px;
    padding-top: 10px !important;
  }
  .temp-back-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-extra-small {
    display: none !important;
    font-size: 12px;
  }
  .topics-column .widget-module li a,
  .topics-link-block-text {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body {
    height: auto;
  }
  h1 {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 37px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .button.pagination-all {
    width: auto;
    font-size: 14px;
  }
  .button.pagination-next-previous {
    width: 100px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .button.pagination-next-previous.topics {
    margin-top: 0px;
    float: left;
  }
  .button.blog-listing {
    display: block;
    margin-top: 10px;
    float: left;
  }
  .footer-column-1 {
    height: auto;
    border-right-style: none;
  }
  .footer-column-1._2 {
    height: 130px;
  }
  .footer-column-2 {
    min-height: 0px;
  }
  .footer-text-link._3 {
    padding-left: 20px;
  }
  .footer-column-2-column-1-blog {
    height: auto;
    border-right-style: none;
  }
  .footer-column-2-column-1-blog._3 {
    height: 100px;
    min-height: 1px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .footer-column-2-column-2-download {
    height: auto;
  }
  .footer-column-2-column-2-download._3 {
    height: 100px;
    min-height: 1px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .footer-copyright-text-box {
    width: 300px;
    text-align: left;
  }
  .case-study-banner-section {
    min-height: auto;
    padding: 80px 30px 30px;
  }
  .case-study-banner-section.internal-blog {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .case-study-banner-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cat-text._2 {
    font-size: 15px;
   }
  .blog-featured-blog-heading {
    margin-top: 0px;
    padding-right: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .blog-featured-blog-heading._2.profile {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .blog-social-share-dropdown {
    position: relative;
    top: 0px;
    right: 0px;
    display: inline-block;
    margin-top: 0px;
    float: right;
    clear: none;
  }
  .blog-social-share-dropdown-toggle {
    float: none;
  }
  .blog-search-subscribe-section {
    padding: 5px 30px;
  }
  .blog-search-subscribe-row {
    padding: 15px 0px;
  }
  .blog-search-subscribe-column {
    margin-bottom: 0px;
  }
  .blog-search-button {
    width: 130px;
  }
  .blog-recommended-section {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .blog-recommended-section._2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .blog-recomended-text-block {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }
  .blog-recommended-row {
    margin-bottom: 20px;
  }
  .blog-recommended-column {
    margin-bottom: 20px;
  }
  .blog-recommended-image-div {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-recommended-titles {
    color: #dd4e0c;
    line-height: 22px;
  }
  .blog-recommended-titles:hover {
    color: #b33d07;
  }
  .blog-list-section {
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .blog-list-section.internal {
    padding-top: 30px;
  }
  .container-fluid .row-fluid .blog-list-column {
    padding-left: 0px;
  }
  .container-fluid .row-fluid .blog-list-column._2 {
    padding-left: 30px;
  }
  .blog-list-image-div {
    width: 90px;
    height: 90px;
  }
  .blog-list-image-div._2 {
    max-height: 90px;
    max-width: 90px;
    min-width: 90px;
  }
  .blog-list-image-div.profile {
    margin-bottom: 10px;
  }
  .blog-list-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-list-separation-line-div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-pagination-div-wrap {
    width: auto;
  }
  .blog-pagination-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-pagination-previous {
    display: block;
    padding-right: 5px;
    padding-left: 0px;
    text-align: center;
  }
  .blog-pagination-next {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .pr-topic-list.button.pagination-next-previous.topics {
      margin: 20px 0;
      float: none;
  }
  .subscribe-heading {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }
  .subscribe-to-blog-section {
    padding: 30px 30px 50px;
  }
  .subscribe-to-blog-input {
    width: auto;
    height: 48px;
  }
  .subscribe-to-blog-description-text-block {
    padding-top: 13px;
  }
  .subscribe-to-blog-button {
    width: 110px;
    height: 48px;
    padding-top: 12px;
    font-size: 18px;
  }
  .pr-blog-internal-text-area h4,
  .pr-blog-internal-text-area h3,
  .blog-sub-heading-1-span {
    line-height: 28px;
  }
  .blog-internal-big-heading {
    line-height: 36px;
  }
  .blog-internal-text-area {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .mobile-nav-bar-menu-button {
    padding-top: 13px;
  }
  .mobile-menu-nav-links {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-blog-internal-text-area ul,
  .blog-internal-bullet-list {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }
  .pr-blog-internal-text-area ul li,
  .blog-internal-bullet-list-item {
    font-size: 14px;
  }
  .blog-internal-number-list {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 25px;
  }
  .pr-blog-internal-text-area ol li,
  .blog-internal-number-list-item {
    font-size: 14px;
  }
  .blog-internal-image-div {
    width: auto;
    height: 120px;
    margin-top: 5px;
    /*height: 127px;
    margin-top: 0px;*/
    margin-bottom: 20px;
  }
  .blog-feature-row {
    padding-right: 30px;
    padding-left: 30px;
  }
  .blog-feature-row.list {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .blog-feature-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .blog-feature-column.internal {
    padding-top: 0px;
    padding-left: 50px;
  }
  .container-fluid .row-fluid .blog-feature-column._2 {
    padding-left: 0px;
  }
  .social-share {
    display: none;
  }
  .default-hubspot-share {
    margin-top: 20px;
    padding-top: 24px;
    text-align: center;
  }
  .lp-background {
    height: 80px;
    padding-left: 0px;
  }
  .lp-logo {
    margin-left: 0px;
    border-bottom: 1px solid #e6e6e6;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
  }
  .pr-topic-header h1,
  .lp-h1 {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }
  .lp-body-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lp-p-big {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .lp-column {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .lp-paragraph-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lp-paragraph {
    font-size: 14px;
  }
  .copyright-text {
    padding-right: 30px;
  }
  .lp-where-to-next._2 {
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
  }
  .lp-line {
    display: none;
    width: 70%;
  }
  .lp-links {
    font-size: 16px;
    line-height: 24px;
  }
  .lp-social-images {
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    float: none;
    clear: none;
  }
  .blog-image {
    display: none;
  }
  .blog-catogories {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cat-column {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .container-fluid .row-fluid .w-col.internal-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .articles-column.faetured {
    display: none;
  }
  a.filter-by-topics {
    margin-left: 0px;
  }
  .topics-column {
    padding-left: 0px;
  }
  .pr-topics-heading h3,
  .topics-heading {
    padding-left: 15px;
    font-size: 14px;
  }
  .notification-div-wrap._1 {
    margin-left: 0px;
  }
  .ty-share {
    margin-left: 0px;
  }
  .temp-back-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .qoute-profile {
    margin-top: 10px;
    float: left;
  }
  .blog-topics-button {
    padding-left: 0px;
  }
  .topics-column .widget-module,
  .topics-link-block.first {
    padding-left: 15px;
  }
  .topics-column .widget-module li a,
  .topics-link-block-text {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 36px;
    line-height: 42px;
  }
  p {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .button {
    display: block;
    width: 260px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  .button.mobile-nav-request-a-consultation {
    width: 100%;
    margin-top: 1px;
    margin-right: 0px;
  }
  .in-the-news a,
  .button.blog-read-more-cta {
    margin-left: 0px;
  }
  .in-the-news a,
  .button.blog-read-more-cta.featured {
    margin-left: 0px;
  }
  .button.pagination-all {
    width: 100%;
    margin-left: 0px;
  }
  .button.pagination-next-previous {
    width: 100%;
  }
  .button.pagination-next-previous.topics {
    width: 100%;
  }
  .button.blog-listing.news {
    margin-left: 0px;
  }
  .blog-list-row {
      display: table;
  }
  .footer-column-1 {
    padding-top: 15px;
  }
  .footer-column-1._2 {
    height: 180px;
  }
  .footer-column-2-column-1-blog {
    padding-top: 15px;
  }
  .footer-column-2-column-2-download {
    padding-top: 15px;
  }
  .copyright-section {
    padding-right: 20px;
  }
  .footer-copyright-text-box {
    width: auto;
  }
  .contact-text-box {
    float: left;
    text-align: left;
  }
  .case-study-banner-section {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .blog-featured-blog-heading {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .blog-featured-description-p p,
  .blog-featured-description-p {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .blog-search-subscribe-section {
    padding: 8px 20px 10px;
  }
  .blog-search-subscribe-row {
    padding: 0px;
  }
  .blog-search-subscribe-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-search-button {
    width: 60px;
    font-size: 12px;
  }
  .blog-search-button._2 {
    max-width: 110px;
  }
  .blog-recommended-section._2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-recomended-text-block {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 30px;
  }
  .blog-recommended-column {
    margin-bottom: 10px;
  }
  .blog-list-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .blog-list-section.internal {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-fluid .row-fluid .blog-list-column {
    padding-right: 0px;
  }
  .container-fluid .row-fluid .blog-list-column._2 {
    padding-left: 0px;
  }
  .blog-list-image-div {
    display: block;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .blog-list-image-div._2 {
    max-height: 150px;
    min-height: 150px;
    min-width: 150px;
  }
  .blog-list-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    text-align: left;
  }
  .blog-list-p p,
  .blog-list-p {
    line-height: 22px;
    text-align: left;
  }
  .blog-list-name {
    text-align: center;
  }
  .blog-pagination-div-wrap {
    width: auto;
  }
  .blog-pagination-previous {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .subscribe-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .subscribe-to-blog-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .subscribe-to-blog-description-text-block {
    padding-left: 10px;
  }
  .subscribe-to-blog-button {
    width: 85px;
    font-size: 14px;
  }
  .pr-blog-internal-text-area h4,
  .pr-blog-internal-text-area h3,
  .blog-sub-heading-1-span {
    line-height: 28px;
  }
  .blog-internal-focus-line {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 28px;
  }
  .blog-internal-text-area {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .mobile-nav-bar-request-a-consultation {
    background-color: #dd4e0c;
  }
  .blog-pagination-view-all {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pr-blog-internal-text-area ul,
  .blog-internal-bullet-list {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }
  .pr-blog-internal-text-area ul li,
  .blog-internal-bullet-list-item {
    font-size: 14px;
  }
  .pr-blog-internal-text-area ol,
  .blog-internal-number-list {
    padding-right: 0px;
    padding-left: 20px;
  }
  .pr-blog-internal-text-area ol li,
  .blog-internal-number-list-item {
    font-size: 14px;
  }
  .blog-internal-image-div {
    /*width: 100px;*/
        width: 150px;
    height: 100px;
    margin-bottom: 20px;
  }
  .blog-feature-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-fluid .row-fluid .blog-feature-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .blog-feature-column.internal {
    padding-left: 0px;
  }
  .default-hubspot-share {
    padding-top: 17px;
  }
  .pr-topic-header h1,
  .lp-h1 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 38px;
  }
  .lp-body-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lp-image {
    width: auto;
    height: auto;
  }
  .lp-paragraph-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lp-paragraph {
    line-height: 20px;
  }
  .copyright-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lp-button.blog {
    width: auto;
  }
  .blog-catogories {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cat-text {
    padding-left: 0px;
  }
  .container-fluid .row-fluid .w-col.internal-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .articles-column.faetured {
    display: none;
  }
  .cta-div-wrap {
    height: 160px;
    min-height: 100px;
  }
  .cta-text {
    height: 160px;
    max-height: 160px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .topics-column {
    margin-bottom: 10px;
  }
  .temp-back-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .back-text {
    min-width: auto;
    font-size: 18px;
    line-height: 28px;
  }
  .topics-column .widget-module li a,
  .topics-link-block-text {
    margin-bottom: 5px;
  }
}

/*****************************************
               Blog sharing 
/*****************************************/
/* Hide Mobile Share on Desktop */
.mobi-share {
    display: none;
}

.sharingmodule { 
    width: 70px;
}

.sharingmodule ul#ss-module {  
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid rgb(221, 78, 12);
    border-radius: 4px;
    padding: 0;
   /* margin: 45px  0 0; */
}

.sharingmodule ul#ss-module li {
    display: block;
    margin: 5px auto;
    list-style-type: none;
    text-align: center;
}

.sharingmodule ul#ss-module li span.share {
    color: #ccc;
    display: block;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 10px
}

@media (max-width: 767px){
    .sharingmodule {
        display: none !important;
    }
    /*Removed*/
    /*
     .mobi-share { 
        display: block !important;
        
    }
    */
    
    .mobi-share a {
        display: block;
        font-family: inherit;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        text-align: center;
        text-decoration: none;
        background-color: #38acd2;
        color: white;
        margin-top: 10px;
    }
    .mobi-share a:hover {
        background-color: #74a04c;
    }
}

@media (max-width: 479px) {
    .mobi-share a {
        margin: 5px 0;
    }
}

/*******************************************
             Subscribe Form
********************************************/
/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

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

/* 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 select {
    background-color: #fff;
    border: 1px solid #ccc
    color: #555;
    border-radius: 2px;
    height: 38px;
    line-height: 1.42857;
    margin: 0;
    padding: 8px 12px;
    width: 100%;
}

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

.hs_cos_wrapper_type_form label {
    font-size: 16px !important;
}

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

/* Multiple Line Inputs */
body textarea {}
body textarea:focus {}

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

/* Drop Downs */
body select {}
body select:focus {}

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


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

/* Labels */
.hs_cos_wrapper_type_form label {
    color: white;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form select{
    border: none;
    border-radius: 4px;
    width: 100%;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus {}

/* Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    height: auto;
    min-height: 100px;
    line-height: 1.42857;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
}

.ty-footer-form{
    background-color: #505657;
    font-size: 13px;
    padding-bottom: 60px;
    padding-top: 40px;
}
/* Thank you Footer Form*/
.ty-footer-form form div {
    display: inline;
    width: auto !important;
}

.ty-footer-form div.hs_firstname, 
.ty-footer-form div.hs_lastname, 
.ty-footer-form div.hs_email, 
.ty-footer-form div.hs_country {
    display: inline-block !important;
    width: 25% !important;
}

.ty-footer-form .hs_cos_wrapper_type_form input[type="text"],.ty-footer-form .hs_cos_wrapper_type_form input[type="email"]{
    width: 95%
}

.ty-footer-form .hs-error-msgs {
    position: absolute;
    
}
ul.hs-error-msgs li label {
    max-width: 160px;
}

.ty-footer-form .hs_frequency_of_sends.field.hs-form-field > label{
    display: none;
}

.ty-footer-form .inputs-list{
    margin-top: 10px;
}

.ty-footer-form .inputs-list li {
    display: inline-block;
    margin-right: 15px;
}
.ty-footer-form .inputs-list li input{
    margin-right: 5px;
}

.ty-footer-form ul{
    padding: 0;
}

.ty-footer-form .hs-button.primary.large {
    background-color: #38acd2;
    border: 1px none #818f82;
    color: #fff;
    float: right;
    font-size: 16px;
    height: 48px;
    margin-right: 0;
    margin-left: 0;
    margin-top: -40px;
    transition: all 200ms ease 0s;
    width: 235px;
}
.ty-footer-form .hs-button.primary.large:hover{
    background-color: #287993;
    color: white !important;
    cursor:pointer;
}

.ty-footer-form h3{
    color: white;    
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}


@media(max-width: 767px){
    .ty-footer-form .w-container {
        padding: 0 30px !important;
    }

    /*Responsive Form*/
    .ty-footer-form h3{        
        font-size: 28px;        
    }
     .ty-footer-form div.hs_firstname, 
    .ty-footer-form div.hs_lastname, 
    .ty-footer-form div.hs_email, 
    .ty-footer-form div.hs_country {
        display: inline-block !important;
        width: 100% !important;
        margin-bottom: 5px;
    }
    .ty-footer-form .hs_cos_wrapper_type_form input[type="text"],.ty-footer-form .hs_cos_wrapper_type_form input[type="email"]{
        width: 100%;
    }
    .ty-footer-form .hs-button.primary.large {        
        margin-right: 0;
    }
    .ty-footer-form .hs-error-msgs {
        position: relative;
    }
    ul.hs-error-msgs li label {
        max-width: none;
    }
}

@media(max-width: 767px){
    .ty-footer-form .hs-button.primary.large {
        width: 150px;
    }
}

@media(max-width: 490px){
    .ty-footer-form .hs-button.primary.large {
        margin-top: -10px;
        width: 100%;
    }    
}

@media(max-width: 480px){
    .ty-footer-form h3{        
        font-size: 22px;        
    }  
}

/**************** Footer Script *****************/
/************************************************/
.footer {
  height: auto;
  padding-top: 0px;
  border-top: 1px solid #ccc;
  background-color: #f7f7f7;
}

.footer-row {
  padding-top: 0px;
}

.footer-column {
  position: relative;
  height: 200px;
  padding: 15px 5px 50px 10px;
  border-right: 1px none #e7e7e7;
}

.footer-column._1 {
  border-right: 1px none #ddd;
}

.footer-headings {
  margin-bottom: 13px;
  color: #505657;
  font-size: 18px;
}

.footer-headings._2 {
  margin-bottom: 18px;
  color: #505657;
}

.footer-list {
  padding-left: 20px;
}

.footer-list-item {
  margin-bottom: 5px;
  color: #74a04c;
}

.footer-list-item:hover {
  color: #517235;
}



.footer-download {
  position: absolute;
  margin-top: 66px;
  margin-left: 10px;
  border: 1px solid #e4e4e4;
  background-color: white;
  color: #7c7c7c;
  font-size: 12px;
}

.footer-download:hover {
  background-color: #d8d8d8;
}

.footer-download-span {
  color: #74a04c;
  font-style: normal;
  font-weight: 700;
}

.footer-download-span:hover {
  color: #517235;
}

.connect--div {
  display: inline-block;
  width: 208px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.connect-image {
  width: 25px;
}

.connect-details {
  display: inline-block;
  margin-left: 10px;
  color: #b8b8b8;
  font-size: 13px;
}

.footer-social-images {
  width: 45px;
  height: 45px;
  margin-top: 0px;
  margin-right: 5px;
  padding-top: 11px;
  border-radius: 200px;
  background-color: #b6b6b6;
}

.footer-social-images._1 {
  margin-left: 20px;
}

.social-placeholder-text {
  text-align: center;
}

.copyright-section {
  max-height: 60px;
  min-height: 60px;
  padding-top: 6px;
  border-top: 1px solid #e7e7e7;
  background-color: #505657;
}

.copyright-text {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  color: #b8b8b8;
  font-size: 11px;
}

.privacy {
  color: #74a04c;
  font-style: normal;
  text-decoration: none;
}

.privacy:hover {
  color: #517235;
}

.footer-links {
  display: inline-block;
  width: 130px;
  height: 50px;
  padding-top: 14px;
  float: left;
  border-right: 1px solid #c5c5c5;
  background-color: #f3f3f3;
  color: #999;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.footer-links._2 {
  width: 180px;
}

.p-small {
  color: #a0a1a2;
}

.p-small p{
  color: #a0a1a2;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
}

.p-small.center {
  text-align: center;
}

.social-images {
  width: 45px;
  margin-right: 5px;
  margin-left: 5px;
}

.social-images:hover {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.social-images._1 {
  margin-left: 20px;
}

.social-images._1.contact {
  width: 35px;
  margin-left: 10px;
}

.social-images._2 {
  margin-left: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.social-images._2:hover {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.social-images.contact {
  width: 35px;
}

.overlay-text-link {
  color: white;
}
.contact-div-wrap {
  display: inline-block;
}

@media (max-width: 991px) {
   .footer-column .hs_cos_wrapper_type_raw_html {
    position: relative;
   }
  .hp-cta-section {
    padding-top: 25px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .connect--div {
    margin-left: 20px;
    clear: none;
  }
  .copyright-section {
    max-height: 110px;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .copyright-text {
    float: right;
    clear: left;
  }
}

@media (max-width: 767px) {
   .footer-column .hs_cos_wrapper_type_raw_html {
      position: static;
   }
  .primary-cta.center.small {
    margin-left: 0px;
  }
  .hp-cta-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-column {
    height: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .footer-column._1 {
    height: auto;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom: 1px solid #dbdbdb;
  }
  .cat-column._3 {
    padding-top: 5px;
    padding-bottom: 5px;
    }
  .copyright-text {
    margin-right: 20px;
  }
  .use-case-text {
    margin-top: 6px;
  }
  .persona-hover {
    min-height: 150px;
  }
}

@media (max-width: 479px) {
  .case-study-banner-section .blog-profile {
    width: 86%;
  }
  .case-study-banner-section .profile-image {
    width: 14%;
  }
  .primary-cta.center.demo {
    width: auto;
  }

  .hp-rss-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hp-cta-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .copyright-section {
    min-height: 170px;
    padding-top: 15px;
  }
  .use-case-text {
    margin-top: 0px;
  }
  .contact-div-wrap {
    padding-top: 10px;
  }
}



/* CUSTOM*/

/* ==Home Page
    =Home Page wrapper elements need to be relative positioned (z-index parallax effect)
====================================================================================*/

.hp-small-slide,
.hp-persona-section,
.hp-rss-section,
.awards-section,
.hp-cta-section,
.footer,
.copyright-section{
    position: relative; 
}    
.footer h4{
    color: #505657;
    font-size: 18px;
    margin-bottom: 13px;
    margin-top: 0;
    font-weight: normal;
}
.primary-cta.footer {
  margin-bottom: 10px;
  padding: 5px 10px 8px;
  background-color: #38acd2;
  font-size: 13px;
   display: inline-block;
    width: auto;
}

.primary-cta.footer:hover {
  background-color: #287993;
}

.primary-cta.footer.download {
  
}

.primary-cta.footer.resource {
  margin-top: 10px;
  margin-left: 20px;
}
.primary-cta.footer{
   margin-bottom: 5px;
   margin-right: 5px;
}

.copyright-section {
    padding-bottom: 6px;
}
@media (max-width: 767px) {
    .footer-column {
        /*border-bottom: 1px solid #dbdbdb;*/
        height: auto;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .primary-cta.footer.download {
    
    }
    .contact-div-wrap {
        padding-top: 10px;
    }
    .connect--div {    
        display: inline;    
    }
}

@media (max-width: 479px) {
    /*Logo Slider*/    
    .connect--div {
        display: block;
    }
    .copyright-section {
        max-height: none;    
    }
}

/* Blog Social Icons */
.mobile-social-block {
  bottom: 0;
  display: none;
  margin-bottom: -5px;
  position: fixed;
  right: 0;
  width: 100%;
}
.mobile-social-block .w-inline-block {
  background-size: 20px auto;
  border-radius: 0;
  display: inline-block;
  float: left;
  height: 40px;
  margin: 0;
  width: 25%;
}

.mobile-social-block .email-block {
    margin-bottom: 5px;
}
.blog-postbody .sharingmodule {
  float: right;
  width: 70px;
}
.mobile-social-block.block-down {
  bottom: -70px;
  transition: all 0.5s ease 0s;
}
.mobile-social-block.block-up {
  bottom: 0;
  transition: all 0.5s ease 0s;
}
.social-block {
  background-color: transparent;
  border-radius: 100px;
  position: fixed;
  width: 58px;
  top: 400px;
  z-index: 9999;
}
.twitter-block {
  background-color: #1b95e0;
  background-image: url("//cdn2.hubspot.net/hubfs/482141/Icons/icon-twitter.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border-radius: 100px;
  height: 58px;
  margin-bottom: 5px;
  transition-duration: 500ms;
  transition-property: background-color;
  transition-timing-function: ease;
  width: 58px;
}
.facebook-block {
  background-color: #365899;
  background-image: url("//cdn2.hubspot.net/hubfs/482141/Icons/icon-facebook-2.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border-radius: 100px;
  height: 58px;
  margin-bottom: 5px;
  transition-duration: 500ms;
  transition-property: background-color;
  transition-timing-function: ease;
  width: 58px;
}
.linkedin-block {
  background-color: #0077b5;
  background-image: url("//cdn2.hubspot.net/hubfs/482141/Icons/icon-linkedin.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border-radius: 100px;
  height: 58px;
  margin-bottom: 5px;
  transition-duration: 500ms;
  transition-property: background-color;
  transition-timing-function: ease;
  width: 58px;
}
.email-block {
  background-color: #777;
  background-image: url("//cdn2.hubspot.net/hubfs/482141/Icons/icon-email-2.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border-radius: 100px;
  height: 58px;
  transition-duration: 500ms;
  transition-property: background-color;
  transition-timing-function: ease;
  width: 58px;
}
.social-block .w-inline-block {
  height: 45px;
  margin-bottom: 0;
  width: 45px;
}

@media(max-width: 991px){
    .blog-inner-cont {        
        padding: 0 40px;
    }
    .blog-body-wrapper .inner-container {
        padding: 30px 40px 0;
    }
    .social-block {
        right: 60px;
    }
}

@media(max-width: 767px){
    .tab-wrap {
        margin-bottom: -5px;
    }
    .list-avatar img {
        margin-top: -20px;
    }
    .author-container .span3 {
        display: inline-block;
        width: 20%;
    }
    .author-container .span9 {
        display: inline-block;
        width: 78%;
    }
    .post-listing .post-item .blog-list-content .blog-author-list p {
        text-align: left;
    }
    .blog-section .blog-list-content a.more-link {
        float: left !important;
    }
    .author-container-post .span3,
    .author-container-post .span9 {    
        width: 100%;
    }
    .mobile-social-block {      
      display: block;
    }
}

@media(max-width: 479px){
    .subscribe-filter-div {
        padding-bottom: 25px !important;
    }
    .tab-wrap {
        margin-bottom: 0;
        margin-top: 5px;
        width: 100%;
    }
    .heading-block-1 {
        padding: 15px 0;
    }
    /* featured read more*/
    .featured-blog-section a.more-link, 
    .blog-section .blog-list-content a.more-link {
        max-width: 200px;    
    }
    .heading-block-1{
        border-radius: 5px;
    }
}

/******************************************
            Custom Class
******************************************/

.pr-inthenews-template .blog-list-p p, .pr-inthenews-template .blog-list-p {
    margin-top: 0 !important;
}
a.link-text:hover {
    text-decoration: underline;
}
.pr-date-inthenews {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.post-listing-simple-head a{
    color: #505657;
}
.pr-post-listing-simple {
    border-top: 1px solid #DFDFDF;;
    padding: 5px 0;
}
.pr-post-listing-simple a {
    color: #a0a1a2;
}
.pr-post-listing-simple a:hover {
    color: #74a04c;
}
.itn-simple-listing.pr-post-listing-simple a {
    color: #74a04c;
}
.itn-simple-listing.pr-post-listing-simple a:hover {
    color: #517235;
}
.itn-100 {
    width: 100%;
}
.in-the-news a {
    color: white !important;
    font-style: normal !important;
}

.itn-simple-listing p {
    display: inline;
    font-size: 14px;
}
.itn-simple-listing br {
    display: inline;
    content: '';
    clear: none;
    padding-left: 15px;
}

/*updated subscription form*/
/***************pj css*********************/
.blog-sub .hs-error-msgs .inputs-list{
    position:static !important;
}
.blog-sub .hs_submit{
    display:block !important;
}
.ty-footer-form .blog-sub  div.hs_email{
    width:78% !important;
}
.ty-footer-form .blog-sub .hs-button.primary.large{
    position: relative;
    bottom: 50px;
    right: 20px;
    border-radius: 0 5px 5px 0;
    height:50px !important;
    margin-top:0px !important;
}
.blog-sub input[type="email"]{
    height:50px;
}
@media(max-width:767px){
    .ty-footer-form .blog-sub .hs-button.primary.large{
        position:static;
        float:left;
        border-radius:5px;
        width:100% !important;
    }
    .ty-footer-form .blog-sub  div.hs_email{
    width:100% !important;
}
}
@media(max-width:490px){
    .ty-footer-form .blog-sub  div.hs_email{
    width:100% !important;
}

}
:focus {
outline: none !important;
}
/*************Updated in the news button hide when article is shown *************/
.blog-featured-posted-by-text-block .pok-button{
    display:none;
}
/****** popup on blog *****/
/*#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}
*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    /*max-width: 700px;
        height: 50%;*/
}

/* Caption of Modal Image 
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}*/

/* Add Animation 
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}*/

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 70px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.shutdown{
    display:block;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/* Blog and news subscribe button below featured blog banner - PJ */
.banner-subscribe-wrapper{
        background-color: #38acd1;
        padding-bottom: 0 !important;
        padding-top: 13px !important;
        height:100px;
}
.banner-subscribe-wrapper .blog-sub div.hs_email {
    width: 50% !important;
    padding-left: 50px;
}
.banner-subscribe-wrapper h3{
    width: 430px;
    font-size: 26px;
    float:left;
    top: 18px;
    position: relative;
}
.banner-subscribe-wrapper .hs-button.primary.large{
    background-color:#ececec  !important;
    width: 125px !important;
    color:#a0a1a2 !important;
    border-left:1px solid #c7c7c7;
}
.banner-subscribe-wrapper .hs-button.primary.large:hover{
    color:#74a04c !important;
}
.banner-subscribe-wrapper .hs_email.field.hs-form-field label span{
    display:none;
}
.banner-sub ul.hs-error-msgs li label{
        max-width: 100%;
}
.category-v2{
        padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.banner-sub .inputs-list{
        margin-top: 5px;
}

@media(max-width:991px){
    .banner-subscribe-wrapper .blog-sub div.hs_email {
    width: 90% !important;
    padding-left: 20px;
    }
    .banner-subscribe-wrapper h3 {
    font-size: 26px;
    position: static;
    text-align: center;
    float: none !important;
    width: auto !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.banner-subscribe-wrapper{
    height:auto !important;
}
.banner-sub ul.hs-error-msgs li label{
        margin-top: 10px;
}
}
@media(max-width:767px){
    .banner-subscribe-wrapper .banner-sub .hs-button.primary.large{
    bottom: 55px !important;
    right: 0 !important;
    position: relative !important;
    float: right !Important;
    width: 125px !important;
    }
    .banner-sub .hs-error-msgs{
    position:absolute;
}
}
@media(max-width:580px){
    .banner-subscribe-wrapper .blog-sub div.hs_email {
    padding-left: 0px !important;
}
}
@media(max-width:425px){
    .banner-subscribe-wrapper .banner-sub .hs-button.primary.large{
            width: 95px !important;
    }
}

/*PROCERA SIDEBAR BUTTON*/

#media-desktop {
    display: block;
}

#media-mobile {
    display: none;
}


.inquiries-block-2-mob {
    position: fixed;
    right: -399px;
    top: 300px;
    width: 400px;
    height: auto;
    margin-bottom: 0px;
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(160, 161, 162);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(160, 161, 162);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(160, 161, 162);
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: rgb(56, 172, 210);
    background-color: rgb(240, 240, 240);
    z-index: 1000;
}

.inquiries-block-2 {
    position: fixed;
    right: -399px;
    top: 300px;
    width: 400px;
    height: auto;
    margin-bottom: 0px;
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(160, 161, 162);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(160, 161, 162);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(160, 161, 162);
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: rgb(56, 172, 210);
    background-color: rgb(240, 240, 240);
    z-index: 1000;
}

.inquiry-open {
    position: fixed;
    right: 0px;
    top: 300px;
    width: 100px;
    height: auto;   
    padding: 5px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(160, 161, 162);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(160, 161, 162);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(160, 161, 162);
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #1f677c;
    background-color: #38acd2;  
    cursor: pointer;
    color: #fff !important;
    z-index: 1000;
}

.inquiry-open:hover {
    background-color: #287993; 
}

.inquiry-open-mob {
    position: fixed;
    right: 0px;
    top: 300px;
    width: 100px;
    height: auto;   
    padding: 5px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(160, 161, 162);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(160, 161, 162);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(160, 161, 162);
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #1f677c;
    background-color: #38acd2;  
    cursor: pointer;
    color: #fff !important;
    z-index: 1000;
}

.inquiry-open-mob:hover {
    background-color: #287993;
}

.inquiries-text {
    padding-bottom: 5px;
    color: rgb(80, 86, 87);
    font-size: 25px;
    line-height: 27px;
    font-weight: 400;
    max-width: 300px;
}

.inquiry-cta a {
    display: block;
    max-width: 180px;
    /*height: 50px;*/
    margin-top: 10px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(129, 143, 130);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(129, 143, 130);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(129, 143, 130);
    border-left-style: none;
    border-left-width: 1px;
    border-left-color: rgb(129, 143, 130);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgb(56, 172, 210);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    text-transform: none;
    color: #fff !important;
    text-align: center;
}

.inquiry-cta a:hover {
    background-color: rgb(40, 121, 147);
}

.close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgb(80, 86, 87);
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    width: 30px;
    height: auto;
    text-align: center;
    padding: 5px;
}

.close-button:hover {
    background-color: #38acd2;
    color: #fff;
}


@media (max-width: 1329px) {
    
    .inquiry-open-mob {
        right: 50px;
        bottom: 0px;
        width: 150px;
        top: inherit;
    }
    
    .inquiries-block-2-mob {
        right: 50px;
        bottom: -180px;
        top: inherit;
    }
    
    #media-desktop {
    display: none;
    }

    #media-mobile {
        display: block;
    }
    
}

@media (max-width: 480px) {
    
    .inquiries-block-2-mob {
        width: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        right: 10px !important;
        max-width: 250px;
    }
    
    .inquiries-text {
        font-size: 20px;
    }
    
}



/*************New blog search, subscribe & topic section ****************/
/*************New classes were used to make changes and avoid conflict********/
.st-p-search-2017 .gsc-control-cse{
    border:none !important;
    background-color: transparent;
}

.row-fluid .st-p-search-2017 input.gsc-input{
    border:none !important;
    background-color: white;
    line-height:0 !important;
}


.banner-subscribe-wrapper .st-p-search-2017 h3,
.banner-subscribe-wrapper .st-p-form-2017 h3{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    color: white;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    top:0;
}


.banner-subscribe-wrapper.st-p-wrapper{
    height:130px !important;
}

.st-p-form-2017 input{
    color:#9c9c9c;
}

.st-p-form-2017 .hs-form-field > label{
    display:none;
}

.banner-subscribe-wrapper .blog-sub .st-p-form-2017 div.hs_email{
    width: 100% !important;
    padding-left:0;
}

form.gsc-search-box.gsc-search-box-tools *{
    line-height:0 !important;
}
.w-section.blog-catogories._4.hide-on-author.category-v2.categories-st-p{
    background-color:#f2f2f2;
    padding-bottom:0px !important;
        box-shadow: rgb(214, 214, 214) 0px -4px 20px 0px inset;
}

.cat-text.topics-btn {
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    height: 38px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgb(56, 172, 210);
    background-image: none;
    color:white;
    margin-bottom:0;
    padding-left:0 !important;
}

.cat-text.topics-btn:hover{
    background-color: rgb(40, 121, 147);
    color:white;
}

.cat-text.topics-btn:active{
    background-color:white;
    color: rgb(56, 172, 210) !important;
}

a.cat-text.st-p-filter-topics {
    height: 38px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgb(140, 94, 143);
    color: white;
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    margin-bottom:0;
}

a.cat-text.st-p-filter-topics:hover{
        background-color: rgb(104, 70, 107);
}

body ::-webkit-input-placeholder { font-style:italic; font-size:14px; } /* Chrome/Opera/Safari */
body ::-moz-placeholder { font-style:italic; font-size:14px;} /* firefox 19+ */
body :-ms-input-placeholder { font-style:italic; font-size:14px;} /* ie */
body :-moz-placeholder { font-style:italic; font-size:14px;} /*below firefox 19 */

.ty-footer-form .blog-sub .st-p-form-2017 .hs-button.primary.large{ 
    font-size: 14px;
    background-color:white !important;
    right:0 !important;
    border-left:1px solid #e2e2e2 !important;
}

._01{
    padding-left: 0;
    padding-right: 0;
}
._02{
    padding-right: 0;
}
._03{
    padding-right: 0;
}
._04{
    padding-right: 0;
}
@media(max-width:767px){
    .banner-subscribe-wrapper.st-p-wrapper {
        height: 195px !important;
        padding-top: 3px !important;
}

.span3.widget-span.widget-type-cell.w-col.w-col-3.w-col-small-6.cat-column._2 {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 38px;
}

.w-section.blog-catogories._4.hide-on-author.category-v2.categories-st-p{
    padding-bottom: 11px !important;
}

._01,
._02,
._03{
    margin-bottom:5px !important;
}
}
.st-p-active{
    background-color:white !important;
    color: rgb(56, 172, 210) !important;
}
@media(max-width:479px){
    .banner-subscribe-wrapper .st-p-search-2017 h3, 
    .banner-subscribe-wrapper .st-p-form-2017 h3{
        font-size:12px;
        margin-bottom:0;
    }
}



/********sidebar edits on blog internal*********/
.feature-article.st-p-blog-div{
    min-height: 50px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(238, 238, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgb(238, 238, 238);
    background-color: rgb(248, 248, 248);
}

.featured-tag.st-p-blog-feature{
    width: 128px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: rgb(56, 172, 210);
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}

.sidebar-text-link.st-p-blog-link{
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    color: rgb(160, 161, 162);
}

.read-more-link.st-p-blog-bold{
    color: rgb(56, 172, 210);
}

.read-more-link.st-p-blog-bold:hover{
    text-decoration:underline;
}

.st-procera-featured{
    background-color:white !important;
}
@media (max-width: 991px){
    .sidebar-text-link.st-p-blog-link {
        width: auto;
    }
}

/* Topics page update */
.filter-topic-block {
    border: 1px solid #eee;
}

.filter-heading-block {
    background-color: #38acd2;
    color: #fff;
    font-size: 16px;
    min-height: 60px;
    padding-top: 20px;
    text-align: center;
    position: relative;
}
.filter-heading-block a {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
}

.blog-search-input.v1 {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px 6px 6px 4px;
  color: #9c9c9c;
  display: block;
  font-style: italic;
  height: 40px;
  margin: 15px auto;
  min-height: 50px;
  padding-left: 10px;
  padding-top: 6px;
  width: 90%;
}

.topics-div {
    border-top: 1px solid #eee;
    box-shadow: none;
    height: 500px;
    overflow-x: hidden;
}
.search-wrap {
    position: relative;
}
.topics-row .blog-search-button.search {
  position: absolute;
  right: 16px;
  top: 1px;
}

.filter-topic-block .widget-module {
  background-color: #fff;
  border-top: 1px solid #eee;
  height: 500px;
  overflow-x: hidden;
}

.filter-topic-block .widget-module ul li {
    color: #38acd2;
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
    list-style-type: square;
    margin-top: 10px;
    padding-right: 10px;
}

.filter-topic-block .widget-module ul li a{
    color: #a0a1a2;
    font-size: 14px;
    text-decoration: none;
}

.topics-row .pr-topics-heading h3 {
  display: none;
}

.filter-topic-block img {
  width: 100%;
}

body input.blog-search-input.v1::-webkit-input-placeholder,
body input.blog-search-input.v1::-moz-placeholder,  
body input.blog-search-input.v1:-ms-input-placeholder,
body input.blog-search-input.v1:-moz-placeholder {
    color:red !important;
    font-size: 16px !important;
}

@media(max-width: 767px){
    .topics-row .blog-search-button.search {
      right: 34px;
    }
}

 #blogHead {
    min-height: 320px;
}
.social-block {
    top: 360px;
}
#btnInquiries > span {
    display: inline-block;
    left: 0;
    overflow-wrap: normal;
    padding: 5px 0 10px;
    word-break: normal;
    word-wrap: normal;
    white-space: nowrap;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blog-list-section {
    padding-top: 40px;
}

#btnInquiries {
  border-left: 7px solid #1f677c;
  border-radius: 0 5px 5px 0;
  bottom: 103px;
  left: -2px;
  top: inherit;
  width: 40px;
  transition: left 200ms ease;
  transition-delay: 300ms;
}
#btnInquiries:hover {
  box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.24);
  left: 0;
}
#inquiries {
  bottom: 51px;
  left: -400px;
  top: inherit;
  opacity: 0;
  transition: left 200ms ease, opacity 500ms ease;
}
#inquiries.toggle-flyout {
  left: 30px;
  opacity: 1;
  transition: left 300ms ease, opacity 100ms ease;
}
#btnInquiries.toggle-flyout {
  left: -40px !important;
  transition: left 200ms ease;
}
.close-button {
    cursor: pointer;
}
.social-block .w-inline-block:hover {
  transform: translate(1px, 1px);
}

@media (max-width:991px){
    .social-block {
      right: auto;
      margin-left: 26px;
    }
}
@media (max-width:767px){
    #btnInquiries, 
    #inquiries {
        display: none;
    }
}

/********* New footer *********/
.footer-v2.footer {
    background-color: #f7f7f7;
    border-top: 1px solid #ccc;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

.footer-v2 .footer-link-block {
    background-image: url(https://www.proceranetworks.com/hubfs/icon-arrow.svg?t=1497352057127);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 14px auto;
    border-bottom: 1px dotted #cecece;
    color: #a0a1a2;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
    transition: all 500ms ease;
    width: 100%;
}

.footer-v2 .latest-download {
    height: auto;
}

.footer-v2 .latest-download {
    padding-bottom: 10px;
    padding-right: 15px;
    width: 100%;
}

.footer-v2 .primary-cta.footer.download {
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
    position: static;
    width: auto;
}

.social-img-link {
    background-color: #38acd2;
    background-image: url(https://www.proceranetworks.com/hubfs/icon-linkedin.svg?t=1497352057127);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
    border-radius: 100px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    min-height: 40px;
    transition: background-color 500ms ease 0s;
    width: 40px;
}

.social-img-link.v2 {
    background-image: url(https://www.proceranetworks.com/hubfs/icon-twitter.svg?t=1497352057127);
    background-size: 18px auto;
}

.social-img-link.v3 {
    background-image: url(https://www.proceranetworks.com/hubfs/icon-you-tube.svg?t=1497352057127);
    background-size: 22px auto;
}

.footer-v2 .content-list-item.contact {
    background-image: url(https://www.proceranetworks.com/hubfs/icon-email.svg?t=1497352057127);
    background-position: 0 50%;
    background-size: 24px auto;
    border-bottom-style: none;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-top: 0;
    background-repeat: no-repeat;
}

.footer-v2 .content-list-item.contact-phone {
    background-image: url(https://www.proceranetworks.com/hubfs/icon-phone.svg?t=1497352057127);
    background-position: 0 50%;
    background-size: 24px auto;
    border-bottom-style: none;
    color: #a0a1a2;
    padding-bottom: 0;
    padding-left: 30px;
    padding-top: 0;
    background-repeat: no-repeat;
}

/* Mega Menu Styling */
.mega-wrapper {
  background-color: #f9f9f9;
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 60px;
  /*visibility: hidden;*/
  z-index: 999999;
  height: 0;
-webkit-transition:  opacity 300ms ease, height 400ms ease;
transition:  opacity 300ms ease, height 400ms ease;
}
.mega-wrapper.mega-open {
    height: 471px;
  opacity: 1;
  visibility: visible;
-webkit-transition:  opacity 300ms ease, height 400ms ease;
transition:  opacity 300ms ease, height 400ms ease;

}
.mega-container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.hd-mega {
  border-bottom: 2px none #e1e1e1;
  color: #38acd2;
  display: block;
  margin-top: 20px;
  padding-bottom: 5px;
  text-decoration: none;
}
.w-list-unstyled {
  list-style: outside none none;
  padding-left: 0;
}
.mega-list-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3px;
  padding-top: 3px;
}
.mega-list-item.nb {
  border-bottom-color: transparent;
}
.mega-icn {
  color: #6b6b6b;
  display: inline-block;
  margin-right: 8px;
  min-width: 14px;
}
.mega-link {
  border-left: 1px none #cacaca;
  border-right: 1px none #cacaca;
  border-top: 1px none #cacaca;
  color: #6b6b6b;
  display: inline-block;
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
  width: auto;
}
.mega-customer {
    display: block;
    height: 100%;
    top: 20px;
    position: relative;
}
.mega-cta-wrap {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
}
.mega-img-model-one {
    margin-bottom: 10px;
}
.mega-cta-wrap p {
    font-size: 14px;
    line-height: 20px;
    color: rgb(51, 51, 51);
}
.mega-link:hover {
	color: #38acd2;
}
.mega-icn img {
    height: 14px;
    width: 14px;
}
@media(max-width: 991px){
    .mega-wrapper {
        display: none !important;
    }
}