x/*
 ==========================================================================
   DOCUMENT INFORMATION
 ==========================================================================
 *
 * Document: NOVA Main Stylesheet
 * Version:  1.0.0
 * Client:   Hubspot Marketplaces
 * Author:   Struto Ltd - www.struto.co.uk
 *
 *NOTES:


 ==========================================================================
   INDEX
 ==========================================================================

    1) IMPORTS

    2) THEME SETTINGS

    3) COS BASE
      >Core
      >Normalize
      >Typography

    4) NOVA THEME
      >Theme CSS
      >Custom CSS
      >Template & Widget CSS
      >COS Default Styles
      >Reusable Template CSS

    5) MEDIA QUERIES
      >Grid
      >Theme

    6) MENU NAVIGATION
      >Core & Structure
      >Google Search
      >Desktop Menu
      >Logo
      >Mobile Menu

    7) FORMS
      >Global Forms(Default)
      >Blog Comments


 ==========================================================================  */


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

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,400;1,600&family=Playfair+Display:wght@400;700;900&family=Archivo:wght@400;500;700;800&display=swap');

/* 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) ==THEME SETTINGS
 ==========================================================================
 ==========================================================================  */

 /* Website Theme Settings
 ===================================*/

/* Layout */


/* Colors */





/* Website font */






 /* Main Menu Theme Settings
 ===================================*/
/* Base */
 /* The minimum height of the menu */
 /* The minimum height of the menu */
 /* The max width of the logo image */

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

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




/* 3) ==COS BASE
 ==========================================================================
 ==========================================================================  */

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

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    min-height: 100%;
    height:100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #2d2a26;
    font-family: 'Montserrat',sans-serif;
    font-size: 100%;
    line-height: 1.4;
}

body.modal-open {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index:-1;
}

@media (max-width: 479px){
     body {
        font-size: .875rem;
    }
}

a {
    color: #e1251b;
    text-decoration: none;
}
a:hover {
    color: #2d2a26;
  text-decoration:none;
}
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;
}

.o-feature-bg.w-background-video {
    height: auto;
}

.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%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

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

/* Normalize
 ===================================*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: 'Montserrat',sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

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

p {
    line-height: 1.6;
    display: block;
    margin: 0;
    padding: 10px 0;
}

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.2rem;
    margin:0;
}

h2 {
    font-size:2.5rem;
    margin:0;
}

h3 {
    font-size:1.5rem;
    margin:0;
}

h4 {
    font-size:1rem;
    margin:0;
}

h5 {
    font-size:.8rem;
    margin:0;
}

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


h2.c-heading--larger {
    font-size: 3.2rem;
}



ul.unstyled,
ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*Blog Headings*/
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5 {
  color: #2d2a26;
  font-family: 'Playfair Display',serif;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.5em;
  padding-top: 1.2em;
}
.post-content .hs_cos_wrapper_type_rich_text h3 {
  margin-top:.78em;
}

@media (max-width:990px) {
  h1 {
    font-size: 2.5rem;
    margin: 0;
  }
  h2 {
    font-size: 2.2rem;
  }
  h2.c-heading--larger {
    font-size: 2.5rem;
  }
}

@media screen and (max-width:479px) {
  h2 {
    font-size: 2rem;
  }
}

.w-button {
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    padding: 9px 15px;
    text-decoration: none;
}

/* Drop down menu */
.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: #e1251b;
    margin-left: auto;
    margin-right: auto;
    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 {
    bottom: 0;
    height: 1em;
    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;
}

.w-dropdown-link {
    display: block;
    padding: 10px 20px;
}


/* 4) ==NOVA THEME
 ==========================================================================
 ==========================================================================  */

/* ========================================================================== */
/* --------------------------THEME CSS (STARTS)------------------------------ */
/* ========================================================================== */


.c-logo {
  width: 180px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/logo-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-logo.c-logo--block {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  float: none;
  text-align: center;
}

.c-logo.c-logo--block.np {
  padding-right: 0px;
  padding-left: 0px;
}

.c-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 940;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px none #f0f0f0;
  background-color: transparent;
  color: #fff;
}

.c-nav.nav-down {
  z-index: 9998;
}

.c-menu__item {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  float: left;
  border: 2px solid transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.c-menu__item.w--current {
  border: 2px solid #fff;
  color: #fff;
}

.c-menu__item.c-nav__item--dropdown {
  padding: 0px;
}

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

.o-section.o-section--feature {
  height: auto;
}

.o-section.u-bg-gradient--right-static {
  background-image: -webkit-linear-gradient(0deg, transparent, transparent 50%, #f9f9f9 0, #f9f9f9);
  background-image: linear-gradient(90deg, transparent, transparent 50%, #f9f9f9 0, #f9f9f9);
}

.c-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 15px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.c-button.c-button--primary {
  clear: right;
  background-color: #e1251b;
  color: #fff;
}

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

.c-button.c-button--large {
  padding: 20px 25px;
  font-size: 1rem;
}

.c-button.c-button--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.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: lowercase;
}

.c-button.c-button--close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-button.c-button--ghost {
  background-color: transparent;
}

.c-button.c-button--animate {
  padding-right: 40px;
}

.c-button.c-button--animate.c-button--black.c-button--mb30 {
  margin-bottom: 30px;
}

.c-button.c-button--black {
  background-color: #fe6500;
  color: #fff;
}

.c-button.c-button--black.c-button--animate.c-button--blog-subscribe {
  width: 30%;
  height: 70px;
  padding-right: 15px;
}

.c-button.c-button--alert-close {
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: lowercase;
}

.c-button.c-button--transparent {
  border-style: none;
  border-color: #777;
  background-color: transparent;
}

.c-button.c-button--search {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

.case-study {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
}

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

}

.c-overlay.modal {
  top: -150%;
  opacity: 0;
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.c-overlay.modal-open {
  top: 0;
  opacity: 1;
  display: inline;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-overlay.c-overlay--hero {
  background-color: #2d2a26;
  opacity: 0.9;
}

.c-overlay.c-overlay--white {
  background-color: hsla(0, 0%, 100%, .95);
}

.c-overlay.c-overlay--white.c-overlay--team {
  position: fixed;
  z-index: 9999;
  overflow: auto;
}

.c-overlay.c-overlay--white.c-overlay--video {
  position: fixed;
}

.c-overlay.c-overlay--product-item {
  z-index: 0;
  background-color: hsla(0, 0%, 100%, .6);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.c-overlay.c-overlay--product-item.c-overlay--product-height {
  height: 250px;
  background-color: hsla(0, 0%, 100%, .65);
}

.c-heading.c-heading--ntp.u-color--primary {
  color: #e1251b;
}

.c-heading.c-heading--footer {
  display: inline-block;
  margin-bottom: 2em;
  padding-top: 0em;
  padding-bottom: 1em;
  border-bottom: 2px solid #eee;
  color: #ccc;
  text-transform: uppercase;
}

.c-heading.c-heading-np {
  padding-top: 0em;
  padding-bottom: 0em;
}

.c-heading.c-heading--hero {
  padding-top: 35px;
  color: #fff;
  font-size: 3.5rem;
  /* text-transform: uppercase; */
}

.c-heading.c-heading--cta {
  padding-top: 10px;
  color: #fff;
}

/* .c-heading.c-heading--hero-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size:86px;
  color: #fff;
} */

.c-heading.c-heading--hero-inner em {
  margin-top:10px;
}
.c-heading.c-heading--hero-inner.c-heading--hero-contact {
  margin-bottom: 30px;
}

.c-heading.c-heading--products-border {
  padding-top: 0em;
  padding-bottom: 0em;
  font-size: 1.5rem;
}

.c-heading.c-heading--404 {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 8rem;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.c-heading.c-heading--np {
  padding-top: 0px;
}

.c-heading.c-heading--feature {
  padding-top: 0px;
  font-size: 2.5rem;
}

.c-heading.c-heading--contact {
  padding-top: 0px;
}

.c-heading.c-heading--ty {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: right;
}

.c-heading.c-heading--case-study {
  padding-top: 0px;
  font-size: 1.5rem;
}

.o-grid {
  position: relative;
}

.o-grid__cell {
  position: relative;
  float: left;
}

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

.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-wrap.u-same-height__buttons {
  padding-bottom: 105px;
}

.o-image {
  display: block;
  height: auto;
  max-height: 100%;
}

.o-image.o-image--center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.o-image.o-image--team-member {
  width: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.o-image.o-image--logo {
  width: 180px;
}

.o-image.o-image--team-stack {
  position: relative;
  z-index: 2;
  max-height: 450px;
  float: right;
}

.o-image.o-image--shape-animate-v1 {
  position: absolute;
  top: -160px;
  right: 80px;
  width: 35px;
  height: 35px;
  opacity: 0.2;
}

.o-image.o-image--shape-animate-v2 {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 45px;
  height: 45px;
  opacity: 1;
}

.o-image.o-image--shape-animate-v3 {
  position: absolute;
  top: -80px;
  right: 170px;
  z-index: 99;
  width: 35px;
  height: 35px;
  opacity: 0.35;
}

.o-image.o-image--footer-logo {
  display: block;
  max-width: 200px;
  margin-bottom: 10px;
}

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

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

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

.u-letter-box--xlarge {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-letter-box--small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-letter-box--tiny {
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-spacer {
  height: 10px;
}

.c-spacer.c-spacer--xsmall {
  height: 30px;
}

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

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

.o-container__item {
  position: relative;
}

.o-container__item.o-container__item--full-height {
  height: 100%;
}

.o-container__item.perspective {
  /*-webkit-perspective: 200px;*/
  /*perspective: 200px;*/
}

.u-pillar-box--medium {
  padding-right: 40px;
  padding-left: 40px;
}

.u-pillar-box--small {
  padding-right: 30px;
  padding-left: 30px;
}

.u-pillar-box--tiny {
  padding-right: 10px;
  padding-left: 10px;
}

.u-window-box--super {
  padding: 60px;
}

.u-window-box--large {
  padding: 40px;
}

.u-highest {
  box-shadow: 0 20px 105px -15px rgba(0, 0, 0, .4);
}

.c-avatar {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fff;
}

.c-avatar.c-avatar--small {
  width: 50px;
  height: 50px;
}

.c-avatar.c-avatar--medium {
  width: 80px;
  height: 80px;
}

.c-avatar.c-avatar--medium.c-avatar--border {
  border: 5px solid #fff;
}

.c-avatar.c-avatar--extra-large {
  width: 250px;
  height: 250px;
}

.c-avatar.c-avatar--tiny {
  width: 35px;
  height: 35px;
}

.c-avatar__img {
  border-radius: 100%;
}

.c-card {
  display: block;
  overflow: hidden;
  padding: 0px;
  border-radius: 0px;
  background-color: #fff;
}

.c-card.c-card--ghost {
  border-color: transparent;
  background-color: transparent;
  color: #000;
}

.c-card.c-card--ghost.c-card--video {
  overflow: visible;
}

.c-card.c-card--footer {
  min-height: auto;
  border-style: none;
  background-color: transparent;
  color: #002766;
  text-decoration: none;
}

.c-card.c-card--footer:hover {
  text-decoration: underline;
}

.c-card.c-card--feature {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 50%;
  box-shadow: 0 0 200px -25px rgba(0, 0, 0, .4);
}

.c-card.c-card--feature.c-card--feature-right {
  float: right;
}

.c-card.c-card--primary {
  background-color: #e1251b;
  color: #fff;
}

.c-card.c-card--secondary {
  background-color: #002766;
  color: #fff;
}

.c-card.c-card--product {
  position: absolute;
  bottom: -20px;
  z-index: 2;
  overflow: hidden;
  width: 40%;
  min-height: auto;
  box-shadow: 0 0 200px -25px rgba(0, 0, 0, .4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-card.c-card--product.c-card-product--right {
  right: 20px;
}

.c-card.c-card--product.c-card-product--left {
  left: 20px;
}

.c-card.c-card--grid-product {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: auto;
  box-shadow: 0 0 200px -25px rgba(0, 0, 0, .4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-card__item {
  padding: 35px;
}

.c-card__item.o-media.o-media--footer {
  padding: 0em 0em 0.8em;
}

.c-card__item.c-card__item--testimonial {
  padding-top: 0px;
}

.c-card__item.card__item--product {
  position: static;
  z-index: 2;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.c-card__item.c-card__item--nbp {
  padding-bottom: 0px;
}

.c-card__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.c-card__header {
  padding: 35px;
}

.c-card__header.c-card__header-product-list {
  padding-top: 25px;
  padding-bottom: 25px;
}

.c-card__body {
  padding: 30px;
}

.c-card__body.c-card__body--team {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.c-card__footer.c-card__footer--products {
  text-align: right;
}

.modal-video-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: none;
  overflow: auto;
  background-color: hsla(0, 0%, 100%, .95);
  opacity: 1;
}

.o-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 100%;
  max-height: 95%;
  max-width: 940px;
  border: 0px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  -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--ghost.o-modal--team {
  padding-left: 1px;
}

.o-media__body {
  overflow: hidden;
  padding-right: 0.001em;
  padding-left: 0em;
}

.o-media__image {
  width: 130px;
  margin-right: 1em;
  float: left;
}

.o-media__image.o-media__image--footer {
  overflow: hidden;
  width: 45px;
  border-radius: 50px;
}

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

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

.c-link.c-link--primary {
  color: #002766;
}

.c-link.c-link--primary:hover {
  color: #24a3c5;
  text-decoration: underline;
}

.c-link.c-link--copyright {
  padding-right: 20px;
}

.c-field {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1em;
}

.c-field.c-field--blog-subscribe {
  display: inline-block;
  width: 70%;
  height: 70px;
  border-width: 3px;
  border-color: transparent;
  border-radius: 0px;
}

.c-field.c-field--blog-subscribe:focus {
  border-color: #000;
}

.c-field.c-field--check-box {
  display: inline-block;
  width: auto;
  padding-left: 0px;
  border-style: none;
  background-color: transparent;
}

.c-field.c-field--search {
  height: 130px;
  padding: 40px 100px 40px 0px;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #dcdcdc;
  border-radius: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}

.c-field.c-field--search:focus {
  border-bottom-color: #002766;
}

.c-field.c-field--search::-webkit-input-placeholder {
  color: #fff;
}

.c-field.c-field--search:-ms-input-placeholder {
  color: #fff;
}

.c-field.c-field--search::placeholder {
  color: #fff;
}

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

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

.fa {
  display: inline-block;
}

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

.u-color--grey {
  color: #a0a0a0;
}

.c-alert {
  position: relative;
  margin-bottom: 1em;
  padding: 15px;
  border-radius: 0px;
  background-color: #96a8b2;
  color: #fff;
}

.c-alert.c-alert-success {
  background-color: #8bc34a;
}

.c-alert.c-alert--blog-subscribe-error {
  border: 2px solid #fff;
  background-color: transparent;
}

.c-tabs {
  position: relative;
}

.c-tabs__nav {
  position: absolute;
  float: right;
}

.c-tabs__nav.c-tabs__nav--history {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: auto;
  height: 40px;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
}

.c-tabs__nav-item {
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
}

.c-tabs__nav-item:hover {
  background-color: #fff;
}

.c-tabs__nav-item.w--current {
  border-bottom-color: transparent;
  background-color: #002766;
  color: #fff;
}

.c-tabs__nav-item.c-tabs__nav-item--history {
  min-width: 120px;
  padding: 10px 20px;
  float: left;
  border-right: 1px solid #e8e8e8;
  background-color: transparent;
}

.c-tabs__nav-item.c-tabs__nav-item--history:hover {
  background-color: #fff;
}

.c-tabs__nav-item.c-tabs__nav-item--history.w--current {
  background-color: #002766;
}

.c-tabs__content {
  display: block;
  padding: 20px;
}

.c-tabs__content.c-tabs__content--history {
  display: block;
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}

.c-pagination {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: .75rem;
  text-align: center;
}

.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: 3px solid #e4e4e4;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #363636;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.c-pagination__control:hover {
  border-color: #002766;
}

.c-pagination__control.c-pagination__control--current {
  border-color: transparent;
  background-color: #002766;
  color: #fff;
}

.c-pagination__ellipsis {
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  color: #363636;
}

.c-address {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-style: normal;
}

.c-address__heading {
  display: block;
  color: #7a7a7a;
  font-weight: 700;
}

.text-block {
  display: block;
}

.c-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-menu-buttton {
  display: none;
  padding: 25px 20px;
  color: #fff;
  font-size: 2.5rem;
  text-decoration: none;
}

.c-menu-buttton.w--open {
  color: #fff;
}

.c-menu-button__icon {
  display: inline-block;
  float: left;
}

.c-hero.c-hero--about {
  min-height: 450px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/bg-trust-factor.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-hero.c-hero--post {
  height: 260px;
  background: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/FM_Website_Branding/Headers/hero-bg@2x.png') 50% bottom no-repeat;
  background-size: cover;
}
.news .c-hero.c-hero--post {
  height: 260px;
  background: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/FM_Website_Branding/Headers/hdr-fahlgren-news.jpg') 50% bottom no-repeat;
  background-size: cover;
}

.c-hero.c-hero--full-height-landing {
  height: auto;
  min-height: 100vh;
  padding-top: 0px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/bg-trust-factor.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-hero.c-hero--resources {
  min-height: 450px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/bg-trust-factor.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.c-hero__inner.u-align-table__cell {
  z-index: 950;
}

.c-hero__inner.c-hero__inner--bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
}
.c-hero__inner.c-hero__inner--middle {
    position: absolute;
    bottom: 30%;
    width: 100%;
    height: auto;
}
.c-heading-sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  line-height: 1.55em;
  font-weight: 400;
}

.c-heading-sub.c-heading-sub--hero {
  padding-bottom: 50px;
  font-size: 1.3em;
  text-transform: uppercase;
}

.c-heading-sub.c-heading-sub--404 {
  padding-bottom: 20px;
  font-size: 1.5rem;
}

.c-heading-sub.c-heading-sub--hero-inner {
  width:60%;
  font-family:'Montserrat',sans-serif;
  font-size:1.125rem;
  line-height:26px;
  padding-bottom: 60px;
  color:#fff;
  text-transform:none;
}

.u-window-box--medium {
  padding: 30px;
}

.u-window-box--none {
  padding: 0px;
}

.o-slider {
  background-color: transparent;
}

.o-slider.service-slider {
  width: 100%;
  height: 100%;
}

.o-slider__mask {
  overflow: hidden;
}

.o-slider__mask.testimonial-slider__mask {
  margin-right: 70px;
  margin-left: 70px;
}

.o-slide {
  position: relative;
  overflow: hidden;
}

.o-slide__inner {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 50px 5%;
}

.u-align-table__cell {
  height: 100%;
}

.c-heading-eyebrow {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #777;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.c-heading-eyebrow.c-heading-eyebrow--border-white {
  color: #fff;
}

.c-heading-eyebrow.u-color--primary {
  color: #002766;
}

.o-container-large.o-container-large--404 {
  padding-top: 100px;
}

.u-same-height__button-fixed {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.c-scroll-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/up-arrow-key-1.svg'), url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/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;
  transition: background-position 300ms ease, background-color 200ms ease;
}

.c-scroll-top:hover {
  background-color: #dd4e0c;
  background-position: 50% 50%, 50% -20px;
}

.c-icon-box {
  display: block;
  overflow: hidden;
  padding-bottom: 25px;
  color: #333;
}

.c-icon-box.c-icon-box--product-list {
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-icon-box.c-icon-box--pricing {
  padding-bottom: 10px;
}

.c-icon-box.c-icon-box--perks {
  padding-right: 40px;
}

.c-icon-box.c-icon-box--nbp {
  padding-bottom: 0px;
}

.c-icon-box.c-icon-box--equal-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-icon-box.c-icon-box--inline {
  display: inline-block;
  margin-right: 30px;
}

.c-icon-box.c-icon-box--directions {
  width: 80%;
  padding-left: 80px;
  text-transform: uppercase;
}

.c-icon-box.c-icon-box--directions {
  padding-bottom: 0px;
  padding-left: 60px;
}

.c-icon-box.c-icon-box--article-footer {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.c-icon-box.c-icon-box--pl {
  padding-left: 30px;
}

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

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

.c-icon-box__icon.fa.fa-thumbs-up.fa-2x {
  width: 50px;
}

.c-icon-box__icon.fa.fa-soundcloud.fa-2x {
  width: 50px;
}

.c-icon-box__icon.fa.fa-bluetooth.fa-2x {
  width: 50px;
}

.c-icon-box__icon.fa.fa-clock-o.fa-2x {
  color: #fff;
}

.c-icon-box__icon.fa.fa-clock-o.fa-2x.u-color--grey-dark {
  color: #333;
}

.c-icon-box__icon.fa.fa-calendar.fa-2x {
  color: #fff;
}

.c-icon-box__icon.fa.fa-calendar.fa-2x.u-color--primary {
  color: #002766;
}

.c-icon-box__icon.fa.fa-commenting-o.fa-2x {
  color: #fff;
}

.c-icon-box__icon.fa.fa-commenting-o.fa-2x.u-color--primary {
  color: #002766;
}

.c-icon-box__icon.u-left {
  text-align: left;
}

.c-icon-box__icon.c-icon-box__icon--position {
  width: 25px;
  height: 25px;
  margin-bottom: 0px;
}

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

.c-social-link {
  margin-right: 10px;
  margin-left: 10px;
}

.c-social-link.c-social-link--footer {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 8px;
  border-radius: 50%;
  background-color: #333;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-align: center;
}

.c-social-link.c-social-link--footer.first-social-inc{
	margin-left:0;
}

.c-social-link.c-social-link--footer:hover {
  background-color: #002766;
  color: #fff;
}

.c-social-link.c-social-link--team-popup {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-bottom: 0px;
  padding-top: 8px;
  border-radius: 50%;
  background-color: #333;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-align: center;
}

.c-social-link.c-social-link--team-popup:hover {
  background-color: #002766;
  color: #fff;
}

.c-social-link.c-social-link--article-footer {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 8px;
  border-radius: 50%;
  background-color: #333;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-align: center;
}

.c-social-link.c-social-link--article-footer:hover {
  background-color: #002766;
  color: #fff;
}

.c-social-icon {
  display: inline-block;
}

.c-social-icon.fa.fa-facebook.c-social-icon--footer {
  font-size: 1.125rem;
}

.c-social-icon.fa.fa-pinterest.c-social-icon--footer {
  font-size: 1.125rem;
}

.c-social-icon.fa.fa-google-plus.c-social-icon--footer {
  font-size: 1.125rem;
}

.c-social-icon.fa.fa-linkedin.c-social-icon--footer {
  font-size: 1.125rem;
}

.o-feature-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

.o-feature-bg.o-feature-bg--65 {
  width: 65%;
  -webkit-transition: width 300ms cubic-bezier(.25, .46, .45, .94);
  transition: width 300ms cubic-bezier(.25, .46, .45, .94);
}

.o-feature-bg.o-feature-bg--65.o-feature-bg--left {
  left: 0px;
}

.o-feature-bg.o-feature-bg--65.o-feature-bg--left.o-feature-bg--one {
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/pexels-photo-373076.jpeg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.o-feature-bg.o-feature-bg--65.o-feature-bg--left.o-feature-bg--two {
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/all-in-one-desk-2500w.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.o-feature-bg.o-feature-bg--65.o-feature-bg--left.not-fixed-bg{
	background-attachment:local;
}

.o-feature-bg.o-feature-bg--65.o-feature-bg--right {
  right: 0px;
}

.o-feature-bg.o-feature-bg--65.o-feature-bg--fw {
  left: 0px;
}

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

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

.c-form-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-form-item.c-form-item--article {
  padding-bottom: 30px;
}

.u-pillar-box--none {
  padding-right: 0px;
  padding-left: 0px;
}

.c-icon-box__heading {
  font-family: Montserrat, sans-serif;
  letter-spacing: -0.6px;
}

.c-link-footer {
  display: block;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #002766;
  text-decoration: none;
}

.c-link-footer:hover {
  padding-left: 0.5em;
  background-color: #002766;
  color: hsla(0, 0%, 100%, .9);
}

.o-media__date {
  color: #707070;
}

.o-media__time-stamp {
  display: inline-block;
  padding-left: 10px;
}

.services-features {
  position: relative;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/pexels-photo-373076.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/pexels-photo-373076.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
}

.services-features__list-wrap {
  position: relative;
  width: 50%;
  padding: 60px;
  float: right;
  background-color: #fff;
  box-shadow: 13px 13px 100px 6px rgba(0, 0, 0, .2);
}

.services-features__list-wrap.services-features__list-wrap--full {
  width: 100%;
}

.team-member {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.team-member__content-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.team-member__content-wrap:hover {
  background-color: rgba(0, 210, 255, .85);
  opacity: 1;
  color: #fff;
}

.team-member__content-wrap.team-member__content-wrap--name {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  width: 100%;
  padding-top: 30px 20px 0;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .4), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), hsla(0, 0%, 100%, 0));
  opacity: 0;
  color: #fff;
}

.team-member__content-wrap.team-member__content-wrap--name:hover {
  background-color: transparent;
}

.team-member__title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0.125em;
  font-size: 1.25rem;
}

.team-member__sub-title {
  padding-bottom: 1em;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
}

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

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

.c-scroll-indicator {
  position: absolute;
  right: 25%;
  bottom: 0px;
  z-index: 9997;
  overflow: hidden;
  padding-bottom: 100px;
}

.c-scroll-indicator__desc {
  position: relative;
  color: #fff;
  font-size: .75rem;
  text-transform: uppercase;
}

.page-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

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

.c-avatar__quote {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

.c-avatar__quote.fa.fa-quote-right {
  font-size: 85px;
}

.general-testimonial__quote {
  position: relative;
  margin-bottom: 30px;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.general-testimonial__quote.general-testimonial--white {
  color: #fff;
}

.slider-testimonial__pagination {
  left: 0px;
  top: 0px;
  right: auto;
  width: 4%;
}

.slider-testimonial__nav-arrow {
  display: none;
}

.testimonial-name {
  font-size: 1.125rem;
}

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

.stats-block__icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.stats-block__title {
  text-transform: uppercase;
}

.stats-block__num {
  color: #000;
  font-size: 80px;
  line-height: 1.2;
  font-weight: 700;
}

.stats-block-wrap {
  width: 90%;
}

.u-letter-box--ultimate {
  padding-top: 150px;
  padding-bottom: 150px;
}

.c-cta-block {
  padding: 10% 40px;
  color: #fff;
}

.c-cta-block.c-cta-bg--v1 {
  background-image: -webkit-linear-gradient(270deg, #002766, #002766), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/all-in-one-desk-2500w.jpg');
  background-image: linear-gradient(180deg, #002766, #002766), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/all-in-one-desk-2500w.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1250px;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.c-cta-block.c-cta-bg--v2 {
  background-image: -webkit-linear-gradient(270deg, rgba(237, 28, 36, .8), rgba(237, 28, 36, .8)), url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/57f2a5b563d4b1963d7c36d5_cashflows_brand_guidelines12.bmp');
  background-image: linear-gradient(180deg, rgba(237, 28, 36, .8), rgba(237, 28, 36, .8)), url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/57f2a5b563d4b1963d7c36d5_cashflows_brand_guidelines12.bmp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.c-cta-block.c-cta-bg--blog {
  position: relative;
  width: 100%;
  min-height: 33.25rem;
  background-image: -webkit-linear-gradient(270deg, #002766, #002766), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/all-in-one-desk-2500w.jpg');
  background-image: linear-gradient(180deg, #002766, #002766), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/all-in-one-desk-2500w.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1250px;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.c-field-basic {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 79%, .9);
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.c-field-basic:focus {
  border-bottom-width: 2px;
  border-bottom-color: #002766;
}

.c-field-basic.c-input-basic--message {
  height: 80px;
}

.footer {
  position: relative;
  z-index: 1;
}

.logo-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.play-icon-wrap-feature {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.play-icon-wrap-feature.play-icon-wrap--left {
  left: 0px;
  right: auto;
}

.play-icon-wrap-hero {
  margin-top: 80px;
}

.c-button__inner-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background-image: url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-arrow-right.svg'), url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg');
  background-position: 91% 50%, -463px 50%;
  background-size: 16px, 16px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.c-button__inner-arrow:hover {
  background-position: 129% 50%, 91% 50%;
}

.c-button__inner-arrow.c-button__inner-arrow--white {
  background-image: url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg'), url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg');
  background-size: 16px, 16px;
}

.c-nav-dropdown__item {
  background-color: #fff;
  font-size: 0.8rem;
  text-transform: none;
}

.c-nav-dropdown__item:hover {
  background-color: #eee;
  color: #e1251b;
}

.c-nav-dropdown__item.w--current {
  color: #e1251b;
}

.history-slider-wrap {
  position: relative;
}

.stack-wrap {
  position: relative;
  display: block;
  width: 70%;
}

.stack-wrap.stack-wrap--center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.stack-wrap__img {
  position: absolute;
  box-shadow: 22px 22px 70px 0 rgba(0, 0, 0, .18);
}

.stack-wrap__img.stack-wrap__img--v1 {
  position: relative;
  z-index: 3;
}

.stack-wrap__img.stack-wrap__img--v2 {
  left: -60px;
  top: 30px;
  z-index: 3;
}

.stack-wrap__img.stack-wrap__img--v3 {
  right: -60px;
  bottom: 60px;
  z-index: 1;
}

.stack-wrap__img.stack-wrap__img--v4 {
  left: 0px;
  z-index: 3;
  width: 250px;
  -webkit-transform: translate(-60px, 30px);
  -ms-transform: translate(-60px, 30px);
  transform: translate(-60px, 30px);
}

.stack-wrap__img.stack-wrap__img--v4:hover {
  z-index: 4;
}

.stack-wrap__img.stack-wrap__img--v5 {
  position: relative;
  z-index: 3;
  width: 350px;
}

.stack-wrap__img.stack-wrap__img--v5:hover {
  z-index: 4;
}

.stack-wrap__img.stack-wrap__img--v6 {
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 310px;
  -webkit-transform: translate(60px, -60px);
  -ms-transform: translate(60px, -60px);
  transform: translate(60px, -60px);
}

.stack-wrap__img.stack-wrap__img--v6:hover {
  z-index: 4;
}

.c-heading-wrap.c-heading-wrap--left {
  width: 90%;
}

.c-heading-wrap.c-heading-wrap--left.c-heading-wrap--box-large {
  margin-bottom: 80px;
}

.team-member__frame {
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 5;
  border: 3px solid #fff;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
}

.diver-animation {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 888;
  width: 2px;
  height: 100px;
  background-color: #e1251b;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.diver-animation.diver-animation--v1 {
  background-color: #e1251b;
}

.o-feature-bg-wrap {
  position: relative;
  z-index: 1;
  height: auto;
}

.trust-block {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6)), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/bg-trust-factor.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6)), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/bg-trust-factor.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-bg-vid__frame {
  position: absolute;
  left: 30px;
  top: 80px;
  z-index: 0;
  width: 30px;
  height: 50px;
  background-color: #002766;
}

.team-image-stack {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  float: right;
}

.team-image-stack__overlay {
  position: absolute;
  left: -20px;
  top: -20px;
  right: 25%;
  bottom: 60%;
  z-index: 1;
  height: auto;
  padding: 20px;
}

.team-image-stack__overlay.team-image-stack__overlay--secondary {
  background-color: rgba(29, 150, 182, .8);
  text-align: center;
}

.social-wrap {
  padding-bottom: 10px;
}

.social-wrap.social-wrap--blog-fixed {
  position: fixed;
  left: 0px;
  top: 150px;
  z-index: 999;
  width: 50px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.testimonial-card-v1 {
  padding-top: 50px;
}

.testimonial-card-v2 {
  padding-top: 0px;
}

.u-color--grey-dark {
  color: #333;
}

.contact-form__img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/macbook-laptop-computer-technology-159417.jpeg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact-form__fields {
  padding: 50px 40px;
}

.services-features__content-left {
  width: 45%;
  padding-right: 0px;
  padding-left: 80px;
  float: left;
}

.u-text--enlarge-tiny {
  font-size: 1.2em;
  line-height: 1.2;
}

.bold-text {
  line-height: 1.3;
}

.contact-form__shape {
  width: 35px;
  padding-top: 20px;
}

.shape-animate {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  width: 50px;
  height: 50px;
}

.contact-form__shape-wrap {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.scroll-progress {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
  width: 100%;
  height: 10px;
  background-color: #e1251b;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.layout-filter__button {
  margin-left: 20px;
  padding: 5px;
  float: right;
}

.layout-filter__icon {
  color: #333;
}

.layout-filter__icon.fa.fa-bars.active {
  color: #002766;
}

.layout-filter__icon.fa.fa-bars.fa-2x.active {
  color: #002766;
}

.product-list-item {
  position: relative;
  -webkit-transition: height 300ms ease-in-out, -webkit-transform 300ms ease;
  transition: height 300ms ease-in-out, -webkit-transform 300ms ease;
  transition: height 300ms ease-in-out, transform 300ms ease;
  transition: height 300ms ease-in-out, transform 300ms ease, -webkit-transform 300ms ease;
}

.product-list-item.product-list-item--v1 {
  height: 250px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-product-list-v3.jpg');
  background-position: 50% 50%;
  background-size: 1400px;
  background-repeat: no-repeat;
}

.product-list-item.product-list-item--v1:hover {
  height: 400px;
}

.product-list-item.product-list-item--v2 {
  height: 250px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-product-list-v1.jpg');
  background-position: 50% 50%;
  background-size: 1400px;
  background-repeat: no-repeat;
}

.product-list-item.product-list-item--v2:hover {
  height: 400px;
}

.product-list-item.product-list-item--v3 {
  height: 250px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-product-list-v2.jpg');
  background-position: 50% 50%;
  background-size: 1400px;
  background-repeat: no-repeat;
}

.product-list-item.product-list-item--v3:hover {
  height: 400px;
}

.product-list-item__features {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-card__desc {
  display: block;
}

.product-list-item__features-inner {
  position: relative;
  z-index: 1;
  padding-left: 10%;
  opacity: 0;
}

.product-list-item__features-inner.product-list-item__features-inner--right {
  margin-left: 42%;
}

.product-list-item__features-inner.product-list-item__features--inner-spacing {
  padding-right: 7%;
  padding-left: 7%;
}

.product-grid-item {
  position: relative;
  -webkit-transition: height 300ms ease-in-out, -webkit-transform 300ms ease;
  transition: height 300ms ease-in-out, -webkit-transform 300ms ease;
  transition: height 300ms ease-in-out, transform 300ms ease;
  transition: height 300ms ease-in-out, transform 300ms ease, -webkit-transform 300ms ease;
}

.product-grid-item.product-grid-item--v2 {
  height: 250px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-product-list-v1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-grid-item.product-grid-item--v1 {
  height: 250px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-product-list-v3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-grid-item.product-grid-item--v3 {
  height: 250px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-product-list-v2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-grid-item-wrap {
  position: relative;
  margin-bottom: 20px;
}

.grid-wrap {
  display: block;
}

.list-wrap {
  display: none;
}

.c-tabs__nav--history {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 80px;
  float: right;
  background-color: #f9f9f9;
}

.u-pillar-box--nlp {
  padding-left: 0px;
}

.c-tabs-pricing__nav {
  text-align: left;
}

.c-tabs__nav-item--pricing {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  padding: 15px 20px;
  background-color: #e1251b;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-tabs__nav-item--pricing:hover {
  background-color: #c0141b;
}

.c-tabs__nav-item--pricing.w--current {
  border-bottom-color: transparent;
  background-color: #002766;
  color: #fff;
}

.c-tabs__nav-item--pricing.active {
  background-color: #fff;
  color: #002766;
}

.card-pricing {
  background-color: #fff;
  box-shadow: none;
}

.card-pricing__plan {
  padding-top: 60px;
  padding-bottom: 20px;
  color: #b7b7b7;
  text-align: center;
  text-transform: uppercase;
}

.card-pricing__plan.card-pricing__plan--popular {
  color: #fff;
}

.card-pricing__amount-wrap {
  padding: 35px;
  color: #002766;
  font-weight: 700;
  text-align: center;
}

.card-pricing__amount-wrap.card-pricing__amount-wrap--popular {
  color: #fff;
}

.card-pricing__body {
  padding: 30px 35px;
  border-style: solid;
  border-width: 0px 3px 3px;
  border-color: #f9f9f9;
}

.card-pricing__amount {
  font-size: 45px;
  line-height: 1.2px;
}

.card-pricing__frequency {
  margin-left: -10px;
  font-size: .875rem;
}

.card-pricing__actions {
  padding: 35px 20px;
  font-weight: 700;
  text-align: center;
}

.card-pricing__btn {
  min-width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid #e1251b;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
}

.card-pricing__btn.card-pricing__btn--primary {
  border-color: transparent;
  background-color: #e1251b;
  color: #fff;
}

.card-pricing__btn.card-pricing__btn--primary.card-pricing__btn--full {
  min-width: 100%;
}

.card-pricing__btn.card-pricing__btn--white {
  border-color: transparent;
  background-color: #fff;
  color: #002766;
}

.card-pricing__amount-desc {
  padding: 15px 35px;
  font-size: .875rem;
  font-weight: 400;
  text-align: center;
}

.card-pricing__header {
  border-top: 3px solid #f9f9f9;
  border-right: 3px solid #f9f9f9;
  border-left: 3px solid #f9f9f9;
  background-color: #fff;
}

.card-pricing__header.card-pricing__header--popular {
  background-color: #002766;
  background-image: -webkit-linear-gradient(270deg, #002766, #002766), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/pexels-photo-373076.jpeg');
  background-image: linear-gradient(180deg, #002766, #002766), url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/pexels-photo-373076.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
}

.c-icon-box__cell-right-desc {
  margin-bottom: 0px;
  padding-top: 0px;
}

.card-pricing__btn-empty-red {
  min-width: 50%;
  padding: 20px 9px;
  border: 3px solid #e1251b;
  background-color: transparent;
  color: #e1251b;
  text-transform: uppercase;
  float: left;
}

.card-pricing__btn-empty-white {
  min-width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

.c-icon-box__image {
  width: 60px;
}

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

.u-pillar-box--medium-right {
  padding-right: 40px;
}

.culture__testimonial {
  padding: 110px 40px;
  background-color: #e1251b;
  color: #fff;
  text-align: center;
}

.culture__quote {
  margin-bottom: 30px;
  font-size: 2.5em;
  line-height: 1.2;
}

.culture__profile {
  font-size: 1em;
  line-height: 1.2;
}

.culture_img {
  display: block;
  width: 100%;
}

.u-letter-box--ntp {
  padding-top: 0px;
}

.position {
  margin-bottom: 20px;
  padding: 30px 30px 0px;
  border: 3px solid #f9f9f9;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.position:hover {
  border-color: transparent;
  box-shadow: 15px 15px 50px 0 rgba(0, 0, 0, .15);
}

.c-icon-box__desc.c-icon-box__desc--np {
  padding-top: 0px;
  padding-bottom: 0px;
}

.position__desc {
  margin-bottom: 20px;
}

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

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

.position__footer {
  margin-top: 20px;
  padding: 20px 0px;
  border-top: 1px solid #ebebeb;
  text-align: right;
}

.job-filter {
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
}

.filter__dropdown {
  margin-right: 25px;
  margin-bottom: 10px;
  color: #2d2a26;
}

.filter__dropdown span.serif-xs {
  font-size:22px;
}

.filter__dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  color: #e1251b;
  font-family: 'Playfair Display',serif;
  font-weight:600;
  font-size:2.25rem;
  line-height:1.11111;
  text-transform:lowercase;
}

.position-filter__dropdown-link {
  background-color: #fff;
}

.position-filter__dropdown-link:hover {
  background-color: #e1251b;
  color: #fff;
}

.position-filter__dropdown-list.w--open {
/*   box-shadow: 14px 14px 50px 0 rgba(0, 0, 0, .15); */
}

.o-container__item-full {
  position: relative;
}

.case-study-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.case-study-bg__inner {
  position: relative;
}

.case-study-bg__inner.case-study-bg__inner--v1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  background-image: -webkit-linear-gradient(270deg, rgba(29, 150, 182, .8), rgba(29, 150, 182, .8));
  background-image: linear-gradient(180deg, rgba(29, 150, 182, .8), rgba(29, 150, 182, .8));
  background-position: 50% 50%;
  background-size:  cover;
  color: #fff;
}

.case-study-bg__inner.case-study-bg__inner--v2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  background-image: -webkit-linear-gradient(270deg, rgba(29, 150, 182, .8), rgba(29, 150, 182, .8));
  background-image: linear-gradient(180deg, rgba(29, 150, 182, .8), rgba(29, 150, 182, .8));
  background-position:  50% 50%;
  background-size:  cover;
  color: #fff;
}

.case-study-bg__inner.case-study-bg__inner--v3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  background-image: -webkit-linear-gradient(270deg, rgba(29, 150, 182, .8), rgba(29, 150, 182, .8));
  background-image: linear-gradient(180deg, rgba(29, 150, 182, .8), rgba(29, 150, 182, .8));
  background-position:  50% 50%;
  background-size:  cover;
  color: #fff;
}

.service-slide__inner {
  height: 100%;
}

.service-slide__inner.service-slide__inner--v1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-slide__inner.service-slide__inner--v2 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-slider__pagination {
  left: 0px;
  top: 0px;
  right: auto;
  width: 50px;
}

.service-slider__nav-arrow {
  display: none;
}

.c-content-wrap--left {
  padding-right: 40px;
}

.c-content-wrap--right {
  padding-left: 40px;
}

.service-quote {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.service-img-block {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}

.service-img-block__inner {
  position: relative;
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  color: #fff;
}

.service-img-block__inner-content {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.service-img-block__inner-content.service-img-block__inner-content--full {
  max-width: 85%;
}

.service-bg-vid-wrap {
  position: relative;
}

.nbm {
  margin-bottom: 0px;
}

.service-bg-vid__frame--v2 {
  position: absolute;
  left: 70px;
  top: 40px;
  z-index: 0;
  width: 30px;
  height: 100px;
  background-color: #fff;
}

.c-tabs-products {
  background-color: #fff;
  box-shadow: 0 20px 105px -15px rgba(0, 0, 0, .2);
}

.c-tabs__nav-item-products {
  display: inline-block;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px 20px;
  border-bottom: 1px solid transparent;
  background-color: #e1251b;
  box-shadow: inset -1px -18px 24px -25px #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.c-tabs__nav-item-products:hover {
  background-color: #c0141b;
}

.c-tabs__nav-item-products.w--current {
  border-bottom-color: #fff;
  background-color: #fff;
  box-shadow: none;
  color: #002766;
}

.product-features {
  position: relative;
  padding: 60px;
  float: left;
  box-shadow: 13px 13px 100px 6px rgba(0, 0, 0, .2);
}

._404-animation__so
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}

._404-animation {
  position: relative;
  overflow: hidden;
  width: 450px;
}

._404-animation__mole {
  position: absolute;
  left: 50%;
  bottom: -165px;
  width: 250px;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.agenda-item {
  padding-bottom: 60px;
}

.agenda-item.agenda-item--pl {
  padding-left: 40px;
}

.events-social {
  display: block;
  text-align:left;
}

.event-social-link {
  width: 50px;
  height: 50px;
  text-align:center;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 7px;
  border-radius: 100%;
  background-color: #333;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1.5rem;
}

.event-social-link:hover {
  background-color: #002766;
  color: #fff;
}

.event-social-icon {
  display: inline-block;
}

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

.testimonial__quote {
  position: relative;
  margin-bottom: 30px;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.testimonial__quote-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.general-testimonial {
  position: absolute;
  top: 50%;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.general-testimonial__name {
  font-size: 1.125rem;
}

.general-img-block {
  min-height: 500px;
}

.general-img-block.general-img-block--v1 {
  position: relative;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.general-img-block__inner {
  position: relative;
  display: block;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  color: #fff;
}

.general-img-block__inner-content {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.equal-block.u-bg-gradient--left {
  position: relative;
}

.equal-block__img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 500px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-culture-v1-min.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.equal-block__content {
  position: relative;
  overflow: hidden;
  padding: 10%;
}
.blog-feature .equal-block__content {
  background-color:#e8e8e8;
}
.news .blog-feature .equal-block__content {
  padding-top:5%;
  padding-bottom:5%;
}

.basic-testimonial {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.basic-testimonial__quote {
  position: relative;
  margin-bottom: 30px;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.basic-testimonial__quote.basic-testimonial__quote--small {
  color: #002766;
  font-size: 1.3rem;
  line-height: 1.5;
}

.basic-testimonial__name {
  font-size: 1.125rem;
}

.blog-filter {
  position: relative;
  z-index: 2;
  text-align:center;
  /* font-family: 'Playfair Display',serif;
  font-weight:600;
  font-size:34px;
  text-transform:lowercase; */
}

.blog-filter_topics {
  position: relative;
  z-index: 999;
  font-family: 'Playfair Display',serif;
  font-weight:600;
  font-size:36px;
  line-height:40px;
  text-transform:lowercase;
}

.pull-right {
  float: right;
}

.c-heading--medium {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.ntp {
  padding-top: 0px;
}

.c-blog-card.c-blog-card--mr {
  margin-right: 0px;
    width: 100%;
}

.c-blog-card.c-blog-card--ml {
  margin-left: 10px;
}

.blog-subscribe, .news-subscribe {
  padding: 55px 55px;
  background-color: #002766;
  color: #fff;
}
.blog-subscribe h2, .news-subscribe h2 {
  font-family:'Playfair Display',serif;
  font-size:52px;
  color:#fff;
  text-transform:lowercase;
}
.blog-subscribe p, .news-subscribe p {
  color: #fff;
}
.blog-subscribe p a, .news-subscribe p a {
  color:#fff;
  text-decoration:underline;
}
.blog-subscribe p a:hover, .news-subscribe p a:hover {
  color:#fff;
  text-decoration:none;
}

.o-container-narrow {
  position: relative;
  display: block;
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.blog-article-footer {
  display: block;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.c-alert__icon {
  display: inline-block;
  margin-right: 30px;
  float: left;
}

.c-alert__content {
  display: inline-block;
  overflow: hidden;
}

.blog-feature-img {
  width: 100%;
  max-width:1400px;
}

.blog-feature h2.c-heading, .news-feature h2.c-heading {
  padding-bottom:.5rem;
  line-height:1.3;
}

.blog-feature h2 a {
  color: #2d2a26;
}

.blog-feature p {
  font-size:1.125rem;
  line-height:1.625rem;
}

.c-resources-card {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 0px;
  background-color: #f9f9f9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  text-decoration: none;
}

.c-resources-card:hover {
  background-color: #fff;
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, .1);
  color: #002766;
}

.c-resources-card__body {
  padding: 0px 20px 20px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

.c-resources-card__header {
  padding: 20px;
  font-size: 1rem;
  line-height: 1;
}

.c-resources-card__content {
  position: absolute;
  top: 50%;
  overflow: visible;
  margin-left: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.c-resources-card__footer {
  padding: 0px 20px 20px;
  text-align: right;
}

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

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

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

.c-nav__item-icon {
  display: inline-block;
}

.c-menu__item-search {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  float: left;
  border: 2px solid transparent;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.c-menu__item-search.w--current {
  border: 2px solid #fff;
  color: #fff;
}

.modal-search {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #002766;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.c-button_icon-search {
  display: inline-block;
}

.c-button_icon-search.fa.fa-search {
  color: #fff;
  font-size: 3.5rem;
}

.copyright__description {
  display: inline-block;
}

.copyright {
  padding-top: 40px;
  padding-bottom: 0px;
  font-size: 0.8rem;
  text-align: left;
}

.copyright__links {
  display: inline-block;
  padding-left: 20px;
}

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

.footer__social {
  display: inline-block;
  float: right;
}

.footer__copyright {
  display: inline-block;
  float: left;
}

.footer__copyright-links {
  display: inline-block;
  padding-left: 20px;
  float: left;
}

.modal-video {
  box-shadow: 0 0 41px 11px rgba(0, 0, 0, .2);
}

.team-popup-content-wrap {
  padding-left: 30px;
}

.u-bg-gradient--right-static {
  background-image: -webkit-linear-gradient(0deg, transparent, transparent 50%, #f9f9f9 0, #f9f9f9);
  background-image: linear-gradient(90deg, transparent, transparent 50%, #f9f9f9 0, #f9f9f9);
}

.c-card-block {
  display: block;
  overflow: hidden;
  height: 380px;
  margin-bottom: 20px;
  padding: 0px;
  border: 2px solid #f0f0f0;
  border-radius: 0px;
  background-color: #fff;
  /*-webkit-perspective: 50px;*/
  /*perspective: 50px;*/
  color: #000;
  text-align: center;
  text-decoration: none;
}

.c-card-block__inner-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
}

.c-card-block__header {
  padding: 50px 40px 30px;
}

.c-card-block__body {
  padding: 0px 30px 50px;
}

.c-card-block__footer {
  padding: 20px 30px;
  text-align: right;
}

.c-card-block__icon {
  width: 100px;
}

.play-icon-info {
  font-family: Montserrat, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.text--highlight-hero {
  color: #00e6f3;
}

.c-tabs__arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 30px;
  height: 40px;
  background-image: url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-arrow-left.svg'), -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  background-image: url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-arrow-left.svg'), linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 15px, auto;
  background-repeat: no-repeat, repeat;
}

.c-tabs__arrow.c-tabs__arrow--right {
  left: auto;
  right: 0px;
  width: 30px;
  background-image: url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-arrow-right.svg'), -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
  background-image: url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-arrow-right.svg'), linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.c-cta-block__image {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.ty-message {
  font-size: 1.4rem;
  line-height: 1.4;
}

.pricing-popular {
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-weight: 300;
  text-transform: none;
}

.pricing__dropdown {
  margin-right: 25px;
  margin-bottom: 10px;
  background-color: #fe6500;
  color: #fff;
}

.pricing__dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.speaker {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.speaker__frame {
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 5;
  border: 3px solid #fff;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
}

.speaker__title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0.125em;
  font-size: 1.25rem;
}

.speaker__sub-title {
  padding-bottom: 1em;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
}

.speaker__content-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.speaker__content-wrap:hover {
  background-color: rgba(0, 210, 255, .85);
  opacity: 1;
  color: #fff;
}

.speaker__content-wrap.speaker__content-wrap--name {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .4), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), hsla(0, 0%, 100%, 0));
  opacity: 0;
  color: #fff;
}

.speaker__content-wrap.speaker__content-wrap--name:hover {
  background-color: transparent;
}
.c-icon-box__icon
.lp-form__fields {
  padding: 50px 40px;
}

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

.general-testimonial-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #002766;
  color: #fff;
}

.blog-feature__img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 500px;
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-culture-v1-min.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.blog-feature {
  position: relative;
  overflow:hidden;
}

.blog-feature .arrow-cta span {
  position:relative;
  top:-8px;
}

.c-resources-card__img {
  overflow: hidden;
  height: 220px;
}

.c-resources-card__img.c-resources-card__img--v1 {
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-culture-v7-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-resources-card__img.c-resources-card__img--v2 {
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-service-v1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-resources-card__img.c-resources-card__img--v3 {
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-culture-v6-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-resources-card__img.c-resources-card__img--v4 {
  background-image: url('https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/Marketplace/NOVA/img/img-culture-v5-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-resources-card__img.c-resources-card__img--list {
  width: 50%;
  height: 300px;
  float: left;
}

.c-resources-card__img.c-resources-card__img--list.c-resources-card__img--v1 {
  position: relative;
}

.o-container__item-narrow {
  position: relative;
}

html.w-mod-js *[data-ix="fixed-scroll-to-top"] {
  display: none;
}

html.w-mod-js *[data-ix="feature-block-right"] {
  opacity: 0;
  -webkit-transform: translate(250px, 0px);
  -ms-transform: translate(250px, 0px);
  transform: translate(250px, 0px);
}

html.w-mod-js *[data-ix="feature-block-left"] {
  opacity: 0;
  -webkit-transform: translate(-250px, 0px);
  -ms-transform: translate(-250px, 0px);
  transform: translate(-250px, 0px);
}

html.w-mod-js *[data-ix="slide-hero-text"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

html.w-mod-js *[data-ix="fade-in-hero"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="divider-animation"] {
  height: 0px;
}

html.w-mod-js *[data-ix="card-scroll-slide-in"] {
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

/* ========================================================================== */
/* --------------------------THEME CSS (ENDS)-------------------------------- */
/* ========================================================================== */


/* Custom CSS
 ===================================*/

.service-bg-vid-wrap {
    overflow: hidden;
}

.pricing-menu {
    visibility: hidden;
    height: 0;
    position: absolute;
}

.c-overlay.c-overlay--20 {
  z-index: 0;
}

.c-overlay.c-overlay--20.secondary-gradient {
    background-image: -webkit-linear-gradient(270deg, #e1251b, #e1251b);
    background-image: linear-gradient(180deg, #e1251b, #e1251b);
  	opacity: 0.8;
}

.c-overlay.c-overlay--20.primary-gradient {
    background-image: -webkit-linear-gradient(270deg, rgba(29, 150, 182, .8), rgba(29, 150, 182, .8));
    background-image: linear-gradient(180deg, rgba(29, 150, 182, .8), rgba(29, 150, 182, .8));
    z-index: 1;
}

.w-background-video .service-img-block__inner {
    z-index: 1;
}

.c--404 h1 {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    font-size: 8rem;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.progress {
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.open .progress {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-feature__img {
  background-attachment: scroll
}

.c-content-wrap--left.left-wrap-pad {
    padding-left: 30px;
}

.span6.span-6.span-lp {
    padding-left: 5%;
}

.event-social-link {
    margin-bottom: 10px;
}

img.c-icon-box__image {
  width: 50px;
}

.card-pricing__btn.card-pricing__btn--primary {
    border: 3px solid #e1251b;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.card-pricing__btn.card-pricing__btn--primary:hover {
    background-color: #d1171f;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-color: #d1171f;
}

.card-pricing__btn.card-pricing__btn--primary.card-pricing__btn--full:hover {
    background-color: #fff;
    color: #e1251b;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-color: #e1251b;
}

.card-pricing__btn-empty-red {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.card-pricing__btn-empty-red:hover {
    background-color: #e1251b;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.card-pricing__btn-empty-white {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.card-pricing__btn-empty-white:hover {
    background-color:#fff;
    color:  #002766;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.card-pricing__btn.card-pricing__btn--white {
    border-color: transparent;
    background-color: #fff;
    color: #002766;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.card-pricing__btn.card-pricing__btn--white:hover {
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    color: #002766;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.set-table {
    border-spacing: 40px 0;
}

.stats-block__title {
    min-height: 40px;
    max-height: 40px;
}
.footer__copyright-links {
    padding-left: 0;
}
.c-social-icon.fa.c-social-icon--footer {
    font-size: 1rem;
}
.row-fluid .footer__social {
    display: inline-block;
    float: right;
}
.c-icon-box {
    position: relative;
}
.team-member {
    margin-bottom: -5px;
}
.lp-form__fields {
    padding: 90px 90px 50px 40px;
    background-color: #fff;
}

.card-pricing__amount {
    font-size: 2.7rem;
    line-height: 1.2px;
    min-height: 40px;
    top: 14px;
    position: relative;
}

.pricing-popular {
    top: 35px;
}

.card-pricing__btn-empty-white {
    float: left;
}

.img-icon {
    width: 30px;
    height: 30px;
}

.c-cta-block.c-cta-bg--v1.u-centered {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

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

.logo-block {
  padding-top: 0;
  padding-bottom: 0;
}

li.first-posts-link,
li.previous-posts-link {
    float: left;
}

li.last-posts-link,
li.next-posts-link {
    float: right;
}

ul.pagination {
    padding-left: 0;
}

.c-pagination__control.c-pagination__control--current a {
    color: #fff;
}

.c-pagination__control {
    padding: 0;
    min-width: 35px;
    width: auto;
    position: relative;
}

.c-pagination__control a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    padding: 8px;
}

.centered-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-cta-block.c-cta-bg--blog {
    background-size: cover;
}

.c-overlay.overlay-blog {
    z-index: 0;
}

.blog-card,
.blog-offer-block {
    padding: 0 10px;
/*     max-height: 500px; */
    max-height: 33.25rem;
    margin-bottom: 20px !important;
}
.blog-offer-block .eyebrow {
  position:relative;
  z-index:10;
}

.span12.widget-span.widget-type-custom_widget.blog-offer {
    position: absolute;
    height: 0;
    width: 0;
}

.c-blog-card.c-blog-card--mr {
  margin-right: 0px;
    margin-bottom: 0;
    width: 100%;
}

.blog-list-image {
    height: 220px;
    background-size: cover;
    background-position: 50% 50%;
}

.direction-block p {
    padding: 0;
}

.row-fluid .lp-banner-wrap {
    position: relative;
    height: auto;
    min-height: 100vh;
    padding-top: 0px;
    padding-bottom: 50px;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-custom-pos {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    max-width: 50%;
    background-color: #fff;
}

.form-custom-pos.v-2.lp-form__fields {
    top: 40px;
    right: 110px;
    max-width: 42%;
    padding-top: 50px;
}

.p-spacer {
    min-height: 95px;
}

.o-map {
    height: 400px;
    width: 100%;
    position: relative;
}

.o-map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}

.c-tabs__nav-item-products.active {
  border-bottom-color: #fff;
  background-color: #fff;
  box-shadow: none;
  color: #002766;
}

.layout-filter__icon {
    cursor: pointer;
}

.layout-filter__icon.fa.active {
    color: #002766;
}

.c-tabs__nav-item-products {
    float: left;
}

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

.service-img-block.u-align-table {
    z-index: 1;
}

.culture-vid__bg-inner-content.service-img-block__inner-content--full {
    max-width: 85%;
}

.culture-vid__bg-inner-content {
    display: block;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.c-content-wrap--right {
  font-family: 'Montserrat', sans-serif;
}

.c-heading.c-heading--footer h5{
  color: #ccc;
}

.address strong {
    display: block;
    color: #7a7a7a;
    font-weight: 700;
}

.address a {
    background-color: transparent;
    color: #002766;
    text-decoration: none;
    cursor: pointer;
  	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
      padding: 0.3em 0;
}

.address a:hover {
    background-color: #002766;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  	padding-left:0.5em;
  	padding-right:0.5em;
}

.address address {
    font-style: normal;
}

.row-fluid .footer__copyright {
    width: auto;
}

.row-fluid .footer-social {
    width: auto;
    float: right;
}

.footer__copyright-links a {
    padding-right: 20px;
    background-color: transparent;
    color: #002766;
    text-decoration: none;
    cursor: pointer;
}

.c-button--animate {
    position:relative;
    z-index:1;
}

.c-button--animate:hover {
    color: white;
}

.c-button--animate:before {
    content: "";
    position: absolute;
    background: #fe6500;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    transition: width .2s ease-in;
    -webkit-transition: width .2s ease-in;
}

.c-button--animate:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.contact-form__shape {
    position: relative;
}

.row-fluid .span6.services-features__list-wrap.span-6,
.span6.services-features__list-wrap.span-6{
    float: right;
}

.row-fluid .span6.services-features__content-left {
  width: 45%;
  padding-right: 0px;
  padding-left: 80px;
  float: left;
}

.w-background-video.w-background-video-atom {
    height: 500px;
}

.o-feature-bg.w-background-video {
    height: auto;
}

.bg-gradient {
    -webkit-background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    background: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    position: absolute;
    height: 100%;
    width: 100%;
}


/* Template & Widget CSS
 ===================================*/

/* Footer Menu */
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    display: block;
    padding: 0.3em 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #002766;
    text-decoration: none;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    padding-left: 0.5em;
    background-color: #002766;
    color: hsla(0, 0%, 100%, .9);
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
    padding: 0;
    height: auto;
}

/* Homepage parallax banner */
.parallax-mirror {
    z-index: 1 !important;
}

.bg-parallax {
    z-index: 9;
}

/* Products Library - masonry layout*/
.tab-control {
    cursor: pointer;
}

.mason-grid > span {
    /*display: grid;*/
    display: block;
    box-sizing: border-box;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    /*grid-column-gap: 20px;*/
}

/*.mason-grid > span > div {*/
/*    padding: 0 10px;*/
/*    width: 33.3%;*/
/*}*/
.mason-grid > span > div,
.masonry-block.list-item{
    padding: 0 10px;
    width: 33%;
}


.mason-grid {
    padding-left: 5px;
}

.c-overlay.c-overlay--product-item.c-overlay--product-height {
    height: auto;
}

.mason-grid.mason-list {
    /*padding-left: 0;*/
}

.mason-grid.mason-list > span {
    height: auto !important;
}

.mason-grid.mason-list > span > div {
    padding: 0;
    width: 100%;
    position: relative !important;
    left: 0 !important;
    top: auto !important;
}

.masonry-block:hover .product-list-item__features-inner {
    opacity: 1;
    transition: opacity 300ms ease;
}

.mason-grid .c-icon-box.c-icon-box--product-list {
    padding-top: 20px;
    padding-bottom: 0px;
}

/* Mason List view */
.mason-list .c-card.c-card--grid-product {
    position: absolute;
    width: 40%;
    right: 0;
    bottom: -20px;
    height: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mason-list .product-grid-item-wrap {
    margin-bottom: 0;
}

.mason-list .c-overlay.c-overlay--product-item.c-overlay--product-height {
    height: 100%;
}

.mason-list .c-card.c-card--grid-product {
    position: relative;
    width: 560px;
    float: right;
    min-width: 560px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mason-list .list-view-desc {
    display: block;
    height: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mason-list .masonry-block:hover .list-view-desc {
    height: 100%;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    max-height: 400px;
}

.mason-list .masonry-block:hover .product-grid-item.product-grid-item--v2 {
    height: 400px;
    max-height: 400px;
    transition: height 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mason-list > span > div:nth-child(2n + 2) .c-card.c-card--grid-product {
  left: 0;
  right: auto;
}

.b-align-table__cell {
    display: table-cell;
    position: relative;
}

.c-card.list-view-only {
    display: none;
}

.mason-list .c-card.list-view-only {
    display: block;
    position: absolute;
}

.mason-list .c-card.grid-view-only {
    display: none;
}

.mason-list > span > div:nth-child(2n + 2) .b-align-table__cell {
    left: -50%;
}

.mason-list .b-align-table__cell,
.mason-list .u-align-table__cell {
    width: 40%;
    position: relative;
}

.mason-list .c-card.c-card--grid-product {
    width: 100%;
    min-width: 100%;
}

.mason-list > span > div:nth-child(2n + 2) .product-list-item__features-inner {
    left: 100%;
}

/* Case Study Blocks */
.row-fluid .span-4.equal-column-block,
.span-4.equal-column-block {
    float: none;
}

/*Rotating shapes */
.o-image.o-image--shape-animate-v3 {
    top: -65px;
    right: 120px;
}

.o-image.o-image--shape-animate-v1 {
    top: -110px;
    right: 50px;
}

.contact-form__shape-wrap {
    width: 90%;
}

.contact-form__shape {
    width: 35px;
    padding-top: 0;
    height: 35px;
    margin-top: 10px;
}

/* Animated logos */
.logo-block > span > div  {
    opacity: 0;
    -webkit-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
}

.logo-block > span > div.animate-logo  {
    opacity: 1;
    -webkit-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
}

/* Slide-in stats animation */
.animation-wrapper {
    overflow: hidden;
}

.slide-stats {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.slide-stats.toggle-animation {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.row-fluid .span12.stats-block-wrap {
  width: 90%;
}

/*Tilt boxes Slide-in*/
.o-container__item.perspective {
    opacity: 0;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0;
}

.o-container__item.perspective.toggle-animation {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Industry image slider  */
.industry-slider .service-slide {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    top: 0;
}

.industry-slider .slick-slider {
    height: 100%;
}

.industry-slider .slick-list {
    height: 100%;
}

.industry-slider .slick-track {
    height: 100%;
}

.industry-slider .slick-slide {
    position: relative;
}

.industry-slider .slick-prev,
.industry-slider .slick-next {
    top: 93%;
    background-color: #fff;
    height: 50px;
    width: 120px;
    z-index: 9;
}

.industry-slider .slick-prev {
    left: 23px;
}

.industry-slider .slick-next {
    right: 23px;
}

.industry-slider .slick-prev.slick-arrow:before {
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 1.25rem;
    opacity: 1;
    color: #fe6500;
    position: relative;
    left: -15px;
}

.industry-slider .slick-prev.slick-arrow:after {
    font-family: 'Montserrat',sans-serif;
    content: " Prev";
    opacity: 1;
    color: #fe6500;
    font-size: 1rem;
    line-height: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    right: -5px;
}

.industry-slider .slick-next.slick-arrow:after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 1.25rem;
    opacity: 1;
    color: #fe6500;
    position: relative;
    right: -5px;
}

.industry-slider .slick-next.slick-arrow:before {
    font-family: 'Montserrat',sans-serif;
    content: "Next ";
    opacity: 1;
    color: #fe6500;
    font-size: 1rem;
    line-height: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    left: -15px;
}

/* Timeline Slider */
.slider-content .slick-list {
    overflow: visible !important;
}

.slider-content .stack-wrap {
    position: relative;
    display: block;
    width: 65%;
    float: none;
    margin: 0 auto;
}

.stack-wrap.v-2 {
    position: relative;
    display: block;
    width: 70%;
    text-align: center;
    float: none;
    margin: 0 auto;
}

.history-slider-wrap {
    overflow: hidden;
}

.c-tabs__nav-item.c-tabs__nav-item--history {
    background-color: #f9f9f9;
    cursor: pointer;
}

.slick-current .c-tabs__nav-item.c-tabs__nav-item--history {
    background-color: #002766;
    color: #fff;
}

.slider-dates .slick-list {
    padding: 0 30px;
}

.slider-dates .slick-prev {
    left: 0;
    z-index: 1;
}

.slider-dates .slick-next {
    right: 0;
    z-index: 1;
}

.slick-prev.slick-arrow:before {
    font-family: "FontAwesome";
    content: "\f177";
    font-size: 1.25rem;
    opacity: 1;
    color: #333;
}

.slick-next.slick-arrow:before {
    font-family: "FontAwesome";
    content: "\f178";
    font-size: 1.25rem;
    opacity: 1;
    color: #333;
}

.stack-wrap__img.img-behind:hover {
    z-index: 4;
}

/* Testimonial Slider */
.testimonial-slider {
    position: relative;
}

.industry-slider .slick-dots,
.testimonial-slider .slick-dots {
    position: absolute;
    bottom: 50%;
    display: block;
    width: 50px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    height: auto;
    transform: translateY(50%);
}

.industry-slider .slick-dots li,
.testimonial-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 5px 0;
    padding: 0;
    -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.industry-slider .slick-dots li button,
.testimonial-slider .slick-dots li button {
    display: block;
    width: 100%;
    height: 30px;
    cursor: pointer;
    color: transparent;
    padding: 0;
    background-color: #d2d2d2;
    -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.industry-slider .slick-dots li button:before,
.testimonial-slider .slick-dots li button:before {
    color: transparent;
}

.industry-slider .slick-dots li.slick-active button,
.testimonial-slider .slick-dots li.slick-active button {
    background-color: #002766;
    width: 80px;
}

.industry-slider .slick-dots li.slick-active,
.testimonial-slider .slick-dots li.slick-active  {
    width: 80px;
}

.industry-slider .slick-dots li.slick-active button:before,
.testimonial-slider .slick-dots li.slick-active button:before {
    color: transparent;
}

.testimonial-slider .slick-next {
    right:0;
}

.testimonial-slider .slick-arrow {
    display: none !important;
}

.testimonial__quote p {
    line-height: 1.2;
}

/* Testimonial Card*/
.testimonial-card-v1 {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.testimonial-card-v1.toggle-animation {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

/* Slide to middle contact form section*/
.slide-to-middle .left-slide {
    -webkit-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.slide-to-middle .right-slide {
    -webkit-transform: translate(15%, 0);
  -ms-transform: translate(15%, 0);
  transform: translate(15%, 0);
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.slide-to-middle.toggle-animation .left-slide {
    -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.slide-to-middle.toggle-animation .right-slide {
    -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

/*  EQUAL COLUMN HEIGHT  */
.row-fluid .u-same-height {
    display: table;
    width:100%;
}

.row-fluid .u-same-height__row-fluid {
    display: table-row;
}

.row-fluid .u-same-height__row-fluid:before,
.row-fluid .u-same-height__row-fluid:after {
    display: none;
}

.row-fluid .u-same-height__cell,
.row-fluid .u-same-height__buttons {
    display: table-cell;
    vertical-align: top;
    float:none;
}

.row-fluid .u-same-height__cell--middle {
    vertical-align:middle;
}

.row-fluid .u-same-height__cell--bottom {
    vertical-align: bottom;
}

/* CARD HOVER COLOR FILL */
.c-card-block:before {
    content: "";
    position:absolute;
    height:200px;
    width:200px;
    background-color:#f2f2f2;
    bottom:-200px;
    left:-200px;
    opacity:0;
    border-radius:100%;
    -webkit-transition: all .8s ease-out;
}

.c-card-block:hover:before {
    height:1000px;
    width:1000px;
    opacity:1;
}

/* Tilt hover effects */
.tilt-wrapper {
    position: relative;
}

.tilt-card {
    display: block;
    overflow: hidden;
    height: 380px;
    padding: 0px;
    border: 2px solid #f0f0f0;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.row-fluid .span4.hs-grid,
.row-fluid .span6.hs-grid {
  margin-left: 2.564102564%;
  margin-bottom: 2.564102564%;
}

.span4.hs-grid .c-card-block.tilt-card {
    margin-bottom: 0;
}

.perspective .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(3n+1) .span4,
.perspective .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(2n+1) .span6 {
    margin-left: 0;
}

/* Section divider animation */
.diver-animation {
    opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 99;
  width: 2px;
  height: 0;
  background-color: #e1251b;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

.diver-animation.toggle-animation {
    opacity: 1;
  height: 100px;
  -webkit-transition: height 700ms ease-in-out;
  transition: height 700ms ease-in-out;
}

/* HEADING BORDERS */
.c-heading-eyebrow h1,
.c-heading-eyebrow h2,
.c-heading-eyebrow h3,
.c-heading-eyebrow h4 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

.c-heading.c-heading--ntp h1,
.c-heading.c-heading--ntp h2,
.c-heading.c-heading--ntp h3,
.c-heading.c-heading--ntp h4 {
    padding-top: 0px;
}

.c-heading-eyebrow.c-heading-eyebrow--border-white {
    color: #fff;
}

.c-heading-eyebrow--border:before,
.c-heading--products-border:before {
    content: "";
    display: block;
    position: absolute;
    transform: translate(-101%,-5px);
  	-webkit-transform:translate(-101%, -5px);
    top: 15px;
    background: #e1251b;
    height: 10px;
    width: 1000px;
}

.c-heading-eyebrow--border-white:before,
.c-heading--products-border-white:before {
    content: "";
    display: block;
    position: absolute;
    transform: translate(-101%,-5px);
    top: 50%;
    background: #FFFFFF;
    height: 10px;
    width: 1000px;
}

/* .c-heading-sub.sub-blog {
    font-size: 1.5rem;
} */

.u-color--secondary {
    color: #002766;
}

/* Animated Slide-in Sections */
.slide-in {
    opacity: 0;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slide-in.toggle-animation {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.o-feature-bg.o-feature-bg--65.toggle-animation {
    -webkit-transition: width 400ms ease-in-out;
    transition: width 400ms ease-in-out;
    width: 100%;
}

.o-feature-bg.o-feature-bg--65 {
    z-index: 1;
}

.slide-in-reverse {
    opacity: 0;
    -webkit-transform: translateX(-250px) translateY(0px) translateZ(0px);
    -webkit-transition: opacity 200ms, transform 200ms;
    transform: translateX(-250px) translateY(0px) translateZ(0px);
    transition: opacity 200ms, transform 200ms;
}

.slide-in-reverse.toggle-animation {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: opacity 200ms, transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0px) translateY(0px) translateZ(0px);
    transition: opacity 200ms, transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.col-align-right .c-card.c-card--feature.c-card--feature-right {
    float: left;
}

.reverse-dir .o-feature-bg.o-feature-bg--65.o-feature-bg--right {
    right: auto;
    left: 0;
}

.reverse-dir .play-icon-wrap-feature {
    right: auto;
    left: 0;
}

.play-icon-wrap-feature {
    z-index: 2;
}

.reverse-dir .c-card.c-card--feature {
    float: right;
}

.reverse-dir .slide-in-reverse {
    opacity: 0;
    -webkit-transform: translateX(250px) translateY(0px) translateZ(0px);
    -webkit-transition: opacity 200ms, transform 200ms;
    transform: translateX(250px) translateY(0px) translateZ(0px);
    transition: opacity 200ms, transform 200ms;
}

.reverse-dir .slide-in-reverse.toggle-animation {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: opacity 200ms, transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0px) translateY(0px) translateZ(0px);
    transition: opacity 200ms, transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Scoll indicator animation */
.c-scroll-indicator.c-scroll-indicator--zigzag {
  -webkit-animation: 4s scroll infinite linear;
  -webkit-animation-name:scroll;
  -webkit-animation-duration:4s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  animation: 4s scroll infinite linear;
}

@keyframes scroll{
  0% {
    background-position:0 0;
  }
  100% {
    background-position:0 300px;
  }
}

@-webkit-keyframes scroll{
  0% {
    background-position:0 0;
  }
  100% {
    background-position:0 300px;
  }
}

.c-scroll-indicator {
  position: absolute;
  right: 25%;
  bottom: 0px;
  z-index: 99;
  overflow: hidden;
  padding-bottom: 100px;
}

.c-scroll-indicator.c-scroll-indicator--zigzag {
  right: 50%;
  bottom: 0px;
  width: 20px;
  height: 100px;
  background-image: url("//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-zigzag.svg");
  background-position: 0px 50%;
  background-size: 20px 80px;
  background-repeat: repeat-y;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

/* Scroll indicator keyframe */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
  40% {
      -moz-transform: translateY(-30px);
      transform: translateY(-30px);
  }
  60% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px);
  }
  }
  @-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }
  60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  40% {
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }
  60% {
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* 404 Mole Bounce animation*/
@-moz-keyframes molebounce {
  0% {
      -moz-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  40% {
      -moz-transform: translate(-50%, -250px);
      transform: translate(-50%, -250px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  50% {
      -moz-transform: translate(-50%, -170px);
      transform: translate(-50%, -170px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
  100% {
      -moz-transform: translate(-50%, -170px);
      transform: translate(-50%, -170px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
}

@-webkit-keyframes molebounce {
  0%{
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  40% {
      -webkit-transform: translate(-50%, -250px);
      transform: translate(-50%, -250px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  50% {
      -webkit-transform: translate(-50%, -170px);
      transform: translate(-50%, -170px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
  100% {
      -webkit-transform: translate(-50%, -170px);
      transform: translate(-50%, -170px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
}

@keyframes molebounce {
  0% {
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  }
  40% {
      -moz-transform: translate(-50%, -240px);
      -ms-transform: translate(-50%, -240px);
      -webkit-transform: translate(-50%, -240px);
      transform: translate(-50%, -240px);
    -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  50% {
      -moz-transform: translate(-50%, -170px);
      -ms-transform: translate(-50%, -170px);
      -webkit-transform: translate(-50%, -170px);
      transform: translate(-50%, -170px);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
  100% {
      -moz-transform: translate(-50%, -170px);
      -ms-transform: translate(-50%, -170px);
      -webkit-transform: translate(-50%, -170px);
      transform: translate(-50%, -170px);
    -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
}

._404-animation__mole {
    -webkit-animation: molebounce 3s forwards;
  animation: molebounce 3s forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* Modal Video Popups */
.modal-toggle {
    cursor: pointer;
}

.c-overlay.modal {
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: -1;
}

.c-overlay.modal.modal-open {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 99999;
}

.w-video {
    position: relative;
    width: 100%;
    padding: 0;
  	min-height: auto;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
}

.w-clearfix:after {
    clear: both;
}

.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

svg.play-icon .box {
    fill: white;
    stroke: white;
    stroke-width: 0;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    stroke-linecap: round;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

svg.play-icon .play {
    fill: #e1251b;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

svg.play-icon:hover .box {
    fill: rgba(255, 0, 0, 0);
    stroke: rgba(255, 255, 255, 1);
    stroke-dashoffset: 0;
    stroke-width: 2px !important;
    -webkit-transition: stroke .7s .4s ease-in-out, stroke-dashoffset 1.5s ease-in-out, fill .3s .1s ease-out;
    -moz--transition: stroke .7s .4s ease-in-out, stroke-dashoffset 1.5s ease-in-out, fill .3s .1s ease-out;
    transition: stroke .7s .4s ease-in-out, stroke-dashoffset 1.5s ease-in-out, fill .3s .1s ease-out;
}

svg.play-icon:hover .play {
    fill: white;
}

.w-dropdown-list.w--open {
    display: block;
}

.filter__dropdown-toggle.w--open {
    z-index: 9999;
/*     box-shadow: 6px 5px 29px -4px rgba(0, 0, 0, .2); */
}

/* HERO ANIMATOINS */
.heading-animate {
  display: inline-block;
  position: relative;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.heading-animate:after {
  content: "";
  position: absolute;
  background: rgb(22, 137, 167);
  top: 0px;
  right: 0px;
  height: 100%;
  opacity:0;
  width: 100%;
  z-index: 1;
  -webkit-animation: highlight 1.2s forwards;
  -webkit-animation-delay: 1.2s;
  animation: highlight 1.2s forwards;
  animation-delay: 1.2s;
}

.heading-slide {
    opacity: 0;
    left: -50%;
    -webkit-animation: slide-in-left 1s forwards;
  animation: slide-in-left 1s forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.heading-reveal {
    opacity: 0;
    -webkit-animation: fade-in 1s forwards;
  -webkit-animation-delay: 1.4s;
  animation: fade-in 1s forwards;
  animation-delay: 1.4s;
}

.subheading-slide {
    position: relative;
    opacity: 0;
    left: -100%;
    -webkit-animation: slide-in-sub 700ms forwards;
  animation: slide-in-sub 700ms forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1                                                                                  s;
}

@keyframes fade-in {
  from { opacity: 0;}
  to   { opacity: 1; }
}
@keyframes slide-in-left {
  from { left: -50%; opacity: 0;}
  to   { left: 0; opacity: 1; }
}
@keyframes slide-in-sub {
  from { left: -100%; opacity: 0;}
  to   { left: 0; opacity: 1; }
}
@keyframes highlight {
  from { width: 100%; opacity: 0;}
  to   { width: 0;opacity: 1; }
}

/* PAGE SECTION BACKGROUND ANIMATION */
.u-bg-gradient--right:before,
.u-bg-gradient--left:before{
  content: "";
  position: absolute;
  top: 0px;
  bottom:0px;
  left: 50%;
  height: 100%;
  width:0;
  background-color:#e8e8e8;
  transition: all 1s;
}

.u-bg-gradient--left:before{
  right: 50%;
}

.u-bg-gradient--right.toggle-animation:before,
.u-bg-gradient--left.toggle-animation:before{
  content: "";
  position: absolute;
  top: 0px;
  bottom:0px;
  right: 0px;
  height: 100%;
  width:50%;
}

.u-bg-gradient--left.toggle-animation:before {
  left: 0px;
}

/* TEAM PHOTO HOVER */
.team-member:hover .team-member__frame,
.speaker:hover .speaker__frame{
    top: 30px;
    right: 30px;
    bottom: 3%;
    left: 3%;
    opacity: 1;
}

.team-member:hover .team-member__content-wrap,
.speaker:hover .speaker__content-wrap {
    padding-bottom:50px;
    padding-left: 3%;
    padding-right: 3%;
    opacity:1;
}

.team-member:hover .overlay{
		position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
  	transition: all .7s;
}

/* PRODUCT LIST */
.product-list-item .c-card--product {
    transition: max-height 0.3s ease-in-out;
    max-height:78px;
}

.product-list-item:hover .c-card--product {
    max-height:400px;
}

.product-list-item .c-card--product .c-card__desc,
.product-list-item .c-card--product .c-card .c-card__footer {
  opacity:0;
  transition: opacity 0.5s ease;
  transition-delay: 0.2s;
}

.product-list-item:hover .c-card--product .c-card__footer {
  opacity:1;
}

.product-list-item:hover .c-card--product .c-card__desc {
  opacity:1!important;
  display:block!important;
}

/* Product item overlay */
.product-list-item-wrap .product-list-item:hover .c-overlay.c-overlay--product-item {
  opacity:1;
}

.product-grid-item-wrap:hover .c-overlay.c-overlay--product-item {
  opacity:1;
}

/***** CASE STUDY *****/
/* Background zoom */
div[class^='case-study-bg__inner--'],
div[class*='case-study-bg__inner--']{
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.case-study-wrap:hover .case-study-bg div[class^='case-study-bg__inner--'],
.case-study-wrap:hover .case-study-bg div[class*='case-study-bg__inner--']{
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
}

/* Resources/Products filter styling */
.resources-container {
    position: relative;
    z-index: 0;
}

.jplist-hidden {
    display: none !important;
}

.jplist-no-results {
  padding: 20px 0;
}

.filter-wrap .jplist-drop-down .jplist-dd-panel,
.filter-wrap .jplist-drop-down ul {
  left: -15px;
    width: 105.7%;
}

.filter-wrap .jplist-drop-down ul {
    top: 40px;
    border-color: #fff;
    width: auto;
    left: 0;
    position: absolute;
}

.filter-wrap .jplist-drop-down ul li {
  height: 100%;
  width: 100%;
  padding: 10px;
  line-height: 23px;
  min-height: 45px;
  color: #000;
  background-color: #fff;
  text-indent: 0;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}

.filter-wrap .jplist-drop-down ul li:hover {
    background-color: #f9f9f9;
    color: #e1251b;
  transition: all 0.3s ease;
}

.filter-wrap .jplist-drop-down .jplist-dd-panel:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #fff;
  right: 10px;
}

.filter-wrap .jplist-drop-down .jplist-dd-panel {
    line-height: 23px;
}

.jplist-panel.box.panel-top {
  margin-left: -10px;
  margin-right: -10px;
}

.filter-wrap .jplist-panel {
  display: block !important;
}

.filter-wrap .jplist-drop-down:hover .jplist-dd-panel:after,
.filter-wrap .jplist-drop-down:hover .jplist-dd-panel {
  color: #fff;
}

.filter-wrap .jplist-drop-down {
  background: #000 none repeat scroll 0 0;
  border: medium none !important;
  border-radius: 0;
  color: #fff;
  padding: 10px 25px 0 0;
  line-height: 26px;
  font-size: 1rem;
  width: auto;
  margin: 0 20px 0 0;
  height: 45px;
  text-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  min-width: 160px;
}

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

.filter-wrap .filter-controls .jplist-panel .jplist-pagination button {
    background: transparent none repeat scroll 0 0;
    border-width: 3px;
    color: #222;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 26px;
    padding: 4px;
    width: 40px;
    border-radius: 0;
}

.filter-wrap .filter-controls .jplist-panel .jplist-pagination .jplist-pagingprev button,
.filter-wrap .filter-controls .jplist-panel .jplist-pagination .jplist-pagingnext button {
  color: #d3d3d3;
}

.filter-wrap .filter-controls .jplist-panel .jplist-pagination .jplist-current {
    border: 2px solid #ececec;
    color: #d3d3d3;
    font-weight: 300;
    outline: medium none;
}

.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingprev,
.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingmid,
.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingnext {
  display: inline-block;
  width: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingprev {
  position: absolute;
  left: 0;
}

.filter-wrap .filter-controls .jplist-panel .jplist-pagination button.jplist-last {
  margin-right: 0;
}

.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingmid{
  float: none;
}

.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingnext {
  position: absolute;
  right: 0;
}

.jplist-panel.box.panel-bottom {
    text-align: center;
}

.filter-wrap .jplist-pagination button {
  border-radius: 300px;
}

.jplist-drop-down.centered,
.filter-wrap .jplist-label.centered,
.jplist-panel .jplist-pagination.centered {
  display: inline-block;
  float: none;
  width: 100%;
  text-align: center;
  position: relative;
}

.filter-wrap .filter-controls .jplist-panel .jplist-pagination button.jplist-current,
.filter-wrap .filter-controls .jplist-panel .jplist-pagination button:hover {
  font-weight: bold;
  color: #fff;
  border: 2px solid #002766;
    background-color: #002766;
  text-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.filter-wrap .jplist-label.centered {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.jplist-panel {
   display: block !important;
}

.resources-footer {
  padding: 50px 0 100px 0;
}

.filter-wrap .jplist-drop-down {
    white-space: nowrap;
}

.filter-wrap .jplist-drop-down ul {
    white-space: normal;
}

.filter-wrap .jplist-drop-down ul li {
    height: auto;
    text-indent: 0;
    padding-left: 10px;
}

.resources-lib.list-item .c-resources-card {
  height: 480px;
}

.resources-list .c-resources-card {
    height: auto !important;
}

/* Job Listing styling */
.position.list-item {
    max-width: 45%;
    width: 45%;
    float: left;
}

.list div.position.list-item:nth-child(even) {
    margin-right: 10%;
}

.resources-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.resources-list .resources-item {
    width: 100%;
}

.resources-list .list-left-col,
.resources-list .list-right-col {
    width: 50%;
    display: inline-block;
    float: left;
    height: 300px;
}

.resources-list .list-table {
    display: table;
    height: 100%;
}

.resources-list .list-row {
    display: table-row;
    height: 100%;
}

.resources-list .list-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.resources-list .blog-tag.blog-tag--sub {
    top: 10px;
    right: 51%;
    width: auto;
}

/*Blog Progress Bar animation*/
.progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    border: none;
    background-color: #e1251b;
    height: 10px;
    z-index: 99999;
}

/* Team reveal animations */
.team-reveal {
    opacity: 0;
    transform: translateY(-50px);
    transition: transform 600ms ease, opacity 600ms ease;
}

.animate-team .team-reveal {
    opacity: 1;
    transform: translateY(0);
}

/* TEAM PHOTO HOVER */
.team-member:hover .team-member__frame,
.speaker:hover .speaker__frame{
    top:20px;
    right:20px;
    bottom:20px;
    left:20px;
    opacity:1;
}

.team-member:hover .team-member__content-wrap,
.speaker:hover .speaker__content-wrap {
    padding-bottom:50px;
    opacity:1;
}

.slide-in-reverse {
    opacity: 0;
    -webkit-transform: translateX(-250px) translateY(0px) translateZ(0px);
    -webkit-transition: opacity 200ms, transform 200ms;
    transform: translateX(-250px) translateY(0px) translateZ(0px);
    transition: opacity 200ms, transform 200ms;
}

.slide-in-reverse.toggle-animation {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: opacity 200ms, transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0px) translateY(0px) translateZ(0px);
    transition: opacity 200ms, transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


 /* COS Default Styles
 ===================================*/

.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: #dfdfdf;
  color: #fe6500;
}

#toggleComments:hover {
  background-color: ;
  border-color: ;
  color: #fff;
}

#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;
  width:100%;
}


 /* Reusable Template CSS
 ===================================*/

/* Slide from left */
.slide-from-left {
    opacity: 0;
    transform: translateX(-60%);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slide-from-left.tiny-slide {
    transform: translateX(-20%);
}

.slide-from-left.ease-slide {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slide-from-left.toggle-slide {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slide-from-left.toggle-slide.ease-slide {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

/* Slide from right */
.slide-from-right {
    opacity: 0;
    transform: translateX(60%);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slide-from-right.tiny-slide {
    transform: translateX(20%);
}

.slide-from-right.ease-slide {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slide-from-right.toggle-slide {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Slide from top */
.slide-from-top {
    opacity: 0;
    transform: translateY(-60%);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slide-from-top.tiny-slide {
    transform: translateY(-20%);
}

.slide-from-top.toggle-slide {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition: all 500ms ease-in;
    transition: all 500ms  ease-in;
}

.row-fluid .span12.code-block,
.code-block {
    position: absolute;
    height: 0;
    width: 0;
}

.u-align-table {
    display:table;
    width:100%;
}

.u-align-table__cell,
.row-fluid .u-align-table__cell.span-6 {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

/* Vertical Center / Equal Column Heights */
.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: 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: 100% !important;
}

.vertical-container img {
    width: 100% !important;
}

.vertical-container.img-auto img {
    width: auto !important;
    margin: 0 auto;
    float: none;
}

/* Revers stacking order(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;
    }
}

.hide {
	display:none !important;
}



/* Media Queries
 ==========================================================================
 ==========================================================================  */

 /* Grid Media Queries
 ===================================*/
.row-fluid .span12.page-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    float: none;
}

.row-fluid-wrapper .row-fluid .o-container-large.container-pull {
    width: calc(90% + 40px);
    max-width: 1480px;
}

.w-row:after {
    clear: both;
}

.span-3,
.row-fluid .span-3 {
    width: 25%;
    float: left;
    margin: 0;
}

.span-4,
.row-fluid .span-4 {
    width: 33.333%;
    float: left;
    margin: 0;
}

.o-grid__cell.span-4 {
    padding: 10px;
}

.span-6,
.row-fluid .span-6 {
    width: 50%;
    float: left;
    margin: 0;
}

.container-fluid .row-fluid .o-container-narrow {
    position: relative;
    display: block;
    width: 90%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

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

@media screen and (min-width: 1200px) {
    .w-container,
    .container-fluid .row-fluid .page-center {
        max-width: 1170px;
    }
}

@media (max-height:620px){
  .c-button.c-button--close{
  	top:0;
    height:40px;
    width:20px;
  }
}

@media (min-width:991px) and (max-width:1439px) {
  .blog-feature {
    padding-right:10px;
    padding-left:10px;
  }
}

@media (max-width: 991px) {
    .w-container,
    .container-fluid .row-fluid .page-center {
        max-width: 728px;
    }
    .container-fluid .row-fluid .o-container-narrow {
        width: auto;
        max-width: 710px;
    }
}

@media (max-width: 767px) {
    .span-3,
    .row-fluid .span-3 {
        width: 100%;
    }
    .span-4,
    .row-fluid .span-4 {
        width: 100%;
    }
    .span-6,
    .row-fluid .span-6,
    .u-align-table__cell,
    .row-fluid .u-align-table__cell.span-6{
        width: 100%;
        float: left;
    }

}

@media (max-width: 767px) and (min-width: 480px){
    .span-6-medium,
    .row-fluid .span-6.span-6-medium {
        width: 50% !important;
        float: left !important;
    }
    .row-fluid [class*="span"].span-med-6  {
        width: 50%;
        float: left;
        margin: 0;
    }
}

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

 /* Theme Media Queries
 ===================================*/

@media (max-width: 1279px) {
    .row-fluid .span4.hs-grid,
    .row-fluid .span6.hs-grid {
        margin-left: 2.127659574%;
        margin-bottom: 2.564102564%;
    }
    .perspective .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(3n+1) .span4,
    .perspective .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(2n+1) .span6 {
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
  .resources-lib.list-item .c-resources-card {
    height: 630px;
  }
}

@media (max-width: 1024px) and (min-width: 767px) {
  .card-pricing__amount {
      font-size: 2.2rem;
  }
}

@media (max-width: 990px) {
  /* ===== THEME CSS (START) ======== */
  .c-nav.nav-down {
    padding-right: 0px;
  }
  .c-menu__item {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    border-bottom-width: 1px;
    border-bottom-color: #f4f4f4;
    color: #002766;
    text-align: left;
  }
  .c-menu__item.w--current {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 15px;
    border-color: transparent;
    background-color: #e1251b;
    color: #fff;
    text-align: left;
  }
  .c-menu__item.c-nav__item--dropdown {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  .c-button.c-button--default.c-button--animate {
    background-color: #fe6500;
    color: #fff;
  }
  .c-button.c-button--ghost.c-button--animate {
    background-color: #fe6500;
    color: #fff;
  }
  .c-button.c-button--transparent.c-button--animate {
    background-color: #fe6500;
    color: #fff;
  }
  .case-study {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-heading {
    line-height: 1.2em;
  }
  .c-heading.c-heading--cta {
    padding-top: 0px;
    font-size: 2.2rem;
  }
  .c-heading.c-heading--products-border {
    font-size: 1.3rem;
  }
  .c-heading.c-heading--feature {
    font-size: 2.2rem;
  }
  .c-heading.c-heading--case-study {
    font-size: 1.6rem;
  }
  .o-grid__cell.case-study-wrap.u-same-height__buttons {
    padding-right: 0px;
    padding-bottom: 115px;
    padding-left: 0px;
  }
  .o-container__item {
    padding-right: 30px;
    padding-left: 30px;
  }
  .o-container__item.u-letter-box--ultimate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .c-avatar.c-avatar--extra-large {
    width: 200px;
    float: left;
  }
  .c-card.c-card--feature {
    width: 65%;
  }
  .c-card__item {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-card__item.c-card__item--testimonial {
    padding-right: 15px;
    padding-left: 15px;
  }
    .c-card__heading {
        font-size: 1.3rem;
    }
  .c-card__header {
    padding: 25px;
  }
  .c-card__header.c-card__header--testimonial {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-card__footer {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-menu {
    padding: 20px;
    background-color: #fff;
  }
  .c-menu-buttton {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 2.5rem;
  }
  .c-menu-buttton.w--open {
    background-color: rgba(23, 145, 177, .9);
  }
  .c-menu-button__icon {
    line-height: 80px;
  }
  .c-hero__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-heading.c-heading--hero-inner {
    font-size: 3.5rem;
  }
  .c-heading-sub.c-heading-sub--hero-inner {
    width:100%;
    padding-bottom:182px;
  }
  .u-same-height__button-fixed {
    padding-left: 20px;
  }
  .c-icon-box.u-pillar-box--small {
    padding-left: 0px;
  }
  .c-icon-box.c-icon-box--perks {
    padding-right: 20px;
  }
  .c-icon-box.c-icon-box--pl {
    padding-left: 0px;
  }
  .c-icon-box_cell-left {
    float: none;
  }
  .c-icon-box_cell-left.c-icon-box_cell-left--inline {
    float: left;
  }
  .c-icon-box_cell-left.c-icon-box_cell-left--pricing {
    float: left;
  }
  .c-icon-box_cell-left.c-icon-box_cell-left--event {
    float: left;
  }
  .c-icon-box__icon {
    text-align: left;
  }
  .services-features {
    margin-bottom: auto;
    padding-bottom: 30px;
  }
  .services-features__list-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .team-member {
    text-decoration: none;
  }
  .team-member__content-wrap {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #00d2ff;
    opacity: 1;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.3;
  }
  .team-member__content-wrap.team-member__content-wrap--name {
    bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    background-color: transparent;
    opacity: 1;
  }
  .team-member__title {
    font-size: 1rem;
  }
  .team-member__sub-title {
    font-size: 1em;
  }
  .c-menu-dropdown {
    padding-left: 0px;
    color: #002766;
  }
  .general-testimonial__quote {
    font-size: 1.8rem;
  }
  .stats-block {
    margin-bottom: 30px;
  }
  .stats-block__icon {
    width: 80px;
  }
  .stats-block__title {
    padding-right: 10px;
    padding-left: 10px;
    max-height:none;
  }
  .stats-block__num {
    font-size: 50px;
  }
  .c-cta-block.c-cta-bg--v2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-cta-block.c-cta-bg--blog {
    min-height: auto;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .logo-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .play-icon-wrap-feature {
    width: 35%;
  }
  .c-button__inner-arrow {
    background-image: url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg'), url('https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg');
    background-position: 91% 50%, -463px 50%;
    background-size: 16px, 16px;
    background-repeat: no-repeat, no-repeat;
  }
  .c-nav-dropdown__list.w--open {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
  }
  .c-nav-dropdown__item {
    padding-left: 20px;
    border-bottom: 1px solid #f2f2f2;
    background-color: transparent;
    color: #333;
    font-size: 1rem;
  }
  .team-member__frame {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 1;
  }
  .testimonial-card-v1.u-pillar-box--tiny {
    padding-right: 0px;
    padding-left: 0px;
  }
  .testimonial-card-v2.u-pillar-box--tiny {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-form__fields {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-grid-item-wrap:hover .c-overlay.c-overlay--product-item,
  .product-list-item__features-inner.product-list-item__features--inner-spacing {
    display: none;
  }
  .card-pricing__amount-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .card-pricing__body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .card-pricing__amount {
    font-size: 2rem;
  }
  .card-pricing__actions {
    min-height: 175px;
    padding: 20px;
  }
  .card-pricing__btn.card-pricing__btn--primary {
    display: block;
  }
  .card-pricing__btn.card-pricing__btn--white {
    display: block;
  }
  .card-pricing__amount-desc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-icon-box__cell-right-desc.c-icon-box__cell-right-desc--pricing {
    font-size: 0.8rem;
  }
  .card-pricing__btn-empty-red {
    display: block;
  }
  .card-pricing__btn-empty-white {
    display: block;
  }
  .culture__testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .culture__quote {
    font-size: 2em;
  }
  .filter__dropdown {
    margin-right: 10px;
  }
  .case-study-bg {
    margin-bottom: 20px;
  }
  .product-features {
    padding-right: 30px;
    padding-left: 30px;
  }
  ._404-animation {
    width: 100%;
  }
  ._404-animation__mole {
    width: 200px;
  }
  .agenda-item.agenda-item--pl {
    padding-left: 0px;
  }
  .blog-filter {
    padding-right: 30px;
    padding-left: 30px;
  }
  .o-container-narrow {
    width: auto;
    max-width: 710px;
  }
  .c-resources-card__content {
    position: relative;
    top: auto;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .c-menu__item-search {
    float: none;
  }
  .c-button_icon-search.fa.fa-search {
    font-size: 3rem;
  }
  .team-popup-content-wrap {
    padding-right: 20px;
  }
  .c-card-block {
    position: relative;
  }
  .c-card-block__header {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-card-block__body {
    padding-bottom: 30px;
  }
  .c-card-block__footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-card-block__icon {
    width: 80px;
  }
  .pricing__dropdown {
    margin-right: 10px;
  }
  .speaker {
    text-decoration: none;
  }
  .speaker__frame {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 1;
  }
  .speaker__title {
    font-size: 1rem;
  }
  .speaker__sub-title {
    font-size: 1em;
  }
  .speaker__content-wrap {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #00d2ff;
    opacity: 1;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.3;
  }
  .speaker__content-wrap.speaker__content-wrap--name {
    bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    background-color: transparent;
    opacity: 1;
  }
  .lp-form__fields {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .lp-form__fields.lp-form__fields--bg-white {
    background-color: #fff;
  }
  .c-resources-card__img {
    height: 300px;
  }
  /* ===== THEME CSS (END) ======== */

  .c-button.c-button--default.c-button--animate {
        background-color: #000 !important;
        color: #fff !important;
    }
    .product-list-item__features-inner.product-list-item__features--inner-spacing {
        display: block;
    }
    .industry-slider .slick-dots li.slick-active button,
    .testimonial-slider .slick-dots li.slick-active button {
        width: 40px;
    }
    .industry-slider .slick-dots li.slick-active, .testimonial-slider .slick-dots li.slick-active {
        width: 40px;
    }
    .industry-slider .slick-dots li, .testimonial-slider .slick-dots li {
        width: 25px;
        display: block;
    }
    .card-pricing__actions a.card-pricing__btn.card-pricing__btn--white,
    .card-pricing__actions a.card-pricing__btn,
    .card-pricing__actions a {
        display: inline-block;
        width: 100%;
        float: none;
    }
    .row-fluid .span4.footer__copyright,
    .row-fluid .span4.footer__copyright-links,
    .row-fluid .span4.footer__social {
        width: 100%;
        text-align: center;
        margin: 0 0 5px 0;
    }
    .row-fluid .footer__social {
        float: none;
    }
  .c-heading.c-heading--hero {
    font-size: 2.5rem;
  }
    .span-3.blog-card {
        width: 50%;
      margin-top:20px;
    }
    .span-6.blog-offer-block {
        width: 100%;
        margin: 0 !important;
    }
    .blog-list-image {
        padding-top: 65%;
    }
    .o-container__item {
        padding-right: 30px;
        padding-left: 30px;
    }
    .c-icon-box_cell-left,
    .c-icon-box_cell-left.c-icon-box_cell-left--author {
        float: left;
    }
    .social-wrap.social-wrap--blog-fixed {
      display: none !important;
    }
    .resources-lib.resources-item {
        width: 50%;
    }
    .lp-banner-wrap .span6.span-6.span-lp {
        padding-left: 0;
    }

}



@media (max-width: 767px) {
  /* ===== THEME CSS (START) ======== */
  .c-hero.c-hero--home {
    background-position:left bottom;
  }
    .o-section.u-bg-gradient--right-static {
    background-image: -webkit-linear-gradient(0deg, #f9f9f9 61%, #f9f9f9);
    background-image: linear-gradient(90deg, #f9f9f9 61%, #f9f9f9);
  }
  .case-study {
    padding-bottom: 30px;
  }
  .c-heading.c-heading--footer {
    padding-top: 30px;
  }
  .c-heading.c-heading--hero {
    font-size: 2.5rem;
  }
  .c-heading.c-heading--products-border {
    font-size: 1.5rem;
  }
  .c-heading.c-heading--feature {
    font-size: 2rem;
  }
  .c-heading.c-heading--ty {
    text-align: left;
  }
  .c-heading.c-heading--case-study {
    padding-bottom: 20px;
  }
  .o-grid__cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid__cell.u-right.u-letter-box--medium.u-letter-box--ntp {
    text-align: center;
  }
  .o-container__item {
    padding-right: 30px;
    padding-left: 30px;
  }
  .o-container__item.u-letter-box--super {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .o-container__item.u-letter-box--super.u-letter-box--ntp {
    padding-top: 0px;
  }
  .o-container__item.u-letter-box--super.u-letter-box--nbp {
    padding-bottom: 0px;
  }
  .c-avatar.c-avatar--extra-large {
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
    float: none;
  }
  .c-card.c-card--feature {
    width: 80%;
  }
  .c-field.c-field--search {
    padding-right: 80px;
    font-size: 2.5rem;
  }
  .c-tabs__content.c-tabs__content--history {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-pagination {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-hero__inner.u-bg-gradient--right-static {
    background-image: none;
  }
  .c-heading-sub.c-heading-sub--hero {
    font-size: 1.2em;
  }
  .o-slider.testimonial-slider {
    height: auto;
  }
  .o-slide__inner.u-align-table {
    padding-bottom: 0px;
  }
  .u-same-height__button-fixed {
    left: 20px;
    right: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-icon-box.u-pillar-box--small {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-icon-box.c-icon-box--directions {
    margin-top: 30px;
    padding-left: 0px;
  }
  .c-icon-box_cell-left.c-icon-box_cell-left--directions {
    float: left;
  }
  .c-icon-box_cell-left.c-icon-box_cell-left--author {
    float: left;
  }
  .c-social-link {
    display: inline-block;
  }
  .o-feature-bg.o-feature-bg--65.o-feature-bg--fw {
    width: 100%;
  }
  .c-form.c-form--search {
    width: 90%;
  }
  .services-features {
    padding-bottom: 0px;
  }
  .services-features__list-wrap {
    width: 100%;
    margin-left: 30px;
    padding-top: 30px;
  }
  .team-member__content-wrap.team-member__content-wrap--name {
    padding-bottom: 20px;
  }
  .team-member__title {
    font-size: 1.5rem;
  }
  .team-member__sub-title {
    font-size: 1.3em;
  }
  .c-scroll-indicator {
    display: none;
  }
  .c-avatar__quote.fa.fa-quote-right.u-color--primary {
    font-size: 55px;
  }
  .stats-block-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .play-icon-wrap-feature {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .play-icon-wrap-hero {
    margin-top: 60px;
  }
  .stack-wrap {
    display: block;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  .stack-wrap__img.stack-wrap__img--v1 {
    display: block;
  }
  .stack-wrap__img.stack-wrap__img--v2 {
    top: 0px;
  }
  .stack-wrap__img.stack-wrap__img--v3 {
    bottom: 0px;
  }
  .service-bg-vid__frame {
    left: 0px;
    top: 0px;
    bottom: 10px;
    width: 20px;
    height: 50%;
  }
  .team-image-stack {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
  }
  .contact-form__img {
    position: relative;
    height: 250px;
    background-attachment: scroll;
  }
  .contact-form__fields {
    padding-right: 30px;
    padding-left: 30px;
  }
  .services-features__content-left {
    width: 100%;
    padding: 0px 30px 80px;
  }
  .shape-animate {
    display: none;
  }
  .layout-filter {
    display: none;
  }
  .card-pricing {
    margin-bottom: 30px;
  }
  .card-pricing__amount {
    font-size: 3rem;
  }
  .card-pricing__actions {
    min-height: auto;
  }
  .c-icon-box__cell-right-desc.c-icon-box__cell-right-desc--pricing {
    font-size: 1rem;
  }
  .culture__cell-inner.u-letter-box--large.u-letter-box--nbp {
    padding-top: 0px;
  }
  .culture__cell-inner.u-letter-box--super.u-letter-box--nbp {
    padding-top: 0px;
  }
  .position-left {
    padding-right: 0px;
  }
  .position-right {
    padding-left: 0px;
  }
  .job-filter {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .case-study-bg {
    margin-bottom: 20px;
  }
  .case-study-bg__inner {
    margin-right: -20px;
    margin-left: -20px;
  }
  .case-study-bg__inner.case-study-bg__inner--v1 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-content-wrap--right {
    padding-left: 0px;
  }
  .service-quote {
    text-align: center;
  }
  .service-img-block__inner.u-align-table__cell {
    text-align: center;
  }
  .service-bg-vid__frame--v2 {
    left: 20px;
    top: 40%;
    width: 20px;
    height: 120px;
  }
  .event-social-link {
    display: inline-block;
    width:2.5rem;
    height:2.5rem;
    padding-top:.5rem;
    font-size:1.25rem;
  }
  .testimonial__quote {
    font-size: 1.5rem;
  }
  .testimonial__quote-wrap {
    position: relative;
    top: auto;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .general-testimonial {
    position: relative;
    padding: 60px 30px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .equal-block__img {
    position: relative;
    background-position: 50% 50%;
  }
  .equal-block__content {
    padding: 30px;
  }
  .basic-testimonial.u-window-box--super {
    padding-right: 30px;
    padding-left: 30px;
  }
  .basic-testimonial__quote {
    font-size: 1.6rem;
  }
  .blog-filter_topics {
    padding-right: 0px;
    padding-left: 0px; 
  }
  .c-blog-card, .news .c-blog-card {
    height: auto;
  }
  .c-blog-card.c-blog-card--ml {
    margin-left: 0px;
  }
  .c-resources-card__content {
    margin-left: auto;
  }
  .copyright {
    text-align: center;
  }
  .footer__social {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer__copyright {
    display: block;
    float: none;
  }
  .footer__copyright-links {
    display: block;
    float: none;
  }
  .c-card-block {
    height: auto;
  }
  .c-card-block__inner-wrap {
    position: relative;
  }
  .footer__subscribe-btn {
    padding-top: 30px;
  }
  .play-icon-info {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
  }
  .c-cta-block__image {
    margin-top: 60px;
    float: left;
  }
  .pricing__dropdown {
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .pricing__dropdown-toggle {
    display: block;
  }
  .speaker__title {
    font-size: 1.5rem;
  }
  .speaker__sub-title {
    font-size: 1.3em;
  }
  .speaker__content-wrap.speaker__content-wrap--name {
    padding-bottom: 20px;
  }
  .lp-form__fields {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
  }
  .general-testimonial-wrap {
    position: relative;
    margin-top: 30px;
  }
  .blog-feature__img {
    position: relative;
    background-position: 50% 50%;
  }
  .c-resources-card__img.c-resources-card__img--v2 {
    height: 350px;
  }
  .c-resources-card__img.c-resources-card__img--list {
    width: 100%;
    float: none;
  }
  .o-container__item-narrow {
    padding-right: 30px;
    padding-left: 30px;
  }
  .o-container__item-narrow.u-letter-box--super {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .o-container__item-narrow.u-letter-box--super.u-letter-box--ntp {
    padding-top: 0px;
  }
  /* ===== THEME CSS (END) ======== */
  .card-pricing__amount {
      font-size: 2.9rem;
  }
  .masonry-block.list-item,
  .mason-grid > span > div {
        width: 50%;
    }

    .mason-list .b-align-table__cell,
    .mason-list .u-align-table__cell {
        width: 100%;
        position: relative;
        display: block;
        height: auto;
    }
    .mason-list > span > div:nth-child(2n + 2) .b-align-table__cell {
        left: 0;
    }
    .mason-list > span > div:nth-child(2n + 2) .product-list-item__features-inner {
        left: 0;
    }
    .masonry-block {
        padding: 10px 0;
    }
    .o-container__item.mason-grid {
        /*padding: 0 10px;*/
    }
    .mason-list .c-card.list-view-only {
        display: inline;
        position: relative;
        top: 0;
    }
    .mason-list .list-view-desc {
        display: block;
        height: auto;
        max-height: none;
        opacity: 1;
    }
    .product-list-item__features-inner.product-list-item__features--inner-spacing {
        display: none;
    }
    .row-fluid .u-same-height-wrapper,
    .row-fluid .u-same-height__row-fluid,
    .row-fluid .u-same-height__cell,
    .row-fluid .u-same-height__buttons {
        display: block
    }
    .row-fluid .span4.hs-grid,
    .row-fluid .span6.hs-grid {
      margin-left: 0;
    }
    .u-bg-gradient--right:before,
  .u-bg-gradient--left:before{
    left: 0%;
    width:100%;
  }
  .u-bg-gradient--left:before{
    right: 0%;
    width:100%;
  }
  .u-bg-gradient--right.toggle-animation:before,
  .u-bg-gradient--left.toggle-animation:before{
    right: 0px;
    width:100%;
  }
  .case-study-wrap.u-same-height__buttons {
    display:block!important;
  }
  .resources-list .list-left-col,
    .resources-list .list-right-col {
        width: 100%;
        display: inline-block;
        float: left;
        height: auto;
        min-height: 200px;
    }
    .resources-list .blog-tag.blog-tag--sub {
        right: 2%;
    }
    .filter-wrap .jplist-panel .jplist-pagination .jplist-pagingnext,
    .filter-wrap .jplist-panel .jplist-pagination .jplist-pagingprev  {
        position: relative;
        right: auto;
        left: auto;
        float: left;
    }
    .filter-wrap .jplist-panel .jplist-pagination .jplist-pagingmid {
        float: none;
        width: 100%;
    }
  .resources-item.resources-lib {
      width: 100%;
  }
  .resources-lib.list-item .c-resources-card {
    height: auto;
  }
    .list div.position.list-item:nth-child(even) {
        margin-right: 0;
    }
    .position.list-item {
        max-width: 100%;
        width: 100%;

    }
    .filter-wrap .jplist-drop-down {
        margin: 0 10px 10px 0;
    }
  .resources-lib.resources-item {
      width: 100%;
  }
  .resources-lib.list-item .c-resources-card {
    height: 510px;
  }
    .pricing-menu {
        visibility: visible;
        height: auto;
        position: relative;
    }
    .pricing-tabs {
        visibility: hidden;
        position: absolute;
        height: 0;
    }
    .c-content-wrap--left.left-wrap-pad,
    .span6.span-6.span-lp {
        padding-left: 0;
    }
    .row-fluid .span12.lp-overlay {
        display: none;
    }
    .row-fluid .span6.services-features__content-left {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        float: left;
    }
    .c-content-wrap--left {
        margin-bottom: 30px;
        padding-right: 0;
    }
    .u-letter-box--medium .c-content-wrap--left {
        margin-bottom: 0;
    }
    .c-content-wrap--left.left-share {
        padding-right: 0;
        padding-left: 0;
    }
    .mobile-hide {
        display: none !important;
    }
    .row-fluid .span6.vertical-container {
        display: block;
    }
    .equal-block__img.bg-block {
        min-height: 300px;
    }
    .row-fluid .span12.stats-block-wrap {
      width: 100%;
    }
    .position .c-icon-box__icon {
        margin-bottom: 10px;
    }
    .blog-feature.u-align-table__cell.span-6 {
        display: inline-block;
    }
    .span-3.blog-card {
        width: 100%;
    }
    .blog-card, .blog-offer-block {
        padding: 0;
        max-height: none;
    }
    .tilt-card {
        height: auto;
    }
    .slider-content .stack-wrap {
        display: block;
        margin-right: auto;
        margin-bottom: 140px;
        margin-left: auto;
    }
    .w-hidden-small {
        display: none !important;
    }
    .c-icon-box__icon.auth-img {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
}



@media (max-width: 479px) {
  /* ===== THEME CSS (START) ======== */
  .c-button.c-button--close{
  	top: 9em;
    right: 1.5em;
    width: 30px;
    height: 30px;
  }
  .c-card-block:before{
  	background-color:transparent;
  }
  .c-logo {
    width: 150px;
  }
  .c-heading.c-heading--cta {
    font-size: 1.6rem;
  }
  .c-heading.c-heading--feature {
    font-size: 1.6rem;
  }
  .c-heading.c-heading--contact {
    font-size: 1.6rem;
  }
  .c-heading.c-heading--ty {
    font-size: 2.4rem;
  }
  .o-container__item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container__item.u-letter-box--ultimate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .c-card.c-card--feature {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-card.c-card--feature.c-card--feature-right {
    float: none;
  }
  .c-field.c-field--search {
    height: 100px;
    padding-right: 60px;
    font-size: 1.5rem;
  }
  .c-menu-buttton {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-hero__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-hero__inner.c-hero__inner--bottom,
  .c-hero__inner.c-hero__inner--middle{
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-slider__mask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .o-slider__mask.testimonial-slider__mask {
    margin-right: 50px;
    margin-left: 50px;
  }
  .services-features__list-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-cta-block.c-cta-bg--v2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-cta-block.c-cta-bg--blog {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
    .o-container-large.logo-block {
        padding: 0;
    }
  .diver-animation {
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px);
  }
  .contact-form__fields {
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-features__content-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-icon-box__cell-right-desc.c-icon-box__cell-right-desc--pricing {
    font-size: 0.8rem;
  }
  .faq-wrap.u-pillar-box--medium-right {
    padding-right: 0px;
  }
  .general-testimonial {
    padding-right: 20px;
    padding-left: 20px;
  }
  .general-img-block__inner.u-align-table__cell {
    padding-right: 20px;
    padding-left: 20px;
  }
  .equal-block__content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .basic-testimonial.u-window-box--super {
    padding-right: 20px;
    padding-left: 20px;
  }
  .basic-testimonial.u-window-box--super.u-bg--grey-super-light {
    padding: 40px 20px;
  }
  .basic-testimonial__quote {
    font-size: 1.4rem;
  }
  .blog-filter {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-subscribe, .news-subscribe {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-button_icon-search.fa.fa-search {
    font-size: 2rem;
  }
  .copyright {
    text-align: center;
  }
  .footer__social {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .team-popup-content-wrap {
    padding-left: 20px;
  }
  .c-cta-block__image {
    max-width: 100%;
  }
  .lp-form__fields {
    padding-right: 20px;
    padding-left: 20px;
    padding-top:20px;
    padding-bottom:20px;
  }
  .blog-feature__img {
    min-height: 200px;
  }
  .o-container__item-narrow {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* ===== THEME CSS (END) ======== */
  .masonry-block.list-item,
  .mason-grid > span > div {
        width: 100%;
    }
    .industry-slider .slick-dots li.slick-active button,
    .testimonial-slider .slick-dots li.slick-active button {
        width: 30px;
    }
    .industry-slider .slick-dots li.slick-active, .testimonial-slider .slick-dots li.slick-active {
        width: 30px;
    }
    .industry-slider .slick-dots li, .testimonial-slider .slick-dots li {
        width: 15px;
        display: block;
    }
    .industry-slider .slick-dots {
        display: none !important;
    }
    .c-icon-box_cell-left {
        float: none;
    }
    .row-fluid .span6.services-features__content-left,
    .o-container__item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .o-feature-bg.o-feature-bg--65,
    .o-feature-bg.o-feature-bg--65.o-feature-bg--left.o-feature-bg--one {
        background-attachment: scroll;
    }
    .c--404 h1 {
        font-size: 6rem;
    }
    .c-heading-wrap.c-heading-wrap--left.c-heading-wrap--box-large {
      margin-bottom: 20px;
    }
    .o-container__item.no-pad {
      padding-left: 0;
      padding-right: 0;
    }
    .no-pad .soft-pad {
      padding-left: 20px;
      padding-right: 20px;
    }
}

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


/* CORE
***************************************
***************************************/
.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 {
    height:auto;
    min-height: 70px;
    background-color: rgba(255,255,255,.95);
    position: fixed;
    width: 100%;
    z-index: 999;
/*     max-width: 1600px; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.mobile-open .main-menu-wrapper{
	background-color:#fff;
}

.mobile-open .main-menu a{
color:#000;
}

.mobile-open .connect {
  text-align:center;
  padding:35px 0;
}
.mobile-open .connect .connect-icon {
  margin:0 10px;
  padding:0;
}
.mobile-open .connect .phone {
  padding-top:1rem;
}
.mobile-open .connect .phone a {
  padding-left:20px;
  background:url(https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/FM_Icons/icon-phone.svg) left center no-repeat;
  color:$brand_color_dark;
}


.main-menu-container.menu-table {
    padding-top:8px;
}

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

/* .row-fluid .main-menu-wrapper.scrolling {
    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-menu {
    padding: 10px 0;
}
.main-menu-wrapper {
    transition: background-color 0.3s ease-out;
}

body.mobile-open {
    overflow: hidden !important;
}
.mobile-open .main-menu-container.menu-table {
    overflow: auto;
}


/* LOGO
***************************************
***************************************/
.main-logo a {
  outline-offset:-2px;
}

.main-logo img {
    height: auto;
    max-width: 100%;
}

.row-fluid .menu-cell.logo-secondary {
    display: none;
    opacity:0;
}


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

.hamburger {
    height: 60px;
    width: 60px;
    position: absolute;
    display: none;
    top: 2px;
    right: 36px;
    padding-top: 22px;
    text-align: center;
    cursor: pointer;
}
.hamburger span {
    height: 2px;
    width: 22px;
    display: block;
    background-color: #2d2a26;
    margin: 0 auto 8px;
    font-size: 13px;
      -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.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: 5px;
}
.hamburger.mobile-open  span:nth-child(2) {
  transform: rotate3d(0,0,1,-45deg);
  position: relative;
  top: -6px;
}




/* 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: #002766;
  	-webkit-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
}

.hs-search-results__listing li:after {
  	background-color: #e1251b;
    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: #002766;
    -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: 70px;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    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: 1rem;
}

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

.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: 1rem;
}

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

#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;
}
.google-search-wrapper {
    left: 0;
    position: absolute;
    top: 19px;
    width: 80%;
    opacity: 0;
    z-index: -1;
}


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

.search-icon.fa-search {
    width: 100%;
    float: none;
    position: absolute;
}

.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 {
    width: 100%;
    float: none;
    position: absolute;
    height: 100%;
    padding-top: 15px;
    padding-left: 30%;
}

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

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

#modal-search :-moz-placeholder {
  color: #fff;
  font-size: 4rem;
}

#modal-search ::-moz-placeholder {
  color: #fff;
  font-size: 4rem;
}

#modal-search :-ms-input-placeholder { /* IE10 */
  color: #fff;
  font-size: 4rem;
}

@media (max-width: 990px) {
    #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
***************************************
***************************************/

/*Logo*/


.mobile-open .row-fluid .menu-cell.logo-primary,
.scrolling .row-fluid .menu-cell.logo-primary {
    display: none;
}
.mobile-open .row-fluid .menu-cell.logo-secondary,
.scrolling .row-fluid .menu-cell.logo-secondary {
    display: table-cell;
    opacity:1;
}
/*Search*/
.mobile-open .search-wrap,
.scrolling .search-wrap {
    color: #002766;
}
/*Desktop Parent*/
.mobile-open .main-menu a,
.scrolling .main-menu a {
    color: #2d2a26;
}
/* Hamburger */
/* .mobile-open .hamburger span,
.scrolling .hamburger span {
    background-color: #fe6500;
}
.mobile-open .hamburger.mobile-open span,
.scrolling .hamburger.mobile-open span {
    background-color: #1791b1;
} */

/* DESKTOP
***************************************
***************************************/
.main-menu a {
    padding: 30px;
    color: #2d2a26;
}
.main-menu a:hover,
.hs-menu-item.hs-menu-depth-1:hover,
.hs-menu-item.hs-menu-depth-1:hover > a{
    color: #e1251b;
    transition: all 300ms ease;
}
.main-menu .hs-menu-item.hs-menu-depth-1 {
    position: relative;
}


/* PARENT
******************/
.main-menu .hs-menu-item.hs-menu-depth-1 > a {
  padding: 10px 20px 8px;
  max-width: none;
  position: relative;
  z-index: 1;
  font-family: "Archivo",sans-serif;
  font-size: .875rem;
  line-height: 1;
  color: #2d2a26;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing:2px;
}
.main-menu .hs-menu-item.hs-menu-depth-1 > a:hover {
  color:#e1251b
}


/* CHILD
******************/

.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper {
    background-color: #2d2a26;
}
.mobile-open .main-menu .hs-menu-children-wrapper a,
.main-menu .hs-menu-children-wrapper a {
    color: #2d2a26;
}
.main-menu .hs-menu-children-wrapper a:hover {
    color: #2d2a26;
}
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: none;
  outline-offset:-1px;
}
.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: #2d2a26;
    bottom: 0;
    color: #2d2a26;
    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;
}

/* MOBILE
***************************************
***************************************/
@media (min-width: 1024px){
    .main-menu-wrapper .hs-menu-wrapper {
        display: block !important;
    }
}


@media (max-width: 1023px){
  
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: inline;
    }
    .row-fluid .main-menu-wrapper {
      min-height:60px;
    }
    .row-fluid .menu-cell {
        display: inline-block;
        float: left;
        vertical-align: middle;
        height: auto;
        width: 100% !important;
        padding: 0;
        margin: 0;
        overflow: hidden;
        min-height: 0;
    }
  .main-menu-container.menu-table {
    padding-top:9px;
  }

    .main-menu .hs-menu-item.hs-menu-depth-1 {
        width: 100%;
        z-index: 1;
    }

    .main-menu .hs-menu-wrapper > ul {
        float: none;
        width: 100%;
        padding-top:40px;
    }

    .main-menu .hs-menu-wrapper > ul li {
      text-align:center;
      padding:20px 0;
    }

    .search-icon.fa-search {
        width: 100%;
        float: left;
        position: static;
        height: 100%;
        padding-top: 15px;
        padding-left: 0;
        text-align: center;
    }

    .main-menu .hs-menu-item.hs-menu-depth-1 > a {
        width: 100%;
        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  */
    .mobile-open .main-menu-wrapper .hs-menu-wrapper
    {
      display: block !important;
      overflow: hidden;
/*     min-height: 100%; */
      height:calc(100vh - 50px);
    position: fixed;
    width: 100%;
    padding-right: 50px;
      background: url(https://3018289.fs1.hubspotusercontent-na1.net/hubfs/3018289/FM_Website_Branding/Logos/fm-aperture-crop.svg) no-repeat center bottom #fff;
    background-size: 302px 95px;
    }

    .menu-table > .row-fluid-wrapper,
    .menu-table > .row-fluid-wrapper > .row-fluid,
    .row-fluid .menu-cell {
      display: block;
    }

    .hamburger {
        display: block;
    }

    .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; */
        transition: max-height 0.5s ease;
    }

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

    .main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
        background-color: #f9f9f9;
    }
}


@media (max-width: 500px){
  .main-logo img {
    width:160px !important;
  }
}


/* FORMS
 ==========================================================================
 ==========================================================================  */

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

body .hs-form-field > label {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform:uppercase;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 10px;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
    color: #fe6500;
}

.hs-common-confirm-message {
    background-color: #8bc34a !important;
    border: 1px solid #8bc34a !important;
    color: #fff !important;
    font-size: 1rem !important;
    border-radius: 0px !important;
    padding: 20px !important;
    margin: 0px 0px 30px 0px !important;
}

.hs_error_rollup .hs-error-msgs {
    list-style: none;
    padding-left: 0;
}

.inputs-list.hs-error-msgs label {
    color: #e1251b;
}

/* 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:#e8e8e8;
    font-size: 1rem;
    height: 50px;
    display: block;
    margin-bottom: 17px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius:3px;
}

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: #3898EC;
    outline: 0 none;
}

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

/* Default submit button styling */
.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;
    background-color: #fe6500;
    border-style: solid;
    border-width: 2px;
    clear: right;
    color: #fff;
    box-shadow: none;
    display: inline-block;
    font-size: .875rem;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease;
    cursor: pointer;
    outline: 0 none;
    border: medium none;
}

body .landing-form .hs-button.primary,
body .landing-form  input[type="submit"],
body .landing-form  input[type="button"] {
    font-size: 1rem;
    padding: 18px 20px;
    margin-top: 20px;
}

body input[type="submit"]:hover {
    background-color: ;
    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;
}

.section.post-footer .hs-form .hs-form-field ul.inputs-list{
	position:relative;
  top:-40px;
}

/* Placeholder Text */
/* Webkit Browsers */
::-webkit-input-placeholder {
   color: #999;
   opacity: 1;
}
/* Firefox 18- */
:-moz-placeholder {
   color: #999;
   opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
   color: #999;
   opacity: 1;
}
 /* IE10 */
:-ms-input-placeholder {
   color: #999;
   opacity: 1;
}

/* :focus {
    outline: none;
} */

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

.hs-error-msgs {
  font-size: .875rem;
  font-weight: 300;
}

/* Blog Comments
===================================*/
body .blog-comments input[type="submit"],
body .blog-comments .hs-button.primary {
    background-color: #fe6500;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
    padding: 20px 40px 20px 25px;
    border-radius: 0;
    overflow: hidden;
    background-image: url(//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753), url(//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753);
    background-position: 91% 50%, -463px 50%;
    background-size: 16px, 16px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    white-space: normal;
}
body .blog-comments input[type="text"]:focus,
body .blog-comments input[type="email"]:focus,
body .blog-comments input[type="number"]:focus,
body .blog-comments textarea:focus {
    border-bottom-width: 2px;
    border-bottom-color: #002766;
}

body .blog-comments input[type="submit"]:hover,
body .blog-comments .hs-button.primary:hover {
    background-position: 129% 50%, 91% 50%;
}
body .comments-sectiono-comments__styling-block label {
    color: #999;
    font-size: .875rem;
    font-weight: 300;
}
body .blog-comments input[type="text"],
body .blog-comments input[type="password"],
body .blog-comments input[type="datetime"],
body .blog-comments input[type="datetime-local"],
body .blog-comments input[type="date"],
body .blog-comments input[type="month"],
body .blog-comments input[type="time"],
body .blog-comments input[type="week"],
body .blog-comments input[type="number"],
body .blog-comments input[type="email"],
body .blog-comments input[type="url"],
body .blog-comments input[type="search"],
body .blog-comments input[type="tel"],
body .blog-comments input[type="color"],
body .blog-comments input[type="file"],
body .blog-comments textarea,
body .blog-comments select {
    height: 70px;
    margin-bottom: 50px;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 79%, .9);
    background-color: transparent;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
#comments-listing {
    border-bottom: 1px solid transparent;
}

body .blog-comments .hs-form-field > label {
    font-family: 'Archivo',sans-serif
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    display: block;
}
.comment-from {
    color: #002766;
    width: 100%;
    display: inline-block;
}

.comment-body {
    margin-top: 20px;
    padding: 25px;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.comment-reply-to {
    padding-left: 25px;
    color: #b8b8b8;
    margin-top: 10px;
    font-size: 15px;
}
.comment-reply-to:before {
    font-family: FontAwesome;
    content: "\f112";
    color: #b8b8b8;
    font-size: 15px;
    padding-right: 5px;
}

.comment {
    margin: 0;
    border-top: medium none;
    padding: 10px 0;
}

/* About Us
===================================*/
body .about-form input[type="text"],
body .about-form input[type="password"],
body .about-form input[type="datetime"],
body .about-form input[type="datetime-local"],
body .about-form input[type="date"],
body .about-form input[type="month"],
body .about-form input[type="time"],
body .about-form input[type="week"],
body .about-form input[type="number"],
body .about-form input[type="email"],
body .about-form input[type="url"],
body .about-form input[type="search"],
body .about-form input[type="tel"],
body .about-form input[type="color"],
body .about-form input[type="file"],
body .about-form textarea,
body .about-form select {
    height: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 79%, .9);
    background-color: transparent;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

body .about-form input[type="submit"],
body .about-form .hs-button.primary {
    background-color: #fe6500;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
    padding: 20px 40px 20px 25px;
    border-radius: 0;
    overflow: hidden;
    background-image: url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753), url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753);
    background-position: 91% 50%, -463px 50%;
    background-size: 16px, 16px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    white-space: normal;
}
body .about-form input[type="text"]:focus,
body .about-form input[type="email"]:focus,
body .about-form input[type="number"]:focus,
body .about-form textarea:focus {
    border-bottom-width: 2px;
    border-bottom-color: #002766;
}

body .about-form input[type="submit"]:hover,
body .about-form .hs-button.primary:hover {
    background-position: 129% 50%, 91% 50%;
}

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

.hide-subscribe .span12.footer__subscribe {
    display: none;
}
.footer-subscribe input {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

body .footer-subscribe input {
    height: 70px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 79%, .9);
    background-color: transparent;
    color: #333;
    display: block;
    line-height: 1.42857143;
    font-size: .875rem;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 8px 12px 8px 0;
    width: 100%;
    border-radius: 0;
}

body .footer-subscribe input[type="submit"] {
    background-color: #fe6500;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 0;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-image: url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753), url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753);
    background-position: 91% 50%, -463px 50%;
    background-size: 16px, 16px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    width: 90%;
    white-space: normal;
    margin: 0 auto;
    height: 100%;
    max-width: 400px;
    padding-left: 15%;
    padding-right: 15%;
}


body .footer-subscribe input[type="text"]:focus,
body .footer-subscribe input[type="email"]:focus,
body .footer-subscribe input[type="number"]:focus,
body .footer-subscribe textarea:focus {
    border-bottom-width: 2px;
    border-bottom-color: #002766;
}

body .footer-subscribe input[type="submit"]:hover {
    background-position: 129% 50%, 91% 50%;
}

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

body .footer-subscribe form.hs-form fieldset {
    width: 70%;
    display: inline-block;
}

body .footer-subscribe form.hs-form .hs_submit {
    width: 30%;
    display: inline-block;
    position: relative;
    height: 82px;
}

body .footer-subscribe form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    position: absolute;
    margin-top: 0px;
}
.footer__subscribe .footer-subscribe .hs_error_rollup .inputs-list.hs-error-msgs label{
	margin-left:30px;
}

.footer-subscribe .inputs-list.hs-error-msgs label {
    color: #e1251b;
}
.footer-subscribe .hs_error_rollup {
    position: absolute;
    left: 0;
}
.footer-subscribe .hs_error_rollup ul {
    list-style: none;
    padding: 0;
}
@media (max-width: 990px) {
    body .footer-subscribe input[type="submit"] {
        width: 90%;
    }
    .filter-wrap .jplist-drop-down{
  	margin:0 20px 10px 0;
  }
}
@media (max-width: 767px) {

    .footer-subscribe .hs_error_rollup {
        position: relative;
        padding-top: 10px;
    }
    body .footer-subscribe input[type="submit"] {
        width: 100%;
    }
    body .footer-subscribe form.hs-form fieldset {
        width: 100%;
    }
    body .footer-subscribe form.hs-form .hs_submit {
        width: 50%;
        display: block;
        position: relative;
        height: 82px;
        margin: 50px auto 0;
        float: none;
    }
    body .footer-subscribe input[type="submit"] {
        left: 0;
        right: auto;
    }
    body .footer-subscribe form.hs-form .hs_submit {
        float: left;
    }
}
@media (max-width: 479px) {
    body .footer-subscribe form.hs-form .hs_submit {
        width: 70%;
      	float:none;
    }
}

/* Multi Column Forms
===================================*/
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
===================================*/
.blog-footer-sub h3 {
    display: none;
}

.widget-type-blog_subscribe .hs_submit {
    margin-top:2rem;
}

.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:none;
    height: 60px;
    background-color: #fff;
    color: #2d2a26;
    font-weight: bold;
}
.widget-type-blog_subscribe .hs-form-field ul.inputs-list {
    margin: 0;
}

.blog-footer-sub .hs-fieldtype-radio label {
    display: none;
}
.blog-footer-sub .hs-form-field ul.inputs-list label {
    display: block;
    margin-top: 10px;
    color: #fff;
}
.blog-footer-sub .widget-type-blog_subscribe .hs-form-radio {
    margin-right: 15px;
}

.widget-type-blog_subscribe .hs-form-radio span {
    margin-left: 3px;
    font-size: 1rem;
    font-weight: 400;
}
.blog-footer .footer__subscribe {
    display: none;
}
.blog-footer-sub .inputs-list.hs-error-msgs label {
    color: #fff;
}
.blog-footer-sub .hs-error-msgs {
    list-style: none;
    padding: 0;
    margin: 3px 0 0;
}
body .blog-footer-sub input[type="radio"] {
    /*opacity: 0;*/
    position: relative;
}

body .blog-footer-sub input[type="radio"]:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #e1251b;
    border-radius: 50%;
    border: 2px solid #ffff;
}
body .blog-footer-sub input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
}
/* Contact Us
===================================*/
body .contact-us-form input,
body .contact-us-form textarea{
    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;
}

.contact-us-form .hs_submit {
    text-align: center;
}
.inputs-list label {
    color: #999;
    font-size: .875rem;
    font-weight: 300;
}
.recaptcha_theme_blackglass #recaptcha_response_field,
.recaptcha_theme_white #recaptcha_response_field {
    border: medium none !important;
}


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

/* Attach File
===================================*/
.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 #fe6500;
  border-radius: 100px;
  color: #fe6500;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  width: 150px;
  line-height: 33px;
  /*float: left;*/
  font-size: 1rem;
  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: #fe6500;
    border-color: #fe6500;
    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;
}

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

/* Landing Pages
===================================*/
body .lp-form input[type="text"],
body .lp-form input[type="password"],
body .lp-form input[type="datetime"],
body .lp-form input[type="datetime-local"],
body .lp-form input[type="date"],
body .lp-form input[type="month"],
body .lp-form input[type="time"],
body .lp-form input[type="week"],
body .lp-form input[type="number"],
body .lp-form input[type="email"],
body .lp-form input[type="url"],
body .lp-form input[type="search"],
body .lp-form input[type="tel"],
body .lp-form input[type="color"],
body .lp-form input[type="file"],
body .lp-form textarea,
body .lp-form select {
    height: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 79%, .9);
    background-color: transparent;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

body .lp-form input[type="submit"],
body .lp-form .hs-button.primary {
    background-color: #fe6500;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
    padding: 20px 40px 20px 25px;
    border-radius: 0;
    overflow: hidden;
    background-image: url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753), url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753);
    background-position: 91% 50%, -463px 50%;
    background-size: 16px, 16px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    white-space: normal;
}
body .lp-form input[type="text"]:focus,
body .lp-form input[type="email"]:focus,
body .lp-form input[type="number"]:focus,
body .lp-form textarea:focus {
    border-bottom-width: 2px;
    border-bottom-color: #002766;
}

body .lp-form input[type="submit"]:hover,
body .lp-form .hs-button.primary:hover {
    background-position: 129% 50%, 91% 50%;
}
/* Post page
===================================*/
.post-headings {
  padding-top:260px;
}
.post-content .post-date, .post-headings .post-date {
  padding-bottom:0;
}
.post-content .post-date .c-icon-box, .post-headings .post-date .c-icon-box {
  padding-bottom:0;
}