@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&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;
	box-sizing: border-box;
}
:root {
    
}
html {
    font-size: 16px;
}
body {
    line-height: 1.375;
    padding: 0 !important; 
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: "Open Sans", serif !important;
    min-height: 100vh;
  position: relative;
}
#fContent {
  margin-bottom: 30px;
}
.body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.wrap {
	padding-left: 15px;
	padding-right: 15px;
	min-width: 320px;
}
/* Layout */
.container {
    max-width: 960px;
}
a {
    text-decoration: none !important;
    color: #000 !important;
}
a:hover { 
    text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
}
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%;
}
h3 a {
    font: inherit !important;
    color: inherit !important;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}
.bgGrey,
.wrapDivGrey {
    background: #f7f7f7;
}
 .fModule {
  padding-top: 0rem;
  padding-bottom: 1rem;
  margin: 1rem 0;
} 
.fPageTitle h1 {
  position: relative;
  z-index: 99;
  color: #fff;
}
header.stick {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 1rem rgba(0,0,0,.25);
  background: #d8e8f2;
}
header .fModule,
footer .fModule {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.header-top-band {
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(57, 73, 153, 1) 0%, rgba(57, 73, 153, 1) 36%, rgba(162, 197, 225, 1) 73%, rgba(162, 197, 225, 1)); */
    background: #fff;
    color: #000;
}
.header-top-band li {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    position: relative;
    font-family: "Poppins", serif !important;
}
.header-top-band img {
    max-height: 25px;
}
.header-top-band .fHeaderTopRight img {
  filter: brightness(0) invert(0);
}
.header-top-band .fHeaderTopLeft img {
    margin-right: 5px;
}
.header-top-band .social {
    justify-content: flex-end;
}
.header-top-band .social li {
    text-align: center;
    width: 10%;
}
.header-top-band .fHeaderTopLeft li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    transform: rotate(15deg);
    left: 78%;
}
.header-top-band .fHeaderTopLeft li:last-child:after {
    display: none;
}
.header {
  background: #d8e8f2;
}
.header-bottom-band {
  padding-top: 20px;
  padding-bottom: 20px;  
}
.headerBottom-band img {
  max-height: 75px;
  mix-blend-mode: darken;
}
.headerBottom-band {
  /* background: #fff; */
}
body.f-scrolled header {
  border-bottom: 1px solid #000;
}
.region-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fMenu li a {
  position: relative;
  display: inline-block;
}

.fMenu li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  left: 0;
  background: #000;
  transition: 0.6s all;
}
.fMenu li a:hover:after {
  width: 100%;
}
.menu-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu-link .fModuleContent {
  width: 100%;
}
.menu-link nav {
  display: flex !important;
  justify-content: flex-start;
  width: 100%;
}
.menu-link nav > ul {
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  margin:0 !important;
  padding-left: 0;
  width: 100%;
  gap:50px;
}
.menu-link li {
  display: inline-block;
  /* margin-right: 12px !important; */
}
.menu-link a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.9rem;
  text-decoration: none;
  font-family: "Poppins", serif !important;
}
.menu-link li:last-child a {
  border-right: none;
}
.menu-link a:hover { 
  text-decoration: underline;
}
.fHeaderText {
  margin-top: 30px !important;
}
.fHeaderText h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #394a99;
}
.fHeaderText p {
  margin-top: 5px;
  color: #8cbcdb;
  font-weight: bold;
}
.no-title .fPageTitle {
  display: none;
}
a.fButton, form.fForm .buttons input, .listing-header-item-currency input,
.discount-code input[type="submit"] {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 8px 35px;
    font-size: 12px;
    border-radius: 30px;
    background-color: transparent;
    color: #394a99 !important;
    border: 2px solid #394a99;
    margin-top: 5px;
    transition: 0.6s all;
}
a.fButton:hover, form.fForm .buttons input:hover, .listing-header-item-currency input:hover,
.discount-code input[type="submit"]:hover {
  color: #fff !important;
  background: #394a99;
}
footer {
  background:#fff;
  padding:15px 0;
  /* position: fixed;
  bottom: 0;
  left: 0;
  right: 0; */
  width: 100%;
  border-top: 1px solid #000;
  z-index: 99;
}
.fSocial ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.fSocial ul img {
  max-height: 2rem;
}
footer .fModuleTitle h3,
footer a,
footer p,
footer li {
  color: #fff;
}
footer .fHeading .fModuleTitle h3::after,
footer .fHeading .fModuleTitle h3::before {
  background: #fff;
}
.fBanner.fModule {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bx-controls .bx-default-pager {
  display: none;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
.bx-wrapper .bx-viewport {
    background: transparent !important;
}
.fBanner .fGalleryImage {
    overflow: hidden;
}
.fBanner .fGalleryImage img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
@keyframes zoom { 
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.2, 1.2);
    }
}
.fBanner ul {
    height: 100%;
}
.fBanner .fGalleryText {
    position: absolute;
    width: 600px;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    top: 55%;
    transform: translate(-50%, -50%);
    left: 31%;
    z-index: 9;
}
.fBanner .fGalleryText h3 span {
    color: #394a99;
    display: block;
    font-size: 20px;
}
.fHighlight {
    border-top: 4px solid #394a99;
}
.fHighlight .fGalleryImages > li {
    padding: 80px 15px !important;
}
.fHighlight .fGalleryImages > li:nth-child(even) {
    background: #394a99;
}
.fHighlight .fGalleryImage {
    display: block;
    margin-bottom: 25px;
}
.fHighlight img {
    max-height: 50px;
}
.fHighlight .fGalleryText h3 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
}
.fHighlight .fGalleryText h3:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    width: 30px;
    background: #394a99;
    margin-left: -15px;
}
.fHighlight .fGalleryText ul {
    text-align: left;
    padding: 0;
}
.fHighlight .fGalleryText ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.pull-right {
    float: right !important;
}
.fHighlight .fGalleryImages > li:nth-child(even) img {
    filter: brightness(0) invert(1);
}
.fHighlight .fGalleryImages > li:nth-child(even) .fGalleryText h3 {
    color: #fff;
}
.fHighlight .fGalleryImages > li:nth-child(even) .fGalleryText h3:after {
    color: #fff;
}
.fSpecialist .fGalleryImage {
    position: relative;
    display: block;
}
.fSpecialist .fGalleryImage:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    opacity: 0;
    transition: 0.6s all;
}
.fSpecialist .info {
    padding: 40px 30px 30px;
    border-top: 2px solid #0cb8b6;
    background: #ffffff;
}
.fSpecialist .info h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}
.fSpecialist .info h5 {
    text-transform: uppercase;
    color: #0cb8b6;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 1px;
}
.fSpecialist .info .appoinment-btn {
    position: relative;
    z-index: 1;
}
.fSpecialist .info a {
    display: inline-block;
    text-transform: uppercase;
    color: #666666;
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
}
.fSpecialist .info .appoinment-btn::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    background: #e7e7e7;
    z-index: -1;
}
.fSpecialist .social {
    position: absolute;
    top: -58%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.6s all;
}
.fSpecialist .social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
}
.fSpecialist .social ul li a i {
    font-size: 40px;
}
.fSpecialist .fGalleryItem:hover .fGalleryImage:after {
    opacity: 0.3;
}
.fSpecialist .fGalleryItem:hover .social {
    top: 58%;
}
.fHeading h3 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.fHeading h3 span {
    color: #394a99;
}
.fHeading h3::before {
    background: #394a99 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}
.fHeading h3::after {
    background: #394a99 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}
.fBlog .fGalleryItem {
    padding: 0 15px;
}
.fBlog .info {
    padding-top: 30px;
}
.fBlog .meta {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.fBlog .meta li {
    display: block;
    text-transform: uppercase;
}
.fBlog .info .meta ul {
    padding: 0;
}
.fBlog .info .meta a {
    text-transform: uppercase;
    color: #394a99 !important;
}
.fBlog .info h4 {
    line-height: 1.5;
    text-transform: capitalize;
    font-size: 18px;
}
.fBlog .fButton {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 8px 35px;
    font-size: 12px;
    border-radius: 30px;
    background-color: transparent;
    color: #232323 !important;
    border: 2px solid #394a99;
    margin-top: 5px;
}
.fBlog .fButton:hover {
    background-color: #394a99;
    color: #ffffff !important;
    border: 2px solid #394a99;
}
.fFooterFirst {
  background: #394a99;
}
.fFooterContent > div {
  padding: 0 30px;
}
footer .fHeading .fModuleTitle h3::after {
  left: 0;
  margin-left: 0;
}
footer .fHeading .fModuleTitle h3::before {
  display: none;
}
footer .fHeading .fModuleTitle h3 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  padding-top: 50px;
}
footer .f-item {
  position: relative;
  z-index: 1;
}
footer .f-item h5 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}
footer .f-item .opening-info ul {
  padding: 0;
}
footer .f-item .opening-info li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
footer .f-item .opening-info li:last-child {
  border: none;
}
footer .f-item .opening-info li .closed {
  background: #ffffff;
  color: #232323;
  border-radius: 30px;
  padding: 2px 15px;
}
footer .fMenu {
  padding: 0;
  margin: 0;
}
footer .fMenu li {
  display: block;
  margin-bottom: 18px;
}
footer .fMenu li a {
  display: inline-block;
  color: #cccccc !important;
  padding-left: 25px;
  position: relative;
}
footer .fMenu li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url(https://img.icons8.com/material-rounded/24/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  height: 15px;
  bottom: auto;
  width: 15px;
}
footer .fMenu li a:hover::after {
  width: 15px;
}
footer .fMenu li a:hover {
  color: #fff !important;
}
.fFooterPost h4,
.fFooterPost .meta ul li:nth-child(1) {
  display: none;
}
.fFooterPost .meta ul li {
  font-weight: bold;
  font-size: 12px;
}
.fFooterPost .meta ul {
  padding: 0;
}
.fFooterPost .fGalleryItem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.fFooterPost .fGalleryImage {
  display: inline-block;
  flex: 0 0 auto;
  width: 30%;
}
.fFooterPost .fGalleryText {
  flex: 0 0 auto;
  width: 70%;
}
.fFooterPost p {
  font-size: 13px;
  width: 100%;
  height: 74px;
  overflow: hidden;
  line-height: normal;
}
.fFooterPost .fButton {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 99;
}
.fMission .fGalleryItem > * {
  flex: 0 0 auto;
}
.fMission .fGalleryItem .fGalleryImage {
  width: 40%;
}
.fMission .fGalleryItem .fGalleryText {
  width: 58%;
}
.fMission.fHeading h3::after,
.noHeadngBefore.fHeading h3::after {
  left: 0;
  margin-left: 0;
}
.fMission.fHeading h3::before,
.noHeadngBefore.fHeading h3::before {
  display: none;
}
#fModule-49732 p,
#fModule-49738 p {
  text-align: left;
}
.customList ul {
  padding: 0;
}
.customList li {
  padding-left: 31px;
  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;
}
form.fForm .form-item {
    padding-top: 0;
    padding-bottom: 1rem;
}
form.fForm label {
    width: 100%;
    text-align: left;
    display: block;
    padding-top: 0;
    font-weight: 600;
    float: none;
}
form.fForm input, 
form.fForm select, 
form.fForm textarea,
.fForm .form-item .date {
    font-size: 1rem;
    padding: 0.5rem;
    width: calc(100% - 2px);
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #fafafa;
}
form.fForm textarea {
  height: 120px;
}
/* New Flex container for inline fields using option 2 */
.form-inline-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

form.fForm fieldset legend,
.fForm .form-heading {
    padding: 0.5rem 0;
    font-size: 1.25rem;
    color: #394a99;
    border-bottom: 1px solid #0071ba;
    margin-bottom: 1rem;
}
.fPageTitle {
  position: relative;
  text-align: center;
  padding: 1.5rem 0;
  background: #d8e8f2;
  background-size: cover;
  color: #000;
  margin-bottom: 30px;
}
.fPageTitle h1 {
    font-size: 2rem;
    color: #000;
}
fieldset {
    border: none !important;
}
form.fForm .hint, 
form.fForm .error {
    font-size: 1rem;
    font-weight: 400;
}
form.fForm .hint, 
form.fForm .error, 
form.fForm .form-item-option {
    margin-left: 0;
}
form.fForm .buttons {
	padding-left: 15px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.view-form.hasSubmission form.fForm .buttons input[type="submit"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

form.fForm .form-item-type-checkbox, form.fForm .form-item-type-radio {
    display: flex;
    flex-wrap: wrap;
}
form.fForm .form-item-type-checkbox > *, 
form.fForm .form-item-type-radio > * {
    flex: 0 0 100%;
}
form.fForm .form-item-type-checkbox > label, 
form.fForm .form-item-type-radio > label {
    order: -3;
    flex: 1 1 auto;
}
form.fForm .form-item-option {
    width: 100%;
}
form.fForm .form-item-type-checkbox > *, 
form.fForm .form-item-type-radio > * {
    flex: 0 0 100%;
}
form.fForm .checks-2cols .form-item-option {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}
form.fForm .form-item-type-checkbox > .form-item-option, 
form.fForm .form-item-type-radio > .form-item-option {
    order: 1;
    margin-top: 0.5rem;
}
/* form.fForm .form-item-type-checkbox > .form-item-option, 
form.fForm .form-item-type-radio > .form-item-option {
    background: #fafafa;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    border: 1px solid #aaa;
} */
form.fForm .form-item-option > label {
    font-weight: 500;
}
.fForm .form-item-type-checkbox .checkbox label, 
.fForm .form-item-type-radio .checkbox label, 
.fForm .form-item-type-boolean label {
    float: none;
    width: 100%;
    padding-left: 20px;
    margin-right: 0;
    text-align: left;
    align-items: center;
    display: flex;
}
form.fForm .checks-2cols .form-item-option > label {
  flex-basis: 31%;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  background: #eee;
  margin:1%;
  padding:0 1% !important;
  font-size: 14px;
}
form.fForm .form-item-type-checkbox .checkbox label, 
form.fForm .form-item-type-radio .checkbox label, 
form.fForm .form-item-type-boolean label {
    padding-left: 0;
}
form.fForm .form-item-type-checkbox .checkbox input[type="checkbox"], 
form.fForm .form-item-type-checkbox .checkbox input[type="radio"], 
form.fForm .form-item-type-radio .checkbox input[type="radio"], 
form.fForm .form-item-type-boolean input[type="checkbox"], 
form.fForm .form-item-type-boolean input[type="radio"] {
    position: relative;
    margin: 0px 10px 0 0;
    float: left;
}
.iconset .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
}
.iconset .fMenu > li {
    list-style: none;
    padding: 1rem;
    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;
}
.iconset img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
}
.iconset .fMenu ul {
    margin: 0;
    margin-top: 1rem;
    display: block;
}
.iconset .fMenu ul li {
    margin: 0;
    margin-bottom: 0.25rem;
    list-style: square;
}
.iconset .fMenu ul a {
    font-weight: 500;
    color: #000;
}
.path-user-login- #form-item-username,
.path-user-password-change- #form-item-username,
.path-user-account-recover- #form-item-username {
    display: block !important;
}
.view-invoice td {
    padding: 20px;
}

.abstracts .f-list-item {
  position: relative;
  border: 1px dashed #d8e8f2;
  padding: 15px 15px 15px 15px;
  margin-bottom: 8px;
}
.abstracts .f-list-item.f-list-item-heading {
    background: #d8e8f2;
    color: #000;
}
.f-list-item-heading .f-list-text {
  position: relative;
}
.f-list-item-heading .f-list-text > span {
  display: block !important;
  background: transparent !important;
  position: absolute !important;
  left: 0 !important;
  min-width: 1px !important;
  padding: 0 !important;
  top: 98% !important;
  font-size: 12px !important;
}
/* .abstracts .f-list-item .image {
  display: inline-block;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  display: none;
}

.abstracts .f-list-item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
} */

.abstracts .f-list-item-container span {
  display: block;
  font-size: 20px;
}

.abstracts .f-list-item-container a {
  color: #000;
  text-decoration: none;
  display: flex;
  gap: 10px;
  justify-content: start;
}

.abstracts .f-list-item-container span#f-list-node-28199 {
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
}

.abstracts .f-list-item-container #f-list-node-id {
  font-size: 13px;
  display: block;
  background-color: #d8e8f2;
  padding: 3px 3px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.abstracts .f-list-item-container #f-list-node-20768,
.abstracts .f-list-item-container #f-list-node-20798,
.abstracts .f-list-item-container #f-list-node-20789 {
  color: #551A8B;
  font-size: 114px;
  font-weight: bold;
}

.abstracts .f-list-item-container #f-list-node-fullname {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  font-style: italic;
}
.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-column-2 span {
  display: inline-block;
  color: #000;
  font-size: 14px;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 5px 8px;
  min-width: 71px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
}

.abstracts .f-list-item-container .f-list-column-2 span.green {
  background: #e1fbdf;
}
.f-list-node-review_rating::after {
  display: inline;
  content: "Not Scored";
  font-weight: 200;
}
.f-list-node-review_rating.hasRate::after {
  display: none;
}
.abstracts .f-list-item-container .f-list-column-2 span img {
  max-height: 30px;
}
.totalWords {
  display: block;
  padding: 10px;
  background: #000;
  color: #fff;
  margin: 15px 0;
}
.f-listing-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.f-listing-header input,
.f-listing-header select {
    width: 100% !important;
    height: 42px;
}
.f-listing-header .f-listing-header-item {
    flex: 0 0 auto;
}
.f-listing-header .f-listing-header-search,
.f-listing-header .f-listing-header-filter{
    width: 45%;
}
.f-listing-header .f-listing-header-submit {
    width: 8%;
}
.f-listing-header .f-listing-header-search input,
.f-listing-header .f-listing-header-filter select {
    padding: 0 10px;
}
.f-listing-header .f-listing-header-submit input {
    background: #394a99;
    color: #fff;
    outline: none;
    border: none;
}
.abstracts.abstractsReview .f-list {
    margin-top: 30px;
}
.abstracts.abstractsReview .f-list-item-container .f-list-column-1 {
    max-width: 70%;
    flex: 0 0 70%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.abstracts.abstractsReview .f-list-item-container .f-list-column-2 {
    max-width: 30%;
    flex: 0 0 30%;
}
.abstracts .f-list-item-container .f-list-column-2 span {
    justify-content: center;
}
.abstracts .f-list-item-container span.image {
    text-align: right;
    display: block;
    background: transparent;
    padding: 0;
    min-width: max-content;
}
.abstracts.abstractsReview .f-list-item-container a {
    gap: 39px;
}
.f-button {
  background-color: #666;
  border: 0;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  padding: .5em .75em;
}
.f-button-add {
  position: absolute;
  font-size: 2rem;
  padding: 0.1rem 1rem;
  border-radius: 3px;
  margin-left: -3px;
  z-index: 0;
  line-height: 1;
}
.f-button:hover {
  background-color: #000;
  color: #fff;
}
.fForm .checks {
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.fForm .checks label {
  display: flex;
  align-items: center;
}
#nav-up {
  display: none !important;
}
.responsePage form {
  margin: 40px 0;
}
.fLogo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.fLogo.circle img {
  max-height: 123px;
  mix-blend-mode: darken;
}
.fLogo.event img {
  max-height: 100px;
  mix-blend-mode: darken;
}
.view-form-review .buttons input[type="button"],
.path-member-03-billing-info- .buttons input[type="button"],
.path-checkout- .discount-code input[type="button"],
.path-checkout- .buttons input[type="button"] {
  display: none;
}
a.fButton, form.fForm .buttons input, .f-button.f-button-back, #abstract-preview-button {
  position: relative;
  padding:0.5rem 1.5rem;
  font-size: 1rem;
  color: #fff !important;
  font-weight: 400;
  text-align: center;
  background-color: #394a99;
  overflow:hidden;
  border-radius:5px;
  position: relative;
  transition:all 300ms ease;
  display: inline-block;
  border-color: #394a99;
}
#abstract-preview-button {
  background-color: rgb(162, 197, 225);
}
.heading-small {
  display: block;
  font-weight: normal;
  font-size: 0.7em;
}
.com-user.view-form-view .heading-small::before {
  display: inline;
  content: "#";
}
body .fboxy-wrapper {
  width: 90%;
  height: 90%;
  max-width: 992px;
  max-height: 90%;
}
.abstract-preview .abstract-title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
.abstract-preview .abstract-authors {
  text-align: center;
}
.abstract-preview .abstract-institute {
  text-align: center;
  margin-bottom: 1rem;
}
.fHeaderBottom h3 {
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 0;
  color: #394a9c;
}
.fProgram .session-heading {
  text-align: center;
  margin-top: 1.5rem;
  color: #4d4f53;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.session-container {
  overflow: auto;
}
body .session-container {
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.session-container table {
  border-collapse: collapse;
}
.session-time {
  min-width: 150px;
}
.session-time {
  text-align: center;
}
td.session-time, th.session-time {
  width: 100px;
  min-width: 80px;
}
.session-container td, .session-container th {
  padding: 1rem;
  transition: all 0.5s;
}
.session-container th {
  background: #333;
  color: #fff;
  font-weight: bold;
}
body .session-container th {
  background: #006847;
  color: #fff;
  font-weight: bold;
}
body .session-container td, body .session-container th {
  padding: 0.5rem;
}
.session-time.session-time-show {
  font-size: 0.9rem;
  background: #fff;
}
.session-time-start, .session-time-end {
  display: inline-block;
  font-weight: 400;
  letter-spacing: -1px;
}
.session-title, .session-time-start {
  font-weight: bold;
}
.session-time .session-time-start, .session-time .session-time-end {
  display: inline-block;
  opacity: 1;
}
.session-time .session-time-start, .session-time .session-time-end {
  font-weight: 400;
}
.session-time .session-time-start:after {
  display: inline-block;
  content: " - ";
  padding-left: 5px;
}
tr td.session-details {
  border-left: 1px solid #dadada;
}
.session-container .session-details {
  vertical-align: top !important;
  position: relative;
  border-right: 1px solid #dadada;
  background: #fff;
}
.session-container .session-details {
  vertical-align: middle;
}
body .session-container .session-details {
  vertical-align: top !important;
  position: relative;
  height: auto;
}
.session-container .session-details:last-child {
  border-right: 0 none;
}
.session-track-32911 .session-venue, .session-track-32911::before {
  background: #FCD4A4;
}
body .session-container .session-details::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
  display: block;
  content: " ";
}
.session-row-hidden {
  display: none;
}
.session-title, .session-title a, .session-title.session-sub-title, .session-people-name a, .session-people-subtitle {
  /* color: #4d4f53; */
  display: block;
}
.session-title, .session-time-start {
  font-weight: bold;
}
body .session-title, body .session-title.session-sub-title {
  font-weight: bold;
}
.session-venue {
  font-size: 12px;
  position: relative;
  display: block;
  padding-left: 15px;
}
.session-venue:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(https://img.icons8.com/ios/50/marker-o.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.session-container td {
  border-bottom: 1px solid #d8e8f2 !important;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fProgram .f-listing-header .f-listing-header-search, .fProgram .f-listing-header .f-listing-header-filter {
  width: 30%;
}
.view-session-view .session-full > div {
  padding: 0 20px;
}
.view-session-view .session-full > div.session-time {
  background: #030bd0;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
}
.view-session-view .session-full > div.session-time .session-time-date {
  padding-left: 35px;
  position: relative;
}
.view-session-view .session-full > div.session-time .session-time-date:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(https://img.icons8.com/ios/50/time_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.view-session-view .session-full {
  border: 1px solid #eee;
  border-top: none;
  position: relative;
}

.view-session-view .session-full > div.session-venue,
.view-session-view .session-full > div.session-full-details {
  padding: 10px 31px;
  margin-left: 19px;
}
.view-session-view .session-full > div.session-full-details {
  position: relative;
}
.view-session-view .session-full > div.session-full-details p {
  margin: 0;
}
.view-session-view .session-full > div.session-full-details:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(https://img.icons8.com/fluency-systems-regular/50/details.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.view-session-view .session-full > div.session-venue:after {
  width: 25px;
  height: 25px;
}
.view-session-view .session-full > .session-action {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 5px;
}
.view-session-view .session-full > .session-action .f-button {
  background-color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  color: #000 !important;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.6s all;
}
.view-session-view .session-full > .session-action .f-button:hover {
  background: transparent;
  color: #fff !important;
}
.fHeaderImages ul {
  margin: 20px 0;
}
.page-title {
  background: #39499c;
  color: #fff;
  text-align: center;
  padding: 8px;
}
.page-title h1 {
  color: #fff;
}
.no-title .page-title,
.only-content header,
.only-content footer {
  display: none;
}

@media (max-width: 480px) {
  .header-top-band img {
    max-height: 10px;
  }
  .fHeaderTop ul {
    padding-left: 0rem;
  }
  .fHeaderTopLeft ul li {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 12px;
  }
  .header-top-band li {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .header-top-band .fHeaderTopLeft li::after {
    display: none;
  }
  .header-top-band .social {
    justify-content: center;
  }
  .header-top-band .social li {
    text-align: center;
    width: 13%;
  }
  .header-top-band .fHeaderTopRight img {
    max-height: 17px;
  }
  .fHeaderBottom h3 {
    text-align: center;
  }
  .navbar-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
  }
  .menu-link nav {
    position: absolute;
    background: #fff;
    width: 300px;
    right: 0;
    top: auto;
    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: none !important;
  }
  .menu-link nav.showMenu {
    display: block !important;
  }
  .menu-link li {
    flex: 1 0 100%;
    width: 100%;
    padding-right: 10px !important;
    text-align: right;
  }
  .menu-link nav > ul {
    padding: 10px 0 !important;
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
  }
  .navbar-toggle-container {
    text-align: right;
  }
  .header-bottom-band .row {
    align-items: center;
  }
  .fLogo.circle img {
    max-height: 70px;
  }
  .fHeaderRight  {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
  }
  .fHeaderText p {
    margin-top: 0;
    font-size: 10px;
    margin: 0;
  }
  .fHeaderText h3 {
    margin-bottom: 0;
    font-size: 0.7rem;
  }
  .fHeaderText {
    margin-top: 0 !important;
  }
  .bx-wrapper .bx-controls-direction a {
    z-index: 99;
  }
  header .wrap {
    overflow: visible;
  }
  form.fForm .checks-2cols .form-item-option > label {
    flex-basis: 100%;
    flex-grow: 1;
    padding: 1% 20px !important;
  }
  .path-checkout- .invoice-pmodes,
  .path-financial-invoices- .listing-container {
    overflow: scroll;
  }
  .path-checkout- table .f-table-subheading label {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  form.fForm .form-item {
    overflow: visible;
    position: relative;
  }
  .f-button-add {
    z-index: 99;
    bottom: -19px;
    right: 14px;
  }
  .author-institute {
    margin-top: 30px !important;
  }
  .abstracts .f-list-item-container span#f-list-node-28199 {
    opacity: 0;
    display: none;
  }
  body .fboxy-wrapper {
    width: 90%;
    height: 90%;
    max-width: 992px;
    max-height: 90%;
    margin: 0 auto;
  }
  .f-listing-header .f-listing-header-search, .f-listing-header .f-listing-header-filter {
    width: 48%;
  }
  .f-listing-header .f-listing-header-submit {
    width: 100%;
  }
  .f-listing-header {
    gap: 10px;
  }
  .abstracts .f-list-item-container a,
  .f-listing-header {
    flex-wrap: wrap;
  }
  .abstracts.abstractsReview .f-list-item-container a {
    gap: 5px;
  }
  .fSocial ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .fMenu li a {
    padding: 5px;
  }
}

.session-people-item > * {
	display: inline;
}

.heading th {background: #39499C !important;}