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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@font-face{
    font-family:"Helvetica Neue LT W01_55 Roman";
        src:url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/3dac71eb-afa7-4c80-97f0-599202772905.eot") format("eot"),
        url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"),
        url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff") format("woff"),
        url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/3dac71eb-afa7-4c80-97f0-599202772905.ttf") format("truetype"),
        url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/3dac71eb-afa7-4c80-97f0-599202772905.svg") format("svg");
}
@font-face{
    font-family:"Helvetica Neue LT W01_71488914";
        src:url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.eot") format("eot"),
        url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"),
        url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff") format("woff"),
        url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.ttf") format("truetype"),
        url("//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.svg") format("svg");
}
/* 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;
}

/* 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 {
    font-size: 100%;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 40px 0 0 0;
} 

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #191919;
    background-color: #fff;
}

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

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


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

/* Basic text */
p {} 
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: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    margin: 0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 1.875rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.5rem;
    color: #005CBE;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}

/* Anchor Links */
a { 
    color: #005CBE;
    text-decoration: none;
}
a:hover, a:focus {    
    color: #00385a;
    text-decoration: underline;
}

/* Lists */
ul, ol {
    margin: 0 0 15px;
}
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 {}
.custom-header-outer{
    min-height: 39px !important;
}
.custom-logo span.logo.primary {
    height: 23px;
    width: 94px;
    display: block;
}
.custom-logo a{
    display: inline-block;
}
.custom-logo svg {
    height: 100%;
    width: 100%;
}
.custom-header-warpper .page-center {
    max-width: 100% !important;
}
.custom-header-warpper {
    width: 100% !important;
    padding: 8px 25px;
    width: 100% !important;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0 auto !important;
    z-index: 99;
}
a.search-icon svg {
    height: 10px;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 14px;
}
.custom-header-search .search-form{
    margin-top: 38px;
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    bottom: auto;
    text-align: right;
    top: 0;
    padding: 10px 0px;
    font-size: 0.75rem;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
}
.custom-header-search .search-form label {
    margin: 0 25px;
    display: inline-block;
}
.custom-header-search .search-form input[type="search"]{
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-left: 5%;
    min-width: 266px;
    font-size: 0.8125rem;
    border: 1px solid #dcddde;
    background-color: rgba(255, 255, 255, 0.85);
    color: #414042;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    padding: 6px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    margin-bottom: 0px;
}
.open-search .custom-header-search .search-form {
    opacity: 1;
    height: auto;
}
.open-search .custom-header-search .search-form input[type="search"] {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.custom-header-search button{
    display: none;
}
.custom_header_fixed .custom-header-warpper{
    background: rgba(255, 255, 255, 0.75);
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container .page-center{
    padding: 30px 15px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.custom-banner {
    margin: 0 20px;
    padding: 87px 0px 98px;
    background-position: center center;
    background-size: cover;
    width 100% !important;
    position: relative;
}
.custom-banner:before{
    background: #005CBE;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.custom-banner .page-center {
    padding: 0 15px !important;
    position: relative;
}
.custom-banner h2 {
    color: #dcddde;
    margin-bottom: 1em;
    margin-top: 0px;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
}
.custom-banner h1{
    font-size: 2.5rem;
    margin: 0 0 0.75em;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
}
.custom-banner p{
    max-width: 548px;
    color: #fff;
    margin: 0 0 10.5px;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-js-import{
    min-height: 0px !important;
}
.custom-footer-wrapper {
    padding: 30px 0;
}
.custom-footer-wrapper .page-center{
    padding: 0 15px;
}
.custom-contact-representative{
   border-bottom: 1px solid #edeeee; 
}
.custom-copyright p, .custom-contact-representative p {
    margin: 0;
    color: #8c8c8c;
    line-height: 1.1;
    padding: 8px 0;
    font-size: 0.75rem;
}
.custom-copyright p a, .custom-copyright p a:hover{
    color: #8c8c8c;
}
.custom-footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.custom-footer-social ul li {
    display: inline-block;
    margin-left: 7.5px;
    line-height: 1;
    vertical-align: middle;
    margin-right: -1px;
}
.custom-footer-social ul li a {
    background: transparent no-repeat center 0;
    background-size: 100% auto;
    display: inline-block;
    outline: none;
    font: 0/0 a;
    color: transparent;
}
ul.social li.facebook > a {
    background-image: url(//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Images/facebook.svg);
    width: 7px;
    height: 14px;
}
ul.social li.twitter > a {
    background-image: url(//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Images/twitter.svg);
    height: 14px;
    width: 17px;
}
ul.social li.youtube > a {
    background-image: url(//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Images/youtube.svg);
    height: 14px;
    width: 18px;
}
ul.social li.instagram > a {
    background-image: url(//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Images/instagram.svg);
    height: 14px;
    width: 14px;
}
.custom-footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-footer-menu .hs_cos_wrapper > ul > li {
    width: 20%;
    float: left;
    margin-bottom: 1em;
    font-size: 0.8125rem;
    padding-right: 28px;
}
.custom-footer-menu .hs_cos_wrapper > ul > li:last-child ul li {
    margin-bottom: 1em;
    font-size: 0.8125rem;
    font-family: open sans, arial;
        margin-bottom: 10px;
}
.custom-footer-menu .hs_cos_wrapper > ul > li:last-child ul{
    margin-top: 0px;
}
.custom-footer-menu .hs_cos_wrapper > ul > li > a, .custom-footer-menu .hs_cos_wrapper > ul > li:last-child ul li a {
    color: #191919;
}
.custom-footer-menu ul ul {
    font-size: 0.75rem;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    margin-top: 10px;
}
.custom-footer-menu ul ul li {
    margin-bottom: 5px;
}
.custom-footer-menu ul ul li a {
    color: #8c8c8c;
}
.custom-footer-signup .custom-footer-image img{
    width: 100%;
}
.custom-footer-signup .widget-type-form{
    padding: 18px 14px;
    background: #005CBE;
    color: #bdbdbd;
    font-weight: 300;
}
.custom-footer-signup h3{
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0.5em;
    margin-top: 0;
}
.custom-footer-signup p{
    margin: 0 0 13px;    
}
.custom-footer-signup form{
    margin-bottom: 18px;
}
.custom-footer-signup .hs-form-field{
    margin: 8px 0 18px;
    line-height: 1.1;
    width: 72%;
}
.custom-footer-signup .hs-form-field > label{
    display: none;
}
.custom-footer-signup .hs-input{
    display: inline-block;
    font-size: 0.875rem;
    border: none !important;
    padding: 6px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 0px;
}
.custom-footer-signup .hs-button.primary.large{
    font-size: 0.875rem;
    background: #bdbdbd;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    margin: 8px 0 0;
    padding: 6px 12px;
    text-shadow: none;
    color: #fff;
    display: inline-block;
}
.custom-footer-signup .hs-error-msgs{
    margin: 5px 0 0px;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */

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

@media (max-width: 991px){

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 16px;
    right: 25px;      /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 3px 10px 5px;
    background: #ffffff; /* Background color */
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    background-color: #ddd;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
      background-color: #ddd;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #888; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #888; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100 !important;
    height: 34px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }

  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
    margin-left: 0px !important;
    top: 14px;
    background-color: #fff;
    min-height: 0px !important;
 }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled{
      display: none;
  }



}


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


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

/* Blog Post and Listing Body Class */
.blog {}
.blog .custom-banner p{
    font-size: 1.125rem;
    margin-bottom: 1.5em;
}
.blog .custom-banner{
    background-color: #005CBE;
}
.blog .custom-banner h1 {
    max-width: 600px;
}
.hs-blog-listing .custom-banner{
    padding-bottom: 240px;
}
/* Blog Post */
.hs-blog-post {}

.hs-blog-post .custom-banner h6{
    color: #fff;
    margin-bottom: 9px;
}
.hs-blog-post .custom-banner h6 span{
    display: inline-block;
}
.hs-blog-post .custom-banner h6 span a{
    text-decoration: underline;
    color: #fff;
}
.hs-blog-post .custom-banner h1{
    color: #dcddde;
}
.hs-blog-post .hs-blog-social-share {
    margin-top: 20px;
    padding: 10px 0 20px 0;
    border-top: none;
    border-bottom: none;
    height: auto;
}
.hs-blog-post #hubspot-topic_data {
    font-size: 0.75rem;
    border-top: 1px solid #dcddde;
    color: #bdbdbd;
    margin-top: 30px;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    padding-top: 15px;
}


/* Blog Listing */
.hs-blog-listing {}
.hs-post-date{
    font-size: 0.75rem;
    display: block;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    color: #191919;
}
.hs-blog-listing .blog-content{
    padding-right: 8%;
}
.hs-blog-listing .blog-sidebar {
    padding-left: 8.5%;
}

ul.l_tinynav1, ul.l_tinynav2, ul.l_tinynav3{
    display: none;
}
.blog-filters{
    overflow: hidden;
    padding-top: 3px;
}
.chosen-container {
    float: left;
    max-width: 200px;
    min-width: 200px;
    font-size: 0.75rem;
    position: relative;
}
.chosen-container.custom-select-products{
    margin-left: -1px;
}
.chosen-container select {
    margin: 0;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #005CBE;
    white-space: nowrap;
    line-height: 29px;
    border: 1px solid #dcddde;
    padding: 0px 8px;
    font-size: 0.75rem;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 30px !important;
     -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    background-image: url(//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Images/arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.chosen-container select.rotate{
    background-image: url(//1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/Permobil%20September2017%20/Images/arrow-rotate.png);
    background-position: 99% 3px;
}
.chosen-container select:focus{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #dcddde;
}
.chosen-container select option{
    padding: 5px 0px;
} 
.blog .blog-sidebar .filter-link-count{
    display: none;
}



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


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

.blog .blog-content {
    padding-bottom: 60px;
}

/* 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 {
    margin-top: -90px;
    position: relative;
}
.blog-post-wrapper.no-feature-img{
    margin-top: 0px;
}
.hs-post-featured-image-wrapper{
    margin-bottom: 30px;
}
/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    margin: 0 0 0.75em;
    font-size: 1.875rem;
}
.post-header h2 a {
    color: #005CBE;
    text-decoration: none;
}
.post-header h2 a:hover{
    color: #00385a;
    text-decoration: underline;
}
/* 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 {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    margin-bottom: 30px;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100% !important;
    width: 100%;
    display: block !important;
    float: none;
    margin: 0px 0 0px 0px;
}

/* Read More Link */
a.more-link {
    display: inline-block;
    margin: 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;
}

/* Blog Commments */
#comments-listing.no-comments {
  border: none;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.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;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color: inherit !important;
    display: block !important;
    text-align: left;
}

/* Numbered Pagination */
.blog-pagination{
    display: block;
    text-align: left;
}

.blog-pagination > div{
    display: inline-block;
}

.blog-pagination-left{
    text-align: right;
}

.blog-pagination-right{
    text-align: left;
}

.blog-pagination a{
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    border: 1px solid #dcddde;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1;
    padding: 7px 8px;
    margin-bottom: 3px;
}

.blog-pagination a:hover,
.blog-pagination a:focus{
    background: #edeeee;
    text-decoration: none;
}

.blog-pagination a.elipses{
    border: 0;
}

.blog-pagination a.active{
    background: #005CBE;
    border-color: #005CBE;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link{
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{
}
/* 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-sidebar h1,
.blog-sidebar h2,
.blog-sidebar h3,
.blog-sidebar h3.form-title{
    color: #8c8c8c;
    font-size: 0.75rem;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    margin-top: 0;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 50px;
}
.blog-sidebar .widget-type-google_search label, .blog-sidebar .widget-type-google_search .hs-button.primary{
    display: none;
}
.blog-sidebar .widget-type-google_search input[type="text"]{
    font-size: 0.8125rem;
    border: 1px solid #dcddde;
    background-color: rgba(255, 255, 255, 0.85);
    color: #414042;
    line-height: 20px;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    padding: 5px 15px 6px;
    margin: 0 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 188px;
}
.blog-sidebar .widget-type-google_search input[type="text"]:focus{
    border-color: #bdbdbd;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-sidebar ul {
    margin: 0;
    padding:0;
    list-style-type: none;
}
.blog-sidebar ul li{
   margin-bottom: 8px;
}
.blog-sidebar ul li a {}

.blog-sidebar ul li a:hover {}
.custom-press-inquiries {
    font-size: 0.875rem;
    background: #2ccfed;
    color: #fff;
    padding: 18px 52px 18px 18px;
}
.custom-press-inquiries p{
    font-size: 1.5625rem;
    line-height: 1.28;
    margin-top: 0;
    margin-bottom: 0.75em;
    font-weight: 300;
}
.custom-press-inquiries  a{
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    color: #fff;
}
.custom-press-inquiries  a:hover{
    opacity: 0.8;
}
l.l_tinynav1 {
    display: none;
}
select#tinynav1 {
    font-size: 0.875rem;
    width: 100%;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: rgb(169, 169, 169);
    padding: 0 0px;
    color: #191919;
    margin: 0 !important;
}
/* =============== 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;
}
.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 {}
.hs-form-field > label {
    font-weight: normal;
    display: inline-block;
    margin-bottom: 6px;
}

/* 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 {
    display: inline-block;
    width: 100%;
    font-size: 0.875rem;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    font-weight: normal;
    line-height: 18px;
    padding: 4px 4px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 14px;
}

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 {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
.hs-input.invalid.error{
    border-color: #b9554d;
    -webkit-box-shadow: 0 0 6px rgba(171,41,32,0.5);
    -moz-box-shadow: 0 0 6px rgba(171,41,32,0.5);
    box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
.hs-error-msgs {
    color: red;
    font-size: 0.75rem;
    margin: -11px 0 10.5px;
}
/* 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{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* 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="text"] {}
#comment-form input[type="text"]:focus {}

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

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


/* =============== 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;
  text-align: center;
    vertical-align: middle;
    border: 1px solid #005CBE;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0 15px;
    color: #fff;
    background-color: #005CBE;
    font-weight: normal;
    font-family: inherit;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #fff;
    background-color: #004873;
    border-color: #004269;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    color: #fff;
    background-color: #004873;
    border-color: #001827;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


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

#back-to-top{
    font-size: 0.75rem;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background: rgba(0, 0, 0, 0.36);
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    display: block;
    line-height: 1;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-align: center;
    bottom: 0;
    right: 2%;
    width: 0;
    z-index: 99;
}
#back-to-top svg{
    fill: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 20px;
    width: 20px;
}
.show #back-to-top{
    opacity: 1;
    padding: 8px 10px;
    width: auto;
}
.show #back-to-top:hover{
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
}
.custom-lp-header .mobile-trigger{
    display: none !important;
}
.checkbox-row span.fakelabel span{
    font-size: 14px;
    line-height: 23px;
}
.landing-page.one-column .body-container form,
.error-template .body-container form,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form{
	width: 50%;
}

.custom-tab{
    display: none;
  position: absolute;
  bottom: 24px;
    top: auto;
    max-width: 276px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 9px 14px;
    font-size: 14px;
 }
 
#fb {
    left: -38px;
}
#twi {
    left: -18px;
}
#you-tube {
    left: 10px;
}
#insta {
    left: 35px;
}
.custom-tab .pop-social {
    display: block;
    border-bottom: 1px solid #dcddde;
   padding: 5px 5px 6px;
}

.custom-tab .pop-social:last-child {
    border-bottom: none;
}
.custom-footer-social{
    position: relative;
}

.custom-tab > .arrow, .custom-tab > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  }

.custom-tab > .arrow {
  border-width: 11px; 
    
}

.custom-tab > .arrow:after {
  border-width: 10px;
  content: ""; 
    
}
  
  .custom-tab > .arrow {
      left: 50%;
      margin-left: -11px;
      border-bottom-width: 0;
      border-top-color: #999999;
      border-top-color: rgba(0, 0, 0, 0.25);
      bottom: -11px;
  }
  .custom-tab > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.social-container{
    position: relative;
    float: right;
    width: auto;
}
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1023px) {
  body {
    padding: 10px 0 0 0;
  }
}

@media (max-width: 1405px) {
    #back-to-top{
        bottom: 61px;
        right: 0;
    }
}
@media (max-width: 1199px) {
    .container-fluid .row-fluid .page-center{
        max-width: 970px;
    }
    .hs-blog-listing .blog-sidebar {
        padding-left: 9.3%;
    }
}

@media (max-width: 991px) {
    .container-fluid .row-fluid .page-center{
        max-width: 750px;
    }
    .custom-header-outer {
        min-height: 66px !important;
    }
    .widget-span.custom-logo {
        width: 100%;
        padding-top: 14px;
    }
    .custom-header-warpper{
        padding: 8px 1% 8px 0;
    }
    .custom-logo span.logo.primary{
        margin-left: 15px;
    }
    .custom-banner{
        margin: 0 1%;
    }
    a.search-icon svg {
        position: static;
        fill: #8c8c8c;
    }
    .custom-header-search {
        position: relative;
    }
    .custom-header-search a.search-icon {
        background: #191919;
        color: #fff;
        display: block;
        padding: 10px 5%;
    }
    .custom-header-search .search-form{
        background: rgba(65, 64, 66, 0.9);
        text-align: center;
        top: -7px;
        margin-top: 0;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    .open-search .custom-header-search .search-form{
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }
    .custom-header-search .search-form label{
        margin: 0 1%;
    }
    .custom-footer-menu ul ul{
        margin-bottom: 10px;
    }
    .widget-span.custom-footer-menu {
        width: 100%;
    }
    .widget-span.custom-footer-signup {
        width: 39.5%;
        margin-left: 0px;
    }
    .custom-footer-menu .hs_cos_wrapper > ul > li{
        padding-right: 30px;
    }
    .hs-blog-listing .blog-sidebar {
        padding-left: 1%;
    }
    .hs-blog-listing .custom-banner {
        padding-bottom: 88px;
        padding-top: 60px;
    }
    .hs-blog-post .custom-banner{
        padding-top: 60px;
    }
    .blog .custom-banner h1{
        font-size: 1.875rem;
    }
    .blog-post-wrapper{
        margin-top: 0px;
    }
    #back-to-top{
        display: none;
    }
}
@media (max-width: 991px) and (max-height:767px){
    .custom-menu-primary.js-enabled{
        height: 314px;
        overflow: hidden;
        overflow-y: auto !important;
    }
}
@media (max-width: 991px) and (max-height:600px){
    .custom-menu-primary.js-enabled{
        height: 200px;
        overflow-y: auto !important;
    }
} 
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .custom-footer-social ul, .social-container{
        float: none;
    }
    #fb {
        left: -8px;
    }
    #fb > .arrow{
        margin-left: -47px;
    }
    #twi {
        left: -8px;
    }
     #twi > .arrow{
        margin-left: -28px;
    }
    .custom-footer-social ul li:first-child{
        margin-left: 0px;
    }
   .widget-span.custom-footer-signup{
         width: 100%;
         margin-bottom: 1em;
     }
     .custom-footer-menu .hs_cos_wrapper > ul > li {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .blog-sidebar{
        padding-top: 30px;
    }
    .hs-blog-listing .blog-sidebar{
        padding-left: 0%;
    }
    .blog-sidebar .widget-type-google_search input[type="text"]{
        max-width: 188px;
    }
    .custom-banner {
        margin: 0 0;
    }
    .hs-blog-listing .custom-banner, .hs-blog-post .custom-banner {
        padding-bottom: 44px;
        padding-top: 44px;
    }
    .chosen-container{
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .chosen-container.custom-select-products {
        margin-left: 0px;
    }
    .landing-page.one-column .body-container form,
	.error-template .body-container form,
	.password-template .body-container form,
	.subscription-template .body-container .widget-type-email_simple_subscription form{
		width: 100%;
	}
	.mobile-trigger{
        right: 22px;
	}
}  


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

@media (max-width: 479px) {
    .subscribe-options label{
        margin-left: 0px;
        margin-right: 0px;
    }
    #recaptcha_area, #recaptcha_table {
       width: 318px!important;
       overflow-x: auto !important;
       max-width: 100% !important;
    }
}


/* Blog hero 2022 */
body .blog-hero {
  margin: 0;
  padding: 178px 20px 128px !important;
  position: relative;
}
body .blog-hero:before {
  background: #E2EAF0;
} 
.blog-hero-content {
  color: #222222;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
.custom-banner .blog-hero-content h1,
.custom-banner .blog-hero-content h2,
.custom-banner .blog-hero-content p,
.custom-banner .blog-hero-content .chosen-container select {
  color: inherit;
}
.custom-banner .blog-hero-content h1 {
  font-size: 54px;
  font-family: 'Tiempos Text';
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 20px;
  padding: 0;
}
.custom-banner .blog-hero-content h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  font-family: "GT America Trial","Open Sans",sans-serif;
  margin: 0 0 10px;
  padding: 0;
}
.custom-banner .blog-hero-content p {
  font-family: "GT America Trial","Open Sans",sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 20px;
  padding: 0;
}
.custom-banner .blog-hero-content .chosen-container select {
  border: 1px solid #222222;  
  background-image: url(https://1624307.fs1.hubspotusercontent-na1.net/hubfs/1624307/chevron-down-blog-hero.svg) !important; 
  background-position: 95%;
  border-radius: 2px;
  padding: 5px 10px;
  background-color: #E2EAF0;
}
.blog-hero-image {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media(max-width: 1024px){
  body .blog-hero {
    padding: 83px 40px 83px !important;
  } 
}
@media(max-width: 768px){
  body .blog-hero-image {
    display: none;
  }  
  body .blog-hero-content {
    max-width: 544px;
    margin: 0 auto;
    width: 100%;
  }
  body .blog-hero {
    padding: 48px 20px 48px !important;
  } 
  .custom-banner .blog-hero-content h1 {
    font-size: 40px;
  }
}
@media(max-width: 476px){
  body .blog-hero {
    padding: 40px 20px 40px !important;
  } 
}
/* END Blog hero 2022 */