/* Global Styles */
[role=main],
.main {
    background-color: #F2F2F2;
    font-family: "Montserrat";
    font-size: 15px;
}

/* Home Page Styles */
.home-page-main {
    background-color: #00a99e;
}

/* Account Masthead Styles */
.account-masthead {
    background-color: #00a99e;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    border-bottom: 2px solid #00a99e;
}

.account-masthead .account ul li a {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.account-masthead .account ul li {
    display: block;
    float: left;
    border: none;
}

/* Masthead Styles */
.masthead {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #FFFFFF;
    border-bottom: none;
    color: black !important;
}

.masthead .navbar .logo img {
    max-height: 70px;
}

/* Header Styles */
.img-socials {
    height: 30px;
    vertical-align: middle;
    padding-right: 20px;
}

.page-heading {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px;
    color: #FFFFFF;
}

.search-heading {
    color: #FFFFFF;
}

.masthead .main-navbar ul li:hover a,
.masthead .main-navbar ul li:focus a,
.masthead .main-navbar ul li.active a {
    color: #00A99E;
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: #00A99E;
    text-decoration-thickness: 3px;
}

button.btn[type="submit"] {
    padding: 0;
}

.site-search {
    margin-inline-start: 5px;
}

#field-sitewide-search.form-control.me-2 {
    border-radius: 20px;
    background-color: #FFFFFF;
    color: black;
    width: 200px;
    box-shadow: none;
}

#field-sitewide-search::placeholder {
    text-align: right;
    color: #727272;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-bottom: 5px;
}

.masthead .main-navbar ul li a {
    font-family: "Montserrat", sans-serif;
    color: #727272;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.6rem 0.5rem;
}

.header-tag-line {
    margin-bottom: 20px;
    margin-top: 30px;
    color: #FFFFFF;
}

.text-block {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    color: #aaaaaa;
}

/* Main Content Styles */
.main {
    background-color: #F2F2F2;
    height: auto;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.main-hero {
    background-color: rgb(255, 255, 255)!important;
}

/* Toolbar Styles */
.toolbar a {
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.toolbar .breadcrumb a {
    color: black;
    font-size: 14px;
}

.dataset-heading a {
    color: #aaaaaa;
}

/* Grid Container Styles */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 250px;
    max-width: fit-content;
}

div.module-search.card.box {
    margin-top: 90px;
    margin-bottom: 20px;
}

/* Homepage Styles */
.homepage .module-search .search-form {
    background-color: #73B5B7;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-top: 20px;
    margin-bottom: 0px;
}

.homepage .module-search {
    color: #FFFFFF;
    padding: 0;
    border-width: 0;
    border-style: none;
}

.homepage .module-search .tags {
    background-color: #FFFFFF;
    color: #00A99E;
    padding: 0px;
}

.homepage .module-search {
    margin-top: 0px;
}

.homepage .module-search .search-form input {
    font-size: 14px;
    padding: 8px;
}

/* Headline Styles */
.heading-headline {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
    color: #000000;
    font-size: 35px;
    font-weight: bold;
}

/* Headline Section Styles */
.headline-section {
    background-color: #FFFFFF;
}

.data-headline {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #000000;
}

/* Index Layout Sections Styles */
.index-layout-sections {
    background-color: #f2f2f2;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: bold;
    border-top: 4px solid #00a99e;
    border-bottom: 4px solid #00a99e;
}

/* Layout Header Links Styles */
.layout-header-links {
    text-decoration: none;
    color: #000000;
    display: flex;
    justify-content: space-between;
}

.layout-header-links:focus {
    color: #00a99e;
}

/* Layout Data Styles */
.layout-data {
    display: none;
}

.layout-data:target {
    display: block;
}

/* Site Footer Styles */
.site-footer {
    background: #FFFFFF;/*#00a99e;*/
    color: black; /* #000000;*/
}

/* Tab Container Styles */
.tab-container {
    display: flex;
    justify-content: space-between;
}

/* Page Header Nav Tabs Styles */
.page-header .nav-tabs {
    text-transform: uppercase;
}

/* Tab Styles */
.tab {
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    transition: color 0.3s, border-color 0.3s;
}

.tab:hover,
.tab.active {
    color: #00A99E;
    border-color: #00A99E;
    text-decoration: underline;
    text-decoration-color: #00A99E;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

/* Menu Head Content Styles */
.menu-head-content {
    color: #FFFFFF;
}

/* Tab Content Styles */
.tab-content {
    display: none;
}

/* Images and SVG Styles */
img, svg {
    vertical-align: text-bottom;
    max-height: 600px;
}

/* Site Footer Links Styles */
.site-footer a {
    color: black;
}

.site-footer label, .site-footer small, .site-footer .small {
    color: black;
}

/* Button and Label Styles */
.btn, label {
    font-weight: normal;
}

/* Footer Social Links Styles */
.footer-social-links a img {
    height: 40px;
    max-width: 50px;
    padding-right: 10px;
}

.footer-social-links {
    padding: 20px;
}

/* Footer Image Logo Styles */
.footer-image-logo {
    height: 100px;
    max-width: 300px;
}

/* About Link Footer Styles */
.about-link-footer {
    color: #00a99e;
    font-weight: bold;
}

/* Notes Styles */
div.notes.embedded-content {
    color: black;
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 2;
    margin-left: 20px;
}

.page-header.module-content {
    display: none;
    background-color: #F2F2F2;
}

.module-content {
    background-color: #FFFFFF;
}

/* Secondary Styles */
.secondary {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
}

/* Content Wrapper Header Styles */
.content-wrapper-header {
    display: flex;
    justify-content: space-between;
}

/* Content Wrapper Right Styles */
.content-wrapper-right {
    flex: 1;
    padding: 20px;
}

/* Content Wrapper Middle Styles */
.content-wrapper-middle {
    flex: 1;
}

/* Card Container Styles */
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Home Card Styles */
.home-card {
    position: relative;
    flex: 0 0 calc(33.33% - 60px);
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 8px;
    border-color: #727272;
    padding: 10px;
    box-sizing: border-box;
    height: 200px;
    width: 300px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.card-heading {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 13px;
    margin-right: auto;
}

.topic-name {
    color: #00A99E;
    font-weight: normal;
    margin: 0;
}

.topic-date {
    color: #727272;
    margin: 0;
}

.home-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: black;
}

.home-card-content {
    align-items: center;
    width: 100%;
    word-wrap: break-word;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: black;
    text-align: center;
}

.dataset-name {
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

.last-updated {
    color: #A3A3A3;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}

.formatted-date {
    color: #727272;
}

.view-button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translateX(-50%);
    background-color: transparent;
    border: 2px solid #00A99E;
    border-radius: 20px;
    color: #00A99E;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
}

.view-button:hover {
    background-color: #00A99E;
    color: #FFFFFF;
    text-decoration: none;
}

.dataset-label {
    background-color: #00A99E;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: normal;
}

.dataset-details {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.additional-info-table {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 20px;
}

.additional-info-table td,
.additional-info-table th {
    padding: 30px;
    border: 1px solid #ddd;
}

a {
    color: #000000;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 20px;
}

.additional-info-header {
    text-decoration: underline;
    text-decoration-color: #00A99E;
    text-underline-offset: 10px;
    text-decoration-thickness: 4px;
}

.context-info .description {
    font-size: 13px;
}

.dataset-left-heading {
    padding-top: 10px;
    padding-bottom: 0px;
}

.org-heading {
    color: #00A99E;
    padding-left: 0px;
    padding-bottom: 10px;
}

.project-desc-heading {
    color: #00A99E;
    padding-left: 0px;
    padding-bottom: 10px;
}

.timeframe-heading {
    color: #00A99E;
    padding-left: 0px;
    padding-bottom: 10px;
}

.org-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.time-frame-desc {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.project-desc {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.data-resources-heading {
    text-decoration: underline;
    text-decoration-color: #00A99E;
    text-underline-offset: 10px;
    text-decoration-thickness: 4px;
}

.btn-primary {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #00A99E;
    background-color: #FFFFFF;
    border-color: #00A99E;
    border-radius: 20px;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #00A99E;
    color: #FFFFFF;
}

.notes {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.resource-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-left: 40px;
}

.nav-link, .page-header .nav-tabs li a {
    color: #00A99E;
}

/* Pagination Controls Styles */
.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination-controls button {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    color: #00A99E;
    background-color: transparent;
    padding: 8px 15px;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.show-more-btn {
    border: 2px solid #00A99E;
    border-radius: 20px;
}

.pagination-controls button:hover {
    background-color: #00A99E;
    color: #FFFFFF;
}

.prev-btn, .next-btn {
    border: none;
}

.prev-btn::before,
.next-btn::before {
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 5px;
    border: none;
}

.next-btn::before {
    margin-left: 5px;
}
