/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); 
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.3/jquery.fancybox.css'); 
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

/*
 
 
 
 
*/














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

html, body{
    width: 100%;
    overflow-x:hidden;
}

body { margin:0; padding:0; font-family: 'Work Sans', sans-serif; font-size:18px; line-height:32px; font-weight:300;  color: #4A4A4A; background:#f5f5f5; counter-reset:counter; }

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

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { color:#333c4e; font-family: 'Work Sans', sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:normal; clear:both; }
h2 { font-weight:normal; color:#333; font-family: 'Work Sans', sans-serif; font-size:32px; line-height:40px; margin:0; padding:10px 0 10px; clear:both; }
h3 { font-weight:500; color:#333; font-family: 'Work Sans', sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both; }
h4 { font-weight:normal; color:#333; font-family: 'Work Sans', sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both; }
h5 { font-weight:normal; color:#333; font-family: 'Work Sans', sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:400; color:#333; font-family: 'Work Sans', sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both; }

a { text-decoration:none; outline:none; color:#00658b; -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
a:hover { color:#333; }

input , button , textarea, select , input[type="text"],input[type="file"], 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"] { outline:none; border: 1px solid #979797; background:#fff; height:48px; padding:0 15px; font-family: 'Work Sans', sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:224px; max-width:100%; letter-spacing:1px;  border:1px solid transparent; cursor:pointer; background-image:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/blank.png) !important; 	background-color: #009DCD; font-size:14px; line-height:24px; font-weight:700; padding:8px 20px; font-weight:600; text-transform:uppercase; color:#fff; 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;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
input[type=submit]:hover , button:hover { background-color:transparent; border-color:#009DCD; color:#009DCD; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%;  }
ul.hs-error-msgs li { list-style: none;  text-align:left; }
ul.hs-error-msgs li label {
    color: red;
    font-size: 14px;
    font-weight: 500;
}

.fancybox-inner ul.hs-error-msgs{display:block !important;}
.fancybox-inner ul.hs-error-msgs li label{color: red;}

.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }
body .container-fluid .row-fluid form .hs_error_rollup {
    display: none;
}

fieldset.form-columns-2 label {
    display: none;
}

 .inputs-list .hs-form-checkbox-display ,
 .inputs-list .hs-form-booleancheckbox ,
 .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
 .inputs-list input[type="checkbox"] ,
 .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
 .inputs-list input[type="radio"] { top:3px; }
 .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
 .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
 .inputs-list input[type="checkbox"]:checked + span:before { background:#009DCD; color:#fff; border-color:#009DCD; }
 .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

 .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:6px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
 .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:4px; top:12px;  content:''; width:8px; height:8px; border-color:#333; background:#333;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .set-bg { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .get-bg { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; /*color:#fff; background:#333; width:35px; height:35px;*/ font-size:0; text-index:-9999; cursor:pointer; }

.slick-prev.slick-arrow img {-moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH";}

.slick-arrow img + img { display:none; }
.slick-arrow:hover img { display:none; }
.slick-arrow:hover img + img { display:block; }
/*.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  */}
.slick-arrow.slick-prev { left:5px; }
/*.slick-arrow.slick-prev:before { content: "\f104"; }*/
.slick-arrow.slick-next { right:5px; }
/*.slick-arrow.slick-next:before { content: "\f105"; }*/
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }
 
.row-fluid .container { margin:0 auto !important; width:1200px; padding-left:15px; padding-right:15px; float:none !important; max-width:100%;  } 
.row-fluid .mini-container { margin:0 auto !important; width:1120px; max-width:100%; float:none !important; } 
.row-fluid .mini-container2 { margin:0 auto !important; width:1000px; max-width:100%; float:none !important; } 
.row-fluid .mini-wrapper { margin:0 auto !important; width:900px; max-width:100%; float:none !important; } 
.row-fluid .page-container { float:left; width:100%; }


.row-fluid .page-title h1 { font-size:40px; line-height:50px; color:#fff; }
.row-fluid .mini-title { font-size:14px; line-height:23px; color:#000; letter-spacing:2px; text-transform:uppercase; font-weight:400; }
.row-fluid .section-title h2 { font-size:40px; line-height:50px; color:#000000; padding:0; font-weight:300;  }
.row-fluid .section-title h3 { font-size:34px; line-height:40px; color:#000000; padding:0; font-weight:300; }
.row-fluid .section-title h4 { font-size:28px; line-height:32px; color:#000000; padding:0; font-weight:300; }

.row-fluid .default-btn a { display:inline-block; margin-top:20px; vertical-align:top; border:1px solid #009DCD; text-transform:uppercase; letter-spacing:2px;  padding:12px 30px; font-size:12px; line-height:14px; font-weight:400; text-align:center; background:#009DCD; text-align:center; color:#fff;  }
.row-fluid .default-btn a:hover { color:#009DCD; background-color:transparent;  border-color:#009DCD !important; }


.row-fluid .default-btn.blue-outline a { background-color:transparent; border-color:#009DCD; color:#009DCD; }
.row-fluid .default-btn.blue-outline a span:after { content:""; margin-left:8px; background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-blue.svg) no-repeat center; width:35px; height:7px; display:inline-block; vertical-align:middle;  } 


.row-fluid .default-btn.black-outline a { background-color:#fff; border-color:#000; color:#000; }
.row-fluid .default-btn.black-outline a span:after { content:""; margin-left:8px; background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-black.svg) no-repeat center; width:35px; height:7px; display:inline-block; vertical-align:middle;  } 

body .row-fluid .default-btn.blue-outline a:hover { background:#009DCD; color:#fff; } 
.row-fluid .default-btn.blue-outline a:hover span:after { background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-white.svg) no-repeat center; }

.row-fluid .default-btn.black-outline a:hover { background:#009DCD; color:#fff; } 
.row-fluid .default-btn.black-outline a:hover span:after { background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-white.svg) no-repeat center; }

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

.row-fluid .scroll-down  span { cursor:pointer; width:145px; position:fixed; z-index:10; /*background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/scroll-arrow3.png) no-repeat center;*/   bottom:100px; right:-50px; text-align:center;  color: gray; font-family: "Work Sans"; font-size: 10px; letter-spacing: 2px; line-height: 11px; -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);; }
.row-fluid .scroll-down  span > div { width:35px; height:7px; display:inline-block; vertical-align:middle; transition:all 0.5s;  }
.row-fluid .scroll-down .prev-div { background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-grey.svg) no-repeat center;  }
.row-fluid .scroll-down .prev-div:hover { background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-blue.svg) no-repeat center; }
.row-fluid .scroll-down .next-div { background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-grey.svg) no-repeat center; -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);; }
.row-fluid .scroll-down .next-div:hover { background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-blue.svg) no-repeat center;  }

.row-fluid .padding-top-0 { padding-top:0 !important; }
.row-fluid .padding-bottom-0 { padding-bottom:0 !important; }

.row-fluid .padding-top-30 { padding-top:30px; }
.row-fluid .padding-bottom-30 { padding-bottom:30px; }

.row-fluid .padding-top-40 { padding-top:40px; }
.row-fluid .padding-bottom-40 { padding-bottom:40px; }

.row-fluid .padding-top-50 { padding-top:50px; }
.row-fluid .padding-bottom-50 { padding-bottom:50px; }

.row-fluid .padding-top-60 { padding-top:60px; }
.row-fluid .padding-bottom-60 { padding-bottom:60px; }


.row-fluid .margin-top-0 { margin-top:0 !important; }
.row-fluid .margin-bottom-0 { margin-bottom:0 !important; }

.row-fluid .margin-top-20 { margin-top:20px; }
.row-fluid .margin-bottom-20 { margin-bottom:20px; }

.row-fluid .margin-top-30 { margin-top:30px; }
.row-fluid .margin-bottom-30 { margin-bottom:30px; }

.row-fluid .margin-top-40 { margin-top:40px; }
.row-fluid .margin-bottom-40 { margin-bottom:40px; }

.row-fluid .margin-top-50 { margin-top:50px; }
.row-fluid .margin-bottom-50 { margin-bottom:50px; }

.row-fluid .margin-top-60 { margin-top:60px; }
.row-fluid .margin-bottom-60 { margin-bottom:60px; }


.fancybox-skin { border:2px solid #009DCD !important; }

/*================================
# Header Top
==================================*/

.row-fluid .header-top {  background:#fff; z-index:1000; }
.row-fluid .main-logo img { position:relative; z-index:10; }
.row-fluid .hero-section { float:left; width:100%; height:100vh; position:relative;  }
.row-fluid .hero-section .container { position:relative; }
.row-fluid .hero-content { position:absolute; bottom:120px; left:0; width:100%; }

.row-fluid .hero-box { max-width:580px; font-weight:300; color:#fff;  }

.row-fluid .get-free  { position:fixed; top:0; right:0; width:51%; height:100%; z-index:1000; margin-right:-51%; transition: margin 0.5s;  }
.mobile-open .row-fluid .get-free  { margin-right:0; }
.row-fluid .get-free-box { position:absolute; width:350px; max-width:100%; text-align:center; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);; }
.row-fluid .get-free-box .section-title h3 { font-weight:400; }

.row-fluid .counter-section { float:left; width:100%; padding:80px 0; text-align:center;  }
.row-fluid .counter,
.row-fluid .counter-number { font-weight:300; color:#000; font-size:50px; line-height:80px;  }
.row-fluid .counter { display:inline-block; vertical-align:middle; }
.row-fluid .counter-title { font-weight:500; color:#6F6F6F; font-size:12px; text-transform:uppercase;  }


.row-fluid .card-section { float:left; width:100%; text-align:center; }
.row-fluid .card-section .section-title h4 { margin-bottom:20px; }
.row-fluid .card-bg-img { float:left; width:100%; height:520px; background-position:top center;  }
.row-fluid .card-box { background:#fff; margin-top:-200px; position:relative; float:none; display:inline-block; width:900px; max-width:100%; padding:100px 100px 100px 160px; text-align:left; /*box-shadow:0 12px 20px rgba(110, 122, 151, 0.2);*/ box-shadow:0 33px 43px -8px rgba(110, 122, 151, 0.2), 0 -8px 8px -8px rgba(110, 122, 151, 0.1);  }

/*.row-fluid .box-shadow,
.row-fluid .card-box { position:relative; }
.row-fluid .box-shadow::after,
.row-fluid .card-box:after {bottom: 0;box-shadow:0 0 39px 2px rgba(0, 0, 0, 0.9); content: ""; display: block; height: 1px; left: 50%; margin-top: 88px; position: absolute; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;  width: calc(100% - 1%);  z-index: -1;}*/
.row-fluid .card-box.without-bg-box {background:transparent; box-shadow:inherit; margin:5px 0 0;  }
.row-fluid .card-box.without-bg-box:after { display:none; }
.section-title.dotted-icon h4 { padding:0; position:relative; font-weight:300; margin-bottom:30px;  }
.section-title.dotted-icon h4:before { content:""; position:absolute; top:4px; left:-60px; width:30px; height:30px; background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/dotted-icon.jpg) no-repeat center;}


.row-fluid .card-section.support-section { padding:0 0 70px; }
.row-fluid .card-section.support-section .card-box { margin-top:-340px; }


.row-fluid .investment-section { float:left; width:100%; text-align:center; }
.row-fluid .investment-point { float:left; width:100%;  } 
.row-fluid .investment-point  > span > div  { position:relative; min-height:60px; padding-left:90px; margin-top:45px;  }
.row-fluid .investment-box { float:left; width:100%; color:#39393A; font-size:16px;  } 
.row-fluid .investment-box strong { font-weight:500; }
.row-fluid .investment-image { position:absolute; top:50%; left:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;  }

.row-fluid .list-style ul { margin:0; padding:0;  }
.row-fluid .list-style ul li { display:block; position:relative; padding-left:90px;  counter-increment:counter; color: #39393A; font-size:16px; margin-top:40px;  }
.row-fluid .list-style h3  { padding: 0 0 10px; font-size:20px; line-height:24px; color: #000000; font-weight:300;  }
.row-fluid .list-style ul li:nth-child(even):after { content:""; background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/steps-joiner.svg) no-repeat center; position:absolute; top:-90px; left:30px; height:245px; width:40px;  }
.row-fluid .list-style ul li:before { content:counter(counter); font-size:20px; font-weight:500; height:60px; width:60px; line-height:60px; color: #39393A; text-align:center;   border-radius:50%; border: 1px dashed #BEC1C8;;  position:absolute; top:5px; left:0;    }
.row-fluid .list-style-cta { padding-left:90px; margin-top:50px; }


.row-fluid .download-section .set-bg.card-bg-img { /*background-size:inherit;*/  height:640px; }
.download-section .guana-bg .bg-container.size-cover .image {
    background-size: cover;
    background-attachment: scroll!important;
} 
.row-fluid  .set-bg.card-bg-img { background-position:top center; }

.row-fluid .form-style { text-align:center; font-size:16px; color: #4a4a4a; text-align:center;  }
.row-fluid .form-style .section-title h3 { margin:30px 0 25px; }
.row-fluid .form-style .mini-title { font-size:16px; color: #2A2A2A;  }
.row-fluid .card-box.form-style { padding:90px 100px 130px; margin-top:-225px; }
.row-fluid .form-style .form-title { display:none; }
.row-fluid .form-style  form { margin-top:30px; }

.row-fluid .form-style textarea { height:170px; }
.row-fluid .form-style input[type="text"]:focus, 
.row-fluid .form-style input[type="email"]:focus,
.row-fluid .form-style input[type="url"]:focus,
.row-fluid .form-style input[type="tel"]:focus,
.row-fluid .form-style select:focus,
.row-fluid .form-style textarea:focus  { border-color:#009dcd;  }

.row-fluid .form-style input.error,
.row-fluid .form-style input.invalid { border-color:red; } 

.row-fluid .file-upload-wrapper { position:relative; }
.row-fluid .file-upload-button { position:absolute; top:6px; right:6px; width:36px; height:36px; background:#009dcd !important; padding:0;  }
.row-fluid .file-upload-button img { left: 0; overflow: hidden; position: absolute; top: 0; width: 7px; right: 0; bottom: 0; margin: auto;  }

.row-fluid .card-section.career-form { padding:90px 0 100px; }

.row-fluid .logo-section { float:left; width:100%; padding:140px 0 100px; text-align:center;  }
.row-fluid .logo-container { float:left; width:100%; text-align:center; margin-top:60px;  }
.row-fluid .logo-container > span > div { float:left; width:25%; position:relative;  height:100px;  }
.row-fluid .logo-container > span > div img { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto;  }

.row-fluid .testimonial-section { float:left; width:100%; padding:0 0 20px; }
.row-fluid .link-style a { font-size:12px; line-height:12px; color:#009DCD; font-weight:600; text-transform:uppercase; letter-spacing:1px; display:inline-block; vertical-align:bottom; }
.row-fluid .link-style a:hover { color:#000000; }
.row-fluid .link-style a span { display:inline-block; vertical-align:top;  }
.row-fluid .link-style a span:after { content:""; margin-top:-1px; margin-left:8px; background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-blue.svg) no-repeat center; width:35px; height:7px; display:inline-block; vertical-align:middle;  } 
.row-fluid .link-style a:hover span:after { background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-grey.svg) no-repeat center; }
.row-fluid .testimonial-container { float:left; width:100%; }

.row-fluid .testimonial-box { float:left; width:100%; position:relative; height:640px; font-size:23px; line-height:46px; margin:30px 0 70px; background-position: top left;  }
.row-fluid .testimonial-text { position:absolute; right:215px; top:50%; box-shadow:0 20px 30px -8px rgba(110, 122, 151, 0.2), 0 -8px 8px -8px rgba(110, 122, 151, 0.1);  background:#fff url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/blockquote.svg ) no-repeat 36px 32px; padding:180px 100px 30px; height:calc(100% + 60px);  max-width:100%; width:620px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;  }
.testimonial-text,
.testimonial-text p {
    font-size: 20px;
    line-height: 40px;
    padding:10px 0;
}
.row-fluid .testimonial-info { float:left; width:100%; margin-top:10px; font-size:12px;	color: #000000; line-height:23px; font-weight:400;  }
.row-fluid .testimonial-info h5 { padding:0; text-transform:uppercase; color:#000; font-size:16px; font-weight:400;  }
.arrow-box { bottom: 60px; position: absolute; right: 80px; width:100px;   }
.row-fluid .testimonial-box .link-style { text-align:right; margin-top:10px; float:left; width:100%;  }
.row-fluid .rss-section { float:left; width:100%; padding:40px 0;  }
.row-fluid .rss-post { float:left; width:31%; margin-right:3%; transition:all 0.5s; }
.row-fluid .rss-post:hover { box-shadow:0 33px 43px -8px rgba(110, 122, 151, 0.2), 0 -8px 8px -8px rgba(110, 122, 151, 0.1); }
.row-fluid .rss-post:hover .post-title a{ color: #009DCD; }
.row-fluid .rss-post:last-child { margin-right:0; }

.row-fluid .rss-image  { float:left; height:230px; width:100%;   }
.row-fluid .rss-content { float:left; width:100%; background:#fff; padding:50px;  }
.row-fluid .rss-topic { float:left; width:100%; }
.row-fluid .post-title { float:left; width:100%; padding:10px 0 60px; }
.row-fluid .rss-topic .topic-link  { font-size:12px; color:#c8cad0; line-height:23px; font-weight:400; text-transform:uppercase;    }
.row-fluid .rss-content .post-title a { font-weight:400; color: #000000; line-height:28px; display:block;  }


.row-fluid .opex-section { float:left; width:100%; /*position:relative; height:600px;*/ text-align:center; } 
.row-fluid .opex-section .mini-title { letter-spacing:3px; }
.row-fluid .opex-section .get-free-box { position:static; padding:200px 0; width:100%;   -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;;   }
.row-fluid .opex-section.set-bg {  background-position:top center !important; margin-top:10px;  }
.row-fluid  .opex-section .get-free-box.our-value-cta { padding:120px 0 180px; }


.row-fluid .opex-text { float:none; display:inline-block; vertical-align:top; width:550px; max-width:100%; margin:20px 0 10px;  }

/* Footer section */

.row-fluid .footer-section { float:left; width:100%; background-color: #1C1C1C; padding:70px 0 50px; text-align:center; color:#fff; border-bottom: 1px solid #545454;  }
.row-fluid .footer-title { padding:30px 0; font-weight:500; text-transform:uppercase; color:#6B6868; font-size:12px;  }
.row-fluid .footer-menu ul { display:inline-block; vertical-align:top; margin:0; padding:0;  }
.row-fluid .footer-menu ul li { list-style:none; display:inline-block; vertical-align:top; padding:0 30px; border-right:1px solid #545454;  }
.row-fluid .footer-menu ul li:last-child { border-right:none; }
.row-fluid .footer-menu ul li, .row-fluid .footer-menu ul li a { display:inline-block; vertical-align:top; font-weight:300; padding:0; color: #F2F2F2; font-size:12px;  }

.row-fluid .copyright-section { float:left; width:100%; background:#1C1C1C; padding:30px 0;   }
.row-fluid .copyright-section a:hover  { color:#009dcd;  }
.row-fluid .site-map ul { display:inline-block; vertical-align:top; margin:0; padding:0;  }
.row-fluid .site-map ul li { list-style:none; display:inline-block; vertical-align:top; padding:0; margin-right:30px;  }
.row-fluid .site-map ul li a { padding:0; font-size:12px; line-height:14px; text-transform:uppercase; font-weight:400; color:#ebebeb;  }

.row-fluid .copyright-text { font-size:12px; color: #6B6868; line-height:12px; font-weight:400;  }

.row-fluid .site-map, .row-fluid .copyright-text { padding-top:10px; }

.row-fluid .social-share { text-align:right; }
.row-fluid .social-share ul { margin:0; padding:0; }
.row-fluid .social-share ul li { list-style:none; display:inline-block; vertical-align:top; margin-right:25px; }
.row-fluid .social-share ul li:last-child { margin-right:0; }
.row-fluid .social-share a { display:inline-block; vertical-align:top; width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; background:#fff; color:#1C1C1C; } 

@media (min-width:768px){
    
    body .row-fluid .footer-menu ul li {
        padding: 0 30px;
        float: left;
    }
    
}

@media (max-width:991px){
    body .row-fluid .footer-menu ul li{
        padding:0 15px;
    }
}

@media (max-width:767px){
    body .row-fluid .footer-menu ul li{
        padding:5px 0;
        display:block;
        float:none;
    }
}



/*================================
# Network Solution
==================================*/

.row-fluid .solution-section { float:left; width:100%; padding:100px 0;  text-align:center;  }
.row-fluid .solution-text { font-size:24px; font-weight:200; line-height:40px; text-align:center; float:none; display:inline-block; vertical-align:top; width:900px; max-width:100%;  }
.row-fluid .solution-container { float:none; display:block; margin:0 -10px; padding-top:80px;  }
.row-fluid .solution-container > span > div { float:left; width:50%; padding:10px;  }

.row-fluid .multi-solution-section .card-bg-img { height:640px; }
.row-fluid .multi-solution-section .card-box { margin-top:-420px; } 


.row-fluid .solution-box { background:#fff; padding:100px 70px; position:relative; font-size:16px;  }
.row-fluid .solution-content { position:relative; }
.row-fluid .solution-box h4 { padding:0; font-weight:400; color:#000; font-size:18px; line-height:28px;  }
.row-fluid .solution-image { position:absolute; bottom:0; }
.row-fluid .solution-container > span > div:nth-child(odd) .solution-box  { text-align:right; padding-left:200px; }
.row-fluid .solution-container > span > div:nth-child(even) .solution-box  { text-align:left; padding-right:200px; }
.row-fluid .solution-container > span > div:nth-child(odd) .solution-image { left:0; }
.row-fluid .solution-container > span > div:nth-child(even) .solution-image { right:0;    text-align: right; }


.row-fluid .network-box { float:left; width:100%; margin-top:60px; font-size:16px;  }  
.row-fluid .network-box p { padding:0 0 10px; }
.row-fluid .network-content h5  { padding:0 0 10px; font-size:20px; line-height:23px; font-weight:300; color:#000;  }
.row-fluid .network-content ul { margin:0; padding:20px 0 0;   }
.row-fluid .network-content ul li { list-style:none; position:relative; padding-left:30px; }
.row-fluid .network-content ul li:before { content:""; position:absolute; top:14px; left:0; height:5px; width:5px; border-radius:50%; background:#7a7a7a;   }
.row-fluid .network-btn { padding-left:8.5%; }

.row-fluid .content-container.four-column  > span > div ,
.row-fluid .content-container.four-column  > span > div:nth-child(3n) { width:20%; margin-right:6%;  }
.row-fluid .our-value-section .content-container.four-column .content-box2 h5 { font-weight:normal ; padding:0 0 30px ;   }
.row-fluid .our-value-section .content-container.four-column > span > div { margin-bottom:70px; }
.row-fluid .content-container.four-column  > span > div:nth-child(4n) { margin-right:0; }

.row-fluid .testimonial-container.partner-container { padding-bottom:110px; }
.row-fluid .testimonial-container.partner-container .testimonial-box { background:none !important; margin:0; text-align:center; height:auto;  } 
.row-fluid .testimonial-container.partner-container .testimonial-text { box-shadow:inherit; height:auto; text-align:left; background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/blockquote-grey.svg) no-repeat 0 32px; position:relative; top:0; left:0; padding:180px 0 70px; display:inline-block; float:none; width:700px; max-width:100%; -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;;    }


.row-fluid .content-icon { margin-bottom:15px; }
.row-fluid .parson-image  { width:41px; height:41px; border-radius:50%; }
.row-fluid .parson-image + div > h5 { margin-top:-10px; }
 
/*===========================
# Faq Page 
============================*/

.row-fluid .faq-section { float:left; width:100%; padding:130px 0 0; }
.row-fluid .title-border { 	border-bottom:1px solid #DBDDE4; padding-bottom:110px; margin-bottom:110px;  }  
.row-fluid .section-title.with-sub-title { text-align:center; color: #4A4A4A;  }
.row-fluid .section-title.with-sub-title h3 { font-size:40px; margin-bottom:30px; }
.row-fluid .section-title.with-sub-title .mini-title { font-size:16px; letter-spacing:3px; margin-bottom:30px;  }

.faq-box { float:none; display:inline-block; vertical-align:top;  width:480px; max-width:100%; margin-bottom:15px; }
.faq-question { background:#fff; cursor:pointer;  padding:20px 100px 20px 30px; position:relative; color:#009DCD; font-size:16px; line-height:21px; font-weight:400; text-align:left; }
.row-fluid .faq-container { float:left; width:100%; text-align:center; }
.row-fluid .faq-container .section-title h4 { margin-bottom:30px; float:left; width:100%; text-align:center;  }
.faq-question:after { content:""; position:absolute; top:0; right:60px; border-left: 1px solid #EBEBEB; height:100%;  }
.faq-question:before { content:""; transition:all 0.5s;   background:url("https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-blue.svg") no-repeat -13px center; height: 7px; position: absolute; right: 18px;top: 50%; width: 22px; -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);; }
.faq-answer  { display:none; padding:40px 30px; text-align:left; }
.faq-question.active:before { -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);; }


/*=================================
#  Who We Are Page
==================================*/

.row-fluid .who-we-section { float:left; width:100%; padding:100px 0;  }
.row-fluid .who-we-section .big-font { text-align:center; }
.row-fluid .big-font { font-size:24px; line-height:40px; font-weight:200; color: #000000;  }

.row-fluid .who-we-container { float:left; width:100%; }
.row-fluid .who-we-container > div > div { display:block; float:none; margin:0 -30px; width:auto; }
.row-fluid .who-we-box { float:left; width:33.33%; margin:0; padding:0 30px; 	border-right: 1px solid #DBDDE4; }


.row-fluid .who-we-box:last-child { border-right:none; }

.row-fluid .who-we-box { font-size:16px; }
.row-fluid .who-we-box .section-title h4  { padding:0 0 20px; font-size:19px; line-height:34px;  font-weight:300;  }
.row-fluid .who-we-box .section-title h4 span { display:block; font-size:12px; text-transform:uppercase;  line-height:23px; color: #989898; padding:0 0 5px;  } 

.row-fluid .who-we-image { float:left; width:100%; }
.row-fluid .who-we-image img { width:100% !important; }

.row-fluid .team-section { float:left; width:100%; padding:140px 0 70px; text-align:center;  }
.row-fluid .team-container { float:left; width:100%; margin-top:30px;  }  
.row-fluid .team-container > span  > div { float:left; width:31%; margin-right:3%; margin-bottom:30px; }
.row-fluid .team-container > span  > div:nth-child(3n) { margin-right:0; }

.row-fluid .team-image {  float:left; width:100%; height:230px; position:relative;  }
.row-fluid .team-image > div { position:absolute; top:0; left:0; width:100%; height:100%; transition:all 0.5s; background-size:cover; background-repeat:no-repeat; background-position:center center !important;  }
.row-fluid .team-box { cursor:pointer;  transition:all 0.5s; float:left; width:100%;  position:relative; }
.row-fluid .team-box:hover { box-shadow:0 33px 43px -8px rgba(110, 122, 151, 0.2), 0 -8px 8px -8px rgba(110, 122, 151, 0.1);}
.row-fluid .team-box h4 { font-size:18px; line-height:28px; color:#000000; font-weight:400; padding:10px 0; }
.row-fluid .designation { font-size:12px; line-height:23px; color:#BEC1C8; min-height:25px; }
.row-fluid .team-social a { background:#383838; width:25px; height:25px; line-height:25px; line-height:25px; text-align:center; display:inline-block; vertical-align:top; border-radius:50%; color:#fff; font-size:16px; } 

.row-fluid .team-content { float:left; width:100%; background:#fff; padding:45px 20px 60px; transition:all 0.5s;   }
.row-fluid .hover-image { opacity:0; }
.row-fluid .team-box .hover-image { z-index:1; }
.row-fluid .team-box:hover .hover-image { opacity:1; } 
.row-fluid .team-box:hover .team-social a { background:#0077B5; }
/*=====================================
# Careers Page
======================================*/


.row-fluid .career-section { float:left; width:100%; padding:125px 0 0;  } 
.row-fluid .career-section .section-title.with-sub-title { text-align:left; }
.row-fluid .content-container { float:left; width:100%; }
.row-fluid .content-container > span > div { float:left; width:31%; margin-right:3%; margin-bottom:30px; }
.row-fluid .content-container > span > div:nth-child(3n) { margin-right:0; }

.row-fluid .content-box2 { font-size:16px; line-height:32px;  }
.row-fluid .content-box2 h5 { font-size:19px; line-height:34px; font-weight:300; padding:0 0 20px;  }
.row-fluid fieldset.form-columns-2 + fieldset.form-columns-1 > div > div {  margin-right:0; } 



/* ====================================
# Contect Page
=====================================*/ 

.row-fluid .contact-section { float:left; width:100%; padding:100px 0 0;  } 
.row-fluid .contact-section .section-title.with-sub-title { margin-bottom:30px; }
.row-fluid .section-title.with-sub-title a { color:#009dcd; font-weight:400;  } 
.row-fluid .section-title.with-sub-title a:hover{ color:#000000; }
.row-fluid .contact-section ul.inputs-list { margin:0; }
.row-fluid .contact-section .inputs-list li { display:inline-block; vertical-align:top;   } 

#map { width:100%; height:700px; }

.row-fluid .map-section { float:left; width:100%; text-align:center; padding:115px 0 10px; font-size:16px; line-height:32px; font-weight:300; color:#4A4A4A;  }
.row-fluid .map-section h5 { font-weight:400; font-size:16px; line-height:32px; padding: 0;  color:#000;  }
.row-fluid .map-section h4 { font-size:19px; line-height:34px; font-weight:400; padding:0 0 32px; color:#000;  }
.row-fluid .map-section  a { color: #4A4A4A; }
.row-fluid .map-image img { width:100% !important; }


.row-fluid .technical-address { font-size:14px; line-height:30px;  }
.row-fluid .technical-address strong { display:block; font-weight:500; font-size:14px; color:#000; text-transform:uppercase;  }

.row-fluid .technical-title h5 { margin:50px 0 10px; padding:0; }

/*new css date 29-12-17*/
.row-fluid .header2{padding:26px 0;}
.row-fluid .header2 .header2-logo{width:auto;display: inline-block;vertical-align: top;}
.row-fluid .header2 .header2-logo-txt{display: inline-block;vertical-align: top;width:auto;margin:0;position:relative;padding-left:40px;font-size: 22px;letter-spacing: 0.5px;font-weight: normal;line-height: 30px;text-align:center;color:#009DCD;text-transform: uppercase;font-family: 'Work Sans', sans-serif;} 
.row-fluid .header2 .header2-logo-txt:before{position:absolute;top:0;height:100%;left:25px;	border-left: 1px solid #009DCD;content:''}
.row-fluid .header2 .header2-logo-txt a{
    color:#009DCD;
}
/*.row-fluid .header2-left{width:auto;float:left;}*/
/*.row-fluid .header2-right{width:auto;float:right;}*/
.row-fluid .header2 .header2-search-icon{width:auto;display:inline-block;vertical-align: top;} 
.row-fluid .header2 .header2-search-icon img{vertical-align:middle;}
.row-fluid .header2 .header2-btn{width:auto;margin:0 0 0 50px;vertical-align: top;display:inline-block;}
.row-fluid .header2-btn a{background-color: #009DCD;color: #FFFFFF;font-family: 'Work Sans', sans-serif;font-size: 14px;font-weight: 500;line-height: 12px;	text-align: center;padding:11px 40px;border:1px solid #009DCD;}


.row-fluid .header2-btn a:hover{background:transparent;color:#009DCD;}
.BlogPage .post-listing {margin:0 -15px;display:block;}
.BlogPage .post-listing .rss-post{width:calc(33.33% - 30px);margin:30px 15px 0;}
.post-inner-banner .post-hero-top,.BlogPage .post-listing .rss-post .rss-topic{ font-size:12px; color:#c8cad0; line-height:23px; font-weight:400; text-transform:uppercase;    }
.post-inner-banner .post-hero-top a.topic-link,.BlogPage .post-listing .rss-post a.topic-link{color:#009DCD;font-weight:500;}
.BlogPage .post-listing .rss-post .equalheight{float:left;width:100%;}
.BlogPage.hs-blog-listing .blog-inner-main{padding-bottom:90px;}
.BlogPage .post-listing .rss-post .more-link{display: inline-block;clear:both;}

.post-inner-banner{position:relative;padding:150px 0;}
.hs-blog-post .post-inner-banner{position:relative;padding:280px 0 80px;}

.post-inner-banner:before{position:absolute;left:0;top:0;width:100%;height:100%;content:'';background:rgba(0,0,0,0.6);}
.post-inner-banner .mini-container{position:relative;}
.post-inner-banner .post-hero-top{color:#999999;font-size:11px;}
.post-inner-banner .post-hero-title{font-size: 40px;font-weight: 300;line-height: 46px;font-family: 'Work Sans', sans-serif;color:#fff;margin:30px 0 15px;}
.post-inner-banner .post-hero-title a{color:#fff;}
.post-inner-banner .post-hero-content {color:#DBDDE4;font-size: 18px;font-weight: 300;	line-height: 31px;font-family: 'Work Sans', sans-serif;}

.blog-related-post{	background-color: #eee;padding:75px 0 90px;float: left;width: 100%;text-align:center;}
.blog-related-post .rss-post{text-align:left;}
.blog-related-post h3{font-size: 16px;letter-spacing: 3px;line-height: 23px;text-align: center;color: #000000;text-transform:uppercase;margin-bottom:30px;padding:0;}
.BlogPage.hs-blog-post .blog-inner-main{padding:75px 0;}
.BlogPage.hs-blog-post .blog-inner-main .mini-container{max-width:800px;width:100%;}
.BlogPage.hs-blog-post .blog-inner-main h4{color: #000000;font-family: 'Work Sans', sans-serif;font-size: 28px;	font-weight: 300;	line-height: 20px;padding:0;margin-bottom:30px;}
.BlogPage.hs-blog-post .blog-inner-main h3{color: #000000;	font-family: 'Work Sans', sans-serif;font-size: 25px;font-weight: 200;	line-height: 44px;padding:0;margin-bottom:30px;}
.BlogPage.hs-blog-post .blog-inner-main p,.BlogPage.hs-blog-post .blog-inner-main li{color: #4A4A4A;font-family: 'Work Sans', sans-serif;font-size: 18px;	font-weight: 300;	line-height: 32px;margin:0 0 30px 0;padding:0;}
.BlogPage.hs-blog-post .blog-inner-main ol ,.BlogPage.hs-blog-post .blog-inner-main ul{padding-left:30px;margin:0 0 30px;}
.BlogPage.hs-blog-post .blog-inner-main li{margin:0;}
.BlogPage.hs-blog-post .blog-inner-main blockquote,.BlogPage.hs-blog-post .blog-inner-main blockquote h4{color: #4A4A4A;font-family: 'Raleway', sans-serif;font-size: 25px;	font-style: italic;	font-weight: 200;	line-height: 40px;padding:0;margin-bottom:40px;}
.BlogPage.hs-blog-post .blog-inner-main blockquote h5{color: #000000;font-family: 'Work Sans', sans-serif;font-size: 16px;line-height: 23px;font-style: normal;padding:0;text-transform:uppercase;}
.BlogPage.hs-blog-post .blog-inner-main blockquote{padding:60px 0;border-top:1px solid #cccfda;border-bottom:1px solid #cccfda;margin:30px 0;}



.topic-section{padding:50px 0 30px;	color: #000000;font-family: 'Work Sans', sans-serif;	font-size: 30px;	font-weight: 200;	line-height: 46px;}
.topic-section  span{font-weight: 300;}
.topicBody .body-container{background:#eee;}


/*=========================
#  Case Study Page
==========================*/

.case-study .row-fluid .scroll-down span { bottom:auto; top:170px;  }

.row-fluid .inner-banner { float:left; width:100%; padding:150px 0 125px;  }
.row-fluid .inner-banner .section-title ,
.row-fluid .inner-banner .section-title h3 { color:#fff; text-align:left; }

.row-fluid .case-study-section { float:left; width:100%; padding:160px 0 120px;  }
.row-fluid .case-study-section h3 { font-size:28px; line-height:28px; font-weight:300; padding:20px 0 25px;  }
.row-fluid .case-study-section p { padding:0 0 25px; }
.row-fluid .case-study-section p:first-child strong { font-size:24px; display:block; line-height:40px; font-weight:200; margin-bottom:10px;  }
.row-fluid .case-study-sidebar .sidebar-logo { padding:70px 0;  text-align:center;	border-top: 1px solid #DBDDE4; border-bottom: 1px solid #DBDDE4; }

.row-fluid .full-image img { width:100% !important; }
.row-fluid .case-study-section .full-image { padding: 90px 0; }
.row-fluid .case-study-conent { padding-top:30px; }
.row-fluid .padding-left-100 { padding-left:100px; }

.row-fluid .case-study-sidebar { font-size:16px; line-height:30px;  }
.row-fluid .case-study-sidebar ul { padding:0; margin:0; }
.row-fluid .case-study-sidebar ul li { position:relative; list-style:none; padding-left:25px; margin-bottom:6px;  }
.row-fluid .case-study-sidebar ul li:before { content:""; position:absolute; top:12px; left:0; height:5px; width:5px; border-radius:50%; background:#4A4A4A;  }
.row-fluid .case-study-sidebar h4 { font-size:19px; line-height:24px;  padding:0 0 30px; }

.row-fluid .sidebar-box { margin-top:50px; }

.row-fluid .testimonial-container.partner-container { padding:85px 0 30px; }
.row-fluid .case-study-cta { 	border-top: 1px solid #CCCFDA; }

.row-fluid .webinar-box { border: 1px solid #EBEBEB; border-left:none; padding:120px 55px 100px 450px ; background:#fff; margin-top:30px;  background-size:inherit !important; background-position:left center !important; background-repeat:no-repeat !important; }
.row-fluid .webinar-box .mini-title { font-size:16px; }
.row-fluid .webinar-box .rss-topic { padding:10px 0; } 
.row-fluid .webinar-box h4  { padding:0; font-weight:300; color:#000; font-size:28px; line-height:37px;   }

/* =============================
# 1/8/2018 BLog Updates
============================= */



 
.row-fluid .blog-subscribe  .form-title ,
.row-fluid .blog-subscribe .hs-form-field > label { display:none;  } 
.row-fluid .active.blog-subscribe input[type="email"] ,
.row-fluid .active.blog-search input[type="text"] { padding:0 15px; margin-right:25px; font-size:16px; color:#b3b3b3; font-weight:300; border-color:#dfe1e8; width:245px;  background-color:#fff;  }
.row-fluid .active.blog-search input[type="text"]:focus, .row-fluid .active.blog-search input[type="text"]:active {
    color: #333333;
}
.row-fluid .blog-subscribe input[type="submit"] { margin:0; height:auto; width:auto; cursor:pointer; font-size:14px; line-height:12px; font-weight:500; padding:11px 40px; }

   .row-fluid .blog-search .search-frm { position:relative; }   
   .row-fluid .active.blog-search input[type="text"] { margin:0; padding-right:30px;  }
   .row-fluid .blog-search .search_res { position:absolute; top:5px; right:10px; height:25px; width:25px; background:url(https://cdn2.hubspot.net/hub/3894104/hubfs/ArchSolution_2017/Image/search-icon-2.png?t=1514889597346&width=23&name=search-icon-2.png) no-repeat center; background-size:18px auto;  }
    .row-fluid .active.blog-search .search_res  { background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/search-hover-icon.png) no-repeat center; background-size:18px auto; }
    
.row-fluid .search-result { display:none; }
.search_page .row-fluid .post-inner-banner ,
.search_page .blog-listing-wrapper { display:none; }
.search_page .row-fluid .search-result ,
.search_page .row-fluid .search-result .blog-listing-wrapper { display:block; }

.row-fluid .header2-right input::-webkit-input-placeholder { opacity:1; }
.row-fluid .header2-right input::-moz-placeholder { opacity:1; }
.row-fluid .header2-right input:-moz-placeholder {  opacity:1; }
.row-fluid .header2-right input:-ms-input-placeholder { opacity:1; }

.row-fluid .search-results { font-size:30px; line-height:36px; font-weight:300; color:#7c7c7c; }
.row-fluid .search-results span { color:#000; }

.partner-page .row-fluid .testimonial-container.partner-container { padding-top:0; }



.blog-inner-main .post-body { color:#4A4A4A; font-size:18px; line-height:32px;  }
.blog-inner-main .post-body h2 { font-weight:200; font-size:25px; line-height:44px; color:#000; margin-bottom:50px; }

.blog-inner-main .post-body p { padding:15px 0; }
.blog-inner-main .post-body { margin:15px 0; }

body .row-fluid .blog-inner-main .post-body strong { color:#000; }
body .row-fluid .blog-inner-main .post-body a { 
    color:#009DCD;     
    display: inline-block;
    /*border: 1px solid #5DBCD2;*/
    /*padding: 13px 68px;*/
    background:transparent;
    transition:all ease-in-out .3s;
}

body .row-fluid .blog-inner-main .post-body a.cta_button { 
    display: inline-block;
    border: 1px solid #5DBCD2;
    padding: 13px 68px;
    background:transparent;
    transition:all ease-in-out .3s;
    position:relative;
}

body .row-fluid .blog-inner-main .post-body a.cta_button:hover{
    background:#5DBCD2;
}

body .row-fluid .blog-inner-main .post-body a.cta_button:before{
    content: '\f105';
    position: absolute;
    top: 13px;
    right: 15px;
    font-family: 'FontAwesome';
    color: #5DBCD2;
    font-size: 16px;
    -webkit-transition: all .3s ease-in;
    border-radius: 0;
}

body .row-fluid .blog-inner-main .post-body a.cta_button:hover:before{
    color:#ffffff;
}


body .row-fluid .blog-inner-main .post-body blockquote {  color:#4A4A4A; font-family:"Work Sans",sans-serif; font-size:25px; line-height:44px;  font-weight:200 !important; font-style:italic;  display:inline-block; vertical-align:top; width:100%;  background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/blockquote-blue.svg) no-repeat left 50px; padding-left:230px !important;  background-size:190px auto;	border-top: 1px solid #CCCFDA; position:relative;  border-bottom: 1px solid #CCCFDA; }
body .row-fluid .blog-inner-main .post-body blockquote + h3 { margin-top:20px; }
body .row-fluid .blog-inner-main .post-body blockquote cite { font-size:16px; display:block; margin-top:20px; font-weight:400; font-style:normal; color:#000000; text-transform:uppercase;  }
body .row-fluid .blog-inner-main .post-body h3 { font-size:28px; line-height:30px; font-weight:300; color:#000; display:inline-block; width:100%; vertical-align:top; }

/*==============================
#  Thank You Page
================================*/


.row-fluid .thank-you-banner { float:left; width:100%; padding:100px 0;  }
.thank-you-page .row-fluid  .opex-section .get-free-box { border-top:1px solid #CCCFDA; padding:150px 0; margin-top:60px; }
.thank-you-page .row-fluid .rss-section { float:left; width:100%; background-color: #1C1C1C; padding:110px 0 130px;  }
.thank-you-page .row-fluid .rss-section .section-title h4 { color:#fff; text-align:center; margin-bottom:40px;  }


.thank-you-page .row-fluid .rss-topic {color: #c8cad0; font-size: 12px;  font-weight: 400; line-height: 23px;  text-transform: uppercase;}
.thank-you-page .row-fluid .rss-topic .topic-link ,
.thank-you-page .row-fluid .webinar-box .rss-topic a { font-weight:500; color:#009dcd; }

.row-fluid .question-text { text-align:center; font-size:14px; 	color: #4A4A4A; font-weight:300;  margin-top:15px;  }
.row-fluid .question-text a { color:#009dcd;font-weight:500;  }
.thank-you-page .row-fluid .get-free-box .section-title { margin-top:15px; }


.popup-form.form-style {  font-size:16px; color: #39393A;   }

.popup-form.form-style .section-title h3 { margin:30px 0 25px; }
.popup-form.form-style .mini-title { font-size:16px; color: #2A2A2A;  }
.popup-form.card-box.form-style { padding:90px 100px 130px; margin-top:-225px; }
.popup-form.form-style .form-title { display:none; }
.popup-form.form-style  form { margin-top:30px; }

.popup-form.form-style textarea { height:170px; }
.popup-form.form-style input[type="text"]:focus, 
.popup-form.form-style input[type="email"]:focus,
.popup-form.form-style input[type="url"]:focus,
.popup-form.form-style input[type="tel"]:focus,
.popup-form.form-style select:focus,
.popup-form.form-style textarea:focus  { border-color:#009dcd;  }

.popup-form.form-style input.error,
.popup-form.form-style input.invalid { border-color:red; } 

/*==============================
# Gaa Page
===============================*/


.row-fluid .gaa-banner { float:left; width:100%; padding:; text-align:center; padding:140px 0 0; }
.row-fluid .gaa-banner .mini-title { margin-bottom:15px; }
.row-fluid .bottom-links { margin:30px 0; }
.row-fluid .bottom-links ul { margin:0; padding:0; }
.row-fluid .bottom-links li { font-size: 18px; list-style:none; line-height: 23px; color:#000; font-weight:400; padding: 0 15px; display:inline-block; vertical-align:top; border-right:1px solid #DBDDE4;; }

.row-fluid .bottom-links li:first-child  { padding-left:0 !important; }
.row-fluid .bottom-links li:last-child { border-right:none; padding-right:0 !important; }

.row-fluid .budget-section { float:left; position:relative; width:100%; padding:200px 0;  }
.row-fluid .budget-section .form-style .section-title h3 { margin-top:0; padding-bottom:30px; border-bottom:1px solid #DBDDE4;;  }
.row-fluid .budget-section.form-style form { margin-top:40px; }


.row-fluid .list-style2 { text-align:cneter;  }
.row-fluid .list-style2  ul { float:none; display:inline-block; vertical-align:top; text-align:left; margin:0; padding:0;  }
.row-fluid .list-style2  ul li { position:relative; list-style:none; font-size:18px; padding-left:25px; margin-bottom:15px; line-height:24px; font-weight:300; color:#4A4A4A;  }
.row-fluid .list-style2  ul li:before { content:"\f00c"; font-family:'FontAwesome'; color:#009DCD; position:absolute; top:0; left:0;  }

.row-fluid .budget-right-content ul { margin:0; padding:0; padding-left:10px; }
.row-fluid .budget-right-content ul li { list-style:none; position:relative; padding-left:25px; font-weight:400;  }
.row-fluid .budget-right-content ul li:before { content:""; position:absolute; top:15px; left:0; width:4px; height:4px; border-radius:50%; background:#000;   }

.row-fluid .budget-section input[type="submit"] { width:auto; }


.row-fluid .it-assessment { float:left; width:100%; padding:80px 0 120px;  }
.row-fluid .it-assessment .section-title { margin-bottom:30px; }
.row-fluid .it-assessment-container { float:none; display:block; margin:0 -12px;  }
.row-fluid .it-assessment-container > span > div { float:left; width:33.33%; padding:11px;  }
.row-fluid .it-assessment-box { float:left; width:100%; background:#fff; padding:71px 100px 60px 50px; position:relative; overflow:hidden; }
.row-fluid .it-assessment-image { position:absolute; bottom:0; right:0; }
.row-fluid .it-assessment-content { position:relative; font-size:16px; line-height:32px;    }
.row-fluid .it-assessment-box h5 { font-size:18px; line-height:24px; font-weight:400; text-transform:uppercase; padding:0 0 30px; margin: 0 0 10px; border-bottom:1px solid #DBDDE4; color:#000000;  }
.row-fluid .it-assessment-box h5 span { font-size:16px; margin-top:10px;  text-transform:none; font-weight:300; color:#000000; display:block;  }


.row-fluid .it-assessment .default-btn { text-align:center; margin-top:10px; }
.row-fluid .it-assessment .default-btn a { letter-spacing:1px; }


.row-fluid .truth-section { float:left; width:100%; padding:0; text-align:center;  }
.row-fluid .truth-section  .section-title { margin-bottom:30px; }
.row-fluid .truth-box { float:left; width:33.33%; padding:30px 45px 0; margin:0;  border-right: 1px solid #DBDDE4; font-size:14px; line-height:21px; font-weight:400; color:#828282;  }
.row-fluid .truth-box:last-child { border:none; }

.row-fluid .truth-number { font-size: 50px; line-height:50px; color:#000; font-weight:300; margin:0 0 15px;  } 
.row-fluid .truth-title { font-weight:500; text-transform:uppercase; color:#000; margin:0 0 10px; }
.row-fluid .truth-text { float:none; display:inline-block; vertical-align:top; width:260px; max-width:100%; margin:0; font-weight:300;  } 
.row-fluid .truth-text strong { font-weight:400; color:#000; }
.gaa-page .row-fluid  .logo-section { padding:82px 0 50px;  }

.row-fluid .truth-section.truth-section2 { float:left; width:100%; }
.row-fluid .truth-section.truth-section2 .bottom-links { margin:0 0 60px; }
.row-fluid .truth-section.truth-section2 .bottom-links ul li { padding:0 30px; }

.row-fluid .quiz-section { float:left; width:100%; padding:80px 0 100px; text-align:center; font-size:16px;  }
.row-fluid .quiz-section .section-title h4 { margin:0 0 30px; padding:0 0 30px; border-bottom:1px solid #DBDDE4;}
.row-fluid .quiz-section .mini-title { margin-bottom:10px; }
.row-fluid .quiz-container { float:none;	border: 1px solid #EBEBEB;  display:inline-block; vertical-align:top; width:940px; max-width:100%; text-align:left;  background-color:#fff; background-size:280px auto; background-position:left bottom; padding:70px; padding-left:344px;  }

.row-fluid .quiz-section .list-style2 ul { margin-top:20px; display:block;  color:#4A4A4A; }

.popup-form fieldset { max-width:100% !important; }
.popup-form select,
.popup-form textarea { width:100% !important; }


.row-fluid .technical-box { text-align:left; float:none; display:inline-block; vertical-align:top; width:470px; max-width:100%;   }

 .row-fluid .header2-right { text-align:right; }

@media (max-width:767px){
    
    body .row-fluid .it-assessment-container{
        margin:0;
    }
    
}


@media (min-width: 768px) and (max-width: 991px){
    
    body .row-fluid .card-section .container { padding:0 !important; }
    
   body .row-fluid .header-top  { width:60px; }
    body .row-fluid .hero-box .default-btn a { margin-top:40px; }
   body .row-fluid .page-title h1,
   body .row-fluid .section-title.with-sub-title h3 { font-size:30px; font-weight:300; }
   body .row-fluid .page-container { padding-left:60px; }
   body .row-fluid .main-logo img { max-width:32px; }
   body .row-fluid .mobile-trigger { left:10px; }
   body .row-fluid .mini-container { width:450px; }
   body .counter-section .mini-container { width:550px; }
   body .rss-section .mini-container ,
   body .solution-section  .mini-container ,
    body .row-fluid .who-we-section .mini-container,
    body .row-fluid .team-section .mini-container ,
    .row-fluid .faq-section .mini-container ,
    .row-fluid .case-study-section .mini-container ,
    .row-fluid .inner-banner .container .mini-container ,
     .partner-page .row-fluid .partner-section .mini-container ,
     .row-fluid .our-value-section .mini-container ,
     body .row-fluid .career-section .mini-container { width:600px; }
      body .row-fluid .header2 .mini-container { width:100%; }
   body .row-fluid .solution-image img { max-width:150px; }
   .row-fluid .multi-solution-section .card-bg-img {height:320px !important;  }
   .row-fluid .card-box, 
   .row-fluid .card-section.support-section .card-box, 
   .row-fluid .multi-solution-section .card-box { margin-top:-160px !important; }
   
   body .row-fluid .counter, 
   body .row-fluid .counter-number { font-size:30px; }
   body  .row-fluid .counter-title { font-size:12px; line-height:17px; padding:0 10px;  }
   body .row-fluid .counter-section { padding:55px 0 65px; }
   body  .row-fluid .card-box { padding:65px 75px 80px; width:600px; }
   body .section-title.dotted-icon h4::before,
   body .row-fluid .card-box.without-bg-box .section-title.dotted-icon h4::before, 
   body .row-fluid .investment-image{ left:-50px; }
   
   body .row-fluid .card-section.support-section .card-box { padding:85px 60px 100px 100px; }
   body .row-fluid .form-style  { padding:75px 40px; }
   body .row-fluid .form-style .hs-form fieldset.form-columns-2 .field:first-child { padding-right:10px; }
   body .row-fluid .form-style .hs-form fieldset.form-columns-2 .field:last-child { padding-left:10px; }
  body .row-fluid .arrow-box { bottom:55px; left:auto; right:50px; -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;; }
  body .slick-arrow { margin:0; }
  body.row-fluid .opex-section .mini-title { letter-spacing:1px; }
 body .row-fluid .testimonial-box .link-style { margin-top:10px; }
body .row-fluid .who-we-image { padding:30px 0  !important; }
body .row-fluid .who-we-image .container { padding:0 !important; }

body .row-fluid .section-title h3 { font-size: 18px; line-height: 20px; }
body .team-section .margin-bottom-20 ,
body .team-section .margin-top-20 { margin:0 !important; }

 body .row-fluid .who-we-section .mini-container .mini-wrapper { width:520px; margin-bottom:10px; } 

body .row-fluid .budget-section  .card-box.form-style  { margin-top:-370px !important;  }


/*body  .row-fluid .it-assessment-container > span > div:nth-child(odd)  .it-assessment-box  {  padding-left:100px;  }
body  .row-fluid .it-assessment-container > span > div:nth-child(odd) .it-assessment-image { right:auto; left:0; }
body  .row-fluid .it-assessment-container > span > div:nth-child(even)  .it-assessment-box  { padding-right:100px; }
body .row-fluid .it-assessment-box  { padding:66px 50px; }
body .row-fluid .it-assessment-box {}
*/


body .row-fluid .truth-section .mini-wrapper ,
body .row-fluid .logo-section .mini-wrapper { width:600px;  }
body .row-fluid .truth-box { border:none; padding:10px 10px 0 !important; text-align:center;  }
body .row-fluid  .quiz-section { font-size:14px;  }
body .row-fluid .quiz-container { width:600px; padding:60px 30px 60px 220px; background-size:250px auto !important; background-position:-45px bottom !important;  }
body .row-fluid .section-title h4 { font-size:20px; }
body .row-fluid .quiz-section .section-title h4 { margin:0 0 15px; padding: 0 0 15px; }
body .row-fluid .list-style2 ul li { font-size:14px; line-height:20px; margin-bottom:10px; }
body .row-fluid .truth-section2 .bottom-links li { width:24%; }
body .row-fluid .truth-text { text-align:left; }

body .row-fluid .mainmenu .hs-menu-wrapper ,
body .row-fluid .get-free  { width:100.5% !important; height:50vh !important; }
/*.row-fluid .mainmenu .hs-menu-wrapper > ul { left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;  }*/

body .row-fluid .mainmenu .hs-menu-wrapper  { top:0; }
body .row-fluid .get-free { top:auto; bottom:0; }
body .row-fluid .mainmenu .hs-menu-wrapper > ul { padding:0 0 0 90px !important; right:auto !important; padding-left:120px; max-width:500px; top:30px; left:50% !important; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); !important;   }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin-bottom:5px !important; }
body .row-fluid .mainmenu .hs-menu-wrapper { margin-left:-100%; }
body .row-fluid .get-free { margin-right:-100%; z-index:1; }

body .row-fluid .faq-section .page-title h1 , 
body .row-fluid .faq-section .section-title.with-sub-title h3 { font-size:24px; }

body .row-fluid .faq-section .section-title.with-sub-title { margin-bottom:10px !important; }

.row-fluid .set-bg.inner-banner { background-position:right center; background-size:inherit; }
.row-fluid .case-study-sidebar { padding-left:15px; font-size:14px; }
.row-fluid .case-study-sidebar ul li:before { height:3px; width:3px;  }
.row-fluid .case-study-sidebar ul li { font-weight:300 !important;  padding-left:15px; font-size:14px;  }
.row-fluid .case-study-sidebar h4 { font-size:16px; line-height:30px; padding:0 0 20px;  }
.row-fluid .padding-left-100 { padding-left:10px !important;  }

.row-fluid .case-study-conent ,
.row-fluid .testimonial-section { font-size:14px; } 

.row-fluid .section-title.with-sub-title.title-border { padding-bottom:80px !important; margin-bottom:80px !important;  font-size:18px; line-height:30px; }
 .row-fluid .section-title.with-sub-title.title-border h3 { margin-bottom:30px; }
body.partner-page .row-fluid .content-container > span > div { margin-bottom:50px; }

.row-fluid .form-style .section-title h3 ,
body .row-fluid  .our-value-cta  .section-title h3  { font-size:24px; line-height:30px; } 


body.partner-page .row-fluid .testimonial-section { text-align:center; }
body.partner-page .row-fluid .testimonial-container  { width:500px; float:none; display:inline-block; vertical-align:top; text-align:left;   }
body.partner-page .arrow-box { left:0; right:auto; }
body .row-fluid .opex-text { width:440px; font-size:16px; }

body .row-fluid .testimonial-section.value-testimonial { padding:30px 0 0; }
.row-fluid .section-title.with-sub-title a { margin-top:30px;  }

.carears-page .row-fluid  .section-title.with-sub-title.title-border { padding-bottom:70px !important; margin-bottom:70px !important;  }
body .row-fluid  .mini-title { font-size:14px !important; letter-spacing:1px;  }

}



@media (max-width:500px){
    .row-fluid .page-title h1, .row-fluid .section-title.with-sub-title h3  { font-size:20px; line-height:30px; font-weight:300; }  
    .row-fluid .investment-box strong { display:block; font-size:14px; }
    .row-fluid .list-style h3 { font-size:14px; font-weight:400;  }
    .row-fluid .testimonial-section { padding:0; }
    .row-fluid .rss-section { padding-top:0; }
    .row-fluid .form-style.card-box { width:90%; }
    .row-fluid .testimonial-text{ background-position:18px 0px !important; background-size:100px auto !important; }
    
    body .row-fluid .solution-container { padding-top:0; }
    .row-fluid .solution-container > span > div:nth-child(odd) .solution-box  { padding-left:30px  !important; text-align:left  !important;  }
    .row-fluid .solution-container > span > div:nth-child(even) .solution-box  { padding-right:30px !important; text-align:left  !important; }
    .row-fluid .solution-text { margin-bottom:20px; }
    body .row-fluid .solution-container > span > div .solution-image img { max-width: 55% !important; }
    .row-fluid .solution-container > span > div:nth-child(3) .solution-image img,
    .row-fluid .solution-container > span > div:nth-child(4) .solution-image img {max-width: 55% !important; }
    .row-fluid .solution-box { padding-bottom:170px; }
    body .row-fluid .testimonial-box .link-style { margin-top:10px; }
    .row-fluid .card-box, .row-fluid .card-section.support-section .card-box, .row-fluid .multi-solution-section .card-box { margin-top:-190px; }
    .row-fluid .network-icon img { width:30px;}
    
    body .row-fluid .multi-solution-section .card-box { margin-top:-190px !important; }
    body .row-fluid .multi-solution-section .card-bg-img {  background-size:cover !important; background-position:center; height:315px;  }
    body .row-fluid .multi-solution-section .container { padding:0; }
    body .row-fluid .opex-section .get-free-box.our-value-cta { padding-top:60px; }
    body .row-fluid .network-content h5 { font-size:14px; line-height:20px; font-weight:400;  }
    .row-fluid .solution-box h4 { font-size:16px; line-height:28px;  }
   body  .row-fluid .hero-content { bottom:70px; }
    body .row-fluid .big-font { text-align:left !important; }
    
    body .row-fluid .who-we-box .sameheight { height:auto !important;  }
    body .row-fluid .who-we-image .container { padding:0; }
    body .row-fluid .site-map ul li { float:none; display:inline-block; vertical-align:top; width:auto;  }
    body .row-fluid .footer-menu ul li { padding:5px 0; display:block;}
    body .row-fluid .hero-section .container ,
    body .row-fluid .who-we-section .container ,
    body .row-fluid .team-section .container ,
    body .row-fluid .footer-section .container  { padding:0 50px !important; }
    body .row-fluid .faq-section .section-title.with-sub-title ,
    body.partner-page .row-fluid .partner-section .container ,
    body .row-fluid .career-section .container { padding-left:50px; padding-right:50px;  }
     body .row-fluid .faq-section .container { padding:0 !important; }
    body .row-fluid .copyright-text { display:none; }
    
    body .row-fluid .bottom-links ul li { display:block; border:none; padding:5px 0 !important; text-align:center; }
    
    .row-fluid .budget-section ,
    .row-fluid .budget-section  .container { padding:0 !important; }
    .row-fluid .budget-section .set-bg.card-bg-img { display:none; }
     .row-fluid .budget-section .form-style.card-box { margin:20px 0 0 !important; box-shadow:inherit; }  
     .row-fluid .budget-section input[type="submit"] { width:100% !important; }
   
   .gaa-page .row-fluid .it-assessment { padding:40px 0 30px; }
   .row-fluid .truth-box { border:none !important; }
   .row-fluid .it-assessment-box h5 { font-size:14px; }
   .row-fluid .it-assessment .default-btn a { width:100%; }
   
   .gaa-page .row-fluid .logo-section { padding:25px 0; }
   .row-fluid .quiz-section .mini-title { text-align:center; }
   .row-fluid .quiz-section .section-title h4 { font-weight:400; text-align:center; }
   .row-fluid .quiz-container { background-position:center bottom; }
   .row-fluid .truth-number { font-size:20px; margin-bottom:10px;  }
   
   .row-fluid .faq-section .section-title.with-sub-title { margin-bottom:10px !important;  }
   body .row-fluid .page-title h1,
   body .row-fluid .section-title.with-sub-title h3 { font-size:20px; line-height:35px; }
   body .row-fluid .inner-banner { min-height:400px; position:relative;  }
   body .row-fluid .inner-banner-box .row-fluid .section-title.with-sub-title h3  { font-size:24px; } 
   body .row-fluid .inner-banner-box { position:absolute; bottom:50px; left:0 ; width:100%; font-size:16px;  }
   
   .row-fluid .case-study-sidebar .sidebar-logo { position:relative; border:none; }
   .row-fluid .case-study-sidebar .sidebar-logo:before { content:""; position:absolute; height:1px; width:calc(100% + 40px); background:#dbdde4;  bottom:0; :left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;   }

    .row-fluid .case-study-sidebar ul li:before { height:3px; width:3px;  }
    .row-fluid .case-study-sidebar ul li { font-weight:300 !important;  padding-left:15px; font-size:14px;  }
    .row-fluid .case-study-sidebar h4 { font-size:16px; line-height:30px; padding:0 0 20px;  }
    .row-fluid .case-study-imges .container  { padding:0; }
    
    
    .row-fluid .title-border { position:relative; border:none;  }
    .row-fluid .title-border:before { content:"";  position:absolute; bottom:left; left:50%; bottom:0; height:1px ; width:calc(100% + 80px); background:#dbdde4; -webkit-transform:  translateX(-50%);
    -moz-transform:  translateX(-50%);
    -o-transform:  translateX(-50%);
    -ms-transform:  translateX(-50%);
    transform:  translateX(-50%); ;  }
     body.partner-page  .row-fluid .content-icon img { max-width:20px; }
     body.partner-page  .row-fluid .testimonial-container.partner-container .testimonial-text { padding-top:120px; }

  body.partner-page .row-fluid .section-title.with-sub-title h3 { margin-bottom:20px;  }
  
  body.partner-page .row-fluid .card-section .container { padding:0; }
  .row-fluid .section-title.with-sub-title.title-border h3 { margin-bottom:30px; }
  .row-fluid .section-title.with-sub-title.title-border { font-size:14px; line-height:31px; }
  .row-fluid .career-form .form-style .section-title h3 { font-size:16px; line-height:20px;  }
  
  .row-fluid .card-section.career-form { padding:50px 0 !important; } 
 
   }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}


@media (min-width:1400px){ 
    .row-fluid .container { padding-left:65px; padding-right:65px; width:100%; }
    .row-fluid .get-free .get-free-box { left:130px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul { right:100px !important; }
    
    .row-fluid .who-we-box { padding:0 45px; }
.row-fluid .who-we-container > div > div { margin:0 -45px; }
 .row-fluid .opex-section.case-study-cta .get-free-box.our-value-cta { padding-top:180px; }
 .row-fluid .case-study-sidebar ul { padding-left:10px; }
 
 .row-fluid .blog-search { margin-right:20px !important; }
 .row-fluid .truth-contianer > div > div { float:none; display:block; margin:0 -45px;  width:auto; }
}

@media (min-width:1600px){ 
    .row-fluid  .card-box { width:1000px; }
    .row-fluid .testimonial-container.partner-container .testimonial-text { width:800px; }
    .row-fluid .network-content  { padding-left:30px; }
    .row-fluid .network-btn {  padding-left: calc(8.5% + 30px);}
    .row-fluid .testimonial-box { height:680px; background-position:top center;  }
    .row-fluid .opex-section .get-free-box { padding:350px 0 ; }
    
    .row-fluid .case-study-sidebar h4 { white-space:nowrap; }
    
   
}


@media (min-width: 768px){
    
    .row-fluid .main-logo { text-align:center; padding-top:30px; width:100%;  }
    .row-fluid .form-style .hs-form fieldset.form-columns-2 .field { padding-bottom:40px; }
    .row-fluid .page-container { padding-left:96px; }
    .BlogPage  .row-fluid .page-container{padding-left:0;}
    .row-fluid .header-top { position:fixed; top:0; left:0;  width:96px; height:100%; border-right:1px solid #E1E1E1;  }
    
    /* Menu For Desktop */
.row-fluid .child-trigger { display:none !important; }
.row-fluid .mainmenu.js-enabled { position:static; margin:0; padding:0;  }
.row-fluid .mobile-trigger { position:fixed; bottom:30px; left:26px; top:auto; right:auto; z-index:10;  }
.row-fluid .mainmenu .hs-menu-wrapper { position:fixed !important;  height:100%; width:50% !important; margin-left:-50%; transition: margin 0.5s;  }
.row-fluid .mainmenu .hs-menu-wrapper > ul  { max-width: 480px; padding-right: 25px; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin-bottom:18px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child { margin-bottom:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size: 15px; padding-left:62px; font-weight:400; display:inline-block; vertical-align:middle; width:auto;  }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { content:""; background:url(https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/arrow-blue.svg) no-repeat center;  position:absolute; top:0; left:0; height:100%; width:35px;  opacity:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { opacity:0 !important; visibility:visible;display:inline-block; vertical-align:middle; width:auto; opacity:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li { display:inline-block; vertical-align:middle; width:auto; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { color:#118BC2; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover ul,
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover a:before { opacity:1 !important; color:#118BC2;  } 
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper { margin-left:0; }


.row-fluid .contact-section .card-section { position:relative; margin:160px 0 240px;}
.row-fluid .contact-section .card-box { position:absolute; margin:0; top:36%; left:50%; -webkit-transform: translateX(-50%) translateY(-36%);
    -moz-transform: translateX(-50%) translateY(-36%);
    -o-transform: translateX(-50%) translateY(-36%);
    -ms-transform: translateX(-50%) translateY(-36%);
    transform: translateX(-50%) translateY(-36%);;    }

.row-fluid .value-testimonial .testimonial-text {padding-top:270px; }

.row-fluid .contact-section .card-bg-img { background-position:top center; }
.row-fluid .form-style .hs-form fieldset.form-columns-2 .field:first-child { padding-right:18px; }
.row-fluid .form-style .hs-form fieldset.form-columns-2 .field:last-child { padding-left:18px; }


.row-fluid .contact-section .inputs-list li:first-child { margin-right:80px; }

.row-fluid .career-section .title-border { padding-bottom:120px; margin-bottom:125px; }


.row-fluid .mini-container .container { padding-left:10px; padding-right:10px; }


.row-fluid .blog-search ,
.row-fluid .blog-subscribe ,
.row-fluid .blog-subscribe form > div ,
.row-fluid .blog-subscribe input[type="email"]   { float:none; display:inline-block; vertical-align:top; width:auto; margin:0; padding:0;  } 

.row-fluid .blog-subscribe input[type="email"] ,
.row-fluid .blog-search input[type="text"] { height:36px; padding:0; border-color:transparent; color:transparent; width:0; transition:all 0.5s; background-color:transparent;  }


.row-fluid .font-size-18px { font-size:18px !important; }

.popup-form.form-style ul.inputs-list li { display:inline-block; float:none; vertical-align:top; margin:5px;  } 
.row-fluid .budget-section .form-style .section-title h3 { padding-bottom:40px; margin-bottom:40px;  }
}


@media (min-width:992px){
    .row-fluid .partner-section .content-container.four-column  > span > div ,
.row-fluid .partner-section .content-container.four-column  > span > div:nth-child(3n) { width:22%; margin-right:4%;  }
.row-fluid .partner-section .content-container.four-column > span > div:nth-child(4n) { margin-right:0; }
.row-fluid .partner-section .content-box2 h5 { padding:0 0 15px; }
.row-fluid .investment-point { margin-bottom:60px; }
.row-fluid .logo-section.network-logo { padding:80px 0 70px; }
.row-fluid .download-section { margin-top:50px; }
.row-fluid .card-section.career-form { padding-bottom:130px; }

.row-fluid .logo-container > span > div:nth-child(4n) img { left:auto; right:0; }
.row-fluid .logo-container > span > div:nth-child(4n+1) img,
.row-fluid .logo-container > span > div:first-child { left:0; right:auto; }
.row-fluid .form-style .mini-title { margin-top:25px; }

.row-fluid .service-question > span > div { text-align:left; }
.row-fluid .related-question > span > div { text-align:right; }

.row-fluid .testimonial-container.partner-container .arrow-box { bottom:0; right:auto; left:0;   } 

.row-fluid .budget-section .card-bg-img { height:670px; }
.row-fluid .budget-section .card-box.form-style { margin:0; position:absolute; top:50%; left:50%;  -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);;  }

.row-fluid .network-logo .mini-container ,
.row-fluid .logo-section .mini-container { width:900px !important; }
}

@media (min-width: 992px) and (max-width: 1260px){
    
	.row-fluid .container {  width:920px; }	
	
	.row-fluid .card-box { width:800px; padding:50px 50px 50px 110px; }
	.row-fluid .card-bg-img { height:450px; }
	.row-fluid .download-section .set-bg.card-bg-img ,
	.row-fluid .multi-solution-section .card-bg-img { height:520px; }
	.row-fluid .site-map ul li { margin-right:15px; }
	
	.row-fluid .card-box.form-style { padding:100px; }
	
	.row-fluid .solution-box {  padding:50px;  }
	.row-fluid .solution-container > span > div:nth-child(odd) .solution-box  { padding-left:100px; }
    .row-fluid .solution-container > span > div:nth-child(even) .solution-box  { padding-right:100px; }
    .solution-image img { max-width: 170px;} 
    .row-fluid .faq-section { padding:100px 0 0; }
    
    .row-fluid .who-we-container > div > div { margin:0; }
    
    .BlogPage .post-listing .rss-content{padding:35px;}
    .row-fluid .padding-left-100 { padding-left:50px; }
    
   .row-fluid .it-assessment-box { padding:20px 80px 20px 20px; font-size:16px; }
   .row-fluid .it-assessment-box h5 { font-size:16px; }
   .row-fluid .it-assessment-box h5 span { font-size:14px; }
   
   
   .row-fluid .webinar-box { padding:60px 30px 60px 300px; background-size:300px auto !important;  }
  .row-fluid .webinar-box h4 { font-size:24px; line-height:37px;  }
}

@media (max-width:1160px){
   .BlogPage .mini-container{padding:0 20px;}
}
@media (max-width:1024px){
    .row-fluid .scroll-down { display:none; }
    .row-fluid .rss-content { padding:30px; }
    
}

@media (max-width:991px){
    
    
    body { font-size:16px; line-height:24px;  }
    .row-fluid .page-title h1 ,
    .row-fluid .section-title.with-sub-title h3 { font-size:36px; line-height:46px;  }
    .row-fluid .section-title h4 { font-size:24px; }
    .row-fluid .section-title h3 { font-size:30px; }
    
    .row-fluid .counter-section { padding:60px 0; }
    .row-fluid .counter ,
    .row-fluid .counter-number { font-size:40px; line-height:50px;  }
    .row-fluid .card-box { padding:50px 30px 50px 60px; width:90%; }
    .section-title.dotted-icon h4::before { left:-40px; }
    
    .row-fluid .card-bg-img ,
    .row-fluid .download-section .set-bg.card-bg-img { height:310px;   }
    .row-fluid .testimonial-box ,
    .row-fluid .multi-solution-section .card-bg-img { height:420px; }
    .row-fluid .card-box ,
    .row-fluid .card-section.support-section .card-box ,
    .row-fluid .multi-solution-section .card-box { margin-top:-130px;  }
    
    .row-fluid .card-box.form-style { padding:50px  30px;   }
    .row-fluid .form-style .section-title h3 { margin:20px 0 15px; }
    .row-fluid .logo-section { padding:50px 0; }
    
    .row-fluid .testimonial-text { right:50px; padding:100px 50px; background-size:90px auto;  }
    .row-fluid .arrow-box { right:auto; left:50%; bottom:80px; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);  }
    .row-fluid .testimonial-box { font-size:18px; line-height:32px;  }
    
   /* .row-fluid .logo-container > span > div { width:33.33%; }*/
    
    .row-fluid .footer-menu ul li { padding:0 15px; }
    .row-fluid .site-map ul li { margin-right:15px; }
    
    .row-fluid .social-share ul li { margin-right:10px; }
    .row-fluid .footer-section { padding:50px 0; }
    
    
    .row-fluid .solution-container { float:left; width:100%; margin:0; }
    .row-fluid .solution-container { padding-top:40px; }
    .row-fluid .solution-section { padding:50px 0; }
    .row-fluid .solution-text { font-size:20px; }
    
    .row-fluid .network-box { margin-top:30px; }
    .row-fluid .network-icon { margin-bottom:20px; }
    .row-fluid .rss-content { padding:20px; }
    .row-fluid .post-title { padding-bottom:25px; }
     
     .row-fluid .testimonial-box .link-style { margin-top:25px; }
    .row-fluid .faq-section { padding:60px 0 0; }
   .faq-question { padding:15px 70px 15px 15px; }
   .faq-answer { padding:20px; }
   
   .row-fluid .title-border { padding-bottom:50px !important; margin-bottom:50px !important; }
   .row-fluid .faq-container .section-title h4  { margin-bottom:15px; }
   .row-fluid .section-title.with-sub-title h3 ,
   .row-fluid .section-title.with-sub-title .mini-title { margin-bottom:15px; }
   
   .row-fluid .who-we-container > div > div { margin:0; } 
   .row-fluid .who-we-box { padding:15px; }
   
   .row-fluid .who-we-section { padding:50px 0; }
   .row-fluid .margin-bottom-60 { margin-bottom:30px; }
   .row-fluid .big-font { font-size:20px; }
   .row-fluid .team-section { padding:50px 0; }
   
/*   .row-fluid .team-container > span > div ,*/
   .row-fluid .content-container.four-column > span > div { width:49% !important; margin-right:1%; margin-bottom:10px; }
/*   .row-fluid .team-container > span > div:nth-child(3n),*/
    .row-fluid .content-container.four-column > span > div:nth-child(3n) { margin-right:1%; }
/*   .row-fluid .team-container > span > div:nth-child(2n),*/
    .row-fluid .content-container.four-column > span > div:nth-child(2n) { margin-right:0 !important; }
   
   
   
   .row-fluid .card-section.career-form { padding:50px 0 100px; }
   .row-fluid .career-section { padding:50px 0 0; }
   .row-fluid .testimonial-container.partner-container { padding:0; }
   .row-fluid .contact-section ,
   .row-fluid .map-section { padding:50px 0 0; }
   
   .row-fluid .section-title.with-sub-title br { display:none; }
   .row-fluid .map-section h4 { padding:0 0 20px; }
   
   .post-inner-banner {padding: 90px 0;;}
   .hs-blog-post .post-inner-banner{padding:150px 0 60px;}
   .post-inner-banner .post-hero-title{font-size: 24px;line-height: 34px;margin: 10px 0;}
   .post-inner-banner .post-hero-content{font-size: 16px;line-height: 26px;}
   .BlogPage.hs-blog-post .blog-inner-main h3{font-size:18px;line-height:36px;}
   .BlogPage.hs-blog-post .blog-inner-main h4{font-size:18px;line-height: 20px;}
   .BlogPage.hs-blog-post .blog-inner-main p,.BlogPage.hs-blog-post .blog-inner-main li{font-size:14px;line-height: 28px;}
   
   .BlogPage.hs-blog-post .blog-inner-main blockquote, .BlogPage.hs-blog-post .blog-inner-main blockquote h4{font-size: 18px;line-height: 33px;}
   .BlogPage.hs-blog-post .blog-inner-main blockquote h4{margin-bottom: 20px;}
   .BlogPage.hs-blog-post .blog-inner-main blockquote{padding:30px 0;}
   .BlogPage.hs-blog-post .blog-inner-main blockquote h5{	font-size: 12px;	line-height: 23px;}
   
   
   .row-fluid .padding-left-100 { padding-left:30px; }
   
   .row-fluid .case-study-section p:first-child strong { font-size:18px; line-height:32px; }
   .row-fluid .case-study-section { padding:80px 0; } 
   .row-fluid .case-study-conent { padding-top:0; margin-top:-10px; }
   .row-fluid .case-study-sidebar { font-size:14px; line-height:25px;  }
   .row-fluid .case-study-sidebar .sidebar-logo { padding:50px 0; }
   
   .row-fluid .case-study-section h3 { padding:15px 0; font-size:20px; line-height:20px;  }
   .row-fluid .case-study-section .full-image { padding:60px 0 70px; }
   
   .row-fluid .related-question,
   .row-fluid .service-question { float:left; width:100%; margin:0;  }
   .row-fluid .section-title.with-sub-title h3, .row-fluid .section-title.with-sub-title .mini-title { margin-bottom:10px; }
   .row-fluid .page-title h1, .row-fluid .section-title.with-sub-title h3 { font-size:24px; line-height:40px;  }
   .row-fluid .section-title.with-sub-title .mini-title { font-size:12px; }
   
   .row-fluid .solution-container > span > div { width:100%; padding:5px 0;  }
   .row-fluid .faq-container .section-title h4 { margin:30px 0; }
   
   .row-fluid .content-box2 h5 { font-weight:400; }
   
    .row-fluid .content-box2 { font-size:14px; line-height:28px;  }
 .row-fluid .content-box2 h5 { font-size:16px; line-height:28px;  }
 .row-fluid .our-value-section .content-container.four-column .content-box2 h5 { padding-bottom:15px; }
 .row-fluid .form-style { font-size:14px; }
 .row-fluid .testimonial-container.partner-container .arrow-box { bottom:30px; }
 #map { height:500px; }
.row-fluid .who-we-box { border:none; }

    .row-fluid .inputs-list input[type="radio"] + span::before { top:3px; }
     .row-fluid .inputs-list input[type="radio"]:checked + span::after { top:9px; }
     
     .row-fluid .active.blog-subscribe input[type="email"], 
     .row-fluid .active.blog-search input[type="text"] { margin-right:0; width:190px; }
     .row-fluid .blog-subscribe .hs_submit { text-align:center; }
     .row-fluid .blog-subscribe input[type="submit"] { padding:11px 20px; }
     
     .row-fluid .thank-you-banner ,
     .thank-you-page .row-fluid .rss-section { padding:60px 0; }
     
     
     .row-fluid .gaa-banner { padding-top:70px; }
     .row-fluid .budget-section { padding:70px 0 0; }
     .row-fluid .it-assessment-container > span > div { width:100%; padding:5px 0; text-align:center;    }
     .row-fluid .it-assessment { padding:80px 0; }
     .row-fluid .it-assessment-box {float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%; text-align:left; }
     .row-fluid .truth-number { font-size:30px; }
    .row-fluid .truth-box  { padding:15px 15px 0; }
    
    .row-fluid .bottom-links ul li { padding:0 10px !important; font-size:14px !important;  }
    .row-fluid .truth-section.truth-section2 .bottom-links { margin: 0 0 30px; }
    .row-fluid .quiz-section { padding:70px 0; }
  .row-fluid .list-style2 ul li {font-size:16px; }
  
  .row-fluid .big-font { font-size:16px !important; }
  .row-fluid .who-we-box { padding:8px; }
  
  
  .row-fluid .case-study-section .testimonial-container.partner-container { padding-top:0 !important; }
  
  
    .row-fluid .webinar-box { padding:60px 30px 60px 220px; background-size: inherit !important; background-position:-160px center !important;  }
  .row-fluid .webinar-box h4 { font-size:18px; line-height:28px;  }
body .row-fluid .webinar-box h4  { font-weight:400; color: #000000; line-height:28px; display:block; font-size;16px;   }

.blog-inner-main .post-body h2 { font-size:18px; line-height:32px; margin-bottom:20px;  } 
body .row-fluid .blog-inner-main .post-body blockquote { padding:40px 0 40px 120px  !important; background-size:95px auto; font-size:18px; line-height:32px;  }
body .row-fluid .blog-inner-main .post-body blockquote cite { margin-top:10px; font-size:12px; }
body .row-fluid .blog-inner-main .post-body blockquote + h3 { margin-top:0; }
body .row-fluid .blog-inner-main .post-body h3 { font-size:18px; margin-bottom:15px !important; }

body .row-fluid .blog-inner-main .post-body h3 ,
.BlogPage.hs-blog-post .blog-inner-main p ,
.BlogPage.hs-blog-post .blog-inner-main li  { margin-bottom:15px !important; }

}


@media (max-width:768px){
      .row-fluid .site-map ,
  .row-fluid .copyright-text ,
  .row-fluid .social-share { float:left; width:100%; margin:0; text-align:center;  } 
  .row-fluid .copyright-text { padding:10px 0 30px; }
  
  .row-fluid .footer-section { border:none; }
  .row-fluid .site-map { border-top:1px solid  #545454; padding-top:30px; }
  .row-fluid .footer-section { padding-bottom:0; }
}


@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .container {  width:720px; padding-left:20px !important; padding-right:20px !important;  }	


.row-fluid .solution-box {  padding:60px 50px; min-height:170px;  }	
/*
    
.row-fluid .solution-container > span > div:nth-child(odd) .solution-box  { padding-left:70px; }
    .row-fluid .solution-container > span > div:nth-child(even) .solution-box  { padding-right:70px; }*/
    .solution-image img { max-width: 170px;}
     .BlogPage .post-listing .rss-post a.topic-link{display:block;}
     .BlogPage .post-listing .rss-post{width: calc(50% - 30px);}
     .BlogPage .body-container .mini-container{width:650px;}
     .BlogPage.hs-blog-post .blog-inner-main .mini-container{max-width:530px;}
    
    .row-fluid .case-study-section .testimonial-container.partner-container { padding-top:60px; }
    .row-fluid .opex-section .get-free-box.our-value-cta { padding:80px 0 100px; }
    
    .case-study .row-fluid .mini-title { font-size:13px; }
    .case-study .row-fluid .section-title h3 { font-size:24px; line-height:30px;  }
    .case-study .row-fluid .opex-text { width:440px; }
    
    .case-study .row-fluid .case-study-conent { width:68.309%; } 
    .case-study .row-fluid .case-study-sidebar { width:28.928%; } 
    .case-study .row-fluid .inner-banner { padding:200px 0 90px; }
    .case-study .row-fluid .inner-banner .section-title h3 { font-size:30px; }
    
    .BlogPage .post-listing { margin-top:30px; }
    
    .row-fluid .card-box.form-style { margin-top:-130px; }
    .row-fluid .logo-container > span > div img { max-width:70%; }
    .row-fluid .testimonial-box { background-position:25% center; }
    .row-fluid .testimonial-text { width:400px; right:30px !important; }
    
    .row-fluid .rss-post { margin:0; margin:7px; width:calc(50% - 15px); }
    .row-fluid .rss-section { padding:0 0 40px; }
    .row-fluid .section-title h3 { font-size:24px; }
    
    .row-fluid .list-style ul li:nth-child(2n)::after { height:300px; left:20px; top:-125px;  }
    .row-fluid .list-style ul li::before { font-size:16px; height:45px; width:45px; line-height:40px;   }
    .investment-image > img { max-width:25px; }
    .row-fluid .card-box.without-bg-box { padding-top:100px; }
 
 .row-fluid .container { padding-left:50px; padding-right:50px; }   

 
 .row-fluid .footer-menu ul li { padding:0 20px; }
 .row-fluid .footer-menu ul li a { font-size:12px; }
 .row-fluid .team-image { height:160px; }
 .row-fluid .team-content { padding:35px 20px; }
 .row-fluid .who-we-box { font-size:14px; padding:6px;  }
 .row-fluid .who-we-box .section-title h4 { font-size:16px; line-height:30px;  }
 .row-fluid .big-font { font-size:18px; line-height:30px;  }
 
 
 .row-fluid .card-box.without-bg-box { padding-left:70px; }
  .row-fluid .card-box.without-bg-box  .section-title.dotted-icon h4::before ,
 .row-fluid .investment-image { left:-60px; }
 .row-fluid .investment-point > span > div { padding-left:0;  }
 
 	.row-fluid .our-value-section .content-container.four-column > span > div { margin-bottom:30px; }
 	.row-fluid .value-testimonial .testimonial-text { padding-top:170px; }
 	
 	 .row-fluid .content-container.four-column > span > div ,
 	 .row-fluid .content-container.four-column > span > div:nth-child(3n) { width:45% !important; margin-right:10%; }
.row-fluid .contact-section .card-section { margin-bottom:300px; }
 .row-fluid .contact-section .card-box.form-style { margin-top:0 !important; }
 .row-fluid .testimonial-container.partner-container .testimonial-text { background-size:130px auto; padding:150px 0 70px;  }
 
 .thank-you-page .row-fluid .opex-section .get-free-box { padding:80px 0; margin-top:20px; }
 .thank-you-page   .row-fluid .testimonial-section { padding-top:40px; }
}

@media (min-width: 30px) and (max-width: 767px){
	.row-fluid .page-title h1,
	.row-fluid .section-title.with-sub-title h3 { font-size:32px; }
	.row-fluid .section-title h3 { font-size:24px; line-height:30px; }
	.row-fluid .container { width:100%; padding:0 20px; float:left !important; }	
	.row-fluid .mainmenu.js-enabled .hs-menu-wrapper { display:none; padding:20px; }
	.row-fluid .card-box.form-style { padding:40px 20px; }
	.row-fluid .get-free { display:none; }
	
	.row-fluid .header-top { padding:20px ; position:relative; z-index:1000;   }
	.row-fluid .mainmenu.js-enabled { padding:0; top:-25px; position:static; margin:0;  }
	.row-fluid .mobile-trigger { top:20px; }
	.row-fluid .mainmenu.js-enabled .hs-menu-wrapper { top:44px; position:absolute; left:0; width:100%;   }
	
	.row-fluid .hero-section { height:auto; padding:90px 0 115px  }
	
	body .container-fluid .row-fluid .hero-content { position:relative; bottom:auto; }
	
	.row-fluid .counter-box { padding:5px 0; }
	
	
	.row-fluid .testimonial-box { height:auto; padding:40px 20px;  margin:0; }
	.row-fluid .testimonial-text { float:left; width:100%; position:static; height:auto; width:100%; padding:100px 20px;  -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;;   }
	.row-fluid .logo-container > span > div { width:50%; }
	
	.row-fluid .list-style-cta {  margin-top:20px;}
	.row-fluid .investment-point > span > div { padding-left:60px; float:left; width:100%; }
	
	.section-title.dotted-icon h4 { padding-left:40px; }
	.section-title.dotted-icon h4::before { left:0; }
	
	.row-fluid .social-share,
	.row-fluid .copyright-text ,
	.row-fluid .site-map { text-align:center; }
	
	.row-fluid .social-share { margin-top:20px; }
	
	.row-fluid .footer-title { padding:15px 0; }
	
	.row-fluid .solution-box {  padding:30px; float:none; display:inline-block; vertical-align:top; /*width:400px;*/ max-width:100%;  }
	.row-fluid .solution-container > span > div:nth-child(odd) .solution-box  { padding-left:50px; }
    .row-fluid .solution-container > span > div:nth-child(even) .solution-box  { padding-right:50px; }
    .solution-image img { max-width: 120px;} 
	.row-fluid .solution-container > span > div { width:100%; }
	
	.arrow-box { bottom:50px; right:40px; }
	.row-fluid .rss-post,
	.row-fluid .webinar-box { float:none; display:inline-block; margin:10px 0; vertical-align:top; width:400px; max-width:100%;  }  
	.row-fluid .webinar-box { padding:20px 20px 250px; background-position:bottom center !important; background-size:280px auto !important; }
	
	.row-fluid .testimonial-box .link-style { margin-top:15px; }
	
	.row-fluid .team-container > span > div,
	.row-fluid .team-container > span > div:nth-child(2n),
	.row-fluid .team-container > span > div:nth-child(3n) { width:100%; margin:10px 0 !important; } 
	.row-fluid .team-content { padding:40px 20px; }
	
	.row-fluid .who-we-box { width:100%; border:none; padding:20px 0;  }
	.row-fluid .footer-menu ul li { border:none; } 
	
	.row-fluid .big-font { font-size:18px; line-height:32px;  }
	.row-fluid .title-border { padding-bottom:30px; margin-bottom:30px; }
	
	.row-fluid .content-container > span > div,
	.row-fluid .content-container.four-column > span > div { width:100% !important; margin:10px 0 !important;  }
	.row-fluid .content-box2 h5 { padding:0 0 10px; }
	
	
	.row-fluid .team-section { text-align:center; }
	.row-fluid .team-container { text-align:center; float:none; display:inline-block; vertical-align:top; width:300px; max-width:100%;  }
	.row-fluid .team-container > span > div { float:left; width:100% !important; padding:5px; }
	.row-fluid .contact-section .inputs-list li { margin:5px; }
	
	.row-fluid .rss-section { text-align:center; }
	.row-fluid .opex-section .get-free-box { padding:100px 0; }
	.row-fluid  .opex-section .get-free-box.our-value-cta  { padding:100px 0; }
	.row-fluid .team-container { margin-top:15px; }
	
	.row-fluid .parson-image { margin-bottom:15px; }
	
	.BlogPage .post-listing{margin:0;text-align:center;}
	.BlogPage .post-listing .rss-post{margin:20px 0 0;width:100%;max-width:400px;text-align:left;display:inline-block;}
	.row-fluid .header2 .header2-btn{margin: 0 0 0 20px;}
	.topic-section{font-size: 25px; line-height: 36px;padding: 30px 0 20px}
	.row-fluid .padding-left-100 { padding-left:0; } 
	
	
	.row-fluid .inner-banner { padding:100px 0; }
	
	.row-fluid .case-study-section { padding:60px 0 30px; }
	.row-fluid .case-study-sidebar .sidebar-logo { padding:30px 0; }
	/*.row-fluid .sidebar-box { margin-top:20px; }*/
	.row-fluid .case-study-section .full-image { padding:40px 0; }
	.row-fluid .case-study-sidebar h4 { padding:10px 0;  }
	
	.row-fluid .case-study-conent { margin-top:50px; }

 	.row-fluid .testimonial-container.partner-container .testimonial-box { padding-top:30px; }
 	
.row-fluid .blog-subscribe input[type="email"] ,
.row-fluid .active.blog-subscribe input[type="email"] ,
.row-fluid .active.blog-search input[type="text"],
.row-fluid .blog-search input[type="text"] { padding:0 15px; margin:0; font-size:16px; color:#b3b3b3; font-weight:300; border-color:#dfe1e8; width:100%;  background-color:#fff;  }
.row-fluid .blog-search .search_res { top:10px; background:url("https://cdn2.hubspot.net/hubfs/3894104/ArchSolution_2017/Image/search-hover-icon.png") no-repeat  center !important; background-size:18px auto;  }
.row-fluid .blog-search  { margin:20px 0; }
.row-fluid .blog-subscribe-button { text-align:center; }

.row-fluid .search-results { font-size:24px; line-height:30px; }  
.thank-you-page .row-fluid .opex-section .get-free-box { padding:60px 0; margin-top:0; }	
.thank-you-page .row-fluid .testimonial-container.partner-container .arrow-box { bottom:0; }

.row-fluid .quiz-container { padding:20px 20px 300px; background-size:160px auto;  }

.row-fluid .child-trigger { display:none; }

.row-fluid .opex-section.without-img .container { padding-left:50px; padding-right:50px; }

.row-fluid .technical-address { margin-bottom:10px; }
body .row-fluid .webinar-box h4 { font-size:14px; line-height:24px;  }

body .row-fluid .blog-inner-main .post-body blockquote,
body .row-fluid .blog-inner-main .post-body h2,
body .row-fluid .blog-inner-main .post-body h3 { font-size:16px; line-height:28px; padding:0; } 
body .row-fluid .blog-inner-main .post-body blockquote { padding:110px 25px 50px !important; background-position: center 40px; text-align:center; background-size:95px auto; border:none; position:relative; }
body .row-fluid .blog-inner-main .post-body blockquote:before,
body .row-fluid .blog-inner-main .post-body blockquote:after { content:""; position:absolute; left:50%; height:1px; width:calc(100% + 40px); background:#cccfda; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;   }

body .row-fluid .blog-inner-main .post-body blockquote:before { top:0; }
body .row-fluid .blog-inner-main .post-body blockquote:after { bottom:0; }
.BlogPage.hs-blog-post .blog-inner-main { padding:30px 0 50px; }	    


.row-fluid .header2 .mini-container { padding:0; }
.row-fluid .header2-left { padding:0 20px; }
.row-fluid .header2-right {  background: #009dcd; float: left; padding:15px 20px; text-align: right; width: 100%;  position:relative; z-index:200; margin-top:15px;  }
.row-fluid .blog-search .search-frm { position:static; }
.row-fluid .header2-right input[type="email"],
.row-fluid .header2-right input[type="text"] { left: 0; position: absolute;  top: 100%; display:none;  }

.row-fluid .blog-search .search_res { right:auto; left:5px;   }

.row-fluid .header2 { padding-bottom:0; }
.row-fluid .header2-right .hs-form .hs-form-field ,
.row-fluid .header2-right .row-fluid .blog-search { padding:0; margin:0; }
.row-fluid .blog-search .search_res { left:15px; right:auto; top:0px; margin-top:15px;  background:url("https://cdn2.hubspot.net/hub/3894104/hubfs/ArchSolution_2017/Image/search-icon-2.png") no-repeat  center / 12px auto !important; } 
.row-fluid .blog-subscribe .hs_submit { text-align:right; }
.row-fluid .blog-subscribe input[type="submit"] { padding:0; font-size:12px; color:#fff !important; }

.blog-search.active input[type="text"] ,
.blog-subscribe.active input[type="email"] { display:block; }

	}

@media (max-width:767px){
    
    
    body .container-fluid .row-fluid .default-btn.blue-outline.center-for-mobile {
        text-align: center;
    }
    
}


@media (max-width:500px){
    
    body { font-size:14px; }
    .row-fluid .logo-container > span > div img { max-width:50%;  }
    
    .row-fluid .card-box { padding:40px 20px; }
	.row-fluid .list-style ul li { padding-left:40px; margin-top:20px;  }
	.row-fluid .list-style ul li::before { height:30px; width:30px; line-height:28px;font-size:12px; }
	.row-fluid .list-style ul li:nth-child(2n)::after { display:none; }
	.row-fluid .list-style-cta { padding-left:40px; }
	
	.row-fluid .default-btn.blue-outline a span::after,
	.row-fluid .default-btn.black-outline a span::after {  display:none; }
	
	.row-fluid .header2{position:relative;padding:20px 0 0;}
	.row-fluid .header2 .header2-btn{position:absolute;left:20px;right:20px;bottom:5px;margin:auto;}
	.row-fluid .header2 .header2-btn a{display: block;}

    

    .row-fluid .case-study-sidebar .sidebar-logo { border-top:none; padding-top:0;  }    
    .row-fluid .case-study-sidebar .sidebar-logo img { width:140px !important;  }
    .case-study .row-fluid .testimonial-container.partner-container .testimonial-text { padding-top:140px; background-size:120px auto;  }
    
    .row-fluid .counter-box { width:45%; float:none; display:inline-block; vertical-align:top;  }
    .row-fluid .counter, .row-fluid .counter-number { font-size:20px; line-height:40px; }
    .row-fluid .counter-title { font-size:10px; line-height:20px;  }
    .row-fluid .set-bg.card-bg-img { background-size:600px auto; background-position:right center;  }
    .row-fluid .section-title h4 { font-size:16px; line-height:20px;  }   
    /*.row-fluid .section-title h3 */
    
    .row-fluid .investment-point > span > div { padding-left:0;  }
    .row-fluid .investment-image { position:static; -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;;  }
    .row-fluid .investment-image img { width:30px !important; margin-bottom:10px ; }
    
    .row-fluid .list-style ul li { padding-left:0; }
    .row-fluid .list-style ul li::before { position:static; height:45px; width:45px; line-height:40px; margin:30px 0 10px; -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;; display:inline-block; vertical-align:top;    }
    .row-fluid .list-style ul li::after { display:none !important; }
    .row-fluid .list-style-cta { padding-left:0; }
    .row-fluid  .mini-title { font-size:10px !important; letter-spacing:1px !important; }
    .row-fluid .form-style .section-title h3 { margin:10px 0;   }
    .row-fluid .testimonial-box { padding:160px 15px 40px; background-size:700px auto; background-position:left top;   }
    .row-fluid .default-btn a { letter-spacing:1px; padding:12px 15px;  }
    .row-fluid .page-title h1, .row-fluid .section-title.with-sub-title h3 { font-size:22px; line-height:40px;  }
     
     
     .section-title.dotted-icon h4 { padding-left:0; } 
    .section-title.dotted-icon h4::before { display:none; }  
    .row-fluid .network-content ul { padding-left:30px; }
    
    .solution-image img { max-width:125px; }
    .row-fluid .solution-box { padding-bottom:170px; }
     #map { height:300px; }
     .row-fluid .contact-section ul.inputs-list { text-align:left; }
 
     .row-fluid .testimonial-text { background-size:110px  auto !important; }
     .row-fluid .testimonial-box { font-size:14px; line-height:28px;  }
    
    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:12px; }
    
    .row-fluid .truth-box { width:100%; padding:10px 0; border:none; border-bottom:1px solid #DBDDE4;; }
    
    .row-fluid .budget-right-content { margin-top:15px; }
}

@media (min-width:768px) and (max-width:1024px){
    
    .row-fluid .testimonial-text{
        height:calc(100% + 156px);
    }
    
    .testimonial-text,
    .testimonial-text p {
        font-size: 16px;
        line-height: 34px;
    }
    
}

@media (max-width:767px){
    
    
    .row-fluid .testimonial-box{
        background-size:contain;
    }
    
    .row-fluid .testimonial-box {
        padding: 160px 15px 40px;
    }
    
    .testimonial-text, .testimonial-text p {
        font-size: 16px;
        line-height: 28px;
    }
    
    .row-fluid .testimonial-info h5 {
        font-size: 12px;
        line-height: 23px;
    }
    
    .row-fluid .testimonial-text {
        padding: 68px 20px 44px;
        background-position:20px 0!IMPORTANT;
    }
    
    
}


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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of mainmenu. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; 
  }

  /* Change button when menu is open 
  .mobile-open .mobile-trigger{
    color:#000000;
    background-color: #fff; 
    border-color: transparent;
  }*/


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
    transition:all 0.3s;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
     transition:all 0.3s;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; 
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
/*  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #000000; 
  }*/
  
.mobile-open div.mobile-trigger i { height:2px; 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);transition: none; }
.mobile-open div.mobile-trigger i:before {top:0; margin-top: 0; height:2px; -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-open div.mobile-trigger i:after {  top:0; margin-top: 0; height:2px; -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
     ========================================================================== */

  .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);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000000; /* Icon color */
    display: block;

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .mainmenu.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

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

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .mainmenu .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 40px;
    overflow: visible;
  }

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

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-wrapper > 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 */
  .mainmenu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  /* Revisions */
  
  
/* Homepage */  
  
.row-fluid .card-section,
.row-fluid .card-section.support-section ul li{ 
  color:#4a4a4a; 
}

.hero-section{
    position:relative;
}
.hero-section .hero-logo{
    position:absolute;
    left: 0;
    top: 66px;
    display:none;
}

@media (min-width:768px){
    .main-logo{
        opacity:0;
        transition: all .4s ease;
    }
}
.main-logo.active{
    opacity:1;
}

.home-hero.hero-section .default-btn a.cta_button{
    margin-top: 32px;
}
  
.row-fluid .card-section.home-support-section{
    padding:0 0 50px;
}

.row-fluid .home-logo-section{
    padding-top:50px;
}


@media (min-width:768px){
    
    .rss-section .posts-listing {
        display: flex;
        display: -webkit-flex;
        align-items: stretch;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        display: -ms-flex;
        display: -moz-flex;
        -webkit-align-items: stretch;
        -ms-flex-wrap: wrap;
        -ms-align-items: stretch;
    }
    
    .rss-section .posts-listing .rss-post{
        background:#ffffff;
        position: relative;
    }

    .rss-section .posts-listing .rss-post .read-more{
        position:absolute;
        left:50px;
        bottom:50px;
    }
    
    .row-fluid .rss-content {
        padding: 50px 50px 82px;
    }
    
    
}
  
  
/* GAA */  
  
.row-fluid .gaa-form-section .form-style form {
    margin-top: 40px;
}   

.row-fluid .it-assessment-content {
    max-width: 303px;
}

.row-fluid .it-assessment-box{
    border:1px solid #DBDDE4;
}

.row-fluid .it-assessment-box h5{
    border-bottom:0;
    position:relative;
}

.it-assessment-content p {
    display: inline-block;
    position: relative;
}

.it-assessment-content h5:after {
    position: absolute;
    content: '';
    background: #DBDDE4;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 13px);
}

.row-fluid .it-assessment-box .tablet-image,
.row-fluid .it-assessment-box .mobile-image{
    display: none;
}
  
@media (min-width:1280px){
    
    .row-fluid .it-assessment .container {
        width: 100%;
        max-width: 1500px;
        padding: 0 20px;
    }
    
}  

@media (min-width:768px) and (max-width:1024px){
    
    .row-fluid .it-assessment-box .tablet-image {
        display: block;
    }
    
    .row-fluid .it-assessment-box .desktop-image.has-tablet-img{
        display:none;
    }
    
    .it-assessment-content p {
        font-size: 14px;
        line-height: 28px;
    }
    
    .it-assessment-content p br {
        display: none;
    }  
    
    .row-fluid .it-assessment-box h5 span {
        margin-top: 0px;
    }
    
    .row-fluid .it-assessment-box h5 {
        padding-bottom: 16px;
        margin-bottom: 2px;
        position: relative;
    }
    
    .it-assessment-content h5:after {
        width: calc(100% - 21px);
    }
    
    .row-fluid .it-assessment-box {
        padding: 44px 50px 30px 50px;
    }
    
    .row-fluid .it-assessment-container > span .hs_cos_wrapper_widget:nth-child(odd) .it-assessment-content {
        float: right;
    }
    
    .row-fluid .it-assessment-container > span .hs_cos_wrapper_widget:nth-child(odd) .it-assessment-image {
        left: 0;
        right: auto;
    }
    
    
    
}  

@media (max-width:767px){
    
    .row-fluid .it-assessment-box .desktop-image.has-mobile-img{
        display:none;
    }
    
    
    .row-fluid .it-assessment-box .mobile-image {
        display: block;
    }
    
    .row-fluid .it-assessment-box {
        padding: 39px 32px 0px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: -moz-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        margin:0 auto;
    }
    
    .row-fluid .it-assessment-content {
        max-width: 100%;
        margin-bottom:13px;
    }
    
    .row-fluid .it-assessment-image {
        position: relative;
        text-align: center;
    }
    
    .it-assessment-content h5:after {
        width: calc(100% - 9px);
    }
    
    .it-assessment-content p {
        font-size: 14px;
        line-height: 28px;
    }
    
    .it-assessment-content p br {
        display: none;
    }
    
    .row-fluid .it-assessment-box h5 span {
        margin-top: 0px;
    }
    
    .row-fluid .it-assessment-box h5 {
        padding-bottom: 16px;
        margin-bottom: 2px;
        position: relative;
    }
    
    
    
}


/* TY */


.row-fluid .opex-section.set-bg.no-testimonial {
    margin-top: 0;
}

.thank-you-page .row-fluid .opex-section.no-testimonial .get-free-box{
    margin-top:0;
}
  
/* Contact */


.row-fluid .solution-address a{
    color:#009dcd;
}
  
.row-fluid .solution-address a:hover{
    color:#000000;
}  

/* Blog */

.blog-listing-hero .post-inner-banner .mini-container {
    max-width: 750px;
    width: 100%;
}


/* TY Page */

.webinar-content .default-btn i.fa.fa-play {
    width: 19px;
    height: 19px;
    line-height: 19px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    font-size: 9px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

.webinar-content .default-btn .fa-play:before {
    content: "\f04b";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
}

.webinar-content .row-fluid .default-btn a{
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding: 2px 13px 10px 10px;
    vertical-align: middle;
    text-align: left;
}


/* Contact Map Section */

.contact-map-section{
    margin-top:70px;
}


/*==========================================================
    Blog Post Styling (24-01-2018)
==========================================================*/    

 body.hs-blog-post .row-fluid .blog-inner-main .post-body blockquote{
     font-family: 'Raleway',sans-serif;
 }

body.hs-blog-post .row-fluid .blog-inner-main .post-body blockquote cite{
    font-family: "Work Sans",sans-serif;
}  

.BlogPage.hs-blog-post .blog-inner-main li{
    padding-left: 10px;
}

/*==========================================================
    CTA styling Alexey Smirnov (15-05-2018)
==========================================================*/    


.default-btn.condensed span {
        letter-spacing: 0.5px !important;
}

/*==========================================================
    Blog styling Alexey Smirnov (25-05-2018)
==========================================================*/    


.blog-listing-wrapper .rss-image .get-bg {
	display: block;
}

.blog-listing-wrapper .rss-image .get-bg img {
	display: block;
	width: 353px;
	height: 230px;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    object-fit: cover;
}


.blog-listing-wrapper .rss-content {
    height: 330px;
}

@media (max-width:767px) {
    .blog-listing-wrapper .rss-content {
        height: 240px;
    }
}

.blog-pagination { 
    text-align: center;
    margin: 30px 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.blog-pagination li { 
    display: inline-block;
    margin: 15px;
}

.hs-blog-post .post-inner-banner {
    padding: 40px 0 20px 0;
}

.blog-listing-hero .post-inner-banner {
    padding: 40px 0;
}


/*==========================================================
    Popup section Alexey Smirnov (14-06-2018)
==========================================================*/    

.download-section {
    position: relative;
    
}

.free-download-overlay,
.row-fluid .card-box.free-download-overlay {
    color: white !important;
    text-transform: uppercase !important;
    padding: 50px 2% !important;
    margin-top: 0px !important;
    text-align: center !important;
    max-width: 800px;
    background-size: cover !important;

}



.free-download-overlay h2 {
    font-weight: normal;
    font-family: 'Work Sans',sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    padding: 10px 0 10px;
    clear: both;
    color: #fff !important;


}

.free-download-overlay h3 {
    color: white !important;
    font-size: 25px;
    line-height: 130%;
    text-transform: uppercase !important;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

.free-download-overlay .widget-type-rich_text {
    max-width: 600px;
    margin: 20px auto !important;
    float: none !important;
    
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
}



.free-download-overlay a.button {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    background: #429cc9;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 10px 45px;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 0.5px;

}

.free-download-overlay a.button:hover {
    background: #18d4b1 !important;
    
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 50px 3% 25px 3% !important;
    border-bottom: 25px solid transparent;
    margin-left: 5% !important;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
    max-width: 900px !important;
}

.featherlight .featherlight-close-icon {
    right: 10px !important;
}

/*
@media (max-width:1440px){

    .free-download-overlay h2 {
        font-size: 45px;
    }
    .free-download-overlay h3 {
        font-size: 23px;
    }
    .free-download-overlay .widget-type-rich_text {
        font-size: 18px;
    }
}
*/

@media (max-width:992px){
    .featherlight .featherlight-content {
        padding: 25px 3% 25px 3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 90% !important;
    }
}

/*
@media (max-width:767px){

    .free-download-overlay h2 {
        font-size: 30px;
    }
    .free-download-overlay h3 {
        font-size: 20px;
    }
    .free-download-overlay .widget-type-rich_text {
        max-width: 100%;
        font-size: 16px;
    }

}
*/

/*==========================================================
    Owl carousel for client logos Alexey Smirnov (15-06-2018)
==========================================================*/    

.owl {
    max-width: 1440px !important;
    margin: 0 auto !important;
    float: none !important;
}

.owl-carousel .owl-item img {
    text-align: center;
    float: none;
    margin: 0 auto;
    max-width: 150px;
    max-height: 60px;
    transform: translateY(-50%);
    margin-top: 50px;
    padding: 0 10px;
    width: auto !important;
    
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.owl-carousel .owl-item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease;
    
}

/*==========================================================
    Site search Alexey Smirnov (03-07-2018)
==========================================================*/    


.hs-search-results__listing {
    text-align: left !important;
}

.hs-search-results__listing li {
    margin: 40px 0;
    text-align: left;
}

.footer-container-wrapper .hs-search-field__input {
    background: transparent;
    max-width: 200px;
  	width: 100%;
    height: auto;
    padding: 10px 15px;
    margin: 30px auto 0 auto;
    font-size: 12px;
    border: 1px solid #6B6868;
  	color: #fff !important;
  
}

.hs-search-field--open .hs-search-field__suggestions {
    border: none;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hs-search-field__suggestions a, 
.hs-search-field__suggestions #results-for {
    display: block;
    color: #F2F2F2;
    font-size: 12px;
  	text-transform: none;
}

.hs-search-field__suggestions a:hover {
    color: #fff;
}

/*==========================================================
    Maintenance table Alexey Smirnov (03-07-2018)
==========================================================*/    
.maintenance-table .features table {
    width: 100%;
    border: none;
    margin: 50px 0;
    background: white;
    padding: 0 25px 25px 25px;
    box-shadow: 0px 0px 10px #ddd;
    border-collapse: collapse;
}

.maintenance-table .features table td,
.maintenance-table .features table th
{
	text-align: left;
  font-size: 15px;
  width: 50%;
  padding: 15px 3%;
  vertical-align: top;
  border-bottom: 1px solid #DBDDE4;
}

.maintenance-table .features table th
{
  padding: 25px 3%;
  text-align: center;
  font-size: 17px;
}

.maintenance-table .features table tr:nth-of-type(2n+1) td {
	background: #f5f5f5 !important;
}


.maintenance-table .features table tr:last-of-type td,
.maintenance-table .features table tr:last-of-type th {
  border-bottom: none;
}

.maintenance-table .features h4 {
  font-size: 22px !important;
  font-weight: 400 !important;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

.maintenance-table .chart table {
  margin: 35px auto;
}

.maintenance-table .chart td {
  font-size: 15px;
  font-weight: 400;
  padding: 15px;
}

.maintenance-table .chart td p {
  padding: 0 0 15px 0;
}

/*==========================================================
    Cookie notice tweaks Alexey Smirnov (07-07-2018)
==========================================================*/    


div#hs-eu-cookie-confirmation p:empty {
 display: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
 padding: 12px 0 15px 0 !important; 
}

#hs-eu-cookie-confirmation-inner p {
 padding: 0 !important; 
 margin: 0 !important; 
  width: calc(100% - 80px) !important;
  display: inline-block;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
	width: 80px !important;
    display: inline-block;
    float: right;
    margin-top: -10px !important;
    padding-top: 0 !important;
}


body div#hs-eu-cookie-confirmation {
max-width: 1020px !important;
left: 0 !important;
right: 0 !important;
margin: 0 auto !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
 margin-right: 0 !important; 
}

/*==========================================================
    Our values icons Alexey Smirnov (13-07-2018)
==========================================================*/    

.our-value-section .content-icon img {
 max-width: 45px;  
}

@media (max-width: 768px) {
.our-value-section .content-box2 {
	text-align: center;	  
  margin-bottom: 30px;
}
.our-value-section .content-icon {
	text-align: center;	  
}

}

/*==========================================================
    Top search Alexey Smirnov (13-07-2018)
==========================================================*/    

.top-search-container {
  margin: 0 auto !important;
  width: 1120px !important;
  max-width: 100% !important;
  float: none !important;
  position: relative !important;
}

.top-search {
    position: absolute !important;
    width: 200px !important;
  	max-width: 35% !important;
    top: 50px !important;
    right: 0px !important;
    z-index: 9999 !important; 
     padding: 10px 1% !important;
    background: #1c1c1c !important;
}

.light .top-search {
  background: transparent !important;
  top: 10px !important;
}

@media (max-width: 768px) {
.top-search {
    top: 10px !important;
    right: 10px !important;
}

.light .top-search {
    top: 0px !important;
}

}

.top-search input {
  background: #1c1c1c !important;
  border: 1px solid #525252!important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 8px 15px !important;
  line-height: 100% !important;
  height: auto !important;
}

.light .top-search input {
  background: transparent !important;
  border: 1px solid #777 !important;
  color: #555 !important;
}
  

/*==========================================================
    Narrow hero section Alexey Smirnov (20-08-2018)
==========================================================*/    

.row-fluid .hero-section.hero-section-narrow { 
  height: 30vh; 
  min-height: 500px; 
}

.row-fluid .hero-section.hero-section-narrow2 { 
  height: 30vh; 
  min-height: 400px; 
}

.home-hero.hero-section.hero-section-narrow .default-btn a.cta_button {
    margin-top: 16px;
}

@media (max-width: 768px) {

.row-fluid .hero-section.hero-section-narrow { 
  height: auto; 
  min-height: 400px; 
  padding: 90px 0 0;
}

  
}
.row-fluid .hero-section.hero-section-narrow .hero-content {
    bottom: 40px;
}

.row-fluid .hero-section.hero-section-narrow .hero-logo {
    top: 20px;
}

.top-search-container-narrow .top-search {
    top: 10px !important;
}


/*==========================================================
    SVG chart for Network maintenance page Alexey Smirnov (24-08-2018)
==========================================================*/    

.row-fluid .truth-number { font-size: 35px; } 

@media (min-width: 1024px) {
	.truth-contianer { padding: 0 5%; } 
}

.colorful-table  {
	border-radius: 20px;
  overflow: hidden;  
  margin: 30px 0;
}

.colorful-table .row {
	width: 100%;
  height: 60px;
  vertical-align: middle !important;
}

.colorful-table .row a {
  height: 4vw;
  min-height: 60px;  
  text-align: center;
  font-size: 13px;
  float: left;
  width: 100%;
  color: #fff !important;
  line-height: 110% !important;
  vertical-align: middle !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 3%;
  font-weight: 500;
}

.colorful-table .row a:hover {
	transition: all 0.4s ease;
  opacity: 0.8;
}

.colorful-table .row1 a {
	width: 33.33% !important;
}

.colorful-table .row2 a,
.colorful-table .row3 a {
	width: 50% !important;
}

.colorful-table .row1 a:nth-of-type(1) {
	background: #2A6F8F !important;
}
.colorful-table .row1 a:nth-of-type(2) {
	background: #3BACBD !important;
}
.colorful-table .row1 a:nth-of-type(3) {
	background: #2E76A5 !important;
}
.colorful-table .row2 a:nth-of-type(1) {
	background: #732B70 !important;
  font-size: 15px;
}
.colorful-table .row2 a:nth-of-type(2) {
	background: #1B4074 !important;
  font-size: 15px;
}
.colorful-table .row3 a:nth-of-type(1) {
	background: #2A6F8F !important;
  font-size: 15px;
}
.colorful-table .row3 a:nth-of-type(2) {
	background: #3BACBD !important;
  font-size: 15px;
}
.colorful-table .row4 a:nth-of-type(1) {
	background: #2E76A5 !important;
}


.network-truth-white {
  padding-right: 25px;
}

.network-truth-white > div {
	margin: 0 20px 0 0; 
  background: white;
  padding: 25px 0;
}

.network-truth-white .row-fluid .container {
	padding: 0 !important;  
}
.network-truth-white .row-fluid .truth-number {
  font-size: 32px;
  line-height: 100%;  
}

.network-truth-white .row-fluid .truth-box {
    padding: 0px 15px;
  	margin: 25px 0 0 0 !important;
  	border-right: 1px solid #333;
}

.network-truth-white .row-fluid .truth-box:last-of-type {
  	border-right: none;
}

.network-truth-white .row-fluid .truth-text {
    font-size: 13px;
    line-height: 120%;
}



@media (min-width: 1024px) {
  
  .solution-section-inner > .row-number-2 > .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;  
    padding: 25px 0;
  }
  
}


@media (max-width: 1024px) {

   .network-truth-white {
    padding-right: 0;
     margin: 30px 0;
	}

  .network-truth-white .row-fluid .truth-number {
	  font-size: 28px;
	}

  .network-truth-white > div {
    margin: 0; 
  }
}

/* Alexey Smirnov 2018-09-29 video popup for homepage */

.featherlight.video .featherlight-content {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent;
}

.featherlight .featherlight-close-icon {
    background: transparent !important;
    color: #fff !important;
}

.featherlight .featherlight-content {
    width: 960px !important;
    height: 700px !important;
    max-width: 95% !important;
    max-height: 95% !important;
}

@media (min-width: 992px) {
  .home-video-wrapper {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: auto !important;
    margin-left: -40px !important;  
  }
}

@media (max-width: 991px) {
  .home-video-wrapper {
    position: absolute;
    bottom: -20px;
    left: auto;
    right: 0;
    margin-left: 0px !important;  
    width: auto !important;
  }
  
  body #hs_cos_wrapper_module_151323587176729 {
      margin-right: 0 !important;
  }  
  
}

@media (max-width: 480px) {
  
  .home-video-wrapper {
    position: static !important;
    margin-top: 0;
    text-align: center;
  }
  
  .home-video-wrapper i.far {
    	font-size: 55px !important;
 			margin: 25px auto 0 auto !important;
  }

}

