@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');


.merriweather-<uniquifier> {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
h1, h2, h3, h4, h5 { font-family: "Merriweather", serif !important; letter-spacing: normal;}
h1{ font-size:2.1rem; font-weight: 500;}
h2.descH2 {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 300;
}
.bolder { font-weight: 700;}
body {
    margin: 0;
    padding: 0;
    font-family: 'Merriweather', serif;
    /* background-color: #f4f4f4; */
}
.container {
  /* max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px; */
}
/* 1. The Dark Blue Top Section */
.top-blue-bar {
    background-color: #0e3147; 
    height: 140px; /* Adjust height as needed */
    width: 100%;
    padding-top:20px;
}
header{ padding-left: 0 !important; background-color: #0e3147;}
.main-header { padding-top:0; background-color: white;}

/* 2. The White Overlapping Box */
.nav-container {
    background-color: #ffffff;
    width: 100%;
    /* max-width: 1100px; */
    margin: -70px auto 60px; /* This pulls it UP into the blue */
    position: relative;
    /* border-radius: 4px 4px 0 0; */
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    z-index: 5;
}

/* 3. The Circular Logo */
.logo-wrapper {
    position: absolute;
    top: -50px; /* Centers it on the top edge of the white box */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.logo-circle {
    width: 140px;
    height: 140px;
    background-color: #ffffff;
    border: 0px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo-circle img {
    max-width: 160px;
    /* height: 80%; */
    object-fit: contain; */
}

/* 4. Navigation Links Styling */
.nav-menu {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px 30px;
    border-bottom: 1px solid #eee;
}

.nav-group {
    display: flex;
    gap: 25px;
}

.nav-group a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.nav-group a:hover {
    text-decoration: underline;
}

small {
    font-size: 10px;
}

/* Container for the icons at the very top */
.top-utility-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%; /* Matches the width of your nav container */
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: sans-serif; /* Cleaner for small utility text */
    letter-spacing: 0.5px;
}

.utility-left, .utility-right {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.9;
}
.utility-right {
  margin-top: -20px !important; 
 }

/* Sizing for your SVG icons */
.util-icon {
    width: 24px;
    height: 24px;
    /* filter: brightness(0) invert(1); /* Forces icons to be white if they are black SVGs */ */
}

.util-icon svg {
  fill: #0deb5e;
}

/* Ensure the blue bar is tall enough to house the text and the overlap */
/* .top-blue-bar {
    background-color: #003366; 
    height: 160px; 
    width: 100%;
} */

/* Keep your existing .nav-container and .logo-wrapper styles here */

.firstBlock {
  background-color: #f1f1f1;
  margin-top:-100px;
  padding-top: 60px;
  padding-bottom: 30px;
}

.search-frame {  
  border-top-width: 1px;
  background-image: none;
  padding: 30px 15px;
  background-color: #0f3147;
}
.search-frame label, .search-frame  .label { color: white;}
.search-frame p { color: white; }
#formSearchButton { font-family: 'Lato', sans-serif !important; letter-spacing: 0.03rem; font-weight: 700; white-space: nowrap;  }

@media only screen and (min-width: 1025px) {
  .search-frame fieldset { width: 238px;}
  #formSearchButton { width: 220px; }
}


/* .legend { background-color: #ff0000; }
.legend::before { color: #ff0000; } */

/* .search-frame button[type=submit] { background-color: #ff0000; } */


/* .mobile { display: none;}
.nomobile { display: block;} */
.reportImg {max-width: 100%;}

@media only screen and (min-width: 768px) { 
  .mobile { display: none;}
  .nomobile { display: block;}
}
@media only screen and (max-width: 768px) {
  /* .top-blue-bar { height: 115px; } */
  .nav-container { margin: -80px auto 30px; background-color: #f1f1f1; box-shadow: none; }
  .logo-wrapper { top: -40px; left: 15px; transform: none;  z-index: 0;}
  .logo-circle { width: 80px; height: 80px; }
  .logo-circle img { max-width:100px;}
  .nav-group a{ display: none;}
  .encrypted { display: block; color: #000000; }
  .utility-right { margin-top:-18px; }
  .nav-menu { padding: 25px 40px;}
  .firstBlock {padding-top: 30px;}
  h1{ font-size: 1.7rem;}
  #state-flag { max-width:60px;}
 
}
@media only screen and (max-width: 585px) {
  .nomobile { display: none;}
  .utility-right span { display: none;}
  
}

.accordion .question { color: #2d3748; font-size: 1.1rem;}
.accordion .container { background-color: #f1f5f9; }

.disclaimer { background: #111827;}
footer { background-color: #0f3147; }

.reviewButton a {
  background-color: #e7f1f4;
  line-height: 48px;
  text-align: center;
  color: #0e3147;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid green;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 4px;
  font-family: 'Lato';
  font-weight: 500;
}