/* Aero 11 */

/* Search page - Open */
#page .search-page .view-empty {
  color: #a5680d;
  font-size: 1.125rem;
  font-weight: 500;
}

#page .search-page .view-empty h4 {
  font-family: var(--secondary-font-family);
  color: #1c3462;
  transition: all 250ms;
  font-size: 1.75rem;
}

#page .search-page .views-row {
  border-bottom: 1px solid #d2d9e5;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

#page .search-page .views-row:last-child {
  border: none;
}

#page .search-page .views-row .search-result-item {
  color: #000;
  font-weight: 400;
  display: block;
}

#page .search-page .views-row .search-result-item:hover {
  text-decoration: none !important;
}

#page .search-page .views-row .search-result-item:hover .title {
  color: #a3680f;
}

#page .search-page .views-row .search-result-item:hover .read-more {
  text-decoration: underline;
  color: #a3680f;
}

#page .search-page .views-row .search-result-item .title {
  font-family: var(--secondary-font-family);
  color: #1c3462;
  transition: all 250ms;
  font-size: 1.75rem;
}

#page .search-page .views-row .search-result-item .excerpt {
  margin-bottom: 1rem;
}

#page .search-page .views-row .search-result-item .read-more {
  font-weight: 500;
  color: #4473ca;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 250ms;
}

#page .search-page .views-row .search-result-item .read-more::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f061";
  font-size: 1rem;
}

#page .search-page-form {
  margin-bottom: 2rem;
}

#page .search-page-form .form--inline {
  display: flex;
  align-items: start;
  gap: 1rem;
  flex-direction: column;
}

#page .search-page-form .form--inline::before {
  display: none;
}

#page .search-page-form .form--inline .form-item {
  margin: 0;
}

#page .search-page-form .form--inline input[type="submit"] {
  border-radius: 0.5rem;
  padding: 0.6875rem 1rem 0.6875rem 2.3rem;
  margin: 0;
  color: #1c3462;
  background-color: #eca030;
  background-image: url("/themes/custom/aero11/images/icons/search-dark-blue-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 14px;
  background-size: 20px;
  border: 1px solid #eca030;
}

#page .search-page-form .form--inline input[type="submit"]:hover {
  color: #fff;
  background-color: #a5680d;
  background-image: url("/themes/custom/aero11/images/icons/search-white-icon.svg"); /* Replace with your icon path */
  border: 1px solid #a5680d;
}

#page .search-page-form .form--inline input[value="Reset"] {
  border: 1px solid #4473ca;
  padding: 0.6875rem 1rem 0.6875rem 1rem;
  background-color: #fff;
  background-image: none;
  color: #2a4e93;
}

#page .search-page-form .form--inline input[value="Reset"]:hover {
  background-image: none;
  background-color: #4473ca;
  border: 1px solid #4473ca;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #page .search-page-form .form--inline {
    flex-direction: row;
    align-items: flex-end;
    gap: 0.5rem;
  }
}

/* Search page - Close */

/* Page title - Open */

#page-header {
  border-bottom: 1px solid #d2d9e5;
}

#page-header .page-title {
  color: #fff;
  font-family: var(--secondary-font-family);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

#page-header .page-title-container {
  padding: 1.25rem 0;
}

#page-header .page-title-container::before {
  background: linear-gradient(90deg, rgba(28, 52, 98, 0.92) 65%, rgba(28, 52, 98, 0) 95%);
  opacity: 1;
}

#page .breadcrumb-container::before {
  background: linear-gradient(180deg, #eff5ff 0%, #fff 100%);
  opacity: 1;
}

#page .breadcrumb-container .breadcrumb {
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

#page .breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

#page .breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
  color: #a3680f;
}

#page .breadcrumb-container .breadcrumb .breadcrumb-item span {
  margin: 0 0.5rem;
}

#page .breadcrumb-container .breadcrumb .breadcrumb-item span .icon-angle-right:before {
  color: #4473ca;
  font-size: 0.75rem;
  font-weight: 700;
}

/* Page title - Close */

#sidebar-right .block {
  background-color: #f2f5fa;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

/* Sidebar language - Open */
#sidebar-right .language-switcher ul li a {
  color: #1c3462;
  font-weight: 400;
  line-height: 130%;
  padding: 6px 0;
  text-decoration: none;
}

#sidebar-right .language-switcher ul li a:hover {
  color: #a3680f;
}

#sidebar-right .language-switcher ul li {
  border-bottom: 1px solid #9caac1;
  padding: 12px 0;
}

#sidebar-right .language-switcher ul li:last-child {
  border-bottom: none;
}
/* Sidebar language - Open */

/* Conference */

#sidebar-right .conference-sidebar-right .view-header a {
  color: #1c3462;
  line-height: 130%;
  padding: 6px 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

#sidebar-right .conference-sidebar-right .view-header a:hover {
  color: #a3680f;
}

#sidebar-right .conference-sidebar-right .views-row {
  border-bottom: 1px solid #9caac1;
  padding: 12px 0;
}

#sidebar-right .conference-sidebar-right .views-row:last-child {
  border-bottom: none;
}

#sidebar-right .conference-sidebar-right .views-row a {
  color: #1c3462;
  font-weight: 400;
  line-height: 130%;
  padding: 6px 0;
  text-decoration: none;
}

#sidebar-right .conference-sidebar-right .views-row a:hover {
  color: #a3680f;
}

/* Sidebar right - Close */

/* Resolutions - Open */

#page .resolutions .view-header .header {
  display: grid;
  grid-template-columns: 100px 120px 3fr;
  align-items: start;
  padding: 17px 16px;
  border-radius: 8px;
  gap: 8px;
  margin-bottom: 8px;
  background-color: #1c3462;
  min-height: 60px;
  display: none;
}

#page .resolutions .view-header .header .cell {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

#page .resolutions .view-content {
  display: grid;
  row-gap: 8px;
  margin-bottom: 2rem;
}

#page .resolutions .view-content .views-row {
  padding: 8px 8px 8px 16px;
  border-radius: 8px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

#page .resolutions .view-content .views-row:nth-child(odd) {
  background: #f2f5fa;
}

#page .resolutions .view-content .views-row:nth-child(even) {
  background: #e5e9f0;
}

#page .resolutions .view-content .views-row .cell {
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

#page .resolutions .view-content .views-row .title {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

#page .resolutions .view-content .views-row .title a.link {
  display: flex;
  align-items: start;
  gap: 10px;
  color: #1c3462;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

#page .resolutions .view-content .views-row .title a.link::before {
  color: #de8600;
  content: "\f324";
  display: block !important;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

#page .resolutions .view-content .views-row .title a.link:hover {
  text-decoration: none !important;
  color: #a3680f;
}

#page .resolutions .view-content .views-row .title .buttons {
  flex-shrink: 0;
  display: flex;
  gap: 8px;
}

#page .resolutions .view-content .views-row .title .buttons .resolution-status-tooltip {
  border: none;
  border-radius: var(--border-radius-buttons);
  display: inline-flex;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0.1rem 0.25rem 0;
  padding: 0.5rem 1rem 0.625rem 1rem;
  position: relative;
  text-decoration: none !important;
  white-space: normal;

  background: #eca030;
  color: #11203c !important;
}

#page .resolutions .view-content .views-row .title .buttons .resolution-status-tooltip:hover {
  background: #a5680d;
  color: var(--color-white) !important;
}

#page .resolutions .view-content .views-row .title .buttons .resolution-status-tooltip:focus-visible {
  outline: 2px dashed #000000;
  border-radius: 4px;
  outline-offset: 2px;
  transition: none !important;
}

#page .resolutions .view-footer .footer-buttons {
  display: flex;
  gap: 10px;
}

#page .resolutions .view-footer .footer-buttons .resolution-process {
  border: 1px solid #eca030;
}

#page .resolutions .view-footer .footer-buttons .resolution-process:hover {
  border-color: #a5680d;
}

#page .resolutions .view-content .views-row .cell.season {
  display: none;
}

#page .resolutions .view-content .views-row .cell.year {
  display: none;
}

#page .resolutions .view-content .views-row .cell-year-season {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 1rem;
}

#page .resolutions .view-content .views-row .cell-year-season .season {
  background-color: #2a4e93;
  padding: 4px 16px 4px 16px;
  border-radius: 2.5rem;
  color: #fff;
  font-size: 14px;
}

/* Resolution Intro - Open*/

#page .resolutions-home-section {
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  background: linear-gradient(180deg, #f2f5fa 0%, #fff 33%);
}

#page .resolutions-home-section > .views-element-container {
  max-width: 1270px;
  padding: 3rem 1rem 0 1rem;
  margin: auto;
  position: relative;
}

#page .resolutions-home-section > .views-element-container::before {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(-100%);
  border-radius: 8px 0 0 0;
  background: linear-gradient(270deg, rgba(236, 160, 48, 0) 0%, #eca030 100%);
}

#page .resolutions-home-section .resolution-intro h2 {
  color: #1c3462;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1rem;
}

#page .resolutions-home-section .resolution-intro p {
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

#page .resolutions-home-section .resolution-intro p:last-child {
  margin: 0;
}

/* Resolution Intro - Close */
/* Resolution Page - Open */

#page #block-aero11-resolutionsintro {
  margin-bottom: 3rem;
}

#page #block-aero11-resolutionsintro h3 {
  color: #1c3462;
  font-family: var(--secondary-font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

#page #block-aero11-resolutionsintro .content-wrapper {
  display: flex;
  gap: 2rem;
  flex-direction: column-reverse;
}

#page #block-aero11-resolutionsintro .img-wrapper::before {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(-100%);
  border-radius: 8px 0 0 0;
  background: linear-gradient(270deg, rgba(236, 160, 48, 0) 0%, #eca030 100%);
}

#page #block-aero11-resolutionsintro .img-wrapper::after {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  right: 1rem;
  bottom: 0;
  transform: translateY(100%);
  border-radius: 0 0 8px 0;
  background: linear-gradient(270deg, #2a4e93 0%, rgba(42, 78, 147, 0) 100%);
}

#page #block-aero11-resolutionsintro .img-wrapper {
  position: relative;
}

#page #block-aero11-exposedformresolutionspage-1 {
  padding: 2rem 0;
  position: relative;
  background: linear-gradient(180deg, #f2f5fa 0%, #fff 33%);
}

#page #block-aero11-exposedformresolutionspage-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: linear-gradient(180deg, #f2f5fa 0%, #fff 33%);
  transform: translateX(-100%);
}

#page #block-aero11-exposedformresolutionspage-1::after {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  border-radius: 8px 0 0 0;
  background: linear-gradient(270deg, rgba(236, 160, 48, 0) 0%, #eca030 100%);
}

#page #block-aero11-exposedformresolutions-home {
  margin-bottom: 2.5rem;
}

#page #block-aero11-exposedformresolutions-home .form--inline,
#page #block-aero11-exposedformresolutionspage-1 .form--inline {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-direction: column;
}

#page #block-aero11-exposedformresolutions-home .form--inline::after,
#page #block-aero11-exposedformresolutions-home .form--inline::before,
#page #block-aero11-exposedformresolutionspage-1 .form--inline::after,
#page #block-aero11-exposedformresolutionspage-1 .form--inline::before {
  display: none;
}

#page #block-aero11-exposedformresolutions-home .form--inline .js-form-item,
#page #block-aero11-exposedformresolutionspage-1 .form--inline .js-form-item {
  width: 100%;
  margin-bottom: 0;
}

#page #block-aero11-exposedformresolutions-home .form--inline .js-form-item input,
#page #block-aero11-exposedformresolutionspage-1 .form--inline .js-form-item input {
  padding: 8px 1rem;
}

#page #block-aero11-exposedformresolutions-home input[type="submit"],
#page #block-aero11-exposedformresolutionspage-1 input[type="submit"] {
  border-radius: 0.5rem;
  padding: 8px 16px 10px 32px;
  margin: 0;
  color: #1c3462;
  background-color: #eca030;
  background-image: url("/themes/custom/aero11/images/icons/search-dark-blue-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 13px;
  background-size: 18px;
}

#page #block-aero11-exposedformresolutions-home input[type="submit"]:hover,
#page #block-aero11-exposedformresolutionspage-1 input[type="submit"]:hover {
  color: #fff;
  background-color: #a5680d;
  background-image: url("/themes/custom/aero11/images/icons/search-white-icon.svg");
}

#page .resolutions-page .view-empty {
  color: #a5680d;
  font-size: 1.125rem;
  font-weight: 500;
}

/* Resolution Page - Close */

@media screen and (min-width: 768px) {
  #page .resolutions .view-header .header {
    display: grid;
  }

  #page .resolutions .view-content .views-row .cell.season {
    display: block;
  }

  #page .resolutions .view-content .views-row .cell.year {
    display: block;
  }

  #page .resolutions .view-content .views-row .cell-year-season {
    display: none;
  }

  #page .resolutions .view-content .views-row .title {
    align-items: center;
    flex-direction: row;
  }

  #page .resolutions .view-content .views-row {
    display: grid;
    grid-template-columns: 100px 120px 3fr;
    align-items: center;
    gap: 8px;
  }
}

@media screen and (min-width: 1024px) {
  #page #block-aero11-resolutionsintro .content-wrapper {
    flex-direction: row;
  }

  #page #block-aero11-resolutionsintro .content-wrapper .intro {
    width: 50%;
    flex-shrink: 0;
  }

  #page #block-aero11-exposedformresolutions-home .form--inline,
  #page #block-aero11-exposedformresolutionspage-1 .form--inline {
    align-items: flex-end;
    gap: 8px;
    flex-direction: row;
  }

  #page #block-aero11-exposedformresolutions-home .form--inline .js-form-item,
  #page #block-aero11-exposedformresolutionspage-1 .form--inline .js-form-item {
    width: auto;
    margin-bottom: 0;
  }

  #page #block-aero11-exposedformresolutions-home .form--inline input[name="year"],
  #page #block-aero11-exposedformresolutions-home .form--inline input[name="session"],
  #page #block-aero11-exposedformresolutionspage-1 .form--inline input[name="year"],
  #page #block-aero11-exposedformresolutionspage-1 .form--inline input[name="session"] {
    width: 150px;
  }
}

/* Resolutions - Close */

/* Regions home - Open */

/* Regions intro - Open */

#page .regions-home-section {
  margin-top: 0 !important;
  margin-bottom: 4rem !important;
  background-image: url("/themes/custom/aero11/images/bg-regions-section.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#page .regions-home-section > .views-element-container {
  max-width: 1270px;
  margin: auto;
  position: relative;
  padding: 4rem 1rem;
}

#page .regions-home-section > .views-element-container::before {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(-100%);
  border-radius: 8px 0 0 0;
  background: linear-gradient(270deg, rgba(236, 160, 48, 0) 0%, #eca030 100%);
}

#page .regions-home-section > .views-element-container::after {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  right: 1rem;
  bottom: 0;
  transform: translateY(100%);
  border-radius: 0 0 8px 0;
  background: linear-gradient(270deg, #2a4e93 0%, rgba(42, 78, 147, 0) 100%);
}

#page .regions-home-section .views-row {
  overflow: visible;
}

#page .regions-home-section .regions-intro h2 {
  color: #fff;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1rem;
}

#page .regions-home-section .regions-intro p {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

#page .regions-home-section .regions-intro p:last-child {
  margin: 0;
}
/* Regions intro - Close */

#page .regions-home-section .region-home-block .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

#page .regions-home-section .region-home-block .view-content .views-row {
  width: 100%;
}

#page .regions-home-section .region-home-block .view-content a.region-wrapper {
  display: block;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0px 0px 8px 0px rgba(28, 52, 98, 0.12);
  backdrop-filter: blur(3px);
}

#page .regions-home-section .region-home-block .view-content a.region-wrapper:hover {
  text-decoration: none !important;
  background: rgba(28, 52, 98, 0.88);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
  outline: #fff 2px solid;
  transition: all 250ms ease;
}

#page .regions-home-section .region-home-block .view-content a.region-wrapper:hover .title {
  color: #fff;
}

#page .regions-home-section .region-home-block .view-content .title {
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 8px 16px;
  margin: 0 !important;
  transition: color 250ms ease;
}

#page .regions-home-section .region-home-block .view-content img {
  width: 100%;
  max-height: 150px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 600px) {
  #page .regions-home-section .region-home-block .view-content .views-row {
    width: auto;
  }

  #page .regions-home-section .region-home-block .view-content img {
    width: 222px;
    max-width: 222px;
  }
}

/* Regions home - Close */

/* Default Card - Open */

#page .default-card {
  transition: all 250ms ease;
}

#page a.default-card {
  display: block;
}

#page a.default-card:hover {
  text-decoration: none !important;
}

#page .default-card:hover .title {
  color: #4473ca;
}

#page .default-card .img-wrapper {
  height: 252px;
  margin-bottom: 20px;
  position: relative;
}

#page .default-card .img-wrapper img {
  width: 100%;
  height: 100% !important;
  object-position: center;
  object-fit: cover;
  border-radius: 8px;
}

#page .default-card .img-wrapper .date {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: #1c3462;
  background-color: #fff;
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 0.5rem 0.625rem 0.5rem 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

#page .default-card .img-wrapper .date::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  color: #4473ca;
}

#page .default-card .title {
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: all 250ms ease;
}

#page .default-card .body {
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  transition: all 250ms ease;
}

@media screen and (min-width: 768px) {
  #page .default-card {
    max-width: 392px;
  }
}

/* Default Card - Close */

/* News home - Close */
#page .news-home-section {
  margin-top: 0 !important;
  margin-bottom: 4rem !important;
}

#page .news-home-section h2 {
  color: #1c3462;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 !important;
}

#page .news-display .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

/* #page .news-home-block .view-footer a {
  padding: 1rem;
  border: 1px solid black;
} */

@media screen and (min-width: 768px) {
  #page .news-display .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  #page .news-display .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  #page .news-home-block .view-footer {
    text-align: right;
  }
}

/* News home - Close */

/* Event Calendar Home - Open */
#page .card {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
  color: #1b253c;
}

#page .card .card-wrapper {
  display: block;
  position: relative;
}

#page .card .card-wrapper:hover {
  text-decoration: none !important;
}

#page .card .card-wrapper .view-node {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-indent: -9999px;
  background: transparent;
}

#page .card .img {
  height: 380px !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#page .card .content {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(6px);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 300ms ease-out;
  z-index: 2;
}

#page .card .content .header {
  margin: 0 !important;
  padding: 1rem;
}

#page .card .content .date-recur-date {
  transition: all 300ms ease-out;
  margin-bottom: 0.1875rem;
  color: #28395f;
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 12px;
}

#page .card .content .date-recur-date::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  transition: all 300ms ease-out;
}

#page .card .content .title {
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: all 300ms ease-out;
  margin: 0 !important;
}

#page .card .content .wrapper-buttons {
  margin-top: auto;
  display: flex;
  gap: 8px;
}

#page .card .content .wrapper-buttons .btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: #eca030;
  color: #11203c;
}

#page .card .content .wrapper-buttons .btn::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 14px;
}

#page .card .content .wrapper-buttons .learn-more::before {
  content: "\f054";
}

#page .card .content .wrapper-buttons .calendar-button {
  color: #11203c;
  background-color: #fff;
}

#page .card .content .wrapper-buttons .calendar-button::before {
  content: "\f271";
}

#page .card .content .body {
  height: 0;
  padding: 0 1rem;
  overflow: hidden;
}

#page .card .content .body .desc {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px !important;
}

#page .card:hover {
  color: #fff;
}

#page .card:hover .content {
  background: rgba(40, 57, 95, 0.88);
}

#page .card:hover .content .date-recur-date {
  color: #fff;
}

#page .card:hover .content .date-recur-date::before {
  color: #eca030;
}

#page .card:hover .content .title {
  color: #fff;
}

#page .events-calendar-home-block .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

#page .events-calendar-home-block .view-footer .footer-buttons {
  display: flex;
  gap: 10px;
}

#page .events-calendar-home-block .view-footer .btn.all {
  border: 1px solid #eca030;
}

#page .events-calendar-home-block .view-footer .btn.all:hover {
  border-color: #a5680d;
}

#page .events-calendar-home-section {
  margin-top: 0 !important;
  margin-bottom: 4rem !important;
  background: linear-gradient(180deg, #f2f5fa 0%, #fff 33%);
}

#page .events-calendar-home-section > .views-element-container {
  max-width: 1270px;
  padding: 3rem 1rem 0 1rem;
  margin: auto;
  position: relative;
}

#page .events-calendar-home-section > .views-element-container::before {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  right: 1rem;
  top: 0;
  transform: translateY(-100%);
  border-radius: 0 8px 0 0;
  background: linear-gradient(270deg, #eca030 0%, rgba(236, 160, 48, 0) 90%);
}

#page .events-calendar-home-section .events-calendar-intro h2 {
  color: #1c3462;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  #page .events-calendar-home-block .view-footer .footer-buttons {
    justify-content: end;
  }

  #page .events-calendar-home-block .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Event Calendar Home - Close */

/* Success and Accomplishment Home - Close */

#page .home-section-accomplishments {
  margin-top: 0 !important;
  margin-bottom: 4rem !important;
}

#page .home-section-accomplishments > .views-element-container {
  position: relative;
}

#page .home-section-accomplishments > .views-element-container::before {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  left: 2rem;
  top: 0;
  transform: translateY(-100%);
  border-radius: 8px 0 0 0;
  background: linear-gradient(270deg, rgba(236, 160, 48, 0) 0%, #eca030 100%);
}

#page .home-section-accomplishments > .views-element-container::after {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  right: 2rem;
  bottom: 0;
  transform: translateY(100%);
  border-radius: 0 0 8px 0;
  background: linear-gradient(270deg, #2a4e93 0%, rgba(42, 78, 147, 0) 100%);
}

#page .home-section-accomplishments > .views-element-container > .view > .accomplishment-img {
  height: 100%;
}

#page .home-section-accomplishments > .views-element-container > .view > .accomplishment-img .apb-sc-body-wrapper {
  height: 100%;
}

#page .home-section-accomplishments > .views-element-container > .view > .accomplishment-img .apb-sc-body-wrapper img {
  border-radius: 8px 8px 0 0;
  height: 100% !important;
  object-fit: cover;
}

#page .home-section-accomplishments > .views-element-container > .view > .accomplishment-content {
  background-color: #eef0f3;
  border-radius: 0 0 8px 8px;
  padding: 1rem;
}

#page .home-section-accomplishments > .views-element-container > .view > .accomplishment-content h2 {
  color: #1c3462;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1rem !important;
}

#page .home-section-accomplishments > .views-element-container > .view > .accomplishment-content h5 {
  color: #a3680f;
  color: #955f0e;
  font-family: var(--primary-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.5rem !important;
}

#page .home-section-accomplishments > .views-element-container > .view > .accomplishment-content ul li {
  padding: 0 0 0 28px;
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

#page .home-section-accomplishments > .views-element-container > .view > .accomplishment-content ul li::before {
  background-size: contain !important;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  /* position: static; */
  top: 4px;
  margin: 0;
  background: url("/themes/custom/aero11/images/icons/shield-icon.svg") no-repeat center center;

  background-color: transparent !important;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  #page .home-section-accomplishments > .views-element-container > .view > .accomplishment-img .apb-sc-body-wrapper img {
    border-radius: 8px 0 0 8px;
  }

  #page .home-section-accomplishments > .views-element-container > .view > .accomplishment-content {
    border-radius: 0 8px 8px 0;
    padding: 2.5rem;
  }
}
/* Success and Accomplishment Home - Close */

/* About Home - Open */
#page .about-home-section {
  margin-top: 0 !important;
  margin-bottom: 4rem !important;
  background: linear-gradient(0deg, #e4f4ff 0%, #56ade9 100%),
    linear-gradient(180deg, #2292d6 0%, #2b92d5 25%, #3593d3 50%, #479bd4 75%, #61a6d9 100%);
  position: relative;
  border-radius: 8px;
}

#page .about-home-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
  width: 50vw;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(0deg, #e4f4ff 0%, #56ade9 100%),
    linear-gradient(180deg, #2292d6 0%, #2b92d5 25%, #3593d3 50%, #479bd4 75%, #61a6d9 100%);
  border-radius: 0 8px 8px;
}

#page .about-home-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  width: 50vw;
  height: 100%;
  transform: translateX(100%);
  background: linear-gradient(0deg, #e4f4ff 0%, #56ade9 100%),
    linear-gradient(180deg, #2292d6 0%, #2b92d5 25%, #3593d3 50%, #479bd4 75%, #61a6d9 100%);
  border-radius: 8px 0 0 8px;
}

#page .about-home-section > .views-element-container {
  border-radius: 8px;
  position: relative;
}

#page .about-home-section > .views-element-container::before {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  left: 2rem;
  top: 0;
  transform: translateY(-100%);
  border-radius: 8px 0 0 0;
  background: linear-gradient(270deg, rgba(236, 160, 48, 0) 0%, #eca030 100%);
}

#page .about-home-section > .views-element-container::after {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  right: 2rem;
  bottom: 0;
  transform: translateY(100%);
  border-radius: 0 0 8px 0;
  background: linear-gradient(270deg, #2a4e93 0%, rgba(42, 78, 147, 0) 100%);
}

#page .about-home-section > .views-element-container > .view > .about-home-content {
  padding: 1rem;
}

#page .about-home-section > .views-element-container > .view > .about-home-content h2 {
  color: #1c3462;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

#page .about-home-section > .views-element-container > .view > .about-home-img {
  height: 100%;
}

#page .about-home-section > .views-element-container > .view > .about-home-img .apb-sc-body-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  #page .about-home-section > .views-element-container > .view > .about-home-content {
    padding: 40px 0 40px 40px;
  }
}
/* About Home - Close */

/* Get Involved Home - Open */

#page .get-involved-home-section {
  margin-top: 2rem !important;
  margin-bottom: 4rem !important;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-img {
  height: 100%;
  position: relative;
  overflow: visible;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-img::before {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  right: 2rem;
  top: 0;
  transform: translateY(-100%);
  border-radius: 0 8px 0 0;
  background: linear-gradient(270deg, #eca030 0%, rgba(236, 160, 48, 0) 90%);
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-img::after {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  left: 2rem;
  bottom: 0;
  transform: translateY(100%);
  border-radius: 0 0 0 8px;
  background: linear-gradient(270deg, rgba(42, 78, 147, 0) 0%, #2a4e93 100%);
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-img .apb-sc-body-wrapper {
  height: 100%;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-img .apb-sc-body-wrapper img {
  height: 100% !important;
  object-fit: cover;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-content .list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-top: 1px solid #bdc8de;
  border-bottom: 1px solid #bdc8de;
  padding: 24px 0;
  margin-bottom: 2rem;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-content .list p {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  margin-bottom: 0 !important;

  color: #1c3462;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-content .list p::before {
  background-size: contain !important;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: static;
  margin: 0;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-content .list p::after {
  display: none !important;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-content .list .governance::before {
  background: url("/themes/custom/aero11/images/icons/building-icon.svg") no-repeat center center;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-content .list .advocacy::before {
  background: url("/themes/custom/aero11/images/icons/balance-icon.svg") no-repeat center center;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-content .list .development::before {
  background: url("/themes/custom/aero11/images/icons/shake-hands-icon.svg") no-repeat center center;
}

#page .get-involved-home-section > .views-element-container > .view > .get-involved-content h2 {
  color: #1c3462;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

/* Get Involved Home - Close */

/* Featured Moments - Open */
#page .featured-moments-home-section {
  margin-top: 0 !important;
  margin-bottom: 4rem !important;
}

#page .featured-moments-home-section > .views-element-container .apb-sc-body-wrapper h2 {
  color: #1c3462;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px !important;
}

#page .featured-moments-home-section > .views-element-container .apb-sc-body-wrapper .see-all {
  display: flex;
  margin-bottom: 0 !important;
}

#page .featured-moments {
  margin-bottom: 2rem;
}

#page .featured-moments > .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  #page .featured-moments > .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  #page .featured-moments > .view-content {
    grid-template-columns: repeat(3, 1fr);
  }

  #page .featured-moments-home-section > .views-element-container .apb-sc-body-wrapper .see-all {
    justify-content: end;
  }
}

/* Featured Moments - Close */

/* Testomonials Carousel - Open */

#page .testimonials-home-section {
  margin-top: 0 !important;
  margin-bottom: 4rem !important;
  background-color: #1c3462;
  background-image: url("/themes/custom/aero11/images/bg-texture-testimonials.jpg");
  background-blend-mode: multiply;
  background-size: auto;
  background-repeat: repeat;
  background-position: top left;
}

#page .testimonials-home-section > .views-element-container {
  max-width: 1270px;
  padding: 4rem 1rem 4rem 1rem;
  margin: auto;
  position: relative;
}

#page .testimonials-home-section > .views-element-container::before {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(-100%);
  border-radius: 8px 0 0 0;
  background: linear-gradient(45deg, #2a4e93 0%, rgba(42, 78, 147, 0) 100%);
}

#page .testimonials-home-section > .views-element-container::after {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  right: 1rem;
  bottom: 0;
  transform: translateY(100%);
  border-radius: 0 0 8px 0;
  background: linear-gradient(45deg, rgba(236, 160, 48, 0) 0%, #eca030 100%);
}

#page .testimonials-home-section > .views-element-container .apb-sc-body-wrapper h2 {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0 !important;
}

#page .testimonials .view-content {
  display: none;
}

.testimonials-carousel.embla {
  max-width: 100%;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%;
  --slide-spacing-sm: 1.6rem;
  --slide-size-sm: calc((100% - var(--slide-spacing-sm)) / 2);
  --slide-spacing-lg: 2rem;
  --slide-size-lg: calc((100% - 2 * var(--slide-spacing-lg)) / 3);
}

.testimonials-carousel .embla__viewport {
  overflow: hidden;
}

.testimonials-carousel .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  gap: var(--slide-spacing);
}

.testimonials-carousel .embla__slide {
  min-width: 0;
  flex: 0 0 var(--slide-size);
}

@media (min-width: 768px) {
  .testimonials-carousel .embla__container {
    gap: var(--slide-spacing-sm);
  }

  .testimonials-carousel .embla__slide {
    flex: 0 0 var(--slide-size-sm);
  }
}

@media (min-width: 1280px) {
  @media (min-width: 1280px) {
    .testimonials-carousel .embla__container {
      gap: var(--slide-spacing-lg);
    }

    .testimonials-carousel .embla__slide {
      flex: 0 0 var(--slide-size-lg);
    }
  }
}

#page .testimonials-carousel .main-content {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(28, 52, 98, 0.06);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 262px;
  user-select: none;
  position: relative;
}

#page .testimonials-carousel .main-content .header {
  display: flex;
  gap: 12px;
}

#page .testimonials-carousel .main-content .header .img-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(0deg, #2a4e93 0%, #2a4e93 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#page .testimonials-carousel .main-content .header .img-wrapper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 50%;
}

#page .testimonials-carousel .main-content .header .img-wrapper .fa-user {
  font-size: 24px;
  color: #fff;
}

#page .testimonials-carousel .main-content .body {
  overflow-y: auto;
  padding-right: 10px;
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

#page .testimonials-carousel .main-content .btn-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page .testimonials-carousel .main-content a.open-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 120px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 4px 12px 4px 4px;
  width: fit-content;
}

#page .testimonials-carousel .main-content a.open-video-btn:hover {
  text-decoration: none !important;
}

#page .testimonials-carousel .main-content a.open-video-btn:hover .play i {
  scale: 1.1;
}

#page .testimonials-carousel .main-content a.open-video-btn .play {
  width: 28px;
  height: 28px;
  background-color: #ea1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#page .testimonials-carousel .main-content a.open-video-btn .play i {
  color: #fff;
  margin-left: 2px;
}

#page .testimonials-carousel .main-content .author {
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0 !important;
}

#page .testimonials-carousel .main-content .position {
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin: 0 !important;
}

#page .testimonials-carousel .main-content .body::-webkit-scrollbar {
  width: 6px;
}

#page .testimonials-carousel .main-content .body::-webkit-scrollbar-thumb {
  background-color: #3e578d;
  border-radius: 4px;
}

#page .testimonials-carousel .main-content .body::-webkit-scrollbar-thumb:hover {
  background-color: #28395f;
}

.testimonials-carousel .embla__controls {
  display: flex;
  justify-content: center;
  position: static;
  margin-top: 2rem;
}

.testimonials-carousel .embla__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonials-carousel .embla__button {
  background-color: #eca030;
  line-height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: white;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  transition: all 300ms;
}

.testimonials-carousel .embla__button:hover {
  color: #1c3462;
}

.testimonials-carousel .embla__button:disabled {
  cursor: default;
}

.testimonials-carousel .embla__button:disabled:hover {
  color: inherit;
}

.testimonials-carousel .embla__dots {
  height: fit-content;
  display: inline-flex;
  gap: 8px;
}

.testimonials-carousel .embla__dots .embla__dot {
  width: 12px;
  height: 12px;
  background-color: #bacbe8;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

.testimonials-carousel .embla__dots .embla__dot--selected {
  background-color: #fff;
}

/* Testomonials Carousel - Close */

/*-----  Calendar Item- Open ----- */

#page .node-type-calendar-item .date {
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}

#page .node-type-calendar-item .date::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  color: #4473ca;
  /* color: #1c3462; */
}

#page .node-type-calendar-item .date ul,
#page .node-type-calendar-item .date ul li {
  padding: 0;
  margin: 0;
}

#page .node-type-calendar-item .date li::before {
  display: none;
}

#page .node-type-calendar-item .location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

#page .node-type-calendar-item .location p:first-child {
  margin-bottom: 0 !important;
}

#page .node-type-calendar-item .location::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f3c5";
  font-size: 1rem;
  color: #4473ca;
}

#page .node-type-calendar-item .featured-img img {
  border-radius: 8px;
  margin: 0;
}

#page .node-type-calendar-item .contact-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}

#page .node-type-calendar-item .contact-name::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f007";
  font-size: 1rem;
  color: #4473ca;
}

#page .node-type-calendar-item .contact-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}

#page .node-type-calendar-item .contact-email::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f0e0";
  font-size: 1rem;
  color: #4473ca;
}

#page .node-type-calendar-item .contact-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}

#page .node-type-calendar-item .contact-phone::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f095";
  font-size: 1rem;
  color: #4473ca;
}

#page .events-calendar-caucases-block .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  #page .events-calendar-caucases-block .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*-----  Calendar Item- Close ----- */

/* Calendar Region Eva view - Open */

#page .calendar-region-eva .action-buttons {
  padding: 0 0 1rem 0;
}

#page .calendar-region-eva header h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  position: relative;
}

#page .calendar-region-eva header,
#page .calendar-region-eva footer {
  grid-column: 1 / -1;
}

#page .calendar-region-eva {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

#page .calendar-region-eva .no-result {
  font-size: 1.125rem;
  color: #a3680f;
  font-weight: 500;
}

/*----- Tooltip - Open -----*/
.tippy-box[data-theme~="resolution"] {
  border-radius: 8px;
  border: 1px solid #eca030;
  background: #fff;
  box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.16);
}
.tippy-box[data-theme~="resolution"] .tippy-content {
  color: #000;
  padding: 1.5rem;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.tippy-box[data-theme~="resolution"] > .tippy-svg-arrow {
  width: 16px;
  fill: #eca030;
}
/*----- Tooltip - Close -----*/

/*----- Testimonial popup - Open -----*/

.testimonials-popup .mfp-content {
  padding: 0;
  width: 90%;
  max-width: 1280px;
  height: auto;
  background: #000;
}

.testimonials-popup .mfp-content .video-wrapper video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  aspect-ratio: 16/9;
  display: block;
}

.testimonials-popup .mfp-content #popup-close {
  cursor: pointer;
  color: white;
  background: red;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 8px;
  z-index: 9999;
}

/*----- Testimonial popup - Open -----*/

/*----- Calendar Button - Open -----*/

.calendar-popup .mfp-content {
  padding: 24px;
  min-width: 300px;
  width: fit-content;
  max-width: 1280px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.calendar-popup .mfp-content .popup-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-bottom: 1.5rem;
}

.calendar-popup .mfp-content .popup-header .fa-calendar-plus {
  font-size: 22px;
  color: #4473ca;
}

.calendar-popup .mfp-content .popup-header p {
  color: #1c3462;
  font-weight: 500;
  font-size: 18px;
  margin: 0 !important;
  line-height: 100%;
}

.calendar-popup .mfp-content .popup-header p:last-child {
  font-weight: 400;
  font-size: 14px;
}

.calendar-popup .mfp-content #popup-close {
  cursor: pointer;
  color: #11203c;
  background: #eca030;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 6px 8px;
  z-index: 9999;
  border-radius: 8px;
}

.calendar-popup .mfp-content .popup-list-content ul {
  padding: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.calendar-popup .mfp-content .popup-list-content ul li {
  list-style-type: none;
  padding: 0;
}

.calendar-popup .mfp-content .popup-list-content ul li > a {
  border: 1px solid #2a4e93;
  background-color: #fff;
  color: #2a4e93;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  padding: 0;
  line-height: 1;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 14px;
}

.calendar-popup .mfp-content .popup-list-content ul li > a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\f133";
  font-size: 1rem;
}

.calendar-popup .mfp-content .popup-list-content ul li > a.calendar-link-google::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f1a0";
}

.calendar-popup .mfp-content .popup-list-content ul li > a.calendar-link-ics::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f179";
}

.calendar-popup .mfp-content .popup-list-content ul li > a.calendar-link-yahoo::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f19e";
}

.calendar-popup .mfp-content .popup-list-content ul li > a.calendar-link-webOffice::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f3ca";
}

.calendar-popup .mfp-content .popup-list-content ul li > a::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f08e";
  font-size: 10px;
  margin-left: auto;
}

.calendar-popup .mfp-content .popup-list-content ul li > a:hover {
  border: 1px solid #eca030;
  background-color: #eca030;
  color: #11203c;
  text-decoration: none !important;
}

/*----- Calendar Button - Close -----*/

/*----- Resources Block - Open -----*/
#page .resources-block .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

#page .resources-block .resource-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #d2d9e5;
  background: #fff;
  padding: 24px;
  height: 100%;
}

#page .resources-block .resource-item:hover {
  border-color: #eca030;
}

#page .resources-block .resource-item .file,
#page .resources-block .resource-item .url {
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

#page .resources-block .resource-item .file:hover,
#page .resources-block .resource-item .url:hover {
  color: #a3680f;
}

#page .resources-block .resource-item .body {
  color: #2d435d;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

#page .resources-block .resource-item .body p:last-child {
  margin-bottom: 0 !important;
}

#page .resources-block.finance .resource-item {
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

#page .resources-block.finance .resource-item:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  #page .resources-block .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1280px) {
  #page .resources-block .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*----- Resources Block - Close -----*/

/*-----  Toolkit page - Open -----*/

#page .toolkit-page .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

#page .toolkit-page .default-card .img-wrapper {
  height: auto;
}

#page .toolkit-page .default-card .img-wrapper img {
  height: auto;
}

#page .toolkit-page .default-card .title {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  #page .toolkit-page .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1280px) {
  #page .toolkit-page .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*-----  Toolkit page - Close -----*/

/* Conference Page - Open */
#page .node-type-conferences .date {
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}

#page .node-type-conferences .date::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  color: #4473ca;
  /* color: #1c3462; */
}

#page .node-type-conferences .date ul,
#page .node-type-conferences .date ul li {
  padding: 0;
  margin: 0;
}

#page .node-type-conferences .date li::before {
  display: none;
}

#page .conferences-page .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

#page .conferences-page .default-card .img-wrapper {
  height: 140px;
}

#page .conferences-page .default-card .title {
  font-size: 1.125rem;
}

#page .conferences-page .default-card .date-wrapper {
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 0.5rem;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

#page .conferences-page .default-card .date-wrapper::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  color: #4473ca;
}

@media screen and (min-width: 768px) {
  #page .conferences-page .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1280px) {
  #page .conferences-page .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Conference Page - Close */

/* News - Open */

#page .node-type-news .node-content .date {
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}

#page .node-type-news .node-content .date::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  color: #4473ca;
}

#page .news-block .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  #page .news-block .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1280px) {
  #page .news-block .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* News - Close */

/* Newsletter - Open */
#page .newsletter-page.archive .view-header,
#page .newsletter-page.newsletter .view-header {
  display: flex;
  padding: 24px 0;
  position: relative;
  background: linear-gradient(180deg, #f2f5fa 0%, #fff 100%);
}

#page .newsletter-page.archive .view-header::before,
#page .newsletter-page.newsletter .view-header::before {
  background: linear-gradient(180deg, #f2f5fa 0%, #fff 100%);
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  width: 100vw;
  transform: translateX(-100%);
}

#page .newsletter-page.archive .view-header::after,
#page .newsletter-page.newsletter .view-header::after {
  background: linear-gradient(180deg, #f2f5fa 0%, #fff 100%);
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  width: 100vw;
  transform: translateX(100%);
}

#page .newsletter-page.archive .view-header .bar,
#page .newsletter-page.newsletter .view-header .bar {
  content: "";
  height: 8px;
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  border-radius: 8px 0 0 0;
  background: linear-gradient(270deg, rgba(236, 160, 48, 0) 0%, #eca030 100%);
}

#page .newsletter-page .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

#page a.newsletter-item {
  display: flex;
  border-radius: 8px;
  border: 1px solid #d2d9e5;
  background: #fff;
  padding: 1rem;
  height: 100%;
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  align-items: center;
  gap: 8px;
}
#page a.newsletter-item::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  color: #4473ca;
}

#page a.newsletter-item:hover {
  border-color: #eca030;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  #page .newsletter-page.archive .view-header,
  #page .newsletter-page.newsletter .view-header {
    justify-content: flex-end;
  }

  #page .newsletter-page .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1280px) {
  #page .newsletter-page .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Newsletter - Close */

/* Join Our mailing list - Open */
#can-form-area-join-us-226 {
  width: 100% !important;
}

#can-form-area-join-us-226 #can_embed_form form {
  display: flex;
  flex-direction: column;
}

#can-form-area-join-us-226 #can_embed_form form #form_col1,
#can-form-area-join-us-226 #can_embed_form form #form_col2 {
  width: 100%;
}

#can-form-area-join-us-226 #can_embed_form form ul li {
  padding: 0;
}

#can-form-area-join-us-226 #can_embed_form form ul li::before {
  display: none;
}

#can-form-area-join-us-226 input[type="checkbox"],
#can-form-area-join-us-226 input[type="radio"] {
  width: auto;
  height: auto;
}

#can-form-area-join-us-226 #can_embed_form #d_sharing input {
  top: 3px;
}
/* Join Our mailing list - Close */

/* Resolution page - Open */
#page .node-type-resolution .status-field .field__label {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
}

#page .resolution-eva-page {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 1rem;
}

#page .resolution-eva-page .season-year {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  background-color: #2a4e93;
  padding: 4px 16px 4px 16px;
  border-radius: 2.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

#page .resolution-eva-page .committee-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#page .resolution-eva-page .committee-wrapper .label {
  color: #1c3462;
  font-weight: 500;
  font-size: 1rem;
  padding: 0;
}

/* Resolution page - Close */

/* Tookit page - Open */

#page .node-type-toolkit .resolutions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#page .node-type-toolkit .resolutions .field__label {
  font-size: 1.5rem;
}

#page .node-type-toolkit .resolutions .field__items {
  display: flex;
  gap: 8px;
}

#page .node-type-toolkit .resolutions .field__items a {
  display: block;
  border-radius: 8px;
  border: 1px solid #d2d9e5;
  background: #fff;
  padding: 1rem;
  height: 100%;
  color: #1c3462;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

#page .node-type-toolkit .resolutions .field__items a:hover {
  border-color: #eca030;
  text-decoration: none !important;
}

#page .resolutions-eva-template {
  display: flex;
  gap: 8px;
}

/* Tookit page - Close */

/* Conferences page - Open */

#page .featured-box-rounded .apb-fb-image-wrapper {
  border-radius: 8px;
}

/* Conferences page - Close */
