/* ==========================================================================
   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
   10. Mega Menu
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css');

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


/* Scandia Web Regular */
	@font-face {
	font-family: 'ScandiaWeb';
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebRegular.eot');
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebRegular.eot?#iefix') format('embedded-opentype'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebRegular.woff2') format('woff2'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebRegular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	}

/* Scandia Web Regular Italic */
	@font-face {
	font-family: 'ScandiaWeb';
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebRegularItalic.eot');
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebRegularItalic.eot?#iefix') format('embedded-opentype'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebRegularItalic.woff2') format('woff2'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebRegularItalic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	}


/* Scandia Web Bold */
	@font-face {
	font-family: 'ScandiaWeb';
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebBold.eot');
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebBold.eot?#iefix') format('embedded-opentype'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebBold.woff2') format('woff2'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	}

/* Scandia Web Bold Italic */
	@font-face {
	font-family: 'ScandiaWeb';
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebBoldItalic.eot');
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebBoldItalic.woff2') format('woff2'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebBoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	}

/* Scandia Web Stencil */
	@font-face {
	font-family: 'ScandiaWebStencil';
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebStencil.eot');
	src: url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebStencil.eot?#iefix') format('embedded-opentype'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebStencil.woff2') format('woff2'),
         url('/hubfs/Netadminsystems%20Apr2017/fonts/ScandiaWebStencil.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}

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

html {
    position: relative;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.15;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    background: #fff;
    color: #000; 
    font-family: 'ScandiaWeb', "Source Sans Pro",  "Helvetica Neue", Arial, sans-serif;
	  font-style: normal;
    font-size: 1rem;
    line-height: 1.55;
    background-color: #fff;
    font-weight: 400;
}

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

.wide-page-center {
  max-width:1440px!important;
}

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

.titillium {
    font-family: 'Titillium Web', titillium, arial, sans-serif;
}

.titillium-black {
    font-weight:900;
    font-family: 'Titillium Web', titillium, arial, sans-serif;
}

.titillium-bold {
    font-weight:700;
    font-family: 'Titillium Web',titillium, arial, sans-serif;
}

.titillium-light {
    font-weight:200;
    font-family: 'Titillium Web',titillium, arial, sans-serif;
}

.uppercase {
    font-transform:uppercase;
}

.padding-top-50 {
  padding-top:50px;
}

.padding-bottom-50 {
  padding-bottom:50px;
}

.scandia-regular {
      font-weight:400;
    font-family: 'ScandiaWeb', "Source Sans Pro",  "Helvetica Neue", Arial, sans-serif;
}

.stencil {
  
      font-family: 'ScandiaWebStencil';
}

.stick {
    position: fixed;
    top: 0;
     -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    z-index:3;
}

.white-text {
  color:#fff;
}

#mainMenuBar {
    width:100%;
    background:#fff;
}

.block {
  display:block;
}

.clear {
clear:both;
}

.text-center {
    text-align:center;
}

.light-grey-bg {
    background:#f6f6f6;
}

.round-corners {
     border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
}

.legal-consent-container {
    font-size:small;
}


@media (max-width: 390px) {
  .padding-90 {
  padding:10px!important;
}
}

.padding-90 {
  padding:90px!important;
}

.padding-box-80 {
  padding:80px 0!important;
}

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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {  
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;  
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}



.font-size-30 {
  font-size:30px;
}
  
@media (max-width: 380px) {
  
  .title-1 {
  font-size: 1.5rem!important;
}
.title-2 {
  font-size: 1.35rem!important;
}
 
}


.title-1 {
  font-size: 3.9rem;
}

.title-2 {
  font-size: 2.65rem;
}

.big-blue-subheader {
    font-size:48px;
    color:#407ec9;
    font-weight:bold;
}

.scandia-bold {
  font-weight:900
}

.scandia-regular {
  font-weight:400
}

.blue-text {
  color:#006faa;
}

.light-blue-text {
  color:#3998CC;
}

.yellow-text {
  color:#ffd500;
}



/* Anchor Links */
a { color: #407ec9; text-decoration: none; cursor: pointer!important; }
a:hover, a:focus { color: #407ec9; text-decoration: underline; cursor: pointer!important; }

/* Lists */
ul, ol {    
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;    
}
li {}

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

/* Horizontal Rules */

.uppercase {
    text-transform:uppercase;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

.light-grey {
    color:#999;
}

.white-border-button {
border:1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
      cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    padding: .45em 1.5em;
  text-align:center;
  color:#fff;
}

.white-border-button:hover {
  background: rgba(255, 255, 255, 0.3);
   color:#fff;
  text-decoration:none;
  }


.blue-button {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    padding: .45em 1.5em;
    position: relative;
    text-align: center;
    vertical-align: middle;
     background: rgba(0, 111, 170, 1);
}

.blue-button:hover {

    color:#fff;
    text-decoration:none;
     background: rgba(57, 152, 204, 1);
}


.light-blue-button {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    padding: .45em 1.5em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background:rgba(57, 152, 204, 1);
}

.light-blue-button:hover {

    color:#fff;
    text-decoration:none;
    background:rgba(57, 152, 204, 0.4);
}

.yellow-button {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    padding: .45em 1.5em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background:rgba(255, 213, 0, 1);
}

.yellow-button:hover {

    color:#000;
    text-decoration:none;
    background:rgba(255, 213, 0, 0.6);
}

.white-button {
    background:#fff;
    border:1px solid rgba(121, 132, 143, 1);
    color:#111;
    font-size:0.8em;
    padding:3px 7px;
}

.white-button:hover {
    background:#fff;
    border:1px solid rgba(121, 132, 143, 0.6);
    text-decoration:none;
    color:#111;
}

.transparent-yellow-button {
  background-color: rgba(0,0,0,.35);
    text-align: center;
    padding: 5px 20px;
    font-size: 18px;
  color:#fff;
}

.transparent-yellow-button:hover {
  background-color: rgba(255,213,0,1);
  color:#000;
  text-decoration:none;
}


    .pulse {
        animation: pulsate 2s ease-out;
        animation-iteration-count: 5;
        opacity: 1; 
    }

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.8, 0.8); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
}



.sticky-sidebar {
  position: sticky!important;
  position: -webkit-sticky!important; /* Safari */
  top:120px;
}

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


@media (min-width: 1280px) {
.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 500;
  -webkit-box-shadow: 5px 0 15px rgba(0,0,0,.10);
-moz-box-shadow: 5px 0 15px rgba(0,0,0,.10);
box-shadow:5px 0 15px rgba(0,0,0,.10);
  background:#fff;
  
  }
  
.body-container-wrapper {
    padding-top: 110px;
}  
  
}
  
.header-container {}

.custom-header-group {
    background: #fff;
}

.custom-header-logo {
    position: relative;
    padding: 5px 0 0px;
}

.Netadmin-logo {
    max-width: 150px;
}

.Netadmin-logo {
  padding: 15px 0;
    display: block;
}

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


.body-container {}

.content-wrapper {}
.content-wrapper.page-center {
    padding-top: 44px;
    padding-bottom: 44px;
}


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


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

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

.custom-footer-group {
    position: relative;
    background: #45464a;
    color: rgba(255, 255, 255, 0.8);
    padding: 43px 0 44px;
}

.custom-footer-group h3,
.custom-footer-group h3.form-title {
    font-size: 1.5rem;
}

.custom-footer-group a,
.custom-footer-group a:hover {
    color: white;
}

a.custom-ft-readbtn {
    color: #fff;
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    border: 1px solid white;
    padding: 0.5rem 22px;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    text-decoration: none;
}

a.custom-ft-readbtn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #e0e0e0;
    text-decoration: none;
}

.custom-ft-top-cols {
    margin-bottom: 44px;
}

.custom-ft-latestnews .hs-rss-module {
    line-height: 174%;
}

.custom-ft-latestnews .hs-rss-item {
    display: list-item;
    padding: 0;
    margin: 0 0 0 15px;
}

.custom-ft-subscribe h3.form-title {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.custom-ft-subscribe form.hs-form {
    border: 1px solid white;
    padding: 4px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    margin: 15px 0 40px;
}

.custom-ft-subscribe form.hs-form:after {
    content: "";
    display: table;
    clear: both;
}

.custom-ft-subscribe .hs-form-field {
    float: left;
    width: 100%;
    max-width: 217px;
    margin-right: 4px;
    margin-bottom: 0;
}

.custom-ft-subscribe .hs-form-field > label {
    display: none;
}

.custom-ft-subscribe .hs-form-field .hs-input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid white;
    color: white;
    width: 100% !important;
    max-width: 100% !important;
}

.custom-ft-subscribe .hs-input::-webkit-input-placeholder { color: #999; opacity: 1; } /* Webkit Browsers */
.custom-ft-subscribe .hs-input:-moz-placeholder { color: #999; opacity: 1; } /* Firefox 18- */
.custom-ft-subscribe .hs-input::-moz-placeholder { color: #999; opacity: 1; } /* Firefox 19+ */
.custom-ft-subscribe .hs-input:-ms-input-placeholder { color: #999; opacity: 1; } /* IE10 */

.custom-ft-subscribe .hs_submit {
    float: left;
    width: calc(100% - 221px);
}

.custom-ft-subscribe .hs-button.primary, 
.custom-ft-subscribe input[type="submit"], 
.custom-ft-subscribe input[type="button"] {
    color: white;
    line-height: 1.25;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid white;
    margin: -1px 0 0 !important;
    width: 100%;
}

.custom-ft-subscribe form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list,
.contactus-form form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list,
.top-subscription-form form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
   position: relative;
   margin: 0 !important;
   padding: 0 !important;
}
.custom-ft-subscribe form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label::before, 
.custom-ft-subscribe form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label::after,
.contactus-form form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label::before,
.contactus-form form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label::after,
.top-subscription-form form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs > li > label:before,
.top-subscription-form form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs > li > label:after {
   border-color: rgba(0,0,0,0) rgba(0,0,0,0) #6D6060;
   border-style: solid;
   border-width: 7px;
   content: "";
   height: 4px;
   left: 10px;
   position: absolute;
   top: -12px;
   width: 6px;
   z-index: 9;
}
.custom-ft-subscribe form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label::after,
.contactus-form form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label::after,
.top-subscription-form form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs > li > label:after {
   border-color: rgba(0,0,0,0) rgba(0,0,0,0)  #fbfbfb;
}
.custom-ft-subscribe form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label,
.contactus-form form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label,
.top-subscription-form form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs > li > label {
   background: #fbfbfb url(//cdn2.hubspot.net/hubfs/2948626/Netadminsystems%20Apr2017/Images/Error.png) no-repeat scroll left 11px center;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -ms-border-radius: 2px;
   color: #464646;
   display: block;
   font-family: arial;
   font-size: 15px;
   font-weight: normal;
    line-height: 18px;
   padding: 10px 10px 10px 40px;
   top: 5px;
   right: 0;
   position: absolute;
   box-shadow: 0 1px 5px #999;
   -webkit-box-shadow: 0 1px 5px #999;
   -moz-box-shadow: 0 1px 5px #999;
   -ms-box-shadow: 0 1px 5px #999;
}

.contactus-form form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label {
    font-size: 14px;
}

.custom-ft-socialsharing {
    padding: 13px 0 0;
}

.custom-ft-socialsharing a.social {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    background: white;
    color: #45464a;
    margin: 0;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.custom-ft-socialsharing a.social.fa-linkedin:hover {
    background: #0073b2 !important;
    color: white !important;
}

.custom-ft-socialsharing a.social.fa-youtube:hover {
    background: #A40F09 !important;
    color: white !important;
}

.custom-ft-btcontent {
    margin-top: 60px;
}


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


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

/* Parent List */
.custom-menu-primary {
    padding: 18px 0 15px 0;
}
body.home-page-layout .custom-menu-primary {
    padding: 18px 0 0 0;
}

@media (min-width: 992px) {
    .custom-menu-primary .hs-menu-wrapper {
        overflow: visible !important; 
    }
}
.custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    padding: 0;
    margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    line-height: 40px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {    
    color: rgba(0, 0, 0, 1);
    font-size: .88rem;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    padding: 0 14px;
    position: relative;
    display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {    
border-bottom:2px solid #006faa;
}

.custom-menu-primary .hs-menu-wrapper .active a {    
border-bottom:2px solid #006faa;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    text-align: left;
    background: rgba(255, 255, 255, 0.95);
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 0;
    margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    display: block;
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    border: 0;
    padding: 3px 1.5rem;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #000;
    text-decoration: none;
    background-color:rgba(0, 111, 170, 0.1);
}

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

}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding:4px 44px;
}



/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
    
    .custom-menu-primary .hs-menu-wrapper { 
        display: block !important;
    }   
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        text-align: right;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        display: inline-block !important;
        float: none !important;
        width: auto !important;
        margin-left: 0.8rem;
        vertical-align: middle;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
        margin-left: 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.3em;
        vertical-align: middle;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a:hover {
        color: rgba(0, 0, 0, 0.9);
        text-decoration: none;    
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        display: inline-block !important;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
        -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
        -wekit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border: 1px solid #78c2ea !important;
        margin: -6px 0 0;
        padding: 0.5rem 14px 0.48rem;
        cursor: pointer;
        font-weight: normal;
        line-height: 1.25;
        text-align: center;
        border-radius: 0.25rem;
        -webkit-border-radius: 0.25rem;
        -moz-border-radius: 0.25rem;
        -ms-border-radius: 0.25rem;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:active {
        background-color: rgba(230, 230, 230, 0);
        border-color: #43aae2;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #ef443e !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > a {
        background: none !important;
        color: #3998cc;
        border-bottom: 4px solid #006faa;        
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        padding: 23px 0 22px !important;
        margin: 21px 0 0 !important;
        left: auto !important;
        right: 0 !important;
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.25);
         box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
        opacity: 1 !important;
        visibility: visible !important;
        display: none !important;
        height: auto !important;
        transition: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > ul.hs-menu-children-wrapper {
        display: block !important;
    }
    
}


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

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

@media (max-width: 991px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 57px;           /* Position Button at right of screen */
    right: 0;        /**************************************/
    width: 2.5em; /* Button width */
    height: 2em; /* Button height */      
    padding: 0.5rem 0.75rem;
    background: #ffffff; /* Background color */
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    color: #000; 
  }
  .mobile-trigger:hover{}

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

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    background-color: #444;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  .mobile-trigger i:before{ top: -8px; } /* Position top line */
  .mobile-trigger i:after{ top: 8px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{}

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0 !important;
    width: auto;
    z-index: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  
  .clicked > .child-trigger i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    min-height: 0 !important;
  }

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

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

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

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #fff !important;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-bottom: 1px solid white;
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 16px 5px 16px 60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.8) !important;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    margin: 0 !important;
    padding: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {    
    color: #413d38 !important;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-bottom: 1px solid white;
    background: white !important;
    padding: 17px 5px 16px 80px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a:hover {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.8) !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    padding-left: 90px;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    padding-left: 100px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li a:active,
  .custom-menu-primary .hs-menu-wrapper > ul li li a:active {
    background: #ef443e !important;
    color: white !important;
  }
  
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

body.hs-blog-listing .full-listing .span9 {
    width:100%;
}

/* 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 {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


.blog-subscribe-firstpage label {
    display:none!important;
}

.blog-subscribe-firstpage .input, .blog-subscribe-firstpage .hs-form-field {
float:left;    
width:99%;

}

.blog-subscribe-firstpage input {
    padding:10px!important;
}

.blog-subscribe-firstpage .hs-form-field {
    width:23%;
    padding-right:1%;
}

.blog-subscribe-firstpage .actions {
    padding:0 1px 0 0!important;
}

.blog-list-featured-image {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

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




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

.right-column-box {
    font-size: 0.8em;
    margin-bottom: 20px;
}




.small-grey-blogtext {
    font-size:0.6.rem;
    color:#999;
}

.recent-post-title {
    diplay:block;
    border-bottom: 1px solid #eee;
    padding-bottom:4px;
}

.blue-box {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4190e0+0,006ab3+100 */
background: #4190e0; /* Old browsers */
background: -moz-linear-gradient(top, #4190e0 0%, #006ab3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4190e0 0%,#006ab3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4190e0 0%,#006ab3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4190e0', endColorstr='#006ab3',GradientType=0 ); /* IE6-9 */
color:#fff;
padding:10px;
}

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


/* ===============  Blog Styles 2018 =============== */

.blog-header-gradient {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 35%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.blog-2018-subscribe {
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.06);
box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.06);
      padding: 20px 35px;
    margin: 35px 0;
  overflow:hidden;
}

.blog-2018-subscribe input {
  float:left;
  max-width:23%!important;
  margin-right:1%;
}

.blog-2018-subscribe label {
  display:none!important;
}

.blog-2018-subscribe  input[type="submit"] {
  margin:0!important;
}

.subscribe-blog-2018-header {
  color:#407ec9;
  text-align:center;
  margin-top:20px;
 
}

a.topic-link {
  color:#999999; 
  padding:4px 10px;
  font-size:0.85em;
  background:#fff;
      border-bottom: 1px solid #fff;

}

a.topic-link:hover {
  text-decoration:none;
  border-bottom: 1px solid #41b6e6;
}


a.topic-link-post {
  background:transparent;
  color:#fff; 
  border:1px solid #eee;
  padding:4px 10px;
  font-size:0.85em;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

a.topic-link-post:hover {
  background:transparent;
  color:#fff; 
  border:1px solid #777;
  padding:4px 10px;
  text-decoration:none;
  font-size:0.85em;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

a.home-link-blog {
  color:#fff;
  font-weight:bold;
}

h1.header-big-center {
    font-size: 3.5rem;
    text-align: center;
    padding: 350px 0 8px 44px;
    text-transform:uppercase;
    font-weight:900;
}

.sub-header-big-center {
  margin: auto;
    padding: 15px 0 30px;
    width: 65.81196581200001%;
}


h1.banner-heading-blog {
    margin: 0 0 20px;
    padding: 300px 0 8px 44px;
    text-transform: none;
    position: relative;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.1;
}



.left-header-boarder {
  border-left:2px solid #fff;
  margin:-10px 0 0 -20px;
      -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  display: inline-block;
  height:65px;
  position: absolute;
  
}


#topics-blog-bottom {
    display:block;
    margin-bottom:20px;
}

.related-posts {
    padding:50px 0;
    overflow:hidden;
}


.related-post-item {
    width: calc( (100% - 45px) / 3 );
    float:left;
    margin-right:15px;
}

.related-post-item a {
    display:block;
  
}

.related-title {
    font-size:22px;
    display:block;
    padding:26px;
    color:#000;
}

.netadminsystems-blog .stick {
    -webkit-box-shadow:none;
    box-shadow: none;
    border-bottom:1px solid #f6f6f6;
    width:auto;
    max-width:1280px;
}

.netadminsystems-blog .stick .blog-2018-subscribe {
    padding:0;
    margin:5px 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}

.blog-categories {
    overflow:hidden;
    margin:20px 0 45px;
    display:flex;
    padding-bottom:20px;
}

.blog-listing {
    display: inline-block;
    vertical-align: top;
    margin-left: 0%;
    margin-bottom: 1%;
    border:1px solid #eee;
  width:48.3%;
  margin-right:1.44%;
}

.blog-listing:hover {
  transition: all 0.4s ease;
}

.blog-listing-header {
    font-size: 1rem;
  	line-height:1.2;
  	font-weight:900;
}

.blog-sidebar {
  position:sticky;
  top:10px;
      border: 2px solid #eee;
    padding: 15px;
}

.blog-categories .topic-link {
    float:left;
    margin-right:15px;
}

.postitem-inner-group {
    padding:20px;
    font-size:0.8em;
  	color:#999;
}

@media (max-width: 767px) {
  
    h1.banner-heading-blog {
    padding: 20px 0 8px 4px;
    font-weight: 600;
    font-size: 1.5rem;
    }
    
    .big-blue-subheader {
    font-size: 28px;
    }
    .resources-group-new {
        width:100%;
        margin-bottom:10px;
        min-height: auto!important;
    }
    
}

@media (min-width: 1280px) {
body.hs-blog-id-4651499609 .blog-content .row-fluid [class*="span"]:first-child {
        margin-left: 2.564102564%;
}

}


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


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

/* Form Field */
.hs-form-field {
    margin-bottom: 1rem;
}

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

/* Labels and Legends */
label {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
}
.hs-form-field > label {    
    margin-bottom: .5rem;
}

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

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #006ab2;
    outline: none;
}

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list,
form.hs-form .hs-form-field ul.inputs-list > li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
form.hs-form .hs-form-field ul.inputs-list li input {
    margin: 0 4px 0 0 !important;
    padding: 0 !important;
    width: 13px !important;
    max-width: 13px !important;
    height: 13px !important;
    min-height: 13px !important;
    display: inline-block;
}
input[type="radio"] {}
input[type="checkbox"] {}

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

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

/* Error */
form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
    list-style: none !important;
    padding: 5px 0 !important;
    margin: 0 !important;
}
form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs > li > label {
    color: red;
    font-weight: normal;
}
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


#contact-salesman-button {
  cursor:pointer;
  color: #006faa;
}

#contact-salesman-button:hover {
  text-decoration:underline;
}

#contact-salesman-form {
  display:none;
}

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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: rgba(0, 111, 170, 1);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;

    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    white-space: normal !important;
    padding: 0.5rem 22px;
    margin: 15px 0;
    border: inherit;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: rgba(57, 152, 204, 1);
    border-color: #e0e0e0;
    text-decoration: none;
}

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

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
    background-color: rgba(230, 230, 230, 0);
    border-color: #e0e0e0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


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

a.header-link {
    color:#fff;
}

.hero-3-fields {
    background: rgba(0, 0, 0, 0.4) url(//cdn2.hubspot.net/hubfs/2948626/background/its-your-network-hero-2017.jpg) ;
    background-size: cover;
    overflow:hidden;
    color:#fff;
}

.hero-3-fields h1, .hero-3-fields h2 {
    text-transform:uppercase;
    color:#fff;
    font-weight: 900;
    word-wrap: normal;
}

@media (min-width: 768px) {

.hero-3-fields h1 {
    font-size:53px;
    padding-top:80px;
}

.hero-3-fields h1 span {
display:block;
    
}

.hero-3-fields h2 {
    font-size:47px;
    text-align:center;
}
    
.hero-3-fields .ingress {
    font-size:24px;
}


}

.hero-3-fields-light-bluebox {
    background:#41b6e6;
    color:#fff;
     padding:30px;
}

.hero-3-fields-light-bluebox a {
    color:#fff;
    padding: 4px;
}

.hero-3-fields-light-bluebox ul {
    padding:0;
}

.hero-3-fields-light-bluebox li {
    list-style:none;
    padding:6px 0;
}

.hero-3-fields-bluebox {
    background:#006ab2;
    color:#fff;
    padding:30px;
}


.arrow-right-white {
   border-right: 0.25em solid #fff; 
   border-bottom: 0.25em solid #fff; 
}

.arrow-right-blue {
   border-right: 0.25em solid #006faa; 
   border-bottom: 0.25em solid #006faa; 
}

.arrow-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right-width: .35em;
    border-bottom-width: .35em;
    width: 1.5em;
    height: 1.5em;
    font-size: 8px;
    display: inline-block;
    /* border-right: 0.25em solid #000; */
    /* border-bottom: 0.25em solid #000; */
    width: 1em;
    height: 1em;
    margin: 0 0 1px;
}
/* ==========================================================================
            Top Banner - Styling
   ========================================================================== */

.top-banner-top-headline {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    padding:50px 0 30px;
    min-height:550px;
}


@media (max-width: 575px) {
  .top-banner-top-headline {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    padding:20px 0 10px;
     min-height:250px;
}
}


.top-banner-group {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

.banner-leftcontent {
    padding: 14px 44px 14px 44px;
    margin: 0;
}

h1.banner-heading-front {
    margin: 0 0 60px;
    padding: 50px 0 8px 44px;
    text-transform: none;
    position: relative;
    border-bottom: 1px solid white;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.2;
}

h1.banner-heading-front span {
    font-style: italic;
    color: #fbe122;
}

h1.banner-heading {
    margin: 0 0 60px;
    padding: 200px 0 8px 44px;
    text-transform: none;
    position: relative;
    border-bottom: 1px solid white;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.1;
  text-transform:uppercase;
}

.banner-heading {
    margin: 0 0 60px;
    padding: 200px 0 8px 44px;
    text-transform: none;
    position: relative;
    border-bottom: 1px solid white;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.1;
  text-transform:uppercase;
}

h1.banner-heading:before, 
h1.banner-heading:after {
    display: block;
    content: ' ';
    height: 14px;
    width: 1px;
    background: white;
    position: absolute;
    bottom: -7px;
}

h1.banner-heading:before {
    left: 0;
}

h1.banner-heading:after {
    right: 0;
}

.banner-rightcontent {
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 346px !important;
}

.banner-rightcontent svg {.netadmdinsystems-blog .blog-post-wrapper h2
    fill: #fff;
}

.banner-rightcontent svg + span {
    color: white;
    font-size: 1.4rem;
    font-family: "Titillium Web";
    margin-top: 14px;
    font-weight: 600;
}


/* ==========================================================================
            Breadcrumb - Styling
   ========================================================================== */
   
.custom-breadcrumb-menu {
    padding: 0.75rem 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    font-size: .9em;
    margin-bottom: 5px;
    min-height: 51px !important;
  margin: auto;
  display:table;
}

.custom-breadcrumb-menu span.hs-breadcrumb-menu-divider {
    display: none;
}

.custom-breadcrumb-menu ul {
    padding: 0 !important;
    margin: 0 !important;
}

.custom-breadcrumb-menu ul li {
    padding: 0;
    margin: 0 11px 0 0;
    float: none !important;
    width: auto !important;
    display: inline-block !important;
}

/* ==========================================================================
            Contact Us - Globel Group - Styling
   ========================================================================== */

.contact-block-wrapper {
    background: #3998cc;
    color: white;
    padding: 44px 0 44px 0;
    text-align: center;
}

.contact-block-title h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid white;
    margin-bottom: 60px;
    position: relative;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
}

.contact-block-title h2:after,
.contact-block-title h2:before {
    display: block;
    content: ' ';
    height: 14px;
    width: 1px;
    background: white;
    position: absolute;
    bottom: -7px;
}

.contact-block-title h2:before {
    left: 0;
}

.contact-block-title h2:after {
    right: 0;
}

.contact-block-title {
    margin-left: 25% !important;
    width: 50% !important;
    padding-left: 8px;
    padding-right: 8px;
}

.contact-block-icon-group {
    margin-left: 25% !important;
    width: 50% !important;
    padding: 0;
}

.contact-block-icon-leftcol svg,
.contact-block-icon-rightcol svg {
    width: 100px;
}

.contact-block-icon-leftcol a,
.contact-block-icon-rightcol a {
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 22px;
    color: white;
}

.contact-block-icon-leftcol a:hover .circle-bg,
.contact-block-icon-rightcol a:hover .circle-bg {
    fill: #ef443e;
}

.contact-block-icon-leftcol a .circle-bg,
.contact-block-icon-rightcol a .circle-bg {
    fill: #45b6e4;
    -webkit-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
}

.contact-block-icon-leftcol a span,
.contact-block-icon-rightcol a span {
    border: 1px solid white;
    padding: 4px 14px 4px 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 14px;
    display: inline-block;
}

.contact-block-icon-leftcol a:hover span,
.contact-block-icon-rightcol a:hover span {
    background: #ef443e;
}

.contact-block-address {
    padding-top: 44px;
    font-style: normal;
    line-height: inherit;
}


/* ==========================================================================
            Our Partner - Globel Group - Styling
   ========================================================================== */

.our-partners-wrapper {
    color: #fff;
    padding: 60px 0 60px 0;
    background:#006faa;
}

.our-partners-title {
    margin-left: 25% !important;
    width: 50% !important;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.our-partners-title h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid white;
    margin-bottom: 60px;
    position: relative;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
}

.our-partners-title h2:after,
.our-partners-title h2:before {
    display: block;
    content: ' ';
    height: 14px;
    width: 1px;
    background: white;
    position: absolute;
    bottom: -7px;
}

.our-partners-title h2:before {
    left: 0;
}

.our-partners-title h2:after {
    right: 0;
}

.our-partners-logoimg {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.our-partners-logoimg .hs_cos_wrapper_type_linked_image {
    display: inline-block;
    padding: 14px;
}


/* ==========================================================================
            Two Column Equal - Custom Group - Styling
   ========================================================================== */

.two-col-equal {}

.two-col-equal .column-group {
    float: left;
    width: 50%;
    padding: 0 8px;
}

/* ==========================================================================
            Two Column Equal for Solution - Custom Group - Styling
   ========================================================================== */

.two-col-equal.for-solution > a {
    display: block;
    padding: 44px 0;
}

.two-col-equal.for-solution .cols-group {
    align-items: center;
    display: flex;
}

.two-col-equal.for-solution svg {
    fill: #3998cc;
    width: 244px;
    -webkit-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
}

.two-col-equal.for-solution a {
    display: block;
    color: #413d38;
    text-decoration: none;
}

.two-col-equal.for-solution a .readmore-btn {
    padding: 8px 14px 8px 14px;
    border: 1px solid #413d38;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.two-col-equal.for-solution a:hover .readmore-btn {
    color: white;
    border: 1px solid #ef443e;
    background: #ef443e;
}

.two-col-equal.for-solution a:hover svg {
    fill: #ef443e;
}

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

h6.custom-bluebg-btn {
    margin: 0 !important;
    padding: 0 !important;
}

.custom-bluebg-btn a {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #407ec9;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #fff;
    background-color: #407ec9;
    border-color: #407ec9;
}

.custom-bluebg-btn a:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

/* ==========================================================================
            Partners with Left Image
   ========================================================================== */

.partners-with-leftimg {
    padding: 44px 7px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    margin-bottom: 44px;
}

.partners-with-leftimg .column-group {
    float: left;
    padding: 0 15px;
}

.partners-with-leftimg .column-group.left {
    width: 33.3333333333%;
}

.partners-with-leftimg .column-group.right {
    width: 66.6666666667%;
}

.partners-with-leftimg .content-group > a {
    text-transform: uppercase;
}

/* ==========================================================================
            Full Width - Layout - Styling
   ========================================================================== */

.full-width-layout .page-center.content-wrapper {
    padding-top: 44px;
    padding-bottom: 44px;
}

.full-width-layout .main-content h2 {
    color: #3998cc;
}

.full-width-layout .main-content .widget-type-widget_container {
    min-height: 0;
}

.full-width-layout .bottom-content .partners-with-leftimg {
    margin-left: 8.583333%;
    width: 82.933333%;
}


/* ==========================================================================
            Management Solution - Layout - Styling
   ========================================================================== */

.management-solution-layout {}

.management-solution-layout .content-wrapper.page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.management-solution-layout .custom-breadcrumb-menu {
    margin-bottom: 1rem;
}



.management-solution-layout .bottom-content-flexi {
    padding: 0 0 44px;
}

.management-solution-layout .bottom-content-flexi .two-col-equal .column-group {
    width: 41.6666666667%;
}
.management-solution-layout .bottom-content-flexi .two-col-equal .column-group.left {
    margin-left: 8.3333333333%;
    padding-left: 2px;
    padding-right: 15px;
    position: relative;
}
.management-solution-layout .bottom-content-flexi .two-col-equal .column-group.right {    
    padding-left: 15px;
    padding-right: 2.2px;
}

.custom-redborder-btn {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5;
}
.custom-redborder-btn a {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border: 1px solid #d9534f;
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.custom-redborder-btn a:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
    text-decoration: none;
}

.bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child {
    font-size: 18px;
    padding: 44px 0;
}
.bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1 {
    padding-bottom: 8px;
    border-bottom: 1px solid #3eb5e6;
    margin: 0 auto 60px;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    min-height: 48px;
    max-width: 540px;
}
.bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1:after,
.bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1:before {
    display: block;
    content: ' ';
    height: 14px;
    width: 1px;
    background: #3eb5e6;
    position: absolute;
    bottom: -7px;
}
.bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1:before {
    left: 0;
}
.bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1:after {
    right: 0;
}

blockquote.custom-split-column {
    margin: 0;
}

blockquote.custom-split-column img {
    border: 1px solid rgba(88, 177, 227, 0.4);
    padding: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 4px;
    max-width: 100%;
}

.custom-split-column {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}

.related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child {
    font-size: 18px;
    text-decoration: none;
    background: #f7f8f7;
    padding: 44px 0;
}
.related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1 {
    padding-bottom: 8px;
    border-bottom: 1px solid #3eb5e6;
    margin: 0 auto;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    min-height: 48px;
    max-width: 540px;
    text-align: center;
}
.related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1:after,
.related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1:before {
    display: block;
    content: ' ';
    height: 14px;
    width: 1px;
    background: #3eb5e6;
    position: absolute;
    bottom: -7px;
}
.related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1:before {
    left: 0;
}
.related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1:after {
    right: 0;
}

.related-solutions-content h4 {
    color: #006faa;
    font-size: 22px;
    text-align: left;
    align-self: flex-start;
    font-weight: 600;
}

.related-solutions-content .two-col-equal {
    color: #413d38;
    font-size: 18px;
}

.related-solutions-content .two-col-equal .column-group {
    width: 33.3333333333%;
}

.related-solutions-content .two-col-equal .column-group.left {
    margin-left: 16.6666666667%;
    padding-left: 5px;
    padding-right: 14px;
}

.related-solutions-content .two-col-equal .column-group.right {
    padding-left: 15px;
}


/* ==========================================================================
            Full Width with Contact and Partner Group - Layout
   ========================================================================== */

.full-width-layout.with-bt-contact-partner .custom-breadcrumb-menu {
    margin-bottom: 1rem;
}

.full-width-layout.with-bt-contact-partner .content-wrapper.page-center {
    padding-top: 0;
    padding-bottom: 0; 
}
/*
.full-width-layout.with-bt-contact-partner .main-content {
    margin-left: 8.3333333333% !important;
    width: 83.3333333333% !important;
    padding: 44px 2px;
}*/

/* ==========================================================================
            Careers - Layout - Styling
   ========================================================================== */
   
.careers-page-layout {}

.careers-page-layout .body-container {
    padding: 0;
}

.careers-page-layout .container-group {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.careers-page-layout .content-wrapper.page-center {
    padding-top: 60px;
    padding-bottom: 60px;
}

.careers-title {
    padding: 0 15px;
}

.careers-title h1 {
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin-bottom: 60px;
    display: block;
    position: relative;
    color: white;
    text-transform: none;
    padding-left: 14px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.1;
}

.careers-title h1:after,
.careers-title h1:before {
    display: block;
    content: ' ';
    height: 14px;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: -7px;
}
.careers-title h1:before {
    left: 0;
}
.careers-title h1:after {
    right: 0;
}

.careers-page-layout .middle-content {
    color: white;
    background: rgba(142, 195, 82, 0.7);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    padding: 44px;
}

.careers-page-layout .middle-content ul li a {
    color: white;
}


/* ==========================================================================
            Solutions - Layout - customer journey
   ========================================================================== */
 .customer-journey-arrow-bg {
background: url(//cdn2.hubspot.net/hubfs/2948626/images/background-arrows-customer-journey.png) no-repeat center;
}

.crm-video-container {
  background: url("//www.netadminsystems.com/hubfs/images/monitor-bg-video-transparent.png") center no-repeat;  
  position:relative;
  height:780px;
}

.crm-video {
      position: absolute!important;
    top: 63px!important;
    text-align: center;
  
}
/* ==========================================================================
            Solutions - Layout - Styling
   ========================================================================== */


.solution-page-layout {}

.solution-page-layout .page-center.content-wrapper {
    padding-top: 0;
    padding-bottom: 44px;
}

.solution-page-layout .custom-breadcrumb-menu {
    margin-bottom: 1rem;
}

.solution-page-layout .main-content h2 {
    color: #3998cc;
}

.solution-page-layout .main-content h4 {
    color: #006faa;
    text-transform: uppercase;
}

.solution-page-layout .main-content hr {
    margin-top: 1rem;
    margin-bottom: 22px;
    border: 0;
    color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);    
}

.solution-page-layout .main-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
    padding: 44px 0;
}

.solution-page-layout .main-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text:nth-child(2) {
    padding-bottom: 0;
}

.solution-page-layout .main-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text:nth-child(5),
.solution-page-layout .main-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text:nth-child(7) {
    padding-top: 0;
    padding-bottom: 0;
}

.solution-page-layout .main-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text > center {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
    padding: 0 7px;
}


/* ==========================================================================
            Three Column Equal - Custom Module - Styling
   ========================================================================== */

.three-col-equal {}

.three-col-equal .column-group {
    float: left;
    width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.three-col-equal.for-services {
    margin: 0 -15px;
}

.three-col-equal.for-services h5 {
    color: #006faa;
    margin-top: 14px;
    font-weight: 600;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.three-col-equal.for-services .learnmore-btn {
    text-transform: uppercase;
    display: block;
    color: #006faa;
    font-weight: 600;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.three-col-equal.for-services .column-group {
    text-align: center;
}

.three-col-equal.for-services .column-group > a {
    display: block;
    color: #413d38;
    text-decoration: none;
    padding: 22px;
    margin: 0 0 22px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border:1px solid #eee;
}


.three-col-equal.for-services .column-group > a:hover {
    background:#f9f9f9;
}

.three-col-equal.for-services .column-group svg#Layer_1 {
    max-width: 20%;
    fill: #006faa;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.three-col-equal.for-services .column-group > a:hover svg#Layer_1 {
    fill: #e52329;
}

.three-col-equal.for-services .column-group > a:hover .learnmore-btn {
    color: #e52329;
}

/*==========================================================================
                    Resource - Layout - Styling
========================================================================== */

.resources-page-layout .body-container, .event-page-layout .body-container, .news-blog .body-container, .team-page-layout .body-container,  .team-page-layout .body-container {
    background: #f7f8f7;
}

.resources-page-layout .page-center.content-wrapper {
    padding: 44px 0 44px 0;
}

.resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container {
    display: block;
}

.resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container:after {
    content: "";
    display: table;
    clear: both;
}




.resources-box-group {
    margin: 0 0 20px 0;
    padding: 44px 0px 88px 0px;
    text-decoration: none;
    display: block;
    min-height: 244px;
    background: rgba(0, 0, 0, 0.4) url(//cdn2.hubspot.net/hubfs/2948626/Netadminsystems%20Apr2017/Images/resource-bg.jpg) no-repeat bottom right;
    background-size: cover;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    color: white;
    text-align: center;
    cursor: pointer;
}

.resources-box-group a,
.resources-box-group a:hover {
    color: white;
    text-decoration: none;
}

.resources-box-group svg {
    fill: white;
    transition: sunrise 0.4s ease;
    -moz-transition: sunrise 0.4s ease;
    -ms-transition: sunrise 0.4s ease;
    -webkit-transition: sunrise 0.4s ease;
}

.resources-box-group h4 {
    margin: 8px 0 0.5rem;
    padding: 0 0 14px;
}

.resources-box-group .resource-btn {
    padding: 8px 14px 8px 14px;
    border: 1px solid white;
    color: white;
    background: rgba(255, 255, 255, 0);
    border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.resources-box-group a:hover svg {
    fill: #d4fc9b;
}

.resources-box-group a:hover .resource-btn {
    color: white;
    border: 1px solid #ef443e;
    background: #ef443e;
}


h1.banner-heading-resources {
    color: black;
    font-size: 4rem;
    width: 60%;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-weight: 700;
      text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}

.resources-headimage {
    width: 60%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -44;
    float: right;
   background-size: cover;
      right: -100px;
}

.top-banner-resources {
    position: relative;
    margin: auto;
  max-width:1280px;
}

.resources-subtext {
  padding:2rem 0;
  margin-left: 0!important;
}

.resource-type {
    color: #ffd500;
    font-weight: 300;
    text-transform: uppercase;
}

.reources-back {
  padding-bottom:20px;
}

.resources-download h3 {
  font-weight:700;
  font-size:18px;
}

@media (max-width: 375px) {
 .resources-headimage {
  height: 180px;
  position: unset;
  width: 100%;
   
  }
  
  h1.banner-heading-resources {
     font-size:2.5rem;
    width:100%;
}
  
}

/*==========================================================================
                    NEW Resource - Layout - Styling
========================================================================== */
	a.resources-group-new , a.resources-group-new:hover, a.resources-group-new-link, a.customerstories-group-new, a.customerstories-group-new:hover,  {
		text-decoration: none;
	}
	
	.resources-image {
		width: 100%;
		height: 140px;
		background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	}
	
	.resources-group-new, .customerstories-group-new {
		background: #fff;
	   -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        min-height:400px;
        position: relative;
            -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	
	}


.customerstories-group-new {
  width: 23.2%;
}

@media (max-width: 576px) { 
.customerstories-group-new {
  width: 48.006%;
}   
}



	.resources-text {
		padding: 25px;
		color: #999;
		font-size: 14px;
	}
	
	.resources-text h3 {
		font-size: 27px; 
		font-weight: 600;
		color: #575756;
	}
	
	.resources-download-link {
		background: #407ec9;
		color:#fff;
		padding:3px 15px;
	    position: absolute;
        bottom: 25px;
        left: 25%;
       -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	}
	
	.resources-group-new:hover .resources-download-link {
	    text-decoration:underline!important;
	} 
	
	.resources-group-new:hover {
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    	   -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;

	}


.resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container > .hs_cos_wrapper_type_custom_widget, .resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container > .hs_cos_wrapper_type_module {
    width: 23.404255317%;
    display: inline-block;
    vertical-align: top;
    margin-left:1%;
    margin-bottom:1%;
}


@media (max-width: 576px) { 
.resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container > .hs_cos_wrapper_type_custom_widget, .resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container > .hs_cos_wrapper_type_module {
  width: 48.006%;
}   
}




body.resources-page-layout h2 {
padding: 15px 10px 15px;
}

.top-banner-group-resources {
    padding: 6.25rem 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}




/* ==========================================================================
            Team - Layout - Styling
   ========================================================================== */

.team-page-layout {}

.team-page-layout .custom-breadcrumb-menu {
    margin-bottom: 1rem;
}

.team-page-layout .page-center.content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.team-page-layout .main-content .hs_cos_wrapper_type_rich_text {
    padding: 44px 0;
}

.three-col-equal.for-team .column-group {
    background: #fff;
    padding: 44px;
    margin-right: 22px;
    margin-bottom: 0.75rem;
    width: calc( (100% - 44px) / 3 );
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.three-col-equal.for-team .column-group.right {
    margin-right: 0;
}

.member-img img { 
    display: block;
    margin: 0 auto 14px;
    border-radius: 100%;
    -webkit-border-radius:100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    
      -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.member-name-designation {
    margin-bottom: 0.75rem;
    color:#407ec9;
    text-align:center;
}

.member-name-designation span {
    clear:both;
    color:#A4ABB1;
    font-weight:200;
    display:block;
    font-size: 0.8em;
    margin:10px 0;
}

.member-description {
    font-size:0.9em;
}

.clearboth.clearfix {
    clear: both;
}



.management-team-outer {
  background:#fff;
  padding:0;
      margin-bottom: 2.127659574%;
}


@media (min-width: 992px) {
    
.management-team-outer {
min-height:960px !important;
    }
    
}


.management-team-inner {
  padding:8%;
}



.fullwidth-with-bt-rss {}

.fullwidth-with-bt-rss .page-center.content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.fullwidth-with-bt-rss .main-content {
    padding: 44px 2px;
    margin-left: 8.3333333333% !important;
    width: 83.3333333333% !important;
}

.fullwidth-with-bt-rss h6.custom-skyblue-border-btn {
    text-align: center;
}

h6.custom-skyblue-border-btn {
    margin: 0;
    padding: 0;
}

.custom-skyblue-border-btn a {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #3998cc;  
    color: #3998cc;
    background-color: rgba(88, 177, 227, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    padding: 0.75rem 22px;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
}

.custom-skyblue-border-btn a:hover {
    background: #3998cc;
    color: white;
    text-decoration: none;
}

.custom-rss-group {
    padding: 44px 0;
}

.custom-rss-title h1 {
    padding-bottom: 8px;
    border-bottom: 1px solid #3eb5e6;
    margin: 0 auto 60px;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    min-height: 48px;
    max-width: 540px;
    text-align: center;
}

.custom-rss-title h1:after,
.custom-rss-title h1:before {
    display: block;
    content: ' ';
    height: 14px;
    width: 1px;
    background: #3eb5e6;
    position: absolute;
    bottom: -7px;
}

.custom-rss-title h1:before {
    left: 0;
}

.custom-rss-title h1:after {
    right: 0;
}

.rss-post-item {
    position: relative;
    background-color: #f6f6f5;
    padding: 2rem;
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    width: calc( (100% - 60px) / 3 );
    float: left;
    margin-right: 20px;
}

.rss-post-item:nth-child(3n + 3) {
    margin-right: 0;
}

.rss-post-item-text {
    padding: 1.25rem;
}

.rss-post-title span {
    color: #413d38;
    display: block;
}

.rss-readmore-btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #413d38;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    color: #413d38;
    background-color: rgba(65, 61, 56, 0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.5rem 22px;
    text-transform: uppercase;
}

.rss-readmore-btn:hover {
    background: #ef443e;
    border-color: white;
    color: white;
    text-decoration: none;
}

.rss-post-tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #5cb85c;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    text-transform: uppercase;
}

.rss-post-tag.rss-mainblog-tag {
    background-color: #5bc0de;
}

.custom-schedule-table {
    padding-top: 9px;
}

.custom-schedule-table td {
    display: inline-block;
}

.events-blog .page-center.content-wrapper h1,
.events-blog .page-center.content-wrapper h2 {
    color: #3998cc;
}

.events-blog form,
.events-blog .content-form {
    text-align: left;
    padding: 10px 0 10px 3%;
    margin: 0;
    border: none;
}

.events-blog form {
    margin: 0 !important;
    padding: 10px 0 10px 3% !important;
}

.content-form .hs_submit .actions,
.events-blog form .hs_submit .actions {
    margin: 0 !important;
    padding: 0 !important;
}

.events-blog form.hs-form > div {
    width: 96%;
}

.content-form .hs-richtext,
.events-blog form .hs-richtext {
    margin-bottom: -5px;
}

.content-form .hs-richtext small,
.events-blog form .hs-richtext small {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 22px;
    position: relative;
    top: -1.8px;
}

.content-form .hs-form-field,
.events-blog form .hs-form-field {
    padding: 0 0 3% !important;
    margin: 0 !important;
    min-height: 50px;    
}

.content-form .hs-form-field > label,
.events-blog form .hs-form-field label {
    margin-bottom: 4px !important;
    font: 14px/normal Helvetica,Arial,sans-serif !important;
}

.content-form .hs-form-field > label .hs-form-required,
.events-blog form .hs-form-field > label .hs-form-required {
    margin-left: 0;
}

.hs-form-required{
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
    margin-left: 4px;
}

.content-form .hs-input,
.events-blog form .input > .hs-input {
    color: #000;
    font: 14px/normal Helvetica,Arial,sans-serif;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 0 8px 2%;
    border: 1px solid #ABB0B2;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    min-height: 35px;
    box-sizing: border-box !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

.content-form .hs-input:focus,
.events-blog form .hs-input:focus {
    border-color: #333;
}

.content-form .hs-input.invalid.error,
.content-form .hs-input.invalid.error:focus,
.events-blog form .hs-input.invalid.error,
.events-blog form .hs-input.invalid.error:focus {
    border: 2px solid #e85c41;
}

.content-form .hs-input[type="number"],
.content-form .hs-input[type="tel"],
.events-blog form .hs-input[type="number"],
.events-blog form .hs-input[type="tel"] {
    max-width: 46% !important;
}

.content-form .hs-form-field.hs_deltagande > label,
.content-form .hs-form-field.hs_participation > label,
.content-form .hs-form-field.hs_participations > label,
.events-blog form .hs-form-field.hs_deltagande > label,
.events-blog form .hs-form-field.hs_participation > label,
.events-blog form .hs-form-field.hs_participations > label{
    font-weight: bold !important;
    display: inline-block;
    vertical-align: top;
}

.content-form .hs-form-field.hs_participation > label .hs-form-required,
.content-form .hs-form-field.hs_participations > label .hs-form-required,
.events-blog form .hs-form-field.hs_participations > label .hs-form-required,
.events-blog form .hs-form-field.hs_participation > label .hs-form-required {
    margin-left: 4px;
}

.content-form .hs-form-field.hs_deltagande > .input,
.content-form .hs-form-field.hs_participation > .input,
.content-form .hs-form-field.hs_participations > .input,
.events-blog form .hs-form-field.hs_deltagande > .input,
.events-blog form .hs-form-field.hs_participation > .input,
.events-blog form .hs-form-field.hs_participations > .input {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.content-form .hs-form-field.hs_deltagande > .input label,
.content-form .hs-form-field.hs_participation > .input label,
.content-form .hs-form-field.hs_participations > .input label,
.events-blog form .hs-form-field.hs_deltagande > .input label,
.events-blog form .hs-form-field.hs_participation > .input label,
.events-blog form .hs-form-field.hs_participations > .input label {
    font: 14px/normal Helvetica,Arial,sans-serif;   
    margin-bottom: 2px; 
}

.content-form .hs-form-field.hs_deltagande > .input li.hs-form-radio,
.content-form .hs-form-field.hs_participation > .input li.hs-form-radio,
.content-form .hs-form-field.hs_participations > .input li.hs-form-radio,
.events-blog form .hs-form-field.hs_deltagande > .input li.hs-form-radio,
.events-blog form .hs-form-field.hs_participation > .input li.hs-form-radio,
.events-blog form .hs-form-field.hs_participations > .input li.hs-form-radio {
    display: block !important;
    padding: 1px 0 3px !important;
    margin: 0 !important;
}
 
.content-form .hs-button.primary, 
.content-form input[type="submit"], 
.content-form input[type="button"],
.events-blog form .hs-button.primary, 
.events-blog form input[type="submit"], 
.events-blog form input[type="button"] {
    margin: 0;
    clear: both;
    background-color: #aaa !important;
    background-image: none !important;
    border: 0 none !important;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    min-height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -ms-text-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;   
}

.content-form .hs-button.primary:hover, 
.content-form input[type="submit"]:hover, 
.content-form input[type="button"]:hover,
.events-blog form .hs-button.primary:hover, 
.events-blog form input[type="submit"], 
.events-blog form input[type="button"]:hover {
    background-color: #777 !important;
}

.content-form form.hs-form .hs-form-field ul.inputs-list,
.events-blog form.hs-form .hs-form-field ul.inputs-list {
    margin: 0 0 2px !important;
}

.content-form form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs,
.events-blog form .hs-form-field ul.inputs-list.hs-error-msgs {
    padding: 0 !important;
}

.content-form form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs > li > label,
.events-blog form .hs-form-field ul.inputs-list.hs-error-msgs > li > label  {    
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #e85c41;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    z-index: 1;    
}

/* Mobile Table */
.custom-schedule-table.visible-phone td {
    display: inline-block;
    mso-line-height-rule: exactly;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    color: #575756;
    font: 14px Helvetica,Arial,sans-serif;
    line-height: 150%;
    text-align: left;
    padding: 0;
}

.custom-schedule-table.visible-phone tr > td:first-child {
    width: 75px;
    text-align: right;
}


/* ==========================================================================
            Contact Us - Layout - Styling
   ========================================================================== */

.contactus-page-layout {}

.contactus-page-layout .contactus-container-group {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contactus-page-layout .page-center.content-wrapper {
    padding: 60px 15px;
}

.contactus-page-layout .body-container a,
.contactus-page-layout .body-container a:hover {
    color: #fff;
    text-decoration: none;
}

.contactus-page-layout .body-container a:hover {
    text-decoration: underline;
}

.contactus-page-layout .middle-content {
    color: white;
    background: rgba(88, 177, 227, 0.7);
    border-radius: 22px;
    padding: 44px;
}

.page-title {
    padding: 0 15px;
    margin-left: 16.6666666667% !important;
    width: 66.6666666667% !important;
}

.page-title h1 {
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin-bottom: 60px;
    display: block;
    position: relative;
    color: white;
    text-transform: none;
    padding-left: 14px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.1;
}

.page-title h1:after,
.page-title h1:before {
    display: block;
    content: ' ';
    height: 14px;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: -7px;
}
.page-title h1:before {
    left: 0;
}
.page-title h1:after {
    right: 0;
}

.contactus-page-layout .two-col-equal.with-leftimg {
    border-radius: 14px;
    border: 1px solid white;
    margin-bottom: 44px;
}

.contactus-page-layout .twocolequal-inner-wrapper {
    margin: 0 -15px;
}

.contactus-page-layout .two-col-equal.with-leftimg .column-group {
    padding: 0 15px;
}

.contactus-page-layout .two-col-equal.with-leftimg .img-group {}

.contactus-page-layout .two-col-equal.with-leftimg .img-group img {
    margin: 20px;
    border-radius: 12px;
    border: 1px solid white;
}

.contactus-page-layout .two-col-equal.with-leftimg address {
    padding: 44px;
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.contactus-form {
    padding: 22px;
}

.contactus-form h3.form-title {
    margin: 0;
}

.contactus-form .hs-form-field > label .hs-form-required {
    display: none !important;
}

.contactus-form textarea.hs-input {
    min-height: 86.8px;
}

.contactus-form .hs_submit {
    text-align: right;
}

.contactus-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    color: white;
    border-color: white;
    margin: 0 0 15px;
}


/*==========================================================================
                    Home Page
========================================================================== */

.home-page-layout .page-center.content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.home-banner-wrapper {
    position: relative;
}

.home-banner-wrapper:after {
    content: ' ';
    position: absolute;
    background: url(//cdn2.hubspot.net/hubfs/2948626/Netadminsystems%20Apr2017/Images/ribbon.png) top left no-repeat;
    width: 344px;
    height: 482px;
    display: block;
    top: 0;
    left: 0;
}

.home-banner-group {
    position: relative;
    overflow: hidden;
    padding: 60px 0 50px;
    margin-bottom: 60px;
}

.home-banner-group:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.home-banner-video {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: none;    
}

.home-banner-video video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-group .page-center {
    position: relative;
    z-index: 1;
}

.home-banner-group .page-center .row-fluid-wrapper {
    margin-left: 8.3333333333%;    
    width: 91.6666666667%;
}

.home-banner-content {
    color: #fff;
}

.home-banner-content h1 {
    font-size: 72px;
    font-weight: 700;
    text-shadow: 2px 8px 16px rgba(10, 44, 100, 0.4);
    -webkit-text-shadow: 2px 8px 16px rgba(10, 44, 100, 0.4);
    -moz-text-shadow: 2px 8px 16px rgba(10, 44, 100, 0.4);
    -ms-text-shadow: 2px 8px 16px rgba(10, 44, 100, 0.4);
}

.home-banner-content h2 {
    font-size: 72px;
    font-weight: 400;
    padding: 0 0 40px 0;
    text-shadow: 2px 8px 16px rgba(10, 44, 100, 0.4);
    -webkit-text-shadow: 2px 8px 16px rgba(10, 44, 100, 0.4);
    -moz-text-shadow: 2px 8px 16px rgba(10, 44, 100, 0.4);
    -ms-text-shadow: 2px 8px 16px rgba(10, 44, 100, 0.4);
}

h6.custom-redbg-btn {
    font-size: 38px;
    line-height: 1.5;
    margin: 0 0 1rem;    
}

.custom-redbg-btn a {
    display: inline-block;
    color: white;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ef443e;
    border: 1px solid #ef443e;
    padding: 0.75rem 22px;
    font-size: 1.25rem;
    border-radius: 0.3rem;    
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.custom-redbg-btn a:hover {
    background: rgba(239, 68, 62, 0.8);
    border: 1px solid white;
    color: white;
    text-decoration: none;
}

.home-row-title {
    padding: 0 7px;
    margin-left: 25% !important;
    width: 50% !important;
}

.home-row-title h1 {
    padding-bottom: 8px;
    border-bottom: 1px solid #3eb5e6;
    margin-bottom: 60px;
    display: block;
    position: relative;
    color: #413d38;
    text-transform: none;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.home-row-title h1:after,
.home-row-title h1:before {
    display: block;
    content: ' ';
    height: 14px;
    width: 1px;
    background: #3eb5e6;
    position: absolute;
    bottom: -7px;
}
.home-row-title h1:before {
    left: 0;
}
.home-row-title h1:after {
    right: 0;
}

.home-row-group {
    padding: 44px 0;
}

.three-col-equal-flexi-group {}

.three-col-equal-flexi-group .hs_cos_wrapper_type_widget_container {
    margin: 0 -15px;
    display: block;
}

.three-col-equal-flexi-group .hs_cos_wrapper_type_widget_container:after {
    content: "";
    display: table;
    clear: both;
}

.three-col-equal-flexi-group .hs_cos_wrapper_type_custom_widget {
    width: 33.3333333333%;
    padding: 0 15px;
    float: left;
}

.services-role-group {
    text-align: center;
}

.services-role-group svg {
    display: block;
    margin: 0 auto;
    fill: #5ebce8;
    width: 244px;
    transition: fill 0.24s ease;
    -moz-transition: fill 0.24s ease;
    -ms-transition: fill 0.24s ease;
    -webkit-transition: fill 0.24s ease;
}

.services-role-group h3 {
    border-bottom: 4px solid transparent;
    width: auto;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 14px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.services-role-group a {
    display: block;
    color: #404041;
    cursor: pointer;
    text-decoration: none !important;
    margin: 0 0 44px;
}

.services-role-group a:hover h3 {
    border-bottom: 4px solid #ef443e;
}

.services-role-group a:hover svg {
    fill: #ef443e;
}



.home-row2-group .rss-post-item {
    width: calc( (100% - 30px) / 3 );
    margin-right: 15px;
}

.home-row2-group .rss-post-item:nth-child(3n + 3) {
    margin-right: 0 !important;
}

.home-row2-group .three-col-equal-flexi-group .hs_cos_wrapper_type_widget_container {
    margin: 0;
}

.home-row2-group .three-col-equal-flexi-group .hs_cos_wrapper_type_custom_widget {
    width: 32.5%;
    background: #f6f6f5;
    padding: 2rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    position: relative;
    margin-bottom: 0.75rem;
}

.home-row2-group .resources-box-group {
    border-radius: calc(0.25rem - 1px);
    -webkit-border-radius: calc(0.25rem - 1px);
    -moz-border-radius: calc(0.25rem - 1px);
    -ms-border-radius: calc(0.25rem - 1px);
    margin: 0;
    padding: 0 0 59px;
}

.home-row2-group .resources-box-group svg {
    margin-top: 30px;
    max-width: 43.69% !important;
}

.home-row2-group .resources-box-group pre {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    text-transform: uppercase;
    background-color: #d9534f;
    margin: 0;
}

.home-row3-group {
    padding: 44px 0 37px 0;
    margin-bottom: 36px;
    background: #f7f6f5;
    position: relative;
}

.home-row3-slider .hs_cos_gallery_main {
    padding: 0;
    margin: 0 -15px;
}

.home-row3-slider .hs_cos_gallery_main.slick-slider {
    position: static;
}

.home-row3-slider .hs_cos_gallery_main .slick-list {
    position: relative;
    overflow: hidden;
}

.home-row3-slider .hs_cos_gallery_main .slick-slide {
    margin: 0;
    text-align: left;
}

.home-row3-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    min-height: 244px;
    background: white;    
    color: #413d38;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
}

.home-row3-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.home-row3-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > img {
    width: 25%;
    padding: 0 15px;
    float: left;
    margin-top: 44px;
}

.home-row3-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption {
    width: 66.6666666667%;
    padding: 0 15px;
    float: left;
    display: flex;
    align-items: center;
    min-height: 244px;
}

.home-row3-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption > span {
    display: block;
    min-height: 244px;
}

.home-row3-slider blockquote {
    border: none;
    margin: 1.5em 10px;
    padding: 22px 0 22px 0;
    font-size: 1.14em;
}

.home-row3-slider blockquote:before {
    color: rgba(0, 0, 0, 0.4);
    content: '\201C';
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.home-row3-slider blockquote p {
    display: inline;
}

.home-row3-slider blockquote footer {
    display: block;
    margin-top: 22px;
}

.home-row3-slider .hs_cos_gallery_main ul.slick-dots {
    margin: -4px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.home-row3-slider .slick-dots li {
    vertical-align: top;
    margin: 0 8px;
}

.home-row3-slider .slick-dots li,
.home-row3-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    padding: 0;
}

.home-row3-slider .slick-dots li button {
    height: 12px;
    width: 12px;
}

.home-row3-slider .slick-dots li button:before {
    font-size: 12px;
    width: 10px;
    height: 10px;
    color: #333;
    opacity: .25;
}

.home-row3-slider .slick-dots li.slick-active button:before {
    color: #333;
    opacity: 1 ;
}

.home-row3-slider .slick-arrow {    
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none !important;
    -webkit-appearance: button;
    margin-top: 15px;
    z-index: 9;
    color: transparent;
    font-size: inherit;
    line-height: inherit;
}

.home-row3-slider .slick-arrow:active {
    opacity: 0.6;
}

.home-row3-slider .slick-arrow.slick-disabled {
    color: transparent;
    cursor: default;
    font-size: initial;
    line-height: initial;
    opacity: .3 !important;
}

.home-row3-slider .slick-arrow:before {
    display: none !important;
}

.home-row3-slider .slick-prev:before, 
.home-row3-slider .slick-next:before {
    display: none !important;
}

.home-row3-slider .slick-prev:after, 
.home-row3-slider .slick-next:after {
    color: #3998cc;
    font-size: 45.8px;
    line-height: 45.8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-row3-slider .slick-prev {
    left: 10px;
}

.home-row3-slider .slick-next {
    right: 10px;
}

.home-row3-slider .slick-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    margin-left: -6px;
}

.home-row3-slider .slick-next:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: -6px;
}

.home-row3-slider .slick-arrow svg {
    width: 60%;
    fill: #3998cc !important;
}

.customer-logo-text {
    text-align:center;
    color:#79848f;
    margin:20px 0;
    font-size:18px;
    font-weight:bold;
}

.customer-logo-frontpage {
    min-height:82px;
}

@media (max-width: 767px) {
.customers-logos-frontpage .span2  {
    display: block;
    float: left;
    width: 48%;
    margin-right:1%;
    margin-left: 0;
}
}

/*==========================================================================
                Front page boxes
========================================================================== */
.center-align-box .row-fluid {
  display:flex;
}

.full-width-image .hs-image-widget  {
  max-width: unset;
}

.front-calculator {
   background: #000 url(https://cdn2.hubspot.net/hubfs/2948626/images/front-bg-calculator.jpg) no-repeat center top;
  height:580px;

}

.front-calculator .row-fluid-wrapper {
      display: flex;
    align-self: center;
    justify-content: center;
}

/*==========================================================================
                Error - Styling
========================================================================== */

.error-404page-layout {}

.error-404page-layout .page-center.content-wrapper {
    padding-top: 44px;
    padding-bottom: 44px;
}




/*==========================================================================
                    Deafult Blog - Styling
========================================================================== */

.blog .blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.blog #comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 15px;
}
.blog .post-header h2{
    margin: 10px 0 0;
}
.blog .post-header h2 a{
    text-decoration: none;
}
.blog #hubspot-topic_data{
    color: #888888;
    font-weight:700;
    margin: 4px 0;
}
.blog #hubspot-author_data{
    margin: 0 0 10px;
}
.blog .hs-form .input ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog .hs-form .input ul li{
    padding: 0 !important;
}
.blog .custom_listing_comments {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0;
}
.blog .more-link{
    display: inline-block;
    padding-top: 20px;
}
.blog .hs-blog-social-share{
    height: auto;
}
.blog .blog-pagination .previous-posts-link {
    display: block;
}
.blog-pagination .all-posts-link {
    display: block;
}
.blog .blog-pagination .next-posts-link {
    display: block;
}
.blog .blog-sidebar .cell-wrapper{
    margin-bottom: 25px;
}
.blog #comment-form{
    padding:30px;
    margin:15px 0;
    border: 1px solid #CCC;
}
.blog #hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}
.blog #hubspot-author_data .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}
.blog .hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0;
}

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

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

/* ==========================================================================
   CUSTOM                         
   ========================================================================== */
/*
.front-darkgrey-info {
    background: #575756;
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:100;
    margin-top: -60px;
    padding: 25px;
} */

.front-darkgrey-info {
    background:  url(//cdn2.hubspot.net/hubfs/2948626/images/do_the_test_banner_white_2017.jpg) no-repeat center top;
    padding: 25px;
    margin-top: -18px;
}


.banner-text-front { 
    color:#fff;
font-family: 'Titillium Web', sans-serif;
font-weight:200; 
font-size: 30px;
    
}

.banner-heading-front-2017 {
  
  font-family: 'Titillium Web', sans-serif;
  font-size:55px;
  font-weight:200;
  text-transform:uppercase;
  color:#fff;
  
}

.banner-heading-front-2017 span {
  font-weight: 900;
}

.front-page-content {

}

.contact-person-block h2 {
    padding-bottom: 8px;
    text-align:center;
    margin-bottom: 60px;
    position: relative;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
}

.contact-person-block  {
        padding: 44px 0 44px 0;
}

/* ==========================================================================
                Main Blog - Styling
   ========================================================================== */

.top-subscription-group {
    background: #eceeef;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    margin-bottom: 2rem;
    padding:  15px;
}
/*
.top-subscription-group .page-center {
    width: 66.6666666667%;
    margin-left: 16.6666666667% !important;
    padding: 44px 5px !important;
    max-width: 100% !important;
}
*/

.top-subscription-group h1 {
    color: #3998cc;
}

.top-subscription-group p.secondary-header {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 0.5rem;
}

.top-subscription-form form.hs-form {
    margin: 27px 0 -9px;
}

.top-subscription-form form.hs-form:after {
    content: "";
    display: table;
    clear: both;
}

.top-subscription-form .hs-form-field {
    float: left;
    margin-bottom: 0.5rem;
    margin-right: 4px;
    width: 204.6px;
}

.top-subscription-form .hs-form-field > label {
    display: none !important;
}

/* Placeholder Text */
.top-subscription-form .hs-input::-webkit-input-placeholder { color: #9b9b9b; } /* Webkit Browsers */
.top-subscription-form .hs-input:-moz-placeholder { color: #9b9b9b; } /* Firefox 18- */
.top-subscription-form .hs-input::-moz-placeholder { color: #9b9b9b; } /* Firefox 19+ */
.top-subscription-form .hs-input:-ms-input-placeholder { color: #9b9b9b; } /* IE10 */

.top-subscription-form .hs_submit {
    float: left;
    width: 204.6px;
    margin-bottom: 0.5rem;
}

.top-subscription-form .hs-button.primary, 
.top-subscription-form input[type="submit"], 
.top-subscription-form input[type="button"] {
    margin: 0 -10px 0 0;
    color: #3998cc;
    background-color: rgba(88, 177, 227, 0);
    border-color: #3998cc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 21px;
    padding-right: 22px;
    border: 1px solid;
    min-width:230px;
}

.top-subscription-form .hs-button.primary:hover, 
.top-subscription-form input[type="submit"]:hover, 
.top-subscription-form input[type="button"]:hover {
    background: #3998cc;
    color: white;
}

.top-subscription-form form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs > li > label {
    font-size: 13px;
    line-height: 18px;
}

.top-subscription-btcontent small {
    display: block;
    margin-top: 0.25rem;
    color: #818a91;
    font-size: 80%;
    font-weight: normal;
}

.top-subscription-btcontent p {
    color: #818a91;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.25rem 0 0;
}

.netadminsystems-blog .page-center.content-wrapper {
    padding: 60px 0;
}

li.blog-category-list {
  float:left;
  list-style:none;
  }

/* 
.netadminsystems-blog .post-listing .post-item {
    padding: 0 15px;    
    width: 83.3333333333%;
}

.main-blog .post-listing .post-item {
    margin-left: 8.3333333333%;
}*/

.post-item-blogpost {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    padding: 25px;
    background: #fff;
    margin-bottom: 2.564102564%;
}

.post-item-blogpost:hover {
        transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    box-shadow: 0 8px 50px rgba(0,0,0,0.1);
}

a.more-link.readmore-btn {
    color: #fff;
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    margin: 8px 0 0;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #0275d8;
    border-color: #0275d8;
    text-transform: lowercase;
    text-decoration: none;
    
}
a.more-link.readmore-btn:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    text-decoration: none;
}

.blog-pagination {
    text-align: center;
      text-align: center;
    display: block;
    clear: both;
}

.blog-pagination a {
    display: inline-block;
}

.netadminsystems-blog .post-listing-simple .post-item {
    margin-bottom: 40px;
}

.netadminsystems-blog.hs-blog-post .custom-breadcrumb-menu,
.netadminsystems-blog.news-blog .custom-breadcrumb-menu {
    margin-bottom: 1rem;
}

.netadminsystems-blog.hs-blog-post .page-center.content-wrapper {
    padding: 44px 15px;
} 

.netadminsystems-blog.hs-blog-post .content-wrapper blockquote {
    color: #999;
    margin: 2rem 0 2rem 2rem;
    border-left: 5px solid #006faa;
    padding-left: 10px;
		font-weight: 300;
    font-style: italic;
    width: 80%;
}

.netadminsystems-blog .top-subscription-form .hs-form-field {
    width: auto;
}

.netadminsystems-blog .top-subscription-form .hs-form-field .hs-input {
    width: auto !important;
}

.main-blog .blog-post-wrapper .post-body h3 {
    color: #3998cc;
    margin-top: 30px;
    margin-bottom: 14px;
}


.netadminsystems-blog .blog-post-wrapper h2 {
    color: #3998cc;
}

.netadminsystems-blog .blog-post-wrapper h1 {
    font-weight:900;
}

.netadminsystems-blog .blog-post-wrapper h6.custom-bluebg-btn {
    text-align: right;
}
/* =============== New Events =============== */
.events-list {
		background: #f6f6f6;
		text-align: center;
		min-height: 250px!important;
		margin-bottom: 2.564102564%;
	}	
.events-image {
		width: 100%;
		height: 165px;
		
	}
.events-date {color: #999;
		padding: 20px 0;
		
	}
.events-leftcol {
		margin-left: 0!important;
	}
	
.events-list a:hover {
		text-decoration: none;
	}

.events-list a h2 {color: #575756;
    padding:0 15px;
}

.events-list .readmore-btn {
		padding-bottom: 20px;
	}

.top-contact-banner {	
    background: #f2f5f6;
    font-size: 14px;
    display: flex;
    padding: 5px 0;
    vertical-align: middle;
    text-align:center;
}

.top-contact-number {
    margin: 0 15px 0 2px;
}

.top-contact-banner .fa-phone {
    color:#41b6e6;
}

.event-list-container
{
		background: #fff;
		padding: 25px;
		overflow: hidden;
		margin-bottom: 2.564102564%;
}


.event-list-container:hover {
    box-shadow: 0 8px 50px rgba(0,0,0,0.1);
}

.event-list-container h2 {
    font-weight:bold;
}
.event-list-container .rss-readmore-btn {
        float: right;
    margin-top: 10%;
}

	
.eventlist-date {
		font-size: 61px;
		font-weight: 900;
		line-height: 1;
		text-align:center;
}
	
.eventlist-month {
		font-size: 36px;
		text-align:center;
		font-weight: 400;
		line-height: 1;
}

.event-information {
		color: #999;
}

body.event-page-layout .actions {
   margin-bottom:20px;
}

body.event-page-layout .content-wrapper .hs-form-field > label {
     margin-bottom: .5rem; 
}

body.event-page-layout .content-wrapper .input {
    float:left;
    margin-right:20px;
    min-width:40%;
}

body.event-page-layout .content-wrapper .hs-button {
        margin: 0 -10px 0 0;
    color: #3998cc;
    background-color: rgba(88, 177, 227, 0);
    border-color: #3998cc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 21px;
    padding-right: 22px;
    border: 1px solid;
    min-width: 230px;
}

body.event-page-layout .content-wrapper .hs-button:hover {
        color: #fff;
    background-color: #3998cc;
}



/* ==========================================================================
                News Blog - Styling
   ========================================================================== */

.customer-stories-blog .post-listing .post-item {
    margin-left: 8.3333333333%;
    margin-bottom:2%;
}



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

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .home-banner-wrapper {
        background: url('//cdn2.hubspot.net/hubfs/2948626/Netadminsystems%20Apr2017/Images/home-1.jpg') no-repeat left top / cover;
    }
    
    .home-banner-video video,
    .home-banner-wrapper:after {
        display: none;
    }

}


@-moz-document url-prefix() {

    .top-subscription-form .hs-form-field,
    .top-subscription-form .hs_submit {
        width: 210px;
        margin-bottom: 0;
    }
    
    .top-subscription-form .hs-button.primary, 
    .top-subscription-form input[type="submit"], 
    .top-subscription-form input[type="button"] {
        margin-right: -10px;
    }
    
    /* Placeholder Text */
    .top-subscription-form .hs-input::-webkit-input-placeholder { color: #55595c; } /* Webkit Browsers */
    .top-subscription-form .hs-input:-moz-placeholder { color: #55595c; } /* Firefox 18- */
    .top-subscription-form .hs-input::-moz-placeholder { color: #55595c; } /* Firefox 19+ */
    .top-subscription-form .hs-input:-ms-input-placeholder { color: #55595c; } /* IE10 */
    
    .contactus-form textarea.hs-input {
        min-height: 103.9px;
    }
    
    .custom-ft-subscribe .hs-button.primary, .custom-ft-subscribe input[type="submit"], .custom-ft-subscribe input[type="button"] {
        line-height: 1.2;    
        margin: 0 !important;
    }

}



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

@media (min-width: 576px) {
    
    .container-fluid .row-fluid .page-center {
        max-width: 540px;
    }
    
}


@media (min-width: 768px) {
    
    .container-fluid .row-fluid .page-center {
        max-width: 720px;
    }
    
    .management-solution-layout .bottom-content-flexi .two-col-equal .column-group.left {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
}


@media (min-width: 992px) {
    
    .container-fluid .row-fluid .page-center {
        max-width: 960px;
    }
    
    .custom-menu-primary.custom-hide-indesktop {
        display: none !important;
    }
    .event-list-container .span2 {
        max-width:70px;
    }
   .event-list-container .span3 {
       float:right;
   }
   
   .sales-person-box {
       margin-left:30%!important;
   }
   
   .big-grey-center {
    margin: auto;
    max-width: 860px;
    color: #A4ABB1;
    font-size: 1.5rem;
    font-weight:200;
   }
    
}


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



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

@media (max-width: 1540px) {

    .home-banner-content {
        padding-left: 90px;
    }

}

@media (max-width: 1415px) {

    .home-banner-content {
        padding-left: 144px;
    }

}

@media (min-width: 991px) and (max-width: 1200px) {

    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-left: 0.5rem;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 0.8rem;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .custom-ft-subscribe .hs-form-field {
        max-width: 157px;
    }
    
    .custom-ft-subscribe .hs_submit {
        width: calc(100% - 161px);
        margin-right: -2px;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .column-group a[href*="mailto"],
    .custom-mailaddress {
        font-size: 16px;
    }

}


@media (max-width: 1200px) {
    
    .related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1,
    .bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1,
    .custom-rss-title h1 {
        max-width: 450px;
    }
    
    .rss-post-item {
        width: calc( (100% - 30px) / 3);
        margin-right: 10px;
    }

    .home-banner-content {
        padding-left: 200px;
    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .custom-ft-subscribe .hs-form-field {
        float: none;
        margin-right: 0;
        margin-bottom: 7px;
    }
    
    .custom-ft-subscribe .hs_submit {
        float: none;
        width: 100%;
    }
    
    .contact-block-title {
        margin-left: 16.6666666667% !important;
        width: 66.6666666667% !important;   
        padding-left: 5px;
        padding-right: 5px;
    }
    .contact-block-icon-group {
        margin-left: 25% !important;
        width: 50% !important;        
    }
    
    .our-partners-logoimg .hs_cos_wrapper_type_linked_image {
        padding: 14px 0;
    }
    
    .contactus-page-layout .twocolequal-inner-wrapper {
        margin: 0;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .img-group img {
        margin-left: 0;
        margin-right: 0;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg address {
        padding-left: 0;
        padding-right: 0;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .column-group a[href*="mailto"],
    .custom-mailaddress {
        font-size: 14px;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .custom-phoneno {
        font-size: 16px;
    }
    
    .three-col-equal.for-team .column-group {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .rss-post-item-text {
        padding: 1.25rem 0.25rem;
    }

}

@media (max-width: 991px) {

    .custom-header-logo,
    .custom-menu-primary {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
        
    .custom-menu-primary.custom-show-indesktop {
        display: none !important;
    }
        
    .custom-menu-primary.custom-hide-indesktop {
        display: block !important;
    }
    
    .custom-split-column {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    
    .our-partners-title {
        margin-left: 16.6666666667% !important;
        width: 66.6666666667% !important;
    }
    
    .resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container>.hs_cos_wrapper_type_custom_widget {
        width: 49.5%;
        margin-left:0.7%;
    }  
    .resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container > .hs_cos_wrapper_type_custom_widget:nth-child(2n + 2) {
        margin-right: -8px;
    }
    .resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container > .hs_cos_wrapper_type_custom_widget:nth-child(3n + 3) {
        margin-right: 0;
    }
    
    .home-banner-wrapper:after {
        display: none !important;
    }
    
    .home-banner-content {
        padding-left: 0;
    }
    
    .home-banner-group {
        padding: 0;
    }
    
    .home-row-title {
        padding: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 66.6666666667% !important;
        float: none !important;
    }
    
    .three-col-equal-flexi-group .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        padding: 0 15px;
        float: none;
    }
    
    .home-row2-group .home-row-title {
        margin-left: 16.6666666667% !important;
        padding: 0 5px;
    }
    
    .home-row3-slider .hs_cos_gallery_main ul.slick-dots {
        margin: 0;
    }

}

.blue-form {
    background:#41b6e6;
    color:#fff;
    padding: 25px;
}
/*==========================================================================
                    10. Mega Meny
========================================================================== */
#header {
  background-color: #fff;
  margin:auto;
  max-width:1140px;
}

#logo-link {
    float: left;
    width:200px;
    min-width:200px;
    height:auto;
}


#header>ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding:0;
}

#header>ul>li {
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9rem;
    height: 100%;
    z-index: 10;
    flex: 0 0 auto;
}

/* #header>ul>li:first-child {
    margin-right: 10%;
}


#header>ul>li:last-child {
    margin-left: 10%;
    line-height: 70px;
}*/

#header>ul>li.nohover {
    flex: 1 1 auto;
}


/* #header>ul>li:last-child {
    margin-left: 200px;
} */

#header>ul>li:not(.no-hover):hover>a {
border-bottom: 4px solid rgb(0, 111, 170); 
   
}

#header>ul>li a.top-menu {
    color: #000;
    padding: 23px 15px 18px;
  display:block;
}

#header>ul>li>a {
    color: #000;
}

#header>ul>li a:hover,
#header>ul>li a:focus {
    text-decoration: none;
}

.Netadmin-logo2017 {
    height: 49px;
    width: auto;
}



.menu-btn {
    display: inline-block !important;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -wekit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #78c2ea !important;
    padding: 0 14px;
    cursor: pointer;
    font-weight: normal;
    line-height: 1.25!important;
    text-align: center;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
}

.menu-btn:hover {
    display: inline-block !important;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    -wekit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #ef443e !important;
    padding: 0 14px;
    cursor: pointer;
    font-weight: normal;
    line-height: 1.25!important;
    text-align: center;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
}


.mega-menu {
    visibility: hidden;
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    min-height: 350px;
    max-height: 0;
    padding: 0;
}

.demo-buttons {
  padding-top:14px!important;
  padding-left: 165px;
}

.blue-button-top-menu {
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    padding: .45em 1em!important;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 111, 170, 1);
    color:#fff!important;
    border:1px solid rgba(0, 111, 170, 1);
}

.blue-button-top-menu:hover {
  background: rgba(0, 111, 170, 0.7);
}

.white-button-top-menu {
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    padding: .45em 1em!important;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background: rgba(255, 255, 255, 1);
    color:rgba(0, 111, 170, 1)!important;
    border:1px solid rgba(0, 111, 170, 1);
}

.white-button-top-menu:hover {
  background: rgba(0, 111, 170, 0.1);
}

#header>ul>li:not(.no-hover):hover .mega-menu {
    visibility: visible;
    padding-top: 50px;
    padding-bottom: 70px;    
	overflow-y: hidden;
	z-index: 11;
	max-height: 500px; /* approximate max height */
}

#header>ul:not(.hovered)>li:not(.no-hover):hover .mega-menu {
	-ms-transition-property: max-height;
	-ms-transition-duration: .2s;
	-ms-transition-timing-function: ease-in;    

	transition-property: max-height;
	transition-duration: .2s;
	transition-timing-function: ease-in;    
    
}


.mega-menu .row-fluid div[class^='span'] {
    height: 100%;
}

.mega-menu .row-fluid div[class^='span']:not(.empty) {
    border-right: 1px solid #eee;
    text-align: left;
}

.mega-menu h4, .mega-menu h4 a {
    font-size: 16px;
    color: rgb(0, 111, 170);
    text-align: left;
}

.mega-menu .suboptions .header {
    text-align: left;
}

.mega-menu .suboptions {
    text-align: left;
    display: inline-block;
    margin: 0 30px;
}

.mega-menu div[class^='span'] .suboptions:first-of-type {
    margin: 0 30px 0 0;
}

.mega-menu .suboptions ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    float: left;
  width:100%;
}

.mega-menu .suboptions ul>li a {
    padding:5px 10px 5px 0!important;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    color:#89898f!important;
    display:block;
}

.mega-menu .suboptions ul>li a:hover  {
   text-decoration:none!important;
   background:#f2f5f6;
}

.mega-menu .help-text {
    font-style: italic;
    font-size: 13px;
    text-transform: none;
}

#contact {
    display: none;
}

.clear-left{
    clear: left;
}



.contact-row-mega-menu {
  position:absolute;
  bottom:0;
  width:100%;
  background: rgb(0,111,170);
background: -moz-linear-gradient(90deg, rgba(0,111,170,1) 0%, rgba(44,139,135,1) 60%);
background: -webkit-linear-gradient(90deg, rgba(0,111,170,1) 0%, rgba(44,139,135,1) 60%);
background: linear-gradient(90deg, rgba(0,111,170,1) 0%, rgba(44,139,135,1) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006faa",endColorstr="#2c8b87",GradientType=1);
  color:#fff;
}


a.contact-top-menu  {
  text-transform:none;
  font-size:15px;  
  text-align:center;
  color:#fff;
  padding:4px 0;
  display:block;
}

a.contact-top-menu:hover {
  text-decoration:underline!important;
}






@media (max-width: 991px) {
    #header {
        height: 48px;
    }
    #header>ul {
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
        margin-top: 2px;
        display: none;
        position: absolute;
        top: 47px;
        width: 100%;
        left: 0;
    }
    
    #header>ul>li {
        background-color: #fff;
        text-align: left;
        padding: 0 10px;
    }
    #header>ul>li>a {
        display: block;
        padding: 0px;
        line-height: 35px;
    }
    #header>ul>li:not(.no-hover):hover>a {
        border-bottom: none;
    }
    #header>ul>li:not(.no-hover)>a:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.3em;
        vertical-align: middle;
        content: '';
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
        float: right;
        margin-right: 5px;
        position: relative;
        top: 15px;
    }
    #header>ul>li:last-child {
        margin-left: 0;
        padding-bottom: 10px;
    }
  

  
  .Netadmin-logo {
  padding: 7px;
  }
  
 /* #header>ul>li:first-child {
        margin-right: 70px;
    }*/
    .mega-menu {
        display: none;
        position: relative;
        height: auto;
        top: 0;
        padding-top: 0!important;
        padding-bottom: 0!important;
        border-bottom: none;
        visibility: visible;
    }
    .mega-menu .suboptions {
        margin: 0 !important;
        display: block;
    }
    .mega-menu .suboptions ul {
        float: none;
        width: 100%;
    }
    #header>ul>li:not(.no-hover):hover .mega-menu {
        display: none !important;
    }
    #header>ul>li:not(.no-hover).open .mega-menu {
        display: block !important;
        max-height: 1500px;
    }
    .mega-menu .row-fluid div[class^='span'] {
        height: auto;
        border-right: none !important;
    }
    #header>ul>li {
        height: auto;
    }
    .mega-menu h4 {
        font-size: 14px;
        font-weight: 500;
        color: rgb(64, 126, 201);
        text-align: left;
        margin: 10px 0 0 0;
    }
    .mega-menu .suboptions .header {
        text-align: left;
        font-size: 13px;
        margin: 5px 0 0 0;
    }
    .help-text {
        display: none;
    }
    .mega-menu .suboptions ul>li:hover a {
        border-bottom: none;
    }
    .mobile-trigger {
        top: 1px;
        right: 1px;
    }
    .mobile-trigger i {
        top: 10px;
    }
    .menu-btn {
        display: none !important;
    }
    #contact {
        display: block;
    }
    .show {
        display: flex !important;
    }
    
    .mobile-trigger{
        top: 5px;
    }
    
    .mobile-trigger i{
        top: -5px;
    }
}


/*==========================================================================
                    11. Why Netadmin
========================================================================== */

.customer-map {
  
  background-image: url("https://www.netadminsystems.com/hubfs/map.png");
  
  background-repeat:no-repeat;
  background-size:auto;
  background-position: center center;
  height: 450px;
  width:100%;
}

.customer-map-text {
  width: 1140px;
  margin: auto;
  padding-top:630px;
  display: table;
  color:#fff;
}

.customer-map{
  height:696px;
  margin-bottom:50px;
}

.customer-references {
  max-width:1280px;
  margin:auto;
  float:none;
  padding:60px 0;
}

.netadmin-nubers {
  font-family: 'ScandiaWebStencil', sans-serf;
  text-align:center;
  font-weight:900;
  font-size: 80px;
}

/*==========================================================================
                    Form
========================================================================== */
.resources-download {
    background: rgba(255,255,255,0.95);
    padding: 15px;
    -webkit-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.15);
  z-index: 99;
  position: relative;
}

@media (min-width: 767px) {

.resources-download  {
    margin-top: -200px;
      
}
}

blockquote.quote {
    color:#41b6e6;
    padding:30px 15px;
}


/*==========================================================================
                    Add-on pages
========================================================================== */
.add-on-hero {
    background: #41b6c2;
background: -moz-linear-gradient(top, #2c8b87 0%, #006faa 100%);
background: -webkit-linear-gradient(top, #2c8b87 0%,#006faa 100%);
background: linear-gradient(to bottom, #2c8b87 0%,#006faa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8b87', endColorstr='#006faa',GradientType=0 );

color:#fff;
padding:30px 0;
}

a.add-on-home-button {
    background:transparent;
    color:#fff;
    padding: 4px 10px;
    border: 1px solid;
    border-color:rgba(64,126,201, 0.4);
    font-size: 0.7em;
    text-decoration:none;
     box-shadow:   0 1px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow:   0 1px 10px rgba(0, 0, 0, 0.15);
    text-align:center;
    margin:auto;
    
}

a.add-on-home-button:hover {
    background:rgba(255,255,255, 0.4);
        transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.add-on-hero h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;  
    padding:30px 0;
}

.add-on-hero .button-center {
        display: table;
    margin: auto!important;
    width: auto;
    float: none;
} 

.light-blue {
    background:#ecf8fc; 
    padding:30px 0;
    overflow:hidden;
}

.yellow-background {
  background:#ffd500;
}

.blue-background {
  background:#006faa;
}

.light-blue-background {
  background:rgba(0,111,170, 0.1);
}

@media (min-width: 992px) {

.narrow-content {
    margin-left:17.094017094%!important;
    width: 65.81196581200001%!important;
}
  
  .narrow-content-blog {
    width: 74.468085099%!important;
    margin-left:14.529914530000001%!important;
    
}


.two-rows-images-box {
    height: 460px;
    line-height: 360px;
}

.two-rows-images-box  .cell-wrapper {
        vertical-align: middle;
    line-height: 1.3;
    display: inline-block;
}

.ingress {
    font-size:1.6em;
}
}

.ticket-sla-video-link a {
    width:754px; 
    height: 386px; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; -
    webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2); 
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    background-image: url("//cdn2.hubspot.net/hubfs/2948626/images/add-ons/ticketSLA-heroimage.png");
    background-repeat:no-repeat;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding-top:130px;
    background-size:cover;
    
}

.ticket-sla-video-link a:hover {
        transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.ticket-sla-video-link .fa-play-circle {
    font-size:50px;
    text-decoration: none;
}

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


@media (min-width: 576px) and (max-width: 767px) {
    
    .two-col-equal.for-solution .cols-group {
        margin: 0 -15px;
    }
    
    .two-col-equal.for-solution .column-group {
        float: left !important;
        width: 33.3333333333% !important;
    }
    
    .two-col-equal.for-solution .column-group.left {
        margin-left: 16.6666666667% !important;
    }
    
    .home-row3-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > img {
        width: 33%;
    }
    


}

/*==========================================================================
                    New front page video
========================================================================== */

.front-page-title-1 {
color:#fff;
font-size:48px;
  line-height:1.2;
}

.front-page-title-2 {
color:#fff;
font-size:26px;
line-height:1.6;
}

/*==========================================================================
                    Extras
========================================================================== */

    .box {
        border: 1px solid #eee;
        width: 48%;
        min-height: 150px;
        font-weight: 400;
        margin: 5px 0;
        padding: 40px;
        overflow: hidden;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);
        font-size: 22px;
    }

    .box:hover {
        background-color: rgba(238, 238, 238, 0.85);
    }

    .box a {
        font-weight: 900;
        color: #000;
    }

    .box-container a:hover,
    .box a:hover {
        text-decoration: none;
    }

    .big-box {
        width: auto;
        height: auto;
        background-size: cover;
        background-position: center center;
        min-width: 49%;
    }

    .big-box-title {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
        padding: 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .big-box>.explore-tag {
        background-color: #fff;
        opacity: 0.7;
    }

    .big-box a {
        color: #fff;
    }

    .explore-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .explore-row:nth-child(even) {
        flex-direction: row-reverse;
    }

    .box-container {
        display: flex;
        max-width: 49%;
        min-width: 49%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #stories {
        display: flex;
        flex-wrap: wrap;
    }

    .filter-segment-container {
        flex-wrap: wrap;
    }

    .filter-container {
        margin-bottom: 20px;
    }

    .filter-container span {
        border-bottom:2px solid #eee;
    }

    span.explore-tag {
        position: absolute;
        font-size: 12px;
        right: 0;
        top: 0;
        color: orange;
        padding: 5px;
        font-weight: bold;
    }



    .filter-container {
        display: flex;
    }

    .filter-container span {
        margin: 0 8px;
        color: #333;
        cursor: pointer;
    }

    .filter-container span.selected {
        border-bottom: 2px solid orange;
    }

    .spinner {
        margin: 30px auto;
        width: 70px;
        text-align: center;
    }

    .spinner>div {
        width: 18px;
        height: 18px;
        background-color: #333;

        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

   label.explore-label {
    text-transform:uppercase;
     float:left;
     font-weight:900;
      font-size: inherit;
}

    @-webkit-keyframes sk-bouncedelay {

        0%,
        80%,
        100% {
            -webkit-transform: scale(0)
        }

        40% {
            -webkit-transform: scale(1.0)
        }
    }

    @keyframes sk-bouncedelay {

        0%,
        80%,
        100% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        40% {
            -webkit-transform: scale(1.0);
            transform: scale(1.0);
        }
    }

    .box-description {
        font-size: 13px;
        font-style: italic;
        color: #555;
    }

    @media (max-width: 1200px) {
        .explore-row {
            flex-direction: column !important;
        }

        .box-container {
            max-width: 100%;
        }

        .box {
            width: 100%;
            margin: 5px 0;
        }

        .big-box {
            height: 100%;
        }
    }





.blue-bg-menu {
  background:rgba(0,109,170,0.92);
  padding:10px;
  position:fixed;
  top:0;
}


@media (min-width: 1200px) {
body.explore .explore-content {
    max-width: 1440px;
    margin: auto!important;
    float: none;
    padding-top:40px;
}
  
  #filter {
  font-size: 0.8em;
    max-width: 1140px;
    margin: auto;
  }
}

body.home-page-layout .outer-banner {
    display:none;
}

body.get-demo-body .body-container-wrapper {
    background-image: url("//cdn2.hubspot.net/hubfs/2948626/Email/background-geta-demo.jpg");
    background-size:cover;
    color: #fff;
}

@media (max-width: 767px) {
    
    input[type="text"],
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"],
    input[type="file"],
    textarea,
    select {
        width: 100%;
        max-width: 100%;
    }
    
    #email-prefs-form .email-edit {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .checkbox-row span.fakelabel span {
       float: none;
       margin-left: 0;
       padding-left: 20px;
       text-align: left;
       display: block;
    }
    
    .subscribe-options p label {
       margin: 4px 0;
    }
    
    .subscribe-options label > input {
       float: left;
    }

    .custom-ft-subscribe form.hs-form {
        margin-bottom: 40px;
    }
    
    .custom-ft-subscribe .hs-form-field {
        width: 100%;
        max-width: calc(100% - 124px);
    }
    
    .custom-ft-subscribe .hs_submit {
        width: 120px;
    }
    
    .contact-block-title {
        margin-left: 16.6666666667% !important;
        width: 66.6666666667% !important;
    }
    
    .banner-leftcontent,
    .banner-rightcontent {
        min-height: 0 !important;
        height: auto !important;
    }
    
    .banner-rightcontent {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .management-solution-layout .main-content,
    .full-width-layout.with-bt-contact-partner .main-content {
        margin-left: auto !important;
        width: 100% !important;
        padding: 44px 0;
        margin-right: auto !important;
    }
    
    .two-col-equal.with-rightimg {
        margin: 0 -15px;
    }
    
    .two-col-equal .column-group {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 15px !important;
    }
    
    .related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child,
    .bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child {
        text-align: center;
    }
    
    .related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /*.bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1*/
    .related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1 {
        max-width: 100%;
    }
    
    .our-partners-logoimg {
        margin-bottom: 20px;
    }
    
    .our-partners-logo-group .our-partners-logoimg:last-child {
        margin-bottom: 0;
    }
    
    .solution-page-layout .main-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text > center {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    
    .three-col-equal .column-group {
        float: none;
        width: 100%;
    }
    
    .solution-page-layout .contact-block-title {
        padding-left: 0;
        padding-right: 0;
    }
  /*  
    .top-subscription-group .page-center {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    */
    
    .resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container>.hs_cos_wrapper_type_custom_widget {
        width: 100%;
        padding: 0 15px;
    }
    
    .resources-page-layout .main-content-flexi .hs_cos_wrapper_widget_container > .hs_cos_wrapper_type_custom_widget:nth-child(2n + 2) {
        margin-right: 0;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .img-group {
        padding: 0 20px;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .img-group img {
        margin: 10px 0;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg address {
        padding: 20px;
    }
    
    .three-col-equal.for-team .column-group {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    .three-col-equal.for-team .column-group.center {
        margin-right: 0 !important;
    }
    
    .rss-post-item,
    .home-row2-group .three-col-equal-flexi-group .hs_cos_wrapper_type_custom_widget {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .custom-schedule-table.visible-phone tr {
        display: block;
        margin-bottom: 15px;
    }
    
    .custom-schedule-table.visible-phone tr > td {
        width: 100% !important;
        display: block !important;
        text-align: left !important;
    }
    
    .home-banner-group .page-center .row-fluid-wrapper {
        margin-left: 0%;
        width: 100%;
    }
    
    .fullwidth-with-bt-rss .main-content {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    
    .management-solution-layout .bottom-content-flexi .two-col-equal .column-group.left .content-group {
        text-align: center;
    }
    
    .netadminsystems-blog .top-subscription-form .hs-form-field .hs-input {
        width: 100% !important;
    }
    
    .content-form .hs-input[type="number"],
    .content-form .hs-input[type="tel"],
    .events-blog form .hs-input[type="number"],
    .events-blog form .hs-input[type="tel"] {
        max-width: 100% !important;
    }

}



@media (max-width: 575px) {

    .two-col-equal.for-solution .cols-group {
        align-items: initial;
        display: block;
        text-align: center;
    }
    
    .two-col-equal.for-solution .column-group {
        padding: 0 !important;
    }
    
    .two-col-equal.for-solution .column-group h4 {
        text-align: center;
        padding-top: 10px;
    }
    
    .two-col-equal.for-solution svg {
        width: 60%;
        max-width: 100%;
    }
    
    .our-partners-title {
        margin-left: 16.6666666667% !important;
        width: 66.6666666667% !important;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    
    .our-partners-logoimg {
        margin-bottom: 0;
    }
    
    .partners-with-leftimg .column-group {
        width: 100% !important;
        float: none !important;
    }
    
    .top-subscription-form .hs-form-field {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 1rem;
    }
    
    .top-subscription-form .hs-input {
        width: 100%;
        max-width: 100%;        
    }
    
    .netadminsystems-blog.news-blog .post-listing .post-item {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-left: auto;
    }
    
    .page-title {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    
    .home-row-title {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    
    .content-form .hs-form-field.hs_deltagande > label,
    .content-form .hs-form-field.hs_deltagande > .input {
        display: block !important;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .column-group a[href*="mailto"],
    .custom-mailaddress {
        font-size: 16px;
    }
    
    .home-row3-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > img {
        float: none !important;
        width: auto !important;
        max-width: 100% !important;
        min-height: 0 !important;
        display: block;
        margin: 44px auto 0;
    }
    .home-row3-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption {
        float: none !important;
        width: 100% !important;
        min-height: 0 !important;
        display: block !important;
    }
    
    .home-row3-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
        width: 100%;
        margin-left: 0%;
    }
    
    .home-row3-slider .slick-prev {
        left: 0;
    }
    
    .home-row3-slider .slick-next {
        right: 0;
    }
    
    .home-row2-group .home-row-title {
        margin-left: 0 !important;
        padding: 0;
    }
    
    .home-row3-slider .hs_cos_gallery_main.slick-slider {
        position: relative;
        overflow: hidden;
    }
    
    .related-solutions-content .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1, 
    .bottom-content-flexi .hs_cos_wrapper_widget.hs_cos_wrapper_type_header:first-child h1, 
    .custom-rss-title h1 {
        max-width: 100%;
    }
    
        h1.banner-heading-front {
    padding: 30px 0 8px 0px;
    font-size: 1.5rem!important;
}

}


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


@media (max-width: 479px) {

    .contactus-form {
        padding-left: 0;
        padding-right: 0;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .column-group a[href*="mailto"],
    .custom-mailaddress {
        font-size: 14px;
    }
    
        .ticket-sla-video-link a {
    width:100%!important; 
    height: auto!important; 
}
  
  .no-bg-image-mobile {
    background:none;
    }

}


@media (max-width: 420px) {

    .contactus-page-layout .middle-content {
        padding-left: 20px;
        padding-right: 20px;
    }
  
  .top-contact-cta {
  display:block;
  }
    


}


@media (max-width: 380px) {

    h1.banner-heading {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

}


@media (max-width: 360px) {
    
    .custom-header-group.custom-header-withnav-group,
    .custom-header-logo {
        min-height: 115px !important;
    }

    .custom-header-logo {
        padding-right: 62px;
    }
    
    .rss-post-item-text {
        padding-left: 0;
        padding-right: 0;
    }

    .contactus-page-layout .middle-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .img-group {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg address {
        padding: 0 10px;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .column-group a[href*="mailto"], .custom-mailaddress {
        font-size: 12px;
        white-space: normal;
        word-wrap: break-word;
    }
    
    .home-banner-group {
        min-height: 455px !important;
    }
    
    .home-banner-content {
        padding-top: 25px;
    }
    
    .home-banner-content h1,
    .home-banner-content h2 {
        font-size: 52px;
    }
    
    .contactus-page-layout .two-col-equal.with-leftimg .img-group img {
        margin: 10px 0;
    }

}


@media (min-width: 1280px)
.hs-content-id-41965591302 .body-container-wrapper {
    padding-top: 68px!important;
}