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

body {
  margin: 0;
  font-family:
    "Noto Sans",
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #22272b;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: default;
  overflow-x: clip !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.hbreak {
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6,
footer #footer-top ul li a,
h5,
h4,
h3 {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.2;
}

.heading-text,
.subheading-text,
.subsection-text {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.2;
}

.heading-text {
  font-size: calc(1.445rem + 2.34vw);
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  color: #22272b;
}

.subheading-text {
  font-size: calc(1.405rem + 1.86vw);
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  color: #22272b;
  line-height: 1.2;
}

.subsection-text {
  font-size: calc(1.3rem + 0.6vw);
}

h4 {
  font-size: calc(1.255rem + 0.06vw);
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  color: #22272b;
}

h5 {
  font-size: 1rem;
  font-family:
    "Noto Sans",
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-weight: bold;
  color: #0f8afb;
}

h6,
footer #footer-top ul li a {
  font-size: 1rem;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  color: #0f8afb;
}

.paragraph-text {
  margin-top: 0;
  font-family:
    "Noto Sans",
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-weight: 400;
  color: #22272b;
  font-size: 1rem;
  line-height: 1.6rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.list {
  padding-left: 2rem;
  margin-bottom: 0;
}

.list,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.link {
  color: #0f8afb;
  text-decoration: underline;
}

.link:hover {
  color: #0363ba;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  white-space: normal;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.margin-top-0 {
  margin-top: 0;
}

.ml-2 {
  margin-left: 8px;
}

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

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-right: auto;
  margin-left: auto;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

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

.align-items-end {
  align-items: flex-end !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.shadow {
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-lg {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border-width: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-y-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

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

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

.text-primary {
  color: #0f8afb !important;
}

.text-medium {
  color: #9fadba !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #6c757d !important;
}

.bg-primary {
  background-color: #0f8afb !important;
}

.bg-light {
  background-color: #f3f5f7 !important;
}

.bg-dark {
  background-color: #28323c !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.visible {
  visibility: visible !important;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #22272b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f4f6fb;
  border-radius: 0.25rem;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0f8afb;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8cc7fd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(15, 138, 251, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-lg > .form-control {
  min-height: calc(1.6em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control {
  min-height: calc(1.6em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.link,
.link:hover,
.menu-item .link,
.menu-item .link:hover {
  color: inherit;
  text-decoration: none;
}

html {
  overflow-x: clip !important;
}

[v-cloak] {
  display: none !important;
}

.heading-text b {
  font-weight: 500;
}

.subheading-text b {
  font-weight: 500;
}

h3 {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: calc(1.325rem + 0.9vw);
  color: #22272b;
}

h3 b {
  font-weight: 500;
}

h4 b {
  font-weight: 500;
}

h5 b {
  font-weight: bold;
}

h6 b,
footer #footer-top ul li a b {
  font-weight: 500;
}

.btn {
  padding: 12px 40px;
  display: inline-block;
  position: relative;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.2s ease;
  margin: 0;
}

.btn.btn-primary {
  background-color: #0f8afb;
  color: white;
}

.btn.btn-primary:hover {
  background-color: #41a2fc;
}

.btn.btn-secondary {
  background-color: #f3f5f7;
  color: #22272b;
}

.btn.btn-secondary:hover {
  background-color: #d4dce3;
}

.input-group .btn:hover {
  transform: none;
}

.left-hairline {
  border-left: 1px solid #f4f6fb;
}

.shadow-xl {
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.placeholder-block {
  background-color: #f3f5f7;
  width: 100%;
  display: block;
  border-radius: 3px;
}

.nav-links {
  display: flex;
  justify-content: space-around;
}

body.scrolled
  .search-component
  .search-component__modal
  .search-component__toggle {
  color: white;
}

.menu-image-block {
  width: 100%;
  display: block;
  background-color: lightgray;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 15rem;
  border-radius: 3px;
  position: relative;
}

.menu-image-block h4 {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.menu-image-block:hover h4 {
  transform: translateY(-5px);
}

.search-component .search-component__toggle {
  color: black;
  font-size: 1.5rem;
  margin-right: 20px;
  opacity: 0.5;
  transition: all 0.2s ease;
  cursor: pointer;
}

.search-component .search-component__toggle:hover {
  opacity: 1;
}

.search-component .search-component__modal {
  background-color: rgba(28, 37, 46, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

.search-component .search-component__modal.active {
  display: flex;
}

.search-component .search-component__modal .search-field {
  height: 49px;
  border: 0;
  border-radius: 3px;
  width: 400px;
  max-width: 80vw;
  padding: 0 20px;
}

#hero-container .hero {
  padding: 80px;
  min-height: 80vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  scroll-snap-align: start;
}

#hero-container .hero.hero--small {
  padding: 40px;
  min-height: 15vh;
  background-attachment: scroll;
}

#hero-container .hero.hero--small h2 {
  color: white;
  background-color: #0f8afc;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#hero-container .hero.hero--homepage {
  min-height: 100vh;
}

#hero-container .hero.hero--homepage:after {
  content: "\f175";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 50px;
  color: white;
  position: absolute;
  bottom: 45px;
  right: 100px;
  font-weight: 300;
  opacity: 0.8;
  text-shadow:
    0 1px 2px black,
    -1px 4px 6px rgba(0, 0, 0, 0.3);
  cursor: default;
}

#hero-container .hero.hero--homepage .hero__content {
  position: absolute;
  bottom: 50px;
  width: 1080px;
  max-width: 75%;
}

#hero-container .hero.hero--homepage .hero__content label {
  font-weight: bold;
  color: #f3f5f7;
  font-family:
    "Noto Sans",
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-shadow:
    0 1px 0 black,
    1px 5px 10px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}

#hero-container .hero.hero--homepage .hero__content h1 a {
  color: white;
  text-shadow:
    0 1px 2px black,
    -1px 4px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#hero-container .hero.hero--homepage .hero__content h1 a:hover {
  text-shadow:
    0 1px 0 black,
    1px 15px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

#hero-container .hero.hero--subscribe {
  min-height: 100vh;
  background-color: #0f8afb;
}

#hero-container .hero.hero--subscribe .payment-plan-options {
  background-color: white;
  border-radius: 3px;
  padding: 40px 0px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 1060px;
  margin: 0 auto;
}

#hero-container .hero.hero--subscribe .hero__content h1 {
  text-align: center;
  color: white;
  text-shadow:
    0 1px 0 black,
    1px 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  display: block;
  font-size: calc(1.345rem + 1.14vw);
}

#hero-container .hero.hero--subscribe .hero__content h1:hover {
  text-shadow:
    0 1px 0 black,
    1px 15px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.photo-credit {
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-shadow: 0 0 4px black;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 20%;
}

.subscribe {
  background-color: #0f8afb;
  padding: 5rem 0;
}

.subscribe h2 {
  color: #f3f5f7;
  padding-bottom: 10rem;
}

.sidebar-subscribe {
  background-color: #0f8afb;
  padding: 3rem 2rem;
  border-radius: 3px;
}

.sidebar-subscribe h4 {
  color: #f3f5f7;
  padding-bottom: 8rem;
}

#inline-article-meter {
  padding: 2rem;
  background-color: #f3f5f7;
  color: #28323c;
  border-radius: 3px;
  border-left: 4px solid #0f8afb;
}

#inline-article-meter a {
  color: #0f8afb;
  font-weight: bold;
}

.subscription-benefits {
  max-width: 1360px;
  margin: 0 auto;
}

.subscription-benefits__icon {
  font-size: 1.8rem;
}

.payment-plan {
  background-color: #f3f5f7;
  width: 520px;
  padding: 60px;
  padding-top: 100px;
  padding-bottom: 30px;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0 auto;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.payment-plan:hover {
  background-color: #0f8afb;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.payment-plan:hover h1,
.payment-plan:hover h4 {
  color: white;
}

.entry__category {
  text-transform: capitalize;
}

.entry__content {
  overflow-x: hidden !important;
  min-height: 100px !important;
}

.entry__content .single-content > * {
  margin-bottom: 2rem;
}

.entry__content .single-content > *:not(:first-child) {
  margin-top: 2rem;
}

.entry__content .single-content > p,
.entry__content li {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}

.entry__content .single-content > p:not(:first-child) {
  margin-top: 1rem;
}

.entry__content p {
  line-height: 1.8rem;
}

.entry__content em {
  font-style: italic !important;
}

.entry__content a {
  color: #0f8afb;
  border-bottom: 2px solid;
}

.entry__content .has-drop-cap:first-letter {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  padding-bottom: 1rem;
  color: #22272b;
}

.entry__content .wp-block-quote p {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: calc(1.425rem + 2.1vw);
  color: #22272b;
  line-height: 1;
}

.entry__content .wp-block-quote cite {
  color: #0f8afb;
}

.entry__content h1 strong,
.entry__content h2 strong,
.entry__content h3 strong,
.entry__content h4 strong {
  font-weight: 400;
}

.entry__content img.size-full {
  max-width: 100%;
  height: auto;
}

.entry__content .wp-block-image.alignwide,
.entry__content .wp-block-image.alignfull {
  margin-left: calc(-50vw + 75%);
}

.entry__content .wp-block-image.alignwide img,
.entry__content .wp-block-image.alignfull img {
  height: auto;
}

.entry__content iframe {
  width: 100% !important;
  display: block;
  min-height: 300px;
}

.entry__content iframe.wp-embedded-content {
  min-height: auto;
}

figure.wp-block-embed.is-type-wp-embed.is-provider-impactalpha {
  min-height: auto;
}

figure.wp-block-embed.is-type-wp-embed.is-provider-impactalpha
  .wp-block-embed__wrapper::before {
  display: none;
}

.entry__content .mejs-container,
.entry__content .mejs-container .mejs-controls,
.entry__content .mejs-embed,
.entry__content .mejs-embed body {
  background-color: #0f8afb;
  border-radius: 3px;
}

ul.social-share {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  position: absolute;
}

ul.social-share li {
  padding-left: 0;
  padding-bottom: 1rem;
  font-size: 1rem;
}

ul.social-share li a {
  color: #9fadba;
}

ul.social-share li a:hover {
  color: #0f8afb;
}

.category__logo {
  width: 240px;
  max-width: 100%;
}

.offerContainer {
  padding: 2rem;
  border-radius: 3px;
  border-left: 6px solid #0f8afb;
}

.story-block {
  background-color: white;
  padding: 10px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  transition: all 0.2s ease;
  width: 550px;
  max-width: 100%;
  border: 1px solid #f4f6fb;
}

.story-block:hover:not(:has(.entry_meta:hover)) .entry-image {
  opacity: 0.9;
}

.story-block .entry-author {
  position: absolute;
  display: block;
  left: 15px;
  top: -55px;
}

.story-block .entry-author .entry-author__headshot {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 60px;
  overflow: hidden;
}

.story-block .entry-author .entry-author__headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
  display: block;
}

.story-block .entry-author .entry-author__headshot i {
  display: block;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  padding-top: 0.9rem;
}

.story-block .entry-image {
  width: 100%;
  border-radius: 3px;
  aspect-ratio: 5/3;
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.story-block .entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}

.entry-title h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4.entry-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.entry-category .entry_meta {
  color: #0f8afb;
}

.entry-title a {
  color: #22272b;
}

.entry-title a:hover,
.story-block:hover:not(:has(.entry_meta:hover)) .entry-title,
.story-block:hover:not(:has(.entry_meta:hover)) .entry-title a,
.story-block .entry_meta a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.story-block .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.story-block .entry-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  position: relative;
}

.story-block .entry-content p {
  color: #9fadba;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 75px;
}

.story-block .entry-content:after {
  display: block;
  height: 60px;
  width: 2px;
  background-color: #f4f6fb;
  position: absolute;
  left: 42px;
  top: 24px;
}

.story-block.story-block--beat {
  width: 480px;
}

.story-block.story-block--beat .entry-title {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.story-block.story-block--beat .entry-content {
  padding-left: 30px;
  padding: 0 !important;
}

.story-block.story-block--beat .entry-content:after {
  display: none;
}

.story-block.story-block--beat .entry-content p {
  display: block;
  height: auto;
  color: #22272b;
  margin-bottom: 0;
}

.story-block.story-block--call .entry-author .entry-author__headshot {
  background-color: #0f8afb;
  color: white;
}

.story-block.story-block--call .entry-content:after {
  background-color: #0f8afb;
}

.story-block.story-block--upcoming-call .entry-author .entry-author__headshot {
  background-color: #ee9f6b;
  color: white;
}

.story-block.story-block--upcoming-call .entry-category {
  color: #ee9f6b;
}

.story-block.story-block--upcoming-call .entry-content:after {
  background-color: #ee9f6b;
}

.story-block.story-block--podcast .entry-author .entry-author__headshot {
  background-color: #934dff;
  color: white;
}

.story-block.story-block--podcast .entry-category {
  color: #0f8afb !important;
}

.story-block.story-block--podcast .entry-content:after {
  background-color: #934dff;
}

.story-block.story-block--dealflow .entry-author .entry-author__headshot {
  background-color: #89bc6c;
  color: white;
}

.story-block.story-block--dealflow .entry-category {
  color: #89bc6c;
}

.story-block.story-block--dealflow .entry-content:after {
  background-color: #89bc6c;
}

.story-block.story-block--embed {
  width: 100%;
  max-width: 100%;
}

.story-block.story-block--embed .entry-image {
  padding-bottom: 40%;
}

.entries--fullwidth .story-block {
  width: 100%;
  height: 100%;
}

.feed-section {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.feed-section::-webkit-scrollbar {
  display: none;
}

.feed-section .feed-section__container-padding {
  width: calc((100vw - 1640px) / 2);
  height: 10px;
  display: block;
  scroll-snap-align: start;
}

.feed-section .feed-section__seemore {
  width: 200px;
  display: flex;
  background-color: #0f8afb;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 50px 5px;
  color: #fff;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.feed-section .story-block {
  scroll-snap-align: start;
  margin-right: 1rem;
}

.feed-section__mobilearrows {
  font-size: 2rem;
  color: #9fadba;
}

.feed-section__controls {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 0;
}

.feed-section__controls i {
  color: #0f8afb;
  cursor: pointer;
  margin-bottom: 0;
}

.feed-section__controls i:first-child {
  margin-right: 10px;
}

.feed-section__prev.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mega-menu .story-block h4.entry-title {
  font-size: 16px !important;
  color: var(--Black, #22272b);
  font-family: Noto Sans !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px !important;
  margin: 0 !important;
}

.realtime__logo {
  width: 60px;
}

.real-time-dot-surround {
  position: relative;
}

.real-time-dot-surround:before {
  content: "";
  width: 187px;
  height: 187px;
  display: block;
  position: absolute;
  background-image: url("../images/dot-grid.png");
  background-position: center center;
  background-size: contain;
  bottom: -50px;
  left: -50px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}

.real-time-dot-surround:after {
  content: "";
  width: 187px;
  height: 187px;
  display: block;
  position: absolute;
  background-image: url("../images/dot-grid.png");
  background-position: center center;
  background-size: contain;
  top: -50px;
  right: -50px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}

.real-time-dot-surround .col {
  z-index: 1;
}

.agent-grid {
  display: grid;
  grid-gap: 2rem;
  height: 100%;
  max-height: 100%;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: min-content;
  width: fit-content;
}

.agent-bio {
  background-color: white;
  padding: 20px;
  box-shadow:
    0 5px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  transition: all 0.2s ease;
  width: 370px;
  max-width: 100%;
  min-width: 200px;
  display: flex;
  height: 100px;
  align-items: center;
  border: 1px solid #f4f6fb;
}

.agent-bio:hover {
  background-color: #0f8afb;
}

.agent-bio:hover .agent-bio__label,
.agent-bio:hover .agent-bio__name {
  color: white;
}

.agent-bio .agent-bio__headshot {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #f3f5f7;
  background-size: cover;
  background-position: center center;
  border-radius: 60px;
  margin-right: 20px;
}

.agent-bio .agent-bio__content {
  width: calc(100% - 80px);
  position: relative;
  display: block;
}

.agent-bio .agent-bio__content .agent-bio__label {
  width: 100%;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.agent-bio .agent-bio__content .agent-bio__name {
  width: 100%;
  display: -webkit-box;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: calc(1.255rem + 0.06vw);
}

aside#sidebar .expand-left {
  margin-left: -3rem;
}

aside#sidebar .expand-left .story-block {
  max-width: calc(100% + 3rem);
}

aside#sidebar .expand-left .story-block h4.entry-title {
  font-size: calc(1.255rem + 0.06vw);
}

aside#sidebar .slack-block {
  padding: 30px;
  background-color: white;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  transition: all 0.2s ease;
  border: 1px solid #f4f6fb;
  width: calc(100% + 3rem);
}

aside#sidebar .slack-block img {
  display: block;
  width: 160px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#explore-grid {
  display: grid;
  grid-gap: 1em;
  grid-auto-rows: 115px;
  grid-auto-columns: 115px;
  grid-auto-flow: column dense;
  grid-template-rows: 115px 115px 115px 115px;
  pointer-events: none;
}

#explore-grid > * {
  pointer-events: auto;
}

#explore-grid:hover > * {
  opacity: 0.3;
}

#explore-grid:hover > *:hover {
  opacity: 1;
}

#explore-grid .explore-item {
  display: block;
  position: relative;
  background-color: #f3f5f7;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  transition: all 0.2s ease;
  overflow: hidden;
}

#explore-grid .explore-item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#explore-grid .explore-item a.explore-item__link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#explore-grid .explore-item:nth-child(10n + 1) {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

#explore-grid .explore-item:nth-child(15n + 2) {
  grid-column-end: span 2;
}

#explore-grid .explore-item:nth-child(15n + 3) {
  grid-row-end: span 2;
}

#explore-grid .explore-item article {
  display: none;
}

#explore-grid .explore-item:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  filter: brightness(110%);
  z-index: 10;
}

#explore-grid .explore-item:hover article {
  z-index: 2;
  display: flex;
  position: absolute;
  left: 90%;
  top: 0.5rem;
  max-width: inherit;
  pointer-events: none;
}

#explore-grid .agent-bio {
  height: auto !important;
}

#explore-grid .agent-bio .agent-bio__content .agent-bio__name {
  -webkit-line-clamp: 4 !important;
}

.brief-highlights p {
  color: #22272b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.podcast-links i {
  font-size: 40px;
  margin-left: 20px;
  opacity: 0.9;
}

.podcast-links i:hover {
  opacity: 1;
}

.podcast-links .fa-spotify {
  color: #1db954;
}

.podcast-links .fa-itunes {
  color: #7d50df;
}

.latest-news-article h4 {
  font-size: calc(1.255rem + 0.06vw);
  color: #f3f5f7;
}

.latest-news-article.latest-news-article--dark h4 {
  color: #22272b;
}

.beats-grid {
  display: grid;
  grid-gap: 1rem;
  grid-auto-rows: 85px;
  grid-auto-columns: 330px;
  grid-auto-flow: column dense;
  grid-template-rows: 85px 85px 85px;
}

.beats-grid__item {
  display: block;
  position: relative;
}

#personalization-options {
  padding: 3rem;
  background-color: #28323c;
  border-radius: 3px;
  border-left: 4px solid #0f8afb;
}

#personalization-options h4 {
  color: white !important;
}

#personalization-options p {
  color: #9fadba !important;
}

.piano-system-modal {
  letter-spacing: 0 !important;
}

.piano-system-modal *:focus {
  outline: none !important;
  outline-color: white !important;
}

.piano-system-modal p {
  font-family:
    "Noto Sans",
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
  font-weight: 400 !important;
  color: #28323c;
  font-size: 1rem !important;
  line-height: 1.6rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.piano-system-modal input:-webkit-autofill,
.piano-system-modal input:-webkit-autofill:hover,
.piano-system-modal input:-webkit-autofill:focus,
.piano-system-modal textarea:-webkit-autofill,
.piano-system-modal textarea:-webkit-autofill:hover,
.piano-system-modal textarea:-webkit-autofill:focus,
.piano-system-modal select:-webkit-autofill,
.piano-system-modal select:-webkit-autofill:hover,
.piano-system-modal select:-webkit-autofill:focus {
  border: none !important;
  -webkit-text-fill-color: #28323c !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 1rem !important;
}

.piano-system-modal label.remember-me,
.piano-system-modal label.consent {
  font-size: 0.9rem !important;
  letter-spacing: 0 !important;
  color: #9fadba !important;
  font-family:
    "Noto Sans",
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
  text-transform: none !important;
}

.piano-system-modal label.remember-me t,
.piano-system-modal label.remember-me span,
.piano-system-modal label.consent t,
.piano-system-modal label.consent span {
  padding-bottom: 2px !important;
}

.piano-system-modal label.remember-me input,
.piano-system-modal label.consent input {
  margin-right: 5px !important;
}

.piano-system-modal header .pane:before {
  content: none;
}

.piano-system-modal header .logo {
  background-color: transparent;
  box-shadow: none;
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.piano-system-modal .btn {
  padding: 12px 40px !important;
  font-size: 1rem !important;
  border-radius: 3px !important;
  border: none !important;
  text-transform: none !important;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.piano-system-modal .login__header,
.piano-system-modal .modal__title {
  text-transform: none;
  color: #28323c;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif !important;
}

.piano-system-modal input + .placeholder {
  display: flex !important;
  align-items: center !important;
  top: -14px !important;
  color: #9fadba !important;
}

.piano-system-modal p.small {
  font-size: 0.9rem !important;
}

.piano-system-modal p.small a {
  letter-spacing: 0 !important;
  font-size: 0.9rem !important;
}

.piano-system-modal p.final {
  font-family: "Noto Sans" !important;
  font-size: 0.9rem !important;
  letter-spacing: 0 !important;
  color: #9fadba !important;
}

.piano-system-modal p.final a {
  font-family: "Noto Sans" !important;
  font-size: 0.9rem !important;
  letter-spacing: 0 !important;
}

#piano-container-start {
  margin-bottom: 1.5rem;
}

.firstsections {
  padding: 45px 0px;
  padding-top: 30px !important;
  padding-bottom: 60px !important;
}

.firstsections .new_newslettertop_bar {
  background: #0f8afb;
  padding: 15px 20px !important;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.firstsections .new_newslettertop_bar .newslettertitle {
  float: left;
  width: 100%;
}

.firstsections .new_newslettertop_bar .newslettertitle h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lora";
  display: none;
}

.firstsections .new_newslettertop_bar .newslettertitle p {
  font-size: 20px !important;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: Lora;
  font-style: normal;
}

.firstsections .new_newslettertop_bar .newsletterform a#free-newsletter-submit {
  background: #000;
  width: 85px;
  height: 34px;
  padding: 0px;
  line-height: 34px !important;
  text-align: center;
}

.firstsections .new_newslettertop_bar em {
  font-size: 8.2px !important;
  font-style: normal;
}

.firstsections .new_newslettertop_bar em a {
  text-decoration: underline;
  color: #fff;
}

.firstsections .new_newslettertop_bar .newsletterform {
  font-size: 14px;
  width: 100% !important;
}

.firstsections
  .new_newslettertop_bar
  .newsletterform
  input#free-newsletter-email {
  font-size: 14px;
  border: none;
  border-radius: 3px 0 0 3px !important;
  width: 200px;
  height: 34px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 34px !important;
  min-height: 34px !important;
}

.front-page-featured-posts {
  margin-top: 0px !important;
}

.front-page-featured-posts .leftcolm {
  float: left;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: space-between;
}

.front-page-featured-posts .leftcolm .bigbox {
  float: left;
  width: 100%;
  display: flex;
  gap: 40px !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.front-page-featured-posts .leftcolm .halfbox {
  width: calc(50% - 20px);
  display: inline-flex;
  gap: 30px;
  border-bottom: 1px solid #9fadba;
  padding-bottom: 20px;
}

.front-page-featured-posts .leftcolm .bigbox h6 {
  font-size: 22px;
  color: #22272b;
  font-weight: 700;
  line-height: normal !important;
  font-family: Lora;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.front-page-featured-posts .leftcolm .bigbox p {
  font-size: 14px;
  float: left;
  width: 100%;
  font-family: "Noto Sans";
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.front-page-featured-posts .leftcolm .bigbox .bigbox_content {
  width: 50%;
  font-size: 12px;
  color: #22272b;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.front-page-featured-posts .leftcolm .bigbox .bigbox_image {
  width: 50%;
  position: relative;
  height: inherit !important;
  overflow: hidden;
  border-radius: 3px;
}

.front-page-featured-posts .leftcolm .bigbox .bigbox_image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100% !important;
}

.front-page-featured-posts .leftcolm .halfbox .halfbox_content {
  width: 75%;
  font-size: 12px;
}

.front-page-featured-posts .leftcolm .halfbox .halfbox_images {
  width: 25%;
  height: inherit !important;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.front-page-featured-posts .leftcolm .halfbox .halfbox_images img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  left: 50%;
}

.front-page-featured-posts .leftcolm .halfbox h6 {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #22272b !important;
  line-height: normal !important;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.firstsections .front-page-featured-posts .row {
  justify-content: space-between;
}

.firstsections .front-page-featured-posts .front-page-sidebar {
  float: left;
  width: 100%;
}

.firstsections .front-page-featured-posts .front-page-sidebar .postlisting {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.firstsections .front-page-featured-posts .front-page-sidebar .postlisting ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.firstsections
  .front-page-featured-posts
  .front-page-sidebar
  .postlisting
  ul
  li {
  float: left;
  width: 100%;
  border-bottom: 0.5px solid #9fadba;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
  font-size: 12px;
  transition: all 0.2s ease;
}

.firstsections
  .front-page-featured-posts
  .front-page-sidebar
  .postlisting
  ul
  li:last-child {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.firstsections
  .front-page-featured-posts
  .front-page-sidebar
  .postlisting
  ul
  li
  span {
  font-size: 12px;
  color: #0f8afb;
  font-weight: 700;
  font-family: "Noto Sans";
}

.firstsections
  .front-page-featured-posts
  .front-page-sidebar
  .postlisting
  ul
  li
  h6 {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #22272b;
  font-weight: 700;
  font-family: "Lora";
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  margin-top: 8px;
}

.front-page-the-brief {
  padding: 30px 0px;
  color: #22272b;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.front-page-the-brief h3 {
  color: #22272b;
  font-size: 22px;
  font-weight: 700;
  font-family: "Lora";
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.front-page-the-brief h3 i {
  color: #22272b !important;
  opacity: 1 !important;
  font-size: 24px;
  line-height: 24px;
}

.front-page-the-brief .col-12 p {
  color: #22272b;
  font-size: 14px;
}

.front-page-the-brief .lastest-brief {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.front-page-the-brief .lastest-brief .latest-brief__left-col {
  width: 50%;
  padding: 0px 20px;
  padding-left: 0px;
  line-height: normal;
  transition: all 0.2s ease;
}

.front-page-the-brief .lastest-brief .latest-brief__right-col {
  width: 50%;
  padding: 0px 20px;
  border-left: 1px solid #9fadba;
}

.front-page-the-brief .lastest-brief .latest-brief__left-col img {
  width: 100%;
  max-width: 100%;
  height: inherit;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__left-col
  .latest-brief__image {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__left-col
  .latest_brief__meta {
  float: left;
  width: 100%;
  color: #0f8afb;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__left-col
  .latest-brief__title {
  color: #22272b;
  font-size: 22px;
  font-weight: 700;
  font-family: "Lora";
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__left-col
  .latest-brief__title
  h5 {
  color: #22272b;
  font-size: 22px;
  font-weight: 700;
  font-family: "Lora";
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  clear: both;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__left-col
  .latest-brief__image:before {
  padding-bottom: 56.25%;
  content: "";
  display: block;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__left-col
  .latest-brief__image
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-page-the-brief .lastest-brief .latest-brief__right-col h4 {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #0f8afb;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem !important;
  font-family: Lora;
  font-style: normal;
  line-height: 22px;
}

.front-page-the-brief .lastest-brief .latest-brief__right-col .postde_bref {
  float: left;
  width: 100%;
  margin-top: 0px;
  line-height: normal;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__right-col
  .postde_bref
  .col-12.col-lg-6.col-xxl-4.mb-3 {
  float: left;
  width: 100%;
  transition: all 0.2s ease;
}

.front-page-the-brief .lastest-brief .latest-brief__right-col .postde_bref h5 {
  color: #22272b;
  font-size: 14px !important;
  font-family: "Noto Sans";
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin: 0 !important;
  padding: 0;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__right-col
  .postde_bref
  .col-12.col-lg-6.col-xxl-4.mb-3:hover
  h5 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.front-page-the-brief .lastest-brief .latest-brief__right-col .postde_bref p {
  float: left;
  width: 100%;
  color: #000;
  font-size: 14px;
  margin-bottom: 0px !important;
}

.front-page-the-brief .brief_subscribe_box {
  background: #f3f5f7;
  text-align: center;
  border-radius: 3px;
  line-height: normal;
  flex-grow: 1;
  height: auto;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.front-page-the-brief .brief_subscribe_box h3 {
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  color: #22272b;
  padding: 0px 20px;
  margin-top: 0;
  margin-bottom: 0px;
}

.front-page-the-brief .brief_subscribe_box p {
  color: #22272b;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  padding: 0px 30px;
  margin: 0px !important;
}

.front-page-the-brief .brief_subscribe_box span {
  color: #0f8afb;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.front-page-the-brief .brief_subscribe_box ul.pointlisting {
  padding: 25px 15px;
  margin: 0px !important;
  padding-bottom: 0px;
}

.front-page-the-brief .brief_subscribe_box ul.pointlisting li {
  list-style: none;
  color: #22272b;
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.front-page-the-brief .brief_subscribe_box ul.pointlisting li:before {
  display: block;
  content: "";
  background: url(../images/tick_icon.svg) no-repeat !important;
  width: 12px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 6px;
}

.front-page-the-brief .brief_subscribe_box div#faq_acc {
  padding: 20px 0px;
  padding-bottom: 0;
}

.front-page-the-brief .brief_subscribe_box .box_bottom {
  display: inline-block;
  width: 100%;
  margin-top: 5px !important;
}

.front-page-the-brief .brief_subscribe_box div#faq_acc ul li.has-sub {
  border-bottom: 1px solid #9fadba;
}

.front-page-the-brief .brief_subscribe_box div#faq_acc li {
  list-style: none;
}

.front-page-the-brief .brief_subscribe_box div#faq_acc ul {
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.front-page-the-brief .brief_subscribe_box div#faq_acc ul li span {
  display: inline-block;
  width: 100%;
  border-bottom: inherit !important;
  padding: 5px 0px;
}

.front-page-the-brief .brief_subscribe_box div#faq_acc .ac_area {
  margin-top: 8px;
  padding: 0px 15px;
}

.front-page-the-brief .brief_subscribe_box div#faq_acc ul li.has-sub .ac_area {
  padding-left: 0px;
  padding-right: 0px;
}

.front-page-the-brief .brief_edge_box {
  background: #0F8AFB;
  color: #fff;
  padding: 28px;
  border-radius: 8px;
}

.front-page-the-brief .brief_edge_box .edge-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.front-page-the-brief .brief_edge_box h3 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 14px;
}

.front-page-the-brief .brief_edge_box .edge-subtitle {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 22px;
}

.front-page-the-brief .brief_edge_box ul.edge-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.front-page-the-brief .brief_edge_box ul.edge-bullets li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  line-height: 1.45;
}

.front-page-the-brief .brief_edge_box ul.edge-bullets li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8.5 6.5 12 13 4.5'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

.front-page-the-brief .brief_edge_box ul.edge-bullets li strong {
  font-weight: 700;
  color: #fff;
}

.front-page-the-brief .brief_edge_box .edge-cta {
  display: block;
  background: #fff;
  color: #0F8AFB;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.front-page-the-brief .brief_edge_box .edge-cta:hover {
  background: #f0f4f8;
  color: #0F8AFB;
  text-decoration: none;
}

.front-page-the-brief .container {
  border-top: 1px solid #22272b !important;
  padding-top: 60px;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__right-col
  .postde_bref
  .col-12.col-lg-6.col-xxl-4.mb-3:last-child,
.front-page-the-brief
  .lastest-brief
  .latest-brief__right-col
  .postde_bref
  .col-12.col-lg-6.col-xxl-4.mb-3:last-child
  p {
  margin-bottom: 0px !important;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__left-col
  .latest_brief__meta
  span {
  color: #22272b;
  font-weight: normal;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__right-col
  .postde_bref
  .col-12.col-lg-6.col-xxl-4.mb-3:first-child
  p {
  -webkit-line-clamp: 3;
}

.front-page-the-brief
  .lastest-brief
  .latest-brief__right-col
  .postde_bref
  p
  strong {
  font-weight: 500;
}

.front-page-the-brief .lastest-brief .latest-brief__left-col p {
  font-size: 14px;
  line-height: normal;
}

.front-page-the-brief .lastest-brief .latest-brief__left-col p:empty {
  display: none !important;
}

.front-page-the-brief .lastest-brief .latest-brief__left-col .latest-brief__image,
.front-page-the-brief .lastest-brief .latest-brief__left-col .latest-brief__image img {
  transition: opacity 0.2s ease;
}

.front-page-the-brief .lastest-brief .latest-brief__left-col:hover:not(:has(.latest_brief__meta:hover)) .latest-brief__image,
.front-page-the-brief .lastest-brief .latest-brief__left-col:hover:not(:has(.latest_brief__meta:hover)) .latest-brief__image img {
  opacity: 0.9;
}

.front-page-the-brief .lastest-brief .latest-brief__left-col:hover:not(:has(.latest_brief__meta:hover)) .latest-brief__title h5 a,
.front-page-the-brief .lastest-brief .latest-brief__left-col .latest_brief__meta a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* Force both columns to stay on one flex line and stretch evenly */
.front-page-the-brief .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}

.front-page-the-brief .col-8,
.front-page-the-brief .col-4 {
  display: flex;
  flex-direction: column;
}

.box_bottom {
  text-align: center;
  margin-top: 20px !important;
}

.box_bottom a.btnsub {
  background: #0f8afb;
  padding: 10px 20px;
  display: inline-block;
  font-family: Noto Sans;
  font-size: 14px;
  color: #fff !important;
  border-radius: 2px;
  font-weight: 600;
}

.must-reads-section {
  background: #f3f5f7;
  padding: 30px 0px !important;
  display: inline-block;
  width: 100%;
}

.must-reads-section h4 {
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  color: #22272b;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.must-reads-section .must-reads-listing {
  margin-top: 5px !important;
}

.must-reads-section .must-reads-listing .latest-news-article a {
  text-decoration: none;
  color: #000;
}

.must-reads-section .must-reads-listing .latest-news-article h4 {
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #22272b;
  line-height: normal;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.must-reads-section .must-reads-listing .latest-news-article h5 {
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans";
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.must-reads-section .must-reads-listing .latest-news-article:hover:not(:has(h5 a:hover)) a.link h4,
.must-reads-section .must-reads-listing .latest-news-article h5 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.featured-category-sections .feed-section1 {
  display: inline-flex;
  width: 100%;
}

.featured-category-sections .feed-section1 .firstfour {
  width: 66.6666666667%;
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.featured-category-sections .feed-section1 .lasteight {
  width: 33.33%;
}

.featured-category-sections .feed-section1 .firstfour article {
  width: calc(50% - 20px);
  padding: 0px !important;
  border-bottom: 1px solid #9fadba;
  border-radius: 0;
  margin-bottom: 20px;
}

.featured-category-sections .feed-section1 .lasteight article {
  border-bottom: 1px solid #9fadba;
  width: 100%;
  background: none !important;
  padding: 0;
  box-shadow: inherit !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}

.featured-category-sections .feed-section1 .lasteight article .entry-image {
  display: none;
}

.featured-category-sections .feed-section1 .lasteight article .entry-content {
  padding-top: 0px !important;
  padding: 0px !important;
}

.featured-category-sections
  .feed-section1
  .lasteight
  article
  .entry-content
  .entry-author {
  display: none !important;
}

.featured-category-sections .feed-section1 .lasteight article .entry-content p {
  display: none;
  margin: 0;
}

.featured-category-sections
  .feed-section1
  .lasteight
  article
  .entry-content
  h5.entry-category {
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans";
  color: #0f8afb;
  margin-bottom: 8px !important;
}

h5.entry-category {
  margin-top: 0;
}

.featured-category-sections
  .feed-section1
  .lasteight
  article
  .entry-content
  h4.entry-title
  a {
  font-size: 16px;
  font-family: "Lora";
  font-weight: 700;
  line-height: normal !important;
}

.featured-category-sections .feed-section1 .firstfour article .entry-author {
  display: none;
}

.featured-category-sections .story-block {
  box-shadow: none;
  border: none;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article
  .entry-content
  h5.entry-category {
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans";
  color: #0f8afb !important;
  margin-bottom: 8px !important;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article
  .entry-content
  h4.entry-title
  a {
  font-size: 22px;
  color: #22272b;
  font-weight: 700;
  font-family: "Lora";
  line-height: normal;
}

.featured-category-sections .feed-section1 .firstfour article .entry-content p {
  font-size: 14px;
  color: #22272b !important;
  font-family: "Noto Sans";
  margin-bottom: 0px !important;
  line-height: normal;
}

.featured-category-sections .feed-section1 .firstfour article:nth-child(3) {
  display: flex;
  flex-direction: row;
  position: relative;
  border-bottom: none;
  padding-bottom: 0px;
  height: fit-content;
  gap: 15px;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(3)
  .entry-content {
  width: 75%;
}

.featured-category-sections .feed-section1 .firstfour article:nth-child(3) > a {
  position: inherit !important;
  display: block;
  z-index: 9;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(3)
  a
  .entry-image {
  display: none;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(3)
  a
  .entry-image
  img {
  object-fit: cover;
}

.featured-category-sections .feed-section1 .firstfour article .photo-credit {
  display: none;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(3)
  a.newpostimg_thumb {
  width: 25%;
  order: 2;
}

.featured-category-sections .feed-section1 .firstfour article:nth-child(4) {
  display: flex;
  flex-direction: row;
  position: relative;
  height: fit-content;
  gap: 15px;
  border-bottom: none;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(4)
  .entry-content {
  width: 75%;
}

.featured-category-sections .feed-section1 .firstfour article:nth-child(4) > a {
  position: inherit !important;
  display: block;
  z-index: 9;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(4)
  a
  .entry-image {
  display: none;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(4)
  a
  .entry-image
  img {
  object-fit: cover;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(4)
  a.newpostimg_thumb {
  width: 25%;
  order: 2;
}

.front-page-career-hub {
  padding-bottom: 80px !important;
  border-top: none;
  padding-top: 50px;
  margin-top: 0px !important;
  padding: 0px !important;
}

.front-page-career-hub__left {
  float: left;
  width: 100%;
}

.front-page-career-hub__left .articlebox {
  border-bottom: 1px solid #9fadba;
  padding-bottom: 25px;
  margin-bottom: 20px;
  transition: all 0.2s ease;
}

.front-page-career-hub__left .articlebox .articlebox_image {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.front-page-career-hub__left .articlebox .articlebox_content {
  display: inline-block;
  width: 100%;
  font-size: 12px;
}

.front-page-career-hub__left .articlebox .articlebox_content span {
  color: #0f8afb;
  font-family: Noto Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px !important;
  display: inline-block;
}

.front-page-career-hub__left .articlebox .articlebox_content h5 {
  font-size: 22px;
  color: #22272b;
  font-family: "Lora";
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0px;
  line-height: normal !important;
  margin-top: 0px !important;
}

.front-page-career-hub__left .articlebox .articlebox_image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  height: 100%;
}

.front-page-career-hub__left .articlebox .articlebox_content p {
  margin: 0;
  font-size: 14px;
  color: #22272b;
  line-height: normal;
}

.front-page-career-hub__left .articlebox:not(.big) {
  display: flex;
  gap: 20px;
}

.front-page-career-hub__left .articlebox:not(.big) .articlebox_image {
  width: 40%;
  order: 2;
  height: inherit !important;
  position: relative;
  overflow: hidden;
  max-width: 100px;
  border-radius: 3px;
}

.front-page-career-hub__left .articlebox:not(.big) .articlebox_image:before {
  display: block;
  content: "";
  padding-bottom: 100% !important;
}

.front-page-career-hub .postlisting {
  float: left;
  width: 100%;
}

.front-page-career-hub .postlisting ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.front-page-career-hub .postlisting ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #9fadba;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
  font-size: 12px;
  transition: all 0.2s ease;
}

.front-page-career-hub .postlisting ul li span {
  font-size: 12px;
  color: #0f8afb;
  font-weight: 700;
  font-family: "Noto Sans";
}

.front-page-career-hub .postlisting ul li h6 {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #22272b;
  font-weight: bold;
  font-family: "Lora";
  line-height: 26px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0px 0px;
  margin-top: 8px !important;
}

.front-page-career-hub .jobpost_midllisting {
  background: #b7dcff;
  height: 100%;
  padding: 20px;
  text-align: center;
  border-radius: 3px;
}

.front-page-career-hub .jobpost_midllisting h4 {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  font-family: "Lora";
  margin-bottom: 20px;
  text-align: left;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.front-page-career-hub .jobpost_midllisting h4 span {
  background: #0f8afb;
  color: #fff;
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 13px;
  font-family: "Noto Sans";
}

.front-page-career-hub .jobpost_midllisting ul.listing_job {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.front-page-career-hub .jobpost_midllisting ul.listing_job li {
  float: left;
  width: 100%;
  list-style: none;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 10px #aaa;
  margin-bottom: 15px !important;
  text-align: left;
}

.front-page-career-hub .jobpost_midllisting ul.listing_job li .details_jobpost {
  float: left;
  width: 100%;
  margin: 0;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.listing_job
  li
  .details_jobpost
  ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.listing_job
  li
  .details_jobpost
  ul
  li {
  float: left;
  width: auto;
  box-shadow: inherit !important;
  padding: 0;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans";
}

.front-page-career-hub .jobpost_midllisting ul.listing_job li span {
  font-size: 12px;
  color: #0f8afb;
  font-weight: 700;
}

.front-page-career-hub .jobpost_midllisting ul.listing_job li h6 {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #22272b;
  font-family: "Lora";
  margin: 10px 0px;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.listing_job
  li
  .details_jobpost
  ul
  li:last-child {
  margin: 0;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.listing_job
  li
  .details_jobpost
  ul
  li
  a {
  font-size: 12px;
  color: #0f8afb;
  font-weight: 700;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.listing_job
  li
  .details_jobpost
  ul
  li
  a
  i.fas {
  color: #0f8afb !important;
}

.front-page-career-hub .maintitle_row h3 {
  font-size: 22px;
  color: #22272b;
  font-family: "Lora";
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.front-page-career-hub .maintitle_row h3 i.fas {
  color: #22272b !important;
  font-size: 24px !important;
}

.front-page-career-hub .maintitle_row p {
  font-size: 14px;
  color: #22272b;
  margin-bottom: 0px;
}

.front-page-career-hub__left .articlebox:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0;
  border-bottom: 0;
}

.front-page-career-hub .postlisting ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.front-page-career-hub .jobpost_midllisting .job_listings {
  display: inline-block;
  width: 100%;
}

.front-page-career-hub .jobpost_midllisting ul.job_listings {
  border: none !important;
  display: inline-block;
  width: 100%;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  img.company_logo {
  display: none;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  .position {
  width: 100% !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  float: left;
}

.front-page-career-hub .jobpost_midllisting ul.job_listings li.job_listing {
  padding: 15px !important;
  background: #fff !important;
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  .location {
  width: 100% !important;
  font-size: 12px;
  color: #000;
  padding-left: 25px !important;
  position: relative;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.meta {
  border-top: 1px solid #ddd;
  float: left;
  width: 100%;
  padding: 0px !important;
  margin: 0 !important;
  padding-top: 5px;
  border: none !important;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.meta
  li {
  float: left;
  width: auto;
  margin-right: 10px;
  font-size: 12px;
  color: var(--Blue, #0f8afb);
  list-style: none !important;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  .position
  h3 {
  font-size: 16px;
  color: var(--Black, #22272b);
  font-family: Lora;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  line-height: 26px;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  .position
  .company {
  margin-bottom: 5px;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  .position
  .company
  strong {
  font-size: 12px;
  color: #0f8afb;
}

.front-page-career-hub .container {
  border-top: 1px solid #22272b;
  padding: 50px 0px;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing:last-child
  a {
  margin-bottom: 0px !important;
  border-bottom: none !important;
}

.front-page-career-hub .jobpost_midllisting ul.job_listings > li {
  transition: all 0.2s ease;
  background: #fff !important;
  padding: 15px !important;
  list-style: none !important;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.front-page-career-hub .jobpost_midllisting ul.job_listings li ul.meta {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info {
  text-align: left;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-top: 5px;
  border-top: 1px solid #ddd;
  padding-top: 5px;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li {
  float: left;
  width: 100%;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li
  .compname {
  float: left;
  width: 100%;
  padding-left: 25px;
  position: relative;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li
  .compname
  strong {
  color: #535e67;
  font-family: Noto Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li
  .location {
  color: #535e67;
  font-family: Noto Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li
  .compname:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  background: url(../images/icon-company.svg) center no-repeat;
  width: 20px;
  height: 22px;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li
  .location:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  background: url(../images/icon-location.svg) center no-repeat;
  width: 20px;
  height: 22px;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li
  .view-more-btn
  a {
  padding: 0;
  color: #0f8afb;
  font-family: Noto Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li
  .view-more-btn
  a:hover {
  background: none;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li
  .view-more-btn
  a
  i.fas {
  color: #0f8afb !important;
  font-size: 18px;
  margin-left: 5px !important;
  display: inline-block;
  padding-top: 7px;
  font-weight: 400;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li.btnrle_right {
  float: right;
  width: auto;
  margin-top: 8px;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li.btnrle_right
  .view-more-btn
  a {
  font-size: 12px !important;
  font-weight: 700;
  font-family: "Noto Sans";
}

.front-page-career-hub__left .articlebox:last-child h5 a {
  font-size: 16px;
  line-height: normal !important;
}

.front-page-career-hub
  .jobpost_midllisting
  ul.job_listings
  li.job_listing
  ul.job-info
  li
  .view-more-btn
  a
  i.fas:before {
  font-weight: 100;
  font-size: 14px;
}

.front-page-career-hub__left .articlebox.big .articlebox_content h5 {
  margin-top: 8px !important;
}

.front-page-career-hub__left .articlebox:not(.big) .articlebox_content h5 {
  font-size: 16px;
  margin-top: 8px !important;
}

.front-page-career-hub .postlisting ul li h6 a {
  line-height: normal !important;
}

.front-page-career-hub .maintitle_row h3 i {
  padding-top: 3px !important;
}

.front-page-career-hub .postlisting ul li:hover h6 a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.front-page-career-hub__left .articlebox .articlebox_image,
.front-page-career-hub__left .articlebox .articlebox_image img {
  transition: opacity 0.2s ease;
}

.front-page-career-hub__left .articlebox:hover .articlebox_image,
.front-page-career-hub__left .articlebox:hover .articlebox_image img {
  opacity: 0.9;
}

.front-page-career-hub__left .articlebox:hover h5 a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.front-page-career-hub .jobpost_midllisting > h4 span {
  padding: 1px 7px !important;
  font-size: 11px !important;
}

.front-page-career-hub .jobpost_midllisting .job_listings a.load_more_jobs {
  display: none;
}

a.btnsearch_center {
  background: #22272b;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  margin: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

body.home .agent-bio .agent-bio__headshot {
  width: 100%;
  min-height: 300px;
  border-radius: 0;
}

body.home .agent-bio {
  display: block;
  height: auto;
  padding: initial;
}

body.home .agent-grid.pl-5 {
  grid-template-rows: auto;
}

body.home .agent-bio__content {
  padding: 30px;
  width: 100% !important;
}

body.home .agent-bio .agent-bio__content .agent-bio__label {
  margin-bottom: 15px !important;
}

body.home .agent-bio .agent-bio__content .agent-bio__name a {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.agents_of_impact_section {
  background: #22272b;
  color: #fff;
}

.agents_of_impact_section section#featured-agents {
  padding: 40px 0px;
  padding-bottom: 80px !important;
}

.agents_of_impact_section section#featured-agents h3 {
  font-size: 22px;
  color: #fff;
  font-family: "Lora";
  margin-bottom: 8px !important;
  margin-top: 0;
  display: flex;
}

.agents_of_impact_section section#featured-agents p {
  font-size: 14px;
  color: #fff !important;
  font-family: "Noto Sans";
}

.agents_of_impact_section section#featured-agents .feed-section {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
  position: inherit !important;
}

.agents_of_impact_section
  section#featured-agents
  .agent-grid
  article
  .agent-bio__content
  h6.agent-bio__label {
  font-weight: 700;
  font-size: 12px;
  font-family: "Noto Sans";
  margin-bottom: 10px !important;
  margin-top: 0;
}

.agents_of_impact_section
  section#featured-agents
  .agent-grid
  article
  .agent-bio__content
  h4.agent-bio__name
  a {
  margin: 0px !important;
  line-height: 30px !important;
}

h4.agent-bio__name {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.agents_of_impact_section section#featured-agents article {
  width: 100% !important;
  min-height: inherit !important;
  border: none;
  border-radius: 4px !important;
  overflow: hidden;
}

.agents_of_impact_section section#featured-agents article .agent-bio__content {
  padding: 20px 20px 30px 20px !important;
  min-height: 105px;
  background: #fff !important;
  border: 0px !important;
}

.agents_of_impact_section
  section#featured-agents
  article
  .agent-bio__content
  h4.agent-bio__name
  a {
  font-size: 16px !important;
  line-height: normal !important;
  color: black;
}

.featured-category-sections .bg-light {
  background: #fff !important;
}

section.mega-menu .container-fluid {
  max-width: 1200px;
}

.story-block.story-block--beat .entry-content h4 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Noto Sans";
}

.feed-section .beats-grid {
  column-count: 4;
  display: block;
}

.feed-section__prev,
.feed-section__next {
  display: none !important;
}

.col.text-right small a {
  text-decoration: underline;
}

.row.latest-news {
  counter-reset: section;
}

.row.latest-news .col-12.col-lg-3 {
  position: relative;
  padding-left: 60px;
}

.row.latest-news .col-12.col-lg-3:before {
  counter-increment: section;
  content: counter(section);
  color: #0f8afb;
  left: 0;
  top: 50% !important;
  position: absolute;
  font-size: 64px !important;
  line-height: 60px;
  font-weight: 700 !important;
  transform: translateY(-50%);
}

.must-reads-section .must-reads-listing .row.latest-news .col-lg-3 {
  width: calc(25% - 30px) !important;
  padding-right: 0px;
  break-inside: avoid;
  padding-left: 48px !important;
}

.must-reads-section .must-reads-listing .row.latest-news {
  gap: 40px !important;
  display: flex !important;
  column-count: 4;
  column-gap: 20px;
  flex-wrap: wrap !important;
  align-items: center;
}

.latest-news-article h5 span {
  color: #22272b;
  font-weight: 400;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(3)
  .entry-content
  p,
.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(4)
  .entry-content
  p {
  display: none;
}

.firstsections .front-page-featured-posts .front-page-sidebar .title_bar h4 {
  margin-bottom: 8px;
  font-size: 22px !important;
  font-family: "Lora";
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.box_content_desc p,
.title_bar p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.firstsections .front-page-featured-posts .front-page-sidebar .title_bar p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #22272b;
  font-family: "Noto Sans";
  margin-bottom: 5px;
  margin-top: 0;
}

.firstsections
  .front-page-featured-posts
  .front-page-sidebar
  .postlisting
  li
  h6
  a {
  font-size: 16px;
  text-shadow: none;
}

.newsletterform {
  width: 450px;
  max-width: 100%;
}

section#subscribe-callout .btn.btn-secondary {
  color: #f3f5f7;
  background-color: #22272b;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 25px;
}

section#explore {
  padding-top: 50px;
  padding: 40px 0px 60px;
}

.front-page-featured-posts .leftcolm .halfbox:last-child {
  border-bottom: none;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.front-page-featured-posts .leftcolm .halfbox:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.featured-category-sections h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Lora";
  color: #22272b;
  margin-top: 0;
  margin-bottom: 8px !important;
  display: flex;
  align-items: center;
}

.featured-category-sections h3 i.fas {
  color: #22272b !important;
  opacity: 1;
  font-size: 24px !important;
}

.featured-category-sections
  .feed-section1
  .firstfour
  a.newpostimg_thumb
  .entry-image {
  margin-bottom: 0px !important;
  background-color: #9fadba;
}

.featured-category-sections
  .feed-section1
  .firstfour
  a.newpostimg_thumb
  .entry-image
  img {
  object-fit: cover;
}

.featured-category-sections .feed-section1 .lasteight article:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

.featured-category-sections section {
  margin-bottom: 80px;
  border-top: 1px solid #22272b;
  padding-top: 50px;
}

.featured-category-sections section:last-child {
  margin-bottom: 0px !important;
}

.featured-category-sections section.bg-light {
  border: none;
  padding: 0 !important;
}

.featured-category-sections section.bg-light section:first-child {
  border: none;
  padding-bottom: 0px !important;
  margin-bottom: 60px !important;
}

.featured-category-sections .feed-section1 .firstfour article .entry-content {
  padding: 10px 0px;
}

.agents_of_impact_section section#featured-agents h3 i.fas {
  color: #fff !important;
}

.agents_of_impact_section section#featured-agents p.text-medium {
  margin: 0;
}

section#featured-agents {
  position: relative;
}

section#featured-agents:after {
  display: none;
  content: "";
  width: 500px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  right: 0;
  z-index: 9 !important;
  top: 0;
}

section#explore .explore-grid {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}

section#explore .explore-grid .explore-item {
  background: none !important;
  float: left;
  width: calc(34.5% - 26.7px) !important;
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 25px !important;
}

section#explore .explore-grid .explore-item > img {
  display: none;
}

section#explore .explore-grid .explore-item > a.explore-item__link {
  display: none;
}

section#explore .explore-grid .explore-item:nth-child(3n) {
  background: none !important;
  float: left;
  width: calc(31% - 26.7px) !important;
}

section#explore .feed-section {
  display: block;
}

section#explore .explore-grid .explore-item article {
  display: block;
  box-shadow: inherit !important;
  width: 100% !important;
  border: none;
  padding-bottom: 30px !important;
  transition: all 0.2s ease;
  border-radius: 0px !important;
  padding: 0 20px !important;
}

section#explore .explore-grid .explore-item article .agent-bio__headshot {
  display: none;
}

section#explore .explore-grid .explore-item article .agent-bio__content {
  min-height: inherit;
  padding: 0px;
}

section#explore
  .explore-grid
  .explore-item
  article
  .agent-bio__content
  h6.mb-1.agent-bio__label {
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px !important;
}

section#explore
  .explore-grid
  .explore-item
  article
  .agent-bio__content
  h4.agent-bio__name {
  font-size: 16px;
  color: #22272b;
  line-height: normal;
  font-family: "Lora";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px !important;
  min-height: 40px !important;
}

section#explore .explore-grid .explore-item article:hover {
  background: none !important;
  transform: translateY(-3px);
}

section#explore
  .explore-grid
  .explore-item
  article:hover
  .agent-bio__content
  h6.mb-1.agent-bio__label {
  color: #0f8afb !important;
}

section#subscribe-callout h2 {
  font-size: 24px;
  font-family: Lora;
  line-height: normal !important;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
}

section#subscribe-callout p.lead {
  padding-bottom: 15px !important;
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

section#subscribe-callout ul.listing_point {
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  line-height: normal;
}

section#subscribe-callout ul.listing_point li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Noto Sans";
  list-style: none;
  padding-left: 20px;
  position: relative;
}

section#subscribe-callout ul.listing_point li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/tick.png) no-repeat;
  width: 12px;
  height: 10px;
  top: 5px;
}

section#subscribe-callout {
  background-image: url(../images/white_a_bg.png);
  background-repeat: no-repeat;
  background-size: 1230px;
  background-position: calc(50% + 500px) calc(100% + 50px);
  padding: 40px 0px;
}

.agents_of_impact_section section#featured-agents .agentslider_slide {
  margin-top: 50px;
  margin: 0px;
  padding: 20px 0px 0px;
}

.agents_of_impact_section section#featured-agents .agentslider_slide .owl-dots {
  margin-top: 20px;
  text-align: center;
  display: none !important;
}

.agents_of_impact_section
  section#featured-agents
  .agentslider_slide
  .owl-dots
  button.owl-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0px 3px;
}

.agents_of_impact_section
  section#featured-agents
  .agentslider_slide
  .owl-dots
  button.owl-dot.active {
  background: #fff;
}

section.mega-menu .beats-grid article {
  background: none !important;
  padding: 0px !important;
}

section.mega-menu .feed-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding: 0px !important;
}

section.mega-menu .feed-section h6.entry-category {
  display: none;
}

section.mega-menu h4 {
  position: inherit !important;
  background: none !important;
  color: #000;
}

section.mega-menu a.menu-image-block {
  background: none !important;
  height: inherit !important;
}

section.mega-menu a.menu-image-block h4 {
  padding: 0px !important;
}

section.mega-menu ul.menulink_list {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 55px;
  align-items: center;
  margin: 0;
}

section.mega-menu ul.menulink_list li {
  list-style: none;
}

section.mega-menu ul.menulink_list li h4 {
  font-size: 16px !important;
  color: #22272b;
  font-family: Noto Sans !important;
  font-weight: 400;
  text-shadow: none;
  font-style: normal;
  line-height: 26px !important;
  margin: 0 !important;
}

section.mega-menu {
  padding: 15px 0px !important;
}

section.mega-menu .feed-section1 {
  gap: 20px;
  justify-content: center;
}

section.mega-menu .feed-section1 article {
  width: calc(33.33% - 20px);
  background: none !important;
  padding: 0;
}

section.mega-menu .feed-section1 article a.newpostimg_thumb {
  display: none;
}

section.mega-menu .feed-section1 article .entry-author {
  display: none;
}

section.mega-menu .feed-section1 article .entry-content {
  padding-left: 0;
  padding-right: 0;
}

section.mega-menu .feed-section1 article .entry-content p {
  display: none;
}

section.mega-menu .feed-section1 article .entry-content h5.entry-category {
  font-size: 12px;
  margin-bottom: 0px !important;
}

section.mega-menu .feed-section1 article .entry-content h4.entry-title {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
}

a.load_more_jobs strong {
  background: #22272b;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  margin: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

.feed-section1.row.align-items-center {
  padding-left: calc((100% - 1600px) / 1);
}

div#titlerow {
  margin-bottom: 20px;
}

div#titlerow p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: normal !important;
}

.maintitle_row {
  margin-bottom: 20px;
}

.front-page-more-stories section#explore .container.pt-3 {
  padding: 0 !important;
}

.front-page-more-stories section#explore h3 {
  margin: 0;
  color: #22272b;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 18px !important;
}

.front-page-more-stories section#explore h3 i.fas {
  color: #000 !important;
}

section#subscribe-callout ul.listing_point li:last-child {
  margin-bottom: 0;
}

section.mega-menu .beats-grid article:hover h4.entry-title {
  font-weight: 700;
}

section.mega-menu .brief-highlights h5 {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

section.mega-menu .brief-highlights p {
  margin: 0;
  font-size: 14px;
}

section.mega-menu .brief-highlights .mb-3:last-child {
  margin-bottom: 0 !important;
}

section.mega-menu.mega-menu--brief h6 {
  font-size: 14px;
  font-family: "Noto Sans";
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

section.mega-menu.mega-menu--brief h3 {
  font-size: 22px;
  margin: 0px 0px 10px 0px !important;
}

h5.entry-category span,
body.home h6.agent-bio__label span {
  color: #22272b;
  font-family: Noto Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.mega-menu .pt-4.pb-4.px-3 {
  padding: 0 !important;
}

section.mega-menu ul.menulink_list li:hover h4 {
  transform: inherit !important;
  font-weight: 700 !important;
}

section.mega-menu .feed-section1 article .entry-content h5.entry-category span {
  color: #22272b !important;
}

.story-block.story-block--podcast .entry-category .entry-category span {
  color: #22272b !important;
}

.container {
  max-width: 1240px !important;
}

.front-page-featured-posts .leftcolm .bigbox .bigbox_image:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
  background: #9fadba;
}

.front-page-featured-posts .leftcolm .halfbox .halfbox_images:before {
  content: "";
  padding-bottom: 100%;
  display: none;
}

.img_box_sq {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.img_box_sq:before {
  padding-bottom: 100%;
  display: block;
  content: "";
}

.img_box_sq img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(3)
  a
  .entry-image:before {
  display: none;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(4)
  a
  .entry-image:before {
  display: none;
}

.featured-category-sections {
  padding-bottom: 60px;
}

.featured-category-sections .feed-section1 .firstfour article:nth-child(3),
.featured-category-sections .feed-section1 .firstfour article:nth-child(4) {
  margin-bottom: 0px !important;
  align-items: center;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article
  .entry-content
  h4.entry-title {
  -webkit-line-clamp: 3;
  margin-top: 0;
  margin-bottom: 8px !important;
  line-height: normal;
}

.front-page-more-stories section#explore .container:last-child {
  padding: 0;
}

.front-page-more-stories section#explore .container:last-child .d-block {
  padding: 0;
}

.front-page-more-stories
  section#explore
  .explore-item:nth-last-child(-n + 3)
  article {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

body.home .agent-bio:hover .agent-bio__content {
  color: #22272b !important;
}

body.home h6.agent-bio__label span {
  font-size: 1rem !important;
}

.agents_of_impact_section section#featured-agents .agentslider_slide .owl-nav {
  margin-top: 20px;
  width: 100%;
  position: relative;
  max-width: 1240px !important;
  margin-left: auto;
  margin-right: auto;
}

.agents_of_impact_section
  section#featured-agents
  .agentslider_slide
  .owl-nav
  button.owl-next {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: url(../images/fi-rs-angle-right.svg);
}

.agents_of_impact_section
  section#featured-agents
  .agentslider_slide
  .owl-nav
  button.owl-prev {
  position: absolute;
  left: 0 !important;
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: url(../images/fi-rs-angle-left.svg);
}

.agents_of_impact_section
  section#featured-agents
  .agentslider_slide
  .owl-nav
  button.owl-next
  span,
.agents_of_impact_section
  section#featured-agents
  .agentslider_slide
  .owl-nav
  button.owl-prev
  span {
  display: none;
}

.front-page-more-stories section#explore article .agent-bio__content h6 span {
  font-size: 12px !important;
}

.front-page-more-stories
  section#explore
  article:hover
  .agent-bio__content
  h6
  span {
  color: #22272b !important;
}

a.btnsearch_center:hover {
  background: #0f8afb;
}

.box_bottom a.btnsub:hover {
  background: #000;
  color: #fff;
}

section#subscribe-callout .btn.btn-secondary:hover {
  background: #fff !important;
  color: #0f8afb !important;
  box-shadow: none;
}

.firstsections
  .front-page-featured-posts
  .front-page-sidebar
  .postlisting
  ul
  li:hover
  h6
  a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.agents_of_impact_section
  section#featured-agents
  article.agent-bio:hover
  .agent-bio__content {
  background: #fff !important;
}

.agents_of_impact_section
  section#featured-agents
  article.agent-bio:hover
  .agent-bio__content
  h6.agent-bio__label,
.agents_of_impact_section
  section#featured-agents
  article.agent-bio:hover
  .agent-bio__content
  h6.agent-bio__label
  a {
  color: #0f8afb !important;
}

.agents_of_impact_section
  section#featured-agents
  article.agent-bio:hover
  .agent-bio__content
  h4.agent-bio__name
  a {
  color: #22272b !important;
}

.firstsections .front-page-featured-posts .front-page-sidebar .title_bar h4 i {
  color: #22272b !important;
}

.agents_of_impact_section section#featured-agents article .agent-bio__headshot {
  min-height: inherit !important;
  height: inherit;
  padding-bottom: 100%;
}

.agents_of_impact_section
  section#featured-agents
  article
  .agent-bio__content
  h6.agent-bio__label {
  font-size: 12px !important;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #22272b;
  margin-bottom: 0px !important;
}

.agents_of_impact_section
  section#featured-agents
  article
  .agent-bio__content
  h6.agent-bio__label
  a {
  color: #0f8afb;
}

.agents_of_impact_section
  section#featured-agents
  article
  .agent-bio__content
  h6.agent-bio__label
  span {
  font-size: 12px !important;
}

.front-page-featured-posts .leftcolm span {
  color: #0f8afb;
  font-size: 12px;
  font-weight: bold;
  font-family: "Noto Sans";
  margin-bottom: 8px;
  display: inline-block;
}

.front-page-featured-posts .leftcolm .bigbox .bigbox_content p {
  font-size: 14px;
  line-height: normal;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(3)
  .entry-content
  h4.entry-title
  a,
.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(4)
  .entry-content
  h4.entry-title
  a {
  font-size: 16px;
  line-height: normal !important;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(3)
  .entry-content
  h4.entry-title,
.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(4)
  .entry-content
  h4.entry-title {
  margin-bottom: 0px !important;
}

.featured-category-sections
  .feed-section1
  .lasteight
  article
  h5.entry-category {
  margin-bottom: 8px !important;
}

.featured-category-sections
  .feed-section1
  .lasteight
  article
  .entry-content
  h4.entry-title {
  margin: 0;
  font-size: 16px !important;
  line-height: 26px !important;
}

.agents_of_impact_section
  section#featured-agents
  article
  .agent-bio__content
  h4.agent-bio__name {
  margin-bottom: 0px !important;
}

section#explore
  .explore-grid
  .explore-item
  article
  .agent-bio__content
  h4.agent-bio__name
  a {
  font-size: 16px !important;
  line-height: normal !important;
}

a.mob-button {
  font-size: 14px;
  font-weight: 700;
  color: #0f8afb;
  font-family: "Noto Sans";
}

.agents_of_impact_section
  section#featured-agents
  article
  .agent-bio__content
  h5 {
  display: none;
}

.firstsections > .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body.home i.fas.fa-angle-right.ml-2.text-medium {
  padding-top: 9px;
  padding-bottom: 0px;
  line-height: 1px !important;
}

body.home .fa-angle-right:before {
  line-height: 5px !important;
  display: inline-block;
}

body.home section#explore i.fas.fa-angle-right.ml-2.text-medium {
  padding-top: 0;
}

body.home .front-page-the-brief h3 a {
  display: flex;
  align-items: center;
}

.featured-category-sections .bg-light h3 + p,
.featured-category-sections .bg-light h3 + p + p {
  font-size: 14px !important;
  line-height: normal;
}

.featured-category-sections .bg-light p:empty {
  display: none;
}

section#explore
  .explore-grid
  .explore-item
  article
  .agent-bio__content
  h5.entry-category.mb-2 {
  font-size: 12px;
  margin-bottom: 8px !important;
}

section#subscribe-callout .container .col-12.col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.firstsections .front-page-featured-posts .front-page-sidebar .title_bar {
  font-size: 14px;
  line-height: normal;
}

.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(3)
  .entry-content,
.featured-category-sections
  .feed-section1
  .firstfour
  article:nth-child(4)
  .entry-content {
  padding-top: 0px;
}

.firstsections .new_newslettertop_bar .col-6:first-child {
  width: calc(100% - 285px) !important;
}

.firstsections .new_newslettertop_bar .col-6:nth-child(2) {
  width: 285px !important;
}

.firstsections .new_newslettertop_bar .row {
  align-items: center;
}

i.fas:before {
  font-family: "FontAwesome";
}

i.fas {
  font-style: normal;
}

input.search-field[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.agents_of_impact_section
  section#featured-agents
  .agentslider_slide
  .owl-nav
  button,
.agents_of_impact_section
  section#featured-agents
  .agentslider_slide
  .owl-nav
  button:hover,
.agents_of_impact_section
  section#featured-agents
  .agentslider_slide
  .owl-nav
  button:focus {
  border: none !important;
  outline: 0 !important;
}

.firstsections
  .new_newslettertop_bar
  .newsletterform
  a#free-newsletter-submit:hover {
  box-shadow: none;
  background: #fff;
  color: #0f8afb;
}

.brief_subscribe_box h3 {
  justify-content: center;
}

body.home main :not(ul.job-info *) {
  line-height: normal !important;
}

.firstsections .front-page-featured-posts .front-page-sidebar h4 i {
  padding-top: 3px !important;
}

body.home .front-page-the-brief h3 a i {
  padding-top: 3px !important;
  padding-left: 0px;
  transition: all linear 0.3s;
}

.featured-category-sections h3 i {
  padding-top: 3px !important;
}

.agents_of_impact_section section#featured-agents h3 i {
  margin-top: 4px !important;
}

.front-page-more-stories section#explore h3 i {
  padding-top: 5px !important;
}

body.home .feed-section__container-padding:empty {
  display: none;
}

body.home .front-page-more-stories .row.pb-1.align-items-center {
  padding-bottom: 0px !important;
}

body.home .front-page-the-brief h3 a:hover i {
  padding-left: 5px;
  transition: all linear 0.3s;
}

.firstsections
  .front-page-featured-posts
  .front-page-sidebar
  .title_bar
  h4
  a:hover,
.featured-category-sections h3 a:hover,
.front-page-career-hub .maintitle_row h3 a:hover {
  padding-right: 5px;
  transition: all linear 0.3s;
}

.firstsections .front-page-featured-posts .front-page-sidebar .title_bar h4 a,
.featured-category-sections h3 a,
.front-page-career-hub .maintitle_row h3 a {
  padding-right: 0px;
  transition: all linear 0.3s;
}

.halfbox {
  transition: all 0.2s ease;
}

.bigbox {
  transition: all 0.2s ease;
}

.bigbox .bigbox_image,
.bigbox .bigbox_image img,
.halfbox .halfbox_images,
.halfbox .halfbox_images img {
  transition: opacity 0.2s ease;
}

.bigbox:hover:not(:has(.animetas:hover)) .bigbox_image,
.bigbox:hover:not(:has(.animetas:hover)) .bigbox_image img,
.halfbox:hover:not(:has(.animetas:hover)) .halfbox_images,
.halfbox:hover:not(:has(.animetas:hover)) .halfbox_images img {
  opacity: 0.9;
}

.bigbox:hover:not(:has(.animetas:hover)) .bigbox_content h6 a,
.halfbox:hover:not(:has(.animetas:hover)) .halfbox_content h6 a,
.bigbox .animetas a:hover,
.halfbox .animetas a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.agents_of_impact_section section#featured-agents h3 a {
  padding-right: 0px;
  transition: all linear 0.3s;
}

.agents_of_impact_section section#featured-agents h3 a:hover {
  padding-right: 5px;
  transition: all linear 0.3s;
}

.front-page-more-stories section#explore h3 a {
  padding-right: 0px;
  transition: all linear 0.3s;
}

.front-page-more-stories section#explore h3 a:hover {
  padding-right: 5px;
  transition: all linear 0.3s;
}

.agents_of_impact_section
  section#featured-agents
  article
  a:hover
  .agent-bio__headshot {
  transform: scale(1.1);
  transition: all linear 0.3s;
}

.agents_of_impact_section
  section#featured-agents
  article
  a
  .agent-bio__headshot {
  transform: scale(1);
  transition: all linear 0.3s;
}

.newsletter_page > .container .row > .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.newsletter_page {
  padding-top: 35px;
}

.newsletter_page h1 {
  color: #22272b;
  font-family: "Lora";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
  border-bottom: solid 1px #22272b;
  padding-bottom: 15px;
}

.tab_topbar {
  background: #f3f5f7;
  color: #22272b;
  font-family: "Lora";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tab_topbar a {
  order: 2;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tab_topbar a i.fas.fa-angle-right.ml-2.text-medium {
  font-weight: 100 !important;
  color: #000 !important;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  color: #22272b;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  padding: 0px;
}

.tab button.active {
  color: #22272b;
  font-weight: 700;
  text-decoration: underline;
}

.tabcontent {
  display: none;
}

.page_tabs .tab {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px !important;
}

.page_tabs_content {
  clear: both;
}

.newsletter_listings {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: solid 1px #cccc;
  margin-bottom: 20px;
}

.newsletter_listings .newsletter_listing_box {
  width: calc(33.33% - 13.5px);
}

.newsletter_listings:last-child {
  border-bottom: none !important;
  margin-bottom: 0px;
}

.newsletter_listings:last-child .newsletter_listing_shortdesc p {
  margin-bottom: 0px;
}

.newsletter_listing_img a {
  position: relative;
  display: block;
  background-color: #9fadba;
}

.newsletter_listing_img a:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}

.newsletter_listing_img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter_listing_meta {
  font-family: Noto Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px !important;
  margin-top: 15px;
  margin-bottom: 8px;
  color: #0f8afb;
}

.newsletter_listing_meta span {
  font-weight: 400;
  color: #22272b;
}

.newsletter_listing_ttile h5 {
  font-family: "Lora";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.newsletter_listing_ttile h5 a {
  color: #22272b;
}

body main .newsletter_listing_shortdesc p {
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 24px !important;
}

.previous_listing_newsletters_listing {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #22272b;
  margin-bottom: 60px;
}

.previous_listing_newsletters_listing h2 {
  font-family: "Lora";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.prenewsletter_listings {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  gap: 40px;
}

.prenewsletter_listings .newsletter_listing_box {
  width: calc(33.33% - 26.8px);
  border-bottom: solid 1px #cccc;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.prenewsletter_listings:last-child .newsletter_listing_box {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.prenewsletter_listings .newsletter_listing_ttile h5 {
  text-overflow: ellipsis;
  font-family: "Lora";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px !important;
  margin-bottom: 0px;
  margin-top: 0;
}

.prenewsletter_listings .newsletter_listing_meta {
  margin-top: 0px;
}

.new_newslettertop_bar {
  border-radius: 2px;
  background: #0f8afb;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.new_newslettertop_bar .newslettertitle p {
  margin: 0px !important;
  padding: 0px !important;
  color: #fff;
  font-family: "Lora";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.new_newslettertop_bar .row .col-6 {
  width: auto;
}

.new_newslettertop_bar .row {
  align-content: center !important;
  justify-content: left !important;
  align-items: center;
  gap: 0px 10px;
  max-width: 1032px;
  margin: auto;
}

#impactlpgp .new_newslettertop_bar .row {
  max-width: 1120px;
}

.new_newslettertop_bar .newsletterform {
  width: 290px;
}

.new_newslettertop_bar .newsletterform input#free-newsletter-email {
  border-radius: 2px 0px 0px 2px;
  padding: 0px 10px;
  color: #9fadba;
  font-family: Noto Sans;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0px;
  height: 34px !important;
  min-height: inherit;
}

.new_newslettertop_bar .newsletterform a#free-newsletter-submit {
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px !important;
  background: #22272b;
  padding: 0px 15px;
  height: 34px;
  border-radius: 0px 2px 2px 0px;
  width: 80px;
}

.page_tabs_shortcontent {
  padding-bottom: 35px;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.podcast_page > .container .row > .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.podcast_page {
  padding-top: 35px;
}

.podcast_page h1 {
  color: #22272b;
  font-family: "Lora";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
  border-bottom: solid 1px #22272b;
  padding-bottom: 15px;
}

.featured_pod_section {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}

.featured_pod_section h2 {
  color: #22272b;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.latest_pod {
  width: calc(100% - 440px);
}

.latest_pod h2 {
  margin-bottom: 20px;
}

.top_episodes {
  width: 400px;
}

.top_episodes .te_short_desc {
  color: #22272b;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top_episodes .tebox h3 {
  color: var(--Black, #22272b);
  text-overflow: ellipsis;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.top_episodes .tebox {
  margin-top: 30px;
  padding-left: 40px;
  position: relative;
}

.top_episodes .te_list {
  counter-reset: section;
}

.top_episodes .tebox:before {
  counter-increment: section;
  content: "" counter(section) " ";
  color: #0f8afb;
  text-align: center;
  font-family: Noto Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: -3px;
}

.latest_episode_video {
  background: #282828;
  border-radius: 10px;
  display: flex;
  height: 330px;
  overflow: hidden;
}

.latest_episode_video iframe {
  height: 100% !important;
  min-height: 352px;
  margin-top: -10px;
  margin-left: -10px;
  width: 100% !important;
}

.listen_link a {
  color: #22272b;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid #9fadba;
  background: #fff;
  padding: 3px 11px;
  display: inline-flex;
  align-items: center;
}

.listen_link i.fa-solid.fa-play {
  font-family: "fontawesome";
  font-style: normal;
  font-size: 10px;
  margin-right: 5px;
}

.prev_pods_section {
  padding-top: 60px;
  margin-top: 60px;
  border-top: solid 1px #9fadba;
  margin-bottom: 60px;
}

.prev_pods_section h2 {
  color: #22272b;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.prev_pod_list {
  display: flex;
  gap: 20px;
}

.prev_pod_list .pp_box {
  display: flex;
  gap: 10px;
}

.prev_pod_list .pp_box .pp_box_img a {
  position: relative;
  display: block;
  width: 100%;
  background: #9fadba;
  border-radius: 5px;
  overflow: hidden;
}

.prev_pod_list .pp_box .pp_box_img a:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.prev_pod_list .pp_box .pp_box_img {
  width: 105px;
  display: block;
}

.pp_box_content {
  width: calc(100% - 125px);
}

.prev_pod_list .pp_box .pp_box_img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp_box_content h3 {
  color: #22272b;
  margin-bottom: 10px;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: normal;
}

.pp_box_content h3 a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}

.podcast_page .new_newslettertop_bar {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px !important;
}

.prenewsletter_listings .newsletter_listing_ttile h5 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #22272b !important;
  line-height: 26px !important;
}

.podcast_page .previous_listing_newsletters_listing {
  border-top: 0px;
  padding-top: 0px;
}

.col-12.col-xl-7.col-xxl-8.column_middle
  ul.social-share.d-flex.d-lg-block.ml-3.ml-lg-0
  .fa-twitter:before {
  content: "" !important;
  background-image: url(../images/fs_x_icon_gray.png) !important;
  width: 16px;
  height: 14px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.col-12.col-xl-7.col-xxl-8.column_middle
  ul.social-share.d-flex.d-lg-block.ml-3.ml-lg-0
  a:hover
  .fa-twitter:before {
  background-image: url(../images/fs_x_icon_blue.png) !important;
}

div#discover_benefits span.elementor-button-content-wrapper:hover {
  text-decoration: underline;
}

div#discover_benefits span.elementor-button-icon.elementor-align-icon-right {
  color: #0f8afb;
}

div#meet_the_team_tabs .e-n-tabs-heading {
  padding-bottom: 30px;
  gap: 20px;
}

div#meet_the_team_tabs button.e-n-tab-title {
  background: transparent !important;
  color: #22272b !important;
  font-size: 22px !important;
  padding: 5px 0px !important;
  margin: 0px !important;
  gap: 0px !important;
}

div#meet_the_team_tabs button.e-n-tab-title[aria-selected="true"] {
  font-weight: 700;
  border-bottom: solid 1.5px #0f8afb;
}

div#meet_the_team_tabs a.elementor-icon.elementor-social-icon {
  background: transparent;
  width: 32px;
  height: 32px;
}

div#meet_the_team_tabs a.elementor-icon.elementor-social-icon svg {
  max-height: 15px;
  width: auto;
}

div#meet_the_team_tabs
  .elementor-social-icons-wrapper.elementor-grid
  span.elementor-grid-item:first-child
  a.elementor-icon.elementor-social-icon {
  width: 96px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

div#meet_the_team_tabs
  .elementor-social-icons-wrapper.elementor-grid
  span.elementor-grid-item
  a.elementor-icon.elementor-social-icon[href="#"] {
  display: none;
}

div#meet_the_team_tabs figure.elementor-image-box-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

div#meet_the_team_tabs figure.elementor-image-box-img:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

div#meet_the_team_tabs figure.elementor-image-box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#meet_the_team_tabs
  .elementor-social-icons-wrapper.elementor-grid
  span.elementor-grid-item
  a.elementor-icon.elementor-social-icon:hover
  svg
  path {
  fill: #0f8afb !important;
}

div#meet_the_team_tabs button.e-n-tab-title span {
  font-size: 20px;
}

div#meet_the_team_tabs button.e-n-tab-title span:hover {
  font-weight: 600;
}

div#meet_the_team_tabs .e-n-tabs-content .e-con-full.e-flex.e-con.e-child {
  margin-bottom: 30px !important;
}

div.meet_the_team_popup a.elementor-icon.elementor-social-icon {
  background: transparent;
  width: 32px;
  height: 32px;
}

div.meet_the_team_popup a.elementor-icon.elementor-social-icon svg {
  max-height: 15px;
  width: auto;
}

div.meet_the_team_popup
  .elementor-social-icons-wrapper.elementor-grid
  span.elementor-grid-item
  a.elementor-icon.elementor-social-icon:hover
  svg
  path {
  fill: #0f8afb !important;
}

div.meet_the_team_popup figure.elementor-image-box-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

div.meet_the_team_popup figure.elementor-image-box-img:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

div.meet_the_team_popup figure.elementor-image-box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.meet_the_team_popup .elementor-widget.elementor-widget-text-editor,
div.meet_the_team_popup .elementor-widget.elementor-widget-text-editor p {
  font-size: 14px;
  line-height: 19.2px;
}

div#join_the_conversation a.elementor-icon.elementor-social-icon {
  background: transparent;
  width: 50px;
  height: 50px;
}

div#join_the_conversation a.elementor-icon.elementor-social-icon svg {
  height: 20px;
  width: 20px;
  min-width: 20px;
}

div#join_the_conversation
  .elementor-social-icons-wrapper.elementor-grid
  span.elementor-grid-item
  a.elementor-icon.elementor-social-icon:hover
  svg
  path {
  fill: #0f8afb !important;
}

a.dialog-close-button.dialog-lightbox-close-button:hover i.eicon-close:before {
  color: #0f8afb;
}

.elementor-popup-modal a.dialog-close-button.dialog-lightbox-close-button {
  font-size: 22px;
  outline: 0;
}

div.meet_the_team_popup .elementor-widget.elementor-widget-text-editor {
  max-height: 193px;
  overflow-y: scroll;
  outline: 0;
}

div.meet_the_team_popup
  .elementor-widget.elementor-widget-text-editor::-webkit-scrollbar {
  width: 20px;
}

div.meet_the_team_popup
  .elementor-widget.elementor-widget-text-editor::-webkit-scrollbar-track {
  background-color: transparent;
}

div.meet_the_team_popup
  .elementor-widget.elementor-widget-text-editor::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

div.meet_the_team_popup
  .elementor-widget.elementor-widget-text-editor::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

body.home .featured-category-sections .entry-image img {
  object-fit: cover;
}

body:not(.home) .feed-section__controls.d-none.d-lg-block i {
  display: block !important;
  width: 40px;
  height: 40px;
}

body:not(.home) .feed-section__controls.d-none.d-lg-block {
  display: flex !important;
  justify-content: flex-end;
}

body.home
  .agents_of_impact_section
  section#featured-agents
  article
  .agent-bio__content
  h6.agent-bio__label {
  display: none;
}

section#faq_page_listings .e-n-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

section#faq_page_listings .e-n-accordion details {
  width: calc(50% - 20px);
}

section#faq_page_listings
  .elementor-widget-n-accordion
  .e-n-accordion-item-title {
  border: 0px;
  border-bottom: solid 1px #ccc;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: baseline;
}

section#faq_page_listings .elementor-element.e-con.e-child {
  padding: 10px 0px;
  border: 0;
}

section#faq_page_listings .elementor-widget-heading {
  padding-top: 40px;
}

section#faq_page_listings .elementor-widget-container {
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 19px;
}

section#faq_page_listings .elementor-widget-divider {
  margin: 0px !important;
}

.elementor-widget-container p {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

#send_us_email_section p {
  margin: 0px;
  font-size: 14px;
  line-height: 19px !important;
  padding-top: 7px;
  padding-bottom: 7px;
}

div#send_us_email_section
  a.elementor-button.elementor-button-link.elementor-size-sm {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

section#faq_page_listings .elementor-widget-heading:first-child {
  padding-top: 0px;
}

div#subscribed_featured_buttons
  a.elementor-button.elementor-button-link.elementor-size-sm {
  width: 100%;
  text-align: left;
}

div#subscribed_featured_buttons
  a.elementor-button.elementor-button-link.elementor-size-sm
  i {
  color: #0f8afb;
  font-size: 20px;
}

div#amplifies_your_impact p {
  color: #22272b;
  font-family: "Noto Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#amplifies_your_impact figure.elementor-image-box-img {
  max-width: 275px;
}

div#subscribers_say .elementor-testimonial-content {
  padding: 20px !important;
  text-align: left;
  border: solid 0.5px #9fadba;
  position: relative;
  background: #fff;
  margin-left: 5px;
  line-height: 22px !important;
}

div#subscribers_say .elementor-testimonial-content:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  height: 100%;
  background: #0f8afb;
  z-index: -1;
}

div#subscribers_say .elementor-testimonial-job {
  line-height: 20px !important;
}

div#subscriber_faqs summary.e-n-accordion-item-title {
  justify-content: space-between;
}

div#subscriber_faqs p {
  color: #22272b;
  font-family: "Noto Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#academia_rates h3.elementor-image-box-title {
  text-align: left;
}

.typeform_btn button {
  background-color: #000000 !important;
  font-size: 15px !important;
  padding: 12px 24px !important;
  border-radius: 3px !important;
  color: #fff !important;
  border: 0px;
  font-family: Noto Sans !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-align: left !important;
}

#amplify_your_team_blocks b {
  color: #0f8afb !important;
}

#subscription_success b {
  color: #0f8afb !important;
}

div#member_logos img {
  max-height: 110px;
  width: auto;
}

.careerhub_newsletter .nwc_box {
  border: solid 1px #9fadba;
  background: #fff;
  padding: 20px 25px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 30px;
}

.careerhub_newsletter .nwc_box h1.pn-content__title {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif !important;
  font-size: 20px;
  font-weight: 700;
  line-height: normal !important;
  text-align: left;
  color: #22272b;
  margin: 0px !important;
  padding-bottom: 6px;
}

.careerhub_newsletter span.pn-form__terms {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.careerhub_newsletter .pn-inline__form.pn-form .input-group {
  display: flex;
}

.careerhub_newsletter input#free-newsletter-email {
  width: calc(100% - 90px) !important;
  border-radius: 2px 0px 0px 2px !important;
  min-width: inherit !important;
  margin: 0px !important;
  color: #757575;
  border: 1.15px solid #e0e7ec;
  outline: 0;
  font-weight: 400 !important;
  border-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.careerhub_newsletter .pn-inline__form.pn-form {
  width: 100%;
}

.careerhub_newsletter .pn-inline__content.pn-content {
  width: 100%;
}

.careerhub_newsletter input#free-newsletter-submit {
  border-radius: 0px 2px 2px 0px !important;
  background: #0f8afb !important;
  color: #fff !important;
  font-family: "Noto Sans";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 24px !important;
  padding: 5px 10px !important;
  width: 90px !important;
  display: inline-block;
  min-width: inherit !important;
  border: 0;
  height: 40px;
}

.searchjob_filter_btnbox {
  display: flex;
  justify-content: space-between;
}

div#your_impact_career .search_jobs {
  display: flex;
  padding: 0px;
  gap: 20px;
  justify-content: left;
  padding-bottom: 20px;
  width: 100%;
  max-width: 730px;
}

div#your_impact_career .search_jobs .search_remote_position {
  display: none;
}

div#your_impact_career .search_jobs div[style="clear: both"] {
  display: none !important;
}

div#your_impact_career .search_jobs .search_submit {
  margin: 0px !important;
  padding: 0px !important;
}

div#your_impact_career .search_jobs .search_location {
  padding: 0px !important;
  width: 100%;
  max-width: 280px;
}

div#your_impact_career .search_jobs .search_keywords {
  padding: 0px !important;
  width: 100%;
  max-width: 280px;
}

div#your_impact_career .search_jobs:before,
div#your_impact_career .search_jobs:after {
  display: none;
}

div#your_impact_career .job_filters .search_jobs input,
div#your_impact_career .job_filters .search_jobs select {
  max-width: 280px;
  border: solid 1px #9fadba;
  border-radius: 2px;
  padding: 10px;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
}

div#your_impact_career .search_jobs input[type="submit"] {
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 19.07px;
  background: #fff;
  font-weight: 700 !important;
  width: 100% !important;
  min-width: 150px;
  text-align: center;
}

div#your_impact_career ul.job_listings {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 0px;
  width: 100% !important;
  margin-top: 10px;
}

div#your_impact_career ul.job_listings li.job_listing {
  width: calc(33.33% - 14px);
  border: solid 1px #9fadba;
  padding: 15px;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.25s ease;
}

div#your_impact_career ul.job_listings li.job_listing a {
  padding: 0px;
  border-radius: 4px;
  display: block;
}

div#your_impact_career ul.job_listings li.job_listing.position {
  width: 100% !important;
  border-radius: 4px;
}

div#your_impact_career ul.job_listings li.job_listing ul.meta {
  float: none !important;
  display: block;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  text-align: left;
}

div#your_impact_career ul.job_listings li.job_listing ul.meta li.job-type {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 16.34px;
  text-align: left;
  color: #0f8afb !important;
  width: fit-content !important;
  white-space: pre;
  display: none !important;
  vertical-align: top;
}

div#your_impact_career ul.job_listings li.job_listing ul.meta li.company {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: left;
  color: #22272b;
  padding-left: 6px;
  border-left: solid 1px #ccc;
  margin-left: 6px !important;
  display: inline-block !important;
  vertical-align: top;
  width: calc(100% - 60px);
  overflow: hidden;
  max-height: inherit !important;
  padding: 0px !important;
  margin: 0px !important;
}

div#your_impact_career ul.job_listings li.job_listing ul.meta li.date {
  text-align: right !important;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: normal !important;
  color: #515e66;
  float: right;
}

div#your_impact_career
  ul.job_listings
  li.job_listing
  ul.meta
  li.company
  strong {
  font-weight: 700 !important;
  margin-left: 0px !important;
  padding-left: 0px;
  border: 0px !important;
  color: #0f8afb;
  font-size: 12px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

div#your_impact_career ul.job_listings li.job_listing .position {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}

div#your_impact_career ul.job_listings li.job_listing .position h3 {
  font-family: Lora;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 20.48px !important;
  text-align: left;
  margin-top: 5px !important;
}

.job_listing_up {
  min-height: 80px;
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
  border-bottom: solid 1px #9fadba;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
}

div#your_impact_career ul.job_listings li.job_listing .position h3 b {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}

.job_listing_foot {
  clear: both;
  display: -webkit-box;
  width: 100%;
  padding-left: 0px !important;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: normal !important;
  text-align: left !important;
  color: #22272b !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.job_listing_foot img {
  vertical-align: sub;
  margin-right: 5px;
}

.job_listing_foot span {
  margin-right: 10px;
}

.job_listing_foot img:first-child {
  margin-left: 0px;
}

.job_listing_foot span:first-child {
  display: none;
}

#career_advice_section .dlf_listing_box_meta {
  font-family: Noto Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px !important;
  margin-bottom: 8px;
  margin-top: 20px;
  color: #22272b;
}

#career_advice_section .dlf_listing_box_meta span {
  font-weight: 700;
  color: #0f8afb;
}

#career_advice_section .dlf_listing_box_content h4 {
  font-family: Lora;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: #22272b;
  margin-bottom: 8px;
  margin-top: 0;
}

#career_advice_section .dlf_listing_box_content h4 a {
  font-family: Lora;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

#career_advice_section .dlf_listing_box_content p {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #22272b;
}

#career_advice_section .dlf_listing_box_content p:last-child {
  margin: 0px;
}

#career_advice_section .dlf_listings {
  display: flex;
  gap: 20px;
  padding-top: 0px;
}

#career_advice_section .dlf_listings .dlf_listing_box {
  width: 33.33%;
}

#career_advice_section .dlf_listing_box_img {
  height: inherit !important;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

#career_advice_section .dlf_listing_box_img:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
  background: #9fadba;
}

#career_advice_section .dlf_listing_box_img a,
#career_advice_section .dlf_listing_box_img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.filter_btnbox {
  display: flex;
  list-style: none;
  gap: 10px;
}

ul.filter_btnbox li {
  font-family: Noto Sans;
  font-size: 14px;
  background: #fff;
  font-weight: 400 !important;
  text-align: center;
  border: solid 1px #9fadba;
  border-radius: 2px;
  padding: 0px 15px;
  height: 41px;
  line-height: 41px;
  cursor: pointer;
}

ul.filter_btnbox li#get_alerts {
  border-color: #0f8afb;
  padding-right: 40px;
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/get_alert_icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  min-width: 125px;
}

ul.filter_btnbox li#refine_search {
  border-color: #9fadba;
  padding-right: 40px;
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/refine_search_down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  min-width: 150px;
}

ul.filter_btnbox li#refine_search.active {
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/refine_search_up.png);
}

.refine_search_box {
  background: #f3f5f7;
  padding: 0px;
  border-top: solid 1px #9fadba;
  margin-bottom: 50px;
}

.refine_search_box.activesearch {
  background: #f3f5f7;
  padding: 20px 30px;
  border-top: solid 0px #9fadba;
}

.refine_search_box .refine_search_borderbox {
  display: none;
}

.refine_search_box.activesearch .refine_search_borderbox {
  display: block;
}

.get_alerts_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #515e664d;
  display: none;
}

.get_alerts_popup.popupactive {
  display: block;
}

.get_alerts_popup .careerhub_newsletter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 20px #0000001a;
  border: #9fadba;
}

.get_alerts_popup .chart_icon {
  text-align: center;
  padding-top: 20px;
}

.get_alerts_popup .alert_popup_cross {
  position: relative;
  display: block;
  z-index: 9;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 0;
  float: right;
}

.get_alerts_popup .alert_popup_cross:before {
  content: "";
  display: block;
  width: 26.26px;
  height: 2px;
  background: #515e66;
  transform: rotate(45deg);
  transform-origin: center;
  top: 7px;
  position: absolute;
  right: -2px;
}

.get_alerts_popup .alert_popup_cross:after {
  content: "";
  display: block;
  width: 26.26px;
  height: 2px;
  background: #515e66;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: -2px;
}

.get_alerts_popup .newsletteer-text {
  font-family: Noto Sans;
  font-size: 9px;
  font-weight: 400;
  line-height: 12.26px;
  text-align: left;
  margin-top: 10px;
  color: #22272b;
}

.newsletteer-text a {
  color: #22272b;
  text-decoration: underline;
}

.get_alerts_popup .careerhub_newsletter .nwc_box {
  display: grid;
  text-align: center;
  border: 0px;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  gap: 20px;
}

.get_alerts_popup .careerhub_newsletter .nwc_box h1.pn-content__title {
  text-align: center;
}

.get_alerts_popup .careerhub_newsletter span.pn-form__terms {
  font-size: 14px;
  line-height: 20px;
}

.get_alerts_popup .careerhub_newsletter input#free-newsletter-submit {
  background: #22272b !important;
}

.get_alerts_popup .careerhub_newsletter input#free-newsletter-email {
  border: solid 1px #9fadba;
}

.job_listings nav.job-manager-pagination {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-top: 0px !important;
  margin-bottom: 60px;
  padding-bottom: 60px !important;
  border-bottom: solid 1px #9fadba !important;
}

.job_listings
  nav.job-manager-pagination
  li.job-manager-pagination-employer_btns {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.job_listings nav.job-manager-pagination li {
  border: 0px !important;
  margin-left: 5px;
  margin-right: 5px;
}

.job_listings
  nav.job-manager-pagination
  li.job-manager-pagination-employer_btns
  h4 {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  margin: 0px;
}

.job_listings
  nav.job-manager-pagination
  li.job-manager-pagination-employer_btns
  a {
  padding: 7px 15px 7px 15px !important;
  border-radius: 2px 0px 0px 0px;
  border: solid 1px #9fadba !important;
  font-family: Noto Sans;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19.07px !important;
  text-align: center;
}

.job_listings
  nav.job-manager-pagination
  li.job-manager-pagination-employer_btns
  button {
  padding: 7px 15px 7px 15px !important;
  border-radius: 2px 0px 0px 0px;
  border: solid 1px #9fadba !important;
  font-family: Noto Sans;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19.07px !important;
  text-align: center;
  background: transparent;
  color: #22272b;
}

a.pag_arr_right span,
a.pag_arr_left span {
  display: none !important;
}

a.pag_arr_right,
a.pag_arr_left {
  width: 30px;
  height: 32px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

a.pag_arr_left {
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/pag_arr_left.png) !important;
}

a.pag_arr_right {
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/pag_arr_right.png) !important;
}

.job_listings nav.job-manager-pagination li a.pag_arr_left:hover {
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/pag_arr_left.png) !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.job_listings nav.job-manager-pagination li a.pag_arr_right:hover {
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/pag_arr_right.png) !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.job_listings nav.job-manager-pagination li span.current {
  background: transparent !important;
  font-weight: 700;
  color: #000;
}

.job_listings nav.job-manager-pagination ul li a {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
  text-align: left;
  color: #9fadba;
}

#how_to_land img {
  vertical-align: top;
}

#how_to_land h2 {
  font-family: Lora;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.16px;
  text-align: left;
}

#how_to_land p {
  margin: 0px !important;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
}

#how_to_land a.elementor-button.elementor-button-link.elementor-size-sm {
  padding: 10px 20px 10px 20px;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  text-align: center;
}

div#your_impact_career ul.job_listings li.job_listing li.job-type.full-time {
  display: none !important;
}

div#your_impact_career ul.job_listings li.job_listing ul.meta li {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  line-height: normal !important;
}

div#your_impact_career ul.job_listings li.job_listing ul.meta,
div#your_impact_career ul.job_listings li.job_listing ul.meta * {
  line-height: 12px;
  vertical-align: top;
}

div#your_impact_career .job_listing_foot img {
  display: none;
}

#career_with_filter .vue-grid-layout {
  height: 65px !important;
  border-bottom: solid 1px #9fadba;
}

#career_with_filter .vue-grid-layout.activesearch {
  height: auto !important;
  border-bottom: solid 0px #ccc;
  min-height: 150px;
}

#career_with_filter .vue-grid-layout:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 63px);
  background: #f3f5f7;
  bottom: 0px !important;
  position: absolute;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:first-child {
  display: none;
  width: 100% !important;
  max-width: calc(20% - 20px);
  left: calc(20% + 14px) !important;
  top: 85px !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(2) {
  display: none;
  width: 100% !important;
  max-width: calc(20% - 25px);
  left: calc(20% + 20px) !important;
  top: 85px !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(3) {
  display: none;
  width: 100% !important;
  max-width: calc(20% - 25px);
  left: calc(40% + 5px) !important;
  top: 85px !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(4) {
  display: none;
  width: 100% !important;
  max-width: calc(20% - 25px);
  left: calc(60% - 10px) !important;
  top: 85px !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(5) {
  display: none;
  width: 100% !important;
  max-width: calc(20% - 10px);
  left: calc(80% - 25px) !important;
  top: 85px !important;
}

#career_with_filter
  .vue-grid-layout.activesearch
  .vue-grid-item.static.field-grid-item:first-child {
  display: block;
}

#career_with_filter
  .vue-grid-layout.activesearch
  .vue-grid-item.static.field-grid-item:nth-child(2) {
  display: block;
  left: calc(40% + 14px) !important;
  max-width: calc(20% - 20px) !important;
}

#career_with_filter
  .vue-grid-layout.activesearch
  .vue-grid-item.static.field-grid-item:nth-child(3) {
  display: block;
  left: calc(60% + 14px) !important;
}

#career_with_filter
  .vue-grid-layout.activesearch
  .vue-grid-item.static.field-grid-item:nth-child(4) {
  display: block;
}

#career_with_filter
  .vue-grid-layout.activesearch
  .vue-grid-item.static.field-grid-item:nth-child(5) {
  display: block;
}

#career_with_filter .vue-grid-layout .vue-grid-item input,
#career_with_filter .vue-grid-layout .vue-grid-item select,
#career_with_filter
  .vue-grid-layout
  .select2-container--default
  .select2-selection--single {
  max-width: 280px;
  border: solid 1px #9fadba !important;
  border-radius: 2px;
  padding: 10px 15px;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  width: 100%;
  min-height: 38px;
}

#career_with_filter .vue-grid-layout .vue-grid-item input[type="submit"] {
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 19.07px;
  background: #fff;
  font-weight: 700 !important;
  width: 100% !important;
  min-width: 150px;
  text-align: center;
}

#career_with_filter .vue-grid-layout .el-input.el-input--suffix input {
  width: 100% !important;
  max-width: 100%;
  border-radius: 4px;
  border: solid 1px #9fadba !important;
}

#career_with_filter .vue-grid-layout input.select2-search__field {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
}

#career_with_filter .vue-grid-layout input.select2-search__field,
#career_with_filter .vue-grid-layout input.select2-search__field::placeholder {
  font-family: Noto Sans;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  width: max-content !important;
}

#career_with_filter
  .vue-grid-layout
  .select2-container--default
  .select2-selection--multiple {
  height: auto !important;
  line-height: normal;
  min-height: inherit !important;
  border: solid 1px #515e66;
}

#career_with_filter
  .vue-grid-layout
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #9fadba4d;
  border: 0px;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
}

#career_with_filter .vue-grid-layout ul.select2-selection__rendered {
  vertical-align: middle;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: calc(100% - 20px) !important;
}

#career_with_filter .vue-grid-layout #career_with_filter .vue-grid-layout {
  position: relative;
}

#career_with_filter
  .vue-grid-layout
  #career_with_filter
  .vue-grid-layout:before {
  content: "";
  display: none;
  width: 100%;
  height: calc(100% - 58px);
  background: #f3f5f7;
  bottom: 0px !important;
  position: absolute;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:first-child
  input.el-input__inner {
  border-color: #515e66 !important;
}

#career_with_filter .vue-grid-layout .showing_jobs.wp-job-manager-showing-all {
  margin-bottom: 15px;
}

#career_with_filter .vue-grid-layout.activesearch:before {
  display: block;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(6) {
  width: 23% !important;
  left: calc(23% + 30px) !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(7) {
  width: 23% !important;
  left: 20px !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(10) {
  width: 150px !important;
  left: calc(46% + 39px) !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item
  input#job_description {
  max-width: 100%;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(8) {
  width: 121px !important;
  right: 155px !important;
  left: inherit !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(8)
  a.wpjmsf-field.wpjmsf-button-field.get_alerts {
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 19.07px;
  background: #fff;
  font-weight: 400 !important;
  width: 121px !important;
  text-align: center;
  border: solid 1px #0f8afb !important;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  display: inline-flex;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(9) {
  width: 150px !important;
  right: 20px !important;
  left: inherit !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(9)
  a.wpjmsf-field.wpjmsf-button-field.refine_search {
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 19.07px;
  background: #fff;
  font-weight: 400 !important;
  width: 150px !important;
  text-align: center;
  border: solid 1px #9fadba !important;
  border-radius: 2px;
  padding: 10px 15px;
  position: relative;
  display: inline-flex;
  color: #515e66;
  border-color: #9fadba;
}

a.wpjmsf-field.wpjmsf-button-field.get_alerts {
  border-color: #0f8afb;
  padding-right: 40px;
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/get_alert_icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 14px) center !important;
}

a.wpjmsf-field.wpjmsf-button-field.refine_search {
  border-color: #9fadba;
  padding-right: 40px;
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/refine_search_down.png) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 14px) center !important;
}

a.wpjmsf-field.wpjmsf-button-field.refine_search.active {
  background-image: url(https://impactalpha.com/wp-content/uploads/2024/07/refine_search_up.png) !important;
}

div#career_with_filter h3.elementor-heading-title {
  padding-left: 20px;
  padding-right: 20px;
}

#career_with_filter
  .vue-grid-layout.activesearch
  .vue-grid-item.static.field-grid-item:nth-child(4),
#career_with_filter
  .vue-grid-layout.activesearch
  .vue-grid-item.static.field-grid-item:nth-child(5) {
  display: none;
}

.search_jobs.search_listings + .showing_jobs span {
  display: none;
}

.search_jobs.search_listings + .showing_jobs a.rss_link {
  display: none;
}

.search_jobs.search_listings + .showing_jobs.wp-job-manager-showing-all {
  position: absolute;
  top: -85px;
  left: 80%;
  background: transparent;
  width: 40px;
  border: 0px;
}

.search_jobs.search_listings
  + .showing_jobs.wp-job-manager-showing-all
  a.reset {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  background: transparent;
}

div#career_with_filter:has(.wp-job-manager-showing-all)
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:first-child {
  left: calc(20% - 4px) !important;
}

div#career_with_filter:has(.wp-job-manager-showing-all)
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(2) {
  left: calc(40% - 4px) !important;
}

div#career_with_filter:has(.wp-job-manager-showing-all)
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(3) {
  left: calc(60% - 4px) !important;
}

#content nav.job-manager-pagination ul,
nav.job-manager-pagination ul {
  border: 0px;
}

li.no_job_listings_found {
  width: 100%;
  text-align: center;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(1)
  input.el-input__inner {
  border-color: #515e66 !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(2)
  input.el-input__inner {
  border-color: #515e66 !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(3)
  input.el-input__inner {
  border-color: #515e66 !important;
}

.el-icon-arrow-up:before {
  color: #515e66;
  font-weight: 600;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item
  input::placeholder {
  color: #515e66 !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item
  input.el-input__inner {
  border: solid 1px #515e66 !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item
  input.el-input__inner:focus {
  border: solid 1px #22272b !important;
  color: #22272b !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item
  input.el-input__inner:focus
  + .el-input__suffix
  .el-icon-arrow-up:before {
  color: #22272b !important;
}

body.page-id-101247
  ul.el-select-dropdown__list
  li.el-select-dropdown__item
  selected
  span {
  background: #9fadba4d !important;
  font-weight: 400 !important;
}

body.page-id-101247 .el-select-dropdown__item.selected {
  color: #22272b;
  font-weight: 400;
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 19.07px;
  text-align: left;
}

body.page-id-101247 ul.el-select-dropdown__list li.el-select-dropdown__item {
  background: transparent !important;
  display: block;
  margin: 0px;
  height: auto !important;
  padding: 0px 10px;
  line-height: normal;
}

body.page-id-101247 .el-select-dropdown__item.selected span {
  background: #9fadba4d;
}

body.page-id-101247 .el-select-dropdown__item span {
  padding: 5px 10px;
  border-radius: 5px !important;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  line-height: normal;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item
  input {
  border: solid 1px #9fadba !important;
  color: #515e66 !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item
  input:focus-visible {
  border-color: #22272b !important;
  outline-width: 0px;
}

.job_listings:has(li.no_job_listings_found) a.reset {
  display: none;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(9)
  a.wpjmsf-field.wpjmsf-button-field.refine_search:hover {
  color: #22272b;
  border-color: #22272b !important;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(9)
  a.wpjmsf-field.wpjmsf-button-field.refine_search.active {
  background: #f3f5f7;
  color: #22272b !important;
  border-color: #22272b !important;
}

ul.job_listings li.no_job_listings_found.no_job_listings_found {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  gap: 20px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

ul.job_listings li.no_job_listings_found.no_job_listings_found a {
  border: solid 1px #515e66;
  padding: 5px 18px 5px 18px;
  border-radius: 0px 2px 2px 0px;
}

.job_listings
  nav.job-manager-pagination
  li.job-manager-pagination-employer_btns
  button:hover,
ul.job_listings li.no_job_listings_found.no_job_listings_found a:hover {
  background: #f3f5f7;
  color: #22272b !important;
  border-color: #22272b !important;
}

#career_with_filter:not(:has(.refine_search.active)) a.reset {
  display: none !important;
}

.job_listings nav.job-manager-pagination li a {
  min-width: 30px;
  text-align: center !important;
}

.job_listings nav.job-manager-pagination li:hover a {
  background-color: #9fadba4d !important;
  display: block;
  color: #22272b;
}

.job_listings nav.job-manager-pagination li:hover a.pag_arr_right,
.job_listings nav.job-manager-pagination li:hover a.pag_arr_left {
  filter: contrast(0);
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(8)
  .post-job
  a {
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 19.07px;
  background: #fff;
  font-weight: 400 !important;
  text-align: center;
  border: solid 1px #9fadba !important;
  border-radius: 2px;
  padding: 10px 15px !important;
  position: relative;
  display: inline-flex;
  color: #515e66;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item:nth-child(8)
  .post-job
  a:hover {
  color: #22272b;
  border-color: #22272b !important;
}

.impact-career i.fas.fa-angle-right.ml-2.text-medium {
  color: #000 !important;
  font-size: 22px;
  padding-bottom: 0px;
}

.impact-career h2 {
  display: flex;
  align-items: end;
}

#career_with_filter
  .vue-grid-layout
  .vue-grid-item.static.field-grid-item
  input[type="submit"] {
  border: solid 1px #0f8afb !important;
  color: #fff !important;
  background: #0f8afb;
}

div#your_impact_career.elementor-widget.elementor-widget-heading {
  margin-bottom: 6px !important;
}

div#your_impact_career ul.job_listings li.job_listing ul.meta span.tagline {
  display: none;
}

div#get_alerts_banner_section {
  width: 100%;
  display: block;
}

div#get_alerts_banner_section .careerhub_newsletter .nwc_box {
  border: 0px;
  box-shadow: none;
  background: transparent;
  padding: 0px;
  gap: 50px;
  margin: 0px;
}

div#get_alerts_banner_section .careerhub_newsletter {
  padding-right: 70px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross {
  position: absolute;
  width: 20px;
  right: 0;
  display: block;
  height: 20px;
  top: 30px;
  cursor: pointer;
}

div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross:before {
  content: "";
  display: block;
  width: 26.26px;
  height: 2px;
  background: #22272b;
  transform: rotate(45deg);
  transform-origin: center;
  top: 8px;
  position: absolute;
  right: -4px;
}

div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross:after {
  content: "";
  display: block;
  width: 26.26px;
  height: 2px;
  background: #22272b;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  right: -4px;
}

div#get_alerts_banner_section .careerhub_newsletter .pn-inline__form.pn-form {
  width: 40%;
}

div#get_alerts_banner_section h1.pn-content__title {
  font-family: Lora;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
}

div#get_alerts_banner_section .careerhub_newsletter span.pn-form__terms {
  font-family: Noto Sans;
  font-size: 9px;
  font-weight: 400;
  line-height: 12.26px;
  text-align: left;
  display: block;
}

div#get_alerts_banner_section
  .careerhub_newsletter
  .nwc_box
  h1.pn-content__title {
  margin: 0px !important;
  padding-bottom: 0px;
}

div#get_alerts_banner_section
  .careerhub_newsletter
  .pn-inline__content.pn-content {
  width: 70%;
}

div#get_alerts_banner_section input#free-newsletter-email {
  border: solid 0.5px #9fadba !important;
}

div#get_alerts_banner_section
  .careerhub_newsletter
  input#free-newsletter-submit {
  background: #22272b !important;
}

div#get_alerts_banner_section .newsletteer-text {
  display: none;
}

.firstsections
  .new_newslettertop_bar
  .newsletterform
  input#free-newsletter-submit {
  width: 85px;
  height: 34px;
  padding: 0;
  line-height: 34px !important;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border: 0;
  color: #fff;
  background: #000;
  border-radius: 0px 3px 3px 0px !important;
}

div.newsletter_page#vue-app .page_tabs .tab button {
  white-space: pre;
}

div.newsletter_page#vue-app .page_tabs .tab {
  overflow: scroll;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d973 #ffffff;
}

body.tp-modal-open .tp-modal .tp-close {
  top: 15px;
  right: 15px;
  box-shadow: none !important;
  background: transparent;
  border: 0px !important;
}

.tp-iframe-wrapper {
  box-shadow: none !important;
  border-radius: 3px !important;
}

body.tp-modal-open .tp-modal .tp-close:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #515e66;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 8.5px;
}

body.tp-modal-open .tp-modal .tp-close:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #515e66;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 8.5px;
}

body.home .front-page-the-brief .container {
  border-top: 0px !important;
  border-bottom: 0.5px solid #22272b !important;
  padding-bottom: 60px !important;
}

body.home .front-page-the-brief {
  padding-bottom: 0px !important;
}

body.single-job_listing .bottom_job_posts {
  border-top: 0px;
  padding-top: 0px;
}

.single-job_listing .hero {
  display: none;
}

.single-job_listing .entry__title {
  padding-top: 60px;
}

.company_logo {
  display: none;
}

.rp4wp-related-job_listing > ul li.job_listing a,
.rp4wp-related-job_listing > ul li.no_job_listings_found a,
ul.job_listings li.job_listing a,
ul.job_listings li.no_job_listings_found a {
  display: block;
  padding: 1em 1em 1em 0em;
  border: 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  line-height: 1.5em;
  text-decoration: none;
}

#piano-container-bottom-ribbon {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.single_job_listing {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.single_job_listing p,
.single_job_listing ul,
.single_job_listing ul li {
  margin-bottom: 1em;
  font-size: 1.2rem;
}

.single_job_listing ul {
  padding-left: 20px;
  list-style-type: disc;
}

.single_job_listing h1,
.single_job_listing h2,
.single_job_listing h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.single_job_listing h1 {
  font-size: 24px;
}

.single_job_listing h2 {
  font-size: 2rem;
}

.single_job_listing h3 {
  font-size: 1.5rem;
}

div#meet_the_team_tabs .elementor-icon.elementor-social-icon,
div#join_the_conversation .elementor-icon.elementor-social-icon {
  outline: 0;
}

.prev_brief_home_box {
  margin-top: 75px;
}

.prev_brief_home_box h4 {
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #22272b;
  margin-top: 0;
}

.prev_brief_listing ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.prev_brief_meta {
  font-family: Noto Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px !important;
  margin-bottom: 8px;
  color: #0f8afb;
}

.prev_brief_meta span {
  color: #22272b;
  font-weight: 400;
}

.prev_brief_listing h5 {
  color: #22272b;
  font-weight: 700;
  font-family: lora;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  margin-top: 8px;
}

.prev_brief_listing li {
  border-bottom: 1px solid #9fadba;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
  font-size: 12px;
  transition: all 0.2s ease;
}

.prev_brief_listing h5 a {
  font-size: 16px;
  text-shadow: none;
}

.prev_brief_listing li:last-child {
  border: 0px !important;
  margin-bottom: 0px;
}

.prev_brief_listing li:hover:not(:has(.prev_brief_meta:hover)) .prev_brief_ttile h5 a,
.prev_brief_listing li .prev_brief_meta a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.single_job_listing .meta li {
  color: #555 !important;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  width: 31% !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
}

.single_job_listing .company {
  min-height: 0;
}

.single_job_listing .company img.company_logo {
  display: none;
}

.single_job_listing .company *,
.single_job_listing .company *:before,
.single_job_listing .company *:after {
  margin: 0 !important;
  padding: 0 !important;
}

.single_job_listing .company .company_header {
  margin: 0 !important;
  min-height: 0;
}

.firstsections .new_newslettertop_bar .row .col-12.plcytxt {
  display: block !important;
}

.firstsections
  .new_newslettertop_bar
  .row
  .col-12.plcytxt[style="display: none;"] {
  display: none !important;
}

.firstsections .new_newslettertop_bar .row .col-12 {
  display: inline;
}

body.home main .firstsections .new_newslettertop_bar em {
  font-size: 8.2px !important;
}

.front-page-featured-posts .leftcolm .animetas span {
  margin-bottom: 0px;
}

.front-page-featured-posts .leftcolm .animetas {
  margin-bottom: 8px;
}

body.page-id-108833 main * {
  line-height: normal !important;
}

body.category-2954 .sponsored_logo_img {
  background: transparent !important;
}

div#your_impact_career ul.job_listings li.job_listing a:hover {
  background: transparent !important;
}

div#your_impact_career ul.job_listings li.job_listing.job_position_featured a {
  background: transparent !important;
  border: none !important;
}

div#your_impact_career ul.job_listings li.job_listing.job_position_featured {
  background: #f3f8fe;
  border-left: 4px solid rgba(15, 138, 251, 0.6);
  border-radius: 4px;
  transition: all 0.25s ease;
}

div#your_impact_career
  ul.job_listings
  li.job_listing.job_position_featured:hover {
  background: #e8f2fd;
  border-left: 4px solid rgba(15, 138, 251, 0.9);
  box-shadow: 0 2px 6px rgba(15, 138, 251, 0.12);
  transform: translateY(-2px);
}

div#your_impact_career ul.job_listings li.job_listing:hover {
  background: #f9fafb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
  transition: all 0.25s ease;
  border-radius: 4px;
}

div#get_alerts_banner_section .careerhub_newsletter span.pn-form__terms a {
  text-decoration: underline;
  font-size: 9px;
}

.job_listing_preview_title input {
  background: #0f8afb;
  color: #fff;
  border: none;
  margin-top: 6px;
  border-radius: 3px;
  padding: 5px 10px;
}

.job_listing_preview .single_job_listing ul.job-listing-meta-summery {
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 20px;
}

.job_listing_preview .single_job_listing ul.job-listing-meta-summery li {
  list-style: none;
  margin-right: 15px;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-size: 14px;
}

.job_listing_preview .single_job_listing ul.job-listing-meta-summery li span {
  margin-left: 10px;
  background: #f1f1f1;
  padding: 5px 10px;
}

.job_listing_preview .company {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.applynow_share {
  display: inline-block;
  width: 100%;
}

.job_listing_preview .allysharemobile .profile_share ul.social-share {
  display: block !important;
  margin: 0;
  width: 100%;
  padding: 0;
  position: inherit;
}

.job_listing_preview .allysharemobile .profile_share ul.social-share li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
}

.clked {
  display: none;
}

.list-button a.elementor-button {
  max-width: 100%;
  width: 235px;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  color: #000000;
}

body.page-id-102721 button.tp-close {
  opacity: 1 !important;
  display: none !important;
  background: none !important;
  transform: inherit !important;
}

body.single-post .tp-iframe-wrapper.tp-active button.tp-close {
  display: block !important;
  opacity: 1 !important;
  width: 30px;
  height: 30px;
  transform: inherit;
}

body.single-post
  .tp-modal
  .tp-iframe-wrapper.tp-active
  button.tp-close::before {
  width: 25px !important;
}

body.single-post .tp-modal .tp-iframe-wrapper.tp-active button.tp-close::after {
  width: 25px;
}

.page-id-86579 .catpage_subcat ul {
  overflow: scroll;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d973 #ffffff;
}

.page-id-86579 .catpage_subcat ul li {
  white-space: pre;
}

.entry_meta {
  font-size: 12px;
  line-height: 16px;
  color: #22272b;
  margin: 8px 0;
}

.entry_meta a {
  color: #0f8afb;
  font-weight: 700;
  text-decoration: none;
}

.entry_meta span {
  font-weight: 400;
  color: #22272b;
}

@media (min-width: 1200px) {
  .heading-text {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .subheading-text {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .subsection-text {
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-6 {
    padding-top: 4rem !important;
  }

  .pt-lg-7 {
    padding-top: 6rem !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 4rem !important;
  }

  .pt-xl-9 {
    padding-top: 10rem !important;
  }

  .pl-xl-6 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }

  .pl-xxl-6 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1720px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .heading-text {
    font-size: 3.2rem;
  }
}

@media (min-width: 1200px) {
  .subheading-text {
    font-size: 2.8rem;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .btn.btn-sm-on-mobile {
    padding: 10px 15px;
  }
}

@media (max-width: 576px) {
  #hero-container .hero {
    padding: 10px;
    background-attachment: unset;
  }
}

@media (max-width: 992px) {
  #hero-container .hero.hero--homepage:after {
    content: none;
  }
}

@media (min-width: 1200px) {
  #hero-container .hero.hero--subscribe .hero__content h1 {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .entry__content .wp-block-quote p {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  ul.social-share li {
    font-size: 1.4rem;
  }
}

@media (min-width: 576px) {
  .feed-section .feed-section__container-padding {
    width: calc((100vw - 540px) / 2);
  }
}

@media (min-width: 768px) {
  .feed-section .feed-section__container-padding {
    width: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 992px) {
  .feed-section .feed-section__container-padding {
    width: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  .feed-section .feed-section__container-padding {
    width: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 1400px) {
  .feed-section .feed-section__container-padding {
    width: calc((100vw - 1320px) / 2);
  }
}

@media (min-width: 1720px) {
  .feed-section .feed-section__container-padding {
    width: calc((100vw - 1640px) / 2);
  }
}

@media (max-width: 1400px) {
  .feed-section .story-block {
    width: 450px;
  }
}

@media (max-width: 992px) {
  .feed-section .story-block {
    width: 400px;
  }
}

@media (max-width: 576px) {
  .feed-section .story-block {
    width: 380px;
  }
}

@media (max-width: 0) {
  .feed-section .story-block {
    width: 320px;
  }
}

@media (min-width: 1200px) {
  .mega-menu .story-block h4.entry-title {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .agent-bio .agent-bio__content .agent-bio__name {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  aside#sidebar .expand-left .story-block h4.entry-title {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .latest-news-article h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 1240px) {
  .newsletter_page > .container .row > .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .podcast_page > .container .row > .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1100px) {
  .new_newslettertop_bar .newslettertitle {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .tab_topbar {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .tab_topbar a {
    width: 100%;
  }

  .newsletter_listings .newsletter_listing_box {
    width: 100%;
  }

  .prenewsletter_listings .newsletter_listing_box {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .prenewsletter_listings {
    gap: 0px;
  }

  .prenewsletter_listings:last-child .newsletter_listing_box {
    border-bottom: solid 1px #cccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .prenewsletter_listings:last-child .newsletter_listing_box:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
  }

  .nllbox .newsletter_listings .newsletter_listing_box:nth-child(2) h5,
  .nllbox .newsletter_listings .newsletter_listing_box:nth-child(3) h5 {
    font-size: 16px;
  }

  .nllbox
    .newsletter_listings
    .newsletter_listing_box:nth-child(2)
    .newsletter_listing_img,
  .nllbox
    .newsletter_listings
    .newsletter_listing_box:nth-child(3)
    .newsletter_listing_img {
    display: none;
  }

  .nllbox
    .newsletter_listings
    .newsletter_listing_box:nth-child(2)
    .newsletter_listing_shortdesc,
  .nllbox
    .newsletter_listings
    .newsletter_listing_box:nth-child(3)
    .newsletter_listing_shortdesc {
    display: none;
  }

  .nllbox .newsletter_listings .newsletter_listing_box {
    border-top: solid 1px #ccc;
  }

  .nllbox .newsletter_listings .newsletter_listing_box:first-child {
    border-top: 0px;
  }

  .nllbox .newsletter_listing_shortdesc p {
    margin-bottom: 0px;
  }

  .nllbox .newsletter_listings .newsletter_listing_box:last-child {
    padding-bottom: 20px;
  }

  .nllbox
    .newsletter_listings
    .newsletter_listing_box:nth-child(2)
    .newsletter_listing_ttile
    h5,
  .nllbox
    .newsletter_listings
    .newsletter_listing_box:nth-child(3)
    .newsletter_listing_ttile
    h5 {
    margin-bottom: 0px;
  }

  .nllbox .newsletter_listings:last-child .newsletter_listing_box:last-child {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .featured_pod_section {
    display: grid;
    gap: 0px;
  }

  .latest_pod {
    width: 100%;
  }

  .top_episodes {
    width: 100%;
    padding-top: 60px;
    margin-top: 60px;
    border-top: solid 1px #9fadba;
  }

  .prev_pod_list {
    display: grid;
    gap: 30px;
  }

  .prev_pods_section h2 {
    margin-bottom: 30px;
  }

  .podcast_page .new_newslettertop_bar {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .featured-category-sections
    + .front-page-career-hub
    .jobpost_midllisting
    h4
    span {
    height: 17px;
    line-height: 16px !important;
    margin-top: -4px;
  }

  div#meet_the_team_tabs .e-n-tabs-heading {
    width: max-content;
    gap: 15px;
    margin: auto;
  }

  div#meet_the_team_tabs button.e-n-tab-title span {
    font-size: 16px !important;
  }

  div#join_the_conversation .elementor-element {
    text-align: center;
  }

  div#join_the_conversation
    .elementor-element
    .elementor-social-icons-wrapper.elementor-grid {
    text-align: center;
  }
}

@media (min-width: 1600px) {
  body:not(.home) .feed-section .feed-section__container-padding {
    width: calc((100vw - 1240px) / 2) !important;
    display: block !important;
  }
}

@media (max-width: 767px) {
  section#faq_page_listings .e-n-accordion details {
    width: 100%;
  }
}

@media (max-width: 767px) {
  div#amplify_your_team h2.elementor-heading-title.elementor-size-default {
    text-align: center;
  }

  div#amplify_your_team_blocks figure.elementor-image-box-img {
    margin: auto;
  }

  div#amplify_your_team_blocks .elementor-image-box-wrapper {
    text-align: center;
  }

  div#amplify_your_team figure.elementor-image-box-img {
    display: inline-block !important;
    float: none !important;
    width: 100% !important;
    text-align: center;
  }

  div#amplify_your_team_blocks p.elementor-image-box-description span {
    text-align: left;
    display: block;
  }

  div#amplify_your_team_blocks .elementor-image-box-content {
    text-align: left;
  }

  div#amplify_your_team_blocks h3.elementor-image-box-title {
    text-align: left;
  }

  div#gainaccess .e-con-inner .elementor-widget-container {
    text-align: center;
  }

  div#subscription_success figure.elementor-image-box-img {
    margin: auto;
  }

  div#subscription_success .elementor-image-box-wrapper {
    text-align: center;
  }

  div#subscription_success .elementor-image-box-content {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .careerhub_newsletter .nwc_box {
    display: grid;
    text-align: center;
  }

  .careerhub_newsletter .nwc_box h1.pn-content__title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .searchjob_filter_btnbox {
    flex-wrap: wrap;
    justify-content: center;
  }

  div#your_impact_career h3 {
    text-align: center;
  }

  .job_listings
    nav.job-manager-pagination
    li.job-manager-pagination-employer_btns {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
  }

  #career_advice_section .dlf_listings {
    flex-wrap: wrap;
  }

  #career_advice_section .dlf_listings .dlf_listing_box {
    width: calc(50% - 10px);
  }

  div#your_impact_career ul.job_listings li.job_listing {
    width: calc(50% - 14px);
  }
}

@media (max-width: 767px) {
  #career_advice_section .dlf_listings .dlf_listing_box {
    width: 100%;
  }

  div#your_impact_career ul.job_listings li.job_listing {
    width: 100%;
  }

  div#your_impact_career .search_jobs {
    flex-wrap: wrap;
    justify-content: center;
  }

  div#your_impact_career .search_jobs .search_keywords {
    max-width: 100% !important;
  }

  div#your_impact_career .job_filters .search_jobs input,
  div#your_impact_career .job_filters .search_jobs select {
    max-width: 100%;
  }

  div#your_impact_career .search_jobs .search_location {
    max-width: 100%;
  }

  div#your_impact_career .search_jobs input[type="submit"] {
    width: 100% !important;
    max-width: 100%;
    background: #0f8afb;
    color: #fff;
    border-color: #0f8afb;
  }

  div#your_impact_career .search_jobs .search_submit {
    width: 100%;
  }

  #how_to_land img {
    display: none;
  }

  #how_to_land h2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  #how_to_land p {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }

  #how_to_land a.elementor-button.elementor-button-link.elementor-size-sm {
    margin-bottom: 10px;
  }

  div#career_advice_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  div#how_to_land {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(10) {
    width: 100px !important;
  }

  #career_with_filter .vue-grid-layout .vue-grid-item input[type="submit"] {
    min-width: 100% !important;
  }
}

@media (max-width: 767px) {
  #career_with_filter .vue-grid-layout {
    height: auto !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(7),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(6) {
    position: relative !important;
    width: 100% !important;
    left: inherit !important;
  }

  #career_with_filter .vue-grid-layout .vue-grid-item input,
  #career_with_filter .vue-grid-layout .vue-grid-item select,
  #career_with_filter
    .vue-grid-layout
    .select2-container--default
    .select2-selection--single {
    max-width: 100%;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(10) {
    width: 100% !important;
    left: inherit !important;
    order: 3;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:first-child,
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(2),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(3),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(4),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(5) {
    width: 100% !important;
    position: relative !important;
    max-width: 100%;
    left: inherit !important;
    top: inherit !important;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(6) {
    order: 2;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(7) {
    order: 1;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(8) {
    order: 4;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(9) {
    order: 5;
    right: 0px !important;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(1) {
    order: 6;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(2) {
    order: 7;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(3) {
    order: 8;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(4) {
    order: 9;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(5) {
    order: 10;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(1),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(2),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(3),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(4),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(5),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(6),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(7),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(8),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(9),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(10) {
    height: auto !important;
  }

  #career_with_filter .vue-grid-layout:before {
    height: calc(100% - 255px);
  }

  #career_with_filter .vue-grid-layout.activesearch:before {
    left: 0;
    display: none;
  }

  #career_with_filter .vue-grid-layout .vue-grid-item input[type="submit"] {
    background: #5db0fc;
    border: 0px !important;
    color: #fff !important;
  }

  div#career_with_filter:has(.wp-job-manager-showing-all)
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:first-child,
  div#career_with_filter:has(.wp-job-manager-showing-all)
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(2),
  div#career_with_filter:has(.wp-job-manager-showing-all)
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(3) {
    position: inherit !important;
    left: inherit !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #career_with_filter
    .vue-grid-layout.activesearch
    .vue-grid-item.static.field-grid-item:nth-child(2),
  #career_with_filter
    .vue-grid-layout.activesearch
    .vue-grid-item.static.field-grid-item:nth-child(3) {
    width: 100% !important;
    max-width: 100% !important;
    left: inherit !important;
    position: inherit !important;
  }

  .search_jobs.search_listings + .showing_jobs.wp-job-manager-showing-all {
    display: none !important;
  }

  div#your_impact_career ul.job_listings {
    padding: 10px;
  }
}

@media (max-width: 1100px) {
  div#get_alerts_banner_section .careerhub_newsletter .nwc_box {
    gap: 25px;
  }

  div#get_alerts_banner_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  div#get_alerts_banner_section .careerhub_newsletter .nwc_box {
    gap: 10px;
    text-align: center !important;
  }

  div#get_alerts_banner_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross {
    top: 15px;
    transform: inherit;
  }

  div#get_alerts_banner_section .careerhub_newsletter {
    padding: 35px;
    text-align: center;
  }

  div#get_alerts_banner_section
    .careerhub_newsletter
    .pn-inline__content.pn-content {
    width: 100%;
    text-align: center !important;
  }

  div#get_alerts_banner_section
    .careerhub_newsletter
    .nwc_box
    h1.pn-content__title {
    text-align: center;
  }

  div#get_alerts_banner_section .careerhub_newsletter span.pn-form__terms {
    text-align: center;
    display: none;
  }

  div#get_alerts_banner_section .careerhub_newsletter .pn-inline__form.pn-form {
    text-align: center;
    width: 100%;
  }

  div#get_alerts_banner_section .newsletteer-text {
    font-family: Noto Sans;
    font-size: 9px;
    font-weight: 400;
    line-height: 12.26px;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  div#get_alerts_banner_section .careerhub_newsletter {
    padding: 15px 0px;
    text-align: center;
  }

  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross {
    top: 10px;
    right: -5px;
  }

  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross:before,
  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross:after {
    width: 15px;
  }

  #career_with_filter .vue-grid-layout {
    padding-left: 0;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    margin-top: 0px !important;
    padding-top: 5px;
  }

  div#your_impact_career_sub {
    margin-bottom: 0px !important;
  }

  div#your_impact_career ul.job_listings {
    padding-top: 0px;
    margin-top: 0px;
  }

  .job_listings nav.job-manager-pagination {
    border: 0px !important;
  }

  nav.job-manager-pagination:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    border-bottom: solid 1px #9fadba;
    left: 10px;
  }

  #content nav.job-manager-pagination ul,
  nav.job-manager-pagination ul {
    display: flex;
    justify-content: center;
  }

  .job_listings nav.job-manager-pagination li {
    margin-left: 2px;
    margin-right: 2px;
  }

  .job_listings nav.job-manager-pagination ul li a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }

  .job_listings nav.job-manager-pagination li span.current {
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .front-page-featured-posts .leftcolm .halfbox {
    display: block !important;
    width: 100% !important;
    margin: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .front-page-featured-posts .leftcolm .halfbox .halfbox_content {
    max-width: 100%;
  }

  .front-page-featured-posts .leftcolm .halfbox .halfbox_images {
    display: none;
  }

  .front-page-featured-posts .leftcolm .halfbox:nth-last-child(2) {
    border-bottom: 1px solid #9fadba;
    padding-bottom: 20px !important;
  }

  .front-page-featured-posts .leftcolm .halfbox:nth-child(3),
  .front-page-featured-posts .leftcolm .halfbox:nth-child(4) {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .firstsections .front-page-featured-posts .col-8:after {
    padding-bottom: 60px;
    border-bottom: 1px solid #22272b !important;
    content: "";
    display: block;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .featured-category-sections section.bg-light section:nth-child(3) {
    position: relative;
  }

  .featured-category-sections section.bg-light section:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0.5px;
    background: #22272b;
    display: block;
    width: calc(100% - 30px);
  }

  .featured-category-sections
    section.bg-light
    section:nth-child(2)
    .container:nth-child(1) {
    border-top: 1px solid #22272b;
    padding: 60px 0 0;
  }

  .firstsections .front-page-featured-posts .col-8:after {
    margin-bottom: 25px;
  }

  .featured-category-sections section {
    padding: 60px 15px !important;
  }

  .front-page-career-hub .row .col-12 .maintitle_row {
    padding: 60px 0 0;
  }

  .front-page-career-hub .postlisting ul li {
    border-bottom: 1px solid #9fadba;
  }
}

@media (max-width: 768px) {
  .tp-close {
    top: 15px !important;
    right: 25px !important;
  }
}

@media (max-width: 767px) {
  body.tp-modal-open .tp-iframe-wrapper.piano-id-modal-ver-.tp-active {
    width: 100% !important;
    height: 100% !important;
    margin: 0px;
    background: #fff;
    box-shadow: none;
  }

  body.tp-modal-open .tp-iframe-wrapper.piano-id-modal-ver-.tp-active iframe {
    width: 100% !important;
  }

  body.tp-modal-open
    .tp-iframe-wrapper.piano-id-modal-ver-.tp-active
    .tp-modal {
    background: #fff;
  }
}

@media (max-width: 1240px) {
  .must-reads-section {
    padding: 30px 12px !important;
  }
}

@media (max-width: 991px) {
  .must-reads-section .must-reads-listing .row.latest-news {
    margin-bottom: 0px !important;
  }

  .must-reads-section .must-reads-listing .row.latest-news .col-lg-3 {
    width: calc(50% - 30px) !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .must-reads-listing {
    padding-left: 12px !important;
  }
}

@media (max-width: 767px) {
  .must-reads-section .must-reads-listing .row.latest-news .col-lg-3 {
    margin: 0px !important;
    min-height: inherit !important;
    width: 100% !important;
  }

  .must-reads-section {
    padding: 30px 13px !important;
  }

  .row.latest-news .col-12.col-lg-3:before {
    font-size: 54px !important;
  }
}

@media (max-width: 767px) {
  body.home .front-page-the-brief .container {
    margin-top: 0px;
  }

  .firstsections {
    margin-bottom: 60px;
  }

  .featured-category-sections section.bg-light section:first-child {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1600px) {
  body:not(.home) .feed-section .feed-section__container-padding {
    width: calc((100vw - 1240px) / 2) !important;
    display: block !important;
  }
}

@media (max-width: 767px) {
  body
    main
    .left-hairline.singlepage
    .row.justify-content-around
    .col-12.col-xl-4.col-xxl-3.mb-6.column_right
    section#sidebar-popular-stories {
    display: none;
  }

  body
    main
    .left-hairline.singlepage
    .row.justify-content-around
    .col-12.col-xl-4.col-xxl-3.mb-6.column_right
    div#ContentRecs {
    display: none;
  }
}

@media (max-width: 767px) {
  .prev_brief_home_box {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  section#faq_page_listings .e-n-accordion details {
    width: 100%;
  }
}

@media (min-width: 1101px) {
  .page-template-newsletter_page .new_newslettertop_bar .row {
    gap: 0px 10px !important;
  }

  .page-template-newsletter_page .new_newslettertop_bar .col-12.plcytxt {
    margin-top: -5px;
  }
}

@media (max-width: 1100px) {
  .page-template-newsletter_page .new_newslettertop_bar .row {
    gap: 10px !important;
  }
}

@media (max-width: 767px) {
  .page-template-newsletter_page .new_newslettertop_bar .row {
    gap: 10px !important;
  }

  .new_newslettertop_bar .row .col-6 {
    width: 100%;
  }

  .new_newslettertop_bar .newsletterform {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .row.align-items-center.justify-content-between {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  div#amplify_your_team h2.elementor-heading-title.elementor-size-default {
    text-align: center;
  }

  div#amplify_your_team_blocks figure.elementor-image-box-img {
    margin: auto;
  }

  div#amplify_your_team_blocks .elementor-image-box-wrapper {
    text-align: center;
  }

  div#amplify_your_team figure.elementor-image-box-img {
    display: inline-block !important;
    float: none !important;
    width: 100% !important;
    text-align: center;
  }

  div#amplify_your_team_blocks p.elementor-image-box-description span {
    text-align: left;
    display: block;
  }

  div#amplify_your_team_blocks .elementor-image-box-content {
    text-align: left;
  }

  div#amplify_your_team_blocks h3.elementor-image-box-title {
    text-align: left;
  }

  div#gainaccess .e-con-inner .elementor-widget-container {
    text-align: center;
  }

  div#subscription_success figure.elementor-image-box-img {
    margin: auto;
  }

  div#subscription_success .elementor-image-box-wrapper {
    text-align: center;
  }

  div#subscription_success .elementor-image-box-content {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .careerhub_newsletter .nwc_box {
    display: grid;
    text-align: center;
  }

  .careerhub_newsletter .nwc_box h1.pn-content__title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .searchjob_filter_btnbox {
    flex-wrap: wrap;
    justify-content: center;
  }

  div#your_impact_career h3 {
    text-align: center;
  }

  .job_listings
    nav.job-manager-pagination
    li.job-manager-pagination-employer_btns {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
  }

  #career_advice_section .dlf_listings {
    flex-wrap: wrap;
  }

  #career_advice_section .dlf_listings .dlf_listing_box {
    width: calc(50% - 10px);
  }

  div#your_impact_career ul.job_listings li.job_listing {
    width: calc(50% - 14px);
  }
}

@media (max-width: 767px) {
  #career_advice_section .dlf_listings .dlf_listing_box {
    width: 100%;
  }

  div#your_impact_career ul.job_listings li.job_listing {
    width: 100%;
  }

  div#your_impact_career .search_jobs {
    flex-wrap: wrap;
    justify-content: center;
  }

  div#your_impact_career .search_jobs .search_keywords {
    max-width: 100% !important;
  }

  div#your_impact_career .job_filters .search_jobs input,
  div#your_impact_career .job_filters .search_jobs select {
    max-width: 100%;
  }

  div#your_impact_career .search_jobs .search_location {
    max-width: 100%;
  }

  div#your_impact_career .search_jobs input[type="submit"] {
    width: 100% !important;
    max-width: 100%;
    background: #0f8afb;
    color: #fff;
    border-color: #0f8afb;
  }

  div#your_impact_career .search_jobs .search_submit {
    width: 100%;
  }

  #how_to_land img {
    display: none;
  }

  #how_to_land h2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  #how_to_land p {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }

  #how_to_land a.elementor-button.elementor-button-link.elementor-size-sm {
    margin-bottom: 10px;
  }

  div#career_advice_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  div#how_to_land {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(10) {
    width: 100px !important;
  }

  #career_with_filter .vue-grid-layout .vue-grid-item input[type="submit"] {
    min-width: 100% !important;
  }
}

@media (max-width: 767px) {
  #career_with_filter .vue-grid-layout {
    height: auto !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(7),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(6) {
    position: relative !important;
    width: 100% !important;
    left: inherit !important;
  }

  #career_with_filter .vue-grid-layout .vue-grid-item input,
  #career_with_filter .vue-grid-layout .vue-grid-item select,
  #career_with_filter
    .vue-grid-layout
    .select2-container--default
    .select2-selection--single {
    max-width: 100%;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(10) {
    width: 100% !important;
    left: inherit !important;
    order: 3;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:first-child,
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(2),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(3),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(4),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(5) {
    width: 100% !important;
    position: relative !important;
    max-width: 100%;
    left: inherit !important;
    top: inherit !important;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(6) {
    order: 2;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(7) {
    order: 1;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(8) {
    order: 4;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(9) {
    order: 5;
    right: 0px !important;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(1) {
    order: 6;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(2) {
    order: 7;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(3) {
    order: 8;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(4) {
    order: 9;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(5) {
    order: 10;
  }

  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(1),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(2),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(3),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(4),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(5),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(6),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(7),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(8),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(9),
  #career_with_filter
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(10) {
    height: auto !important;
  }

  #career_with_filter .vue-grid-layout:before {
    height: calc(100% - 255px);
  }

  #career_with_filter .vue-grid-layout.activesearch:before {
    left: 0;
    display: none;
  }

  #career_with_filter .vue-grid-layout .vue-grid-item input[type="submit"] {
    background: #5db0fc;
    border: 0px !important;
    color: #fff !important;
  }

  div#career_with_filter:has(.wp-job-manager-showing-all)
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:first-child,
  div#career_with_filter:has(.wp-job-manager-showing-all)
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(2),
  div#career_with_filter:has(.wp-job-manager-showing-all)
    .vue-grid-layout
    .vue-grid-item.static.field-grid-item:nth-child(3) {
    position: inherit !important;
    left: inherit !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #career_with_filter
    .vue-grid-layout.activesearch
    .vue-grid-item.static.field-grid-item:nth-child(2),
  #career_with_filter
    .vue-grid-layout.activesearch
    .vue-grid-item.static.field-grid-item:nth-child(3) {
    width: 100% !important;
    max-width: 100% !important;
    left: inherit !important;
    position: inherit !important;
  }

  .search_jobs.search_listings + .showing_jobs.wp-job-manager-showing-all {
    display: none !important;
  }

  div#your_impact_career ul.job_listings {
    padding: 10px;
  }
}

@media (max-width: 1100px) {
  div#get_alerts_banner_section .careerhub_newsletter .nwc_box {
    gap: 25px;
  }

  div#get_alerts_banner_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  div#get_alerts_banner_section .careerhub_newsletter .nwc_box {
    gap: 10px;
    text-align: center !important;
  }

  div#get_alerts_banner_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross {
    top: 15px;
    transform: inherit;
  }

  div#get_alerts_banner_section .careerhub_newsletter {
    padding: 35px;
    text-align: center;
  }

  div#get_alerts_banner_section
    .careerhub_newsletter
    .pn-inline__content.pn-content {
    width: 100%;
    text-align: center !important;
  }

  div#get_alerts_banner_section
    .careerhub_newsletter
    .nwc_box
    h1.pn-content__title {
    text-align: center;
  }

  div#get_alerts_banner_section .careerhub_newsletter span.pn-form__terms {
    text-align: center;
    display: none;
  }

  div#get_alerts_banner_section .careerhub_newsletter .pn-inline__form.pn-form {
    text-align: center;
    width: 100%;
  }

  div#get_alerts_banner_section .newsletteer-text {
    font-family: Noto Sans;
    font-size: 9px;
    font-weight: 400;
    line-height: 12.26px;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  div#get_alerts_banner_section .careerhub_newsletter {
    padding: 15px 0px;
    text-align: center;
  }

  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross {
    top: 10px;
    right: -5px;
  }

  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross:before,
  div#get_alerts_banner_section .careerhub_newsletter .alert_popup_cross:after {
    width: 15px;
  }

  #career_with_filter .vue-grid-layout {
    padding-left: 0;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    margin-top: 0px !important;
    padding-top: 5px;
  }

  div#your_impact_career_sub {
    margin-bottom: 0px !important;
  }

  div#your_impact_career ul.job_listings {
    padding-top: 0px;
    margin-top: 0px;
  }

  .job_listings nav.job-manager-pagination {
    border: 0px !important;
  }

  nav.job-manager-pagination:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    border-bottom: solid 1px #9fadba;
    left: 10px;
  }

  #content nav.job-manager-pagination ul,
  nav.job-manager-pagination ul {
    display: flex;
    justify-content: center;
  }

  .job_listings nav.job-manager-pagination li {
    margin-left: 2px;
    margin-right: 2px;
  }

  .job_listings nav.job-manager-pagination ul li a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }

  .job_listings nav.job-manager-pagination li span.current {
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .front-page-featured-posts .leftcolm .halfbox {
    display: block !important;
    width: 100% !important;
    margin: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .front-page-featured-posts .leftcolm .halfbox .halfbox_content {
    max-width: 100%;
  }

  .front-page-featured-posts .leftcolm .halfbox .halfbox_images {
    display: none;
  }

  .front-page-featured-posts .leftcolm .halfbox:nth-last-child(2) {
    border-bottom: 1px solid #9fadba;
    padding-bottom: 20px !important;
  }

  .front-page-featured-posts .leftcolm .halfbox:nth-child(3),
  .front-page-featured-posts .leftcolm .halfbox:nth-child(4) {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .firstsections .front-page-featured-posts .col-8:after {
    padding-bottom: 60px;
    border-bottom: 1px solid #22272b !important;
    content: "";
    display: block;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .featured-category-sections section.bg-light section:nth-child(3) {
    position: relative;
  }

  .featured-category-sections section.bg-light section:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0.5px;
    background: #22272b;
    display: block;
    width: calc(100% - 30px);
  }

  .featured-category-sections
    section.bg-light
    section:nth-child(2)
    .container:nth-child(1) {
    border-top: 1px solid #22272b;
    padding: 60px 0 0;
  }

  .firstsections .front-page-featured-posts .col-8:after {
    margin-bottom: 25px;
  }

  .featured-category-sections section {
    padding: 60px 15px !important;
  }

  .front-page-career-hub .row .col-12 .maintitle_row {
    padding: 60px 0 0;
  }

  .front-page-career-hub .postlisting ul li {
    border-bottom: 1px solid #9fadba;
  }

  section#explore .explore-grid .explore-item article {
    border-bottom: 1px solid #9fadba;
  }
}

@media (max-width: 767px) {
  body.tp-modal-open .tp-iframe-wrapper.piano-id-modal-ver-.tp-active {
    width: 100% !important;
    height: 100% !important;
    margin: 0px;
    background: #fff;
    box-shadow: none;
  }

  body.tp-modal-open .tp-iframe-wrapper.piano-id-modal-ver-.tp-active iframe {
    width: 100% !important;
  }

  body.tp-modal-open
    .tp-iframe-wrapper.piano-id-modal-ver-.tp-active
    .tp-modal {
    background: #fff;
  }
}

@media (max-width: 1240px) {
  .must-reads-section {
    padding: 30px 12px !important;
  }
}

@media (max-width: 991px) {
  .must-reads-section .must-reads-listing .row.latest-news {
    margin-bottom: 0px !important;
  }

  .must-reads-section .must-reads-listing .row.latest-news .col-lg-3 {
    width: calc(50% - 30px) !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .must-reads-listing {
    padding-left: 12px !important;
  }
}

@media (max-width: 767px) {
  .must-reads-section .must-reads-listing .row.latest-news .col-lg-3 {
    margin: 0px !important;
    min-height: inherit !important;
    width: 100% !important;
  }

  .must-reads-section {
    padding: 30px 13px !important;
  }

  .row.latest-news .col-12.col-lg-3:before {
    font-size: 54px !important;
  }
}

@media (max-width: 767px) {
  body.home .front-page-the-brief .container {
    margin-top: 0px;
  }

  .firstsections {
    margin-bottom: 60px;
  }

  .featured-category-sections section.bg-light section:first-child {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  li#nss_share {
    color: #9fadba !important;
  }

  li#nss_share:hover {
    color: #515e66 !important;
  }

  li#nss_share:hover .clked {
    display: inline;
  }

  li#nss_share:hover .nonclkd {
    display: none;
  }
}

@media (max-width: 1719px) {
  .feed-section1.row.align-items-center {
    padding-left: calc((100% - 1320px) / 2);
  }
}

@media (max-width: 1400px) {
  .feed-section1.row.align-items-center {
    padding-left: calc((100% - 1140px) / 2);
  }
}

@media (min-width: 1240px) {
  .firstsections .front-page-featured-posts .row .col-8 {
    width: calc(69% - 20px);
    padding: 0;
  }

  .firstsections .front-page-featured-posts .row .col-4 {
    width: calc(31% - 20px);
    padding: 0;
  }

  .firstsections .front-page-featured-posts .row,
  .front-page-the-brief .row {
    margin: 0px;
    gap: 40px;
  }

  .front-page-the-brief .row .col-8 {
    width: calc(69% - 20px);
    padding: 0;
  }

  .front-page-the-brief .row .col-4 {
    width: calc(31% - 20px);
    padding: 0;
  }

  .front-page-the-brief .container {
    padding: 0px !important;
    padding-top: 60px !important;
  }

  .featured-category-sections .feed-section1 {
    gap: 0px 40px;
    margin: 0px;
  }

  .featured-category-sections .feed-section1 .firstfour.col-8 {
    width: calc(69% - 20px);
    padding: 0;
  }

  .featured-category-sections .feed-section1 .lasteight.col-4 {
    width: calc(31% - 20px);
    padding: 0;
  }

  .featured-category-sections > .container {
    padding: 0px;
  }

  .featured-category-sections .container > .row {
    margin: 0px;
  }

  .featured-category-sections .container {
    padding: 0px;
  }

  .front-page-career-hub .row {
    margin: 0px;
    gap: 0px 40px;
  }

  .front-page-career-hub .row .col-4:last-child {
    padding: 0px;
    width: calc(31% - 26.7px);
    justify-content: space-between;
  }

  .front-page-career-hub .row .col-4 {
    padding: 0px;
    width: calc(34.5% - 26.7px);
    justify-content: space-between;
  }

  .firstsections .new_newslettertop_bar .row {
    gap: inherit;
  }

  .firstsections .new_newslettertop_bar .row .col-6,
  .firstsections .new_newslettertop_bar .row .col-12 {
    padding: 0;
  }

  .featured-category-sections .container > .row .col-12 {
    padding: 0 !important;
  }

  .featured-category-sections .feed-section1 .firstfour article {
    margin-bottom: 0px !important;
  }

  .featured-category-sections
    .feed-section1
    .firstfour
    article
    .entry-content
    h4.entry-title {
    margin-bottom: 0px;
  }

  .front-page-career-hub .col-12 {
    padding: 0;
  }

  .agents_of_impact_section section#featured-agents .container {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .featured-category-sections > .container,
  .front-page-the-brief > .container,
  .front-page-career-hub > .container,
  .agents_of_impact_section section#featured-agents .container,
  .firstsections > .container,
  .front-page-more-stories section#explore .container,
  .front-page-more-stories section#explore .container.pt-3,
  .firstsections {
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
  }

  .firstsections {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .must-reads-section .must-reads-listing .latest-news-article h5 {
    font-size: 12px;
    font-weight: 700;
    font-family: "Noto Sans";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .front-page-career-hub .jobpost_midllisting h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .firstsections .new_newslettertop_bar .newslettertitle h6 {
    font-size: 18px;
    margin: 0px;
  }

  .must-reads-section {
    padding: 50px 12px;
  }

  section#subscribe-callout .container .col-12.col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 800px;
  }

  .agents_of_impact_section
    section#featured-agents
    .agentslider_slide
    .owl-nav {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .agents_of_impact_section
    section#featured-agents
    .agentslider_slide
    .owl-nav
    button.owl-prev {
    left: 15px !important;
  }

  .agents_of_impact_section
    section#featured-agents
    .agentslider_slide
    .owl-nav
    button.owl-next {
    right: 15px;
  }

  .firstsections .new_newslettertop_bar .col-6:nth-child(2) {
    padding: 0px;
  }

  .firstsections .new_newslettertop_bar .col-6:first-child {
    padding: 0px;
  }
}

@media (max-width: 1200px) {
  section.mega-menu
    .feed-section1
    article
    .entry-content
    h5.entry-category
    span {
    display: inline-block;
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px;
  }

  section.mega-menu .feed-section1 article .entry-content {
    padding-top: 0px;
  }

  section.mega-menu .feed-section1 article a.newpostimg_thumb {
    display: none !important;
  }

  section.mega-menu ul.menulink_list {
    display: block;
    padding: 0;
  }

  section.mega-menu ul.menulink_list li {
    padding: 5px 0px !important;
    border: none !important;
  }

  section.mega-menu ul.menulink_list li h4 {
    font-size: 14px !important;
  }

  section.mega-menu ul.menulink_list li:last-child {
    border-bottom: none !important;
  }

  .feed-section1.row.align-items-center {
    padding-left: calc((100% - 960px) / 1);
  }

  .agents_of_impact_section section#featured-agents article {
    min-width: inherit !important;
  }

  .front-page-the-brief .brief_subscribe_box div#faq_acc ul li span {
    border-bottom: none !important;
  }

  .row.align-items-center.justify-content-between {
    justify-content: space-between;
  }

  section#featured-agents .feed-section1.row.align-items-center {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block;
    margin: 0px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .firstsections .new_newslettertop_bar .newslettertitle p {
    font-size: 16px !important;
  }
}

@media (max-width: 999px) {
  .firstsections .front-page-featured-posts .col-8,
  .firstsections .front-page-featured-posts .col-4 {
    width: 100% !important;
  }

  .firstsections .front-page-featured-posts .front-page-sidebar {
    margin-top: 40px !important;
  }

  .front-page-featured-posts .leftcolm {
    padding: 0;
  }

  .firstsections .front-page-featured-posts .col-4 {
    padding: 0;
  }

  .front-page-the-brief .col-8,
  .front-page-the-brief .col-4 {
    width: 100%;
  }

  .front-page-the-brief .brief_subscribe_box {
    margin-top: 20px;
  }

  .front-page-the-brief {
    padding-bottom: 60px !important;
  }

  .featured-category-sections .feed-section1 .lasteight {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px !important;
  }

  .featured-category-sections .feed-section1 {
    width: auto;
  }
}

@media (max-width: 991px) {
  .feed-section1.row.align-items-center {
    padding-left: 20px;
  }

  .container {
    max-width: 100%;
  }

  .firstsections {
    padding: initial;
  }

  .front-page-featured-posts .leftcolm {
    padding: 0 0px;
  }

  .front-page-the-brief .col-9,
  .front-page-the-brief .col-3 {
    width: 100%;
  }

  .front-page-the-brief .row {
    display: block;
  }

  .must-reads-section .must-reads-listing .row.latest-news .col-lg-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .must-reads-section .must-reads-listing .row.latest-news {
    justify-content: center;
    column-count: 2;
    margin-bottom: -30px;
  }

  section#featured-agents:after {
    background: linear-gradient(
      90deg,
      rgba(2, 15, 24, 1) 0%,
      rgba(2, 15, 24, 0) 20%,
      rgba(2, 15, 24, 0) 80%,
      rgba(34, 39, 43, 1) 100%
    );
    width: 100%;
    display: none;
  }

  .front-page-featured-posts .col-9 {
    width: 100% !important;
  }

  .firstsections .front-page-featured-posts .col-3 {
    width: 100%;
    margin: 25px 0px;
  }

  .featured-category-sections section.bg-light section .firstfour {
    width: 100%;
  }

  .featured-category-sections .feed-section1 .lasteight {
    width: 100%;
    margin: 25px 0px;
  }

  .front-page-career-hub .col-4 {
    width: 100%;
    margin: 15px 0px;
  }

  section#explore {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .feed-section .beats-grid {
    column-count: 2 !important;
  }
}

@media (max-width: 767px) {
  section#explore {
    display: block !important;
    padding-bottom: 0px !important;
  }

  section#explore .explore-grid {
    display: block;
    width: 100%;
    float: left;
  }

  section#explore .explore-grid .explore-item {
    width: 100% !important;
    padding: 0;
  }

  section#explore .explore-grid .explore-item article .agent-bio__content {
    padding: 10px;
    min-height: auto;
  }

  section#explore
    .explore-grid
    .explore-item:first-child
    article
    .agent-bio__content {
    padding-top: 0px !important;
  }

  section#explore .col.text-right {
    display: none;
  }

  section#explore .col-7 {
    width: 100%;
    padding: 0 15px;
  }

  section#explore .col-7 h3 i {
    float: right;
  }

  section#featured-agents:after {
    background: linear-gradient(
      90deg,
      rgba(2, 15, 24, 1) 0%,
      rgba(2, 15, 24, 0) 20%,
      rgba(2, 15, 24, 0) 80%,
      rgba(34, 39, 43, 1) 100%
    );
    width: 100%;
  }

  .container {
    max-width: 100%;
  }

  .featured-category-sections section {
    border-top: none;
    margin-bottom: 0px !important;
    padding: 50px 15px !important;
  }

  .newsletterform {
    margin: auto;
  }

  .firstsections .new_newslettertop_bar {
    padding: 40px 20px;
    border-radius: 0;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px) !important;
    text-align: center;
    margin-bottom: 0px;
  }

  .firstsections .new_newslettertop_bar .col-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .front-page-featured-posts .leftcolm .halfbox {
    display: none;
    width: calc(50% - 10px);
  }

  .front-page-featured-posts .col-9,
  .front-page-featured-posts .col-3 {
    width: 100%;
  }

  .front-page-featured-posts .leftcolm .bigbox {
    display: grid;
    padding: 15px;
    border-bottom: 0 !important;
    gap: 15px !important;
  }

  .front-page-featured-posts .leftcolm .bigbox .bigbox_content {
    order: 2;
    width: 100% !important;
  }

  .front-page-featured-posts .leftcolm .bigbox .bigbox_image {
    order: 1;
    width: 100%;
  }

  .firstsections .front-page-featured-posts .row {
    justify-content: center;
    padding: 0;
  }

  .firstsections .front-page-featured-posts .front-page-sidebar {
    padding: 15px;
    margin-top: 10px !important;
    padding-bottom: 0px;
  }

  .firstsections {
    padding: 0px !important;
    padding-top: 0px !important;
    margin-top: -5px;
  }

  .front-page-the-brief .container {
    padding: 50px 0;
    border-top: 1px solid #22272b !important;
    padding-bottom: 0px;
  }

  .front-page-the-brief .lastest-brief {
    display: block;
    clear: both;
    overflow: hidden;
  }

  .front-page-the-brief .lastest-brief .latest-brief__left-col,
  .front-page-the-brief .lastest-brief .latest-brief__right-col {
    width: 100%;
    padding: inherit;
    margin-bottom: 40px;
  }

  .front-page-the-brief .col-9,
  .front-page-the-brief .col-3 {
    width: 100%;
  }

  .front-page-the-brief
    .lastest-brief
    .latest-brief__left-col
    .latest_brief__meta {
    margin-bottom: 8px;
  }

  .front-page-the-brief .lastest-brief .latest-brief__left-col p:empty {
    display: none;
  }

  .front-page-the-brief
    .lastest-brief
    .latest-brief__left-col
    .latest-brief__title
    h5 {
    margin-bottom: 8px;
  }

  .front-page-the-brief > .container {
    margin-top: 60px;
  }

  .front-page-the-brief {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .front-page-the-brief .col-8,
  .front-page-the-brief .col-4 {
    padding: 0px;
  }

  .front-page-the-brief .lastest-brief .latest-brief__left-col {
    margin-bottom: 30px;
  }

  .front-page-the-brief .lastest-brief .latest-brief__right-col {
    padding-left: 0px !important;
  }

  .must-reads-section .must-reads-listing .row.latest-news .col-lg-3 {
    width: 100%;
    margin-bottom: 30px;
    min-height: 70px;
  }

  .must-reads-section
    .must-reads-listing
    .row.latest-news
    .col-lg-3:last-child {
    margin-bottom: initial;
  }

  .must-reads-section {
    padding: 50px 12px;
  }

  .front-page-career-hub {
    padding: initial !important;
    margin-top: initial;
    border: none;
  }

  .front-page-career-hub .row .col-12 {
    padding: 0 15px;
  }

  .front-page-career-hub .row .col-12 .maintitle_row {
    border-top: 1px solid #22272b;
    padding: 40px 0 0 0;
    margin-bottom: 0px;
  }

  .front-page-career-hub .row .col-4:nth-child(2) {
    order: 1;
    width: 100%;
    margin-bottom: 0px;
    padding: 0 15px;
  }

  .front-page-career-hub .row .col-4:nth-child(3) {
    order: 3;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }

  .front-page-career-hub .row .col-4:nth-child(4) {
    order: 2;
    width: 100%;
    margin-bottom: 0px;
    padding: 0 15px;
  }

  .front-page-career-hub__left .articlebox:last-child {
    display: none;
  }

  .front-page-career-hub .jobpost_midllisting {
    padding: 30px 15px 60px 15px;
  }

  .front-page-career-hub__left .articlebox:not(.big) .articlebox_content h5 {
    font-size: 16px;
    margin-top: 8px !important;
  }

  .articlebox.big .articlebox_content h5 {
    margin-bottom: 8px;
  }

  .front-page-career-hub .container {
    border-top: 0px;
    margin: 0px;
    padding: 0px;
  }

  .front-page-career-hub__left .articlebox {
    padding-bottom: 15px;
    margin-bottom: 0px;
    border: 0px;
  }

  .front-page-career-hub .postlisting ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .front-page-career-hub .jobpost_midllisting h4 span {
    height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px !important;
    margin-top: -5px;
  }

  .front-page-career-hub .jobpost_midllisting a.btnsearch_center {
    text-transform: capitalize !important;
    margin-top: 5px;
  }

  .front-page-career-hub
    .maintitle_row
    h3
    i.fas.fa-angle-right.ml-2.text-medium {
    padding-top: 0px;
  }

  section#featured-agents > .container {
    position: relative;
    z-index: 999;
  }

  section#featured-agents > .container .col-7 {
    width: 100%;
    text-align: center;
  }

  .agents_of_impact_section section#featured-agents h3 {
    justify-content: center;
  }

  section#subscribe-callout {
    background-size: cover;
    background-position: inherit;
    padding: 40px 10px;
  }

  section#subscribe-callout a {
    text-align: center;
    display: block;
    margin: auto;
    width: 200px;
    max-width: 100%;
    clear: both;
  }

  .featured-category-sections .feed-section1 {
    display: block;
    margin: inherit;
  }

  .featured-category-sections .feed-section1 .firstfour {
    width: 100%;
    display: block;
    padding: inherit;
  }

  .featured-category-sections .feed-section1 .lasteight {
    width: 100%;
    padding: initial;
  }

  .featured-category-sections .feed-section1 .firstfour article {
    display: none !important;
  }

  .featured-category-sections .feed-section1 .firstfour article:nth-child(1) {
    display: block !important;
    width: 100%;
    border: 0px;
  }

  .featured-category-sections .feed-section1 .lasteight article .entry-content {
    padding: initial;
  }

  .featured-category-sections
    section.bg-light
    section:nth-child(2)
    .container:nth-child(1) {
    border-top: 1px solid #000;
    padding: 50px 0 0 0;
  }

  .featured-category-sections section.bg-light section .container {
    padding: initial;
  }

  .firstsections .new_newslettertop_bar .newslettertitle {
    text-align: left;
    padding-top: 15px;
  }

  .firstsections .new_newslettertop_bar .col-6 {
    width: 100%;
  }

  .agents_of_impact_section
    section#featured-agents
    .agentslider_slide
    .owl-dots {
    display: none;
  }

  .front-page-featured-posts .leftcolm {
    gap: 20px 20px !important;
    padding: 0;
  }

  .firstsections .new_newslettertop_bar .newslettertitle h6 {
    text-align: center;
  }

  .firstsections .new_newslettertop_bar .newslettertitle p {
    text-align: center;
  }

  .firstsections .new_newslettertop_bar .newsletterform {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .front-page-featured-posts .leftcolm span {
    margin-bottom: 8px;
  }

  .firstsections .front-page-featured-posts .front-page-sidebar .title_bar h4 {
    font-weight: 600;
    margin-top: 0;
  }

  .featured-category-sections
    .feed-section1
    .firstfour
    article
    .entry-content
    p {
    height: auto;
    margin: 0px;
  }

  .featured-category-sections {
    padding-bottom: 0px;
  }

  .featured-category-sections > .container {
    border-bottom: 0px !important;
  }

  section#explore
    .explore-grid
    .explore-item
    article
    .agent-bio__content
    h6.mb-1.agent-bio__label {
    padding-top: 20px;
  }

  section#explore .explore-grid .explore-item article {
    padding: 0 20px !important;
  }

  section#explore
    .explore-grid
    .explore-item:first-child
    article
    .agent-bio__content
    h6.mb-1.agent-bio__label {
    padding-top: 0px !important;
  }

  section#explore .explore-grid .explore-item:nth-child(3n) {
    width: 100% !important;
  }

  .front-page-more-stories
    section#explore
    .explore-item:nth-last-child(-n + 3)
    article {
    border-bottom: solid 1px #ddd !important;
    padding-bottom: 0px !important;
    border-radius: 0px !important;
  }

  .front-page-more-stories section#explore .explore-item:last-child article {
    border-bottom: solid 0px #ddd !important;
    padding-bottom: 0px !important;
    border-radius: 0px !important;
  }

  .row.align-items-center.justify-content-between {
    width: 100%;
    align-items: center !important;
  }

  a.mob-button {
    display: block !important;
    padding-top: 30px;
    text-align: center;
    clear: both;
  }

  .must-reads-section .must-reads-listing .row.latest-news {
    column-count: 1;
    margin: 0px;
  }

  .front-page-more-stories section#explore .explore-item article {
    padding-bottom: 0px !important;
  }

  .feed-section__container-padding:empty {
    display: none;
  }

  section#explore
    .explore-grid
    .explore-item
    article
    .agent-bio__content
    h4.agent-bio__name {
    min-height: inherit !important;
  }

  section#subscribe-callout .btn.btn-secondary {
    max-width: 160px;
  }

  body.home i.fas.fa-angle-right.ml-2.text-medium {
    vertical-align: middle;
  }

  .firstsections
    .front-page-featured-posts
    .front-page-sidebar
    .title_bar
    i.fas.fa-angle-right.ml-2.text-medium {
    padding-top: 0px !important;
  }

  .front-page-more-stories
    section#explore
    h3
    i.fas.fa-angle-right.ml-2.text-medium {
    float: none;
  }

  .firstsections .new_newslettertop_bar .col-6:nth-child(2) {
    width: 100% !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .firstsections .new_newslettertop_bar .col-6:first-child {
    width: 100% !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .front-page-more-stories section#explore .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 479px) {
  #faq_acc > ul > li.has-sub > a span {
    text-align: left !important;
  }
}

/* 404 Page */
.error-404 {
  min-height: 55vh;
  display: flex;
  align-items: center;
}

.error-404-icon {
  font-size: 6rem;
  margin-bottom: 1.5rem;
  display: block;
}

/* Hide reCaptcha on ImpactAlpha domain, but not from Tinypass/Piano */
.grecaptcha-badge {
  visibility: hidden;
}

/* Search modal responsive */
@media (max-width: 626px) {
  .search-component .search-component__modal form.search-form {
    padding: 0px 20px;
    text-align: center;
  }

  .search-component .search-component__modal form.search-form label {
    width: 100%;
    margin-bottom: 20px;
  }

  .search-component .search-component__modal .search-field {
    width: 100%;
    max-width: 100%;
  }

  .search-component .search-component__modal .search-component__toggle {
    position: absolute;
    right: 0;
    top: 30px;
  }
}
