/* ==========================================================================
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 =============== */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

/* EX: @import url('http://example.com/example_style.css'); */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  font-size: 16px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.500em;
  color: #2a2a2a;
  background-color: #ffffff;
}

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

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


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

/* Basic text */
p {
  margin: 0 0 1em;
}

small {}
strong {}
em {}
cite {}


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 {
  line-height: 1.4em;
  font-weight: 300;
  -webkit-text-stroke: 1px transparent;
  margin-bottom: 3%;
  margin-top:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {display: none;}

h1 {
  font-size: 2.750em;
}
h2 {
  font-size: 2.250em;
}
h3 {
  font-size: 2.000em;
  text-transform: uppercase;
}
h4 {
  font-size: 1.750em;
}
h5 {
  font-size: 1.550em;
  text-transform: uppercase;
}
h6 {
  font-size: 1.250em;
}

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

/* Lists */
ul, ol {
  margin: 10px 30px;
  padding-left: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

/* Header Top */
.header-container .custom_header-top{
  background-color: #f89829;
  color: #fff;
  min-height:45px;
}
.custom_header-top a{
  color:#fff;
}

/* Header Socials */
.header-container .custom_header-socials{
  width:auto;
  float:left;
  margin:0;
  padding: 10px 0;
}
.custom_header-socials ul{
  margin:0;
  padding: 0;
  list-style-type: none;
}
.custom_header-socials ul li{
  width: 24px;
  height: 24px;
  margin: 0 2px;
  display: inline-block;
  float: left;
}
.custom_header-socials ul li img{
  width: 24px;
  float: left;
  margin: 0 2px;
}

.custom-logo {
  padding: 10px 0;
}
/* Header Phone */
.header-container .custom_header-phone{
  float:right;
  margin: 0 0 0 10px;
  width: auto;
  padding: 10px 0;
  font-size: 24px;
}
.header-container .custom_header-phone p{
  margin: 0;
}

/* Header Secondary Menu */
.header-container .custom_secondary-menu{
  float: right;
  width: auto;
  margin:0;
  padding: 10px 0;
}
.custom_secondary-menu .hs-menu-wrapper ul{
  display: block;
  font-size: 13px;
  margin-right: 30px;
  text-transform: uppercase;
  margin-top: 1px;
}
.custom_secondary-menu .hs-menu-wrapper ul li{
  display: inline-block;
  float: none !important;
  width: auto;
  margin: 0 0 0 15px;
}

/* Header Bottom */

/* Logo Styling */
.header-container .widget-type-logo{
  width: auto;
  float: left;
  margin:0;
  padding:10px 0;
}
/* =============== Content =============== */

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

.content-wrapper {
  font-size: 0.875em;
  padding-top:20px;
  padding-bottom:20px;
}
.main-content {}
.sidebar{

}
.sidebar{
  line-height:1.4em;
}

.sidebar h3:first-child{
  font-weight: 400;
  font-size: 1.750em;
  text-transform:none;
}
.sidebar.left{}

.sidebar .widget-span{

}

.two-column .main-content.span8{
  width: 66%;
 
}

.two-column .sidebar.span4{
  margin:0;
  float: right;
  width: 32%;
  padding-right: 5px;
}

@media (max-width: 767px){
  .two-column .main-content.span8{
    width: 100%;
  }
  .two-column .sidebar.span4{
    width:100%;
  }
}


/* Top Pane */
.custom_top-pane{
  background-color: #373839;
  color: #ecf0f1;
  padding: 30px 0;
}
.custom_top-pane h1{
  margin:0;
  font-weight: 300;
  font-size: 2.65em;
  color: #ecf0f1;
  letter-spacing: -1px;
}
/* =============== Footer =============== */

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


.footer-container-wrapper {
  background-color: #373839;
  padding: 10px 0;
  color: #fff;
  font-size:16px;
}
.footer-container-wrapper  a{
  color: #fff;
}
.footer-container-wrapper h3{
  font-size: 1.500em;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.4em;
  text-transform: none;
}

/* Footer Bottom */
.custom_footer-bottom{
  font-size: 0.750em;
  border-top: 1px solid rgba(255,255,255,0.25);
  padding: 10px 0 0 0;
  margin-top:10px;
}
.custom_copyright p{
  margin: 0;
  font-size: 0.750em;
}
.custom_copyright{
  font-size:16px;
}

/* Footer Top */
.custom_footer-top{
  line-height:1.4em;
  padding-bottom:10px;
}
.custom_footer-column ul{
  margin:0;
  padding:0;
  list-style-type: none;
}
.custom_footer-column ul li{
  margin: 5px 0 0 0;
}


/* Footer RSS */
.custom_footer-column{
  font-size:0.875em;
}
.footer-container .custom_footer-column.span4{
  width: 32.29167%;
  margin-left: 1.5625%;
}
.footer-container .custom_footer-column.span4:first-child{
  margin-left:0;
}
.footer-container .hs-rss-item {
  margin-bottom: 10px;
}
.footer-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: calc(100% - 70px);
  float: right;
  padding-right: 0px;
  box-sizing: border-box;
}
.footer-container .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  margin-right: 20px;
  width: 50px;
}
.footer-container .hs-rss-title{
  font-weight: 600;
  font-size: 1em;
  line-height: 1.4em;
  display: block;
}
.footer-container .hs-rss-byline {
  opacity: 1;
  font-size: 100%;
  margin: 0 0 10px;
}
.footer-container .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image{
  height:50px;
  object-fit: cover;
}


/* Footer Socials */
.custom_footer-socials ul li{
  margin: 5px 0 0 0;
  float: left;
}
.custom_footer-socials ul li img{
  float: left;
  margin: 0 2px;
}

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


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:801px) {
  /* Parent List */
  .row-fluid .custom-menu-primary{
    width:auto;
    margin:0 0 0 10px;
    float:right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    display:block;
    margin-top: 28px;
    line-height: 1.0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 0 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #171717;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.875em;
    padding: 1em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #ffffff;
    background-color: #373839;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #ffffff;
    padding: 5px;
    border: 2px solid #373839;
    min-width: 12em;
    margin-top:0px;
    box-sizing:content-box;
    top:calc(100% - 4px) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > ul{


  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    white-space:normal !important;
    color: #171717;
    padding: 0.6em;
    background-color: transparent;
    font-size: 0.875em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #ffffff;
    background-color: #444444;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
    margin-top:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > ul{
    margin:0;
    top:0 !important;

  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity: 1;
    display: none;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
  }

}


/* Fixed Header */
.custom_header-fixed{
  position: fixed;
  background-color: #fff;
  margin-top: 0;
  padding: 5px 0 5px 0;
  z-index: 9999;
  box-shadow: 0 1px 7px rgba(0,0,0,0.2);
  width: 100%;
  opacity: 0.95;
  left:0;
  top:0;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper ul li.active a {
  color: #ffffff;
  background-color: #373839;
}

.custom_header-fixed .custom-logo img {
  max-width: 182px;
}

.custom_header-fixed .custom-logo {
  padding: 0;
}

.custom_header-fixed .page-center {
  max-width: 960px;
  margin: 0 auto !important;
  float: none !important;
}

.custom_header-fixed .widget-type-logo img{
  height: 45px;
  width: auto !important;
}
.custom_header-fixed .custom-menu-primary .hs-menu-wrapper > ul{
  margin-top:0;
}
.custom_header-fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 1em 0.6em;
}

/* Vertical Menu */
.body-container .hs-menu-flow-vertical > ul > li > ul >li{
  margin: 5px 0;
  padding-bottom: 5px;

}
.body-container .hs-menu-flow-vertical ul > li >ul >li {
  background: url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/bg_sectionnav.gif) no-repeat left bottom;
}

.body-container .hs-menu-flow-vertical ul li a{
  display: block;
  padding: 8px 0 10px 15px;
  background: url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/bullet_arrow.png) no-repeat 0 15px;
  white-space: normal !important;
}
.body-container .hs-menu-flow-vertical ul li.active-branch > a{
  font-weight: bold;
}
.body-container .hs-menu-flow-vertical.flyouts ul ul{
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  min-width: 200px;
  margin-top:-16px;
}

.body-container .hs-menu-flow-vertical.no-flyouts ul ul li a{
  margin-left:0;
  width:auto;
}

.body-container .hs-menu-flow-vertical.no-flyouts ul ul ul li a {
  margin: 5px 10px;
  padding-top: 0;
  padding-bottom: 5px;
  background: url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/bullet_arrow.png?t=1527148986669) no-repeat 0 5px;
}

.body-container .hs-menu-flow-vertical.no-flyouts ul ul ul li {
  background: none;
}

@media (max-width: 960px) {
  .body-container .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;
  }
  .body-container .hs-menu-flow-vertical.flyouts ul ul{
    padding: 0px;
    border: 0;
    background-color:transparent;
    min-width:0px;
    margin-top:0;
  }
  .body-container .hs-menu-flow-vertical.flyouts ul ul li a{
    margin-left:20px;
    width:auto;
  }
  .body-container .hs-menu-flow-vertical.flyouts ul ul ul li a{
    margin-left:40px;
  }

}


/* 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:801px) {
  .custom-menu-primary .hs-menu-wrapper{
    display:block !important;
  }
}


/* ==========================================================================
Mobile Menu - TinyNav Select Menu
========================================================================== */


.tinynav { display: none; }


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

@media (max-width: 800px) {

  .tinynav { 
    display: block; 
  }
  .header-container .custom-menu-primary .hs-menu-flow-horizontal > ul {
    display: none !important; 
  }

  .header-container .custom-menu-primary{
    width:100%;
    margin-left:0;
    float:left;
  }
  .custom-menu-primary > div{
    padding:20px 10px;
    margin:0 -10px;
    background-color: #2a2a2a;
  }

  select#tinynav2{
    display: block;
    background: #2a2a2a url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/responsive-drop-arrow.png) right center no-repeat;
    width: 100%;
    font-weight: bold;
    -webkit-appearance: none;
    border: 1px solid #2a2a2a;
    padding: 0;
    color: #fff;
    height: 42px;
    line-height: 1.500em;
    font-family: inherit;
    margin:0;
    max-width:100%;

  }

  select#tinynav2 option{
    display: block;
    background: #f5f5f5;
    width: 100%;
    font-weight: normal;
    -webkit-appearance: none;
    border: 1px solid #2a2a2a;
    padding: 0;
    color: #171717;
    font-size: 12px;
    padding:0 10px;
  }

}


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


/* =============== General Blog Styles =============== */
.custom_featured-image img {
    object-fit: cover;   
}


.blog-sidebar .hs-rss-item-text:not(.hs-with-featured-image) {
   width: 100%;
   float: none;
}

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

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {
  padding-bottom:20px;
}


/* Blog Columns */
.blog-sidebar{
  line-height:1.4em;
}
.blog-sidebar .widget-span{
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}
.blog-sidebar h3:first-child{
  font-weight: 400;
  font-size: 1.750em;
  text-transform:none;
}
.blog-sidebar.left{}

.blog-sidebar .widget-span{
  margin: 0 0 20px 0;
}

.blog .blog-content.span8{
  width: 66%;
}
.blog .blog-sidebar.span4{
  margin:0;
  float: right;
  width: 32%;
}

@media (max-width: 767px){
  .blog .blog-content.span8{
    width: 100%;
  }
  .blog .blog-sidebar.span4{
    width:100%;
  }
}

.hs-blog-listing .custom_sidebar-rss{
  display:none;
}

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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2,
h2.post-listing-simple{
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
}
.custom_date{
  margin-bottom: 10px;
  font-size: 12px;
}
.post-header h2 a {}

/* Blog Author and Avatar */
.hs-blog-post .post-header{
  font-size:16px;
}
.post-header h1{
  font-size: 2.250em;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.4em;
}
#hubspot-author_data{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #999;
  padding: 0;
}
#hubspot-author_data a{
  color:inherit;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin: 15px 0 15px;
  padding: 0 0 5px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  overflow:hidden;
}
.blog-post-wrapper .post-body {}

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

.custom_featured-image{
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

/* Pagination */
.blog-pagination{
  width: 100%;
  line-height: 13px;
  font-size: 11px;
  text-shadow: 1px 1px 1px #FFF;
  clear: both;
  padding-left:10px;
  position: relative;
  bottom:-1px;
}
.blog-pagination .page-number{
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #666;
  background: #EEE;
}

.blog-pagination ul.pagination{
  list-style-type: none;
  margin:0;
  padding: 0;
  float:left;
}
.blog-pagination ul.pagination li{
  float:left;
}
.blog-pagination ul.pagination li a{
  display: block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #666;
  background: #EEE;
}
.blog-pagination ul.pagination li a:hover,
.blog-pagination ul.pagination li.active a{
  padding: 6px 9px 5px 9px;
  background: #D7D7D7;
}
.blog-pagination ul.pagination li.active a{
  pointer-events: none;
}


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


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

.blog .blog-sidebar {}

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

.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
  float: left; 
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text,
.blog-sidebar  .hs-rss-item-text{
  width:calc(100% - 74px);
  float:right;
  padding-right:0;
}
.blog-sidebar .hs-rss-title{
  font-size: 0.875em;
  font-weight: 600;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.4em;
  display: block;
}
.blog-sidebar .hs-rss-item {
  margin-bottom: 10px;
}
.blog-sidebar .hs-rss-item:last-child {
  margin-bottom: 0px;
}
.blog-sidebar .hs-rss-item,
.sidebar .hs-rss-item{
  display:inline-block;
  width:100%;
}


.sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
  float: left; 
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.sidebar  .hs-rss-item-text,
.sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
  width:calc(100% - 74px);
  float:right;
  padding-right:0;
}
.sidebar .hs-rss-title{
  font-size: 0.875em;
  font-weight: 600;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.4em;
  display: block;
}
.sidebar .hs-rss-item {
  margin-bottom: 10px;
}
.sidebar .hs-rss-item:last-child {
  margin-bottom: 0px;
}
/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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

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

.hs-author-avatar {
  max-width: 100px;
  margin: 15px 20px 15px 0;
  float: left;
}
.hs-blog-post .hs-author-avatar,
.hs-blog-post .hs-author-social-section {
  display: none;
}
.hs-author-avatar img {
  border-radius: 50%;
}
.hs-author-profile {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #666;
}
.hs-author-profile:after {
  display: table;
  content:'';
  clear: both;
}
.hs-author-profile .hs-author-bio {
  padding-top: 15px;
}
.hs-author-profile .hs-author-social-section {
  margin: 15px 0 0;
}

h3.hs-author-listing-header {
  margin:10px 0 20px;
}


@media (max-width: 960px) {

  /* Content Columns */
  .blog-content,
  .blog-sidebar{
    margin-left:0 !important;
    width: 100% !important;
  }

  .blog-content{
    padding-bottom:15px;
    margin-bottom:25px;
    border-bottom: 4px solid #eee;
    margin-left:-10px !important;
    margin-right:-10px !important;
    width: auto !important;
    float:none !important;
    padding-left:10px;
    padding-right:10px;
  }
  .blog-sidebar .widget-span{
    max-width: 307px;
    margin-left:auto !important;
    margin-right:auto !important;
    float:none;
  }
} 

@media (max-width: 480px) {
  .hs-author-avatar {
    margin: 15px 0;
    float: none;
  }
  .hs-author-profile .hs-author-bio {
    padding-top: 0;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body {
    overflow: visible;
  }
}

@media (max-width:399px) {
  .hs-author-profile .hs-author-avatar{
    float:none;
  }
}

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


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

/* Form Field */
.hs-form-field {
  margin:16px 0 0;
}

.blog-sidebar .hs-form-field {
  margin-top:0;

}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: inline-block;
  line-height: 1.3;
  margin-bottom:7px;
  font-weight: bold;
  color: #000;
  clear: both;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  outline:none;
  width:100%;
  padding: 5px 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
  margin: 7px 0;
  display:block;
  max-width:600px;
}

.sidebar input[type="text"],
.sidebar input[type="password"], 
.sidebar input[type="datetime"], 
.sidebar input[type="datetime-local"], 
.sidebar input[type="date"], 
.sidebar input[type="month"], 
.sidebar input[type="time"], 
.sidebar input[type="week"], 
.sidebar input[type="number"], 
.sidebar input[type="email"], 
.sidebar input[type="url"], 
.sidebar input[type="search"], 
.sidebar input[type="tel"], 
.sidebar input[type="color"],
.sidebar input[type="file"],
.sidebar textarea,
.sidebar select,
.blog-sidebar input[type="text"],
.blog-sidebar input[type="password"], 
.blog-sidebar input[type="datetime"], 
.blog-sidebar input[type="datetime-local"], 
.blog-sidebar input[type="date"], 
.blog-sidebar input[type="month"], 
.blog-sidebar input[type="time"], 
.blog-sidebar input[type="week"], 
.blog-sidebar input[type="number"], 
.blog-sidebar input[type="email"], 
.blog-sidebar input[type="url"], 
.blog-sidebar input[type="search"], 
.blog-sidebar input[type="tel"], 
.blog-sidebar input[type="color"],
.blog-sidebar input[type="file"],
.blog-sidebar textarea,
.blog-sidebar select {
  margin:0 0 7px;
  font-size: 0.875em;
}

.blog-sidebar .hs-form-required{
  display: none;
}


.blog-sidebar .hs-form-field > label{
  display: inline;
}
.sidebar ul.hs-error-msgs,
.blog-sidebar ul.hs-error-msgs{
  margin:0 0 7px;
}
.blog-sidebar  h3.form-title:first-child{
  font-size: 1.250em;
}
.sidebar form p,
.blog-sidebar form p{
  margin:0 0 10px;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

.hs-form-required{
  margin-left: 4px;
  color: #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.invalid, 
textarea.invalid, 
select.invalid {
  border-color: #ff0000;
  background-color: #ffdfe0;
}
ul.hs-error-msgs{
  margin:0;
  color:red;
  list-style-type: none;
}


.right-sidebar-form ul.hs-error-msgs.inputs-list {
    margin: 10px 10px;
    list-style-type: none;
    font-size: 14px;
}

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

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

/* Placeholder Text */
.cyber-service .hs-input::-webkit-input-placeholder,
 .right-lay.hs-content-id-5811641819 .hs-input::-webkit-input-placeholder{
  display: block;
  font-size: 11px;
  letter-spacing: .5pt;
  color: #2a2a2a;
  line-height: 1.500em;
} /* Webkit Browsers */
.cyber-service .hs-input:-moz-placeholder,
.right-lay.hs-content-id-5811641819 .hs-input:-moz-placeholder{
  display: block;
  font-size: 11px;
  letter-spacing: .5pt;
  color: #2a2a2a;
  line-height: 1.500em;
} /* Firefox 18- */
.cyber-service .hs-input::-moz-placeholder,
.right-lay.hs-content-id-5811641819 .hs-input::-moz-placeholder{
  display: block;
  font-size:11px;
  letter-spacing: .5pt;
  color: #2a2a2a;
  line-height: 1.500em;
} /* Firefox 19+ */
.cyber-service .hs-input:-ms-input-placeholder,
.right-lay.hs-content-id-5811641819 .hs-input:-ms-input-placeholder{
  display: block;
  font-size: 11px;
  letter-spacing: .5pt;
  color: #2a2a2a;
  line-height: 1.500em;
} /* IE10 */

.right-lay.hs-content-id-5811641819 .hs-richtext p {
  padding-top: 25px;
  margin: 0;
}

.right-lay.hs-content-id-5811641819 .hs-form-field {
    margin: 8px 0 0;
}
/* =============== 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 {
  display: inline-block;
  line-height: 1.3;
  margin-bottom:7px;
  font-weight: bold;
  color: #000;
  clear: both;
}

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display:inline-block;
  text-align:center;
  outline:none;
  padding: 8px 14px;
  background-image: url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/alert-overlay.png);
  background-repeat: repeat-x;
  color: #fff;
  border: 1px solid #0088cc;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25)
    font-family: inherit;
  background-color: #f89829;
  border-color: #f89829;
  line-height:24px;
  margin-top:2px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  font-family:inherit;

}
.sidebar .hs-button.primary,
.sidebar input[type="submit"],
.sidebar input[type="button"],
.blog-sidebar .hs-button.primary,
.blog-sidebar input[type="submit"],
.blog-sidebar input[type="button"] {
  margin-top:0;
  padding: 6px 17px;
  letter-spacing:0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .sidebar .hs-button.primary,
  .sidebar input[type="submit"],
  .sidebar input[type="button"],
  .blog-sidebar .hs-button.primary,
  .blog-sidebar input[type="submit"],
  .blog-sidebar input[type="button"] {
    margin-top:0;
    padding: 6px 14px;
    letter-spacing:0;
  }
  .hs-button.primary,
  input[type="submit"],
  input[type="button"] {
    line-height:20px;
  }
}
@media all and (-ms-high-contrast:none){
  .sidebar .hs-button.primary,
  .sidebar input[type="submit"],
  .sidebar input[type="button"],
  .blog-sidebar .hs-button.primary,
  .blog-sidebar input[type="submit"],
  .blog-sidebar input[type="button"] {
    margin-top:0;
    padding:16px 14px;
    letter-spacing:0;
  }
  .hs-button.primary,
  input[type="submit"],
  input[type="button"] {
    line-height:20px;
  }
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: none;
}

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

/*Button Height Fix*/

button::-moz-focus-inner, 
input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.blog.hs-blog-listing .blog-sidebar .widget-span.widget-type-custom_widget {
	display: none;
}

textarea {
    height: 160px;
}

strong, b {
	font-weight: 700;
}

.cyber-service .hs-form-radio input:checked+span {
   font-weight: bold;
}

.body-container .hs-menu-flow-vertical li.hidden-parent {
   display: none;
}

.hs-content-id-5811641819 .wpb_wrapper .title-wrap {
    display: none;
}

.hsformerror {z-index: 5 !important;}
.checkbox-row span.fakelabel input {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.checkbox-row span.fakelabel span {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
p.header {margin-left: 0 !important;}
.subscribe-options label {margin: 0 !important;}
#email-prefs-form .email-edit {
  max-width: 100% !important;
  width: 100% !important;
}
#hs-pwd-widget-password {margin-top: 0 !important;max-width: 100% !important;width: 100% !important;}



.two-col-left-image-wrap .left-image {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 172px;
}

.two-col-left-image-wrap .right-content {
  float: left;
  width: calc(100% - 182px);
}

.two-col-left-image-wrap {
  margin-bottom: 38px;
}

.one-col-content-wrap h2{
  margin-bottom: 15px;
}

.one-col-content-wrap.hr-border {
  border-bottom: 1px solid #EBEBEB;
  padding: 0 0 16px;
  margin: 0 0 14px;
}

.one-col-content-wrap {
  margin: 0 0 3px;
  padding: 0 0 16px;
}

.one-col-content-wrap blockquote {
  padding: 5px 20px;
  border-left: 5px solid #eee;
  margin: 10px 0;
}

.one-col-content-wrap p:last-child {
  margin: 0;
}

.one-col-content-wrap blockquote:last-of-type {
  margin-bottom: 0;
}

.hs-content-id-5806609102 .one-col-content-wrap h2{
  margin-bottom: 3%;
}


/*=========== sharepoint layout =========*/

.case-accordion-grp h4.vc_tta-panel-title {
  display: block;
  padding: 14px 20px;
  padding-left: 46px;
  font-size: 1.125em;
  font-weight: 600;
  background-color: #f5f5f5;
  margin: 0;
  line-height: 1;
  border: solid 1px #f7f7f7;
  margin-bottom: -1px;
  cursor: pointer;
  position: relative;
}

.case-accordion-grp .case-accordion-item:first-child h4.vc_tta-panel-title{
  border-radius: 5px 5px 0 0;
}

.case-accordion-grp h4.vc_tta-panel-title a{
  color: #666;
}


.case-accordion-grp .icon-chevron {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  position: relative;
  font-size: inherit;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

.case-accordion-grp .icon-chevron::before {
  border-color: #666;
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-25%,-25%);
  -ms-transform: rotate(45deg) translate(-25%,-25%);
  transform: rotate(45deg) translate(-25%,-25%);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.case-accordion-grp .vc_tta-panel-body {
  padding: 14px 20px;
  border: solid 1px #f7f7f7;
  display: none;
  overflow: hidden;
}

.case-accordion-grp .vc_tta-panel-body .two-col-image-wrap {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}

.case-accordion-grp .vc_tta-panel-body .two-col-image-wrap .col6 {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.case-accordion-grp .vc_tta-panel-body .panel-content p:last-child{
  margin-bottom:0;
}

.case-accordion-grp h4.vc_tta-panel-title.active i:before {
  -webkit-transform: rotate(225deg) translate(-25%,-25%);
  -ms-transform: rotate(225deg) translate(-25%,-25%);
  transform: rotate(225deg) translate(-25%,-25%);
}

.case-accordion-grp h4.vc_tta-panel-title a:hover{
  text-decoration:none;
}

.case-accordion-grp {
  margin-bottom: 21.74px;
}

.sidebar-signup-form .hs-form-field > label{
  display:none;
}


/*=========== service package =========*/
.two-col-service-item .col6 {
  width: 50%;
  padding: 0 10px;
}

.two-col-service-item h3 {
  background: linear-gradient(#666,#333);
  margin: 0;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
}

.two-col-service-item .service-content {
  background: linear-gradient(#FCFCFC,#f0f0f0);
  color: #6f6f6f;
  font-size: 13px;
  transition: all .3s linear;
  padding: 15px 15px 30px;
  margin-bottom: 50px;
}

.two-col-service-item .service-content:hover{
  box-shadow: 0 0 7px rgba(167,167,167,.5);
}

.two-col-service-item .service-content p:last-child{
  margin-bottom:0;
}

.two-col-service-item {
  display: flex;
  justify-content: center;
  width: 100%;
}

.two-col-service-package {
  margin: 0 -10px;
}






/*=========================Sidebar Menu==============*/
.custom-sidebar-menu .hs-menu-wrapper > ul > li,.custom-sidebar-menu .hs-menu-wrapper > ul ul ul li {
  display: none;
}

.custom-sidebar-menu .hs-menu-wrapper>ul>li.active-branch, .custom-sidebar-menu .hs-menu-wrapper>ul>li.active-branch li.active-branch li{
  display: block;
}

.custom-sidebar-menu .hs-menu-flow-vertical > ul > li.active-branch > a {
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1.750em;
  -webkit-text-stroke: 1px transparent;
  margin-bottom: 3%;
  color: #2a2a2a;
  border-bottom: none;
  background: none;
  cursor: default;
  padding: 0;
}

.custom-sidebar-menu .hs-menu-flow-vertical > ul > li.active-branch > a:hover {
  text-decoration: none;
}

.right-lay-banner .custom-sidebar-menu .hs-menu-wrapper > ul.active-branch,
.custom-two-col-right-form-wrapper{
  padding: 10px 10px 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  margin: 0 0 20px 0;
}

.right-lay-banner .hs-form-field {
  margin: 5px 0;
}

.right-lay-banner .hs-form-field textarea {
  min-height: 160px;
}


/*================================Right Sidebar Form Type 2==============*/

.right-sidebar-form .hs_cos_wrapper_type_form{
  margin-bottom: 20px;
  padding: 10px;
  display: block;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

.right-sidebar-form h3{
  font-size: 1.250em !important;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 3.2%;
  text-transform: none;
}

.right-sidebar-form p{
  font-size: 1em;
  line-height: 19.6px;
  margin-bottom: 10px;
}

.right-sidebar-form .hs-form-field > label {
  display: none;
}

.right-sidebar-form .hs-form-field .hs-input{
  font-size: 0.875em;
  margin: 0 !important;
}

.right-sidebar-form .hs-form-field {
  margin: 7px 0;
}

.right-sidebar-form .hs-button.primary.large {
  margin: 0;
  padding: 6px 14px !important;
}

.sidebar.right.form .hs_cos_wrapper_type_form {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  display: block;
}


.sidebar-contact-form .hs_cos_wrapper_type_form{
  margin: 0 0 20px 0;
  padding: 10px;
  display: block;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

.sidebar-contact-form h3{
  font-size: 1.750em;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 2.5%;
}

.sidebar-contact-form .hs-input{
  font-size: 0.875em;
  margin: 0;
}

.sidebar-contact-form .hs-form-field {
  margin: 5px 0;
}

.custom-two-col-right-form-wrapper input.hs-button.primary.large {
  margin-top: 4px;
}

.custom-two-col-right-form-wrapper ul.hs-error-msgs.inputs-list {
    list-style-type: none;
}

/*================================Office 365 Managed Security Monitoring Training Service==============*/
.cm-header {
  text-align: center;
}

.two-column.right-lay .sidebar h3.form-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.750em;
  margin-top: 10px;
}

.two-column.right-lay .sidebar .hs-form-field > label {
  margin: 0.625em 0 0 0;
}

.two-column.right-lay .sidebar .input {
  margin: 10px 0;
}

.two-column.right-lay .sidebar .hs-input {
  width: 100% !important;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.two-column.right-lay .sidebar  input.hs-button.primary.large {
  padding: 8px 14px;
}

.two-column.right-lay  .sidebar .widget-span {
  margin: 0 0 15px 0;
}

/*========== SharePoint Managed Services Local Experts | Seattle,WA============*/

.right-lay-banner hr {
  margin-bottom: 35px;
  background-color: #EBEBEB;
  margin-top: 36px;
}


/*========== Partners | Vorsite - Seattle, WA============*/

.cm.image-with-content {
  margin-bottom: 15px;
}

.left-col-img-wrap {
  box-sizing: border-box;
  padding-right: 10px;
  width: 25%;
  display: inline-block;
}

.image-cont-width .left-col-img-wrap {
  width: 50%;
}

.image-cont-width .left-col-img {
  text-align: left;
  padding-top: 50px;
}

.left-col-img {
  text-align: left;
}

.right-col-con .wpb_wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}

.wpb_wrapper img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.right-col-con-wrap {
  width: 75%;
  margin-bottom: 15px;
  display: inline-block;
  float: right;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:20px;
}

.image-cont-width .right-col-con-wrap {
  width: 50%;
  padding-top:60px
}

.cm-image-with-content:after {
  content: "";
  display: table;
  width: 100%;
}

.wpb_text_column.wpb_content_element p {
  margin-bottom: 0;
}

/*========== Cloud Backup FAQ | Vorsite - Seattle, WA============*/
.cm-title h4.active .vc_toggle_icon::after {
    height: 10px;
    width: 2px;
    visibility: hidden;
}

.cm-accordion-item{
  display: block;
  margin: 0 0 9.31677019px 0;
  padding: 0;
  font-size: 1em;
  margin-bottom: 32px;
}

.cm-title {
  padding-left: 33px;
  cursor: pointer;
  display: block;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.cm-title h4 {
  font-size: 1.150em;
  font-weight: 600;
  margin-bottom: 2.7%;
}

.cm-accordion-content-wrapper {
  display: none;
  padding-left: 33px;
  margin-bottom: 9.31677019px;
  margin-top: 1em;
}

.cm-title:hover .vc_toggle_icon {
  background-color: #444444;
}

i.vc_toggle_icon {
  position: absolute;
  left: 0;
  top: 54%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 26px;
  width: 26px;
  background-color: #2A2A2A;
  border: 2px solid transparent;
  border-radius: 0;
  display: inline-block;
}
.vc_toggle_icon::before {
  height: 2px;
  width: 10px;
}

.vc_toggle_icon::before,.vc_toggle_icon::after {
  background-color: #FFFFFF;
}

.vc_toggle_icon::before, .vc_toggle_icon::after {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vc_toggle_icon::after {
  height: 10px;
  width: 2px;
}

/*========== Migrate Servers To Azure============*/

.vc_row.wpb_row.vc_row-fluid {
  margin-bottom: 15px;
}

.wpb_column.vc_column_container.vc_col-sm-3 {
  width: 25%;
  float: left;
}

.vc_column-inner {
  box-sizing: border-box;
  padding-right: 10px;
  width: 100%;
}

.wpb_column.vc_column_container.vc_col-sm-9 .vc_column-inner {
  padding-left: 8px;
}

.wpb_column.vc_column_container.vc_col-sm-6.content .vc_column-inner {
  padding-left: 15px;
}

.wpb_column.vc_column_container.vc_col-sm-6.content p:last-child {
  margin-bottom: 0;
}

.wpb_single_image.wpb_content_element.vc_align_center {
  text-align: center;
}

figure.wpb_wrapper.vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}

.vc_single_image-wrapper.vc_box_border_grey {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.vc_single_image-wrapper.vc_box_border_grey img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.wpb_column.vc_column_container.vc_col-sm-9 {
  width: 75%;
  float: left;
}

.wpb_column.vc_column_container.vc_col-sm-9 p {
  margin: 0 0 1em;
}

.wpb_column.vc_column_container.vc_col-sm-6 p {
  margin: 0 0 1em;
}
.wpb_column.vc_column_container.vc_col-sm-6 {
  width: 50%;
  float: left;
}
.vc_row.wpb_row.vc_row-fluid:after {
  display: table;
  content: "";
  width: 100%;
}

/*======== two col right sidebar form =================*/

.responsive-frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.vll-video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.two-col-video-wrap .left-col,
.two-col-video-wrap .right-col{
  padding: 0 10px;
  float:left;
  width:50%;
}

.two-col-video-wrap {
  margin: 0 -10px 15px;
}

.play {
  background: url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/download.png) no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out;
}

.play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.testimonial-item {
  background-color: #eee;
  padding: 20px;
  margin: 0 0 20px 0;
  overflow: hidden;
}

blockquote.testimonials-text {
  font-style: normal;
  font-size: 14px;
  margin: 0;
}

a.avatar-link {
  display: block;
  float: left;
  width: auto;
  height: auto;
  border: none;
  margin: 0 10px 6px 0;
}

cite.author {
  line-height: normal;
  font-size: 1em;
  display: block;
  font-weight: bold;
  margin-top: 10px;
  font-style: normal;
}

span.excerpt {
  line-height: normal;
  font-size: 1em;
  display: block;
}

a.avatar-link img {
  max-width: 100px;
}

/*======== end two col right sidebar form =================*/
/*========================Referral Program==============*/
.right-lay-banner.type2 blockquote {
  padding: 5px 20px;
  border-left: 5px solid #eee;
  margin: 10px 0;
}

.right-lay-banner.type2 .main-content form h2 {
  margin: 16px 16px 28px 0;
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.4em;
}

.right-lay-banner.type2 .main-content form label {
  margin: 0.625em 0 0 0;
}

.right-lay-banner.type2 .main-content form {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom:10px;
}

.right-lay-banner.type2 .main-content form .hs-form-field {
  margin-top: 16px;
}


/*========================DropBox Integration==============*/

.top-img {
  text-align: center;
  margin-bottom: 15px;
}

.three-col-content--img-wrap {
  box-sizing: border-box;
  width: 100%;
}

.top-img img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.three-col-content-wrap {
  margin-bottom: 15px;
}

.center-col-con-wrap,
.right-col-conte-wrap,
.left-col-con-wrap{
  width: 33.33333333%;
  float:left;
}

.center-col-con-wrap-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.left-col-con h2,
.right-col-con h2,
.center-col-con h2{
  text-align: center;
  font-size: 2.250em;
  line-height: 1.4em;
  font-weight: 300;
  -webkit-text-stroke: 1px transparent;
  margin-bottom: 3%;
}

.left-col-con h2 span,
.right-col-con h2 span,
.center-col-con h2 span{
  color: #ff6600;
}

.three-col-content--img-wrap  .left-col-con p,
.three-col-content--img-wrap  .right-col-con p,
.three-col-content--img-wrap  .center-col-con p{
  text-align: center;
  margin-bottom: 0;
}

.three-col-content-wrap:after {
  content: "";
  display: table;
  width: 100%;
}

.right-lay-banner .vll-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/sddefault-1.jpg);
}

.two-column.right-lay-banner .main-content.span8 {
  padding-right: 0;
}

.right-col-conte-wrap .center-col-con-wrap-inner {
  padding-right: 0;
}



.left-col-con-wrap .center-col-con-wrap-inner {
  padding-left: 0;
}


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

.right-image-cont-wrap {
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}

.left-col-cont {
  width: 66.66666667%;
  float: left;
}

.left-col-cont-inner {
  padding-right: 10px;
  width: 100%;
  box-sizing:  border-box;
}

.right-col-image {
  float: left;
  width: 33.33333333%;
}

.right-col-image-inner {
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.right-col-image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.right-image-cont-wrap:after {
  content: "";
  display: table;
  width: 100%;
}

.left-col-cont-inner p {
  margin: 0;
}

.right-lay-banner.type2 .testimonial-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.right-lay-banner.type2 blockquote.testimonials-text {
  padding: 0;
  border: none;
  margin: 0;
}

.right-lay-banner.type2 a.avatar-link img {
  max-width: 50px;
}

.right-lay-banner.type2 hr {
  margin-bottom: 18px;
  background-color: #EBEBEB;
  margin-top: 0px;
}

.right-lay-banner.type2 iframe {
  width: 100%;
  background-color: #f7f7f7;
  padding: 5px;
}



/*=========================Get Office 365 Cyber Security Service - Webinar=========================*/


.warning_wrapper .graybox {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  margin-top: 15px;
}

.warning_wrapper .fa-stack.fa-lg.pull-left.fa-2x {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
  font-size: 2em;
}

.warning_wrapper .fa-stack-1x {
  line-height: inherit;
}

.warning_wrapper .fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.warning_wrapper .fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.warning_wrapper .fa-stack-2x {
  font-size: 2em;
  color: #bb0000
}

.warning_wrapper .fa-envelope:before {
  content: "\f0e0";
}

.warning_wrapper .fa-ban:before {
  content: "\f05e";
}


.warning_wrapper .graybox p {
  overflow: hidden;
  margin: 0 0 1em;
  line-height: 24px;
}


/* =============== Contact Us =============== */
.contact-us  .content-sidebar-wrap {
  padding-top: 31px;
}

.contact-us .main-content .hs-form-field {
  margin: 16px 0;
}

.contact-us .main-content form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-us .main-content .hs-form-field > label {
  font-weight: bold;
  color: #000;
  margin: 0.625em 0 0 0;
}

.contact-us .ifram-wrapper .page-center {
  padding-top: 20px;
}

.contact-us .content-wrapper {
  padding-top: 3px;

}


/* =============== Support Layout=============== */

.phone-support-wrapper {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}

.phone-support-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.support-lay .main-content form {
  max-width: 500px;
  margin: 0 auto;
}

.support-lay .main-content form h2 {
  margin: 30px 16px 28px 0;
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  line-height: 1.500em;
  color: #2a2a2a;
  font-weight: 700;
  font-size: 1.25em;
}

.support-lay .main-content .hs-form-field > label {
  font-weight: bold;
  color: #000;
  margin: 0.625em 0 0 0;
}

.support-lay .main-content textarea {
  min-height: 160px;
}


/* =============== Cyber Service =============== */
.cyber-service .main-content {
  max-width: 66% !important;
  margin: 0 auto !important;
  float: none !important;
}


.cyber-service .main-content .section-header h1{
  font-size: 2.250em;
  text-align: center;
  text-transform: none;
}

.cyber-service .main-content  form{
  max-width: 500px;
  margin: 0 auto;
}

.cyber-service  .hs-form fieldset.form-columns-2 label,
.right-lay.hs-content-id-5811641819  .hs-form fieldset.form-columns-2 label{
  display: none;
}

.cyber-service  form .hs-richtext {
  padding-top: 7px;
}

.cyber-service form .hs-richtext p {
  margin: 0;
}
.cyber-service form .hs-richtext span,
.right-lay.hs-content-id-5811641819 .hs-richtext span {
    margin-left: 4px;
    color: #ff0000;
}

.cyber-service .hs-form-field > label {
  font-weight: bold;
  color: #000;
  margin: 0.625em 0 0 0;
}

.cyber-service .hs-form-field {
  margin: 11px 0 0;
}

.cyber-service form.hs-form fieldset .hs-form-field {
  padding: 0 0 0 0;
}

.cyber-service .hs-form fieldset.form-columns-2 .hs-form-field{
  margin: 2px 0 32px;
  padding-right: 15px;
}

.right-lay.hs-content-id-5811641819 .hs-form fieldset.form-columns-2 .hs-form-field {
   margin: 2px 0 25px;
  padding-right: 15px;
}
.cyber-service .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-right: 0;
}

.cyber-service form .hs-richtext h2 {
  font-weight: 700;
  font-size: 1.25em;
  border-bottom: 1px solid #CCC;
  margin: 0px 16px 28px 0;
  padding: 0px 16px 8px 0;
}

.cyber-service form ul.inputs-list {
  margin: 6px 0;
}

.cyber-service form li.hs-form-radio {
  margin: 0 0 8px;
  line-height: 1.3;
}

.cyber-service form input {
  font-size: 12px;
  margin-top: 6px;
  margin-left: 1px;
  vertical-align: bottom;
}

.cyber-service form .hs-form-radio label span {
  margin: 2px 0 0 4px;
  line-height: 1.5;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: inherit;
  cursor: pointer;
}

.cyber-service  .content-wrapper {
  padding-bottom: 40px;
}

.cyber-service  .hs-input {
  padding: 6px 10px ;
}



/* =============== Enhancing Office 365 =============== */

.cm-enhance h2 {
  padding-top: 15px;
  text-align: center;
}

.cm-enhance .sidebar h3:first-child.form-title {
  letter-spacing: normal;
  margin: 10px 0 6px;
  font-weight: 700;
  font-size: 1.25em;
}

.cm-enhance .sidebar form label {
  display: none;
}

.cm-enhance .sidebar .hs-input {
  font-size: 1em !important;
}

.cm-enhance table,.cm-enhance th,.cm-enhance td {
  border: 1px solid black;
  vertical-align: top;
}

.cm-enhance table {
  border-collapse: collapse;
}

.cm-enhance table p {
  margin-left: 5px;
  margin-right: 5px;
}

.cm-enhance .main-content p {
  margin-bottom: 0;
}

.cm-enhance .hs-form-field {
  margin: 17px 0 0;
}

.cm-enhance .sidebar.right.form {
  margin-bottom: 15px;
}

.cm-enhance .sidebar.right.form .hs_cos_wrapper_type_form {
  padding: 10px 14px;
}


/* ===============Licensing=============== */
.cm-enhance.licency .main-content p {
  margin: 0 0 1em;
}

.cm-enhance.licency .sidebar.right.form .hs_cos_wrapper_type_form {
  padding: 4px 10px 10px;
}

.cm-enhance.licency .sidebar h3:first-child.form-title {
  margin: 0;
  font-size: 18pt;
  line-height: 1.500em;
  font-weight: normal;
  color: #2a2a2a;
}

.cm-enhance.licency .hs-form-field {
  margin: 16px 0 0;
}
.cm-enhance.licency .hs-button.primary.large {
  padding: 8px 14px;
}


.cm-enhance.licency  .testimonial-item {
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  margin-top: 15px;
}

.cm-enhance.licency blockquote.testimonials-text {
  font-style: normal;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  color: #171717;
}

.cm-pricing-table {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.cm-pricing-table-item {float: left;width: 50%;}

.cm-pricing-table-head {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 16pt;
  padding: 8px 4px;
  background-color: #f5f5f5;
}

.cm-pricing-table-head p {
  margin-bottom: 0 !important;
}

.cm-pricing-table:after {
  display:  table;
  content:  "";
  width: 100%;
}

.cm-price-wrap {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 4px;
}

.cm-pricing-table-item .desription {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 4px;
}

.cm-pricing-table-item:nth-child(2n+1) {
  clear: left;
}

.cm-pricing-table-item .desription ul {
  margin-bottom: 0;
}



/* =============== Managed Service =============== */

.three-column-image-wrapper.clearfix {
  text-align: center;
}

.span4.three-col-content a p {
  padding-top: 15px;
}



/* =============== Office 365 Migration =============== */

.office-lay .body-container .hs-menu-flow-vertical ul li a {
  line-height:normal;
}

.office-lay .body-container .hs-menu-flow-vertical>ul>li>ul>li {
  margin: 0;
  margin-left: 5px;
}

.office-lay a.avatar-link img {
  max-width: 75px;
}

.office-lay  .right-sidebar-form .hs-form-field .hs-input {
  font-size: 14px;
  margin: 0 !important;
}

.office-lay .right-sidebar-form .hs-form-field {
  margin-top: 16px;
}

.office-lay .content-wrapper {
  padding-bottom: 60px;
}

.office-lay .main-content ul{
  margin: 10px 30px 10px;
}

.office-lay a.awesome.orange.large {
  font-size: 1em;
  padding: 10px 16px 11px;
  background: #222 url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/alert-overlay-1.png) repeat-x;
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f89829;
  margin-left: 55px;
  margin-right: 20px;
}

.office-lay a.awesome.orange.large:hover {
    background-color: #f89829;
    text-decoration: none;
    background-image: none;
}

.office-lay .cm-top-pane .hs_cos_wrapper_type_module {
  margin-bottom: 15px;
}
/* =============== Cyber Security & Support Service=============== */
.fact-wrapper {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-left-color: #000000;
  border-left-style: solid;
  border-right-color: #000000;
  border-right-style: solid;
  border-top-color: #000000;
  border-top-style: solid;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  clear: left;
  max-width:  82%;
  box-shadow: 5px 5px 5px #ccc;
  margin: 0px auto;
}

.cyber-security-fact:after {
  clear: right;
  content:  "";
  display:  table;
  width: 100%;
}

.fact-wrapper p span {
  font-size: 14pt;
}

.fact-wrapper ul {
  margin-right: 0;
  margin-left: 25px;
  margin-bottom: 0;
}

.cyber-curity a {
  background-color: #f89829;
  font-size: 1em;
  padding: 10px 16px 11px;
  background-image: none;
  background: #222 url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/alert-overlay-1.png) repeat-x;
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f89829;
}

.cyber-curity a:hover {
  background-color: #f89829;
  text-decoration: none;
  background-image: none;
}
/*==================Simple It=====================================*/

.fw-lay .body-container img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.cm-service-main-wrap {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}
.cm-service-main-wrap .cm-service-head {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-top: 16px;
  font-size: 16pt;
  font-weight: 700;
  width: calc(100% - 1px);
}
.cm-service-main-wrap .services-item {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-top: 16px;
  vertical-align: top;
  width: calc(100% / 3);
  float: left;
  min-height: 60px;
}
.cm-service-main-wrap .cm-service-body:after {
  content:  "";
  display:  table;
  width: 100%;
}
.cm-service-main-wrap .services-item img {
  vertical-align: middle;
  width: 30px;
}
.cm-one-col-img-with-btn-wrap > div {
  width:  33.33%;
  float:  left;
  text-align: center;
}
.cm-one-col-img-with-btn-wrap:after {
  content:  "";
  display:  table;
  width: 100%;
}
.cm-one-col-img-with-btn-wrap a.awesome.orange {
  background: #222 url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/alert-overlay-2.png) repeat-x;
  display: inline-block;
  padding: 6px 10px 7px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1em;
  padding: 10px 16px 11px;
  background-color: #f89829;
}
.cm-one-col-img-with-btn-wrap a.awesome.orange:hover {
  background-color: #f89829;
  text-decoration: none;
  background-image: none;
}
.cm-one-col-img-with-btn-wrap {
  margin-bottom: 35px;
}
.cm-one-col-img-with-btn-wrap img {
  text-align: center;
  margin: 0 auto 14px;
  display: block;
}
.cm-one-col-img-with-btn-wrap .cm-col-item.with-img a.awesome.orange {
  padding: 6px 10px 7px;
}


@media (max-width: 767px) {
  .fw-lay .body-container img.alignleft {
    float:  none;
    display:  block;
    margin: 0 auto 10px;
  }

  .fw-lay .main-content p {
    padding-left: 0 !important;
  }

  .cm-one-col-img-with-btn-wrap > div {
    width: 100%;
  }

  .cm-service-main-wrap .services-item {
    width: 100%;
  }

  .cm-service-main-wrap .cm-service-head {
    width: 100%;
  }

}
.custom-sidebar-menu .hs-menu-flow-vertical > ul > li.active-branch > a {
  pointer-events: none;
}


/*==================BackUP=====================================*/


.backup-lay .cm-top-pane iframe {
  margin: 0;
  padding: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

.backup-lay .cm-top-pane {
  margin-bottom: 15px;
}

.backup-lay .main-content.wrap-section h2:last-child {
  margin-bottom: 15px;
}

.cm-equal-col-wrap > div {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.cm-equal-col-wrap {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}

.fw-lay .body-container .cm-equal-col-wrap > div  img.alignleft {
  margin-bottom: 0;
}

.cm-equal-col-wrap:after {
  content:  "";
  display:  table;
  width: 100%;
}

.backup-lay .body-container .hs-menu-flow-vertical ul > li >ul >li {
  margin: 0;
}

.backup-lay .body-container .hs-menu-flow-vertical ul li a {
  line-height: normal;
}

.cm-business-data-wrap {
  border-top: 1px solid #EBEBEB;
  padding-top: 15px;
}

.cm-equal-col-wrap .col-right p {
  margin:  0;
}

.cm-business-data-wrap .cm-section-title {
  text-align: center;
}

.cm-business-data-wrap .data-group {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}

.cm-business-data-wrap .data-group:after {
  content:  "";
  display:  table;
  width: 100%;
}

.cm-business-data-wrap .data-group .cm-col {
  float:  left;
  padding: 0 10px;
}

.cm-business-data-wrap .data-group .content-col {
  width: 25%;
  line-height: 1;
}

.cm-business-data-wrap .data-group .img-col {
  width: 50%;
}

.cm-business-data-wrap .data-group .content-col .top-col {
  margin-bottom: 15px;
}

.cm-business-data-wrap .data-group .content-col .bottom-col {
  padding-top: 25px;
}

.cm-business-data-wrap .data-group .content-col .inner-col {
  font-size: 8pt;
  line-height: normal;
}

.backup-lay .right-sidebar-form .hs-form-field .hs-input {
  line-height: normal;
  font-size: 1em;
}

.backup-lay .right-sidebar-form .hs-form-field {
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 7px;
}

.backup-lay .right-sidebar-form .hs-richtext {
  padding-bottom: 7px;
}

.three-column-image-wrapper .three-col-content.col1 a#cta_button_3022878_b13f7dab-f146-4930-9de9-e748da8e18d6 {
   background: #222 url(//cdn2.hubspot.net/hubfs/3022878/VorsiteCorporation_August2017/Layout/alert-overlay.png) repeat-x !important;
   display: inline-block;
   padding: 14px 16px 11px !important;
   color: #fff !important;
   text-decoration: none;
   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
   -webkit-border-radius: 3px !important;
   -moz-border-radius: 3px !important;
   border-radius: 3px !important;
   position: relative;
   cursor: pointer;
   text-transform: uppercase;
   background-color: #f89829 !important;
}
.three-column-image-wrapper .three-col-content.col1 a#cta_button_3022878_b13f7dab-f146-4930-9de9-e748da8e18d6:hover {
   background-color: #f89829 !important;
   text-decoration: none;
   background-image: none !important;
}



/*========== home layout =========*/
.home-page .one-col-icon-item a {
display: inline-block;
}
.home-page .one-col-icon-item a i {
transition: all 0.2s ease-in-out;
}

.home-page form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    list-style-type: none;
}

.home-page input.invalid, textarea.invalid, select.invalid {
    background-color: #fff;
    border: 1px solid #aaa;
}

.home-page ul.hs-error-msgs.inputs-list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.home-page .form-group .submitted-message {
    color: #fff;
}

.home-page .hs-error-msgs label {
    font-size: 14px;
}

.home-page .section-one-wrapper {
  background-color: #f9f9f9 !important;
  padding: 26px 0 0;
}

.home-page .section-one-wrapper h3{
  font-size: 31.5px;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
  margin-bottom: 28px;
}

.home-page .section-one-wrapper p{
  font-family: tahoma,arial,helvetica,sans-serif;
  font-size: 14pt;
  line-height: 1.4;
  margin-bottom: 15px;
}

.home-page .sec-one-rt-flexi-col ul{
  list-style:none;
  margin:4px 0 0;
  padding:0;
  display:block;
}

.home-page .sec-one-rt-flexi-col ul li a{
  display: block;
  padding: 20px 10px;
  background-color: #f89829;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 20px;
}

.home-page .sec-one-rt-flexi-col ul li a:hover{
  text-decoration: none;
  background-color: #f28a13;
}

.home-page .sec-one-rt-flexi-col ul li a strong{
  font-weight: 700;
  display: block;
  font-size: 1.250em;
}

.home-page .sec-one-rt-flexi-col {
  font-size: 0.875em;
}

.home-page .section-one-wrapper p:last-child{
  margin-bottom: 7px;
}

.home-page .section-two-wrapper.grey-bg {
  background-color: #373839 !important;
  padding:15px 0 ;
  font-size: 0.875em;
}

.home-page .section-two-wrapper.grey-bg h3{
  color: #fff;
}

.home-page .section-two-wrapper.grey-bg h3 a{
  color: #fff;
}

.home-page .section-two-wrapper.grey-bg h3 a:first-child {
    text-decoration: none;
}

.home-page .section-three-wrapper {
  padding: 15px 0 0;
  font-size: 0.875em;
}

.home-page .section-three-wrapper ol{
  counter-reset: my-awesome-counter;
  margin: 14px 0 0;
}

.home-page .section-three-wrapper ol li {
  counter-increment: my-awesome-counter;
  list-style: none;
  position: relative;
  padding-left: 45px;
  margin: 0 0 1em;
}

.home-page .section-three-wrapper ol li:before {
  content: "";
  content: counter(my-awesome-counter);
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  background: #f89829;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  left: 0;
  font-family: fontawesome;
  font-size: 18.6667px;
  top: 3px;
}

.home-page .section-three-heading {
  margin-bottom: 15px;
}

.home-page .two-col-left-image-wrap .left-image{
  max-width: 100px;
}

.home-page .section-four-wrapper {
  background-color: #373839 !important;
  padding: 15px 0;
  margin-top: 15px;
  font-size: 0.875em;
}

.home-page .section-four-wrapper h3{
  color: #fff;
}

.home-page .section-five-wrapper {
  padding: 15px 0;
  font-size: 0.875em;
  overflow: hidden;
}

.home-page .one-col-icon-wrapper .hs_cos_wrapper_type_module {
  width: 25%;
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.home-page  .one-col-icon-item a {
  display: block;
  margin: 0 0 1em;
  padding: 0 0 1px;
}

.home-page .one-col-icon-wrapper{
  margin:0 -10px;
}

.home-page .one-col-icon-item a:hover .fa-stack-2x{
  color: #666;
  transition: all 0.2s ease-in-out 0s;
}

.hs-one-col-cont-bg-img.vaparallax {
  padding: 50px 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.hs-one-col-cont-bg-img.vaparallax > .inner-wrapper {
    padding-bottom: 15px;
}
.hs-one-col-cont-bg-img.vaparallax .content-wrapper{
  padding:0 !important;
}

a#cta_button_3022878_7d86fc1b-718b-4b73-8a99-97c50aadf48b{
  background: #222 url(//cdn2.hubspot.net/hubfs/3022878/Vorsite-May2018/Images/alert-overlay-1.png) repeat-x !important;
  display: inline-block;
  padding: 14px 16px 11px !important;
  color: #fff !important;
  text-decoration: none;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f89829 !important;
  font-size: 0.875em !important;
}
.hs-three-col-eq-bg-img {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 35px;
    background-color: #ecf0f1;
    background-position: center;
    background-repeat: no-repeat;
}
.hs-three-col-eq-bg-img .inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.hs-three-col-eq-bg-img .page-center.heading-grp {
    margin-bottom: 15px;
}
.hs-three-col-eq-bg-img .heading-grp .page-center-inner h1 {
    margin-top: 15px;
    margin-bottom: 0;
}
.hs-three-col-eq-bg-img .heading-grp .heading-wrapper {
    font-size: 0.875em;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col {
    width: 33.33333333%;
    float: left;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col .page-center-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col .page-center-inner .content-group {
    padding-top: 50px;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-coleq-inner-grp {
    margin: 0 -10px;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .middle-col .content-group {
    padding-top: 66px !important;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col p span {
		line-height: 1.4em;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .middle-col .content-group p strong img {
    margin: 0 10px 7px 0;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group {
    background-color: #373839;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group h3 {
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 24.5px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    text-transform: none;
    line-height: 1em;
  	margin-bottom: 8%;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group .hs_cos_wrapper_type_form h3.form-title {
    margin: 0;
    display: none;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group .hs-form {
    padding: 0 15px 15px;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group .hs-form .hs-form-field > label {
    display: none;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .page-center-inner {
    padding-left: 0;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group .hs-form .hs-form-field {
    margin: 0;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group .hs-form .hs-form-field .hs-input {
    margin: 0 0 7px;
}
.hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group .hs-form .hs-form-field .hs-input {
    margin: 0 0 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
}

/*============ media queries =========*/
@media (min-width:768px) {
 .cm-image-with-content {
   margin-bottom: 15px;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-orient: horizontal;
   -moz-box-orient: horizontal;
   -webkit-box-direction: normal;
   -moz-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   align-items:center;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
  }
  .cm-image-with-content:after {
     display: none;
  } 
}


@media(max-width:991px){
  .home-page .body-container-wrapper .page-center {
    padding: 0 13px;
  }
  .hs-three-col-eq-bg-img .inner-wrapper .page-center.three-col-eq-grp,
  .hs-three-col-eq-bg-img .inner-wrapper .page-center.heading-grp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media(max-width:959px){
  .sidebar-contact-form .hs_cos_wrapper_type_form{
    max-width: 307px;
    margin: 0 auto 20px auto;
  }
  .home-page .body-container-wrapper .page-center {
    padding: 0 20px;
  }
  .hs-three-col-eq-bg-img .inner-wrapper .page-center.three-col-eq-grp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media(max-width:767px){
  .case-accordion-grp .vc_tta-panel-body .two-col-image-wrap .col6{
    float: none;
    width: 100%;
  }
.office-lay a.awesome.orange.large {
    margin-bottom: 10px;
}
  
  .case-accordion-grp .vc_tta-panel-body .two-col-image-wrap img{
    margin: 0 auto 0 !important;
  }

  .two-col-service-item{
    flex-direction: column;
  }

  .two-col-service-item .col6 {
    width: 100%;
    padding: 0 10px;
  }
  .home-page .body-container-wrapper .page-center {
    padding: 0 25px;
  }
  .home-page .section-three-wrapper .sec-three-tw-col-eq-grp {
    padding: 0 8px;
  }
  .home-page .one-col-icon-wrapper .hs_cos_wrapper_type_module {
  	width: 100%;
    float: none;
  }
  .home-page .one-col-icon-wrapper .hs_cos_wrapper_type_module p {
    margin: 0;
  }
  .hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col {
    width: 100%;
    float: none;
  }
  .hs-three-col-eq-bg-img .inner-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-three-col-eq-bg-img .three-col-eq-grp .middle-col .content-group p strong img {
    margin: 0 10px 7px 0;
    display: block;
  }
  .hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group .hs-form .hs-form-field .hs-input {
  	margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group .hs-form {
    padding: 0 0 15px;
  }
  .hs-three-col-eq-bg-img .three-col-eq-grp .three-col-eq-col.right-col .form-group .hs-form .hs_submit.hs-submit {
    width: 90%;
    margin: auto;
  }
}

@media(max-width:479px){
  .two-col-left-image-wrap .left-image {
    float: none;
    margin: 0 0px 10px 0;
    max-width: 100%;
    text-align: center;
  }

  .two-col-left-image-wrap .right-content {
    float: none;
    width: 100%;
  }

  .one-col-content-wrap img {
    float: none !important;
    display: block;
    margin: 0 auto 10px !important;
  }

}







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


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

@media(max-width:990px) {
   .cm-image-with-content {
    padding-left: 10px;
    padding-right: 10px;
 
  }
}


@media (max-width: 980px) {
  .container-fluid .row-fluid .page-center{
    padding-left:5px;
    padding-right:5px;
  }
  
  .footer-container.container-fluid .row-fluid .page-center{
    padding-left:0;
    padding-right:0;
  }
  .custom_footer-top{
    padding-left:20px;
    padding-right:20px;
  }
  .custom_footer-bottom{
    padding-left:10px;
    padding-right:10px;
  }

  .header-container .custom_header-phone{
    padding-bottom: 0;
  }
  .custom_secondary-menu .hs-menu-wrapper ul li:first-child{
    margin-left:5px;
  }

  .custom_header-socials ul li img{
    float:none;
    vertical-align:baseline;
  }

  /* Footer Columns */
  .footer-container .custom_footer-column.custom_footer-column{
    width:100%;
    text-align: center;
    margin-left:0;
    margin-bottom:20px;
  }
  .footer-container .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    display:none;  
  }
  .footer-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: right;
    padding-right: 0px;
    box-sizing: border-box;
  }

  .custom_footer-socials ul li {
    margin: 0;
    float: none;
    display: inline-block;
  }
  .header-container .custom_secondary-menu{
    padding-bottom:0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >ul {
    left: auto !important;
    right: 0;
	}

  
}

@media (max-width: 959px) and (min-width:801px) {

  .row-fluid .custom-menu-primary{
    margin-left:0;
  }
 
}

@media (max-width: 800px) {
  .header-container .widget-type-logo{
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
  }
  .custom_footer-bottom{
    text-align:center;
  }

}

@media (max-width: 960px) {

  /* Content Columns */


  .custom_header-fixed{
    display:none !important;
  }

  /* Header Top */
  .header-container .custom_header-socials,
  .header-container .custom_header-phone,
  .header-container .custom_secondary-menu{
    width: 100%;
    margin:0;
    text-align: center;
  }

  .custom_header-socials ul li{
    float: none;
    margin:0 2px 0 0.1em;
  }

  .custom_header-socials ul li:first-child{
    position:relative;
    left:1px;
  }

  .header-container .custom_secondary-menu{
    padding-top:0;
  }

  .custom_secondary-menu .hs-menu-wrapper ul{
    margin-right:0;
  }

  .custom_header-top{
    padding-bottom:10px;
  }
  .header-container .custom_header-socials{
    padding-bottom:12px;
  }

  .contact-us iframe {
    width: 100%;
    height: 232px;
  }

}  

@media (max-width:959px) {
  .two-column.right-lay-banner .main-content.span8 {
    width: 100%;
    padding-right: 0;
  }

  .two-column.right-lay-banner .sidebar.span4 {
    width: 100%;
    margin: 25px 0 0;
    padding: 25px 10px 0 10px;
    border-top: 4px solid #eee;
  }

  .right-lay-banner .custom-sidebar-menu  .hs-menu-wrapper > ul.active-branch,
  .custom-two-col-right-form-wrapper {
    width: 100%;
    max-width: 307px;
    clear: both;
    float: none !important;
    margin: 0 auto 20px auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .container-fluid .row-fluid .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }	

  .wpb_column.vc_column_container.vc_col-sm-6 p:last-child {
    margin-bottom: 0;
  }

  .wrap-section{
    width:100% !Important;
    margin-left:0 !important;
    float:none !important;
  }

  .right-sidebar-form .hs_cos_wrapper_type_form{
    width: 100%;
    max-width: 307px;
    clear: both;
    float: none;
    margin: 0 auto 20px auto;
  }

  .right-sidebar {
    border-top: 4px solid #eee;
    margin: 20px 0 0;
    padding-top: 25px;
  }

  .right-lay-banner.type2 .main-content form {
    padding-left:0;
  }

  .contact-us .ifram-wrapper .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px;
  }


}

@media (max-width:920px) {
  .cm-logo-wrapper {
    width: 100% !important;
  }
}


@media (max-width:767px) {
  .cm-logo-wrapper {
    width: 100% !important;
    text-align: center;
    clear: both;
    margin-bottom: 6px;
  } 

  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width:100%;
  }
  .two-column.right-lay .main-content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .two-column.right-lay p:last-child {
    margin-bottom: 0;
  }
  .two-column.right-lay  form {
    max-width: 500px;
    margin: 0 auto;
  }
  .two-column.right-lay .sidebar.span4 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100%;
    float: none;
  }

  .vc_column-inner {
    box-sizing: border-box;
    padding-right: 0;
    width: 100%;
  }

  .wpb_column.vc_column_container.vc_col-sm-9 .vc_column-inner {
    padding-left: 0;
  }

  .wpb_text_column.wpb_content_element ul {
    margin: 10px 30px;
    margin-bottom: 0;
    padding-left: 0;
  }


  .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
    float: none;
  }

  .wpb_column.vc_column_container.vc_col-sm-9 {
    width: 100%;
    float: none;
  }

  .wpb_column.vc_column_container.vc_col-sm-6.content .vc_column-inner {
    padding-left: 0;
  }	

  .right-lay-banner .main-content img {
    float: none !important;
    margin: 0 auto 10px !important;
    display: block;
  }

  .image-cont-width .left-col-img-wrap {
    width: 100%;
    padding: 0;
    padding-top: 0;
  }

  .image-cont-width .right-col-con-wrap {
    width: 100%;
    padding: 0;
    padding-top: 60px;
  }
  
  .left-col-img-wrap {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 0;
    display: inline-block;
  }

  .right-col-con-wrap {
    width: 100%;
    display: inline-block;
    float: none;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .two-col-video-wrap .left-col, .two-col-video-wrap .right-col {
    padding: 0 10px;
    float: none;
    width: 100%;
  } 

  .center-col-con-wrap, .right-col-conte-wrap, .left-col-con-wrap {
    width: 100%;
    float: none;
  }

  .center-col-con-wrap-inner {
    padding: 0;
  }

  .right-col-image {
    float: none;
    width: 100%;
  }

  .left-col-cont {
    width: 100%;
    float: none;
  }
  .left-col-cont-inner {
    padding-right: 0;
  }
  .right-col-image-inner {
    padding-left: 0;
  }

  .warning_wrapper .graybox p {

    margin: 0 0 1em !important;
  }

  .cyber-service .main-content {
    max-width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }

  .office-lay .content-wrapper {
    padding-bottom: 45px;
  }

  .fact-wrapper {
    max-width: 100%;
  }

  .cm-equal-col-wrap,
  .cm-business-data-wrap .data-group {
    margin-left:  0;
    margin-right: 0;
  }
  .cm-equal-col-wrap>div,
  .cm-business-data-wrap .data-group .cm-col  {
    width:  100%;
    padding-left:  0;
    padding-right: 0;
  }
  .right-lay .main-content p img {
    display: block;
    float: none !important;
    margin: 0 auto 20px !important;
	}
  .cyber-service .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: none;
	}
  .cyber-service .hs-form fieldset.form-columns-2 .hs-form-field {
    margin: 2px 0 32px;
    padding-right: 0;
	}
  
  .cyber-service input[type="text"],
  .cyber-service  input[type="password"],
   .cyber-service input[type="datetime"],
   .cyber-service input[type="datetime-local"], 
   .cyber-service input[type="date"], 
   .cyber-service input[type="month"],
   .cyber-service input[type="time"],
   .cyber-service input[type="week"], 
   .cyber-service input[type="number"],
   .cyber-service input[type="email"],
   .cyber-service input[type="url"],
   .cyber-service input[type="search"], 
   .cyber-service input[type="tel"], 
   .cyber-service input[type="color"], 
   .cyber-service input[type="file"],
   .cyber-service textarea,
  .cyber-service select {
   	width: 100% !important;
  }
  
  a.avatar-link {
    float: none;
    margin: 10px 0;
	}
  
  .st-key {
    width: 100%;
    text-align: left;
    padding-right: 0;
    display: block;
    border-left: 0 !important;
    border-top: 0 !important;
  }
  .st-val {
      width: 100%;
      padding-left: 0;
      display: block;
      border-left: 0 !important;
      border-top: 0 !important;
  }
  th.st-head-row.st-head-row-main, th.st-head-row {
      text-align: left;
  }
  
  .cm-pricing-table-item {
    float: none;
    width: 100%;
	}
  
  .blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
   float: none;
   width: 100%;
   height: auto;
   margin-right: 0;
   display: block;
   margin-bottom: 10px;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
     width: auto;
  }
  
  
  .custom_featured-image {
    float: none;
    width: 150px;
    height: 150px;
    margin-right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
  }
  .blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text, .blog-sidebar .hs-rss-item-text {
      width: 100%;
      float: none;
      padding-right: 0;
  }
  .blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
      float: none;
     
      margin-right: 0;
      display: block;
  }
  .blog-sidebar .widget-span {
      max-width: 100%;
      margin-left: auto !important;
      margin-right: auto !important;
      float: none;
  }
  
  .body-container-wrapper {
		min-height: 0 !important;
	}
  
  
}

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

@media (max-width: 640px) {
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    line-height:30px;
    width:100%;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    line-height: 28px;
    min-height: 2rem;
  }
  .sidebar input[type="text"],
  .sidebar input[type="password"], 
  .sidebar input[type="datetime"], 
  .sidebar input[type="datetime-local"], 
  .sidebar input[type="date"], 
  .sidebar input[type="month"], 
  .sidebar input[type="time"], 
  .sidebar input[type="week"], 
  .sidebar input[type="number"], 
  .sidebar input[type="email"], 
  .sidebar input[type="url"], 
  .sidebar input[type="search"], 
  .sidebar input[type="tel"], 
  .sidebar input[type="color"],
  .sidebar input[type="file"],
  .sidebar textarea,
  .sidebar select,
  .blog-sidebar input[type="text"],
  .blog-sidebar input[type="password"], 
  .blog-sidebar input[type="datetime"], 
  .blog-sidebar input[type="datetime-local"], 
  .blog-sidebar input[type="date"], 
  .blog-sidebar input[type="month"], 
  .blog-sidebar input[type="time"], 
  .blog-sidebar input[type="week"], 
  .blog-sidebar input[type="number"], 
  .blog-sidebar input[type="email"], 
  .blog-sidebar input[type="url"], 
  .blog-sidebar input[type="search"], 
  .blog-sidebar input[type="tel"], 
  .blog-sidebar input[type="color"],
  .blog-sidebar input[type="file"],
  .blog-sidebar textarea,
  .blog-sidebar select {
    min-height: 32px;
    line-height: 20px;
  }
  .two-column.right-lay .sidebar .hs-input {
    line-height: 2;
    min-height: 2rem;
  }

  .right-lay-banner .hs-form-field textarea {
    min-height: 120px;
  }

  .right-lay-banner.type2 .main-content .hs-form-field textarea {
    min-height: 120px;
    margin-bottom: 12px;
  }

  .support-lay .main-content textarea {
    min-height: 120px;
  }

  .cyber-service .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none;
    margin: 14px 0 24px;
    padding-right: 0;
  }

  .cyber-service .content-wrapper {
    padding-bottom: 45px;
  }

  .cm-enhance .sidebar .hs-input {
    font-size: 1em !important;
    line-height: 2;
  }

}  


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

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


@media (max-width:350px) {
  .two-column.right-lay-banner .sidebar.span4 {
    padding: 25px 0 0 0;

  } 
  
  .cm-pricing-table-head {
    font-size: 14pt;
	}
  
}