*, *: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-weight: bolder;
}

/**
 * 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.15; /* 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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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;
  padding: 0 15px;
  width: 100%;
}

.dnd-section > .row-fluid,
.page-center{
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family:"FridayVibes"; 
  src: url("https://22674160.fs1.hubspotusercontent-na1.net/hubfs/22674160/raw_assets/public/Talentrust_Dec2022/fonts/Friday%20Vibes.ttf");
    }
body {
  line-height: 1.5;
}

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

img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
h5 {
       text-transform: uppercase;
}
/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #5B4B9F;
  margin: 30px 0;
}

::selection {
  background: #5B4B9F;
  color: #fff;
}
button,
.button {
  margin-top: 15px;
  margin-bottom: 30px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  white-space: normal;
  text-transform: uppercase;
  border-style: solid;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
   margin-bottom: 1.4rem;
}

/* Labels */
.hs-search-module a.hs-button.primary {
   margin-top: 17px;
}
form .hs-form-field > label {
   display: inline-block;
   font-size: 15px;
   margin: 1.2rem 0 5px;
   padding: 0;
   font-weight: 700;
   text-transform: uppercase;
}

/* Help text - legends */

form legend {
   /*   font-size: 0.875rem; */
   display: inline-block;
   font-size: 15px;
   margin: 1.2rem 0 5px;
   padding: 0;
   font-weight: 700;
   text-transform: uppercase;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   width: 100%;
   margin-bottom: 0;
   margin-top: 0;
   font-size: 1rem;
   padding: 0.5rem 0.75rem;
   border: 1px solid;
   line-height: inherit;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
   display: block;
   margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
   vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
   cursor: pointer;
   margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

.hs-dateinput:before {
   content:'\01F4C5';
   position: absolute;
   right: 10%;
   top: 50%;
   transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
   background-color: transparent;
   border: initial;
   padding: initial;
}

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
   margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
   color: #EF6B51;
}



.hs-error-msg{
   color: #c02b0a;
   margin-top: 8px!important;
   padding: 12.992px 24px;
   background: #fff9f9;
   border: 1px solid #c02b0a;
   clear: both;
   font-family: inherit;
   font-size: 15px;
   letter-spacing: normal;
   line-height: inherit;
   padding-top: 13px;
   width: 100%;
   display:inline-block;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   margin-top: 15px;
   margin-bottom: 30px;
   transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   font-size: 1rem;
   line-height: 1.5;
   vertical-align: middle;
   display: inline-block;
   font-weight: 400;
   text-align: center;
   cursor: pointer;
   text-decoration: none;
   white-space: normal;
   text-transform: uppercase;
   border-style: solid;
}


.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_blog_subscribe {
   display: block;
   max-width: 767px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   border: 1px solid #C7D4DA;
   background: #F5F8F9;
   padding: 1.5rem!important;
   margin: 0 auto;
}

::-webkit-input-placeholder {
   -webkit-text-security: none;
   color: rgb(117, 117, 117);
   direction: inherit !important;
   pointer-events: none !important;
   text-orientation: inherit !important;
   writing-mode: inherit !important;
}
/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}



form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel], 
form input[type=number],
form input[type=file],
form select,
form textarea {
   width: 100%!important;
}

form .hs-form-field {
   margin-bottom: 0!important;
}

form .hs_lastname label,
form .hs_firstname label {
   margin-top: 0;
   margin-bottom: 5px;
}

form fieldset.form-columns-2 .hs-form-field {
}

form fieldset.form-columns-2 .input {
   margin-right: 0!important;
}

form fieldset.form-columns-2 {
}

form fieldset.form-columns-2 .hs_firstname {
   padding-right: 1%;
}

form fieldset.form-columns-2 .hs_lastname {
   padding-left: 1%;
}


form fieldset.form-columns-2 .hs_firstname,
form fieldset.form-columns-2 .hs_lastname {
   margin-top:0;
}

form .hs-form-field {
   margin-bottom: 16px!important;
}

form fieldset .input {
   margin-right: 0!important;
}



form .inputs-list>li {
   MARGIN: 0;
}

form label.hs-form-checkbox-display {
   margin-bottom: 0;
   max-width: calc(100% - 32px);
   vertical-align: middle;
   display: inline-block;
   font-size: 15px;
}

form input[type=checkbox] {
   display: inline-block;
   margin-top: 0;
   top: 0;
   vertical-align: middle;
   MARGIN-RIGHT: 3px!IMPORTANT;
}
form fieldset.form-columns-2 .hs-form-field:first-child {
   padding-right: 1%;
}
form fieldset.form-columns-2 .hs-form-field:last-child {
 padding-left: 1%;
}
.hs_error_rollup .hs-error-msgs {
    background: #fff9f9;
    border: 1.5px solid #c02b0a;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 16px 16px 16px;
    position: relative;
    width: 100%;
    font-size: 13.2px;
    font-weight: 500;
    line-height: 17.6px;
    color: #c02b0a;
}

.hs_error_rollup .hs-error-msgs label {
    color: #c02b0a;
}
.submitted-message {
    padding: 1rem;
    color: #fff;
    margin: 1em 0;
    background: #5B4B9F;
}
@media (max-width: 767px){
   .migration .hs_cos_wrapper_type_form,
   .migration .hs_cos_wrapper_type_google_search,
   .migration .hs_cos_wrapper_type_blog_comments, 
   .migration .hs_cos_wrapper_type_email_subscriptions, 
   .migration .hs_cos_wrapper_type_password_prompt,
   .migration .hs_cos_wrapper_type_password_reset, 
   .migration .hs_cos_wrapper_type_password_reset_request, 
   .migration .hs_cos_wrapper_type_member_register,
   .migration .hs_cos_wrapper_type_member_login, 
   .migration .hs_cos_wrapper_type_email_simple_subscription, 
   .migration .hs_cos_wrapper_type_blog_subscribe {
      margin-bottom: 24px;
   }
   fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header .top_header {
  background-color: #2A276E;
  text-align: center;
  color: #fff
}

.header .top_header .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header .top_header .hs_cos_wrapper_type_rich_text a {
  color: #fff;
  text-decoration: underline;
}

.header .top_header .hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: none;
}

.bottom_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  z-index: 500;
  background: #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bottom_header .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom_header .logo_wrap a {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: rgba(0,0,0,.9);
  margin: 18px auto 7px;
}

.bottom_header .logo_wrap a img {
  max-width: 193px;
  height: 47px;
  width: 100% !important;
  vertical-align: unset;
}

.bottom_header .navbar-toggler {
  text-transform: none;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border: 0;
  position: absolute;
  right: 0;
  top: 28px;
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
  cursor: pointer;
}

.bottom_header .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.bottom_header .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end; 
  display: none;
}

.bottom_header .menu_wrap .hs-menu-wrapper>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom_header .menu_wrap .hs-menu-wrapper>ul>.header_search {
  display: none;
}

.bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul {
  display: none;
}

.bottom_header .menu_wrap .hs-menu-wrapper>ul>li>a {
  display: block;
  transition: all .4s;
  -webkit-transition: all .4s;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.header #fixed-header {
  display: none;
}
.header #fixed-header {
  text-align: center;
  color: #fff;
  background: #5B4B9F;
}

.header #fixed-header a {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  margin: 0px 1rem;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 36px;
  text-decoration: none;
  white-space: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: none;
  border: 1px solid #fff;
}

.header #fixed-header a:hover,
.header #fixed-header a:active,
.header #fixed-header a:focus{
  background: #2A276E;
  color: #fff;
  border: 1px solid #5B4B9F;
}

.bottom_header .menu_wrap .hs-menu-wrapper>ul li>ul li a {
  display: block;
  transition: all .4s;
  -webkit-transition: all .4s;
  color: #fff;
  font-size: 1rem;
  padding: 0.3rem 1rem 0.3rem 1rem;
}















/* MEDIA QUERY */
@media (min-width: 768px){
  .bottom_header .logo_wrap a{
    margin-left: 0;
    margin-right: 0;
  }
  .header #fixed-header {
    position: fixed;
    padding: 10px;
    width: 100%;
    top: 0;
    z-index: 501;
  }
}

@media (min-width: 992px){
  .bottom_header {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #F5F8F9;
    padding-top: 0;
    padding-bottom: 0;
  }
  .bottom_header .content-wrapper{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bottom_header .logo_wrap a{
    margin: 10px 0 0;
  }
  .bottom_header .logo_wrap a img {
    max-width: 132px;
    height: 42px;
  }
  .bottom_header .navbar-toggler {
    display: none;
  }
  .bottom_header .navbar-collapse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li {
    font-size: .8rem;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>a {
    border-bottom: 10px solid #F5F8F9;
    font-size: 1rem;
    padding: 43px 0.8rem 29px;
    color: #0F0F14;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>a:hover,
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>a:focus,
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>a:active{
    color: #0F0F14;
    background: #E0E9ED;
    border-bottom: 10px solid #5B4B9F;
    opacity: 1;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul li>ul li {
    font-size: .8rem;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul li>ul li a {
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li.open>ul {
    display: flex; 
  }

  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    position: static;
    float: none;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul>li {
    width: 50%;
  }

  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul>li:first-child ul>li:first-child>a {
    font-size: 36px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    text-align: right;
    width: min-content;
    line-height: 44px;
    margin-left: auto;
    padding: 0px;
    min-width: 224px;
  }

  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul>li:first-child ul>li:not(:first-child):last-child>a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all .4s;
    -webkit-transition: all .4s;
    font-size: 1rem;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul>li:first-child ul>li:not(:first-child):last-child>a:hover{
    background: #2A276E;
    border: 1px solid #2A276E;
    opacity: 1;
    color: #fff;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul>li:first-child {
    text-align: right;
    padding: 0px 28px;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul {
    margin-top: 0px !important;
    width: 100% !important;
    border-radius: 0!important;
    min-height: 218px;
    position: absolute;
    padding-top: 30px;
    background: #5B4B9F url('https://22674160.fs1.hubspotusercontent-na1.net/hubfs/22674160/Talentrust_Dec2022/Images/cl-steel.png') center center no-repeat;
    border: none;
    width: 100%;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul li>ul li a:empty {
    display: none;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul>li:last-child>ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 38px;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:not(:first-child):last-child{
    padding-left: 8px;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li{
    width: 50%;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:only-child{
    width: 100%;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li:last-child>ul {
    background: #5B4B9F;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-width: 100%;
  }
  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li:last-child>ul>li {
    width: 100%;
  }

  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li:last-child>ul>li .header_search {
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
    padding: 16px 60px;
    margin-top: 26px;
    margin-bottom: 0;
  }

  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li:last-child>ul>li .hs-search-field form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li:last-child>ul>li .hs-search-field form input.hs-search-field__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #5B4B9F;
    border-radius: 8px 0 0 8px;
    max-width: 351px;
    padding: 7px 10px 6px;
  }

  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li:last-child>ul>li .hs-search-field form button {
    margin: 0px;
    border-radius: 0 8px 8px 0;
    padding: 7px 20px 6px;
    border: 1px solid #5B4B9F;
    border-left: 0;
    background: #38B2C3;
  }

  .bottom_header .menu_wrap .hs-menu-wrapper>ul>li:last-child>ul>li .hs-search-field form button:hover {
    background: #2A276E;
  }

  .bottom_header .mobile_menu_wrap{
    display: none !important;
  }
}

@media (min-width: 1200px){
  .bottom_header .logo_wrap a img {
    height: auto;
    width: auto !important;
    max-width: 100% !important;
  }
}



@media (max-width: 991px){
  .bottom_header .content-wrapper{
    padding-right: 0;
    padding-left: 0;
  }
  .bottom_header .navbar-collapse .desktop_menu {
    display: none;
  }
  .bottom_header .navbar-toggler-icon {
    background-image: url('https://22674160.fs1.hubspotusercontent-na1.net/hubfs/22674160/Talentrust_Dec2022/Images/humburger-icon.svg');
    padding: 20px!important;
  }

  .header .mobile_menu_wrap {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1060;
    left: 0;
    top: 0;
    background: #5B4B9F;
    margin-top: 0;
    /*     transition: all 0.2s ease-in-out; */
    padding-top: 20px;
    overflow-y: auto;
    padding-bottom: 20px;
    display: none;
  }

  .header .mobile_menu_wrap .navbar-exit {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1;
  }

  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: relative;
  }

  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>li>a {
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    font-weight: 700;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul li a:hover,
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul li a.child-open{
    color: #fff;
    opacity: .86;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul ul {
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    background: none;
    border: 0;
    margin: 0;
    position: static;
    float: none;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    background: url('https://22674160.fs1.hubspotusercontent-na1.net/hubfs/22674160/Talentrust_Dec2022/Images/arrow-rt.png') no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 0;
    right: 20px;
    position: absolute;
    margin-top: 6px;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a.child-open:after {
    background: url(https://22674160.fs1.hubspotusercontent-na1.net/hubfs/22674160/raw_assets/public/Talentrust_Dec2022/images/caret-dn.png) no-repeat;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>li:after {
    content: "";
    background: #0D4280;
    display: block;
    height: 2px;
    width: 100%;
    margin: 7px 15px 7px;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul ul a {
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all .4s;
    -webkit-transition: all .4s;
    color: #fff;
    font-size: 1rem;
    padding: 0.3rem 1rem 0.3rem 1rem;
  }
  .header .mobile_menu_wrap .header_search .hs-search-field .search_text {
    display: none;
  }
  .header .mobile_menu_wrap .header_search .hs-search-field form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    padding: 0px;
  }

  .header .mobile_menu_wrap .header_search .hs-search-field form input.hs-search-field__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0px;
    margin: 0px;
    padding: 7px 10px 6px;
    border: 1px solid #5B4B9F;
    border-radius: 8px 0 0 8px;
    max-width: 437px;
  }
  .header .mobile_menu_wrap .header_search .hs-search-field form button {
    text-decoration: none;
    white-space: normal;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 8px 8px 0;
    padding: 7px 20px 6px;
    border: 1px solid #5B4B9F;
    border-left: 0;
    background: #38B2C3;
    margin: 0px;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>.header_search{
    padding: 15px 15px 30px;
  }

  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>.header_search ul.hs-search-field__suggestions {
    padding: 0px;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>.header_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    background-color: #fff;
    padding: 20px;
    max-width:437px;
    position: absolute;
    z-index: 10;
  }
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>.header_search ul.hs-search-field__suggestions li a {
    color: #000;
  }
  .bottom_header {
    background-color: #f8f8f8 !important;
  }
}
@media (max-width: 767px){
  header.header .logo_wrap {
    margin: 0 auto;
  }
}
@media (max-width: 575px){
  .header .mobile_menu_wrap .header_search .hs-search-field form input.hs-search-field__input,
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>.header_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions{
    max-width: 321px;
  }
}

@media (max-width: 479px){
  .header .mobile_menu_wrap .mbl-menu .hs-menu-wrapper>ul>.header_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions{
    max-width: 100%;
  }
}

@media (max-width: 459px){
  .header .mobile_menu_wrap .header_search .hs-search-field form input.hs-search-field__input{
    max-width: 220px;
  }
}

@media (max-width: 380px){
  .header .mobile_menu_wrap .header_search .hs-search-field form input.hs-search-field__input{
    max-width: 150px;
  }
}
footer.footer {
  border-top: 1px solid #2A276E;
  overflow: hidden;
  background: #5B4B9F;
   position: relative;
   z-index: 2;
}

.footer .footer-nav-row {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer .footer-nav-col {
  text-align: center;
}

.footer .lft_sec a {
  display: inline-block;
  margin-top: 0.5rem;
  color: #777;
  transition: color .4s;
  -webkit-transition: color .4s;
}

.footer .lft_sec a img {
  width: 100% !important;
  display: block;
}
.footer .lft_sec a:hover {
   opacity: .86;
}

.footer .menu-footer-container .hs-menu-wrapper>ul>li>a {
  color: #fff;
  padding: 10px 11px;
  margin: 0;
  transition: color .4s;
  -webkit-transition: color .4s;
  display: block;
  font-size: .9rem;
  line-height: 1.1rem;
}

.footer .menu-footer-container .hs-menu-wrapper>ul>li>a:hover{
  opacity: .86;
  color: #fff;
}

.footer .menu-footer-container .hs-menu-wrapper>ul>li:last-child>a {
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.footer .menu-footer-container .hs-menu-wrapper>ul>li:last-child>a:hover,
.footer .menu-footer-container .hs-menu-wrapper>ul>li:last-child>a:active,
.footer .menu-footer-container .hs-menu-wrapper>ul>li:last-child>a:focus {
  background: #2A276E;
  border: 1px solid #2A276E;
  opacity: 1;
  color: #fff;
}

.footer .btm-fotr .footer-node-group {
  margin: 20px 0;
}

.footer .btm-fotr .footer-node-group p {
  display: inline-block;
  padding: 0px;
  margin: 0px 10px;
}
.footer-node-group .hs-menu-wrapper ul li {
    display: inline-block;
    padding: 0px;
    margin: 0px 10px;
}
.footer .btm-fotr .info-right .social a {
  margin: 0 4px;
  color: #fff;
}

.footer .btm-fotr{
  background-color: #2A276E;
  text-align: center;
  padding: 14px 0;
}

.footer .back-to-top {
  text-align: center;
  background: #fff;
  opacity: .8;
  border: 1px solid #ccc;
  padding: 0.1rem 0.8rem;
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 79px;
  right: 5px;
  color: #5B4B9F;
  cursor: pointer;
}

.footer .back-to-top .back-to-top-caret {
  font-weight: 700;
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid;
  width: 0;
  height: 0;
}

.footer .back-to-top:hover{
  opacity: 1;
}






































/* MEDIA */
@media (min-width: 768px){
  .footer .footer-nav-row{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .footer .lft_sec {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .rgt_sec {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .footer .lft_sec a {
    margin-top: 1.5rem;
  }
  .footer .rgt_sec .menu-footer-container {
    text-align: right;
  }
  .footer .menu-footer-container .hs-menu-wrapper>ul>li {
    display: inline-block;
  }
  .footer .menu-footer-container .hs-menu-wrapper>ul>li>a {
    margin: 19px 0;
  }
  .footer .menu-footer-container .hs-menu-wrapper>ul>li:last-child>a {
    margin-left: 10px;
  }
  .footer .btm-fotr .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (min-width: 992px){
  .footer .lft_sec {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer .rgt_sec {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer .lft_sec a {
    margin-top: 0.5rem;
  }
  .footer .menu-footer-container .hs-menu-wrapper>ul>li:last-child>a {
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
  }
  .footer .btm-fotr{
    text-align: left;
    padding: 9px 0;
  }
  .footer .btm-fotr .footer-node-group{
    margin: 0;
    display: inline-block;
  }
  .footer .btm-fotr .info-right {
    text-align: right;
    float: right;
  }
  .footer .btm-fotr .info-right .social {
    display: inline-block;
    margin: 0 10px;
  }
  .footer .btm-fotr .footer-node-group p span {
    display: none;
  }
}

@media (min-width: 1200px){
  .footer .btm-fotr .footer-node-group p span {
    display: inline;
  }
}


@media (max-width: 991px){
 .footer-node-group .hs-menu-wrapper ul li{
    display: block;
    margin: 0;
  }
}

@media (max-width: 767px){
  .footer .footer-nav-col {
    margin-bottom: 1rem;
  }
  .footer .menu-footer-container .hs-menu-wrapper>ul>li>a {
    display: block;
    font-size: 1rem;
    padding: 0.6rem 0;
  }
  .footer .lft_sec a img{
    display: block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-button {
  display: inline-block;
  padding: 10px 36px;
}

.hs-button.btn-outline {
  border: 1px solid #5B4B9F;
  color: #5B4B9F;
  background: none;
}
.hs-button.btn-big {
  padding: 22px 60px;
}
.hs-button.btn-wide {
  padding: 10px 50px;
}
.hs-button.btn-steel {
  background: #2A276E;
}
.hs-button.btn-steel:hover {
  background: #5B4B9F;
}
.hs-button.btn-white {
  border: 1px solid #fff;
}
.hs-button.btn-teal {
  background: #38B2C3;
}
.hs-button.btn-teal:hover {
  background: #288E9D;
}
.hs-button.btn-big {
  padding: 20px 60px;
}
.Banner-row-0-force-full-width-section {
  padding: 0 !important;
}

.full-width-page .vjs-hubspot .vjs-big-play-button.play-button-circle {
  display: none!important;
}   

.contact_page .hs_lastname {
  margin-top: 4px!important;
}

.contact_page  form textarea{
  height: 288px;
}

.team_inner_page a {
  margin-bottom: 16px;
  display: block;
}

.contact_page .hs_i_am_interested_in.hs-i_am_interested_in.hs-fieldtype-checkbox.field.hs-form-field>label {
  MARGIN-TOP: 0!IMPORTANT;
}
.contact_page .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: 10px!important;
}

.contact_page form .hs_join_our_enewsletter  .inputs-list span {
  margin-bottom: 0;
  max-width: calc(100% - 32px);
  vertical-align: middle;
  display: inline-block;
  font-size: 15px;
}

.team_inner_page p.secondary-header {
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  color: #5B4B9F;
  font-weight: 700;
}

.team_inner_page .hs-button {
  margin-top: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}


form .hs-button,
form input[type=submit] {
  margin-bottom: 8px;
  margin-top: 0;
}

.actions {
  margin: 6px 0 0;
  padding: 16px 0;
}

.custom-button.dare_to_care_button a.hs-button.btn-outline {
  color: #fff;
  border-color: #fff;
}

.contact_page form textarea{
  min-height: 288px;
}

.who_we_serve_row1 ul {
  column-count: 3;
}


.who_we_serve_row1 ul li {
  margin-bottom: 16px;
}
.who-we-serve-page {
  background: #F5F8F9;
}
.who_we_serve_row2 h2:after {
  content: '';
  display: block;
  width: 82px;
  height: 5px;
  background: #5B4B9F;
  margin: 20px 0;
}
.who_we_serve_row5 .cards_gallery_module .content-wrap .butn-wrapper>a {
  padding: 10px 36px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0.5rem 0!important;
  text-transform: uppercase;
}

.who_we_serve_row5 .cards_gallery_module .flex_row_card .card-outer {
  padding: 24px;
  padding-top: 35px;
}

.who_we_serve_row5 .cards_gallery_module .content-wrap h2.title {
  margin-top: 20px;
}


.careers-page .resources_search .col-md-6.mt-3.mt-md-0 {
  display: none;
}

.careers-page .carsearch-bg.carsearch-blog.rounded-8 {
  width: 580px;
  padding: 40px 60px;
  background: rgba(255,255,255,.5);
}

.careers-page .resources_search .col-md-6 {
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 100%;
  max-width: 100%;
}

.careers-page .resources_search .col-md-6 input {
  width: 351px;
}
.career-row1 .dnd-section > .row-fluid {
    position: relative;
    z-index: 2;
}
.career-row1 {
 position: relative;
  overflow: hidden;
}
.career-row1:after {
    background-image: linear-gradient(90deg,#5b4b9f,rgba(91,75,159,0));
    content: "";
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
}
.career-row1 .dnd_area-row-0-background-image {
  background-image: linear-gradient(to right, rgba(91, 75, 159, 1), rgba(91, 75, 159, 0));
}
.career-row1 [class*="background-image"] .hs_cos_wrapper_type_rich_text >*,
.career-row1 [class*="background-image"] .hs_cos_wrapper_type_rich_text a,
.career-row1 [class*="background-image"] .hs_cos_wrapper_type_rich_text,
.careers-row4 [class*="background-image"] .hs_cos_wrapper_type_rich_text,
.careers-row4 [class*="background-image"] .hs_cos_wrapper_type_rich_text >*,
.careers-row4 [class*="background-image"] .hs_cos_wrapper_type_rich_text a{
 color: #fff; 
}
.careers-page {
  background: #F5F8F9;
}

.who_we_serve_row1 .cont-with-bg_module {
  margin-bottom: 0;
}

.contact_page .client-reviews h2 {
  color: #fff;
}
.career-row1 h1,
.careers-row4 h2{
	    margin-bottom: 15px;
}



.about-inner-row1 .dnd-row > .row-fluid {
  align-items: flex-start;
}
.about-inner-row1 .widget-type-header {
  margin: 3rem 0 3.5rem;
  padding-top: 1rem;
}
.about-inner-row1 .widget-type-header h3:after {
  content: '';
  display: block;
  width: 82px;
  height: 5px;
  background: #5B4B9F;
  margin: 20px 0;
}

.about-inner-row2 h3 {
  margin: 0;
}


.bottom-pane h2, .bottom-pane p {
  margin-bottom: 24px;
}

.bottom-pane h5 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 48px;
}
.bottom-pane .dnd-section {
  border-top: 1px solid #E0E9ED;
  border-bottom: 1px solid #E0E9ED;
}
.body-container-wrapper .widget-type-rich_text a {
  text-decoration: underline;
}
.body-container-wrapper .widget-type-rich_text a:hover {
  text-decoration: none;
}
.home-ctas.cards_gallery_module .normal .icon-wrap > div {
  padding: 24px 0px;
}
.home-ctas.cards_gallery_module .item {
  padding: 0 15px !important;
}
.home-ctas.cards_gallery_module .hs-button {
  padding: 10px 36px;
  margin: 0.5rem 0;
}
.home-ctas.cards_gallery_module .flex_row_card .card-outer {
  padding: 10px 24px 24px;
}
.home-ctas.cards_gallery_module .content-wrapper {
  padding: 0 !important;
}
.home-row5 .hs-button,
.resources-tool-row3 a.hs-button.btn-outline{
  border-color: #fff;
  color: #fff;
}
.home-row9 {
  background-color: #f5f8f9;
}
.home-row9 .hs_cos_wrapper_type_rich_text h2:after{
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background: #fff;
  margin: 20px auto;
}
.recruiting-page .hs_cos_wrapper_type_form {
  border-top: 10px solid #38B2C3;
}
.recruiting-page form .hs-form-field > label {
  margin-top: 1.2rem !important;
}
.cm-partners.cards_gallery_module .flex_row_card .card-outer {
  padding-bottom: 36px;
}
.about-page .client-reviews .content h3 {
  margin-top: 1rem;
}
.about-row1 .dnd-section > .row-fluid,
.recruit-row1 .dnd-section > .row-fluid{
  padding: 0 15px;
}

.about-row1  .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 24px;
}
.about-row2 .hs_cos_wrapper_type_header h2:after,
.resources-tool-row1 .span8 h2:after{
  content: '';
  display: block;
  width: 82px;
  height: 5px;
  background: #5B4B9F;
  margin: 20px 0;
}
.about-page  .team_wrap .top-sec h1.page-title {
  font-size: 36px;
  margin: 0;
}

.about-page  .team_wrap .top-sec {
  padding-top: 0;
}
.recruit-page h5,
.recruit-inner-page h5{
  font-size: 15px;  
}

.recruit-inner-page .blog-resources .top-header h2 {
  margin-bottom: 48px;
}

.recruit-inner-page .blog-resources .page-center {
  padding: 0;
}
.recruit-inner-page form .hs_lastname {
  margin-top: 4px !important;;
}
.recruit-inner-page form textarea {
  min-height: 192px;
}
.cont-with-bg_module .hs-button.btn-white {
  color: #fff;
  text-transform: uppercase;
  margin-top: 8px;
  padding: 10px 36px;
}
.resources-page .resources_search .inner-section {
  padding: 0;
}

.resources-page .resources_search .mb-5 {
  margin: 0 !important;
}
.resources-page h2 {
  margin-bottom: 3rem;
}
.home-row1 .row-fluid [class*="span"] {
  min-height: 0;
}
.resources-page .hs-breadcrumb-menu-wrapper a {
  text-decoration: underline;
}
.resources-page .hs-breadcrumb-menu-wrapper a:hover {
  text-decoration: none;
}
.resources-page .recruitment-tools {
  padding-left: 15px;
  padding-right: 15px;
}
.esources-tool-row1 .cont-with-bg_module {
  margin-bottom: 0;
}
.about-row5 {
  overflow: hidden;
}

.full-width-page .hs-menu-wrapper > ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.full-width-page .hs-menu-wrapper > ul > li > a {
  font-size: 24px;
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f14;
  margin-bottom: 8px;
  display: block;
}


.full-width-page  ul.hs-menu-children-wrapper {

  padding-left: 2rem;
}

.full-width-page ul.hs-menu-children-wrapper li {
  list-style-image: url(https://22674160.fs1.hubspotusercontent-na1.net/hubfs/22674160/raw_assets/public/Talentrust_Dec2022/images/li.png);
}
.full-width-page .hs-menu-wrapper > ul >li {
  margin-bottom: 1rem;
}
#get-started form .hs-form-field.hs-lastname {
  margin-top: 5px !important;
}
.careers-page .resources_search .mb-5 {
  margin-bottom: 0 !important;
}

.resources-page .blog-resources .content h3 {
  height: auto !important;
}
.cards_gallery_module.three_col.testimonials .item.num1 .card-outer {
  border-top: 10px solid #0E9C4A;
}
.cards_gallery_module.three_col.testimonials .item.num2 .card-outer {
  border-top: 10px solid #5B4B9F;
}
.cards_gallery_module.three_col.testimonials .item.num3 .card-outer {
  border-top: 10px solid #38B2C3;
}
.build-team-row4 .dnd-section[class*="background-image"] {
  background-color:  #5B4B9F;
}
.quiz-page .hs-fieldtype-radio ul.inputs-list.multi-container {
  margin: 6px 0;
}

.quiz-page .hs-fieldtype-radio ul.inputs-list.multi-container li {
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.quiz-page .hs-fieldtype-radio > label {
  margin: 1.2rem 0 16px;
  display: block;
  font-size: 24px;
  font-family: 'Noto Serif', serif;
}

.quiz-page .hs-how_did_you_hear_about_us_ > label {
  font-size: 15px !important;
  font-family: Inter,sans-serif;
}
.quiz-page .hs-form-radio > label {
  display: flex;
  align-items: flex-start; 
}
.quiz-page form input[type=radio] {
  margin-top: 5px; 
}
.client-reviews img {
  width: 100%;
}
.no-cssanimations .cb-slideshow li span{
  opacity: 1;
}
@media (min-width: 768px) {
  .cards_gallery_module.cm-partners .flex_row_card {
    display: block;
    text-align: center;
  }

  .cards_gallery_module.cm-partners .flex_row_card .item {
    display: inline-block;
    margin-left: 0px;
    width: calc( 31% + 16px);
  }
  .recruit-page .blog-resources .page-center,
  .home-page .blog-resources .page-center{
    padding: 0;
  }
  .contact_page .client-reviews .content {
    padding: 3rem;
  }
  .contact_page .client-reviews.left-right .carousel-prev.slick-arrow {
    left: 0px;
  }
  .contact_page .client-reviews.left-right .carousel-next.slick-arrow {
    right: 0px;
  } 
}
@media (min-width: 992px) {
  .contact_page .client-reviews.left-right .carousel-prev.slick-arrow {
    left: 35px;
  }
  .contact_page .client-reviews.left-right .carousel-next.slick-arrow {
    right: 35px;
  } 
}
@media (min-width:1200px) {
  .contact_page .client-reviews.left-right .carousel-prev.slick-arrow {
    left: 111px;
  }
  .contact_page .client-reviews.left-right .carousel-next.slick-arrow {
    right: 111px;
  } 
}
@media (max-width: 991px) and (min-width: 768px) {

  .home-ctas.cards_gallery_module .hs-button {
    padding: 10px 15px;
  }
  .resource-section .content h3 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .home-ctas.cards_gallery_module .content-wrap h2.title {
    font-size: 20px;
  }

  .about-inner-row2 .dnd-row>.row-fluid .span4 {
    width: 100%;
  }

  .about-inner-row2 .dnd-row>.row-fluid .span8{
    width: 100%;
    padding-left: 15px !important;
  }

  .about-inner-row2 .dnd-row>.row-fluid,
  .about-row1 .dnd-row>.row-fluid,
  .get-started-section .dnd-row>.row-fluid,
  .who_we_serve_row1 .dnd-section > .row-fluid{
    flex-direction: column;
  }
  .about-row1 .dnd-row>.row-fluid .span3,
  .get-started-section .span8, .get-started-section .span4,
  .who_we_serve_row1 .span8, .who_we_serve_row1 .span4{
    width: 100%;
  }
  .who_we_serve_row1 .span8 {
    margin-bottom: 30px; 
  }
  .who_we_serve_row1 .span4 {
    padding: 0; 
  }
  .who_we_serve_row1 .dnd-section > .row-fluid {
    padding: 0 15px;  
  }

  .who_we_serve_row1 .cont-with-bg_module .btn-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .who_we_serve_row1 .cont-with-bg_module .hs-button.btn-white {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .container-fluid.about-inner-row1 .widget-type-linked_image {
    width: 100%;
    text-align: center;
  }
  .about-page .client-reviews .content {
    padding-bottom: 24px;
  }
  .quiz-page .hs-fieldtype-radio > label {
    font-size: 15px;
  }
  .careers-page .resources_search .col-md-6 input {
    width: 160px;
  }

  .careers-page .carsearch-bg.carsearch-blog.rounded-8 {
    padding: 26px 30px;
  }

  .careers-page .carsearch-bg.carsearch-blog.rounded-8 {
    width: 328px;
  }
  .home-banner-wrapper::after {
    content: '';
    background: url(https://22674160.fs1.hubspotusercontent-na1.net/hubfs/22674160/raw_assets/public/Talentrust_Dec2022/images/bg-swish-1-m.png) bottom center no-repeat !important;
    background-size: contain;
    display: block;
    height: 98px;
    margin-top: -97px;
  }
  .home-row9 .dnd-section[class*="background-image"] {
    background-color:  #5B4B9F;
  }
}

@media(max-width:600px){
  .who_we_serve_row1 ul {
    column-count: 1;
  }
}
@media(max-width:400px){
  .careers-page .carsearch-bg.carsearch-blog.rounded-8 {
    padding: 26px 30px;
  }
  .resources_search .col-12 {
    padding: 0;
  }
  .careers-page .carsearch-bg.carsearch-blog.rounded-8 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .resources_search button.search_button {
    font-size: 13p;
    width: auto;
  }
  .resources_search .form-group.mb-0 {
    width: auto;
  }
  .resources_search button.search_button {
    padding-left: 10px;
    padding-right: 10px;
  }
  .careers-page .resources_search .col-md-6 input {
    width: auto;
    max-width: 150px;
  }
}