* ==========================================================================
   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=Poppins:300,400,500,600,700&subset=devanagari,latin-ext');



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #5e5b5d;
    line-height: 1.5;
}

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

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


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

/* Basic text */
p {
    font-weight:500;
    font-size:12px;
} 
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 {
    margin:10px 0 15px;
    line-height:120%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 40px;
    font-weight: 700;
}
h2 {
    font-size: 29px;
    font-weight: 500;
    color: #5e5b5d;
}
h3 {
    font-size: 24px;
    font-weight: 700;
    color: #5e5b5d;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #5e5b5d;
}
h5 {
    font-size: 18px;
    font-weight: 500;
    color: #5e5b5d;
}
h6 {
    font-size: 14px;
    font-weight: 500;
    color: #5e5b5d;
}

/* Anchor Links */
a { 
    color: #0076be; 
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-decoration:none;
}
a:hover, a:focus { color:#dc291e; }

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
    min-height:108px;
}
.header-container {}


.custom-header {
    width: 100% !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    position: fixed;
    background-color: #fff;
    padding: 25px 0 25px 0;
    transition: all 0.3s;
}
.custom-logo {
    width: 16.66666667% !important;
    padding: 0 4px;
}
.custom-nav {
    margin: 0 !important;
    width: 83.33333333% !important;
    padding: 0 4px;
}
.custom-logo a {
    max-width: 165px;
    height: 58px;
    display: block;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.custom-logo a img {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 100%;
    height: auto;
}
.custom-menu-primary {
    width: 47.8% !important;
}
.contact-group {
    width: 52.2% !important;
    margin: 0 !important;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 12px !important;
    margin-left: -5px !important;
}
.header-right {
    margin: 12px 0 0 -6px;
}
.nav-icon {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    display: none;
    position: relative;
}
.extended-link a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    float: left;
    width: 140px;
    height: 35px;
    text-align: center;
    background: #dc291e;
    border-radius: 12px;
    margin: 0 23px 0 0;
    line-height: 37px;
    padding: 0;
}
.extended-link a.storage-calculator {
    padding: 3px 0 0 0;
    line-height: 15px;
}
.calculator-icon {
    width: 54px;
    height: 38px;
    float: right;
    cursor: pointer;
    margin: 10px 8px 0 0;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.extended-link a:last-child:not(.storage-calculator) {
    background: none !important;
    color: #5e5b5d;
    width: auto;
    font-size: 24px;
    margin-right: 0px;
    position: relative;
    left: 4px;
    float:right;
}
a.quote-btn.togglelink {
    margin-right: 0;
}
.header-right .call-us {
    font-weight: 700;
    line-height: 37px;
    float: left;
}
.call-us i {
    margin: 0 6px 0 0;
    height: 26px;
    width: 21px;
    float: left;
}
.call-us i img {
    vertical-align: middle;
}
.extended-link a:hover {
    background: #0076be;
}








.header-form .hs-form-required {
    display: none;
}
.header-form {
    background: #fff;
    width: 284px !important;
    -moz-box-shadow: 0 2px 5px 1px #888888;
    -webkit-box-shadow: 0 2px 5px 1px #888888;
    box-shadow: 0 2px 5px 1px #888888;
    position: absolute;
    padding: 20px;
    top: 63px;
    left: 97px;
    overflow:visible !important;
}
.contact-group {
    position: relative;
}
.header-form h3 {
    display: none !important;
}
.header-form input.hs-button.primary.large {
    width: 100% !important;
}
.header-form:before {
    height: 54px;
    left: 40%;
    top: -32px;
    width: 54px;
    content: "";
    position: absolute;
    background: url('//cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./Images/top-arrow.png') no-repeat;
}

.header-container-wrapper .header-form {
    display: none;
}
.header-form select{
    -webkit-appearance:none;
    -moz-appearance:none;
}
.header-form select:hover {
    border-color: #dc291e;
}
.header-form .hs_mobile.field.hs-form-field:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
}
.header-form .hs_mobile.field.hs-form-field {
    position: relative;
}
.header-form .hs_mobile.field.hs-form-field:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #CCCCCC;
    margin: 0 1.5em 0 0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
}
.header-form .hs_mobile.field.hs-form-field:hover:after {
    border-left-color: #dc291e;
}
.header-form .hs_mobile.field.hs-form-field:hover:before {
    border-top-color: #dc291e;
}



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

@media screen and (min-width:768px) {
    .scroll-body .custom-header {
        padding: 13px 0 19px !important;
        box-shadow: 0 0 10px 0 #ccc;
    }
    .scroll-body .custom-logo a {
        height: 58px;
        width: 150px;
    }
}





/*=============================== Custom search Or Map =======================*/


.banner-bg {
    background: url(//cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./Images/banner-bg.png) no-repeat;
    background-size: cover;
    height: 10px;
    width: 100%;
    margin-top: 10px;
}
.custom-where-menu {
    margin-top: 98px;
}
.search-open .header-container-wrapper .custom-where-menu {
    display: block;
    position: absolute;
    z-index: 99;
}
.map-section {
    background: rgba(0, 0, 0, 0) url('//cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./Images/BackgroundImageBehindMap9242update.jpg') no-repeat scroll 0 0 / cover !important;
    text-align: center;
    padding: 30px 0 50px;
    width: 100%;
    position: absolute;
}
.container {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.col-sm-6 {
    width: 50%;
    float: left;
}
.map-img {
    width: 350px;
    margin: 0 auto;
    position: relative;
}
.map-section h2 {
    margin-bottom: 52px;
    display: inline-block;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    color: #5e5b5d;
    position: relative;
    line-height: 27px;
    margin-top: 19px;
}
.map-section h2:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #5e5b5d;
    height: 3px;
    width: 100%;
    content: "";
    display: block;
}
.map-img-outer {
    position: relative;
}
.map-img-outer img {
    max-width: 99%;
    height: auto;
    display: block;
}
.map-img-outer ul {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}
.map-img-outer ul li {
    float: right;
    list-style: none;
}

.map-img-outer ul li a.num1 {
    right: -14.5%;
    top: 48.8%;
}
.map-img-outer ul li a {
    float: left;
    position: absolute;
    transition: all 0.3s ease 0s;
    font-size: 11px;
    color: #5e5b5d;
    font-family: "Poppins",sans-serif;
    font-weight: 700;
}
.map-img-outer ul li a.small {
    font-size: 9px;
    line-height: 11px;
}
.map-img-outer ul li a.num2 {
    right: -16.5%;
    top: 52.8%;
}
.map-img-outer ul li a.num6 { right: -10.7%;top: 71.2%;}
.map-img-outer ul li a.num7 { right: 17.5%;	top: 72.3%;}
.map-img-outer ul li a.num8 {right: 1.5%;top: 79.6%;}
.map-img-outer ul li a.num9 {right: 15.2%;top: 82.6%; line-height: 9px !important;}

.map-img-outer ul li a.small i {
    width: 7px;
    height: 7px;
    margin-right: 2px;
}

.map-img-outer ul li a i {
    transition: all 0.3s ease 0s;
    width: 12px;
    height: 12px;
    background: #808285;
    border: 1px solid #fff;
    border-radius: 100%;
    float: left;
    margin: 1px 2px 0 0;
}

.map-img-outer ul li a.num3 {
    right: 3.3%;
    top: 60.5%;
}

.map-img-outer ul li a.num3 i {
    display: inline-block;
    float: none;
    left: 4px;
    position: relative;
    top: 1px;
}

.map-img-outer ul li a.num4 {
    right: -17.7%;
    top: 63.8%;
}

.map-img-outer ul li a.num5 {
    line-height: 19px;
    right: -6.7%;
    top: 66%;
}

.map-img-outer ul li a.num6 {
    right: -10.7%;
    top: 71.2%;
}

.map-img-outer ul li a.num7 {
    right: 17.5%;
    top: 72.3%;
}

.map-img-outer ul li a.num8 {
    right: 1.5%;
    top: 79.6%;
}

.map-img-outer ul li a.num9 {
    right: 15.2%;
    top: 82.6%;
    line-height: 9px !important;
}

.map-img-outer ul li a.num10 {
    left: -8px;
    top: 63.6%;
}

.map-img-outer ul li a:hover {
    color: #dc291e;
    transition: all 0.3s ease 0s;
}
.map-img-outer ul li a:hover i {
    background: #dc291e;
    transition: all 0.3s ease 0s;
}
.map-img-outer ul li a.num10 i {
    display: inline-block;
    float: none;
    left: 2px;
    position: relative;
    top: 2px;
}

.map-section:after {
    width: 3px;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: url("//cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./Images/line-bg.png") no-repeat;
    height: 100%;
}
.map-search {
    width: 280px;
    margin: 0 auto;
}
.map-search .form-group {
    margin-bottom: 20px;
}
.map-search .form-group {
    margin-bottom: 20px;
}
.map-search .btn-default {
    width: 100%;
    margin-bottom: 7px;
    line-height: 38px;
    text-shadow: none;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    cursor:pointer;
    text-decoration: none;
    height: 35px;
    text-align: center;
    background: #dc291e;
    border-radius: 11px;
    margin: 0;
    padding: 0 30px;
    font-family: 'Poppins', sans-serif;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
}
.map-search .btn-default:hover {
    background: #0076be;
    box-shadow: none;
    color: #fff;
    outline: none;
}
.extended {
    font-size: 10px;
    font-weight: 300;
    color: #5e5b5d;
    margin-top: 23px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.extended a {
    background: none;
    height: auto;
    font-size: 10px;
    font-weight: 300;
    text-decoration: underline;
    color: #5e5b5d;
}
.extended a:hover {
    text-decoration: none;
}

.header-container-wrapper .custom-where-menu {
    display: none;
}












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

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


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



.custom-banner {
    position: relative;
    min-height: 180px !important;
}
.custom-banner img {
    width: 100% !important;
}
.custom-banner:before, .custom-banner:after {
    background: url(//cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./Images/banner-bg.png) no-repeat;
    background-size: cover;
    height: 10px;
    width: 100%;
    margin-top: 0;
    content: '';
    display: block;
    position: absolute;
}
.custom-banner {
    margin-bottom: 40px;
}


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

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

.custom-footer {
    background: #5e5b5d;
    padding: 41px 0 45px;
    text-align: left;
    position: relative;
    color: #fff;
}
.social-icon {
    padding: 0 0 3px;
}
.social-icon a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 6px 4px 0px;
}

.social-icon a:hover {
    opacity: 0.8;
}

.social-icon .IN-widget {
    position: relative;
    bottom: -8px;
    height: 57px;
    overflow: hidden;
}
.social-icon a img {
    vertical-align: middle;
}
.footer-form-group {
    width: 66.66666667% !important;
    padding: 0 4px;
}
.footer-logo-group {
    margin: 0 !important;
    width: 33.33333333% !important;
}
.custom-footer-form .hs-form-required {
    display: none !important;
}
.footer-form-title {
    padding-bottom: 27px;
}
.special-offer-block span {
    font-size: 14px;
    color: #fff;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 13px 0 0;
}
.special-offer-block .btn.btn-default.sign-btn {
    background: #fff;
    color: #5e5b5d;
    width: 140px;
    display: inline-block;
    text-shadow: none;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 37px;
    height: 35px;
    text-align: center;
    border-radius: 11px;
    margin: 0;
    padding: 0 30px;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    white-space: nowrap;
    position: relative;
    top: 2px;
}
.special-offer-block .btn.btn-default.sign-btn:hover {
    background: #dc291e;
    color: #fff;
}

.custom-footer-form .hs-form-field {
    margin-right: 15px;
    width: 46.75% !important;
    margin-bottom: 0;
    padding-right: 0 !important;
}

.custom-footer-form form {
    max-width: 612px;
}
.custom-footer-form fieldset.form-columns-2 {
    display: block;
    float: left;
    width: calc(71.1% + 30px) !important;
}
.custom-footer-form .hs_submit {
    max-width: 140px !important;
    float: left;
    width: 100% !important;
}
.custom-footer-form .hs_submit .hs-button.primary.large {
    background: #fff;
    color: #5e5b5d;
    width: 140px;
    margin: 0 !important;
    position: relative;
    top: -4px;
}
.custom-footer-form .hs-form-field input {
    width: 100% !important;
}
.custom-footer-form .hs_submit .hs-button.primary.large:hover {
    background: #dc291e;
    color: #fff;
}
.custom-footer-form {
    position: absolute;
    display: none !important;
}
.footer-form {
    position: relative;
}
.footer-form-group h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.footer-form-group p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    margin: 0;
    padding: 0 30px 0 0;
}
.custom-contact {
    margin: 0 !important;
    width: 33.33333333% !important;
}
.footer-form-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-form-group ul li {
    display: block;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    line-height: 18px;
}
.footer-form-group ul li a {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    line-height: 19px;
}
.footer-form-group ul li:after {
    background: #fff;
    border-radius: 50px;
    width: 3px;
    height: 3px;
    content: "";
    top: 7px;
    left: 0;
    position: absolute;
}
.custom-service, .custom-about {
    margin: 0 !important;
    width: 25% !important;
    padding: 0 3px;
}
.custom-about {
    padding-left: 5px;
}
.footer-logo {
    text-align: right;
    padding: 65px 4px 0 0px;
}
.footer-logo a {
    width: 260px;
    height: 90px;
    display: inline-block;
}
.footer-logo a img {
    vertical-align: middle;
}
.footer-logo p {
    padding: 53px 0 0px;
    color: #fff;
    font-size: 10px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0;
}
.footer-form-group ul li a:hover {
    color: #ddd7db;
}
.on .custom-footer-form {
    position: absolute;
    display: block !important;
    background: #5e5b5d;
    top: 2px;
}




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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    padding-top: 17px;
    margin-left: -3px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 3px 14px 7px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    border-bottom: 2px solid transparent;
    display: block;
    font-size: 14px;
    color: #5e5b5d;
    font-weight: 700;
    text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #dc291e;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    border-color: #dc291e;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  min-width: 147px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.7);
  background: #dc291e;
  left: -50% !important;
  margin-left: -3px;
  top: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    border-bottom: 0;
    font-size: 14px;
    padding: 3px 14px 3px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background: #fff;
    color: #5e5b5d;
}



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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.mobile-search, .mob-close-icon, .close-icon, .mobile-icons{
        display:none !important;
    }
}

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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
  }
  .mobile-trigger:hover{}

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

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

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 30px !important; /* Button height */  
    padding: 0 !important;
  }
  .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: 0px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 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: fixed;
    left: 0;
    padding: 30px 0 0;
    top: 60px;
    right: 0;
    overflow-y: auto !important;
    height: 100vh !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #e9422a;
    width: 100%; /* Full screen width */
  }

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




.mobile-open {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper:before {
    background-size: 100% 100% !important;
    height: 8px;
    background: url('//cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./Images/banner-bg.png') no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.mobile-open .custom-menu-primary:after {
    position: fixed;
    top: 53px;
    right: 16px;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e9422a;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 32px !important;
    line-height: 18px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hover > a, .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    background: #0089c8;
    color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background: url("//cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./Images/map-bg.jpg") no-repeat;
    background-size: cover !important;
    left: auto !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 13px 18px 7px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 0 15px;
    display: block;
    margin-bottom: 9px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #5e5b5d;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    margin: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background: transparent !important;
    color: #dc291e;
}
.custom-where-menu {
    display: none !important;
}
a.close-icon {
    padding: 10px 0 0 30px;
    margin-bottom: 20px;
    display: block;
    cursor:pointer;
}
.close-icon i {
    width: 30px;
    height: 30px;
    float: left !important;
    border-radius: 20px;
    display: inline-block !important;
}
.close-icon span {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    float: left !important;
    padding: 8px 0 0 10px;
    display: inline-block !important;
    width: 50%;
}


  
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}
.hs-blog-post .post-header h2:hover:after {
    background: #5e5b5d;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

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

/* Read More Link */
a.more-link {
    color: #dc291e;
    font-size: 12px;
    text-decoration: underline;
}
a.more-link:hover {
    color: #5e5b5d;
    text-decoration: underline;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin-top: 0;
    padding: 0;
    height: auto;
    display: inline-block;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
#comments-listing.no-comments {
    border: none !important;
}
/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}
#comment-form{
    padding: 30px;
    border: 1px solid #CCC;
    margin: 15px 0;
}

.blog-pagination a {
    color: #dc291e;
    font-size: 12px;
    text-decoration: underline;
}
a.previous-posts-link {
    float: left;
}
a.next-posts-link {
    float: right;
}
.blog-pagination:after {
    content: '';
    display: block;
    clear: both;
}
.blog-pagination a:hover {
    color: #5e5b5d;
    text-decoration: underline;
}
.post-header h2 a:hover {
    color: #dc291e;
}
.post-header h2:hover:after {
    background: #dc291e;
}





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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


.hs-blog-header .banner-bg {
    margin-top: 0;
    position: relative;
    z-index: 9;
}
.hs-blog-header .banner-bg .fullimage img {
    width: 100% !important;
}
.fullimage img {
    width: 100% !important;
    margin-top: -16px;
}
.blog .body-container .page-center.content-wrapper {
    padding: 58px 0 25px;
}
.blog .body-container-wrapper {
    padding: 0 !important;
}
.body-container-wrapper {
    padding: 0px 0 40px;
}
.main-blog .blog-sidebar h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-bottom: 2px;
}
.main-blog .blog-sidebar ul {
    padding: 0;
    margin: 0;
    margin-bottom: 19px;
    list-style: none;
}
.main-blog .blog-sidebar ul li {
    font-size: 12px;
    position: relative;
    margin-bottom: 1px;
    font-weight: 500;
}
.main-blog .blog-sidebar ul li a:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 6px;
    background-color: #5e5b5d;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
}
.main-blog .blog-sidebar ul li a {
    color: #5e5b5d;
    text-decoration: underline;
    position: relative;
    padding-left: 9px;
    display: inline-block;
}
span.filter-link-count {
    display: none !important;
}

.main-blog .blog-sidebar ul li a:hover {
    color: #dc291e;
}
.hs-featured-image-wrapper {
    width: 28%;
    padding-left: 0;
    padding-right: 4px;
    float: left;
}
.post-item .post-content {
    width: 72%;
    padding-left: 17px;
    padding-right: 29px;
    float: right;
}
.blog-listing-wrapper .post-listing .post-item:after {
    display: block;
    clear: both;
    content: '';
}
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 41px;
    padding-bottom: 43px;
    border-bottom: 2px solid #e0e0e0;
}

.post-header h2 {
    margin-top: 6px;
    margin-bottom: 16px !important;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #5e5b5d;
    display: inline-block;
    padding-bottom: 0;
}
.post-header h2 a {
    color: #5e5b5d;
}
.post-header h2:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #5e5b5d;
    height: 3px;
    width: 100%;
    content: "";
    display: block;
}
.post-info {
    display: block;
    font-size: 9px;
    margin-bottom: 15px;
    font-weight: 500;
}
.post-info a {
    color: #5e5b5d;
    text-decoration: underline;
}
.post-info a:hover {
    color: #dc291e;
}




.hs-blog-post.blog.main-blog .blog-sidebar {
    display: none !important;
}
.hs-blog-post.blog.main-blog .blog-content {
    width: 100% !important;
    position:relative;
}
.blog.hs-blog-post .body-container .page-center.content-wrapper {
    padding-top: 37px !important;
}

#hs_cos_wrapper_blog_social_sharing {
    display: inline-block;
}
.popup-form {
    display: inline-block;
    vertical-align: top;
}
.social-share .popup-form a {
    padding: 0 15px;
    text-shadow: none;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    line-height: 37px;
    height: 35px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-align: center;
    background: #dc291e;
    border-radius: 11px;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    display: inline-block;
}

.social-share .popup-form a:hover {
    background: #0076be;
    box-shadow: none;
    color: #fff;
    outline: none;
}

.form-on .blog-form.custom-footer-form {
    display: block !important;
}
.blog-form.custom-footer-form .hs_submit .hs-button.primary.large {
    background: #dc291e;
    color: #fff;
    width: auto !important;
    margin-top: 5px !important;
}
.blog-form.custom-footer-form .hs_submit .hs-button.primary.large:hover {
    background: #0076be;
    box-shadow: none;
    color: #fff;
    outline: none;
}
.blog-form.custom-footer-form {
    background: #fff;
    position: absolute;
    right: 0;
    display: block;
    width: 68%;
    margin-top: -75px;
}







/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

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

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}





/*
    Default Blog 
*/


.default-blog .post-header h2 a {
    text-decoration: none;
}
.default-blog .blog-listing-wrapper .post-listing .post-item { 
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    margin-bottom:35px;
}
.default-blog a.more-link{
    display: inline-block;
    margin:10px 0;
}
.default-blog .custom_listing_comments {
    border:1px solid #ccc;
    padding:15px;
    margin:0 0 20px 0;
}

.default-blog .blog-pagination {
    display: block;
    text-align: center;
}
.default-blog a.previous-posts-link,
.default-blog .blog-pagination a{
    font-size: 14px;
    color: #fff;
    float: none;
    padding: 2px 10px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background: #dc291e;
    margin: 0 23px 0 0;
    line-height: 37px;
    display: inline-block;
}
.default-blog #hs_cos_wrapper_blog_social_sharing,
.default-blog .hs-blog-social-share{
    display: block;
}
.default-blog .blog-pagination a:hover{
    background: #0076be;
    color: #fff;
    text-decoration: none;
}
.default-blog span#hs_cos_wrapper_blog_social_sharing {
    padding: 10px 0 5px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}
.default-blog .blog-pagination .previous-posts-link {}
.default-blog .blog-pagination .all-posts-link {
}
.default-blog .blog-pagination .next-posts-link {
    
}
.default-blog .post-header h2:after{
    display: none;
}
.default-blog .hs-blog-social-share .hs-blog-social-share-list{
    line-height: 0;
}

.default-blog .hs-featured-image-wrapper {
    float: right;
    width: auto;
    max-width: 230px;
    margin: 20px;
}
.default-blog .hs-blog-post.blog .blog-sidebar {
    display: block !important;
}
.default-blog .blog-sidebar ul{
    padding-left: 18px;
}
.default-blog .blog-sidebar ul li {
    margin-bottom: 4px;
}
.default-blog .blog-sidebar .cell-wrapper{
    margin-bottom: 25px;
}



/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
.body-container .hs-form label {
    display: block;
    margin: 0 0 5px;
}

.hs-error-msgs label{
    color:#f00 !important;
}
ul.hs-error-msgs.inputs-list li:after {
    display: none !important;
}

.landing-page.one-column .body-container form,
.error-template.one-column .body-container form,
.password-template.one-column .body-container form,
.subscription-template.one-column .body-container form, .new-comments{
   width: 50%;
}




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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    border: 1px solid #bcbec0;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    height: 30px;
    border-radius: 6px;
    padding: 2px 8px 0;
    -webkit-appearance: none;
    box-shadow: none;
    margin-bottom: 18px;
    display: block;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    box-shadow: none;
    border: 1px solid #dc291e;
    outline:none !important;
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    text-decoration: none !important;
    -webkit-appearance: none;
    cursor: pointer;
    text-shadow: none;
    color: #fff;
    font-weight: 700;
    line-height: 37px;
    height: 35px;
    background: #dc291e;
    border-radius: 11px;
    margin: 0;
    padding: 0 30px;
    box-shadow: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-align: center;
    white-space: normal;
    border: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    margin:20px 0 30px !important;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #0076be;
    box-shadow: none;
    color: #fff;
    outline: none;
}

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


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

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


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

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


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

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


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

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


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

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {
    padding-top:35px;
}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {
    padding-top:35px;
}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {
    padding-top:35px;
}
body.subscription-template.one-column .main-content {}



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


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


.extended1 {
    font-size: 10px;
    font-weight: 300;
    color: #5e5b5d;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.extended1 a {
    background: none;
    height: auto;
    font-size: 10px;
    font-weight: 300;
    text-decoration: underline;
    color: #5e5b5d;
    padding-left: 2px;
}
.extended1 a:hover {
    text-decoration: none;
}
.custom-banner:after {
    bottom: 0 !important;
}
.custom-banner:before {
    top: 0 !important;
    z-index: 99;
}

.service-section{    background: url(https://cdn2.hubspot.net/hubfs/2996985/SES%20Images/services-bg.jpg) no-repeat;    background-size: cover;    padding: 30px 0 45px;}
.services-block {background: rgba(255, 255, 255, 0.65);padding: 30px 30px 0;border-radius: 10px;}
.services li { padding: 3px 21px 0px 48px; position: relative; float: left; width:45%; margin-right: 40px;}
.services li i { position: absolute; top: 5px; left:0; width:37px; height: 37px;}
.services li h3 { font-size: 14px; color: #5e5b5d; font-weight: 700; text-transform: uppercase; margin: 0; padding: 0;}
.services .btn-default { margin-top: 30px;}
.services {margin-bottom: 5px;}
.title {display: inline-block;padding-bottom: 0; position:relative;    font-size: 24px;    font-weight: 700;    color: #5e5b5d;    position: relative;    margin-bottom: 30px;}
.title:after {position: absolute;bottom: -3px;left: 0;background: #5e5b5d;height: 3px;width: 100%;content: "";display: block;}
.calc-items h3 {color: #5e5b5d;font-size: 14px;font-weight: 700;margin: 18px 0 13px;padding: 0;text-transform: uppercase;text-align: center;}
.required-info .qtyform {display: inline-block;}
.required-info .qtyform input{margin:0 !important;}
.required-info {text-align: center;}
.storage-calculator-wrapper .col-md-4 {padding-left: 25px;padding-right: 25px;    margin-bottom: 30px; width: 33.33333333%;}
.storage-calculator-wrapper .row {margin-left: -25px;margin-right: -25px;margin-bottom: 25px;}
.storage-calculator-wrapper p {padding-bottom: 28px;}
.calc-items img {width: 100%;}

ul.resp-tabs-list,p{margin:0px;padding:0px;}
.resp-tabs-list li{font-weight:700;font-size:24px;display:inline-block;padding:0px 15px 0px 20px;margin:0 4px 0 0;list-style:none;cursor:pointer;float:left;color:#5e5b5d;word-wrap:break-word;line-height:26px;}
.resp-tabs-container{padding:0px;clear:left;}
.resp-vtabs .resp-tabs-list li span{display:table-cell;height:80px;vertical-align:middle;}
h2.resp-accordion{cursor:pointer;padding:5px;display:none;}
.resp-tab-content{display:none;padding:11px 15px 15px  15px;}
.resp-tab-active{border-bottom:none;margin-bottom:-1px;padding:12px 14px 14px 14px;border-bottom:0px #fff solid;}
.resp-tab-active{border-bottom:none;background-color:#fff;}
.resp-content-active,.resp-accordion-active{display:block;}
.resp-tab-content{border:1px solid #c1c1c1;border-top-color:#5AB1D0;}
h2.resp-accordion{font-size:13px;border:1px solid #c1c1c1;border-top:0px solid #c1c1c1;margin:0px;padding:9px 10px;}
h2.resp-tab-active{border-bottom:0px solid #c1c1c1;margin-bottom:0px;padding:10px 15px;}
h2.resp-tab-title:last-child{border-bottom:12px solid #c1c1c1;background:blue;}
.resp-tab-item:last-child {letter-spacing: -0.4px;}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list{float:left;width:20%;margin-right:33px;}
.resp-vtabs .resp-tabs-list li{display:block;padding:0 15px 0 20px;margin:0 0 10px;cursor:pointer;float:none;min-height:80px;border-radius:10px;width:214px;}
.resp-vtabs .resp-tabs-container{padding:0px;float:left;width:76%;clear:none;}
.resp-vtabs .resp-tab-content{border:none;word-wrap:break-word;}
.resp-vtabs li.resp-tab-active{position:relative;z-index:1;margin-right:-1px;padding:0px 15px 0px 20px;margin-bottom:10px;color:#fff;}
.resp-vtabs li.resp-tab-active:after{width:0;height:0;border-top:16px solid transparent;border-bottom:16px solid transparent;border-left:16px solid #0076be;content:"";position:absolute;right:-14px;top:32%;}
.resp-arrow{width:0;height:0;float:right;margin-top:-4px;background:url(https://cdn2.hubspot.net/hubfs/2996985/SES%20Images/up-arrow.svg) no-repeat;width:30px;height:30px;}
h2.resp-tab-active span.resp-arrow{border:none;// border-left:6px solid transparent;// border-right:6px solid transparent;// border-bottom:12px solid #9B9797;float:right;background:url(https://cdn2.hubspot.net/hubfs/2996985/SES%20Images/down-arrow.svg) no-repeat;width:30px;height:30px;}

/*-----------Accordion styles-----------*/
h2.resp-tab-active{background:#DBDBDB;/* ;*/}
.resp-easy-accordion h2.resp-accordion{display:block;}
.resp-easy-accordion .resp-tab-content{border:1px solid #c1c1c1;}
.resp-easy-accordion .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1;/* ;*/}
.resp-jfit{width:100%;margin:0px;}
.resp-tab-content-active{display:block;}
h2.resp-accordion:first-child{border-top:0px solid #c1c1c1;/* ;*/}

.services-outer-block .how-it-works {background: #f5f5f5;padding-top: 50px;}
.how-it-works {padding-bottom: 51px;}
.stop-solution {padding: 0 100px 0 0;}
.how-it-works h2 {margin-top: 0;}
.service-calculator-section p, .stop-solution p {font-size: 12px;font-weight: 500;margin: 0;padding: 0 0 19px;line-height: 18px;}
.storage-requirement {background: #bcbec0;text-align: center;font-size: 24px;font-weight: 700;color: #5e5b5d;display: inline-block;border-radius: 6px;padding: 39px 56px 26px;margin: 0 0 0 86px;}
.storage-requirement p {color: #5e5b5d;font-size: 14px;font-weight: 700;margin: 0;padding: 0 0 4px;text-transform: uppercase;}
.storage-requirement sub {top: -5px;font-size: 14px;bottom: -0.25em;}
h6.priceVary {
    font-size: 17px;
    padding-bottom:20px;
    line-height:25px;
}

.how-it-works .row {
    margin-left: -4px;
    margin-right: -4px;
}

.how-it-works .col-sm-7 {
    width: 58.33333333%;
    padding-left: 4px;
    padding-right: 4px;
    float:left;
}
.how-it-works .col-sm-5 {
    width: 41.66666667%;
    padding-left: 4px;
    padding-right: 4px;
    float:left;
}

.how-it-works .col-sm-11 {
    width: 91.66666667%;
    padding-left: 4px;
    padding-right: 4px;
    float:left;
}



/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width:767px){
	ul.resp-tabs-list{display:none;}
	h2.resp-accordion{display:block;}
	.resp-vtabs .resp-tab-content{border:0px solid #C1C1C1;}
	.resp-vtabs .resp-tabs-container{border:none;float:none;width:100%;min-height:100px;clear:none;}
	.resp-accordion-closed{display:none;}
	.resp-vtabs .resp-tab-content:last-child{border-bottom:0px solid #c1c1c1;}
}

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

@media (max-width: 1200px) {
    .container-fluid .row-fluid .page-center{
        max-width:948px;
    }
    .custom-logo a {
        width: 145px;
        height: 55px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 3px 7px 3px 5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-left: -3px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 13px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        padding-top: 2px;
    }
    .extended-link a {
        width: 125px;
        font-size: 12px;
        margin: 0 12px 0 0;
    }
    .extended-link a.storage-calculator {
        padding: 3px 0 0 0;
        line-height: 15px;
    }
    .extended-link a:last-child {
        font-size: 18px;
        display: block !important;
        width: auto;
        float: left;
        left: 11px !important;
    }
    .call-us i {
        float: left;
        height: 19px;
        margin: 0 1px 0 0;
        width: 16px;
    }
    .header-form {
        left: 63px;
    }
    .header-container-wrapper {
        min-height: 122px;
    }
    .custom-header {
        padding-bottom:27px !important;
    }
    
    .social-icon a {
        margin-bottom: 1px;
    }
    .social-icon {
        padding-top: 25px;
    }
    .blog-form.custom-footer-form {
        width: 64%;
    }
    
    .resp-vtabs ul.resp-tabs-list { width:26%;}
	.resp-vtabs .resp-tabs-container { width:69%;}
	.services li { width:43%; padding: 3px 0 0 48px;}
	.calc-items h3 {min-height: 33px;}
	
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    .scroll-body .custom-logo a{
        height: 45px;
        width: 140px;
        margin-bottom: 5px;
    }
    .scroll-body .custom-menu-primary .hs-menu-wrapper > ul {
        padding-top: 16px;
    }
    .scroll-body .contact-group {
        margin-top: 9px !important;
        margin-left: -5px !important;
    }
}

@media (max-width: 992px) {
    .container-fluid .row-fluid .page-center , .container{
        max-width:728px;
    }
    .custom-menu-primary {
        width: 100% !important;
        float: right !important;
    }
    .contact-group {
        width: 72% !important;
        float: right !important;
    }
    .extended-link {
        float: right !important;
    }
    .blog .custom-header {
        padding: 14px 17px 21px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        float: right !important;
        padding-top: 0;
    }
    .custom-header {
        padding: 14px 17px 18px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        padding-top: 3px;
    }
    .header-container-wrapper {
        min-height: 109px;
    }
    .custom-logo a {
        margin-top: 11px;
    }
    .extended-link a:last-child {
        margin-left: 12px;
        margin-right: -6px;
    }
    .map-img {
        margin-left: -6px;
    }
    .map-img-outer {
        max-width: 90%;
    }
    .map-img-outer img {
        max-width: 97%;
    }
    .map-section::after {
        left: 52%;
    }
    .header-form {
        left: 83px;
    }
    .custom-service {
        width: 33.33333333% !important;
    }
    .footer-form-group {
        width: 75% !important;
    }
    .footer-logo-group {
        width: 25% !important;
    }
    .footer-logo a {
        width: 170px;
        height: 60px;
    }
    .social-icon {
        padding-top: 0;
    }
    #hs_cos_wrapper_blog_social_sharing {
        display: block;
    }
    .blog-form.custom-footer-form {
        width: 100% !important;
        margin-top: -54px;
    }
    .fullimage , .custom-banner{
        overflow: hidden;
        position: relative;
        min-height: 180px;
    }
    .fullimage img {
        margin-top: 0px;
        min-height: 180px !important;
        width: auto !important;
        position: absolute;
        min-width: 390px;
        object-fit: cover;
    }
    .custom-banner img {
        margin-top: 0px;
        min-height: 180px !important;
        width: auto !important;
        position: absolute;
        min-width: 390px;
        object-fit: cover;
    }
    .custom-footer-form .hs-form-field{
        width: 45.75% !important;
    }
    .custom-footer-form fieldset.form-columns-2 {
        width: calc(61.1% + 30px) !important;
    }
    
    .footer-logo a img{width:100% !important;}
    
    .storage-requirement {padding: 39px 20px 26px;margin-left: 50px;}
    .stop-solution {padding-right: 30px;}
	.resp-vtabs .resp-tabs-list li { width: 180px;}
	.services li { margin-right: 20px;}
	
	.storage-calculator-wrapper .col-md-4{width:50%;}
	.resp-tabs-list li {font-size: 20px;}
    
    
}
@media screen and (max-width: 992px) and (min-width: 768px){
    .scroll-body .custom-menu-primary .hs-menu-wrapper > ul {
        padding: 0;
    }
    .scroll-body .custom-header {
        padding-top: 12px !important;
    }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .custom-header {
        padding: 0 !important;
    }
    .custom-logo {
        width: 50% !important;
        padding: 0 15px;
        position: relative;
        z-index: 999999;
    }
    .scroll-body .custom-logo a, .custom-logo a {
        height: 38px;
        width: 105px;
        margin-top: 10px;
    }
    .custom-nav {
        width: 100% !important;
        padding:0px;
        float: right !important;
        position: absolute;
        right: 0;
        top: 0;
    }
    .blog.hs-blog-post .body-container .page-center.content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .popup-form {
        width: 100% !important;
        display: block;
    }
    .social-share .popup-form a {
        display: block;
    }
    .form-on .popup-form{
        display:none !important;
    }
    .blog-form.custom-footer-form {
        position: static !important;
        margin: 0 !important;
    }
    span.hidden-xs {
        display: none !important;
    }
    .visible-xs, .visible-sm, .visible-md, .visible-lg {
        display: block !important;
    }
    a.call-us.hidden-xs {
        display: none !important;
    }
    .extended-link a {
        width: auto !important;
        background: transparent;
        display: inline;
    }
    .extended-link a img {
        vertical-align: middle;
    }
    .nav-icon.mobile-trigger {
        display: block !important;
        margin-top: 14px;
    }
    .calculator-icon {
        margin: 10px 8px 0 0;
    }
    .extended-link a.storage-calculator {
        margin: 0 !important;
        padding: 0;
    }
    .contact-group {
        width: 100% !important;
        position: absolute;
        margin: 3px 0 0  !important;
        right: 11px !important;
    }
    .extended-link a:hover {
        background: transparent;
    }
    .header-container-wrapper {
        min-height: 60px;
    }
    .body-container-wrapper .page-center {
        padding: 0 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul.mobile-search{
        display:none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        float: none !important;
        margin: 0 !important;
    }
    .map-search {
        width: auto;
        text-align: left;
        padding-bottom: 21px;
    }
    .blog .body-container .page-center.content-wrapper {
        padding: 30px 0 25px;
    }
    .map-search h2.title {
        margin-top: 13px;
        margin-bottom: 22px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        color: #5e5b5d;
        position: relative;
        display: inline-block !important;
        width: inherit;
    }
    .map-search h2.title:after {
        left: 0;
        background: #5e5b5d;
        height: 3px;
        width: 100%;
        content: "";
        display: block;
        bottom: -7px !important;
        top: auto !important;
        position: absolute;
    }
    .map-search .form-group {
        margin-bottom: 13px;
    }
    .map-search .form-group input[type="text"] {
        margin-bottom: 13px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul .extended a {
        background: none;
        height: auto;
        font-size: 10px;
        font-weight: 300;
        text-decoration: underline;
        color: #5e5b5d;
        display: inline;
        text-transform: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul .extended {
        margin-top: 21px;
    }
    .header-form {
        position: fixed;
        top: 60px;
        right: 0 !important;
        z-index: 9999;
        overflow-y: auto;
        min-height: 100%;
        margin: 0;
        padding: 0 0 0 18px;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateX(105%);
        -ms-transform: translateX(105%);
        transform: translateX(105%);
        -webkit-overflow-scrolling: touch;
        padding-top: 15px;
        width: 260px !important;
        height: 100vh !important;
        left: auto !important;
        padding-right: 32px !important;
        box-shadow: -2px 7px 8px 4px #888888;
    }
    .header-form:before {
        display: none;
    }
    .custom-header {
        box-shadow: 0 0 10px 0 #ccc;
        min-height: 60px !important;
    }
    .form-open .header-form {
        display: block !important;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
   .extended1{
       padding-left:20px;
   }
   a.mob-close-icon {
        margin-top: 67px;
        display: block;
        cursor: pointer;
    }
    .mob-close-icon i {
        border-radius: 20px;
        float: left;
        height: 30px;
        width: 30px;
    }
    .mob-close-icon  span {
        color: #0089c8;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        padding: 5px 0 0 9px;
        text-transform: uppercase;
        display: inline-block;
    }
    .footer-form-group {
        width: 100% !important;
        padding: 0;
    }
    .footer-logo-group {
        width: 100% !important;
    }
    .custom-footer .page-center {
        padding: 0 15px;
    }
    .footer-logo p {
        display: none !important;
    }
    .custom-contact, .custom-service, .custom-about {
        width: 100% !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
    }
    
    .social-icon a {
        height: 32px;
        margin: 0 9px 0 0;
        width: 31px;
    }
    
    .custom-footer {
        padding: 18px 0 17px;
    }
    
    .mobile-icons {
    }
    
    .social-icon.hidden-xs {
        display: none !important;
    }
    
    .footer-logo {
        display: none !important;
    }
    .social-icon {
        float: left !important;
        padding-top: 25px;
    }
    .mobile-icons a.logo {
        height: 50px;
        width: 140px;
        display: inline-block;
    }
    .mobile-icons {
        text-align: right;
        padding: 2px 0 0;
    }
    .footer-form-group ul li a {
        font-size: 13px;
    }
    .footer-form-group h3 {
        font-size: 15px;
        padding-bottom: 3px;
    }
    .footer-form-group ul li {
        padding: 0 0 0 11px;
    }
    .footer-form-group ul li:after {
        height: 4px;
        width: 4px;
    }
    .footer-form-group p {
        font-size: 13px;
    }
    .special-offer-block {
        display: block;
        text-align: center;
    }
    .special-offer-block span {
        display: block;
        float: none !important;
        text-align: center;
        width: 100%;
        font-size: 15px;
        line-height: 17px;
    }
    .special-offer-block .btn.btn-default.sign-btn {
        float: none;
        margin-top: 5px;
    }
    .custom-footer-form fieldset.form-columns-2 {
        width: 100% !important;
        float: none !important;
    }
    .custom-footer-form .hs-form-field {
        width: 100% !important;
        margin: 0 !important;
    }
    .custom-footer-form form {
        width: 100% !important;
        max-width: 100% !important;
    }
    .custom-footer-form {
        width: 100% !important;
        position: relative !important;
        padding-bottom: 27px !important;
    }
    .on .footer-form-title {
        display: none !important;
    }
    .custom-footer-form .hs-form-field input {
        margin-bottom: 10px;
    }
    .custom-footer-form .hs_submit {
        float: none !important;
        margin: 10px auto !important;
    }
    .landing-page.one-column .body-container form,
    .error-template.one-column .body-container form,
    .password-template.one-column .body-container form,
    .subscription-template.one-column .body-container form, .new-comments{
       width: 100%;
    }
    .blog-listing-wrapper .post-listing .post-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-pagination {
        padding: 0 15px;
    }
    .blog .blog-sidebar {
        padding: 30px 15px 0;
    }
    .default-blog .blog-sidebar{
        padding-left: 0;
        padding-right: 0;
    }
    .hs-featured-image-wrapper {
        width: 100% !important;
        padding: 0;
        margin-bottom: 15px;
    }
    .post-item .post-content {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .post-header h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .default-blog .hs-featured-image-wrapper {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 20px 0;
    }
    
    .stop-solution { padding-right: 0;}
    .how-it-works{padding-bottom: 30px;}
	.services-block {padding: 15px 15px 5px 15px;}
	.services-section {padding: 20px 0;}
	h2.resp-accordion {  color: #716e70; font-size: 18px; border-radius: 5px; border: 0; margin-bottom: 10px;  text-transform: none; font-weight:700;}
	h2,h2.resp-accordion span,.title { font-size: 18px;}
	.resp-vtabs .resp-tabs-container { width:100%;}
	h2.resp-tab-active {padding: 9px 10px !important; color: #fff !important}
	.services li h3 { font-size: 15px;}
	.resp-tab-content {padding: 0;}
	.resp-tab-content h2 { margin-bottom: 25px;}
	.how-it-works .col-sm-7,.how-it-works .col-sm-5,.how-it-works .col-sm-11{width:100%;}
	.services-outer-block .how-it-works {padding-top: 30px;}
	.service-calculator-section p, .stop-solution p {font-size: 13px;}
	.storage-requirement {margin-left: 0;width: 100%;font-size: 18px;padding: 42px 20px 33px;margin-top: 5px;}
	.storage-requirement p {font-size: 15px;padding-bottom: 0;}
	.storage-requirement sub {font-size: 10px;}
	h6.priceVary{font-size:14px; line-height:18px;}
	.how-it-works {padding: 30px 15px;}
	.service-section {padding: 20px 15px;}
	.storage-calculator-wrapper p.hidden-xs{display:none;}
	.required-info{text-align: left}
	.required-info .qtyform{width:auto; padding:0 40px;}
	.ios-device .required-info .qtyform input.qtyplus{right: 0px;}
	.required-info .qtyform input.qtyminus{left:0; top:5px;}
	.required-info .qtyform input.qtyplus{right:0; top:5px;}
	.calc-items-img {float: left;background: #fff;width: 82px;height: 85px;margin-right: 10px;display: table;}
	.calc-items-img em {vertical-align: middle;display: table-cell;}
	
	.storage-calculator-wrapper .col-md-4{width:100%;}
	.calc-items h3 {text-align: left;font-size: 15px;line-height: 15px;padding-right: 6px; margin-top:0;}
	.storage-calculator-wrapper .row {margin-bottom: 8px;}
	h2.resp-accordion br{display:none;}
	
	
}  


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

@media (max-width: 479px) {
    .calculator-icon {
        width: 39px;
        height: 27px;
        margin: 15px 8px 0 0;
    }
    .mobile-icons a.logo {
        margin-bottom: 3px !important;
    }
    .social-icon {
        padding-bottom: 0;
        padding-top: 0px;
    }
}

/* ================ calc popup ================================= */
.quick-form h5 { font-size: 14px; color: #5e5b5d; font-weight: 700; padding: 0; margin: 0;}
.quick-form p { font-size: 12px; color: #5e5b5d; font-weight: 500; padding: 3px 0 15px 0; margin: 0;}
.quick-form { display:none; background: #fff; width:225px;; -moz-box-shadow: 0 2px 5px 1px #888888; -webkit-box-shadow: 0 2px 5px 1px #888888;	box-shadow: 0 2px 5px 1px #888888; position: absolute; padding:23px 20px 17px; top: 63px; left: -44px; }
.quick-form .extended { font-size: 10px; font-weight:300;color: #5e5b5d; text-align: center;margin-top: 15px; display: inline-block; width: 100%; text-align: center}
.quick-form .extended a { background: none; height:auto; font-size: 10px; font-weight:300; text-decoration: underline; color: #5e5b5d;}
.quick-form .extended a:hover {text-decoration: none}
.quick-form:after {height: 54px; left: 39%;	top: -32px;	width: 54px;  content:""; position: absolute;  background:url(https://cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./top-arrow%5B1%5D.png) no-repeat;}
.quick-form:before {height: 5px; left: 0; top: -1px; width: 100%;  content:""; position: absolute;  z-index: 9;}
.qtyform {position: relative; padding:0 68px; text-align: center}
.qty {width: 50px;height: 40px;	text-align: center; border: 1px solid #bcbec0; border-radius: 7px; font-size: 24px !important; color:#5e5b5d; font-weight: 300; margin: 0px 7px; position:relative; top:2px;}
.qty {width: 50px !important;height: 40px !important;	text-align: center; border: 1px solid #bcbec0; border-radius: 7px; font-size: 24px !important; color:#5e5b5d; font-weight: 300; margin: 0 auto;padding: 4px 0 0; line-height: 32px; position:static;}
.qtyform input.qtyplus { border-radius: 0; width:20px; height:20px; background:url(https://cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./plus-icon%5B1%5D.svg) no-repeat; border:0; box-shadow: none;cursor:pointer; position: absolute; top:12px;right:37px; padding: 0;}
.qtyform input.qtyminus { border-radius: 0; width:20px; height:20px; background:url(https://cdn2.hubspot.net/hubfs/2996985/Super_Cheap_Storage_May2017./minus-icon%5B1%5D.svg) no-repeat; border:0; box-shadow: none; cursor:pointer; position: absolute; top:12px; left:37px; padding: 0;}
.require-estimated { background: #dedfdf; border-radius: 10px; padding:3px 10px; font-size: 12px; color: #5e5b5d; font-weight: bold; text-align: center; line-height: 21px; margin: 15px 0 0 }
.mods em {color: #5e5b5d; font-size: 24px; font-weight: 700; font-style: normal; text-decoration: underline;} 
.require-estimated sub { top: -0.25em; font-size: 7px;}
.mods-text { font-weight: 300; display: inline-block;}
.mods-text i {font-style: normal;}
.require-estimated sub{font-size: 9px;}

@media (max-width: 1200px){
    .quick-form{ left: -52px;}
    .ios-device .qtyform input.qtyplus{right: 28px;}
}

@media (max-width: 991px){
    .quick-form {
        left: -28px;
    }
}

@media (max-width: 767px){
    .quick-form { display:inline; box-shadow: -2px 7px 8px 4px #888888;}
    .quick-form h5 { font-size: 15px;}
    .quick-form p { font-size: 13px; line-height: 18px;}
    .quick-form .extended { text-align: left;}
    .qtyform input.qtyminus { height: 30px;width: 30px; left:26px; top:5px;}
    .qtyform input.qtyplus{ height: 30px;width: 30px; right:26px; top:5px;}
    .qtyform{max-width: 100%; display:inline-block;}
    .require-estimated { width:190px;}
    .require-estimated { font-size: 13px; margin-top: 20px;}
    .mods-text { font-weight: 500;}
    .require-estimated sub {font-size: 8px;	top: -5px;	}
    .nav-container {position: fixed;top: 60px; right: 0;z-index: 9999;overflow-y: auto;visibility: hidden;width: 100%;height: 100%;min-height: 100%;margin: 0;padding: 0 0 0 18px;-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);-webkit-overflow-scrolling: touch;  padding-top:15px;width: 260px; left: inherit;}
    .is-visible {visibility: visible !important;-webkit-transform: translateX(0) !important;-ms-transform: translateX(0) !important;transform: translateX(0) !important;}
    
}

@media (max-width: 650px) {
    .blog-post-wrapper .post-body img {
        width: 100%!important;
    }
}

.quick-form {z-index: 11;}




















