*, *: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;
}
.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: 100%;
    margin-left: 0;
  }
}
section .row-fluid > [class*="span"],
.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 ;
  }
}
.body-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.content-wrapper {
  padding: 0 15px;
  margin: 0 auto;
}
.dnd-section > .row-fluid,
.content-wrapper,
.page-center{
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
    font-family: 'FontAwesome';
    src: url('https://3781544.fs1.hubspotusercontent-na1.net/hubfs/3781544/DeEtta_Jones_August_2022/Fonts/fontawesome-webfont.eot') format('embedded-opentype'),
      url(https://3781544.fs1.hubspotusercontent-na1.net/hubfs/3781544/raw_assets/public/DeEtta_Jones_August_2022/fonts/fontawesome-webfont.woff2) format('woff2'),
      url(https://3781544.fs1.hubspotusercontent-na1.net/hubfs/3781544/raw_assets/public/DeEtta_Jones_August_2022/fonts/fontawesome-webfont.woff) format('woff'),
      url(https://3781544.fs1.hubspotusercontent-na1.net/hubfs/3781544/raw_assets/public/DeEtta_Jones_August_2022/fonts/fontawesome-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
  font-family: "simple-line-icons"; 
  src: url("https://3781544.fs1.hubspotusercontent-na1.net/hubfs/3781544/DeEtta_Jones_August_2022/Fonts/simple-line-icons.eot") format("embedded-opentype"),
    url(https://3781544.fs1.hubspotusercontent-na1.net/hubfs/3781544/raw_assets/public/DeEtta_Jones_August_2022/fonts/simple-line-icons.woff2) format("woff2"),
    url(https://3781544.fs1.hubspotusercontent-na1.net/hubfs/3781544/raw_assets/public/DeEtta_Jones_August_2022/fonts/simple-line-icons.ttf) format("truetype"), 
    url(https://3781544.fs1.hubspotusercontent-na1.net/hubfs/3781544/raw_assets/public/DeEtta_Jones_August_2022/fonts/simple-line-icons.woff) format("woff"), 
    url(https://3781544.fs1.hubspotusercontent-na1.net/hubfs/3781544/raw_assets/public/DeEtta_Jones_August_2022/fonts/simple-line-icons.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}



body {
  line-height:1.857;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
html{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  line-height: 26px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.1;
}

h2 {
  position: relative;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}
::selection {
  background: rgb(207 5 0 / 70%);
  color: #fff;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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


img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */



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-input.invalid.error {
  border-color: #EF6B51 !important;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.hs-error-msgs label {
  color: #EF6B51 !important;
}
body .hs-error-msgs label {
  color: #ef6b51!important;
  font-size: 14px !important;
  padding: 0;
  line-height: 18px !important;
  white-space: normal;
  font-weight: normal !important;
  margin-bottom: 4px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
  display: inline-block;
}


form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

form .hs-input {
  display: block;
  width: 90%;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  padding: 0 15px;
  min-height: 27px;
  outline: none;
}

.hs-form-field {
  margin-bottom: 18px;
}

h3.form-title{
  display:none;
}
input#hs-login-widget-remember {
  width: auto;
  float: left;
  margin: 0 5px 0px 0px;
}
textarea.hs-input {
  height: 66px !important; 
}
form input[type=checkbox], 
form input[type=radio],
.hs-form-radio .hs-input {
  display: inline-block;
  width: auto!important;
  height: auto !important;
}
.actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
  text-align: left;
}
div#hs-search-module a.hs-button.primary {
  margin-top: 20px;
}
fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

select{
  padding: 9px 10px !important;
}

select.is-placeholder {
  color: #bfbfbf !important;
}

form input[type=submit],
form .hs-button {
  background: #0080BF;
  border-color: #0080BF;
  color: #ffffff;
  font-size: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  transition: all .15s linear;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
  box-shadow: none;
  display: inline-block;
  font-weight: 700;
  font-family: arial, helvetica, sans-serif;
}

@media (max-width:767px){
  fieldset.form-columns-1 .input,
  fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }

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

  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none;
  } 
}

@media (max-width:480px){
  .form-columns-2 .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100% !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.header {
  background-color: #fff;
  display: block;
  z-index: 45;
  position: unset;
  padding: 0;
  width: 100%;
}
body.is-active {
  overflow: hidden;
}
.header__container.content-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  width: 100%;
  padding:0;
}
.header__logo a {
  margin-left: 15px;
  position: relative;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  white-space: nowrap;
  box-sizing: border-box;
}
.header__logo {
  margin-left: -65px;
  margin-right: 187px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0;
}
.header__logo img {
  vertical-align: middle;
  border-style: none;
  margin-top: -25px;
  max-width: 363px;
}

.header__navigation {
  display: flex;
  align-items: center;
}
.header__navigation .submenu.level-1 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.header__navigation .submenu.level-1>li>a {
  display: block;
  padding: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 21px;
}
.header__navigation .submenu.level-1>li>a>span {
  color: black;
}
.header__navigation .submenu.level-2 {
  display: flex;
  flex-wrap: wrap;
    flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  list-style: none;
}
.header__navigation .submenu.level-2>li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.header__navigation .submenu.level-2>li>a {
  margin: 10px 0;
  display: block;
  color: blue;
  font-weight: 500;
  line-height: 22px;
   font-size: 14px;
}
.header__navigation .submenu.level-3 {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.header__navigation .submenu.level-3>li {
  padding: 2px 0;
  font-size: 16px;
  line-height: 21px;
}

.header__navigation .submenu.level-3>li>a {
  font-size: 14px;
  color: blue;
  text-decoration: none;
  font-weight: 500;
}
.header__navigation  ul > li:nth-child(2) > div > ul > li:nth-child(2) > ul > li {
  margin-bottom: 16px;
}
.header__navigation .submenu.level-1>li:hover>a>span:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 5px solid #666;
}
.header__navigation .submenu.level-1>li .row.banners-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgb(204 204 204);
}
.header__navigation .submenu.level-1>li .row.banners-area .col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.header__navigation .submenu.level-1>li .row.banners-area .col-sm-6 img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}
.header__navigation .submenu.level-1>li .row.banners-area .col-sm-6 h1 {
  margin-top: 3rem!important;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.header__navigation .submenu.level-1>li .row.banners-area .col-sm-6 h1 a {
  color: rgb(0 0 255);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.header__navigation .submenu.level-1>li.ContemporaryEDI.Challenges .level-2>li:last-child .level-3>li:first-child>a {
  color: rgb(0 0 255) !important;
}
.mobile_nav {
  display: none;
}
.header-overlay {
  display: none;
}
.header__navigation .submenu.level-1 li {
  position:relative;
}


@media (min-width: 768px){
  header.header {
    position: relative;
    padding: 0;
  }
  .header__logo a {
    margin-top: 0;
    margin-left: 0;
    z-index: 5551;
  }
  .header__logo img {
    margin-top: -20px;
    width: auto;
  }
  .mobile_logo {
    display: none;
  }
}

@media only screen and (min-width: 768px){
  .header__container.content-wrapper {
    display: flex;
    position: relative;
  } 
  .sub-menu-block {
    padding: 15px;
    visibility: hidden;
    background-color: #f9f9f9;
    position: absolute;
    margin-top: 0;
    width: 100%;
    min-width: 250px;
    color: #333;
    left: 0;
    box-sizing: border-box;
    z-index: 45;
    font-size: 16px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    opacity: 0;
    transition: all .4s ease 0s;
    transform: rotateX(90deg);
    transform-origin: top center;
  }
  .header__navigation .submenu.level-1>li>a>span:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
  }
  .header__navigation .submenu.level-1>li:after {
    content: '';
    width: 1px;
    height: 62px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .header__navigation .submenu.level-1>li:hover .sub-menu-block{
    background-color: #f9f9f9;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
  }
  .header__navigation .submenu.level-1>li:hover .submenu.level-2{
    opacity: 1;
  }
  .header__navigation .submenu.level-2 {
    transition-property: opacity;
    transition-duration: .4s;
    opacity: 0;
  }
  .header__navigation .submenu.level-2>li>a {
    font-size: 14px;
  }
/*  .header__navigation .submenu.level-2>li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header__navigation ul>li:nth-child(2) .submenu.level-2>li{
    flex: 0 0 50%;
    max-width: 50%;
  } */
  button.header__button {
    display: none;
  }
}
@media (min-width: 992px){
  .header__logo a {
    width: 230px;
    overflow: visible;
  }
  .header__navigation .submenu.level-1>li>a>span {
    display: block;
    vertical-align: middle;
  }
}

@media (max-width: 1050px) and (min-width: 992px) {  
  .social-icons a:last-child {
    font-size: 12px !important;
  } 
}

@media (max-width: 992px) and (min-width: 768px){  
  .header__logo img {
    width: 250px!important;
  }
  .header__container.content-wrapper {
    justify-content: space-around;
  }
  .header__navigation .submenu.level-1>li>a{
    font-size: 13px;
  }
}
@media (max-width: 1350px){
  .header__logo{
    margin-left: -25px;
  }
}
@media (max-width: 1330px){
  .header__logo{
    margin-right: 160px;
  }
  .header__navigation .submenu.level-1>li>a {
    padding: 10px;
  }
}
@media (max-width: 1140px){
  .header__navigation .submenu.level-1 > li > a {
  font-size: 14px;
}
  .header__navigation .submenu.level-1 > li > a {
  padding: 7px;
}
}
@media (max-width: 1060px){
.header-search .hs-search-field__bar form {
  padding: 15px 20px;
}
}
@media (max-width: 992px){
  .header__logo{
    margin-left: -35px;
    margin-right: 0px;
  }
  .header__navigation .submenu.level-1>li>a {
    padding: 5px;
  }

}
@media (max-width: 767px){
  button.header__button {
    align-self: flex-start;
    padding: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    right: 15px;
    top: 19px;
    transition: all .5s ease-in-out;
    margin-top: 0;
    z-index: 5550;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0;
    box-shadow: none;
  }
  .mobile_nav form input.hs-search-field__input {
    padding-right: 40px;
  }
  .mobile_nav .hs-menu-wrapper>ul>li>ul>li>ul {
    box-shadow: 0px 0px 3px rgb(0 0 0 / 8%);
  }
  .mobile_nav {
    max-height: calc(100vh - 45px) !important;
  }
  .hs-search-field--open .hs-search-field__suggestions {
    position: absolute;
    top: 66px;
    z-index: 99;
    background: #fff;
    width: calc(100% - 60px);
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px;
  }
  span.burger-menu {
    display: inline-block;
    font-size: 24px;
    color: rgb(255 255 255);
    background: 0 0;
    text-align: center;
  }
  i.icon-menu.icons {
    display: inline-block;
    font-style: normal;
    opacity: 1;
    position: relative;
    transform: translateY(0px);
    transition: transform .3s ease 0s,opacity .15s ease 0s;
    font-family: simple-line-icons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .icon-menu:before {
    content: "\e601";
  }
  .header__navigation {
    display: none;
  }
  .header__navigation .submenu.level-1>li>a {
    font-weight: 600;
    padding: 20px;
  }
  .header__navigation .submenu.level-1 {
    display: block;
  }
  .sub-menu-block {
    padding: 0 30px;
    background-color: transparent!important;
  }
  .header__navigation .submenu.level-1>li:hover .sub-menu-block, .sub-menu-block,.header__navigation .submenu.level-1>li:hover{
    background-color: transparent!important;
  }
  .header__navigation .submenu.level-2>li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .header__navigation .submenu.level-2>li>a {
    color: orange!important;
    font-size: 16px;
  }
  .header__navigation .submenu.level-3>li>a {
    color: #eeeeee!important;
    font-size: 14px;
  }
  .header__navigation .submenu.level-1>li {
    display: block;
    border-bottom: 1px solid #444;
  }
  button.header__button:hover {
    background-color: transparent;
  }
  span.burger-menu:after {
    content: "\e082";
    display: block;
    font-family: simple-line-icons;
    margin-top: -23px;
    opacity: 0;
    transform: translateY(20px) scale(1);
    transition: transform .3s ease 0s,opacity .15s ease 0s;
  }
  button.header__button.is-active .burger-menu:after {
    opacity: 1;
    transform: translateY(0px);
  }
  button.header__button.is-active i.icon-menu.icons{
    opacity: 0;
    transform: translateY(-20px);
  }
  .header__navigation.is-active {
    display: block;
  }
  .header__navigation .submenu.level-1>li>a>span {
    color: #fff;
  }

  .header__navigation .submenu.level-1>li:last-child>a {
    color: #a50b4b;
  }
  button.header__button.is-active span.burger-menu {
    color: #fff;
  }
  header.header {
    background-color: rgb(0 0 0)!important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header__logo {
    display: none;
  }
  .header__container.content-wrapper {
    max-width: 450px;
    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;
  }
  .mobile_logo {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    white-space: nowrap;
    width: 80%;
  }
  .mobile_logo img.hs-image-widget {
    width: 97%!important;
    margin-left: 15px;
    vertical-align: middle;
  }
  .header__navigation.is-active {
    display: none;
  }
  .mobile_nav {
    padding: 0;
    border-top: none;
    max-height: 450px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    box-shadow: 2px 3px 9px rgb(44 40 86 / 10%);
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    right: 0;
    background: rgb(255 255 255);
  }
  .mobile_nav .hs-menu-wrapper>ul {
    position: relative;
    z-index: 5551;
    background: rgb(245 245 246);
    padding: 5px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto!important;
  }
  .mobile_nav .hs-menu-wrapper>ul>li>a {
    padding: 0;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin: 10px 15px;
    transition: all .3s ease;
    color: rgb(34 34 34);
    line-height: 1.5;
  }
  .mobile_nav .hs-menu-wrapper>ul>li>ul {
    border: 0;
    min-width: 230px;
    margin: 15px;
    width: auto;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    z-index: 1000;
    display: none;
    position: relative;
  }
  .mobile_nav .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    visibility: visible;
    position: absolute;
    right: 0;
    margin-left: 0;
    top: 50%;
    content: '\f107';
    font-family: fontawesome;
    border: none;
    transform: translateY(-50%);
    vertical-align: 0.255em;
  }
  .mobile_nav form {
    margin-top: 0;
    position: relative;
    right: 0;
    background: rgb(245 245 246);
    top: 80%;
    z-index: 10;
    padding: 20px 30px;
    border-top: 1px solid rgb(204 204 204);
    box-shadow: 2px 3px 9px rgb(44 40 86 / 10%);
  }
  .mobile_nav form input.hs-search-field__input {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    background: rgb(255 255 255);
    color: rgb(139 142 147);
    border: 1px solid rgb(230 230 230) !important;
    font-family: inherit;
    line-height: 1.5;
  }
  .mobile_nav form button.search-submit {
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    color: rgb(34 34 34);
    cursor: pointer;
    background: 0 0;
    border: none;
    position: absolute;
    padding: 0;
  }
  .mobile_nav form button.search-submit i.fa.fa-search:before {
    content: "\f002";
    font-size: 14px;
  }
  .mobile_nav form input.hs-search-field__input::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
  }
  .mobile_nav .hs-menu-wrapper>ul>li>ul:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgb(207 5 0 / 70%);
    background-color: rgb(207 5 0 / 70%);
  }
  .mobile_nav .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 10px 0;
    font-size: 14px;
    display: block;
    color: rgb(139 142 147);
    text-transform: capitalize;
    font-style: normal;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
  }
  .mobile_nav .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:after {
    position: absolute;
    content: '\f107';
    font-family: fontawesome;
    top: 20px;
    right: 15px;
    font-size: 15px;
    visibility: visible;
    display: block;
    border: none;
    transform: translateY(-50%);
    vertical-align: 0.255em;
  }
  .mobile_nav .hs-menu-wrapper>ul>li>ul>li>ul {
    min-width: 230px;
    width: auto;
    padding: 0 20px;
    border-radius: 0;
    font-size: 1rem;
    color: rgb(33 37 41);
    text-align: left;
    list-style: none;
    position: relative;
  }
  .mobile_nav .hs-menu-wrapper>ul>li>ul>li>ul:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: rgb(207 5 0 / 70%);
    background-color: rgb(207 5 0 / 70%);
    right: 0;
  }
  .mobile_nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    padding: 10px 0;
    font-size: 14px;
    display: block;
    color: blue;
    transition: color .2s,background-color .2s ease-in-out;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
  }
  .mobile_nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a {
    color: blue;
  }
  .mobile_nav .hs-menu-wrapper>ul>li.child-open>a {
    color: rgb(207 5 0 / 70%);
  }
  .mobile_nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li {
    margin-bottom: 1rem!important;
  }
  .mobile_nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul>li:last-child {
    margin: 0 !important;
  }
  .mobile_nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>ul {
    margin-bottom: 1rem;
  }
  .fixed header.header {
    position: fixed;
    top: 0;
    background-color: rgb(0 0 0) !important;
  }
  .header-overlay {
    display: block;
  }
}

@media (max-width: 576px){
  .header__navigation .submenu.level-2>li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header__logo img{
    max-width: 100%;
  }
  .header__logo { 
    margin-top: 10px;
  }
}

@media (max-width: 479px){
  .header__container.content-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 400px){
  .header__logo img {
    max-width: 90%;
  }
  button.header__button{
    top:11px;
  } 
}



.header__container.content-wrapper.header-with-search {
  align-items: center;
}
.header-search {
  margin-left: auto;
  margin-top: 20px;
}
.header-search .hs-search-field__bar {
  background: #fff;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
  background-color: #ecf0f1;
}
.header-search .hs-search-field__bar form {
  display: block;
  padding: 10px 10px;
  width:278px;
}
.header-search .input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}
.header-search .input-group-addon {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  border-radius: .25rem;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.header-search form input[type="text"] {
  padding: 8px 12px !important;
  border: 1px solid #e6e9ec !important;
}
.header-search form input[type="text"] {
  border-radius: 2px;
  padding: 0 0 0 10px !important;
  border: none !important;
  background: transparent;
  color: #000;
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  outline: 0;
  font-size: 12px;
  line-height: 2;
}
.header-search .hs-search-field--open .hs-search-field__suggestions {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: none;
  max-width:278px;
  width:100%;
  position: absolute;
  background-color: #f9f9f9;
  padding: 10px;
  z-index: 46;
}
.header-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-search .hs-search-field__suggestions #results-for,
.header-search .hs-search-field__suggestions a {
  display: block;
}
.header-search .hs-search-field__suggestions a:focus, .header-search .hs-search-field__suggestions a:hover {
  background-color: transparent;
  outline: none;
  color: rgba(207,5,0,.7);
}
.header-search .hs-search-field__suggestions #results-for {
  font-weight: 500;
}
.header-search ul>li:first-child {
  margin: 0;
}
.header-search ul>li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.header-search .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
}
.header-search ul>li>a {
  text-transform: capitalize;
  color: #00f;
  font-weight: 500;
}
@media (max-width: 1330px){
  .header-search {
    margin-right: 15px;
  }
  .header-search .hs-search-field__bar form, .header-search .hs-search-field--open .hs-search-field__suggestions {
    width: 230px;
  }
}
@media (max-width: 1199px){
  .header__container.content-wrapper.header-with-search {
    padding: 0 15px;
  }
  .header-search {
    margin-right: 0;
  }
}
@media (max-width: 991px){
  .header-search .hs-search-field__bar form {
    display: block;
    padding: 10px 20px;
  }
}
@media (max-width: 881px){
  .header-search .hs-search-field--open .hs-search-field__suggestions, .header-search .hs-search-field__bar form {
    width: 190px;
  }
}
@media (max-width: 767px){
  /*.header-search {
    display:none;
  }*/
  .header-with-search .hs-search-field--open .hs-search-field__suggestions {
    position: relative;
    top: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: none;
    background-color:#f9f9f9;
    padding:10px;
    margin-bottom: 20px;
  }
  .header-with-search .mobile_nav .hs-search-field.hs-search-field--open form {
    padding: 20px 30px 0;
  }
  .header-with-search .mobile_nav form button.search-submit {
    top: 40px;
  }
  .header-with-search .hs-search-field__suggestions #results-for {
    font-weight: 500;
  }
  .header-with-search .hs-search-field__suggestions li {
    display: block;
    margin: 0;
    padding: 5px;
  }
  .header-with-search ul > li > a {
    color: #00f;
    font-weight: 500;
    text-transform: capitalize;
  }
  .header-with-search .hs-search-field__suggestions a:focus, .header-with-search .hs-search-field__suggestions a:hover {
    background-color: transparent !important;
    color: rgba(207,5,0,.7) !important;
    outline: none;
  }
}
footer.footer {
  display: block;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer__container.content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0,0,0,.1)!important;
  height: auto;
  background-color: transparent!important;
}
.footer-copyright_rtext a:focus {
  color: #0056b3;
}
.footer-col1, .footer-col2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-col2 {
  padding-top: 0.5rem;
}
.footer-image {
  text-align: center;
}

.footer-image img {
  margin-left: -90px;
  margin-top: 15px;
  vertical-align: middle;
}

.footer-menu1 ul ul ,.footer-menu2 ul ul{
  left: 0!important;
  top:0!important;
  opacity: 1!important;
  position: relative!important;
  padding-top: 24px;
}
.footer-menu1 .hs-menu-wrapper>ul>li>a,.footer-menu2 .hs-menu-wrapper>ul>li>a {
  color: black;
  font-family: montserrat,sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;


}
.footer-menu1 ul ul>li>a,.footer-menu2 ul ul>li>a {
  color: blue;
  text-decoration: none;
  font-weight: 500;
  transition: all .3s ease-in-out;
  font-family: montserrat,sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.footer-social {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 15px;
}
.footer-social h3 {
  color: black;
  text-align: left;
  font-family: montserrat,sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin: 0;
}
.footer-copyright {
  margin-top: 20px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer-copyright_ltext {
  text-align: left;
}
.footer-copyright_rtext {
  text-align: right;
}
.footer-cols1 span,.footer-cols1 p  {
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 0!important;
  margin-top: 0!important;
  font-size: 12px;
  line-height: 17px;
  color: #000;
  font-weight: 300;
  font-family: montserrat,sans-serif;
}
.footer-cols1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-copyright_ltext {
  text-align: left;
}
.footer-copyright_rtext {
  text-align: right;
}
.footer-cols1 p {
  margin: 0;
}
.footer-copyright_ltext .hs_cos_wrapper {
  display: inline-block;
}
.footer-menu1, 
.footer-menu2, 
.footer-social {
  margin-top: 3rem;
}
.footer-copyright_rtext a {
  color: rgba(207,5,0,.7);
  font-weight: 500;
}
.footer-cols3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-row.justify-content{
  justify-content: center;
}
.footer-copyRight_text {
  text-align: center;
}
.footer-cols3 p {
  margin-top: -30px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  color: #000;
  font-weight: 300;
  font-family: montserrat,sans-serif;
}
.footer-row.justify-content.footer__container.content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.footer-menu1 ,.footer-menu2{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-col2 .hs-menu-wrapper>ul>li {
  line-height: 0;
}
.social-icons{
  line-height: 1;
}

@media @media (max-width: 1050px) and (min-width: 992px){
 .social-icons a:last-child {
    font-size: 12px;
    display: block;
} 
}

@media (min-width: 480px){
  .footer-copyright, .footer__container.content-wrapper {
    width: 450px;
  }

}
@media (min-width: 576px) {
  .footer__container.content-wrapper , .footer-copyright {
    max-width: 540px;
  }

}
@media (min-width: 768px) {
  .footer__container.content-wrapper , .footer-copyright {
    max-width: 720px;
    width: 750px
  }
  .footer-cols1 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer-col1, .footer-col2 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .footer-menu1{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer-social {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer-cols3 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer-menu2 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .footer__container.content-wrapper , .footer-copyright {
    max-width: 960px;
    width: 970px;
  }
  .footer-col1,.footer-col2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-menu1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-social {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .footer-cols1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-cols1 span,.footer-cols1 p {
    margin: 35px 0 45px;
  }
  .footer-cols3 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer-menu2 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 1200px){
  .footer__container.content-wrapper, .footer-copyright  {
    max-width: 1140px;
    width: 1140px;
  }
}
@media (max-width: 1200px){
  .footer-image img {
    width: 450px!important;
  }
}

@media (max-width: 991px){
  .footer-copyright .footer-row .footer-cols1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-social {
    flex: 0 0 100%;
    max-width: 100%;
}
  .social-icons a:last-child{
    display: table;
  } 
  .social-icons {
    line-height: 1;
  }
}

@media (max-width: 767px){
  .footer-copyright .footer-row .footer-cols1 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}


@media (max-width: 768px){
  .footer-image img {
    width: 420px!important;
  }
}

@media (max-width: 992px){
  .footer-menu1 ul ul>li>a,.footer-menu2 ul ul>li>a  {
    white-space: normal!important;
  }
}

@media (max-width: 575px){
  .footer-copyright .footer-row .footer-cols1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 479px){
  .footer-image img {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 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;
  }
}
.virtual_conference_rw1 .banner-image {
  background-size: cover!important;
  background-position: 0 -160px!important;
  background-repeat: no-repeat;
}
.virtual_conference_rw2 h2 {
  font-size: 30px;
  line-height: 1.1;
  font-family: montserrat,sans-serif;
  margin: 0;
  color: rgb(34 34 34);
  font-weight: 500;
  text-align: center;
}
.virtual_conference_rw2 p {
  margin: 0;
  font-size: 18px;
  margin-top: 20px;
  color: rgb(0 0 0);
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.virtual_conference_rw2 .span9 {
  padding: 0 15px !important;
}
.virtual_conference_rw2 p+ul {
  padding: 0;
  margin: 0;
}
.virtual_conference_rw2 p+ul li {
  margin-top: 20px;
  margin-left: 48px;
  font-size: 18px;
  color: rgb(8 75 34);
  line-height: 21px;
}
.virtual_conference_rw2 h2:after,
.virtual_conference_rw2 h2:before {
  display: none;
}
.virtual_conference_rw3 h2 {
  color: rgb(29 32 37);
  position: relative;
  margin: 0;
  margin-top: 40px;
  
  padding-bottom: 40px;
  font-size: 34px;
}
.virtual_conference_rw3 .span7,
.virtual_conference_rw3 .span5 {
  padding: 0 15px !important;
}
.virtual_conference_rw3 .span7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.virtual_conference_rw3 .span5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.virtual_conference_rw3 p {
  margin-bottom: 0;
}
.virtual_conference_rw3 ul {
  padding: 0;
  margin: 0;
}
.virtual_conference_rw3 ul li {
  margin-top: 20px;
  margin-left: 48px;
  font-size: 18px;
  color: rgb(8 75 34);
  line-height: 21px;
}
.virtual_conference_rw3 p {
  margin-bottom: 0;
  margin-top: 15px;
  color: rgb(0 0 0);
  font-weight: 300;
}
.virtual_conference_rw4 h2,
.culture_road_rw3 h2{
  margin-top: 40px;

  padding-bottom: 40px;
  font-size: 34px;
  margin-bottom: 0;
}
.virtual_conference_rw4 h3 {
  margin: 0;
}
.virtual_conference_rw4 .span4 h2 {
  text-align: left;
}
.virtual_conference_rw4 .span4 {
  color: rgb(139 142 147);
  line-height: 1.5;
  text-align: center;
}
.virtual_conference_rw4 hr {
  margin: 1rem 0 !important;
  height: 0 !important;
  border: 0 !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
  border-bottom-color: rgb(0 0 0 / 10%) !important;
}
.virtual_conference_rw4 h4 {
  margin: 0;
}
.virtual_conference_rw4 .span2 {
  text-align: center;
  line-height: 1.5;
  color: rgb(139 142 147);
}
.virtual_conference_rw4 .span3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  line-height: 1.5;
  color: rgb(139 142 147);
}
.virtual_conference_rw4 span {
  display: inline-block;
}
.virtual_conference_rw3 h2:after,
.virtual_conference_rw4 h2:after,
.service_single-area.bg-sand .col-12.skill h2.title-text:after,
.culture_road_rw3 h2:after{
  width: 40px;
  height: 1px;
  background: rgb(207 5 0 / 70%);
  background-color: rgb(207 5 0 / 70%);
  bottom: 25px;
  content: '';
  position: absolute;
  left: 0;
}
.virtual_conference_rw3 h2:before,
.virtual_conference_rw4 h2:before,
.culture_road_rw3 h2:before,
.service_single-area.bg-sand .col-12.skill h2.title-text:before{
  bottom: 25px;
  content: '';
  position: absolute;
  left: 0;
  width: 110px;
  height: 1px;
  background-color: rgb(214 219 226);
}
body.pop-active {
  overflow: hidden;
}
.virtual_conference_rw5 .cm-bottom-pane-wrapper .span8 {
  padding: 0 15px;
}
.virtual_conference_rw1 .banner-heading h2{
  text-transform: uppercase;
}
.culture_road_rw2.virtual_conference_rw2 h2 {
  text-align: left;
}
.culture_road_rw2.virtual_conference_rw2 p {
  color: rgb(139 142 147);
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.culture_road_rw2.virtual_conference_rw2 p:last-child {
  margin-top: 15px;
  color: rgb(0 0 0);
  font-weight: 300;
}
.culture-road-page .hs-button {
  height: 50px;
  line-height: 50px;
  border: 1px solid rgb(12 198 82);
  padding: 0 30px;
  border-color: rgb(207 5 0 / 70%);
  background: rgb(207 5 0 / 70%);
  background-color: rgb(207 5 0 / 70%);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  color: rgb(255 255 255);
  display: inline-block;
  transition: all .3s ease-in-out;
}
.culture_road_rw3 p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  margin-top: 15px;
  color: rgb(0 0 0);
  font-weight: 300;
}
.culture_road_rw3 ul ~ span {
  margin-top: 15px;
  color: rgb(0 0 0);
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.culture_road_rw3 h2+p {
  margin-bottom: 15px;
}
.culture_road_rw3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  line-height: 30px;
}
.culture_road_rw3 ul strong {
  font-weight: bolder;
  color: rgb(139 142 147);
}
.culture_road_rw3 ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(207 5 0 / 70%);
  margin-right: 10px;
  font-size: 12px;
}

.member-.member-deetta-inner-page details.member-image-posi-right .row-fluid {
  margin: 0;
}
.cultureroad-leadership-page .culture_road_rw1 .banner-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.cultureroad-leadership-page .culture_road_rw1 .banner-image h2 {
  text-transform: unset;
}
.culture_road_rw3 ul li:before {
  content: "\f138";
}
.culture_road_rw1 .banner-image {
  background-size: unset;
  background-repeat-x: repeat;
}

.edi_strategy_inner_rw6 .hs_cos_wrapper_type_rich_text {
  width: 66.667% !important;
  display: block;
  margin: 0 auto;
}

.edi_strategy_inner_rw6 .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #8b8e93;
  font-weight: 300;
}

.edi_strategy_inner_rw6 .hs_cos_wrapper_type_rich_text ul li {
  text-align: center;
  width: auto;
  list-style-position: inside;
}


.edi_strategy_inner_rw6 .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 15px;
}

.fa-globe:before {
  content: "\f0ac";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-trophy:before {
  content: "\f091";
}
.culture_road_rw6 .dnd-section {
  background-position: 50% 0!important;
  background-size: cover!important;
  background-repeat: no-repeat !important;
}
.culture_road_rw6 h2 {
  font-size: 30px;
  line-height: 1.1;
  margin: 0;
}
.culture_road_rw6 .hs_cos_wrapper_type_rich_text:before {
  content: "\f10e";
}
.culture_road_rw6 .hs_cos_wrapper_type_rich_text:before {
  font: normal normal normal 14px/1 FontAwesome;
  margin-bottom: 25px;
  color: rgb(207 5 0 / 70%);
  font-size: 36px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.culture_road_rw6 .span8 {
  margin-top: 50px;
}
.culture_road_rw6 p {
  padding-bottom: 30px;
  font-size: 16px;
  color: rgb(139 142 147);
  padding-right: 1.5rem!important;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 26px;
}
.culture_road_rw6 h4 {
  font-size: 20px;
  line-height: 1.1;
  font-family: montserrat,sans-serif;
  margin: 0;
  color: rgb(34 34 34);
}
.culture_road_rw6 h4+span {
  font-family: montserrat,sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: rgb(139 142 147);
  font-weight: 300;
}
.culture_road_rw6 .span4 img {
  margin-bottom: 40px;
  margin-top: -30px;
  max-width: unset !important;
}
.culture_road_rw6 .span8>div {
  background-color: rgb(245 245 246);
}
.full_width_rw1 .banner-image h3 {
  color: rgb(255 255 255);
  font-size: 25px;
  line-height: 1.1;
  font-family: montserrat,sans-serif;
  margin: 0;
}
.full_width_rw1 .banner-heading h2{
  margin-top: 0px;
}
.full_width_rw1 .banner-heading {
  line-height: 1.5;
}
.full_width_rw2.virtual_conference_rw2 h2 {
  margin-top: 40px;

  text-align: left;
}
.full_width_rw2.virtual_conference_rw2 p {
  margin-top: 15px;
  color: rgb(0 0 0);
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}
.edi_strategy_rw2.virtual_conference_rw2 p {
  margin-top: 15px;
}
.edi_strategy_rw2.virtual_conference_rw2 ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.edi_strategy_rw3 p {
  text-align: left;
}
.edi_strategy_rw3 {
  text-align: center;
}
.edi_strategy_rw5 .hero-block.home-about {
  padding-top: 0;
}
.edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2 {
  text-align: left;
  margin-top: 40px;
 
  padding-bottom: 40px;
}
.edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2:before,
.coaching_rw4 h2:before{
  width: 110px;
  height: 1px;
  background-color: rgb(214 219 226);
  content: '';
  position: absolute;
  left: 0;
}
.edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2:after,
.coaching_rw4 h2:after{
  background: rgb(207 5 0 / 70%);
  background-color: rgb(207 5 0 / 70%);
  content: '';
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
}
.edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2:after, 
.edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2:before,
.coaching_rw4 h2:after,
.coaching_rw4 h2:before{
  bottom: 25px;
  transform: unset !important;
}
.edi_strategy_rw5 .hero-block.home-about .team-items .card .card_img.text-center {
  text-align: left;
}
.edi_strategy_rw5 .hero-block.home-about .team-items .card .card_img.text-center img.img-full {
  margin-left: 10%;
}
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(3) .card .card_img.text-center img.img-full {
  width: 250px;
}
.edi_strategy_rw5 .hero-block.home-about .team-items .card h5.card-title {
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: rgb(165 42 42);
  transition: all 0.4s ease;
  line-height: 26px;
}
.edi_strategy_rw5 .hero-block.home-about .team-items .card p {
  margin: 0;
  padding: 0;
  transition: all .3s ease;
  text-align: left;
  margin-left: 15%;
  margin-right: 18%;
  font-size: 14px;
  margin-top: 15px;
  color: rgb(0 0 0);
  font-weight: 300;
}
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(4), 
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(5),
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(6) {
  margin-top: 1.5rem!important;
}
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(4) img.img-full {
  width: 250px !important;
}
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(5) img.img-full {
  width: 250px !important;
}
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(7) img.img-full {
  width: 250px !important;
}
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(8) img.img-full, 
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(9) img.img-full {
  width: 290px !important;
}
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(7),
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(8), 
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(9) {
  margin-top: 1.5rem;
}
.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(7) {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.edi_strategy_rw5 .hero-block.home-about {
  padding-top: 0;
  padding-bottom: 40px;
}
.coaching_rw2.virtual_conference_rw2 p {
  margin-top: 15px;
}
.coaching_rw2.virtual_conference_rw2 h4 {
  margin: 40px 0 0;
}
.coaching_rw2.virtual_conference_rw2 h4+p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}
.coaching_rw2.virtual_conference_rw2 p+ul,
.coaching_rw4 ul{
  margin-top: 15px;
}
.coaching_rw2.virtual_conference_rw2 p+ul li,
.coaching_rw4 ul li{
  margin: 0;
  list-style: none;
  line-height: 30px;
  float: left;
  margin-bottom: 21px;
}
.coaching_rw2.virtual_conference_rw2 p+ul li span,
.coaching_rw4 ul li span{
  font-size: 14px;
  float: left;
  width: 50%;
}
.coaching_rw2.virtual_conference_rw2 p+ul li span:before,
.coaching_rw4 ul li span:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: rgb(207 5 0 / 70%);
  margin-right: 10px;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.coaching_rw2.virtual_conference_rw2 p+ul li span:before,
.coaching_rw4 ul li span:before{
  content: "\f138";
}
.coaching_rw2.virtual_conference_rw2 p+ul li strong,
.coaching_rw4 ul li strong{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  margin-top: 15px;
  font-weight: 300;
  display: block;
}
.coaching_rw4 ul {
  padding: 0;
  margin-bottom: 0;
}
.coaching_rw3.edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2 {
  margin: 0;
}
.coaching_rw3.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(4) .card img.img-full {
  width: 265px !important;
}
.coaching_rw4 h2 {
;
  padding-bottom: 40px;
  font-size: 34px;
  color: rgb(29 32 37);
  position: relative;
  margin: 0;
}
.coaching_rw4 ul li span{
  width: 100% !important;
}
.coaching_rw2 .cm-button-wrapper.button-theme-blue a {
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(0,128,191);
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255,255,255);
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 6px 18px;
  text-shadow: none;
  width: auto;
  line-height: 36px;
  font-size: 18px !important;
  font-weight: 700;
}
.coaching_rw2 .cm-button-wrapper.button-theme-blue a:hover {
  background: rgb(0,140,210) !important;
  color: rgb(255,255,255) !important;
}
.hero-block.home-about .row.related-projects.no-popup a.team_wrap {
  cursor: default;
  pointer-events: none;
}
.team_rw2 p {
  text-align: center;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  margin: 0 auto;
  padding: 0 10px;
}
.team_rw3 .hero-block.home-about {
  padding-top: 0;
  padding-bottom: 100px;
}
.team_rw3 .hero-block.home-about .team-items {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0 0 -3px !important;
}
.team_rw3 .hero-block.home-about .team-items .card.team-card {
  margin-top: 50px;
}
.team_rw3 .hero-block.home-about .team-items .card_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.team_rw3 .hero-block.home-about .team-items .card_img .img-full {
  transition: all .4s ease;
  width: 100%;
}
.team_rw3 .hero-block.home-about .team-items .card-block {
  padding-left: 30px;
  text-align: left;
}
.team_rw3 .hero-block.home-about .team-items .card-block h6.card-title {
  margin: 0;
  padding: 15px 0 10px;
  transition: all .3s ease;
  padding-bottom: 5px;
}
.team_rw3 .hero-block.home-about .team-items .card-block span {
  font-family: montserrat,sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: rgb(139 142 147);
  font-weight: 300;
  display: inline-block;
}
.team_rw3 .hero-block.home-about .team-items:hover img.img-full {
  transform: scale(1.1);
}
.team_rw3 .hero-block.home-about .team-items .card-block h6.card-title:hover {
  color: rgb(207 5 0 / 70%);
}
.team_rw3 .hero-block.home-about .team-items {
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  margin: 0 0 -3px!important;
  max-width: 25% !important;
}
.team_rw3 .hero-block.home-about .team-items:nth-child(4), 
.team_rw3 .hero-block.home-about .team-items:nth-child(5),
.team_rw3 .hero-block.home-about .team-items:nth-child(6) {
  margin-top: 0!important;
}
.team_rw5 .cm-bottom-pane-wrapper .span8 {
  padding-right: 15px;
  padding-left: 15px;
}
.team_rw5 .cm-bottom-pane-wrapper .span8 p {
  color: rgb(0 0 0);
  font-size: large;
  font-family: 'Montserrat';
  margin-bottom: 0;
}
.team_rw5 .cm-bottom-pane-button {
  padding-top: 1.5rem;
}
.team_rw5 .cm-bottom-pane-button a.popupbtn {
  border-radius: 0;
}
.training_and_development__rw1 .banner-image:before {
  display: none;
}
.training_and_development__rw2.virtual_conference_rw2 .span9 {
  padding: 0 !important;
}
.training_and_development__rw3 {
  text-align: right;
}
.training_and_development__rw3 .dnd-section>.row-fluid>.dnd-column {
  padding-right: 55px;
}
.training_and_development__rw3 h4 {
  margin-top: 30px;
  color: rgb(0 0 0);
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 0;
}
.training_and_development__rw3 p {
  margin-top: 30px;
  color: rgb(0 0 0);
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}
.training_and_development__rw4 section.service_single-area.cm-adv-content-wrapper .service_details-desc h2.title-text {
  margin-top: 0;
}
.training_and_development__rw4 h3 {
  font-size: 25px;
  line-height: 1.1;
  margin: 0;
}
.training_and_development__rw4 section.service_single-area.cm-adv-content-wrapper .service_details-desc p~p {
  font-family: unset;
  font-size: unset;
  line-height: unset;
  list-style: none;
  margin-top: 15px !important;
  color: rgb(0 0 0);
  font-weight: 300;
  display: block;
}
.training_and_development__rw4 p {
  margin-top: 15px;
  color: rgb(0 0 0);
  font-weight: 300;
}
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2 {
  margin-top: 0;
}
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items .card .card_img.text-center img.img-full {
  margin-left: 0;
}
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items .card .card_img.text-center {
  text-align: center;
}

.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(8) img.img-full, 
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(9) img.img-full {
  width: 250px!important;
}
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(10),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(11),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(12),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(13),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(14),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(15),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(16),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(17),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(18),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(19),
.training_and_development__rw5.edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(20){
  margin-top: 1.5rem;
}
.portfolio_rw1 .banner-image br {
  display: none;
}
.portfolio_rw1 .banner-image h3 {
  color: rgb(255 255 255);
  margin: 0;
}
.portfolio_rw2 section.service_single-area.cm-adv-content-wrapper .service_details-desc p {
  margin-top: 15px;
  color: rgb(0 0 0);
  font-weight: 300;
  display: block;
  line-height: 26px;
  margin-bottom: 0;
}
.portfolio_rw2 section.service_single-area.cm-adv-content-wrapper .service_details-desc h3 {
  margin-bottom: 0;
}
.portfolio_rw2 section.service_single-area.cm-adv-content-wrapper .service_details-desc ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
.portfolio_rw2 section.service_single-area.cm-adv-content-wrapper .service_details-desc ol li {
  color: rgb(0 0 0);
  padding-top: 0.5rem!important;
  font-weight: 300;
}
.portfolio_rw2 section.service_single-area.cm-adv-content-wrapper {
  padding-bottom: 0;
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper .service_details-desc p {
  display: block;
  color: rgb(139 142 147);
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper .service_details-desc h3 {
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 0;
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper .service_details-desc h3+p {
  margin-top: 15px;
  color: rgb(0 0 0);
  font-weight: 300;
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper .service_details-desc ul {
  margin-top: 15px;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper ul li i.fa.fa-chevron-circle-right:before {
  content: "\f138";
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper ul li i.fa.fa-chevron-circle-right {
  color: rgb(207 5 0 / 70%);
  margin-right: 10px;
  font-size: 12px;
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper ul li a {
  font-size: 14px;
  color: rgb(139 142 147);
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper ul li {
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.inclusive_managers_toolkit_rw2 .hs-button {
  -webkit-font-smoothing: antialiased;
  background: rgb(0 128 191);
  border-radius: 6px;
  border-width: 0;
  color: rgb(255 255 255);
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-weight: 700;
  height: auto;
  line-height: 36px;
  margin-bottom: 20px;
  padding: 6px 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: auto;
  min-height: 51px;
  display: flex;
  align-items: center;
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper {
  padding-bottom: 0;
}
.inclusive_managers_toolkit_rw2 .agenda_opacity.offerings {
  margin: 0;
}
.inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper .span12 {
  padding: 0;
}
.inclusive_managers_toolkit_rw3 section.service_single-area.cm-adv-content-wrapper .service_details-desc h2.title-text {
  margin: 0;
  text-transform: initial;
}
.inclusive_managers_toolkit_rw3 section.service_single-area.cm-adv-content-wrapper p {
  margin-top: 15px;
  color: rgb(0 0 0);
  margin-bottom: 0;
  font-weight: 300;
}
.inclusive_managers_toolkit_rw5 h2 {
  padding-bottom: 40px;
  color: rgb(29 32 37);
  position: relative;
  margin: 0;
}
.inclusive_managers_toolkit_rw5 h2:after {
  background: rgb(207 5 0 / 70%);
  background-color: rgb(207 5 0 / 70%);
  bottom: 25px;
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
}
.inclusive_managers_toolkit_rw5 h2:before {
  bottom: 25px;
  content: '';
  position: absolute;
  left: 0;
  width: 110px;
  height: 1px;
  background-color: rgb(214 219 226);
}


@media (min-device-width: 600px) and (max-width: 1480px){
  .full_width_rw1 .banner-image {
    background-size: cover!important;
    background-position: center 35%!important;
    background-repeat: no-repeat;
  }
  .edi_strategy_rw1 .banner-image {
    background-size: cover!important;
    background-position: 0 -120px!important;
    background-repeat: no-repeat;
  }
  .edi_strategy_rw3 .dnd-section>.row-fluid {
    padding: 0 5px;
  }
  .coaching_rw3.edi_strategy_rw5 .hero-block.home-about {
    padding-bottom: 80px;
    padding-top: 0;
  }
  .inclusive_managers_toolkit_rw2 .dnd-section,
  .inclusive_managers_toolkit_rw4 .dnd-section,
  .training_and_development__rw3 .dnd-section,
  .virtual_conference_rw4 .dnd-section,
  .virtual_conference_rw3 .dnd-section,
  .edi_strategy_rw2.virtual_conference_rw2 .dnd-section,
  .edi_strategy_rw3 .dnd-section{
    padding-bottom: 80px !important;
  }
  .inclusive_managers_toolkit_rw3 section.service_single-area.cm-adv-content-wrapper {
    padding-bottom: 80px;
  }
}

@media(max-width: 1499px){
  .virtual_conference_rw1 .banner-image {
    background-size: cover!important;
    background-position: 0 -120px!important;
    background-repeat: no-repeat;
  }
  .culture_road_rw6 .span4 img {
    margin-bottom: 40px;
    margin-top: -30px;
    max-width: 100% !important;
  }
}

@media(max-width: 1480px){
  .virtual_conference_rw4 .dnd-section:nth-child(even) {
    padding-bottom: 0!important;
  }
}

@media(max-width: 1199px){
  .virtual_conference_rw2 .span9 {
    padding: 0 15px 0 15px!important;
  }
  .virtual_conference_rw3 .dnd-section>.row-fluid {
    padding: 0 5px !important;
  }
  .virtual_conference_rw4 .dnd-section>.row-fluid {
    padding: 0 5px;
  }
  .virtual_conference_rw5 .cm-bottom-pane-wrapper .span8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%!important;
  }
  .virtual_conference_rw2 .dnd-section>.row-fluid {
    padding: 0 5px;
  }
  .culture_road_rw2.virtual_conference_rw2 .dnd-section {
    padding-bottom: 80px !important;
  }
  .culture_road_rw3 .dnd-section {
    padding-bottom: 80px !important;
  }
  .culture_road_rw3 .dnd-column {
    padding: 0 20px !important;
  }
  .culture_road_rw5 .cm-bottom-pane-wrapper .span8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .culture_road_rw6 .dnd-section>.row-fluid {
    padding: 0 5px;
  }
  .edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects {
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .edi_strategy_rw4 .cm-bottom-pane-wrapper .span8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .edi_strategy_rw5 .hero-block.home-about .content-wrapper {
    padding: 0 20px;
  }
  .edi_strategy_rw3 .dnd-section>.row-fluid {
    padding: 0;
  }
  .team_rw5 .cm-bottom-pane-wrapper .span8 {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media(max-width: 991px){
  .virtual_conference_rw2 .span3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: auto !important;
  }
  .virtual_conference_rw2 .span9 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    -ms-flex-order: 12;
    order: 12;
    width: auto !important;
  }
  .edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(7) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .virtual_conference_rw3 .span7,
  .virtual_conference_rw3 .span3,
  .virtual_conference_rw3 .span4,
  .virtual_conference_rw3 .span6, 
  .virtual_conference_rw3 .span2,
  .virtual_conference_rw4 .span7,
  .virtual_conference_rw4 .span3,
  .virtual_conference_rw4 .span4,
  .virtual_conference_rw4 .span6,
  .virtual_conference_rw4 .span5, 
  .virtual_conference_rw4 .span2,
  .virtual_conference_rw4 .span8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .virtual_conference_rw3 .dnd-section>.row-fluid,
  .virtual_conference_rw4 .dnd-section>.row-fluid{
    display: block !important;
  }
  .virtual_conference_rw3 h2,
  .virtual_conference_rw4 .span4 h2{
    padding-bottom: 30px;
    font-size: 28px;
  }
  .virtual_conference_rw3 h2:after,
  .virtual_conference_rw4 h2:after,
  .culture_road_rw3 h2:after,
  .service_single-area.bg-sand .col-12.skill h2.title-text:after,
  .coaching_rw4 h2:after,
  .virtual_conference_rw3 h2:before, 
  .virtual_conference_rw4 h2:before,
  .culture_road_rw3 h2:before,
  .service_single-area.bg-sand .col-12.skill h2.title-text:after,
  .coaching_rw4 h2:before{
    bottom: 17px;
  }
  .virtual_conference_rw4 h4 {
    margin: 0 0 20px;
  }
  .culture_road_rw3 h2, 
  .virtual_conference_rw4 h2 {
    padding-bottom: 30px;
    font-size: 28px;
  }
  .culture_road_rw6 .span8 {
    margin-top: 0;
  }
  .culture_road_rw6 .hs_cos_wrapper_type_rich_text:before {
    margin-bottom: 15px;
  }
  .full_width_rw2.virtual_conference_rw2 .dnd-section {
    padding-bottom: 80px !important;
  }
  .edi_strategy_rw5 .hero-block.home-about .team-items .card p{
    margin-bottom: 20px;
  }
  .coaching_rw5 .cm-bottom-pane-wrapper .span8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .coaching_rw4 h2 {
    padding-bottom: 30px;
    font-size: 28px;
  }
  .coaching_rw4 .dnd-section>.row-fluid {
    padding: 0 5px;
  }
  .training_and_development__rw3 .dnd-section>.row-fluid>.dnd-column {
    padding-right: 50px;
  }
  .banner-heading h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media(max-width: 767px){
  .virtual_conference_rw2 .span3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: auto!important;
  }
  .edi_strategy_inner_rw6 .hs_cos_wrapper_type_rich_text p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .edi_strategy_inner_rw6 .hs_cos_wrapper_type_rich_text {
    width: 100% !important;
  }
  .training_and_development__rw6 .cm-bottom-pane-wrapper .span12 {
    padding: 0 10px;
  }
  .training_and_development__rw3 .dnd-section>.row-fluid>.dnd-column {
    padding-right: 50px;
    padding-left: 0 !important;
  }
  .coaching_rw1.edi_strategy_rw1 .banner-image {
    background-position: center -150px !important;
  }
  .virtual_conference_rw2 .span9 {
    -ms-flex-order: 12;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 12;
    width: auto!important;
  }
  .virtual_conference_rw2 .dnd-section>.row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .virtual_conference_rw2 .dnd-section>.row-fluid {
    padding: 0;
  }
  .virtual_conference_rw2 .span9 {
    padding: 0 10px 0 10px !important;
  }
  .virtual_conference_rw3 h2, 
  .virtual_conference_rw4 .span4 h2,
  .culture_road_rw3 h2, 
  .virtual_conference_rw4 h2,
  .edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2{
    font-size: 24px;
    padding-bottom: 20px;
  }
  .virtual_conference_rw3 .dnd-section>.row-fluid {
    padding: 0 0!important;
  }
  .virtual_conference_rw3 h2:after,
  .virtual_conference_rw3 h2:before,
  .virtual_conference_rw4 h2:after,
  .virtual_conference_rw4 h2:before,
  .culture_road_rw3 h2:before,
  .culture_road_rw3 h2:after,
  .service_single-area.bg-sand .col-12.skill h2.title-text:before
  .service_single-area.bg-sand .col-12.skill h2.title-text:after,
  .culture_road_rw3 h2:after, 
  .culture_road_rw3 h2:before{
    bottom: 12px;
  }
  .edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2:after,
  .edi_strategy_rw5 .hero-block.home-about .row.justify-content-md-center.related-projects h2:before {
    bottom: 12px;
    transform: unset!important;
  }
  .virtual_conference_rw3 .span5,
  .virtual_conference_rw3 .span7,
  .virtual_conference_rw4 .span4,
  .virtual_conference_rw4 .span8,
  .virtual_conference_rw4 .span6,
  .virtual_conference_rw4 .span2,
  .virtual_conference_rw4 .span3{
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .edi_strategy_rw5 .hero-block.home-about .team-items .card p {
    margin: 15px 0 0 0;
  }
  .edi_strategy_rw5 .hero-block.home-about .team-items:nth-child(7) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .edi_strategy_rw5 .hero-block.home-about .team-items .card .card_img.text-center img.img-full {
    margin-left: 0;
  }
  .edi_strategy_rw5 .hero-block.home-about .team-items .card .card_img.text-center {
    text-align: center;
  }
  .edi_strategy_rw5 .hero-block.home-about .team-items .card p {
    margin-bottom: 20px;
  }
  .edi_strategy_rw5 .hero-block.home-about .team-items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .edi_strategy_rw5 .hero-block.home-about .content-wrapper {
    padding: 0 10px;
  }
  .virtual_conference_rw3 .span5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .virtual_conference_rw4 .dnd-section>.row-fluid {
    padding: 0;
  }
  .virtual_conference_rw4 .dnd-section {
    line-height: 0;
  }
  .culture_road_rw6 .dnd-row>.row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .culture_road_rw6 .span4 img {
    margin-bottom: 40px;
    margin-top: 30px;
    max-width: 100% !important;
    position: relative;
    z-index: 9;
  }
  .culture_road_rw5 .cm-bottom-pane-wrapper .page-center {
    padding: 0 25px;
  }
  .culture_road_rw3 .dnd-column {
    padding: 0 10px !important;
  }
  .culture_road_rw3 h2, .virtual_conference_rw4 h2 {
    color: rgb(29 32 37);
    position: relative;
    margin: 0;
    font-size: 24px;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .culture_road_rw6 .span8 {
    margin-top: 0;
    padding: 0 10px !important;
    margin-bottom: 35px;
  }
  .culture_road_rw6 p {
    padding-bottom: 0;
  }
  .full_width_rw1 .banner-heading h2 {
    font-size: 40px;
  }
  .edi_strategy_rw3 .dnd-section>.row-fluid {
    padding: 0;
  }
  .edi_strategy_rw3 .dnd-section>.row-fluid .dnd-column {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .edi_strategy_rw4 .cm-bottom-pane-wrapper .cm-bottom-pane-button a {
    margin-bottom: 40px;
  }
  .coaching_rw2.virtual_conference_rw2 p+ul li span {
    width: 100%;
    float: none;
  }
  .coaching_rw2.virtual_conference_rw2 p+ul li:last-child {
    margin: 0;
  }
  .coaching_rw2.virtual_conference_rw2 .dnd-section>.row-fluid {
    padding: 0 5px;
  }
  .edi_strategy_rw5 .hero-block.home-about .content-wrapper,
  .coaching_rw3.edi_strategy_rw5 .hero-block.home-about .content-wrapper {
    padding: 0 15px;
  }
  .edi_strategy_rw5 .hero-block.home-about .team-items .card p {
    text-align: center;
  }
  .coaching_rw5 .cm-bottom-pane-wrapper .span8 {
    padding: 0 10px;
  }
  .team_rw3 .hero-block.home-about .team-items {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    margin: 0 0 -3px!important;
    max-width: 100%!important;
  }
  .team_rw2 p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .team_rw2 .dnd-column {
    padding: 0 9px !important;
  }
  .team_rw3 .hero-block.home-about .team-items {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    margin: 0 0 0!important;
    max-width: 100%!important;
    padding: 0 10px;
  }
  .inclusive_managers_toolkit_rw2 section.service_single-area.cm-adv-content-wrapper ul li {
    width: 100% !important;
  }
}


@media(max-width: 599px){
  .virtual_conference_rw4 .dnd-section {
    padding-bottom: 40px!important;
    line-height: 0;
  }
  .culture_road_rw2.virtual_conference_rw2 .dnd-section {
    padding-bottom: 40px !important;
  }
  .culture_road_rw3 .dnd-column {
    padding: 0 15px !important;
  }
  .culture_road_rw3 .dnd-section {
    padding-bottom: 40px !important;
  }
  .full_width_rw2.virtual_conference_rw2 .dnd-section {
    padding-bottom: 40px!important;
  }
  .coaching_rw1.edi_strategy_rw1 .banner-image {
    background-position: center center !important;
  }
}

@media(max-width: 480px){
  .virtual_conference_rw1 .banner-image {
    padding-top: 60px;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
  }
  .edi_strategy_rw1 .banner-image {
    padding-top: 60px;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat;
  }
  .edi_strategy_rw2.virtual_conference_rw2 .dnd-section>.row-fluid {
    padding: 0 5px;
  }
  .culture_road_rw2.virtual_conference_rw2 .span9 {
    padding: 0 15px!important;
  }
  .culture_road_rw2.virtual_conference_rw2 .advanced-menu {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .full_width_rw1 .banner-image {
    padding-top: 60px;
    background-size: cover!important;
    background-position: center 40%!important;
    background-repeat: no-repeat;
    padding-bottom: 30px;
  }
}




.privacy-content p {
  margin: 0;
  margin-top: 15px;
  color: #000000;
  line-height: 26px;
}

.privacy-content h1 {
  margin: 0;
}

.privacy-content ol {
  margin: 0;
  padding: 0;
  line-height: 21px;
  margin-bottom: 1rem;
}


.member-deetta-content-row2 .hs_cos_wrapper_type_rich_text p {
  color: #000000;
  font-size: large;
  font-family: 'Montserrat';
  padding-top: 1.5rem;
  line-height: 26px;
  margin-bottom: 30px;
}

.member-deetta-content-row2 .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
}

.member-deetta-content-row2 video {
  display: block;
  height: 276px;
}




.about-row2 .hs_cos_wrapper_type_rich_text h2, 
.about-row3 .hs_cos_wrapper_type_rich_text h2, 
.about-row4 .hs_cos_wrapper_type_rich_text h2,
.about-row5 .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 0;
  font-size: 30px;
}

.about-row2 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 0;
}

.about-row3 .hs_cos_wrapper_type_rich_text p,
.about-row4 .hs_cos_wrapper_type_rich_text p,
.about-row5 .hs_cos_wrapper_type_rich_text p {
  padding-top: 1.5rem;
  margin: 0;
}

.about-row3 .dnd-section .span6:first-child {
  border-right: 1px solid gray;
}

.about-row4 .hs_cos_wrapper_type_rich_text ul{
  margin: 0 0 0 2rem;
  padding: 1.5rem 0 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 300;
}


body.pop-active {
  overflow: hidden;
}
.home-row3,
.home-row2 {
  margin: 0 -15px;
}

.about-row5 .hs_cos_wrapper_type_rich_text ul {
  margin: 0 0 0 2rem;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 300;
}
.about-row5 .hs_cos_wrapper_type_rich_text ul li,
.about-row4 .hs_cos_wrapper_type_rich_text ul li {
  padding-left: 5px;
}

.activation-series-page .banner-image .banner-heading h1 {
  margin-bottom: 22px;
  margin-top: -40px;
}

.home-row6 p {
  margin-bottom: 30px;
  color: #000000;
  font-size: large;
  font-family: 'Montserrat';
}

.home-row4 section.cm-tcc-wrapper {
  padding-bottom: 70px;
}
.culture_road_rw6 h2 {
  color: #222222;
}
.home-row6 video {
  height: 372px;
  display:block;
}

.home-row6 h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.home-row6 h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 110px;
  height: 1px;
  background-color: #d6dbe2;
}

.home-row6 h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 40px;
  height: 1px;
  background-color: #0cc652;
  background: rgba(207,5,0,0.7);
  background-color: rgba(207,5,0,0.7);
}

.banner-section .dnd-section{
  padding: 0; 
}

.register-banner .banner-heading h2 {
  padding-top: 90px;
}

.activation-series-page .full_width_rw1 .banner-heading h2 {
  margin-bottom: 20px;
  margin-top: -40px;
}

@media (min-width: 768px){
  .home-row6 h2:before {
    bottom: 17px;
  }
  .home-row6 h2 {
    padding-bottom: 30px;
  }
  .home-row6 h2:after {
    bottom: 17px;
  }

}

@media (min-width: 992px){
  .home-row6 h2 {
    padding-bottom: 40px;
  }
  .home-row6 h2:after {
    bottom: 25px;
  }
  .home-row6 h2:before {
    bottom: 25px;
  }

}

@media (min-width:1380px){
  .home-row4 .cm-tcc-wrapper .span6 img {
    max-width: none;
    width: 640px;
  }
}

@media (min-device-width: 600px) and (max-width: 1480px){
  .positions-banner .banner-image,
  .member-deetta-banner .banner-image {
    background-position: 0px -120px !important;
  }
}

@media (max-width:767px){
  .privacy-content .dnd-section{
    padding-bottom:80px !important; 
  }
  .privacy-content ol {
    padding-left: 20px;
  }
  .subscribe-row1 .dnd-section,
  .home-row6 .dnd-section{
    padding-top:80px !important; 
    padding-bottom:80px !important; 
  }
  .positions-content-row1 .dnd-section{
    padding-top:80px !important; 
  }
}




@media (max-width:767px){
  .member-deetta-content-row2 .hs_cos_wrapper_type_rich_text h2 {
    color: #1d2025;
    position: relative;
    margin: 0;
    font-size: 24px;
  }
  .home-row6 video {
    height: 248px;
  }
  .home-row6 h2{
    font-size: 24px;
  }
  .positions-banner .banner-image,
  .member-deetta-banner .banner-image {
    background-position: center !important;
  }
  .member-deetta-content-row2 video {
    height: 216px;
  }

  .member-deetta-content-row2 .dnd-section {
    padding: 80px 0 !important;
  } 
}

.fancybox-button,
.fancybox-active .fancybox-navigation .fancybox-button div,
button.fancybox-button.fancybox-button--zoom {
  color: #ccc;
  background: rgba(30,30,30,.6) !important;
}
.fancybox-active .fancybox-navigation .fancybox-button,
.fancybox-active .fancybox-navigation .fancybox-button[disabled],
.fancybox-active .fancybox-navigation .fancybox-button:hover{
  background: transparent !important;
}
.fancybox-active .fancybox-navigation .fancybox-button div:hover,
.fancybox-active .fancybox-navigation .fancybox-button[disabled] div:hover,
.fancybox-active button.fancybox-button.fancybox-button--zoom:hover{
  color: #fff;
}