/*************************************
*         The Covid Index            *
*    Stylesheet by Stephen Young     *
**************************************/

html, body {
  height: 100%;
  margin: 0;
}

body {
    font-family: "open-sans", "Open Sans", sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

body.login {
    background: url(../images/library_bg_right.png) no-repeat center right #e7f5f9 !important;
    background-size: cover !important;
}

.icon-angle-left::before {
  content: "<";
  font-weight: bold;
}

.icon-angle-right::before {
  content: ">";
  font-weight: bold;
}

.icon-angle-double-left::before {
  content: "<<";
  font-weight: bold;
}

.icon-angle-double-right::before {
  content: ">>";
  font-weight: bold;
}

.icon-cog::before {
  content: "⚙"; /* Unicode gear symbol */
  font-weight: normal;
}


a {
    color: #0080a3;
    text-decoration: none;
}

ol li {
    margin-bottom: 10px;
}

.com-content-article__body a {
    word-break: break-all;
}

.hide {
    display: none;
}

footer a {
    color: #B3E7FD;
}

.btn {
    background: #e57f2d;
    color: #FFFFFF;
    cursor: pointer !important;
    border: 0px;
    padding: 6px 20px;
    border-radius: 3px;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: bold;
}

.btn:hover {
    background: #333333;
}

header {
    padding: 5px 5px 0px 5px;
    background: #ffffff;
}

.header-inner {
    display: flex;
    margin: auto;
    max-width: 1120px;
    justify-content: space-around;
    align-items: center;
}

.logo-container {
    margin: 0px auto 0px 0px;
}

#logo img {
    width: 100%;
    max-width: 112px;
}

.flex {
    display: flex;
}

.flex div {
    margin: 0px 15px;
}

.flex img {
    max-width: 100%;
    height: unset;
    margin: 10px;
    border-radius: 3px;
}

.what-is-the-covid-narrative .flex img {
    margin: 0px;
}

.navigation .nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.navigation .nav li a {
    text-decoration: none;
    padding: 10px 24px;
    color: #000002;
    font-size: 18px;
    font-weight: 600;
}


ul.mod-menu__sub.list-unstyled.small {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    border: solid 2px #017DA1;
    border-radius: 6px;
    z-index: 1;
    margin-top: 20px;
}

ul.mod-menu__sub.list-unstyled.small.show-menu {
    display: block;
}

.mod-menu__sub.list-unstyled.small li {
    list-style-type: none;
    margin-bottom: 10px;
}
.mod-menu__sub.list-unstyled.small li a {
    color: #E47F2F;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
}

.mod-menu__sub.list-unstyled.small li a:hover {
    color: #0080a3;
}

li.nav-item.current.active a {
    color: #017da2;
}

.user-menu {
    margin: 0px 0px 0px auto;
}

.user-menu ul.mod-menu.mod-list.nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

ul.mod-menu.mod-list.nav li a {
    transition: all 0.3s;
}

ul.mod-menu.mod-list.nav li a:hover {
    color: #017da2;
}

.user-menu li.nav-item.deeper.parent {
   margin: 25px 5px 0px 5px;
   padding-bottom: 25px;
}
/*
li.nav-item.item-365.deeper.parent {
   padding-bottom: 20px;
}
*/

li.nav-item.item-361.deeper.parent a {
   padding-bottom: 25px;
}

li.nav-item.item-361.deeper.parent a ul li a {
    font-size: 14px;
}


.user-menu span.mod-menu__heading.nav-header {
    cursor: pointer;
    border-radius: 20px;
    border: solid 2px #017DA1;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 14px;
}

.user-menu li.nav-item.deeper.parent:hover .mod-menu__heading.nav-header {
    background: #017DA1;
    color: #fff;
}

.mobile-menu {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
  color: #000;
}

.offcanvas-menu {
  box-sizing: border-box;
  height: 100%;
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  background-color: #333;
  overflow-y: auto;
  transition: 0.3s ease;
  padding-top: 60px;
  z-index: 1001;
}


@media (min-width: 1121px) {
    .offcanvas-menu {
        display: none !important;
    }
}

.offcanvas-menu.open {
  left: 0;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.offcanvas-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; 
}

.offcanvas-menu li {
  border-bottom: 1px solid #444;
}

.offcanvas-menu li a {
  display: block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}

.offcanvas-menu li span {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}

.offcanvas-menu li a:hover {
  background-color: #575757;
}

#offcanvas-menu ul.mod-menu__sub.list-unstyled.small.show-menu {
    position: relative;
    background: unset;
    border: 0px;
    margin: 0px !important;
}

#offcanvas-menu ul li.nav-item.item-361.deeper.parent a {
    padding-bottom: 5px;
}

main {
  flex: 1;
}

/* check override */
.home-component a {
    font-weight: bold;
}

.home-slideshow-inner input#kb_search_multiple_fields {
    border: 2px solid #E5E5E5;
}

.home-component-upper {
    /*background: url("https://flatheadcreative.com/preview/covid/images/Background%20Photos/Ursulas%20Virus%20V4%203000%20X%201800%20with%2090%20percent%20cover.png") no-repeat center center #FFFFFF;*/
}

.home-component-upper-full-quote {
    background: #363a3d;
    padding: 10px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.home-component-upper-top, .home-component-upper-bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home-component-upper-inner {
    max-width: 1000px;
    text-align: center;
    margin: auto;
}

.home-component-upper-full {
    background: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-component-upper-top-left, .home-component-upper-top-right, .home-component-upper-bottom-left, .home-component-upper-bottom-right   {
    width: 100%;
    max-width: 524px;
    padding: 10px;
}

.home-component-upper-top-left p, .home-component-upper-bottom-right p {
    text-align: center;
}

.home-component-upper-top-left img, .home-component-upper-top-right img, .home-component-upper-bottom-left img, .home-component-upper-bottom-right img {
    max-width: 100%;
    height: auto;
}

.home-component-lower-top-2, .home-component-lower-top-3 {
    margin-top: 35px !important;
}

.home-component-lower-top.home-component-lower-top-1 .custom, .home-component-lower-top.home-component-lower-top-3 .custom {
    display: flex;
}

.home-component-lower-top.home-component-lower-top-1 .custom img, .home-component-lower-top.home-component-lower-top-2 .custom img, .home-component-lower-top.home-component-lower-top-3 .custom img {
    margin: 20px;
    padding: 0px !important;
    border: 1px solid;
}

.home-component-lower {
    background: #F5F5F5;
    padding-top: unset;
    padding-bottom: 60px;
}

.home-component-lower-top {
    width: 100%;
    max-width: 1260px;
    margin: auto;
}

.home-component-before-footer {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
}

.home-component-before-footer-l, .home-component-before-footer-r {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px #DCDCDC;
    padding: 20px;
    margin: 0px;
}

@media (max-width: 1320px) {
    .home-component-before-footer {
        display: block;
    }
    .home-component-before-footer-l {
        text-align: center;
        margin-bottom: 40px;
    }
    .home-component-before-footer-r {
        text-align: center;
    }
}
 
input#kb_search_multiple_fields {
    max-width: 350px;
    width: 100%;
}

#kb_advanced_search_selection input[type="radio"] {
  display: inline-block;
  width: unset !important;
}


.home-component-lower-bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0px 0px 0px;
}

.home-component-lower-left {
    width: 100%;
    max-width: 750px;
}

.home-component-lower-right {
    width: 100%;
    max-width: 450px;
    background: url(/images/home/kid_magnifiying_glass.jpg) no-repeat center center #FFFFFF !important;
    background-size: cover !important;
}

.home-component-lower-right p {
    text-align: center;
}

.home-component-lower-right img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.home-component-lower-top, .home-component-lower-left, .home-component-lower-right {
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px #DCDCDC;
    padding: 20px;
}

.home-component-mid-full {
    background: url(../images/ci_child_question_green_grad.png) no-repeat center right -162px #0f4d61;
}

.home-component-mid-full-inner {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

#mod-custom224 {
    padding: 20px;
    color: #FFFFFF;
    max-width: 870px;
    width: 100%;
}

#mod-custom224 a {
    color: #e57f2d;
    font-weight: bold;
}

.home-component-lower-full {
    box-shadow: 0px 0px 15px 1px #DCDCDC;
    background: #FFF;
    margin: 40px auto !important;
    max-width: 1280px;
    padding-bottom: 35px;
    padding-right: 20px;
}

.home-component-lower-full-inner {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

#mod-custom219 {
    padding: 20px;
}

.intro-counter {
    margin-top: 14px;
    font-size: 19px;
}

footer {
    border-top: solid 20px #018CB3;
    background: #363A3D;
    color: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.footer-left, .footer-right {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
        
.footer-middle {
  flex: 0 0 auto;
}

.footer-middle {
    text-align: center;
}

.footer-middle a, .footer-right a {
    text-decoration: none;
}

p.copyright {
    margin-top: 40px;
}

/*Home Specific */

.home .page-header h1 {
    display: none;
}

#mod-custom217 {
    background: #363a3ddb;
    text-align: center;
}

.owl-text-slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18vh;
  text-align: center;
}

.owl-text-slider h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
  margin: 0px;
}

.owl-text-slider .slide {
    height: 10vh;
}

.owl-dots {
    display: none;
}

.home #cck1r_mainbody.seb_css3b {
    background-color: #ececec;
    border: 1px solid #23458d;
    position: relative;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 400px;
    margin: auto;
    padding-top: 20px;
}

.home div.cck_forms input.inputbox, div.cck_forms textarea.inputbox, div.cck_forms select.inputbox, div.cck_forms button.inputbox {
    float: unset !important;
}

.home-slideshow > :first-child {
    position: static !important;
}

.home-slideshow-inner {
    max-width: 500px;
    margin: auto;
    text-align: center;
    background: rgb(15 76 97 / 90%);
    color: #FFFFFF;
    padding: 20px;
    border-radius: 6px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 47px;
}

.intro-top {
    font-size: 32px;
    font-weight: bold;
}

.intro-middle {
    font-size: 18px;
    margin-bottom: 20px;
}

.intro-bottom {
    font-size: 16px;
    margin-bottom: 20px;
}

/* Inner Pages */
.inner-content {
    padding: 30px;
    max-width: 1100px;
    margin: auto;
}

.inner-content .total {
    margin: 20px 0px;
}

.com-content-article a {
    font-weight: bold;
}

#cck2r_mainbody.seb_css3b {
   background-color: #fafafa;
   border: 3px solid #017da2;
   position: relative;
   padding: 10px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   overflow: hidden;
}

/*** Seblod Related ***/

div.cck_forms.cck_search div.cck_form {
    float: unset;
}

#seblod_form div#cck2r_mainbody, .cck-pos-mainbody {
    background: #f8f9fa !important;
    border: 2px solid #017da2 !important;
}

#seblod_form input[type="checkbox"] {
  width: unset;
}

#seblod_form input, #seblod_form textarea {
    width: 98%;
    border: 1px solid #017da3;
    font-family: arial;
}

td[data-label="View / Edit / Delete"] .cck-clrfix {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
}

td[data-label="View / Edit / Delete"] {
  text-align: center;
}

/* Home IE Search Form */
form#seblod_form_m145 {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.home .cck-pos-mainbody {
    border: unset !important;
    background: #FFFFFF !important;
}

.cck-pos-mainbody div.cck_contents div.cck_label {
    color: #868686 !important;
    font-weight: bold;
    font-size: 12px;
}

.index-entries a.pill {
    display: inline-block;
    padding: 10px;
    background: #017da2;
    color: #FFFFFF;
    border-radius: 5px;
    transition: all 0.3s;
    margin-top: 10px;
}

.index-entries a.pill:hover {
    background: #363A3D;
}

/* About */

.about-acknowledgments-carousel {
    margin: 20px;
}

.about-acknowledgments-text {
    max-width: 1110px;
    margin: auto;
}

.about-acknowledgments-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 150px;*/
    padding: 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
/*
.about-acknowledgments-carousel .item {
    display: flex;
    justify-content: center; 
    align-items: center;     
    height: 150px;           
    padding: 10px;
    box-sizing: border-box;
}

.about-acknowledgments-carousel .item img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

*/

.about-acknowledgments-carousel .item img {
    max-height: 74px;
    max-width: 225px;
    height: auto;
    width: auto;
    border: 1px solid;
    background-color: #FFFFFF;
    padding: 5px;
    margin: 5px;
}

#mod-custom229 {
    background: #b3e7fd;
    padding: 20px;
}

/* Glossary */

.glossary-entry {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

.glossary-entry:nth-child(even) {
  background-color: #f9f9f9; /* light gray for zebra striping */
}

.glossary-entry .term {
  width: 220px;
  font-weight: bold;
  padding-right: 24px;
  flex-shrink: 0;
}

.glossary-entry .definition {
  flex-grow: 1;
  color: #333;
}

/* Publicity */

.publicity-shareables {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.publicity-shareable {
    padding: 10px;
    background: #e7f5f9;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.publicity-shareable .fa-share-alt {
    margin: 5px;
}

.publicity-shareables img {
    max-width: 95%;
    max-width: 525px;
    max-height: 275px; /*300*/
}

.publicity-shareables div {
    max-width: 525px;
    width: 100%;
}

a.publicity-shareable-top {
    position: relative;
    display: inline-block;
}

img.publicity-shareable-top-image {
    display: block;
    max-width: 100%;
    height: auto;  
}

img.publicity-shareable-top-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 20%;
    height: auto;
    aspect-ratio: 1 / 1;
    transition: transform 0.3s ease;
}

.publicity-shareable-top:hover img.publicity-shareable-top-play {
    transform: translate(-50%, -50%) scale(1.5);
}

.publicity .share-btn {
    color: #e57f2d;
    font-weight: normal;
}


/*Book a speaker */

.bas-spokespeople ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.bas-spokespeople ul li {
    border: 2px solid #d7dee0;
    padding: 10px;
    list-style: none;
    max-width: 320px;
    margin-right: 20px;
    border-radius: 3px;
    background: linear-gradient(140deg, #ffffff, #ecf5f9);
    box-shadow: 0px 0px 12px #cecece;
}

.bas-spokespeople ul li img {
    max-width: 100%;
    height: unset;
    margin: auto;
}

/* IE Specific */

.index-entry-form #cck1r_mainbody.seb_css3b.vertical div.cck_forms div.cck_label {
    color: #000000;
    font-weight: bold;
}

.index-entry-form #cck1r_mainbody.seb_css3b.vertical div.cck_forms input {
    width: 100%;
    max-width: 1073px;
    margin-bottom: 10px !important;
}

.index-entry-form .tox-tinymce {
    border-color: #000000;
    margin-bottom: 10px;
}

/* Pagination Container */
.pagination__wrapper {
  display: flex;
  justify-content: center;
  /*margin-top: 2rem;*/
}

.pagination {
  list-style: none;
  display: flex;
  padding-left: 0;
  gap: 0.5rem;
}

.index-entries .ie_info_top {
    /*float: right;
    max-width: 220px;*/
}

div.vertical div.cck_contents {
    margin-bottom: 15px;
}

.index-entries h1 {
    font-weight: 400;
    margin-top: 3px;
    /*max-width: 850px;*/
}

.index-entries h1 span {
    color: #868686;
}

/* Pagination Items */
.page-item {
  display: inline-block;
}

/* Default Page Link Style */
.page-link {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #0f4d61;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  cursor: pointer;
}

/* Hover & Focus States */
.page-link:hover,
.page-link:focus {
  background-color: #e9ecef;
  color: #0056b3;
  text-decoration: none;
}

/* Active Page */
.page-item.active .page-link {
  background-color: #0f4d61;
  color: white;
  border-color: #0f4d61;
  pointer-events: none;
}

/* Disabled Page */
.page-item.disabled .page-link {
  background-color: #f8f9fa;
  color: #6c757d;
  border-color: #dee2e6;
  pointer-events: none;
}

.page-link .icon-angle-double-left,
.page-link .icon-angle-double-right {
  font-size: 1rem;
}

/* Base table styles */
.table.table-striped.responsive {
  width: 100%;
  border-collapse: collapse;
  /*font-family: Arial, sans-serif;*/
}

/* Table header */
.table.table-striped.responsive thead th {
  background-color: #017da2; /* Bootstrap primary blue */
  color: white;
  padding: 10px 15px;
  text-align: left;
  user-select: none;
  white-space: nowrap;
}

/* Table body cells */
.table.table-striped.responsive tbody td {
  padding: 10px 15px;
  border-top: 1px solid #dee2e6;
  /* white-space: nowrap; */
}

/* Striped rows */
.table.table-striped.responsive tbody tr:nth-child(odd) {
  background-color: #f8f9fa; /* Bootstrap light gray */
}

.table.table-striped.responsive tbody tr:nth-child(even) {
  background-color: #ffffff;
}
 
/* Hover effect */
.table.table-striped.responsive tbody tr:hover {
  background-color: #cce5ff; /* Light blue highlight */
}

/* Responsive: horizontal scroll on small screens 
@media (max-width: 768px) {
  .table.table-striped.responsive {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}*/

.table.table-striped.responsive thead th a.hasTooltip {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.table.table-striped.responsive thead th a.hasTooltip:hover {
  text-decoration: underline;
}

/* Exp */


div.cck_contents.cck_content div.cck_label, div.cck_contents.cck_content div.cck_label label {
    max-width: 160px;
}

div.vertical div.cck_contents {
    align-items: baseline;
    width: 100%;
    display: flex;
}

/* Fix for IE and Topics titles */
.index-entries h1, .topics h1 {
    display: none;
}

#value_kb_page_title {
    font-size: 19px;
    font-weight: bold;
}

.cck_kb_information_source_url_text p {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.topics div.vertical div.cck_contents {
    align-items: unset;   
}

.topics a {
    word-break: break-word;
}

#cck1729_value_kb_topic_description {
    max-width: 925px;
    word-break: break-word;
}

/* Link length issue */
div#cck2919_value_kb_information_source_description_text a {
    word-break: break-word;
}

/* jQuery UI */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: unset !important;
    background: #008cb3 !important;
    font-weight: bold;
    color: #ffffff;
}

.quote-centered {
    color: #b5b5b5;
    text-align: center;
    font-size: 23px;
    margin-top: 80px;
}

.ui-widget-content a {
    color: #0080a3;
}

.my-index-entries .table-striped td:nth-child(4) {
    display: flex;
}

.my-index-entries .table-striped td:nth-child(4) span {
    margin: 5px;
}

.all-topics .table-striped td:nth-child(3) {
    display: flex;
}

.all-topics .table-striped td:nth-child(3) .cck-clrfix {
    margin: 5px;
}

@media (max-width: 1300px) {
    .home-component-lower-right {
        max-width: 750px;
        text-align: center;
    }
    .home-component-lower-right img {
        display: block;
        margin: auto;
    }
    
    .home-component-lower-right {
        max-width: unset;
        min-height: 235px;
    }   
    
    .home-component-lower-top {
        width: unset;
    }      
}

@media (min-width: 1120px) {
    .mobile-menu {
        display: none !important;
    }
}

@media (max-width: 1120px) {
    .logo-container {
        margin: auto;
    }    
    .navigation, .user-menu {
        display: none !important;
    }
    .footer-inner {
        display: block;
    }
    
    /* Seblod Specific */
    .index-entries h1 {
        font-weight: 400;
        margin-top: 3px;
        max-width: 850px;
        font-size: 18px;
    }
    
    .publicity-shareables div {
        max-width: unset;
    }
    
    .publicity-shareables img {
        max-width: 95%;
        height: unset;
    }    
    
}



@media (max-width: 900px) {
    #mod-custom224 {
        padding: 20px;
        color: #FFFFFF;
        max-width: 400px;
        width: unset;
    }
    
    .home-component-mid-full {
        background-size: cover;
    }
    
    .flex {
        display: block;
    }
    
    #mod-custom219 {
        padding: 0px;
        width: unset;
        margin: auto;
    }
    
    #mod-custom219 div {
        background: #ffffffc4;
        border-radius: 5px;
        padding: 14px;
        border: 1px solid #ece9e9;
    }    
    
}

@media (max-width: 600px) {
    .footer-left, .footer-right {
        text-align: center;
    }  
    
    #seblod_form input, #seblod_form textarea {
        max-width: 95%;
    } 
    
    .pagination {
        display: none;
    }    
    
    .home-component-before-footer-l img {
        max-width: 100%;
    }
    
    .glossary-entries div {
        display: block;
    }  
    
    #cck2r_mainbody.seb_css3b.vertical div.cck_label {
        width: unset;
    }
    
    .footer-left br {
        display: none;
    }    
}

@media (max-width: 680px) {
    .home-component-upper-top-left, .home-component-upper-top-right, .home-component-upper-bottom-left, .home-component-upper-bottom-right {
        padding: 20px;
    }
    
    .home-component-lower-top {
        width: unset;
    }
    
    .home-slideshow-inner {
        border-radius: 0px;
    }
    
    .home-slideshow {
        /*background: rgb(15 76 97 / 90%);*/
    }
    
    .owl-text-slider h2 {
        font-size: 1rem;
        text-shadow: unset;
    }
    
    .home-component-upper-full {
        padding-top: unset;
        padding-bottom: unset;
    }
    
    .home-slideshow > div > video {
      width: 100vw !important;
      height: 100vh !important;
      object-fit: cover;
      top: 0 !important;
      left: 0 !important;
      transform: none !important;
    }   
    
    .home-slideshow .owl-carousel {
        background: #363a3d;
    }
    
    .home-slideshow  .owl-dots {
        display: none;
    }    
        
    .home-component-upper-inner {
        margin: auto;
        padding: 20px;
        text-align: left;
    }    
    
    div.vertical div.cck_contents {
        width: 100%;
        display: block;
    }

    .home-component-lower-top.home-component-lower-top-1 .custom, .home-component-lower-top.home-component-lower-top-2 .custom, .home-component-lower-top.home-component-lower-top-3 .custom {
        display: block;
    }    
    
    .home-component-lower-top.home-component-lower-top-1 .custom img, .home-component-lower-top.home-component-lower-top-2 .custom img, .home-component-lower-top.home-component-lower-top-3 .custom img {
        display: block;
        margin: auto;
        width: 100%;
        height: unset;
        
    }   
    
    .home-component-upper {
        background: #FFFFFF;
    }
    
    .home-component-lower-right {
        max-width: unset;
    }
    
    .cck_page_items {
        overflow-y: scroll;
    }   
    
    .topics table.responsive td, table.table.responsive td.left, table.table.responsive td.center, table.responsive td .cck-clrfix {
        text-align: left !important;
    }
    
    table.responsive td,table.table.responsive td.left,table.table.responsive td.center,table.responsive td .cck-clrfix{display:block;text-align:left !important}
    
    .my-bookmarks .table.table-striped.responsive tbody td {
        display: block;
    }
    
    .my-bookmarks .table.table-striped.responsive thead {
        display: none;
    }
    
    .index-entries .table-striped td[data-label="Publication"] {
        display: none;
    }   
    
    .my-index-entries .table-striped td {
        display: none;
        border: unset !important;
    }
    
    .my-index-entries .table-striped tr {
        border: unset;
    }
    
    .my-index-entries .table-striped td:nth-child(2) {
        display: block;
    }
    
    .all-index-entries .table-striped td {
        display: none;
        border: unset !important;
    }
    
    .all-index-entries .table-striped tr {
        border: unset;
    }
    
    .all-index-entries .table-striped td:nth-child(2) {
        display: block;
    }
    
    li.nav-item.item-138, li.nav-item.item-143 {
        display: none !important;
    }    
    
    .my-index-entries .table-striped td:nth-child(4), .all-topics .table-striped td:nth-child(1), .all-topics .table-striped td:nth-child(3) {
        display: none;
    }
    
}


/* Exp */

div.cck_forms.cck_search div.cck_label label {
    margin-bottom: 0;
    color: #333;
    font-weight: bold;
}

.com-content-article.item-page ul li {
    margin-bottom: 20px;
}

.wth-color-band {
    background: url(../images/tci_wth_team.jpg) no-repeat 502px -285px #0f4d61;
    color: #FFFF;
    padding: 10px;
    padding-bottom: 35px;
    margin-bottom: 40px;
    padding-top: 17px;
    background-size: 100%;
    padding-left: 18px;
}

.wth-color-band ul {
    list-style: none;
}

.wth-color-band a {
    word-break: break-word;
    color: #e57f2d;
    font-weight: bold;
}

#accordion {
    word-break: break-word;
}

#accordion a {
    word-break: break-word;    
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
    background: #008cb3 !important;
    color: #FFFFFF;
    font-weight: bold;
}

/* EXP */

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png) !important;
}

/* Login */

.com-users-login__options.list-group {
    margin-top: 20px;
}

form#user-registration fieldset {
    margin-bottom: 15px;
}

.com-users-reset.reset legend, .com-users-remind legend {
    background: #c1e7f2;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.com-users-login__options.list-group a {
    display: block;
}

#mod-custom227 .flex div {
    margin: 0px 20px;
}

.login-create-cta {
    background: #FFFFFF;
    padding: 10px;
    border: 2px solid #017da2 !important;
    border-radius: 5px;    
}

.login fieldset {
    background: #FFFFFF;
    border: 2px solid #017da2 !important;
    border-radius: 5px;
}

.com-users-login__options a.com-users-login__register {
    display: none;
}

.login h2 {
    text-shadow: 0px 0px 10px #ffffff !important;
}

#jform_email-lbl {
    font-weight: bold;
}

#jform_email-lbl span.star {
    display: none;
}

.control-group .control-label label {
    font-weight: bold;
}

.com-users-reset-confirm.reset-confirm fieldset legend, .com-users-reset-complete.reset-complete fieldset legend {
    background: #c1e7f2;
    padding: 5px;
    border-radius: 5px;
}

.com-users-reset-confirm__submit.control-group {
    margin-top: 10px;
}

.com-users-reset-confirm #jform_username-lbl, .com-users-reset-confirm #jform_token-lbl {
    font-weight: bold;
}

.com-users-reset-confirm #jform_username-lbl .star, .com-users-reset-confirm #jform_token-lbl .star {
    display: none;
}

/* After verfication email */

.reset-complete fieldset {
    margin-bottom: 10px;
}

.reset-complete .input-password-toggle {
    margin-top: 8px;
}

/* 722 */

.index-entries .cck_kb_page_title label, .topics .cck_kb_page_title label {
  color: #000000 !important;
}

/* Organize */

blockquote {
  font-family: serif;
  font-size: 1 rem;
  line-height: 1.7;
  color: #333; /* dark gray */
  background-color: #f9f9f9;
  border-left: 5px solid #555;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  position: relative;
  font-style: italic;
}

blockquote p {
  margin: 0;
}

blockquote p::before {
  content: "“";
  font-size: 2.5rem;
  color: #555;
  line-height: 0;
  vertical-align: -0.4rem;
  margin-right: 0.3rem; /* space after quote */
}

blockquote p::after {
  content: "”";
  font-size: 2.5rem;
  color: #555;
  line-height: 0;
  vertical-align: -0.4rem;
  margin-left: 0.1rem;
}

/*Cite issue */
cite {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  color: #555;
  font-style: normal;
  text-align: right;
  font-weight: bold;
}

.featherlight .featherlight-content {
  width: 90% !important;   /* take up most of the viewport */
  height: 90% !important;
  max-width: none !important;
  margin: 0 auto;
  padding: 0;
}

.featherlight iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

@media screen and (min-width: 1024px) {
  .cck_search_pagination {
    display: none;
  }
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 140, 0, 0.2); 
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 140, 0, 0); 
  }
}

/* Container */
.com-users-registration {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

.com-users-registration__form {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  max-width: 600px; /* wider than before */
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Fieldsets */
.com-users-registration__form fieldset {
  margin-bottom: 2rem;
  border: none;
  padding: 0;
}

.com-users-registration__form legend {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

/* Labels & Inputs */
.com-users-registration__form .control-label label {
  font-weight: 500;
  color: #444;
  display: block;
  margin-bottom: 0.5rem;
}

.com-users-registration__form .form-control {
  width: 96%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.com-users-registration__form .form-control:focus {
  border-color: #e57f2d;
  outline: none;
  box-shadow: 0 0 0 3px rgba(229,127,45,0.15);
}

/* Password toggle button */
.input-password-toggle {
  border: none;
  border-left: 1px solid #ddd;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  margin-top: 3px;
}

.input-password-toggle:hover {
}

.com-users-registration__form legend {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #85C1E9;
    display: inline-block;
    font-family: "Open Sans", Georgia, serif;
}

/* Submit button */
.com-users-registration__register.btn {
  background-color: #e57f2d;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.com-users-registration__register.btn:hover {
  background-color: #cf6f23;
}

/* Info alert */
.alert-info {
  background-color: #f5f5f5;
  border-left: 4px solid #e57f2d;
  padding: 1rem;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
}

joomla-alert {
    text-align: center;
}

/* Hide visually hidden alert type words */
joomla-alert .alert-heading .visually-hidden {
    display: none !important;
}

joomla-alert .alert-heading span.warning,
joomla-alert .alert-heading span.success,
joomla-alert .alert-heading span.danger,
joomla-alert .alert-heading span.info {
    display: none !important;
}

/* Hide modal by default */
#tosModal {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

/* When shown by Bootstrap */
#tosModal.show {
    display: block !important;
    visibility: visible;
    opacity: 1;
}

/* Optional: make sure modal content has nice padding */
#tosModal .modal-content {
    border-radius: 8px;
    overflow: hidden;
}

#tosModal button.btn-close.novalidate {
    display: none;
}

#tosModal iframe.iframe {
    width: 99%;
}

/* Validation message */
.form-control-feedback {
  display: block;            
  color: #e57f2d;            
  font-size: 0.875rem;       
  margin-top: 0.25rem;       
}

input:invalid + .form-control-feedback,
textarea:invalid + .form-control-feedback {
  display: block;
  color: #e57f2d;
  font-weight: 500;
}

.form-control-feedback {
  display: none;
}

input:invalid + .form-control-feedback,
textarea:invalid + .form-control-feedback {
  display: block;
}

/* Fieldsets */
.com-users-profile fieldset {
  margin-bottom: 2rem;
  border: none;
  padding: 0;
}

.com-users-profile legend {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

/* Labels & Inputs */
.com-users-profile .control-label label {
  font-weight: 500;
  color: #444;
  display: block;
  margin-bottom: 0.5rem;
}

.com-users-profile .form-control {
  width: 96%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.com-users-profile .form-control:focus {
  border-color: #e57f2d;
  outline: none;
  box-shadow: 0 0 0 3px rgba(229,127,45,0.15);
}

/* Password toggle button */
.com-users-profile .input-password-toggle {
  border: none;
  border-left: 1px solid #ddd;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  margin-top: 3px;
}

.com-users-profile .input-password-toggle:hover {
  background-color: #f2f2f2;
}

/* Submit button */
.com-users-profile .btn,
.com-users-profile button[type="submit"] {
  background-color: #e57f2d;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.com-users-profile .btn:hover,
.com-users-profile button[type="submit"]:hover {
  background-color: #cf6f23;
}

/* Info alert */
.com-users-profile .alert-info {
  background-color: #f5f5f5;
  border-left: 4px solid #e57f2d;
  padding: 1rem;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
}

/* Validation message */
.com-users-profile .form-control-feedback {
  display: block;            
  color: #e57f2d;            
  font-size: 0.875rem;       
  margin-top: 0.25rem;       
}

.com-users-profile input:invalid + .form-control-feedback,
.com-users-profile textarea:invalid + .form-control-feedback {
  display: block;
  color: #e57f2d;
  font-weight: 500;
}

.com-users-profile .form-control-feedback {
  display: none;
}

.com-users-profile input:invalid + .form-control-feedback,
.com-users-profile textarea:invalid + .form-control-feedback {
  display: block;
}

/* Optional: modal (if needed) */
#tosModal {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

#tosModal.show {
    display: block !important;
    visibility: visible;
    opacity: 1;
}

#tosModal .modal-content {
    border-radius: 8px;
    overflow: hidden;
}

#tosModal button.btn-close.novalidate {
    display: none;
}

#tosModal iframe.iframe {
    width: 99%;
}

/* Profile EXP */

#users-profile-custom, #users-profile-custom-profile, #users-profile-custom-actionlogs, #users-profile-custom-joomlatoken {
    display: none !important;
}

ul.com-users-profile__edit.btn-toolbar.float-end {
    margin: 10px 0px 40px 0px;
    list-style: none;
    padding: inherit;
}

/* Profile Fieldset */
#users-profile-core {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  max-width: 500px;
  margin: 2rem auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", "Times New Roman", serif;
}

/* Legend (Profile heading) */
#users-profile-core legend {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #85C1E9; /* light blue accent */
  display: inline-block;
  font-family: "Open Sans", Georgia, serif; /* extra classy */
}

/* Profile Edit Wrapper */
.my-profile fieldset {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  max-width: 600px;
  margin: 2rem auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", "Times New Roman", serif;
}

/* Legend (Heading) */
.my-profile fieldset legend {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #85C1E9; /* blue accent */
  display: inline-block;
  font-family: "Open Sans", Georgia, serif;
}

/* Form groups */
.my-profile fieldset .control-group {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  margin-bottom: 1rem;
}

/* Labels */
.my-profile fieldset .control-label {
  font-weight: bold;
  color: #444;
  text-align: right;
  padding-right: 1rem;
  font-style: normal;
  font-size: 1rem;
}

/* Inputs */
.my-profile fieldset .controls input[type="text"],
.my-profile fieldset .controls input[type="email"],
.my-profile fieldset .controls input[type="password"] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: "Open Sans", serif;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.my-profile fieldset .controls input:focus {
  border-color: #85C1E9;
  box-shadow: 0 0 4px rgba(133, 193, 233, 0.6);
  outline: none;
}

/* Password strength hints */
.my-profile fieldset .controls .small.text-muted {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
  font-style: italic;
}

/* Responsive: stack labels above inputs */
@media (max-width: 600px) {
  .my-profile fieldset .control-group {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .my-profile fieldset .control-label {
    text-align: left;
    margin-bottom: 0.25rem;
    padding-right: 0;
  }
}

/* Layout */
#users-profile-core dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  row-gap: 0.75rem;
  column-gap: 1rem;
  margin: 0;
}

/* Labels (dt) */
#users-profile-core dt {
  font-weight: bold;
  color: #444;
  text-align: right;
  font-style: normal;
}

/* Values (dd) */
#users-profile-core dd {
  margin: 0;
  color: #333;
  padding-left: 0.5rem;
}

/* Special styling for dates */
#users-profile-core dd:has(time),
#users-profile-core dd:nth-of-type(3),
#users-profile-core dd:nth-of-type(4) {
  color: #666;
  font-style: italic;
  font-size: 0.95rem;
}

.com-users-profile__edit-submit.control-group {
    text-align: center;
}

fieldset#user-actions-log,
div#user-actions-log {
    display: none !important;
}

/* Responsive: stack on small screens */
@media (max-width: 600px) {
  #users-profile-core dl {
    grid-template-columns: 1fr;
  }
  #users-profile-core dt {
    text-align: left;
    margin-top: 0.5rem;
  }
}


/* IE Entry Exp */

.index-entry-form input[type="checkbox"] {
  width: unset !important;
}

fieldset#kb_show_key_excerpts input {
    width: unset !important;
}

.index-entry-form #cck1r_kb_information_source_alias {
    /*display: none;*/
}

.index-entry-form .button-close {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.index-entry-form .button-close::before,
.index-entry-form .button-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #333;
  transform-origin: center;
  transition: background-color 0.2s;
}

.index-entry-form .button-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.index-entry-form .button-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.index-entry-form .button-close:hover::before,
.index-entry-form .button-close:hover::after {
  background-color: #000;
}

.index-entry-form .button-close {
  border-radius: 50%;
  padding: 0;
  transition: background-color 0.2s;
}

.index-entry-form .button-close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}


.want-to-help .publicity-shareable {
    background-color: #FFF;
}

.my-profile fieldset .controls input[type="text"], .my-profile fieldset .controls input[type="email"], .my-profile fieldset .controls input[type="password"]  {
    max-width: 90%;
}  

@media screen and (max-width: 767px) {
    
    .index-entries table.responsive tr, .index-entries .table.table-striped.responsive tbody td {
        border: none;
    }
    
    .index-entries td[data-label="Title"] {
        text-align: left !important;
    }
    
    .index-entries td[data-label="Publication Date"], .index-entries td[data-label="Title"]::before {
      display: none !important;
    }
    
    .want-to-help .flex div, .want-to-help .flex div img {
        margin: unset;
    }
    
    table.responsive td:before {
        content: unset;
        float: left;
    }   
    
    .com-users-registration {
        padding: 0px;   
    }
    
    .com-users-registration__form .form-control {
        width: 90%;
    }
    
}

.featherlight-loading.featherlight .featherlight-content {
    background: url(../images/loading.gif) no-repeat center center #ffffff !important;
    background-size: 100px !important;
}

.featherlight-content .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid rgba(0,0,0,0.1);
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  z-index: 1000;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

