@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme_secondary: #f68121;
  --white: white;
  --black: black;
  --theme_primary: #4e89ee;
  --dark: #1d2240;
  --theme_high: #0d2e69;
  --acc_font: #012970;
  --head: #06265f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.login-dropdown {
  display: none;
}

.nav_icon_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.auth_form {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.auth_card_content {
  flex-flow: column;
  flex: none;
  align-self: stretch;
  display: flex;
  position: relative;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--theme_secondary);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.heading_title {
  flex: 1;
  position: relative;
}

.heading_title.space {
  flex: 0 auto;
}

.navbar-no-shadow-container {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.paragraph-16 {
  color: #aabcca;
  margin-bottom: 10px;
  padding-top: 1.2rem;
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.5rem;
  display: none;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.line-3 {
  color: #d82e56;
  background-color: #2e91d5;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-37 {
  aspect-ratio: auto;
  opacity: .09;
  object-fit: cover;
  object-position: 25% 50%;
  background-image: linear-gradient(#00bcf680, #00bcf680);
  border-radius: .7rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.fp_popup_item {
  background-color: #fff;
  border-top: 3px solid #f68121;
  border-radius: 20px 20px 1rem 1rem;
  min-width: 550px;
  max-width: 550px;
  padding: 20px 30px;
}

.user_full_name {
  font-weight: 600;
}

.popup_login {
  z-index: 9999;
  opacity: 0;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_login.site_modal {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
}

.nav_mobile_no {
  margin-left: 12px;
  display: none;
}

.forgot_pass_popup {
  z-index: 2147483647;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-dropdown {
  font-size: .9rem;
  font-weight: 600;
}

.section_head {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.section_head.spacing {
  margin-bottom: 2rem;
}

.login-dropdown-toggle {
  padding: 0;
}

.login-dropdown-list {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.login-dropdown-list.w--open {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.user_details_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  min-width: 150px;
  padding-right: 10px;
  display: flex;
}

.logo_img {
  width: 40px;
  height: auto;
  aspect-ratio: 231 / 316;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 6px 22px rgba(13, 46, 105, 0.1);
  border: 1px solid rgba(13, 46, 105, 0.06);
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 6px;
}

.login-user-img {
  border: .5px solid var(--theme_primary);
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
}

.close_ico {
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.title {
  color: #061734;
  flex: 1;
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 2rem;
  font-weight: 600;
}

.title.auth_title {
  color: #0f0d0d;
  font-size: 1.6rem;
  font-weight: 600;
}

.title.auth_title.text_white {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.auth_wrap {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.navbar-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.foot_logo-2 {
  width: 100px;
  padding: .3rem;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 5px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: var(--theme_secondary);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.heading-17 {
  color: #061734;
  text-align: center;
  -webkit-text-stroke-color: #269bcf;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.user_full_name_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  padding: 14px 20px;
  display: flex;
}

.user_full_name_wrapper.hide, .mobile-margin-top-10 {
  display: none;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav_icon_flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.auth_card {
  background-color: #0c1d3a;
  border-radius: .7rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 300px;
  min-height: 440px;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 85rem;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.auth_dialog {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 4px solid #f68121;
  border-radius: .8rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: .8rem;
  display: flex;
  position: relative;
}

.empty_popup_msg {
  background-color: #e3f0f9;
  border: 2px dashed #269bcf;
  border-radius: .6rem;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 15rem;
  display: flex;
}

.auth_logo-2 {
  background-color: #fff;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.underline {
  background-color: #d7d7d7d6;
  width: 180px;
  height: 2px;
  position: relative;
}

.underline.sm {
  width: 90px;
  height: 2px;
}

.nav-dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .9rem;
  font-weight: 400;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--theme_primary);
}

.close_login {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.close_login.popup_close {
  width: 1.7rem;
}

.close_login.popup_close.v2 {
  cursor: pointer;
}

.user_name_dotted.hide {
  display: none;
}

.nav_icons_wrapper {
  margin-left: 40px;
}

.body {
  font-family: Open Sans, sans-serif;
}

.site_title {
  color: #000;
  max-width: 120px;
  font-size: .7rem;
  font-weight: 700;
  line-height: 18px;
}

.ifs_logo {
  width: 75px;
}

.page_header_wrapper {
  background-image: linear-gradient(#242236e0, #242236e0), url('../images/inner-banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-header-cont {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 85rem;
  padding: 2rem 15px;
  display: block;
}

.section-header {
  color: #fff;
  margin-bottom: 1.25rem;
  padding-left: 0;
  font-size: 2.4rem;
}

.section.lite_bg {
  background-color: #f6f6f9;
}

.section.id_bg {
  background-color: #d2e0eb;
}

.section.grey_bg {
  background-color: #f6f6f9;
}

.section.dark_bg {
  background-color: var(--dark);
  position: relative;
}

.obj_list_item {
  color: var(--black);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: .95rem;
  line-height: 1.875rem;
}

.container {
  max-width: 85rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 15px 5rem;
}

.right_cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.right_chec_icon {
  color: var(--theme_primary);
  padding-top: 2.5px;
  padding-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.left_cell {
  align-items: stretch;
}

.right_nav_wrapper_3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 20px;
}

.right_link_button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--theme_primary);
  background-color: #3898ec00;
  padding-left: 0;
  font-size: .9px;
  font-weight: 300;
  display: flex;
}

.right_link_button:hover, .right_link_button.w--current {
  color: var(--theme_secondary);
}

.right_link_button.hide {
  display: none;
}

.right_side_nav_link {
  font-size: .9rem;
  font-weight: 600;
  line-height: 25px;
}

.page_and_right_nav {
  padding: 0;
}

.paragraph-12 {
  color: var(--black);
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.65em;
}

.paragraph-12.margin_top {
  margin-top: 0;
  font-size: .9rem;
}

.paragraph-12.margin_top.space {
  line-height: 1.85em;
}

.paragraph-12.margin_top.hide {
  display: none;
}

.paragraph-12.no_margin.no {
  margin-top: 0;
}

.paragraph-12.bottom {
  margin-bottom: 1.5rem;
}

.paragraph-12.lite {
  font-size: .8rem;
}

.paragraph-12.lite.space {
  margin-top: .75rem;
}

.paragraph-12.zero-bottom {
  margin-bottom: 4px;
}

.paragraph-12.hide {
  display: none;
}

.paragraph-12.white {
  color: var(--white);
}

.right_nav_heading {
  color: #0f0d0d;
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.page_heading {
  color: var(--black);
  margin-top: 0;
  font-size: 1.75rem;
}

.page_heading.top_margin {
  margin-top: 20px;
}

.page_heading.top_margin.hide {
  display: none;
}

.page_heading.weight {
  margin-bottom: 20px;
  font-weight: 600;
}

.page_heading.weight.hide {
  display: none;
}

.page_heading.no_margin {
  margin-bottom: 0;
  line-height: 45px;
}

.page_heading.no_margin.blue {
  color: var(--theme_high);
  font-size: 1.5rem;
  font-weight: 400;
}

.page_heading.small.mini {
  font-size: 1.25rem;
}

.page_heading.small.mini.z {
  font-size: 1.125rem;
}

.click_here_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.click_here_wrapper.top {
  margin-top: 40px;
}

.redirect_text {
  color: var(--theme_primary);
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.text-block {
  color: var(--black);
  font-size: .9rem;
}

.attachment_icon {
  width: 20px;
}

.ossi-guideline-thumb-img {
  border: 1px solid #9e96963d;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.officers-heading {
  color: var(--theme_primary);
  text-align: center;
  font-size: .95rem;
  font-weight: 600;
}

.officers-heading.hide {
  display: none;
}

.officers-heading.fullest {
  align-self: stretch;
}

.years_text {
  color: #0d2e69;
  text-align: center;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 400;
}

.years_text.hide {
  display: none;
}

.officers-name-2 {
  color: #0f0d0d;
  text-align: center;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 600;
}

.officers-name-2.years_text {
  color: var(--theme_high);
  font-size: .8rem;
}

.desc_volume {
  color: #dc3545;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  display: none;
}

.officers-photo-2 {
  text-align: center;
  object-fit: cover;
  border-radius: 4px;
  width: 150px;
  max-width: none;
  height: 150px;
  margin-top: 10px;
}

.exe_mem_stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.officers-stack {
  text-align: center;
  background-color: #fbfbfd;
  border: 1px solid #e1e1eb;
  border-radius: 6px;
  flex: 1;
  align-items: center;
  height: 100%;
  padding: 20px;
}

.officers-stack.width {
  padding-left: 40px;
  padding-right: 40px;
}

.officers_link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.officers_link.width {
  width: auto;
}

.officers_flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.officers_flex.space {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.officers_flex.hide {
  display: none;
}

.officers_flex.sm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.officers_flex_portion {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.officers_link_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer_top {
  background-color: #1d2240;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.foot_nav_list_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_grid_item.align_end {
  padding-left: 20px;
  padding-right: 20px;
}

.a360_logo {
  max-width: 150px;
}

.foot_nav_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.foot_nav_list.align {
  justify-content: flex-start;
  align-items: flex-start;
}

.site_container-2 {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.foot_link_item {
  color: #d0d1d6;
  font-size: .9rem;
  text-decoration: none;
}

.foot_link_item.foot_address {
  flex: 1;
  line-height: 1.25rem;
  display: block;
}

.footer_grid {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  color: #28a680;
  flex-flow: row;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.icon.size {
  width: 1rem;
  height: 1rem;
}

.foot_nav_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.obj_list {
  color: var(--black);
  padding-left: 20px;
  font-size: .95rem;
  list-style-type: disc;
}

.obj_list.numbering {
  font-size: .95rem;
  font-weight: 400;
  list-style-type: decimal;
}

.obj_list.bottom {
  margin-bottom: 1.5rem;
}

.button_flex_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link_button {
  background-color: var(--theme_primary);
  border-radius: 5px;
  padding: 12px 20px;
}

.link_button.hide {
  display: none;
}

.link_button.closed {
  background-color: #bebebe;
  display: none;
}

.textarea-2 {
  border-radius: 4px;
}

.underline-4 {
  background-color: #e5e8e7;
  width: 120px;
  height: 2px;
  position: relative;
}

.form_contact_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.header_logo_embed {
  margin-top: 3px;
}

.field-wrapper {
  flex: 1;
}

.text_field-2 {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: .95rem;
}

.form_button {
  background-color: var(--theme_secondary);
  border-radius: 6px;
  width: 130px;
  margin-top: 0;
  padding: 12px 20px;
  font-weight: 500;
}

.contact_section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.header_mini_text {
  color: #768197;
  font-size: .8rem;
  line-height: 1rem;
}

.contact_heading_wrapper {
  margin-bottom: 35px;
}

.formblock-2 {
  flex: 1;
}

.field-label {
  color: #0f0d0d;
  font-size: .95rem;
  font-weight: 600;
}

.contact_must_checked {
  color: #d9375d;
}

.form_name_fields-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.line-4 {
  background-color: var(--theme_primary);
  width: 75px;
  height: 100%;
  color: var(--theme_primary);
  position: absolute;
  top: 0;
  left: 0;
}

.contact_info {
  color: #0f0d0d;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.header_contact_detail-2 {
  color: #4a80f2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2rem;
}

.header_contact_detail-2.max_width {
  color: #606172;
  max-width: 350px;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.header_contact_detail-2.phone {
  color: #606172;
  font-size: .95rem;
  font-weight: 400;
}

.form_contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_contact.align_top {
  justify-content: flex-start;
  align-items: flex-start;
}

.header_phone_wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.header_phone_wrapper.gap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 10px;
}

.button_flex_wrapper_fw.fx {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.button_flex_wrapper_fw.fx_down_gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.heading_small {
  color: var(--black);
  margin-bottom: 10px;
}

.heading_small.top_margin {
  margin-top: 20px;
  font-size: 16.25px;
  font-weight: 600;
  line-height: 26px;
}

.heading_small.top_margin.item_head {
  color: #000000c4;
  margin-top: 16px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: underline;
}

.text_highlight_2.yellow {
  color: var(--theme_secondary);
}

.art_img.size {
  width: 80%;
}

.list_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.acc_title_date_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.officers-category {
  color: var(--acc_font);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5625rem;
}

.accordian-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #e1e9fa;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.5rem;
  display: flex;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.accordian-header:hover {
  background-color: #d5e0f5;
  box-shadow: 0 2px 8px rgba(13, 46, 105, 0.06);
}

.accordian.is-open .accordian-header {
  background-color: #d8e4f8;
  box-shadow: inset 0 -1px 0 rgba(13, 46, 105, 0.08);
}

.accordian-header:focus-visible {
  outline: 2px solid var(--theme_high);
  outline-offset: 2px;
}

.accordian .acc-icon-wrapper {
  transform: none !important;
  transform-style: flat;
}

.accordian .acc-icon-wrapper .circle {
  transition: transform 0.3s ease;
  transform: rotate(180deg) !important;
}

.accordian.is-open .acc-icon-wrapper .circle {
  transform: rotate(0deg) !important;
}

.accordian-header:hover .acc-icon-wrapper .circle {
  transform: rotate(180deg) scale(1.05) !important;
}

.accordian.is-open .accordian-header:hover .acc-icon-wrapper .circle {
  transform: rotate(0deg) scale(1.05) !important;
}

.accordian-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.accordian-wrapper.hide {
  display: none;
}

.accordian {
  background-color: #fff;
  border: .0625rem solid #e4e4e4;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: relative;
}

.accordian-panel {
  background-color: #fff;
  border-radius: 0 0 1.25rem 1.25rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .accordian.is-open .accordian-panel {
    animation: ossiAccordionIn 0.28s ease both;
  }

  @keyframes ossiAccordionIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .accordian-header,
  .accordian .acc-icon-wrapper .circle {
    transition: none;
  }

  .accordian.is-open .accordian-panel {
    animation: none;
  }
}

.officers-heading-2 {
  color: #4a80f2;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.acc_content {
  margin-top: 30px;
  padding-top: 0;
}

.size_bold_text {
  font-size: 1rem;
}

.size_bold_text.weight {
  font-size: 1.1rem;
  font-weight: 500 !important;
}

.text_span {
  color: var(--theme_secondary);
}

.overflow_auto {
  overflow: auto;
}

.overflow_auto.hide {
  display: none;
}

.bmi-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: .9rem;
}

.bmi-table th {
  color: #222;
  text-align: left;
  background-color: #f2f2f2;
  border: 1px solid #555;
  padding: 10px;
  font-weight: bold;
}

.bmi-table td {
  vertical-align: middle;
  border: 1px solid #555;
  padding: 10px;
}

.bmi-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

.bmi-table tbody tr:hover {
  background-color: #eaf2f8;
}

.list_item {
  color: var(--black);
}

.button_wrapper {
  margin-top: 20px;
}

.link_button_flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link_button_flex.margin-top {
  margin-top: 20px;
}

.link_button_flex.margin-top.hide {
  display: none;
}

.roman_list {
  color: var(--black);
  padding-left: 30px;
  font-size: 1.25rem;
  font-weight: 700;
  list-style-type: lower-roman;
}

.alph_list {
  color: var(--black);
  padding-left: 20px;
  font-size: 1.1rem;
  list-style-type: lower-alpha;
}

.sm_spacer {
  height: 30px;
}

.news_wrapper {
  margin-top: 20px;
}

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

.single_news_card {
  border-bottom: .5px dotted var(--theme_primary);
  padding-bottom: 10px;
}

.single_news_card.hide {
  display: none;
}

.single_news_title {
  color: var(--black);
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 25px;
  transition: color 0.2s ease;
}

.single_news_title.top {
  margin-top: 20px;
}

.single_news_link {
  color: var(--black);
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 600;
}

.single_news_link.hide {
  display: none;
}

.text_redirect_y {
  text-decoration: none;
}

.ev_butto {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--theme_secondary);
  margin-bottom: 20px;
  display: inline-flex;
}

.ev_butto.hide {
  display: none;
}

.d_arrow {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.resource_stack {
  padding: 0;
}

.resource_cell {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--white);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 5px 14px #0003;
}

.resource_title_wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resource_title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 30px;
  transition: color 0.2s ease;
}

.resource_butto {
  background-color: var(--theme_secondary);
  border-radius: 5px;
  margin-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9rem;
}

.resource_redirect {
  color: var(--black);
  text-decoration: none;
}

.ellow_pic_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.art_blk {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ellow_text {
  text-align: center;
  align-self: center;
  margin-bottom: 30px;
  margin-left: -80px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.hero_block_holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.slider_icon_default {
  display: none;
}

.hero_slider_site {
  height: 500px;
}

@media (max-width: 767px) {
  .hero_slider_site {
    height: 400px;
  }
}

.hero_button_site {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  background-color: var(--theme_secondary);
  color: var(--white);
  border-radius: 5px;
  margin-top: 20px;
  padding: 12px 22px;
  font-weight: 600;
  display: inline-flex;
}

.hero_heading {
  color: #fff;
  text-align: center;
  max-width: 550px;
  padding-left: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.hero_heading.size {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

.slider_left_arrow_holder, .slider_right_arrow_holder {
  width: 3.5rem;
  height: 2.5rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.slider_left_arrow_holder .back-button,
.slider_right_arrow_holder .next-button {
  display: block;
  line-height: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.slider_left_arrow_holder:hover .back-button,
.slider_right_arrow_holder:hover .next-button {
  transform: scale(1.06);
}

.slider_left_arrow_holder:active .back-button,
.slider_right_arrow_holder:active .next-button {
  transform: scale(0.9);
  opacity: 0.82;
}

.slider_left_arrow_holder:focus-visible,
.slider_right_arrow_holder:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
  border-radius: 50%;
}

.slide-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero_slider_site .slide-nav {
    display: block;
    bottom: 10px;
    height: 36px;
    z-index: 3;
    padding-top: 0;
  }

  .hero_slider_site .slide-nav > div {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.45);
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .hero_slider_site .slide-nav > div.w-active {
    background-color: var(--theme_secondary);
    transform: scale(1.2);
  }
}

.slides {
  background-image: linear-gradient(#0009, #0009), url('../images/banner-4-p-500.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.ossi-hero-slide {
  position: relative;
  overflow: hidden;
  background-image: none !important;
  height: 100%;
}

.ossi-hero-slide picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.ossi-hero-lcp-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.ossi-hero-lcp-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.53);
  z-index: 1;
  pointer-events: none;
}

.ossi-hero-slide .hero_block_holder {
  position: relative;
  z-index: 2;
}

.find-member-container .select-container::before,
.find-member-container .input-container::before {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.find-member-container .dropdown-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .slides {
    background-image: linear-gradient(#0009, #0009), url('../images/banner-4.avif');
  }
}

.slide_2 {
  background-image: linear-gradient(#0009, #0009), url('../images/banner-2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide_3 {
  background-image: linear-gradient(#0009, #0009), url('../images/banner-6.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide_4 {
  background-image: linear-gradient(#0009, #0009), url('../images/banner-3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide_5 {
  background-image: linear-gradient(#0009, #0009), url('../images/banner-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide_6 {
  background-image: linear-gradient(#0009, #0009), url('../images/banner-5.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section_flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.section_flex.zero_top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 20px;
}

.ossi-member-band {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.section_flex.zero_top.fr {
  grid-template-columns: 2fr 1fr;
  align-items: center;
  column-gap: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.section_flex.zero_top.fr > .flex_half.pos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero_page_title_wrapper.pos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_sub_title {
  color: #0f0d0d;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}

.section_sub_title.size {
  font-size: 2.25rem;
}

.section_sub_title.size.larger {
  color: #06265f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.line {
  background-color: var(--theme_high);
  color: #06265f;
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.line.pos {
  left: 50px;
}

.card_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.card_wrapper.space {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.card_wrapper.lite {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.ev_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ev_title_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.ev_pic {
  object-fit: cover;
  border-radius: 5px;
  min-width: 90px;
  max-width: 90px;
  height: 85px;
  width: 90px !important;
}

.ev_head {
  color: var(--black);
  font-size: .9rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.ev_list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ev_list_it {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.ev_cal_pic {
  width: 1rem;
}

.ev_date {
  color: #404253;
  font-size: .8rem;
}

.ev_loc_pic {
  width: .9rem;
  margin-left: 1px;
}

.ev_redirect {
  text-decoration: none;
}

.ev_redirect.hide,
#upcoming-events-list.hide {
  display: none;
}

.about_pic {
  border-radius: 10px;
}

.id_card_title {
  color: var(--theme_high);
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.2s ease;
}

.resource_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.resource_s_pic {
  border-radius: 5px;
  width: 100%;
  display: block;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.resouce_s_head {
  color: #191a24;
  margin-top: 18px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.resource_grid_block, .social_grid_block {
  margin-top: 1rem;
}

.social_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.social_s_cell {
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.resource_s_cell {
  border: 1px solid #e6eaf2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(13, 46, 105, 0.06);
  overflow: hidden;
  padding-bottom: 14px;
}

.resource_s_cell .resouce_s_head,
.resource_s_cell .paragraph-12.lite.space {
  padding-left: 14px;
  padding-right: 14px;
}

.social_s_pic {
  border-radius: 5px;
  width: 100%;
}

.resource_butto_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.resource_butto_wrapper.hide {
  display: none;
}

.my_page_stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.page_icon_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.page_icon_wrapper.hide {
  display: none;
}

.page_icon {
  width: 100px;
  max-height: 140px;
}

.my_page_link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.my_page_link.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.page_icon_heading {
  color: var(--theme_high);
  text-align: center;
  margin-top: 4px;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.user_logic_icon_code, .communa-login-embed, .communa-login-otp {
  display: block;
}

.powered_text {
  color: #fff;
  font-size: .7rem;
  display: block;
}

.powered_text.black {
  color: var(--black);
}

.auth_logo_content_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.outline_btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--theme_secondary);
  background-color: var(--theme_secondary);
  color: #fff;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.user-lock-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: .95rem;
}

.user-unlock-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1rem;
  display: none;
}

.join_now_block {
  z-index: 1;
  background-image: linear-gradient(115deg, #083ea9e6, #5a7fcae6), url('../images/picture-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 6px;
  position: relative;
  width: 100%;
}

.join_now_details_cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.join_now_icon {
  width: 40px;
  height: auto;
}

.join_now_heading {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
}

.join_now_description {
  color: var(--white);
  font-weight: 300;
}

.join_now_button {
  background-color: var(--white);
  color: var(--theme_high);
  border-radius: 6px;
  padding: 12px 20px;
  font-weight: 600;
}

.mypage_flex_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
}

.mypage_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
}

.mypage_lc_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.publications_grid {
  padding: 0;
}

.find_a_member_wrapper.border {
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.fam_heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.mypage_inthis_section {
  display: none;
}

.publication-filter-grid-wrapper {
  background-color: var(--white);
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.publilcation-list-stack {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  align-items: center;
}

.filter-topics-text {
  display: none;
}

.filter-sub-heading {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.filter-sub-heading.margin {
  margin-top: 20px;
}

.checkbox-field {
  margin-bottom: 15px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 10px;
}

.publications-wrapper {
  background-color: var(--white);
  border-radius: 6px;
  padding: 20px 28px;
  box-shadow: 0 2px 5px #0003;
}

.filters-wrapper {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.filters-wrapper.no-border {
  border-bottom-width: 0;
}

.filters-wrapper.margin {
  margin-top: 20px;
}

.filter-category-in-list {
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 8px 20px;
}

.filters-head-search-wrapper {
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  display: flex;
}

.filters-search-field {
  border-radius: 4px;
  width: 260px;
}

.filter-flex-div-clr {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.filter-flex-div-clr .filter-sub-heading {
  margin-bottom: 0;
}

.filters-reset-link {
  color: var(--theme_primary);
  background-color: transparent;
  border: 1px solid rgba(13, 46, 105, 0.22);
  border-radius: 6px;
  margin-bottom: 0;
  padding: 6px 14px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.filters-reset-link:hover {
  color: var(--theme_secondary);
  background-color: rgba(246, 129, 33, 0.08);
  border-color: rgba(246, 129, 33, 0.45);
  text-decoration: none;
}

.filters-reset-link:active {
  color: var(--theme_primary);
  background-color: rgba(13, 46, 105, 0.06);
  border-color: rgba(13, 46, 105, 0.35);
}

.search-icon, .filter-icon {
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
}

.members-article-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
}

.filters-pagination {
  margin-top: 28px;
  margin-bottom: 10px;
}

.site_title_mob {
  color: #000;
  max-width: 120px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
  display: none;
}

.filter-list-category-cell {
  justify-content: center;
  align-items: center;
}

.articles-empty-state-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.no-results-img {
  width: 200px;
  margin-bottom: 10px;
}

.intro_wrap-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: block;
}

.intro_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.intro_close.popup_close {
  cursor: pointer;
  width: 1.7rem;
  display: block;
}

.intro_popup {
  z-index: 9999;
  opacity: 1;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.intro_popup.site_modal {
  z-index: 99999;
  opacity: 1;
  opacity: 0;
  z-index: 999999999;
  justify-content: center;
  width: 100%;
  display: none;
}

.ossi_msg_section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ossi-popup-wrapper {
  margin-top: 60px;
}

.auth_dialog-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 4px solid #28a680;
  border-radius: .8rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: .8rem;
  display: flex;
  position: relative;
}

.auth_dialog-2.intro_dialog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-color: var(--theme_secondary);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.ossi_popup_img {
  border-radius: 6px;
  width: 450px;
  max-width: 450px;
}

.ossi_cico_cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.close_ico-2 {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.cico_apply_button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #0e1a68;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-weight: 500;
  display: flex;
}

.cico-popup-heading {
  color: var(--black);
  margin-top: 0;
}

.my_page_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.no-data-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  color: #4a80f2;
  background-color: #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
}

.tab-link.w--current {
  color: #fff;
  background-color: #4a80f2;
  font-size: 1rem;
  font-weight: 600;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  display: flex;
}

.ev_location_big {
  color: var(--black);
  padding-bottom: 6px;
  font-size: .9rem;
}

.ev_location_big.hide {
  display: none;
}

.ev_link_wrapper_big {
  margin-top: 10px;
  display: inline-flex;
}

.ev_link_wrapper_big.yellow {
  color: var(--theme_secondary);
  font-weight: 600;
}

.redirect_link {
  text-decoration: none;
  display: block;
}

.span_blk {
  color: #000;
  font-size: .95rem;
  font-weight: 500;
}

.ev_heading_big {
  color: #0f0d0d;
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 700;
}

.events_wrapper_big {
  border-bottom: 1px dotted var(--theme_primary);
  padding-bottom: 10px;
}

.events_wrapper_big.hide {
  display: none;
}

.ev_links {
  color: var(--theme_primary);
  text-decoration: none;
}

.div-block {
  box-shadow: 0 2px 5px #0003;
}

.user-dropdown-icon {
  color: var(--theme_primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  padding-right: 4px;
  position: static;
}

.ham-icon {
  color: var(--black);
  margin-right: 5px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: "Fa Solid 900", sans-serif;
  display: none;
}

._w-back-text {
  display: none;
}

.powered-by-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 10px;
  display: flex;
}

.powered-by-block svg,
.powered-by-block-2 svg {
  display: block;
  width: auto;
  height: 20px;
}

#login-email-error-new .login-error-support-link {
  text-decoration: underline;
}

#login-email-error-new .login-error-support-link a {
  color: inherit;
  text-decoration: underline;
}

.dropdown_link_hide {
  display: none;
}

.dropdown_logout_link {
  color: #c04375;
}

.course-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.course-container.v2 {
  display: flex;
}

.dropdown_link {
  white-space: wrap;
}

.dropdown_link.pm-video-library-name, .dropdown_link.pm-course-name, .code-embed-3 {
  display: none;
}

.post_login_popup {
  z-index: 11111;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.post_login_item {
  background-color: var(--white);
  border-top: 3px solid #f68121;
  border-radius: 1rem;
  min-width: 450px;
  max-width: 450px;
  padding: 20px;
  position: relative;
}

.post_logo_wrapper {
  border-bottom: 1px dotted var(--dark);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.post_logo_img {
  width: 4rem;
}

.post_logo_title {
  color: var(--black);
  font-size: 1rem;
  font-weight: 700;
}

.post_content_wrapper {
  margin-bottom: 10px;
}

.post_content_heading {
  color: var(--black);
  margin-top: 20px;
  font-size: .9rem;
  font-weight: 400;
}

.post_login_links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.post_login_links.pm-course-name, .post_login_links.login-popup-menu.pm-video-library-block {
  display: none;
}

.post_links_wrapper {
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.redirect_icon {
  color: var(--theme_primary);
  margin-top: 2px;
}

.site_alert {
  background-color: var(--theme_primary);
  color: #fff;
  padding: .5rem 1rem;
  font-size: .85rem;
}

.powered-by-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  display: none;
}

.top-header {
  background-color: var(--theme_primary);
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.top-alert {
  color: #fff;
  overflow: hidden;
}

.marquee-with-options {
  justify-content: center;
  display: flex;
}

.marquee-content a,
#alerts a {
  opacity: 0.92;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.marquee-content a:hover,
.marquee-content a:focus-visible,
#alerts a:hover,
#alerts a:focus-visible {
  opacity: 1;
  filter: brightness(1.1);
  outline: none;
}

.marquee-content a:focus-visible,
#alerts a:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.45);
  border-radius: 2px;
}

.blink-me {
  color: #fffffb;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}

.recaptcha-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.search_filters {
  align-self: stretch;
}

.new-search-filters {
  margin-top: 30px;
}

.ev_content_date_div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.trigger_page_nav {
  align-self: stretch;
}

.ev_date_big_text {
  width: 4.2rem;
  max-width: 4.2rem;
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.all_events_container {
  align-self: stretch;
  max-width: 75rem;
  padding: 0;
  display: block;
}

.event_register_button {
  border: .125rem solid var(--theme_secondary);
  background-color: var(--theme_secondary);
  border-radius: 1.875rem;
  margin-left: 0;
  padding: .625rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .85rem;
}

.event_register_button:hover {
  border-color: var(--theme_primary);
  background-color: var(--theme_primary);
}

.event_register_button.hidden {
  padding: 9px 20px;
  display: none;
}

.ev_date_big_box {
  background-color: var(--theme_primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding: 0 10px;
  display: flex;
}

.o_result_img {
  width: 15rem;
}

.all_events_wrapper {
  margin-top: 0;
  display: none;
}

.event_status {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.event_schedule_wrapper, .events_venue_wrapper {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  align-items: center;
  padding-bottom: .3125rem;
  display: flex;
}

.event_filters {
  align-self: stretch;
  display: none;
}

.event_date_text {
  color: #7c7c7c;
  margin-bottom: 0;
  padding-top: .275rem;
  padding-bottom: .275rem;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
}

.ev_tag_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.loading_wrapper {
  align-self: stretch;
  display: none;
}

.event_tag_text {
  color: #000;
  font-size: .6rem;
  font-weight: 700;
  text-decoration: none;
}

.event_card_large {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  background-color: #fff;
  border: .0625rem solid #d9d9d9;
  border-radius: 12px;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  padding: 1.25rem;
  display: flex;
  box-shadow: 0 2px .3125rem #0003;
}

.ev_normal_bg {
  background-color: #ebf0ef;
  border-radius: 20px;
  padding: 6px 14px;
}

.ev_normal_bg.mini {
  background-color: #fff0;
  border: 1px solid #000;
  padding: 4px 10px;
}

.ev_normal_bg.mini.ev_tag {
  display: none;
}

.all_events_holder_filter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.event_details_button {
  color: #061734;
  background-color: #3898ec00;
  border: .125rem solid #061734;
  border-radius: 1.875rem;
  padding: .625rem 1.25rem;
  font-weight: 700;
  display: none;
}

.event_type_text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.no_results_txt {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.no_results_txt.little {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
}

.events_filters_title {
  color: var(--black);
}

.no_results_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.ev_grad_bg {
  border-radius: 20px;
  padding: 6px 14px;
}

.event_title_large {
  color: #061734;
  margin-top: .45rem;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
}

.event_location_text {
  color: #7c7c7c;
  padding-top: .275rem;
  padding-bottom: .275rem;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
}

.event_cta_large {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  display: flex;
}

.event_img {
  width: 15rem;
}

.event_img_code {
  height: 100%;
}

.webinar_icon {
  width: 20px;
  height: 20px;
}

.test_link_bloack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ev_concluded_button {
  color: #9e9d9d;
  background-color: #ebf0ef;
  border-radius: 30px;
  padding: 9px 20px;
}

.membership_plan_popup {
  z-index: 2147483647;
  opacity: 1;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: none;
  position: fixed;
  inset: 0%;
}

.membership_popup_item {
  background-color: #fff;
  border-top: 3px solid #f68121;
  border-radius: 20px 20px 1rem 1rem;
  min-width: 700px;
  max-width: 700px;
  padding: 60px 30px;
  position: relative;
}

.membership_plan_type_heading {
  margin-top: 0;
}

.membership_plan_card_mob {
  border: 1px solid #e1e1eb;
  border-radius: 8px;
  overflow: hidden;
}

.mem_list_div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.mem_list_div.side {
  padding-bottom: 20px;
  padding-left: 10px;
}

.mem_list_div.side.top_border_margin.hide {
  display: none;
}

.member_list {
  padding-left: 20px;
}

.mem_plan_title_mob {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.mem_det_head_div {
  background-color: #0e1a68;
  border-bottom: 1px solid #d1d1d1;
  align-self: stretch;
  margin-bottom: 10px;
}

.mem_det_head_div.flex {
  background-color: var(--theme_secondary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.membership_type_grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.journal_button {
  padding: 15px 30px;
  font-size: 16px;
}

.journal_button.width {
  background-color: var(--theme_primary);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.paragraph-17 {
  color: #606172;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65em;
}

.paragraph-17.only_bottom_margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.popup_heading {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 1.75rem;
}

.ossi_intro_popup_wrapper {
  margin-top: 60px;
}

.ossi_intri_popup_cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ossi_intri_popup_cta.hide {
  display: none;
}

.ossi_popup_msg_section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.auth_dialog-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 4px solid #28a680;
  border-radius: .8rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: .8rem;
  display: flex;
  position: relative;
}

.auth_dialog-3.intro_dialog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-color: #f68121;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.intro_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: block;
}

.journal_redirect_button_2-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0e1a68;
  padding: 12px 30px;
  font-weight: 500;
  display: flex;
}

.close_ico-3 {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.float-details-text-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.site_container_3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.site_container_3.float_bottom {
  max-width: 85rem;
}

.close_ico-4 {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.close_ico-4.sm {
  width: 1.5rem;
  height: 1.5rem;
}

.popup-youtube-lightbox {
  border-radius: 10px;
  width: 240px;
  height: 135px;
}

.float-video-inner-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.popup_video_heading {
  color: #041b2e;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
}

.float-details-innr-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.float-details-innr-2.grow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.float-vote-text-2 {
  color: #061734;
  font-family: Lato, sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
}

.float-vote-text-2.height-id {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.float-vote-text-2.height-id.top {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.85rem;
}

.voting-popup-close-wrap {
  background-color: #d9d9d9b3;
  border-radius: 50%;
  padding: 10px;
}

.popup_video_heading_wrapper {
  color: #041b2e;
  text-align: center;
  width: 75%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
}

.popup_video_heading_wrapper.hide {
  display: none;
}

.popup-youtube-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.floating-block-3 {
  z-index: 9;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  background-image: linear-gradient(98deg, #d0a1e3, #b6a9e7 13%, #d8e2f8 30%, #e3ebf8 51%, #d8e2f8 74%, #72b9f0 90%, #0090e9);
  border-radius: 20px 20px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: auto 0% 0%;
}

.video-span-popup {
  font-weight: 700;
  text-decoration: underline;
}

.sec_button {
  background-color: #4a80f2;
  margin-top: 0;
  padding: 12px 20px;
  font-size: .95rem;
  font-weight: 500;
}

.sec_button.flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  background-color: #ff453a;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.vote-ballot-img {
  border-radius: 20px;
  width: 60px;
  height: 60px;
}

.float-close-link-2 {
  position: absolute;
  inset: 2% 0% auto auto;
}

.float-expand-wrapper-copy {
  background-color: #d9d9d9b3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.float-det-text-2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.float-details-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#0000, #0000);
  border-radius: 10px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.float-details-4.bottom {
  padding-bottom: 10px;
}

.vote-poll-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.vote-poll-icon.hide {
  display: none;
}

.row_sec_2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.expand-icon {
  width: 24px;
  height: 24px;
}

.float-relative {
  transition: opacity .2s;
  position: relative;
}

.float-relative.expanded {
  display: none;
}

.iadvl-popup-video {
  border-radius: 12px;
  overflow: hidden;
}

.float-video-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.float-expand-link-2 {
  transition: all .1s;
  position: absolute;
  inset: 15% 0% 0% auto;
}

.float-expand-link-2:hover {
  transform: scale(1.1);
}

.popup-light-box-video {
  cursor: pointer;
}

.popup-light-box-video.hide {
  display: none;
}

.vote_img {
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 240px;
}

.side_tag_sticky_wrapper_2 {
  z-index: 99;
}

.side_tag_wrapper_2 {
  z-index: 8;
  color: #00aa6e;
  background-color: #ff453a;
  border-radius: 6px 0 0 6px;
  width: 280px;
  padding: 6px 20px 6px 5px;
  position: fixed;
  top: 60%;
  left: auto;
  right: 0%;
}

.side_tag_icon {
  background-color: #fff0;
  border: 1px solid #ecf0f6;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  box-shadow: 0 7px 10px #0003;
}

.side_tag_link_2 {
  color: #fff;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  display: inline-block;
}

.blink-me-2 {
  text-align: center;
  font-size: 1rem;
}

.badge_span {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-flex;
}

.no_event_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 30px;
}

.no-results-img-2 {
  width: 290px;
  margin-bottom: 10px;
}

.no-events-text {
  color: #606172;
  text-align: center;
  font-size: .9rem;
  font-weight: 500;
  line-height: 20px;
}

.officer_section_wrapper {
  margin-bottom: 60px;
}

.coe_form_popup {
  z-index: 11112;
  opacity: 1;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.form_embed {
  flex: 1;
  min-width: 100%;
  height: 500px;
  min-height: 500px;
  padding-right: 10px;
}

.coe_form_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 60vh;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: block;
}

.coe_mem_cta_block_wrapper {
  display: none;
}

.coe_mem_cta_block_wrapper_mini {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.ossi_coe_form_popup_wrapper {
  margin-top: 60px;
}

.ossi_coe_popup_msg_section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.coe_form_heading_mini {
  color: var(--theme_primary);
  margin-top: 6px;
  margin-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
}

.logout-divider {
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 14px;
}

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

.view_more_trans_btn {
  background-color: var(--theme_primary);
  color: var(--white);
  border-radius: 6px;
}

.temp-hide-cards {
  display: none;
}

@media screen and (min-width: 1280px) {
  .popup_login.site_modal {
    opacity: 0;
    display: none;
  }

  .obj_list_item {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .container {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .right_cell {
    align-items: stretch;
  }

  .right_chec_icon {
    padding-top: 3px;
    padding-right: 5px;
    font-size: 10px;
  }

  .right_nav_wrapper_3 {
    background-color: #fafafa00;
    flex: 0 auto;
    min-height: 350px;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .right_link_button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #4a80f2;
    background-color: #3898ec00;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    display: flex;
  }

  .right_link_button.w--current {
    color: var(--theme_secondary);
  }

  .right_side_nav_link {
    font-size: .9rem;
  }

  .page_and_right_nav {
    padding: 0;
  }

  .paragraph-12.no_margin {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .right_nav_heading {
    margin-bottom: 10px;
    font-size: 18px;
  }

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

  .page_heading.small {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .page_heading.small.mini {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }

  .redirect_text.color {
    color: var(--theme_high);
    font-size: 1rem;
  }

  .site_container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .em_spacer {
    margin-bottom: 220px;
  }

  .obj_list {
    color: var(--black);
    padding-left: 20px;
    list-style-type: disc;
  }

  .obj_list.numbering {
    list-style-type: decimal;
  }

  .button_flex_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .link_button {
    background-color: #4e89ee;
    border-radius: 5px;
    padding: 12px 20px;
  }

  .text_field-2 {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: .9rem;
  }

  .form_button {
    background-color: var(--theme_secondary);
    border-radius: 5px;
    width: auto;
    padding: 12px 20px;
    font-size: .9rem;
    font-weight: 600;
  }

  .field-label {
    color: #0f0d0d;
    font-size: .9rem;
  }

  .line-4 {
    background-color: var(--theme_high);
    color: var(--theme_high);
  }

  .header_contact_detail-2 {
    color: var(--theme_secondary);
    font-size: .95rem;
  }

  .header_contact_detail-2.max_width {
    color: var(--black);
    font-size: .9rem;
  }

  .header_contact_detail-2.phone {
    color: var(--black);
    font-size: .95rem;
  }

  .button_flex_wrapper_fw {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .button_flex_wrapper_fw.fx_down_gap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .text_highlight {
    color: var(--theme_secondary);
  }

  .heading_small {
    color: var(--black);
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
  }

  .heading_small.top_margin {
    margin-top: 20px;
  }

  .text_highlight_2 {
    color: var(--theme_primary);
  }

  .mid_bold_text {
    font-weight: 600;
  }

  .art_img {
    width: 70%;
  }

  .intro_popup.site_modal {
    opacity: 0;
    opacity: 0;
    display: none;
  }

  .sec_button {
    background-color: #4a80f2;
    border-radius: 0;
    width: auto;
    padding: 12px 20px;
    font-size: .95rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav_icons_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .section-header-cont {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .section-header {
    margin-top: .625rem;
    margin-bottom: .625rem;
    padding-left: 0;
    font-size: 1.875rem;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right_cell {
    display: none;
  }

  .right_cell.visible {
    display: flex;
  }

  .left_cell {
    align-items: stretch;
    display: block;
  }

  .page_heading.no_margin {
    font-size: 1.5rem;
  }

  .exe_mem_stack {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .officers_flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer_grid_item.align_end {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_grid_item.logo_block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .site_container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .foot_nav_group {
    padding-left: 0;
  }

  .contact_section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .formblock-2 {
    margin-left: auto;
  }

  .contact_info {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .button_flex_wrapper_fw.fx {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .accordian-panel {
    display: none;
  }

  .section_flex,
  .section_flex.zero_top {
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    margin-top: 0;
  }

  .section_flex .flex_half.pos {
    justify-content: center;
    width: 100%;
  }

  .section_flex .about_pic {
    width: 100%;
    max-width: 22rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section_flex .card_wrapper.lite {
    grid-row-gap: 14px;
    width: 100%;
  }

  .section_flex .card_wrapper.lite .card_title_para_wrapper {
    padding: 12px 14px;
  }

  .section_flex .id_card_title {
    font-size: 1.2rem;
    line-height: 1.35;
  }

  .section_flex .paragraph-12.lite {
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .section_flex.zero_top.fr {
    grid-template-columns: 1fr;
  }

  .section_sub_title.size, .section_sub_title.size.larger {
    font-size: 2rem;
  }

  .about_pic, .rps_pic_2 {
    width: 100%;
    max-width: 22rem;
  }

  .join_now_block {
    margin-right: 0;
    position: static;
  }

  .publication-filter-grid-wrapper {
    max-height: 300px;
    overflow: auto;
  }

  .filters-search-field {
    width: 100%;
  }

  .intro_popup.site_modal {
    opacity: 0;
    opacity: 0;
    display: none;
  }

  .event_img {
    width: auto;
  }

  .floating-block-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .float-det-text-2 {
    font-size: .9rem;
  }

  .float-details-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .float-details-4.bottom {
    padding-bottom: 20px;
  }

  .row_sec_2 {
    flex-flow: column;
  }

  .code_embed_hide {
    display: none;
  }

  .float-expand-link-2 {
    width: 40px;
    height: 40px;
  }

  .side_tag_wrapper_2 {
    top: 50%;
  }

  .form_embed {
    padding-right: 0;
  }

  .publilcation-list-stack {
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
    align-items: start;
  }

  .publilcation-list-stack .w-layout-cell {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .filter-list-category-cell {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar {
    position: static;
  }

  .fp_popup_item {
    min-width: 425px;
    max-width: 425px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup_login {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .user_details_div {
    min-width: 120px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .auth_wrap.md_popup {
    max-width: 480px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .auth_card {
    display: none;
  }

  .section-header {
    font-size: 1.675rem;
  }

  .container {
    padding-top: 3rem;
  }

  .page_heading {
    font-size: 1.5rem;
  }

  .page_heading.no_margin {
    font-size: 1.25rem;
    line-height: 36px;
  }

  .page_heading.small.mini {
    margin-top: 20px;
  }

  .exe_mem_stack {
    grid-template-columns: 1fr;
  }

  .officers_link.width {
    width: 100%;
  }

  .officers_flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .officers_link_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .officers_link_wrapper._1 {
    flex-flow: row;
  }

  .footer_grid_item.align_end {
    padding-left: 0;
  }

  .site_container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_grid {
    grid-column-gap: .5rem;
    grid-row-gap: 1.8rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact_section {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .formblock-2 {
    margin-left: 0;
  }

  .contact_info {
    margin-bottom: 5px;
  }

  .heading_small.top_margin {
    margin-top: 20px;
  }

  .officers-category {
    font-size: 1rem;
    line-height: 2rem;
  }

  .accordian-panel {
    display: none;
  }

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

  .slider_left_arrow_holder, .slider_right_arrow_holder {
    display: none;
  }

  .section_flex,
  .section_flex.zero_top {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .section_sub_title.size {
    font-size: 1.75rem;
    line-height: 35px;
  }

  .section_sub_title.size.larger {
    font-size: 1.5rem !important;
  }

  .about_pic {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .id_card_title {
    font-size: 1.25rem;
  }

  .resource_grid {
    flex-flow: column;
    display: flex;
  }

  .social_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .rps_pic {
    width: 20rem;
  }

  .filter-list-category-cell {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .intro_wrap-2 {
    max-width: 420px;
  }

  .intro_popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro_popup.site_modal {
    opacity: 0;
    opacity: 0;
    display: none;
  }

  .ossi-popup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ossi_popup_img {
    width: 360px;
    min-width: 280px;
    max-width: 400px;
  }

  .cico_apply_button {
    font-size: 16px;
  }

  .my_page_flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .post_login_item {
    min-width: 320px;
    max-width: 320px;
  }

  .powered-by-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .recaptcha-wrapper {
    transform-origin: 0 0;
    margin-bottom: 20px;
    transform: scale(.9);
  }

  .event_card_large {
    flex-flow: column;
  }

  .all_events_holder_filter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .membership_popup_item {
    min-width: 425px;
    max-width: 425px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mem_list_div.side {
    padding-bottom: 30px;
  }

  .mem_list_div.side.top_border_margin {
    border-top: 1px solid #e1e1eb;
  }

  .member_list {
    padding-left: 20px;
  }

  .mem_det_head_div.flex {
    padding-left: 10px;
  }

  .membership_type_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: auto;
  }

  .journal_button {
    padding: 10px 20px;
    font-size: 16px;
  }

  .membership_popup_height_div {
    height: 500px;
    max-height: 500px;
    overflow: auto;
  }

  .popup_heading {
    font-size: 1.5rem;
  }

  .ossi_intro_popup_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro_wrap {
    max-width: 500px;
  }

  .journal_redirect_button_2-2 {
    font-size: 16px;
  }

  .float-details-text-block-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .popup_video_heading {
    margin-top: 10px;
    font-size: 20px;
  }

  .float-details-innr-2.grow {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .float-vote-text-2 {
    font-size: 1.75rem;
  }

  .float-vote-text-2.height-id {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .voting-popup-close-wrap {
    background-color: #fff;
    padding: 4px;
  }

  .popup_video_heading_wrapper {
    margin-top: 10px;
    font-size: 20px;
  }

  .video-span-popup {
    font-size: 14px;
  }

  .float-expand-wrapper-copy {
    width: 30px;
    height: 30px;
  }

  .float-details-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .float-details-4.bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .float-video-flex-wrapper {
    flex-flow: column-reverse;
  }

  .float-expand-link-2 {
    top: 5%;
    right: -3%;
  }

  .side_tag_wrapper_2 {
    top: 50%;
  }

  .coe_form_popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .coe_form_wrap {
    max-width: 500px;
  }

  .ossi_coe_form_popup_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button.w--open {
    color: var(--black);
    background-color: #a6b1bf00;
  }

  .fp_popup_item {
    min-width: 320px;
    max-width: 320px;
  }

  .nav_mobile_no {
    display: none;
  }

  .nav_mobile_no_wrapper {
    margin-top: 5px;
  }

  .section_head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav_social_icons {
    display: none;
  }

  .title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .nav_icons_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .site_title {
    display: none;
  }

  .page_header_wrapper {
    padding-top: 1.125rem;
  }

  .section-header-cont {
    padding-bottom: 1.125rem;
  }

  .section-header {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5625rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page_heading.no_margin, .page_heading.no_margin.blue {
    font-size: 1.25rem;
  }

  .page_heading.small.mini {
    margin-top: 20px;
  }

  .exe_mem_stack {
    width: 100%;
  }

  .officers-stack {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .officers_link.width {
    width: 100%;
  }

  .officers_flex, .officers_flex.space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .officers_link_wrapper {
    flex-flow: column;
    display: flex;
  }

  .officers_link_wrapper._1 {
    flex-flow: column;
  }

  .footer_grid_item.align_end {
    padding-left: 0;
  }

  .footer_grid_item.logo_block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .a360_logo {
    margin-top: 10px;
  }

  .site_container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .contact_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form_name_fields-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .contact_info {
    font-size: 20px;
  }

  .header_contact_detail-2.max_width {
    line-height: 1.5rem;
  }

  .button_flex_wrapper_fw.fx {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .list_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .officers-category {
    font-size: 1.05rem;
  }

  .accordian-panel {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .resource_stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .ellow_pic_wrapper {
    flex-flow: column;
  }

  .hero_heading {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .slider_left_arrow_holder, .slider_right_arrow_holder {
    display: none;
  }

  .section_sub_title {
    line-height: 1.5rem;
  }

  .section_sub_title.size {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .section_sub_title.size.larger {
    margin-bottom: 10px;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .ofz-width-blk {
    width: 100%;
  }

  .my_page_stack {
    padding-left: 0;
    padding-right: 0;
  }

  .page_icon_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .page_icon {
    width: 100px;
    max-height: none;
  }

  .my_page_link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .publications_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .site_title_mob {
    align-self: center;
    display: block;
  }

  .intro_wrap-2 {
    max-width: 320px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .intro_popup.site_modal {
    opacity: 0;
    opacity: 0;
    display: none;
  }

  .ossi-popup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ossi_popup_img {
    width: 360px;
    min-width: 280px;
    max-width: 400px;
  }

  .cico_apply_button {
    font-size: 14px;
  }

  .my_page_flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .recaptcha-wrapper {
    transform: scale(.95);
  }

  .membership_popup_item {
    min-width: 320px;
    max-width: 320px;
  }

  .membership_plan_type_heading {
    margin-top: 0;
    font-size: 20px;
  }

  .membership_plan_type_heading.top {
    margin-top: 10px;
  }

  .membership_plan_card_mob {
    background-color: #e1e9fa;
  }

  .mem_list_div.side.top_border_margin {
    border-top-color: #c5c5da;
  }

  .mem_plan_title_mob {
    font-size: 20px;
    font-weight: 600;
  }

  .journal_button {
    font-size: 14px;
  }

  .journal_button.width {
    text-align: center;
    align-self: stretch;
    width: 100%;
    font-size: 1rem;
  }

  .ossi_intro_popup_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro_wrap {
    max-width: 400px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .journal_redirect_button_2-2 {
    font-size: 14px;
  }

  .float-details-text-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    flex-flow: row;
  }

  .site_container_3.float_bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .popup-youtube-lightbox {
    width: 150px;
    height: auto;
  }

  .popup_video_heading {
    font-size: 18px;
    line-height: 30px;
  }

  .float-details-innr-2 {
    padding-bottom: 10px;
  }

  .float-vote-text-2 {
    font-size: 1.5rem;
  }

  .float-vote-text-2.height-id {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .float-vote-text-2.height-id.top {
    margin-top: 0;
    font-size: 1.35rem;
  }

  .popup_video_heading_wrapper {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .video-span-popup {
    font-size: 12px;
    line-height: 24px;
  }

  .float-expand-wrapper-copy {
    width: 26px;
    height: 26px;
  }

  .float-det-text-2 {
    font-size: .85rem;
  }

  .float-details-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .float-details-4.bottom {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .expand-icon {
    width: 20px;
    height: 20px;
  }

  .float-expand-link-2 {
    width: 32px;
    height: 32px;
    top: 0%;
  }

  .coe_form_wrap {
    max-width: 400px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ossi_coe_form_popup_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-3f53e97b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

#w-node-_89d38c52-feff-1473-0cba-af83d7d826dc-d7d826d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89d38c52-feff-1473-0cba-af83d7d826ee-d7d826d8, #w-node-_89d38c52-feff-1473-0cba-af83d7d82712-d7d826d8 {
  justify-self: end;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-04692bd3, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-765029a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

#w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-765029a3 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-a611061c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

#w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-a611061c {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  display: none;
}

#w-node-_44b38be9-e12d-1988-53c3-f7fae821f242-a611061c, #w-node-_44b38be9-e12d-1988-53c3-f7fae821f25e-a611061c, #w-node-_52e89d55-ce7c-240f-3e76-46dc842adcd1-a611061c, #w-node-_52e89d55-ce7c-240f-3e76-46dc842adced-a611061c, #w-node-_49ff3617-5c9d-cddc-1902-b1f7a9f785b0-a611061c, #w-node-_49ff3617-5c9d-cddc-1902-b1f7a9f785cc-a611061c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

#w-node-f3e3ebc6-470b-2e81-ef79-88e596e30793-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-beb537c4-995a-97f9-26ef-f2959e20eb8f-f365ec7c {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_49030e33-5ff6-9412-8fff-d7760a068dc9-f365ec7c, #w-node-_8c38579e-f469-b4a6-1479-96917f498cf1-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_8ef581c4-8fe0-6a96-0544-31be6a547191-f365ec7c, #w-node-_2360ffde-0559-33ce-e389-7e4ee353765f-f365ec7c, #w-node-f860f6db-5e66-f461-016b-180ee33568f3-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d3d72b75-f110-7516-42b5-572217fbb48d-f365ec7c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8b37631d-2431-8e6f-a915-6171bf8477be-f365ec7c, #w-node-_8da0034f-a3ae-9ee0-a3b9-204d4b4166be-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ce8161a8-e78a-2374-25fe-f268282c5c54-f365ec7c {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_6c469af0-34d6-e227-04ff-719de5de355b-f365ec7c, #w-node-_54f11429-8029-8be3-ae6e-cc9b62797f17-f365ec7c, #w-node-c134b4c5-155c-8272-78c4-098dbafcfbad-f365ec7c, #w-node-f7c383a4-90e6-2f0c-2bff-535dd19e80f2-f365ec7c, #w-node-bcb6ed2b-46eb-b595-e7aa-3f8571e14f98-f365ec7c, #w-node-a09b704f-cb79-d064-6f27-599fdef9377d-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-f365ec7c, #w-node-d2176153-f8b0-80ef-e470-611e128b2d3c-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_6939c87e-fdd0-92ee-20d8-cc75286b4612-f365ec7c, #w-node-e516c16f-78bd-a892-82ed-5c07c78845a7-f365ec7c, #w-node-_67208cbd-b1c6-9475-0a29-09e5ff3bf823-f365ec7c, #w-node-bbcaae99-6b0f-d2c7-f977-bd723d5e2772-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8ef77e0f-ab2f-80e8-833e-c5f1496ef769-f365ec7c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4b73f336-68d0-04a3-79dc-b11a07b6d91d-f365ec7c, #w-node-f0505954-133a-331a-cf64-35873789386d-f365ec7c, #w-node-_979064a0-f53d-3704-0dab-a64fac355cea-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b4d373f5-25dc-9578-a505-30e880bea83a-f365ec7c {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_1f7c3ac5-031c-e6e0-4e04-1638b03a3767-f365ec7c, #w-node-_2ba700ee-19d9-f14a-dec1-36512b18d240-f365ec7c, #w-node-bc4645a1-4b09-e815-be47-113270d0dc13-f365ec7c, #w-node-_53d8b1bc-0542-85f8-521f-1a8cb60932f5-f365ec7c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-d579d235-27d1-c7ab-3151-27b8663dcbf8-efcf7e10 {
  place-self: auto;
}

#w-node-_558455ad-ceea-854c-985d-b43321a5e25b-efcf7e10, #w-node-aca0d050-a7f8-7f11-0574-748ec24fae46-efcf7e10 {
  place-self: center;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-b03dcc8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-e1ce51d7, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-8ad33824, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-d3a393f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-633b9f5f, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-52eb01f4, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-a1c25deb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-0b210880, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-83f83939, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-edb818fd, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-22d9ebde, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-4205af36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-79a41f9a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-4f222552, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-48fd59e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f94da57f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

#w-node-_7a7b592c-8724-0cc3-9c96-235fc049ad89-f94da57f {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-ffe4cff9, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-50e9f991, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-2755d65e, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-b5f148c0, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-cb18b359, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f73a517d, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-af218b12, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-c6ebe4c6, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-abbdb58f, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-0ca9a68b, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-b1678c73, #w-node-_8d4d061b-f9f6-b1b1-6d11-7afe0d6ced4b-7af00b61 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

#w-node-d9b7571d-fb6c-55ff-78dd-244dbfbc45a3-7af00b61 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-10b52cd4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

#w-node-_1ed01bc1-12a4-5b1e-ed6c-5cf1b271bdb9-10b52cd4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-d7939d99, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-c20afd81, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-fa53be7a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

#w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac5ef-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac60b-9eeebb3a {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac628-9eeebb3a {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac647-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac671-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac69b-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac6ba-9eeebb3a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac6ef-9eeebb3a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac754-9eeebb3a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac79c-9eeebb3a {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac7e0-9eeebb3a {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

#w-node-_5241de4e-42d9-3b90-c245-9471a5b9c6cb-6e5ea4c5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 3fr 1fr;
}

#w-node-_5241de4e-42d9-3b90-c245-9471a5b9c6d4-6e5ea4c5 {
  grid-row: span 2 / span 2;
}

#w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f7a482da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-3f53e97b, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-04692bd3, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-765029a3, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-a611061c, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f365ec7c, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-b03dcc8c, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-e1ce51d7, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-8ad33824, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-d3a393f8, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-633b9f5f, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-52eb01f4, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-a1c25deb, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-0b210880, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-83f83939, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-edb818fd, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-22d9ebde, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-4205af36, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-79a41f9a, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-4f222552, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-48fd59e1, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f94da57f, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-ffe4cff9, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-50e9f991, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-2755d65e, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-b5f148c0, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-cb18b359, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f73a517d, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-af218b12, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-c6ebe4c6, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-abbdb58f, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-0ca9a68b, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-b1678c73, #w-node-_8d4d061b-f9f6-b1b1-6d11-7afe0d6ced4b-7af00b61, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-10b52cd4, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-d7939d99, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-c20afd81, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-fa53be7a, #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f7a482da {
    grid-template-rows: auto;
    grid-template-columns: 1fr 5fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-3f53e97b {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-3f53e97b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89d38c52-feff-1473-0cba-af83d7d826dc-d7d826d8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_89d38c52-feff-1473-0cba-af83d7d826ee-d7d826d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_89d38c52-feff-1473-0cba-af83d7d82712-d7d826d8 {
    align-self: end;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-04692bd3 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-04692bd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-765029a3 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-765029a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-765029a3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-a611061c {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-a611061c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-a611061c, #w-node-_44b38be9-e12d-1988-53c3-f7fae821f242-a611061c, #w-node-_44b38be9-e12d-1988-53c3-f7fae821f25e-a611061c, #w-node-_52e89d55-ce7c-240f-3e76-46dc842adcd1-a611061c, #w-node-_52e89d55-ce7c-240f-3e76-46dc842adced-a611061c, #w-node-_49ff3617-5c9d-cddc-1902-b1f7a9f785b0-a611061c, #w-node-_49ff3617-5c9d-cddc-1902-b1f7a9f785cc-a611061c {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f365ec7c {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-f365ec7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3e3ebc6-470b-2e81-ef79-88e596e30793-f365ec7c, #w-node-beb537c4-995a-97f9-26ef-f2959e20eb8f-f365ec7c, #w-node-_49030e33-5ff6-9412-8fff-d7760a068dc9-f365ec7c, #w-node-_8c38579e-f469-b4a6-1479-96917f498cf1-f365ec7c, #w-node-_8ef581c4-8fe0-6a96-0544-31be6a547191-f365ec7c, #w-node-_2360ffde-0559-33ce-e389-7e4ee353765f-f365ec7c, #w-node-f860f6db-5e66-f461-016b-180ee33568f3-f365ec7c, #w-node-d3d72b75-f110-7516-42b5-572217fbb48d-f365ec7c, #w-node-_8b37631d-2431-8e6f-a915-6171bf8477be-f365ec7c, #w-node-_8da0034f-a3ae-9ee0-a3b9-204d4b4166be-f365ec7c, #w-node-ce8161a8-e78a-2374-25fe-f268282c5c54-f365ec7c, #w-node-_6c469af0-34d6-e227-04ff-719de5de355b-f365ec7c, #w-node-_54f11429-8029-8be3-ae6e-cc9b62797f17-f365ec7c, #w-node-c134b4c5-155c-8272-78c4-098dbafcfbad-f365ec7c, #w-node-f7c383a4-90e6-2f0c-2bff-535dd19e80f2-f365ec7c, #w-node-bcb6ed2b-46eb-b595-e7aa-3f8571e14f98-f365ec7c, #w-node-a09b704f-cb79-d064-6f27-599fdef9377d-f365ec7c, #w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-f365ec7c, #w-node-d2176153-f8b0-80ef-e470-611e128b2d3c-f365ec7c, #w-node-_6939c87e-fdd0-92ee-20d8-cc75286b4612-f365ec7c, #w-node-e516c16f-78bd-a892-82ed-5c07c78845a7-f365ec7c, #w-node-_67208cbd-b1c6-9475-0a29-09e5ff3bf823-f365ec7c, #w-node-bbcaae99-6b0f-d2c7-f977-bd723d5e2772-f365ec7c, #w-node-_8ef77e0f-ab2f-80e8-833e-c5f1496ef769-f365ec7c, #w-node-_4b73f336-68d0-04a3-79dc-b11a07b6d91d-f365ec7c, #w-node-f0505954-133a-331a-cf64-35873789386d-f365ec7c, #w-node-_979064a0-f53d-3704-0dab-a64fac355cea-f365ec7c, #w-node-b4d373f5-25dc-9578-a505-30e880bea83a-f365ec7c, #w-node-_1f7c3ac5-031c-e6e0-4e04-1638b03a3767-f365ec7c, #w-node-_2ba700ee-19d9-f14a-dec1-36512b18d240-f365ec7c, #w-node-bc4645a1-4b09-e815-be47-113270d0dc13-f365ec7c, #w-node-_53d8b1bc-0542-85f8-521f-1a8cb60932f5-f365ec7c {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-b03dcc8c {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-b03dcc8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-e1ce51d7 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-e1ce51d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-8ad33824 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-8ad33824 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-d3a393f8 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-d3a393f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-633b9f5f {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-633b9f5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-52eb01f4 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-52eb01f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-a1c25deb {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-a1c25deb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-0b210880 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-0b210880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-83f83939 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-83f83939 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-edb818fd {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-edb818fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-22d9ebde {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-22d9ebde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-4205af36 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-4205af36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-79a41f9a {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-79a41f9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-4f222552 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-4f222552 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-48fd59e1 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-48fd59e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f94da57f {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-f94da57f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-ffe4cff9 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-ffe4cff9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-50e9f991 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-50e9f991 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-2755d65e {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-2755d65e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-b5f148c0 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-b5f148c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-cb18b359 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-cb18b359 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f73a517d {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-f73a517d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-af218b12 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-af218b12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-c6ebe4c6 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-c6ebe4c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-abbdb58f {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-abbdb58f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-0ca9a68b {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-0ca9a68b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-b1678c73 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-b1678c73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d4d061b-f9f6-b1b1-6d11-7afe0d6ced4b-7af00b61 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_8d4d061b-f9f6-b1b1-6d11-7afe0d6ced4f-7af00b61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-10b52cd4 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-10b52cd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-d7939d99 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-d7939d99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-c20afd81 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-c20afd81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-fa53be7a {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-fa53be7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac5ef-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac60b-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac628-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac647-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac671-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac69b-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac6ba-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac6ef-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac754-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac79c-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac7e0-9eeebb3a {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_5241de4e-42d9-3b90-c245-9471a5b9c6cb-6e5ea4c5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 3fr;
  }

  #w-node-_5241de4e-42d9-3b90-c245-9471a5b9c6d4-6e5ea4c5 {
    grid-row: span 2 / span 2;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc01cd-f7a482da {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_25b088dd-a545-b241-26ad-094727dc0219-f7a482da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_89d38c52-feff-1473-0cba-af83d7d826ee-d7d826d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_89d38c52-feff-1473-0cba-af83d7d82712-d7d826d8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-765029a3, #w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-a611061c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_44b38be9-e12d-1988-53c3-f7fae821f242-a611061c, #w-node-_44b38be9-e12d-1988-53c3-f7fae821f25e-a611061c, #w-node-_52e89d55-ce7c-240f-3e76-46dc842adcd1-a611061c, #w-node-_52e89d55-ce7c-240f-3e76-46dc842adced-a611061c, #w-node-_49ff3617-5c9d-cddc-1902-b1f7a9f785b0-a611061c, #w-node-_49ff3617-5c9d-cddc-1902-b1f7a9f785cc-a611061c, #w-node-f3e3ebc6-470b-2e81-ef79-88e596e30793-f365ec7c, #w-node-beb537c4-995a-97f9-26ef-f2959e20eb8f-f365ec7c, #w-node-_49030e33-5ff6-9412-8fff-d7760a068dc9-f365ec7c, #w-node-_8c38579e-f469-b4a6-1479-96917f498cf1-f365ec7c, #w-node-_8ef581c4-8fe0-6a96-0544-31be6a547191-f365ec7c, #w-node-_2360ffde-0559-33ce-e389-7e4ee353765f-f365ec7c, #w-node-f860f6db-5e66-f461-016b-180ee33568f3-f365ec7c, #w-node-d3d72b75-f110-7516-42b5-572217fbb48d-f365ec7c, #w-node-_8b37631d-2431-8e6f-a915-6171bf8477be-f365ec7c, #w-node-_8da0034f-a3ae-9ee0-a3b9-204d4b4166be-f365ec7c, #w-node-ce8161a8-e78a-2374-25fe-f268282c5c54-f365ec7c, #w-node-_6c469af0-34d6-e227-04ff-719de5de355b-f365ec7c, #w-node-_54f11429-8029-8be3-ae6e-cc9b62797f17-f365ec7c, #w-node-c134b4c5-155c-8272-78c4-098dbafcfbad-f365ec7c, #w-node-f7c383a4-90e6-2f0c-2bff-535dd19e80f2-f365ec7c, #w-node-bcb6ed2b-46eb-b595-e7aa-3f8571e14f98-f365ec7c, #w-node-a09b704f-cb79-d064-6f27-599fdef9377d-f365ec7c, #w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-f365ec7c, #w-node-d2176153-f8b0-80ef-e470-611e128b2d3c-f365ec7c, #w-node-_6939c87e-fdd0-92ee-20d8-cc75286b4612-f365ec7c, #w-node-e516c16f-78bd-a892-82ed-5c07c78845a7-f365ec7c, #w-node-_67208cbd-b1c6-9475-0a29-09e5ff3bf823-f365ec7c, #w-node-bbcaae99-6b0f-d2c7-f977-bd723d5e2772-f365ec7c, #w-node-_8ef77e0f-ab2f-80e8-833e-c5f1496ef769-f365ec7c, #w-node-_4b73f336-68d0-04a3-79dc-b11a07b6d91d-f365ec7c, #w-node-f0505954-133a-331a-cf64-35873789386d-f365ec7c, #w-node-_979064a0-f53d-3704-0dab-a64fac355cea-f365ec7c, #w-node-b4d373f5-25dc-9578-a505-30e880bea83a-f365ec7c, #w-node-_1f7c3ac5-031c-e6e0-4e04-1638b03a3767-f365ec7c, #w-node-_2ba700ee-19d9-f14a-dec1-36512b18d240-f365ec7c, #w-node-bc4645a1-4b09-e815-be47-113270d0dc13-f365ec7c, #w-node-_53d8b1bc-0542-85f8-521f-1a8cb60932f5-f365ec7c, #w-node-d9b7571d-fb6c-55ff-78dd-244dbfbc45a3-7af00b61 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1ed01bc1-12a4-5b1e-ed6c-5cf1b271bdb9-10b52cd4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac5ef-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac60b-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac628-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac647-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac671-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac69b-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac6ba-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac6ef-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac754-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac79c-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac7e0-9eeebb3a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89d38c52-feff-1473-0cba-af83d7d826ee-d7d826d8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_89d38c52-feff-1473-0cba-af83d7d82700-d7d826d8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_89d38c52-feff-1473-0cba-af83d7d82712-d7d826d8 {
    justify-self: center;
  }

  #w-node-_44b38be9-e12d-1988-53c3-f7fae821f242-a611061c, #w-node-_44b38be9-e12d-1988-53c3-f7fae821f25e-a611061c, #w-node-_52e89d55-ce7c-240f-3e76-46dc842adcd1-a611061c, #w-node-_52e89d55-ce7c-240f-3e76-46dc842adced-a611061c, #w-node-_49ff3617-5c9d-cddc-1902-b1f7a9f785b0-a611061c, #w-node-_49ff3617-5c9d-cddc-1902-b1f7a9f785cc-a611061c, #w-node-f3e3ebc6-470b-2e81-ef79-88e596e30793-f365ec7c, #w-node-beb537c4-995a-97f9-26ef-f2959e20eb8f-f365ec7c, #w-node-_49030e33-5ff6-9412-8fff-d7760a068dc9-f365ec7c, #w-node-_8c38579e-f469-b4a6-1479-96917f498cf1-f365ec7c, #w-node-_8ef581c4-8fe0-6a96-0544-31be6a547191-f365ec7c, #w-node-_2360ffde-0559-33ce-e389-7e4ee353765f-f365ec7c, #w-node-f860f6db-5e66-f461-016b-180ee33568f3-f365ec7c, #w-node-d3d72b75-f110-7516-42b5-572217fbb48d-f365ec7c, #w-node-_8b37631d-2431-8e6f-a915-6171bf8477be-f365ec7c, #w-node-_8da0034f-a3ae-9ee0-a3b9-204d4b4166be-f365ec7c, #w-node-ce8161a8-e78a-2374-25fe-f268282c5c54-f365ec7c, #w-node-_6c469af0-34d6-e227-04ff-719de5de355b-f365ec7c, #w-node-_54f11429-8029-8be3-ae6e-cc9b62797f17-f365ec7c, #w-node-c134b4c5-155c-8272-78c4-098dbafcfbad-f365ec7c, #w-node-f7c383a4-90e6-2f0c-2bff-535dd19e80f2-f365ec7c, #w-node-bcb6ed2b-46eb-b595-e7aa-3f8571e14f98-f365ec7c, #w-node-a09b704f-cb79-d064-6f27-599fdef9377d-f365ec7c, #w-node-_305e412a-298b-d917-7aa1-4311ee4389ad-f365ec7c, #w-node-d2176153-f8b0-80ef-e470-611e128b2d3c-f365ec7c, #w-node-_6939c87e-fdd0-92ee-20d8-cc75286b4612-f365ec7c, #w-node-e516c16f-78bd-a892-82ed-5c07c78845a7-f365ec7c, #w-node-_67208cbd-b1c6-9475-0a29-09e5ff3bf823-f365ec7c, #w-node-bbcaae99-6b0f-d2c7-f977-bd723d5e2772-f365ec7c, #w-node-_8ef77e0f-ab2f-80e8-833e-c5f1496ef769-f365ec7c, #w-node-_4b73f336-68d0-04a3-79dc-b11a07b6d91d-f365ec7c, #w-node-f0505954-133a-331a-cf64-35873789386d-f365ec7c, #w-node-_979064a0-f53d-3704-0dab-a64fac355cea-f365ec7c, #w-node-b4d373f5-25dc-9578-a505-30e880bea83a-f365ec7c, #w-node-_1f7c3ac5-031c-e6e0-4e04-1638b03a3767-f365ec7c, #w-node-_2ba700ee-19d9-f14a-dec1-36512b18d240-f365ec7c, #w-node-bc4645a1-4b09-e815-be47-113270d0dc13-f365ec7c, #w-node-_53d8b1bc-0542-85f8-521f-1a8cb60932f5-f365ec7c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a7b592c-8724-0cc3-9c96-235fc049ad89-f94da57f {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1ed01bc1-12a4-5b1e-ed6c-5cf1b271bdb9-10b52cd4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac5ef-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac60b-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac628-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac647-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac671-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac69b-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac6ba-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac6ef-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac754-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac79c-9eeebb3a, #w-node-_53822a7b-9b2c-a350-62fe-fc72c6cac7e0-9eeebb3a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Netlify AJAX form feedback (contact enquiry) */
.form-msg {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
}
.form-msg__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.form-msg--success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
}
.form-msg--success .form-msg__icon {
  background: #4caf50;
  color: #fff;
}
.form-msg--error {
  background: #ffebee;
  border: 1px solid #ef9a9a;
  color: #c62828;
}
.form-msg--error .form-msg__icon {
  background: #e53935;
  color: #fff;
}
.form-required-note {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.45;
  color: #3d4a5c;
  background: linear-gradient(135deg, #f6f8fc 0%, #eef3fb 100%);
  border: 1px solid rgba(78, 137, 238, 0.18);
  border-left: 3px solid var(--theme_primary);
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
.form-required-note__asterisk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 4px;
  background: rgba(217, 55, 93, 0.12);
  color: #d9375d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.form-required-note__text {
  letter-spacing: 0.01em;
}
.field-error {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #c62828;
}
.field-error[hidden] {
  display: none;
}
.text_field-2.field-invalid,
.textarea-2.field-invalid {
  border-color: #c62828;
  box-shadow: 0 0 0 1px #c62828;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ossi-skeleton-row {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.ossi-skeleton-block {
  height: 14px;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #ececec 25%, #f5f5f5 50%, #ececec 75%);
  background-size: 200% 100%;
  animation: ossiSkeletonPulse 1.2s ease-in-out infinite;
}

.ossi-skeleton-block--short {
  width: 60%;
}

@keyframes ossiSkeletonPulse {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ossi-skeleton-block {
    animation: none;
    background: #ececec;
  }
}

/* ---- Smooth page navigation transitions (lightweight, no framework) ---- */
@media (prefers-reduced-motion: no-preference) {
  html.ossi-transitions body.ossi-leaving {
    animation: none;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
}

/* Show login/profile immediately (before deferred JS) for faster mobile paint */
html.ossi-auth-out #member-hub {
  display: flex !important;
}

html.ossi-auth-out #profile-menu {
  display: none !important;
}

html.ossi-auth-in #member-hub {
  display: none !important;
}

html.ossi-auth-in #profile-menu {
  display: block !important;
}

/* Smooth modal open/close (IHPBA-style backdrop + panel motion) */
.site_modal,
.coe_form_popup,
.forgot_pass_popup,
.membership_plan_popup,
.post_login_popup,
#event-details-popup,
#post-login-popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.site_modal.is-visible,
.coe_form_popup.is-visible,
.forgot_pass_popup.is-visible,
.membership_plan_popup.is-visible,
.post_login_popup.is-visible,
#event-details-popup.is-visible,
#post-login-popup.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site_modal.is-closing,
.coe_form_popup.is-closing,
.forgot_pass_popup.is-closing,
.membership_plan_popup.is-closing,
.post_login_popup.is-closing,
#event-details-popup.is-closing,
#post-login-popup.is-closing {
  display: flex !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site_modal .auth_wrap,
.site_modal .intro_wrap,
.site_modal .auth_dialog-3.intro_dialog,
.coe_form_popup .coe_form_wrap,
.forgot_pass_popup .fp_popup_item,
.membership_plan_popup .membership_popup_item,
.post_login_popup .post_login_item,
#event-details-popup > *,
#post-login-popup > * {
  transform: translateY(1rem) scale(0.98);
  transition: transform 0.4s ease;
}

.site_modal.is-visible .auth_wrap,
.site_modal.is-visible .intro_wrap,
.site_modal.is-visible .auth_dialog-3.intro_dialog,
.coe_form_popup.is-visible .coe_form_wrap,
.forgot_pass_popup.is-visible .fp_popup_item,
.membership_plan_popup.is-visible .membership_popup_item,
.post_login_popup.is-visible .post_login_item,
#event-details-popup.is-visible > *,
#post-login-popup.is-visible > * {
  transform: translateY(0) scale(1);
}

.site_modal.is-closing .auth_wrap,
.site_modal.is-closing .intro_wrap,
.site_modal.is-closing .auth_dialog-3.intro_dialog,
.coe_form_popup.is-closing .coe_form_wrap,
.forgot_pass_popup.is-closing .fp_popup_item,
.membership_plan_popup.is-closing .membership_popup_item,
.post_login_popup.is-closing .post_login_item,
#event-details-popup.is-closing > *,
#post-login-popup.is-closing > * {
  transform: translateY(1rem) scale(0.98);
}

@media (prefers-reduced-motion: reduce) {
  .site_modal,
  .coe_form_popup,
  .forgot_pass_popup,
  .membership_plan_popup,
  .post_login_popup,
  .site_modal .auth_wrap,
  .site_modal .intro_wrap,
  .coe_form_popup .coe_form_wrap,
  .forgot_pass_popup .fp_popup_item,
  .membership_plan_popup .membership_popup_item,
  .post_login_popup .post_login_item {
    transition: none;
    transform: none;
  }
}

/* Section scroll reveal (slide up + fade) */
@media (prefers-reduced-motion: no-preference) {
  section.section.ossi-reveal,
  section.footer_section.ossi-reveal,
  section.page_header_wrapper.ossi-reveal {
    transition: opacity 0.55s ease, transform 0.55s ease;
    will-change: opacity, transform;
  }

  section.section.ossi-reveal:not(.ossi-reveal--visible),
  section.footer_section.ossi-reveal:not(.ossi-reveal--visible),
  section.page_header_wrapper.ossi-reveal:not(.ossi-reveal--visible) {
    opacity: 0;
    transform: translateY(22px);
  }

  section.section.ossi-reveal--visible,
  section.footer_section.ossi-reveal--visible,
  section.page_header_wrapper.ossi-reveal--visible {
    opacity: 1;
    transform: translateY(0);
  }

  .no_event_wrapper.ossi-reveal {
    transition: opacity 0.45s ease, transform 0.45s ease;
    will-change: opacity, transform;
  }

  .no_event_wrapper.ossi-reveal:not(.ossi-reveal--visible) {
    opacity: 0;
    transform: translateY(14px);
  }

  .no_event_wrapper.ossi-reveal--visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Back to top (long pages) */
.ossi-back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--theme_primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(78, 137, 238, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.ossi-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ossi-back-to-top:hover {
  background: var(--theme_high);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 46, 105, 0.3);
}
.ossi-back-to-top:focus-visible {
  outline: 2px solid var(--theme_secondary);
  outline-offset: 3px;
}

/* Hover / focus states for interactive controls */
.ossi-btn-motion,
.w-button,
.form_button,
.login_btn,
.google_btn,
.outline_btn,
.hero_button_site,
.journal_button,
.journal_redirect_button_2-2,
.event_register_button,
.event_details_button,
.ev_concluded_button,
.ev_butto,
.resource_butto,
.link_button,
.sec_button,
.join_now_button,
.cico_apply_button,
.ossi-back-to-top,
.officers-stack,
.card_title_para_wrapper,
.ev_card,
.resource_cell,
.resource_s_cell,
.social_s_cell,
.page_icon_wrapper {
  transition: filter 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

/* Solid / primary buttons */
.w-button:hover,
.form_button:hover,
.login_btn:hover,
.google_btn:hover,
.outline_btn:hover,
.hero_button_site:hover,
.journal_button:hover,
.journal_redirect_button_2-2:hover,
.event_register_button:hover,
.resource_butto:hover,
.link_button:hover,
.ev_butto:hover,
.sec_button:hover,
.join_now_button:hover,
.cico_apply_button:hover {
  filter: brightness(0.94);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 46, 105, 0.18);
}

.join_now_button:hover {
  filter: brightness(0.97);
  color: var(--theme_primary);
}

.link_button.closed:hover {
  filter: none;
  transform: none;
  box-shadow: none;
}

/* Sidebar links use w-button but should not lift like CTAs */
.right_link_button.w-button:hover {
  filter: none;
  box-shadow: none;
  transform: translateX(4px);
}

.event_details_button:hover {
  background-color: #061734;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(6, 23, 52, 0.22);
}

.ev_concluded_button:hover {
  filter: brightness(0.97);
  transform: translateY(-1px);
}

/* Main navigation */
.nav-dropdown-link {
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
}
.nav-dropdown-link:hover {
  color: var(--theme_primary);
  background-color: rgba(78, 137, 238, 0.1);
}
.nav-dropdown-link.w--current:hover {
  color: var(--theme_primary);
  background-color: rgba(78, 137, 238, 0.14);
}

/* Profile / login dropdown items */
.dropdown_link {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background 0.2s ease, color 0.2s ease;
}
.dropdown_link:hover {
  color: var(--theme_primary);
  background-color: #f4f7fc;
}
.dropdown_logout_link {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background 0.2s ease, color 0.2s ease;
}
.dropdown_logout_link:hover {
  color: #a83258;
  background-color: #fff0f4;
}

/* Footer links */
.foot_link_item {
  transition: color 0.2s ease;
}
.foot_link_item:hover {
  color: #fff;
}
.foot_nav_list_item {
  transition: transform 0.2s ease;
}
.foot_nav_list_item svg {
  transition: fill 0.2s ease;
}
.foot_nav_list_item:hover {
  transform: translateX(3px);
}
.foot_nav_list_item:hover svg {
  fill: var(--theme_secondary);
}
.foot_nav_list_item:hover .foot_link_item {
  color: #fff;
}

/* Sidebar / in-page nav links */
.right_link_button {
  transition: color 0.2s ease, transform 0.2s ease;
}
.right_link_button:hover,
.right_link_button.w--current {
  color: var(--theme_secondary);
}

.right_link_button:hover {
  transform: translateX(4px);
}
.right_link_button:hover .right_chec_icon,
.right_link_button.w--current .right_chec_icon {
  color: var(--theme_secondary);
}

.redirect_link:hover {
  opacity: 0.88;
}
.redirect_link:hover .span_blk,
.redirect_link:hover img {
  filter: brightness(1.05);
}

/* Text links & redirects */
.redirect_text:hover,
.resource_redirect:hover,
.ev_links:hover,
.single_news_link:hover,
.text_redirect_y:hover,
.post_login_links:hover {
  color: var(--theme_secondary);
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
}
.redirect_text.color:hover {
  color: var(--theme_high);
}


/* Index page: news & upcoming events list cards */
.card_wrapper.space > .ev_redirect.w-inline-block {
  min-width: 100%;
  width: 100%;
  display: block;
}

.card_wrapper.space .ev_card {
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 8px 10px;
  box-sizing: border-box;
}

.card_wrapper.space .ev_redirect:hover .ev_card {
  background-color: rgba(244, 247, 252, 0.95);
  border-color: rgba(78, 137, 238, 0.2);
  box-shadow: 0 4px 14px rgba(13, 46, 105, 0.1);
  transform: none;
}

.card_wrapper.space .ev_redirect:hover .ev_head {
  color: var(--theme_primary);
}

.card_wrapper.lite .card_title_para_wrapper {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 14px 16px;
  box-sizing: border-box;
}

.card_wrapper.lite .ev_redirect:hover .card_title_para_wrapper {
  background-color: rgba(244, 247, 252, 0.95);
  border-color: rgba(78, 137, 238, 0.22);
  box-shadow: 0 4px 14px rgba(13, 46, 105, 0.08);
  transform: none;
}

.card_wrapper.lite .ev_redirect:hover .id_card_title {
  color: var(--theme_primary);
}

.resource_grid .ev_redirect {
  display: block;
  height: 100%;
}

.resource_grid .resource_s_cell {
  height: 100%;
}

.resource_grid .ev_redirect:hover .resource_s_cell {
  border-color: rgba(78, 137, 238, 0.45);
  box-shadow: 0 14px 32px rgba(13, 46, 105, 0.14);
  transform: translateY(-4px);
}

.resource_grid .ev_redirect:hover .resource_s_pic {
  transform: scale(1.04);
  filter: brightness(1.03);
}

.resource_grid .ev_redirect:hover .resouce_s_head {
  color: var(--theme_primary);
}

.resource_grid .ev_redirect:hover .paragraph-12.lite.space {
  color: #3a4258;
}

.social_grid .ev_redirect:hover .social_s_cell {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(13, 46, 105, 0.14);
}

/* Other homepage / resource cards */
.resource_redirect:hover .resource_title {
  color: var(--theme_primary);
}
.resource_cell:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

/* Officer / council profile cards */
.officers_link {
  border-radius: 6px;
  display: block;
}
.officers_link:hover .officers-stack {
  transform: translateY(-4px);
  border-color: rgba(78, 137, 238, 0.45);
  box-shadow: 0 12px 28px rgba(13, 46, 105, 0.14);
}
.officers_link:hover .officers-name-2 {
  color: var(--theme_primary);
}
.officers-name-2,
.officers-heading {
  transition: color 0.2s ease;
}

/* My page icon tiles */
.my_page_link:hover .page_icon_wrapper {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(13, 46, 105, 0.12);
}
.my_page_link:hover .page_icon_heading {
  color: var(--theme_primary);
}

/* News list items */
.single_news_card:hover .single_news_title {
  color: var(--theme_primary);
}

/* Focus-visible (keyboard accessibility) */
.w-button:focus-visible,
.form_button:focus-visible,
.login_btn:focus-visible,
.google_btn:focus-visible,
.outline_btn:focus-visible,
.hero_button_site:focus-visible,
.journal_button:focus-visible,
.journal_redirect_button_2-2:focus-visible,
.event_register_button:focus-visible,
.event_details_button:focus-visible,
.ev_concluded_button:focus-visible,
.ev_butto:focus-visible,
.resource_butto:focus-visible,
.link_button:focus-visible,
.sec_button:focus-visible,
.join_now_button:focus-visible,
.cico_apply_button:focus-visible,
.right_link_button:focus-visible,
.filters-reset-link:focus-visible,
.post_login_links:focus-visible,
.dropdown_link:focus-visible,
.dropdown_logout_link:focus-visible,
.foot_link_item:focus-visible,
.nav-link:focus-visible,
.nav-dropdown-link:focus-visible,
.redirect_text:focus-visible,
.redirect_link:focus-visible,
.resource_redirect:focus-visible,
.ev_links:focus-visible,
.ev_redirect:focus-visible,
.text_redirect_y:focus-visible,
.single_news_link:focus-visible,
.my_page_link:focus-visible,
.officers_link:focus-visible,
.ossi-back-to-top:focus-visible {
  outline: 2px solid var(--theme_primary);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .ossi-btn-motion,
  .w-button,
  .form_button,
  .login_btn,
  .google_btn,
  .outline_btn,
  .hero_button_site,
  .journal_button,
  .journal_redirect_button_2-2,
  .event_register_button,
  .event_details_button,
  .ev_concluded_button,
  .ev_butto,
  .resource_butto,
  .link_button,
  .sec_button,
  .join_now_button,
  .cico_apply_button,
  .filters-reset-link,
  .ossi-back-to-top,
  .officers-stack,
  .card_title_para_wrapper,
  .ev_card,
  .resource_cell,
  .resource_s_cell,
  .social_s_cell,
  .page_icon_wrapper,
  .nav-dropdown-link,
  .dropdown_link,
  .foot_link_item,
  .foot_nav_list_item,
  .right_link_button {
    transition: none;
  }
  .w-button:hover,
  .form_button:hover,
  .login_btn:hover,
  .google_btn:hover,
  .outline_btn:hover,
  .hero_button_site:hover,
  .journal_button:hover,
  .journal_redirect_button_2-2:hover,
  .event_register_button:hover,
  .event_details_button:hover,
  .ev_concluded_button:hover,
  .ev_butto:hover,
  .resource_butto:hover,
  .link_button:hover,
  .sec_button:hover,
  .join_now_button:hover,
  .cico_apply_button:hover,
  .filters-reset-link:hover,
  .ossi-back-to-top:hover,
  .right_link_button:hover,
  .foot_nav_list_item:hover,
  .officers_link:hover .officers-stack,
  .resource_cell:hover,
  .resource_grid .ev_redirect:hover .resource_s_cell,
  .social_grid .ev_redirect:hover .social_s_cell,
  .my_page_link:hover .page_icon_wrapper,
  .resource_grid .ev_redirect:hover .resource_s_pic,
  .slider_left_arrow_holder:hover .back-button,
  .slider_right_arrow_holder:hover .next-button,
  .slider_left_arrow_holder:active .back-button,
  .slider_right_arrow_holder:active .next-button {
    transform: none;
    filter: none;
  }
  .slider_left_arrow_holder .back-button,
  .slider_right_arrow_holder .next-button {
    transition: none;
  }
  section.section.ossi-reveal,
  section.footer_section.ossi-reveal,
  section.page_header_wrapper.ossi-reveal {
    transition: none;
    will-change: auto;
  }
  section.section.ossi-reveal:not(.ossi-reveal--visible),
  section.footer_section.ossi-reveal:not(.ossi-reveal--visible),
  section.page_header_wrapper.ossi-reveal:not(.ossi-reveal--visible) {
    opacity: 1;
    transform: none;
  }

  .no_event_wrapper.ossi-reveal {
    transition: none;
    will-change: auto;
  }

  .no_event_wrapper.ossi-reveal:not(.ossi-reveal--visible) {
    opacity: 1;
    transform: none;
  }
}

/* UI navigation links: no underline (hover cues use colour/weight only). */
.nav-link,
.nav-dropdown-link,
.right_link_button,
.breadcrumbs a,
.foot_link_item {
  text-decoration: none;
}

.ossi-offline-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  padding: 0.65rem 1rem;
  background: #5d1a1a;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}