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

body,
p,
tr td,
tr th {
    color: #222222;
    font-family: Comfortaa Light, Comfortaa Light, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

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



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

/*Bootstrap Elements*/
.text-primary {
    color: #023047 !important;
}

.Login-ContactUs-Btn a 
{
    color: #FFFFFF !important;
    text-decoration: none !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;
    }

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

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


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

@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;
    }
}
/* ============ desktop view .end// ============ */

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

.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;
}

/*Template*/
.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-Menu-Collapse {}

.Header-btn-Logout {}

.Header-btn-MyAccount {}

.Header-btn-Search {}

.Header-btn-Login {}

.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;
}

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

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

ul#FooterNavigation li {
    display: inline;
    margin: 0;
    padding: 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;
}

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

.CardHeaders {}

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

.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;
}

/*Additional code*/

.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;
}

/******************************************** Block Elements ********************************************/
.BlockHeaders {
    color: #4d5690;
    font: Comfortaa Light, Arial, Helvetica, 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;
}

input.widebtn {
    width: auto;
}

.siteform select {
    width: 210px;
}

select {
    width: 235px;
}

.Formblock_white {
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    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;
}

input.widebtn {
    width: auto;
}

.siteform select {
    width: 210px;
}

select {
    width: 235px;
}

.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;
}

.h1,
h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    font-size: 1.75rem;
}
a {
    color: #5c5c5c !important;
    text-decoration: none !important;
}

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

    

.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-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;  /* fixed height to align all footers */
  flex-shrink: 0;
}
.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 {
  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;
}
/* === Article Variant Blocks === */



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

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







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






.article-header {
  margin-bottom: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, 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;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #023047;
}


/* === Article Variant Blocks === */



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

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







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








/* === Article Variant Blocks (CLEANED) === */

.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 {
  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 {
  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 {
  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;
}
<style>
.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;
}
</style>