@font-face {
    font-family: 'Saans-Medium';
    src: url('../Fonts/Saans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Saans-Regular';
    src: url('../Fonts/Saans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Saans-SemiBold';
    src: url('../Fonts/Saans-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Saans-Light';
    src: url('../Fonts/Saans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Copernicus-Bold';
    src: url('../Fonts/Copernicus-Bold.otf') format('opentype');
}

body {
    
}

#tableauViz {
    height: 100vh; /* Viewport height */
    width: 50vw; /* Viewport width */
}

h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em; /* Typically 24px if the base font size is 16px */
    font-weight: bold;
    margin-block-start: 0.83em; /* Top margin */
    margin-block-end: 0.83em; /* Bottom margin */
    margin-inline-start: 0; /* Left margin */
    margin-inline-end: 0; /* Right margin */
}

h3 {
    font-size: 1.5em; /* Adjust size as needed */
    font-weight: bold; /* Keep or modify weight */
    margin: 0.5em 0; /* Customize spacing */
    color: #333; /* Set a specific color */
    font-family: Arial, sans-serif; /* Choose your preferred font */
}

h4 {
    display: block;
    font-size: 1.17em; /* Relative to the parent element's font size */
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

h5 {
    display: block;
    font-size: 0.83em; /* Relative to the parent element's font size */
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Base Styling */

.content {
    max-width: 95%;
    margin: 0;
}

a:hover {
    /* color: #e83838 !important; */
    cursor: pointer;
}

main  {
    display: block;
}

main ul {
    list-style-type: disc;
    margin-left: 1.2em;
}

main ul li {
    line-height: 1.8em;
    margin: .25em 0;
    font: Saans-Regular;
}

main ul li a {
    line-height: 1.8em;
    margin: .25em 0;
    font: Saans-Regular;
    color: #02203F !important;
}

.BoldHyperlinks {
    font-weight: bold;
    color: #02203F !important;
}

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.cf {
    content: "";
    display: table;
    clear: both;
}

.WFtext {
    font-family: Saans;
    font: Saans-Medium;
    font-weight: bold;
    font-size: 1.5rem;
    align-items: center;
    text-align: left;
    color: #02203F;
    padding: 5px;
}

.WFtext2 {
    font-family: Copernicus-Bold;
    font: Copernicus-Bold;
    font-size: 2.5rem;
    align-items: center;
    text-align: left;
    color: #02203F;
}

/* START MARQUEE*/
.marquee-container {
    width: 100%; /* Or a specific width */
    overflow: hidden;
    font-family: Saans;
    font: Saans-Medium;
    background-color: #3BB3BE;
    color: #FFFFFF;
    font-size: 1.2rem;
    /* text-shadow: 1.5px 1.5px grey; */
    white-space: nowrap; /* Prevents content from wrapping */
    box-sizing: border-box;
    border: 1.5px solid #ccc; /* Optional: add a border */
    padding: 30px; /* Optional: add padding */
}

.marquee-content {
    display: inline-block; /* Or use flexbox */
    animation: scroll-left 25s linear infinite; /* Adjust duration as needed */
}

/* If using flexbox for content items */
.marquee-content span {
    display: inline-block;
    margin-right: 20px; /* Space between items */
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%); /* Start off-screen to the right */
    }

    100% {
        transform: translateX(-100%); /* End off-screen to the left */
    }
}
/* END MARQUEE*/

/* Rotation */


.header-main {
    width: auto;
    height: 100px;
    background-color: #FDFDFC;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: normal; /* flex-start or stretch or space-between or space-around or flex-end */
    align-items: center;
    row-gap: 10px;
    margin-bottom: 20px;
    /* gap: 50px 20px;  row gap then column gap */
}

.header-main div {
    height: fit-content;
}

.header-main .box1 {
    /* width: 100%; */
    background-color: #3BB3BE;
    /* order: 1;*/
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

.header-main .box2 {
    /* width: 100%; */
    background-color: #89D1D8;
    /* order: 2;*/
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .box3 {
    width: 100%;
    background-color: #FCFBFA;
    /* order: 3; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .box3recent {
    width: 100%;
    background-color: #FCFBFA;
    /* order: 3; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .recentupdates {
    width: 100%;
    /*background-color: #FCFBFA;*/
    /* order: 3; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    font-family: Saans;
    white-space: nowrap;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.recentupdates ul {
    display: grid;
    gap: 15px;    
    padding-left: 60px;
    font-size: 1.1rem;
}

.recentupdates ul li {
    list-style-type: disc;
}

.recentupdates ul li a {
    color: dodgerblue !important;
    font: Saans-Regular;
    font-size: 1.1rem;
}

.header-main .box3snapshotviz {
    width: 100%;
    height: auto;
    /*background-color: #F5F4EF;*/
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .box3viz {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    background-color: #F5F4EF;
    height: 400px;
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .box4 {
    width: 50%;
    background-color: #F5F4EF;
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .box4details {
    width: 50%;
    background-color: #F5F4EF;
    padding: 5px 0px 5px 0px;
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .box4viz {
    width: 50%;
    background-color: #F5F4EF;
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .box4msaviz {
    width: 50%;
    height: auto;
    /* background-color: #F5F4EF;*/
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .box4wageviz {
    width: 100%;
    background-color: #F5F4EF;
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}


.header-main .box4spotlight {
    width: 50%;
    background-color: #F5F4EF;
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
    cursor: pointer;
}

.header-main .box4leftinfo {
    width: 50%;
    background-color: ;
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
    cursor: pointer;
}

.header-main .box4leftinfo .box3viz {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    background-color:;
    height: 400px;
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.center-image {
    display: block;
    margin: 0 auto;
}

.header-main .box4spotlight .titlebar h3 {
    /*background-color: #02203F;*/
    margin: 0;
    padding: 15px 0 15px -20px;
    color: #000000;
    font: Saans-Semibold;
    font-size: 1.2rem;
    border: none;
    text-align: center;
}

.header-main .box4spotlight .titlebar h3 {
    /*background-color: #02203F;*/
    margin: 0;
    padding: 15px 0 15px -20px;
    color: #000000;
    font: Saans-Semibold;
    font-size: 1.2rem;
    border: none;
    text-align: center;
}

.header-main .box5 {
    width: 50%;
    background-color: #F5F4EF;
    /* order: 5;*/
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.header-main .box5lmiprograms {
    width: 50%;
    background-color: #F5F4EF;
    /* order: 5;*/
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
    padding-left: 20px;
    padding-right: 20px;
}

.header-main .box6 {
    /* width: 100%; */
    background-color: #85DBAD;
    /* order: 6;*/
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

.intro {
    margin-top: 0;
    font-size: 1.333em;
    font: Saans-Semibold;
}

.UnempSituation {
    padding: 2px 10px 2px 10px;
    width: 50%;
    vertical-align: top;
}



.blueBoxSimple {
    font: Saans-Regular;
}

.blueBox {
    display: block;
    font-family: Saans;
    font: Saans-Medium;
}

.blueBox h3 {
    background-color: #02203F;
    margin: 0;
    padding: 15px 0 15px 0px;
    color: #FDFDFC;
    font: Saans-Semibold;
    font-size: 1.2rem;
    border: none;
    text-align: center;
}

.blueBox h3 span {
    padding-left: 12px;
    border-left: 1px solid #b6e3fd;
}

.blueBox ul {
    display: inline-block;
    margin: 0;
    padding: 5px 30px;
    list-style: none;
    background-color: #ddeff6;
}

.blueBox li {
    margin: 12px 0;
}

.blueBox li > a {
   /* color: #e83838;*/
     color: #02203F !important;
}

.blueBox a {
     color: #02203F !important;
}

.blueBox p {
    margin: 0;

}

.blueBox > a.more {
    display: block;
    padding: 20px 30px;
}

.titlebar {
    font-family: Saans;
    display: block;
    list-style-type: disc;
    /*margin-left: 1.2em;*/
    background-image: url('../images/ShortBarGreyNOTextffffff.png');
    background-size: auto 100%;
    background-repeat: repeat-x;
}

.titlebar img {
    max-width: auto; /* Ensures the image doesn't exceed its parent's width */
    max-height: 60px;    /* Maintains the image's aspect ratio */
}

.titlebar h3 {
   /* background-color: #02203F;*/
    width: 98%;
    margin: 0px;
    padding: 15px 0px 15px 0px;
    color: #02203F;
    font: Saans-Semibold;
    font-size: 1.2rem;
    border: none;
    text-align: center;
}

.titlebar ul {
    padding: 0px 0px 0px 30px;
}

.titlebar li{
    padding: 5px 0px 5px 0px;
}

.titlebar a {
    color: #62C2CB !important;
}

.titlebarblue {
    font-family: Saans;
    display: block;
    list-style-type: disc;
    /*margin-left: 1.2em;*/
}

.titlebarblue h3 {
   background-color: #02203F;
    width: 98%;
    margin: 0px;
    padding: 15px 0px 15px 0px;
    color: #FDFDFC;
    font: Saans-Semibold;
    font-size: 1.2rem;
    border: none;
    text-align: center;
}

.LMIPrograms a {
    color: #62C2CB !important;
    padding: 0px 20px 0px 20px;
}

.LMIPrograms p {
    padding: 0px 20px 0px 20px;
}

.legend {
    font-family: Saans;
    display: inline-block;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    margin: 30px 0;
}

.legend li {
    display: inline-block;
    margin: 0 16px;
    font-size: 0.8em;
    color: #a1a0a0;
    text-transform: uppercase;
}

.titlebar .unempdetails {
    width: 50%;
    background-color: #ffffff;
}

.unempdetails p {
    padding: 0px 10px 0px 20px;
    font: Saans-Regular;
    font-size: 1rem;
}

.leftinfo {
    /*width: 50%;*/
    background-color: #F5F4EF;
    font: 1rem Saans-Regular;
    padding: 5px 5px 5px 5px;
}

.LMIPrograms {
    display: block;
    font-family: Saans;
    padding: 0px 20px 0px 20px;
}

.LMIPrograms h3 {
    background-color: #02203F;
    margin: 0;
    padding: 15px 0 15px 0px;
    color: #FDFDFC;
    font: Saans-Semibold;
    font-size: 1.2rem;
    border: none;
    text-align: center;
}

.LMIPrograms a {
    color: #62C2CB !important;
}