/* ==========================================================================
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=Montserrat:200,300,400,400i,500,500i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i');

@import url('//use.fontawesome.com/releases/v5.0.9/css/all.css');


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


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

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



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

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

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

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

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

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

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

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

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

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

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

body {
  background: #fff;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

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



/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
* 
*/








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

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
} 
small {}
strong {
  font-weight: 500;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, h2, h3 {
}
h1 {
  font-size: 2.5rem;
  color: #026cac;
  padding-top: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a { color: #2572b9;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
a:hover, a:focus { color: #022d42; text-decoration: none;}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.custom-header-group {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  z-index: 1001;
  background-color: #fff;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
}
.custom-header-group.smaller{
  box-shadow: 0 0 3px 0 #acacac;
}
.header-container {
  min-height: 84px;
}
.custom-header-group.with-nav .custom-logo {
  width: auto !important;
}
.custom-logo a {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.9);
}
.custom-logo a img {
  margin-bottom: 8px;
  vertical-align: middle;
  border-style: none;
  max-width: 213.8px;
  width: 100%;
}
.custom-right-link ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
  padding-top: 6px;
}

.custom-right-link ul li {
  float: left;
}

.custom-right-link ul li a {
  color: #2572b9;
  display: block;
  padding: 0.5rem 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
}
.custom-right-link ul li a:hover {
  color: #022d42;
}
.custom-right-link ul li a.btn-nav-action {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  background-color: transparent;
  background-image: none;
  margin-top: 2px;
  padding: 6px 8px 5px;
  border-width: .15rem;
  border-color: #2572b9;
  color: #2572b9;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  border-radius: 0.2rem;
  transition: all 0.15s ease-in-out;
}
.custom-right-link ul li a.btn-nav-action:hover {
  background-color: #2572b9;
  color: #fff;
}
.custom-header-group.with-nav .custom-menu-primary {
  margin-left: 0px !important;
}
.custom-right-link{
  float:right !important;
}
.custom-header-top-group {
  text-align: center;
  color: #ffffff;
  background: #fe8c00;
  background: -webkit-linear-gradient(to right, #026CAC, #05A5D6);
  background: linear-gradient(to right, #026CAC, #05A5D6);
  padding: 4px 0 3px;
}
.custom-header-top-content p{
  margin: 0;
}
.custom-header-top-content a.custom-more-btn{
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 1px 6px;
  background: #ffffff;
  color: #026CAC;
  margin-left: 4px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-header-top-content a.custom-more-btn:hover{
  color: #000000;
}
.custom-header-group.advance {
  padding-top: 8px;
}
.custom-header-group.advance .custom-right-link ul li a img {
  position: relative;
  top: -2px;
  margin-left: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom-header-group.advance .custom-right-link ul li a:hover img {
  filter: brightness(0);
}
.custom-header-group.advance .custom-logo a img{
  margin-bottom: 16px;
}
.custom-header-group.advance .custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
}
.custom-header-group.advance .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="tel:+1-646-844-5144"] span {
  padding-right: 26px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/phone.svg?t=1526349909287);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 2px;
  display: inline;
}
.custom-header-group.advance .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="tel:+1-646-844-5144"]:hover span{
  filter: brightness(0);
}
.custom-header-group.advance .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  transition: all 0.15s ease-in-out;
}

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

.body-container-wrapper {}
.body-container {
  padding-bottom:48px;
}
.body-container .page-center.content-wrapper {
  padding-top: 40px;
}

.body-container-wrapper {}
.body-container {}

.body-container .page-center{}

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

.custom-banner{
  text-align: center;
  padding-top: 16px;
  padding-bottom: 64px;
}
.custom-banner h1{
  margin-top: 0;
}
.custom-banner p{
  opacity: 0.5;
}
.custom-banner.with-banner {
  min-height: 450px;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-top: 0px;
  padding-bottom: 0;
}
.custom-banner .hs-banner-content {
  display: inline-block;
  width: 100%;
}


/* =============== About Us =============== */

.hs-about-section-1 {
  background: #026cac;
  color: #fff;
  padding: 70px 0;
}
.hs-about-section-1 *{
  color: #fff;
}
.about-us .body-container .hs_cos_wrapper_type_section_header{
  text-align: center;
}
.about-us .body-container .hs_cos_wrapper_type_section_header h1{
  font-size: 2rem;
  margin: 0 0 0.5rem;
  padding: 0;
}
.about-us .body-container .hs_cos_wrapper_type_section_header p{
  opacity: 0.75;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0 0 24px;
  line-height: 1.1;
  font-family: Montserrat;
}
.about-us .body-container .hs-about-section-1 .hs_cos_wrapper_type_header h1{
  opacity: 0.9;
  color: #fff;
  font-weight: 300;
  font-size: 1.75rem;
  margin-top: 75px;
  padding: 0;
  margin-bottom: 0.5rem;
}
.about-us .body-container .hs_cos_wrapper_type_header{
  text-align: center;
}
.about-us .body-container .hs_cos_wrapper_type_header h1{
  color: #343a40;
  margin: 3rem 0;
  font-size: 2rem;
  padding: 0;
}
.hs-about-section-1 .hs_cos_wrapper_type_widget_container {
  display: block;
  margin: 0 -15px;
}
.hs-about-section-1 div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
.one-col-logo-mod-group{
  display: inline-block !important;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  margin-top: 16px;
  margin-right: -4px;
}
.one-col-logo-mod-group img{
  opacity: 0.75;
}
.hs-about-section-2{
  padding: 80px 0 75px;
  background: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/pixels-fade-bg.svg);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto;
  background-color: #f3f3f5;
}
.hs-about-section-2 .hs_cos_wrapper_type_widget_container {
  display: block;
  margin: 0 -15px;
}
.hs-about-section-2 div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-team-member-mod-group{
  display: inline-block !important;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
  margin-bottom: 1.5rem;
}
.custom-team-member-mod .inner-group{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-team-member-mod .left-group{
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-team-member-mod .left-group img{
  vertical-align: middle;
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-team-member-mod .right-group{
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-team-member-mod .right-group h4 a{
  text-decoration: none;
}
.custom-team-member-mod .right-group h4 .bio-social img {
  margin-bottom: 1px;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  width: 18px;
  filter: grayscale(100%);
  vertical-align: middle;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-team-member-mod-group:hover .left-group img,
.custom-team-member-mod-group:hover h4 .bio-social img{
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);
}
.custom-team-member-mod-group h4 .bio-social:hover img{
  opacity: 0.5;
}
.content-with-background-image {
  background-size: cover;
  background-position: center;
  border: none;
  border-radius: 6.4px;
  background-color: #026cac;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  text-align: center;
}
.content-with-background-image .inner-group * {
  color: #fff;
}
.content-with-background-image .inner-group {
  padding: 3rem;
  flex: 1 1 auto;
}
.content-with-background-image h4 {
  font-size: 2rem;
  font-weight: 300;
}
.content-with-background-image p {
  opacity: 0.75;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 300;
}
a.custom-btn {
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a.custom-btn.transparent {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
a.custom-btn.transparent:hover{
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #026bac;
}
.hs-about-section-3 {
  background: #f9f9fa;
  padding-bottom: 48px;
}
.hs-about-section-3 .hs_cos_wrapper_type_widget_container {
  display: block;
  margin: 0 -15px;
}
.hs-about-section-3 div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-awards-and-accolades-group{
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 25%;
  text-align: center;
}
.custom-awards-and-accolades h5 {
  color: #868e96;
}
.custom-awards-and-accolades img{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  margin-bottom: 0.5rem;
  height: 50px;
  width: auto;
  margin-top: 0.25rem;
  -webkit-transition: filter 0.25s ease-in-out;
  -moz-transition: filter 0.25s ease-in-out;
  transition: filter 0.25s ease-in-out;
}
.about-us .body-container {
  padding-bottom: 0;
}
.custom-awards-and-accolades-group:hover img{
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);
}



/* =============== One Column Layout =============== */


.one-column-layout .custom-header-top-group {
  display: none !important;
}
.one-column-layout .custom-header-group{
  padding-top: 8px;
}
.one-column-layout .custom-banner h1 {
  padding-top: 28px;
}
.one-column-layout .body-container a{
  color: #026cac;
  text-decoration: none;
}
.one-column-layout .body-container a:hover{
  color: #011d2e;
  text-decoration: underline;
}
.one-column-layout .hs-section-1 h2 {
  margin-top: 3rem;
}

/* =============== Customers Inner Website Page =============== */

.customers-inner .body-container {
  padding-bottom: 0;
}
.custom-customers-banner-area .inner-group {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-customers-banner-area p.title {
  opacity: 0.5;
  margin-top: 3rem;
  text-decoration: underline;
}
.custom-customers-banner-area .left-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-customers-banner-area .right-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
.custom-customers-banner-area {
  padding-top: 16px;
}
.custom-customers-banner-area p.description {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.two-col-with-right-count-mod {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.two-col-with-right-count-mod .left-group {
  padding-right: 3rem;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-left: 15px;
}
.two-col-with-right-count-mod .right-group {
  border-left: 2px solid #0069ff;
  margin-top: 3rem;
  justify-content: space-around;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-with-right-count-mod .left-group h1 {
  font-size: 2rem;
  font-weight: 300;
  color: #212529;
  line-height: 2.5rem;
  padding: 0;
}
.two-col-with-right-count-mod .grey-bg-content {
  margin-top: 3rem;
  background-color: #f8f9fa;
  flex: 1 1 auto;
  padding: 1.25rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.2rem;
}
.two-col-with-right-count-mod .grey-bg-content p {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.two-col-with-right-count-mod .right-group h3 {
  color: #0069ff;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.two-col-with-right-count-mod .right-group > div:last-child p {
  margin-bottom: 0;
}
.two-col-with-right-image {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 100px;
  flex-direction: row-reverse;
}
.two-col-with-right-image .image-group {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-with-right-image .image-group img {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.two-col-with-right-image .content-group {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-with-right-image .content-group h3 {
  margin-top: 1rem;
}
.two-col-with-right-image .content-group h4 {
  font-size: 1.25rem;
  font-weight: 300;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 1rem;
}
.two-col-equal-with-image {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 100px;
}
.two-col-equal-with-image .image-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-equal-with-image .content-group {
  justify-content: space-around;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-equal-with-image .content-group h4 {
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 0;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 13px;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.two-col-equal-with-image .content-group p:last-child {
  margin-bottom: 0;
}
.two-col-equal-with-image .content-group h3 {
  margin-top: 11px;
}
.two-col-equal-with-image .content-group h3:first-of-type {
  margin-top: 5px;
  margin-bottom: 6px;
}
.custom-testimonial-mod {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: transparent;
  border: 2px solid #b5b5b5;
  border-radius: 5px;
  margin-top: 150px;
  margin-bottom: 140px;
}
.custom-testimonial-mod .inner-group {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.custom-testimonial-mod .inner-group h1 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  color: #9B9B9B;
  text-align: center;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.custom-testimonial-mod:before,
.custom-testimonial-mod:after{
  content: '';
  position: absolute;
  height: 34px;
  width: 46px;
  padding: 29px 35px;
  background-color: #ffffff;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.custom-testimonial-mod:before{
  bottom: -20px;
  left: -15px;
  transform: rotate(180deg);
}
.custom-testimonial-mod:after{
  top: -25px;
  right: -15px;
}
.custom-testimonial-mod .bottom-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-testimonial-mod .bottom-group .left-group {
  text-align: right;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-testimonial-mod .bottom-group .left-group img {
  margin-top: 0.25rem;
  border-radius: 50%;
  vertical-align: middle;
  border-style: none;
  max-width: 65px;
}
.custom-testimonial-mod .bottom-group .right-group {
  margin-top: 0.5rem;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-testimonial-mod .bottom-group .right-group img {
  height: 35px;
  width: auto;
}
.custom-two-col-with-form {
  background-color: #028293;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.custom-two-col-with-form .page-center {
  position: relative;
}
.custom-two-col-with-form .inner-group {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-two-col-with-form .inner-group .left-group {
  padding-bottom: 3rem;
  padding-top: 3rem;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-two-col-with-form .inner-group .right-group {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-two-col-with-form .inner-group .left-group h2 {
  margin-top: 1.5rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.custom-two-col-with-form .inner-group .left-group p {
  opacity: 0.75;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.custom-two-col-with-form .inner-group .right-group .form-group {
  position: relative;
  margin: 50px 0;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.15);
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0.2rem;
  background-clip: border-box;
}
.custom-two-col-with-form .inner-group .right-group .form-group .hs_cos_wrapper_type_form {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.custom-two-col-with-form .inner-group .right-group .form-group .hs-form-required{
  display: none !important;
}
.custom-two-col-with-form .inner-group .right-group .form-group label{
  display: inline;
}
.custom-two-col-with-form .inner-group .right-group .form-group .hs-button.primary{
  margin: 0;
}
.custom-two-col-with-form .inner-group .right-group h3.form-title {
  margin: 0;
}
.custom-two-col-with-form .hs-button.primary.large{
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.custom-two-col-with-form .hs-button.primary.large:hover{
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.two-col-with-right-count-mod.purple .right-group {
  border-color: #47156c;
}
.two-col-with-right-count-mod.purple .right-group h3 {
  color: #47156c;
}
.two-col-with-right-count-mod.red .right-group {
  border-color: #c83542;
}
.two-col-with-right-count-mod.red .right-group h3{
  color: #c83542;
}


/* =============== Contact Us =============== */

.contact-us .body-container {
  padding-bottom: 0;
}
.custom-contact-banner {
  min-height: 700px !important;
  padding: 30px 0;
  background-color: #026cac;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  margin-bottom: -1px;
}
.custom-contact-banner .top-group {
  text-align: center;
}
.custom-contact-banner .top-group h1 {
  color: #034566;
  font-size: 4rem;
  font-weight: 300;
}
.custom-contact-banner .top-group p {
  color: #026cac;
  font-size: 1.5rem;
  font-weight: 400;
  text-shadow: 0 0px 45px #fff;
}
.custom-contact-banner .bottom-group {
  border: none;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.15);
  width: 60%;
  margin: 0 auto;
  margin-top: 3rem;
  flex: 1 1 auto;
  padding: 1.25rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0.2rem;
}
.custom-contact-banner .hs_cos_wrapper_type_form {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
}
.custom-contact-banner .hs_cos_wrapper_type_form .hs-form-required{
  display: none !important;
}
.custom-contact-banner .hs_cos_wrapper_type_form h3.form-title{
  margin: 0;
}
.custom-contact-banner .hs_cos_wrapper_type_form .hs-form-field > label {
  display: inherit;
}
.custom-contact-banner .hs_cos_wrapper_type_form .hs-input {
  max-width: 100%;
}


/* =============== Customers Website Page =============== */

.customers-layout .body-container{
  padding: 0;
}
.customers-layout .hs-section-1{
  padding-bottom: 145px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/customers-bg.svg), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(211, 224, 33, 0.1) 25%, rgba(255,255,255,1) 80%), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(33, 153, 224,.25) 20%, rgba(255,255,255,1) 100%);
  background-size: cover;
  background-position: bottom left;
  background-color: #fff;
  text-align: center;
}
.customers-layout .hs-section-1 .hs_cos_wrapper_type_rich_text{
  padding-top: 75px;
  padding-bottom: 100px;
  max-width: 1140px;
  float: none !important;
  margin: 0 auto !important;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.customers-layout .hs-section-1 .hs_cos_wrapper_type_rich_text h1{
  padding: 0;
}
.customers-layout .hs-section-1 .hs_cos_wrapper_type_rich_text h4 {
  font-size: 1.25rem;
  font-weight: 300;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #212529;
} 
.custom-white-bg-logo-mod {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.central{
	width: 98%;
}
.custom-white-bg-logo-mod .logo-group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 215px;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
}
.custom-white-bg-logo-mod .logo-group .inner-group {
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.15);
  padding: 1.25rem;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0.2rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-white-bg-logo-mod .logo-group .inner-group img {
  max-height: 50px;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}
.customers-layout .hs-section-2 .hs_cos_wrapper_type_rich_text{
  text-align: center;
  padding-bottom: 3rem;
  padding-top: 3rem;
  display: block;
}
.customers-layout .hs-section-2 .hs_cos_wrapper_type_rich_text h2{
  opacity: 0.9;  
}
.customers-layout .hs-section-2 .hs_cos_wrapper_type_rich_text h4{
  opacity: 0.5;    
  font-size: 1.25rem;
  font-weight: 300;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #212529;
}
.three-col-case-study-mod {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 150px;
}
.three-col-case-study-mod .column-1.col {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.three-col-case-study-mod .column-1.col p {
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 300;
}
.three-col-case-study-mod .column-1.col a.custom-btn.transparent {
  color: #47156c;
  border-color: #47156c;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.2rem;
  margin: 0;
}
.three-col-case-study-mod .column-1.col a.custom-btn.transparent:hover{
  background: #47156c;
  color: #ffffff;
}
.three-col-case-study-mod.blue .column-1.col a.custom-btn.transparent{
  color: #0069ff;
  border-color: #0069ff;
}
.three-col-case-study-mod.blue .column-1.col a.custom-btn.transparent:hover{
  background: #0069ff;
  border-color: #0069ff;
  color: #ffffff;
}
.three-col-case-study-mod.red .column-1.col a.custom-btn.transparent{
  color: #c83542;
  border-color: #c83542;
}
.three-col-case-study-mod.red .column-1.col a.custom-btn.transparent:hover{
  background: #c83542;
  border-color: #c83542;
  color: #ffffff;
}
.three-col-case-study-mod .column-2.col {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-right: 15px;
  padding-left: 15px;
}
.three-col-case-study-mod .column-3.col {
  justify-content: flex-end;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.three-col-case-study-mod .column-3.col h5 {
  color: #026cac;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.three-col-case-study-mod .column-3.col h5 img {
  margin-bottom: 0.5rem;
  vertical-align: middle;
  border-style: none;
  max-width: 48px;
}
.three-col-case-study-mod .column-3.col p {
  padding-bottom: 0.25rem;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 300;
}




/* =============== Careers Website page =============== */

.custom-career-banner {
  min-height: 340px;
  padding: 30px 0;
  background-color: #026cac;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  text-align: center;
}
.custom-career-banner h1 {
  color: #034566;
  font-size: 4rem;
  font-weight: 300;
}
.custom-career-banner p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-shadow: 0 0px 45px #034566;
  max-width: 850px;
  margin: 0 auto 1rem;
  width: 100%;
}
.hs-career-section-1 {
  padding: 60px 0;
  background: #026cac;
  color: #fff;
  text-align: center;
}
.custom-our-core-values p{
  opacity: 0.75;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}
.custom-our-core-values .bottom-content {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-our-core-values .bottom-content .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-our-core-values .bottom-content .col .inner-group {
  background: rgba(255,255,255,.15);
  border: none;
  font-size: 1.35rem;
  font-weight: 300;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0.2rem;
}
.custom-our-core-values .bottom-content .col .content-group {
  padding: .5rem 1.35rem;
  flex: 1 1 auto;
}
.hs-career-section-2 {
  padding: 60px 0 40px;
  background: #fff;
  text-align: center;
}
.hs-career-section-2 h2{
  color: #026cac;
  margin-bottom: 1.5rem;
}
.hs-career-section-2 .hs_cos_wrapper_type_widget_container{
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.hs-career-section-2 div.hs_cos_wrapper.hs_cos_wrapper_widget{
  padding-left: 15px;
  padding-right: 15px;
}
.content-withtop-image-group{
  width: 33.33333%;
  margin-bottom: 1.5rem;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
.content-withtop-image img {
  max-width: 150px;
}
.hs-career-section-3 {
  padding: 60px 0;
  background-color: #f3f3f5;
}
.hs-career-section-3 h2{
  color: #026cac;
}
.hs-career-section-3 h4{
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #212529;
}
.custom-accordion{
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
  transition: box-shadow 0.25s ease-in-out;
}
.custom-accordion:hover{
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}
.custom-accordion .accordion-title-group {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-accordion .accordion-title-group .top-left-group {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-accordion .accordion-title-group .top-right-group {
  text-align: right;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-accordion .accordion-title-group .top-left-group h1 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  padding: 0;
}
.custom-accordion .accordion-title-group .top-left-group p {
  font-size: 19px;
  font-weight: 300;
  color: #868e96;
  margin: 0;
}
.custom-accordion .accordion-title-group .top-right-group .learn-more-btn,
.custom-accordion .accordion-title-group .top-right-group .ghire-learn-more-btn {
  margin-top: 10px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.05rem;
  color: #026cac;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 2px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom-accordion .accordion-title-group .top-right-group .learn-more-btn:hover,
.custom-accordion .accordion-title-group .top-right-group .ghire-learn-more-btn:hover{
  color: #011d2e;
  text-decoration: underline;
  background-color: transparent;
}
.custom-accordion .accordion-content,
.custom-accordion .ghire-accordion-content{
  margin-top: 1.5rem;
}
.custom-accordion .content-top-group {
  margin-bottom: 1.5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-accordion .content-top-left {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-accordion .content-top-left p {
  font-size: 16px;
  font-weight: 300;
}
.custom-accordion .content-top-right {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-accordion .content-top-right a.custom-btn.apply {
  color: #fff;
  background-color: #026cac;
  border-color: #026cac;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.2rem;
  display: block;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin: 0;
  cursor: pointer !important;
}
.custom-accordion .content-top-right a.custom-btn.apply:hover{
  color: #fff;
  background-color: #025486;
  border-color: #014c7a;
}
.custom-accordion .accordion-content-bottom-group h5{
  color: #777;
}
.custom-accordion .accordion-content-bottom-group ul li{
  font-size: 14px;
}
.custom-accordion .accordion-content-bottom-group ul{
  margin-top: 0;
}
.custom-accordion .accordion-title-group .top-left-group.advance h1{
  margin-top: 0.85rem;
}
.career .body-container {
  padding-bottom: 0;
}




/* =============== Attribution Website Page =============== */

.attribution-layout .hs-section-1 {
  text-align: center;
}
.attribution-layout .hs-section-1 h1{
  margin-bottom: 1rem;
}
.attribution-layout .hs-section-1 h4{
  opacity: 0.75;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #212529;
}
a.custom-btn.blue {
  color: #026cac;
  background-color: transparent;
  background-image: none;
  border-color: #026cac;
}
a.custom-btn.blue:hover{
  color: #fff;
  background-color: #026cac;
  border-color: #026cac;
}
.attribution-layout .hs-section-2 .hs_cos_wrapper_type_widget_container {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.attribution-layout .hs-section-2 div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 0 15px;
}
.one-col-with-top-icon-group{
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-bottom: 3rem
}
.one-col-with-top-icon .icon-group {
  height: 50px;
  width: 50px;
  background: rgba(2, 107, 172, 0.15);
  padding: 10px;
  border-radius: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.one-col-with-top-icon .icon-group i {
  color: #026cac;
  font-size: 18px;
}
.one-col-with-top-icon .icon-group i.fa-life-ring {
  font-weight: 400;
}
.one-col-with-top-icon h3 {
  color: #026cac;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
.one-col-with-top-icon p {
  opacity: 0.5;
}
.attribution-layout .hs-section-3 {
  padding-bottom: 3rem;
  padding-top: 4rem;
}
.two-col-equal-with-top-icon.orange * {
  color: #FFA278;
  border-color: #FFA278;
}
.two-col-equal-with-top-icon .top-group {
  text-align: center;
}
.two-col-equal-with-top-icon .top-group img {
  max-width: 350px;
  width: 100%;
}
.two-col-equal-with-top-icon .bottom-group {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 3rem;
}
.two-col-equal-with-top-icon .bottom-group .left-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-equal-with-top-icon .bottom-group .right-group {
  justify-content: space-around;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-equal-with-top-icon p.title {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
}
.two-col-equal-with-top-icon p.title i {
  margin-right: 5px;
}
.two-col-equal-with-top-icon p.sub-title {
  opacity: 0.75;
}
.two-col-equal-with-top-icon .button-group a.custom-btn {
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.2rem;
  margin: 0;
  font-weight: 500;
}
.two-col-equal-with-top-icon.orange .button-group a.custom-btn:hover {
  background: #FFA278;
  color: #ffffff;
}
.two-col-equal-with-top-icon {
  padding: 6em 0;
}
.attribution-layout .hs-section-3 .hs_cos_wrapper_type_module:first-child .two-col-equal-with-top-icon {
  padding-top: 0;
}
.two-col-equal-with-top-icon.pink * {
  color: #E76D8E;
  border-color: #E76D8E;
}
.two-col-equal-with-top-icon.pink .button-group a.custom-btn:hover{
  background: #E76D8E;
  color: #ffffff;
}
.two-col-equal-with-top-icon.green * {
  color: #42C493;
  border-color: #42C493;
}
.two-col-equal-with-top-icon.green .button-group a.custom-btn:hover{
  background: #42C493;
  color: #ffffff;
}
.attribution-layout .hs-section-5 {
  text-align: center;
  padding-bottom: 145px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/customers-bg.svg), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(211, 224, 33, 0.1) 25%, rgba(255,255,255,1) 80%), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(33, 153, 224,.25) 20%, rgba(255,255,255,1) 100%);
  background-size: cover;
  background-position: bottom left;
}
.attribution-layout .hs-section-5 h2{
  color: #026cac;
  margin-bottom: 3rem
}
.attribution-layout .hs-section-5 .hs_cos_wrapper_type_rich_text {
  padding-bottom: 0.25rem;
  display: block;
  max-width: 1140px;
  margin: 0 auto 3rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.attribution-layout .body-container {
  padding-bottom: 0;
}
.attribution-layout .custom-two-col-with-form,
.homepage .custom-two-col-with-form,
.activation .custom-two-col-with-form{
  margin-bottom: 150px;
}
.attribution-layout .custom-two-col-with-form .inner-group .right-group .form-group,
.homepage .custom-two-col-with-form .inner-group .right-group .form-group,
.activation .custom-two-col-with-form .inner-group .right-group .form-group{
  position: absolute;
  margin-top: 30px;
  margin-bottom: 0;
  border: none;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.15);
}
.attribution-layout .custom-two-col-with-form .inner-group .left-group h2,
.homepage .custom-two-col-with-form .inner-group .left-group h2,
.activation .custom-two-col-with-form .inner-group .left-group h2{
  margin-top: 1.5rem;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.1;
}
.attribution-layout .custom-two-col-with-form .inner-group .left-group p br,
.homepage .custom-two-col-with-form .inner-group .left-group p br,
.activation .custom-two-col-with-form .inner-group .left-group p br{
  display: none;
}


/* =============== Homepage =============== */


.homepage{
  overflow-x: hidden;
}
.custom-homepage-banner {
  background: #ffffff;
  min-height: 600px;
}
.custom-homepage-banner .content-group {
  position: absolute;
  top: 84px;
  left: 0;
  width: 100vw;
  min-height: 536px;
}
.custom-homepage-banner .content-group {
  text-align: center;
}
.custom-homepage-banner .content-group h1{
  font-size: 2.9rem;
  line-height: 3.75rem;
  margin-top: 150px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
  color: #034566 !important;
  text-shadow: 0px 0px 9px #fff;
  font-weight: 500;
  padding-top: 0;
}
.custom-homepage-banner .content-group p {
  padding-top: 1.5rem;
}
.custom-homepage-banner .content-group p a.custom-banner-btn {
  background: #FFA278;
  font-weight: 400;
  letter-spacing: 0.065em;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom-homepage-banner .content-group p a.custom-banner-btn:hover{
  background: #66D9AE;
}
.hs-home-section-1 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}
.hs-home-section-1 h2 {
  color: #026cac;
  margin-bottom: 1rem;
}
.hs-home-section-1 .hs_cos_wrapper_type_rich_text p{
  opacity: 0.75;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
}
.hs-home-three-col-with-top-image .top-group{
  position: relative;
  min-height: 300px;
}
.hs-home-three-col-with-top-image img.hover-image {
  display: none;
  position: absolute;
  top: 0;
  z-index: 9;
}
.hs-home-three-col-with-top-image .top-group.hover-active img{
  display: none;
}
.hs-home-three-col-with-top-image .top-group.hover-active img.active{
  display: block;
}
.hs-home-three-col-with-top-image .bottom-group {
  padding-top: 24px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.hs-home-three-col-with-top-image .bottom-group .col{
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}
.hs-home-three-col-with-top-image .bottom-group .col .inner-group{
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
  cursor: pointer;
  background: #fff;
  border-radius: 0.2rem;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hs-home-three-col-with-top-image .bottom-group .col a:hover .inner-group{
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.25);
}
.hs-home-three-col-with-top-image .bottom-group .col .content-group {
  padding: 15px;
  flex: 1 1 auto;
}
.hs-home-three-col-with-top-image .bottom-group .col .content-group h3{
  color: #034566;
  font-size: 25px;
  font-family: 'Raleway', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hs-home-three-col-with-top-image .bottom-group .col .content-group p.sub-title {
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 1rem;
}
.hs-home-three-col-with-top-image .bottom-group .col .content-group p.learn-more {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #026cac;
  margin-bottom: 0;
}
.hs-home-three-col-with-top-image .bottom-group .col a:hover .content-group p.learn-more{
  color: #000000;
}
.hs-home-section-1 {
  padding-bottom: 16px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/home-section-gradient.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left bottom -2px;
}
.hs-home-section-2 {
  padding-bottom: 6rem;
  padding-top: 3rem;
  background-color: #026cac;
  color: #fff;
}
.hs-home-section-2 .page-center {
  padding-top: 100px;
}
.hs-home-section-2 .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
}
.hs-home-section-2 .hs_cos_wrapper_type_rich_text h2{
  color: #f8f9fa;
  margin-bottom: 1rem;
}
.hs-home-section-2 .hs_cos_wrapper_type_rich_text p{
  padding-bottom: 1.5rem;
  color: #f8f9fa;
  opacity: 0.75;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.two-col-content-with-top-img-icon {
  margin-top: 75px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.two-col-content-with-top-img-icon .col{
  margin-bottom: 1.5rem;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;	
  padding-right: 15px;
}
.two-col-content-with-top-img-icon .inner-group {
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.2rem;
}
.two-col-content-with-top-img-icon .inner-group .content-group {
  padding: 15px;
  flex: 1 1 auto;
}
.two-col-content-with-top-img-icon .inner-group .content-group p {
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 1rem;
}
.two-col-content-with-top-img-icon .inner-group .content-group p.learn-more {
  color: #026cac;
  margin: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.two-col-content-with-top-img-icon .inner-group .content-group p.learn-more:hover {
  color: #000000;
}
.custom-homepage-banner .pixel-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 536px;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.custom-homepage-banner .animation-canvas-wrap{
  position: absolute;
  top: 84px;
  left: 0;
  width: 100vw;
  min-height: 536px;
}
.custom-homepage-banner .animation-canvas-wrap .pixel-grid{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 1000ms ease-out 500ms;
  transition: opacity 1000ms ease-out 500ms;
  overflow-x: hidden;
}
.hs-home-section-3 {
  background-color: #f3f3f5;
}
.hs-home-section-4 {
  padding-bottom: 100px;
  background-color: #f3f3f5;
}
.custom-eight-tiles-mod h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.custom-eight-tiles-mod .brands-group {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-eight-tiles-mod .brands-group .col {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-eight-tiles-mod .brands-group .column-2, .custom-eight-tiles-mod .brands-group .column-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group {
  max-height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .column-1-tile-1 {
  padding-bottom: 1.5rem;
  height: 75%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .column-1-tile-2 {
  padding-bottom: 1.5rem;
  height: 25%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .column-1-tile-3 {
  padding-bottom: 1.5rem;
  height: 25%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-1-wrapper {
  background-color: #026cac;
  background-size: cover;
  background-position: center;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 1rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-1-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-1-body > img {
  max-width: 162px;
  width: 100%;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-1-body > p {
  margin-bottom: 3rem;
  margin-top: 3rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-1-body .tile-1-author {
  display: inline;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-1-body .tile-1-author img {
  border-radius: 50%;
  max-width: 50px;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-1-body .tile-1-author img {
  border-radius: 50%;
  max-width: 50px;
  vertical-align: middle;
  margin-right: 8px;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-2-wrapper,
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-3-wrapper{
  border-radius: 5px;
  color: #fff;
  padding: 1rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-2-body,
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-3-body{
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-2-body img{
  vertical-align: middle;
  max-width: 62px;
  width: 100%;
}
.custom-eight-tiles-mod .brands-group .column-1 .inner-group .tile-3-body img{
  max-width: 143px;
  width: 100%;
}
.custom-eight-tiles-mod .brands-group .col-2-tile-1-body img{
  max-width: 171px;
  width: 100%;
}
.custom-eight-tiles-mod .brands-group .col-2-tile-2-body img{
  max-width: 115px;
  width: 100%;
}
.custom-eight-tiles-mod .brands-group .col .col-3-tile-1-body img{
  max-width: 147px;
  width: 100%;
}
.custom-eight-tiles-mod .brands-group .col .col-3-tile-2-body img{
  max-width: 120px;
  width: 100%;
}
.custom-eight-tiles-mod .brands-group .col .col-3-tile-3-body img{
  max-width: 132px;
  width: 100%;
}
.custom-eight-tiles-mod .brands-group .col-2-tile-1, .custom-eight-tiles-mod .brands-group .col-2-tile-2 {
  padding-bottom: 1.5rem;
  height: 50%;
}
.custom-eight-tiles-mod .brands-group .col-2-tile-1-wrapper,
.custom-eight-tiles-mod .brands-group .col-2-tile-2-wrapper{
  border-radius: 5px;
  color: #fff;
  padding: 1rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.custom-eight-tiles-mod .brands-group .col-2-tile-1-body, 
.custom-eight-tiles-mod .brands-group .col-2-tile-2-body {
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.custom-eight-tiles-mod .brands-group .col .col-3-tile-1, 
.custom-eight-tiles-mod .brands-group .col .col-3-tile-2,
.custom-eight-tiles-mod .brands-group .col .col-3-tile-3 {
  padding-bottom: 1.5rem;
  height: 25%;
}
.custom-eight-tiles-mod .brands-group .col .col-3-tile-1-wrapper, 
.custom-eight-tiles-mod .brands-group .col .col-3-tile-2-wrapper, 
.custom-eight-tiles-mod .brands-group .col .col-3-tile-3-wrapper {
  border-radius: 5px;
  color: #fff;
  padding: 1rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.custom-eight-tiles-mod .brands-group .col .col-3-tile-1-body, 
.custom-eight-tiles-mod .brands-group .col .col-3-tile-2-body,
.custom-eight-tiles-mod .brands-group .col .col-3-tile-3-body {
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.homepage .body-container {
  padding-bottom: 0;
}
.custom-eight-tiles-mod .brands-group .col .col-3-tile-2 {
  height: 50%;
}



/* =============== Schedule Demo =============== */

.schedule-demo-layout .hs-section-1-col-1 h1 {
  padding-top: 0;
}
.schedule-demo-layout .hs-section-1 {
  padding-top: 30px;
  padding-bottom: 100px;
}
.schedule-demo-layout .hs-section-1-col-1 p{
  opacity: 0.5;
  font-size: 1.25rem;
  font-weight: 300;
}
.schedule-demo-layout .hs-section-1-col-1 img[src*="/demo.png"]{
  max-width: 375px;
  width: 100%;
}
.schedule-demo-layout .hs-section-1-col-2 .hs_cos_wrapper_type_form {
  margin-top: 3rem;
  border: 0;
  background-color: #f8f9fa;
  padding: 1.25rem;
  border-radius: 0.2rem;
  box-shadow: none;
  max-width: 100%;
  margin-bottom: 1rem;
}
.schedule-demo-layout .hs-section-1-col-2 .hs_cos_wrapper_type_form .hs-form-required{
  display: none !important;
}
.schedule-demo-layout .hs-section-1-col-2 .hs-form-field > label {
  display: inline;
}
.schedule-demo-layout .hs-section-1-col-2 p{
  opacity: 0.25;
}
.schedule-demo-layout .hs-section-1-col-2 .hs_cos_wrapper_type_form .hs-button.primary.large{
  background-color: #FFA423;
  border-color: #FFA423;
}
.schedule-demo-layout .hs-section-1-col-2 .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  background-color: #fc9400;
  border-color: #ef8c00;
}
.schedule-demo-layout .hs-section-2{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f3f5;
}
.schedule-demo-layout .body-container {
  padding-bottom: 0;
}


/* =============== Activation Website Page =============== */

.hs-activation-section-1 {
  text-align: center;
}
.hs-activation-section-1 p{
  opacity: 0.75;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
}
.hs-activation-section-1 h1{
  margin-bottom: 1rem;
}
.hs-activation-section-2 {
  background-color: #026cac;
  background-image: linear-gradient(#fff, #026cac);
  padding-top: 24px;
  text-align: center;
}
.activation a.custom-btn.blue{
  margin-top: 0;
}
.hs-activation-section-3 {
  background: #026cac;
  color: #fff;
  padding: 70px 0 24px;
}
.hs-activation-section-3 p {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
}
.hs-activation-section-3 ul.custom-list {
  margin: 0 auto 86px;
  padding: 0;
  width: 25%;
  opacity: 0.9;
  list-style: none;
}
.hs-activation-section-3 ul.custom-list li:before {
  content: "•";
  margin-right: 4px;
}
.hs-activation-section-3 pre {
  overflow: visible;
  margin: 0 auto;
  white-space: normal;
  font-family: Raleway, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  opacity: 0.75;
  font-size: 1.25rem;
  font-weight: 300;
  width: 25%;
}
.hs-activation-section-3 h2 {
  opacity: 0.75;
  color: #f8f9fa;
  margin-bottom: 1.5rem;
}
.one-col-content-with-top-icon-image .inner-group {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0.2rem;
  border: none;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.one-col-content-with-top-icon-image .content-group {
  padding: 15px;
  flex: 1 1 auto;
}
.one-col-content-with-top-icon-image .content-group h4 {
  color: #51A2CB;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.one-col-content-with-top-icon-image .content-group p {
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.one-col-content-with-top-icon-image .content-group p:last-child {
  margin-bottom: 0;
}
.one-col-content-with-top-icon-image .content-group p.get-started {
  color: #026cac;
}
.one-col-content-with-top-icon-image a:hover .content-group p.get-started{
  color: #000000;
}
.hs-activation-section-4 {
  padding: 80px 0 140px;
  background: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/pixels-fade-bg.svg);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto;
  background-color: #f3f3f5;
  text-align: center;
}
.hs-activation-section-4 h2 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.three-col-with-counter-mod {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.three-col-with-counter-mod .col {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.three-col-with-counter-mod h3 {
  color: #026cac;
  font-size: 4rem;
}
.three-col-with-counter-mod p{
  color: #2e3b4e;
  font-size: 1.25rem;
  font-weight: 300;
}
.hs-activation-section-4 .custom-testimonial-mod{
  margin-top: 80px;
  margin-bottom: 0;
}
.hs-activation-section-4 .custom-testimonial-mod:before, 
.hs-activation-section-4 .custom-testimonial-mod:after{
  background-color: #f3f3f5;
}
.hs-activation-section-4 .custom-testimonial-mod .inner-group h1 {
  margin-top: 10px;
  font-size: 1.7rem;
  font-weight: 400;
  font-style: italic;
}
.hs-activation-section-4 .custom-testimonial-mod .bottom-group .right-group {
  text-align: left;
  margin-top: 0;
}
.hs-activation-section-4 .custom-testimonial-mod .bottom-group .right-group img {
  height: auto;
  width: 100%;
  max-width: 134px;
}
.hs-activation-section-5 {
  padding: 75px 0 100px;
  background-color: #2572b9;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/scoop.png), radial-gradient(at top, #034566 10%, #2572b9 100%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hs-activation-section-5 h2 {
  color: rgba(255,255,255,0.75);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 300;
}
.hs-activation-section-5 h2 strong {
  color: #fff;
}
.custom-two-col-relevant-mod {
  margin-top: 3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-two-col-relevant-mod .left-group {
  text-align: center;
  margin-left: auto;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-two-col-relevant-mod .right-group {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-two-col-relevant-mod .left-group .inner-group {
  color: #e39d55;
  margin-top: 1.5rem;
}
.custom-two-col-relevant-mod .left-group .inner-group h2 {
  margin-top: 5px;
  font-size: 3.95rem;
  color: #e39d55;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.custom-two-col-relevant-mod .right-group p {
  font-size: 80%;
  font-weight: normal;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
  font-style: italic;
}
.custom-two-col-relevant-mod .right-group .author-details img {
  border-radius: 50%;
  max-width: 50px;
  vertical-align: middle;
  margin-right: 8px;
}
.custom-two-col-relevant-mod .right-group span.author-name {
  opacity: 0.75;
  color: #fff;
}
.hs-activation-section-6 {
  background-color: #f3f3f5;
}
.hs-activation-section-7 {
  background-color: #f3f3f5;
}
.activation .body-container {
  padding-bottom: 0;
}
.hs-activation-section-7 {
  padding-bottom: 100px;
}


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

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

.custom-footer-group {}

.custom-footer-group .page-center{}
.footer-container-wrapper .custom-js-import {
  min-height: 0;
}
.custom-copyright{}
.custom-copyright p{}
.custom-footer-logo{}
.custom-footer-logo img{}
.custom-footer-group {
  min-height: 200px;
  padding-top: 25px;
  background-color: #034566;
  padding-bottom: 5px;
}
.custom-address ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.custom-address ul li {
  display: inline-block;
}
.custom-address ul li a {
  height: 30px;
  width: 30px;
  display: inline-block;
  color: rgba(255,255,255,.7);
  font-size: 15px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-right: 0.25rem;
  position: relative;
}
.custom-address ul li a img {
  position: absolute;
  opacity: 0.65;
  -wekit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 10;
}
.custom-address ul li a:hover img {
  opacity: 1;
}
.custom-address ul li a:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  height: 28px;
  width: 28px;
  background: rgba(255,255,255,0);
  border-radius: 100%;
  z-index: 0;
  transition: none;
}
.custom-address ul li a:hover:before {
  z-index: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.custom-footer-info ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  clear: both;
  margin: 0px -15px;
  float: left;
  width: 100% !important;
  padding-bottom: 13px;
}
.custom-footer-info ul li {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.custom-footer-info p {
  clear: both;
  margin: 13px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 12px;
}
.custom-footer-info ul li a {
  color: rgba(255,255,255,.75);
  font-size: 18px;
  font-weight: 600;
}
.custom-footer-info ul li a:hover {
  color: #fff;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul {
  width: 100% !important;
  margin: 0px -15px;
  padding-top: 4px;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul > li {
  width: 33.33%;
  padding: 0px 15px;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul > li > a {
  color: rgba(255,255,255,.75);
  font-size: 18px;
  font-weight: 600;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul > li > a:hover {
  color: #fff;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper li {
  margin-bottom: 2px;
  margin-top: 1px;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper li a {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.custom-copyright p {
  color: rgba(255,255,255,.5);
  font-size: 13px;
  margin-top: 0rem;
}
.custom-copyright p span {
  padding: 0px 7px;
}
.custom-copyright p a {
  color: rgba(255,255,255,.5);
  font-size: 13px;
}
.custom-copyright p a:hover {
  color: rgba(255,255,255,1);
}
.custom-footer-menu .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper li a:hover {
  color: #fff;
}
.custom-footer-logo img {
  max-width: 178px;
  width: 100%;
  margin-top: 1px;
}
.custom-address p {
  opacity: 0.5;
  font-size: 14px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.custom-left-link p {
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.custom-footer-group.advance {
  padding-bottom: 16px;
}
.custom-footer-group.advance .custom-copyright {
  padding-top: 4px;
}
.custom-footer-group.advance .custom-footer-social-icon {
  text-align: right;
  padding-top: 4px;
}
.custom-footer-group.advance .custom-address ul li a img{
  position: static;
}
.custom-footer-group.advance .custom-address ul li:last-child a {
  margin-right: 0;
}
.custom-footer-group.advance .custom-address ul li a{
  margin-right: 3px;
}







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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  padding-top: 6px;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #2572b9;
  display: block;
  padding: 0.5rem 1rem 21px;
  transition: all 0.15s ease-in-out;
  padding-right: .5rem;
  padding-left: .5rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "▼";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 3px;
  font-size: 7px;
  transform: scale(1.5,1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #022d42;
}
.custom-header-bottom-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children{
	text-align: center !important;
}

.custom-header-bottom-group .hs-menu-children-wrapper a{
	text-align: left;
}
.custom-header-bottom-group .hs-menu-children-wrapper .hs-menu-depth-3 a{
 text-align: center; 
}

/* Child List */

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul{
    width: 640px;
    left: -230px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    padding: 15px;
    border-top: 5px solid #026CAC;
    background: #fff;
    top: 72px;
    box-shadow: 0px 10px 14px 0px rgba(51,51,51,0.15);
    border-radius: 0 0 5px 5px;
    -webkit-transition: visibility .15s,opacity .3s ease,-webkit-transform .25s !important;
    transition: visibility .15s,opacity .3s ease,transform .25s !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    -webkit-transform: translate(0,-22px);
    transform: translate(0,-22px);
    -webkit-transition: visibility 0s, opacity 0.3s ease, transform 0.25s !important;
    transition: visibility 0s, opacity 0.3s ease, transform 0.25s !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
  	transition: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 11px solid transparent;
    border-bottom: 11px solid #026CAC;
    top: -27px;
    left: 268px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li > ul {
    opacity: 1 !important;
    visibility: visible !important;
  	position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li {
    width: 31.33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 10px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li > a{
    color: #a9a9a9;
    font-family: 'Raleway', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 11px;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li:last-child{
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:nth-child(2) > ul > li {
    width: 49%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 7px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:nth-child(2) > ul > li > a{
    background-position: center top 10px;
    background-repeat: no-repeat;
    padding-top: 43px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #a9a9a9;
    font-family: 'Raleway', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 11px;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li > a{
    background-position: center top 10px;
    background-repeat: no-repeat;
    padding-top: 43px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li:first-child{
    margin-bottom: 20px;
/*     min-height: 130px; */
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li:nth-child(2){
/*     min-height: 114px; */
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a {
    padding-left: 75px;
    background-repeat: no-repeat;
    font-size: 16px;
    background-size: contain;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 5px;
    transition: all 0.15s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > a {
    background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/nav-icon-attribution.png);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li:last-child > a {
    background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/nav-icon-activation.png);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a:after {
    display: block;
    color: #808080;
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > a:after {
    content: "Enterprise-grade multi-touch marketing attribution";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li:last-child > a:after {
    content: "Media campaigns based on users’ recent browsing behaviors";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a:hover {
/*     background-color: rgba(2, 108, 172, 0.05); */
    -webkit-filter: grayscale(1) brightness(.5);
	  filter: grayscale(1) brightness(.5);
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:nth-child(2) > ul > li:last-child{
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li:first-child > a {
    background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/nav-website-attribution.png);
    background-size: 159px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    padding-top: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li:nth-child(2) > a{
    background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/nav-media-attribution.png);
    background-size: 148px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li:nth-child(3) > a{
    background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/nav-media-optimization.png);
    background-size: 172px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:nth-child(2) > ul > li:first-child > a{
    background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/nav-activation-direct-response.png);
    background-size: 139px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:nth-child(2) > ul > li:nth-child(2) > a{
    background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/nav-activation-branding.png);
    background-size: 102px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li:first-child:hover {
    border-color: #FFA278;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li:nth-child(2):hover{
    border-color: #E76D8E;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:first-child > ul > li:nth-child(3):hover{
    border-color: #42C493;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:nth-child(2) > ul > li:first-child:hover{
    border-color: #51A2CB;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li:nth-child(2) > ul > li:nth-child(2):hover{
    border-color: #848FE3;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    transition: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li{
  }
}



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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -39px;
    right: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/menu.svg);
  }
  .mobile-trigger:hover{
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

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

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

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

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

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    display: block;
    padding: 0.5rem 1rem;
    color: #2572b9;
    padding-right: 0;
    padding-left: 0;
    line-height: 1.5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #022d42;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a[href*="/demo"] {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.2rem;
    transition: all 0.15s ease-in-out;
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
    font-weight: 400;
    letter-spacing: 0.05rem;
    margin-top: 2px;
    padding: 6px 8px;
    border-width: .15rem;
    border-color: #2572b9;
    color: #2572b9;
    font-size: 14px;
    font-weight: 400;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a[href*="/demo"]:hover {
    background-color: #2572b9;
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  @media (max-height: 479px) {
    .custom-menu-primary .hs-menu-wrapper {
      max-height: calc(100vh - 65px);
      overflow-y: auto !important;
    }
  }
}


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


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

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

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

.hs-blog-post .hs-author-social-section {
  margin: 27px 0;
}

/* 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, h2.post-listing-simple {}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
}
.section.post-header h1 {}

/* 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 {
  margin: 15px 0;
}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

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

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

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

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

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

#comments-listing.no-comments {
  border: none;
}

#comment-form {
  margin: 15px 0;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: block;
  margin: 10px 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}



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


.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_form,
#comment-form{
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.15);
  padding: 1.25rem;
  border-radius: 0.2rem;
  background-color: #fff;
  width: 100%;
  display: block;
  color: #495057;
}
ul.hs-error-msgs.inputs-list {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
.hs-input.error {
  border-color: #FF8D7B;
}
.hs-error-msgs label {
  color: #ff0000;
}

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

/* Form Field */
.hs-form-field {
  margin-bottom: 15px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  display: inline-block;
}

/* 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 {
  font-family: inherit;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  display: block;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100% !important;
  max-width: 500px;
}

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 {
  color: #495057;
  background-color: #fff;
  border-color: #039bf8;
  outline: none;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.05rem;
  color: #fff;
  background-color: #026cac;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid #026cac;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.2rem;
  margin: 20px 0 0;
  transition: all 0.15s ease-in-out;
}


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

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1{}

.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2{}

.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3{}


.body-container ul li{}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
.hs-form-required {
  color: #ff0000;
}
.sidebar-form .hs_cos_wrapper_type_form {
  background: transparent;
  max-width: 100%;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}


.error-template .hs-button.primary,
.subscription-template .hs-button.primary,
.password-template .hs-button.primary{
  width: auto;
}



/* =============== Error Page =============== */


/* WebKit Animations */
@-webkit-keyframes h2-animation {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes h3-animation {
  0%   {opacity: 0;}
  80%  {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes form-animation {
  0%   {opacity: 0; right: -400px;}
  90%  {opacity: 0; right: -400px;}
  95%  {opacity: 0.5; right: 20px;}
  100% {opacity: 1; right: 0px;}
}
@-webkit-keyframes boat-in-animation {
  0%   {left: -200px;}
  100% {left: 20px;}
}
@-webkit-keyframes boat-animation {
  0%   {bottom: 0px; left: 0px;}
  25%  {bottom: -2px; left: -2px;}
  70%  {bottom: 2px; left: -4px;}
  100% {bottom: -1px; left: 0px;}
}
@-webkit-keyframes question-mark-animation {
  0%   {opacity:0;}
  80%   {opacity:0;}
  100% {opacity:1;}
}
@-webkit-keyframes cloud-group-1-animation {
  0%       {left: 0px;}
  99.9999%   {left: -720px;}
  100%     {left: 0px;}
}
@-webkit-keyframes cloud-group-2-animation {
  0%       {left: 720px;}
  99.9999%   {left: 0px;}
  100%     {left: 720px;}
}
@-webkit-keyframes water-back-animation {
  0%   {bottom: 10px; left: -20px;}
  25%  {bottom: 8px; left: -22px;}
  70%  {bottom: 12px; left: -24px;}
  100% {bottom: 9px; left: -20px;}
}
@-webkit-keyframes water-front-animation {
  0%   {bottom: -70px; left: -30px;}
  25%  {bottom: -68px; left: -32px;}
  70%  {bottom: -72px; left: -34px;}
  100% {bottom: -69px; left: -30px;}
}


/* FireFox Animations */
@-moz-keyframes h2-animation {
  0%   {opacity: 0;}
  80%  {opacity: 0;}
  100% {opacity: 1;}
}
@-moz-keyframes h3-animation {
  0%   {opacity: 0;}
  80%  {opacity: 0;}
  100% {opacity: 1;}
}
@-moz-keyframes form-animation {
  0%   {opacity: 0; right: -400px;}
  90%  {opacity: 0; right: -400px;}
  95%  {opacity: 0.5; right: 20px;}
  100% {opacity: 1; right: 0px;}
}
@-moz-keyframes boat-in-animation {
  0%   {left: -200px;}
  100% {left: 20px;}
}
@-moz-keyframes boat-animation {
  0%   {bottom: 0px; left: 0px;}
  25%  {bottom: -2px; left: -2px;}
  70%  {bottom: 2px; left: -4px;}
  100% {bottom: -1px; left: 0px;}
}
@-moz-keyframes question-mark-animation {
  0%   {opacity:0;}
  80%   {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes cloud-group-1-animation {
  0%       {left: 0px;}
  99.9999%   {left: -720px;}
  100%     {left: 0px;}
}
@-moz-keyframes cloud-group-2-animation {
  0%       {left: 720px;}
  99.9999%   {left: 0px;}
  100%     {left: 720px;}
}
@-moz-keyframes water-back-animation {
  0%   {bottom: 10px; left: -20px;}
  25%  {bottom: 8px; left: -22px;}
  70%  {bottom: 12px; left: -24px;}
  100% {bottom: 9px; left: -20px;}
}
@-moz-keyframes water-front-animation {
  0%   {bottom: -70px; left: -30px;}
  25%  {bottom: -68px; left: -32px;}
  70%  {bottom: -72px; left: -34px;}
  100% {bottom: -69px; left: -30px;}
}


/* Opera Animations */
@-o-keyframes h2-animation {
  0%   {opacity: 0;}
  80%  {opacity: 0;}
  100% {opacity: 1;}
}
@-o-keyframes h3-animation {
  0%   {opacity: 0;}
  80%  {opacity: 0;}
  100% {opacity: 1;}
}
@-o-keyframes form-animation {
  0%   {opacity: 0; right: -400px;}
  90%  {opacity: 0; right: -400px;}
  95%  {opacity: 0.5; right: 20px;}
  100% {opacity: 1; right: 0px;}
}
@-o-keyframes boat-in-animation {
  0%   {left: -200px;}
  100% {left: 20px;}
}
@-o-keyframes boat-animation {
  0%   {bottom: 0px; left: 0px;}
  25%  {bottom: -2px; left: -2px;}
  70%  {bottom: 2px; left: -4px;}
  100% {bottom: -1px; left: 0px;}
}
@-o-keyframes question-mark-animation {
  0%   {opacity:0;}
  80%   {opacity:0;}
  100% {opacity:1;}
}
@-o-keyframes cloud-group-1-animation {
  0%       {left: 0px;}
  99.9999%   {left: -720px;}
  100%     {left: 0px;}
}
@-o-keyframes cloud-group-2-animation {
  0%       {left: 720px;}
  99.9999%   {left: 0px;}
  100%     {left: 720px;}
}
@-o-keyframes water-back-animation {
  0%   {bottom: 10px; left: -20px;}
  25%  {bottom: 8px; left: -22px;}
  70%  {bottom: 12px; left: -24px;}
  100% {bottom: 9px; left: -20px;}
}
@-o-keyframes water-front-animation {
  0%   {bottom: -70px; left: -30px;}
  25%  {bottom: -68px; left: -32px;}
  70%  {bottom: -72px; left: -34px;}
  100% {bottom: -69px; left: -30px;}
}


/* IE Animations */
@-ms-keyframes h2-animation {
  0%   {opacity: 0;}
  80%  {opacity: 0;}
  100% {opacity: 1;}
}
@-ms-keyframes h3-animation {
  0%   {opacity: 0;}
  80%  {opacity: 0;}
  100% {opacity: 1;}
}
@-ms-keyframes form-animation {
  0%   {opacity: 0; right: -400px;}
  90%  {opacity: 0; right: -400px;}
  95%  {opacity: 0.5; right: 20px;}
  100% {opacity: 1; right: 0px;}
}
@-ms-keyframes boat-in-animation {
  0%   {left: -200px;}
  100% {left: 20px;}
}
@-ms-keyframes boat-animation {
  0%   {bottom: 0px; left: 0px;}
  25%  {bottom: -2px; left: -2px;}
  70%  {bottom: 2px; left: -4px;}
  100% {bottom: -1px; left: 0px;}
}
@-ms-keyframes question-mark-animation {
  0%   {opacity:0;}
  80%   {opacity:0;}
  100% {opacity:1;}
}
@-ms-keyframes cloud-group-1-animation {
  0%       {left: 0px;}
  99.9999%   {left: -720px;}
  100%     {left: 0px;}
}
@-ms-keyframes cloud-group-2-animation {
  0%       {left: 720px;}
  99.9999%   {left: 0px;}
  100%     {left: 720px;}
}
@-ms-keyframes water-back-animation {
  0%   {bottom: 10px; left: -20px;}
  25%  {bottom: 8px; left: -22px;}
  70%  {bottom: 12px; left: -24px;}
  100% {bottom: 9px; left: -20px;}
}
@-ms-keyframes water-front-animation {
  0%   {bottom: -70px; left: -30px;}
  25%  {bottom: -68px; left: -32px;}
  70%  {bottom: -72px; left: -34px;}
  100% {bottom: -69px; left: -30px;}
}


/* Animations */
@keyframes h2-animation {
  0%   {opacity: 0;}
  80%  {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes h3-animation {
  0%   {opacity: 0;}
  80%  {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes form-animation {
  0%   {opacity: 0; right: -400px;}
  90%  {opacity: 0; right: -400px;}
  95%  {opacity: 0.5; right: 20px;}
  100% {opacity: 1; right: 0px;}
}
@keyframes boat-in-animation {
  0%   {left: -200px;}
  100% {left: 20px;}
}
@keyframes boat-animation {
  0%   {bottom: 0px; left: 0px;}
  25%  {bottom: -2px; left: -2px;}
  70%  {bottom: 2px; left: -4px;}
  100% {bottom: -1px; left: 0px;}
}
@keyframes question-mark-animation {
  0%   {opacity:0;}
  80%   {opacity:0;}
  100% {opacity:1;}
}
@keyframes cloud-group-1-animation {
  0%       {left: 0px;}
  99.9999%   {left: -720px;}
  100%     {left: 0px;}
}
@keyframes cloud-group-2-animation {
  0%       {left: 720px;}
  99.9999%   {left: 0px;}
  100%     {left: 720px;}
}
@keyframes water-back-animation {
  0%   {bottom: 10px; left: -20px;}
  25%  {bottom: 8px; left: -22px;}
  70%  {bottom: 12px; left: -24px;}
  100% {bottom: 9px; left: -20px;}
}
@keyframes water-front-animation {
  0%   {bottom: -70px; left: -30px;}
  25%  {bottom: -68px; left: -32px;}
  70%  {bottom: -72px; left: -34px;}
  100% {bottom: -69px; left: -30px;}
}





.error-page .body-container {
  padding-bottom: 0;
}
.hs-error-section {
  width: 100vw;
  min-height: 400px !important;
  height: 80vh;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0% ,rgb(59, 165, 218) 100%);
  overflow: hidden;
  position: relative;
}
.hs-error-section .custom-error-content {
  padding: 40px 0;
}
.hs-error-section .custom-error-content h2{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #034566;
  font-size: 50px;
  line-height: 50px;
  -webkit-animation: h2-animation 2s 1 ease-in-out;
  -moz-animation: h2-animation 2s 1 ease-in-out;
  -o-animation: h2-animation 2s 1 ease-in-out;
  -ms-animation: h2-animation 2s 1 ease-in-out;
  animation: h2-animation 2s 1 ease-in-out;
}
.hs-error-section .custom-error-content h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #2572b9;
  font-size: 31px;
  line-height: 31px;
  -webkit-animation: h3-animation 5s 1 ease-in-out;
  -moz-animation: h3-animation 5s 1 ease-in-out;
  -o-animation: h3-animation 5s 1 ease-in-out;
  -ms-animation: h3-animation 5s 1 ease-in-out;
  animation: h3-animation 5s 1 ease-in-out;
}
.hs-error-section .custom-error-content #back {
  transition: all 0.15s ease-in-out;
  border: 2px solid transparent;
  text-align: center;
  display: inline-block;
  color: #026cac;
  background-color: transparent;
  background-image: none;
  border-color: #026cac;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  margin: 30px 0 0 6px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  position: relative;
  -webkit-animation: form-animation 7s 1 ease-in-out;
  -moz-animation: form-animation 7s 1 ease-in-out;
  -o-animation: form-animation 7s 1 ease-in-out;
  -ms-animation: form-animation 7s 1 ease-in-out;
  animation: form-animation 7s 1 ease-in-out;
  cursor: pointer;
}
.hs-error-section .custom-error-content #back:hover{
  color: #fff;
  background-color: #026cac;
  border-color: #026cac;
}
.hs-error-section #clouds {
  position: absolute;
  top: 25%;
  width: 100vw;
  z-index: 0;
}
.hs-error-section #error ul {
  list-style: none;
}
.hs-error-section #cloud-group-1 {
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-animation: cloud-group-1-animation 30s infinite linear;
  -moz-animation: cloud-group-1-animation 30s infinite linear;
  -o-animation: cloud-group-1-animation 30s infinite linear;
  -ms-animation: cloud-group-1-animation 30s infinite linear;
  animation: cloud-group-1-animation 30s infinite linear;
}
.hs-error-section #cloud-group-2 {
  width: 100%;
  position: absolute;
  left: 100%;
  -webkit-animation: cloud-group-2-animation 30s infinite linear;
  -moz-animation: cloud-group-2-animation 30s infinite linear;
  -o-animation: cloud-group-2-animation 30s infinite linear;
  -ms-animation: cloud-group-2-animation 30s infinite linear;
  animation: cloud-group-2-animation 30s infinite linear;
}
.hs-error-section .cloud-1 {
  width: 172px;
  height: 121px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/cloud-1.png);
  position: absolute;
  top: 10px;
  left: 10%;
}
.hs-error-section .cloud-2 {
  width: 121px;
  height: 75px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/cloud-2.png);
  position: absolute;
  top: -25px;
  left: 35%;
}
.hs-error-section .cloud-3 {
  width: 132px;
  height: 114px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/cloud-3.png);
  position: absolute;
  top: -5px;
  left: 55%;
}
.hs-error-section ul#boat li {
  width: 249px;
  height: 215px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/boat.png);
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: visible;
  -webkit-animation: boat-animation 2s infinite ease-in-out;
  -moz-animation: boat-animation 2s infinite ease-in-out;
  -o-animation: boat-animation 2s infinite ease-in-out;
  -ms-animation: boat-animation 2s infinite ease-in-out;
  animation: boat-animation 2s infinite ease-in-out;
}
.hs-error-section #question-mark {
  width: 24px;
  height: 50px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/question-mark.png);
  position: absolute;
  right: 34px;
  top: -30px;
  -webkit-animation: question-mark-animation 4s 1 ease-in-out;
  -moz-animation: question-mark-animation 4s 1 ease-in-out;
  -o-animation: question-mark-animation 4s 1 ease-in-out;
  -ms-animation: question-mark-animation 4s 1 ease-in-out;
  animation: question-mark-animation 4s 1 ease-in-out;
}
.hs-error-section li#water-back {
  width: 110vw;
  height: 84px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/water-back.png);
  background-repeat: repeat-x;
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: -20px;
  -webkit-animation: water-back-animation 3s infinite ease-in-out;
  -moz-animation: water-back-animation 3s infinite ease-in-out;
  -o-animation: water-back-animation 3s infinite ease-in-out;
  -ms-animation: water-back-animation 3s infinite ease-in-out;
  animation: water-back-animation 3s infinite ease-in-out;
}
.hs-error-section li#water-front {
  width: 110vw;
  height: 158px;
  background-image: url(//cdn2.hubspot.net/hubfs/4306380/Rockerbox_May2018/Images/water-front.png);
  background-repeat: repeat-x;
  z-index: 3;
  position: absolute;
  bottom: -70px;
  left: -30px;
  -webkit-animation: water-front-animation 2s infinite ease-in-out;
  -moz-animation: water-front-animation 2s infinite ease-in-out;
  -o-animation: water-front-animation 2s infinite ease-in-out;
  -ms-animation: water-front-animation 2s infinite ease-in-out;
  animation: water-front-animation 2s infinite ease-in-out;
}
.hs-error-section ul{
  list-style: none;
}
.custom-error-content {
  position: relative;
  z-index: 999;
}
.hs-error-section .page-center {
  padding-top: 0 !important;
}
.hs-error-section .boat-group{
  z-index: 2;
  position: absolute;
  bottom: 40px;
  left: 60px;
  overflow: visible;
  -webkit-animation: boat-in-animation 3s 1 ease-out;
  -moz-animation: boat-in-animation 3s 1 ease-out;
  -o-animation: boat-in-animation 3s 1 ease-out;
  -ms-animation: boat-in-animation 3s 1 ease-out;
  animation: boat-in-animation 3s 1 ease-out;
  right: 0;
}
.hs-error-section .widget-type-google_search{
  position: relative;
  z-index: 999;
}
.hs-error-section .widget-type-google_search .hs-button.primary{
  width: 100%;
}


@media (max-height: 700px){
  .hs-error-section{
    min-height: 600px !important;
    height: auto;
  }
}


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


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

.custom-footer-right .hs-menu-children-wrapper{
	text-align: left !important;
}
.custom-footer-right .hs-menu-depth-1{
	text-align: left !important;
}
@media (min-width: 576px){
  .container-fluid .row-fluid .page-center,
  .customers-layout .hs-section-1 .hs_cos_wrapper_type_rich_text,
  .attribution-layout .hs-section-5 .hs_cos_wrapper_type_rich_text{
    max-width: 540px;
  }
  .custom-header-top-content.small-screen{
    display: none !important
  }
}
@media (min-width: 768px){
  .container-fluid .row-fluid .page-center,
  .customers-layout .hs-section-1 .hs_cos_wrapper_type_rich_text,
  .attribution-layout .hs-section-5 .hs_cos_wrapper_type_rich_text{
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .container-fluid .row-fluid .page-center,
  .customers-layout .hs-section-1 .hs_cos_wrapper_type_rich_text,
  .attribution-layout .hs-section-5 .hs_cos_wrapper_type_rich_text{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center,
  .customers-layout .hs-section-1 .hs_cos_wrapper_type_rich_text,
  .attribution-layout .hs-section-5 .hs_cos_wrapper_type_rich_text{
    max-width: 1140px;
  }
}

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

@media (max-width: 1199px) {
  .three-col-case-study-mod .column-3.col h5{
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .custom-right-link {
    display: none !important;
  }
  .custom-menu-primary {
    margin-left: 0px !important;
    width: auto !important;
  }
  .custom-team-member-mod .left-group{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .custom-team-member-mod .right-group{
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .custom-team-member-mod .left-group img{
    max-width: 65px;
    width: 100%;
  }
  .custom-our-core-values .bottom-content{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .custom-our-core-values .bottom-content .col{
    padding-right: 0;
    padding-left: 0;
  }
  .custom-accordion .accordion-title-group .top-left-group{
    flex: 0 0 73.33333%;
    max-width: 73.33333%;
  }
  .custom-accordion .accordion-title-group .top-right-group{
    flex: 0 0 26.66667%;
    max-width: 26.66667%;
  }
  .custom-homepage-banner .content-group h1{
    font-size: 2.1rem;
    margin-top: 125px;
    line-height: 2.75rem;
  }
  .three-col-case-study-mod .column-3.col{
    justify-content: center;
  }
  .three-col-case-study-mod .column-3.col h5 img{
    max-width: 35px;
  }
  .three-col-case-study-mod .column-3.col h5{
    font-size: 2.5rem;
  }
  .hs-home-three-col-with-top-image .top-group{
    min-height: 190px;
  }
}

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

@media (max-width: 767px) {
  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%;
  }  
  .widget-type-form,
  .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription,
  .hs_cos_wrapper_type_form,
  #comment-form{
    max-width:100%;
  }
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:7px;
  }
  .landing-page.one-column .body-container form {
    width: 100%;
  }
  .error-template.one-column .body-container form,
  .password-template.one-column .body-container form,
  .subscription-template.one-column .body-container form #content{
    width: 100%;
  } 
  .header-container.container-fluid .row-fluid .page-center {
    padding: 0px !important;
  }
  .custom-footer-group{
    padding-bottom: 0;
  }
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li{
    float: left !important;
  }
  .custom-copyright p {
    margin-top: 7px;
  }
  .custom-footer-menu .hs-menu-flow-horizontal>ul {
    width: auto !important;
    margin: 0 -15px;
  }
  .blog .blog-sidebar {
    padding-top:20px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: none;
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px auto;
  }
  .hs-about-section-1 .hs_cos_wrapper_type_widget_container,
  .hs-about-section-2 .hs_cos_wrapper_type_widget_container,
  .hs-about-section-3 .hs_cos_wrapper_type_widget_container{
    margin: 0;
  }
  .hs-about-section-1 div.hs_cos_wrapper.hs_cos_wrapper_widget,
  .hs-about-section-2 div.hs_cos_wrapper.hs_cos_wrapper_widget,
  .hs-about-section-3 div.hs_cos_wrapper.hs_cos_wrapper_widget{
    padding-left: 0;
    padding-right: 0;
  }
  .one-col-logo-mod-group{
    display: block !important;
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
  }
  .custom-team-member-mod-group{
    display: block !important;
    width: 100%;
    margin-right: 0;
  }
  .custom-team-member-mod .left-group {
    padding-right: 0;
    padding-left: 0;
    flex: 100%;
    max-width: 100%;
  }
  .custom-team-member-mod .inner-group{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .custom-team-member-mod .right-group {
    padding-right: 0;
    padding-left: 0;
    flex: 100%;
    max-width: 100%;
  }
  .custom-awards-and-accolades-group{
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .custom-header-top-group{
    padding: 4px 16px 3px;
  }
  .custom-header-bottom-group {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 7px;
  }
  .custom-customers-banner-area .inner-group,
  .two-col-with-right-count-mod,
  .two-col-with-right-image,
  .two-col-equal-with-image{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .custom-customers-banner-area .left-group,
  .custom-customers-banner-area .right-group,
  .two-col-with-right-count-mod .left-group,
  .two-col-with-right-count-mod .right-group,
  .two-col-with-right-image .image-group,
  .two-col-with-right-image .content-group,
  .two-col-equal-with-image .image-group,
  .two-col-equal-with-image .content-group{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .two-col-with-right-count-mod .right-group{
    border-left: 0 none;
    display: block;
  }
  .two-col-equal-with-image .image-group,
  .two-col-with-right-image .image-group{
    margin-bottom: 20px;
  }
  .custom-two-col-with-form{
    padding-bottom: 100px;
  }
  .custom-two-col-with-form .inner-group .left-group{
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-two-col-with-form .inner-group .left-group h2{
    font-size: 2.5rem;
  }
  .custom-two-col-with-form .inner-group .right-group{
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
  .custom-two-col-with-form .inner-group .right-group .form-group{
    width: 90%;
  }
  .custom-contact-banner .bottom-group{
    width: 100%;
  }
  form .hs-form-field {
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .three-col-case-study-mod .column-1.col{
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .three-col-case-study-mod .column-2.col,
  .three-col-case-study-mod .column-3.col{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-career-section-2 .hs_cos_wrapper_type_widget_container {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-career-section-2 div.hs_cos_wrapper.hs_cos_wrapper_widget {
    padding-left: 0;
    padding-right: 0;
  }
  .content-withtop-image-group{
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .custom-accordion .content-top-group,
  .custom-accordion .accordion-title-group{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .custom-accordion .content-top-left,
  .custom-accordion .content-top-right,
  .custom-accordion .accordion-title-group .top-left-group,
  .custom-accordion .accordion-title-group .top-right-group{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .attribution-layout .hs-section-2 div.hs_cos_wrapper.hs_cos_wrapper_widget {
    padding: 0;
  }
  .one-col-with-top-icon-group{
    width: 100%;
    display: block;
    margin-right: 0;
    overflow: hidden;
  }
  .two-col-equal-with-top-icon .bottom-group{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .two-col-equal-with-top-icon .bottom-group .left-group,
  .two-col-equal-with-top-icon .bottom-group .right-group{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  .attribution-layout .custom-two-col-with-form .inner-group .right-group .form-group,
  .homepage .custom-two-col-with-form .inner-group .right-group .form-group,
  .activation .custom-two-col-with-form .inner-group .right-group .form-group{
    position: static;
  }
  .hs-home-three-col-with-top-image .bottom-group{
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-home-three-col-with-top-image .bottom-group .col{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .hs-home-section-2 img[src*="/home-services.png"] {
    display: none;
  }
  .two-col-content-with-top-img-icon{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .two-col-content-with-top-img-icon .col{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-eight-tiles-mod .brands-group,
  .custom-eight-tiles-mod .brands-group .column-1 .inner-group{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .custom-eight-tiles-mod .brands-group .col{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .custom-eight-tiles-mod .brands-group .column-1 .inner-group .column-1-tile-1{
    height: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .custom-eight-tiles-mod .brands-group .column-1 .inner-group .column-1-tile-2,
  .custom-eight-tiles-mod .brands-group .column-1 .inner-group .column-1-tile-3{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
  }
  .matchheight {
    height: auto !important;
  }
  .custom-eight-tiles-mod .brands-group .column-2, 
  .custom-eight-tiles-mod .brands-group .column-3{
    max-width: 100%;
  }
  .custom-footer-group.advance .custom-footer-social-icon,
  .custom-footer-group.advance .custom-copyright,
  .custom-footer-group.advance .custom-footer-logo{
    text-align: center;
  }
  .custom-footer-group.advance .custom-copyright{
    padding-top: 10px;
  }
  .custom-header-group.advance .mobile-trigger{
    top: -46px;
  }
  .three-col-case-study-mod .column-3.col h5 img{
    max-width: 50px;
  }
  .three-col-case-study-mod .column-3.col h5{
    font-size: 4rem;
  }
  .custom-header-group.advance .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top: 1px;
  }
  .custom-header-group.advance .custom-logo a{
    padding-bottom: 0;
  }
  .custom-header-group.advance .custom-logo a img {
    margin-bottom: 20px;
  }
  .custom-header-group.advance .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 8px;
  }
  .attribution-layout .hs-section-2 .hs_cos_wrapper_type_widget_container{
    margin-left: 0;
    margin-right: 0;
  }
  .hs-activation-section-3 pre,
  .hs-activation-section-3 ul.custom-list{
    width: 100%;
  }
  .three-col-with-counter-mod{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .three-col-with-counter-mod .col {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .hs-activation-section-4 .custom-testimonial-mod{
    margin-top: 100px;
  }
  .custom-two-col-relevant-mod{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .custom-two-col-relevant-mod .left-group,
  .custom-two-col-relevant-mod .right-group{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .activation .custom-testimonial-mod .bottom-group{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .hs-activation-section-4 .custom-testimonial-mod .bottom-group .right-group,
  .hs-activation-section-4 .custom-testimonial-mod .bottom-group .left-group{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    max-height: none;
    max-width: 100%;
    display: block !important;
    float: none;
    margin: 20px auto;
  }
  .hs-home-three-col-with-top-image .top-group{
    min-height: 140px;
  }
  .custom-homepage-banner .content-group .page-center {
    padding-right: 30px;
  }
}


@media (max-width: 575px){
  .custom-footer-info {
    display:none !important;
  }
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li {
    float: none!important;
    width: 100% !important;
    margin-bottom: 17px;
  }
  .custom-copyright p {
    margin-top: 8px;
  }
  .custom-address ul{
    margin: 0px 0 16px;
  }
  .custom-white-bg-logo-mod .logo-group .inner-group{
  	display: none;
  }
  .three-col-case-study-mod .column-2.col, 
  .three-col-case-study-mod .column-3.col{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .three-col-case-study-mod{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .three-col-case-study-mod .column-1.col{
    padding-right: 0;
    padding-left: 0;
  }
  .custom-header-top-content.desktop{
    display: none !important
  }
  .three-col-case-study-mod .column-3.col h5{
    font-size: 4.5rem;
  }
  .custom-logo.lp{
    padding: 0 16px;
  }
}


@media (max-width: 540px) {
  .custom-homepage-banner .content-group h1{
    margin-top: 100px;
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}


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

@media (max-width: 479px) {
  .checkbox-row span.fakelabel span {
    float: none;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow: auto;
    overflow-y: hidden;
  }
  .custom-testimonial-mod .bottom-group .left-group{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .custom-testimonial-mod .bottom-group .right-group{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .custom-white-bg-logo-mod{
    width: 100%;
  }
  .custom-white-bg-logo-mod .logo-group{
    display: block;
    max-width: 100%;
  }
  .customers-layout .hs-section-1{
    padding-bottom: 0;
  }
  .subscribe-options label{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-home-three-col-with-top-image .top-group{
    min-height: 24vw;
    display: none;
  }
}


