/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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



/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* CONTENT:
 * 
 * 1. TYPOGRAPHY
 * 2. SPACING
 * 3. HEADER
 * 4. FOOTER
 * 5. MISC
 * 6. MEDIA QUERIES 
 * /

/* 1. TYPOGRAPHY */

p, span, div {
  color: #52585E;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 32px;
}

/* larger paragraph size is used for introduction paragraphs, quotes, etc. */
.large p, p.large {
  font-family: 'Open Sans', sans-serif;
  color: #52585E;
  font-size: 24px;
  line-height: 38px;
}

/* this is the h1 element used for titles of for example blog pages;
 * for the title element with the larger font and the coloured background:
 * see section "title element" at the bottom of the typography chapter
 */
h1 {
  color: #200058;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 57px;
}
@media only screen and (max-width:767px){
  h1{
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
  }
}
h2 {
  color: #200058;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
}

h3 {
  color: #200058;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 47px;
}

/* h4 is used oa in the footer or in smaller titles (e.g. within a blog listing element) */
h4 {
  color: #200058;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  color: #200058;
  font-family: 'Open Sans', san-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

/* title element (global group) */
.title-element h1 {
  background-color: #50E3C2;
  z-index: 2;
  font-family: "Oswald",sans-serif;
  line-height: 133px;
  font-size: 90px;
  color: #200058;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;  
}

.title-element h1:before {
  width: 150px;
  height: 100%;
  content: ' ';
  display: block;
  position: absolute;
  background-color: #50E3C2;
  -webkit-transform: skewX(-20deg) rotateY(0deg);
  transform: skewX(-20deg) rotateY(0deg);
  z-index: -1;
  top: 0;
  right: -90px;  
}

.page-center.title-element.spacing .header-wrapper {
  padding-bottom: 10px;
  padding-top: 50px;
}

/* ----- */

/* 2. SPACING */

body {
  margin: 0 auto;
}

.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  max-width: 1440px;
  padding: 25px 0;
  box-sizing:border-box;
  overflow: hidden;
/*   width: 90%; */
}

/* ----- */

/* 3. HEADER */

.header-cta .header-contact-us {
  webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    float: right;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(53,116,227);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 9px 24px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border-radius: 0;
    background-color: #50E3C2;
    color: #200058;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.bottom-cta-wrapper{
    text-align: center; 
}
.bottom-cta-wrapper .header-contact-us{
     float: none;
}
.header-cta .header-contact-us:hover {
    background-color: #200058;
    color: #50E3C2;
}

.header-cta.fn-cta .hs-button:hover { background-color: #200058;  color: #50E3C2; }
.header-cta.fn-cta .hs-button { webkit-font-smoothing: antialiased; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; display: inline-block; font-weight: normal; text-align: center; float: right; text-decoration: none; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease; background: rgb(53,116,227); border-radius: 6px; border-width: 0px; color: rgb(255,255,255); font-family: sans-serif; height: auto; transition: all .4s ease; padding: 9px 24px; text-shadow: none; width: auto; font-size: 24px; line-height: 1.5em; border-radius: 0; background-color: #50E3C2; color: #200058; font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: bold; }
.header-cta.fn-cta.cta-2 .hs-button { float: none; }

.vacancy-header-background {
    width: 100vw !important;
    margin-left: -50vw !important;
    height: 105px;
    z-index: 999;
    left: 50%;
    background-color: #fff;
    position: fixed;
}
li.menu-item a:last-child {
  padding-right: 0 !important;
  border-right: 0;
}
a.menu.icon-list.menu__link {
   padding-right: 7px !important;
   border-right: 0.8px solid #FFFFFF;
   color: #B3B4B3 !important;
   font-size: 12px;
   text-align: center;
}
.footer-text-right p{
  font-weight: 300;
}
ul.menu.icon-list {
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 0;
}
li.menu-item {
  display: inline-block;
  list-style-type: none;
  margin: 5px;
}
.vacancy-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f060";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.navbar-wrapper svg{
/*   height: 80px; */
  width: 190px;
}
.span12.widget-span.widget-type-cell {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.vacancy-header {
  margin-top: -15px !important;
 z-index: 9999;
 background-color: #FFF;
 position: fixed; 
 left: 0;
 right: 0;
}

.navbar-logo {
  
}
/*
li.hs-menu-item.hs-menu-depth-1 {
    width: 100%;
} */

.vacancy-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #200058;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.vacancy-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:before {
 font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f060";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px; 
}
.vacancy-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a {
    max-width: 100%;
}

.vacancy-header .hs-menu-wrapper {
    text-align: center;
}

/* ----- */
/*
.small-padding {
  padding: 25px 15px !important;
} */

/* 4. FOOTER */

.vacancy-footer {
  background-color: #1B1B1B;
}
li.menu-item:first-child {
    margin-block-start: auto !important;
}
.vacancy-footer h4, .vacancy-footer p,.vacancy-footer a {
    color: #50E3C2 !important;
    margin-block-start:  0;
  font-size: 14px;
}
li.menu-item:last-child a {
    border-right: 0 !important;
}

.menu-squares-hover {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition-duration: .5s 
}

.footer-copyright p{
    color: #B3B4B3 !important;
    font-size: 12px;
    text-align: center;
}
.footer-copyright a{
    color: #B3B4B3 !important;
    font-size: 12px !important;
}
.vacancy-footer a {
  padding: 0 !important;
    color: #50E3C2;
    text-decoration:  none;
    font-weight: 300;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
  letter-spacing: normal;
}

.vacancy-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    color:  white;
    font-weight:  normal;
    padding-left:  0;
    padding-bottom:  0;
    padding-top:  0;
}

.vacancy-footer .align-right {
  text-align: right;
}

.footer-title h2 {
    text-align: left;
    color: #50E3C2;
    font-size: 27px;
    line-height: 33px;
}

.vacancy-footer i {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
}

.vacancy-footer .copyright-section {
  border-top: 0.5px solid #D5D7DA;
}

.vacancy-footer .copyright-section {
    padding: 40px 0;
}
.footer-heading h2{
    color: #EC9300;
    font-size: 80px;
    padding-left: 75px;
}
.container-fluid .vacancy-footer.row-fluid .page-center {
    padding-bottom:  0;
    padding-top:  80px;
}

.vacancy-footer .social-icons a {
    padding-left: 25px;
}

.vacancy-footer .footer-top {
  /*padding-bottom: 20px;*/
}

.vacancy-footer i:hover {
    color: #50E3C2;
}

.footer-top {
    /*padding-top: 20px;
    padding-left: 60px;*/
    width: 750px;
    max-width: 100%;
    margin: 0 auto 16px auto; 
}

.vacancy-footer-top {
    background: radial-gradient(circle,#FFFFFF 0%,#EEEEEE 100%);
    position: relative;
  }
.svg-footer {
 position: absolute;
  bottom: 0;
  right: 0;
}
/* .svg-footer svg {
 width: 48% !important; 
} */
#bodymovin3 {
 width: 560px;
    height: 300px;
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    margin: auto;
    opacity: 1;
    position: absolute;
    z-index: 999;
  right: 0;
    bottom: -1px; 
}
/* ----- */

/* 5. MISC */
/* buttons */
.keen-button:hover {
    background-color: #200058 !important;
    color: #50E3C2 !important;
}

/* blog post listing (global element showing 3 most recent posts) */

#blog-post-listing .hs-rss-module.feedreader_box {
    display:  flex;
    flex-direction:  row;
}

#blog-post-listing .hs-rss-item {
    display:  flex;
    flex-direction:  column;
    width: 100%;
    background-color: #F4F6FA;
}

#blog-post-listing .hs-rss-item-image-wrapper {
    order:  1;
    width:  100%;
}

#blog-post-listing .hs-rss-item-text {
    order: 2;
    display:  flex;
    flex-direction:  column;
    padding: 40px;
    width:  100%;
}

#blog-post-listing a.hs-rss-title span {
    color: #200058;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

#blog-post-listing a.hs-rss-title {
    text-decoration:  none;
    order:  2;
    margin-top:  10px;
}

#blog-post-listing .hs-rss-byline {
    order:  1;
}

#blog-post-listing .hs-rss-description {
    order:  3;
}

#blog-post-listing .hs-rss-description a {
    text-decoration:  none;
    /* clear:  both; */
    display:  block;
    background-color: #50E3C2;
    width: fit-content;
    color: #200058;
    font-family:  'Oswald', sans-serif;
    font-size: 20px;
    font-weight:  bold;
    padding: 6px 14px;
    margin-top:  20px;
}

#blog-post-listing .hs-rss-description a:hover {
    background-color:  #200058;
    color:  #50E3C2;
}

#blog-post-listing .hs-rss-item:first-child {
    margin-right: 20px;
}

#blog-post-listing .hs-rss-item:nth-child(2) {
    margin-right: 20px;
    margin-left: 20px;
}

#blog-post-listing .hs-rss-item:nth-child(3) {
    margin-left: 20px;
}

#blog-post-listing .hs-rss-item:hover {
    background-color: #E4E7F2;
}

/* image row with 3 images and background gradient */
.image-row-gradient.background-gradient {
  background: #DDE9FC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #DDE9FC 50% , #fff 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #DDE9FC 50% , #fff 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #DDE9FC 50% , #fff 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #DDE9FC 50% , #fff 50%); /* Standard syntax */
}

.image-row.image-row-gradient .align-left {
  text-align: left;
}

.image-row.image-row-gradient .align-right {
  text-align: right;
}

.image-row.image-row-gradient .align-center {
  text-align: center;
}

.contact-icon a {
    color: #200058;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.contact-image .widget-type-linked_image {
  text-align: center;
}

.contact-image img {
  box-shadow: 0 10px 34px 0 rgba(0,0,0,0.15);
  max-width: 100%;
  height: 250px;
  width: auto;
}

/*  MENU */
.navbar-wrapper {
  width: 100%;
  position: fixed;
    top: 0;
    padding: 30px 0;
    background-color: white;
    z-index: 888;
    left: 0;
    width: 100%;
}
.nav-img svg {
 width: 140px; 
  margin-top: -20px;
 height: 80px;
}
.span12.widget-span.widget-type-cell.navbar-wrapper {
 padding: 30px 0; 
}
.vacancy-form-go-back {
    color: #200058;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 22px;
}
.navbar-wrapper .row-fluid-wrapper .row-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
}

.navbar-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #200058;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.navbar-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f060";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

/* remove specific CTA in specific page */
.hs-content-id-29817798757 .header-wrapper .header-cta-wrapper {
  display: none;
}

.leadinModal {z-index: 9999999999999999999999999999 !important;}
#hs-eu-cookie-confirmation p {font-size: 12px!important;line-height: 18px!important;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif!important;}
#hs-eu-cookie-confirmation a {font-size: 12px!important; line-height: normal!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;}



/* contact-style */

.contact-page .header-cta-wrapper { display: none; }
.fen-outter-contact { padding: 120px 0;   flex-wrap: wrap; }
.fen-right-form { width: 39%;  padding: 45px 70px 70px; background: #f4f6fa;     float: right;  }
.fen-left-contact { padding-left: 130px; width: 31%; margin-right: 150px; float:left; }
.contact-page form { max-width: 100%;  }
.fen-top-content { margin-bottom: 40px; }
.fen-top-content p, .fen-address p { font-size: 18px; }
.fen-phone-number h3, .fen-email h3, .fen-address h3 { margin-bottom: 0;  font-size: 30px; }
.fen-phone-number a, .fen-email a { font-size: 30px; font-family: 'Oswald', sans-serif; font-weight: bold; color: #50e3c2; text-decoration: none; }
.fen-img { margin-top: 70px; }
.fen-address p { font-size: 18px; }
.fen-left-button a, .fen-que-button a { background-color: #50e3c2; -webkit-appearance: unset; border: 0; font-family: 'Oswald',sans-serif; color: #200058; font-size: 24px; font-weight: bold;   line-height: 36px; 
    padding: 10px 35px;
    text-align: center;
    transition: .3s all; margin-top: 25px;
    display: inline-block;     text-decoration: none;
  }
.fen-right-form input[type="submit"].hs-button.primary.large:hover, .fen-left-button a:hover, .fen-que-button a:hover { background-color: rgba(40,187,154,1.0); border-color: #000030; color: #200058; }
.fen-que-vacancy {  margin-top: 65px; border-top: 1px solid #e4e0eb;  padding-top: 65px; }
.fen-que-info { width: 57%; margin-left: 8%; }
.fen-que-img { width: 35%; text-align: right; }
.fen-outter-que-vac { display: flex; flex-wrap: wrap; }
.fen-que-info h2 { margin-bottom: 25px; margin-top: 0; }
.fen-que-info h4 { margin-bottom: 35px; }
.social-icone a {  font-size: 18px; text-decoration: none; color: #200058; display: block; }
.social-icone a i { margin-right: 15px;}
.fen-que-button { margin-top: 15px; }
.fen-right-form input[type="submit"].hs-button.primary.large { margin-top: 0; }
.fen-right-form .hs-form .hs-submit .actions { text-align: left; }
.fen-right-form .hs-form { padding-top: 0; padding-bottom: 0; }
.fen-right-form textarea, .fen-right-form input[type="text"], .fen-right-form input[type="password"], .fen-right-form input[type="datetime"], .fen-right-form input[type="datetime-local"], .fen-right-form input[type="date"], .fen-right-form input[type="month"], .fen-right-form input[type="time"], .fen-right-form input[type="week"], .fen-right-form input[type="number"], .fen-right-form input[type="email"], .fen-right-form input[type="url"], .fen-right-form input[type="search"], .fen-right-form input[type="tel"], .fen-right-form input[type="color"], .fen-right-form select { height: 40px; }
.fen-right-form .hs-error-msgs label.hs-main-font-element { color: #f2545b; }
.contact-page .footer-light-top.page-center { margin-top: 30px !important; }
.fen-right-form .hs-form-booleancheckbox-display span::after { left: 9px; }
.fen-right-form .hs-form-booleancheckbox-display { position:relative; }
.fen-right-form .legal-consent-container .hs-form-booleancheckbox-display p {     margin-bottom: 20px; line-height: 20px; display: block; margin-top: 5px; }
/* 6. MEDIA QUERIES */
/*
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 330px;
} */

.close-menu {
    position: absolute;
    color: white;
    top: 10px;
    right: 0;
    padding: 23px 41px;
    background-color: #50E3C2;
    width: 140px;
    max-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.close-menu::before {
    width: 50%;
    max-width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    position: absolute;
    background-color: #50E3C2;
    -webkit-transform: skewX(-20deg) rotateY(0deg);
    transform: skewX(-20deg) rotateY(0deg);
    z-index: -1;
    top: 0;
    left: -30px; 
}

.custom-menu-active {
  display: block !important;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  background-color: rgba(32,0,88,0.96);
  overflow-x: hidden;
  transition: 0.5s;
}
/*
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    color: white !important;
    font-size: 44px;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
    font-family: "Oswald",sans-serif; 
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  max-width: 100% !important; 
  color: #fff;
}
#hs_menu_wrapper_module_1569575315580142_, #hs_cos_wrapper_module_1569837194600314,#hs_cos_wrapper_module_1569578228862541_ {
   text-align: center;
    margin-top: 260px;
}
#hs_menu_wrapper_module_1569575315580142_ li a {
 transition: .2s all; 
}
#hs_menu_wrapper_module_1569575315580142_ li.grey a {opacity: 0.5} */
@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 991px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 991px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 991px),
  only screen and (        min-device-pixel-ratio: 2)      and (max-width: 991px),
  only screen and (                min-resolution: 192dpi) and (max-width: 991px),
  only screen and (                min-resolution: 2dppx)  and (max-width: 991px),
  screen and (max-width:991px) {
    .overlay a {
    margin-bottom: 50px;
    font-size: 61.4401px;
  }
  .span4.widget-span.widget-type-custom_widget.vacancy-form-go-back {
    display: none; 
  }
    .nav-img {
   padding-left: 15px;   
  }
  .footer-heading h2 {
   font-size: 50px; 
  }
  #hs_cos_wrapper_module_1569578228862541 {
   /*padding-right: 15px; */
  }
   .title-element h1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 85%;
  }
 .title-element h1:before{
    -webkit-transform: skewX(-15deg) rotateY(0deg);
    transform: skewX(-15deg) rotateY(0deg);
    right: -40px;
    width: 80px;
  } 
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 767px),
  only screen and (        min-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (                min-resolution: 192dpi) and (max-width: 767px),
  only screen and (                min-resolution: 2dppx)  and (max-width: 767px),
  screen and (max-width:767px){
  .navbar-wrapper svg {
   height: 40px; 
  /*   height: 80px; */
    width: auto;
  }
  .navbar-wrapper > div > .row-fluid-wrapper>.row-fluid:before{
    display:none !important; 
  }
  .navbar-wrapper > div > .row-fluid-wrapper>.row-fluid:after{
    display:none !important; 
  }
  /** Hide the back to overview link on mobile view **/
  .span4.widget-span.widget-type-custom_widget.vacancy-form-go-back {
    display: none; 
  }
.span12.widget-span.widget-type-global_group.navbar-wrapper {
    width: 100%;
}
  .contact-wrapper {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .footer-top {
   padding-left: 0; 
  }
  #menu-wrapper{
    position: absolute;
    top: 40px;
    right: 20px; 
  }
  .span12 .row-fluid-wrapper .row-fluid .footer-light-top {
   padding: 0 auto; 
  }
  .vacancy-footer {
    padding: 25px 15px !important;
  }
  .vacancy-featured-wrapper .vacancy-featured .vacancy-information-box {
    padding: 20px;
  }
  
  #hs_cos_wrapper_module_1569578228862541 {
   margin-top: -15px !important; 
  }
  
  .nav-img {
   padding-top: 0 !important; 
   padding-left: 0px;
  }
  
  .row-fluid-wrapper .row-fluid .svg-footer {
  display: none; 
  }
  
  .vacancy-header > .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-direction: row;
  }
  .vacancy-header {
   margin-top: 0 !important;
  }

  .vacancy-header > .row-fluid-wrapper > .row-fluid .span4 {
    width: 100%;
    padding-right: 5px;
  }
  
  .vacancy-footer .footer-top .span4 {
   /* margin-bottom: 50px; */
  }

  .vacancy-footer .footer-top .span4:last-child {
    margin-bottom: 0;
  }
  
  .vacancy-footer .copyright-section .span6:first-child {
    width: 50%;
  }

  .vacancy-footer .copyright-section .span6:nth-child(2) {
      width:  50%;
  }
 
  
  .vacancy-footer .copyright-section .row-fluid {
      display:  flex;
      flex-direction:  row;
  }

  #blog-post-listing .hs-rss-module.feedreader_box {
    flex-direction:  column;
  }

  #blog-post-listing .hs-rss-item:first-child {
      margin-right:  0;
  }
  
  .footer-heading h2 {
   padding-left: 0;
   font-size: 40px;
  }
  
  .row-fluid-wrapper .row-fluid .header-cta {
   padding-top: 12px; 
  }
  
  #blog-post-listing .hs-rss-item:nth-child(2) {
      margin-left:  0;
      margin-right:  0;
  }

  #blog-post-listing .hs-rss-item:nth-child(3) {
      margin-left:  0;
  }
  
  #blog-post-listing .owl-theme .owl-dots .owl-dot span {
    background: #F4F6FA;
}

  #blog-post-listing .owl-theme .owl-dots .owl-dot.active span, #blog-post-listing .owl-theme .owl-dots .owl-dot:hover span {
      background: #200058;
  }
  
  .title-element h1 {
    padding-left: 15px;
    padding-right: 0;
    font-size: 30px;
    line-height: 60px;
    width: 80%;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
  }
  .title-element h1:before{
    -webkit-transform: skewX(-15deg) rotateY(0deg);
    transform: skewX(-15deg) rotateY(0deg);
    right: -20px;
    width: 50px;
  }
/*   .container-fluid .row-fluid .page-center {
  padding: 0 15px;
} */
  .page-center-no-padding {
   padding: 0 30px; 
  }
  .contact-image img{
    max-width:100%;
  }
  #vacancy-header{
    padding: 32px 15px 30px 15px;
    height: 100px;
  }
}

/**
 * Vacancy overview styles
 **/
.vacancy-wrapper{
  padding: 25px 40px; 
  display:flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.vacancy-wrapper.visible-vacancy-even{
  background:#ffffff;
}
.vacancy-wrapper.visible-vacancy-odd{
  background:#f4f6fa;
}
.vacancy-wrapper .vacancy-info-wrapper{
  width:80%; 
}
.vacancy-wrapper .vacancy-info-wrapper .vacancy-title{
  margin:0;
}
.vacancy-wrapper .vacancy-info-wrapper .vacancy-title a{
  color: #200058;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-decoration:none;
}
.vacancy-wrapper .vacancy-info-wrapper .vacancy-filters{
  color: #52585E;	
  font-family: "Open Sans";	
  font-size: 18px;	
  line-height: 24px;
}
.vacancy-wrapper .vacancy-button-wrapper{
  width:20%; 
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.vacancy-wrapper .vacancy-button-wrapper .vacancy-button{
  color: #200058;	
  font-family: Oswald;	
  font-size: 18px;	
  font-weight: bold;	
  line-height: 32px;	
  text-align: center;
  padding: 15px 20px;
  background: #50E3C2;
  text-decoration: none;
}
.vacancy-wrapper .vacancy-button-wrapper .vacancy-button:hover{
  color: #50E3C2;	
  background: #200058;
  transition: all 0.4s;
}

@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 767px),
  only screen and (        min-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (                min-resolution: 192dpi) and (max-width: 767px),
  only screen and (                min-resolution: 2dppx)  and (max-width: 767px),
  screen and (max-width:767px){
  .overlay a {
   font-size: 30px; 
   margin-bottom: 10px;
  }
  .svg-footer {
   display: none; 
  }
  .row-fluid-wrapper .row-fluid .custom-menu-primary {
  width: 100%; 
  }
  #hs_menu_wrapper_module_1569575315580142_,#hs_cos_wrapper_module_1569837194600314,#hs_cos_wrapper_module_1569578228862541_ {
   margin-top: 250px; 
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
   width: auto; 
  }
  .vacancy-wrapper{
    padding: 30px; 
  }
  .vacancy-wrapper .vacancy-info-wrapper{
    width:100%;  
  }
  .vacancy-wrapper .vacancy-button-wrapper{
    width:100%;  
  }
  .container-fluid .row-fluid .page-center{
    max-width: 100%;  
  }
}

/* ----- */
/* quickfix footer JH */

@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 500px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 500px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 500px),
  only screen and (        min-device-pixel-ratio: 2)      and (max-width: 500px),
  only screen and (                min-resolution: 192dpi) and (max-width: 500px),
  only screen and (                min-resolution: 2dppx)  and (max-width: 500px),
  screen and  (max-width: 500px) {
  .vacancy-footer .footer-top .span4 {
    padding: 2px;
  }
  .vacancy-footer .footer-top .row-fluid {
    display: flex;
  } 
  .span12 .widget-span .widget-type-cell {
    margin: 0 auto;
  }
  .footer-container-wrapper .footer-container .footer-social-links{
    width: 100%;
    text-align: center;
   }
   .footer-container-wrapper .footer-container .footer-heading{
     padding-left: 15px;
     padding-right: 15px;
   }
   .footer-container-wrapper .footer-container .footer-copyright{
     width: 100%;
     text-align: center;
   }
    
}

/* benas */
/* vacancies side whitespace */
/* #vacancy-header, .hs-blog-post {
    max-width: 90%;
    margin: 0 auto;
} */
/* landing pages side whitespace */ 
.footer-container-wrapper, .body-container.container-fluid {
    width: 90%;
    margin: 0 auto;
}
/*
.hs-blog-post .body-container.container-fluid, .hs-blog-post .footer-container-wrapper {
    
    width: 100%;
    margin: auto;
} */

/* switching off selection outlines on mobile */
@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 767px),
  only screen and (        min-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (                min-resolution: 192dpi) and (max-width: 767px),
  only screen and (                min-resolution: 2dppx)  and (max-width: 767px),
  screen and (max-width:767px){
  /* Hide highlighting of input boxes (intentional) */
  input[type="text"]:hover, 
  input[type="password"]:hover, 
  input[type="datetime"]:hover, 
  input[type="datetime-local"]:hover, 
  input[type="date"]:hover, 
  input[type="month"]:hover, 
  input[type="time"]:hover, 
  input[type="week"]:hover, 
  input[type="number"]:hover, 
  input[type="email"]:hover, 
  input[type="url"]:hover, 
  input[type="search"]:hover, 
  input[type="tel"]:hover, 
  input[type="color"]:hover, 
  select:hover {
    border: 1px solid #d5d7da !important;
  }
  textarea:focus, input:focus{
    outline: none;
  }
  
  

}
/* button center aligned */
.center-aligned-button {
      max-width: none; 
    margin: 0 auto;
}

/* Styling input fields to appear with wearekeen styling */ 
.input input {
    color: #200058;
    font-weight: bold;
    font-family: Oswald;
    border-radius: 0; /* to remove iOS automatic rounding of input fields */
  
  
  font-weight: 400;     font-family: inherit;
    color: #52585E;     font-size: 16px !important;


}

@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width:1440px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width:1440px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width:1440px),
  only screen and (        min-device-pixel-ratio: 2)      and (min-width:1440px),
  only screen and (                min-resolution: 192dpi) and (min-width:1440px),
  only screen and (                min-resolution: 2dppx)  and (min-width:1440px),
  screen and (min-width: 1440px){ 
  
  .close-menu {
      text-align: center;
      padding: 18px 0px;
  }
  #hs_menu_wrapper_module_1569575315580142_, #hs_cos_wrapper_module_1569837194600314 {
    margin-top: 280px;
  }
 /* #vacancy-header, .hs-blog-post {
    max-width: 1470px;
    width:90%;
  } */
} 
@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 1439px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 1439px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 1439px),
  only screen and (        min-device-pixel-ratio: 2)      and (max-width: 1439px),
  only screen and (                min-resolution: 192dpi) and (max-width: 1439px),
  only screen and (                min-resolution: 2dppx)  and (max-width: 1439px),
  screen and (max-width: 1439px) {
    .close-menu {
        text-align: center;
        padding: 18px 0px;
        top: 17%;
      }
    #hs_menu_wrapper_module_1569575315580142_, #hs_cos_wrapper_module_1569837194600314 {      
  /*       margin-top: calc(50% - 539px); */
        margin-top: 17vh;
    }
}

@media only and screen and (max-width: 1439px) {
  .close-menu {
    top: 17%;
  }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 991px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 991px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 991px),
  only screen and (        min-device-pixel-ratio: 2)      and (max-width: 991px),
  only screen and (                min-resolution: 192dpi) and (max-width: 991px),
  only screen and (                min-resolution: 2dppx)  and (max-width: 991px),
  screen and (max-width:991px) {
 /* .hs-menu-wrapper ul > li.hs-menu-item a {
    font-size: 61px;
  }
  .hs-menu-wrapper ul > li.hs-menu-item {
    margin: 0 auto 10px;
  } */
    .navbar-wrapper .row-fluid-wrapper .row-fluid {
  box-sizing: border-box;
    padding: 0 8vh;
    }
  .close-menu {
    text-align: center;
    padding: 18px 0px;
  }
  /*
  .hs-menu-wrapper {
    margin-top: -45px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 30px 0px !important;
  }
  #hs_menu_wrapper_module_1569575315580142_, #hs_cos_wrapper_module_1569837194600314 {
    margin-top: 220px;
  } */
}

.buffer-small {
    margin-top: 50px;
}

.buffer-large {
    margin-top: 100px;
}

/* styling menu to appear like the drupal one */
@media 
  only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 767px),
  only screen and (        min-device-pixel-ratio: 2)      and (max-width: 767px),
  only screen and (                min-resolution: 192dpi) and (max-width: 767px),
  only screen and (                min-resolution: 2dppx)  and (max-width: 767px),
  screen and (max-width:767px){
 /*  .hs-menu-wrapper ul > li.hs-menu-item a {
      font-size: 33px;
  }
  .hs-menu-wrapper ul > li.hs-menu-item {
    margin: 0 auto 10px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 0 !important;
  } */
    .navbar-wrapper .row-fluid-wrapper .row-fluid {
    padding: 0;
    }
  .close-menu {
    text-align: center;
    padding: 18px 0px;
  }
  .page-center.title-element.spacing .header-wrapper {
    padding-bottom: 10px;
    padding-top: 50px;
  }   
  #hs_menu_wrapper_module_1569575315580142_, #hs_cos_wrapper_module_1569837194600314 {
    margin-top: 190px;
  }
  /* /traineeship responsiveness */
  .paragraph.paragraph--type--video .video-embed-field-responsive-video {
    width: auto;
    margin-left: 0;
    height: auto;
    
  }
}

.no-padding{
  padding:  0 !important;
}

@media (max-width: 1560px){
  
  .fen-left-contact { padding-left: 105px; margin-right: 90px;  }
  .fen-right-form { padding: 45px; }
}

@media (max-width: 1250px) {
  .fen-left-contact { padding-left: 0px; width: 35%; }
  .fen-outter-contact { padding: 60px 0; }
  .fen-phone-number h3, .fen-email h3, .fen-address h3 { font-size: 25px;     margin-top: 20px; }
  .fen-phone-number a, .fen-email a { font-size: 25px; }
  .fen-img { margin-top: 40px; }
  .fen-que-vacancy { margin-top: 50px; }
}
@media (max-width: 992px) {
  .fen-left-contact { margin-right: 0; width: 100%; }
  .fen-right-form { width: 100%; margin-top: 40px; } 
.fen-phone-number h3, .fen-email h3, .fen-address h3,  .fen-phone-number a, .fen-email a { font-size: 22px;     line-height: 30px; }
  .fen-left-button a, .fen-que-button a { margin-top: 0px; }
  .fen-que-vacancy {  margin-top: 0; }
  .fen-que-img { width: 100%; text-align: left; }
   .fen-que-info {  width: 100%; margin-left: 0; margin-top: 20px; }
  .fen-que-info h4 { margin-bottom: 12px; margin-top: 12px; }
  .fen-que-vacancy { padding-top: 60px; }
  .fen-que-info h2 { font-size: 35px;  line-height: 35px; }
  .fen-right-form textarea, .fen-right-form input[type="text"], .fen-right-form input[type="password"], .fen-right-form input[type="datetime"], .fen-right-form input[type="datetime-local"], .fen-right-form input[type="date"], .fen-right-form input[type="month"], .fen-right-form input[type="time"], .fen-right-form input[type="week"], .fen-right-form input[type="number"], .fen-right-form input[type="email"], .fen-right-form input[type="url"], .fen-right-form input[type="search"], .fen-right-form input[type="tel"], .fen-right-form input[type="color"], .fen-right-form select { margin-bottom: 2%;  }  .fen-outter-contact { display: flex; }
  .fen-right-form .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span { margin-left: 35px; }
  .fen-right-form .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span p {     line-height: 22px;  }
}


@media (max-width: 767px) {
  .fen-outter-contact, .fen-outter-contact { padding: 50px 0; }
  .fen-top-content p, .fen-address p { font-size: 16px; line-height: 25px; }
  .fen-top-content { margin-bottom: 30px; }
  .fen-right-form {  padding: 25px; }
  .fen-que-vacancy { padding-top: 50px; }
  .fen-que-info h2 { font-size: 28px;  line-height: 35px; }
  .fen-right-form .form-columns-2 .hs-form-field {  width: 100% !important; }
  .fen-right-form .input, .fen-right-form label { margin-left: 0 !important; }
  .contact-page .footer-light-top.page-center { margin-top: 30px !important; }
}