/* ==========================================================================
   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=Droid+Sans:400,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,500,600,700&display=swap');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #595959;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight:300;
  -webkit-font-smoothing: antialiased;
}

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

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

::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


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

/* Basic text */
p {
    
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3{
    margin:20px 0 10px;
}
h1 {
    font-size: 34px;
    color: #414040;
    font-weight: bold;
    text-shadow: 0 1px #FFF;
    padding: 40px 0 6px;
}
h2 {
    color: #29b24a;
    font-size:16px;
    line-height:18px;
}
h3 {
   font-size:14px;
    line-height:15px; 
    color:#595959;
    font-weight:bold;
}
h4 {
    font-size:13px;
    line-height:18px;
}
h5 {
    font-size:12px;
    line-height:18px;
}
h6 {
    font-size:11px;
    line-height:18px;
}

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

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}




a{
    text-decoration:none;
    color:#3bc492;
    -webkit-transition: color .1s ease-in , background .1s ease-in;
    -moz-transition: color .1s ease-in , background .1s ease-in;
    -ms-transition: color .1s ease-in , background .1s ease-in;
    -o-transition: color .1s ease-in , background .1s ease-in;
    transition: color .1s ease-in , background .1s ease-in;
}
a:hover{
    color:#c0392b;
}


/* ==========================================================================


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



#hs_cos_wrapper_widget_1660498100471 {
  text-align: center;
  margin-bottom: 1em;
}


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


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

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.custom-header-main-group{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    width:100% !important;
}
.header-top {
    background-color: #356197;
    border-bottom: 1px solid #080808;
    padding: 15px 0;
    
}
.custom-logo img {
    width: auto;
    height: auto;
    margin-top: -5px;
    margin-left: -31px;
}
.hs-row1-full-width-customer-group .custom-eight-col-mod {
    padding: 10px 0 0;
}
.section-wrapper p {
    font-size: 22px;
    color: #414040;
    display: block;
    padding: 14px 0 40px 0;
    margin: 0;
}

.section-wrapper h1 {
    font-size: 34px;
    color: #414040;
    font-weight: bold;
    text-shadow: 0 1px #FFF;
    padding: 40px 0 6px;
    margin: 0;
}

.section-wrapper {
    background: #dfe8ef;
    width: 100%;
    margin-top: -6px;
    padding-top: 9px;
}
.scroll .header-top-breadcrumb {
    border-bottom: 0;
}

/************** Pages Styling ********************/

.custom-banner-area {
    background: #dfe8ef;
    overflow: hidden;
    padding-top: 45px;
    margin-top: 49px;
}

.custom-banner-area h1 {
    padding-top: 0;
}

.custom-banner-area p {
    font-size: 22px;
    color: #414040;
    display: block;
    margin:0 !important;
    padding: 4px 0 40px 0;
}

.custom-breadcrumb-group {
    background: #6ec585;
}

.custom-breadcrumb-group ul li {}

.custom-breadcrumb-group ul {}

.custom-breadcrumb-group ul li a {
    padding: 12px 20px;
    color: #007620;
    display: block;
}

.custom-breadcrumb-group ul li.active-branch a {
    background: #29b24a;
    color: #fff;
}

.body-container p{
    margin:0 0 10px;
}
.hs-breadcrumb-menu-item {
    padding: 0;
}

.hs-breadcrumb-menu-divider:before {
    content: ' > ';
    padding: 0;
}
.body-container .custom-bottom-breadcrumb-menu  .hs-breadcrumb-menu{
    padding:0;
}
.custom-bottom-breadcrumb-menu {
    padding: 10px 0 0;
    margin-bottom: 40px;
    overflow: hidden;
}

.custom-bottom-breadcrumb-menu ul li {
    font-size: 12px;
    line-height: 26px;
}

span.hs-breadcrumb-menu-divider {
    padding-right: 3px;
}

.hs-success-stories-row1-group .main-content {
    padding: 0 15px;
    border-right: 1px solid #e2e1e1;
}
.hs-success-stories-row1-group .main-content ul {
    margin-top: 10px;
}

.hs-success-stories-row1-group .main-content ul li {
    margin: 0 0 6px;
}
.custom-sidebar-success-stories-group img {
    border: 1px solid #CCC;
}
.custom-sidebar-success-stories-group {
    font-size: 14px;
    line-height: 20px;
}
.body-container ul{
    padding-left:20px;
}


.custom-three-col-customer-video-mod {
    overflow: hidden;
    padding: 0 ;
    margin: 0 0 40px;
}
.custom-sidebar-customer-videos-group h3 {
    font-size: 16px;
    line-height: 18px;
}
.videoThumbs {
    width: 29%;
    float: left;
    padding: 8px 15px;
    margin-right: 30px;
}

.videoThumbs img {
    border: #244877 1px solid;
}

.videoThumbs a {
    display: block;
}

.custom-three-col-video-inner {
    overflow: hidden;
}

.videoThumbs:hover {
    background: #dfe8ef;
}

.videoThumbs:hover a {
    color: #234977;
}

.custom-js-import, .custom-js-import .row-fluid [class*="span"]{
    min-height:0 !important;
}


.custom-breadcrumb-link ul li a {
    padding: 16px 20px 12px;
    font-size: 14px;
    line-height: 20px;
}
.header-top-breadcrumb {
    border-bottom: 2px solid #fff;
    position:fixed;
    left:0;
    right:0;
    z-index:999;
    width:100% !important;
}
.custom-breadcrumb-link ul li a:hover {
    color: #fff;
    background: #29b24a;
    text-decoration:underline;
}

.custom-breadcrumb-link ul li.active a {
    color: #fff;
    background: #29b24a;
}
.custom-breadcrumb-group.header-top-breadcrumb ul ul {
    display: none !important;
}
.custom-breadcrumb-link ul {
    margin-bottom: -8px !important;
    padding-left:0;
}
.custom-two-col-image-mod {
    overflow: hidden;
    padding: 0 15px;
    margin: 0 0 20px;
}

.custom-two-col-image-inner {
    width: 25%;
    float: left;
}

.custom-two-col-content-inner {
    width: 75%;
    float: left;
    padding: 0 8px 10px;
    border-bottom: 1px solid #eee;
}

.custom-two-col-image-inner img {
    border: 1px solid #CCC;
}

.custom-three-col-suc-story-mod {
    overflow: hidden;
    padding: 10px 0 0;
    margin: 0;
}

.custom-three-col-suc-story-col {
    width: 33.333%;
    float: left;
    padding: 0 15px;
}

.custom-three-col-suc-story-col h3 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}
/************** Full Width ***************/

.no-top-banner .custom-banner-area {
    margin-top: 0;
    padding-top: 29px;
}

.hs-row1-full-width-layout.full-main-content p {
    padding-bottom: 20px;
    line-height: 28px;
    font-size: 16px;
}

.custom-eight-col-mod img {
    border-top: dotted 1px #dfe8ef;
    border-left: dotted 1px #dfe8ef;
}

.custom-eight-col-mod img:last-child {
    border-right: dotted 1px #dfe8ef;
}

.hs-row1-full-width-customer-group .hs_cos_wrapper_type_custom_widget:nth-child(1) {
    padding: 10px 0 0;
}
/*************** Two Col Equal ***************/

.hs-row1-two-col-equ-group {
    padding: 30px 0 0;
}

.hs-row1-two-col-equ-group .custom-two-col-image-inner {
    width: 14%;
}

.hs-row1-two-col-equ-group .custom-two-col-image-inner img {
    border: none;
}

.hs-row1-two-col-equ-group .custom-two-col-image-mod {
    padding: 0;
    margin: 0;
}

.hs-row1-two-col-equ-group .custom-two-col-content-inner {
    border: 0;
}

.hs-row1-two-col-equ-group .custom-two-col-content-inner h4 {
    color: #000;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px;
}

.hs-row1-two-col-equ-group .custom-two-col-content-inner p {
    color: #000;
    font-size: 13px;
    line-height: 20px;
}

.hs-row1-two-col-equ-group .main-content.right {
    background: #f6f6f6;
    padding: 30px 15px;
    border-radius: 10px;
}

.hs-row1-two-col-equ-group .main-content.left h3.form-title {
    display: none;
}

.hs-row1-two-col-equ-group .main-content.left form .hs-button {
    margin: 0 0 20px;
    width: 100%;
}

.hs-row1-two-col-equ-group .main-content.left form .hs-input {
    max-width: 100%;
    font-weight:300 !important;
}

.hs-row1-two-col-equ-group .main-content.left p {
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
}

.hs-row1-full-width-layout .custom-eight-col-mod {
    padding: 0 0 20px;
}
.hs-row1-full-width-layout .custom-two-col-equal-inner > ul > li {
    list-style: none;
    width: 50%;
    float: left;
}

.hs-row1-full-width-layout .custom-two-col-equal-inner > ul {
    margin: 0;
    padding: 0;
}
.hs-row1-full-width-layout .custom-two-col-equal-inner > ul ul{
    padding-left:0;
}
.custom-two-col-equal-inner.col1 {
    padding: 0;
}
.hs-row1-full-width-layout .custom-two-col-equal-mod {
    margin: 0;
}
.hs-row1-full-width-layout .custom-two-col-equal-inner > ul > li ul li {
    list-style: none;
    background: url('//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/check-mark.jpg') left 0 no-repeat;
    padding-left: 34px;
    padding-bottom: 10px;
    margin: 0 0 6px 0;
    font-size: 18px;
    padding-top: 6px;
}

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


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


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */

.body-container-wrapper {
    padding-top: 93px;
    padding-bottom: 20px;
}


/************ Products Inner ****************/

.hs-row1-full-width-product-inner-group .custom-two-col-image-inner img {
    border: 0;
}

.hs-row1-full-width-product-inner-group  .custom-two-col-image-inner {
    width: 52%;
}

.hs-row1-full-width-product-inner-group  .custom-two-col-content-inner {
    width: 45%;
    padding: 0;
    border: 0;
}

.hs-row1-full-width-product-inner-group  .custom-two-col-content-inner h2 {
    font-size: 20px;
    line-height: 1.1;
}

.hs-row1-full-width-product-inner-group  .custom-two-col-image-mod {
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
    padding-bottom: 60px;
}

.hs-row1-full-width-product-inner-group h2 {
    font-size: 24px;
    line-height: 1.1;
}

.custom-three-col-icon-con-mod {
    overflow: hidden;
    padding: 30px 0 0;
}

.custom-three-col-icon-con-inner {
    width: 33.3%;
    float: left;
    padding: 0 15px;
}

.custom-three-col-icon-con-inner .leftImg {
    float: left;
    margin-right: 10px;
    width: 20%;
}

.custom-three-col-icon-con-inner .rightDesc {
    float: left;
    width: 74%;
}

.custom-three-col-icon-con-inner .rightDesc h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    line-height:20px;
    font-weight: 500;
}

.three-col-image-bottom-mod {
    border-top: 1px solid #eee;
    margin: 50px 0 0;
    padding: 20px 0;
    overflow: hidden;
}

.three-col-image-bottom-inner {
    padding: 0 15px;
    width: 33.3%;
    float: left;
}

.three-col-image-bottom-inner h3 {
    color: #29b24a;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    line-height:22px;
}
.three-col-image-bottom-inner img{
    width:100%;
}
.hs-row1-full-width-product-inner-group.inner-v2-row1 .custom-two-col-image-mod {
    border-bottom: 0;
    margin: 0;
    padding: 0px;
}
.inner-v2-row1 blockquote p {
    margin-bottom: 0;
}

.inner-v2-row1 blockquote > ul ul li {
    margin: 0 0 6px;
}
.inner-v2-row1 blockquote {
    display: block;
    background:  #fbfbfb;
    border: 1px solid #dfe8ef;
    padding: 20px 20px;
    color: #595959;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 20px 0 40px 0;
}

.inner-v2-row1 blockquote h3 {
    font-weight: bold;
    margin-top: 0;
    font-size: 16px;
    line-height: 18px;
}

.inner-v2-row1 blockquote > ul > li {
    width: 33.3%;
    float: left;
    list-style: none;
}

.inner-v2-row1 blockquote > ul {
    overflow: hidden;
    padding: 0 15px!important;
    margin: 0;
}
.inner-v2-row1 .three-col-image-top-mod{
    padding:0;
}
.inner-v2-row1 blockquote > ul > li ul li {
    list-style: disc;
}

.three-col-image-top-mod {
    overflow: hidden;
    padding: 0 10px;
}

.three-col-image-top-inner {
    width: 33.3%;
    float: left;
    padding: 0 15px;
}

.three-col-image-top-inner h3 {
    color: #29b24a;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 22px;
}

.hs-row1-full-width-product-inner-group.inner-v2-row1 h2 {
    font-size: 20px;
}

.inner-v2-row1 hr {
    border: 0;
    border-bottom: 1px solid #eee;
    background: 0;
}

a.greenButton {
    text-align: center;
    font-size: 26px;
    background: url('//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/button-tile.jpg')0 bottom repeat-x #73CA4B;
    border: 1px solid #389736;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 16px 9px;
    padding-top: 15px;
    max-width: 350px;
    display: inline-block;
    margin-top: 40px;
}

a.greenButton span {
    font-size: 12px;
}

a.greenButton:hover {
    background-color: #19A312;
    background-image: none;
}
.hs-row1-full-width-product-inner-group.inner-v2-row1 .custom-two-col-image-inner {
    width: 43%;
}
.hs-row1-full-width-product-inner-group.inner-v2-row1 .custom-two-col-content-inner {
    width: 57%;
}
.hs-row1-full-width-product-inner-group.inner-v2-row1 .custom-two-col-content-inner ul{
    margin-top:0;
    margin-bottom: 10px;
}
.hs-row1-full-width-product-inner-group.inner-v2-row1 .custom-two-col-content-inner ul li{
    margin: 0 0 6px 0;
}

.hs-row1-full-width-product-inner-group.inner-v2-row1 .page-center {
    padding: 0 30px;
}


/************* Restaurant Staff ******************/

.hs-row1-full-width-rest-staff-layout .custom-eight-col-mod img {
    border: none;
}

.hs-row1-full-width-rest-staff-layout .custom-eight-col-mod img:last-child {
    border: none;
}

.hs-row1-full-width-rest-staff-layout .custom-three-col-suc-story-mod {
    padding: 0 0 20px;
}

.hs-row1-full-width-rest-staff-layout .custom-three-col-suc-story-col {
    background: #dfe8ef;
    border: 1px solid #baccd9;
    padding: 24px 15px 15px;
    margin-right: 15px;
    border-radius: 3px;
    width: 28%;
}

.hs-row1-full-width-rest-staff-layout .custom-three-col-suc-story-col p {
    margin: 0;
    padding: 0 !important;
}

.hs-row1-full-width-rest-staff-layout p {
    padding: 0 0 15px;
}

.hs-row1-full-width-rest-staff-layout blockquote {
    border: 1px solid #dfe8ef;
    padding: 20px 20px;
    color: #595959;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 20px 0 38px;
    background: #fbfbfb;
}

.hs-row1-full-width-rest-staff-layout blockquote h3 {
    font-weight: bold;
    margin-top: 0;
    font-size: 16px;
    line-height: 18px;
}

.hs-row1-full-width-rest-staff-layout blockquote > ul > li {
    list-style: none;
    width: 33.3%;
    float: left;
}

.hs-row1-full-width-rest-staff-layout blockquote > ul {
    overflow: hidden;
    padding: 0 !important;
    margin: 0;
}

.hs-row1-full-width-rest-staff-layout blockquote > ul ul {
    margin: 0;
}

.hs-row1-full-width-rest-staff-layout blockquote p {
    padding: 0 !important;
}

.hs-row1-full-width-rest-staff-layout blockquote > ul > li ul li {
    list-style: disc;
    margin: 0 0 6px;
}

.hs-row1-full-width-rest-staff-layout h1 {
    font-size: 24px;
    padding: 40px 0 6px;
    border-bottom: 1px solid #dfe8ef;
    margin-bottom: 50px;
}
.hs-row1-full-width-rest-staff-layout .custom-two-col-image-mod {
    padding: 0;
}

.hs-row1-full-width-rest-staff-layout .custom-two-col-image-inner {
    width: 39%;
}

.hs-row1-full-width-rest-staff-layout .custom-two-col-image-inner img {
    border: none;
}

.hs-row1-full-width-rest-staff-layout .custom-two-col-content-inner {
    width: 60%;
    border: none;
}
.hs-full-width-rest-staff-layout .custom-bottom-breadcrumb-group {
    padding: 50px 0 0;
}

.hs-full-width-rest-staff-layout .custom-bottom-breadcrumb-menu {
    margin-bottom: 0;
}

/***************** Breweries *****************/


.hs-row1-breweries-layout {
    color: #666666;
    font-size: 17px;
    background-position: right 0;
    background-repeat: no-repeat;
    background-color: #e2dcd6;
    padding: 40px 0;
}
.hs-breweries-row1-col1 h2 {
    display: inline-block;
    font-size: 30px;
    background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/home-tile.jpg) 0 bottom repeat;
    border-bottom: 1px solid #d2d2d2;
    line-height: 26px;
    color: #666666;
    font-weight:300;
    margin-top:0;
}

.hs-breweries-row1-col1 h1 {
    margin: 0;
    padding: 0;
    text-shadow: 0 1px #f5f2ef;
    font-size: 42px;
    color: #29b24a;
    margin: 4px 0 10px 0;
    padding: 0;
    letter-spacing: -1px;
    line-height: 48px;
}

.hs-breweries-row1-col1 ul {
    margin: 20px 0;
    padding: 0;
}

.hs-breweries-row1-col1 ul li {
    list-style: none;
    background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/fancy-check-mark.png) left 3px no-repeat;
    padding-left: 30px;
    padding-bottom: 2px;
    margin: 0 0 6px 0;
}
.hs-row2-breweries-group h1 {
    margin: 0;
    font-weight: normal;
    font-size: 30px;
    color: #595959;
    font-weight:500;
    line-height: 33px;
}

.hs-row2-breweries-group .custom-eight-col-mod img {
    border: none;
    vertical-align: top;
}
.hs-row2-breweries-group .custom-eight-col-mod {
    padding: 10px 0 0;
}
.hs-row2-breweries-group .custom-eight-col-mod img:last-child {
    border: none;
}

.hs-row2-breweries-group {
    padding: 0 0 30px;
}

.hs-row3-breweries-group {
    background: #f0f0f0;
}

.hs-row3-breweries-group  .custom-three-col-icon-con-mod {
    padding: 30px 0;
    margin: 0 -15px;
}

.hs-row3-breweries-group  .custom-three-col-icon-con-inner .leftImg {
    width: 13%;
}

.hs-row3-breweries-group .custom-three-col-icon-con-inner .rightDesc h3 {
    color: #999;
    font-size: 24px;
    margin: 0 0 8px 0;
    font-weight:500;
    padding: 0;
}

.hs-row3-breweries-group  .custom-three-col-icon-con-inner .rightDesc p {
    font-size: 15px;
    line-height: 22px;
    color: #999;
}
.hs-row4-breweries-group .custom-two-col-equal-mod {
    margin: 0;
    border: 0;
    padding: 0 0 10px;
}

.hs-row4-breweries-group {
    padding: 60px 0;
}

.hs-row4-breweries-group .custom-two-col-equal-inner h1 {
    padding: 0;
    font-weight: 500;
    font-size: 30px;
}

.hs-row4-breweries-group  .custom-two-col-equal-inner p {
    font-size: 16px;
    line-height: 26px;
}

.hs-row4-breweries-group  blockquote {
    display: block;
    background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/ul-dots.jpg) 0 0 repeat #fbfbfb;
    border: 1px solid #dfe8ef;
    padding: 25px 20px;
    color: #595959;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 20px 0 30px;
}

.hs-row4-breweries-group  blockquote h3 {
    font-weight: bold;
    margin-top: 0;
    line-height:26px;
    font-size: 24px;
}

.hs-row4-breweries-group  blockquote > ul {
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
}

.hs-row4-breweries-group  blockquote > ul >li {
    list-style: none;
    width: 33.3%;
    float: left;
}

.hs-row4-breweries-group  blockquote > ul >li ul li {
    list-style: disc;
    margin: 0 0 6px;
}
.hs-row5-breweries-group {
    background: #dfe8ef;
    padding: 40px 0;
}

.hs-row5-breweries-group h1 {
    color: #666;
    margin-bottom: 15px;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    text-shadow:none;
}

.hs-row5-breweries-group blockquote {
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #999;
    overflow: hidden;
    margin:0;
}

.hs-row5-breweries-group blockquote img {
    vertical-align: middle;
}

.hs-row5-breweries-group blockquote span {
    padding: 10px 60px 0 0;
    float: right;
    color: #29b24a;
    font-style: italic;
}

.hs-row5-breweries-group blockquote img:last-child {
   
    margin-left: 20px;
}
.hs-row6-breweries-group a.greenButton {
    max-width: 500px;    
    padding-top: 15px;
}
.hs-row5-breweries-group blockquote p {
    overflow: hidden;
}
.hs-row6-breweries-group {
    text-align: center;
}

/************* Shift Notes **************/


.custom-two-col-equal-mod {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-top: -20px;
    margin-bottom: 43px;
}

.custom-two-col-equal-inner {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.custom-two-col-equal-inner p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 10px;
}

.hs-row1-full-width-layout a.greenButton {
    margin: 0;
    padding-top: 15px;
}

.custom-two-col-equal-inner p span {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}

.custom-two-col-equal-inner p a span {
    font-size: 12px;
    margin-left: 0;
}

.hs-row1-full-width-layout h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height:20px;
    font-weight: 500;
}

.custom-four-col-mod {
    overflow: hidden;
    padding: 0 14px 31px;
}

.custom-four-col-inner {
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 20px;
}

.custom-four-col-inner ul li {
    margin: 0 0 6px;
}

.custom-four-col-inner ul {
    margin: 0;
}

.hs-row1-full-width-layout p {
    font-size: 14px;
    line-height: 20px;
}

.hs-row1-full-width-layout .custom-eight-col-mod img {
    border: none;
}

.hs-row1-full-width-layout .custom-eight-col-mod img:last-child {
    border: none;
}

/*************** Home ******************/

a.logo-link img {
    border: none;
    height: 69px;
}

.hs-home-row1-col1 p {
    margin-left: 20px;
}
.hs-row1-home-layout {
    padding-top: 66px;
    padding-bottom: 91px;
    position: relative;
    background-position: 0 bottom;
    background-color: #090d18;
    background-repeat: repeat-x;
}

.hs-row1-home-layout h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
    margin: 3px 0 0;
}

.hs-row1-home-layout ul {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}
.home-right-image img {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}
.hs-row1-home-layout a.btn.btn-success {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    font-weight:400;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.hs-row1-home-layout ul li {
    margin: 0 0 6px;
}

.hs-row1-home-layout a.btn.btn-success:hover {
    background-color: #47a447;
    border-color: #398439;
}
.home-right-image img {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}

.hs-row2-home-group {
    background: #29B249;
    width: 100%;
    color: #f1faf3;
    padding: 20px 0 20px 0;
    font-size: 20px;
    line-height: 28px;
    border-top: 1px solid #158f33;
    border-bottom: 1px solid #158f33;
    text-shadow: 0 1px #128e30;
    text-align: center;
}

.hs-row2-home-group a {
    color: #fff;
    text-decoration: underline;
}

.hs-row2-home-group p {
    margin: 0;
}
.hs-row3-home-group .custom-three-col-icon-con-mod {
    padding: 0;
    margin: 0 -15px;
}
.hs-row3-home-group .custom-three-col-icon-con-inner .rightDesc p {
    margin-bottom: 0;
}
.hs-row3-home-group .custom-three-col-icon-con-inner .leftImg {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
}

.hs-row3-home-group .custom-three-col-icon-con-inner .rightDesc {
    float: none;
    width: 100%;
    text-align: center;
}

.hs-row3-home-group .custom-three-col-icon-con-inner .rightDesc h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2b5386;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

.hs-row3-home-group .custom-three-col-icon-con-inner {
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #ebebeb;
}

.hs-row3-home-group .custom-three-col-icon-con-inner:last-child {
    border-right: 0;
}

.hs-row3-home-group {
    border-bottom: 1px solid #d2d2d2;
    background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/home-tile.jpg) 0 bottom repeat;
}


.hs-row3-home-group .custom-three-col-icon-con-inner .rightDesc p {
    margin-bottom: 0;
}

.hs-row5-home-group .custom-two-col-equal-mod {
    margin-top: 0;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 0;
    margin-bottom: 0;
}

.hs-row5-home-group .custom-two-col-equal-inner.col1 {
    order: 2;
}

.hs-row5-home-group .custom-two-col-equal-inner.col2 {
    order: 1;
    text-align: left;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.hs-row5-home-group .custom-two-col-equal-inner.col2 >  ul > li {
    list-style: none;
    width: 50%;
    float: left;
}

.hs-row5-home-group .custom-two-col-equal-inner.col2 >  ul {
    padding: 0;
    margin: auto;
}

.hs-row5-home-group .custom-two-col-equal-inner.col2 ul li ul li {
    margin: 0 0 6px;
    list-style: disc;
}
.custom-five-col-image-mod {
    overflow: hidden;
}

.custom-five-col-image-inner {
    width: 20%;
    float: left;
}

/*************** Products Styling *****************/

.custom-two-col-right-image-lightbox-mod {
    overflow: hidden;
    border-top: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 21px 15px 0;
}

.custom-two-col-right-image-lightbox-inner h2 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #333;
    line-height: 22px;
}

.custom-two-col-right-image-lightbox-inner.content-mod {
    width: 57%;
    float: left;
}

.custom-two-col-right-image-lightbox-inner.image-mod {
    width: 43%;
    float: left;
    text-align: right;
}

.custom-two-col-right-image-lightbox-inner.content-mod img {
    vertical-align: middle;
}


/****************** Sbc Try ******************/


.custom-right-header h1 {
    padding: 0 0 0 3px;
    margin: -1px 0 0;
    text-align: left;
    color: #fff;
    text-shadow: none;
    font-size: 28px;
    line-height: 31px;
    font-weight: 500;
}

.custom-right-header {
    padding: 20px 0 0;
}

.customer-two-col-mod {
    background: #dfe8ef;
    padding: 20px 0 14px;
}

.customer-two-col-mod h1 {
    color: #414040;
    font-weight: bold;
    text-shadow: 0 1px #FFF;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
.hs-row1-sbc-try-layout {
    text-align: center;
}
.customer-two-col-mod h2 {
    font-size: 18px;
    color: #595959;
    margin: 10px 0 6px;
    font-weight:300;
}

.customer-two-col-mod p {
    font-size: 13px;
    line-height: 26px;
    margin:0 !important;
}

.customer-two-col-mod p a {
    color: #428bca;
}

.customer-two-col-mod p a:hover {
    color: #2a6496;
    text-decoration: underline;
}
.hs-row4-home-group h3 ,
.hs-row5-home-group h3,
.hs-row6-home-group h3{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #898989;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height:20px;
}

.hs-row4-home-group,
.hs-row5-home-group,
.hs-row6-home-group{
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.custom-five-col-mod {
    overflow: hidden;
}

.custom-five-col-inner {
    float: left;
    margin-right: 14px;
    margin-bottom: 15px;
    width: 188px;
}

.custom-five-col-inner .caption {
    background: #2b5386;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    padding: 2px 0;
    text-align: center;
}
.hs-row1-sbc-try-layout {
    padding: 70px 0 0;
}

.customer-two-col-image-mod {
    width: 95px;
    float: left;
}

.customer-two-col-mod {
    overflow: hidden;
}

.customer-two-col-content-mod {
    width: 80%;
    padding: 8px 15px 0;
    float: left;
}
/************** Pricing LAyout ****************/


.custom-pricing-heading:hover {
    background: #f5f5f5;
}
.hs-pricing-row1-col1 {
    padding: 0 15px;
}

.custom-price-box-mod {
    overflow: hidden;
}

.custom-priceBox-inner {
    width: 248px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/pricing-bg.png) 0 0 repeat #fbfbfb;
    float: left;
    font-size: 22px;
    color: #3d3d3d;
    line-height: 30px;
    margin-right: 10px;
}

.priceBoxHeader {
    color: #fff;
    text-shadow: 0 1px #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 24px;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 24px;
}

.priceBoxBody {
    padding: 0 22px;
}

span.price {
    font-size: 36px;
    display: inline-block;
    float: left;
}
.priceBoxBody p {
    margin: 0;
}
span.sub {
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 7px;
}

span.green {
    color: #118d2f;
}

a.tryFree {
    margin-top: 16px;
    display: block;
    width: 205px;
    height: 42px;
    background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/try-it-free-bt.png) 0 0 no-repeat;
    text-indent: -99999px;
}

a.tryFree:hover {
    background-position: 0 -42px;
}
.custom-priceBox-inner:last-child {
    margin: 0;
}
.priceBoxBody p.content {
    font-size: 14px;
    color: #118d2f;
    display: inline-block;
    margin-bottom: 8px;
    line-height: 16px;
    text-align:center;
    margin-top: 10px;
}
.custom-pricing-content-mod:hover {
    background: #f5f5f5;
}
.priceBoxBody p {
    margin: 0;
}
.hs-row1-full-width-product-inner-group .custom-two-col-content-inner ul {
    margin-top: 0;
}

.hs-row1-full-width-product-inner-group  .custom-two-col-content-inner p {
    margin-bottom: 0;
}
.custom-pricing-mod .col1 {
    width: 50%;
    text-align: center;
    min-height:1px;
    float: left;
    vertical-align: bottom;
}

.custom-pricing-mod .col2 {
    width: 25%;
    float: left;
    text-align:Center;
}

.custom-pricing-mod .col3 {
    width: 25%;
    text-align:center;
    float: right;
}

.pricing-top-heading {
    overflow: hidden;
    border-bottom: 2px solid #ddd;
}

.pricing-included {
    overflow: hidden;
    border-bottom: 2px solid #ddd;
    padding: 8px;
}
#cboxClose{
    font-size:14px;
}
.custom-pricing-heading {
    background: #dfe8ef;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    line-height: 1.428571429;
    text-align: center;
    font-size:17px;
    font-weight: bold;
}

.custom-pricing-content-mod {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.custom-pricing-content-mod .col1 {
    width: 50%;
    float: left;
    text-align: center;
    padding: 8px;
    line-height: 1.428571429;
    font-size: 14px;
}

.custom-pricing-content-mod .col2, 
.custom-pricing-content-mod .col3 {
    width: 25%;
    float: left;
    text-align: center;
    padding: 6.5px 8px;
    line-height: 18px;
    font-size: 14px;
}
.pricing-top-heading .col2 {
    background: #5B8ABE;
    color: #fff;
    text-shadow: 0 1px #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    line-height: 1.428571429;
}

.pricing-top-heading .col3 {
    padding: 8px;
    line-height: 1.428571429;
    background: #335e93;
    color: #fff;
    text-shadow: 0 1px #000;
    font-size: 18px;
    font-weight: bold;
}


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


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

.column2.footer-col ul li.active > a ,
.column2.footer-col ul li.active-branch > a{
    color: #4f78a9;
}
.column2.footer-col ul li.active > a:hover,
.column2.footer-col ul li.active-branch > a:hover{
    color: #4f78a9;
}
.column2.footer-col ul ul {
    display: none;
}
.footer-top {
    background: #234977;
    border-top: 6px solid #29b24a;
    font-size: 14px;
    line-height: 20px;
    color: #dbe4ef;
    padding-bottom: 40px;
    padding-top: 1px;
}
.column1 img {
    margin-left: -53px;
}
.hs-breweries-layout .column2.footer-col ul li a:hover, 
.hs-breweries-layout .column1.footer-col ul li a:hover {
    text-decoration: none;
}
.js-import {
    min-height: 0 !important;
}

.footer-col h2 {
    margin: 21px 0 9px 0;
    font-weight: bold;
    color: #29b24a ;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.column1.footer-col ul li a {
    color: #fff;
}
.column1.footer-col ul li {
    display: inline-block;
    margin: 5px 0 5px 0;
}
.column1.footer-col ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.column2.footer-col ul {
    margin: -4px 0 0 1px;
    padding: 0;
    list-style: none;
}

.column2.footer-col ul li {
    /*padding: 5px 0 6px;*/
    line-height: 20px;
    font-size: 14px;
}

.column2.footer-col ul li a {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.column2.footer-col {
    padding-bottom: 20px;
}

.footer-col p {
    margin: 0 0 10px;
    padding: 0 0 20px;
    line-height: 28px;
    color: #fff;
}
a.footerLogo img {
    margin-left: -53px;
}

a.btn.btn-success.btn-lg {
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 6px;
    font-weight:400;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
}
.column3.footer-col p {
    margin-top: -2px;
    margin-left: 1px;
}

ul.social li img {
    margin: 14px 6px 10px 0;
}
ul.social li {
    display: inline-block;
}
ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}
.column4.footer-col a:hover {
    color: #2a6496;
    text-decoration: underline;
}

.column4.footer-col a {
    color: #428bca;
}
.hs-breweries-layout .column4.footer-col a:hover {
    color: #c0392b;
    text-decoration: none;
}

.hs-breweries-layout .column4.footer-col a {
    color: #337ab7;
}
.column4.footer-col h2 {
    margin-bottom: 6px;
}

a.btn.btn-success.btn-lg:hover {
    background-color: #47a447;
    border-color: #398439;
    text-decoration: none;
}
.column2.footer-col ul li a:hover ,
.column1.footer-col ul li a:hover {
    color: #86bafb;
    text-decoration:underline;
}


.column2.footer-col ul li {
  padding: 0px;
    margin: 0px;
}
/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */




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



/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
     margin-top: 11px;
}
.custom-menu-primary.js-enabled {
    text-align: right;
    margin-top: 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
     margin-right: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul  li  a{
    font-weight:normal;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #f2f7fa;
  
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin: -5px 15px 0 19px;
    height: 30px;
    width: 94px;
    text-indent: -99999px;
    background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/login-button.png) 0 0 no-repeat;
    display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    text-indent: -99999px;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover {
    text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #86bafb;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    text-decoration:underline;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    margin-top: -3px;
    float: none;
    margin-left: 0px;
    background: #244878;
    padding: 2px 12px 10px 10px;
    border: 1px solid #29b24a;
    border-radius: 3px;
    text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    clear: both;
    float: left;
    border-bottom: 1px solid #5275a3;
    width: 100%;
    margin-right: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #dfe8ef;
    background: none;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    line-height: 22.8571px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #29b24a;
  text-decoration:underline;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul {
    display: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li.active-branch ul li a {
    color: #86bafb;
}

/* 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 { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

 

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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-indent: 0px;
    text-align: left;
    color:#f2f7fa;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 22px;          /* Position Button at right of screen  */
    right: 15px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 8px 10px 8px 10px;
    background: transparent; /* Background color */
    border: 1px solid #294c76;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:  #356197 ; 
  }
  .mobile-trigger:hover{
    text-decoration: none;
    color: #fff;
    background-color: #6ec585;
    border-color: #294c76;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
    color: #86bafb;
    background-color: #6ec585;
    border-color: #294c76;
}


  /* Toggle Button Icon
     ========================================================================== */

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


  /* Child Toggle Button
     ========================================================================== */

  .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: 40px !important;
    height: 32px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0;
  }
  .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: #f2f7fa ; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
        position: static;
        padding-top: 0;
        margin: 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .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;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#356197 ; /* Menu background color set off global #356197 variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 16px !important;
    line-height: 24px;
    overflow: visible;
}

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 5px 10px 6px;
    color:#f2f7fa ; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #86bafb ; /* link hover color set by global mobile-aColorHover variable */
    
  }
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    text-decoration:underline;
}
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: transparent;
    float:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li .child-trigger {
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    text-decoration: underline;
}

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








/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





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


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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */



/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {
    float:left;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
    float:right;
}
/* Read More Link */

a.more-link {
 	display:inline-block;
	padding: 10px 0;

}


/* Use this to set up different styling for your blog posts */


.blog-listing-wrapper .post-listing .post-item{
	 padding-bottom: 20px;
	 margin-bottom: 30px;
 	border-bottom:1px solid #ccc;
}
.section.post-header h1 {
    padding: 0;
}


/* Blog Post Title */

.post-header h2 a {
   text-decoration:none;
    
}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
   
    margin-bottom: 25px;

}

.custom_listing_comments{
    padding:15px;
    margin:20px 0;
    border:1px solid #ccc;
}

/* Blog Sidebar*/


.blog .blog-sidebar h3,
.blog .blog-sidebar h3.form-title{}



/* -------------- Default Code for comment ------------ */

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
    padding:15px;
}

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


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

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

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

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

.comment-date {
    display: block !important;
    text-align: left;
}



/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
 	max-width: 70px;
 	padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
 	height: auto !important;
 	max-width: 100%;
}

#comment-form .actions {
   text-align: center;
}
#comment-form .actions input {
   margin: 20px 0;
}
#comment-form {
   background: #ffffff;
   border: 1px solid #000000;
   margin: 15px 0;
   padding: 30px;
}


.custom-form{
    width:100% !important;
}
.custom-form{
    width:50% !important;
}


/* -------------------- Ends ----------- */

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

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




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

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

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

label {
    font-weight: bold;
    color: #595959;
    line-height: 26px;
    font-size: 16px;
}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    height: 45px;
    border: 1px solid #dcdcdc;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    margin-bottom: 15px;
    color: #555;
    display: block;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    max-width: 500px;
}
body input[type="text"].invalid.error,
body input[type="password"].invalid.error, 
body input[type="datetime"].invalid.error, 
body input[type="datetime-local"].invalid.error, 
body input[type="date"].invalid.error, 
body input[type="month"].invalid.error, 
body input[type="time"].invalid.error, 
body input[type="week"].invalid.error, 
body input[type="number"].invalid.error, 
body input[type="email"].invalid.error, 
body input[type="url"].invalid.error, 
body input[type="search"].invalid.error, 
body input[type="tel"].invalid.error, 
body input[type="color"].invalid.error,
body input[type="file"].invalid.error,
body textarea.invalid.error,
body select.invalid.error {
  border: 1px dotted red;
}


body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
       border: 1px dotted #000;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

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

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

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

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

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

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


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

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

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

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

/* Error */
body .hs-common-error-message {}


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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family:inherit;
  background-color: #43b143;
    cursor: pointer;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 16px;
    display: inline-block;
    line-height: 1.3333333;
    border-radius: 6px !important;
    color: #fff;
    border: 1px solid #2e6da4;
  text-decoration: none !important;
  white-space:normal !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #369636;
    border-color: #204d74;
}

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

ul.hs-error-msgs.inputs-list {
    padding: 15px 0;
}
ul.hs-error-msgs.inputs-list label {
    color: #ff0000;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}

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


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================


   6. MISCELLANEOUS                                      


   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 





/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */

.new-comments.no-comments{
    border:none !important;
}
 .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}

 .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}

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

.hs-blog-header h1 {
    padding: 0;
}

.blog .body-container .custom-banner-area{
   margin-bottom:20px;
}
.blog.no-top-banner .body-container .custom-banner-area{
    padding: 50px 0 45px;
}

/************ Error Styling ***************/


.custom_error_message {
    padding: 42px 0 20px;
}

.custom_error_message p {
    line-height: 28px;
}
.custom_error_message h1 {
    padding: 0;
} 

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: ) {}

@media (max-width: 767px) and (max-height:601px){
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        overflow-y: scroll !important;
        height: calc(100vh - 56px);
    }
}

@media(max-width:1238px){

    .hs-row3-home-group .custom-three-col-icon-con-inner {
        min-height: 360px !important;
    }
}

@media(max-width:1125px) and (min-width:993px){
    .home-right-image img {
        width: 400px !important;
    }
}
@media(max-width:992px) {
    .home-right-image img {
        width: 270px !important;
    }
}
@media (max-width: 1200px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        margin: -5px 15px 0 0;
        height: 30px;
        width: 94px;
        text-indent: -99999px;
        background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/login-button.png) 0 0 no-repeat;
        display: inline-block;
    }
    .custom-right-header {
        padding: 20px 0 12px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        background: transparent;
        margin-right: 28px;
    }
    .blog .blog-content {
        padding: 0 15px;
        width: 100%;
        display: block;
    }
    .blog-sidebar {
        width: 100%;
        display: block;
    }
    .hs-row1-full-width-product-inner-group.inner-v2-row1 .custom-two-col-image-inner {
        width: 100%;
    }
    
    .hs-row1-full-width-product-inner-group.inner-v2-row1 .custom-two-col-content-inner {
        width: 100%;
    }
    
    .inner-v2-row1 blockquote > ul > li {
        width: 50%;
        margin: 0 0 6px;
    }
    
    .inner-v2-row1 blockquote > ul > li ul li {
        margin: 0 0 6px;
    }
    
    .three-col-image-top-inner {
        width: 100%;
        float: none;
        padding: 0 0 30px;
    }
    
    .three-col-image-top-inner img {
        width: 100%;
    }
    .hs-row1-full-width-rest-staff-layout .custom-two-col-image-inner {
        width: 100%;
        float: none;
    }
    
    .hs-row1-full-width-rest-staff-layout .custom-two-col-content-inner {
        width: 100%;
        float: none;
    }
    .hs-row1-full-width-layout a.greenButton {
        margin: 0 0 15px;
    }
}


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

}

@media (min-width: 1200px) and (max-width: 1400px ){
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        background: transparent;
        margin-right: 30px;
    }

}

@media (min-width: 992px) and (max-width:1199px){
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
}
@media(max-width:1200px) and (min-width:992px){
    .custom-eight-col-mod img {
        width: 12%;
    }
    /*.hs-home-layout .body-container-wrapper {
        padding-top: 90px;
    }
    .body-container-wrapper {
        padding-top: 91px;
    }*/
    .custom-breadcrumb-link ul li a {
        padding: 18px 20px 12px;
    }
    .custom-banner-area {
        margin-top: 52px;
    }
    .header-top {
        padding: 15px 0 13px;
    }
    a.tryFree{
        width: 172px;
        height: 35px;
        background-size:cover;
    }
    a.tryFree:hover {
        background-position: 0 -35px;
    }
    .custom-priceBox-inner {
        width: 217px;
    }
    .hs-row2-breweries-group .custom-eight-col-mod img {
        width: auto;
    }
}
@media(max-width:991px) and (min-width:768px){
    .custom-eight-col-mod img {
        width: 24%;
        margin:0 0 10px;
        border: dotted 1px #dfe8ef;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
        margin: -5px 0px 0 0;
    }
    .hs-row2-breweries-group .custom-eight-col-mod img {
        width: auto;
    }
    
}
@media (max-width: 993px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        background: transparent;
        margin-right: 15px;
    }
    .custom-two-col-right-image-lightbox-inner.content-mod {
        width: 100%;
        float: none;
    }
    
    .custom-two-col-right-image-lightbox-inner.image-mod {
        width: 100%;
        float: none;
        text-align: center;
    }
    .custom-pricing-mod .col3 {
        width: 30%;
    }
    .custom-pricing-mod .col1{
        width: 45%;
    }
    .hs-customer-videos-row1-group .main-content {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
    
    .hs-customer-videos-row1-group .sidebar.right {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
    .hs-row1-full-width-layout .custom-eight-col-mod img {
        width: auto;
        display:inline-block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: #f2f7fa;
        font-size: 13px;
    }
    .hs-row1-full-width-rest-staff-layout blockquote > ul > li{
        width:50%;
    }
    .hs-row1-full-width-rest-staff-layout .custom-eight-col-mod img {
        width: auto;
    }
    .custom-priceBox-inner,
    .custom-priceBox-inner:last-child{
        margin: 0 auto 14px;
        float: none;
    }
    .hs-row1-full-width-layout .custom-two-col-equal-inner > ul > li {
        width:100%;
        float:none;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px){
    .custom-logo a {
        background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/shiftnote-logo-icon.png) center center no-repeat;
        width: 80px;
        height: 44px;
        margin-top: 15px;
        display: block;
        margin-left: -15px;
    }
    .custom-logo img {
        width: auto;
        height: auto;
        margin-top: -5px;
        margin-left: -31px;
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .column3.footer-col {
        margin: 0;
    }
    .footer-col {
        width: 48% !important;
    }
    .footer-col h2 {
        margin: 24px 0 10px 0;
        font-weight: bold;
        color: #29b24a !important;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 15.4px;
    }
    .header-top{
        padding: 15px 0 12px;
    }
    .body-container-wrapper {
        padding-top: 91px;
    }
    .custom-breadcrumb-link ul li a {
        padding: 18px 20px 12px;
    }
    .custom-banner-area{
        margin-top: 52px;
    }
}



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

@media (max-width: 767px) {
    .footer-col {
        width: 100% !important;
    }
    .hs-row1-breweries-layout {
        background-color: #e2dcd6;
        background-image: none !important;
    }
    .custom-four-col-mod {
        padding: 0 0px 31px;
    }
    .custom-right-header h1{
        text-align:center;
    }
    .checkbox-row span.fakelabel span{
        float:none;
    }
    .subscribe-options label {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /*.hs-home-layout .body-container-wrapper {
        padding-top: 78px;
    }*/
    .hs-row3-home-group .custom-three-col-icon-con-inner {
        min-height: 100% !important;
    }
    .hs-row3-home-group .custom-three-col-icon-con-inner{
        border-right:0;
        padding: 0 15px 24px;
    }
    .custom-five-col-inner {
        float: none;
        width: 100%;
        max-width: 188px;
        margin: 0 auto 15px;
    }
    
    .column4.footer-col h2 {
        margin-bottom: 8px;
    }
    .column3.footer-col p {
        margin-top: -2px;
        margin-left: 0;
    }
    .column2.footer-col ul {
        margin: -4px 0 0 0px;
        padding: 0;
        list-style: none;
    }
    .custom-logo img {
        margin-top: -5px;
        margin-left: -15px;
        width: 250px;
        height: 54px;
    }
    .blog .blog-content {
        padding: 0;
    }
    .body-container-wrapper {
        padding-top: 80px;
    }
    .header-top .page-center {
        padding: 0 !important;
    }
    .ts-fab-list li {
        display: block;
        float: none;
        clear: none;
        list-style: none !important;
        margin: 0 0px 0 0 !important;
        padding: 0 !important;
        background: 0 0 !important;
    }
    .ts-fab-list li.ts-fab-bio-link a,
    .ts-fab-list li.ts-fab-latest-posts-link.active a,
    .ts-fab-list li.ts-fab-latest-posts-link a,
    .ts-fab-list li.ts-fab-bio-link.active a{
        padding-left: 10px;
        background-image: none;
    }
    .ts-fab-avatar {
        display: block;
        float: none;
        width: 100%;
    }
    .ts-fab-tab .hs-author-social-links {
        display: block;
        margin-top: 7px;
        text-align: left;
    }
    .ts-fab-text {
        margin-left: 0;
        line-height: 1.5;
        margin-top: 10px;
    }
    .custom-logo {
        padding-left: 15px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        background: transparent;
        margin-top: 0px;
        border-top: 1px solid #101010 !important;
        padding: 14px 10px 0 !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li {
        border-top: 0;
        margin: 0;
        font-size: 26px;
        line-height: 37.1429px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        margin: 10px 15px 7px 10px;
        height: 30px;
        width: 94px;
        text-indent: -99999px;
        background: url(//2751146.fs1.hubspotusercontent-na1.net/hubfs/2751146/ShiftNote%20-%20October%202017/Images/login-button.png) 0 0 no-repeat;
        display: inline-block;
    }
    .section-wrapper {
        background: #dfe8ef;
        width: 100%;
        margin-top: -10px;
        padding-top: 9px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        float: none;
        background: #244878;
        padding: 2px 12px 10px 10px;
        border: 1px solid #29b24a;
        border-radius: 3px;
        text-align: left;
        width: 100%;
        margin-top:0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        background: transparent;
        clear: both;
        float: left;
        border-bottom: 1px solid #5275a3;
        width: 100%;
        margin: 5px 0;
    }
    
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        max-width: 100%;
        height: auto;
        float: none;
        margin: 10px 0!important;
        border: 1px solid #000;
        width: auto;
        display: block !important;
    }
    .hs-success-stories-row1-group .main-content {
        padding: 0 0 30px;
        border-right: 0;
    }
    .videoThumbs {
       width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto 30px;
        max-width: 340px;
    }
    
    .custom-three-col-customer-video-mod {
        margin: 0;
    }
    .header-top-breadcrumb ul li {
        float: left !important;
        width: auto;
    }
    .custom-breadcrumb-link ul {
        margin-bottom: -0px !important; 
    }
    .footer-container .column1 img {
        margin-left: 0;
    }
    .custom-three-col-suc-story-col {
        width: 100%;
        float: none;
        padding: 0 0 10px;
    }
    
    .custom-two-col-image-inner {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .custom-two-col-content-inner {
        width: 100%;
        float: none;
        padding: 10px 0;
    }
    
    .custom-two-col-image-mod {
        padding: 0;
    }
    .no-top-banner .custom-banner-area {
        padding-top: 43px;
    }
    .hs-row1-full-width-customer-group .custom-eight-col-mod img {
        display: inline-block;
        margin: 0 auto 10px;
        max-width: 20%;
    }
    .custom-eight-col-mod img {
        border: dotted 1px #dfe8ef;
        display: block;
        margin: 0 auto 10px;
    }
    .hs-row1-two-col-equ-group .custom-two-col-image-inner{
        width:100%;
    }
    .hs-row1-full-width-layout p img {
        display: block;
        margin: 10px auto 15px!important;
        float: none !important;
    }
    .hs-row1-full-width-product-inner-group  .custom-two-col-image-inner {
        width: 100%;
    }
    
    .hs-row1-full-width-product-inner-group  .custom-two-col-content-inner {
        width: 100%;
    }
    
    .custom-three-col-icon-con-inner {
        width: 100%;
        float: none;
        padding: 0 0 24px;
        overflow: hidden;
    }
    
    .custom-three-col-icon-con-mod {
        padding: 10px 0 0;
    }
    
    .three-col-image-bottom-inner {
        width: 100%;
        float: none;
        padding: 0 0 20px;
    }
    
    .three-col-image-bottom-inner img {
        width: 100%;
    }
    .inner-v2-row1 blockquote > ul > li {
        width: 100%;
        float: none;
    }
    .three-col-image-top-mod{
        padding:0;
    }
    .hs-row1-full-width-rest-staff-layout blockquote > ul > li{
        width:100%;
        float:none;
    }
    .hs-row1-full-width-rest-staff-layout .custom-three-col-suc-story-col {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .custom-two-col-equal-inner {
        width: 100%;
        float: none;
        padding: 0;
    }
    .custom-four-col-inner {
        width: 100%;
        float: none;
    }
    .hs-row1-full-width-layout .custom-two-col-equal-inner{
        padding-bottom:20px;
    }
    .hs-row3-breweries-group  .custom-three-col-icon-con-mod {
        margin: 0;
    }
    
    .hs-row4-breweries-group  blockquote > ul >li {
        width: 100%;
        float: none;
    }
    
    .hs-row5-breweries-group blockquote {
        padding: 10px;
    }
    .hs-sbc-try-layout  .body-container-wrapper {
        padding-top: 110px;
    }
    .custom-right-header{
        padding:0;
    }
    .hs-sbc-try-layout .custom-logo {
        text-align: center;
    }
    .custom-five-col-image-inner {
        width: 100%;
        float: none;
        padding: 0 0 10px;
    }
    .hs-row5-home-group .custom-two-col-equal-mod {
        flex-direction: column;
        margin: 0;
    }
    
    .hs-row5-home-group .custom-two-col-equal-inner.col2 >  ul > li {
        width: 100%;
        float: none;
    }
    
    .hs-row5-home-group .custom-two-col-equal-inner.col2 {
        margin: 0 0 15px;
    }
    body input[type="text"],
    body input[type="password"], 
    body input[type="datetime"], 
    body input[type="datetime-local"], 
    body input[type="date"], 
    body input[type="month"], 
    body input[type="time"], 
    body input[type="week"], 
    body input[type="number"], 
    body input[type="email"], 
    body input[type="url"], 
    body input[type="search"], 
    body input[type="tel"], 
    body input[type="color"],
    body input[type="file"],
    body textarea,
    body select {
        max-width:100%;
    }
    .hs-full-width-banner-layout div#colorbox {
        overflow-x: scroll;
        width: 100% !important;
    }
}

@media(max-width:750px){
   
   
}

@media(max-width:673px){
    .custom-pricing-mod .pricing-top-heading .col2{
        min-height: 66px !important;
    }
}
@media(max-width:640px){
    .home-right-image img {
        display: none;
    }
}
@media (max-width: 532px) {
    .hs-row1-home-layout a.btn.btn-success {
        margin: 0 0 10px;
    }
    .custom-banner-area h1{
        font-size: 28px;
        line-height:30.8px;
    }
    .header-top-breadcrumb ul li {
        float: none !important;
        width: 100%;
    }
    .customer-two-col-content-mod{
        width:100%;
        padding:8px 0 0;
        float:none;
    }
    .custom-breadcrumb-link ul li a {
        padding: 12px 20px;
    }
    .custom-banner-area{
        padding-top: 60px;
    }
    .custom-pricing-mod ,
    .custom-pricing-heading,
    .custom-pricing-content-mod{
        display: none;
    }
    .customer-two-col-image-mod {
        width: 100%;
        float: none;
    }
    .hs-row1-full-width-customer-group .custom-eight-col-mod img {
        display: block;
        margin: 0 auto 10px;
        max-width:100%;
    }
    
}

     

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

@media (max-width: 479px) {
    .hs-row1-breweries-layout {
        background-size: cover;
    }
    .hs-row1-full-width-layout .custom-eight-col-mod img {
        display:block;
    }
    .hs-breweries-row1-col1 img {
        margin-bottom: 10px;
    }
    .custom-two-col-right-image-lightbox-inner.content-mod a.lbpModal {
        display: block;
        margin: 10px 0 0;
    }
    .hs-row1-home-layout a.btn.btn-success {
        margin: 0 0 10px;
        display: block;
        max-width: 100%;
        text-align: center;
    }
    .hs-home-row1-col1 p{
        margin-left:0;
    }
}