/* Anubhav's code */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
:root {
     --brand-color-1: #f2921d;
     --brand-color-1h: #d18a00;
     --brand-color-2: #0071ba;
     --brand-color-2h: #2cb1bf;
}
html {
    font-size: 16px;
}
body {
    line-height: 1.375;
    padding: 0; margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: "Jost", sans-serif !important;
}
/* Layout */
.container {
	max-width: 960px;
}
a {
	text-decoration: none !important;color: #bf1a2b !important;
}
a:hover { 
	text-decoration: none;
}

ul,
ul li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

h1 {
    font-size: 2.25rem;
    margin: 1.25rem 0 1rem;
    font-weight: 800;
}

h2 {
   font-size: 2rem;
   margin: 1.25rem 0 1rem;
   font-weight: 400;
}

h3 {
    font-size: 1.8rem;
    margin: 1.25rem 0 1rem;
    font-weight: 400;
    line-height:140%;
}
h4 {
    font-size: 1.5rem;
    margin: 1.56rem 0 1rem;
    font-weight: 400;
    line-height:140%;
}

img {
    max-width: 100%;
    height: auto;
}
p {
	margin-bottom: 1rem;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}

header {
  /* padding: 10px 0; */
  /* position: sticky;
  top: 0;
  z-index: 999;
  background: #fff; */
}
.f-scrolled header {
  -webkit-box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
}
.container {
    min-width: 320px;
}

body.width-full #fContent > .container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

header .fModule.fLogo {
    padding-left: 15px;
    padding-right: 15px;
}
header .fModule.fLogo  img {
    max-height: 100px;
}
header ul, header ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
/***----**/

form.fForm .form-item {
    padding-top: 0;
    padding-bottom: 1rem;
}
form.fForm label {
    width: 100%;
    text-align: left;
    display: block;
    padding-top: 0;
}
input[type="text"],
input[type="email"],
input[type="password"], 
input[type="file"],
select, 
textarea {
    padding: 0.5rem !important;
    width: calc(100% - 2px) !important;
    border: 1px solid #aaa;
    border-radius: 3px !important;
    margin: 2px !important;
    height: 42px !important;
}
input[type="text"]:focus, 
input[type="password"]:focus,
select:focus, 
textarea:focus {
	border: 3px solid #aaa !important;
	margin: 0 !important;
}
.path-home- form.fForm .buttons,
.view-invoice form.fForm .buttons,
.path-user-make-payment- form.fForm .buttons  {
    padding-left: 0 !important;
}
form.fForm .buttons {
    padding-left: 15px !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
form.fForm .buttons input:focus {
    border: 3px solid var(--brand-color-1);
    margin: 2px;
    margin-right: 1rem;
}

form.fForm .form-item-error input,
form.fForm .form-item-error select,
form.fForm .form-item-error textarea {
	border: 2px solid #CC0000;
	margin: 1px;
}
form.fForm .form-item-error > label {
	color: #cc0000;
}
.fModule {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0.5rem 0;
}
/* For custom ul li maerkers */
.customList ul {
  padding: 0;
}
.customList li {
  padding-left: 31px !important;
  position: relative;
}
.customList li:after {
  content: '';
  position: absolute;
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(https://img.icons8.com/ios/50/hand-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 5px;
}
header .fModule {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.region-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu-link .fMenu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-link .fMenu li a {
  position: relative;
  display: block;
  padding: 10px;
  margin: 10px 0;
}

.menu-link .fMenu li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  left: 0;
  background: #bf1a2b;
  transition: 0.6s all;
}
.menu-link .fMenu li a:hover:after {
  width: 100%;
}
.menu-link nav > ul {
    display: flex;
  justify-content: center;
}
.menu-link nav > ul li {
  margin: 0 12px !important;
  position: relative;
}
.menu-link nav > ul a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  color: #f8a01a;
  text-decoration: none;
}
.menu-link li:last-child a {
  border-right: none;
}
.menu-link a:hover { 
  text-decoration: underline;
}
.menu-link li ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 19px -10px rgba(0,0,0,0.75);
  text-align: right;
}
.menu-link li ul li a  {
  padding: 8px 0;
}
.no-title .page-title,
.no-title .fPageTitle {
  display: none;
}
.page-title,
.fPageTitle {
  background: #014b66;
  padding: 10px 0;
}
.page-title h1,
.fPageTitle h1 {
  color: #fff;
  font-size: 2rem !important;
  padding: 0 15px;
  text-align: center;
  margin: 0 !important;
}
.fCustomList ul,
.fCustomList ul li {
    list-style: disc;
}
.fCustomList ul {
    padding-left: 20px !important;
}
form.fForm fieldset {
  border: 0 none;
  margin: 1rem 0;
  padding: 0;
}
form.fForm fieldset legend,
.path-user-login- form label {
  padding: 0.5rem 0;
  font-size: 1.25rem;
  color: #762521;
  border-bottom: none;
  font-weight: bold;
}
a.fButton, form.fForm .buttons input, .listing-header-item-currency input,
.discount-code input[type="submit"], .f-button {
  position: relative;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  color: #ffffff !important;
  font-weight: 400;
  text-align: center;
  background-color: #bf1a2b;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  transition: all 300ms ease;
  display: inline-block;
  border: 1px solid #002034;
  font-family: "Jost", sans-serif !important;
}
.f-button {
  margin-top: 20px;
}
a.fButton:hover, form.fForm .buttons input:hover, .listing-header-item-currency input:hover,
.discount-code input[type="submit"]:hover, .f-button:hover {
  color: #002034 !important;
  background: #fff;
}
footer {
  /* background: #002034;
  padding: 15px 0; */
}
footer .fHeading .fModuleTitle h3 {
  color: #fff;
}
footer .fHeading .fModuleTitle h3::after {
  background: #fff;
}
footer .fMenu li a {
  margin-bottom: 10px;
  color: #fff !important;
}
footer .fMenu li a:after {
  background: #fff;
}
.footer p {
  color: #fff;
  font-weight: normal;
  margin-bottom: 8px;
}
.footer p img {
    margin-right: 1px;
    max-height: 19px;
    filter: brightness(0) invert(1);
}
.footer p a {
  color: #fff !important;
}
.footer h4 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.iconset .fMenu {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.iconset .fMenu > li {
  list-style: none;
  padding: 1rem !important;
  background: #f5f5f5;
  transition: 0.5s all;
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  flex: 1 1 280px;
  margin: 0;
}
.iconset .fMenu > li > a {
  display: block;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  color: #000 !important;
}
.iconset img {
  width: auto;
  max-width: 64px;
  display: block;
  margin-bottom: 0.5rem;
  display: block;
}
.iconset .fMenu ul {
  margin: 0;
  margin-top: 0px;
  margin-top: 1rem !important;
  display: block;
}
.iconset .fMenu ul li {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0.25rem !important;
  list-style: square; 
  padding-left: 14px !important;
  position: relative;
  list-style: none;
}
.iconset .fMenu ul a {
  font-weight: 500;
  color: #000 !important;
}
.iconset .fMenu ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
}
.iconset .fMenu li a::after {
  display: none;
}
.listing-header-item-currency {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 35px;
}
.listing-header-item-currency > *,
.discount-code .form-item > * {
  flex: 0 0 auto;
}
.listing-header-item-currency select,
.discount-code input[type="text"] {
  width: 85% !important;
  height: auto !important;
}
.listing-header-item-currency input,
.discount-code input[type="submit"] {
  width: 13% !important;
}
.user-register-group .f-table-title label {
  display: flex;
  align-items: center;
}
.user-register-group table tr td:last-child {
  width: 20%;
  text-align: right;
}
.discount-code .form-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.discount-code label {
  width: 100%;
}
.invoice-pmodes,
#invoice,
.listing-container {
  margin: 20px 0;
}
form.fForm .form-heading,
fieldset legend,
.abs-wrapper .form-heading {
  margin: 1.5rem 0 1rem 0;
  border-bottom: 1px solid #762521 !important;
  color: #762521 !important;
  font-size: 1.25rem;
  padding-left: 0;

}
.has-user .fForm {
  margin-top: 30px;
}
.fForm .hint, .fForm .error {
  margin-left: 0 !important;
}
.path-user-login- #form-item-username {
  display: block !important;
}
.f-table th, 
.f-table tr.thead td {
  background: #1b3255 !important;
}
.path-user-account-recover- #form-item-username {
  display: block !important;
  width: 100% !important;
}
.wrap {
  max-width: 100%;
}
.fHeading h3 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  color: #762521;
}
.fHeading h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background: #762521;
}
.fBanner.fModule {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bx-controls .bx-default-pager,
.path-edit-profile- #form-item-field_id_26625 {
  display: none;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
.path-register- #form-item-mobile {
  display: none;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input input {
  padding-left: 85px !important;
}
form {
  margin: 3rem 0 !important;
}
.fAbstract ul li {
  padding-left: 20px !important;
  position: relative;
}
.fAbstract ul li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
}
.fTable thead th:first-child {
  width: 100px;
}
#field_id_26817,
.path-abstract-submission- input[type='text'] {
  width: 100% !important;
}
.fMyAbstract .f-list-item-heading {
  background: #7d2723;
  color: #fff;
}
.fMyAbstract .f-list-item-container {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  border-bottom: 1px solid #000;
  position: relative;
}

.f-list-item-container > div {
  padding: 0 8px;
}
.fMyAbstract .f-list-item-container > div {
  flex: 0 0 auto;
}
.fMyAbstract .f-list-item-container .f-list-column {
  width: 85%;
}
.fMyAbstract .f-list-item-container .f-list-column.f-list-column-2 {
  width: 15%;
}
.fMyAbstract .f-list-title {
  font-size: 25px;
  font-weight: bold;
}
.floatButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
}
/* #form-response- .f-list-column-2 span {
  display: inline-block;
  padding: 2px 17px;
  border: 1px solid #7d2723;
  background: rgba(125, 39, 35, 0.7);
  color: #fff;
  border-radius: 16px;
} */
.f-list-subtitle .f-list-node-26823,
#form-item-field_id_26823 {
  display: none ;
}
form textarea {
  min-height: 100px;
}
.fComite table td {
  border: 1px solid #000;
  padding: 1rem;
}
.fComite ul {
  padding-left: 10px !important;
}
.fComite ul,
.fComite ul li {
  list-style: disc;
}
.fSponsor .fModuleContent {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.fSponsor .fModuleContent > div {
  text-align: center;
}
.fSponsor .fModuleContent > div .fGalleryList {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.fSponsor .fModuleContent > div:first-child .fGalleryList {
  
  justify-content: center;
  align-items: stretch;
}
.fSponsor .fModuleContent > div .fGalleryList .fGalleryImage {
  width: 300px;
  height: 150px;
  -webkit-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
  padding: 10px;
  display: inline-block;
}
.fSponsor img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  /* max-height: 180px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75); */
}
.fSponsor .fModuleContent > div:nth-child(even) .fGalleryList .fGalleryImage {
  width: 250px;
}
.fSponsor .fModuleContent > div:last-child .fGalleryList .fGalleryImage {
  width: 200px;
}
.fSponsor.fHeading h3::after {
  left: 50%;
  transform: translateX(-50%);
}
.program table td:first-child {
  width: 20%;
}
.program table td,
.program table th {
  text-align: left;
}
.program table td {
  border: 1px solid #e1e1e1;
}
.program table tr:hover td {
  background: inherit !important;
}
.program table td:last-child {
  border-left: none;
}
.program table .session-time-date {
  display: block;
}
.program .session-time-start,
.program .session-time-end {
  display: inline-block;
}
.program .session-time-end {
  padding-left: 10px;
  position: relative;
  font-weight: bold;
  opacity: 1 !important;
}
.program .session-time-end:after {
  content: '-';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
}
.program th,
.program tr:nth-child(even) td {
  background: #DEEBF7 !important;
  color: #000 !important;
}
#nav-up {
    display: none !important;
}
.abs-wrapper {
  margin: 40px 0;
}
.abs-wrapper label {
  font-weight: bold;
  margin-bottom: 5px;
}
.abs-wrapper .form-item {
  margin-bottom: 10px;
}
#form-item-field_id_34608 {
  display: none !important;
}
@media (max-width: 480px) {
  .navbar-toggle {
    display: inline-block;
  }
  .menu-link {
    text-align: right;
  }
  .menu-link nav > ul li {
    display: block;
  }
  .fWelcomeMessage .image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navbar-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
  }
  #fMenu-toggle-49503 {
    text-align: right;
  }
  .menu-link nav {
    /* position: absolute;
    background: #fff;
    width: 300px;
    right: 0;
    top: 149%;
    z-index: 99999999999;
    -webkit-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75); */
    display: block !important;
  }
  .menu-link nav.show {
    display: block !important;
  }
  /* .menu-link li {
    display: block;
    text-align: right;
    padding-bottom: 8px !important;
  } */
  .menu-link nav > ul {
    padding: 10px 0 !important;
  }
  .menu-link .fMenu li a {
    margin: 0;
  }
  .menu-link li ul {
    display: block !important;
    position: relative;
    width: 100%;
    box-shadow: none;
  }
  .menu-link li ul li {
    margin: 0 !important;
  }
  .menu-link li ul li a {
    padding: 0;
  }
  .bx-wrapper .bx-controls-direction a {
    z-index: 99;
  }
  .fSponsor .fModuleContent {
    flex-direction: column;
  }
  .fSponsor .fModuleContent > div .fGalleryList {
    display: block;
  }
  .fSponsor .fModuleContent > div .fGalleryList li {
    margin-bottom: 20px !important;
  }
}

.page-title {
    text-align: center;
    color: white;
}

.page-title p3,
.page-title p {
    color: white;
}
/* .abstracts .f-list-item {
  position: relative;
  border: 1px dashed #a36764;
  padding: 15px 15px 15px 15px;
  margin-bottom: 8px;
}
.abstracts .f-list-item.f-list-item-heading {
  background: #a36764;
  color: #fff;
}
.abstracts .f-list-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.abstracts .f-list-item-container .f-list-column-1 {
  max-width: 80%;
  flex: 0 0 80%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.abstracts .f-list-item-container .f-list-column-2 {
  max-width: 20%;
  flex: 0 0 20%;
}
.abstracts .f-list-item-container #f-list-node-id {
  font-size: 10px;
  display: block;
  background-color: #a36764;
  padding: 3px 3px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
} */
.fFullLengthImage img {
    width: 100%;
}
.view-invoice #fMatter {
    margin-top: 3rem;
}
.fMyAbstract .f-list-item-heading {
  background: #002236;
  color: #fff;
}
.fMyAbstract .f-list-item-container {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  border-bottom: 1px solid #000;
  position: relative;
}
.f-list-item-container > div {
  padding: 0 8px;
}
.fMyAbstract .f-list-item-container > div {
  flex: 0 0 auto;
}
.fMyAbstract .f-list-item-container .f-list-column {
  width: 80%;
}
.fMyAbstract .f-list-item-container .f-list-column.f-list-column-2 {
  width: 20%;
}