/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/normalize.css/normalize.css ***!
  \**************************************************************************************************************************************************************************************************************************************/
/*! 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;
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./client/packs/shared-styles.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "fontello";
  src: font-url(/packs/static/vendor/assets/fonts/fontello-455a37b88812aa203d24.eot?97015410);
  src: font-url(/packs/static/vendor/assets/fonts/fontello-455a37b88812aa203d24.eot?97015410#iefix) format("embedded-opentype"), font-url(/packs/static/vendor/assets/fonts/fontello-8d385b2b134ef5bc117b.woff?97015410) format("woff"), font-url(/packs/static/vendor/assets/fonts/fontello-c04a22ad1564d208a4f9.ttf?97015410) format("truetype"), font-url(/packs/static/vendor/assets/fonts/fontello-7691faea8648410c373b.svg?97015410#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: font-url('fontello.svg?97015410#fontello') format('svg');
  }
}
*/
.icon-college:before, .icon-calendar:before, .icon-cake:before, .icon-house:before, .icon-left:before, .icon-dot-3:before, .icon-menu:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-menu:before {
  content: "\e800";
} /* '' */
.icon-dot-3:before {
  content: "\e801";
} /* '' */
.icon-left:before {
  content: "\e802";
} /* '' */
.icon-house:before {
  content: "\e803";
} /* '' */
.icon-cake:before {
  content: "\e804";
} /* '' */
.icon-calendar:before {
  content: "\e805";
} /* '' */
.icon-college:before {
  content: "\e806";
} /* '' */
/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
html {
  font-size: 1em;
}

body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.43;
}

h1, h2, h3 {
  font-weight: 600;
}

abbr[title] {
  /* normalize.css (a third party module used in this project) adds
     a border-bottom to this element, but some browsers define a
     text-decoration style by default, resulting in a doubled border. */
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus, [tabindex]:focus {
  outline: 3px solid #63FFDA;
  outline-offset: 0;
}

/* Additional override for Firefox */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 3px solid #63FFDA;
  outline-offset: 0;
}

a {
  /* These styles MUST be overwritten for any components where
   * links are displayed inline, e.g. in a paragraph of text,
   * to ensure that the links are visually distinguishable.
   * See the `content-links` mixin below.
   */
  text-decoration: none;
  color: inherit;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.mastercard-logo {
  display: block;
  margin: 44px auto 44px auto;
}
@media screen and (min-width: 600px) {
  .mastercard-logo {
    margin: 72px auto 72px auto;
  }
}

textarea {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.43;
}
@media screen and (max-width: 599px) {
  textarea {
    font-size: 1rem;
  }
}

.app-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(/packs/static/media/BG-Grey-1x-6f59e0c3bf7b0635735e51096eec7a50.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.content-wrapper {
  min-width: 320px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  padding-top: 106px;
  padding-left: 15px;
  padding-right: 15px;
}
.content-wrapper__redesign {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin-bottom: 4rem;
  padding-top: 74px;
  grid-column-gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .content-wrapper__redesign {
    margin: 0 2rem 4rem 2rem;
    padding-top: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .content-wrapper__redesign--posts {
    margin: 0 2rem 4rem 2rem;
    display: flex;
    justify-content: space-between;
  }
}
.content-wrapper__legacy-body {
  min-width: 320px;
  max-width: 484px;
  margin: auto;
  margin-top: -8px;
}
.content-wrapper__legacy-body--page {
  max-width: 40rem;
  margin-top: -16px;
}
.content-wrapper__legacy-body--page.edit {
  margin-top: 3rem;
}
.content-wrapper__user-common-profile {
  grid-column: 1/4;
  color: #333F48;
  max-width: 640px;
}
@media screen and (min-width: 1024px) {
  .content-wrapper__user-common-profile {
    grid-column: 2/4;
    width: 100%;
  }
  .content-wrapper__user-common-profile.sidebar-hidden {
    grid-column: 1/4;
  }
}
@media screen and (max-width: 599px) {
  .content-wrapper__user-common-profile {
    margin: 1rem;
  }
}
.content-wrapper__legacy-body_horizontal-alignment_center {
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper_flush-edge-frame_top {
  margin-top: 0;
}
.content-wrapper_flush-edge-frame_my_baobab_top {
  margin-top: 74px;
}
.content-wrapper_flush-edge-frame_bottom {
  margin-bottom: 0;
}
.content-wrapper_flush-edge-content_top {
  padding-top: 0;
}
.content-wrapper_flush-edge-content_left {
  padding-left: 0;
}
.content-wrapper_flush-edge-content_right {
  padding-right: 0;
}
.content-wrapper_horizontal-alignment-frame_center {
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-wide {
  margin: 0 20px;
  width: 100%;
  max-width: calc(100vw - 40px);
  text-align: center;
}
.content-wrapper-wide__navigation {
  width: 100%;
  display: inline-block;
}

/* 12px is the total spacing between the top of the browse button
 * and the top of the header bar including the various position,
 * margin, and padding values that apply.
 */
/* 8px = total bottom spacing of browse button within header bar */
#skip-to-content:focus {
  font-weight: 600;
  background: #337A35;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 17px;
  line-height: 17px;
  padding: 0 1em;
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 99;
}
@media screen and (max-width: 599px) {
  #skip-to-content:focus {
    box-shadow: 0 0 0 3px #337A35;
    left: 3px; /* TODO: replace with $focus-outline-width once SPA-13 is merged */
    right: 3px;
    top: 3px;
  }
}

@media screen and (max-width: 599px) {
  .app {
    -webkit-transition: top 0.05s;
    transition: top 0.05s;
  }
}

@media screen and (max-width: 599px) {
  #skip-to-content:focus ~ .app {
    margin-top: 23px;
    /* TODO: replace with (2 * $focus-outline-width) once SPA-13 is merged */
  }
}

@media screen and (max-width: 599px) {
  .page-header {
    -webkit-transition: top 0.05s;
    transition: top 0.05s;
  }
}

@media screen and (max-width: 599px) {
  #skip-to-content:focus ~ .app .page-header {
    top: 23px;
    /* TODO: replace with (2 * $focus-outline-width) once SPA-13 is merged */
  }
}

@media screen and (max-width: 599px) {
  .main-menu__button-container {
    -webkit-transition: top 0.05s;
    transition: top 0.05s;
  }
}
@media screen and (min-width: 600px) {
  .main-menu__button-container {
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
  }
}

@media screen and (max-width: 599px) {
  #skip-to-content:focus ~ .app .page-header__left-container {
    top: 23px;
    /* TODO: replace with (2 * $focus-outline-width) once SPA-13 is merged */
  }
}
@media screen and (min-width: 600px) {
  #skip-to-content:focus ~ .app .page-header__left-container {
    position: absolute;
    left: 180px;
    -webkit-transition: left 0.05s;
    transition: left 0.05s;
  }
}

.status-alert.status-alert {
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid currentColor;
  padding: 1em;
  background-color: #fff;
  color: #2F7B6B;
}
.status-alert.status-alert p {
  margin: 0;
  color: #333F48;
}
.status-alert.status-alert ul {
  margin: 0.5rem 0 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.43;
  color: #333F48;
  margin-left: -1.3rem;
}

.error-alert.error-alert {
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid currentColor;
  padding: 1em;
  background-color: #FCF3F6;
  color: #9E1F23;
}
.error-alert.error-alert p {
  margin: 0;
  color: #333F48;
}
.error-alert.error-alert ul {
  margin: 0.5rem 0 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.43;
  color: #333F48;
  margin-left: -1.3rem;
}
.error-alert.error-alert--account-settings {
  margin: 1rem 0;
  border-radius: 5px;
}
.error-alert.error-alert--profile {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #D22A2F;
  border: 1px solid rgba(210, 42, 47, 0.5019607843);
  padding: 0;
}
.error-alert.error-alert--profile .material-icon-error {
  padding: 0 1.125rem;
  color: #fff;
  font-size: 1rem;
}
.error-alert.error-alert--profile .message-box {
  background-color: #fff;
  width: 100%;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.75rem 1rem;
  letter-spacing: -0.16px;
}

.error {
  font-weight: 600;
  color: #9E1F23;
}

.input-line-item {
  margin: 1em 0;
}

.field-label-checkbox input + label {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.field-label-checkbox input + label:before {
  content: " ";
  width: 1em;
  height: 1em;
  border: 1px solid #7A7671;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  left: 0;
  text-align: center;
  padding-bottom: 2px;
  overflow: hidden;
}
.field-label-checkbox input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.field-label-checkbox input:focus + label:before {
  outline: 3px solid #63FFDA;
  outline-offset: 0;
}
.field-label-checkbox input:checked + label:before {
  content: "X";
}

.field-label {
  display: block;
  margin-bottom: 1em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.43;
  font-weight: 400;
  margin-top: 2rem;
}

.field-input {
  width: 100%;
  padding: 1em;
  border: none;
  border-radius: 5px;
  background: #F4F5F6;
  color: #5B6770;
}
@media screen and (max-width: 599px) {
  .field-input {
    font-size: 1rem;
  }
}
.field-input[aria-invalid=true] {
  border-color: #9E1F23;
  box-shadow: 0 0 0 1px #9E1F23;
}

.form-actions {
  margin-top: 24px;
  margin-bottom: 4px;
  border: none;
  padding: 0;
  text-align: right;
}

.action-item {
  margin-top: 24px;
  margin-bottom: 24px;
  border: none;
  padding: 0;
}

.action-save-button {
  display: inline-block;
  border: none;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
  height: 40px;
  min-width: 72px;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  background: #333F48;
  color: #fff;
}
.action-save-button:hover {
  background-color: #231F20;
  transition: all 0.2s ease-in-out;
}

input[type=submit].action-save-button {
  padding: 0;
}

.action-cancel-button {
  display: inline-block;
  border: none;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
  height: 40px;
  min-width: 72px;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #333F48;
  border-color: #333F48;
  margin-left: 12px;
}

.base-textarea {
  width: 100%;
  display: block;
  white-space: pre-line;
  word-wrap: break-word;
  line-height: 1.43;
  border: 1px solid #BEC3C7;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 5px;
  color: #5B6770;
  background-color: #F4F5F6;
  font-weight: 400;
}

.base-input {
  font-size: 1rem;
  width: 100%;
  background-color: #F4F5F6;
  border: 1px solid #BEC3C7;
  border-radius: 5px;
  color: #5B6770;
  padding: 1em;
}

.app {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.app-container {
  overflow-x: hidden;
  overflow-y: auto;
}
.app-container::-webkit-scrollbar {
  display: none;
}
.app-container--native {
  margin-top: -74px;
}

.native-body--ios {
  -webkit-transform: translate3d(0, 0, 0);
}

.tab-navigation {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #333F48;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
  padding-top: 5rem;
  font-weight: 400;
}
.tab-navigation__container {
  max-height: calc(100vh - 60px);
  list-style: none;
  text-align: left;
}
.tab-navigation__item {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}
.tab-navigation__item:hover {
  background-color: rgba(51, 63, 72, 0.05);
}
.tab-navigation__item--active {
  background-color: rgba(51, 63, 72, 0.1);
  border-left: 3px solid #333F48;
}
.tab-navigation__item--active .tab-navigation__item-text {
  color: #333F48;
  font-weight: bold;
}
.tab-navigation__item-text {
  text-decoration: none;
  font-size: 1.125rem;
}
.tab-navigation__menu-trigger {
  font-size: 2rem;
  cursor: pointer;
  text-align: left;
  margin-top: 0;
}

.backdrop-blur {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 0;
  transition: 0.5s;
}
.backdrop-blur.active {
  display: block;
}

.block-tab-navigation {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1490196078);
  display: block;
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}
.block-tab-navigation__1-block-container .block-tab-navigation__block {
  width: 100%;
}
.block-tab-navigation__2-block-container .block-tab-navigation__block {
  width: 50%;
}
.block-tab-navigation__3-block-container .block-tab-navigation__block {
  width: 33%;
}
.block-tab-navigation__4-block-container .block-tab-navigation__block {
  width: 25%;
}
.block-tab-navigation__block {
  background-color: #fff;
  border-bottom: 4px solid transparent;
  color: #7A7671;
  display: block;
  float: left;
  width: 100%;
  height: 80px;
  padding: 16px 12px 12px; /* 16px top padding balances out 4px bottom border */
  text-align: center;
}
.block-tab-navigation__block:focus {
  /* Used for elements where a standard outline would not be visible
   * due to other CSS rules, like display:table or overflow:hidden.
   */
  outline: 3px solid #63FFDA;
  outline-offset: -3px;
}
.block-tab-navigation__block_selected {
  color: #337A35;
  border-bottom-color: #337A35;
}
.block-tab-navigation__block .material-icons, .block-tab-navigation__block-label {
  color: inherit;
  display: block;
}
.block-tab-navigation__block-label {
  padding-top: 8px;
  text-transform: uppercase;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  font-weight: 600;
}

.eu-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  line-height: 56px;
  background: #fff;
  border-top: 1px solid #f7f6f4;
  width: 100%;
  z-index: 9999;
  text-align: center;
  color: black;
}
@media screen and (min-width: 600px) {
  .eu-cookies {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.eu-cookies__content-holder {
  margin: 0 auto;
  display: block;
  padding-top: 24px;
  line-height: 18px;
}
@media screen and (min-width: 1024px) {
  .eu-cookies__content-holder {
    flex: 0 1 auto;
    padding: 0 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .eu-cookies__content-holder {
    flex: 0 1 auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
}
.eu-cookies__button-holder {
  display: inline-block;
  flex: none;
  padding-right: 20px;
}
.eu-cookies .eu-cookies-ok {
  background-color: #337A35;
  border: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  height: 28px;
  line-height: 28px;
  margin-right: 0px;
  min-width: 100px;
  padding: 0 12px;
  text-align: center;
  white-space: nowrap;
  margin: 0 4px;
}
.eu-cookies a {
  color: #337A35;
  display: inline-block;
  flex: none;
  line-height: 20px;
  height: 28px;
  border: 4px solid #337A35;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  min-width: 100px;
  padding: 0 12px;
  margin: 18px 0;
  text-transform: uppercase;
}

.native-body .eu-cookies {
  position: absolute;
  top: 0;
  bottom: auto;
}

.native-body.external .eu-cookies {
  position: absolute;
  top: 56px;
  bottom: auto;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style-type: none;
  padding: 0;
}
.card-grid--articles-card {
  column-gap: 1.375rem;
  row-gap: 2rem;
}
.card-grid__card {
  width: calc(100% - 0.75rem);
  z-index: 1;
}
.card-grid__card.modal-display {
  z-index: unset;
}
.card-grid__card.topic {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .card-grid__card.topic {
    width: calc(33.333% - 1rem);
  }
}
@media screen and (min-width: 1024px) {
  .card-grid__card {
    width: calc(33.333% - 1rem);
  }
}

.registration-wrapper {
  min-width: 320px;
  max-width: 632px;
  margin: auto;
  margin-top: 8rem;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.registration-wrapper__pattern {
  position: fixed;
  top: 7rem;
  left: -23.375rem;
  width: 40.25rem;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .registration-wrapper__pattern {
    display: none;
  }
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.main-menu-search__container {
  margin: 1rem 0 2rem 0;
}
@media screen and (max-width: 599px) {
  .main-menu-search__container {
    width: calc(100vw - 2rem);
  }
}
.main-menu-search__form-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 3.25rem;
  background: #F4F5F6;
  border-radius: 5px;
}
.main-menu-search__term-entry {
  position: relative;
  flex-grow: 1;
}
.main-menu-search__term-entry:hover {
  background-color: #D5D9DC;
  transition: all 0.2s ease-in-out;
}
.main-menu-search__magnifying-glass-icon {
  display: block;
  position: absolute;
  top: 1.125rem;
  left: 1rem;
  background: transparent;
  color: #7A7671;
  font-size: 1.125rem;
}
.main-menu-search__term-input, .main-menu-search__term-input[type=search] {
  box-sizing: border-box;
  height: 3.25rem;
  width: 100%;
  border: none;
  background: transparent;
  padding: 0.7em 0.7em 0.7em 2.7em;
  color: #231F20;
}
.main-menu-search__execute-button {
  font-size: 1rem;
  font-weight: 600;
  background: #333F48;
  border: none;
  color: #fff;
  padding: 1rem 1.5rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.main-menu-search__execute-button:hover {
  cursor: pointer;
  background-color: #1F2932;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.page-header-external {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.page-header-external__container {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header-external__desktop-logo, .page-header-external__mobile-logo {
  color: #231F20;
  height: 74px;
}
.page-header-external__desktop-logo:focus, .page-header-external__mobile-logo:focus {
  /* Used for elements where a standard outline would not be visible
   * due to other CSS rules, like display:table or overflow:hidden.
   */
  outline: 3px solid #63FFDA;
  outline-offset: -3px;
}
.page-header-external__desktop-logo img, .page-header-external__mobile-logo img {
  height: 100%;
}
.page-header-external__desktop-logo {
  display: none;
  padding: 1rem 2rem;
}
@media screen and (min-width: 1024px) {
  .page-header-external__desktop-logo {
    display: inline-block;
  }
}
.page-header-external__mobile-logo {
  display: inline-block;
  line-height: 74px;
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .page-header-external__mobile-logo {
    display: none;
  }
}
.page-header-external__left-container {
  display: flex;
  align-items: center;
  width: 6rem;
  text-align: right;
  margin-right: 1rem;
  color: #333F48;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .page-header-external__left-container {
    width: 20rem;
  }
}
.page-header-external__right-container {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 1.5rem;
  justify-content: flex-end;
  margin-right: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .page-header-external__right-container {
    margin-right: 1.5rem;
  }
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.chat-link__container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-link__container:focus {
  /* Used for elements where a standard outline would not be visible
   * due to other CSS rules, like display:table or overflow:hidden.
   */
  outline: 3px solid #63FFDA;
  outline-offset: -3px;
}
.chat-link__button {
  display: flex;
  align-items: center;
  height: 44px;
  width: 44px;
  background-color: #F4F5F6;
  border-radius: 50%;
  vertical-align: middle;
  padding: 3px 7px;
}
.chat-link__button:hover {
  background-color: #D5D9DC;
  box-shadow: 0 0 0 6px #F4F5F6;
  transition: all 0.2s ease-in-out;
}
.chat-link__button:hover .chat-link__button-icon-image {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.chat-link__button-icon {
  position: relative;
  order: 1;
  position: relative;
  width: 25px;
  height: 25px;
  margin: auto;
}
.chat-link__button-icon-image {
  vertical-align: bottom;
  width: 1.25rem;
}
.chat-link__button-icon-count {
  position: absolute;
  top: -2rem;
  right: -2rem;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-link__button-icon-count-text {
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #D22A2F;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.chat-link__button-icon-count-text--over-99 {
  font-size: 0.625rem;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.notification-link__container {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: auto 0;
  background: #F4F5F6;
  border-radius: 50%;
}
.notification-link__container:hover {
  background-color: #D5D9DC;
  box-shadow: 0 0 0 6px #F4F5F6;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.notification-link__container:hover .notification-link__icon {
  transform: scale(1.1);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.notification-link__container:focus {
  /* Used for elements where a standard outline would not be visible
   * due to other CSS rules, like display:table or overflow:hidden.
   */
  outline: 3px solid #63FFDA;
  outline-offset: -3px;
}
.notification-link__container.open {
  background-color: #333F48;
}
.notification-link__icon-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-link__icon {
  font-size: 1.875rem;
  color: #5B6770;
}
.notification-link__icon.open {
  color: #fff;
}
.notification-link__notification-count {
  position: absolute;
  top: -2rem;
  right: -2rem;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-link__notification-count-text {
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  background: #D22A2F;
  color: #fff;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 20px;
  text-align: center;
}
.notification-link__content-container {
  position: relative;
  height: 100%;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.i18n-toggle__button {
  display: inline-block;
  background: #F4F5F6;
  color: #5B6770;
  border: #F4F5F6;
  border-radius: 3.125rem;
  height: 44px;
  width: 44px;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: 600;
}
.i18n-toggle__button:hover {
  background-color: #D5D9DC;
  box-shadow: 0 0 0 6px #F4F5F6;
  padding: 0.675rem 0;
  transition: all 0.2s ease-in-out;
  font-size: 1.125rem;
  font-weight: 700;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.user-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 74px;
  z-index: 19;
  padding: 0 1rem 2rem;
  width: 100vw;
  max-height: calc(100vh - 4.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  color: #333F48;
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #f7f6f4;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .user-menu {
    padding: 0 1rem 9.5rem;
  }
}
@media screen and (min-width: 600px) {
  .user-menu {
    left: auto;
    width: 510px;
    padding: 0 1rem;
  }
}
.user-menu.open {
  display: block;
}
.user-menu__overlay {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  height: 10000px;
  background-color: #231F20;
  z-index: 19;
  opacity: 0.8;
  display: none;
}
.user-menu__overlay.open {
  display: block;
}
.user-menu__fixed-for-scroll {
  position: fixed;
  width: calc(100vw - 32px);
  max-width: 30rem;
  background: #fff;
  z-index: 10;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .user-menu__fixed-for-scroll {
    width: calc(510px - 3rem);
  }
}
.user-menu__item-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  font-size: 1rem;
  display: block;
  padding: 0 3px 0.75rem;
}
.user-menu__item-link.with-icon {
  display: flex;
  gap: 0.25rem;
  padding: 0.5rem 0;
}
.user-menu__item-link.sign-out {
  color: #D22A2F !important;
  font-weight: 600;
}
.user-menu__item-link .material-icons-outlined {
  font-size: 18px;
  margin-top: 0.1rem;
}
.user-menu__item-link:focus {
  /* Used for elements where a standard outline would not be visible
   * due to other CSS rules, like display:table or overflow:hidden.
   */
  outline: 3px solid #63FFDA;
  outline-offset: -3px;
}
.user-menu__item-link:focus, .user-menu__item-link:hover {
  color: #231F20;
}
.user-menu__view-profile-btn {
  text-align: center;
  border: 1px solid #2c3946;
  border-radius: 5px;
  padding: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.user-menu__view-profile-btn:hover {
  background: #F4F5F6;
}
.user-menu__welcome-list-container {
  width: -webkit-fill-available;
  padding-right: 2rem;
}
.user-menu__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.user-menu__header-title {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  font-weight: 600;
  font-size: 24px;
}
.user-menu__close-btn {
  border: none;
  background: none;
}
.user-menu__close-btn:hover {
  cursor: pointer;
}
.user-menu__welcome-container {
  border-top: 1px solid #D5D0CA;
  border-bottom: 1px solid #D5D0CA;
  margin: 9.5rem 0 1.5rem 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.user-menu__welcome-background {
  display: flex;
  gap: 1rem;
  width: 100%;
  border-radius: 5px;
  padding: 0.75rem 1rem;
}
.user-menu__welcome-image {
  flex-shrink: 0;
  background-color: #7A7671;
  background-image: url(/packs/static/media/default-user-icon-41db8c6e5cef1eb9c16d97d3412d0dd0.png);
  background-size: 100%;
  border-radius: 50%;
  overflow: hidden;
  width: 4.625rem;
  height: 4.625rem;
}
.user-menu__welcome-image img {
  width: 100%;
  height: 100%;
}
.user-menu__welcome-header {
  margin: 0 0 0.75rem 0;
  font-size: 24px;
  font-weight: 600;
}
.user-menu__welcome-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.user-menu__welcome-list-item {
  width: 100%;
  list-style: none;
  text-align: left;
}
.user-menu__welcome-list-item:last-of-type {
  margin-bottom: -0.75rem;
}
.user-menu__sign-out-icon {
  margin-right: 0.25rem;
}
.user-menu__link-set-header {
  position: relative;
  margin: 1rem 0;
}
.user-menu__link-set-background {
  width: 100%;
}
.user-menu__link-set-header-text {
  position: absolute;
  color: #fff;
  left: 1rem;
  top: calc(50% - 15px);
  font-size: 1.125rem;
  font-weight: 700;
  font-weight: 600;
  margin: 0;
}
.user-menu__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-menu__language-container {
  position: sticky;
  bottom: 0;
  padding-bottom: 1rem;
  margin-top: 2rem;
  background: #fff;
  -webkit-box-shadow: 0px -10px 5px 5px rgba(255, 255, 255, 0.85);
  -moz-box-shadow: 0px -10px 5px 5px rgba(255, 255, 255, 0.85);
  box-shadow: 0px -10px 5px 5px rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 599px) {
  .user-menu__language-container {
    position: fixed;
    width: calc(100vw - 2rem);
  }
}
.user-menu__language-select {
  width: 100%;
  height: 3.25rem;
  border-radius: 5px;
  border: none;
  padding: 0 1rem;
  color: #333F48;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #F4F5F6;
  background-image: url(/packs/static/app/assets/images/caret-down-c26d468a7952a5fea811.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem top 55%;
  background-size: 0.675rem;
}

.page-header {
  height: 74px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -spec-transition: all 0.25s;
  transition: all 0.25s;
}
.page-header.open {
  left: 200px;
  right: -200px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-header.open {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-header.open {
    left: 0;
    right: 0;
  }
}
.page-header__landing-page {
  height: 74px;
}
.page-header__original-header {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 74px;
  justify-content: space-between;
}
.page-header__navigation-header {
  height: 74px;
}
.page-header__navigation-header-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .page-header__navigation-header-link-container {
    height: 74px;
    padding-top: 0;
  }
}
.page-header__navigation-header-link {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.43;
  font-weight: 400;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 74px;
  width: 20vw;
  color: #32414f;
  padding: 0 1.25rem 0.5rem 1.25rem;
  border-bottom: 4px solid #fff;
}
@media screen and (min-width: 1024px) {
  .page-header__navigation-header-link {
    width: 6.25rem;
    padding: 0.25rem 1.25rem;
  }
}
.page-header__navigation-header-link.open {
  border-top: 4px solid #32414f;
}
@media screen and (min-width: 1024px) {
  .page-header__navigation-header-link.open {
    border-top: none;
    border-bottom: 4px solid #32414f;
    padding-bottom: 0;
  }
}
.page-header__navigation-header-link.open .page-header__navigation-header-link-icon {
  transition: all 0.2s ease-in-out;
  filter: unset;
}
@media (hover: hover) {
  .page-header__navigation-header-link:hover .page-header__navigation-header-hover-background {
    transition: all 0.2s ease-in-out;
    opacity: 1;
  }
  .page-header__navigation-header-link:hover .page-header__navigation-header-hover-img {
    transition: all 0.2s ease-in-out;
    transform: translate(0px, 2.5rem);
    opacity: 0.3;
  }
  .page-header__navigation-header-link:hover .page-header__navigation-header-link-icon {
    transition: all 0.2s ease-in-out;
    transform: scale(1.125);
  }
}
.page-header__navigation-header-hover-background {
  position: absolute;
  top: 0.5rem;
  bottom: 0.25rem;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
  background-color: #F4F5F6;
  border-radius: 5px;
  overflow: hidden;
}
.page-header__navigation-header-hover-img {
  position: absolute;
  top: -4rem;
  left: -0.5rem;
  width: 3.5rem;
  transition: all 0.3s ease-in;
}
.page-header__navigation-header-hover-img.yellow {
  filter: brightness(0) saturate(100%) invert(75%) sepia(82%) saturate(680%) hue-rotate(350deg) brightness(101%) contrast(91%);
}
.page-header__navigation-header-hover-img.orange {
  filter: brightness(0) saturate(100%) invert(78%) sepia(21%) saturate(7300%) hue-rotate(348deg) brightness(101%) contrast(94%);
}
.page-header__navigation-header-hover-img.dkorange {
  filter: brightness(0) saturate(100%) invert(37%) sepia(88%) saturate(1592%) hue-rotate(0deg) brightness(101%) contrast(107%);
}
.page-header__navigation-header-hover-img.dkgreen {
  filter: brightness(0) saturate(100%) invert(43%) sepia(21%) saturate(1210%) hue-rotate(78deg) brightness(95%) contrast(93%);
}
.page-header__navigation-header-link-text {
  margin-top: 0.25rem;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(89%) sepia(10%) saturate(140%) hue-rotate(165deg) brightness(88%) contrast(88%);
  font-size: 0.6875rem;
}
@media screen and (min-width: 1024px) {
  .page-header__navigation-header-link-text {
    margin-top: 0.5rem;
    filter: unset;
    font-size: 0.75rem;
  }
}
.page-header__navigation-header-link-icon {
  display: flex;
  height: 24px;
  align-items: center;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(89%) sepia(10%) saturate(140%) hue-rotate(165deg) brightness(88%) contrast(88%);
}
@media screen and (min-width: 1024px) {
  .page-header__navigation-header-link-icon {
    transition: all 0.2s ease-in-out;
    height: 21px;
    filter: unset;
  }
}
.page-header__chat-button {
  height: 74px;
  width: 3.5rem;
  position: relative;
}
.page-header__notifications-button {
  height: 74px;
  display: flex;
  position: relative;
  margin-left: 0.75rem;
}
.page-header__left-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -spec-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  flex: 1 1 55%;
}
.page-header__center-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -spec-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 4rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1490196078);
}
@media screen and (min-width: 1024px) {
  .page-header__center-container {
    display: list-item;
    position: relative;
    bottom: unset !important;
    height: auto;
    box-shadow: none;
  }
}
.page-header__right-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -spec-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  flex: 1 1 55%;
  justify-content: flex-end;
}
.page-header__language-toggle {
  display: inline-block;
  margin: auto 0;
}
.page-header__options-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  display: block;
  text-align: center;
  width: 50px;
  position: relative;
  float: right;
  right: 0;
  top: 0;
  height: 74px;
  color: #333F48;
  width: 0;
}
.page-header__options-link:focus {
  /* Used for elements where a standard outline would not be visible
   * due to other CSS rules, like display:table or overflow:hidden.
   */
  outline: 3px solid #63FFDA;
  outline-offset: -3px;
}
.page-header__user {
  display: flex;
  height: 74px;
  margin: auto 1rem auto 0.75rem;
  vertical-align: middle;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .page-header__user {
    margin: auto 1.5rem auto 0.75rem;
  }
}
.page-header__user-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 5.375rem;
  height: 44px;
  background-color: #F4F5F6;
  border-radius: 1.5rem;
  padding: 0.75rem 0.5rem;
}
.page-header__user-link:hover {
  background-color: #D5D9DC;
  box-shadow: 0 0 0 6px #F4F5F6;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.page-header__user-link:focus {
  /* Used for elements where a standard outline would not be visible
   * due to other CSS rules, like display:table or overflow:hidden.
   */
  outline: 3px solid #63FFDA;
  outline-offset: -3px;
}
.page-header__user-link.open {
  background: #333F48;
}
.page-header__user-link.open .page-header__menu {
  color: #fff;
}
.page-header__user-image {
  background-color: #7A7671;
  background-image: url(/packs/static/media/default-user-icon-41db8c6e5cef1eb9c16d97d3412d0dd0.png);
  background-size: 100%;
  border-radius: 50%;
  overflow: hidden;
  width: 1.25rem;
  height: 1.25rem;
}
.page-header__user-image img {
  width: 100%;
  height: 100%;
}
.page-header__menu {
  color: #231F20;
  font-weight: 600;
}
.page-header__desktop-logo, .page-header__mobile-logo {
  color: #231F20;
  height: 74px;
}
.page-header__desktop-logo:focus, .page-header__mobile-logo:focus {
  /* Used for elements where a standard outline would not be visible
   * due to other CSS rules, like display:table or overflow:hidden.
   */
  outline: 3px solid #63FFDA;
  outline-offset: -3px;
}
.page-header__desktop-logo img, .page-header__mobile-logo img {
  height: 100%;
}
.page-header__desktop-logo {
  display: none;
  padding: 1rem 2rem;
}
@media screen and (min-width: 1024px) {
  .page-header__desktop-logo {
    display: inline-block;
  }
}
.page-header__mobile-logo {
  display: inline-block;
  line-height: 74px;
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .page-header__mobile-logo {
    display: none;
  }
}
.page-header__page-title {
  vertical-align: top;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 74px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-header__page-title {
    display: none;
  }
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.notification-icon {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  left: 1rem;
  top: 12px;
  position: absolute;
  border-radius: 5px;
}
.notification-icon__container {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.notification-icon__container .material-icons, .notification-icon__container .material-icons-outlined {
  line-height: 40px;
  color: #fff;
}
.notification-icon.story_reply, .notification-icon.mentioned_user_in_comment.story, .notification-icon.mentioned_user_in_post.story, .notification-icon.changed_topic_of_post.story {
  background-color: #2F7B6B;
}
.notification-icon.level_1_achieved, .notification-icon.level_2_achieved, .notification-icon.level_3_achieved {
  background-color: #333F48;
}
.notification-icon.note_reply, .notification-icon.event_reply, .notification-icon.post_like, .notification-icon.comment_like, .notification-icon.mentioned_user_in_comment, .notification-icon.mentioned_user_in_post, .notification-icon.changed_topic_of_post, .notification-icon.profile_post_created, .notification-icon.general {
  background-color: #8DB92E;
}
.notification-icon.question_reply, .notification-icon.ask_me_anything_created, .notification-icon.ask_me_anything_response, .notification-icon.post_like.question, .notification-icon.mentioned_user_in_comment.question, .notification-icon.mentioned_user_in_post.question, .notification-icon.changed_topic_of_post.question, .notification-icon.changed_topic_of_ama {
  background-color: #984499;
}
.notification-icon.course_release {
  background-color: #eaaa43;
}
.notification-icon.old_notification {
  background-color: #333F48;
}
.notification-icon__notification-count {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -8px;
  margin-right: -8px;
}
.notification-icon__notification-count.unread {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding-left: 6px;
}
.notification-icon__notification-count-text {
  display: block;
  color: #fff;
  position: relative;
  height: 20px;
  width: 20px;
  background: #cd2026;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
}
.notification-icon__notification-count-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.notification-list-header-buttons__setting-button {
  font-size: 1rem;
  font-weight: 400;
}
.notification-list-header-buttons__read-button {
  background-color: transparent;
  border: none;
  color: #333F48;
  cursor: pointer;
}
.notification-list-header-buttons__read-button:active {
  background-color: #333F48;
  color: black;
}
.notification-list-header-buttons__icon {
  vertical-align: middle;
  display: inline-block;
}
.notification-list-header-buttons__icon-size {
  font-size: 1rem;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.notification-menu-rollup_list-item {
  padding-top: 6px;
  padding-bottom: 6px;
}
.notification-menu-rollup__item-link {
  position: relative;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.notification-section-rule {
  color: #D5D0CA;
  background: #D5D0CA;
  border: 1px solid #D5D0CA;
  border-bottom: 0;
  display: block;
  height: 1px;
  margin: 0 20px;
  width: 100%;
}
.notification-section-rule--no-margin {
  margin: 0;
}

.notification-menu {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1490196078);
  color: #333F48;
  display: none;
  position: fixed;
  right: 0;
  top: 74px;
  bottom: auto;
  width: 510px;
  z-index: 20;
  max-height: calc(100vh - 74px);
}
@media screen and (max-width: 599px) {
  .notification-menu {
    width: 100vw;
  }
}
.notification-menu.open {
  display: flex;
  flex-direction: column;
}
.notification-menu__content {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.notification-menu__header {
  border-top: 1px solid #f7f6f4;
  padding: 0 16px 16px 16px;
  position: relative;
  text-align: left;
}
.notification-menu__header-title {
  font-weight: 600;
  margin-bottom: 0;
}
.notification-menu__close-anchor {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 56px;
  width: 56px;
  color: #7A7671;
}
.notification-menu__close-anchor:focus {
  /* Used for elements where a standard outline would not be visible
   * due to other CSS rules, like display:table or overflow:hidden.
   */
  outline: 3px solid #63FFDA;
  outline-offset: -3px;
}
.notification-menu__body {
  min-width: 320px;
  max-width: 632px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 350px;
  padding: 0px 1rem 1rem 0.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
}
.notification-menu__overlay {
  position: fixed;
  top: 74px;
  right: 0;
  height: 10000px;
  background-color: #231F20;
  z-index: 20;
  opacity: 0.8;
  width: 100vw;
  display: none;
}
.notification-menu__overlay.open {
  display: block;
}
@media screen and (max-width: 599px) {
  .notification-menu__overlay {
    width: 100vw;
  }
}
.notification-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .notification-menu__list {
    margin-bottom: 16.5rem;
  }
}
.notification-menu__list-header-container, .notification-menu__list-item {
  color: #333F48;
  position: relative;
  padding: 12px 0;
  text-align: left;
}
.notification-menu__list-header-container.unread, .notification-menu__list-item.unread {
  background-color: rgba(206, 235, 241, 0.4);
  border-bottom: 1px solid #C3E6EE;
  margin-bottom: -1px;
}
.notification-menu__list-item {
  padding-left: 0.5rem;
  display: flex;
}
.notification-menu__list-item:hover {
  background: #F4F5F6;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .notification-menu__list-item-mobile-rollup {
    padding-right: 12%;
  }
}
.notification-menu__list-item:last-child .notification-menu__item-link {
  padding: 0;
}
.notification-menu__footer {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .notification-menu__footer-container {
    min-width: 320px;
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    -webkit-box-shadow: 0px -30px 5px 5px rgba(255, 255, 255, 0.85);
    -moz-box-shadow: 0px -30px 5px 5px rgba(255, 255, 255, 0.85);
    box-shadow: 0px -20px 0 0 rgba(255, 255, 255, 0.85);
  }
}
@media screen and (min-width: 1024px) {
  .notification-menu__footer-container {
    padding: 12px;
  }
}
.notification-menu__footer-link {
  font-weight: 600;
  display: block;
  background-color: #F4F5F6;
  padding: 1rem 0;
  width: 100%;
  border-radius: 5px;
}
.notification-menu__footer-link:hover {
  filter: brightness(95%);
}
.notification-menu__item-link {
  color: #231F20;
  word-wrap: break-word;
  display: block;
  padding: 0;
  font-size: 1rem;
  letter-spacing: -0.16px;
  color: #333F48;
}
.notification-menu__item-text {
  margin: 0;
  display: block;
  padding: 0px 0px 0px 56px;
  min-height: 40px;
  margin-right: 1rem;
}
.notification-menu__item-text .highlighted-text {
  font-weight: 600;
}
.notification-menu__item-text .highlighted-text,
.notification-menu__item-text .timestamp-text {
  display: inline-block;
  padding: 0px 4px;
}
.notification-menu__item-text .timestamp-text {
  color: #7A7671;
  font-size: 0.75rem;
}
.notification-menu__item-text .highlighted-text:first-child {
  padding: 0px 4px 0px 0px;
}
.notification-menu__list-header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 400;
  border-bottom: 1px solid #D5D0CA;
}
.notification-menu__list-header-title {
  font-weight: 600;
  font-size: 1.17em;
  /* This item was previously an h3 element, but Baobab does not specify
   * a font size for h3 or other heading elements, so the 1.17em value
   * comes from the default useragent stylesheet in Firefox. */
  margin: 0;
  align-self: flex-end;
  margin-top: 1rem;
}
.notification-menu__rollup-container {
  display: block;
}
.notification-menu__rollup-container--hidden {
  display: none;
}
.notification-menu__view-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.notification-menu__view-button .material-icons,
.notification-menu__view-button .material-icons-outlined, .notification-menu__view-button-text {
  display: inline-block;
  vertical-align: middle;
}
.notification-menu__view-button-text {
  font-size: 1rem;
  margin-left: 5px;
}
.notification-menu__settings-link:hover {
  text-decoration: underline;
}

.landing-page-banner__container {
  background-color: #FED61B;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #D5D0CA;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .landing-page-banner__container {
    padding: 4px;
  }
}
.landing-page-banner__text {
  color: #333F48;
  font-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .landing-page-banner__text {
    display: block;
    font-size: 0.875rem !important;
  }
  .landing-page-banner__text .icon {
    font-size: 0.875rem !important;
  }
}
.landing-page-banner__link {
  text-decoration: underline;
  font-weight: 600;
}
.landing-page-banner__fix-spacing {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .landing-page-banner__fix-spacing {
    padding-bottom: 4.5rem;
  }
}

.shepherd-button {
  background: #3288e6;
  border: 0;
  border-radius: 3px;
  color: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  margin-right: 0.5rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
}

.shepherd-button:not(:disabled):hover {
  background: #196fcc;
  color: hsla(0, 0%, 100%, 0.75);
}

.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-button:disabled {
  cursor: not-allowed;
}

.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 0.75rem 0.75rem;
}

.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}

.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsla(0, 0%, 50%, 0.75);
  cursor: pointer;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color 0.5s ease;
}

.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsla(0, 0%, 50%, 0.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex: 1 0 auto;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  padding: 0.75rem 0.75rem 0;
}

.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}

.shepherd-text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: 0.75em;
}

.shepherd-text p {
  margin-top: 0;
}

.shepherd-text p:last-child {
  margin-bottom: 0;
}

.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0;
}

.shepherd-element {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  opacity: 0;
  outline: none;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}

.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.shepherd-element, .shepherd-element *, .shepherd-element :after, .shepherd-element :before {
  box-sizing: border-box;
}

.shepherd-arrow, .shepherd-arrow:before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}

.shepherd-arrow:before {
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px;
}

.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px;
}

.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px;
}

.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px;
}

.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6;
}

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target, .shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}

.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
  width: 100vw;
  z-index: 9997;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: 0.5;
  transform: translateZ(0);
  transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}

.webtour.shepherd-element {
  background: #fff;
}
.webtour.shepherd-element .shepherd-text {
  color: #333F48;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .webtour.shepherd-element .shepherd-text {
    padding-left: 2rem;
  }
}
.webtour.shepherd-element .shepherd-title {
  font-weight: 600;
  font-size: 1rem;
  color: #333F48;
  width: fit-content;
}
.webtour.shepherd-element .shepherd-button {
  font-weight: 600;
  font-size: 1rem;
  background-color: #333F48;
  color: #fff;
}
.webtour.shepherd-element .shepherd-button-secondary {
  background-color: #F4F5F6;
  color: #333F48;
}
.webtour.shepherd-element .shepherd-link {
  text-align: center;
  color: #337A35;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .webtour.shepherd-element.shepherd-centered {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
}
.webtour.shepherd-element.shepherd-has-title .shepherd-content .shepherd-header {
  background: #fff;
}
.webtour.shepherd-element.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-arrow, .webtour.shepherd-element.shepherd-pinned-top .shepherd-arrow {
  border-top-color: #232323;
}
.webtour.shepherd-element.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-arrow {
  border-bottom-color: #232323;
}
.webtour.shepherd-element.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-arrow {
  border-bottom-color: #303030;
}
.webtour.shepherd-element.shepherd-element-attached-middle.shepherd-element-attached-left .shepherd-arrow, .webtour.shepherd-element.shepherd-pinned-right .shepherd-arrow {
  border-right-color: #232323;
}
.webtour.shepherd-element.shepherd-element-attached-middle.shepherd-element-attached-right .shepherd-arrow, .webtour.shepherd-element.shepherd-pinned-left .shepherd-arrow {
  border-left-color: #232323;
}

.location-widget {
  border: 0;
  margin: 0;
  padding: 0;
}
.location-widget__tags {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.43;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.location-widget__tag-button {
  display: inline-block;
  border: none;
  border-radius: 5px;
  padding: 0.75em 0.75em;
  color: #333F48;
  background: #fff;
  border: 1px solid #333F48;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  background: #333F48;
  color: #fff;
  border-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.location-widget__tag-button:hover {
  background-color: #D5D9DC;
  transition: all 0.2s ease-in-out;
}
.location-widget__tag-button:disabled {
  opacity: 0.8;
}
.location-widget__tag-button:hover {
  background-color: #231F20;
  transition: all 0.2s ease-in-out;
}
.location-widget__tag-li {
  width: 100%;
  display: flex;
  list-style: none;
  margin-bottom: 0.5em;
}
.location-widget__tag-li label {
  width: 100%;
}
.location-widget__tag-input-container {
  display: flex;
  flex: 1;
  align-items: center;
}
.location-widget__tag-input {
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #BEC3C7;
  color: #333F48;
  background-color: #F4F5F6;
  border-radius: 5px;
  padding: 1rem;
  border-radius: unset;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  padding: 0.75rem 0 0.75rem 2rem;
  width: 100%;
}
.location-widget__tag-icon {
  position: absolute;
  padding: 0.75rem 0.75rem;
  font-size: 20px;
  color: #5B6770;
}
.location-widget__autocomplete-disabled-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #333F48;
}

.location-autocomplete__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.location-autocomplete__input-container {
  position: relative;
  display: flex;
  align-items: center;
}
.location-autocomplete__input-container input::-ms-clear {
  display: none;
}
.location-autocomplete__input {
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #BEC3C7;
  color: #333F48;
  background-color: #F4F5F6;
  border-radius: 5px;
  padding: 1rem;
  padding: 0.75rem;
  background-color: rgba(244, 245, 246, 0.4823529412);
  color: #333F48;
  width: 100%;
}
.location-autocomplete__google-logo-mobile {
  height: 1.125rem;
  padding: 0.1em 0.5em 0 0.5em;
}
.location-autocomplete__suggestions {
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #BEC3C7;
  color: #333F48;
  background-color: #F4F5F6;
  border-radius: 5px;
  padding: 1rem;
  padding: 0;
}
.location-autocomplete__suggestion {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5B6770;
  padding: 0.75rem 0.1rem 0.75rem 1rem;
  cursor: pointer;
}
.location-autocomplete__suggestion--active {
  background: #EAECED;
}
.location-autocomplete__suggestion-description {
  flex: 1;
}
.location-autocomplete__formHint {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.25rem;
}

.combobox-datepicker {
  margin-top: 1em;
  position: relative;
  font-weight: 400;
}

.combobox-datepicker .group {
  display: inline-flex;
  position: relative;
  width: 100%;
  background-color: #F4F5F6;
  color: #333F48;
  border-radius: 5px;
}

.combobox-datepicker label {
  display: block;
  font-size: 0.875rem;
  justify-self: center;
  font-weight: 500;
}

.combobox-datepicker .group input,
.combobox-datepicker .group button {
  color: #333F48;
  box-sizing: border-box;
  height: 1.75rem;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 1px solid #D5D0CA;
  position: relative;
  background-color: #F4F5F6;
  font-weight: 500;
}
.combobox-datepicker .group input.filled,
.combobox-datepicker .group button.filled {
  background-color: #333F48;
  color: #fff;
}

.combobox-datepicker .group input {
  width: 6.8rem;
  border-right: none;
  outline: none;
  font-size: 87.5%;
  padding: 1rem 0.3em;
  border-radius: 5px;
  padding-left: 0.5rem;
}

.combobox-datepicker .group button {
  position: absolute;
  left: 5.2rem;
  padding-right: 0.125rem;
  border-left: none;
  outline: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 400;
  height: 2.125rem;
}

.combobox-datepicker .group .desc {
  position: absolute;
  top: 2em;
  left: 0;
  margin-top: 0.1em;
  font-size: 90%;
  font-style: italic;
  letter-spacing: 0.025em;
  font-weight: 400;
}

.combobox-datepicker .dialog button {
  border-style: none;
  background: transparent;
}
.combobox-datepicker .dialog button .material-icons {
  margin-top: -0.25rem;
}

.combobox-datepicker .dialog-ok-cancel-group button {
  padding: 6px;
  margin-left: 1em;
  background-color: #F4F5F6;
  font-size: 0.85em;
  color: #333F48;
  outline: none;
  border-radius: 5px;
  font-weight: 600;
}

.combobox-datepicker .dialog button::-moz-focus-inner {
  border: 0;
}

.combobox-datepicker .group button.open i {
  transform: rotate(180deg) translate(0, -1px);
}

.combobox-datepicker .dialog {
  position: fixed;
  width: 320px;
  clear: both;
  border: 3px solid #333F48;
  margin-top: 1em;
  border-radius: 5px;
  padding: 0;
  background-color: #fff;
}

.combobox-datepicker .header {
  cursor: default;
  background-color: #333F48;
  padding: 7px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: space-around;
}

.combobox-datepicker .dialog h2 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1em;
  color: #fff;
  text-transform: none;
  font-weight: bold;
  border: none;
}

.combobox-datepicker .dates {
  width: 320px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  border-collapse: separate;
}

.combobox-datepicker .prev-year,
.combobox-datepicker .prev-month,
.combobox-datepicker .next-month,
.combobox-datepicker .next-year {
  padding: 4px;
  width: 24px;
  height: 24px;
  color: #fff;
}

.combobox-datepicker .prev-year:focus,
.combobox-datepicker .prev-month:focus,
.combobox-datepicker .next-month:focus,
.combobox-datepicker .next-year:focus {
  padding: 2px;
  border: 2px solid #fff;
  border-radius: 4px;
  outline: 0;
}

.combobox-datepicker .prev-year:hover,
.combobox-datepicker .prev-month:hover,
.combobox-datepicker .next-month:hover,
.combobox-datepicker .next-year:hover {
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: 0;
}

.combobox-datepicker .dialog-ok-cancel-group {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
}

.combobox-datepicker .dialog-button:focus {
  outline: 3px solid #63FFDA;
  outline-offset: 0;
}

.combobox-datepicker .dialog-button:hover {
  background-color: #D5D9DC;
}

.combobox-datepicker .fa-calendar-alt {
  color: #333F48;
}

.combobox-datepicker .month-year {
  display: inline-block;
  width: 12em;
  text-align: center;
}

.combobox-datepicker table {
  border: none;
}

.combobox-datepicker .dates th,
.combobox-datepicker .dates td {
  text-align: center;
  color: black;
  background: #fff;
  border: none;
}

.combobox-datepicker .dates tr {
  border: 1px solid #231F20;
}

.combobox-datepicker .dates td {
  padding: 3px;
  margin: 0;
  line-height: inherit;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  font-size: 15px;
  background: #eee;
  font-weight: 400;
}

.combobox-datepicker .dates td[aria-selected] {
  padding: 1px;
  border: 1px dotted #333F48;
}

.combobox-datepicker .dates td[tabindex="0"] {
  background-color: #333F48;
  color: #fff;
}

.combobox-datepicker .dates td:not(.disabled):hover {
  background-color: #231F20;
  color: #fff;
}

.combobox-datepicker .dialog-message {
  padding: 0.5rem;
  height: 100%;
  background: #333F48;
  color: #fff;
  font-weight: 400;
}

.password-input__input-container {
  position: relative;
}
.password-input__input-container .material-icons-outlined {
  cursor: pointer;
  color: #5b6770;
  position: absolute;
  right: 0.5rem;
  top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .password-input__input-container .material-icons-outlined {
    top: 1rem;
  }
}
.password-input__input-container input[type=password]::-webkit-contacts-auto-fill-button,
.password-input__input-container input[type=password]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}
.password-input__password-container {
  position: relative;
}
.password-input__password-title {
  color: #333f48;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-top: 1.2rem;
  line-height: 1rem;
}
.password-input__password-title.sign-up {
  font-size: 1rem;
  text-transform: capitalize;
}
.password-input__password-text-field {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  height: 2.5rem;
  border: none;
  padding-left: 0.6rem;
  margin: 1rem 1.5rem 0.5rem 0;
  width: 100%;
  background: #f4f5f6;
  color: #2c3946;
}
.password-input__password-text-field.sign-up {
  padding: 1.5rem 0.75rem;
}
@media screen and (min-width: 1024px) {
  .password-input__password-text-field {
    margin-top: 0.5rem;
  }
}
.password-input__password-text-field-error {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  height: 2.5rem;
  border: 1px solid #D22A2F;
  padding-left: 0.6rem;
  margin: 1rem 1.5rem 0.5rem 0;
  width: 100%;
  background: #f4f5f6;
  color: #2c3946;
}
.password-input__password-text-field-error.sign-up {
  padding: 1.5rem 0.75rem;
}
@media screen and (min-width: 1024px) {
  .password-input__password-text-field-error {
    margin-top: 0.5rem;
  }
}
.password-input__password-text-error {
  color: #D22A2F;
  font-weight: 500;
  font-size: 0.875rem;
}
.password-input__password-strength {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.password-input__button-visibility {
  background: none;
  border: none;
}
.password-input__strength-bar {
  width: 100%;
}
.password-input__strength-bar::-webkit-meter-bar {
  background: #f4f5f6 !important;
  border: none;
}
.password-input__strength-bar::-webkit-meter-optimum-value {
  background: #ff9900;
}
.password-input__strength-bar::-webkit-meter-suboptimum-value {
  background: green;
}

.alert-message__container {
  font-weight: 600;
  background-color: #1676cc;
  color: #fff;
  padding: 8px 2rem;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .alert-message__container {
    position: absolute;
    top: 74px;
  }
}
.alert-message__container.error {
  background-color: #D22A2F;
}
.alert-message__container .message {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.alert-message__close-icon {
  margin-inline-start: auto;
  cursor: pointer;
  margin-right: -1rem;
  background: none;
  border: none;
  color: inherit;
}

.checkboxes__input-container {
  display: flex;
  align-items: center;
  padding: 16px 0px;
}
.checkboxes__input-container:last-child {
  margin-bottom: 32px;
}
.checkboxes fieldset {
  border: none;
  padding: 0px;
  margin-inline: 0px;
}
.checkboxes legend {
  color: #5B6770;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.checkboxes legend ~ p {
  margin-block-start: 0;
  color: #5B6770;
  font-size: 12px;
  font-weight: 500;
}
.checkboxes input {
  display: inline-block;
  border: 2px solid #333f48;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 16px;
}
.checkboxes input:checked {
  background: #333f48;
}
.checkboxes input:checked:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 5px;
  top: 2px;
}
.checkboxes input ~ label {
  color: #333f48;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

[x-cloak], [x-cloak] * {
  display: none !important;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.open-sign-up-dropdown {
  display: flex;
  flex-direction: column;
  border: none;
  margin: 0;
  padding: 0;
}
.open-sign-up-dropdown--sign-up-flow {
  width: 100%;
}
.open-sign-up-dropdown--login-view {
  height: 100%;
}
.open-sign-up-dropdown--courses {
  width: 100%;
  flex-direction: column;
  position: relative;
}
.open-sign-up-dropdown--courses:after {
  content: "";
  background-image: url(/packs/static/app/assets/images/caret-down-c26d468a7952a5fea811.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  height: 1rem;
  transition: all 0.3s ease;
  width: 0.75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  pointer-events: none;
}
.open-sign-up-dropdown--courses.expanded:after {
  transform: rotate(180deg);
}
.open-sign-up-dropdown__select-container {
  width: 100%;
  position: relative;
}
.open-sign-up-dropdown--manage-courses {
  text-align: left;
  width: 768px;
  margin: 1rem auto;
}
.open-sign-up-dropdown__label {
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
}
.open-sign-up-dropdown__label--sign-up-flow {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.43;
  font-weight: 600;
  font-size: 1rem;
  color: #333F48;
}
.open-sign-up-dropdown__label--account-settings {
  color: #5B5855;
  padding-bottom: 0.5rem;
}
.open-sign-up-dropdown__label--account-settings-personal-info, .open-sign-up-dropdown__label--account-settings-account-mgmt, .open-sign-up-dropdown__label--primary-login, .open-sign-up-dropdown__label--primary-login-error, .open-sign-up-dropdown__label--secondary-login {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.open-sign-up-dropdown__label--courses {
  margin: 0 0 1.5rem 0;
  white-space: nowrap;
  padding: 0;
  text-align: left;
  color: #90989F;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
.open-sign-up-dropdown__label--post-form {
  font-size: 1rem;
  font-weight: 400;
}
.open-sign-up-dropdown__label--search-filter {
  display: inline-block;
  margin-top: 2rem;
  text-transform: uppercase;
  color: #90989F;
  font-size: 0.75rem;
  font-weight: 600;
}
.open-sign-up-dropdown__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
}
.open-sign-up-dropdown__select:focus {
  font-size: 1rem;
}
.open-sign-up-dropdown__select-white {
  background-color: #fff;
  background-image: url(/packs/static/media/arrows-white-cc37d574895ede5408d93dcfe537f417.png);
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 0.5rem;
}
.open-sign-up-dropdown__select-black {
  background-color: #fff;
  background-image: url(/packs/static/media/arrows-black-4d4a271facde234824cf2b25424076e7.png);
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 0.5rem;
}
.open-sign-up-dropdown__select-single-caret {
  background-color: #F4F5F6;
  background-image: url(/packs/static/app/assets/images/caret-down-c26d468a7952a5fea811.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem top 50%;
  background-size: 0.5rem;
  padding: 1rem 0.75rem;
}
.open-sign-up-dropdown__select--primary-login, .open-sign-up-dropdown__select--secondary-login {
  border-radius: 5px;
  border: none;
  font-weight: 500;
  color: #5B6770;
}
.open-sign-up-dropdown__select--primary-login.selected, .open-sign-up-dropdown__select--secondary-login.selected {
  color: #fff;
  background-color: #333F48;
  background-image: url(/packs/static/app/assets/images/caret-down-white-df52cfd9dbf8825e19a5.svg);
}
.open-sign-up-dropdown__select--primary-login-error {
  border-radius: 5px;
  border: 1px solid #D22A2F;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #5B6770;
}
.open-sign-up-dropdown__select--primary-login-error.selected {
  color: #fff;
  background-color: #333F48;
  background-image: url(/packs/static/app/assets/images/caret-down-white-df52cfd9dbf8825e19a5.svg);
}
@media screen and (min-width: 1024px) and (max-width: 1275px) {
  .open-sign-up-dropdown__select--primary-login {
    min-height: 59px;
  }
}
.open-sign-up-dropdown__select--sign-up-flow {
  color: #5B6770;
}
.open-sign-up-dropdown__select--sign-up-flow.selected {
  color: #fff;
  background-color: #333F48;
  background-image: url(/packs/static/app/assets/images/caret-down-white-df52cfd9dbf8825e19a5.svg);
}
.open-sign-up-dropdown__select--login-view {
  border-radius: 0;
  border: 2px solid #4B2A1E;
  flex-basis: 40%;
}
.open-sign-up-dropdown__select--login-view.selected {
  color: #fff;
  background-color: #333F48;
  background-image: url(/packs/static/app/assets/images/caret-down-white-df52cfd9dbf8825e19a5.svg);
}
.open-sign-up-dropdown__select--account-settings {
  border: 1px solid #BEC3C7;
  background-color: #fafafb;
  border-radius: 5px;
  height: 50px;
}
.open-sign-up-dropdown__select--account-settings-personal-info, .open-sign-up-dropdown__select--account-settings-account-mgmt {
  border: 1px solid #BEC3C7;
  background-color: #fafafb;
  border-radius: 5px;
  height: 50px;
}
.open-sign-up-dropdown__select--courses {
  height: 52px;
  border-radius: 0;
  padding: 0 0.5rem;
  background-color: #F4F5F6;
  border-radius: 5px;
  font-size: 1rem;
}
.open-sign-up-dropdown__select--courses:hover {
  background-color: #D5D9DC;
}
.open-sign-up-dropdown__select--manage-courses {
  border-radius: 0px;
  padding: 1rem;
  height: 54px;
  width: 50%;
}
.open-sign-up-dropdown__select--post-form {
  background: #F4F5F6;
  background-image: url(/packs/static/media/arrows-black-4d4a271facde234824cf2b25424076e7.png);
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 0.5rem;
  border: 1px solid #BEC3C7;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  color: #231F20;
  padding: 1rem;
  font-size: 1rem;
  box-shadow: none;
}
.open-sign-up-dropdown__select--post-form:-moz-placeholder {
  color: #7A7671;
}
.open-sign-up-dropdown__select--post-form::-moz-placeholder {
  color: #7A7671;
}
.open-sign-up-dropdown__select--post-form:ms-input-placeholder {
  color: #7A7671;
}
.open-sign-up-dropdown__select--post-form::-webkit-input-placeholder {
  color: #7A7671;
}
.open-sign-up-dropdown__select--search-filter {
  height: 3.25rem;
  background-color: #F4F5F6;
  padding: 0 1rem;
  color: #333F48;
}
.open-sign-up-dropdown__select--search-filter--selected {
  position: relative;
}
.open-sign-up-dropdown__select--search-filter--selected select {
  background-color: #333F48;
  background-image: url(/packs/static/app/assets/images/caret-down-white-df52cfd9dbf8825e19a5.svg);
  color: #fff;
}
.open-sign-up-dropdown__option--courses {
  background-color: #F4F5F6;
}

/*# sourceMappingURL=shared-styles.css.map*/