@font-face {
  font-family: 'Graphik-400-Regular';
  src: url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Regular-Web.woff2') format('woff2'),
    url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight:  400;
}
@font-face {
  font-family: 'Graphik-600-Semibold';
  src: url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Semibold-Web.woff2') format('woff2'),
    url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Semibold-Web.woff') format('woff');
  font-weight: 600;
}
@font-face {
  font-family: 'Graphik-500-Medium';
  src: url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Medium-Web.woff2') format('woff2'),
    url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight:  500;
}
@font-face {
  font-family: 'Graphik-300-Regular';
  src: url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Light-Web.woff2') format('woff2'),
    url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Light-Web.woff') format('woff');
  font-weight:  300;
}
@font-face {
  font-family: 'Graphik-Regular-Web';
  src: url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Regular-Web.woff2') format('woff2'),
    url('https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust-theme-2020/Fonts/Graphik-Regular-Web.woff') format('woff');
}


/* Cookie Styling */
.hs-site-page div#hs-eu-cookie-confirmation a#hs-eu-confirmation-button {
  border-radius: 100px !important;
  background: #0e0e11 !important;
  color: #fff !important;
  border: 2px solid #0e0e11 !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  font-family: Graphik-500-Medium,sans-serif !important;
  font-weight: 500 !important;
}
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, 
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  padding: 8px 16px!important;
  line-height: 15px !important;
}
preview.cookie-notification-BOTTOM .cookie-notification-preview-banner {
  border-top: 1px solid #cbd6e2;
  bottom: 0;
  min-height: 120px;
  display: flex;
  align-items: center;
}


@media screen and (max-width: 480px){  
  div#hs-eu-cookie-confirmation {
    top: unset !important;
    bottom: 0 !important; 
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    text-align: left !important;
  }
}

/* Cookie Styling ends */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-family: 'Graphik-500-Medium';
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
/*   line-height: 1;  */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1300px;
/*   padding: 0 20px; */
}
strong {
    font-family: 'Graphik-500-Medium';
}
@media screen and (min-width: 1520px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1300px;
}

.dnd-section .dnd-column {
/*   padding: 0 20px; */
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 18px;
}


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

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #0e0e11;
  font-family: Graphik-400-Regular, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 20px;
  margin: 0 0 0.8rem;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #d4e4f9;
}
a.cta_button {
    text-decoration: none;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e0e11;
  font-family: 'Graphik-500-Medium', serif;
  margin: 0;
}

h1 {
  font-size: 54px;
  line-height: 1.0; 
  letter-spacing: -0.025em;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

h3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  font-weight: 500 !important;
  
}

h4 {
  font-family: Graphik-400-Regular, sans-serif;
  font-size: 1.175rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 500 !important;
}

h5 {
  font-size: 18pt;
  line-height: 1.3;
  letter-spacing: 0em;
}

h6 {
  font-size: 16pt;
  line-height: 1.4;
  letter-spacing: 0em;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
hr {
  box-sizing: border-box !important;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}


/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

}
/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){

}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
h1 {
  font-size: 36px !important;
  line-height: 36px !important;
}

h2 {
  font-size: 36px !important;
  line-height: 36px !important;
}

h3 {
  font-size: 28px !important;
  line-height: 30px !important;
}
h4 {
  font-size: 23px !important;
  line-height: 32px !important;
}
p {
  font-size: 14px !important;
  line-height: 24px !important;
}
  
}

/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
h1 {
  font-size: 36px !important;
  line-height: 36px !important;
}

h2 {
  font-size: 36px !important;
  line-height: 36px !important;
}

h3 {
  font-size: 28px !important;
  line-height: 30px !important;
}
h4 {
  font-size: 23px !important;
  line-height: 32px !important;
}
p {
  font-size: 14px !important;
  line-height: 24px !important;
}

}
a.cta_button{
  font-family: Graphik-500-Medium,sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  letter-spacing: 0em;
}

a.cta_button.button_blue{
  font-family: Graphik-500-Medium,sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  letter-spacing: 0em;
}
a.cta_button.button_blue:hover{
  color: #347bff !important;
  background: #fff !important;
  box-shadow: 0 5px 20px rgba(0,0,0,.1) !important;;
  border: 2px solid #fff !important;
}


button,
.button, .hs-button  {
  background: 0e0e11;
  border: 2px solid 0e0e11;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Graphik-500-Medium",sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  letter-spacing: 0em;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background: transparent;
  border-color: 0e0e11;
  color: 0e0e11;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background: transparent;
  border-color: 0e0e11;
  color: 0e0e11;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:hover,
.hs-button:focus {
  background: transparent;
  border-color: 0e0e11;
  color: 0e0e11;
  text-decoration: none;
}
/* Form */

form, form p {
  font-family: 'Graphik-300-Regular', sans-serif;
}
.hs_resource_type span.hs-form-required {
  display: none !important;
}
.hs_resource_type  ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 40px;
}
/* .hs-form-field {
margin-bottom: 1.4rem;
} */

.legal-consent-container span.hs-form-required {
  display: none;
}
form .hs-form-field input, 
form  fieldset.form-columns-1 .hs-input {
  border: 0;
  border-bottom: 2px solid #0e0e11;
  border-radius: 0px;
  outline: 0;
  background: transparent;
  padding-left: 0;
}

form.hs-form select{
/*   background: #fff; */
  border-bottom: 2px solid #0e0e11 !important;
  border-radius: 0px;
  border: none;
  padding: 6px 0px;
  width: 100%;
  min-height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  position: relative;
  color: #757575;
}
form.hs-form input[type="checkbox"], form.hs-form input[type="radio"] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: checkbox;
  box-sizing: border-box;
  /*     margin: 3px 0.5ex; */
  margin: 0;
  margin-top: 5px;
  margin-right: 10px;
  padding: initial;
  border: initial; 
  width: inherit;
  height: inherit;
  margin-bottom: 10px;
}
form.hs-form  .hs-fieldtype-booleancheckbox ul.inputs-list {
  list-style: none;
  padding-left: 20px;
}

form.hs-form .hs-fieldtype-select.field.hs-form-field .input{
  position: relative;
}
form.hs-form .hs-fieldtype-select.field.hs-form-field .input:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #0e0e11;
  position: absolute;
  transform: rotate(45deg);
  right: 15px;
  top: 45%;
  z-index: 99;
}
form.hs-form .hs-fieldtype-select.field.hs-form-field .input:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #0e0e11;
  position: absolute;
  transform: rotate(-45deg);
  right: 9px;
  top: 45%;
  z-index: 99;
}
.hs_error_rollup {
  display: none !important;
}
form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list {
  list-style: none;
  padding-left: 0px;
}
/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 24px;
  line-height: 28px;
  padding-top: 0;
  /*   margin-bottom: 0.35rem; */
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #0e0e11;
  font-size: 24px;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: transparent;
  border: 2px solid #0e0e11;
  border-radius: 3px;
  color: #0e0e11 !important;
  display: inline-block;
  font-size: 24px !important;
  padding: 20px 25px;
  width: 100%;
  font-family: 'Graphik-300-Regular' !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-moz-placeholder {
  color: #0e0e11;
}

:-ms-input-placeholder {
  color: #0e0e11;
}

::placeholder {
  color: #0e0e11;
}
.submitted-message {
  color: #fff;
}
/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin-top: 0.5rem;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 24px;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  /*   line-height: normal; */
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 24px;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 24px;
  margin-left: 0px;
}
.legal-consent-container .hs-error-msgs label {
  color: #ED273D !important;
  font-size: 16px;
}
label.hs-error-msg{
  color: #ED273D !important;
  font-size: 16px !important;
}
/* Validation */

label.hs-form-booleancheckbox-display input {
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
  border-radius: 50% !important;
  vertical-align: middle !important;
  border: 1px solid #0e0e11;
  -webkit-appearance: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 0;
}

label.hs-form-booleancheckbox-display input:checked {
  background: transparent;
  border: 1px solid #0e0e11;
  position: relative;
}
label.hs-form-booleancheckbox-display input:checked:after{
  content: "\2713";
  position: absolute;
  left: 2px;
  top: -1px;
  font-weight: 800;
  /*   color: #0e0e11; */
  font-size: 18px;
}

.hs-form-required {
  color: #0e0e11;
}

.hs-input.invalid.error {
  border-color: #ED273D !important;
}

.hs-error-msg {
  color: #ED273D;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  /* default "Get Free Widget" form (renders when no form is passed to the form HubL tag) is an anchor (a.hs-button) rather than a real input, so it needs explcit css to avoid link styling */
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  /* see "no form selected" note above */
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  /* see "no form selected" note above */
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* hire talent form */

form#hsForm_af4914ba-da83-4465-a76a-28b694f19877_5997 input[type="checkbox"] {
  opacity: 0;
  display: none;
}
form#hsForm_af4914ba-da83-4465-a76a-28b694f19877_5997 input[type="checkbox"] + span{
  cursor: pointer;
  padding: 25px 75px;
  /*     padding: 15px 25px;
  padding-right: 126px; */
  /*     width: 240px; */
  border: 2px solid #0e0e11;
  color: #0e0e11;
  border-radius: 6px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0);
  font-size: 18px;
  font-family: Graphik-500-Medium,sans-serif !important;
}
form#hsForm_af4914ba-da83-4465-a76a-28b694f19877_5997 input[type="checkbox"]:checked + span{
  background: #0e0e11;
  border: 1px solid #444;
  text-shadow: 1px 1px 0 #0e0e11;
  color: white;
  padding: 10px 7px;
}





/* Exit-intent popup Styles */

.leadinModal-reset span, .leadinModal-reset h1, .leadinModal-reset h2, .leadinModal-reset h3, .leadinModal-reset h4, .leadinModal-reset h5, .leadinModal-reset h6, .leadinModal-reset img {
  color: #0e0e11 !important;
}
.leadinModal .leadinModal-content p, .leadinModal .leadinModal-content ul, .leadinModal .leadinModal-content li, .leadinModal .leadinModal-content input[type="text"], .leadinModal .leadinModal-content input[type="email"], .leadinModal .leadinModal-content input[type="tel"], .leadinModal .leadinModal-content input[type="number"], .leadinModal .leadinModal-content input[type="checkbox"], .leadinModal .leadinModal-content select, .leadinModal .leadinModal-content textarea, .leadinModal .leadinModal-content .secondary-dismiss {
  color: #0e0e11 !important;
}


.leadinModal button.leadin-button,
.leadinModal button, 
.leadinModal .button, 
.leadinModal .hs-button {
  border-radius: 100px !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  font-family: "Graphik-500-Medium",sans-serif !important;
}

.leadinModal form label, .leadinModal  form, .leadinModal label{
  font-family: 'Graphik-300-Regular', sans-serif !important;
  color: #0e0e11 !important;
}

.leadinModal input[type=text], 
.leadinModal input[type=email], 
.leadinModal input[type=number] {
  border: 0 !important;
  border-radius: 0px !important;
  padding: 8px 15px 8px 5px !important;
  color: #0e0e11 !important;
  border-bottom: 2px solid #0e0e11 !important;
  height: 40px !important;
  font-size: 1em !important;
}
.leadinModal select {
  border: 0 !important;
  border-radius: 0px !important;
  padding: 8px 15px 8px 5px !important;
  color: #0e0e11 !important;
  height: 50px !important;
  border-bottom: 2px solid #0e0e11 !important;
  font-size: 1em !important;
}
.leadinModal textarea {
  border: 0 !important;
  border-radius: 0px !important;
  padding: 8px 15px 8px 5px !important;
  color: #0e0e11 !important;
  border-bottom: 2px solid #0e0e11 !important;
  height: 100px !important;
  font-size: 1em !important;
}

.leadinModal .leadinModal-content {
  max-height: 100% !important;
}
.leadinModal-2145091 .leadinModal-content {
  max-height: 100% !important;
}

.leadinModal .hs-input.invalid.error, 
.leadinModal .input-error,
.leadinModal input[type=text].input-error, .leadinModal input[type=email].input-error, .leadinModal input[type=number].input-error,
.leadinModal textarea.input-error,
.leadinModal select.input-error{
  border-bottom: 2px solid #0e0e11 !important;
  box-shadow: none !important;
  font-size: 1em !important;
} 
.leadinModal  ::-webkit-input-placeholder { /* Edge */
  color: #0e0e11 !important;
}
.leadinModal  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0e0e11 !important;
}
.leadinModal  ::placeholder {
  color: #0e0e11 !important;
}
.leadinModal button.leadin-button.leadin-button-secondary.leadin-secondary.back-button {
  padding: 10px !important;
  font-family: "Graphik-500-Medium",sans-serif !important;
}
.leadinModal button.leadinModal-close {
  /*     display: none; */
  padding: 0px !important;
}
.leadinModal-v3 .leadinModal-close::before {
  color: #111111 !important;
}
.leadinModal-v3 .leadinModal-close::before {
  color: #111111 !important;
}
.leadinModal h4 {
  font-size: 26px !important;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-form .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-thanks .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-thanks .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-form .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-thanks .leadinModal-content {
  background-color: #fff !important;
}
.leadinModal.leadinModal-v3 .leadin-button {
  background: #0e0e11 !important;
  color: #fff !important;
}
.leadinModal.leadinModal-v3 .leadin-button:hover {
  background: #0e0e11 !important;
  color: #fff !important;
}

@media only screen and (max-width: 985px) and (min-width: 320px){

  .leadinModal input[type=text], 
  .leadinModal input[type=email], 
  .leadinModal input[type=number], 
  .leadinModal select, .leadinModal textarea, .leadinModal select {
    font-size: 16px !important;
    border: 0 !important;
  }  

}

/* Exit-intent popup Styles Ends */


/* Exit intent v2 styles */
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  border-radius: 6px;
  background-color: #ffffff !important;
}
.leadinModal.leadinModal-v3.leadinModal-preview .leadinModal-content {
  border-radius: 6px;
  background-color: #ffffff !important;
}

.leadinModal.leadinModal-v3 .leadin-button {
/*     background: #141417!important; */
    color: #fff !important;
    background: #0e0e11 !important;
    border: 2px solid #0e0e11 !important;
    padding: 12px 18px !important;
    font-size: 16px !important;
    width: auto;
    display: inline-block !important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
    text-align: center !important;
}
.leadinModal .leadin-button-wrapper {
    padding-top: 2em !important;
}
.leadinModal .leadinModal-content select, .leadinModal .leadinModal-content textarea, .leadinModal .leadinModal-content .secondary-dismiss {
    color: #0e0e11 !important;
}
.leadinModal select, 
.leadinModal .leadinModal-content select {
    height: 40px !important;
}
.leadin-input-wrapper.form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.leadin-input-wrapper.form-fields .leadin-input-wrapper {
    width: 48%;
    /* float: left; */
}
.leadinModal .leadin-close-button, 
.leadinModal .leadin-footer-link {
    color: #fff !important;
    background: #0e0e11 !important;
    border: 2px solid #0e0e11 !important;
    padding: 12px 18px !important;
    font-size: 16px !important;
    width: auto;
    display: inline-block !important;
    text-decoration: none !important;
}
.leadinModal .leadin-input-wrapper input, 
.leadinModal .leadin-input-wrapper select, 
.leadinModal .leadin-input-wrapper textarea {
    color: #47474a !important;
}
.leadinModal .leadin-input-wrapper .error-text {
    color: #f33f33 !important;
}

.leadinModal .leadin-input-wrapper input::-webkit-input-placeholder { /* Edge */
  color: #47474a !important;
}
.leadinModal .leadin-input-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #47474a !important;
}
.leadinModal .leadin-input-wrapper input::placeholder {
  color: #47474a !important;
}

.leadinModal .leadin-input-wrapper select::-webkit-input-placeholder { /* Edge */
  color: #47474a !important;
}
.leadinModal .leadin-input-wrapper select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #47474a !important;
}
.leadinModal .leadin-input-wrapper select::placeholder {
  color: #47474a !important;
}
.leadinModal .leadin-input-wrapper textarea::-webkit-input-placeholder { /* Edge */
  color: #47474a !important;
}
.leadinModal .leadin-input-wrapper textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #47474a !important;
}
.leadinModal .leadin-input-wrapper textarea::placeholder {
  color: #47474a !important;
}


.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadinModal-content {
    padding: 10px !important;
    width: 35em !important;
}

.leadinModal-v3.leadinModal.leadinEmbedded-theme-default h4, 
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner h4, 
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner h4 {
    font-size: 24px !important;
    margin-bottom: 0px !important;
}
.leadinModal.leadinModal-v3 .leadin-form-wrapper {
    padding-top: 0px !important;
}

/* Exit intent v2 styles ends */
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */
body {
  margin-top: 96px;
}
.header.menu_header {
/*     -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  background: #fff;
}
body.fixed-top .menu_header {
    padding: 5px 0px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
body.fixed-top .header__logo--main {
/*     padding-top: 10px; */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body.fixed-top .header.menu_header {
    background: #fff;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 30%);
/*     padding: 10px 0; */
    z-index: 999;
/*     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; */
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.menu_header {
  padding: 15px 0px;
} 
.menu_header .header__logo img {
/*   width: 180px !important; */ 
}
/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 10px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::-moz-placeholder {
  color: transparent;
}

.header__search .hs-search-field__input:-ms-input-placeholder {
  color: transparent;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
.menu_header {
/*     padding: 10px 0px !important; */
}
.header__navigation--toggle {
    right: 15px !important;
}
.header__logo {
    padding-left: 20px !important;
}  
.submenu.level-1 {
    padding: 0px 20px !important;
}  
  
}

/* Mobile styles */

@media (max-width: 1150px) {
body .submenu.level-2{
  background-color: transparent !important;
}
.header__logo--main {
    padding-top: 0px;
    padding-left: 15px;
}
  .header__container {
  flex-direction: column;
    padding: 0px 0px 0px 0px;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
/*     margin: 0 auto; */
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
/*     background-color: #F8FAFC; */
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
/*     margin: 0 5vw; */
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block !important;
/*     margin-left: 0; */
/*     margin-right: auto; */
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
    width: 100%;
  }
  .menu_header {
/*     padding: 10px 20px; */
  }
  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
/*     justify-content: center; */
/*     padding: 30px; */
  }
 
  .header__navigation--toggle {
    background-image: url(https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust_Theme_2021/icon/menu-icon.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 15px;
    width: 30px;
    position: absolute;
    top: -28px;
    right: 20px;
  }
  
.header__navigation--toggle.open {
    background-image: url(https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust_Theme_2021/icon/close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 22px;
    width: 22px;
}
  
  
/*   .header__navigation--toggle:after {
    content: "Menu";
  } */

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
body.fixed-top .menu_header {
    padding: 15px 0px !important;
}
body {
    margin-top: 70px !important;
}
}


/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

}
/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
div#hs_cos_wrapper_navigation-primary {
    background: #fff !important;
    padding-bottom: 30px;
}
}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
div#hs_cos_wrapper_navigation-primary {
    background: #fff !important;
    padding-bottom: 30px;
}
  
}

/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
div#hs_cos_wrapper_navigation-primary {
    background: #fff !important;
    padding-bottom: 30px;
}
.menu_header .header__logo img {
    width: 120px !important;
}
  
}
.footer__container.content-wrapper {
  max-width: 1150px;
}
.footer__copyright{
  padding: 30px 0px 50px 0px;
}
.footer__copyright .footer_inner{
  display: flex;
  justify-content: space-between;
}
.footer__copyright .copy_right_text {
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  margin-right: 10px;
}
.footer__copyright .copy_right_text span {
  color: #666666 !important;
}
.footer__copyright .navigation_footer_bar li a {
  font-size: 14px;
  color: #666666;
}
.footer__copyright .navigation_footer_bar li a {
  text-decoration: none;
}
.footer__copyright .navigation_footer_bar li a:hover {
  color: #0e0e11; 
}

.footer__copyright .navigation_footer_bar li {
  margin-left: 50px;
  line-height: 15px;
}
.footer__copyright .navigation_footer_bar li:first-child{
  margin-left: 0px;
}

.footer_widget .main_outer {
  display: flex;
  justify-content: space-between;
  padding: 60px 0px 50px 0px;
}
.footer_widget .content-wrapper, 
.footer__copyright .content-wrapper {
  margin: 0 auto;
  /*     max-width: 1150px; */
}
.footer_widget .Section_left {
  width: 40%;
}
.footer_widget .section_right {
  width: 55%;
}
.footer_widget .logo_social_text {
  font-size: 16px;
  padding-top: 15px;
}
.footer__container.disclaimer .disclaimer_text p, .footer__container.disclaimer .disclaimer_text h1 {
  font-size: 10px !important;
  color: #666;

}


/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .footer__copyright .navigation_footer_bar li {
    margin-left: 25px;
  }
  .footer_widget, .footer__copyright{
    padding-left: 15px;
    padding-right: 15px; 
  }
  .footer__copyright .navigation_footer_bar li a {
    font-size: 14px;
  }
}
/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .footer_widget, .footer__copyright{
    padding-left: 15px;
    padding-right: 15px; 
  }
  .footer__copyright .navigation_footer_bar li {
    margin-left: 20px !important;
  }
  .footer__copyright .navigation_footer_bar li a {
    font-size: 10px;
  }
}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .footer_widget, .footer__copyright{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_widget .content-wrapper, .footer__copyright .content-wrapper {
    width: 100% !important;
  }
  .footer_widget .Section_left {
    width: 100%;
  }
  .footer_widget .section_right {
    width: 100%;
    margin-top: 15px;
  }
  .footer_widget .main_outer {
    flex-direction: column;
  }
  .widget_menu {
    flex-direction: column;
  }
  .widget_menu .platform,
  .widget_menu .resources,
  .widget_menu .about{
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
  }
  .widget_menu .menu {
    margin-top: 0px !important;
  }
  .widget_menu h5 {
    font-size: 16px;
    width: 50%;
  }
  .footer__copyright .footer_inner {
    flex-direction: column;
  }
  .footer__copyright .copy_right_text {
    margin-bottom: 20px;
    white-space: nowrap;
    margin-right: 10px;
    
  }
  .footer__copyright .navigation_footer_bar li {
    margin-left: 0px !important;
    margin-right: 30px !important;
    padding-bottom: 10px !important;
  } 
  .footer__copyright .navigation_footer_bar ul {
    flex-direction: row !important;
  } 
  .footer_widget, .footer__copyright{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_widget .main_outer {
    padding: 30px 0px 30px 0px;
  }
  .footer__container.disclaimer .disclaimer_text p, .footer__container.disclaimer .disclaimer_text h1 {    
    line-height: 15px !important;
  }
}

/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
  .footer_widget .main_outer {
    padding: 30px 0px 30px 0px;
  }
  .footer__container.disclaimer .disclaimer_text p, .footer__container.disclaimer .disclaimer_text h1 {    
    line-height: 15px !important;
  }
  .footer_widget, .footer__copyright{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_widget .Section_left {
    width: 100%;
  }
  .footer_widget .section_right {
    width: 100%;
    margin-top: 15px;
  }
  .footer_widget .main_outer {
    flex-direction: column;
  }
  .widget_menu {
    flex-direction: column;
  }
  .widget_menu .platform,
  .widget_menu .resources,
  .widget_menu .about{
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
  }
  .widget_menu .menu {
    margin-top: 0px !important;
  }
  .widget_menu h5 {
    font-size: 16px;
    width: 50%;
  }
  .footer__copyright .footer_inner {
    flex-direction: column;
  }
  .footer__copyright .copy_right_text {
    margin-bottom: 20px;
    white-space: nowrap;
    margin-right: 10px;
  }
  .footer__copyright .navigation_footer_bar li {
    margin-left: 0px !important;
    margin-right: 30px !important;
    padding-bottom: 20px !important;
  } 
  .footer__copyright .navigation_footer_bar ul {
    flex-direction: row !important;
  }
  .footer_widget .content-wrapper, .footer__copyright .content-wrapper {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1025px){
  .footer_widget .content-wrapper{
    width:95% !important;
    padding:0px 10px !important;
  }
  .footer__copyright{
width:95% !important;
    padding:0px 10px;
    margin:0 auto;
  }
  .footer__copyright .navigation_footer_bar li {
  margin-left:20px;
  }
}


.footer__copyright1{
padding-top: 66px;
    padding-bottom: 58px;
}
h1 span.border_lines {
    position: relative;
    z-index: 0;
    display: inline-block;
}
h1 span.border_lines:before{
  position:absolute;
  content: '';
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 19px; 
  background-color: #FEFDBF;
  z-index: -1;
}

h2 span.border_lines {
    position: relative;
    display: inline-block;
}
h2 span.border_lines:after {
    content: "";
    background: #FDFBC5;
    height: 14px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 5px;
    z-index: -1;
}
@media only screen and (max-width: 479px) and (min-width: 220px){
h1 span.border_lines:before, h2 span.border_lines:after{
  display: none;
}
/*   h2 span.border_lines:after {
    width: 68%;
    right: 0;
    margin: auto;
    bottom: 30px;
  } */
h2 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
h1 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
h1 span.border_lines:before, h2 span.border_lines:after{
  display: none;
}
/*   h2 span.border_lines:after {
    bottom: 0px !important;
  } */
  h2 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
h1 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
}
@media only screen and (max-width: 985px) and (min-width: 768px){
h1 span.border_lines:before, h2 span.border_lines:after{
  display: none;
}
/*   h2 span.border_lines:after {
    bottom: 0px !important;
  } */
h2 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
h1 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
h1 span.border_lines:before, h2 span.border_lines:after{
  display: none;
}
h2 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
h1 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
}

}
@media only screen and ( max-width: 769px ) and (min-width: 220px){
h1 span.border_lines:before, h2 span.border_lines:after{
  display: none;
}
h2 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
h1 span.border_lines {
    text-decoration: underline;
    text-decoration-color: #fdfbc5;
    text-decoration-thickness: 10px;
}
}


/* Line */
span.line {
    width: 30px;
    display: inline-block;
    position: relative;
    margin: 0px 5px;
}
span.line:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #000;
    top: -7px;
    left: 0;
}
span.line_small {
    width: 30px;
    display: inline-block;
    position: relative;
    margin: 0px 5px;
}
span.line_small:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #000;
    top: -7px;
    left: 0;
}


/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-fill-mode: both
}
.animated2 {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@media only screen and ( max-width: 1350px ) and (min-width: 1169px){
.Community_leaders_module .position p, 
.Community_leaders_module .position {
    font-size: 14px !important;
    margin-top: 5px !important;
}
  
}


/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }

}


@media only screen and ( max-width: 1024px ) and (min-width: 768px){
/*   .trusted_logo_module_01,
  .icontext20,
  .clients_section,
  .contact_form_module,
  .team_module,
  .header_contents,
  .why_bt_banner,
  .comparison_module,
  .contentandimage,
  .why_to_choose_module,
  .headercta,
  .header_contents_02,
  .getmatched,
  .content_and_image_with_swap_with_slider,
  .three_col_section_with_center_text_and_CTA,
  .faq_accordion,
  .map_module,
  .meet_our_community_v2,
  .community_events_new,
  .community_events_listing_2,
  .community_events_listing_3,
  .community_events,
  .resourses_enterprises,
  .case_study_main_section,
  .text_image_testimonial_v2,
  .text_image_testimonial_v3,
  .hiretalentbanner,
  .pressbannersection,
  .pressbgimagenews,
  .pressbgimagecta,
  .press2colnews,
  .webinar_banner{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .banner_module_01,
  .video_module_01{
    margin-right: 15px !important;
    margin-left: 15px !important;
  } */
}
/*******************************************/
/* Blog header */
.token_disclaimer_inner {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #a5a8c1;
  float: none !important;
  margin-bottom: 15px;
}
.blog-contents .blog-post__body p a, 
.blog-contents .blog-post__body a {
  text-decoration: underline;
  color: #0e0e11 !important;
}
.blog-contents .blog-post__body p a.cta_button, 
.blog-contents .blog-post__body a.cta_button {
  color: #fff !important;
}
.blog-contents .blog-post__body p a.cta_button:hover, 
.blog-contents .blog-post__body a.cta_button:hover {
  color: #0e0e11 !important;
}
.blog-contents .blog-post__body .hs-cta-wrapper .cta_button img {
  width: auto !important;
  max-width: unset !important;
  margin: 5px 15px !important;
  max-width: 100% !important;
}
.blog-contents .blog-post__body p a:hover, 
.blog-contents .blog-post__body a:hover {
  color: #D4E4F9 !important;
}
.blog-contents .blog-post__body p:last-child{
  margin-bottom: 0;
}
.blog-header {
  padding: 60px 0px 80px 0px;
}
.blog-header .top_header {
  padding: 0px 75px;
}
.blog-header .top_header p{
  font-size: 27px;
  font-family: 'Graphik-500-Medium';
}
.blog-header .top_header h1{
  font-size: 120px;
  font-family: 'Graphik-400-Regular';
  /*   text-indent: -10px; */
}

.category_search {
  display: flex;
  align-items: center;
  padding: 0px 75px;
  margin-top: 25px;
}
.category_search .search {
  width: 35%;
}
.category_search .category {
  width: 65%;
}
.category_search .category ul {
  padding-left: 0px;
  list-style: none;
  margin: auto !important;
}
.category_search .category ul li{
  display: inline-block;
  margin-right: 15px;
}
.category_search .category ul li .sort{
  color: #0e0e11;
  font-size: 18px;
  font-family: 'Graphik-500-Medium';
  text-transform: capitalize;
  cursor: pointer;
}
.search input.hs-search-field__input {
  color: #0e0e11;
  border: none;
  border-bottom: 2px solid #0e0e11;
  border-radius: 0px;
  padding: 12px 10px 12px 30px;
  position: relative;
}
.search input.hs-search-field__input:foucs,
.search input.hs-search-field__input:hover,
.search input.hs-search-field__input:active{
  outline: none !important;
}
.search .hs-search-field__bar{
  position: relative;
}
.search .hs-search-field__bar:before {
  content: "";
  background: url(https://6712660.fs1.hubspotusercontent-na1.net/hubfs/6712660/Braintrust_Theme_2021/icon/search-1.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 18px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
  z-index: 999;
}
.search input.hs-search-field__input::-webkit-input-placeholder { /* Edge */
  color: #0e0e11;
  font-size: 18px;
  font-family: 'Graphik-500-Medium';
  text-transform: capitalize;
}
.null_message {
  padding-bottom: 80px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}


.search input.hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0e0e11;
  font-size: 18px;
  font-family: 'Graphik-500-Medium';
  text-transform: capitalize;
}

.search input.hs-search-field__input::placeholder {
  color: #0e0e11;
  font-size: 18px;
  font-family: 'Graphik-500-Medium';
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}
.blog-index .blog-post-listings .two-box-outer a:hover .bottom-text span {
  color: #fff;
  background: #0e0e11;
}
.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.blog-post-listings .bottom-text a {
  display: inline-block;
}

/* Blog listing */

.blog-index {
  /*   padding-bottom: 3.3rem; */
}
.blog-index .blog-box {
  min-height: 400px;
  background-size: cover !important;
  background-position: center !important;
  padding: 60px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  position: relative;
}
.blog-index .blog-box:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
}
.blog-index .blog-box .blog-box_inner {
  position: relative;
  z-index: 9;
}
.blog-index .blog-box .topics p {
  margin-bottom: 10px;
}
.blog-index .blog-box .topics p a {
  color: #fff;
  font-family: 'Graphik-400-Regular';
}
.blog-index .blog-box .post_header h2 {
  font-size: 48px;
}
.blog-index .blog-box .post_header h2 a {
  color: #fff;
  font-family: 'Graphik-500-Medium';
}
.blog-index .blog-box .post_header h2 a:hover {
  text-decoration: none;
}
.blog-index a:hover, .blog-post-listings a:hover {
  text-decoration: none;
  /*     opacity: 0.8; */
}
.blog-index .blog-box .bottom-text span {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 7px 25px;
  display: inline-block;
  font-family: 'Graphik-400-Regular';
}
.blog-index .blog-box .bottom-text {
  margin-top: 20px;
}

.blog-index .secont-third-post {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-index .blog-inner-box {
  min-height: 500px;
  width: 48.4%;
  background-size: cover !important;
  background-position: center !important;
  padding: 60px;
  display: flex;
  align-items: flex-start;
  border-radius: 6px;
  position: relative;
}


.blog-index .blog-inner-box:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
}
.blog-index .blog-inner-box .blog-box_inner {
  position: relative;
  z-index: 9;
}
.blog-index .blog-inner-box .topics p {
  margin-bottom: 10px;
}
.blog-index .blog-inner-box .topics p a {
  color: #fff;
  font-family: 'Graphik-400-Regular';
}
.blog-index .blog-inner-box .post_header h3 {
  font-size: 37px;
}
.blog-index .blog-inner-box .post_header h3 a {
  color: #fff;
  font-family: 'Graphik-500-Medium';
}
.blog-index .blog-inner-box .post_header h2 a:hover {
  text-decoration: none;
}
.blog-index .blog-inner-box .bottom-text span {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 7px 25px;
  display: inline-block;
  font-family: 'Graphik-400-Regular';
}
.blog-index .blog-inner-box .bottom-text {
  margin-top: 20px;
}

.blog-contents .blog-post__body p{
  margin-bottom: 15px;
}
.blog-contents .blog-post__body h1,
.blog-contents .blog-post__body h2,
.blog-contents .blog-post__body h3,
.blog-contents .blog-post__body h4,
.blog-contents .blog-post__body h6{
  margin-bottom: 15px;
}
.blog-contents .blog-post__body li{
  margin-bottom: 10px;
}
.blog-contents .blog-post__body ul,
.blog-contents .blog-post__body ol{
  margin-bottom: 10px !important;
}
.blog-related-posts .blog-related-posts__list {
  margin-top: 70px !important;
}
.blog-index .blog-post-listings {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-index .two-box-outer{
  width: 48%;
  margin-bottom: 40px;
  animation: bounceIn 2s;
}
.blog-index .blog-post-listings .three-box-inner {
  min-height: 265px;
  /*     width: 31.28%; */
  background-size: cover !important;
  background-position: center !important;
  border-radius: 6px;
  position: relative;
  /*     transform: perspective(1200px) scale(1) !important;
  -webkit-transition: perspective(1200px) scale(1) !important; */
  /*     -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);    */
}
.blog-index .blog-post-listings .two-box-outer .blog-box_inner {
  /*   transform: perspective(1200px) scale(1) !important;
  -webkit-transition: perspective(1200px) scale(1) !important; */
  /*     -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         all 400ms cubic-bezier(0.645, 0.045, 0.355, 1); */
}
.blog-index .blog-post-listings .three-box-inner {
  /*     margin-right: 40px; */
  margin-bottom: 25px;
}
.blog-index .blog-post-listings .three-box-inner:after {
  /*     content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px; */ 
}
.blog-index .blog-post-listings .two-box-outer .blog-box_inner {
  position: relative;
  z-index: 9;
}
.blog-index .blog-post-listings .two-box-outer .topics p {
  margin-bottom: 10px;
}
.blog-index .blog-post-listings .two-box-outer .topics p a {
  color: #0e0e11;
  font-family: 'Graphik-400-Regular';
}
.blog-index .blog-post-listings .two-box-outer .post_header h4 {
  font-size: 27px;
  color: #0e0e11;
  font-family: 'Graphik-500-Medium';
}
.blog-index .blog-post-listings .two-box-outer .post_header h4 a {
  font-size: 27px;
  color: #0e0e11;
  font-family: 'Graphik-500-Medium';
  text-decoration: none;
}
.blog-index .blog-post-listings .two-box-outer .post_header h4 a:hover {
  text-decoration: none;
}
.blog-index .listing_inner_sec .listing_header_sec {
  min-height: 70px;
}
.blog-index  .post_header {
  min-height: 70px;
}
.blog-index .blog-post-listings .two-box-outer .bottom-text span {
  color: #0e0e11;
  border: 2px solid #0e0e11;
  border-radius: 30px;
  font-size: 18px;
  padding: 7px 25px;
  display: inline-block;
  font-family: 'Graphik-500-Medium';
}
.blog-index .blog-post-listings .two-box-outer .bottom-text {
  margin-top: 20px;
}

.category_listing_outer{
  overflow: hidden;
}


section.blog-related-posts h2.post__head_01 {
  padding-bottom: 0;
  font-size: 42px;
}
.blog-related-posts .rec_postt_image img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  border-radius: 6px;
}
.blog-related-posts .blog-inner-box_01 {
  width: 48%;
}
.header_rec_sec h2{
  font-size: 42px;
}
.category_listing_module_03 .listing_inner_sec {
  margin-bottom: 20px!important;
}
.blog-related-posts .blog-inner-box_01 .bottom-text span {
  color: #000;
  border: 2px solid #000;
  border-radius: 30px;
  font-size: 18px;
  padding: 7px 25px;
  display: inline-block;
  font-family: 'Graphik-500-Medium';
}
.blog-list-search{
  margin-top: 80px !important;
}
.blog-related-posts .blog-inner-box_01 .bottom-text span:hover{
  color: #fff;
  border: 2px solid #fff;
  background: #000;
}
.blog-related-posts .blog-inner-box_01 h2 {
  font-size: 27px;
  font-family: 'Graphik-500-Medium';
  margin: 15px 0;
}
.blog-related-posts .rec_sec_list{
  margin-top: 50px !important;
}
.blog-related-posts .blog-inner-box_01 h2 a {
  text-decoration: none;
  color: #0e0e11;
}
.blog-related-posts .blog-inner-box_01 .bottom-text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}


/* Blog pagination */

.blog-pagination {
  align-items: center;
  display: flex;
  font-family: Lato, sans-serif;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  align-items: center;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}



/* Blog Single Page */
.blog-post {
  padding-top: 60px;
  padding-bottom: 45px;
}
.blog-post .author_post_section {
  padding: 60px 0px;
  border-bottom: 2px solid #0e0e11;
}
.blog-post .top_header p span {
  font-size: 24px;
  color: #0e0e11;
  font-family: 'Graphik-500-Medium';
}
.blog-post .top_header p span a {
  font-size: 24px;
  color: #0e0e11;
  font-family: 'Graphik-500-Medium';
  text-decoration: none;
}
.blog-post .top_header p span a:hover {
  text-decoration: none;
  opacity: 08;
}
.blog-post .top_header h1 {
  font-size: 46px;
  line-height: 55px;
}

.blog-post .blog-post-inner {
  padding: 0px 60px;
}
.blog-post .social_share_inner {
  padding: 30px 0px 50px 0px;
  border-bottom: 2px solid #0e0e11;
}
.blog-post .author_section .author_image img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
} 
.blog-post .author_section .author_bio h1 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.blog-post .author_section .author_bio p.blog-header__subtitle {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog-post .author_post_inner {
  display: flex;
  justify-content: space-between;
}
.blog-post .author_post_inner .author_section {
  width: 28%;
}
.blog-post .author_post_inner .blog-contents {
  width: 67%;
}
/* .blog-contents .blog-post__body p{
font-size: 28px !important;
font-family: 'Graphik-500-Medium' !important;
} */
.blog-contents .blog-post__body p,
.blog-contents .blog-post__body{
  font-size: 24px;
  line-height: 37px;
  /*   font-family: 'Graphik-400-Regular'; */
  font-family: 'Graphik', sans-serif;
}
.blog-contents .blog-post__body img {
  width: 100%;
  max-width: 100%;
  margin: 20px 0px !important;
}
.blog-featured-image .featured_image img {
  width: 100%;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
}
/* .blog-featured-image .featured_image img:hover {
-webkit-transform: perspective(800px) scale(1.02);
transform: perspective(800px) scale(1.025);
}
.blog-featured-image .featured_image img {
-webkit-transform: perspective(0) scale(1) translateZ(-80px);
transform: perspective(0) scale(1) translateZ(-80px);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transition: all .4s ease-in-out;
} */
.blog-featured-image .image_contents {
  display: flex;
  justify-content: flex-end;
}
.blog-featured-image .image_contents_inner {
  width: 55%;
}
.blog-featured-image .image_contents_inner {
  width: 55%;
  font-size: 18px;
  padding: 15px 0px;
}
.author_image {
  margin-bottom: 10px;
}


/* Blog related posts */
section.blog-related-posts {
  padding: 80px 0px 50px 0px;
}
.blog-related-posts .blog-related-posts__list{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
section.blog-related-posts h2.post__head {
  text-align: center;
  padding-bottom: 25px;
  font-size: 37px;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box {
  min-height: 500px;
  width: 48.4%;
  background-size: cover !important;
  background-position: center !important;
  padding: 60px;
  display: flex;
  align-items: flex-start;
  border-radius: 6px;
  position: relative;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box .blog-box_inner {
  position: relative;
  z-index: 9;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box .topics p {
  margin-bottom: 10px;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box .topics p a {
  color: #fff;
  font-family: 'Graphik-400-Regular';
  text-decoration: none;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box .post_header h3 {
  font-size: 37px;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box .post_header h3 a {
  color: #fff;
  font-family: 'Graphik-500-Medium';
  text-decoration: none;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box .post_header h3 a:hover,
.blog-related-posts .blog-related-posts__list .blog-inner-box .topics p a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box .bottom-text span {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 7px 25px;
  display: inline-block;
  font-family: 'Graphik-500-Medium';
}
.blog-related-posts .blog-related-posts__list .blog-inner-box .bottom-text {
  margin-top: 20px;
}
.blog-related-posts .blog-related-posts__list .blog-inner-box:hover {
  /*     -webkit-transform: perspective(800px) scale(1.02);
  transform: perspective(800px) scale(1.025); */
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.blog-related-posts .blog-related-posts__list .blog-inner-box {
  /*     -webkit-transition: all .6s ease;
  -webkit-transform: perspective(0) scale(1) translateZ(-80px);
  transform: perspective(0) scale(1) translateZ(-80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; */
  transition: all .4s ease-in-out;
  -webkit-transform:scale(1);
  transform:scale(1);
}



/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

.blog-post-inner .social_share_inner{
  border-bottom: none !important;
}

.author_post_inner .author_bio h6.blog-header_title {
  font-size: 25px !important;
  font-family: 'Graphik-500-Medium' !important;
  margin-bottom: 5px;
}
.blog-post-inner .author_post_section{
  border-bottom: none !important;
}
.blog-post .author_post_section{
  padding-bottom: 0 !important;
}
.body-container.body-container--blog-post section.blog-related-posts{
  padding-top: 30px !important;
}


.category_listing_outer.blog-top-modules {
  padding: 0px 75px;
}
.blog-list-search.blog-top-modules, 
.search_post_sec
{
  padding: 0px 75px;
}

.blog-related-posts .blog-inner-box .bot_btn a {
  display: inline-block;
}

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
  .blog-contents .blog-post__body .hs-cta-wrapper .cta_button img {
    width: auto !important;
    max-width: unset !important;
    margin: 5px 0px !important;
    max-width: 100% !important;
  }
  .blog-contents .blog-post__body h1,
  .blog-contents .blog-post__body h2,
  .blog-contents .blog-post__body h3,
  .blog-contents .blog-post__body h4,
  .blog-contents .blog-post__body h5{
    margin-bottom: 15px;
  }
  .blog-contents .blog-post__body p {
    margin-bottom: 20px;
  }
  .blog-contents .blog-post__body p, 
  .blog-contents .blog-post__body {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .blog-contents .blog-post__body ul, 
  .blog-contents .blog-post__body ol{
    padding-left: 25px;
  }
  .category_listing_outer.blog-top-modules {
    padding: 0px;
  }
  .blog-list-search.blog-top-modules, 
  .search_post_sec
  {
    padding: 0px;
  }

  .header_rec_sec h2, .null_message h2 {
    font-size: 27px !important;
  }
  .search input.hs-search-field__input {
    font-size: 17px !important;
  }
  .blog-index .blog-post-listings .two-box-outer .bottom-text span {
    font-size: 15px !important;
  }
  .blog-index .blog-post-listings .two-box-outer .post_header h4 a {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .search .hs-search-field__bar:before {
    width: 18px;
    height: 18px;
    top: 12px; 
  }
  .category_search .category ul {
    display: flex;
    min-width: 500px;
    overflow: scroll;
  }
  .category_search .category ul li .sort {
    font-size: 17px;
    line-height: 25px;
    padding: 5px 0px;
  }
  .category_search .category {
    overflow: scroll;
  }
  .category_listing_module .listing_inner_sec {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-header .top_header p {
    font-size: 20px !important;
    font-family: 'Graphik-500-Medium';
  }
  .social_share_section .innerdiv .blog_content {
    width: 100% !important;
  }
  .blog-header .top_header h1 {
    font-size: 52px !important;
    line-height: 52px !important;
  }
  .blog-header .top_header {
    padding: 0px;
  }
  .social_share_section .innerdiv .blog_content .blog_content_inner {

  }
  .category_search {
    padding: 0px;
    flex-direction: column;
    margin-top: 25px; 
  }
  .category_search .category {
    width: 100%;
    margin-bottom: 0px;
  }
  .category_search .search {
    width: 100%;
  }
  .blog-header {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .blog-index .blog-box {
    padding: 20px !important;
    min-height: 400px;
  }
  .blog-index .blog-inner-box {
    min-height: 400px !important;
    width: 100% !important;
    padding: 20px;
    margin-bottom: 40px;
    align-items: center;
  }
  .blog-index .secont-third-post {
    flex-direction: column;
    margin-bottom: 0;
  }
  .blog-index .blog-post-listings {
    margin-top: 0px !important;
  }
  .blog-index .blog-post-listings .three-box-inner {
    margin-right: 0px;
    margin-top: 20px;
    width: 100% !important;
    min-height: 145px;
    align-items: center;
  } 
  .blog-index .two-box-outer {
    width: 100%;
  }
  .blog-index {
    padding-bottom: 10px;
  }



  /* Blog Single */
  .blog-post {
    padding: 30px 0px !important; 
  }

  .blog-post .blog-post-inner {
    padding: 0px !important;
  }
  .blog-post .top_header h1 {
    line-height: 45px;
  }  
  .blog-post .top_header p span,
  .blog-post .top_header p span a{
    font-size: 18px;
    text-decoration: none;
  }
  .social_share_section .innerdiv {
    flex-direction: column; 
  }
  .social_share_section .innerdiv .blog-social {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .social_share_section .innerdiv .blog_content {
    width: 100%;
  }
  .blog-post .author_post_inner {
    flex-direction: column;
  }
  .blog-post .author_post_inner .author_section {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-post .author_post_inner .blog-contents {
    width: 100% !important;
  }
  .blog-featured-image .featured_image img {
    height: 200px;
  }
  .blog-featured-image .image_contents_inner {
    width: 100%;
    padding-bottom: 0px;
  }
  section.blog-related-posts h2.post__head {
    text-align: center;
    padding-bottom: 10px;
  }
  section.blog-related-posts {
    padding: 50px 0px 0px 0px;
  }
  .blog-related-posts .blog-related-posts__list {
    flex-direction: column;
    margin-top: 30px;
  }
  .blog-related-posts .blog-related-posts__list .blog-inner-box {
    min-height: 400px;
    width: 100%;
    padding: 20px;
    align-items: center;
    margin-bottom: 30px;
  }
  .blog-related-posts .blog-related-posts__list .blog-inner-box:last-child {
    margin-bottom: 0px !important;
  }
  .body-container--blog-index, .body-container--blog-post{
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-post .author_section .author_image img {
    width: 80px;
    height: 80px;
  }  
  .blog-post .author_post_section {
    padding: 20px 0px;
  }
  .blog-post .social_share_inner {
    padding: 20px 0px 20px 0px;
  }
  .blog-index .two-box-outer {
    margin-bottom: 0px;
  }
  .blog-list-search {
    margin-top: 40px !important;
  }
  .blog-index .post_header, .blog-index .listing_inner_sec .listing_header_sec {
    min-height: auto;
  }
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .blog-contents .blog-post__body p, .blog-contents .blog-post__body {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .blog-contents .blog-post__body ul,
  .blog-contents .blog-post__body ol{
    padding-left: 25px;
  }
  .category_listing_outer.blog-top-modules {
    padding: 0px;
  }
  .blog-list-search.blog-top-modules, 
  .search_post_sec
  {
    padding: 0px;
  }
  .header_rec_sec h2, .null_message h2 {
    font-size: 27px !important;
  }
  .blog-index .blog-post-listings .two-box-outer .bottom-text span {
    font-size: 15px !important;
  }
  .blog-list-search {
    margin-top: 40px !important;
  }
  .blog-index .two-box-outer {
    margin-bottom: 0px;
  }
  .blog-index .blog-post-listings .two-box-outer .post_header h4 a {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .search .hs-search-field__bar:before {
    width: 18px;
    height: 18px;
    top: 12px;
  }
  .category_search .category ul {
    display: flex;
    min-width: 500px;
    overflow: scroll;
  }
  .category_search .category ul li .sort {
    font-size: 17px;
    line-height: 25px;
    padding: 5px 0px;
  }
  .category_search .category {
    overflow: scroll;
  }
  .category_listing_module .listing_inner_sec {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-post .social_share_inner {
    padding: 20px 0px 20px 0px;
  }
  .blog-post .author_section .author_image img {
    width: 80px;
    height: 80px;
  }
  .blog-post .author_post_section {
    padding: 20px 0px;
  }
  .body-container--blog-index, .body-container--blog-post{
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-header .top_header h1 {
    font-size: 60px;
    font-family: 'Graphik-400-Regular';
  }
  .blog-header .top_header {
    padding: 0px;
  }
  .category_search {
    padding: 0px;
    flex-direction: column;
    margin-top: 25px;
  }
  .category_search .category {
    width: 100%;
    margin-bottom: 20px;
  }
  .category_search .search {
    width: 100%;
  }
  .blog-header {
    padding-bottom: 10px;
  }
  .blog-index .blog-box {
    padding: 20px !important;
    min-height: 400px;
  }
  .blog-index .blog-inner-box {
    min-height: 400px !important;
    width: 100% !important;
    padding: 20px;
    margin-bottom: 40px;
    align-items: center;
  }
  .blog-index .secont-third-post {
    flex-direction: column;
    margin-bottom: 0;
  }
  .blog-index .blog-post-listings {
    margin-top: 0px !important;
  }
  .blog-index .blog-post-listings .three-box-inner {
    margin-right: 0px;
    margin-top: 20px;
    width: 100% !important;
    min-height: 250px;
    align-items: center;
  } 
  .blog-index .two-box-outer {
    width: 100%;
  }
  .blog-index {
    padding-bottom: 10px;
  }


  /* Blog Single */
  .blog-post {
    padding: 30px 0px !important; 
  }
  .blog-post .blog-post-inner {
    padding: 0px !important;
  }
  .blog-post .top_header h1 {
    line-height: 45px;
  }  
  .blog-post .top_header p span,
  .blog-post .top_header p span a{
    font-size: 18px;
    text-decoration:
  }
  .social_share_section .innerdiv {
    flex-direction: column; 
  }
  .social_share_section .innerdiv .blog-social {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .social_share_section .innerdiv .blog_content {
    width: 100% !important;
  }
  .blog-post .author_post_inner {
    flex-direction: column;
  }
  .blog-post .author_post_inner .author_section {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .blog-post .author_post_inner .blog-contents {
    width: 100%;
  }
  .blog-featured-image .featured_image img {
    height: 200px;
  }
  .blog-featured-image .image_contents_inner {
    width: 100%;
    padding-bottom: 0px;
  }
  section.blog-related-posts h2.post__head {
    text-align: center;
    padding-bottom: 10px;
  }
  section.blog-related-posts {
    padding: 50px 0px 0px 0px;
  }
  .blog-related-posts .blog-related-posts__list {
    flex-direction: column;
    margin-top: 30px;
  }
  .blog-related-posts .blog-related-posts__list .blog-inner-box {
    min-height: 400px;
    width: 100%;
    padding: 20px;
    align-items: center;
    margin-bottom: 30px;
  }
  .blog-related-posts .blog-related-posts__list .blog-inner-box:last-child {
    margin-bottom: 0px !important;
  }
  .body-container--blog-index{
    padding-left: 20px;
    padding-right: 20px;
  }  
  .blog-index .post_header, .blog-index .listing_inner_sec .listing_header_sec {
    min-height: auto;
  }
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .category_listing_outer.blog-top-modules {
    padding: 0px;
  }
  .blog-list-search.blog-top-modules, 
  .search_post_sec
  {
    padding: 0px;
  }
  .blog-post .social_share_inner {
    padding: 20px 0px 30px 0px;
  }
  .blog-post .author_section .author_image img {
    width: 100px;
    height: 100px;
  }
  .blog-post .author_post_section {
    padding: 30px 0px;
  }
  .body-container--blog-index, .body-container--blog-post{
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-header .top_header h1 {
    font-size: 60px;
    font-family: 'Graphik-400-Regular';
  }
  .blog-header .top_header {
    padding: 0px;
  }
  .category_search {
    padding: 0px;
    flex-direction: column;
    margin-top: 25px;
  }
  .category_search .category {
    width: 100%;
    margin-bottom: 20px;
  }
  .category_search .search {
    width: 100%;
  }
  .blog-header {
    padding-bottom: 0px;
  }
  .blog-index .blog-box {
    padding: 20px !important;
    min-height: 400px;
  }
  .blog-index .blog-inner-box {
    min-height: 400px !important;
    width: 100% !important;
    padding: 20px;
    margin-bottom: 40px;
    align-items: center;
  }
  .blog-index .secont-third-post {
    flex-direction: column;
    margin-bottom: 0;
  }
  .blog-index .blog-post-listings {
    margin-top: 0px !important;
  }
  .blog-index .blog-post-listings .three-box-inner {
    margin-right: 0px;
    margin-top: 20px;
    width: 100% !important;
    /*     min-height: 200px; */
    min-height: 150px;
    align-items: center;
  } 
  .blog-index {
    padding-bottom: 10px;
  }


  .blog-post .blog-post-inner {
    padding: 0px;
  }
  .blog-post .author_post_inner .blog-contents {
    width: 65%;
  }  
  .blog-index .post_header, .blog-index .listing_inner_sec .listing_header_sec {
    min-height: 140px;
  }  
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .blog-index .blog-post-listings .three-box-inner {
    min-height: 180px;
  }
  .blog-post .author_section .author_image img {
    width: 100px;
    height: 100px;
  }
  .blog-post .author_post_section {
    padding: 30px 0px;
  }
  .body-container--blog-index, .body-container--blog-post{
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-header .top_header h1 {
    font-size: 80px;
    font-family: 'Graphik-400-Regular';
  }
  .blog-header .top_header {
    padding: 0px;
  }	
  .blog-header .top_header {
    padding: 0px;
  }
  .category_search {
    padding: 0px;
    margin-top: 15px;
  }
  .blog-index .blog-post-listings .three-box-inner {
    /*     margin-right: 30px; */
  }

  .blog-post .blog-post-inner {
    padding: 0px;
  }
  .blog-post .author_post_inner .blog-contents {
    width: 70%;
  }
  .blog-post .author_post_inner .author_section {
    width: 25%;
  }
  .blog-header {
    padding-bottom: 0px;
  }
  .blog-index .post_header, .blog-index .listing_inner_sec .listing_header_sec {
    min-height: 105px;
  }  
}
@media only screen and ( max-width: 1366px ) and (min-width: 1024px){
  .blog-index .blog-post-listings .three-box-inner {
    /*     min-height: 250px; */
  }
}






@media only screen and (min-width: 1025px){    
  .img-responsive {        width: 100% !important;    }    
  .responsive-data {        text-align: center;    }    
  .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__info {        padding-left: 0;    }
  .m-widget19 .m-widget19__content .m-widget19__header {        display: inline-block;    }    
  .m-portlet__head-title.header_market {        width: 100%;    }    
  .m-portlet__head-caption.main_header_market{        width: 70%;    }
}
/**************other screens responsive***************/
@media only screen and (min-width: 1281px){    
  .img-responsive {        height: 285px !important;        width: 100% !important;    }    
  .responsive-data {        text-align: center;    }    
  .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__info {        padding-left: 0;    }
  .m-widget19 .m-widget19__content .m-widget19__header {        display: inline-block;    }    
  .m-portlet__head-title.header_market {        width: 100%;    }    
  .m-portlet__head-caption.main_header_market{        width: 70%;    }
}



/* Hire talant button section */
.hire-top-talent{
  width:100%;
  padding:60px 20px;
  background-color:#fff4e3;
}

.hire-top-talent-title{
  font-weight:400;
}

.hire-top-talent-group{
  margin-top:50px;
  display:flex;
  flex-wrap:wrap;
  padding-bottom:35px;
  transition: .3s;
  overflow:hidden;
  max-height:150px;
}

.hire-top-talent-group-active{
  max-height:3000px;
}

.hire-top-talent-item{
  display:flex;
  justify-content:center;
  align-items:center;
  background-color:white;
  padding:15px 15px;
  border-radius:20px;
  text-decoration:none;
  font-size:19px;
  text-align:center;
  margin-bottom:20px;
  font-weight:400;
  box-shadow: 3px 3px 20px #00000012;
  margin-right:10px;
}

.hire-top-talent-item:hover{
  text-decoration:none;
}

.hire-top-talent-button{
  display:flex;
  justify-content:center;
  margin-top:25px;
}

.hire-top-talent-button-disabled{
  display:none;
}


@media(max-width:1000px){
  .hire-top-talent-item{
    width:30%;
  }

}

@media(max-width:650px){
  .hire-top-talent-item{
    width:100%;
  }
}
/* Error pages */

/* .error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
} */
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page_404{
  padding: 6rem 0;
  position: relative;
  text-align: center;
}
.error-page_404 .sub-text p {
    font-size: 27px;
    line-height: 37px;
}
.error-page_404 h1 {
    font-size: 100px;
    line-height: 103px;
    font-family: Graphik-400-Regular;
    margin-bottom: 15px;
}
.button_go_home {
    margin-top: 30px;
}
section.resourses_box {
    padding-bottom: 30px;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}
input#globalunsub{
width: 20px;
    height: 20px;
  margin-right: 10px;
}
#email-prefs-form .header {
  background-color: transparent;
}
.playbook-form form .hs-richtext p {
    font-size: 13px;
}
.playbook-form form select{
  width: 100% !important;
}
/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subcription-preference */
.systems-page.systems-page-email h1 {
    margin-bottom: 20px;
}
.systems-page.systems-page-email h3 {
    margin-bottom: 10px;
}
.systems-page.systems-page-email input[type=email] {
    margin-bottom: 0px !important;
}

.systems-page-email h1{
  font-size: 54px;
}
.systems-page-email h2{
  font-size: 35px;
  margin-top: 15px;
}
.systems-page-email{
  max-width: 1200px;
}
.systems-page-email .item {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-bottom: 1px;
    position: relative;
    margin: 20px 0px;
/*     cursor: pointer; */
/*     cursor: hand; */
}
.systems-page-email .item-inner, .systems-page-email .subscribe-options p label {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-top: 0;
    padding: 15px;
    background: #f7f7f7;
}
.systems-page-email .subscribe-options p label {
    display: flex;
    align-items: center;
}
.systems-page-email .email-prefs {
    margin-top: 20px;
}
.systems-page-email .subscribe-options p label span {
    font-size: 20px;
      font-family: Graphik-400-Regular;
}
.systems-page-email .subscribe-options p label{
  padding: 20px 15px;
  cursor: pointer;
}
.systems-page-email .item-inner p{
  margin-bottom: 5px;
}
.systems-page-email .checkbox-row {
    margin-top: 0;
    overflow: hidden;
}
.systems-page-email .checkbox-row span.fakelabel {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: normal;
    vertical-align: middle;
}
.systems-page-email .checkbox-row input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.systems-page-email form input[type=submit]{
  margin-top: 30px;
}
.systems-page-email form input[type=submit]:hover{
    color: #0e0e11 !important;
    background: #fff !important;
    border: 2px solid #0e0e11 !important;
    outline: none !important;
}
.subscribe-options .hs-button:hover {
    color: #0e0e11;
    background: transparent;
    border: 2px solid #0e0e11;
}
.systems-page-email .item-inner p {
    margin-bottom: 5px;
    margin: 5px 30px 0px;
      font-size: 15px;
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
.systems-page-email .checkbox-row span.fakelabel span,
.systems-page-email .subscribe-options p label span{
    margin-left: 5px;
}
  input#globalunsub {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.systems-page-email .checkbox-row span.fakelabel,
.systems-page-email .subscribe-options p label {
    display: flex;
    align-items: flex-start;
}
  .systems-page-email form input {
    font-size: 18px;
}
  .systems-page-email {
    padding: 20px;
}
  .systems-page-email h2 {
    font-size: 24px !important;
}
  .systems-page-email .checkbox-row input {
    margin-top: 8px;
}
  input#globalunsub{
    margin-top: 5px;
}
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.systems-page-email {
    padding: 20px;
}
  input#globalunsub {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){

}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
        
}



/* Cookie policy */
/* Edit this section to change the main container of the banner */
div#hs-eu-cookie-confirmation.can-use-gradients {  }

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

/* Edit this section to change the inner wrapper of the banner i.e. add more padding */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner { 
  /*   min-height: 120px; */
  max-width:1200px!important;
    display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-top: 0px !important;
  margin-left: 20px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin-bottom: 0px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 12px;
  color: #0e0e11 !important;
  font-family: 'Graphik-400-Regular' !important;
  margin-bottom: 0px !important;
}

/* Edit this section to change the style of the CONFIRM button */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  margin: 0px !important;
  position: relative;
  top: -5px;
}
/* Edit this section to change the style of the DECLINE button */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  margin: 0px !important;
  position: relative;
    top: -5px;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    text-decoration: underline !important;
    color: #0e0e11 !important;
}
/* Edit this section to change the style of the CONFIRM button when hovering  */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {  }

/* Edit this section to change the style of the DECLINE button when hovering */ 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover {  }

/* Cookie policy ends */

@media screen and (max-width: 768px){  
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    justify-content: space-around !important;
    flex-direction: column !important;
    padding: 15px 14px 15px!important;
    height: auto !important;
  }
  /* Edit this section to change the style of the CONFIRM button */
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    margin-top: 0px !important;
  }
  /* Edit this section to change the style of the DECLINE button */
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    margin-top: 0px !important;
  }
}