/* ==========================================================================
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.6.2/css/font-awesome.min.css'); 

@import url('//fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

@font-face {
  font-family: proxima-nova-condensed;
  src: url("//use.typekit.net/af/53ea5a/00000000000000003b9b0941/27/l?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n2&v=3") format("woff2"), 
    url("//use.typekit.net/af/53ea5a/00000000000000003b9b0941/27/d?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n2&v=3") format("woff"), 
    url("//use.typekit.net/af/53ea5a/00000000000000003b9b0941/27/a?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n2&v=3") format("opentype");
  font-style: normal;
  font-weight: 200;
}


@font-face {
  font-family: proxima-nova-condensed;
  src: url("//use.typekit.net/af/970510/00000000000000003b9b0944/27/l?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/970510/00000000000000003b9b0944/27/d?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/970510/00000000000000003b9b0944/27/a?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: proxima-nova-condensed;
  src: url("//use.typekit.net/af/6a8913/00000000000000003b9b0948/27/l?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n6&v=3") format("woff2"), 
    url("//use.typekit.net/af/6a8913/00000000000000003b9b0948/27/d?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n6&v=3") format("woff"), 
    url("//use.typekit.net/af/6a8913/00000000000000003b9b0948/27/a?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: proxima-nova-condensed;
  src: url("//use.typekit.net/af/290aa2/00000000000000003b9b094b/27/l?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n7&v=3") format("woff2"), 
    url("//use.typekit.net/af/290aa2/00000000000000003b9b094b/27/d?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/290aa2/00000000000000003b9b094b/27/a?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: proxima-nova-extra-condensed;
  src: url("//use.typekit.net/af/15f5d7/00000000000000003b9b095e/27/l?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n9&v=3") format("woff2"), 
    url("//use.typekit.net/af/15f5d7/00000000000000003b9b095e/27/d?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n9&v=3") format("woff"), 
    url("//use.typekit.net/af/15f5d7/00000000000000003b9b095e/27/a?primer=72863062c7d333df864eaa2f60593abd33c67a341577d3c5ed6c9a513faa30ef&fvd=n9&v=3") format("opentype");
  font-style: normal;
  font-weight: 900;
}


/* 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-attachment: fixed;
  background-color: #fff;
  background-position: center 0;
  background-repeat: no-repeat;
  color: #455d6f;
  font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif;
  height: 100%;
  line-height: 1.3;
  font-size: 16px;
  background-image: url(//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/background-image.jpg)!important;
  background-size: cover;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background:#6A7D8C;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#6A7D8C;
  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: "proxima-nova-condensed-n3","proxima-nova-condensed",Helvetica,Arial,sans-serif;
  margin:0 0 15px 0;
  text-transform: uppercase;
  color: #455d6f;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.375em;
  font-weight: 600;
  line-height: .857;
}
h2 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.083;
}
h3 {
  font-size:22px;
  line-height:28px;
  font-weight: 400;
}
h4 {
  font-size:20px;
  line-height:24px;
  font-weight: 400;
}
h5 {
  font-size:18px;
  line-height:22px;
  font-weight: 400;
}
h6 {
  font-size:16px;
  line-height:20px;
  font-weight: 400;
}

/* Anchor Links */
a { 
  color: #0094ce;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #23527c;
  text-decoration: none;
}

/* Lists */
ul, ol {}
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 {}

.header-top-wrapper {
  background: #455d6f;
  height: auto;
}
.header-top-links {
  width: 58.33333333% !important;
  float: left !important;
  padding-right: 15px;
  padding-left: 15px;
}
.header-top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block !important;
}
.header-top-links ul li {
  float: left;
  line-height: 50px;
  background: none;
  margin: 0;
  padding: 0;
}
.header-top-links ul li a {
  color: #fff;
  display: block;
  padding: 0 6px 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Montserrat',sans-serif;
  line-height: 50px;
}
.header-top-links ul li a:hover {
  text-decoration: underline;
}

.header-right-contents {
  width: 41.66666667% !important;
  text-align: right;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 !important;
}
.video-link-on-top {
  display: inline-block;
  line-height: 50px;
  margin-right: 10px;
}
.video-link-on-top a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 300;
  line-height:50px;
}
.video-link-on-top a:hover{
  text-decoration:underline;
}
.subhead_right {
  display: inline-block;
  margin: 5px 0 0;
  padding-left: 9px;
  position: relative;
}
.subhead_right .center-align.border-left.followWrapper {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.border-left {
  border-left: 1px solid #5e7282;
}
.center-align {
  text-align: center;
}
.center-align ul {
  display: inline-block;
}
.font_reset {
  font-size: 1em;
}
.list_reset {
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
}
.list_icons {
  line-height: 1.286em;
}
.subhead_right .socialfield.list_reset.font_reset.list_icons.list_social li {
  padding-right: 8px;
}
.center-align ul li {
  float: left;
}
.list_reset li {
  background: none;
  margin: 0;
  padding: 0;
}
.list_social .facebook a {
  position: relative;
}
.list_social li a{
  display: block;
  height: 18px;
  padding: 0 2px 0;
  margin-right: 13px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 300;
}
.list_social .facebook a::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
  padding-right: .5em;
  position: absolute;
  top: 0;
  left: 0;
}
.list_social .linkedin a {
  position: relative;
}
.list_social .linkedin a::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
  padding-right: .5em;
  position: absolute;
  top: 0;
  left: 0;
}
.list_social .twitter a {
  position: relative;
}
.list_social .twitter a::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
  padding-right: .5em;
  position: absolute;
  top: 0;
  left: 5px;
}
.list_social .youtube a {
  position: relative;
  margin-right: 20px;
}
.list_social .youtube a::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 18px;
  padding-right: .5em;
  position: absolute;
  top: 3px;
  left: 3px;
}
.subhead_right .lang-selector-holder {
  display: block;
  float: right;
  min-width: 200px;
  padding: 0 0 0 10px;
}
.sub_header .border-left {
  border-left: 1px solid #5e7282;
}
.subhead_right .lang-selector-holder .select_lang {
  min-width: 227px;
}
.subhead_right .lang-selector-holder .select_lang .btn .lang-text-wrap {
  max-width: 185px;
  overflow: hidden;
}
.subhead_right .select_lang {
  margin-left: 0;
  font-size: 14px;
}
.select_lang {
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background-color: #455d6f;
  background: #455d6f;
}
.left {
  float: left !important;
}
.select_lang .dropdown {
  width: 100%;
  margin-left: 0;
  overflow: auto;
  position: static;
}
.subhead_right .lang-selector-holder .select_lang .btn {
  padding: 4px 0 0 0;
  margin: 0;
  display: inline-block;
  overflow-x: hidden;
}
.select_lang .btn {
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: none !important;
  width: 100%;
  text-align: left;
}
.lang-selector-holder a{
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  border-bottom: 2px solid #d5dadd;
  border-radius: 4px 4px 5px 5px;
  clear: left;
  white-space: nowrap;
  float: left;
  line-height: 1.42857143;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
}
.lang-text-wrap {
  max-width: 185px;
  overflow: hidden;
}
.btn span {
  display: block;
  padding: 2px 0;
}
.subhead_right .lang-selector-holder .select_lang .btn .arrow-down{
  right: 15px;
  left: auto;
  top: 14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-top-color: #fff;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
.subhead_right .lang-selector-holder .select_lang .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 240px !important;
  border-color: #000;
  top: 24px;
  width: 240px !important;
}
.select_lang .dropdown-menu{
  position: absolute;
  z-index: 1000;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  line-height:21px;
}
.dropdown-open .select_lang .dropdown-menu{
  display:block;
}


.select_lang .dropdown-menu li {
  padding: 1px 4px;
  margin: 0 0 2px 0;
  float: left;
  width: 100%;
  height: 27px;
}
.select_lang .dropdown-menu li {
  list-style: none;
  background: none;
}
.select_lang .dropdown-menu li a {
  padding: 3px;
}
.select_lang .dropdown-menu li a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 12px;
  font-family: 'Montserrat',sans-serif;
  width: 100%;
  border-radius: 0;
}
.select_lang .dropdown-menu li a:hover{
  background-color: #d8e0e3;
  color: #000;
} 

.header-wrapper {
  background: #fff;
  position: relative;
  padding: 3px 0;
  z-index: 10;
}
.header-wrapper .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.custom-logo {
  padding: 12px 0 5px;
  width:auto !important;
  cursor: pointer;
  float: left !important;
  margin: 0 !important;
}

.header-search {
  float: right !important;
  border: 1px solid;
  margin: 18px 0 0 0 !important;
  min-width: 227px !important;
}
.search_panel {
  display: block;
  width: 100%;
  z-index: 1;
}
.search_panel .search {
  padding: 3px 5px 5px !important;
}
.search_panel .search {
  float: right;
  overflow: hidden;
  width: 100%;
  height: 25px;
  background: #fff none repeat scroll 0 0;
  position: relative;
}

.no_display {
  display: none !important;
  visibility: hidden;
}
.new-search-container .search_input {
  width: 195px !important;
}
.search_panel input[type="text"] {
  border: none;
  padding: 0;
  outline:none;
  font-size:14px;
  line-height: normal;
  display: block;
  font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif;
  font-weight:400;
  color: #455d6f !important;
}
.new-search-container .search_submit {
  text-align: right;
  padding-right: 5px;
}
.search_submit {
  line-height: 14px;
  width: 20%;
  font-family: 'FontAwesome';
  z-index: 0;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  color: #455d6f;
  text-align: right;
  padding-right: 5px;
  border: none;
  padding-left: 0;
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 16px;
}
.search_input {
  width: 215px !important;
}

.header-search ::-webkit-input-placeholder {
  color: #455d6f;
} /* Webkit Browsers */
.header-search :-moz-placeholder {
  color: #455d6f;
} /* Firefox 18- */
.header-search ::-moz-placeholder {
  color: #455d6f;
} /* Firefox 19+ */
.header-search :-ms-input-placeholder {
  color: #455d6f;
} /* IE10 */






/* =============== Content =============== */
.share-area-center.page-center {
  background: transparent !important;
  padding: 0 !important;
  position: relative;
}
.share-wrapper {
  background-color: #455d6f;
  float: right;
  margin-left: 2px;
  padding: 9px 7px 0 12px;
}
.share-title {
  margin-top: -1px;
  color: #fff;
  font-weight: 700;
  float: left;
}
.share-icons-wrapper {
  line-height: 1.143em;
  margin-top: -2px;
  min-width: 86px;
  padding: 0 4px 0 16px;
  float: right;
}
.share-icons-wrapper > a {
  width: auto;
  padding: 0 2px;
  float: left;
  margin-bottom: 5px;
  line-height: initial;
  cursor: pointer;
}
.share-icons-wrapper > a > span {
  line-height: 16px;
  background: url("//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/spr-support-icon.png") no-repeat 0 0;
  opacity: .8 !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  overflow: hidden;
}
.share-icons-wrapper > a:hover > span {
  opacity:1 !important;
}
.twitter > span {
  background-position: 0 0 !important;
}
.facebook > span {
  background-position: 0 -49px !important;
}
.linkedin > span {
  background-position: center -150px !important;
}


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

.body-container-wrapper{}

.body-container-wrapper .page-center {
  background: #fff;
  padding: 20px;
}

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


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

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

.footer-wrapper {
  background: #455d6f;
  color: #fff;
  padding: 30px 0 10px;
  text-align: center;
}
.footer-inner-wrapper {
  padding-left: 9px;
  margin: 15px 0 0;
  position: relative;
}
.footer-logo {
  width: 100%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto !important;
}

.footer-links {
  width: 100%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-links ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  float: left;
  margin-right: 12px;
  padding: 0;
  margin-left: -1px;
}
.footer-links ul li a {
  padding: 9px 5px 10px;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
  line-height: 50px;
}
.footer-social-icons {
  padding: 0 15px;
  width: 100%;
}
.footer-social-icons ul {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style:none;
}
.footer-social-icons ul li {
  float: left;
}
.footer-social-icons ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  min-width: 10px;
  display: block;
  height: 18px;
  padding: 0 2px 0;
  margin-right: 13px;
  line-height: 22px;
}
.footer-social-icons ul li.youtube a {
  margin-right: 13px;
  margin-left: 8px;
}

.footer-social-icons ul li.facebook a::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
  padding-right: .5em;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-social-icons ul li.linkedin a::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
  padding-right: .5em;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-social-icons ul li.twitter a::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
  padding-right: .5em;
  position: absolute;
  top: 0;
  left: 5px;
}
.footer-social-icons ul li.youtube a::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 18px;
  padding-right: .5em;
  position: absolute;
  top: 3px;
  left: 3px;
}
.footer-social-icons ulli.youtube {
  margin-left: 15px;
  position: relative;
  right: 7px;
}





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


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

/* Parent List */





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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .header-wrapper {
    min-height: 72px !important;
  }

  .mobile-menu-wrapper{
    display:none !important;
  }
  .custom-menu-primary.mobile{
    display:none !important;
  }   
  .custom-menu-primary {
    margin: 0 !important;
    width: auto !important;
    float: left !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    display: inline-block;
    padding: 0 0 0 46px;
    margin:0;
    list-style:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    background: none;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    border-right: 1px solid #455d6f;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin: 0 20px 0 0;
    padding-left: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #8c8d8e;
    display: block;
    padding: 10px 2px 0;
    margin: 0 0 2px;
    position: relative;
    text-align: left;
    font-size: 13px;
    text-decoration: none !important;
    font-weight: 100;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    background: none;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding: 0 10px 0 0;
    font-size: 17px;
    color: #455d6f;
    line-height: 25.5px;
    font-weight: 600;
    font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif;
    display: inline-block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    margin-left: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    background: none;
    float: left;
    margin: 5px 4px 0 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {
    border-right: 1px solid #455d6f;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: relative !important;
  }

}


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

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

@media (max-width:991px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    background: center center no-repeat transparent;
    background-image: url(//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/trigger.png?t=1541479982969);
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #455d6f;
    padding: 5px;
    margin-right: 0;
    right: 0;
  }






  /* ===== 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: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }


  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top:0px; /* Makes room for button */
    margin:0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent;
    width: 100%; /* Full screen width */
    display:block !important;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */
.hs-blog-listing {
  background-image: url("//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/Landing_page_Image23.jpg");
}
.breadcrumb {
  padding: 8px 15px 6px;
  background: url("//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/bg-breadcrumb.png") repeat 0 0;
  float: left;
  width: 100%;
}
.breadcrumb .page-center {
  background: transparent;
  padding: 0 15px !important;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.breadcrumb ul li {
  margin-right: 6px;
  float: left;
}
.breadcrumb ul li+li {
  background: url("//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/icon-breadcrumb.png") no-repeat 0 4px;
  padding-left: 12px;
}
.breadcrumb ul li a {
  color: #455d6f;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 13.6px;
  font-weight: 700;
  height: auto;
  line-height: 18.1288px;
}
.breadcrumb ul li span {
  color: rgb(149, 169, 184);
  display: inline;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 13.6px;
  font-weight: 700;
  height: auto;
  line-height: 18.1288px;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.blog .blog-content {
  float: right;
  margin: 0 !important;
  width: 75%;
  padding-left: 7px;
}
.blog .blog-sidebar {
  float: left;
  width: 24.4%;
  padding-right: 15px;
}
.custom-sidebar-menu {
  background: #455d6f;
  padding: 10px;
  font-family: "proxima-nova-condensed-n3","proxima-nova-condensed",Helvetica,Arial,sans-serif;
}
.custom-sidebar-heading h2 {
  font-weight: 400;
  line-height: 1.083;
  margin-top: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #fff;
  font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif;
  font-size: 26px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.custom-sidebar-heading h2 a {
  color: #fff;
}
.custom-sidebar-menu .hs-menu-wrapper > ul {
  margin: 12px 0;
  padding: 0;
  list-style: none;
  display: block;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li {
  display: block;
  width: 100%;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #fff !important;
  position: relative;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li > a::after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding-right: .5em;
  position: absolute;
  top: 0;
  right: 0;
}
.hs-blog-listing .custom-sidebar-menu .hs-menu-wrapper > ul > li:last-child > a::after{
  display: none;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li+li {
  margin-top: 11px;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
  content: "";
}
.custom-sidebar-menu .hs-menu-wrapper ul ul {
  display: block !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 5px 0 0;
}
.custom-sidebar-menu .hs-menu-wrapper ul ul li {
  margin-top: 0;
  padding-left: 15px;
}
.custom-sidebar-menu .hs-menu-wrapper ul ul li a {
  border-left: 1px solid #fff;
  padding-left: 5px;
  position: relative;
  padding: 5px 0 5px 5px;
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #fff !important;
}
.custom-blog-filter {
  background-color: #edeff1;
  padding: 16px 20px 10px;
}
.custom-blog-filter > div {
  float: left;
  width: 25%;
  padding:0 5px;
}
.custom-blog-filter p {
  margin: 10px 0 0;
  padding: 8px 0 0;
  font-family: "proxima-nova-n7","proxima-nova",Helvetica,Arial,sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.083;
  text-transform: uppercase;
}
ul.l_tinynav1 {
  display: none;
}
ul.l_tinynav2 {
  display: none;
}
a.filter-expand-link {
  display: none;
}
.custom-blog-search input[type="text"] {
  background: #fff;
  border: 1px solid #dadfe2;
  padding: 2px 8px;
  color: rgb(0, 148, 206);
  cursor: text;
  display: block;
  font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 24px;
  font-weight: 400;
}
.custom-blog-search input[type="text"] {
  background: #fff !important;
  border: 1px solid #dadfe2 !important;
  padding: 2px 8px !important;
  color: rgb(0, 148, 206) !important;
  cursor: text;
  display: block;
  font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif !important;
  font-size: 16px !important;
  letter-spacing: normal;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.custom-blog-search input[type="text"]:focus {
  border-color: #bdc3c6 !important;
  outline: none !important;
}
.custom-blog-filter h3 {
  display: none !important;
}
.custom-blog-filter select {
  background: #fff url("//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/bg-s-overlay.png") no-repeat right 0 !important;
  border: 1px solid #dadfe2 !important;
  color: #0094ce !important;
  cursor: pointer !important;
  display: block !important;
  font-family: "proxima-nova-n7","proxima-nova",Helvetica,Arial,sans-serif !important;
  font-size: .75em !important;
  font-weight: 700 !important;
  line-height: 1.167 !important;
  text-transform: uppercase !important;
  left: 0 !important;
  overflow: hidden !important;
  padding: 0 26px 0 8px !important;
  position: static !important;
  text-overflow: ellipsis !important;
  top: 0 !important;
  width: 100% !important;
  white-space: nowrap !important;
  height: 29px !important;
  line-height: 29px !important;
  user-select: none !important;
  border-radius: 0px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.custom-blog-filter select:hover {
  border-color: #bdc3c6 !important;
  background-position: right -50px !important;
  outline: none !important;
}
.custom-blog-pagination {
  padding: 25px 15px 10px;
  margin: 0 0 15px;
}
.pagination-count {
  float: left;
  width: 33.33333333%;
  padding: 0;
}
.pagination-count p {
  font-family: "proxima-nova-n7","proxima-nova",Helvetica,Arial,sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.083;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.pagination-content {
  float: right;
  width: 66.66666667%;
  margin: 0 !important;
  text-align: right;
}
.pagination-content > div {
  display: inline-block;
}
.pagination-content a {
  padding: 6px;
  text-align: center;
  width: 25px;
  float: left;
  color: #0094ce;
  text-decoration: none;
  font-family: "proxima-nova-n7","proxima-nova",Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.083;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 1px;
}
.pagination-content a:hover {
  background-color: #edeff1;
  color: #455d6f;
  text-decoration: underline;
}
.pagination-content a.active {
  background-color: #edeff1;
  color: #455d6f;
}
.pagination-content a.next-link {
  background-position: right -200px !important;
  margin-left: 12px;
  padding-right: 24px;
  background: url("//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/icon-list-pagination.png") no-repeat 0 0;
  width: auto;
}
.pagination-content a.next-link:hover {
  background-position: right -300px !important;
}
.pagination-content a.prev-link {
  margin-right: 12px;
  padding-left: 22px;
  background: url("//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/icon-list-pagination.png") no-repeat 0 0 !important;
  width: auto;
}
.pagination-content a.prev-link:hover {
  background-color: transparent !important;
  background-position: 0 -100px !important;
  color: #455d6f !important;
}
.post-item {
  background: #f5f5f5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.feature-image-wrapper {
  width: 35%;
  float: left;
}
.blog-entry-content {
  overflow: hidden;
  padding: 12px 15px 12px 20px;
}
.entry-date {
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
  font-size: .85em;
  line-height: 1.333;
  font-weight: bold;
}
.post-header h2 {
  font-family: "proxima-nova-condensed-n6","proxima-nova-condensed",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.188;
  text-transform: uppercase;
  margin: 18px 0 4px;
}
.post-header h2 a:hover {
  color: #23527c;
  text-decoration: underline;
}
a.more-link {
  background-color: #d94b09;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d94b09),to(#f37c44));
  background-image: -webkit-linear-gradient(top,#d94b09,#f37c44);
  background-image: -moz-linear-gradient(top,#d94b09,#f37c44);
  background-image: -o-linear-gradient(top,#d94b09,#f37c44);
  background-image: linear-gradient(to bottom,#d94b09,#f37c44);
  border-bottom: 2px solid #d5dadd;
  border-radius: 4px 4px 5px 5px;
  clear: left;
  display: inline-block;
  float: left;
  margin: 0 5px 15px 0;
  padding: 10px 31px;
  white-space: nowrap;
  color: #fff;
  font-family: "proxima-nova-n7","proxima-nova",Helvetica,Arial,sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.083;
}
a.more-link:hover {
  background-color: #41b0db;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#41b0db),to(#02729e));
  background-image: -webkit-linear-gradient(top,#41b0db,#02729e);
  background-image: -moz-linear-gradient(top,#41b0db,#02729e);
  background-image: -o-linear-gradient(top,#41b0db,#02729e);
  background-image: linear-gradient(to bottom,#41b0db,#02729e);
  cursor: pointer;
  text-decoration: none;
}
p.entry-body-content {
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
  font-size: .85em;
  line-height: 1.333;
  margin-bottom: 15px;
  font-weight: 400;
}
.hs-blog-post {
  background-image: url("//cdn2.hubspot.net/hubfs/4847902/TOMRA_November2018/Images/Landing_page_Image24.jpg");
  background-size: cover;
}
.hs-blog-post .custom-sidebar-menu .hs-menu-wrapper > ul > li > a::after {
  display: none;
}
.hs-blog-post .custom-sidebar-menu .hs-menu-wrapper > ul > li:last-child > a::after {
  display: block;
}
.hs-blog-post .custom-sidebar-menu .hs-menu-wrapper > ul > li:nth-child(5) > a::after,
.hs-blog-post .custom-sidebar-menu .hs-menu-wrapper > ul > li:nth-child(6) > a::after,
.hs-blog-post .custom-sidebar-menu .hs-menu-wrapper > ul > li:nth-child(8) > a::after {
  display: block;
}
.hs-blog-post .custom-sidebar-menu .hs-menu-wrapper ul ul li {
  padding: 0;
}
.hs-blog-post .custom-sidebar-menu .hs-menu-wrapper ul ul li a {
  border: none;
  padding-left:0;
}
.border_l {
  border-left: 6px solid #1fc0da;
  padding-left: 16px;
  background-color: white;
}
.highlight {
  color: #1fc0da;
}
.post-entry-date {
  color: #9ca9b3;
  font-family: "proxima-nova-n7","proxima-nova",Helvetica,Arial,sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 2px;
  text-transform: none;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-spacer {
  min-height: 30px !important;
}
div.post-listing-simple .post-item {
  padding: 15px 15px 0;
}

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

/* 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 {}
#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 {}
.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-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* 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 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.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 {}


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

.body-container label {
  font-family: "proxima-nova-n7","proxima-nova",Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size:12px;
  line-height:12.996px;
  color:#455d6f;
}

.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  padding: 8px;
  background: #fff;
  border: 1px solid #dadfe2;
  width: 100%;
  color: #455d6f;
  font-family: "proxima-nova-condensed-n4", "proxima-nova-condensed", Helvetica, Arial, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.083;
  text-transform: uppercase;
  display:block;
  outline: none;
  margin:15px 0;
}
.body-container input[type="text"]:hover,
.body-container input[type="password"]:hover, 
.body-container input[type="datetime"]:hover, 
.body-container input[type="datetime-local"]:hover, 
.body-container input[type="date"]:hover, 
.body-container input[type="month"]:hover, 
.body-container input[type="time"]:hover, 
.body-container input[type="week"]:hover, 
.body-container input[type="number"]:hover, 
.body-container input[type="email"]:hover, 
.body-container input[type="url"]:hover, 
.body-container input[type="search"]:hover, 
.body-container input[type="tel"]:hover, 
.body-container input[type="color"]:hover,
.body-container input[type="file"]:hover,
.body-container textarea:hover,
.body-container select:hover{
  border-color: #0094ce;
  outline: none;
}



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

/* 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{
  font-size: 12px;
  font-weight: bold;
  color: #f00;
  margin-top: 10px;
  line-height: 15.6px;
  font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif;
  text-transform: capitalize;
}

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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  padding: 8px 68px 7px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background-color: #d94b09;
  background-image: linear-gradient(to bottom,#d94b09,#f37c44);
  border-radius: 4px 4px 5px 5px;
  clear: left;
  display: inline-block;
  margin: 15px 0;
  white-space: normal !important;
  font-family: "proxima-nova-n7","proxima-nova",Helvetica,Arial,sans-serif;
  border: 1px solid transparent;
  border-bottom: 2px solid #d5dadd;
  line-height: 12.996px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-image: linear-gradient(to bottom,#41b0db,#02729e);
  color: #333;
}

.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                                      
========================================================================== */
body.mobile-open{
  overflow:hidden;
}
.active > a {
  background-color: #fff;
  color: #455d6f !important;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


/* =============== Screen sizes smaller than .page-center =============== */
/***************************************** Only Form *****************************************/
@media (max-width:767px){
  .custom-form{
    width:100%!important;
  }
}
@media (min-width:768px){
  .custom-form{
    width:50%!important;
  }
}
/*********************************************************************************************/

@media (min-width: 992px){
  .container-fluid .row-fluid .page-center{
    max-width: 970px;
  }
}

@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center{
    max-width: 1170px;
  }
}

@media (max-width: 1199px) and (min-width: 992px){
  .header-top-links ul li a,
  .header-top-links ul li{
    line-height: 23px;
  }
}

@media (max-width:1199px) {
  .header-top-links {
    width: 50% !important;
  }
  .header-right-contents {
    width: 50% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: inline-block;
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
  }

}

@media (max-width:1000px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 0 0 13px;
  }
  .custom-logo {
    padding: 12px 0px 5px 3px;
  }
  .header-search {
    margin: 7px 0 0 0 !important;
  }
  .header-search {
    margin: 7px 0 0 0 !important;
    position: relative;
    top: -17px;
  }
  .header-right-contents{
    padding-right: 18px;
  }
}


@media (max-width:991px) {
  .share-wrapper {
    padding: 4px 7px 0 12px;
  }
  .footer-links ul li a {
    line-height: 1em;
  }
  .scroll-header .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .footer-links ul li {
    margin-right: .8em !important;
    padding: 0;
    margin-left: 0;
    display: block;
    width: auto;
  }
  .footer-links{
    padding-bottom: 6px;
  }
  .header-top-wrapper{
    display:none !important;
  }
  .header-search{
    display:none !important;
  }
  .container-fluid .row-fluid .page-center{
    max-width: 750px;
  }
  .custom-logo {
    padding: 9px 0 0px;
  }
  .custom-menu-primary.desktop{
    display:none !important;
  }  
  .mobile-menu-wrapper {
    height: 100vh;
    overflow-y: auto;
    width: 300px !important;
    position: fixed;
    z-index: 20000;
    background-color: #455d6f;
    -webkit-transition:.3s;
    transition:.3s;
    font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif;
    top: 0;
    left: -300px;
  }
  .mobile-open .mobile-menu-wrapper{
    left:0;
  }
  .mobile-menu-heading h2 {
    font-size: 22px;
    font-weight: 100;
    margin-top: 2px;
    margin-bottom: 4px;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif;
    line-height: 23.826px;
  }
  .mobile-menu-heading h2 a {
    font-size: 22px;
    padding: .5em .2em;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    margin:0;
    padding:0;
    list-style:none;
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0 .6em !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    border-bottom: 1px solid #89b5d7;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin: 0;
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 700;
    display: block;
    outline: none;
    font-size: 18px;
    padding: .5em .2em;
    text-decoration: none;
    color: #fff;
    line-height: 27px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    text-decoration:underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    border-right:none;
  }
  .custom-menu-primary {
    margin: 0 !important;
    width: 100% !important;
    float: left !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
    padding: 10px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 0 .6em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    border-left: 1px solid #fff;
    padding-left: 15px;
    position: relative;
    display: block;
    outline: none;
    font-size: 18px;
    padding: .5em .2em;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    padding-left: 15px;
    line-height: 27px;
  }
  ul.open--icons {
    position: relative;
    float: left;
    display: block;
    left: 50%;
    list-style: none !important;
    padding: 0;
    margin: 0;
  }
  ul.open--icons li {
    text-align: center;
    position: relative;
    float: left;
    display: block;
    right: 50%;
    border-bottom: none !important;
    padding: 0 .6em;
    background: none;
    margin-top: 0;
    top:0px;
    cursor: pointer;
  }
  ul.open--icons li a {
    float: left;
    margin: 0 10px;
    display: block;
    outline: none;
    font-size: 18px;
    padding: .5em .2em;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    line-height: 27px;
  }
  ul.searchfield {
    margin: 0;
    padding: 0;
    list-style: none;
    display:none !important;
  }
  ul.searchfield.show {
    display:block !important; 	
  }
  ul.searchfield li {
    padding: 0 .6em;
    background: none;
  }
  .search_panel {
    margin: 0px 0 20px 0;
    display: block;
    visibility: visible;
    width: 100%;
    float: left;
  }
  .search_panel .search {
    height: 30px;
    padding: 3px 10px 10px 0 !important;
    background: #455d6f;
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .search_panel .search input.search_input {
    padding-left: 10px !important;
    font-size: 16px;
    line-height: 26px;
    float: left !important;
    width: 80% !important;
  }
  .search_submit{
    text-align: center !important;
  }
  .search_panel .search input {
    color: #fff;
    line-height: 26px;
    top: 2px;
    right: 6px;
  }
  .select_lang {
    padding: 0;
    margin: 0 0 30px 0;
    border: 1px solid transparent;
    border-top: none;
    width: 95%;
    border-radius: 0;
    overflow: initial!important;
    background-color: #fff;
    background: #455d6f;
    position: relative;
    float: left !important;
    display:none !important;
  }
  .show.select_lang{
    display:block !important;
  }
  .select_lang .btn {
    font-size: 16px;
    padding-left: 15px;
    background-color: transparent !important;
    border-color: transparent !important;
    background-image: none !important;
    padding: 4px 0;
    width: 100%;
    text-align: left;
  }
  a.btn.dropdown-toggle {
    display: block;
    outline: none;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    float: left;
    margin: 0 5px 15px 0;
    border-bottom: 2px solid #d5dadd;
    border-radius: 4px 4px 5px 5px;
    clear: left;
    line-height: 1.42857143;
    border: 1px solid transparent;
    padding-left: 15px;
  }
  .lang-text-wrap {
    max-width: 100%;
    overflow: visible;
  }
  .select_lang:after {
    top: 14px;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-top-color: #fff;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
  }
  .select_lang .dropdown-menu{
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 100%;
    padding: 5px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .select_lang .dropdown-menu li {
    border-bottom: 1px solid transparent !important;
    padding: 0 .6em;
    margin: 0;
  }
  .select_lang .dropdown-menu li a {
    display: block;
    padding: 3px 0;
    clear: both;
    font-weight: 100;
    color: #333;
    white-space: normal;
    font-size: 16px;
    font-family: "proxima-nova-condensed-n4","proxima-nova-condensed",Helvetica,Arial,sans-serif;
    line-height: 22.8571px;
  }
  .select_lang .dropdown-menu li a:hover {
    background-color: transparent;
    color: #333;
  }
  .select_lang .dropdown-menu li {
    padding: 1px 4px;
    margin: 0 0 2px 0;
    float: left;
    width: 100%;
    height: 29px;
  }
  .mobile-bottom-links ul {
    margin: 0 0 24px 0 !important;
    padding: 0;
    list-style: none;
    display: block;
  }
  .mobile-bottom-links ul li {
    padding: 0 .6em;
    background: none;
    margin-top: 0;
    width: 100%;
    line-height: 16px;
  }
  .mobile-bottom-links ul li a {
    font-size: 16px;
    padding: 0 0 16px;
    font-weight: 100;
    color: #fff;
    line-height: 16px;
    width: 100%;
  }
  .mobile-bottom-links ul li a:hover{
    text-decoration:underline;
  }
  .mobile-social-icons.footer-social-icons ul li {
    padding: 0 .6em;
  }
  .mobile-social-icons.footer-social-icons ul li a {
    font-size: 16px;
    display: block;
    padding: 0 0 16px;
    font-weight: 100;
    margin-right: 3px;
    line-height: 22px;
  }
  .mobile-social-icons.footer-social-icons {
    padding: 0;
    width: 100%;
  }
  .header-wrapper {
    background: #fff;
    position: relative;
    padding: 3px 0 4px;
    top: 0;
    width: 100% !important;
  }
  .header-group{
    min-height:49px !important;
  }
  button#menu__close {
    display: block;
    padding: 10px 27px;
    float: right;
    color: #fff;
    background-color: #455d6f;
    font-size: 20px;
    border: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: right;
    line-height: 26px;
    position: relative;
    top: -4px;
    outline:none;
  }
  .body-container-wrapper {
    margin-top: 0;
  }
  .overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
    transition: opacity .3s,width 0s .3s,height 0s .3s;
  }

  .mobile-open .overlay {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  /***************************************************************** Blog *****************************************************************/
  .breadcrumb{
    display:none !important;
  }
  .blog .blog-sidebar {
    display: none !important;
  }
  .blog .blog-content {
    width: 100%;
    padding: 0;
  }
  .hs-blog-listing .body-container-wrapper .page-center {
    padding-top: 34px;
  }
  .custom-blog-filter-area > .row-fluid-wrapper > .row-fluid {
    margin: 0 -15px;
    width: unset;
  }
  .custom-blog-pagination .pagination-content {
    margin-top: -12px !important;
  }
  .custom-blog-pagination {
    margin: 0 0 5px;
  }
  .custom-blog-filter::before, .custom-blog-filter::after {
    content: "";
    display: block;
    clear: both;
  }
  /****************************************************************************************************************************************/

}







/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 768px) { 
  .footer-links ul li a {
    font-size: 12px;
    line-height: 12px;
  }
  /***************************************************************** Blog *****************************************************************/
  .feature-image-wrapper {
    width: 100%;
    height: 200px;
    float: none;
    overflow: hidden;
  }
  .feature-image-wrapper img {
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
  }
  .blog-entry-content {
    width: 100%;
    float: none;
  }
  .custom-blog-filter > div{
    width: 100%;
  }
  .pagination-count {
    width: 100%;
  }
  .pagination-content {
    width: 100%;
  }

  /****************************************************************************************************************************************/

}
@media (max-width: 767px) {
  .custom-logo {
    padding: 9px 0;
  }
  .share-wrapper {
    padding: 4px 7px 0 12px;
  }
}  


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

@media (max-width: 479px) {
  .custom-logo {
    padding: 9px 0 9px;
  }
  .share-wrapper {
    padding: 4px 7px 0 12px;
  }
  .subscribe-options label span {
    font-size: 12px;
  }
}


@media (max-width:350px) {
  .custom-logo img {
    width: 140px !important;
    height: auto;
  }
  .custom-logo {
    padding: 9px 0 9px;
  }
  button#menu__close {
    margin-right: 30px;
  }

}


@media (max-width:320px) {
  .share-wrapper {
    padding: 4px 7px 0 12px;
  }
}













