/* ==========================================================================
   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=Roboto%3A100%2C200%2C300%2C500&ver=4.6.1');

@import url('//2504068.fs1.hubspotusercontent-na1.net/hubfs/2504068/Tablet_Command_July2018/Css/icomoon.css');

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

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

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

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

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

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

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

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

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

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

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

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

/* System Template Forms 
#email-prefs-form .email-edit
    width: 100% !important;
    max-width: 507px !important;
*/
#email-prefs-form .email-edit {
    width: auto; /* or adjust this to fit your layout */
    max-width: 100%; /* Allow for better responsiveness */
}

}
.hs-form fieldset.form-columns-2 .hs-form-field.full-width {
    grid-column: span 2; /* Ensure it spans both columns */
    width: calc(100% - 20px); /* Adjust width for padding/margin */
}

.hs-form fieldset.form-columns-2 .hs-form-field.full-width input,
.hs-form fieldset.form-columns-2 .hs-form-field.full-width textarea {
    width: 100%; /* Ensure child elements stretch fully */
}


#hs-pwd-widget-password {
    height: auto !important;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #646464;
  font-family: "Roboto",Arial, Sans-Serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
}

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

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

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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 70px;
  font-weight: 100;
  margin: 58px 0 0 0;
}
h2 {
  font-size: 55px;
  font-weight: 300;
  margin: 36px 0 0 0;
}
h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
}
h4 {
  font-size: 21px;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase;
}
h5 {
  font-size: 0.8296277777777778em;
  font-weight:700;
}
h6 {
  font-size:12px;
  font-weight:700;
}

/* Anchor Links */
a { 
  color: #9e3135;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #9e3135;
  text-decoration: underline;
}

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


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


   2. COS STRUCTURE                                            


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





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


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

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




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


.header-container-wrapper {}
.custom_header {
  padding: 30px 50px 30px 25px;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 3px solid #efefef;
  position: fixed;
  transition: all 0.5s ease;
}
.custom_header .row-fluid:after,
.custom_header .row-fluid:before {
  display: none;
}
.custom_header .row-fluid {
  display: table;
  width: 100%;
}
.custom_header .row-fluid #custom_col.logo-col,
.custom_header .row-fluid #custom_col.menu-col {
  width: auto;
  margin-left: 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.custom_header .row-fluid #custom_col.menu-col {
  float: none;
  font-size: 20px;
  line-height: normal;
  /* width: 100%; */
  width: auto;
  text-align: right;
}
.custom_header .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item {
  width: auto;
  margin-left: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 61px;
  font-size: 20px;
  line-height: normal;
  text-align: left;
}

/* Logo styling */
.custom_header .row-fluid .logo-desktop {
  display: block;
}
.custom_header .row-fluid .logo-mobile {
  display: none;
}
.custom_header .hs_cos_wrapper_type_logo {
  display: block;
  padding: 0 10px;
  height: 60px;
  margin-top: -2px;
  transition: all 0.5s ease;
}
.custom_header .hs_cos_wrapper_type_logo a {}
.custom_header .hs_cos_wrapper_type_logo a img {
  width: auto !important;
  height: 100%;
  transition: all 0.5s ease;
}

.footer-container .hs_cos_wrapper_type_logo {
  font-size: 17px;
  margin: 50px auto auto;
  max-width: 188px;
  text-align: left;
  width: 80%;
  display: block;
}
.footer-container .hs_cos_wrapper_type_logo a {}
.footer-container .hs_cos_wrapper_type_logo a img {
  vertical-align: baseline;
}




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


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


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

/* Homepage */

/* Contact Us */

/* About Us */


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

/* Callouts */

/* Social Media Custom Icons */

.footer-container #SocialIcons {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
.footer-container #SocialIcons:before {
  background-color: rgba(204, 204, 204, 0.23);
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
.footer-container #SocialIcons a {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 35px;
  margin-right: 12px;
  opacity: 0.4;
  transform: rotateY(0deg);
  transition: all 0.5s ease;
}
.footer-container #SocialIcons a:hover {
  opacity: 1;
  transform: rotateY(30deg);
}

.body-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  background-color: #fff;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
  color: #555555;
  white-space: normal !important;
  text-decoration: none;
  padding: 10px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
  color: #555555;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
  background-color: #fff;
  min-width: 200px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
  color: #555555;
  white-space: normal !important;
  text-decoration: none;
  padding: 10px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {
  color: #555555;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul li a {
  padding-left: 20px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul li a {
  padding-left: 30px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul li a {
  padding-left: 40px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul li a {
  padding-left: 50px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul ul li a {
  padding-left: 60px;
}

@media (min-width: 768px) {
  .body-container .sidebar.right .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
    right: 100%;
    left: auto;
  }
}
@media (max-width: 767px) {
  .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
    border: 0;
    background-color: transparent;
    min-width: 0;
    border-radius: 0;
  }
  .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul li a {
    padding-left: 20px;
  }
  .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul li a {
    padding-left: 30px;
  }
  .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul li a {
    padding-left: 40px;
  }
  .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul li a {
    padding-left: 50px;
  }
  .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul ul li a {
    padding-left: 60px;
  }
}


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


.footer-container-wrapper {
  margin-top: 150px;
}
.footer-container {
  min-height: 475px;
  background-color: #222223;
  padding: 50px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.footer-container .row-fluid .page-center {
  max-width: 1400px;
  width: 100%;
  position: relative;
}
.footer-container h3:first-child {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 1.33em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer-container a {
  color: rgba(255, 255, 255, 0.34);
  font-size: 15px;
  text-decoration: none;
}
.footer-container a:hover {
  color: #fff;
}
.footer-container .custom_footer {
  position: static;
}
.footer-container .row-fluid #custom_col {
  width: 19%;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: left;
}
.footer-container .row-fluid #custom_col.five {
  background: none repeat scroll 0 0 #191919;
  height: 571px;
  margin-bottom: -150px;
  margin-top: -46px;
  padding-top: 96px;
  position: relative;
  text-align: center;
  top: 0;
}


/* Footer - Copyright */
.footer-container .custom_copyright {
  text-align: left;
  bottom: -36px;
  color: #797979;
  font-size: 14px;
  line-height: normal;
  left: 10px;
  position: absolute;
  width: auto;
}
.footer-container .custom_copyright p {
  margin: 0;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    position: relative;
    z-index: 9;
}

/* Footer - Vertical Menu */
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical {
  margin: 1em 0;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
  display: inline;
  white-space: normal !important;
  word-wrap: break-word;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
  color: #ffffff;
}

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


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

.custom-menu-primary .hs-menu-wrapper > ul{ 
	display: block;
	font-size: 20px;
	line-height: normal;
	font-weight: 300;
  margin: 21px 0 22px !IMPORTANT;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
	color: #555555;
	padding: 0 10px;
	text-decoration: none;
  transition: all 0.3s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
	color: #555555;
}

/* 2nd Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
	background-color: #fff;
	width: 230px;
	padding: 20px 40px 18px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.58);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
	color: #555555;
	position: relative;
	font-size: 18px;
	font-weight: 300;
    margin-bottom: 16px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
	color: #555555;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child > a {
	margin: 0;
}

/* 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: 821px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-top: -1px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: baseline;
    padding: 0 10px;
    float: none !important;
  }
  .custom-menu-primary.secondary .hs-menu-wrapper > ul > li:last-child {
    margin-right: 0;
  }
  .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child {
    padding: 5px 10px;
    background-color: #9e3135;
    border-radius: 50px;
  }
  .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child > a {
    color: #fff;
    border: 0;
  }
  .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child > a:hover {
    border: 0;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:hover{
    border-bottom: 2px solid #666666;
    margin-bottom: -2px;
  }
  .custom_header.hs-home-header .custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:hover{
    border-bottom: 2px solid #fff;
  }
  .custom_header.hs-home-header .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child {
    background: transparent;
    border: 1px solid white;
    padding: 3px 10px;
  }

  .custom_header.hs-home-header .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child > a {
    color: #fff;
    border: 0;
  }

  .custom_header.hs-home-header .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child:hover {
    background: white;
  }

  .custom_header.hs-home-header .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child:hover > a {
    color: black;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    padding: 0;
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    content: "\E688";
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
  }

  /* Last menu item fly fix */
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child.hs-item-has-children ul.hs-menu-children-wrapper{
    left: auto;
    right: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child.hs-item-has-children > ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
    right: 100%;
    left: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    margin-top: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper:before {
    content: "";
    width: 100%;
    height: 29px;
    left: 0;
    right: 0;
    top: -29px;
    position: absolute;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper:after {
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    content: "";
    height: 20px;
    position: absolute;
    left: 20px;
    top: -11px;
    width: 20px;
    transform: rotate(45deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:last-child > ul.hs-menu-children-wrapper:after {
    left: auto;
    right: 20px;
  }

}

.row-fluid .custom_menu-mobile-wrap {
	margin-left: 0;
	display: none;
}


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

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

@media (max-width: 820px){

  .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;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #555;
    border-radius: 0;
    box-shadow: none;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    font-size: 38px;
    float: right;
    position: absolute;
    right:2px;
    top: -3px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

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

  .custom_menu-mobile-wrap .mobile-trigger {
    top: 92vh;
    right: 0;
    bottom: 0;
    font-size: 80px;
    color: #fff;
    position: fixed;
  }
  .custom_menu-mobile-wrap .mobile-trigger i {
    display: block;
    margin: 0;
  }
  .custom_menu-mobile-wrap .mobile-trigger i:before {
    content: "\E680";
  }


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

  .mobile-trigger i {
    display: block;
    font-family: "Pe-icon-7-stroke";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 1px;
    -webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
  }
  .mobile-trigger i:before {
    content: "\E636";
  }


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

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

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


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 50px 50px 34px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary.secondary .hs-menu-wrapper {
    background-color: transparent;
    padding-top: 21px;
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    color: #555; /* link color set by global mobile-aColor variable */
    position: relative;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 7px;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #555; /* link hover color set by global mobile-aColorHover variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child > a {
    margin-bottom: 0;
  }

  .custom-menu-primary.secondary .hs-menu-wrapper > ul li a {
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 100%;
    border: 0;
    padding: 7px 0 7px 20px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    transition: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #555; /* link color set by global mobile-aColor variable */
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #555; /* link hover color set by global mobile-aColorHover variable */
  }


  .custom-menu-primary.secondary .hs-menu-wrapper > ul ul li a {
    color: #fff;
  }

  
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a {
    padding-right: 70px;
  }

  .custom_header .row-fluid .widget-span {
    min-height: 0;
  }
  .row-fluid .custom_menu-mobile-wrap {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    padding: 0;
    display: block;
    background-color: rgba(158, 49, 53, 0.97);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  body.mobile-open .row-fluid .custom_menu-mobile-wrap {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .row-fluid .custom_menu-mobile-wrap .custom-menu-primary .hs-menu-wrapper {
    display: block;
  }
}


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

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


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

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {
  padding-top: 29px;
  padding-bottom: 29px;
}
.blog.hs-blog-post .content-wrapper {
  padding-top: 9px;
  padding-bottom: 9px;
}

/* 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 Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h1 {
  margin: 0;
}
.post-header h2 {
  border-bottom: 1px solid #e0e0e0;
  font-family: "Roboto",sans-serif;
  font-size: 37px;
  font-weight: 100;
  margin: 0;
}
.post-header h2 a {
  color: #333333;
  text-decoration: none;
}
.post-header h3.author {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-bottom: 4px;
  font-weight: 200;
  text-transform: uppercase;
}
.post-header h3.author a {
  color: inherit;
  text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.blog-post-wrapper #hubspot-author_data {
  color: #646464;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 200;
  margin: 1em 0;
}
#hubspot-author_data a {
  color: #333333;
  text-decoration: none;
}
#hubspot-author_data a:hover {
  text-decoration: underline;
}
.blog-post-wrapper #hubspot-author_data a:hover {
  text-decoration: none;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  max-width: 45px;
  border-radius: 100%;
}
#hubspot-author_data .hs-author-social {
  display: table;
  width: 100%;
  margin-top: 15px;
}
#hubspot-author_data .hs-author-social .hs-author-avatar,
#hubspot-author_data .hs-author-social .hs-author-avatar + div {
  display: table-cell;
  vertical-align: middle;
}
#hubspot-author_data .hs-author-social .hs-author-avatar + div {
  width: 100%;
  padding-left: 15px;
}

#hubspot-author_data > span + span:before {
  content: "|\00a0";
}

#hubspot-author_data .social {
  float: right;
}
#hubspot-author_data .social .hs-blog-social-share {
  border: 0;
  padding: 0;
  margin: 0;
}
#hubspot-author_data .social .hs-blog-social-share ul li {
  height: 20px !important;
  margin-bottom: 5px;
}
#hubspot-author_data .social .hs-blog-social-share ul li:last-child {
  margin-right: 0;
}
#hubspot-author_data .social .hs-blog-social-share ul li:last-child > div#___plusone_0 {
  width: 58px !important;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.blog-listing-wrapper .post-listing .post-item {
  margin: 0 0 40px 0;
  padding: 0 0 1.5em 0;
  border-bottom: 0;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

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

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

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

.custom_listing_comments {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ccc;
}
#comments-listing {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}
#comments-listing:empty,
#comments-listing.no-comments {
  display: none;
}
#comments-listing .comment {
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid #7c7c7c;
  padding: 15px;
}
#comments-listing .comment .comment-date {
  padding: 4px 0;
  font-size: 0.9em;
  font-style: italic;
  color: #7c7c7c;
}
#comments-listing .comment .comment-from {
  padding: 4px 0;
  font-style: italic;
  color: #7c7c7c;
}
#comments-listing .comment .comment-from h4 {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  color: #7c7c7c;
}
#comments-listing .comment .comment-body { 
  padding: 0;
}
#comments-listing .replying {
  padding: 10px;
}
#comments-listing .replying form.hs-form {
  padding-left: 0;
  padding-right: 0;
}

/* Pagination */
.blog-pagination {
  padding: 20px 0;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
}
.blog-pagination a {
  color: #333;
  text-decoration: none;
}
.blog-pagination a:hover {
  text-decoration: underline;
}
.blog-pagination a {
  margin-bottom: 10px;
}
.blog-sidebar h3{
	margin-bottom: 20px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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

.hs-author-profile {
  margin: 0 0 20px 0;
}
.hs-author-profile h2.hs-author-name {
  margin: 0 0 20px 0;
}
.hs-author-profile .hs-author-bio {
  margin: 0 0 20px 0;
}
.hs-author-profile .hs-author-avatar {
  padding: 20px 0;
  text-align: center;
}
.hs-author-profile .hs-author-avatar img {
  max-width: 75px;
  width: 100%;
  border-radius: 100%;
}
h3.hs-author-listing-header {
  margin: 0 0 20px 0;
}

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

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
  border-bottom: 1px solid #e0e0e0;
  font-family: "Roboto",sans-serif;
  font-size: 37px;
  font-weight: 100;
  margin: 0 0 20px 0;
}
h2.post-listing-simple a {
  color: #333333;
  text-decoration: none;
}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}
.blog .blog-sidebar .widget-span:not(.widget-type-cell):not(.widget-type-global_group) {
  margin-bottom: 30px;
}

body.one-column .body-container .row-fluid .page-center {
  max-width: 800px;
}

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


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


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

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

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

/* Labels */
body label {
	display: block;
	margin: 0 0 3px 0;
}
body .hs-form-field > label {}
body label span.hs-form-required:before {
	content: "\00a0";
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  max-width: 100%;
	width: 100%;
/* 	font-family: 'Roboto',Arial, Sans-Serif; */
	font-size: 18px;
	border: 1px solid #cccccc;
	display: block;
	vertical-align: top;
	padding: 8px;
	margin: 0 0 31px 0;
  border-radius: 3px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
	outline: 0;
  border: 1px solid #969696 !important;
  box-shadow: inset 0 5px 3px -3px rgba(0,0,0,0.1), 0 0 10px -2px rgba(0,0,0,0.2) !important;
}
@-moz-document url-prefix() {
    body form.hs-form .hs-form-field .input .hs-input.error {
      box-shadow: 0 0 1.5px 1px #ff0000;
    }
}


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Arial;
  font-size: 20px;
  text-decoration: none !important;
  padding: 15px 35px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #9e3135;
  border: 1px solid #ccc;
  margin: 0;
  font-weight: normal;
  border-radius: 3px;
  white-space: normal;
}

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

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
	outline: 0;
	border: 1px solid #9e3135;
  box-shadow: 0 0 4px -1px #9e3135;
}

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

/* -------------- BLog Default Styling ------------ */

.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px;
	margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
	margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
	text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
	color: #888888;
	font-weight:700;
}
.post-listing #hubspot-author_data{
	margin-top: 0;
}
.hs-form .input ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hs-form .input ul li{
	padding: 0 !important;
}
.custom_listing_comments {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}
.more-link{
	display: inline-block;
	padding-top: 20px;
}
.hs-blog-social-share{
	height: auto;
}
.blog-sidebar .cell-wrapper{
	margin-bottom: 15px;
}
.blog-sidebar ul{
    list-style: disc;
    list-style-position:inside;
    padding: 0;
    margin: 0;
}
.blog-sidebar ul li{
	padding: 0 0 10px;
}

.blog-pagination .previous-posts-link {
    display: block;
}
.blog-pagination .all-posts-link {
    display: block;
}
.blog-pagination .next-posts-link {
    display: block;
}
.blog .blog-sidebar .widget-span {
    margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .blog .blog-sidebar {
        margin-top: 40px;
    }
}

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


@keyframes modal-video {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px)
  }

  to {
    transform: translate(0, 0)
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.modal-video-close {
  opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px)
}

.modal-video-body {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  display: table
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -70px;
  right: -40px;
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
    content: "\e680" !important;
    display: block !important;
    font-family: 'Pe-icon-7-stroke' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100px !important;
    background: transparent !important;
    height: 80px !important;
    top: -10px !important;
    width: 80px !important;
    right: 0px !important;
    transform: rotate(0deg) !important;
    color: #fff !important;
}
.modal-video-close-btn:after {
    display:  none !important;
}

.modal-video-close-btn:before {
  transform: rotate(45deg)
}

.modal-video-close-btn:after {
  transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px
}

.hs-video-group .hs-video-item:hover:before {
   background-color: rgba(0, 0, 0, 0.78);
   content: ""; 
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   z-index: 0;
}

.video:hover .playIcon {
   opacity: 0.4;
}
.hs-video-group .hs-video-item {
	background-size: cover !important;
  background-position: center !important;
}
.video {
/*   position: relative; */
  cursor: pointer;
  padding-bottom: 55%;
  margin: 5px;
  margin-bottom: 10px;
}
.video:hover {
    overflow: auto;
    overflow-x: hidden;
}
.playIcon {
  color: white;
  border: 2px solid white;
  position: absolute;
  height: 80px;
  width: 80px;
  line-height: 83px;
  font-size: 55px;
  border-radius: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.videoDetails {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: white;
  text-align: left;
  padding: 40px;
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
}

.videoDetails h3 {
  transition: all .3s;
  transition-delay: .2s;
  transform: scale(2);
  opacity: 0;
  font-weight: 200;
    margin-bottom: 1em;
}
strong a {
	border-bottom: 1px solid transparent;
  text-decoration: none !important;
}
strong a:hover {
	border-bottom: 1px solid #9E3135;
}
.videoDetails p {
  transition: all .3s;
  transition-delay: .3s;
  transform: scale(2);
  opacity: 0;
}
.howToVideo .videoDetails h3 {
  opacity: 1;
  transform: scale(1);
}
.video:hover .videoDetails {
  top: 0px;
  padding-top: 30px;
  opacity: 1;
}
.video:hover .videoDetails h3 {
  opacity: 1;
  transform: scale(1);
}
.video:hover .videoDetails p {
  opacity: 1;
  transform: scale(1);
}
div.pp_default .pp_close {
  background: url(//2504068.fs1.hubspotusercontent-na1.net/hubfs/2504068/Tablet_Command_July2018/Images/sprite.png) -1px -1px no-repeat !important;
  width: 75px;
  height: 22px;
}
div.pp_overlay {
  background: #000;
  opacity: 0.7 !important;
}
.pp_content {
  padding: 5px !important;
  border-radius: 5px !important;
}
a.pp_close {
  right: 14px !important;
  top: -4px !important;
}
div.ppt,
div.pp_default .pp_description {
  display: none !important;
}
div.pp_default .pp_social { 
  display: none;
}
div.pp_default .pp_content {
  background-color: #000;
}


div.pp_default .pp_expand {
  background: url(//2504068.fs1.hubspotusercontent-na1.net/hubfs/2504068/Tablet_Command_July2018/Images/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 10px;
  text-indent: -10000px;
}
div.pp_default .pp_expand:hover {
  background: url(//2504068.fs1.hubspotusercontent-na1.net/hubfs/2504068/Tablet_Command_July2018/Images/sprite.png) -31px -47px no-repeat;
}
a.hs-popup {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hs-video-item {
  overflow: hidden;
}

.hs-home-page .custom_header.hs-main-header {
  position: absolute;
  left: 0;
  right: 0;
  top: -400px;
}
.custom_header.hs-home-header {
  position: absolute;
  top: 0;
}
.hs-home-page .body-container-wrapper {
  padding-top: 0;
  background: #fff;
}

.hs-home-banner-area {
  overflow: hidden;
  margin-top: -2px;
  height: calc(100vh - 250px);
  text-align: center;
  position: relative;
  min-height: 610px !important;
}
.hs-home-banner-area .hs-inner-wrapper {
  width: 100vw;
}
/* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.hs-home-banner-area .hs-inner-wrapper {
    width: 100%;
  }
} */
.hs-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background: black;
}
div#HeaderLine {
  text-transform: uppercase;
  color: white;
  margin: auto;
  margin-top: 22vh;
  font-size: 60px;
  width: 90%;
  font-weight: 300;
  margin-bottom: 30px;
}
div#Tagline {
  color: white;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  height: 30px;
  width: 60%;
  margin: auto;
}
.hs-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  min-height: 100vh;
  opacity: .6;
  object-fit: cover;
}
/* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.hs-video video {
    width: 100%;
  }
} */
a.hs-red-button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  line-height: 1.5em;
  background: #9E3135;
  color: white;
  padding: 15px 36px;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-top: 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 25px;
  box-shadow: inset 0px 0px rgb(197,61,66);
}
.custom_header.hs-home-header {
  position:  absolute;
  top: 0;
  background: transparent;
  border: none;
  padding: 15px 50px 15px 15px;
}
.custom_header.hs-home-header .hs_cos_wrapper_type_logo a img {
  margin-top: -4px;
  max-width: 210px;
  height: 45px;
}
.custom_header.hs-home-header .hs_cos_wrapper_type_logo {
  padding: 0 3px;
  margin: 0;
}
.custom_header.hs-home-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #fff;
}
.hs-one-column-with-title-group {
	position: relative;
  z-index: 0;
}
.hs-one-column-with-title-group .hs-inner-wrapper {
  text-align: center;
  padding: 35px 0px;
  padding-bottom: 40px;
  background: white;
}
.one-column-item {
  display: inline-block;
  width: 13%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: top;
}

.hs-one-column-with-title-group .featureItem i {
  font-size: 50px;
}
.hs-one-column-with-title-group .featureItem img {
  height: 45px;
  opacity: .77;
  margin-bottom: 2px;
  width: auto;
}
.hs-one-column-with-title-group .featureItem > div {
  max-width: 126px;
  margin: auto;
}
.hs-home-page .hs-row1-top-wrapper {
    background: black;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    color: white;
    position: relative;
    overflow: hidden;
    padding: 12px 0 17px;
}

.hs-home-page .hs-row1-top-wrapper a {
    background: #9e3135;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 3px;
    margin-left: 20px;
    color: white;
    text-decoration: none;
}
.hs-one-column-with-title-group:after {
    content: '';
    height: 30px;
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    box-shadow: 0px 0px 9px -1px #bdbdbd;
    z-index: -1;
}

.hs-home-page .hs-row2-top-pane {
    margin-top: 150px;
}
.hs-home-page .hs-row2-wrapper h1 {
    margin: 0;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0px;
}
.hs-home-page .hs-row2-wrapper {
    text-align: center;
    position: relative;
}
.hs-home-page .hs-row2-wrapper h3 {
    margin-top: 0;
    font-weight: 200;
}
.hs-home-page .hs-row2-image-wrap {
    width:  100%;
    margin: 0;
    margin-top: 100px;
}
.hs-home-page .hs-row2-image-wrap .hs-row2-top-image img {
    max-width: 42%;
}
.hs-home-page .hs-row2-image-wrap .hs-row2-bottom-image img {
  max-width: 50%;
  opacity: .7;
  margin-top: -6.2%;
}
.hs-home-page .hs-row2-left-content {
    position: absolute;
    top: 33%;
    left: 5%;
    right: 0;
    margin: auto;
    max-width: 352px;
  
}
.hs-home-page .hs-row2-three-cols-wrap h4 {
    font-weight: 300;
    font-size: 22px;
    margin-top: 1.33em;
    margin-bottom: 0;
}
.hs-home-page .hs-row2-three-cols-wrap p {
    margin-top: 8px;
}

.hs-home-page .hs-row2-right-content {
    position: absolute;
    top: 48%;
    left: 73%;
    right: 0;
    margin: auto;
    max-width: 352px;
  
}
.hs-home-page .hs-row2-bottom-content > div {
    margin: 0 auto;
    margin-top: 15px;
    max-width: 500px;
    text-align: center;
    width: 100%;
}
.hs-home-page .hs-row2-bottom-pane h4 {
    margin-top: 1.33em;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.hs-home-page .hs-row2-bottom-content p {
    margin-bottom: 0;
}

.hs-home-page .hs-row2-bottom-pane p {
    margin: 0;
}

.hs-home-page .hs-row2-bottom-pane p a {
    margin: 10px;
    font-weight: normal;
}

.hs-home-page .hs-row3-wrapper {
    overflow: hidden;
    padding: 50px 0px;
    position:  relative;
    z-index: 0;
}

.hs-home-page .hs-row3-wrapper > div {
    background: #9E3135;
    color: white;
    position: relative;
    margin: 6% 0px;
    min-height: 400px;
}

.hs-home-page .hs-row3-wrapper > div:before,
.hs-home-page .hs-row3-wrapper > div:after {
    content: '';
    height: 50%;
    width: 110%;
    left: -5%;
    top: -13%;
    background: #9E3135;
    position: absolute;
    transform: rotate(-3deg);
    z-index: -1;
}

.hs-home-page .hs-row3-wrapper > div:after {
    top: auto;
    bottom: -13%;
    transform: rotate(3deg);
}

.hs-home-page .hs-row3-left-content img {
    max-width: 231px;
    margin-top: 110px;
}

.hs-home-page .hs-row3-left-content > div {
    max-width: 400px;
    text-align: center;
}

.hs-home-page .hs-row3-left-wrapper p {
    color: #D49193;
    font-weight: 300;
    font-size: 21px;
}

.hs-home-page .hs-row3-right-wrapper > div {
    margin-top: 60px;
    text-align: center;
}

.hs-home-page .hs-row3-right-row1 h3 {
    font-size: 37px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 0;
}

.hs-home-page .hs-row3-right-row1 p {
    margin-top: 0px;
    max-width: 460px;
    margin: auto;
    font-size: 26px;
    color: #D49193;
    font-weight: 300;
}
.hs-home-page .hs-row3-right-row2 h3 {
    margin: 0;
    font-size: 35px;
    font-style: italic;
    margin-top: 50px;
    font-weight: 200;
    text-transform: inherit;
}

.hs-home-page .hs-row3-right-row2 p {
    font-size: 18px;
    color: #D49193;
    margin-left: 220px;
    margin-top:  0;
    margin-bottom: 0;
}

.hs-home-page .hs-row4-wrapper {
    padding: 80px 0px;
    text-align: center;
}

.hs-three-column-with-top-icon {
    text-align: center;
}

.hs-home-page .hs-row4-top-pane h2 {
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: 0.83em;
}

.hs-home-page .hs-row4-top-pane p {
    margin-top: -5px;
    margin-bottom: 100px;
    font-size: 30px;
}

.hs-three-column-with-top-icon .hs-three-cols {
    max-width: 312px;
    margin: calc(33% - 400px);
    display: inline-block;
    vertical-align: top;
}

.hs-three-column-with-top-icon .featureItem i {
    font-size: 91px;
    transition: all .7s;
}

.hs-three-column-with-top-icon .featureItem h4 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 1.33em;
}

.hs-home-page .hs-row5-wrapper {
    overflow: hidden;
    padding: 50px 0px;
    position:  relative;
    z-index: 0;
}

.hs-home-page .hs-row5-wrapper > div {
    background: #A7A9AC;
    padding-top: 70px;
    margin: 6% 0px;
    min-height: 400px;
    position: relative;
    text-align: center;
}

.hs-home-page .hs-row5-wrapper > div:before,
.hs-home-page .hs-row5-wrapper > div:after {
    content: '';
    height: 50%;
    width: 110%;
    left: -5%;
    top: -13%;
    position: absolute;
    z-index: -1;
    background: #A7A9AC;
    transform: rotate(-3deg);
}

.hs-home-page .hs-row5-wrapper > div:before {
    transform: rotate(2.1deg);
}

.hs-home-page .hs-row5-wrapper > div:after {
    transform: rotate(-2.1deg);
    top: auto;
    bottom: -13%;
}

.hs-home-page .hs-row5-left-content {
    text-align:  left;
    max-width: 465px;
    color: white;
}

.hs-home-page .hs-row5-left-content h1 {
    font-size: 66px;
  margin: 0;
    margin-bottom: -15px;
    
}

.hs-home-page .hs-row5-left-content h2 {
    font-size: 51px;
    font-weight: 400;
    margin: 0;
}

.hs-home-page .hs-row5-left-content p {
    text-align: justify;
    color: #414042;
    font-weight: 300;
    font-size: 21px;
}

.hs-home-page .hs-row5-wrapper .page-center > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-home-page .hs-row5-right-content a {
    margin: 0 !IMPORTANT;
}

.hs-home-page .hs-row5-right-content p {
    color: #414042;
    font-weight: 300;
    font-size: 21px;
}
.hs-home-page .hs-row6-wrapper {
    padding: 100px 0px;
}
.hs-home-page .hs-row8-wrapper {
  margin-bottom: 90px;
  padding-top: 70px;
}

.hs-home-page .hs-row6-top-pane,
.hs-home-page .hs-row8-top-pane,
.hs-home-page .hs-row9-top-pane,
.hs-home-page .hs-row10-top-pane{
    text-align: center;
}

.hs-home-page .hs-row6-top-pane h2,
.hs-home-page .hs-row8-top-pane h2,
.hs-home-page .hs-row9-top-pane h2,
.hs-home-page .hs-row10-top-pane h2{
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: 0.83em;
}

.hs-home-page .hs-row6-top-pane p,
.hs-home-page .hs-row8-top-pane p,
.hs-home-page .hs-row9-top-pane p,
.hs-home-page .hs-row10-top-pane p{
    margin-top: -5px;
    margin-bottom: 100px;
    font-size: 30px;
}

.hs-testimonial-group.slick-slider {
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-style: italic;
    width: 750px;
    margin: auto;
    max-width: 90%;
}

.hs-testimonial-group .quotePerson {
    font-size: 20px;
    font-weight: 300;
    width: 400px;
    max-width: 90%;
    text-align: left;
    margin: auto;
    margin-top: 25px;
    transition: all 1s;
  font-style: normal;
}

.hs-testimonial-group .quoteTitle {
    width: 400px;
    max-width: 90%;
    text-align: left;
    margin: auto;
    color: #999;
    font-size: 18px;
    font-weight: 200;
  font-style: normal;
}
.hs-testimonial-group .quoteItem.slick-slide {
    min-height: 00px;
    margin-bottom: 30px;
}
.custom-slider .hs_cos_gallery_main, 
.custom-slider .hs_cos_gallery_thumbnails, 
.custom-slider .hs_cos_gallery_lightbox {
    padding: 0px 30px;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 0;
}
.custom-slider .hs_cos_gallery_main .slick-slide img, 
.custom-slider .hs_cos_gallery_thumbnails .slick-slide img, 
.custom-slider .hs_cos_gallery_lightbox .slick-slide img {
  max-width: 100%;
  width: auto;
  max-height: 200px;
  height: auto;
  filter: grayscale(.7);
  -webkit-filter: grayscale(.7);
  -moz-filter: grayscale(.7);
  -ms-filter: grayscale(.7);
  -o-filter: grayscale(.7);
  transition: all 1s;
}
.custom-slider .hs_cos_gallery_main .slick-slide img:hover, 
.custom-slider .hs_cos_gallery_thumbnails .slick-slide img:hover, 
.custom-slider .hs_cos_gallery_lightbox .slick-slide img:hover {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.custom-slider button.slick-prev.slick-arrow {
    position: absolute;
    left: 0px;
    background: white;
    height: 100%;
    z-index: 1;
    color: #999;
    width: auto;
    top: 50%;
    margin: 0;
    opacity: 1;
}

.custom-slider button.slick-prev.slick-arrow:before {
    display: none;
}

.custom-slider button.slick-prev.slick-arrow:after {
    content: "\e686";
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100px;
}

.custom-slider button.slick-next.slick-arrow {
    height: 100%;
    position: absolute;
    right: 0px;
    background: white;
    color: #999;
    width: auto;
    margin:  0;
    top: 50%;
    z-index: 1;
    opacity: 1;
}

.custom-slider button.slick-next.slick-arrow:before {
    display:  none;
}

.custom-slider button.slick-next.slick-arrow:after {
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e684";
    font-size: 100px;
}

.custom-slider button.slick-next.slick-arrow:hover {
    color: #333;
}

.custom-slider button.slick-prev.slick-arrow:hover {
    color: #333;
}

.custom-slider .slick-slide-inner-wrapper {
  transition: all 1s;
    opacity: 0.5;
}

.custom-slider .slick-slide-inner-wrapper:hover {
    opacity: 1;
}
.hs-home-page .hs-row10-wrapper {
    background: #f2f1f1;
    padding: 100px 0px;
    text-align: center;
    position: relative;
}

.hs-home-page .hs-row10-wrapper a.custom-button.hs-red-button {
    margin-bottom: 100px;
    margin-top: 30px;
    font-weight: 400;
}
.hs-home-page .hs-row7-bottom-pane > div {
    font-size: 20px;
    text-align: center;
    padding: 0px 7%;
    width: 60%;
    vertical-align: top;
    position: relative;
    margin: 0 auto !IMPORTANT;
    float: none !IMPORTANT;
}
.hs-home-page .hs-video-group .hs-video-item {
    width:  49%;
    display:  inline-block;
    vertical-align: top;
    position: relative;
}

.hs-home-page .hs-row7-bottom-pane h3 {
    margin-top: 8%;
    font-weight: 300;
    margin-bottom: 1em;
}
.hs-home-page .hs-row7-wrapper {
    padding: 50px 0px;
    padding-top: 75px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,242,242,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,242,242,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f2f2',GradientType=0 );
}
.hs-full-width-page .body-container-wrapper h2:first-child {
    text-align: center;
    margin-bottom: 60px;
    font-size: 65px;
    font-weight: 100;
    margin-top: 5px;
}
.hs-full-width-page .body-container-wrapper h2 {
    margin-bottom: 0px;
    font-size: 70px;
    font-weight: 100;
    margin-top: 0.83em;
}
.hs-full-width-page .body-container-wrapper h1 {
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0.67em;
}
.hs-full-width-page .body-container-wrapper h3 {
    font-size: 21px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1em;
}
.hs-full-width-page .body-container-wrapper h4 {
  font-size: 30px;
  font-weight: 300;
}
figure.vimeography-thumbnail {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: 0.4em;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

figure.vimeography-thumbnail img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
}

figure.vimeography-thumbnail figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}

figure.vimeography-thumbnail h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em !important;
  line-height: 1em;
  word-spacing: -0.15em;
  font-weight: 400 !important;
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  margin: 0!important;
  padding: 10px 0;
}

figure.vimeography-thumbnail p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 68.5%;
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  margin:  0;
  padding: 10px 0;
  font-weight: 400;
}

figure.vimeography-thumbnail h1:after {}

figure.vimeography-thumbnail:hover h1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.vimeography-thumbnail:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.vimeography-thumbnail h1:after {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.vimeography-thumbnail:hover h1:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.vimeography-thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.tabber-group ul.tabber-heading {
    padding:  0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 28px;
    list-style: none;
}
.tabber-group ul.tabber-heading li a {
    text-align: center;
    padding: 5px;
    min-width: 188px;
    background: white;
    margin: 1px;
    color: #9e3135;
    border: 1px solid #c3c3c3;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    text-decoration:  none !important;
}
.tabber-group ul.tabber-heading li.active a {
    color: white !important;
    background: #9e3135 !important;
    border: 1px solid #9e3135 !important;
}
.tabber-group .tab-content {
    margin-top: 50px;
}
.tabber-group .hs-top-title h4 {
    margin: 31px;
    text-align: center;
}
.tabber-group .hs-bottom-tabber-logo-item {
  width:  33.33%;
  text-align: center;
  margin-top: 26px;
  float: left;
  margin-bottom: 76px;
}
.tabber-group .hs-bottom-tabber-logo-item p {
    margin: 7px;
    height: 76px;
}
.tabber-group .hs-bottom-tabber-logo-item img {
    vertical-align: middle;
}
.hs-bottom-tabber-logo-item.hs-bottom-tabber-logo-item1 img, 
.hs-bottom-tabber-logo-item.hs-bottom-tabber-logo-item2 img, 
.hs-bottom-tabber-logo-item.hs-bottom-tabber-logo-item3 img {
    padding-top: 34px;
}

.hs-bottom-tabber-logo-item .hs-bottom-item-inner-wrapper {
  max-width: 251px !important;
  margin-left: auto;
  margin-right: auto;
}
.hs-ready-for-duty {
    overflow: hidden;
}
.hs-tc-mobile-page .body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 1100px;
}
.hs-two-column-with-image .hs-content-wrapper h3 {
    margin-top: 11%;
    font-weight: 300;
    margin-bottom: 1em;
}
.hs-tc-mobile-page .body-container-wrapper {
    padding-top: 100px;
}
.hs-two-column-with-image .hs-inner-wrapper {
    margin-bottom: 0px;
    margin-top: 150px;
}
.hs-two-column-with-image .hs-content-wrapper p {
    font-size: 20px;
}
.hs-tc-mobile-page .hs-two-column-with-image .hs-top-heading {
    padding-top: 250px;
}
.hs-two-column-with-image .hs-top-heading h2 {
    text-align: center;
    font-weight: 100;
    font-size: 60px;
    margin-bottom: 0;
    margin-top: 0.83em;
}
.hs-ready-for-duty {
    background: #F1F2F2;
    padding-bottom: 100px;
    padding-top: 50px;
    text-align: center;
    position: relative;
  overflow:  hidden;
}

.hs-ready-for-duty .top-content-wrapper h2 {
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: 0.83em;
}

.hs-ready-for-duty .top-content-wrapper .subHeader {
    margin-top: -5px;
    margin-bottom: 100px;
    font-size: 30px;
}
.body-container-wrapper .container-fluid .row-fluid .hs-ready-for-duty .page-center {
    max-width: 1400px;
}
.hs-enough-talk {
    background: #9E3135;
    color: white;
    padding-bottom: 100px;
    padding-top: 50px;
    text-align: center;
    position: relative;
}
.hs-enough-talk h2 {
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: 0.83em;
}
.hs-enough-talk .subHeader {
    margin-top: -5px;
    margin-bottom: 100px;
    font-size: 30px;
}
.hs-enough-talk .hs-button-wrapper a {
    margin: 0!important;
}

.hs-team-page .hs-top-heading h2,
.hs-tour-page .hs-top-heading h2{
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: 10px;
}
.hs-tour-page .hs-row1-wrapper .hs-top-heading h2{
	margin-top: 18px;
}
.hs-tour-page .hs-top-heading h2{
  margin-top: 0.83em;
  font-size: 70px;
  font-weight: 100;
  margin-bottom: 0px;
}

.hs-team-page .hs-top-heading,
.hs-tour-page .hs-top-heading{
    text-align: center;
}
.hs-team-page .hs-top-heading p,
.hs-tour-page .hs-top-heading p{
    font-weight: 200;
    margin: 0px;
    margin-top: -5px;
    margin-bottom: 100px;
    font-size: 30px;
}
.hs-team-page .body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 900px;
}
.hs-our-team-group .teamImage {
    height: 300px;
    width: 300px;
    border-radius: 250px;
    background-size: cover;
    display: inline-block;
}
.hs-our-team-group .teamDetail {
    display: inline-block;
    width: calc(100% - 390px);
    margin: 20px 40px;
    margin-top: 75px;
    vertical-align: top;
}
.hs-our-team-group .teamName {
    font-size: 35px;
    color: #313131;
}
.hs-our-team-group .teamPosition {
    color: #999;
}
.hs-our-team-group .teamDetail a {
    text-decoration: none;
    color: #333;
}
.hs-our-team-group .teamItem {
    margin-bottom: 70px;
}
.hs-our-team-group .teamDesc {
    text-align: justify;
}
.hs-two-column-with-image .hs-content-wrapper {
    font-size: 20px;
    text-align: left;
    padding: 0px 7%;
}

.hs-tour-page .hs-row1-wrapper {
    background: #F1F2F2;
    margin-top: -1px;
}
.hs-tour-page .hs-row1-bottom-pane > div {
    max-width: 800px;
    width: 80%;
    margin: auto;
    text-align: center;
}
.hs-tour-page .hs-row1-bottom-pane h3 {
    font-size: 30px;
    font-weight: 200;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.hs-tour-page .hs-row1-wrapper {
    padding-bottom: 100px;
}
.hs-tour-page .hs-row2-wrapper {
    padding-bottom: 100px;
    padding-top: 50px;
}
.hs-tour-page .hs-two-column-with-image .hs-inner-wrapper {
    margin-bottom: 200px;
    margin-top: 0;
}
.hs-tour-page .hs-row4-wrapper {
    padding: 80px 0px;
}
.hs-tour-page .hs-row4-wrapper .hs-top-heading h2 {
    margin-bottom: 100px;
}
.hs-tour-page .hs-three-column-with-top-icon .hs-three-cols .featureItem img {
    height: 91px;
    transition: all .7s;
    transition-delay: .3s;
  width: auto;
}
.hs-videos-page .hs-top-heading h2 {
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: 10px;
}
.hs-videos-page .hs-video-top-heading {
    text-align: center;
}
.hs-videos-page .hs-video-top-heading p {
    color: white;
    background: #ad1e23;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    padding: 0px 20px;
    margin-bottom: 0;
    font-size: 25px;
  cursor: pointer;
}
.hs-videos-page .hs-flexi-column {
    padding-top: 50px;
    text-align: center;
}

.hs-videos-page .body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 100%;
}
.hs-enterprise-inquiry-page .body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 800px;
}

.hs-videos-page .hs-video-item {
    transform: scale(1);
    width: 30%;
    opacity: 1;
    display: inline-block;
    overflow: hidden;
    transition: all .3s;
    text-align: left;
}
.hs-videos-page .videoDetails h3 {
    opacity: 1;
    transform: scale(1);
    margin-bottom: 1em;
    margin-top: 0;
    font-weight: 200;
}

.hs-videos-page .videoDetails {
    opacity: 1;
    top: calc(100% - 60px);
    padding-top: 10px;
    padding-left: 20px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 34%, rgba(0,0,0,0.78) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.78) 34%,rgba(0,0,0,0.78) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.78) 34%,rgba(0,0,0,0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c7000000',GradientType=0 );
}
.hs-enterprise-inquiry-page .hs-top-pane h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 65px;
    font-weight: 100;
    margin-top: 25px;
}
.hs-enterprise-inquiry-page .enterprise-inquiry-form {
    padding-top: 40px;
}

div#SupportButton:hover {
  box-shadow: 0px 0px 5px -1px black, inset 0px 0px 0px -1px white;
}
div#SupportButton {
  position: fixed;
  top: 190px;
  right: -28px;
  width: auto;
  transform: rotate(-90deg);
  padding: 10px 20px;
  background: #222223;
  color: white;
  cursor: pointer;
  z-index: 4;
}
div#SupportPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
  z-index: 99;
}
div#SupportPopup .popupBackground {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
}
div#SupportPopupBody {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  max-width: 760px;
  margin: auto;
  max-height: 500px;
  overflow: auto;
}
body div#SupportPopupBody input[type="text"],
body div#SupportPopupBody input[type="password"], 
body div#SupportPopupBody input[type="datetime"], 
body div#SupportPopupBody input[type="datetime-local"], 
body div#SupportPopupBody input[type="date"], 
body div#SupportPopupBody input[type="month"], 
body div#SupportPopupBody input[type="time"], 
body div#SupportPopupBody input[type="week"], 
body div#SupportPopupBody input[type="number"], 
body div#SupportPopupBody input[type="email"], 
body div#SupportPopupBody input[type="url"], 
body div#SupportPopupBody input[type="search"], 
body div#SupportPopupBody input[type="tel"], 
body div#SupportPopupBody input[type="color"],
body div#SupportPopupBody input[type="file"],
body div#SupportPopupBody textarea,
body div#SupportPopupBody select {
  max-width: 100%;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  box-shadow: inset 0 4px 3px -3px rgba(0,0,0,0.1);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
  -o-transition: border linear 0.2s,box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 21.875px;
  color: #555;
/*   padding-left: 35px; */
  font-weight: normal;
  font-weight: 200;
}

.support-inner-wrapper {
  width: 100%;
  position: relative;
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #a5a5a5;
  background: #fff;
}
div#SupportPopup div#SupportPopupBody h3 {
  margin: 0;
  padding: 9px 20px 27px;
  border-bottom: 1px #aeaeae solid;
  text-align: left;
  font-size: 20px;
  color: #30413E;
  font-weight: 600;
  line-height: 23.4375px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: inherit;
}
div#SupportPopup div#SupportPopupBody h3.form-title {
  display: none;
}
div#SupportPopup div#SupportPopupBody form {
  padding-top: 22px;
  overflow: auto;
}
div#SupportPopup div#SupportPopupBody form .hs-form-field {
  padding-left: 20px;
  padding-right: 20px;
}
div#SupportPopup div#SupportPopupBody form .actions {
  border-top: 1px solid #aeaeae;
  text-align: right;
  padding: 7px 20px;
  margin-top: 20px;
}
div#SupportPopupBody .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin-top: 5px;
  background-color: #626060;
  background-image: -moz-linear-gradient(top, #6c6a6a, #525151);
  background-image: -ms-linear-gradient(top, #6c6a6a, #525151);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c6a6a), to(#525151));
  background-image: -webkit-linear-gradient(top, #6c6a6a, #525151);
  background-image: -o-linear-gradient(top, #6c6a6a, #525151);
  background-image: linear-gradient(to bottom, #6c6a6a,#525151);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696767', endColorstr='#504e4e', GradientType=0);
  border-color: #525151 #525151 #2c2b2b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  font-weight: normal;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
div#SupportPopupBody .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background-color: #525151;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-position: 0 -15px;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  -webkit-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
body div#SupportPopup .hs-form-field > label {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    display: block;
}
body ul.hs-error-msgs.inputs-list {
    margin: 0 0 5px;
    text-align: left;
    color: #b94a48;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 21.875px;
  list-style: none;
  padding: 0;
}
div#SupportPopup .hs_error_rollup ul.hs-error-msgs.inputs-list {
	padding-left: 20px;
}

body .hs-input.error {
  border-color: #b94a48 !important;
  color: #b94a48 !important;
}
body div#SupportPopupBody span.hs-form-required {
    display: none;
}

div#SupportPopup div#SupportPopupBody form ::-webkit-input-placeholder {
	color: #acb0b0;
  opacity: 1;
} /* Webkit Browsers */
div#SupportPopup div#SupportPopupBody form :-moz-placeholder {
	color: #acb0b0;
  opacity: 1;
} /* Firefox 18- */
div#SupportPopup div#SupportPopupBody form ::-moz-placeholder {
	color: #acb0b0;
  opacity: 1;
} /* Firefox 19+ */
div#SupportPopup div#SupportPopupBody form :-ms-input-placeholder {
	color: #acb0b0;
  opacity: 1;
} /* IE10 */


.hs-product-group .hs-product-features {
  width: 270px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  color: #808285;
  margin-bottom: 60px;
}
.hs-product-group {
  text-align: center;
}
.hs-product-group .hs-heading {
  padding: 20px 0px;
  font-size: 21px;
  font-weight: 400;
  color: #A7A9AC;
  background: #F2F1F1;
  margin-bottom: 4px;
  cursor: pointer;
}
.hs-product-group .hs-heading i {
  display: none;
}
.hs-tc-pro2-featured-heading.hs-heading {
  color: #9E3135 !important;
}
.hs-product-features-wrapper .hs-cols {
  background: #F2F1F1;
  margin-bottom: 4px;
  padding: 10px 0px;
  min-height: 37px;
}
.hs-product-features-wrapper .hs-top-col.hs-cols img {
  width: 70%;
}
.hs-product-features-wrapper .freeLabel {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #808285;
  padding-bottom: 30px;
}
.hs-product-features-wrapper .freeLabelRED {
  font-size: 18px;
  font-weight: 500;
  font-style: bold;
  color: #9E3135;
  padding-bottom: 30px;
}
.hs-product-group a.getStartedBtn {
  background: transparent;
  border: 2px solid #c1c1c1;
  padding: 12px 20px;
  color: #F1F2F2;
  color: #666;
  border-radius: 40px;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
}
.hs-product-group a.getStartedBtn:hover {
  box-shadow: 0px 0px 4px -1px black;
}
.hs-product-group .red-text-link {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  color: #9E3135 !important;
  font-weight: bold;
}
.hs-product-features-wrapper .hs-top-col.hs-cols {
  height: 110px;
}
.scroll-body.hs-home-page .custom_header.hs-main-header {
    top: 0 !important;
    position: fixed;
    width: 100% !important;
    left: 0;
    right: 0;
  float: none !important;
  margin-left: 0 !important;
}
.hs-home-banner-area .button-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.custom_header.hs-main-header.hs-header-no-nav .mobile-trigger {
    display: none !important;
}
.landing-page:not(.hs-thank-you-page) .footer-container {
    min-height: inherit;
    padding: 30px 50px;
}
.landing-page:not(.hs-thank-you-page) .custom_copyright {
  bottom: 0;
  position: relative;
}

.one-column .body-container,
.hs-landing-page .body-container {
    padding-top: 20px;
}

.hs-tour-page div#VideoTypeLinks {
    width: 85%;
    margin: auto;
    position: relative;
    max-width: 1000px;
    margin-bottom: 50px;
}
.hs-tour-page .hs-row1-wrapper .videoDetails {
    padding-top: 100px !important;
    text-align: center;
}
.hs-tour-page  .hs-row1-wrapper .videoDetails p {
    width: 70%;
    margin: auto;
}
.hs-videos-page h2 {
    font-size: 70px;
    font-weight: 100;
}
body .enterprise-inquiry-form select {
	height: 39px;
}

.hs-three-column-with-top-icon .featureItem > div,  
.hs-tour-page .hs-three-column-with-top-icon .hs-three-cols .featureItem > div{
	-o-transform: translateZ(1000px);
  -ms-transform: translateZ(1000px);
  -moz-transform: translateZ(1000px);
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
}

.hs-three-column-with-top-icon .featureItem i.animated,  
.hs-tour-page .hs-three-column-with-top-icon .hs-three-cols .featureItem img.animated{
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  z-index: 9; 
  position: relative;
  display: inline-block;
}

.hs-home-page .hs-row2-left-content {
  animation-delay: 1.55s !important;
}
.hs-home-page .hs-row2-right-content {
  animation-delay:  2s !important;
}
.hs-home-page .hs-row2-image-wrap img {
  animation-delay:  .3s !important;
}
.hs-home-page .hs-row2-bottom-content {
  animation-delay: 2.55s;
}
.hs-testimonial-group .quote:before, 
.hs-testimonial-group .quote:after {
    content: '"';
    font-weight: 300;
}
.hs-testimonial-group .quotePerson:before {
    content: '- ';
}
.hs-search-page.hs-landing-page .body-container {
    padding-top: 40px;
}

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


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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
.hs-home-page .footer-container-wrapper,
.hs-tc-mobile-page .footer-container-wrapper{
    margin-top: 0px !important;
}
.hs-tour-page .footer-container-wrapper {
    margin: 0 !important;
}
.hs-home-page .container-fluid .row-fluid .hs-row4-wrapper .page-center,
.hs-home-page .container-fluid .row-fluid .hs-row5-wrapper .page-center,
.hs-home-page .container-fluid .row-fluid .hs-row6-wrapper .page-center{
    width: 100%;
}


/* Header - Sticky */
@media (min-width: 821px) {
  .hs-our-team-group .teamItem:nth-child(even) .teamImage {
    float: right;
  }
  .hs-our-team-group .teamItem:nth-child(even) .teamName,
  .hs-our-team-group .teamItem:nth-child(even) .teamPosition {
    text-align: right;
  }
  .hs-ready-for-duty .two-left-wrapper {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .hs-ready-for-duty .hs-right-content-wrapper {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 20px;
    text-align: left;
    padding: 0px 7%;
  }
  .hs-two-column-with-image .hs-image-wrapper {
      width:  49%;
      float: left;
      text-align: center;
  }
  .hs-two-column-with-image .hs-content-wrapper {
      width:  49%;
      float:  left;
  }
  .hs-two-column-with-image.right .hs-image-wrapper {
      float: right;
  }
  .body-container-wrapper {
    padding-top: 139px;
  }
  .custom_header.sticky {
    padding: 15px 33px 18px 10px;
  }
  .custom_header.sticky .hs_cos_wrapper_type_logo {
    height: 46px;
  }
  .custom_header .custom-menu-primary .hs-menu-wrapper > ul > li {
    transition: all 0.5s ease;
  }
  .custom_header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    /* transform: scale(1); */
    font-size: 20px;
    transition: all 0.5s ease;
  }
  .custom_header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 14px;
    margin-top: 0px;
  }
  .custom_header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    /* transform: scale(0.8); */
  }
  .custom_header.sticky .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 23px 0 22px !IMPORTANT;
  }
  .custom_header.sticky .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child {
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .custom_header.sticky .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child > a {
    font-size: 16px;
  }
  .custom_header.sticky .custom-menu-primary.secondary .hs-menu-wrapper > ul > li:last-child {
    margin-right: 0;
  }
  .custom_header .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item {
    transition: all 0.5s ease;
  }
  .custom_header.sticky .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item + #custom_col.menu-item {
    padding-left: 130px;
  }
  .custom_header.sticky .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item:last-child {
    margin-right: 14px;
  }
  .custom_header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    transition: all 0.5s ease;
  }
  .custom_header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    margin-top: 45px;
    margin-right: 3px;
  }
  .custom_header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper:before {
    height: 45px;
    top: -45px;
  }
}

@media (min-width: 1401px) {
  .custom_header .hs_cos_wrapper_type_logo a img {
    margin-top: 4px;
  }
  .custom_header.sticky.hs-main-header .hs_cos_wrapper_type_logo a img {
    margin-top: -1px;
  }
}

@media (max-width: 1099px) {
  .hs-videos-page .hs-video-item {
    width: 49%;
  }
}

@media (max-width: 1024px) {
  .modal-video-close-btn {
    right: -15px;
  }
}

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */
@media (max-width: 991px) and (min-width: 821px) {
  .hs-home-page .hs-row2-left-content {
    left: 1%;
  }
  .hs-home-page .hs-row2-right-content {
  	left: 75%;
    top: 34% !important;
  }
}
@media (max-width: 1500px) and (min-width: 1401px) {
  .hs-home-page .hs-row2-left-content {
    left: 3%;
  }
}

@media (max-width: 1400px) and (min-width: 821px) {
  .custom_header.hs-home-header .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child {
    padding: 2px 5px !IMPORTANT;
  }
  .custom_header.hs-home-header .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item {
    padding-left: 128px;
}
  .custom_header.hs-home-header .custom-menu-primary .hs-menu-wrapper > ul > li {
  	margin-right: 15px;
  }
  .custom_header.hs-home-header {
    padding: 15px 65px 15px 15px;
  }
  .custom_header.hs-home-header .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin-bottom: 1px !important;
    transition: all .5s ease;
    margin-top: 23px !IMPORTANT;
  }
  .custom_header.hs-home-header .hs_cos_wrapper_type_logo a img {
    margin-top: -7px;
  }
  .hs-tour-page .body-container-wrapper {
    padding-top: 126px;
  }
  .hs-home-page .hs-row2-right-content {
  	top: 39%;
  }
  
  .hs-home-page .hs-row2-left-content,
  .hs-home-page .hs-row2-right-content {
  	max-width: 220px;
    margin: 0;
  }
  .custom_header .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item {
    padding-left: 58px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 16px;
    line-height: normal;
    padding: 1em 0;
    margin-top: 1px;
    margin-bottom: 1px !important;
    transition: all .5s ease;
    margin-top: 1px !IMPORTANT;
  }
  .custom_header.sticky .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 3px !important;
    margin-bottom: 2px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-top: 0;
  }
  .custom_header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-top: 0;
  }
  .custom_header:not(.sticky) .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    line-height: normal;
  }
  .custom_header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
  .custom_header.sticky .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child > a {
    font-size: 13px;
  }
  .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child {
    font-size: 16px;
    line-height: normal;
  }
  .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child > a {
    display: block;
  }
  .custom_header.sticky .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1;
  }
  .custom_header.sticky .custom-menu-primary:not(.secondary) .hs-menu-wrapper > ul > li:last-child > a {
    vertical-align: top;
  }
  .custom_header.sticky .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item + #custom_col.menu-item {
    padding-left: 127px;
  }
  .custom_header.sticky .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item:last-child {
    margin-right: 11px;
  }
  .custom_header .hs_cos_wrapper_type_logo a img {
    display: block;
    margin-top: -1px;
  }
  .custom_header.sticky .hs_cos_wrapper_type_logo a img {
    margin-top: 12px;
  }
  .custom_header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    margin-right: 3px;
  }

}
@media (max-width: 1400px) and (min-width: 768px) {
  .modal-video-body {
  	width: 85%;
  }
  .hs-three-column-with-top-icon .hs-three-cols {
  	width: 30%;
    margin: 1%;
    margin-bottom: 50px;
    max-width: 100%;
  }
  .hs-home-page .hs-row5-left-content > div {
    transform: scale(.8);
    width: 465px;
  }
  .hs-home-page .hs-row5-left-content p,
  .hs-home-page .hs-row5-right-content p{
  	font-size: 16px;
  }
  .custom_header .hs_cos_wrapper_type_logo {
    height: 35px;
    margin-top: 0;
  }
}

@media (max-width: 850px) and (min-width: 821px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 20px;
  }
  .custom_header.hs-home-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 10px;
}
}

@media (max-width: 970px) and (min-width: 821px) {
  .custom_header .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item {
    padding-left: 0;
  }
  .custom_header.sticky .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item + #custom_col.menu-item {
    padding-left: 55px;
  }
}

@media (max-width: 820px) {
  .modal-video-close-btn {
    width: 50px;
    height: 40px;
  }
  .modal-video-close-btn:before {
    font-size: 50px !important;
    height: 50px !important;
    top: 8px !important;
    width: 50px !important;
  }
  .hs-tour-page .hs-row1-wrapper .hs-top-heading h2 {
    font-size: 40px;
  }
  .hs-full-width-page .body-container-wrapper h1 {
  	font-size: 40px;
  }
  .hs-enterprise-inquiry-page .hs_cos_wrapper_type_form .hs-button.primary.large {
    margin-bottom: 30px;
  }
  .hs-team-page .body-container-wrapper {
    padding-top: 150px;
}
  .hs-two-column-with-image .hs-top-heading h2 {
  	font-size: 50px;
  }
  .hs-enough-talk h2,
  .hs-ready-for-duty .top-content-wrapper h2{
    font-size: 46px;
  }
  .hs-enough-talk .subHeader,
  .hs-ready-for-duty .top-content-wrapper .subHeader{
    font-size: 25px;
  }
  .custom_header.hs-home-header {
    padding: 18px 50px 15px 15px;
  }
  .custom_header.hs-home-header .hs_cos_wrapper_type_logo a img {
    margin-top: 0;
    border-radius: 11px;
  }
  .custom_header.hs-home-header .mobile-trigger i {
    color: #fff;
}
  .custom_header.hs-home-header .mobile-trigger {
    right: -40px;
    top: -13px;
}
  .custom_header.hs-home-header .row-fluid .logo-mobile .hs_cos_wrapper_type_logo a:after {
  	display: none;
  }
  .hs-home-page .hs-row5-wrapper {
    padding: 100px 0px;
}
  .hs-home-page .hs-row5-wrapper > div {
    padding-top: 20px;
}
  .hs-home-page .hs-row5-left-content > div {
  	width: 100%;
  }
  .hs-home-page .hs-row5-left-wrapper {
    width: 100%;
}
  .hs-home-page .hs-row5-right-wrapper {
    width: 100%;
    margin-left: 0;
}
  .hs-home-page .hs-row5-left-content {
    margin: 0 auto !IMPORTANT;
    float: none;
}
  .hs-home-page .hs-row5-wrapper .page-center > div > div {
  	display: block !important;
  }
  .hs-home-page .hs-row6-top-pane h2, 
  .hs-home-page .hs-row8-top-pane h2, 
  .hs-home-page .hs-row9-top-pane h2, 
  .hs-home-page .hs-row10-top-pane h2{
  	font-size: 46px;
  }
  .hs-home-page .hs-row6-top-pane p, 
  .hs-home-page .hs-row8-top-pane p, 
  .hs-home-page .hs-row9-top-pane p, 
  .hs-home-page .hs-row10-top-pane p{
  	margin-top: 0px;
    margin-bottom: 50px;
    font-size: 25px;
  }
  .hs-home-page .hs-video-group .hs-video-item {
    width: 100%;
    display: block;
}
  .hs-home-page .hs-row7-bottom-pane > div {
    padding: 0px 5%;
    width: 90%;
}
  .hs-home-page .hs-row5-left-content p {
    margin-top: 0 !important;
    margin-bottom: 55px;
  }
  .hs-home-page .hs-row4-top-pane h2 {
    font-size: 46px;
}
  .hs-home-page .hs-row4-top-pane p {
    font-size: 25px;
}
  .hs-home-page .container-fluid .row-fluid .hs-row4-wrapper .page-center,
  .hs-home-page .container-fluid .row-fluid .hs-row5-wrapper .page-center, 
  .hs-home-page .container-fluid .row-fluid .hs-row6-wrapper .page-center {
    width: 90%;
}
  .hs-home-page .hs-row3-right-row2 p {
    margin-left: 0;
    max-width: 90%;
}
  .hs-home-page .hs-row3-right-wrapper {
    width: 100%;
    margin-left: 0;
}
  .hs-home-page .hs-row3-left-wrapper {
    width: 100%;
}
  .hs-home-page .hs-row3-left-wrapper > div {
    margin: 0 auto !important;
    float: none !important;
    max-width: 90%;
}	
  .hs-home-page .hs-row3-left-content > div {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 0px 54px;
}
  .hs-home-page .hs-row3-wrapper {
    padding: 100px 0;
}
  .hs-home-page .hs-row3-left-content img {
    margin-top: 50px;
}
  .hs-home-page .hs-row2-left-content,
  .hs-home-page .hs-row2-right-content{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 90%;
    margin: 0 auto !important;
    float:  none !important;
}
  .hs-home-page .hs-row2-bottom-content > div {
    max-width: 100%;
    width: 90%;
}
  .hs-home-page .hs-row2-image-wrap .hs-row2-bottom-image img {
    max-width: 90%;
    opacity: .7;
    margin-top: -11.6%;
}

.hs-home-page .hs-row2-image-wrap {
    margin: 0;
}

.hs-home-page .hs-row2-image-wrap .hs-row2-top-image img {
    max-width: 80%;
}
  .hs-home-page .hs-row2-wrapper h1 {
  	font-size: 40px !important;
  }
  .hs-home-page .hs-row2-wrapper h3 {
  	font-size: 25px;
  }
  .one-column-item {
    width: 19%;
    font-size: 9px;
  }
  .hs-one-column-with-title-group:after {
    width: 100%;
  }
  .hs-our-team-group .teamImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-our-team-group .teamDetail {
    display: block;
    width: 100%;
    margin: 20px 0px;
    margin-top: 75px;
    vertical-align: top;
  }
  .hs-tour-page .body-container-wrapper {
    padding-top: 67px;
  }
  .body-container-wrapper {
    padding-top: 73px;
  }
  .tabber-group .hs-bottom-tabber-logo-item {
    width: 50%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 !important;
  }
  .custom_header {
    border-bottom: 3px solid #f2f2f2;
    color: #888888;
    padding: 6px 8px 7px;
  }
  .custom_header .row-fluid #custom_col.logo-col, 
  .custom_header .row-fluid #custom_col.menu-col {
    display: block;
    width: 100%;
  }
  .custom_header .hs_cos_wrapper_type_logo {
    padding: 0;
    display: block;
    height: 35px;
    margin: 8px 0;
    padding-right: 0;
    position: relative;
  }
  .custom_header.hs_cos_wrapper_type_logo .mobile-trigger {
    position: relative;
  }
  .custom_header .hs_cos_wrapper_type_logo a {
    color: #333;
  }
  .custom_header .row-fluid .logo-desktop {
    display: none;
  }
  .custom_header .row-fluid .logo-mobile {
    display: block;
  }
  .custom_header .row-fluid .logo-mobile .hs_cos_wrapper_type_logo a:after {
    content: "TABLET COMMAND";
    display: inline-block;
    font-size: 25px;
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: top;
  }
  .custom_header .row-fluid #custom_col.menu-col,
  .custom_header .row-fluid #custom_col.menu-col .row-fluid #custom_col.menu-item {
    width: 100%;
    padding: 0;
  }
  .custom_header .row-fluid #custom_col.menu-col {
    display: none;
  }
  .landing-page .footer-container-wrapper,
  .site-page .footer-container-wrapper,
  .one-column .footer-container-wrapper {
    margin-top: 50px;   
  }
  .footer-container-wrapper,
  .hs-full-width-page.site-page .footer-container-wrapper{
    margin-top: 0px;   
  }
  .footer-container .row-fluid #custom_col {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  .footer-container .row-fluid #custom_col.five {
    background-color: transparent;
    width: 90%;
    display: inline-block;
  }
  .footer-container .custom_copyright {
    text-align: center;
  }
  .post-header h1 {
    font-size: 46px;
    margin: 0;
    text-align: center;
  }
  .blog-post-wrapper #hubspot-author_data {
    text-align: center;
  }
  #hubspot-author_data .social {
    float: none;
    display: block;
    vertical-align: top;
    margin-top: 10px;
    text-align: center;
  }
  #hubspot-author_data .social .hs-blog-social-share {
    display: inline-block;
    vertical-align: top;
  }
  .blog .content-wrapper {
    padding-top: 99px;
    padding-bottom: 15px;
  }
  .blog.hs-blog-post .content-wrapper {
    padding-top: 63px;
    padding-bottom: 15px;
  }

  .blog.hs-blog-listing .body-container .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .sidebar + .main-content,
  .main-content + .sidebar,
  .main-content + .main-content,
  .blog-content + .blog-sidebar,
  .blog-sidebar + .blog-content {
    margin-top: 30px;
  }

  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 21px;
  }
  div#HeaderLine {
    font-size: 30px;
}
  div#Tagline {
    width: 90%;
}

}

body .enterprise-inquiry-form input[type="text"],
body .enterprise-inquiry-form input[type="password"], 
body .enterprise-inquiry-form input[type="datetime"], 
body .enterprise-inquiry-form input[type="datetime-local"], 
body .enterprise-inquiry-form input[type="date"], 
body .enterprise-inquiry-form input[type="month"], 
body .enterprise-inquiry-form input[type="time"], 
body .enterprise-inquiry-form input[type="week"], 
body .enterprise-inquiry-form input[type="number"], 
body .enterprise-inquiry-form input[type="email"], 
body .enterprise-inquiry-form input[type="url"], 
body .enterprise-inquiry-form input[type="search"], 
body .enterprise-inquiry-form input[type="tel"], 
body .enterprise-inquiry-form input[type="color"],
body .enterprise-inquiry-form input[type="file"],
body .enterprise-inquiry-form textarea,
body .enterprise-inquiry-form select {
  max-width: 100%;
}

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

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

@media (max-width: 767px) {
  .videoDetails {
    padding: 40px 20px !important;
  }
  .videoDetails p {
    width: 100% !important;
  }
  .hs-home-page .hs-row1-top-wrapper p span {
    display: block;
    margin-bottom: 10px;
  }
  .modal-video-body {
  	width: 90%;
  }
  .hs-home-page .hs-row7-wrapper {
  	padding-top: 0px;
  }
  .hs-home-page .hs-row8-wrapper {
    margin-bottom: 0px;
  }
  .hs-home-page .hs-row7-bottom-pane > div {
    padding: 0;
    width: 100%;
  }
  .hs-home-page .hs-row3-left-content > div {
  	padding: 0;
  }
  .hs-home-banner-area .hs-inner-wrapper {
  	width: 100%; 
  }
  .hs-home-banner-area .hs-video-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    background: black;
}
  .hs-home-banner-area .hs-video video {
    display: none;
}
  .hs-three-column-with-top-icon .hs-three-cols {
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
    max-width: 100%;
  }
  body input[type="text"],
  body input[type="password"], 
  body input[type="datetime"], 
  body input[type="datetime-local"], 
  body input[type="date"], 
  body input[type="month"], 
  body input[type="time"], 
  body input[type="week"], 
  body input[type="number"], 
  body input[type="email"], 
  body input[type="url"], 
  body input[type="search"], 
  body input[type="tel"], 
  body input[type="color"],
  body input[type="file"],
  body textarea,
  body select {
    max-width: 100%;
  }
  .hs-video-item {
    margin-bottom: 10px;
  }
	.hs-videos-page .hs-video-item {
    width: 100%;
    display: block;
  }
  .hs-product-group .hs-heading i {
    display: inline-block;
    float: right;
    margin-right: 6px;
    margin-top: 1px;
  }
  .product-open .hs-product-features-wrapper {
    display: block;
  }
  .hs-product-features-wrapper {
    display: none;
  }
}

@media (max-width: 620px) {
  .hs-videos-page .hs-flexi-column {
    padding-top: 20px;
  }
  .hs-videos-page .hs-video-top-heading p {
    font-size: 17px;
}
}

@media (max-width: 600px) {
  .hs-testimonial-group .quote {
    font-size: 20px;
  }
  .hs-home-page .hs-row2-wrapper h1 {
    font-size: 34px !important;
  }
  .hs-full-width-page .body-container-wrapper h1 {
  	font-size: 34px;
  }
  .hs-enough-talk h2,
  .hs-ready-for-duty .top-content-wrapper h2 {
    font-size: 40px;
  }
  .tabber-group .hs-bottom-tabber-logo-item {
    width: 100%;
  }
  .post-header h1 {
    font-size: 40px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }
  .hs-home-page .hs-row5-left-content h1 {
    font-size: 37px;
    text-align: center;
  }
  .hs-home-page .hs-row5-left-content h2 {
    font-size: 28.7px;
    margin-bottom: 20px;
    margin-top: 3px;
    text-align: center;
  }
}

input[type="search"]{
   -webkit-appearance: none;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-bottom: 20px;
}

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

@media (max-width: 479px) {
  .hs-home-page .hs-row3-left-content img {
  	max-width: 100%;
  }
	figure.vimeography-thumbnail h1 {
    font-size: 0.7em !important;
    line-height: 1.3 !important;
  }
  figure.vimeography-thumbnail p {
    font-size: 50%;
  }
  .subscribe-options label {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow-y: hidden;
  }

}

@media (max-width: 400px){
  .subscription-template h2 {
    font-size: inherit !IMPORTANT;
  }
  figure.vimeography-thumbnail figcaption {
    padding: 15px;
  }
	#comment-form #captcha_wrapper {
    overflow: visible;margin-left: -15px;
  }
	.recaptchatable #recaptcha_image #recaptcha_challenge_image {
    width: 100%;
  }
	.recaptchatable .recaptcha_r4_c2 {
    width: 0;
  }
	#recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
    width: 93px !important;
  }
  h2 {
    font-size: 40px !IMPORTANT;
  }
}

@media (max-width: 360px) {
  .hs-our-team-group .teamImage {
    height: 250px;
    width: 250px;
  }
  .custom_header.hs-main-header .row-fluid .logo-mobile .hs_cos_wrapper_type_logo a:after {
    font-size: 23px;
    margin-top: 5px;
  }
}