/* @import url('http://example.com/example_style.css'); */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,300,700,600,800,400);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




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


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

/* Custom fonts */
/* ex. @font-face {}; */
/* all @import calls need to be done at the top on line 1 */

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

/* Website background color and default font styles can go here */
body {
    font-family: 'Open Sans', Helvetica, sans-serif;
}

/**
 * Page Center
 *
 * Apply this class to full-width modules.
 */
.page-center {
  float: none !important;
  max-width: 1145px;
  margin: 0 auto !important;
}


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


/* Links */
a { 
    font-family: 'Lato', sans-serif; 
}
a:link, a:visited { 
    color:#8d8d8d; 
    text-decoration:none; 
}  
a:hover, a:active {
    color:#f82f0c; 
    text-decoration:bold; 
} 


/* Basic text */
p {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.5em;
    margin: 5px 0;
} 

ul {
    padding-left: 20px;
    margin: 15px 0;
}
ul li {
    font-family: 'Lato', sans-serif; 
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 3px 0;
    color: #3a3a3a;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    color: #000;
    margin: 10px 0;
    line-height: 1.25em;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    margin: 20px 0 20px;
}
h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0 20px;
}
h3 {
    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.75em;
}
h4 {
    font-size: 24px;
    font-weight: 700;
    color: #212121;
}
h5 {
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
}
h6 {
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
}

.white-text h1, .white-text h2, .white-text h3,
.white-text h4, .white-text h5, .white-text h6, 
.white-text p, .white-text a {
    color: #fff;
}


/* =================================
   Colors
   ================================= 
   ** Yellow: #ff9d0d;
   ** Blue: #1f8aff;
   ** Light Blue: #31b5ff;
   ** Red: #f82f0c;
   ** Dark Gray: #3a3a3a
*/
   

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

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


/* ==========================================================================
   Menu
   ========================================================================== */
/* 
 Change the alignment of your menu easily by using the text-align or float CSS properties. 
 For a full width centered menu, you could simply add 'text-align:center;' below.
 */
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal {
    float: right;
}

.hs-menu-wrapper {}

/* Primary menu link text color */
.hs-menu-wrapper a {}
.hs-menu-wrapper a:hover {}

/* Drop down background color */
.hs-menu-wrapper.hs-menu-flow-horizontal ul {}

/* Menu link font family and basic padding including drop down links */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 10px 5px;
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover { 
    color: #f82f0c;
}

/* Menu link styles for children menu items */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    background: #fff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100%;
    max-width: 240px;
}

/* ==========================================================================
   Content                                                 
   ========================================================================== */

.body-container-wrapper {}
.body-container {}

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

.header-image-banner, .header-image-banner-lp {
    background-image: url(//cdn2.hubspot.net/hubfs/213882/images/ServicesIndividualPage-Banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/* ===== Homepage ===== */
.hp-banner-screen {
    padding: 25px 0 0;
    background-image: url(//cdn2.hubspot.net/hubfs/213882/images/EmptyBrowserWindow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.hp-desktop-banner, .hp-mobile-banner {
    text-align: center;
}
.hp-desktop-banner img {
    margin: 45px 0 -45px;
}
.hp-mobile-banner, .hp-mobile-banner img {
    display: none;
}

.hp-banner-cta {
    margin: 25px 0 -22px;
}

.block-content-spacing {
    padding: 4% 30px 20px;
}
.block-content-spacing img {
    margin-bottom: 20px;
}
.block-content-spacing h4, .block-content-spacing p, .block-content-spacing .cta_button {
    margin: 15px 0;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_raw_html { 
    display: block; /* Displays iFrame for Uberflip Embed */
}

#slidebox {
    border-top: 3px solid #777 !important;
}


/* ===== Team Page ===== */
.team-member {
    padding: 25px 5px;
}
.team-member h2 {
    font-size: 30px;
    color: #0c83ef; 
    margin: 10px 0;
}
.team-member-name h3 {
   font-style: normal;
}
.team-member-name p {
   font-family: 'Lato', sans-serif;
}
.team-member a:link, .team-member a:visited {
    color: #0c83ef;
}
.team-member a:hover {
    color: #aaa;
}
.team-member img {
    margin: 5px 15px 0 0;
}
.team-member-background {
   background-image: url(//cdn2.hubspot.net/hubfs/213882/images/ServicesIndividualPage-Banner.png);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}


/* ===== About Page ===== */
.about-page h2 {
    margin-bottom: 30px;
}
.about-page p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 15px;
}
.about-section-bkg {
    background: url(//cdn2.hubspot.net/hubfs/213882/images/graphAboutUs.png); 
    background-position: bottom; 
    background-repeat: no-repeat;
}
.about-section-bkg .widget-type-cta {
    padding-top: 25px;
}
.about-footer-bkg {
    padding-top: 180px; 
    background: url(//cdn2.hubspot.net/hubfs/213882/images/AboutusFooterImage.png); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: bottom;
}
.about-footer-bkg img {
    filter: grayscale(95%);
    -webkit-filter: grayscale(95%);
    opacity: 0.8;
}
.about-footer-bkg a:hover img {
    filter: grayscale(3%);
    -webkit-filter: grayscale(3%);
}


/* ===== Services Page ===== */
.services-page p {
    font-size: 18px;
}
.services-page .span6.left-block, .services-page .span6.right-block {
    margin: 0;
    width: 50%;
}
.left-block:hover, .right-block2:hover {
    opacity: 0.9;
}

.services-form-wrapper {
    background: #1f8aff;
}
.services-form-wrapper div#hs_form_target_module_143170137463035186 {
    padding: 15px 25px 15px 30px;
}
.services-form-wrapper h3 {
    display: none;
}
.services-form-wrapper h4 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 15px 5px;
    background: #31b5ff;
}
.services-form-wrapper .form-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #31b5ff;
    border-top-width: 15px;
    border-bottom-width: 0;
    border-right-width: 224px;
    border-left-width: 224px;
}
.services-page .hs-form-required {
    display: none;
}
.services-form-wrapper input[type="text"],
.services-form-wrapper input[type="password"], 
.services-form-wrapper input[type="datetime"], 
.services-form-wrapper input[type="datetime-local"], 
.services-form-wrapper input[type="date"], 
.services-form-wrapper input[type="month"], 
.services-form-wrapper input[type="time"], 
.services-form-wrapper input[type="week"], 
.services-form-wrapper input[type="number"], 
.services-form-wrapper input[type="email"], 
.services-form-wrapper input[type="url"], 
.services-form-wrapper input[type="search"], 
.services-form-wrapper input[type="tel"], 
.services-form-wrapper input[type="color"],
.services-form-wrapper select,
.services-form-wrapper textarea {
    width: 100% !important;
    display: inline-block;
    line-height: 14px;
    padding: 8px;
    margin: 4px 0px !important;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    border: 1px solid #bbb;
    color: #999;
    font-family: Georgia, serif;
    font-size: 14px;
}
.services-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
}
.services-form-wrapper .hs-form fieldset.form-columns-2 .input {
    margin-right: 8px;
}
.services-form-wrapper .hs-button.primary.large {
    width: 98%;
    background: #ff9d0d;
    letter-spacing: 1px;
    font-size: 16px;
}
.services-form-wrapper select.hs-input {
    background-image: url(//cdn2.hubspot.net/hubfs/213882/images/form-dropdown-arrow.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
}


/* ==== Resources Page by B.Taglienti ====*/
.flexible-column-spacing .hs_cos_wrapper_widget { 
    padding: 25px 0; 
    text-align: center; 
}


/* ===== Our Work Page ===== */
.our-work-background {
   background-image: url(//cdn2.hubspot.net/hubfs/213882/images/ServicesIndividualPage-Banner.png);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.project-descr .hs-cta-wrapper a {
    margin: 35px 0 5px;
}
.bkg-banner {
    background-repeat: no-repeat;
    background-size: cover;
}
.bkg-banner-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.our-work-page p {
    line-height: 1.75em;
    font-size: 16px;
}
.client-logo .widget-type-linked_image {
    height: 100%;
    max-height: 100px;
    padding: 35px 15px;
    margin-top: 75px;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.client-logo img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-btn-wrapper, .project-box-wrapper {
    text-align: center;
}
.filter-btn {
    background: transparent;
    border: 2px solid #1f8aff;
    border-radius: 1px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 5%;
    margin: 10px 5px;
}
.filter-btn:focus {
    outline: none;
}
.filter-active {
    background: #1f8aff;
    border: 2px solid #1f8aff;
    text-decoration: none;
    color: #fff;
}
li.filter-project-box {
    display: inline-block;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    float: left;
    text-align: center;
    color: #111;
    padding: 0;
    margin: 15px 8px;
    max-width: 257px;
    vertical-align: bottom;
}
li.filter-project-box h5 {
    padding: 3px 15px;
    height: 50px;
}
.project-image {
    width: 255px;
    height: 225px;
    overflow: hidden;
}
.project-image img {
    width: auto;
    height: 225px;
}
ul#projects-parent { 
  text-align: center; 
  list-style: none; 
}


/* ===== Testimonial Page ===== */
.testimonial-page .testimonial-background {
   background-image: url(//cdn2.hubspot.net/hubfs/213882/images/ServicesIndividualPage-Banner.png);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.testimonial {
    padding: 25px 12px;
}
.testimonial p:nth-child(2):before {
    content: url('//cdn2.hubspot.net/hubfs/213882/images/quotation-mark.png');
    position: relative;
    top: 8px;
}
.testimonial p:nth-child(2) {
    font-family: 'Lato', sans-serif;
    line-height: 1.75em;
    margin: 25px 0 15px;
}
.testimonial p:nth-child(3) {
    font-size: 12px;
    font-weight: 600;
}
.testimonial .hs-cta-wrapper a {
    margin-top: 25px;
}

@media (max-width: 768px) {

}


/* ===== ContactUs Page ===== */  /*<< Kristen >>*/
.contact-background {
   background-image: url(//cdn2.hubspot.net/hubfs/213882/images/ServicesIndividualPage-Banner.png);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.contact-us h3 {
    font-size: 35px;
    font-style: normal;
    color: #000000;
}
.contact-us p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 15px;
}
.contact-form-wrapper {
    background: #1f8aff;
}
.contact-form-wrapper div#hs_form_target_module_143325992793244752 {
    padding: 15px 25px 15px 30px;
    width: 100%;
}
.contact-form-wrapper h3 {
    display: none;
}
.contact-form-wrapper h4 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px 15px 5px;
    background: #1f8aff;
}
.contact-us .hs-form-required {
    display: none;
}
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="password"], 
.contact-form-wrapper input[type="datetime"], 
.contact-form-wrapper input[type="datetime-local"], 
.contact-form-wrapper input[type="date"], 
.contact-form-wrapper input[type="month"], 
.contact-form-wrapper input[type="time"], 
.contact-form-wrapper input[type="week"], 
.contact-form-wrapper input[type="number"], 
.contact-form-wrapper input[type="email"], 
.contact-form-wrapper input[type="url"], 
.contact-form-wrapper input[type="search"], 
.contact-form-wrapper input[type="tel"], 
.contact-form-wrapper input[type="color"],
.contact-form-wrapper select,
.contact-form-wrapper textarea {
    width: 100% !important;
    display: inline-block;
    line-height: 14px;
    padding: 8px;
    margin: 4px 0px !important;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    border: 1px solid #bbb;
    color: #999;
    font-family: Georgia, serif;
    font-size: 14px;
}
.contact-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
}
.contact-form-wrapper .hs-form fieldset.form-columns-2 .input {
    margin-right: 8px;
}
.contact-form-wrapper .hs-button.primary.large {
    width: 98%;
    background: #ff9d0d;
    letter-spacing: 1px;
    font-size: 16px;
}
.contact-form-wrapper ul.inputs-list { 
    list-style-type: none; 
    padding-left: 0; 
    margin: 0; 
}
.contact-form-wrapper label.hs-form-booleancheckbox-display {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 14px;
    padding: 0px;
}
.contact-form-wrapper li.hs-form-booleancheckbox {
    padding: 5px 0 0 0 ;
}
.contact-form-wrapper .hs-form fieldset.form-columns-1 input[type="checkbox"] {
    margin: 0 5px 0 0;
}



/* ==== Landing Page by B.Taglienti ===== */
.lp-form-wrapper {
    background: #1f8aff;
    max-width: 465px;
    margin: -67px;
}
.lp-form-wrapper #hs_form_target_module_143326561098656428{
    padding: 15px 25px 15px 30px;
    width: 100%;
}
.lp-form-wrapper h3 {
    display: none;
}
.lp-form-wrapper h4 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 30px;
    padding: 20px 15px 10px;
    background: #ff9d0d;
}
.lp-form-wrapper .form-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ff9d0d;
    border-top-width: 15px;
    border-bottom-width: 0;
    border-right-width: 233px;
    border-left-width: 233px;
}
.lp-form-wrapper .hs-form-required {
    display: none;
}
.lp-form-wrapper input[type="text"],
.lp-form-wrapper input[type="password"], 
.lp-form-wrapper input[type="datetime"], 
.lp-form-wrapper input[type="datetime-local"], 
.lp-form-wrapper input[type="date"], 
.lp-form-wrapper input[type="month"], 
.lp-form-wrapper input[type="time"], 
.lp-form-wrapper input[type="week"], 
.lp-form-wrapper input[type="number"], 
.lp-form-wrapper input[type="email"], 
.lp-form-wrapper input[type="url"], 
.lp-form-wrapper input[type="search"], 
.lp-form-wrapper input[type="tel"], 
.lp-form-wrapper input[type="color"],
.lp-form-wrapper select,
.lp-form-wrapper textarea {
    width: 100% !important;
    display: inline-block;
    line-height: 14px;
    padding: 8px;
    margin: 4px 0px !important;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    border: 1px solid #bbb;
    color: #999;
    font-family: Georgia, serif;
    font-size: 14px;
}
.lp-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
}
.lp-form-wrapper .hs-form fieldset.form-columns-2 .input {
    margin-right: 8px;
}
.lp-form-wrapper .hs-button.primary.large {
    width: 98%;
    background: #ff9d0d;
    letter-spacing: 1px;
    font-size: 16px;
}
.lp-form-wrapper select.hs-input {
    background-image: url(//cdn2.hubspot.net/hubfs/213882/images/form-dropdown-arrow.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
}
.lp-form-wrapper .hs-form-field {
    padding: 10px 0;
}
.lp-form-wrapper .hs_subscribe_to_the_brand_builder_solutions_blog .inputs-list , .lp-form-wrapper .hs_subscribe_to_the_cos_blog .inputs-list {
    list-style-type: none;
}
.lp-form-wrapper .hs-form-booleancheckbox-display {
    color: #fff;
    font-size: 17px;
}
.lp-form-wrapper .hs_subscribe_to_the_cos_blog , .lp-form-wrapper .hs_subscribe_to_the_brand_builder_solutions_blog {
    padding: 0 !important;
    margin: 0 !important;
}
.lp-form-wrapper .inputs-list {
   margin: 0 !important;
   padding: 0 !important;
}

.testimonial-lp p:nth-child(1):before {
    content: url('//cdn2.hubspot.net/hubfs/213882/images/quotation-mark.png');
    position: relative;
    top: 8px;
}
.testimonial-lp p:nth-child(1) {
    font-family: 'Lato', sans-serif;
    line-height: 1.75em;
    margin: 25px 0 15px;
}
.testimonial-lp p:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
}
.testimonial-lp .hs-cta-wrapper a {
    margin-top: 25px;
}

/* ==== AdWords Landing Page ===== */

.device-slider-img img {
    max-height: 900px;
    max-width: 900px;
    text-align: center;
}
.ad-words-lp .hs_cos_flex-slider .caption {
    background: none;
    position: relative;
    font-size: 30px;
}
.ad-words-lp .hs_cos_flex-slider {
    background-color: #fdfdfd;
    margin-bottom: 0;
}

.ad-words-lp .hs_cos_flex-control-nav {
    position: relative;
    top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}    
.ad-words-lp .hs_cos_flex-direction-nav a {
    margin: -50px 0 0;
}    

.ad-words-lp .hs_cos_flex-slides, .hs_cos_flex-control-nav, .hs_cos_flex-direction-nav {
    margin-top: 30px;
}    

.ad-words-lp a#cta_button_213882_916f3f85-e06b-44f7-b414-485dc0fb8b32.cta_button, a#cta_button_213882_22e16388-fc27-47c8-9e4b-26eecf40f562.cta_button,
a#cta_button_213882_cf087e8b-eef2-4227-adab-11929a8b84a3.cta_button, a#cta_button_213882_63cd5276-3fec-4272-ac07-771c8e362345.cta_button,
a#cta_button_213882_9701ce17-60ec-442b-beec-e508dce76f50.cta_button, a#cta_button_213882_03f8eb85-e35f-46a7-b24a-f6a3a9ef6450.cta_button, 
a#cta_button_213882_16aa039e-67a4-4e0c-a811-2ead36f49268.cta_button, a#cta_button_213882_eedf2614-a8bf-4573-8433-6dd8cc52eed0.cta_button,
a#cta_button_213882_135f19cc-9631-4f50-8cf7-08c9d1ca07b3.cta_button, a#cta_button_213882_80651585-b49c-438e-b080-646147cefe61.cta_button,
a#cta_button_213882_4fff3ba2-b24a-40da-b4a2-3296fea45304.cta_button, a#cta_button_213882_d527712e-8fbf-408f-b552-9f7de75e9461.cta_button,
a#cta_button_213882_b19416f8-8611-4d71-b559-3dff423cd9a9.cta_button, a#cta_button_213882_918048d1-d838-46c0-a60d-c3b9a26f5159.cta_button
{
    padding-top: 0;
    padding-bottom: 8px;
}

/*Request A Consult Page*/
.smaller-lp .page-center {
    max-width: 1080px;
}

.consult-font, .consult-font p, .consult-font li, .consult-font h1, .consult-font h2 {
    font-family: 'Lato', sans-serif;
}

.consult-font {
    padding-right: 25px;
}

.consult-font li p {
    font-size: 14px;
    color: #3a3a3a;
    margin: 0;
}
.consult-form .form-header {
    background: #1f8aff;
    border-bottom: 2px solid #fff;
    border-radius: 3px 3px 0 0;
    margin: 0;
    padding: 25px 25px;
}
.consult-form .form-header h3 {
    margin-bottom: 20px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.consult-form .widget-type-form {
    background: #ededed;
    border-radius: 0 0 3px 3px;
}
.consult-form .form-header h3, .consult-form .form-header p {
    color: #fff;
}
.consult-form h3.form-title,
.consult-form .hs-form-required {
    display: none;
}
.consult-form .hs_cos_wrapper_type_form label {
    color: #999;
    font-weight: 400;
}
.consult-form form {
    padding: 15px 25px;
}
.consult-form .field.hs-form-field {
    margin: 0;
}
.consult-form div.actions {
    background: #ededed;
    text-align: center;  
    padding: 15px 35px 20px;
}
.consult-form {
    text-align: left;
}
/* One Line Inputs */
.consult-form input[type="text"],
.consult-form input[type="password"], 
.consult-form input[type="datetime"], 
.consult-form input[type="datetime-local"], 
.consult-form input[type="date"], 
.consult-form input[type="month"], 
.consult-form input[type="time"], 
.consult-form input[type="week"], 
.consult-form input[type="number"], 
.consult-form input[type="email"], 
.consult-form input[type="url"], 
.consult-form input[type="search"], 
.consult-form input[type="tel"], 
.consult-form input[type="color"] {
    background: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid #aaa;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #454A5B;
    line-height: 20px !important;
}

/* Multiple Line Inputs */
.consult-form textarea {
    font-family: 'Open Sans',sans-serif;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid #aaa;
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
    height: 100px;
    color: #454A5B;
    line-height: 20px !important;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}
.consult-form .hs-button.primary,
.consult-form input[type="submit"],
.consult-form input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 1px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    background: #1f8aff;     
    display: inline-block !important;
    border: 1px solid #31b5ff;
    border-radius: 3px;
    color: #fff;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    padding: 15px 35px;
    margin: 0px !important;
}
.consult-form ul.inputs-list {
    margin: 0;
}
.consult-form ul.inputs-list li {
    font-size: 14px;
}

/* Template Purchase Follow Up LP */
.temp-follow-up-lp .banner-img {
    background-image: url(//cdn2.hubspot.net/hubfs/213882/images/ServicesIndividualPage-Banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.temp-follow-up-lp h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    font-style: normal;
}
.temp-follow-up-lp p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.75em;
}
.temp-follow-up-lp .form-header {
    background: #1f8aff;
    border-bottom: 2px solid #fff;
    border-radius: 3px 3px 0 0;
    margin: 0;
    padding: 15px 25px;
}
.temp-follow-up-lp .form-header h3 {
    margin-bottom: 15px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.25em;
    color: #fff;
}
.temp-follow-up-lp .widget-type-form {
    background: #ededed;
    border-radius: 0 0 3px 3px;
}
.temp-follow-up-lp .form-header p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
}
.temp-follow-up-lp h3.form-title,
.temp-follow-up-lp .hs-form-required {
    display: none;
}
.temp-follow-up-lp .hs_cos_wrapper_type_form label {
    color: #999;
    font-weight: 400;
}
.temp-follow-up-lp form {
    padding: 15px 25px;
}
.temp-follow-up-lp ul.inputs-list {
    margin: 0;
}
.temp-follow-up-lp ul.inputs-list li {
    font-size: 14px;
}
.temp-follow-up-lp .field.hs-form-field {
    margin: 0;
}
.temp-follow-up-lp input[type="text"],
.temp-follow-up-lp input[type="email"] {
    background: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid #aaa;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em !important;
    color: #454A5B;
    width: 100%;
    padding: 5px 10px;
    margin: 5px 0;
}
.temp-follow-up-lp textarea {
    background: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid #aaa;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 1.5em !important;
    color: #454A5B;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    width: 100%;
    height: 75px;
    padding: 5px 10px;
    margin: 5px 0;
}
.temp-follow-up-lp div.actions {
    background: #ededed;
    text-align: center;  
    padding: 15px 20px 20px;
}
.temp-follow-up-lp .hs-button.primary,
.temp-follow-up-lp input[type="submit"],
.temp-follow-up-lp input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 1px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    display: inline-block !important;
    background: #1f8aff;     
    border: 1px solid #31b5ff;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 10px 20px;
    margin: 0px !important;
}
.temp-follow-up-lp .embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.temp-follow-up-lp .embed-container iframe, 
.temp-follow-up-lp .embed-container object, 
.temp-follow-up-lp .embed-container embed { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
}

.adwords-campaign-lp .embed-container { 
    padding-bottom: 33%; 
} 


/*Email Demo LP*/

.email-demo-font, .email-demo-font p, .email-demo-font li, .email-demo-font h1, .email-demo-font h2 {
    font-family: 'Lato', sans-serif;
}
.center-content {
    text-align: center;
}
.email-demo-font {
    padding-right: 25px;
}

.email-demo-font li p {
    font-size: 14px;
    color: #3a3a3a;
    margin: 0;
}
.email-demo-form .form-header {
    background: #1f8aff;
    border-bottom: 2px solid #fff;
    border-radius: 3px 3px 0 0;
    margin: 0;
    padding: 15px 25px;
}
.email-demo-form .form-header h3 {
    margin-bottom: 10px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.email-demo-form .widget-type-form {
    background: #ededed;
    border-radius: 0 0 3px 3px;
}
.email-demo-form .form-header h3, .consult-form .form-header p {
    color: #fff;
}
.email-demo-form h3.form-title,
.email-demo-form .hs-form-required {
    display: none;
}
.email-demo-form .hs_cos_wrapper_type_form label {
    color: #999;
    font-weight: 400;
}
.email-demo-form form {
    padding: 15px 25px;
}
.email-demo-form .field.hs-form-field {
    margin: 0;
}
.email-demo-form div.actions {
    background: #ededed;
    text-align: center;  
    padding: 15px 35px 20px;
}
.email-demo-form {
    text-align: left;
}
/* One Line Inputs */
.email-demo-form input[type="text"],
.email-demo-form input[type="password"], 
.email-demo-form input[type="datetime"], 
.email-demo-form input[type="datetime-local"], 
.email-demo-form input[type="date"], 
.email-demo-form input[type="month"], 
.email-demo-form input[type="time"], 
.email-demo-form input[type="week"], 
.email-demo-form input[type="number"], 
.email-demo-form input[type="email"], 
.email-demo-form input[type="url"], 
.email-demo-form input[type="search"], 
.email-demo-form input[type="tel"], 
.email-demo-form input[type="color"] {
    background: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid #aaa;
    font-size: 14px;
    padding: 5px 10px;
    width: 100% !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #454A5B;
    line-height: 20px !important;
}

/* Multiple Line Inputs */
.email-demo-form textarea {
    font-family: 'Open Sans',sans-serif;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid #aaa;
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
    height: 100px;
    color: #454A5B;
    line-height: 20px !important;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}
.email-demo-form .hs-button.primary,
.email-demo-form input[type="submit"],
.email-demo-form input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 1px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    background: #1f8aff;     
    display: inline-block !important;
    border: 1px solid #31b5ff;
    border-radius: 3px;
    color: #fff;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    padding: 15px 35px;
    margin: 0px !important;
}
.email-demo-form ul.inputs-list {
    margin: 0;
}
.email-demo-form ul.inputs-list li {
    font-size: 14px;
}
/* Drop Downs */
.email-demo-form .hs_cos_wrapper_type_form select {}
.email-demo-form .hs_cos_wrapper_type_form select:focus {}

hs-input, input,
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: 8px !important;
    display: inline-block;
    width: 85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0px 15px;
    font-family: 'Open Sans',sans-serif;
}

/* Drop Downs */
.email-demo-form select.hs-input {
    background-color: #fff;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    /*padding: 5px 25px;*/
    border: 1px solid #aaa;
    height: 35px;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    width: 100% !important;
}

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

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

/* Blog Listing */
body.hs-blog-listing {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.widget-type-blog_subscribe ul {
    list-style-type: none;
}


/* ==========================================================================
   Forms
   ========================================================================== */
/* All Global Forms
   ========================================================================== */
/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"] {}

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

/* Multiple Line Inputs */
body textarea {}
body textarea:focus {}

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

/* Drop Downs */
body select {}
body select:focus {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Form Module
   ========================================================================== */
/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"] {
  width: 100%;
  line-height: 14px;
  padding: 10px;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus {
    line-height: 14px;
    padding: 10px;
}

/* Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {
  width: 100%;
  border-color: #bbb;
}
.hs_cos_wrapper_type_form textarea:focus {}

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

body form.hs-form .hs-form-field ul.inputs-list {
    list-style-type: none;
    padding-left: 5px;
}
body input[type="radio"], body input[type="checkbox"] {
    width: initial;
    margin-right: 5px !important;
    margin-bottom: 0;
}

/* Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

hs-input, input,
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: 8px !important;
    display: inline-block;
    width: 85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0px 15px;
}

/* Drop Downs */
body select.hs-input {
    background-color: #fff;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    /*padding: 5px 25px;*/
    border: 1px solid #aaa;
    height: 35px;
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}
body select:focus {}

.bbs-form {
    font-family: 'Roboto Condensed', sans-serif !important; 
    background-color: #f2f2f2; 
    padding: 35px 45px; 
    margin: 35px 45px 25px 0px; 
    max-width: 450px !important;
}

#calroot {
    width: 203px !important;
}


/* ==========================================================================
   Buttons                                              
   ========================================================================== */

/* All Global Buttons (Excluding CTAs)
   ========================================================================== */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background-color: #e52505;
  border: 0px solid #aaa;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  min-width: 4em;
  padding: 3px 12px 3px 12px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-decoration:none;
  cursor:pointer;
  display:inline-block !important;
  margin:10px 0 !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

/* Form Module Button
   ========================================================================== */
.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}

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

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

/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer-container-wrapper {}
.footer-container {}

.footer-links h5 {
    margin: 25px 0 10px;
}
.footer-links h5 a {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-decoration:none;
    line-height: 1em !important;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-links h6 a {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-decoration:none;
    line-height: 1em !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-links h5 a:hover, .footer-links h6 a:hover {
    color: #f82f0c;
}


/* ==========================================================================
   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.                     
 */

@media (min-width: 768px){
  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }
}

@media (max-width: 767px){
  /* Variables
     ========================================================================== */
     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #ffffff;
    }

  /* Toggle Button
     ========================================================================== */
  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px;
      background: #4d4d4d; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: ''; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 0px;
      content: ''; /* Change the text on the open toggle button */
      background-color: #4d4d4d;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }

  /* Toggle Button Icon & Animations
     ========================================================================== */
  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 0px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */
  a.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 solid rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }

  /* Child Toggle Button Icon & Animations
     ========================================================================== */
  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

  /* Menu Styles on Mobile Devices
     ========================================================================== */  
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.25);
      box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.25); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 0px; /* Padding to add room for close button */
      background-color: #4d4d4d; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 20px; /* Font size of top level list items */
      color: #fff;
      text-align: center;
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 0px solid rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
      background: #7f7f7f;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

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




/* ==========================================================================
   Media Queries                                                 
   ========================================================================== */

/* Large Desktop
   ========================================================================== */

@media (min-width: 1145px) {

}

@media (max-width: 1144px) {
    .services-form-wrapper div.form-triangle {
        border: 0;
    }
    .services-form-wrapper h4 {
        padding: 10px 15px;
    }
    .lp-form-wrapper {
        margin: 0 !important;
    }
    .lp-form-wrapper div.form-triangle {
        border: 0;
    }
    .lp-form-wrapper h4 {
        padding: 10px 15px;
    }
}

/* Portrait tablet to landscape and desktop
   ========================================================================== */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet
   ========================================================================== */
@media (max-width: 1080px) {
    li.filter-project-box {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .footer-container, .widget-type-cta {
        text-align: center !important;
    }
    
    .widget-type-logo {
        text-align: center;
        margin-bottom: -15px;
    }
    .widget-type-logo img {
        max-width: 80%;
    }
    
    .hp-banner-screen {
        background-image: url(//cdn2.hubspot.net/hubfs/213882/images/EmptyBrowserWindow-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .hp-mobile-banner, .hp-mobile-banner img {
        display: block;
    }
    .hp-mobile-banner img {
        margin: 35px 0 -35px;
    }
    .hp-desktop-banner, .hp-desktop-banner img, .hidden-mobile {
        display: none !important;
        margin: 0;
    }
    .hp-banner-cta {
        margin: 0 0 15px;
    }
    .hp-diagnostic {
        padding: 5px 20px 25px !important;
        text-align: center;
    }
    .hp-diagnostic ul {
        text-align: left;
        padding-left: 25px;
    }
    
    .about-page .widget-type-linked_image {
        text-align: center;
        margin-bottom: 15px;
    }
    .about-page .page-center {
        padding-bottom: 50px !important;
    }
    .about-section-bkg .page-center {
        padding-bottom: 125px !important;
    }
    .about-section-bkg .widget-type-cta {
        padding-top: 0;
    }
    .about-footer-bkg {
        padding-top: 650px; 
    }
    
    .services-page .span6.left-block, .services-page .span6.right-block {
        margin: 0;
        width: 100%;
    } 
    .services-page .left-block, .services-page .right-block2 {
        padding: 35px !important;
    }
    .services-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field, .lp-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field  {
        width: 100%;
    }
    .header-image-banner-lp {
        display:none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .lp-side-text {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .consult-font {
        padding-right: 0;
    }
    
    .temp-follow-up-lp h2 {
        font-size: 34px;
        line-height: 1.25em;
    }
}

/* Landscape phones and down
   ========================================================================== */

@media (max-width: 480px) {

}

/* iPhone
   ========================================================================== */

@media (max-width: 320px) {
    .mobile-page-header h1 {
        font-size: 54px;
    }
}

@media (max-width: 240px){

}

