/* 
 ==========================================================================
   DOCUMENT INFORMATION            
 ========================================================================== 
 *
 * Document: WASABI Main Stylesheet
 * Version:  1.0.0
 * Client:   Hubspot Marketplace
 * Author:   Struto Ltd - www.struto.co.uk
 *
 * hs-menu-item hs-menu-depth-2 hs-item-has-children 
 ==========================================================================
   INDEX            
 ==========================================================================  
 * 1) =IMPORTS
 
   2) =VARIABLES
    
 * 3) =COS BASE
    *) Core
    *) Typography

 * 4) =UCS THEME
    *) Default COS Modules
    *) Template Styles
    *) Media Queries

 * 5) =MENU NAVIGATION
    *) Menu Header Structure
    *) Desktop Menu
    *) Mobile Menu
    
 * 6) =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");
/* Font Icons */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");


/*@import url("<link rel="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.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 */   


/* Primary font color */


/* Section Headings font color */


/* Section Sub-Heading font color */


/* Rich-Text Heading font color */ 


/* Link Color */



/* Brand color */
  /* Primary brand color (Blue)*/
	/* Primary brand hover color (Blue)*/
 	/* Secondary brand color (Pink) */
 	/* Secondary brand hover color (Pink) */
  /* Tertiary brand color (Yellow) */
  /* Tertiary brand hover color (Yellow) */


/* Main Menu Theme Settings
 ===================================*/

/* Branding */
 /* The brand colour for the menu */

/* Base */
 /* The minimum height of the menu */
 /* The max width of the logo image */
 /* The max height of the logo image */

/* Background Colours*/
 /* The initial background color of the menu */
 /* The background color of the menu when scrolling  */

/* Font Colours*/
 /* The initial font color of the parent menu items */
 /* The font color of the parent menu items when scrolling  */

/* Hover effects */
 /* The hover effect colour for parent menu items  */

/* Child Menu Colours */
 /* The background color of child menu items  */
 /* The background hover color of child menu items  */

 /* The font color of child menu items  */
 /* The hover font color of child menu items  */



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


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

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

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

body {
    background: #fff;
    color: #767b86;
    font-family: Montserrat, sans-serif;;
    font-size: 14px;
    line-height: 20px;
}

@media(max-width:360px){
  .banner-mobile{
    
    margin-top:-12%;
    
  }
  
}

.banner-ucs{
 color:white; 
}

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

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

a { 
    color:#1579bd;
    text-decoration: none;
}

.mudar-url{
  
  color:#ed1459;
  
}

.clique-aqui{
  
 cursor: pointer;
  
}


.clique-aqui:hover{
  
 cursor: pointer;
 color:#ed1459;
  
}


.botao-menu{
 background-color:#ed1459;
 color:#fff;
 padding: 8px 10px;
 margin:0 auto;
 box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 55px -8px;
 border-radius:5px;
 width:100%;
 
 
} 


.subscription-form-title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .esconder-botao-mobile{
    display:none;  
  }
  .subscription-form-title {
    font-size: 14px;
    margin-bottom: -20px !important;
  }
  
}
@media (max-width: 767px) {

.banner-big-lp{
  
  display: none !important;  

   }
  
}


@media (min-width: 767px) {

.apresentar-botao-mobile{
  
  display:none;  

   }
  
}

@media (min-width: 850px) {

.apresentar-botao-mobile{
  
  width:100%;

   }
  
}


@media (min-width: 960px) {

.apresentar-botao-mobile{
  
  width:100%;

   }
  
}

@media(min-width:1367px){
  
 .posicionar-form{
    
    position:absolute;
    width: 60% !important;
     -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top:10% !important;
    margin-left:45%;
   
  }
}


@media (min-width: 950px) {

.apresentar-botao-mobile{
  
  display:none;  

   }
  
}


@media (min-width: 360px) {
  
  
.featured-mobile{

  width:20%;
  font-size:8px;
  
  }
  
}

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

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

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

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: -100%;
  bottom: -100%;
 top: -100%;
  /*top: -123%;*/
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-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;
}

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


/* Basic text */
p {
    letter-spacing:1px;
    line-height: 1.6;
    display: block;
    margin: 0;
    padding: .5em 0;
    /*letter-spacing: 1px;*/  
    /*font-size:20px;*/
    word-spacing:2px;
    /*color:#696969; */    
}

  .escurecer{
  color:black;
  font-weight: bold;
  
}

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:3.2em; 
    margin:0; 
    text-transform: none;
}

h2 {
    font-size:2.5em; 
    margin:0; 
    text-transform: none;
}

h3 {
    font-size:1.5em; 
    margin:0;
    text-transform: none !important;
    line-height: 1.3em !important;
    letter-spacing:1px;
    color:#696969;
    word-spacing:2px;
}

h4 {
    font-size:1em; 
    line-height:1.2em; 
    margin:0;
}
h5 {
    font-size:.8em; 
    margin:0;
}

h6 {
    font-size:.5em;
    margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height:1.2;
}

.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: #333;
}

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: #333;
  font-family: Montserrat, sans-serif;;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.5em;
  padding-top: 1.2em;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
/* ==========================================================================
   4. ==UCS THEME
   ========================================================================== */


/* ==========================================================================
   Default COS Modules                                               
   ========================================================================== */

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.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: normal;
}
/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */
#toggleComments {
  background-color: #fff;
  border-color: #1579bd !important;
  color: #1579bd !important;
}
#toggleComments:hover {

}

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.comment-date { 
    font-size: 13px;
    text-align: right;
}
.comment-from {
    font-weight: bold;
}
.comment-body {
    padding: 10px 0;
}
.header-container-wrapper {
    position: absolute;
}

.row-fluid .span12.code-block,
.code-block {
    position: absolute;
    height: 0;
    width: 0;
}
.schlrship-space .c-spacer.c-spacer--super{
	height:40px;
}
/* ==========================================================================
   Template Styles                                                 
   ========================================================================== */
   


.c-logo {
    height: 30px;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.c-logo.c-logo--block {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    float: none;
    text-align: center;
}
.o-container {
    position: relative;
    z-index: 4;
}

.o-container.page-center {
    z-index: auto;
}
.o-container.u-letter-box--super.u-letter-box--nbp {
    padding-bottom: 0px;
}
.o-container.u-letter-box--super.u-letter-box--ntp {
    padding-top: 0px;
}
.c-nav {
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    border-bottom: 1px none #f0f0f0;
    background-color: transparent;
    color: #fff;
}
.c-nav__item {
    margin-right: 20px;
    margin-left: 20px;
    padding: 25px 0px 5px;
    float: left;
    font-family: Montserrat, sans-serif;;
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.c-nav__item:hover {
    background-color: transparent;
    color: #fff;
}
.c-nav__item.w--current {
    color: #1579bd;
    font-weight: 300;
}
.c-nav__item.dropdown-list {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    color: #fff;
}
.c-nav__item.u-color--dark {
    color: #333;
    font-weight: 400;
}
.o-section {
    position: relative;
    display: block;
}
.o-section-white {
    background-color: #fff;
}
.row-fluid .o-lp-video-wrapper {
	width: 960px;
}
.row-fluid .o-lp-video-wrapper.u-centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.o-section.o-section--padded {
    padding-left: 20px;
    padding-right: 20px;
}
.u-no-pad {
    padding: 0;
}
.o-section.u-lp-upper {
    z-index: 6;
}
.o-section.u-letter-box--super.u-letter-box--ntp {
    padding-top: 0px;
}
.section-head__desc {
    margin-bottom: 0px;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.c-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px none transparent;
    background-color: #d3d3d3;
    box-shadow: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #333;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.c-button.dwnld-button {
     color: #fff;
}
.c-button.dwnld-button:hover {
     color: #fff;
}
.c-button:hover {
  -moz-box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
  -webkit-box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
  box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
  border-collapse: separate;
}
.c-button.c-button--primary {
    clear: right;
    border-style: solid;
    border-width: 2px;
    border-color:#ed1459;   /* #8F1632;*/
  	border-radius: 5px;
    background-color:#ed1459;
    color: #fff;
  	font-size:11px;
}
.c-button.c-button--primary:hover {
  	border-color:#a01c46;
    background-color:#a01c46;
  	color:#fff !important;
}
.c-button.c-button--primary:active {
    background-color: #105f96 !important;
    box-shadow: none;
}
.c-button.c-button--primary.c-button--rounded.c-button--large.u-pillar-box--large {
    padding-right: 50px;
    padding-left: 50px;
}
.c-button.c-button--primary.c-button--rounded.c-button--block {
    width: 100%;
}
.c-button.c-button--primary.c-button--rounded.u-pillar-box--mar-small {
    margin-left: 15px;
}
.c-button.c-button--primary.c-button--rounded.c-button--xsmall {
    padding: 7px 15px;
    font-size: 12px;
}
.c-button.c-button--primary.c-button--rounded.c-button--xsmall.c-button--outline {
    margin-right: 10px;
    border-style: solid;
    border-color: #1579bd;
    background-color: transparent;
    color: #1579bd;
}
.c-button.c-button--primary.c-button--rounded.c-button--xsmall.c-button--outline:hover {
    background-color: ;
    color: #fff;
}
.c-button.c-button--primary.c-button--rounded.c-button--xsmall.c-button--outline:active {
    border-color: #b4422f;
    background-color: #b4422f;
}
.c-button.c-button--primary.c-button--rounded.c-button--xsmall.u-pillar-box--xlarge {
    padding-right: 42px;
    padding-left: 42px;
}
.c-button.c-button--primary.c-button--rounded.c-button--none:hover {
    background-color: #1579bd;
    box-shadow: none;
}
.c-button.c-button--primary.c-button--large.c-button--corners.c-apply-btn {
    width: 221px;
    margin-left: 20px;
    border-color:#ed1459;
    background-color:#ed1459;
  	color:#fff;
}
.c-button.c-button--primary.c-button--large.c-button--corners.c-apply-btn:active {
  	border-color: #d1134f;
    background-color: #d1134f;
}
	
.c-button.c-button--primary.c-button--large.c-button--corners.c-apply-btn:hover {
  	border-color:#a01c46;
    background-color:#a01c46;
}
.c-button.c-button--primary.c-button--large.c-button--corners.c-apply-btn {
    width: 221px;
    margin-left: 0px;
    background-color:#ed1459;
}
.c-hero .c-button {
  margin-bottom: 15px;
  margin-right: 15px;
}
.c-button.c-button--primary.c-button--rounded.upload-btn.u-right {
	float: right;
}
.c-button.c-button--primary.c-button--rounded.upload-btn {
	border-color: #1579bd;
	background-color: transparent;
	color: #1579bd;
}
.c-button.c-button--primary.c-button--rounded.upload-btn:hover {
	background-color: #1579bd;
	color: #fff;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.button-play-icon {
    padding-left: 75px;
    border: 2px solid #1579bd;
    background-color: transparent;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-play-hover.svg'), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-play.svg');
    background-position: 18% -105%, 18% 50%;
    background-size: 27px, 27px;
    background-repeat: no-repeat, no-repeat;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.button-play-icon:hover {
    background-position: 18% 50%, 18% 199%;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.button-play-icon.ancient {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-play-hover.svg'), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-play.svg');
    background-position: 18% 204%, 18% 50%;
    background-size: 27px, 27px;
    background-repeat: no-repeat, no-repeat;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.button-play-icon.ancient:hover {
    background-position: 18% 50%, 18% -102%;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.btn-border {
    border-style: solid;
    border-width: 2px;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.icon-previous-button {
    padding-left: 55px;
    border: 2px none #b8b8b8;
    background-color: transparent;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-arrow-left.svg');
    background-position: 31px 50%;
    background-size: 9px;
    background-repeat: no-repeat;
    font-family: Montserrat, sans-serif;;
    color: #b8b8b8;
    font-weight: 300;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.icon-previous-button.ancient {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-arrow-left-hover.svg'), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-arrow-left.svg');
    background-position: 31px -41%, 31px 50%;
    background-size: 9px, 9px;
    background-repeat: no-repeat, no-repeat;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.icon-previous-button.ancient:hover {
    border-color: #1579bd;
    background-color: #1579bd;
    background-position: 31px 50%, 31px 149%;
    font-family: Montserrat, sans-serif;;
    color: #fff;
    font-weight: 300;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.icon-next-button {
    width: 180px;
    padding-right: 55px;
    border: 2px solid #b8b8b8;
    background-color: transparent;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-arrow-right.svg');
    background-position: 69% 49%;
    background-size: 9px;
    background-repeat: no-repeat;
    color: #b8b8b8;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.icon-next-button.ancient {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-arrow-right-hover.svg'), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-arrow-right.svg');
    background-position: 69% -41%, 69% 49%;
    background-size: 9px, 9px;
    background-repeat: no-repeat, no-repeat;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.icon-next-button.ancient:hover {
    border-color: #1579bd;
    background-color: #1579bd;
    background-position: 69% 49%, 69% 149%;
    color: #fff;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.pagination {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 13px;
    border: 2px solid #b8b8b8;
    background-color: transparent;
    color: #b8b8b8;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.pagination:hover {
    border-color: #1579bd;
    background-color: #1579bd;
    color: #fff;
}
.c-button.c-button--primary.c-button--bottom {
    position: relative;
}
.c-button.c-button--primary.c-button--block {
    width: 100%;
}
.c-button.c-button--primary.c-button--block.c-button--corners {
    border-radius: 4px;
}
.c-button.c-button--primary.c-button__small.c-button--corners.c-apply-btn {
    background-color: #00008B;
  	border-color:#00008B;
}
.c-button.btn--default {
    border-style: none;
    border-color: #777;
    background-color: #fff;
}
.c-button.c-button--success {
    border-style: none;
    background-color: #8ed76c;
    color: #fff;
}
.c-button.c-button--info {
    border-style: none;
    background-color: #00d2ff;
    color: #fff;
}
.c-button.c-button--rounded {
    border-radius: 100px;
}
.c-button.c-button--rounded.c-button--block {
    display: block;
}
.c-button.c-button--large {
    padding: 15px 30px;
    font-size: 16px;
}
.c-button.c-button--close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 100%;
    background-color: transparent;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: lowercase;
    cursor: pointer;
}
.c-button.c-button--close.c-button--white {
    color: #fff;
}
.c-button.c-button--close.c-button--ghost {
    background-color: transparent;
    color: #fff;
}
.c-button.c-button--close.c-button--close-fixed {
    position: fixed;
    z-index: 9999;
    font-weight: 400;
}
.c-button.c-button--block {
    display: block;
}
.c-divider {
    width: 100%;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    background-color: #dfdfdf;
}
.section-inner-title {
    margin-top: 40px;
    margin-bottom: 20px;
}
.c-button__text {
    display: inline-block;
    margin-left: 10px;
}
.c-button__icon {
    display: inline-block;
}
.c-button__icon.fa.fa-search.u-right {
    margin-top: 3px;
    float: right;
}
.c-button__icon.fa.fa-search.u-right.u-right--red {
    color: #1579bd;
}
.c-button.c-button--primary.c-button--corners.c-button-yellow {
    background-color: #ffb933;
  	border-color: #ffb933;
    color: #282c36;
    font-weight: 600;
}
.c-button.c-button--primary.c-button--corners.c-button-yellow:hover {
    background-color:#ff7a32;
  	border-color:#ff7a32;
}
.services-section {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/57f2a5b563d4b1963d7c36d5_cashflows_brand_guidelines12.bmp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #fff;
}
.case-study {
    height: 300px;
    padding: 40px;
}
.case-study.case-study--bg-left {
    display: block;
    background-image: -webkit-linear-gradient(310deg, rgba(0, 210, 255, .9), rgba(139, 195, 74, .8)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/57f2a5b563d4b1963d7c36d5_cashflows_brand_guidelines12.bmp');
    background-image: linear-gradient(140deg, rgba(0, 210, 255, .9), rgba(139, 195, 74, .8)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/57f2a5b563d4b1963d7c36d5_cashflows_brand_guidelines12.bmp');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    color: #fff;
}
.case-study.case-study--bg-middle {
    background-image: -webkit-linear-gradient(135deg, rgba(184, 83, 189, .9), rgba(0, 210, 255, .8)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/57f2a5b563d4b1963d7c36d5_cashflows_brand_guidelines12.bmp');
    background-image: linear-gradient(315deg, rgba(184, 83, 189, .9), rgba(0, 210, 255, .8)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/57f2a5b563d4b1963d7c36d5_cashflows_brand_guidelines12.bmp');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    color: #fff;
}
.case-study.case-study--bg-right {
    background-image: -webkit-linear-gradient(139deg, rgba(255, 90, 90, .9), rgba(74, 180, 195, .89)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/all-in-one-desk-2500w.jpg');
    background-image: linear-gradient(311deg, rgba(255, 90, 90, .9), rgba(74, 180, 195, .89)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/all-in-one-desk-2500w.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    color: #fff;
}
.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,0);
}
.c-overlay.c-overlay--dismissable { 
    cursor: pointer;
}
.c-overlay.c-overlay--hero {
    background-color: transparent;
  	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .0));
    /*background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));*/
}
.c-overlay.c-overlay--gradient-green {
    background-image: -ms-linear-gradient(307deg, rgba(39, 165, 155, .85), rgba(80, 175, 71, .8));
    background-image: -webkit-linear-gradient(307deg, rgba(39, 165, 155, .85), rgba(80, 175, 71, .8));
    background-image: linear-gradient(143deg, rgba(39, 165, 155, .85), rgba(80, 175, 71, .8));
}
.c-overlay.c-overlay--gradient-blue {
    background-image: -ms-linear-gradient(323deg, rgba(0, 210, 255, .9), rgba(139, 195, 74, .8));
    background-image: -webkit-linear-gradient(323deg, rgba(0, 210, 255, .9), rgba(139, 195, 74, .8));
    background-image: linear-gradient(127deg, rgba(0, 210, 255, .9), rgba(139, 195, 74, .8));
}
.c-overlay.c-overlay--dark {
    display: block;
    background-color: rgba(0, 0, 0, .75);
}
.c-overlay.c-overlay--yellow {
    background-color: rgba(255, 187, 51, .8);
}

.c-overlay.c-overlay--red {
    background-color: rgba(238, 49, 36, .7);
}
.c-overlay.c-overlay--stats {
    background-color: hsla(0, 0%, 100%, .7);
}
.c-heading{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1.2em;
    padding-bottom: 0.5em;
/*   	padding-bottom: 20px; */
  	font-family: Montserrat, sans-serif;;
    color: #333;
    line-height: 1.2em;
    letter-spacing: -0.3px;
    /*text-transform: uppercase;*/
}
.c-heading.no-transform {
    text-transform: none;
}
h2.c-heading{
    text-transform: none;
}
.c-heading.c-heading--ntp {
    padding-top: 0em;
    line-height: 1.2em;
    /*overflow-wrap: break-word;*/
}
.c-heading.c-heading--ntp.u-color--primary.text-sidebar-heading{
	  font-size: 3.2em;
}
.c-heading.c-heading--ntp.u-color--primary {
    color: #1579bd;
}
.c-heading.c-heading--ntp.c-heading__amount {
    display: inline-block;
    padding-bottom: 0em;
    font-size: 60px;
    text-align: left;
}
.c-heading.c-heading--ntp.c-heading__amount.discount-text {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.c-heading.c-heading--ntp.c-heading__amount.c-heading__amount--medium {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 40px;
    text-transform: none;
}
.c-heading.c-heading--ntp.heading-blog {
    line-height: 1.4em;
    text-transform: none;
}
.c-heading-eyebrow {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #767b86 !important;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}
.c-heading.c-heading--footer {
  border-bottom: 1px solid #414141;
  color: #fff;
  display: inline-block;
  margin-bottom: 2em;
  padding-bottom: 1em;
  padding-top: 0;
  text-transform: uppercase;
}
.u-letter-box--small.social {
  display: inline-block;
  margin-left: 30px;
  padding-bottom: 0;
}
.c-heading.c-heading--footer.c-heading--footer-social {
    margin-bottom: 0em;
    padding-bottom: 0em;
    border-bottom-style: none;
    font-size: 25px;
}
.c-heading.c-heading-np {
    padding-top: 0em;
    padding-bottom: 0em;
}
.c-heading.c-heading-np.header-text-nc {
    margin-bottom: 0.5em;
    color: #fff;
    line-height: 1.05em;
    font-weight: 200;
    text-transform: none;
}
.c-heading.c-heading-np.header-text-nc.c-heading--thin {
    width: 60%;
}
.c-heading.blog-filter-heading {
    display: block;
    padding-top: 0.35em;
    float: left;
    text-transform: none;
  	color: #0366ce;
}
.c-heading.c-heading-sign-up {
    padding-top: 0.2em;
    padding-bottom: 0em;
}
.c-paragraph {
    display: block;
    margin-bottom: 0px;
    padding: 0.5em 0px;
}
.o-grid {
    position: relative;
}
.o-grid.inner-loc{
	  display: inline-block;
    width: 100%;
}
.o-grid.demo-grid {
    padding: 10px;
    border: 5px solid #dd4e0c;
}
.o-grid.u-same-height__row-fluid {
    position: relative;
}
.o-grid.footer {
    font-size: 13px;
    line-height: 1.5em;
}
.o-grid.u-letter-box--small.u-letter-box--ntp {
    padding-top: 0px;
}
.o-grid__cell {
    position: relative;
    float: left;
}
.o-grid__cell.u-centered {
    text-align: center;
}
.o-grid__cell.u-centered.u-same-height__buttons {
    padding-bottom: 65px;
}
.o-grid__cell.demo-column {
    height: 80px;
    border: 5px solid #dd4e0c;
}
.o-grid__cell.demo-grid-column {
    height: 80px;
}
.o-grid__cell.u-same-height__cell.demo-same-height-column {
    border: 5px solid #dd4e0c;
}
.o-grid__cell.u-same-height__cell.u-align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.o-grid__cell.u-same-height__buttons {
    padding-bottom: 65px;
}
.o-grid__cell.o-grid__cell--np {
    padding-right: 0px;
    padding-left: 0px;
}
.o-grid__cell.case-study-section__cell {
    min-height: 365px;
    padding: 35px 40px;
    background-color: #f1f1f1;
}
.o-grid__cell.case-study-section__cell.u-same-height__buttons {
    padding-bottom: 95px;
}
.o-grid__cell.case-study-section__cell.case-study-section__cell--highlight {
    background-color: #fff;
}
.o-grid__cell.o-grid__cell--psmall {
    padding-right: 20px;
    padding-left: 20px;
}
.o-grid__cell.u-window-box--left-right {
    padding-right: 20px;
    padding-left: 20px;
}
.o-grid__cell.o-grid__cell--pright {
    padding-right: 20px;
}
.o-grid__cell.o-grid__cell--pright-medium {
	padding-right: 40px;
}
.o-image {
    height: auto;
    max-height: 100%;
}
.img-full img {
    width: 100% !important;
}
.o-image.o-image--round {
    border-radius: 100%;
}
.o-image.o-image--round-corners {
    border-radius: 25px;
}

.o-image.u-highest img,
.internal-feature-image.u-highest {
    box-shadow: 14px 14px 55px -8px #b4b4b4;
}

.vertical-container.img-auto .o-image.u-highest img{
  /*margin-right:5px;*/
	width:90% !important;
 /* height:967px;*/
}

.o-image.u-highest{
	padding-right:20px;
}

.o-image.u-highest.img-narrow {
    box-shadow: none;
    padding-top: 1.8em;
}
.o-image.u-highest.img-narrow img{
    width: 80% !important;
    
    box-shadow: 14px 14px 55px -8px #b4b4b4;
}

.float-right .o-image.u-highest{
	padding-right:0;
}

.o-image.image-demo {
    display: block;
    width: 100%;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #dfdfdf;
}
.o-image.o-image--center,
.o-image.o-image--center img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.o-image.o-image--full,
.o-image.o-image--full img{
    width: 100% !important;
}
.o-image.u-align-center,
.o-image.u-align-center img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.o-image.o-image--small {
    width: 25px;
}
.o-image.blog-internal-image {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
    margin-top: 20px;
    display: inline-block;
}
.o-image.blog-internal-image.blog-internal-image--lh {
    height: 300px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-8.jpg');
    background-position: 0px -131px;
}
.u-centered {
    text-align: center;
}
.u-right {
    text-align: right;
}
.u-left {
    text-align: left;
}
.u-letter-box--super {
    padding-top: 150px;
    padding-bottom: 150px;
}
.u-letter-box--xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
}
.u-letter-box--large {
    padding-top: 60px;
    padding-bottom: 60px;
}
.u-letter-box--medium {
    padding-top: 40px;
    padding-bottom: 40px;
}
.u-letter-box--medium.pad-bot {
    padding-bottom: 100px;
}
.u-letter-box--medium.pad-bot.blog-search {
  	padding: 30px 0 80px;
}
.u-letter-box--small {
    padding-top: 20px;
    padding-bottom: 20px;
}
.u-letter-box--small.social {
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 0px;
}
.u-letter-box--xsmall {
    padding-top: 10px;
    padding-bottom: 10px;
}
.u-letter-box--tiny {
    padding-top: 5px;
    padding-bottom: 5px;
}
.c-spacer {
    height: 10px;
}
.c-spacer.c-spacer--small {
    height: 40px;
}
.c-spacer.c-spacer--xsmall {
    height: 30px;
}
.c-spacer.c-spacer--tiny {
    height: 20px;
}
.c-spacer.c-spacer--medium {
    height: 50px;
}
.c-spacer.c-spacer--large {
    height: 60px;
}
.c-spacer.c-spacer--xlarge {
    height: 70px;
}
.c-spacer.c-spacer--super {
    height: 80px;
}
.o-container__item {
    position: relative;
}

.o-container__item.u-container__item-medium {
    display: block;
    width: 60%;
    margin-right: auto !important;
    margin-left: auto !important;
  	float:none;
}

.o-container__item.u-np {
	padding-right: 0px;
	padding-left: 0px;
}
.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--success {
    background-color: #8bc34a;
    color: #fff;
}
.u-bg--info {
    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;
}
.section-bot-pad,
.u-bg--grey-super-light.section-bot-pad {
    padding-bottom: 100px;
}
.o-section.u-bg--grey-super-extra-light {
    background-color: #f9f9f9;
}
.o-section.u-bg--color {
    background-color:#8F1632;
}
.demo-block {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 40px;
    border: 1px solid #d6d6d6; 
    border-radius: 10px;
    background-color: #fff;
}
.demo-block.demo-block--alerts {
    height: 200px;
}
.demo-heading-sub-color {
    color: #8bc34a;
}
.demo-block-border {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
}
.u-pillar-box--super {
    padding-right: 70px;
    padding-left: 70px;
}
.u-pillar-box--xlarge {
    padding-right: 60px;
    padding-left: 60px;
}
.u-pillar-box--large {
    padding-right: 50px;
    padding-left: 50px;
}
.u-pillar-box--medium {
    padding-right: 40px;
    padding-left: 40px;
}
.u-pillar-box--small {
    padding-right: 30px;
    padding-left: 30px;
}
.u-pillar-box--xsmall {
    padding-right: 20px;
    padding-left: 20px;
}
.u-pillar-box--tiny {
    padding-right: 10px;
    padding-left: 10px;
}
.u-window-box--super {
    padding: 60px;
}
.u-window-box--xlarge {
    padding: 50px;
}
.u-window-box--large {
    padding: 40px;
}
.u-window-box--small {
    padding: 20px;
}
.u-window-box--tiny {
    padding: 5px;
}
.u-highest img {
    box-shadow: 0 20px 55px -8px rgba(0, 0, 0, .4);
}
.u-high {
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .4);
}
.u-higher {
    box-shadow: 0 10px 25px -4px rgba(0, 0, 0, .4);
}
.c-avatar {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #00d2ff;
    color: #fff;
}
.c-avatar.c-avatar--small {
    width: 50px;
    height: 50px;
}
.c-avatar.c-avatar--medium {
    width: 80px;
    height: 80px;
}
.c-avatar.c-avatar--large {
    width: 150px;
    height: 150px;
}
.c-avatar.c-avatar--extra-large {
    width: 200px;
    height: 200px;
}
.c-avatar__img {
    border-radius: 100%;
}
.c-badge {
    display: inline-block;
    padding: 0.25em 0.5em;
    border: 1px solid #96a8b2;
    border-radius: 4px;
    background-color: #96a8b2;
    color: #fff;
    line-height: 1.55em;
    font-weight: 700;
}
.c-badge.c-badge--primary {
    border-color: #dd4e0c;
    background-color: #dd4e0c;
}
.c-badge.c-badge--info {
    border-color: #00d2ff;
    background-color: #00d2ff;
    color: #fff;
}
.c-badge.c-badge--success {
    border-color: #8bc34a;
    background-color: #8bc34a;
    color: #fff;
}
.c-badge.c-badge--warning {
    border-color: #ff8f00;
    background-color: #ff8f00;
    color: #fff;
}
.u-xsmall {
    font-size: 0.67em;
}
.u-small {
    font-size: 0.83em;
}
.u-medium {
    font-size: 1em;
}
.o-image.u-medium {
    display: block;
    width: 47%;
    margin-right: auto;
    margin-left: auto;
}
.u-large {
    font-size: 1.17em;
}
.u-xlarge {
    font-size: 1.5em;
}
.u-super {
    font-size: 2em;
}
.c-card {
    display: inline-block;
    overflow: hidden;
    min-height: 210px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 85%, .5);
    background-color: #fff;
    text-decoration: none;
}
.list-item.course_wrap.c-card{
	
 
  min-height:540px;
}
.list-item.course_wrap.c-card.span4:nth-child(3n +1) {
    margin-right: 0 !important;
}
.testimonial-slider-b .c-card {
    min-height: 286px;
}
.c-card.c-card--ghost {
    border-color: transparent;
    background-color: transparent;
}
.c-card.c-card--full {
    border-style: none;
    background-color: transparent;
}
.c-card.c-card--ghost-border {
    background-color: transparent;
}
.c-card.c-card--footer {
    min-height: 0;
    border-style: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
.c-card.c-card--footer:hover {
    text-decoration: underline;
}
.c-card.c-card__secondary-articles {
    width: 100%;
    height: 440px;
    -webkit-transition: box-shadow 350ms ease;
    transition: box-shadow 350ms ease;
}
.c-card.c-card__secondary-articles:hover {
    box-shadow: 11px 10px 40px -4px rgba(0, 0, 0, .2);
}
.c-card.c-card__secondary-articles:hover h4 {
	color: #1579bd;
	-webkit-transition: color 350ms ease;
    transition: color 350ms ease;
}
.c-card.c-card__secondary-articles:active {
    box-shadow: none;
}
.c-card__item {
    padding: 1.2em;
}
.c-card__item.c-card__item--divider {
    background-color: #bebebe;
    color: #fff;
    font-weight: 700;
}
.c-card__item.c-card__item--divider.c-card__item--primary {
    background-color: #dd4e0c;
}
.c-card__item.c-card__item--divider.c-card__item--info {
    background-color: #00d2ff;
}
.c-card__item.o-media.o-media--footer {
    padding: 0em 0em 0.8em;
}
.c-card__heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;;
}
.c-card__heading-sub {
    color: #afafaf;
    font-size: 0.7em;
    font-weight: 400;
}
.c-card__header {
    padding-top: 1em;
    padding-right: 1.2em;
    padding-left: 1.2em;
}
.c-card__header.u-card--np {
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
}
.c-card__body {
    padding: 0.7em 1.2em 1.2em;
}
.c-card__body.o-panel {
    position: relative;
}
.c-card__body.o-panel.c-card__body--scroll-small {
    height: 300px;
}
.c-card__body.c-card__body--full {
    position: absolute;
    top: 3.5em;
    bottom: 4.5em;
    overflow: auto;
}
.c-card__body.u-card--np {
    padding: 0em;
}
.c-card__footer {
    padding: 0em 1.2em 1.2em;
}
.c-card__footer.c-card__footer--fixed {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.o-panel-container {
    position: relative;
}
.o-panel-container.demo-panel {
    height: 400px;
}
.o-panel {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}
.modal-demo {
    position: relative;
    height: 800px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/57f2a5b563d4b1963d7c36d5_cashflows_brand_guidelines12.bmp');
    background-position: 0px 0px;
    background-size: cover;
}
.o-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    overflow: hidden;
    width: 80%;
    max-height: 100%;
    border: 0px solid #dbdbdb;
    border-radius: 4px;
    background-color: #fff;
    /*box-shadow: 15px 15px 42px -4px rgba(0, 0, 0, .2);*/
    overflow-y: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.o-modal.o-modal--ghost {
    border-color: transparent;
    background-color: transparent;
    color: #fff;
}
.o-modal.o-modal--full {
    left: 2em;
    top: 2em;
    right: 2em;
    bottom: 2em;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.o-modal.o-modal--gradient {
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(318deg, #fff, #fff);
    background-image: linear-gradient(132deg, #fff, #fff);
  	overflow: auto;
}
.o-media__body {
    overflow: hidden;
    padding-right: 0.001em;
    padding-left: 0em;
}
.o-media__heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.o-media__image {
    width: 130px;
    margin-right: 1em;
    float: left;
}
.o-media__image.o-media__image--right {
    margin-right: 0em;
    margin-left: 1em;
    float: right;
}
.o-media__image.o-media__image--footer {
    overflow: hidden;
    width: 50px;
    border-radius: 50px;
}
.overlay-demo {
    position: relative;
    height: 500px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/pexels-photo-300788.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-breadcrumbs {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
}
.c-breadcrumbs__crumb {
    display: inline-block;
    width: auto;
    padding: 0px;
}
.c-breadcrumbs__crumb.c-text--loud {
    font-weight: 700;
}
.c-link,
.c-link a {
    background-color: transparent;
    color: #8F1632;  /*brand_color_primary*/
    text-decoration: none;
    cursor: pointer;
}
/*.u-centered.u-mar--bottom a,*/
.c-link.c-link--primary {
    color:#1579bdcour;
    font-weight: bold;
  	position: relative;
}

.banner-ucs{
  
  color:white;
  
}

.alterar{
  
  color:white;
  
}

/*.u-centered.u-mar--bottom a:hover,*/
.c-link.c-link--primary:hover {
    font-weight: bold;
    text-decoration: none;
  	color:#b71f6b;
}




.c-link.c-link--primary :after{
    background: #d1134f none repeat scroll 0 0;
    bottom: -2px;
    color: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.c-link.c-link--primary:hover:after,
.nav__sign-in:hover:after{
    width: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}



.c-link.c-link--info {
    color: #00d2ff;
}
.c-link.c-link--success {
    color: #8bc34a;
}
.c-breadcrumb__divider {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.c-field {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 1.7em 1em 1.5em;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;;
    font-size: 1em;
    font-weight: 300;
}
.c-field.c-field--select {
    cursor: pointer;
}
.c-field.c-field--success {
    border-color: #8bc34a;
}
.c-field.c-field--error {
    border-color: red;
}
.c-field.c-field--icon-left {
    padding-left: 2em;
}
.c-field.c-field--icon-right {
    padding-right: 2em;
}
.c-field.c-field--icon-double {
    padding-right: 2em;
    padding-left: 2em;
}
.c-field.c-field--footer {
    border-style: none;
    background-color: #393e49;
    color: #fff;
}
.c-field.c-field--psmall {
    padding: 1em 0em 1.8em;
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 2px;
    border-bottom-color: #f9f9f9;
    border-left-style: none;
    border-radius: 0px;
    color: #1579bd;
}
.c-field.c-field--psmall.u-line-color-dark-grey {
    border-bottom-color: #cfcfcf;
}
.c-field.c-field--pxlarge {
    padding: 2.5em 0em 1.8em;
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 2px;
    border-bottom-color: #f9f9f9;
    border-left-style: none;
    border-radius: 0px;
    color: #1579bd;
}
.c-field.c-field__text-area {
    padding: 2.5em 0em 1.8em;
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 2px;
    border-bottom-color: #f9f9f9;
    border-left-style: none;
    border-radius: 0px;
    color: #1579bd;
}
.c-field.c-field--pmedium {
    padding-top: 1.5em;
    padding-bottom: 1.8em;
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 2px;
    border-bottom-color: #ececec;
    border-left-style: none;
    border-radius: 0px;
}
.c-field.c-field--pmedium.u-line-color-dark-grey {
    border-bottom-color: #cfcfcf;
}
.c-form-wrap {
    margin-bottom: 0px;
}
.c-form.c-form--narrow {
    display: block;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto !important;
  	float: none;
}
.o-field {
    position: relative;
}
.fa {
    display: inline-block;
}
.fa.fa-camera.fa-5x.c-card__icon {
    padding-top: 30px;
}
.c-icon {
    position: absolute;
    top: 50%;
    min-height: 16px;
    min-width: 16px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #636363;
}
.c-icon.c-icon--left {
    left: 0.5em;
}
.c-icon.c-icon--right {
    right: 0.5em;
}
.c-field--error {
    border: 1px solid red;
}
.c-field--error.input-color-demo {
    height: 20px;
}
.c-field--success {
    border: 1px solid #8bc34a;
}
.c-field--success.input-color-demo {
    height: 20px;
}
.u-color--primary {
    color: #1579bd;
}
.u-color--success {
    color: #8bc34a;
}
.u-color--info {
    color: #00d2ff;
}
.u-color--grey {
    color: #767b86;
}
.u-color--grey.u-icon-box--ntp {
    padding-top: 0px;
}
.u-color--grey.u-p--ntp {
    padding-top: 0px;
}
.u-color--grey-lighter {
    color: #d4d4d4;
}
.u-color--grey-extra-light {
    color: #e6e6e6;
}
.u-color--grey-super-light {
    color: #f4f4f4;
}
.c-text--highlight {
  	margin-bottom: 0px;
    padding: 0.25em 0.25em 0.125em;
    background-color: #0366ce;
    color: #fff;
}
.c-text--highlight.demo-description-text {
    max-width: 500px;
    float: left;
}
.c-blockquote {
    display: block;
    margin: 0px;
    padding: 1em 1.5em;
    border-left: 5px solid #dd4e0c;
    font-family:  Montserrat, sans-serif;
    font-size: 2em;
    line-height: 1.2;
}
.c-blockquote__footer {
    color: #dd4e0c;
    font-size: 0.8em;
    font-style: italic;
}
.c-alert {
    position: relative;
    margin-bottom: 1em;
    padding: 1em 3em 1em 1em;
    border-radius: 4px;
    background-color: #96a8b2;
    color: #fff;
}
.c-alert.c-alert--primary {
    background-color: #dd4e0c;
}
.c-alert.c-alert--info {
    background-color: #00d2ff;
}
.c-alert.c-alert-success {
    background-color: #8bc34a;
}
.c-alerts-toast {
    position: absolute;
    z-index: 3;
    overflow: auto;
    width: 250px;
    background-color: transparent;
}
.c-alerts-toast.c-alerts-toast--topleft {
    left: 1em;
    top: 1em;
}
.c-alerts-toast.c-alerts-toast--top-right {
    top: 1em;
    right: 1em;
}
.c-alerts-toast.c-alerts-toast--bottomleft {
    left: 1em;
    bottom: 1em;
}
.c-tab-heading {
    border-bottom: 3px solid #e0e0e0;
    background-color: transparent;
}
.c-tab-heading.w--current {
    border-bottom-color: #dd4e0c;
    background-color: transparent;
}
.c-tab-heading.c-tab--disabled {
    color: #bebebe;
    cursor: not-allowed;
}
.c-tabs__content {
    display: block;
    padding: 20px;
    border: 1px solid #cfcfcf;
}
.c-tabs__content.c-tabs__content--nb {
    border-style: none;
}
.c-pagination {
    display: inline-block;
    width: 100%;
    padding: 1em;
    font-size: 12px;
    text-align: center;
}
.pagination {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.pagination li {
	display: inline-block;
}
.pagination li.next-posts-link,
.pagination li.previous-posts-link,
.pagination li.first-posts-link,
.pagination li.last-posts-link {
	position: absolute;
}
.pagination li.first-posts-link {
	left: 10px;
}
.pagination li.previous-posts-link {
	left: 50px;
}
.pagination li.next-posts-link {
	right: 50px;
}
.pagination li.last-posts-link {
	right: 10px;
}
.c-pagination__controls {
    display: inline-block;
}
.c-pagination__controls.c-pagination__controls--backward {
    float: left;
}
.c-pagination__controls.c-pagination__controls--forward {
    float: right;
}
.c-pagination__control {
    display: inline-block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    max-width: 100%;
    min-width: 2.4em;
    margin-right: 0.125em;
    margin-left: 0.125em;
    padding: 0.8em;
    border: 1px solid #b8b8b8;
    border-radius: 30em;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #333;
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.c-pagination__control a {
    border-radius: 30px;
    height: 100%;
    left: 0;  
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-pagination__control:hover {
    border-color: #1579bd;
    background-color: #1579bd;
    box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, .2);
    color: #fff;
}
.c-pagination__control:hover a {
    color: #fff;
}
.c-pagination__control:active {
    box-shadow: none;
}
.c-pagination__control.c-pagination__control--current,
.c-pagination__control.c-pagination__control--current a{
    border-color: transparent;
    background-color: #1579bd;
    color: #fff;
}
.c-pagination__ellipsis {
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    color: #363636;
}
.c-list {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
}
.c-list.c-list--unstyled {
    padding-left: 0em;
    list-style-type: none;
}
.c-list.c-list--ordered {
    list-style-type: decimal;
}
.c-list__item {
    padding: 0px;
}
.c-list__item.c-list__item--inline {
    display: inline-block;
    margin-right: 1em;
    padding-left: 20px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/circle.svg');
    background-position: 0px 50%;
    background-size: 4px 4px;
    background-repeat: no-repeat;
}
.c-list__item.c-list__item--image {
    padding-left: 30px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/rec.svg');
    background-position: 0px 50%;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.c-list__item.c-list__item--image.c-list_item--image-2 {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/download.png');
    background-size: 15px 15px;
}
.c-address {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-style: normal;
}
.c-text {
    font-family: Montserrat, sans-serif;;
    color: #333;
    line-height: 1.55em;
    font-weight: 400;
}
.c-address__heading {
    display: block;
    color: #767b86;
    font-weight: 700;
}
.text-block {
    display: block;
}
.menu-demo {
    padding-right: 25px;
    padding-left: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    text-align: right;
}
.c-nav-drawer {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    background-color: #dd4e0c;
    color: #fff;
}
.c-menu {
    font-size: 13px;
}
.u-bg--transparent {
    background-color: transparent;
}
.u-bg--white {
    background-color: #fff;
}
.c-nav-drawer__footer {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 10%;
    border-top: 1px solid hsla(0, 0%, 51%, .2);
    color: hsla(0, 0%, 51%, .5);
    font-size: 12px;
    text-align: center;
}
.c-menu-buttton {
    display: none;
    padding: 25px 20px;
    color: #000;
    text-decoration: none;
}
.c-menu-buttton.w--open {
    color: #fff;
}
.c-menu-buttton.c-menu-button--drawer {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
.c-menu-buttton.c-menu-button--drawer.w--open {
    background-color: #c73f00;
}
.c-menu-button__icon {
    display: inline-block;
    float: left;
}
.c-menu-drawer {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    overflow: auto;
    float: none;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
    color: #333;
}
.c-menu-drawer__item {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    text-align: center;
}
.c-menu-drawer__item:hover {
    background-color: #f5f5f5;
}
.c-hero {
    position: relative;
    width: 100%;
    height: 868px;
    padding-top: 50px;
}
/* .c-hero.c-hero--home {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/bg-hamepage-1.jpg');
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 20px;
} */
.c-hero.c-hero--wwd {
    height: auto;
    min-height: 500px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.c-hero--home {
    height: auto;
    height: 868px;
    padding-top: 0px;
    background-position: 50% 50%;
    background-size: cover;
}
.c-hero.c-hero--about {
    height: 468px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo-portrait-of-successful-creative-business-team-looking-at-camera-and-smiling-diverse-business-653340904.jpg');
    background-position: 50% 66%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.c-hero--services {
    height: 468px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo-coworkers-looking-at-a-computer-and-discussing-over-new-business-plan-business-team-working-610931243.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.c-hero--pricing {
    height: 468px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo-two-business-professionals-standing-behind-the-glass-wall-with-sticky-notes-and-discussing-653795557.jpg');
    background-position: 50% 24%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.c-hero--contact {
    height: 468px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo-wide-angle-shot-of-business-people-in-modern-office-young-men-and-women-working-in-office-lobby-610938071.jpg');
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.c-hero--home-boxed {
	height: 650px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-hero.c-hero--blog {
    height: 300px;
    background-image: url('//cdn2.hubspot.net/hubfs/4506984/website/img/Banners/img-bg-blog.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.c-hero--home.u-align-table.bg-vid {
  padding-bottom: 153px;
  background-image: none;
}
.c-hero.c-hero--internal {
    height: 120px;
}
.c-hero.c-hero--landing-one {
    height: 310px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo-shot-of-young-female-designer-using-graphics-tablet-while-working-with-computer-creative-658472449.jpg');
    background-position: 50% 44%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.c-hero--landing-two {
  background-image: url("//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/bg-landing-page-two.jpg");
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 0;
}
.c-hero.c-hero--landing-three {
	height: 130px;
  padding-bottom: 100px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-hero.c-hero--landing-four {
	height: auto;
	padding-bottom: 200px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-hero.c-hero--landing-five {
    height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.c-hero--thank-you {
    height: 468px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo-indoor-shot-of-young-african-woman-sitting-in-office-and-using-digital-tablet-creative-658472617.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.c-hero--error {
    height: 468px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/bg-hamepage-5.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-hero.u-bg-top {
    background-position: 50% 80% !important;
}
.c-hero.u-bg-middle {
    background-position: 50% 50% !important;
}
.c-hero.u-bg-bottom {
    background-position: 50% 20% !important;
}
.c-menu-button_text {
    display: inline-block;
    float: left;
    font-size: 0.75em;
    line-height: 1.2em;
}
.c-hero__inner {
    position: relative;
    z-index: auto;
    height: 100%;
    color: #fff;
}
.c-heading-sub {
    color:white;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0em;
    padding-bottom: 2.5em;
    font-family: Montserrat, sans-serif;;
/*     font-size: 1.2em; */
    line-height: 1.55em;
    font-weight: 300;
    text-transform: normal;
}
.c-hero h3.c-heading-sub {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0em;
    padding-bottom: 2.5em;
    font-family: Montserrat, sans-serif;;
    font-size: 1.2em;
    line-height: 1.55em;
    font-weight: 300;
    text-transform: normal;
}
.c-hero h3.c-heading-sub.u-npb {
  padding-bottom: 0;
}
.c-heading-sub h3 {
  font-size: 1.2em;
  line-height: 1.55em;
  font-weight: 300;
  text-transform: normal;
}
.c-heading-sub.c-heading-sub--narrow {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}
.c-heading-sub.c-heading-sub--narrow,
.row-fluid .span12.c-heading-sub.c-heading-sub--narrow {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto !important;
    float: none;
}
.c-heading-sub.c-heading-sub--thin {
    width: 60%;
    max-width: 960px;
}
.c-heading-sub.u-pad-less {
    padding-bottom: 1.8em;
}
.c-heading-sub.u-lp-text--medium {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
.u-window-box--medium {
    padding: 30px;
}
.u-window-box--none {
    padding: 0px;
}
.u-window-box--xsmall {
    padding: 10px;
}
.o-divider {
	height: 2px;
	background-color: #e2e2e2;
}
.o-divider.o-divider--tiny {
	height: 1px;
}
.o-slider.o-slider--small {
    min-height: 400px;
}
.o-slider.o-slider--small {
    min-height: 350px;
}
.o-slider.o-slider--large {
    min-height: 550px;
}
.o-slider.o-slider--testimonial {
    height: auto;
    background-color: transparent;
}
.o-slider.o-slider--testimonial.u-letter-box--super.u-letter-box--medium-tp {
    padding-top: 30px;
}
.o-slider__mask {
    overflow: hidden;
    margin-right: 70px;
    margin-left: 70px;
}
.o-slider__mask.o-slider__mask--full {
    margin-right: 0px;
    margin-left: 0px;
}
.o-slide {
    position: relative;
    overflow: hidden;
}
.o-slide.o-slide--one {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/57f2a5b563d4b1963d7c36d5_cashflows_brand_guidelines12.bmp');
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
}
.o-slide.o-slide--three {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/pexels-photo-299017.jpeg');
    background-position: 50% 50%;
    background-size: cover;
}
.o-slide.o-slide--two {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/pexels-photo-299017.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #fff;
}
.o-slide.o-slide--col3 {
    width: 33.3333%;
}
.o-slider__left-arrow {
    left: 0px;
    top: 0px;
    bottom: 0px;
}
.o-slider__left-arrow.o-slider__left-arrow--testimonial {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.o-slider__pagination {
    margin-bottom: 20px;
}
.o-slide__inner {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
}
.u-align-table__cell {
    height: 100%;
}
.c-heading-eyebrow h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #767b86;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}
.c-heading-eyebrow.c-badge {
    border-style: none;
    background-color: #adbfc9;
    color: #fff;
}
.c-heading-eyebrow.c-badge.u-small {
    font-size: 0.83em;
}
.c-heading-eyebrow.c-badge.u-xsmall {
    background-color: #0366ce;
    font-size: 0.8em;
    font-weight: 600;
}
.c-heading-eyebrow.c-heading-eyebrow--ntp {
    padding-top: 0em;
}
.c-heading-eyebrow.u-heading--ntp {
    padding-top: 0em;
}
.row-fluid .span12.o-container-large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  float: none;
}
.o-slider__arrow-icon {
    margin-top: 308.5px;
    color: #fff;
}
.o-feature-content {
    position: relative;
    display: block;
    padding: 5% 12%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.o-feature-content.o-feature-content--left {
    padding-right: 5%;
    padding-left: 10%;
    float: right;
}
.o-feature-content.o-feature-content--left-pad-medium {
    padding-left: 10%;
}
.u-align-table.demo-vertical-align {
    height: 600px;
}
.u-same-height__button-fixed {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 35px;
}
.u-same-height__button-fixed.u-same-height__button-fixed--npl {
    left: 12px;
}
.scroll-wrap {
  position: absolute;
}
.c-scroll-top {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 9999;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/up-arrow-key-1.svg'), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/up-arrow-key.svg');
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/up-arrow-key-1.svg'), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/up-arrow-key.svg');
    background-position: 50% 130%, 50% 50%;
    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 350ms ease;
    transition: background-position 300ms ease, background-color 200ms ease, opacity 350ms ease;
    -ms-box-shadow: 0 20px 55px -8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 20px 55px -8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 55px -8px rgba(0, 0, 0, 0.4);
}
.c-scroll-top:hover {
    background-color: #1579bd;
    background-position: 50% 50%, 50% -20px;
    -webkit-transition: background-position 300ms ease, background-color 200ms ease, opacity 350ms ease;
    transition: background-position 300ms ease, background-color 200ms ease, opacity 350ms ease;
}
.c-scroll-top.w--current:hover {
    background-color: #1579bd;
}
.o-slider__right-arrow {
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.o-slider__right-arrow.o-slider__right-arrow--testimonial {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.c-icon-box {
    display: block;
    padding-bottom: 2em;
}
.icon-box-v3 .c-icon-box {
  padding-bottom: .8em; 
}
.c-icon-box.c-icon-box--small {
    padding-bottom: 1em;
}
.c-icon-box.c-icon-box--np {
    padding-bottom: 0em;
}
.c-icon-box__cell-left {
    float: left;
}
.c-icon-box__cell-left.c-icon-box__cell-left--small {
    padding-right: 15px;
}
.c-icon-box__cell-left.c-icon-box__cell-left--medium {
    margin-right: 30px;
}
.c-icon-box__icon {
    margin-right: 20px;
    color: #dd4e0c;
    text-align: center;
}
.c-icon-box__icon.c-icon-box__icon--medium {
    width: 50px;
    height: 50px;
  	float:left;
}
.c-icon-box__icon.c-icon-box__icon--large {
    width: 70px;
    height: 70px;
}
.c-icon-box__icon.c-icon-box__icon--large.u-icon--centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.c-icon-box__icon.c-icon-box__icon--large.u-align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.c-icon-box__icon.client-logos {
    display: block;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
}
.c-icon-box__icon.c-icon-box__icon-xlarge {
    width: 100px;
    height: 100px;
}
.c-icon-box__icon.c-icon-box__icon-xlarge.u-align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.c-icon-box__icon.c-icon-box__icon--small {
    margin-right: 10px;
}
.c-icon-box__cell-right {
    overflow: hidden;
    width: auto;
}
.c-icon-box__cell-right.u-block {
    display: inline-block;
  	overflow: visible;
}
.c-social-link {
    margin-right: 20px;
    margin-left: 0px;
}
.c-social-link.c-social-link--footer {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding-top: 6px;
    border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    text-align: center;
}
.c-social-link.c-social-link--footer:hover {
    background-color: transparent;
}
.c-social-link.c-social-link--footer.u-social-link--medium {
    width: 40px;
    height: 40px;
}
.c-social-link.c-social-link--footer.c-social-link--medium {
    width: 40px;
    height: 40px;
}
.c-social-icon {
    display: inline-block;
    color: #d4d4d4;
}
.c-social-icon.c-social-icon--footer {
  padding: 5px;
}
.c-social-icon.fa.fa-facebook.c-social-icon--footer {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}

.c-social-icon.fa.fa-twitter.c-social-icon--footer {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.c-social-icon--footer:hover {
    color: #ed1459;
}
.c-social-icon.fa.fa-facebook.c-social-icon--contact {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.fa-facebook.c-social-icon--contact:hover {
    color: #1579bd;
}
.c-social-icon.fa.fa-twitter.c-social-icon--contact {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.fa-twitter.c-social-icon--contact:hover {
    color: #1579bd;
}
.c-social-icon.fa.fa-pinterest.c-social-icon--footer {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.fa-pinterest.c-social-icon--footer:hover {
    color: #ed1459;
}
.c-social-icon.fa.fa-pinterest.c-social-icon--contact {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.fa-pinterest.c-social-icon--contact:hover {
    color: #1579bd;
}
.c-social-icon.fa.fa-google-plus.c-social-icon--footer {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.fa-google-plus.c-social-icon--footer:hover {
    color: #ed1459;
}
.c-social-icon.fa.fa-google-plus.c-social-icon--contact {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.fa-google-plus.c-social-icon--contact:hover {
    color: #1579bd;
}
.c-social-icon.fa.fa-linkedin.c-social-icon--footer {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.fa-twitter.c-social-icon--footer,
{
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.fa-linkedin.c-social-icon--footer:hover {
    color: #ed1459;
}
.c-social-icon.fa.fa-linkedin.c-social-icon--contact {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 22px;
}
.c-social-icon.fa.fa-linkedin.c-social-icon--contact:hover {
    color: #1579bd;
}
.c-social-icon.fa.fa-whatsapp.c-social-icon--lp {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #1579bd;
    font-size: 25px;
}
.c-social-icon.fa.fa-facebook.c-social-icon--lp {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #1579bd;
    font-size: 25px;
}
.c-social-icon.fa.fa-twitter.c-social-icon--lp {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #1579bd;
    font-size: 25px;
}
.c-social-icon.fa.fa-linkedin.c-social-icon--lp {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #1579bd;
    font-size: 25px;
}
.c-social-icon.fa.fa-google-plus.c-social-icon--lp {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #1579bd;
    font-size: 25px;
}
.c-social-icon.c-social-icon--footer {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-size: 18px !important;
}
.c-social-icon.c-social-icon--lp:hover {
    color: black;
}
.tc_pp{
	text-align:right;
}
.c-heading.c-heading__lp {
    display: inline-block;
    padding-top: 0em;
    padding-bottom: 0em;
}
.o-feature-bg.o-feature-bg--medium {
    overflow: hidden;
    height: 500px;
}
.o-feature-bg.o-feature-bg--medium.o-feature-bg--custom-one {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/pexels-photo-299017.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.o-feature-bg.o-feature-bg--custom-one {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/mac4-min.jpg');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.o-image.internal-feature-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.o-image.internal-img.img-three {
	background-position: 50% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
.o-image.internal-img.img-four {
	height: 280px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.o-image.internal-img {
	height: 380px;
}
.c-image-caption {
	color: #1579bd;
	font-style: italic;
}   
.o-featured-image img {
  width: 100% !important;
}
.o-featured-image {
    position: relative;
}
.vid-pad {
    padding: 50px;
}
.o-feature-bg.o-feature-bg--custom-one.o-feature-bg--large {
    height: 700px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/ui-dashboard.png');
}
.u-color--white,
.u-color--white h4,
.u-color--white h2,
.u-color--white p{
    color: #fff;
}
.demo-video {
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.vid-large .demo-video {
    min-height: 650px;
}
.demo-video iframe,
.demo-video object,
.demo-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-form-item {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.c-form-item.u-mar-left {
    margin-right: 1em;
}
.c-form-item.u-form-item--lesspb {
    padding-bottom: 0.2em;
}
.demo-code {
    overflow: auto;
}
.u-pillar-box--none {
    padding-right: 0px;
    padding-left: 0px;
}
.c-icon-box__heading {
    font-family: Montserrat, sans-serif;
    color: #333;
    letter-spacing: -0.6px;
    line-height: 1.5em;
}
.c-icon-box__heading.u-icon-box--ntp {
    margin-top: 0px;
}
.c-icon-box__heading.dollar {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.c-icon-box__heading.dollar.dollar--top {
    position: relative;
    left: -4px;
    top: -27px;
    right: 0px;
}
.u-bg--grey-dark {
    background-color: #282c36;
    color: #fff;
}
.ebook-landing-page .u-bg--grey-dark{
	position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
}
.c-link-footer {
    display: block;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    text-decoration: none;
}
.c-link-footer:hover {
    padding-left: 0.5em;
    background-color: #393e49;
}
.o-media__date {
    color: #707070;
}
.o-media__time-stamp {
    display: inline-block;
    padding-left: 0;
    color: #767b86;
    font-size: 12px;
}
.c-text-decoration {
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
}
.c-avatar__testimonial {
    position: absolute;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding-top: 14px;
    border-radius: 50%;
    background-color: #dd4e0c;
    color: #fff;
    text-align: center;
}
.u-color--grey-light {
    color: #b8b8b8;
}
.typed {
    font-family: Montserrat, sans-serif;;
    color: #fff;
    font-weight: 700;
}
.mobile-typer {
    display: none;
}
.case-study-section {
    margin-bottom: 240px;
    padding-top: 80px;
    padding-bottom: 200px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.case-study-section.case-study-section--approach {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo-businesswoman-giving-presentation-to-colleagues-in-conference-room-businesspeople-during-meeting-614010632.jpg');
}
.case-study-section__grid-wrap {
    position: absolute;
    left: 0px;
    bottom: -380px;
    z-index: 9999;
    box-shadow: 13px 13px 100px 0 rgba(0, 0, 0, .2);
}
.c-testimonial__image {
    width: 100%;
}
.c-testimonial {
    background-color: #fff;
}
.c-card__content {
    padding: 2.5em;
}
.c-card__content.u-c-card-lessp {
    padding: 1.7em 2.2em 2.2em;
}
.banner-text {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-text--bottomleft {
    position: static;
    left: 0px;
    bottom: 0px;
    margin-top: 180px;
}
.banner-text--bottomleft.banner-text--narrow {
    width: 70%;
}
.banner-text--bottomleft.banner-text--narrow.u-less-pad--xxlarge {
    margin-top: 70px;
}
.banner-text--bottomleft.banner-text--narrow.u-less-pad--medium {
    margin-top: 120px;
}
.banner-highlight-text {
    font-family: Montserrat, sans-serif;;
    color: #1579bd;
    font-weight: 600;
}
.agenda-table tr{
    color: #767b86;
    border-bottom: #f4f4f4 solid 2px;
}
.agenda-table table {
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    text-transform:uppercase;
}
.agenda-table td {
    font-size: 14px;
    padding: 15px 10px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
}
.agenda-table th {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 10px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
}
.table-key{
    background-color:#f4f4f4;
}
.team-block {
    padding: 10px;
    cursor: pointer;
}
.team-wrap .c-heading-eyebrow {
    text-transform: uppercase;
  	color: #888;
}
.team-wrap .c-social-link.c-social-link--footer {
    margin-right: 15px;
}
.team-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    /* Scaling */
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99999;
	  opacity: 0;
  	color: #333;
}
.team-modal.gallery-modal {
  background: rgba(0, 0, 0, .75);
}
.gallery-modal .o-modal {
  max-width: 900px;
}
.team-modal.modal-open {
  	opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.team-member {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    height: 500px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.team-member.modal-open{
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.team-overlay.modal-open{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.team-member-names {
    bottom: 0;
    left: 0;
    padding: 0 10px 15px 30px;
    position: absolute;
    z-index: 9999;
}
.team-member--overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(92, 123, 154, .35);
}
.team-member--ntp {
    margin-top: -10px;
}
.team-member.culture-one {
	height: 170px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.span2.workplace-img {
    width: 16.66666667%;
    padding: 0px 10px 20px 10px;
    float: left;
}
.c-dropdown-toggle {
    color: #fff;
}
.c-dropdown-toggle.u-color--dark {
    font-family: Montserrat, sans-serif;;
    color: #333;
    font-weight: 400;
}
.dropdown-link {
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #333;
    font-weight: 400;
}
.dropdown-link:hover {
    background-color: #ebebeb;
}
.dropdown-link.w--current {
    color: #1579bd;
}
.c-nav-dropdown-list.w--open {
    background-color: #fff;
    box-shadow: 6px 6px 29px 0 rgba(0, 0, 0, .3);
}
.pricing-section {
    margin-bottom: 260px;
    padding-top: 80px;
    padding-bottom: 180px;
}
.pricing-section.u-color--grey-super-light {
    background-color: #f4f4f4;
}
.feature-mark {
    text-align: center;
    position: absolute;
}
.feature-mark,
.feature-desc {
    padding: 15px 10px;
    /*position: absolute;*/
    /*display: table-cell;*/
    display: inline-block;
    float: left;
    height: 100%;
}
.feature-mark.mark-1 {
    right: 30%;
}
.feature-mark.mark-2 {
    right: 15%;
}
.feature-mark.mark-3 {
    right: 0;
}
.feature-desc {
    width: 55%;
}
.feature-mark {
    width: 15%;  
}
.feature-mark .fa {
    left: 44%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.feature-tab-text {
  border-bottom: 2px solid #f4f4f4;
}
.feature-tab-text,
.feature-tab-heading {
    /*display: inline-block;*/
    font-size: 14px;
    font-weight: normal;
    min-height: 50px;
    width: 100%;
    /*position: relative;*/
}
.feature-tab-text .fa-check {
    color: #1579bd;
}
.feature-tab-heading {
    text-transform: uppercase;
    background-color: #f4f4f4;
}
.pricing-table,
.pricing-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;    
}
.pricing-table td {
  padding: 15px 10px;
}
.pricing-table td:nth-child(n+2) {
  text-align: center;
  width: 15%;
}
.o-accordion {
    width: 100%;
    margin-bottom: 8px;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    background-color: transparent;
    color: #1579bd;
}
.o-accordion--toggle {
    width: 100%;
    font-family: Montserrat, sans-serif;;
    color: #1579bd;
    font-weight: 300;
}
.o-accordion--toggle.w--open {
    width: 100%;
    background-color: #1579bd;
    font-family: Montserrat, sans-serif;;
    color: #fff;
    font-weight: 300;
}
.o-accordion__list {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: Montserrat, sans-serif;;
}
.o-accordion__content {
    /*padding: 30px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ececec;
    display: none;
}
.o-accordion__content--inner{
	padding:30px;
}
.c-form-column--pright {
    padding-right: 5px;
}
.c-form-column {
    padding-right: 5px;
}
.c-form-column.c-form-column--pleft {
    padding-right: 0px;
    padding-left: 5px;
}
.o-map {
    height: 350px;
    width: 100%;
    position: relative;
}
.o-map iframe {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.o-map iframe.clicked {
    pointer-events: auto;
}
.map-container {
	position: relative;
}
.map-container iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 400px;
	top: 0;
}
.map-container iframe.clicked {
    pointer-events: auto;
}

.w-dropdown {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    z-index: 900;
}
.w-dropdown-btn, 
.w-dropdown-toggle,
.w-dropdown-link {
    color: #fff; 
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
.w-dropdown-toggle {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    padding-right: 40px;
}
.w-icon-dropdown-toggle {
    visibility:hidden;
    bottom: 0;
    height: 1em;
    margin: 10px 20px auto auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
    font-style: normal;
}
.w-icon-arrow-down:before, 
.w-icon-dropdown-toggle:before {
  	font-family: FontAwesome;
    content: "\f107";
}
.w-dropdown-list {
    background: #dddddd none repeat scroll 0 0; 
    display: none;
    min-width: 100%;
    position: absolute; 
    height: 75px;
    right: 0px;
    overflow: scroll;
}
    .w-dropdown-link {
    color: #222222;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.blog-search-wrapper form.gsc-search-box {
  margin: 0 !important;
}
.blog-search-wrapper table.gsc-search-box {
  margin: 0 !important;
}
.blog-search-wrapper .cse .gsc-control-cse, .gsc-control-cse {
    border: medium none !important;
    margin-top: 8px !important;
    padding: 0 !important;
}
.blog-search-wrapper td.gsib_b {
  display: none !important;
}
.blog-search-wrapper table.gsc-search-box {
  border: 2px solid #ececec !important;
  height: 45px !important;
  border-radius: 5px !important;
}
.blog-search-wrapper .gsc-search-box-tools .gsc-search-box .gsc-input,
.blog-search-wrapper .gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
    border: medium none !important;
    box-shadow: none !important;
    outline: medium none !important;
    text-indent:12px !important;
    background-image:none !important;
}
.blog-search-wrapper .gsc-search-box .gsc-input > input:hover, 
.blog-search-wrapper .gsc-input-box-hover {
    border-color: transparent !important;
    box-shadow: none !important;
}
.blog-search-wrapper .cse .gsc-search-button,
.blog-search-wrapper .gsc-search-button {
  background-color: transparent !important;
  background-image: none !important;
  border: medium none !important;
}
.blog-search-wrapper .cse .gsc-search-button .gsc-search-button-v2, 
.blog-search-wrapper .gsc-search-button-v2 {
  background-color: transparent !important;
  border: medium none !important;
  height: 20px !important;
  margin-top: 2px !important;
  min-width: 12px !important;
  padding: 0 !important;
  width: auto !important;
}
.blog-search-wrapper .gsc-search-button {
  /*background-image: url("//cdn2.hubspot.net/hubfs/165931/Struto-Website-2017/search.svg?t=1502194812609") !important;*/
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 50% 50% !important;
  padding-right:12px;
}
.blog-search-wrapper .gsc-control-cse.gsc-control-cse-en{
    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
}
.blog-search-wrapper .gsc-control-cse.gsc-control-cse-en:hover{
    box-shadow: 5px 5px 21px -4px rgba(0, 0, 0, .2);
}

.blog-search-wrapper .gsc-search-button svg{
    width:30px;
    height:20px;
}

.blog-search-wrapper .gsc-search-button svg:hover{
    cursor:pointer;
}

.blog-search-wrapper .gsc-search-button svg path{
    fill:#fc6047;
}
/**** end of Blog search btn *****/

.o-blog-filter-options--dropdown-list.w--open {
    background-color: #f1f1f1;
    box-shadow: 6px 5px 29px -4px rgba(0, 0, 0, 0.2);
    margin-top: 9px;
    z-index: 9999;
}
.w-dropdown-list.w--open {
    display: block;
      box-shadow: 5px 5px 21px -4px rgba(0, 0, 0, .2);
}
.o-blog-filter-options--dropdown {
    z-index: 9;
    margin-top: 0;
    margin-left: 23px;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
}
.o-blog-filter-options--dropdown:hover {
    box-shadow: 5px 5px 21px -4px rgba(0, 0, 0, .2);
}
.o-blog-filter-options--dropdown-toggle {
    z-index: 9;
    min-width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;;
    color: #d3d3d3;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
.o-blog-filter-options--dropdown-list.w--open {
    z-index: 9;
    margin-top: 9px;
    background-color: #f1f1f1;
    box-shadow: 6px 5px 29px -4px rgba(0, 0, 0, .2);
}
.o-blog-filter-options--dropdown-link {
    background-color: transparent;
    -webkit-transition: background-color 500ms ease, color 500ms ease;
    transition: background-color 500ms ease, color 500ms ease;
    text-transform: uppercase;
}
.o-blog-filter-options--dropdown-link:hover {
    background-color: #1579bd;
    color: #fff;
}
.o-blog-filter--search {
    margin-top: 6px;
    padding: 11px 20px;
    border: 2px solid #ececec;
    border-radius: 5px;
    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
    font-family: Montserrat, sans-serif;;
    color: #d3d3d3;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
.o-blog-filter--search:hover {
    box-shadow: 5px 5px 21px -4px rgba(0, 0, 0, .2);
}
.c-blog-filter--search-text {
    display: inline-block;
}
.o-blog-filter-icon {
    color: #1579bd;
}
.c-article {
    position: relative;
    width: 100%;
    height: 440px;
    padding: 30px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
    color: #fff;
}
.c-article:hover {
    box-shadow: 11px 10px 29px -4px rgba(0, 0, 0, .2);
}
.c-article:active {
    box-shadow: none;
}
.c-article.u-ty--hlarge {
    height: 400px;
    display: block;
}
.o-grid__cell.u-centered.u-mar--bottom {
    margin-bottom: 20px;
}
.waves-effect {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	transition: all .3s ease-out;
	margin-top: -1px;
}
.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.7s ease-out;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}
.c-article.u-ty--hlarge.waves-effect.c-article-two {
    background-image: -webkit-linear-gradient(270deg, null, null), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-11.jpg');
    background-image: linear-gradient(180deg, null, null), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-11.jpg');
}
.c-article.c-article--two {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-11.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-11.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.c-article.c-article--three {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-9.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-9.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.c-article.c-article--four {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-5.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-5.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.c-article__main--toast {
    position: absolute;
    z-index: 3;
    overflow: auto;
}
.c-article__main--toast.c-alerts-toast--bottom-left {
    left: 40px;
    bottom: 40px;
    width: 70%;
}
.c-article__main--toast.c-alerts-toast--bottom-left.u-alerts-toast--left {
    width: 80%;
}
.c-article-secondary {
    width: 100%;
    height: 440px;
    background-color: #fff;
    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
    text-decoration: none;
}
.c-article-secondary:hover {
    box-shadow: 11px 10px 40px -4px rgba(0, 0, 0, .2);
}
.c-article-secondary:active {
    box-shadow: none;
}
.c-article-image {
    height: 250px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-1.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}
.c-article-image.c-article-image--two {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-3.jpg');
    background-size: cover;
}
.c-article-image.c-article-image--three {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-6.jpg');
    background-size: cover;
}
.c-article-image.c-article-image--four {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-5.jpg');
    background-size: cover;
}
.c-article-image.c-article-image--five {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-7.jpg');
    background-size: cover;
}
.c-article-image.c-article-image--six {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-4.jpg');
    background-size: cover;
}
.c-article__content {
    padding: 30px;
}
.c-arrow-left {
    display: inline-block;
    margin-right: 11px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/icon-arrow-left.svg');
    background-position: 50% 50%;
    background-size: 9px;
    background-repeat: no-repeat;
}
.o-subscribe {
    margin-top: 6px;
    border: 2px solid #dbdbdb;
    border-radius: 5px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;;
    color: silver;
    font-size: 16px;
    font-weight: 300;
}
.c-subscribe-button {
    width: 130px;
    padding: 17px;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #1579bd;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.u-lp-four-header-wrapper {
	width: 71%;
}

.u-lp-four-header-wrapper.u-centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.c-subscribe-button:hover {
    background-color: #105f96;
}
.c-subscribe-button:active {
    background-color: #b4422f;
}
.c-subscribe-text {
    display: inline-block;
    margin-top: 17px;
    margin-left: 20px;
}
.c-blog-content-offer {
    position: relative;
    width: 100%;
    height: 440px;
    padding: 35px 40px;
    background-color: #fff;
    background-position: 33px 28px, 0px 0px;
    background-size: 220px, auto;
    background-repeat: no-repeat, repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
.blog-offer-img img {
  max-width: 155px;
  width: 100% !important;
  margin-bottom: 10px;
}
.c-blog-content-offer:hover {
    box-shadow: 11px 10px 29px -4px rgba(0, 0, 0, .2);
}
.c-blog-content-offer:active {
    box-shadow: none;
}
.o-author {
    display: inline-block;
    margin-top: -9px;
    padding-top: 0px;
}
.blog-post-body .c-social-link.c-social-link--footer{
    display: inline-block;
}
.o-social-icons {
    display: inline-block;
    float: right;
}
.o-social-icons > div {
    float: right;
}
.blog-post-body .o-social-icons {
    margin-top: -5px;
}
.o-blog-content-offer {
    padding-right: 40px;
    padding-left: 40px;
}
.o-comments {
    margin-top: -29px;
}

.o-landing-logo {
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 120px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  z-index: 1;
}

.o-landing-logo-v2 {
	position: relative;
	z-index: 9999;
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.o-lp-content-wrap {
    position: relative;
    margin-top: -150px;
}
.vertical-container .o-sales-team-image img {
  display: block;
  float: none;
  margin: 0 auto;
  width: 80% !important;
}
.c-lp-image {
    width: 100%;
    /*height: 300px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-5.jpg');*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.lp-form input[type='text'],
.lp-form input[type='email'],
.lp-form input[type='tel'],
.lp-form textarea {
    border-radius: 0px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
}

.lp-form a{
    color: #0366ce;
		font-weight: 600;
}

.lp-form a:hover{
	text-decoration: underline;
}

.c-lp-form {
    position: relative;
    width: 100%;
    padding: 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.c-lp-form:hover {
    box-shadow: 11px 10px 29px -4px rgba(0, 0, 0, .2);
}
.o-landing-two-logo {
    width: 170px;
}
.o-lp-content-wrap-two {
    position: relative;
}
.banner-text--middle {
    margin-top: 140px;
}
.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-card__image {
    max-width: 100%;
}
.c-card__image.u-testimonial-image-one {
    height: 390px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/testimonial-five.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-card__image.u-testimonial-image-two {
    height: 390px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/testimonial-three.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-card__image.u-testimonial-image-three {
    height: 390px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/testimonial-one.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-card__image.u-testimonial-image-four {
    height: 390px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/testimonial-seven.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-card__image.u-testimonial-image-five {
    height: 390px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/testimonial-four.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-card__image.u-testimonial-image-six {
    height: 390px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/testimonial-six.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-card__image.u-secondary-article-image {
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-1.jpg');
    height: 250px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; 
  
}
.case-study-section__grid-wrap.u-no-shadow.career-img {
	position: static;
	margin-top: -235px;
	margin-bottom: 20px;
}
.case-study-section__grid-wrap.u-no-shadow {
	box-shadow: none;
}
.u-icon-box--ntp {
    padding-top: 0px;
}
.u-p--ntp {
    padding-top: 0px;
}
.o-content-offer {
    padding: 5% 12% 5% 5%;
}
.c-overlay--modal-content {
    background-image: -webkit-linear-gradient(318deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, 0));
    background-image: linear-gradient(132deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, 0));
}
.o-modal__team-image {
    height: 700px;
    background-image: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/team-member-5.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.o-pricing-plan__dollar {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333;
    text-align: left;
}
.o-pricing-plan__dollar.o-pricing-plan__dollar-top {
    left: -4px;
    top: -27px;
    right: 0px;
}
.c-blog-article {
    position: relative;
    width: 100%;
    height: 440px;
    padding: 30px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/blog-main-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.c-blog-article:hover {
    box-shadow: 11px 10px 29px -4px rgba(0, 0, 0, .2);
}
.c-blog-article:active {
    box-shadow: none;
}
.c-blog-article__feature {
    text-decoration: none;
}
.c-blog-article__feature.u-blog-article__feature--bottom-left {
    position: absolute;
    left: 40px;
    bottom: 30px;
    overflow: auto;
    width: 80%;
}
.c-blog-article__feature.u-blog-article__feature--bottom-left.u-blog-article__feature--pb {
    bottom: 40px;
}
.u-align-table {
    display: table;
    width: 100%;
}
.u-align-table__cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
/***** HIDE NAVIGATION WHEN SCROLLING *****/
.c-nav-drawer {
    transition: top 0.2s ease-in-out;
}
.nav-up {
    top: -65px;
}
/***** 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;
}
.row-fluid .u-same-height__cell.span6 {
    float: none;     
    display: table-cell; 
}
.c-hero {
    display: table;
}
.c-hero__inner {
    display: table-cell;
}
/*.o-grid__cell.u-same-height__cell.u-same-height__cell--middle.u-cta-centered{
    text-align: center;
}*/
/* Cursor animation on homepage banner*/
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 38px;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.logo-block {
    width: 16.6667%;
    float: left;
    position: relative;
}
.logo-block.logo-block-4 {
    width: 25%;
}
.banner-sub h3,
.c-hero.c-hero--home h2,
.c-hero.c-hero--home h3,
.c-hero.c-hero--home p {
    width: 85%;
    font-family: Montserrat, sans-serif;;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.55em;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2.5em;
    padding-top: 0;
    text-transform: normal;
    letter-spacing:3px;
    /*font color:white;*/
    
}

/*.novo-h3{
  
  color:white;
  
}*/

.banner-centered h3 {
    margin-left: auto;
    margin-right: auto;
}

.image-set img {
	max-height: 650px;
	width: auto !important;
}
.o-section.section-split {
    margin-bottom: 200px;
}

.span12.widget-span.widget-type-cell.case-study-container {
    position: absolute;
    box-shadow: 13px 13px 100px 0 rgba(0, 0, 0, 0.2);
    background-color: #f1f1f1;
}
.row-fluid .case-study-container .span4 {
    margin: 0;
    width: 33.333333%;
}

.c-icon-box {
    display: block;
    padding-bottom: 2em;
}

.icon-box-image {
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 20px;
    width: 50px;
}

.icon-box-content {
    overflow: hidden;
}

.icon-box-image img {
    height: 100%;
    width: 100%;
}

.icon-box-content a {
    color: #1579bd;
    text-decoration: none;
}

.slider-wrap {
    padding: 0 70px;
}

.slick-arrow {
    height: 60px;
    width: 30px;
}

.slick-prev.slick-arrow:before {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 60px;
    color: #b8b8b8;
}

.slick-next.slick-arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 60px;
    color: #b8b8b8;
}

.slick-dots li.slick-active button:before {
    color: #1579bd;
    opacity: 1;
}

.slick-dots li button:before {
    color: #d0d0d0;
    font-size: 20px;
    height: 20px;
    line-height: 24px;
    opacity: 1;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #1579bd;
    opacity: 1;
}

.slick-dots {
    bottom: -60px;
}
.codeblock-hide,
.row-fluid .codeblock-hide {
    visibility: hidden;
    position: absolute;
    height: 0px;
    width: 0px;
}
.c-scroll-top {
    opacity: 0;
    cursor: pointer;
}
.c-scroll-top.scroll-show {
    opacity: 1;
}
.case-study-section {
    margin-bottom: 0;
    background: url('//cdn2.hubspot.net/hubfs/2040891/Marketplace/WASABI/img/stock-photo.jpeg') no-repeat fixed center center;
    background-size: cover;
}
.case-study-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(322deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, .9));
    background-image: linear-gradient(128deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, .9));
    opacity: .6;
}
.container-fluid .row-fluid .page-center.o-container-pull {
    margin-top: -200px;
}
.overlap-section,
.overlap-section-team {
    position: relative;
}
.overlap-section-team {
    padding-bottom: 100px;
}
.u-centered.case-intro {
    padding: 80px 20px 20px;
}
.top-section {
    height: 55%;
    position: absolute;
    width: 100%;
}
.top-section.top-section--padded {
    padding-left: 20px;
    padding-right: 20px;
}
.top-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(322deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, .9));
    background-image: linear-gradient(128deg, rgba(81, 83, 95, .9), rgba(45, 46, 51, .9));
}
.top-section.white-top {
  	height: 66%;
}
.top-section.white-top:before {
    background-image: none;
    background-image: none;
  	background-color: hsla(0, 0%, 100%, .4);
}

.top-section.section-grey:before {
    content: none;    
}
.top-section.section-grey {
    background-color: #f4f4f4;    
}
.casestudy-wrapper {
    box-shadow: 13px 13px 100px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    position: relative;
}

.casestudy-bg-columns { 
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(left, #f9f9f9 33%, #ffffff 33%, #ffffff 66%, #f9f9f9 66%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9f9f9 33%,#ffffff 33%,#ffffff 66%,#f9f9f9 66%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9f9f9 33%,#ffffff 33%,#ffffff 66%,#f9f9f9 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 */
}
.v-white {
    background-color: #fff;
}
.v-grey {
    background-color: #f1f1f1;
}

.resources-container {
    position: relative;
    z-index: 0;
}
.jplist-hidden {
    display: none !important;
}
.jplist-no-results {
	padding: 20px 0;
}
#filterWrap .jplist-drop-down {
	  background: none;
    border: none;
    height: auto;
    width: auto;
}
#filterWrap .jplist-drop-down .jplist-dd-panel,
#filterWrap .jplist-drop-down ul {
    left: -15px;
    width: 105.7%;
}
#filterWrap .jplist-drop-down ul {
    top: 80px;
    /* border-color: #aaa; */
    width: 196px;
    left: 0;
    border: none;
    box-shadow: 6px 5px 29px -4px rgba(0, 0, 0, .2);
    position: absolute;
}
#filterWrap .jplist-drop-down ul li {
	height: 100%;
	width: 100%;
	padding: 10px;
	line-height: 23px;
	min-height: 45px;
	color: #333;
	background-color: #f1f1f1;
	text-transform: uppercase;
  text-indent: 0;
  font-style: normal; 
  font-weight: 400;
}

#filterWrap .jplist-drop-down .jplist-dd-panel:after {
	font-family: FontAwesome;
	content: "\f107";
	color:#fff;
	right: 5%;
	z-index:1;
  font-style:normal;
  font-weight: bold;
  top:30%;
	
}
#filterWrap .jplist-drop-down .jplist-dd-panel {
    line-height: 23px;    
}

.jplist-panel.box.panel-top {
  margin-left: -10px;
  margin-right: -10px;
}
#filterWrap .jplist-panel {
	display: block !important;
}
#filterWrap .jplist-drop-down:hover .jplist-dd-panel:after{
	color: #1579bd;
}
#filterWrap .jplist-drop-down:hover .jplist-dd-panel {
	color: #aaa;
}
#filterWrap .jplist-dd-panel {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #1579bd !important;
	padding: 10px;
	line-height: 26px;
	width: 260px !important;
	margin: 0;
	height: auto !important;
	text-shadow: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
  color:black;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
#filterWrap .jplist-dd-panel:hover{
	box-shadow: 5px 5px 21px -4px rgba(0, 0, 0, .2);
}
#filterWrap .jplist-drop-down ul li:hover {
	color: #fff;
	background-color: #1579bd;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.jplist-drop-down.filter-cat {
	float: left;
	margin-right: 0;
  margin-left:15px !important;
}
#filterWrap .filter-controls .jplist-label {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ececec;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #d3d3d3;
    float: left;
    font-weight: 300;
    height: 40px;
    line-height: 26px;
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #fff;
}
#filterWrap .filter-controls .jplist-panel .jplist-pagination button {
    background: transparent none repeat scroll 0 0;
    border-width: 2px;
    color: #222;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 26px;
    padding: 4px;
    width: 40px;
    border-radius: 300px;
}
#filterWrap .filter-controls .jplist-panel .jplist-pagination .jplist-pagingprev button, 
#filterWrap .filter-controls .jplist-panel .jplist-pagination .jplist-pagingnext button {
	color: #d3d3d3;
}
#filterWrap .filter-controls .jplist-panel .jplist-pagination .jplist-current {
    border: 2px solid #ececec;
    color: #d3d3d3;
    font-weight: 300;
    outline: medium none;
}
#filterWrap .jplist-panel .jplist-pagination .jplist-pagingprev, 
#filterWrap .jplist-panel .jplist-pagination .jplist-pagingmid, 
#filterWrap .jplist-panel .jplist-pagination .jplist-pagingnext {
	display: inline-block;
	width: auto;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
#filterWrap .jplist-panel .jplist-pagination .jplist-pagingprev {
	position: absolute;
	left: 0;
}
#filterWrap .filter-controls .jplist-panel .jplist-pagination button.jplist-last {
	margin-right: 0;
}
#filterWrap .jplist-panel .jplist-pagination .jplist-pagingmid{
	float: none;
}
#filterWrap .jplist-panel .jplist-pagination .jplist-pagingnext {
	position: absolute;
	right: 0;
}
.jplist-panel.box.panel-bottom {
    text-align: center;
}
#filterWrap .jplist-pagination button {
	border-radius: 300px;
}
.jplist-drop-down.centered, 
#filterWrap .jplist-label.centered, 
.jplist-panel .jplist-pagination.centered {
	display: inline-block;
	float: none;
	width: 100%;
	text-align: center;
	position: relative;
}
#filterWrap .filter-controls .jplist-panel .jplist-pagination button.jplist-current,
#filterWrap .filter-controls .jplist-panel .jplist-pagination button:hover {
	font-weight: bold;
	color: #fff;
	border: 2px solid #1579bd;
	background-color: #1579bd;
	text-shadow: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
#filterWrap .jplist-label.centered {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
#filterWrap .o-container.u-letter-box--super{
	padding-bottom:40px;
}
.jplist-panel {
   display: block !important;
}
.resources-footer {
	padding: 50px 0 100px 0;
}
/*
.casestudy-bg-columns { 
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #f1f1f1),
		color-stop(33.3%, #f1f1f1),
		color-stop(33.3%, #fff),
		color-stop(66.6%, #fff),
		color-stop(66.6%, #f1f1f1),
		color-stop(100%, #f1f1f1)
	);   	
	background-image: -webkit-linear-gradient(
		left, 
		#f1f1f1, 
		#f1f1f1 33.3%,
		#fff 33.3%,
		#fff 66.6%,
		#f1f1f1 66.6%,
		#f1f1f1 100%
	);
	background-image: -moz-linear-gradient(
		left, 
		#f1f1f1, 
		#f1f1f1 33.3%,
		#fff 33.3%,
		#fff 66.6%,
		#f1f1f1 66.6%,
		#f1f1f1 100%
	);
	background-image: -ms-linear-gradient(
		left, 
		#f1f1f1, 
		#f1f1f1 33.3%,
		#fff 33.3%,
		#fff 66.6%,
		#f1f1f1 66.6%,
		#f1f1f1 100%,
		#fff 100%
	);
	background-image: -o-linear-gradient(
		left, 
		#f1f1f1, 
		#f1f1f1 33.3%,
		#fff 33.3%,
		#fff 66.6%,
		#f1f1f1 66.6%,
		#f1f1f1 100%
	);
}
*/
.casestudy-block {
    min-height: 365px;
}

.row-fluid .span4.casestudy-block {
    display: block;
    float: left;
    height: 100%;
    margin: 0;
    padding: 35px 40px 95px;
    position: relative;
    width: 33.3%;
}
.ps .row-fluid .span4.casestudy-block {
  padding-bottom: 35px;
}
.row-fluid .span4.casestudy-block.o-product-logos {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    position: relative;
}
.casestudy-block.o-product-logos {
    background-color: #fff;
}

.row-fluid .span4.casestudy-block.pricing-blocks {
    display: table-cell;
    float: none;
}
.pricing-blocks {
    position: relative;
}
.pricing-blocks .u-same-height__button-fixed {
    
}
.cta-container {
    bottom: 40px;
    position: absolute;
}
.case-inner {
    min-height: 255px;
}
/*.logo-wrapper {
    padding: 60px 0;
}*/
.c-hero__inner.u-align-table__cell.u-p-left-right,
.span12.widget-span.widget-type-cell.o-container__item.u-centered,
.box-padding {
    padding-right: 20px;
    padding-left: 20px;
}
.listing-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

.listing-wrapper .span4 {
    margin: 0;
    width: 33.333333%;
    padding: 10px;
}
.o-accordion-wrapper {
	border: 2px solid #e2e2e2;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
.o-accordion-heading-wrap {
    display: inline-block;
    padding: 20px 20px 15px;
    width: 100%;
}
.o-accordion-icon-wrap {
	float: right;
	text-align: center;
	width: 10%;
	display: inline-block;
	max-width: 100%;
}
.o-panel-open {
	float: right;
	width: 15px;
}
.o-accordion-heading-container {
	color:black;
	float: left;
	text-decoration: none;
	width: 90%;
	display: inline-block;
	max-width: 100%;
	padding-top: 3px;
}
.o-accordion-wrapper .fa { 
  color:black;
  font-size: 20px;
  font-weight: bold;
}
.o-accordion-wrapper.accordion-open .fa.fa-angle-down,
.o-accordion-wrapper.accordion-open .fa.fa-angle-down:before {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.o-accordion-wrapper .fa.fa-angle-down,
.o-accordion-wrapper .fa.fa-angle-down:before {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
/* Vertical Center table-cell */
.vertical-wrap > .row-fluid-wrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.vertical-wrap > .row-fluid-wrapper > .row-fluid {
    display: table-row;
    height: 100%;
}
.row-fluid .vertical-container {
    display: table-cell;
    float: none;
    /*height: 100%;*/
    height: auto;
}
.v-align-top{
    vertical-align: top;
}
.v-align-middle{
    vertical-align: middle;
}
.v-align-bottom{
    vertical-align: bottom;
}
.padding-box {
    padding-left: 10px;
    padding-right: 10px;
}
.float-right img {
    /*float: right;*/
    width: 85% !important;
}
.vertical-container img {
    width: 100% !important;
}
.vertical-container.img-auto img {
    width: auto !important;
    margin: 0 auto;
    float: none;
}
/* Change order of div's with flexbox */
@media (max-width: 767px){
    .span-flex > .row-fluid-wrapper > .row-fluid {
        list-style: none;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .span-pull-right {
        order: 2;
    }
    .span-pull-left {
        order: 1;
        width: 100% !important;
    }
  /*.o-container__item.flex_grid > .row-fluid-wrapper > .row-fluid {
  	display:flex;
   	display: -webkit-box;
 		display: -moz-box;
 	 	display: -ms-flexbox;
  	display: -webkit-flex;
   	flex-direction:column-reverse;
  }*/
  .flex-mob{
  	margin-bottom:40px;
  }
}
.flex-item {
  /*background: tomato;*/
  padding: 5px;
  width: 100px;
  height: 100px;
  margin: 5px;
  
  line-height: 100px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}
.full-width-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: 1000px;
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
.row-fluid .span6.full-fluid-6 {
    width: 50%;
}
.c-stats__col.full-fluid-6.span6 {
    margin: 0;
}
.row-fluid .full-fluid-4 {
    width: 34%;
}
.row-fluid [class*="span"] {
    min-height: 0;
}
.blog-post-body {
    padding-top: 130px;
}
.span4.team-block {
    width: 33.3%;
}
.span6.team-block {
    width: 50%;
}
.row-fluid .span8.featured-left {
    width: 66.2%;
}
.row-fluid .span4.featured-right {
    margin-left: 20px;
    width: 32.024%;
}
.footer-wrapper {
    font-size: 13px;
    padding-right: 20px;
    padding-left: 20px;
}
.thank-heading h1{
    font-family: Montserrat, sans-serif;;
    letter-spacing: -0.3px;
    line-height: 1.55em;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0.5em;
    padding-top: 1.2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
    line-height: 1.05em;
    margin-bottom: 0.5em;
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
}
.thank-heading h1 span {
    color: #1579bd;
    font-weight: 600;
}
/*.footer-subscribe {
  margin-bottom: 30px;
}*/

.o-image.rss-image {
    height: 50px;
    width: 50px;
}

.dropshadow {
    box-shadow: 14px 14px 55px -8px #b4b4b4;
}

.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0.3em 0;
    color: #ffffff;
    text-transform: capitalize;
}

.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    background-color: #393e49;
    padding-left: 0.5em;
}

.footer-heading h4 {
    border-bottom: 1px solid #767b86;
    color: #767b86;
    display: inline-block;
    margin-bottom: 2em;
    padding-bottom: 1em;
    padding-top: 0;
    text-transform: uppercase;
    font-family:  Montserrat, sans-serif;;
    letter-spacing: -0.3px;
    line-height: 1.55em;
    margin-top: 0;
}

.footer-subscribe h3 {
    font-size: 13px;
    line-height: 17px;
}

/* WASABI (V2) UPDATES START */
/*.w-background-video {*/
/*  position: relative;*/
/*  overflow: hidden;*/
  /*height: 500px;*/
/*  color: white;*/
/*}*/
/*.vid-container > video {*/
/*  background-size: cover;*/
/*  background-position: 50% 50%;*/
/*  position: absolute;*/
/*  right: -100%;*/
/*  bottom: -100%;*/
/*  top: -100%;*/
/*  left: -100%;*/
/*  margin: auto;*/
/*  min-width: 100%;*/
/*  min-height: 100%;*/
/*  z-index: -100;*/
  /*object-fit: cover;*/
/*}*/


/* Button Hover Over effects*/
#openings a.c-button.c-button--primary.c-button--rounded.upload-btn:hover{
        color: #fc6047 !important;
}

.row-fluid .o-body-wrapper{
	max-width: 1560px;
	margin: 0 auto !important;
	display: block;
	float: none;
}

.vid-banner-wrap {
    position: relative;
}
.vid-container {
    /*
    position: absolute;
    height:100%;
    width:100%;
    overflow: hidden;
    */
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    z-index: 0;
}
.vid-container > video {
    /*
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    */
}

.stats-home {
    position: relative;
    bottom: 107px;
    width: 100%;
    background-color: #f7f7f7;
}
.c-stats-block {
    padding: 20px;
    color: #0054ac;
    text-align: center;
}
.c-stats-block__heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;;
    font-size: 1.3rem;
}
.c-stats-block_content {
    margin-bottom: 0px;
    padding-top: 0.3em;
    padding-bottom: 0px;
    line-height: 1.2em;
}
.c-stats-block__divider {
    position: absolute;
    top: 0px;
    right: -2px;
    width: 1px;
    height: 50px;
    background-color: #d5d5d5;
}
.w-hidden-main {
    display: none !important;
}
@media (max-width: 767px) {
  .stats-home {
      position: relative;
  }
  .w-hidden-small {
      display: none !important;
  }
  .w-hidden-main {
      display: inherit !important;
  }
}
.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
body input.c-hero-search__field[type="text"] {
    display: inline-block;
    width: 470px;
    height: 60px;
    padding-left: 55px;
    float: left;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url('//cdn2.hubspot.net/hubfs/4506984/website/img/icon-search.svg');
    background-position: 14px 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.c-button.c-button--primary-red {
    background-color: #ee3124;
    color: #fff;
}
.c-button.c-button--primary-red.c-button--large {
    padding: 15px 30px;
}
.c-button.c-button--primary-red.c-button--large.c-button--wwd {
    position: relative;
    display: block;
    width: 230px;
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
}
.c-button.c-button--primary-red:hover {
    background-color: #a93526;
}
.c-hero-search__button.c-button.c-button--primary {
    width: 180px;
}
.c-button.c-button--primary.c-hero-search__button {
		height: 60px;
    border-radius: 0px 3px 3px 0px;
    background-color: #ee3124;
    margin-right: 0;
  	color: #fff;
    border: medium none;
}
.c-hero-search {
    display: block;
    width: 650px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.c-button.c-button--primary-white.c-button--large {
    padding: 15px 30px;
}
.c-button.c-button--primary-white {
    background-color: #fff;
    color: #0054ac;
    border-radius: 3px;
}
.c-button.c-button--primary-white:hover {
    background-color: #ee3124;
    color: #fff;
}
.search-modal {
  	position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 0;
    background-color: rgba(0, 0, 0, .9);
  	-webkit-transform: translateY(-100%);
  	transform: translateY(-100%);
  -webkit-transition: transform 500ms ease-in-out, height 500ms ease-in-out;
  transition: transform 500ms ease-in-out, height 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.search-modal.open-modal {
   height: 100vh;
  -webkit-transition: transform 500ms ease-in-out, height 500ms ease-in-out;
  transition: transform 500ms ease-in-out, height 500ms ease-in-out;
  	-webkit-transform: translateY(0);
  	transform: translateY(0);
  	opacity: 1;
  visibility: visible;
}
.c-button.c-button--close {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.c-button.c-button--close:hover {
  	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#searchFrame {
    position: relative;
    width: 100%;
    min-height: 1000%;
  	background-color: #fff;
    border: medium none;
}
.search-list-frame {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-style: none;
}
.search-list-wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.o-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    overflow: hidden;
    width: 80%;
    max-height: 100%;
    border: 0px solid #dbdbdb;
    border-radius: 4px;
    background-color: #fff;
    /*box-shadow: 15px 15px 42px -4px rgba(0, 0, 0, .2);*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.o-modal.o-modal--search {
    left: 5%;
    top: 7%;
    right: 5%;
    bottom: 5%;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.c-heading.heading-white,
.c-heading-sub.heading-white {	
  color: #fff;
}
.c-heading-sub.c-heading-sub--medium,
h3.c-heading-sub.c-heading-sub--medium{
  font-size: 1.5em;
  line-height: 1.3em;
}
h3.c-heading-sub {
    line-height: 1.3em;
}
.c-heading.c-heading--xlarge.c-heading--hero-feature {
    display: block;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0em;
    padding-bottom: 0.2em;
    font-size: 3.8rem;
    line-height: 1;
}
.c-hero__inner.c-hero__inner--home {
    height: 100vh;
    padding-top: 95px;
    padding-bottom: 146px;
}
@media (max-width: 767px) {
  .o-grid__cell.u-same-height__cell.u-same-height__cell--middle.u-cta-centered{
  	text-align:center;
  }
  .stats-home {
    bottom: 0;
  }
  .c-hero__inner.c-hero__inner--home {
      height: auto;
      padding-top: 100px;
      padding-bottom: 0px;
  }
  .c-stats-block__divider {
      display: none;
  }
  .c-hero-search {
    margin-bottom: 20px;
    width: 430px;
  }
  body input.c-hero-search__field[type="text"] {
    width: 330px;
  }
  .c-hero-search__button.c-button.c-button--primary {
    width: 100px;
  }
  .o-image.u-highest{
  	padding-right:0;
    padding-bottom:30px;
  }
  .o-container__item.u-container__item-medium {
    width: 100% !important;
	}
}
@media (max-width: 991px) {
    .o-image.u-highest{
	padding-right:30px;
	}
  .c-heading.c-heading--xlarge.c-heading--hero-feature {
      font-size: 3rem;
  }
  .c-heading.c-heading--ntp.u-head-smaller{
  	   font-size: 25px;
  }
  .o-image.u-m--left-right.badges {
    margin-right: 15px;
    margin-left: 15px;
	}
  .o-container__item.u-container__item-medium {
    width: 80%;
	}
}
@media (max-width: 479px) {
  .o-accordion__content--inner {
    padding: 20px;
	}
  .apply-now-form {
    padding: 30px 20px 50px !important;
	}
  .span12.widget-span.widget-type-cell.o-container__item.u-centered.u-p-left-right {
    padding: 0 20px;
	}
    body input.c-hero-search__field[type="text"] {
      width: 100%;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
  }
  .c-hero-search__button.c-button.c-button--primary {
      width: 100%;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
  }
  .banner-text{
  	padding-left:10px !important;
    padding-right:10px !important;
  }
}
.o-feature-image-box {
    position: relative;
    width: 100%;
    min-height: 550px;
    margin-top: 100px;
    margin-bottom: 100px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-overlay.c-overlay--primary {
    background-color: rgba(0, 84, 172, .8);
}
.o-feature-image-box__quote {
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    color: #fff;
}
.c-next-indicator {
    display:none;
}
.c-heading.c-heading--feature-box {
    padding-top: 0em;
    padding-bottom: 1em;
    font-size: 1.6rem;
  	color:#fff;
}
.u-text--mini span,
.u-text--mini {
    font-size: 0.75rem;
}
.u-color--grey-light {
    color: #b8b8b8;
}
.c-icon-box__icon.c-icon-box__icon--large {
    width: 70px;
    height: 70px;
}
.steps-no {
    position: absolute;
    left: 35px;
    top: 0px;
    display: inline-block;
    padding: 40px;
    background-color: #0366ce;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    color: #fff;
    font-size: 3rem;
}
.steps-no.steps-no--2 {
    background-color: #ee3124;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.steps-no.steps-no--3 {
    background-color: #fb3;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}
.case-study-section__grid-wrap-button {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  	background-color: #fff;
}
.steps-block {
    padding: 15px;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.steps-block.steps-block--discover {
    overflow: hidden;
    margin-bottom: 50px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
}
.steps-block.steps-block--select {
    overflow: hidden;
    margin-bottom: 50px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
}
.steps-block.steps-block--book {
    overflow: hidden;
    margin-bottom: 50px;
    border-color: #fb3;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.steps-block__title.steps-block__title--discover {
  color: #0366ce;
}

.steps-block--select .steps-block__title.steps-block__title--discover {
  color: #ee3124;
}

.steps-block--book .steps-block__title.steps-block__title--discover {
  color: #fb3;
}

.steps-block__inner {
    position: relative;
    z-index: 5;
    padding: 60px 30px;
    background-color: #fff;
}
.cta-steps {
    display: block;
    padding: 40px;
    border-radius: 5px;
    background-color: #0366ce;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    font-family:  Montserrat, sans-serif;;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.cta-ozi {
   
    padding: 8px;
    border-radius: 5px;
    background-color: #0366ce;
    font-family:  Montserrat, sans-serif;;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
}

.cta-steps:hover {
  	color: #fff;
    background-color: #0054ac;
    box-shadow: 21px 21px 38px 0 rgba(0, 0, 0, .2);
}
.steps-block__title {
    padding-top: 1em;
    font-family: Montserrat, sans-serif;;
    font-size: 4rem;
    line-height: 1.2;
}
.steps-block__title.steps-block__title--discover {
    color: #0366ce;
}

h3.c-heading-sub.c-heading-sub--steps {
    width: 90%;
    font-weight: 400;
}

.c-icon-box.steps-block__list {
    padding-bottom: 0.5em;
}
.c-icon-box__cell-left {
    float: left;
}
/*.c-icon-box__icon.c-icon-box__icon--medium {
    width: 50px;
    height: 50px;
}
.c-icon-box__icon {
    margin-right: 20px;
    color: #dd4e0c;
    text-align: center;
}*/

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

h4.c-icon-box__heading.c-icon-box__heading--ntm {
    margin-top: 0px;
}

.steps-block.animated {
  	-webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  	opacity: 0;
}

.steps-block.animated.toggle-animation {
  	-webkit-transform: translateX(0);
    transform: translateX(0);
  	opacity: 1;
  	-webkit-transition: transform 500ms ease-in-out;
  	transition: transform 500ms ease-in-out;
}

.animated .steps-no {
  	-webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  	opacity: 0;
  	-webkit-transition: transform 500ms ease-in-out;
  	transition: transform 500ms ease-in-out;
}

.animated.toggle-animation .steps-no {
  -webkit-transform: translateY(0);
    transform: translateY(0);
  	opacity: 1;
  	-webkit-transition: transform 500ms ease-in-out;
  	transition: transform 500ms ease-in-out;
}
.o-section.section-testimonial {
    background-color: #f9f9f9;
}

.o-image.o-image--hero-quote {
    display: block;
    max-width: 80%;
    float: right;
}

.o-image.o-image--hero-quote.o-image--hero-quote-sml {
    width: 80px;
    margin-bottom: 40px;
}

.c-heading.section-testimonial__quote {
    padding: 1em;
    border: 10px solid #0366ce;
    background-color: transparent;
    font-size: 2rem;
    line-height: 1.2;
}

.hero-testimonial__title {
    display: inline-block;
    overflow: hidden;
    padding-top: 20px;
    float: left;
    font-size: 1rem;
}

.hero-testimonial__title-text {
    display: inline-block;
    overflow: hidden;
    float: left;
    font-size: 1rem;
}

.section-testimonial__line {
    display: inline-block;
    width: 100px;
    height: 2px;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    background-color: #333;
}

.o-image.o-image--hero-quote {
    display: block;
    max-width: 80%;
    float: right;
}
.o-section.stats {
    background-image: url('//cdn2.hubspot.net/hubfs/4506984/website/img/Banners/img-bg-generic.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: fixed;
}
.stats__inner {
    position: relative;
    z-index: 5;
}
.c-stats-block.c-stats-block--f2f {
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 0px;
    background-color: #fff;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    color: #b6b6b6;
    text-align: left;
}
.o-grid__cell.c-stats__col {
    min-height: 200px;
    padding: 20px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}
.c-stats-block__title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 1;
}
.c-stats-block__desc,
h3.c-stats-block__desc{
    color: #333;
    line-height: 1.3em;
}
.c-stats-block {
    color: #b6b6b6;
    text-align: left;
}
.c-stats-block {
    padding: 20px;
    color: #0054ac;
    text-align: center;
}
.o-grid__cell.c-stats__col.stat-v1 {
  color: #fff;
}
.c-heading.c-heading--supply {
    margin-right: 20px;
    padding: 1em;
    border: 10px solid #0366ce;
    background-color: transparent;
    color: #0366ce;
}

/* --- Banner Overlay --- */
.c-overlay.c-overlay--white-light {
    background-color: hsla(0, 0%, 100%,0);
}

/* --- Footer link text --- */
.footer-block a{
	color:#fff;
}

.footer-block p {
    padding-bottom: 20px;
}
/* --- Supply page dropdown menu placeholder colour --- */
.list-space-form select {
color:#999;
}

/* --- Subscribe GDPR consent--- */
 .legal-consent-container .hs-richtext{
    font-size: 10px;
    line-height: 1.4;
   color: #767B8D;
   }

/* --- Supply point section link style --- */
.c-link-red a{
  color: #ee3124;
}

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

/* --- Bold paragraph text --- */
strong, b,p strong, p b  {
	font-family:Montserrat, sans-serif;;
}

/* --- Blog Site search--- */
.blog-search-wrapper {
    position: relative;
}

.hs-search-field--open .hs-search-field__suggestions {
    border: 2px solid #e2e2e2;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    top: 49px;
    border-radius: 4px;
    border-top: 1px solid #e2e2e2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    box-shadow: 5px 5px 21px -4px rgba(0, 0, 0, .2);
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
    background-color: #f9f9f9;
    outline: 0;
    color: #0054ac;
}

/* --- Search Results Template --- */
.hs-search-results__listing {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-search-results__listing li {
    padding: 0;
    margin: 0px 0 10px;
    position: relative;
}

a.hs-search-results__title {
    text-decoration: underline;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
      border-radius: 4px !important;
}
/* --- Blog topics dropdown --- */
nav#topicMenu {
    background-color: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    border-top-width: 2px;
}

a.position-filter__dropdown-link.w-dropdown-link:hover {
    background-color: #f9f9f9;
    color: #0054ac;
}

a.position-filter__dropdown-link.w-dropdown-link {
    font-size: 14px;
    padding: 10px 20px;
}
.o-word-wrap {
    word-break: break-word;
}

.c-heading-sub.c-heading-sub--narrow.c-heading-sub--nbp {
    padding-bottom: 0em;
}
.o-image.o-image--case-study {
    max-height: 100%;
    max-width: 200px;
    margin-top: 20px;
}
.footer-copy-line {
    width: 100%;
    height: 1px;
    background-color: #414141;
    margin: 10px 0;
}
.light-grey a,
.light-grey a:hover {
    color: #767b86;
}
.logged-in {
  display: none;
}
.logged-out {
  display: none;
}
a#btnAccount {
    margin-left: 22px;
}
.menu-search.loggedin {
    width: 160px !important;
}
/* ==========================================================================
   CUSTOM 
   ========================================================================== */
.how_apply-solutions h2{
	margin-bottom:10px;
}
.c-icon-box__heading.u-color--white.intern-text {
    margin-bottom: 0px;
    font-weight: 300;
}
.c-icon-box__heading.u-color--white {
    color: #fff;
}
.c-heading h2 {
    padding-bottom: 0.5em;
}

.o-image.u-m--left-right {
    margin-right: 30px;
    margin-left: 30px;
}
.seals span,
.seals div {
    width: auto;
    float: none;
    display: inline;
}
.counter {
    color: #282c36;
    font-size: 56px;
    line-height: 1.05em;
    font-weight: 700;
}

.u-footer-divider {
    height: 1px;
    margin-bottom: 45px;
    background-color: #767b86;
}
.c-disclaimer {
    color: #767b86;
    font-size: 11px;
}
a.c-link-privacy {
    margin-right: 20px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #767b86;
    font-size: 11px;
  	text-decoration: underline;
}
.c-link-privacy a{
	color:#767b86;
  text-decoration:underline;
      margin-right: 20px;
}
.c-link-privacy a:hover{
	  color: #ed1459;
    text-decoration: none;
}
.counter {
  color: #282c36;
  font-size: 56px;
  line-height: 1.05em;
  font-weight: 700;
}

.counter.no3 {
  color: #14b29b;
}

.counter.no2 {
  color: #149ab3;
}

.counter.no1 {
  color: #0d6777;
}

.c-heading-sub-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 2.5em;
  font-family: Montserrat, sans-serif;
  color: #01414d;
  font-size: 1.2em;
  line-height: 1.55em;
  font-weight: 300;
  text-transform: capitalize;
}

.c-heading-sub-2.gen-scroll-text {
  width: 143px;
  margin-top: 15px;
  margin-left: 22px;
  padding-bottom: 1em;
  font-size: 0.7em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.c-heading-sub-2.gen-scroll-text.counter-text {
  width: auto;
  margin-top: 7px;
  margin-left: 0px;
  padding-bottom: 0em;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.c-disclaimer {
  color: #767b86;
  font-size: 11px;
}

.u-footer-divider {
  height: 1px;
  margin-bottom: 45px;
  background-color: #767b86;
}

.c-link-privacy {
  margin-right: 20px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #767b86;
  font-size: 11px;
}

.c-link-privacy:hover {
  color: #ed1459;
  text-decoration: none;
}

.c-link-privacy.u-nmr {
  margin-right: 0px;
}

.c-link-privacy.u-right {
  margin-right: 0px;
  margin-left: 20px;
  float: right;
}

.c-featured-course {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 100px;
  background-color:#4285f4;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.c-featured-course.richtext_mod{
	width:auto !important;
}

.c-featured-course.course-details {  
  margin-right: 10px;
  background-color:#4285f4;
  /*hsla(0, 0%, 100%, .25)*/
  color: #fff;
  font-weight: 500;
}

.c-salaries-wrapper {
  padding: 40px 40px 30px;
  background-color:#8F1632;
}

.c-source-text {
  color: #fff;
  font-size: 11px;
}

.c-source__link {
  color: #fff;
  text-decoration: underline;
}

.c-source__link:hover {
  text-decoration: none;
}

.c-campus-img {
  width: 100%;
  height: 250px;
}

.c-campus-img.img-1 {
  background-image: url('../images/blog-main-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-campus-img.img-2 {
  background-image: url('../images/internal-page-img-two.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-campus-img.img-3 {
  background-image: url('../images/blog-main-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-campus-img.img-4 {
  background-image: url('../images/adult-business-businessman-374820.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-2 {
  color: #ed1459;
}
.c-campus-img.img-1:hover {
    cursor: pointer;
}
.c-fee-wrapper {
  padding: 20px 25px;
  background-color: #f4f4f4;
  text-align: center;
}

.c-mo-fee-text {
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 0px;
  float: left;
  color: #282c36;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.c-mo-fee-text.u-color--white {
  color: #fff;
}

.c-mo-fee-text.u-color--white.c-discount-text-small {
  display: inline-block;
  margin-top: 13px;
  margin-right: 30px;
  float: left;
}

.c-mo-fee-text.u-color--white.c-discount-text-small.u-strike {
  margin-right: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.c-mo-fee-text.u-color--white.c-discount-text-small.u-text-nb {
  font-weight: 400;
}

.c-discount-wrapper {
  padding: 20px;
  background-color: #1579bd;
  text-align: center;
 
}

.c-discount-wrapper.u-color--white {
  color: #fff;
}

.c-strike-through {
  text-decoration: line-through;
}

.c-discount__center {
  display: inline-block;
  text-align: center;
}

.c-countdown-timer__text {
  visibility:hidden;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 14px;
  color: #ed1459;
}

.c-countdown-timer {
  text-align: center;
}

.c-apply-now-wrapper {
  padding: 20px;
  background-color: #f4f4f4;
}

.c-campus-life-slider {
  height: 620px;
}

.c-lp-social-wrapper {
  text-align: center;
}

.c-trust-element-wrapper {
  text-align: center;
}

.c-dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-dropdown__column {
  width: 50%;
  min-width: 400px;`
  padding: 2.4em;
  text-align: left;
}

.o-column.n-p-left-right {
  padding-right: 0px;
  padding-left: 0px;
}

.c-discount-text {
  display: inline-block;
  float: left;
  color: #1579bd;
  font-weight: 600;
}

.c-discount__line {
  width: 70%;
  height: 1px;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  background-color: #1579bd;
}

.c-discount-text-wrapper {
  height: 21px;
}

.c-location-wrapper {
  width: 90%;
}

.c-form-text-area {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

.c-application-wrapper {
  display: inline-block;
  width:100%;
}
.c-breadcrumbs {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    color: #cacaca;
    padding: 60px 0 0;
}
.c-breadcrumbs a{
    color: #cacaca;
}
.c-breadcrumbs a:hover{
	text-decoration:underline;
}
.c-breadcrumbs__crumb.c-breadcrumb__divider.u-npl {
    padding-left: 0px;
}

.c-breadcrumb__divider {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.desktop-hide{
	display:none;
}
.c-hero.c-hero--courses {
    /*min-height: 468px;*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  	height: 468px;  
  	padding-top: 120px;
  	position: relative;
}
.c-featured-course {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 100px;
    background-color: #fff;
    color: #1579bd;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.c-featured-course.course-details {
    margin-right: 10px;
    background-color:#fff;
    color: #000000;
    font-weight: 500;
    opacity: 0.8
}

/* Sticky menu */
.c-hero.c-hero--courses.sticky,
.c-hero.c-hero--scholarship.sticky{
    position: fixed;
    height: auto;
    min-height: auto;
    padding: 10px 0 30px;
    z-index: 9;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.sticky .c-heading-sub.u-npb,
.sticky .c-course-video {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}
.sticky .c-spacer {
  height: 10px;
}
.sticky .typed {
  padding: 20px 0 0;
}
.sticky .u-align-table__cell {
  vertical-align: top;
}
#courseList.sticky {
  margin-top: 420px;
}
#mainMenu.sticky {
    visibility: hidden !important;
    opacity: 0 !important;
}
#priceBlock {
  top: 0;
}
#priceBlock.stuck {
    width: 400px;
  	max-width:400px;
}
/*
#triggerSticky.scholar-sticky #priceBlock.stuck{
	width:470px;
  transition:none;
  -webkit-transition:none;
}*/
#courseBanner.bottom-hide,
#priceBlock.bottom-hide {
    opacity: 0;
}
div#triggerSticky {
    padding-top: 68px;
}
.stuck {
    position: fixed !important;
    top: 20px !important;
  	z-index: 10;
      -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.mob-anchor {
 display: none; 
}
.row-fluid .span12.mobile-only {
  display: none;
}
.o-pricing-plan.u-monthly-fee,
.o-pricing-plan.c-discount {
    display: inline-block;
    float: right;
}
.o-image.u-tiny {
    width: 25px;
  	vertical-align: middle;
}
.hs-button.primary.sticky-btn-apply {
	border-color: #ed1459;	
  background-color: #ed1459;
  width: 80%;
  margin: 20px auto 0;
  float: none;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hs-button.primary.sticky-btn-apply:hover {
    border-color: #d1134f;
    background-color: #d1134f;
    -moz-box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
    box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hs-button.primary.sticky-btn-apply-cta a {
	border-color:#a01c46;	
  background-color:#a01c46;
  width: 80%;
  margin: 20px auto 0;
  float: none;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hs-button.primary.sticky-btn-apply-cta a:hover {
    border-color: #d1134f;
    background-color: #d1134f;
    -moz-box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
    box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.apply-now-form {
	padding: 30px 30px 50px;
 	background-color: #f4f4f4;
}
.mob-anchor .c-button.c-button--primary.c-apply-nav-btn.w-button {
  padding: 10px 20px;
}
#mobileBanner {
  display: none;
}

.lp-content__cnt h2{
	margin-bottom:15px;
}

@media (max-width:991px){

}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 992px) {
  .stat-pull {
    height: 0;
  }
}

@media(max-width:1279px){
  .list-item.course_wrap .c-card{
		margin:0 10px 20px 0 !important;
  }
  .list-item.course_wrap.c-card {
    margin: 0px 20px 20px 0px !important;
}
}
@media screen and (min-width: 1200px) {
    .w-container,
    .container-fluid .row-fluid .page-center {
        max-width: 1170px;
    }
    .container-fluid .row-fluid .page-center.page-center-offset {
        max-width: 1190px;
    }
    .u-container--medium,
    .container-fluid .row-fluid .page-center.u-container--medium{
        max-width: 960px;
    }
}

@media (max-width: 1199px) {
    .o-section.section-split {
        margin-bottom: 280px;
    }
    .c-card.c-card__secondary-articles {
        height: 500px;
    }
    .c-blog-article,
    .c-blog-content-offer {
        height: 500px;
    }
    .c-heading.c-heading-np.header-text-nc.c-heading--thin {
        width: 100%;
    }
    .row-fluid .span4.featured-right {
        margin-left: 20px;
        width: 31.624%;
    }
  
}

@media(max-width:1024px){
  .float-right img{
  	width:100% !important;
  }
  .list-item.course_wrap.c-card {
    margin: 0px 25px 20px 0px !important;
}
}

@media (max-width: 991px) {
  .footer-block {
    width: 100% !important;
    margin: 0 !important;
	}
  .list-item.course_wrap.c-card {
    margin: 0px 20px 20px 0px !important;
	}
    a#btnAccount {
      margin-left: 10px;
    }
    .span4.widget-span.widget-type-cell.o-grid__cell--psmall.u-pad-left {
      padding-left: 15px;
    }
    .c-stats-block.c-stats-block--f2f .row-fluid .span6.full-fluid-6 {
      width: 100%;
    }
    h3.blog-filter-heading.c-heading {
      font-size: 1.4em;
    }
    .c-heading.c-heading--supply {
      margin-right: 20px;
      padding: 0.8em;
    }
    .c-stats-block.c-stats-block--f2f {
      height: auto;
    }
    .c-stats-block__title {
      font-size: 3rem;
    }
    .c-heading.section-testimonial__quote {
      font-size: 1.6rem;
    }
    .section-testimonial__line {
      width: 30px;
    }
    .steps-block__title {
      padding-top: 1em;
      font-size: 3rem;
    }
    .c-icon-box {
      padding-bottom: 0;
    }

    .c-icon-box__cell-right {
      overflow: visible;
      float: left;
    }
    .o-feature-image-box {
      height: auto;
      margin-top: 0px;
      margin-bottom: 0px;
      text-align: center;
  }
    .team-member.culture-one {
		height: 130px;
	}
    .c-spacer.c-spacer--super.c-spacer-hide {
        display: none;
    }
	.c-lp-form {
		padding: 35px;
	}
	.case-study-section__grid-wrap.u-no-shadow.career-img {
		bottom: -359px;
		margin-top: -138px;
	}
    .row-fluid .o-lp-video-wrapper.u-centered {
    	width: auto;
    }
    .vid-pad {
        padding: 20px;
    }
    .c-article.u-ty--hlarge {
        height: 340px;
    }
    .row-fluid .span4.featured-right {
        margin-left: 20px;
        width: 31.024%;
    }
    .o-container.u-letter-box--super {
        padding-top: 80px;
        padding-bottom: 80px;
    }
  	#courseList .o-container.u-letter-box--super{
  			padding-bottom:80px;
  	}
  	.c-lp-social-wrapper{
  			margin-top:20px;
  	}
    .c-nav__item {
        float: none;
    }
    .o-grid__cell.u-centered.u-letter-box--small {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .o-grid__cell.o-grid__cell--np.u-same-height__cell.repo-image {
        display: none;
    }
    .o-grid__cell.case-study-section__cell {
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .o-grid__cell.o-grid__cell--psmall {
        padding-right: 10px;
        padding-left: 10px;
    }
    .u-letter-box--super {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .c-spacer.c-spacer--large {
        height: 40px;
    }
    .c-tabs__content.c-tabs__content--nb {
        border-style: none;
    }
    .c-menu-buttton {
        color: #fff;
    }
    .o-slide.o-slide--col3 {
        width: 50%;
    }
    .row-fluid .span12.o-container-large {
        width: auto;
        max-width: 728px;
    }
    .row-fluid .span12.o-container-large.u-letter-box--super {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .o-feature-content {
        max-width: 460px;
        padding-right: 5%;
        padding-left: 5%;
    }
    .o-feature-content.o-feature-content--left {
        padding-left: 5%;
    }
    .o-feature-content.o-feature-content--left-pad-medium {
        max-width: 100%;
        padding-left: 5%;
    }
    .u-same-height__button-fixed {
        left: 30px;
    }
    /*.c-scroll-top.u-highest {
        display: none;
    }*/
    .c-icon-box {
        padding-bottom: 1em;
    }
    .o-feature-bg.o-feature-bg--custom-one.o-feature-bg--large {
        height: 430px;
    }
    .case-study-section {
        margin-bottom: 280px;
        padding-bottom: 230px;
    }
    .case-study-section__grid-wrap {
        bottom: -530px;
    }
    .banner-text--bottomleft.banner-text--narrow {
        width: 80%;
    }
    .team-member.team-member-one {
        background-position: -45px 0px;
        background-size: cover;
    }
    .team-member.team-member-two {
        background-position: -43px 0px;
    }
    .team-member.team-member-three {
        background-position: -50px 0px;
    }
    .team-member.team-member-four {
        background-position: -48px 0px;
    }
    .team-member.team-member-five {
        background-position: -53px 0px;
    }
    .team-member.team-member-six {
        background-position: -44px 0px;
    }
    .o-content-offer {
        padding: 0%;
    }
    .w-container,
    .container-fluid .row-fluid .page-center {
        max-width: 728px;
    }
    .container-fluid .row-fluid .page-center.page-center-offset {
        max-width: 748px;
    }
    /* Case Study Section */
    .case-study-section__grid-wrap {
        bottom: -535px;
    }
    .case-study-section {
        margin-bottom: 350px;
    }
    .c-button.c-button--primary.c-button--rounded.u-pillar-box--mar-small {
        margin-left: 15px;
        margin-top: 0;
    }
    .pricing-section {
        margin-bottom: 340px;
        padding-bottom: 270px;
    }
    .type-wrapper {
        display: block;
        min-height: auto;
    }
    .span12.widget-span.widget-type-rich_text.icon-box-content {
        width: 73%;
    }
    .o-section.section-split {
        margin-bottom: 350px;
    }
    .logo-block {
        width: 33.333333%;
    }
    .logo-block.logo-block-4 {
      width: 50%;
    }
    .row-fluid .span4.casestudy-block {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .cta-container {
        bottom: 30px;
    }
    .c-card.c-card__secondary-articles {
        height: 430px;
    }
    .c-card__content.u-c-card-lessp {
        padding: 1.2em;
    }
    .c-blog-content-offer {
        padding: 20px;
    }
    .c-card__image.u-secondary-article-image {
        height: 180px;
    }
    .gsc-results-wrapper-visible {
        margin-top: 60px !important;
    }
    .o-services-video-wrapper {
    	padding-right: 20px;
    	padding-left: 20px;
    }
    .row-fluid .vertical-container.tablet-hide,
    .row-fluid .tablet-hide,
    li.tablet-mob {
        display: none;
    }
    .row-fluid .full-tablet,
    .row-fluid .span6.full-fluid-6.full-tablet {
        width: 100%;
    }
  	.o-feature-image-box__quote {
      position: relative;
      padding: 100px 30px;
    }
      .top-section.white-top {
        height: 100%;
    }
     .span12.widget-span.widget-type-cell.casestudy-wrapper.casestudy-bg-columns.ps.padding-boxx {
        margin-bottom: 70px;
    }
    .c-heading-sub-2.gen-scroll-text.counter-text {
      width: auto;
      margin-left: 20px;
    }
    .c-featured-course.course-details {
      margin-bottom: 10px;
    }
    .c-course-video {
      margin-top: 0px;
    }
    .c-fee-wrapper {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .c-mo-fee-text {
      margin-top: 15px;
      float: none;
    }
    .c-mo-fee-text.u-color--white.c-discount-text-small {
      display: block;
      margin-right: 0px;
      float: none;
    }
    .c-mo-fee-text.u-color--white.c-discount-text-small.u-strike {
      display: inline-block;
    }
    .c-mo-fee-text.u-color--white.c-discount-text-small.u-text-nb {
      display: inline-block;
    }
    .c-discount-wrapper.u-color--white {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .c-discount__center {
      display: block;
      margin-bottom: 10px;
    }
    .c-discount__line {
      width: 60%;
    }
  	#priceBlock.bottom-hide, #priceBlock{
  		margin-top:0;
      padding-bottom:30px !important;
  	}
  	#formWrapInt .u-letter-box--super{
  		padding-top:0;
  	}
    .o-container.u-letter-box--super.page-center.u-letter-box--ntp.padded {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*#courseList .o-container.u-letter-box--super {
    padding-left: 20px;
    padding-right: 20px;
	}*/
  .o-modal__team-image{
  	height:auto;
  }
  .c-countdown-timer__text {
    margin-top: 10px;
  }
  .o-pricing-plan__dollar.o-pricing-plan__dollar-top.c-money-sign {
    top: -16px;
    color: #fff;
    font-weight: 600;
  }
  .o-pricing-plan.u-monthly-fee,
  .o-pricing-plan.c-discount {
    float: none;
    width:100%;
  }
  .hs-button.primary.sticky-btn-apply {
    display: none;
  }
  
  .hs-button.primary.sticky-btn-apply-cta a {
    display: none;
  }  
  
  #priceBlock.bottom-hide,
  #priceBlock {
    opacity: 1;
    position: static !important;
    padding: 0 0px;
    max-width:100%;
  }
  .tab-full-width {
    width: 100% !important;
  }
  #courseBanner {
    display: none;
  }
  #mobileBanner {
    display: table;
  }
  /*#courseList {
    margin-top: 0 !important;
  }*/
  #triggerSticky.scholar-sticky{
  	width:100%;
    margin:0;
  }
  #triggerSticky.scholar-sticky #priceBlock{
  	padding:20px;
  }
  #triggerSticky.scholar-sticky #priceBlock.stuck{
  	width:100%;
  }
  .row-fluid .span12.mobile-only {
    display: block;
  }
  .mob-anchor {
    display: inline-block;  
    width: 100%;
  }
  .row-fluid .span7.mobile-full {
    width: 100%;
  }
  .row-fluid .span5.mobile-hidden {
    display: none;
  }
  a.c-button.c-button--primary.c-apply-nav-btn.w-button:active {
    background-color: #d1134f !important;
	}
  .menu-cell.menu-search .w-dropdown-btn, .w-dropdown-toggle{
  	color:#222222;
  }
  .menu-cell.menu-search .c-whatsapp-btn{
  	color:#fff !important;
    float:left !important;
    width:50%;
    margin-right:0 !important;
    text-align:center;
    background-position: 35% 50% !important;
    border-bottom: 1px solid #484848;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-cell.menu-search .c-phone-number{
  	float:left !important;
    width:50% !important;
    text-align:center;
    border-right:1px solid #484848;
    border-bottom: 1px solid #484848;
  }
  .menu-cell.menu-search .c-nav-contact-wrapper {
    border-bottom: none !important;
	}
  .menu-cell.menu-search .w-dropdown-list{
  	position:relative;
  }
  .menu-cell.menu-search .search-wrap{
  	height: auto;
    padding-bottom: 20px;
  }
}




@media (max-width: 767px) {
  
  
  .list-item.course_wrap.c-card{
  	margin:0 !important;
    min-height:auto;
  }
  .c-featured-course.richtext_mod{
  	width:230px !important;
    text-align:center;
  }
  	.c-scroll-top{
  	  left: 20px;
    	bottom: 0;
      height: 30px;
      border-radius:0;
      box-shadow: 0 20px 55px -8px rgba(0, 0, 0,0)
  	}
  	.u-footer-divider{
  		display:none !important;
  	}
  	.tc_pp {
    	text-align: left;
		}
  	.o-image.u-highest {
    	padding-right: 0;
		}
  	.hide{
  		display:none !important;
  	}
  	/*.lp-content__cnt{
			margin-top:60px;  	
  	}*/
  	.o-image.u-m--left-right.badges{
  	  width: 60px;
  	}
    .c-button.c-button--primary.c-button--large.c-button--corners.c-apply-btn {
      margin-left: 0;
    }
    .o-sales-team-image {
      border-bottom: 1px solid #e2e2e2;
    }
    .footer-copy-line {
      display: none;
    }
    .footer-copyright {
      padding: 10px 20px;
    }
    .c-heading.c-heading--xlarge.c-heading--hero-feature {
      font-size: 2.5rem;
    }
    .steps-block__list .c-icon-box__cell-right {
      width: 100%;
    }
  	.span4.widget-span.widget-type-cell.o-grid__cell--psmall.u-pad-left {
      padding-left: 0;
  	}
    .overlap-section-team {
      padding-bottom: 0;
  	}	
    .o-feature-image-box {
      min-height: auto;
    }
    .c-heading.c-heading--supply {
      margin-right: 0px;
      margin-bottom: 40px;
    }
    .c-stats-block.c-stats-block--f2f {
      margin-right: 0px;
      margin-left: 0px;
    }
    .o-grid__cell.c-stats__col {
      height: auto;
      min-height: auto;
    }
    .o-image.o-image--hero-quote.o-image--hero-quote-sml {
      display: block;
      margin-right: auto;
      margin-left: auto;
      float: none;
    }
    .c-heading.section-testimonial__quote {
      font-size: 1.8rem;
    }
    .c-icon-box__cell-right {
      width: 84%;
      float: left;
    }
    .c-icon-box__cell-left {
      margin-bottom: 20px;
    }
    .c-icon-box {
      padding-bottom: 1em;
    }
    h3.c-heading-sub.c-heading-sub--steps {
      width: 100%;
    }
    .o-grid__cell.steps-block__cell-left {
      padding-right: 0px;
      padding-left: 0px;
    }
    .steps-block__inner {
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
    }
    .steps-no {
      left: 20px;
    }
    .o-grid__cell.steps-block__cell-right {
      padding-right: 0px;
      padding-left: 0px;
    }
    .c-button.c-button--primary-red.c-button--large.c-button--wwd {
      margin-top: 0px;
      margin-bottom: 40px;
  }
    .span12.widget-span.widget-type-cell.casestudy-wrapper.casestudy-bg-columns.ps.padding-boxx {
        margin-left: 20px;
        margin-right: 20px;
    }
  	.team-member.culture-one {
      height: 170px;
    }
      .u-lp-four-header-wrapper.u-centered.u-color--white {
      width: 80%;
    }
    .career-team-wrap {
        padding: 0 10px;
    }
    .custom-pull {
        margin-top: -5px;
    }
    .c-hero.c-hero--home-boxed {
    	height: auto;
    	padding: 120px 0 60px;
    }
    .c-hero.c-hero--home.u-align-table.bg-vid {
    	height: auto;
    	padding-top: 70px;
    	padding-bottom: 40px;
    }
    .c-hero--home.bg-vid .c-hero__inner,
    .container-fluid .row-fluid .page-center.o-container-pull.o-banner-pull {
        margin-top: 0;
    }
    .resource-block {
        margin-bottom: 20px;
    }
    .row-fluid .span-small-6 {
        width: 50%;
        float: left;
    }
    .o-grid__cell.o-grid__cell--pright-medium {
		padding-right: 20px;
	}
    .resources-footer {
    	padding: 0 0 80px 0;
    }
    #filterWrap .jplist-dd-panel {
        width: 100%;
        margin-bottom: 10px;
      	margin-left:0px !important;
    }
	.c-lp-form {
		margin-top: 20px;
		padding: 20px;
	}
    .map-container iframe {
    	position: relative;
    }
    .container-fluid .row-fluid .page-center.page-center-offset.offset-pull {
        padding: 0 10px;
    }
    .cell-pad {
        padding: 0 15px;
    }
    .span2.workplace-img {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .o-grid.o-grid-hidden {
    	display: none;
    }
    .lp-content {
        margin-bottom: 30px;
    }
    .img-full {
        margin-bottom: 30px;
    }
    .c-article.u-ty--hlarge {
        height: 200px;
    }
    .wistia_responsive_padding {
        margin-bottom: 20px;
    }
    .o-slide__inner {
        padding-left: 0;
        padding-right: 0;
    }
    .span3.widget-span.widget-type-cell.footer-block {
        border-bottom: 1px solid #424242;
        padding: 20px 20px 25px;
    }
  
    .footer-wrapper {
        font-size: 13px;
        padding: 40px 0;
    }
    /*.footer-wrapper .row-fluid .page-center {
        max-width: none;
    }*/
    .row-fluid .span8.featured-left {
        width: 100%;
    }
    .row-fluid .span4.featured-right {
        width: 100%;
        margin-left: 0;
    }
    .row-fluid .vertical-container.mobile-hide,
    .row-fluid .mobile-hide,
    li.hide-mob {
        display: none;
    }
  	.mobile-hide{
  		display:none;
  	}
  	.desktop-hide{
  		display:inline-block;
  	}
    .o-feature-bg {
        margin-bottom: 20px;
    }
    .c-hero--home .c-hero__inner {
      padding-top: 150px;
      padding-bottom:40px;
      padding-right: 40px !important;
    	padding-left: 40px !important;
    }
    .c-blog-article {
        margin-bottom: 10px;
    }
    .featured-left  .c-blog-article {
        height: auto;
    }
    
    .c-blog-article__feature.u-blog-article__feature--bottom-left {
        bottom: auto;
        left: auto;
        overflow: auto;
        position: relative;
        width: 100%;
    }
    .desktop-typer {
        display: none;
    }
    .mobile-typer {
        display: block;
    }
    .team-block {
      padding: 0 10px;
    }
    .team-member {
        height: 450px;
    }
    .case-inner {
      min-height: 195px;
    }
    .casestudy-block {
        min-height: 0;
        background-color: #f1f1f1;
    }
    .casestudy-block.v2 {
        background-color: #fff;
    }
    .case-inner {
        min-height: 0;
    }
    .span12.widget-span.widget-type-cell.o-container-large.u-letter-box--super,
  	.span12.o-container-large.u-letter-box--super {
        padding-left: 20px;
        padding-right: 20px;
    }
    .o-container.u-letter-box--super {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .case-study {
        margin-right: -20px;
        margin-left: -20px;
    }
    .c-heading.c-heading-np.header-text-nc.c-heading--thin {
        width: 100%;
    }
    .o-grid.u-letter-box--small.u-letter-box--none {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .o-grid__cell {
        padding-right: 20px;
        padding-left: 20px;
    }
    .o-grid__cell.u-same-height__cell.u-image--none,
  	.row-fluid .vertical-container.u-image--none{
        display: none;
    }
    .o-grid__cell.case-study-section__cell.u-same-height__buttons {
        min-height: 0;
    }
    .o-grid__cell.o-grid__cell--psmall {
        padding-right: 20px;
        padding-left: 20px;
    }
    .o-grid__cell.u-grid__cell--mt {
        margin-top: 20px;
    }
  .inner-loc .o-grid__cell.u-grid__cell--mt{
  		display:inline-block;
    	width:100%;
  	}
    /*.c-spacer.c-spacer--small {
        height: 20px;
    }*/
    .c-spacer.c-spacer--super {
        height: 40px;
    }
    /*DOUBLECHECKTHIS*/
    .o-container__item {
        padding-right: 20px;
        padding-left: 20px;
    }
  .c-hero__inner.u-align-table__cell.u-p-left-right{
  	padding-right:0px;
    padding-left:0px;
  }
    .o-container__item.u-centered.u-p-left-right {
        padding-right: 20px;
        padding-left: 20px;
    }
    .c-heading-section {
        padding-right: 20px;
        padding-left: 20px;
    }
    .c-hero.c-hero--home {
        height: 650px;
        padding-top: 0;
    }
    .o-slide.o-slide--col3 {
        width: 100%;
    }
    .row-fluid .span12.o-container-large.u-letter-box--super {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .o-feature-content {
        max-width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }
    .o-feature-content.o-feature-content--left {
        width: 100%;
        max-width: 100%;
        padding-right: 0%;
        padding-left: 0%;
        float: none;
    }
    .o-feature-content.o-feature-content--left-pad-medium {
        padding-left: 0%;
      	padding-right: 0%;
    }
    .u-same-height__button-fixed {
        left: 20px;
        right: 20px;
    }
    .u-same-height__button-fixed.u-same-height__button-fixed--npl {
        left: 20px;
    }
    .c-icon-box {
        padding-bottom: 40px;
    }
    .c-icon-box__cell-left.c-icon-box__cell-left--medium {
        margin-right: 15px;
    }
    .c-icon-box__icon.c-icon-box__icon-xlarge.logo-centered {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .c-social-link {
        display: inline-block;
    }
    .c-social-icon.fa.fa-facebook.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-pinterest.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-twitter.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-google-plus.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-instagram.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-linkedin.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-youtube.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-tumblr.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-flickr.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-dribbble.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-quora.fa-5x {
        font-size: 3em;
    }
    .c-social-icon.fa.fa-foursquare.fa-5x {
        font-size: 3em;
    }
    .o-feature-bg.o-feature-bg--custom-one.o-feature-bg--large {
        height: 450px;
    }
    .demo-video {
        height: auto;
    }
    .case-study-section {
        margin-bottom: 60px;
        padding-bottom: 0px;
    }
    .case-study-section__grid-wrap {
        position: static;
    }
    .c-card__content {
        padding: 1.8em;
    }
    .banner-text {
        padding-right: 20px;
        padding-left: 20px;
    }
    .banner-text--bottomleft.banner-text--narrow {
        width: 100%;
    }
    .banner-text--bottomleft.banner-text--narrow.u-less-pad--xxlarge {
        margin-top: 120px;
    }
    .team-member {
        margin-bottom: 20px;
    }
    .team-member.team-member-one {
        background-position: 50% 7%;
    }
    .team-member.team-member-two {
        background-position: 50% 7%;
    }
    .team-member.team-member-three {
        background-position: 50% 4%;
    }
    .team-member.team-member-four {
        background-position: 50% 13%;
    }
    .team-member.team-member-five {
        background-position: 50% 9%;
    }
    .team-member.team-member-six {
        background-position: 50% 7%;
    }
    .c-card__image.u-testimonial-image-one {
        height: 250px;
    }
    .c-card__image.u-testimonial-image-two {
        height: 250px;
    }
    .c-card__image.u-testimonial-image-three {
        height: 250px;
    }
    .c-card__image.u-testimonial-image-four {
        height: 250px;
    }
    .c-card__image.u-testimonial-image-five {
        height: 250px;
    }
    .c-card__image.u-testimonial-image-six {
        height: 250px;
    }
    .o-product-logos {
        text-align: center;
    }
    .o-sales-team-image {
        border-bottom: 1px solid #e2e2e2;
    }
    .o-services-video {
        margin-bottom: 20px;
    }
    .u-same-height-wrapper,
  	.u-same-height__row-fluid,
  	.u-same-height__cell,
  	.u-same-height__buttons,
  	.row-fluid .u-same-height__cell.span6{
        display: block
    }

    /* Case Study Section */
    .case-study-section__grid-wrap {
        bottom: -535px;
    }
    .case-study-section {
        margin-bottom: 60px;
    }
    h1 {
        font-size: 2.2em;
    }
    h2 {
        font-size: 1.9em;
    }
    .demo-video {
        height: auto;
    }
    .pricing-section {
        margin-bottom: 70px;
        padding-bottom: 0;
    }
    .type-wrapper {
        display: block;
        height: 125px;
    }
    .o-grid__cell.u-centered.grid-block {
        margin-bottom: 40px;
    }
        .row-fluid .case-study-container .span4 {
        width: 100%;
    }
    .span12.widget-span.widget-type-cell.case-study-container {
        position: relative;
    }
    .case-study-section {
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .o-section.section-split {
        margin-bottom: 50px;
    }
    .banner-sub h3 {
        padding-bottom: 1.5em;
    }
    .o-feature-content.u--padded {
        padding-right: 20px;
        padding-left: 20px;
    }
    .o-modal .span7 {
        padding-bottom: 20px;
    }
    .row-fluid .span4.casestudy-block {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 75px;
        display: block;
        width: 100%;
    }
    .cta-container {
        bottom: -5px;
        position: relative;
    }
    .listing-wrapper .span4 {
        width: 100%;
    }
    .c-card.c-card__secondary-articles {
        height: auto;
    }
    .blog-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pagination li.first-posts-link {
        left: 30px;
    }
    .pagination li.previous-posts-link {
        left: 70px;
    }
    .pagination li.next-posts-link {
        right: 70px;
    }
    .pagination li.last-posts-link {
        right: 30px;
    }
    .row-fluid .span4.casestudy-block.pricing-blocks {
        display: block;
        float: none;
        height: auto;
        min-height: 0;
    }
    .o-container__item.pricing-feature-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .o-blog-filter-options--dropdown.w-dropdown {
        margin-left: 0;
        width: 100%;
      	margin-bottom: 10px;
    }
    .o-blog-filter-options--dropdown-toggle {
        width: 100%;
    }
    .vertical-wrap > .row-fluid-wrapper > .row-fluid {
        display: block;
        height: 100%;
    }
    .row-fluid .vertical-container {
      display: inline-block;
      float: left;
      height: auto;
      width: 100%;
    }
    .padding-box,
    .padding-mobile{
        padding-left: 20px;
        padding-right: 20px;
    }
    .o-sales-team-image img {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .row-fluid .span4.casestudy-block.o-product-logos {
      padding-left: 20px;
      padding-right: 20px;
    }
    .row-fluid .span6.full-fluid-6 {
        width: 100%;
    }
    .c-blog-content-offer {
        height: auto;
    }
    .c-blog-article {
        height: 300px;
    }
    .u-letter-box--medium.pad-bot {
        padding-bottom: 40px;
    }
    .o-blog-content-offer.cta-section {
      padding-left: 20px;
      padding-right: 20px;
    }
    .blog-post-body .c-social-link.c-social-link--footer {
        display: inline-block;
        width: auto;
    }
    .blog-post-body .o-social-icons {
        margin-bottom: 15px;
        margin-top: -5px;
        padding-left: 35px;
        width: 100%;
    }
    .span4.team-block {
    	width: 33.3%;
    	float: left;
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .span6.team-block {
      width: 100%;
    }
  	.span4.team-block.resource-block {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
  	}
    .team-wrap {
	    padding-left: 10px;
    	padding-right: 10px;
    }
    
    .team-member--overlay {
    	height: 100%;
    }
    .team-member-names {
    	padding: 0 10px 0 10px;
    }
    .agenda-table tr th:last-child {
    	text-align: left;
    }
    .row-fluid .span6.widget-span.widget-type-cell.o-grid__cell--np.span-pull-left {
        width: 100%;
    }
    .c-hero.c-hero--home {
      height: auto;
      min-height: auto;
      padding-top: 20px;
  	}
    .blog-post-body .o-social-icons > div {
      float: left;
    }

    .blog-post-body .o-social-icons {
      margin-bottom: 0;
      margin-top: 0;
      padding-left: 0;
      width: 100%;
    }
    .blog-post-body .u-letter-box--small.social {
      margin-left: 0;
      padding-top: 0;
    }
    .video-wsabi-wrap {
      display: none;
    }
    .c-course-video {
      margin-top: 20px;
    }
    .c-campus-img.img-1 {
      margin-bottom: 0px;
    }
    .c-campus-img.img-2 {
      margin-bottom: 10px;
    }
    .c-campus-img.img-3 {
      margin-bottom: 10px;
    }
    .c-fee-wrapper {
      margin-top: 70px;
    }
    .c-mo-fee-text {
      display: block;
    }
    .c-apply-now-wrapper {
      margin-bottom: 20px;
    }
    .c-discount__line {
      width: 65%;
    }
  
}
@media (max-width: 600px) {
    .cell-pad {
        padding: 0 20px;
    }
}
@media (max-width: 479px) {
  div#triggerSticky.span5{
  	padding-top:0;
  }
  .c-disclaimer,
  .c-link-privacy.u-right{
  	float:none;
    text-align:center;
  }
  .c-link-privacy a{
  	margin-right:0;
  }
  .gallery-items.item-1 .u-p--right.gallery-img.team-open,
  .gallery-items.item-3 .u-p--right.gallery-img.team-open{
  	padding-right:0;
  }
  .c-campus-img.img-1{
  	margin-bottom:0;
  }
  .mob-padding{
  	padding-right:20px !important;
    padding-left:20px !important;
  }
  .c-hero--home .c-hero__inner{
  	padding-right:20px !important;
    padding-left:20px !important;
  }
  .lp-content__cnt {
    margin-top: 0px;
	}
  .o-image.u-m--left-right.badges{
  	    margin-right: 10px;
    margin-left: 10px;
  }
  	.c-hero__inner.u-align-table__cell.u-p-left-right, 
  	.span12.widget-span.widget-type-cell.o-container__item.u-centered, 
  	.box-padding{
  		padding-right:0;
    	padding-left:0;
  	}
    .c-heading.c-heading--xlarge.c-heading--hero-feature {
      font-size: 1.8rem;
    }
  	.cta-steps {
      padding: 30px;
      font-size: 1.2rem;
    }
  
  .cta-oseias {
      padding: 2px;
      width:8px;
      height:4px;
      
    }
  
  
     
    .team-member {
      height: 400px;
    }
    .c-hero-search {
      width: 100%;
  }
    .c-heading.c-heading--supply {
      padding: 0.6em;
    }
    .c-heading.section-testimonial__quote {
      padding: 0.5em;
      font-size: 1.5rem;
    }
    .c-icon-box__cell-right {
      width: 75%;
    }
    .steps-block__inner {
      padding-top: 90px;
    }
    .steps-block {
      padding: 10px;
    }
    .o-grid__cell.steps-block__cell-right {
      padding-right: 0px;
    }
    .steps-block__title.steps-block__title--discover {
      font-size: 2.2rem;
    }
    .team-member.culture-one {
			height: 120px;
		}
    .u-lp-four-header-wrapper.u-centered.u-color--white {
		width: 90%;
	}
    .span2.workplace-img {
        width: 100%;
        float: none;
    }
    .row-fluid .span-small-6 {
        width: 100%;
        float: none;
    }
    .c-button.c-button--primary.c-button--rounded.upload-btn.u-right {
    	float: left;
    }
    .resources-footer {
    	padding: 0px 0 100px 0;
    }
    #filterWrap .jplist-panel .jplist-pagination .jplist-pagingprev,
    #filterWrap .jplist-panel .jplist-pagination .jplist-pagingnext {
    	top: 60px;
    }
	.case-study-section__grid-wrap.u-no-shadow.career-img {
		margin-top: -52px;
	}
    .agenda-table th {
        font-size: 11px;
        line-height: 15px;
        padding: 15px 5px;
    }
    .o-modal .span5,
    .o-modal .c-spacer {
        display: block;
    }
    .o-modal .span7 {
        padding-bottom: 0;
    }
    .o-container.u-letter-box--super {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .c-spacer.c-spacer--medium {
        height: 30px;
    }
    .c-spacer.c-spacer--super {
        height: 20px;
    }
    .c-heading-sub.c-heading-sub--narrow,
  	.row-fluid .span12.c-heading-sub.c-heading-sub--narrow{
        width: 100%;
        padding-bottom: 1.5em;
    }
    .c-heading-sub.c-heading-sub--medium.c-heading-sub--narrow {
      font-size: 1.2em;
    }
    .o-slider__mask {
        margin-right: 10px;
        margin-left: 10px;
    }
    .o-slide.o-slide--col3 {
        width: 100%;
    }
    .o-slider__left-arrow.o-slider__left-arrow--testimonial {
        display: none;
        width: 40px;
    }
    .row-fluid .span12.o-container-large.u-letter-box--super {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .o-slider__right-arrow.o-slider__right-arrow--testimonial {
        display: none;
        width: 40px;
    }
    .o-feature-bg.o-feature-bg--custom-one.o-feature-bg--large {
        height: 250px;
    }
    .case-study-section {
        padding-top: 50px;
    }
    .banner-text--bottomleft.banner-text--narrow {
        width: 100%;
    }
    .banner-text--bottomleft.banner-text--narrow.u-less-pad--xxlarge {
        margin-top: 50px;
    }
    .w-container,
    .container-fluid .row-fluid .page-center,
    .container-fluid .row-fluid .page-center.page-center-offset {
        max-width: none;
    }
    .type-wrapper {
        display: block;
        height: 145px;
    }
    .slider-wrap {
        padding: 0 20px;
    }
    .logo-block {
      width: 100%;
    }
    .logo-block.logo-block-4 {
      width: 100%;
    }
    .banner-sub h3 {
        padding-bottom: 1em;
    }
    .feature-tab-text,
    .feature-tab-heading {
        font-size: 11px;
        line-height: 15px;
        padding: 15px 5px;
    }
    .o-social-icons > div {
        float: left;
    }
    .span4.team-block {
    	width: 100%;
    }
    .c-heading-sub.u-lp-text--medium {
        width: 100%;
    }
    .o-blog-content-offer.u-bg--grey-super-light.u-letter-box--medium {
      padding-bottom: 20px;
    }
    .u-lp-four-header-wrapper.u-centered.u-color--white {
      width: 90%;
    }
    .menu-cell.menu-search .c-whatsapp-btn {
      margin-right: 0px !important;
      margin-left:0px !important;
      padding-left:30px !important;
      background-position: 15% 50% !important;
    }
  	.c-phone-number-toggle{
  		padding-top: 10px;
    	padding-bottom: 10px;
    	padding-left: 30px;
      padding-right: 20px;
  	}
  	#phoneMenu .w-icon-dropdown-toggle{
  		right:-18px;	
  	}
    .c-salaries-wrapper {
      padding: 20px;
    }
    .c-discount__line {
      display: none;
      width: 50%;
    }
  .row-fluid .span7.mobile-full{
  	padding-bottom:40px;
  }
  .next-img.fa.fa-angle-right{
  	right:1%;
  }
  .prev-img.fa.fa-angle-left{
  	left:1%;
  }
}
@media (max-width: 414px) {
    .c-button.c-button--primary.c-button--rounded.u-pillar-box--mar-small {
        margin-left: 0;
        margin-top: 10px;
    }
  a.c-breadcrumbs__crumb.c-breadcrumb__divider.last{
  	padding-left:0;
    padding-right:0;
  }
}

/* ==MENU NAVIGATION
 ==========================================================================
 ==========================================================================  */
/* DEBUGGING
***************************************
***************************************/
/*
.menu-cell {
    border: 1px solid red;
}
.main-menu .hs-menu-wrapper > ul {
    border: 1px solid green;
}
.search-wrap {
    border: 1px solid blue;
}
.main-logo {
  border: 1px dashed yellow;
}
*/

/* CORE 
***************************************
***************************************/
#mainMenu {
    font-family: Montserrat, sans-serif;;
}
.menu-table > .row-fluid-wrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.menu-table > .row-fluid-wrapper > .row-fluid {
    display: table-row;
    height: 100%;
}

.row-fluid .menu-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
    height: auto;
}

.row-fluid .main-menu-wrapper {
    min-height: 60px;
    height: auto;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.row-fluid .main-menu-wrapper.hide-menu {
    display: none;
}

.row-fluid .main-menu-wrapper.scrolling,
.row-fluid .main-menu-wrapper,
nav.c-menu {
    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);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

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

.row-fluid .widget-type-global_group {
    min-height: 0;
}

.main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
    padding-left: 9px;
    margin-right: 1px;
}

.menu-cell.main-logo {
  padding: 13px 0px 13px 30px;
}
.menu-cell.menu-search {
   /* border-left: 1px solid #fff; */
}
.menu-cell.main-menu {
    padding: 10px 10px 10px 0;
}
.main-menu-wrapper {
    transition: background-color 0.3s ease-out;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
body.mobile-open {
    overflow: hidden !important;
}
.mobile-open .main-menu-container.menu-table {
    overflow: auto;
}


/* Menu Grid 
***************************************
***************************************/
/*Logo*/
.main-logo {
    width: 15% !important;
}
/*MainMenu*/
.main-menu {
    width: 1130px !important;
}
/*Signup/Login*/
.menu-search {
    width: 218px !important;
}

/* LOGO 
***************************************
***************************************/
.main-logo {
    padding: 0 5px;
}

.main-logo img {
    height: auto;
    max-width: 160px;
}

/* Hamburger 
***************************************
***************************************/

.hamburger {
    height: 65px;
    width: 65px;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    padding-top: 15px;
    text-align: center;
    cursor: pointer;
}
.hamburger span {
    height: 2px;
    width: 33px;
    display: block;
    background-color: #282c36;
    margin: 0 auto 7px;
    font-size: 12px;
      -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hamburger span:nth-child(1) {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hamburger span:nth-child(2) {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hamburger span:nth-child(3) {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hamburger span:nth-child(4) {
    height: auto;
    color: #282c36;
    background-color: transparent;
    display: inline;
    top: -7px;
    position: relative;
}
    
.hamburger:hover span {
    -webkit-transform: rotate3d(0, 1, 0.1, 180deg);
    -moz-transform: rotate3d(0, 1, 0.1, 180deg);
    -ms-transform: rotate3d(0, 1, 0.1, 180deg);
    -o-transform: rotate3d(0, 1, 0.1, 180deg);
    transform: rotate3d(0, 1, 0.1, 180deg);
}
.hamburger.mobile-open span {

}
.hamburger.mobile-open  span{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  -webkit-transform:  rotate3d(0, 0, 0, 45deg);
    -moz-transform:  rotate3d(0, 0, 0, 45deg);
    -ms-transform:  rotate3d(0, 0, 0, 45deg);
    -o-transform:  rotate3d(0, 0, 0, 45deg);
    transform: rotate3d(0, 0, 0, 45deg);
}
.hamburger.mobile-open  span:nth-child(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    position: relative;
    top: 9px;
}
.hamburger.mobile-open span:nth-child(2) {
/*   transform: translateX(200%); */
  opacity: 0;
}
.hamburger.mobile-open  span:nth-child(3) {
  transform: rotate3d(0,0,1,-45deg);
  position: relative;
  top: -9px;
}




/* Login / Signup 
***************************************
***************************************/

.nav__sign-in {
	position: relative;
  display: inline-block;
  vertical-align: top;
	margin-left: 10px;
	color: #0054ac;
	margin-top: 15px;
	margin-right: 10px;
	padding: 2px 0px;
	float: left;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.nav__sign-up{
  margin-top: 11px;
  margin-right: 20px;
  padding: 4px 15px;
  font-size: 12px;
  background-color: transparent;
  color: #0366ce;
  clear: right;
  border: 2px solid #0366ce;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.nav__sign-up:hover {
  background-color: #0366ce;
  color: #fff;
  border-color: #0366ce;
  box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
}
.search-wrap {
    position: relative;
    right: auto;
    cursor: pointer;
    font-weight: 300;
    width: 100%;
    top: auto;
    display: inline-block;
    height: 60px;
  	vertical-align: middle;
}
/* SEARCH 
***************************************
***************************************/

.hs-search-results__listing li {
    padding: 0;
    margin: 0px 0 10px;
    position: relative;
}

.hs-search-results__listing li:hover:after {
    width: 100% !important;
  	background-color: #1579bd;
  	-webkit-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
}

.hs-search-results__listing li:after {
  	background-color: #ed1459;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
  	-webkit-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
    width: 7%;
}

#modal-search {
    position: fixed;
    top: 0;
    left: -100%;
    height:100%;
    width:100%;
    background-color: transparent;
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*-webkit-transform: translate(-100%, 0px);*/
    /*-moz-transform: translate(-100%, 0px);*/
    /*-o-transform: translate(-100%, 0px);*/
    /*-ms-transform: translate(-100%, 0px);*/
    /*transform: translate(-100%, 0px);  */
    opacity: 0;
    z-index:9999;
    height: 100vh;
}

#modal-search.open {
    background-color: #1579bd;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); 
    left:0;
    opacity: 1;
}

#modal-search .c-form.c-form--search {
    opacity:0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1s;
}

#modal-search.open .c-form.c-form--search {
    opacity:1;  
}

#modal-search input:focus-within {
    border-color: transparent !important;
    transition: border 0.3s ease !important;
}

.c-form-wrap.c-form-wrap--search {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
}

.c-form.c-form--search {
    max-width: 630px;
}

.c-form.c-form--search {
    position: relative;
    display: block;
    width: 70%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.c-button--close {
    cursor: pointer;
}

.form-container {
    position: relative;
    display: block;
    width: 70%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.form-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
}

.c-form-wrap {
    margin-bottom: 0px; 
}

.search-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    z-index: 9999;
    width: 50px;
    height: 50px;
    padding: 0px;
    border-radius: 100%;
    background-color: transparent;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: lowercase;
    cursor: pointer;
}

#modal-search input.hs-search-field__input {
    height: 80px;
    border-color: #fff;
    margin: 0;
    font-family: Montserrat, sans-serif;
  	padding-right: 30px;
  	padding-left: 30px;
    color: #1c79bd;
    font-size: 2rem;
    font-weight: 500;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
  	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#modal-search input.hs-search-field__input:focus {
    border-color: transparent;
    transition: border 0.3s ease;
}

.hs-search-field--open .hs-search-field__suggestions {
    border-width: 2px;
    border-top: medium none;
    border-left: medium none;
    border-right: medium none;
    padding: 10px;
    text-align: left;
}

.hs-search-field__suggestions li {
    font-size: 16px;
}

li#results-for {
    margin-bottom: 10px;
    font-size: 18px;
}

.hs-search-field__suggestions li a {
    text-decoration: underline;
}

#modal-search .hs-search-field--open .hs-search-field__suggestions {
    border: 2px solid #fff;
    border-top: medium none;
    border-left: medium none;
    border-right: medium none;
    padding: 10px;
    color: #fff;
    text-align: left;
}

#modal-search .hs-search-field__suggestions li {
    font-size: 16px;
}

#modal-search li#results-for {
    margin-bottom: 10px;
    font-size: 18px;
}

#modal-search .hs-search-field__suggestions li a {
    color: #fff;
    text-decoration: underline;
}



img.modal-search-icn {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 10px;
    top: 10px;
  	display:none;
}
.google-search-wrapper {
    left: 0;
    position: absolute;
    top: 19px;
    width: 80%;
    opacity: 0;
    z-index: -1;
}


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

.search-close {
    position: absolute;
    top: 15px;
    font-size: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.search-wrap {
    position: relative;
    right: auto;
    cursor: pointer;
    font-weight: 300;
    width: 100%;
    color: #fff;
    font-size: 22px;
    top: auto;
    display: inline-block;
    height: 60px;
}

.search-icon.fa-search {
    visibility:hidden;
    width: auto;
    float: none;
    position: relative;
    height: 100%;
    padding-right: 23px;
    display: inline-block;
  color: #282c36;
    padding-left: 20px;
  font-size:13px;
}

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

.search-open .search-icon,
.search-open .search-text {
  display: none;
}
#modal-search ::-webkit-input-placeholder {
  color: #767b86;
  font-size: 2rem;
}

#modal-search :-moz-placeholder {
  color: #767b86;
  font-size: 2rem;
}

#modal-search ::-moz-placeholder {
  color: #767b86;
  font-size: 2rem;
}

#modal-search :-ms-input-placeholder { /* IE10 */  
  color: #767b86;
  font-size: 2rem;
}

.c-button.c-button--primary.c-apply-nav-btn {
    margin-top: 14px;
    margin-left: px;
    padding: 4px 5px;
    border-radius: 5px;
    border-color:#131f5e;
    background-color:#131f5e;
    color: #fff;
}

.c-button.c-button--primary.c-apply-nav-btn:hover {
    border-color:#2136a0;
    background-color:#2136a0ce;
}
.c-button.c-button--close.w-inline-block.search-close:hover {
    box-shadow: none;
}


@media (max-width: 991px) {
  
    #modal-search ::-webkit-input-placeholder {
       font-size: 2rem;
    }
    
    #modal-search :-moz-placeholder {
       font-size: 2rem;
    }
    
    #modal-search ::-moz-placeholder {
       font-size: 2rem;
    }
    
    #modal-search :-ms-input-placeholder { /* IE10 */
       font-size: 2rem;
    }
    .c-form.c-form--search {
        width: 90%;
    }
    #modal-search .gsc-search-button-v2 svg {
        height: 40px !important;
        width: 40px !important;
        margin-top: 10px !important;
    }
    #modal-search input.gsc-input {
        font-size: 2rem !important;
    }
 
   
  
}
/* Scrollling transitions
***************************************
***************************************/

/*Nav Background color*/
.main-menu-wrapper {
  	-webkit-transform: translateY(0);
  	transform: translateY(0);
    -webkit-transition: background-color 0.3s ease-in, transform 0.3s ease-in;
    transition: background-color 0.3s ease-in, transform 0.3s ease-in;
}
.main-menu-wrapper.scrolling {
    background-color: #fff;
  	-webkit-transform: translateY(-100%);
  	transform: translateY(-100%);
    -webkit-transition: background-color 0.3s ease-in, transform 0.3s ease-in;
    transition: background-color 0.3s ease-in, transform 0.3s ease-in;
}
/*Search*/
.mobile-open .search-wrap,
.scrolling .search-wrap {
    color: #1579bd;
}
/*Logo*/
.scrolling .row-fluid .menu-cell.logo-secondary {
    display: table-cell;
    opacity:1;
}
/*Desktop Parent*/
.scrolling .main-menu a,
#mega {
    color: #282c36;
}
/* Hamburger */
.scrolling .hamburger span {
    background-color: #333;
}
.scrolling .hamburger.mobile-open span {
    background-color: #1791b1;
}
.scrolling .hamburger span:nth-child(4) {
    background-color: transparent;
    color: #333;
}
.scrolling .hamburger.mobile-open span:nth-child(4) {
    background-color: transparent;
    color: #1791b1;
}

.c-nav-dropdown-list .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    margin: 0;
}

/* MEGA MENU
***************************************
***************************************/
#megaMenu {
  visibility: hidden;
  opacity: 0;
  cursor: default;
  position: fixed;
  background-color: #fff;
  max-width: 33%;
  margin-top: 19px;
  min-width: 700px;
  padding: 30px 30px 10px;
  box-shadow: 6px 6px 29px 0 rgba(0, 0, 0, .3);
}
#megaMenu.mega-open {
  visibility: visible;
  opacity: 1;
}
#megaMenu.scrolling {
  visibility: hidden;
  opacity: 0;
}
#mega {
    display: inline-block;
    padding: 10px 20px;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
  	cursor: pointer;
}
#mega:after {
  	font-family: FontAwesome;
    content: "\f107";
    font-size: 13px;
    padding-left: 5px;
    font-weight: bold;
}
#mega.mega-open:after {
  content: "\f106";
}
.c-menu.c-nav-dropdown-list .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    margin: 0;
    height: auto;
    width: 100%;
    padding: 0;
    display: inline-block;
    text-align: left;
}
.c-heading-sub.u-npb {
    padding-bottom: 0em;
}
.c-dropdown-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.c-menu.c-nav-dropdown-list .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0;
    margin-top:-2% !important;
  	margin-bottom: 2px;
    margin-right:  20px;
    color: #1579bd;
    text-transform: none;
}
.c-menu.c-nav-dropdown-list .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color:#00008B;
    text-decoration: none;
}
.c-dropdown__column {
    width: 50%;
    padding: 1em;
    text-align: left;
  	float: left;
}
/* TOP NAVIGATION
***************************************
***************************************/ 
.c-nav-contact-wrapper {
    border-bottom: 1px solid #ebebeb;
}
.c-phone-number {
    float: right;
    color: #282c36;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.c-whatsapp-btn {
    margin-right: 30px;
    padding-left: 40px;
    float: right;
    background-color: transparent;
    background-image: url('https://cdn2.hubspot.net/hubfs/6064046/whatsapp-logo-icone-icon--22.png');
    background-position: 0px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    color: #282c36;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.c-phone-number-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url('https://cdn2.hubspot.net/hubfs/2040891/Client_Images/UCS/contact.svg');
    background-position: 0px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
}


/* DESKTOP 
***************************************
***************************************/
.main-menu a,
#mega {
    padding: 30px;
    color: #282c36;
  	font-size: 12px;
}
.main-menu a:hover,
.hs-menu-item.hs-menu-depth-1:hover,
.hs-menu-item.hs-menu-depth-1:hover > a{
    color: #282c36;
    transition: all 300ms ease;
}
.main-menu .hs-menu-item.hs-menu-depth-1 {
    position: relative;
}


@media (min-width: 992px){
  .hs-menu-item.hs-menu-depth-1.active {
    border: 0px solid #fff;
  }
  .scrolling .hs-menu-item.hs-menu-depth-1.active {
    border-color: ;
  }
}
/* PARENT 
******************/
#mega {
    padding: 0;
  	display: inline;
}

.main-menu .hs-menu-item.hs-menu-depth-1 > a {
    padding: 8px 0px 5px;
    text-transform: uppercase;
    max-width: none;
    position: relative;
    z-index: 1;
  	font-weight:400;
}
@media (min-width: 992px) {
  a.dropdown-link.w-dropdown-link:after,
  .hs-menu-depth-1 > a:after,
  .nav__sign-in:after{
    background:#1d7527 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: -2;
  }
  a.dropdown-link.w-dropdown-link:after{
  	margin-top:30px;
    z-index:0;
    bottom:unset;
  }
  a.dropdown-link.w-dropdown-link:hover:after,
  .hs-menu-depth-1 > a:hover:after,
  .nav__sign-in:hover:after{
      width: 100%;
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
  }
}


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
 	margin: 0 15px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.active a{
 	color:#0366ce;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    white-space: normal;
}
/* CHILD 
******************/

.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper {
    background-color: #fff;
}
.main-menu .hs-menu-children-wrapper a {
    color: #282c36;
}
.main-menu .hs-menu-children-wrapper a:hover {
    color: #282c36;
}
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
#mega {
    max-width: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: auto;
    min-width: 160px;
}

/* Child Hover Effect */
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:after,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:after {
    background-color: #eee;
    bottom: 0;
    color: #eee;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 0;
}

.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:hover:after,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:hover:after{
    width: 100%;
    height: 100%;
    top: 50%;
    opacity: 1;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:before,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:before{
    width: 0 !important;
    height: 0 !important;
    bottom: -100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    left: 99.5%;
}

/* MOBILE 
***************************************
***************************************/
@media (min-width: 992px){
    .main-menu-wrapper .hs-menu-wrapper {
        display: block !important;
    }
    .row-fluid .menu-cell.menu-search {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-logo img {
    max-width: 110px;
  }
  .menu-search {
    width: 220px !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    margin: 0px 8px;
  }
  .main-menu .hs-menu-item.hs-menu-depth-1 > a,
  #mega {
    padding: 10px 0px 5px;
  }
  .nav__sign-in,
  .nav__sign-up,
  .main-menu .hs-menu-item.hs-menu-depth-1 > a,
  #mega {
    font-size: 11px;
  }
  
}

@media (max-width: 991px){
    #megaMenu,
  	#mega:after {
      display: none;
    }
    #mega {
      display: block;
      color:#fff;
    }
  	.main-menu .hs-menu-item.hs-menu-depth-1 > a, 
    #mega {
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
    }
    .main-menu .hs-menu-item.hs-menu-depth-1 > a:hover, 
    #mega:hover {
      padding-left: 10px;
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
    }
    .row-fluid .menu-cell {
        display: inline-block;
        float: left;
        vertical-align: middle;
        height: auto;
        width: 100% !important;
        padding: 0 0 0 0px;
        margin: 0;
        overflow: hidden;
        min-height: 0;
    }
  .row-fluid .menu-cell.menu-search{
  	padding:0;
    background-color:#282c36;
    border:none;
  }
  .search-wrap{
    display:ms-flex;
    display:-moz-flex;
    display:-webkit-flex;
  	display:flex;
    flex-direction:column-reverse;
    height:90px;
  }
  .c-button.c-button--primary.c-apply-nav-btn{
  	width:100%;
    margin: 0;
    height: 50px;
    padding: 13px;
    border-radius: 0;
  }
  #mobileBanner .c-button.c-button--primary.c-apply-nav-btn{
  	width:auto;
    margin-top:20px;
    padding:13px 20px;
  }
    .main-logo.menu-cell.logo-primary {
        position: relative;
        width: auto !important; 
        top: 10px;
      	left: 10px;
        padding-bottom: 20px;
    }
    .span12.c-nav-contact-wrapper {
        display: inline-block !important;
    		float: none !important;
    		width: 100% !important;
    }
    
    .main-menu .hs-menu-item.hs-menu-depth-1 {
        width: 100%;
        z-index: 1;
    }
    
    .main-menu .hs-menu-wrapper > ul {
        float: left;
        width: 100%;
      	background: #282c36;
    }
    
    .search-icon.fa-search {
        width: 100%;
        float: left;
        position: static;
        height: 100%;
        padding-top: 15px;
        padding-left: 0;
        text-align: center;
      	color:#fff;
      	padding-right: 0;
    }
    
    .main-menu .hs-menu-item.hs-menu-depth-1 > a {
        width: 100%;
        display: block;
      	text-align:center;
      color:#fff;
          height: 50px;
    border-bottom: 1px solid #484848;
    padding-top: 15px;
    }
  	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  			margin:0;
  	}
    .mobile-open .span8.main-menu.menu-cell {
      padding-top: 0px;
      -webkit-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      background: #282c36;
      padding-left:0;
    }
    .main-menu a:hover,
    .hs-menu-item.hs-menu-depth-1:hover,
    .hs-menu-item.hs-menu-depth-1:hover > a {
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      background-color: #1579bd;
    }
  	.hs-menu-item.hs-menu-depth-1 {
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
  	}
    .menu-table > .row-fluid-wrapper,
    .menu-table > .row-fluid-wrapper > .row-fluid,
    .row-fluid .menu-cell {
      display: block;
    }
    .main-menu-wrapper .hs-menu-wrapper,
    .row-fluid .menu-cell.menu-search {
      display: none;
      
    }
    .mobile-open .main-menu-wrapper .hs-menu-wrapper,
  	.mobile-open .row-fluid .menu-cell.menu-search {
      display: block !important;
    }
    .menu-table > .row-fluid-wrapper,
    .menu-table > .row-fluid-wrapper > .row-fluid,
    .row-fluid .menu-cell {
      display: block;
    }
    .hamburger {
        display: block;
      	top: 95px;
    }
    .hs-menu-depth-1:hover:after {
        width: 0;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        overflow: hidden;
    }
    
    /*.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper,*/
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
        visibility: hidden;
        opacity: 0;
        position: relative;
        display: block;
        transition: all 0s ease;
        z-index: 0;
        /*height: 0;*/
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open-child:hover > ul.hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open-child > ul.hs-menu-children-wrapper {
        visibility: visible;
        opacity: 1;
        position: relative;
        display: block;
        transition: all 0s ease;
        z-index: 0;
        /*height: 100%;*/
    }
    
    .main-menu .hs-menu-item.hs-menu-depth-1,
    .main-menu .hs-menu-item.hs-menu-depth-2{
        max-height: 50px;
    }
    
    .main-menu .hs-menu-item.hs-menu-depth-1.open-child,
    .main-menu .hs-menu-item.hs-menu-depth-2.open-child{
        max-height: 1500px;
        transition: max-height 2s ease;
    }
    
    .main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
        float: right;
        height: 100%;
        display: block;
        position: absolute;
        width: 80px;
        right: 0;
        top: 0;
        padding-top: 15px;
        text-align: right;
        padding-right: 20px;
    }
    
    .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: 0;
    }
    
    .main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
        background-color: #f9f9f9;
    }
}



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


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

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

/* Thank You Label */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
    /*background-color: #1579bd;*/
    /*border-radius: 20px;*/
    color: #1579bd;
    /*padding: 10px 20px;*/
}

/* 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="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: Montserrat, sans-serif;;
    background-color: #fff;
    font-size: 14px;
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    display: block;
    font-weight: 300;
    margin-bottom: 17px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

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: #1579bd;
  	border-width:1px;
    outline: 0 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: 3px;
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
  	border-color: #1579bd;
    clear: right;
    color: #fff;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease;
    cursor: pointer;
    outline: 0 none;
  	width:100%;
  	background-color:#1579bd
}
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;
    background-color: #ee3124;
    border-color: #ee3124;
    color: #fff;
}
body .landing-form .hs-button.primary:hover,
body .landing-form  input[type="submit"]:hover,
body .landing-form  input[type="button"]:hover {
    background-color: #a93526;
  	border-color: #a93526;
}


body input[type="submit"]:hover {
    background-color: #105f96;
  	border-color: #105f96;
  	color:#fff;
    box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, 0.25);
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

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

/* Placeholder Text LP forms*/
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #999;
   opacity: 1;
   /*font-family: Montserrat, sans-serif;
   color: #d3d3d3;
   font-size: 16px !important;
   font-style: italic;
   font-weight: 300;*/
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #999;
   opacity: 1;
}
:-ms-input-placeholder { /* IE10 */
   color: #999;
   opacity: 1;
}
:focus {
    outline: none;
}
.hs-form-required {
    display: none;
}

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


/* Footer Subscription Form
   ========================================================================== */

#hs_form_target_blog_subscription input[type="radio"], 
#hs_form_target_blog_subscription input[type="checkbox"],
body input[type="radio"],
body form.hs-form fieldset[class*="form-columns"] input[type="radio"] {
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
}

.footer-subscribe input {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;    
}

body .footer-subscribe input {
    background-color: #fff;
    border: 1px solid transparent;
    /*color: #fff;*/
    border-radius: 4px;
    display: block;
    font-family: Montserrat, sans-serif;;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    height: 47px;
    line-height: 1.42857;
}

body .footer-subscribe input[type="submit"] {
    background-color:#131f5e;
  	border-color:#131f5e;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
    padding-bottom: 28px;
    padding-top: 13px;
    text-transform: uppercase;
  	border-radius: 3px;
  	color:#fff;
}

body .footer-subscribe input[type="submit"]:hover {
    background-color:#2136a0;
  	border-color:#2136a0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; 
}

body .footer-subscribe .hs-form-field > label {
    display: none;
}

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

body form.hs-form fieldset { 
    max-width: none;
}

body form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
}

body form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}

body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}

/*Blog subscribe*/
.widget-type-blog_subscribe {
    /*height: 50px;*/
}
.widget-type-blog_subscribe .hs_submit {
    position: absolute;
    right: 0;
    top: 0;
}
.widget-type-blog_subscribe form {
    position: relative;
}
.widget-type-blog_subscribe .hs_email label > span {
    display: none
}
.hs-form-radio {
  margin-bottom: 5px;
}
.hs-form-checkbox {
  margin-bottom: 5px;
}
.widget-type-blog_subscribe .hs-form-radio {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.widget-type-blog_subscribe input[type="submit"] {
  	border-color: #1579bd;
    border-radius: 0 4px 4px 0;
    border-style: solid;
    border-width: 2px medium;
    height: 50px;
    background-color: #1579bd;
    color: #fff;
}
.widget-type-blog_subscribe input[type="submit"]:hover {
    border-color: #0054ac;
    background-color: #0054ac;
}
.widget-type-blog_subscribe .hs-form-field ul.inputs-list {
    margin: 0;
}
.widget-type-blog_subscribe input[type="email"] {
    margin-bottom: 8px;
    padding-right: 130px;
    background-color: #fff;
}

/* Contact Us / Blog Comments
   ========================================================================== */
/*body .contact-us-form input,
body .contact-us-form textarea,
body .comments-section input,
body .comments-section textarea,
body .comments-section select,
body .contact-us-form select {
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
}*/

body .contact-us-form input[type="submit"] {
    margin-bottom: 30px;
}

body .comments-section input[type="submit"] {
    margin-top: 10px;
}
.contact-us-form .hs_submit {
    text-align: center;
}
#comments-listing {
    border-bottom: medium none;
}
.inputs-list label {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}
.inputs-list.hs-error-msgs label {
    color: #ed1459;
  	font-weight:bold;
}
.recaptcha_theme_blackglass #recaptcha_response_field,
.recaptcha_theme_white #recaptcha_response_field {
    border: medium none !important;
}
body .comments-sectiono-comments__styling-block label {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

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

/* Upload CV button 
   ========================================================================== */
.hs_upload_cv.hs-form-field input {
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 0.1px;
	z-index: -1;
}
.hs_upload_cv.hs-form-field > label {
	border: 2px solid #1579bd;
	border-radius: 100px;
	color: #1579bd;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
	width: 150px;
	line-height: 33px;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	height: 46px;
	padding-top: 5px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hs_upload_cv.hs-form-field > label:hover {
    background-color: #1579bd;
    border-color: #1579bd;
    box-shadow: 7px 8px 27px -4px rgba(0, 0, 0, .3);
    color: #fff;
    -webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
body .cv-form input[type="submit"] {
    float: right;
    /*border-color: transparent;*/
    /*background-color: #ed1c24;*/
    /*color: #fff;*/
}

body .cv-form input[type="submit"]:hover {
    /*background-color: #d31920;*/
}


    /*Search page*/
    .results-page .gsc-control-searchbox-only.gsc-control-searchbox-only-en{
        background-color:#fff;
    }
    
    .results-page .gsc-input{
    /*background: transparent none no-repeat scroll left center !important;*/ 
    padding: 20px 21px !important;
    /*text-indent: 20px !important;*/
    width: 100% !important;
    border: medium none !important;
    border-radius: 3px;
    border-right: medium none !important;
    height: 60px !important;
    left: 0;
    position: absolute !important;
    background-color:transparent !important;
    }
    
    .results-page table.gsc-search-box td {
    vertical-align: top !important;
}

.results-page .gsc-input-box table {
    height: 60px !important;
}

.results-page div.gsc-input-box {
    background: transparent none repeat scroll 0 0;
    border: 0 solid #d9d9d9;
    height: 70px !important;
}

.results-page .gsc-control-cse div {
    position: relative !important;
    visibility:visible !important;
}

.results-page .results-page .gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 90% !important;
}

.results-page .gsc-search-box-tools .gsc-search-box .gsc-input {
    border-right: medium none !important;
    left: 0;
    position: absolute !important;
    width: 80% !important;
    height: 60px;
    margin: 0;
    padding: 0 !important;
    top: 0
}

.results-page table.gsc-search-box {
    position: relative !important;
}

.results-page form.gsc-search-box {
    border: 2px solid #dfdfdf;
    border-radius: 3px;
    font-size: 13px;
    margin: 0 0 4px;
    width: 100%;
    height: 60px;
    display:block !important;
}

.results-page .gsc-control-cse{
    background-color:transparent;
}

.results-page .cse .gsc-search-button-v2, .results-page .gsc-search-button-v2{
    background-color: transparent;
    border: none;
    padding: 13px 10px;
}

.results-page .cse .gsc-search-button-v2:hover, .results-page .gsc-search-button-v2:hover{
    background-color:transparent;
    cursor:pointer;
}

.results-page .gsc-search-button-v2 svg{
    width:30px;
    height:30px;
    fill:#fc6047;
}

.results-page .gsst_a .gscb_a{
    display:none;
}

.results-page .gsc-input-box.gsc-input-box-hover{
    outline:none !important;
    box-shadow:none !important;
} 

.results-page .gs-webResult {
    border-bottom: medium none;
    padding: 3px 0 21px;
}

.results-page .gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.results-page .gs-title, .gs-title b {
    font-family: Montserrat, sans-serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    margin: 0 0 0.4em;
    text-decoration:none !important;
}

.results-page .gs-title b {
    color: #fc6047 !important;
    outline: 0;
}

.results-page .gsc-resultsbox-visible a.gs-title{
    color:#333 !important;
}

.results-page .gs-bidi-start-align.gs-snippet{
    color:#767b86;
}

.results-page .gsc-resultsbox-visible a.gs-title:hover, 
.results-page .gs-webResult.gs-result div.gs-title:hover {
    color: #fc6047 !important;
}

.results-page .gs-result:hover:after {
    width: 100% !important;
}

.results-page .gs-result:after {
    background-color: #fc6047;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 1.4s ease-in-out;
    width: 20%;
}

.results-page .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #fc6047 !important;
    color: #fff !important;
}

.results-page .gsc-cursor-page {
    background-color: transparent !important;
    border: 2px solid #fc6047 !important;
    color:#fc6047 !important;
    font-size: 18px !important;
    padding: 8px 13px !important;
}

.results-page .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
    background-color: #dd4e0c !important;
    color: #fff !important;
}

.results-page .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background-color: transparent !important;
    box-shadow: 0 0 0 3px #fc6047 inset !important;
    color: #dd4e0c !important;
    text-decoration: none !important;
    transition: all 0.2s ease 0s;
}

.results-page .gsc-webResult.gsc-result{
    background-color:transparent;
    border:none;
}

.results-page .gsc-webResult.gsc-result:hover{
    background-color:transparent;
    border:none;
}

.results-page .gcsc-branding,
.results-page .gsc-above-wrapper-area,
.results-page .gsc-adBlock,
.results-page .gsc-url-top{
    display:none !important;
}

.results-page .gsc-cursor-box.gs-bidi-start-align{
    margin: 10px 0;
}

.results-page .gsc-table-result a.gs-title {
    display: none !important;
}

.footer-script{
    display:none;
}

@media(max-width:767px){
    .results-page .gsc-results .gsc-cursor-box .gsc-cursor-page{
        display: inline-block;
        margin-bottom: 8px;
    }
}

/* 404 Page Template 
   ========================================================================== */
   
.four-o-four-section .c-icon-box__icon.c-icon-box__icon--large.u-align-center{
	float: none;
}


/* CTA Link Styles
   ========================================================================== */
a.download-cta-ps{
font-size: 16px;
padding: 12px 25px;
border-radius: 3px;
background-color: #ee3124;
border-style: solid;
border-width: 2px;
border-color: transparent;
clear: right;
color: #fff;
box-shadow: none;
display: inline-block;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
cursor: pointer;
line-height: 20px;
}
a.download-cta-ps:hover {
background-color: #a93526;
color: #fff;
box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, 0.25);
}

/* IE Hack only for fixed items
   ========================================================================== */

/* CSS MOBILE MEGA MENU NA5 */
 		span.mobilemenu {
  		display: none;
		}
/* FIM CSS MOBILE MEGA MENU NA5 */

.waves-effect {
  padding: 8px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* 2dp elevation modified*/
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}


/*Classe criada para conter Vídeo institucional da PUCPR*/

.video-pucpr{
  
  background-color:#333333; 
  width:100%;
  height:auto;
  
  
}
  

/* CSS MOBILE MEGA MENU NA5 */
 		span.mobilemenu {
  		display: none;
		}
/* FIM CSS MOBILE MEGA MENU NA5 */


  
/* CSS MOBILE MEGA MENU NA5 - RESPONSIVO*/  
@media (max-width: 991px) {
    span.mobilemenu {
    	display: block;
		}
  
		a.mega-link {
    	display: none!important;
		}
}
/* FIM CSS MOBILE MEGA MENU NA5 - RESPONSIVO*/




/*CLASSE CRIADA PARA ESTILIZAR O CONTRATO DA PUCPR*/

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-grey.darken-1 {
  background-color:#8F1632 !important;
}



.grey.darken-1 {
  background-color: #757575 !important;
}



.white-text {
  color: #FFFFFF !important;
}



.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
   }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}



.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}



.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}


@media only screen and (min-width: 993px) {

  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  



.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}


.card.horizontal .card-stacked .card-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}


.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}



.card .card-action {
  background-color:#8F1632;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}



.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

h6{

font-size: 18px;
font-family:  Montserrat, sans-serif;

}


a{

 font-family: Montserrat, sans-serif;;
 text-decoration: none;

}
  
  
.box-alunoucpelesq{

height: 115px; 
background-color:#1b1464; /*#1a346a*/
padding-left: 15px; 
border-radius: 3px; 
box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 55px -8px;
margin-bottom:40px;
padding-bottom:5px;

}

.box-alunoucpeldir{

height:115px; 
background-color:#1b1464;
padding-left: 15px; 
border-radius: 3px; 
box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 55px -8px;
padding-bottom:5px;

} 

.gradient-color {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0019+0,ad2b0d+16,c14417+35,c96218+50,9b1e0a+72,ad2b0d+90,6d0019+100 */
background: rgb(109,0,25); /* Old browsers */
background: -moz-linear-gradient(left, rgba(109,0,25,1) 0%, rgba(173,43,13,1) 16%, rgba(193,68,23,1) 35%, rgba(201,98,24,1) 50%, rgba(155,30,10,1) 72%, rgba(173,43,13,1) 90%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(109,0,25,1) 0%,rgba(173,43,13,1) 16%,rgba(193,68,23,1) 35%,rgba(201,98,24,1) 50%,rgba(155,30,10,1) 72%,rgba(173,43,13,1) 90%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(109,0,25,1) 0%,rgba(173,43,13,1) 16%,rgba(193,68,23,1) 35%,rgba(201,98,24,1) 50%,rgba(155,30,10,1) 72%,rgba(173,43,13,1) 90%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 */
    
    
  }

/* CLASSE PARA TABELAS DE PREÇOS DOS CURSOS DAS IES*/

table, th, td {
  border: none;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 
}

table {
  width:100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0 0 1px #fff;
  box-sizing: border-box;
  border-color: #444444;
  margin-left: auto; 
  margin-right: auto
}
.striped tr {
  border-bottom: none;
}

.striped > tbody > tr:nth-child(odd) {
  background-color:#f4f4f4;
  
  /* COR OPCIONAL PARA SER UTILIZADA EM OUTRO MOMENTO */
  /*rgba(242, 242, 242, 0.5)*/
}

.striped > tbody > tr > td {
  border-radius:0px;
}

.table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color:#D3D3D3;/*rgba(242, 242, 242, 0.5);*/
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  
  /* Classes criadas para estilização de contrato da PUCPR
   * =============================================================*/
  
  
  
.blue-grey.darken-1 {
  background-color:#8F1632 !important;
}

.white-text {
  color: #FFFFFF !important;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}



.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}



.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}


@media only screen and (min-width: 993px) {

  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}


.card.horizontal .card-stacked .card-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}


.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}



.card .card-action {
  background-color:#8F1632;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}




.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

h6{

font-size: 18px;
font-family:  Montserrat, sans-serif;

}


.new-link{

font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
text-decoration: none;

}



