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

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');
@import url('//fonts.googleapis.com/css?family=Raleway:400,600,700,300');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');




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

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



/* Typography  Change Your Font Style here */

        /*  */
    /*  */
      /*  */
                         /*  */
                         /*  */

/* Containers Wrapper Size */

 /* Used on '.wrapper' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/*ADD BACKGROUND COLOR HERE APPEARS ON HOVER*/

body .post-item .features-image-block .set-overlay{
    background:  ;
}







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

.bayada_blog_subscribe_form label{
  display: block !important;
}

.bayada_blog_subscribe_form li{
	display: block !important;
}

.bayada_blog_subscribe_form ul{
	padding-inline-start: 0px !important;
}

 body{margin:0 auto;
 float:none;
 padding:0px;
 line-height:1.2;
 font-size:18px;
 font-weight:400;
 color: #4a4a4a;
 font-family:'Helvetica', sans-serif;
 -webkit-font-smoothing: antialiased;}
 
 h1,h2,h3,h4,h5{font-family:'Helvetica', sans-serif;}
 
.uppercase {text-transform: uppercase;}
 
 body .plugn{display:none;}
 
 a {
 text-decoration: none;
 color: #34495e;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 -ms-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}

/* Highlighted Text */
 ::-moz-selection {
    color: #fff;
    background: #666;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #666;
    text-shadow: none;
}

.container-fluid .row-fluid .wrapper{
    max-width:1190px;
    padding-left:10px;
    padding-right:10px;
    float:none;
    margin:0 auto;
}

.row-fluid .widget-type-cell.wrapper-short {
    max-width: 790px;
    padding-left:10px;
    padding-right:10px;
    margin: 0 auto;
    float: none;
    display: block;
}

.header-container {
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding:10px 0px;
   
}

.header-container .hs_cos_wrapper_type_logo a img {
    max-height: 74px;
    width: auto;
}

.header-container .hs_cos_wrapper_type_logo a img {
    padding-top:12px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

@media(min-width:768px){
.header-container-wrapper.sticky-header {
    background: #414242;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transition: transform .2s ease-in,opacity .3s ease-in;
    transform: translate(0,62px);
    margin-top: -62px;
    padding: 0px;
}

}

/* ==========================================================================
 
                                Navigation                                
 
   ========================================================================== */
   
   
   
   
.custom-menu-primary .hs-menu-wrapper>ul {
    background: ;
    padding-top:0px;
    float: right;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
  
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}  
   
.mobile-trigger, .child-trigger {
    display: none!important;
}

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


.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding:6px 15px;
    position: relative;
    color: #fff;
    display: block;
    font-weight: bold;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.active a{color:#c81028;}

.custom-menu-primary .hs-menu-wrapper>ul>li {
    font-weight:normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}


 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: #ffffff;
    -webkit-transition: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    color: #34495e;
    font-weight:400;
    padding:6px 15px;
}




/* ==========================================================================
 
                                Call-to-Action                              
 
   ========================================================================== */
   
   

.header-cta {
    margin-top:20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.cta_border_button .cta_button{
    width:100%;
    max-width:172px;
    color:#fff;
    border-color: #34495e;
    background:#34495e;
    border-style: solid;
    border-width: 2px;
    text-transform:uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding:10px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center; 
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    -webkit-appearance: none;
    letter-spacing: .5px;
}

.cta_border_button .cta_button:hover {
    border: 2px solid #0F2030;
    border-color: #333;
    background: #0F2030;
    color: #FFF;
}




/* ==========================================================================
 
                                Body-Container                            
 
   ========================================================================== */


.body-container-wrapper {
   
}

.no-margin{
    margin-top:0px;
    margin-bottom:0px;
}

.font-semibold{
    font-weight:400;
}


/* ==========================================================================
 
                                Blog-Style                            
 
   ========================================================================== */
   
   
/*Post-Listing*/

.post-listing{
    display: block;
    margin: 0 -25px 0 0;
    padding: 0;
    overflow: hidden;
}

.post-item{  
    float: left;
    width: 50%;
    padding-right: 25px;
    display: block;
    box-sizing: border-box;
    margin: 0 0 25px 0;
    list-style:none;
    padding-bottom:0;
}

.post-item-inner {
    border: 1px solid #e7e7e7;
}
    
.post-item h2 a,
.post-item h2{
   font-size:30px;
   line-height: 1.3;
   margin:0px;
   padding:0px;
   color:#414242;
   font-family:'Helvetica', sans-serif;
   font-weight:400;
   letter-spacing: .25px;
   min-height:60px;
   text-align:center;
} 

.post-item span#hubspot-author_data {
    padding:15px 0 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #b3b2b2;
}

.post-item span#hubspot-author_data .author-link{
     color: #b3b2b2;
     font-weight: 400;
}

body .post-item a span.post-featured-image{
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.post-item .features-image-block{
    position: relative;
}

.post-item .features-image-block:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(17,29,47,0.5);
    top:0px;
    left:0px;
    right:0px;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


span.each-post-topic {
    position: absolute;
    top:12px;
    right:12px;
    z-index: 2;
}

span.each-post-topic a:first-child{
    display:inline-block;
}

span.each-post-topic a{
    border:1px solid #c81028;
    text-transform:capitalize;
    text-decoration: none;
    font-size:16px;
    font-weight:400;
    display:none;
    padding: 10px 15px;
    border-radius:0px;
    letter-spacing: .25px;
    color:#ffffff;
}

.post-item .features-image-block:hover span.each-post-topic a{
    color:#ffffff;
    border:1px solid #c81028;
    
}

.post-item .features-image-block:hover .set-overlay{
    opacity:1;
}

.post-item .features-image-block .set-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:0px;
    background: rgba(112,112,112,0.8);
f
    text-transform: uppercase;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


.post-item a.read-more-link{
    text-align: center;
    text-decoration:none;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color:#ffffff;
    font-size:20px;
    line-height:50px;
    font-weight:400;
    border: 1px solid rgba(255,255,255,0.5);
    border-width: 1px 0;
    white-space: nowrap;
    min-width: 225px;
    max-width: 95%;
    letter-spacing: .05em;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
    
.social-shares{
    font-weight: bold;
    color: #aaa;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    letter-spacing: .06em;
    text-align: center;
} 
    
.hot-post-header .social-shares{
    position:relative;
    padding-top:30px;
    display:block;
    top:0px;
    bottom:0px;
} 

.hot-post-header .social-shares .fa{
    color:#ffffff;
}

.hot-post-header .social-shares .fa:hover{
    color:#c81028;
}

.social-shares .fa{
    color:#ffffff;
    font-size:20px;
    padding:0px 10px;
}

span.hero-post-topic {
    display: block;
    padding-bottom: 15px;
}

.hot-post-header {

    min-height:850px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 125px 0 75px;
}

body.hs-blog-post .hot-post-header {
/*   background-position: top center !important; */
}
    
.hot-post-header .wrapper.padded{
    position:relative;
    z-index:1;
    max-width:1100px;
}    
    
.hot-post-header:after{
    content:"";
    position:absolute;
    top:0px;
    right:0px;
    left:0px;
    width:100%;
    height:100%;
    display:block;
    background:rgba(0,0,0,0.6);
}    
    
.hot-post-header .cell-wrapper{
   
} 

.hot-post-header h1,
.hot-post-header h1 a{
    font-size:45px;
    font-weight:700;
    text-shadow:1px 0 1px #000;
    color: #fff;
    margin:0px;
    line-height:1.2;
}

.hero-post-topic a{
    border:1px solid #c81028;
    text-transform:capitalize;
    text-decoration: none;
    font-size:16px;
    font-weight:400;
    margin-right:3px;
    display:inline-block;
    padding: 10px 15px;
    border-radius:0px;
    letter-spacing: .25px;
    color:#ffffff;
}

 a.hero-author-link {
    color: #fff;
    font-size: 16px;
    text-decoration:none;
}

a.hero-author-link:hover,.section.post-body a{
    color:#c81028;
    text-decoration:none;
}
    
.post-details {
    color: #fff;
    font-size: 16px;
    padding: 35px 0px 25px;
    display: block;
}   
    
.hot-post-header a.more-link {
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: 700;
    border: 1px solid #c81028;
    max-width: 150px;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #c81028;
}
    
.hot-post-header a.more-link:hover{
    opacity:0.9;
}
    
.blog-post-date,.blog-post-date .fa{
    color:#ffffff;
    font-size:16px;
} 

p.share-text {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}
    
.blog-outer-section{
    padding-top:50px;
}


.blog-section .post-listing .post-item:first-child{
    display:none;
}

body.author-page .blog-section .post-listing .post-item:first-child,
body.topic-page .blog-section .post-listing .post-item:first-child{
    display:block;
}



.post-item .post-body{
    padding:20px;
}



/*Sidebar Style*/

.blog-sidebar h3{
    font-size: 24px;
    margin-top: 0;
    color: #000;
    font-family: 'Helvetica',sans-serif;
    font-weight: 400;
}

.post-topic{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.offer-cta {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.post-topic ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
    
.post-topic ul li{
    display:inline-block;
    margin-right:7px;
    margin-bottom:10px;
}

.post-topic ul li a{
    background: #fff;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    font-family: 'Montserrat',sans-serif;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
}
.post-topic ul li a:hover{
    background:#c81028;
    color:#ffffff;
    border-color:#c81028;
}

.body-container .tabber-tabs {
    list-style: none;
    padding: 0;
    margin: 0px 0px;
    border-bottom:1px solid #e7e7e7;
}

.tabber-tabs>li {
    float: left;
    width: 48%;
}

.tabber-tabs>li:first-child + li{
    margin-left:4%;
}


.tabber-tabs>.active>a,
.tabber-tabs>.active>a:hover,
.tabber-tabs>.active>a:focus {
    color: #4a4a4a;
    cursor: default;
    background-color: #fff;
    border-bottom:4px solid #c81028;
    font-weight:700;
}

.tabber-tabs>li>a {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 14px;
    padding-top:10px;
    padding-bottom:10px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    border-bottom:4px solid transparent;
    font-size: 15px;
    font-weight: 700;
    color: #4a4a4a;
}

.tabber-content {
    background: #fff;
    padding: 8px 0px 0px 0px;
    //border: 1px solid #ddd;
}

.custom_listing_comments .fa-comment,
.comment{
    color:#c81028;
}

.side-ofr-img{
 padding-top:10px;   
}

/*Author-Style*/

.post-item .author-link{
    color: #414242;
}

.author-link:hover{
    text-decoration:none;
    color: #c81028;
}

.topic-link:hover{
    color: #c81028;
}

.for-topic-text{
    color: #000;
    font-size: 17px;
    margin-right:5px;
}
    
.hs-blog-post .topic-link{
    padding:6px 10px;
    display:inline-block;
    border: 1px solid #000000;
    color:#000000;
    margin-bottom:5px;
} 
    
.hs-blog-post #hubspot-topic_data{
    margin: 0px;
    padding-top: 35px;
}    



.blog-content{
    padding-right:30px;
}


/*Recent Posts*/

.rss-blog{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

body .hs-rss-item.hs-with-featured-image{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    padding-right:0px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    height:70px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 70%;
    padding-right:0px;
    padding-left:10px;
    line-height: 20px;
    font-size: 11px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.popular ul li a:hover,
.hs-rss-item-text a:hover{
    color:#c81028;
}

a.hs-rss-title{
   color:#000000;
   font-size: 13px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    width: 30%;
}

body .hs-rss-item.hs-with-featured-image:last-child{
    margin-bottom:0px;
}

.hs-rss-byline{
    opacity: 1;
    font-size: 13px;
    font-family:'Helvetica', sans-serif;
    color: #c81028;
    text-transform: capitalize;
    font-weight:bold;
}

.popular ul{
    list-style:none;
    padding-left:0px;
}

.popular ul li{
    line-height: 20px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.popular ul li:before,.popular ul li:before {
    content: "\f00c";
    position: absolute;
    left: 5px;
    top: 2px;
    font-family: "FontAwesome";
    width: 16px;
    height: 16px;
    color:#c81028;
}


.popular ul li a{
    font-size:14px;
    color:#000000;
}

/**/


.blog-subscription {
    background: #f8f8f8;
    padding-bottom: 0;
    text-align: center;
    margin-bottom:35px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.21);
    padding: 25px 10px 20px;
}

.blog-subscription h2{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.blog-subscription .widget-type-linked_image{
    text-align:center;
    padding: 0px;
}
    
.blog-subscription .widget-type-rich_text{
    padding:10px 15px;
}    
    
.blog-subscription p{
    font-size: 18px;
    color: #4a4a4a;
    margin: 0;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .25px;
} 

.blog-subs-form {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 12px;
}

.blog-subs-form form{position:relative;}

.blog-subs-form label,
.blog-subs-form .hs-form-required{
    display:none;
}

.blog-subs-form input[type="email"]{
    text-align: left!important;
    height:45px;
    border: 1px solid #e7e7e7;
    padding-left:16px;
    font-size: 14px;
    padding-right:16px;}

.blog-subs-form input[type="email"]:focus{outline:none;}

.blog-subs-form .hs-error-msgs.inputs-list{
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 2px solid #EF731A;
    position: relative;
    top: -1px;
}

.blog-subs-form .hs-button{
    display: block;
    width: 100%;
    margin-top: 20px;
    font-weight: bold;
    background:#c81028;
    color:#ffffff;
    cursor: pointer;
    height: 45px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    border: 2px solid #c81028;
}

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


.hs-button:hover{
    opacity:.9;
}

.hs-blog-listing .blog-comments-section{
    display:none;
}

.hs-blog-post .blog-outer-section{
    padding-bottom:50px;
}


.blog-comments-section {
    background: #f8f8f8;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-comments-section:before {
    content: "";
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -19px;
}

.blog-comments-section h4 {
    font-size: 20px;
    font-weight:400;
    text-align: center;
    color: #4a4a4a;
    letter-spacing: .25px;
    line-height: 1.2;
    margin: 0;
}

.blog-comments-section p {
    text-align: center;
    color: #4a4a4a;
    letter-spacing: .25px;
    margin: 10px 0;
    font-weight:400;
    font-size:18px;
}


#comment-form{
    padding-top:50px;
}

.comment.depth-0:first-child {
    margin-top: 20px;
}

.comment-from a{
    color:#000000;
}

body #comment-form input[type="text"],
body #comment-form input[type="email"] {
    height: 50px;
    margin-bottom: 25px;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: none;
}

.form-columns-2 h2{
    color:#000000;
    font-size:30px;
    font-weight:700;
}

#comment-form label{
    font-size:16px;
    padding-bottom: 10px;
    display: inline-block;
}

body #comment-form textarea {
    height: 100px;
    margin-bottom:0px;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: none;
}

#comment-form .hs-form-booleancheckbox input{
    min-height:10px;
    width:auto;
}

body #comment-form .hs-button.primary {
    background: #c81028;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: none;
    border: 0;
    font-size:16px;
    display: block;
    padding: 15px 25px;
    color: #fff;
    margin:0 auto;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#comment-form .hs-button:hover{
   opacity:0.9;
}

#comment-form .hs-form-field {
    position: relative;
    margin-bottom:0px;
}

#comment-form ul.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -5px;
    list-style: none;
    padding: 0;
}

#comment-form ul.hs-error-msgs.inputs-list label {
    font-size: 13px;
    color: red;
    font-weight: 600;
    letter-spacing: .25px;
}

#comment-form span.hs-form-required {
    font-size: 14px;
    font-weight: 600;
    color: red;
}

.footer-copyright{
    padding:0px 0px 20px;
}

.about-author-sec{
    margin-top:50px;
}

.about-author-sec img{
    border-radius:50px;
}

.about-author-sec h4{
    margin-top:0px;
}

.section.post-header h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top:0px;
}

.pagination-section{
    background: #f8f8f8;
}

.post-pagination {
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.prev-post {
    position: absolute;
    left: 0;
}

.next-post {
    position: absolute;
    right: 0;
    text-align: right;
}


.post-pagination a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-pagination a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-pagination h5 {
    margin: 10px 0 0;
}

.post-pagination h5 a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 16px;
    font-weight:400;
    text-transform: none;
}

.comment-body p{
    text-align:left;
    
}

.comment-reply-to{
    border: none;
    padding-left: 25px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
}


@media (max-width: 767px){
.post-pagination h5 {
    display: none;
}

}

/*Post-listing-sample  All Post Page*/

.post-listing-simple .post-item:first-child{
    margin-left:0px;
}

.post-listing-simple .post-item h2{
    margin-top: 10px;
    font-size:30px;
}

.post-listing-simple .post-item h2 a {
    font-weight: 500;
    color: #2d3033;
    line-height: 30px;
    font-size:30px;
}

.post-listing-simple .post-item h2 a:hover{
    color: #03799a;
}

.post-listing-simple .post-item{
    max-width:239px;
    margin: 0 23px 30px 0px;
    float:none;
    display:inline-block;
    text-align:left;
    vertical-align:top;background:#f2f2f2;
    padding-bottom:20px;
}

.text-wrap{
    padding:0px 10px;
}

.all-post-date span{
    color: #03799a;
    font-weight:bold;
}

.all-post-date{
    margin:5px 0px 0px;
    font-size:12px
}


/*Social-Share*/

.social-share{
    background: #f2f3f4;
    padding-top:30px;
    border-top:3px solid #c81028;
    padding-bottom:30px;
    margin-bottom:80px;
    padding-left:20px;
    padding-right:20px;
    
}

.social-share h3{
    margin:0px;
}

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

/*Footer*/

.footer-container-wrapper {
    background: #414242;
    padding-top: 50px;
    padding-bottom: 25px;
}

.footer-container-wrapper .widget-type-text{
    color: #fff;
    font-weight: 600;
    padding-top: 25px;
    letter-spacing: .25px;
}

.footer-container h4{
    color:#fff;
    font-size:20px;
    text-transform:uppercase;
    font-weight:400;
}

.about-us{
    text-align:right;
}

.contact-us{
    text-align:left;
}

.copy{
    color:#fff;
    padding-top:30px;
    padding-bottom:10px;
}

.copy a{
    color:#fff;
    text-decoration:underline;
}

.twitter-widg{
    
}

.twitter-widg ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

.twitter-widg ul li{
    border-bottom:1px solid #e7e7e7;
    padding-bottom:15px;
    margin-bottom:25px;
}

.twitter-widg ul li:last-child{
    border-bottom:none;
}

#example1 .user{
    overflow: hidden;
}

#example1 .user img{
   width:50px;
   float:left;
   margin-right: 10px;
   border-radius:6px;
}

#example1 .user span:first-child + span{
    padding-top:10px;
    display:inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

#example1 .user span:first-child + span + span{
    font-size: 14px;
    color: #c81028;
    font-weight:400;
}

#example1 p.tweet{
    color: #414242;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

#example1 p.tweet a{
  color: #c81028;  
}

#example1 .interact a{
    font-size:12px;
    color:#000000;
    padding:0px 10px;
    display:none;
}

#example1 p.timePosted{
    color: #b3b2b2;
    font-size: 14px;
    font-weight: 400;
}


/*Pagination-Style*/


.page-numbers{
    position: relative;
}

.page-numbers li {
    position: relative;
    display: inline-block;
    width:40px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    color: #bababa;
    font-size: 16px;
    outline: 0;
    top:-1px;
}

.page-numbers li a{
    color:#000000;
    font-size: 18px;
    text-decoration:none;
    display:block;
    font-weight:700;
    background: #fff;
    border: 1px solid #E2E2E2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    padding: 4px 0px;
}

.page-numbers li a:hover,
a.next-posts-link:hover,
a.previous-posts-link:hover,
.page-numbers li.current a,
.page-numbers li.current a:hover{
    border-color:#c81028;
    background-color:#c81028;
    color:#ffffff;
}

a.next-posts-link,
a.previous-posts-link,
a.no-link{
    color:#000000;
    font-size:20px;
    text-decoration:none;
    display:inline-block;
    font-weight:700;
    background: #fff;
    border: 1px solid #E2E2E2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-align:center;
    padding: 7px 15.5px;
}
    
a.no-link{
    color: #dadada;
    border: 1px solid #e5e5e5;
    background-color: #e7e7e7;
}    

.blog-pagination{
    overflow:hidden;
    text-align:left;
    padding:50px 0px;
    display:block;
}

.blog-pagination ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

.blog-pagination ul li{
    display:inline-block;
}

.nxt-btn{margin-right:5px;}
.prev-btn{margin-left:5px;}


@media(max-width:1200px){
    
.post-nav .post-link{
    overflow:hidden;
    text-align:center;
} 

.post-nav .thumb a{margin:0 auto;}

.next-post .nav-text, .next-post .thumb,body .prev-post .thumb,body .post-nav .nav-text{
    float:none;
    margin:0 auto;
    width: 100%;
    padding:0px;
}

body .nav-text{
    padding-top:10px!important;
}

.next-post h5, .prev-post h5{
    max-height:36px;
    overflow:hidden;
}
}

.hs-author-profile .hs-author-name{
    font-size:30px;
    font-weight:400; 
    color:#000000;
}

.hs-author-profile{
    //padding-bottom:40px;
}

.hs-author-listing-header{
    margin: 0 0 40px 0;
}

.hs-author-profile .hs-author-avatar img{
    margin:0px 0px 20px;
    border-radius:50%;
}

/*HS-post*/

body.hs-blog-post .widget-type-cell.blog-sidebar{display:none;}

body.hs-blog-post .hot-post-header{background-position: center center;}

body.hs-blog-post .post-cta-mod .cta_button{
    font-size: 16px;
    display:inline-block;
    font-weight:700;
    letter-spacing: 1px;
    color:#ffffff;
    border-radius: 0;
    width: 100%;
    padding:13px 0;
    text-align: center;
    margin:30px auto;
    text-transform: uppercase;
    cursor:pointer;
    float:none;
}

.widget-type-cta.post-cta-mod{
    text-align:center;
}

body.hs-blog-listing .read-post,
body.hs-blog-listing .widget-type-cell.post-cta{
    display:none;
}

.post-cta{
    padding-top:30px;
}

.post-cta h2 {
    font-size: 30px;
}

.post-cta h3 {
    font-size: 24px;
}

.post-cta h2, .post-cta h3 {
    margin: 0px;
    font-weight:400;
    color: #333;
    text-align:center;
    font-family: 'Helvetica', sans-serif;
    text-shadow: 1px 0 1px #cccccc;
}



body.hs-blog-post span.hero-post-topic{
    display:none;
}

body.hs-blog-post .read-post{
    z-index:1;
    margin: 25px auto 0px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    border: 1px solid #c81028;
    max-width: 180px;
    padding: 15px 35px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #c81028;
    text-transform:uppercase;
}

body.hs-blog-post .read-post:hover{
    opacity:.9;
}

.post-details{
    padding: 20px 0 20px;
}
    
#article{
    padding-bottom:25px;
}    
    
body.hs-blog-post .hs-author-avatar img{
    float:left;
    margin-right: 20px;
    border-radius:50%;
}   
    
body.hs-blog-post .author-link {
    color: #000;
    font-size: 18px;
    position: relative;
    top: 20px;
}    

body.hs-blog-post .more-link{
    display:none;
}

body.hs-blog-post .hot-post-header .social-shares {
    padding-top: 5px;
}

body.hs-blog-post .widget-type-cell.blog-content{
    margin:0 auto;
    max-width:770px;
    float:none;
    padding:0px;
}

body.hs-blog-post .section.post-body img{//display:none;}

body.hs-blog-post .section.post-body,
body.hs-blog-post .section.post-body p,
.hs-author-bio{
    font-size:18px;
    line-height:30px;
    color: #000000;
}


.hs-author-social-label{
    font-size:18px;
    padding-right:10px;
}

body.hs-blog-listing .hs-author-social-links a.hs-author-social-link .fa{
    vertical-align:middle;
}

body.hs-blog-listing .hs-author-social-links a.hs-author-social-link{
    text-indent: 0;
    background-image: none;
    text-align: center;
    color: #ffffff;
    background-color: none;
    padding: 8px 9px;
    font-size: 20px;
    margin-right: 5px;
}

body.hs-blog-listing .hs-author-social-links a.hs-author-social-link:hover{
    color:#c81028;
}

body.hs-blog-post .section.post-body h2{
    font-family:'Helvetica', sans-serif;
    font-size:30px;
    color: #000000;
}

body.hs-blog-post .section.post-body h3 {
    font-family:'Helvetica', sans-serif;
    font-size:24px;
    color: #000000;
}

body.hs-blog-post .section.post-body ul{
    padding-left:70px;
/*     padding-left: 20px; -- Old style updated Mar-23 */
    /*list-style-type:none;*/
}
    
body.hs-blog-post .section.post-body ul li{
    position: relative;
    /* padding-left:30px; */
    margin: 0 0 10px;
}    

/*
body.hs-blog-post .section.post-body ul li:before{
    content: "\f111";
    position: absolute;
    left:0px;
    top: 0;
    color: #283D52;
    font-family: "FontAwesome";
    width: 13px;
    height: 13px;
    font-size: 11px;
}
*/


body.hs-blog-post .hs-form fieldset,
#comment-form textarea{
    max-width:100%;
    width:100%;
}


/*Author-Banner*/

.row-fluid .blog-author-section {
    background-color: #222222;
    min-height: 450px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 100px 0px 60px;
}


.blog-author-section .hs-author-avatar {
    background-size: cover;
    background-color: #ccc;
    background-position: top center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    border: 0px solid rgba(204,204,204,0.68);
    display: block;
}

.blog-author-section h2.hs-author-name {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px;
}

.blog-author-section .hs-author-bio {
    color: #fff;
    font-weight: 400;
    font-size:14px;
    letter-spacing: .25px;
}

.post-topic-section {
    background-color: #222222;
    min-height: 250px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 0;
}

h1.current-topic-list {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.2;
}

blockquote {
    border-left: 7px solid #c81028;
    margin: 25px 0px 25px 0px;
    padding-left: 30px;
}

/* ==========================================================================
   Responsive-Style
   ========================================================================== */
   
   
   
 @media(max-width:1024px) and (min-width:768px){
       
  body .hot-post-header {
    height: auto;
    min-height:450px;
    padding-top:125px;
}
         
  .blog-subscription .widget-type-linked_image {
    text-align: center;
    padding:0px;
    max-width: 150px;
    margin: 0 auto!important;
    float: none;
    display: block;
}
        
    body .post-item{
    min-height:450px;
}
       
}
  
  
@media(max-width:850px) and (min-width:768px){
    
.logo-img{
    padding-top:4px;
}

.row-fluid .side-ofr-img iframe{
    width:160px!important;
    min-width:160px!important;
}

.tabber-tabs>li>a{
    font-size:11px;
}

.blog-sidebar h3 {
    font-size: 24px;
}



}  
  
  
  
   
@media(max-width:767px){
       
.header-container .hs_cos_wrapper_type_logo a img{
    max-width:150px;
    padding-top:0px;
    padding-left:15px;
}

.logo-img img{
   padding-left:15px; 
}
       
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background:#0F2030;
    -webkit-transition:none;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    color:#ffffff;
    font-weight:400;
    padding:0px 0px;
    font-size: 14px;
}
   
.header-container-wrapper{
    position:relative;
    box-shadow:none;
    margin-bottom:0px;
    background:#000000;
}

body .hs-menu-wrapper {
    display: none;
}

.post-cta h3,
.post-cta h2 {
    line-height: 35px;
}

.header-container.container-fluid .wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

.header-cta {
    display: none!important;
    visibility: hidden;
}

.body-container-wrapper {
    padding-top: 0px;
}

.blog-section {
    padding-right: 0px;
}

.blog-content {
    padding-right: 0px;
}

.post-body .hs-featured-image {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
    max-width: 100%;
}

.blog-sidebar {
    margin-top: 25px;
}


.post-listing {
    margin: 0 0px 0 0;
}

body .post-item {
    float: none;
    width: 100%;
    padding-right: 0px;
}

.hot-post-header h1,
.hot-post-header h1 a {
    font-size: 45px;
    line-height: 45px;
    margin: 0px;
}

.hot-post-header {
    height: auto;
    min-height: 500px;
    padding-top: 100px;
}

.post-listing-simple .post-item {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

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

.blog-outer-section {
    padding-top: 20px;
}

       
    }





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


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

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




@media (max-width: 767px){


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

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 33px;          /* Position Button at top right of screen  */
    right:0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 6px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 35px; /* Icon line width*/
    height: 5px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -9px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 9px; /* Position bottom line */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */

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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top:70px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
    box-shadow:0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff;!important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#fff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}


@media(min-width:768px){
    
 .widget-type-cell.blog-sidebar {
        padding-bottom:60px;
}  

.make-equal-height > .row-fluid-wrapper >.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
}
    
    
}

.hs-fieldtype-checkbox ul {
  list-style: none;
  padding: 0;
}

.hs-fieldtype-checkbox label, .hs-fieldtype-checkbox .hs-form-required {
    display: block;
  margin-top: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  margin: 15px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, .custom-menu-primary .hs-menu-wrapper>ul>li.active a {
    color: #ffffff;
  text-decoration: underline;
  
}

body.hs-blog-post .row-fluid .post-hidden,
body.hs-blog-listing .row-fluid .list-hidden, .hs-related-blog-item-text>.hs-related-blog-byline, .hs-related-blog-byline p, .hs-related-blog-item-text img, 
.hs-related-blog-tags, .hs-related-blog-author, .hs-related-blog-posted-at {
    display:none;
}


.hs-related-blog-module.feedreader_box {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
@media all and (max-width: 767px){
  .hs-related-blog-module.feedreader_box {
    flex-direction: column;
  }
}
.hs-related-blog-item.hs-with-featured-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 33.3%;
        margin: 0 20px 100px 20px;
}
@media all and (max-width: 767px){
  .hs-related-blog-item.hs-with-featured-image {
    flex: 0 100%;
        margin: 20px;
}
}
.hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-text, .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    order: 2;
}
.hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-image-wrapper, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 100%;
}
a.hs-related-blog-title {
    font-family: 'Arial';
    font-size: 17px;
    margin-top: 15px;
    position: relative;
    display: block;
    font-weight: bold;
    line-height: 1.5;
}
.hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-image-wrapper, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.related-posts {
    text-align: center;
    margin-bottom: 60px;
    font-size: 40px;
    margin-top: 0;
    font-family: 'Arial';
}

.load-more-button {
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: 700;
    border: 1px solid #c81028;
    max-width: 250px;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #c81028;
  margin-bottom: 60px;
  text-align: center;
}

.load-more-button:hover {
  cursor: pointer;
  opacity: .9;
}











/* Additional Styles by Steve Connerton */

li {
    margin-bottom: 16px;  
}