@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
/*Accessiblity*/
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #000;
  color: white;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10000000;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
  color: white;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}
/*End Accessibility*/
.icon-square img {
  width: 35px !important;
  height: auto !important;
}
.ichm-logo {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.text-bg-dark {
  background-color: #16293c !important;
}
.ichm-hero {
  width: 100%;
  background: url("imgs/iStock-1351512641.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 600px;
}
.ichm-sec1-photo {
  background: url("imgs/iStock-1351512641.jpg");
  background-repeat: no-repeat;
  background-size: cover; /* Fills the column */
  background-position: top; /* Centers the image */
  flex: 1;
  min-height: 300px; /* Fallback for visibility */
}
@media (max-width: 992px) {
  .ichm-sec1-photo {
    flex: unset; /* Disable flex behavior for stacked layout */
    height: 300px; /* Explicit height for stacked layout */
    width: 100%; /* Make the column span full width */
  }
}
.ichm-contact-photo {
  background: url("imgs/iStock-1407719574.jpg");
  background-repeat: no-repeat;
  background-size: cover; /* Fills the column */
  background-position: top; /* Centers the image */
  flex: 1;
  min-height: 300px; /* Fallback for visibility */
}
@media (max-width: 992px) {
  .ichm-contact-photo {
    flex: unset; /* Disable flex behavior for stacked layout */
    height: 300px; /* Explicit height for stacked layout */
    width: 100%; /* Make the column span full width */
  }
}
h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: #094f9f !important;
}
h1, h2 {
  text-transform: uppercase;
}
.ichm-section1 {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
}
header {
  border-bottom: 1px solid white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
}
.ichm-hanging-photo {
  text-align: center;
}
.ichm-hanging-photo img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
}
.ichm-intro {
  padding-top: 100px !important;
  padding-bottom: 100px !important
}
.ichm-mission div {
  margin-bottom: 30px;
}
/*.ichm-light-blue-bg {
    color: #fff;
    background-color: #094f9f;
}*/
/*.ichm-yellow-bg {
    color: #fff;
    background-color: #f37021;
    border-color: #f37021;
}*/
.ichm-idaho {
  margin-right: .5rem !important;
}
.footer-logo {
  width: 100%;
  height: auto;
  max-width: 350px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ffc107; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}
#myBtn:hover {
  background-color: #16293c; /* Add a dark-grey background on hover */
    color: white;
}
.legal-content h3 {
    font-weight: bold;
    font-size: 16px;
    color: black !important;
}