@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+Display&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;
}
/* 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;}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.anchor {
    display: block;
    position: relative;
    top: -100px;
}
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-capitalize {
  text-transform: capitalize!important;
}

@media (min-width: 1070px){ 
  .text-md-center {
    text-align: center !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}

.text-orange {
  color: #ed8b00;
}

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #141414;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.float-left {
  float: left!important;
}

.float-right {
  float: right!important;
}

@media (min-width: 1070px){
  .clearfix-md::after {
    display: block;
    clear: both;
    content: "";
  }

  .float-md-left {
    float: left!important;
  }

  .float-md-right {
    float: right!important;
  }
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}

.justify-content-between {
  -ms-flex-pack: justify!important;
    justify-content: space-between;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}

.align-items-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}

.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.w-50p {
  width: 50%;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}



.content-career {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #ffffff;
  color: #3e3e3e;

}



.content-career h2 {
  margin: 0px 0px 35px 0px;
  font-weight: bold;
  font-size: 45px;
}

.content-career .content {
  font-weight: normal;
  font-size: 20px;
  margin: 0px 0px 30px 0px;
  line-height: 24px;
}


.content-career .content li{
  margin: 0px 0px 0px 50px;
}




@media (min-width: 1071px){ 
      .w-frm-40p {
    width: 40%;
  }
}


@media (min-width: 1070px){ 
  
  .d-md-none {
    display: none !important;
  }
  
  .d-md-block {
    display: block;
  }
  
  .d-md-inline-block {
    display: inline-block;
  }
  
  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify!important;
  justify-content: space-between;
  }

  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  
  .align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
  
  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
  }
  
    .align-items-md-stretch-resource1 {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
      height: 200px;
  }
  
      .align-items-md-stretch-resource2 {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
      height: 350px;
  }
  
        .align-items-md-stretch-resource3 {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
      height: 500px;
  }
  
  .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }

  .flex-md-fill {
      -ms-flex: 1 1 auto!important;
      flex: 1 1 auto!important;
  }
  
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  
  .w-md-50p {
    width: 50%;
  }
  
    .w-md-90p {
    width: 90%;
  }  
    .w-md-80p {
    width: 80%;
  }
  
    .w-md-70p {
    width: 70%;
  }
  
    .w-md-60p {
    width: 60%;
  }
  
    .w-md-40p {
    width: 40%;
  }
  
    .w-md-20p {
    width: 20%;
  }
  
  .pr-md-100{
    padding-right: 100px;
  }
}

.mt-15 {
  margin-top: 15px;
} 

.mt-80 {
  margin-top: 80px;
} 

.mb-10 {
  margin-bottom: 10px;
} 

.mb-30 {
  margin-bottom: 30px;
} 

@media (min-width: 1070px){ 
  .mb-md-0 {
    margin-bottom: 0;
  }
  
  .mr-md-10 {
    margin-right: 10px;
  }
} 

.bg-gray {
 background-color: #f2f2f2;
}

a,
.transition-all-1s-ease {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

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

@media (min-width: 980px) {
  .row-fluid [class*="span"] {
    min-height: 0px;
  }
}

html,
body {
  min-height: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 1rem;
  /*letter-spacing: 1px;*/
  line-height: 1.5;
  font-family: Noto Sans, 'Poppins', sans-serif;
  color: #3e3e3e;
}

html {
  scroll-behavior: smooth;
}

*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  font-size: 100%;
  /*font: inherit;*/
  outline: 0;
}

p {
  line-height: 1.5;
  margin-bottom: 30px;
}

strong {
  font-weight: bold;
}

.section-content {
      max-width: 1280px;
      margin: auto;
      padding: 0 15px 0 15px;
}



.section-content-half-left {
  margin-left: 30px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.section-content-half-right {
  margin-left: 0px;
  margin-right: 30px;
  padding-left: 0px;
  padding-right: 0px;
}



@media (max-width:1278px) and (min-width:1070px) { 
  .section-content-md-half-left {
    max-WIDTH: 510PX;
    margin: 0 0 0 auto;
  }
  
    .section-content-md-60-left {
    max-WIDTH: 588PX;
    margin: 0 0 0 auto;
  }
  
    .section-pillar-md-half-left {
        max-WIDTH: 610PX;
    margin: 0 0 0 auto;
    padding-right: 50px;
    padding-left: 1%;
          padding-top:10%;
  }
  
  
      .section-pillar-md-half-right {
        max-WIDTH: 610PX;
    margin: 0 auto 0 0;
    padding-right: 50px;
    padding-left: 1%;
  }
    .section-content-md-half-left-resource {
    margin-left: auto;
    max-width: 70%;
  }
  
  .section-content .resource {
      padding: 5%;
}
  .resource {
    Padding: 5%;
  }
  
  .section-content-md-half-right {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
   
  }
}

@media (min-width: 1278px){ 
  .section-content-md-half-left {
         max-WIDTH: 510PX;
    margin: 0 0 0 auto;
  }
    .section-content-md-60-left {
         max-WIDTH: 650PX;
    margin: 0 0 0 auto;
  }
    .section-pillar-md-half-left {
        max-WIDTH: 740PX;
    margin: 0 0 0 auto;
    padding-right: 50px;
    padding-left: 2%;
  }
  
      .section-pillar-md-half-right {
        max-WIDTH: 740PX;
    margin: 0 auto 0 0;
    padding-right: 50px;
    padding-left: 2%;
  }
  
    .section-content-md-half-left-resource {
    margin-left: auto;
    max-width: 70%;
  }
  
  .section-content .resource {
      padding: 5%;
}
  .resource {
    Padding: 5%;
  }
  
  .section-content-md-half-right {
   max-WIDTH: 510PX;
    margin: 0 0 0 auto;
  }
}

@media (min-width: 980px) {
  .section-content {
        }
  
    .section-content-md-half-left {
  }
  
    .section-content-md-half-right {
    margin-left: 40px;
    margin-right: 40px;
  }
  
  .section-content-xl-half-left {
    margin-left: auto;
    margin-right: 0px;
    max-width: 490px;
  }
  
  .section-content-xl-half-right {
    margin-left: 80px;
    margin-right: 140px;
  }
  
  .section-content-xxl-half-left {
    margin-left: auto;
    margin-right: 0px;
    max-width:620px;
  }
  
  .section-content-xxl-half-right {
    margin-left: 80px;
    margin-right: 240px
  }
}


@media (max-width: 981px) {
  .section-content {
    max-width: 1032px;
      margin: auto;
    padding: 0 15px 0 15px;
  }
  
  .section-content-xxl-half-left {
     margin-left: 20px;
 margin-right: 20px;
  }
  
  .section-content-xxl-half-right {
    margin-left: 20px;
    margin-right: 20px
  }
}

a {
  text-decoration: none;
}

a.read-more {
  font-weight: bold;
  font-size: 1rem;
  color: #3e3e3e;
}

a.read-more:after {
  font-family: Noto Sans, "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  margin-left: 10px;
}

.btn {
  padding: .45rem 1.4rem;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.btn-orange {
  background-color: #ed8b00 !important;
  color: #ffffff !important;
  border-radius: 8px;
    text-align: center;
}

.btn-orange:hover {
  background-color: #3d4649 !important;
}


.btn-outline-orange {
  border: 1px solid #ed8b00;
  color: #ffffff !important;
  border-radius: 8px;
  font-weight: bold;
  font-weight: 600;
}

.btn-outline-orange:hover {
  background-color: #ed8b00;
}

.btn-outline-home {
  border: 1px solid #ca3258;
  color: #3d4649 !important;
  border-radius: 8px;
  font-weight: bold;
  font-weight: 600;
    background-color: #f2f2f2;
}

.btn-outline-home:hover {
  background-color: #ca3258;
    color: #f2f2f2 !important;
}

.btn-outline-dark {
  border: 1px solid #b7b7b7;
  color: #3e3e3e !important;
  border-radius: 8px;
  font-weight: bold;
  font-weight: 600;
}

.btn-outline-dark:hover {
  background-color: #3e3e3e;
  color: #ffffff !important;
}

.btn-outline-white {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  border-radius: 8px;
  font-weight: bold;
  font-weight: 600;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #3e3e3e !important;
}

.btn-text-dark,
a.btn-text-dark {
  font-weight: bold;
  font-size: 1rem;
  color: #3e3e3e !important;
}

.btn-text-dark:hover {
  color: #ed8b00 !important;
}

.btn-arrow-right::after{
  content: "⟶";
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
}


.btn-arrow-right-v1::after{
  content: "";
  width: 19px;
  height: 8px;
  background-image: url("https://go.lumiglobal.com/hubfs/bbdboom/lumi-2020-03-22/img/arrow-right.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 8px;
}

.btn-arrow-right-v1:hover::after{
  background-image: url("https://go.lumiglobal.com/hubfs/bbdboom/lumi-2020-03-22/img/arrow-right-orange.png");
}
*/


.orange-circle-before-center::after {
  content: "";  
  background-color: #ec8b00;
  display: inline-block;
  width: 74px;
  height: 74px;
  border-radius: 74px;
  position: absolute;
  top: -37px;
  left: calc(50% - 37px);
}


@keyframes fadeInLeft{
  from {
    opacity:0;
    -webkit-transform:translate3d(-50%,0,0);
    transform:translate3d(-50%,0,0)
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}

@keyframes fadeInUp{
  from{
    opacity:0;
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0)
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}

@keyframes fadeInRight{
  from{
    opacity:0;
    -webkit-transform:translate3d(50%,0,0);
    transform:translate3d(50%,0,0)
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}


.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  text-align: left;
  right: 0;
}

.dropdown-content a {
  margin: 0px 0px 6px 0px; !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media (min-width: 1278px){
.hs-menu-wrapper.hs-menu-flow-horizontal{
  padding-left: 60px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
  padding: 0px 0px 0px 5px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: flex;
    white-space: nowrap;
    padding-top: 10%;
    padding-left: 15%;
    padding-bottom: 10%;
    background-color: #f9f9f9;
    min-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  
  }}

@media (max-width: 1278px){
.hs-menu-wrapper.hs-menu-flow-horizontal{
  padding-left: 0px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: initial;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
  padding: 20px;
   min-width: 300px;
  max-width: 300px;
}



.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    position: revert;
    padding: 10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        display: flex;
    white-space: nowrap;
    padding-top: 0px;
    padding-left: 25%;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b0b0b0;

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

video .cover {
     object-fit: cover; 
}

.hs-form {
    font-family: Noto Sans, 'Poppins', sans-serif;
}

.hs-button {
    font-family: Noto Sans, 'Poppins', sans-serif;
}

  .backlink {
    font-size: 0.7rem;
    padding: 2% 0 6% 0;
  }
  .backlink: link{
    color: #37a0bf;
  }

  .backlink: hover{
    color: #ed8b00;
  }


div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    border: 1px solid #444444!important;
  background-color: #ed8b01!important;
    color: #444;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
}



div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border: 1px solid #444444!important;

    color: #444; !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
}