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

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap');

/****************************************new_lp_pages*******/
/* CSS @imports must be at the top of the file */
/* Add them above this section           new_lp_pages      */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/****BebasNeue Font***/
@font-face {
  font-family: 'Bebas Neue';
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBold.eot');
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBold.woff2') format('woff2'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBold.woff') format('woff'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBold.ttf')  format('truetype'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBold.svg#svgFontName') format('svg'); 
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBook.eot');
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBook.woff2') format('woff2'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBook.woff') format('woff'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBook.ttf')  format('truetype'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueBook.svg#svgFontName') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeue';
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueThin.eot');
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueThin.eot?#iefix') format('embedded-opentype'),
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueThin.woff2') format('woff2'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueThin.woff') format('woff'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueThin.ttf')  format('truetype'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueThin.svg#svgFontName') format('svg'); 
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeue';
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueRegular.eot');
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueRegular.woff2') format('woff2'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueRegular.woff') format('woff'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueRegular.ttf')  format('truetype'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueRegular.svg#svgFontName') format('svg');
  font-weight: 400;
  font-style: normal;	   
}
@font-face {
  font-family: 'BebasNeue';
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueLight.eot');
  src: url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueLight.woff2') format('woff2'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueLight.woff') format('woff'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueLight.ttf')  format('truetype'), 
       url('https://www.aldensys.com/hubfs/Alden_Conference_2020_Fonts/BebasNeueLight.svg#svgFontName') format('svg');
  font-weight: 300;
  font-style: normal;	   
}
/****BebasNeue Font***/


* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

body { margin:0; padding:0; font-family: Lato, sans-serif; font-size:20px; line-height:32px; font-weight:300; background-color:#ffffff !important; border:none; color:#4b5050; }
.alden-new-events-page .alden_event_main {color: #5c5c5c;margin-top: 0px;width: 100%; font-size: 21px;}
.alden-new-events-page .alden_event_date {padding-right: 5px;}
.alden-new-events-page .alden_event_location {padding-left: 5px;}
.alden-new-events-page .more-link { margin-top:0px !important; }
.alden-new-events-page .post-body.clearfix > p {float: left;width: 100%; margin-bottom: 26px; display:block !important;}
.alden-new-events-page .blog-left .post-listing .event_activ0 .post-body.clearfix > p { margin: 0 auto;max-width: 750px; color:#fff; font-weight: 600;width: 100%; float:none;}
.alden-new-events-page .blog-left .post-listing .event_activ0 .post-body.clearfix {width: 100%; float:left;}
.alden-new-events-page .blog-left .post-listing .event_activ0 .alden_event_logo{ display:none; }
/*.alden-new-events-page .post-title h2 { min-height: auto; padding:15px 0;  text-transform: capitalize;}*/
.alden-new-events-page .blog-left .post-listing .event_activ0 .post-title h2 a { line-height: 40px !important;color: #fff !important;margin-top: 5px; font-size:44px !important; }
.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2 { min-height: auto; padding: 15px 0; text-transform: capitalize; }
.alden-new-events-page .blog-left .post-listing .event_activ0 .alden_event_main {color: #fff;font-size: 21px; margin-top: 5px;width: 100%;float: left;}
/*.alden-new-events-page .post-listing .post-item:first-child {background-image: url("//info.aldensys.com/hubfs/alden-systems/images/Events/Alden-Events.jpg?t=1487625494868") !important;}*/
.new_conf_lp_sticky_logo img {cursor: pointer;}

.fm_button.fm_facebook span{background-image: url("https://www.aldensys.com/hubfs/Blog_Images/fb2.png?t=1519984993336") !important;width:35px !important;height:35px !important; border: 1px solid #e6e6e6!important; border-radius: 5px;}
.fm_button.fm_linkedin span{background-image: url("https://www.aldensys.com/hubfs/Blog_Images/li2.png?t=1519984993336") !important;width:35px !important;height:35px !important; border: 1px solid #e6e6e6!important; border-radius: 5px;}
.fm_button.fm_twitter span{background-image: url("https://www.aldensys.com/hubfs/Blog_Images/twitter-2.png?t=1519984993336") !important;width:35px !important;height:35px !important; border: 1px solid #e6e6e6!important; border-radius: 5px;}
.fm_button.fm_googlepluspages span{background-image: url("https://www.aldensys.com/hubfs/Blog_Images/googleplus.png?t=1519984993336") !important;width:35px !important;height:35px !important; border: 1px solid #e6e6e6!important; border-radius: 5px;}
.fm_button.fm_rss span{background-image: url("https://info.aldensys.com/hubfs/Blog_Images/rss-2.png") !important;width:35px !important;height:35px !important;display: block; border: 1px solid #e6e6e6!important; border-radius: 5px;}
.fm_button span:hover {border: 1px solid #c7c7c7!important;cursor: pointer;width:35px !important;height:35px !important; box-shadow: none!important }
.privacynote p {font-size: 15px; line-height: 22px; color: rgba(255, 255, 255, 0.8);;}
.privacynote {max-width: 75%; text-align: center; float:none!important; margin: 50px auto 0px!important;}
.new-blog-join .joinf-us-first-post .post-body h1{ display:none; }
.new-blog-join .joinf-us-first-post #hubspot-author_data{ display:none; }
.alden-new-events-page .post-listing .event_activ0 .post-header .more-link { margin: 0 !important;font-size: 15px !important;height: auto !important; background:rgba(255, 255, 255, 0.3) !important;}
.alden-new-events-page .post-listing .event_activ0 .post-header .more-link:hover {font-size: 15px !important;height: auto !important; background:#fff !important;}
.alden_event_logo {
    float: right;
    vertical-align: middle;
    max-width: 130px;
    /*height: 57px;*/
}
.row-fluid .short-hero {padding: 65px 0px 45px!important;}
.row-fluid .shorthero-container {padding: 0px!important;}
.post-item.current_events.event_activ0 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: block;
}

.row-fluid .alden_event_logo img {
    border: 0;
	vertical-align: middle;
	/*width: 100% !important;*/
}
.webinar-header h1 {color: #4B5050!important;}
.kit_btn a div {background: #6da9d3 none repeat scroll 0 0; text-align: center; border-radius: 6px;    color: #ffffff;   transition: all 0.4s ease-in-out 0s!important; float: none !important;    font-family: Lato; max-width: 250px;    padding: 15px 25px;}
.kit_btn a div:hover {   background:#005288 ;}
.jointuse-kit {padding: 0px!important; margin-top: 0px!important}
.second-text {margin-top: 50px}
/* 20-9-17 start */
.home .header-container-wrapper .row-fluid [class*="span"]{min-height:auto;}
.row-fluid .cta-strip{position: relative; z-index: 9; background:url(https://www.aldensys.com/hubfs/CTAs/cta-video-bg.png) no-repeat center / cover; padding:11px; color:#fff; font-size:17px; font-weight:500; text-align:center;}
.row-fluid .cta-strip a.banner-button  {background-color:#005288; margin:0 20px; border-radius:5px; color: #fff; display: inline-block; font-size: 15px; padding: 2px 15px;}
.row-fluid .cta-strip a.banner-button:hover{background-color:#fff; color:#005288}
.row-fluid .cta-strip a.banner-button:after {content: ''; display: inline-block; background: url(https://www.aldensys.com/hubfs/CTAs/video-play.png) no-repeat; width: 15px; height: 15px; margin: -3px 0 0 8px; vertical-align: middle;}
.row-fluid .cta-strip a.banner-button:hover:after {background: url(https://www.aldensys.com/hubfs/CTAs/video-play-navy.png) no-repeat;} 
.row-fluid .cta-strip .the-close{cursor:pointer; float: right;}
.row-fluid .cta-strip .the-close img{vertical-align:middle;}



.row-fluid .cta-strip a.simple-underline  {background-color: auto!important; margin: auto!important; border-radius:0px!important; color: #fff; display: inline-block; font-size: 17px!important; padding: auto!important; -webkit-transition: all 0.2s ease-in-out!important; -moz-transition: all 0.2s ease-in-out!important; -o-transition: all 0.2s ease-in-out!important; transition: all  0.2s ease-in-out!important;}
.row-fluid .cta-strip a.simple-underline:hover{text-decoration: underline!important;}
.row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new .topic_list_show > ul { background-color: transparent; display: inline-block; opacity: 1; float: left; list-style: none; padding: 0 0.5em; margin: 0em 0 0; position:relative; top:0; transition:all 0.8s; }
.topic_list_show { background-color: #ffffff; -webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.34);
box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.34); border-radius: 0 0 7px 7px; position: absolute; top: 5em; width: 100%; text-align: left; z-index: 11; left:0; padding:1em 1em 1.2em; display:none; }
.topic_list_show > p {margin: 0px 9px 8px; padding: 0 0px 0.8em 0em; color: #569fd3; font-weight: 600; font-size: 15px; border-bottom: 1px solid #cbcbcb; }
.row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new .topic_list_show ul li { margin: 0.1em 0; }
.row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new .topic_list_show ul li a { position:relative; color: #3e3e3f; font-size: 15px; border:none; padding: 0; transition: all 0.4s ease 0s; width:auto; }
.row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new .topic_list_show ul li a:hover { background-color: transparent; text-decoration: none; color: #4b5050; transition: all 0.4s ease 0s; }
/*.row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new .topic_list_show ul li a:hover::after {
  border-bottom: 1px solid hsl(0, 0%, 80%);
  content: "";
  display: block;
  position: absolute;
  width: 91%;
}*/
.row-fluid .home-maintxt h2 {font-size: 29px;color: #004f84;line-height: 36px;padding: 0px;font-weight: 400;}
.row-fluid .home-maintxt p {margin-bottom: 0px; font-size: 19px}
.row-fluid .platform-cta {margin-top: 15px}
.row-fluid .homeleft {margin-top: 0px}
.row-fluid .homeheader h1 {padding-top: 13px!important}
.row-fluid .home-mainbkgnd {padding: 55px 0px 25px!important}
.row-fluid .homeblog-header h2 {line-height: 34px!important}
.row-fluid .blogsection-main h4 {font-size: 19px;line-height: 22px;color: #fff;text-transform: uppercase;font-weight: 600;padding: 0px;}
.row-fluid .home-background {background-position: bottom center!important; padding-bottom: 250px!important}
.row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new .topic_list_show ul li a:hover span.topic_post_count { background-color: #569fd3; color: white; text-decoration: none!important; }
.row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new .topic_list_show > ul:first-child() { padding-left:0; } 
.row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new .topic_list_show > ul:last-child() { padding-right:0; } 
span.topic_post_count { background-color: #eeeeee; padding: 0em 0.3em 0.1em 0.3em; border-radius: 7px; line-height: 1.3em; color: #7f7f7f; font-size: 12px; }
.row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new { position: unset; }
.topic_list_title { cursor: pointer; color: #444444; font-size: 18px; font-weight: 600; float: left; width: 9%; position: absolute; padding: 1.1em 0 1.9em; transition: all 0.8s; right: 0; top: 1.3em; text-transform: uppercase; text-align: left; transition:all 0.8s; }
/*.topic_list_group:hover .topic_list_show, .topic_list_title:hover + .topic_list_show { display: block; transition:all 0.8s; top: 5.5em; }*/
.topic_list_title::before { content: ""; background-image: url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-imgblack.png); background-repeat: no-repeat; background-size: 100% 100%; background-position: right center; width: 27px; height: 18px; position: absolute; right: 0.5em; top: 1.3em; transition:all 0.8s; }
.topic_list_title.topic_title_open::before { 
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    transition:all 0.3s;
}
.home-pillar-image {text-align: center;}
.home-pillar-bg {background-color: rgb(74, 143, 189);
    padding: 50px 0 60px}
.row-fluid .pillar-center { max-width: 630px!important;}
.row-fluid .home-pillar h2 {color: #fff;
    font-weight: 400;
    margin: 10px auto 20px;
    font-size: 31px;
    line-height: 41px;}
.row-fluid .home-pillar p {color: #fff; margin-bottom: 20px; } 
.outline-link {border: 2px solid #fff; border-radius: 4px; color: #fff!important;padding: 15px 25px; transition: all 0.4s ease-in-out 0s!important; font-size: 17px; font-weight: 600;}
.center-cta {margin-top: 20px;}
.outline-link:hover {color: #005288!important; background-color: white;}
.new_industry_form .hs-button.primary.large { -webkit-appearance:none; -moz-appearance:none; appearance:none; }

/* ----------------------------------------- Alden One July 2019 Styles Start ------------------------------------------------------ */ 

.training-bkgnd {padding: 40px 0px; text-align: center; background-image: url(https://www.aldensys.com/hubfs/alden-systems/images/Home/training-background.jpg); background-repeat: no-repeat; background-size: cover}
.row-fluid .whiteh2 h2 {color: white; font-size: 29px; line-height: 36px;font-weight: 400; padding: 20px 0px}
.blue-arrow-cta a {color: #57a1d4!important; font-family: Lato; font-size: 19px;text-decoration: underline!important; font-weight: 500}
.blue-arrow-cta a::after {background-image: url(https://www.aldensys.com/hubfs/arrow_learn.png);content: "";height: 11px;width: 7px;display: inline-block;left: 5px;transition: all 0.15s ease 0s;background-repeat: no-repeat;position: relative;width: 1em;}
.blue-arrow-cta a:hover::after {left: 0.65em!important; text-decoration: underline!important}

body.alden_one_new_design .productnotify-lbtext p { color: #4b5050;font-family: Lato, sans-serif;font-weight: 400;font-size: 16px;margin: 0;padding: 0px; }
body.alden_one_new_design .productnotify-lbtext p strong { font-family: Lato, sans-serif;color: #004f84;font-size: 18px;font-weight: 600; }
body.alden_one_new_design .alden_one_video { width: 100%;text-align: center;max-width: 65%;margin: 0 auto;padding: 34.25% 0 0 0;position: relative; }
body.alden_one_new_design .wistia_responsive_wrapper { height: 100%;left: 0;position: absolute;top: 0;width: 100%; }
body.alden_one_new_design .communication_video_section { padding-top: 2.5em; }
body.alden_one_new_design .row-fluid .productnotify-section h2 {text-align: center;padding: 0 0 10px; } 
body.alden_one_new_design .row-fluid .productnotify-section h5 { font-size: 20px;color: #4b5050;font-family: Lato, sans-serif;font-weight: 600;text-align: center;padding: 5px 0 35px; }
body.alden_one_new_design .row-fluid .aldenone-maincta { width: auto !important;padding-left: 15px; }
body.alden_one_new_design .loginbttn { text-align: right;width: 34%!important; } 
body.alden_one_new_design .row-fluid .productcontent-main { padding: 3em 0;border-top: 0;color: #4b5050; }
body.alden_one_new_design .row-fluid .productcontent-main h2 {text-align: center; }
body.alden_one_new_design .infrastructure_image { text-align: center; }
body.alden_one_new_design .row-fluid .productcontent-main .infrastructure_text h2 { font-family: Lato, sans-serif;color: #96A039;font-size: 30px;font-weight: 600;padding: 6px 0 0px; }
.infrastructure-row2 {padding-top: 50px;}
.alden-one-text p {text-align: center;margin: -40px 0 45px;}
.infrastructure_image img {max-height: 50px!important; width: auto!important;}
@media (max-width: 991px) {
  body.new_alden_consult_lp .row-fluid .productcontent-main .infrastructure_text h2 {font-size: 28px; padding-bottom: 0px!important} }
@media (max-width:767px) {.training-bkgnd {padding: 40px} .row-fluid .whiteh2 h2 {font-size: 26px!important} .alden-one-text p {margin: -10px 0 0px;padding-bottom: 20px;}  .infrastructure-row2 {padding-top: 0px;} }
/*body.alden_one_new_design .row-fluid .productcontent-main .infrastructure_text h2 { font-family: Lato, sans-serif;color: #aebd22;font-size: 42px;font-weight: 700;padding: 14px 0 10px; }*/
/*body.alden_one_new_design .infrastructure_image img { min-height: 60px; }*/
body.alden_one_new_design .row-fluid .productcontent-main .infrastructure_text span { font-family: Lato, sans-serif;color: #4b5050;font-size: 17px;font-weight: 400; }
body.alden_one_new_design .row-fluid .productcontent-main .infrastructure_text p { width: 100%;max-width: 70%;text-align: center;margin: 0 auto; }
body.alden_one_new_design .productcontent-main .working_together_title h2 { text-align: left;padding-top: 0; line-height: 36px; padding-bottom: 40px } 
body.alden_one_new_design .together_right_text { padding-bottom: 30px; }
body.alden_one_new_design .productcontent-main.productcontent-main2 { background-color: #f6f6f6; padding-bottom: 30px} 
body.alden_one_new_design .together_right_text span p { margin-top: 5px; } 
body.alden_one_new_design .together_right_cta { padding: 2em;text-align: center; } 
body.alden_one_new_design .arrows-link { position:relative; font-size: 18px }
a#cta_button_154234_01871bfb-3d87-4214-9cef-809ce7a86d41:hover {background-color: transparent; border: 2px solid #59a8e0}
body.alden_one_new_design .sign_in_alden_one:after { content: ' ';background-image: url(https://www.aldensys.com/hubfs/Alden%20One%20July%202019/arrow.png); background-repeat: no-repeat;display: block;width: 10px;height: 10px;right: 13px;position: absolute;top: 10px; }
body.alden_one_new_design .speak_to_specialist:after { content: ' ';background-image: url(https://www.aldensys.com/hubfs/Alden%20One%20Update%20Page%20December/orange_arrow.png); background-repeat: no-repeat;display: block;width: 16px;height: 11px;right: 11px;position: absolute;top: 10px; }
body.alden_one_new_design .cta_button.sign_in_alden_one { position: relative; }
body.alden_one_new_design .cta_button.speak_to_specialist { position: relative; }
body.alden_one_new_design .row-fluid .headerproduct-content { max-width: 555px; }
body.alden_one_new_design .row-fluid .header-product { background-position: center 60%!important; }
body.alden_one_new_design .new_industry_form .legal-consent-container p { font-weight: 700; }
body.alden_one_new_design .new_industry_form .hs-button.primary.large { font-weight: 900; }
body.alden_one_new_design .new_industry_form { font-weight: 900; }
body.alden_one_new_design .row-fluid .new_home_email_subscription_title h2 { font-weight: 600; }
.row-fluid .new_home_email_subscription_title h2 {max-width: 660px;}
body.alden_one_new_design .asset_Management p, .new_industry_form span, .asset_Management span { font-weight: 700;font-size: 18px !important;}
body.alden_one_new_design .new_industry_form select { font-weight: 600;font-size: 18px !important;margin-top: 2px; } 
body.alden_one_new_design ul.no-list.hs-error-msgs.inputs-list { margin-top: 0; color: #444; font-size: 15px; padding-left: 20px }
body.alden_one_new_design .new_industry_form input[placeholder] { margin-bottom: 0px;font-size: 18px;font-weight: 400!important; color: #444; padding-left: 20px}
body.alden_one_new_design .new_industry_form select { font-weight: 700!important; }
body.alden_one_new_design .new_industry_form .input select { margin-bottom: 20px !important;padding-bottom: unset !important; } 
body.alden_one_new_design fieldset.form-columns-2 .input { margin-bottom: 10px; }
body.alden_one_new_design .new_industry_form input::-webkit-input-placeholder, body.alden_one_new_design .new_industry_form select::-webkit-input-placeholder { font-size:18px; }
body.alden_one_new_design .new_industry_form input::-moz-placeholder, body.alden_one_new_design .new_industry_form select::-moz-placeholder { font-size:18px; }
body.alden_one_new_design .new_industry_form input:-ms-input-placeholder, body.alden_one_new_design .new_industry_form select:-ms-input-placeholder { font-size:18px; },
body.alden_one_new_design .new_industry_form input:-moz-placeholder ,body.alden_one_new_design .new_industry_form select:-moz-placeholder { font-size:18px;}
.row-fluid .aldenone-specialist a:hover {background-color: #71c0f7!important; color: white!important }
.row-fluid .group_button {float: none!important; margin: 0 auto!important}
.new_industry_form fieldset {margin-top: 25px!important}
.hs-input {background-color: transparent!important}
/********Alden Conference 2020 Design Starts  ********/
.conf_registration_regnow { font-size: 16px !important; font-weight: bold !important; text-transform: uppercase; border-radius: 3px !important; }
.alden_conference_2020_hero .cof_head_lp_ban_pg p { font-weight: 400; font-size: 18px; width: 41%; margin: 0 auto 19px; line-height: 24px; text-shadow: rgba(0,0,0,0.8) 0 0 5px}
.alden_conference_2020_hero .hero_title h1 {margin-top: 46px; font-family: 'Bebas Neue'; line-height: 0.5; letter-spacing: 1px; margin-bottom: 5px; text-transform: uppercase; font-size: 40px; font-weight: 600; }
.sold-out-bar {background:#afbd22;padding:20px;text-align:center;}
.row-fluid .sold-out-bar h2 {font-size:30px!important;color:#fff;letter-spacing:1px;font-weight:900;line-height:1.25em;}
.row-fluid .sold-out-bar h4 {font-size:20px!important;font-weight:700;margin-top:10px}
.row-fluid .sold-out-bar p {margin: 0 auto!important; max-width: 600px;padding-bottom:10px;}
.sold-out-bottom {margin-top: 20px}
.sold-out-bottom p {max-width:700px;margin:0 auto!important;}
.conf_lp_bann_main .conf_banner_address li { margin-left: 0; text-transform: none; }
.row-fluid .alden_conf_register_cta { text-align: center; }
.row-fluid .conf_attend_contents p { margin: 0; font-size: 20px;line-height:32px; }
.row-fluid .conf_attend_contents { padding: 30px 27px 0 0px; margin-left: 0; }
.row-fluid .conf_attend_image { text-align: center; padding: 37px 0 0 0px }
.why_conf_attend_2020 .conf-intro h5 { text-align: center; margin-bottom: 20px; }
.why_conf_attend_2020 .conf-intro h5 a, .why_conf_attend_2020 .conf-intro h5 span { color: #afbd22; font-size: 17px; font-weight: 700; line-height: 20px}
.why_conf_attend_2020 .conf-intro h5 span { font-size: 18px; font-weight: 600; }
.why_conf_attend_2020 .conf-intro p { margin: 15px 0; font-size: 20px; line-height:32px; }
.why_conf_attend_2020 .conf-h2 h2 { margin-top: 35px; font-family: 'Bebas Neue'; font-size: 33px !important; font-weight: 700; letter-spacing: 1px; }
.row-fluid .conf_lp_loca_icon.conf_location_image { text-align: center; }
.row-fluid .conf_lp_loca_icon.conf_location_image img.hs-image-widget { margin: 0; padding: 0.5em 0 0.8em; }
.alden_location_lodging .conf_location_address { text-align: center; }
.alden_location_lodging .conf_location_address h3 a { color: #4b5050; font-size: 20px; font-weight: 700; }
.alden_location_lodging .conf_location_address p a { color: #afbd22; font-weight: 600 }
.alden_location_lodging .conf_location_address p { font-size: 16.75px; margin: 0; font-weight: 500; }
.alden_location_lodging .conf_location_address p a:hover { color: rgb(192,206,37); }
.conf_accom_lp_bg.alden_location_lodging ul { padding: 1.5em 0 0; }
.conf_accom_lp_bg.alden_location_lodging { padding: 30px 0 4em; }
.row-fluid .alden_conf_2020_registration .conf_registration_2020 p a { color: #afbd22; font-weight: 700; }
.row-fluid .conf_registration_2020 h5 { color: #569FD3; font-size: 16.75px; font-weight: 900; text-align: center; }
.row-fluid .conf_location_address h5 { color: #569FD3; font-size: 16.75px; font-weight: 900; text-align: center;}
.row-fluid .conf_location_address2 h5 {margin-bottom:-20px!important;}
.conf_lp_reg_copy.conf_registration_2020 p { text-align: center; padding: 0; margin: 20px 0; font-size: 16.75px; }
.conf_lp_reg_copy.conf_registration_2020 h6 span { font-style: italic; font-weight: 400; font-size: 16.75px}
.conf_lp_reg_copy.conf_registration_2020 h6 a { font-weight: 700; color: #afbd22; font-size: 16.75px}
.conf_lp_reg_copy.conf_registration_2020 h6 { text-align: center; margin-bottom: 30px; }
.conf_lp_reg_copy.conf_registration_2020 h4 { font-weight: 400; text-align: center; padding: 0; margin: 10px 0 20px; font-size: 16.75px; }
.alden_conf_payment_2020 .con_ban_lis_bot_borfder { background: #005187; }
.conf_location_address .con_ban_lis_bot_borfder { background: #005187!important;margin-top:10px!important;}
.conf-payment .payment_title h3 { font-weight: 700; font-size: 24px !important; }
.conf_lp_reg_copy.conf_registration_2020 h6 a:hover { color: rgb(192,206,37); }
.row-fluid .conf-payment_methods h4 { font-weight: 600; font-size: 20px !important; }
.row-fluid .conf-payment_methods p strong a:hover { color: rgb(192,206,37); }
.row-fluid .conf-payment_methods p strong a { color: #afbd22; }
.row-fluid .agenda_list_content_right p {font-style:normal!important; font-size:20px!important;line-height:32px!important;}
.row-fluid .agenda_list_content_right div div {font-size:16px!important;line-height: 24px; font-weight: 600}
.row-fluid .agenda_list_content_right h3 {font-weight:600!important; font-size:18.5px!important;}
.row-fluid .payment_method_group .conf-box-left, .row-fluid .payment_method_group .conf-box-right { border: 1px solid #ccc; }
.row-fluid .hero_section_bg { background-repeat: no-repeat; background-size: cover; background-position: center; }
.row-fluid .topics_speakers_list .conf_topics_lists_2020 h2, .row-fluid .topics_speakers_list .conf_speakers_lists_2020 h2 { color: #005288; text-transform: uppercase; font-weight: normal; font-size: 33px; font-family: 'Bebas Neue'; letter-spacing: 1px; line-height: 40px; }
.row-fluid .alden_conf_2020_registration h2 { font-family: 'Bebas Neue'; font-size: 33px; letter-spacing: 1px; color:#005187; text-align:center; padding:9px 0 2px 0;}
.row-fluid .alden_conf_2020_registration2 h2 {padding:9px 0 0px 0;}
.row-fluid .alden_conf_2020_registration {padding-bottom: 120px}
.row-fluid .alden_conf_2020_form h3.form-title, .row-fluid .alden_2020_footer_right h3 { font-family: 'Bebas Neue'; letter-spacing: 1px; margin-bottom:10px; }
.row-fluid .alden_2020_footer_right .conf_lp_foot_ab_text h5 { margin-top: 20px; }
.row-fluid .alden_2020_footer_right h3 { margin-bottom: 5px; }
.row-fluid .alden_location_lodging h2 { font-family: 'Bebas Neue'; font-weight: normal; font-size: 33px; letter-spacing: 0.5px; text-align:center; color:#005187; padding:20px 0 4px; }
.row-fluid .agenda_title_2020 h2 { font-family: 'Bebas Neue'; letter-spacing: 1px; font-size: 33px; color:#005187; text-align:center; padding:57px 0 14px 0; }
.row-fluid .topics_speakers_list { text-align: center; }
.row-fluid .topics_speakers_list ul { counter-reset: section; padding: 0; margin: 12px 0 0; }
.row-fluid .topics_speakers_list ul li { font-style: italic; list-style: none; font-weight: 400; font-size: 16.75px; padding: 0 0 3px; }
.row-fluid .topics_speakers_list .conf_topics_lists_2020 ul li::before { counter-increment: section; content: counters(section, ".") "."; font-weight: 700; padding: 0 5px; color: #569fd3; }
.row-fluid .topics_speakers_list ul li strong, .row-fluid .topics_speakers_list .conf_topics_lists_2020 ul li { font-style: normal; }
/*.row-fluid .alden_2020_agenda_section .conf_lp_top_box_img { position: absolute; left: 0; right: 0; width: 100%; top: -7.5em; }*/
.row-fluid .topics_speakers_group { position: relative; z-index: 99999; }
/*.row-fluid .alden_2020_agenda_section { position: relative; padding-top: 9em; }*/
.row-fluid .topics_speakers_list .conf_speakers_lists_2020 { border-left: 1px solid #ccc; }
.row-fluid .check_out_agenda_title { text-align: center; font-weight: 700; font-size: 16.75px; margin-top: 2.5em; }
.row-fluid .why_conf_attend_2020 .conf-intro h5 a:hover { color: rgb(192,206,37); }
.row-fluid .conf_location_address h3 { line-height: 35px; }
.alden_conf_2020_footer .conf_lp_foot_ab_text a { color: #afbd22; }
.alden_conf_2020_footer .conf_lp_foot_ab_text a:hover { color: rgb(192,206,37); }
.row-fluid .alden_conf_2020_footer .conf_lp_foot_copy_rights p { font-size: 14px; }
.row-fluid .alden_conf_2020_form .hs-form-field select.hs-input, .row-fluid .alden_conf_2020_form .hs-form-field .hs-input { width: 100% !important; font-size: 17px; color: #4b5050; font-family: Lato, sans-serif; font-weight: 400; border: none; border-radius: 4px; height: 40px; margin-bottom: 15px; padding: 0 0 0 15px !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: white!important }
.row-fluid .alden_conf_2020_form .hs-form-field select.hs-input::ms-expand { display : none; }
.row-fluid .alden_conf_2020_form .hs-form-field select.hs-input { background-image: url(https://www.aldensys.com/hubfs/Alden_Conference_2020_Images/select_drop_down.png); background-repeat: no-repeat; background-position: 94% 59%; background-color:#fff; }
.row-fluid .conf_accom_lp_bg.alden_location_lodging li { float: left; margin-right: 17px; margin-bottom: 15px; }
.row-fluid .conf_accom_lp_bg.alden_location_lodging li:nth-child(3n) { margin-right: 0px; }
.aldenone_training_cta .cta_button.training_table_cta{cursor: pointer !important;pointer-events: inherit !important; }
.aldenone_training_cta .cta_button.training_table_cta:hover{cursor: pointer !important;pointer-events: inherit !important; }
body.new_conference_2020 .register_now_cta_2020 { display: inline-block; width: auto; text-align: center; margin: 0 auto; float: none; }
/********Alden Conference 2020 Design Ends  ********/


/* Alden One page Tour Start */

.alden_one_tour_head_main {display: none !important;}




/* Alden One page Tour End */            
     










/* =========================== Responsive Designs starts ======================== */
@media(max-width: 1140px){
.row-fluid .payment_method_group, .row-fluid .alden_conf_2020_footer .container-main { padding: 0 10px; }
.row-fluid .alden_conf_2020_footer .alden_2020_footer_right { width: 46%; margin-left: 7%; }
.row-fluid .alden_conf_2020_footer .conf_2020_footer_left { width: 46%; }
.row-fluid .conf_accom_lp_bg.alden_location_lodging li { float: left; margin-right: 0px; }
.row-fluid .conf_accom_lp_bg.alden_location_lodging li.sec_acco { margin-left: 14px; }
}
@media( max-width:991px ){
  body.alden_one_new_design .row-fluid .productnotify-left { padding:0; }
  body.alden_one_new_design .alden_one_video { max-width:80%;padding:0; }
  body.alden_one_new_design .wistia_responsive_wrapper { position:relative;padding: 0 1em; }
  body.alden_one_new_design .communication_video_section {padding-top: 1.5em }
  body.alden_one_new_design .row-fluid .productnotify-lboxes {padding-top: 30px!important}
  .row-fluid .conf_attend_image { text-align: left; }
  body.new_conference_2020 .new_conf_lp_menu_sticky .row-fluid .container-main { margin: 0 auto; width: 830px !important; }
  /*.row-fluid .alden_2020_agenda_section { padding-top: 4em; }
  .row-fluid .alden_2020_agenda_section .conf_lp_top_box_img { top: -2em ; }*/
  
  .alden_one_tour_head_main {display: block !important;}
  .custom-mega-menu-primary.alden_one_tour_menu.js-enabled .hs-menu-flow-horizontal {top: 4em;}
  .custom-mega-menu-primary.alden_one_tour_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a span::after {
    background: url('https://www.aldensys.com/hubfs/AldenOneFeatureTour/blue%20arrow_up.png') no-repeat;
    content: "";
    width: 6px;
    height: 12px;
    display: inline-block;
    margin-top: 3px;
    position: absolute;
    right: 0;
  }
   .custom-mega-menu-primary.alden_one_tour_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a span {
      min-width: 240px;
      display: inline-block;
      width: auto;
      position: relative;
    }
    .custom-mega-menu-primary.alden_one_tour_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 {
      padding: 10px 8.5px;
    }
  
  
}
@media( min-width:768px ) and ( max-width:991px ){
body.alden_one_new_design .row-fluid .productcontent-main .infrastructure_text h2 { font-size: 34px; }
}
@media(max-width: 805px){
body.new_conference_2020 .row-fluid .new_conf_lp_left_mogo_main_set { max-width: 146px; }
}
@media( max-width:767px ) {
  .conf_accom_lp_bg.alden_location_lodging {padding-bottom: 2em}
  /* body.alden_one_new_design .container-main { padding:0 1em !important; } */
body.alden_one_new_design .row-fluid .headerproduct-content { max-width: none;text-align: center;padding: 0 10px; }
body.alden_one_new_design .loginbttn { text-align: center;width: 100%!important;padding-bottom: 15px; }
body.alden_one_new_design .row-fluid .headercontact-link a { font-size: 16px; }
body.alden_one_new_design .communication_video_section { padding-top: 1em; }
body.alden_one_new_design .row-fluid .productcontent-main { padding: 1em 15px 2em; }
body.alden_one_new_design .row-fluid .new_home_email_subscription_group_bg { padding: 30px 10px 70px; }
body.alden_one_new_design .new_industry_form .hs_submit { margin:0; }
body.alden_one_new_design .alden_one_video { max-width: 100%; }
body.alden_one_new_design .row-fluid .productnotify-lbox { padding: 0; }
body.alden_one_new_design .infrastructure { padding-bottom: 3em; }
body.alden_one_new_design .row-fluid .productcontent-left1 { padding:0; }  
body.alden_one_new_design .together_right_text { padding-bottom: 0px; text-align: center }
body.alden_one_new_design .row-fluid .productcontent-main h2 { padding: 1em 0 1em; } 
body.alden_one_new_design .row-fluid .productnotify-lboxes { padding: 0 0 50px; }
  body.alden_one_new_design .row-fluid .productcontent-left {padding: 0px 20px 10px; text-align: center}
  body.alden_one_new_design .row-fluid .communication_section_title {padding: 0 20px}
/* body.alden_one_new_design .hs_industry.hs-industry.hs-fieldtype-select.field.hs-form-field { padding-bottom: 37px; } */   
.alden_conference_2020_hero .cof_head_lp_ban_pg p { width: 100%; }
.alden_conference_2020_hero .hero_title h1 { margin-bottom: 0; margin-top: 0px }
.why_conf_attend_2020 .conf-intro { width: 100% !important; }
.row-fluid .conf_attend_image { text-align: center; padding: 20px 0 0 0px; }
.row-fluid .conf_attend_contents { text-align: center; padding: 10px 0em 0 0px; } 
.why_conf_attend_2020 .conf-intro h5 { margin-bottom: 15px; }
.conf_accom_lp_bg.alden_location_lodging ul { padding: 1.5em 0 0; }
.row-fluid .topics_speakers_list .conf_speakers_lists_2020 { border-left: 0; border-top: 1px solid #ccc; padding: 2em 0 0; }
.row-fluid .conf_topics_lists_2020 { padding: 0 0 2.5em; }  
.row-fluid .check_out_agenda_title { margin-top: 2em; }
.row-fluid .payment_method_group .conf-box-left, .row-fluid .payment_method_group .conf-box-right { height: auto !important; }
.row-fluid .payment_method_group .conf-box-left { padding: 25px 15px 15px 15px; }
.row-fluid .payment_method_group .conf-box-right { padding: 25px 15px 10px 15px; }
.row-fluid .conf_lp_head_main.hero_section_bg { padding-bottom: 50px; } 
.row-fluid .topics_speakers_list ul li { margin-left: 0 !important; }
.conf_lp_reg_copy.conf_registration_2020 h4 { font-size: 16.75px; line-height: 1.5; }
.conf_lp_reg_copy.conf_registration_2020 p { margin: 0 !important; padding-bottom: 0px; }
.row-fluid .conf_lp_reg_copy.conf_registration_2020 p strong { padding-bottom: 18px; float: inherit; width: auto%; }
.conf_lp_reg_copy.conf_registration_2020 h4 span { float: none; }
.row-fluid .conf_reg_lp_bg.alden_conf_2020_registration { padding: 20px 0 40px; }
.row-fluid .conf_lp_footer_group.alden_conf_2020_footer { padding: 40px 0 0px !important; }
.row-fluid .alden_conf_2020_form fieldset { max-width: 100%; }
.row-fluid .why_attend_conf_details div.span1.widget-type-custom_widget { display: none; }
.row-fluid .alden_2020_footer_right h6 { padding: 1.8em 0 0.6em; }
.row-fluid .alden_2020_footer_right h1 { margin-top: 60px; }
  .row-fluid .alden_2020_footer_right h3 { padding-top: 35px; }
body.new_conference_2020 .row-fluid .new_conf_lp_left_mogo_main_set { max-width: 100%; }
.row-fluid .alden_conf_2020_footer .alden_2020_footer_right { width: 100%; margin: 0 auto; }
.row-fluid .alden_conf_2020_footer .conf_2020_footer_left { width: 100%; }
body.new_ald_conf_lp.new_conference_2020.elementpos { position: relative; z-index: 9999; }
/*.row-fluid .alden_2020_agenda_section .conf_lp_top_box_mobile_img { position: absolute; left: 0; right: 0; width: 100%; top: -48px; }*/
  .row-fluid .conf_location_address2 h5 {margin-bottom:0px!important; margin-top:25px;}
  .row-fluid .alden_conf_2020_registration2 h2 {padding-bottom:0;}
  .row-fluid .alden_conf_register_cta2 {margin-top:25px;}
  .conf_location_address .con_ban_lis_bot_borfder { margin-top:-5px!important;}
}
@media(max-width: 580px){
.row-fluid .conf_accom_lp_bg.alden_location_lodging li.sec_acco { margin-left: 20px; }
.row-fluid .conf_accom_lp_bg.alden_location_lodging li.six_acco { margin-left: 20px; }
}
@media(max-width: 439px){
.row-fluid .conf_accom_lp_bg.alden_location_lodging li.sec_acco { margin-left: 14px; }
.row-fluid .conf_accom_lp_bg.alden_location_lodging li.six_acco { margin-left: 16px; }
}
@media(max-width: 370px){
body.new_conference_2020 .conf_accom_lp_bg.alden_location_lodging ul .firs_acco { width: 56%; }
body.new_conference_2020 .conf_accom_lp_bg.alden_location_lodging ul .five_acco { width: 55%; }

}
@media(max-width: 360px){
.conf_lp_bann_main .conf_banner_address li { font-size: 19px; }
.why_conf_attend_2020 .conf-h2 h2 { font-size: 24px!important; }
.alden_location_lodging .conf_location_address h3 a { font-size: 21px; }
body.new_conference_2020 .conf_accom_lp_bg.alden_location_lodging ul li:first-child {margin-right: 0; }
.conf_accom_lp_bg.alden_location_lodging h1 { font-size: 29px; }
}


/* =========================== Responsive Designs Ends ======================== */
/* ----------------------------------------- Alden One July 2019 Styles End ------------------------------------------------------ */   
  

@media( max-width:992px ){
    .row-fluid .cta-strip{font-size:16px; line-height: 20px;}
}

@media( max-width:815px ){
    .row-fluid .cta-strip a {clear: both; float: none!important; margin: 10px 40px 0px;}
}

@media( max-width:767px ){ .row-fluid .home-maintxt h2 {font-size: 26px!important; margin-top: 10px}  .row-fluid .homeheader {padding-bottom: 85px!important}
.home-pillar-text {width: 69%!important; float: left!important; margin-right: 20px;} .home-pillar-image {width: 18%; float: left!important; margin: 0px; text-align: center;}}
@media( max-width:635px ){.home-pillar-bg {padding: 40px 0px 40px} .center-cta {margin: 20px auto 0px auto!important; float: none!important; text-align: center!important;} .row-fluid .home-pillar h2 {text-align: center;} .row-fluid .home-pillar p {text-align: center;} .home-pillar-image img {display:none;} .home-pillar-text {width: 100%!important; float: none!important; margin-right: 0px;}}

/* 20-9-17 end */
.padding-tb-10 {padding: 10px 0 !important;}
.padding-tb-20 {padding: 20px 0 !important;}
.padding-tb-30 {padding: 30px 0 !important;}
.padding-tb-40 {padding: 40px 0}
.padding-tb-50 {padding: 50px 0}
.padding-tb-75 {padding: 75px 0 !important;} 
.padding-tb-100 {padding: 100px 0 !important;} 


.padding-t-10 { padding-top: 10px !important;}
.padding-t-20 { padding-top: 20px !important;}
.padding-t-30 { padding-top: 30px !important;}
.padding-t-40 { padding-top: 40px }
.padding-t-50 { padding-top: 50px }
.padding-t-80 { padding-top: 80px !important;}


.padding-r-10 {
padding-right:10px;
}
.hero-content {
  display:flex;
   flex-grow: 1;
    flex-basis: 0;
    align-items: flex-end;
  justify-content:center;
}
.hero-content-img {
    text-align: right;
}
@media (max-width: 991px) {
.new-mega-menu-design .row-fluid .container-main.padding-tb-100 {
  padding-top:50px !important;
  padding-bottom:50px !important;
  }
}
@media (max-width: 800px) {
   .hero-content-img {
     text-align: center;
}
.new-mega-menu-design .row-fluid .container-main.padding-tb-100 {
  padding-top:50px !important;
  padding-bottom:50px !important;
  }
}


.grayintro h4 {color: #4b5050!important; font-weight: bold;}
.blueheader h2, .blueheader h1, .blueheader {color: #005288!important;}
.blueheader h1 {    font-size: 40px!important;
    line-height: 48px!important;
    font-family: Lato, sans-serif;
    font-weight: 600!important;
    margin: 0;
    padding: 0;}

.blueheader.max-width {
  max-width:425px;
}
.center {
text-align:center;
}
.orange {
color:#ee9720;
}
.row-fluid .new_home_email_subscription_title.asset_Management span h2 {
    font-weight: 700;
}
.row-fluid .new_home_email_subscription_title.asset_Management span p {
    font-weight: 600;
    line-height: 26px !important;
  max-width:80%;
  margin-left:auto;
  margin-right:auto;
}
  
  
  .field-inventory h2 {font-size:30px; color:#004f84; line-height:36px; padding:0 0 25px; font-weight:400; }
.field-inventory .light h2 {font-weight:300; font-size: 34px}
.field-inventory .bold h2 {font-weight:700; }
.demi {font-weight:600;}


.row-fluid h1 { font-size:45px; line-height:60px; font-family: Lato, sans-serif; font-weight:400; margin:0; padding:0; }
.row-fluid h2 { font-size:40px; line-height:48px; font-family: Lato, sans-serif; font-weight:400; margin:0; padding:0; }
.row-fluid h3 { font-size:30px; line-height:40px; font-family: Lato, sans-serif; font-weight:400; margin:0; padding:0; }
.row-fluid h4 { font-size:24px; line-height:35px; font-family: Lato, sans-serif; font-weight:400; margin:0; padding:0; }
.row-fluid h5 { font-size:20px; line-height:28px; font-family: Lato, sans-serif; font-weight:400; margin:0; padding:0; }
.row-fluid h6 { font-size:19px; line-height:26px; font-family: Lato, sans-serif; font-weight:400; margin:0; padding:0; }

.row-fluid img { border:none; max-width:100%; height:auto; }

.row-fluid a {text-decoration:none; color:#008bd2; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; }
.row-fluid a:hover { color:#1BA2E6; }
.event_activ0 .read_more_main {display: inline-block; margin-top: 15px;}
.container-fluid { max-width:100% !important; padding:0; }
.row-fluid .container-main { width:1093px; margin:0 auto!important; float:none; min-height:0px } 
.row-fluid .container-main.flex {display:flex;align-content:flex-end;flex-grow:1;flex-basis:0; justify-content:center;} 

.row-fluid .container-main2 { width:730px; margin:0 auto!important; float:none; min-height:0px } 
.row-fluid .container-main-addl { width:730px; margin:0 auto!important; float:none; min-height:0px } 

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center;  }
.row-fluid .bgimg-main2 { background-size:cover; background-repeat:no-repeat; background-position:center center; }

.row-fluid .get-bg, .row-fluid .bg-img2, .row-fluid .bg-img { display:none; }
.row-fluid .pattern-bg { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; }

.body-container { box-shadow: 0 0 15px 15px rgba(200,200,200,0.1); float:left; width:100%; position:relative; z-index:2; }
.footer-container-wrapper { position:relative; /*z-index:6;*/ float:left; width:100%;}
.header-container-wrapper { position:relative; z-index:5; float:left; width:100%; }
.body-container-wrapper { position: relative; /*z-index: 5;*/}
.padding-bottom {padding-bottom: 70px;}
.row-fluid .popup-section { min-height: 0 !important;}

input[type=submit]{ background-image:url(//www.aldensys.com/hubfs/alden-systems/images/blank.png);}
.twitter-timeline {max-height: 300px!important}
.custom-menu-primary {width: 87%!important;}


/*------------------------------------------------- New Mega Menu Desktop and  Mobile Design Start ------------------------------------------------- */   
   .new-mega-menu-design .new-header-logo img.hs-image-widget { max-width: 150px; width: 100%; padding-top: 2px; }
  .new-mega-menu-design .header-section .container-main { padding: 20px 0 0px; }	 
  .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.hs-menu-item.mega_menu_children_wrapper > ul { max-width: 100% !important; left: 0 !important; width: 100%; }
  .mega_menu_fluid_list > .mega_menu_children_wrapper { max-width: 100%; background-color: #f5f5f5; width: 100%; top: 4.444em; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.mega_menu_fluid_list { position: static; }
  .mega_menu_fluid_list > .mega_menu_children_wrapper li { float: left; position: relative; padding:0.5em 1em;  }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.mega_menu_fluid_list ul.hs-menu-children-wrapper li a { width:100%; max-width: 100%; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper { left: 0; top: 0em; position: relative; }
	.mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {  width: auto !important; max-width: none !important; text-overflow: inherit; white-space: normal; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a { display: table; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.mega_menu_fluid_list ul.mega_menu_children_wrapper li ul.hs-menu-children-wrapper { visibility: visible; opacity: 1; }
  .mega_menu_fluid_list > .mega_menu_children_wrapper li ul li.hs-menu-item.hs-menu-depth-3 { padding: 0.1em 0 0.2em; }
  .mega_menu_fluid_list > .mega_menu_children_wrapper > li > a { color: #3d3d3f; font-size: 13px; font-weight:600; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 16px}
  .mega_menu_fluid_list > .mega_menu_children_wrapper > li:first-child > a { color: #3d3d3f; font-size: 20px!important; font-weight:400; text-transform: none; margin-bottom: 5px; margin-top: -3px}
  .mega_menu_fluid_list > .mega_menu_children_wrapper > li:first-child a p { color:#a8a8a8; font-size: 16px; margin: 0.5em 0 0; line-height: 1.3em; text-transform: none; cursor: default; }
  
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a i.fa.fa-angle-right { font-family: 'FontAwesome'; vertical-align: middle; font-weight: 600; line-height: 0em; padding-left: 0.2em; transition: all 0.5s; display: inline-block; color: #5ea6d8; width:auto; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover i.fa.fa-angle-right { transition: all 0.5s; padding-left: 0.7em; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a { color: #5ea6d8; font-weight: 600; position:relative; text-transform: none; font-size: 15px; padding: 0px 9px!important}
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a p { font-weight: 400; font-size: 13px; color:#4b5050; margin: 0.5em 0 0; line-height: 1.3em; text-transform: none; }
      .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a sup {font-size: 8px; text-decoration: none!important}
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.mega_menu_fluid_list > ul > li { padding-top: 2em; padding-bottom: 2em; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.mega_menu_fluid_list > ul > li:last-child::before { content: ""; background-color: #d4d4d4; width: 1px; height: 130%; position: absolute; left: -2px; }
	.new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.hs-menu-item.hs-menu-depth-1 { padding: 10px 8.5px 23px 8.5px; }
	.new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul { padding:0.5em 0; display:none; margin-top: 1.15em; border-top: 1px solid #ccc; background-color: #f5f5f5; border-radius:.0 0 7px 7px; -webkit-box-shadow: 0px 4px 9px 1px rgba(189,189,189,0.5);
-moz-box-shadow: 0px 4px 9px 1px rgba(189,189,189,0.5);
box-shadow: 0px 4px 9px 1px rgba(189,189,189,0.5);}
  .blog .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1.mega_menu_fluid_list > ul { margin-top: 1.15em; padding:1.4em 0.3em 1em; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a:hover { text-decoration: underline; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a p, .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a:hover p { cursor: default; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { max-width: 100% !important; font-size: 15px; font-weight: 600; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a i.fa.fa-angle-down { font-weight: 400; font-family: 'FontAwesome'; font-size: 18px; margin-left: 0.3em; vertical-align: bottom; }
  .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li { padding: 0.3em 1em; display:table; }
  .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li a { color:#3d3d3f; padding-bottom:0.3em; font-size: 12px }
  .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li a:hover {  text-decoration: underline; }
  .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li p a { color: #5ea6d8; font-weight: 600; position:relative; text-transform: none; font-size: 15px; padding: 0px!important}
  .mega_menu_fluid_list > .mega_menu_children_wrapper li p { margin: 0.2em 0 10px; padding-left: 0.6em; font-size: 14.5px; line-height: 19px; color: #6a6a6b !important; cursor: default;}
.new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li a h2 {text-transform:  none;font-size:  22px!important;font-weight:  400!important; margin-bottom:  8px!important;}
.new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li:nth-child(2) p:nth-child(2) { display: table-footer-group; }
  .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1:hover > ul { display: none; }
  .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.mega_menu_fluid_list:nth-child(2) > ul > li:last-child::before { height: 85%; }
  .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.mega_menu_fluid_list:nth-child(3) > ul > li:last-child::before { height: 98%; }
  .mega_menu_fluid_list > .mega_menu_children_wrapper > li > a { cursor: default; }
  .mega_menu_fluid_list > .mega_menu_children_wrapper > li > a:hover { text-decoration: none !important; }
  .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a > a { position: absolute; right: -11px; top: 0; }
.new-mega-menu-design .custom-mega-menu-primary { width: auto !important; float: right; line-height: normal; padding: 18px 0px 0px; margin-bottom: 0; }  
.new-mega-menu-design .header-section .container-main .custom-mega-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: block; }
.mega_menu_back { display: none; }
 .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li:nth-child(2) > a { text-transform: none; font-size: 22px; font-weight: 400; margin-bottom: 8px; cursor: pointer;}
.new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li:nth-child(2) > a:first-child{ display:none; }
.new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li:nth-child(2) { padding-top: 0; }
.new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li:nth-child(2) > a:hover { text-decoration: underline !important; }
.new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.mega_menu_fluid_list:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(4) { margin-top: 0.9em; }




/*------------------------------------------------- New Mega Menu Mobile Design Start ------------------------------------------------- */   

@media (max-width: 1140px) {
  	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 0 8px !important;  }
  .kit_btn {margin: 10px auto 30px !important;}
      .blog .row-fluid .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1.mega_menu_fluid_list > ul { margin-top: 4em!important; }
  }
  
  @media (max-width: 1024px) {
  	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 0 7px !important;  }

    .second-text {margin-top: 20px}
}

  
    
@media (min-width: 992px){

  a.mega-menu-mobile-trigger, a.mega-menu-child-trigger {
      display: none !important; /* Hide button on Desktop */
  }
}
  
  @media (max-width: 991px) {
     .new-mega-menu-design .new-header-logo img.hs-image-widget {max-width: 100px!important}
   	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 0 3px !important; }
    .mega_menu_list { font-size: 14px; font-weight: 600; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal > ul > li a { font-size: 14px; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.hs-menu-item.hs-menu-depth-1 { padding: 10px 3.5px 23px 3.5px; }
    .new-mega-menu-design .row-fluid .container-main { width: 100%; padding: 0px 20px!important; }
    .new-mega-menu-design .header-section .container-main { padding: 20px 10px 20px !important; }
    .new-mega-menu-design .row-fluid .footer-section .container-main { width: 100%; padding: 0px 25px !important; }
    
 
  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-mega-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-mega-menu-primary, .custom-mega-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #005190;
    }


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

  a.mega-menu-mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 17px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px;
      background: transparent; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      
  }
  
  .mega-menu-mobile-open  a.mega-menu-mobile-trigger { top:2em; }

  a.mega-menu-mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mega-menu-mobile-trigger span{
      display: inline;
      display:none;
  }

  a.mega-menu-mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
      
  }

  a.mega-menu-mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #005288;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mega-menu-mobile-open a.mega-menu-mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
    top: 14px!important;
  }

  .mega-menu-mobile-open a.mega-menu-mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mega-menu-mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mega-menu-mobile-trigger  i:before, a.mega-menu-mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mega-menu-mobile-trigger  i, a.mega-menu-mobile-trigger  i:before, a.mega-menu-mobile-trigger  i:after {
      width: 22px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #002f5f; /* Icon color */
      display: inline-block;
  }
  a.mega-menu-mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mega-menu-mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mega-menu-mobile-open a.mega-menu-mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mega-menu-mobile-open a.mega-menu-mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mega-menu-mobile-open a.mega-menu-mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  /*a.mega-menu-child-trigger { display: block !important;  cursor: pointer;  position: absolute; top: 0px; right: 0px; width: 55px !important;  min-width: 55px !important; height: 45px !important;  padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20); }*/
    a.mega-menu-child-trigger {
    display: block !important;
    cursor: pointer;
    position: relative;
    top: -2.145em;
    right: 0px;
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    float: right;
}
  a.mega-menu-child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.mega-menu-child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.mega-menu-child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.mega-menu-child-trigger span, a.mega-menu-child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.mega-menu-child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.mega-menu-child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.mega-menu-child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

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


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

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

  /* Mobile Menu Styles */
  .custom-mega-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 5.6em;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
    overflow: visible !important;
  }
    .custom-mega-menu-primary .hs-menu-flow-horizontal { display: none; }
    .new_home_design .custom-mega-menu-primary.js-enabled .hs-menu-flow-horizontal{ top: 7em; }
    .new_home_design .mega-menu-mobile-open a.mega-menu-mobile-trigger, .blog .mega-menu-mobile-open a.mega-menu-mobile-trigger { top: 16px!important; }
    .new_home_design a.mega-menu-mobile-trigger, .blog a.mega-menu-mobile-trigger { top: 10px!important; }
  .custom-mega-menu-primary .hs-menu-flow-horizontal{
      padding: 0.7em 0.7em; /* Padding to add room for close button */
      background-color: #f5f5f5; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
        box-shadow: none !important;
  }

   /* Level 1 Menu List Styles */
  .custom-mega-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-mega-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-mega-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-mega-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-mega-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-mega-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: #f5f5f5;
  }
  .custom-mega-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-mega-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-mega-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
.new-mega-menu-design .mega-menu-mobile-trigger, .new-mega-menu-design .mega-menu-child-trigger { display: block !important; }
    
  	.mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.mega_menu_fluid_list { position: inherit; }
    .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li { padding: 0.9em 0; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal > ul > li a { font-size: 18px; line-height: 1.3em; overflow: visible; color: #fff; }
    .mega_menu_fluid_list > .mega_menu_children_wrapper li { width: 100% !important; }
    .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.mega_menu_fluid_list ul.hs-menu-children-wrapper li a { text-indent: 0; padding:8px 10px !important; }
    .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul > li { padding-top: 10px; padding-bottom: 10px; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal .mega_menu_fluid_list > .mega_menu_children_wrapper > li > a { color: #fff; }
    .custom-mega-menu-primary .mega_menu_fluid_list > .mega_menu_children_wrapper { margin-top: 0.9em; }
    .mega_menu_fluid_list > .mega_menu_children_wrapper { background-color: transparent; }
    .mega_menu_fluid_list > .mega_menu_children_wrapper > li:first-child p a, .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a i.fa.fa-angle-right { color: #fff; }
    .mega_menu_fluid_list > .mega_menu_children_wrapper > li:first-child a p, .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a p { color:#fff; margin:0.8em 0; }
    .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a { color:#fff; }
    .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.mega_menu_children_wrapper > li.hs-item-has-children > ul li a sup { display: inline;}
  	.custom-mega-menu-primary .mega_menu_fluid_list > .mega_menu_children_wrapper li> ul { margin-top: 0em; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a i.fa.fa-angle-down { display: none; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul { background-color: transparent; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li a { color: #fff; }
    .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.mega_menu_fluid_list > ul > li:last-child::before { content:none; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul { padding: 0; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal > ul > li a { font-weight:600; color: #005190 !important; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.hs-menu-item.hs-menu-depth-1 { padding: 15px 8.5px; }
    .mega_menu_fluid_list > .mega_menu_children_wrapper li p { padding-left: 0.7em; margin-bottom: 0px}
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1.mega_menu_fluid_list > ul { padding: 0em 0; border:none; }
    .mega_menu_list { font-size: 16px; font-weight: 600 !important; color: #005190; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal > ul > li a { font-size: 15px; }
    a.mega-menu-mobile-trigger { top: 30px; }
    a.mega-menu-child-trigger i.fa.fa-angle-right { font-family:'FontAwesome'; vertical-align: middle; text-align: center; color: #005190; font-weight: 400; font-size: 18px; margin-top: 1em; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal ul li> ul.mega_menu_children_wrapper > li > a { color: #4b5050 !important; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal ul li> ul.mega_menu_children_wrapper > li > p { color: #4b5050; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal ul li> ul.mega_menu_children_wrapper > li > p > a > i.fa.fa-angle-right { color: #56a1d5 !important; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal ul li> ul.mega_menu_children_wrapper > li > p > a { color: #56a1d5 !important; font-weight:700% !important; font-size:16px; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal ul li> ul.mega_menu_children_wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper { display: block !important; visibility: visible !important; }
		.custom-mega-menu-primary .hs-menu-flow-horizontal ul li> ul.mega_menu_children_wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper li p { display: none; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li a { margin-bottom: 0; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li > ul > li > a { font-weight: 600 !important; color: #56a1d5 !important; font-size: 16px !important; margin: 0.2em 0; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li a { font-size: 14px }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1.mega_menu_fluid_list > ul { margin-top: 0; position: absolute !important; height: 100%; right: -100%; top: 0; z-index: 999; left: auto !important; background-color: #f5f5f5; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1.mega_menu_fluid_list > ul li { display: table; position: relative; width: 100% !important; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li a.mega-menu-child-trigger { display: none !important; padding: 0; margin: 0; } 
		.new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li> p > a:first-child { display: none; }
    .mega_menu_back { display: block; margin-top: 1em; margin-left: 1.5em; margin-bottom: 0.3em; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal > ul > div.mega_menu_back > a { color: #005190 !important; font-weight: 600 !important; }
    .mega_menu_back a i.fa.fa-angle-left { font-family:'FontAwesome'; width: auto; margin-right: 0.1em; font-weight: 500; }
    .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a { display: block; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal ul li> ul.mega_menu_children_wrapper > li > p:nth-child(2) { display: table-footer-group; }
    .custom-mega-menu-primary .hs-menu-flow-horizontal ul li> ul.mega_menu_children_wrapper > li > p:last-child() { display: table-header-group; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li p a { color: #5ea6d8 !important; font-weight: 600 !important; font-size:16px; }
    .mega_menu_new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a i.fa.fa-angle-right { font-weight: 600; vertical-align: middle; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li:last-child { padding-bottom: 1.2em; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul > li.hs-menu-item.hs-menu-depth-1 > ul > li:nth-child(2) > a { color: #4b5050; font-weight: 400; font-size: 20px; text-transform: none; margin-bottom: 0px}
    .custom-mega-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: none; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.mega_menu_fluid_list:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(4) > a { display: none; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.mega_menu_fluid_list:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(4) > ul > li > a { margin-top: 0; padding-top: 0 !important; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.mega_menu_fluid_list:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(4) > ul > li { margin-top: 0; padding-top: 0; }
 		.hs-menu-wrapper, .hs-menu-wrapper * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; }
    .custom-mega-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { display: block; }
    .custom-mega-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 0 !important; }
    .new-mega-menu-design .mega_menu_new.custom-mega-menu-primary ul li.mega_menu_fluid_list:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(4) { margin-top:0; padding-top: 0; padding-bottom: 0.6em; }
}  
  @media (max-width: 767px) {
    .pad-mobtp-40 {padding-top: 0px!important}
    .pad-mobtp-0 {padding: 0px!important}
    .pad-mob-0 {padding: 0px!important}
    .margin-mobtp-40 {margin-top: 40px!important}
    .field-inventory .light h2 {font-size: 28px; line-height: 1.25em}
  	.new-mega-menu-design .row-fluid .container-main { width: 100%; padding: 0px; }
    .new-mega-menu-design .new-header-logo img.hs-image-widget { padding-top: 0px; padding-left: 0 !important; }
    .new-mega-menu-design .header-section .container-main { padding: 20px 0 0px 20px !important; }
    .new-mega-menu-design .row-fluid .footer-section .container-main { width: 100%; padding: 0px 10px !important; }
    .custom-mega-menu-primary.js-enabled .hs-menu-flow-horizontal{ top: 4.1em; }
    .new_home_design .custom-mega-menu-primary.js-enabled .hs-menu-flow-horizontal{ top: 7em; }
    a.mega-menu-mobile-trigger { top: 18px; }
  }
  
/*------------------------------------------------- New Mega Menu Desktop and  Mobile Design End ------------------------------------------------- */   
  


@media ( max-width:1150px ) {.custom-menu-primary {width: 82%!important;}}
@media ( max-width:1000px ) { .row-fluid .version-b-cta-left, .row-fluid .version-b-cta-right {width:auto;}.custom-menu-primary {width: 80%!important;} .row-fluid .header-navbar ul li a {font-size: 15px;}}


/*home-page*/

.hptablinks {margin-top: 37px;}

/* Mega Menu 2018 */
.mega_menu_list {font-size: 15px; font-weight: 600}
.fa-angle-down {font-weight: bold}

/* Home 2018 */
.home-left {width: 48%!important; }
.home-right {width: 47.8%!important; }
.home-left {padding-right: 40px; border-right: 1px solid #dadada}
.home-right {margin-left: 40px!important}
.home-18 .industry_section_group_background {border: 0px!important; background-color: white!important; padding: 20px 0 40px}
.intro-text h2 {color: #005288; font-size: 22px!important; line-height: 1.3em!important; margin-bottom: 0px; font-weight: 600}
.hp-gray-box { background-color: #f5f5f5; border-radius: 8px; padding: 18px; margin-top: 20px; height: 148px; position:relative; }
.hp-gray-box.hp-gray-box-bottom { height: 148px; }
.hp-gray-box > div.row-fluid-wrapper.row-depth-2.row-number-1 { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; margin: 0 auto; }
.hp-gray-box h3 {font-size: 17px!important; line-height: 1.3em!important; font-weight: 600!important; color: #005287; }
.hp-gray-box p {margin: 4px 0px 10px!important}
.home-main-cta {margin-bottom: 10px}
.gray-box-img {width: 8% !important; max-width: 38px}
.gray-box-txt {width: 89%!important}
.row-fluid .gray-box-txt-content-01 { min-height: auto; }

/*header-section*/
.row-fluid .header-section { width:100%; float:left; position:relative; z-index:2; background-color:#ffffff; padding:0; -webkit-box-shadow: 0 0px 27px 0px #504f4f; box-shadow: 0 0px 27px 0px #504f4f;  }
.row-fluid .header-section .header-logo { padding:22px 0; max-width: 108px; }
.row-fluid .header-navbar ul { float:right; padding-top: 0; }
.row-fluid .header-navbar ul li { font-size:17px; line-height:12px; font-weight:600; padding:25px 12px;  }
.row-fluid .header-navbar ul li:last-child { padding-right:0; }
.row-fluid .header-navbar ul li > a { padding:0 10px; color:#005288; line-height:20px; border-radius:5px; }
.row-fluid .header-navbar > div> span > div > ul > li > a { line-height:33px; }
.row-fluid .header-navbar ul li:hover > a { background:#005288; color:#FFF; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {text-overflow: inherit;}
.row-fluid .header-navbar ul li ul.hs-menu-children-wrapper { padding:8px 0; background:#DDDDDD; border-radius:0 0 5px 5px; top:83px; width:190px; left:14px !important; }
.row-fluid .header-navbar ul li ul.hs-menu-children-wrapper li { padding:0; }
.row-fluid .header-navbar > div> span > div > ul > li ul > li > a { line-height:33px; padding:0 14px; width:100% !important; max-width:100% !important; white-space:normal !important; font-size:16px; border-radius:0; }
.row-fluid .header-navbar > div> span > div > ul > li ul > li > a:hover { background:#FFF; color:#005288; }
.row-fluid .child-trigger { padding: 5px; position: absolute; width: 50px; height: 45px; right: 0; top: 0; cursor: pointer;}


/*hero-section-main*/
.row-fluid .hero-section-main { position:relative; border-bottom:5px solid #fff; }
.home .row-fluid .hero-section-main { border:none; }
.home .row-fluid .hero-section-main {min-height:600px; overflow:hidden; }


.row-fluid .hero-img-main img { width:100% !important;  }
.row-fluid .hero-heading { width:100%; }
.row-fluid .hero-heading h1 { padding:0 0 40px; font-size:59px; line-height:61px; text-align:center; color:#ffffff; font-weight:400;  -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out;  }
.row-fluid .hero-heading h1 span { font-weight:900; }
.row-fluid .hero-content { width:100%;  }
.row-fluid .hero-content h5 { font-size:25px; line-height:33px; text-align:center; color:#ffffff; font-weight:400; padding:0 120px; }

.row-fluid .hero-video { position:absolute; left:0; top:-10px; width:100%; }
.row-fluid .hero-video iframe { width:100%; }
.row-fluid .hero-video:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; left:0; top:0; }

.row-fluid .textchanges , .row-fluid .hero-heading  h1 span { display:inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out;  }
.row-fluid .textchanges span { opacity:0; }

/*middle-cta-section*/
.row-fluid .middlectasection-main { float:left; width:100%; position:relative; z-index:5; background:#fff; }
.row-fluid .middle-cta-section { background-color:#003764; position:relative; color:#ffffff; padding:40px 35px; margin-top:-100px;  }
.row-fluid .middle-cta-section::after {  position:absolute; width:54px; height:28px; background:url('https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/triangle-down.png') center no-repeat; display:block; content:' '; left:50%; bottom:-24px; margin-left:-27px;     }
.row-fluid .middle-cta-section h6 { color:#5dade6; font-size:21px; line-height:27px; font-weight:700; padding-bottom:5px; }
.row-fluid .cta-text-left { margin-left:0px;   }
.row-fluid .cta-button-right { margin-left:0%; text-align:right; padding:11px 0;  }

.row-fluid .text-link a  { font-size:17px; font-family: Lato, sans-serif; font-weight:600; color:#fff; border:2px solid #fff; border-radius:4px; display:inline-block; padding:15px 20px; text-transform:uppercase; }
.row-fluid .text-link a:hover { background:#fff; color:#003764; }

.row-fluid .hero-contant { position:relative; padding:150px 0 0; }

 
.row-fluid .middlectasection-main  { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; }

/*industry-section*/
.row-fluid .industry-section { min-height:0; text-align:center; padding-top:20px; border-bottom:5px solid #fff; box-shadow: 2px 0 2px 2px rgba(112,112,112,0.1); position:relative; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; }


.row-fluid .industry-content-section { padding:50px 150px; font-size:21px; line-height:27px; color:#313233; }
.row-fluid .industry-heading-section { font-size:37px; line-height:40px; color:#56a1d5; font-weight:700;  }

.row-fluid .industry-title h2 { font-size:37px; line-height:40px; padding:0 0 15px; font-size:37px; color:#56a1d5; text-transform:uppercase; font-weight:700; }
.row-fluid .industry-title h2:before { content:''; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/line-bg.png) no-repeat; width:65px; height:58px; display:inline-block; vertical-align:top; margin:15px 15px 0  0; }
.row-fluid .industry-title h2:after { content:''; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/line-bg2.png) no-repeat; width:65px; height:58px; display:inline-block; vertical-align:top; margin:15px 0  0 15px; }

.row-fluid .industry-box { margin:0; padding:40px 0 50px; width:50%; }
.row-fluid .industry-box h4 { color:#fff; font-size:25px; padding:0 0 15px; font-weight:600; font-family: Lato, sans-serif; text-transform:uppercase; }

.row-fluid .select-division  { position:relative; cursor:pointer; font-family: Lato, sans-serif; font-weight:600; color:#fff; border:2px solid #fff; border-radius:4px; display:inline-block; }
.row-fluid .select-division span { padding:15px 0 15px 20px; display:inline-block; }
.row-fluid .telecomunication-select span.hs_cos_wrapper:hover .select-division { border-color:#043862; background:#043862; color:#fff; }
.row-fluid .select-division:after { margin:0 0 0 15px; content:''; display:inline-block; vertical-align:top; height:54px; width:60px; border-left:2px solid #fff; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-img1.png) no-repeat center center; }
.row-fluid .telecomunication-select span.hs_cos_wrapper:hover .select-division:after  { background-image:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-img1.png);  border-color:#003764; transform: rotate(180deg); }
.row-fluid .industry-section .text-link a  { width:227px; }
 .row-fluid .utility-select span.hs_cos_wrapper:hover .select-division { border-color:#043862; background:#043862; color:#fff; }
.row-fluid .utility-select span.hs_cos_wrapper:hover .select-division:after  { background-image:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-img1.png);  border-color:#003764; transform: rotate(180deg); }


/*stats-section*/

.row-fluid .stats-section-main { position:relative; border-bottom:5px solid #fff; }
.home .row-fluid .stats-section-main { border:none; }
.home .row-fluid .stats-section-main {max-height:200px; overflow:hidden; }



.row-fluid .telecomunication-select ul { overflow:hidden; margin:0; padding:0; list-style:none; display:none; border:2px solid #163a61; border:none; position:absolute; left:0; top:65px; width:100%; text-align:left; background:#163a61; border-radius:4px  }
.row-fluid .telecomunication-select ul li { float:left; width:100%; border-top:2px solid #2d4d71; }
.row-fluid .telecomunication-select ul li:first-child { border:none; }
.row-fluid .telecomunication-select ul li a { padding:12px 20px; color:#fff;  float:left; width:100%; font-size:17px; font-weight:500; }
.row-fluid .telecomunication-select ul li a:hover  { background:#2d4d71; color:#fff; }
.row-fluid .telecomunication-select span.hs_cos_wrapper { display:inline-block; position:relative; text-align:left; font-size:17px; text-transform:uppercase; padding:0 0 0; margin:0 0 -15px; width:auto; padding-bottom:15px; }
.row-fluid .telecomunication-select .desktop-topic span.hs_cos_wrapper { width:100%; }
.row-fluid .telecomunication-select span.hs_cos_wrapper ul { z-index:9; }



.row-fluid .utility-select ul { overflow:hidden; margin:0; padding:0; list-style:none; display:none; border:2px solid #163a61; border:none; position:absolute; left:0; top:65px; width:100%; text-align:left; background:#163a61; border-radius:4px  }
.row-fluid .utility-select ul li { float:left; width:100%; border-top:2px solid #2d4d71; }
.row-fluid .utility-select ul li:first-child { border:none; }
.row-fluid .utility-select ul li a { padding:12px 20px; color:#fff;  float:left; width:100%; font-size:17px; font-weight:600; }
.row-fluid .utility-select ul li a:hover  { background:#2d4d71; color:#fff; }
.row-fluid .utility-select span.hs_cos_wrapper { display:inline-block; position:relative; text-align:left; font-size:17px; text-transform:uppercase; padding:0 0 0; margin:0 0 -15px; width:auto; padding-bottom:15px; }
.row-fluid .utility-select .desktop-topic span.hs_cos_wrapper { width:100%; }
.row-fluid .utility-select span.hs_cos_wrapper ul { z-index:9; }

/* Blog Page */


.hs-blog-name-joint-use #hs_cos_wrapper_post_body
{
    word-wrap:normal !important;
}

.blog .post-body a {color: #005187!important; text-decoration: underline; }
.blog .post-body a:hover {color: #005187!important; text-decoration: none!important }
.row-fluid .blog-top { float:left; width:100%; background:#eeeeee; position:relative; border-bottom:#CCC solid 1px;  }
body.for-topic .row-fluid .blog-top { overflow:hidden; }
body.for-topic.searchresult-show .row-fluid .blog-top { overflow:visible; }
body.searchresult-show { overflow-x:hidden; }
body.searchresult-show .blog-top { overflow:visible; position:absolute; left:0; top:0; z-index:99; }
body.searchresult-show .header-container-wrapper { display:none; z-index:0; }
body.searchresult-show .row-fluid .blog-top .search-box #searchForm1 { box-shadow:0 0px 15px 5px #FFF; }
body.searchresult-show .row-fluid .blog-top .search-box #searchForm1 fieldset.head1 { border: none; width: 1093px; float: none; margin: 0 auto; position: relative; }
body.searchresult-show .row-fluid .footer-section, body.searchresult-show .row-fluid .jointuse-section { display:none; }
body.searchresult-show .row-fluid .blog-top .container-main { width:100% !important; }
body.searchresult-show #resultsDiv { padding:50px 0; margin:0 auto; width:1093px; }
body.searchresult-show #resultsDiv a:hover { color:#005288; }
body.searchresult-show #resultsDiv .webResult { float:left; width:100%; margin-bottom:30px; background:#FFF; padding:0 25px; color:#999; }
body.searchresult-show #resultsDiv .webResult p { margin:0; }
body.searchresult-show #resultsDiv .webResult h2 { font-size:20px; line-height:28px; }
body.searchresult-show #resultsDiv .webResult .webResult-inner1 { float:left; width:50%; border-right:#CCC solid 1px; padding:30px 30px 30px 0; min-height:150px; }
body.searchresult-show #resultsDiv .webResult .webResult-inner2 { float:left; width:50%; padding:30px 0 30px 30px; }
body.searchresult-show .row-fluid .blog-top .search-box > div > .search-icon { display:none; }
body.searchresult-show .row-fluid .blog-top .search-box { background:#EEE; }
body.searchresult-show .row-fluid .blog-top .search-box #searchForm1 { background:#005288; }

body.hs-content-path-alden-blog-new-all .post-listing-simple .post-item, body.hs-content-path-joint-use-all .post-listing-simple .post-item { float:left; width:100%; padding:0 15px; }
body.hs-content-path-alden-blog-new-all .post-listing-simple .post-item h2, body.hs-content-path-joint-use-all .post-listing-simple .post-item h2 { font-size:22px; }
body.hs-content-path-alden-blog-new-all .post-listing-simple .post-item h2, body.hs-content-path-joint-use-all .post-listing-simple .post-item a { text-decoration: underline!important;}

body.hs-content-path-alden-blog-new-all .blog-pagination, body.hs-content-path-joint-use-all .blog-pagination { display:none; }

.row-fluid .blog-top .container-main { padding:26px 0 20px; }
.row-fluid .blog-top .search-icon {max-width: 30px;}
.row-fluid .blog-top .search-icon, .row-fluid .blog-top .email-icon { width:auto; padding-top:10px; cursor:pointer; }
.row-fluid .blog-top .search-box { display:none; position:absolute; left:0; top:0; width:100%; background:#005288; overflow:visible !important; }
.row-fluid .blog-top .search-box > .cell-wrapper { position:relative; float:left; width:100%; }
.row-fluid .blog-top .search-box > .cell-wrapper:before { position:absolute; left:-100%; top:0; content:''; width:100%; height:100%; background:#005288; }
.row-fluid .blog-top .search-box > .cell-wrapper:after { position:absolute; right:-100%; top:0; content:''; width:100%; height:100%; background:#005288; }
.row-fluid .blog-top .search-box > .cell-wrapper .search-icon, .row-fluid .blog-top .email_box > .cell-wrapper .email-icon { position:absolute; right:0; top:0; }
.row-fluid .blog-top .email_box ul.inputs-list.multi-container li:nth-child(2) { display:none; }
.row-fluid .blog-top .email-icon img { margin-left:10px; }
.row-fluid .blog-top .email-icon { padding-left:30px; }
.row-fluid .blog-top .email-icon a { color:#5f5f5f; font-weight:600; }
.row-fluid .blog-top .email-icon a:hover { color:#56a1d5; }
.row-fluid .blog-top .search-box .hs-search-module { margin-top:40px; float:left; width:100%; position:relative; }
.row-fluid .blog-top .search-box .hs-search-module .hs-button, .row-fluid .blog-top .search-box #searchForm1 fieldset.head1 input[type=submit] { position:absolute; border:none; width:45px; height:50px; left:0; top:26px; background:url(//www.aldensys.com/hubfs/alden-images/magnify-white.png) top 10px left no-repeat transparent; background-size:65%; cursor:pointer; }
.row-fluid .blog-top .search-box input.inner-search { font-family: Lato, sans-serif; font-weight:300; width:100%; border:none; outline:none; background:transparent; height:45px; padding:0 10px; font-size:36px; color:#FFF; line-height:45px; }
.row-fluid .blog-top .search-box input.inner-search::-webkit-input-placeholder { color:#FFF; }
.row-fluid .blog-top .search-box #page { display:none; }
.row-fluid .blog-top .search-box h1 { display:none; }
.row-fluid .blog-top .search-box #searchForm1 fieldset.head1 { padding:28px 50px; border:none; }

.row-fluid .email_box_contents { float: left; }
body.for-topic .row-fluid .blog-top { overflow: visible !important; }
/*body.new-blog-join-list .row-fluid .blog-top .container-main { padding: 26px 0 0 !important; min-height: 100px !important; }*/
.row-fluid .blog-top .email-box { display:none; position:absolute; left:0; top:0; width:100%; overflow:visible !important; }
/*
.row-fluid .blog-top .email-box > .cell-wrapper{ z-index: 111; margin-top: 0; position: absolute; float:left; width:100%; padding-top:27px; background:#005288; padding-left:0; background-position:left 55px top 35px; }
.row-fluid .blog-top .email-box > .cell-wrapper:before { position:absolute; left:-100%; top:0; content:''; width:100%; height:100%; background:#005288; }
.row-fluid .blog-top .email-box > .cell-wrapper:after { position:absolute; right:-100%; top:0; content:''; width:100%; height:100%; background:#005288; }
*/
.row-fluid .blog-top .email-box { z-index: 111; margin-top: 0; position: absolute; float:left; width:100%; background:#005288; padding-left:0; background-position:left 55px top 35px; }
.row-fluid .blog-top .email-box:before { position:absolute; left:-100%; top:0; content:none; width:100%; height:100%; background:#005288; }
.row-fluid .blog-top .email-box:after { position:absolute; right:-100%; top:0; content:none; width:100%; height:100%; background:#005288; }

.row-fluid .blog-top .email_box > .cell-wrapper h3 { float:left; font-size:24px; font-weight:700; color:#FFF; padding-top:5px; }
.row-fluid .blog-top .email_box > .cell-wrapper > span > div { float:left; }
.row-fluid .blog-top .email_box > .cell-wrapper label { display:none; }
.row-fluid .blog-top .email_box > .cell-wrapper form > div { float:left; padding: 0 0 0 10px;}
.row-fluid .blog-top .email_box > .cell-wrapper ul.inputs-list  { padding:0; margin:0; float:left; list-style:none; padding:10px 5px; color:#FFF; font-weight: 600; }
.row-fluid .blog-top .email_box > .cell-wrapper ul.inputs-list li { float:left; margin:0 8px; }
.row-fluid .blog-top .email_box > .cell-wrapper ul.inputs-list li label { display:block; }
.row-fluid .blog-top .email_box > .cell-wrapper ul.inputs-list li input[type=radio] { margin-top:7px; float:left; }
.row-fluid .blog-top .email_box > .cell-wrapper .hs_email input[type=email] { padding:5px 15px !important; font-family: Lato, sans-serif; margin-left: 15px; border: none; outline: none; border-radius: 5px; height: 40px; width:288px !important; font-size:17px; font-weight:600; margin-top:5px; }
.row-fluid .blog-top .email_box>.cell-wrapper .hs_email input[type=email]::-webkit-input-placeholder { color:#CCC; }
.row-fluid .blog-top .email_box > .cell-wrapper .hs_submit input[type=submit] { font-family: Lato, sans-serif; font-size:18px; font-weight:600; margin-left:20px; outline:none; cursor:pointer; min-width:115px; height:auto; padding: 0 30px; line-height:44px; text-align:center; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png) repeat; border:#FFF solid 2px; border-radius:5px; color:#FFF; text-transform:uppercase; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; }
.row-fluid .blog-top .email_box > .cell-wrapper .hs_submit input[type=submit]:hover { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png) repeat #FFF; color:#005288; background-color: white!important; }
.row-fluid .blog-top .email_box .subscribe-close { padding:9px 10px 9px 0; cursor:pointer; }
.row-fluid .blog-top .email_box .subscribe-close img {width: 50%;}
.row-fluid .email_box_contents p { color: #93b8d1; font-size: 14px; font-style: italic; padding: 0.4em 6em 0.5em 2.4em; line-height: 1.3; font-weight: 400; }
.row-fluid .email_box_contents p a { color: #93b8d1; text-decoration: underline; }
.row-fluid .email_box .cell-wrapper { min-height: auto !important; }
.row-fluid .blog-top .email_box>.cell-wrapper .hs_email input[type=email]::-moz-placeholder { color: #5f5f5f; }


.row-fluid .blog-top .blog-followme { padding: 10px 0 0 90px; }
.row-fluid .blog-top .blog-followme a.fm_button { margin:3px 3px 0; float:none; display:inline-block; }
.row-fluid .blog-top .blog-followme h3 { font-size:18px; color:#5f5f5f; font-weight:600; float:left; }
.row-fluid .blog-top .blog-followme h5 { font-size:18px; color:#5f5f5f; font-weight:600; float:left; }
.hs-blog-post .row-fluid .blog-top .blog-followme { display:none; }
.row-fluid .blog-top .blog-followme > div > span > div, .row-fluid .blog-top .blog-followme > div > div { float:left; padding-left:10px; }
.row-fluid .blog-top .topic-dropdown { float:right; text-align:right; }
.row-fluid .blog-top .topic-dropdown .select-wrapper { width:340px; float:right; position:relative; }
.row-fluid .blog-top .topic-dropdown .select-wrapper:after { position:absolute; content:''; width:45px; height:100%; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-imgblack.png) no-repeat center; right:0; top:0; border-left:#CCC solid 1px; }
.row-fluid .blog-top .topic-dropdown select#hubspot-topic_data1 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png) repeat #FFF; font-family: Lato, sans-serif; color:#5f5f5f; font-size:18px; position:relative; width:100%; outline:none; height:50px; border:#CCC solid 1px; border-radius:5px; -webkit-appearance:none; -moz-appearance:none; -o-appearance:none;  appearance:none; padding:5px 15px; text-transform:uppercase; }
.row-fluid .blog-top .topic-dropdown select::-ms-expand { display: none; }
.row-fluid .telecomunication-select.topic-dropdown { padding:0 0 15px; margin:0 0 -15px; width:31.7%; position:relative; z-index:999; }
body.for-topic .row-fluid .telecomunication-select.topic-dropdown { z-index:0; }
.row-fluid .telecomunication-select.topic-dropdown ul { width:100%; left:auto; right:0; top:65px; z-index:9; display:none; }
.row-fluid .telecomunication-select.topic-dropdown .desktop-topic .widget-module { padding-bottom:0; }
.row-fluid .telecomunication-select.topic-dropdown .widget-module:hover ul { display:block; }
.row-fluid .telecomunication-select.topic-dropdown ul li { border-top:none; }
.row-fluid .telecomunication-select.topic-dropdown ul li a { border-top:2px solid #2d4d71; }
.row-fluid .blog-top .select-division2 { width:100%; position: relative; cursor: pointer; background:#FFF; color:#444; font-weight:400; font-family: Lato,sans-serif; font-weight: 600; border:1px solid #CCC; border-radius: 4px; display: inline-block; padding:15px 65px 15px 15px; }
.row-fluid .blog-top .select-division2 span { padding: 15px 0 15px 20px; float:left; font-weight:400;  }
.row-fluid .select-division2:after { position:absolute; right:0; top:0; margin: 0 0 0 15px; content: ''; display: inline-block; vertical-align: top; height: 54px; width: 60px; border-left:1px solid #ccc; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-imgblack.png) no-repeat center center; }
.row-fluid .telecomunication-select.topic-dropdown .widget-module:hover > .select-division2:after { border-right:1px solid #ccc; border-left:none; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.row-fluid .telecomunication-select.topic-dropdown .mobile-topics { display:none; }



.row-fluid .utility-select.topic-dropdown { padding:0 0 15px; margin:0 0 -15px; width:31.7%; position:relative; z-index:999; }
body.for-topic .row-fluid .utility-select.topic-dropdown { z-index:0; }
.row-fluid .utility-select.topic-dropdown ul { width:100%; left:auto; right:0; top:65px; z-index:9; display:none; }
.row-fluid .utility-select.topic-dropdown .desktop-topic .widget-module { padding-bottom:0; }
.row-fluid .utility-select.topic-dropdown .widget-module:hover ul { display:block; }
.row-fluid .utility-select.topic-dropdown ul li { border-top:none; }
.row-fluid .utility-select.topic-dropdown ul li a { border-top:2px solid #2d4d71; }
.row-fluid .blog-top .select-division2 { width:100%; position: relative; cursor: pointer; background:#FFF; color:#444; font-weight:400; font-family: Lato,sans-serif; font-weight: 600; border:1px solid #CCC; border-radius: 4px; display: inline-block; padding:15px 65px 15px 15px; }
.row-fluid .blog-top .select-division2 span { padding: 15px 0 15px 20px; float:left; font-weight:400;  }
.row-fluid .select-division2:after { position:absolute; right:0; top:0; margin: 0 0 0 15px; content: ''; display: inline-block; vertical-align: top; height: 54px; width: 60px; border-left:1px solid #ccc; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-imgblack.png) no-repeat center center; }
.row-fluid .utility-select.topic-dropdown .widget-module:hover > .select-division2:after { border-right:1px solid #ccc; border-left:none; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.row-fluid .utility-select.topic-dropdown .mobile-topics { display:none; }




.hs-blog-listing .row-fluid .mainblog-section { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg?t=1438026707846) repeat center top; float:left; width:100%; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left #hubspot-topic_data, .hs-blog-listing .row-fluid .mainblog-section .blog-sidebar { display:none; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left { width:100%; float:left; margin:0; padding:42px 0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 { position:relative; background-size:cover; background-repeat:no-repeat; background-position:center center; text-align:center; padding:35px 130px 42px 130px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.4); }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-mainbody { z-index:9; position:relative; }

.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .hs-featured-image-wrapper { display:none; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .latest-post { float:left; width:100%; padding:0 0 15px; font-family: Lato, sans-serif; font-size:25px; color:#FFF; line-height:30px; font-weight:600; border-bottom:#FFF solid 3px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-title h2 { padding:15px 0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-title h2, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-title h2 a { font-size:50px; font-weight:600; color:#FFF; float:left; width:100%; line-height:50px; text-shadow:rgba(0,0,0,0.4) 0 0 10px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-body p { display:none; }
.post-body h1 {font-size: 25px;
    line-height: 39px;
    color: #005288;
    font-weight: normal!important;}
    
    .post-body h2 {line-height: 26px; font-size: 22px;}
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header #hubspot-author_data { float:left; width:100%; padding:10px 0 25px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header #hubspot-author_data , .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header #hubspot-author_data  a{ color:#FFF; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header #hubspot-author_data .posted-by { float:none; display:inline-block; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header #hubspot-author_data .by { display:none; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header .more-link { min-width:235px; height:52px; text-align:center; float:none; display:inline-block; border:#FFF solid 2px; border-radius:5px; color:#FFF; line-height:46px; font-size:17.71px; text-transform:uppercase; font-weight:600; background:transparent; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header .more-link:before { content:'LEARN MORE'; font-size: 20px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header .more-link span { display:none; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header .more-link:hover { color:#005288; background:#FFF; border-color:#FFF; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-mainbody { width:100%; padding:0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header #hubspot-author_data a.author-link { float:none; display:inline-block; position:relative; padding-right:12px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header #hubspot-author_data a.author-link:before { position:absolute; content:''; width:6px; height:6px; background:#FFF; border-radius:50%; right:0; top:50%; margin-top:-3px; }

.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item { display:none; float:left; width:100%; margin-bottom:40px; background:#FFF; border:#CCC solid 1px; }
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item:first-child { display:block; float:left; width:100%; margin-bottom:40px; background:#FFF; border:#CCC solid 1px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item:nth-child(2), .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item:nth-child(3), .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item:nth-child(4) { display:block; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header #hubspot-author_data .posted-by { display:none; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header #hubspot-author_data { font-family: Lato, sans-serif; float:left; color:#FFF; font-size:21px; font-weight:600; padding-top:25px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header #hubspot-author_data { float:left; color:#5f5f5f; font-size:17px; font-weight:700; padding-top:25px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header #hubspot-author_data a { color:#5f5f5f; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header #hubspot-author_data .by { float:none; display:inline-block; padding-left:3px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header #hubspot-author_data a.author-link { float:right; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header .more-link { float:left; min-width:230px; padding:0 20px; height:52px; text-align:center; color:#FFF; font-size:17.71px; line-height:48px; font-weight:600; background:#005288; border-radius:5px; margin-right:15px; border: #fff solid 2px; margin-top:10px; text-transform:uppercase; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header .more-link:hover { background:#56a1d5; border-color:#fff; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper { float:left; width:32%; overflow:hidden; max-height:295px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper a { float:left; width:100%; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper img { margin:0; width:100%; height:auto; max-width:none; visibility:hidden; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-mainbody { float:left; width:68%; padding:15px 35px 35px 35px; font-size:17px; }

.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper { min-height: 312px; max-height: 305px; }
.hs-blog-name-joint-use .post-title h2 { margin-bottom:10px; }
.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-mainbody { float:left; width:68%; padding:35px; font-size:17px; }
.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-mainbody { float:left; width:100%; padding:0px;}
.alden-new-events-page.hs-blog-listing .row-fluid .post-listing-simple a { font-size: 24px; }
.alden-new-events-page.hs-blog-listing .post-mainbody .post-listing-simple { margin-bottom: 30px !important; border-bottom: 1px dotted #ccc; } 

.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h1, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2 { padding:10px 0 0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h1, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h1 a, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2 a { font-size:25px; font-weight:700; color:#005288; float:left; width:100%; line-height:30px; }
.post-body h2 {font-size: 22px; line-height: 26px; color: #005288;}
.post-body h3 {font-size: 20px; line-height: 24px!important; color: #569fd3; line-height: 30px;}
.post-body h4 {font-size: 20px; color: #569fd3; margin-top: 20px;}
.post-body h6 {font-size: 20px; margin-bottom: 5px;}
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-pagination { float:left; width:100%; padding:0; text-align:center; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-pagination a { padding:15px; margin:0; text-transform:uppercase; font-weight:700; color:#5f5f5f; cursor:pointer; width:49%; float:left; border:#CCC solid 1px; background:#FFF; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-pagination a.all-posts-link { float:right; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-pagination a:hover { background:#EEE; }
.hs-content-path-joint-use-all .post-item { margin:0 0 20px; }
.hs-content-path-joint-use-all .post-item h2 { font-size:30px; }

.row-fluid .jointuse-section { float:left; width:100%; background:#005288; }
.hs-blog-post .row-fluid .jointuse-section { display:none; }
.row-fluid .jointuse-section .container-main { padding:45px 0 60px 300px; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/joint-bg-new.png)no-repeat left bottom; min-height:240px; text-align:center; }
.row-fluid .jointuse-section h2 { font-size:33px; font-weight:700; padding:15px 0; color:#FFF; }
.row-fluid .jointuse-section input[type=button] { outline:none; padding:0 18px; font-family: Lato, sans-serif; min-width:235px; height:52px; text-align:center; float:none; display:inline-block; border:#FFF solid 2px; border-radius:5px; color:#FFF; line-height:46px; font-size:17.71px; text-transform:uppercase; font-weight:600; background:transparent; cursor:pointer; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; }
.row-fluid .jointuse-section input[type=button]:hover { background:#FFF; color:#005288; }

.hs-blog-post .row-fluid .mainblog-section .blog-sidebar h3 { background:#e0e0e0; padding:15px; text-align:center; color:#005288; font-size:25px; text-transform:uppercase; border-bottom:#CCC solid 1px; }

.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post { background:#ececec; margin-bottom:40px; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image { padding:30px; margin:0; text-align:center; border-bottom:#CCC solid 1px; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image:last-child { border-bottom:none; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { width:100%; float:left; max-height:160px; overflow:hidden; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img { width:285px; height:auto; min-height:160px; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text { float:left; width:100%; padding:0 15px; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text a.hs-rss-title { color:#5f5f5f; font-size:18px; padding:15px 0; display:inline-block; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-byline { opacity:1; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-byline a { float:none; display:inline-block; min-width:152px; height:48px; text-align:center; color:#FFF; font-size:14.61px; text-transform:uppercase; line-height:44px; font-weight:600; background:#005288; border-radius:5px; margin-right:15px; border: #005288 solid 2px; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-byline a:hover { background:#56a1d5; border-color:#56a1d5; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-description { display:none; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .blog-cta { margin-bottom:40px; }

.hs-blog-post .row-fluid .mainblog-section { padding:30px 0 0; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .blog-followme { background:#ececec; text-align:center; } 
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .blog-followme > div > span > div, .hs-blog-post .row-fluid .mainblog-section .blog-sidebar .blog-followme > div > div { padding:30px; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .blog-followme a.fm_button { margin:0 6px; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .blog-followme a.fm_button span { background-size:35px; width:35px !important; height:35px !important; }
.hs-blog-post .row-fluid .mainblog-section .blog-left { padding-right:25px; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .share-this { position: fixed; margin: 0; padding: 0; list-style: none; top:240px; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .share-this ul { margin:0; padding:0; list-style:none; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .post-header h1 { font-size:30px; line-height:1.15em; color:#005288; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .post-header h2 { font-size:26px;  color:#005288; }

.hs-blog-post .row-fluid .mainblog-section .blog-left .post-header #hubspot-author_data { float:left; width:100%; padding:15px 0; border-top:#CCC solid 1px; border-bottom:#CCC solid 1px; margin:15px 0; color:#5f5f5f; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .post-header #hubspot-author_data a.author-link { font-weight:700; }
.hs-blog-post .row-fluid .mainblog-section .blog-left #hubspot-topic_data { font-size:18px; color:#5f5f5f; padding-top:25px; }
.hs-blog-post .row-fluid .mainblog-section .blog-left #hubspot-topic_data a { background:#569fd3; color:#FFF; padding:3px 10px; border-radius:5px; margin-left:5px; font-size:16px; text-transform:uppercase; }

.hs-blog-post .row-fluid .mainblog-section .comment-section { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; padding:100px 0 50px; margin-top:50px; color:#5f5f5f; font-size:18px; border-top:#CCC solid 1px; }
.hs-blog-post .row-fluid .mainblog-section .comment-section > .cell-wrapper { position:relative; width: 1093px; margin: 0 auto!important; float: none; min-height: 0; }
.hs-blog-post .row-fluid .mainblog-section .comment-section > .cell-wrapper:before { position:absolute; content:'Leave a Comment'; width:100%; height:40px; left:0; top: -50px; font-size: 25px; text-transform: uppercase; color: #005288; font-weight: 600; box-sizing:border-box; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_firstname, .hs-blog-post .row-fluid .mainblog-section .comment-section .hs_lastname { float:left; width:32%; margin-right:2%; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_firstName, .hs-blog-post .row-fluid .mainblog-section .comment-section .hs_lastName { float:left; width:32%; margin-right:2%; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_email { float:left; width:32%; margin:0; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_website { display:none; }
.hs-blog-post .row-fluid .mainblog-section .comment-section input[type=text], .hs-blog-post .row-fluid .mainblog-section .comment-section input[type=email] { outline:none; height:40px; background:#FFF; border:#CCC solid 1px; border-radius:5px; margin:0 0 10px; }
.hs-blog-post .row-fluid .mainblog-section .comment-section textarea { height:70px; background:#FFF; border:#CCC solid 1px; border-radius:5px; resize:none; outline:none; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_submit .field.hs-form-field { width:auto; float:right; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_submit input[type=submit] {outline: none; font-weight: 600; text-transform: uppercase; margin: 20px 0 0; cursor:pointer; font-family: Lato, sans-serif; float:left; min-width:180px; height:58px; text-align:center; color:#FFF; font-size:17.71px; line-height:52px; font-weight:700; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png) repeat #005288; border-radius:5px; margin-right:15px; border: #005288 solid 2px;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_submit input[type=submit]:hover { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png) repeat #56a1d5; border-color:#56a1d5; color:#FFF; }
body.searchresult-show .row-fluid .blog-top .search-box>.cell-wrapper:after { display:none; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_subscribe, .hs-blog-post .row-fluid .mainblog-section .comment-section .hs_joint_use_email_subscription { float:left; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_joint_use_email_subscription ul { list-style:none; padding-left:20px; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_asset_management_resources_email_subscription ul { list-style:none; padding-left:20px; }
.hs-blog-post .row-fluid .mainblog-section .comment-section #comment-form { overflow-x:hidden; }
.hs-blog-post .row-fluid .mainblog-section .comment-section #comment-form .hs_submit { float:left; width:100%; }
#captcha_wrapper { margin-top:-40px !important; }

h2.share_this_title {text-transform: uppercase; font-size: 15px; color: #4b5050; text-align: center;}
@media ( max-width:1310px ) { 
    h2.share_this_title { text-align:left; } 
}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .hs-featured-image-wrapper {max-height: 100% !important;  width: 100% !important; height: 100% !important; }
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post { background-position: center center; background-repeat: no-repeat; background-size: cover; }
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .hs-featured-image-wrapper a.hs-featured-image-link img.hs-featured-image {display:none;}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody { color: #fff; float: none; font-size: 17px; margin: 0 auto; padding: 35px; text-align: center; width: 82%; }
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-header .more-link { background: transparent none repeat scroll 0 0; border: 2px solid #fff; border-radius: 5px; color: #fff; float: none; font-size: 20px; font-weight: 600; margin-right: 0px; margin-top: 10px; padding:12px 50px; text-align: center; text-transform: uppercase; }

.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody .latest-post { text-shadow:3px 3px 8px rgba(0, 0, 0, 0.5); color: #fff; float: left; font-size: 20px; font-weight:600;  width: 100%; border-bottom:1px solid #fff; padding-bottom:15px;}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody h1 a, .new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody h2 a { margin-top:30px; color: #fff; float: left; font-size: 50px; font-weight: 600; line-height: 50px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); width: 100%; }
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody .post-body.clearfix { display:none; }
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody .post-body.clearfix p { font-size:17px; color: #fff; font-weight: 600; width: 100%; margin: 25px auto; max-width: 650px;}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody .post-body.clearfix {
  float: left;
  width: 100%;
}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody .post-header {
  float: left;
  margin-bottom: 50px;
  margin-top: 0px;
  width: 100%;
}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-header .more-link:hover {
  background: #56a1d5 none repeat scroll 0 0;
  border-color: #fff;
}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-header #hubspot-author_data{
  display: block;
  float:left;
  width:100%;
  color: #fff;
  margin-bottom:45px;
  font-size: 20px;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-header #hubspot-author_data .posted-by {
display: inline-block;
}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-header #hubspot-author_data a.author-link {
  display: inline-block;
  float: none;
  color:#fff;
}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .dot {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  top: -3px;
}


/*.joinf-us-first-post:before {
   content: '';
 position: absolute;
left: 0;
 top: 0;
width: 100%;
 height: 100%;
 background: rgba(000,000,000,0.4);}*/



.event_activ0 .post-mainbody .upcoming-event { display:block; text-shadow:3px 3px 8px rgba(0, 0, 0, 0.5); color: #fff; float: left; font-size: 20px; font-weight:600;  width: 100%; border-bottom:1px solid #fff; padding-bottom:15px;}
.post-mainbody .upcoming-event{ display:none; }
.dot { display:none; }


.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-mainbody {
  position: relative;
}
.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-mainbody .alden_event_main {
  margin: 15px 0 22px;
}
.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-mainbody .post-header {
  margin-top: 25px;
  float:left;
  width:100%;
}


.new-blog-join-list .post-listing .post-item.joinf-us-first-post {
  position: relative;
}
.new-blog-join-list .post-listing .post-item.joinf-us-first-post::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
.new-blog-join-list .post-listing .post-item.joinf-us-first-post .post-mainbody {
  position: relative;
  z-index: 1;
}

.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2, .alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2 a {line-height: 1.3 !important; margin-bottom: .4rem; }
/* Preloader start */
@mixin keyframes($name) {
  @-webkit-keyframes #{$name} {
    @content; 
  }
  @-moz-keyframes #{$name} {
    @content;
  }
  @-ms-keyframes #{$name} {
    @content;
  }
  @keyframes #{$name} {
    @content;
  } 
}

.preloader-settings {
    border-radius:50%;
    position: absolute;
    border:1px solid;
    border-right:none;
    border-top:none;
    border-bottom:none;  
    @extend .graded-border; 
}
.preloader {    
    width:50px;
    height: 50px;
    position:absolute;
    &:before{ 
        
        @extend .preloader-settings; 
        content:"";
        width: 100%;
        height: 100%;
        -webkit-animation: rotate 1s infinite linear;
       
        
    }
    &:after {
        @extend .preloader-settings; 
        content:"";
        width:70%;
        height: 70%;
        margin:15%;        
        -webkit-animation: reverserotate 1s infinite linear; 
    }
}

@include keyframes(rotate) {
  from {
    transform:rotate(0deg);
  }
  
  to {
   transform:rotate(360deg);
  } 
}
@include keyframes(reverserotate) {
  from {
    transform:rotate(0deg);
  }
  
  to {
   transform:rotate(-360deg);
  } 
}
/* Preloader end */


@media ( min-width:1050px ) { 
.row-fluid .telecomunication-select span.hs_cos_wrapper:hover ul { display:inline-block; }
.row-fluid .utility-select span.hs_cos_wrapper:hover ul { display:inline-block; }


}


.row-fluid .new-social-share-icons .hs_cos_wrapper > a {
    width: 35px !important;    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 35px !important;   
    font-size: 27px;
    border: 1px solid #e6e6e6 !important;
    border-radius: 6px !important;
    transition: all 0.4s;
    margin-right: 5px;
    display: inline-block;
}
.row-fluid .new-social-share-icons .hs_cos_wrapper > a:nth-child(1) {
   
    background-image: url(https://offers.aldensys.com/hubfs/Blog_Images/fb2.png);
}
.row-fluid .new-social-share-icons .hs_cos_wrapper > a:nth-child(2) {
   
    background-image: url(https://offers.aldensys.com/hubfs/Blog_Images/li2.png);
}
.row-fluid .new-social-share-icons .hs_cos_wrapper > a:nth-child(3) {
   
    background-image: url(https://offers.aldensys.com/hubfs/Blog_Images/twitter-2.png);
}
.row-fluid .new-social-share-icons .hs_cos_wrapper > a:nth-child(4) {
   
    background-image: url(https://offers.aldensys.com/hubfs/Blog_Images/email-1.png);
}
.row-fluid .new-social-share-icons .hs_cos_wrapper > a > img {
    display: none;
}
.row-fluid .share_with_colleague div > span {
    color: #3e3e3c;
    font-weight: 700;
    font-size: 14.5px;
}
.row-fluid .new-social-share-icons .hs_cos_wrapper > a:hover {
    border: 1px solid #b7b7b7 !important;
    transition: all 0.4s;
}
.row-fluid .share_with_colleague.share-title {
    float: left;   
    padding: 2px 4px 0 0px; width: auto;
}
.row-fluid .social_group {
    padding: 1.5em 0 2em;
}
.row-fluid .blogsection-main {float:left; width:100%; color:#fff; text-align:center; padding:95px 0;  -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%)} 
.row-fluid .blogsection-main.active { -webkit-filter:grayscale(0%); -moz-filter:grayscale(0%); -ms-filter:grayscale(0%); -o-filter:grayscale(0%); filter:grayscale(0%)} 
.row-fluid .blogsection-main h2 { font-size:37px; color:#fff; padding:0 0 25px; font-weight:600; font-family: Lato, sans-serif; text-transform:uppercase; }
.row-fluid .hs-rss-title { font-size:25px; color:#ffffff; font-weight:600; font-family: Lato, sans-serif; margin:0 0 10px; }
.row-fluid .hs-rss-title:hover { color:#cfdcf0; }
.row-fluid .hs-rss-description { font-size:19px!important; float:left; width:100%; padding:0 22%; line-height:26px; }
.row-fluid .hs-rss-description a { max-width:200px; font-size:17px; font-family: Lato, sans-serif; font-weight:600; color:#fff; border:2px solid #fff; border-radius:4px; display:block; padding:15px 25px; margin-top:35px; margin-left:auto!important; margin-right:auto!important; }
.row-fluid .hs-rss-description a:hover { background:#fff; color:#003764; }

.row-fluid .getstrated-main { background:#005288; color:#fff; font-size:20px; line-height:27px; padding:55px 0;  font-weight:300; }
.row-fluid .getstrated-main h4 {  color:#fff; font-size:20px; line-height:24px; font-family: Lato, sans-serif; font-weight:600; padding:0 0 10px; text-transform:uppercase; }



.row-fluid .freeconsultation-link a { margin:22px 0 0; max-width:400px; text-align:center; width:100%; max-width: 270px; }
.row-fluid .freeconsultation-link { text-align:right; font-size: 20px!important;}

.row-fluid .help-titletext { float:left; width:100%; background:#eee; padding:80px 0 70px; color:#4b5050; font-size:20px; line-height:26px; text-align:center;  }
.row-fluid .help-titletext h2 { font-size:37px; color:#005288; font-weight:700; text-transform:uppercase; padding:0 0 20px; }
.row-fluid .help-text { float:left; width:100%; padding:0 15%; };   ;   

.tabs-top { float:left; width:100%; background:#eeeeee;  }
.tabs-topborder  { border-bottom:5px solid #56a1d5; float:left; width:100%; background:#eeeeee; }
.tabs-topborder.redtab-bg { border-color:#9a4d9e;  }
.tabs-topborder.orangetab-bg { border-color:#F58025;  }
.tabs-topborder.greentab-bg { border-color:#AFBD22;  }
.tabs-top ul { margin:0; padding:0; list-style:none; position:relative; }
.tabs-top ul:before { content:''; position:absolute; left:0; top:10px; width:3px; height:30px; background:#d5d5d5; }
.tabs-top ul li { float:left; position:relative; }
.tabs-top ul li:before { content:''; position:absolute; right:0; top:10px; width:2px; height:30px; background:#d5d5d5;  }
.tabs-top ul li a:link , .tabs-top ul li a:visited , .tabs-top ul li a { cursor:pointer; color:#747474; padding:15px 35px; display:inline-block; font-weight:600; position:relative; cursor:pointer; }
.tabs-top ul li a.active:link , .tabs-top ul li a.active:visited , .tabs-top ul li a.active , .tabs-top ul li a:hover { color:#fff; background:#56a1d5; border-radius:4px 4px 0 0; }
.tabs-top ul li.redtab-bg a.active:link , .tabs-top ul li.redtab-bg a.active:visited , .tabs-top ul li.redtab-bg a.active , .tabs-top ul li.redtab-bg a:hover { background:#9a4d9e; }
.tabs-top ul li.orangetab-bg a.active:link , .tabs-top ul li.orangetab-bg a.active:visited , .tabs-top ul li.orangetab-bg a.active , .tabs-top ul li.orangetab-bg a:hover { background:#F58025; }
.tabs-top ul li.greentab-bg  a.active:link , .tabs-top ul li.greentab-bg a.active:visited , .tabs-top ul li.greentab-bg a.active , .tabs-top ul li.greentab-bg a:hover { background:#AFBD22; }


.tabcontent , .row-fluid  .popup-main { display:none; }
.tabcontent.active { display:block; }
.tabs-contentmain { float:left; width:100%; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; padding:80px 0 60px; }
.tabcimg , .row-fluid .tabcimg { float:left; width:30%; }
.tabctext , .row-fluid .tabctext { float:left; width:70%; padding:25px 0 0 50px; line-height:26px; margin:0; }
.tabctext h4 { color:#005288; font-size:25px; }
a.learnmore-link { display:inline-block; font-weight:600; padding:15px 30px; border-radius:4px; color:#fff; font-size:17px; text-transform:uppercase; background:#005288; }
a.learnmore-link:hover { background:#fff; color:#005288; }
.tabcontent a.learnmore-link:hover { background:#56a1d5 ; color:#fff; }
.tabcontent a.learnmore-link { margin:15px 0; }

.popcontent  { padding: 25px 10px; float:left; width:600px; text-align:center; /*min-height:300px;*/ }
.popcontent h2 { margin:0; font-size:36px; color:#005288; text-transform:uppercase; padding:0 0 10px; line-height:40px;  }
.popcontent select { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-img3.png) no-repeat right 10px top 10px; outline:non; font-size:17px; color:#4d4e50; font-weight:600; border:2px solid #4d4e50; padding:10px; border-radius:4px; display:inline-block; color:#4d4e50; font-size:15px; text-align:center; max-width:250px;  width:100%;  }
.industry-selectdrop2 { display:none; }
 

.row-fluid .findsolution-contentmain { float:left; width:100%; color:#fff; text-align:center; padding:65px 0; background:#005286; position:relative; z-index:999; }
.row-fluid .findsolution-contentmain:before { top:-25px; left:50%; margin:0 0 0 -26px; position:absolute; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/uparrow-img.png) no-repeat; width:53px; height:26px; content:''; z-index:9; }
.row-fluid .findsolution-contentmain h3 { font-size:37px; text-transform:uppercase; line-height:40px; color:#fff; font-family: Lato, sans-serif; padding:0 0 20px; }
.row-fluid .findsolution-contentmain p {width: 70%; float: none!important; margin: 0px auto;}
.row-fluid .finsolution-link a { display:inline-block; border:2px solid #fff; padding:15px 30px; border-radius:4px; color:#fff; font-size:17px; text-transform:uppercase; }
.row-fluid .finsolution-link a:hover { background:#fff; color:#005288; }

.tabs-links { float:left; width:100%; border-top:5px solid #56a1d5; }
.tabs-links.redtab-bg { border-color:#9a4d9e;  }
.tabs-links.orangetab-bg { border-color:#F58025;  }
.tabs-links.greentab-bg { border-color:#AFBD22;  }
.tabs-links ul { margin:0; padding:0; list-style:none; position:relative; }
.tabs-links ul:before { content:''; position:absolute; left:0; top:10px; width:3px; height:30px; background:#d5d5d5; }
.tabs-links ul li { float:left; position:relative; }
.tabs-links ul li:before { content:''; position:absolute; right:0; top:10px; width:2px; height:30px; background:#d5d5d5;  }
.tabs-links ul li a:link , .tabs-links ul li a:visited , .tabs-links ul li a { cursor:pointer; color:#747474; padding:15px 35px; display:inline-block; font-weight:600; position:relative; cursor:pointer; }
.tabs-links ul li a.active:link , .tabs-links ul li a.active:visited , .tabs-links ul li a.active , .tabs-links ul li a:hover { color:#fff; background:#56a1d5; border-radius:0 0 4px 4px; }
.tabs-links ul li.redtab-bg a.active:link , .tabs-links ul li.redtab-bg a.active:visited , .tabs-links ul li.redtab-bg a.active  , .tabs-links ul li.redtab-bg a:hover { background:#9a4d9e; }
.tabs-links ul li.orangetab-bg a.active:link , .tabs-links ul li.orangetab-bg a.active:visited , .tabs-links ul li.orangetab-bg a.active , .tabs-links ul li.orangetab-bg a:hover { background:#F58025; }
.tabs-links ul li.greentab-bg a.active:link , .tabs-links ul li.greentab-bg a.active:visited , .tabs-links ul li.greentab-bg a.active , .tabs-links ul li.greentab-bg a:hover { background:#AFBD22; }

h2.tabaccordian-title { border-top:2px solid #bbbbbb; display:none; font-size:18px;  cursor:pointer; color:#747474; float:left; width:100%; font-weight:600; padding:0 10px; position:relative; cursor:pointer; text-align:center; border-bottom:5px solid #eee;  background:#eee;  }
h2.tabaccordian-title span {  padding:10px 15px; line-height:20px; border-radius: 4px 4px 0 0;  background:#eee;  float:left; width:100%; }
h2.tabaccordian-title.active { color:#fff; border-top:none; }
h2.tabaccordian-title.active.bluetab-bg { border-color:#56a1d5;  }
h2.tabaccordian-title.active.bluetab-bg span {  background:#56a1d5; }
h2.tabaccordian-title.active.redtab-bg { border-color:#9a4d9e;  }
h2.tabaccordian-title.active.redtab-bg span { background:#9a4d9e; }
h2.tabaccordian-title.active.orangetab-bg { border-color:#F58025;; }
h2.tabaccordian-title.active.orangetab-bg span {  background:#F58025 }
h2.tabaccordian-title.active.greentab-bg { border-color:#AFBD22;  }
h2.tabaccordian-title.active.greentab-bg span { background:#AFBD22 }



.tabscontent-topmain { float:left; width:100%; background:#f4f4f4; padding:50px 0; }
.tabcontent-top { display:none; }
.tabcontent-top.active { display:block; }
.tabs-utilitesbg  { float:left; width:100%; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; padding:0 0 60px; }
.utilites-tabcontent { float:left; width:100%; padding:50px 0 20px;  }
.utilites-tabcontent h2 { color:#005288; font-size:37px; line-height:45px; font-weight:400; padding:0 0 25px; }
.utilites-tabcontent h2 strong { font-weight:700; }

.utilites-tableft { float:left; width:50%; padding:0 2% 0 0; }
.utilites-tableft ul { margin:0; padding:0; list-style:none; border-top:1px solid #929292; }
.utilites-tableft ul li { float:left; width:100%; border-bottom:1px solid #929292; padding:5px 0; }
.utilites-tableft ul li a , .utilites-tableft ul li a:link , .utilites-tableft ul li a:visited { float:left; width:100%;  padding:30px 20px 30px 90px; font-weight:600; font-size:19px; color:#656565; }


.utilites-tableft ul li a.icon1 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-1.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon2 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-2.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon3 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-3.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon4 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-4.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon5 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-5.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon6 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-6.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon7 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-7.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon8 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-8.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon9 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/store-act-data-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon10 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/restore-conditions-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon11 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/reconcile-data-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon12 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/violations-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon13 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/accurate-data-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon14 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/collect-data-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon15 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/inventory-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon16 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/contract-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon17 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/balance-assets-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon18 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pay-tax-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon19 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/collect-tools-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon20 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/financial-records-cir.png) no-repeat 15px center; }
.utilites-tableft ul li a.icon21 { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/assets-manu-cir.png) no-repeat 15px center; }


.utilites-tableft ul li a:hover , .utilites-tableft ul li a.active  {background-color:#569FD3; color: white; }

h2.utilitestabaccordian-title  { float:left; width:100%;   font-weight:600; font-size:19px; line-height:22px; color:#050505; display:none; border-top:1px solid #929292; /*border-bottom:1px solid #929292;*/ padding:5px 0;  }
h2.utilitestabaccordian-title.active { border-bottom:1px solid #929292; }

h2.utilitestabaccordian-title.icon1 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-1.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon2 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-2.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon3 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-3.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon4 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-4.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon5 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-5.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon6 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-6.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon7 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-7.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon8 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/icon-8.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon9 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/store-act-data-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon10 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/restore-conditions-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon11 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/reconcile-data-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon12 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/violations-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon13 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/accurate-data-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon14 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/collect-data-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon15 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/inventory-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon16 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/contract-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon17 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/balance-assets-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon18 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pay-tax-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon19 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/collect-tools-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon20 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/financial-records-cir.png) no-repeat 15px center; }
h2.utilitestabaccordian-title.icon21 span { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/assets-manu-cir.png) no-repeat 15px center; }



h2.utilitestabaccordian-title span { float:left; width:100%;  padding:15px 20px 15px 70px; background-size:45px auto !important; color: #656565;}
h2.utilitestabaccordian-title.active span { background-color:#569FD3; color: white; }


.utilites-tabright { float:right; width:50%; padding:0 0 0 2%; }
.row-fluid .utilites-tabcmain { float:left; width:100%; padding:30px 0 0; }
.utilites-tabright h3 { padding:40px 0 15px 105px; color:#005288; text-transform:uppercase; font-size:23px; font-weight:700; line-height:26px; }


.utilites-tabright h3.icon1 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/img-3.png) no-repeat left top; padding-top:42px; }
.utilites-tabright h3.icon2 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/img-4-2.png) no-repeat left 5px; padding-top:14px; }
.utilites-tabright h3.icon3 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/asset-condition2.png) no-repeat left -30px; padding-top:20px;  }
.utilites-tabright h3.icon4 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/img-6.png) no-repeat left top; padding-top: 39px; }
.utilites-tabright h3.icon5 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/inventory-target.png) no-repeat left top; padding-top:20px }
.utilites-tabright h3.icon6 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/helmet.png) no-repeat left top;   padding-top: 16px; }
.utilites-tabright h3.icon7 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/people-collect.png) no-repeat left -5px;   padding-top: 20px; }
.utilites-tabright h3.icon8 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/data-fail.png) no-repeat left -9px;   padding-top: 15px; }
.utilites-tabright h3.icon9 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/store-act-data2.png) no-repeat left -28px;  padding-top: 6px; }
.utilites-tabright h3.icon10 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/restore-conditions2.png) no-repeat left -11px;  padding-top: 9px; }
.utilites-tabright h3.icon11 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/reconcile-data.png) no-repeat left -30px;  padding-top: 0; }
.utilites-tabright h3.icon12 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/violations2.png) no-repeat left -13px;  padding-top: 7px; }
.utilites-tabright h3.icon13 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/accurate-data2.png) no-repeat left -7px;  padding-top: 15px; }
.utilites-tabright h3.icon14 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/collect-data2.png) no-repeat left -16px;  padding-top:7px; }
.utilites-tabright h3.icon15 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/inventory2.png) no-repeat left -21px;  padding-top: 7px; }
.utilites-tabright h3.icon16 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/contract.png) no-repeat left -14px;  padding-top: 2px; }
.utilites-tabright h3.icon17 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/balance-assets.png) no-repeat left -5px;  padding-top: 15px; }
.utilites-tabright h3.icon18 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pay-tax.png) no-repeat left -11px;  padding-top: 5px; }
.utilites-tabright h3.icon19 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/collect-tools.png) no-repeat left -13px;  padding-top: 0px; }
.utilites-tabright h3.icon20 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/financial-records.png) no-repeat left -26px;  padding-top: 5px; }
.utilites-tabright h3.icon21 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/assets-manu.png) no-repeat left -2px;  padding-top: 10px; padding-bottom: 30px; }
.utilites-tabright h3.icon22 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/inventory-target.png) no-repeat left -6px; padding-top:28px; padding-bottom: 30px; }
.utilites-tabright h3.icon23 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/helmet.png) no-repeat left top;   padding-top: 23px; padding-bottom: 35px;}
.utilites-tabright h3.icon24 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/accurate-data2.png) no-repeat left -7px;  padding-top: 0px; }
.utilites-tabright h3.icon25 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/collect-data2.png) no-repeat left -12px;  padding-top:0px; }
.utilites-tabright h3.icon26 {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/inventory2.png) no-repeat left -15px;  padding-top: 0px; }


.row-fluid .utilites-tabr { display:none; }
.row-fluid .utilites-tabr.active { display:block; }

.nextarrow { cursor:pointer; display:inline-block; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/downarrow-img3.png) no-repeat; width:46px; height:46px; font-size:1px; text-indent:-9999px; }
.nextarrow:hover { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/downarrow-imghover.png) no-repeat; }

/*footer-section*/
.row-fluid .footer-section {  background-color:#eeeeee; padding:67px 0;  }
.row-fluid .footer-headings { font-size:18px; line-height:29px; color:#5f5f5f; font-weight:600; padding-bottom:15px; text-transform:uppercase; }

.row-fluid .footer-quick-links { padding-top:20px; }
.row-fluid .footer-quick-links h6 { font-size:18px; line-height:29px; color:#5f5f5f; font-weight:600;  padding-bottom:5px;  }
.row-fluid .footer-quick-links ul { margin:0; padding:0; list-style:none; }
.row-fluid .footer-quick-links ul li { line-height:1em; padding:5px 0; font-weight:400; }
.row-fluid .footer-quick-links ul li a { color:#4b5050; }
.row-fluid .footer-quick-links ul li a:hover { color:#08c; }

.row-fluid .adress-details { font-weight:400; position:relative; }
.row-fluid .adress-details:after { position:absolute; height:1px; width:86%; left:0; border-bottom:2px dotted #6987a1; content:' '; top:52%; display:none; }
.row-fluid .adress-details p a:link {color: black;}
.row-fluid .adress-details p a:hover {color: #569FD3!important;}

.row-fluid .adress-details p:last-child { padding-top:10px; } 
.row-fluid .adress-details p span, .row-fluid .adress-detailsnew p span { color:#003764; font-weight:700;  }
.row-fluid .adress-detailsnew p a:hover {color: #569fd3!important;}
.row-fluid .adress-details hr { border:none; outline:none; margin:0 0 15px; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/border-bg.png) repeat-x; height:5px; float:left; width:100%; }

.row-fluid .about-alden-details { line-height:22px; font-size:16px; font-weight:400; }
.industryorg {margin-bottom: 20px;}
.row-fluid .footer-tweet-right { padding-left: 20px; max-width: 325px; }

/*sub-footer-section*/
.row-fluid .sub-footer-section { padding:0px 0 0 0; }
.row-fluid .footer-copyright-left { padding:7px 0; font-size:12px; color: #949494; }
.row-fluid .footer-links-right ul { margin:0; padding:0; list-style:none; float:right;  }
.row-fluid .footer-links-right ul li { float:left; padding:0 7px; }
.row-fluid .footer-links-right ul li:last-child { padding-right:0; }
.row-fluid .footer-links-right ul li a { display:inline-block; }
.footer-tweet-right iframe { width:100% !important; }
.footer-links-right span { }
.footer-links-right span a, .footer-links-right div a { margin:0 0 0 10px;   display: inline-block;  }

.fm_button.fm_rss {margin-left: 0px;}

/*404 page*/


.error-header {text-align: center!important; margin-top: 40px; margin-bottom: 30px;}

.error-header h1 {color: #005288!important}

.error-option h4 {font-size: 24px; color: #005288!important; margin-bottom: 15px;}

.error-option {margin-bottom: 60px; border: 1px solid #56a1d5; padding: 15px 20px; border-radius: 5px; text-align: center;}

.error-cta {margin-bottom: 10px;}

/*industry-utilities*/

/*hero-image-section*/
.row-fluid .hero-data-boxes { position:absolute; left:0; top:50%; margin:-73px 0 0; }
.row-fluid .hero-content-box { background-color:rgba(255, 255, 255, 0.9); padding:10px 20px; border:1px solid #999999; border-radius:5px; position:relative;    }
.row-fluid .hero-content-box h6 { text-align:center; font-size:21px; line-height:50px; color:#747474; font-weight:600; }
.row-fluid .hero-content-box h1 { text-align:center; font-size:50px;  color:#559fd2 ; font-weight:600; line-height:75px; border-top:1px solid #999999; margin-top:5px; }
/*.row-fluid .hero-content-box:after { width:81%; position:absolute; top:43%; height:1px; border-bottom:1px solid #999999; content:' '; left:8%; z-index:44; }*/

.industry-cf {width: 60%!important; color: white; padding-top: 35px; }
.industry-cf h1 {font-size: 58px; line-height: 65px;}

.industry-cf-long {width: 80%!important; color: white;  }
.industry-cf-long h1 {font-size: 58px; line-height: 65px;}

/*uitilities-section*/
.row-fluid .uitilities-section { padding-bottom:70px; background-color:#005288; color:#fff;  }
.row-fluid .utilities-heading { padding:70px 0 50px 0; }
.row-fluid .utilities-heading h3 { font-size:37px; font-weight:700; line-height:37px;  color:#fff; }
.row-fluid .utility-content-left { font-size:19px; line-height:28px; color:#fff; }
.row-fluid .utitities-list-right ul { margin:0 8% 0 2%; padding:0; list-style:none;   float:left; }
.row-fluid .teleco-list-right ul { margin:0 8% 0 2%; padding:0; list-style:none;  float:left; }
.row-fluid .utitities-list-right ul li { padding:4px 0; }
.row-fluid .teleco-list-right ul li { padding:4px 0; }
.row-fluid .utitities-list-right ul li:before { content:'.'; color:#008bd2; font-size:40px; vertical-align:top; line-height: 0em; padding-right:2px; }
.row-fluid .teleco-list-right ul li:before { content:'.'; color:#008bd2; font-size:40px; vertical-align:top; line-height: 0em; padding-right:2px; }

.row-fluid .utitities-list-right a {color: white!important; text-decoration: underline;}
.row-fluid .utitities-list-right a:hover {color: #559fd2!important;}


/*clients-section*/
.row-fluid .clients-section {background-color: white; padding:50px 0 60px; }
.row-fluid .clients-logo-img-box { text-align:center; }
.row-fluid .clients-logo-img-box:first-child { text-align:left; }
.row-fluid .clients-logo-img-box:last-child { text-align:right; }

.row-fluid .utilites-tabcmain { display:none; }
.row-fluid .utilites-tabcmain.active { display:block; }
.row-fluid .clients-title h3 { padding:0 0 25px; margin:0; text-transform:uppercase; font-weight:700; text-align:center; color:#7a7a7a; font-size:37px; line-height:45px; }


.tweetbox { text-align:left !important; }
.tweetbox iframe { float:left; width:100%; }

.row-fluid .utilites-tableft span:first-child + span { display:none; }
.industrypage-tabtext , .row-fluid .industrypage-tabtext { text-align:center; font-size:19px; padding-top:88px; }
.industrypage-tabtext h3 { font-size:37px; color:#005288;  font-weight:700; padding:0 0 10px; text-transform:uppercase; }

.tabscontent-topmain { background-image:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/shadow-bg.png); background-repeat:repeat-x; background-position:left top; }

.row-fluid .chart-fullimg { float:left; width:100%; text-align:center; display:none; padding:25px 0 0; }

.select-industrylink  {  position:relative; cursor:pointer; font-family:Lato, sans-serif; font-weight:600; color:#4d4e50; border:2px solid #4d4e50; border-radius:4px; display:inline-block; }
.select-industrylink span { padding:15px 0 15px 20px; text-align:center; min-width:160px; display:inline-block; }
.industry-selectdrop:hover .select-industrylink { border-color:#163a61; background:#163a61;  color:#fff; }
.select-industrylink:after { margin:0 0 0 15px; content:''; display:inline-block; vertical-align:top; height:54px; width:60px; border-left:2px solid #4d4e50; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-img3.png) no-repeat center center; }
.industry-selectdrop:hover .select-industrylink:after  { background-image:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-img1.png); border-color:#163a61; transform: rotate(180deg); }
 
.industry-selectdrop ul { margin:0; padding:0; list-style:none; display:none; border:2px solid #003764; border:none; position:absolute; left:0; top:65px; width:100%; text-align:left; background:#163a61; border-radius:4px; left: 50%;  top: 50%; width: 241px; margin:62px 0 0 -129px; position:fixed; overflow:hidden;  }
.industry-selectdrop ul li { float:left; width:100%; border-top:2px solid #2d4d71; }
.industry-selectdrop ul li:first-child { border:none; }
.industry-selectdrop ul li a { text-decoration:none; padding:12px 20px; color:#fff;  float:left; width:100%; font-size:17px; font-weight:600; }
.industry-selectdrop ul li a:hover { background:#2d4d71; color:#fff; }
.industry-selectdrop { display:inline-block; position:relative; text-align:left; font-size:17px; text-transform:uppercase; margin:0 0 -15px; padding:0 0 15px; }
.industry-selectdrop:hover ul { display:inline-block; }


.client-slider { float:left; width:100%; position:relative; padding:0 50px 0; margin:25px 0 0; }
ul.slides { margin:0; padding:0; list-style:none; }
ul.flex-direction-nav { margin:0; padding:0; list-style:none; }
a.flex-prev , a.bx-prev { -webkit-transition: none 0s ease-in-out; -moz-transition: none 0s ease-in-out; -o-transition: none 0s ease-in-out; transition: none  0.2s ease-in-out; left:0; top:50%; margin:-20px 0 0; outline:none; position:absolute; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/slider-arrow.png) no-repeat left bottom; height:40px; width:40px; font-size:0; line-height:0; text-indent:-9999px; }
a.flex-next , a.bx-next { -webkit-transition: none 0s ease-in-out; -moz-transition: none 0s ease-in-out; -o-transition: none 0s ease-in-out; transition: none  0.2s ease-in-out; right:0; top:50%; margin:-20px 0 0; outline:none; position:absolute; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/slider-arrow.png) no-repeat left top; height:40px; width:40px; font-size:0; line-height:0; text-indent:-9999px; }
.flex-prev:hover , a.bx-prev:hover { background-position:right bottom; }
.flex-next:hover , a.bx-next:hover  { background-position:right top; }
.client-slider { text-align:center; }


/*needheader-main*/
.row-fluid .needheader-main { float:left; width:100%; padding:105px 0 100px; text-align:center; color:#fff; position:relative; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img4.jpg) no-repeat center center; background-size:cover; }
.row-fluid .needheader-main:after { content:''; position:absolute; left:50%; bottom:0; margin:0 0 0 -23px; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/uparrow-img-2.png) no-repeat; width:46px; height:22px; }
.row-fluid .needheader-main:before { content:''; position:absolute; width:100%; height:100%; background:rgba(0,65,108,0.42); left:0; top:0; }
.row-fluid .needheader-main.solution-needheader { background-image:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img8.jpg) ;  }

.row-fluid .container-main { position:relative; }
.row-fluid .container-main-addl { position:relative; }
body.contact_offer_lp.hs-landing-page .row-fluid .container-main {
    position: unset;
}
.contact_offer_lp h3 {font-size: 20px; line-height: 26px; margin-top: 20px}
body.hs-landing-page .row-fluid .hero_content_offer_lp .container-main {
    position: relative;
}
.row-fluid .offer_content_lp_form_group {
    position: absolute;
    right: 20.5% !important;
    top: 5.5em !important;
    left: auto;
    width: 24% !important;
}
.ccpa-lp-form {background-color:#f1f1f1;padding:20px;border-radius:15px;border:none;}
.ccpa-lp-form h2{text-transform: none;color: #56a1d5;font-size: 22px;font-weight: 700;line-height: 1.25em;margin-bottom:.25em;}
.ccpa-lp-hero {padding: 7.5em 0 8em!important;}
@media (max-width:991px) {.ccpa-lp-form {margin-top:1em;} .ccpa-lp-hero {padding:3.5em 0 4em!important;}}



.row-fluid .needheader-link a { min-width:220px; margin-top:30px; }
.row-fluid .needheader-text ul { margin:0; padding:10px 0 10px; list-style:none; display: block; }
.row-fluid .needheader-text ul li { display:inline-block; padding:0 0 0 15px; position:relative; text-transform:uppercase; font-size:24px; font-weight:700; line-height:26px; }
.row-fluid .needheader-text ul li:before { position:absolute; content:''; left:2px; top:10px; border-radius:100%; background:#569fd3; width:8px; height:8px; }
.row-fluid .needheader-text ul li:first-child:before { display:none; }
.row-fluid .needheader-text ul li:first-child { padding-left:0; }
.row-fluid .needheader-contant { padding:0; font-size:20px; font-weight:600; line-height:29px; }
.row-fluid .needheader-main h1 { padding:0 7% 15px; font-size:58px; line-height:60px; font-weight:600; text-shadow: 0 0 2px rgba(000,000,000,0.11); }
.row-fluid .needheader-text { padding:0 15% 10px;  }

.row-fluid .softwaresection-main { float:left; width:100%; background:#eeeeee; padding:86px 0 0; text-align:center; margin:0; }
.row-fluid .softwaresection-main h4 { padding:0 0 20px; font-size:25px; color:#5f5f5f; text-transform:uppercase; line-height:30px; }
.row-fluid .softwaresection-text{ float:left; width:100%; padding:0 20%; color:#5f5f5f;  line-height:29px; font-size: 19px;}
.row-fluid .softwaresection-text {margin-bottom: 0px;}
.row-fluid .software-tabsmain { float:left; width:100%; padding:45px 0 0; position:relative; }

.row-fluid .software-tabslinks { float:left; width:100%; padding:0 0 25px; }
.row-fluid .software-tabslinks ul { margin:0; padding:0; list-style:none; display:inline-block; vertical-align:top; background:#dad8d8; border-radius:5px; overflow:hidden; }
.row-fluid .software-tabslinks ul li { float:left; border-left:1px solid #bebdbd; }
.row-fluid .software-tabslinks ul li:first-child { border:none; }
.row-fluid .software-tabslinks ul li a { float:left; color:#6e6e6e; font-size:15px; text-transform:uppercase; font-weight:600; text-transform:uppercase; padding:7px 25px; min-width:130px; line-height:22px; cursor:pointer; }
.row-fluid .software-tabslinks ul li a:hover , .row-fluid .software-tabslinks ul li a.active { background:#569fd3; color:#fff; }
.row-fluid .software-tabslinks ul li a sup { font-size:8px; vertical-align: top;  margin:-2px 0 0; display: inline-block; }

.software-tabscimg { float:left; width:65%; padding:0 35px 0 0; }
.software-collectimg { float:left; width:65%; text-align: right; padding-right: 40px; }
.software-collectimg img {width: 80%;}

.software-tabsctext { text-align:left; float:right; width:35%; padding:15px 0 0; }
.software-tabscontent { float:left; width:100%; padding:30px 0 0; margin:0 0 -100px; }
.software-tabsctext h2 { font-size:50px; color:#005288; font-weight:400; line-height: 1.1em; }
.software-tabsctext h2 sup { font-size:12px; vertical-align: top; display: inline-block; line-height:24px; }

.row-fluid .softwaresection-main a.learnmore-link { margin:10px 0 0; }
.row-fluid .softwaresection-main a.learnmore-link:hover { background: #56a1d5; color: #fff; }

.software-tabsc { display:none; }
.software-tabsc.active { display:block; }
.row-fluid .dataservice-main { padding:160px 0 60px; float:left; width:100%; text-align:center; background: url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; }
.row-fluid .dataservice-main  h4 { padding:0; font-size:25px; color:#5f5f5f; text-transform:uppercase; line-height:30px; }
.row-fluid .dataservice-text { color:#5f5f5f; font-size:19px; line-height:29px; padding:0 15%; }
.row-fluid .dataservice-boxes { padding:50px 0 0; float:left; width:100%; text-align:left; }
.row-fluid .dataservice-bicon span { display:inline-block; width:70px; height:70px; border-radius:100%; border:2px solid #005288; padding:5px;  }
.row-fluid .dataservice-bicon span img { max-width:100%; height:auto; }
.row-fluid .dataservice-boxes h3 { padding:15px 0 0 0; font-size:37px; font-weight: 600; color:#005288; line-height:40px; text-transform:uppercase; }
.row-fluid .dataservice-boxes h4 { font-weight: 400; padding:5px 0 15px 0; font-size:25px; color:#005288; line-height:30px; text-transform:none; }

.row-fluid .smarts-main { float:left; width:100%; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img5.jpg) no-repeat center center #005288; padding:75px 0 95px;  }
.row-fluid .smarts-topcontent { text-align:center; padding:0 0 45px; font-size:19px; line-height:31px; color:#fff; }
.row-fluid .smarts-text { float:left; width:100%; padding:0 15%;  }
.row-fluid .smarts-main h4 { padding:0; font-size:25px; color:#fff; text-transform:uppercase; line-height:30px; }

.row-fluid .smarts-boxes { float:left; width:100%;  }
.row-fluid .smarts-boxes.smartsboxes-withspacing { padding:0 7%; }
.row-fluid .smarts-boxes h3 { font-size:37px; color:#569fd3; line-height:42px; padding:0 0 10px; font-weight:400; }
.row-fluid .smarts-box { float:left; width:50%; padding:30px 35px 15px 35px; margin:0; min-height:333px; border-left:1px solid #c0d7e5; background:#d9e5ed; }
.hs-content-name-result-data .row-fluid .smarts-box { min-height:290px; }
.row-fluid .smarts-box:hover { background:#fff; }

.row-fluid .smarts-box2 { float:left; width:100%; padding:25px 11% 20px; margin:0; border-top:1px solid #c0d7e5; text-align:center; line-height:26px; background:#d9e5ed; background:#d9e5ed; }
.row-fluid .smarts-box2:hover { background:#fff; }
.row-fluid .smarts-box2 h3 { padding:0; }

.smarts-btext p {margin-top: 10px;}

.row-fluid .dataservice-boxfull { text-align:center; padding:0 20%; }
.row-fluid .dataservice-boxfull .dataservice-bicon { float:none; display:inline-block; width:auto; vertical-align:top; }
.row-fluid .dataservice-boxfull .dataservice-btitle { float:none; display:inline-block; width:auto; vertical-align:top; margin:0; padding-left:20px; }

h2.software-tabaccordiantitle  { border-top:2px solid #bbbbbb; display:none; font-size:18px;  cursor:pointer; color:#747474; float:left; width:100%; font-weight:600; padding:0 10px; position:relative; cursor:pointer; text-align:center; border-bottom:5px solid #eee;  background:#eee; }
h2.software-tabaccordiantitle span {  padding:10px 15px; line-height:20px; border-radius: 4px 4px 0 0;  background:#eee;  float:left; width:100%; }
h2.software-tabaccordiantitle.active { border-color:#56a1d5;  color:#fff; border-top:none; }
h2.software-tabaccordiantitle.active span { background:#56a1d5; }
h2.software-tabaccordiantitle sup { font-size:12px; }

/* About us Page */
.abouthero-section { width:100%; float:left; background-size:initial; padding:100px 0; text-align:center; border-bottom:5px solid #fff; position:relative; box-shadow:#4b5050 0px 0 10px -3px inset; }
.abouthero-section:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.1); }
.abouthero-section .about-mobile { display:none; }
.abouthero-section .about-mobile, .abouthero-section .about-desktop { position:relative; }
.new-aboutpage h1 { font-size:37.5px; color:#005288; font-weight:400; text-transform:uppercase; padding-bottom:10px; position:relative; margin-bottom:25px; }
.new-aboutpage h1:before { width:40px; height:2px; background:#9a4d9e; position:absolute; left:50%; margin:0 0 0 -20px; bottom:0; content:''; }

.new-aboutpagewte h1 { font-size:37.5px; color:white; font-weight:400; text-transform:uppercase; padding-bottom:10px; position:relative; margin-bottom:25px;text-align: center!important;}
.new-aboutpagewte h1:before { width:40px; height:2px; background:#9a4d9e; position:absolute; left:50%; margin:0 0 0 -20px; bottom:0; content:''; }

#banner-background-image { width:100%; position:relative; float:left; min-height:125px; background-size: cover; background-position-x: right 0; background-repeat: no-repeat; background-attachment:fixed; }
#banner-background-image:before { background:rgba(0,0,0,0.3); position:absolute; left:0; top:0; width:100%; height:100%; content:''; }
#banner-background-image .background-image img { display:none; }
.abouthero-section ul { margin:0; padding:100px 0; text-align:center; list-style:none; }
.abouthero-section ul li { font-size:84px; line-height:90px; color:#FFF; float:none; display:inline-block; padding:0 40px; position:relative; text-shadow:#666 0 0 10px; }
.abouthero-section ul li:before { position:absolute; width:20px; height:20px; border-radius:50%; background:#FFF; content:''; right:0; top:50%; margin:-5px -10px 0 0; }
.abouthero-section ul li:last-child:before { display:none; }
.about-video {padding-top:30px;}

/* Vision Section */
.row-fluid .vision-section { width:100%; float:left; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg); text-align:center; padding:70px 0; font-size:19.79px; line-height:23px; }

/* Full width image Section */
.row-fluid .fullwidth-imagesection { width:100%; float:left; padding:0; }
.row-fluid .fullwidth-imagesection img { width:100% !important; height:240px; }
.row-fluid .fullwidth-imagesection .image-box1 { width:17%; margin:0; padding-right:15px; }
.row-fluid .fullwidth-imagesection .image-box2 { width:34%; margin:0; padding-right:15px; }
.row-fluid .fullwidth-imagesection .image-box3 { width:49%; margin:0; padding-right:0; }

/* Mision Seciton */
.row-fluid .mission-section { width:100%; float:left; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; padding:70px 0; text-align:center; font-size:19.79px; line-height:23px; }

/* Culture Section */
.row-fluid .culture-section { width:100%; float:left; padding:80px 0; text-align:center; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/culture-bg2.jpg)no-repeat center top; background-size:cover; background-attachment:fixed; position:relative; font-size:19.79px; line-height:28px; color:#FFF; }
.row-fluid .culture-section h2 { color:#FFF; }
.row-fluid .culture-section:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; background:rgba(0,0,0,0.5); }
.row-fluid .culture-section .container-main, .culture-section .container-main2 { position:relative; }
.row-fluid .culture-section .culture-boxes { padding-top:40px; }
.row-fluid .culture-section .culture-box { width:14.28%; float:left; margin:0; padding:0 7px; }
.row-fluid .culture-section .culture-boxes h6 { color:#8ac5ed; font-size:19px; line-height:22px; text-transform:uppercase; font-weight:700; padding-top:5px; }



/* Our Client Section */
.row-fluid .ourclient-section { width:100%; float:left; text-align:center; padding:70px 0; }
.row-fluid .ourclient-section .client-logo { width:16%; margin:0; padding:20px 0; float:none; display:inline-block; }

/* Industry Organizations */
.row-fluid .industry-organizations { width:100%; float:left; text-align:center; padding:70px 0; background:#eeeeee; }
.row-fluid .industry-organizations .org-logo { width:20%; float:none; display:inline-block; margin:0; padding-top:25px; }
.row-fluid .industry-organizations .client-logo { padding:20px 0; }


/* Industry Partner */
.row-fluid .industry-partner { width:100%; float:left; background:#005286; padding:70px 0; font-size:17.71px; line-height:26px; color:#FFF; }
.row-fluid .industry-partner h2 { color:#FFF; text-align:center; margin-bottom:50px; }
.row-fluid .industry-partner a { color:#569fd3; }

/* --------------------------------------- Contact Page ------------------------------------------ */



.row-fluid .contacthero-section { width:100%; float:left; min-height:280px; border-bottom:#FFF solid 5px; box-shadow:#EEE 0 0 15px 2px; position:relative; }

.contact-page .body-container { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; }

.row-fluid .contact-alden { width:100%; float:left; /*background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat;*/ padding:0 0 30px; }
.row-fluid .contact-alden h1 { font-size:37.5px; color:#005286; line-height:38px; font-weight:700; }
.row-fluid .contact-alden .container-main { background:#eeeeee; padding:30px 35px 40px; margin-top:-90px !important; position:relative; }
.row-fluid .contact-alden .container-main .contactalden-left { padding-right:35px; font-size:17.71px; line-height:26px; }
.row-fluid .contact-alden .container-main .contactalden-left ul { list-style:none; margin:0; padding:20px 0; font-size:20.83px; line-height:37px; color:#5f5f5f; }
.row-fluid .contact-alden .container-main .contactalden-left ul span { font-weight:700; color:#569fd3; padding-right:5px; }
.row-fluid .contact-alden .container-main .contactalden-left .social-detail ul li { float:left; padding-right:10px; }
.row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field { width:50%; float:left; padding:0 10px 10px 0;  }
.row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field label { color:#5f5f5f; font-size:17.71px; line-height:33px; }
.row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field input[type=text], .row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field input[type=email] { width:100% !important; outline:none; border-radius:5px; border:#c2c2c2 solid 1px; height:40px; line-height:100%; padding:0 15px; font-size:17px;  font-family: Lato,sans-serif; font-weight: 400;  }
.row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field textarea {  width:100% !important;  outline:none; border-radius:5px; border:#c2c2c2 solid 1px; height:70px; line-height:32px; resize:none; padding:5px 15px;  font-size:17px;  font-family: Lato,sans-serif; font-weight: 400 }
.row-fluid .contact-alden .container-main .contactalden-right form .hs_submit input[type=submit] { font-family: Lato, sans-serif; border:none; outline:none; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/submit-bg.png) #005288; color:#FFF; padding:15px 25px; border-radius:5px; font-size:17.71px; line-height:32.36px; cursor:pointer; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; margin-top:5px; }
.row-fluid .contact-alden .container-main .contactalden-right form .hs_submit input[type=submit]:hover { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/submit-bg.png) #569fd3; }
.row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field:nth-child(2n) { padding:0 0 10px 10px; }
.row-fluid .contact-alden .container-main .contactalden-right form .hs_state.hs-form-field, .row-fluid .contact-alden .container-main .contactalden-right form .hs_email_message.hs-form-field { width:100%; padding:0 0 10px; }
.row-fluid .contact-alden .container-main .contactalden-right .hs-form fieldset { max-width:none;  }

.contact-form select {
    width: 100%!important;
    background-color: white!important;
    border: 1px solid #CCC!important;
    font-size: 15px!important;
    font-family: Lato, sans-serif!important;
    height: auto !important;}
.contact-form p {color: #5f5f5f; font-size: 15px; margin-top: 0px; line-height: 22px;}
.contact-social {margin-top: 30px;}

.row-fluid .alden-location { width:100%; float:left; padding:40px 0 0; /*background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat;*/ text-align:center; font-size:20.83px; line-height:32.93px; }
.row-fluid .alden-location ul { list-style:none; margin:0; padding:0 0 30px; }
.row-fluid .alden-location h2 { font-size:37.5px; color:#569fd3; line-height:38px; padding-bottom:20px; font-weight:400; }
.row-fluid .alden-location span.sub-title { color:#005288; font-weight:700; }
.row-fluid .alden-location .address span.sub-title { display:block; }
.row-fluid .alden-location .location-left, .row-fluid .alden-location .location-right { margin:0 !important; width:50%;  }
.row-fluid .alden-location .location-left .location-map { border-right:#FFF solid 5px;  }
.row-fluid .alden-location .location-left .location-map , .row-fluid .alden-location .location-right .location-map { border-top:#FFF solid 5px; position:relative; }
.row-fluid .alden-location .location-left .location-map:before , .row-fluid .alden-location .location-right .location-map:before { content:''; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/shadow-bg-1.png) repeat-x; left:0; top:0; width:100%; height:12px; position:absolute; }

.row-fluid .alden-location .location-map:after  { position:absolute; width:100%; height:100%; content:''; z-index:99999999999; left:0; top:0; }


.row-fluid .alden-location .location-leftaddress { border-right:#c2c2c2 solid 1px; padding-right:15px; }
.row-fluid .alden-location .location-rightaddress { padding-left:15px; }
.row-fluid .alden-location .location-leftaddress, .row-fluid .alden-location .location-rightaddress { min-height:150px; margin-bottom:50px; }
.row-fluid .alden-location .location-map iframe { width:100%; float:left; margin:0 !important; border-right:#FFF solid 10px; height:425px; }
.row-fluid .alden-location .location-map:nth-child(2n) iframe { border-right:none; }
.row-fluid .alden-location .address { padding:0 100px; }

.row-fluid .subscribe-ourblog { width:100%; float:left; background:#005286; padding:50px 0; color:#FFF; text-align:center; }
.row-fluid .subscribe-ourblog .container-main2 { padding:0 40px; }
.row-fluid .subscribe-ourblog h3.form-title { font-size:37.5px; line-height:38.5px; font-weight:700; text-transform:uppercase; padding:15px 0 25px; }
.row-fluid .subscribe-ourblog label { display:none; }
.row-fluid .subscribe-ourblog .hs_blog_joint_use_subscription label { display:block; padding:15px 0 0; color:#FFF !important; }
.row-fluid .subscribe-ourblog .hs_blog_joint_use_subscription label span { display:inline-block; padding:0; color:#FFF !important; }
.row-fluid .subscribe-ourblog .hs_blog_joint_use_subscription input { vertical-align:top; margin-top: 6px; }

.row-fluid .subscribe-ourblog input[type=email] { height:42px; border-radius:5px; padding:0 15px; line-height:100%; border:none; outline:none; font-size:17px;  font-family: Lato,sans-serif; font-weight: 400; }
.row-fluid .subscribe-ourblog input::-webkit-input-placeholder { line-height:22px; }

.row-fluid .subscribe-ourblog input[type=submit] { font-family: Lato, sans-serif; font-weight:400; padding:10px 25px; border:#FFF solid 2px; border-radius:5px; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/submit-bg.png) #005286; color:#FFF; text-transform:uppercase; font-size:17px; line-height:32.36px; margin-top:20px; cursor:pointer; outline:none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; }
.row-fluid .subscribe-ourblog input[type=submit]:hover { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/submit-bg.png) #FFF; color:#005286; background-color: white!important;}
.row-fluid .subscribe-ourblog ul.inputs-list { list-style:none; margin:0; padding:0; }
.row-fluid .subscribe-ourblog ul.inputs-list li { float:none; display:inline-block; padding:0 10px; }
.row-fluid .subscribe-ourblog ul.inputs-list .hs-form-radio label { display:block; }


.row-fluid .shortenhero {padding-top: 40px!important;}

/*download guide*/
.row-fluid .downloadguide-main { display:none !important; width:100%; float:left; padding:70px 0; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img6.jpg) no-repeat center #005288; }
.row-fluid .downloadguide-main.downloadguide-white { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img7.jpg) no-repeat center #fff; }
.row-fluid .downloadguide-cont { width:100%; float:left; padding:10px 0 10px 65px; background:rgba(238,238,238,0.95); border:1px solid #005288; box-shadow: 0 0 9px 3px rgba(000,000,000,0.15); overflow:hidden; font-size:17px; }
.row-fluid .downloadguide-main.downloadguide-white  .downloadguide-cont  { border-color:#dfdfdf; }
.row-fluid .downloadguide-img img { max-width:none; }
.row-fluid .downloadguide-img { padding-left:30px; margin:0 !important; width:30%; }
.row-fluid .downloadguide-left { padding:30px 20px 20px 0; text-align:center; width:70%; }
.row-fluid .downloadguide-cont h4 { padding:0 0 0; font-size:25px; color:#5f5f5f; text-transform:uppercase; line-height:32px; font-weight:600; }
.row-fluid .downloadguide-cont h2 { color:#143963; font-size:33px; line-height:40px; font-weight:700; padding:0; }
.row-fluid .getyourguide-link a { font-size:17px; font-family: Lato, sans-serif; font-weight:600; color:#fff; background:#9a4d9e; border-radius:5px; display:inline-block; padding:18px 25px; text-transform:uppercase; margin:15px 0 0; }
.row-fluid .getyourguide-link a:hover { background:#005288; color:#fff; }

a.findsolutionnow-link {  display:inline-block; font-weight:600; padding:15px 40px; border-radius:4px; color:#fff; font-size:17px; text-transform:uppercase; background:#747474; margin:15px 10px 0; }
a.findsolutionnow-link:hover { background:#56a1d5; color:#fff; }


.findsolutionnow-link2 { float:left; width:100%;  }
.findsolutionnow-link2 a {  display:inline-block; font-weight:600; padding:15px 40px; border-radius:4px; color:#fff; font-size:17px; text-transform:uppercase; background:#005286; margin:20px 0px; }
.findsolutionnow-link2 a.industry-link {
    display: inline-block;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    background: #747474;
}
.findsolutionnow-link2 a:hover { background:#569fd3; color:#fff; }

.row-fluid .downloadguide-ctamaindesk { width:100%; float:left; padding:70px 0; text-align:center; } 
 
.row-fluid .downloadguide-ctamainmob { display:none; width:100%; float:left; padding:30px 0; text-align:center; }

/*new solution*/
.row-fluid .solution-topcontent { float:left; width:100%; background:#eeeeee; padding:65px 0 50px; text-align:center; font-size:20px; line-height:26px; color:#4b5050; }
.row-fluid .solution-topcontent h4 { color:#005288; text-transform:uppercase; font-size:37px; line-height:50px; font-weight:700; }
.row-fluid .solution-topctext { padding:0 16%; }

.row-fluid .solutiontab-main { float:left; width:100%; }
.row-fluid .solutiontab-toplinks { float:left; width:100%; background:#eee; border-top:2px solid #dad8d8; text-align:center; }
.row-fluid .solutiontab-toplinks ul { margin:0; padding:0; display:inline-block; list-style:none; vertical-align:middle; }
.row-fluid .solutiontab-toplinks ul li { display:inline-block; padding:0 15px; }
.row-fluid .solutiontab-toplinks ul li a { color:#5f5f5f; padding:30px 0; border-bottom:2px solid #eeeeee; display:inline-block; font-size:20px; font-weight:600; cursor:pointer; }
.row-fluid .solutiontab-toplinks ul li a.active , .row-fluid .solutiontab-toplinks ul li a:hover { border-color:#78b9e5; color:#78b9e5; }

.solutiontab-prev { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/prev-arrow.png) no-repeat; width:12px; height:21px; cursor:pointer; display:inline-block; vertical-align:middle; margin:0 15px 0 0; }
.solutiontab-prev:hover , .solutiontab-prev:after { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/prev-arrowhover.png) no-repeat; }
.solutiontab-next { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/next-arrow.png) no-repeat; width:12px; height:21px; cursor:pointer; display:inline-block; vertical-align:middle; margin:0 0 0 15px; }
.solutiontab-next:hover , .solutiontab-next:before { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/next-arrowhover.png) no-repeat; }
.solutiontab-prev:after  , .solutiontab-next:before { content:''; visibility:hidden; }

.solutiontab-contentmain { float:left; width:100%; padding:60px 0 0; background: url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; }

.solutiontab-conttop { float:left; width:100%; padding:0 14% 30px; text-align:center; font-size:20px; color:#5f5f5f; line-height:30px; }
.solutiontab-conttop h3 { font-size:38px; color:#5f5f5f; line-height:40px; font-weight:400; }

 
.solutiontab-box { float:left; width:50%; padding:0 0 0 30px; background:#fff; }
.solutiontab-boxes .solutiontab-box:first-child { padding:0 30px 0 0;  }
.solutiontab-bimg { float:left; width:100%; }
.solutiontab-bimg img { width:100% !important; }
.solutiontab-btext { float:left; width:100%; padding:30px 25px 35px; border-top:none; border:1px solid #dad8d8; text-align:center; font-size:17px; } 
.solutiontab-box h4 { color:#005288; font-size:30px; line-height:36px; text-transform:uppercase; font-weight:700; }
.solutiontab-bt { float:left; width:100%;  text-align:left; min-height:135px; }
#smarts .solutiontab-bt { min-height:190px; }

#smarts .organization-box .solutiontab-bt { min-height:153px; }
.solutionresult-service .solutiontab-bt { min-height:170px; }
.solutiontab-contentmain  a.learnmore-link:hover { background: #56a1d5; color: #fff; }

.solutiontab-content , .solutionservice-tabcontent { float:left; width:100%; display:none; }
.solutiontab-content.active , .solutionservice-tabcontent.active { display:block; }
.solutiontab-content { padding:0 0 75px; }
#software.solutiontab-content { padding:0; }


.solutionservice-tablinks { float:left; width:100%; padding:0; text-align:center; }
.solutionservice-tablinks2 { padding:0; } 
.solutionservice-tablinks ul { margin:0; padding:0; list-style:none; display:inline-block; background:#eeeeee; border-radius:5px; padding:8px 6px; box-shadow:inset 0 2px 2px 1px rgba(222,222,222,0.8); }
.solutionservice-tablinks ul li { float:left; text-align:center; padding:0 2px; }
.solutionservice-tablinks ul li span {  float:left; width:100%; font-weight:700; }
.solutionservice-tablinks ul li a { padding:10px 20px; color:#6e6e6e; font-size:17px; float:left; width:100%; border-radius:4px; cursor:pointer;  width:196px; }
.solutionservice-tablinks ul li a.Communicate-link {  width:245px; }
.solutionservice-tablinks ul li sup { font-size:9px; }
.solutionservice-tablinks ul li a:hover , .solutionservice-tablinks ul li a.active { background:#78b9e5; color:#fff; }

.solutionservice-tabcontentmain { float:left; width:100%; padding:60px 0 0; }
.solutionservice-tabcimg { float:left; width:50%; height: 325px; overflow: hidden; text-align: center;}
.solutionservice-tabctext { float:right; width:50%; padding:0px 0 0 35px; font-size:17px; }

a.learnmore-link2 {  display:inline-block; font-weight:600; padding:15px 40px; border-radius:4px; color:#fff; font-size:17px; text-transform:uppercase; background:#747474; margin:15px 10px 0; }
a.learnmore-link2:hover { background:#56a1d5; color:#fff; }

.solutionservice-tabctext h2 { font-size:50px; color:#005288; line-height:55px; padding:0 0 5px; font-weight:400; }
.solutionservice-tabctext h2 sup { font-size:15px; line-height:31px; vertical-align: top; }

.solutiontab-topselectlinksmain { display:none; float:left; width:100%; border-top:2px solid #dad8d8; padding:28px 0 38px; text-align:center; background:#eee; font-size:20px; color:#5f5f5f; font-weight:600;  position:relative; z-index:9999;  }
.solutiontab-topselectlinksmain ul { display:none; margin:0; padding:0; list-style:none; position:absolute; top:100%; margin:15px 0 0; width:100%; background:#143963; border-radius:5px; padding:12px 0; }
.solutiontab-topselectlinksmain ul li { float:left; width:100%; }
.solutiontab-topselectlinksmain ul li a { float:left; width:100%; padding:10px 15px; font-size:17px; line-height:22px; font-weight:600; color:#fff !important; border-top:1px solid #436182; }
.solutiontab-topselectlinksmain ul li:first-child a { border:none; }
.solutiontab-topselectlinksmain ul li a.active { background:#436182; }

.solutiontab-topselectlinks { float:left; width:100%; position:relative; }
.solutiontab-topselectlinks span.solutiontab-topselect { background: url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/arrow-img5.png) no-repeat center right #003764 ; border-radius:5px; height:55px; line-height:55px; padding:0 15px; color:#fff; float:left; width:100%; font-size:17px; font-weight:600; margin:25px 0 0; }

h2.solutionservice-accordiantitle  { border-top:2px solid #bbbbbb; display:none; font-size:17px;  cursor:pointer; color:#747474; float:left; width:100%; font-weight:600; padding:0 10px; position:relative; cursor:pointer; text-align:center; border-bottom:5px solid #eee;  background:#eee; }
h2.solutionservice-accordiantitle span {  padding:15px 15px; line-height:20px; border-radius: 4px 4px 0 0;  background:#eee;  float:left; width:100%; }
h2.solutionservice-accordiantitle.active { border-color:#56a1d5;  color:#fff; border-top:none; background:none; }
h2.solutionservice-accordiantitle.active span { background:#56a1d5; }
h2.solutionservice-accordiantitle sup { font-size:12px; }
h2.solutionservice-accordiantitle strong { font-weight:700; position:relative; }
h2.solutionservice-accordiantitle strong:after { content:'.'; margin:0 2px; display:inline-block; vertical-align:top; }


.solutiontab-boxes2 { float:left; width:100%; padding:0 0 25px; }
.solutiontab-box2 { margin:35px 0 0; border:1px solid #dad8d8; float:left; width:100%; background:#fff; }
.solutiontab-boxes2  .solutiontab-box2:first-child { margin:0; }
.solutiontab-bimg2 { float:left; width:33%; }
.solutiontab-bimg2 img { width:100% !important; height:auto; }
.solutiontab-btext2 { float:left; width:67%; padding:30px 35px; font-size:17px; }
.solutiontab-btext2 h4 {font-size:29px; color:#005288;font-weight:700;line-height:34px;padding:0;text-transform:uppercase;}
.solutiontab-btext2 .learnmore-link {margin-top:6px;}
.row-fluid .utility-imgdesk {max-height:185px;overflow:hidden;}
.row-fluid .utility-imgmobile {display:none;}

/*Blog Subscribe LP*/
  
.blogLPform .hs-form-field ul {list-style-type: none!important;margin-left: -40px;}
.row-fluid .blogLPform label {margin-top:6px!important;padding-bottom: 3px!important;}
.row-fluid .blogLPform {margin-top: 76px!important;}

/*Alden Sign Up LP*/

.alden-signup h5 {font-size: 19px!important;border-bottom: 1px solid #bbbbbb;color: #005288;margin-top: 15px;text-align: left!important}
.alden-signup .header-lp {padding: 75px 0px 125px!important; z-index: 1!important}
.alden-signup .reqconsulation-form ul {margin: 0px!important}
.alden-signup .reqconsulation-form ul li label {color: #4b5050;font-size: 15px!important}
.alden-signup .reqconsulation-form label {padding-bottom: 3px!important;font-size: 16px!important}
.hs-dependent-field label span {margin-top: 8px!important}
.alden-signup .reqconsulation-form a {font-weight: bold!important;color: #56a1d5!important;text-decoration: underline!important;margin-bottom: 0px!important}
.alden-signup .reqconsulation-form p {margin-bottom: 0px!important}
#label-if_other_please_specify-6fa24de0-9d23-4723-b438-8fb94c883edd_2061 label {margin-top: 10px!important}
.alden-signup .reqconsulation-form {margin-bottom: -322px!important; padding-top: 5px!important; z-index: 999999999!important; margin: -200px auto 0px!important; max-width: 700px}
.alden-signup .reqconsulation-form fieldset {max-width: inherit!important}
.alden-signup .headerlp-title {text-align: center; padding-top: 0px!important}
.alden-signup .headerlp-title h1 {font-weight: 500!important; font-size: 40px!important}
.simple-signup .header-lp {background: #eeeeee; border-bottom: 0px!important}
.simple-signup .headerlp-title h1 {color: #005288!important; font-size: 40px!important; font-weight: 500!important}
.simple-signup .reqconsulation-form {-webkit-box-shadow: 0px 0px 10px 0px rgba(82,82,82,.5)!important;
-moz-box-shadow: 0px 0px 10px 0px rgba(82,82,82,.5)!important;
box-shadow: 0px 0px 10px 0px rgba(82,82,82,.5)!important;}
.simple-signup .reqconsulation-form {margin: 0 auto!important}
.simple-signup .headerlp-title {margin-top: 0px!important; padding-bottom: 40px!important}
.aldenone-signup-header .row-fluid {padding:20px 0!important;background:#ffffff!important;}
.aldenone-signup-header img {max-width:150px;margin: 0 auto!important;float: none;display: block;}
.row-fluid .aldenone-signup-typ:before {content:'';position:absolute;left:0;top:0; width:100%; height:100%; background:rgba(20,57,99,0.7)!important;}
.signup-typ-content {}
.aldenone-signup-form .reqconsulation-content {background: #ffffff!important;}
.aldenone-signup-form .row-fluid .reqconsulation-form input[type=text] {background-color: white!important; border-color:#e1e1e1;text-transform:none!important;}
.aldenone-signup-form .row-fluid .reqconsulation-form select {border-color:#e1e1e1;background: url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/select-arrow.png) no-repeat #f5f5f5;background-position: center right 10px;}
.aldenone-signup-form .row-fluid .reqconsulation-form input[type=email] {background:#f5f5f5; border-color:#e1e1e1;text-transform:none!important;}
.aldenone-signup-form .row-fluid .reqconsulation-form input[type=tel] {background:#f5f5f5; border-color:#e1e1e1;text-transform:none!important;}
.alden-signup.aldenone-signup-form .row-fluid .reqconsulation-form { margin-bottom:0px !important; float: none;box-shadow:none!important;background-color:#ffffff;}

/*Alden Sign Up Instructions*/

.signup-instruct-header {padding:15px 0;background:#fafafa; border-bottom: 1px solid #eee}
.signup-instruct-header img {max-width:144px!important;}
.signup-instruct-hero {background:#fafafa; padding: 50px 0px 60px!important;}
.instruction-body {background-color: white!important; padding-bottom: 40px}
.signup-instruct-cta {text-align:right;margin-top:3.5px; color: #005288!important; background-color: #fafafa!important}
.signup-instruct-cta a {border: 2px solid #9cacc1!important;}
.signup-instruct-hero h1 {color:#333333;text-shadow:none!important; text-align:center;font-size:35px;font-weight:400;line-height:1.25em;}
.signup-instruct-hero h2 {color:#56a1d5;font-size:18px;font-weight:900;text-transform:uppercase;text-align:center;}
.innerlist li:before {display:none!important;}
body .signup-instruct-cta:after { content: ' ';background-image: url(https://www.aldensys.com/hubfs/alden-systems/images/arrow-navy.png);
background-repeat: no-repeat;display: block;width: 10px;height: 10px;right: 13px;position: absolute;top: 17px; }
.signup-instruct-cta a:hover {background:#9cacc1!important; color: white!important}
@media (max-width:991px) {
  body .signup-instruct-cta:after {right:33px;}
}
@media (max-width:767px) {
  .signup-instruct-header img {display:block;margin:auto;}
  .signup-instruct-header {padding:25px 0;}
.signup-instruct-cta {text-align:center;margin-top:10px;}
body .signup-instruct-cta:after {display:none;}
  .signup-instruct-cta a {padding:10px 15px!important;}
}
.instruction ol li ol {counter-reset: li!important}
.instruction ol li ol li {counter-increment: li!important}
.instruction ol li ol li::before {content: counter(li, lower-alpha)!important}

/*new landing page*/
.row-fluid .header-lp {padding:145px 0 0;float:left;width:100%;position:relative;border-bottom:4px solid #fff;z-index:2;}
.row-fluid .header-lp2 {padding:145px 0 0;float:left;width:100%;position:relative;border-bottom:4px solid #fff;z-index:1;}
.row-fluid .lp-head h1 {font-size: 44px;line-height: 50px;color: white;}
.alden-signup .header-lp:before {background: none!important}
.row-fluid .header-lp:before {content:'';position:absolute;left:0;top:0; width:100%; height:100%; background: rgba(246, 248, 250, 100);}
.row-fluid .header-lp2:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(246, 248, 250, 100));}
.row-fluid .contactlp:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(246, 248, 250, 100)!important;}
.newsletter .headerlp-title {padding-top: 0px!important}
.row-fluid .headerlp-title { padding:100px 20px 65px 0; }
.row-fluid .headerlp-title3 { padding:100px 20px 65px 0; }
.row-fluid .headerlp-title2 { padding:0px 20px 65px 0; }
.row-fluid .headerlp-title h2 { font-size: 58px; line-height: 62px; font-family: Lato,sans-serif;  font-weight: 700; color:#fff; }
.row-fluid .headerlp-title2 h2 { font-size: 50px; line-height: 60px; font-family: Lato,sans-serif;  font-weight: 700; color:#fff; }
.row-fluid .contactheader {padding-bottom: 0px!important}
.row-fluid .headerlp-title h1 { font-size: 45px; line-height: 52px; font-family: Lato,sans-serif;  font-weight: 500;  }
.row-fluid .headerlp-title2 h1 { font-size: 45px; line-height: 52px; ; font-family: Lato,sans-serif;  font-weight: 500; color:#fff; }
.row-fluid .headerlp-title3 h1 { font-size: 45px; line-height: 52px;  font-family: Lato,sans-serif;  font-weight: 500; color:#fff; }
.contact-sub h2 {font-size: 32px; line-height: 36px; font-weight: 500; color: white; padding: 0px}
.row-fluid .conduit-question-lp {font-size: 48px!important;}
.row-fluid .reqconsulation-form {font-size: 15px; line-height: 22px; color:#5f5f5f}
.row-fluid .reqconsulation-form p {margin-top: 0px}
.row-fluid .reqconsulation-form { background:#eeeeee; padding:30px 30px 40px; margin:0 0 -290px; border-radius: 5px; -webkit-box-shadow: 0px 0px 15px 0px rgba(161, 161, 161,1);
-moz-box-shadow: 0px 0px 15px 0px rgba(161, 161, 161,1);
box-shadow: 0px 0px 15px 0px rgba(161, 161, 161,1);
}
@media (min-width:768px) {.resubscribe-form {margin-top: 7em!important; position: absolute; left: 50%;} .resubscribe-form input[type=submit] {margin-top:15px;}}
.alden_signup_form .reqconsulation-content {background: #eeeeee!important}
.alden-signup.alden_signup_form .row-fluid .reqconsulation-form { margin-bottom:0px !important; float: none; background: white!important}
.row-fluid .reqconsulation-form label { font-size:17px; color:#4b5050; padding:0 0 8px; display:block;}
.row-fluid .reqconsulation-form .hs_email_message label { padding-right:30px; }
.row-fluid .reqconsulation-form input[type=text] , .row-fluid .reqconsulation-form input[type=email] , .row-fluid .reqconsulation-form input[type=tel] {text-transform: capitalize; width:100% !important; border-radius:5px; border:1px solid #c2c2c2; height:40px; line-height:40px; background-color: white!important}
.form-columns-2 > div:first-child input, .form-columns-2 > div:second-child input {text-transform: capitalize;}
.form-columns-2 > div:first-child input[type="email"] {text-transform: none!important;}
.row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field input[type=text] {text-transform: capitalize;}
.row-fluid .downloadnow-formleft form .hs-form-field input[type=text] {text-transform: capitalize;}
.row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field input[type=email] {text-transform: none;}
.row-fluid .reqconsulation-form .form-columns-2 .field:nth-child(2) .input { margin-left:8px; margin-right:0;text-transform: capitalize; }
.row-fluid .reqconsulation-form .form-columns-2 .field:nth-child(2) label { margin-left:8px; }
.row-fluid .reqconsulation-form .form-columns-1 .input { margin-right:0; }
.row-fluid .reqconsulation-form fieldset { padding:0 0 12px; float:left; width:100%; }
.row-fluid .reqconsulation-form select { padding: 0px 0px 0px 16px!important; float:left; outline:none; width:100% !important; font-family: Lato,sans-serif; border-radius:5px; border:1px solid #c2c2c2; font-size:16px; font-weight:300; color:#969696; height:40px; padding-right:40px; -webkit-appearance: none; -moz-appearance: none; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/select-arrow.png) no-repeat #FFF; background-position:center right 10px; }
.row-fluid .reqconsulation-form textarea{ background-color: white!important; outline:none; width:100% !important; border-radius:5px; border:1px solid #c2c2c2; height:75px; line-height:20px; font-size:17px;  font-family: Lato,sans-serif; }
.row-fluid .reqconsulation-form select {background-color: white!important; border:1px solid #c2c2c2!important; border-radius:5px;} 
.newsletter .reqconsulation-form input[type=submit] {margin-top: 20px!important}
.row-fluid .reqconsulation-form input[type=submit] { font-family: Lato,sans-serif; background-color:#F57F25!important;font-size:16px; color:#fff; text-transform:initial; color:#fff; border-radius:6px; padding:10px 16px; outline:none; border:none; cursor:pointer; font-weight:600;margin-top:80px; }
.row-fluid .reqconsulation-form input[type=submit]:hover { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png?t=1437646457546) repeat #fd9144; }
.row-fluid .assetmgmtconsult .container-main .reqconsulation-form form .hs-form-field input[type=text] {text-transform: capitalize;}
.row-fluid .assetmgmtconsult .container-main .reqconsulation-form form .hs-form-field input[type=email] {text-transform: none;}
.row-fluid .contactform-lp input[type=submit] {background-color: #F57F25!important; margin-top: 30px}
.row-fluid .reqconsulation-form ul {list-style-type: none!important; padding-left: 0px!important }

.row-fluid .viva-lp { background-color: rgba(0, 82, 136, 0.8); padding:30px 30px 40px; margin:0 0 -290px; }
.row-fluid .viva-lp label { font-size:17px; color: white!important; padding:0 0 8px; display:block; }
.row-fluid .viva-lp .hs_email_message label { padding-right:30px; }
.row-fluid .viva-lp input[type=text] , .row-fluid .reqconsulation-form input[type=email] , .row-fluid .viva-lp input[type=tel] { width:100% !important; border-radius:5px; border:1px solid #c2c2c2; height:40px; line-height:40px; }
.row-fluid .viva-lp .form-columns-2 .field:nth-child(2) .input { margin-left: 0px; margin-right:0; }
.row-fluid .viva-lp .form-columns-2 .field:nth-child(2) label { margin-left:0px; }
.row-fluid .viva-lp .form-columns-1 .input { margin-right:0; }
.row-fluid .viva-lp fieldset { padding:0 0 12px; float:left; width:100%; }
.row-fluid .viva-lp select { float:left; outline:none; width:100% !important; font-family: Lato,sans-serif; border-radius:5px; border:1px solid #c2c2c2; font-size:17.71px; color:#969696; height:40px; padding-right:40px; -webkit-appearance: none; -moz-appearance: none; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/select-arrow.png) no-repeat #FFF; background-position:center right 10px; }
.row-fluid .viva-lp textarea { outline:none; width:100% !important; border-radius:5px; border:1px solid #c2c2c2; height:75px; line-height:20px; font-size:17px;  font-family: Lato,sans-serif; }
.row-fluid .viva-lp input[type=submit] { font-family: Lato,sans-serif; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png?t=1437646457546) repeat #f57f25; font-size:17px; color:#fff; text-transform:uppercase; color:#fff; border-radius:6px; padding:15px 20px; outline:none; border:none; cursor:pointer; font-weight:600; margin-top: 15px; }
.row-fluid .viva-lp input[type=submit]:hover { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png?t=1437646457546) repeat #5ba8db; }
.row-fluid .viva-lp h3 {color: white; font-size: 30px!important;}
.row-fluid .viva-lp p {color: white; font-size: 20px!important;}
.row-fluid .viva-lp input[type="email"] {width:100% !important; border-radius:5px; border:1px solid #c2c2c2; height:40px; line-height:40px;}
.row-fluid .viva-lp .hs-form fieldset.form-columns-2 .input {margin-right: 0px!important;}
.row-fluid .viva-lp .hs-form fieldset.form-columns-2 .hs-form-field {width: 47%;}
.row-fluid .viva-lp .hs_firstname.field.hs-form-field {margin-right: 20px}
.vivalpnumber {text-align: left; margin-top: 8px;}
.row-fluid .contact-forms {min-height: 350px}
.row-fluid .reqconsulation-content { float:left; width:100%; background:#008bd2; color:#fff; font-size:20px; line-height:32px; padding:45px 0; position:relative; z-index:1 }
.row-fluid .reqconsulation-content2 { float:left; width:100%; background:#008bd2; color:#fff; font-size:20px;line-height:32px;}
.row-fluid .meetingform {padding: 45px 0px 100px;}
.row-fluid .reqconsulation-left { float:left; width:40%; }
.row-fluid .reqconsulation-left p { padding:15px 0; margin:0; }
.row-fluid .form-contact input.hs-button.primary.large {background-color: #aebd22!important; font-size: 17px!important}
.row-fluid .form-subhead h2 {color: white; font-size: 33px; font-weight: 500}
.row-fluid  .header-contentlp { background:#005288; }
.row-fluid .form-title {padding-bottom: 0px!important}

.row-fluid .content-lp { padding:60px 0 65px; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; }
.row-fluid .headercontent-lefttext { padding:78px 0 0; }
.row-fluid .headercontent-lefttext h4 { font-size:25px; color:#aebd37; line-height:30px; padding:0 0 10px; text-transform:uppercase; font-weight:700; }
.row-fluid .headercontent-lefttext h2 { color:#fff; font-size:58px; color:#fff; line-height:60px; font-weight:400; }
.row-fluid .headercontent-lefttext h2 strong { font-weight:700; }
.row-fluid .headercontent-lefttext h2 sup { font-size:18px; }

.row-fluid .headercontent-lefttext h1 { color:#fff; font-size:58px; color:#fff; line-height:60px; font-weight:400; }
.row-fluid .headercontent-lefttext h1 strong { font-weight:700; }
.row-fluid .headercontent-lefttext h1 sup { font-size:18px; }



.row-fluid .headercontent-lefttext2 { padding:78px 0 0; }
.row-fluid .headercontent-lefttext2 h4 { font-size:25px; color:#aebd37; line-height:30px; padding:0 0 10px; text-transform:uppercase; font-weight:700; }
.row-fluid .headercontent-lefttext2 h2 { color:#fff; font-size:58px; color:#fff; line-height:60px; font-weight:400; padding-bottom: 75px; }
.row-fluid .headercontent-lefttext2 h2 strong { font-weight:700; }
.row-fluid .headercontent-lefttext2 h2 sup { font-size:18px; }


.row-fluid .headercontent-lefttext2 h1 { color:#fff; font-size:58px; color:#fff; line-height:60px; font-weight:400; padding-bottom: 75px; }
.row-fluid .headercontent-lefttext2 h1 strong { font-weight:700; }
.row-fluid .headercontent-lefttext2 h1 sup { font-size:18px; }


.row-fluid .LP-longheader { padding:78px 0 0; }
.row-fluid .LP-longheader h2 { color:#fff; font-size:44px; color:#fff; line-height:50px; font-weight:400; }
.row-fluid .LP-longheader h4 { font-size:25px; color:#aebd37; line-height:30px; padding:0 0 10px; text-transform:uppercase; font-weight:700; }
.row-fluid .LP-longheader h2 strong { font-weight:700; }
.row-fluid .LP-longheader h2 sup { font-size:18px; }

@media (min-width: 30px) and (max-width: 1140px) {
.row-fluid .LP-longheader h2 { font-size:30px; line-height:40px; } 
  .row-fluid .headerlp-title {padding-left: 20px} 
  
}


.row-fluid .content-lp h2 { font-size:32px; color:#005288; padding:0 0 15px; font-weight:600; text-transform: capitalize!important }
.row-fluid .downloadnow-formleft label { font-size:17px; color:#4b5050; padding:0 0 8px; display:block; }
.row-fluid .downloadnow-formleft .hs_email_message label { padding-right:30px; }
.row-fluid .downloadnow-formleft input[type=text] , .row-fluid .downloadnow-formleft input[type=email] , .row-fluid .downloadnow-formleft input[type=tel] { border-radius:5px; border:1px solid #c2c2c2; height:40px; line-height:40px; width:100% !important; }
.row-fluid .downloadnow-formleft .form-columns-2 .field:nth-child(2) .input { margin-left:8px; margin-right:0; }
.row-fluid .downloadnow-formleft .form-columns-2 .field:nth-child(2) label { margin-left:8px; }
.row-fluid .downloadnow-formleft .form-columns-1 .input { margin-right:0; }
.row-fluid .downloadnow-formleft fieldset { padding:0 0 15px; float:left; width:100%; }
.row-fluid .downloadnow-formleft ul { margin:0; padding:0; list-style:none; }
.row-fluid .downloadnow-formleft p {font-size: 15px; line-height: 22px; padding-right: 30px; color: #5f5f5f;}
.row-fluid .downloadnow-formleft select { float:left; outline:none; width:100% !important; font-family: Lato,sans-serif; border-radius:5px; border:1px solid #c2c2c2; font-size:17.71px; color:#969696; height:40px; padding-right:40px; padding-left: 10px; -webkit-appearance: none; -moz-appearance: none; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/select-arrow.png) no-repeat #FFF; background-position:center right 10px; }
.row-fluid .downloadnow-formleft textarea { width:100% !important; border-radius:5px; border:1px solid #c2c2c2; height:75px; line-height:20px; font-size:17px;  font-family: Lato,sans-serif; }
.row-fluid .downloadnow-formleft input[type=submit] { font-family: Lato,sans-serif; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png) repeat #005288; font-size:17px; color:#fff; text-transform:uppercase; color:#fff; border-radius:6px; padding:15px 20px; outline:none; border:none; cursor:pointer; font-weight:600; }
.row-fluid .downloadnow-formleft input[type=submit]:hover { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png) repeat #5ba8db; }

.row-fluid .download-righttext { padding:0px 0 0; }
.row-fluid .download-righttext h6 { font-size:20px; color:#005288; font-weight:700; padding:0 0 15px; } 
.row-fluid .download-righttext ul { margin:0; padding:4px 0; list-style:none; }
.row-fluid .download-righttext ul li { padding:4px 0 4px 10px; position:relative; display:bock; }
.row-fluid .download-righttext ul li:before { background:#f68f1e; width:5px; height:5px; content:''; position:absolute; left:0; top:13px; border-radius:100%; }

.row-fluid .download-lefttext2 { padding:30px 0 0; }
.row-fluid .download-lefttext2 h6 { font-size:20px; color:#005288; font-weight:700; padding:0 0 15px; } 
.row-fluid .download-lefttext2 ul { margin:0; padding:4px 0; list-style:none; }
.row-fluid .download-lefttext2 ul li { padding:4px 0 4px 10px; position:relative; display:bock; }
.row-fluid .download-lefttext2 ul li:before { background:#f68f1e; width:5px; height:5px; content:''; position:absolute; left:0; top:13px; border-radius:100%; }
.row-fluid .download-righttext2 { padding:30px 0 0; }
.webinar-vid {border:1px solid #cccccc;}
@media (max-width:767px) {.row-fluid .download-righttext2 {padding:0 20px 20px!important;} .row-fluid .download-lefttext2 {padding:20px 20px 0!important;} .webinar-vid {padding:30px 0px 0px!important;}}

.row-fluid .footer-logo { margin:0 0 30px; max-width: 120px; }
/*.row-fluid .footer-logo2 { max-width: 95px; }*/
.new_footer_content .logo_width img.hs-image-widget { max-width: 75%; }
.row-fluid .lp-footer .footer-headings { padding-bottom:0; margin-bottom:-15px; }

.footerlpcopyright {font-size:16px; color: #949494; padding-right: 30px;}


.stat-secondary {line-height: 27px!important; margin-top: 23px;}


.contact-alden .hs-error-msgs label {color: #F00!important;}

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 {font-size: 15px}
.reqconsulation-form .hs-error-msgs label {color: #F00!important; font-size: 14px!important;}
.reqconsulation-form .hs-error-msgs  {padding: 0px!important; margin: 0px}
.downloadnow-formleft .hs-error-msgs label {color: #F00!important;}
.banner-form .hs-error-msgs label {color: #F00!important;}
.typandlp-form .hs-error-msgs label {color: #F00!important;}

.row-fluid .conflp-form .form-columns-2 .field:nth-child(2) .input { margin-left:0px!important; margin-right:8px!important; }
.row-fluid .conflp-form .form-columns-2 .field:nth-child(2) label { margin-left:0px!important; }
.row-fluid .conflp-form .form-columns-1 .input { margin-right:0; }
.conftyp-header-txt p {margin-top:-10px!important;font-size:18px;}

.conflp-headerimg img {margin-top: -40px;}
@media (max-width: 767px) and (min-width: 30px) { .row-fluid .conftyp-header-txt h2 {margin-top:-30px!important;} .conflp-headerimg img {margin-top:-10px!important;} .con22-h-marg {margin: 0px 0px 40px !important; } }
@media (max-width:480px) { .row-fluid .conflp-form .form-columns-2 .field:nth-child(2) .input { margin-left:0px!important; margin-right:0px!important; } }


/* deep dive landing page */

.deepdiveForm { margin-top: 120px!important }


.deepdivesmhero {font-size: 30px; font-style: italic; line-height: 19px;}


/*email subscribe*/
.subscribe-prefrences .checkbox-row input {top: 7px;}
.subscribe-prefrences p.header {margin-left: 0px;}
.subscribe-prefrences .page-header {padding-bottom: 0px;}
.subscribe-prefrences .subscribe-options label {margin: 0px;}
.subscribe-prefrences .emailsublogo {max-width: 216px;}
.subscribe-prefrences .emailsub3 .subscribe-options label span {font-size: 18px;}
.emailsubheader {margin: 20px 15px 85px 15px!important;}
.emailsubheader h1 { color:#ffffff!important; text-align:center!important; font-size:37px; line-height: 1.25em; margin-top:5px;}
.emailsubheader h5 { color:#4b5050!important; text-align:center!important; font-size: 17px!important; font-weight:normal!important; margin-top:25px;} 

.emailsublogo img { margin: 20px 0px 20px 0px!important;}

.emailsub h2 { color:#005187!important; text-align:center!important; font-size:24px; margin-top:45px;  }
.emailsub h3 { color:#ffffff!important; text-align:center!important; margin-bottom:20px; margin-top:20px;}
.emailsub p { color:#4b5050!important; text-align:center!important; font-size:15px; margin-bottom:65px; }

.emailsubblog {margin: 50px 15px 50px 15px;}

.emailsub img {width:50px; display:block; margin-left:auto; margin-right:auto; margin-top:-15px;}

.emailsubbg { background: url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg?t=1497463908633) repeat; }

.emailsub2 h2 {color:#4b5050!important; text-align:center!important; font-size:24px;}

.emailsub2 .email-prefs { 
    background: #eeeeee;
    padding: 30px 30px 40px;
    width:45%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:-15px;
}
.unsub-poll .hs-fieldtype-textarea {margin-bottom: 20px}
.unsub-poll .hs-input {margin-right: 8px; background-color: white!important; border-radius: 5px}
.unsub-poll {margin-top: 10px}
.unsub-poll h3 {font-size: 24px; font-weight: 400; color: #005288; margin-bottom: 10px}
.unsub-poll ul.inputs-list.multi-container {padding-left: 0px!important}
.unsub-poll li {list-style-type: none!important; margin-bottom: 10px;}
.unsub-poll input[type="submit"] {    font-family: Lato,sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px;
    padding: 15px 20px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -0-transition: all 0.6s ease;
    -0-transition: all 0.6s ease;}

.unsub-poll input[type="submit"]:hover {background-color: #569FD3!important;}

.unsubscribe-success .widget-type-email_subscriptions_confirmation p
{font-size: 14px; line-height: 20px; text-align: center;}

.unsubscribe-success .success 
{text-align: center; margin: 20px 0px}

.unsubscribe-success .page-header {padding-bottom: 0px;}


.unsubscribe .widget-type-email_simple_subscription {background-color: #eeeeee; max-width: 500px; padding: 10px 30px 30px; margin-top: 20px;}

.unsubscribe .widget-type-email_simple_subscription h3 {font-size: 20px;}

.unsubscribe input.hs-input.email-edit {width: 100%!important}

.unsubscribe .page-header {padding: 0px;}

/* update page 25-10-2017 */
.row-fluid .Sponsors-sec { padding:50px 0; background:#fff; text-align:center; }
.row-fluid .sponsors-title h1 { margin-bottom: 20px; color: #005187; font-family: Lato; line-height:36px; font-size: 30px; text-align: center; text-transform: uppercase; text-align: center; margin-top: 40px; }
.row-fluid .Sponsors-secplati { margin-top:30px; }
.row-fluid .Sponsors-platititle h3 { font-size:25px; line-height:32px; color:#4b5050; text-transform: uppercase; text-align: center; font-weight:700; }
.row-fluid .Sponsors-platititle h3:after { content:''; margin:10px auto 0; width:240px; height:2px; background:#005187; display:block; }
.row-fluid .Sponsors-secpflex { margin:40px 0; }
.row-fluid .Sponsors-secpflex .hs_cos_wrapper_widget { margin-left:-3px; margin-top:20px; margin-bottom:20px; padding:0 10px; width:20%; display:inline-block; vertical-align:middle; }

.row-fluid .Sponsors-goldflex { margin:40px auto !important; max-width:850px; width:100%; float:none; display:block; }
.row-fluid .Sponsors-silverflex { margin:40px auto !important; max-width:750px; width:100%; float:none; display:block; }


.row-fluid .Interested-sec { font-size:18px; line-height:28px; font-weight:normal; padding:0 0 70px; background:#fff; text-align:center; }
.row-fluid .Interested-secinner { padding:30px 60px 0; border-top:1px solid #b7b7b7; margin-top:-30px; }
.row-fluid .Interested-cta a#cta_button_154234_d5b77f79-55b2-4a37-ada7-af937ffca18b { margin-top:10px; background:#5aa0d1; }
.row-fluid .Interested-cta a#cta_button_154234_d5b77f79-55b2-4a37-ada7-af937ffca18b:hover { background:rgb(145,203,255); }



/* --------------------------------------------- New Industry Page Design Start -------------------------------------------------- */
.row-fluid .offerings-header h2 {color: #005287; font-weight: 500; font-size: 29px; padding: 40px 0 0; text-align: center; line-height: 1.3em; }
.new_industry_page .row-fluid .banner_background_img { padding: 1em 0 1em; background-position: top center!important}  
.row-fluid .communications_content_background { background-color: #eeeeee; padding: 2em 0 1.5em; text-align: center; }  
.row-fluid .communications_content_title h2 { color: #005287; font-weight: 500; font-size: 29px; line-height: 1.3em; margin: 0px}  
.row-fluid .communications_content_list { margin-top: 1.8em; padding:0 0.8em; }  
.row-fluid .communications_content h3 { font-size: 19px; line-height: 1.3em; font-weight: 600; color: #005287; margin-top: .5em; }  
.row-fluid .communications_content p { line-height: 1.5em; margin-top: 7px }  
.row-fluid .software_services_list_title h4 { font-size: 14.5px; letter-spacing: .03em; font-weight: 700; border-bottom: 2px solid #b4b4b4; line-height: 1.3em; padding-bottom: 0.2em; }    
.row-fluid .software_services_list_group_bg { margin-top: 2.1em; padding: 0 0.8em; }  
.software_and_services_content_group { margin-top: .9em; margin-bottom: 2em}
.row-fluid .software_and_services_content_title h4 { color: #00528a; font-size: 21px; line-height: 1.3em; margin-bottom: 0; font-weight: 500 }
.row-fluid .software_and_services_content_details p { line-height: 1.5em; margin-top: 0.2em; margin-bottom: .5em }
.row-fluid .software_and_services_content_title h4 sup { font-size: 10px; line-height: 0px}
.row-fluid .software_and_services_content_Link a { color: #57a0d3; font-size: 16px; font-weight: 500; transition:all 0.4s; }
.row-fluid .software_and_services_content_Link a:hover { text-decoration: underline; }
.row-fluid .software_and_services_content_Link a:hover i.fa.fa-angle-right { transition:all 0.4s; margin-left: 0.7em; }
.row-fluid .software_and_services_content_Link a i.fa.fa-angle-right { transition:all 0.4s; font-weight: 700; margin-left: 0.2em; vertical-align: -1px; }
.row-fluid .industry_resources_joint_background { background-image: url(https://www.aldensys.com/hubfs/Industry%20Page%20Images/resources_joint_bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: top center!important; margin-top: 1.3em; padding: 1em 0 1em; }
.row-fluid .isp-resource-bkgnd {background-image: url(https://www.aldensys.com/hubfs/alden-systems/images/Industry_Pages/isp-resource2.jpg)!important; padding: 1em 0 1em; }
.row-fluid .industry_resources_joint_background .joint_title h2 {text-shadow: rgba(0,0,0,0.3) 0 0 6px; color: #ffffff; padding: .8em 0 !important; line-height:1.3em; font-size: 29px; font-weight: 500}
.row-fluid .industry_resources_joint_background .joint_title p {text-shadow: rgba(0,0,0,0.3) 0 0 6px; color: #ffffff; margin: 0 auto; }
.row-fluid .industry_resources_joint_background .browse_btn { margin: 2em auto 0 !important; }
.row-fluid .industry_resources_joint_background .kit_btn { margin: 2em 0 0!important}
.row-fluid .kit_contain {margin-top: 1.75em; text-align: left}
.new_industry_page .row-fluid .new_industry_email_subscription_group_bg { margin-bottom:0; }
/* --------------------------------------------- New Industry Page Design End -------------------------------------------------- */


/* --------------------------------------------- New Contact Us Page Design Start -------------------------------------------------- */
.contact_us_page .row-fluid .contacthero-section { position: relative; min-height: auto; text-align: center; padding: 3em 0 5.75em; border-bottom: none; box-shadow: none; background-size: cover; background-position: top}
.contact_us_page .row-fluid .contacthero-section::before { content:""; position:absolute; left:0; right:0; top:0; width:100%; height:100%; background-color:#003664; opacity:0.6; }
.row-fluid .contact_section_group { /*float:left; width: 31.623931624%; margin-left: 2.564102564%; */transition: all 0.5s; cursor: pointer; background-color: #fff; border-radius: 5px; text-align: center; padding: 2em; margin-top: -2em; box-shadow: 0px 3px 19px 0px #adadadad; border: 1px solid #dcdcdc }
/*.row-fluid .contact_section_group:first-child { margin-left: 0; }
.row-fluid .contact_section_group .contact_section_group1 { margin-left: 0 !important; width: 100% !important; }*/
.row-fluid .contact_section_group_background { background-color: #f6f6f6; padding: 0 0 3em; }
.row-fluid .contact_follow_us_group { margin-top: 2.6em; text-align: center; }
.row-fluid .alden_location { margin-top: 2.4em; padding-bottom:2em; }
.row-fluid .alden_location_title { text-align: center; }
.row-fluid .alden_location_title h2 { color: #005288; font-weight: 400; font-size: 29px; }
.row-fluid .alden_location_title p { color: #4b5050; margin-top: 0; line-height: 1.3em; }
.row-fluid .contact_follow_me h3 { color: #005288; font-size: 19px; font-weight: 600; }
.row-fluid .contact_follow_me a.fm_button { margin-top: 0.5em; display: inline-block; padding: 0 0.2em; }
.row-fluid .contact_section_text h6 { color: #005288; margin-top: 0.8em; font-size: 21px; font-weight: 600; }
.row-fluid .contact_section_text p { margin: 0.5em 0 0.6em; color: #4b5050; padding: 0 1em; }
.row-fluid .contact_careers_section h6 a { color: #005288; font-size: 19px; font-weight: 600; }
.row-fluid .contact_careers_section h6 a:hover { text-decoration: underline; }
.row-fluid .contact_careers_section { margin-top: 0.5em; }
.row-fluid .contact_careers_section p { margin-top: 0.5em; padding: 0 6em; color: #4b5050; line-height: 1.3em; }
.row-fluid .contact_careers_section p a { color: #569fd3; font-weight: 600; }
.row-fluid .contact_careers_section p a:hover {text-decoration: underline}
.row-fluid .contact_follow_me { position: relative; }
.row-fluid .contact_follow_me::before { content: ""; background-color: #d0d0d0; width: 1px; height: 131%; position: absolute; right: 0; top: -.5em}
.row-fluid .contact_us_hero_title h1 { color: #fff; font-size: 43px; font-weight: 500 }
.row-fluid .contact_section_group:hover .contact_section_cta .arrow-link::after { left: 0.65em !important; }
.row-fluid .contact_section_group:hover .contact_section_cta .arrow-link { text-decoration: underline; }
.arrow-link {font-weight: 500}
.overview-link a {color:#56a1d5!important;margin-left: -50px;padding-left: 20px;border-left: solid 2px #cccccc;}
.overview-link-mob a {color:#56a1d5!important;margin-top:20px;}
@media (max-width:1160px) {.overview-link a {margin-left:-35px;} }
@media (max-width:1122px) {.overview-link a {margin-left:-25px;} }
@media (max-width:1075px) {.overview-link a {margin-left:-15px;} }
@media (max-width:1035px) {.overview-link a {margin-left:-5px;} }
@media (min-width:768px) and (max-width:1000px) {.arrow-link {display: inline-block;width: 150%;text-align:left;} .sales-link .arrow-link {width: 100%!important}}
@media (max-width:2200px) and (min-width:992px) {.overview-link-mob {display:none!important;}}
@media (max-width:991px) and (min-width:30px) {.overview-link {display:none!important;}}


/*========================= Map Desian Start =======================*/
.gm-style-iw div { max-width:210px !important;  width:210px !important; }
#map { height: 100%; }
#googleMap { width: 100%; height: 400px; top: 0; left: 0; right: 0; bottom: 0; }
.gm-style .gm-style-iw { background-color: #54A0D2 !important; top: 15px !important; left: 0 !important; width: 100% !important; height: 88% !important; min-height: 190px !important; padding-top: 21px; display: block !important; border-radius:6px; text-align:center; }
.gm-style div:first-child div:nth-child(3) div:first-child div:nth-child(4) div:first-child div:first-child div:last-child {
    background-color: transparent !important;    
}
.gm-ui-hover-effect {
    top: 1.5em !important;
}
.gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(2), .gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) {
    height: 190px !important; box-shadow: none !important; background-color: transparent !important;
}
.gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) { 
    background-color: transparent !important;
    box-shadow: none !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-top: 15px solid #54a0d2 !important;
    top: 205px !important;
  	left:117px !important;
}
#gmimap0 area{color: #54A0D2 !important;}
.gm-style-iw {font-weight:bold;}
.gm-style .gm-style-iw h2 { margin:0px; padding:0px; font-size:21px; color:#fff; line-height:1.3em;     font-family: Lato,sans-serif; }
.gm-style .gm-style-iw a{ transition: all 0.4s; font-size:16px; text-decoration: none; color:#023665; font-weight:600; margin-bottom:10px; position: relative;    font-family: Lato,sans-serif; }
.gm-style .gm-style-iw #google-popup p{ padding: 10px; }
#mapcontent{ margin:1em auto 0; }
#leftmap, #rightmap{ margin:30px auto; }
#leftmap { padding-right:1em; }
#rightmap { padding-left:1em; }
#map, #map2{width:100%; height:424px; display:inline-block; border-radius: 7px;}
.gm-style .gm-style-iw p { color: #fff; font-size: 18px; line-height: 1.3em; margin-top: 0.5em; font-family: Lato,sans-serif;}
.gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(3) > div div { box-shadow: none !important; border: none !important; background-color: #569fd3 !important; }
.gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(3) > div div { box-shadow: none !important; border: none !important; background-color: transparent !important; display: block !important; }
.gm-style .gm-style-iw i.fas.fa-angle-right { color:#023665; font-weight:600; vertical-align: middle; transition: all 0.4s; }
.gm-style .gm-style-iw a:hover { text-decoration: underline; }

/*.gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4)::after { content: ""; width: auto; height: auto; position: absolute; bottom: -13px; border-top: 15px solid #54a0d2; border-left: 15px solid transparent; border-right: 15px solid transparent; margin: 0 auto; left: 0; right: auto; transform: translateX(-50%); z-index: 9999999; }*/

body.contact_us_page .gm-style div:first-child div:nth-child(3) div:first-child div:nth-child(4) div:first-child div:first-child div:last-child { background-color: #54A0D2 !important; }
body.contact_us_page button.gm-ui-hover-effect { display: none !important; }
/*body.contact_us_page .gm-style { top: 40px !important; }*/
/*body.contact_us_page .gm-style .gm-style-iw-a { top: 30px !important; }*/
body.contact_us_page .gm-style .gm-style-iw-t::after { border-top: 11px solid #54A0D2; top: 0; }

body.contact_us_page .gm-style .gm-style-iw-t::after {
    background: #54A0D2 !important;
    box-shadow: none !important;
    content: "" !important;
    height: 21px !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    transform: translate(-76%,-61%) rotate(-45deg) !important;
    width: 19px !important;
}
body.contact_us_page button.gm-control-active.gm-fullscreen-control, body.contact_us_page .gmnoprint, body.contact_us_page .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom, body.contact_us_page .gm-style-cc, body.contact_us_page .gm-style > div:nth-child(3) { display: none !important; }
body.contact_us_page .gm-style-iw div { overflow: auto !important; max-width: 220px !important; width: 220px !important; }
body.contact_us_page .gm-style .gm-style-iw { top: 0 !important; max-width: 100% !important; width: auto !important; padding-right: 12px !important; padding-bottom: 12px !important; }
body.contact_us_page .gm-style-iw-t::before { content: none; }
body.contact_us_page .gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) { border-left: 0 !important; border-right: 0 !important; border-top: 0 !important; left: 0 !important; top: -60px !important; }
body.contact_us_page .gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(2), body.contact_us_page .gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) { height: 100% !important; }
/*========================= Map Desian End =======================*/
/* --------------------------------------------- New Contact Us Page Design End -------------------------------------------------- */






@media (max-width: 1140px) {
  .row-fluid .reqconsulation-left {padding-left: 20px}
.row-fluid .contact_careers_section p { padding: 0 0em; }  
.row-fluid .contact_section_text p { font-size: 15px; padding: 0; }
   .row-fluid .lp-head h1 {font-size: 35px; line-height: 40px; color: white;}
}
@media (min-width: 640px) and (max-width: 950px) { .emailsub2 .email-prefs {
    width:70%;
}}

@media (min-width: 30px) and (max-width: 639px) { .emailsub2 .email-prefs {
    width:95%;
}}

@media (min-width: 30px) and (max-width: 400px) { .emailsub2 .email-prefs input[type="submit"] {
    font-size:14px!important;
} .unsubscribe .widget-type-email_simple_subscription {margin-top: 0px;}}
@media (max-width: 1024px) {
.hp-gray-box.hp-gray-box-bottom {
    height: 160px;
}
}  
@media (max-width: 992px) {
.home-right {margin-left: 25px!important} .home-left {padding-right: 25px!important}
.row-fluid .contact_careers_section p { padding: 0 0em; }  
.row-fluid .contact_section_text p { font-size: 14px; padding: 0; }


}
@media (max-width: 991px) { 
.home-left { padding-right: 0px!important; width: 100%!important; border-right: 0px!important; border-bottom: 1px solid #dadada; padding-bottom: 35px; margin-bottom: 25px; }
  .home-right { width: 100%!important; margin-left: 0 !important; }
  .hp-gray-box { height: auto; position:relative; }
.hp-gray-box > div.row-fluid-wrapper.row-depth-2.row-number-1 { position: relative; top: 0; left: 0; transform: translate(0, 0); }
.row-fluid .home_left_top_content, .row-fluid .home_right_top_content { min-height: auto; }  
.row-fluid .gray-box-txt-content-01 { min-height: auto; }
.gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) { left: 108px !important; }  
.hp-gray-box.hp-gray-box-bottom { height: auto; }  
  .row-fluid .LP-longheader {padding-top: 40px; }
    .row-fluid .industry_resources_joint_background .kit_btn {margin: 1em auto 0!important }
  .kit_btn a div {margin: 0 auto!important}
  .row-fluid .lp-head h1 {font-size: 30px; line-height: 35px}
.row-fluid .social_group {
    width: 100%;
    float: left;
}
  .row-fluid .share_with_colleague.share-title {
    float: left;
    width: 48%;
    text-align: right;
}
.row-fluid .new-social-share-icons {
    float: left;
    width: 49%;
}
  
}
@media (max-width: 767px) { 
  a#cta_button_154234_0b27abae-1f66-41d3-a981-8f0b947636ed, a#cta_button_154234_bca4ab3b-8169-4b81-8d60-0dd746da7d2f {text-align: center!important; float:none!important}
  body.alden_one_new_design .cta_button.sign_in_alden_one {text-align: center!important; margin-bottom: 40px; float:none!important}
  .get_training_alden_one_updates {text-align: center!important; float:none!important}
  .sales-link .arrow-link {font-size: 14px!important}
  .newsletter .row-fluid .assetmgmtconsult {background-size: cover!important}
  .newsletter .reqconsulation-form input[type=submit] {margin-top: 0px!important}
  .row-fluid .reqconsulation-left {padding-left: 0px}
  .row-fluid .kit_contain {margin-top: 0em; text-align: center!important}
  .about-video {padding-top:0px;}
  .row-fluid .joint_smart img {margin: 0 auto!important}
  .homeleft {text-align: center!important; margin-bottom: 30px}
  .contact-sub h2 {font-size: 28px; line-height: 32px; padding: 0px 25px 20px}
  .contactheader {padding-top: 0px!important}
  .row-fluid .contact-forms {min-height: auto}
  .home-18 .industry_section_group_background {border: 0px!important; background-color: white!important; padding: 0px!important}
  .row-fluid .alden_location {margin-top: 1em; padding-bottom: 0px}
  .row-fluid .alden_location_title h2 {font-size: 21px}
  .row-fluid .contact_section_text h6 {font-size: 20px}
  .row-fluid .industry_resources_joint_background {padding-bottom: 2em}
  .row-fluid .industry_resources_joint_background .joint_title h2 {padding: .4em 0!important; font-size: 21px}
  .row-fluid .offerings-header h2 {font-size: 21px!important; padding-top: 20px!important; margin-bottom: 10px} 
  .row-fluid .contact_section_text p { font-size: 18px; padding: 0; }
    .home-right {margin-left: 0px!important; width: 100%!important;} .home-left {padding-right: 0px!important; width: 100%!important;  border-right: 0px!important; border-bottom: 1px solid #dadada; padding-bottom: 35px; margin-bottom: 25px}
  .gray-box-txt {float: left!important; width: 90%!important}
  .gray-box-img {float: left!important; width: 8%!important; margin-right: 10px}
  .row-fluid .industry_resources_joint_background .browse_btn {margin-top: 1em!important}
  .row-fluid .industry_resources_joint_background .joint_title h3 {font-size: 25px!important}
  .row-fluid .software_services_list_group_bg {margin-top: 1em; padding:0;}
  .row-fluid .communications_content_list { padding:0 0em; }  
  .software_and_services_content_group {margin-bottom: 1em}
  .row-fluid .software_and_services_content_title h4 {font-size: 20px}
    .row-fluid .Interested-secinner { margin-top:0px !important;}
    .topic_list_title { width: 100%; padding: 0em .4em; top: 0em; }
    .topic_list_group { padding: 0 1em; }
   /* .topic_list_group:hover .topic_list_show, .topic_list_title:hover + .topic_list_show { border-top: 1px solid hsl(0, 0%, 80%); display: none; top: 1em; transition: all 0.8s ease 0s; }*/
    .blog_topics_list .topic_list_show ul { width:100% !important; }
    .row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new .topic_list_show ul li a { font-size: 15px; }
    .row-fluid .topic-dropdown.topic_drop_down_new { background-color: hsl(0, 0%, 93%); padding: 1em 0 !important; }
    .topic_list_show { border-top: 1px solid #ccc; background-color: hsl(0, 0%, 93%); border-radius: 0; display: none; float: left; padding: 1em 0em 1.5em; position: relative; text-align: left; top:1em; box-shadow: none!important;}
    .topic_list_title { position: relative; }
    .topic_list_title::before { background-color: hsl(0, 0%, 47%); background-image: none; height: 2px; position: absolute; right: 0em; top: 0.63em; transition: all 0.8s ease 0s; width: 15.5px; }
    .topic_list_title::after { background-color: hsl(0, 0%, 47%); background-image: none; content: " "; height: 15px; position: absolute; right: 0.35em; top: 0.3em; transition: all 0.8s ease 0s; width: 2px; }
    .topic_list_title.topic_title_open::before { 
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    transition:all 0.3s;
}
.topic_list_show > p { border-bottom: medium none; margin-bottom: 0px; padding-bottom: .3em;}
.topic_list_title.topic_title_open::after { content:none; }
span.topic_post_count { background-color: hsl(0, 0%, 100%); }
.row-fluid .contact_section_group { margin-top: 1.5em; }  
  .row-fluid .contact_section_group:first-child {margin-top: -4em }
.row-fluid .contact_follow_me::before { content:none; }  
.row-fluid .contact_follow_me { border-bottom: 1px solid #ccc; padding-bottom: 2em; }  
.row-fluid .contact_careers_section { margin-top: 2em; }  
.row-fluid .contact_section_group_background { padding: 2em 0 2em; }  
.gm-style .gm-style-iw h2 { font-size: 19px; }
.gm-style .gm-style-iw p { font-size: 15px; }  
.contact_us_page .row-fluid .contacthero-section { padding:2em 0 4em; }  
  .row-fluid .contact_follow_us_group {margin-top: 1.75em}
.row-fluid .contact_us_hero_title h1 { font-size: 30px; }  
#leftmap { padding-right:0em; margin-top: 0px}
#rightmap { padding-left:0em; }  
.hp-gray-box { height: auto; position:relative; }
.hp-gray-box > div.row-fluid-wrapper.row-depth-2.row-number-1 { position: relative; top: 0; left: 0; transform: translate(0, 0); }
.row-fluid .home_left_top_content, .row-fluid .home_right_top_content { min-height: auto; }  
.row-fluid .gray-box-txt-content-01 { min-height: auto; }
  .gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) { top: 175px !important; left: 96px !important; }
  
  .row-fluid .new-social-share-icons {
    display: none;
}
}


@media (max-width: 650px) {
  .gray-box-txt { width: 89%!important}
  .gray-box-img {width: 9%!important}
}

@media (max-width: 575px) {
  .gray-box-txt {width: 87%!important}
  .gray-box-img {width: 11%!important}
  .gm-style-iw div { max-width:330px !important; width:100% !important; }
  .gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) { top: 175px !important; left: 96px !important; }
}

.emailsub2 .email-prefs .item .item-inner {
    background:none;
    border:0;
    box-shadow:none;
    padding: 0px 0px 5px 0px;
}


.emailsub2 .email-prefs input[type="submit"] {
    font-family: Lato,sans-serif;
    background-color: #ffffff!important;
    font-size: 17px;
    margin-top:15px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px;
    padding: 15px 20px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
}




.emailsub2 .email-prefs .item .item-inner.selected {
    background:none;
    border:0;
}


.row-fluid .emailsubform label {
    padding: 0 0 8px;
    display: block;
    font-size: 17px;
    color: #fff;
}


.row-fluid .emailsubform fieldset {
    padding: 0 0 0px;
    float: left;
    width: 100%;
}



.row-fluid .emailsubform input[type=text], .row-fluid .emailsubform input[type=email], .row-fluid .emailsubform input[type=tel] {
    border-radius: 5px;
    border: 1.5px solid #ffffff;
    background:none;
    color:#ffffff;
    height: 40px;
    font-size:15px;
    line-height: 40px;
    width: 100% !important;
    margin-bottom:20px;
    margin-top:2px;
}

.row-fluid .emailsubform ul li {
    list-style-type:none;
    float: left;
    padding-right:13px;
    width: 25%;
    margin-top: -12px;
    margin-left: -40px;
}

.row-fluid .emailsubform input[type=submit] {
    font-family: Lato,sans-serif;
    background-color: #ffffff!important;
    font-size: 17px;
    margin-top:15px;
    text-transform: uppercase;
    color: #005187;
    border-radius: 6px;
    padding: 15px 20px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    display:block;
    float:right;
    margin-top:-50px;
    -webkit-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -0-transition: all 0.6s ease; -0-transition: all 0.6s ease;
}

.row-fluid .emailsubform input[type=submit]:hover {
     background-color: #569FD3!important;
     color:#ffffff;
     -webkit-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -0-transition: all 0.6s ease; -0-transition: all 0.6s ease;
}

@media (min-width: 428px) and (max-width: 767px) { .row-fluid .emailsubform ul li {
    width:40%;
    
}}

@media (min-width: 30px) and (max-width: 427px) { .row-fluid .emailsubform input[type=submit] {
    float:none!important;
    margin-top:75px!important;
}}

@media (min-width: 30px) and (max-width: 427px) { .row-fluid .emailsubform ul li {
    width:75%!important;
}}


.emailsubform .hs-button.primary, body input[type="submit"] {
    background-color: #ffffff!important;
}


.subscribe-container {max-width: 500px;}

.emailsub3 .email-prefs { 
    background: #eeeeee;
    padding: 30px 30px 40px;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:-15px;
}

@media (min-width: 640px) and (max-width: 950px) { .emailsub2 .email-prefs {
    width:70%;
}}

@media (min-width: 30px) and (max-width: 639px) { .emailsub2 .email-prefs {
    width:95%;
}}

@media (min-width: 30px) and (max-width: 400px) { .emailsub2 .email-prefs input[type="submit"] {
    font-size:14px!important;
}}

.emailsub3 .email-prefs .item .item-inner {
    background:none;
    border:0;
    box-shadow:none;
    padding: 0px 0px 5px 0px;
}


.emailsub3 .email-prefs input[type="submit"] {
        font-family: Lato,sans-serif;
    background: url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png?t=1497378064437) repeat #ffffff;
    font-size: 17px;
    margin-top:15px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px;
    padding: 15px 20px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -0-transition: all 0.6s ease; -0-transition: all 0.6s ease;
}

.emailsub3 .email-prefs input[type=submit]:hover {
     background-color: #569FD3!important;
     color:#ffffff;
     -webkit-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -0-transition: all 0.6s ease; -0-transition: all 0.6s ease;
}

.unsubscribe input[type="submit"] {
        font-family: Lato,sans-serif;
    background: url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png?t=1497378064437) repeat #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px;
    padding: 15px 20px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -0-transition: all 0.6s ease; -0-transition: all 0.6s ease;
}

.unsubscribe input[type=submit]:hover {
     background-color: #569FD3!important;
     color:#ffffff;
     -webkit-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -0-transition: all 0.6s ease; -0-transition: all 0.6s ease;
}


.emailsub3 .email-prefs .item .item-inner.selected {
    background:none;
    border:0;
}


.row-fluid .emailsubform2 label {
    padding: 0 0 5px;
    display: block;
    font-size: 16px;
    color: #444;
}

.row-fluid .emailsubform2 {
    background: #eeeeee;
    padding: 30px 30px 40px;
    display: block;
    margin-left:auto;
    margin-right:auto;
}



.row-fluid .emailsubform2 input[type=text], .row-fluid .emailsubform2 input[type=email], .row-fluid .emailsubform2 input[type=tel] {
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    background: #ffffff;
    color:#444;
    height: 40px;
    font-size:15px;
    line-height: 40px;
    width: 100% !important;
    margin-bottom:20px;
    margin-top:2px;
}

.row-fluid .emailsubform2 ul li {
    list-style-type:none;
    margin-left:-40px;
}

.row-fluid .emailsubform2 input[type=submit] {
    font-family: Lato,sans-serif;
    background-color:#005187!important;
    font-size: 17px;
    margin-top:15px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px;
    padding: 15px 20px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -0-transition: all 0.6s ease; -0-transition: all 0.6s ease;
}

.row-fluid .emailsubform2 input[type=submit]:hover {
     background-color: #569FD3!important;
     color:#ffffff;
     -webkit-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -0-transition: all 0.6s ease; -0-transition: all 0.6s ease;
}

.emailsubform2 .hs-button.primary, body input[type="submit"] {
    background-color: #ffffff!important;
}


.emailsubheader2 {margin: 60px 15px 60px 15px!important;}
.emailsubheader2 h1 { color:#ffffff!important; text-align:center!important; font-size:37px; line-height: 1.25em; font-weight: 500;}


/*.emailsub3 h2 {color:#000000!important; text-align:center!important; font-size:24px; margin-left:445px; }*/

.emailsub3 h2 {font-size: 21px; text-align: center; font-weight: 500;}

.emailsub-right h4 {font-size:20px; color: #005187; line-height:1.25em;}
.emailsub-left h4 {font-size:21px; color: #005187; line-height:1.25em; margin-top:25px; margin-left: 30px; margin-right:30px;}

.emailsub-right { }
.emailsub-left {background-color:#eeeeee; }


.emailsub3 .subscribe-options label span { color: #444; }

@media (max-width: 1140px) { .row-fluid .downloadnow-formleft p { padding-right: 0px;}
        .row-fluid .email_box_contents p { padding: 0 0em 0.5em 3.5em; }
 }

@media (max-width: 991px) { .ltblue-cta {width: 56%!important;} .loginbttn {width: 30%!important; margin-left: 0px!important} .span1.widget-span.widget-type-space {
    display: none;
} .row-fluid .email_box_contents p { padding: 0 0em 0.5em 0em; } 
.row-fluid .home_left_top_content, .row-fluid .home_right_top_content {
    min-height: auto;
}
}

@media (max-width: 767px) { 
    .emailsub3 h2 { margin-left: 0px!important; } .emailsubform2 {margin-right:25px;} .subscribe-prefrences .emailsub3 .subscribe-options label span {font-size: 16px;}
    .ltblue-cta {width: 57%!important; float: left!important; text-align: right; margin-right: 20px} .loginbttn {width: 100%!important; float: left!important; text-align: center}
    .email-prefs .item p {line-height: 20px;} .subscribe-prefrences p.header {line-height: 20px;} .emailsub3 .email-prefs {padding: 30px 20px 40px;} .emailsub-right h4 {padding-right: 20px; padding-left: 20px; padding-top: 20px;} .emailsubheader h1 {margin-top: 0px;}
    .row-fluid .Sponsors-sec { padding:30px 0 0; } .subscribe-container {padding: 0px 10px!important;}
    .row-fluid .sponsors-title h1 { margin: 25px 0 10px 0; }
    .row-fluid .Sponsors-secpflex .hs_cos_wrapper_widget { margin:12px -3px 12px 0; width:33.33%; }
    
    .row-fluid .Interested-secinner { padding:10px 0 0; }
}



/*@media (max-width: 700px) { .ltblue-cta {width: 45%!important; float: left!important} .loginbttn {width: 40%!important; float: left!important}}
@media (max-width: 600px) { .ltblue-cta {width: 59%!important; float: left!important} .loginbttn {width: 36%!important; float: left!important}}
@media (max-width: 550px) { .ltblue-cta {width: 60%!important; float: left!important} .loginbttn {width: 35%!important; float: left!important}}
@media (max-width: 500px) { .ltblue-cta {width: 60%!important; float: left!important} .loginbttn {width: 35%!important; float: left!important}}*/
@media (max-width: 475px) { .emailsubheader2 h1 {font-size: 30px; line-height: 36px;} .emailsubheader2 {margin: 20px 15px!important;}  .emailsubheader {margin-top: 30px!important; margin-bottom: 40px!important;} .ltblue-cta {width: 100%!important; float: none!important; margin-bottom: 20px; text-align: center} .loginbttn {width: 100%!important; float: none!important; text-align:center}}

@media (max-width:500px) { 
    .row-fluid .Sponsors-secpflex .hs_cos_wrapper_widget { margin:12px -3px 12px 0; width:50%; } 
    
}

/*new viva landing page*/

.vivaheadtxt h1 {font-weight: bold; color: white; padding-right: 30px; font-size: 58px;}
.vivaheadtxt h2 {color: white; font-weight: 400; font-size: 43px; padding-right: 30px; line-height: 1.3em;}
.vivaheadtxt h3 {color: white; font-size: 30px; line-height: 1.2em; padding-right: 30px; line-height: 1.3em;}


.row-fluid .viva-content { float:left; width:100%; background: white!important; color: #4b5050; font-size:17px; padding:45px 0; position:relative; z-index:1; }
.row-fluid .viva-content { padding:18px 15px; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat!important;}

.viva-benefits-subheader h5 {font-weight: bold; color: #005288; font-size: 32px!important; text-align: center!important; float: none!important; margin: 0 auto;}

.viva-section1header h5 {font-weight: bold; color: #005288; font-size: 27px!important;}

.viva-benefits-smalltitle h6 {font-weight: bold; color: #005288; font-size: 22px!important;}

.vivabullets {margin-top: 200px;}

.vivabullets ul li{
    color: #f58025
    }

.vivabullets ul li span {
    color: black;
}

.vivabenefitstable  {
        background-color: #ffffff; 
        padding: 20px!important;
        width: 100%!important;
        min-height: 247px!important;
        border-style: solid;
        border-width: 1px;
        border-color: #c2c2c2
       
}

.vivabenefitstable p {margin-bottom: 0px;}

.vivabenefitsphoto img {
    width: 100%!important; 
    
}

.main-viva {padding: 20px 0px;}

.vivabenefitsbg { padding:60px 0 65px; background:#eeeeee; }

.vivasection1txt p {
    padding-right: 50px;
}

.vivaheader-lp {padding: 75px 0 0px!important;}

.viva-lp-subheader h5 {color: #005288!important; font-weight: bold; }

.vivacollectbg { padding: 50px 0px; background:#005288; }

.vivacollecttext h2 { color: #ffffff; font-size: 40px!important; font-weight: 400; text-align: center!important; float: none!important; margin: 0 auto; }


.row-fluid .vivarss .hs-rss-item {width: 25%!important;}


/* request meeting LP*/
.headerlp-title h4 { color: #ffffff; font-weight: 400; margin-top:40px; padding-bottom:35px;}

@media (min-width: 30px) and (max-width: 767px) { .requestlp-title h2 { font-size:46px!important; line-height:1.25em!important;} }



/*pillar page*/

.pillar-header h2 {color: #008BD2!important; text-transform: uppercase; font-size: 30px; line-height: 39px; font-weight: 700;}
.pillar-header-alt h2 {color: #57A1D4!important; text-transform:none; font-size: 30px; line-height: 36px; font-weight: 700;margin-bottom:30px;}
.pillar-content h3 {margin-top: 20px; margin-bottom:25px; font-size: 25px; color: #005288; line-height: 30px; }
.pillar-content h4 {font-size: 20px; margin-top: 20px; color: #569fd3; margin-bottom: 10px;line-height:1.3em;}
.pillar-content {padding-bottom: 10px;}
/*.pillar-content a {text-decoration:underline!important;}*/
.pillar-content p {margin-top: 10px!important;font-size: 20px;line-height: 32px;font-weight: 300;}
.pillar-content-alt p {margin-bottom: 20px!important; line-height:27px;}
.toc-box {background: #eee;border-radius: 5px; padding: 0px 20px;}
.toc-box a:active {color: #4b5050}
.toc-box h4 {font-size:22px; color:#4b5050;padding-left: 20px;margin-top: 20px;}
.pillar-sidebar-header h3 {font-size: 22px; color: #4b5050; margin-bottom: 10px;}
.pillar-padding {padding-top: 50px;}
.pillar-left-col p {font-size: 16px;}
.share-ebook {margin-top: 25px;}
.pillar .banner_background_img .row-fluid .hero-contant {padding: 120px 0px!important;}
.pillar h1 {text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);}
.pillar-form {margin: 0px!important;
}
.pillar-form-container {margin-bottom: 80px;}
.pillar-content ol {list-style:none;counter-reset: li;}
.pillar-content ol li::before {content: counter(li); color: #569fd3; font-weight:bold;
  display: inline-block; width: 1em;
  margin-left: -1em;}
.pillar-content ol li {counter-increment: li;padding-bottom:8px;}
.pillar-icons {margin-top:-7px!important;}
@media (max-width: 893px) { .pillar-icons {margin-top:0!important;}}

@media (max-width: 767px) { 
  h4.digital-sub-title .sub_title{
    font-size: 23px !important;
    font-weight: 500 !important;
}
  h1.digital-twin-title span{
  font-weight: 500 !important;
    font-size: 27px !important;
    padding-bottom:0px !important;
  }
  
  .pillar-left-col {margin-top: 20px;} .pillar-right-col {margin-top: 0px; padding: 0px 20px}
  .pillar-sidebar-header, .side-social-share-button {padding: 0px 20px}
    .toc-box {padding: 5px 20px 10px; margin-top: 10px;} .pillar .side-social-share-button {text-align: left!important;} .pillar-sidebar-header h3 {margin-bottom: 0px;}
    .pillar-header h2 {font-size: 25px; line-height: 30px;} .pillar-content h3 {font-size: 22px; line-height: 25px;} .pillar-content h4 {font-size: 18px; line-height: 22px;}
    .pillar .banner_background_img .row-fluid .hero-contant {padding: 70px 0px 50px!important;} .pillar .banner_background_img .row-fluid .hero-heading h1 {font-weight: 500!important;font-size: 25px!important;}
    .pillar .ind_banner_content h1 {font-weight: 500!important;font-size: 25px!important; line-height: 30px!important;} .pillar .banner_height {background-position: bottom!important;}
    }



h1.digital-twin-title span {
    color: #fff;
    font-family: Lato,sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 500 !important;
    line-height: normal;
    padding: 0 0 10px;
    text-align: ;
    transition: all .4s ease-in-out 0s;
}
h4.digital-sub-title .sub_title {
    color: #fff;
    font-weight: 400!important;
   color: #fff;
  font-size: 24px ;
    font-family: Lato,sans-serif;
    text-align: center;
   line-height: normal;
    padding: 0 0 10px;
    text-align: ;
    transition: all .4s ease-in-out 0s;
}
/*password page*/

.main-content {margin: 30px 0px;}

.page-center {max-width: 1129px!important; padding-top: 60px!important; padding-bottom: 60px!important;}

.custom_form .hs-button.primary, body input[type="submit"] {background-color: #005288!important; text-transform: uppercase;}

/*new thank you page*/
.row-fluid  .header-maintyp { padding:100px 0 50px; float:left; width:100%; position:relative; border-bottom:4px solid #fff;  z-index:2; text-align:center; }
.row-fluid .header-maintyp:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background: rgba(246, 248, 250, 100); }
.row-fluid .header-contacttyp:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(246, 248, 250, 100)!important; }
.row-fluid .header-maintyptext { padding:0 15%; }
.row-fluid .header-maintyp h2 { font-size:37px; color:#4B5050; font-weight:400; line-height:42px; padding:0 0 20px; } 
.row-fluid .header-maintyp h4 { font-size:20px; color:#4B5050!important; font-weight:400; line-height:24px;  }
.row-fluid .contact-typtxt h4 {font-size:20px; color:#4B5050!important; font-weight:400; line-height:24px;}
.row-fluid  .header-maintyp2 { padding:70px 0 20px; float:left; width:100%; position:relative; border-bottom:none;  z-index:2; text-align:center; }
.row-fluid .contact-typtxt h2 {padding-bottom: 10px!important}
.video-typ {border-right: 1px solid #ccc; padding-right: 40px}
.row-fluid .header-maintyp2:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background: rgba(246, 248, 250, 100); }

.row-fluid .header-maintyp2-blank:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0); }
.row-fluid .header-maintyp2-blank h2 { font-size:58px; color:#4B5050; font-weight:400; line-height:60px; padding:0 0 20px; } 
.row-fluid .header-maintyp2-blank h2 sup { font-size:18px; }
.row-fluid .header-maintyp2-blank h4 { font-size:25px; color:#4B5050; font-weight:700; line-height:24px; padding:0 0 15px; text-transform:uppercase; }
.row-fluid .header-maintyp2-blank h2 { font-size:37px; padding:0; line-height: 46px}
.row-fluid .header-maintyp2-blank h4 { font-size:20px; }
.row-fluid .header-maintyp2-blank {  padding:150px 150px; /* background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img10-2.jpg) no-repeat center top !important; */  background-size:cover!important; }
.row-fluid .header-maintyp2-blank h2 sup, .row-fluid .headercontent-lefttext h2 sup, .row-fluid .headercontent-lefttext h1 sup { font-size:14px; }
.row-fluid .header-maintyp2-blank h2 sup, .row-fluid .headercontent-lefttext2 h2 sup, .row-fluid .headercontent-lefttext2 h1 sup { font-size:14px; }

.row-fluid .header-maintyptext2 { padding:0 5%; }
.row-fluid .header-webinartxt p {margin-top:-5px;}
.row-fluid .header-maintyp2 h2 { font-size:2rem!important; color:#4B5050!important; font-weight:500!important; line-height:1.2!important; padding:0 0 0.5rem; } 
.row-fluid .header-maintyp2 h1 { font-size:2rem!important; color:#4B5050!important; font-weight:500!important; line-height:1.2!important; padding:0 0 0.5rem; } 

.row-fluid .header-maintyp2 h2 sup { font-size:18px; }
.row-fluid .header-maintyp2 h4 { font-size:20px; color:#4B5050; font-weight:400; line-height:24px; padding:0 0 15px; text-transform:uppercase; }
.row-fluid .schedule-meeting h4 { font-size:25px; color:#4B5050; font-weight:500!important; line-height:24px; padding:0 0 15px; text-transform:none!important; }
.row-fluid .schedule-meeting h1 { font-size:49px!important; color:#4B5050; font-weight:400; line-height:60px; padding:0 0 10px!important; } 
.row-fliud .header-contacttyp {padding: 130px 0px!important}
.cc-typ {border-top:none!important;}
.row-fluid .contact-typtxt {padding-bottom: 30px}
.row-fluid .typ-hero h1 {font-size: 37px; color: #4B5050!important; font-weight: 500; line-height: 42px; padding: 0 0 20px;}
.row-fluid .typ-hero h2 {font-size: 20px;color: #4B5050!important;font-weight: 500; line-height: 24px; padding-bottom: 0px!important}

.row-fluid .singlecol-header h2 {line-height: 45px!important}
.single-column .header-maintyp {padding: 80px 0px 50px!important}
.single-column .blog-feed-conduit {margin: 0px!important; text-align: center!important}

/*.row-fluid .schedule-meeting-app {margin-bottom:-75px;}
@media (max-width:430px) {.row-fluid .schedule-meeting-app {margin-bottom:-115px;} }*/

.update-addy #hs_cos_wrapper_module_14795023007001804 input[type="submit"] {background-color: #F57F25!important}
.update-addy .typandlp-form input[type=submit] {background-color: #F57F25!important}
.row-fluid .content-typ { padding:60px 0px; }
.row-fluid .contact-typmain {border: 0px!important; padding: 0px!important}
.row-fluid .contact-typ {padding: 20px 0px 40px!important}
.row-fluid .contenttyp-downloadform , .row-fluid .contenttyp-consultationform  { background:#ffffff; padding:25px 35px 35px;box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px; }
.row-fluid .contenttyp-downloadform p, .row-fluid .contenttyp-consultationform p {font-size: 15px; line-height: 22px; color: #5f5f5f;}
.row-fluid .typandlp-form label { font-size:17px; color:#4b5050; padding:0 0 5px; display:block; }
.row-fluid .typandlp-form .hs_email_message label { padding-right:30px; }
.row-fluid .typandlp-form input[type=text] , .row-fluid .typandlp-form input[type=email] , .row-fluid .typandlp-form input[type=tel], #hs_cos_wrapper_module_143702794221549174 input[type="number"] { border-radius:5px; border:1px solid #c2c2c2; height:40px; line-height:40px; width:100% !important; background-color: white!important}
.row-fluid .typandlp-form .form-columns-2 .field:nth-child(2) .input { margin-left:8px; margin-right:0; }
.row-fluid .typandlp-form .form-columns-2 .field:nth-child(2) label { margin-left:8px; }
.row-fluid .typandlp-form .form-columns-1 .input { margin-right:0; }
.row-fluid .typandlp-form fieldset { padding:0 0 15px; float:left; width:100%; }
.row-fluid .typandlp-form select { float:left; outline:none; width:100% !important; font-family: Lato,sans-serif; border-radius:5px; border:1px solid #c2c2c2; font-size:17.71px; color:#969696; /*height:40px;*/ padding-right:40px; padding-left: 10px; -webkit-appearance: none; -moz-appearance: none; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/select-arrow.png) no-repeat #FFF; background-position:center right 10px!important; }
/*@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .row-fluid .typandlp-form select { background-position: 97% 12px;} 
}*/
@media all and (-ms-high-contrast:none)
     {
     .row-fluid .typandlp-form select { -moz-appearance: none} /* IE10 */
     *::-ms-backdrop, .row-fluid .typandlp-form select { -moz-appearance: none} /* IE11 */
     } 
.row-fluid .typandlp-form textarea { width:100% !important; border-radius:5px; border:1px solid #c2c2c2; height:75px; line-height:20px; font-size:17px;  font-family: Lato,sans-serif; }
.row-fluid .typandlp-form input[type=submit] { font-family: Lato,sans-serif; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png) repeat #005288; font-size:16px; color:#fff; text-transform:initial; color:#fff; border-radius:6px; padding:12px; outline:none; border:none; cursor:pointer; font-weight:600; -webkit-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -0-transition: all 0.6s ease; -0-transition: all 0.6s ease;}
.row-fluid .typandlp-form input[type=submit]:hover { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/submit-bg.png) repeat #5ba8db; }
.row-fluid .typandlp-form ul { margin:0; padding:0; list-style:none; }
.row-fluid .typandlp-form h3 { font-size:25px; padding:0 0 15px; color:#4b5050; text-transform:initial; font-weight:400;  }
.row-fluid .typandlp-form.for-padding h3 { padding:0; }


.row-fluid .contenttyp-cstoptext { color:#4b5050; font-weight:400; padding:0 0 25px; }
.row-fluid .contenttyp-cstoptext h2 { font-size:28px!important; font-weight:500!important; color:#4b5050; line-height:1.2; padding:0; }
.row-fluid .contenttyp-cstoptext h6 { font-size:20px; color:#008bd2!important; line-height:1.2; font-weight:500; }
.row-fluid .contenttyp-cstoptext p { margin:0; padding:15px 0 0; }

.row-fluid .contenttyp-cstrighttext { font-size:28px!important;line-height:1.2; }
.row-fluid .contenttyp-cstrighttext strong {color: color:#4b5050;}
.row-fluid .contenttyp-cstrighttext ul li {content: '.';
    color: #008bd2;
   
    vertical-align: top;
 
    padding-right: 2px;}
    
.row-fluid .contenttyp-cstrighttext ul li p {color: #4b5050;}
.row-fluid .contenttyp-cstrighttext strong { color:#4b5050; font-weight:500; }
.row-fluid .contenttyp-cstrighttext h2 { font-size:28px!important; color:#4b5050; font-weight:500; }
.row-fluid .contenttyp-cstrighttext p { font-size:20px!important; line-height: 1.6rem!important;}

.row-fluid .botcontent-boxes { float:left; width:100%; background:#005288; color:#fff; font-size:20px; line-height:26px; }
.row-fluid .botcontent-boxes .row-fluid .botcontent-box:nth-child(2) { background:#004e81; }
.row-fluid .botcontent-boxes .row-fluid .botcontent-box { padding:65px 65px; }

.row-fluid .contenttyp-videobox { padding:0 16%; text-align:center; }
.row-fluid .contenttyp-video { padding:35px 8% 0; }
.row-fluid .contenttyp-videobox h2 { font-size:28px; font-weight:500; color:#4b5050; } 

.row-fluid .header-typbtn1 , .row-fluid .header-typbtn2 { float:none; margin:0 !important; padding:10px 10px 0; width:auto; display:inline-block; }
.row-fluid .header-typbtn1 a { padding: 10px 16px; display: inline-block; background: #F57F25;color: #fff; border-radius: 6px; font-size: 16px;font-weight: 600;}
.row-fluid .header-typbtn1 a:hover { background:#fd9144;  }
.row-fluid .header-typbtn2 a { padding: 10px 16px; display: inline-block; border:1px solid #F57F25; background-color:#f6f8fa; color:#F57F25; border-radius:6px; font-size:16px; font-weight:600; }
.row-fluid .header-typbtn2 a:hover { background:#fd9144; color:#ffffff; }

.row-fluid .sharedownload-main { background:#f6f8fa; padding:10px 0 50px; text-align:center; color:#4B5050; font-weight:500;font-size:15px; }
.row-fluid .sharedownload-left , .row-fluid .sharedownload-right { float:none; margin:0 !important; padding:0 2px; width:auto; display:inline-block; } 
.row-fluid .sharedownload-right a { margin:0 2px; }

.row-fluid .consultation-title h2 { font-size:28px; line-height:42px; text-align:center; padding:0 0 50px; color:#005288; font-weight:700; }

.row-fluid .contenttyp-consulationtext { padding:10px 0 0; line-height:26px; }
.row-fluid .contenttyp-consulationtext  strong { color:#005288; font-weight:700; }

.row-fluid .desk-hide { display:none; }
.row-fluid .typ-blogpost .hs-rss-item { float:left; width:33.33%; margin:0;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out;  }
.row-fluid .typ-blogpost .hs-rss-item:nth-child(2n) { background:#004e81; }
.row-fluid .typ-blogpost .hs-rss-item:hover { background:#004877; }
.row-fluid .typ-blogpost .hs-rss-item a { font-size:20px; line-height:26px; font-weight:400; padding:20% 65px; margin-bottom:0px; display:inline-block; min-height:248px; }
.TYPblogfeed {margin-top: 65px}
.row-fluid .calendar-txt p {margin-top:5px;}
.row-fluid .calendarapp-typ {margin-bottom:-65px;}
@media (max-width:767px) {.video-typ {border-right: 0px; padding-right: 0px; border-bottom: 1px solid #ccc; padding-bottom: 40px;} .video-typ h4 {text-align: center!important}
.single-column .blog-feed-conduit {padding-top: 30px!important} .single-column .header-maintyp {padding: 40px 0px 20px!important} .row-fluid .singlecol-header h2 {line-height: 37px!important} .row-fluid .calendarapp-typ {margin-top:-35px;margin-bottom:-145px;} .row-fluid .calendar-txt h2 {font-size:32px;line-height:1.25em;}}

/* Industry Page */

.row-fluid .industry-hero { float:left; width:100%; padding:103px 0 80px; color:#FFF; text-align:center; position:relative; font-size:25px; line-height:33px; background-position:center top -60px; }
.industry-heroalt {background-position: center 40%!important;}
.row-fluid .industry-hero:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.45); }
.row-fluid .industry-hero .container-main { padding:0 100px; position:relative; }
.row-fluid .industry-hero h1 { font-size:54px; line-height:62px; font-weight:700; padding-bottom:20px; }
.row-fluid .industry-hero .down-arrow { padding-top:25px; }
.row-fluid .industry-hero .down-arrow a { color: #FFF; font-size: 36px; line-height: 46px; display: inline-block; width: 46px; height: 46px; border: #FFF solid 2px; border-radius: 50%; }
.row-fluid .industry-hero .down-arrow a:hover { color:#56a1d5; border-color:#56a1d5; }
.row-fluid .isp-hero {padding: 0 90px!important;}

.row-fluid .gainclarity-section { float:left; width:100%; padding:66px 0; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; }
.row-fluid .gainclarity-section h3 { font-size: 29px; line-height: 29px; text-align: center; padding: 10px 0 20px; color: #005287; font-weight: 400; }
.row-fluid .gainclarity-section .gravity-box { padding:30px 0 20px; }
.industrymidbg {background-position: center 28%!important;}
.row-fluid .industryisphero2 {background-position: center 69%!important;}
.row-fluid .limited-resource { float:left; width:100%; padding:90px 0px 100px 0px; color:#FFF; text-align:center; position:relative; }
.row-fluid .limited-resource:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.40); }
.row-fluid .limited-resource h2 { font-size:40px; font-weight:600; text-transform:uppercase; }
.row-fluid .limited-resource h2 span { color: #aebd37;}

.row-fluid .limited-resource .subtitle { float:left; width:100%; font-size:29px; line-height:37px; padding: 0px 20px; }

.row-fluid .industrycontent-section { float:left; width:100%; padding:55px 0; }
.row-fluid .industrycontent-section .industrycontent-left { padding-right:35px; line-height: 27px;}
.row-fluid .industrycontent-section .industrycontent-right { background: rgba(0,82,135,0.95); padding:30px; color: #FFF; margin-top: -131px; }
.row-fluid .industrycontent-section .industrycontent-right .indright-title { font-size: 21px; font-weight: 600; letter-spacing: 1px; color: #aebd37; padding:0 0 40px 85px; position:relative; }
.row-fluid .industrycontent-section .industrycontent-right .noindent {padding:0 0 25px 0px!important; font-size: 23px!important; line-height: 26px; }
.row-fluid .industrycontent-section .industrycontent-right .noindent:after {    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #aebd37;}
    
.row-fluid .industrycontent-section .industrycontent-right .noindent-2 {padding:0 0 25px 0px!important; font-size: 23px!important;}
.row-fluid .industrycontent-section .industrycontent-right .noindent-2:after {position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #aebd37;}
.row-fluid .industrycontent-section .industrycontent-right p {}
.row-fluid .industrycontent-section .industrycontent-right .indright-title span span { position: absolute; left: 0; top: -5px; font-size: 58px; color: #FFF; font-weight: 300; line-height: 60px; padding-bottom: 14px; }
.row-fluid .industrycontent-section .industrycontent-right .indright-title span span:after { position:absolute; content:''; left:0; bottom:0; width:40px; height:2px; background:#aebd37; }

.row-fluid .team-partner { float:left; width:100%; background:#005287; padding:65px 0; color:#FFF; font-size:25px; line-height:33px; text-align:center; }
.row-fluid .team-partner .container-main { padding:0 100px; }
.row-fluid .team-partner .freeconsultation-link.text-link { text-align:center; }
.row-fluid .team-partner .freeconsultation-link.text-link a { max-width: 300px; font-size: 18px; padding: 10px; margin-top:35px; }
.row-fluid .team-partner .freeconsultation-link.text-link a:hover { background:#56a1d5; color:#FFF; border-color:#56a1d5; }

.row-fluid .industry-tab { text-align:center; float:left; width:100%; }
.row-fluid .industry-tab .industry-left, .row-fluid .industry-tab .industry-right { float:left; width:50%; margin:0; }
.row-fluid .bb4-white { border-bottom:#FFF solid 4px; }
.row-fluid .industry-tab .fieldinventory-hover { background-position:left top; }
.row-fluid .industry-tab .black-overlay { position:relative; color:#FFF; }
.row-fluid .industry-tab.industry-tab4 .field-inventory:before, .row-fluid .industry-tab.industry-tab2 .field-inventory:before, .row-fluid .industry-tab.industry-tab3 .field-inventory:before, .row-fluid .industry-tab .industry-right:before, .row-fluid .industry-tab .black-overlay:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.60); }
.row-fluid .industry-tab .field-inventory:before, .row-fluid .industry-tab.industry-tab4 .managed-services:before, .row-fluid .industry-tab.industry-tab3 .field-asset:before, .row-fluid .industry-tab.industry-tab1 .field-inventory:before, .row-fluid .industry-tab.industry-tab2 .online-joint:before, .row-fluid .industry-tab .industry-right:before, .row-fluid .industry-tab .black-overlay:hover:before { background:rgba(0,0,0,0.30); }

.row-fluid .industry-tab .black-overlay > div, .row-fluid .industry-tab .industry-right .equal-height > div > div > div { position:relative; color:#FFF; }
.row-fluid .industry-tab .industry-right { border-left:#FFF solid 4px; position:relative; text-align:left;text-shadow: 1px 1px 3px #222222; }
.row-fluid .industry-tab .industry-left .indleft-inner { padding:30px 15px; background-position:top right; }
.row-fluid .industry-tab .industry-left .indleft-inner p { font-size: 20px!important; margin-bottom: 0px;}
.row-fluid .industry-tab .industry-left h4 { font-size:25px; line-height:33px; font-weight:600; position:relative; float:none; display:inline-block; padding-bottom:5px; text-transform:uppercase; }
.row-fluid .industry-tab .industry-left h4:before { position:absolute; content:''; left:0; bottom:0; width:0; height:2px; background:#FFF; transition:ease all 0.5s; -webkit-transition:ease all 0.5s; -moz-transition:ease all 0.5s; -ms-transition:ease all 0.5s; }
.row-fluid .industry-tab .industry-left .indleft-inner:hover h4:before { width:100%; }
.row-fluid .industry-tab .industry-left .indleft-inner .freeconsultation-link.text-link { text-align:center; }
.row-fluid .industry-tab .industry-right .freeconsultation-link.text-link { text-align:left; }
.row-fluid .industry-tab .industry-left .indleft-inner .freeconsultation-link.text-link a { min-width:150px; float:none; display:inline-block; }
.row-fluid .industry-tab .industry-left .indleft-inner:hover .freeconsultation-link.text-link a, .row-fluid .industry-tab .industry-right:hover .freeconsultation-link.text-link a { background:#56a1d5; color:#FFF; border-color:#56a1d5; }

.row-fluid .industry-tab .industry-right .hoverinner-content { padding:50px 261px; position: absolute !important; top: 50%; transform: translateY(-50%); }
.row-fluid .industry-tab .industry-right .hoverinner-content ul { list-style:none; padding-left:0; }
.row-fluid .industry-tab .industry-right .hoverinner-content ul li { position:relative; }
.row-fluid .industry-tab .industry-right .hoverinner-content ul li:before { position:absolute; content:''; left:-15px; top:8px; width:6px; height:6px; border-radius:50%; background:#ef9b39; }

.row-fluid .industry-tab1 .fieldinventory-hover,
.row-fluid .industry-tab3 .fieldasset-hover,
.row-fluid .industry-tab4 .managedservices-hover,
.row-fluid .industry-tab2 .onlinejoint-hover { display:block; }
.row-fluid .industry-tab2 .onlinejoint-hover { background-position:left top; background-size:100% 111.5%; }
.row-fluid .industry-tab2 .datacollect-hover  { display:block; }
.row-fluid .industry-tab2 .datacollect-hover { }
.telcoisp-left {background-position: bottom right!important; padding: 47px 15px!important;}
.telcoisp-right {background-position: center 35%!important;}
.osp-hero {background-position: bottom center!important;}
.datacollect-left {background-position: center center!important;  padding: 47px 15px!important;}
.lcam-left {padding: 35px 15px!important; background-position: bottom center!important; border-bottom: 0px!important;}
.lcam-right {background-position: bottom center!important; background-size:100%!important;}
.row-fluid .industry-tab3 .fieldasset-hover { background-position:left top -90px; background-size:100% 110%; }
.row-fluid .industry-tab4 .managedservices-hover { background-position:left bottom; }

.row-fluid .onlinejoint-hover, .row-fluid .datacollect-hover, .row-fluid .fieldasset-hover, .row-fluid .managedservices-hover,
.row-fluid .industry-tab3 .fieldinventory-hover, .row-fluid .industry-tab4 .fieldinventory-hover, .row-fluid .industry-tab2 .fieldinventory-hover{ display:none; }

.secondary-rollover {line-height: 27px;}

.secondary-rollover h3 {font-size: 28px; font-weight: 600; line-height: 35px;}

.secondary-rollover h4 {font-size: 24px; line-height: 30px!important; padding-top: 10px; font-weight: 400;}

.secondary-rollover p {font-size: 20px; font-weight: 400;}

.row-fluid .managed-services {background-position: center right!important; max-width: 620px!important}
.row-fluid .green-cta a {background-color: #afbd22!important}
.row-fluid .green-cta a:hover {background-color: #ffffff!important}



/* Alden One Pricing Page CSS August 2019 starts */
.new-mega-menu-design .explore_cta_section .explore_cta_alden { display: inline-block;font-size: 17px;text-transform: uppercase;line-height: 22px;background: #6da9d3;
border-radius: 4px;color: #fff;padding: 18px 25px;font-weight: 600; }
.new-mega-menu-design .explore_cta_section .explore_cta_alden:hover { background-color: #71c0f7!important;color: white!important; }
.new-mega-menu-design .secaondary_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size: 16px;color: #4b5050;}
.new-mega-menu-design .secaondary_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { padding: 7px 6px 1px; line-height: 1em; }
.new-mega-menu-design .secondary_menu_group { padding: 10px;border-bottom: 1px solid #dcdcdc; } 
.new-mega-menu-design .secaondary_simple_menu { margin: 0;text-align: right;padding-top: 15px;width: 48%; padding-bottom: 11px; }
.new-mega-menu-design .secondary_group_logo { padding: 10px 0; }
.new-mega-menu-design .secondary_cta { padding-top: 3px;margin: 0;float: right; text-align: right;width: 28%; }
.new-mega-menu-design .secaondary_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover, .new-mega-menu-design .secaondary_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active.active-branch a { color: #4a8ebc; }
.new-mega-menu-design  .secondary_cta a#cta_button_154234_15692b5a-ba06-4377-8710-4a991c7be470 {
font-family: Lato,sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    padding: 15px 25px;
    border-radius: 4px!important;
}
.new_alden_pricing_design .cta_table_module .get_a_quote_two {
    width: 21%;
}
.new_alden_pricing_design .cta_table_module .get_a_quote_cta {
    width: 20.8%;
}
.new_alden_pricing_design .cta_table_module .sign_up_now_cta {
    width: 20.9%;
}
.new_alden_pricing_design .cta_table_module .cta_first_div {
    width: 28.6%;
}
.new_alden_pricing_design .alden_table_data_heading > div:last-child {
    border-radius: 0 6px 0 0px;
}
.new_alden_pricing_design .alden_table_data_heading > div:first-child {
    border-radius: 6px 0px 0 0px;
}
.new_alden_pricing_design .cta_module_group {
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 0px 0px 7px 7px;
    /*box-shadow: 3px 3px 8px 2px #dddddd;*/
  box-shadow: 0px 0px 12px 5px #dddddd;
}

.sign_up_now_cta, .get_a_quote_cta, .get_a_quote_two { position: relative;padding: 15px 0 20px; }
.table_pricing_group {
    display: flex;
    flex-direction: column;
    border: 0px;
    border-bottom: none;
    /* box-shadow: 10px 6px 6px 6px transparent, 8px 5px 8px 7px transparent, 12px 9px 10px -4px #dddddd, -12px 0 20px -4px #dddddd; */
}
.table_pricing_group_sub_title { /* box-shadow: 0 0px 0px 0px transparent, 0 0px 0px 0px transparent, 12px 0 10px -4px #dddddd, -12px 6px 20px -4px #dddddd; */}
.row-fluid .alden_desktop_table_module {
    background-color: #f6f6f6;
    padding-top: 4em;
    padding-bottom: 4em;
}
.alden_table_data_heading_tooltip_image img {
    margin-left: 3px;
  margin-top: 2px;
}
.sticky {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
  transition: 0.1s all ease;
}
body.new_alden_pricing_design .row-fluid .headerproduct-content { max-width: 555px; }
body.new_alden_pricing_design .cta_button.sign_in_alden_one { position: relative; }
body.new_alden_pricing_design .cta_button.speak_to_specialist { position: relative; }
body.new_alden_pricing_design .sign_in_alden_one:after { content: ' '; background-image: url(https://www.aldensys.com/hubfs/Alden%20One%20Update%20Page%20December/green_arrow.png)!important;width: 13px;height: 13px; background-repeat: no-repeat; display: block; right: 13px; position: absolute; top: 9px;transition:all 0.15s ease 0s; }
body.new_alden_pricing_design .sign_in_alden_one:hover::after {right: 4px; top: 8px; }
body.new_alden_pricing_design .speak_to_specialist:after { content: ' '; background-image: url(https://www.aldensys.com/hubfs/Alden%20One%20Update%20Page%20December/orange_arrow.png)!important;width: 16px;height: 11px; background-repeat: no-repeat; display: block; right: 11px; position: absolute; top: 8px; transition: all 0.15s ease 0s;}
body.new_alden_pricing_design .speak_to_specialist:hover::after {right: 4px; top: 8px; }
.new_alden_pricing_design .mobile_view_table { display:none !important; }
.new_alden_pricing_design .table_desktop_module_group { display:block !important; }
.cta_table_module > div > .row-fluid { display: flex; flex-wrap: wrap; flex-direction: row; }
.new_alden_pricing_design .cta_table_module .cta_first_div { width: auto; flex: 0 0 30%; float: none; }
.cta_table_module .sign_up_now_cta, .cta_table_module .get_a_quote_cta, .cta_table_module .get_a_quote_two { margin: 0; width: auto !important; flex: 0 0 23.3%; border-left: 1px solid #ebebeb; }
.table_pricing_group_sub_title .featured_table_sub_titles:last-child { border-right: none; }
@media (max-width: 1140px) {.content-typ {padding: 60px 20px!important}
.new-mega-menu-design .secondary_cta a#cta_button_154234_15692b5a-ba06-4377-8710-4a991c7be470 { font-size: 17px!important; padding: 15px 15px; }
.new_alden_pricing_design .alden_table_data_heading_content { font-size: 16px; padding: 18px 47px; }
.get_a_quote_cta a.cta_button, .get_a_quote_two a.cta_button { padding: 15px 17px !important; }
body.new_alden_pricing_design .row-fluid .headerproduct-content { max-width: 545px; }
.sign_up_now_cta a#cta_button_154234_ca041ba5-e984-4b6f-9b72-8ea79b4e2a6c {  padding: 15px 45px; }
.featured_table_title_group { position: relative; } 
.featured_table_content_content { position: unset; }
.table_tooltip_group { left:0; }
}

@media (max-width: 1053px) {
.new-mega-menu-design .secondary_cta {width: 30%}
.new-mega-menu-design .secaondary_simple_menu {width: 46%}
}

@media (max-width: 1005px) {
  .new_alden_pricing_design .alden_table_data_heading_content { font-size: 16px; padding: 18px 44px; }
}

@media (max-width: 991px) { 
.new_alden_pricing_design .mobile_view_table { display:block !important; margin-top: 10px}
.new_alden_pricing_design .table_desktop_module_group { display:none !important; }
.pricing-secondary-menu a {font-size:17px!important;margin-bottom:10px;}
.sticky { position: relative; }
.new-mega-menu-design .secondary_group_logo { text-align: center;width:100%; }
.new-mega-menu-design .secaondary_simple_menu { text-align: center; width: 100%; padding-top: 5px; padding-bottom: 0; }
.new-mega-menu-design .secondary_cta { display: none; top:60px!important; }
.new-mega-menu-design .secaondary_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { padding: 7px 3px 1px; display: inline-block; width: auto;float: none; }
.new-mega-menu-design .secaondary_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size: 14px; }
.secondary_menu_section .secondary_menu_horizontal { display: none; }
.row-fluid .alden_desktop_table_module { padding-top: 1em; padding-bottom: 0em; }
.mobile_table_heading div { font-size: 21px;}
.mobile_table_heading_second_line>div {font-size: 17px !important;} 
.mobile_table_subtitle div { font-size: 17px; font-weight: 600}
.mobile_table_content div { font-size: 16px;padding:0; line-height: 20px }
.mobile_table_view_group { margin-bottom: 2em; }
.new-mega-menu-design .secaondary_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { overflow: visible; }
} 

@media (max-width: 500px) {.content-typ {padding: 0px 20px!important}
  body.new_alden_pricing_design .row-fluid .headerproduct-content {max-width: 445px; margin: 0 auto!important; float: none!important}}

/* Alden One Pricing Page CSS August 2019 Ends */



/* Alden New Footer Design Aug-2019 starts */
.new-footer-section .row-fluid .main-mid-center { float: none!important;margin: 0 auto!important;max-width: 1140px;width: 100%!important; padding: 0 1em; }
.new-footer-section .simple_footer_menu_group ul li a { color: #4b5050;font-family: Lato, sans-serif;font-size: 14px;font-weight: 400; }
.new-footer-section .simple_footer_menu_group ul li a:hover { color: #56a1d5;}
.new-footer-section .simple_footer_menu_group .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding: 1px 0px;display: table; }
.new-footer-section .simple_footer_menu_group .hs-menu-wrapper.hs-menu-flow-vertical li a { white-space: pre-wrap !important; }
.new-footer-section .footer_simple_menu_title span { font-weight: 700;color: #4b5050;font-family: Lato, sans-serif;font-size: 14px; }
.new-footer-section .new_footer_content { border-bottom: 1px solid #dddddd; }
.new-footer-section .new-footer-copyright-lp {text-align:center!important;} 
.new-footer-section .new-footer-copyright-left {color:#444444;font-family: Lato, sans-serif;font-size: 12px;font-weight: 400;}
.new-footer-section .new-footer-copyright-left a {color: #008bd2;}
.new-footer-section .new-footer-copyright-left a:hover {color:#1BA2E6;}
.new-footer-section .new-sub-footer-section { padding: 20px 0 0; }
.new-footer-section .new-sub-footer-section-lp { padding: 20px 0 20px; }
.new-footer-section {padding: 2em 0 1.5em 0;background:#eeeeee;}
.new-footer-section .new_footer_content { padding-bottom: 20px; }
.new-footer-section .new-footer-links-right { text-align: right; }
.new-footer-section { background-color:#ffffff; }
.new-footer-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size: 14px;font-weight: 400;padding:0 !important; }
.new-footer-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float:none !important; }
.new-footer-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul { margin-bottom: 10px; }
.seond_group { margin: 0px !important; }
@media (min-width: 1300px) {
.seond_group { margin: 0px !important;width:51.2% !important; }
.footer_menu_group_second { margin-left: 14px !important; }
}
@media (max-width: 991px) {
.footer_logo_group { width: 100% !important;float: none !important;text-align: center;margin-left: 0 !important;padding-bottom: 30px; }
.footer_menu_group { width: 100% !important;float: none !important;text-align: center;margin-left: 0 !important; }
.new-footer-section .responsive_top { width: 100% !important;float: left; }
.new-footer-section .responsive_bottom { width: 100% !important;float: left;margin:0px !important; }
.seond_group { margin: 0px !important;width: 100% !important; }
.new-footer-section .new-footer-copyright-left { width: 100%;padding-bottom: 25px;text-align: center; }
.new-footer-section .new-footer-links-right { text-align:center;width:100%;margin-left: 0 !important; }
.new-footer-section .row-fluid .footer-logo2 { max-width: 95px;width: 100% !important;float: none !important;text-align: center;margin: 0 auto !important; }
.new-footer-section .new_footer_content { padding-bottom: 0px; }
.new-footer-section .simple_footer_menu_group .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { display:block; }
}
@media (max-width: 767px) {
.row-fluid .typ-hero h1 {font-size: 30px; line-height: 34px;}
.row-fluid .typ-hero h2 {font-size: 20px!important; line-height: 24px!important;}
.footer_menu_group, .footer_logo_group { width: 100% !important;float:none !important; }
.new-footer-section .footer_logo_group { padding-bottom: 30px; }
.new-footer-section .footer_simple_menu_title { text-align: center; }
.new-footer-section .simple_footer_menu_group ul li { text-align: center; }
.new-footer-section .new-footer-copyright-left { text-align: center;padding-bottom: 15px; }
.new-footer-section .new-footer-links-right.footer-links-right { text-align: center; }
.row-fluid .managed-services {background-position: center right!important; max-width: none!important}
.row-fluid .green-cta a {margin-bottom: 25px}

}





/* Alden New Footer Design Aug-2019 Ends */
/*prodcut page*/

.savings {margin-top: 10px;}
.row-fluid .notifyproductCTA img { box-shadow: 0px 0px 5px #bfbfbf; -webkit-box-shadow: 0px 0px 5px #bfbfbf}
.row-fluid .productcontent-right1 h3 {font-size: 22px!important; line-height: 1.3em!important; margin-bottom: 20px; font-weight: 600!important;}
.row-fluid .header-product { padding:60px 0 71px; position:relative; background-position: center 64%!important;}
.row-fluid .header-product.nobpad { padding-bottom:0px;}

.row-fluid .header-product:before { content:''; position:absolute; background:rgba(20,57,99,0.7); width:100%; height:100%; left:0; top:0; }
.row-fluid .no-overlay:before {content: none!important;}
.row-fluid .header-product > div { position:relative; }
.row-fluid .headerproduct-content { max-width:520px; float:right; color:#fff; }
.conduit .header-product h1 {font-size: 17px!important; text-transform: uppercase!important}
.row-fluid .header-product h4 { font-size:17px; line-height:22px; color:#fff; text-transform:uppercase; font-weight:600; padding:0 0 10px; }
.row-fluid .header-product h1 { font-size:42px; line-height:48px; color:#fff; font-weight:600; padding:0 0 10px; }
.row-fluid .headerproduct-text { font-size:20px; line-height:26px; padding:11px 0 37px; }

.row-fluid .headerproduct-link a { display:inline-block; font-size:17px; text-transform:uppercase; line-height:22px; background:#6da9d3; border-radius:4px; color:#fff; padding:18px 25px;  font-weight: 600;}
.row-fluid .headerproduct-link a:hover { background: white; color: #005288; text-shadow: none!important; } 
.row-fluid .headerproduct-link a:after { content:''; display:inline-block; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/arrow-icon.png) no-repeat; width:18px; height:18px; margin:-4px 0 0 8px; vertical-align: middle; }
.row-fluid .headerproduct-link a:hover:after {  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/arrow-iconhover.png) no-repeat; }
.row-fluid .alden-onevid a:after {background: inherit!important; margin: 0!important; height: auto!important; width: auto!important; vertical-align: inherit!important}
.row-fluid .alden-onevid a:before {content:''; display:inline-block; background:url(https://www.aldensys.com/hubfs/video-icon-navy2.png) no-repeat; width:29px; height:21px; vertical-align: middle; margin: -3px 10px 0px 0px;}
.row-fluid .alden-onevid a:hover:before  {  background:url(https://www.aldensys.com/hubfs/alden-images/video-icon.png) no-repeat; }
.row-fluid .polevideo-link a {background:url("https://www.aldensys.com/hubfs/alden-systems/images/watch_video-p3.png") no-repeat; display: inline-block;height: 58px;width: 256px;}
.row-fluid .polevideo-link a:hover{background:url("https://www.aldensys.com/hubfs/alden-systems/images/watch_video-p4.png") no-repeat; display: inline-block;height: 58px;width: 256px;}

.row-fluid .headercontact-link a { display:inline-block; font-size:17px; text-transform:uppercase; line-height:22px; background:#6da9d3; border-radius:4px; color:#fff; padding:18px 25px;  font-weight: 600;}
.row-fluid .headercontact-link a:hover { background: white; color: #005288; text-shadow: none!important; } 

.row-fluid .headerproduct-menusection { border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; background:#fff; padding:8px 0 10px; }
.row-fluid .headerproduct-menusection ul { margin:0; padding:4px 0; list-style:none; }
.row-fluid .graybar {background-color: #f3f3f3!important;}
.row-fluid .headerproduct-menusection ul li { display:inline-block; margin:0 30px 0 0; }
.row-fluid .headerproduct-menusection ul li a { color:#424244; font-size:13px; font-weight:600; text-transform:uppercase; line-height:20px; }
.row-fluid .headerproduct-menusection ul li a:hover,.row-fluid .headerproduct-menusection ul li a.active { color:#569fd3; }

.row-fluid .headerproduct-menuright { text-align:right; }
.row-fluid .headerproduct-menuright a { color:#424244; font-size:13px; display:inline-block; border:1px solid #e8e8e8; padding:5px 10px; line-height:20px; border-radius:2px; font-weight: 600;}
.row-fluid .headerproduct-menuright a:hover { background:#f3f3f3; }
.row-fluid .prsignup-link  { color:#569fd3; display:inline-block; float:none; width:auto; font-weight: 600;margin-left: 0 !important; text-align: right; }
.row-fluid .proofofperformance-link { color:#569fd3; display:inline-block; float:none; width:auto; margin:0; padding:0 0 0 10px;  }
.row-fluid .proofofperformance-link  a:after { content:''; display:inline-block; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/arrow-icon2.png) no-repeat; width:11px; height:11px; margin:-2px 0 0 8px; vertical-align: middle; }
.row-fluid .ltblue-onwhite {background-color: #6da9d3; border-radius: 6px;
    color: #fff;
    transition: all .4s ease-in-out 0s!important;
    float: none!important;
    font-size: 17px;
    font-weight: 600;
    max-width: 255px;
    padding: 15px 25px;
    text-align: center!important;
}
.row-fluid .ltblue-onwhite:hover {background-color: #005288; color: white;}
.row-fluid .productnotify-section { padding:45px 0 67px!important; background:#f3f3f3; }
.row-fluid .productnotify-section h2 { font-size:34px; color:#004f84; line-height:36px; padding:0 0 25px; font-weight:400; }

/*.row-fluid .productnotify-section h2 { font-size:20px; color:#4b5050; line-height:27px; font-weight:400; }*/
.row-fluid .lcam-sec2 {padding: 65px 0 42px!important; background:#f3f3f3; }
.row-fluid .down-icon a:before {content: '';
    display: inline-block;
    background: url(https://www.aldensys.com/hubfs/download-blue.png) no-repeat;
    width: 24px;
    height: 23px;
    vertical-align: middle;
    margin: -3px 10px 0px 0px;}

.row-fluid .down-icon a:hover:before  {  background:url(https://www.aldensys.com/hubfs/download-ltblue.png) no-repeat; }
.row-fluid .notify-2018 h1 {padding-bottom: 20px!important;}
.row-fluid .producttop-section h1 { font-size:29px; color:#004f84; line-height:36px; padding:0 0 35px; font-weight:400; }
.row-fluid .whitebkgnd {background-color: white!important;}
.row-fluid .graybkgnd {background-color: #f3f3f3!important;}
.row-fluid .graybkgnd-slider:before {background-color: #f3f3f3!important;}
.row-fluid .productnotify-lbox { text-align:center; font-size:17px; color:4b5050; }
.utilitypole-left {width: 26%!important;}
.utilitypole-center {width: 33%!important;}
.utility-pole h1 {padding-bottom: 30px!important;}
.utility-boxes {padding-bottom: 30px!important;}
.row-fluid .productnotify-lbtext { padding:10px 0; }
.row-fluid .productnotify-lbicon span { display:inline-block; height:75px; }
.row-fluid .productnotify-lbicon span img { position:relative; top:50%; -moz-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.row-fluid .productnotify-lbox:nth-child(2) .productnotify-lbtext { padding:10px 0%; }
.row-fluid .productnotify-lboxes { padding:0 0 48px; color:#4b5050; }
.row-fluid .producttop-lboxes { padding:0 0 35px; color:#4b5050; }


.row-fluid .productnotify-ltext { border:1px solid #569fd3; border-radius:4px; padding:23px 25px 25px; color: #4b5050; }
.row-fluid .productnotify-ltext ul { margin:0; padding:0; list-style:none; }
.row-fluid .productnotify-ltext ul li { float:left; width:60%; padding:0px 10px 1px 10px; font-size:16px; color:#4b5050; position:relative; }
.row-fluid .productnotify-ltext ul li:before { content:''; position:absolute; left:0; top:10px; border-radius:100%; width:6px; height:6px; background:#ee9720; }
.row-fluid .productnotify-ltext ul li:nth-child(2n) { width:40%; }

.row-fluid .producttop-ltext { border:1px solid #569fd3; border-radius:4px; padding:23px 25px 25px; color: #4b5050; float: left; text-align: left;}
.row-fluid .producttop-ltext ul { margin:0; padding:0; list-style:none; }
.row-fluid .producttop-ltext ul li { width: 100%; float:left; padding:0px 10px 15px 10px; font-size:16px; color:#4b5050; position:relative; }
.row-fluid .producttop-ltext ul li:before { content:''; position:absolute; left:0; top:10px; border-radius:100%; width:6px; height:6px; background:#ee9720; }

.benefit-bullet ul { margin:0; padding:15px 0 0 0; list-style:none; font-size: 18px!important; }
.benefit-bulletclear ul { margin:0; padding:8px 0 0 0; list-style:none; font-size: 18px!important; }

.benefit-bullet ul li { float:left;  padding:0px 15px 13px 15px; font-size:16px; color:#4b5050; position:relative; font-size: 18px!important;}
.benefit-bulletDC ul li { float:none!important; }
.benefit-bulletclear ul li { float:left; clear:both!important;  padding:0px 15px 5px 15px; font-size:16px; color:#4b5050; position:relative; font-size: 18px!important;}

.benefit-bullet ul li:before {content:''; position:absolute; left:0; top:10px; border-radius:100%; width:6px; height:6px; background:#ee9720; }
.benefit-bulletclear ul li:before {content:''; position:absolute; left:0; top:10px; border-radius:100%; width:6px; height:6px; background:#ee9720; }


.benefit-bullet2col ul { margin:0; padding:15px 0 0 0; list-style:none; font-size: 18px!important; }

.benefit-bullet2col ul li { float:left; padding:0px 15px 13px 15px; font-size:16px; color:#4b5050; position:relative; font-size: 18px!important; width: 50%!important;}

.benefit-bullet2col ul li:before {content:''; position:absolute; left:0; top:10px; border-radius:100%; width:6px; height:6px; background:#ee9720; }

.row-fluid .productnotify-formmain { position:relative; padding:25px 17px 25px 25px; background:#fff; border:1px solid #dcdcdc; border-radius:4px; box-shadow: 0 0 3px 3px rgba(000,000,000,0.06); }
.row-fluid .productnotify-formmain h3 { padding:0 0 20px; font-size:22px; font-weight:700; line-height:26px; color:#005288; text-transform:uppercase; }
.row-fluid .productnotify-left { padding:0 25px 0 0; }
.row-fluid .productnotify-form p {font-size: 14px; line-height: 20px; color: #5f5f5f; margin-top: 0px;}
.row-fluid .productnotify-form label { font-size:14px; color:#4b5050; padding:0 0 3px;     display: block; }
.row-fluid .productnotify-form input[type=text] , .row-fluid .productnotify-form input[type=email] , .row-fluid .productnotify-form input[type=tel]  { border:none; outline:none; padding:0 15px; height:42px; background:#f3f3f3; border-radius:4px; margin:0 0 10px; font-size: 14px;}
.row-fluid .productnotify-form ul { margin:0; padding:0 0 8px; list-style:none; }
.row-fluid .productnotify-form ul label { font-size:12px; }
.row-fluid .productnotify-form textarea { height:70px; background:#f3f3f3; border-radius:4px; margin:0 0 10px; padding:15px; border:none; outline:none; width: 100%!important; }
.row-fluid .productnotify-form input[type=submit] { font-family: Lato,sans-serif!important; margin:8px 0 0; cursor:pointer; border:none; outline:none; background-color:#6da9d3; padding:20px 20px; border-radius:4px; font-size:15px; font-weight:700; border-radius:4px; color:#fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; }
.row-fluid .productnotify-form input[type=submit]:hover { background-color:#005288; }
.row-fluid .productnotify-form select { border:none; outline:none; padding:0 15px; height:42px; background:#eeeeee; border-radius:6px; margin:0 0 15px; font-size: 14px;}
.row-fluid .productnotify-formbottom { position:absolute; bottom:30px; font-size:22px; color:#569fd3; right:35px; width:auto; }
.row-fluid .productnotify-fbortext { float:none; width:auto; margin:0; display:inline-block; vertical-align:middle; font-size:20px; padding:0 10px 0 0; }
.row-fluid .productnotify-fbtext { float:none; width:auto; margin:0; display:inline-block; vertical-align:middle; }
.row-fluid .productnotify-fbtext strong { font-size:27px; line-height:30px; display:block; }
.row-fluid .productnotify-formbottom a { color:#569fd3; }
.row-fluid .productnotify-formbottom a:hover { color:#005288; }
.row-fluid .product1-inventory {border-bottom: 1px solid #ccc; padding: 30px 0px 60px 0px; border-top: 0px!important;}
.padding-20 {padding-bottom: 20px!important;}
.row-fluid .productcontent-main { padding:60px 0; border-top:1px solid #ccc; color:#4b5050; }
.row-fluid .productcontent-mainblog { padding:0px; border-top:1px solid #ccc; color:#4b5050; }
.row-fluid .productcontent-noborder { border:none; }
.row-fluid .productcontent-l1box { margin:15px 0; position:relative; padding:0; }
.row-fluid .productcontent-main h2 { font-size:34px; color:#004f84; line-height:36px; padding:0 0 10px; font-weight:400; line-height: 35px;}
.row-fluid .productcontent-mainblog h1 { font-size:29px; color:#004f84; line-height:36px; padding:0 0 20px; font-weight:400; }

.row-fluid .productcontent-l1bicon { display:inline-block; float:none; vertical-align:middle; width:60px; }
.row-fluid .productcontent-l1btext { margin:0; width:86%; float:none; display:inline-block; vertical-align:middle; padding:0 0 0 15px; }
.row-fluid .productcontent-l1text { padding:0 0 20px; }
.row-fluid .productcontent-l1text a {color: #6da9d3!important;}
.row-fluid .productcontent-l1text a:hover {color: #005288!important;}
.row-fluid .productcontent-main h4 { font-size:22px; color:#4b5050; line-height:32px; padding:0 0 15px; font-weight:700; }
.row-fluid .productcontent-mainblog h4 { font-size:24px; color:#4b5050; line-height:32px; padding:0 0 15px; font-weight:500; }

.row-fluid .productcontent-r1video { padding:0 0 15px; }
.row-fluid .productcontent-right3 { text-align:right; }
.row-fluid .productcontent-left3 p , .row-fluid .productcontent-right2 p { padding:15px 0; margin:0; }
.row-fluid .minnesota-rcontent { padding:0 0 30px; }
.row-fluid .minnesota-rlink1 , .row-fluid .minnesota-rlink2, .row-fluid .green-btn { float:none; width:auto; display:inline-block; }
.row-fluid .backlogcs-link {float:left; width:auto; display:inline-block;}

.row-fluid .white-bttn {text-align: right; width: 34%!important; float: right;}
.row-fluid .white-bttn a {border-radius:4px; padding:15px 25px 0px  25px; height:55px;display:inline-block; border: 2px solid #ffffff; background-color: white; font-size:17px; color:#005288; text-transform:uppercase;  font-weight:600;}
.row-fluid .white-bttn a:hover {background-color: #005288; color: white; border: 2px solid #005288;}
.row-fluid .white-bttn2 {text-align: right; width: 34%!important; float: right;}
.row-fluid .white-bttn2 a {border-radius:4px; padding:15px 25px 0px  25px; height:55px;display:inline-block; border: 2px solid #ffffff; background-color: white; font-size:17px; color:#005288; text-transform:uppercase;  font-weight:600;}
.row-fluid .white-bttn2 a:hover {background-color: #005288; color: white; border: 2px solid #005288;}

.row-fluid .processvideo {text-align: right; width: 63%!important;}
.row-fluid .processheader {margin: 30px 0px 40px 0px; border-bottom: 1px solid #ccc; padding-bottom: 30px;}
.row-fluid .processheadtxt {padding-top: 5px;}
.row-fluid .processheadtxt h2 {font-size: 33px;}

.row-fluid .processinfotxt p { margin-bottom:35px;}
.row-fluid .processinfotxt { width:80%;}
@media (max-width: 1140px) { .row-fluid .processinfotxt {width:100%;} .typoffercol {width: 100%!important;} .typofferimg {display: none!important;}
}
@media (max-width: 991px) { .row-fluid .processinfotxt p {text-align:center;} }

.row-flud .processheadtxt2 {padding-top: 5px;}
.row-fluid .processheadtxt2 h2 {font-size: 30px; line-height:36px; position:absolute; padding-top:10px;}

@media (max-width: 1140px) { .row-fluid .processheadtxt2 h2 { position:relative!important;} } 
@media (max-width: 991px) { .row-fluid .processheadtxt2 { width:100%!important;} } 
@media (max-width: 991px) { .row-fluid .processheadtxt2 h2 {font-size: 26px; text-align:center;} .row-fluid .contact-typtxt {padding: 0px 5% 30px!important}} 

.row-fluid .ltblue-cta a { border-radius:4px; padding:15px 25px; display:inline-block; border:2px solid #6da9d3; font-size:17px; color:#fff; text-transform:uppercase;  font-weight:600; background:#6da9d3; }
.row-fluid .ltblue-cta a:hover { background: white; color:#005288; border-color:white; }

.row-fluid .green-btn a { background:#aebd37; border-radius:6px; padding:15px 25px; display:inline-block; border:2px solid #aebd37; font-size:18px; color:#fff; text-transform:uppercase;  font-weight:600; }
.row-fluid .green-btn a:hover { background: white; color:#005288;border:2px solid #ffffff;}

.row-fluid .minnesota-rlink1 a , .row-fluid .minnesota-rlink2 a, .row-fluid .backlogcs-link a { border-radius:6px; padding:15px 25px; display:inline-block; border:2px solid #6da9d3; font-size:17px; color:#fff; text-transform:uppercase;  font-weight:600; }
.row-fluid .minnesota-rlink1 a { background:#6da9d3;  }
.row-fluid .minnesota-rlink1 a:hover { background: white; color:#005288; border-color:white; }
.row-fluid .minnesota-rlink2 a { border-color:#fff; }
.row-fluid .backlogcs-link a { border-color:#fff; }
.row-fluid .backlogcs-link a:hover { background:#569fd3; border-color:#569fd3; }
.row-fluid .minnesota-rlink2 a:after { content:''; display:inline-block; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/arrow-icon.png) no-repeat; width:18px; height:18px; margin:-4px 0 0 8px; vertical-align: middle; }
.row-fluid .minnesota-rlink2 a:hover { background:#569fd3; border-color:#569fd3; }
.row-fluid .productcontent-left2 { float:left; margin:0; }
.row-fluid .productcontent-left2 h3 {     color: #707076;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px; }
.row-fluid .productcontent-right2 { float:right; margin:0; padding-right: 30px; }
.row-fluid .productcontent-left1 { padding:0px; }

.row-fluid .minnesota-main { padding:80px 0 70px; color:#fff; font-size:20px; line-height:29px; position:relative; }
.row-fluid .dark-gray-overlay:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.75)!important; }
.row-fluid .minnesota-main:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.45); }
.row-fluid .minnesota-main > div { position:relative; }
.row-fluid .minnesota-left { text-align:center; }
.row-fluid .minnesota-right {   }
.row-fluid .minnesota-main h2 { padding:15px 0 20px; font-size:37px; font-weight:700; font-weight:600; }
.row-fluid .minnesota-main p { padding:15px 0; margin:0; }
body.product-page { overflow-x:hidden; }
.row-fluid .hub-csmain {padding: 55px 0 50px;}
.row-fluid .productfeatures-main { padding:75px 0 15px; }



.row-fluid .conduit-bottom-cta2 { padding:40px 0 70px; color:#fff; font-size:20px; line-height:29px; position:relative; z-index:99!important; }
.row-fluid .conduit-bottom-cta2 > div { position:relative; }
.row-fluid .conduit-bottom-cta2 h2 { padding:15px 0 20px; font-size:32px; font-weight:700; font-weight:600; }
.row-fluid .conduit-bottom-cta2 p { padding:10px 0 20px; }

.conduit-cta-border { background: rgba(8,22,49,0.65); border: 1.5px solid #b9bf33; padding:20px; border-radius:5px; margin-top:35px; }
.navy-cta-border { background: rgba(86,161,213,0.65); border: 2px solid #004f84; padding:20px 0px 70px; border-radius:3px; margin-top:35px; text-align: center; }
.inventory-image {padding: 100px 0px 120px!important;}

.navy-cta-border h2 {font-size: 38px!important;}
.navy-cta-border h3 {font-size: 25px!important; line-height: 30px!important;}

.inventory-learn {-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; border-radius:6px; text-align: center!important; min-width: 250px; padding:15px 25px; display:inline-block; border: 0px; background-color:#004f84; font-size:19px; color: #fff!important; text-transform:uppercase;  font-weight:600; margin-top: -35px!important;}
.inventory-learn:hover {background-color: white!important; color: #004f84!important;}
.cta-center {margin: 0 auto!important; float: none!important; text-align: center!important}

/*.conduit-cta-recbg img {position:absolute; z-index:-1; margin-top:40px; margin-left:-15px; }

.conduit-cta-recbg-991 img { display:none; }*/

.conduit-border-padding { padding:0 225px; }
.inventory-border-padding { padding:0 12%; }


.row-fluid .conduit-bottom-cta2 p {text-align:center; color:#ffffff; margin:0 0 35px;}

/*@media (min-width:1141px) and (max-width:2000px) { .conduit-cta-recbg-1040 img { display:none; } }*/

@media (max-width:1140px) { .row-fluid .conduit-border-padding {padding:0 55px;} .row-fluid .inventory-border-padding {padding:0 55px;}  /*.conduit-cta-recbg img {display:none; } .conduit-cta-recbg-1040 img { display:block; position: absolute; z-index:-1; margin-top:15px; margin-left:-15px; }*/ }

@media (max-width:991px) { .row-fluid .conduit-bottom-btn {  margin-top:-35px!important;} /*.conduit-cta-recbg-991 img { display:block; position: absolute; z-index:-1; margin-top:-10px; margin-left:-15px; } .conduit-cta-recbg-1040 img { display:none; }*/ }

@media (max-width:767px) {
  .manage-img {float: left!important; width: 32%!important}
  .manage-img-mid {margin: 0px 10px!important}
.row-fluid .conduit-bottom-cta2 {text-align: center; padding: 40px 0 55px; }
    .row-fluid .producttop-ltext {margin-bottom: 20px;}
.row-fluid .conduit-bottom-btn a {  margin-top:-100px!important; }
.navy-cta-border h2 {font-size: 31px!important;}
.navy-cta-border h3 {font-size: 19px!important; line-height: 22px!important;}
.inventory-image {padding: 50px 0px 60px!important;}
.inventory-content {max-width: 500px!important;}
.row-fluid .no-overlay {background-position: 100% 64%!important;}
.row-fluid .conduit-bottom-cta2 p {line-height:26px!important;}

.row-fluid .conduit-bottom-cta2 h2 {line-height:35px!important;}
.inventory-border-padding  { padding:0!important; }
.conduit-border-padding { padding:0!important; }

/*.conduit-cta-recbg-991 img { display:none!important; }*/
}

@media (max-width:650px) {
.inventory-content {max-width: 400px!important;} .row-fluid .no-overlay {background-position: 75% 64%!important;}
}

@media (max-width:605px) {  .manage-img {float: left!important; width: 31%!important}}


@media (max-width:500px) {
.inventory-content {max-width: none!important;} .row-fluid .no-overlay {background-position: 61% 64%!important;} }

/*@media (max-width:1140px) { .row-fluid .conduit-bottom-cta2 p {margin:0 100px 20px 100px!important;} }

@media (max-width:991px) { .row-fluid .conduit-bottom-cta2 p {margin:0 50px 20px 50px!important;} }

@media (max-width:767px) { .row-fluid .conduit-bottom-cta2 p {margin:0 25px 0px 25px!important;} }

@media (max-width:590px) { .row-fluid .conduit-bottom-cta2 p {margin:0!important;} }*/

.row-fluid .conduit-bottom-btn a { padding: 15px 20px;  font-size: 16px; }
.row-fluid .conduit-bottom-btn {  margin-top:-35px;}
.row-fluid .conduit-bottom-btn a { border-radius:6px; padding:15px 25px; display:inline-block; border:2px solid #b9bf33; background-color:#b9bf33; font-size:17px; color:#081631; text-transform:uppercase;  font-weight:600; }
.row-fluid .conduit-bottom-btn a:hover { background:#ffffff; border-color:#ffffff; }

/*----*/

.row-fluid .conduit-bottom-cta p {text-align:center; color:#ffffff; margin:0 200px 20px 200px;}

@media (max-width:1140px) { .row-fluid .conduit-bottom-cta p {margin:0 100px 20px 100px!important;} }

@media (max-width:991px) { .row-fluid .conduit-bottom-cta p {margin:0 50px 20px 50px!important;} }

@media (max-width:767px) {.task-agent img {float: none!important} .task-agent {text-align: center} .savings {margin: 0px 0px 20px;} .savings img {max-width: 40%!important;} .row-fluid .conduit-bottom-cta p {margin:0 25px 0px 25px!important;} }

@media (max-width:590px) { .row-fluid .conduit-bottom-cta p {margin:0!important;} }

.row-fluid .productfeatures-box { padding:0 0 60px 90px; position:relative; }
.row-fluid .productfeatures-bicon { position:absolute; width:auto; left:0; top:0; }
.row-fluid .productfeatures-btext { float:left; width:100%; margin:0; color:#4b5050; }
.row-fluid .productfeatures-btext p { padding:10px 0 0; margin:0; }
.row-fluid .productfeatures-btext h6 { font-size:20px; color:#4b5050; line-height:24px; padding:0; font-weight:700; }
.row-fluid .blog-feed {margin:161px 0px;}
.row-fluid .blog-feed h1 {font-size: 29px; color: #004f84; line-height: 36px; padding: 0 0 0px; font-weight: 400; padding-bottom: 0px;}

.row-fluid .blog-feed-conduit {margin:100px 0px;}
.row-fluid .blog-feed-conduit h1 {font-size: 28px; color: #4B5050; line-height: 36px; padding: 0 0 0px; font-weight: 400; padding-bottom: 0px;}


.row-fluid .blog-feed-osp {margin:140px 0px 125px 0px;}
.row-fluid .blog-feed-osp h1 {font-size: 29px; color: #004f84; line-height: 36px; padding: 0 0 0px; font-weight: 400; padding-bottom: 0px;}


.row-fluid .hub-section1header h1 {font-size: 29px; color: #004f84; line-height: 36px; padding: 0 0 25px; font-weight: 400; }
.row-fluid .getstarted-left { background:#b0bc22; width:50%; float:left; min-height:480px; padding:60px 25px 35px 0; color:#fff; }
.row-fluid .getstarted-left h3 { color:#fff; padding:0 0 20px; font-size:29px; line-height:30px; font-weight:700; text-transform:uppercase; }
.row-fluid .getstarted-left label { font-size:14px; color:#fff; padding:0 0 5px; display: block; }
.row-fluid .getstarted-left input[type=text] , .row-fluid .getstarted-left input[type=email] , .row-fluid .getstarted-left input[type=tel]  { width:100%; border:none; outline:none; padding:0 15px; height:42px; background:#fff; border-radius:6px; margin:0 0 10px; font-size: 14px; }
.row-fluid .getstarted-left select  { border:none; outline:none; padding:0 15px; height:42px; background:#fff; border-radius:6px; margin:0 0 15px; font-size: 14px;}
.row-fluid .getstarted-left ul { margin: -11px 0 -9px; padding:0; list-style:none; }
.row-fluid .getstarted-left ul label { font-size:12px; } 
.row-fluid .getstarted-left input[type=submit] { display:inline-block; margin:8px 0 0; cursor:pointer; border:2px solid #fff; box-shadow: 0 0 2px 2px rgba(000,000,000,0.06); outline:none; background:none; padding:16px 20px; border-radius:4px; font-size:15px; font-weight:700; border-radius:4px; color:#fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out;}
.row-fluid .getstarted-left input[type=submit]:hover { background-color:#005288; border-color:#005288; }
.row-fluid .getstarted-left .hs-form fieldset.form-columns-2 .input { margin:0; }
.row-fluid .getstarted-left .hs-form fieldset.form-columns-2 > div { padding:0 6px 0 0; }
.row-fluid .getstarted-left .hs-form fieldset.form-columns-2 > div + div { padding:0 0 0 6px; }

.row-fluid .secondary-cta {position:relative; color:#fff; padding: 60px 0px 70px ; }
.row-fluid .secondary-cta:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(20,57,99,0.70); }
.row-fluid .secondary-cta > div { position:relative; }
  .row-fluid .secondary-cta p  {font-size: 20px;
    line-height: 29px;}
.second-cta-button {margin-top: 20px;}
.second-cta-img {text-align: center;}

.row-fluid .second-cta h2 {color: #fff;
    font-weight: 400;
    margin: 10px auto 5px;
    font-size: 31px;
    line-height: 36px;}
.row-fluid .second-cta p {color: #fff; margin-bottom: 0px; } 

.row-fluid .getstarted-right {  height:300px; position:relative; color:#fff; text-align:center; }
.row-fluid .getstarted-right:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(20,57,99,0.70); }
.row-fluid .getstarted-right > div { position:relative; }
.row-fluid .getstarted-right > div.row-fluid-wrapper:nth-child(2) { top:50%; -moz-transform: translateY(-50%);  -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
/*.row-fluid .getstarted-rbox { padding:0 0 0 80px; }*/
.row-fluid .getstarted-right h2 { font-size:41px; font-weight:400; padding:0 0 30px; }
.row-fluid .getstarted-rblink1 , .row-fluid .getstarted-rblink2 { float:none; width:auto; display:inline-block; }
.row-fluid .getstarted-rblink1 a , .row-fluid .getstarted-rblink2 a { border-radius:6px; padding:15px 15px; display:inline-block; border:2px solid #6da9d3; font-size:17px; color:#fff; text-transform:uppercase;  font-weight:600; }
.row-fluid .getstarted-rblink1 a { background:#6da9d3; }
.row-fluid .getstarted-rblink1 a:hover { color:#005288; background: white; border-color: white; }
.row-fluid .getstarted-rblink2 a { border-color:#fff; }
.row-fluid .getstarted-rblink2 a:hover { background:#569fd3; border-color:#569fd3; }
.row-fluid .linkto-section a { cursor:pointer; }
.row-fluid .getstarted-rblink2 {margin-left: 10px;}
.row-fluid .footer-quicklinks2 { line-height:28px; padding:12px 0; margin:0 0 30px; border-top: #cccccc solid 1px; border-bottom: #cccccc solid 1px; }
.row-fluid .footer-quicklinks2 h6 { float:left; padding-right:20px; line-height:28px; color:#5f5f5f; }
.row-fluid .footer-quicklinks2 ul { float:left; padding:0 0 0 25px; margin:0; list-style:none; }
.row-fluid .footer-quicklinks2 ul li { float:left; padding-right:35px; }
.row-fluid .footer-quicklinks2 ul li a { color:#4b5050; }
.row-fluid .footer-quicklinks2 ul li a:hover { color:#56a1d5; }
.row-fluid .footer2 .footer-headings { font-weight:600; }
.row-fluid .footer2 h6 { font-weight:600; color:#5f5f5f; }
.row-fluid .footer2 .footer-copyright-left { font-size:15px; color:#5f5f5f; }
.row-fluid .footer2 .footer-about .footer-headings { padding-bottom:10px; }
.row-fluid .footer2 .adress-detailsnew { padding-top:44px; }
.row-fluid .footer2 .adress-details p:last-child { padding:0; margin:0 0 10px; }
.row-fluid .footer2 .adress-detailsnew a { color:#4b5050; }
.row-fluid .footer2 .adress-detailsnew a.cta_button { text-transform: uppercase; color: #5f5f5f; font-weight: 600; }
.row-fluid .footer2 .adress-detailsnew a.cta_button:hover { color:#56a1d5; }
.row-fluid .services-menu ul { margin:0; padding:4px 0 6px!important; list-style:none; }
.border-bottom {
   
    border-bottom: 1px solid #ccc;}

.lpfootercopyright {padding-top: 50px!important;}
 
 .callout-center {width: 34%!important;}

.callout-right {width: 29%!important;}

.row-fluid .industry_cta1 a { background: #56a1d5; color: #FFF; border-color: #56a1d5; max-width: 250px!important; }
.row-fluid .services_cta1 a { background: #56a1d5; color: #FFF; border-color: #56a1d5;}

.row-fluid .team-partner .freeconsultation-link.text-link.industry_cta1, .text-link.services_cta1 a:hover { color: #005288; border-color: #fff; }

.row-fluid .container-main .learnmore-link {margin-top: -2px!important;}

.row-fluid .container-main .learnmore-link, .row-fluid .container-main .findsolutionnow-link { margin:0px 10px 0 0; }
.row-fluid .container-main .learnmore-link:hover { background:#56a1d5; color:#FFF; }

.sec-offer-header h2 {text-align: center!important; color: white; font-size: 36px!important;}

/* New Conference LP Style Start */
.conference19 h2 {    margin-bottom: 0px;
    color: #005187;
    font-family: Lato;
    font-size: 30px!important;
    text-align: center;
    text-transform: uppercase;
    text-align: center;}
.new_ald_conf_lp{font-family:Lato;}
.conf_lp_head_main {background-repeat: no-repeat;background-size: cover;width: 100%;padding-bottom: 48px;}
.new_conf_lp_menu {margin:45px 0 10px;transition: all 0.2s ease-in-out 0s;}
.new_conf_lp_left_menu {text-align: right;width:37% !important;}
.new_conf_lp_right_menu {text-align: left;width: 36% !important;margin-left:0px !important;}
.acc-img-1 {width: 20%!important}
.acc-img-2 {width: 55%!important; margin-left: 2.5%!important}
.acc-img-3 {width: 20%!important; margin-left: 2.5%!important}
.stay-updated {background-color: #afbc22; padding: 20px 0px 5px}
.stay-updated .cta_button.conf_lp_ban_regnow:hover {color: #afbc22!important}
.new_conf_lp_menu_sticky .row-fluid .container-main {margin: 0 auto;width: 775px !important;}
.new_conf_lp_menu_sticky .new_conf_lp_left_menu {width: 282px!important;}
.new_conf_lp_menu_sticky .new_conf_lp_right_menu {width: 275px !important;}
.new_conf_lp_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding:0px 9px !important;}

.new_conf_lp_menu_sticky.new_conf_lp_menu{background: #fff; border-bottom:3px solid #569fd3; margin-top: 0;position: fixed;top: 0;z-index: 999;padding: 10px 0;}
.new_conf_lp_logo{}
.conf_lp_footer_group h3.new_conf_lp_menu_sticky .new_conf_lp_logo{display:none;}
.new_conf_lp_menu_sticky .new_conf_lp_left_mogo_main_set {max-width: 159px;width: 100%; }
.new_conf_lp_menu_sticky .new_conf_lp_logo{display:none;}
.new_conf_lp_menu_sticky .new_conf_lp_sticky_logo{display:block !important;}
.new_conf_lp_menu_sticky li a {color:#005187 !important;}
.new_conf_lp_menu_sticky li a:hover {color:#005187;}
.new_conf_lp_left_mogo_main_set {text-align: center;max-width:225px;margin:0px 25px !important;}
.new_conf_lp_menu li a { color:#fff;text-transform: uppercase;max-width: 100% !important;font-family:Lato;font-size: 16px; padding: 10px 15px !important; font-weight: 600; transition: all 0.5s;}
 .new_conf_lp_menu ul{ margin-top: 20px !important;}
.conf_lp_bann_main{ text-align:center; color:#fff;}
.conf_lp_bann_main h1{ text-align:center; color:#a5d5ff;font-family:Lato;font-size: 38px; line-height:39px; font-weight: bold; /*text-shadow: rgba(0,0,0,0.6) 0 0 6px;*/ margin-top: 35px; }
.conf_lp_bann_main ul{ text-align:center; padding: 0; margin-top: 13px}
.conf_lp_bann_main ul li:first-child::before {content: "";}
.conf_lp_bann_main ul li::before {content: ".";font-size: 40px; color:#a5d5ff; margin-left: -20px;margin-top: -9px;padding-right: 10px;position: absolute;}
::-webkit-input-placeholder{color:#fff;font-weight:7600;font-family:Lato; opacity:1;font-size:17px;padding: 0 !important;height: 43px;-webkit-appearance: none;}
:-moz-placeholder{color:#fff;font-weight:7600;font-family:Lato; opacity:1;font-size:17px;padding: 0 !important;height: 43px;-webkit-appearance: none;}
::-moz-placeholder{color:#fff;font-weight:7600;font-family:Lato; opacity:1;font-size:17px;padding: 0 !important;height: 43px;-webkit-appearance: none;}
:-ms-input-placeholder{color:#fff;font-weight:7600;font-family:Lato; opacity:1font-size:17px;padding: 0 !important;height: 43px;-webkit-appearance: none;}
.conf_lp_bann_main li {color: #569fd3;list-style-type: disc;margin-left: 25px; display:inline-block;font-weight: 600; /*text-shadow: rgba(0,0,0,0.6) 0 0 6px ;*/ text-transform: uppercase;font-size: 20.25px;}
.con_ban_lis_bot_borfder {background: #afbd22; /*box-shadow: rgba(0,0,0,0.5) 0 0 6px;*/ height: 3px;margin:24px auto;width: 245px;}
.conf_lp_bann_main li:first-child{ list-style:none;}
.conf_lp_bann_main li span {color: #fff;}
.conf_lp_reg_copy p span{margin: 0 8px 0 5px;/*border-left: 2px solid #569fd2;*/  }
.conf_full_mob {border-left: 0 !important;}
.cof_head_lp_ban_pg p {margin: 0 auto 35px;width:68%;font-weight:500; /*text-shadow: rgba(0,0,0,0.8) 0 0 5px;*/ line-height: 28px;font-size: 20px;}
.cta_button.conf_lp_ban_regnow {font-size: 16px !important;font-weight: 600 !important;text-transform: initial;border-radius: 6px !important;}
.conf_lp_bann_main h5{font-size: 17px;margin-top:15px; text-transform: uppercase; /*text-shadow: rgba(0,0,0,0.6) 0 0 6px;*/ margin-bottom:30px;}
.conf_lp_signup_bg{background:#005187;padding:35px 0px 50px 0px;margin-top: 5px;}
.conf_lp_signup_bg h3{ color: #fff;font-size: 25px;text-align: center; line-height:33px; font-family:Lato;font-weight: 500;}
.conf_lp_signup_bg .hs_email label{ display:none; }
.conf_lp_signup_bg .hs-error-msgs.inputs-list {color: #fff;list-style: outside none none;margin: 10px 0;padding: 0;}
.conf_lp_signup_bg .hs-error-msgs.inputs-list label{display:block;font-size: 15px;}
.conf_lp_signup_bg form{max-width:500px; width:100%; margin:25px auto; }
.conf_lp_signup_bg .hs_email.field.hs-form-field {float: left;margin-right: 20px;width:67%;}
.conf_lp_signup_bg .hs_submit {float: left;}
.conf_lp_signup_bg input[type="submit"] {background:none;border: 2px solid #fff; font-size:15px; border-radius: 4px;color: #fff;padding:11px 40px;text-transform: uppercase; font-weight:bold;font-family:Lato; transition: all 0.5s;-webkit-appearance: none;}
.conf_lp_signup_bg input[type="submit"]:hover {background:#ffffff!important; color:#005187; transition: all 0.5s;}
.conf_lp_signup_bg .hs-input { border-bottom:1px solid #fff; border-radius:0px;line-height:40px;padding: 0 !important;height:43px;background:none;border-left: 0;border-right: 0;border-top: 0;color: #fff;}
.conf_lp_speak_sec_main {padding: 47px 0 40px; background: url('https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg') repeat;}
.conf_lp_speak_sec_main h1 {text-align: center;text-transform: uppercase;font-size: 32px;font-family:Lato; color:#005187;}
.conf_spek_lp_main {text-align: center;margin-top: 35px;padding: 0;}
.conf_spek_lp_main li{display:inline-block;text-align:left;}
.con_agenda_inn_lis_details {color: #4b5050;}
.con_agenda_inn_lis_details h4 {color: #4b5050;font-family: Lato;font-size: 18px;font-weight: bold;line-height: normal;margin: 15px 0;}
.con_agenda_inn_lis_details h5 {font-family: Lato;font-size: 17px;font-weight: 600;line-height: normal;text-decoration: underline;}
.con_agenda_inn_lis_details p { margin-top: 0;font-size: 17px;font-weight: 500;}
.conf_all_spek_lp_inn h3 {color: #569fd3;font-family: Lato;font-size:18px;font-weight: 600;text-transform: uppercase;}
.conf_spek_lp_main h2{color: #4b5050;font-family: Lato;font-size: 24px; margin-top:15px;line-height: normal; }
.conf_spek_lp_main h3 {color: #569fd3;font-family: Lato;font-size: 18px;font-weight: 00;text-transform: uppercase;margin-bottom: 5px;}
.conf_spek_lp_main p {color: #4b5050;font-size: 16px;font-style: italic;font-weight: 500;margin-top: 5px; }
/*.conf_all_spek_lp_main {float: left;max-width: 272px;width: 100%;min-height: 365px;}*/
.conf_all_spek_lp_inn {width: 100%;}
.spek_hover_tit h4 {color: #fff;display: table-cell;font-size: 15px; padding:0 15px; height: 175px;text-align: center;vertical-align: middle;width: 156px;font-family: Lato;line-height: normal;}
.spek_hover_tit a {color: #fff;}
.spek_hover_tit a:hover {color: #eeeeee;}
.conf_all_spek_lp_inn h2 {color: #4b5050!important;font-family: Lato;font-size: 21px; margin-top:10px;line-height: normal;}
.conf_all_spek_lp_inn > p {color: #4b5050;font-size: 16px;font-style: italic;font-weight: 500;margin-top: 5px; }
.conf_all_spek_lp_img_sec {position: relative;width: 100%; /*min-height: 240px;*/}
.spek_hover_tit {position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 156px;opacity: 0;transition: 1s ease;background: rgba(100, 158, 201, .7);}
.conf_all_spek_lp_img_sec:hover .spek_hover_tit {opacity: 1;}
.conf_all_spek_lp_inn h3{opacity: 0; transition: .7s ease;}
.conf_all_spek_lp_img_sec > img {height:auto;width: 156px;}
.conf_lp_all_speak_sec h3 {color: #569fd3;font-family: Lato;font-size: 18px;font-weight: 600;text-transform: uppercase;margin-left: 2px; padding-bottom:5px;}
.top_spek_hover_tit {background: rgba(100, 158, 201, 0.7);bottom: 0;left: 0;opacity: 0;position: absolute;right: 0;top: 0;transition: all 1s ease 0s;width: 100%;}
.conf_spek_lp_main_img:hover .top_spek_hover_tit {opacity: 1;}
.conf_spek_lp_main_img {position: relative;}
.top_spek_hover_tit h4 {color: #fff;display: table-cell;font-family: Lato;font-size: 17px;height: 284px;line-height: normal;text-align: center;vertical-align: middle;width: 294px;}
.top_spek_hover_tit a {color: #fff;}
.top_spek_hover_tit a:hover {color: #eeeeee;}
.conf_spek_lp_main h2, a {color:#4b5050;}
.conf_lp_all_speak_sec ul {list-style: outside none;margin: 0;padding: 0;text-align: center;}
.conf_lp_all_speak_sec li {display: inline-flex; margin-right: 22px; margin-left:22px; text-align: left; margin-bottom:30px;}
.agenda-container {width: 550px!important}
.row-fluid .update-form select {padding: 0px 0px 0px 16px!important; float: left;outline: none;width: 100% !important;font-family: Lato,sans-serif;border-radius: 5px;border: 0px;height: 40px;padding-right: 40px;-webkit-appearance: none;-moz-appearance: none;background: url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-images/select-arrow.png) no-repeat #FFF;background-position: center right 10px;}
@media (max-width:991px) { .conf_lp_speak_sec_main ul .secon_li {margin-left:0!important; margin-right:0px!important;} }
@media (max-width:767px) {.conftyp .contenttyp-casestudytext {padding: 0px 35px 35px!important} .conf_lp_speak_sec_main ul .secon_li {margin-left:25px!important; } .stay-updated {padding: 20px 20px 30px} .stay-updated .conf_lp_ban_regnow {margin-top: 0px!important} .conf_lp_footer_group {padding: 20px 20px 0px!important} .conf_lp_reg_copy p {margin-bottom: 0px!important} #hs_cos_wrapper_module_150295239383213 {padding-top: 20px!important}
  .attend-col {padding: 0px 20px}}

/*.conf_lp_all_speak_sec li {display: inline-flex; margin-right: 52px;text-align: left;margin-bottom:30px;}*/
/*.conf_lp_all_speak_sec li {display: inline-block;margin-right: 52px;text-align: left;margin-bottom:30px;}*/

.conf-comingsoon h3 { text-align:center!important; font-weight:bold; font-size:23px!important; color:#333333; line-height:1em; margin-top:55px;}
.conf-comingsoon p { text-align:center!important; font-size:17px!important; margin-top:7px; margin-bottom:30px;}
.conf_agen_lp_bg {background: #f5f5f5;padding-bottom: 40px;}
.conf_lp_loca_bg{background-repeat: no-repeat;background-size: cover;width: 100%;padding-bottom: 40px;color: #fff;text-align: center;}
.conf_lp_loca_bg h1{font-family: Lato;font-size: 32px;text-align: center;text-transform: uppercase;margin-top: 20px;}
.conf_lp_loca_bg a { transition: all 0.5s; }
.conf_lp_loca_bg a:hover { color: #B7D0EB!important; transition: all 0.5s; }
.conf_lp_loca_icon img{margin-bottom: 15px;margin-top: 25px; }
.conf_lp_loca_bg h3{font-family: Lato;font-size: 22px;text-align: center; font-weight: bold;line-height: normal;}
.conf_lp_loca_bg p {font-weight:500;margin-top: 5px;}
.conf_accom_lp_bg h1{font-family: Lato;font-size: 32px;text-align: center;margin-top:10px;color: #005187; text-transform: uppercase;}
.conf_lp_acco_copy p {color: #4b5050;font-weight: 600;margin: 15px auto;text-align: center;width:56%;}
.conf_lp_acco_copy a {color:#569FD3!important; font-weight:bold!important; transition: all 0.5s!important;}
.conf_lp_acco_copy a:hover {color:#88B6DF!important; transition: all 0.5s!important; }
.conf_lp_acco_price_lis p {line-height: 30px;text-align: center;color: #4b5050;}
.conf_lp_acco_price_lis {margin-bottom: 20px;}
.conf_lp_loca_bg a{color: #fff;}
.conf_lp_bann_main_img img{ display:none; }
.conf_lp_loca_img img{ display:none; }
.conf_accom_lp_bg {background: url('https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg') repeat; padding:30px 0 55px;}
.conf_reg_lp_bg {background: #f5f5f5;padding:45px 0 45px;}
.conf_agen_lp_bg h1 { margin-bottom: 20px;color: #005187;font-family: Lato;font-size: 30px;text-align: center;text-transform: uppercase; text-align:center; margin-top:40px;}
.conf_lp_event_bg{background:#ffffff; padding:90px 0px; text-align:center;}
.conf_lp_event_bg h5 {color: #5f5f5f;font-size: 16px;text-transform: uppercase;}
.conf_accom_lp_bg ul {list-style:none;padding: 0;}
.conf_accom_lp_bg li {float: left;margin-right: 15px;margin-bottom: 15px;}
.conf_accom_lp_bg li img { width:100%; }
.conf_accom_lp_bg li:nth-child(3n) { margin-right:0px;}
.conf_reg_lp_bg h1 {color:#005187;font-family: Lato;font-size: 32px;text-align: center;text-transform: uppercase; text-align:center;}
.conf_lp_reg_copy p { text-align:center;color: #4b5050;font-size: 20px;margin-bottom: 60px;}
.conf_lp_footer_group{background:#005187;padding:65px 0 0 0;}
.conf_lp_footer_group h3{color: #fff;font-size: 33px;margin-bottom: 0px;text-transform: uppercase;line-height:normal;}
.conf_lp_footer_group label {color: #fff;display: block;font-size: 15px;margin-bottom: 3px;}
.conf_lp_footer_group .hs-error-msgs.inputs-list {color: #fff;list-style:none;margin: 0px 0px 10px;padding: 0; line-height: 16px}

.conf_lp_footer_group input[type="text"] {border:none;border-radius: 4px;height: 40px; margin-bottom: 15px;padding: 0 0 0 5px !important;}
.conf_lp_footer_group input[type="email"] {border:none;border-radius: 4px;height: 40px;padding: 0 0 0 5px !important; margin-bottom: 15px;}
.conf_lp_footer_group input[type="tel"] {border:none;border-radius: 4px;height: 40px;padding: 0 0 0 5px !important; margin-bottom: 15px}
.conf_lp_footer_group input[type="submit"] {font-family: Lato;background:none;border: 2px solid #fff; font-size:15px; border-radius: 3px;color: #fff;padding: 11px 40px;text-transform: uppercase; margin-top: 20px;font-weight:bold; transition: all 0.5s!important;-webkit-appearance: none;}
.conf_lp_footer_group input[type="submit"]:hover {background:#ffffff!important; color:#005187!important; transition: all 0.5s!important; }
.conf_lp_foot_ab_text h6 {color: #fff;font-family: Lato;font-size: 15px;font-weight: 600;line-height: 25px;}
.conf_lp_foot_ab_text h6 span {color: #97bee2;}
.conf_lp_foot_ab_text a {color: #fff; transition: all 0.5s!important;}
.conf_lp_foot_ab_text a:hover {color: #C8DAEF; }
.conf_lp_top_box_img img{ width:100% !important; background-repeat:no-repeat; background-size:cover;}
.conf_lp_foot_bott_img img{ width:100% !important; background-repeat:no-repeat; background-size:cover; }
.conf_lp_foot_ab_text h5 {color: #fff;font-size: 20px;margin-top:25px;text-transform: uppercase;}
.conf_lp_foot_ab_text p { color:#fff;font-size: 15px;line-height: 22px;margin-top: 5px;}
.conf_lp_foot_copy_rights p { color:#fff;font-size: 13px;}
.con_agenda_main_lis {margin: 0 auto;max-width: 600px;width: 100%;}
.con_agenda_main_lis h3 {color: #005187;font-size: 24px; font-family: Lato;font-weight: bold;margin-bottom: 15px;}
.con_agenda_inn_lis {float: left;margin-bottom: 20px;width: 100%;margin-left: 60px;}
.con_agenda_inn_lis_left {float: left;padding-bottom: 15px;padding-top: 15px;text-align: right;width: 100px;}
.con_agenda_inn_lis_time {color: #4b5050;font-weight: bold;}
.con_agenda_inn_lis_right {border-left: 1px solid #b7b7b7;float: left;margin-left: 25px;padding-bottom: 15px;padding-left: 25px;padding-top: 15px;width: 475px;}
.con_agenda_inn_lis_name {color: #569fd3;font-family: Lato;font-size: 19px;font-weight: bold;}
.con_agenda_inn_lis_topic {color: #4b5050;font-family: Lato;font-size: 17px;font-style: italic;font-weight: 600;}
.con_agenda_inn_lis_main_set {float: left;width: 100%;}
.conf_lp_loca_bg a:hover{color:#fff;}
.conf_lp_speak_sec_main ul .fourth_li{ margin-right:0px; }
.new_conf_lp_menu li a:hover{color:#B7D0EB!important; transition: all 0.5s!important;}

.conf-register-cta { text-align:center; margin-top:-25px; }
.conf-payment h3 { font-size:25px!important; text-align:center; color:#4b5050; margin-top:0px; margin-bottom:15px;}
.conf-payment h4 { font-size:20px!important; text-align:center;color:#569FD3;}
.conf-payment h5 { font-size:18px!important; text-align:center;color:#4b5050; margin-top:20px;}
.conf-payment p, .alden_location_lodging .conf_location_address p, .alden_location_lodging .conf_location_address h3,.alden_location_lodging .conf_location_address h2,.alden_location_lodging .conf_location_address p, .alden_location_lodging .conf_location_address h3,.alden_location_lodging .conf_location_address h2 { text-align:center; padding: 0px 65px;}
.conf-payment-line { margin-top:15px; }
.conf-box-left { border: 1px solid #b7b7b7; padding:25px 30px 30px 30px; margin-top:20px; height:250px; background-color:white; }
.conf-box-right { border: 1px solid #b7b7b7; padding:25px 30px 30px 30px; margin-top:20px; height:250px; background-color:white; }
.conf-refund-txt h5 { font-size:18px!important; text-align:center;color:#4b5050; margin-top:50px; }
.conf-refund-txt p { font-size:14px!important; text-align:center; line-height:18px;}
.row-fluid .conf-refund-txt { width:70%!important; margin-left:auto!important; margin-right:auto!important; float:none!important; }

.why-attend-cta {text-align:center; margin:20px 0; font-weight:bold!important;}

.why-attend {background: #f5f5f5;
    padding-bottom: 40px;
}

.conf-h2 h2 {margin-bottom: 0px;
    color: #005187;
    font-family: Lato;
    font-size: 30px!important;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
}

.conf-intro {width: 100%!important; margin: 0 auto!important; float: none!important;}

.conf-intro p { 
    text-align: center;
    color: #4b5050; margin-bottom: 60px;}
    
.attend-col {color: #4b5050; width: 46%!important; }
.attend-col p {margin-bottom: 30px; line-height: 26px;}
.attend-col strong {color: #569fd3;}
.attend-left {margin-right: 40px;}

@media (max-width: 1150px) { 
  .alden_conference_2020_hero .cof_head_lp_ban_pg p {width:54%;}
}

@media (max-width: 1140px) { 
    .conf_lp_speak_sec_main ul .fourth_li{ margin-right:55px; }
    .conf-box-left { height:245px; }
    .conf-box-right { height:245px; }
    .row-fluid .conf-refund-txt { width:90%!important; }
    .conf-payment p { padding: 0px!important; }
    .attend-left {margin-right: 25px;}
    .attend-col {width: 47%!important; }

}    

@media (max-width:1140px) { 
    .conf_lp_speak_sec_main ul .fourth_li{ margin-right:0px;}
    .conf_lp_speak_sec_main ul .secon_li{ margin-right:0px; }
    .conf_accom_lp_bg ul {list-style:none;max-width: 550px;padding: 0;width: 100%;margin: 0 auto;}
    .conf_accom_lp_bg li {margin-right: 0px;}
    .conf_accom_lp_bg ul li:first-child{margin-right: 15px;}
    .conf_accom_lp_bg ul li:last-child{margin-left: 15px;}
    .topic_list_title { width: 11%; }
    .row-fluid .telecomunication-select.topic-dropdown.topic_drop_down_new { position: unset; right: 0; top: 0; width: 2%; }
    
} 

@media (max-width:1100px) {.link-left {width: 36%!important} .link-right {width: 58%!important}}

@media (max-width:991px) { 
 .conf-box-left { height:265px; }
.conf-box-right { height:265px; }  
        .attend-col {width: 100%!important; margin-left: 0px!important; }
.attend-left {margin-right: 0px;}
    .topic_list_title { width: 13%; }
.link-left {width: 100%!important} .link-right {width: 100%!important; margin-left: 0px!important}
}    

@media (max-width:900px) {
  .link-left {width: 100%!important; margin-bottom: 10px!important} .link-right {width: 100%!important; margin-left: 0px!important}
.second-cta h2 {text-align: center;}
.second-text {width: 100%!important; float: none!important; margin: 0 auto!important;}
.second-cta p {text-align: center; }
.second-cta-button {text-align: center;}
.second-cta-img {display: none!important;}
}

@media (max-width:805px) { 
 .new_conf_lp_left_mogo_main_set {max-width:150px;}
.conf_lp_head_main .row-fluid .container-main { width:767px }  
}  

@media (max-width: 767px) { 
  .alden_conference_2020_hero .cof_head_lp_ban_pg p {width:80%;}
}

@media (max-width:669px) { 
 .conf-box-left { height:245px!important; }
    
}  

@media (max-width:600px) { 
    .conf_lp_all_speak_sec li{ margin-right:10px;}
    .conf_lp_speak_sec_main ul .secon_li{ margin-left:0px; }
    .conf_accom_lp_bg ul .firs_acco{ width:56%; }
    .conf_accom_lp_bg ul .sec_acco{ width:39%; float: right;}
    .conf_accom_lp_bg ul .firs_acco img{ width:auto; }
    .conf_accom_lp_bg ul .sec_acco img{ width:auto; float: right;}
    .conf_accom_lp_bg ul .five_acco{ width:56%; }
    .conf_accom_lp_bg ul .six_acco{ width:39%; float: right;}
    .conf_accom_lp_bg ul .five_acco img{ width:auto; }
    .conf_accom_lp_bg ul .six_acco img{ width:auto;float: right; }
    .conf_accom_lp_bg li { width:100%; }
    
}  
@media (max-width:500px) { 
    .row-fluid .secondary-cta {position:relative; color:#fff; padding: 30px 0px 60px ; }
    /*.conf_lp_top_box_img { display:none !important; }
    .conf_lp_top_box_mobile_img{ display:block !important; }
    .conf_lp_foot_bott_img{ display:none !important; }
    .conf_lp_foot_bott_mobile_img{ display:block !important; }*/
    .alden_conference_2020_hero .cof_head_lp_ban_pg p {width:100%;}
  
}
@media (max-width: 768px) { 
    .conf_lp_footer_group .row-fluid .container-main { width:95%;}
    .conf_lp_bann_main li {margin-left: 0px; line-height: 20px; font-size: 17.5px; font-weight: 700} .typofferimg {display: inherit!important; text-align: center;}
       /* .blog-left {padding-left: 30px!important;}*/

}    
@media (max-width: 767px) { 
  .row-fluid .second-cta p {margin-top: 5px}
  .link-left {width: 100%!important; margin-bottom: 0px!important; float: left!important} .link-right {width: 40%!important; margin-left: auto!important; float: left!important}
    .conf_lp_mob_menu { display:block !important; }
    .new_conf_lp_left_menu{ display:none !important; }
    .new_conf_lp_right_menu{ display:none !important; }
    .new_conf_lp_left_mogo_main_set{text-align:center;max-width:100%;}
    .new_conf_lp_menu_sticky.new_conf_lp_menu{background:none !important;margin-top: 0;position: relative !important;top: 0;z-index: 999;padding: 15px 0;}
    .cof_head_lp_ban_pg p{width:100%;}
    .conf_lp_bann_main h1{line-height:normal;margin-top: -30px; font-size:40px!important; line-height:1em!important;}
    .new_conf_lp_logo{text-align: center;max-width: 100% !important;margin-top: 60px;}
    .conf_lp_mob_menu a.mobile-trigger{background:none;}
    .con_agenda_main_lis{max-width: 100%;}
    .con_agenda_inn_lis{margin-left: 0;}
    .con_agenda_inn_lis_right{width:72%; }
    .con_agenda_inn_lis_left{width:85px;}
    .conf_lp_acco_copy p{width:100%;}
    .conf_lp_footer_group h1{margin-top:40px;}
    .conf_lp_foot_bott_img {margin-top: 30px;}
    /*.conf_lp_mob_menu a.mobile-trigger:first-child i {background:url("https://www.aldensys.com/hubfs/2018%20Alden%20User%20Conference/Menu_bar.png") no-repeat;display: inline-block;height: 24px;width: 36px;}
    .conf_lp_mob_menu a.mobile-trigger i, a.mobile-trigger i::before, a.mobile-trigger i::after {background-color: transparent !important;}*/
    .conf_lp_mob_menu a.mobile-trigger{top: -20px;right: 15px;}
    .conf_lp_mob_menu a.mobile-trigger i, a.mobile-trigger i::before, a.mobile-trigger i::after{width: 22px !important;}
    .conf_lp_mob_menu a.mobile-trigger i, a.mobile-trigger i::before, a.mobile-trigger i::after{width: 22px !important;}
    .conf_full_mob {float: left;width: 100%;}
    .conf_lp_reg_copy p span{border-left:0px; }
    .conf_lp_all_speak_sec h3 {text-align:center!important;}
    .conf_spek_lp_main h3 {text-align:center!important;}
    .conf-box-left { height:220px; }
    .conf-box-right {height:205px; }
    .row-fluid .conf-refund-txt { width:100%!important; }
    .conf-register-cta { margin-top:5px; }
    .conf-payment-line { margin-top:45px; margin-bottom:-25px!important; }
    .topic_list_title {
  width: 100%;
}
    
}

@media (max-width: 650px) {.link-left {width: 30%!important; } }


@media (max-width: 570px) {
    .conf_lp_signup_bg form {margin: 25px auto;max-width: 100%;width: 100%;}
    .conf_lp_signup_bg .hs_email.field.hs-form-field {margin-right: 0!important;width: 100%!important;}
    .conf_lp_signup_bg .hs_submit {margin-top: 35px;width: 100%;}
    .conf_lp_signup_bg input[type="submit"]{width: 100%;}
    .conf_lp_reg_copy p span{ border-left:0px; }
   .link-left {width: 35%!important; } 
  
}

@media (max-width: 591px) {
    .conf-box-right {height:200px!important; }
}

@media (max-width: 505px) {
    .conf-box-left { height:245px!important; }
    .conf-box-right {height:205px!important; }
  .link-left {width: 40%!important; }
  .link-right {width: 50%!important; }
  .gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) { top: 175px !important; left: 97px !important; }
}

@media (max-width: 406px) {
    .conf-box-left { height:265px!important; }
}

@media (max-width: 408px) {
  .link-left {width: 100%!important; margin-bottom: 10px!important} .link-right {width: 100%!important; margin-left: 0px!important}
    .conf-box-right {height:225px!important; }
}

@media (max-width:460px) { 
    .con_agenda_inn_lis_right{width:63%; }
  .gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) { top: 175px !important; left: 96px !important; }
}    

@media (max-width: 391px) {

.conf-box-right {height:235px!important; }

}

@media (max-width:370px) { 
    .con_agenda_inn_lis_right{width:55%; }
  .gm-style > div:first-child > div:nth-child(3) > div:first-child > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(1) { top: 175px !important; left: 71px !important; }
}    


@media (max-width:400px) { .conf_lp_acco_price_lis p { font-size:15px!important; line-height:24px!important;}
}

/* New Conference LP Style End */


@media (min-width:768px) { .row-fluid .industry_cta1 a { float:right; } .row-fluid .industry_cta2 a { float:left; } }
@media ( min-width:700px ) and ( max-width:767px ) {.row-fluid .gravity-text {padding-top: 12px!important;} }
@media ( min-width:600px ) and ( max-width:767px ) {.row-fluid .headerproduct-menuright {text-align: right;}}
@media ( min-width:30px ) and ( max-width:600px ) {.row-fluid .headerproduct-menuright { text-align: left;}}
@media ( min-width:500px ) and ( max-width:700px ) {.row-fluid .gravity-text {padding-top: 5px!important;} }
@media ( min-width:30px ) and ( max-width:500px ) {.row-fluid .gravity-text {padding-top: 0px!important;} .row-fluid .productnotify-formmain form.hs-form .form-columns-2 .hs-form-field {padding-right: 0px!important;} }
 
 
 
@media (max-width: 1140px) and (min-width: 767px) {
.row-fluid .vivarss .hs-rss-item:nth-child(1) {background:#004e81;} .row-fluid .vivarss .hs-rss-item:nth-child(4) {background:#004e81;}
.row-fluid .vivarss .hs-rss-item:nth-child(2) {background:#005288;}
.benefit-bullet ul li {width: 100%;}
.row-fluid .white-bttn { width: 40%!important;}
.row-fluid .white-bttn2 { width: 40%!important;}
.row-fluid .processvideo {width: 56%!important;}
}


.datacollecticon3 {width: 66px!important;}
.datacollectcolumn1 {width: 100%!important; padding-left:7px!important; padding-right:7px!important;}

@media ( min-width:30px ) and ( max-width:1140px ) { .datacollectcolumn1 {width: 100%!important;} }

@media ( min-width:30px ) and ( max-width:767px ) { .row-fluid .services-menu ul { margin:0; padding:4px 0 17px!important; list-style:none; }
.benefitimgDC img {padding-top:20px;!important;} .sec-offer-header h2 {font-size: 26px!important;} .services-menu {padding-bottom: 0px!important; border-bottom: 1px solid #d7d7d7!important; border-top: 1px solid #d7d7d7!important}
}


.addl-resources-box {margin-top: 30px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC; text-align: left!important;}
    
    .addl-resources-txt { padding: 20px 20px 10px 5px;}
    
   .addl-resources-txt p {text-align: center;
    color: #FFF!important;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    background: #008bd2;
    border-radius: 6px;
    margin-right: 15px;
    margin-top: 30px;
    padding: 16px 10px;
width:45%;
text-transform:uppercase;}
    
       .addl-resources-txt p:hover {
    background: #569fd3;
    border: 0px;
   }
    
  .addl-resources-txt p a:link {color: white!important;}

.addl-resources-title {text-align: center!important; color: #4B5050 ;}

@media ( max-width:2150px ) { .row-fluid .industry-tab .industry-right .hoverinner-content { padding:50px 251px}}


@media ( max-width:2050px ) { .row-fluid .industry-tab .industry-right .hoverinner-content { padding:50px 226px}}

@media ( max-width:1975px ) { .row-fluid .industry-tab .industry-right .hoverinner-content { padding:50px 204px}}

@media ( max-width:1900px ) { .row-fluid .industry-tab .industry-right .hoverinner-content { padding:50px 195px}}

@media ( max-width:1825px ) { .row-fluid .industry-tab .industry-right .hoverinner-content { padding:50px 170px}}

@media ( max-width:1750px ) { .row-fluid .industry-tab .industry-right .hoverinner-content { padding:50px 151px}}

@media ( max-width:1675px ) { .row-fluid .industry-tab .industry-right .hoverinner-content { padding:50px 133px}}


@media ( max-width:1250px ) {.secondary-rollover h3 {font-size: 27px; font-weight: 600; line-height: 30px;}

.secondary-rollover h4 {font-size: 23px; line-height: 30px!important; padding-top: 10px; font-weight: 400;}

.row-fluid .industry-tab .industry-right .hoverinner-content { padding:50px 100px}

}

@media ( max-width:1140px ) {
.addl-resources-txt h5 {font-size: 21px;}
.vivaheadtxt h1 {font-size: 50px; padding-right: 0px;}
.vivaheadtxt h2 {font-size: 36px; padding-right: 0px;}
.vivaheadtxt h3 {font-size: 26px; padding-right: 0px;}
.row-fluid .viva-lp .hs-form fieldset.form-columns-2 .hs-form-field {width: 46%}
.vivabullets {margin-top: 275px;}
.row-fluid .vivarss .hs-rss-item {width: 50%!important}
.row-fluid .viva-lp .hs-form fieldset.form-columns-2 .hs-form-field {width: 100%;}
.row-fluid .inspection-solution-cta { max-width: 235px; text-align: right;  width: 100%;}
.row-fluid .headerproduct-menuright .widget-type-space { display: none;}
.row-fluid .blog-feed {margin: 150px 0px;}
.row-fluid .conduit-question-lp {font-size: 33px!important; line-height: 41px!important;}
}

.row-fluid .aldenone-maincta {width: 60%!important}
@media ( max-width:991px ) {
  .tablet-hide {display: none!important}
  .tablet-show {display: inline!important}
  .second-text {text-align: center!important; width: 100%!important; margin: 0px!important}
  .jointuse-kit {padding: 20px 0px 30px!important}
  .kit_btn {margin: 2em auto!important}
  .kit-mobile-img img {max-width: 50%!important; margin: 0 auto!important; float: none!important}
.addl-resources-txt h5 {font-size: 21px;}
.addl-resources-txt p {width: 40%!important;}
.addl-resources-img {width: 25%!important;}
.addl-resources-txt {width: 70%!important}  
  .row-fluid .aldenone-maincta {width: 100%!important; margin-bottom:20px}
.row-fluid .header-product h1 {font-size: 41px;}
.row-fluid .getstarted-right h2 {font-size: 33px;}
.row-fluid .minnesota-right {width: 100%!important;}
.row-fluid .minnesota-rlink1 a {margin-right: 10px!important;}
.row-fluid .green-btn a {margin-right: 10px!important;}
.row-fluid .headerproduct-menuright .widget-type-space { display: none;}
.row-fluid .inspection-solution-cta { width: auto;}
.row-fluid .blog-feed {margin: 120px 0px;}
.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-mainbody {width: 100%;}
.row-fluid .process-bttns {width: 100%; margin-left: 0px; padding-top: 15px;}
.row-fluid .white-bttn {text-align: left!important; float: left!important;}
.row-fluid .white-bttn2 {text-align: center!important; width:100%!important;}
.row-fluid .processvideo {text-align: left!important; float: left!important; width: 28%!important;}
}


@media ( max-width:865px ) {.secondary-rollover h3 {font-size: 25px; font-weight: 600; line-height: 27px;}

.secondary-rollover h4 {font-size: 21px; line-height: 25px!important; padding-top: 10px; font-weight: 400;}

.secondary-rollover p {font-size: 19px; line-height: 23px}


}

@media ( max-width:767px ) {
/*html,
body {
    overflow-x: hidden;
} 
body.new_ald_conf_lp {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  position: fixed;
}*/
  .kit-mobile-img img {max-width: 75%!important; }
  .acc-img-mobtop {margin-bottom: 20px}
.conf_lp_top_box_img { display:none !important; }
.conf_lp_foot_bott_img { display:none !important; }
.conf_lp_top_box_mobile_img { display:block !important; }
.conf_lp_foot_bott_mobile_img { display:block !important; }
.conf_lp_top_box_mobile_img img{ height: 111px;overflow-x: hidden !important; max-width:768px !important; width:auto !important;}    
.conf_lp_foot_bott_mobile_img img{ height: 173px;overflow-x: hidden !important; max-width:768px !important; width:auto !important}    
.conf_lp_top_box_mobile_img { overflow-x: hidden !important; max-width:768px !important; }  
.conf_lp_foot_bott_mobile_img {overflow-x: hidden !important; max-width:768px !important;}
.row-fluid .gravity-icon {padding-top: 0px!important;} 
.addl-resources-img {width: 30%!important; float: left!important; padding-right: 20px;} 
.addl-resources-txt {width: 60%!important; float: left!important;}
.footer-right-col {margin: 0 auto!important; float: none!important; max-width: 325px!important;}
.row-fluid .getstarted-right { width:100%; height:300px; } 
.row-fluid .footer-logo  { margin: 0 auto!important; }
.row-fluid .footer-logo2  { margin: 0 auto!important; }
.addl-resources-txt p {margin-top: 20px; width: 50%!important;}
.addl-resources-txt h5 {font-size: 18px;}
.row-fluid .container-main-addl {padding: 45px 0 60px;}
.lpnumberimg {width:8%!important; float: left!important; }
.row-fluid .vivarss .hs-rss-item {width: 100%!important}
.lpnumbertxt {width: 90%!important; float: left!important;}
.fieldassetbenefit {margin-bottom: 30px;}
.row-fluid .headerproduct-menusection ul {padding: 4px 0 17px 0;}
.mobilehide {display: none!important;}
.partnerlogo-1 {margin-bottom: 20px;}
.error-option {margin-bottom: 20px; }
.mobile-margin { margin-left: 10px!important; }
.row-fluid .inspection-solution-cta {max-width: none;}
.row-fluid .blog-feed {margin-top: 40px; margin-bottom: 0px!important;}
.row-fluid .blog-feed-conduit {margin-top: 40px; margin-bottom: 0px!important;}
.row-fluid .blog-feed-osp {margin-top: 40px; margin-bottom: 0px!important;}
.alden-new-events-page .alden_event_main {font-size: 18px;}
.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2, .alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2 a {line-height: 35px !important; }

.row-fluid .white-bttn { width: 49%!important; margin-left: 5px!important;}
.row-fluid .white-bttn2 { width: 100%!important; margin-left: 5px!important;}
.row-fluid .processvideo {width: 49%!important; text-align: right!important; margin-right: 5px!important; }
.row-fluid .processheadtxt h2 {text-align: center; font-size: 29px;}
.row-fluid .processheadtxt2 h2 {text-align: center; font-size: 29px;}
 .new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item { margin-left: 0; padding: 0 15px; width: 100%;margin-bottom: 0px!important;  }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-top {padding-top: 0px!important; margin-bottom: 0px!important}
}



@media ( max-width:650px ) {.addl-resources-img {width: 33%!important; float: left!important; padding-right: 20px;} .addl-resources-txt {width: 58%!important; float: left!important;}

.addl-resources-txt p {margin-top: 20px; width: 60%!important;}

.addl-resources-txt h5 {font-size: 16px; line-height: 25px;}

.row-fluid .container-main-addl {padding: 45px 0 60px;}

}

@media ( max-width:590px ) {.addl-resources-img {width: 100%!important; float: none!important; text-align: center!important;} .addl-resources-txt {width: 100%!important; float: none!important; text-align: center!important}
.row-fluid .minnesota-rlink1 a {margin-right: 0px!important;}
.row-fluid .green-btn a {margin-right: 0px!important;}



.addl-resources-txt p {margin: 20px auto 0px auto!important; width: 50%!important; float: none!important; text-align: center!important;}

.addl-resources-txt h5 {font-size: 20px;}

.row-fluid .container-main-addl {padding: 45px 0 60px;}

.addl-resources-box {margin-top: 40px;
    background-color: transparent;
    border: none;}
.row-fluid .viva-lp .hs-form fieldset.form-columns-2 .hs-form-field {width: 100%!important;}
.lpnumberimg {width:10%!important; float: left!important; }

.lpnumbertxt {width: 85%!important; float: left!important;}
.viva-benefits-subheader h5 {line-height: 1.2em;}
.vivaheadtxt h1 {font-size: 40px; padding-right: 0px;}
.vivaheadtxt h2 {font-size: 28px;}
.vivasection1txt p {padding-right: 0px;}
.vivaheadtxt h3 {font-size: 20px; padding-right: 0px;}

}

@media ( max-width:575px ) {
    .row-fluid .white-bttn { width: 100%!important; float: none!important; text-align: center!important; margin: 15px auto 0px auto!important;}
        .row-fluid .white-bttn2 { width: 100%!important; float: none!important; text-align: center!important; margin: 15px auto 0px auto!important;}
.row-fluid .processvideo {width: 100%!important; float: none!important; text-align: center!important; margin: 0 auto!important; }
    .row-fluid .processheadtxt h2 {text-align: center; font-size: 27px}
    .row-fluid .processheadtxt2 h2 {text-align: center; font-size: 27px}

    }


@media ( max-width:450px ) {
 .acc-img-mobtop {margin-bottom: 10px}
.lpnumberimg {width:15%!important; float: left!important; }

.lpnumbertxt {width: 80%!important; float: left!important;}
.new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody h1 a, .new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody h2 a {
  font-size: 30px;
  line-height: 37px;
 }
 .new-blog-join-list.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item.joinf-us-first-post .post-mainbody {
  padding: 20px;
  text-align: center;
  width: 100%;
}
.conf_lp_bann_main ul li::before {    content: ""!important}

.conf_lp_bann_main li {margin-left: 0px;}
}

@media ( max-width:400px ) {
 
.addl-resources-txt p {width: 60%!important}
.row-fluid .getstarted-right { height:400px; } 
    .row-fluid .conduit-question-lp {font-size: 29px!important; }

}

@media ( max-width:370px ) {
   .conf_accom_lp_bg ul .firs_acco {width: 54%;}
   .conf_accom_lp_bg ul .five_acco {width: 54%;}
   .conf_accom_lp_bg li img{ width:100%; }
}

@media ( min-width:1800px ) { 
    .row-fluid .hero-video iframe  { width:2400px; height:1350px; }
  /*  .row-fluid .industry-tab4 .managedservices-hover { background-position: left bottom -45px; }*/
    .row-fluid .industry-tab3 .fieldasset-hover { background-position: left top -25px; }
    .row-fluid .industry-tab2 .onlinejoint-hover { background-size: 100% 130%; background-position: ; }
        .row-fluid .industry-tab2 .datacollect-hover { background-size: 100% 130%; }

}


@media ( max-width:2100px ) { .row-fluid .home-background {background-position: bottom center!important;padding-bottom: 200px!important;}}
  @media ( max-width:1630px ) {.row-fluid .industry-tab2 .onlinejoint-hover { background-size: 100% 108.5%; } .row-fluid .home-background {background-position: bottom center!important;padding-bottom: 150px!important;}}
  @media ( max-width:1550px ) {.row-fluid .industry-tab2 .onlinejoint-hover { background-size: 100% 106.5%; }}
  @media ( max-width:1500px ) {.row-fluid .industry-tab2 .onlinejoint-hover { background-size: 100% 104.5%; }}
  @media ( max-width:1450px ) {.row-fluid .industry-tab2 .onlinejoint-hover { background-size: 100% 102.5%; }}
  @media ( max-width:1400px ) {.row-fluid .industry-tab2 .onlinejoint-hover { background-size: 100% 101.5%; }}
  @media ( max-width:1350px ) {.row-fluid .industry-tab2 .onlinejoint-hover { background-size: 100% 100.5%; }}
 @media ( max-width:991px ) {  .row-fluid .industry-tab2 .onlinejoint-hover {
    background-size: 100% 103.5%;
    background-position: bottom center!important;}}
 @media ( max-width:971px ) {  .row-fluid .industry-tab2 .onlinejoint-hover {
    background-size: 100% 100%;
    background-position: bottom center!important;}}
    
     @media ( max-width:950px ) {  .row-fluid .industry-tab2 .onlinejoint-hover {
    background-size: 100% 100%;
    background-position: bottom center!important;}}


@media ( min-width:1370px ) and ( max-width:1630px ) { 
    .row-fluid .industry-tab3 .fieldasset-hover { background-position:left top -64px ; }
    .row-fluid .industry-tab4 .managedservices-hover { background-position: left bottom -20px; background-size:100% 103%; }
       .row-fluid .industry-tab2 .datacollect-hover { background-size: 100% 118%; }

}
@media(max-width:1700px){
.row-fluid .offer_content_lp_form_group {    
    right: 15.5% !important;  
    width: 27% !important;
}
}

@media(max-width: 1500px){
.row-fluid .offer_content_lp_form_group {
    right: 14.5% !important;
    width: 28.17094% !important;
}
}
@media (max-width: 1366px){
.row-fluid .offer_content_lp_form_group {
    right: 10.5% !important;
  width: 32.17094% !important; }
}
@media (max-width: 1200px) {
  .row-fluid .offer_content_lp_form_group { width: 40.055248616% !important; }
  .row-fluid .offer_content_lp_form_group { right: 1em !important; }
  .row-fluid .home-mainbkgnd {padding: 45px 50px 25px!important} .row-fluid .homeleft {margin-top: 0px!important}}


@media ( min-width:1140px ) and ( max-width:1580px ) { 
    .row-fluid .hero-video { top:-130px; }
    .hs-blog-post .row-fluid .mainblog-section .blog-left .share-this { left:5%; }

}
@media ( min-width:805px ) and ( max-width:1150px ) { 
.conf_lp_head_main .row-fluid .container-main {margin: 0 auto;width: 831px !important;}
.new_conf_lp_menu_sticky .row-fluid .container-main {width: 770px !important;}
.new_conf_lp_left_menu {width: 278px !important;}
.new_conf_lp_right_menu {width: 234px !important;}

}

@media ( min-width:1141px ) and ( max-width:1310px ) {  
    .hs-blog-post .row-fluid .mainblog-section .blog-left .share-this { display:block; left:0 !important; top:0; position:relative; text-align:center; text-align:left; float:left; width:100%; padding-bottom:15px; }
    .hs-blog-post .row-fluid .mainblog-section .blog-left .share-this ul li { float:none; margin-right:5px; display:inline-block; }
    .row-fluid .telecomunication-select.topic-dropdown, .row-fluid .telecomunication-select.topic-dropdown ul { width:330px; }
    .row-fluid .utility-select.topic-dropdown, .row-fluid .utility-select.topic-dropdown ul { width:330px; }

}


@media (min-width:1024px) and (max-width:1139px) {
.row-fluid .typ-blogpost .hs-rss-item { min-height:273px !important;}
}

@media (max-width:1030px) {
    .row-fluid .telecomunication-select.topic-dropdown .widget-module:hover ul { display:none; }
    .row-fluid .telecomunication-select.topic-dropdown .widget-module:hover > .select-division2:after { border-right:none; border-left:1px solid #ccc; transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); }
    .row-fluid .telecomunication-select.topic-dropdown .widget-module:hover > .select-division2.active:after { border-right: 1px solid #ccc; border-left: none; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); }
    
    
     .row-fluid .utility-select.topic-dropdown .widget-module:hover ul { display:none; }
    .row-fluid .utility-select.topic-dropdown .widget-module:hover > .select-division2:after { border-right:none; border-left:1px solid #ccc; transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); }
    .row-fluid .utility-select.topic-dropdown .widget-module:hover > .select-division2.active:after { border-right: 1px solid #ccc; border-left: none; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); }
}


@media (min-width:991px) and (max-width:1140px) {
    .hs-blog-post .row-fluid .mainblog-section .blog-left .share-this { display:block; left:0 !important; top:0; position:relative; text-align:left; float:left; width:100%; padding-bottom:15px; }
    .hs-blog-post .row-fluid .mainblog-section .blog-left .share-this ul li { float:none; margin-right:5px; display:inline-block; }
    .row-fluid .headercontent-lefttext h2 {font-size: 32px!important; }
    .row-fluid .headercontent-lefttext2 h2 {font-size: 32px!important; }
    
     .row-fluid .headercontent-lefttext h1 {font-size: 32px!important; }
    .row-fluid .headercontent-lefttext2 h1 {font-size: 32px!important; }
    
    .row-fluid .telecomunication-select span.hs_cos_wrapper:hover ul { display:block; }

    .row-fluid .utility-select span.hs_cos_wrapper:hover ul { display:block; }


.industry-cf h1 {font-size: 48px;}
.industry-cf-long h1 {font-size: 48px;}

}
@media (max-width: 1140px) { 
  .row-fluid .industrycontent-section .industrycontent-right .indright-title { padding-bottom: 25px; }
  .row-fluid .productnotify-ltext ul li {width: 50%!important;
line-height: 20px!important;
padding: 10px 10px 1px 10px!important}

.row-fluid .productnotify-ltext ul li:before
{top: 18px!important}
.row-fluid .productnotify-ltext {padding: 16px 25px 25px!important}
.productnotify-lbox {width: 100%!important; margin-left: 0px!important;}

   

.benefit-bullet2col ul li {width: 100%!important;}

.findsolutionnow-link {margin-top: 15px!important;}

}

@media (min-width:768px) and (max-width:1139px) {
    .contenttyp-casestudytext .contenttyp-cstleftimg, .contenttyp-casestudytext .contenttyp-cstrighttext { float:left; width:100%; margin:0; } .contenttyp-cstleftimg {text-align: center;}
    .hs-blog-post .row-fluid .mainblog-section .comment-section .hs_joint_use_email_subscription { float:left; width:100%; }
    .hs-blog-post .row-fluid .mainblog-section .comment-section .hs_joint_use_email_subscription ul { padding-left:0; }
    #captcha_wrapper { margin-top:-100px !important; }
   .industry-cf {width: 70%!important; padding-top: 30px; }
.industry-cf h1 {font-size: 48px;}
  .industry-cf-long h1 {font-size: 48px;}
.vivalpnumber { margin-top: 4px;}
  .lpfooteraddress {width: 46%!important;}
}
@media (max-width: 1015px) { 
.row-fluid .viva-lp  {width:100%; margin: 0 auto;} .vivaheadtxt {width:100%!important; text-align: center;} .vivaheadtxt h2 {font-size: 32px;} .viva-lp .hs-form fieldset {max-width: none;}
 .vivaleftcol {width: 100%!important;} 
.vivabullets {width: 100%!important; margin-top: 20px; margin-left: 0px!important;}
.vivalpnumber { margin-top: 9px;}
}


@media ( min-width:992px ) and ( max-width:1140px ) { 
    
    .lpfootertweet {width: 25%!important;}
 
 .footerlpcopyright {padding-top: 145px!important;}

body.searchresult-show #resultsDiv, .row-fluid .container-main { width:100% !important; }
 .row-fluid .leftcollink {width:30%!important;}
    .row-fluid .rightcollink {width:65%!important;}
    .mobile-margin { margin-left: 10px!important;} 
    
}
    
    
    


@media ( min-width:30px ) and ( max-width:767px ) { .home-18 .banner_background_img .row-fluid .hero-contant {padding-top: 0px!important} .row-fluid .home-background {background-position: 50% center!important;padding-bottom: 200px!important;} .row-fluid .homeblog-header h2 {font-size: 28px!important; font-weight: 600!important} .row-fluid .home-mainbkgnd {padding: 15px 0px 0px!important} .notifyproductCTA { width:85%!important; margin-left:auto!important; margin-right:auto!important;} .removepadding {display: none!important;} }
@media ( min-width:30px ) and ( max-width:767px ) {.notifyCTApad {padding-bottom:45px; } }



.row-fluid .aldenone-ltext { float:left; width:100%; padding:20px; text-align:left; }

.row-fluid .aldenone-ltext ul li:nth-child(2n) , .row-fluid .aldenone-ltext ul li { width: 100%; }

 @media ( max-width:600px ) {.row-fluid .aldenone-ltext ul li {width: 100%!important;} .conf_lp_head_main{background-position: top;}}


.row-fluid .aldenone-ltext { border:1px solid #569fd3; border-radius:4px; padding:25px 25px 21px; color: #4b5050; }
.row-fluid .aldenone-ltext ul { margin:0; padding:0; list-style:none; }
.row-fluid .aldenone-ltext ul li { float:left; width:50%; padding:0px 10px 1px 10px; font-size:16px; color:#4b5050; position:relative; }
.row-fluid .aldenone-ltext ul li:before { content:''; position:absolute; left:0; top:10px; border-radius:100%; width:6px; height:6px; background:#ee9720; }
.row-fluid .aldenone-ltext ul li:nth-child(2n) { width:49%; margin-left:0;}


@media (max-width: 1140px) { 
.aldenone-ltext ul li {width: 50%!important;
line-height: 20px!important;
padding: 10px 10px 1px 10px!important}

.row-fluid .aldenone-ltext ul li:before
{top: 18px!important}
.row-fluid .aldenone-ltext {padding: 16px 25px 25px!important}
.row-fluid .blog-top .blog-followme {width: 70%!important;}
}    
@media (max-width: 715px) {.row-fluid .blog-top .blog-followme {width: 55%!important}}
@media (max-width: 500px) {.row-fluid .blog-top .blog-followme {float: left!important; width: 100%!important; margin: 20px auto 0px auto!important; text-align: center;}}



.row-fluid .aldenone-product {padding-bottom:0px!important; }


/*home-page*/
.row-fluid .hero-heading {  top:85px; }
.row-fluid .hero-content {  top:220px; }
.row-fluid .hero-content h5 { padding:0 25px; }

.row-fluid .cta-text-left { width:75%; }
.row-fluid .cta-button-right { width:25%; padding:22px 0; }
.row-fluid .industry-content-section { padding:50px 55px; }


.row-fluid .footer-address-section { margin-left:0; margin-right:2%; }
.row-fluid .about-alden-details { padding-right:30px; }
.row-fluid .footer-tweet-right { padding:0; margin:0; width:100%; }
.row-fluid .footer-tweet-right iframe { width:100%; }   


.row-fluid .lpfooteraddress {margin-right: 0%!important;}
.row-fluid .lpfootertweet {    width: 22%!important;
    margin-left: 3%!important;}

/*industry-utilities*/
.row-fluid .hero-content-box h6 { font-size:18px; line-height:30px; }
.row-fluid .hero-content-box h1 { font-size:35px; line-height:60px; }
.row-fluid .hero-content-box { padding:25px 16px; }

.row-fluid .utilities-heading { padding:50px 0 30px 0; }

.tabs-top ul li a:link, .tabs-top ul li a:visited, .tabs-top ul li a { padding:15px 20px; font-size:17px; }

.row-fluid .blogsection-main { padding:55px 0; }

.row-fluid .hero-contant { padding:80px 0 150px; }
.home .row-fluid .hero-section-main { min-height:400px; }
.home .row-fluid .stats-section-main { min-height:200px; }

.row-fluid .hero-video { top:-150px; }
.row-fluid .hero-video iframe { max-width:none; width:120%; }

.row-fluid .hero-data-boxes { margin:-71px 0 0; }
.row-fluid .utitities-list-right ul {  margin:0 2%;  }
.row-fluid .teleco-list-right ul {  margin:0 2%; }

.tabs-links ul li a:link, .tabs-links ul li a:visited, .tabs-links ul li a { padding:15px 25px; font-size:16px; }

.industrypage-tabtext h3  { font-size:31px; }
.industrypage-tabtext , .row-fluid .industrypage-tabtext { padding-top:30px; }

.row-fluid .dataservice-bicon span { width:60px; height:60px; }

.row-fluid .smarts-box { min-height:373px;  }

.software-tabscontent { margin:0; padding-bottom:86px; }
.row-fluid .dataservice-main { padding-top:60px; }
.row-fluid .culture-section .culture-boxes h6 { font-size:16px; line-height:22px; }
.row-fluid .alden-location .address { padding:0; }

.row-fluid .downloadguide-left { padding-right:0; }
.row-fluid .downloadguide-cont { padding-left:30px; }
.row-fluid .getyourguide-link a { margin-top:8px; }

.solutiontab-bimg2 { width:43%; }
.solutiontab-btext2 { width:57%; padding:20px; }
.solutiontab-btext2 h4 { font-size:21px; }

.popcontent h2 { font-size:35px; }

.industry-selectdrop ul {  margin: 72px 0 0 -120.5px; }

#smarts .organization-box .solutiontab-bt { min-height: 193px; }
.solutionresult-service .solutiontab-bt { min-height: 190px; }


.row-fluid .headerlp-title h2 { font-size: 48px; line-height:54px; }
.row-fluid .headerlp-title2 h2 { font-size: 48px; line-height:54px; }

.row-fluid .headerlp-title h1 { font-size: 45px; line-height:54px; }
.row-fluid .headerlp-title2 h1 { font-size: 45px; line-height:54px; }
.row-fluid .headerlp-title3 h1 { font-size: 45px; line-height:54px; }


.headerlp-title2 {padding-bottom: 0px!important;}

.row-fluid .headercontent-lefttext { padding: 68px 0 0; }
.row-fluid .headercontent-lefttext2 { padding: 68px 0 0 0px; }

.row-fluid .typ-blogpost .hs-rss-item { min-height:250px; }

.hs-blog-post .row-fluid .mainblog-section .comment-section > .cell-wrapper { width:900px; }
.hs-blog-post .row-fluid .mainblog-section .blog-left #hubspot-topic_data a { margin:3px; float:none; display:inline-block; }
.hs-blog-post .row-fluid .mainblog-section .container-main { padding-left:0; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .share-this { left:5%; }
.row-fluid .blog-top .blog-followme { padding-left:30px; }
.row-fluid .blog-top .email-box>.cell-wrapper { padding-left:0; background-position:left center; }
.row-fluid .blog-top .email_box>.cell-wrapper h3 { font-size:18px; }
.row-fluid .blog-top .email_box>.cell-wrapper .hs_submit input[type=submit] { margin-left:5px; }
.row-fluid .blog-top .email_box .subscribe-close { padding:9px 10px 9px 50px; }
.row-fluid .blog-top .email_box>.cell-wrapper .hs_email input[type=email] { width:210px; font-size:15px; }
.row-fluid .blog-top .email_box>.cell-wrapper ul.inputs-list { padding:10px 0px; }
.row-fluid .blog-top .email_box>.cell-wrapper ul.inputs-list li { margin:0 8px; }
/*.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-mainbody { padding:15px 15px 20px 35px; }*/

body.searchresult-show #resultsDiv { width:100%; }
body.searchresult-show .row-fluid .blog-top .search-box #searchForm1 fieldset.head1 { width:900px; }
.row-fluid .telecomunication-select.topic-dropdown, .row-fluid .telecomunication-select.topic-dropdown ul { width:275px; }

.row-fluid .utility-select.topic-dropdown, .row-fluid .utility-select.topic-dropdown ul { width:275px; }


.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img { height:auto; min-height:auto; }
.row-fluid .footer2 .footer-address-section { margin:0; }
.row-fluid .industry-tab3 .fieldasset-hover { background-position: left top -132px; background-size: 100% 115%; }
/*.row-fluid .industry-tab2 .onlinejoint-hover { background-size: 100% 113%; }*/
.row-fluid .industry-tab2 .datacollect-hover { background-size: 100% 113%; }


.row-fluid .productnotify-formbottom { bottom: auto; font-size: 22px; right: auto; width:100%; position:relative; }
.row-fluid .productnotify-formmain .hs_submit { text-align:center; }
.row-fluid .productnotify-fbortext , .row-fluid .productnotify-fbtext { display: block; text-align:center; padding:10px 0 0; }
.row-fluid .productcontent-l1btext { width: 84%; }
.row-fluid .minnesota-main h2 { font-size: 34px; line-height: 40px;}
 
} 





@media ( min-width:992px ) and ( max-width:1100px ) {  
    .hs-blog-post .row-fluid .mainblog-section .blog-left .share-this { left:5px !important; }
    .hs-blog-post .row-fluid .mainblog-section .container-main { padding-left:40px; }
 
    .row-fluid .industry-tab2 .datacollect-hover { background-size:100% 107%; }

}



@media ( min-width:38px ) and ( max-width:991px ) { 
    
   .industry-cf {width: 100%!important; padding: 20px 0px;}
   .industry-cf h1 {font-size: 42px; text-align: left!important; line-height: 53px;}
      .industry-cf-long {width: 100%!important; padding: 0px 0 30px 0;}
   .industry-cf-long h1 {font-size: 42px; text-align: left!important; line-height: 53px;}
.tabs-utilitesbg { padding-bottom:60px; }


h2.tabaccordian-title  { display:block; }
.tabs-top { display:none; }
.tabs-contentmain .container-main { padding:0 !important; width:100% !important; }
.tabcontent { padding:15px 25px 25px; }
.tabs-contentmain { background:#eee; }


.row-fluid .chart-fullimg { display:block; }
.tabcimg , .tabctext h4 , .row-fluid .tabcimg { display:none; }
.row-fluid .tabctext { text-align:center; padding-bottom:35px; }
 
.tabcontent { float:left; width:100%; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; }

.utilitiespagetabs-main .tabcimg { display:block !important; width:100%; text-align:center; padding:0 0 25px !important; }
.tabscontent-topmain { padding:30px 0; }
.row-fluid .tabctext { padding-bottom:0; }
.industrypage-tabtext h3 { padding-bottom:0; }
.utilites-tabright h3 { display:none; }
.row-fluid .offer_content_lp_form_group {      
    right: 0 !important; top: 2.4em !important;
}
}

@media ( min-width:768px ) {
    .row-fluid .header-navbar ul li.hs-item-has-children:hover .child-trigger { display:none; }
    .row-fluid .headerproduct-menusection.link-fixed { position:fixed; left:0; top:0; background:#FFF; z-index:999; }
}
@media ( min-width:768px ) and ( max-width:991px ) { 
.row-fluid .getstarted-left {padding-left: 30px!important;}
.lpfooterheading {font-size: 16px!important;}
.lpaddressdetails {font-size: 16px!<div class="span3 widget-span widget-type-linked_image gravity-icon" style data-widget-type="linked_image" data-x="0" data-w="3">important;}
.gravity-icon {width: 13%!important; }
.gravity-text {font-size: 18px!important; padding-top: 15px!important;}
 .footerlpcopyright {padding-top: 120px!important;}

.row-fluid .industrycontent-section .industrycontent-right {margin-top: -86px!important; }

.row-fluid .container-main { width:750px; }
.row-fluid .container-main-addl { width:700px; }

 .row-fluid .leftcollink {width:48%!important;}
    .row-fluid .rightcollink {width:48%!important;}
    .mobile-margin { margin-left: 0px!important; margin-top:10px;}

body.searchresult-show #resultsDiv, body.searchresult-show .row-fluid .blog-top .search-box #searchForm1 fieldset.head1 { width:700px!important; }

/*home-page*/

.row-fluid .header-navbar ul li { padding:25px 4px; }

.home .row-fluid .hero-img-main img { min-height:500px; } 
.row-fluid .hero-heading h1 { font-size:45px; line-height:45px; padding:0 0 35px; }
.row-fluid .hero-content h5 { padding:0 25px; font-size:20px; line-height:25px; }

.row-fluid .hero-contant { padding:80px 0 160px; }
.home .row-fluid .hero-section-main { min-height:400px; }
.home .row-fluid .stats-section-main { min-height:200px; }


.row-fluid .hero-video { top:-250px; }



.row-fluid .cta-text-left { width:65%; }
.row-fluid .cta-button-right { width:33%; padding:35px 0; }
.row-fluid .industry-content-section { padding:30px 10px; }

.row-fluid .footer-section br { display:none; }
.row-fluid .adress-details::after { top:48%; }
.row-fluid .adress-details p span { display:block; }

.row-fluid .footer-tweet-right { padding:0; margin:0;  }
.row-fluid .footer-tweet-right .tweetbox { width:200px!important; }
.row-fluid .footer-tweet-right iframe { width:100%; }
.row-fluid .about-alden-details { padding-right:20px; }

.row-fluid .sub-footer-section { padding-top:30px; }

/*industry-utilities*/

.row-fluid .utility-hero-img img { min-height:190px; }
.row-fluid .utility-stats-img img { max-height:190px; }



/*.row-fluid .hero-content-box::after { top:42%; }*/
.row-fluid .hero-content-box h6 { font-size:14px; line-height:20px; }
.row-fluid .hero-content-box h1 { font-size:30px; line-height:50px; }
.row-fluid .hero-content-box { padding:25px 10px; }

.row-fluid .utilities-heading { padding:50px 0 30px 0; }
.row-fluid .clients-section { padding:30px 0 40px 0; }

.row-fluid .hs-rss-description { padding:0 2%; }


.tabs-top ul li a:link, .tabs-top ul li a:visited, .tabs-top ul li a { padding:15px 14px; font-size:14px; }
.row-fluid .freeconsultation-link a { padding-left:10px; padding-right:15px; font-size: 16px; }

.row-fluid .blogsection-main { padding:45px 0 25px; }

.row-fluid .hero-data-boxes { margin:-61px 0 0; }
.row-fluid .utitities-list-right ul {  margin:0 2% 0 0;  }
.row-fluid .teleco-list-right ul {  margin:0 2% 0 0; }

.industrypage-tabtext h3  { font-size:25px; line-height:30px; padding:0; }
.industrypage-tabtext , .row-fluid .industrypage-tabtext { padding-top:20px; }
.tabctext { padding-left:20px; }

.row-fluid .help-text  { padding:0; }
.tabs-contentmain { padding-top:30px; padding-bottom:0; }
.row-fluid .help-titletext { padding-bottom:0; }

.row-fluid .tabctext { width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:15px 0; }
.tabs-links ul li a:link, .tabs-links ul li a:visited, .tabs-links ul li a { padding:15px 14px; font-size:14px; }

.row-fluid .needheader-main h1 { padding-left:0; padding-right:0; font-size: 45px;  line-height: 50px; }
.row-fluid .needheader-text , .row-fluid .softwaresection-text , .row-fluid .smarts-text { padding-left:0; padding-right:0; }
.row-fluid .dataservice-bicon span { width:50px; height:50px; }
.row-fluid .dataservice-boxes h4 { font-size:20px; line-height: 23px; }
.row-fluid .smarts-box { min-height:483px; }
.row-fluid .dataservice-boxes h3 {  padding: 4px 0 0 0;  font-size: 34px; }
.row-fluid .dataservice-boxes .dataservice-boxfull h3 { padding-top:2px; }
.row-fluid .smarts-box2 { padding-left:15px; padding-right:15px; }

.software-tabsctext h2 { font-size: 40px; }

.software-tabscontent { margin:0; padding-bottom:86px; }
.row-fluid .dataservice-main { padding-top:60px; }

.row-fluid .fullwidth-imagesection img { height:150px; }
.abouthero-section ul { padding:30px 0 40px; }
.row-fluid .culture-section { padding:50px 0; background-size:auto; background-attachment:inherit; background-position:center top !important; }
.row-fluid .culture-section .culture-box { padding:0; }
.row-fluid .culture-section .culture-boxes h6 { font-size:14px; line-height:18px; }
.row-fluid .ourclient-section .client-logo { padding:15px 0; }

.row-fluid .contact-alden .container-main { padding:25px 25px 30px; }
.row-fluid .contact-alden .container-main .contactalden-left { padding-right:10px; }
.row-fluid .contact-alden .container-main .contactalden-left ul { font-size:16px; line-height:32px; }
.row-fluid .alden-location .location-map iframe { height:350px; }
.row-fluid .alden-location .address { padding:0; }
.row-fluid .alden-location .location-leftaddress, .row-fluid .alden-location .location-rightaddress { min-height:290px; }


.row-fluid .downloadguide-left { padding-right:0; }
.row-fluid .downloadguide-cont { padding-left:30px; }
.row-fluid .getyourguide-link a { margin-top:8px; }
.row-fluid .downloadguide-cont h2 { font-size:26px; }
.row-fluid .downloadguide-main.downloadguide-white { background-size:cover; }

.solutiontab-conttop  { padding: 0 2% 34px; }
.solutionservice-tablinks  { padding: 0; }
.solutionservice-tabctext { padding-left:20px; padding-bottom:20px; }
.solutionservice-tabctext a.learnmore-link , .solutionservice-tabctext a.learnmore-link2 { padding-left:20px; padding-right:20px; }

.solutionservice-tabcimg { height:294px; }


.solutiontab-bimg2 { width:100%; }
.solutiontab-btext2 { width:100%; padding:20px 25px; }
.solutiontab-box2 { width:70%; margin-left:15% !important; }

.betterdatta-main .solutiontab-bt { min-height: 205px; }
#smarts .solutiontab-box h4  { min-height: 74px; }
 #smarts .solutiontab-bt { min-height:260px; }
 #smarts .solutionbetterdata-boxes .solutiontab-bt { min-height:190px; }
 
#smarts .organization-box .solutiontab-bt { min-height: 193px; }
#smarts .process-box .solutiontab-bt { min-height: 225px; }
.solutionresult-service .solutiontab-bt { min-height: 280px;}
.solutionresult-service  .solutiontab-box h4 { min-height: 74px; }
 
.popcontent { width:500px; }

.industry-selectdrop ul {  margin:85px 0 0 -120.5px; }


.row-fluid .headerlp-title h2 { font-size: 36px; line-height: 42px; }
.row-fluid .headerlp-title2 h2 { font-size: 36px; line-height: 42px; }

.row-fluid .headerlp-title h1 { font-size: 36px; line-height: 42px; }
.row-fluid .headerlp-title2 h1 { font-size: 36px; line-height: 42px; }
.row-fluid .headerlp-title3 h1 { font-size: 36px; line-height: 42px; }


.headerlp-title2 {padding-bottom: 0px!important;}

.row-fluid .headercontent-lefttext h1 {font-size: 32px;  line-height: 38px; }
.row-fluid .headercontent-lefttext h2 { font-size: 32px;  line-height: 38px; }
.row-fluid .headercontent-lefttext { padding: 38px 0 0; }

.row-fluid .headercontent-lefttext2 h1 {font-size: 32px;  line-height: 38px; }
.row-fluid .headercontent-lefttext2 h2 { font-size: 32px;  line-height: 38px; padding-bottom: 40px;  }
.row-fluid .headercontent-lefttext2 { padding: 38px 0 0; }
.row-fluid .vivarss .hs-rss-item { }
.row-fluid .typ-blogpost  .hs-rss-item { min-height: none!important; }



/* Blog Page */
.hs-blog-post .row-fluid .mainblog-section .comment-section > .cell-wrapper { width:700px; }
.row-fluid .blog-top .blog-followme { padding-left:0; }
.row-fluid .blog-top .blog-followme { width:47%; }
.row-fluid .blog-top .email-icon { padding-left:0; }
.row-fluid .blog-top .topic-dropdown { width:25%; }
.row-fluid .blog-top .topic-dropdown ul { width:100%; }
.row-fluid .blog-top .topic-dropdown .select-wrapper { width:100%; }
.hs-blog-post .row-fluid .mainblog-section .blog-left { float:left; width:100%; padding-right:0; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar { margin: 0; width: 100%; text-align: center; padding: 50px 0 0; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .share-this { position:relative; left:0 !important; top:0 !important; float:left; width:100%; padding-bottom:15px; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .share-this ul { float:left; width:100%; padding-bottom:0; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .share-this ul li { float:none; display:inline-block; }
.hs-blog-post .row-fluid .mainblog-section .blog-left #hubspot-topic_data a { margin:3px; float:none; display:inline-block; }

.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-mainbody { width:100%; float:left; padding:15px 35px 35px 35px; }
.row-fluid .blog-top .email-box .subscribe-close { padding:9px 5px 9px 45px; }
.row-fluid .blog-top .email-box>.cell-wrapper h3 { font-size:15px; }
.row-fluid .blog-top .email-box>.cell-wrapper .hs_email input[type=email] { float:left; width:135px; margin-left:5px; font-size:14.5px; padding:; }
.row-fluid .blog-top .email-box>.cell-wrapper ul.inputs-list li input[type=radio] { margin-left:0; }
.row-fluid .blog-top .email-box>.cell-wrapper ul.inputs-list { font-size:15px; padding:10px 0; }
.row-fluid .blog-top .email-box>.cell-wrapper ul.hs-error-msgs { display:none !important; }
.row-fluid .blog-top .email-box>.cell-wrapper .hs_submit input[type=submit] { min-width:90px; font-size:15px; margin-left:5px; }
.row-fluid .blog-top .email-box>.cell-wrapper ul.inputs-list li { margin:0 4px; }
.row-fluid .blog-top .search-box>.cell-wrapper .search-icon, .row-fluid .blog-top .email-box>.cell-wrapper .email-icon { right:0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper { width:100%; float:left; max-height:200px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper img { width:100%; height:auto; }

.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img { min-height:auto; }
.row-fluid .industry-hero, .row-fluid .limited-resource { padding:45px 0; background-position:center top !important; }
.row-fluid .industry-hero .container-main { padding:0; }
.row-fluid .gainclarity-section .gravity-box { font-size:16px; float:left; width:100%; margin:0; }
.row-fluid .footer-quicklinks2 ul { padding:0; }
.row-fluid .footer-quicklinks2 ul li { padding-right:15px; font-size:17px; }
.row-fluid .industrycontent-section .industrycontent-right .indright-title { font-size:18px; padding:0 0 25px 60px; }
.row-fluid .industrycontent-section .industrycontent-right .indright-title span span { font-size:40px; line-height:40px; }
.row-fluid .industry-tab .industry-right .hoverinner-content { padding:60px; }
.row-fluid .team-partner .container-main { padding:0; }
.row-fluid .industry-tab .industry-left .indleft-inner .freeconsultation-link.text-link a { margin:0; }
.row-fluid .industry-tab .industry-left .indleft-inner p { margin:10px 0; }
.row-fluid .industry-tab3 .fieldasset-hover { background-position: left top -140px; background-size: 100% 120%; }
/*.row-fluid .industry-tab2 .onlinejoint-hover { background-size: 100% 113%; }*/
.row-fluid .industry-tab2 .datacollect-hover { background-size: 100% 113%; }

.row-fluid .footer2 .adress-detailsnew br { display:block; }

.row-fluid .headerproduct-menusection ul li { margin: 0 20px 0 0;  }
.row-fluid .productnotify-formmain { padding:15px; }
.row-fluid .productnotify-formmain .hs-form fieldset.form-columns-2 .hs-form-field { width:100%; }
.row-fluid .productnotify-formmain .hs-form fieldset.form-columns-2 .input { margin:0; width:100%; }
.row-fluid .productnotify-formbottom { bottom: auto; font-size: 22px; right: auto; width:100%; position:relative; }
.row-fluid .productnotify-formmain .hs_submit { text-align:center; }
.row-fluid .productnotify-fbortext , .row-fluid .productnotify-fbtext { display: block; text-align:center; padding:10px 0 0; }


.row-fluid .headerproduct-content{  max-width:450px; }
.row-fluid .productnotify-formmain h3 { font-size:21px; }
.row-fluid .productcontent-l1btext { width:80%; }
.row-fluid .minnesota-rlink1, .row-fluid .minnesota-rlink2, .row-fluid .backlogcs-link, .row-fluid .green-btn { margin: 15px 0 0; }
.row-fluid .getstarted-left label { font-size: 12px; line-height: 17px; }

.row-fluid .minnesota-left { display:none !important; }
.row-fluid .minnesota-main { width:100% !important; margin-left:0px !important; }
/*.row-fluid .minnesota-rlink1 a, .row-fluid .minnesota-rlink2 a { padding:15px 20px; font-size:14px; }*/

}





@media ( min-width:30px ) and ( max-width:767px ) { 
  .row-fluid .form-subhead h2 {padding: 0px 25px 25px; font-size: 28px; line-height: 32px}
  .lpfooteraddress {width: 100%!important;}
      .industry-cf-long  {padding: 20px 0;}
  .row-fluid .second-cta h2 {font-size: 28px}
.deepdiveForm { margin-top: 0px!important }

.hs-blog-post .row-fluid .mainblog-section .container-main { padding: 0px 25px; }

body { font-size:16px; overflow-x:hidden; }

p {line-height: 24px;}
body.searchresult-show #resultsDiv, body.searchresult-show .row-fluid .blog-top .search-box #searchForm1 fieldset.head1 { width:100%!important; }
.row-fluid .container-main, .row-fluid .container-main2, .row-fluid .container-main-addl { width:100% !important; padding:0 25px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }

.row-fluid .container-main-addl {margin: 40px 0px!important;}
.row-fluid .ourclient-section .client-logo:nth-child(2n+1) { clear:left; }
/*home-page*/

.hptablinks {margin-top: 0px!important; margin-bottom: 25px;}

/*header-section*/
.row-fluid .header-logo { float:left;}

div.mobile-trigger { display:none; position:relative;  float:right; margin:15px 0 0; width:84px; height:40px; z-index:999999999999999999; cursor:pointer; }
.row-fluid .header-navbar ul li { padding:0;  }
.row-fluid .header-navbar ul li a { max-width:100%; text-align:center; }


/*hero-section-main*/
.home .row-fluid .hero-img-main img { min-height:500px; } 
.home .row-fluid .stats-img-main img { min-height:500px; } 


.row-fluid .hero-heading h1 { font-size:33px; line-height:40px; padding:0 0 0!important; }
 
.row-fluid .hero-content h5 { font-size:21px; line-height:26px; padding:25px 0 0; }
.row-fluid .hero-contant { padding:80px 0 160px; }
.home .row-fluid .hero-section-main { min-height:180px; }
.home .row-fluid .stats-section-main { min-height:180px; }


.row-fluid .hero-video iframe { width:1200px; max-width:none; }
.row-fluid .hero-video { top:-150px; }
 

/*middle-cta-section*/
.row-fluid .middle-cta-section { padding:25px 20px 25px; text-align:center; font-size:17px;}
.row-fluid .middle-cta-section h6 { text-align:center; }
.row-fluid .cta-text-left { width:100%; }
.row-fluid .cta-button-right { width:100%; padding:10px 0; text-align:center;   }

.row-fluid .industry-content-section { font-size:19px; }

/*industry-section*/
.row-fluid .industry-content-section { padding:30px 0; }

/*footer-section*/
.row-fluid .footer-section { text-align:center; }
.row-fluid .footer-quick-links h6 { text-align:center; }
.row-fluid .footer-quick-links ul li { text-align:center; }
.row-fluid .adress-details p { text-align:center; }
.row-fluid .adress-details::after {   width: 50%; left: 25%; top: 56%; }

.row-fluid .footer-tweet-right { padding:0; text-align:center; }
.row-fluid .footer-tweet-right .tweetbox { margin:0 auto; }
.row-fluid .footer-links-right ul { float:none; display:inline-block; }
.row-fluid .footer-tweet-right .tweetbox { margin:0 auto; }


/*industry-utilities*/
.row-fluid .utility-hero-img  { display: none; }
.row-fluid .utility-stats-img  { display: none; }

.row-fluid .utility-hero-img img { min-height:190px; }
.row-fluid .hero-data-boxes {  text-align:center; }
/*.row-fluid .hero-content-box::after { top:42%; }*/
.row-fluid .hero-content-box h6 { font-size:14px; line-height:20px; }
.row-fluid .hero-content-box h1 { font-size:30px; line-height:50px; }

.row-fluid .utilities-heading { padding:50px 0 30px 0; }
.row-fluid .clients-section { padding:30px 0 40px 0; }
.row-fluid .clients-title h3 { padding:0 0 10px; text-transform:uppercase; font-weight:700; text-align:center; color:#7a7a7a; font-size:29px; }


.row-fluid .clients-logo-img-box { padding:10px 0; }
.row-fluid .clients-logo-img-box:first-child { text-align:center; }

.row-fluid .clients-logo-img-box:last-child { text-align:center; }
.row-fluid .header-navbar ul li a { color:#fff; }

.row-fluid .hs-rss-description { padding:0; }
.row-fluid .tabctext , .row-fluid .tabcimg , .utilites-tableft , .utilites-tabright  { width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:15px 0; }
/*.row-fluid .tabcimg { text-align:center; }*/
.tabs-top ul li , .tabs-top ul li a:link, .tabs-top ul li a:visited, .tabs-top ul li a , .tabs-links ul li a:link, .tabs-links ul li , .tabs-links ul li a:visited, .tabs-links ul li a { width:100%; text-align:center; }
.tabs-contentmain { padding:20px 0 0; }
.row-fluid .industry-title h2:before , .row-fluid .industry-title h2:after { display:none; }
.row-fluid .industry-box { width:100%; padding:15px 15px 20px !important; }
.row-fluid .industry-bleft .text-link a { margin:0; }
.row-fluid .industry-title h2 { font-size:29px; line-height:34px; }
.row-fluid .help-titletext h2 , .row-fluid .blogsection-main h2 { font-size:29px; line-height:34px; }
.tabs-top ul li:before , .tabs-top ul:before , .tabs-links ul:before, .tabs-links ul li:before { display:none; }
.row-fluid .blogsection-main { padding:55px 0 40px; }
.row-fluid .hs-rss-description a { margin:40px 0 0; }
.row-fluid .footer-tweet-right { padding:30px 0 0; }

.row-fluid .hero-content-box { display:inline-block; float:left; width: 100%; position:relative; margin:20px 0 0 !important; padding:0; border:none; background:none; }
.row-fluid .hero-content-box > div {display:inline-block;   border: 1px solid #999; padding:20px ; width:230px; float:none; background:#fff; border-radius:4px; }
.row-fluid .hero-data-boxes { float: left; width:100%; text-align:center; top:auto;  position: relative; padding:28px 0 25px; margin:0; }
.row-fluid .clients-logo-img-box { display:inline-block; margin:10px; width:160px; }
.row-fluid .clients-section { text-align:center; padding:40px 0 35px 0; }

.utilites-tabcontent { padding:20px 0; }
.row-fluid .findsolution-contentmain h3 { font-size:29px; line-height:34px; }


.utilites-tabright h3 { font-size:20px; }

.row-fluid .help-text { padding:0; }

.row-fluid .help-titletext { padding:50px 0 25px;   font-size:19px;  }
.row-fluid .telecomunication-select span.hs_cos_wrapper { font-size:15px; }

.row-fluid .utility-select span.hs_cos_wrapper { font-size:15px; }

.row-fluid .industry-section .text-link a { width: 208px; }
.tabs-top ul li, .tabs-top ul li a:link, .tabs-top ul li a:visited, .tabs-top ul li a { font-size:17px; }

.row-fluid .hs-rss-description a { min-width:160px; }

.row-fluid .hs-rss-title { font-size:20px; }
.row-fluid .hs-rss-description { font-size:17px; }
.row-fluid .footer-headings { padding:20px 0 5px; }
.row-fluid .adress-details p { margin-top:0; }
.row-fluid .footer-tweet-right span , .row-fluid .footer-tweet-right iframe { float:none; display:inline-block; }
.footer-links-right span { float:none; }

.row-fluid .utitities-list-right ul { font-size:19px; padding-top:35px; }

.row-fluid .utitities-list-right { padding-top:15px; }

.row-fluid .teleco-list-right ul { font-size:19px; padding-top:35px; }

.row-fluid .teleco-list-right { padding-top:15px; }

.row-fluid .header-section { box-shadow:0 -6px 17px 4px #504f4f; -webkit-box-shadow:0 -6px 17px 4px #504f4f; max-height: 66px!important}

.industrypage-tabtext h3  { font-size:28px; line-height:34px; }
.utilitiespagetabs-main  .tabcimg { text-align:center; }



.row-fluid .text-link a { margin:15px 0 0; }

.row-fluid .freeconsultation-link {  text-align:left; }
.popcontent h2 { font-size:27px; }
.popcontent { width:100%; }

.utilitiespagetabs-main .tabs-links ul li a:link , .utilitiespagetabs-main .tabs-links ul li a:visited, .utilitiespagetabs-main .tabs-links ul li a , .tabs-links ul li a.active:link , .tabs-links ul li a.active:visited , .tabs-links ul li a.active { border-radius:4px; }
.utilitiespagetabs-main .tabs-links { border:none; }
.utilites-tabcontent , .utilites-tabright { padding-bottom:0; }
.tabs-utilitesbg { padding-bottom:60px; }
.tabs-links ul li a:link, .tabs-links ul li a:visited, .tabs-links ul li a { padding:15px 10px; }

h2.utilitestabaccordian-title { display:block; }
.utilites-tableft { display:none; }
.utilites-tabr { float:left; width:100%; padding-top:5px; padding-bottom:10px; }
.tabs-links ul li a:link, .tabs-links ul li a:visited, .tabs-links ul li a { padding:15px 10px; }

.row-fluid .industry-section .text-link a { font-size:15px; }
.row-fluid .uitilities-section { padding-bottom:55px; }
.industry-selectdrop ul { margin-left:-119px; margin-top:72px; }

.row-fluid .tabctext { padding-top:0; }

.industry-hero img { display:none;  }
.industry-hero { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/img-bg.jpg) no-repeat center center; background-size:auto 100%; }
.teleco-out-hero img { display:none;  }
.teleco-out-hero { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/teleco-out-mobile.jpg) no-repeat center center; background-size:auto 100%; }
.teleco-in-hero img { display:none;  }
.teleco-in-hero { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/teleco-in-mobile.jpg) no-repeat center center; background-size:auto 100%; }
.client-slider li { float:left; padding:10px; width:50%; }
.client-slider { padding:0; margin:0; }
.client-slider li:nth-child(2n) { clear:right; }
.client-slider li:nth-child(2n+1) { clear:left; }

.row-fluid .utilities-hero img { max-width:none; width:auto !important; }
.row-fluid .utilities-hero .utility-hero-img2 img { width:100% !important; }
.tabscontent-topmain { padding:45px 0 25px; }

.utilitiespagetabs-main .tabs-links { padding:40px 0 25px; }
.utilitiespagetabs-main .utilites-tabcmain  { padding-top:15px; }
.utilitiespagetabs-main .utilites-tabcontent  { padding-top:0; }

.utilites-tabcontent h2 span { padding-top:20px; padding-bottom:20px; }

h2.software-tabaccordiantitle { display:block; }
.software-tabslinks { display:none; }
.row-fluid .software-tabsmain .container-main { padding:0; }
.software-tabscontent { margin:0; }
.software-tabsc { float:left; width:100%; padding:15px 20px; text-align:center; }
.software-tabscimg { float:left; width:100%; margin:0; padding:0 0 10px; }
.software-tabsctext h2 { display:none; }
.software-tabsctext { float:left; width:100%; padding:0 0 25px; text-align:center; }
.software-tabsmain { border-bottom:2px solid #bbbbbb; }
.software-collectimg {width: 100%;}

.row-fluid .needheader-main h1 , .row-fluid .needheader-text , .row-fluid .dataservice-boxfull , .row-fluid .smarts-text , .row-fluid .softwaresection-text , .row-fluid .dataservice-text { padding-left:0; padding-right:0; }
.row-fluid .softwaresection-main { margin:0;   padding: 56px 0 0; }
.row-fluid .dataservice-boxes { padding-top:15px; }
.row-fluid .dataservice-main { padding-bottom:30px; padding-top:30px; }
.row-fluid .smarts-box2 { padding:25px; }
.row-fluid .smarts-boxes h3 { font-size:27px; line-height:34px; }

.row-fluid .needheader-main h1 { font-size:38px; line-height:40px; }
.row-fluid .needheader-text ul li { font-size:20px; }
.row-fluid .needheader-contant { font-weight:400; font-size:19px; line-height:24px; }
.row-fluid .needheader-main { padding:40px 0 60px 0px; }

.row-fluid .softwaresection-text { font-size:19px; line-height:24px; }

.row-fluid .needheader-link a { min-width: 120px; font-size:16px; }
.row-fluid .smarts-topcontent { padding-bottom:25px; }
.row-fluid .softwaresection-main h4 { padding:0; margin-bottom: 20px;}
.row-fluid .software-tabsmain { padding:0; }
.row-fluid .smarts-main { padding:45px 0; }

.row-fluid .smarts-box2 { line-height:24px; }
.row-fluid .smarts-box { width:100%; min-height:100px; padding:20px 20px 10px; border:none; border-top:1px solid #c0d7e5; text-align:center; }
.row-fluid .dataservice-bicon { width:auto; margin:0 0 -65px; }
.dataservice-btitle { padding-left:65px; }
.row-fluid .dataservice-bicon span { width:50px; height:50px; }
.row-fluid .dataservice-boxes h4 br { display:none; }
.row-fluid .dataservice-boxes h4 { padding-top:22px; }

 
.row-fluid .dataservice-boxfull .dataservice-btitle { padding:0 10px; }
.row-fluid .dataservice-boxes h3 { padding: 16px 0 0 0;  font-size: 29px; }
.row-fluid .dataservice-boxes .dataservice-boxfull h3 { padding-top:2px; }
.dataservice-box { padding:15px 0; }

.row-fluid .hero-video { display:none; }
.home .hero-section-main { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/header-bg.jpg) no-repeat; background-size:cover; }

.hs-content-name-result-data .row-fluid .smarts-box { min-height:0; }
.row-fluid .smarts-boxes.smartsboxes-withspacing { padding:0; }

.row-fluid .needheader-main { background-image:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img4mobile.jpg); }

.row-fluid .smarts-box , .row-fluid .smarts-box2 { background:#fff; }

.abouthero-section { background-position:right -100px top !important; padding:60px 0; background-attachment:fixed; background-size:auto !important; }
.abouthero-section .about-mobile { display:block; }
.abouthero-section .about-desktop { display:none; }
.abouthero-section ul { padding:10px 0 30px; }
.abouthero-section ul li { font-size:60px; line-height:60px; padding:20px 0; width:100%; float:left; }
.abouthero-section ul li:before { top:auto; bottom:-10px; right:50%; }
#banner-background-image { background-position:right top !important; }
.row-fluid .vision-section, .row-fluid .mission-section, .row-fluid .culture-section, .row-fluid .ourclient-section, .row-fluid .industry-organizations { padding:40px 0; }
.row-fluid .fullwidth-imagesection .image-box1, .row-fluid .fullwidth-imagesection .image-box3 { display:none; }
.row-fluid .fullwidth-imagesection .image-box2 { width:100%; padding:0; }
.row-fluid .fullwidth-imagesection .image-box1 img, .row-fluid .fullwidth-imagesection .image-box2 img, .row-fluid .fullwidth-imagesection .image-box3 img { height:auto; }
.row-fluid .culture-section { background-position:center top !important; }
.row-fluid .culture-section .culture-box { width:50%; padding:15px 20px 10px; }
.row-fluid .culture-section .culture-box:nth-child(2n+1) { clear:left; }
.row-fluid .industry-organizations .org-logo { padding:15px 0; width:100%; }
.row-fluid .industry-partner { text-align:center; padding:50px 0; }
.row-fluid .industry-partner .ind-logo { padding-bottom:25px; }
.row-fluid .ourclient-section .client-logo { width:50%; float:left; }
.row-fluid .industry-partner h2 { margin-bottom:35px; }

.row-fluid .contact-alden .container-main { margin-top:0 !important; text-align:center; }
.row-fluid .contact-alden .container-main .contactalden-left ul { float:left; width:100%; }
.row-fluid .contact-alden .container-main .contactalden-left .social-detail ul li { float:none; display:inline-block; padding:0 5px; }
.row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field { width:100%; text-align:left; padding:0 0 10px; }
.row-fluid .contact-alden .container-main .contactalden-right form .hs-form-field:nth-child(2n) { padding:0 0 10px; }
.row-fluid .contact-alden { padding:0; }
.row-fluid .alden-location { padding:0 30px 30px; }
.row-fluid .alden-location .location-left, .row-fluid .alden-location .location-right { width:100%; }
.row-fluid .alden-location .location-leftaddress, .row-fluid .alden-location .location-rightaddress { min-height:100px; padding:50px 0; margin-bottom:0; }
.row-fluid .alden-location .location-map iframe { height:330px; }
.row-fluid .alden-location .address { padding:0; }
.row-fluid .alden-location .location-left .location-map { border-right:none; }
.row-fluid .alden-location .location-leftaddress { border-right:none; }
.row-fluid .header-navbar > div > span > div > ul > li > a { line-height:45px; }
.row-fluid .header-navbar > div > span > div > ul > li ul.hs-menu-children-wrapper > li > a { color:#005286; padding: 5px 15px; border-bottom: #bbb solid 1px; }
.row-fluid .header-navbar ul li ul.hs-menu-children-wrapper { width:100%; border-radius:0; padding:0; }
.row-fluid .header-navbar.custom-menu-primary .hs-menu-flow-horizontal > ul > li { float:left; width:100%; }
.nextarrow { display:none; }
.row-fluid .findsolution-contentmain p { width:100%; }
.row-fluid .tabs-utilitesbg .tabs-links ul { padding:0px 0 0; }
.row-fluid .downloadguide-main { padding:30px 0; background-image:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img6-2.jpg); background-position:center top; }
.row-fluid .downloadguide-main.downloadguide-white { background-image:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img7-2.jpg); background-position:center top; }

/* Industry Page */
.industry-page .row-fluid .container-main, .industry-page .row-fluid .container-main2 { padding:0 40px; }
.row-fluid .industry-hero { padding:50px 0; background-position:center top !important; font-size:20.83px; line-height:29.17px; }

.row-fluid .industry-hero .container-main, .row-fluid .team-partner .container-main { padding:0 40px; }
.row-fluid .industry-hero h1, .row-fluid .limited-resource h2 { font-size:33.33px; line-height:42px; padding-bottom:10px; }
.row-fluid .gainclarity-section { text-align:center; padding:20px 0; }
.row-fluid .gainclarity-section h3 { font-size:25px; line-height:33px; padding:10px 20px; }
.row-fluid .gainclarity-section .gravity-box { padding:20px 0; }
.row-fluid .gravity-icon { float:left; width:20%; margin:0; padding-top:7px; }
.row-fluid .gravity-text { font-size:17.71px; line-height:26px; float:left; width:80%; padding:0 10px 0 20px; margin:0; text-align:left; }
.row-fluid .limited-resource { padding:50px 0; background-position:center top !important; }
.row-fluid .limited-resource h2 { font-size:29.17px; line-height:33.33px; }
.row-fluid .limited-resource .subtitle { font-size:20.83px; line-height:29.17px; padding:15px 0 0; }
.row-fluid .industrycontent-section .industrycontent-right { margin-top:30px; padding:25px; font-size:17px; }
.row-fluid .industry-tab .industry-left { width:100%; height:auto !important; }
.row-fluid .industry-tab .industry-right { display:none; }
.row-fluid .industrycontent-section { padding:25px 0; }
.row-fluid .industrycontent-section .industrycontent-left { font-size:18.75px; line-height:27px; padding:0; }
.row-fluid .industrycontent-section .industrycontent-right .indright-title { padding-bottom:30px; }
.row-fluid .industry-tab .black-overlay>div, .row-fluid .industry-tab .industry-right .equal-height>div>div>div { font-size:20.83px; }
.row-fluid .industry-tab .industry-left .indleft-inner { padding:35px 40px; }
.row-fluid .team-partner { font-size:20.83px; line-height:29.17px; padding:45px 0 50px; }
.row-fluid .footer-quicklinks2 { float:left; width:100%; text-align:center; margin:50px 0 30px; }
.row-fluid .footer-quicklinks2 ul { float:left; width:100%; }
.row-fluid .footer-quicklinks2 h6, .row-fluid .footer-quicklinks2 ul li { width:100%; float:left; }
.row-fluid .footer2 { font-size:16.67px; }
.row-fluid .footer2 .footer-about { border-top:#CCC solid 1px; margin-top:20px; }
.row-fluid .footer2 .footer-tweet-right .footer-headings { display:none; }

.row-fluid .downloadguide-left { width:100%; padding:35px 25px 35px; }
.row-fluid .downloadguide-cont { padding:0;  }
.row-fluid .downloadguide-img { width:100%; max-height:260px; text-align:center; padding:0 20px; }
.row-fluid .downloadguide-img img { max-width:100%; }
.row-fluid .downloadguide-cont h4 { font-size:21px; line-height:28px; }
.row-fluid .downloadguide-cont h2 { font-size:28px; line-height:34px; }

.findsolutionnow-link2 a , a.findsolutionnow-link { padding-left:20px; padding-right:20px; }

.row-fluid .downloadguide-ctamaindesk { display:none; }
.row-fluid .downloadguide-ctamainmob { display:block; }

.row-fluid .contact-alden .container-main .contactalden-left .social-detail ul li { padding:0; }

.solutiontab-toplinks { display:none; }
.solutiontab-topselectlinksmain { display:block; }

.row-fluid .solution-topctext { padding:0; }
.row-fluid .solution-topcontent h4 { font-size:31px; line-height:34px; }
.solutiontab-contentmain { padding-top:48px; }
.solutiontab-conttop { padding: 0 30px 25px; font-size:19px; line-height:29px;  }

.solutionservice-tablinks { display:none; }
h2.solutionservice-accordiantitle { display:block; }

.solutiontab-contentmain .container-main { padding:0; }
.solutiontab-contentmain .solutiontab-content { padding: 0 25px 25px; }
.solutiontab-contentmain  #software.solutiontab-content  { padding: 0; }

.solutionservice-tabcontentmain { padding: 0; font-size:19px; }

.solutionservice-tabcontent { padding:35px 0 30px; }
.solutionservice-tabcimg { float:left; width:100%; height:auto; max-height:none; }
.solutionservice-tabctext { float:left; width:100%; padding:35px 25px 0; text-align:center; }
.solutionservice-tabctext h2 { display:none; }

.row-fluid .solution-topcontent { padding:55px 0 40px; font-size:19px; }

.solutionservice-tabctext a.learnmore-link2 , .solutionservice-tabctext a.learnmore-link { margin:0 10% 10px; padding:15px 30px; min-width: 194px; }
.solutionservice-tabctext a.learnmore-link { margin-top:20px; }

.solutiontab-box { width:100%; padding:30px 0 0; }
.solutiontab-boxes .solutiontab-box:first-child { padding:0; }

.solutiontab-bimg2 { width:100%; }
.solutiontab-btext2 { width:100%; padding:20px 25px; }

.solutionservice-tabctext { padding-top:10px; }
.solutionservice-tabcimg { padding:0 25px; }


.row-fluid .utility-imgdesk { display:none; }
.row-fluid .utility-imgmobile { display:block; }
 
.row-fluid .utility-imgmobile img { width:100% !important; height:auto; }

.solutiontab-bt { padding:15px; }
.solutiontab-btext2 .learnmore-link { margin:10px 0 15px; } 



.row-fluid .culture-section { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/culture-bgmobile.jpg) no-repeat; /*background-size:cover;*/ background-size:100% auto;  background-attachment:inherit; background-position:top 56% center !important; }

.row-fluid .abouthero-section { background-position:right -40px top -20px !important; background-attachment:inherit; background-size:auto 110% !important; }


    .industry-selectdrop2 { display:block; }
    .mobilehide { display:none; }


.row-fluid .reqconsulation-form  { margin:0; padding:30px; border-radius: 0px; box-shadow: inherit!important }
.row-fluid .reqconsulation-form .hs-form fieldset , .row-fluid .downloadnow-formleft .hs-form fieldset , .row-fluid .typandlp-form .hs-form fieldset { max-width:100%; }
  .pillar-form-container img {text-align: center}

./*row-fluid .viva-lp { margin:0; background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/pattern-bg.jpg) repeat; padding:36px 45px; }*/


.row-fluid .contenttyp-consultationform { background:none; padding:10px 45px 36px; margin:0; text-align:left !important; }

.row-fluid .reqconsulation-form { text-align:center; }
.row-fluid .reqconsulation-form label { text-align:left; }

 

/*.row-fluid .viva-lp { text-align:center; }*/
.row-fluid .viva-lp label { text-align:left; }


/*.row-fluid .header-lp { background:none !important; padding:0; }*/
.row-fluid .header-lp2 { background:none !important; padding:0; }

.row-fluid .bg-img-mobile:before { content:''; position:relative; /*position:absolute;*/ left:0; top:0; width:100%; height:100%; background:none; /* background:rgba(000,000,000,0.4);*/ }
.row-fluid .header-lp:before { display:none; }
.row-fluid .header-lp2:before { display:none; }


.row-fluid .header-lp .container-main { padding:0; }
.row-fluid .header-lp2 .container-main { padding:0; }

.row-fluid .headerlp-title {  padding:115px 25px 45px;  /*background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img9-2.jpg) no-repeat center center; */background-size:cover; position:relative; }
.row-fluid .headerlp-title2 {  padding:150px 25px 45px;  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img9-2.jpg) no-repeat center center; background-size:cover; position:relative; }
/*.row-fluid .headerlp-title3 {  padding:150px 25px 45px;  background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img9-2.jpg) no-repeat center center; background-size:cover; position:relative; }*/



/*.row-fluid .headerlp-title:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.3); }*/
.row-fluid .headerlp-title .cell-wrapper { position:relative;}
.row-fluid .headerlp-title h2 { font-size:38px; line-height:46px; }
.row-fluid .headerlp-title h1 { font-size:38px; line-height:46px; }


.row-fluid .headerlp-title2:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.3); }
.row-fluid .headerlp-title2 .cell-wrapper { position:relative;}
.row-fluid .headerlp-title2 h2 { font-size:38px; line-height:46px; }


.row-fluid .headerlp-title3:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.3); }
.row-fluid .headerlp-title3 .cell-wrapper { position:relative;}
.row-fluid .headerlp-title3 h1 { font-size:38px; line-height:46px; }


.row-fluid .reqconsulation-left { width:100%;  }
.row-fluid .reqconsulation-content { padding:18px 15px; }
.row-fluid .lp-footer .footer-headings { margin-bottom:0; }

.row-fluid .lp-footer .adress-details { display:inline-block; width:100%; max-width:230px; }
.row-fluid .headercontent-lefttext { padding:35px 0; }
.row-fluid .headercontent-lefttext2 { padding:35px 0; }

.row-fluid .content-lp { padding:40px 15px; }
.row-fluid .header-contentlp { text-align:center; padding:0 15px; }
.row-fluid .header-contentlp2 { text-align:center; padding-bottom: 70px; }

.row-fluid .headercontent-lefttext h2 { font-size:35px; line-height:42px; }
.row-fluid .headercontent-lefttext h1 { font-size:35px; line-height:42px; }

.row-fluid .headercontent-lefttext h4 { font-size:24px; }

.row-fluid .headercontent-lefttext2 h2 { font-size:35px; line-height:42px; padding-bottom: 0px!important }
.row-fluid .headercontent-lefttext2 h1 { font-size:35px; line-height:42px; padding-bottom: 0px!important }

.row-fluid .headercontent-lefttext2 h4 { font-size:24px; }


.row-fluid .downloadnow-formleft .form-columns-2 .field:nth-child(2) .input , .row-fluid .reqconsulation-form .form-columns-2 .field:nth-child(2) .input , .row-fluid .typandlp-form .form-columns-2 .field:nth-child(2) .input { margin-left:0px; margin-right:0; }
.row-fluid .downloadnow-formleft .form-columns-2 .field:nth-child(2) label , .row-fluid .reqconsulation-form .form-columns-2 .field:nth-child(2) label , .row-fluid .typandlp-form .form-columns-2 .field:nth-child(2) label { margin-left:0px; }

.row-fluid .downloadnow-formleft .form-columns-2 .field:nth-child(2) .input , .row-fluid .viva-lp .form-columns-2 .field:nth-child(2) .input , .row-fluid .typandlp-form .form-columns-2 .field:nth-child(2) .input { margin-left:0px; margin-right:0; }
.row-fluid .downloadnow-formleft .form-columns-2 .field:nth-child(2) label , .row-fluid .viva-lp .form-columns-2 .field:nth-child(2) label , .row-fluid .typandlp-form .form-columns-2 .field:nth-child(2) label { margin-left:0px; }


.row-fluid .downloadnow-formleft fieldset , .row-fluid .typandlp-form fieldset { padding:0; }
.row-fluid .downloadnow-formleft .input ,  .row-fluid .typandlp-form .input , .row-fluid .reqconsulation-form .input { padding:0 0 15px; } 
.row-fluid .typandlp-form select  , .row-fluid .reqconsulation-form select { margin:0 0 15px; }

.row-fluid .downloadnow-formleft .input ,  .row-fluid .typandlp-form .input , .row-fluid .viva-lp .input { padding:0 0 15px; } 
.row-fluid .typandlp-form select  , .row-fluid .viva-lp select { margin:0 0 15px; }

.row-fluid .content-lp , .row-fluid .typandlp-form { text-align:center; }
.row-fluid .downloadnow-formleft  label , .row-fluid .typandlp-form label { text-align:left; }
.row-fluid .typandlp-form h3 { font-size:25px; line-height:1.25em; margin-bottom:10px; }


.row-fluid .header-maintyptext { padding:0 10px; }
.row-fluid .header-maintyp h2 { font-size:30px; line-height:34px; }
.row-fluid .header-maintyp { padding:50px 0 0px; /* background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/bg-img9-2.jpg) no-repeat center top !important; */ background-size:cover!important; }
.row-fluid .header-maintyp:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.4); }
  .row-fluid .header-contacttyp {padding: 75px 0px 50px!important}
  
 @media ( min-width:335px ) and ( max-width:767px ) { .movelogo-up {    transform: translateY(-24px) !important;}}


/*.row-fluid .contenttyp-cstrighttext { display:none; }*/
/*.row-fluid .contenttyp-cstrighttext {text-align: left!important; }*/
.row-fluid .contenttyp-cstrighttext img {text-align: center!important;}
.row-fluid .content-typ { padding:0; }
.row-fluid .mobilefull-content .container-main { padding:0; }
.row-fluid .mobilefull-content .container-main-addl { padding:0; }

.row-fluid .contenttyp-casestudytext {  padding:45px 35px 0 35px; }


.row-fluid .botcontent-boxes .row-fluid .botcontent-box { padding:60px 35px; font-size:17px; }

.row-fluid .contenttyp-videobox { padding:45px 0 60px; }
.row-fluid .contenttyp-video { padding:25px 0 0; }
.row-fluid .contenttyp-videobox h2 { font-size:31px; line-height:34px; text-transform:uppercase; } 

.row-fluid .header-typbtn1 , .row-fluid .header-typbtn2 { float:left; width:100%; padding:25px 0 0; }
.row-fluid .header-typbtn1 * , .row-fluid .header-typbtn2  *  { display:inline-block; }
.row-fluid .header-typbtn1 script , .row-fluid .header-typbtn2 script { display:none; }

.row-fluid .header-maintyp2 h1 { font-size:28px; padding:0; line-height: 1.2em;}

.row-fluid .header-maintyp2 h2 { font-size:28px; padding:0; line-height: 1.2em;}
.row-fluid .header-maintyp2 h4 { font-size:20px; }
  
.row-fluid .schedule-meeting h2 { font-size:28px!important; padding:0; line-height:1.2em!important; }
.row-fluid .schedule-meeting h4 { font-size:20px!important; line-height:1.25em!important; }


.row-fluid .header-maintyp2 {  padding:45px 0; background-color:rgba(246, 248, 250, 100); }
.span12.widget-span.widget-type-cell.header-lp.bgimg-main.header-maintyp2.bg-img-mobile {background-image:none!important;}
  
  
.row-fluid .contenttyp-consulationtext { text-align:center; }
.row-fluid .consultation-title { padding:35px 28px 0; }
.row-fluid .consultation-title h2 { font-size:30px; line-height:38px; padding:0; }
.row-fluid .contenttyp-consultationtext  { text-align:center; padding:15px 35px 0; margin:0 0 -10px; }
.row-fluid .contenttyp-consulationtext { padding:20px 0 0; }

.row-fluid .mobile-hide { display:none; }
.row-fluid .desk-hide { display:block; }

.row-fluid .download-righttext ul { float:none; display:inline-block; }
.row-fluid .download-righttext ul li { float:left;  width:100%; }
.row-fluid .typ-blogpost .hs-rss-item { width:100%; }
.row-fluid .typ-blogpost .hs-rss-item a {padding:50px 35px; min-height:inherit;}
.row-fluid .typandlp-form input[type=submit] { margin-bottom:30px; }
.row-fluid .header-maintyp2 h2 sup, .row-fluid .headercontent-lefttext h2 sup, .row-fluid .headercontent-lefttext h1 sup { font-size:14px; }
.row-fluid .header-maintyp2 h2 sup, .row-fluid .headercontent-lefttext2 h2 sup, .row-fluid .headercontent-lefttext2 h1 sup { font-size:14px; }

.row-fluid .headercontent-lefttext h2 { font-size:35px; }
.row-fluid .headercontent-lefttext2 h2 { font-size:35px; }

.row-fluid .headercontent-lefttext h1 { font-size:35px; }
.row-fluid .headercontent-lefttext2 h1 { font-size:35px; }


.row-fluid .reqconsulation-form fieldset { padding:0; }

.row-fluid .viva-lp fieldset { padding:0; }

.row-fluid .blog-top .topic-dropdown .select-wrapper { width:200px; float:none; display:inline-block; }

.row-fluid .download-righttext ul li { text-align:left; }

.row-fluid .blog-top .container-main { padding:25px; }
.hs-blog-post .row-fluid .mainblog-section .blog-left #hubspot-topic_data a { margin:5px 3px; float:none; display:inline-block; }
.row-fluid .blog-top .search-icon {float: left;}
.row-fluid .blog-top .email-icon { padding-right:15px; float:left; }
.row-fluid .blog-top .blog-followme { float:right; padding-left:10px; }
.row-fluid .blog-top .blog-followme h3 { display:none; }
.hs-blog-post .row-fluid .blog-top .topic-dropdown { display:none; }
.row-fluid .blog-top .search-box .hs-search-module { padding:0 25px; margin-top:27px; }
.row-fluid .blog-top .search-box .hs-search-module .hs-button { left:25px; }
.row-fluid .blog-top .search-box .hs-search-module input[type=text] { font-size:21px; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .post-header h1 { font-size:31px; line-height:37px; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .share-this { left:0 !important; top:0 !important; position:relative; float:left; width:100%; padding:10px 0; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .share-this ul li { float:left; margin-right:22px; margin-bottom:10px; }
.hs-blog-post .row-fluid .mainblog-section .blog-left .share-this ul li:last-child { margin-right:0; }
.hs-blog-post .row-fluid .mainblog-section .comment-section>.cell-wrapper { width:100%; padding:0 25px; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_email, .hs-blog-post .row-fluid .mainblog-section .comment-section .hs_firstname, .hs-blog-post .row-fluid .mainblog-section .comment-section .hs_lastname { width:100%; margin-right:0; }
.hs-blog-post .row-fluid .mainblog-section .comment-section>.cell-wrapper:before { padding:0 25px; }
.hs-blog-post .row-fluid .mainblog-section .comment-section { float:left; width:100%; margin-top:0; padding-top:80px; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_submit .field.hs-form-field { float:left; width:100%; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .blog-followme, .hs-blog-post .row-fluid .mainblog-section .blog-sidebar .blog-cta { display:none; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar h3 { background:transparent; padding:15px 0; text-align:left; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post { float:left; width:100%; padding:20px 25px 40px 25px; border-top:#CCC solid 1px; background:transparent; margin-bottom:0; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image { padding:0; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper, .hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-byline a { display:none; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text { text-align:left; padding:0; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text a.hs-rss-title { padding:10px 0 0; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-item.hs-with-featured-image { border-bottom:none; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post h3, .hs-blog-post .row-fluid .mainblog-section .blog-sidebar .recent-post .hs-rss-module.feedreader_box { float:left; width:100%; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .latest-post { font-size:21px; padding-top:0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-title h2, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-title h2 a { font-size:31px; line-height:36px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item { background:transparent; border:none; border-bottom:#CCC solid 1px; margin-bottom:0; margin: 0 25px; width: calc(100% - 50px); }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 { padding:40px 25px; width:100%; margin:0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-mainbody { width:100%; padding:15px 0 30px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .hs-featured-image-wrapper { display:none; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left { padding:0 0 20px; }
.row-fluid .jointuse-section .container-main { padding:40px 25px 45px 25px; background:transparent; }
.row-fluid .jointuse-section h2 { font-size:31.25px; line-height:34.71px; padding:0 0 15px; }
.row-fluid .jointuse-section input[type=button] { width:190px; height:auto; min-height:40px; line-height:23px; padding:10px 35px; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-top { background:transparent; padding:40px 0 0px; text-align:center; border-bottom:none; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-top .topic-dropdown { float:none; display:inline-block; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-top #hubspot-topic_data { display:block; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item:last-child { border-bottom:none; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header .more-link { margin-top:20px; clear:left; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header .more-link { margin-top:0; }
.row-fluid .blog-top { overflow:visible; }
.row-fluid .blog-top .email-box > .cell-wrapper { padding:30px 15px; background:#005288; background-position:left 55px top 45px; z-index:9; text-align:center; z-index:99; }
.row-fluid .blog-top .email_box>.cell-wrapper h3 { float:none; display:inline-block; padding:0 0 10px 0; font-size:19px; line-height:24px; }
.row-fluid .blog-top .email_box>.cell-wrapper form > div { width:100%; }
.row-fluid .blog-top .email_box>.cell-wrapper .hs_email input[type=email] { margin-left:0; max-width:100%; }
.row-fluid .blog-top .email_box>.cell-wrapper ul.inputs-list { width:100%; padding:15px 0; }
.row-fluid .blog-top .email_box>.cell-wrapper ul.inputs-list li { float:none; display:inline-block; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-top .topic-dropdown { width:100%; padding:0 25px; text-align:center; margin-bottom: 1px!important; border-bottom: 1px solid #ccc;}
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-top .topic-dropdown .select-wrapper { width:100%; float:left; }
.row-fluid .blog-top .search-box .hs-search-module .hs-button, .row-fluid .blog-top .search-box #searchForm1 fieldset.head1 input[type=submit] { left:25px; }
body.searchresult-show .row-fluid .blog-top .topic-dropdown select#hubspot-topic_data1 { display:none; }
body.searchresult-show #resultsDiv { padding:25px; }
body.searchresult-show #resultsDiv .webResult { padding:0; }
body.searchresult-show #resultsDiv .webResult .webResult-inner1 { float: left; width: 100%; border-right: none; padding:15px 25px; min-height: 50px; border-bottom:#CCC solid 1px; }
body.searchresult-show #resultsDiv .webResult .webResult-inner2 { width:100%; padding:15px 25px; }
body.searchresult-show .row-fluid .mainblog-section .blog-left .blog-top { display:none; }
.row-fluid .blog-top .search-box>.cell-wrapper:after { display:none; }
.row-fluid .blog-top .search-box #searchForm1 fieldset.head1 { padding:20px 25px 28px 50px; }

.hs-blog-listing .row-fluid .mainblog-section .container-main { padding:0 !important; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-pagination { width:calc( 100% - 50px ); margin:50px 25px 0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .blog-pagination a { width:100%; margin:10px 0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-header #hubspot-author_data { padding-top:0; }
.hs-blog-post .row-fluid .mainblog-section .blog-left #hubspot-topic_data { padding-top:0; margin-bottom:5px; }
.hs-blog-post .row-fluid .mainblog-section .comment-section .hs_joint_use_email_subscription ul { padding-left:0; }
#captcha_wrapper { margin-top:0 !important; }
.hs-blog-post .row-fluid .mainblog-section .blog-left { padding-right:0; }
.row-fluid .blog-top .search-box input.inner-search { margin-top:7px; font-size:21px; }
.row-fluid .blog-top .email-box .subscribe-close { float:none !important; display:inline-block; padding:0px 10px; }
.row-fluid .blog-top .select-division2 { float:none; }
.row-fluid .select-division2:after { position:absolute; right:0; top:0; }
.row-fluid .telecomunication-select.topic-dropdown ul { right:0; margin-right:0; top:65px; }
.row-fluid .utility-select.topic-dropdown ul { right:0; margin-right:0; top:65px; }


.hs-blog-post .row-fluid .mainblog-section .blog-sidebar h3 { border-bottom:none; }
body.for-topic .row-fluid .blog-top { overflow:visible; }
body.for-topic .row-fluid .blog-top .email-box>.cell-wrapper:after { display:none; }
.row-fluid .telecomunication-select.topic-dropdown .widget-module:hover ul { display:none; }
.row-fluid .telecomunication-select.topic-dropdown .widget-module:hover > .select-division2:after { border-right:none; border-left:1px solid #ccc; -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
.row-fluid .telecomunication-select.topic-dropdown .widget-module .select-division2.active:after { border-right: 1px solid #ccc; border-left: none; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.row-fluid .utility-select.topic-dropdown .widget-module:hover ul { display:none; }
.row-fluid .utility-select.topic-dropdown .widget-module:hover > .select-division2:after { border-right:none; border-left:1px solid #ccc; -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
.row-fluid .utility-select.topic-dropdown .widget-module .select-division2.active:after { border-right: 1px solid #ccc; border-left: none; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

body.hs-content-path-alden-blog-new-all .desktop-topic, body.hs-content-path-joint-use-all .desktop-topic { display:none; }


  
  
/* ----------------------------------------------------------------------------------------------- */

/*product page*/
.row-fluid .header-product { padding:55px 0 60px; }
.row-fluid .header-product h4 { font-size:16px; }
.row-fluid .header-product h1 { font-size: 40px; line-height: 44px; }
.row-fluid .headerproduct-link a { font-weight:600; padding-left: 15px; padding-right: 15px; }
.row-fluid .headercontact-link a { font-weight:600; padding-left: 15px; padding-right: 15px; }

.row-fluid .headerproduct-menusection { border-bottom:none; padding:10px 0; }
.row-fluid .headerproduct-menusection .container-main { padding:0; }
.row-fluid .headerproduct-menuright { border-top: 1px solid rgb(215, 215, 215);  padding:10px 25px 0; }
.row-fluid .headerproduct-menuleft { padding:0 25px 0; }
.row-fluid .headerproduct-menusection ul li { margin: 0 10px 0 0;  }

.row-fluid .productnotify-section { padding:40px 0 0!important; text-align:center; }
.row-fluid .productnotify-section h1 { font-size: 25px; line-height: 30px; padding: 0 0 25px; }
.row-fluid .producttop-section h1 { font-size: 25px; line-height: 30px; padding: 0 0 25px; }

.row-fluid .productnotify-lbox { padding:15px 0; }
.row-fluid .productnotify-lbicon span { display:inline-block; height:auto; }
.row-fluid .productnotify-lbicon span img {  top:auto; -moz-transform: translateY(0);  -webkit-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.row-fluid .productnotify-ltext { float:left; width:100%; padding:20px; text-align:left; }
.row-fluid .productnotify-lboxes { padding:0 0 10px; }
.row-fluid .producttop-lboxes { padding:0 0 10px; }

.row-fluid .productnotify-left { padding:0 25px 15px; }
.row-fluid .productnotify-ltext ul li:nth-child(2n) , .row-fluid .productnotify-ltext ul li { width: 100%; }
.row-fluid .productnotify-section .container-main { padding:0; }
.row-fluid .productnotify-formmain { padding:33px 25px; text-align:left; border: 0px; border-radius: 0px; }
.row-fluid .productnotify-formmain .hs-form fieldset { max-width:none; }
.row-fluid .productnotify-formmain .hs-form fieldset.form-columns-1 .hs-input { width:100%; }
.row-fluid .productnotify-formmain form.hs-form .form-columns-2 .hs-form-field  { width:50%; float:left; padding-right: 10px }
.row-fluid .productnotify-formmain  .hs-form fieldset.form-columns-2 .input { margin:0; }
.row-fluid .productnotify-fbtext strong { font-size: 25px; line-height: 29px; }
.row-fluid .productnotify-fbtext strong {  font-size: 25px; line-height: 29px; }

.row-fluid .productcontent-main { padding:20px 20px; }
.row-fluid .productcontent-mainblog { padding: 0; }

.row-fluid .productcontent-left1 { padding:0 0 20px; }
.row-fluid .productcontent-mainblog h4 { padding-left:25px; padding-right:25px; }

.row-fluid .padding-right ,  .row-fluid .padding-left { padding-left:25px !important; padding-right:25px !important; }
.row-fluid .productcontent-right1 { margin:0 -25px; padding:0 25px; } 
.row-fluid .productcontent-r1text { padding-left:25px; padding-right:25px; }

.row-fluid .productcontent-l1btext { width:100%; padding:0; }
.row-fluid .productcontent-main h2 { font-size: 25px; padding: 0 0 15px; }
.row-fluid .productcontent-mainblog h1 { font-size: 25px; padding: 0 0; }

.row-fluid .productcontent-l1btext { width:100%; }
.row-fluid .productcontent-l1bicon { position:absolute; left:0; top:0; }
.row-fluid .productcontent-l1box { padding:0 0 0 70px; }
.row-fluid .productcontent-left2 { width:100%; padding:15px 0 0; } 
.row-fluid .productcontent-left2 img { margin:0;  float: right; }
.row-fluid .productcontent-right2 { width:100%; padding-right: 0px;}

.row-fluid .productcontent-left3 { padding:0 20px 10px; }
.row-fluid .productcontent-right3 { text-align: center; }
.row-fluid .minnesota-left { display:none; }

.row-fluid .minnesota-main { text-align:center; padding:40px 0 55px; font-size:17px; line-height:24px; }
.row-fluid .hub-csmain {padding: 40px 0 19px;}

.row-fluid .minnesota-main h2 { font-size:29px; line-height: 36px; padding: 0 0 5px; }
.row-fluid .minnesota-rcontent { padding:0 0 10px; }
.row-fluid .minnesota-rlink1 a, .row-fluid .minnesota-rlink2 a, .row-fluid .backlogcs-link a, .row-fluid .green-btn a { padding: 15px 20px;  font-size: 16px; }

.row-fluid .productfeatures-main { padding:40px 0 20px; text-align:center; }
.row-fluid .productfeatures-bicon {  left:auto; position: relative; top:auto; display:inline-block; margin:0 0 10px; }
.row-fluid .productfeatures-box { padding: 0 0 30px; }

.row-fluid .getstarted-left { width:100%; min-height:0; }
.row-fluid .getstarted-left .hs-form fieldset { max-width:none; }
.row-fluid .getstarted-left .hs-form fieldset.form-columns-2 .hs-form-field { width:100%; }
.row-fluid .getstarted-left .hs-form fieldset.form-columns-2 .input { margin:0; width:100%; }
.row-fluid .getstarted-left .hs-form fieldset.form-columns-2 > div + div , .row-fluid .getstarted-left .hs-form fieldset.form-columns-2 > div { padding:0; }
.row-fluid .getstarted-right h2 { font-size: 30px; line-height:30px; padding:0 0 15px 0px;}
.row-fluid .getstarted-rblink1 {margin-right: 10px;}
.row-fluid .getstarted-rblink1 a, { margin:8px 0px 0px 0px; }
.row-fluid .getstarted-right { padding:0 25px; }
/*.row-fluid .getstarted-right > div.row-fluid-wrapper:nth-child(2) { padding:45px 0 0; top:auto; -moz-transform: translateY(0);  -webkit-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }*/
.row-fluid .getstarted-left { padding:35px 0 45px; }
.row-fluid .getstarted-left h3 { font-size: 30px; }


.row-fluid .headerproduct-content{  max-width:none; text-align: center;}
.row-fluid .productcontent-l1btext { width:80%; }
.row-fluid .minnesota-rlink1, .row-fluid .minnesota-rlink2, .row-fluid .green-btn  { margin: 15px 0 0; }
.row-fluid .backlogcs-link {margin: 0 auto; float: none; text-align: center;}
.row-fluid .getstarted-left label { font-size: 12px; line-height: 17px; }


.row-fluid .inspection-solution-cta { margin-left: 0 !important; text-align: center !important;}
  
  /* ----------------------------------------- Video Library Page ------------------------------------------------------ */  
  
.content-small-wrap { max-width: 33% !important; }

@media (max-width: 768px) {

.content-small-wrap {max-width: 100% !important; }

}
  
  
  /* ----------------------------------------- Responsive Design ------------------------------------------------------ */  
  

@media (max-width:600px) {.row-fluid .productnotify-ltext ul li {width: 100%!important;}}


/*blog subscription LP*/

.blog-sub-LP .row-fluid .reqconsulation-form { margin: 83px 0 -290px!important; }


/*New TYP blog feed*/

 @media ( max-width:767px ) {
   .book-graphic {text-align: center}     
.TYPblogfeed .row-fluid .productcontent-mainblog  h1 {padding-left:20px; padding-right:20px;}
   .TYPblogfeed {margin-top: 0px}

   .row-fluid .contact-blog-feed {margin-top: 0px!important}
   .row-fluid .contact-blog-feed h1 {font-size: 22px!important; padding-bottom: 0px!important}
}
  

/*pop up CTA*/

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {font-size:28px!important;}
.leadinModal .leadin-button-wrapper {padding-top: 0px!important;}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper {padding: 2.5em!important;}
.leadinModal .leadin-input-wrapper label {padding-top: 0px!important; }
  
/*lightbox*/

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
display: inline-block;
width: 204px;
height: 150px;
line-height: 100px;
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
position: relative;
/* float: left!important; */
 }

@media (max-width: 767px){ 
	.row-fluid .communications_content_title h2 {font-size: 21px;}
	.alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h1 a, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2 a {
	font-size: 31px !important;
	line-height: 35px !important;
}

	.row-fluid .headerlp-title3:before {background:none!important; }
	.row-fluid .headerlp-title3 {
		padding: 50px 20px 65px 20px;
		}
	.row-fluid .email_box_contents p { padding: 0 0em 0.5em 1em; }
	.gm-style .gm-style-iw{min-height:160px !important;}
	.gm-style-iw div { width: 170px !important; }
  .alden_event_logo { float: left !important; margin-bottom: 20px; text-align: center; width: 100%; }
}
@media ( min-width:30px ) and ( max-width:680px ) { 
    
    .row-fluid .culture-section .culture-box { width:100%; }
    .row-fluid .culture-section { background-position:center 55% !important; background-attachment: initial !important;  }
  .newsletter .row-fluid .assetmgmtconsult {background-size: cover!important}
    .row-fluid .bgimg-main.bg-img-mobile{ background-position:top right!important;}
     /*.row-fluid .bgimg-main.bg-img-mobile:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.4);}*/
    .row-fluid .assetmgmtconsult { background-size:auto!important; }
    
    .row-fluid .headerlp-title h2{ font-size:49px; line-height:59px;}
    .row-fluid .headerlp-title h1{ font-size:34px; line-height:43px;}
    
	.gm-style .gm-style-iw{min-height:160px !important;}
	.gm-style-iw div {
		width: 170px !important;
	}
}


  @media (max-width: 565px){.mobile-margin { margin-left: 0px!important; margin-top: 10px; }
  
  .alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h1 a, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2 a {
  font-size: 30px !important;
  line-height: 37px !important;
}
.gm-style .gm-style-iw{min-height:160px !important;}
  
  }

 @media (max-width: 520px){
     .row-fluid .hero-contant {padding: 20px 0px 15px 0px;}
.row-fluid .blog-top .blog-followme > div > span > div, .row-fluid .blog-top .blog-followme > div > div { float: none; padding-left: 10px; }
.row-fluid .blog-top .email-icon { float: none; padding-left: 0; padding-right: 0; }
.row-fluid .blog-top .container-main { text-align: center; }
.row-fluid .blog-top .search-icon {
    width: 37% !important;
    margin-left: 0%;
    text-align:right;
    max-width: none;
}
.row-fluid .blog-top .search-icon img { max-width:30px; width:100% !important; }
.row-fluid .blog-top .email-icon {
  float: left;
  padding-left: 5px;
  padding-right: 0;
  text-align: left;
  width: 62%;
}     
     
.row-fluid .email_box_contents p { padding: 0 1em 0.5em 1em; }
.row-fluid .blog-top .email_box > .cell-wrapper .email-icon {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}    
.gm-style .gm-style-iw { min-height:160px !important; } 
 }
    


@media (max-width: 480px){
  .post-body img {width: 335px!important}
  .privacynote {max-width: 90%}
  .gray-box-txt {width: 85%!important}
  .gray-box-img {width: 13%!important}
  .row-fluid .software_services_list_title h4 {text-align: left!important}
  .software_and_services_content_group {text-align: left!important}
 
.read_more_main {margin: 0 auto;width: auto;}
.read_more_main .more-link { margin-right:0px; }
.row-fluid .downloadnow-formleft select { margin-bottom:10px !important;}
.getstarted-left .hs-input {width: 100%!important;}
.row-fluid .bgimg-main.bg-img-mobile{ background-position:top right!important;}
  .row-fluid .assetmgmtconsult { background-size:auto!important; }
  .alden-new-events-page.hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h1 a, .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .post-item .post-title h2 a {
  font-size: 30px !important;
  line-height: 37px !important;
}
.gm-style .gm-style-iw{min-height:160px !important;}
.row-fluid .productcontent-l1text {padding: 0px;}

}
 
@media ( min-width:30px ) and ( max-width:400px ) { 
   .gray-box-txt {float: none!important; width: 100%!important; margin-top: 5px;}
  .gray-box-img { float: none!important; width: 100%!important}
    .row-fluid .getstarted-rblink1, .row-fluid .getstarted-rblink2 {margin-bottom: 20px;}
    .row-fluid .utitities-list-right ul { margin:0; width:100%; padding:0; }
    .row-fluid .utitities-list-right { padding-top:35px; }
    .row-fluid .utitities-list-right ul li { text-align:center; }
    .row-fluid .teleco-list-right ul { margin:0; width:100%; padding:0; }
    .row-fluid .teleco-list-right { padding-top:35px; }
    .row-fluid .teleco-list-right ul li { text-align:center; }
    .row-fluid .hero-video iframe { width:1600px;  }
    .select-industrylink span { min-width:110px; padding-left:10px; }
    .select-industrylink:after { width:50px; }
    
    .industry-selectdrop ul { margin-left: -90px; margin-top: 90px;  width: 181px; }

   /* .row-fluid .headerlp-title .cell-wrapper {width: 90%!important;}
    .row-fluid .headerlp-title2 .cell-wrapper {width: 90%!important;}

    .row-fluid .headerlp-title3 .cell-wrapper {width: 90%!important;}*/

.row-fluid .headercontent-lefttext {padding-bottom: 16px!important;}
    .row-fluid .ourclient-section .client-logo { width:50%; float:left; padding:15px 0; }
    .row-fluid .industry-organizations h2 { font-size:35.92px; }
    .row-fluid .contacthero-section { min-height:120px; }
    .row-fluid .contact-alden .container-main .contactalden-left { padding-right:0; }
    .row-fluid .contact-alden .contactalden-right { padding-top:20px; }
    .row-fluid .alden-location h2 { font-size:32px; }
    .row-fluid .alden-location .location-leftaddress, .row-fluid .alden-location .location-rightaddress { padding:40px 0; }
    .row-fluid .alden-location .address { padding:0; }
    .row-fluid .subscribe-ourblog h3.form-title { padding:0 25px 20px; }
    
    
    .row-fluid .downloadguide-img { max-height:200px; }
    
    .row-fluid .subscribe-ourblog ul.inputs-list li { display:block; }
    
    .solutiontab-bt { min-height:0 !important; }
    
    .row-fluid .abouthero-section  { background:url(https://154234.fs1.hubspotusercontent-na1.net/hub/154234/hubfs/alden-systems/images/about-heromobile4.jpg?t=1539700821536) no-repeat !important; background-position: left top !important; background-size:100% auto !important; }
   
    .row-fluid .culture-section { background-position:center 70% !important;  }
    
    .row-fluid .headercontent-lefttext h2 { font-size:32px!important; line-height:37px!important; }
    .row-fluid .headercontent-lefttext2 h2 { font-size:32px!important; line-height:37px!important; }
    
    
        .row-fluid .headercontent-lefttext h1 { font-size:29px!important; line-height:37px!important; }
    .row-fluid .headercontent-lefttext2 h1 { font-size:32px!important; line-height:37px!important; }

    .row-fluid .headercontent-lefttext2 {padding-bottom: 0px!important;}
    .row-fluid .content-lp h2 { font-size: 28px; line-height:32px; }
    .row-fluid .contenttyp-cstoptext h2 { font-size:30px; line-height:36px; }
    .row-fluid .header-maintyp h2 { font-size: 24px; line-height:28px; }
    
    .row-fluid .typandlp-form .hs_join_use_email_subscription { padding:10px 0 0; }
    
    .row-fluid .header-maintyp2 h2  { font-size: 28px; line-height: 44px; }
    .row-fluid .header-typbtn2 a { padding-left:15px; padding-right:15px; }
    
    .row-fluid .downloadnow-formleft .input ,  .row-fluid .typandlp-form .input , .row-fluid .reqconsulation-form .input  { margin-right:0 !important; } 
    .row-fluid .typandlp-form input[type=submit] , .row-fluid .reqconsulation-form input[type="submit"] { font-size:13px; }
    
    
        .row-fluid .downloadnow-formleft .input ,  .row-fluid .typandlp-form .input , .row-fluid .viva-lp .input  { margin-right:0 !important; } 
    .row-fluid .typandlp-form input[type=submit] , .row-fluid .viva-lp input[type="submit"] { font-size:13px; }
    
    .hs-blog-post .row-fluid .mainblog-section .blog-left .share-this ul li { width:35px; height:auto; }
    
    .row-fluid .blog-top .blog-followme  { padding-left:0; }
    /*.row-fluid .blog-top .blog-followme a.fm_button { margin-left:2px; margin-right:0; }*/
    .row-fluid .blog-top .email-icon { padding-right:5px; /*padding-left:5px; */}
    .row-fluid .blog-top .search-icon { padding-right:5px; }
    /*.row-fluid .blog-top .search-icon {width: auto!important;}*/
    .row-fluid .blog-top .blog-followme>div>span>div { padding-left:0; } 
    .row-fluid .blog-top .email-icon img { margin-left:5px; }
    
}




@media ( min-width:30px ) and ( max-width:360px ) { 
    
    .row-fluid .downloadguide-img { max-height:160px; }
    .row-fluid .contenttyp-video iframe { height:150px !important; }
    .hs-blog-listing .row-fluid .mainblog-section .blog-left .post-listing .event_activ0 .post-header .more-link { min-width:165px; float:none; display:inline-block; margin:0; }
    .row-fluid .blog-top .select-division2 { width:100%; }
    .row-fluid .telecomunication-select.topic-dropdown ul { width:100%; margin-right:0; }
    .row-fluid .utility-select.topic-dropdown ul { width:100%; margin-right:0; }


}



 

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


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

@media (min-width: 768px){

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

}

@media (max-width: 767px){
    
    .row-fluid .lpfootertweet {    width: 100%!important;
    margin: 0 auto!important;} 


.row-fluid .prsignup-link { text-align: left; width:auto;margin-right:10px !important;float:left !important; }

.hs-content-name-field-asset-inventory-product .prsignup-link { margin-top:5px !important; }

.row-fluid .proofofperformance-link { float:left !important; padding:0px !important; } 

.row-fluid .inspection-solution-cta {  
    
    text-align: left !important; 
}

.contenttyp-cstrighttext img {margin-bottom: 15px;}
.row-fluid .headerproduct-menuright .widget-type-space { display: none;}


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #ffffff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 17px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px;
      background: #005288; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      
  }
  
  .mobile-open2  a.mobile-trigger { top:0; }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mobile-trigger span{
      display: inline;
      display:none;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
      
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #005288;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open2 a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open2 a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 22px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open2 a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open2 a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open2 a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

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


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .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;
      left:0 !important;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 60px 0 0 0; /* Padding to add room for close button */
      background-color: #005288; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

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

}

#rufous-sandbox  {display:none !important;}

@media only screen and (max-width: 768px) {
.tab-links a {
    font-size: 20px;
    line-height: 30px;
}
.tab-links strong {
    font-size: 20px;
    line-height: 30px;
}

}

@media (min-width: 880px) {
 .light-stat, .dark-stat {height: 380px !important;}   
}