a,
a:hover {
  color: #73ae00;
  /* text-decoration: underline; */
}

.form-group.checkbox li {
  list-style: none;
}

strong,
b {
  /* font-family: 'georgiabold'; */
  letter-spacing: 0.8px;
}

.topbar {
  background: #73ae00;
}

.topbar .text-center.text-white p {
  margin: 12px 0;
  color: #fff;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.topbar .text-center.text-white p a {
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
}

.topbar .text-center.text-white p a:hover {
  text-decoration: underline;
}

.news-card h2 {
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

input[type="checkbox"]:focus {
  box-shadow: none;
}

.news-card.left-img.medium h4 {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card.left-img.medium small {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card.medium h4 {
  font-size: 18px;
  margin-top: 8px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card.left-img h4 {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card.left-img h4 a {
  color: #000;
}

.news-card.large h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events-list-wrapper .news-card.left-img .card-footer p {
  color: #000;
  opacity: 1;
}

.news-card.article h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-menu ul li {
  clear: both;
  width: 390px;
  background-color: transparent;
  position: relative;
  border: 0;
  list-style: none;
}

.main-menu ul li a {
  background: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.col-4-lg {
  position: relative;
}

.sticky-sidebar-2 {
  position: absolute;
  top: 0;
}

.sticky-sidebar-2.sidebarfixed {
  position: fixed;
}

/* ashish */
.form-radios .form-type-radio {
  border: 1px solid rgba(94, 93, 92, 0.2);
  padding: 14px 0 7px 20px;
}

.form-radios .form-type-radio label {
  font-size: 16px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  cursor: pointer;
  position: relative;
  top: -6px;
}

.form-radios .form-type-radio input[type=radio] {
  width: 22px;
  height: 22px;
  accent-color: #4c4c4c;
}

.form-checkboxes .form-type-checkbox {
  border: 1px solid rgba(94, 93, 92, 0.2);
  padding: 12px 0 16px 14px;
}

.form-checkboxes .form-type-checkbox label {
  font-size: 16px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  cursor: pointer;
  position: relative;
  top: 6px;
  opacity: 1;
}

.form-checkboxes .form-type-checkbox label span {
  /* opacity: 0.7; */
  color: #181716;
}

.form-checkboxes .form-type-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #000;
  padding: 0 !important;
  margin-top: 6px !important;
  border-radius: 0;
}

.form-check-input:checked[type=checkbox] {
  background-color: #000;
  border: #000;
}

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0 0;
}

.CTA-green-outer {
  background: #73ae00;
  margin-bottom: 32px;
}

.CTA-green {
  background: #73ae00;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 40px 64px;
}

.CTA-green .left-desc p {
  margin-bottom: 0;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}

.CTA-green .left-desc {
  width: calc(100% - 200px);
  float: left;
  padding-right: 50px;
}

.CTA-green .right-desc {
  width: 200px;
  float: left;
}

.CTA-green .right-desc h1 {
  color: #fff;
  /* font-family: Merriweather; */
  font-family: 'Open Sans', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  min-width: 174px;
}

.CTA-green .right-desc p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  min-width: 174px;
}

.CTA-green-outer ul.slick-dots li,
ul.slick-dots li {
  display: inline;
}

.CTA-green-outer ul.slick-dots,
.CTA-green .right-desc ul.slick-dots {
  padding-left: 0;
  display: flex;
  gap: 16px;
  margin-bottom: 0;
  justify-content: flex-end;
  margin-right: 40px;
  position: relative;
  top: -10px;
}

.CTA-green-outer ul.slick-dots li.slick-active button,
.CTA-green .right-desc ul.slick-dots li.slick-active button {
  opacity: 1;
}

.CTA-green-outer ul.slick-dots li button,
.CTA-green .right-desc ul.slick-dots li button {
  font-size: 0;
  height: 2px;
  background: #fff;
  border: 0;
  width: 40px;
  opacity: 0.3;
}

.CTA-green-outer ul.slick-dots li button:focus-visible,
.CTA-green .right-desc ul.slick-dots li button:focus-visible {
  outline: 0;
}

.CTA-green .left-desc ul.slick-dots {
  display: none !important;
}

.member-detail .cta-block h4 {
  margin-bottom: 0;
  font-weight: 700;
}

.member-detail .cta-block .btn-tritory {
  min-width: 235px;
  justify-content: center;
}

.sidebar-list-btn .view-what-trending-s .views-form input#edit-save-order {
  display: none;
}

div#nav-packages .row.align-items-center .col-12 .member-type {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.mobile-sidebat-btns {
  z-index: 1;
}

.gray-box .sticky-sidebar ul {
  padding-left: 0;
}

.container .container {
  padding: 0;
}

.signup-form h2 {
  margin-bottom: 40px;
}

.signup-form label {
  opacity: 0.7 !important;
  letter-spacing: 0.4px;
  color: #181716;
}

.signup-form .js-form-type-checkbox label {
  opacity: 1 !important;
  margin-bottom: 0 !important;
}

.signup-form .fieldgroup {
  margin-bottom: 0 !important;
}

.signup-form #edit-field-read-and-agree--2--wrapper {
  margin-top: 0 !important;
}

.signup-form form.user-register-form input.form-submit.btn {
  letter-spacing: 1px !important;
}

.user-register-form.user-form p {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 30px;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

.user-form .simple-status-messages .messages--error {
  background-image: unset;
}

#views-exposed-form-user-jobs-page-1 .form-item-sort-by {
  margin: 0;
  margin-right: 10px;
  display: none;
}

.right-filter {
  display: flex;
}

#views-exposed-form-user-jobs-page-1 .form-item-sort-order {
  position: relative;
  margin: 0;
  width: 190px;
  margin-right: 15px;
}

#views-exposed-form-user-jobs-page-1 .form-item-sort-order .form-control {
  font-size: 16px;
  font-weight: 500;
}

#views-exposed-form-user-jobs-page-1 .form-item-sort-order label {
  display: none;
}

.date-range {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#dateRangeForm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#dateRangeForm label {
  width: auto;
  margin-right: 15px;
  margin-bottom: 0;
  opacity: 1;
}

#dateRangeForm input {
  border: 1px solid rgba(24, 23, 22, 0.2);
  font-size: 14px;
  color: #181716;
  opacity: 0.7;
  padding: 15px 10px;
}

.date-range a {
  margin: 0px 15px;
  color: #5e5d5c;
  letter-spacing: 1px;
  font-weight: 700;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.date-range a img {
  margin-right: 7px;
}

.readtime-head h4 {
  margin-bottom: 10px;
}

#views-exposed-form-user-jobs-page-1 .form-item-sort-order:before {
  background: url('/sites/default/files/dropdown-angle-icon.svg') no-repeat;
  content: '';
  position: absolute;
  right: 10px;
  top: 22px;
  width: 14px;
  height: 8px;
}

.tab-style1 {
  border-bottom-color: #181716;
}

.nav-tabs .nav-link {
  margin-bottom: -2px;
}

.become-member-to-read h4 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700px;
}

.detail-page .become-member-to-read p {
  color: #181716;
}

.detail-page .become-member-to-read .btn {
  letter-spacing: 1px;
  font-weight: 600;
}

.write-review .rating-desc img {
  width: 20px;
  height: 20px;
}

.event-bg .news-card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

article.node--unpublished {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.field--name-field-third-column-layout- .field__item .pdf-wrapper {
  margin-bottom: 20px;
}


@media(max-width:1380px) {
  .article-header h5 {
    font-size: 14px;
    padding: 0px 10px;
  }
}

@media(min-width:992px) {
  div#nav-packages .row.align-items-center .col-12 .member-type {
    min-height: 372px;
  }

  .article-header a {
    display: block;
  }
}

@media(max-width:1200px) {
  #dateRangeForm input {
    margin-bottom: 10px;
  }
}

@media(max-width: 991px) {
  .CTA-green {
    gap: 30px;
    padding: 30px;
  }

  .CTA-green .left-desc p {
    font-size: 30px;
  }

  .CTA-green .right-desc h1 {
    font-size: 48px;
  }

  .profile-details .readtime-head {
    flex-wrap: wrap;
  }
}

@media(max-width: 767px) {
  .mamber-detail-banner .member-box-head .member-box-head-right {
    padding-left: 0;
    padding-top: 10px;
  }

  .mamber-detail-banner .member-box-head .member-box-head-left-inner {
    margin-top: 15px;
  }

  .date-range a {
    margin: 0 20px 0 0;
  }

  #dateRangeForm label {
    margin-bottom: 10px;
  }

  header .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .responsive-menu-toggle-icon::before,
  .responsive-menu-toggle-icon::after,
  .responsive-menu-toggle-icon span.icon {
    left: 0;
  }

  /* #block-insaurance-aum-content {
    margin-left: -5px;
    margin-right: -5px;
  } */

  .block-facets[id^=block-category].active,
  .block-facets[id^=block-type].active,
  .block-facets[id^=block-author].active,
  .block-facets[id^=block-by-authored].active,
  .block-facets[id^=block-podcastauthoredby].active,
  .block-facets[id^=block-categories].active,
  .block-facets[id^=block-sectorcategory].active {
    display: block !important;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    z-index: 999;
  }

  .block-facets[id^=block-category],
  .block-facets[id^=block-type],
  .block-facets[id^=block-author],
  .block-facets[id^=block-by-authored],
  .block-facets[id^=block-podcastauthoredby],
  .block-facets[id^=block-categories],
  .block-facets[id^=block-sectorcategory] {
    display: none;
  }

  .CTA-green {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .CTA-green .left-desc,
  .CTA-green .right-desc {
    width: 100%;
  }

  .partners .container {
    padding: 0;
  }

  .partners .tab-style3 button {
    padding: 0 15px;
    width: 31%;
  }

  .member-detail .cta-block .btn-tritory {
    min-width: 235px;
    padding: 13px 15px;
    justify-content: center;
  }

  .member-detail .cta-block {
    margin-bottom: 30px;
  }

  .CTA-green {
    padding: 15px;
  }

  .CTA-green .left-desc {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .profile-details .readtime-head h4 {
    margin-bottom: 10px;
  }

  .detail-page .col-8-lg {
    padding-right: 15px;
  }
}

@media(max-width: 575px) {

  header .textcenter a img {
    /* height: 30px; */
    width: 100%;
    /* max-width: 250px; */
  }

  .partners .tab-style3 button {
    font-size: 0;
  }

  #dateRangeForm input {
    width: 100%;
  }

  #views-exposed-form-user-jobs-page-1 .form-item-sort-order {
    width: auto;
  }

  .profile-details .readtime-head {
    flex-wrap: wrap;
  }

  .right-filter {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .partners .tab-style3 button {
    width: auto;
    padding: 0 15px;
  }

  .date-range a {
    margin-bottom: 10px;
  }

  .partners .tab-style3 button svg {
    margin: 0;
  }

  .member-detail .cta-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .member-detail .cta-block .btn-tritory {
    margin-left: 0;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

table a:hover {
  color: #000;
}

table a {
  color: #95a601;
}

a.button.button-action {
  --bs-btn-color: #fff;
  --bs-btn-bg: #181715;
  --bs-btn-border-color: #181715;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #181715;
  --bs-btn-hover-border-color: #181715;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #181715;
  --bs-btn-active-border-color: #181715;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #181715;
  --bs-btn-disabled-border-color: #181715;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.full-width-block .tabs-primary {
  margin: 0 0;
  padding: 15px 20px 15px 20px;
  background-color: #73ae00;
}

.full-width-block .tabs-primary ul.nav {
  max-width: 1410px;
  margin: auto;
}

.full-width-block .tabs-primary ul.nav li.nav-item.active a {
  color: #73ae00;
  font-weight: 900;
}

.full-width-block .tabs-primary ul.nav li.nav-item a {
  color: #fff;
}

a.custom-facet-reset {
  position: relative;
  z-index: 1;
}

/* .text-formatted.field img:first-child {
  width: 100%;
} */

body.page-node-type-article .text-formatted.field,
body.page-node-type-podcast .text-formatted.field {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  color: rgb(94, 93, 92);
  line-height: 160%;
  margin-bottom: 20px;
}

.text-formatted iframe {
  width: 100%;
}

.path-group .text-formatted a {
  color: #fff;
}

.path-group .text-formatted.field {
  color: inherit;
}

.text-formatted.field h2 {
  margin: 20px 0px 20px 0px;
  clear: both;
}

.page-node-type-podcast .detail-page {
  margin-top: 30px;
}

.page-node-type-podcast .detail-page img {
  max-width: 100% !important;
  /* width: auto !important; */
}

.horizontal-tabs .details-wrapper.card-body .form-item.js-form-item-field-iagree-value {
  position: relative;
}

.horizontal-tabs .details-wrapper.card-body .form-item.js-form-item-field-iagree-value input {
  padding: 9px;
}

.horizontal-tabs .details-wrapper.card-body .form-item.js-form-item-field-iagree-value input[type="checkbox"]:checked~label::after {
  left: 3px;
  top: 4px;
}

.horizontal-tabs .details-wrapper.card-body .form-item label {
  padding-left: 5px;
}

.horizontal-tabs .details-wrapper.card-body .form-item.js-form-item-field-iagree-value label {
  padding-left: 10px;
}

.mamber-detail-banner .member-box-head {
  align-items: end;
}

.mamber-detail-banner .member-box-head .member-box-head-right .text-formatted.field {
  margin-bottom: 0;
}

.mamber-detail-banner .member-box-head .member-box-head-left-inner {
  max-width: 300px;
}

.mamber-detail-banner .member-box .text-formatted.field img {
  padding-right: 15px;
  max-width: 350px;
  max-height: 400px;
}

.text-formatted.field a:hover {
  text-decoration: underline;
}

.members-block ul li a img {
  max-width: 90%;
  max-height: 90%;
}

#block-insaurance-aum-content .view-content {
  display: flex;
  flex-direction: column;
}

.members-block.featured_contributors {
  order: 3;
}

.mamber-detail-banner .member-box ul {
  color: #fff;
}

.text-formatted.field a.btn.btn-secondary.w-100 {
  display: inline-flex;
  justify-content: center;
}

.text-formatted.field a.btn:hover {
  text-decoration: none;
}

.text-formatted.field a.btn.btn-secondary.w-100 img {
  width: 50px;
}

.text-formatted.field a article.media img {
  padding-right: 0 !important;
  transition: 0.3s ease-in-out;
  transform: scale(0.98);
}

.text-formatted.field a article.media img:hover {
  transform: scale(1);
}

.mamber-detail-banner .member-box-head .member-box-head-right li a:after {
  background-image: url('../images/learn-more-icon.svg');
  background-size: 12px;
}

.mamber-detail-banner .bg-banner {
  opacity: 0.6;
}

.text-formatted.field a.wp-block-button__link {
  padding: 10px;
}

.gray-box.author-detail p a {
  display: block;
}

.gray-box.author-detail li {
  font-size: 14px;
  line-height: normal;
}

body .gray-box.author-detail ul {
  padding: 0 0 0 15px;
}

/* .detail-page p.text-align-center {
  text-align: left;
} */

.detail-page p {
  clear: both;
  margin: 15px 0;
}

/* .detail-page p small {
  display: block;
  margin: 32px 0;
} */

.detail-page p a.btn-pdf-icon {
  margin-left: 0;
  /* float: left; */
  margin-top: 10px;
}

.download-only {
  background-color: #73ae00 !important;
  color: #fff;
  margin-left: 0;
  text-decoration: none !important;
  margin-top: 10px;
}

.download-only:hover {
  color: #fff !important;
}

.page-node-type-podcast .detail-page .field--name-body a {
  color: #5e5d80;
  text-decoration: underline;
}

.page-node-type-podcast .detail-page .field--name-body img {
  width: 100%;
  height: auto;
}

.member-image-with-address img {
  width: 100%;
  height: auto;
}

.member-image-with-address {
  color: #fff;
}

.member-image-with-address p {
  word-break: break-word;
}

.member-image-with-address p strong,
.text-formatted.field p strong {
  /* font-family: "Merriweather", serif; */
  font-family: 'Open Sans', sans-serif;
}

.disable-certificate {
  pointer-events: none;    /* blocks mouse clicks */
  opacity: 0.5;
  cursor: default;
  text-decoration: none;
}

@media(min-width: 768px) {
  .mamber-detail-banner .row {
    margin: 0;
  }

  .member-image-with-address .field.field--name-field-images {
    max-width: 100px;
    height: 100px;
    width: 100%;
  }
}

.member-image-with-address .field--name-field-address {
  width: calc(100% - 100px);
}

.mamber-detail-banner .field.field--name-field-logo img {
  min-width: 150px;
  max-height: 150px;
  width: auto;
  max-width: 80%;
  min-height: 100px;
  object-fit: contain;
}

.mamber-detail-banner.full-width-block {
  overflow: visible;
}

.members-type {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 12px 20px;
  bottom: -20px;
}

body .mamber-detail-banner .container {
  padding-left: 12px;
  padding-right: 12px;
}

.members-type.green {
  background-color: #73ae00;
}

.members-type.blue {
  background-color: #1d537f;
}

.members-type.black {
  background: rgb(24, 23, 22);
}

.members-type.yellow {
  background: #c5b24f;
}

.mamber-detail-banner hr {
  height: 1px;
  opacity: 1;
}

.mamber-detail-banner .field--name-field-link .field__item a {
  color: #fff;
  position: relative;
  display: table-caption;
  margin-bottom: 10px;
  line-height: normal;
  padding-right: 25px;
  font-size: 14px;
}

.mamber-detail-banner .field--name-field-link .field__item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  background-image: url(../images/learn-more-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px;
}

.mamber-detail-banner .field--name-field-link .field__item a.green {
  color: #6e6e6e;
}

.mamber-detail-banner .field--name-field-link .field__item a.green::after {
  filter: invert(47%) sepia(0%) saturate(0%) hue-rotate(358deg) brightness(90%) contrast(89%);
}

.mamber-detail-banner .member_cta {
  margin-bottom: 20px;
}

.mamber-detail-banner .pdf-wrapper {
  display: flex;
}

.mamber-detail-banner .pdf-wrapper.left {
  justify-content: left;
}

.mamber-detail-banner .pdf-wrapper.center {
  justify-content: center;
}

.mamber-detail-banner .pdf-block img {
  transition: 0.5s ease-in-out;
}

.mamber-detail-banner .pdf-block {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.mamber-detail-banner .pdf-block:hover img {
  transform: scale(1.2);
}

.mamber-detail-banner .pdf-block .ribbon-tag {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}

.mamber-detail-banner .pdf-block .ribbon-tag p {
  position: absolute;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
}

.mamber-detail-banner .pdf-block .pdf-btn {
  background-color: #c22338;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 10px 16px;
  text-align: center;
  max-width: 150px;
  width: 100%;
}

.mamber-detail-banner .text-formatted iframe {
  max-height: 300px;
  height: 100%;
}

.detail-page .text-formatted.field a.btn.btn-primary {
  display: inline-flex;
}

.author-detail .text-formatted.field small {
  margin: 0;
  display: inline-block;
}

.hero-banner-overlay {
    position: relative;
}
.hero-banner-overlay::after {
    content: "";
    position: absolute;
    background: linear-gradient(270deg,rgba(7,58,97,0) 30.84%,#073a61 46%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(-50vw + 50%);
}
.hero-banner-overlay .content {
    position: relative;
    z-index: 1;
}

.block-inline-blockhero.hero-banner-overlay:has(.hero-medium-banner) {
    min-height: 500px;
    padding-left: 0 !important;
}
.hero-banner-overlay .content h5 {
    font-weight: 600;
}
.hero-banner-overlay .content p {
    line-height: 160%;
    margin-bottom: 0;
}
.hero-banner-overlay .content .my-4 {
    margin-bottom: 0 !important;
}
.lp-two-column-section .block-inline-blocktext-with-cta h3, .lp-two-column-section .block-inline-blockbasic h3 {
    margin-top: 0 !important;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 120%;
}
.lp-two-column-section .block-inline-blocktext-with-cta .field--name-field-powered-by-attribution a, 
.lp-two-column-section .block-inline-blockbasic h3 + p {  
    font-size: 14px;
    line-height: 160%;
    font-weight: bold;
}
.lp-two-column-section .block-inline-blocktext-with-cta .lp-two-column-section .block-inline-blockbasic{
    padding: 32px !important;
}
/* .lp-two-column-section .block-inline-blocktext-with-cta .field--name-field-powered-by-attribution {
    margin-bottom: 32px;
} */
.lp-two-column-section .block-inline-blocktext-with-cta .field--name-field-powered-by-attribution a {
  pointer-events: none;
}
.lp-two-column-section .block-inline-blocktext-with-cta .text-formatted ul li,
.lp-two-column-section .block-inline-blockbasic ul li {
    margin-bottom: 8px;
    line-height: 150%;
}
.lp-two-column-section .block-inline-blocktext-with-cta .text-formatted ul,
.lp-two-column-section .block-inline-blockbasic ul {
    margin-top: 32px;
    padding-left: 23px;
    margin-bottom: 32px;
}
.lp-two-column-section .block-inline-blocktext-with-cta .text-formatted ul li::marker,
.lp-two-column-section .block-inline-blockbasic ul li::marker {
    font-size: 11px;
}
.lp-two-column-section .block-inline-blocktext-with-cta .text-formatted .btn-secondary {    
    border: 0;
    letter-spacing: 0.56px;
}
.lp-two-column-section .block-inline-blocktext-with-cta .text-formatted .btn-secondary:hover {
    background: #fff;
}
/* .lp-two-column-section .block-inline-blockbasic h3+p {
    margin-bottom: 32px;
} */
.lp-two-column-section .block-inline-blockbasic h5 {
    letter-spacing: 0.3px;
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 16px;
    text-transform: uppercase;
}

.program-highlight h5 {
    margin-top: 24px;
}
.program-highlight ul {
    margin-top: 16px;
    margin-bottom: 24px;
}
.lp-two-column-section .block-inline-blocktext-with-cta .text-formatted ul + p {
    margin-bottom: 0;
}
.lp-two-column-section .block-inline-blocktext-with-cta .overlayed-image {
    position: relative;
}
.lp-two-column-section .block-inline-blocktext-with-cta .overlayed-image:before {
    background: linear-gradient(180deg, #F2F5F7 3.12%, rgba(242, 245, 247, 0) 32.55%), linear-gradient(217.35deg, #F2F5F7 13.48%, rgba(242, 245, 247, 0) 34.86%);
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.lp-two-column-section .block-inline-blocktext-with-cta .image-text-cta-overlay{
  padding-bottom: 0 !important;
}
.lp-two-column-section .block-inline-blocktext-with-cta .text-formatted .btn-secondary:hover svg path {
    fill: #73ae00;
}
.lp-two-column-section .block-inline-blockbasic .text-formatted .btn-steal-blue:hover svg path {
    fill: #073a61;
}
.lp-two-column-section .block-inline-blocktext-with-cta .text-formatted .btn-secondary svg,
.lp-two-column-section .block-inline-blockbasic .text-formatted .btn-steal-blue svg{
    margin-left: 8px;
}
.lp-two-column-section .block-inline-blockbasic ul li {
    margin-bottom: 5px;
}
.lp-two-column-section .block-inline-blockbasic .btn-secondary {
    border: 0;
}
.lp-two-column-section .block-inline-blockbasic .btn-secondary svg {
    margin-left: 8px;
}
.lp-two-column-section .block-inline-blockbasic .btn-secondary:hover svg path {
    fill: #73ae00;
}
.py-100{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.py-150{
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
/* .four-column-icon-boxes-heading {
    padding-top: 64px;
} */
.four-column-icon-boxes {
    padding-bottom: 36px;
}
.bs-bg-steel-blue .btn-secondary:hover svg path {
    fill: #73ae00;
}
.bs-bg-steel-blue .btn-secondary svg {
    margin-left: 8px;
}
.bs-bg-steel-blue .btn-secondary {
    margin-top: 26px;
}
.four-column-icon-boxes.bs-bg-steel-blue {
    padding-bottom: 68px !important;
}
.title-desc-btns .btn-secondary:hover svg path {
    fill: #73ae00;
}
.title-desc-btns .btn-secondary svg {
    margin-left: 8px;
}
.title-desc-btns{
    padding-left: 15px;
    padding-right: 15px;
}

[id^="webform-submission-content-submission-node-"] .webform-type-managed-file .form-managed-file input.btn.btn-secondary {
  height: auto;
}
[id^="webform-submission-content-submission-node-"] .webform-type-managed-file input[type="checkbox"] {
  height: 16px !important;
  width: 16px;
  margin: 2px 3px 0 3px;
}
[id^="webform-submission-content-submission-node-"] span.fieldset-legend, [id^="webform-submission-content-submission-node-"] label {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
[id^="webform-submission-content-submission-node-"] .webform-element-description {
  margin-top: 5px;
}

@media(max-width: 1024px){
  .hero-banner-overlay:after{
    background: rgba(0, 0, 0, 0.5);
  }
  .mobile-cover {
      background-size: cover !important;
      background-position: center !important;
  }
  .mobile-cover .hero-banner-overlay {
    padding-left: 0 !important;
}
.mobile-cover .block-inline-blockhero.hero-banner-overlay:has(.hero-medium-banner){
  min-height: auto;
}
.py-100{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.py-150{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
/* .four-column-icon-boxes-heading {
    padding-top: 28px;
} */
.four-column-icon-boxes {
    padding-bottom: 0;
}
}
@media (min-width: 992px) {
    .hero-banner-overlay .content {
        max-width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .profile-details .readtime-head {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width:767px) {
  .date-range {
    flex-direction: column;
    width: 100%;
  }

  .profile-details .readtime-head {
    flex-direction: column;
  }

  #dateRangeForm {
    width: 100%;
  }

  #dateRangeForm input {
    width: 100%;
  }

  .date-range .dropdown {
    padding-top: 20px;
  }

  .member-image-with-address img {
    margin-top: 0;
  }

  .member-image-with-address img {
    max-width: 100px;
  }


  .members-type {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
    bottom: -18px;
  }

  .mamber-detail-banner.full-width-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .hero-banner-overlay:after {
    background: #073a61;
  }
}

.members-block.premier_members {
  order: 2;
}

.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:before {
  background-image: url(/themes/custom/insaurance_aum/images/favicon-trans.png);
}

.view-id-content_auther p {
  margin: 10px 0;
}

.view-id-content_auther .align-left {
  float: none;
}

.view-id-content_auther a {
  color: #5e5d5c !important;
}

.mamber-detail-banner .member-box-head .member-box-head-left-inner img {
  min-width: 150px;
  max-height: 100px;
  width: auto;
  margin-top: 0;
}

.error-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.error-page-wrapper svg#robot-error {
  padding-bottom: 32px;
  max-width: 650px;
  width: 100%;
  padding-top: 50px;
}

#mm-2.mm-panel,
#mm-3.mm-panel {
  max-width: 100%;
}

.signup-form p a {
  color: #73ae00;
}

.signup-form p a:hover {
  text-decoration: underline;
}

.signup-form .spacer {
  height: 12px;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-field-company-0-value,
.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-field-contact-name-0-value,
.path-user-jobs .ui-dialog .ui-dialog-content form.node-form fieldset[data-drupal-selector="edit-field-link-0"] {
  width: 100%;
  padding-right: 10px;
}

.path-user-jobs .ui-dialog .form-item-field-required-education-0-value,
.path-user-jobs .ui-dialog .form-item-field-required-experience-0-value {
  width: 33%;
  padding-right: 10px;
}

.path-user-jobs .ui-dialog .form-item-field-required-education-0-value {
  padding-left: 0;
}

.path-user-jobs .ui-dialog .js-form-item-field-certifications-educations-0-value {
  width: 33%;
}


.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-title-0-value,
.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-field-contact-email-0-value,
.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .expiration-date {
  width: 100%;
  padding-left: 10px;
}


.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-field-descrition-0-value,
.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-field-other-0-value,
.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-field-expiration-date-0-value-date {
  width: 100%;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .form-item-status-value {
  cursor: pointer;
  width: 100%;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .expiration-date {
  margin-top: 1em;
  margin-bottom: 1em;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form fieldset[data-drupal-selector="edit-field-link-0"] .fieldset-legend,
.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .expiration-date .label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .expiration-date .form-date {
  margin-top: 0.7em;
  margin-bottom: 1em;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form fieldset[data-drupal-selector="edit-field-link-0"] .form-item-field-link-0-uri {
  margin-top: 0;
}

.horizontal-tabs .details-wrapper.card-body .form-item.form-item-field-i-confirm-value,
.horizontal-tabs .details-wrapper.card-body .form-item.js-form-item-field-iagree-value {
  display: flex;
}

.horizontal-tabs .details-wrapper.card-body .form-item input[type="checkbox"] {
  padding: 9px;
}

.horizontal-tabs .details-wrapper.card-body .form-type-checkbox.form-item-field-i-confirm-value input[type=checkbox]:checked~label::after {
  left: -16px;
  top: 3px;
}

.horizontal-tabs .details-wrapper.card-body .form-item.js-form-item-field-iagree-value input[type=checkbox]:checked~label::after {
  left: 2px;
  top: 3px;
}

.horizontal-tabs .details-wrapper.card-body .form-type-checkbox.form-item-field-i-confirm-value label.option {
  position: relative;
  padding-right: 10px;
}

.horizontal-tabs .details-wrapper.card-body .form-type-checkbox.form-item-field-i-confirm-value label {
  text-transform: capitalize;
}

.horizontal-tabs .details-wrapper.card-body .form-item.js-form-item-field-iagree-value label {
  text-transform: capitalize;
}

.horizontal-tabs .details-wrapper.card-body .form-item.js-form-item-field-iagree-value label a {
  color: #1d537f;
  /* font-family: 'Work Sans'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.horizontal-tabs .details-wrapper.card-body .form-item.js-form-item-field-iagree-value label a:hover {
  color: #1d537f;
  text-decoration: none;
}

.career-block .career-body p b {
  color: #181716;
}

.career-block .carrer-list {
  margin-bottom: 24px;
}

.career-block .career-body {
  display: none;
  transition: 0.5s ease-in-out;
}

.career-block.active .career-body {
  display: block;
}

.node--view-mode-is-not-member .detail-page {
  height: 965px;
  overflow: hidden;
}

.node--view-mode-is-not-member .detail-page.additional-height {
  height: 1200px;
  overflow: hidden;
}

.summary-div {
  margin-bottom: 50px;
}

.detail-page p a {
  color: rgb(94, 93, 92);
  text-decoration: underline;
}

.detail-page p a:hover {
  text-decoration: none !important;
}

.member-links {
  margin: 20px 0;
}

.member-links .field--name-field-title,
.member-links .field__label {
  display: none;
}

.member-links .field__item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  background-image: url(../images/learn-more-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px;
}

.member-links .field__item a:hover {
  text-decoration: none;
}

.member-image-with-address {
  display: flex;
  margin: 20px 0;
  gap: 20px;
}

.mamber-detail-banner .field--name-field-logo {
  margin-bottom: 20px;
}

.full-btn {
  display: flex;
  justify-content: center;
}

.mamber-detail-banner .member_cta .field__item {
  margin-bottom: 20px;
}

.mamber-detail-banner .field--name-field-link .field__item a.text-black {
  color: #000;
}

.mamber-detail-banner .field--name-field-link .field__item a.text-black::after {
  filter: invert(1);
}

.detail-page .text-formatted.field img:first-child {
  width: auto;
}

.detail-page .text-formatted.field img.alignleft {
  float: left;
  height: auto;
  max-width: 100%;
  margin-right: 20px;
  z-index: 1;
  position: relative;
}

.detail-page .text-formatted.field img.aligncenter {
  display: flex;
  margin: auto;
}

.tab-style3 .nav-link p {
  margin: 0;
  /* font-family: 'georgiabold'; */
  font-family: 'Open Sans', sans-serif;
}

.path-node .text-formatted.field a.btn.btn-secondary br {
  display: none;
}

.author-detail .text-formatted.field small {
  margin: 0;
  display: inline-block;
}

.btn-pdf-icon {
  position: relative;
  padding-left: 40px;
  text-decoration: none !important;
}

.btn-pdf-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  height: 24px;
  width: 18px;
  background-image: url('../images/pdf-icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.access-denied-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tream-item .team-detail p {
  margin: 0;
}

.tream-item .team-detail h4 {
  margin: 0;
}

.authors-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 0 45px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 30px 0 30px 0;
}

.authors-wrap p {
  text-align: center;
}

.authors-wrap p strong {
  font-weight: 700;
  display: block;
  color: #000;
}

.authors-wrap p.text-align-center {
  text-align: center;
}

figure.wp-block-image img {
  margin: 15px 0;
}

.authors-wrap {
  gap: 10px;
}

.left-image-wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.left-image-wrap .image-wrap {
  width: 150px;
  height: 150px;
}

.left-image-wrap .content-wrap {
  width: calc(100% - 150px);
}

.left-image-wrap .content-wrap p {
  margin: 0 !important;
}

@media(max-width:600px) {

  .path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-field-company-0-value,
  .path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-field-contact-name-0-value,
  .path-user-jobs .ui-dialog .form-item-field-required-education-0-value,
  .path-user-jobs .ui-dialog .form-item-field-required-experience-0-value,
  .path-user-jobs .ui-dialog .ui-dialog-content form.node-form fieldset[data-drupal-selector="edit-field-link-0"],
  .path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-title-0-value,
  .path-user-jobs .ui-dialog .ui-dialog-content form.node-form .js-form-item-field-contact-email-0-value,
  .path-user-jobs .ui-dialog .ui-dialog-content form.node-form fieldset[data-drupal-selector="edit-field-link-0"],
  .path-user-jobs .ui-dialog .js-form-item-field-certifications-educations-0-value,
  .path-user-jobs .ui-dialog .ui-dialog-content form.node-form .expiration-date {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .authors-wrap {
    grid-template-columns: 1fr;
  }
}

form.user-register-form.interest .select-registration-roles {
  display: none;
}

.left-image-wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.left-image-wrap .image-wrap {
  width: 150px;
  height: 150px;
}

.left-image-wrap .content-wrap {
  width: calc(100% - 150px);
}

.left-image-wrap .content-wrap p {
  margin: 0 !important;
}

.detail-page .text-formatted.field ul li {
  opacity: 1;
  color: rgb(74 73 71);
}

.article-header {
  gap: 10px;
}
.sidebar-category-page .custom-facet-reset.podcast-reset {
    margin-top: 0;
}
.sidebar-category-page-tax-term a.custom-facet-reset {
    margin-top: 0;
    margin-bottom: -51px;
    top: 8px;
}
.sidebar-category-page-tax-term .region-sidebar-second {
    margin-top: 66px;
}
.sidebar-category-page-podcast .custom-facet-reset.podcast-reset,
.sidebar-category-page-adv-search a.custom-facet-reset {
    margin-top: 0;
}
.sidebar-category-page-tax-term h1 {
    font-size: 36px;
    font-weight: 700;
    color: #181716;
    border-bottom: 2px solid #73ae00;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.sidebar-category-page-adv-search a.custom-facet-reset {  
    margin-bottom: -52px;
    bottom: -50px;
}
.sidebar-category-page-adv-search .advanced-search-sidebar .region-sidebar-second {
    margin-top: 60px;
}
footer .footer-top{
  padding-bottom: 16px;
}
@media (max-width: 1299px) {
  .article-header h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.ui-widget-content a.dialog-cancel.button {
  color: #000;
}

.ui-widget-content a.dialog-cancel.button:hover {
  opacity: 0.9;
}

footer.comment__meta {
  margin-top: 10px;
}

@media(max-width:767px) {
  .page-banner-with-description.center .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sidebar-category-page-tax-term a.custom-facet-reset{
    margin-bottom: 0;
    top: 0;    
    display: none;
  }
  
  .sidebar-category-page-adv-search a.custom-facet-reset{
    display: none;
  }

  .sidebar-category-page-podcast .order3 {
    order: 3;
  }
  .sidebar-category-page-podcast .order2 {
      order: 2;
      margin-top: 10px !important;
  }
  .facets-widget-checkbox .facets-reset label::after {
    display: none !important;
  }
  .facets-widget-checkbox .facets-reset label::before {
      background-image: url(/themes/custom/insaurance_aum/images/bin.png);
      width: 20px;
      height: 20px;
      background-size: 20px;
      border: 0;
      opacity: 1;
      background-repeat: no-repeat;
  }
  .facets-widget-checkbox .facets-reset input[type=checkbox]:checked~label:before {
      display: none;
  }
  body:has(.block-facet-blocksector-category.active) {
      overflow: hidden;
  }
  body:has(.block-facet-blocksector-category.active) button#backtotop {
      display: none !important;
  }

}

.page-banner-with-description.center a.btn.btn-tritory {
  margin: 0;
}

.user-form.step1 .signup-form {
  height: 100vh;
  overflow-y: scroll;
}

.horizontal-tabs .details-wrapper.card-body #edit-field-continuing-professional-ed--2--wrapper .form-item {
  display: flex;
  align-items: flex-start;
}

.horizontal-tabs .details-wrapper.card-body #edit-field-continuing-professional-ed--2--wrapper .form-item label.option {
  color: #181716;
  /* font-family: 'Work Sans'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.signup-description #block-registerform p img {
  width: auto;
}

.sticky-sidebar .region.region-sidebar-second {
  padding-bottom: 10px;
}

.gray-box ul li label {
  opacity: 1;
}

footer .footer-top #block-footerlogo img {
  max-width: 292px;
  height: 40px;
}

.career-block .career-body .carrer-list h6 {
  line-height: 150%;
}

.career-block .career-body .carrer-list h6 b {
  padding-right: 5px;
}

.signup-description #block-loginform img {
  width: auto;
}

.advanced-search-sidebar {
  padding-left: 50px;
}

.about-page .list-style2 li strong {
  color: #181716;
  letter-spacing: 0.7px;
}

.advanced-search #edit-actions--2 {
  margin-bottom: 0;
  margin-top: 0;
}

.bs-bg-steel-blue {
  background: #073A61;
  padding-left: 16px;
  padding-right: 16px;
}
.bs-bg-light-grey {
  background: #F2F5F7;
}
footer{
  padding-top: 16px;
}
@media(max-width:1300px) {
  .advanced-search-sidebar {
    padding-left: 15px;
  }
}

@media(max-width:767px) {
  .user-form.step1 .signup-form {
    height: auto;
  }
}

/* Event page css */

.event-page-block p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  margin-bottom: 0;
  padding-bottom: 16px;
}

.event-page-block p small {
  color: var(--white, #fff);
  /* font-family: 'Work Sans'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.event-page-block h1 {
  /* font-family: 'Merriweather'; */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.event-content-wrap .info {
  display: flex;
  gap: 8px;
  align-items: center;
}

.event-content-wrap .info p,
.event-content-wrap .info span {
  border: none;
  margin: 0;
  padding: 0;
  color: var(--white, #fff);
  /* font-family: 'Work Sans'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: calc(100% - 28px);
}

.event-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.event-page.space {
  padding: 0 0 80px 0;
}

.event-banner-block-wrapper {
  position: relative;
  height: 521px;
}

.event-banner-block {
  padding-top: 40px;
}

.event-banner-block-wrapper img {
  /* z-index: -1; */
  position: relative;
  height: 100%;
  object-fit: cover;
}

.event-banner-block-wrapper {
  position: relative;
  /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgb(0, 0, 0, 0.8) 100%); */
  color: #fff;
  margin: 0;
}

.event-banner-block-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}

.event-banner-block-wrapper .col-12 {
  padding: 0;
}

.event-banner-block .banner-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  gap: 8px;
  padding: 32px;
  bottom: 0;
}

.event-banner-block .banner-detail h3 {
  color: var(--white, #fff);
  /* font-family: 'Merriweather'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

.event-banner-block .banner-detail p {
  color: var(--white, #fff);
  /* font-family: 'Work Sans'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.event-banner-block .banner-detail p strong {
  /* font-family: "Work Sans"; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.event-page .avalible-pods {
  border: 0;
  border-bottom: 1px solid #73ae00;
  margin: 48px 0;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
}

.event-page .avalible-pods h6 {
  color: var(--1, #181716);
  /* font-family: "Work Sans"; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.event-page .avalible-pods p {
  margin: 0;
}

.event-page .avalible-pods small {
  color: var(--3, #5e5d5c);
  /* font-family: Georgia; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.page-node-type-podcast .avalible-pods {
  margin-bottom: 30px;
}

.our-sponsors-block .title-with-img {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* justify-content: flex-start; */
  align-items: flex-start;
}

.our-sponsors-block .title-with-img h5 {
  color: #181716;
  /* font-family: 'Merriweather'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.our-sponsors-block .title-with-img .align-center {
  width: 100%;
}

.event-page section.two-block .main-block {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  padding: 48px 0;
}

.event-page form.Event-form .js-form-item {
  margin-top: 4px;
}

.event-page form.Event-form .js-form-item select.form-control {
  background: #fff url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.event-page section.two-block .main-block .left-block,
.event-page section.two-block .main-block .right-block {
  width: 50%;
}

.event-page section.two-block .main-block a.btn.btn-primary {
  border-color: rgb(24 23 22 / 61%);
}

.event-page section.two-block .main-block h5 {
  color: #181716;
  /* font-family: 'Merriweather'; */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}

.event-page section.two-block .main-block p {
  color: var(--1, #181716);
  /* font-family: "Work Sans"; */
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.event-content-wrap .info svg {
  width: 28px;
}

.event-page form.Event-form {
  padding: 24px;
  background: #f3f3f3;
  margin-top: 48px;
}

.event-page form.Event-form h5 {
  margin-bottom: 16px;
  margin-bottom: 12px;
}

.event-page form.Event-form .row {
  margin: 0;
}

.event-page form.Event-form .row>* {
  padding-left: 6px;
  padding-right: 6px;
}

.event-page form.Event-form .form-item-phone-number {
  margin: 0;
}

.event-page form.Event-form .form-item-phone-number .form-tel {
  margin-top: 0.25rem;
}

.event-page form.Event-form .row>* .form-group {
  margin-bottom: 12px;
}

.event-page form.Event-form .row>* .form-group label {
  margin-bottom: 6px;
}

.event-page .avalible-pods .text-formatted.field,
.event-banner-block .banner-detail .text-formatted.field {
  margin-bottom: 0;
}

.event-banner-block .banner-detail .event-btn-wrapper {
  margin-top: 32px;
}

.event-banner-block .banner-detail .text-formatted.field {
  margin-bottom: 0;
  margin-top: 15px;
}

.event-banner-block .banner-detail .event-btn-wrapper .btn.btn-tritory {
  padding: 16px 32px;
  line-height: normal;
  letter-spacing: 1.12px;
}

.page-node-type-podcast .detail-page .field--name-body strong {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  letter-spacing: normal;
}

.text-formatted.field a.btn {
  text-decoration: none;
}

.event-banner-block-wrapper .banner-detail img {
  height: auto;
}

.page-node-type-article .node--type-article .col-md-8.col-lg-8 .field--type-text-with-summary p strong {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
}

.mm-page.mm-slideout {
  padding-top: 0 !important;
}

@media(max-width:991px) {
  .event-page section.two-block .main-block {
    gap: 28px;
  }
}

@media(max-width:767px) {
  .event-page section.two-block .main-block {
    flex-wrap: wrap;
    gap: 28px;
  }

  .event-page section.two-block .main-block .left-block,
  .event-page section.two-block .main-block .right-block {
    width: 100%;
  }

  .event-banner-block .banner-detail h3 {
    font-size: calc(1.3rem + .6vw);
  }

  .event-banner-block .banner-detail p {
    font-size: 16px;
  }

  .event-content-wrap .info p {
    line-height: 160%;
  }

  .event-banner-block .banner-detail {
    padding: 18px;
  }

  .event-page form.Event-form {
    padding: 12px;
  }

  .event-page section.two-block .main-block p {
    font-size: 16px;
  }

  .event-page section.two-block .main-block {
    padding: 24px 0;
  }

  .event-page.space {
    padding: 0 0 20px 0;
  }

  .event-banner-block-wrapper {
    height: 650px;
  }

}

@media (max-width:550px) {
  .event-banner-block-wrapper {
    height: 650px;
  }
}

@media only screen and (min-width: 768px) {
  .event-banner-block-wrapper img {
    height: 521px;
    /* Your desired height */
    /* Any other styles you want to apply */
  }
}

body table.table td {
  opacity: 1;
}

.events-list-wrapper .news-card.left-img .img-wrapper {
  width: 180px;
  height: 180px;
}

.events-list-wrapper .news-card.left-img .img-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.events-list-wrapper .news-card.left-img .card-footer {
  width: calc(100% - 180px);
  padding-left: 32px;
}

.career-block.event-side-block .meta,
.career-block.event-side-block h5 a {
  color: #fff;
}

.career-block.event-side-block {
  position: relative;
  padding: 24px;
}

.career-block.event-side-block img.event-wrapper-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.events-list-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}

.career-block.event-side-block .meta {
  margin-bottom: 16px;
}

.career-block.event-side-block h5 {
  margin-bottom: 32px;
}

.career-block.event-side-block a {
  margin: 0;
}

@media(max-width:550px) {
  .events-list-wrapper .news-card.left-img {
    flex-direction: column;
  }

  .events-list-wrapper .news-card.left-img .img-wrapper {
    width: 100%;
    height: 250px;
  }

  .events-list-wrapper .news-card.left-img .card-footer {
    width: 100%;
    padding-left: 0;
  }
}

.path-batch footer {
  display: none;
}

.path-batch .progress {
  padding: 20px 0;
  flex-direction: column;
  height: auto;
  background: transparent;
  width: 100%;
}

.path-batch .progress__percentage,
.path-batch .progress__description,
.path-batch .progress__label {
  font-size: 1rem;
}

.news-card.large-banner-media .img-wrapper a:after {
  padding-bottom: 42%;
}

.event-gallery-block {
  padding: 80px 0;
}

.event-gallery-block .field--name-field-image,
.event-gallery-block .field--name-field-event-gallery-images .field__items {
  display: grid;
  /* flex-wrap: wrap; */
  gap: 16px;
  margin: 32px 0;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.event-gallery-block .field--name-field-image .field__item {
  width: 100%;
  display: none;
}

.event-gallery-block .field--name-field-image .field__item.display {
  display: block;
}

.event-gallery-block .field--name-field-image img .event-gallery-block .field--name-field-image img .event-gallery-block .field--name-field-event-gallery-images .field__items img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}


.event-gallery-block .paragraph--type--gallery .field--name-field-heading .event-gallery-block .paragraph--type--gallery .field--name-field-heading,
.event-gallery-block .field--name-field-event-gallery-images .field__label {
  color: #181716;
  /* font-family: 'Merriweather'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.field--name-field-event-gallery-images img {
  height: 100% !important;
  object-fit: cover;
}

.signup-description .block .text-formatted.field p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 34px;
}

.signup-description .block .text-formatted.field .create-login {
  padding-top: 34px;
}

.signup-description #block-registerform {
  max-width: 850px;
}

fieldset#edit-field-general-account-check--wrapper {
  margin-top: 0;
}

fieldset#edit-field-general-account-check--wrapper legend {
  display: none;
}

@media (max-width:767px) {
  .event-gallery-block {
    padding: 40px 0;
  }

  .event-gallery-block .field--name-field-image {
    margin: 16px 0;
  }

  .event-gallery-block .paragraph--type--gallery .field--name-field-heading {
    font-size: 24px;
  }

  .our-sponsors-block .title-with-img h5 {
    font-size: 24px;
  }
}

.career-block.event-side-block.custom .evnet-block-wrap {
  padding: 10px;
  border: 2px solid #fff;
  margin: 15px 0;
}

.evnet-block-wrap p {
  /* font-family: 'Work Sans'; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
  text-align: center;
}

.evnet-block-wrap .event-content hr {
  background-color: #facf21;
  height: 2px;
  opacity: 1;
}

.career-block.event-side-block.custom .evnet-block-wrap .event-content .left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.career-block.event-side-block.custom .evnet-block-wrap .event-content .right small {
  display: block;
  font-size: 12px;
  line-height: 10px;
}

.career-block.event-side-block.custom .evnet-block-wrap .event-content .left .right p {
  font-size: 26px;
  line-height: 21px;
}

.career-block.event-side-block.custom .evnet-block-wrap .event-content .left p {
  font-size: 38px;
  line-height: 32px;
  text-align: left;
}

.career-block.event-side-block.custom .evnet-block-wrap .event-content .info p span {
  background-color: #fcf113;
  color: #10365d;
}

.career-block.event-side-block.custom .meta {
  margin-bottom: 16px;
  display: inline-flex;
}

.career-block.event-side-block.custom .evnet-block-wrap .event-content .info p {
  letter-spacing: -2px;
  font-size: 18px;
}

.career-block.event-side-block.custom .meta p {
  text-align: left;
}

.career-block.event-side-block h5 {
  color: #fff;
}


/* 26-07-2024 */

.path-register-form-optional-details div#main-content-wrapper {
  max-width: 100%;
  padding: 0;
}

.path-register-form-optional-details div#main-content-wrapper>.row {
  margin: 0;
}

.path-register-form-optional-details div#main-content-wrapper .row>.col-md-12 {
  padding: 0;
}

.interest-tab a {
  background: #181716;
  border-color: #181716;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  padding: 10px 0px 10px 24px;
  min-width: 100%;
  display: inline-block;
}

.interest-tab a img {
  margin-right: 10px;
}

.interest-tab a strong {
  font-weight: 600;
}

form.user-user-interests-form fieldset>legend {
  margin-bottom: 24px;
}

form.user-user-interests-form fieldset.fieldgroup {
  margin-top: 32px;
}

form.user-user-interests-form .form-actions input.btn {
  background: #73ae00;
  border: 1px solid #73ae00;
  color: #ffffff;
  width: 100%;
}

form.user-user-interests-form .form-actions input.btn:hover {
  background: #ffffff;
  color: #73ae00;
}

form.user-user-interests-form .form-type-checkbox label.option:after {
  display: none;
}

form.user-user-interests-form .form-type-checkbox label.option {
  top: 4px !important;
  opacity: 0.7 !important;
}

form.user-user-interests-form .form-type-checkbox label.option span.field-content {
  padding-left: 5px;
}

form.user-user-interests-form .field--type-string .form-type-textfield label {
  /* font-family: 'Merriweather'; */
  font-family: 'Open Sans', sans-serif;
  opacity: 1 !important;
  margin-top: 9px;
  text-transform: inherit;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 19px;
}

select.choose-roles {
  background-image: url('../images/down-arrow.png');
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 22px;
  margin-top: 0px !important;
}

.ga-check legend {
  margin-bottom: 0px !important;
}

.user-rating-desc span {
  color: #181716;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}

@media(max-width: 1199px) {
  form.user-user-interests-form .form-actions input.btn {
    width: auto;
    padding: 13px 13px;
    font-size: 13px;
  }
}

.info.date-field {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.event-banner-block-wrapper img {
  width: 100%;
}

.info.date-field span.text-white {
  color: #73ae00 !important;
}

@media (max-width:767px) {
  .gray-box .sticky-sidebar ul {
    overflow: scroll;
    height: calc(90vh - 10px);
    padding-bottom: 20px;
  }
}


/** Responsive on topics page */
/* @media (max-width:767px) {
  .gray-box .sticky-sidebar {
    z-index: 9999;
  }

  .gray-box .sticky-sidebar ul {
    overflow: scroll;
    height: calc(90svh - 10px);
    padding-bottom: 40px;

  }

  .page-node-type-article .author-contacts,
  .page-node-type-podcast .author-contacts{
    display: none;

  }

  .page-node-type-article .author-related-articles,
  .page-node-type-podcast .author-related-articles{
    display: none;
  }
  .page-node-type-article .author-contacts.active,
    .page-node-type-podcast .author-contacts.active,
    .page-node-type-article .author-related-articles.active,
    .page-node-type-podcast .author-related-articles.active{
    display: block !important;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    z-index: 999;
    overflow: auto;
  }
    .page-node-type-article .author-related-articles.active .view-content,
            .page-node-type-article .author-contacts.active .view-content,
            .page-node-type-podcast .author-contacts.active .view-content,
            .page-node-type-article .author-related-articles.active .view-content,
            .page-node-type-podcast .author-related-articles.active .view-content {
      padding-bottom: 50px;
    }
} */

@media(max-width:767px) {
  .horizontal-tabs .details-wrapper.card-body .form-item .js-form-item-field-general-account-check-1 label {
    font-size: 14px;
  }
}

.pb__pmw_1610 {
  max-width: 1610px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.pb__top_0_bottom_48 {
  padding-top: 0;
  padding-bottom: var(--pb-px48);
}

body .paragraph--type--tabs-bundle .pb__tabs-bundle .pb__tabs-button>.pb__active {
  text-decoration: none;
  color: #ffffff;
  border-color: var(--pb-bt-a);
}

body .paragraph--type--tabs-bundle .pb__tabs-bundle .pb__tabs-button button {
  border-bottom: 2px solid #000;
}

.paragraph--type--accordion-bundle .text-formatted.field {
  margin-bottom: 0;
  margin-top: 20px;
}

.signup-description .register-from-block ul.list-style1 {
  margin: 30px 0;
}

.signup-description .register-from-block ul.list-style1 li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.signup-description .register-from-block h3 {
  margin-top: 30px;
}

#edit-field-iagree-wrapper--2 label.form-required::after {
  opacity: 0;
}

#edit-field-iagree-wrapper--2 input[type=checkbox]:checked~label.form-required::after {
  content: "";
  height: 8px;
  width: 13px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-47deg);
  transform: rotate(-47deg);
  position: absolute;
  left: -1px;
  top: 3px;
  background: none;
  opacity: 1;
}

#edit-field-iagree-wrapper--2 label.option.js-form-required.form-required sup {
  color: #ff0000;
  font-size: 12px;
  font-weight: 600;
  top: -3px;
}

.user-logged-in .create-login {
  display: none;
}

.horizontal-tabs .details-wrapper.card-body .form-item .js-form-item-field-general-account-check-1 {
  display: flex;
}

.horizontal-tabs .details-wrapper.card-body .form-item .js-form-item-field-general-account-check-1 input[type="checkbox"] {
  margin-top: 5px !important;
}

.horizontal-tabs .details-wrapper.card-body .form-item .js-form-item-field-general-account-check-1 input[type="checkbox"]:checked~label:after {
  content: '';
  left: -17px;
  top: 3px;
}

/* event gallery page update for extra space and image strech */
.event-page.space .event-gallery-block {
  padding-bottom: 0;
}

.event-gallery-block .field__items .field__item>div {
  display: block;
  position: relative;
}

.event-gallery-block .field__items .field__item>div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-gallery-block .field__items .field__item>div::after {
  content: "";
  display: block;
  padding-bottom: 57%;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form .field--type-text-long {
  width: 100%;
}

.path-user-jobs .ui-dialog form.node-form .form-item-field-required-experience-0-value,
.path-user-jobs .ui-dialog form.node-form .field--type-string.field--name-field-required-experience,
.path-user-jobs .ui-dialog form.node-form .form-item-field-required-education-0-value {
  width: 100%;
  padding: 0;
}

.path-user-jobs .ui-dialog form.node-form .field--name-field-certifications-educations .form-item-field-certifications-educations-0-value {
  width: 100%;
  padding-right: 15px;
}

.path-user-jobs .ui-dialog form.node-form .field--type-string,
.path-user-jobs .ui-dialog form.node-form .field--type-link {
  width: 50%;
}

.path-user-jobs .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #000;
}

.read-more-inline {
  font-weight: 600;
  color: #73ae00;
  cursor: pointer;
  white-space: nowrap;
}

.read-less-toggle {
  display: none;
  font-weight: 600;
  color: #73ae00;
  cursor: pointer;
}

.program-highlight {
  display: none;
}


@media (max-width:767px) {

  .path-user-jobs .ui-dialog form.node-form .field--type-string,
  .path-user-jobs .ui-dialog form.node-form .field--type-link {
    width: 100%;
  }

  .path-user-jobs .ui-dialog .ui-dialog-content {
    height: 80vh !important;
  }

  .path-user-jobs .ui-dialog .ui-widget-content.ui-dialog-buttonpane {
    display: flex;
    justify-content: center;
  }

  .path-user-jobs .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 26px;
  }

  .path-user-jobs .ui-dialog .ui-dialog-titlebar {
    padding: 20px 25px 0 24px;
  }
}

/** ga-status check on registration page */
/*
.horizontal-tabs .details-wrapper.card-body .ga-check .form-item {
  position: relative;
}

.horizontal-tabs .details-wrapper.card-body .ga-check .form-item input[type=checkbox]:checked~label:after {
  left: 2px;
  top: 3px;
} */

/* No result behaviour on career page  */

.no-jobs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  padding: 20px;
  text-align: center;
  padding: 40px 32px;
}

.no-jobs-container svg,
.no-jobs-container img {
  max-width: 100px;
  width: 100%;
  margin-bottom: 1rem;
}

.no-jobs-container h3 {
  /* font-family: Merriweather; */
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 8px;
}

.no-jobs-container .content-block p {
  margin: 0;
  /* font-family: Georgia; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/* certificare css */
.paragraph--type--image-with-description .img-with-desc-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 80px 0;
  justify-content: center;
}

.paragraph--type--image-with-description .right.img-with-desc-wrap {
  flex-direction: row-reverse;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph--type--image-with-description .img-with-desc-wrap .img-block {
  max-width: 510px;
  width: 100%;
}

.paragraph--type--image-with-description .img-with-desc-wrap .content-block {
  max-width: 840px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.paragraph--type--image-with-description .img-with-desc-wrap .content-block p {
  /* font-family: Georgia; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: rgba(24, 23, 22, 0.70);
  margin: 0;
}

.paragraph--type--image-with-description .img-with-desc-wrap .content-block h3 {
  /* font-family: Merriweather; */
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  margin: 0;
}

.paragraph--type--image-with-description .img-with-desc-wrap .content-block ul {
  margin: 0;
}

.paragraph--type--image-with-description .img-with-desc-wrap .content-block ul li,
.paragraph--type--image-with-description .img-with-desc-wrap ol li {
  list-style: none;
  /* font-family: 'Work Sans'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  position: relative;
}

.paragraph--type--image-with-description .img-with-desc-wrap ol {
  padding-left: 0;
  counter-reset: item;
  position: relative;
}

.paragraph--type--image-with-description .img-with-desc-wrap ol li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #73ae00;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.paragraph--type--image-with-description .img-with-desc-wrap .content-block ul li:not(:last-child) {
  margin-bottom: 10px;
}

.paragraph--type--image-with-description .img-with-desc-wrap .content-block ul li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.50013 13.4729L4.02513 9.99792L2.8418 11.1729L7.50013 15.8313L17.5001 5.83125L16.3251 4.65625L7.50013 13.4729Z' fill='%2373ae00'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.full-wrapper:has(.paragraph--type--image-with-description) {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: rgba(243, 243, 243, 1);
}

.paragraph--type--image-with-description .img-with-desc-wrap .content-block ol li:not(:last-child) {
  margin-bottom: 10px;
}

.paragraph--type--image-with-description .img-with-desc-wrap ol li {
  padding-left: 35px;
}

.paragraph--type--image-with-description .img-with-desc-wrap h5 {
  /* font-family: Merriweather; */
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  margin-top: 16px;
}

.paragraph--type--video-with-description {
  position: relative;
}

.paragraph--type--video-with-description {
  position: relative;
}

.paragraph--type--video-with-description .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.paragraph--type--video-with-description .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paragraph--type--video-with-description .container {
  position: relative;
  z-index: 1;
}

.paragraph--type--video-with-description .video-content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 0;
}

.paragraph--type--video-with-description .video-content-block .title-wrap {
  margin-bottom: 16px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  width: 100%;
}

.paragraph--type--video-with-description .video-content-block .title-wrap .title-block {
  /* font-family: 'Merriweather'; */
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  color: rgba(24, 23, 22, 1);
}

.paragraph--type--video-with-description .video-content-block .content-block p {
  /* font-family: Work Sans; */
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(24, 23, 22, 1);
  margin: 0;
}

.paragraph--type--video-with-description .video-content-block .video {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
}

.certificate-container {
  /* padding: 80px 0; */
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background-image: url(/themes/custom/insaurance_aum/images/Cerificate-vector.png);
  background-repeat: no-repeat;
  background-position: center;
  gap: 40px;
  background-size: cover;
}

.certificate-wrapper {
  background: #fff;
  padding: 70px;
  padding-bottom: 40px;
  border: 10px solid #73ae00;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.certificate-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.certificate-header .logo {
  max-width: 60px;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}

.certificate-header h2 {
  font-weight: 700;
  margin: 10px 0;
}

.certificate-header h4 {
  /* font-family: Merriweather; */
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  border-bottom: 1px solid rgba(24, 23, 22, 1);
  padding-bottom: 16px;
  margin-bottom: 0;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}


.certificate-body p {
  /* font-family: Georgia; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgba(24, 23, 22, 0.7);
}

.certificate-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.certificate-footer .insurance-logo img {
  width: 150px;
  /* Adjust as necessary */
  height: auto;
}

.certificate-footer .sign-wrap {
  text-align: right;
}

.certificate-footer .sign-wrap .signature {
  width: 100px;
  /* Adjust as necessary */
  height: auto;
  display: block;
}

.certificate-footer .sign-wrap p {
  font-size: 16px;
  margin: 5px 0 0;
  color: #555;
}

.title-with-detail-wrap {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}


.title-with-detail-block h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.title-with-detail-block p {
  font-size: 16px;
  margin-bottom: 20px;
}

.certificate-footer .insuramce-logo {
  max-width: 290px;
  width: 100%;
}

.certificate-footer .sign-wrap .signature {
  max-width: 190px;
  height: auto;
  display: block;
  width: 100%;
}

/* Add background dots effect */
/* .certificate-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  background: url('') no-repeat center center;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
} */

@media (max-width:1199px) {
  .paragraph--type--image-with-description .img-with-desc-wrap {
    gap: 40px;
  }
}

@media (max-width:767px) {
  .paragraph--type--image-with-description .img-with-desc-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .paragraph--type--image-with-description .right.img-with-desc-wrap {
    flex-direction: column;
    padding: 40px 15px;
  }

  .paragraph--type--image-with-description .img-with-desc-wrap .content-block h3 {
    font-size: 28px;
  }

  .paragraph--type--video-with-description .video-content-block {
    padding: 40px 0;
  }

  .certificate-wrapper {
    padding: 25px;
    gap: 20px;
  }

  .certificate-header {
    gap: 20px;
  }

  .certificate-footer {
    flex-direction: column;
  }

  .certificate-header h2 {
    font-size: 24px;
  }

  .certificate-container {
    gap: 20px;
  }

  .paragraph--type--image-with-description .img-with-desc-wrap .content-block {
    padding: 0 20px;
  }

  .paragraph--type--image-with-description .img-with-desc-wrap {
    padding: 0 20px;
  }

  .path-taxonomy .page-title div#block-pagetitle {
    padding-right: 78px;
  }
}

.profile-details table tbody tr td a.certificate-btn {
  display: flex;
  color: #73ae00;
  align-items: center;
}

table th.certificate-btn-wrap {
  min-width: 150px;
}

a.certificate-btn {
  background: #73ae00;
  color: #fff;
  border: 1px solid #73ae00;
  padding: 13px 16px;
}

a.certificate-btn img {
  max-width: 24px;
  width: 100%;
  height: 24px;
  margin: 0;
  margin-right: 5px;
}

a.certificate-btn:hover {
  border-color: #000;
}

.certificate-btn-wrapper .btn {
  gap: 16px;
}

.certificate-btn-wrapper .btn img {
  margin: 0;
}

.certificate-btn-wrapper .btn:hover img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(53%) saturate(3213%) hue-rotate(34deg) brightness(98%) contrast(101%);
}

@media print {

  body header,
  body footer,
  body .topbar {
    display: none;
  }

  body{
    padding: 0 !important;
  }
  body .certificate-wrapper {
    display: block;
  }

  .certificate-btn-wrapper,
  .certificate-container .title-with-detail-wrap {
    display: none;
  }

  .certificate-header h4 {
    padding-bottom: 16px;
    width: 500px;
  }

  .certificate-header h2 {
    margin-bottom: 40px;
  }

  .certificate-header {
    margin-bottom: 40px;
  }

  .gin-secondary-toolbar--frontend {
    display: none;
  }
}


.already-account {
  /* background-color: #f7f7f7; */
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.basic-detail legend.form-required {
  margin-bottom: 1rem !important;
}

.already-account p {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.already-account p b {
  font-weight: 600;
}

.already-account p a {
  color: #73ae00;
  text-decoration: none;
  font-weight: 600;
}

.already-account p a:hover {
  text-decoration: underline;
}

.accordion-button:not(.collapsed) {
  color: unset;
}

.podcast-cntr-page p {
  margin-top: -20px;
}

@media (max-width:767px) {
  .home-tabs .tab-style1 {
    width: calc(100% - -19px);
    left: -10px;
  }

  .page-banner-with-description.center .row {
    width: 100%;
    margin: 0;
  }

  .paragraph--type--video-with-description .row {
    width: 100%;
    margin: 0;
  }

  .date-range .dropdown {
    width: 100%;
    padding-bottom: 20px;
  }

  .date-range .dropdown button.dropbtn.export-file-btn {
    width: 100%;
  }

  .date-range a.certificate-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*
Top five podcasts styling
*/

.podcast-cta-block {
  border: 1px solid #73ae00;
  background: rgba(150, 167, 0, 0.05);
  padding: 32px 36px;
}

.podcast-cta-block h3 {
  /* font-family: Merriweather; */
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 51.2px;
  text-align: center;
  color: rgba(24, 23, 22, 1);
}

.podcast-cta-block p {
  /* font-family: Georgia; */
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
}

@media(max-width:767px) {
  .podcast-cta-block h3 {
    font-size: 24px;
    line-height: 36.2px;
  }

  .podcast-cta-block p {
    font-size: 16px;
  }

  .podcast-cta-block {
    padding: 24px;
  }
}

.layout-builder__layout .tabs-primary .nav-link {
  color: #859800 !important;
}

.custom-media-style img {
  object-fit: cover;
  object-position: top;
}

.ck.ck-editor__main>.ck-editor__editable {
  background: unset;
}

.bs-bg-dark {
  background: black;
}

.bs-site-black {
  color: #181716;
}

#layout-builder-modal summary,
#drupal-off-canvas-wrapper summary[aria-expanded='true'],
#drupal-off-canvas-wrapper summary:hover,
#drupal-off-canvas-wrapper summary:focus {
  color: #ffffff;
  background-color: rgba(38, 165, 255, 0.14) !important;
}


#layout-builder-modal summary,
#drupal-off-canvas-wrapper summary,
#drupal-off-canvas-wrapper summary:hover,
#drupal-off-canvas-wrapper summary:focus {
  background-color: unset;
}

#layout-builder-modal .insurance-library-image {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#layout-builder-modal button.button,
#layout-builder-modal input[value="Remove"].button {
  margin: unset;
  /* padding: unset;  */
  color: unset;
  border-radius: 8px;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.344 2.343l11.313 11.313M2.344 13.657L13.657 2.343' stroke='%2355565B' stroke-width='3'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  font-weight: unset;
  font-family: unset;
  border: unset;
  width: unset;
  min-width: unset;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#layout-builder-modal button.button,
#layout-builder-modal input[value="Remove"].button:hover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.344 2.343l11.313 11.313M2.344 13.657L13.657 2.343' stroke='%2355565B' stroke-width='3'/%3e%3c/svg%3e");
}

#layout-builder-modal .js-media-library-selection .js-media-library-item {
  position: relative;
}

#layout-builder-modal .ck.ck-editor__main>.ck-editor__editable {
  background: #383a40;
}

#drupal-off-canvas-wrapper .bs_tab-content .bs_tab-pane .js-form-wrapper .bs-group-title,
#drupal-off-canvas-wrapper .layout-builder-configure-section summary,
#layout-builder-modal summary,
#drupal-off-canvas-wrapper summary {
  color: black;
}

#drupal-off-canvas-wrapper button.button--primary,
#drupal-off-canvas-wrapper input[type="submit"].button--primary {
  color: white;
  width: 85%;
}

#drupal-off-canvas-wrapper button.button--primary,
#drupal-off-canvas-wrapper input[type="submit"].button--primary:hover {
  background: #383a40 !important;
  color: black;
}

#drupal-off-canvas-wrapper summary svg g,
#drupal-off-canvas-wrapper summary svg path,
#drupal-off-canvas-wrapper summary svg {
  fill: inherit;
}

#drupal-off-canvas-wrapper .bs_input-boxes .fieldset-wrapper>div>div input:checked+label,
#layout-builder-modal .bs_input-boxes .fieldset-wrapper>div>div input:checked+label {
  text-indent: -10px;
  color: #41a5ff;
  font-size: medium;
}

#drupal-off-canvas-wrapper .bs_input-boxes .fieldset-wrapper>div>div input:checked+label,
#layout-builder-modal .bs_input-boxes .fieldset-wrapper>div>div input+label {
  text-indent: -10px;
  color: white;
  font-size: medium;
}

.bs_tab-pane--appearance .js-form-wrapper span {
  color: #000 !important;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #adabab !important;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.owl-carousel .owl-dot.active {
  background-color: #000000 !important;
}

form#layout-builder-discard-changes {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.lb-cta {
  background-color: #000;
  color: #fff;
  /* font-family: Arial, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid #000;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}

.lb-cta:hover {
  background-color: #fff;
  color: #000;
}

.agenda-cta .lb-cta::after {
  content: "→";
  font-size: 16px;
  vertical-align: middle;
  margin-left: 8px;
  transition: color 0.3s;
}


.lb-cta:hover::after {
  color: #000;
}

.lb-cta-theme {
  background-color: #73ae00;
  color: #fff;
  /* font-family: Arial, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid #73ae00;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}

.lb-cta-theme:hover {
  background-color: #fff;
  color: #73ae00;
}

.lb-cta-theme:hover::after {
  color: #ffffff;
}

.agenda-card .text-cta-btn::after,
.agenda-btn-section a::after {
  content: "→";
  font-size: 16px;
  vertical-align: middle;
  margin-left: 8px;
  transition: color 0.3s;
}

.theme-color {
  color: #73ae00;
}

.color-white {
  color: #ffffff;
}

.statistics-block {
  box-shadow: 0px 0px 4px 0px #00000040;
  background: #ffffff1a;
}

.bs-braf-green {
  background: #73ae000d;
}

.bs-border-color-grey {
  border-color: #5e5d5c;
}

.no-gap .col-lg-4.col-md-12.col-12 {
  padding: 0;
}

.accordion-button::after {
  background-image: none !important;
  height: 1.5rem;
}

.accordion-button.collapsed::after {
  background-image: url('/themes/custom/insaurance_aum/images/accordian.svg') !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('/themes/custom/insaurance_aum/images/accordian.svg') !important;
  transform: rotate(180deg);
}

.border-success {
  border-color: #73ae00 !important;
}

.sticky-layout-block div {
  position: sticky;
  top: 0;
  background-color: rgba(249, 250, 242, 1);
}

.mt-350 {
  margin-top: -350px;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #ffffff;
  /* Background color */
  z-index: 1000;
}

.txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url('/themes/custom/insaurance_aum/images/Spinner.gif') no-repeat center center;
  background-size: contain;
}

.social-img-footer {
  max-width: 144px;
  width: 100%;
  height: auto;
}

#block-footerlogo svg {
  max-width: 320px;
  display: block;
}

div.dataTables_processing>div:last-child>div {
  background: #73ae00;
}

.block-inline-blockfaq-accordion .accordion-button:not(.collapsed),
.block-inline-blockevent-materials .accordion-button:not(.collapsed) {
  background-color: #f3f3f3;
}

.block-inline-blockfaq-accordion .accordion-item,
.block-inline-blockevent-materials .accordion-item {
  border-bottom: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.block-inline-blockfaq-accordion .accordion-item:last-child,
.block-inline-blockevent-materials .accordion-item:last-child {
  border: unset;
}

.block-inline-blockfaq-accordion .accordion-button:focus,
.block-inline-blockevent-materials .accordion-button:focus {
  box-shadow: none;
}

.block-inline-blockfaq-accordion .accordion-item h3 button,
.block-inline-blockevent-materials .accordion-item h3 button {
  font-size: 18px;
  font-weight: 600;
}

div#layout-builder-modal label::after {
  content: none;
}

.three-logo-row .group-wrapper,
.four-logo-row .group-wrapper,
.five-logo-row .group-wrapper,
.three-logo-row .field--name-field-media-image,
.four-logo-row .field--name-field-media-image,
.five-logo-row .field--name-field-media-image {
  border: 1px solid rgba(94, 93, 92, .2);
  background: #fff;
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.three-logo-row .group-wrapper img,
.four-logo-row .group-wrapper img,
.five-logo-row .group-wrapper img,
.five-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture img,
.four-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture img,
.three-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture img,
.five-logo-row .field--name-field-media-image img,
.four-logo-row .field--name-field-media-image img,
.three-logo-row .field--name-field-media-image img {
  max-width: 90%;
  max-height: 90%;
  transition: all ease-in-out .5s;
  transform: scale(1);
  width: auto;
  height: auto;
}

.three-logo-row .group-wrapper:hover img,
.four-logo-row .group-wrapper:hover img,
.five-logo-row .group-wrapper:hover img,
.five-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture:hover img,
.four-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture:hover img,
.three-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture:hover img,
.three-logo-row .field--name-field-media-image:hover img,
.four-logo-row .field--name-field-media-image:hover img,
.five-logo-row .field--name-field-media-image:hover img {
  transition: all ease-in-out .5s;
  transform: scale(1.2);
}

.three-logo-row .group-wrapper a,
.four-logo-row .group-wrapper a {
  display: contents;
}

.three-logo-row .block-inline-blockgroup .group-wrapper,
.four-logo-row .block-inline-blockgroup .group-wrapper,
.three-logo-row .block-inline-blockimage .group-wrapper,
.four-logo-row .block-inline-blockimage .group-wrapper,
.five-logo-row .block-inline-blockgroup .group-wrapper,
.five-logo-row .block-inline-blockimage .group-wrapper {
  margin-bottom: 25px;
}

.three-logo-row .block-inline-blockimage,
.four-logo-row .block-inline-blockimage,
.five-logo-row .block-inline-blockimage {
  margin-top: 25px;
  margin-bottom: 25px;
}

.three-logo-row .block-inline-blockimage .field__item,
.four-logo-row .block-inline-blockimage .field__item picture {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 4 / 1;
}
.three-logo-row .field--name-field-media-image img,
.four-logo-row .field--name-field-media-image img,
.five-logo-row .field--name-field-media-image img,
.three-logo-row .field--name-field-media-image .field__item,
.four-logo-row .field--name-field-media-image .field__item,
.five-logo-row .field--name-field-media-image .field__item{
  aspect-ratio: auto;
}

.three-logo-row .block-inline-blockimage .field__item picture,
.four-logo-row .block-inline-blockimage .field__item picture,
.five-logo-row .group-wrapper a,
.three-logo-row .group-wrapper a,
.four-logo-row .group-wrapper a{
  display: contents;
}

.three-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture,
.four-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture,
.five-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture {
  border: 1px solid rgba(94, 93, 92, .2);
  background: #fff;
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.three-logo-row .block-inline-blockimage,
.four-logo-row .block-inline-blockimage,
.five-logo-row .block-inline-blockimage {
  margin-top: 0 !important;
}

.three-logo-row .block-inline-blockimage .field__item article,
.three-logo-row .block-inline-blockimage .field__item article .field__item,
.three-logo-row .block-inline-blockimage .field__item article .field__item picture,
.four-logo-row .block-inline-blockimage .field__item article .field__item,
.four-logo-row .block-inline-blockimage .field__item article,
.four-logo-row .block-inline-blockimage .field__item article .field__item picture {
  width: 100%;
}

.view-industry-news-events .view-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 5px 25px;
}

.newsroom-three-column.view-industry-news-events .view-content,
.newsroom-three-column-queue.view-industry-news-events .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-social p {
  font-size: 16px;
  margin: 10px 0 0 0;
}

.about-social {
  display: flex;
  align-items: center;
}

.about-social img {
  height: 25px;
  object-fit: contain;
}

.view-industry-news-events .news-card.medium .img-wrapper a::after {
  padding-bottom: 42%;
}

.about-social img {
  max-width: 35px;
}

#full-screen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  /* Light overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#full-screen-loader img {
  width: 150px;
  /* Adjust size as needed */
  height: auto;
}

.career-block .carrer-list p,
.career-block .carrer-list li,
.career-block .carrer-list {
  font-family: 'Open Sans', sans-serif !important;
}

.ui-autocomplete li.ui-menu-item a:hover {
  background: #f1f1f1;
}

.ui-autocomplete li.ui-menu-item a {
  width: 100%;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: all 0.3s;
  border: 0;
  margin: 0;
}

.autocomplete-info p {
  font-size: 18px;
}

.autocomplete-info p span {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 20px;
}
.page-node-type-article .node--type-article .col-md-8.col-lg-8 .field--type-text-with-summary:is(p,strong,small),
.page-node-type-podcast .col-md-8.col-lg-8 .field--type-text-with-summary:is(p, strong, small){
  letter-spacing: normal;
}
.page-node-type-podcast .detail-page .field--name-body a.btn-pdf-icon{
  color: #fff;
}
.page-node-type-podcast .detail-page .field--name-body a.btn-pdf-icon:hover,
.btn-pdf-icon:hover{
  color: #73ae00;
}
.btn-pdf-icon:hover::after {
  filter: brightness(0) saturate(100%) invert(47%) sepia(74%) saturate(905%) hue-rotate(45deg) brightness(101%) contrast(101%);
}
.page-node-type-article .node--type-article  .field--type-text-with-summary :is(h2, h3, h4, h5, h6, strong, small),
.page-node-type-podcast .text-formatted.field :is(h2, h3, h4, h5, h6, strong, small) {
  color: rgb(24, 23, 22);
}
body.page-node-type-article .text-formatted.field li,
body.page-node-type-podcast .text-formatted.field li{
color: #4a4947;
}
@media (max-width: 1200px) and (min-width: 767px) {
  #edit-field-iagree-wrapper--2 .form-group {
    margin-right: 25px;
  }
}

.page-node-type-article .node--type-article .field--type-text-with-summary :is(strong, small),
.page-node-type-podcast .text-formatted.field :is(strong, small) {
  letter-spacing: normal;
}

.page-node-type-podcast .detail-page .field--name-body a.btn-pdf-icon {
  color: #fff;
}

.page-node-type-podcast .detail-page .field--name-body a.btn-pdf-icon:hover,
.btn-pdf-icon:hover {
  color: #73ae00;
}

.btn-pdf-icon:hover::after {
  filter: brightness(0) saturate(100%) invert(47%) sepia(74%) saturate(905%) hue-rotate(45deg) brightness(101%) contrast(101%);
}

.page-node-type-article .node--type-article .field--type-text-with-summary :is(h2, h3, h4, h5, h6, strong, small),
.page-node-type-podcast .text-formatted.field :is(h2, h3, h4, h5, h6, strong, small) {
  color: rgb(24, 23, 22);
}

body.page-node-type-article .text-formatted.field li,
body.page-node-type-podcast .text-formatted.field li {
  color: #4a4947;
}

.mamber-detail-banner .pdf-block img{
  object-fit:cover;
}

.image-wrapper-group img {
  object-fit: contain !important;
}

@media (max-width: 1200px) and (min-width: 767px) {
  #edit-field-iagree-wrapper--2 .form-group {
    margin-right: 25px;
  }
}

@media (max-width:991px) {
  .avalible-pods .btns-wrapper img {
    object-fit: contain;
    width: 100%
  }

  .three-logo-row,
  .four-logo-row,
  .five-logo-row {
    overflow: hidden;
  }
}

@media (max-width:767px) {

  .three-logo-row .group-wrapper img,
  .four-logo-row .group-wrapper img,
  .five-logo-row .group-wrapper img,
  .five-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture img,
  .four-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture img,
  .three-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture img {
    aspect-ratio: 3/ 1;
    object-fit: contain;
  }

  .three-logo-row .group-wrapper a,
  .four-logo-row .group-wrapper a,
  .five-logo-row .group-wrapper a {
    display: contents;
  }
}
@media (max-width:991px) {
  .avalible-pods .btns-wrapper img {
    object-fit: contain;
    width: 100%
  }

  .three-logo-row,
  .four-logo-row,
  .five-logo-row {
    overflow: hidden;
  }
}
@media (max-width:767px) {

  .three-logo-row .group-wrapper img,
  .four-logo-row .group-wrapper img,
  .five-logo-row .group-wrapper img,
  .five-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture img,
  .four-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture img,
  .three-logo-row .block-inline-blockimage .field--name-field-block-image .media--type-image .field__item picture img {
    aspect-ratio: 3/ 1;
    object-fit: contain;
  }

  .three-logo-row .group-wrapper a,
  .four-logo-row .group-wrapper a,
  .five-logo-row .group-wrapper a {
    display: contents;
  }
    .events-list-wrapper .news-card.left-img .img-wrapper img{
      height: 100%;
    }
        .news-card.left-img h4 a{
          line-height: normal;
        }
}

.mamber-detail-banner .pdf-wrapper.center.file_landscape img {
  height: 100%;
  max-width: 350px;
  width: 100%;
}

#block-bannerforupcomingupgradetod10 {
  /* padding-top: 1rem; */
  color: white;
  background-color: #73ae00;
}

body #backtotop {
  background: url('/themes/custom/insaurance_aum/images/backtotop.png') no-repeat center center !important;
  background-size: contain !important;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 300;
  border: none;
}

.events-list-wrapper .news-card.left-img .meta img {
    margin-right: 0;
}


.media--type-video video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.event-listing-btn {
  margin-left: 0;
  margin-bottom: 1rem;
}

.view-display-id-block_3 .view-filters,
.view-display-id-block_4 .view-filters,
.view-display-id-block_5 .view-filters {
  display: none;
}

#views-exposed-form-members-block-6 .form-item{
  float: right;
}
#views-exposed-form-members-block-6 .bef-links {
  position: relative;
  display: flex;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fff;
  padding: 6px 12px;
  cursor: pointer;
  height: 40px;
}

#views-exposed-form-members-block-6 .bef-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}

#views-exposed-form-members-block-6 .bef-links.open ul {
    max-height: 350px;
    overflow-y: auto;
}

#views-exposed-form-members-block-6 .bef-links li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

#views-exposed-form-members-block-6 .bef-links li a:hover {
  background-color: #073A61;
  color: #fff;
}

#views-exposed-form-members-block-6 .bef-link--selected {
  font-weight: bold;
}

/* Optional: Add arrow icon */
#views-exposed-form-members-block-6 .bef-links::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
#custom-select-bar {
    top: 4px;
    position: relative;
}
.detail-page .non-sticky-sidebar .gray-box .paragraph--type--internal-page > a {
    background: #fff;
    display: block;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    transition: all ease-in-out .5s;
}
.detail-page .non-sticky-sidebar .gray-box .paragraph--type--internal-page > a img {
    transition: all ease-in-out .5s;
}
.detail-page .non-sticky-sidebar .gray-box .paragraph--type--internal-page > a:hover img {
    transition: all ease-in-out .5s;
    -webkit-transform: scale(1.2);
    transform: scale(1.05);
}

/*  certificate css style START*/


.certificate-box .lower-block {
    border-bottom: 10px solid #689c00;
    display: inline-flex;
    padding: 0 45px 0 65px;
    background: #073a61;
    color: #fff;
}
.certificate-box {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;   
}
.certificate-box .upper-block {
    border-bottom: 10px solid #689c00;
    display: inline-flex;
    padding: 0 45px 0 65px;
    width: 100%;
    background: #f7f7f7;
}

.certificate-box .upper-block .left-block img {
    max-width: 290px;
    margin-bottom: 40px;
}
.certificate-box .right-block {
    max-width: 30%;
    width: 100%;
    float: left;
}

.certificate-box .upper-block h2 {
    color: #073a61;
    font-size: 30px;
}
.fill-in {
    padding-top: 40px;
}
.fill-in h3 {
    font-weight: 400;
    color: #073a61;
    letter-spacing: 4px;
    font-size: 1.2rem;
}
.certificate-box .lower-block .right-block img {
    
}
.sign-block img {
    max-width: 225PX;
}
.sign-block h4 {
    font-weight: 600;
}
.sign-block a {
    color: #fff;
    font-size: 14px;
}
.certificate-box .left-block {
    max-width: 70%;
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}
.certificate-box .left-block p {
    font-size: 14px;
}
.certificate-container .title-with-detail-wrap{
  margin-top: 0;
}
.sign-block h4 {
    font-weight: 600;
    line-height: 15px;
    font-size: 1.1rem;
}
.fill-in h4 {
    border-bottom: 2px solid #073a61;
    max-width: 490px;
    padding-top: 80px;
    padding-bottom: 5px;
    font-size: 18px;
}

.certificate-box .right-block img {
    height: auto;
    width: 100%;
}

.certificate-box .lower-block .right-block img {
  height: 106.3%;
  z-index: 999;
  position: relative;
  top: -10px;
  width: 100%
}
body:has(.certificate-box) {
    padding: 0 !important;
}


.members-CTA {
    background: #F2F5F8;
    padding-top: 104px;
    padding-bottom: 88px;
    clear: both;
}
.members-CTA h3 {
    font-size: 32.1px;
    margin-bottom: 41px;
    color: #000;
}
.members-CTA a.btn {
    background: #73AE00;
    border: 1px solid #73AE00;
    padding: 16px 20px;
    font-weight: 700;
    font-size: 18.34px;
    line-height: 100%;
    transition: all 0.3s;
}
.members-CTA a.btn:hover {
    border-color: #73ae00;
}
.custom-facet-reset.podcast-reset{
    margin-bottom: 15px;
    margin-top: -64px;
    display: block;
    float: none;
    width: fit-content;
    margin-left: auto;
}
.gray-box .sticky-sidebar .facet-item.facets-reset span.facet-item__count {
    display: none;
}

.webform-submission-client-article-approval-form-form input[type=radio]:checked~label:after {
  background-color: none;
}

/* .webform-submission-client-article-approval-form-form 
input[type="radio"]:checked + label::after {
  background-color: #fff !important; 
} */

.detail-page .text-formatted ul ul {
    margin-left: 24px;    
    margin-top: 10px;
}
.lp-two-column-section .block-inline-blocktext-with-cta ul {
    margin-bottom: 30px;
}
@media(min-width: 1200px) and (max-width: 1440px){
  .members-CTA {
    padding: 50px 36px;
  }
}


@media (max-width: 991px){
  .fill-in {
      padding-top: 20px;
  }
  .certificate-box .upper-block h2{
    font-size: 24px;
  }
  .fill-in h4{
    padding-top: 45px;
  }
  .fill-in h3{
    letter-spacing: 3px;
    font-size: 1rem;
  }
  .sign-block img {
      max-width: 190PX;
  }
  .sign-block h4 {
    line-height: 14px;
    font-size: 1rem;
  }
  .certificate-box .upper-block .left-block img{
    margin-bottom: 20px;
  }
  .certificate-box .left-block{
    padding-top: 30px;
    padding-bottom: 30px;
  }  
}
@media(min-width: 768px){
  .sticky-sidebar .facets-reset {
      display: none;
  }
  .responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon{
    width: 30px;
  }
  .responsive-menu-toggle-icon span.icon {
      top: 15px;
  }
  .responsive-menu-toggle-icon:after {
      top: 22px;
  }
  .responsive-menu-toggle-icon{
    margin-top: 4px;
  }
  .headerrighbtns a{
    font-size: 16px;
  }
  .headerrighbtns .searchicon img {
      width: 22px;
  }
}
@media(max-width: 767px){
  .certificate-box .left-block{
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .fill-in {
    padding-top: 10px;
  }
  .certificate-box .upper-block{
    padding: 0 10px 0 20px;
  }
  .certificate-box .upper-block h2{
    font-size: 18px;
  }
  .fill-in h3 {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .fill-in h4{
    padding-top: 5px;
    font-size: 15px;
  }
  .certificate-box .upper-block .left-block img{
    max-width: 200px;
  }
  .certificate-box .lower-block{
    padding: 0 10px 0 20px;
  }
  .sign-block img{
    max-width: 170px;
  }
  .certificate-box .right-block img{
    height: 104%;
  }
  .certificate-box .lower-block .right-block img{
    height: 105.3%;
  }
  .certificate-box .left-block p{
    line-height: normal;
  }
  .certificate-btn-wrapper .btn{
    margin-bottom: 10px;
  }
  .members-CTA h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }  
  .text-formatted.field a.btn {    
    font-size: 16px;
  }
  .members-CTA {
    padding: 50px 0;
  }
  .custom-facet-reset.podcast-reset{
    display: none;
  }
  .bs-bg-steel-blue .bs-p-5.block-inline-blockbasic {
    padding: 30px !important;
  }
  .bs-bg-steel-blue .btn-secondary{
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .mobile-cover .hero-banner-overlay {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .hero-banner-overlay .content h2 {
    line-height: 30px;
    margin-bottom: 0 !important;
  }
  .hero-banner-overlay .content h5 {    
    font-size: 18px;
    margin-bottom: 0;
  }
  .hero-banner-overlay .content p {
    line-height: 140%;
    margin-bottom: 0;    
  }
  .title-desc-btns .btn-secondary {
      font-size: 14px !important;
      padding: 13px 14px;
  }
  
}
/*  certificate css style END*/
@media (max-width:575px) {
  #views-exposed-form-members-block-6 .bef-links{
    width: 100%;
  }
  #views-exposed-form-members-block-6 .form-item {
    float: unset;
    width: 100%;
  }
  header .textcenter a img{
    max-width: 270px;
  }
  
  .title-desc-btns .btn-secondary {
      width: 100%;
      margin: 0;
      margin-bottom: 5px;
      justify-content: center;
      
  }
} 



/* articles form style */

.webform-submission-article-form-add-form .media-library-form-element .btn-primary,
.webform-submission-article-form-add-form  .form-actions .btn-primary,
.webform-submission-client-article-approval-form-add-form  .form-actions .btn-primary,
.webform-submission-podcast-form-add-form .media-library-form-element .btn-primary,
.webform-submission-podcast-form-add-form  .form-actions .btn-primary {
  border: 1px solid #73ae00;
  color: #ffffff;
  background: #73ae00;
  margin: 0 0 16px 0;
}

.webform-submission-article-form-add-form .media-library-form-element .btn-primary:hover,
.webform-submission-article-form-add-form  .form-actions .btn-primary:hover ,
.webform-submission-client-article-approval-form-add-form  .form-actions .btn-primary:hover,
.webform-submission-podcast-form-add-form .media-library-form-element .btn-primary:hover,
.webform-submission-podcast-form-add-form  .form-actions .btn-primary:hover{
  background: transparent;
  color: #000;
  border-color: #000;
}
.webform-submission-article-form-add-form  input[type=checkbox]:checked~label:after,
.webform-submission-client-article-approval-form-add-form input[type=radio]:checked~label:after,
.webform-submission-client-article-approval-form-form input[type=radio]:checked~label:after,
.webform-submission-podcast-form-add-form input[type=checkbox]:checked~label:after,
.webform-submission-article-form-edit-form input[type=checkbox]:checked~label:after{
 display:none;
}
.webform-submission-article-form-add-form label,
.webform-submission-podcast-form-add-form  label{
  color:#000;
  opacity: 1;
}
.webform-submission-article-form-add-form [data-drupal-selector="edit-content-format-help"],
.webform-submission-article-form-add-form [data-drupal-selector="edit-disclosures-format-help-about"],
.webform-submission-podcast-form-add-form [data-drupal-selector="edit-content-format-help"]{
 display: none;
}
.webform-submission-article-form-add-form .js-form-item-contributing-author .js-webform-multiple-add,
.webform-submission-podcast-form-add-form .js-form-item-contributing-author .js-webform-multiple-add,
.webform-submission-article-form-edit-form .js-form-item-contributing-author .js-webform-multiple-add{
display: none;
} 
.webform-submission-article-form-add-form .js-form-item-contributing-author .description,
.webform-submission-podcast-form-add-form .js-form-item-contributing-author .description,
.webform-submission-article-form-edit-form  .js-form-item-contributing-author .description{
 display:none;
}
.webform-submission-article-form-add-form .js-form-item-status-of-information .description,
.webform-submission-podcast-form-add-form .js-form-item-status-of-information .description{
 margin-top: 12px;
 margin-left: 0
}
.webform-submission-article-form-add-form .js-form-item-contributing-author .webform-multiple-tabledrag-toggle-weight,
.webform-submission-podcast-form-add-form .js-form-item-contributing-author .webform-multiple-tabledrag-toggle-weight,
.webform-submission-article-form-edit-form .js-form-item-contributing-author .webform-multiple-tabledrag-toggle-weight{
display:none;
}
.webform-submission-article-form-add-form .three-col .js-webform-webform-term-checkboxes,
.webform-submission-podcast-form-add-form .three-col .js-webform-webform-term-checkboxes,
.webform-submission-article-form-edit-form .three-col .js-webform-webform-term-checkboxes{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
}
.webform-submission-client-article-approval-form-add-form  label{
  color:#000;
  opacity: 1;
}
.webform-submission-client-article-approval-form-add-form .radios--wrapper legend{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
}

.webform-submission-article-form-edit-form .article-submission-submit p.mt-n4 {
  margin-top: 0 !important;
}
.form-group div#contributing_author_table .webform-multiple-add.js-webform-multiple-add.container-inline {
  display: none;
}
.form-group div#contributing_author_table .tabledrag-toggle-weight{
  display: none;
}

.webform-submission-client-article-approval-form-edit-form .form-check .form-check-input {
  margin-top: -5px;
}
blockquote:before {
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 60px;
}
blockquote p {
    font-style: italic;
    font-weight: 600;
    padding-left: 24px;
}
blockquote {
    position: relative;
    margin-bottom: 30px;
}

/* submission form CSS */
.content-submission-form {
    padding-top: 64px;
    padding-bottom: 64px;
}
.content-submission-form label {
    color: #000;
    opacity: 1;
    margin-bottom: 12px;
}
.content-submission-form input{
  margin-top: 0;
}
.content-submission-form h2 {
    margin-bottom: 24px;
}
.content-submission-form .form-type-textfield {
    margin-bottom: 25px;
}
.content-submission-form .webform-type-radios {
    margin-top: 25px;
}
.content-submission-form .webform-type-radios legend {
    margin-bottom: 15px;
}
.content-submission-form .webform-type-radios .fieldset-wrapper .form-radios .webform-type-radio input {
    margin-top: -3px;
    margin-left: -10px;
    width: 18px;
    height: 18px;
}
.content-submission-form .webform-type-radios .fieldset-wrapper .form-radios .webform-type-radio {
    margin-bottom: 15px;
    padding: 18px 25px 14px;
}
.content-submission-form .webform-type-radios .fieldset-wrapper .form-radios .webform-type-radio label {
    top: -2px;
    font-size: 15px;
    font-weight: 500;
}
.content-submission-form .webform-type-radios .fieldset-wrapper .form-radios .webform-type-radio input:checked {
    background: #73ae00;
    border-color: #73ae00;
}
.content-submission-form .webform-type-radios .fieldset-wrapper .form-radios .webform-type-radio label::after {
    left: -13px;
    top: 6px;
    background: #fff;
    width: 8px;
    height: 8px;
}
.content-submission-form .webform-type-radios .fieldset-wrapper .form-radios {
    max-width: 100%;
}
.content-submission-form .webform-type-webform-image-file .webform-image-file input,
.content-submission-form .webform-type-managed-file .form-managed-file input {
    height: 35px;
    margin-bottom: 10px;
}
.content-submission-form .webform-type-webform-image-file .webform-image-file:has(.file--image) input,
.content-submission-form .webform-type-managed-file .form-managed-file:has(.file--image) input {
    height: auto;
}
.content-submission-form .webform-type-textarea, 
.content-submission-form .webform-term-checkboxes-scroll {
    margin: 25px 0;
}
.content-submission-form .webform-term-checkboxes-scroll .fieldset-wrapper .form-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.content-submission-form .webform-term-checkboxes-scroll .fieldset-wrapper .form-checkboxes .form-check {
    margin: 0;
    padding: 9px 14px 14px;
}
.content-submission-form .webform-term-checkboxes-scroll .fieldset-wrapper {
    max-height: 100%;
    padding: 0;
    border: 0;
}
.content-submission-form .webform-term-checkboxes-scroll .fieldset-wrapper .form-checkboxes .form-check label {
    padding-left: 0;
    left: -5px;
    top: 8px;
    font-size: 15px;
    font-weight: 500;
}
.content-submission-form .webform-term-checkboxes-scroll legend {
    margin-bottom: 12px;
}
.content-submission-form .webform-term-checkboxes-scroll .fieldset-wrapper .form-checkboxes .form-check input {
    margin-left: 3px;
    background-image: none;
}
.content-submission-form .description em {
    font-size: 0.85em;
}

.content-submission-form .webform-type-radios .fieldset-wrapper .form-radios .webform-type-radio input:focus {
    box-shadow: none;
}
.content-submission-form .webform-term-checkboxes-scroll .fieldset-wrapper .form-checkboxes .form-check label::after {
    left: -27px;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
    height: 6px;
}
.content-submission-form form #summary_table .js-webform-multiple-add {
    display: none;
}
.content-submission-form form #summary_table #edit-summary-items tr td {
    border: 0;
}
.content-submission-form form #summary_table #edit-summary-items {
    border: 0 !important;
}
.content-submission-form form #summary_table .tabledrag-toggle-weight-wrapper {
    display: none;
}
.content-submission-form .webform-type-managed-file .form-managed-file .form-type-checkbox {
    float: left;
}
.content-submission-form .webform-type-webform-image-file .description .description + br {
    display: none;
}

.content-submission-form .form-actions input {
    background: #73ae00;
    border: 1px solid #5d8b00;
    color: #ffffff;
}
@media(max-width: 1199px){
  .content-submission-form .webform-type-radios .fieldset-wrapper .form-radios{
    column-count: 2;
  }
  .content-submission-form .webform-term-checkboxes-scroll .fieldset-wrapper .form-checkboxes{
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width:991px) {

  .webform-submission-article-form-add-form .three-col .js-webform-webform-term-checkboxes,
  .webform-submission-podcast-form-add-form .three-col .js-webform-webform-term-checkboxes,
  .webform-submission-article-form-edit-form .three-col .js-webform-webform-term-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

  .webform-submission-article-form-edit-form .media-library-selection {
    justify-content: center;
  }

  .four-column-icon-boxes .bs-bg-light-grey {
    margin-bottom: 16px;
  }

  .lp-two-column-section .block-inline-blocktext-with-cta {
    margin-bottom: 30px;
  }
  .four-column-icon-boxes.bs-bg-steel-blue {
      padding-bottom: 30px !important;
      padding: 0;
  }
  .four-column-icon-boxes-heading.bs-bg-steel-blue {
      padding-top: 30px !important;
  }
  .py-100.title-desc-btns {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
   }


}
@media(max-width: 767px){
  .content-submission-form .webform-type-radios .fieldset-wrapper .form-radios{
    column-count: 1;
  }
  .content-submission-form .webform-term-checkboxes-scroll .fieldset-wrapper .form-checkboxes{
    grid-template-columns: 1fr;
  }
}
@media(max-width:575px) {

  .webform-submission-article-form-add-form .three-col .js-webform-webform-term-checkboxes,
  .webform-submission-podcast-form-add-form .three-col .js-webform-webform-term-checkboxes,
  .webform-submission-article-form-edit-form .three-col .js-webform-webform-term-checkboxes {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 10px;
  }

  .webform-submission-article-form-edit-form {
    padding-right: 12px;
  }
  .lp-two-column-section .block-inline-blocktext-with-cta .text-formatted .btn-secondary{
    font-size: 14px;
  }
  .content-submission-form {
    padding: 30px 5px !important;
  } 
}