* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.input-form {
  padding: .5rem;
  width: 100%;
  border-radius: 0;
  border: 1px solid var(--accentD);
  background: white;
}

.BookmarkShare {
  margin-left: -3rem !important;
  position: absolute;
}

.Infoshare {
  position: sticky;
  top: 0;
}

/* Single post page */
@media (min-width: 1350px) {
  .BookmarkShare {
    margin-left: -4rem !important;
  }
}

@media (max-width: 991px) {
  .BookmarkShare {
    position: unset !important;
    margin-left: 0 !important;
    text-align: unset;
  }

  .btn-wrapper-flex {
    display: flex;
  }

  .Infoshare {
    position: unset;
  }
}

.main-video-controls {
  position: absolute;
  bottom: -71px;
  left: 2px;
}

.media-controls {
  background: transparent;
  border: 1px solid var(--bgA);
  color: var(--secondary);
  padding: 5px 10px;
}

.media-controls:hover {
  background: var(--primary);
  color: white;
}

.video-control-title .eyebrow {
  font-size: 12px;
  margin-bottom: .5rem;
}

.playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  background: transparent;
  border: none;
  color: var(--accentA);
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.relatedContentSingle {
  position: relative;
}

.rating-vote i {
  color: var(--accentA);
}

.rating-vote .rating-value {
  margin-left: .5rem;
}

.mss-feedback-btn-container .btn-primary {
  max-width: 300px;
  margin-top: 1rem;
}

.rating-vote .mss-rating-input {
  margin-bottom: 1rem;
}

.mss-rating-input .rating-star {
  background: transparent;
  border: 0;
  padding: .125rem;
  cursor: pointer;
  color: var(--accentD);
  font-size: 2rem;
}

.mss-rating-input .rating-star.is-active {
  color: var(--accentA);
}

.mss-rating-input .rating-star i {
  color: inherit;
}

.mss-rating-input .rating-star.is-active i {
  color: var(--accentA) !important;
}

.mss-rating-input .rating-star:focus {
  outline: 2px solid var(--secondary);
  outline-offset: 2px;
}

/* h2 for tinyMCE are set for 1.3rem */
.TinyMCS h2 {
  font-size: 1.3rem;
}

.TinyMCS {
  margin: 2rem 0;
}

.BookmarkShare .socialBtn {
  border: none;
  background: transparent;
  color: var(--secondary);
  cursor: pointer !important;
  padding: 0 5px;
  pointer-events: auto !important;
}

.BookmarkShare .socialBtn:hover {
  color: var(--accentA) !important;
  cursor: pointer !important;
}

.BookmarkShare .button-wrapper {
  margin-bottom: .5rem;
}

.container.single {
  max-width: 1200px;
}

.HeroSingle {
  text-align: center;
}

.content-datetype-container,
.content-datetype-container span {
  color: white;
}

.content-datetype-container {
  margin-bottom: 1rem;
}

.relatedContentSingle .news-slide {
  min-height: unset;
}

.feedback-con {
  padding: 1rem;
  border: 1px solid var(--secondary);
}

/* Deactivates title home */
.TitleCon.public-TitleCon {
  display: none;
}

.public-header-main .Q-links {
  margin: 0;
}

.TitleCon.public-TitleCon {
  display: none;
}

.hero {
  background-image: url('../images/backgroud-image.jpg');
  padding: 4rem 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero:before {
  background-color: var(--secondary);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}

.hero h1,
.gen-hero .inside-wrapper h2,
.hero p,
.hero strong {
  color: white;

}

.hero-wrapper {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

@media (max-width: 991px) {
  .hero {
    padding: 0;
  }
}

/* Section Quicklinks */
.quick-links {
  padding: 2rem 0;
  background-image: url('../images/mapbg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}



/* Quicklinks intro wrapper */


.quick-links .eyebrow {
  font-weight: var(--Bold);
  color: var(--primary);
  position: relative;
  top: -1rem;
}

.quick-links .star {
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}

.quick-links .star::before {
  content: "★";
  position: absolute;
  color: var(--primary);
  top: 0;
  left: 0;
  font-family: var(--paraFont);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  /* Helps fix rendering issues */
  -webkit-text-stroke: 0.1px transparent;
  /* Triggers more accurate glyph rendering */
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .quick-links .star::before {
      top: 1px;
      /* Safari-specific nudge */
      font-size: 1.45rem;
      /* Adjust as needed */
    }
  }
}

.quick-links .intro-wrapper h2 {
  font-size: 1.2rem;
  font-weight: var(--regular);
  max-width: 800px;
  margin: auto;
}

.quick-links .intro-wrapper {
  text-align: center;
  padding: 3rem 0 4.2rem 0;
}

/* Cards-section */
.quick-links .dFlex {
  gap: 1rem;
  /* optional spacing between cards */
}

.quick-links .card-wrapper {
  display: flex;
  background: var(--bgA);
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 calc(33.333% - 1rem);
  box-sizing: border-box;
  padding: 1rem;
}

.quick-links .content-wrapper {
  flex-grow: 1;
  /* lets content expand naturally */
  margin-bottom: 1rem;
}

.card-wrapper .btn-link {
  align-self: flex-start;
  /* keeps consistent alignment */
  margin-top: auto;
  /* pushes button to bottom */
}

.quick-links .icon-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.quick-links .icon-wrapper h3 {
  margin: 0;
  font-size: 1.1rem;

}

.quick-links .icon-wrapper img {
  max-width: 40px;
  margin-right: .5rem;
}



/* Tabbed Resources */
.tabResource {
  overflow: hidden;
  position: relative;
  margin-bottom: 4rem;
}

.tabResource .main-intro-wrapper h2 {
  font-size: 34px;
}

.tab-pagination {
  margin-top: 3rem;
}
/* background for TabSection */
.tabnav-container {
  background-image: url('../images/BGTextureTabs.svg');
  position: absolute;
  height: 100%;
  width: 65%;
  right: 0;
  margin-top: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--primary);
}

.tabnav-container::before {
  content: "";
  background: var(--primary);
  background: linear-gradient(88deg, rgba(12, 35, 64, 1) 0%, rgba(12, 35, 64, 0.15) 63%);
  position: absolute;
  height: 100%;
  width: 100%;
}

.tabResource .tab-image {
  flex: 1 1 50%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1440px) {
  .tabResource .tab-container {
    padding-right: calc((100vw - 1440px) / 2);

  }
}

.tab-button.tab[aria-selected="true"] {
  background: var(--secondary);
  color: white;
}

.pager-nav:hover:not([disabled]) {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.pager-nav[disabled] {
  opacity: .5;
  cursor: default;
}

.page-indicator {
  color: white;
  font-size: 16px;
  padding: 0 20px;
  font-weight: bold;
  display: inline-block;
}

.tab-container {
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.tabResource .tab-content {
  position: relative;
  z-index: 0;
  padding-top: 4rem;
}

.tabResource .main-intro-wrapper {
  border-bottom: 1px solid var(--White);
  padding-bottom: 1rem;
}

.tabResource .content-wrapper {
  padding: 1rem 0 0 0;
}

.tabResource .btn-light.gd:hover {
  background-color: var(--primary);
  color: white;
}

/* image gallery carousel */

.carousel-indicators li::marker {
  color: transparent;
}

.close.Btn_x {
  position: absolute;
  top: 13px;
  z-index: 17;
  right: 18px;
  font-size: 1rem;
  color: white;
  text-shadow: 2px 1px 6px black;
}

.close.Btn_x:hover {
  opacity: .75 !important;
  color: var(--secondary) !important;
}

.left-chevron,
.right-chevron {
  color: var(--accentA);
  font-size: 2rem;
  text-shadow: 2px 1px 6px black;
}

.left-chevron,
.right-chevron {
  color: white;
  font-size: 2rem;
}

.image-gallery .compact-gallery {
  margin-bottom: 2rem;
}

.Annual-Briefing {
  padding: 2rem 0;
  background-color: var(--bgB);
  margin-bottom: 2rem;
}

.carousel-item {
  max-height: 670px;
}

.Annual-Briefing .information .content-wrapper {
  height: 100%;
  padding: 1rem;
  color: white;
  position: relative;
  z-index: 0;
  min-height: 321px;
  background-size: cover;
  background-repeat: no-repeat;
}

.Annual-Briefing .information {
  margin-bottom: 1rem;
}

.Annual-Briefing .information h3,
.Annual-Briefing .information a,
.Annual-Briefing .information p {
  color: white;
}

.Annual-Briefing .information .content-wrapper:before {
  background-color: var(--primary);
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .7;
  left: 0;
  top: 0;
  position: absolute;
}

.image-gallery .image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

.image-gallery .image-wrapper {
  margin: .8rem 0;
  position: relative;
  overflow: hidden;
}

.image-gallery .image-wrapper:hover:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--secondary);
  opacity: .5;
}

.image-gallery {
  position: relative;
}

.IMGcarousel {
  position: fixed;
  top: 2rem;
  z-index: 4;
  max-width: 800px;
  margin: auto;
  left: 0;
  right: 0;
}

.gallery-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 3;
  display: none;
}

.image-gallery .carousel-indicators .active {
  background-color: var(--accentA);
}

/* FAQ Annual Briefing  */
.AB-FAQ .btn {
  padding: .5rem 1rem;
}

.AB-FAQ-Wrapper {
  margin: 2rem 0;
}

.AB-FAQ {
  margin-left: 0;
  gap: 7px;
}

/* .tabResource .tab-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../images/BGTextureTabs.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 80%;
  z-index: -1;
} */

.tabResource .tabs {
  display: flex;
  justify-content: right;
  position: absolute;
  top: -44px;
  z-index: 1;
}


.tabResource .tab-button {
  padding: .5rem;
  cursor: pointer;
  text-align: center;
  border: 1px solid var(--secondary);
  outline: none;
  transition: background 0.3s ease;
  margin-right: 1rem;
  background: transparent;

}

.tabResource .tab-button:hover {
  background-color: var(--secondary);
  color: var(--White);
}

.tab-button.active {
  background: #154A85;
  color: var(--White);
}

.tabResource .tab-panel {
  display: none;
  padding-top: 1rem;
}

.tabResource .tab-panel.active {
  display: block;
}



.tab-dropdown {
  display: none;

}

@media (max-width: 991px) {
  .tabnav-container {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .tab-content-container {
    padding: 1rem;
  }

  .tabResource select {
    width: 100%;
    border-radius: 0;
    padding: .5rem;
    border: none;
    background: var(--primary);
    color: white;
  }

  .tabnav-container {
    margin-top: 0;
    width: 100%;
  }

  .tab-dropdown {
    display: block;
    width: 100%;
  }

  #tabSelector {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 0;
    border: 0;
    background: var(--primary);
    color: white;
  }

  .tabResource .tab-image,
  .tabResource .tab-content {
    flex: 1 1 100%;
  }

  .tabResource {
    background-image: url('../images/BGTextureTabs.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .tabResource .tabs {
    display: none;
  }

  .tabResource .tab-container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .tab-container {
    margin-top: 0;
    padding-bottom: 0;
  }

  .tabResource .tab-button {
    margin-right: 0;
    margin-bottom: .5rem;
  }

  .tabResource .tab-content {
    position: relative;
    padding: 0;
  }

  .tabnav-container {
    position: unset;
  }
}

/* Testimonials */

.testimonials {
  padding: 3rem 0;
}

.testimonials .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials #slideText {
  font-size: 2rem;
  font-style: italic;
  line-height: 1.2;
  color: var(--secondary);
}

.testimonials #slideName {
  font-weight: bold;
}

.testimonials .nameDept {
  float: right;
}

.testimonials .slideText {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
}

.testimonials .text-wrapper {
  position: relative;
  max-width: 85%;
}

.testimonials .text-wrapper::before {
  content: "";
  height: 70px;
  width: 70px;
  position: absolute;
  background-image: url('~/images/quotes.svg');
  background-repeat: no-repeat;
  top: -19px;
  right: -54px;
}

.testimonials .slider-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-top: 2rem;
  background: white;
  border-top: 1px solid var(--bgA);
  align-items: center;
}

.testimonials .text-column,
.testimonials .image-column {
  flex: 1 1 50%;
  position: relative;
}

.testimonials .image-column {
  padding-left: 1rem;
}

.testimonials .text-column {
  padding-right: 1rem;
}

.testimonials .image-column::before {
  content: "";
  position: absolute;
  top: -36px;
  height: 80%;
  width: 100%;
  left: 0;
  z-index: 0;
  border-left: 1px var(--bgA) solid;
}

.testimonials .image-column img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.slider-controls button {
  margin-right: 0.5rem;
  cursor: pointer;
  background: var(--secondary);
  color: white;
  border-radius: 50%;
  border: none;
  line-height: 1rem;
  width: 35px;
  height: 35px;
}

.slider-controls button.active {
  background: var(--accentA);
}

.slider-controls button:hover {
  background: var(--primary);
}

@media (max-width: 768px) {
  .testimonials .slider-container {
    flex-direction: column;
  }

  .testimonials .image-column::before {
    position: unset;
  }

  .testimonials .image-column {
    padding-left: 0;
  }
}

/* membership CTA */


.membership:before {
  background-image: url('../images/membertexture.svg');
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: -1;
  margin: auto;
}

.membership {
  position: relative;
  margin-bottom: 3rem;
}

.membership .image-wrapper {
  position: relative;

}

.YouTubeBTN {
  position: absolute;
  background: white;
  color: var(--primary);
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  border-radius: 11px;
  font-size: 3rem;
  padding: .5rem 1rem;
  width: 130px;
  height: 100px;
}

.YouTubeBTN:hover {
  color: var(--accentB);
}

.membership .image-wrapper:before {
  content: "";
  position: absolute;
  background-color: black;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}



.membership .modal-overlay {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}

.membership .modal-content {
  border-radius: 8px;
  position: relative;
  max-width: 80%;
  max-height: 80%;
}

.close-btn {
  position: absolute;
  top: 18px;
  right: 19px;
  font-size: 24px;
  cursor: pointer;
  z-index: 4;
  color: var(--primary);
  background: white;
  border-radius: 50%;
  padding: 1px 11px;
}

.close-btn:hover {
  color: var(--accentB);
}

/* Optional: For responsive YouTube embeds */
#youtubePlayer {
  position: relative;
  height: 100vh;
}

#youtubePlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1080px) {
  .membership:before {
    height: 100%;
  }
}

@media (max-width: 880px) {
  .membership {
    background-image: url('../images/membertexture.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0;
  }

  .membership:before {
    background-image: unset;
    position: unset;
  }
}

/* Countrychapters */
/* hideshow  */
.instructionModalOpen {
  display: none;
  border: 1px solid var(--accentC);
  padding: 1rem;
}

.mss-gridview-groupname h3 {
  margin: 0;
}

.GroupSearch .button-wrappers {
  display: flex;
  gap: 10px;
}

.GroupSearch .Pagination-Global-top {
  gap: 1rem;
}

.GroupSearch .pagination-main {
  max-width: 800px;
  margin: 4rem auto;
}

.GroupSearch .button-wrappers .btn {
  padding: .5rem 1rem;
}

.GroupSearch .search-icon {
  position: absolute;
  right: 11px;
  top: 9px;
}

.GroupSearch .form-field {
  margin-bottom: 1rem;
}

.CC-content {
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 2rem;
}

.cc-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.page-subtitle {
  margin-bottom: 20px;
  color: #6c757d;
  font-size: 16px;
}

.cc-filters {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cc-filter-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}


.cc-clear-btn {
  align-self: flex-start;
}

.cc-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1rem;
}

.cc-results-count {
  font-weight: 600;
  color: #343a40;
}

.cc-results-legend {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cc-results-list {
  display: grid;
  gap: 16px;
}

.cc-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.cc-card-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.cc-card-title {
  font-weight: 600;
  margin: 0;
}

.cc-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cc-card-meta span {
  color: var(--secondary);
}

.cc-card-description {
  line-height: 1.6;
  margin: 0;
}

.external-link-dialog .ui-dialog-titlebar-close,
.external-link-dialog .ui-dialog-titlebar-close:hover {
  color: transparent;
}

.cc-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.cc-card-actions .memberApply {
  margin-top: 1rem;
}

.cc-empty-state {
  padding: 30px;
  border: 1px dashed #ced4da;
  border-radius: 12px;
  text-align: center;
  color: #6c757d;
}



/* Modal styles from original Group views */
.mss-modal-bar {
  height: 10px;
  margin-bottom: 10px;
}

.mss-modal-box_triangle {
  position: relative;
}

.mss-modal-box_green {
  background-color: #5cb85c;
}

.mss-modal-box_blue {
  background-color: #0275d8;
}

.mss-modal-step {
  padding: 20px;
}

.mss-modal-step_content {
  margin-top: 15px;
}

.mss-disclaimer-text {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.mss-disclaimer-text p {
  margin-bottom: 10px;
}

.mss-iAgree-Container {
  padding: 15px;
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  margin-bottom: 15px;
}

.mss-form-checkbox_custom {
  margin-right: 10px;
}

.mss-form-checkbox_label {
  font-weight: 500;
  cursor: pointer;
}

.mss-modal-btn-container {
  border-top: 1px solid #dee2e6;
  padding-top: 15px;
  margin-top: 15px;
}

.mss-btn-osacgreen {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: white;
}

.mss-btn-osacred-inverse {
  background-color: transparent;
  border: 1px solid #d9534f;
  color: #d9534f;
}

.mss-btn-osacred-inverse:hover {
  background-color: #d9534f;
  color: white;
}

.mss-btn-modal_save:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mss-header-bar {
  display: block;
  height: 4px;
  width: 60px;
  margin: 10px 0 20px 0;
}

.mss-underline-yellow {
  background-color: #ffc107;
}

.mss-seperator {
  height: 1px;
  background-color: #dee2e6;
  margin: 15px 0;
}

.mss-padding-zero {
  padding: 0;
}

.form-label {
  margin-bottom: .5rem;
}

/* Processing modal styles */
.processing-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  display: none;
  align-items: center;
  justify-content: center;
}

.processing-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease-in-out;
}

.processing-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 450px;
  animation: slideIn 0.3s ease-out;
  z-index: 10003;
}

.processing-spinner-container {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.processing-spinner {
  position: relative;
  width: 80px;
  height: 80px;
}

.spinner-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.spinner-ring:nth-child(1) {
  animation-delay: -0.45s;
  border-top-color: #007bff;
}

.spinner-ring:nth-child(2) {
  animation-delay: -0.3s;
  border-top-color: #0056b3;
}

.spinner-ring:nth-child(3) {
  animation-delay: -0.15s;
  border-top-color: #004085;
}

.spinner-ring:nth-child(4) {
  border-top-color: #b8daff;
}

.processing-message {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
  letter-spacing: 0.3px;
}

.processing-submessage {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Error modal styles */
.error-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10004;
  display: none;
  align-items: center;
  justify-content: center;
}

.error-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.error-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 500px;
  z-index: 10005;
}

.error-icon-container {
  margin-bottom: 20px;
}

.error-title {
  font-size: 24px;
  font-weight: 600;
  color: #dc3545;
  margin: 0 0 15px 0;
}

.error-message {
  font-size: 16px;
  color: #666;
  margin: 0 0 25px 0;
  line-height: 1.5;
}

.error-actions {
  text-align: center;
}

.chapter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10006;
  display: none;
  align-items: center;
  justify-content: center;
}

.chapter-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.chapter-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  max-width: 860px;
  width: min(90vw, 860px);
  max-height: 85vh;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 10007;
  display: flex;
  flex-direction: column;
}

.chapter-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid #e9ecef;
}


.chapter-modal-close {
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  color: #6c757d;
}

.chapter-modal-body {
  padding: 24px;
  overflow-y: auto;
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10008;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  border-left: 4px solid #0d6efd;
}

.toast.toast-success {
  border-left-color: #28a745;
}

.toast.toast-error {
  border-left-color: #dc3545;
}

.toast.toast-info {
  border-left-color: #0d6efd;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-50px) scale(0.95);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 768px) {

  .processing-modal-content,
  .error-modal-content {
    padding: 30px 40px;
    max-width: 90%;
    margin: 0 20px;
  }

  .processing-spinner {
    width: 60px;
    height: 60px;
  }

  .processing-message {
    font-size: 18px;
  }

  .processing-submessage,
  .error-message {
    font-size: 14px;
  }
}


/* Search hero */
.SearchHero .hero-searchFeatured {
  background-color: #0C2340C9;
  padding: 1rem;
}

/* Main Search */
/* Traveler toold kit  */
.Traveler-intro h2 {
  font-size: 1.5rem;
  text-align: center;
  max-width: 900px;
  margin: 3rem auto 0 auto;
}

.Traveler-intro {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 2rem;
}

.Main_Search .content-category-buttons,
.sub-content-category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.content-category-btn,
.sub-content-category-btn {
  border: 1px solid var(--accentA);
  background: transparent;
  padding: .5rem;
  color: var(--primary);
}

.content-category-btn:hover,
.sub-content-category-btn:hover {
  background: var(--accentA);
  opacity: .5;
}

.content-category-btn.is-selected,
.sub-content-category-btn.is-selected {
  background: var(--accentA);
}

.Main_Search .card-text {
  color: var(--secondary);
  font-weight: var(--Bold);
}

.Main_Search .card-wrapper {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.tooltipBTN {
  position: absolute;
  right: 4px;
  top: -26px;
}

.form-group-select {
  position: relative;
}

.form-group-select select {
  border: 1px solid var(--accentD);
  background: white;
  border-radius: 0;
  padding: .55rem;
  margin-right: .5rem;
}

.results-summary .form-select {
  background: var(--bgC);
  padding-left: 2px;
  margin-left: .5rem;
  border: none;
}

.results-summary {
  justify-content: right;
  margin-bottom: 1rem;
}

.results-summary span {
  margin-left: 1rem;
}

.Main_Search .search-fields-container input {
  padding: .5rem;
  width: 100%;
  margin-bottom: 1rem;
}

.Main_Search .eyebrow {
  margin-bottom: 2rem;
}

.Main_Search .content-wrapper {
  margin-top: 1rem;
}

.SearchHero h1,
.SearchHero h2,
.SearchHero p,
.SearchHero .eyebrow {
  color: white;
}

.SearchHero h2 {
  font-size: 1.2rem;
}

.SearchHero p {
  font-size: .8rem;
  margin: 0;
}

.Calendar-icon {
  font-size: .7rem;
  font-weight: var(--medium);
}

.Pagination nav {
  margin-bottom: 3rem;
}

.SearchHero {
  background: linear-gradient(90deg, rgba(12, 35, 64, 1) 0%, rgba(8, 56, 94, 1) 46%, rgba(0, 98, 155, 1) 100%);
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}

.SearchHero .eyebrow {
  color: white;
}

.organization-detail-modal {
  height: 100% !important;
}

.Main_Search .Main_Search_Results {
  padding-top: 2rem;
  position: relative;
}

.orgSearch h2 {
  border-bottom: 1px solid var(--accentA);
  line-height: 1.5;
}

.Main_Search .Main_Search_Results::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/search_map_texture.svg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0.2;
  /* The opacity value (0.0 to 1.0) */
  z-index: -1;
  /* Puts the pseudo-element behind the container's content */
}

.SearchHero::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url('../images/string.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.1;
  left: 0;
}


/* Memebership Main part of OsacPages template */
/* YOUTube modal memebership remove when ready*/


.dx-dropdowneditor-input-wrapper .dx-texteditor-input-container {
  border: 1px solid var(--accentD);
}

.OrgIndiv {
  margin: 3rem 0;
}

/* #openModalBtn {
  display: none;
} */

.img-zoom:not(.is-enlarged):hover img:not(.enlarge) {
  transform: scale(1.15);
  opacity: .6;
}

.img-zoom:hover img.enlarge {
  transform: unset;
  opacity: unset;
}

.img-zoom img {
  transition: transform .5s ease, opacity .4s ease;
  position: relative;
  z-index: 0;
}

.img-zoom.is-enlarged {
  overflow: visible;
  z-index: 2;
}

/* .img-zoom:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 110, 190, 0.55);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1;
  pointer-events: none;
} */
.img-zoom:not(.is-enlarged):hover:before {
  opacity: 1;
}

.img-zoom.is-enlarged:before {
  opacity: 0;
}

.Col-Title h2 {
  color: var(--primary);
  font-size: 2rem;
}

.Col-Title h2 span {
  color: var(--secondary);
  font-size: 2.5rem;
  line-height: 1;
}

/* Hover features above */



.Col-Title h2,
.Col-Title span {
  font-size: 3rem;
}

.Col-Title span {
  font-weight: var(--Bold);
}

.OsacPages {
  margin-top: 3rem;
}

.OsacMembership {
  margin-bottom: 3rem;
}

.content-wrapper.member-Ben {
  background: var(--bgC);
  padding: 1rem;
}

.Col-Title {
  display: flex;
  align-items: center;
}

.PhotoGallery {
  margin-bottom: 3rem;
}

.gallery-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
}


.col-Grid {
  grid-row: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 2;
}

.img-zoom {
  overflow: hidden;
}

.colE {
  grid-row: span 3 / span 3;
  grid-column-start: 2;
  grid-row-start: 1;
}

.colF {
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}

.colG h3 {
  font-size: 2rem;
}

.colG {
  grid-column-start: 3;
  grid-row-start: 3;
  background: var(--accentA);
  display: flex;
  align-items: center;
  padding: 1rem;
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}



@media (max-width: 1024px) {
  .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .col-Grid,
  .colE,
  .colF,
  .colG {
    grid-column: auto;
    grid-row: auto;
  }

  .colG {
    min-height: 160px;
  }
}

@media (max-width: 768px) {
  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .content-wrapper.member-Ben {
    margin-bottom: 1rem;
  }

  .gallery-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

/* newsletter  */

.newsletter .dx-field-label {
  float: unset;
  width: 100%;
}

.newsletter .dx-field-value {
  width: 100% !important;
  float: unset;
}

.newsletter .dx-texteditor-input-container {
  width: 100%;
}

.newsletter .dx-field input,
.dx-field textarea {
  width: 100%;
}

.newsletter .dx-texteditor.dx-editor-outlined {
  width: 100%;
}

.newsletter h2,
.newsletter p {
  color: white;
}

.newsletter .infoButton {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: transparent;
  border: none;
  color: white;
  opacity: .5;
}

.newsletter.colWD {
  background-image: unset;
  background-color: var(--primary);
  padding: 1rem;
  margin: 2rem 0;
}

.newsletter.colWD .btn-light.gd {
  color: white;
  background: transparent;
  border: 1px solid var(--accentA);
}

.newsletter.colWD h2 {
  color: var(--accentA);
}

.newsletter.colWD .infoButton {
  right: .5rem;
  top: .5rem;
}

.newsletter-modal-inner .dx-button {
  margin-top: 1rem;
}

.newsletter {
  background-image: url('../images/membershipBG.svg');
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.newsletter input[type="email"] {
  margin-bottom: 1rem;
}

.newsletter .dx-button {
  border-radius: 0;
}

/* .newsletter button {
  padding: 10px 56px;
  background-color: var(--accentA);
  border: none;
  color: white;
} */

/* .newsletter button:hover {
  background-color: var(--accentB);

} */

.newsletter .newsletter-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}

/* .newsletter .newsletter-actions button {
  padding: 10px 56px;
  background-color: var(--accentA);
  border: none;
  color: white;
  width: 100%;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
} */


.newsletter-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.newsletter-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  max-width: 760px;
  width: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.newsletter-modal-content .image-wrapper {
  text-align: center;
}

.newsletter-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.75rem;
  color: #333333;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.newsletter-modal-close:hover,
.newsletter-modal-close:focus {
  color: var(--secondary);
}

.newsletter-modal-inner {
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5rem 0 1rem 0;
}

.newsletter .newsletter-modal-open {
  overflow: hidden;
}

.newsletter input {
  padding: .5rem;
}

.newsletter .dx-texteditor.dx-editor-outlined {
  background: #fff;
  border: 1px solid var(--accentA);
  border-radius: 0;
}

.newsletter-modal-inner h3 {
  text-align: center;
}

#newsletterSignupForm {
  margin-bottom: 1;
  margin-bottom: 1r;
  margin-bottom: 1re;
  margin-bottom: 1rem;
}

.newsletter-modal-inner h3 {
  text-align: center;
}

@media (min-width: 768px) {
  .newsletter .newsletter-actions {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .newsletter .newsletter-actions button {
    width: 200px;
  }

  .newsletter .newsletter-actions button+button {
    margin-left: 1rem;
  }
}

/* Region map sizing */
.globe-map--regions .consulates-modal .consulates-modal-header h3 {
  color: var(--secondary);
  align-items: center;

}

.wrapper-consulate p a,
.wrapper-consulate i {
  color: var(--body);
}

.wrapper-consulate p a {
  font-weight: var(--regular);
}

.consulates-modal-header {
  align-items: center;
  border-bottom: 2px solid var(--accentA);
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.wrapper-embassy p a {
  font-weight: var(--regular);
}

.wrapper-embassy strong,
.wrapper-embassy p {
  color: var(--White);
}

.aboutCCgroup {
  margin-bottom: 2rem;
}

.globe-map.globe-map--regions {
  background-image: unset;
  background: var(--secondary);
  position: relative;
  margin-bottom: 3rem;
}

.globe-map--regions .IntroCountries {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}

.globe-map--regions .IntroCountries p,
.globe-map--regions .IntroCountries h1,
.globe-map--regions .IntroCountries h2,
.globe-map--regions .IntroCountries h3 {
  color: white;
}

.globe-map--regions a.page-link-arrow {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: white;
}

.C-Chapters.Pages .globe-map {
  margin-bottom: 3rem;
}

.globe-map.globe-map--regions .map-wrapper {
  height: 600px;
}

.globe-map.globe-map--regions .map-wrapper svg {
  width: 100%;
  height: 100%;
}

.region.is-active {
  fill: var(--primary);
}

.region {
  fill: #005180;
  transition: fill 150ms ease;
}

/* Mainfor regions embassy */

.wrapper-consulate.embassy.rso-personnel-list h4,
.wrapper-consulate.embassy.rso-personnel-list p,
.wrapper-consulate.embassy.rso-personnel-list p strong,
.wrapper-consulate.embassy.rso-personnel-list a,
.wrapper-consulate.embassy.rso-personnel-list i {
  color: var(--White);
}

.wrapper-consulate.embassy.rso-personnel-list h4 i {
  margin-right: .5rem;
}

.wrapper-consulate.embassy.rso-personnel-list {
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper-consulate.rso-personnel-list {
  margin-top: 1rem;
}

.wrapper-consulate.rso-personnel-list h4 {
  font-size: 1rem;
}

.wrapper-consulate.rso-personnel-list h4 i {
  color: var(--primary);
}

.rso-personnel .wrapper-embassy a,
.consulate-detail .wrapper-consulate a {
  font-size: 14px;
  font-weight: var(--regular);
}

.rso-personnel .wrapper-embassy a:hover,
.rso-personnel .wrapper-embassy a:focus,
.rso-personnel .wrapper-embassy a:hover i,
.rso-personnel .wrapper-embassy a:focus i {
  color: var(--accentA);
}

.consulate-detail .wrapper-consulate a {
  color: var(--body);
}

.consulate-detail .wrapper-consulate a:hover,
.consulate-detail .wrapper-consulate a:hover i {
  color: var(--primary);
}

.rso-personnel .wrapper-embassy {
  margin-bottom: .5rem;
}

.rso-personnel .wrapper-embassy a i,
.rso-personnel .wrapper-consulate a i {
  margin-right: .5rem;
}

.wrapper-embassy {
  margin-bottom: 1rem;
}

.country-flag-icon {
  background-size: 74%;
  background-position: -34% -2%;
}

.flagwrapper {
  padding: .4rem 0 .9rem;
  margin-left: .5rem;
}

.country-chapters-section {
  margin-top: 1rem;
}


.country-chapters-section a {
  margin-bottom: .3rem;
}

.embassy-info {
  border: 1px solid var(--accentA);
  padding: 1rem;
  min-width: 384px;
  margin-top: .5rem;
  background: var(--secondary);
}

.h3-wrapper {
  display: flex;
  flex-direction: column;
}

.activeh3 {
  width: 774px;
}

.content-wrapper-h3 .post-wrap {
  margin-bottom: 0;
}

.post-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 17px;
}

.xtraData {
  background: transparent;
  border: transparent;
  color: var(--accentA);
  position: relative;
  transition: width height 4s;
}

.xtra-data-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.hideXtraData {
  display: none;
  position: absolute;
  top: 49%;
  left: 2.5rem;
  transform: translateY(-50%);
}

.hideXtraData::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--accentA);
  width: 1.6rem;
  height: 1px;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.xtraData:hover::before {
  content: "";
  width: 27px;
  height: 27px;
  border: 1px solid var(--accentA);
  position: absolute;
  border-radius: 50%;
  top: -1px;
  right: -2px;
}

.country-embassy .staff-name {
  margin-bottom: 0;
  font-weight: 600;
}

.content-wrapper-h3 {
  margin-top: 1rem;
}

.country-embassy a {
  color: white;
}

.country-embassy a:hover,
.embassy-section .arrow-link:hover {
  color: var(--accentA);
}

.embassy-section .arrow-link:hover::before {
  color: var(--accentA);
}

.embassy-section {
  margin-bottom: 1rem;
}

.embassy-section .arrow-link::before {
  right: -4px;
}

.embassy-section i {
  color: white;
}

.embassy-section .arrow-link {
  padding-right: 1.5rem;
}

.content-wrapper-h3 .h3-wrapper h3 {
  font-size: 1rem;
  font-weight: 400;
}

.content-wrapper-h3 .h3-wrapper {
  position: relative;
}

.content-wrapper-h3 h3.active {
  font-size: 1.5rem;
  font-weight: 600;

}

.consulates-modal.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000073;
  z-index: -1;
}

.CSR.mobile {
  display: none;
}

/* modal for consulates */
.embassy-posts {
  margin-bottom: 0.75rem;
}

.consulates-section,
.country-chapters-section {
  margin-bottom: 1rem;
}

.wrapper-consulate.embassy.rso-personnel-list.accordion-nav .btn-accord {
  margin-bottom: 1rem;
}
.wrapper-consulate.embassy .country-chapters-section {
  margin-bottom: 0;
}

.consulate-modal-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  padding: 0;
  text-align: left;
}

.consulate-modal-button:hover,
.consulate-modal-button:focus {
  color: var(--accentA);
  outline: none;
}

.consulate-modal-button i {
  margin-right: 8px;
}

.country-chapters-section i {
  color: white;
}

.country-chapters-section .arrow-link {
  padding-right: 1.5rem;
}

.country-chapters-section .arrow-link:hover,
.country-chapters-section .arrow-link:hover::before {
  color: var(--accentA);
}

.consulates-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: absolute;
  z-index: 1000;
}

.consulates-modal.active {
  display: flex;
}

.consulates-modal-panel {
  background: white;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  color: #222;
  max-height: min(720px, 90vh);
  max-width: 760px;
  overflow: hidden;
  width: min(100%, 760px);
}

.consulates-modal-header {
  align-items: center;
  border-bottom: 2px solid var(--accentA);
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.consulates-modal-header h3 {
  align-items: center;
  color: var(--body);
  display: flex;
  font-size: 20px;
  font-weight: var(--medium);
  gap: 10px;
  margin: 0;
}

.consulates-modal-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--body);
  cursor: pointer;
  display: flex;
  font-size: 22px;
  justify-content: center;
  padding: 4px;
}

.consulates-modal-close:hover,
.consulates-modal-close:focus {
  color: var(--accentA);
  outline: none;
}

.consulates-modal-body {
  max-height: calc(min(720px, 90vh) - 68px);
  overflow-y: auto;
  padding: 16px 20px 20px;
}

.consulate-accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
}

.consulate-accordion-trigger {
  align-items: center;
  background: #f7f9fc;
  border: 0;
  color: var(--body);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: var(--medium);
  justify-content: space-between;
  padding: 12px 14px;
  text-align: left;
  width: 100%;
}

.consulate-accordion-trigger:hover,
.consulate-accordion-trigger:focus {
  background: var(--bgC);
  outline: none;
}

.consulate-accordion-trigger i {
  margin-left: 12px;
}

.consulate-accordion-panel {
  border-top: 1px solid #d8dee8;
  padding: 14px;
}

.wrapper-consulate p {
  color: var(--body);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}

.wrapper-consulate p a,
.wrapper-consulate i {
  color: var(--body);
}

.wrapper-consulate p a {
  font-weight: var(--regular);
}

.btn-accord.accordion-toggle::after {
  margin-left: 0;
}

.btn-accord.accordion-toggle,
.btn-accord.accordion-toggle.active {
  background: transparent;
  padding: 0;
  width: 300px;
}

.btn-accord.accordion-toggle:hover,
.btn-accord.accordion-toggle:focus,
.btn-accord.accordion-toggle:hover i,
.btn-accord.accordion-toggle:focus i {
  background: transparent;
  color: var(--accentA);
}

.btn-accord.accordion-toggle i {
  margin-right: 4px;
}

.wrapper-consulate.embassy.rso-personnel-list.accordion-nav .rso-personnel {
  border-bottom: 1px solid #ffffff4d;
  width: 300px;
  margin-bottom: .5rem;
}

.country-chapters-section .panel-inner {
  background: transparent;
}

@media (max-width: 768px) {
  .consulates-modal {
    padding: 12px;
  }

  .consulates-modal-panel {
    max-height: 92vh;
  }

  .consulates-modal-header {
    padding: 14px 16px;
  }

  .consulates-modal-body {
    padding: 12px 14px 16px;
  }
}

@media only screen and (max-width: 768px) {
  .CSR.mobile {
    display: block;
  }

  .CSR.desktop,
  .Floating-feature {
    display: none;
  }
}

.Floating-feature {
  position: absolute;
  top: -82px;
  right: 1px;
  max-width: 500px;
  background: #fff;
  padding: .5rem 1rem;
  box-shadow: 1px 3px 8px -1px var(--primary);
}

.CSR .title-wrapper {
  border-bottom: 1px solid var(--accentA);
  margin-bottom: .5rem;
}

.CSR h3 {
  font-size: 20px;
  font-weight: var(--Bold);
}

.CSR .info-date {
  margin-bottom: .5rem;
}

.CSR .info-date span {
  color: var(--body);
}

.CSR .info-date .eyebrow {
  font-size: 13px;
  color: var(--body);
}

.CSR .content-wrapper p {
  font-size: 16px;
  color: var(--body);
}

.regionMapMain .regionSearch-title,
.ccAbout-region .regionSearch-title {
  display: none;
}

.TitleCCregGroup h1 {
  font-size: 1rem;
  font-weight: 300;
}

.TitleCCregGroup {
  margin-bottom: 1rem;
}

/* Home map */
.globe-map-content {
  text-align: center;
  margin: 6rem 0;
}

.Main-Map .globe-map {
  padding: 2rem 0;
}

.regionchaptmain .groupCC-wrapper {
  max-width: 756px;
  gap: 10px;
}


/* check what this is used for */
/* .regionchaptmain .content-wrapper {
  width: 348px;
} */
.regionchaptmain .content-wrapper h3 {
  border-bottom: 1px solid var(--accentA);
  padding-bottom: 1rem;
}

.regionchaptmain .content-wrapper h3 i {
  margin-right: .5rem;
  color: var(--accentA);
}

/* global map */
/* map hover */





.clsC-group:hover .clsC {
  fill: var(--primary);
}

.globe-map.B .cls-1 {
  fill: var(--accentD);
}

.globe-map.B .clsA,
.globe-map.B .clsB,
.globe-map.B .clsC,
.globe-map.B .clsD,
.globe-map.B .clsE,
.globe-map.B .clsF {
  fill: var(--secondary);
}

.globe-map.B a:hover .clsB,
.globe-map.B a:hover .clsA,
.globe-map.B a:hover .clsC,
.globe-map.B a:hover .clsD,
.globe-map.B a:hover .clsE,
.globe-map.B a:hover .clsF {
  fill: var(--primary);
  cursor: pointer;
}

.globe-map {
  background-image: url('../images/background-maps.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}


.globe-map .map-wrpper .globe-map-graphic {
  width: 100%;
  height: auto;
  border: none;
  display: block;
}

.globe-map .intro-wrapper {
  text-align: center;
  padding: 3rem 0 4.2rem 0;
  max-width: 879px;
  margin: auto;
  margin-top: 1rem;
}

.globe-map .intro-wrapper p {
  margin-top: 2.5rem;
}

/* Osac Pages Template */
/* Margin top is for all pages i this template */
.OsacPages {
  margin-top: 3rem
}

.Membership-sec .eyebrow {
  margin-top: 1rem;
}

.OsacPages.ContactUS .intro-wrapper {
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
  padding: 3rem 0;
}

.OsacPages .input-wrapper select {
  border-radius: 0;
  padding: .5rem;
  width: 100%;
  background: white;
  border: 1px solid var(--accentD);
}

.OsacPages .input-wrapper {
  margin-bottom: 1rem;
}

.OsacPages .input-wrapper input {
  border: 1px solid var(--accentD);
  width: 100%;
  padding: .5rem;
}

.OsacPages .hero-wrapper {
  position: relative;
}

.OsacPages .column-wrapper {
  margin-bottom: 2rem;
}

.OsacIntro .intro-wrapper {
  padding: 2rem;
  background-color: #0C2340;
  mix-blend-mode: lighten;
}

.OsacIntro .intro-wrapper p {
  color: white;
  font-size: 1.1rem;
}

.OsacIntro {
  position: relative;
  padding-top: 6rem;
}

.OsacIntro::before {
  content: "";
  height: 800px;
  width: 2052px;
  background-image: url('../images/mapdots2.svg');
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}

.SearchHero.OsacPages {
  margin: 0;
}

.OsacIntro .intro-wrapper {
  padding: 2rem;
  background-color: #0C2340;
  mix-blend-mode: lighten;
  margin-bottom: 6rem;
}

/* OSAC Board */
.col-borad-mem h2 {
  margin-bottom: 2rem;
}

.col-borad-mem .image-wrapper {
  margin-bottom: 1rem;
}

.col-borad-mem .image-wrapper img {
  border-radius: 50%;
  border: 9px solid var(--accentA);
}

.col-borad-mem .content-wrapper p {
  margin-bottom: .5rem;
}

.col-borad-mem .content-wrapper p strong {
  color: var(--secondary);
}

.col-borad-mem {
  text-align: center;
  padding: 2rem 0 .5rem 0;
}

.board-select {
  padding: 2rem 0;
}

.col-borad-mem .content-wrapper {
  margin-bottom: 1.5rem;
}

.bggrey {
  background: var(--bgB);
  background: linear-gradient(266deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 63%);
}

.bggrey.right {
  background: var(--bgB);
  background: linear-gradient(88deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 63%);
}

.btmColmem {
  margin-bottom: 1rem;
}

.committee h3 {
  font-weight: var(--Bold);
}

.committee .content-wrapper {
  background: white;
  padding: 4rem 1rem;
  text-align: center;
  border: 1px solid var(--secondary);
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 1px #00000045;
  height: 100%;
}

.intro-Board {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 3rem 0;
}

.titleEC {
  max-width: 500px;
  margin: auto;
  background: var(--bgA);
  text-align: center;
  padding: 4rem 1rem;
  margin-bottom: 2rem;
  border: 1px solid var(--secondary);
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 1px #00000045;
}

.committee .row {
  position: relative;
  margin-top: 3.5rem;
}

.committee .row::before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: -31px;
  border-top: 1px solid var(--primary);
}

.committee .content-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -32px;
  height: 32px;
  border-left: 1px solid var(--primary);
}

.titleEC::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -33px;
  height: 32px;
  border-left: 1px solid var(--primary);
}

@media (max-width: 768px) {
  .committee .content-wrapper {
    padding: 3rem 1rem;
    margin-bottom: 2rem;
  }

  .titleEC {
    padding: 3rem 1rem;
    margin-bottom: 2rem;
  }

  .committee .row::before,
  .committee .content-wrapper::before,
  .titleEC::after {
    display: none;
  }

  .committee .row {
    margin-top: 0;
  }
}

/* image adjustments for boardmemebers */
.col-borad-mem .image-wrapper {
  max-width: 200px;
  margin: auto auto 1rem;
}

/* contact us */

.OsacPages .input-wrapper.bgselect select {
  background: var(--bgA);
}

.OsacPages .input-wrapper select {
  border-radius: 0;
  padding: .5rem;
  width: 100%;
  background: white;
  border: 1px solid var(--accentD);
}

.OsacPages.ContactUS .main-content .xtra-pad {
  padding: 2rem 0;
}

.main-content .image-wrapper {
  background-image: url('../images/AR_OSAC_111925_441_600x800.jpeg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.OsacPages.ContactUS .intro-wrapper a {
  color: var(--primary);
  font-weight: var(--Bold);
  border-bottom: 1px solid var(--primary);
}

.OsacPages.ContactUS .main-content {
  background: var(--bgB);
  margin-bottom: 3rem;
}

.OsacPages.ContactUS .intro-wrapper {
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
  padding: 3rem 0;
}

/* OSAC Program Office */

.column-wrapper.POunits .col-md-4 {
  margin-bottom: 1rem;
}

.column-wrapper.POunits .content-wrapper {
  background: var(--bgB);
  padding: 1rem;
  height: 100%;
}


/* when bookmarked */
.Main_Search_Results .mss-btn-bookmark.osacmarked {
  color: #0a7a3c;
  background: transparent;
}

.Main_Search_Results .card-wrapper .mss-btn-bookmark.osacmarked .fa-bookmark.bookmark-fa-icon {
  color: #0a7a3c;
}

/* when not bookmarked */
.Main_Search_Results .mss-btn-bookmark {
  padding-right: 1.5rem;
  background: transparent;
  border: none;
  width: unset;
}

/* Traveler tool kit */
.content-search-container .blurb {
  background: var(--bgB);
  padding: 1rem;
  margin-top: 2rem;
}

.Main_Search_Results .card-wrapper {
  position: relative;
}

.Main_Search_Results .card-wrapper .bookmark {
  position: absolute;
  right: 0;
  top: -2px;

}

.Main_Search_Results .card-wrapper .bookmark-fa-icon {
  position: absolute;
  right: 7px;
  top: 9px;
  color: var(--primary);
}

.Main_Search_Results .card-wrapper .osacmarked+.bookmark-fa-icon {
  color: #0a7a3c;
}


/* Osac Gallery */
.country-flag-icon {
  display: inline-block;
  font-size: 42px;
  line-height: 1;
}