/* 
 ==========================================================================
   DOCUMENT INFORMATION            
 ========================================================================== 
 *
 * Document: ATOS Main Stylesheet
 * Version:  1.0.0
 * Client:   Hubspot Marketplace
 * Author:   Struto Ltd - www.struto.co.uk
 *
==========================================================================
   INDEX            
 ==========================================================================  
 * 1) =IMPORTS
 
   2) =VARIABLES
    
 * 2) =COS BASE
    *) Core
    *) Typography

 * 3) =MENU NAVIGATION
    *) Menu Header Structure
    *) Desktop Menu
    *) Mobile Menu

 *4) =ATOS THEME
    *) Template Styles
    *) Media Queries
    
 * 5) =FORMS
    *) Global Forms(Default)
    *) Footer Subscription Form
    *) Multi Column Form
    *) Contact Us / Blog Comments
 ==========================================================================  /

/* ==========================================================================
   1) ==IMPORTS
   ========================================================================== */

/* Fonts */
@import url("//fonts.googleapis.com/css?family=Montserrat:200,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic");
@import url('//fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
/* Font Icons */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

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


/* ==========================================================================
   2) ==WEBSITE VARIABLES
   ========================================================================== */
/* Website font */   


/* Secondary font */   


/* Primary font color */


/* Section Headings font color */


/* Section Sub-Heading font color */


/* Rich-Text Heading font color */


/* Link Color */



/* Brand Color  */



/* Secondary Brand Color  */



/* BG Primary Button Color  */



/* BG Secondary Button Color   */







/* ==========================================================================
   3. ==COS BASE                                             
   ========================================================================== */


/* ==========================================================================
   Core                                                    
   ========================================================================== */

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

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

body {
    background: #fff;
    color: #80858f;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    font-weight:300;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1060px;
    margin: 0 auto;
}

.container-fluid .row-fluid .page-center.page-center-offset {
    max-width: 980px;
}

a { 
    color: #E95b07;
    text-decoration: none;
}
a:hover { 
    color: #049773;
}
hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #80858f;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #80858f;
    text-shadow: none;
}
tr.feature-tab-text a {
    text-decoration: none !important;
    color: #000 !important;
}

tr.feature-tab-text u {
    text-decoration: none !important;
    color: #000 !important;
}


table.pricing-table td {
    padding: 1px 20px 1px 20px;
}
table.pricing-table {
    padding: 30px 0px;
}

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


.c-blog-pull-out h2.c-heading-body {
    z-index: 10;
    width: 70%;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
video {
    max-width: none;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 800px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: 0;
  bottom: -100%;
 	top: -100%;
  left: 0;
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: -100;
  object-fit: cover;
}

.hs_cos_wrapper_type_rich_text ul {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.hs_cos_wrapper_type_rich_text li {
    padding-bottom: 20px;
    line-height: 1.55em;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-icon-dropdown-toggle:before{
  content:'\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
.row-fluid [class*="span"] {
    min-height: 10px;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}

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


/* Basic text */
p {
    margin-top: 0;
    margin-bottom: 10px;
}

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

sup { 
    top: -0.5em;
}

sub { 
    bottom: -0.25em;
}

/* Headings */
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
  font-family:halyard-display, sans-serif
}

.hs_cos_wrapper_type_rich_text h1,
.hs_cos_wrapper_type_rich_text h2,
.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_rich_text h4,
.hs_cos_wrapper_type_rich_text h5,
.hs_cos_wrapper_type_rich_text h6{
	color: #000; 
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5 {
  color: #000;   

  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.5em;
  padding-top: 1.2em;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
button{
  font-family:Montserrat, sans-serif;
  font-size:14px;
}
/* ==========================================================================
   3. ==MENU NAVIGATION
   ========================================================================== */
   

/* ==========================================================================
   Menu Header Structure
   ========================================================================== */

.menu-wrapper {
    position: fixed;
    left: 0;
    z-index: 999;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.menu-wrapper.nav-down {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.menu-wrapper.nav-up {
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.menu-wrapper.scrolling{
    top:0px;
}

.invert-nav .menu-wrapper {
    color: #000;
    box-shadow: 0 2px 8px -2px rgba(130, 130, 130, 0.38);
    background-color: #fff;
}

/*** Bug fixes: glitch on menu load ***/
.span9.widget-span.widget-type-menu.custom-menu-primary {
    float: right;
    margin-left: 0;
    margin-right: 60px;
}

.nav-logo a {
    height: 46px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333333;
    float: left;
    position: relative;
    text-decoration: none;
}

.nav-logo img {
    height: 46px;
    width: 235px    ;
    max-height: 100%;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}



/* ==========================================================================
   Desktop Menu
   ========================================================================== */
.widget-type-global_group.menu-global{
  position:absolute;
}

/* Parent List */

.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
    padding: 65px 0 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 15px;
    text-transform: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.scrolling .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.invert-nav .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #000;
}

.custom-menu-primary ul li.hs-menu-depth-1.hs-item-has-children .fa {
    position: absolute;
    right: 5px;
    top: 70px;
    color: #000;
    font-size:15px;
    font-weight:normal;
    transition: all 0.5s ease 0s;
}

/* Hover underline effect */
@media (max-width: 991px) {
    .custom-menu-primary ul li .fa-angle-right {
        display: none !important;
    }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .scrolling .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .invert-nav .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #EDEDED;
}
}
@media (min-width: 992px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after{
      background:transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #000000;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    }
}
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a, 
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:after,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
        transition: all 0.5s ease 0s;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after{
    left: 0;
    right: 0;
    }
/* Scrolling transition */
#mainMenu {
    min-height: 90px;
    -webkit-transition: background-color 1s ease, color 350ms ease, top 1s ease ;
    transition: transform .2s, background-color 1s ease, color 350ms ease, top 1s ease;
  z-index: 99999999;
}

.scrolling,
.invert-nav{
    background-color: rgb(255, 255, 255) !important; 
    opacity: 1; 
    -webkit-transition: background-color 1s ease, color 350ms ease;
    transition: background-color 1s ease, color 350ms ease;
    border-bottom:transparent;
    -webkit-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
    -moz-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
    box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
    color: #000;
}

.scrolling input.gsc-input,
.invert-nav input.gsc-input{
    color: #282c36 !important;
}

.scrolling .gsc-input-box,
.invert-nav .gsc-input-box{
    border-bottom: 1px solid #dedede !important
}

.scrolling .gsc-search-button,
.invert-nav .gsc-search-button {
    height: 35px !important;
    width: 35px !important;
}

.scrolling .gsc-search-button.gsc-search-button-v2,
.invert-nav .gsc-search-button.gsc-search-button-v2{
    opacity: 0 !important;
}

.scrolling .gsc-search-button,
.invert-nav .gsc-search-button {
    padding-top: 6px !important;
}

.scrolling .gsc-search-button:after,
.invert-nav .gsc-search-button:after {
    font-family: FontAwesome;
    content:"\f002";
    color: #000;
}

.scrolling .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding:35px 0 5px;
}

.scrolling .widget-span.widget-type-logo.logo-default{
  top:20px;
}

.scrolling .custom-menu-primary ul li.hs-menu-depth-1.hs-item-has-children .fa{
  transition: all 0.5s ease 0s;
  top:39px;
}



/* Default Logo Image */
.widget-span.widget-type-logo.logo-default,
.widget-span.widget-type-logo.logo-static {
  left: 70px;
  margin: 0;
  position: absolute;
  top: 50px;
  z-index: 999999;
  transition: all 0.5s ease 0s;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
    font-weight: 500;
    transition: background-color 500ms ease 0s;
    display: block;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    font-size:14px;
    text-transform:capitalize;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: #EDEDED;
  color:#000;
}
.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: 100%;
}
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}
.custom-menu-primary ul li.hs-menu-depth-2.hs-item-has-children .fa {
    color:  #000;
    top: 50%;
    transform: translateY(-50%);
}
.shape-overlays{
  display:none;
}
span.child-trigger-arrow {
      background-image: url(https://cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/up-arrow-key.svg);
      background-repeat: no-repeat;
      background-size: 20px;
      width: 30px;
      height: 40px;
      margin: 0;
      background-position: 80% center;
      display: block;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
    .custom-menu-primary .hs-menu-wrapper { 
        display: block !important;
    }
}

  .custom-menu-primary .hs-menu-wrapper > ul li a {
  		font-size: 15px;
      margin-left: 15px;
    	margin-right: 18px;
  }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
  box-shadow:1px 1px 20px 0 rgba(0, 0, 0, .1);
}
ul.hs-menu-children-wrapper.active-branch > li.hs-menu-item.hs-menu-depth-2.active.active-branch{
  background-color:#EDEDED;
  color:#000 !important;
}

ul.hs-menu-children-wrapper.active-branch > li.hs-menu-item.hs-menu-depth-2.active.active-branch > a{
  color:#000;
}

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

@media (max-width: 991px){
    #mainMenu span.fa.fa-angle-down{
      display:none;
    }
    #mainMenu {
        height: 73px;
        width: 100%;
    }
    ul.active-branch {
        overflow-y: auto;
    }
    .widget-span.widget-type-menu.custom-menu-primary.js-enabled {
        float: none;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding-top: 63px;
    }
    .mobile-open .custom-menu-primary {
        min-height: 1000px;
    }
    /**** Search on mobile *****/
    .span1.search-section {
        display: block;
        position: absolute;
        right: 22px;
        transition: all 350ms ease-in 0s;
        width: 8%;
    }
    .search-wrap {
      	padding: 21px 0 5px;
        position: fixed;
      	width: 40px !important;
        height: 50px;
        left:inherit;
        top: 15px !important;
        z-index: 9999999;
        right: 110px !important;
        transition: opacity 350ms ease-in, color 350ms ease-in !important;
  	}
  	.search-wrap.search-open {
        left: 0;
        padding: 20px 20px 5px;
        position: fixed;
        right: 0;
        top: 70px;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        cursor: inherit;
        width: 100% !important;
        height: 100vh;
        top: 0 !important;
    }
  	.search-close.search-open {
  		  position: fixed;
        z-index:99999999999;
  	}
  	.search-wrap.search-open:before {
          content: "";
          position: fixed;
          left: 0;
          right: 0;
          z-index: -1;
          width: 100%;
          height: 100%;
          -webkit-filter: blur(5px);
          -moz-filter: blur(5px);
          -o-filter: blur(5px);
          -ms-filter: blur(5px);
          filter: blur(100px);
    }
  
  	body .search-wrap input[type="search"] {
  			background-color: #ffffffff;
  	}
   .google-search-wrapper {
      position: relative;
    top: 20% !important;
    left: unset !important;
    width: 100% !important;
    text-align: center;
    }
    #searchBar .hs-search-field{
        left:0 !important;
        float:none !important;
    }
    body .search-open input.hs-search-field__input{
        width:80% !important;
        margin:0 auto !important;
    }
  
    .custom-menu-primary ul li.hs-menu-depth-1.hs-item-has-children .fa-angle-down {
        font-family: fontAwesome;
        font-size: 37px;
        font-style: normal;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        transition: transform 500ms ease-out;
        width: auto !important; 
    }
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a{
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        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;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      padding: 0 10px;
      background-color: #2a2a2a;
      font-size: 19px;
      max-width: none;
      overflow: visible;
      text-align: center;
      width: auto;
      text-indent: 0;
      font-weight: 600;
      line-height: 53px;
      text-transform:none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.is-opened.slide-out {
      opacity: 1;
      transform: translateX(-100%);
      transition: opacity .5s ease-in, transform .5s ease-in;
    }
  
    .sub-child-back{
     display: block;
    transform: translateX(800%);
    z-index: 999;
    height: 50px;
    position: absolute;
    transition: transform .5s ease-in;
    }
    .sub-child-back.visible-icon{
      display:block !important;
      transform: translateX(10%);
      transition: transform .5s ease-in;
    }
    .sub-child-back.visible-icon span{
        display:block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        visibility:visible;
        opacity:1;
        display:none;
        width: 100%;
        border:0;
        position:relative;
    }
    /* Toggle Button
     ========================================================================== */
    .mobile-trigger {
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 80px;
        line-height: normal !important;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 35px;
        text-indent: -9999px;
        transition: visibility 0s linear 0s, opacity 400ms ease, transform 400ms ease, top 0.5s ease 0s;
        width: 54px;
        top: 25px;
        z-index: 0;
    }
    .scrolling .mobile-trigger{
        top:5px;
    }
    .mobile-trigger:hover {
        cursor: pointer;
    }
    .mobile-trigger i {
        background-color: #000;  
        border-radius: 0;
        display: block;
        height: 3px;
        left: 11px;
        position: absolute;
        right: 11px;
        top: 40px;
        -ms-transform-origin: center center 0;
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0;
        -ms-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }      
    .mobile-trigger i:after, 
    .mobile-trigger i:before {
        background-color: #000;
        border-radius: 6px;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        -ms-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        width: 100%;
    }
    .scrolling .mobile-trigger i,
    .scrolling .mobile-trigger i:after, 
    .scrolling .mobile-trigger i:before,
    .invert-nav .mobile-trigger i,
    .invert-nav .mobile-trigger i:after, 
    .invert-nav .mobile-trigger i:before{
        background-color: #777;
    }
    .mobile-trigger i:before {
        -ms-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    .mobile-trigger i:after {
        bottom: 0;
        -ms-transform: translateY(6px);
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    /* Change button when menu is open */
    body.mobile-open {
        overflow: hidden;
    }
    .mobile-open .mobile-trigger{    
        background-color: transparent;
        transition: all 0.2s ease;
    }
    .mobile-open .scrolling .mobile-trigger i, 
    .mobile-open .scrolling .mobile-trigger i:before, 
    .mobile-open .scrolling .mobile-trigger i:after,
    .mobile-open .mobile-trigger i, 
    .mobile-open .mobile-trigger i:before, 
    .mobile-open .mobile-trigger i:after,
    .mobile-open .invert-nav .mobile-trigger i, 
    .mobile-open .invert-nav .mobile-trigger i:before, 
    .mobile-open .invert-nav .mobile-trigger i:after{
        background-color: #000;
    }
    .scrolling .mobile-trigger i, 
    .scrolling .mobile-trigger i:before, 
    .scrolling .mobile-trigger i:after,
    .invert-nav .mobile-trigger i, 
    .invert-nav .mobile-trigger i:before, 
    .invert-nav .mobile-trigger i:after{
        background-color: #000;
    }
    .mobile-open .mobile-trigger i:before {
        transform: translate(-500%) rotate(-135deg);
    }
    .mobile-open .mobile-trigger i {
        transform: translateX(500%);
    }
    .mobile-open .mobile-trigger i:after {
        transform: translate(-500%) rotate(135deg);
    }
  /* Child Toggle Button
     ========================================================================== */
    .child-trigger{
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 7px;
        right: 20px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
    }
    .child-trigger:hover{
        text-decoration: none;
    }
    .mobile-open .child-trigger.child-open i{
        transform: rotate(180deg) ;
    }

  /* Menu Styles on Mobile Devices
     ========================================================================== */
    .custom-menu-primary.js-enabled{
        position: relative;
        padding-top: 44px;
        margin: 10px 0 10px 0;
    }
    /* Hide menu on mobile */
     .custom-menu-primary .hs-menu-wrapper{
        display: none;
    }
    /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        top: 50px;
        left: 0;
        padding: 0;
        border: 0;
        border-top: none;
        border-bottom: none;
        height:100vh;
        background-color: #000;
        padding-top:30px;
    }
    .scrolling .custom-menu-primary.js-enabled .hs-menu-wrapper{
        top:20px;

    }
    .custom-menu-primary .hs-menu-wrapper{
        width: 100%;
    }
    /* Level 1 and Higher Menu List Styles */
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
      box-shadow:none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        background-color: transparent;
        color: #fff;
        padding: 0 10px !important;
        text-align: center;
        font-size: 23px;
        line-height: 53px;
        font-weight:600;
    }
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul > li{
      background-color: #000;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-indent: 10px; /* Indent Child lists */
        font-size: 16px; /* Font size of child lists */
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        color: #EDEDED;
    }
    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 30px; /* Indent Child lists */
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 50px; /* Indent Child lists */
    }
    .widget-span.widget-type-logo.logo-default, .widget-span.widget-type-logo.logo-static{
        left: 40px;
      top:40px;
    } 
    ul.hs-menu-children-wrapper.open-menu-list{
  	  display:none !important;
    }
    ul.hs-menu-children-wrapper.active-branch > li.hs-menu-item.hs-menu-depth-2.active.active-branch > a{
      color:#EDEDED
  }
}

@media(max-width:767px){
  .widget-span.widget-type-logo.logo-default{
    left:30px;
  }
}

@media (max-width: 479px){
    .mobile-open .span9.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
      height: 450px;
      overflow: scroll;
    }
}

/*************************************************************/
/*******************Navigation Search*************************/
/*************************************************************/

.google-search-wrapper {
    left: 0;
    position: absolute;
    top: 10px;
    width: 94%;
    opacity: 0;
    z-index: -1;
}

.custom-menu-primary {
    -webkit-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
    transition-delay: 50ms;
}

.fa-times-thin:before {
	content: '\00d7';
}

.search-close {
    position: absolute;
    right: -50px;
    top: 45px;
    font-size: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    color: #a8a8a8;
}

.search-wrap {
    padding: 25px 0 5px;
    top:25px;
    right:45px;
    position:absolute;
    cursor: pointer;
    -webkit-transition: opacity 350ms ease-in, color 350ms ease-in;
    transition: opacity 350ms ease-in, color 350ms ease-in;
    font-weight: 300;
    width: 100px;
    transition:all 500ms ease-out;
}
.search-wrap:hover {
    color: #EDEDED;
    -webkit-transition: opacity 350ms ease-in, color 350ms ease-in;
    transition: opacity 350ms ease-in, color 350ms ease-in;
}
.search-wrap .search-icon.fa.fa-search{
    position: absolute;
    right: 0px;
    top: 45px;
    font-size: 15px;
    color: #000;
}

.search-text {
  display: inline-block;
  margin-left: 10px;
}

.span1.search-section {
    -webkit-transition: opacity 350ms ease-in;
    transition: opacity 350ms ease-in;
    position: absolute;
    right: 0; /** Bug fixes 22px**/
    width: 8%;
}

/* Search open*/
.google-search-wrapper.search-open {
    opacity: 1;   
    z-index: 1;
}
.search-close.search-open {
  position: absolute;
  right: 25px;
  top: 45px;
}
.span1.search-section.search-open {
    position: absolute;
    right: 0;
    width: 36%;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}
.custom-menu-primary.search-open {
    opacity: 0;
    transition-delay:0s;
}
.search-wrap.search-open {
  cursor: pointer;
  left: 0;
  padding: 25px 0 5px;
  position: absolute;
  width: 100%;
}

.search-open .search-icon,
.search-open .search-text {
	display: none;
}
.hs-search-results__listing li {
    padding: 0 0 15px;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.hs-search-results__listing a {
    font-weight: 400;
}
.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #1acdee;
    position: absolute;
    z-index: 99999;
    background: white;
    padding: 10px;
    border-radius: 4px;
}
.hs-search-field__suggestions li {
    padding: 2px;
    border-bottom: 1px dashed #e1e7e8;
}
#searchBar input.hs-search-field__input {
  	background-size: 25px;
  	margin-top: 8px;
   	margin-bottom: 30px !important;
    height: 45px;
    padding-left: 44px !important;
    color: darkgrey;
    width:0 !important;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 10px;    
    transition: width 500ms ease-out;
    border: 2px solid #a8a8a8;
    background-image: url("//cdn2.hubspot.net/hubfs/397703/Procera/Images/search.png");
        
}
.search-open #searchBar input.hs-search-field__input{
    width:340px !important;
}

.hs-search-results__next-page,
.hs-search-results__prev-page {
    float: right;
    border: 1px solid #1acdee;
    padding: 10px 15px;
    border-radius: 100px;
}
.hub-template-search-template input.hs-search-field__input {
    max-width: 100%;
}
#searchBar .hs-search-field{
    float: right;
}

#mainMenu.scrolling .search-wrap{
    top:5px !important;
    
}    
#mainMenu.scrolling .search-close.search-open{
    top:25px;
}

.scrolling .search-wrap .search-icon.fa.fa-search{
  transition: all 500ms ease-out;
  top:36px;
}

/*************************************************************/
/*********************** MIN-WIDTH ***************************/
/*************************************************************/

/*************************************************************/
/*********************** MAX-WIDTH ***************************/
/*************************************************************/
@media (max-width: 1260px) and (min-width: 992px) {
  /*** Bug fixes ***/ 
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    	margin-left: 15px;
  		font-size: 15px;
      
  }
}


@media (max-width: 991px){
  /** Bug fixes **/
  .menu-wrapper {
  		padding-top: 0;
  }
  /** search icon **/
  #searchBar input.hs-search-field__input {
    background-image: url('https://cdn2.hubspot.net/hubfs/397703/Marketplace/WASABI/icons/icn-search.svg') left 10px center no-repeat rgb(255, 255, 255);
  	color: darkgrey;
    background-size: 25px;
    height: 45px;
	}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-family:Montserrat, sans-serif;
}
}


/*************************************************************/
/*********************** THEME PRESETS ***********************/
/*************************************************************/
/***** EQUAL COLUMN HEIGHT *****/
.careers__slider-column .c-testimonial-author-wrapper.w-clearfix,
 .u-same-height {
    display: table;
     width:100%;
}
 .u-same-height__row-fluid {
    display: table-row;
}
 .u-same-height__row-fluid:before, .u-same-height__row-fluid:after {
    display: none;
}
 .u-same-height__cell, .u-same-height__buttons {
    display: table-cell !important;
     vertical-align: top;
     float:none !important;
}
 .u-same-height__cell--middle {
    vertical-align:middle;
}
 .u-same-height__cell--bottom {
    vertical-align: bottom;
}
 @media(max-width: 767px) {
    .careers__slider-column .c-testimonial-author-wrapper.w-clearfix,
    .u-same-height-wrapper, .u-same-height__row-fluid, .u-same-height__cell, .u-same-height__buttons {
        display: block !important;
    }
}
/***** VERTICAL ALIGN CONTENT WITH DISPLAY:TABLE *****/
 .u-align-table {
    display: table;
     width: 100%;
}
 .u-align-table__cell {
    display: table-cell;
     vertical-align: middle;
     height: 100%;
}
/***** BACKGROUND LINES *****/
 .c-bg-lines__line:nth-of-type(1) {
    left: 0.9%;
}
 .c-bg-lines__line:nth-of-type(2) {
    left: 16.51%;
}
 .c-bg-lines__line:nth-of-type(3) {
    left: 33.02%;
}
 .c-bg-lines__line:nth-of-type(4) {
    left: 49.51%;
}
 .c-bg-lines__line:nth-of-type(5) {
    left: 66.04%;
}
 .c-bg-lines__line:nth-of-type(6) {
    left: 82.55%;
}
 .c-bg-lines__line:nth-of-type(7) {
    left: 99.1%;
}
 .img-plus:nth-of-type(1) {
    left: 16.51%;
     margin-left: -9.5px;
}
 .img-plus:nth-of-type(2) {
    left: 16.51%;
     margin-left: -9.5px;
}
 .img-plus:nth-of-type(3) {
    left: 33.02%;
     margin-left: -9.5px;
}
 .img-plus:nth-of-type(4) {
    left: 33.02%;
     margin-left: -9.5px;
}
 .img-plus:nth-of-type(5) {
    left: 49.51%;
     margin-left: -9.5px;
}
 .img-plus:nth-of-type(6) {
    left: 49.51%;
     margin-left: -9.5px;
}
 .img-plus:nth-of-type(7) {
    left: 66.04%;
     margin-left: -9.5px;
}
 .img-plus:nth-of-type(8) {
    left: 66.04%;
     margin-left: -9.5px;
}
 .img-plus:nth-of-type(9) {
    left: 82.55%;
     margin-left: -9.5px;
}
 .img-plus:nth-of-type(10) {
    left: 82.55%;
     margin-left: -9.5px;
}

/***** SLIDER DOT *****/
 .w-slider-dot {
    width: 30px;
     height: 2px;
     background: #d2d2d2 !important;
     transition: 300ms;
     margin-left: 2.5px !important;
     margin-right: 2.5px !important;
     border-radius: 0px !important;
}
 .w-slider-dot:hover {
    background: #EDEDED !important;
}
 .w-slider-dot.w-active {
    width: 30px;
     height: 2px;
     background: #000000 !important;
}
/***** BUTTON ANIMATION *****/
 .c-btn.c-btn--outline {
    border: 0;
     box-sizing: border-box;
     box-shadow: inset 0 0 0 2px #000000 !important;
     color: #000000;
     font-size: inherit;
     position: relative;
     vertical-align: middle;
     overflow:hidden;
}
 .c-btn.c-btn--outline:before, .c-btn.c-btn--outline:after {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
}
 .c-btn.c-btn--outline:before, .c-btn.c-btn--outline:after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
}
 .c-btn.c-btn--outline:before {
    top: 0;
    left: 0;
}
 .c-btn.c-btn--outline:after {
    bottom: 0;
    right: 0;
}
 .c-btn.c-btn--outline:hover {
   color: #fff;
   transition:color .25s ease-in 1.1s;
}
.c-btn.c-btn--outline:hover:before, 
.c-btn.c-btn--outline:hover:after {
    width: 100%;
    height: 100%;
}
 .c-btn.c-btn--outline:hover:before {
   border-top-color: #E95B07;
   border-right-color: #E95B07;
   transition: width 0.25s ease-out, height 0.25s ease-out 0.25s, background-color 0.25s ease-out 1.1s;
}
 .c-btn.c-btn--outline:hover:after {
    border-bottom-color: #E95B07;
    border-left-color: #E95B07;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.c-btn.c-btn--large.c-btn--outline.same-w span{
  position:relative;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow {
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px #EDEDED;
    color: #E95b07;
    font-size: inherit;
    position: relative;
    vertical-align: middle;
}
.c-btn--large.c-btn--outline.no-width{
  width:auto !important;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:before, .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:after {
    box-sizing: inherit;
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow {
    transition: color 0.25s;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:before, .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:after {
    border: 2px solid transparent;
     width: 0;
     height: 0;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:before {
    top: 0;
     left: 0;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:after {
    bottom: 0;
     right: 0;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:hover {
    color: #dd3737;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:hover:before, .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:hover:after {
    width: 100%;
     height: 100%;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:hover:before {
    border-top-color: #dd3737;
    border-right-color: #dd3737;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
 .c-btn.c-btn--large.c-btn--outline.c-btn--yellow:hover:after {
    border-bottom-color: #dd3737;
    border-left-color: #dd3737;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.o-grid__cell.w-col.span4.three-col {
    min-height: 330px;
    padding: 0 10px !important;
    width:33.3333%;
    display:table;
}
.careers-benefits .o-grid__cell.w-col.span4.three-col{
    min-height:250px; 
}
 .c-btn-explore {
    letter-spacing: 1px;
    background: none;
    color: #000000;
    position: absolute;
    outline: none;
    border: none;
    width: 190px;
    font-size: 14px;
    z-index: 2;
    transition: .01s .23s ease-out all;
    overflow: hidden;
    font-weight: 600;
    padding: 15px 0 15px;
    text-align: center;
    text-transform:uppercase;
}
 .c-btn-explore:before {
    content: '';
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 55%;
     background: #EDEDED;
     z-index: -1;
     transition: .3s ease-in all;
}
 .c-btn-explore:after {
    content: '';
     position: absolute;
     left: -5%;
     top: 5%;
     height: 90%;
     width: 5%;
     background: #000000;
     z-index: -1;
     transition: .4s .02s ease-in all;
}
 .c-btn-explore:hover {
    cursor: pointer;
}
 .c-btn-explore:hover:before {
    left: 100%;
     width: 25%;
}
 .c-btn-explore:hover:after {
    left: 100%;
     width: 70%;
}
 .c-btn-explore:hover .icon-right.after:after {
    left: 0px;
     color: #dd3737;
     transition: .2s .2s ease all;
}
 .c-btn-explore:hover .icon-right.after:before {
    left: -125px;
    top: 14px;
    opacity: 1;
    color: #dd3737;
}
.c-btn-explore.no-bg-color{
  text-align:left;
}
.c-btn-explore.no-bg-color:after,
.c-btn-explore.no-bg-color:before{
  background-color:transparent;
}
.w-embed.animate-slide-button{
    height: 50px;
    width: 190px;
    position: relative;
}
 .icon-right {
    position: absolute;
     top: 4px;
     right: 0;
}
 .icon-right:after {
    font-family: "FontAwesome";
    content: '\2192';
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: 22px;
    left:0;
    -webkit-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0);
}
 .icon-right.after:after {
    left: -250px;
     color: black;
     transition: .15s .25s ease left, .5s .05s ease color;
}
 .icon-right.after:before {
    content: 'LEARN MORE';
     position: absolute;
     left: -230px;
     top: 14px;
     opacity: 0;
     transition: .2s ease-in all;
}
 .c-btn-history {
    padding: 12px 0 15px;
     height: 50px;
     width: 252px;

}

/***** HIDE NAVIGATION WHEN SCROLLING *****/
 .c-nav {
    transition: top 0.2s ease-in-out;
}
 .scrolling .c-nav {
    margin-top: 0px;
     padding-bottom: 8px;
     padding-top: 14px;
}

/***** NAVIGATION HOVER *****/
 .c-menu-dropdown {
    color:inherit;
}
 .c-menu .c-menu__item {
    transition: all 0.2s cubic-bezier(0.22, 0, 0.58, 1);
     color:#fff;
}
 .c-menu .c-menu__item:hover {
    color:#ED1C24 !important;
}
 .c-menu .c-menu__item:hover:before {
    left: 0%;
     right: auto;
     width: 100%;
}
 .c-menu .c-menu__item:before {
    display: block;
     position: absolute;
     top: 0px;
     right: 0px;
     height: 100%;
     width: 0px;
     z-index: -1;
     content: '';
     color: #000 !important;
     background: #ffffff;
     transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
 @media (max-width:991px) {
     .c-menu .c-menu__item:hover {
        color:rgba(29, 150, 182, 1)!important;
    }
     .c-menu .c-menu__item:before {
        width: 100%;
         background:transparent;
    }
}
/***** INVERT NAVIGATION *****/
 .c-menu .c-menu__item.c-nav-link-invert:before {
    background: #f9f9f9;
}
 @media (max-width:991px) {
     .c-menu .c-menu__item.c-nav-link-invert:before {
        background: transparent;
    }
}
 .c-nav-color {
    background-color: rgb(255, 255, 255);
     opacity: 1;
     transition: background-color 1s linear;
     border-bottom:transparent;
     -webkit-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
     -moz-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
     box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
}
/* Apply inverted link colors */
 .c-menu__item-invert {
     color:#282c36!important;
}
 @media (max-width:991px) {
     .c-menu__item-invert {
        color:rgba(29, 150, 182, 1)!important;
    }
}

/* Inverted active navigation items */
 .c-menu__item.w--current.w--current-invert {
    color:#e95b07!important;
     border-color:#E95b07!important;
}
 @media (max-width:991px) {
     .c-menu__item.w--current.w--current-invert {
        color:#FFF!important;
    }
}
/* Inverted Menu Button */
 .c-menu-buttton--invert {
    color:#000!important;
}
/***** EQUAL COLUMN HEIGHT *****/
 .u-same-height {
    display: table;
     width:100%;
}
 .u-same-height__row-fluid {
    display: table-row;
}
 .u-same-height__row-fluid:before, .u-same-height__row-fluid:after {
    display: none;
}
 .u-same-height__cell, .u-same-height__buttons {
    display: table-cell;
     vertical-align: top;
     float:none;
}
 .u-same-height__cell--middle {
    vertical-align:middle;
}
 .u-same-height__cell--bottom {
    vertical-align: bottom;
}
 @media(max-width: 767px) {
     .u-same-height-wrapper, .u-same-height__row-fluid, .u-same-height__cell, .u-same-height__buttons {
        display: block
    }
}

/***** ABOUT TEAM *****/
 .u-grid__cell-w-less {
    width: 49%;
}
 .u-grid__cell-w-more {
    left: 9px;
     width: 50.5%;
}
/***** TOOLTIP *****/
 .tooltip {
    display: block !important;
     position: relative;
     z-index: 999;
}
/* Trigger text */
 .tooltip-item {
    background: rgba(0,0,0,0.3);
     cursor: pointer;
     display: inline-block;
     font-weight: 700;
     padding: 0 10px;
}
/* Gap filler */
 .tooltip-item::after {
    content: '';
     position: absolute;
     width: 360px;
     height: 20px;
     bottom: 100%;
     left: 50%;
     pointer-events: none;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
}
 .tooltip:hover .tooltip-item::after {
    pointer-events: auto;
}
/* Tooltip */
 .tooltip-content {
    position: absolute;
     z-index: 9999;
     margin: 0 0 45px -35px;
     bottom: 50%;
     text-align: left;
     font-size: 0.765em;
     line-height: 1.4;
     box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
     background: #2a3035;
     opacity: 0;
     cursor: default;
     pointer-events: none;
     width:100px;
     left:5px;
}
 .tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0,-10px,0);
     transform: translate3d(0,-10px,0);
     -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
     transition: opacity 0.3s, transform 0.3s;
}
 .tooltip:hover .tooltip-content {
    pointer-events: auto;
     opacity: 1;
     -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
     transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}
/* Arrow */
 .tooltip-content::after {
    content: '';
     top: 100%;
     left: 50%;
     border: solid transparent;
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-color: transparent;
     border-top-color: #2a3035;
     border-width: 10px;
     margin-left: -10px;
}
/* Tooltip content*/
 .tooltip-text {
    font-size: 1.1em;
     line-height: 1.35;
     display: block;
     padding: 1.31em 1.21em;
     color: #fff;
   width:100%;
   text-align:center;
}
 .tooltip-text a {
    font-weight: bold;
}
 .c-apply-field::-webkit-input-placeholder {
    color: #9297a1;
}
 .c-apply-field:-moz-placeholder {
    color: #9297a1;
     opacity: 1;
}
 .c-apply-field::-moz-placeholder {
    color: #9297a1;
     opacity: 1;
}
 .c-apply-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: #9297a1;
}
 .c-form__textarea::-webkit-input-placeholder {
    /* WebKit browsers */
     color: #9297a1;
}
 .c-form__textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #9297a1;
     opacity: 1;
}
 .c-form__textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: #9297a1;
     opacity: 1;
}
 .c-form__textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: #9297a1;
}
/***** NAVBAR UNDERLINE ANIMATION *****/
/* Underline From Center */
 .hvr-underline-from-center {
    display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     position: relative;
     overflow: hidden;
}
 .hvr-underline-from-center:before {
    content: "";
     position: absolute;
     z-index: -1;
     left: 51%;
     right: 51%;
     bottom: 0;
     background: #000000;
     height: 2px;
     -webkit-transition-property: left, right;
     transition-property: left, right;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
 .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
     right: 0;
}
/* ==========================================================================
   ATOS THEME
   ========================================================================== */
.w-container.page-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

 .w-row:before,.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
} 

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.container-fluid .row-fluid .w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-container:before, .w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .container-fluid .w-container.page-center {
    max-width: 728px;
  }
}
  
@media screen and (max-width: 991px) {
  .container-fluid .w-container.page-center {
    max-width: 728px;
  }

}
@media(max-width:767px){
    .w-row,
  .container-fluid .w-container.page-center .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container-fluid .w-container.page-center {
    max-width: none;
  }

}
.c-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 20%);
}

.o-container {
  z-index: 5;
}

.relativity .o-container{
  position:relative;
}
.c-bg-lines-wrapper .o-container{
  position:relative;
}
.o-container.py13 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.o-container.py13.c-faq-container {
  position: static;
}

.o-container.py13.u-centered {
  text-align: center;
}

.o-container.py8.footer-container {
  padding-bottom: 65px;
}

.o-container.u-container-hero {
  position: relative;
  z-index: 10;
  margin-bottom: 0px !important;
}

.o-container.py12 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.o-section {
  position: relative;
  display: block;
}

.o-section.u-bg--grey-dark {
  background-color: #272a33;
}

.o-section.u-border-top {
  border-top: 1px solid #efefef;
}

.o-section.u-border-top.u-nbt {
  border-top-style: none;
}

.o-section.u-section-bg-image-right:before {
  margin-top: 20px;
  background-color:#f8f7f7;
  content:'';
  height:100%;
  width:10%;
  position:absolute;
  right:0;
  transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.o-section.u-section-bg-image-left:before {
  margin-top: 20px;
  background-color:#f8f7f7;
  content:'';
  height:40%;
  width:10%;
  position:absolute;
  left:0;
  transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.o-section.u-section-bg-image-left.video-wrapper__bg:before{
  height:60%;
}

.o-section.u-section-bg-image-left.u-m--left-right {
  border-right: 16px solid #fff;
  border-left: 16px solid #fff;
}

.o-section.u-section__bg-serv-img-right {
  margin-top: 20px;
  background-image: url('../images/services-overview-bg.svg');
  background-position: 100% 0px;
  background-size: 500px;
  background-repeat: no-repeat;
}

.o-section.u-section__bg-serv-img-right.u-m--left-right.serv-ovr-bg:before{
    background-color: #f8f7f7;
    content: '';
    height: 90%;
    width: 8%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.o-section.u-section__bg-teams-left.u-m--left-right:before{
    background-color: #f8f7f7;
    content: '';
    height: 100%;
    width: 8%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.o-section.u-section__bg-serv-img-left.u-m--left-right:before {
  background-color:#f8f7f7;
  content: '';
  height: 100%;
  width: 8%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);  
}
.o-section.u-section__bg-serv-img-left.u-m--left-right.careers-empl__headline-bg:before{
  height:100%;
}

.span12.widget-span.widget-type-cell.o-section.u-section__bg-serv-img-left.u-m--left-right.pricing-form__talk:before{
  height:100%;
}

.o-section.u-section__bg-serv-img-left:before {
  background-color:#f8f7f7;
  content: '';
  height: 80%;
  width: 8%;
  position: absolute;
  left: 0;
  top: 200px;
  z-index: -1;
  transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transition: width .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);  
}
.o-section.u-section__bg-serv-img-left.u-m--left-right.pricing-form__talk.internal-points__bg:before{
  top:200px;
  height:100%;
}
.o-section.u-section__bg-serv-img-left.u-m--left-right:before{
    height: 60%;
}

.o-section.u-section__bg-serv-img-left.u-m--left-right {
   border-left: 16px solid #fff;
   border-right: 16px solid #fff;
}

.o-section.u-m--left-right {
   border-left: 16px solid #fff;
   border-right: 16px solid #fff;
}

.o-section.u-m--left-right.c-blog-featured {
  background-position: 100% 50%;
  background-size: 1200px;
  background-repeat: no-repeat;
}

.o-section.u-m--left-right.c-content-offer {
  background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/ATOS/images/blog-content-offer-min.png'), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/ATOS/images/blog-content-offer-bg.jpg');
  background-position: 11% 50%, 0px 50%;
  background-size: 550px, 1200px;
  background-repeat: no-repeat, no-repeat;
}

.o-section.u-section__bg-teams-left.u-m--left-right {
  background-position: 0px 50%;
  background-size: 1200px;
  background-repeat: no-repeat;
}
.o-section.c-general-section{
    background-position: 20% bottom;
    background-size: 900px;
    background-repeat: no-repeat;
}

.o-section.hide-team {
  display: none;
}

.c-btn {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid transparent;
  background-color: #d3d3d3;
  box-shadow: 8px 8px 21px -5px rgba(0, 0, 0, .25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor:pointer;
}

.c-btn:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .25);
}

.c-btn.c-btn--primary {
  clear: right;
  background-color: #e95b07;
  color: #fff;
}

.c-btn.c-btn--default {
  border-style: none;
  border-color: #777;
  background-color: #fff;
}

.c-btn.c-btn--secondary {
  background-color: #8bc34a;
  color: #fff;
}

.c-btn.c-btn--tertiary {
  background-color: #00d2ff;
  color: #fff;
}

.c-btn.c-btn--quaternary {
  background-color: #7b15d0;
  color: #fff;
}

.c-btn.c-btn--outline {
  border-width: 2px;
  border-color: #000;
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
}

.c-btn.c-btn--large {
  padding: 15px 30px;
}

.c-btn.c-btn--large.c-btn--outline.same-w {
  width: 200px;
  margin-right: 15px;
  overflow:hidden;
}

.c-btn.c-btn--large.c-btn--outline.c-btn--yellow {
  border-color: #EDEDED;
  color: #EDEDED;
}

.c-btn.c-btn--large.c-btn-submit--yellow {
  padding: 19px 55px;
  background-color: #EDEDED;
  box-shadow: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 600;
}

.c-btn.c-btn--large.c-btn-submit--yellow:hover {
  background-color: #E95B07;
  color:#000;
}

.c-btn.c-btn--large.c-btn-submit--yellow:active {
  background-color: #E95B07;
}

.c-btn.c-btn--large.c-btn-submit--yellow.c-btn--full {
  width: 100%;
}

.c-btn.c-btn--large.c-btn-submit--yellow.c-blog-btn {
  position: absolute;
  bottom: -32px;
}

.c-btn.c-btn--large.c-btn-submit--yellow.c-blog-btn.u-left {
  right: 60px;
  bottom: -32px;
}

.c-btn.c-btn--large.c-btn-submit--yellow.c-btn--email {
  padding: 10px 40px;
  float: right;
}
.pricing-wrapper .c-btn.c-btn--large.c-btn-submit--yellow{
  padding:15px 15px;
}

.c-btn.c-btn--large.c-btn-submit--yellow.u-full {
  width: 100%;
}

.c-btn.c-btn__billing-btn {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #f7f7f7;
  box-shadow: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 600;
}

.c-btn.c-btn__billing-btn:hover {
  background-color: #EDEDED;
}

.c-btn.c-btn__billing-btn:active {
  background-color: #E95B07;
}

.c-btn.c-btn__billing-btn.u-bg--primary {
  background-color: #EDEDED;
  color: #000;
}

.c-heading h1,
.c-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 1em;
  font-weight: 400;
}

.c-heading.demo-heading {
  margin-bottom: 40px;
  border-bottom: 5px solid #eee;
}

.c-heading.c-heading--super {
  font-size: 3.5rem;
}

.c-heading.c-heading--xlarge {
  font-size: 2.5rem;
}

.c-heading.c-heading--medium {
  font-size: 2rem;
}

.c-heading.c-heading--small {
  font-size: 1.5rem;
}

.c-heading.c-heading--xsmall {
  font-size: 1rem;
}

.c-heading.c-heading--tiny {
  font-size: 0.8rem;
}

.c-heading.c-heading--w-medium {
  width: 60%;
}

.c-heading.c-heading--w-medium.u--text-center.u-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.o-grid {
  position: relative;
  z-index:1;
}

.o-grid.demo-grid {
  padding: 10px;
  border: 1px solid #ccc;
}

.o-grid__cell {
  position: relative;
}

.o-grid__cell.demo-grid__cell {
  height: 80px;
  border: 1px solid #ccc;
}
.home-testi__vert.o-grid__cell,
.o-grid__cell.statement-wrapper {
  position: static;
}

.o-grid__cell.u-centered {
  text-align: center;
}
.c-heading__u-left{
  text-align:left !important;
}

.o-grid__cell.u-same-height__cell.u-border-right {
  border-right: 1px solid #272a33;
}

.o-grid__cell.u-np {
  padding-right: 0px;
  padding-left: 0px;
}

.o-grid__cell.u-border-left {
  border-left: 1px solid #272a33;
}

.o-grid__cell.o-grid__cell--serv-internal {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.o-grid__cell.u-border--left-right {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.o-grid__cell.u-npl {
  padding-left: 0px;
}

.o-grid__cell.u-npl.porti-left-cell {
  height: 240px;
  padding-right: 0px;
  border-right: 10px solid #fff;
  background-color: #d9b8b1;
}

.o-grid__cell.u-npr {
  padding-right: 0px;
}

.o-grid__cell.u-npr.porti-right-cell {
  height: 240px;
  padding-left: 0px;
  border-left: 10px solid #fff;
  background-color: #f8b37c;
}

.o-grid__cell.u-same-height__buttons {
  min-height: 720px;
  padding-bottom: 40px;
}

.o-image {
  height: auto;
}

.o-image.img-plus {
  position: absolute;
  z-index: 1;
  width: 20px;
  height:20px;
}

.o-image.img-plus.img-plus--one {
  top: 15%;
}

.o-image.img-plus.img-plus--two {
  top: 40%;
}

.o-image.img-plus.img-plus--three {
  top: 5%;
}

.o-image.img-plus.img-plus--four {
  top: 22%;
}

.o-image.img-plus.img-plus--five {
  top: 34%;
}

.o-image.img-plus.img-plus--six {
  top: 60%;
}

.o-image.img-plus.img-plus--seven {
  top: 92%;
}

.o-image.img-plus.img-plus--eight {
  top: 76%;
}

.o-image.img-plus.img-plus--nine {
  top: 57%;
}

.o-image.img-plus.img-plus--ten {
  top: 80%;
}

.o-image.o-image--full {
  width: 100%;
}

.o-image.left-arrow-img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.o-image.case-study-img {
  width: 100%;
  height: 470px;
  background-image: url('../images/case-study-restaurant.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.o-image.case-study-img.two {
  background-image: url('../images/case-study-app-2.jpg'), url('../images/case-study-app.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.o-image.case-study-img.three {
  background-image: url('../images/case-study-lamps.jpg');
}

.o-image.content-offer-img {
  margin-top: -178px;
  box-shadow: 35px 35px 50px 0 rgba(0, 0, 0, .2);
}

.o-image.content-offer-img.blog-content-offer {
  width: 100%;
  margin-top: -150px;
}

.o-image.footer-logo {
  width: 120px;
}

.o-image.c-plant-img{
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translate(-14px, 150px);
  -ms-transform: translate(-14px, 150px);
  transform: translate(-14px, 150px);
}

.o-image.u-image-expert {
  width: 81%;
}
.o-image.c-staff-img img,
.o-image.c-staff-img {
  height: 220px;
  max-width: 100%;
}

.o-image.c-staff-img.img-1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity:0;
  transition:opacity 500ms ease-in 500ms;
}

.o-image.c-plus-img {
  position: absolute;
  top: -79px;
  right: 410px;
  width: 25px;
  height: 25px;
  background-position: 50% 50%;
  background-size: cover;
}

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

.u--text-right {
  text-align: right;
}

.u--text-left {
  text-align: left;
}

.o-container__item {
  position: relative;
}

.o-container__item.u-container--w-medium {
  width: 50%;
}

.o-container__item.u-container--w-large {
  z-index: 10;
  width: 70%;
}

.o-container__item.u-container--w-xlarge {
  width: 85%;
}

.o-container__item.c-reply-container {
  padding-left: 110px;
}

.c-hero__inner .o-container__item{
  bottom:-4px;
}

.c-code {
  padding: 0.25em;
  background-color: #e7e7e7;
  color: #dd4e0c;
}

.c-heading-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0.5em;
}

.u-bg--primary {
  background-color: #dd4e0c;
  color: #fff;
}

.u-bg--secondary {
  background-color: #8bc34a;
  color: #fff;
}

.u-bg--tertiary {
  background-color: #00d2ff;
  color: #fff;
}

.u-bg--grey {
  background-color: #a0a0a0;
  color: #fff;
}

.u-bg--grey-light {
  background-color: silver;
}

.u-bg--grey-lighter {
  background-color: #d4d4d4;
}

.u-bg--grey-extra-light {
  background-color: #e6e6e6;
}

.u-bg--grey-super-light {
  background-color: #f7f7f7;
}

.demo-block {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px;
}

.u--xsmall {
  font-size: 0.67em;
}

.u--small {
  font-size: 0.83em;
}

.u--medium {
  font-size: 1em;
}

.u--large {
  font-size: 1.17em;
}

.u--xlarge {
  font-size: 1.5em;
}

.u--super {
  font-size: 2em;
}

.u-color--primary {
  color: #e95b07;
}

.u-color--secondary {
  color: #8bc34a;
}

.u-color--tertiary {
  color: #00d2ff;
}

.u-color--grey {
  color: #9297a1;
}

.u-color--grey-lighter {
  color: #d4d4d4;
}

.u-color--grey-extra-light {
  color: #e6e6e6;
}

.u-color--grey-super-light {
  color: #f4f4f4;
}

.u-bg--transparent {
  background-color: transparent;
}

.u-bg--white {
  background-color: #fff;
}

.c-scroll-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #000;
  background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/ATOS/images/up-arrow-key-1.svg'), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/ATOS/images/up-arrow-key.svg');
  background-position: 50% 50%, 50% 130%;
  background-size: 20px 20px, 20px 20px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: background-position 300ms ease, background-color 200ms ease, opacity 500ms ease-in;
  transition: background-position 300ms ease, background-color 200ms ease, opacity 500ms ease-in;
  opacity:0;
  cursor:pointer;
}

.c-scroll-top:hover {
  background-color: #EDEDED;
  background-position: 50% -76%, 50% 50%;
  box-shadow: 7px 7px 50px -7px rgba(0, 0, 0, .39);
}

.c-scroll-top.u-highest.scroll-show{
  opacity:1;
}

.u-color--white {
  color: #fff;
}

.u-bg--grey-dark {
  background-color: #7b15d0;
  color: #fff;
}
.c-heading-sub.u-color--grey-light h3,
.u-color--grey-light {
  color: #b8b8b8;
}

.team-member__title-wrap {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.teams-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p1 {
  padding: 5px;
}

.pt1 {
  padding-top: 5px;
}

.demo-padding {
  margin-bottom: 30px;
  padding: 40px 10px;
  background-color: #f9f9f9;
}

.pr1 {
  padding-right: 5px;
}

.pb1 {
  padding-bottom: 5px;
}

.pl1 {
  padding-left: 5px;
}

.py1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px1 {
  padding-right: 5px;
  padding-left: 5px;
}

.p2 {
  padding: 10px;
}

.pt2 {
  padding-top: 10px;
}

.pr2 {
  padding-right: 10px;
}

.pb2 {
  padding-bottom: 10px;
}

.pl2 {
  padding-left: 10px;
}

.py2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px2 {
  padding-right: 10px;
  padding-left: 10px;
}

.p3 {
  padding: 20px;
}

.pt3 {
  padding-top: 20px;
}

.pr3 {
  padding-right: 20px;
}

.pb3 {
  padding-bottom: 20px;
}

.pl3 {
  padding-left: 20px;
}

.py3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px3 {
  padding-right: 20px;
  padding-left: 20px;
}

.p4 {
  padding: 30px;
}

.pt4 {
  padding-top: 30px;
}

.pr4 {
  padding-right: 30px;
}

.pb4 {
  padding-bottom: 30px;
}

.pl4 {
  padding-left: 30px;
}

.py4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px4 {
  padding-right: 30px;
  padding-left: 30px;
}

.px0 {
  padding-right: 0px;
  padding-left: 0px;
}

.py0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pl0 {
  padding-right: 0px;
  padding-left: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.p0 {
  padding: 0px;
}

.demo-bdr {
  border: 1px solid #ccc;
  background-color: #fff;
}

.p5 {
  padding: 40px;
}

.pt5 {
  padding-top: 40px;
}

.pr5 {
  padding-right: 40px;
}

.pb5 {
  padding-bottom: 40px;
}

.pl5 {
  padding-left: 40px;
}

.py5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px5 {
  padding-right: 40px;
  padding-left: 40px;
}

.px6 {
  padding-right: 50px;
  padding-left: 50px;
}

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

.pl6 {
  padding-left: 50px;
}

.pb6 {
  padding-bottom: 50px;
}

.pr6 {
  padding-right: 50px;
}

.pt6 {
  padding-top: 50px;
}

.p6 {
  padding: 50px;
}

.p7 {
  padding: 60px;
}

.pt7 {
  padding-top: 60px;
}

.pr7 {
  padding-right: 60px;
}

.pb7 {
  padding-bottom: 60px;
}

.pl7 {
  padding-left: 60px;
}

.py7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px7 {
  padding-right: 60px;
  padding-left: 60px;
}

.p8 {
  padding: 70px;
}

.pt8 {
  padding-top: 70px;
}

.pr8 {
  padding-right: 70px;
}

.pb8 {
  padding-bottom: 70px;
}

.pl8 {
  padding-left: 70px;
}

.py8 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.px8 {
  padding-right: 70px;
  padding-left: 70px;
}

.p9 {
  padding: 80px;
}

.pt9 {
  padding-top: 80px;
}

.pr9 {
  padding-right: 80px;
}

.pb9 {
  padding-bottom: 80px;
}

.pl9 {
  padding-left: 80px;
}

.py9 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px9 {
  padding-right: 80px;
  padding-left: 80px;
}

.p10 {
  padding: 90px;
}

.pt10 {
  padding-top: 90px;
}

.pr10 {
  padding-right: 90px;
}

.pb10 {
  padding-bottom: 90px;
}

.pl10 {
  padding-left: 90px;
}

.py10 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.px10 {
  padding-right: 90px;
  padding-left: 90px;
}

.p11 {
  padding: 100px;
}

.pt11 {
  padding-top: 100px;
}

.pr11 {
  padding-right: 100px;
}

.pb11 {
  padding-bottom: 100px;
}

.pl11 {
  padding-left: 90px;
}

.py11 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px11 {
  padding-right: 100px;
  padding-left: 100px;
}

.m0 {
  margin: 0px;
}

.mt0 {
  padding-top: 0px;
}

.mr0 {
  padding-right: 0px;
}

.mb0 {
  padding-bottom: 0px;
}

.ml0 {
  padding-left: 0px;
}

.my0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mx0 {
  padding-right: 0px;
  padding-left: 0px;
}

.m1 {
  margin: 5px;
}

.mt1 {
  margin-top: 5px;
}

.mr1 {
  margin-right: 5px;
}

.mb1 {
  margin-bottom: 5px;
}

.ml1 {
  margin-left: 5px;
}

.my1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx1 {
  margin-right: 5px;
  margin-left: 5px;
}

.m2 {
  margin: 10px;
}

.mt2 {
  margin-top: 10px;
}

.mr2 {
  margin-right: 10px;
}

.mb2 {
  margin-bottom: 10px;
}

.ml2 {
  margin-left: 10px;
}

.my2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx2 {
  margin-right: 10px;
  margin-left: 10px;
}

.u-color--quarternary {
  color: #7b15d0;
}

.demo-floats {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.left {
  float: left;
}

.right {
  float: right;
}

.c-paragraph p{
  margin-bottom: 30px;
}

.c-paragraph.n-margin p{
  margin-bottom:0 !important;
}

.c-paragraph h2,
.c-paragraph h3{
    font-family: 'Playfair Display', sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
      margin: 50px 0;
}

.c-paragraph.u-color--black {
  color: #000;
}

.c-paragraph.u-color--black.u-np {
  margin-bottom: 0px;
}

.c-paragraph.u-np {
  margin-bottom: 0px;
}

.c-text {
  font-family: Montserrat, sans-serif;
  color: #80858f;
  line-height: 26px;
  font-weight: 300;
}

.c-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  border: 16px solid #fff;
  background-color: #EDEDED;
  background-image: url('../images/bg-home-4.jpg');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-hero.c-hero-about {
  z-index: 10;
  height: auto;
  padding-top: 194px;
  border-bottom-style: none;
  background-image: none;
  padding-bottom:20px;
}

.c-hero.c-hero-careers-internal {
  height: auto;
  background-color: transparent;
  background-image: none;
  padding-top:0;
  padding-bottom:0;
}

.c-hero.c-hero-case-study {
  background-color: transparent;
  background-image: url('../images/bg-case-study-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-hero.c-hero--contact {
  height: 200px;
  background-color: transparent;
  background-image: none;
  padding:0;
}

.c-hero__inner {
  position: relative;
  z-index: 5;
  height: 100%;
}

.c-logo,
.c-logo img{
  width: 133px !important;
  height: 60px;
  background-position: 50% 50%;
  background-size: 130px;
  background-repeat: no-repeat;
}

.c-logo.c-logo-landing {
  margin-top: 55px;
}

.c-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  margin-top: 55px;
  padding-right: 55px;
  padding-left: 70px;
  background-color: transparent;
}

.c-menu {
  padding-top: 10px;
}

.c-nav__link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.c-nav__link.w--current {
  color: #000;
  text-decoration: none;
}

.c-nav__link.hvr-underline-from-center {
  margin-right: 20px;
  margin-left: 20px;
  padding: 8px 0px 6px;
}

.c-nav__link.hvr-underline-from-center.w--current {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
}

.c-hero__social-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-hero__social-wrapper.careers__hero__social{
  top:120px;
}

.case-st__social-wrap .c-hero__social-wrapper.careers__hero__social {
    bottom: auto;
    top: 410px;
}

.c-hero__social-wrapper.c-hero__team-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-hero__social-content {
  position: relative;
  right: -205px;
  z-index: 2;
  width: 536px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-hero__social-content.c-hero__the-team-text {
  top: 184px;
  right: -200px;
}

.creers-soscal .c-hero__social-wrapper.careers__hero__social{
  top:170px;
  bottom:auto;
}

.creers-soscal .c-hero__social-content.careers{
  top:0;
}

.c-hero__social-content.careers {
  top: -230px;
  right: -280px;
  width: 578px;
}
.case-st__social-wrap .c-hero__social-content.careers{
  top:-170px;
}
.c-hero__social-content.case-study {
  top: 15px;
  right: -260px;
  width: 578px;
}

.c-hero__social-content.blog-share {
  position: absolute;
  top: 140px;
  right: 100px;
  width: 578px;
}

.c-hero__social-content.landing-share {
  position: absolute;
  top: 275px;
  right: 0px;
  width: 578px;
}

.c-hero__social-content-line {
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-bottom: 5px;
  margin-left: 5px;
  background-color: #000;
}

.c-hero__social-content-p {
  display: inline-block;
  letter-spacing: 1px;
}

.c-hero__social-content-icons-wrapper {
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-social-link {
  margin-left: 10px;
  font-size: 20px;
}

.c-social-link.u-nml {
  margin-left: 0px;
}

.c-social-link.u-right {
  float: right;
}

.c-social-icon {
  color: #000;
  font-size: 18px;
}

.c-social-icon.fa.fa-twitter {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-social-icon.fa.fa-twitter:hover {
  color: #e95b07;
}

.c-social-icon.fa.fa-twitter.rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-social-icon.fa.fa-facebook {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-social-icon.fa.fa-facebook:hover {
  color: #e95b07;
}

.c-social-icon.fa.fa-facebook.rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-social-icon.fa.fa-instagram {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-social-icon.fa.fa-instagram:hover {
  color: #e95b07;
}

.c-social-icon.fa.fa-instagram.rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-social-icon.fa.fa-linkedin {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-social-icon.fa.fa-linkedin:hover {
  color: #e95b07;
}

.c-social-icon.fa.fa-linkedin.rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-social-icon.fa.fa-phone {
  width: 30px;
  height: 30px;
  float: left;
  font-size: 20px;
}

.c-social-icon.fa.fa-arrow-down {
  width: 30px;
  height: 30px;
  float: right;
  font-size: 20px;
  font-weight: 100;
  text-align: right;
}

.c-social-icon.fa.fa-plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #EDEDED;
  font-size: 20px;
}

.c-hero__contact--bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
}

.c-hero__contact-number {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
}

.c-hero__contact--bottom-phone {
  display: inline-block;
  margin-bottom: 40px;
  margin-left: 55px;
  float: left;
}

.c-hero__contact--bottom-phone.u-f-right {
  margin-right: 70px;
  margin-left: 0px;
  float: right;
}

.c-hero__contact--bottom-scroll {
  display: inline-block;
  margin-right: 75px;
  float: right;
}

.c-image.c-image--arrow-down {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position:relative;
  top:-10px;
}

.c-image.u-w--full {
  width: 100%;
}

.c-image.about-img {
  position: relative;
  right: -100px;
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition:opacity 500ms ease-in 500ms;
}

.c-about-video-wrapper{
  opacity:0;
  transition:opacity 500ms ease-in 500ms;
}

.c-image.about-img.mobile-img {
  right: 0px;
  display: none;
  margin-bottom: 30px;
}

.c-image.c-image__timeline-img {
  height: 220px;
  max-width: 100%;
}

.c-image.c-image__timeline-img.timeline-img-one {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-image.service-img {
  position: relative;
  right: -180px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #EDEDED;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-image.service-img.u-hide-left {
  display: none;
}

.c-image.star-img {
  position: relative;
  right: -270px;
  bottom: -376px;
  width: 200px;
  opacity: 0.1;
}

.c-image.grow-emblem {
  width: 120px;
  height: 120px;
}

.c-image.c-image__laptop {
  position: absolute;
  top: 110px;
  right: 80px;
  width: 800px;
}

.c-image.careers-img {
  position: relative;
  right: -100px;
  width: 100%;
  height: 400px;
  background-image: url('../images/careers-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-image.careers-img.img-left {
  right: 0px;
  display: none;
}

.c-image.c-career-team-img-1 {
  position: absolute;
  top: -194px;
  right: -122px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-image: url('../images/testimonial-services.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.c-image.c-career-team-img-2 {
  position: absolute;
  top: -5px;
  right: 52px;
  z-index: 2;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  background-image: url('../images/team-image-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-image.c-career-team-img-3 {
  position: absolute;
  right: 240px;
  bottom: 3px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: url('../images/team-image-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-image.c-career-team-img-4 {
  position: absolute;
  right: 321px;
  bottom: -125px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-image: url('../images/testimonial-1.jpg');
  background-position: 46% 19%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.c-image.c-career-team-img-5 {
  position: absolute;
  top: -8px;
  right: 445px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-image: url('../images/team-image-6.jpg');
  background-position: 50% 24%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.c-image.c-case-study-solution-img {
  position: relative;
  right: -100px;
  width: 100%;
  height: 400px;
  background-image: url('../images/case-study-img-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-image.c-case-study-solution-img.u-hide {
  right: 0px;
  display: none;
  margin-bottom: 40px;
}

.c-image.c-img-small {
  width: 30px;
}

.c-image.c-img-small.c-submit-icn {
  margin-top: -3px;
  margin-right: 30px;
  float: left;
}

.c-image.c-img-small.c-close-icn {
  width: 20px;
  margin-top: 5px;
  float: right;
}

.c-image.c-img-small.c-reply-icn {
  width: 15px;
  margin-top: -4px;
}
.c-heading-sub h3,
.c-heading-sub {
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
}

.c-heading-sub.c-heading-sub--w-medium {
  width: 60%;
}

.c-heading-sub.c-heading-sub--w-medium.u--text-center.u--centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-heading-sub.c-heading-sub--w-medium.u--text-center.u--centered.u-color--grey-light {
  color: #b8b8b8;
  font-weight: 400;
}

.c-heading-sub.u-color--grey-light {
  color: #a8a8a8;
}

.c-heading-sub.u-color--grey-light.c-blog-author {
  margin-top: 0px;
  font-size: 23px;
}

.c-heading-sub.u-color--grey-light.u-nm {
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-heading-sub.u-color--grey-light.u-nm--bottom-top {
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-heading-sub.u-nm {
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-heading-sub.u-nm.c-thank-you-text {
  color: #4fb687;
  font-size: 22px;
}

.c-spacer {
  height: 5px;
}

.c-spacer.c-spacer--tiny {
  height: 10px;
}

.c-spacer.c-spacer--small {
  height: 20px;
}

.c-spacer.c-spacer--medium {
  height: 40px;
}

.c-spacer.c-spacer--medium.blog-hide {
  display: none;
}

.c-spacer.c-spacer--large {
  height: 60px;
}

.c-spacer.c-spacer--xlarge {
  height: 80px;
}

.c-spacer.c-spacer--xxl {
  height: 90px;
}

.c-spacer.c-spacer--super {
  height: 100px;
}

.c-spacer.c-spacer-50 {
  height: 50px;
}

.c-section.u-bg--grey-super-light {
  background-color: #f7f7f7;
}

.c-section.u-bg--grey-super-light.u-m--left-right {
  border-right: 16px solid #fff;
  border-left: 16px solid #fff;
}

.c-section.u-bg--grey-super-light.u-m--left-right.trust-section {
  position: relative;
  overflow:hidden;
}
.trust-section .hs_cos_wrapper_type_module:nth-child(odd) .o-grid__cell.statement-wrapper.w-col.span6.singular-animate.animate {
    margin-left: 0;
}
.c-faq-container .o-grid__cell.statement-wrapper.w-col.span6{
  margin-left:10px;
}

 .c-section.u-bg--grey-dark {
  background-color: #272a33;
}

.c-section.u-m--left-right {
  border-right:16px solid #fff;
  border-left:16px solid #fff;
}

.c-bg-lines-wrapper {
  position: relative;
  width: 100%;
  max-height: 100%;
}

.c-bg-lines__line {
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #f5f5f5;
}

.c-icon-box__cell-left {
  float: left;
}

.c-link {
  background-color: transparent;
  color: #fc6047;
  text-decoration: none;
  cursor: pointer;
}

.c-link:hover {
  text-decoration: underline;
}

.c-link.c-link--primary {
  color: #ed5f5e;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.c-link.c-link--primary:hover {
  text-decoration: underline;
}
.c-landing-form-wrapper .c-icon-box__heading h3,
.c-icon-box__heading,
.c-icon-box__heading h2{
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
}

.c-landing-form-wrapper .c-icon-box__heading h3{
  padding-bottom:30px;
}

.c-icon-box__heading.u-color--grey {
  color: #9297a1;
}

.c-icon-box__heading.u-color--grey-light {
  color: #a8a8a8;
}

.c-icon-box__heading.u-color--grey-light.u-icon-box--w-medium {
  width: 60%;
}

.c-icon-box__heading.u-color--grey-light.u-icon-box--w-medium.u--text-center.u-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-icon-box__heading.c-project-heading {
  display: inline-block;
}

.c-icon-box__cell-right {
  overflow: hidden;
  width: auto;
}

.c-icon-box {
  display: block;
}

.c-icon-box__icon {
  margin-right: 30px;
  color: #dd4e0c;
  text-align: center;
}

.c-icon-box__icon.c-icon-box__icon--medium {
  width: 50px;
  height: 50px;
}

.c-heading-body h2,
.c-heading-body {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 400;
}

h2.c-heading-body.c-testimonial-heading{
  font-size:35px;
}

.c-heading-body.c-heading-body--w-medium {
  width: 60%;
}

.c-heading-body.c-heading-body--w-medium.u--text-center.u-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-heading-body.c-heading-body--w-medium.u--text-right.u--float-right {
  float: right;
}

.c-heading-body.c-heading-body--w-medium.u--float-left {
  float: left;
}

.c-heading-body.u-color--yellow {
  color: #EDEDED;
}

.c-heading-body.left {
  float: left;
}

.c-heading-body.team-heading {
  margin-top: 24px;
  margin-left: 80px;
}

.c-services-box__line {
  width: 5px;
  height: 1px;
  margin-right: 50px;
  margin-left: -25px;
  float: left;
  background-color: #EDEDED;
  transition: height 2500ms ease-in-out 0s;
}

.c-services-number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 90px;
  font-weight: 400;
}

.c-services-box__cell-mid {
  margin-right: 30px;
}

.c-statement-wrapper {
  position: relative;
}

.c-statement__text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform: rotate(90deg) translate(-180px, 120px);
  -ms-transform: rotate(90deg) translate(-180px, 120px);
  transform: rotate(90deg) translate(-180px, 120px);
  color: #d3d3d3;
  text-transform: uppercase;
}

.c-statement__text.c-unique-text {
  left: -156px;
  bottom: 148px;
}

.c-statement__text.c-serv-trust-text {
  -webkit-transform: rotate(90deg) translate(-245px, 5px);
  -ms-transform: rotate(90deg) translate(-245px, 5px);
  transform: rotate(90deg) translate(-245px, 5px);
}

.c-statement__text.c-connect-text {
  position: relative;
  -webkit-transform: rotate(90deg) translate(181px, 45px);
  -ms-transform: rotate(90deg) translate(181px, 45px);
  transform: rotate(90deg) translate(181px, 45px);
}

.c-statement--line {
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 10px;
  background-color: #dfdede;
}

.c-row-relative {
  position: relative;
}

.c-quote-wrapper {
  position: absolute;
  top: 0px;
  display: block;
  width: 100px;
  height: 100px;
  padding: 32px 28px;
  float: left;
  border: 0px solid #EDEDED;
}
.c-quote-wrapper img{
  opacity:0;
  transition:opacity 500ms ease-in 500ms;
}

.o-slider {
  position: relative;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.o-slider__pagination {
  text-align: left;
}

.o-slider__pagination.u-hide {
  display: none;
}

.o-slider__right-arrow {
  z-index: 3;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 13px;
  background-image: url('../images/icn-arrow-down-right.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.o-slider__right-arrow:hover {
  background-image: url('../images/icn-arrow-down-ylw.svg');
  background-size: 25px;
}

.o-slider__right-arrow.u-hide {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.o-slider__left-arrow {
  right: 0px;
  z-index: 3;
  width: 50px;
  height: 50px;
  margin: auto 46px 0px auto;
  padding: 13px;
  background-image: url('../images/icn-arrow-down-left.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.o-slider__left-arrow:hover {
  background-image: url('../images/icn-arrow-down-ylw-left.svg');
  background-size: 25px;
}

.o-slider__left-arrow.u-hide {
  display: none;
}

.c-testimonial-img {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 100px;
  background-color: #EDEDED;
  background-image: url('../images/bg-image-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-testimonial-img.two {
  background-image: url('../images/testimonial-1.jpg');
  background-position: 44% 22%;
  background-size: 200px;
}

.c-testimonial-img.three {
  background-image: url('../images/testimonial-2.jpg');
  background-position: 50% 21%;
  background-size: 200px;
}

.c-testimonial-text {
  display: inline-block;
  margin-top: 21px;
  margin-left: 40px;
  float: left;
  font-family: halyard-display, sans-serif;
  color: #b8b8b8;
  font-weight: 400;
  width:80%;
}

.c-testimonial-text.u-npl {
  margin-left: 0px;
}

.c-testimonial-text.careers {
  width: 200px;
  margin-top: 6px;
}

.c-test-statement {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform: rotate(90deg) translate(-320px, 116px);
  -ms-transform: rotate(90deg) translate(-320px, 116px);
  transform: rotate(90deg) translate(-320px, 116px);
  color: #d3d3d3;
  text-transform: uppercase;
  opacity:0;
}

.c-test-statement.case-study-statement {
  -webkit-transform: rotate(90deg) translate(-120px, 130px);
  -ms-transform: rotate(90deg) translate(-120px, 130px);
  transform: rotate(90deg) translate(-120px, 130px);
}

.c-test-statement.c-proof-text {
  -webkit-transform: rotate(90deg) translate(-220px, 130px);
  -ms-transform: rotate(90deg) translate(-220px, 130px);
  transform: rotate(90deg) translate(-220px, 130px);
}

.careers-empl__headline-bg .c-test-statement.case-study-statement{
  -webkit-transform: rotate(90deg) translate(-410px, 56px);
  -ms-transform: rotate(90deg) translate(-410px, 56px);
  transform: rotate(90deg) translate(-410px, 56px);
}

.case-study-test .c-test-statement.case-study-statement{
    -webkit-transform: rotate(90deg) translate(-120px, 130px);
  -ms-transform: rotate(90deg) translate(-120px, 130px);
  transform: rotate(90deg) translate(-120px, 130px);
}

.home-testi__vert .c-test-statement.case-study-statement{
  -webkit-transform: rotate(90deg) translate(-300px, 145px);
    -ms-transform: rotate(90deg) translate(-300px, 145px);
    transform: rotate(90deg) translate(-300px, 145px);
}

.lp-testimonial__wrapper .c-test-statement.c-proof-text{
    -webkit-transform: rotate(90deg) translate(-290px, 145px);
    -ms-transform: rotate(90deg) translate(-290px, 145px);
    transform: rotate(90deg) translate(-290px, 145px);
}

.c-counter-text {
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 70px;
  z-index:999;
}

.c-counter-wrapper {
  position: relative;
  left: 53px;
  top: 45px;
  z-index: 9;
  width: 80%;
}

.c-counter-wrapper.u-p--right {
  padding-right: 20px;
}

.c-plus-text {
  position: absolute;
  top: 4px;
  font-size: 40px;
  font-weight: 700;
}

.c-counter__line {
  width: 0px;
  height: 5px;
  margin-top: 60px;
  background-color: #EDEDED;
  transition: width 1s ease-out;
}

.c-counter__sub-text {
  margin-top: 30px;
  font-family: halyard-display, sans-serif;
  color: #b8b8b8;
  font-weight: 400;
}

.c-counter__sub-text.u-lmt {
  margin-top: 15px;
}

.c-case-study-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  padding: 15px 10px 15px 5px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform: rotate(90deg) translate(72px, -74px);
  -ms-transform: rotate(90deg) translate(72px, -74px);
  transform: rotate(90deg) translate(72px, -74px);
}

.c-content-offer--wrapper {
  padding-left: 20px;
  color: #fff;
}

.c-link-footer ul > li.hs-menu-item > a{
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #80858f;
  font-weight: 300;
  text-decoration: none;
  padding-left:0;
}

.c-link-footer ul > li.hs-menu-item:hover > a{
  color: #000;
  font-weight: 600;
}
.c-link-footer a,
.c-link-footer.contact a,
.c-link-footer.u-t-c-link,
.c-link-footer ul > li.hs-menu-item{
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.c-link-footer a:hover,
.c-link-footer.u-t-c-link:hover,
.c-link-footer.contact a:hover,
.c-link-footer ul li:hover{
  padding-left: 10px;
  color: #000;
  font-weight: 600;
}

.c-link-footer.social {
  display: inline;
  margin-right: 15px;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-weight: 700;
}
.c-link-footer.social:hover svg g{
  fill: #EDEDED;
}

.c-link-footer.social svg{
  max-width:28px;
}

.c-link-footer.social:hover {
  color: #EDEDED;
}

.c-link-footer.u-t-c-link {
  display: inline-block;
  margin-left: 35px;
  padding-top: 0em;
  padding-bottom: 0em;
  float: right;
  text-align: right;
  color:#80858f;
}

.c-link-footer.u-t-c-link:hover {
  text-decoration: underline;
}

.c-link-footer.contact,
.c-link-footer.contact a{
  padding-top: 0em;
  padding-bottom: 0em;
  color:#80858f;
}

.c-footer-address-text {
  line-height: 34px;
}

.c-footer-address-text.atos-column {
  margin-top: 10px;
}

.c-footer-address-text.copyright-text {
  margin-bottom: 0px;
  line-height: 24px;
}

.c-case-study-plus {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
}
.c-hero__inner .c-case-study-text{
  margin-left: 0;
}

.c-case-study-text {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-case-study-text.u-text-color-grey {
  margin-left: 0px;
  color: #9297a1;
  font-size: 14px;
  font-weight: 500;
}

.c-case-study-text.u-bold {
  font-weight: 600;
}

.c-case-study-text.u-bold.scope-text {
  margin-left: 0px;
  width:100%;
}

.c-case-study-text-block {
  display: inline-block;
}

.c-case-study-text-block.resources {
  right: 19px;
}

.c-icon-box__icon-2 {
  margin-right: 20px;
  color: #dd4e0c;
  text-align: center;
}

.c-icon-box__icon-2.client-logos {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-left: auto !important;
}

.c-image--arrow-wrapper {
  padding-top: 8%;
  padding-bottom: 8%;
  float: left;
}

.c-case-study--link-wrapper {
  width: 100%;
  height: 470px;
}

.c-case-study--link-wrapper.c-case-study--img-1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding:0;
  overflow:hidden;
  position:relative;
}
.c-case-study--link-wrapper.c-case-study--img-1:before{
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    top: -50px;
    left: 0;
    opacity: 1;
    -webkit-transition: all 500ms ease-out;
    transition: all .8s ease-out;
    background-color: #fff;
    width: 100%;
    height: 50px;
    padding: 15px 50px 15px 45px;
    z-index: -9;
}
.c-case-study--link-wrapper.c-case-study--img-1:hover:before {
    height: 140%;
    width: 100%;
    border-radius: 0;
}
.c-case-study-content{
    position: absolute;
    transform: rotate(0deg) translateY(10%);
    -moz-transform: rotate(0deg) translateY(10%);
    -webkit-transform: rotate(0deg) translateY(10%);
    -webkit-transition: all 1s ease-out;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
    color: #000;
    opacity: 0;
    width: 90%;
    height: 100%;
    right: 0;
    left: 0;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
}

.casestudy-inner:hover .c-case-study-content {
    display: block !important;
    color: #000;
    opacity:1; 
}

.o-grid__cell.w-col.span4.casestudy-wrapper.resources-filter-wrapper{
  margin:0;
  height:830px;
}

.o-grid__cell.w-col.span4.casestudy-wrapper.resources-filter-wrapper .w-embed{
  position:absolute;
  bottom:100px;
}

.o-grid__cell.w-col.span4.casestudy-wrapper{
  width:33.3333%;
  padding:0 10px;
}
.c-case-study--link-wrapper.resources-img-1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-case-study--link-wrapper.resources-img-2 {
  background-position: 50% 50%;
  background-size: cover;
}

.c-case-study--link-wrapper.resources-img-3 {
  background-position: 50% 50%;
  background-size: cover;
}

.c-case-study--link-wrapper.resources-img-4 {
  background-position: 50% 50%;
  background-size: cover;
}

.c-case-study--link-wrapper.resources-img-5 {
  background-position: 50% 50%;
  background-size: cover;
}

.c-case-study--link-wrapper.resources-img-6 {
  background-position: 50% 50%;
  background-size: cover;
}

.c-case-study--link-wrapper.c-blog-img-1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display:block;
}

.c-case-study--link-wrapper.c-blog-img-2 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-case-study--link-wrapper.c-blog-img-3 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-case-study--link-wrapper.c-blog-img-4 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-case-study--link-wrapper.c-blog-img-5 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-case-study--link-wrapper.c-blog-img-6 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-content-offer{
  width: 100%;
  height: 680px;
  display:inline-block;
}

#blogOffer .c-content-offer{
  padding:70px 0;
}

.listing-wrapper .span4{
  margin:0;
  width:33.33333333%;
  padding:0 10px;
}

.listing-wrapper .o-grid__cell.w-col.span4.main-blg-wr:first-child {
    padding-left: 0;
}

.listing-wrapper .o-grid__cell.w-col.span4.main-blg-wr:last-child {
    padding-right: 0;
}

.blog-cta-inner{
    background-position: 21% 50%, 0px 50%;
    background-size: 550px, 1200px;
    background-repeat: no-repeat, no-repeat;
  height: 740px;
}

.c-shape-bg {
  position: absolute;
  top: 0px;
  width: 760px;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.c-shape-bg.u-shape-bg__internal {
  width: 100%;
  height: 100%;
  background-color: rgba(39, 42, 51, .03);
  background-image: none;
}

.c-shape-bg.c-shape-overview {
  height: 586px;
  background-color: #272a33;
  background-image: none;
}

.c-timeline__circle {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #EDEDED;
  position: relative;
  top: 25px;
}

.c-timeline__circle.c-timeline-circle--mbt {
  margin-bottom: 0px;
}

.c-timeline__circle.c-timeline-circle--mbt.u-circle-grey {
  background-color: #f7f7f7;
}

.c-timeline__line {
  display: block;
  width: 4px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #EDEDED;
  left: 0;
  right: 0;
}

.single-line {
    position: absolute !important;
    top: 70px;
}

.c-timeline__line.line-two {
  height: 0;
}

.c-timeline__line.line-two.u-line-color--clear {
  background-color: transparent;
}

.c-timeline-year {
  position: relative;
  background-color: #fff;
  height: 75px;
}

.c-timeline__text {
  position: absolute;
  top: 21px;
  right: 74px;
}

.c-timeline__text.left {
  left: 83px;
  right: auto;
}

.c-time__para {
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.c-team-wrapper {
  position: relative;
  z-index: 900;
  padding: 130px 150px 150px;
}

.c-team-member {
  position: relative;
  height: 1013px;
  max-width: 100%;
  background-color: #EDEDED;
  background-image: url('../images/team-image-1-min_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-inner__wrapper .span6 {
    width: 50%;
    margin: 0;
}

.c-team-member.team-hide-left {
  display: none;
}

.c-team-navigation {
  width: 876px;
  padding: 40px 40px 35px;
  background-color: #fff;
}

.c-team-member__wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 13px;
  margin-left: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.c-team-member__wrapper.team-member__thump-2 {
  background-image: url('../images/team-image-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-team-member__wrapper.team-member__thump-1 {
  background-color: #EDEDED;
  background-image: url('../images/team-image-1-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-team-member__wrapper.team-member__thump-3 {
  background-image: url('../images/team-image-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-team-member__wrapper.team-member__thump-4 {
  background-image: url('../images/team-image-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-team-member__wrapper.team-member__thump-5 {
  background-image: url('../images/team-image-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-team-member__wrapper.team-member__thump-6 {
  background-image: url('../images/team-image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-team-member__wrapper.c-team-arrow--left {
  margin-right: 15px;
  background-image: url('../images/up-arrow-key.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 0.2;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-team-member__wrapper.c-team-arrow--left:hover {
  opacity: 1;
}

.c-team-member__wrapper.c-team-arrow--right {
  margin-left: 15px;
  background-image: url('../images/up-arrow-key.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 0.2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-team-member__wrapper.c-team-arrow--right:hover {
  opacity: 1;
}

.c-team-navigation-wrapper {
  position: absolute;
  bottom: 160px;
  z-index: 5;
  left:150px;
}

.c-team-navigation-wrapper.team-hide-left {
  display: none;
}

.c-join-team {
  border: 1px solid #272a33;
}

.c-join-team__heading-wrapper {
  padding: 60px;
  padding-bottom:100px;
}

.c-emblem__wrapper {
  position: absolute;
  right: 64px;
  bottom: -65px;
  width: 130px;
  height: 130px;
  padding: 15px;
  border-radius: 100%;
  background-color: #fff;
}

.c-tooltip {
  position: absolute;
  bottom: 135%;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 6px 6px 32px -1px rgba(0, 0, 0, .2);
  color: #272a33;
  font-weight: 600;
}

.c-tooltip__arrow {
  position: relative;
  bottom: -5px;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-tooltip__embed {
  display: inline-block;
}

.c-services-emblem__wrapper {
  position: absolute;
  right: 65px;
  bottom: -51px;
  width: 150px !important;
  height: 150px;
  padding: 13px 17px 17px;
  border-radius: 100%;
  background-color: #fff;
}

.c-services-emblem__wrapper.c-serv-internal {
  position: relative;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translate(108px, 134px);
  -ms-transform: translate(108px, 134px);
  transform: translate(108px, 134px);
}

.c-services-emblem__wrapper.c-serv-internal .c-image.grow-emblem img{
      width: 120px !important;
    height: 120px;
}

.c-services-emblem__wrapper.c-serv-internal.careers {
  -webkit-transform: translate(70px, 185px);
  -ms-transform: translate(70px, 185px);
  transform: translate(70px, 185px);
  width:auto;
}

.c-services-emblem__wrapper.c-faq-emblem {
  bottom: -70px;
}

.container-fluid .row-fluid .page-center .u-w--xlarge,
.u-w--xlarge{
  width: 80%;
}

.u-w--xlarge.u--text-left {
  text-align: right;
}

.u-w--xlarge.u--text-left.u-left {
  float: right;
}

.c-cta-block {
  padding: 89px;
}

.c-cta__wrapper {
  width: 60%;
}

.c-billing-wrapper {
  display: inline-block;
}

.c-billing-wrapper.hide-desktop {
  display: none;
}

.c-pricing-pagination__circle {
  width: 25px;
  height: 25px;
  float: left;
  border-radius: 100%;
  background-color: #EDEDED;
}

.c-pricing-pagination__circle.u-circle-grey {
  background-color: #f7f7f7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-pricing-pagination__circle.u-circle-grey:hover {
  background-color: #EDEDED;
}

.c-pricing-pagination__circle.u-circle-grey:active {
  background-color: #E95B07;
}

.c-pricing-pagination-wrapper {
  height: 25px;
  margin-top: 11px;
}

.c-pricing-pagination-wrapper.hide-desktop {
  display: none;
}

.c-pricing-pagination__line {
  width: 70px;
  height: 4px;
  margin-top: 11px;
  float: left;
  background-color: #EDEDED;
}

.c-pricing-pagination__line.u-line-grey {
  background-color: #f7f7f7;
}

.c-pricing__wrapper {
  border: 1px solid #eee;
}

.c-individual-pricing {
  padding-right: 25px;
  padding-left: 25px;
  border-left: 4px solid #EDEDED;
}

.c-pricing-package-head {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: halyard-display, sans-serif;
  color: #b8b8b8;
  font-size: 20px;
  font-weight: 400;
}

.c-pricing-billed-text {
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.c-pricing__list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.c-pricing-list-wrapper {
  padding-bottom: 30px;
}

.c-pricing__list-item {
  padding: 20px 25px;
}

.c-pricing__list-item.u-odd {
  background-color: #fafafa;
}

.c-faq-heading {
  margin-top: 0px;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
}

.c-connect-wrapper {
  position: absolute;
  right: 65px;
  bottom: -230px;
  -webkit-transform: translate(56px, 0px);
  -ms-transform: translate(56px, 0px);
  transform: translate(56px, 0px);
}

.pricing-form__talk .c-connect-wrapper{
  bottom:auto;
  top: -240px;
}

.c-form__input {
  margin-bottom: 17px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 25px;
  border: 3px solid #f0f0f0;
  font-family: halyard-display, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.c-form__input.c-apply-field {
  border-color: #d3d3d3;
  background-color: transparent;
  font-size: 16px;
}

.c-form__input.c-project__field {
  display: inline-block;
  width: 350px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
}

.c-resources-pagination {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 7px 7px;
  border-radius: 0;
  background-color: #f7f7f7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display:inline-block;
  border-radius:100%;
}

.c-resources-pagination.jplist-selected {
    width: 50px;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 15px;
    background-color: #EDEDED;
}

.c-resources-pagination a{
  color:#000;
}
.c-resources-pagination a.c-paragraph.u-np{
  font-weight:700;
  padding:10px;
}

.jplist-holder{
  display:inline-block;
  cursor:pointer;
}

.c-resources-pagination:hover {
  background-color: #EDEDED;
}

.c-resources-pagination:active {
  background-color: #E95B07;
}

.c-resources-pagination.active {
  width: 50px;
  height: 50px;
  padding-top: 12px;
  padding-bottom: 15px;
  background-color: #EDEDED;
}

.c-resources-pagination.none {
  margin-top: 2px;
  background-color: transparent;
  font-size: 18px;
}

.c-resources-pagination.none:hover {
  background-color: #EDEDED;
}

.c-resources-pagination.none:active {
  background-color: #E95B07;
}

.c-resources__pagination-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-resources-pagination[data-type="first"],
.c-resources-pagination[data-type="last"],
.c-resources-pagination[data-type="next"],
.c-resources-pagination[data-type="prev"]{
  font-size:27px;
  font-weight:400;
  padding:5px 10px 10px;
}

.span12.widget-span.widget-type-cell.c-team-photos-wrapper {
  width: 80%;
  padding: 100px;
}

.span12.widget-span.widget-type-cell.c-team-photos-wrapper.landing-wrapper {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.c-team-photos-wrapper .w-col.span4:first-child{
  margin-left:0;
}
.c-team-photos-wrapper .span4{
  margin-left:0;
  width:33.3333%;
  padding:0 10px;
}

.c-gallery-img {
  height: 220px;
  max-width: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.c-gallery-img.img-mid {
  height: 460px;
  background-image: url('../images/careers-team-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-gallery-img.c-gal-img-1 {
  background-image: url('../images/careers-team-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-gallery-img.c-gal-img-2 {
  background-image: url('../images/careers-team-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-gallery-img.c-gal-img-3 {
  background-image: url('../images/careers-team-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-gallery-img.c-gal-img-4 {
  background-image: url('../images/careers-team-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-tab-menu {
  width: 40%;
  float: left;
}

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.c-tab__link {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  text-align:left;
  cursor:pointer;
}

.c-tab__link:hover {
  padding-left: 20px;
  color: #EDEDED;
}

.c-tab__link.w--current {
  background-color: transparent;
}

.c-position-wrapper {
  width: 350px;
  padding-bottom: 5px;
  background-image: url('//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-right.svg'), url('//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-right.svg');
  background-position: -20px 50%, 95% 50%;
  background-size: 15px, 15px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
    display: block;
}

.c-position-wrapper:hover {
  padding-left: 10px;
  background-position: 95% 50%, 110% 50%;
}

.c-postion-link {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 400;
}
.c-careers-city-wrapper.u-bg--grey-super-light,
.c-careers-city-wrapper {
  display: block;
  width: 70%;
  margin-right: auto !important;
  margin-left: auto !important;
  float:none;
}

.c-careers-city-wrapper.c-case-study {
  height: 400px;
  background-position: 26% 26%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-careers-city-img {
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-careers-city-img.img2 {
  background-position: 50% 50%;
  background-size: cover;
}

.c-careers-city-img.img3 {
  background-position: 50% 50%;
  background-size: cover;
}

.c-form-wrap.c-form-wrap-project {
  display: inline-block;
}

.c-form.c-project-form {
  margin-right: 30px;
  margin-left: 30px;
}

.c-field {
  height: 60px;
  padding-left: 20px;
  background-color: transparent;
  font-family: halyard-display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.c-select-field {
  height: 70px;
  border: 3px solid #d3d3d3;
  font-family: halyard-display, sans-serif;
  font-size: 16px;
}

.c-select-field.c-project-field {
  width: 350px;
  height: 60px;
  border-color: #f0f0f0;
}

.c-form__textarea {
  margin-top: 8px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 32px;
  padding-left: 25px;
  border: 3px solid #d3d3d3;
  background-color: transparent;
  font-family: halyard-display, sans-serif;
  font-size: 16px;
}

.c-project-intro-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #9297a1;
}

.c-project-intro {
  padding: 40px 25px;
}

.c-visit-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  text-decoration: none;
}

.c-visit-link:hover {
  color: #EDEDED;
}

.c-slider {
  overflow: visible;
  height: auto;
  background-color: transparent;
}

.c-slider--mask {
  display: block;
  overflow: visible;
  width: 72%;
  margin-right: auto;
  margin-left: auto;
}

.c-slide__img {
  position: relative;
  z-index: 2;
  display: block;
  width: 97%;
  height: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.c-slide__img.case-study-img-1 {
  background-image: url('../images/case-study-img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-slide__img.case-study-img-1.extra-img {
  position: absolute;
  left: 101.5%;
  top: 0px;
  right: 0px;
}

.c-slide__img.case-study-img-2 {
  background-image: url('../images/case-study-img-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-slide__img.case-study-img-3 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-slide__img.case-study-img-3.extra-img {
  position: absolute;
  left: -98.5%;
  bottom: 0px;
}

.c-slider--arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  padding-left: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.c-slider--arrow.right {
  padding-right: 170px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-slider--nav {
  height: 2px;
  margin-bottom: -58px;
}

.c-porti-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.c-porti-previous-btn {
  width: 70px;
  height: 70px;
  border: 4px solid #000;
  background-image: url('//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-ylw-left.svg'),url('//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-left.svg');
  background-position: 169% 50%, 50% 50%;
  background-size: 25px, 25px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.porti-left-cell:hover .c-porti-previous-btn {
  border-color: #EDEDED;
  background-position: 50% 50%, -81% 50%;
}

.c-porti-previous-btn.c-porti-next-btn {
  background-image: url('//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-ylw.svg'), url('https://cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-right.svg') ;
  background-position: -100% 50%, 50% 50%;
  background-size: 25px, 25px;
}

.porti-right-cell:hover .c-porti-previous-btn.c-porti-next-btn {
  border-color: #EDEDED;
  background-position: 50% 50%, 231% 50%;
}

.c-porti-previous-btn.c-porti-next-btn.u--float-right {
  float: right;
}

.c-blog-feature-img {
  width: 73%;
  padding: 100px;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.c-featured-content {
  position: relative;
  width: 60%;
  padding: 60px 60px 83px;
  background-color: #f8f7f7;
}

.c-featured-content.u-left {
  float: right;
}

.c-featured__line {
  position: absolute;
  left: 0px;
  width: 5px;
  height: 220px;
  background-color: #9ad0c0;
}

.o-blog-filter__dropdown {
  width: 300px;
  border: 3px solid #eee;
  font-family: halyard-display, sans-serif;
  font-size: 18px;
}

.c-blog-filter__dropdown-list {
  z-index: 9999;
}

.c-blog-filter__dropdown-list.w--open {
  margin-top: 10px;
  background-color: #eee;
}

.c-blog-filter__dropdown-link {
  z-index: 9999;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: halyard-display, sans-serif;
  font-size: 18px;
}

.c-blog-filter__dropdown-link:hover {
  background-color: #EDEDED;
}

.c-blog-filter-wrapper {
  z-index: 9999;
}

.c-search {
  width: 300px;
  padding: 15px 20px;
  float: right;
  border: 3px solid #eee;
}

.c-search__text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.c-search__text.c-email-text {
  margin-top: 5px;
  color: #9297a1;
}

.c-search-icon {
  margin-top: 6px;
  float: right;
  font-size: 16px;
}
.main-blg-wr .w-clearfix{
  display:table;
}
.c-blog-author-img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-position: 50% 50%;
  background-size: cover;
  display: table-cell;
  float: none !important;
  vertical-align: middle;
}

.c-blog-author-img.internal-img {
  width: 70px;
  height: 70px;
}

.c-blog-author-text {
  margin-top: 12px;
  margin-left: 22px;
  font-weight: 500;
  display:table-cell;
  float: none !important;
  vertical-align: middle;
  padding-left: 15px;
}
.comment-from h4,
.c-blog-author-text.internal-text {
  margin-top: 20px;
  margin-left: 40px;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 20px;
}

/* remove table css from post author section */
.blg-post-auth .c-blog-author-text,
.blg-post-auth .c-blog-author-img{
  display:inline-block !important;
  float: left !important;
  padding-left: 0 !important;
} 
.comment-from h4,
.c-blog-author-text.internal-text.c-comment-author-name {
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom:0;
}
.comment-body,
.comment-date{
  color:#80858f;
  margin-bottom: 30px;
  display: block;
}
.comment.depth-0:first-child{
  border-top:0 !important;
}

.comment.depth-1{
  padding-left: 50px !important;
}

.comment{
  padding-top:40px !important;
  padding-bottom:40px !important;
}

.c-blog-author-text.internal-text.c-reply-text {
  margin-top: 0px;
  margin-left: 25px;
  float: none;
  font-size: 16px;
}

.widget-type-blog_comments .hs-button.primary{
  margin-top:20px !important;
}
.c-subscribe-wrapper {
  padding: 12px 12px 12px 22px;
  border: 3px solid #dbdbdb;
}

.c-radio-btn__wrapper {
  display: inline-block;
  margin-right: 20px;
}

.c-radio-btn {
  margin-top: 6px;
}

.c-date-wrapper {
  display: inline-block;
  margin-right: 60px;
}

.c-blog-date {
  display: inline-block;
  margin-left: 0px;
  margin-bottom:0;
}

.c-blog-internal-img {
  display: block;
  width: 70%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/city-img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-blog-pull-out {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.c-author-bio {
  margin-left: 110px;
}

.container-fluid .row-fluid .c-blog-content-offer {
  position: relative;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  float:none;
  background-color: #272a33;
}

.c-thank-you-block {
  padding: 30px;
  background-color: #f7f7f7;
}

.c-thank-you__wrapper {
  width: 90%;
  float: left;
}

.c-comment-author {
  display: inline-block;
  margin-left: 40px;
}

.c-reply-text {
  padding-left: 35px;
  background-image: url('../images/icn-reply.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.c-reply-text:hover {
  background-image: url('../images/icn-reply-hover.svg');
  background-size: 15px;
  color: #EDEDED;
}

.c-blog-divider {
  height: 1px;
  background-color: #efefef;
}

.c-map-wrapper {
  position: absolute;
  top: 125px;
  right: 0px;
  width: 49%;
  margin-right: 16px;
}

.c-project-wrapper {
  width: 190px;
  margin-right: 40px;
  background-image: url('https://cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-right.svg'), url('https://cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-right.svg');
  background-position: -30px 50%, 95% 50%;
  background-size: 15px, 15px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.c-project-wrapper:hover {
  padding-left: 15px;
  background-position: 100% 50%, 117% 50%;
}

.c-project-wrapper.contact {
  width: 120px;
}

.c-project-link {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.c-social__link-wrapper {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.c-social__link-wrapper:hover {
  padding-left: 20px;
  color: #EDEDED;
}

.c-start-project {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none !important;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  overflow-y:scroll;
  padding-left:20px;
  padding-right:20px;
}
.c-start-project.start-contact-form-hidden.show-form,
.c-start-project.contact-form-hidden.show-form{
  display:block !important;
  z-index: 99999999999;
  width:100%;
}

.c-close-btn {
  position: fixed;
  top: 30px;
  right: 30px;
  cursor:pointer;
}

.c-landing-form-wrapper {
  padding: 35px;
  background-color: #f0f0f0;
}

.c-landing-img {
  width: 100%;
  height: 250px;
  background-image: url('../images/blog-content-offer-min.png'), url('../images/blog-content-offer-bg.jpg');
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
}

.c-general-internal {
  display: block;
  width: 80% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  background-color: #f8f7f7;
  float:none !important;
}

.c-general-internal .span3{
  margin:0;
  width:25%;
}
.c-general-internal .span6{
  width:50%;
}
.c-general-img {
  height: 300px;
  background-image: url('../images/team-image-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-general-img.img-two {
  background-image: url('../images/team-image-5.jpg');
}

.c-general-img.img-three {
  height: 600px;
  background-image: url('../images/testimonial-services.jpg');
}

.c-general-content-wrapper {
  padding: 50px;
}

.c-list-item li{
  margin-top: 5px;
  margin-bottom: 5px;
}

.c-general-video {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80%;
  -webkit-transform: translate(0px, 740px);
  -ms-transform: translate(0px, 740px);
  transform: translate(0px, 740px);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-nav-dropdown {
  padding-top: 2px;
  font-size: 15px;
  font-weight: 500;
}

.c-nav-icon {
  margin-top: 8px;
}

.c-nav-dropdown__link {
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-weight: 500;
}

.c-nav-dropdown__link:hover {
  background-color: #EDEDED;
  color: #000;
}

.c-nav-dropdown__link.w--current {
  color: #EDEDED;
}

.c-nav-dropdown__link.w--current:hover {
  color: #000;
}

.c-nav-dropdown__list.w--open {
  margin-top: 8px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .1);
}

.a-container {
  position: relative;
  z-index: 5;
}

.a-container.py13 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.c-text-scroll {
  overflow-y: scroll;
  height: 290px;
}

.container-fluid .row-fluid .c-text-scroll::-webkit-scrollbar {
    width: 8px;
}

.container-fluid .row-fluid .c-text-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.container-fluid .row-fluid .c-text-scroll::-webkit-scrollbar-track {
    background-color: #e8e8e8;
}

.u-same-height__button-fixed {
  position: absolute;
  bottom: 0px;
}

.c-position-hide {
  display: none;
}

.c-porti-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/bg-case-study-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-porti-img.img-right {
  background-image: url('../images/bg-case-study-3.jpg');
}

.c-featured-img {
  display: none;
}

.c-content-offer-img {
  display: none;
}

.c-button__icon.fa.fa-search {
  width: 15px;
  height: 15px;
  margin-left: 20px;
}

.complex-logo_wrapper {
    margin-bottom: 20px;
}

/* ==========================================================================
   Home Slider Styles
   ========================================================================== */
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: transparent;
}
.slick-dots li button:before{
    color:transparent
}

.slick-dots li button {
    width: 30px;
    height: 2px;
    background: #d2d2d2 !important;
    transition: 300ms;
    margin-left: 2.5px !important;
    margin-right: 2.5px !important;
    border-radius: 0px !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px .5em;
    border: none;
    border-color: transparent;
    outline: none;
    padding:0;
}

.slick-dots li.slick-active button{
    background: #000 !important;
}

.slick-dots li{
    margin-right:10px;
}
.slick-dots li:hover button{
  background: #EDEDED !important
}
ul.slick-dots {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: -60px;
    left: 0;
    margin: 0;
    padding-top: 10px;
    height: 40px;
    text-align: left;
    
}
button.slick-next.slick-arrow{
    right: 0px;
    z-index: 3;
    width: 50px;
    height: 50px;
    margin: auto 46px 0px auto;
    padding: 13px;
    background-image: url('//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-right.svg');
    background-position: 50% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    top: unset;
    bottom: -95px;
}
button.slick-next.slick-arrow:hover{
    background-image: url('//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-ylw.svg');
}
button.slick-prev.slick-arrow{
    z-index: 3;
    width: 50px;
    height: 50px;
    margin: auto 46px 0px auto;
    padding: 13px;
    background-position: 50% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    top: unset;
    bottom: -95px;
    right: 40px;
    background-image:url('//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-left.svg');
}
button.slick-prev.slick-arrow:hover{
    background-image:url('//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/icn-arrow-down-ylw-left.svg');  
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow{
    font-size:24px;
    color:transparent;
}

/* ==========================================================================
   About Team Slider
   ========================================================================== */
.slider-team-b{
    margin-bottom: 0px !important;
    line-height:0;
}


.teams-slide_wrapper .pagin-slides{
    background-color: #EDEDED;
    background-image: url(https://uploads-ssl.webflow.com/5b583a7…/5b7199e…_team-image-1-min.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    margin-left: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    cursor:pointer;
}
.teams-slide_wrapper li button{
    background-color:transparent !important;
}

.pagin-slides {
    height: 40px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    width:40px !important;
      margin: 0 auto;
}

.teams-slide_wrapper button.slick-prev.slick-arrow{
    top: auto;
    bottom: 30.8%;
    background-image: url(//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/up-arrow-key.svg);
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.2;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    left: 0%;
    right: auto;
    z-index: 9;   
}

.teams-slide_wrapper button.slick-next.slick-arrow{
    top: 27.8%;
    bottom: auto;
    right: -4%;
    background-image: url(//cdn2.hubspot.net/hubfs/397703/Marketplace/ATOS/images/up-arrow-key.svg);
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 9;
}

.c-team-wrapper{
  line-height:26px
}

.slick-slide {
  width:66px;
}

/* ==========================================================================
   Fill buttons animations
   ========================================================================== */
.bg-filling {
    overflow: hidden;
    z-index: 9999999999;
}
.c-btn.c-btn--outline:hover .bg-filling:before {
    background-color: #E95B07;
    transition: height 0.1s ease-out, width 0.1s ease-out 1.1s, background-color 0.1s ease-out 1.1s;
    width: 150%;
    height: 100%;
    transform: skew(-50deg, 0deg);
}
.c-btn.c-btn--outline .bg-filling:before{
    width:0;
    height:0;
    background-color:transparent;
    content: '';
    position: absolute;
    top: 2px;
    left: -32px;
    z-index: -9;
}

.cta_button.c-btn.c-btn--large.c-btn--outline.same-w{
  width:130px;
}
.cta_button.c-btn.c-btn--outline:hover:before{
  background-color:transparent;
}

.cta_button.c-btn.c-btn--outline:hover {
    color: #fff;
    background-color: #E95B07;
    transition: background-color .3s ease-in 1s, color .25s ease-in 1.1s;
}
.c-btn-explore.no-bg-color.no-bg-wrapper-right{
  right:-100px;
}
/* ==========================================================================
   CTA Styles - styles lost when copying to another portal
   ========================================================================== */

.cta_button.c-btn.c-btn--large.c-btn--outline.same-w.bg-fill-cta{
    border: 0;
    box-sizing: border-box;
    color: #EDEDED;
    font-size: inherit;
    position: relative;
    vertical-align: middle;
    border-color: #E95b07;
    color: #E95b07;
    transition: color 0.25s;
    box-shadow: inset 0 0 0 2px #E95b07 !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow:hidden;
    padding:15px 20px;
    background-color: transparent;  
    display: inline-block;
    font-weight: 600;
    border-width: 2px;
    z-index:999;
}

.cta_button.c-btn.c-btn--large.c-btn--outline.same-w.bg-fill-cta:hover{
        color: #fff;
    transition: color .25s ease-in 1.1s;
  background-color: #E95B07;
    transition: background-color .5s ease-in 1s, color .25s ease-in 1.1s;
}

/* ==========================================================================
   Animations
   ========================================================================== */
.intro-cont-wrapper.toggle-animation,
.singular-animate.animate{
    opacity: 1;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.intro-cont-wrapper,
.number-icon__wrapper,
.singular-animate {
    opacity: 0;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
}

.c-services-box__line.expand-border.toggle-animation{
    height:75px;
}
.c-quote-wrapper.c-quote__wrapper__border:before,
.c-quote-wrapper.c-quote__wrapper__border:after,
.c-quote-wrapper.c-counter-border:before, 
.c-quote-wrapper.c-counter-border:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    width: 0;
    height: 0;
}
.c-quote-wrapper.c-quote__wrapper__border:before,
.c-quote-wrapper.c-counter-border:before {
    top: 0;
    left: 0;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -ms-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.c-quote-wrapper.c-quote__wrapper__border:after,
.c-quote-wrapper.c-counter-border:after {
    bottom: 0;
    right: 0;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  -ms-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  -moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.c-quote-wrapper.c-quote__wrapper__border.u--center.toggle-animation:before,
.c-quote-wrapper.c-counter-border.toggle-animation:before {
  border-top-color: #EDEDED;
  border-right-color: #EDEDED;
    width: 100%;
    height: 100%;
}
.c-quote-wrapper.c-quote__wrapper__border.u--center.toggle-animation:after,
.c-quote-wrapper.c-counter-border.toggle-animation:after {
    border-bottom-color: #EDEDED;
    border-left-color: #EDEDED;
    width: 100%;
    height: 100%;
}
.c-quote-wrapper.c-counter-border{}

.c-counter__line.toggle-animation{
  width:75px;
}

.home-slider.o-slider{
    opacity: 0;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
    transform: translateY(100px);
  -ms-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
}

.home-slider.o-slider.toggle-animation{
    opacity: 1;
    -webkit-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  -ms-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

.event-wrapper.left{
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
    opacity: 0;
}

.event-wrapper.left.toggle-animation{
    transform: translateX(5%);
    -moz-transform: translateX(5%);
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    opacity: 1;
}

.event-wrapper.right{
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
    opacity: 0;
}

.event-wrapper.right.toggle-animation{
    transform: translateX(-5%);
  -moz-transform: translateX(-5%);
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
    opacity: 1;
}
.o-section.u-section-bg-image-left.toggle-animation:before,
.o-section.u-section-bg-image-right.toggle-animation:before{
  width:30%;
}
.o-section.u-section__bg-teams-left.u-m--left-right.toggle-animation:before{
  width:70%;
}
.o-section.u-section__bg-teams-left.u-m--left-right.landing-bg.toggle-animation:before{
  width:65%;
}
.o-section.u-section__bg-serv-img-left.toggle-animation:before{
  width:28%;
}
.o-section.u-section__bg-serv-img-left.u-m--left-right.internal-points__bg.toggle-animation:before{
  width:27%;
}
.o-section.u-section__bg-serv-img-right.u-m--left-right.serv-ovr-bg.toggle-animation:before{
  width:30%;
}

.c-link-footer.contact,
.c-link-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul{
  overflow:hidden;
}
.c-link-footer.contact a,
.c-link-footer ul > li.hs-menu-item{
  position:relative;
}
.c-link-footer.contact a:after,
.c-link-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:after{
  content:'';
  width:0%;
  transition:width 500ms ease-out;
  -webkit-transition:width 500ms ease-in;
  -ms-transition:width 500ms ease-in;
  -moz-transition:width 500ms ease-in;
}
.c-link-footer.contact a:hover:after,
.c-link-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover:after {
    background-color: rgba(0,0,0,.06);
    width: 40%;
    content: '';
    height: 74%;
    position: absolute;
    left: -20px;
    top: 5px;
    transform-origin: bottom left;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

.c-link-footer.contact a:hover:after{
  top:-5px;
  height:150%;
  width:80%;
}

.simple-animation{
    opacity: 0;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    transform: translate3d(0px, 100px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
}

.simple-animation.toggle-animation{
  opacity:1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.c-quote-wrapper.toggle-animation img{
  opacity:1;
}

.c-test-statement.toggle-animation{
    opacity:1;
    transition: opacity 500ms ease-out;
}
.u-image-expert,
.c-gallery-img{
  opacity:0;
  transition:opacity 500ms ease-in 500ms;
}
.u-image-expert.toggle-animation,
.c-gallery-img.toggle-animation,
.c-about-video-wrapper.toggle-animation,
.c-staff-img.img-1.toggle-animation{
  opacity:1;
}

@media(max-width: 1024px){
  .o-section.u-section__bg-teams-left.u-m--left-right.toggle-animation:before{
    width:60%;
  }
  .c-heading h1, .c-heading{
    font-size:50px;
  }
}
/* ==========================================================================
   custom code
   ========================================================================== */
.c-resources-pagination.hide{
  visibility:hidden;
}
.growth__wrapper{
  position:relative;
}
.u-nm--bottom-top h3{
  margin-top:0;
}
.ty-features .sma-height__wrapper.span6{
  height:350px;
}

.sma-height__wrapper.span6{
  height:330px;
  width:50%;
  margin:0;
}

.pricing-table-wrap .span3{
  width:25%;
  margin:0;
}

.plan1 .tg-yw4l.u-even.u-pricing-border.u-border--nbt.u-w-table:nth-child(2){
  padding-bottom:24.2px
}
.active-plan .u-pricing-border__bottom,
.active-plan .u-pricing-border{
  border:2px solid #EDEDED !important;
  border-bottom:none !important;
  border-top:none !important;
}

.pricing-wrapper.active-plan {
  border-top: 2px solid #EDEDED;
  
}

.pricing-wrapper.active-plan .u-pricing-border__bottom{
  border-bottom:2px solid #E95B07 !important;
}

.acc-down-arrow-wrapper {
    display: none;
}
.pricing-wrapper {
    position: relative;
}

.span2.client-logo-wrapper{
  width:16.6666666%;
}

.c-about-video-wrapper iframe{
  /* width:100% !important;
  height: 350px; */
}

.time-line-wrap{
  overflow-x: hidden;
}

::selection{
  color:#fff;
  background-color:#000;
}
.c-link-footer.breadcrumb{
  position:relative;
}
.c-link-footer.breadcrumb a{
  color:#80858f ;
}

.c-link-footer.breadcrumb a:hover{
  color:#000;
}
.c-link-footer.breadcrumb a:after{
    content: '';
    width: 0%;
    transition: width 500ms ease-out;
    -webkit-transition: width 500ms ease-in;
    -ms-transition: width 500ms ease-in;
    -moz-transition: width 500ms ease-in;
}
.c-link-footer.breadcrumb a:hover:after{
    background-color: rgba(0,0,0,.06);
    width: 10%;
    content: '';
    height: 74%;
    position: absolute;
    left: 0px;
    top: -1px;
    transform-origin: bottom left;
      padding: 14px 0;
}

.c-careers-city-wrapper.careers__img .span4{
  width:33.333333%;
  margin:0;
  padding:0 10px;
}
.button-case__link{
  color:#049773;
  font-size:16px;
  text-transform:capitalize;
}

.u-section__bg-serv-img-left .w-col.span6{
  position:relative;
}

.c-general-section .w-col.span6{
  width:50%;
  margin:0;
}
.c-general-section .w-col.span6:first-child{
      min-height: 468px;
}
.c-general-section .w-col.span6 .c-paragraph p{
  margin-bottom:30px;
}
.case-nav .w-col.span6{
  width:50%;
  margin:0;
  transition: background-color 500ms ease-out;
  margin-top:20px;
}
.case-nav .w-col.span6:hover{
  background-color:transparent !important;
  
}

.case-nav .w-col.span6 .c-porti-img{
  z-index:-9;
}

#blogOffer .o-section:nth-child(1),
#blogOffer .o-section:nth-child(3){
  display: inline-block;
  width: 100%;
  height: 100px;
}
.number-icon__wrapper.serv-orv-feat{
  opacity: 1;
  -webkit-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
}
.c-slider-wrapper.case-slide .slick-dots{
  text-align:center;
}
.c-video__wrapper .c-heading-body h2{
  line-height:1.2em;
}
body.search-opened,
.no-scroll{
overflow-y:hidden;
}

.w-widget.w-widget-map iframe{
  width:100%;
}

.o-grid__cell.w-col.span4.statistic-top__wrapper{
  width:33.3333333%;
  margin-top:0;
}
.teams-slide_wrapper .row-fluid:before {
    display: block;
}

.teams-outer .w-row:before{
  display:block;
}

.teams-slide_wrapper .o-grid__cell.u-grid__cell-w-less.w-col.span6{
  background-color:#f7f7f7;
}

.creers-internal__descr p{
  margin-bottom:30px;
}
.creers-internal__descr p:last-child{
  margin-bottom:0;
}
.c-heading-body.c-heading-body--w-medium.u--text-center.u-centered{
  width:100%;
}
.c-heading-body.c-heading-body--w-medium.u--text-center.u-centered h2{
  text-align:center;
  margin-bottom:40px
}
.cntc__link{
  font-weight:600;
}
.c-content-offer .o-container.py13{
  padding-top:0px;
  padding-bottom:0;
}
.c-shape-bg:after{
    content:'' !important;
    height:100% !important;
    width:80% !important;    
}

.post-body p{
  margin-bottom:20px !important;
}

.post-body h2,
.post-body h3,
.post-body h4{
  margin-bottom:30px !important;
}

.icn-pos-border .w-col.span6{
  position:relative;
}

.c-interaction-block-table-contents{
  background-color:#333;
}

.c-text-link-table-contents{
  color: #80858f;
}

.c-careers-city-wrapper.c-case-study.pillar-img{
  background-position:50% 50%;
}
.c-heading-sub.c-heading-first h3{
  margin-top:0;
}

.c-pillar-content-block{
  padding: 0px 20px 20px 40px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .c-shape-bg:after{
    content:'' !important;
    height:100% !important;
    width:60% !important;
    
  }
}

@media(max-width:1440px){
  .c-careers-city-wrapper.c-case-study.pillar-img {
      width: 90%;
  }
}

@media(max-height: 900px){
  .c-hero{
    height:100%;
    padding-top:150px;
    padding-bottom:150px;
  }
  .c-hero.c-hero-about{
    padding-bottom:20px;
    
  }
  .c-hero.c-hero-careers-internal{
  padding-bottom:0;
    padding-top:0;
  }
  .c-hero.c-hero--contact{
    padding:0;
  }
}
 @media (max-width: 1440px) {
     .c-team-wrapper {
        padding: 120px 120px 120px !important;
    }
     .c-team-navigation-wrapper {
        left:120px;
    }
     .c-text-scroll {
        border-bottom: 1px solid #dedede;
         height: 299px;
    }
     .c-image.service-img {
        right: -35px !important;
    }
     .c-image.c-image__laptop {
        right: 0px !important;
    }
     .o-section.u-section__bg-teams-left.u-m--left-right {
        background-position: -600px 50%;
    }
     .c-careers-city-wrapper.careers__img,
     .c-careers-city-wrapper.u-bg--grey-super-light,
     .c-careers-city-wrapper {
        width: 80%;
    }
     .c-heading-body.c-heading-body--w-medium {
        width: 80%;
    }
     .c-blog-internal-img {
        width: 90%;
    }
     .o-section .c-hero__social-content.blog-share {
        right: 0px;
    }
     .c-general-internal {
      width: 96% !important;
    }
}
 @media (max-width: 1366px) {
     .c-bg-lines__line:nth-of-type(1) {
        left: 1.2%;
    }
     .c-bg-lines__line:nth-of-type(7) {
        left: 98.8%;
    }
     .c-services-box__line {
        margin-left: -19px;
    }
    .c-image.about-img, 
   .c-image.c-case-study-solution-img {
        right: 0px !important;
    }
     .o-section.u-section-bg-image-right {
        background-position: 110% 50%;
    }
     .o-section.u-section-bg-image-left {
        background-position: -130px 0px;
    }
     .o-section.u-section__bg-serv-img-left {
        background-position: -120px 0px;
    }
     .container-fluid .row-fluid .c-blog-content-offer {
        width: 100% !important;
    }
   .c-team-navigation{
      width:600px !Important; 
   }
   .team-inner__wrapper .c-team-member{
      height:880px;
   }
   .c-team-wrapper {
      padding: 90px 70px 70px !important;  
    }
    .c-team-navigation-wrapper {
      bottom: 30px;
      left:70px;
    }
   .teams-slide_wrapper button.slick-next.slick-arrow{
    right: -8% ;
   }
   .c-project-intro-wrapper {
        width: 80% !important;
    }
   .c-blog-pull-out{
      width:100%;
      max-width:960px;
   }
}

 @media (max-width: 1260px) {
     .c-bg-lines__line:nth-of-type(1) {
        left: 1.8%;
    }
     .c-bg-lines__line:nth-of-type(7) {
        left: 98.4%;
    }
     .c-services-box__line {
        margin-left: -18px;
    }
     .c-statement__text.c-unique-text {
        display: none;
    }
}

@media(max-width:1220px){
  .o-section.u-m--left-right.c-content-offer{
    background-position: 0% 50%, 0px 50%;
    background-size: 400px, 1200px;
  }
  .resource__no-padding{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media (max-width: 1260px){
  .c-general-internal {
     width: 100% !important;
  }
}

 @media (max-width: 1199px) {
     .o-section.u-section-bg-image-right {
        background-position: 143% 50%;
    }
     .c-team-wrapper {
        padding: 100px 100px 100px !important;
    }
     .c-image.service-img {
        right: -9px !important;
         width: 450px !important;
         height: 450px !important;
    }
     .o-section.u-section__bg-serv-img-right {
        background-position: 130% 0px;
    }
     .c-image.c-image__laptop {
        right: -10px !important;
    }
     .c-image.c-image__laptop {
        width: 620px !important;
    }
     .c-image.careers-img {
        right: 0px;
    }
    .c-careers-city-wrapper.u-bg--grey-super-light,
     .c-careers-city-wrapper {
        width: 100% !important;
    }
   .c-careers-city-wrapper.careers__img{
    width:100% !important;
     padding: 0px 30px;
   }
   .span12.widget-span.widget-type-cell.c-careers-city-wrapper.u-bg--grey-super-light,
     .c-careers-city-wrapper.u-bg--grey-super-light {
        width: 95%;
    }
     .c-blog-internal-img {
        width: 100% !important;
    }
   .c-team-wrapper {
      padding: 70px 50px 50px !important;
    }
    .c-text-scroll {
      height: 135px;
    }
   .o-section.c-general-section {
    background-size: 630px !important;
  }
}

@media(max-width:1024px){
    .c-shape-bg:after{
    width:60% !important;
    }
    .line-one {
        left: 1.7%;
    }
     .line-seven {
        left: 98.2%;
    }
     .c-services-box__line {
        margin-left: -13px;
    }
     .c-content-offer--wrapper {
        padding-left: 20px;
    }
     .c-hero__contact--bottom-phone {
        margin-left: 28px;
    }
     .o-section.u-section-bg-image-left {
        background-position: -300px 0px;
    }
     .c-team-wrapper {
        padding: 50px 50px 50px !important;
    }
      .c-team-navigation {
        width: 600px !important;
    }
     .c-tooltip__embed.hide-1 {
        display: none;
    }
     .team-inner__wrapper .c-team-member {
        height: 770px;
    }
     .u-grid__cell-w-more {
        padding-right: 5px !important;
    }
     .o-section.u-section__bg-serv-img-left {
        background-position: -300px 0px;
    }
   .span12.widget-span.widget-type-cell.c-careers-city-wrapper.u-bg--grey-super-light,
     .c-careers-city-wrapper.u-bg--grey-super-light {
        width: 100% !important;
    }
     .c-project-intro-wrapper {
        width: 100% !important;
    }
    .statement-wrapper .c-test-statement.c-proof-text{
        -webkit-transform: rotate(90deg) translate(-320px, 145px);
        -ms-transform: rotate(90deg) translate(-320px, 145px);
        transform: rotate(90deg) translate(-320px, 145px);
    }
    .c-text-scroll {
      height: 198px;
    }
   .c-heading-body.team-name__heading{
      font-size:40px;
   }
  .c-team-navigation-wrapper{
    left:50px;
  }
}
@media (max-width: 991px) {
  .c-statement__text.c-serv-trust-text{
    -ms-transform: rotate(90deg) translate(-230px, 45px);
    -webkit-transform: rotate(90deg) translate(-230px, 45px);
    transform: rotate(90deg) translate(-230px, 45px);
  }
   .c-btn-explore.no-bg-color.c-project-wrapper{
    position:relative;
    right:0;
  }
  .c-icon-box.w-clearfix.number-icon__wrapper.btn-thre{
  padding-bottom:7em;
  }
  .o-section.u-section__bg-serv-img-right.u-m--left-right.serv-ovr-bg.toggle-animation:before{
    background-color:transparent;
  }
  .numbered-list .c-icon-box__cell-right.u-mar-bottom.u-mar-left{
    margin-left:42px;
  }
      .lp-testimonial__wrapper .c-test-statement.c-proof-text {
      -webkit-transform: rotate(90deg) translate(-290px, 145px) !important;
      -ms-transform: rotate(90deg) translate(-290px, 145px) !important;
      transform: rotate(90deg) translate(-330px, 140px) !important;
    }
    .c-icon-box__icon.c-icon-box__icon--medium{
      margin-bottom:20px;
    }
      .c-bg-lines__line:nth-of-type(4) {
      left: 49.9%;
    }
     .story-cell {
        vertical-align: top !important
    }
     .c-image.service-img {
        width: 370px !important;
         height: 370px !important;
    }
     .c-image.c-image__laptop {
        right: 0px !important;
    }
     .c-image.c-image__laptop {
        width: 500px !important;
    }
     .o-section.u-section__bg-teams-left.u-m--left-right {
        background-position: -823px 50%;
    }
     .c-careers-city-wrapper.careers__img,
     .c-careers-city-wrapper.u-bg--grey-super-light,
     .c-careers-city-wrapper {
        width: 100% !important;
    }
     .c-project-intro-wrapper {
        width: 100%;
    }
     .o-section .c-hero__social-content.blog-share {
       right: -240px;
       top:120px;
    }
     .c-btn.c-btn--outline {
        box-shadow: none;
    }
   .c-hero__social-content.c-hero__the-team-text{
      top:135px !important;
      right: -230px !important;
   }
   .c-timeline__text{
    right:44px !important;
   }
  .c-video__wrapper .c-heading-body h2{
    line-height:50px;
  }
  #blogOffer .o-section:nth-child(3){
    height:70px !important;
  }
  #blogOffer .o-section:nth-child(1){
    height:0 !important;
  }
  .o-container.py13.c-faq-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container.u-container-hero {
    margin-bottom: 0px !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-hero__inner .o-container__item{
    bottom:-10px;
  }
  .o-container.py6.hide {
    display: none !important;
  }
  .o-container.py6.blog-hide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .o-container.py7.hide-services-internal {
    display: none;
  }
  .o-container.py4.u--p-left-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container__item.u-container--w-medium {
    padding: 0 0px;
  }
  .o-section.u-section-bg-image-right.u-m--left-right {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .o-section.u-section__bg-serv-img-right.u-m--left-right {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .o-section.u-m--left-right.c-blog-featured {
    background-size: cover;
  }
  .o-section.u-m--left-right.c-content-offer {
    background-image: none !important;
    background-size: auto;
    background-repeat: repeat;
    height:auto !important;
  }
  .o-section.u-section__bg-teams-left.u-m--left-right {
    background-position: -823px 0px;
  }
  .o-section.u-section__bg-teams-left.u-m--left-right.landing-bg {
    background-position: 50% 50%;
    background-size: cover;
  }
  .o-section.c-general-section {
    background-image: none !important;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
 
  .cta_button.c-btn.c-btn--large.c-btn--outline.same-w{
  margin-top:10px;
  }
  .c-btn.c-btn--large.c-btn--outline.same-w:hover {
    border-color: #dd3737;
    background-color: #dd3737;
  }

  .c-btn.c-btn--large.c-btn--outline.same-w.u-m-top:hover {
    border-color: #9e2424;
    background-color: #9e2424;
  }
  .c-btn.c-btn--large.c-btn--outline.c-btn--full-col {
    background-color: #000;
    color: #fff;
  }
  .c-btn.c-btn--large.c-btn-submit--yellow.c-blog-btn.u-left {
    left: 40px;
    right: auto;
  }
  .c-heading {
    line-height: 1.2em;
  }
  .o-grid__cell.statement-wrapper.u-p--left {
    padding-left: 20px;
  }
  .o-grid__cell.u-centered.u-letter-box--small {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .o-grid__cell.o-grid__cell--serv-internal.u-p--left {
    padding-left: 20px;
  }
  .o-grid__cell.u-npl.porti-left-cell {
    height: auto;
    margin-bottom: 20px;
    border-right-style: none;
  }
  .o-grid__cell.u-npr.porti-right-cell {
    height: auto;
    border-left-style: none;
  }
  .o-grid__cell.u-same-height__buttons {
    min-height: 700px;
  }
  .o-image.content-offer-img.blog-content-offer {
    margin-top: -60px;
  }
  .o-image.c-plant-img {
    width: 50%;
    -webkit-transform: translate(15px, 110px);
    -ms-transform: translate(15px, 110px);
    transform: translate(15px, 110px);
  }
  .o-container__item.u-container--w-large {
    width: 90%;
  }
  .team-member__title-wrap {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-decoration: none;
  }
  .c-hero.c-hero-home {
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .c-nav {
    padding-right: 16px;
    padding-left: 40px;
  }
  .c-menu {
    margin-right: 16px;
    margin-left: 16px;
    background-color: #000;
  }
  .c-nav__link.hvr-underline-from-center {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
  }
  .c-nav__link.hvr-underline-from-center:hover {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #EDEDED;
    color: #000;
  }
  .c-nav__link.hvr-underline-from-center.w--current {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-hero__social-wrapper.home-banner {
    display: none;
  }
  .c-hero__social-content.careers {
    right: -266px;
  }
  .c-hero__social-content.landing-share {
    right: -254px;
    z-index: 999;
  }
  .c-hero__contact--bottom-phone {
    margin-left: 20px;
  }
  .c-hero__contact--bottom-phone.u-f-right {
    margin-right: 50px;
  }
  .c-image.about-img {
    right: 14px;
  }
  .c-image.about-img.mobile-img {
    right: 0px;
  }
  .c-image.about-img.u-hide {
    right: 0px;
  }
  .c-image.service-img {
    right: 0px !important;
    width: 340px !important;
    height: 340px !important;
    margin-bottom: 50px !important;
  }
  .c-image.c-image__laptop {
    top: 113px !important;
    right: 0px !important;
    width: 400px !important;
  }
  .c-image.careers-img {
    right: 0px;
  }
  .c-image.c-case-study-solution-img {
    right: 0px;
  }
  .c-spacer.c-spacer--large.hide {
    display: none;
  }
  .c-spacer.c-spacer--super {
    height: 60px;
  }
  .c-icon-box__cell-right {
    overflow: visible;
    width: 86%;
    float: left;
  }
  .c-icon-box__cell-right.u-mar-bottom.u-mar-left {
    margin-left: 0px;
  }
  .c-icon-box__cell-right.u-mar-bottom.u-mar-left.no-number__image{
    margin-left:0;
    width:80%;
  }
  .c-icon-box__cell-left.no-number__image {
    width: 20%;
  }
  .lp-features .c-icon-box__cell-right.u-mar-bottom.u-mar-left{
    margin-left:0;
  }
  .ty-features .c-icon-box__cell-right.u-mar-bottom.u-mar-left{
    margin-left:0;
  }
  .c-icon-box {
    display: inline-block;
    padding-bottom: 1em;
  }
  .c-heading-body.c-testimonial-heading h2,
  .c-heading-body.c-testimonial-heading {
    font-size: 40px;
  }
  .c-heading-body.u-porti-text-center {
    text-align: center;
  }
  .c-services-number {
    margin-bottom: 40px;
  }
  .c-statement__text.c-connect-text {
    left: 35px;
  }
  .c-quote-wrapper.c-counter-border {
    width: 70px;
    height: 70px;
    padding: 20px;
  }
  .c-quote-wrapper.c-counter-border.u-move--left {
    left: -25px;
  }
  .c-quote-wrapper.u--center {
    width: 70px;
    height: 70px;
    padding: 20px;
  }
  .c-testimonial-text.careers {
    width: 177px;
    margin-top: 13px;
    font-size: 18px;
    line-height: 24px;
  }
  .c-testimonial-text.c-author-text {
    font-size: 20px;
    line-height: 26px;
  }
  .c-test-statement.case-study-statement {
    left: -13px;
    bottom: -60px;
  }
  .c-test-statement.c-proof-text {
    left: 5px;
    bottom: -55px;
  }
  .c-counter-text {
    font-size: 60px;
  }
  .c-counter-wrapper {
    left: 40px;
    top: 20px;
  }
  .c-counter-wrapper.u-p--right {
    width: 80%;
  }
  .c-counter__line {
    margin-top: 40px;
  }
  .c-content-offer--wrapper {
    padding-left: 20px;
  }
  .c-icon-box__icon-2.client-logos {
    width: 100px;
  }
  .c-case-study--link-wrapper.c-case-study--img-1 {
    height: 370px;
  }
  .c-case-study--link-wrapper.c-case-study--img-2 {
    height: 370px;
  }
  .c-case-study--link-wrapper.c-case-study--img-3 {
    height: 370px;
  }
  .c-case-study--link-wrapper.resources-img-1 {
    height: 370px;
  }
  .c-case-study--link-wrapper.resources-img-2 {
    height: 370px;
  }
  .c-case-study--link-wrapper.resources-img-3 {
    height: 370px;
  }
  .c-case-study--link-wrapper.resources-img-4 {
    height: 370px;
  }
  .c-case-study--link-wrapper.resources-img-5 {
    height: 370px;
  }
  .c-case-study--link-wrapper.resources-img-6 {
    height: 370px;
  }
  .c-shape-bg {
    display: none;
  }
  .c-team-wrapper {
    padding: 50px;
  }
  .c-team-member {
    height: 940px;
  }
  .c-team-navigation-wrapper {
    width: 545px;
  }
  .c-join-team__heading-wrapper {
    padding: 40px;
    padding-bottom:100px;
  }
  .c-tooltip__embed.hide-1 {
    display: none;
  }
  .c-tooltip__embed.hide-2 {
    display: none;
  }
  .c-tooltip__embed.hide-3 {
    display: none;
  }
  .c-tooltip__embed.hide-4 {
    display: none;
  }
  .c-tooltip__embed.hide-5 {
    display: none;
  }
  .c-services-emblem__wrapper {
    right: 0px;
    bottom: -40px;
  }
  .c-services-emblem__wrapper.c-faq-emblem {
    right: 30px;
    bottom: -70px;
  }
  .u-w--xlarge.u--text-left.u-left {
    width: 100% !important;
  }
  .u-w--xlarge.u-w--full {
    width: 100%;
  }
  .c-cta-block {
    padding: 50px;
  }
  .c-cta__wrapper {
    width: 100%;
  }
  .c-pricing-pagination__line {
    width: 40px;
  }
  .span12.widget-span.widget-type-cell.c-team-photos-wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-team-photos-wrapper.landing-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .c-careers-city-wrapper.u-bg--grey-super-light,
  .c-careers-city-wrapper {
    width: 100% !important;
  }
  .c-project-intro-wrapper {
    width: 100% !important;
  }
  .c-porti-wrapper {
    margin-bottom: 12px;
  }
  .c-porti-previous-btn {
    display: none;
  }
  .c-featured-content {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-featured-content.u-left {
    width: 100%;
    float:none;
  }
  .c-blog-internal-img {
    width: 100%;
  }
  .c-blog-pull-out {
    max-width: 728px;
  }
  .container-fluid .row-fluid .c-blog-content-offer {
    width: 100%;
  }
  .c-general-internal {
    width: 100%;
  }
  .c-general-img.img-three {
    height: 250px;
  }
  .c-general-content-wrapper {
    padding: 30px;
  }
  .c-general-video {
    position: static;
    width: 90%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .c-nav-dropdown {
    width: 135px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }
  .c-nav-dropdown__link {
    background-color: #2a2a2a;
    text-align: center;
  }
  .c-menu-btn {
    color: #000;
  }
  .c-menu-btn.w--open {
    background-color: #000;
  }
  .a-container.u-p--left-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .u-cta-hide.col-2 {
    display: none;
  }
  .u-p--right {
    padding-right: 20px;
  }
  .c-content-offer-img {
    display: block;
    height: 400px;
    background-position: 50% 50%, 50% 50%;
    background-size: 377px, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .landing-wrapper__width{
    width:50% !important;
    margin: 0 !important;
  } 
  .span7.landing-wrapper__width{
    padding-left:10px; 
  }
  .c-careers-city-wrapper.careers__img.u-p--left-right {
    padding: 0 10px;
  }
  .c-content-offer .c-btn.c-btn--large.c-btn-submit--yellow,
  .c-blog-featured .c-btn.c-btn--large.c-btn-submit--yellow{
    padding: 19px 55px;
  }
  .o-container.u-p--left-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-row-relative.u--p-left-right{
    padding-right: 20px;
    padding-left: 20px;
  }
  button.slick-next.slick-arrow{
    right: 0px;
  }
  .c-careers-city-wrapper.careers__img .span4{
    padding:0 10px;
  }
  .case-study-test .c-test-statement.case-study-statement{
        -webkit-transform: rotate(90deg) translate(-180px, 140px);
    -ms-transform: rotate(90deg) translate(-180px, 140px);
    transform: rotate(90deg) translate(-180px, 140px);
  }
  .case-nav .w-col.span6{
    width:100% !important;
    padding:0 !important
  }
  .mob-hidden-nne{
    display:none !important;
  }
  .case-nav .w-col.span6{
    margin-top:0;
  }
  .case-nav .w-col.span6 .span10{
    width:100%;
  }
  .o-grid__cell.u-npl.porti-left-cell.w-col.span6.nxt-cse-study{
    margin-top:20px;
  }
    .c-general-section .w-col.span6:first-child{
    display:none !important;
  }
  .c-general-internal .span6,
  .c-general-internal .span3,
  .c-general-section .w-col.span6{
    width:100% !important;
  }
  .o-grid__cell.w-col.span4.three-col{
    min-height:330px;
  }
  .tab-hidden {
    display: none !important;
  }
  .c-text-scroll{
    height:260px;
  }
  .c-team-navigation-wrapper{
    bottom:30px;
    left:50px;
  }
}

@media (max-width: 767px) {
  .c-pillar-content-block {
     visibility: hidden;
    height: 0;
    min-height: 0;
    position: absolute;
    padding: 0;
  }
  .google-meps{
    padding:0 20px;
  }
  .numbered-list .c-icon-box__cell-right.u-mar-bottom.u-mar-left{
    margin-left:0px;
  }
  .span7.landing-wrapper__width{
    padding-left:10px; 
  }
  .o-grid__cell.w-col.span4.casestudy-wrapper.resources-filter-wrapper{
    height:auto;
  }
  .careers__slider-column{
    margin-top:30px;
  }
  .c-icon-box__cell-left.no-number__image {
    width: 100%;   
  }
  .o-container.u-container-hero{
    margin-bottom:0px !important;
  }
  .c-hero__inner .o-container__item{
    bottom:-5px;
  }
  .c-hero,
  .o-section.u-section-bg-image-left.u-m--left-right,
  .o-section.u-section__bg-serv-img-left.u-m--left-right,
  .o-section.u-m--left-right,
  .c-section.u-bg--grey-super-light.u-m--left-right,
  .o-section.u-section-bg-image-left.u-m--left-right,
  .o-section.u-m--left-right,
  .c-section.u-m--left-right{
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
  .internal-points__bg .u-btn--centered{
    text-align:left;
  }
  .c-careers-city-wrapper.careers__img .span4{
    padding:0 20px !important;
  }
  .o-container.py13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .o-container.py13.c-faq-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-container.py13.u-p--left-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-container.py13.u-npb {
    padding-bottom: 0px;
  }
  .o-container.py11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .o-container.py8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .o-container.u-container-hero {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-container.py6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .o-container.py6.blog-hide {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .o-container.py7.hide {
    display: none;
  }
  .o-container.py10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .o-container.py10.hide {
    display: none;
  }
  .o-section.u-section-bg-image-left.u-m--left-right {
    margin-top: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .o-section.u-section__bg-serv-img-left {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .o-section.u-m--left-right.c-blog-featured {
    background-image: none !important;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .o-section.u-section__bg-teams-left.u-m--left-right {
    background-position: -546px 0px;
    background-size: cover;
  }
  .o-section.hide-team {
    display: none;
  }
  .c-btn.c-btn--large.c-btn--outline.same-w {
    display: block;
    width: 200px;
    margin-top: 15px;
    margin-left: 0px;
  }
  .c-heading {
    font-size: 35px;
    line-height: 1em;
  }
  .o-grid__cell {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-grid__cell.u-same-height__cell.u-same-height__cell--middle.u-np--left-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid__cell.u-same-height__cell.u-border-right {
    border-right-style: none;
  }
  .o-grid__cell.u-np.u--centered {
    text-align: center;
  }
  .o-grid__cell.u-grid__cell-w-less {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid__cell.u-border-left {
    border-left-style: none;
  }
  .o-grid__cell.o-grid__cell--serv-internal.u-p--left {
    padding-left: 0px;
  }
  .o-grid__cell.u-npl {
    padding-right: 0px;
  }
  .o-grid__cell.u-npr {
    padding-left: 0px;
  }
  .o-grid__cell.u-np--left-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid__cell.u-same-height__buttons {
    min-height: auto;
    margin-bottom: 60px;
  }
  .o-grid__cell.u-mb {
    margin-bottom: 40px;
  }
  .o-image {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .o-image.content-offer-img {
    display: block;
    width: 60%;
    margin: -123px auto 35px;
    box-shadow: none;
  }
  .o-image.footer-logo {
    float: left;
  }
  .o-image.c-plant-img {
    bottom: -80px !important;
    width: 30% !important;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
  .o-image.u-image-expert {
    max-width: 100%;
    height:350px;
    width:auto;
  }
  .o-image.c-staff-img img,
  .o-image.c-staff-img.img-1 {
    width: 100%;
  }
  .o-image.c-staff-img img,
  .o-image.c-staff-img.img-2 {
    width: 100%;
  }
  .o-image.c-staff-img img,
  .o-image.c-staff-img.img-3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .o-container__item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container__item.u-container--w-medium {
    width: 55%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-container__item.u-container--w-large {
    width: 100%;
  }
  .o-container__item.u-container--w-large.u-np--left-right {
    padding-right: 3px;
    padding-left: 3px;
  }
  .o-container__item.u-container--w-xlarge {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-container__item.u-np {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-container__item.u-p-ty {
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-heading-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .team-member__title-wrap {
    top: auto;
    bottom: 0px;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .c-paragraph.u-nmb {
    margin-bottom: 0px;
  }
  .c-hero.c-hero-home {
    height: auto;
  }
  .c-hero.c-hero-case-study {
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .c-nav {
    padding-right: 16px;
    padding-left: 40px;
  }
  .c-nav.c-nav-blog {
    padding-left: 20px;
  }
  .c-hero__social-wrapper {
    display: none;
  }
  .o-section .c-hero__social-content.blog-share {
    display: none;
  }
  .c-hero__social-content.landing-share {
    display: none;
  }
  .c-hero__contact--bottom-phone {
    margin-left: 20px;
  }
  .c-hero__contact--bottom-phone.u-f-right {
    display: none;
  }
  .c-image.about-img.mobile-img {
    display: block;
  }
  .c-image.about-img.u-hide {
    display: none;
  }
  .c-image.service-img {
    display: none;
  }
  .services-features__img .c-image.service-img{
    display:block !important;
    border-radius:0;
    width: 100% !important;
  }
  .services-features__img .c-services-emblem__wrapper{
    display:none;
  }
  .c-image.service-img.u-hide-left {
    display: inline-block;
  }
  .c-image.grow-emblem.faq-emblem {
    width: 100px;
    height: 100px;
  }
  .c-image.c-image__laptop {
    position: static !important;
    width: 100% !important;
  }
  .c-image.careers-img {
    display: none;
  }
  .c-image.careers-img.img-left {
    display: block;
    margin-bottom: 30px;
  }
  .c-image.c-case-study-solution-img {
    display: none;
  }
  .c-image.c-case-study-solution-img.u-hide {
    display: block;
  }
  .c-image._404-image {
    margin-top: 30px;
  }
  .c-spacer.c-spacer--small.hide {
    display: none;
  }
  .c-spacer.c-spacer--medium.blog-hide {
    display: block;
  }
  .c-spacer.c-spacer--large.faq-hide {
    display: none;
  }
  .c-spacer.c-spacer--xlarge.hide {
    display: none;
  }
  .tab-hidden,
  .mob-hidden {
    display: none !important;
  }
  .c-spacer.c-spacer--super.spacer-blog-internal {
    height: 100px;
  }
  .c-icon-box__cell-left {
    margin-bottom: 20px;
    width:13%;
  }
  .c-icon-box__heading.u-color--grey-light.u-icon-box--w-medium {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-icon-box__cell-right {
    float: left;
  }
  .c-icon-box__cell-right.u-mar-bottom {
    margin-bottom: 10px;
  }
  .c-icon-box__cell-right.u-mar-bottom.u-mar-left {
    width: 80%;
    margin-left: 0px;
  }
  .lp-features .c-icon-box__cell-right.u-mar-bottom.u-mar-left{
    width:80%;
  }
  .c-icon-box {
    padding-bottom: 1em;
  }
  .c-heading-body.c-heading-body--w-medium {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-heading-body.c-heading-body--w-medium.u--text-right.u--float-right {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-heading-body.c-heading-body--w-medium.u--float-left {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-services-box__line {
    display: none;
  }
  .c-statement__text {
    display: none;
  }
  .c-row-relative.u--p-left-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-quote-wrapper {
    display: none;
  }
  .c-quote-wrapper.c-counter-border {
    display: none;
    width: 100px;
    height: 100px;
  }
  .c-quote-wrapper.u--center {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .c-testimonial-text {
    margin-left: 20px;
  }
  .c-testimonial-text.careers {
    width: auto;
    margin-top: 21px;
    font-size: 24px;
    line-height: 30px;
  }
  .c-test-statement {
    display: none;
  }
  .c-counter-text {
    margin-top: 40px;
    font-size: 80px;
  }
  .c-counter-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
  }
  .c-counter-wrapper.u-p--right {
    width: 100%;
    padding-right: 0px;
  }
  .c-counter__line {
    display: block;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-content-offer--wrapper {
    padding-left: 0px;
  }
  .c-link-footer.u-t-c-link {
    margin-right: 35px;
    margin-left: 0px;
    float: none;
  }
  .c-case-study-text.u-bold.scope-text {
    display: block;
    margin-left: 0px;
  }
  .c-icon-box__icon-2.client-logos {
    width: 100px;
  }
  .c-case-study--link-wrapper.c-case-study--img-1 {
    margin-bottom: 20px;
  }
  .c-case-study--link-wrapper.c-case-study--img-2 {
    margin-bottom: 15px;
  }
  .c-case-study--link-wrapper.c-blog-img-1 {
    height: 300px;
  }
  .c-case-study--link-wrapper.c-blog-img-2 {
    height: 300px;
  }
  .c-case-study--link-wrapper.c-blog-img-3 {
    height: 300px;
  }
  .c-case-study--link-wrapper.c-blog-img-4 {
    height: 300px;
  }
  .c-case-study--link-wrapper.c-blog-img-5 {
    height: 300px;
  }
  .c-case-study--link-wrapper.c-blog-img-6 {
    height: 300px;
  }
  .c-team-wrapper {
    padding: 30px !important;
  }
  .c-team-member {
    height: 440px;
  }
  .c-team-member.team-hide {
    display: none;
  }
  .c-team-member.team-hide-left {
    display: block;
  }
  .c-team-navigation {
    padding: 20px 20px 15px;
    width:350px !important;
    float:right;
  }
  .c-team-navigation-wrapper {
    top: 20%;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right:0;
    transform: translate(0) !important;
    bottom:auto;
  }
  .c-team-navigation-wrapper.team-hide {
    display: none;
  }
  .c-team-navigation-wrapper.team-hide-left {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 40px;
    display: block;
    width: 364px;
  }
  .c-team-navigation-wrapper .slick-slide{
    text-align:center;
  }
  .c-join-team {
    margin-right: 20px;
    margin-left: 20px;
    border-color: #b0b6c3;
    padding: 0px 0px 50px;
  }
  .c-emblem__wrapper{
    bottom:-105px;
  }
  .c-join-team.u-nm {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-join-team__heading-wrapper {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom:40px;
  }
  .c-join-team__heading-wrapper.top {
    padding-bottom: 0px;
  }
  .c-tooltip__embed.hide-6 {
    display: none;
  }
  .c-tooltip__embed.hide-7 {
    display: none;
  }
  .c-services-emblem__wrapper.c-serv-internal {
    display: none;
  }
  .c-services-emblem__wrapper.c-faq-emblem {
    bottom: -40px;
    width: 120px;
    height: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .u-w--xlarge.u--text-left.u-left {
    float: none;
    text-align: left;
  }
  .c-cta-block {
    padding: 30px;
  }
  .c-billing-wrapper {
    float: none;
  }
  .c-billing-wrapper.hide {
    display: none;
  }
  .c-billing-wrapper.hide-desktop {
    display: block;
  }
  .c-pricing-pagination-wrapper {
    display: none;
  }
  .c-pricing-pagination-wrapper.hide {
    display: none;
  }
  .c-pricing-pagination-wrapper.hide-desktop {
    display: inline-block;
  }
  .c-team-photos-wrapper.landing-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c-gallery-img.img-mid {
    height: 220px;
    margin-bottom: 20px;
  }
  .c-gallery-img.c-gal-img-2 {
    margin-bottom: 20px;
  }
  .c-tab-menu {
    width: 100%;
    float: none;
    display:inline-block;
    margin-bottom:20px;
  }
  .c-tab__link{
    float:left;
  }
  .c-tab__link:hover{
    padding-left:0;
  }
  .w-tab-content.o-grid__cell{
    width:100%;
  }
  .span12.widget-span.widget-type-cell.c-careers-city-wrapper.u-bg--grey-super-light,
  .c-careers-city-wrapper.u-bg--grey-super-light {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-careers-city-img {
    margin-bottom: 20px;
  }
  .c-form-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-form__textarea {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .c-project-intro {
    padding: 20px 0px;
    text-align: center;
  }
  .c-porti-wrapper {
    padding: 30px;
  }
  .c-porti-previous-btn {
    display: none;
  }
  .c-featured-content {
    width: 100%;
  }
  .o-blog-filter__dropdown {
    width: 100%;
  }
  .c-blog-filter-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-search {
    width: 100%;
    float: none;
  }
  .c-subscribe-wrapper {
    margin-top: 30px;
  }
  .c-blog-pull-out {
    padding:0 20px;
  }
  .c-map-wrapper {
    position: static;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-landing-form-wrapper {
    margin-top: 30px;
    padding: 20px;
  }
  .c-general-video {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-bg-lines-block {
    display: none;
  }
  .a-container.py13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .a-container.py11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .a-container.py8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .u-cta-hide {
    display: none;
  }
  .u-cta-hide.col-2 {
    display: block;
  }
  .c-text-scroll {
    overflow: visible;
    height: auto;
  }
  .u-p--right {
    padding-right: 0px;
  }
  .u-btn--centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .c-positions-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-position-hide {
    display: block;
  }
  .c-featured-img {
    display: block;
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .c-content-offer-img {
    background-position: 50% 50%;
  }
  .landing-wrapper__width{
    width:100% !important;
    margin: 0 !important;
  } 
  .o-section.u-section__bg-teams-left.u-m--left-right.toggle-animation:before,
  .o-section.u-section__bg-teams-left.u-m--left-right.landing-bg.toggle-animation:before,
  .o-section.u-section__bg-teams-left.u-m--left-right.landing-bg:before{
     width:100% !important;
  }
  .c-tab-menu.w-tab-menu.o-grid__cell,
  .w-tab-content.o-grid__cell{
      padding:0;
  }
  .c-icon-box__heading.o-grid__cell {
    padding: 0;
  }
    .c-careers-city-wrapper.careers__img.u-p--left-right {
        padding: 0 0px;
    }
  .team-inner__wrapper .span6{
    width:100%;
  }
  .listing-wrapper .span4 {
    margin: 0;
    margin-bottom: 40px;
    width:100%;
    padding:0 20px !important;
  }
  #blogOffer .o-section:nth-child(1){
    display:block !important;
    height: auto !important;
    width: auto !important;
  }
  .c-team-photos-wrapper .span4{
    width:100%;
  }
  .c-icon-box__cell-right.u-mar-bottom.u-mar-left,
  .c-icon-box__cell-left{
    width:100%;
  }
  .grid__logos .span3{
    width:25%;
    float:left;
  }
  .pricing-form__talk .c-connect-wrapper{
    top:130px;
  }
  .pricing-form__talk .c-services-emblem__wrapper.c-faq-emblem{
    width:120px;
    display:none;
  }
  .trust-section .hs_cos_wrapper_type_module:nth-child(odd) .o-grid__cell.statement-wrapper.w-col.span6.singular-animate.animate {
    margin-left: 0;
  }
       .c-content-offer--wrapper {
        padding-left: 0px;
    }
     .u-grid__cell-w-less {
        width: 100%;
    }
     .u-grid__cell-w-more {
        width: 100%;
    }
     .c-team-member {
        height: 440px !important;
    }
     .c-text-scroll {
        border-bottom: none;
         height: auto;
    }
     .c-image.c-image__laptop {
        width: 100%;
    }
     .c-hero__social-content.blog-share {
        display: none;
    }
   .o-section.u-section__bg-serv-img-left:before,
   .o-section.u-section-bg-image-right:before,
   .o-section.u-section-bg-image-left:before{
    background-color:transparent !important;
   }
   .c-about-video-wrapper iframe{
    height:400px;
   }
   .u-section-bg-image-left .c-icon-box__cell-left {
    width: 10%;
    float: left;
  }
   .u-section-bg-image-left .c-icon-box__cell-right.u-mar-bottom.u-mar-left {
    width: 100%;
    float: left;
  }
  .sma-height__wrapper.span6{
    width:100% !important;
  }
  .c-faq-container .o-grid__cell.statement-wrapper.w-col.span6{
    margin-left:0;
  }
    .c-careers-city-wrapper.careers__img .span4 {
    width: 100%;
    margin: 0;
  }
  .footer-wrapper .first-large-spacer{
    display:none;
  }
  .pricing-table-wrap .span3{
    width:50%;
    float:left;
  }
  .span12.widget-span.widget-type-custom_widget.small-price-spacer {
    display: none;
  }
  .c-best-choice{
    display:none;
  }
  .mob-acc-wrapper {
    display:none;
    position: absolute;
    overflow: hidden;
    background: #f7f7f7;
    z-index: 9;
    width: 100%;
  }
  .tg-yw4l.u-odd{
    background-color: #f7f7f7;
  }
  .pricing-wrapper.plan2 .u-pricing-border,
  .pricing-wrapper.plan3 .u-pricing-border{
    border-bottom:2px solid #eee;
  }
  .acc-down-arrow-wrapper {
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 30px;
    transition: transform .5s ease-in;
  }
  .acc-down-arrow-wrapper.arrow-up {
    transform: rotate(180deg);
    
  }
  .active-plan .u-pricing-border__bottom, .active-plan .u-pricing-border{
    border-color:#eee !important;
  }
  .pricing-wrapper.active-plan{
    border-top-color:#eee;
  }
  .mobile-hide{
    display:none !important;
  }
  .o-grid__cell.w-col.span4.three-col{
    width:100%;
    padding: 0 20px !important;
    display:block;
  }
  .o-grid__cell.w-col.span4.casestudy-wrapper {
    width: 100%;
    padding: 0 20px;
    margin-top:0px !important;
  }
  .trust-section .complex-logo_wrapper,
  .span2.client-logo-wrapper {
    width: 33.33333%;
    float: left;
  }
  .complex-logo_wrapper {
    margin-bottom: 30px;
  }
  .team-inner__wrapper {
    display:inline-grid !important;
  }
  .team-inner__wrapper .o-grid__cell.u-grid__cell-w-less.w-col.span6{
    grid-area:2;
    padding-bottom:30px;
  }

  .team-inner__wrapper .o-grid__cell.u-np.w-col.span6{
    grid-area:1;
  }
  
  .teams-slide_wrapper button.slick-prev.slick-arrow{
    bottom: 20%;
  }
  .teams-slide_wrapper button.slick-next.slick-arrow{
    top:19.8%;
    right: -14%;
  }
  .time-line-wrap .w-row.animate-eighty {
    display: inline-grid;
    padding-right:15px;
  }
  .o-grid__cell.w-col.span4.event-wrapper.left{
    grid-area: 1 / 2 / 1 / 2 !important;
    padding: 0 0 0 0;
    }
  .o-grid__cell.w-col.span4.event-wrapper.right{
    grid-area: 1 / 3 / 1 / 3 !important;
    padding: 0 0 0 0;
  }
  .w-row.animate-eighty .o-grid__cell.w-col.span4.line-wrapper{
    grid-area: 1 / 1 / 1 / 1;
    padding:0;
    padding-right:20px !important;
    padding-left:10px !important;
  }
  .c-timeline__line{
    right:auto;
    left:20px;
    margin:0;
    position:absolute;
  }
  .start-line-wrapper{
    padding:0;
    
  }
  .start-line-wrapper .c-timeline__circle {
    margin-left:10px;
  }
  .c-timeline__circle{
    margin:0;
  }
  .single-line{
    top:10px;
  }
  .event-wrapper.left,
  .event-wrapper.right{
    transform: translateX(0%) !important;
    opacity:1 !important;
  }
  .o-grid__cell.w-col.span4.statistic-top__wrapper{
    width:100%;
  }
  .teams__outer{
    background-color:transparent !important;
  }
  .c-icon-box__cell-right.u-mar-bottom .u--text-right{
    text-align:left;
  }
  .o-grid__cell.unique__video{
    position:static;
  }
  .button__unique-wrapper{
    position:absolute;
    bottom:140px;
  }
  .serv-ovr-bg .page-center > .row-fluid-wrapper > .row-fluid{
    display:grid;
  }
  .w-col.o-grid__cell.services-features__point{
    grid-area:2;
  }
  .statement-wrapper.w-col.services-features__img{
    grid-area:1;
  }
  .resource__no-padding{
    padding-top:0;
  }
  .c-content-wrapper-table-contents{
    width:100%;
    top: 10%;
  }
  #stickyTab.open-tabs{
    z-index: 99999999999999999;
  }
  .open-tabs .c-interaction-block-table-contents{
    top:10%;
  }
}

@media (max-width: 479px) {
  .c-heading-sub.u-color--grey-light {
    margin-top: 20px;
  }
  .c-start-project.contact-form-hidden.show-form{
    padding-top:60px;
  }
  body .start-contact-form-hidden .hs-button.primary, body .start-contact-form-hidden input[type="submit"], body .start-contact-form-hidden input[type="button"]{
    width:100%;
  }
  body .subscription-blog .hs-button.primary{
    padding:14px 14px;
  }
  .google-meps{
    padding:0 0px;
  }
  .lp-features .o-grid .o-grid__cell{
    padding-left:0;
    padding-right:0;
  }
  .case-slide .c-slide__img.case-study-img-1 {
    height: 350px;
    width: 43%;
  }
  .c-about-video-wrapper iframe{
    height:100%;
  }
  .grid__logos .span3 {
    width: 50%;
    float: left;
  }
  .o-container.py13.u-npt {
    padding-top: 0px;
  }
  .o-container.py6.blog-hide {
    display: none;
  }
  .o-container.py7.hide {
    display: none;
  }
  .o-section.u-m--left-right.c-blog-featured {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .c-btn.c-btn--large.c-btn--outline.same-w {
    width: auto !important;
    margin-right: 0px;
  }
  .c-btn.c-btn--large.c-btn-submit--yellow {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-btn.c-btn--large.c-btn-submit--yellow.c-btn--email {
    width: 100%;
    float: none;
  }
  .c-btn.c-btn--large.c-btn-submit--yellow.u-btn-full {
    width: 100%;
  }
  .c-btn.c-btn__billing-btn {
    width: 100%;
  }
  .c-btn.c-btn__billing-btn.u-bg--primary {
    width: 100%;
  }
  .c-heading.u-head-centered {
    text-align: center;
  }
  .c-heading.ty-heading {
    font-size: 40px;
  }
  .o-grid__cell.u-np.u--centered {
    text-align: center;
  }
  .o-image {
    width: 100%;
  }
  .o-image.content-offer-img {
    width: 100%;
  }
  .o-image.c-plant-img {
    right: -13px;
    bottom: 55px;
    width: 50% !important;
  }
  .u--text-center.u-np {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-container__item.u-container--w-medium {
    width: 100%;
  }
  .o-container__item.c-reply-container {
    padding-left: 40px;
  }
  .c-hero.c-hero-home {
    height: auto;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .c-hero__contact--bottom {
    display: none;
  }
  .c-image.service-img.u-hide-left {
    width: 220px;
    height: 220px;
  }
  .c-image.grow-emblem {
    width: 70px;
    height: 70px;
  }
  .c-image.c-image__laptop {
    position: static !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .c-image.c-img-small.c-submit-icn {
    margin-bottom: 20px;
    float: none;
  }
  .c-image._404-image {
    margin-top: 40px;
  }
  .c-heading-sub h3,
  .c-heading-sub {
    font-size: 25px;
  }
  .c-heading-sub.u-sub-head--centered {
    text-align: center;
  }
  .c-spacer.c-spacer--super.hide-mobile {
    display: none;
  }
  .c-icon-box__cell-right {
    width: 100%;
  }
  .c-heading-body h2,
  .c-heading-body {
    font-size: 35px;
  }
  .c-heading-body.c-testimonial-heading {
    text-align: center;
    font-size:20px;
  }
  .c-heading-body.u--text-right.u-porti-text-center {
    font-size: 30px;
  }
  .c-heading-body.u-porti-text-center {
    font-size: 30px;
  }
  .c-quote-wrapper.u--center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .c-testimonial-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .c-testimonial-text {
    margin-left: 0px;
    float: none;
  }
  .c-testimonial-text.careers {
    display: block !important;
  }
  .c-counter-wrapper.u-p--right {
    width: 100%;
  }
  .c-icon-box__icon-2.client-logos {
    width: 150px;
    margin-bottom: 20px;
  }
  .c-testimonial-author-wrapper {
    text-align: center;
  }
  .c-team-navigation {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-team-navigation-wrapper.team-hide-left {
    width: 300px;
    top:15%;
  }
  .c-team-navigation-wrapper{
    left:0;
  }
  .c-emblem__wrapper {
    right: 7px;
    display: none;
  }
  .c-tooltip__embed.hide-8 {
    display: none;
  }
  .c-services-emblem__wrapper {
    width: 100px !important;
    height: 100px !important;
  }
  .c-services-emblem__wrapper.c-faq-emblem {
    bottom: -37px;
    width: 100px;
    height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .c-cta-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-resources-pagination {
    margin-right: 5px;
    margin-left: 5px;
  }
  .c-resources-pagination.none {
    margin-right: 5px;
    margin-left: 5px;
  }
  .span12.widget-span.widget-type-cell.c-team-photos-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right:0;
    padding-left:0;
  }
  .c-slide {
    text-align: center;
  }
  .c-featured-content {
    width: 100%;
    padding: 30px 30px 70px;
  }
  .c-search__text.c-email-text {
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .c-blog-author-img.internal-img {
    float: none;
  }
  .c-blog-author-text.internal-text {
    margin-left: 90px;
    display:block !important;
    float:none !important
  }
  .c-blog-author-text.internal-text.c-comment-author-name {
    margin-top: 20px;
    float: none;
  }
  .c-subscribe-wrapper {
    padding-left: 12px;
  }
  .c-date-wrapper.u-m--bottom {
    margin-bottom: 10px;
  }
  .c-blog-pull-out {
    width: 100%;
  }
  .c-author-bio {
    margin-left: 0px;
    margin:30px 0 0;
  }
  .c-thank-you-block {
    padding: 20px;
  }
  .c-comment-author {
    display: block;
    margin-left: 0px;
  }
  .c-map-wrapper {
    width: 90%;
  }
  .c-porti-img {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-featured-img {
    display: block;
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .c-content-offer-img {
    background-position: 50% 50%;
  }
  .lp-features .c-icon-box__cell-right.u-mar-bottom.u-mar-left{
    width:100%;
  }
  .c-team-navigation{
    width:250px !important;
  }
  .teams-slide_wrapper button.slick-prev.slick-arrow {
    left: -5% !important;
  }
  .teams-slide_wrapper button.slick-next.slick-arrow {
    right: -23% ;
  }
  .u-section-bg-image-left .c-icon-box__cell-right.u-mar-bottom.u-mar-left{
    width:100% !important;
  }
  .c-position-wrapper{
    background-image:none;
  }
  body .input{
    margin-right:0 !important;
  }
    .pricing-table-wrap .span3{
    width:100% !important;
    float:left;
  }
  .trust-section .complex-logo_wrapper,
  .span2.client-logo-wrapper{
    width:100% !important;
  }
  button.slick-prev.slick-arrow{
    right:0;
    bottom:-95px;
  }
  button.slick-next.slick-arrow{
    right: -30px ;
    bottom: -95px;
  }
  .careers__slider-column .c-testimonial-img{
    display:block !important
  }
  .slider-team-b .slick-track{
    margin-bottom:-30px;
  }
  .mob-acc-wrapper{
    position:static !important;
  }
  .c-btn-explore.no-bg-color.c-project-wrapper.no-bg-wrapper-right {
    margin-bottom: 20px;
  }
}





/* ==========================================================================
   Forms
   ========================================================================== */


/* Global Forms(Default)
   ========================================================================== */

/* Labels */
body .hs-error-msgs label {color:#049773}
body .hs-form-field > label {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100% !important;
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 15px !important;
    border: 3px solid #f0f0f0;
    font-family:halyard-display, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    height: 64px;
    padding: 8px 12px;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;

}

body input[type="search"]{
    font-family: Montserrat, sans-serif;
    background-color: #ffffff;
    font-size: 14px;
    height: 70px;
    border: 2px solid #e2e2e2;
    border-radius: 0;
    display: block;
    font-weight: 300;
    margin-bottom: 17px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-appearance: none;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: #EDEDED;
    outline: 0 none;
  -webkit-appearance: none;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    height: auto;
    min-height: 100px;
}

/* Submit button */
.hs_submit {
    text-align: left;
}
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: Montserrat, sans-serif;
    text-decoration: none !important;
    border-radius: 0px;
    background-color: #EDEDED;
    border-style: solid;
    border-width: 2px;
    clear: right;
    color: #000;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    padding: 22px 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease;
    cursor: pointer;
    outline: 0 none;
    border: medium none;
  	font-weight:600;
}
body .landing-form .hs-button.primary,
body .landing-form  input[type="submit"],
body .landing-form  input[type="button"] {
    font-size: 16px;
    padding: 18px 20px;
    margin-top: 20px;
}


body input[type="submit"]:hover {
    background-color: #E95B07;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body fieldset {
    width: 100%;
    max-width: none !important;
}
body fieldset.form-columns-1 .hs-input{
    width:100% !important;
}

body form fieldset.form-columns-1 .hs-input[type="radio"],
body form fieldset.form-columns-1 .hs-input[type="checkbox"]{
  width:auto !important;
}


/* Placeholder search Text */
.blog-search-wrapper ::-webkit-input-placeholder { /* Webkit Browsers */
   opacity: 1;
   font-family: Montserrat, sans-serif;
   color: #d3d3d3;
   font-size: 16px !important;
   font-style: italic;
   font-weight: 300;
}
.blog-search-wrapper :-moz-placeholder { /* Firefox 18- */
   opacity: 1;
   font-family: Montserrat, sans-serif;
   color: #d3d3d3;
   font-size: 16px !important;
   font-style: italic;
   font-weight: 300;
}
.blog-search-wrapper ::-moz-placeholder { /* Firefox 19+ */
   opacity: 1;
   font-family: Montserrat, sans-serif;
   color: #d3d3d3;
   font-size: 16px !important;
   font-style: italic;
   font-weight: 300;
}
.blog-search-wrapper :-ms-input-placeholder { /* IE10 */
   opacity: 1;
   font-family: Montserrat, sans-serif;
   color: #d3d3d3;
   font-size: 16px !important;
   font-style: italic;
   font-weight: 300;
}

/***** FORM INPUT FIELD *****/
 ::-webkit-input-placeholder {
    /* WebKit browsers */
     color: #dedede;
}
 ::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #dedede;
     opacity: 1;
}
 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: #dedede;
     opacity: 1;
}
 body :-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: #dedede;
      opacity: 1;
}
 :focus {
    outline: none !important;
}

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

.hs-error-msgs {
  font-size: 14px;
  font-weight: 300;
}

/***************************************************
 * Landing page form style **********************
****************************************************/
body .c-landing-form-wrapper input[type="text"], 
body .c-landing-form-wrapper input[type="password"], 
body .c-landing-form-wrapper input[type="datetime"], 
body .c-landing-form-wrapper input[type="datetime-local"], 
body .c-landing-form-wrapper input[type="date"], 
body .c-landing-form-wrapper input[type="month"], 
body .c-landing-form-wrapper input[type="time"], 
body .c-landing-form-wrapper input[type="week"], 
body .c-landing-form-wrapper input[type="number"], 
body .c-landing-form-wrapper input[type="email"], 
body .c-landing-form-wrapper input[type="url"], 
body .c-landing-form-wrapper input[type="tel"], 
body .c-landing-form-wrapper input[type="color"], 
body .c-landing-form-wrapper input[type="file"], 
body .c-landing-form-wrapper textarea, 
body .c-landing-form-wrapper select{
    border: 3px solid #d3d3d3;
    background-color: transparent;
    margin-bottom: 17px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 25px !important;
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  height:auto;
}

body .c-landing-form-wrapper .hs-button.primary, 
body .c-landing-form-wrapper input[type="submit"], 
body .c-landing-form-wrapper input[type="button"]{
  width:100%;
}

body .c-landing-form-wrapper .hs-button.primary, 
body .c-landing-form-wrapper input[type="submit"], 
body .c-landing-form-wrapper input[type="button"]{
  box-shadow:none;
}

body .c-landing-form-wrapper label{
  color:#049773
}


/***** FORM INPUT FIELD *****/
body .c-landing-form-wrapper ::-webkit-input-placeholder {
    /* WebKit browsers */
     color: #b8b8b8;
}
body .c-landing-form-wrapper ::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #b8b8b8;
     opacity: 1;
}
body .c-landing-form-wrapper ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: #b8b8b8;
     opacity: 1;
}
body .c-landing-form-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: #b8b8b8;
}
/***************************************************
blog Subscription Form
****************************************************/
.subscription-blog{
  position:relative;
}
.subscription-blog .hs-fieldtype-radio > label > span{
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 10px;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.subscription-blog .hs_submit.hs-submit{
    position: absolute;
    right: 12px;
    top: 32px;
}

.subscription-blog li.hs-form-radio {
    display: inline-block;
    padding-right: 15px;
}

body .subscription-blog .hs-button.primary{
  padding:14px 40px;
}

body .subscription-blog input[type="email"]{
    width: 60%;
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px !important;
    border: 0;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    height: auto;
    padding: 8px 12px;
    color: #333333;
    vertical-align: middle;
    background-color: transparent;
}

body .subscription-blog .hs_email.hs-email  .input{
      padding: 15px 10px 15px;
    border: 3px solid #dbdbdb;
  margin-bottom:40px;
}

@media(max-width:991px){
  body .subscription-blog .hs_email.hs-email .input{
    padding: 6px 10px 10px;
  }
}

@media(max-width:767px){
  .subscription-blog .hs_submit.hs-submit{
    top:12px !important;
  }
}

body .subscription-blog .hs_email.hs-email .input{
  padding:10px 10px 12px !important;
}

.hs_cos_wrapper_type_blog_comments .hs-common-confirm-message{
   padding: 30px !important;
   background-color: #f7f7f7 !important;
   color: #4fb687 !important;
   font-size: 18px !important;
   border: none !important;
}


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

@media(max-width:479px){
  .span12.widget-span.widget-type-custom_widget.c-form-wrap.w-form.blog-comment.o-grid__cell{
    padding:0 !important;
  }
}

/***************************************************
 * Contact Us form **********************
****************************************************/
.contact-us_form_wr .hs-richtext{
  color: #000; 
  font-family: 'Playfair Display', sans-serif; 
  font-size: 22px; 
  line-height: 2em;
}
/***************************************************
 * pricing page slider styles **********************
****************************************************/
.tg  {border-collapse:collapse;border-spacing:0;width: 100%; float: left;}
.tg td{overflow:hidden;word-break:normal;}
.tg th{overflow:hidden;word-break:normal;}
.tg .tg-yw4l{vertical-align:top; width:25%; text-align:left;}
.u-pricing-border {border-style:solid; border-width:2px; border-color: #eee; border-bottom: none; border-right: none;}
.plan3 .u-pricing-border{border-right: solid 2px #eee;}
.u-pricing-border__bottom {border-style:solid; border-width:2px; border-color: #eee; border-top: none; border-right:none;}
.u-border--nbt {border-top: none;}
.tg-yw4l.u-even {padding: 20px 30px;}
.tg-yw4l.u-odd {padding: 20px 30px; background-color: #fafafa}
.c-img-tick {width:30px;}
.u-even__ptb {padding-top: 25px !important;}
.tg-yw4l.u-npl {padding: 20px 30px 20px 0px;}
.c-best-choice {padding-left: 30px; color: #EDEDED;}
.c-pricing--pb {padding-bottom: 30px !important;}
.c-pricing--pb-mid {padding-top: 20px !important;}
.text-hide {display: none;}
.plan3 .u-pricing-border__bottom {
  border-right:2px solid #eee;
}

.tg-yw4l.u-pricing-border.u-border--nbt.u-w-table {
    height: 150px;
}

@media only screen and (max-width: 991px) {
.tg-yw4l.u-even {padding: 20px 20px;}
.c-individual-pricing {padding-right: 20px; padding-left: 20px;}
.tg-yw4l.u-odd {padding: 20px 20px; background-color: #fafafa;}
.u-npl {padding: 20px 30px 20px 0px !important;}
.pricing-wrapper .c-btn.c-btn--large.c-btn-submit--yellow.c-btn--full.w-button {padding: 15px 15px;}
.pricing-heading {font-size: 20px;}
.price-head-col {padding-right: 20px}
}
  
@media only screen and (max-width: 767px) {
.table-hide {display: none;}
.u-w-table {width: 100% !important; border-right: 2px solid #eee;}
.pricing-heading {font-size: 30px;}
.table-dots {width: 10px; height: 10px; background-color: #ccc; border-radius: 100px; float: left; margin-left: 5px; margin-right: 5px;}
.table-dots-wrapper {width: 80px; margin: 0 auto;}
.dot-active {background-color: #EDEDED;}
}

@media only screen and (max-width: 479px) {
.text-hide {display: block;}
.u-w-table {width: 100% !important;}
.first-col-hide {display: none;}
}

.o-grid-2.slider {
    margin-top: 66px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
}

.token-slider {
    color: #222;
    display: block;
    float: none;
    font-weight: 700;
    margin-bottom: -5px;
    text-align: center;
    text-transform: uppercase;
}

.slider-cell {
    display: inline-block;
  width:20%;
}

#tokenSlider {
    background-image: linear-gradient(291deg, #6b73ff, #3771d0);
    height: 2px;
    display: inline-block;
    width: 50%;
    margin: 4px 15px;
}

.ui-widget.ui-widget-content {
    border: medium none;
}
.ui-slider, .ui-slider .ui-slider-range {
    border-radius: 100px;
}
.ui-slider .ui-slider-range {
    background-color: #f2f2f2;
}

#tokenSlider.ui-slider .ui-slider-handle {
    background-color: #fff;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    box-shadow: 3px 4px 18px 0 rgba(0, 0, 0, 0.3), 0px 0px 0px 4px #fff;
}
#tokenSlider.ui-slider .ui-slider-handle:after{
    content: "";
    background-color: #EDEDED;
    width: 8px;
    height: 8px;
    top: 9px;
    position: absolute;
    left: 9px;
    border-radius: 100%;
}

.ui-slider .ui-slider-handle {
    cursor: grab;
}

.ui-slider .ui-slider-handle {
    border: medium none;
    border-radius: 100px;
    box-shadow: 3px 4px 18px 0 rgba(0, 0, 0, 0.3), 0px 0px 0px 10px #333233 inset;
    cursor: grab;
    height: 25px;
    outline: medium none;
    top: -12px;
    width: 25px;
}

.val-wrap {
    text-align: center;
    margin-top: 80px;
}

.val-inner {
    display: inline-block;
}

/***************************************************
 * Search Page **********************
****************************************************/

/***************************************************
 ************ Blog Pagination **********************
****************************************************/
.c-pagination {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}
ul.pagination {
    padding-left: 0;
  margin:0;
  
}
li.first-posts-link, li.previous-posts-link {
    position:relative;
    right:0;
  
}

li.last-posts-link, li.next-posts-link {
    position:relative;
    left:0;
}