@import {
   font-display: swap;
   src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
}


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

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

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

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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



@font-face {
   font-family: 'Campton Light';
   src: url('https://www.virta.global/hubfs/WEBSITE-2020/Fonts/Campton%20Light.otf');
   font-weight: light;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Campton';
   src: url('https://www.virta.global/hubfs/WEBSITE-2020/Fonts/Campton%20Book.otf');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Campton Bold';
   src: url('https://www.virta.global/hubfs/WEBSITE-2020/Fonts/Campton%20Bold.otf');
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Campton';
   src: url('https://www.virta.global/hubfs/WEBSITE-2020/Fonts/Campton%20SemiBold.otf');
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Campton';
   font-weight: bold;
   font-style: normal;
   src: url('/hubfs/Theme/Fonts/33FCC6_3_0.eot');
   src: url('/hubfs/Theme/Fonts/33FCC6_3_0.eot?#iefix') format('embedded-opentype'),
      url('/hubfs/Theme/Fonts/33FCC6_3_0.woff2') format('woff2'),
      url('/hubfs/Theme/Fonts/33FCC6_3_0.woff') format('woff'),
      url('/hubfs/Theme/Fonts/33FCC6_3_0.ttf') format('truetype');
}

/* ==========================================================================
Variables                                               
========================================================================== */


/* Colors */

 




/* Typography */
















/* Containers */




/* ==========================================================================
Base                                                    
========================================================================== */


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

html {
   scroll-behavior: smooth;
}

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

/* Website background color and default font styles */
body {
   background: #fff;
   color: #12233F;
   font-family: 'Campton', sans-serif;
   font-size: 16px;
   line-height: 1.6;
   -webkit-font-smoothing: antialiased;
   
}

body.hs-landing-page, body.pillar-page {
   background: #EDEFF1;
}

.row-fluid [class*="span"] {
   min-height: 0;
}

.container-fluid {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.header-container-wrapper {
   overflow: hidden;
   max-width: 100vw;
}

.header { transition: all .3s ease; }
.header.scroll { position: fixed; top: 0; left: 0; width: 100%; background: #12233F; }
@media (max-width: 1099px) {
   .header.scroll .header--logo {
       padding: 0;
    }
    .header.scroll .header--logo { padding: 15px 0; }
}

.page-center {
   float: none;
   padding-left: 1em;
   padding-right: 1em;
   margin-left: auto;
   margin-right: auto;
   max-width: 1240px;
   width: 100%;
   position: relative;
}

.page-center.narrow {
   max-width: 900px;
}

.padding-big {
   padding-top: 7em;
   padding-bottom: 7em;
}

.padding {
   padding-top: 5em;
   padding-bottom: 5em;
}

.padding-bottom {
   padding-bottom: 5em;
}

.padding-top {
   padding-top: 5em;
}

.padding-small {
   padding-top: 3em;
   padding-bottom: 3em;
}

.blue-bg {
   background: #12233F;
   color: #FFFF00;
}

.purple-bg {
   background: #7400FF;
   color: #FFF;
}

.white-bg {
   background: #fff;
}

.blue-bg h2,
.blue-bg a {
   color: #FFFF00;
}

.blue-bg .white-bg h2,
.blue-bg .white-bg a,
.blue-bg .gray-bg h2,
.blue-bg .gray-bg a {
   color: #12233F;
}

.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg p,
.blue-bg span {
   color: #fff;
}

.blue-bg .white-bg h3, .blue-bg .white-bg h4, .blue-bg .white-bg h5, .blue-bg .white-bg p, .blue-bg .white-bg span,
.blue-bg .gray-bg h3, .blue-bg .gray-bg h4, .blue-bg .gray-bg h5, .blue-bg .gray-bg p, .blue-bg .gray-bg span { color: #12233F;}

.gray-bg a, .white-bg {
   color: #12233F;
}

.gray-bg {
   background: #EDEFF1;
}

@media(max-width: 767px) {
   .padding-big {
   padding-top: 5em;
   padding-bottom: 5em;
}
   
   .padding {
      padding-top: 3em;
      padding-bottom: 3em;
   }

   .padding-bottom {
      padding-bottom: 3em;
   }

   .padding-top {
      padding-top: 3em;
   }
}


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

h1 {
   font-size: 55px;
   font-family: 'Campton Bold', sans-serif;
   line-height: 1em;
   margin-bottom: .5em;
}

h2 {
   font-size: 35px;
   line-height: 1.2;
   font-family: 'Campton Bold', sans-serif;
   margin-bottom: 1em;
   text-transform: uppercase;
}

h3 {
   font-size: 25px;
   line-height: 1.2;
   font-family: 'Campton Bold', sans-serif;
   margin-bottom: 1em;
}

h4 {
   font-size: 20px;
   line-height: 1.2;
   font-family: 'Campton Bold', sans-serif;
   margin-bottom: 1em;
}

h5 {
   font-size: 16px;
   font-family: 'Campton Bold', sans-serif;
   margin-bottom: 1em;
}

h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type {
   margin-top: 0;
}

p {
   margin: 1em 0;
}

strong {
   font-family: 'Campton', sans-serif;
   font-weight: 900;
}

li:not(.hs-menu-item) {
   list-style: none;
   position: relative;
}

li:not(.hs-menu-item):not(.ui-tabs-tab):not(.timeline--item):not(.timeline-item):before {
   content: '';
   width: 15px !important;
   height: 15px !important;
   background: url(https://www.virta.global/hubfs/WEBSITE-2020/bullet.svg);
   display: block;
   position: absolute;
   left: -25px;
   top: 5px;
}
.menu-dropdown-content ul, .social ul {
   list-style: none;
}

.menu-dropdown-content li:before, .social li:before {
   display: none !important;
}

.blue-bg li:not(.hs-menu-item):not(.ui-tabs-tab):not(.timeline-item.new):before {
   background: url(https://www.virta.global/hubfs/WEBSITE-2020/bullet-white.svg);
}

ul:not(.hs-menu-children-wrapper):not(.lang-list):not(.inputs-list):not(.menu-ul):not(.social):not(.tab-list) {
   padding-left: 25px !important;
}

.section-title {
   max-width: 500px;
   width: 100%;
   margin-bottom: 2em;
}

h2.section-title {
   text-transform: uppercase;
}

.section-title h2 {
   text-transform: uppercase;
}

@media(max-width: 767px) {
   h1 {
      font-size: 32px;
   }

   h2 {
      font-size: 23px;
   }

   h3 {
      font-size: 18px;
   }

   h4 {
      font-size: 16px;
   }
   .section-title {
      margin-bottom: 1em;
   }
   #mobile-h1-override {
     font-size: 24px;
     line-height: 1;
  }
}

.blue-bg li {
   color: #fff;
}

.h1-override {
 font-size: 36px;
 line-height: 1;
}

/* ==========================================================================
Buttons                                                    
========================================================================== */

.button-yellow, a.cta_button {
   font-family: 'Campton Bold', sans-serif !important;
   color: #FFFF00;
   display: inline-block;
   padding: 13px 18px;
   border: solid 3px #FFFF00;
   text-decoration: none;
   margin-right: 1em;
   transition: all .3s ease;
   font-family: 'Campton', sans-serif;
}

.button-yellow:hover, a.cta_button:not(.button-blue):hover {
   color: #12233F;
   background: #FFFF00;
}

a.cta_button:after {
   display: none;
}

.button-blue,
.cta_button.button-blue {
   font-family: 'Campton Bold', sans-serif !important;
   color: #12233F;
   display: inline-block;
   padding: 13px 18px;
   border: solid 3px #12233F;
   text-decoration: none;
   margin-right: 1em;
   transition: all .3s ease;
}

.cta_button.button-blue:after {
   display: none;
}

.cta_button:not(.button-blue):not(.button-yellow):hover {
   color: inherit !important;
}

.hs_cos_wrapper_type_password_prompt .hs-button {
   color: #12233F !important;
   border: solid 4px #12233F !important;
}

.button-blue:hover, .button-blue:active {
   color: #fff !important;
   background: #12233F;
}

.blue-bg .arrow-link {
   font-family: 'Campton Bold', sans-serif;
   color: #FFF;
}


.arrow-link {
   font-family: 'Campton Bold', sans-serif;
   color: #12233F;
   text-decoration: none;
}

.blue-bg .arrow-link:after {
   content: url(https://www.virta.global/hubfs/WEBSITE-2020/button-arrow-white.svg);
}

.arrow-link:after {
   content: url(https://www.virta.global/hubfs/WEBSITE-2020/button-arrow.svg);
   vertical-align: middle;
   margin-left: 10px;
}

.row-fluid select, 
.row-fluid input[type="text"], 
.row-fluid input[type="password"], 
.row-fluid input[type="datetime"], 
.row-fluid input[type="datetime-local"], 
.row-fluid input[type="date"], 
.row-fluid input[type="month"], 
.row-fluid input[type="time"], 
.row-fluid input[type="week"], 
.row-fluid input[type="number"], 
.row-fluid input[type="email"], 
.row-fluid input[type="url"], 
.row-fluid input[type="search"], 
.row-fluid input[type="tel"], 
.row-fluid input[type="color"], 
.row-fluid input[type="file"] {
   height: 56px;
   -webkit-appearance: none;
}

.form-section .row-fluid form .hs_submit.hs-submit .actions input {
   font-family: 'Campton Bold', sans-serif;
}
.row-fluid form .hs_submit.hs-submit:hover { background: #19324b; cursor: pointer; }
.row-fluid form .hs_submit.hs-submit:hover .hs-button { cursor: pointer; }

.row-fluid textarea {
   min-height: 170px;
   padding: 15px;
   -webkit-appearance: none;
}

fieldset {
   max-width: 100% !important;
   width: 100%;
}

fieldset.form-columns-1 .hs-input {
   width: 100% !important;
}

.row-fluid form fieldset .hs-form-field>label {
   font-size: 16px;
   font-family: 'Campton Bold', sans-serif;
   display: block;
   margin: 0 0 6px;
}

.row-fluid form fieldset+fieldset {
   padding-top: 15px;
}

.row-fluid form .hs-form-checkbox label input[type="checkbox"]+span, .hs-form-booleancheckbox input[type="checkbox"]+span {
   padding-left: 61px;
   min-height: 46px;
   display: flex;
   align-items: center;
}

.form-section .row-fluid form .hs-form-checkbox label input[type="checkbox"]+span:before, .form-section .hs-form-booleancheckbox input[type="checkbox"]+span:before {
   box-shadow: 0px 4px 50px rgba(47,77,106, .3);
   background: #fff;
   color: #19324B;
   border: 0 !important;
}

li.hs-form-booleancheckbox {
   list-style: none;
}

.form-section .legal-consent-container .hs-form-booleancheckbox-display>span  {
   margin-left: 0;
   padding-left: 65px;
   font-size: 14px;
}

.form-section .legal-consent-container {
   font-size: 14px; 
}

ul.inputs-list {
   padding-left: 0;
   margin: 1em 0;
}

ul.inputs-list li:before {
   display: none !important;
}

.row-fluid form .hs-form-checkbox,
.hs-form-booleancheckbox {
}
.row-fluid form .hs-form-checkbox label,
.hs-form-booleancheckbox label {
}
.row-fluid form .hs-form-checkbox label input[type="checkbox"],
.hs-form-booleancheckbox input[type="checkbox"] {
   height: 20px;
   width: 20px !important;
   min-width: auto;
   margin: 0px;
   vertical-align: middle;
   opacity: 0;
}
/*.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span,
.hs-form-booleancheckbox input[type="checkbox"] + span {
   padding-left: 10px;
   user-select: none;
   position: relative;
   line-height: 20px;
   display: inline-block;
   cursor: pointer;
}*/
.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span:before,
.hs-form-booleancheckbox input[type="checkbox"] + span:before {
   content: "";
   height: 46px;
   width: 46px;
   border: 1px solid #d2d2d2;
   display: inline-block;
   vertical-align: bottom;
   position: absolute;
   left: 0;
   top: 0;
   margin-right: 1em;
   transition: all 0.3s ease;
}
.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span:after,
.hs-form-booleancheckbox input[type="checkbox"] + span:after {
   content: "\f00c";
   height: 20px;
   width: 20px;
   position: absolute;
   left: 13px;
   font-family: fontawesome;
   transform: scale(1.4) rotate(-12deg);
   transition: all 0.3s ease;
   font-size: 18px;
   text-align: center;
   opacity: 0;
   line-height: 21px;
   top: 13px;
}
.row-fluid form .hs-form-checkbox label input[type="checkbox"]:checked + span:after,
.hs-form-booleancheckbox input[type="checkbox"]:checked + span:after {
   opacity: 1;
   transform: scale(1) rotate(0deg);
}

.slick-arrow {
   transition: all .2s ease;
   cursor: pointer;
}

.slick-arrow:hover {
   transform: scale(1.04);
}

@media(max-width: 767px) {
   form select {
      white-space: normal;
   }
}

/* ==========================================================================
Cookie banner                                                 
========================================================================== */
#CybotCookiebotDialogBodyContentTitle {
   font-family: 'Campton Bold', sans-serif !important;
}
#CybotCookiebotDialogBodyContentText {
   font-family: 'Campton', sans-serif !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
   font-family: 'Campton Bold', sans-serif !important;
   color: #7400FF !important;
   background: transparent !important;
   display: inline-block !important;
   padding: 13px 0px 11px 0px!important;
   border: solid 3px #7400FF !important;
   text-decoration-color: none !important; 
   transition: all .3s ease !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
   font-family: 'Campton Bold', sans-serif !important;
   color: #2F4D6A !important;
   background: transparent !important;
   display: inline-block !important;
   padding: 13px 0px 11px 0px!important;
   border: none !important;
   text-decoration: underline !important;
   transition: all .3s ease !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
   font-family: 'Campton Bold', sans-serif !important;
   color: #788296 !important;
   background: transparent !important;
   display: inline-block !important;
   padding: 13px 0px 11px 0px!important;
   border: none !important;
   text-decoration: underline !important;
   transition: all .3s ease !important;
}
/* ==========================================================================
Card                                                  
========================================================================== */

.card {
   box-shadow: 0px 4px 50px rgba(47, 77, 106, 0.5);
   text-decoration: none;
   transition: all .3s ease;
}

a.card {
   cursor: pointer;
}

a.card:hover {
   transform: scale(1.02);
}

.card--img {
   height: 250px;
   overflow: hidden;
}

.card--img > img {
   object-fit: cover;
   width: 100%;
   height: 100%;
}

.card--content {
   padding: 1.5em;
}

.blue-bg h4.card__title {
   font-weight: normal;
   color: #FFF;
}

h4.card__title {
   font-size: 20px;
   font-weight: normal;
   color: #12233F;
}

.card--meta {
   color: #7400FF;
   margin-bottom: 1em;
}

.card--meta > span {
   color: #19324B;
   text-transform: uppercase;
}

.card--meta > span:first-of-type {
   font-family: 'Campton Bold', sans-serif;
}

.blue-bg .card--meta {
   color: #FFFF00;
}

.blue-bg .card--meta > span {
   color: #FFF;
}

@media(max-width: 767px) {
   h4.card__title  {
      font-size: 18px;
   }
}


/* Blog */

.blog-post-wrapper .post-contain strong, .blog-post-wrapper .post-contain blockquote * { font-weight: 900 !important; } <!-- Edited -->
.blog-post-wrapper .post-contain img { margin-top: 30px; }
.blog-post-wrapper .post-contain ul { margin-top: 0px; }
.blog-post-wrapper .post-contain p + ul { margin-top: -1em; }
.blog-post-wrapper .post-contain h1, .blog-post-wrapper .post-contain h2, .blog-post-wrapper .post-contain h3, .blog-post-wrapper .post-contain h4 { margin-top: 1.5em; margin-bottom: .5em; }
.blog-post-wrapper .post-contain h5 { margin-top: 1.5em; margin-bottom: 0; color: #788296; }
.blog-post-wrapper .post-contain h5 + p { margin-top: 0; }

.blog-section .cards .card {
   width: calc(33.3% - 1.5em);
   margin-bottom: 1.5em;
   margin-left: .75em;
   margin-right: .75em;
}

.blog-section .cards .row-fluid {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}

.blog-section .cards .page-center {
   max-width: calc(1240px + 1.5em) !important;
}

.hs-cta-img {
   height: auto;
}

.blog-post-wrapper a[data-hs-anchor] {
    width: 100%;
    display: block;
    margin-top: -125px;
    padding-top: 125px;
}

@media(max-width: 900px) {
   .blog-section .cards .card {
      width: calc(50% - 1.5em);
   }
   .card {
      margin-top: 1em;
   }
}

@media(max-width: 767px) {
   .topic_widget span.tag_title {
      display: block !important;
   }
   .topic_widget ul {
      padding-left: 0 !important;
      width: 100% !important;
      display: block !important;
   }
}

@media(max-width: 600px) {
   .blog-section .cards .card {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
   }
}


/* NEWS */

.news-page .blog-listing-wrapper {
   display: flex;
}

.news-page .blog-section {
   width: 100%;
}

.news-page .news {
   width: 70%;
   padding-right: 3em;
}

.news-page .sidebar {
   width: 30%;
}

.news > .row-fluid {
   padding: 0;
}

.news-item {
   text-decoration: none;
   padding: 1.5em 2em 1.5em 0;
   border-top: solid 1px #D2D7DC;
   display: block;
   position: relative;
}

.news-item:after {
   content: url(https://www.virta.global/hubfs/WEBSITE-2020/arrow-purple.svg);
   position: absolute;
   right: 0;
   top: 1em;
}

.news-item h4 {
   margin-bottom: 0;
}

.news-item .card--meta span {
   font-size: 12px;
}

.sidebar .card {
   padding: 1.5em;
}

@media(max-width: 767px) {
   .news-page .blog-listing-wrapper {
      flex-direction: column;
   }

   .news-page .news {
      width: 100%;
      padding-right: 0;
   }

   .news-page .sidebar {
      margin-top: 1em;
      width: 100%;
   }
}

/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 1099px){


   /* Variables
   ========================================================================== */

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

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

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


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

   .mobile-trigger{
      display: block !important; /* Show button on mobile */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 10px;          /* Position Button at right of screen  */
      right: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 19px 10px 8px 10px;
      background: transparent; /* Background color */
      border: 0;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      color: #19324b;
      z-index: 9999;
   }
   .mobile-trigger:hover{
      text-decoration: none; /* Removes link text underline on button */
      color:#ffffff;
      border-color: transparent;
   }

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

   body.mobile-open {
      overflow: hidden !important;
   }


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

   .mobile-trigger i{
      display: inline;
      position: relative;
      top: -4px;
   }
   .mobile-trigger i:before, .mobile-trigger i:after{
      position: absolute;
      content: '';
   }
   .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
      width: 22px; /* Icon line width */
      height: 2px; /* Icon line height */
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      background-color: #fff; /* Icon color */
      display: inline-block;
   }
   .mobile-trigger i:before{
      top: -6px; /* Position top line */
   }
   .mobile-trigger i:after{
      top: 6px; /* Position bottom line */
   }

   .mobile-trigger.open i {
      background:rgba(0,0,0,0);
   }

   .mobile-trigger.open i:before {
      top: 0;
      transform:rotate(45deg);
   }

   .mobile-trigger.open i:after {
      top: 0;
      transform:rotate(135deg);
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
   }





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

   .child-trigger{
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: none;
   }
   .child-trigger:hover{
      text-decoration: none;
   }
   .child-trigger i{
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   .child-trigger i:after{
      position: absolute;
      content: '';
   }
   .child-trigger i, .child-trigger i:after{
      width: 10px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color:#ffffff; /* Icon color */
      display: block;

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


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

   .custom-menu.js-enabled{
      position: relative;
   }

   /* Hide menu on mobile */
   

   /* Make child lists appear below parent items */
   .custom-menu ul.hs-menu-children-wrapper{
      visibility: visible !important;
      opacity: 1 !important;
      position: relative !important;
      display: none;
   }
   .custom-menu ul.hs-menu-children-wrapper.clicked { display: block; }
   /* Mobile Menu Styles */ 
   .custom-menu.js-enabled .hs-menu-wrapper{
      width: 100%;
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      right: 0;          /**************************************************************/
      padding: 70px 0;
      min-height: 100vh;
      max-height: 100vh;
      overflow-x: hidden;
      display: none;
      height: auto;
      overflow-y: auto;
   }
   .custom-menu .hs-menu-wrapper{
      background-color:#19324b; /* Menu background color set off global menuColorMobile variable */
      width: 100%; /* Full screen width */
   }

   /* Level 1 Menu List Styles */
   .custom-menu .hs-menu-wrapper > ul > li{
      position: relative;
   }
   .custom-menu .hs-menu-wrapper > ul > li a{
      font-size: 18px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
      font-family: 'Campton Bold', sans-serif;
   }
   .header--nav { display: none; }
   .header--nav.show-nav { display: flex; }

   
   
   /* Level 1 and Higher Menu List Styles */
   .header--nav .custom-menu .hs-menu-wrapper >  ul li a{
      padding: 0 15px;
      color:#ffffff; /* link color set by global mobile-aColor variable */
   }
   .custom-menu .hs-menu-wrapper > ul li a:hover{
      color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
   }

   /* Level 2 and Higher Menu List Styles */
   .custom-menu .hs-menu-wrapper > ul ul li{
      background-color: rgba(255, 255, 255, .08);
   }
   .custom-menu .hs-menu-wrapper > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
   }

   /* Level 3 and Higher Menu List Styles */
   .custom-menu .hs-menu-wrapper > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
   }
   .custom-menu .hs-menu-wrapper > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
   }
}

/* ==========================================================================
FOOTER
========================================================================== */

.advance-form span,
.advance-form p {
  color: #12233F !important;
}

.case-study-page .advance-form .hs-form-booleancheckbox input[type=checkbox]+span {
  min-height: auto;
  padding-left: 30px !important;
}

.advance-form .hs-button {
  color: #12233F !important;
  background: transparent;
  border-color: #12233F !important;
}

.fancybox-bg {
   opacity: .8 !important;
}

.fancybox-content {
   max-width: 800px !important;
   width: 100%;
   background: #EDEFF1 !important;
}

.fancybox-content .hs-form-field label:not(.hs-form-checkbox-display) > span {
   font-family: 'Campton Bold', sans-serif !important;
}

.fancybox-content span, .fancybox-content p {
   font-family: 'Campton', sans-serif;
}

.fancybox-content input {
   border: 0;
   border-radius: 0;
}

.fancybox-content input[type=text], .fancybox-content input[type=email], .fancybox-content input[type=tel], .fancybox-content select, .fancybox-content textarea {
   height: 45px;
   border: 0;
}

.fancybox-content .form-columns-2 {
   margin-bottom: 1em;
}

.fancybox-content .hs-richtext {
   font-size: 14px;
}

.fancybox-content label.hs-form-checkbox-display, .fancybox-content .hs-form-booleancheckbox-display {
   display: flex !important;
   flex-direction: row;
   text-align: left;
}

.fancybox-content label.hs-form-checkbox-display input {
   height: 20px;
   width: 20px !important;
   min-width: auto;
   margin: 0px;
   vertical-align: middle;
   margin-right: 10px;
}

.fancybox-content .hs-form-booleancheckbox input[type="checkbox"] {
   opacity: 1;
   flex: none;
}

.fancybox-content .hs-form-booleancheckbox input[type="checkbox"]+span:before, .fancybox-content .hs-form-booleancheckbox input[type="checkbox"]+span:after {
   display: none;
}

.fancybox-content .hs-form-booleancheckbox input[type="checkbox"]+span {
   min-height: auto;
   padding-left: 10px;
}

.fancybox-content .legal-consent-container .hs-form-booleancheckbox-display>span {
   margin-left: 0 !important;
}

.fancybox-content .hs-button {
   font-family: 'Campton Bold', sans-serif !important;
   color: #12233F;
   display: inline-block;
   font-size: 16px;
   padding: 13px 18px;
   border: solid 3px #12233F;
   text-decoration: none;
   margin-top: 1em;
   transition: all .3s ease;
   -webkit-appearance: none;
   background: transparent;
}

.fancybox-content .hs-fieldtype-checkbox {
   margin-top: 1em;
}



/* ==========================================================================
OLD MODULES
========================================================================== */

/* Pillar page
============================================================================= */ 

body.pillar-page p {
   font-size: 16px;
}

body.pillar-page .row-fluid .nutshell_widget .main_text {
   padding-bottom: 0 !important;
}

.pillar-page .footer--nav .row-fluid {
   display: flex;
   flex-direction: row;
}

.pillar-page .footer--nav .row-fluid .span3 {
   flex: 1;
}

.pillar-page .language-select > span  {
   color: #fff;
}

.pillar-page .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
   margin-bottom: 0;
}

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

.row-fluid .way_service_box_wrapper.column2 .single-box {
   background: #fff;
   box-shadow: 0px 4px 30px rgba(47, 77, 106, 0.3);
}

.row-fluid .way_service_box_wrapper.column2 .single-box * {
   color: #12233F;
}

body.pillar-page .row-fluid .service_way_widget .single-box {
   margin-top: 2em !important;
}

body.pillar-page .row-fluid .service_way_widget {
   padding-bottom: 0 !important;
   padding-top: 0 !important;
}

body.pillar-page .row-fluid .service_way_widget h4 {
   font-size: 20px;
   line-height: 160%;
}

.row-fluid .cs_box:before {
   display: none;
}

.row-fluid .cs_box {
   box-shadow: 0px 4px 30px rgba(47, 77, 106, 0.3);
}

.text {
   font-size: 16px;
   margin: 1em 0 !important;
   padding: 0 !important;
}

.row-fluid .cs_box .contain {
   padding: 2em !important;
}

.row-fluid .service_way_widget .single-box .inner_wrap {
   padding: 2em !important;
}

.row-fluid .service_way_widget .single-box .inner_wrap h4 {
   padding-top: 0 !important;
}

.row-fluid .cs_box h4 {
   font-size: 20px;
}

@media(max-width: 767px) {
   .pillar-page .footer--nav .row-fluid {
      flex-direction: column;
   }
   .pillar-page .footer--nav .row-fluid .span3 {
      margin-top: 1em;
   }
   .row-fluid .nutshell_widget .nutshell_hot_box .thumb {
      display: none;
   }
}

/* In a nutshell
============================================================================= */ 

.row-fluid .banner_widget {
   background: #12233F !important;
}

.pillar-page .title.span6 {
   margin-top: 0 !important;
}

.row-fluid .banner_widget .cs_style-2 {
   padding: 10em 0 4em !important;
}

.row-fluid .banner_widget h1 {
   color: #fff !important;
   font-size: 55px !important;
   text-transform: uppercase;
}

.row-fluid .nutshell_widget .nutshell_title h2 {
   font-size: 35px !important;
}

.row-fluid .cs_module_name {
   display: none;
}

.container-fluid .row-fluid .wrapper, .wrapper {
   max-width: 1240px !important;
   margin: 0 auto !important;
   padding-left: 1em !important;
   padding-right: 1em !important;
}

.row-fluid .nutshell_widget .wapper_inner {
   padding: 0;
}

.row-fluid .nutshell_widget .sec_wrapper {
   max-width: 100% !important;
}

.row-fluid .nutshell_widget {
   padding-top: 5em !important;
}

.row-fluid .nutshell_widget .nutshell_hot_box {
   margin-top: -25%;
   box-shadow: 0px 4px 50px rgba(47, 77, 106, 0.5);
}

.row-fluid .nutshell_widget .nutshell_hot_box .nutshell_hot_box_inner {
   background: #EDEFF1 !important;
   color: #12233F !important;
}

.row-fluid .nutshell_widget .nutshell_hot_box .nutshell_hot_box_inner .legal-consent-container a { color: #00e; text-decoration: underline; }
.row-fluid .nutshell_widget .nutshell_hot_box_inner .title {
   margin-bottom: 0;
}

.row-fluid .nutshell_widget .nutshell_hot_box_inner .title h5 {
   background: transparent;
   color: #12233F;
}

.row-fluid .nutshell_widget .nutshell_hot_box_inner .title h5:after {
   display: none;
}

.row-fluid .nutshell_widget .nutshell_hot_box_inner .box_contain {
   padding: 0;
}

.row-fluid .nutshell_widget .nutshell_title .nutshell_hot_box .nutshell_hot_box_inner {
   padding: 1.5em !important;
}

.row-fluid .nutshell_widget .main_text {
   padding: 5em 0 !important;
}

.row-fluid .form-box form .hs_submit.hs-submit input {
   color: #12233F;
   font-family: 'Campton Bold', sans-serif;
   font-size: 16px;
}

.row-fluid form .hs_submit.hs-submit .actions:after {
   display: none !important;
}

.row-fluid .form-box form .hs_submit.hs-submit {
   border-color: #12233F;
   height: auto !important;
}

.row-fluid form .hs_submit.hs-submit {
   min-width: auto !important;
}

.nutshell_widget fieldset input {
   height: 45px !important;
}

.nutshell_widget .hs-form-booleancheckbox span {
   margin-left: 0 !important;
}

/* Service Section - Slider
============================================================================= */  

.row-fluid .service_widget.gray {
   background: #EDEFF1;
   padding-top: 5em;
   padding-bottom: 5em;
}

.row-fluid .service_widget.blue {
   background: #12233F;
   padding-top: 5em;
   padding-bottom: 5em;
}

.container-fluid .row-fluid .service_widget .wrapper,
.service_widget .wrapper {
   max-width: calc(1240px + 100px);
   padding-left: 1em;
   padding-right: 1em;
}

.row-fluid .service_widget .sec_inner {
   max-width: 100%;
}

.row-fluid .service_widget .service_for_slider .single-slide .inner .contain {
   padding: 2em;
   min-height: 0;
   background: #EDEFF1;
   box-shadow: 0px 4px 50px rgba(47, 77, 106, 0.5);
   z-index: 1;
   position: relative;
}

.row-fluid .service_widget .service_for_slider .single-slide .cta_button {
   border: solid 3px #12233F;
   padding: 13px 18px;
}
.row-fluid .service_widget .service_for_slider .single-slide .cta_button.active.no-hover:hover {
   background-color: #12233F !important;
   color: #FFF !important;
}

.row-fluid .service_widget .service_for_slider .single-slide .inner .thumb {
   box-shadow: 0px 4px 50px rgba(47, 77, 106, 0.5);
   background-size: cover !important;
}

.row-fluid .service_widget .service_for_slider .single-slide .inner .contain .text {
   padding: 1em 0;
}

.row-fluid .service_widget .cs_module_name_wrapper {
   padding: 0;
}

.service_widget .cs_module_name {
   display: none;
}

.row-fluid .service_widget.gray .service_for_slider button.slick-arrow {
   background-image: url(https://www.virta.global/hubfs/WEBSITE-2020/next-arrow.svg);
   background-color: transparent;
}

.row-fluid .service_widget.blue .service_for_slider button.slick-arrow {
   background-image: url(https://www.virta.global/hubfs/WEBSITE-2020/next-arrow-yellow.svg);
   background-color: transparent;
}

.row-fluid .service_widget .service_for_slider button.slick-arrow {
   background-image: url(https://www.virta.global/hubfs/WEBSITE-2020/next-arrow.svg);
   background-color: transparent;
   background-position: center left;
   width: 65px;
   bottom: 50px;
   right: 43% !important;
}

.row-fluid .service_widget .service_for_slider button.slick-arrow:hover {
   background-color: transparent;
}

.row-fluid .service_widget .service_nav_slider {
   display: none;
}

.row-fluid .service_widget.gray .sec_cs_title {
   color: #12233F;
   text-transform: uppercase;
   max-width: 400px;
   width: 100%;
   padding-bottom: 0;
   margin-left: 50px;
}

.row-fluid .service_widget.blue .sec_cs_title {
   color: #FFFF00;
   text-transform: uppercase;
   max-width: 400px;
   width: 100%;
   padding-bottom: 0;
   margin-left: 50px;
}

.row-fluid .service_widget .service_for_slider .single-slide .inner {
   margin: 50px;
}

.slick-slider {
   margin-bottom: 0;
}

.slide-count-wrap {
   display: none;
}

@media(max-width: 767px) {
   .row-fluid .service_widget .sec_cs_title {
      display: block;
      margin-left: 0 !important;
      padding-left: 1em;
      padding-right: 1em;
   }
   .row-fluid .service_widget .service_for_slider {
      margin-top: 0;
   }
   .container-fluid .row-fluid .service_widget .wrapper, .service_widget .wrapper {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .row-fluid .service_widget .service_for_slider .single-slide .inner {
      margin: 50px 30px;
   }
   .row-fluid .banner_widget h1 {
      font-size: 35px !important;
   }
   .row-fluid .banner_widget h2 {
      font-size: 20px !important;
   }
   .row-fluid .service_widget .service_for_slider .single-slide .inner .contain {
      padding: 1em;
   }
   .row-fluid .service_widget .service_for_slider .single-slide .inner .thumb {
      height: 250px;
   }
   .row-fluid .service_widget .service_for_slider .single-slide .inner {
      margin: 3em 1em 2.5em;
   }
   .row-fluid .service_widget .service_for_slider button.slick-arrow {
      right: 0 !important;
   }
   .row-fluid .service_widget .service_for_slider button.slick-prev.slick-arrow {
      margin-right: 73px;
   }
   .row-fluid .service_widget.gray {
      padding-top: 3em;
      padding-bottom: 3em;
   }
   .row-fluid .service_widget.gray .sec_cs_title h2 {
      margin-bottom: 0;
   }
}


/* Who We Serve Section - One text one row
============================================================================= */

.row-fluid .serve_widget .FFC_wrapper .serve-box .inner {
   max-width: calc(620px - 1em);
   float: right;
   padding-right: 2.5em;
}

.row-fluid .serve_widget .FFC_wrapper .fc {
   display: none;
}

.row-fluid .serve_widget .FFC_wrapper .serve-box {
   width: 50%;
   padding: 5em 0;
}

.row-fluid .serve_widget .FFC_wrapper .fc_thumb {
   width: 50%;
}

.serve-box .title.cs_title.yellow {
   background: transparent;
   color: #FFFF00;
   padding: 0;
   left: 0;
   width: 100% !important;
   text-transform: uppercase;
   font-size: 30px;
   margin-bottom: 1em;
}

.row-fluid .serve_widget .FFC_wrapper .serve-box .text {
   padding: 0 0 2em;
}


.row-fluid .serve_widget .FFC_wrapper .serve-box h3 {
   color: #fff;
   line-height: 1.2;
}

@media(max-width: 1260px) {
   .row-fluid .serve_widget .FFC_wrapper .serve-box .inner {
      padding-left: 1em;
   }
}

@media(max-width: 991px) {
   .row-fluid .cs_title_section .title {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
}

@media(max-width: 767px) {
   .row-fluid .serve_widget .FFC_wrapper .serve-box {
      width: 100%;
      order: 1;
   }
   .row-fluid .serve_widget .FFC_wrapper .fc_thumb {
      width: 100%;
      position: relative;
      order: 2;
      height: 400px;
   }
   .row-fluid .serve_widget .FFC_wrapper .serve-box .inner {
      max-width: 100%;
      float: right;
      padding-right: 2.5em;
   }
   .row-fluid .serve_widget .FFC_wrapper .box {
      display: flex;
      flex-direction: column;
   }

}


/* ==========================================================================
PAGES - BLOG
========================================================================== */

.post-contain {
   width: 75%;
   display: inline-block;
   /*padding-right: 4em;*/
}

.post-contain a {
   color: #12233F;
   text-decoration: underline;
}
.blog-post-wrapper .post-contain a { font-weight: normal; }

.blog-page .widget-type-blog_content {
   background: #edeff1;
}

/* Blog pagination */

.blog-pagination {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-family: Lato,sans-serif;
   padding-top: 2em;
   padding-bottom: 2em;
}

.blog-pagination__prev-link--disabled, .blog-pagination__next-link--disabled {
   opacity: .5;
   pointer-events: none;
   cursor: default;
}

.blog-pagination__prev-link {
   text-align: right;
   margin-right: .25rem;
}
.blog-pagination__prev-link, .blog-pagination__next-link {
   display: inline-flex;
   align-items: center;
}
.blog-pagination__link {
   display: block;
   line-height: 1.25;
   border: 0 solid #77838f;
   padding: 0.5rem 0.75rem;
   font-weight: 600;
   margin-left: 5px;
   text-decoration: none;
   color: #12233F;
}

/* Blog filters */

.topic_widget {
   padding-bottom: 2em;
}
.topic_widget span.tag_title {
   display: inline-block;
   width: 160px;
   line-height: normal;
   font-family: 'Campton Bold', sans-serif;
   vertical-align: middle;
}
.topic_widget ul {
   display: inline-block;
   vertical-align: middle;
   width: calc(100% - 165px);
   padding-left: 50px;
   list-style: none;
}
.topic_widget ul li {
   float: left;
   padding: 7px;
}
.topic_widget ul li:before {
   display: none !important;
}
.topic_widget ul li a {
   display: block;
   padding: 9px 12px;
   color: #12233F;
   font-size: 15px;
   border: 3px solid #12233F;
   transition: all 0.3s ease;
   font-weight: 600;
   text-decoration: none; 
}
.topic_widget ul li a.active,
.topic_widget ul li a:hover {
   background: #12233F;
   color: #fff;
}


/* Social Sharing */

.blog-inner-page ul.share-buttons li {
   display: inline-block;
   padding: 2px;
}
.blog-inner-page ul.share-buttons li:before {
   display: none !important;
}
.blog-inner-page ul.share-buttons li a {
   color: #12233F;
   background: #fff;
   height: 25px;
   width: 25px;
   display: block;
   text-align: center;
   line-height: 26px;
   font-size: 16px;
   font-weight: 700;
   font-family: "Campton", sans-serif;
   border-radius: 100%;
   transition: all 0.3s ease;
   text-decoration: none;
}
.blog-inner-page ul.share-buttons li a:hover {
   background-color: #12233F;
   color: #fff;
}
.social-sharing ul.share-buttons {
   display: inline-block;
   vertical-align: middle;
   padding-left: 5px;
}



/* Sidebar */

.blog-inner-page .blog-sidebar {
   float: right;
   width: 25%;
   margin: 0;
   border-left: 1px solid #d2d7dc;
   position: sticky;
   top: 0;
}
.blog-inner-page .blog-sidebar > div {
   padding: 2em;
}
.blog-inner-page .blog-sidebar > div + div {
   border-top: 1px solid #d2d7dc;
}
.blog-inner-page .blog-sidebar .widget-type-text {
   font-size: 16px;
   line-height: 25px;
   padding: 0 0 1em;
}
.blog-inner-page .blog-sidebar > div:last-child {
   padding-bottom: 30px;
}
.blog-sidebar a.cta_button {
   font-family: 'Campton Bold', sans-serif;
   color: #12233F;
   display: inline-block;
   padding: 13px 18px;
   border: solid 3px #12233F;
   text-decoration: none;
   margin-right: 1em;
   transition: all 0.3s ease;
   font-family: "Campton", sans-serif;
}

.blog-sidebar a.cta_button:hover {
   background: #12233F;
   color: #fff;
}

@media(max-width: 767px) {
   .blog-inner-page .blog-sidebar {
      float: none;
      width: 100%;
   }
   .post-contain {
      width: 100%;
      padding-right: 0;
   }
}


/* ==========================================================================
PAGES - CASES
========================================================================== */

.case-study-page .post-contain {
   width: 100%;
   float: none;
}

.case-study-page .row-fluid .cs_sec_wrapper {
   max-width: 100%;
}

.case-study-page .blog-section {
   padding-top: 3em;
}

.case-study-page .section.post-body {
   padding: 0;
}

.case-study-page .nutshell_title {
   display: none;
}

.case-study-page .row-fluid .nutshell_widget .main_text .text {
   float: none;
}

.case-study-page .wapper_inner.cs_module_name_wrapper {
   max-width: 700px !important;
   width: 100%;
}

.case-study-page .row-fluid .nutshell_widget .counter-box .single-box {
  text-align: left;
  width: calc(50% - 1em);
  margin-right: 2em;
  margin-bottom: 1em;
}

.case-study-page .row-fluid .nutshell_widget .counter-box .single-box:nth-child(even) {
  margin-right: 0;
}

.case-study-page .row-fluid .nutshell_widget .counter-box .single-box h3 {
   color: #7400FF;
   font-size: 40px;
   line-height: 40px;
   margin-bottom: 0;
}

.case-study-page .row-fluid .nutshell_widget {
   padding: 0 !important;
   margin-bottom: 2em;
}

.case-study-page .row-fluid .nutshell_widget .wrapper {
   padding: 0 !important;
}

.case-study-page .counter-title {
   display: block;
   width: 100%;
   border-bottom: solid 1px #D2D7DC;
   margin-bottom: 30px;
   padding-bottom: 20px;
}

.case-study-page .quote_box.image.clear {
   padding: 1.5em !important;
   margin-top: 4em !important;
   background: #EDEFF1;
   margin-bottom: 3em !important;
}

.case-study-page .row-fluid .nutshell_widget .quote_box.image .contain h4 {
   padding-top: 0 !important;
   font-size: 20px;
}

.case-study-page .row-fluid .nutshell_widget .quote_box .contain h4:before {
   content: '';
   display: block;
   width: 30px !important;
   height: 30px  !important;
   background-image: url(https://2330692.fs1.hubspotusercontent-na1.net/hubfs/2330692/Virta-2019/images/quotenark-1.png);
   background-position: left center !important;
   background-repeat: no-repeat;
   background-size: contain;
   margin-bottom: 0 !important;
}

.case-study-page .row-fluid .nutshell_widget .quote_box .thumb img {
   border-radius: 100%;
}

.case-new {
   display: flex;
}

.case-new .post-contain {
   padding-right: 0;
}

.case-new > .wapper_inner.cs_module_name_wrapper {
   width: 59%;
   max-width: 100% !important;
   padding-right: 4em !important;
}

.case-new .sidebar {
   width: 41%;
   padding-top: 3em;
}

@media(max-width: 767px) {
   .case-new {
      flex-direction: column;
   }

   .case-new .wapper_inner.cs_module_name_wrapper {
      width: 100%;
      padding-right: 0 !important;
   }

   .case-new .sidebar {
      width: 100%;
      margin-top: 1em;
      margin-bottom: 2em;
      padding-top: 0;
   } 
}

/* ==========================================================================
PAGES - CONTACT
========================================================================== */

.BambooHR-ATS-Jobs-Item a {
   color: #fff;
   text-decoration: none;
}

#positions h2 {
   font-family: 'Campton';
   font-family: 'Campton Bold', sans-serif;
   color: #fff;
   padding-bottom: 2em;
}

.BambooHR-ATS-Department-Header {
   color: #FFFF00;
   text-transform: uppercase;
   font-family: 'Campton Bold', sans-serif;
}


/* -------------------- MENU STYLING -------------------*/
.mega-menu A:hover
{
	background: #D2D7DC !important;
}
.mega-menu A:hover.no-link
{
	background-color: transparent !important;
	transform: none !important;
	color: #19324B !important;
	/*color: #7400FF !important;*/
}
.indent-this-item
{
	padding-left: 60px !important;
}
/*.mega-menu A.large-font
{
	color: #7400FF !important;
}*/
/*.mega-menu .hs-menu-item.indent-this-item A:hover
{
	color: #7400FF !important;
}*/
/*.mega-menu .hs-menu-item A:hover
{
	color: #7400FF !important;
}*/
/*.header--nav .hs-menu-item.hs-menu-depth-2 A:hover
{
	color: #7400FF !important;
}*/
@media (max-width: 1099px)
{
	.custom-menu .hs-menu-wrapper > UL > LI A
	{
		color: #FFF !important;
		background-color: #2F4D6A !important;
	}
	.custom-menu .hs-menu-wrapper > UL > LI A:hover
	{
		background-color: none !important;
	}
	.mega-menu LI.hs-menu-item.indent-this-item
	{
		margin-left: 15px !important;
	}
	.mega-menu A:hover.large-font DIV
	{
		color: #FFF !important;
	}
	.custom-menu .hs-menu-depth-1 .mega-menu__custom_menu_items .menu-ul
	{
		background-color: #19324B !important;
	}
}
/* -------------------- END - MENU STYLING -------------------*/