/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i');

/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

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

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

body {
  background: #fff;
  color: #222;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  font-size: 100%
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 85rem;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  background: #39f;
  color: #fff;
}
::selection {
  background: #39f;
  color: #fff;
}


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

/* Basic text */
p {
  font-family: inherit;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6666;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  color: #0094B1;
  font-weight: 300;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.6875rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a {
  color: #f08122;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #dd6e0f;
}
a:hover {
  cursor: pointer;
}
a:active, a:hover {
  outline: 0;
}

/* Lists */
ul, ol, dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6666;
  list-style-position: outside;
  margin-bottom: 1.5rem;
}
ul {
  margin-left: 1.1rem;
}
ol {
  margin-left: 1.4rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

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

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


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

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

.section-page-top {
  background: #0094B1;
  color: #fff;
  padding: 9px 0 6px;
  max-width: 100%;
}
.section-page-top .row {
  width: 100%;
  margin: 0 auto;
  max-width: 85rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.small-12 {
  width: 100%;
}
.columns {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.block-contactpagelink,
.block-contactpagelink-2 {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
}	
.section-page-top .search-block-form {
  position: relative;
  height: 23px;
}
.block-contactpagelink p, 
.block-contactpagelink-2 p {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.section-page-top a {
  color: inherit;
}
.block-contactpagelink a, 
.block-contactpagelink-2 a {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #54B7CB;
  padding: 0 10px;
  margin: 0 0 0 4px;
  font-style: normal;
}
.block-contactpagelink a:hover, 
.block-contactpagelink-2 a:hover {
  border-color: #FFFFFF;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.section-page-top .search-block-form [type='search'] {
  background: none;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  height: 23px;
  width: 100px;
  margin-left: 5px;
  font-weight: 300;
  padding: 0 25px 0 0;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.widget-type-email_subscriptions h1 {
  line-height: 1.4 !important;
}
.section-page-top .search-block-form [type='submit'] {
  background: url(//5070536.fs1.hubspotusercontent-na1.net/hubfs/5070536/ConnectWithOdin_November2018/images/search.svg) no-repeat 50% 50%;
  background-color: transparent !important;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  opacity: 0.8;
  background-size: 23px 23px;
  margin: 0;
}
.section-page-top .search-block-form [type='submit']:hover {
  opacity: 1;
}
.button.radius {
  border-radius: 3px;
}
.block-linkwhybacnet a,
.block-linkwhybacnet-2 a,
.block-linkhowitworks a, 
.block-linkhowitworks-2 a {
  display: inline-block;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 15px;
  line-height: 23px;
  background: #F08122;
  color: #FFFFFF;
  text-transform: uppercase;
}
.block-linkwhybacnet a:hover,
.block-linkwhybacnet-2 a:hover, 
.block-linkhowitworks a:hover,
.block-linkhowitworks-2 a:hover {
  background: #e97410;
}
.font-awesome {
  font-family: fontawesome;
}
.font-awesome i {
  font-style: normal;
}
.fa-play-circle:before {
  content: "\f144";
}
.section-page-top .search-block-form [type='search']::-webkit-input-placeholder {
  color: rgba(255,255,255,0.8);
}
.section-page-top :-moz-placeholder {
  color: rgba(255,255,255,0.8);
  opacity: 1;
}
.section-page-top ::-moz-placeholder {
  color: rgba(255,255,255,0.8);
  opacity: 1;
}
.section-page-top :-ms-input-placeholder {
  color: rgba(255,255,255,0.8);
}

.hs-header-bottom-bar .page-center {
  padding:0;
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s;
}
.hs-header-bottom-bar .page-center > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.hs-header-bottom-bar .page-center > div > div:after,
.hs-header-bottom-bar .page-center > div > div:before {
  content: none;
}
.widget-span.hs-header-logo {
  width: 100%;
  margin: 0;
  max-width: 226px;
  height: auto;
  -webkit-transition: height 0.25s,width 0.25s,max-width 0.25s,max-height 0.25s;
  transition: height 0.25s,width 0.25s,max-width 0.25s,max-height 0.25s;
}
.widget-span.custom-menu-primary {
  width: auto;
  margin: 0;
}
.banner-area {
  display: table;
  width: 100%;
  position: relative;
  height: 175px;
  background-color: #0094B1;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
}
.banner-inner {
  display: table-cell;
  vertical-align: middle;  
  background: rgba(0,148,177,0.3);
  box-shadow: 0 0 10px 2px rgba(0,148,177,0.3);
  color: #fff;
  font-weight: 300;
  text-align: center;
  width: 100%; 
}
.banner-inner .page-center {
  padding: 0 20px !important;
}
.banner-area h1 {
  margin: 0;
  color: #fff;
}
.body-container-wrapper .container-fluid .row-fluid .page-center {
  padding: 25px 20px;
}
#lp-footer .widget-span.hs-copyright {
  width: 100%;
}
#outer-header.lp-header {
  min-height: 187px;
}

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

.body-container-wrapper {
  padding-bottom: 30px;
}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.body-container h1 {
  margin: 0 0 0.5em 0;
  font-size: 60px;
}

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

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


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  font-weight: 300;
  display: block;
  position: relative;
  top: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul:after,
.custom-menu-primary .hs-menu-wrapper > ul:before {
  content: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto;
}




/* =============== Mobile Toggle Menu =============== */

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



/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin:0 0 30px;
  padding:0 0 30px;
  border-bottom: 1px solid #ddd;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 210px;
  height: auto;
  width: auto;
  display: block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: table;
  margin-bottom: 4px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 30px;	
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

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

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  margin-bottom: 5px;
  display: block;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #000000;
  line-height: 1.5;
  cursor: pointer;
}
.hs-form-required {
  color: #F08122;
  margin: 0 0 0 4px;
}

.form-title {
  margin: 0 0 0.5em 0;
  font-size: 60px;
  line-height: 1.4;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  -webkit-appearance: none;
  display: inline-block;
  width:100%;
  font: inherit;
  line-height: normal;
  -webkit-transition: border-color 0.15s linear,background 0.15s linear;
  transition: border-color 0.15s linear,background 0.15s linear;
  margin-bottom: 10px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  background-color: #FFFFFF;
  font-size: 19px;
  color: #000;  
  padding: 6px;
  height: 36px;
  border: #979797 1px solid;
  border-radius: 10px;
  outline: 0 !important;
  font-family: arial,helvetica,sans-serif;
}


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

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  color: #f37c7b;
}
.body-container .hs-error-msgs {
  padding: 0;
  list-style: none;
  margin: 0 0 10px;
}
.hs-input.invalid.error {
  border: #f37c7b 1px solid;
}

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


/* =============== Multi Column Form =============== */

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


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

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

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

/* =============== Blog Subscription Form =============== */

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font: inherit;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-weight: normal;
  line-height: normal;
  outline: 0 !important;
  padding: 10px 30px;
  color: #fff;
  border-radius: 10px;
  border: 0;
  font-family: arial,sans-serif;
  font-size: 24px;
  text-align: center;
  background: #F08122;
  white-space: normal;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


.landing-page.one-column .body-container form, 
.error-template.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}

.hs-search-field__bar {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}
#outer-header {
  min-height: 230px;
  transition: all .3s;
}
.fixheader #outer-header {
  min-height: 95px;
}
.widget-span.hs-header-wrapper {
  position: fixed;
  top: 0;
  z-index: 9;
  background: #fff; 

  left: 0;
  width: 100%;
}

.hs-footer-main-wrapper {
  background: #333;
  color: #fff;
  padding: 30px 0 10px;
}
.footer-container-wrapper .container-fluid .row-fluid .page-center {
  max-width: 1200px;
}
.widget-span.hs-copyright {
  width: 100%;
  margin: 0;
}
.hs-copyright p {
  font-size: inherit;
  margin: 0;
}
.widget-span.address {
  width: 100%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}
.widget-span.footer-designed {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-weight: 300;
  text-align: right;
  float: right;
  margin: 0;
  width: 100%;
}
.address address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 640px;
  font-style: normal;
}
.hs-footer-top-wrapper {
  margin-bottom: 25px;
}
.img {
  width: 45%;
  min-width: 0;
}
.adr {
  width: 55%;
  padding-left: 15px;
}
.footer-designed h6 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: inherit;
  margin-bottom: 0.15em;
  color: #fff;
}
.footer-designed p {
  font-weight: inherit;
  line-height: 1;
}
.orange-button {
  background-color: #F08122;
  border-color: #E97410;
  border-radius: 6px;
  font-size: 16px;
  padding: 2px 15px;
  line-height: 23px;
  display: inline-block;
  text-align: center;
  color: inherit;
}
.orange-button:hover {
  background-color: #E97410;
  color: #fff;
}
.blog-sidebar .form-title {
  font-size: 1.375rem;
  text-align: left;
  margin-bottom: 0.5rem;
}
.connect {
  background-image: -webkit-linear-gradient(top,#004c6c,#0093b0);
  background-image: linear-gradient(to bottom,#004c6c,#0093b0);
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: right;
  padding: 36px 0 36px;
  font-size: 30px;
  overflow: hidden;
}
.connect .row {
  margin: 0 auto;
  max-width: 85rem;
  width: 100%;
}
.connect .row .small-12.column {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.connect-text {
  display: inline-block;
  position: relative;
}

.connect-text:after, 
.connect-text:before {
  content: '';
  position: absolute;
  width: 2000px;
  height: 2px;
  background: #fff;
}
.connect-text:before {
  right: 100%;
  top: 20px;
  margin-right: 102px;
}
.connect-text:after {
  left: 0;
  bottom: -5px;
  margin-left: -10px;
}
.connect-text div:after, 
.connect-text div:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.connect-text div:before {
  right: 100%;
  margin-right: 62px;
  top: 0;
}
.connect-text div:after {
  left: 0;
  bottom: -23px;
  margin-left: -50px;
}
.body-container .banner-area h1 {
	margin: 0;
	font-size: 28px;
	line-height: 36px;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  .body-container .banner-area h1 {
    margin: 0;
    font-size: 2.75rem;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .widget-span.address {
    width: 58.3333333333%;
  }
  .widget-span.footer-designed {
    width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .mobile-menu {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    text-transform: uppercase;
    margin-bottom: -0.5em;
  }
  .menu-icon {
    display: none;
  }
  .footer-designed p {
    font-size: 25px;
  }
  .block-linkwhybacnet, 
  .block-linkwhybacnet-2, 
  .block-linkhowitworks, 
  .block-linkhowitworks-2 {
    float: right;
    margin: 0 5px;
  }
  .block-contactpagelink,
  .block-contactpagelink-2 {
    float: left;
  }
  .section-page-top .search-block-form {
    float: right;
    max-width: 130px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    margin: 0 15px 0 0;
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    color: #000;
    padding: 0.15em 0.75em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    border-color: #0094B1;
  }
  .fixheader .section-page-top {
    max-width: 85rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    background: transparent;
    z-index: 5;
  }
  .fixheader .section-page-top .row {
    background: #0094B1;
    padding: 5px;
  }
/*   .fixheader .hs-header-bottom-bar .page-center {
    padding: 10px 0;
  } */
  .fixheader .hs-header-wrapper {
    box-shadow: 0 0 10px 2px #0094B1;
    height: 95px;
  }
  .fixheader .lp-header .hs-header-wrapper {
    height: 61px;
  }
/*   .fixheader .widget-span.hs-header-logo {
    max-width: 90px;
  } */
  .fixheader .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 20px;
    top: 0;
  }
  .hs-footer-main-wrapper {
    padding: 50px 0 30px;
  }
  .hs-footer-bottom-wrapper > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .widget-span.hs-copyright {
    width: 58.3333333333%;
  }
  .footer-designed h6 {
    font-size: 38px;
  }
  .widget-span.hs-bottom-logo {
    width: 41.6666666667%;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .widget-span.hs-copyright {
    float: right;
    text-align: right;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 14px;
    margin: 0;
  }
}

@media (min-width: 799px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    -webkit-transition: font-size 0.25s;
    transition: font-size 0.25s;
  }
}

@media (min-width: 1025px){
  .footer-designed p {
    font-size: 30px;
  }
  .footer-designed h6 {
    font-size: 48px;
  }
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 20px;
  }
  .hs-footer-main-wrapper {
    padding: 70px 0 50px;
  }
  .adr {
    padding-left: 70px;
  }
}


@media (min-width: 1199px) {
  p {
    font-size: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 30px;
  }
}


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1198px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    top: 10px;
  }
  .fixheader .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 16px;
    top: -2px;
  }
  .form-title,.widget-type-email_subscriptions h1  {
    font-size: 35px;
  }
}

@media (max-width: 1023px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    top: 8px;
  }
  .footer-designed h6 {
    margin-bottom: 5px;
  }
}



/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .error-template.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .hs-search-field__bar {
    max-width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	
  .section-page-top {
    display: none;
  }
  .hs-header-bottom-bar .page-center {
    padding: 20px 0;
    border-top: 5px solid #0094B1;
  }
  .widget-span.hs-header-wrapper {
    position: static;
  }
  .custom-top-header-wrapper {
    display: none !important;
  }
  .widget-span.hs-header-logo {
    text-align: center;
    margin: 0 auto !important;
    max-width: 70%;
  }
  .menu-icon {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 15px;
    z-index: 200;
    width: 31px;
    height: 31px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1003;
    -webkit-transition: left 500ms ease 0s;
    transition: left 500ms ease 0s;
  }
  .menu-icon:before, .menu-icon:after {
    background: #F08122;
    border-radius: 0;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .menu-icon:before, .menu-icon:after {
    content: '';
    top: 3px;
  }
  .menu-icon:after {
    top: 21px;
  }
  .menu-icon span {
    position: relative;
    left: 35px;
    font-size: 20px;
    display: block;
  }
  .menu-icon span:before {
    content: '';
    background: #F08122;
    position: absolute;
    left: -35px;
    height: 4px;
    top: 12px;
    width: 31px;
  }
  /*   .menu-icon.is-opened {
  left: calc(15px + 15.625rem);
} */
  .desktop {
    display: none !important;
  }
  .left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    -webkit-transition: -webkit-transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(-100%,0,0);
    -ms-transform: translate(-100%,0);
    transform: translate3d(-100%,0,0);
    left: 0;
    top: 0;    
    height: 100vh;
  }
  .mobile-open #site-wrapper {
    -webkit-transform: translate3d(15.625rem,0,0);
    -ms-transform: translate(15.625rem,0);
    transform: translate3d(15.625rem,0,0);
  }
  #site-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  html {
    overflow-x: hidden;
  }
  .block-contactpagelink-2 {
    text-align: center;
  }
  .offcanvas section {
    margin: 10px 15px;
  }
  .block-contactpagelink a, .block-contactpagelink-2 a {
    margin: 0 0 0 8px;
  }
  .block-contactpagelink-2 a {
    color: #fff;
  }
  .offcanvas {
    text-align: center;
  }
  .header-container-wrapper #edit-keys--2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear,background 0.15s linear;
    transition: border-color 0.15s linear,background 0.15s linear;
  }
  .header-container-wrapper #edit-keys--2:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
  }
  #edit-actions--2 {
    text-align: left;
  }
  #edit-actions--2 #edit-submit--2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    margin: 1.25rem 0 1.25rem;
    background-color: #F08122;
    border-color: #cd660e;
    color: #FFFFFF;
    border-radius: 3px;
  }
  #edit-actions--2 #edit-submit--2:hover {
    background-color: #cd660e;
  }
  .mobile-menu .hs-menu-wrapper > ul {
    display: block;
  }
  .mobile-menu .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #000;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
  }
  .mobile-menu .hs-menu-wrapper > ul > li.active > a {
    background: #000;
  }
  #outer-header {
    min-height: auto;
  }

  .widget-span.hs-bottom-logo {
    margin-bottom: 20px;
    width: 41.6666666667%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .widget-span.hs-copyright {
    text-align: center;
    font-size: 14px;
    width: 58.3333333333%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
    margin-bottom: 20px;
  }
  .widget-span.footer-designed {
    padding-top: 20px;
    text-align: center;
  }
  .mobile-open,
  .mobile-open body {
    overflow: hidden;
  }
  #outer-header.lp-header {
    min-height: auto;
  }
}  

@media (max-width: 640px) {
  .widget-span.hs-copyright,
  .widget-span.hs-bottom-logo {
    width: 100%;
    text-align: center;
  }
}


@media (max-width: 639px){
  ::-webkit-scrollbar {
    display: none;
  }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .grecaptcha-badge {
    width: auto !important;
    overflow: auto;
    max-width: 256px;
    overflow-x: hidden;
  }
  .footer-designed h6 {
    margin-bottom: 4px;
  }
  .adr {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .menu-icon span {
    font-size: 10px;
  }
}