/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -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.45299145300001%;
  }

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

/* .dnd-section .dnd-column {
  padding: 0 1rem;
}
 */
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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 - date picker */

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header.header {box-shadow: 0px 3px 6px #00000029; position: relative;z-index: 9999;}
/* My custome code */
.mainHeaderLogo img {object-fit: contain;}
.mainHeaderLogo {margin-right: auto; max-width: 210px; width: 100%;}
.mainHeaderLogo a {display: block;}
ul.listParentOfNav li a {padding: 42px 15px 42px 15px; display: block;}
.mainNavForIntuto ul {display: flex; justify-content: flex-start; align-items: center;}
/* .headerRow {display: flex; align-items: center;}
.headerRow {display: flex; align-items: center;} */
li.signInIcon a {display: flex; align-items: center; gap: 10px;}
li.signInIcon {display: inline-block;}
.forLeftSideMarginSpace{margin-right:auto;}
ul.rightSideTwoButtons {display: flex; gap: 28px; align-items: center;}
.header__logo.header_site_logo {margin-right: auto;}
.Navigation_Right {padding-left: 30px;}


/* Updates */
.headerMiddleRowRightIcon svg {width: 20px; height: 20px; display:block;}
.headerSocialIcon a {display: block;}
.headerSocialIcon svg {display: block; width: 15px; height: 15px; fill:#0f2154; stroke: #0f2154;}
.headerTopRow {background-color: #b0e2bb;}
.headerMiddleRow {background-color: #0f2154;}
.midTextContent p {font-size: 16px;}

.closeDiv svg {width: 18px; height: 18px; display: block; cursor: pointer;}
.relative {position: relative;}
.headerSocialIcon a {width: 25px; height: 25px; border-radius: 50%; background-color: #97c3c6; display: flex; align-items: center; justify-content: center; line-height: 35px; position:relative; overflow: hidden;z-index: 1;}
.headerMiddleRowLeftCol {display: flex; gap: 16px;}
.headerMiddleRowRightInner {display: flex; align-items: center; gap: 16px; }
.headerMiddleRowRightContent {display: flex; align-items: center; gap:8px}
.headerMiddleRowInner {display: flex; justify-content: space-between; gap: 30px; padding: 10px 0px;}
.headerTopRawParent {display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0px;}
.midTextContent {width: calc(100% - 18px); text-align: center;}
.headerMiddleRowRightText a {color: #ffffff; font-weight: 400;}
.headerMiddleRowRightIcon svg {fill: #a2e4b8;}
.midTextContent p a {color: #0f2154;}
.midTextContent p {font-size: 16px; color: #0f2154;}
.midTextContent span {text-decoration: underline;}
.btn{width: 225px; font-size: 18px; text-align: center; color: hsla(0,0%,100%,.9); border-radius: 25px; background-color: #ebf1f5; background-size: 600%; -webkit-animation: anime 16s linear infinite; animation: anime 16s linear infinite; display: flex; padding: 10px 22px; align-items: center; gap: 20px; font-size: 16px; justify-content: space-between; font-weight: 700;}

/* @-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

.headerSocialIcon a svg{
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

.headerSocialIcon a:hover svg {
  color: #fff;
  transform: rotateY(360deg);
}

.headerSocialIcon a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.headerSocialIcon a:hover:before {
  top: 0;
}

.headerSocialIcon:nth-child(1) a:before{
  background: #3b5999;
}

.headerSocialIcon:nth-child(2) a:before{
  background: #55acee;
}

.headerSocialIcon:nth-child(3) a:before {
  background: #0077b5;
}

.headerSocialIcon:nth-child(4) a:before {
  background: #dd4b39;
}
.headerSocialIcon a:hover svg {
  fill: #fff;
  stroke: #fff;
}

span.arrowForButton {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #1b365d;
}

span.arrowForButton svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: #1b365d;
}
.search {
  width: 45px;
  height: 45px;
  transform: 0.5s;
  background: #ebf1f5;
  overflow: hidden;
  position: relative;
  border-radius: 60px;
  box-shadow: 0 0 0 0 5px #2573ef;
}

.search.active {
  width: 360px;
}

.search .icon {
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  display: flex;
  z-index: 1000;
  cursor: pointer;
  position: absolute;
  background: #ebf1f5;
  border-radius: 60px;
  align-items: center;
  justify-content: center;

}

.search .icon:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #000000;
  transform: translate(-4px,-4px);
}

.search .icon:after {
  content: "";
  width: 3px;
  height: 9px;
  position: absolute;
  background: #000000;
  transform: translate(6px,6px) rotate(315deg);
}

.search .input {
  left: 60px;
  width: 300px;
  height: 45px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.search .input input {
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 10px 0;
  position: absolute;
  background: #ebf1f5;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding:0;
  margin: 0;
}

.clear {
  top: 50%;
  right: 15px;
  width: 15px;
  height: 15px;
  display: flex;
  cursor: pointer;
  background: #ff0;
  position: relative;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.clear:before {
  width: 1px;
  height: 15px;
  content: "";
  position: absolute;
  background: #999;
  transform: rotate(45deg);
}

.clear:after {
  width: 1px;
  height: 15px;
  content: "";
  position: absolute;
  background: #999;
  transform: rotate(315deg);
}
.searchBarAndCta {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: flex-end;
  padding-bottom: 10px;
}
/* .mainNavBarDandT ul li:last-child a {
padding-right: 0px;
} */
.headerTwoNavColWrap {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  padding-top: 15px;
}
span.loginLogo {
  position: relative;
  display: none;
}

/* Search bar */
.searchBarForHeader a{
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  line-height: 45px;
  align-items: center;
  border-radius: 50%;
  background-color: #ebf1f5;
}

/* Search Style */ 
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #14233e;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);    
  opacity: 0;
  display: none;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
  opacity: 1;
  z-index: 999;
  display: block;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  color: rgb(255, 255, 255);
  background: transparent;
  border: 2px solid rgba(255,255,255,.5);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  outline: none;
  padding: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}
#search input[type="search"]::-webkit-search-cancel-button{
  -webkit-appearance: none;
  -webkit-user-modify: read-write !important;
  height: 32px;
  position:relative;
  right:10px ;
  content: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/VisualEditor_-_Icon_-_Close_-_white.svg/1200px-VisualEditor_-_Icon_-_Close_-_white.svg.png");
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search .close:hover{
  color: #fff;
  cursor: pointer;
}
/* * */
/* Effect 13: three circles */
/* .mainNavBarDandT ul li a {
-webkit-transition: color 0.3s; 
-moz-transition: color 0.3s;
transition: color 0.3s;
position:relative;
}
.mainNavBarDandT ul li a::before {
position: absolute;
top: 60%;
left: 50%;
color: transparent;
content: '•';
text-shadow: 0 0 transparent;
font-size: 1.2em;
-webkit-transition: text-shadow 0.3s, color 0.3s;
-moz-transition: text-shadow 0.3s, color 0.3s;
transition: text-shadow 0.3s, color 0.3s;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;

}
.mainNavBarDandT ul li a:hover::before{
color: #1b365d;
text-shadow: 10px 0 #1b365d, -10px 0 #1b365d;
} */


/* Effect 10: reveal, push out */

.megaMenu {
  background-color: #fff;
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 15%);
  padding: 40px;
  /*transition: opacity .4s ease;*/
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}
ul.rightSideColListingParent li a {
  line-height: 1.31;
  padding: 12px !important;
  font-size: 16px !important;
  position: relative;

}
ul.rightSideColListingParent li {transition: all .4s ease; border-bottom: 1px solid #97c3c6;}
ul.rightSideColListingParent li:hover {transform: scale(1.1);}
.leftSideColmegaMenu {
  width: 35%;
}

.rightSideColmegaMenu {
  width: 60%;
}

.megaMenuRow {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

ul.rightSideColListingParent {
  display: block;
}
.rightSideColHeading h5 {
  color: #1b365d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.31;
  display: block;
}
.rightSideColInnerMegaMenu {
  display: flex;
  justify-content: flex-start;
  gap: 45px;
  flex-wrap: wrap;
}
.rightSideColHeading {
  margin-bottom: 12px;
}
.leftSideImageContent {
  margin-top: 15px;
}
.leftSideImageContent p {
  font-weight: 200;
  font-family: Roboto Condensed;
}

.topIcon {
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%);
  filter: drop-shadow(0px -10px 6px #00000029);
  opacity: 0;
  z-index: 999;
  /*transition: opacity .4s ease;*/
  visibility: hidden;
}
.leftSideTopImage {
  border-radius: 27px;
  overflow: hidden;
}
.Navigation_Inner ul li a {position:relative; z-index:998; padding-bottom: 20px  !important; padding-top: 20px  !important;}

.Navigation_Inner ul li:hover .topIcon{visibility: visible; opacity: 1;}

ul.listParentOfNav li:hover span.navArrow svg{ transform: rotate(180deg);}
span.navArrow svg path {fill: #1b365d;}

span.navArrow {padding-left: 5px;}
span.navArrow svg {
  transition: transform .4s ease-in-out;
  width: 15px;
  height: 10px;
}
ul.rightSideColListingParent li a {padding-left: 5px !important;}
.headingAndListing {
  width: calc(50% - 45px);
}
.rightSideColHeading p {
  font-size: 16px;
}
.leftSideImageContentTop {
  padding-bottom: 15px;
}
 
/* * * * * *  */
.navItem:last-child a{
  display: block;
  border-radius: 30px;
  background-color: #7dc2c3;
  color: #0f2154;
  font-weight: 700;
  font-size: 16px;
  padding: 0 !important;
  padding-bottom: 10px!important;
  padding-top: 10px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.navItem:last-child{position:relative !important;}

.navItem:last-child .megaMenu {padding: 10px;}
.navItem:last-child  .megaMenuRow {
  display: block !important;
  width: 100%;
}
.navItem:last-child  .rightSideColInnerMegaMenu {
  display: block;
  width: 100%;
}
.navItem:last-child  .megaMenu {
  left: unset;
  right: 0;
  width: 300px !important;
  max-width:unset;

}

.navItem:last-child .headingAndListing {
  width: 100%;
}

.navItem:last-child .rightSideColmegaMenu {
  width: 100%;
}
.navItem:last-child .megaMenu .rightSideColListingParent li a {
  display: unset;
  border-radius: unset;
  background-color: unset;
  color: unset;
  font-weight: unset;
  padding: 0px 0px !important;
}
.navItem:last-child .megaMenuWrap.content-wrapper {
    padding: 0px;
}
.navItem:last-child ul.rightSideColListingParent li:hover {
    transform: scale(1);
}
.navItem:last-child .topIcon {bottom: -8px;}
.navItem:last-child .rightSideColListingParent li:last-child{border-bottom: none; padding: 10px 0px;}
.navItem:last-child .rightSideColListingParent li{padding: 10px 0px;}
.navItem:last-child a:hover {color: #fff !important; background-color: #0f2154;}
.navItem:last-child a:hover span.navArrow svg path {fill:#fff;}
.navItem:last-child .rightSideColListingParent li a:hover{color:#1b365d !important;}
.navItem:last-child ul.rightSideColListingParent li a {margin-top: 0px !important;}

a.expandMenu{
 display: none; 
}
/* * * * * * * */
@media (min-width: 1081px) {
  .megaMenu {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .Navigation_Inner ul li:hover .megaMenu{visibility: visible; opacity: 1; display: block;}
}
@media (max-width: 1080px) {
  /*   .Navigation_Inner ul li a {padding: 30px 10px;}
  .Navigation_Right ul {gap: 15px;}
  .Navigation_Right {width: 179px;}
  .Navigation_Left {width: calc(100% - 179px);} */

  /*-=-=-=-= Mobile menu JS USE  MENU ICON as '<a class="expandMenu"><i></i><i></i><i></i></a>' -=-=-=*/
  a.expandMenu {width: 30px;height: 25px;display: block;cursor: pointer;padding: 3px;position: relative;margin: 0 3px 0 auto;}
  a.expandMenu i { position:relative; width: 30px; left:0; height: 2px; opacity:1; display: block; background: #0f2154; margin: 5px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  a.expandMenu i:first-child {  margin-top: 0;}

  a.expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 8px; position: relative; }
  a.expandMenu.active i:nth-child(2) { position:relative; opacity:0; }
  a.expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -6px; position: relative; }

  .childExpand { position: absolute; top: 20px; right: 20px; width: 24px; text-align: center; height: 24px; margin: 0; padding:5px; cursor:pointer; }
  .childExpand i { position:relative; width: 15px; left:0; height: 1px; opacity:1; display: block; background-color:#97c3c6; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top:-7px; }
  .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
  .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg);}

  .Navigation_row {border-top: 1px solid #fff;width: 100%;position: absolute; left: 0;top: 100%;display: none;background: rgb(21, 35, 62);text-align: left;box-shadow: 0px 4px 4px 0px rgb(153 153 153 / 30%);height: calc(100vh - 80px); overflow-y: auto !important; };
  .Navigation_Left.Navigation_Inner { width: 100%; }
  .mainNavBarDandT ul{ padding: 0; display: block !important; }
  .mainNavBarDandT ul li{ padding: 0; position: relative;}

  .Navigation_Inner ul li a { padding: 10px 20px; color:#fff !important; }
  span.navArrow { display: none; }
  span.topIcon { display: none; }
  .megaMenu { position: relative; display: none; top: inherit; left: inherit; transform: none; padding: 10px 0; border-radius: 0; }
  .megaMenuInner { border-radius: 0; }
  .allMegaMenuContentWrap { flex-wrap: wrap; }
  .leftSideContent { width: 100%; padding: 10px 20px; }
  .leftSideContent { width: 100%; }
  .leftSideContent:not(:first-child) { padding-left: 20px; }
  ul.listParentOfNav li .megaMenu { opacity: 1; visibility: visible;}


  .Navigation_Inner  ul > li + li { border-top: 1px solid rgb(255 255 255 / 5%); }
  .Navigation_Inner  ul > li > a {padding: 15px 20px; }

  .Navigation_Right {width: 100%;text-align: center;}
  .Navigation_Right ul {justify-content: center;padding-top: 12px !important;border-top: 1px solid #f29335;}
  .Navigation_Right {padding-left: 0;}
  li.signInIcon a {color: #ffffff;}
  .ctaAndNavBarWrap {display: flex; align-items: center; flex-direction: row-reverse; gap: 30px;}
  .headerTwoNavColWrap {padding-bottom: 15px;}
  #search input[type=search] {width: 60%; font-size: 28px;}
  .headerTopRawParent {padding: 15px 0;}
  .midTextContent p {font-size: 14px;}
  .mainNavBarDandT ul li a::before {display:none;}
  /* Updated */
  .megaMenuRow {display: block;}
  .leftSideColmegaMenu {width: 100%;}
  .rightSideColmegaMenu {width: 100%;}
  .rightSideColInnerMegaMenu {display: block;}
  ul.rightSideColListingParent li a {color:#1b365d !important;}
  ul.rightSideColListingParent li:hover {transform: scale(1);}
  .rightSideColHeading {margin-bottom: 0px; margin-top: 15px;}
  .headingAndListing {width:100%;}
  /*     ul.listParentOfNav li .megaMenu {overflow-y: auto;} */
  .navItem:last-child a{display: inline-block !important;
    margin-top: 20px !important;
    margin-left: 10px !important;
    color: #0f2154 !important;
  }
  .navItem:last-child .megaMenu { width: 100%!important;}
  .searchBarAndCta {padding-bottom:0px;}
  .Navigation_Inner_Main {padding-bottom: 20px;}
  
  .navItem:last-child .megaMenu{margin-top:20px;}


} 
@media (max-width: 767px) {
  .headerMiddleRowInner{flex-direction: column; align-items: center; gap: 10px;}
  span.buttonTextClass{display:none;}
  .headerTwoNavColWrap span.arrowForButton{display:none;}
  span.loginLogo {display: block;}
  span.loginLogo:before {
    content: "\f090";
    font: 21px FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%; transform: translate(-50%,-50%);}
  a.btn.mainTextColor {
    width: 45px;
    height: 45px;
  }
  .searchBarAndCta {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
  }
  #search input[type=search] {
    width: 80%;
    font-size: 18px;
  }
}

@media (max-width:480px) {
  .headerMiddleRowRightInner{
    gap: 10px;
    flex-direction: column;}
  .midTextContent p {font-size: 12px;}
}

/*------ 7-sept-22 --------*/

.mhh-header-sep-2022 .header_btn.scrolltoRgistrationForm a {
    display: inline-block;
}
.mhh-header-sep-2022 .Bottom_Header-row-0-vertical-alignment>.row-fluid .span6:last-child .span6 {
    width: 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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* 404 error page */
section.errorpagesection {padding: 200px 0;position: relative;}
.errorimg {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 80%;margin: 0 auto;text-align: center;opacity: 0.4;}
.errorimg img {opacity: 0.5;}
#hs_cos_wrapper_button .button-wrapper { padding-top : 20px; }
.errorcontent {text-align: center;position: relative;}
.errorpageinnersection{position: relative;}
.error_page_main .error_form {   border: 1px solid rgb(255 123 58 / 20%); border-radius: 10px; padding: 40px 26px; max-width: 600px; width: 100%;  margin: 0 auto;  text-align: center;background-color: rgb(255 123 58 / 10%);}
.error_page_main .error_form .systems-page { max-width: 100%; width: 100%; padding: 0;}
.error_page_main .error_page_inner { position: relative; z-index: 2;}
.error_page_main .error_form div#content h3 { display: none;}
.error_page_main .error_form div#content { padding-top: 25px;}
.error_page_main input[type=email],.error_page_main input[type=text],.error_page_main input[type=password] { border: 2px solid #223965; border-radius: 10px;  color: rgb(51 51 51 / 50%);font-size: 18px !important; font-weight: 600; background-color: transparent; font-family: 'lato',sans-serif; line-height: 1.25; padding: 12px 30px; outline: unset; width: 100% !important; margin-bottom: 0 !important;}
.error_page_main .systems-page form input[type='submit'] {  margin: 20px 0 0;}
.error_page_main .systems-page form input[type=submit] {background: #20d2ab;  border-radius: 30px; border: 1px solid #20d2ab; color: #fff; font-weight: 500; font-family: 'Montserrat'; padding: 12px 24px;    line-height: 1.12;}
section.content-wrapper.unsubscribeerror {padding: 200px 0;}

section.searchresultsection { background: #15233e; padding: 150px 0;}
section.searchresultsection h1 { color: #fff; font-weight: 400;}
.searchpageresult {padding: 50px 0 80px;}
.searchpageresult ul li a { color: #6ba4b8;}
.searchpageresult ul#hsresults li { padding: 15px 0;}
.searchpageresult ul#hsresults li+* { border-top: 1px solid #6ba4b8;}
.searchpageresult  .hs-search-results__pagination { padding-top: 50px;}
.searchpageresult .hs-search-results__pagination a { color: #6ba4b8; font-weight: 500;}

/*---------*/
.systems-page.login .troubleshoot-link {
    text-align: center;
}
.systems-page.login .troubleshoot-link a {
    display: inline-block;
    font-size: 14px;
}
/*--------*/

@media (max-width : 767px){
section.errorpagesection {  padding: 150px 0;}
  .errorimg {  width: 100%;}
  section.searchresultsection { padding: 70px 0;}
}
@media (max-width : 767px){
section.errorpagesection {  padding: 80px 0;}
  
}