/* @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    */
/*****************************************/
/*@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");*/
@font-face {
font-family: OpenSans-ExtraBold;
}
@font-face {
    font-family: OpenSans-Semibold;
}
.section-item .more span{
    padding: 10px 30px;
    border: 1px solid #ffa500;
    border-radius: 25px;
}

.blog-section .hubspot-editable {
    float: none !important;
}
.blog_header_cta{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.blog_header{
background-image:url(https://cdn2.hubspot.net/hubfs/463211/png%20logos/img.png);
background-repeat:no-repeat;
background-position: center;
background-size:cover!important;
background-color:transparent;
}
.hs-blog-header{
text-align:center;
}
.padded-content-left-no{
padding:0px!important;
max-width: 1366px;
width: 1165px !important;
margin: auto!important;
float: none!important;
}
.tit{
padding:0px 10px;
margin-top:40px;
text-align: center
}
.listing_title *{
font-family: OpenSans-ExtraBold;
font-weight: bold;
font-size:24px;
color:#363636;
}
.listing-text{
margin: 5px 0px;
font-size:16px;
color:#555555;
}
.horizon{
border: 0;
height: 1px;
background: #d5d5d5;
display: block;
visibility: visible;
margin: 20px 0px;
}
.post-listing:after{
display:block;
content:'';
clear:both;
}
.featured{
    height: 283px;
    background-repeat: no-repeat;
    background-size: cover;
}
.post-items{
width: 33.3%;
    float: left;
    height: 400px;
    padding: 0 10px;
    margin-bottom: 100px;
}
.cont{
padding: 10px 20px 20px 20px;
height: 190px;
position: relative;
border: 1px solid #dbdbdb;
    border-top: 0px;
text-align:center
}
.section-title h2{
margin:0px;
}
.section-title *{
 font-family: OpenSans-Semibold;
     font-weight: bold;
         line-height: 20px;
font-size:15px;
color:#555555;
}
.section-title a:hover{
text-decoration:none;
}
.date{
font-family: OpenSans-Semibold;
    font-weight: bold;
color:#969696;
font-size:14px;
}
.section-title{
margin-top:10px;
}
.link-more{
    color: #2c2c2c;
    font-weight: bold;
    font-size: 20px;
}
.more{
    text-align: center;
    margin-top: 30px;
}
.link-more:hover{
text-decoration:none;
}
.more .fa.fa-rss{
    margin-right:15px;
}
.more .fa.fa-angle-right{
float:right;
font-size:24px;
}
.post-listing>div:nth-child(1){
display:none;
}
.cta-sub:after{
content:'';
display:block;
clear:both;
}
.cta-sub{
margin-bottom:35px;
}
.post-items-1{
padding: 0px 10px;
width: 65%;
float: left;
    height: 450px;
}
.post-items-1 .featured{
    height: 290px;
}
.subscribe{
position: relative;
float: left;
    height: 330px;
    width: 25%;
    padding: 0px 10px;
    overflow:hidden;
}
.subscribe_2{
    position: relative;
    float: left;
    height: 500px;
    width: 35%;
    padding: 0px 10px;
    overflow:hidden;
}

.cta_rel1 {
    text-align: center;
    text-decoration: underline;
    font-family: helvetica;
}
.cta_cta{
    float: left;
    height: 330px;
    width: 25%;
    padding: 0px 10px;
}
.cta_cta_2{
float: left;
    height: 330px;
    width: 25%;
    padding: 0px 10px;
}
.subscribe h3{
margin:0px;
}
.subscribe_2 h3{
margin:0px;
}
.subscribe>span#hs_cos_wrapper_subscribe_designers_blog{
display: block;
  padding: 0px 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
        z-index: 999;
}
.subscribe_2>span#hs_cos_wrapper_subscribe_designers_blog{
display: block;
  padding: 0px 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
        z-index: 999;
}
.subscribe>span div#hs_form_target_subscribe_designers_blog{
padding: 20px 20px 0px 20px;
    background: #f7b453;
    height:100%;
}
.subscribe_2>span div#hs_form_target_subscribe_designers_blog{
    padding: 30px 20px 0px 20px;
    background: #7d7c7c;
    height:100%;
}

.subscribe form input{
height: 30px!important;
    padding: 3px!important;
    font-size: 14px;
    border-radius: 0!important;
border: none;
width: 100%!important;
margin-left:0px!important;
text-indent: 5px !important;
}

.subscribe_2 form input{
height: 30px!important;
    padding: 3px!important;
    font-size: 14px;
    border-radius: 0!important;
border: none;
width: 100%!important;
margin-left:0px!important;
text-indent: 5px !important;
}

.subscribe_2 .hs_firstname,.subscribe_2 .hs_lastname,.subscribe_2 .hs_email{
  margin-bottom: 0px;  
}

.subscribe .hs_firstname,.subscribe .hs_lastname,.subscribe .hs_email{
  margin-bottom: 0px;  
}


.subscribe form input:focus{
outline:none!important;
}
.subscribe_2 form input:focus{
outline:none!important;
}
.subscribe form .hs-form-field label{
font-size: 14px!important;
color: white!important;
font-weight: bold!important;
}
.subscribe_2 form .hs-form-field label{
font-size: 14px!important;
color: white!important;
font-weight: bold!important;
}
.subscribe form ul.hs-error-msgs li label{
color: red!important;
font-size: 13px!important;
}
.subscribe_2 form ul.hs-error-msgs li label{
color: red!important;
font-size: 13px!important;
}
.sub-backimage{
height: 200px;
    background-image: url(//www.avella.com/hubfs/Hepatitis/subbackground.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-backimage_2{
    height: 350px;
    background-image: url(https://cdn2.hubspot.net/hubfs/463211/png%20logos/cta_3_background.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-button{
height: 130px;
    background: #f7b453;
    padding:30px 20px;
}
.sub-button_2{
    height: 130px;
    background: #7d7c7c;
    padding:30px 20px;
}
.subscribe form .actions input{
    background-image: url(https://www.avella.com/hubfs/Hepatitis/rss.png)!important;
    background-repeat: no-repeat!important;
    background-position: 35px 16px !important;
    width: 100%;
    height: 45px!important;
    background-color: #e04816!important;
    font-size: 16px!important;
    font-weight: bold;
    text-transform: capitalize!important;
    margin-top: 20px !important;
}
.subscribe_2 form .actions input{
    width: 100%;
    height: 45px!important;
    background: #fafafa !important;
    color:#2c2c2c !important;
    font-size: 16px!important;
    font-weight: bold;
    text-transform: capitalize!important;
    margin-top: 20px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
.subscribe_2 form .actions input:hover{
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
.form-title{
    display:none ;
}
.sub-button span{
font-size: 16px;
    font-weight: bold;
    color: white;
}
.sub-button_2 span{
font-size: 16px;
    font-weight: bold;
    color: white;
}
.sub-button input{
    background:white;
    height: 35px;
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    border:none;
    cursor:text!important;
    border-radius: 0px;
}
.sub-button_2 input{
    background:white;
    height: 35px;
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    border:none;
    cursor:text!important;
    border-radius: 0px;
}
input[disabled]{background-color:white;}
.sub-button input:focus{
outline:none;
}
.sub-button_2 input:focus{
outline:none;
}
.close{
position: absolute;
    top: 15px;
    right: 27px;
    z-index: 22;
    cursor: pointer;
}
.close i{
font-size: 30px;
    color: white;    
}
@media(min-width:1201px) and (max-width:1360px){
.subscribe_2 form ul.hs-error-msgs li label,.subscribe form ul.hs-error-msgs li label{
font-size: 11px!important;
font-weight: 500!important;
}    
}
@media(max-width: 1190px) {
.padded-content-left-no{
    width: 950px !important;
}
}
@media(min-width:1025px) and (max-width:1200px){
.section-title *{
font-size: 13px;
line-height: 18px;
}
.sub-backimage_2,.sub-backimage{
background-position: center center;
}
.cta_back_2,.cta_back{
background-position: center 100%;
background-size: 98%;
}
.subscribe_2 form ul.hs-error-msgs li label,.subscribe form ul.hs-error-msgs li label{
font-size: 11px!important;
font-weight: 500!important;
}
.subscribe_2 form .actions input,.subscribe form .actions input{
margin-top: 15px!important;
height: 40px!important;
background-position: 30px 13px !important;
}
}
@media(max-width: 980px) {
.padded-content-left-no{
    width: 745px !important;
}
.post-items{
    width: 50%;
}
.sub-backimage_2 {
    height: 200px;
}
.subscribe_2 {
    height: 350px;
}
.post-items-1 .featured {
    height: 180px;
}
.post-items-1 {
    height: 350px;
}
.post-items-1 .cont {
    height: 150px
}
}
@media(min-width:900px) and (max-width:1024px){
.cont{
padding: 10px 10px 20px 10px;
}  
.section-title{
margin-top: 0px;
}
.section-title *{
line-height: 18px;
font-size: 13px;
}
.subscribe>span div#hs_form_target_subscribe_designers_blog,.subscribe_2>span div#hs_form_target_subscribe_designers_blog{
padding: 20px 10px 0 10px;
}
.subscribe form ul.hs-error-msgs li label,.subscribe_2 form ul.hs-error-msgs li label{
font-size: 10px !important;
font-weight: 500!important;
}
.subscribe form .actions input,.subscribe_2 form .actions input{
background-position: 25px 13px !important;
height: 40px !important;
margin-top: 15px!important;
}
.sub-backimage,.sub-backimage_2{
background-position: center center;
}
.cta_back,.cta_back_2{
background-size: contain;
}
.sub-button,.sub-button_2{
    padding: 30px 10px;    
}
.subscribe form>div,.subscribe_2 form>div{
margin-bottom:10px;    
}
.subscribe form ul.hs-error-msgs li,.subscribe_2 form ul.hs-error-msgs li{
height:20px;
}
}

/*@media(min-width:768px) and (max-width:899px){
.post-items-1,.subscribe,.cta_cta,.post-items,.subscribe_2,.cta_cta_2{
width: 33.333%;
} 
.cont{
padding: 10px 10px 20px 10px;
}
.section-title{
margin-top: 3px;
}
.section-title *{
line-height: 18px;
font-size: 13px;
}
.sub-backimage,.sub-backimage_2{
background-position: center center;
}
.sub-button,.sub-button_2{
    padding: 30px 10px;    
}
.subscribe>span div#hs_form_target_subscribe_designers_blog,.subscribe_2>span div#hs_form_target_subscribe_designers_blog{
 padding: 20px 10px 0px 10px;  
}
.subscribe form ul.hs-error-msgs li,.subscribe_2 form ul.hs-error-msgs li{
height:20px;
}
.subscribe form ul.hs-error-msgs li label,.subscribe_2 form ul.hs-error-msgs li label{
font-size: 11px!important;
font-weight: 500!important;
}
.subscribe form .actions input,.subscribe_2 form .actions input{
background-position: 33px 13px !important;
height: 40px!important;
margin-top: 15px!important;
}
.subscribe form>div,.subscribe_2 form>div{
margin-bottom:10px;    
}
.cta_back,.cta_back_2{
background-size: contain;
}
}*/
@media(max-width:767px){
.about-author{
    text-align:center;
}
#hubspot-author_data {
    font-size: 16px;
}
.hs-author-avatar{
    width: 125px !important;
    height: 125px !important;
}
.padded-content-left-no{
    margin: auto !important;
    float: none !important;
    width: 450px !important;
}
.post-items {
    width: 450px;
}
.post-items-1 {
    width: 450px;
}
.subscribe_2 {
    height: 485px;
    width: 450px;
}
.sub-backimage_2 {
    height: 335px;
}
.post-items-1 .featured {
    height: 340px;
}
.post-items-1 {
    height: 530px;
}
.hs-blog-listing .body-container-wrapper>.container-fluid{
padding-left: 0px;
padding-right: 0px;
}
.cta-sub{
margin-bottom: 40px;
}
.cta_cta,.cta_cta_2{
float: none;
width: 100%;
padding: 0;
}

.section-title *{
font-size: 14px;
}
.subscribe>span#hs_cos_wrapper_subscribe_designers_blog,.subscribe_2>span#hs_cos_wrapper_subscribe_designers_blog{
padding: 0;    
}
.subscribe form>div,.subscribe_2 form>div{
margin-bottom:15px!important;    
}
.subscribe form ul.hs-error-msgs li label,.subscribe_2 form ul.hs-error-msgs li label{
font-size: 11px!important;
font-weight: 500!important;   
}
.subscribe form .actions input,.subscribe_2 form .actions input{
background-position: 45px 15px !important;
    margin-top: 15px!important;
}
.cta_back,.cta_back_2{
background-size: cover;
}
}
.section.post-footer{
    margin-top: 30px;
    box-shadow: 0px 0px 5px silver;
}
.section.post-footer>div{
    padding:25px 25px;
}
.hs-author-avatar{
    background: url(https://cdn2.hubspot.net/hubfs/463211/New_blog/Dav.png?t=1487228137038);
    width: 158px;
    height: 158px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 89px;
    background-position: 50% 50% !important;
    margin: auto;
    border: 1px solid silver;
    display: inline-block !important;
    vertical-align: top;
}
.hs-author-avatar img{
    display:none !important;
}
.author-link{
    color: #2c2c2c;
    font-weight: bold;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.75px;
}
#hubspot-author_data {
    color: #444;
    font-size: 18px;
    margin-bottom: 15px;
    word-spacing: 0;
}
.cta_rel {
    text-align: center;
    margin-top: -34px;
    margin-bottom: 4px;    
}
.lSNext {
    background: url(https://cdn2.hubspot.net/hubfs/463211/6773a8cc-9f0d-4626-a313-3b0000e75339.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px !important;
    height: 37px !important;
    top: -45px !important;    
}
.lSPrev {
    background: url(https://cdn2.hubspot.net/hubfs/463211/03288f35-e560-4799-a630-218a295e1f49.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px !important;
    height: 37px !important;
    top: -45px !important;
    right: 47px !important;
    left: auto !important;    
}
.related-post-item .link-more {
    display: block;
    width: 100%;
    position: relative;
    bottom: 115px;
    padding: 10px 15px;
    border-top: 0px ;
    text-decoration: none;
    color: #969696 !important;
}
.related-post-item .more span{
    padding: 10px 30px;
    border: 1px solid #ffa500;
    border-radius: 25px;
}
.related-post-item .more span:hover{
    color: #ffa500;
}
.related {
    overflow: hidden;
}
.lSSlideOuter {
    overflow: initial !important;
}
.lSSlideWrapper {
    overflow: initial !important;
}
.more .fa.fa-rss {
    margin-right: 15px;
}
.more .fa.fa-angle-right {
    float: right;
    font-size: 24px;
}
.rel_img {
    height: 182px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.related-title {
    font-weight: 600;
    color: #555555;
    font-size: 18px;
    padding: 31px 17px;
    line-height: normal;
    border: 1px solid #dbdbdb;
    min-height: 230px;
}
.related-title a {
    text-decoration: none;
    color: #555555 !important;
}
.lSPager.lSpg {
    display: none !important;
}



.hs-blog-post .body-container-wrapper>.container-fluid {
    padding: 0;
}

.hs-blog-post .blog_bg {
    max-width: 920px;
    margin: auto;
    border: 1px solid #dbdbdb;
    margin-top: 54px; 
    padding: 25px 31px 20px 31px;    
}

.hs-blog-post .blog_post_title {
    font-weight: 800;
    color: #363636 !important;
    font-size: 29px !important;    
}

.hs-blog-post .hs-featured-image {
    float: none;
    max-width: 100%;
    margin: 0 !important;
    width: 100%;
    margin-top: 5px !important;   
    padding-top: 26px;
    border-top: 1px solid #dbdbdb;    
}

.hs-blog-post .post_data  {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 3px;    
}
.hs-blog-post .post_data1  {
    vertical-align: top;
    padding-top: 4px;
    padding-right: 5px;    
}

.hs-blog-post .post_data2  {
    display: inline-block;
    vertical-align: top;
    color: #072e5b;
    font-size: 14px;    
}

 .author_bg {
    display: inline-block;
    margin-top: 10px;
    margin-left: 54px;    
}
 .author_bg1 {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 5px;    
}

 .author_bg2 {
    display: inline-block;
    vertical-align: top;
    color: #fdb812;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline; 
}

 .post-header {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;    
}
.section.post-body {
    font-weight: 300;
    color: #555555;
    font-size: 18px;
    display: block;
    line-height: 20px !important;
    margin-top: 35px;
    letter-spacing: 0.25px;
    text-align: justify;  
}

.ctacta a {
     display: block !important;
    text-decoration: none;
}

.span12.widget-span.widget-type-blog_comments.main-content {
    float: none;
}

.Comments_bg {
    margin-top: 33px;
    border-bottom: 1px solid #dbdbdb;    
}

.Comments_text {
    color: #072e5b;
    font-weight: 800;
    font-size: 14px;
    display: inline-block;
    padding: 0 9px 11px 3px;
    border-bottom: 2px solid #c75050;
    margin-bottom: -1px;    
}

.share_s2 {
    display: none;
}
.share_s1 {
    display: inline-block;
    cursor: pointer;
    margin-top: 13px;    
}

.share_img {
    vertical-align: top;    
}

.share_text {
    display: inline-block;
    color: #757575;
    font-size: 15px;
    vertical-align: top;
    line-height: normal;
    padding-left: 7px;    
}

.share_bg .share {
    position: relative;   
    border-bottom: 0 !important;
}

.shareopen.share_s2 {
    display: block;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 12px silver;
    border-radius: 7px;
    width: 250px;    
    z-index: 2;    
}
.share_s2 ul  {
    list-style-type: none;
    padding-left: 20px;
    margin-top: 22px;
}

.share_s2 ul a {
    color: #757575 !important;
}

.hs-form-required {
    display: none !important;
}
.hs-form fieldset {
    max-width: 100% !important;
}

.hs_firstname input {
    width: 410px !important;    
}

.hs_lastname .input , .hs_email .input , .hs_comment .input{
    margin-right: 0 !important;    
}

.hs_comment .input {
    position: relative;
}



.hs_lastname input {
    margin-right: 0 !important;  
}
.hs_firstname , .hs_lastname , .hs_email {
    margin-bottom: 28px;
}  

.hs_comment{
    margin-bottom: 18px;
} 

::-webkit-input-placeholder { 
  font-size:14px;
}
::-moz-placeholder {
  font-size:14px;
}
:-ms-input-placeholder { 
  font-size:14px;
}
:-moz-placeholder {
  font-size:14px;
}

.hs-form-field input {
    padding: 6px 0 !important;
    text-indent: 20px !important;
    color: #aba8a8;
  
}

 .hs-form-field textarea {
    padding: 9px 0 !important;
    text-indent: 20px !important;
    color: #aba8a8;  
    background: #f5f5f5;
    border: 0;
    position: relative;
}

.hs-form-field input:focus, .hs-form-field textarea:focus {
    box-shadow: none !important;
    border-color: #ccc;
    color: #aba8a8;
    outline: none !important;
  
}
.hs_comment.field.hs-form-field ul li label,.hs_subscribe.field.hs-form-field{
    display:none;
}


#comment-form .hs-form-field textarea {
    width: 100% !important;
    min-height: 6em !important;
}

.hs_submit input {
    text-transform: initial !important;
    font-size: 19px !important;
    outline: none;
    padding: 8px 47px 9px 47px !important;
    margin-top: 0 !important;   
    background: #fdb813 !important;
}
.hs_submit {
    text-align: right;
}
.hs-button:hover, .hs-button:focus, .hs-button:active {
    text-decoration: none;
    color: #FFF !important;
}
.comment-body {
    background: #f5f5f5;
    border: 0 !important;
    border-radius: 8px;
    position: relative;    
}


.comment-body:after {
    content: " ";
    display: table;
    background: url(https://www.avella.com/hubfs/blog/1.png);
    width: 20px;
    height: 25px;
    position: absolute;
    bottom: -21px;
    left: 79px;
}
.comment-body:before {
    content: "";
    background: url(https://www.avella.com/hubfs/blog/user-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: -62px;
    left: 20px;
}
#comments-listing > div:after {
    content: "";
    clear: both;
    display: block;
}
.comment-reply-to {
    float: right;
    background: none !important;
    color: #072e5b !important;
    font-size: 14px !important;    
}
.comment-reply-to.hs-button:hover, .comment-reply-to.hs-button:focus, .comment-reply-to.hs-button:active {
    text-decoration: none;
    color: #072e5b !important;
    background: none !important;
    outline: none !important;
}
#comments-listing > div {
    position: relative;
}
.comment-from {
    position: absolute;
    bottom: -5px;
    left: 86px;    
}

.comment-from h4 {
    color: #072e5b !important;
    font-size: 16px;
    font-style: italic;    
}

.comment-date {
    position: absolute;
    bottom: 26px;
    left: 85px;    
}

.comment.depth-1  {
    padding-bottom: 64px;    
}

.comment.depth-1 .comment-from {
    left: 111px;
}

.comment.depth-1 .comment-date {
    left: 112px;
}
    
.sub_s2 {
    display: none;
}

#comment-form {
    padding-bottom: 17px !important;    
}

.form_app {
    border-bottom: 1px solid #cccccc;
}

.sub_s1 {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fdb813 ;
    margin-top: 35px;  
    cursor: pointer;
    margin-bottom: 6px;  
    letter-spacing: 0.75px;
    font-weight: bold;
}

.sub_s1 img {
    vertical-align: top;
    padding-top: 4px;
    padding-right: 10px;    
}

.sub_s2 .hs_submit{
    display: none;
}

.sub_s2.sub_s2op {
    display: inline-block;
}

.sub_s2 .hs_email  {
    margin-top: 25px !important;
    margin-left: 12px !important;    
}

.sub_s2 .hs_email input {
    width: 299px !important;    
}

.sub_s2 .submitted-message {
    margin-top: 33px;
    margin-left: 10px;    
}

.sub_s2 .hs_email {
    margin-bottom: 0 !important;    
}

.related_bg {
    max-width: 920px;
    margin: auto;
    border: 1px solid #dbdbdb;
    margin-top: 20px;
    padding: 25px 31px 20px 31px;
    margin-bottom: 80px;    
}

.related_title {
    font-weight: 800;
    font-size: 29px;
    color: #363636;
    margin-right: 100px;
    line-height: normal;
    margin-bottom: 30px;    
}

.related-post-item {
    width: 272px !important;
    margin-right: 17px !important;    
        position: relative;
}

 #comment-form .input {
    position: relative;
 }
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"], input[type="file"], textarea, select {
    display: inline-block;
    width: 100% !important;
    max-width: 100%!important;
    padding: 12px 15px !important;
}
.hs_website.field.hs-form-field{
    display: none;
}
/* #comment-form  .hs_firstname .input:before {
    content: "";
    background: url(https://www.avella.com/hubfs/blog/name-icon.png?t=1486987421114);
    width: 33px;
    height: 36px;
    position: absolute;
    right: 18px;
    top: 1px;
    border-left: 1px solid #cccccc;
    background-repeat: no-repeat;
    background-position: 10px 11px;
}

 #comment-form  .hs_lastname .input:before {
    content: "";
    background: url(https://www.avella.com/hubfs/blog/name-icon.png?t=1486987421114);
    width: 33px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 1px;
    border-left: 1px solid #cccccc;
    background-repeat: no-repeat;
    background-position: 10px 11px;
}

 #comment-form  .hs_email  .input:before {
    content: "";
    background: url(https://www.avella.com/hubfs/blog/ade1f45d-f744-4b30-8891-99e1a9a343fc.png);
    width: 33px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 1px;
    border-left: 1px solid #cccccc;
    background-repeat: no-repeat;
    background-position: 6px 11px;
}*/

@media(max-width: 1199px) {
 #comment-form  .hs_firstname .input:before ,#comment-form  .hs_lastname .input:before , #comment-form  .hs_email  .input:before {
    height: 34px;
}    
} 

@media(max-width: 980px) {
.hs-blog-post .blog_bg , .related_bg{
    margin-top: 19px;
  /*  margin-left: 30px !important;
    margin-right: 30px !important;*/
    max-width: 691px;
}    
.related-post-item {
    width: 196px !important;
}
.related-title {
    font-size: 16px;
}
.hs-blog-post .link-more {
    font-size: 15px;
}
}
@media(max-width: 767px) {
.hs-blog-post .blog_bg , .related_bg{
    margin-left: 10px !important;
    margin-right: 10px !important;
}  
/*.padded-content-left-no {
    max-width: 100%;
    margin: 0 !important;
}*/
.hs-blog-post .blog_post_title {
    font-size: 18px !important;
}
.hs-blog-post .blog_bg {
    padding: 15px 12px 18px 12px;
}
.hs-blog-post .hs-featured-image {
    margin-top: 14px !important;
    padding-bottom: 10px;    
}
.hs-blog-post .post_data {
    padding-top: 10px;
    padding-left: 0;
}
.hs-blog-post .post_data1 {
    padding-top: 2px;
    padding-right: 0;
}
.hs-blog-post .post_data2 {
    font-size: 12px;
}
.byline .author {
    float: right;
}
.author_bg {
    margin-top: 7px;
    margin-left: 0;    
}
.author_bg2 {
    font-size: 12px;
}
.author_bg1 {
    margin-top: 1px;
    margin-right: 5px;
}
.section.post-body {
    font-size: 16px;
    line-height: 17px !important;
    margin-top: 17px;
    text-align: justify;
}
.cta_new_text {
    font-size: 12px !important;
    padding: 8px 10px 0 10px !important;
}
.cta_new_cta {
    font-size: 11px !important;
    padding: 2px 8px 4px 8px !important;
    border-radius: 4px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    line-height: normal !important;
}
.cta_new_bg {
    min-height: 60px;
}
.Comments_text {
    font-size: 12px;
    padding: 0 9px 5px 3px;
}
.Comments_bg {
    margin-top: 12px;
}
.share_s1 {
    margin-top: 10px;
}
.share_img {
    width: 16px;
}
.share_text {
    font-size: 12px;
    padding-left: 6px;
    padding-top: 3px;
}
.shareopen.share_s2 {
    width: 217px;
}
.comment-reply-to {
    margin-top: 58px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 12px !important;
}
.comment-date {
    bottom: 64px;
    left: 70px;    
}
.comment-from {
    bottom: 31px;
    left: 70px;    
}
.comment.depth-1 .comment-from {
    bottom: -5px;  
    left: 88px;    
}

.comment.depth-1 .comment-date {
    bottom: 26px;
    left: 88px;    
}
.comment-from h4 {
    font-size: 14px;
}
.comment-body:before {
    left: 0px;
}
.comment-body:after {
    left: 55px;
}
#comment-form .hs-form-field.hs_firstname  {
    width: 100% !important;
    margin-bottom: 18px !important;    
}
#comment-form .hs-form-field.hs_firstname .input {
    margin-right: 0 !important;    
}
#comment-form .hs-form-field.hs_firstname input {
    margin-right: 0 !important;
    width: 100% !important;    
}
#comment-form .hs-form-field.hs_lastname   {
    width: 100% !important;
    margin-bottom: 18px !important;    
}
#comment-form .hs-form-field.hs_lastname  input {
    margin-left: 0 !important;
    width: 100% !important;    
}
#comment-form .hs-form-field.hs_email   {
    margin-bottom: 18px !important;    
}
.hs-form-field textarea {
    min-height: 48px !important;
    height: 48px !important;    
}
::-webkit-input-placeholder { 
  font-size:11px;
}
::-moz-placeholder {
  font-size:11px;
}
:-ms-input-placeholder { 
  font-size:11px;
}
:-moz-placeholder {
  font-size:11px;
}
.hs-form-field input {
    padding: 2px 0 5px 0 !important;
    line-height: normal;
}
#comment-form .hs_comment .input:before {
    width: 45px;
    height: 45px;
    bottom: -51px;
    left: 1px;
}
#comment-form .hs_comment .input:after {
    left: 47px;
    z-index: 0;
}
.hs-form-field textarea {
    position: relative;
    z-index: 1;    
}
.hs_submit input {
    font-size: 15px !important;
    padding: 5px 33px 5px 33px !important;
}
.sub_s1 {
    margin-top: 19px;
}
.sub_s1 img {
    width: 13px;
    padding-right: 0 !important;    
}
.sub_s1 {
    font-size: 12px;
    margin-bottom: 3px;    
}
.sub_s2 .hs_email input {
    width: 139px !important;
}
.sub_s2 .hs_email {
    margin-top: 17px !important;
    margin-left: 3px !important;
}
.related_bg {
    padding: 0 !important;    
}
.related_title {
    margin-right: 0px !important;
    font-size: 18px;
    padding: 59px 15px 0 15px;    
    margin-bottom: 14px;    
}
.lSPrev {
    top: -65px !important;
    left: 0 !important;
    right: 40px !important;
    margin: auto;
}
.lSNext {
    top: -65px !important;
    left: 40px !important;
    right: 0 !important;
    margin: auto;
}
.related-post-item {
    width: 241px !important;
    margin-right: 7.5px !important;    
}
.related_bg {
    max-width: 241px;
    margin-left: auto !important;
    margin-right: auto !important;    
}
.cta_rel {
    margin-top: -34px;
    margin-bottom: 35px;
}
#comment-form .hs_firstname .input:before, #comment-form .hs_lastname .input:before, #comment-form .hs_email .input:before {
    height: 23px;
    right: 0;
    background-position: 8px 6px !important;
}
}

.hs-button.primary, input[type="submit"], input[type="button"], button{
    box-shadow: none !important;
    border: none !important;
    background: #fdb813 !important;
    padding: 15px 20px !important;
}
.hs-button.primary:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover{
    box-shadow: none !important;
    border: none !important;
    background: #fdb813 !important;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}


.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(../img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}






@media(max-width:480px){
.padded-content-left-no{
    margin: auto !important;
    float: none !important;
    width: 277px !important;
}
.post-items {
    width: 277px;
}
.post-items-1 {
    width: 277px;
}
.subscribe_2 {
    height: 350px;
    width: 277px;
}
.sub-backimage_2 {
    height: 197px;
}
.post-items-1 .featured {
    height: 197px;
}
.post-items-1 {
    height: 370px;
}
.blog_header_cta a{
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;

}
}

/* font */


@font-face {
    font-family: myriad-set-pro_text;
    src: url(https://cdn2.hubspot.net/hubfs/463211/Website_Fonts/myriad-set-pro_text.ttf);
}
html *{
    font-family: myriad-set-pro_text !important;
    
}

img{
    height:auto!important;
}

/*!* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
    font-family:'FontAwesome';src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');
    src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0')
    format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0')
    format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
    url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular')
    format('svg');font-weight:normal;font-style:normal
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #FF0000
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}



/* font end */






/*****DDD*****/


@import url('//fonts.googleapis.com/css?family=Roboto+Condensed%3A400%2C400italic%2C300italic%2C300&#038;ver=1.0.7');
@import url('//fonts.googleapis.com/css?family=Lato%3A400%2C700&#038;ver=1.0.7');
@import url('//cdn2.hubspot.net/hub/463211/file-2236045111-css/Incredo-Dec2014_Theme/fonts/font-awesome.css');


/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

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

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

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

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
}
@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}
 
#caldays {
    margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    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: 56.25%;
}
.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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


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

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
#captcha_wrapper,
#recaptcha_area,
#recaptcha_area table#recaptcha_table,
#recaptcha_area table#recaptcha_table .recaptcha_r1_c1
{ width: auto !important; overflow: hidden; }
#recaptcha_area table#recaptcha_table .recaptcha_r4_c4
{ width: 67px !important; }
#recaptcha_area table#recaptcha_table #recaptcha_image
{ width:280px !important; }
}


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

 

/* Colors */
 /*  */
 /*  */
 /*  */
     /*  */

/* Typography */
 /*  */
                         /*  */
                          /*  */
                             /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* Box Sizing *//* Transform *//* Transition *//* Other prefixed properties *//* Clear elements */.header_call>div>span
{
    display:none;
}

@media(min-width:768px){
#header
{
    max-width:100% !important;
    position:inherit;
}
.header2
{
    background:#525252 !IMPORTANT;
    position:fixed!important;
}
}
@media (max-width: 767px){
#header {
    position: inherit;
    background: #515151 !important;
}
.header_call>div>span{
    display:block;
}
}
#logo img
{
    max-width:initial;
}
@media(max-width:620px)
{
   
.mobile_menu {
    position: relative;
    top: -65px !important;
    text-align:right;
}
#header_menu {
    text-align: center !important;
    margin-top: 55px;
}
}
.fa
{
        font-family: FontAwesome !important;
}
@media(max-width:767px)
{
    #header_menu ul
    {
        background:#525252;
        
    }
     #header_menu ul li a {
         color:#fff !important;
     }
}

@media (max-width: 363px){
#header_menu span#hs-cta-wrapper-981a2dcf-accc-47ab-b8ab-51c02717494f {
    display: block;
    margin-top: 5px;
}
}
@media (max-width: 987px) and (min-width: 767px)
{
    #header_menu ul li a
{
    width:auto !Important;
    
    }    
}

.secondrich {
    margin-top : 20px;
}
.header-phone { padding-top: 13px;}
@media (max-width: 987px) {
    .phone{ width: 105px !important;float: left !important; }
}

@media (max-width: 987px) and (min-width:630px){
body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell > div.row-fluid-wrapper.row-depth-3.row-number-1{
    position: absolute; right: 74px;top: 41px; width: 270px !important;}
body>div.header-container-wrapper>div>div>div>div>div>div>div>div>div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell > div.row-fluid-wrapper.row-depth-3.row-number-1{
    position: absolute; right: 74px;top: 41px; width: 270px !important;}
body>div.header-container-wrapper>div>div>div>div>div>div>div>div.sticky>div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell > div.row-fluid-wrapper.row-depth-3.row-number-1{
    top: 2px;}
.phone{float: left;}
}
@media (max-width: 630px) and (min-width:310px){
body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell > div.row-fluid-wrapper.row-depth-3.row-number-1{
    position: static;
    width: 259px !important;
    text-align: center;
    margin: 0 auto;
    float: none !important;}}
@media (max-width: 630px) and (min-width:310px){
    body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell{
    float: none !important;
    }}
@media (max-width: 987px) {
body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell > div.row-fluid-wrapper.row-depth-3.row-number-2 > div > div{
   float:none; }}
body > div.header-container-wrapper > div > div > div > div > div > div > div > div.sticky > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell > div.row-fluid-wrapper.row-depth-3.row-number-1{  
float: right;width: 165px;}
body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell > div.row-fluid-wrapper.row-depth-3.row-number-1{  
float: right;width: 306px;}
.sticky .phone{  display:none;}.knopka img{width: 300px;}.sticky .knopka img{width: 400px;}.sticky .knopka{float: right;}
body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span4.widget-span.widget-type-rich_text.header-logo{width:auto;}
body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell{float:right;}
@media (min-width: 987px) {.phone{float: left;width: auto !important;}} .phone p{margin:0 !important;padding:0 !important;} .knopka{width: 154px !important;float: right !important;}
body > div.header-container-wrapper > div > div > div > div > div > div > div > div.sticky > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell{width: auto;}
body > div.header-container-wrapper > div > div > div > div > div > div > div > div.sticky > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell > div.row-fluid-wrapper.row-depth-3.row-number-2{
float: right;}
body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell > div.row-fluid-wrapper.row-depth-3.row-number-2 > div > div{
    padding:0 !important;    margin:0 ! important;} 
@media(max-width:400px){    .header-wrapper .header-logo img { width:61%;}} .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {    text-transform: uppercase;    }

@media(max-width:400px){
#order-img-text{
    
}
}
body.hs-content-name-home > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-1 , {    display:block !important;} 
.SubMenuSpo {
    height: 53px;
}
.SubMenuSpo ul{float:left;}
.SubMenuSpo ul li{padding:10px 20px;}
.SubMenuSpo .active{border-bottom: 1px solid black;} 
.SubMenuSpo .active a{color:#FF5A00; }
.SubMenuSpo ul li a {    color:black;}
.SubMenuSpo li.hs-menu-item.hs-menu-depth-1 {
    color: #666;
    font-size: 16px;
    line-height: 43px;
    font-weight: 400;
    font-family: "Roboto Condensed",sans-serif;
    padding: 0 15px;
    text-transform: uppercase;
}
#spo-fixed {
    background-size: cover;
}
@media (max-width:767px){
.SubMenuSpo ul li{display:none;}
.SubMenuSpo ul li a::before { 
content: "NEXT ⇒";
padding: 0px 14px 0 0;
}
.SubMenuSpo ul li a{ 
    text-align:center;
}
}
#page-center-spo > div.row-fluid-wrapper.row-depth--2.row-number-2 {
    display:none;
}
#hexinak hr {
  background-color: rgba(224,224,224,0.53);
  height: 20px;
  border: 0px !important;
}
#hexinak {
    
        
    padding: 5px 22px;
    height: 191px;
}
@media(max-width:661px){
#hexinak {height:408px;}
}
@media(max-width:547px){
#hexinak {height:  375px  ;}
}
@media(max-width:436px){
#hexinak {height:399px;}
}
#hexinak  img {
    width: 100px;
    border-radius: 33%;
    margin-bottom: 0;
    position: relative;
    top: 0;
}
#hexinak > #hubspot-author_data {
        color: #444;
    font-size: 16px;
    margin-bottom: 15px;
    word-spacing: 1px;
    display: block;
    position: relative;
    right: 235px;
    float: right;
    top: 90px;
    font-weight: 500;
}
div#hexinak > * {
    font-family: Tahoma;
}
div#a1a {
    width: 65%;
    float: right;
}
#a1a a{
    font-size:35px;   
}
div#a12 {
    float:left;
    width: 100px;
    padding: 10px 0 0 0;
    text-align: center;
}
.custom-banner123456 *{
    font-family: Tahoma;
}

body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div > div > div > div.span3.widget-span.widget-type-cell.sidebar.right *,
body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-0.row-number-1 > div > div > div > div > div.span3.widget-span.widget-type-cell > div *,
.span3.widget-span.widget-type-cell.blog-sidebar *{
    font-family: Tahoma;
}
#a12 > div.hs-author-social-section > div{
    display:block;
}
#a12 > div.hs-author-social-section > div a{
    margin:0;
    
}
@media (max-width: 338px){
div#a1a { width: 64%;}
#a1a a {font-size: 28px;}}

@media (max-width: 767px){
#hexinak { padding: 0;}
}
@media (max-width: 325px) (max-width: 325px){
#hexinak { padding: 0;}
}
/*
 ==========================================================================
   phone,call to action spojan
   ========================================================================== */
body.blog.hs-blog-id-2146295843.hs-blog-listing.hs-content-path-blog.hs-blog-name-incredo-inbound-marketing-blog > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div{
    width:100%; max-width:100%;
}
.banner-image123 img{max-width:1px;max-height:1px;}
/* ==========================================================================
   Base
   ========================================================================== */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #666;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 15px;
    line-height: 1.46;
    font-weight: 300;
}

.container-fluid .row-fluid .page-center {
    max-width: 1170px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* IE8 fix for "border-box: box-sizing" when width increases with padding */
.lt-ie9 .container-fluid .row-fluid .page-center {
    width: 1170px;
    max-width: 100%;
}

/* Links */
a {
    color: #ffa500;
    text-decoration: none;
}

a:hover {
    color: #ffa500;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}
/* ==========Typography============== */
   

/* Basic text */
p {
    margin: 0 0 20px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

sup,
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-family: "Roboto Condensed",sans-serif;
    margin: 0;
    font-weight: 300;
}

h1 {
    margin-bottom: 20px;
    line-height: 35px;
}

h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3 {
    font-size: 25px;
    margin-bottom: 10px; 
    padding-top: 8px;
}

.sidebar h3 {
    color: #ffa500;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-top: 0;
    text-transform: capitalize;
}

h4 {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.unstyled,
.unstyled li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Removes min-height completely on Bootstrap full-width columns */
.row-fluid .span12 {
    min-height: 0;
}

/* Modules wrappers */
.hs_cos_wrapper {
    display: block;
}

.hs_cos_wrapper:before,
    .hs_cos_wrapper:after {
        content: '';
        display: table;
        clear: both;
    }

/* ================ Header============= */


.header-container-wrapper {}
.header-container {}

/**
 * Elements in the global Header
 */

/* Header Wrapper */
.header-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    padding: 0 10px;
    background: #fff;
}
.header-wrapper.with-navigation {}
.header-wrapper.without-navigation {}

.header-wrapper.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
eager-background-video-app-element iframe#eager-background-video-app-youtube-iframe{
    position:static !important;
}
@media  (max-width: 550px){
eager-background-video-app-element iframe#eager-background-video-app-youtube-iframe{
    height: 428px !important;
}}
/* Header Logo */
.header-wrapper .header-logo {
    margin-bottom: 12px;
    margin-top: 5px;
    position: relative;
    -webkit-transition: height 0.3s ease, line-height 0.3s ease;
    -moz-transition: height 0.3s ease, line-height 0.3s ease;
    -o-transition: height 0.3s ease, line-height 0.3s ease;
    transition: height 0.3s ease, line-height 0.3s ease;
}
.header-wrapper .header-logo img {
    margin-top: 8px;
}

.header-wrapper.sticky .header-logo img {
    height: 37px;
    margin-top: 0;
}
/* ========Content========== */


.body-container-wrapper {
    border-bottom: 0;
   /* margin-top:100px;*/
}
.body-container {}
.hs-content-id-2246990245 .banner-image img{
 max-width:1px;
max-height:1px;

}

.span12.widget-span.widget-type-raw_jinja.hs-blog-header{
    text-align: center;
}

.custom-banner {
   /* text-align: center;*/
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    background-position: center 25px;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
}
.fixqwerty .span12.widget-span.widget-type-menu.breadcrumb-menu{
    margin:3% 0;
}
.breadcrumb-menu {
    text-align: center;
}
.breadcrumb-menu ul {
    margin: 0;
    vertical-align: top;
    display: inline-block;
}
.breadcrumb-menu ul li {
    padding: 0;
}
.hs-breadcrumb-menu-divider:before {
    content: "»";
    padding-left: 5px;
    padding-right: 5px;
}

/* Homepage */

.home-page .home-banner img {
    width: 100% !important;
}

.home-products {
    text-align: center;
}
.home-products img {
    border-radius: 50%;
    height: 150px;
    margin-bottom: 20px;
    position: relative;
    width: 150px;
}
.home-products h4 {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 22px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.home-products h4:after {
    background: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 50px;
    margin-top: 20px;
    left: 50%;
    margin-left: -25px;
}
.home-page .sign-up {
    padding-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}
.home-page .sign-up .signup-button:before, .home-page .sign-up .signup-button:after {
    border-top: 4px double #e1e1e1;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 110%;
    top: 50%;
    width: 200px;
}
.home-page .sign-up .signup-button:after {
    left: 110%;
    right: auto;
}
.home-page .sign-up .signup-button {
    border: 1px solid #ffa500;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 25px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;;
    color: #ffa500;
    font-weight: 300;
    line-height: 25px;
}
.home-page .sign-up .signup-button:hover {
    background: #ffa500;
    color: #fff;
}

.home-page .full-service-wrapper {
    overflow: hidden;
    position: relative;
}
.home-page .full-service-wrapper .full-service {
    height: 130px;
    padding: 50px 10px;
    background-attachment: fixed;
    background-size: cover;
}
.home-page .full-service-wrapper .full-service .page-center {
    padding-top: ;
}

.home-page .our-clients-wrapper {
    margin-bottom: 50px;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
.home-page .our-clients h3 {
    font-size: 25px;
    font-weight: 300;
    margin: 0 0 10px;
    padding-top: 8px;
    line-height: 22px;
}
.home-page .our-clients .border_left {
    border-bottom: 1px solid #cccccc;
    display: block;
    margin-bottom: 10px;
    width: 100px;
}
.home-page .our-clients ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #E1E1E1;
}
.home-page .our-clients ul li {
    width: 19%;
    display: inline-block;
    border-left: 1px solid #E1E1E1;
}
.home-page .our-clients ul li:first-child {
    border-left: none;
}
.home-page .our-clients ul li a img {
    opacity: 0.5;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;;
}
.home-page .our-clients ul li a:hover img {
    opacity: 1;
}
/* == Footer=== */


.footer-container-wrapper {}
.footer-container {
    border-top: 1px solid #383838;
}

/**
 * Elements in the global Footer
 */

/* Footer Wrapper */
.footer-wrapper {
    background: #292929;
    padding: 10px;
    color: #747474;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    border-top: 1px solid #222222;
}
.footer-wrapper a {
    color: #747474;
}
.footer-wrapper a:hover {
    color: #ffa500;
}

.footer-wrapper .footer-owner {
    text-align: right;
}

a.back-to-top {
    background: #FFA500;
    display: block;
    bottom: 40px;
    box-shadow: 0 0 2px -1px #555555;
    height: 38px;
    position: fixed;
    right: 15px;
    text-decoration: none;
    width: 38px;
    z-index: 9999;
}
a.back-to-top:before {
    color: #ffffff;
    content: "\f106";
    display: block;
    font-family: "FontAwesome";
    font-size: 28px;
    
    text-align: center;
}
/* ===== 3. MAIN NAVIGATION============Custom Menu Primary=============== */
.mobile-trigger,
.child-trigger {
    display: none;
}
.custom-menu-primary .hs-menu-flow-horizontal > ul {
    vertical-align: top;
    text-align: left;
}
.custom-menu-primary .hs-menu-flow-horizontal ul ul {
    display: none;
    visibility: visible;
    opacity: 1;
}

@media (min-width: 988px) {
    
    .custom-menu-primary .hs-menu-flow-horizontal.flyouts,
    .custom-menu-primary .hs-menu-flow-horizontal.flyouts li:hover > ul {
        display: block !important;
        overflow: visible ;
    }
}


.lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal.flyouts li:hover > ul {
    display: block !important;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child > a { padding:0 0 0 5px;}
@media (min-width: 768px) {
.custom-menu-primary {
    text-align: right;
}
.custom-menu-primary .hs-menu-flow-horizontal {}
.custom-menu-primary .hs-menu-flow-horizontal ul {}
/* List items */
.custom-menu-primary .hs-menu-flow-horizontal ul li {}
.custom-menu-primary .hs-menu-flow-horizontal ul li:first-child {}
.custom-menu-primary .hs-menu-flow-horizontal ul li:last-child {}
.custom-menu-primary .hs-menu-flow-horizontal ul li.hs-item-has-children {}
.custom-menu-primary .hs-menu-flow-horizontal ul li:hover {}
.custom-menu-primary .hs-menu-flow-horizontal ul li.active,
.custom-menu-primary .hs-menu-flow-horizontal ul li.active-branch {}
/* Links */
.custom-menu-primary .hs-menu-flow-horizontal ul li a {}
.custom-menu-primary .hs-menu-flow-horizontal ul li:first-child > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul li:last-child > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul li.hs-item-has-children > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul li:hover > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul li a:hover {}
.custom-menu-primary .hs-menu-flow-horizontal ul li.active > a,
.custom-menu-primary .hs-menu-flow-horizontal ul li.active-branch > a {}
.custom-menu-primary .hs-menu-flow-horizontal > ul {}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li {}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li:first-child {}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child {}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li.hs-item-has-children {}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li:hover {}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li.active,
.custom-menu-primary .hs-menu-flow-horizontal > ul > li.active-branch {}
/* Links */
.custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
color: #000;
font-size: 16px;
line-height: 70px;
font-weight: 400;
font-family: "Roboto Condensed",sans-serif;
padding: 0 15px;
text-transform: uppercase;
}
.header-wrapper.sticky .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {line-height: 51px;}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li:first-child > a {}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child > a { padding:0;}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li.hs-item-has-children > a {}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li:hover > a {}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li > a:hover {color: #FF5A00;}  
.custom-menu-primary .hs-menu-flow-horizontal > ul > li.active > a,
.custom-menu-primary .hs-menu-flow-horizontal > ul > li.active-branch > a {}

/* List parent */
.custom-menu-primary .hs-menu-flow-horizontal ul ul {}
/* List items */
.custom-menu-primary .hs-menu-flow-horizontal ul ul li {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li:first-child {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li:last-child {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li.hs-item-has-children {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li:hover {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li.active,
.custom-menu-primary .hs-menu-flow-horizontal ul ul li.active-branch {}
/* Links */
.custom-menu-primary .hs-menu-flow-horizontal ul ul li a {
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    font-family: "Roboto Condensed",sans-serif;
    padding: 2px 0;
}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li:first-child > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li:last-child > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li.hs-item-has-children > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li:hover > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li a:hover {color: #ffa500;}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li.active > a,
.custom-menu-primary .hs-menu-flow-horizontal ul ul li.active-branch > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:first-child {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:last-child {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.hs-item-has-children {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:hover {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.active,
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.active-branch {}
/* Links */
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:first-child > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:last-child > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.hs-item-has-children > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li:hover > a {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li a:hover {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.active > a,
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li.active-branch > a {}
}
@media (max-width: 631px) and (min-width: 300px){ .mobile-trigger {  top: -129px; right: 0px;}}
@media (min-width:631px ) and (max-width: 767px){ .mobile-trigger {  top: -79px; right: 0px;}}
@media (max-width: 987px) and (min-width: 767px){.mobile-trigger {  top: -79px; right: 0px;}
body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell {width: 100%;}}
@media (max-width: 987px) and (min-width: 767px){.sticky .mobile-trigger {  top: 9px; right: 0px;}
body > div.header-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div.span8.widget-span.widget-type-cell  {width: 100%;}}
@media (max-width: 987px) {
    
/* Variables */
/* Set Mobile Menu Background Color */

/* Set Link Color */

/* Set Link Hover Color */

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

.mobile-trigger {
display: inline-block;
width: auto;
height: auto;
padding: 11px 9px 9px 8px;
position: absolute;
background: #FFA500;
color: #fff;
font-size: 16px;
line-height: 1;
font-weight: normal;
text-align: left;
text-transform: uppercase;
cursor: pointer;
}
.mobile-trigger:hover {
background-color: #FFA500; 
border-color: transparent;
color: #fff;
}
/* Change button when menu is open */
.mobile-open .mobile-trigger {
background-color: #FFA500; 
border-color: transparent;
color:#fff;
}
/* Toggle Button Icon====== */
.mobile-trigger i {
position: relative;
top: -4px;
}
.mobile-trigger i:before,
.mobile-trigger i:after {
content: '';
position: absolute;
}
.mobile-trigger i,
.mobile-trigger i:before,
.mobile-trigger i:after {
display: inline-block;
width: 18px;
height: 3px;
background-color: #fff;
}
.mobile-trigger i:before {
top: -6px;
}
.mobile-trigger i:after {
top: 6px;
}
.mobile-trigger:hover i,
.mobile-trigger:hover i:before,
.mobile-trigger:hover i:after,  
.mobile-open .mobile-trigger i,
.mobile-open .mobile-trigger i:before,
.mobile-open .mobile-trigger i:after {
background-color: #fff;
}
/* Menu Styles on Mobile Devices
*/
.js-enabled .custom-menu-primary {
margin-top: -110px;
margin-bottom: 60px;
padding-top: 44px;
position: relative;
margin-left: -10px;
margin-right: -10px;
}
.custom-menu-primary .hs-menu-wrapper {
background-color: #FFA500;
}
.js-enabled .custom-menu-primary .hs-menu-wrapper {
display: none;
}

.custom-menu-primary .hs-menu-flow-horizontal ul li {
margin: 0;
padding: 0;
}

.custom-menu-primary .hs-menu-flow-horizontal ul li a {
color: #333;
text-decoration: none;
background: #fff;
}

.custom-menu-primary .hs-menu-flow-horizontal ul li a:hover {
color: #fff;text-decoration: none;background: #333;}
.custom-menu-primary .hs-menu-flow-horizontal ul li.active a, .custom-menu-primary .hs-menu-flow-horizontal ul li.active-branch a {
color: #fff;background: #FFA500;}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {padding: 0 5px;font-size: 13px;line-height: 36px;}
.custom-menu-primary .hs-menu-flow-horizontal ul ul {display: none;background: none;}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li {}
.custom-menu-primary .hs-menu-flow-horizontal ul ul li a {padding: 0 10px;font-size: 13px;line-height: 36px;}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul li a {padding-left: 15px;}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul ul li a {padding-left: 20px;}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul ul ul li a {padding-left: 25px;}
.custom-menu-primary .hs-menu-flow-horizontal ul ul ul ul ul ul li a {padding-left: 30px;}}
/* ==========4. TEMPLATE MODULE SELECTORS======Common Template Selectors============================== */

.content-wrapper {
    padding-top: 45px;
    padding-bottom: 30px;
}
.module-wrapper:before,
    .module-wrapper:after {
        content: '';
        display: table;
        clear: both;
    }
/* Main Content */
.main-content {}
.main-content .module-wrapper {}
/* Sidebars */
.sidebar {}
.sidebar.right {}
.sidebar.left {}
.sidebar .module-wrapper {}
.sidebar .hs_cos_wrapper_widget {margin-bottom: 30px;}
/* Common One Column Selectors */
.one-column .content-wrapper {}
.one-column .main-content {}
/* Common Two Column Selectors */
.two-column .content-wrapper {}
.two-column .main-content {}
.two-column .sidebar.right {}
/* Common Two Column Equal Selectors */
.two-column-equal .content-wrapper {}
.two-column-equal .main-content {}
/* Common Three Column Selectors */
.three-column .content-wrapper {}
.three-column .main-content {}
/* Site Pages */
.site-page.one-column .content-wrapper {}
.site-page.one-column .main-content {}

/* Two Column Template */
.site-page.two-column .content-wrapper {}
.site-page.two-column .main-content {}
.site-page.two-column .sidebar.right {}

/* Two Column Equal Template */
.site-page.two-column-equal .content-wrapper {}
.site-page.two-column-equal .main-content {}

/* Three Column Template */
.site-page.three-column .content-wrapper {}
.site-page.three-column .main-content {}


/* Landing Pages
   ========================================================================== */

/* One Column Template */
.landing-page.one-column .content-wrapper {}
.landing-page.one-column .main-content {}

/* Two Column Template */
.landing-page.two-column .content-wrapper {}
.landing-page.two-column .main-content {}
.landing-page.two-column .sidebar.right {}

/* Two Column Equal Template */
.landing-page.two-column-equal .content-wrapper {}
.landing-page.two-column-equal .main-content {}

/* Three Column Template */
.landing-page.three-column .content-wrapper {}
.landing-page.three-column .main-content {}
/* System Pages========== */
/* Error Templates 404, 500 */
.error-template.one-column .content-wrapper {}
.error-template.one-column .main-content {}

/* Password template */
.password-template.one-column .content-wrapper {}
.password-template.one-column .main-content {}

/* Email Subscribition templates */
.subscription-template.one-column .content-wrapper {}
.subscription-template.one-column .main-content {}
/* ======================5. COS COMPONENTS============   Blog=========== */
/* Blog Post and Listing Body Class */
.blog {}
/* Blog Post Body Class */
.hs-blog-post {}
/* Blog Listing Body Class */
.hs-blog-listing {}
/* Blog Columns Wrapper */
.blog .content-wrapper {}
/* Blog Content Column====== */

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

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {
}

/* Blog Post Title */
.blog-listing-wrapper .post-header h2 {
    font-size: 20px;
    text-transform: none;
    line-height: 1;
}
.blog-post-wrapper .post-header h2 {
    font-size: 30px;
    line-height: 1;
    text-transform: none;
}
.post-header h2 a {}
.blog-post-wrapper .post-header h2 a:hover {
    color: #000;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    color: #444444;
    font-size: 13px;
    margin-bottom: 15px;
    word-spacing: 2px;
}
#hubspot-author_data a {}
#hubspot-author_data a.author-link {}

.hs-author-avatar {}
.hs-author-avatar img {}

/* "Find me on" social icons */
.hs-author-social-section {}
.hs-author-social-label {}
.hs-author-social-links {}
.hs-author-social-link {
    margin-left: 10px;
}

.hs-social-facebook {}
.hs-social-linkedin {}
.hs-social-twitter {}
.hs-social-google-plus {}

/* Use this to set up different styling for your blog posts */
.post-item {
    margin-bottom: 20px;
}

.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
    padding-top: 40px;
}

.post-body {
}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    margin-bottom: 29px;
    overflow: hidden;
}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    display: block !important;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    float: none;
    margin: 0;
    text-align: center;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;;
    position: relative;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image:hover {
    -webkit-transform: scale(1.08) translateX(20px) translateY(5px);
    -moz-transform: scale(1.08) translateX(20px) translateY(5px);
    -ms-transform: scale(1.08) translateX(20px) translateY(5px);
    -o-transform: scale(1.08) translateX(20px) translateY(5px);
    transform: scale(1.08) translateX(20px) translateY(5px);;
    -webkit-transition: all 2s ease-in-ou;
    -moz-transition: all 2s ease-in-ou;
    -o-transition: all 2s ease-in-ou;
    transition: all 2s ease-in-ou;;
}

/* Read More Link */
.post-item .more-link {
    display: inline-block;
    border: 1px solid #ffa500;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 8px 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 25px;
    background: transparent;
}

.post-item .more-link:hover {
    background: #ffa500;
    color: #fff;
}
/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a {}
#hubspot-topic_data a.topic-link {}
.hs-blog-social-share {
    height: auto;
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#comments-listing {
    margin: 30px 0;
    border-bottom: 1px solid #ccc;
}

.comment {
    margin: 10px 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

.comment-date {
    font-size: 13px;
    text-align: right;
}

.comment-from {
    font-weight: bold;
}

.comment-body {
    padding: 10px 0;
}

/* Pagination */
.blog-pagination {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: right;
}

.blog-pagination a {
    margin-left: 10px;
}

.blog-pagination a:first-child {
    margin-left: 0;
}

.blog-pagination a:hover {}

.blog-pagination .previous-posts-link {}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {}



/* Blog Sidebar====== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog-sidebar .hs_cos_wrapper_widget {
    margin-bottom: 30px;
}
.blog-sidebar .hs_cos_wrapper_widget h3 {
    color: #ffa500;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-top: 0;
    text-transform: capitalize;
}

.hs_cos_wrapper_type_post_listing ul, .hs_cos_wrapper_type_post_filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.hs_cos_wrapper_type_post_listing ul li:before, .hs_cos_wrapper_type_post_filter ul li:before {
    margin-right: 5px; 
    color: #636363;  
    content: "\f0da";  
    font-size: 12px;  
    font-family: 'FontAwesome';
}
.hs_cos_wrapper_type_post_listing ul li, .hs_cos_wrapper_type_post_filter ul li {
    border-bottom: 1px solid #dddddd;
    line-height: 18px;
    margin: 0;
    padding: 7px 0;
}
.hs_cos_wrapper_type_post_listing ul li a, .hs_cos_wrapper_type_post_filter ul li a {
    color: #7f7f7f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;;
}
.hs_cos_wrapper_type_post_listing ul li a:hover, .hs_cos_wrapper_type_post_filter ul li a:hover {
    color: #ffa500;
}
/* =====Forms== All Global Forms==== */
/* Wrapper */
form {
margin: 0;
padding: 0;
}

/* Title */
h3.form-title {}

h3.form-title:empty {
margin: 0;
}
/* IE8 fallback */
.lt-ie9 h3.form-title.empty {
margin: 0;
}

/* Equal vertical spacing between form items */
.hs-form .field,
.hs-form .hs-richtext {
padding-top: 25px;
margin-bottom:0px!important;
}

.hs-form > .hs-richtext:first-child,
.hs-form > .field:first-child,
.hs-form > fieldset:first-child > .hs-richtext,
.hs-form > fieldset:first-child > .field {
padding-top: 0; /* No top spacing on the first item */
}
/* Vertical spacing between form fields and their main label */
.field > .input {
padding-top: 4px;
}

/* Help Text */
.hs-field-desc {}

/* All lables */
label {}

/* HubSpot form main labels */
.field > label {
font-weight: 700;
line-height: 20px;
font-family: "myriad-set-pro_text",Helvetica,Arial,sans-serif;
color: #404040;
font-size: 13px;
}

.hide-labels .field > label {
    display: none;
}

/* All text-based inputs */
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"],
input[type="file"],
textarea,
select {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    min-height: 28px;
    margin: 0;
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    font-family: "myriad-set-pro_text",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal; /* for consistency in all browsers, do not add line-height */
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    -o-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    -webkit-appearance: none;
        box-sizing: inherit!important;
}
    /* Override email field styles in the system page */
    #email-prefs-form input.email-edit {
        width: 100% !important;
        max-width: none !important;
        padding: 4px !important;
    }
    /* IE8 fallback */
    .lt-ie9 input[type="text"],
    .lt-ie9 input[type="password"], 
    .lt-ie9 input[type="datetime"], 
    .lt-ie9 input[type="datetime-local"], 
    .lt-ie9 input[type="date"], 
    .lt-ie9 input[type="month"], 
    .lt-ie9 input[type="time"], 
    .lt-ie9 input[type="week"], 
    .lt-ie9 input[type="number"], 
    .lt-ie9 input[type="email"], 
    .lt-ie9 input[type="url"], 
    .lt-ie9 input[type="search"], 
    .lt-ie9 input[type="tel"], 
    .lt-ie9 input[type="color"],
    .lt-ie9 input[type="file"],
    .lt-ie9 textarea,
    .lt-ie9 select {
        min-height: 1px !important;
    }

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
}

/* Multiple Line Inputs */
textarea {
    height: 160px;
}

/* Drop Downs */
select,
.lt-ie9 select {
    padding-top: 5px; /* this value is 1px lower than all other fields padding-top */
    padding-bottom: 5px; /* this value is 1px lower than all other fields padding-bottom */
}

/* Multiple Selection Inputs */
.hs-form ul.inputs-list,
.hs-form ul.inputs-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto !important;
    margin-right: 8px;
}

/* Asterix (*) color on required fields */
.field > label > span.hs-form-required {
    color: #f00;
}

/* Required */
.hs-input[required] {} /* all, except checkboxes and radios */
ul.inputs-list[required] .hs-input {} /* checkboxes and radios */
.hs-input.invalid {} /* all, after error is displayed */

/**
 * Placeholder Text
 */

::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}

:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}

::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}

:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}
/* Form Module=== */
/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}
/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}
/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}
/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

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

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


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
.hs-common-error-message {}

/* Recaptcha responsivness fix - user has to scroll to right on very small screens */
#captcha_wrapper { 
    overflow-x: auto;
}

#captcha_wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}

#captcha_wrapper::-webkit-scrollbar:vertical {
    width: 11px;
}

#captcha_wrapper::-webkit-scrollbar:horizontal {
    height: 11px;
}

#captcha_wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

#captcha_wrapper::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 
/* Blog Subscription Form=== */
.hbspt-form{
    max-width:1170px;
    width:100%;
    margin:auto auto 18px auto;
}
/* Label */
.hs_cos_wrapper_type_blog_subscribe .field > label {}

/* Inputs */
.hs_cos_wrapper_type_blog_subscribe input[type="email"] {}
.hs_cos_wrapper_type_blog_subscribe input[type="radio"] {}
/* Google Search Form============= */
.hs_cos_wrapper_type_google_search {}

/* Label */
.hs_cos_wrapper_type_google_search label {
    display: none!important;
}
.hs_cos_wrapper_type_google_search .input{
    margin-left:0px!important;
}
.hs_cos_wrapper_type_google_search .input input{
        box-sizing: inherit!important;
}
/* Input */
.hs_cos_wrapper_type_google_search input[type="text"] {
    display: inline-block;
    width: 200px;
    min-height: 28px;
    margin: 0;
    padding: 1px 1px 1px 5px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    font-family: 'myriad-set-pro_text';
    font-size: 13px;
    font-weight: 300;
    line-height: normal; /* for consistency in all browsers, do not add line-height */
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    -o-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    -webkit-appearance: none;
    color: #7f7f7f;
}
.hs_cos_wrapper_type_google_search input[type="text"]:focus {
    border-left: 1px solid #ddd;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    outline: 0;
}
/* Multi Column Form============ */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

body .hs-form fieldset {
max-width: none;
}

body .hs-form fieldset[class*="form-columns"] .field {
margin-left: 4%;
}

body .hs-form fieldset .field:first-child,
body .hs-form fieldset .hs-richtext + .field {
margin-left: 0;
}

body .hs-form fieldset.form-columns-2 .field {
width: 48%;
}

body .hs-form fieldset.form-columns-3 .field {
width: 30.66%;
}

body .hs-form fieldset[class*="form-columns"] .input {
margin-right: 0;
}

body .hs-form fieldset.form-columns-1 .hs-input {
width: 100%;
}

@media (max-width: 400px) {

body .hs-form fieldset[class*="form-columns"] .field {
margin-left: 0;
}

body .hs-form fieldset.form-columns-2 .field,
body .hs-form fieldset.form-columns-3 .field,
body form.hs-form .form-columns-2 .hs-form-field .hs-input,
body form.hs-form .form-columns-3 .hs-form-field .hs-input {
width: 100%;
}

body .hs-form .field,
body .hs-form .hs-richtext,
body .hs-form > .hs-richtext:first-child,
body .hs-form > .field:first-child,
body .hs-form > fieldset:first-child > .hs-richtext,
body .hs-form > fieldset:first-child > .field {
padding-top: 15px;
}
}




/* ======= Buttons              All Global Buttons (Excluding CTAs)======== */
.actions{
    margin:0px!important;
    padding:0px!important;
}
.actions input{
    margin-top: 18px!important;
margin-bottom: 18px!important;
}
.hs-button.primary,
input[type="submit"],
input[type="button"],
button {
display: inline-block;
max-width: 100%;
margin-top: 18px;
margin-bottom: 18px;
padding: 7px 18px;
background: #3574e3; /* Old browsers */
background: -moz-linear-gradient(top,  #7ec8f4 0%, #3574e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ec8f4), color-stop(100%,#3574e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7ec8f4 0%,#3574e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7ec8f4 0%,#3574e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7ec8f4 0%,#3574e3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7ec8f4 0%,#3574e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ec8f4', endColorstr='#3574e3',GradientType=0 ); /* IE6-9 */
border-color: #64baf0 #468ee6 #1c4ed5;
border-radius: 4px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
color: #fff !important;
font-family: myriad-set-pro_text,Arial,sans-serif;
font-size: 12px;
line-height: 12px;
font-weight: 700;
text-align: center;
text-shadow: 0 -1px 0 #3574e3;
text-decoration: none !important;
vertical-align: middle;
white-space: normal;
cursor: pointer;
-webkit-appearance: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
border-color: #4db0ee #3080e3 #1946be;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 5px #3574e3;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
background: #599eeb; /* Old browsers */
background: -moz-linear-gradient(top,  #3574e3 0%, #599eeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3574e3), color-stop(100%,#599eeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3574e3 0%,#599eeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3574e3 0%,#599eeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3574e3 0%,#599eeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3574e3 0%,#599eeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3574e3', endColorstr='#599eeb',GradientType=0 ); /* IE6-9 */
border-color: #1c4ed5 #468ee6 #4084e2;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(255, 255, 255, 0.3) inset;
}


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
========================================================================== */
#comment-form .hs-button.primary {}
#comment-form .hs-button.primary:hover {}
#comment-form .hs-button.primary:focus {}


/* Blog Subscription Button
========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
========================================================================== */
.hs_cos_wrapper_type_google_search .hs-button.primary {
display: inline-block;
max-width: 100%;
width: auto;
margin-top: -1px;
margin-bottom: 0;
margin-left: -3px;
padding: 5px 8px;
background: #ffa500 !important;
border: 1px solid #ffa500;
border-radius: 0;
box-shadow: none;
color: #fff !important;
font-family: "Roboto Condensed",sans-serif;
font-size: 12px;
line-height: 16px;
font-weight: 300;
text-align: center;
text-shadow: none;
text-decoration: none !important;
vertical-align: middle;
white-space: normal;
cursor: pointer;
-webkit-appearance: none;
}
.hs_cos_wrapper_type_google_search .hs-button.primary:hover {
border: 1px solid #ffa500;
box-shadow: none;
}
.hs_cos_wrapper_type_google_search .hs-button.primary:focus {
background: #ffa500 !important;
border: 1px solid #ffa500;
box-shadow: none;
}


/* CTA Buttons=========buttons styles ==6. MISCELLANOUS===== */


/* Helper classes */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

@media (max-width: 767px) {

.mobile-align-left { text-align: left; }
.mobile-align-center { text-align: center; }
.mobile-align-right { text-align: right; }  
}

@media (max-width: 1170px) {
/* Content */
.content-wrapper {
padding-left: 10px;
padding-right: 10px;
}
.hs_cos_wrapper_type_google_search input[type="text"] {
width: 120px;
}
}


@media (max-width: 767px) {
/* Header */
.header-wrapper.sticky {
position: relative; 
}
/* Content */
.hs_cos_wrapper_type_google_search input[type="text"] {
width: 200px;
}
.breadcrumb-menu ul {
display: none;
}
/* Footer */
.footer-wrapper .footer-copyright, .footer-wrapper .footer-owner {
text-align: center;
}
/* Blog */
.blog .blog-content {
padding-right: 0;
}
/* Home Page */
.home-page .sign-up .signup-button:before, .home-page .sign-up .signup-button:after {
display: none;
}
}

@media (max-width: 479px) {}

@media (max-width: 319px) {}




/*****DDD End*****/

.form-title{
    display:none;
}


