.btn, .burger-icon:hover, .grid-icon:hover, .medipedia-search .medipedia-alphabets button:hover, .search-icon:hover, button {
    background: 0 0;
}
.nuhs-icon, .tag {
    font-weight: 400;
}
@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Semibold.ttf");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: nuhs;
    src: url("../fonts/nuhs.ttf");
    font-style: normal;
    font-weight: 400;
}
.nuhs-icon {
    font-family: nuhs;
}
.nuhs-plus::before {
    content: ""}
.nuhs-arrow-to-top::before {
    content: ""}
.nuhs-arrow-to-bottom::before {
    content: ""}
.nuhs-email::before {
    content: ""}
.nuhs-text::before {
    content: ""}
html {
    font-size: 100%}
body {
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
h1, h2, h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.h2, h2 {
    font-size: 1.35rem;
}
.h3, h3 {
    font-size: 1.15rem;
}
a {
    transition: .3s;
    color: #005187;
}
.navbar .nav .nav-link:hover, a:hover {
    color: #0071bb;
}
.grid-icon {
    width: 18px;
    height: 20px;
    min-width: 0;
    position: relative;
    border: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-self: center;
}
.grid-icon span {
    width: 40%;
    height: 8px;
    margin: 0 5%;
    border: .5px solid #000;
    border-radius: 2px;
    transition: .3s;
}
section.section {
    padding: 1.75rem 0;
}
.btn, button {
    border: 1px solid #000;
    border-radius: 8px;
    min-width: 120px;
    padding: .5rem 1.5rem;
    font-size: .65rem;
}
.btn:hover, button:hover {
    background: #f2f2f2;
    transition: .3s;
}
header {
    padding-top: .5rem;
    padding-bottom: .5rem;
    z-index: 2;
    box-shadow: none;
    background: #fff;
    transition: .3s;
    position: fixed;
    width: 100%;
    top: 0;
}
header .logo-utils {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    transition: .3s;
}
header .logo-utils .utils {
    display: flex;
    align-items: flex-end;
    padding-bottom: .5rem;
}
header .logo-utils .search-toggler {
    margin: 0 .5rem;
    transition: .3s;
}
header .logo-utils .menu-div-toggler {
    margin-left: .5rem;
    transition: .3s;
}
header .logo img {
    max-width: 100px;
    max-height: 80px;
    transition: .3s;
}
header.sticky {
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .3);
}
header.sticky .logo-utils {
    align-items: center;
}
header.sticky .logo-utils .utils {
    padding-bottom: 0;
}
header.sticky .logo img {
    max-width: 80px;
}
header.sticky .menu-div-toggler, header.sticky .search-toggler {
    margin: 0 .75rem;
}
.font-resizer {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 45px;
    align-items: flex-end;
    margin: 0 .65rem;
    transition: .3s;
}
.font-resizer::before {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    top: 0;
    margin: 0 auto;
    left: 2px;
}
.font-resizer span {
    cursor: pointer;
    padding-top: .25rem;
    font-size: 0;
    line-height: 1;
}
.font-resizer span::before {
    content: "";
    display: inline-block;
    background: #000;
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    top: -1px;
    right: 50%;
    transform: translateX(50%);
}
.font-resizer span[data-size-active=true]::before {
    width: 6px;
    height: 6px;
    top: -2px;
}
.font-resizer span:first-child {
    font-size: .75rem;
    margin-left: -1px;
}
.font-resizer span:first-child::before {
    left: 0;
    transform: none;
}
.font-resizer span:last-child {
    font-size: 1rem;
    margin-right: -3px;
}
.font-resizer span:last-child::before, .menu-div.open {
    right: 0;
}
.font-resizer span:not(:first-child):not(:last-child) {
    height: 100%;
    width: 10px;
}
.socmed-links {
    margin: 0 .8rem;
    transition: .3s;
}
.socmed-links ul {
    display: flex;
    margin: 0 -.5rem;
    list-style-type: none;
    padding-left: 0;
}
.burger-icon span, .search-icon span {
    display: inline-block;
    transition: .3s;
}
.article-share ul li, .socmed-links ul li, footer .footer-socials li {
    padding: 0 .25rem;
}
.socmed-links ul li a {
    border: 1px solid #000;
    border-radius: 50%;
    font-size: .75rem;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.article-tags ul li .tagging:hover, .socmed-links ul li a:hover {
    color: gray;
    text-decoration: none;
}
.burger-icon, .search-icon {
    width: 18px;
    height: 20px;
    min-width: 0;
    position: relative;
    border: 0;
    padding: 0;
}
.search-icon span {
    position: absolute;
}
.search-icon span:first-child {
    width: 10px;
    height: 2px;
    top: 15px;
    left: 10px;
    background: #000;
    transform: rotate(45deg);
}
.search-icon span:last-child {
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 2px solid #000;
    border-radius: 50%;
    background: 0 0;
}
.search-icon.close span:first-child {
    width: 20px;
    left: 0;
    top: 50%}
.search-icon.close span:last-child {
    border-width: 0;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 0;
    border-radius: 0;
    transform: rotate(135deg);
    background: #000;
}
.search-icon.small {
    transform: scale(.8);
}
.burger-icon.close span:nth-child(2), .search-input {
    width: 0;
    height: 0;
}
.burger-icon span {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
}
.burger-icon span:first-child {
    top: 25%;
    transform: translateY(-50%);
}
.burger-icon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.burger-icon span:last-child {
    top: 75%;
    transform: translateY(-50%);
}
.burger-icon.close span:first-child {
    transform: rotate(45deg);
    top: 50%}
.burger-icon.close span:last-child {
    transform: rotate(135deg);
    top: 50%}
.search-input {
    overflow: hidden;
    transition: .3s;
    padding: 0 .5rem;
    display: flex;
    align-items: center;
}
.search-input input {
    border: 0;
    border-bottom: 1px solid #000;
    padding: .15rem .25rem;
    width: 100%;
    outline: 0;
}
.search-input.open {
    width: 100%;
    height: auto;
    padding: .5rem;
    overflow: visible;
}
.search-suggest {
    position: absolute;
    top: calc(100% - .5rem);
    border: 1px solid #ccc;
    border-top: 0;
    left: 1.5rem;
    padding-left: 0;
    list-style-type: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    width: calc(100% - 3rem - 18px);
}
.search-suggest li {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    padding: .25rem .5rem;
    background: #fff;
    cursor: pointer;
}
.article-share ul, .article-tags ul {
    padding-left: 0;
    list-style-type: none;
}
.search-suggest li.active, .search-suggest li:hover {
    color: #0071bb;
    background: #ddd;
}
body.freeze {
    height: 100%;
    overflow: hidden;
    position: relative;
}
body.freeze::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .75);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.menu-div {
    right: -80%;
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    max-width: 300px;
    padding: 3rem 0;
    background: #f2f2f2;
    z-index: 1;
    transition: .3s;
    overflow: auto;
}
.menu-div .burger-icon {
    float: none;
}
.map-overlay .tooltip-overlay .tooltip-point[data-show], .medipedia-search .search-icon, .navbar, .navbar .nav {
    display: block;
}
.navbar {
    padding-left: 3rem;
    padding-right: 1.5rem;
    padding-bottom: 0;
}
.navbar .nav .nav-link {
    color: #000;
    font-family: Lato;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}
.navbar .nav>.nav-item {
    margin-bottom: 1rem;
}
.navbar .nav>.nav-item.active>.nav-link, .navbar .nav>.nav-item:hover>.nav-link {
    font-weight: 700;
    color: #0071bb;
}
.map-overlay, .navbar .nav-item {
    position: relative;
}
.navbar .menu-toggler {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem;
    line-height: 1.125rem;
    z-index: 1;
    cursor: pointer;
}
.navbar .dropdown-menu {
    padding: 0;
    margin-top: 0;
    background: 0 0;
    border: 0;
    border-radius: 0;
    min-width: 8rem;
    position: relative;
    float: none;
}
.navbar .dropdown-menu .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 500;
}
@media (min-width:768px) {
    .h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
p {
    margin-bottom: 1.5rem;
}
.btn, button {
    font-size: 1rem;
}
header {
    padding-top: 2.4rem;
    padding-bottom: 0;
}
header .logo-utils {
    align-items: flex-start;
    margin-bottom: 2.4rem;
    min-height: 80px;
}
header .logo-utils .utils {
    align-items: center;
}
.menu-div .burger-icon, .navbar .menu-toggler, .search-input .search-icon, header .logo-utils .menu-div-toggler {
    display: none;
}
header .logo img {
    max-width: 250px;
}
header.sticky {
    padding-top: 1rem;
}
header.sticky .logo-utils {
    align-items: flex-start;
    margin-bottom: 1rem;
}
header.sticky .logo img {
    max-width: 150px;
}
.font-resizer {
    width: 75px;
    margin: 0 1.5rem;
}
.font-resizer::before {
    width: 70px;
}
.font-resizer span {
    padding-top: .5rem;
}
.font-resizer span::before {
    width: 6px;
    height: 6px;
    top: -2px;
}
.font-resizer span[data-size-active=true]::before {
    width: 9px;
    height: 9px;
    top: -3px;
}
.font-resizer span:first-child {
    font-size: .75rem;
}
.font-resizer span:last-child {
    font-size: 1rem;
    margin-right: -6px;
}
.socmed-links {
    margin: 0 1rem;
}
.socmed-links ul li {
    padding: 0 .5rem;
}
.socmed-links ul li a {
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
}
.search-icon {
    width: 25px;
    height: 25px;
    margin: 0 1rem;
}
.search-icon span:first-child {
    width: 12px;
    top: 18px;
    left: 12px;
}
.search-icon span:last-child {
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
}
.search-icon.close span:first-child, .search-icon.close span:last-child {
    width: 28px;
}
.search-input {
    height: auto;
    margin-bottom: 1rem;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 0;
}
.search-input.open {
    width: 400px;
    padding: 0;
}
.search-suggest {
    width: 400px;
    left: 0;
    top: 100%;
    z-index: 2;
}
body.freeze {
    overflow: auto;
}
body.freeze::before {
    content: none;
}
.menu-div {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 100%;
    background: 0 0;
    padding: 0;
    overflow: visible;
}
.navbar {
    padding-left: 0;
}
.navbar .nav {
    display: flex;
    flex-flow: row;
    justify-content: center;
}
.navbar .nav>.nav-item {
    margin-bottom: 0;
}
.navbar .nav>.nav-item>.nav-link {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}
.navbar .nav>.nav-item:not(.home)+.nav-item>.nav-link {
    border-left: 1px solid #000;
}
.navbar .dropdown-menu {
    display: none;
    padding: .5rem 0;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .25);
    position: absolute;
    left: 1rem;
}
.navbar .dropdown-menu .nav-item .nav-link {
    padding: .5rem 1rem;
    font-size: 1.125rem;
}
}.tag {
    border: 1px solid #fff;
    display: inline-block;
    padding: .2rem .8rem;
    font-size: .9em;
    margin-bottom: .5rem;
    margin-right: .5rem;
    font-family: Lato;
    min-width: 85px;
    text-align: center;
}
.standfirst, .tippy-tooltip.map-theme .tippy-content p {
    margin-bottom: 0;
}
.standfirst::after {
    content: "";
    font-family: nuhs;
    display: block;
    padding-top: .5rem;
    font-size: .75em;
}
.featured-section {
    opacity: 0;
}
.featured-section>.container {
    padding: 0;
}
.featured-slider, .featured-slider.slick-dotted {
    margin-bottom: 1.25rem;
}
.featured-slider .slick-arrow {
    min-width: 1px;
}
.featured-slider .slick-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}
.featured-slider .slick-arrow.slick-prev {
    left: .5rem;
    z-index: 1;
}
.featured-slider .slick-arrow.slick-prev::before {
    content: ""}
.featured-slider .slick-arrow.slick-next {
    right: .5rem;
}
.featured-slider .slick-arrow.slick-next::before {
    content: ""}
.featured-slider .featured-slide .featured-info {
    padding-bottom: 2.75rem;
}
.featured-slider .slick-dots {
    bottom: 0;
    padding: 0 1rem 1rem;
    margin: 0 -.5rem;
}
.featured-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 .5rem;
}
.featured-slider .slick-dots li button {
    min-width: 0;
    width: auto;
    height: auto;
    padding: 0;
}
.featured-slider .slick-dots li button::before {
    color: #fff;
    font-size: 8px;
    position: relative;
}
.featured-slide {
    position: relative;
    display: block;
}
.featured-slide img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.featured-slide .featured-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 2rem 1rem;
}
.featured-slide .featured-info .title {
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .5rem;
}
.featured-slide .featured-info .nuhs-plus {
    display: block;
    margin-bottom: .5rem;
}
.highlights {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -.625rem;
}
.category-listing, .general-list {
    display: flex;
    margin: 0 -.625rem .75rem;
}
.general-list .general-container, .highlights .highlights-container {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 .625rem;
    margin-bottom: 1.25rem;
}
.general-list .general-post, .highlights .highlights-item {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: #000;
    text-decoration: none;
    position: relative;
}
.general-list .general-post .general-img, .highlights .highlights-item .img-div, .map-overlay img, .modal-open .modal .modal-dialog {
    width: 100%}
.general-list .general-post .general-img img, .highlights .highlights-item .img-div img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.highlights .highlights-item .highlights-info {
    padding: 1rem 0 0;
    flex-grow: 1;
}
.general-list .general-post .general-info .tag, .highlights .highlights-item .highlights-info .tag {
    border-color: #000;
    margin-bottom: 1rem;
}
.general-list .general-post .general-info .title, .highlights .highlights-item .highlights-info .title {
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.25;
}
.article-share>span, .general-list .general-post .general-info .nuhs-plus, .highlights .highlights-item .highlights-info .nuhs-plus {
    display: none;
}
.general-list {
    flex-flow: row wrap;
}
.general-list .general-post .general-info {
    padding: 1rem 0;
    flex-grow: 1;
}
.category-section {
    padding-top: 1.5rem;
}
.category-listing {
    flex-flow: row wrap;
    counter-reset: category;
}
.category-listing .category-container {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 .625rem;
    margin-bottom: 1.25rem;
}
.category-listing .category {
    display: block;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.category-listing .category::after, a.featured-slide::after, a.general-post::after, a.highlights-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.category-listing .category:hover::after, a.featured-slide:hover::after, a.general-post:hover::after, a.highlights-item:hover::after {
    background: rgba(255, 255, 255, .2);
}
.category-listing .category .img-div {
    height: 100%}
.category-listing .category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-listing .category .category-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 1rem;
}
.category-listing .category .category-title .title {
    font-weight: 700;
    margin-bottom: 0;
}
.category-listing .category-list-item {
    flex-basis: 100%;
    max-width: 100%;
    padding: .5rem .625rem;
}
.category-listing .category-list-item .category-title {
    cursor: pointer;
    color: #666;
    transition: .3s;
}
.category-listing .category-list-item .category-title:hover {
    color: #005187;
    text-decoration: underline;
}
.category-listing .category-list-item .category-title .title {
    display: block;
    font-weight: 700;
    font-size: 1.25em;
}
.article-section {
    margin: 1.5rem auto 2rem;
}
@media (min-width:768px) {
    .tag {
    font-size: 1em;
    padding: .3rem 1.5rem;
    margin-bottom: .75rem;
}
.featured-section>.container {
    padding: 0 15px;
}
.featured-slider .slick-arrow::before {
    color: #fff;
}
.featured-slider .slick-arrow.slick-prev {
    left: 1.75rem;
}
.featured-slider .slick-arrow.slick-next {
    right: 1.75rem;
}
.featured-slide img {
    position: relative;
    height: auto;
    max-height: 550px;
}
.featured-slide .featured-info {
    padding: 2rem 1.75rem;
}
.featured-slide .featured-info .title {
    font-size: 2em;
}
.category-listing .category-list-item, .highlights .highlights-container {
    flex-basis: 50%;
    max-width: 50%}
.highlights .highlights-item {
    position: relative;
}
.highlights .highlights-item .img-div img {
    height: 100%;
    max-height: 550px;
}
.highlights .highlights-item .highlights-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 2rem 1.75rem;
}
.highlights .highlights-item .highlights-info .tag {
    border-color: #fff;
}
.highlights .highlights-item .highlights-info .title {
    font-size: 1.5em;
    margin-bottom: 1rem;
}
.general-list .general-post .general-info .standfirst::after, .highlights .highlights-item .highlights-info .standfirst {
    display: none;
}
.highlights .highlights-item .highlights-info .nuhs-plus {
    display: block;
}
.category-listing .category-container, .general-list .general-container {
    flex-basis: 33.333%;
    max-width: 33.333%}
.general-list .general-post .general-img img {
    height: 300px;
}
.general-list .general-post .general-info {
    background: #f2f2f2;
    padding: 2rem 1.5rem 4rem;
}
.general-list .general-post .general-info .nuhs-plus {
    display: block;
    margin-bottom: 1rem;
    font-size: .75rem;
}
.category-section {
    padding-top: 1rem;
}
.category-listing .category .category-title .title {
    margin-bottom: .5rem;
}
.article-section {
    display: flex;
    flex-flow: row-reverse;
}
.article-section .article-share {
    margin-top: 4rem;
    padding-left: 1rem;
}
}.article-container {
    max-width: 600px;
    margin: auto;
}
.article-share {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: flex-end;
}
.article-share ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.article-share ul li a {
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-decoration: none;
}
.article-share ul li a:hover {
    color: #000;
    background: #f2f2f2;
}
.article-share .download {
    padding: 0 .5rem;
}
.article-share .download span {
    display: inline-block;
    color: #000;
    font-size: 1.25rem;
}
.article-tags {
    margin-top: 2rem;
}
.article-tags ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -.5rem;
}
.article-tags ul li {
    padding: 0 .325rem .75rem;
}
.article-tags ul li .tagging {
    display: block;
    background: #f2f2f2;
    padding: .35rem 1.5rem;
    color: #000;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.article-related-container {
    margin: 0 auto 3rem;
}
.medipedia-search {
    padding-top: 2.4rem;
}
.medipedia-search .search-input input {
    padding: .15rem 0;
}
.medipedia-search .medipedia-advanced-search {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.medipedia-search .medipedia-alphabets {
    display: flex;
    flex-flow: row wrap;
    padding: 0 .5rem;
    margin: 0 -.5rem;
}
.medipedia-search .medipedia-alphabets button {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 0;
    border: 0;
    font-size: .9rem;
    padding: 0 .5rem;
    text-align: left;
    border-radius: 0;
}
.medipedia-search .medipedia-show-result .term {
    font-weight: 700;
    display: block;
}
@media (min-width:576px) {
    .container {
    max-width: 960px;
}
.medipedia-search .medipedia-show-result .term {
    display: inline;
}
}.medipedia-search .medipedia-display {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0 1rem 0 -.5rem;
}
.medipedia-search .medipedia-display li {
    display: flex;
    padding: 0 .5rem;
    height: 35px;
    align-items: center;
    border-radius: 5px;
    position: relative;
    transition: .3s;
}
.medipedia-search .medipedia-display li+li::before {
    content: "";
    width: 1px;
    height: 50%;
    background: #000;
    display: inline-block;
    position: absolute;
    left: 0;
}
.medipedia-search .medipedia-display li button {
    min-width: 0;
    border: 0;
    padding: 0 .5rem;
    height: 100%}
.medipedia-search .medipedia-display li button.active, .medipedia-search .medipedia-display li button:hover {
    background: #ccc;
}
.medipedia-search .medipedia-display .burger-icon span {
    background: currentColor;
    height: 1px;
}
.medipedia-search .medipedia-result-sort {
    display: flex;
    align-items: center;
    padding-left: .5rem;
}
.medipedia-search .medipedia-result-sort .bootstrap-select {
    width: auto!important;
}
.medipedia-search .medipedia-result-sort .btn, .medipedia-search .medipedia-result-sort .dropdown-menu li a, .medipedia-search .medipedia-result-sort button {
    font-size: .875rem;
}

@media (min-width:768px) {
    .article-share {
    text-align: center;
    display: block;
    padding-top: 0;
}
.article-share ul, .article-share>span {
    display: block;
}
.article-share ul li {
    padding: .5rem 0;
}
.article-related-container {
    margin: 0 auto 3rem;
}
.medipedia-search .search-input {
    width: 600px;
    margin: auto;
    position: relative;
}
.medipedia-search .medipedia-advanced-search {
    padding-top: 1rem;
}
.medipedia-search .medipedia-alphabets {
    display: none!important;
}
.medipedia-search .medipedia-display {
    margin-left: auto;
    margin-right: -.5rem;
}

.video-list {
    flex-wrap: nowrap;
}
.video-list .general-container {
    max-width: 100%;
    flex-grow: 1;
}
}@media (min-width:992px) {
    .navbar .nav>.nav-item>.nav-link {
    padding: 0 1.5rem;
	}}
.article-section {
    margin: 2.5rem auto 3rem;
}
.bootstrap-select .dropdown-toggle {
    min-width: 0;
    border: 0;
    padding: 0 0 0 .5rem;
    border-radius: 0;
    outline: 0;
    background-color: transparent!important;
    font-weight: 600;
}
.bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus {
    outline: 0!important;
    border: 0;
    box-shadow: none!important;
}
.bootstrap-select .dropdown-menu {
    padding: 0;
    border: 0;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .25);
    border-radius: 0;
}
.modal-open-scroll, .modal-open-scroll .modal {
    padding-right: 0!important;
}
.bootstrap-select .dropdown-menu li a {
    padding: .25rem .5rem;
}
.bootstrap-select .dropdown-menu li a.active, .bootstrap-select .dropdown-menu li a:hover {
    background: #fff;
    color: #0071bb;
}
.map-overlay .click-points .click-point {
    cursor: pointer;
    font-size: 0;
    width: 50px;
    height: 50px;
    position: absolute;
}
.map-overlay .tooltip-overlay .tooltip-point {
    max-width: 300px;
    background: #fff;
    display: none;
}
.tippy-tooltip.map-theme {
    background: #fff;
    box-shadow: 4px 4px 3px 3px rgba(0, 0, 0, .4);
}
.tippy-tooltip.map-theme>.tippy-arrow::before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tippy-tooltip.map-theme[data-placement^=top]>.tippy-arrow {
    border-top-color: #fff;
    bottom: -25px;
    border-top-width: 25px;
}
.tippy-tooltip.map-theme[data-placement^=top]>.tippy-arrow::before {
    border-width: 28px 10px 0;
    margin: 0 3px;
    transform-origin: 50% 0;
    border-top-color: rgba(0, 0, 0, .3);
    bottom: -3px;
    left: -9px;
    z-index: -1;
}
.tippy-tooltip.map-theme[data-placement^=bottom]>.tippy-arrow {
    border-bottom-color: #fff;
}
.tippy-tooltip.map-theme .tippy-content {
    color: #000;
    padding: 2rem 1.5rem;
    border-radius: 15px;
}
.tippy-tooltip.map-theme .tippy-content .title {
    color: #0071bb;
    font-weight: 700;
    margin-bottom: .5rem;
}
.tippy-tooltip.map-theme .tippy-content hr {
    border-color: #0071bb;
    margin-top: 0;
    margin-bottom: 1rem;
}
.modal-open-scroll {
    overflow: auto;
}
.modal-open-scroll .modal .modal-dialog {
    transform: translateY(-50%);
    top: 50%}
.modal-open .modal {
    display: flex!important;
    align-items: center;
}
.video-post {
    position: relative;
    cursor: pointer;
}
.video-post iframe {
    max-width: 100%}
.video-post::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.video-popup button.close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    min-width: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    z-index: 1;
}
.video-popup .modal-dialog {
    max-width: 90%;
    margin: .5rem auto;
}
@media (min-width:1200px) {
    .article-section {
    display: block;
    position: relative;
}
.article-section .article-share {
    position: absolute;
    right: 0;
}

.video-popup .modal-dialog {
    max-width: 1000px;
}
}.video-popup .modal-dialog .modal-content {
    border: 0;
}
.video-popup iframe {
    width: 100%;
    height: 100%;
    max-width: 100%}
#scrollToTop {
    display: none;
    position: fixed;
    bottom: 260px;
    border: 0;
    font-size: 1rem;
    right: 1rem;
    min-width: 0;
    padding: 0 .5rem;
    z-index: 1;
    background: #fff;
    border-radius: 0;
}
@media (min-width:768px) {
    #scrollToTop {
    font-size: 2rem;
}
}@media print {
    .article-share, header .logo-utils .utils {
    display: none;
}
header {
    position: relative;
}
main {
    margin-top: 0!important;
}
#scrollToTop {
    display: none!important;
}
}
.page-header{
	display:none
}
	
.hotspot-default {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
        margin: 10px;
        cursor: pointer;
    }
    
.hotspot-default .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s; /* Smooth fade-in effect */
    }
    
.hotspot-default:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
.custom-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;margin-top: -20px;
      }
.custom-box {
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
  padding: 15px;
  border-radius: 6px;
  position: relative;
  border: 1px solid black; /* Solid black border */
}.custom-grid {
	margin-top: -20px;
}

.wpr-nav-menu li.menu-item-has-children:hover > .sub-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    min-width: 200px;
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.wpr-nav-menu li.menu-item-has-children {
    position: relative;
}
.icon-footer-custom .e-fas-location-arrow{right:-5px!important;     position: relative;}
@media only screen and (max-width: 1024px) {
    .icon-footer-custom .e-fas-location-arrow{right:0px!important;     position: relative;} 
}
.same-font {
    font-family: "Helvetica", sans-serif !important;
}
.elementor-widget-text-editor{
     font-family: "Helvetica", sans-serif !important;
}

@media (max-width: 767px) {
    #footer-first {
        margin-bottom: -1px !important;
    }
}

@media (max-width: 768px) {
  .photo-story-scroll-component--banner-title,
  .photo-story-scroll-component--banner-description {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 28px !important; /* Adjust title size */
  }
.container {
    text-align: center;
  }
  .photo-story-scroll-component--banner-description {
    font-size: 36px !important; /* Adjust description size */
  }

  .photo-story-scroll-component--published-date {
    text-align: center;
  }

  .mouse {
    margin: 20px auto !important;
    display: block;
  }
}
.box1-sm{
    border-radius: 0px !important;
}
.mouse::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}
.mouse {
    width: 35px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 60px;
    position: relative;
    margin: -13px auto;
}

@media (max-width: 767px) {
  .management-container .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .management-container .elementor-widget-container {
    width: 100%;
    display: flex;
    justify-content: center; /* center image horizontally */
  }

  .management-container .elementor-widget-container img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.icon-footer-custom{
    color: #999999 !important;
}