/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Helvetica, Arial, ui-sans-serif, system-ui;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

ul {
  margin-left: 1.5rem;
}

li {
  font-size: 1.25rem;
  list-style: disc;
}

a {
  color: #444444;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.button {
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.75;
  --tw-saturate: saturate(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.button--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 119 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 135 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button--primary:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 119 / var(--tw-bg-opacity));
}

.button--cancel {
  background-color: rgb(223 227 237 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.button--cancel:hover {
  --tw-bg-opacity: 1;
}

.button--accent {
  --tw-bg-opacity: 1;
  background-color: rgb(240 134 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--accent:hover {
  background-color: rgb(240 134 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button--danger {
  --tw-bg-opacity: 1;
  background-color: rgb(255 64 48 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--danger:hover {
  background-color: rgb(255 64 48 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.button--text:hover {
  background-color: rgb(0 69 119 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.single-expert .coe-theme .breadcrumbs, .edit-expert .coe-theme .breadcrumbs, .post-type-archive-expert .coe-theme .breadcrumbs {
  display: none !important;
}

.add-experience-form label {
  margin-bottom: 0.5rem;
  display: flex;
  cursor: pointer;
  list-style-type: none;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

.add-experience-form label input[type="checkbox"] {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 76 121 / var(--tw-border-opacity));
}

.add-experience-form label input[type="checkbox"]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 119 / var(--tw-bg-opacity));
}

.expertise-container h3 {
  margin-bottom: 1rem;
}

.expertise-container ul {
  padding-left: 0px !important;
}

.expertise-container ul label {
  margin-bottom: 0.5rem;
  cursor: pointer;
  list-style-type: none;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 69 119 / var(--tw-text-opacity));
}

.expertise-container ul label input {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 76 121 / var(--tw-border-opacity));
}

.expertise-container ul label input:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 119 / var(--tw-bg-opacity));
}

.expertise-container p {
  margin-bottom: 0px;
}

.expertise-container p a {
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration-line: underline;
}

#contact-expert-modal,
.coe-modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  overflow: hidden;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}

#contact-expert-modal > div, .coe-modal > div {
  min-width: 50vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

form.grid-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

form.grid-form label {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

form.grid-form:not(.add-expertise-form, .add-experience-form) label {
  display: block;
}

form.grid-form input[type="text"],
	form.grid-form input[type="search"],
	form.grid-form input[type="email"],
	form.grid-form input[type="password"],
	form.grid-form input[type="date"],
	form.grid-form textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 227 237 / var(--tw-border-opacity));
  background-color: rgb(223 227 237 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form.grid-form .characterlimit {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1rem;
}

form.grid-form .characterlimit.reached {
  --tw-text-opacity: 1;
  color: rgb(255 64 48 / var(--tw-text-opacity));
}

@keyframes shake {
  0% {
    transform: translate(1px, 0.5px) rotate(0deg);
  }

  10% {
    transform: translate(-0.5px, -1px) rotate(-0.25deg);
  }

  20% {
    transform: translate(-1.5px, 0px) rotate(0.25deg);
  }

  30% {
    transform: translate(0px, 1px) rotate(0deg);
  }

  40% {
    transform: translate(0.5px, -0.5px) rotate(0.25deg);
  }

  50% {
    transform: translate(-0.5px, 1px) rotate(-0.25deg);
  }

  60% {
    transform: translate(-1.5px, 0.5px) rotate(0deg);
  }

  70% {
    transform: translate(1px, 0.5px) rotate(-0.25deg);
  }

  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.25deg);
  }

  90% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  100% {
    transform: translate(0.5px, -1px) rotate(-0.25deg);
  }
}

.shake {
  animation-name: shake;
  animation-duration: 0.5s;
  transform-origin: 50% 50%;
  animation-iteration-count: 1;
}

#edit-expert {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#edit-expert h1 {
  text-align: left;
}

#edit-expert .delete-link {
  --tw-text-opacity: 1;
  color: rgb(255 64 48 / var(--tw-text-opacity));
}

#edit-expert .delete-link:hover {
  color: rgb(255 64 48 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
}

form.grid-form input.success, form.grid-form textarea.success {
  --tw-border-opacity: 1;
  border-color: rgb(0 207 64 / var(--tw-border-opacity));
}

form.grid-form input.error, form.grid-form textarea.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 64 48 / var(--tw-border-opacity));
}

.expertise-container ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.5rem;
}

.expertise-container ul label {
  grid-column: span 1 / span 1;
}

.expertise-container ul label.muted {
  opacity: 0.25;
}

.pe,
.publication {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 227 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.pe.dragging, .publication.dragging {
  opacity: 0.3;
}

.pe--drag-drop, .publication--drag-drop {
  display: flex;
  cursor: move;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pe--drag-drop:hover, .publication--drag-drop:hover {
  background-color: rgb(116 132 168 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.pe--content, .publication--content {
  margin-left: 2rem;
  flex: 1 1 0%;
  padding: 1rem;
}

.pe--content h3,
		.pe--content h4,
		.publication--content h3,
		.publication--content h4 {
  margin-bottom: 0.25rem;
}

.pe--options, .publication--options {
  padding: 1rem;
}

.pe--add, .publication--add {
  cursor: pointer;
  align-items: center;
  padding: 1rem;
}

.pe--add:hover, .publication--add:hover {
  background-color: rgb(116 132 168 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.pe.dragover, .publication.dragover {
  background-color: rgb(116 132 168 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.activation-info {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 134 0 / var(--tw-border-opacity));
  background-color: rgb(240 134 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding: 1rem;
}

.delete-profile-info {
  margin-bottom: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 64 48 / var(--tw-border-opacity));
  background-color: rgb(255 64 48 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding: 1rem;
}

.expert-section {
  margin-top: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 69 119 / var(--tw-border-opacity));
  padding: 1rem;
}

.expert-section h3 {
  margin-top: 1rem;
}

.expert-section h4 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.publications {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.publications--item {
  grid-column: span 6 / span 6;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 69 119 / var(--tw-border-opacity));
  padding: 1rem;
}

.publications--item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 237 / var(--tw-bg-opacity));
}

.publications--item h4 {
  margin-top: 0px;
}

.publications--item p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.expertise-tag {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 237 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}

#worldmap path {
  fill: #dfe3ed;
}

#worldmap #global {
  display: none;
}

#worldmap.global #global {
  display: inline;
}

#worldmap.global #global path, #worldmap.asia #asia path, #worldmap.north-america #north-america path, #worldmap.latin-america-caribbean #latin-america-caribbean path, #worldmap.europe #europe path, #worldmap.middle-east-north-africa #middle-east-north-africa path, #worldmap.sub-saharan-africa #sub-saharan-africa path, #worldmap.oceania-pacific #oceania-pacific path {
  fill: #004577;
}

#profile-information h1 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#expert-directory {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#expert-directory h1 {
  text-align: left;
}

#expert-search {
  background-color: rgb(223 227 237 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 3rem;
}

#expert-search input {
  width: 100%;
  padding: 0.5rem;
}

#expert-search button {
  margin-top: 1rem;
  margin-right: 0.5rem;
  display: inline-block;
}

#expert-search--results {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.search-tags {
  margin-top: 2rem;
}

.search-tags a {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 237 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}

.expert-search--sidebar {
  grid-column: span 12 / span 12;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(116 132 168 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .expert-search--sidebar {
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1024px) {
  .expert-search--sidebar {
    grid-column: span 3 / span 3;
  }
}

.expert-search--results-list {
  grid-column: span 12 / span 12;
}

@media (min-width: 640px) {
  .expert-search--results-list {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .expert-search--results-list {
    grid-column: span 9 / span 9;
  }
}

.tags-container {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: rgb(223 227 237 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  padding: 2rem;
  padding-right: 1rem;
}

.tags-container h3 {
  margin-bottom: 1rem;
}

.tags-container ul {
  padding-left: 0px !important;
}

.tags-container ul label {
  margin-bottom: 0.5rem;
  cursor: pointer;
  list-style-type: none;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 69 119 / var(--tw-text-opacity));
}

.tags-container ul label input {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 76 121 / var(--tw-border-opacity));
}

.tags-container ul label input:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 119 / var(--tw-bg-opacity));
}

.tags-container p {
  margin-bottom: 0px;
}

.tags-container p a {
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration-line: underline;
}

.favorite {
  cursor: pointer;
}

.favorite .favored {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.favorite.favored .favored {
  opacity: 1;
}

.favorite.favored:hover .favored {
  opacity: 0.1;
}

.favorite:hover .favored {
  opacity: 0.9;
}

.expert-directory-login--wrapper {
  position: relative;
  top: 0px;
  min-height: 100vh;
  width: 100vw;
}

.expert-directory-login {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.expert-directory-login h1 {
  text-align: left;
}

label.checkbox {
  margin-bottom: 0.5rem;
  cursor: pointer;
  list-style-type: none;
  align-items: center;
  padding-left: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 69 119 / var(--tw-text-opacity));
}

label.checkbox > input[type="checkbox"] {
  margin-left: -1.5rem;
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 76 121 / var(--tw-border-opacity));
}

label.checkbox > input[type="checkbox"]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 119 / var(--tw-bg-opacity));
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-2 {
  grid-column-start: 2;
}

.m-0 {
  margin: 0px;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-64 {
  height: 16rem;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-3 {
  height: 0.75rem;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.flex-initial {
  flex: 0 1 auto;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(255 64 48 / var(--tw-border-opacity));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(223 227 237 / var(--tw-border-opacity));
}

.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(255 64 48 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(223 227 237 / var(--tw-bg-opacity));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 135 153 / var(--tw-text-opacity));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(255 64 48 / var(--tw-text-opacity));
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(240 134 0 / var(--tw-text-opacity));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(0 207 64 / var(--tw-text-opacity));
}

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}

.text-darkblue {
  --tw-text-opacity: 1;
  color: rgb(0 69 119 / var(--tw-text-opacity));
}

.text-trueblack {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:bg-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 64 48 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 135 153 / var(--tw-text-opacity));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 119 / var(--tw-bg-opacity));
}

.group:hover .checked\:group-hover\:bg-primary-light:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(116 132 168 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }
}
