

/* ============================================
   TYPOGRAPHY STANDARDIZATION
   ============================================ */

/* Base Font Settings */
body,
p,
tr td,
tr th {
    color: #222222;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

body {
    background-color: #d0d0d0 !important;
}

/* Font Size Hierarchy */
.text-xs { font-size: 11px; }
.text-sm { font-size: 12px; }
.text-base { font-size: 14px; }
.text-md { font-size: 15px; }
.text-lg { font-size: 16px; }
.text-xl { font-size: 18px; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #023047;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.h1, h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.75rem;
    color: #000000;
}

/* Links */
a {
    color: #023047 !important;
    text-decoration: none !important;
}

a:hover {
    color: #073046 !important;
    text-decoration: underline !important;
}

a-item:hover {
    color: #3c3c3c;
    text-decoration: none;
}

/* ============================================
   BOOTSTRAP OVERRIDES
   ============================================ */

.text-primary {
    color: #023047 !important;
}

.text-secondary {
    color: #686868 !important;
}

.bg-primary,
.btn-primary {
    background-color: #073046 !important;
    border-color: #073046 !important;
    color: #ffffff !important;
}

.bg-primary:hover,
.btn-primary:hover,
.bg-primary:focus,
.btn-primary:focus {
    background-color: #7fb4ce !important;
    border-color: #7fb4ce !important;
    color: #ffffff;
}

a.bg-primary,
.bg-primary a {
    color: #ffffff !important;
}

.btn-secondary {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    color: #686868;
}

/* ============================================
   LAYOUT & STRUCTURE
   ============================================ */

.layout-box {
    padding: 20px;
    box-shadow: -1px 2px 5px 6px rgb(0 0 0 / 9%);
    -webkit-box-shadow: -1px 2px 5px 6px rgb(0 0 0 / 9%);
    -moz-box-shadow: -1px 2px 5px 6px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}

.Header-Border-Btm {
    background-color: #FFFFFF;
    border-bottom: solid 0px #FFFFFF;
    height: 0%;
    width: 100%;
    margin: 0;
}

/* ============================================
   NAVIGATION & MENU
   ============================================ */

.navbar-toggler {}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-item:hover {
    background-color: #dfdfdf;
}

.nav-link,
.nav-link:hover {
    color: #686868;
}

.dropdown-item:hover {
    color: #023047;
}

/* Medium Breakpoint */
@media all and (min-width: 768px) {
    .Menu-Flex-Item {
        width: 100%;
    }
}

/* Mobile Menu */
@media (max-width: 768px) {
    #navbarSupportedContent {
        position: absolute;
        top: 45px;
        right: 10px;
        background-color: #ffffff;
    }

    #navbarSupportedContent .navbar-nav {
        text-align: right;
    }

    #navbarSupportedContent .dropdown-menu {
        text-align: right;
    }
}

/* Desktop View */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

/* Small Devices */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* ============================================
   HEADER BUTTONS
   ============================================ */

.Login-ContactUs-Btn a {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.Header-btn-Register {
    color: #686868;
    text-decoration: none;
    display: inline-block;
}

.Header-btn-ViewAll,
.Header-btn-ViewAll:hover {
    color: #ffffff !important;
}

.Header-btn-ViewAll i {
    margin-left: 5px;
    margin-right: 10px;
}

.Header-btn-ViewAll span {
    margin-right: 5px;
}

/* ============================================
   FOOTER
   ============================================ */

ul#FooterNavigation {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#FooterNavigation li {
    display: inline;
    margin: 0;
    padding: 0 20px 2px 20px;
    border-left: 1px solid #dfdfdf;
}

ul#FooterNavigation li:first-child {
    border-left: 0;
}

ul #FooterNavigation li a,
ul#FooterNavigation li a:link,
ul#FooterNavigation li a:visited,
ul#FooterNavigation li a:active {
    font-size: 0.875rem;
    text-decoration: none;
    color: #686868;
}

/* ============================================
   CARDS
   ============================================ */

.Cardblock {
    background-color: #efefef;
    margin: 10px;
    padding: 20px;
}

.card-style {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease;
}

.card-style:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #023047;
    margin-bottom: 8px;
}

.card-tag {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
}

.card-tag.Webinar {
    background-color: #FFB703;
    color: #023047;
}

.card-tag.Article {
    background-color: #8ECAE6;
    color: #023047;
}

.card-tag.Curated {
    background-color: #FB8500;
    color: #ffffff;
}

.card-footer {
    font-size: 12px;
    color: #023047;
    background-color: #f9f9f9;
    padding: 10px 12px;
    border-top: 1px solid #ddd;
    min-height: 40px;
    flex-shrink: 0;
}

/* ============================================
   FORM BLOCKS
   ============================================ */

.BlockHeaders {
    color: #4d5690;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    background: #e9eef6;
}

.Formblock {
    padding: 15px;
    margin-bottom: 15px;
    background: #efefef;
    color: #727272;
    margin-top: 0;
}

.Formblock p {
    color: #727272;
}

.Formblock a {
    color: #727272;
    display: inline-block;
}

.Formblock input {
    width: 360px;
    margin: 5px 0;
}

.Formblock table {
    background: none;
}

.Formblock td input {
    width: auto;
}

.Formblock_white {
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    color: #727272;
    margin-top: 0;
}

.Formblock2 {
    padding: 20px;
    margin-bottom: 20px;
    background: #eaeaea;
    margin-top: 0;
}

.Formblock2 p {
    color: #727272;
}

.Formblock2 a {
    color: #727272;
    display: inline-block;
}

.Formblock2 input {
    width: 360px;
    margin: 5px 0;
}

.Formblock2 table {
    background: none;
}

.Formblock2 td input {
    width: auto;
}

.Formblock3 {
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    margin-top: 0;
}

.Formblock3 p {
    color: #727272;
}

.Formblock3 a {
    color: #727272;
    display: inline-block;
}

.Formblock3 input {
    width: 360px;
    margin: 5px 0;
}

.Formblock3 table {
    background: none;
}

.Formblock3 td input {
    width: auto;
}

input.widebtn {
    width: auto;
}

.siteform select {
    width: 210px;
}

select {
    width: 235px;
}

@media (min-width: 768px) {
    .Register-label {
        text-align: right;
    }
}

/* ============================================
   TABLES
   ============================================ */

.activityTable {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.activityTable thead {
    display: none;
}

.activityTable td {
    border: 0px !important;
}

.activityTable td a {
    color: #686868;
}

.activityTable tr {
    background-color: #efefef !important;
}

/* ============================================
   GRID LAYOUTS
   ============================================ */

.column3 {
    float: left;
    width: 33.33%;
}

.row3:after {
    content: "";
    display: table;
    clear: both;
}

.column2 {
    float: left;
    width: 33.33%;
}

.row2:after {
    content: "";
    display: table;
    clear: both;
}

/* ============================================
   ARTICLE COMPONENTS
   ============================================ */

/* Article Header */
.article-header {
    margin-bottom: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.top-link {
    font-size: 11px;
    text-decoration: none;
    color: #999;
    float: right;
    margin-bottom: 4px;
}

.article-tags {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.article-title {
    font-size: 18px;
    font-weight: 500;
    color: #023047;
    margin: 6px 0;
    line-height: 1.4;
}

.article-meta {
    font-size: 11px;
    color: #6c757d;
    letter-spacing: 0.2px;
}

.article-divider {
    border: none;
    border-top: 6px solid #00b0c4;
    margin: 20px 0 30px 0;
}

/* Time Meta */
.time-meta {
    display: flex;
    gap: 20px;
    margin: 10px 0 20px 0;
    font-size: 13px;
    color: #023047;
    align-items: center;
}

.time-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Key Takeaway Box */
.key-takeaway-box {
    border-left: 6px solid #023047;
    background-color: #f2f2f2;
    padding: 18px 20px;
    margin: 30px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #222;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.key-takeaway-header {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #023047;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}

.key-takeaway-header svg {
    margin-right: 8px;
    flex-shrink: 0;
}

/* Quick Facts */
.quick-facts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-facts-list li {
    margin-bottom: 8px;
    font-size: 14px;
}

.quick-facts-list strong {
    color: #FB8500;
}

/* Pull Quote */
.pull-quote {
    border-left: 6px solid #023047;
    background-color: #f2f2f2;
    padding: 18px 20px;
    margin: 30px 0;
    font-style: italic;
    font-size: 16px;
    color: #023047;
    line-height: 1.6;
    border-radius: 4px;
}

/* Stat Grid */
.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.stat-card {
    background-color: #e9eef6;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.stat-card strong {
    display: block;
    font-size: 22px;
    color: #023047;
}

/* FAQ Block */
.faq-block {
    margin: 20px 0;
    background-color: #f9f9f9;
    padding: 14px 18px;
    border-left: 4px solid #023047;
    border-radius: 4px;
}

.faq-block summary {
    font-weight: bold;
    cursor: pointer;
    color: #023047;
}

.faq-block p {
    margin-top: 10px;
    font-size: 14px;
}

/* Plus Icon */
.plus-icon {
    display: inline-block;
    font-size: 20px;
    color: #0077b6;
    background-color: #e0f3ff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    margin-top: 10px;
    align-self: flex-end;
}
