
@font-face {
	font-family: "gleneagles";
	src: url("/ResourcePackages/Gleneagles/assets/dist/webfonts/gleneagles.eot?");
	src: url("/ResourcePackages/Gleneagles/assets/dist/webfonts/gleneagles.eot?#iefix")
			format("embedded-opentype"),
		url("/ResourcePackages/Gleneagles/assets/dist/webfonts/gleneagles.woff")
			format("woff"),
		url("/ResourcePackages/Gleneagles/assets/dist/webfonts/gleneagles.ttf")
			format("truetype"),
		url("/ResourcePackages/Gleneagles/assets/dist/webfonts/gleneagles.svg#gleneagles")
			format("svg");
	font-weight: normal;
	font-style: normal;
}
/* GENERAL */
* {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

/* HEADER */
.header-logo {
    max-height: 50px;
    padding: 5px 0px;
}

.header-wrapper {
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 0%), 0 2px 8px 0 rgb(0 0 0 / 19%);
}

.header-wrapper.active {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1000;
    background-color: white;
}

.search-container {
    /* width: fit-content;
    border: 2px solid rgb(1, 180, 235);
    border-radius: 3px; */
    outline: none;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    /* width: 100%; */
    height: 100%;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #ebebeb;
    /* margin-bottom: -14px; */
    padding: 2px 10px;
}

.search-container form {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.search-container input,
.search-container input:focus {
    border: none;
    background-color: transparent;
    outline: none;
}

.search-container button {
    border: none;
    background-color: transparent;
}

.search-container button i {
    color: rgb(0, 85, 111);
}

.language-icon button,
.sidebar .dropdown button {
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    box-shadow: none;
    border-style: none;
    background-color: transparent;
}

.language-icon button i,
.sidebar .dropdown button i {
    vertical-align: top;
    font-size: 30px;
}

.language-icon button span,
.sidebar .dropdown button span {
    vertical-align: middle;
    font-size: 16px;
}

.sidebar .dropdown button span {
    font-size: 18px !important;
}

.language-icon .btn-secondary,
.language-icon .btn-secondary:not(:disabled):not(.disabled):active,
.sidebar .dropdown .btn-secondary,
.sidebar .dropdown .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    color: rgb(0, 85, 111);
    box-shadow: none;
    padding: 0px;
}

.language-icon .btn-secondary:hover,
.sidebar .dropdown .btn-secondary:hover {
    color: rgb(48, 127, 222);
}

.language-icon .modal,
.sidebar .modal {
    background: rgba(0, 0, 0, 0.5);
}

.language-icon .modal.fade,
.sidebar .modal.fade {
    transition: opacity 0.15s linear !important;
}

.language-selection img {
    aspect-ratio: 2 / 1;
    width: 30px;
    vertical-align: baseline;
}

.language-selection .language-icon {
    /* margin-right: 5px; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 1px solid #00556f;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;

    background: rgba(52,117,186,0.1);
    color: #00556f;

    transition: all 0.3s linear;
}

.language-selection .language-icon.selected,
.language-selection:hover .language-icon {
    background: #00556f;
    color: white;
    box-shadow: 1px 1px 5px 2px rgb(0 85 111 / 70%);
}

.modal-backdrop {
    display: none !important;
}

/* .language-icon .modal-content button span,
.sidebar .modal-content button span {
    font-size: 24px;
} */

.language-icon .modal-body,
.sidebar .modal-body {
    padding: 15px 40px;
}

.language-selection .language-text {
    align-self: center;
}

.language-selection .language-text span {
    color: #777;
    font-size: 16px;
}

.header .header-right button,
.sidebar .dropdown button {
    border-style: none;
    background-color: transparent;
}

.header .hamburger-bar button {
    all: unset;
    padding: 5px;
}

.header .hamburger-bar button:hover {
    cursor: pointer;
    background-color: #eee;
}

.header .hamburger-bar i {
    font-size: 20px;
    color: rgb(0, 85, 111);
}

/* Sidebar */
.sidebar {
    z-index: 1001;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 100%;
    background-color: #f1f1f2;
    overflow-y: scroll;
    transition: all 0.3s ease-in-out;
}

.sidebar.active {
    width: 50%;
}

.sidebar .close-btn {
    z-index: 1002;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

.sidebar .close-btn button {
    all: unset;
}

.sidebar .social-links img {
    width: 20px;
    height: 20px;
}

.sidebar .social-links a {
    color: rgb(146, 146, 146);
}

.sidebar .search-container input {
    width: 80%;
}

.sidebar h2 {
    font-size: 24px;
}

.sidebar .accordion {
    background-color: transparent;
    color: #333;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    /* transition-delay: 0ms !important; */
}

.sidebar .accordion a {
    color: #333;
}

.sidebar .accordion.show {
    opacity: 1;
}

.sidebar .active,
.accordion:hover {
    transition-delay: 0ms !important;
    background-color: #ccc;
}

.sidebar .accordian-group ul {
    list-style-type: none;
    padding: 15px 0px;
    margin: 0px;
}

.sidebar .accordian-group li {
    list-style-type: none;
    padding: 10px;
    margin: 0px;
    cursor: pointer;
}

.sidebar .accordian-group li:hover {
    background-color: #eee;
}

.sidebar .accordian-group li a {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0px;
    color: #333;
}

.sidebar .panel {
    padding: 0px 15px;
    max-height: 0px;
    background-color: white;
    overflow: hidden;
    transition: all 0.5s;
}

.sidebar .panel.expand {
    max-height: 300px;
}

/* TAGS NAVBAR */
.tags-dropdown-wrapper {
    text-align: center;
}

.tags-dropdown-wrapper .btn-group:not(:last-child) {
    border-right: 1px solid rgb(48, 127, 222);
}

.tags-dropdown-wrapper .btn,
.tags-dropdown-wrapper .btn-group > a {
    text-transform: uppercase;
    color: rgb(7, 84, 177);
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    padding: 0px 18px;
}

.tags-dropdown-wrapper .btn-group.show {
    display: inline-flex !important;
}

.tags-dropdown-wrapper .btn:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border: none;

    border-bottom: 2px solid rgb(7, 84, 177);
}

.tags-dropdown-wrapper .dropdown-menu {
    width: max-content;
    margin: 0px;
}

.tags-dropdown-wrapper .tags-dropdown {
    padding: 10px;
}

.tags-dropdown-wrapper .tags-dropdown .tags-img {
    position: relative;
}

.tags-dropdown-wrapper .tags-dropdown .tags-img img {
    width: 220px;
    aspect-ratio: 1 / 1;
    vertical-align: baseline;
    margin-right: 5px;
    object-fit: cover;
}

.tags-dropdown-wrapper .dropdown-menu {
    padding: 0px;
}

.tags-dropdown-wrapper .tags-dropdown {
    position: relative;
    min-height: 240px;
    height: max-content;
}

.tags-dropdown-wrapper .tags-dropdown > * {
    vertical-align: middle;
}

.tags-dropdown-wrapper .item-text {
    position: absolute;
    bottom: 5px;
    padding: 8px;
    font-size: 13px;
    font-weight: 700 !important;
    height: max-content;
    width: 220px;
    color: rgb(7, 84, 177);
    background-color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    transition: background-color 0.3s, visibility 0.3s;
    
    border-left: 0px solid orange;
    transition: all 0.3s linear;
}

.tags-dropdown-wrapper .dropdown-menu .dropdown-item {
    padding: 10px;
    font-weight: 400;
    color: black;
    min-width: 150px;
}

.tags-dropdown-wrapper .dropdown-menu .dropdown-item:hover {
    background-color: rgb(48, 127, 222);
    color: white;
}

.tags-dropdown-wrapper .banner-slider .slider-text {
    padding: 15px;
}

.tags-dropdown-wrapper .banner-slider .slider-text h2 {
    font-size: 16px;
}

.tags-dropdown-wrapper .banner-slider .slider-text p {
    font-size: 12px;
}

.tags-dropdown-wrapper .dropdown-menu .banner-slider img {
    min-height: 300px;
}

/* SLIDER */
.banner-slider {
    color: white;
    position: relative;
}

.banner-slider {
    max-height: 405px;
}

.banner-slider img {
    object-fit: cover;
    object-position: center;
    min-height: 405px;
    width: 100%;
    height: 100%;
}

.banner-slider .slider-cat-list {
    position: absolute;
    top: 2px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.banner-slider .slider-cat {
    color: white;
    background-color: rgba(100, 100, 100, 0.5);
    width: max-content;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
}

.banner-slider .slider-content {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
}

.banner-slider .slider-text {
    height: max-content;
    padding: 15px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    color: rgb(7, 84, 177);
    transition: background-color 0.3s, visibility 0.3s;
    border-left: 0px solid orange;
    transition: all .3s linear;
}

.banner-slider .slider-text p {
    margin: 0px;
}

.banner-slider .slider-text h2,
.banner-slider .slider-text-article h2 {
    font-size: 24px;
}

.banner-slider .slider-text p {
    font-size: 16px;
}

.banner-slider .slider-text-article {
    height: max-content;
    padding: 20px;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.6);
    color: rgb(7, 84, 177);
}

.banner-slider:hover .slider-text {
    background-color: rgba(255, 255, 255, 0.9);
    border-left: 10px solid orange;
    transition: background-color 0.3s, visibility 0.3s;
    transition: all .3s linear;
}

.banner-slider:hover .slider-text .arrow {
    transform: translateX(15px);
}

.banner-slider .arrow {
    font-size: 35px;
    color: rgb(7, 84, 177);

    transition: transform 0.3s ease-out;
}

.banner-item-sm, .banner-slider {
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.banner-item-sm img {
    height: 195px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-item-sm .item-text {
    position: absolute;
    bottom: 0px;
    padding: 8px;
    font-size: 13px;
    font-weight: 700 !important;
    height: max-content;
    width: calc(100% - 22.5px);
    color: rgb(7, 84, 177);
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color 0.3s, visibility 0.3s;

    line-height: 20px;
    height: 56px;

    border-left: 0px solid orange;
    transition: all .3s linear;
}

.banner-item-sm .item-text span,
.tags-dropdown .item-text span {
    font-size: 11px;
    font-weight: 400 !important;
}

.banner-item-sm:hover .item-text,
.tags-dropdown .tags-img:hover .item-text {
    background-color: rgba(255, 255, 255, 0.9);
    border-left: 5px solid orange;
    transition: background-color 0.3s, visibility 0.3s;
    transition: all 0.3s linear;
}

.banner-item-sm .slider-cat-list {
    position: absolute;
    top: -2px;
    left: 15px;
    display: inline;
    width: calc(100% - 22.5px);
}

.banner-item-sm .slider-cat {
    color: white;
    background-color: rgba(100, 100, 100, 0.5);
    width: max-content;
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 12px;
    display: inline;
    font-weight: 700;
}

.banner-item-sm-wrapper .banner-item-sm .item-text span {
    font-size: 13px;
    font-weight: 700 !important;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.top-article-items {
    margin-top: 10px;
}

.top-article-items .col-lg-6:first-child {
    padding-right: 7.5px;
}

.top-article-items .col-lg-6:last-child {
    padding-left: 7.5px;
}

.top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(1) {
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(2) {
    padding-left: 7.5px;
    margin-bottom: 15px;
}

.top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(3) {
    padding-right: 7.5px;
}

.top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(4) {
    padding-left: 7.5px;
}

.top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(2) .slider-cat-list,
.top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(4) .slider-cat-list {
    left: 7.5px;
}

.article-cat-item .article-item-home-lg-wrapper .col-md-6:nth-last-child(2) {
    padding-right: 7.5px;
}

.article-cat-item .article-item-home-lg-wrapper .col-md-6:last-child {
    padding-left: 7.5px;
}

.article-cat-item .article-item-home-lg-wrapper .col-md-6:last-child .article-item-home-lg .article-tags-list {
    left: 7.5px;
}

/* ARTICLE BLOG NEW */
.article-cat-title {
    color: rgb(7, 84, 177);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.article-item-home-lg {
    height: 100%;
}

.article-item-home-lg p {
    padding: 0px 10px;
    margin-bottom: 5px;
}

.article-item-home-lg img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.article-item-home-lg .article-tags-list,
.article-cat-list {
    position: absolute;
    top: 0px;
    left: 15px;
    display: inline;
    width: calc(100% - 30px);
}

.article-item-home-lg .article-tags-list .article-tag,
.article-cat {
    color: white;
    background-color: rgba(100, 100, 100, 0.5);
    width: max-content;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 12px;
    display: inline;
    white-space: nowrap;
    font-weight: 700;
}

.article-item-home-lg .item-title {
    color: black;
    font-size: 18px;
    font-weight: 700;
}

.article-item-home-lg:hover {
    outline: 1px solid lightgrey;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
}

.article-item-home-lg:hover .item-title {
    color: rgb(7, 84, 177);
}

.publish-time {
    font-weight: 600;
    color: rgb(175, 175, 175);
    margin: 0px;
    font-size: 15px;
}

.article-item-home-lg .item-desc {
    color: black;
    padding-bottom: 10px;
}

.article-item-home-sm {
    margin-bottom: 1rem;
}

.article-item-home-sm img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.article-item-home-sm .item-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: black;

    /* small item ellipsis */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.article-item-home-sm:hover {
    outline: 1px solid rgba(200, 200, 200, 0.1);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
}

.article-item-home-sm:hover .item-title {
    color: rgb(7, 84, 177);
}

/* .article-cat-item .see-more a {
    color: rgb(7, 84, 177);
    font-weight: 700;
    cursor: pointer;
} */

/* testing */
.article-cat-item .see-more {
    margin-top: 10px;
    text-align: right;
}

.article-cat-item .see-more a {
    position: relative;
    color: rgb(7, 84, 177);
    font-weight: 700;
    cursor: pointer;
    
    /* display: table-cell; */
    padding: 5px 0px;
    background-color: transparent;
    font-size: 18px;

    transition: all 0.3s linear;
}

.article-cat-item .see-more a .arrows-wrapper {
    display: inline-flex;
    margin-left: 5px;
    transition: all 0.3s linear;
}

.article-cat-item .see-more a .arrows-wrapper > * {
    margin-left: -2px;
}


/* .article-cat-item .see-more a:hover .arrows-wrapper {
    margin-left: 30px;
} */

.article-cat-item .sectionization-line {
    width: 50%;
    height: 1px;
    border-radius: 10px;
    background-color: rgba(7, 84, 177,0.8);
    margin: 5px 0px 5px auto;
    box-shadow: 0 0px 5px 0 rgb(0, 0, 0, 0%), 0 1px 3px 0 rgb(7, 84, 177, 100%);

    transition: all 0.3s linear;
}

/* .article-cat-item .see-more:hover .sectionization-line {
    margin: 5px 0px;
} */
/* testing */

.articles-home-wrapper .side-content .video-content .video-header{
    /* padding: 15px;
    background-color: #00a3a8;
    color: white; */

    padding: 15px;
    background-color: rgba(0, 163, 168, 0.7);
    color: white;
    border-radius: 10px 10px 0px 0px;
    margin: 0px -1px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.articles-home-wrapper .side-content .video-content {
    /* outline: 1px solid #00a3a8;
    height: max-content;
    width: 100%;
    font-size: 13px; */

    height: max-content;
    width: 100%;
    font-size: 13px;
    box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.articles-home-wrapper .side-content .video-content h3 {
    margin-top: 10px;
}

.articles-home-wrapper .side-content .video-content-wrapper .sub-wrapper {
    padding: 15px;
}

.articles-home-wrapper .side-content .video-content-wrapper .sub-wrapper p {
    margin-bottom: 0px;
}

.articles-home-wrapper .side-content .video-content-wrapper .sub-wrapper:nth-child(odd) {
    background-color: rgba(0, 163, 168, 0.1);
}

.articles-home-wrapper .side-content .video-content-wrapper .sub-wrapper:nth-child(even) {
    background-color: rgba(200, 200, 200, 0.2);
}

/* BLOG PAGE */
.article-banner {
    position: relative;
}

.article-banner img {
    object-fit: cover;
    object-position: center;
    min-height: 400px;
    width: 100%;
}

.article-banner .slider-cat-list {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.article-banner .slider-cat {
    color: white;
    background-color: rgba(100, 100, 100, 0.5);
    width: max-content;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
}

.article-banner .article-banner-text {
    padding: 15px;
    width: 75%;
    height: max-content;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.6);
}

.article-banner .article-banner-text h1 {
    font-size: 42px;
    color: #0754b1;
    font-weight: normal;
}

.article-read-details {
    font-size: 16px;
    color: #0754b1;
    margin: 0px;
}

.orange-dot {
    background-color: orange;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.article-author {
    background-color: rgb(243, 243, 243);
    padding: 15px;
}

.article-author .author-icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 2px solid orange;
    object-fit: cover;
    object-position: top;
}

.article-author a {
    color: black;
    font-weight: 700;
}

.article-author hr {
    margin: 3px auto;
    width: 100px;
}

.article-author .author-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
}

.article-content .topic-section .topic-blue-section {
    background-color: rgb(230, 238, 247);
    color: rgb(7, 84, 177);
    font-weight: 700;
}

.article-content .topic-section {
    font-size: 14px;
    min-width: 100%;
}

.article-content .topic-section.sticky {
    min-width: calc(1110px / 4 - 30px);
    position: sticky;
    top: 105px;
}

.article-content .topic-section hr {
    margin: 5px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.article-content .link-topic {
    cursor: pointer;
    padding: 5px 10px;
}

.article-content .content-section p {
    font-size: 16px;
}

.article-content .content-section table {
    box-shadow: 5px 5px 15px -3px grey;
}

.article-content .content-section table,
.article-content .content-section table td {
    border: 1px solid rgb(7, 84, 177);
}

.article-content .content-section table td,
.article-content .content-section table th {
    padding: 10px;
}

.article-content .content-section table thead {
    background: rgb(7, 84, 177);
    color: white;
    text-align: center;
}

.article-content .content-section table tbody tr:nth-child(odd) {
    background: rgba(7, 84, 177, 0.1);
}

.article-content .blue-section {
    width: 100%;
    height: max-content;
    color: black;
    background: rgb(204, 240, 251);
    padding: 30px;
    /* text-decoration: underline;
    text-decoration-color: rgb(120, 215, 244); */
    font-style: italic;
    font-size: 20px;
}

.article-content .article-paragraph-title {
    font-size: 24px;
}

.article-tags-btn button {
    background-color: transparent;
    padding: 5px 25px;
    color: rgb(172, 172, 172);
    border: 2px solid rgb(172, 172, 172);
    border-radius: 5px;
    margin: 0px 10px 10px 0px;
    white-space: nowrap;
    font-size: 16px;

    transition: background-color 0.3s, visibility 0.3s;
}

.article-tags-btn button:hover {
    background-color: rgb(172, 172, 172);
    color: white;
}

.article-tags-btn button:focus {
    outline: none;
}

/* SUGGESTED ARTICLE */
.suggested-article-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.slick-prev,
.slick-next {
    width: max-content;
    height: max-content;
    top: -35px;
}

.slick-prev {
    left: 15px;
}

.slick-prev:before {
    content: "< Previous  \2013\2013\2013\2013\2013";
}

.slick-next {
    right: 15px;
}

.slick-next:before {
    content: "\2013\2013\2013\2013\2013  Next  >";
}

.slick-prev:before,
.slick-next:before {
    color: black;
    font-weight: 700;
    font-family: unset;
    color: #aaaaaa;
    font-size: 18px;
}

.slick-track {
    /* to solve less than 3 item width problem */
    width: 9999px !important;
}

.back-button-section .home-page-blue-btn {
    font-size: 19px;
}

.home-page-blue-btn {
    background-color: rgb(48, 127, 222);
    transition: background-color 0.15s, visibility 0.15s;
}

.home-page-blue-btn:hover {
    background-color: rgb(7, 84, 177);
}

/* Search page new */
.search-grid-wrapper {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: dense;
    gap: 10px;
}

.search-grid-wrapper p:only-of-type {
    padding: 150px 0px;
    margin: 0px;
}

.grid-1 {
    grid-column-end: span 1;
    grid-row-end: span 1;
    aspect-ratio: 1 / 1;
    display: none;
}

.grid-2 {
    grid-column-end: span 2;
    grid-row-end: span 1;
    aspect-ratio: 2 / 1;
    display: none;
}

.grid-1, .grid-2 {
    position: relative;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.grid-1 .grid-tag,
.grid-2 .grid-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    background-color: rgba(100, 100, 100, 0.5);
    width: max-content;
    white-space: nowrap;
    padding: 3px 10px;
    font-weight: 700;
}

.grid-1 .grid-tag {
    font-size: 12px;
}

.grid-2 .grid-tag {
    font-size: 14px;
}

.grid-1-img,
.grid-2-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.grid-1-img img,
.grid-2-img img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center;
    transition: transform 0.2s;
}

.grid-1-content,
.grid-2-content {
    position: absolute;
    display: grid;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0px;
    width: 100%;
    height: max-content;
    color: rgb(48, 127, 222);
    padding: 10px;

    transition: background-color 0.3s, visibility 0.3s;
}

.grid-1-content {
    height: 60px;
    padding: 8px;
}

.grid-2-content {
    height: 80px;
    padding: 10px;
}

.grid-1:hover .grid-1-content,
.grid-2:hover .grid-2-content {
    background-color: rgba(255, 255, 255, 0.9);
}

.grid-1:hover img,
.grid-2:hover img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.grid-2:hover .arrow {
    transform: translateX(15px);
}

.grid-1-content h2 {
    font-weight: 700;
    font-size: 13px;
    margin: 0px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.grid-1-content span {
    font-size: 11px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.grid-2-content h2 {
    font-weight: 700;
    font-size: 16px;
    color:rgb(48, 127, 222);
    margin-bottom: 3px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.grid-2-content span {
    font-size: 12px;
}

.grid-2-content .arrow {
    font-size: 35px;
    transition: transform 0.3s ease-out;
}

.search-grid-wrapper .content-wrapper {
    height: max-content;
    align-self: center;
}

.search-page-wrapper .show-more-btn {
    text-transform: uppercase;
}

/* FOOTER */
.footer-wrapper .home-page-blue-btn {
    font-size: 16px;
}

.top-footer {
    background-color: rgb(142, 191, 218);
}

.top-footer .top-footer-content {
    overflow-x: auto;
}

.top-footer .top-footer-content a {
    color: white;
    margin-right: 20px;
}

.btm-footer .footer-logo {
    max-width: 100%;
    height: auto;
}

.btm-footer .states-underline {
    display: flex;
    flex-wrap: wrap;
}

.btm-footer .states-underline .state {
    font-size: 18px;
    white-space: nowrap;
    padding-bottom: 7px;
    margin: 0px 30px 20px 0px;
    cursor: pointer;
    color: rgb(196, 196, 196);
}

.btm-footer .states-underline .state.active {
    color: rgb(48, 127, 222);
    border-bottom: 2px solid rgb(48, 127, 222);
}

.btm-footer .states-underline-tablet {
    display: none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    background-color: #307fde;
    background-image: none;
    border: 1px solid #307fde;
    border-radius: 4px;
}

.btm-footer .states-tab [id^="tab"] {
    display: none;
}

.btm-footer .footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #4db649 !important;
}

.btm-footer table td img,
.btm-footer .social-media-icon {
    padding: 13px 10px;
}

.btm-footer table td,
.btm-footer .states-tab a {
    font-size: 14px;
}

.btm-footer .states-tab a {
    text-decoration: underline !important;
}

.btm-footer table tr span {
    color: #4db649;
}

.btm-footer .btn-primary {
    padding: 10px 20px;
    background-color: #4cb648;
    border-color: #4cb648;
    border-radius: 45px;
    padding: 0.75rem;
    text-transform: uppercase;
    width: 100%;
}

.btm-footer .btn-primary:hover {
    background-color: #318e2e;
}

.copyright-wrapper {
    background-color: rgb(228, 227, 227);
}

.copyright-wrapper .copyright-content a {
    font-size: 14px;
    font-weight: 700;
    color: #59595b !important;
    display: inline-block;
    padding-right: 30px;
}

.copyright-wrapper .copyright-content p {
    font-size: 15px;
    margin: 0px;
}

.copyright-wrapper .copyright-content img {
    float: right;
    max-width: 92px;
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: rgb(51, 195, 239);
    color: white;
    font-size: 25px;
    text-align: center;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

/* utilities */
.text-bold {
    font-weight: 700;
}

.font-size-20 {
    font-size: 20px;
}

.grey-175 {
    color: rgb(175, 175, 175);
    margin: 0px;
}

.remove-pl-pr {
    padding-left: 0px;
    padding-right: 0px;
}

.d-mobile {
    display: none !important;
}

.d-desktop {
    display: block !important;
}

.d-tablet-block {
    display: none !important;
}

.d-tablet-none {
    display: block !important;
}

@media only screen and (max-width: 1199.98px) {
    .article-content .topic-section.sticky {
        min-width: calc(930px / 4 - 30px);
    }
}

@media only screen and (max-width: 1023.98px) {
    .d-tablet-block {
        display: block !important;
    }

    .d-tablet-none {
        display: none !important;
    }

    .sidebar .d-tablet-block {
        display: none !important;
    }

    .sidebar .d-tablet-none {
        display: block !important;
    }

    .header-bg {
        display: none;
    }

    .states-underline {
        display: none !important;
    }

    .states-underline-tablet {
        display: block !important;
    }

    .states-tab {
        background-color: #f1f1f2;
        padding: 1rem 1rem 0px 1rem;
    }

    .btm-footer .states-underline-tablet {
        display: block;
    }

    .article-banner .article-banner-text {
        width: 100%;
    }

    .article-banner .article-banner-text h1 {
        font-size: 30px;
    }

    .article-content .topic-section.sticky {
        top: 70px;
    }
}

@media only screen and (max-width: 991.98px) {
    .article-content .topic-section.sticky {
        min-width: calc(690px / 4 - 30px);
    }

    .search-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .top-article-items .col-lg-6:first-child {
        padding-right: 15px;
        padding-bottom: 15px;
    }
    
    .top-article-items .col-lg-6:last-child {
        padding-left: 15px;
    }

    .banner-item-sm .item-text {
        width: calc(100% - 22.5px);
    }
}

@media only screen and (max-width: 767.98px) {
    .d-mobile {
        display: block !important;
    }

    .d-desktop {
        display: none !important;
    }

    /* banner */
    .banner-slider .slider-text {
        padding: 10px;
    }

    /* tags dropdown */
    .tags-dropdown-wrapper .dropdown-menu .banner-slider img {
        min-height: 250px;
    }

    /* sidebar */
    .sidebar.active {
        width: 75%;
    }

    /* article page */
    .article-author .author-name {
        margin-top: 1rem;
    }

    .article-content .content-section {
        padding-top: 30px;
    }

    .suggested-article-title {
        margin-bottom: 3rem;
    }

    .d-none-md {
        display: none;
    }

    .search-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .slick-prev:before {
        content: "< Previous";
    }

    .slick-next:before {
        content: "Next >";
    }

    .article-cat-item .article-item-home-lg-wrapper .col-md-6:nth-last-child(2) {
        padding: 0px 15px;
        margin-bottom: 15px;
    }
    
    .article-cat-item .article-item-home-lg-wrapper .col-md-6:last-child {
        padding: 0px 15px;
    }

    .article-cat-item .article-item-home-lg-wrapper .col-md-6:last-child .article-item-home-lg .article-tags-list {
        left: 15px;
    }

    .grid-1-content {
        padding: 5px;
        height: 54px;
    }

    .grid-1-content span {
        font-size: 10px;
    }
    
    .grid-1-content h2 {
        font-size: 12px;
    }
    
    .grid-2-content {
        padding: 5px;
        height: 65px;
    }

    .grid-2-content span {
        font-size: 12px;
    }

    .grid-2-content h2 {
        font-size: 14px;
    }

    .article-cat-item .sectionization-line {
        width: 100%;
        margin: 5px 0px 5px 0px;
    }
}

@media only screen and (max-width: 575.98px) {
    /* for container in mobile view */
    .remove-pl-pr-sm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-logo {
        max-height: 40px;
    }

    .banner-item-sm img {
        height: 250px;
    }

    .top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(1),
    .top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(2),
    .top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(3),
    .top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(4) {
        padding: 0px 15px;
        margin-bottom: 15px;
    }

    .banner-item-sm .item-text {
        width: calc(100% - 30px);
    }

    .top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(2) .slider-cat-list,
    .top-article-items .banner-item-sm-wrapper .col-sm-6:nth-child(4) .slider-cat-list {
        left: 15px;
    }

    .ge-footer-content .nav-hospitals-contact{
        display: none;
    }

    .ge-footer-content .roomFacilitiesSelect {
        display: block;
    }

    .sidebar .search-container input {
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {
    .sidebar .search-container input {
        width: 70%;
    }
}

/* GLENEAGLES */
.ge-footer {
    color: white;
}

.ge-footer h2 {
    font-size: 20px;
}

.ge-footer-top-line {
    height: 70px;
    width: 100%;
    background-color: #01759a;
}

.ge-footer-content {
    /* background-color: #66adc3; */
}

.ge-footer-left p {
    font-size: 16px;
}

.ge-footer-right {
    padding-left: 0px;
    padding-right: 0px;
}

.ge-footer-right a {
    color: white;
    font-size: 16px;
}

.ge-footer-right a:hover {
    text-decoration: underline !important;
}

/*TEMP FPR OLD SEARCH PAGE*/
.article-item-home {
    margin-bottom: 30px;
    display: block;
}

.show {
    display: block;
}

.article-item {
    height: 100%;
    background: rgb(243, 243, 243);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.article-item a,
.article-item-home a {
    text-decoration: none;
    color: black;
}

.article-item p,
.article-item-home p {
    font-size: 16px;
}

/* .article-cat-list {
    position: absolute;
    top: 0px;
    left: 19px;
    display: inline;
    width: calc(100% - 30px);
}

.article-cat {
    padding: 5px 15px;
    background-color: white;
    color: rgb(7, 84, 177);
    font-weight: 700;
    font-size: 16px;
    width: max-content;
    display: inline;
    line-height: 38px;
    white-space: nowrap;

    margin-right: 5px;
} */

.article-img img {
    width: 100%;
    min-height: 170px;
    object-fit: cover;
    object-position: center;
}

.content-text {
    padding: 10px 15px;
}

.nutritionBenifitsTable,
.famousSnackTable {
    width: 100%;
}

/* .nutritionBenifitsTable,
.nutritionBenifitsTable th,
.nutritionBenifitsTable td,
.famousSnackTable,
.famousSnackTable th,
.famousSnackTable td {
    border: 1px solid black;
} */

.nutritionBenifitsTable tbody td {
    background: white !important;
}

.nutritionBenifitsTable tbody > tr td:nth-child(1) {
    vertical-align: text-top;
}

.nutritionBenifitsTable tbody > tr td:nth-last-child(3) {
    width: 100px;
}

.nutritionBenifitsTable tbody > tr td:nth-last-child(1),
.nutritionBenifitsTable tbody > tr td:nth-last-child(2) {
    text-align: center;
}

.nutritionBenifitsTable tbody td strong {
    font-weight: normal !important;
}

/*---- Hospital Footer : Start  ----*/

.nav-hospitals-contact .nav-link {
    color: #9c9c9c !important;
    font-weight: 700 !important;
}
.nav-hospitals-contact .nav-link.active {
    color: #00769d !important;
    background-color: #fff !important;
} 

.ge-footer-content tbody th, tbody td {
    padding: .5rem .625rem .625rem;
}

#contactinfo-pills-tabContent {
    width: 100%;

}

.ge-footer-content .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: .66em 2.5em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #3d64c1;
    color: #fff;

    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 4px;
    min-width: 250px;
    border-radius: 10px;
    
}

.location-map {
    position: relative;
    overflow: hidden;
    width: 740px;
    height: 400px;
}

.location-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact-information {
    position: absolute;
    right: 0;
    top: 46px;
    background-color: #f3f8fd;
    padding: 30px 60px;
}

.ge-footer-content .form-underline{
    width: 100%;
    padding: 0 15px;
}

.ge-footer-content .roomFacilitiesSelect{
    display: none;
    height: 42px;
    background-color: transparent;
    border: 1px solid #e0e0e0 !important;
    -webkit-border-radius: 0;
    border-radius: 10px !important;
    width: 100%;
    
}
.contact-information h3 {
    color: #00a3a8;
    font-size: 16px;
    font-weight: bold;
}
.button.gmap:before {
    background-image: url(../../images/icons/icon-gmap.png);
}

.button.waze:before {
    background-image: url(../../images/icons/icon-waze.png);
}

.button.button-image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 33px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.button.waze, .button.gmap {
    margin-left: 5px;
    margin-right: 5px;
}
.button.gmap {
    background-color: #fff;
    border: 1px solid #d8d8d8;
}
.button.waze {
    background-color: #79d1e9;
    position: relative;
}
.button.button-image {
    height: 50px;
    min-width: 160px;
    position: relative;
}
.contact-icon {
    vertical-align: middle;
    padding-right: 12px;
}
.footer-contact-icon {
    margin-right: 20px;
    font-size: 24px;
    color: #5fb4ba;
    min-width: 25px;
}
.button.primary.nofill {
    background-color: #fff;
    color: #f9ba5d;
    border-color: #f9ba5d;
}
.button.primary:hover, .button.primary.nofill:hover {
    background-color: #fff!important;
    color: #a72b2a!important;
    border-color: #a72b2a;
}
.contact-information p {
    color: #59595b;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.contact-information a {
    color: #00769d;
    font-size: 14px;
}

[class^="g-ic-"]:before, [class*=" g-ic-"]:before {
    font-family: "gleneagles" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 2.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-bottom;
}
.g-ic-ambulance:before {
    content: "";
}
.g-ic-whatsapp:before {
    content: "";
}
.g-ic-phone:before {
    content: "";
}

@media only screen and (max-width: 575.98px) {
    .ge-footer-content .nav-hospitals-contact{
        display: none;
    }

    .ge-footer-content .roomFacilitiesSelect {
        display: block;
    }

    .location-map {
        width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .contact-information {
        position: relative;
        top: 0;
        padding: 30px 25px;
    }
}
/*---- Hospital Footer : End  ----*/ 

/* to fix for firefox */
@-moz-document url-prefix() {
    .sub-tags-5-wrapper {
        margin-bottom: 205px;
    }
}

/* accordion */
ul.article-accordion {
    list-style: none;
    padding: 0;
}

ul.article-accordion .inner {
    background-color: #e6eef769;
    padding: 5px 10px;
    overflow: hidden;
    display: none;
}

ul.article-accordion li a.toggle .fa-chevron-down{
    position: absolute;
    right: 35px;
    font-size: 20px;
}

ul.article-accordion li a.toggle.open .fa-chevron-down{
    transform: rotate(180deg);
}

ul.article-accordion li a.toggle {
    width: 100%;
    font-weight: 600;
    display: block;
    background: #e6eef7;
    color: #0754b1;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: all 0.3s ease;
}


ul.article-accordion li a.toggle:hover,
ul.article-accordion li a.toggle.open {
    background: #d0e0f3;
}

.liboldmarker::marker{
    font-weight: bold;
    }
  
.video-container-16-9 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    }
    
    .video-container-16-9 iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    }
    
    .article-content h2{
    font-weight: 400;
    }
    
    .article-content h3{
    font-size: 1.25rem;
    font-weight: normal;
    }