/* @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.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;}




/*****************************************/
/* Macro and variable declarations       */
/*****************************************/














/**
  * Jinja macros for CSS3 properties that need browser prefixes.
  * Apply the style as shown below.  Ignore the jinja comment tags.
  * 
  */

/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/



/*****************************************/
/* Font declarations                     */
/*****************************************/

/* TeXGyreRegular    */ 
@font-face{font-family:TeXGyreRegular;
    src:url(//cdn2.hubspot.net/hub/443935/file-1857810177-eot/Website_Template_Files/Fonts/texgyreadventor-regular-webfont.eot);
    src:url(//cdn2.hubspot.net/hub/443935/file-1857810177-eot/Website_Template_Files/Fonts/texgyreadventor-regular-webfont.eot?#iefix) format('embedded-opentype'),
        url(//cdn2.hubspot.net/hub/443935/file-1857810187-woff/Website_Template_Files/Fonts/texgyreadventor-regular-webfont.woff) format('woff'),
        url(//cdn2.hubspot.net/hub/443935/file-1854960683-ttf/Website_Template_Files/Fonts/texgyreadventor-regular-webfont.ttf) format('truetype'),
        url(//cdn2.hubspot.net/hub/443935/file-1857810182-svg/Website_Template_Files/Fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular) format('svg');
    font-weight:400;
    font-style:normal;
}

/* TeXGyreBold       */ 
@font-face{font-family:TeXGyreBold;
    src:url(//cdn2.hubspot.net/hub/443935/file-1857991766-eot/Website_Template_Files/Fonts/texgyreadventor-bold-webfont.eot);
    src:url(//cdn2.hubspot.net/hub/443935/file-1857991766-eot/Website_Template_Files/Fonts/texgyreadventor-bold-webfont.eot?#iefix) format('embedded-opentype'),
        url(//cdn2.hubspot.net/hub/443935/file-1857991771-woff/Website_Template_Files/Fonts/texgyreadventor-bold-webfont.woff) format('woff'),
        url(//cdn2.hubspot.net/hub/443935/file-1857981756-ttf/Website_Template_Files/Fonts/texgyreadventor-bold-webfont.ttf) format('truetype'),
        url(//cdn2.hubspot.net/hub/443935/file-1854960673-svg/Website_Template_Files/Fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold) format('svg');
    font-weight:400;
    font-style:normal;
}

/* TeXGyreItalic     */ 
@font-face{font-family:TeXGyreItalic;
    src:url(//cdn2.hubspot.net/hub/443935/file-1857991776-eot/Website_Template_Files/Fonts/texgyreadventor-italic-webfont.eot);
    src:url(//cdn2.hubspot.net/hub/443935/file-1857991776-eot/Website_Template_Files/Fonts/texgyreadventor-italic-webfont.eot?#iefix) format('embedded-opentype'),
        url(//cdn2.hubspot.net/hub/443935/file-1857991791-woff/Website_Template_Files/Fonts/texgyreadventor-italic-webfont.woff) format('woff'),
        url(//cdn2.hubspot.net/hub/443935/file-1857991786-ttf/Website_Template_Files/Fonts/texgyreadventor-italic-webfont.ttf) format('truetype'),
        url(//cdn2.hubspot.net/hub/443935/file-1854960678-svg/Website_Template_Files/Fonts/texgyreadventor-italic-webfont.svg#texgyreadventoritalic) format('svg');
    font-weight:400;
    font-style:normal;
}

/* TeXGyreBold       */ 
@font-face{font-family:TeXGyreBoldItalic;
    src:url(//cdn2.hubspot.net/hub/443935/file-1857981741-eot/Website_Template_Files/Fonts/texgyreadventor-bolditalic-webfont.eot);
    src:url(//cdn2.hubspot.net/hub/443935/file-1857981741-eot/Website_Template_Files/Fonts/texgyreadventor-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
        url(//cdn2.hubspot.net/hub/443935/file-1857981746-woff/Website_Template_Files/Fonts/texgyreadventor-bolditalic-webfont.woff) format('woff'),
        url(//cdn2.hubspot.net/hub/443935/file-1857991761-ttf/Website_Template_Files/Fonts/texgyreadventor-bolditalic-webfont.ttf) format('truetype'),
        url(//cdn2.hubspot.net/hub/443935/file-1857981751-svg/Website_Template_Files/Fonts/texgyreadventor-bolditalic-webfont.svg#TeXGyreBoldItalic) format('svg');
    font-weight:400;
    font-style:normal;
}

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


/*****************************************/
/* Style declarations                    */
/*****************************************/

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

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

body {
  color: #ffffff;
  background-color:#1d3e92;
  font-family: 'Franklin Gothic','ITC Franklin Gothic',Arial,sans-serif;
  font-size: 16px;
  line-height: 22px;
}

img {
    max-width:100%;
    height:auto;
    border:0;
}

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

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1024px;
  margin: 0 auto;
}

/* Links */
a { 
    color: #00ccff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
a:hover, a:focus { 
    color: #ffffff;
}
    
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399FF;
  text-shadow: none;
}


/* Header Styles */
h1, h2, h3, h4, h5 {font-family: TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;}
h1 {font-size:42px;line-height:42px;margin:0 0 24px 0; text-transform:uppercase;}
h2 {font-size:28px;line-height:28px;margin:0 0 24px 0;}
h3 {font-size:18px;line-height:20px;margin:0 0 24px 0;}

.container > .row-fluid-wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 960px;
    float:none;
}

/* Button Styles */
/*.gsc-search-button, / * Google Custom Search */
.hs-button, .button {
  background-color: #00aeef;
  border: medium none;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font: 12px/14px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  margin: 10px auto;
  padding: 14px;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.hs-button:focus, 
.hs-button:active, 
.hs-button:hover, 
.button:focus, 
.button:active, 
.button:hover {
  background-color: #ffffff;
  color: #00ccff !important;
  text-shadow: none;
}
.button-large {
  font-size: 15px;
}

/* Modal */
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #036;
    font-family: "Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0;
}
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}


/*****************************************/
/* Header Styles                         */
/*****************************************/
/* **** Top Nav Bar **** */
.header-container-wrapper {
  position:fixed !important;
  width: 100%;
  box-sizing:content-box;
  z-index:100;
}
@media all and (max-width: 767px) { 
    .header-container-wrapper {
      position:absolute !important;
    }
}
.hs-landing-page .header-container-wrapper {
  position: relative !important;
}
.hs-landing-page .widget-type-logo {
    padding: 10px;
}
.hs-landing-page #custom-header {
    padding-top: 0;
}
.hs-landing-page #custom-header .widget-span {
}
.header-container {
  display: block;
  width: 100%;
  min-height: 62px;
  background-color:#fff;
}
.top-gradient {
  padding-top: 17px;
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

/* **** Top Menu **** */
.header-container .hs-menu-wrapper a {
    color:#1d52a3;
    text-transform:uppercase;
    padding: 0 10px 19px 10px;
    font: 11px/44px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}
.header-container .hs-menu-wrapper a:hover {
    color:#33ccff;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
   /* text-overflow:initial;*/
    max-width:100%;
}




/*****************************************/
/* Body Styles                           */
/*****************************************/
.body-container-wrapper {
  /*padding-top:84px;*/
}



/* **** Header Image **** */
#custom-header {
  background-color: #000000;
  padding-top: 32px;
}
/*#custom-header .hs-blog-header,*/
#custom-header .widget-type-header {
  display: table-cell;
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
/*#custom-header .hs-blog-header .layout-widget-wrapper,*/
#custom-header .widget-type-header .layout-widget-wrapper {
  display: table-cell;
  height: 300px;
  position: absolute;
  text-align: center;
  width: 100%;
}
/*#custom-header .hs-blog-header .hs_cos_wrapper_type_header,*/
#custom-header .widget-type-header .hs_cos_wrapper_type_header {
  display:block;
  left: 0;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#custom-header .hs-blog-header .hs_cos_wrapper_type_header h1,
#custom-header .widget-type-header .hs_cos_wrapper_type_header h1 {
  margin:0;
  padding: 0 15px;
  text-shadow:1px 1px 10px #000000;
}
#custom-header .header-image {
  margin-top: -28px;
  background-image:url('//cdn2.hubspot.net/hub/443935/file-2083862381-jpg/Website_Template_Files/Nov_2014/Header_images/Bernicks-HEADER-default_1600x300.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
  display: block;
  height: auto;
  min-height: 298px;
  position: relative;
  width: 100%;
  visibility:visible;
}
#custom-header .header-image:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#custom-header .header-image.no-gradient:after {
    background:none;
}



/* **** Upper Content **** */
#upper-content {
  border-bottom: 5px solid #1e4199;
  border-top: 5px solid #1e4199;
  padding: 32px 15px;
  text-align: center;
  background-color:#fff;
  color: #003366;
  font-family: 'Franklin Gothic','ITC Franklin Gothic',Arial,sans-serif;
  font-size: 16px;
  line-height: 22px;
}
#upper-content .container > .row-fluid-wrapper {
  max-width: 740px;
}


/* **** Main Content **** */
#main-content {
  background: linear-gradient(to bottom, #0a1634 0%, #1e4198 25%, #1e4198 75%, #102250 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-top: 5px solid #ffffff;
  color: #ffffff;
  min-height: 100px;
  padding: 22px 15px;
}
#main-content .widget-type-header h2 {
    text-align:center;
    margin:40px 0;
}


/* **** Lower Content **** */
#lower-content {
  background-color: #0a1530;
  padding: 75px 0;
}
#lower-content .widget-type-cta {
    text-align:center;
}
#lower-content .widget-type-cta img {
    max-width:100%;
    height:auto;
}


/*****************************************/
/* Footer Styles                         */
/*****************************************/

/* **** Footer Menu **** */
.footer-menu {
    font:14px/22px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
    padding:75px 0;
}
.footer-container .hs-menu-item a {
    color:#ffffff;
    font:14px/18px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}
.footer-container .hs-menu-item a:hover {
    color:#33ccff;
}
.footer-container li.hs-menu-item:first-child a {
    text-transform:uppercase;
    font:15px/18px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}
.footer-menu .footer-menu-spacer {
  display: block;
  height: 38px;
}

/* Social Links */
ul.social {
  list-style: none;
  margin-left: 0;
  margin-top: 60px;
  padding-left: 0;
}
ul.social li {padding:0; width:40px; text-align:center; float:left;}
ul.social li a {display:block; width:38px; height:34px; padding:0 !important; 
    /*transition:background-position 0.2s ease-in 0s !important;*/
    -webkit-transition: background-position 0.2s ease-in 0s !important;
    -moz-transition: background-position 0.2s ease-in 0s !important;
    -o-transition: background-position 0.2s ease-in 0s !important;
    -ms-transition: background-position 0.2s ease-in 0s !important;
    transition: background-position 0.2s ease-in 0s !important;
    background: url('//cdn2.hubspot.net/hub/443935/file-2094221628-png/Website_Template_Files/Nov_2014/social-sprite.png') left top no-repeat scroll transparent;
    text-indent:-999em;
    }

ul.social li.facebook a       {background-position:   0px    0px;}
ul.social li.facebook a:hover {background-position:   0px  -35px;}

ul.social li.twitter a        {background-position: -38px    0px;}
ul.social li.twitter a:hover  {background-position: -38px  -35px;}

ul.social li.youtube a        {background-position: -76px    0px;}
ul.social li.youtube a:hover  {background-position: -76px  -35px;}

ul.social li.linkedin a       {background-position:-114px    0px;}
ul.social li.linkedin a:hover {background-position:-114px  -35px;}

ul.social li.pintrest a       {background-position:-152px    0px;}
ul.social li.pintrest a:hover {background-position:-152px  -35px;}

.push-menu ul.social li a {display:block; width:38px; height:34px; padding:0 !important; 
    text-indent:0;
    color: #fff;
    font-size: 24px;
    background-color: #3cf;
    border-radius: 50%;
    line-height: 35px;
    background-image:none;
    -webkit-transition: all 0.2s ease-in 0s !important;
    -moz-transition: all 0.2s ease-in 0s !important;
    -o-transition: all 0.2s ease-in 0s !important;
    -ms-transition: all 0.2s ease-in 0s !important;
    transition: all 0.2s ease-in 0s !important;
}
.push-menu ul.social li a:hover {color:#3cf; background-color:#fff;}
.push-menu ul.nav.social {
    width: 100%;
    height: 40px;
    margin: 0;
    display: block;
}

.push-menu {height: 100%;}
.push-menu .inner-wrapper {
    width: 120%;
    height: 100%;
    overflow: auto;
    padding:0 20% 50px 0;
}

.footer-copy .container > .row-fluid-wrapper {
  font: 13px/21px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  padding: 23px;
  text-align: center;
  border-top:1px solid #ffffff;
}
.footer-copy .container p {
    margin: 0;
}
.footer-copy .container a {color: #ffffff;}
.footer-copy .container a:hover {color: #33ccff; }

@media all and (max-width: 767px) { 
    .footer-menu {text-align:center;}
	.footer-menu ul.social {height:34px; margin:30px auto 0; width:200px;}
    .footer-menu .footer-menu-spacer {height:0;}
    .footer-menu .row-fluid [class*="span"] {min-height:0;}
}

ul.social-new {
    margin: 30px 15px 0 15px;
	padding: 0;
	list-style: none;
}
ul.social-new li {
	display: inline-block;
	margin: 0 3px;
}
ul.social-new li a {
	display: block;
	width: 60px;
	height: 60px;
	background: #00ccff;
	border-radius: 50%;
	color: #fff;
	font-size: 32px;
	line-height: 60px;
	text-align: center;
}
ul.social-new li a:hover {
	background: #fff;
	color: #00ccff;
}
@media all and (max-width: 959px) { 
	ul.social-new li a {
		width: 36px;
		height: 36px;
		font-size: 20px;
		line-height: 36px;
	}
}



/*****************************************/
/* Blog Styles                           */
/*****************************************/
#main-content.custom-blog-wrapper {
    background:#fff;
    padding-top:0;
}
h2.blog-header {
  color: #021542;
  font: 28px/28px TeXGyreItalic, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  margin: 0 0 24px 0;
  text-align: center;
  border-bottom: 5px solid #021542;
  padding:20px 8px;
}
.widget-type-blog_content {
  padding: 0 8px;
}
.blog-post-wrapper p a {color: #33ccff; -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s; }
.blog-post-wrapper p a:hover {color: #1d52a3; text-decoration:underline; }

/* **** Post Listings **** */

.custom-blog-wrapper h1, 
.custom-blog-wrapper h2, 
.custom-blog-wrapper h3, 
.custom-blog-wrapper h4, 
.custom-blog-wrapper h5 {color: #003366; }

.custom-blog-wrapper a,
.custom-blog-wrapper h1 a, 
.custom-blog-wrapper h2 a, 
.custom-blog-wrapper h3 a, 
.custom-blog-wrapper h4 a, 
.custom-blog-wrapper h5 a {color: #003366; }

.custom-blog-wrapper a:hover, 
.custom-blog-wrapper h1 a:hover, 
.custom-blog-wrapper h2 a:hover, 
.custom-blog-wrapper h3 a:hover, 
.custom-blog-wrapper h4 a:hover, 
.custom-blog-wrapper h5 a:hover {color: #33ccff; }

.blog-section .post-item {
    padding:32px 0 39px 0;
    border-top:1px solid #003366;
}
.blog-section .post-item:first-child {
    border-top:none;
}
.blog-section .post-title h2 {
    font:24px/32px TeXGyreBoldItalic,'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}
.blog-section .post-title h2 {
    margin-bottom:24px;
}
.blog-section h2 a {
    color:#33ccff;
}
.blog-section h2 a:active,
.blog-section h2 a:focus,
.blog-section h2 a:hover {
    color:#003366;
}
.blog-section a:active,
.blog-section a:focus,
.blog-section a:hover {
    color:#1d52a3;
}
.blog-post-wrapper #hubspot-topic_data,
#main-content .blog-section .post-body,
#main-content .blog-section .post-body ul,
#main-content .blog-section .post-body p {
    font:16px/22px 'Franklin Gothic','ITC Franklin Gothic',Arial,sans-serif;
    color:#003366;
    margin:0 0 24px 0;
}
#main-content .blog-section .hs-author-profile {
    margin: 10px 0 14px 0;
    color:#999;
    line-height:60px;
}
.blog-section .hs-author-profile .hs-author-avatar {
    float: left;
    display: block;
    height: 60px;
    width: 60px;
    margin: 0 10px 0 0;
}
.blog-section .hs-author-profile img {
    border:2px solid #33ccff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;;
}

/* **** Blog Categories **** */
.custom-blog-categories {
  border-bottom: 5px solid #1e4199;
  border-top: 5px solid #1e4199;
  min-height:72px;
}
.custom-blog-categories ul {
  margin: 0;
  padding: 0;
}
.custom-blog-categories li {
  display: block;
  float: left;
  list-style: outside none none;
  -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.custom-blog-categories li:hover {
  background-color: #00ccff;
}
.custom-blog-categories li a {
  display: block;
  font: 14px/16px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  color: #ffffff !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid black;
  margin: 0;
  padding: 23px 21px;
}
.custom-blog-categories li:first-child a {
  border-left: 1px solid black;
}
.custom-blog-categories a.button {
  float:left;
  letter-spacing: 3px;
}

.blog-pagination {
  display: block;
  text-align: center;
  width: 100%;
}
.blog-pagination a.previous-posts-link {float:left;}
.blog-pagination a.next-posts-link {float:right;}

/* Post Filter Push Menu */
body.blog {overflow-x:hidden;}
.row-fluid .push-menu {
  display: block;
  min-height: 100%;
  position: fixed;
  right: -280px;
  top: 0;
  width: 280px;
  z-index: 100;
  padding:20px 12px;
  background-color: #003366;
  -webkit-transition: right 0.2s ease-in 0s;
    -moz-transition: right 0.2s ease-in 0s;
    -o-transition: right 0.2s ease-in 0s;
    -ms-transition: right 0.2s ease-in 0s;
    transition: right 0.2s ease-in 0s;
}
.row-fluid .push-menu h2 {
  display: block;
  position: absolute;
  cursor:pointer;
  text-indent:-999em;
  border:2px solid #00aeef;
  /*
  top: 50%;
  left: -30px !important;
  height: 172px;
  width: 30px;
  background:url('//cdn2.hubspot.net/hub/443935/file-2178401581-jpg/Website_Template_Files/Nov_2014/btn-blog-search-categories.jpg') center center no-repeat #33ccff;
  */
  bottom: 25%;
  left: -60px !important;
  height: 390px;
  width: 60px;
  background:url('//cdn2.hubspot.net/hubfs/443935/Website_Template_Files/Nov_2014/btn-sidebar-large.jpg') center center no-repeat #33ccff;
}
@media all and (max-width: 1023px) { .row-fluid .push-menu{display:none;} }
/*
.row-fluid .push-menu h2:hover {
    background-position:left center;
}
body.pm-push .row-fluid .push-menu h2:hover {
    background-position:right center;
}*/
body.pm-hover .row-fluid .push-menu {
  right: -272px !important;
}
body.pm-push .row-fluid .push-menu {
  right: 0px !important;
}
.header-container-wrapper {
  -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.body-container-wrapper,
.footer-container-wrapper {
  position: relative;
}
.footer-container-wrapper {
    background: #0a3184;
}
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {
  left: 0;
  position: relative;
  -webkit-transition: left 0.2s ease-in 0s;
    -moz-transition: left 0.2s ease-in 0s;
    -o-transition: left 0.2s ease-in 0s;
    -ms-transition: left 0.2s ease-in 0s;
    transition: left 0.2s ease-in 0s;
}
body.pm-hover .header-container-wrapper,
body.pm-hover .body-container-wrapper,
body.pm-hover .footer-container-wrapper {
  left: -8px;
  position: relative;
}
body.pm-push .header-container-wrapper,
body.pm-push .body-container-wrapper,
body.pm-push .footer-container-wrapper {
  left: -280px;
  position: relative;
}

body .push-menu .hs-button.primary {
    padding:0;
    width:100%;
}

.header-container-wrapper .row-fluid [class*="span"] {min-height:0;}

/* Google Custom Search  */
.gsc-control-cse *, .gsc-search-cse *:before, .gsc-search-cse *:after,
.gsc-search-box *, .gsc-search-box *:before, .gsc-search-box *:after {
    box-sizing:content-box;
    font-size:10px;
}
body .gsc-search-box input[type="text"], 
body .gsc-search-box input[type="text"]:focus, 
body .gsc-search-box input[type="search"],
body .gsc-search-box input[type="search"]:focus {
    box-shadow:none;
    font-size:14px;
}
body .gsc-search-box-tools .gsc-search-box .gsc-input {vertical-align:top;}
body .gsc-input-box {margin-top:2px;}

/* Use a different font family for search results */
.gs-title, .gs-snippet {
  font: 14px/16px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  color:#003366;
}
/* Add a border between individual search results */
.gs-webResult {/*
	border: 1px solid #eee;
	padding: 1em;*/
}
/* Do no display the count of search results */
.gsc-result-info {
	display: none;
}
/* Hide the Google branding in search results */
.gcsc-branding {
	display: none;
}
/* Hide the thumbnail images in search results */
.gsc-thumbnail {
	display: none;
}
/* Hide the snippets in Google search results */
.gs-snippet {
	/*display: none;*/
}
/* Clear Search 'x' */
.gsc-search-box .gscb_a {
  font: 20px/18px arial,sans-serif;
}
/* Change the font size of the title of search results */
.gs-title a {
  font: 14px/16px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  color:#33ccff;
}
.gs-title a:hover {
  color:#003366;
}
/* Change the font size of snippets inside search results */
.gs-snippet {
  font: 14px/16px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  color:#003366;
}
.gsc-control-cse .gs-no-results-result .gs-snippet {
    background-color:#33ccff;
    border-color:#003366;
}
/* Google Custom Search highlights matching words in bold, toggle that */
.gs-title b, .gs-snippet b {
	font-weight: normal;
}
/* Do no display the URL of web pages in search results */
.gsc-url-top, .gsc-url-bottom {
	display: none;
}
/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
	font-size: 1.5em;
	padding: 4px 8px;
	/*border: 2px solid #ccc;*/
}



/* April 2015 Updates */
.blog-topic-nav {text-align:center; padding:12px 0; border-top:4px solid #fff;}
.blog-topic-nav ul {display:block; width:100%; list-style:none; margin:0 auto; padding:0;}
.blog-topic-nav ul:first-child {border-bottom:1px solid #fff;}
.blog-topic-nav ul li {display:inline-block; border-left:1px solid #fff; margin:0; padding:0;}
.blog-topic-nav ul li:first-child {border-left:0;}
.blog-topic-nav ul li a {display:block; padding:8px 12px; margin:0; text-transform:lowercase; color:#fff; font:14px/16px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;}
.blog-topic-nav ul li:hover,
.blog-topic-nav ul li a:hover {background-color:#00077a;}

.blog-topic-nav select {display:none; margin:12px auto; width:auto; max-width:90%; min-width:300px;}
@media all and (max-width: 1023px) { .blog-topic-nav ul{display:none;} .blog-topic-nav select{display:block;} }
.blog-listing-cta-wrapper {text-align:center;}
#custom-header.hs-blog-header-wrapper .header-image {background-image:url('//cdn2.hubspot.net/hubfs/443935/Website_Template_Files/Nov_2014/Header_images/blog-header-image-new.jpg');}
#custom-header .hs-blog-header {
  width:100%;
  height: 300px;
  position: absolute;
  z-index: 2;
}
#custom-header .hs-blog-header .inner-wrapper {
  position: absolute;
  top: 100px;
}
@media all and (max-width: 767px) {
    #custom-header .hs-blog-header .inner-wrapper {
      position: relative;
      top: 0;
      padding-top:80px;
    }
}
@media all and (max-width: 480px) {
    #custom-header .hs-blog-header .inner-wrapper {
      padding-top:50px;
    }
}
#custom-header .widget-type-header,
#custom-header .hs-blog-header .widget-type-header .layout-widget-wrapper {
  display: block;
  height: auto;
  position: relative;
  text-align: center;
  width: 100%;
}
#custom-header .hs-blog-header .widget-type-header .hs_cos_wrapper_type_header {
  display: block;
  left: 0;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: auto;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}



/* ******************************* */
/* ******* <<< TOP NAV >>> ******* */
/* ******************************* */
.top-nav ul.nav, .top-nav ul.nav ul {margin:0; padding:0; list-style:none;}
.top-nav {position:relative;}
.top-nav ul.nav {list-style:none; margin:0;text-align: center;}

.top-nav ul.nav li {display:inline-block; margin:0; padding:0; border-top:10px solid rgba(255,255,255,0);}
/*.top-nav ul.nav li.nav-level-1.nav-path-selected,*/
.top-nav ul.nav li.nav-level-1:hover {border-top:10px solid #00adee;}

.top-nav ul.nav li a, .top-nav ul.nav li a:visited,
.top-nav ul.nav li a:active {
    display: block;
    padding: 0 7px 10px;
    color: #0cf;
    text-transform: uppercase;
    font:14px/42px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}

.top-nav ul.nav li.nav-selected a,
.top-nav ul.nav li.nav-path-selected a,
.top-nav ul.nav li:hover a {color:#00adee;}

/*---SubNav---*/
.top-nav ul.nav ul {display:block; width:100%;}
.top-nav ul.nav ul li {display:list-item; float:none; white-space:nowrap; width:45%; margin:0;
	background-color:#1d52a3; border:1px solid #00adee;
    -webkit-transition: all 0.2s ease-in 0s;
	   -moz-transition: all 0.2s ease-in 0s;
	     -o-transition: all 0.2s ease-in 0s;
	    -ms-transition: all 0.2s ease-in 0s;
		     transition:all 0.2s ease-in 0s;}
.top-nav ul.nav ul li {border-left:none;}
.top-nav ul.nav ul li.nav-selected, 
.top-nav ul.nav ul li.nav-path-selected, 
.top-nav ul.nav ul li:hover {background-color:#ffffff; border-right:1px solid #ffffff;}
.top-nav ul.nav ul li a, .top-nav ul.nav ul li a:active, .top-nav ul.nav ul li a:visited {padding:38px; font: 13px/18px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif; color:#ffffff !important;
	overflow:hidden; text-overflow:ellipsis;
    -webkit-transition: all 0.2s ease-in 0s;
	   -moz-transition: all 0.2s ease-in 0s;
	     -o-transition: all 0.2s ease-in 0s;
	    -ms-transition: all 0.2s ease-in 0s;
		     transition:all 0.2s ease-in 0s;}
.top-nav ul.nav ul li a.nav-selected, .top-nav ul.nav ul li a.nav-path-selected, .top-nav ul.nav ul li:hover a {color:#00adee !important; font-size:17px; line-height:19px;}

/* Mega Menu */
.top-nav ul.nav .mmenu {display:block; position:absolute; top:63px; left:0; background-color:#ffffff; width:100%; /*min-height:305px;*/ /*height:305px;*/
    border-top:9px solid #00adee; border-right:12px solid #00adee; border-bottom:9px solid #00adee; border-left:12px solid #00adee; visibility:hidden; opacity:0;
	-webkit-transition: all 0.2s ease-in 0s;
	   -moz-transition: all 0.2s ease-in 0s;
	     -o-transition: all 0.2s ease-in 0s;
	    -ms-transition: all 0.2s ease-in 0s;
	        transition: all 0.2s ease-in 0s;}
.top-nav ul.nav li:hover .mmenu {visibility:visible; opacity:1; top:62px;}
.top-nav ul.nav li .mmenu-content {position:absolute; top:0; right:0; width:55%; padding:10px; color:#00adee; background-color:#ffffff;
	font:15px/23px "Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif; z-index:1;}
.top-nav ul.nav li .mmenu-content img {width:100%; height:auto; max-width:100%;}
.top-nav ul.nav li .mmenu-text {display:block; padding:19px 11px 0 11px; height:89px; overflow:hidden; white-space:pre-wrap;}
.top-nav ul.nav li.nav-level-2 .mmenu-more a,
.top-nav ul.nav li .mmenu-more a {display:block; width:100%; height:32px; background-color:#1d52a3; text-align:center; color:#ffffff !important;
	font: 15px/32px TeXGyreBold,"Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif; padding:0; margin:19px 0 0 0;}
.top-nav ul.nav li .mmenu-more a:hover {background-color:#00adee;}

.top-nav ul.nav li.nav-level-2 .mmenu-content {display:none; position:absolute; top:0; right:0;}
.top-nav ul.nav li.nav-level-2.nav-selected .mmenu-content,
.top-nav ul.nav li.nav-level-2.nav-path-selected .mmenu-content,
.top-nav ul.nav li.nav-level-2:hover .mmenu-content {display:block; z-index:2;}
.top-nav ul.nav li.nav-level-2:hover .mmenu-content {z-index:3;}

.top-nav ul.nav li.nav-item-130 ul li a {padding:14px 38px;} /* Equipment, Service & Supplies */
.top-nav ul.nav li.nav-item-131 ul li a {padding:11px 38px;} /* Community */
.top-nav ul.nav li.nav-item-136 ul li a {padding:14px 38px;} /* About */

.top-nav .menu {display:none;}

@media all and (min-width: 960px) {
	/* Icon Menu */
	.top-nav ul.nav li.icons:hover .mmenu-content,
	.top-nav ul.nav li.icons .mmenu-content {display:none;}
	.top-nav ul.nav li.icons .mmenu {width:572px; background-color:#00adee;}
	.top-nav ul.nav li.icons ul li {display:block; width:135px; height:135px; float:left; border:none; margin:1px;}
	.top-nav ul.nav li.icons ul li a {display:block; width:135px; height:135px; text-indent:-999em; text-align:left; padding:0;
		background:url("//cdn2.hubspot.net/hub/443935/file-2075530338-png/Website_Template_Files/Nov_2014/main-sprite.png") -12px -12px no-repeat scroll #1e4199; transition:none;}
	.top-nav ul.nav li.icons ul li a:hover {background-color:#ffffff;}
    .top-nav ul.nav ul li a.nav-selected, .top-nav ul.nav ul li a.nav-path-selected, .top-nav ul.nav ul li:hover a {font-size:13px; line-height:22px;}
	
	/* Soft Drinks */
	.top-nav ul.nav li.icons ul li a.nav-item-183       {background-position:    0px    0px;}
	.top-nav ul.nav li.icons ul li a.nav-item-183:hover {background-position:    0px -432px;}
	
	/* Domestic Beer */
	.top-nav ul.nav li.icons ul li a.nav-item-184       {background-position: -137px    0px;}
	.top-nav ul.nav li.icons ul li a.nav-item-184:hover {background-position: -137px -432px;}
	
	/* Craft Beer */
	.top-nav ul.nav li.icons ul li a.nav-item-185       {background-position: -273px    0px;}
	.top-nav ul.nav li.icons ul li a.nav-item-185:hover {background-position: -273px -432px;}
	
	/* Imported Beer */
	.top-nav ul.nav li.icons ul li a.nav-item-186       {background-position: -410px    0px;}
	.top-nav ul.nav li.icons ul li a.nav-item-186:hover {background-position: -410px -432px;}
	
	
	/* Ciders & Malt Beverages */
	.top-nav ul.nav li.icons ul li a.nav-item-187       {background-position:    0px -137px;}
	.top-nav ul.nav li.icons ul li a.nav-item-187:hover {background-position:    0px -569px;}
	
	/* Coffee */
	.top-nav ul.nav li.icons ul li a.nav-item-188       {background-position: -137px -137px;}
	.top-nav ul.nav li.icons ul li a.nav-item-188:hover {background-position: -137px -569px;}
	
	/* Water */
	.top-nav ul.nav li.icons ul li a.nav-item-189       {background-position: -273px -137px;}
	.top-nav ul.nav li.icons ul li a.nav-item-189:hover {background-position: -273px -569px;}
	
	/* Energy Drinks */
	.top-nav ul.nav li.icons ul li a.nav-item-190       {background-position: -410px -137px;}
	.top-nav ul.nav li.icons ul li a.nav-item-190:hover {background-position: -410px -569px;}
	
	
	/* Sports Drinks */
	.top-nav ul.nav li.icons ul li a.nav-item-191       {background-position:    0px -273px;}
	.top-nav ul.nav li.icons ul li a.nav-item-191:hover {background-position:    0px -705px;}
	
	/* Coffee */
	.top-nav ul.nav li.icons ul li a.nav-item-192       {background-position: -137px -273px;}
	.top-nav ul.nav li.icons ul li a.nav-item-192:hover {background-position: -137px -705px;}
	
	/* Water */
	.top-nav ul.nav li.icons ul li a.nav-item-193       {background-position: -273px -273px;}
	.top-nav ul.nav li.icons ul li a.nav-item-193:hover {background-position: -273px -705px;}
	
	/* Energy Drinks */
	.top-nav ul.nav li.icons ul li a.nav-item-194       {background-position: -410px -273px;}
	.top-nav ul.nav li.icons ul li a.nav-item-194:hover {background-position: -410px -705px;}
}

/* <<< Media Queries >>> */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media all and (max-width: 959px) {
    #main-nav .logo {z-index:1;}
	/* Top Nav */
	.top-nav {position:absolute; right:0; top:auto; width:100%;}
	.top-nav .menu {display:block; float:right; width:100%; height:75px; text-align:right;}
	.top-nav ul.nav {display:block; position:absolute; top:63px; width:96%; left:2%; background:#1e4198; opacity:0; visibility:hidden;
		border:1px solid #1e4198; height:0; overflow:hidden;
    	-webkit-box-shadow: 0 0 4px #888;
		   -moz-box-shadow: 0 0 4px #888;
		     -o-box-shadow: 0 0 4px #888;
		    -ms-box-shadow: 0 0 4px #888;
		        box-shadow: 0 0 4px #888;
		-webkit-transition: all 0.2s ease-in 0s;
		   -moz-transition: all 0.2s ease-in 0s;
		     -o-transition: all 0.2s ease-in 0s;
		    -ms-transition: all 0.2s ease-in 0s;
		        transition: all 0.2s ease-in 0s;}
    .top-nav.active ul.nav {opacity:1; visibility:visible; top:62px; height:initial; overflow:auto;}
	.top-nav ul.nav li.nav-level-1.nav-path-selected, 
	.top-nav ul.nav li.nav-level-1:hover,
	.top-nav ul.nav li {margin:0; border-bottom:0;}
	/*.top-nav:hover ul.nav {display:block;}*/
	.top-nav ul.nav li.nav-level-1 {width:100%;}
	.top-nav ul.nav li.nav-level-1.nav-path-selected, 
	.top-nav ul.nav li.nav-level-1:hover {border:none;}
	.top-nav ul.nav li a.nav-level-1 {/*border-top:1px solid #1e4198;*/ background-color:#00ccff;}
	.top-nav ul.nav li a {padding:0 10px; color:#ffffff !important;}
	.top-nav ul.nav li a.nav-level-1:hover {background-color:#ffffff; color:#1e4198 !important;}
	/* Sub Nav Styles */
	.top-nav ul.nav li ul {}
	/*.top-nav ul.nav ul li:last-child,*/
	.top-nav ul.nav ul li {float:left; width:33.33333%; border-top:0; border-right:1px solid #00ccff; border-bottom:1px solid #00ccff; border-left:0; background-color:#1e4198;}
	.top-nav ul.nav ul li:nth-child(3n) {border-right:none;}
	.top-nav ul.nav ul li:last-child:hover,
	.top-nav ul.nav ul li.nav-selected {background-color:#ffffff;}
	
	.top-nav ul.nav ul li a:active,
	.top-nav ul.nav ul li a {padding:12px !important;}
	.top-nav ul.nav ul li a.nav-selected, 
	.top-nav ul.nav ul li a.nav-path-selected, 
	.top-nav ul.nav ul li:hover a {font-size:13px; line-height:22px;}
	
    .top-nav ul.nav li:hover .mmenu,
    .top-nav ul.nav .mmenu {position:relative; top:0; left:0; display:block; opacity:1; visibility:visible; height:auto; min-height:0; border:none;}
	.top-nav ul.nav li.nav-level-2 .mmenu-content,
	.top-nav ul.nav li .mmenu-content {display:none !important;}
	/* More Nav */
	.sub-nav {display:none;}
    
    .header-container .widget-type-logo {
      float: left;
      margin-left: 8px !important;
    }
}

/* All Mobile Sizes (devices and browser) */
@media all and (max-width: 767px) {
	#main-nav .logo, #main-nav .top-nav-wrapper {width:50%;} 
    .header-container .widget-type-linked_image {float:left;}
	.top-nav ul.nav ul li {width:50%;}
	.top-nav ul.nav ul li:nth-child(3n) {border-right:1px solid #00ccff;}
	.top-nav ul.nav ul li:nth-child(even) {border-right:none;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media all and (max-width: 480px) {
	.top-nav ul.nav ul li a, 
	.top-nav ul.nav ul li a:active, 
	.top-nav ul.nav ul li a:visited,
	.top-nav ul.nav ul li a.nav-selected, 
	.top-nav ul.nav ul li a.nav-path-selected, 
	.top-nav ul.nav ul li:hover a {font-size:10px; line-height:12px;}
}

.custom-logo {
    position: relative;
    left: 15px;
    bottom: -10px;
    margin-bottom: -17px;
}
.custom-logo:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: -38px;
    left: -19px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
}
.custom-logo img {
    height: 73px;
    width: auto !important;
}


/* *** Autonav > More Nav *** */
.sub-nav {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0;
}
.sub-nav .menuToggle {float:right; height:62px; width:42px;}
.sub-nav.active .menuToggle,
.sub-nav:hover .menuToggle {background-color:#ffffff;}
.sub-nav .menuToggle a {
    display: block;
    width: 42px;
    height: 62px;
    background: url('//cdn2.hubspot.net/hubfs/443935/Website_Template_Files/Nov_2014/hamburger.svg') 50% no-repeat;
    opacity: .8;
    pointer-events: none;
}
.sub-nav.active .menuToggle a,
.sub-nav:hover .menuToggle a {
	opacity: 1;
}
.sub-nav ul.nav {display:none; position:absolute; top:62px; right:0; width:200px; margin:0;
	background-color:#ffffff; padding:15px; -webkit-box-shadow: 0 4px 4px #888888;
    -moz-box-shadow: 0 4px 4px #888888;
    -o-box-shadow: 0 4px 4px #888888;
    -ms-box-shadow: 0 4px 4px #888888;
    box-shadow: 0 4px 4px #888888;; }
.sub-nav:hover ul.nav {display:block;}
.sub-nav ul.nav li a {color:#1e4199 !important; text-transform:lowercase; padding-top:4px; padding-bottom:4px; display:block;
	font: 11px/13px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;}
.sub-nav ul.nav li a:hover {color:#00adee !important;}
.sub-nav ul.nav li a.nav-level-1 {font-family: TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;}
	.sub-nav ul.nav ul {margin-bottom:0; padding-left: 20px;}
.sub-nav ul.nav ul li a:before {content:'-\00a0'; /*float:left;*/}








.top-nav ul.nav ul li a, .top-nav ul.nav ul li a:active, .top-nav ul.nav ul li a:visited {line-height:22px;}


/*****************************************/
/* Form Styles                           */
/*****************************************/

/* Form Field */
body .hs-form-field { margin-bottom: 15px; }
body .hs-form fieldset {
    max-width: 100%;
}
body .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    body form.hs-form .form-columns-2 .hs-form-field .hs-input, body form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {
    font-family: TeXGyreItalic, "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 12;
    margin-bottom: 8px;
}
body label.hs-form-checkbox-display {
    font-family: TeXGyreRegular, "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
body label.hs-form-checkbox-display input {
  margin-left: 4px;
  margin-right: 8px;
}
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="file"],
body textarea,
body select {
    width: 100%;
    font-family: TeXGyreRegular, "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;;
    font-size: 12;
    color:#1d3e93;
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    -ms-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-color: #28ace2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}
body textarea:focus {}

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

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

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

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


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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

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

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

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

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

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

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




body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    max-width: 100%;
    border-style: solid;
    border-width: 2px;
    font-family: TeXGyreBold, "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing:3px;
    text-transform:uppercase;
    text-shadow:1px 1px 1px #000;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: inherit;
    padding: 10px 68px;
    color: #FFF;
    border-color: #28ace2;
    background: #28ace2;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    -ms-border-radius: none;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 480px) {
    body .hs-button.primary, body input[type="submit"], body input[type="button"] {
        padding: 10px 15px;
    }
}
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    border: 2px solid #FFF;
    color: #28ace2;
    border-color: #28ace2;
    background: #fff;
    text-shadow: none;
}

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



/* **** eNewsletter Form **** */
.newsletter-form {
  background-color: #1f4199;
  border: 1px solid #051c55;
  padding: 14px 18px;
}
.newsletter-form .form-title {
  display: block;
  font: 12px/20px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  margin: 12px auto 26px;
  max-width: 225px;
  text-align: center;
}
.newsletter-form .hs-form fieldset.form-columns-1 .hs-input {
    width:100%;
}
.newsletter-form input[type="submit"] {
  background-color: #051c55;
  background-image: none;
  color: #ffffff;
  cursor: pointer;
  font: 13px/21px TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  letter-spacing: 1.2px;
  margin-top: 6px;
  padding: 6px;
  text-transform: uppercase;
  width: 100%;
  border:none;
}
.newsletter-form input[type="submit"]:focus,
.newsletter-form input[type="submit"]:hover {
  border:none;
  background-color: #33ccff;
  color: #ffffff;
}
.newsletter-form label {
  color: #ffffff;
  display: block;
  font: 12px/14px TeXGyreItalic, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  padding: 6px;
  width: 100%;
}

.hs-error-msgs {
    position: relative;
	margin: 0;
	padding: 0;
}
.hs-error-msgs li {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00aeef;
	padding: 6px;
	margin: 10px;
	border-radius: 2px;
	list-style: none;
}
.hs-error-msgs li:before {
	position: absolute;
	content: '';
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #00aeef;
}
.hs-error-msgs li label {
	padding: 0;
	color: #fff;
    font-size: 12px;
}
ul.hs-error-msgs.inputs-list:before {
    display: block;
    width: 100%;
    content: "";
    height: 40px;
}


/* *** 2 col LP styles *** */
.right-col {
    padding: 0 30px;
}
.right-col .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}
.right-col .hs-form fieldset.form-columns-1 .hs-input[type="checkbox"], .right-col .hs-form fieldset.form-columns-1 .hs-input[type="radio"] {
    width: inherit;
}
.right-col .copyright p {
    margin: 20px 0 0 0;
    font-size: 12px;
}
@media (max-width: 767px) {
    .right-col-bg {
        padding: 60px 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d1633+0,1c3b8b+65,0f204b+100 */
        background: rgb(13,22,51); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(13,22,51,1) 0%, rgba(28,59,139,1) 65%, rgba(15,32,75,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(13,22,51,1)), color-stop(65%,rgba(28,59,139,1)), color-stop(100%,rgba(15,32,75,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(13,22,51,1) 0%,rgba(28,59,139,1) 65%,rgba(15,32,75,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(13,22,51,1) 0%,rgba(28,59,139,1) 65%,rgba(15,32,75,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(13,22,51,1) 0%,rgba(28,59,139,1) 65%,rgba(15,32,75,1) 100%); /* IE10+ */
        background: linear-gradient(to right,  rgba(13,22,51,1) 0%,rgba(28,59,139,1) 65%,rgba(15,32,75,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1633', endColorstr='#0f204b',GradientType=1 ); /* IE6-9 */
    }
}
@media (min-width: 768px) {
    .right-col-bg {
        padding: 60px 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d1633+43,1c3b8b+80,0f204b+100&amp;0+43,1+43,1+100 */
        background: -moz-linear-gradient(left,  rgba(13,22,51,0) 43%, rgba(13,22,51,1) 43%, rgba(28,59,139,1) 80%, rgba(15,32,75,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(43%,rgba(13,22,51,0)), color-stop(43%,rgba(13,22,51,1)), color-stop(80%,rgba(28,59,139,1)), color-stop(100%,rgba(15,32,75,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(13,22,51,0) 43%,rgba(13,22,51,1) 43%,rgba(28,59,139,1) 80%,rgba(15,32,75,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(13,22,51,0) 43%,rgba(13,22,51,1) 43%,rgba(28,59,139,1) 80%,rgba(15,32,75,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(13,22,51,0) 43%,rgba(13,22,51,1) 43%,rgba(28,59,139,1) 80%,rgba(15,32,75,1) 100%); /* IE10+ */
        background: linear-gradient(to right,  rgba(13,22,51,0) 43%,rgba(13,22,51,1) 43%,rgba(28,59,139,1) 80%,rgba(15,32,75,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d1633', endColorstr='#0f204b',GradientType=1 ); /* IE6-9 */
    }
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    .right-col .hs-form fieldset.form-columns-2 .hs-input {
        width: 100% !important;
    }
    .right-col .hs-form fieldset.form-columns-2 .hs-input[type="checkbox"], .right-col .hs-form fieldset.form-columns-2 .hs-input[type="radio"] {
        width: inherit !important;
    }
}


/* LP Header Image */
.lp-header-image .header-container-wrapper {height:auto; border:0;}
.lp-header-image .header-container-wrapper .widget-type-logo {padding:12px 0;}
.lp-header-image .header-container {height:auto;}
.lp-header-image #main-content {border-top:0; padding-top:40px;}
.lp-header-image .footer-copy .container>.row-fluid-wrapper {padding:0;}
.lp-header-image form .hs-form-field > label {display:none;}
.lp-header-image form fieldset {padding:5px 0;}
.lp-header-image form .actions {text-align:center;}
.lp-header-image form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   font: 15px/19px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
   text-transform:uppercase;
    color:    #28ace2;
}
.lp-header-image form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font: 15px/19px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
   text-transform:uppercase;
   color:    #28ace2;
   opacity:  1;
}
.lp-header-image form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   font: 15px/19px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
   text-transform:uppercase;
   color:    #28ace2;
   opacity:  1;
}
.lp-header-image form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   font: 15px/19px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
   text-transform:uppercase;
   color:    #28ace2;
}
.lp-header-image form :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
   font: 15px/19px TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
   text-transform:uppercase;
  color:    #28ace2;
}

.lp-header-image form fieldset.form-columns-2 .input {
    margin-right: 13%;
}
@media (max-width: 479px) {
    .lp-header-image form fieldset.form-columns-2 .input {
        margin-right: 8px;
    }
}

/* 100 Year / 100 Grand LP */
.custom-100-year-overlay {width:100%; max-width:768px; margin:0 auto;}
.custom-100-year-tree {width:96%; max-width:157px; float:left; text-align:center; margin:0 auto;}
.custom-100-year-banner {width:96%; max-width:574px; float:left; text-align:center; margin:0 auto;}
.custom-100-year-banner img,
.custom-100-year-tree img{max-width:100%; height:auto;}
@media all and (max-width: 767px) {
    .custom-100-year-overlay {max-width:380px;}
    .custom-100-year-tree { max-width:120px; float:none;}
    .custom-100-year-banner {max-width:100%; float:none;}
}
    

/* *** Blog Image on Mobile *** */
@media all and (max-width: 419px) {
    .blog-post-wrapper .post-body img {width:90% !important; height:auto !important; float:none !important; margin-left:5%; margin-right:5%;}
}


.background-image {
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}


.lp-two-column-with-header {
    font-size:24px;
    line-height:28px;
    font-family:TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}
.lp-two-column-with-header .sidebar-left {
    
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
.lp-two-column-with-header .sidebar-left .row-fluid-wrapper {
    width:100%;
}
.lp-two-column-with-header .sidebar.sidebar-left .widget-span,
.lp-two-column-with-header .sidebar-content {
    font-size:29px;
    line-height:34px;
    max-width: 600px;
    margin: 0 auto !important;
    padding-left:8px;
    padding-right:8px;
    float: none;
    
    font-family:TeXGyreRegular, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}
.lp-two-column-with-header .sidebar-content strong {
    font-size:35px;
    color:#0099FF;
}
.lp-two-column-with-header .container>.row-fluid-wrapper {max-width:initial;}


.lp-two-column-with-header .main-content {
    padding-top:60px;
    padding-bottom:60px;
}
.lp-two-column-with-header .main-content .inner-wrapper {
    max-width:800px;
}
.lp-two-column-with-header .hs-form .hs-form-field > label {
    display:block;
    font-size:21px;
    line-height:30px;
    text-transform:uppercase;
    padding: 12px 0 6px 0;
    font-weight:bold;
    font-family:TeXGyreBold, 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}
.lp-two-column-with-header .hs-form .hs-form-field input {
    border: 1px solid #0A3184;
    font-size: 20px;
    line-height: 24px;
    height: auto;
    padding: 10px;
}
.lp-two-column-with-header .hs-form select::-webkit-input-placeholder,
.lp-two-column-with-header .hs-form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color #0099FF;
}
.lp-two-column-with-header .hs-form select:-moz-placeholder,
.lp-two-column-with-header .hs-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #0099FF;
   opacity: 1;
}
.lp-two-column-with-header .hs-form select::-moz-placeholder,
.lp-two-column-with-header .hs-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #0099FF;
   opacity: 1;
}
.lp-two-column-with-header .hs-form select:-ms-input-placeholder,
.lp-two-column-with-header .hs-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #0099FF;
}
body.lp-two-column-with-header input[type="submit"], 
body.lp-two-column-with-header input[type="button"] {
    text-shadow: none;
    font-size: 30px;
    line-height: 34px;
    padding: 12px 68px;
}

.bg-white #main-content {
    background:white;
    color:#0A3184;
}
.bg-white #main-content a {
    color:#0099FF;
}
.bg-white #main-content a:active,
.bg-white #main-content a:focus,
.bg-white #main-content a:hover {
    color:#0a3184;
}
#main-content.custom-content-wrapper,
.custom-content-wrapper {
    padding:40px 0;
}


#main-content.no-padding {
    padding:0;
    border-top:0;
}

.lp-two-column-with-header .sidebar.sidebar-left {
  background:url('//cdn2.hubspot.net/hubfs/443935/Page_Graphics/Summer_of_Speed/Summer-of-Speed-Left-Column-Background.jpg') no-repeat 0% 0%;
  background-size: cover;
}
.lp-two-column-with-header .sidebar.sidebar-left.fixed-background,
.lp-two-column-with-header .fixed-background {
    background-position:fixed;
}

.lp-two-column-with-header .background-image,
.custom-header-wrapper .background-image {
    padding:50px 0;
}

.lp-two-column-with-header.bg-white .sidebar.sidebar-left {
    border-right: 3px solid #0A3184;
}
.lp-two-column-with-header.bg-white .background-image {
    border-bottom: 3px solid #0A3184;
    padding:0;
}


.lp-two-column-with-header .blocker {
    z-index:110;
}
.lp-two-column-with-header .modal {
    width:90%;
    max-width:1000px;
    vertical-align:initial;
}
.lp-two-column-with-header .modal a.close-modal {
    top:0;
    right:0;
}


@media all and (max-width: 767px) {
    h1 {font-size: 30px;}
    .lp-two-column-with-header.bg-white .sidebar.sidebar-left {
        border:0;
    }
    body.lp-two-column-with-header input[type="submit"], 
    body.lp-two-column-with-header input[type="button"] {
        font-size: 20px;
        line-height: 24px;
        padding: 8px 40px;
    }
}

/* Resources link on mobile nav */
.top-nav ul.nav li.resources {display:none;}
@media only screen and (max-width: 767px) {
    .top-nav ul.nav li.resources {display:inline;}
}

/* Slide In Banner */

#slide-in-banner {
	position: fixed;
	bottom: 25%;
	left: -240px;
	width: 200px;
	height: auto;
	background: #0cf;
	padding: 10px;
	z-index: 2;
}
#close-slide-in-banner {
	background: #0cf;
	padding: 0px;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor:pointer;
}
#close-slide-in-banner:hover {
	color: #1a1a1a;
}
#open-slide-in-banner {
	position: absolute;
	right: 200px;
	bottom: 0;
	width: 20px;
	height: 30px;
	background: #0cf;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
}
