/* ==========================================================================
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=Lato:400,400i,700,900');

@import url('//fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,700');

@import '//maxcdn.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css';
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.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 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

body {
  background: #00263e;
  color: #555555;
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
}

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

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


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

/* Basic text */
p {
  font-weight: 400;
  margin: 0 0 1.25rem;
  text-rendering: optimizeLegibility;
} 
small {}
strong {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
cite {
  font-style: italic;
}
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 {
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  font-style: normal;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.313rem;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: -1px;
}
h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
}
h3 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #333333;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.313rem;
  color: #555555;
  font-weight: 400;
  margin: 20px 0;
}
h5 {
  font-weight: 900;
  color: #555555;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}
h6 {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
}

/* Anchor Links */
a { 
  color: #007ecf;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:active, a:focus {
  color: #003b6f;
}
a:active, a:hover {
  outline: 0;
}

/* Lists */
ul {
  padding-left: 1.1rem;
  margin: 0 0 1.25rem;
}
ol {
  padding-left: 1.4rem;
  margin: 0 0 1.25rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  background: none;
  border: none;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0rem 1rem 2rem;
  line-height: 1.6;
  color: #6f6f6f;
}

.testimonial-item:first-child blockquote {
  padding-top: 2rem;
}

blockquote p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

blockquote small {}
blockquote cite {
  text-align: right;
  margin: 1rem 0 0;
  display: block;
  font-size: 0.8125rem;
}

/* 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-group {
width: 100% !important;
left: 0;
position: fixed;
top: 0;
z-index: 99;
background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/top-bar-bg.png) repeat transparent;
}

.header-top-group {
background: #222222;
width: 100%;
}

.header-contact {
float: right !important;
margin: 0 !important;
width: auto !important;
}

.header-contact a {	
color: #FFFFFF;  
font-size: 0.85rem;
line-height: 30px;
padding: 0 10px;
font-family: 'Titillium Web', sans-serif;
font-weight: 600;
text-transform: uppercase;
border-left: 1px solid #010D1B;
border-right: 1px solid #010D1B;  
display: block;
}

.header-top-social-group {
width: auto !important;
margin: -1px 0 0 !important;
display: block;
float: right !important;
}

.header-top-social-group ul {
font-size: 1rem;
list-style: none;
padding: 0;
line-height: 27px;
margin: 0;
display: block;
}

.header-top-social-group ul li {
float: right;
margin: 0;
border-left: 1px solid #010D1B;
}

.header-top-social-group ul li a {
font-family: 'Titillium Web', sans-serif;
font-weight: 600;
color: #999999;
font-size: 0.75rem;
line-height: 30px;
padding: 5px 10px;
text-transform: uppercase;
}

.header-top-social-group ul li a:hover {
background: #010D1B;
}

.header-top-social-group ul li a i {
font-size: 1rem;
}

.top-menu {
width: auto !important;
margin: 0 !important;  
float: right !important;
}

.top-menu ul {
float: left;
line-height: 27px;
display: block;
}

.top-menu ul li {
border-left: 1px solid #010D1B;
float: left;
}

.top-menu ul li a {
font-family: 'Titillium Web', sans-serif;
font-weight: 600;
color: #999999;
font-size: 0.75rem;
line-height: 27px;
padding: 7px 10px 4px;
text-transform: uppercase;
display: inline !important;
}

.top-menu ul li a:hover {
background: #010D1B;
}

.custom-logo {
width: auto !important;
margin: 0 !important;
}

.custom-logo a {
top: -19px;
width: 222px;
position: relative;
line-height: 35px;  
display: block;
padding: 0 15px;
}

.custom-logo a img {
max-width: 181px;
max-height: 29px;
width: 100%;
}

img {
display: inline-block;
vertical-align: middle;
}
*/

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

.body-container-wrapper {}
.parallax-bg {
  background-color: #003b6f;
  background-size: 120%;
  background-attachment: fixed;
  padding: 115px 0 0;
  background-repeat: no-repeat;
  background-position: center top;
}

.page-wrapper {
  padding-top: 1px;
  background: #f0f0f0;
  width: 100%;
  position: relative;
}

.page-bg {
  margin: 30px auto 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
  height: 50px;
}

.content-group{
  margin-top: -135px;
}

.body-container .page-center {
  padding: 0px 0.9375rem 20px;
}

.content-wrapper {}
.main-content {
  padding: 15px 20px;
  margin-bottom: 1rem;
  background: #FFFFFF;
  position: relative;
}
.main-content:before {
  background-image: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/page-content-triangle.png);
  position: absolute;
  top: -22px;
  width: 100%;
  height: 22px;
  content: '';
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar {
  padding: 0.9375rem;
  background: #1a65a9;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6,
.sidebar a {
  color: #fff;
}

.sidebar:before {
  content: '';
  background-image: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/sidebar-triangle-top.png);
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  width: 100%;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar:after {
  content: '';
  background-image: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/sidebar-bottom-triangle.png);
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar.right {}
.sidebar.left{}

.sidebar-white h1,
.sidebar-white h2,
.sidebar-white h3,
.sidebar-white h4,
.sidebar-white h5,
.sidebar-white h6{
  color: #333333;
}
.sidebar-white a{
  color:#00c8ff;
}

.sidebar-white{
  background: #fff;
  color: #333333;
}

.sidebar-white:before {
  content: '';
  background-image: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/sidebar-triangle-top-white.png);
}
.sidebar-white:after {
  content: '';
  background-image: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/sidebar-bottom-triangle-white.png);
}

.banner-group .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #fff;
}

.banner-group {
  color: #fff;
}


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

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

#back-to-top {
  background: transparent url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/back-to-top-bg.png) repeat scroll 0 0;
  border-radius: 100%;
  bottom: 0;
  color: #fff;
  font-size: 2.25rem;
  height: 50px;
  line-height: normal;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 50px;
  z-index: 10;
  padding: 3px 0 0;
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

#back-to-top:before {
  content: "";
}

.footer-group {
  position: relative;
  background: #00263E;
}

.footer-top-group {
  padding: 1.75rem 0 1rem;
  background: #d6d5d5;
}

.footer-top-group .content {
  margin:0 !important;
  padding: 0 5px;
  width: 18% !important;
}

.footer-top-col1.content {
  width: 28% !important;
  padding-bottom: 35px;
  padding-right: 10px;
}

.footer-top-col5.content {
  width: 15% !important;
  float: right !important;
}

.footer-top-group .content h5,
.footer-top-col1.content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #555555;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-top-group .content p a span {
  color: #555555;
}

.footer-top-col5.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-row;
  width: 100%;
}

.footer-top-col5.content ul li {
  width: 50%;
  display: table-cell;
}

.footer-top-col5.content ul li a {
  width: 100%;
  height: inherit;
  display: inline-block;
  position: relative;
  top: 1px;
}

.footer-top-col5.content ul li a img {
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

.footer-bottom-group .page-center {
  padding: 1.75rem 0 1rem;
}

.footer-image {
  width: 25% !important;
  margin: 0 !important;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.footer-image img {
  max-height: 21px;
  max-width: 180px;
  width: 100% !important;
  position: relative;
  top: -3px;
}

.footer-menu-group {
  width: 50% !important;
  margin: 0 !important;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.footer-menu ul {
  margin: 0 0 0 -0.35rem !important;
  display: block !important;
  width: auto;
  overflow: hidden;
  padding-top: 0.25rem;
}

.footer-menu ul li {
  margin-bottom: 0;
  margin-left: 0.35rem;
  float: left;
  display: inline;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999;
}

.footer-menu ul li a {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  padding: 0;
}

.footer-menu ul li a:after {
  content: "|";
  color: #999999;
  margin-left: 0.35rem;
}

.footer-menu-group p {
  color: #b3b3b3;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}

.footer-social-icon-group {
  float: right !important;
  width: 25% !important;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 !important;
}

.footer-social-icon-group ul {
  display: table;
  text-align: right;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 1.1rem;
  padding-left: 0;
  margin-top: -1px;
}

.footer-social-icon-group ul li {
  display: inline-block;
  font-size: 1.375rem;
  list-style: none outside none;
  margin-right: 0.3125rem;
}

.footer-social-icon-group ul li a i {
  color: #aeb5ba;
}

.footer-menu ul li:last-child a:after {
  display: none;
}

.footer-social-icon-group ul li:last-child {
  margin: 0;
}

.footer-top-col1.content form .hs-form-field > label {
  display: none;
}

.footer-top-col1.content form {
  width: 100%;
  position: relative;
  margin: 0.5rem 0 0rem;
}

.footer-top-col1.content form .hs-input {
  color: #99918a;
  background: #FFFFFF;
  padding: 10px 8px 9px;
  width: 90%;
  min-height: 18px;
  max-width: 550px;
  margin: 0;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  border-radius: 0;
  outline: 0;
  border: 0;
}

.footer-top-col1.content form .hs_submit {
  position: absolute;
  right: 0;
  top: 0;
}

.footer-top-col1.content form .hs_submit .actions {
  margin-left: 0;
  padding-left: 30px;
  margin: 0;
  display: table;
  position: absolute;
  right: -2px;
  top: 0;
}

.footer-top-col1.content form .hs_submit .actions input.hs-button.primary.large {
  padding: 13px 25px 12px;
  position: absolute;
  right: 1px;
  text-indent: -999px;
  top: 0;
  cursor: pointer;
  background: #99918a url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/ezgif-1-2269a9d962.png) no-repeat scroll center center;
  border: medium none;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  transition: opacity 0.15s linear;
  font-weight: 700;
  line-height: 12px;
  margin: 0;
  border-radius: 0;
}

.footer-top-group .content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}

.footer-top-col1.content form ul.hs-error-msgs.inputs-list label {
  font-weight: normal;
  padding: 0;
  margin-bottom: 4px;
  text-align: left;
  line-height: 20px;
  font-size: 13px;
  background: transparent;
  color: #414141;
  text-transform: uppercase;
}

.footer-top-col1.content form ul.hs-error-msgs.inputs-list {
  margin: 0;
  background: #f04124;
  color: white;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: 10px;
  padding: 3px 9px;
  text-transform: uppercase;
}

.footer-bottom-group .custom-copyright a{
  color:#b3b3b3; 
  text-decoration: underline;
}
.footer-bottom-group .custom-copyright a:hover{
  color:#b3b3b3;
  text-decoration: underline; 
}

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



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

body.blog {
  background: #F0F0F0;
  color: #555555;
  font-family: Lato,sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.custom-section-header-group {
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/about-bg-1.jpg) no-repeat fixed center top / 120% auto;
  margin-bottom: -214px;
  padding-top: 76px;
}

.custom-main-group {
  background: rgba(0, 0, 0, 0) url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/triangle-1.png?t=1535709515576) no-repeat scroll center 101%;
  min-height: 326px !important;
  padding: 0 0 107px;
  margin-bottom: -3px;
  background-size: 100%;
}

.custom-section-header-group .page-center {
  padding: 0 !important;
}

.blog .body-container .page-center, 
.custom-section-header-group .page-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.custom-section-header {
  padding: 30px 0 0px;
}

.custom-section-header h1, .custom-section-header h2,
.custom-section-header .h1, .custom-section-header .h2 {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 42px;
  margin-bottom: 15px;
}


.blog .blog-content .post-item {
  z-index: 1;
  position: relative;
}

.blog-content .post-item,
.blog-content .blog-post-wrapper,
#comment-form {
  padding: 25px 25px 15px;
  background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.post-item {
  margin: 0 0 28px;
}

.custom_listing_comments a:hover {
  color: rgb(0, 59, 111);
}

.post-header h2 a:hover {
  color: rgb(0, 126, 207);
}

.blog-listing-wrapper .post-listing .post-item:first-child {
  margin-top: 21px;
}

.blog-listing-wrapper .post-listing .post-item:first-child:before {
  background-image: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/page-content-triangle.png?t=1535771156713);
  position: absolute;
  top: -22px;
  width: 100%;
  height: 22px;
  content: '';
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-header h2 {
  padding: 0;
  line-height: 34px;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: rgb(51,51, 51);
  text-transform: none;
  line-height: 42px;
  text-decoration: none;
  margin: 0 0 15px;
}

.post-header h2 a {
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: rgb(51,51, 51);
  text-transform: none;
  line-height: 34px;
  text-decoration: none;
}

.custom-byline {
  border-bottom: 1px solid rgb(235, 235, 235);
  border-top: 1px solid rgb(235, 235, 235);
  padding: 9px 0 28px;
  margin: 0 0 20px;
}

#hubspot-author_data {
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgb(153, 145, 138);
  text-transform: uppercase;
  line-height: 18px;
  float: left;
}

#hubspot-author_data a.author-link, 
#hubspot-author_data .topic-link {
  color: rgb(0, 126, 207);
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato",sans-serif;
}

.custom_listing_comments {
  float: right;
  margin: -4px 0 0;
}

.custom_listing_comments a {
  color: rgb(0, 126, 207);
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato",sans-serif;
  text-transform: uppercase;
  line-height: 27px;
  padding: 0 14px 0 0;
  position: relative;
}

.custom_listing_comments a:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 1px;
}

a.more-link {
  font-family: "Titillium Web",sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgb(0,200, 255);
  text-transform: none;
  text-decoration: none;
  line-height: 24px;
}

a.more-link:hover {
  text-decoration: underline;
  color: rgb(0,200, 255);
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin: 1em 0;
}

#hubspot-author_data a.author-link:hover, 
#hubspot-author_data .topic-link:hover {
  color: rgb(0, 59, 111);
}

.custom_listing_comments a:hover {
  color: rgb(0, 59, 111);
}

.blog .blog-content .post-item {
  z-index: 1;
  position: relative;
}

.blog h3.hs-author-listing-header {
  font-family: "Lato",sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
}

.blog .blog-sidebar > .row-fluid-wrapper:first-of-type {
  position: relative;
  margin-bottom: 30px;
}

.blog .sidebar-triangle {
  position: absolute;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/sidebar-triangle-top%20%282%29.png) no-repeat bottom left transparent;
  background-size: contain;
  z-index: 0;
}

.blog .sidebar-triangle img{
  visibility: hidden;
  opacity:0;
}

.blog .content-triangle.large-12.columns img {
  width: 100%;
}

.blog .sidebar-triangle-bottom img{
  visibility: hidden;
  opacity:0;
}

.blog .sidebar-triangle-bottom {
  position: absolute;
  left: 0;
  bottom:-2px;
  height: 100%;
  width: 100%;
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/sidebar-bottom-triangle-1.png) no-repeat bottom left transparent;
  z-index: -1;
}

.blog .container-fluid {
  position: relative;
  background-color: #F0F0F0;
}

.blog .custom-blogsidebar-catarch-group{
  margin-bottom: 28px;
}

.blog .row-fluid-wrapper.row-depth-1.row-number-7 {
  position: relative;
  z-index: 1;
}

.blog .custom-section-header{
  padding-bottom: 0;
}

.blog .post-header h1{
  line-height: 1;
  text-transform: none;
  font-size: 40px;
  color: #0A0A0A;
}

.blog #cta-wrapper .hs_cos_wrapper_type_cta img {
  display: block; 
}

.blog .blog-content .post-body h2, .blog .blog-content .post-body h3 {
  color: #0A0A0A;
  font-family: "Lato",sans-serif;
  text-transform: none;
  font-weight: 600;
  line-height: 1.2;
}

.blog .blog-content .post-body h4,.blog .blog-content .post-body h5,.blog .blog-content .post-body h6{
  font-family: "Lato",sans-serif;
  color: #424242;
  text-transform: none;
  font-weight: 600;
  line-height: 1.2;
}

.blog .blog-content .post-body h2{
  font-size:30px;	
}

.blog .blog-content .post-body h3{
  font-size:24px;	
}

.blog .blog-content .post-body h4{
  font-size:21px;	
}

.blog .blog-content .post-body h5{
  font-size:18x;	
}

.blog .blog-content .post-body h6{
  font-size:16px;	
}

.blog .widget-type-post_filter {
  position: relative;
  z-index: 1;
}

.blog-content .post-item, .blog-content .blog-post-wrapper, #comment-form {
  padding: 25px 25px 15px;
}

.blog .comment {
  padding: 25px;
  background: #FFF;
}

.blog .comment-from h4{
  margin-bottom:0;
}

.blog .comment.depth-1 {
  padding-left: 25px;
  margin-left: 20px;
}

.blog #cta-wrapper .hs_cos_wrapper_type_cta{
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  height: auto;
  clear: both;
}

.custom-blogsidebar-catarch-group {
  background: #1A65A9;
  padding: 0 15px;
  margin-bottom: 32px;
}

.blog .blog-sidebar h3, .blog .blog-sidebar h3.form-title {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: rgb(255,255,255);
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(0, 84, 159);
}

.blog .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog .blog-sidebar ul li {
  margin: 0 0 7px;
}

.blog .blog-sidebar ul li a {
  font-family: "Lato",sans-serif;
  font-size: 14.4px;
  font-weight: 900;
  color: rgb(214, 213, 213);
  text-transform: capitalize;
  text-decoration: none;
  line-height: 18px;
  padding: 5px 15px;
}

.blog .blog-sidebar ul li a:hover {
  color: rgb(0, 200, 255);
}

a.filter-expand-link {
  color: #00c8ff;
  text-decoration: none;
}


.blog .custom-blogsidebar-emailsubscription h3{
  font-family:"Titillium Web", sans-serif !important;
  font-size:14px !important;
  font-weight:600 !important;
  color:rgb(51, 51, 51)!important;
  text-transform:uppercase !important;
  line-height:24px !important;
  border-bottom:none !important;
  margin:3px 0 0 !important;
  padding:0 0 10px !important;
}
.blog .custom-blogsidebar-emailsubscription input[type="email"]{
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  padding:8px;
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: rgb(153, 145, 138);
  font-family: "Lato",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin:0 !important;
}
.blog .custom-blogsidebar-emailsubscription input[type="email"]:focus{
  outline: medium none;
}


.blog .custom-blogsidebar-emailsubscription input[type="submit"] {
  background: rgb(153, 145, 138) url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/Untitled.png?t=1535709515576) no-repeat scroll center center;
  border: medium none;
  border-radius: 0;
  cursor: pointer;
  padding: 5px 22px;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: -15px;
  margin: 0;
  margin: 15px 0 0;
  line-height: 34px;
  height: 34px;
}

.custom-blogsidebar-emailsubscription form{
  position:relative;
  margin: 0 !important;
}
.custom-blogsidebar-emailsubscription {
  padding: 0 0 30px;
}

.blog .blog-sidebar  .custom-blogsidebar-emailsubscription form label span{
  display:none !important;
}
.blog-pagination a.load-more {
  background: rgb(0, 126, 207) none repeat scroll 0 0;
  border-bottom: 2px solid rgb(0, 110, 180);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  margin: 1rem 0 2rem;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 1rem 0 2rem;
  text-align: center;
  background: #007ecf;
  border-radius: 3px;
  border-bottom: 2px solid #006EB4;
  padding: 10px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.blog-pagination a.load-more:hover {
  background: #003a71;
  border-bottom: 2px solid #00263E;
  color: #FFF;
}
.hs-blog-post .blog-content .blog-section {
  position:  relative;
  margin-top: 20px;
  padding-top: 1px;
}

.hs-blog-post .blog-content .blog-section:before {
  content:  "";
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/page-content-triangle-1.png);
  width:  100%;
  position:  absolute;
  height:  22px;
  left:  0;
  top: -21px;
}

.hs-blog-post .blog-content .post-header h1 {
  margin: 0px 0 15px;
}
.blog-sidebar ul.hs-error-msgs.inputs-list {
  margin-top: 0;
}

.blog-sidebar ul.hs-error-msgs.inputs-list label {
  background: rgb(240, 65, 36) none repeat scroll 0 0;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  padding: 8px 9px 8px !important;
  line-height: 12px;
}

.hs-blog-post .hs-blog-social-share {
  border:  0;
  margin:  0;
  padding: 0;
}
.hs-blog-post .blog-content .form-columns-2 .hs-form-field {
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
}

.hs-blog-post .blog-content .form-columns-1 .hs-input {
  max-width: calc(100% - 10px);
}
.hs-blog-listing .blog-content {
  margin-bottom: 30px;
}

.section.post-footer form input.hs-button.primary {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: rgb(0, 200, 255) none repeat scroll 0 0;
  border-radius: 4px;
  font-family: "Titillium Web",sans-serif;
  font-weight: 600;
  line-height: normal;
  padding: 4px 10px;
  text-transform: uppercase;
  transition: all 200ms ease-in-out 0s;
  font-size: 16px;
  display: inline-block;
  border: none;
  margin: 15px 0 0;
}

.section.post-footer form .hs-input {
  background: rgb(238, 238, 238) none repeat scroll 0 0;
  border: none;
  border-bottom: 1px solid rgb(220, 220, 220);
  margin: 5px 0 15px;
  transition: all 350ms ease-in-out 0s;
  padding: 10px 8px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(0,59,111);
  line-height: normal;
}

.section.post-footer form textarea {
  min-height: 55px;
}

.section.post-footer form .hs-input:focus {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  outline: 2px solid rgb(231, 231, 231);
}

.hs-blog-post .blog-content p {
  margin: 14px 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: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0;
}

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

h3.form-title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.313rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {
  color: #003A6F;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  float: none;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hs-form-required {
  color: #D05858;
}

.hs-form-field > label {}

/* 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 {
  max-width: 600px;
  width: 100%;
  margin-bottom: 9px;
  display: inline-block;
  background: none repeat scroll 0 0 #EEEEEE;
  margin-top: .5em;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  line-height: normal;
  min-height: 30px;
  padding: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #666;
  border-bottom: 1px solid #DCDCDC;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}

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: 2px solid #E7E7E7;
  background: #fff;
}

.form-columns-2 .hs-form-field {
  width: 48%!important;
  float: left;
}

.form-columns-2 .hs-form-field:first-of-type {
  margin-right: 2%;
}

.form-columns-2 .hs-form-field:last-of-type {
  margin-left: 2%;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 125px;
  padding-top: 5px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/download.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 3% !important;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 13px;
  text-transform: none;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
}
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 */

ul.hs-error-msgs.inputs-list {
  margin: -9px 0 9px;
  list-style: none;
  padding: 0;
}
.hs-error-msgs label{
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  font-size: 11px;
  line-height: 1.2;
  padding: 5px;
  background: #D05858;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}

.hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin-top: 0;
}

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


.contact-page .main-content form textarea::-webkit-input-placeholder,
.footer-top-col1.content form .hs-input {
  color: #bfbfbf;
}

.contact-page .main-content form textarea:-moz-placeholder {
  color: #bfbfbf;
}

.contact-page .main-content form textarea::-moz-placeholder {
  color: #bfbfbf;
}

.contact-page .main-content form textarea::-ms-input-placeholder {
  color: #bfbfbf;
}

.footer-top-col1.content form .hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.footer-top-col1.content form .hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.footer-top-col1.content form .hs-input::-moz-placeholder {
  color: #bfbfbf;
}

.footer-top-col1.content form .hs-input::-ms-input-placeholder {
  color: #bfbfbf;
}


/* =============== 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; }
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;
  color: #fff;
  text-shadow: none;
  background-color: #00c8ff;
  background-image: none;
  border: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 8px 26px;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  margin: 20px 0;
  white-space: normal !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #003B75;
  text-decoration: none;
}

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


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

/* Search Page Styling */


.search-page .hs-search-field__bar {
  margin: 30px 0;
}

.hs-search-results ul#hsresults li:first-child {
  border-top: 1px solid #ddd;
}

.hs-search-results ul#hsresults li {
  list-style: none;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 0;
  border-top: 0;
  position: relative;
}

.hs-search-results ul#hsresults li p {
  margin-bottom: 0;
}

.hs-search-results ul#hsresults li:last-child {
  border-bottom: 1px solid #ddd;
}

ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top: 37px;
  background: #fff;
  margin-top: 0;
  z-index: 9;
  max-width: 550px;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
  border: 1px solid #ddd !important;
}

.hs-search-results ul#hsresults li:after {
  content: '';
  border-bottom: 1px solid #ddd;
  height: 0;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hs-search-results ul#hsresults li:last-child:after {
  display: none;
}

.hs-search-field__suggestions li a:hover {
  background: transparent;
}

.landing-page .banner-group, 
.site-page .banner-group {
  margin-bottom: 20px;
}

.landing-page .sidebar.right form .hs-form-field > label,
.site-page .sidebar.right form .hs-form-field > label {
  color: #fff;
}

.sidebar.right .hsfc-Step .hsfc-Step__Content{
    padding: 0;
}

.header-group.no-nav .header-top-group {
  min-height: 30px;
}

/*  End  */

/* BreadCrumb Menu */

ul.hs-breadcrumb-menu {
  padding: 14px 0 17px;
  background: none;
  border: none;
  display: inline-block;	
  width: 100%;
  position: relative;
  z-index: 1;
}

ul.hs-breadcrumb-menu li {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  text-transform: uppercase;
  padding: 0;
  line-height: 1.6;
  display: inline-block;
  vertical-align: middle;
}

ul.hs-breadcrumb-menu li a {
  color: #f0f0f0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.875rem;
  text-transform: capitalize;
}

ul.hs-breadcrumb-menu li:first-child:before {
  display: none;
}

ul.hs-breadcrumb-menu span.hs-breadcrumb-menu-divider {
  display: none;
}

ul.hs-breadcrumb-menu li:before {
  color: #808080;
  content: "/";
  font-size: 1rem;
  margin: 0 4px 0 6px;
  position: relative;
  line-height: 1.4;
  font-style: inherit !important;
  vertical-align: top;
}

ul.hs-breadcrumb-menu li span.hs-breadcrumb-label {
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.875rem;
  text-transform: capitalize;
  float: right;
  position: relative;
  top: 0;
}

ul.hs-breadcrumb-menu li a:hover {
  text-decoration: underline;
}

/*  End  */

body.error-template .hs-input,
body.password-template input[type="password"] {
  display: block;
}

.checkbox-row span.fakelabel span {
  float: none;
}

.cm-resources-layout.cm-compare-layout .page-bg {
  height: 50px;
}

.equip-form-group form .hs_subscriber_pack_leader_usa_newsletter.hs-form-field > .input ul.inputs-list > li label {
  white-space: nowrap;
}

.equip-form-group form .hs-form-field ul.inputs-list > li label input {
  vertical-align: text-top;
}

.equip-form-group form .hs-form-field ul.inputs-list > li label span {
  white-space: normal;
  padding-left: 9px;
  display: inline-block;
  vertical-align: middle;
}

.error-page .main-content {
  margin-top: 19px;
}

.cm-comparison-chart table td i {
  color: #99918a;
}

.banner-slider-group.type2 .left-content-group h1 a small:hover {
  background: none;
  color: #00c8ff;
  opacity: .8;
}

.equip-form-group form select {
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/download.svg);
}

.no-nav .mobile-trigger {
  display: none !important;
}

.fancybox-content span.imgLabel {
  width: 100%;
  padding: 2.25rem 0 1.5rem;
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/related-products-dots-bg-3.png) repeat-x left top #f0f0f0;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #555555;
  font-family: 'Lato', sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  text-transform: capitalize;
  line-height: 1.4;
}

.section.post-footer form .hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin-top: 20px;
}

.footer-menu ul li.active a {
  color: #00549f;
}

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

/*  Cannabis Layout  */

.cannabis-page .right-col-group div#fresh-food-cta .cta-inner-shell .hide-sml {
  display: none;
}

.cannabis-page .content-group p.form-jump {
  display: none;
}

.cannabis-page .right-col-group .cta-cb-consult div#beer.cta-inner-shell-machine .tcell.cta-text h3 {
  margin-right: 0;
  padding: 50px 0 8px 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-shadow: none;
  font-size: 32px;
}

.cannabis-page .right-col-group .cta-cb-consult div#beer.cta-inner-shell-machine .tcell.cta-text h3 small {
  font-size: 25px !important;
  color: #3ec7f4;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  line-height: 1.1;
  font-style: normal;
  background: none;
}

.cannabis-page .right-col-group .cta-cb-consult div#beer.cta-inner-shell-machine a.cta_button_silver:hover {
  background-color: #00caff;
  background-image: -webkit-linear-gradient(-65deg, #00caff, #00d1ff, #00caff);
  background-image: -moz-linear-gradient(top, #00caff, #00d1ff, #00caff);
  color: white;
}

.cannabis-page .right-col-group .cta-cb-consult div#beer.cta-inner-shell-machine a.cta_button_silver
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.cannabis-page .right-col-group div#fresh-food-cta .cta-inner-shell .hide-sml {
  display: none;
}

.cannabis-page .right-col-group div#fresh-food-cta .cta-inner-shell .hide-lg {
  display: block;
  width: 100%;
}

.cannabis-page .right-col-group div#fresh-food-cta .cta-inner-shell .hide-lg .cta-text {
  padding: 20px 18px 30px;
  margin: 0;
  text-align: center;
}

.cannabis-page .right-col-group div#fresh-food-cta .cta-inner-shell .hide-lg .cta-text h3 {
  font-size: 18px;
  padding: 0;
}

.cannabis-page .right-col-group div#fresh-food-cta .cta-inner-shell .hide-lg span.cta-button {
  text-align: center;
  color: #ee9b3e;
  padding: 5px;
  border: 1px solid #ee9b3e;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto 25px;
  display: block;
  max-width: 175px;
  font-size: 16px;
  line-height: 1;
}

.cannabis-page .right-col-group div#fresh-food-cta .cta-inner-shell .hide-lg .offer img {
  max-width: 165px;
  margin-bottom: -40px;
  margin-top: -25px;
  position: relative;
  left: -15px;
  min-width: 175px;
}

.cannabis-page .right-col-group div#fresh-food-cta .cta-inner-shell {
  background-position: 65% 0;
}

.cannabis-page .right-col-group div#beer .tcell.hide-lg.offer {
  display: block;
  width: 100%;
}

.cannabis-page .right-col-group div#beer .tcell.hide-lg.offer img {
  max-width: 165px;
  margin-bottom: -40px;
  left: 0;
  margin-top: -50px;
  position: relative;
  margin-left: auto;
  display: block;
  margin-right: auto;
}

.cannabis-page .right-col-group div#beer .tcell.cta-text {
  padding: 15px 20px 30px;
  text-align: center;
  display: block;
}

.cannabis-page .right-col-group div#beer .tcell.cta-text h3 {
  font-size: 20px;
  line-height: 1.15;
  border-bottom: none;
  padding: 0;
  position: relative;
  top: -10px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-shadow: 0 5px 10px #1B0600;
}

.cannabis-page .right-col-group div#beer .tcell.cta-text h3 small {
  font-size: 18px !important;
  margin-bottom: 7px;
  color: #d46c50;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  text-transform: none;
  display: block;
}

.cannabis-page .right-col-group div#beer:hover .tcell.cta-text h3 small {
  color: #EAA655;
}

.cannabis-page .right-col-group div#beer .tcell.hide-sml.offer {
  display: none;
}

.cannabis-page .banner-slider-group.type2 .left-content-group h1 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2rem;
}

.cannabis-page .banner-slider-group.type2 .left-content-group h1 small {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #00c8ff;
  display: block;
}

.cannabis-page .slider-inner-group {
  padding-top: 1.875rem;
}

.cannabis-page .banner-slider-group.type2 .left-content-group {
  padding: 0 25px 0 15px;
}


.cannabis-page .banner-slider-group.type2 .page-center {
  padding: 0;
}


.banner-slider-group.type2 .left-content-group h1 small {
  font-weight: 600;
}

.cannabis-page .parallax-bg {
  background: transparent !important;
}

.cannabis-page .banner-slider-group.type2 {
  background-color: #003b6f;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 170% auto;
}

.cannabis-page .banner-slider-group.type2 .hs-breadcrumb-content.clearfix {
  display: none;
}

.cannabis-page .banner-slider-group.type2 .slider-content-group {
  padding-right: 0.9375rem;
  position: relative;
  z-index: 2;
}

.cannabis-page .banner-slider-group.type2 .slider-content-group .slick-slider ul.slick-dots {
  display: table !important;
  position:  absolute;
  bottom: 67px;
  right: -5px;
  width: auto;
  left: unset;
  margin-right: 0;
  margin-left: auto;
}

.cannabis-page .banner-slider-group.type2 .slider-content-group .slick-slider ul.slick-dots li button:hover {
  background-color: #fff;
  border: 1px solid #99918A;
}

.cannabis-page .banner-slider-group .slick-slider .slick-arrow {
  display: inline-block;
  color: #FFF;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px 3px 9px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 0;
  width: auto;
  height: auto;
  position: absolute;
  left: auto;
  right: 11px;
  top: unset;
  bottom: 62px;
}

.cannabis-page .banner-slider-group .slick-slider .slick-arrow:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  opacity: 1;
  font-size: 12px;
}
.cannabis-page .banner-slider-group .slick-slider ul.slick-dots li button {
  margin-left:  5px;
  margin-right: 5px;
}
.cannabis-page .banner-slider-group .slick-slider button.slick-prev.slick-arrow:before {
  content: "";
}

.cannabis-page .banner-slider-group .slick-slider button.slick-next.slick-arrow:before {
  content: "";
}

.cannabis-page .banner-slider-group .slick-slider .slick-arrow:hover {
  opacity: 1;
}

.cannabis-page .banner-slider-group .slick-slider button.slick-prev.slick-arrow {
  right: 45px;
}
.cannabis-page .content-group,
.cannabis-page .page-bg  {
  margin-top: 0;
}
.cannabis-page .parallax-bg {
  margin-top: 0;
  padding-top: 0;
}
.cannabis-page .page-bg {
  margin-top: -40px;
}
.cannabis-page .content-group {
  background: #f0f0f0;
}
.cannabis-page .content-group h2 {
  text-align: center;
  color: #555555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 3rem 2rem 2rem;
}
.cannabis-page .hs-cm-col-wrap > div> div {
  width:  auto;
  margin: 0 -15px;
}

.cannabis-page .hs-cm-col-wrap > div> div > div {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cannabis-page .hs-cm-col-wrap > div> div > div.widget-span.left-col-group {
  width: 75%;
}

.cannabis-page .hs-cm-col-wrap > div> div > div.widget-span.right-col-group {
  width: 25%;
  margin-left: 0;
}

.cannabis-page .hs-cm-col-wrap .left-col-group .top-flexi .hs_cos_wrapper_type_module:first-child {
  display: block;
  position: relative;
  background: #FFFFFF;
  margin: 5px 0;
  z-index: 1;
  overflow: hidden;
}
.cannabis-page .hs-cm-col-wrap .left-col-group .top-flexi .hs_cos_wrapper_type_module:first-child .flex-video {
  margin: 1.5625rem;
  margin-bottom: 0;
}

.cannabis-page .hs-cm-col-wrap .left-col-group .top-flexi .hs_cos_wrapper_type_module:first-child .flex-video {
  padding-bottom: 57%;
}

.cannabis-page .hs-cm-col-wrap .right-col-group {}

.cannabis-page .hs-cm-col-wrap .right-col-group .topper {
  display: none;
}

.cannabis-page .hs-cm-col-wrap .right-col-group .hs_cos_wrapper_type_rich_text {
  display: block;
  margin: 30px 0rem 0;
  text-align: center;
}

.cannabis-page .hs-cm-col-wrap .right-col-group .hs_cos_wrapper_type_rich_text h3 {
  line-height: 1.15 !important;
  border-bottom: none !important;
  font-size: 32px;
  top: 0;
  margin-right: 0;
  padding: 50px 0 15px 0;
}

.cannabis-page .hs-cm-col-wrap .right-col-group .cta-cb-consult .cta-text {
  text-align: center !important;
  display: block !important;
  padding: 0 20px 20px !important;
}

.cannabis-page .hs-cm-col-wrap .right-col-group .hs_cos_wrapper_type_rich_text h3 small {
  font-size: 25px !important;
}

.cannabis-page .hs-cm-col-wrap .right-col-group .cta-cb-consult .offer img {
  max-width: 100% !important;
  margin-bottom: 0px !important;
  left: 0 !important;
  top: 0;
  margin-top: -30px;
}

.cannabis-page .hs-cm-col-wrap .right-col-group  .block.-blue.edge--top--reverse {
  margin-top: 0;
}

.cannabis-page .hs-cm-col-wrap .right-col-group .cta_button_hold.hide-sml {
  position:  absolute;
  bottom: 18px;
  left:  0;
  right:  0;
  margin:  0 auto !important;
  text-align: center;
  z-index: 10;
}

.cannabis-page .hs-cm-col-wrap .right-col-group .cta_button_hold.hide-sml a.cta_button_silver {
  margin:  0 auto;
  display: inline-block;
  font-size: 16px;
}

.cannabis-page .cta-cb-consult .cta-inner-shell-machine {
  background-position: top right;
}
.cannabis-page .hs-cm-col-wrap .flex-video+h3 {
  padding: 1.5rem;
  padding-bottom: 0;
  font-size: 1.5rem;
  color: #555555;
  padding-bottom: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.cannabis-page .hs-cm-col-wrap .flex-video+h3+p {
  padding:  1.5rem;
  padding-top: 0;
  margin-bottom: 0;
}
.cannabis-page .body-container .page-center {
  padding-bottom: 0;
}
.recent-post-slider-group {
  background: #8d8d8d;
  height: 370px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.recent-post-slider-group .table-cell {
  vertical-align: middle;
  width: 100%;
  padding: 10px 0;
  display: table-cell;
}

.recent-post-slider-group .hs-rss-item.hs-with-featured-image {
  margin: 0;
  width: 100%;
  background: #FFFFFF;
}

.recent-post-slider-group .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width:  100%;
  display: block;
}

.recent-post-slider-group .hs-rss-item.hs-with-featured-image  .hs-rss-item-text {
  width:  100%;
  padding: 1rem 1rem 2.25rem;
  min-height: 144px;
}
.recent-post-slider-group .recent-post-slider-item > a {
  background: none;
  display: block;
  height: auto;
  margin: 0 5px;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  opacity: 1;
}

.recent-post-slider-group .recent-post-slider-item .hs-rss-byline {
  color: #99918a;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.1125rem;
  opacity: 1;
}

.recent-post-slider-group .recent-post-slider-item span.hs-rss-title {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: none;
  margin-bottom: 0;
  display: block;
}

.recent-post-slider-group .recent-post-slider {
  margin: 0;
}

.recent-post-slider-group .recent-post-slider-item > a:hover {
  opacity: .8;
}
.cannabis-page .hs-cm-col-wrap .flex-video+h3 strong {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.cannabis-page .banner-slider-group.type2 .page-center:after {
  content: "";
  display: table;
  width: 100%;
}
.recent-post-slider-group .recent-post-slider .slick-arrow {
  display: none !important;
}
.recent-post-slider-group {
  display: block !important;
  padding: 40px 0;
}


.recent-post-slider-group .table-cell {
  display: block;
  align-items: center;
}

/*  End  */

/*  Home Page  */

.footer-top-col1.content form .hs_submit .actions input.hs-button.primary.large:hover,
.footer-top-col1.content form .hs_submit .actions input.hs-button.primary.large:focus {
  box-shadow: none !important;
}

.home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption h2 a small:hover {
  background: none;
  color: #00c8ff;
  opacity: .8;
}

.cm-home-layout .body-container.parallax-bg {
  padding: 0;
  background: none;
}

#home #home-hero {
  background: #003b6f;
  position: fixed;
  text-align: center;
  width: 100%;
  top: 0;
}

.b-lazy {
  text-align: center;
  max-width: 100%;
  opacity: 1;
}

.b-lazy.b-loaded {
  opacity: 1;
}

#home #home-hero img {
  display: table-cell;
  height: auto;
  left: 50%;
  margin: 0 auto 0 -100%;
  min-width: 300%;
  position: absolute;
  width: 100%;
}

#home .hero {
  background: none;
  z-index: 10;
}

.home-page-gallery .slick-slide .slick-slide-inner-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
}

.home-page-gallery  .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
}

.home-page-gallery  ul.slick-dots {
  display: none !important;
}

.home-page-gallery .hs_cos_gallery_main button.slick-arrow {
  display: none !important;
}

.home-page-gallery .slick-slide .slick-slide-inner-wrapper img {
  float: right;
  width: 50%;
}

.home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption {
  float: left;
  width: 50%;
  padding: 1rem 0 0;
}

.home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption h2 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3.625rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}

.home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption h2 small {
  font-size: 1.75rem;
  line-height: 2.5rem;
  border: none;
  display: block;
  font-style: italic;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #00c8ff;
  text-transform: uppercase;
}

.home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #b3b3b3;
  font-size: 1rem;
  line-height: 1.5rem;
}
a.button.primary {

  background: #00c8ff;
  color: #FFFFFF;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  padding: 2px 10px;
}
.cm-home-layout .content-group {
  margin: 0;
}

a.button.primary:hover,
a.button.primary:focus {
  color: #003b6f;
}

.container-fluid .row-fluid .page-center.slider-page-center {
  padding-bottom: 0;
}

#home .page-wrapper #section1 {
  background: #f0f0f0;
  padding-bottom: 2.5rem;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}

#home .page-wrapper #section1 h1 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #99918a;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

#home .page-wrapper #section1 p.subheader {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #555;
  font-size: 0.835rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

#home .page-wrapper #section1 h3 {
  margin: 2px 0;
}

#home .page-wrapper #section1 h3 a {
  color: #007ecf;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.688rem;
  text-transform: capitalize;
  display: block;
  padding: 5px 10px;
  background: #FFFFFF;
}

#home .page-wrapper #section1 h3 a i {
  color: #CCCCCC;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
}

#home .page-wrapper #section1 h3 a i:before {
  font-size: 1.5rem;
}

#home .page-wrapper p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #555;
  margin-bottom: 5px;
}

#home .page-wrapper p a,
.page-wrapper p a{
  color: #00c8ff;
  text-transform: initial;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pod-content div a{
  color: #00c8ff;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}


#home .page-wrapper p a .fa-long-arrow-right,
.page-wrapper p a .fa-long-arrow-right,
.pod-content div a .fa-long-arrow-right,{
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  right: 0;
}

#home .page-wrapper p a:hover .fa-long-arrow-right, #home .page-wrapper p a:focus .fa-long-arrow-right,
.page-wrapper p a:hover .fa-long-arrow-right, .page-wrapper p a:focus .fa-long-arrow-right,
.pod-content div a:hover .fa-long-arrow-right, .pod-content div a:focus .fa-long-arrow-right{
  right: -5px;
}

#home .page-wrapper #section2 {
  background: #FFFFFF;
  padding: 1rem 0;
  float:left;
  width:100%;
  position: relative;
  z-index: 1;
}

#home .page-wrapper #section2 h3 {
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #99918a;
  text-transform: uppercase;
  text-align: center;
}

#home .page-wrapper #section2 .cs {
  text-align: center;
}

#home .page-wrapper #section2 .cs a {
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#home .page-wrapper #section2 .cs a:hover {
  opacity: .7;
}

#home .page-wrapper #section2 .cs a h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #555555;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: capitalize;
  margin: 0;
  padding: 7px 10px;
}

#home .page-wrapper #section2 .cs a p {
  font-style: italic;
}

#home .page-wrapper #section2 .cs a:hover h5 {
  background: #e5f9ff;
  color: #00c8ff;
  border-radius: 3px;
}

#home .page-wrapper #section3 {
  position: relative;
  z-index: 1;
  width:100%;
  float:left;
  background: #f0f0f0;
  background: url() no-repeat center 2rem/90% auto #F0F0F0;
  padding: 40% 0 3rem;
}

#home .page-wrapper #section3 h3 {
  font-size: 1rem;
  line-height: 27px;
  color: #99918a;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

#home .page-wrapper #section3 h5 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 0.825rem;
  line-height: 0.95rem;
  margin: 0rem 0 0.5rem;
  text-transform: none;
}

#home .page-wrapper h1 {
  text-transform: capitalize;
}

#home .page-wrapper #section1 h3 a:hover {
  color: #00c8ff;
}

#home .page-wrapper #section1 h3 a:hover i {
  color: #00c8ff;
}


/*  End  */

/*  Process Layout  */

#process .hero .right img {
  width: 100%;
}

.cm-process-layout .addthis {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 15px;
}

#process .hs-cta a {
  line-height: 1.5em;
  font-size: 16px;
}

.cm-process-layout .body-container.parallax-bg {
  padding: 0 !important;
  background: none !important;
}

#process .hero .right {
  position: relative;
  z-index: 1;
  margin-bottom: -75px;
}

#process .page-wrapper {
  padding-top: 5rem;
}

#process .page-wrapper .content-group {
  margin: 0 !important;
}

.hero {
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/slider-bg-1.jpg) no-repeat center top/170% auto #003b6f;
  padding-top: 0;
  margin-top: 40px;
  position: relative;
}

#process .cm-process-banner .hero {
  margin-top: 75px;
}

#process .hero h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 2.375rem;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 0.2rem;
}

#process .hero p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #bcbabb;
  font-size: 0.9375rem;
}

.triangle {
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/Packleaderusa-Images/triangle.png) no-repeat scroll center center transparent;
  height: 50px;
  margin-top: -40px;
  position: relative;
}

#process .triangle {
  z-index: 0;
  position: relative;
}

#process .section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#process .section h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #00569f;
  font-size: 1.5625rem;
  text-transform: uppercase;
}

#process .section h2 span {
  border: 2px solid;
  width: 36px;
  display: block;
  float: left;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 20px;
  line-height: 32px;
}

#process .section h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  color: #333333;
  margin-bottom: 4px;
}

#process .section p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #555555;
  line-height: 2;
}

#process .hs-cta {
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/talk-to-a-labeling-expert.jpg) no-repeat center center #868686;
  background-size: cover;
  text-align: center;
  padding: 70px 0;
}

#process .hs-cta h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #ffffff;
}

#process .hs-cta p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
  max-width: 80%;
  margin: 20px auto 30px;
  line-height: 1.3;
}

/*  End  */

/*  Bottom Contact Group  */

.bottom-contact-group {
  margin: 0 0 15px;
  padding: 15px 0 40px;
  text-align: center;
}

.bottom-contact-group h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #003b6f;
  font-size: 0.875rem;
  line-height: 1.875rem;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
}

.bottom-contact-group h3 span {
  font-weight: 900;
}

.bottom-contact-group h3 span.hs-cta-wrapper {
  margin-top: 1rem;
  display: block;
  font-size: 1rem;
  font-weight: 900;
}


/*  End  */

/*  About Layout  */

.about-page.has-no-banner .left-content-group {
  margin-top: 21px;
}

.about-page .body-container .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sidebar.right .testimonial-group .testimonial-item,
.event-page .testimonial-group .testimonial-item {
  display:none;
}

.sidebar.right .testimonial-group .testimonial-item:first-child, 
.sidebar.right .testimonial-group .testimonial-item:nth-child(2),
.event-page .testimonial-group .testimonial-item:first-child,
.event-page .testimonial-group .testimonial-item:nth-child(2) {
  display: block;
}

.about-page .sidebar.right {
  margin-top: 41px;
  width: calc(100% - 68.66667%)!important;
  margin-left: 0.8375rem !important;
  float: right;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar.right blockquote p {
  color: #FFFFFF;
}

blockquote p span.quote {
  font-family: helvetica, sans-serif;
  font-size: 60px;
  line-height: 65px;
  margin-left: 3px;
  position: absolute;
  opacity: .35;
}

blockquote p span.quote:first-child {
  line-height: 0;
  margin: 0 5px 0 0;
  position: relative;
  top: 25px;
}

.sidebar.right blockquote cite {
  color: #FFFFFF;
}

.sidebar.right blockquote cite:before {
  content: "\2014 \0020";
}

.sidebar.right blockquote cite a {
  color: #699AC7;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar.right blockquote cite a:hover {
  color: #00c8ff;
}

.about-page .sidebar.right h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 1.85rem;
  text-transform: uppercase;
  margin-top: -6px;
  padding-top: 25px;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.about-page .sidebar.right .hs_cos_wrapper_type_rich_text p {
  color: #D6D5D5;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25;
}

a.btn:hover, 
a.btn:focus {
  color: #003b6f;
  outline: 0;
}

a.btn {
  background: #00c8ff;
  color: #FFFFFF;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  padding: 2px 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
  margin: 0 0 1.25rem;
}

.event-page .right-content-group .sidebar.right {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 85px;
  margin-bottom: 4rem;
}

/*  End  */

/*  Corporate Location */

.corporate-location-group {
  margin-top: 0px;
  width: 100%;
  display: inline-block;
}

.corporate-location-group .inner-group {
  margin-left: -0.9375rem !important;
  margin-right: -0.9375rem !important;
  width: calc(100% + 1.8750rem) !important;
}

.corporate-location-group .inner-group .content:last-child {
  float: right;
}

.corporate-location-group .inner-group .content {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.corporate-location-group .inner-group ul {
  background: #F0F0F0;
  border: none;
  color: #555555;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 1rem;
  margin: 0 0 1.25rem 0;
  list-style: none;
}

.corporate-location-group .inner-group ul li span {
  font-size: 1rem;
  font-weight: bold;
  text-transform: capitalize;
}

.corporate-location-group .inner-group ul li {
  display: block;
  font-size: 0.875rem;
  line-height: normal;
  margin: 0;
}

.corporate-location-group .inner-group ul li a {
  color: #00c8ff;
}

/*  End  */

/*  Sidebar Recent Post */

.recent-post-group h4 {
  border-bottom: 1px solid #00549f;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
  margin-top: 13px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.recent-post-group .hs-rss-item {
  margin: 0rem 0 0.4375rem;
}

.recent-post-group .hs-rss-item .hs-rss-item-text {
  width: 100%;
  float: none;
  padding: 0;
}

.recent-post-group .hs-rss-item .hs-rss-item-text a.hs-rss-title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: .9rem;
  line-height: 1.125rem;
  padding: 5px 15px;
  color: #D6D5D5;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.recent-post-group .hs-rss-item .hs-rss-item-text a.hs-rss-title:hover {
  color: #00c8ff;
}

.about-page .sidebar.right form .hs-richtext h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #d6d5d5;
  font-size: 1.285rem;
  line-height: 1rem;
  padding-top: 0;
  display: block;
  text-transform: uppercase;
  margin-top: -1px;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.about-page .sidebar.right form .hs-richtext hr {
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/service-form-hr.png) repeat-x center center transparent;
  display: inline-block;
  height: 10px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin: 10px auto 4px;
  padding: 10px 0;
}

.about-page .sidebar.right form .hs-form-field > label {
  color: #FFFFFF;
  font-family: 'Lato',sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0 0 3px 0;
  letter-spacing: .01em;
}

.about-page .sidebar.right form .form-columns-2 .hs-form-field:last-child {
  padding-right: 0 !important;
  padding-left: 1% !important;
  margin: 0 !important;
}

.about-page .sidebar.right form .form-columns-2 .hs-form-field {
  width: 50% !important;
  padding-right: 1% !important;
}

.about-page .sidebar.right form .hs-input {
  border-radius: 0;
  margin: 0 0 1rem;
  padding: 10px 0;
  width: 100%;
  text-indent: 10px;
  color: #003A6F;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid #DCDCDC !important;
  font-family: "Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;
}

.about-page .sidebar.right form select {
  height: auto;
  padding: 10px !important;
  -webkit-appearance: none;
  outline: none;
  background-image: none;
  background: none repeat scroll 0 0 #EEEEEE;
  text-indent: 0 !important;
  font-size: 15.6px !important;
  font-family: Lato, sans-serif !important;
}

.about-page .sidebar.right form .hs-input:focus {
  background: #fff;
}

.about-page .sidebar.right form span.hs-form-required {
  color: red;
  font-weight: bold;
  margin-left: 1%;
}

.about-page .sidebar.right form textarea {
  min-height: 96px;
}

.about-page .sidebar.right form .input ul.inputs-list {
  margin-top: 7px;
}

.about-page .sidebar.right form .input ul.inputs-list li label span {
  color: #FFFFFF;
  font-family: 'Lato',sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: none;
  display: inline-block;
  width: 92%;
  vertical-align: top;
  padding-left: 9px;
  margin-top: -5px;
}

.about-page .sidebar.right form input.hs-button.primary.large {
  margin-top: -4px;
  border-radius: 0;
  font-family: 'Titillium Web',sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: medium none;
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

.about-page .sidebar.right form .hs-input.invalid.error {
  margin-bottom: 0 !important;
  background: #FFCCCC;
}

.about-page .sidebar.right ul.hs-error-msgs.inputs-list {
  margin: 0 0 1rem!important;
}

.about-page .sidebar.right ul.hs-error-msgs.inputs-list label {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  clear: both;
  color: #FF7070 !important;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 10px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  width: 100%;
}

/*  End  */

/* Two Column Equal Group */

.two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content h3 strong {
  color: #007ecf;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: .975rem;
  text-transform: none;
  display: inline;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.two-col-equal-image-group .two-col-equal-image-item {
  background: #FFFFFF;
  margin-bottom: 5px;
  padding: 0;
  display: inline-block;
}

.two-col-equal-image-group .two-col-equal-image-item .inner-group {
  margin-left: -0.9375rem !important;
  margin-right: -0.9375rem !important;
  width: calc(100% + 1.275rem);
  display: inline-block;
}

.two-col-equal-image-group .two-col-equal-image-item .inner-group .content {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content a img {
  display: none;
}

.two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content a {
  color: #007ecf;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.688rem;
  text-transform: uppercase;
  max-height: 80px;
  min-height: 80px;
  display: table;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  display: table-cell;
  color: #007ecf;
  padding: 0 10px 0 135px;
  text-align: left;
  vertical-align: middle;
  line-height: .975rem;
  width: 100%;
  height: 80px;
  text-transform: none;
  font-size: 1rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content a:hover h3, 
.two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content a:hover h3 strong {
  color: #00c8ff;
}

.two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content .bottom-content p a {
  color: #00c8ff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  max-height: 100%;
  min-height: 100%;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content .bottom-content p a i {
  position: relative;
  right: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content .bottom-content p a:hover i {
  right: -5px;
}

.two-col-equal-image-group .two-col-equal-image-item .bottom-content {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.two-col-equal-image-group {
  line-height: 1;
}

.two-col-equal-image-group .two-col-equal-image-item .bottom-content {
  margin-top: 1px;
}

.about-page.type2 .left-col .hs_cos_wrapper_type_module:first-child .two-col-equal-image-group .two-col-equal-image-item:before,
.event-page .left-col-top-section .hs_cos_wrapper_type_module:first-child .event-detail-group:before,
.case-page .left-col-top-section .hs_cos_wrapper_type_module:first-child .event-detail-group:before {
  background-image: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/page-content-triangle.png);
  position: absolute;
  top: -22px;
  width: 100%;
  height: 22px;
  content: '';
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.two-col-equal-image-group .two-col-equal-image-item {
  position: relative;
}

/*  End  */

/*  Contact Page  */

.main-content .form-columns-2 .hs-form-field {
  width: 48% !important;
}

.contact-page .main-content {
  margin-top: 14px;
}

.contact-page .main-content:before {
  top: -21px;
}

.contact-page .main-content form .hs-input {
  max-width: 100%;
  width: 100%;
}

.contact-page .sidebar.right .testimonial-group .testimonial-item:nth-child(3) {
  display: block;
}

.contact-page .sidebar.right .page-header.section-header {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 1.85rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-top: -1px;
  padding-top: 25px;
  margin-bottom: 0.5rem;
}

.contact-page .sidebar.right .page-header.section-header h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #d6d5d5;
  font-size: 1.285rem;
  line-height: 1rem;
  padding-top: 0;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.contact-page .sidebar.right .page-header.section-header p.secondary-header {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 1.85rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}

.contact-page .sidebar.right blockquote p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

.contact-page .main-content form .hs_subscriber_pack_leader_usa_newsletter legend.hs-field-desc {
  color: #003A6F;
  width: 100%;
  margin: 0;
  font-size: 11px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background: none;
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
}

.contact-page .main-content form .input ul.inputs-list li label input {
  margin: 3px 5px 3px 0px;
  display: inline-block;
  vertical-align: text-bottom;
}

.contact-page .main-content form .input ul.inputs-list li label span {
  vertical-align: super;
}

.contact-page .main-content form .input ul.inputs-list li label {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  white-space: normal;
  margin: 0;
  text-transform: capitalize;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-page .main-content form .input ul.inputs-list {
  margin-top: 10px;
  color: #003A6F;
  display: inline-block;
  width: 100%;
}

.contact-page .corporate-location-group {
  background: #FFFFFF;
  margin-bottom: 5px;
  padding: 0;
}

/*  End  */

/*  Event Layout  */

.event-detail-group {
  padding: 15px 20px;
  margin-bottom: 1rem;
  background: #FFFFFF;
  line-height: 1;
  position: relative;
}

.event-detail-group a {
  color: #007ecf;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.688rem;
  text-transform: uppercase;
  max-height: 80px;
  min-height: 80px;
  display: table;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.event-detail-group a h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  display: table;
  color: #007ecf;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 1rem;
  line-height: .975rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  height: auto;
}

.event-detail-group a h3 span {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: .975rem;
  text-transform: none;
  display: block;
}

.event-detail-group aside.date {
  background: #007ecf;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: table;
  vertical-align: middle;
  font-size: 0.75rem;
  left: 0;
  margin: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
}

.event-detail-group .bottom-content {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.event-detail-group .bottom-content p a {
  color: #00c8ff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  display: inline-block;  
}

.event-detail-group .bottom-content p a i {
  position: relative;
  right: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-left: 4px;
}

.event-detail-group a:hover h3 {
  color: #00c8ff;
}

.event-page .right-content-group {
  width: calc(100% - 68.66667%)!important;
  margin-left: 0.8375rem !important;
  float: right;
  padding-top: 0;
  padding-bottom: 0;
}

.event-page .testimonial-group .testimonial-item cite:before {
  content: "\2014 \0020";
}

.event-page .testimonial-group .testimonial-item cite a {
  color: #6F6F6F;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.event-page .testimonial-group .testimonial-item cite a:hover {
  color: #007ecf;
}

.event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text {
  background: #FFFFFF;
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
}

.event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  column-count: 2;
  column-gap: 1rem;
  -moz-column-count: 2;
  -moz-column-gap: 1rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 1rem;
  list-style-position: outside;
}

.event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text ul li {
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text ul li span {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.4;
  display: inline-block;
}

.event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text ul li span:before {
  content: "\f111";
  position: absolute;
  left: -15px;
  font-family: fontawesome;
  font-size: 7px;
  top: 13px;
  line-height: normal;
  margin-top: -4px;
}

.event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text ul li span small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/*  End  */

/*  Event Type2 Layout  */

.banner-group h1 a {
  color: #fff;
}

.event-type2 .banner-group {
  margin-bottom: 7px;
}

.future-event-group h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-bottom: 1.688rem;
  text-transform: capitalize;
  margin-top: 0.1rem;
}

.future-event-group aside {
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  color: #99918A;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 1.25rem;
  padding: 7px 0;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.future-event-group aside strong {
  color: #555555;
}

.future-event-group aside time {
  color: #F04124;
  display: inline-block;
}

.future-event-group aside span.label {
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  position: relative;
  top: 0;
  background-color: #f04124;
  color: #fff;
  font-weight: normal;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: normal;
  display: inline-block;
  font-size: 0.6875rem;
}

.future-event-group .event-content-group img {
  margin-bottom: 1.25rem;
}

.event-page.event-type2 .testimonial-group .testimonial-item:nth-child(2) {
  display: none;
}

.addthis a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.event-page.event-type2 .right-content-group .sidebar.right {
  margin-top: 25px;
}

.sidebar-future-events h4 {
  border-bottom: 1px solid #00549f;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
  margin-top: 12px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.sidebar-future-events ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-position: inside;
}

.sidebar-future-events ul li {
  margin: 0rem 0 0.4375rem;
  font-size: 0.875rem;
}

.sidebar-future-events ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: .9rem;
  line-height: 1.125rem;
  padding: 5px 15px;
  color: #D6D5D5;
  text-transform: capitalize;
  margin: 0;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-future-events ul li a:hover {
  color: #00c8ff;
}

.pagination-centered {
  margin-bottom: 2rem;
  font-weight: bold;
}

.pagination-centered > ul {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
  padding: 0;
  list-style: none;
}

.pagination-centered > ul li {
  display: inline-block;
  height: 1.5rem;
  color: #222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
  float: left;
}

.pagination-centered > ul li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.pagination-centered > ul li.arrow.right {
  float: right;
}

.pagination-centered > ul li:hover a {
  background: #e6e6e6;
}

.future-event-group aside.expand-date time {
  color: #99918A;
}

/* End  */


/*  Case Study Type2 Styling  */

.banner-group h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #00c8ff;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
}

.case-page-type2 .right-content-group .sidebar.right {
  margin-top: 106px;
}

.case-study-sidebar-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-study-sidebar-link ul li {
  margin: 0rem 0 0.4375rem;
  font-size: 0.875rem;
}

.case-study-sidebar-link ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: .9rem;
  line-height: 1.125rem;
  padding: 5px 15px;
  color: #D6D5D5;
  text-transform: capitalize;
  margin: 0;
  display: block;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.case-study-sidebar-link ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.case-study-sidebar-link ul li a:hover {
  color: #00c8ff;
}

.right-content-group .hs-cta-wrapper {
  margin: 1rem 0;
  display: block;
}

/* End  */

/*  Two Column Right Layout  */

.two-col-right .parallax-bg {
  background-attachment: inherit;
  background-size: auto;
}

.two-col-right .banner-group h1 small {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #00c8ff;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3.25rem;
  display: block;
  margin-top: 0.1rem;
  margin-bottom: -3px;
}

.two-col-right .banner-group h4 a {
  font-family: 'Lato', sans-serif;
  font-weight: 900 !important;
  font-size: 30px;
  line-height: 36px;
  background: none;
  color: #b3b3b3;
  padding: 0;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: inline-block;
  margin:0 0 0.55rem;
  position: relative;
  text-decoration: none;
}

.two-col-right .banner-group h4 a:hover {
  opacity: .8;
}

.two-col-right .banner-group h4 {
  margin: -3px 0 0;
}

.two-col-right .right-content-group .sidebar.right {
  margin-top: 105px;
}

.two-col-right .right-content-group .sidebar.right .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
}

.two-col-right .right-content-group .sidebar.right .hs_cos_wrapper_type_linked_image img {
  margin: -117px auto 0;
  display: inline-block;
  position: relative;
  text-align: center;
  max-width: 100%;
}

.two-col-right .right-content-group .sidebar.right .section-header h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 1.85rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-top: -1px;
  padding-top: 25px;
}

.two-col-right .right-content-group .sidebar.right .section-header p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #d6d5d5;
  font-size: 1.285rem;
  line-height: 1rem;
  padding-top: 0;
  text-transform: uppercase;
  margin-top: -1px;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.two-col-right .right-content-group .sidebar.right .section-header {
  position: relative;
  margin-bottom: 28px;
}

.pldr-hr-bar-wrapper{
  position:relative;
  overflow:hidden;
}

.pldr-hr-bar:after,
.two-col-right .right-content-group .sidebar.right .section-header:after {
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/service-form-hr-1.png) repeat-x center center transparent;
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
}

.two-col-right .right-content-group form {
  padding: 16px 5px 20px;
}

.two-col-right .right-content-group .sidebar.right form .field {
  margin-bottom: 9px;
}
.two-column .form form .form-columns-2 .hs-form-field,
.two-col-right .right-content-group .sidebar.right form fieldset.form-columns-2 .hs-form-field,
.two-column .sidebar.sidebar-form form fieldset.form-columns-2 .hs-form-field{
  width: 48% !important;
  float: left;
}

.two-col-right .right-content-group .sidebar.right form fieldset.form-columns-2 .hs-form-field:first-of-type {
  margin-right: 2%;
}

.two-col-right .right-content-group .sidebar.right form fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-left: 2% !important;
  padding: 0 !important;
  margin-bottom: 9px !important;
}

.two-col-right .right-content-group .sidebar.right form label {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  float: none;
  width: 100%;
  color: #FFF;
  text-align: left;
  letter-spacing: 0;
}

.two-col-right .right-content-group .sidebar.right form .hs-input,
.equip-form-group form .hs-input {
  max-width: 100%;
  width: 100%;
  line-height: normal;
  min-height: 30px;
  padding: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  background: #d9d9d9;
  margin: 0;
  text-indent: 0;
  border: 0 !important;
}

.two-col-right .right-content-group .sidebar.right form .hs-input:focus,
.equip-form-group form .hs-input:focus {
  background: #FFFFFF;
  color: #555555;
  outline: none;
}

.two-col-right .right-content-group .sidebar.right form ul.hs-error-msgs.inputs-list label,
.equip-form-group form ul.hs-error-msgs.inputs-list label {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  white-space: normal;
  margin: 0;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 11px !important;
  line-height: 1.2 !important;
  padding: 5px !important;
  background: #D05858;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.two-col-right .right-content-group .sidebar.right form ul.hs-error-msgs.inputs-list,
.equip-form-group form ul.hs-error-msgs.inputs-list {
  margin: 0 !important;
  padding: 0 !important;
}

.about-page .sidebar.right form span.hs-form-required,
.equip-form-group form span.hs-form-required {
  color: #D05858;
}

.two-col-right .right-content-group .sidebar.right form .hs-input.invalid.error,
.equip-form-group form .hs-input.invalid.error {
  background: #d9d9d9;
}
.two-column .form form legend.hs-field-desc,
.two-col-right .right-content-group .sidebar.right form legend.hs-field-desc,
.equip-form-group form legend.hs-field-desc {
  color: #FFF;
  width: 100%;
  margin: -3px 0 0;
  font-size: 11px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background: none;
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
}

.two-col-right .right-content-group .sidebar.right form .hs-form-field ul.inputs-list,
.equip-form-group form .hs-form-field ul.inputs-list {
  padding: 6px 0 0;
  margin: 0;
  list-style: none;
}

.two-col-right .right-content-group .sidebar.right form .hs-form-field ul.inputs-list > li,
.equip-form-group form .hs-form-field ul.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
}

.two-col-right .right-content-group .sidebar.right form .hs-form-field ul.inputs-list > li label,
.equip-form-group form .hs-form-field ul.inputs-list > li label {
  color: #FFF;
  vertical-align: middle;
  display: block;
}

.two-col-right .right-content-group .sidebar.right form .hs-form-field ul.inputs-list > li label input,
.equip-form-group form .hs-form-field ul.inputs-list > li label input {
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.two-column .form form .hs-form-field ul.inputs-list > li label span,
.two-col-right .right-content-group .sidebar.right form .hs-form-field ul.inputs-list > li label span,
.equip-form-group form .hs-form-field ul.inputs-list > li  label span {
  color: #FFF;
  text-transform: capitalize;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  margin: 9px 0 0 !important;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.two-col-right .right-content-group .sidebar.right form input.hs-button.primary.large,
.equip-form-group form input.hs-button.primary.large {
  box-shadow: none;
  margin-top: 0;
  border: none;
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 8px 26px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.two-col-right .right-content-group .sidebar.right form .hs_error_rollup,
.equip-form-group form .hs_error_rollup {
  margin-bottom: 20px;
}

/*  End  */

/*  Compare Layout  */


.cm-comparison-chart .table-wrapper .pinned {
  border: none !important;
  width: 130px;
  padding-right: 17px;
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/compar-chart-bg-shadow.png) repeat-y scroll right center transparent;
  margin-bottom: 0;
}

.cm-comparison-chart .table-wrapper .scrollable {
  border: none;
  margin-left: 112px;
}

.cm-comparison-chart .table-wrapper .scrollable .responsive {
  margin-bottom: 0;
  border: none;
}

.banner-group .cm-comparison-chart-form {
  display: block;
}

p.cm-comparison-chart-label {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin: 0 0 13px;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  display: none;
}

.full form {
  margin: .5rem 0 0;
}

.full form span.prefix, .full form label.prefix {
  background: #99918A;
  border: none;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  height: 45px;
  line-height: 2.65rem;
}

.full form span.prefix span, .full form label.prefix span {
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/prefix-triangle.png) left center no-repeat transparent;
}

.full form select {
  background: #fff;
  height: 45px;
  padding: 7px 20px;
  color: #99918a;
  text-transform: capitalize;
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-radius: 0;
  margin: 0 0 1rem;
  max-width: 100%;
}

.banner-group.banner-group-with-form {
  margin: 0 -0.9375rem;
}

.full form::after {
  content: "\f0d7";
  font-family: fontawesome;
  display: block;
  visibility: visible;
  color: #99918a;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -17px;
  font-size: 24px;
  line-height: normal;
}

.banner-group.banner-group-with-form .hs-breadcrumb-content.clearfix {
  min-height: 55px;
  clear: both;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}


.cm-comparison-chart-form {
  display: none;
}

.cm-comparison-chart {
  background: #fff;
  position: relative;
  z-index: 9;
  margin-top: -2px;
}

.cm-comparison-chart-top-content-wrapper {
  padding: 25px;
}

.cm-comparison-chart-top-content {
  max-width: 66.66%;
}

.cm-comparison-chart-top-content h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.25rem !important;
  line-height: 1.5rem;
  color: #003b6f;
}

.cm-comparison-chart table {
  border-spacing: 0;
  border-collapse: collapse;
  background: #FAFCFD;
  border: none;
  border-bottom: 3px solid #99918a;
  margin-bottom: 1.25rem;
}

.cm-comparison-chart table th {
  padding: 0.5625rem 0.625rem;
  background: #99918a;
  color: #FFFFFF;
  font-size: .8125rem;
  line-height: .875rem;
  border-left: 1px solid #FAFCFD;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-align: left;
}

.cm-comparison-chart table th:first-child {
  text-transform: uppercase;
  font-size: 1rem;
  border-left: none;
}

.cm-comparison-chart table td {
  padding: 0.5625rem 0.625rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: .8125rem;
  line-height: .875rem;
  color: #555555;
  text-align: center;
  border-left: 1px solid #d6d5d5;
  display: table-cell;
}

.cm-comparison-chart table td:first-child {
  text-align: left;
  max-width: 120px;
  border-left: none;
}

.cm-comparison-chart table td:first-child {
  max-width: 100%;
}

.cm-comparison-chart table td h4 {
  margin: 0;
  line-height: .875rem;
  font-size: 1.4375rem;
}

.cm-comparison-chart table td h4 a {
  color: #007ecf;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}

.cm-comparison-chart table tr:nth-of-type(2n) {
  background: #F0F5F9;
}

.cm-comparison-chart table td p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #555555;
  font-size: .8125rem;
  line-height: .875rem;
  margin-bottom: 0;
  margin-top: 5px;
}

.cm-comparison-chart table td i {
  font-size: 0;
}

.cm-comparison-chart table td i:before {
  font-size: 1.5rem;
}

.cm-comparison-chart table td i.fa-check-square-o {
  color: #219c00;
}

.cm-features-list-group {
  background: #fff;
  padding: 25px;
  margin-bottom: 1.75rem;
}

.cm-features-list-group h3 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #333333;
}

.cm-features-list-group h3 a {
  color: #99918a;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.688rem;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.cm-features-list-group h3 a i {
  display: none;
  float: right;
  line-height: 1.5rem;
}

p.full-chart {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

p.full-chart > a {
  color: #00c8ff;
  text-transform: uppercase;
  font-size: .8125rem;
  line-height: 1.875rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}

div#features-list {}

div#features-list p.full-chart {
  display: none;
}

div#features-list ul {
  column-count: 2;
  column-gap: 1rem;
  -moz-column-count: 2;
  -moz-column-gap: 1rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

div#features-list ul > li {
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

/*  End  */

/*  Equipment Layout  */

.equipment-page .parallax-bg {
  padding: 0 !important;
  background-position: unset !important;
  background-color: transparent !important;
  margin-top: -1px;
}

.equipment-page .parallax-bg .banner-slider-group {
  margin-top: 30px;
  padding-top: 45px;
  position: relative;
  background-color: #003b6f;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 170% auto;
}

.banner-slider-group .slick-slider {
  padding: 0 !important;
  margin: 0 !important;
}

.banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption {
  padding: 1rem 0 0 0;
  width: 100%;
  text-align: center;
  float: left !important;
}

.banner-slider-group .slick-slider .slick-slide-inner-wrapper > img {
  padding: 0;
  text-align: center;
  width: 100%;
  display: block;
  float: none !important;
}

.banner-slider-group .slick-slider .slick-arrow {
  display: none !important;
}

.banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.313rem;
  line-height: 1.688rem;
  color: #FFFFFF;
  text-transform: none;
}

.banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h2 a small {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: table;
  font-size: 1.5rem;
  color: #00c8ff;
  text-transform: uppercase;
  line-height: 1.5rem;
  min-width: 200px;
  padding: 10px 30px;
  margin: 15px auto;
  border: 1px solid #00c8ff;
  border-radius: 3px;
}

.banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption .lh2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.313rem;
  line-height: 1.688rem;
  color: #FFFFFF;
  text-transform: none;
}

.banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption .lh2 a small {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: table;
  font-size: 1.5rem;
  color: #00c8ff;
  text-transform: uppercase;
  line-height: 1.5rem;
  min-width: 200px;
  padding: 10px 30px;
  margin: 15px auto;
  border: 1px solid #00c8ff;
  border-radius: 3px;
}

.banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #b3b3b3;
  font-size: 1rem;
  line-height: 1.5rem;
}

.banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h6 a {
  background: #00c8ff;
  color: #FFFFFF;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h6 a:hover {
  color: #003b6f;
}

.equipment-page .content-group {
  margin: 0;
}

.equipment-page .page-bg {
  height: 50px;
  margin-top: -40px;
  position: relative;
}

.banner-slider-group .slick-slider ul.slick-dots {
  bottom: -33px;
  left: 0;
  right: auto;
  position: relative;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  z-index: 9;
}

.banner-slider-group .slick-slider ul.slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}

.banner-slider-group .slick-slider ul.slick-dots li button {
  background: #99918A;
  border-radius: 20px;
  display: block;
  height: 10px;
  margin: 3px;
  opacity: 1;
  width: 10px;
  padding: 0;
}

.banner-slider-group .slick-slider ul.slick-dots li button:before {
  display: none;
}

.banner-slider-group .slick-slider ul.slick-dots li.slick-active button {
  background: #FFFFFF;
  border: 1px solid #99918A;
}

.equipment-page .row1-group {
  background: #f0f0f0;
  width: 100%;
  position: relative;
  padding-top: 0;
  z-index: 10;
}

.equipment-page .row1-group .right-content-group {
  float: right !important;
  margin: 0 !important;
  width: 25%!important;
  padding-left: 1.4375rem;
}

.equipment-page .row1-group .left-content-group {
  width: 75% !important;
  padding-right: 0.4375rem;
}

.equipment-page .row1-group .left-content-group .left-col h1 {
  color: #003b6f;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: capitalize;
  margin-top: 0.2rem;
}

.equipment-page .row1-group .left-content-group .left-col .hs_cos_wrapper_type_rich_text p {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.equipment-page .row1-group .left-content-group .left-col .hs_cos_wrapper_type_rich_text p span {
  color: #555555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: none;
  margin-bottom: 1.25rem;
  display: inline-block;
  width: 100%;
}

.equipment-product-group {
  position: relative;
  background: #FFFFFF;
  margin: 5px 0;
  clear: both;
  display: flex;
  width: 100%;
}

.equipment-product-group .left-col {
  text-align: center;
  padding: 0;
}

.equipment-product-group .right-col {
  background: #FFFFFF;
  padding: 0;
}

.equipment-product-group .right-col h3 {
  margin: 0;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
}

.equipment-product-group .right-col h3 a {
  color: #007ecf;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.688rem;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 5px 30px 5px 10px;
}

.equipment-product-group .right-col h3 a:hover {
  color: #00c8ff;
}

.equipment-product-group .right-col .bottom-content a {
  color: #00c8ff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.equipment-product-group .right-col .bottom-content a i {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  right: 0;
}

.equipment-product-group .right-col .bottom-content a:hover i {
  right: -5px;
}

.equipment-product-group .right-col h3 a strong {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.equipment-page .row1-group .page-center {
  padding-bottom: 0;
}

.equipment-page .row1-group .right-content-group {
  position: relative;
}

.equipment-page .row1-group .right-content-group .addthis {
  position: absolute;
  top: -40px;
  z-index: 10;
}

.equipment-page .row1-group .right-content-group h4 {
  color: #333333;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.equipment-page .row1-group .right-content-group ul {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.equipment-page .row1-group .right-content-group ul li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}

.equipment-page .row1-group .right-content-group ul li a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  background: #e0dfde;
  margin: 2px 0;
  padding: 10px;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  border-radius: 4px;
  line-height: 1.125rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.equipment-page .row1-group .right-content-group ul li a:hover {
  color: #00c8ff;
}

.equipment-product-group .content .inner-group .bottom-content {
  display: none;
}

.equipment-page ul.hs-breadcrumb-menu {
  padding: 0;
  margin-top: -49px !important;
  position: relative;
  z-index: 10;
  top: -28px;
}

/*  End  */


/*  Equipment Layout Type2 */

.related-product-group {
  position: relative;
}

.related-product-group > h4 {
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/CSS/related-products-dots-bg.png) repeat-x left top transparent;
  color: #555555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.313rem;
  font-style: italic;
  text-transform: capitalize;
  margin: 25px 0;
  text-align: center
}

.related-product-group .slick-slider {
  padding: 0 !important;
  margin: 0 !important;
}

.related-product-group .slick-slider ul.slick-dots {
  display: none !important;
}

.banner-slider-group.type2 .left-content-group {
  padding: 1.5rem 0 3.5rem;
  position: relative;
}

.banner-slider-group.type2 .left-content-group h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.313rem;
  line-height: 1.688rem;
  text-transform: none;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.banner-slider-group.type2 .left-content-group p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #b3b3b3;
  font-size: 1rem;
  line-height: 1.5rem;
}

.banner-slider-group.type2 .left-content-group h6 a {
  position: relative;
  background: #00c8ff;
  color: #FFFFFF;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.banner-slider-group.type2 .left-content-group h6 a:hover, 
.banner-slider-group.type2 .left-content-group h6 a:focus {
  color: #003b6f;
}

.banner-slider-group.type2 .left-content-group h6 {
  display: block;
  margin-top: 2rem;
  margin-bottom: 0;
  position: relative;
}

.banner-slider-group.type2 .left-content-group h1 small {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #00c8ff;
  border: 1px solid #00C8FF;
  border-radius: 3px;
  display: table;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.5rem;
  margin: 15px auto;
  min-width: 200px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.banner-slider-group.type2 .slider-content-group .slick-slider .slick-slide-inner-wrapper > img {
  max-width: 100%;
  float: none !important;
  padding: 0 !important;
  cursor: pointer;
}

.banner-slider-group.type2 .slider-content-group .slick-slider ul.slick-dots {
  display: none !important;
}

.banner-slider-group.type2 .page-center {
  position: relative;
}

.banner-slider-group.type2 .hs_cos_gallery_thumbnails {
  width: calc(100% - 190px) !important;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
}

.banner-slider-group.type2 .hs_cos_gallery_thumbnails .slick-list.draggable {
  padding: 0 !important;
}

.banner-slider-group.type2 .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
  padding: 0;
  max-width: 100%;
  float: none !important;
}

.banner-slider-group.type2 .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track {
  width: auto !important;
  transform: none !important;
}

.banner-slider-group.type2 .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .hs_cos_gallery_slide {
  width: 94px !important;
  margin: 0px 3px !important;
  max-width: 60px;
  padding: 0 !important;
  background: rgba(160, 158, 158, 0.6);
}

.banner-slider-group.type2 .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper {
  height: auto;
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  max-width: 60px;
  background: none;
  padding: 0px;
  border-radius: 3px;
  min-height: 58px;
  max-height: 58px;
  display: flex;
}

.banner-slider-group.type2 .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
  padding: 0;
  max-width: 100%;
  float: none !important;
  object-fit: contain;
}

.banner-slider-group.type2 .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .hs_cos_gallery_slide.slick-current,
.banner-slider-group.type2 .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .hs_cos_gallery_slide:hover {
  background: rgba(160, 158, 158, 1);
}

.banner-slider-group.type2 .slider-content-group {
  padding-bottom: 24px;
  padding-top: 1.5rem;
}

.tabber-group .tabber-tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.tabber-group .tabber-tab ul li {
  position: relative;
  margin-bottom: 0 !important;
  float: left;
}

.tabber-group .tabber-tab {
  display: block;
  width: 100%;
  clear: both;
}

.tabber-group .tabber-tab ul li a {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: rgb(0, 126, 207);
  padding: 13px 25px;
  display: block;
  background: #efefef;
  transition: all 500ms ease 0s;
}

.tabber-group .tabber-tab ul li.active a, 
.tabber-group .tabber-tab ul li.active a:hover {
  background: #fff;
  color: rgb(153, 153, 153);
}

.tabber-group .tabber-tab ul li a:hover {
  background: #e1e1e1;
}

.tabber-group .tabber-content {
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: rgb(85, 85, 85);
  margin-bottom: 5px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 25px;
  background: rgb(255, 255, 255);
  display: block;
  clear: both;
}

.tabber-content .active{
  color: rgb(85, 85, 85);
}

.tabber-group .tabber-content .tab-pane {
  padding: 0.9375rem 0;
}

.featured-sample-group {
  display: inline-block;
  width: 100%;
}

.featured-sample-group .image-group {
  width: 25%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  float: left;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}

.fancybox-bg {
  background: rgba(0,0,0,0.45) !important;
}

.fancybox-navigation {
  position: relative;
  top: 50%;
  text-align: center;
  margin: 0 auto;
  width: 750px;
}

.fancybox-navigation .fancybox-navigation svg {
  display: none !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
  position: absolute;
  top: 50%;
  width: 60px;
  height: auto;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: rgb(153, 145, 138);
  font-size: 3rem;
  padding: 8px 0px 12px;
  margin: -40px 0px 0px;
  border-radius: 5px;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.fancybox-navigation svg {
  display: none !important;
}



.fancybox-navigation .fancybox-button--arrow_right:after {
  content: "";
  position: relative;
  right: -1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  left: 0;
  top: 0;
  text-align: center;
  width: 50px;
  height: auto;
}

.fancybox-navigation .fancybox-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(153, 145, 138);
}

a.fancybox-button.fancybox-button--arrow_right {
  right: 30px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  position: absolute;
  top: 50%;
  width: 60px;
  height: auto;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: rgb(153, 145, 138);
  font-size: 3rem;
  padding: 8px 0px 12px;
  margin: -40px 0px 0px;
  border-radius: 5px;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  display: inline-block;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.fancybox-navigation .fancybox-button--arrow_left:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  left: -1px;
  height: auto;
  width: 50px;
  top: 0;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 30px;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe, 
.flex-video object, 
.flex-video embed, 
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.related-product-group h4 span {
  background: #F0F0F0;
  padding: 20px;
}

.controls.clickable {
  display: inline-block;
  position: absolute;
  top: -68px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.controls.clickable button {
  width: auto;
  background: #F0F0F0;
  border-radius: 0;
  color: #d6d5d5;
  display: inline-block !important;
  font-size: 0;
  margin: 5px 75px;
  opacity: 1;
  padding: 0 15px;
  height: auto;
  position: relative !important;
  top: 0 !important;
}

.controls.clickable button:hover {
  color: #007ecf;
}

.controls.clickable button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: inherit;
  opacity: 1;
}

.controls.clickable button.slick-next:before {
  content: "";
}

.controls.clickable button.slick-prev:before {
  content: "";
}

.related-product-group .slick-slide {
  margin: 0 !important;
  vertical-align: top;
}

.related-product-group .slick-slide .slick-slide-inner-wrapper {
  margin: 3px !important;
}

.related-product-group .slick-slide .slick-slide-inner-wrapper {
  background: #fff;
}

.related-product-group .slick-slide .slick-slide-inner-wrapper a img{
  object-fit: cover;
}

.related-product-group .slick-slide .slick-slide-inner-wrapper .caption.below a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.related-product-group .slick-slide .slick-slide-inner-wrapper .caption.below {
  position: relative;
}

.related-product-group .slick-slide .slick-slide-inner-wrapper .caption.below h4 {
  background: none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #555555;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 15px;
  font-style: normal;
  margin: 0;
  text-transform: capitalize;
}

.related-product-group .slick-slide .slick-slide-inner-wrapper .caption.below h4 small {
  display: block;
  color: #99918a;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.125rem;
  font-size: 0.75rem;
}

.related-product-group .slick-slide .slick-slide-inner-wrapper .caption.below {
  min-height: 102px;
}

.related-product-group {
  margin-bottom: 15px;
}

.equip-form-group {
  -webkit-backface-visibility: hidden;
  bottom: 0;
  position: fixed;
  background: #00549f;
  z-index: 260;
  top: 0;
  transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 100% !important;
  min-height: 100% !important;
  height: 100vh !important;
  overflow-y: auto !important;
  left: -260px;  
  width: 260px !important;
}

.move-right .equip-form-group{
  left:0;         
}

.equip-form-group .inner-group {
  display: block;
  margin: 0;
}

.equip-form-group .inner-group h3.form-title {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: normal;
  margin: 0;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  margin-top: -1px;
  margin-bottom: 25px;
  position: relative;
}

.equip-form-group .inner-group h3.form-title:before {
  content: '';
  background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/off-canvas-divider-1.png);
  position: absolute;
  width: 211px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  bottom: 0;
  margin: 0 auto;
}

.equip-form-group form select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff !important;
}

.equip-form-group form textarea {
  border-radius: 3px;
}

.equip-form-group form {
  display: block;
  padding: 20px;
  margin: 0;
}

.equip-form-group form .hs-form-field {
  margin-bottom: 9px;
}

.equip-form-group form fieldset.form-columns-2 .hs-form-field {
  width: 48%;
  float: left;
}

.equip-form-group form label {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  float: none;
  width: 100%;
  color: #FFF;
  text-align: left;
}

/*  End  */

/*  Resource Layout  */

.reveal-modal {
  padding: 0;
  background-color: #f0f0f0;
  top: 0;
  width: 100%;
  margin: 0;
  left: 0;
  box-shadow: none;
}

.reveal-modal {
  overflow: visible;
  background: none;
}

.reveal-modal .inner-reveal {
  position: relative;
  width: auto;
  margin: 0 auto;
  display: table;
  top: 0;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
  visibility: hidden;
  opacity: 0;
}

.reveal-modal .inner-reveal {
  top: 50%;
}

.reveal-modal .form-columns-2 .hs-form-field {
  width: 48% !important;
}

.reveal-modal.show .inner-reveal {
  visibility: visible;
  opacity: 1;
  transition: opacity 400ms linear;
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  -o-transition: opacity 400ms linear;
}

.hubform {
  display: table;
  background: #FFFFFF;
  padding: 4.5rem 3.5rem;
  text-align: left;
  max-width: 750px;
}

.hubform h3 {
  color: #00549f;
  text-transform: uppercase;
  display: block;
  font-family: 'Lato',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: 900;
  font-size: 1.6875rem;
  line-height: 1.4;
}

.hubform p {
  text-align: left;
}

.tnm-form.hs-form {
  padding-left: 0;
}

.tnm-form.hs-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}


.cm-resources-layout .main-content {
  padding: 0;
  background: none;
}

.pod.resource {
  background: #FFFFFF;
  padding: 40px 60px;
  margin-bottom: 1.75rem;
}

.pod.resource > .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.pod.resource h2 {
  margin: 0;
  margin-bottom: 40px;
  color: #555555;
  font-size: 40px;
  line-height: 1.1;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.pod.resource h2 small {
  display: block;
  line-height: normal;
  font-weight: normal;
  font-size: 45%;
  color: #555555;
}

.pod.resource h3 {
  color: #555555;
  font-weight: normal;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.25rem;
  font-family: 'Lato', sans-serif;
}

.pod-content {}

.pod-content ul li > span {
  display: block !important;
  line-height: 1.3;
  border-top: 1px solid #dddddd;
  margin: 0 0;
  padding: 8px 0;
  width: 100%;
}

.pod-content ul li > span a {
  color: #00c8ff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pod-content ul li > span:last-child {
  border-bottom: 1px solid #dddddd;
}

.cm-resources-layout  .banner-group h1 {
  font-size: 3rem;
  line-height: 2.625rem;
  margin-bottom: 21px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  margin-top: 5px;
}

.cm-resources-layout .main-content:before {
  height: 33px;
  background-size: 100% auto;
  top: -31px;
}

#wistia_187_requireEmail_email, #wistia_187_requireEmail_first_name, #wistia_187_requireEmail_last_name {
  margin-top: 0;
}

.cm-three-col-eql-cta-group .hubctas > span {
  width: calc(33.3333% - 13.5px);
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.cm-three-col-eql-cta-group .hubctas {
  font-size: 0;
}

.cm-three-col-eql-cta-group .hubctas > span + span {
  margin-left: 20px;
}

.cm-three-col-eql-cta-group {
  padding-top: 10px;
}

#site-wrapper {
  max-width: 100%;
  height: 100%;
  position: relative;
}

#site-wrapper-inner {
  overflow-x: hidden;
}

.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
  -webkit-transition: -webkit-all 500ms ease;
  -moz-transition: -moz-all 500ms ease;
  -o-transition: -o-all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  left: 0;
}

.move-right .header-container-wrapper, 
.move-right .body-container-wrapper,
.move-right .footer-container-wrapper {
  left: 260px;
}

.move-right .header-group {
  position: absolute;
}

.equip-form-group .inner-group a.form-close:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.equip-form-group .inner-group a.form-close {
  cursor: pointer;
  background: none !important;
  box-shadow: none !important;
  color: #FFFFFF;
  display: table !important;
  height: auto;
  padding: 10px;
  position: relative !important;
  text-align: right;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  line-height: 1;
  font-size: 16px;
}

.move-right #site-wrapper-inner:before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#site-wrapper-inner:before {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 250;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0;
  content: '';
  visibility: hidden;
  pointer-events: none;
  transition: all ease .3s;
}

.equipment-page.type2 ul.hs-breadcrumb-menu {
  top: -38px;
}

/*  End  */

/*  Cannbis Layout */

.footer-blog-bg {
  display: block !important;
}

/*  End  */















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


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


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

@media only screen and (min-width: 40.063em) {

  .cannabis-page .banner-slider-group.type2 {
    margin-top: 30px;
    padding-top: 45px;
  }
  .cannabis-page .page-bg {
    margin-top: -84px;
  }

  .cannabis-page .content-group {
    padding-top: 0.95rem;
  }
  .cannabis-page .hs-cm-col-wrap .left-col-group .top-flexi .hs_cos_wrapper_type_module:first-child {
    margin: 20px 0;
  }

  .hero {
    margin-top: 30px;
    padding-top: 45px;
  }

  .triangle {
    height: 85px;
    margin-top: -85px;
  }

  #home #home-hero {
    top: 40px;
  }

  #home #home-hero img {
    margin: 0 auto 0 -65%;
    min-width: 150%;
  }

  a.button.primary {
    border: none;
    font-size: 1rem;
    line-height: 1.875rem;
    padding: 5px 20px;
  }

  .cm-home-layout .page-wrapper {
    padding-top: 1rem;
  }

  #home .page-wrapper #section1 {
    padding-top: 2rem;
  }

  #home .page-wrapper #section1 h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
  }

  #home .page-wrapper #section1 p.subheader {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
    text-align: left;
  }

  #home .page-wrapper #section1 h3 {
    line-height: 1rem;
    margin: 10px 0 5px;
  }

  #home .page-wrapper #section1 h3 a {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    background: none;
    line-height: 1rem;
    padding: 0;
  }

  #home .page-wrapper p {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  #home .page-wrapper #section2 h3 {
    font-size: 1.875rem;
    line-height: 27px;
    text-align: left;
  }

  #home .page-wrapper #section2 {
    padding: 3rem 0 2rem;
  }

  #home .page-wrapper #section3 {
    background: none #F0F0F0 !important;
    padding: 5rem 0 3rem;
  }

  #home .page-wrapper #section3 .row {
    background: url() no-repeat center right/50% auto #F0F0F0;
  }

  #home .page-wrapper #section3 h3 {
    font-size: 30px;
  }

  #home .page-wrapper #section3 h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 1rem 0 1.5rem;
  }

}

@media (min-width: 768px) {

  .cannabis-page .banner-slider-group.type2 .left-content-group h1 {
    font-size: 2.875rem;
    line-height: 2.625rem;
  }

  .cannabis-page .banner-slider-group.type2 .left-content-group h1 small {
    font-size: 1.5rem;
    line-height: 3.25rem;
  }

  .error-page .sidebar.right {
    margin-bottom: 70px;
  }

  .banner-slider-group.type2 .left-content-group h1 small {
    font-size: 1.5rem;
    line-height: 3.25rem;
  }
  .banner-slider-group.type2 .left-content-group h1 {
    font-size: 2.875rem;
    line-height: 2.625rem;
  }

  .about-page.hs-content-id-6126158905 .row1-group {
    margin-bottom: 2rem;
  }

  .banner-slider-group.type2 .left-content-group {
    width: 50% !important;
    padding-right: 0.9375rem;
    float: left;
  }

  .banner-slider-group.type2 .slider-content-group {
    float: right;
    padding-left: 0.9375rem;
    width: 50%;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    width: 50px;
    margin-top: -25px;
    font-size: 2rem;
    height: 50px;
    line-height: 30px;
    background: rgb(224, 223, 225);
    border-radius: 50%;
    text-align: center;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    width: 50px;
    margin-top: -25px;
    font-size: 2rem;
    height: 50px;
    line-height: 30px;
    background: rgb(224, 223, 225);
    border-radius: 50%;
  }

  .banner-slider-group.type2 .left-content-group h1 small {
    font-size: 1.75rem;
    line-height: 2.5rem;
    border: none;
    display: block;
    font-style: italic;
    padding: 0;
    margin: 0;
    min-width: 0;
  }

  .banner-slider-group.type2 .left-content-group h6 a {
    margin-right: 25px;
    padding: 5px 35px;
    border: none;
    font-size: 1rem;
    line-height: 1.875rem;
  }

  .banner-slider-group.type2 .left-content-group h1 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.9rem;
    text-transform: uppercase;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h2 a small {
    font-size: 1.75rem;
    line-height: 2.5rem;
    border: none;
    display: block;
    font-style: italic;
    padding: 0;
    margin: 0;
    min-width: 0;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption .lh2 a small {
    font-size: 1.75rem;
    line-height: 2.5rem;
    border: none;
    display: block;
    font-style: italic;
    padding: 0;
    margin: 0;
    min-width: 0;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper > img {
    margin-top: 0 !important;
  }

  .equipment-page .page-wrapper {
    margin-top: -1px;
  }

  .equipment-page .row1-group .right-content-group ul li a {
    padding: 5px 10px;
    margin: 0;
  }

  .equipment-product-group .right-col h3 a i {
    display: none;
  }

  .equipment-product-group .right-col h3 a {
    font-size: 1.5rem;
    color: #555555;
    padding: 5px 30px 5px 0px;
  }

  .equipment-product-group .right-col h3 {
    font-size: 1.6875rem;
  }

  .equipment-product-group .content .inner-group {
    display: table-cell;
    vertical-align: middle;
  }

  .equipment-product-group .left-col {
    display: table;
    width: 41.66667%;
    position: relative;
    float: left;
  }

  .equipment-product-group .right-col {
    padding: 1.5rem;
    display: table;
    width: 58.33333%;
    float: left;
  }

  .equipment-product-group {
    margin: 20px 0;
  }

  .equipment-page .row1-group .left-content-group .left-col .hs_cos_wrapper_type_rich_text p span  {
    font-size: 0.95rem;
    line-height: 1.95rem;
  }

  .equipment-page .row1-group .left-content-group .left-col h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .equipment-page .row1-group {
    padding-top: 1rem;
  }

  .equipment-page .page-bg {
    height: 85px;
    margin-top: -85px;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h6 a {
    margin-top: 1rem;
    border: none;
    font-size: 1rem;
    line-height: 1.875rem;
    padding: 5px 20px;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h2 {
    font-size: 2rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    font-weight: 900;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption .lh2 {
    font-size: 2rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    font-weight: 900;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption {
    padding: 1.5rem 0 0 0;
    width: 50%;
    text-align: left !important;
    float: left !important;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper > img {
    padding: .5rem 0.8375rem 0;
    max-width: 50%;
    float: right !important;
  }

  .two-col-right .banner-group h4 a i {
    display: none !important;
  }

  .two-col-right .banner-group h4 a.secondary {
    display: none !important;
  }

  .two-col-right .right-content-group .sidebar.right .hs_cos_wrapper_type_linked_image img {
    margin: -92px auto -15px;
  }

  .event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text h4 {
    font-size: 1.4375rem;
  }

  .event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text {
    padding: 25px;
  }

  .event-detail-group .bottom-content {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .event-detail-group aside.date {
    background: none;
    color: #555555;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    left: auto;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    top: auto;
    width: auto;
    position: relative;
    min-height: 0;
    min-width: 0;
  }

  .event-detail-group a h3 span {
    display: inline;
    font-size: 1.5rem;
    line-height: 1.688rem;
  }

  .event-detail-group a h3 {
    text-align: left;
    height: auto;
    margin-bottom: 0.5rem;
    color: #555555;
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 0;
  }

  .event-detail-group a {
    text-transform: capitalize;
    color: #555555;
    max-height: 100%;
    min-height: 100%;
    display: inline-block;
  }

  .contact-page .corporate-location-group,
  .event-detail-group {
    padding: 25px;
    margin-bottom: 1.75rem;
  }

  .two-col-equal-image-group .two-col-equal-image-item .bottom-content {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content h3 strong {
    color: #555555;
    display: inline;
    font-size: 1.5rem;
    line-height: 1.688rem;
  }

  .two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content h3 {
    margin-bottom: 0.5rem;
    color: #555555;
    line-height: 1.875rem;
    padding: 0;
    height: auto;
    font-size: 1.5rem;
  }

  .two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content a {
    text-transform: capitalize;
    color: #555555;
    max-height: 100%;
    min-height: 100%;
    display: inline-block;
  }

  .two-col-equal-image-group .two-col-equal-image-item {
    padding: 29px 20px 29px 0;
    margin-bottom: 20px;
  }

  .corporate-location-group .inner-group ul {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  a.btn {
    border: none;
    font-size: 1rem;
    line-height: 1.875rem;
    padding: 5px 20px;
  }

  .about-page .sidebar.right {
    margin-top: 106px;
  }

  .left-content-group {
    width: 66.66667% !important;
    padding-right: 0.6375rem;
  }

  body {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  h1 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  h2 {
    font-size: 1.6875rem;
  }

  .parallax-bg {
    background-size: 150%;
    padding: 255px 0 0;
  }

  .page-bg,
  .cm-resources-layout.cm-compare-layout .page-bg {
    height: 85px;
  }

  .content-group {
    margin-top: -265px;
  }

  .main-content {
    padding: 25px;
    margin-bottom: 1.75rem;
  }

  .custom-logo a img {
    max-width: 207px;
    max-height: 48px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 0.725rem;
    padding: 0 11px;
  }

  .custom-menu-primary li.hs-menu-item.hs-menu-depth-4{display:none;}

  a.desktop-logo {
    display: none;
  }

  .custom-logo a {
    top: -1px;
    padding: 0 0 0 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 5px;
  }

  h3.form-title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .bottom-contact-group {
    margin: 35px 0;
    padding: 0;
    background: none;
    z-index: 1;
    position: relative;
  }

  .bottom-contact-group h3 {
    font-size: 1.5rem;
  }

}

@media only screen and (max-width: 64em) and (min-width: 40.063em) {
  #process .hero .left {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    display: table;
    float: none !important;
  }

  #process .hero .right {
    float: none !important;
    margin: 20px auto -75px;
    display: table;
    max-width: 594px;
    width: 100%;
  }
}

@media (max-width: 64em) and (min-width: 768px) {

  .equipment-page.type2.hs-content-id-6131259856 ul.hs-breadcrumb-menu {
    margin-top: 27px !important;
  }

  .footer-social-icon-group ul {
    margin-left: 0;
    position: relative;
    right: -2px;
  }
  
}

@media (min-width: 64.063em) {

  .cannabis-page .equipment-product-group .content .inner-group h3 a {
    padding: 0;
  }

  .cannabis-page .equipment-product-group .content .inner-group .bottom-content a {
    margin-top: 10px;
    display: inline-block;
  }

  .cannabis-page .equipment-product-group .content .inner-group .bottom-content p {
    margin: 0;
  }

  .cannabis-page .equipment-product-group .content .inner-group h3 {
    padding: 0px 0 15px 0px;
  }

  .cannabis-page .banner-slider-group.type2{
    margin-top: 30px;
    padding-top: 45px;
  }
  .cannabis-page .slider-inner-group {
    min-height: 27.5rem;
    padding-top: 3.75rem;
  }

  .cannabis-page .banner-slider-group.type2 .slider-content-group {
    margin-bottom: -90px;
    padding-bottom: 0;
  }
  .cannabis-page .page-bg {
    margin-top: -84px;
  }
  .cannabis-page .content-group h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 3rem 2rem 2rem;
  }

  #home #home-hero img {
    min-width: 1615px;
    margin: -65px auto 0 -50%;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper img {
    top: 45px;
    height: auto;
    width: 460px;
    position: relative;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption a.button.primary {
    font-size: 1rem;
    padding: 2px 15px;
  }

  .home-page-gallery .hs_cos_gallery_main {
    padding: 1rem 0 2rem;
  }

  #home .page-wrapper #section1 {
    text-align: left;
  }

  #home .page-wrapper #section1 h1 {
    font-size: 1.875rem;
    line-height: 2.625rem;
    margin-bottom: 1rem;
  }

  #home .page-wrapper #section1 p.subheader {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  #home .page-wrapper #section1 h3 {
    margin: 0;
    line-height: 1.5rem;
  }

  #home .page-wrapper #section1 h3 a {
    line-height: 1.688rem;
  }

  #home .page-wrapper p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  #process .hero .left {
    width: 35%;
  }
  #process .hero .right {
    width: 65%;
  }

  .hero {
    margin-top: 30px;
    padding-top: 45px;
  }

  .triangle {
    height: 85px;
    margin-top: -85px;
  }

  .banner-slider-group.type2 .left-content-group h6 a {
    padding: 14px 35px;
  }

  .banner-slider-group.type2 .left-content-group h1 {
    font-size: 2.5rem;
    line-height: 2.25rem;
  }

  .equipment-product-group .content .inner-group .bottom-content {
    display: block;
  }

  .equipment-page .row1-group .left-content-group .left-col .hs_cos_wrapper_type_rich_text p span  {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }

  .equipment-page .row1-group .left-content-group .left-col h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }

  .equipment-page .page-bg {
    height: 85px;
    margin-top: -84px;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h2 {
    font-size: 3.625rem;
    line-height: 3.125rem;
  }
  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption .lh2 {
    font-size: 3.625rem;
    line-height: 3.125rem;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption {
    padding: 2rem 0 0 0;
  }

  .parallax-bg {
    background-size: 120%;
  }

  .page-bg,
  .cm-resources-layout.cm-compare-layout .page-bg {
    height: 85px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1rem;
    padding: 0 15px;
  }

  a.mobile-logo {
    display: none;
  }

  a.desktop-logo {
    display: block;
    top: -19px;
  }

  .custom-logo a img {
    max-width: 192px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 12px;
  }

  .two-col-right .right-content-group .sidebar.right .hs_cos_wrapper_type_linked_image img {
    margin: -117px auto -15px;
  }
}

@media (min-width: 90.063em) {

  .cannabis-page .page-bg {
    margin-top: -110px;
  }

  .triangle {
    height: 115px;
    margin-top: -110px;
  }

  .parallax-bg {
    padding: 215px 0 0;
  }

  .page-bg,
  .cm-resources-layout.cm-compare-layout .page-bg {
    height: 115px;
  }

  .equipment-page .page-bg {
    height: 115px;
    margin-top: -110px;
  }
}

@media only screen and (min-width: 120.063em) {
  .triangle {
    height: 190px !important;
    margin-top: -150px !important;
  }
}


@media (max-width: 1024px) {
  .banner-slider-group.type2 .hs_cos_gallery_thumbnails {
    display: none !important;
  }

  .cannabis-page .equipment-product-group .content .inner-group .bottom-content {
    display: block;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .cannabis-page .slider-inner-group {
    padding-top: 2.5rem;
  }
  .cannabis-page .banner-slider-group.type2 .slider-content-group {
    margin-bottom: -79px;
    padding-bottom: 0;
  }
  .cannabis-page .content-group h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 3rem 2rem 2rem;
  }
  .cannabis-page .hs-cm-col-wrap > div> div > div.widget-span.left-col-group {
    width: 66.66667%;
  }
  .cannabis-page .hs-cm-col-wrap > div> div > div.widget-span.right-col-group {
    width: 33.33333%;
  }
  .cannabis-page .hs-cm-col-wrap .flex-video+h3 {
    font-size: 1.25rem;
    color: #555555;
  }
  .cannabis-page .equipment-product-group .right-col h3 a {
    font-size: 1.25rem;
    color: #555555;
    padding: 0;
  }
  .cannabis-page .equipment-product-group .right-col h3 {
    font-size: 1.25rem;
    color: #555555;
    padding: 0px 0 15px 0px;
  }
  .cannabis-page .equipment-product-group .content .inner-group .bottom-content a {
    margin-top: 10px;
    display: inline-block;
  }

  .cannabis-page .equipment-product-group .content .inner-group .bottom-content p {
    margin: 0;
  }

}

@media (max-width:990px) {
  .home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption h2 {
    font-size: 2rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    font-weight: 900;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption p a.button.primary {
    padding: 2px 10px;
    font-size: 0.8125rem;
  }

  .home-page-gallery ul.slick-dots {
    display: block !important;
    bottom: auto;
    top: 1rem;
    display: block;
    left: auto;
    margin: 0 auto;
    right: 0;
    width: auto;
    position: absolute;
  }

  .home-page-gallery ul.slick-dots li {
    background: #FFFFFF;
    height: 8px;
    width: 8px;
    opacity: .5;
    border-radius: 100%;
    vertical-align: top;
    float: left;
    margin: 5px;
  }

  .home-page-gallery ul.slick-dots li button {
    display: none;
  }

  .home-page-gallery ul.slick-dots li.slick-active,.home-page-gallery ul.slick-dots li:hover {
    height: 10px;
    width: 10px;
    border: 2px solid #FFFFFF;
    background: transparent;
    position: relative;
    top: -1px;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption {
    width: 45%;
  }

  .page-center.slider-page-center {
    margin-bottom: -160px !important;
  }
}

@media (max-width:980px) {
  .cm-resources-layout .main-content:before {
    height: 3.3vw;
    top: 2px;
    transform: translateY(-100%);
  } 
}

@media only screen and (max-width: 825px) {
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
}


@media (max-width: 860px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 12px;
  }
}


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

@media (max-width: 767px) {

  #process .hero h1 {
    margin-bottom: 0.5rem;
  }

  .tabber-group .tabber-content .tab-pane p,
  .tabber-group .tabber-content .tab-pane ul li, 
  .tabber-group .tabber-content .tab-pane ul,
  .tabber-group .tabber-content .tab-pane ol li {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .cannabis-page .right-col-group div#beer .tcell.cta-text h3 {
    font-size: 28px;
  }

  .cannabis-page .right-col-group div#beer .tcell.cta-text h3 small {
    font-size: 25px !important;
  }

  .cannabis-page .right-col-group div#fresh-food-cta .cta-inner-shell .hide-lg .offer img {
    margin-top: 0;
  }

  .fancybox-navigation .fancybox-button--arrow_right:after,
  .fancybox-navigation .fancybox-button--arrow_left:after {
    width: 60px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .fancybox-container .fancybox-stage {
    width: 95%;
    margin: 0 auto;
  }

  .banner-slider-group .slick-slider ul.slick-dots li button:hover {
    background: #FFFFFF;
    border: 1px solid #99918A;
  }

  .subscribe-options label {
    margin: 0;
  }

  .event-detail-group .bottom-content {
    display: none !important;
  }

  .page-center.slider-page-center {
    margin-bottom: -80px !important;
  }

  #process .cm-process-banner .hero {
    margin-top: 39px;
  }

  .about-page.has-no-banner .left-content-group {
    margin-top: 18px;
  }

  .header-group {
    background: #00549f;
    min-height: 40px !important;
  }

  .header-top-group {
    display: none !important;
  }

  a.desktop-logo {
    display: none !important;
  }

  .custom-menu-primary.desktop {
    display: none !important;
  }

  .custom-logo a {
    top: 0;
  }

  .header-mobile-social-icon {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .header-mobile-social-icon ul {
    display: table;
    width: 100%;
    margin: 0.5rem 0;
    text-align: center;
    list-style: none;
    padding: 0;
  }

  .header-mobile-social-icon ul li {
    display: inline-block;
    font-size: 1rem;
    list-style: none outside none;
    margin-right: 0.3125rem;
  }

  .header-mobile-social-icon ul li a {
    background: #003b6f;
    border-radius: 100%;
    display: table;
    height: 40px;
    text-align: center;
    width: 40px;
  }

  .header-mobile-social-icon ul li a i {
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
  }

  .header-mobile-social-icon ul li:last-child {
    margin: 0;
  }

  .mobile-open .header-group:before {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
  }

  .header-group:before {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0,0,0,0.5), 4px 0 4px rgba(0,0,0,0.5);
    display: block;
    position: fixed;
    background: rgba(255,255,255,0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    content: '';
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 50;
  }

  .mobile-open .header-group {
    position: absolute;
  }

  .footer-bottom-group .page-center {
    padding: 2.5rem 0 1rem;
    text-align: center;
  }

  .footer-image {
    width: 100% !important;
  }

  .footer-image img {
    max-height: 21px;
    max-width: 180px;
    width: 100% !important;
    top: 0;
  }

  .footer-social-icon-group {
    float: none !important;
    width: 100% !important;
  }

  .footer-social-icon-group ul {
    margin: 1rem 0 1.05rem;
    text-align: center;
    display: inherit;
  }

  .footer-social-icon-group ul li a i {
    font-size: 1.85rem;
  }

  .footer-menu-group {
    width: 100% !important;
  }

  .footer-menu ul {
    display: table !important;
    margin: 0 auto !important;
    width: auto;
    padding: 0;
  }

  .footer-menu ul li {
    width: auto !important;
    display: inline-block;
  }

  .footer-social-icon-group ul li {
    display: inline-block;
    font-size: 1.375rem;
    list-style: none outside none;
    margin-right: 0.4125rem;
    position: relative;
    top: -1px;
  }

  .footer-top-group {
    padding: 0;
  }

  .footer-top-col4.content {
    display: none !important;
  }

  .footer-top-group .content {
    background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/footer-block-bg.png) repeat-x left bottom transparent;
    width: 100% !important;
    display: inline-block;
  }

  .footer-top-col3.content p a:first-of-type, 
  .footer-top-col2.content p a:first-of-type {
    border: 1px solid #99918A;
    border-radius: 3px;
    color: #99918A;
    float: right;
    padding: 5px 10px;
    position: relative;
    top: -16px;
  }

  .footer-top-col3.content p a:first-of-type span,
  .footer-top-col2.content p a:first-of-type span {
    color: #99918A;
  }

  .footer-top-col3.content p a:first-of-type:hover span,
  .footer-top-col2.content p a:first-of-type:hover span {
    color: #FFFFFF;
  }

  .footer-top-col3.content p a:first-of-type:hover,
  .footer-top-col2.content p a:first-of-type:hover {
    background: #99918A;
    color: #FFFFFF;
  }

  .footer-top-group .content h5, 
  .footer-top-col1.content h3 {
    margin-top: 15px;
  }

  .footer-top-col1.content form .hs-input {
    width: 95%;
  }

  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 {
    max-width: 100% !important;
    width: 100% !important;
  }

  .main-content {
    margin-bottom: 3rem;
  }

  .banner-group ul.hs-breadcrumb-menu li {
    display: none;
  }

  .banner-group ul.hs-breadcrumb-menu {
    padding: 7px 0 7px;
  }

  h1 {
    margin-top: 0.01rem;
  }

  .main-content:before {
    top: -20px;
  }

  .about-page .main-content {
    margin-bottom: 1rem;
  }

  .bottom-contact-group {
    background: url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/related-products-dots-bg.png) repeat-x scroll left bottom transparent;
  }

  .about-page .sidebar.right,
  .event-page .right-content-group {
    width: calc(100% + 1.8750rem) !important;
    margin-left: -0.9375rem !important;
    margin-right: -0.9375rem !important;
  }

  .sidebar:after {
    display: none !important;
  }

  .about-page .sidebar.right,
  .event-page .right-content-group {
    margin-bottom: 0;
  }

  .sidebar.right {
    padding-bottom: 1.5rem !important;
  }

  .sidebar.right {
    margin-bottom: 0;
    margin-top: 60px !important;
  }

  .sidebar:before {
    top: -39px;
    height: 40px;
  }

  .corporate-location-group .inner-group .content {
    width: 100%;
    float: none;
  }

  .about-page .sidebar.right h3 {
    padding-top: 17px;
  }

  .corporate-location-group .inner-group .content img {
    width: 100%;
  }

  .two-col-equal-image-group .two-col-equal-image-item .inner-group .left-col,
  .two-col-equal-image-group .two-col-equal-image-item .bottom-content {
    display: none !important;
  }

  .two-col-equal-image-group .two-col-equal-image-item {
    display: block;
    width: 100%;
  }

  .two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content a img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80px;
    max-width: 120px;
    padding-right: 0;
    position: absolute;
  }

  .about-page.type2 .left-col .hs_cos_wrapper_type_module:first-child .two-col-equal-image-group .two-col-equal-image-item:before,
  .event-page .left-col-top-section .hs_cos_wrapper_type_module:first-child .event-detail-group:before  {
    display: none;
  }

  .two-col-equal-image-group .two-col-equal-image-item .inner-group .content {
    width: 100%;
    float: none;
  }

  .about-page.type2 .left-col .hs_cos_wrapper_type_module:first-child .two-col-equal-image-group {
    margin-top: -21px;
  }

  .two-col-equal-image-group .two-col-equal-image-item .inner-group {
    margin-bottom: -2px;
  }

  .about-page .main-content {
    margin-bottom: 1rem;
  }

  .contact-page .main-content {
    margin-top: -2px;
  }

  .contact-page .main-content:before {
    top: -20px;
  }

  .contact-page .corporate-location-group {
    padding: 15px 20px;
    margin-bottom: 1rem;
  }

  .main-content .form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .event-page .hs-breadcrumb-content {
    display: none;
  }

  .event-detail-group,
  .event-detail-group .bottom-content {
    padding: 0;
  }

  .event-detail-group aside.date time {
    text-transform: capitalize;
    font-size: 0.75rem;
    color: #FFF;
    display: inline;
  }

  .event-detail-group aside.date {
    padding: 0 5px;
  }

  .event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text ul {
    column-count: 1;
    column-gap: 1rem;
    -moz-column-count: 1;
    -moz-column-gap: 1rem;
    -webkit-column-count: 1;
    -webkit-column-gap: 1rem;
    list-style-position: outside;
    margin-top: -4px;
  }

  .event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text ul li {
    margin-bottom: 0.43rem;
  }

  .event-page .left-col-bottom-section .hs_cos_wrapper_type_rich_text {
    margin-bottom: 1rem;
  }

  .event-page .right-content-group .sidebar.right {
    margin-bottom: 0;
  }

  .event-type2 .banner-group {
    margin-top: 5px;
  }

  .event-type2 .left-content-group {
    margin-top: 9px;
  }

  .future-event-group h1 {
    margin-top: 0.2rem;
  }

  .future-event-group aside time {
    display: block;
  }

  .case-page-type2 .main-content {
    margin-top: 18px;
  }

  .right-content-group .hs-cta-wrapper {
    display: none;
  }

  .two-col-right .parallax-bg {
    padding: 59px 0 0;
  }

  .two-col-right .banner-group h1 small {
    display: none !important;
  }

  .two-col-right .content-group {
    margin-top: -70px;
  }

  .two-col-right .banner-group h4 {
    margin-top: 50px;
  }

  .two-col-right .banner-group h4 a.primary {
    background: #007ecf;
    float: left;
    margin-right: 1%;
    width: 55%;
  }

  .two-col-right .banner-group h4 a i {
    font-size: 1.5rem;
    float: left;
    line-height: 20px;
    padding-right: 5px;
  }

  .two-col-right .banner-group h4 a span {
    display: none;
  }

  .two-col-right .banner-group h4 a.secondary {
    background: #003b6f;
    float: right;
    margin-left: 1%;
    width: 43%;
  }

  .two-col-right .banner-group h4 a.secondary i {
    font-size: 1.25rem;
    float: left;
    line-height: 20px;
    padding-right: 5px;
  }

  .two-col-right .banner-group h4 a {
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 900 !important;
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 15px;
    text-transform: uppercase;
    width: auto;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    margin-bottom: 1.25rem;
  }

  .two-col-right .main-content:before {
    display: none !important;
  }

  .two-col-right .right-content-group .sidebar.right .hs_cos_wrapper_type_linked_image {
    display: none;
  }

  .two-col-right .right-content-group .sidebar.right .section-header h1 {
    margin-bottom: 8px;
  }

  .two-col-right .right-content-group .hs-cta-wrapper {
    display: block;
  }

  .about-page.type2.two-col-right .left-col .hs_cos_wrapper_type_module:first-child .two-col-equal-image-group {
    margin-top: 0;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption {
    position: absolute;
    top: 0;
    text-align: center !important;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption p,
  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h6 {
    display: none;
  }

  .equipment-page .parallax-bg .banner-slider-group {
    margin-top: 40px;
    padding-top: 0;
    background-size: cover;
  }

  .hero .owl-carousel .owl-wrapper-outer .owl-item .item .owl-content .left h2 a small {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: table;
    font-size: 1.5rem;
    color: #00c8ff;
    text-transform: uppercase;
    line-height: 1.5rem;
    min-width: 200px;
    padding: 10px 30px;
    margin: 15px auto;
    border: 1px solid #00c8ff;
    border-radius: 3px;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption h2 a small:hover {
    background: #00c8ff;
    color: #003D73;
  }

  .hero .owl-carousel .owl-wrapper-outer .owl-item .item .owl-content .left .lh2 a small {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: table;
    font-size: 1.5rem;
    color: #00c8ff;
    text-transform: uppercase;
    line-height: 1.5rem;
    min-width: 200px;
    padding: 10px 30px;
    margin: 15px auto;
    border: 1px solid #00c8ff;
    border-radius: 3px;
  }

  .banner-slider-group .slick-slider .slick-slide-inner-wrapper .caption .lh2 a small:hover {
    background: #00c8ff;
    color: #003D73;
  }

  .equipment-page .page-bg {
    height: 89px;
    margin-top: -100px;
  }

  .banner-slider-group .slick-slider ul.slick-dots {
    margin-top: 0;
    top: -10px;    
    text-align: right;
  }

  .equipment-page .row1-group {
    margin-top: -32px;
  }

  .banner-slider-group .slick-slider ul.slick-dots li button {
    border-radius: 20px;
    display: block;
    height: 6px;
    margin: 3px;
    opacity: 1;
    width: 6px;
  }

  .equipment-page .row1-group .left-content-group {
    width: 100% !important;
    padding-right: 0;
  }

  .equipment-product-group {
    display: block;
  }

  .equipment-product-group .content {
    height: auto !important;
  }

  .equipment-product-group .left-col,
  .equipment-page .row1-group .right-content-group .addthis {
    display: none !important;
  }

  .equipment-product-group .content .inner-group {
    display: table-cell;
    vertical-align: middle;
  }

  .equipment-product-group .content .inner-group h3 a i {
    color: #CCCCCC;
    font-size: 1.5rem;
    line-height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  .equipment-product-group .content .inner-group h3 a:hover i {
    color: #00c8ff;
  }

  .equipment-page .row1-group .right-content-group {
    float: none !important;
    margin: 0 !important;
    width: 100%!important;
    padding-left: 0;
  }

  .equipment-page ul.hs-breadcrumb-menu {
    display: none;
  }

  .cm-resources-layout .page-bg {
    height: 50px;
  }

  .pod.resource {
    padding: 30px;
  }

  .cm-resources-layout .banner-group h1 {
    font-size: 1.313rem;
    line-height: 1.125rem;
    margin: 1px 0 5px;
  }

  .cm-resources-layout .main-content:before {
    display: none;
  }

  .cm-three-col-eql-cta-group .hubctas > span {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  .banner-slider-group.type2 .left-content-group p {
    display: none !important;
  }

  .banner-slider-group.type2 .left-content-group {
    text-align: center;
  }

  .banner-slider-group.type2 .left-content-group h6 {
    margin: 1rem auto 0;
  }

  .banner-slider-group.type2 .slider-content-group .slick-slider ul.slick-dots {
    display: block !important;
    top: 0;
  }

  .featured-sample-group .image-group {
    width: 50%;
  }

  .related-product-group {
    margin-bottom: 0;
  }

  .related-product-group button.slick-arrow {
    display: none !important;
  }
  .cannabis-page .hs-cm-col-wrap > div> div > div.widget-span.left-col-group {
    width: 100%;
  }

  .cannabis-page .hs-cm-col-wrap > div> div > div.widget-span.right-col-group {
    width: 100%;
  }

  .banner-slider-group.type2 .slider-content-group .slick-slider .slick-slide-inner-wrapper > img {
    max-width: 360px;
    padding: 0 20px !important;
  }
  .cannabis-page .banner-slider-group.type2 .left-content-group h1 small {
    border: 0;
    font-size: 1rem;
    line-height: 1.875rem;
    padding:  0;
    margin:  0;
    display:  block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #00c8ff;
    display: block;
  }

  .cannabis-page .banner-slider-group.type2 {
    margin-top: 39px;
    padding-top: 0;
  }
  .cannabis-page .page-bg {
    margin-top: -40px;
  }
  .cannabis-page .banner-slider-group.type2 .left-content-group h1 {

    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }


  .banner-slider-group.type2 .slider-content-group .slick-slider .slick-slide-inner-wrapper > img {
    max-width: 360px;
    padding: 0 20px !important;
  }

  .cannabis-page .banner-slider-group.type2 .slider-content-group {
    margin-bottom: -130px;
    padding-bottom:  0;
    padding: 0 !important;
  }

  .cannabis-page .content-group h2 {
    margin: 6rem 1rem 0rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    z-index: 11;
    position: relative;
  }

  .cannabis-page .addthis {
    display: none;
  }

  .cannabis-page .banner-slider-group.type2 .slider-content-group .slick-slider ul.slick-dots {
    margin: 0 auto !important;
    left:  0;
    right: 0;
    top: unset;
    position: relative !important;
    bottom: 15px;
  }

  .cannabis-page .banner-slider-group .slick-slider .slick-arrow {
    display: none !important;
  }
  .cannabis-page .hs-cm-col-wrap > div> div > div {
    width: 100% !important;
    padding-left:  0;
    padding-right: 0;
  }

  .cannabis-page .hs-cm-col-wrap > div> div {
    margin: 0;
  }
  .recent-post-slider-group {
    height: auto;
  }

  .blog-listing-wrapper .post-listing .post-item:first-child {
    margin-top: 16px;
  }

  .custom-section-header-group {
    padding-top: 39px;
  }
  .custom-section-header h1, .custom-section-header h2 {
    font-size: 21px;
    line-height: normal;
    margin: 0;
  }

  .custom-main-group {
    min-height: 306px !important;
  }

  .blog .blog-content .post-item, .blog-content .blog-post-wrapper, #comment-form {
    padding: 20px 1.25rem 1.5rem 1.25rem;
  }

  .blog .post-header h2 {
    font-size: 30px;
    line-height: .65;
  }

  .post-header h2 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .custom-byline {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom_listing_comments {
    float: none;
    margin: none;
    width: 100% !important;
  }

  #hubspot-author_data {
    float: none;
    width: 100% !important;
  }

  .blog-listing-wrapper .post-listing .post-item .post-body p {
    margin: 12px 0;
    font-size: 12px;
    line-height: 18px;
  }

  .blog .sidebar-triangle-bottom {
    display: none;
  }

  div#cta-wrapper {
    margin-top: -60px;
  }

  .hs-blog-post .blog-content .post-header h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .custom-blogsidebar-catarch-group {
    background: #1A65A9;
    padding: 0 15px 20px;
    margin-bottom: 32px;
  }

  .hs-blog-post .blog-content {
    font-size: 12px;
    line-height: 18px;
  }

  .hs-blog-post .blog-content p {
    margin: 13px 0;
  }

  .hs-blog-post .blog-sidebar {
    margin-top: 100px;
  }

  .cannabis-page .content-group p.form-jump {
    display: inline-block;
    text-align: center;
    margin: 0;
    width: 100%;
  }

  .cannabis-page .content-group p.form-jump a {
    padding: 0.4375rem 0.9375rem;
    background: #00c8ff;
    color: #FFFFFF;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin: 15px auto 20px;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    display: inline-block;
  }

  .cannabis-page .content-group p.form-jump a:hover {
    color: #003b6f;
  }

  .cannabis-page .equipment-product-group .content .inner-group .bottom-content {
    display: none;
  }

  .cannabis-page .equipment-product-group .right-col {
    display: table;
    width: 66.66667%;
    height: 22vw !important;
    position: relative;
  }

  .cannabis-page .equipment-product-group .left-col {
    display: table !important;
    width: 33.33333%;
    float: left;
  }

  .cannabis-page .equipment-product-group .right-col h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 10px;
  }

  .cannabis-page .equipment-product-group .right-col h3 a {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 10px 20px 10px 10px;
  }

}  

@media only screen and (max-width: 40em) {
  .cm-comparison-chart-top-content-wrapper {
    display: none;
  }

  p.cm-comparison-chart-label {
    display: block;
  }

  .cm-features-list-group {
    padding: 5px 15px;
  }

  .cm-features-list-group h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin: 0;
  }

  .cm-features-list-group h3 a {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #007ecf;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    display: block;
  }

  .cm-features-list-group h3 a i.fa.fa-plus {
    display: inline-block;
  }

  .cm-features-list-group h3 a.toggle.active i.fa-minus {
    display: inline-block;
  }

  .cm-features-list-group h3 a.toggle.active i.fa-plus {
    display: none;
  }

  .cm-feature-list-left-column p.full-chart {
    display: none;
  }

  div#features-list p.full-chart {
    display: block;
  }

  div#features-list ul {
    margin: 0 -15px 1rem;
  }

  .full form select {
    margin-bottom: 10px;
    height: 40px;
    color: #003b6f;
    border-radius: 4px;
    font-size: .875rem;
    line-height: 1rem;
  }

  .cm-compare-layout .banner-group.banner-group-with-form .hs-breadcrumb-content.clearfix {
    display: none;
  }

  .cm-compare-layout .banner-group.banner-group-with-form .hs-breadcrumb-content.clearfix {
    display: none;
  }

  .cm-compare-layout .body-container.parallax-bg {
    padding-top: 184px;
  }

  .cm-compare-layout .cm-resources-layout .page-bg {
    display: none;
  }

  .cannabis-page .banner-slider-group.type2 .left-content-group h1 small {
    border: 0;
    font-size: 1rem;
    line-height: 1.875rem;
    padding:  0;
    margin:  0;
    display:  block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #00c8ff;
    display: block;
  }

  .cannabis-page .banner-slider-group.type2 {
    margin-top: 39px;
  }

  .cannabis-page .banner-slider-group.type2 .left-content-group h1 {

    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }


  .banner-slider-group.type2 .slider-content-group .slick-slider .slick-slide-inner-wrapper > img {
    max-width: 360px;
    padding: 0 20px !important;
  }

  .cannabis-page .banner-slider-group.type2 .slider-content-group {
    margin-bottom: -130px;
    padding-bottom:  0;
    padding: 0 !important;
  }

  .cannabis-page .content-group h2 {
    margin: 6rem 1rem 0rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    z-index: 11;
    position: relative;
  }

  .cannabis-page .addthis {
    display: none;
  }

  .cannabis-page .banner-slider-group.type2 .slider-content-group .slick-slider ul.slick-dots {
    margin: 0 auto !important;
    left:  0;
    right: 0;
    top: unset;
    position: relative !important;
    bottom: 28px;
  }

  .cannabis-page .banner-slider-group .slick-slider .slick-arrow {
    display: none !important;
  }
  .cannabis-page .hs-cm-col-wrap > div> div > div {
    width: 100% !important;
    padding-left:  0;
    padding-right: 0;
  }

  .cannabis-page .hs-cm-col-wrap > div> div {
    margin: 0;
  }
  .recent-post-slider-group {
    height: auto;
  }

  .tabber-group .tabber-tab ul li {
    width: 25%;
    text-align: center;
  }

  .tabber-group .tabber-tab ul li a {
    width: 100%;
    padding: 10px 0;
    font-size: 0.75rem;
  }

}

@media only screen and (max-width: 40em) {

  #process .hero .left {
    text-align: center;
    max-width: 500px;
    margin: 25px auto 0;
    display: table;
    float: none !important;
  }

  #process .hero .right {
    float: none !important;
    margin: 20px auto -75px;
    display: table;
    max-width: 594px;
    width: 100%;
  }

  .page-center.slider-page-center {
    margin-bottom: -80px !important;
  }

  .cm-home-layout .page-wrapper {
    position: relative;
  }

  .cm-home-layout .page-wrapper {
    position: relative;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper img {
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper {
    display: flex !important;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption {
    width: 100%;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.313rem;
    line-height: 1.688rem;
    color: #FFFFFF;
    text-transform: none;
    text-align: center;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption h2 small {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: table;
    font-size: 1.5rem;
    color: #00c8ff;
    text-transform: uppercase;
    line-height: 1.5rem;
    min-width: 200px;
    padding: 10px 30px;
    margin: 15px auto;
    border: 1px solid #00c8ff;
    border-radius: 3px;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper .caption p {
    display: none;
  }

  .page-center.slider-page-center {
    margin-bottom: -115px !important;
  }

  .home-page-gallery ul.slick-dots {
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    max-width: 970px;
    text-align: center;
    width: 100%;
    top: auto;
  }

  .home-page-gallery ul.slick-dots li {
    background: #99918A;
    opacity: 1;
    margin: 3px;
    height: 7px;
    width: 7px;
    float: none;
  }

  .home-page-gallery ul.slick-dots li.slick-active, .home-page-gallery ul.slick-dots li:hover {
    height: 9px;
    width: 9px;
    background: none;
    border: 2px solid #99918A;
    top: 2px;
    position: relative;
    position: relative;
    top: -1px;
  }

  .no-pad-small {
    padding: 0 !important;
  }

  .home-page-gallery .slick-slide .slick-slide-inner-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  div#section3 .row {
    background: none !important;
  }

  #home .page-wrapper #section3 p {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  #home .page-wrapper #section2 .cs .large-3.medium-3.small-4.columns {
    width: 100%;
    float: none;
    clear: both;
  }
}



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

@media (max-width: 479px) {
  .two-col-equal-image-group .two-col-equal-image-item .inner-group .right-col.content a img {
    display: block;
    width: auto;
  }

  div#features-list ul li {
    word-wrap: break-word;
  }

  .event-content-group p {
    word-wrap: break-word;
  }

  .featured-sample-group .image-group {
    width: 100%;
  }

  h1 {
    margin-bottom: 22px;
  }

  .banner-group ul.hs-breadcrumb-menu {
    padding: 0;
  }

  .two-col-right .right-content-group .sidebar.right form fieldset.form-columns-2 .hs-form-field:first-of-type {
    margin-right: 0;
  }

  .two-col-right .right-content-group .sidebar.right form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none;
  }

  .two-col-right .right-content-group .sidebar.right form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-left: 0% !important;
    padding: 0 !important;
  }

  .about-page .sidebar.right form .form-columns-2 .hs-form-field {
    width: 100% !important;
    padding-right: 0% !important;
  }

  .about-page .sidebar.right form .form-columns-2 .hs-form-field:last-child {
    padding-right: 0 !important;
    padding-left: 0% !important;
    margin: 0 !important;
  }

  .blog-listing-wrapper .post-listing .post-item:first-child {
    margin-top: 4px;
  }

  .cannabis-page .equipment-product-group .right-col {
    display: block;
    width: 100%;
    height: auto !important;
    position: relative;
  }

  .cannabis-page .equipment-product-group .left-col {
    display: block !important;
    width: 100%;
    float: none;
  }

  .mobile-search input.hs-search-field__input {
    text-indent: 48px;
  }

  a.fancybox-button.fancybox-button--arrow_right {
    right: 15px;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 15px;
  }

}

@media (max-width: 360px) {
  .two-col-right .banner-group h4 a.secondary i {
    font-size: 1.05rem;
  }

  .two-col-right .banner-group h4 a i {
    font-size: 1rem;
  }

  .two-col-right .banner-group h4 a.secondary {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .two-col-right .banner-group h4 a.primary {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .custom-logo a {
    top: 0;
    width: 50%;
    padding-right: 0;
  }

  .custom-main-group {
    min-height: 290px !important;
  }

}






/* 03-03-2020 */

/* .plu_megamenu {opacity:0; } */

.body_loaded { opacity:1; }


/*==================== New Css-2020 Start Here ===========================*/

/* ===== Sidebar Sticky Css 2021 =====*/

body.new-css .blog-sidebar {
  margin-top: 20px;
}
body.new-css .blog-sidebar .sidebar,
body.new-css .widget-type-post_filter .block span.dropdown::before{
  transition:.3s all ease-in-out 0s;
  -webkit-transition:.3s all ease-in-out 0s;
  -moz-transition:.3s all ease-in-out 0s;
}
body.new-css .span12.widget-span.widget-type-cell.custom-blogsidebar-catarch-group.sidebar {
  z-index:5;
}
body.new-css .widget-type-cell.custom-blogsidebar-catarch-group {
  min-height: 170px;
}
body.new-css .custom-blogsidebar-catarch-group {
  padding: 0 15px 50px;
}
body.new-css .widget-type-post_filter .block span.dropdown::before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 8px #1a65a9;
  height: 0;
  width: 0;
  border-radius: 4px;
}
body.new-css .widget-type-post_filter .block span.dropdown.open:before {
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
}
body.new-css .widget-type-post_filter .block span.dropdown {
  background: #fff;
  display: block;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 12px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #1a65a9;
  border-bottom: none;
  color: #1a65a9;
  transition:all 0.25s
}
body.new-css .widget-type-post_filter .block span.dropdown.open{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.new-css .widget-type-post_filter .widget-module>ul li a span.filter-link-count {
  display: none;
}
body.new-css .widget-type-post_filter .widget-module>ul li a {
  font-size: 17px;
  font-weight: 600;
  color: #b9b6b6;
}
body.new-css .widget-type-post_filter .widget-module>ul li {
  padding-bottom: 8px;
}
body.new-css .widget-type-post_filter .widget-module>ul {
  background-color: #fff;
  padding-top: 12px;
  position: relative;
  left: 0;
  right: 0;
  top:auto;
  z-index:2;
  border: 1px solid #1a65a9;
  border-top: none;
  /*     display: none; */
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  height: 355px;
  overflow: hidden;
  overflow-y: scroll;
}

body.new-css .widget-type-post_filter .widget-module>ul::-webkit-scrollbar{
  width:8px;
}
body.new-css .widget-type-post_filter .widget-module>ul::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius:6px;
}
@media (min-width:768px) {
  body.new-css .span12.widget-span.widget-type-cell.custom-blogsidebar-catarch-group.sidebar {
    width: 305px;
  }
  body.new-css  .blog-sidebar>.row-fluid-wrapper:first-of-type {
    height: 212px;
  }
}
@media (min-width:768px) and (max-width:992px) {
  body.new-css .span12.widget-span.widget-type-cell.custom-blogsidebar-catarch-group.sidebar {
    width:100%;
  }
  body.side-sticky .span12.widget-span.widget-type-cell.custom-blogsidebar-catarch-group.sidebar {
    width: 30%;
  }
}
@media (max-width:767px) {
  body.new-css  .span12.widget-span.widget-type-cell.custom-blogsidebar-catarch-group.sidebar {
    position:relative !important;
    top: 0 !important;
    opacity: 1 !important;
  }
  /*     body.new-css .widget-type-post_filter .widget-module>ul {
  top:95px;
} */
}
.scroll-indicator-controller {
  position: fixed;
  top: 50%;
  transform: translate(0,-50%);
  right: 20px;
  z-index: 2;
  display:none;
}
body.hs-blog-post .scroll-indicator-controller {
  display: block;
}
.scroll-indicator-controller>div span {
  position: absolute;
  right: calc(100% + 8px);
  white-space: nowrap;
  top: -1px;
  font-family: arial,sans-serif;
  font-size: 16px;
  line-height: 17px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: all .4s ease;
  will-change: transition;
  color: #464646;
  font-weight: 600;
}
.scroll-indicator-controller>div>span {
  display: none;
}
.scroll-indicator-controller>div {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #1a65a9;
  background: rgba(0,0,0,0.25);
  margin: 0 0 10px 0;
  cursor: pointer;
  transition: background .4s ease;
  will-change: transition;
}
.scroll-indicator-controller>div.active {
  background: #1a65a9;
}
.scroll-indicator-controller>div span:after {
  content: "-----";
  padding-left: 5px;
  letter-spacing: -2px;
  font-family: arial,sans-serif;
  vertical-align: text-top;
  font-weight: 400;
}
.scroll-indicator-controller>div:hover span,
.scroll-indicator-controller>div.active span{
  width: auto;
  opacity: 1;
  overflow: visible;
  transform: translateX(0px);
  display: block;
}