/* @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('https://fonts.googleapis.com/css?family=Karla:400,700,700i');

/*--------------------------------------------------------------
# Normalize

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
hr {
    background-color: #e8e8e7;
    border: 0;
    height: 2px;
    margin: 3em 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

body {
    line-height: 1.8em;
    font-family: 'Karla', Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    background: #fff;
}

.clearer:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

a.btn, button, input[type="button"], input[type="reset"], input[type="submit"], #main-menu .hs-menu-wrapper>ul>li:last-of-type a, #main-menu .hs-menu-wrapper>ul>li:nth-last-child(2) a, a.sc-notification h3.btn, a.hs-button.primary.large {
    display: inline-block;
    padding: 11px 17px;
    border-radius: 10px;
    border: 2px solid #f36a44 !important;
    background-color: #f36a44;
    font-size: .9375em;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease;
}
a.btn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, #main-menu .hs-menu-wrapper>ul>li:last-of-type a:hover, a.sc-notification h3.btn:hover, a.hs-button.primary.large:hover {
    color: #fff;
    text-decoration: none;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#main-menu .hs-menu-wrapper>ul>li:nth-last-child(2) a {
    background-color: #fff;
    color: #333;
}
#main-menu .hs-menu-wrapper>ul>li:nth-last-child(2) a:hover {
    color: #333;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#headcontainer {
    padding-bottom: 30px;
}
.topcontainer {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 20px;
    background-color: #414342;
    text-align: right;
}
img.logo {
    margin-left: 30px;
    height: 25px;
    transition: all .5s ease;
}
ul.top-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.top-menu li {
    display: inline-block;
}
ul.top-menu li a {
    display: inline-block;
    position: relative;
    padding: 10px;
    line-height: normal;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #fff;
    transition: all .5s ease;
}
ul.top-menu li a:hover {
    text-decoration: none;
    color: #f36a44;
}
#main-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#main-menu ul li {
    display: inline-block;
    float: none;
    height: 41px;
    line-height: 41px;
}
#main-menu ul li ul li {
    /*display: block;*/
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: normal;
    padding-bottom: 10px;
}
#main-menu ul ul {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 99999;
    margin: 0;
    background-color: #fff;
    padding: 1em;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    -ms-transform: translate(-60px, -40px) scale(.9);
    transform: translate(-60px, -40px) scale(.9);
}
#main-menu ul ul ul {
    position: static;
    clear: both;
    float: none;
    box-shadow: none;
    -ms-transform: none;
    transform: none;
    height: auto;
}
#main-menu ul ul a {
    display: block;
    position: static;
    width: 200px;
    text-transform: none;
}

#main-menu ul>li.active>ul, #main-menu ul>li.focus>ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(-16px, 0) scale(1);
    transform: translate(-16px, 0) scale(1);
}
#main-menu ul>li.active ul, #main-menu ul>li.focus ul {
    opacity: 1;
    visibility: visible;
}
#main-menu ul>li.hs-item-has-children.hs-menu-depth-1.active a:active, #main-menu ul>li.hs-item-has-children.hs-menu-depth-1.active a:focus {
    text-decoration: none;
}
#main-menu ul>li.hs-item-has-children.hs-menu-depth-1>a:after {
    content: '\f107';
    right: 0;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 7px;
    font-size: 1em;
    font-weight: 700;
    transition: all .3s ease;
}
#main-menu ul>li.hs-item-has-children.hs-menu-depth-2>a:after {
    display: none;
}
#main-menu ul ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-1.active>a:after, #main-menu ul>li.hs-item-has-children.hs-menu-depth-1.active>a:after {
    -ms-transform: rotate(180deg) scale(0.75);
    transform: rotate(180deg) scale(0.75);
    color: #8B8C8D;
}
#main-menu li a {
    display: inline-block;
    position: relative;
    padding: 0 12px;
    max-width: none;
    line-height: 1em;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    transition: all .5s ease;
}
#main-menu li a:hover {
    color: #f36a44;
    text-decoration: none;
}
#main-menu .hs-menu-wrapper>ul>li:last-of-type a {
    margin-left: 12px;
}
#main-menu .widget-span {
    float: right;
    padding-right: 30px;
}
#page-head {
    position: relative;
    height: 320px;
    overflow: hidden;
}
.body-container-wrapper {
    padding-top: 138px !important;
}
.header-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding: .5rem 0;
    z-index: 6;
    text-align: center;
}
h1.entry-title {
    margin: 0 auto;
    line-height: 1.15em;
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    font-family: 'Karla', Helvetica, Arial, sans-serif;
    color: #333;
}
.header-img {
    position: absolute;
    top: -80px;
    bottom: -80px;
    left: 0;
    width: 100%;
    margin: auto 0;
}
@media only screen and (min-width: 1440px) {
    .header-img {
        background: url(https://cdn2.hubspot.net/hubfs/443574/Blog%202017/chicago-street-bridge-background-3.jpg) center center / cover no-repeat;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .header-img {
        background: url(https://cdn2.hubspot.net/hubfs/443574/Blog%202017/chicago-street-bridge-background-3.jpg) center center / cover no-repeat;
    }
}
@media only screen and (max-width: 1024px) {
    .header-img {
        background: url(https://cdn2.hubspot.net/hubfs/443574/Blog%202017/chicago-street-bridge-background-3.jpg) center center / cover no-repeat;
    }
}
.letters-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    opacity: .25;
}
@media only screen and (min-width:1440px) {
    .letters-overlay {
        background: url(https://cdn2.hubspot.net/hubfs/443574/Blog%202017/letters-x2.png) center center / cover no-repeat;
    }
}
@media only screen and (max-width:1440px) {
    .letters-overlay {
        background: url(https://cdn2.hubspot.net/hubfs/443574/Blog%202017/letters.png) center center / cover no-repeat;
    }
}

.header-container-wrapper, #headcontainer, .topcontainer, #main-menu li {
    transition: all .5s ease;
}
.header-container-wrapper.condensed {
    -ms-transform: translateY(-38px);
    transform: translateY(-38px);
}
.header-container-wrapper.condensed #headcontainer {
    padding-bottom: 16px;
}
.header-container-wrapper.condensed .topcontainer {
    margin-bottom: 15px;
}
.header-container-wrapper.condensed img.logo {
/*     opacity: 0;
    visibility: hidden; */
}
.site-branding {
    position: relative;
}
img.logo-icon {
    position: absolute;
    top: 5px;
    left: 30px;
    height: auto;
    width: 53px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.header-container-wrapper.condensed img.logo-icon {
    opacity: 1;
    visibility: visible;
    width: 70px;
}
/* .header-container-wrapper.condensed #main-menu .hs-menu-wrapper > ul > li {
    opacity: 0;
    visibility: hidden;
} */
.header-container-wrapper.condensed #main-menu .hs-menu-wrapper > ul > li:last-of-type, .header-container-wrapper.condensed #main-menu .hs-menu-wrapper > ul > li:nth-last-of-type(2) {
    opacity: 1;
    visibility: visible;
}
.dark-header .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background-color: rgba(65, 67, 66, .45);
    z-index: 4;
}
.dark-header  h1.entry-title, .dark-header h2.subtitle {
    color: #fff;
}
.dark-header .header-img {
    -webkit-filter: saturate(50%) blur(1px);
    filter: saturate(50%) blur(1px);
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/

#maincontent {
    padding: 4.6875em 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#maincontent.full {
    max-width: none;
}
.hs-blog-social-share {
    float: none;
    display: block;
    width: 100%;
    clear: both;
}
div.event-details {
    background-color: #e8e8e7;
    padding: 2em;
    margin-bottom: 1.25em;
}
div.event-details p {
    margin-bottom: 0;
}
div.event-details h4 {
    text-transform:uppercase;
}

/* Forms */
.hs_cos_wrapper_type_form {
    margin: 0 auto;
    background-color: #414342;
    padding: 2em;
    color: #fff;
}
.hs_cos_wrapper_type_form h1,.hs_cos_wrapper_type_form h2,.hs_cos_wrapper_type_form h3,.hs_cos_wrapper_type_form h4,.hs_cos_wrapper_type_form h5,.hs_cos_wrapper_type_form h6 {
    color: #fff;
    margin-bottom:1em;
}
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
display: inline-block;
    padding: 15px 21px;
    border-radius: 10px;
    background-color: #f36a44;
    font-size: 0.9375em;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease;
    font-family: 'Karla', Helvetica, Arial, sans-serif;
    width: 100%;
}
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {
    border: 2px solid #FFF;
    border-color: #f36a44;
    background: #f36a44;
    color: #FFF;
}
.hs_cos_wrapper_type_form label {
    font-weight: 400;
    color:#fff;
    font-size:1em;
    line-height:1.8;
}
.hs_cos_wrapper_type_form ul {
    margin-left:0;
}
#maincontent .hs_cos_wrapper_type_form ul {
    font-size: 1em;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    margin-right: .5em;
}
a.all-posts-link {
    text-transform: uppercase;
    color: #000;
    display: block;
    width: 100%;
    border-top: 2px solid #ddd;
    font-size: 1.125em;
    font-weight: 700;
    padding-top: .75em;
}
a.all-posts-link:hover {
    color: #f36a44;
    outline: 0;
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.hs_submit {
    margin-top: 2em;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#blogside h3, a.filter-expand-link {
    text-transform: uppercase;
}
.filter-list ul {
    margin-left: 0;
    list-style: none;
}
.filter-list ul li, a.filter-expand-link {
    display: block;
    text-align: right;
}
.filter-list ul li a {
    display: inline-block;
    position: relative;
    padding: 5px 20px 5px 0;
    color: #373838;
    text-decoration: none;
    line-height: 1.1em;
}
.filter-list ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    border: 2px solid #8B8C8D;
    border-radius: 50%;
    transition: all .5s ease;
}
#blogside .filter-list h3 {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
a.filter-expand-link {
    font-weight:700;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#pre-foot {
    position: relative;
    padding: 147px 15px;
    text-align: center;
    overflow: hidden;
}
.pre-foot-image {
    position: absolute;
    top: 0;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.pre-foot-content {
    position: relative;
    z-index: 6;
}
#pre-foot h2 {
    color: #fff;
    font-size: 2.5em;
}
#pre-foot a.btn {
    border: 3px solid #fff;
    background-color: #fff;
    color: #f36a44;
}
footer.site-footer {
    padding: 30px 0;
    background-color: #414342;
}
.foot-menu {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
ul#foot-menu {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
ul#foot-menu>li {
    display: inline-block;
    padding: 0 17px;
    text-align: left;
    vertical-align: top;
}
ul#foot-menu>li a {
    font-size: 0.875em;
    color: #fffffe;
}
ul#foot-menu>li>a {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
ul#foot-menu ul {
    margin-left: 10px;
    list-style: none;
}
ul#foot-menu>li>ul {
    margin: 0;
    padding-top: 1rem;
}
ul#foot-menu span.section {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
ul#foot-menu ul.sub-menu {
    padding: 0;
}
.foot-address {
    padding-bottom: 5px;
}
.foot-address p {
    margin-bottom: 0;
}
.right-foot-col {
    text-align: right;
}
.right-foot-col img {
    display: inline-block;
}
.foot-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 90px 30px 30px;*/
    padding: 30px 30px;
    color: #fffffe;
    font-size: .875em;
}
.foot-part {
    display: inline-block;
    margin: 0 auto;
}
.foot-logo {
    margin-left: 0;
}
.social-icons {
    margin-right: 0;
}
.foot-logo img {
    width: 100px;
}
ul#foot-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#foot-links li, .foot-phone span.phone {
    display: inline-block;
    padding: 0 11px;
}
ul#foot-links li {
    border-right: 1px solid #fffffe;
}
ul#foot-links li:last-of-type {
    border-right: 0;
}
ul#foot-links li a {
    text-transform: uppercase;
    color: #fffffe;
}
.social-icons {
    text-align: right;
}
.social-icons a.social-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    color: #fffffe;
    font-size: 1.9em;
    line-height: 35px;
    text-align: center;
    transition: all .5s ease;
}
.social-icons a.social-icon i.fa {
    line-height: 1em;
    vertical-align: middle;
}
.social-icons a.social-icon:hover {
    -ms-transform: scale(.9);
    transform: scale(.9);
}

/*--------------------------------------------------------------
# Footer Responsive Styles
--------------------------------------------------------------*/

@media only screen and (min-width: 1440px) {
    .pre-foot-image {
        background: url(https://cdn2.hubspot.net/hubfs/443574/Blog%202017/foot-bgx2.jpg) center top / cover no-repeat;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .pre-foot-image {
        background: url(https://cdn2.hubspot.net/hubfs/443574/Blog%202017/foot-bg.jpg) center top / cover no-repeat;
    }
}
@media only screen and (max-width: 1024px) {
    .pre-foot-image {
        background: url(https://cdn2.hubspot.net/hubfs/443574/Blog%202017/foot-bg-sm.jpg) center top / cover no-repeat;
    }
}
@media only screen and (max-width: 1250px) {
    .foot-logo img {
        width: 60px;
    }
    ul#foot-links li, .foot-phone span.phone {
        padding: 0 8px;
    }
    .foot-content {
        font-size: .8em;
    }
}
@media only screen and (max-width: 1100px) {
    .foot-content {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 15px 0;
    }
    .foot-logo, .social-icons {
        margin: 2em auto;
    }
}
@media only screen and (max-width: 767px) {
    #pre-foot {
        padding: 60px 15px;
    }
    #pre-foot h2 {
        font-size: 1.25em;
    }
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

a.cardlink {
    display: block;
}
a.cardlink:hover, .card a:hover {
    text-decoration: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #e8e8e7;
    text-align: center;
    color: #fff;
    height: 420px;
    transition: all .5s ease;
    cursor: pointer;
}
.card:before {
    content: '';
    display: block;
}
.card:before, .card-image, .card-image:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}
.card:before, .card-image {
    background-color: #414342;
    -ms-transform: scale(1);
    transform: scale(1);
}
.card-image:before {
    content: '';
    display: block;
    background-color: rgba(65, 67, 66, .45);
    transition: opacity .5s ease;
}
.card:hover:before, .card:hover .card-image {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.card-image {
    background: url(https://cdn2.hubspot.net/hubfs/443574/Blog%202017/blog-card-thumb-template-1.jpg) center center / cover no-repeat;
    -webkit-filter: saturate(50%) blur(1px);
    filter: saturate(50%) blur(1px);
    z-index: 2;
}
.card-type {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    transition: all .5s ease;
}
.card-content {
    position: relative;
    padding: 30px 30px 75px;
    z-index: 4;
    transition: all .5s ease;
}
h4.card-pre-title {
    margin: 0 0 7px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.1em;
    transition: all .5s ease;
}
h2.card-title {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.24em;
    text-transform: none;
    transition: all .5s ease;
}
h2.card-title a {
    color: #fff;
    transition: all .5s ease;
}
h2.card-title a:hover {
    text-decoration: none;
}
.card-exerpt p {
    margin: 0;
    font-size: 1.12em;
    line-height: 1.277em;
    color: #fff;
    transition: all .2s ease;
}
.card-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 46px;
    width: 100%;
    z-index: 5;
    transition: all .5s ease;
}
.card-contain[class*="span"] {
    /*margin-left: 1%;
    margin-right: 1%;*/
}
.card-contain[class*="span"]:first-of-type {
    /*margin-left: 1%;*/
}
.card-contain[class*="span"]:nth-of-type(3n+1) {
    margin-left: 0;
}
.card-contain.post-item {
    padding-bottom: 2.564102564% !important;
}
p.news-date {
    font-weight: 700;
}

#blogside .widget-span {
    padding-bottom: 2em;
}
#blogside .widget-span input {
   /* width: 100% ;*Commented out by HubSpot Support*/
    margin-bottom: 1em;
}
#blogside .widget-span ul {
    margin: 0;
    /**padding-left:20px;** Commented out by HubSpot Support*/
}

.hs-form-booleancheckbox {
    width:200px;
}
#hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"] {
    width:100%!important;
}

/*--------------------------------------------------------------
# Mobile/Responsive Styles
--------------------------------------------------------------*/

.mobile-menu-btn {
    display: none;
    position: fixed;
    top: 20px;
    right: 15px;
    cursor: pointer;
    z-index: 999999219;
}
.menu-btn {
    position: relative;
    height: 24px;
    width: 30px;
}
.menu-btn:before, .menu-btn:after {
    content: '';
}
.menu-bar, .menu-btn:before, .menu-btn:after {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #000;
    transition: all .4s ease;
}
.mobile-menu-btn.active .menu-bar, .mobile-menu-btn.active .menu-btn:before, .mobile-menu-btn.active .menu-btn:after {
    background-color: #fff;
}
.menu-bar {
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.mobile-menu-btn.active .menu-bar {
    opacity: 0;
}
.menu-btn:before {
    top: 0;
}
.mobile-menu-btn.active .menu-btn:before {
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-btn:after {
    bottom: 0;
}
.mobile-menu-btn.active .menu-btn:after {
    bottom: auto;
    top: 50%;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lightbox {
    position: fixed;
    color: #fff;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999995;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, -100vh);
    transform: translate(0, -100vh);
}
.lightbox-contain {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: #414342;
    background-color: rgba(65, 67, 66, 0);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.lightbox, .lightbox-contain {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    transition: all .5s ease .3s, background-color .5s ease 0s;
}
.lightbox.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(65, 67, 66, .75);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: all .5s ease 0s, background-color .5s ease .4s;
}
.lightbox-contain.sub-open {
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.menu-main-container {
    width: 100%;
}
body.blur #masthead, body.blur #content {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
#mobile-menu-list ul, ul#secondary-mobile-menu-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
#mobile-menu-list ul li, ul#secondary-mobile-menu-list li {
    position: static;
    text-align: center;
}
#mobile-menu-list ul li.has-submenu>a:after {
    font-family: FontAwesome;
    content: '\f105';
    display: inline-block;
    padding-left: 10px;
    float: right;
    color: #fff;
}
#mobile-menu-list ul li a, ul#secondary-mobile-menu-list li a {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    font-size: 1.125em;
    text-align: center;
    width: 100%;
    overflow: visible;
}
#mobile-menu-list ul li.btn a {
    margin: 10px 0 30px;
    padding: 15px 21px;
}
#secondary-mobile-menu-list ul li a {
    font-size: 1em;
}
#mobile-menu-list ul li ul {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    /*right: 0;*/
    left: 0;
    left: 5vw;
    height: 100%;
    width: 100%;
    width: 95vw;
    margin: auto 0;
    background-color: #f36a44;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .5s ease;
    z-index: 200;
}
#mobile-menu-list ul li ul ul {
    width: 100%;
    width: 90vw;
    left: 10vw;
    background-color: #414342;
}
#mobile-menu-list ul li.has-submenu.open-submenu>ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#mobile-menu-list ul li ul li a {
    padding-left: 30px;
}
#mobile-menu-list ul li ul li ul li a {
    padding-left: 45px;
}
li.back {
    padding-bottom: 10px;
    color: #fff;
    cursor: pointer;
}
li.back:before {
    content: '\f104';
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 10px;
}
@media only screen and (max-width: 1440px) {
    #main-menu li a {
        padding-left: 8px;
        padding-right: 8px;
        /*font-size: .9em;*/
    }
    #main-menu ul>li.hs-item-has-children.hs-menu-depth-1>a:after {
        font-size: .75em;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 1380px) {
    
    #main-menu li a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: .9em;
    }
    #main-menu .hs-menu-wrapper>ul>li:last-of-type a {
        margin-left: 8px;
    }
    
}
@media only screen and (max-width: 1280px) {
    
    #main-menu li a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: .85em;
    }
    
    #main-menu .hs-menu-wrapper>ul>li:last-of-type a, #main-menu .hs-menu-wrapper>ul>li:nth-last-child(2) a {
        font-size: .85em;
    }
    
    #main-menu ul>li.hs-item-has-children.hs-menu-depth-1>a:after {
        font-size: .7em;
        margin-left: 3px;
    }
    #main-menu .hs-menu-wrapper>ul>li:last-of-type a {
        margin-left: 6px;
    }
    
}
@media only screen and (max-width: 1200px) {
    /*.header-container-wrapper {
        padding: 0 0 20px;
    }*/
    .entry-title, .site-branding, ul#side-menu {
        padding-left: 15px;
    }
    h1.entry-title {
        padding-right: 15px;
        font-size: 2.25em !important;
    }
    img.logo {
        margin-left: 0;
    }

    #main-menu li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: .8em;
    }
    #main-menu .hs-menu-wrapper>ul>li:last-of-type a {
        margin-left: 5px;
    }
    #main-menu .hs-menu-wrapper>ul>li:last-of-type a, #main-menu .hs-menu-wrapper>ul>li:nth-last-child(2) a {
        font-size: .8em;
    }

}
@media only screen and (max-width: 1100px) {
    #main-menu li a {
        /*padding-left: 7px;
        padding-right: 7px;*/
        font-size: .75em;
    }
    #main-menu .hs-menu-wrapper>ul>li:last-of-type a, #main-menu .hs-menu-wrapper>ul>li:nth-last-child(2) a {
        font-size: .75em;
        padding: 11px;
    }
}
@media only screen and (max-width: 1023px) {
    .topcontainer, #main-menu, .no-small {
        display: none;
    }
    .mobile-menu-btn, .scorr-search {
        display: inline-block;
    }
    .header-container-wrapper {
        padding: 15px 0 16px;
        background-color: #fff;
    }
    /*.site-branding {
        padding-top: 0;
    }*/
    .body-container-wrapper {
        padding-top: 68px;
    }
    #headcontainer {
        padding-bottom: 0;
    }
    .header-container-wrapper.condensed {
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 15px 0;
    }
    .header-container-wrapper.condensed .site-branding img.logo-icon {
        width: 56px;
        top: 11px;
    }
    .header-container-wrapper.condensed #headcontainer {
        padding-bottom: 0;
    }
    #menu-trigger.condensed {
        top: 17px;
    }
    .site-branding {
        height: 48px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {
    #home-content.row {
        padding: 45px 0;
    }
    h3.latest-heading {
        font-size: 1.35em;
    }
    .column, .columns, .row.builder-row-full.toolbar-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .navigation-section, .entry-footer, .secondary-content .menu-main-container, .foot-menu {
        display: none;
    }
    span.share {
        display: block;
    }
    .search-trigger {
        display: inline-block;
    }
    .info, h2.info-title, .info p, footer#colophon, .social-icons {
        text-align: center;
    }
    .header-container-wrapper {
        position: fixed !important;
    }
    .header-container {
        padding: 15px 0 !important;
        box-shadow:none !important;
    }
    #page-head {
        height: 400px;
        line-height: 400px;
    }
    .field-wrap.sc-column-wrap {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #page, .search-contain .columns {
        padding: 0;
    }
    #headcontainer {
        padding-bottom: 0;
    }
    .header-container-wrapper img.logo {
        height: 30px;
        line-height: 30px;
    }
    .body-container-wrapper {
        padding-top: 25px !important;
    }
    .foot-content .site-info {
        padding-bottom: 1.71rem;
    }
    h1.entry-title {
        font-size: 1.5em !important;
    }
    .entry-content {
        padding: 15px 0;
    }
    #maincontent p, #maincontent ul, #maincontent ol {
        font-size: 1em;
    }
    .row.builder-row-full.toolbar-row {
        margin-top: -20px;
    }
}

/* Google Custom Search */
td.gsc-search-button {
    display: none;
}
.gsc-input-box {
height: auto!important;
    border: 1px solid #ccc!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0!important;
}
/*input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border: 1px solid #ccc!important;
}*/
.gsc-search-box .gsc-input>input:focus, .gsc-input-box-focus {
    -moz-box-shadow:none!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
}
