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


/*****************************************/
/* Blog css - starts    */
/*****************************************/
.blog-header.ngr-page-wrapper {
    overflow: visible;
}
.blog-first-section {
    width: 100%;
    float: left;
    margin: 40px 0 30px;
    padding: 0px;
    display: block;
}
.blog-first-section h1, .blog-first-section h2, .blog-first-section span.title {
    width: auto;
    float: left;
    /*font-size: 44px;*/
    font-size: 40px;
    line-height: 54px;
    color: #24284F;
    margin: 0px;
    padding: 0 15px 0 0px;
    font-family: 'Assistant-SemiBold';
}
.blog-categories {
    width: auto;
    float: left;
    margin: 0 0 15px 0px;
    padding: 5px 0 5px 0px;
}
.blog-categories span {
    width: auto;
    float: left;
    margin: 12px 20px 0 0px;
    padding: 8px 0 5px 15px;
    font-size: 22px;
    color: #24284F;
    font-family: 'Assistant-SemiBold';
    border-left: solid 1px #ef4136;
}
.blog-first-section h2 {position:relative;}
.blog-first-section h2:after {
    height: 37px;
    width: 1px;
    position: absolute;
    content: '';
    background: #ef4136;
    right: -1px;
    top: 17px;
    display: block;
    z-index: -1;
}
#blogCats {
    width: 223px;
    float: left;
    margin: 10px 0 0px;
    padding: 0px;
    display: block;
}
.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
#blogTags {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font-size: 14px !important;
    color:black;
    border:2px solid #ef4136;
	min-height: 35px;
	border-radius:100px;
	width: 223px;
	padding:5px 0;
}
/*  #blogTags .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 30px;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 40px;
	background-color:transparent;
}
#blogTags .styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
}
#blogTags .options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:6px 0;
    list-style:none;
    background-color:white;
	border:2px solid #ef4136;
	max-height:450px;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#blogTags .options li {
    margin: 0 0 0px !important;
    padding: 5px 15px 5px 10px !important;
    clear: both;
    font-size: 16px !important;
    font-family: museo300-regular, arial !important;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
    line-height: 23px;
    border-bottom: 1px dashed #ccc;
}
#blogTags .options li:hover {
    background-color:#39f;
    color:white;
}*/
.post-listing {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
}
.post-listing .post-item.blog-first-child {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 90px 80px;
    display: block;
    position: relative;
}
.post-listing .post-item.blog-first-child:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(8,27,89,0.7);
    top: 0;
    left: 0;
}
.blog-listing-wrapper .blog-section {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
}
.blog-section.ngr-page-wrapper {
    max-width: 800px;
}

.post-listing .post-item.blog-first-child .post-header{
    width: 100%;
    max-width: 90%;
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
    color: #FFFFFF;
    position: relative;
}
.post-listing .post-item.blog-first-child .post-header h2 {
    width: 100%;
    float: left;
    margin: 0 0 27px;
    padding: 0px;
    font-family: 'Assistant-SemiBold';
    font-size: 37px;
    line-height: 47px;
    display: block;
    clear: both;
}
.post-listing .post-item.blog-first-child .post-header h2 a {
    color: #dfe2ec;
    font-family: 'Assistant-SemiBold';
}
.post-listing .post-item.blog-first-child .post-header #hubspot-author_data {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
    font-family: 'Assistant-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #a6a9b6;
}
.post-listing .post-item.blog-first-child .post-header #hubspot-author_data a {
    font-family: 'Assistant-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #a6a9b6;
}
.post-listing .post-item.blog-first-child .post-header #hubspot-author_data span {
    margin: 0 0 0 10px;
    border-left: solid 2px #ef4136;
    padding: 0 0 0 10px;
    font-family: 'Assistant-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #a6a9b6;
}
.post-listing .post-item.blog-first-child .post-body {
    width: 100%;
    max-width: 90%;
    float: left;
    margin: 21px 0 0 0px;
    padding: 0px;
    font-family: 'Assistant-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
}
.post-listing .post-item.blog-first-child .post-body p {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0px;
    font-family: 'Assistant-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.post-listing .post-item.blog-first-child .more-social{
    width: 100%;
    max-width: 90%;
    float: left;
    margin: 21px 0 0 0px;
    padding: 0px;
    display: block;
    position: relative;
}
.post-listing .post-item.blog-first-child .more-social .more-link {
    width: 117px;
    float: left;
    margin: 0px;
    padding: 5px 0px;
    font-family: 'Assistant-Regular';
    font-size: 16px;
    line-height: 20px;
	text-align: center;
}
.post-listing .post-item.blog-first-child .more-social .social-sharing {
    width: auto;
    float: left;
    margin: 6px 0 0 30px;
    padding: 0px;
    display: block;
}
.post-listing .post-item.blog-first-child .more-social .social-sharing ul {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}
.post-listing .post-item.blog-first-child .more-social .social-sharing ul li {
    margin: 0px;
    padding: 0 7px;
    display: inline-block;
    list-style: none;
    font-size:16px;
    line-height:20px;
}
.post-listing .post-item.blog-first-child .more-social .social-sharing ul li a {
    color: #7f869f;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.post-listing .post-item.blog-first-child .more-social .social-sharing ul li a:hover {
     color: #ef4136;
}
.post-listing .post-item {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 43px 0px;
    display: block;
    border-bottom: 1px solid #b7b7b7;
}
.post-listing .post-item .hs-featured-image-wrapper {
    width: 100%;
    max-width: 232px;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    display: block;
}
.post-listing .post-item .hs-featured-image-wrapper .hs-featured-image {
    float: left;
    margin: 0px 0 10px;
    max-width: 232px;
}
.post-listing .post-item .post-content {
    width: calc(100% - 252px);
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}
.post-listing .post-item .post-header{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.post-listing .post-item .post-content h2 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 5px;
    font-family: 'Assistant-SemiBold';
    font-size: 22px;
    line-height: 32px;
}
.post-listing .post-item .post-content h2 a {
    color: #081b59;
}
.post-listing .post-item #hubspot-author_data {
    color: #4e4e4e;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 18px;
    font-size: 16px;
    line-height: 20px;
}
.post-listing .post-item #hubspot-author_data a {
    color: #4e4e4e;
}
.post-listing .post-item #hubspot-author_data span {
    margin: 0 0 0 10px;
    border-left: solid 2px #ef4136;
    padding: 0 0 0 10px;
    font-family: 'Assistant-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #4e4e4e;
}
.post-listing .post-item .post-body{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.post-listing .post-item .post-body p {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 22px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Assistant-Regular';
    color: #000000;
}
.post-listing .post-item .more-social{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
}
.post-listing .post-item .more-social .more-link {
    width: 117px;
    float: left;
    margin: 0px;
    padding: 5px 0px;
    font-family: 'Assistant-SemiBold';
    font-size: 16px;
    line-height: 20px;
	text-align: center;
}
.post-listing .post-item .more-social .social-sharing {
    width: auto;
    float: left;
    margin: 6px 0 0 30px;
    padding: 0px;
    display: block;
}
.post-listing .post-item .more-social .social-sharing ul {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}
.post-listing .post-item .more-social .social-sharing ul li {
    margin: 0px;
    padding: 0 7px;
    display: inline-block;
    list-style: none;
    font-size:16px;
    line-height:20px;
}
.post-listing .post-item .more-social .social-sharing ul li a {
    color: #b5b5b5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.post-listing .post-item .more-social .social-sharing ul li a:hover {
    color: #ef4136;
}
.blog-pagination {
    width: 100%;
    float: left;
    margin: 0;
    padding: 60px 0 80px;
    display: block;
}
.blog-pagination .load-more-button {
    width: 100%;
    margin: 0px auto;
    padding: 8px 0px;
    display: block;
    text-align: center;
    max-width: 180px;
    font-family: 'Assistant-SemiBold';
    font-size: 16px;
    line-height: 22px;
}
.blog-author-outer {
    width: 100%;
    float:left;
    padding: 50px 0 70px;
    margin: 0;
}
.blog-author-outer .author_title{
    width: 100%;
    float:left;
    padding: 0;
    margin: 0;
}
.blog-author-outer .author_title h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 47px;
    padding: 0 0 60px;
    margin: 0;
    color: #ffffff;
    display: block;
    float:left;
}
.blog-author-outer .author-listing {
    float: left;
    display: flex;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.blog-author-outer .author-listing .single-author {
    max-width:270px;
    width:100%;
    flex: 1;
}

.blog-author-outer .author-listing .single-author .author-image a{
    vertical-align: middle;
    display: table-cell;
}
.blog-author-outer .author-listing .single-author .author-image a img{
    max-width: 100%;
}
.blog-author-outer .author-listing .single-author .author-image .hs-author-avatar {
    width: 154px;
    background: #fff;
    display: table;
    margin: 0 auto 15px;
}
.blog-author-outer .author-listing .single-author .hs-author-name {
    font-size:18px;
    font-family: 'Assistant-SemiBold';
}

.blog-author-outer .author-listing .single-author .hs-author-name a{
    color: #ffffff;
}

.post-listing-simple h2.post-listing-simple {
    font-size:24px;
    font-family: 'Assistant-SemiBold';
    display:block;
    float:left;
    margin:0 0 20px;
    padding:0 0 0 20px;
    width:100%;
    position: relative;
}
.post-listing-simple h2.post-listing-simple a {
    color:#000;
}
.post-listing-simple h2.post-listing-simple a:hover {
    color:#081b59;
}
.post-listing-simple h2.post-listing-simple:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ef453b;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
}
.post-listing-simple .post-item:last-child h2.post-listing-simple{
    margin-bottom: 60px;
}

/* Blog Detail*/

.blog-post-wrapper .post-header {
    display:block;
    float:left;
    margin:0 0 20px;
    padding:0;
    width:100%;
    color:#000;
}
.blog-post-wrapper .post-header h1 {
    font-size:37px;
    font-family: 'Assistant-SemiBold';
    line-height:47px;
    display:block;
    float:left;
    margin:0;
    padding:0;
    width:100%;
}
.blog-post-wrapper .hs-featured-image-wrapper {
    float:left;
    margin:0 0 60px;
    padding:0;
    width:100%;
}
.blog-post-wrapper .hs-featured-image-wrapper .hs-featured-image {
    float:left;
    margin:0;
    padding:0;
    max-width:100%;
    width:100%;
}
.blog-post-wrapper .social-sharing {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 70px;
    display: block;
}
.blog-post-wrapper .social-sharing ul {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    text-align:left;
}
.blog-post-wrapper .social-sharing ul li {
    margin: 0px;
    padding: 0 7px;
    display: inline-block;
    list-style: none;
    font-size:24px;
}
.blog-post-wrapper .social-sharing ul li a {
    color: #b5b5b5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-post-wrapper .social-sharing ul li a:hover {
     color: #ef4136;
}
.blog-post-wrapper #hubspot-author_data {
    color: #8d8d8d;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 18px;
    font-size: 18px;
    line-height: 22px;
}
.blog-post-wrapper #hubspot-author_data span {
    margin: 0 0 0 10px;
    border-left: solid 2px #ef4136;
    padding: 0 0 0 10px;
    font-family: 'Assistant-Regular';
    font-size: 18px;
    line-height: 22px;
    color: #8d8d8d;
}
.blog-post-wrapper #hubspot-author_data {
    position: relative;
    height: 73px;
    padding-left: 70px;
    display: table;
}
.blog-post-wrapper #hubspot-author_data>div {
    display: table-cell;
    vertical-align: middle;
}
.blog-post-wrapper #hubspot-author_data a{
    color: #8d8d8d;
    display:inline-block;
}

.blog-post-wrapper #hubspot-author_data a.author-link img{
    border-radius: 50%;
    border: 2px solid #dfe2ec;
    position: absolute;
    left: 0;
    top: 0;
}
/* From Hardware Offload to Network Intelligence: The Evolution of Packetron™ page author image resize css */
.hs-content-id-370904743671 .blog-post-wrapper #hubspot-author_data a.author-link img{height: 60px;    width: 60px;  object-fit: cover;}

.blog-post-wrapper .post-body {
    float: left;
    margin: 0;
    padding: 0;
    width:100%;
}
.blog-post-wrapper .post-body #hs_cos_wrapper_post_body {
    float: left;
    margin: 0;
    padding: 0;
    width:100%;
}
    
}
.blog-post-wrapper .post-body p, .blog-post-wrapper .post-body {
    color:#000;
    font-size:16px;
    line-height:22px;
}
.blog-post-wrapper .post-body ul {
    margin:0;
    padding-bottom: 30px;
    padding-left: 40px;
    list-style: disc;
}
.blog-post-wrapper .post-body ol {
    margin:0;
    padding-bottom: 30px;
    padding-left: 40px;
    list-style: decimal;
}
.blog-post-wrapper .post-body a {
    color:#ef4136;
}
.blog-post-wrapper .post-body h2 span,
.blog-post-wrapper .post-body h3 span,
.blog-post-wrapper .post-body h4 span,
.blog-post-wrapper .post-body h5 span,
.blog-post-wrapper .post-body h6 span {font-family: 'Assistant-SemiBold';}
.blog-post-wrapper .post-body h2 {
    font-size:30px;
    font-family: 'Assistant-SemiBold';
    line-height: 34px;
    margin: 0;
    padding: 0 0 8px;
}
.blog-post-wrapper .post-body h3 {
    font-size:26px;
    font-family: 'Assistant-SemiBold';
    line-height: 28px;
    margin: 0;
    padding: 0 0 8px;
}
.blog-post-wrapper .post-body h4 {
    font-size:22px;
    font-family: 'Assistant-SemiBold';
    line-height: 24px;
    margin: 0;
    padding: 0 0 8px;
}
.blog-post-wrapper .post-body h5 {
    font-size:18px;
    font-family: 'Assistant-SemiBold';
    line-height: 16px;
    margin: 0;
    padding: 0 0 8px;
}
.blog-post-wrapper .post-body h6 {
    font-size:16px;
    font-family: 'Assistant-SemiBold';
    line-height: 16px;
    margin: 0;
    padding: 0 0 8px;
}

.blog-post-wrapper .post-body p {
    margin: 0;
    padding: 0 0 30px;
}
.about-author-sec h2 {
    width: auto;
    text-align: center;
    font-size: 40px;
    line-height: 47px;
    padding: 0 30px 20px;
    margin: 0 0 35px;
    color: #ffffff;
    display:inline-block;
    overflow: hidden;
    border-bottom: 1px solid #e6443e;
}
.about-author-sec {
    padding:50px 0 60px;
    color:#fff;
}
.about-author-sec .ngr-page-wrapper {
    max-width: 1080px;
}
.about-author-sec .author-image h3 {
    text-align:center;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Assistant-SemiBold';
}
.about-author-sec .author-image img {
    border:3px solid #fff;
    margin-bottom:15px;
    width: 100%;
}
.about-author-sec .author-image h3 a{
    color: #ffffff;
}
.about-author-sec .author-description {
    padding-top:24px;
    font-size: 18px;
}
.recent-post-sec h2{
    width: 100%;
    font-size: 40px;
    line-height: 47px;
    font-family: 'Assistant-SemiBold';
    padding: 60px 0 40px;
    margin: 0;
    color: #081b59;
    display: block;
    float: left;
}
.recent-post-sec ul {
    width: 100%;
    padding:0;
    margin: 0;
    display: block;
    float: left;
}
.recent-post-sec ul li {
    font-size:18px;
    font-family: 'Assistant-SemiBold';
    display:block;
    float:left;
    margin:0 0 20px;
    padding:0;
    width:100%;
}
.recent-post-sec ul li a {
    color:#081b59;
    text-decoration:underline;
}
.recent-post-sec ul li a:hover {
    text-decoration:none;
}
.recent-post-sec ul li:last-child {
    margin-bottom:80px;
}
.post-listing .hs-author-profile {
    display:block;
    float:left;
    margin:0 0 40px;
    padding:0;
    width:100%;
}
.post-listing .hs-author-profile .hs-author-image-wrap {
    width:14.529914530000001%;
    float:left;
    padding:0;
    margin: 0 2.5% 2.5% 0 ;
    display: block;
    text-align:center;
}
.post-listing .hs-author-profile .hs-author-bio {
    padding-top:20px;
}
.post-listing .hs-author-profile .hs-author-image-wrap h2.hs-author-name {
    font-size:18px;
    font-family: 'Assistant-SemiBold';  
    margin-top:10px;
}
.post-listing .hs-author-profile .hs-author-image-wrap img {
    border: 3px solid #081b59;
}
.blog-listing-wrapper.cell-wrapper .ngr-btn-large {
    min-width:180px;
    font-size: 20px;
    margin-bottom: 10px;
}

@media(max-width: 990px){   
.blog-post-wrapper .post-header h1 {
    font-size: 27px;
    line-height: 30px;
}   
.blog-post-wrapper .post-body img{
        max-width: 360px;
}
.blog-author-outer .author-listing {
    display: block;
}
.blog-author-outer .author-listing .single-author {
    width: 100%;
    flex: inherit;
    display: inline-block;
    max-width: 220px;
}
.blog-author-outer .author-listing .single-author .author-image .hs-author-avatar {
    margin: 0 auto 5px;
}
.blog-author-outer .author-listing .single-author .author-details {
    margin-bottom: 15px;
}

}

@media(max-width: 767px){
    .post-listing .hs-author-profile .hs-author-image-wrap, .author-image {
        text-align: center;
    }
    .post-listing .hs-author-profile .hs-author-image-wrap img, .author-image img {
        max-width:170px;
    }
    .post-listing .post-item.blog-first-child {
        padding: 70px 60px;
    }
    .post-listing .hs-author-profile .hs-author-image-wrap,
    .post-listing .hs-author-profile .hs-author-bio {
        float:left;
        width:100%;
        margin:0;
        padding:0;
    }
    .post-listing .post-item .hs-featured-image-wrapper .hs-featured-image {
        max-width: 100%;
    }
    .post-listing .post-item.blog-first-child .more-social {
        margin-top:0px;
    }
    .post-listing .post-item.blog-first-child .more-social .social-sharing {
        margin-top:10px;
    }
    .blog-post-wrapper .hs-featured-image-wrapper {
        margin-bottom:20px;
    }


}

@media(max-width: 600px){   
    .blog-first-section .blog-header .blog-categories{
        border-left: solid 1px #ef4136;
        padding-left: 10px;
        padding-top: 0px;
        width: 163px;
    }
    .blog-first-section .blog-header .blog-categories span {
        font-size: 13px;
        display: block;
        width: 100%;
        padding:0 0 2px 3px;
        border-left:none;
        margin:0px;
    }
    #blogCats {
        width: 153px;
        margin-top:0;
    }
    #blogTags {
        width: 153px;
        padding: 0px;
    }
    #blogTags .styledSelect {
        padding: 0 30px 0 20px;
        line-height: 32px;
    }
    .about-author-sec h2, .recent-post-sec h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .post-listing .post-item.blog-first-child .post-header h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .blog-post-wrapper .post-body img{
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .post-listing .post-item.blog-first-child {
        padding: 15px 20px;
    }
    .post-listing .post-item .hs-featured-image-wrapper {max-width: 100%;}
    .post-listing .post-item .post-content {width: 100%;}
    
    .post-listing .post-item.blog-first-child .more-social .social-sharing {
        margin-left:0;
        width: 100%;
    }
    .post-listing .post-item .more-social .social-sharing {
         margin-right:15px;
    }

    
}

/*****************************************/
/* Blog css - ends    */
/*****************************************/


/*****************************************/
/* Resources css - starts    */
/*****************************************/
.ngr-page-wrapper.resource-wrapper {
    overflow:inherit;
}
.resources-filters-row .blog-header {
    width: 100%;
    float: left;
    margin: 40px 0 30px;
    padding: 0px;
    display: block;
}
.resources-filters-row .blog-header h1 {
    width: auto;
    float: left;
    font-size: 44px;
    line-height: 54px;
    color: #24284F;
    margin: 0px;
    padding: 0 15px 0 0px;
    font-family: 'Assistant-SemiBold';
}
.resources-filters-row .blog-categories {
    width: auto;
    float: left;
    margin: 0 0 15px 66px;
    padding: 5px 0 5px 0px;
}
#resourcesDropdown, #solutionDropdown {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font-size: 14px !important;
    color:black;
    border:2px solid #081b59;
	min-height: 35px;
	border-radius:100px;
	width: 223px;
	padding:5px 0;
}
#solutionDropdown {
    margin-left:40px;
}
#resourcesDropdown .s-hidden, #solutionDropdown .s-hidden {
    visibility:hidden;
    padding-right:10px;
}
#blogTags .styledSelect, #resourcesDropdown .styledSelect, #solutionDropdown .styledSelect {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    background-color: white;
    padding: 0 35px 0 30px;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 1;
	  background-color:transparent;
}
#blogTags .styledSelect:after, #resourcesDropdown .styledSelect:after, #solutionDropdown .styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #ef4136 transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
}
/*#resourcesDropdown .options, #solutionDropdown .options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:6px 0;
    list-style:none;
    background-color:white;
	border:2px solid #081b59;
	max-height:450px;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#resourcesDropdown .options li, #solutionDropdown .options li {
    margin: 0 0 0px !important;
    padding: 5px 15px 5px 10px !important;
    clear: both;
    font-size: 16px !important;
    font-family: museo300-regular, arial !important;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
    line-height: 23px;
    border-bottom: 1px dashed #ccc;
}
#resourcesDropdown .options li:hover, #solutionDropdown .options li:hover {
    background-color:#39f;
    color:white;
}*/

#blogTags .options, #resourcesDropdown .options, #solutionDropdown .options {
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
    z-index: 999;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    background-color: white;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 1px;
    width: 200px;
    border: 1px solid #e0e0e0;
}
#blogTags .options li, #resourcesDropdown .options li, #solutionDropdown .options li {
    margin: 0 0 0px !important;
    padding: 6px 0 6px 25px !important;
    clear: both;
    font-size: 16px !important;
    font-family: 'Assistant-Regular';
    box-sizing: border-box;
    line-height: 23px;
    border-bottom: 1px solid #ff0000;
}
#blogTags .options li:last-child, #resourcesDropdown .options li:last-child, #solutionDropdown .options li:last-child {
    border-bottom: none;
}
#blogTags .options li:hover, #resourcesDropdown .options li:hover, #solutionDropdown .options li:hover {
    background-color: #ef4136;
    color: white;
}
.styledSelect.active:before {
    content: '';
    display: block;
    height: 19px;
    width: 50px;
    background:url('https://info.niagaranetworks.com/hubfs/dropdown-arrow-top.png');
    position: absolute;
    bottom: -39px;
    z-index: 1001;
    right: 0; 
}

.main-resources-listing-wrapper {
    width: 100%;
    float: left;
    margin: 0px 0 50px;
    padding: 0px;
    display: block;
}
.resource-box-outer {
    float: left;
    width: 25%;
    clear: both;
    overflow: hidden;
}
/*.resource-box-outer:after {
    position: absolute;
    content: "";
    border-bottom: solid 1px #d6d6d6;
    width: 100%;
    bottom: 0px;
    left: 0;
}*/
.main-resource-box-inner:after {
    position: absolute;
    content: "";
    border-bottom: solid 1px #d6d6d6;
    width: 100%;
    bottom: 24px;
    left: 0;
}
.main-resource-box-inner {
    padding: 7px 21px 48px 21px;
    text-align: center;
    position: relative;
    float:left;
    width:100%;
    display:block;
}
.resource-box-inner {
    display:block;
    float:left;
    width:100%;
    cursor: pointer;
}
div#post-listing {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
}
    
/*.resources-listing-wrapper #post-listing > div.resource-box-outer:nth-child(4n+0) .main-resource-box-inner:before {
   display:none;
}*/
.resource-box-outer>a {
    position: absolute;
    display: block;
}
.main-resource-box-inner .cat {
     font-size:16px;
    color:#4f4f4f;
    font-family: 'Assistant-Regular';
    margin-bottom:10px;
    float: left;
    width: 100%;
    display:block;
}
.main-resource-box-inner>a{
    display:block;
    width:100%;
    max-width: 64px;
    margin: 0 auto;
}
.main-resource-box-inner .box-inner {
    padding: 0px;
    float: left;
    width:100%;
    margin: 0;
}
.main-resource-box-inner .box-inner p {
     font-size:20px;
    font-family: 'Assistant-SemiBold';
    color:#081b59;
    width:100%;
    float: left;
    line-height:24px;
}
.main-resource-box-inner a.read_more {
     width: auto;
    display: inline-block;
    clear: both;
    margin: 10px 0 0 0px;
    float: none;
}
.main-resource-box-inner .box-inner h3 {
    font-size:20px;
    font-family: 'Assistant-SemiBold';
    color:#081b59;
    width:100%;
    float: left;
    display:block;
    line-height:24px;
}
.data-sheet .main-resource-box-inner .box-inner h3 {
    font-family: 'Assistant-SemiBold';
}
.resource-box-inner a {
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;
    float: left;
}
.resource-box-inner {
 -webkit-transition: background .3s linear;
-moz-transition: background .3s linear;
-ms-transition: background .3s linear;
-o-transition: background .3s linear;
transition: background .3s linear;  
    padding: 22px 28px;
}
.white-paper .resource-box-inner:hover {
 background-color:#081b59;   
}
.resource-box-inner:hover, .data-sheet .resource-box-inner:hover {
 background-color:#ef4136;   
}
.use-case .resource-box-inner:hover {
 background-color:#18a0db;   
}
.solution-brief .resource-box-inner:hover {
 background-color:#f39200;   
}
.press-release .resource-box-inner:hover {
 background-color:#7f7f7f;   
}
.visio-stencil .resource-box-inner:hover {
 background-color:#3856a0;   
}
.blog .resource-box-inner:hover {
 background-color:#dfe2ec;   
}
.case-study .resource-box-inner:hover {
  background-color: #10A1DD;
}
.brochure .resource-box-inner:hover {
  background-color: #e6c039;
}
.podcast .resource-box-inner:hover {
  background-color: #0a6fca;
}

.resource-box-inner:hover .hover-border-white {
 border-color: #ffffff;
 color: #ffffff;
}
.resource-box-outer.blog .resource-box-inner:hover .hover-border-white {
 border-color: #ef4136;
 color: #222a50;
}
.resource-box-inner:hover .cat,  .resource-box-inner:hover h3, .resource-box-inner:hover p  {
    color:#fff;
}

.resource-box-outer.blog .resource-box-inner:hover .cat
{
    color:#222a50;
}
.resource-box-outer.blog .resource-box-inner:hover h3,
.resource-box-outer.blog .resource-box-inner:hover p
{
    color:#505050;
}


.resource-box-outer.white-paper .resource-box-inner path,
.resource-box-outer.white-paper .resource-box-inner rect,
.resource-box-outer.white-paper .resource-box-inner polygon,
.resource-box-outer.white-paper .resource-box-inner circle,
.resource-box-outer.white-paper .resource-box-inner line
{
    stroke: #11235f;
    fill: #11235f;
}
.resource-box-outer.data-sheet .resource-box-inner path,
.resource-box-outer.data-sheet .resource-box-inner rect,
.resource-box-outer.data-sheet .resource-box-inner polygon,
.resource-box-outer.data-sheet .resource-box-inner circle,
.resource-box-outer.data-sheet .resource-box-inner line
{
    stroke: #f05248;
    fill: #f05248;
}
.resource-box-outer.use-case .resource-box-inner path,
.resource-box-outer.use-case .resource-box-inner rect,
.resource-box-outer.use-case .resource-box-inner polygon,
.resource-box-outer.use-case .resource-box-inner circle,
.resource-box-outer.use-case .resource-box-inner line
{
    stroke: #28abe0;
    fill: #28abe0;
}
.resource-box-outer.solution-brief .resource-box-inner path,
.resource-box-outer.solution-brief .resource-box-inner rect,
.resource-box-outer.solution-brief .resource-box-inner polygon,
.resource-box-outer.solution-brief .resource-box-inner circle,
.resource-box-outer.solution-brief .resource-box-inner line
{
    stroke: #f4980f;
    fill: #f4980f;
}
.resource-box-outer.press-release .resource-box-inner path,
.resource-box-outer.press-release .resource-box-inner rect,
.resource-box-outer.press-release .resource-box-inner polygon,
.resource-box-outer.press-release .resource-box-inner circle,
.resource-box-outer.press-release .resource-box-inner line
{
    stroke: #7f7f7f;
    fill: #7f7f7f;
}
.resource-box-outer.visio-stencil .resource-box-inner path,
.resource-box-outer.visio-stencil .resource-box-inner rect,
.resource-box-outer.visio-stencil .resource-box-inner polygon,
.resource-box-outer.visio-stencil .resource-box-inner circle,
.resource-box-outer.visio-stencil .resource-box-inner line
{
    stroke: #3856a0;
    fill: #3856a0;
}
.resource-box-outer.blog .resource-box-inner path,
.resource-box-outer.blog .resource-box-inner rect,
.resource-box-outer.blog .resource-box-inner polygon,
.resource-box-outer.blog .resource-box-inner circle,
.resource-box-outer.blog .resource-box-inner line
{
    stroke: #656e8b;
    fill: #656e8b;
}



.resource-box-inner:hover path,
.resource-box-inner:hover rect,
.resource-box-inner:hover polygon,
.resource-box-inner:hover circle,
.resource-box-inner:hover line
{
    stroke: #fff !important;
    fill: #fff !important;
}
.resource-box-outer.blog .resource-box-inner:hover path,
.resource-box-outer.blog .resource-box-inner:hover rect,
.resource-box-outer.blog .resource-box-inner:hover polygon,
.resource-box-outer.blog .resource-box-inner:hover circle,
.resource-box-outer.blog .resource-box-inner:hover line
{
    stroke: #747c97 !important;
    fill: #747c97 !important;
}
body .video .resource-box-inner path, body .video .resource-box-inner rect, body .video .resource-box-inner polygon, body .video .resource-box-inner circle{stroke: #081b59; fill:none; stroke-width: 1.3px;}
body .video .resource-box-inner:hover path, body .video .resource-box-inner:hover rect, body .video .resource-box-inner:hover polygon, body .video .resource-box-inner:hover circle{fill: none !important;}
@media(min-width: 601px){   
  .main-resources-listing-wrapper #post-listing:after {
    background: #fff;
    height: 100%;
    width: 3px;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    z-index: 1;
  }
  .main-resource-box-inner:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 7px;
    bottom: 0px;
    right: 0;
    height: calc(100% - 55px);
    background-color: #d6d6d6;
  }
}

@media(max-width: 990px){
.resources-filters-row .blog-categories {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}


.resource-box-outer {
    width: 33.33%;
}

/*.resources-listing-wrapper #post-listing > div.resource-box-outer:nth-child(4n+0) .main-resource-box-inner:before {
   display:block;
}
.resources-listing-wrapper #post-listing > div.resource-box-outer:nth-child(3n+0) .main-resource-box-inner:before {
   display:none;
}*/

}

@media(max-width: 768px){
.resource-box-outer {
    width: 50%;
}
/*.resources-listing-wrapper #post-listing > div.resource-box-outer:nth-child(3n+0) .main-resource-box-inner:before {
   display:block;
}
.resources-listing-wrapper #post-listing > div.resource-box-outer:nth-child(2n+0) .main-resource-box-inner:before {
   display:none;
} */  
}
@media(max-width: 600px){ 
#resourcesDropdown, #solutionDropdown {
    float: left;
}
#solutionDropdown {
    margin-left: 0px;
    margin-top: 10px;
    clear: both;
}
.resource-box-outer {
    width: 100%;
}
/*.resources-listing-wrapper #post-listing > div.resource-box-outer .main-resource-box-inner:before {
   display:none !important;
}*/
.main-resource-box-inner .box-inner, .main-resource-box-inner {
    min-height:inherit !important;
}
#blogTags .options, #resourcesDropdown .options, #solutionDropdown .options {
    margin:0;
}
.styledSelect.active:before {
    bottom: -1px;
}


}
 /* subscribe box css starts here*/
.blog-sign-up-content-wrap{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    align-items: end;
  }
  .blog-sign-up-content-wrap .blog-page-sign-up{
    max-width: 330px;
    width: 100%;
    padding: 30px 20px;
    border: 1px solid #081b59;
    margin-left: 70px;
    position: sticky;
    top: 200px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 75px;
  }
  .blog-sign-up-content-wrap .blog-page-sign-up .subscribe-form .hs-richtext.hs-main-font-element h2{
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    padding: 0;
    color: #24284f;
    font-family: 'Assistant-SemiBold';
    margin-bottom: 10px;
    margin-top: 0;
  }
  .blog-sign-up-content-wrap .blog-section.ngr-page-wrapper{
     float: left !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }
  .blog-sign-up-content-wrap .blog-page-sign-up .subscribe-form form .hs-fieldtype-text{
    text-align: center;
  }
  .blog-sign-up-content-wrap .blog-page-sign-up .subscribe-form form label{
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .blog-sign-up-content-wrap .blog-page-sign-up .subscribe-form form label.hs-error-msg{color: #ff0000;}
  .blog-sign-up-content-wrap .blog-page-sign-up .subscribe-form form .hs_error_rollup{display:none;}
  .blog-sign-up-content-wrap .blog-page-sign-up .subscribe-form .hs-button.primary.large:focus{outline: none;}
  
  @media (max-width: 1366px){
    .blog-sign-up-content-wrap .blog-page-sign-up{
      margin-right: 50px;
      margin-left: 50px;
    }
  }
  
  @media (max-width: 1280px){
    .blog-sign-up-content-wrap .blog-page-sign-up{
      margin-right: 30px;
      margin-left: 30px;
    }
  }
  @media (max-width: 1206px){
    .blog-sign-up-content-wrap .blog-page-sign-up{
      margin-right: 15px;
      margin-left: 15px;
      
    }
    .blog-sign-up-content-wrap .blog-section.ngr-page-wrapper{
      max-width: 700px;
      }
  }
  @media (max-width: 1191px){
    .blog-sign-up-content-wrap .blog-page-sign-up{
      margin-right: 15px;
      max-width: 270px;
    }
    .blog-sign-up-content-wrap .blog-section.ngr-page-wrapper{max-width:650px;
    }
  }
  
  @media (max-width: 991px){
    .blog-sign-up-content-wrap .blog-page-sign-up{
      max-width: 330px;
      position: relative;
      top: 0;
      order: 2;
      padding: 20px 20px;
    }
    .blog-sign-up-content-wrap .blog-section.ngr-page-wrapper{
      max-width:100%;
    }
  }
  
  @media (max-width: 480px){
    .blog-sign-up-content-wrap .blog-page-sign-up{
      max-width: 100%;
    }
  }
/* subscribe box css ends here*/
/*****************************************/
/* Resources css - ends    */
/*****************************************/