@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');
}

:root {
    --base-spacing: 40px;
}

html, body {
    padding-top: calc(var(--base-spacing) * 3);
    font-family: Saans;
}

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 */
    white-space: nowrap;
}

h4 {
    display: block;
    font-size: 1.17em; /* Relative to the parent element's font size */
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center
}

h5 {
    display: block;
    font-size: 0.83em; /* Relative to the parent element's font size */
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

b {
    font-weight: bold;
}

b2 {
    font-weight: bold;
    font-size: 1.1rem;
}
/* Base Styling */

.content {
    /*max-width: 98%;*/
}

a:hover {
    /* color: #e83838 !important; */
    cursor: pointer;
}

main {
    display: block;
    max-width: 98%;
}

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 */
@keyframes change-text {
  0% {
    content: "Students.";
  }
  33.33% {
    content: "Businesses.";
  }
  66.66% {
    content: "Economic Developers.";
  }
  100% {
    content: "You.";
  }
}

.specialtext-container {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100vh;
    /*padding: 40px 0px 5px 20px;*/
    margin: 40px 0px 5px 20px;
    
}

.specialtext-container p {
    font-family: Saans;
    font: Saans-Semibold;
    font-size: 2rem;
    font-weight: bold;
}

.specialtext {
    font-family: Saans;
    font: Saans-Semibold;
    font-size: 2rem;
    font-weight: bold;
    color: #677BC9;
}
.specialtext::after {
  display: block;
  content: "Hello";
/* animation-duration = number of keyframes * duration per keyframe */
  animation: change-text 5s infinite;
}
/* End Rotation */

.titlebar {
    font-family: Saans;
    display: block;
    list-style-type: disc;
    /*margin-left: 1.2em;*/
    background-image: url('../images/ShortBarGreyNOText.png');
    height: 60px;
    background-repeat: repeat-x;
}

.titlebar img {
    width: 50%; /* 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.8rem;
    text-align: center;
}

.titlebar ul {
    padding: 0px 0px 0px 30px;
}

.titlebar li{
    padding: 5px 0px 5px 0px;
}

.titlebar a {
    color: #3BB3BE !important;
}

.titlebarblue {
    font-family: Saans;
    display: block;
    list-style-type: disc;
    /*margin-left: 1.2em;*/
    background-color: #02203F;
    height: 60px;
    border-left: solid 2px #ffffff;
}

.titlebarblue h4 {
    display: block;
    font-size: 1em; /* Relative to the parent element's font size */
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    background-color: #02203F;
    width: 98%;
    margin: 0px;
    padding: 15px 0px 15px 0px;
    color: #F5F4EF;
    font: Saans-Semibold;
}

.titlebargray {
    font-family: Saans;
    display: block;
    list-style-type: disc;
    /*margin-left: 1.2em;*/
    background-color: #F5F4EF;
    height: 60px;
    border-left: solid 2px #ffffff;
}

.titlebargray h4 {
    display: block;
    font-size: 1em; /* Relative to the parent element's font size */
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    background-color: #F5F4EF;
    width: 98%;
    margin: 0px;
    padding: 15px 0px 15px 0px;
    color: #02203F;
    font: Saans-Semibold;
}

.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 */
}

.main div {
    height: fit-content;
}

.box1 { /* 100% width divs */
    width: 100%;
    background-color: #FFFFFF;
    /* order: 1;*/
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

.box1 p {
    margin: 10px 40px 10px 40px;
}

.box1 a {
     color: #3BB3BE !important;
     cursor: pointer;
}

.box1 ul {
    display: grid;
    gap: 15px;    
    padding-left: 60px;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box1 ul li {
    list-style-type: disc;
}

.box1 ul li a {
    color: #3BB3BE !important;
    font: Saans-Regular;
    font-size: 1.1rem;
}

.box1_5 { /* 100% width divs */
    width: 100%;
    background-color: #FFFFFF;
    /* order: 1;*/
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: flex-start; /*This Force Content to Top */
}

.box1_5 ul {
    display: grid;
    gap: 15px;    
    padding-left: 60px;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box1_5 ul li {
    list-style-type: disc;
}

.box1_5 ul li a {
    color: #3BB3BE !important;
    font: Saans-Regular;
    font-size: 1.1rem;
}

.programheader p {
    font-family: Copernicus-Bold;
    font: Copernicus-Bold;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 10px;
    color: #02203F;
}

.box2 { /* 100% width divs */
    width: 100%;
    /* background-color: #89D1D8; */
    /* order: 2;*/
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: flex-start; /*This Force Content to Top */
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.box2 a {
    color: #3bb3bE;

}

.box2 a:hover {
    cursor: pointer;
}

.box2 p {
    font-family: Copernicus-Bold;
    font: Copernicus-Bold;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #FDFDFC;
    background-color: #3BB3BE;
    padding: 5px 20px 5px 20px;
}

.box3 {
    width: 100%;
    background-color: #F5F4EF;
    /* order: 3; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: flex-start; /*This Force Content to Top */
    /*align-self: flex-end;  This Overrides The HEADER-MAIN align-items Style */
    /*cursor: pointer;*/
}

.box3 a {
    text-align: center;
    font-family: Saans;
    font: Saans-Light;
    font-size: 1rem;
    color: #3BB3BE !important;
    cursor: pointer;
}

.box3 p {
    font-family: Saans;
    font: Saans-Medium;
    font-size: 1rem;
    margin: 15px 15px 15px 15px;
   /* color: #000000; Added this for Workforce Dev font color in AL Employer Locator*/
}

.box3 p a{
    font-family: Saans;
    font: Saans-Medium;
    font-size: 1rem;
    margin: 15px 15px 15px 15px;
    color: #3BB3BE !important;
}

.box3 p_links {
    font-family: Saans;
    font: Saans-Medium;
    font-size: 1rem;
    margin-left: 10px;
    margin-right: 10px;
    color: #3BB3BE !important;
}

.box3 ul {
    display: grid;
    gap: 15px;    
    padding-left: 60px;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box3 ul li {
    list-style-type: disc;
}

.box3 ul li a {
    color: #3BB3BE !important;
    font: Saans-Regular;
    font-size: 1.1rem;
}

.box3viz {
    width: 400px;
    height: 400px;
    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 */
}

.box3viz ul {
    display: grid;
    gap: 15px;    
    padding-left: 60px;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box3viz ul li {
    list-style-type: disc;
    text-align: center;
    list-style-type: none;
}

.box3viz ul li a {
    color: #3BB3BE !important;
    font: Saans-Regular;
    font-size: 1.5rem;
    font-weight: bold;
}

.box3 .unempdetails {
    width: 100%;
    background-color: #F5F4EF;
    padding-top: 20px;
}

.unempdetails p {
    padding: 0px 10px 0px 20px;
    font: Saans-Regular;
    font-size: 1rem;
}

.box4 {
    width: 100%;
    /*background-color: #FCFBFA;*/
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: flex-start; /*This Force Content to Top */
    /*align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
    /*cursor: pointer;*/
}

.box4 p {
    font-family: Saans;
    font: Saans-Medium;
    font-size: 1rem;
    margin: 15px 15px 15px 15px;
}

.box4 a {
    text-align: center;
    font-family: Saans;
    font: Saans-Light;
    font-size: 1rem;
    color: #3BB3BE !important;
    cursor: pointer;
}

.box4viz {
    width: 400px;
    height: auto;
    margin: 0 auto;
    background-color: #FFFFFF;
    /* order: 4; */
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
}

.box4viz ul {
    display: grid;
    gap: 15px;    
    padding-left: 60px;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box4viz ul li {
    list-style-type: disc;
}

.box4viz ul li a {
    color: #3BB3BE !important;
    font: Saans-Regular;
    font-size: 1.1rem;
}

.box4 ul {
    display: grid;
    gap: 15px;    
    padding-left: 60px;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box4 ul li {
    list-style-type: disc;
}

.box4 ul li a {
    color: #3BB3BE !important;
    font: Saans-Regular;
    font-size: 1.1rem;
}

.tableauVizembed {
    width: 400px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.center-image {
    display: block;
    margin: 0 auto;
}

.box4 .singlerow {
    text-align: center;
}

.box4 .singlerow .li {
    display: inline-table;
    margin: 0 10px;
}

.box5 {
    width: 100%;
    background-color: #FCFBFA;
    /* order: 5;*/
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
    padding: 5px 20px 5px 20px;
}

.box5 a {
     color: #3BB3BE !important;
}

.box5 p {
     font-weight: bold;
}

.box5color {
    width: 100%;
    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 */
    padding: 5px 20px 5px 20px;
}

.box5color a {
     color: #3BB3BE !important;
}

.box5color p {
     font-weight: bold;
}

.box6 {
    width: 100%;
    background-color: #F5F4EF;
    /* order: 6;*/
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    /* align-self: flex-end; This Overrides The HEADER-MAIN align-items Style */
    padding: 5px 0px 20px 0px;
}

.box6 a {
    color: #3BB3BE !important;
    padding: 0px 20px 0px 20px;
}

.box6 p {
    padding: 0px 20px 0px 20px;
}

.box6 .LMIPrograms a {
    font-weight: bold;
    font-size: 1rem;
    padding: 0px 5px 0px 5px;;
}

/* Basic styling for the select element */
.select {
    width: 200px; /* Adjust width as needed */
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.cesdropdown {
    border: 3px solid #3BB3BE;
    margin-left: 10px;
    padding: 3px 3px 3px 3px;
}

    /* Styling for the select element on hover/focus */
select:hover,
select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Styling for the options within the dropdown (limited customization) */
.option {
    padding: 5px 10px;
    background-color: #fff;
    color: #333;
}

/* Styling for selected option (limited customization) */
.option:checked {
    background-color: #e0f2ff;
    color: #000;
}

.LMIPrograms p b {
    font-weight: bold;
}

.intro {
    margin-top: 0;
    font-size: 1.333em;
    font: Saans-Semibold;
}

.table, th, td {
    border: 1px solid black;
    border-collapse: collapse; /* Merges cell borders */
}

.th {
    background-color: lightgray;
}

.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: #3BB3BE !important;
}

.blueBox a {
     color: #3BB3BE !important;
}

.blueBox p {
    margin: 0;

}

.blueBox > a.more {
    display: block;
    padding: 20px 30px;
}

.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;
}

@media only screen and (max-width: 830px) {
    .main {
        margin: 0;
        width: 90%; /* Adjust width to be a percentage of the viewport */
        padding-top: calc(var(--base-spacing) * 1);
        font-size: 14px; /* Smaller font size for better readability */
    }

    /* Example: Adjusting image sizes */
    img {
        max-width: 75%; /* Ensure images don't overflow their container */
        height: auto;
    }
}

/* Styles for screens smaller than 480px (e.g., mobile phones) */
@media only screen and (max-width: 480px) {
    .main {
        margin: 0;
        width: 100%;
        padding-top: calc(var(--base-spacing) /.75);
        font-size: 12px;
    }

    /* Example: Stacking elements vertically */
    .flex-items {
        flex-direction: column;
    }

    img {
        max-width: 75%; /* Ensure images don't overflow their container */
        height: auto;
    }

    .tableauPlaceholder {
        display: none;
    }
}