/* @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Raleway:400,300,500,600,700');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

/* 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;}
	@font-face {
  font-family: pockota-medium;
  src: url(https://info.wunderlandgroup.com/hubfs/Pockota-Medium.ttf);
}
@font-face {
  font-family: satoshi-regular;
  src: url(https://info.wunderlandgroup.com/hubfs/Satoshi-Regular.ttf);
}

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

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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

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

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

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



/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

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

/* Website background color and default font styles */
body {
  background: #ffffff;
  color: #626262;
  font-family: Raleway, Sans-Serif;
  font-size: 16px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  overflow-x:hidden;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

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

a { color: ; }
a:hover, a:focus { color: ; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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

/*Blog Post page Fadding Effects*/

body .body-container-wrapper {
animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {font-family:satoshi-regular;} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

/*Quint Style's*/

.right-align{
    float:right;
}

.left-align{
    float:left;
}

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

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

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

.ver-pad30{
    padding-top:30px;
}


sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {font-family: pockota-medium !important;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-family: pockota-medium !important;}

h1 {font-family: pockota-medium !important;}
h2 {font-family: pockota-medium !important;}
h3 {font-family: pockota-medium !important;}
h4 {font-family: pockota-medium !important;}
h5 {font-family: pockota-medium !important;}
h6 {font-family: pockota-medium !important;}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */
.section.post-header h2 {
    padding-top: 0px; 
    margin-bottom: 20px; 
}
.cust-blog .span3.post-body-date {
    padding: 0px;
}   
.cust-blog .social-shares-post {
    padding: 0px;
}
.cust-blog .post-body-date {
    float: left;
    padding: 0px;
    padding-right: 10px;
}
.widget-type-header h2 {
    color:#034b2d !Important;
}
.hs-blog-listing.author-body .widget-type-blog_content {
    max-width: 1200px !important;
}
.hs-blog-listing.author-body .post-center {
    max-width: 1200px !important;
    width: 100% !important;
}
.cust-blog .row-fluid.span10 {
    margin-left: 0px;
    padding-top: 10px;
}
.cust-blog .hs-author-avatar.span2 {
    max-width: 100px;
}
.cust-blog span#hubspot-topic_data {
    margin-bottom: 15px;
    margin-top: 10px;
}
.span12.widget-span.widget-type-cell.only-cate {
    display: none;
}
.hs-content-path- .span12.widget-span.widget-type-cell.only-cate {
    display: block;
}
.hs-content-path- .latest-stories {
    display: block !Important;
}
.latest-stories {
    display: none !important;
}
.section.post-header.cust-blog {
    padding-top: 0px;
}
.section.post-header.cust-blog .topic-listing {
    padding-top: 0;
}
.cust-blog a.author-link-post {
    font-size: 22px !Important;
}
.cust-blog .topic-listing {
    text-align: left;
}
.cust-blog .hs-author-avatar img {
    max-width: 80px !Important;
}
.cust-blog .social-shares-post i {
    font-size: 16px !Important;
}
.cust-blog .topic-listing.span9 {
    text-align: left;
    padding-top: 0px !important;
}
.cust-blog h2 {
    padding-top: 0px !Important;
}
.section.post-body img {
    width: 100% !important;
}


.header-container-wrapper {
    width:100%;
    z-index:2;
    padding-top:15px;
    padding-bottom:15px;
    background:#323232;
}

.hs-blog-post .header-container-wrapper,
.hs-blog-listing.author-body .header-container-wrapper{
   background:#626262;  
   padding:10px 0px;
   position:relative;
}

.header-container a.cta_button{
    background: #6ba7ed;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    text-align:center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-container a.cta_button:hover{
    background:#000000;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}


/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

.top-nav{}
.top-nav{}
.top-nav{}

.top-logo img{
    max-width:100px;
    padding-top:5px;
}

.hs-blog-post .top-logo img{
    padding-top:8px;
}

.header-container .widget-type-menu{
    position: relative;
}

.header-container .widget-type-menu ul{
    position: absolute;
}
.span12.widget-span.widget-type-cell.wrapper.social {
    padding: 11px 7px !important;
}
.cust-social ul.clearfix {
    list-style: none;
    text-align: right;
    padding: 0px !important;
    margin: 0px;
}
.cust-social ul .fa-linkedin-in:before {
    content: "\f0e1";
}
.head-cust ul.hs-menu-children-wrapper {
    border-radius: 0px !important;
    padding-top: 21px;
    padding-bottom: 21px;
}
.cust-social ul a {
    text-decoration: none !important;
}
.head-cust ul.hs-menu-children-wrapper li a {
    white-space: initial !Important;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after {
    content: '+' !Important;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 7px;
    font-family: "FontAwesome";
    color: #000000 !Important;
    top: 7px !Important;
}
.hs-item-has-children .hs-item-has-children ul.hs-menu-children-wrapper {
    left: 200px !important;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover a, .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover:after
{content: '-' !Important;
}
.cust-social ul i {
    font-family: 'FontAwesome' !important;
    color: #fff;
    font-style: normal;
    padding: 3px;
      font-size: 14px;
}
.cust-social li {
    display: inline-block;
    color: #fff;
    font-family: 'FontAwesome' !important;
    padding: 0 4px;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    color: #ffffff;
    font-weight: 500;
  color: #034B2D  !important;
    font-size: 15px;
    letter-spacing: .25px;
    text-transform: initial;
    width:100%;
    max-width:100%;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
    content: "\f0d7";
    font-size: 15px;
    position: absolute;
    right:7px;
    font-family: "FontAwesome";
    color: #ffffff;
    top:10px;

}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover a,
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover:after{
    color:#000000;
}


  @media(min-width:768px){
   
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    min-width: 200px;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
    -webkit-transition: none;
}
  .bghero h1{line-height:2em!important;}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover {
    background: #ffffff;
    border-radius: 5px 5px 0px 0px;
}

}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    color:#000000;
    width:100%;
    max-width:100%;
  font-size: 14px;
    padding: 10px 15px !important;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
  background: #f2f2f2;
    color: #8BF700 !important;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a{
    border-radius: 0px 0px 5px 5px;
}


/*Blog Latest*/

body.hs-blog-listing .hide-for-list{
    display:none;
}

.src-box form{
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

.src-box form label{
    display:none;
}

.src-box input[type="text"]{
    height: 40px;
    border: 1px solid rgba(169, 169, 169, 0.5);
    padding-right: 45px;
    padding-left:15px;
    font-size:16px;
}

.src-box a.hs-button.primary{
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    background: url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/fill-912x.png?t=1460545510488')no-repeat;
    background-size: 20px;
    background-position: center center;
    font-size: 0;
    color: transparent;
    right: 0;
    cursor: pointer;
    border-left: 1px solid rgba(169,169,169,0.5);
}

.latest-stories{
    padding:30px 0px;
}

.post-image{
    padding:20px;
    background-size: cover!important;
    background-position: top center!important;
    width:100%;
    position:relative;
}

.post-image:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    background:rgba(0,0,0,0.5);
}

.post-image .read-more-link a{
    color:#ddd;
    text-decoration: none;
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    display: block;
    max-width:100%;
    width:100%;
    height: 100%;
    //border: 2px solid #ddd;
    border-radius: 100%;
    padding: 9px;
    z-index: 6;
    opacity:0;
    
}

.post-image:hover .read-more-link a{
    opacity:1;
}

.post-image .read-more-link a i.fa{
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
}

.post-image:hover:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    background:rgba(0,0,0,0.75);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index:5;
}

.item-wrapper{
    position: relative;
    z-index: 2;
    display: block;
    height: 100%;
}


.latest-stories .widget-type-raw_html .item{
    overflow:hidden;
}

.latest-stories .widget-type-raw_html .item:first-child{
    display:block;
    width:50%;
    float:left; 
}

.latest-stories .widget-type-raw_html .item:first-child .post-image{
   height:500px;
}

.latest-stories .widget-type-raw_html .item:first-child + .item{
    display:block;
    width:50%;
    float:left; 
    padding-left:25px;
}

.latest-stories .widget-type-raw_html .item:first-child + .item .post-image{
    height:250px;
}

.latest-stories .widget-type-raw_html .item:first-child + .item + .item,
.latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item{
    display:block;
    width:25%;
    float:left;
    padding-left:25px;
    padding-top:25px;
}

.latest-stories .widget-type-raw_html .item:first-child + .item + .item .post-image,
.latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item .post-image{
    height:225px;
}


/*Post-Title*/

.latest-stories .post-title h2 a{
    font-size:20px;
    line-height:26px;
    color:#ffffff;
    text-decoration:none;
    font-weight:400;
    display:inline-block;
}

.latest-stories .widget-type-raw_html .item:first-child + .item + .item h2,
.latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item h2{
    
}

.title-wrap{
    bottom: 0px;
    position: absolute;
    display: block;
}

.author-data a.author-link{
    color:#ffffff;
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    position: absolute;
    right: auto;
    top: 5px;
    text-transform: uppercase;
    left: 0px;
    max-width: 135px;
    display: inline-block;
    line-height: 15px;
    text-align: left;
}

.post-recents-topic a:first-child,
.topics-list-bottom a:first-child{
    display:inline-block;
}

.post-recents-topic a
,.topics-list-bottom a{
    display:none;
}

.pop-post-item {
    overflow: hidden;
    min-height: 70px;
}

.post-date{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-family:"arial",Sans-Serif;
}

.title-wrap .topic-link{
    color:#ffffff;
    font-size:12px;
    font-weight:500;
    text-decoration:none;
    text-transform:capitalize;
    background:#ff785f;
    padding: 2px 12px;
}

.latest-stories h2{
    margin-bottom:0px;
}

.latest-stories h2,
.featured-stories h2{
    font-size: 26px;
    font-weight: 300;
    color: #626262;
    line-height: 35px;
    padding-bottom: 10px;
}

.topic-tab .topic-handler{
   float:left; 
   border-right: 1px solid #333333;
   padding: 10px 10px;
}

.topic-tab{
    border: 1px solid #333333;
    margin-bottom:40px;
}

.topic-tab ul {
    text-align:left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.topic-tab ul li {
    display: inline-block;
    text-align: center;
    padding: 10px 10px;
    
}

.topic-tab ul li a {
    font-size:14px;
    color: #626262;
    text-decoration: none;
    padding:10px 15px 10px;
}

.topic-tab ul li a.current-page,
.topic-tab ul li a:hover{
    color:#6ba7ed;
}

.hs-blog-listing .blog-section{
    padding-bottom:60px;
}


@media(min-width:768px){
    
.post-listing{
    margin: 0 -25px 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post-item {
    float: left;
    width: 33.33%;
    padding-right: 25px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    
}

}

.post-item{
    -webkit-transition: width 0.6s ease-out;
    transition: width 0.6s ease-out;
}

h2.featured-stories{
    font-size: 25px;
    color: #626262;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
}

.post-item-inner {
    padding-right: 0;
    border: 1px solid #efefef;
    margin-bottom: 25px;
    padding:0px 0px;
    background: #ffffff;
}

.hs-featured-image{
    
}

.hs-featured-image-wrapper {
    position: relative;
}

.post-date-inner{
    font-family: 'Ubuntu',sans-serif;
    position: absolute;
    top: 10px;
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: 0px 10px;
}

.hs-featured-image {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
    padding-right: 0;
    height:150px;
    width: 100%;
    display: block;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}

.hs-featured-image:after {
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

a.hs-featured-image-link{
    display:block;
}

.author-link-bottom{
    font-size:13px;
    font-style:italic;
    font-weight:400;
    color:#333333;
    padding-top: 5px;
}

.author-link-bottom a{
    color:#333333;
    font-size:13px;
    font-weight:400;
    padding-left:5px;
    font-style:normal;
    text-decoration:none;
    letter-spacing:0.25px;
}

.post-item a.topics-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    background: #6ba7ed;
    padding: 2px 10px;
    letter-spacing: .25px;
    position: absolute;
    z-index: 10;
    bottom: 7px;
    left: 7px;
    font-weight: 400;
    line-height: 20px;
}

.author-link-bottom a:hover{
    color:#6ba7ed;
}

.post-header h2,
.post-header h2 a{
    color:#626262;
    margin:0px;
    line-height:25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.post-body{
    padding: 0px 15px 15px;
}

.post-body p{
    margin:0px;
    font-size:14px;
    line-height:22px;
    color:#333333;
    font-weight: 500;
    letter-spacing: .25px;
}

.post-item-bottom{
    overflow:hidden;
    display:block;
    overflow: hidden;
    display: block;
    padding-top: 12px;
    border-top: 1px solid rgba(169, 169, 169, 0.25);
    margin-top: 15px;
}

.post-item-bottom .hs-author-avatar img,
.author-data .hs-author-avatar img{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}

.author-link-bottom,
.social-shares {
    padding: 0px 0 0;
    float: left;
    width: 48%;
}

.social-shares a{
    font-size: 12px;
    color:#626262;
    padding: 5px;
    border: 1px solid #ababab;
    width: 23px;
    display: inline-block;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
}

.social-shares a:hover{
    border: 1px solid #6ba7ed;
    background:#6ba7ed;
    color:#ffffff;
}

.blog-pagination{
    position: relative;
    margin-top:30px;
    display:block;
}

a.all-posts-link{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 120px;
    background:#6ba7ed;
    text-decoration: none;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .30px;
}

a.next-posts-link{
    position: absolute;
    right: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 120px;
    background: #6ba7ed;
    text-decoration: none;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .30px;
    top: 0px;
}

a.previous-posts-link{
    position: absolute;
    left: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 120px;
    background:#6ba7ed;
    text-decoration: none;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .30px;
    top: 0px;
}

.blog-pagination a:hover{
    background:#000000;
}


/*Sidebar*/

.pop-post-image{
    
}

.pop-post-title{
   
}

.pop-post-image a span{
    width:55px;
    height:55px;
    background-size: cover !important;
    display: block;
    background-position: center center !important;
}

.pop-post-title a{
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    padding-left:0px;
    color:#626262;
}

.pop-post-date {
    font-size: 12px;
    color:#000;
    text-align: right;
    display: block;
}

.blog-sidebar h3{
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #626262;
    padding-bottom:10px;
    
}

.blog-sidebar h3:after{
    content:"";
    width:50px;
    height:3px;
    position:absolute;
    bottom:0px;
    left:0px;
    background:#6ba7ed;
}

.blog-sidebar input[type="email"],
.blog-sidebar input[type="text"]{
    height:40px;
    border:1px solid rgba(98, 98, 98, 0.25);
    margin-bottom:15px;
    font-size:16px;
    padding-left:14px;
    color:#626262;
}

.blog-sidebar input[type="submit"]{
    height: 40px;
    display: inline-block;
    -webkit-appearance: none;
    background: #6ba7ed;
    border: 0px;
    box-shadow: none;
    color: #fff;
    width: 100%;
    max-width: 100px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25px;
    cursor:pointer;
}

.blog-sidebar input[type="submit"]:hover{
    background:#000000;
}

.hs_email.field.hs-form-field{
  position:relative;  
}

.blog-sidebar ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    position: absolute;
    top:60px;
    margin: 0;
}

.input {
    padding-bottom: 10px;
}

.blog-sidebar ul.hs-error-msgs.inputs-list label {
    font-size: 10px;
    color: red;
    display: block;
    letter-spacing: .25px;
}

a.topics-links{
    background-color: #ededed;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 2px 12px;
    margin: 4px 2px;
    display: inline-block;
}

.post-listing-simple{
    overflow:hidden;
}


/*Author Section*/

body.hs-blog-listing.author-body .author-section{
    display:block;
    padding:50px 0px 30px;
    background:#ddd;
    text-align:center;
    margin-bottom:50px;
}

body .hs-author-social-links a.hs-author-social-link{
        background-image: none!important;
        text-indent:0px;
        color:#000000;
}

body.hs-blog-listing.author-body .author-section .hs-author-avatar img{
   width:75px;
   height:75px;
   border-radius:100%; 
}

body.hs-blog-listing.author-body .author-section .hs-author-bio{
    padding:20px 0px 20px;
    max-width:1200px; 
    margin:0 auto; color: #000;
}

.author-body .hs-author-listing-header {
    margin: 0px 0 25px 0;
    font-size: 24px;
}

/* Blog Post */
body.hs-blog-post {}

body.hs-blog-post .hide-for-post,
body.hs-blog-listing.author-body .hide-for-author,
body.hs-blog-listing.author-body .post-item-bottom,
body.hs-blog-listing .author-section,
body.hs-blog-post .author-section{display:none;}

body.hs-blog-post .widget-type-blog_content,
body.hs-blog-post .row-fluid .post-center,
.hs-blog-listing.author-body .post-center,
.hs-blog-listing.author-body .widget-type-blog_content{
    max-width:770px;
    margin:0 auto;
    display:block;
    float:none;
}

.section.post-header {
    padding: 60px 0 40px;
    text-align: center;
}

.section.post-header .hs-author-avatar img{
    border-radius: 100%;
    margin-bottom: 20px;
    max-width: 75px;
    border: 1px solid #B1B1B1;
}

body.hs-blog-post .topic-listing{padding-top:15px;}

.author-link-post{
    font-weight: 700;
    text-decoration: none;
    color: #626262;
    font-size:16px;
}

.section.post-header .link.hubspot-editable{
    font-size:40px;
    line-height:50px;
    font-weight: 700;
   //* text-transform: uppercase;*//
    font-family: 'Ubuntu',sans-serif;
}

.post-body-date {
    padding: 10px 0px 10px;
}

.post-topic-link{
    color:#6ba7ed;
    text-decoration: none;
    padding: 0px 10px;
    font-weight: 500;
    letter-spacing: .50px;
}

.social-shares-post{
    padding: 0px 0px 25px;
}

.social-shares-post a{
    color:#626262;
    padding:0px 5px;
}

body.hs-blog-post .container-fluid .row-fluid .section-blog .wrapper{
    max-width:980px;
    margin:0 auto;
}

.section.post-body img {
    margin: 0px auto 25px auto;
    float: none;
    display: block;
}

.section.post-body ul{
    padding: 0px 0px 0px 20px;
}

.section.post-body p,.section.post-body{
    font-size:17px;
    color:#626262;
    line-height:25px;
    font-weight:500;
    margin:15px 0px;
} 

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

body #comment-form textarea{
    height:100px;
    margin-bottom:25px;
    border:1px solid #e7e7e7;
    font-size:16px;
    padding-left:15px;
}

body #comment-form .hs-button.primary{
    background:#6ba7ed;
    cursor:pointer;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    padding: 15px 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body #comment-form .hs-button.primary:hover{
    background:#000000;
}

#comment-form .hs-form-field{
    position:relative;
}

#comment-form ul.hs-error-msgs.inputs-list {
    position: absolute;
    top: 60px;
}

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

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

body.hs-blog-post #comments-listing{
    border-width:0px;
}

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

body.hs-blog-post .section-blog{
    padding-bottom:60px;    
}

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


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


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

.post-pagination h5 a{
    text-decoration: none;
    color:#626262;
    font-size: 16px;
    font-weight:600;
}

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

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


.widget-type-blog_comments{
    padding-bottom:45px;
}


@media(min-width:768px){
    
   .widget-span.widget-type-cell.blog-sidebar {
        border-left: 1px solid rgba(98, 98, 98, 0.12);
        padding-left: 15px;
        margin-left: 15px;
}  

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

.footer-container-wrapper{
    background:#626262;
    padding:20px 0px 10px;
}

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


@media(max-width:1100px) and (min-width:768px){
    
body .latest-stories .widget-type-raw_html .item:first-child .post-image{
   height:250px;
}

body .latest-stories .widget-type-raw_html .item:first-child + .item + .item{
    display:block;
    width:50%;
    float:left;
    padding-left:0px;
    padding-top:25px;
}

body .latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item{
    display:block;
    width:50%;
    float:left;
    padding-left:25px;
    padding-top:25px;
}

body .latest-stories .widget-type-raw_html .item:first-child + .item + .item .post-image,
body .latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item .post-image{
    height:250px;
} 

body .post-item {
    float: left;
    width: 50%;
}

body .social-shares a {
    font-size: 10px;
    padding:5px;
    width: 20px;
    height: 20px;
    line-height: 10px;
}

body .latest-stories .widget-type-raw_html .item:first-child+.item+.item h2,
body .latest-stories .widget-type-raw_html .item:first-child+.item+.item+.item h2 {
    height:100%;
    overflow:initial;
}

body .pop-post-title a {
    font-size: 12px;
    line-height: 15px;
}

body .pop-post-image a span {
    width: 35px;
    height: 50px;
}

body .topic-tab ul li{
    padding: 10px 0px;
}

body .topic-tab ul li a{
    padding: 10px 6px 10px;
}

  
}


@media(max-width:767px){
.cust-blog .topic-listing {
    text-align: center;
}
  .cust-blog .hs-author-avatar.span2 {
    max-width: initial;
}
  .cust-blog .post-body-date {
    float: none;
    padding: 0px;
    padding-right: 10px;
}
  .section.post-header .cust-blog h2 {
    padding-top: 0px!Important;
    font-size: 24px;
    line-height: 32px !important;
}
.section.post-header h2,.section.post-header .link.hubspot-editable{
    font-size:24px;
    line-height: 30px;
}
   .latest-stories h2, .featured-stories h2 {
        font-size: 18px; 
        line-height: 16px;
    }

body .src-box form{
    margin-bottom:35px;
}

.latest-stories .widget-type-raw_html .item:first-child,
.latest-stories .widget-type-raw_html .item:first-child +.item,
.latest-stories .widget-type-raw_html .item:first-child +.item +.item,
.latest-stories .widget-type-raw_html .item:first-child +.item +.item +.item{
    display: block;
    width: 100%;
    float: none;
    padding:0px 0px 20px;
}

body .row-fluid .latest-stories .widget-type-raw_html .item .post-image{
    height:300px!important;
}

body .latest-stories .widget-type-raw_html .item:first-child+.item+.item h2,
body .latest-stories .widget-type-raw_html .item:first-child+.item+.item+.item h2{
    height:100%;
    overflow: initial;
}


body .topic-tab .topic-handler {
    float: none;
    border-right:0px;
    border-bottom: 1px solid #333333;
    padding: 10px 10px;
    text-align: center;
    display: block;
}

body .topic-tab{
    overflow:hidden;
}

body .topic-tab ul li{
    float:left;
    width:50%;
    padding:5px;
}

.pop-post-item {
    overflow: hidden;
}

.span3.pop-post-image{
    float:left;
    width:50px;
    margin-right:15px;
}

.span9.pop-post-title{
    float:left;
    width:70%;
}

.blog-sidebar{
    padding-top:50px;
    padding-bottom:50px;
}

a.all-posts-link{
    max-width:95px;
}

.post-pagination h5{
    display:none;
}

}



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


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

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

@media (min-width: 768px){
.hs-menu-wrapper {
    display: block !important;
}
}

@media (max-width: 767px){


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

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

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

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


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

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

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


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

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


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

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


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

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


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

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

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

  /* Mobile Menu Styles */
  .custom-menu-primary2.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 20px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
    box-shadow:0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary2 .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }
 .contactus{text-align:right!important;margin-top:20px!important;}
   /* Level 1 Menu List Styles */
   .custom-menu-primary2 .hs-menu-wrapper > ul {
    background: #0F2030;
   }
  .custom-menu-primary2 .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul > li a{
    font-size:16px; /* Font size of top level list items */
    line-height:40px;
    overflow: visible;
  }

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

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

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

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

}


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