/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contractors-2025 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    padding-top: 5rem;
  }
  #contractors-2025 .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #contractors-2025 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #contractors-2025 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
    margin-bottom: 2rem;
  }
  #contractors-2025 .cs-title,
  #contractors-2025 .cs-text {
    max-width: 90ch;
  }
  #contractors-2025 .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: left;
    width: 100%;
    /* max-width: 40.625rem; */
    margin: 0;
    color: var(--bodyTextColor);
  }
  #contractors-2025 .cs-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #contractors-2025 .cs-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #contractors-2025 .cs-ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  #contractors-2025 .cs-li {
    list-style: none;
    margin: 0;
    padding: 0 0 2rem 0;
    /* border-bottom: 1px solid var(--primaryLight); */
    display: flex;
    align-items: flex-start;
    gap: 2rem;
  }
  #contractors-2025 .cs-li:last-of-type {
    padding: 0;
    border: none;
  }
  #contractors-2025 .cs-li-icon {
    width: clamp(4rem, 8vw, 5rem);
    height: auto;
    display: block;
  }
  #contractors-2025 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #contractors-2025 .cs-li-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
    opacity: 0.8;
  }
  #contractors-2025 .cs-image-group {
    width: 100%;
    height: 42.5rem;
    max-height: 47rem;
    position: relative;
    z-index: 1;
    margin-bottom: 5rem;
  }
  #contractors-2025 .logoBox {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0 1rem;
  }
  #contractors-2025 .cs-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  #contractors-2025 .cs-topper {
    z-index: 1;
    color: orangered;
  }
  #contractors-2025 .cs-h2 {
    font-size: 1.9375rem;
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
    z-index: 10;
  }
  #contractors-2025 .cs-box-ul {
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #contractors-2025 .cs-box-li {
    font-size: clamp(0.875rem, 1.3vw, 1.125rem);
    line-height: 1.5em;
    list-style: none;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    position: relative;
  }
  #contractors-2025 .cs-icon {
    width: clamp(1.5rem, 3vw, 2rem);
    height: auto;
    display: block;
  }
  #contractors-2025 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contractors-2025 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #contractors-2025 .cs-image-group {
    height: clamp(36.25rem, 72.5vw, 47rem);
  }
  #contractors-2025 .cs-box {
    width: 70%;
    /* padding: clamp(2rem, 6vw, 3.75rem) clamp(1.5rem, 3vw, 2.5rem); */
    /* padding:1rem; */
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #contractors-2025 {
    padding-top: 3rem;
  }
  #contractors-2025 .cs-container {
    max-width: 80rem;
  }
  #contractors-2025 .cs-wrapper {
    flex-direction: row;
    align-items: stretch;
  }
  #contractors-2025 .cs-ul {
    max-width: 27.5rem;
    order: 2;
  }
  #contractors-2025 .cs-image-group {
    height: auto;
    max-height: 100%;
    width: 55%;
  }
  #contractors-2025 .cs-box {
    width: 80%;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #contractors-2025 .cs-ul {
    max-width: 29.875rem;
  }
  /* #contractors-2025 .cs-box {
    width: 70%;
  } */
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #contractors-2025 {
    background-color: var(--dark);
  }
  body.dark-mode #contractors-2025 .cs-title,
  body.dark-mode #contractors-2025 .cs-text,
  body.dark-mode #contractors-2025 .cs-h3,
  body.dark-mode #contractors-2025 .cs-li-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #contractors-2025 .cs-li {
    border-color: rgba(255, 255, 255, 0.2);
  }
  body.dark-mode #contractors-2025 .cs-text,
  body.dark-mode #contractors-2025 .cs-li-text {
    opacity: 0.8;
  }
  body.dark-mode #contractors-2025 .cs-box {
    border-color: var(--dark);
  }
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbsr-2232 {
    padding: 6rem 1.5rem 2rem 1.5rem;
    /* background-color: #fdfaf8; */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #sbsr-2232 .cs-container {
    width: 100%;
    /* changes to 1280px on desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbsr-2232 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #sbsr-2232 .cs-topper {
    color: orangered;
  }
  #sbsr-2232 .cs-title {
    max-width: 40ch;
  }
  #sbsr-2232 .cs-text {
    margin-bottom: 2rem;
    max-width: 70ch;
  }
  #sbsr-2232 .cs-flex {
    flex: 1 1 0;
  }
  #sbsr-2232 .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 0.75rem;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #sbsr-2232 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    padding: 0 1.5rem;
    background-color: var(--primary);
    color: var(--headerColor);
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #sbsr-2232 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbsr-2232 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbsr-2232 .cs-picture {
    width: 30.8125em;
    height: 36.4375em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbsr-2232 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cs-header .logo {
    margin: 1rem auto 1.5rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 601px) {
  #sbsr-2232 .cs-content {
    /* text-align: left; */
    align-items: flex-start;
  }
  #sbsr-2232 .cs-title {
    max-width: 30ch;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbsr-2232 {
    padding: 4rem 1.5rem 2rem 1.5rem;
  }
  #sbsr-2232 .cs-container {
    max-width: 65rem;
    flex-direction: row;
    align-items: stretch;
  }
  #sbsr-2232 .cs-content {
    text-align: left;
    align-items: flex-start;
    align-self: center;
  }
  #sbsr-2232 .cs-picture {
    height: auto;
    top: 0;
    bottom: 1.75em;
  }
  .cs-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .cs-header .logo {
    margin-left: 1rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbsr-2232 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #sbsr-2232 .cs-title,
  body.dark-mode #sbsr-2232 .cs-text,
  body.dark-mode #sbsr-2232 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbsr-2232 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #sbsr-2232 .cs-icon {
    filter: invert(1) brightness(1000%);
  }
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #list-1404 {
    width: 100%;
    /* max-width: 39.375rem; */
    margin: 0 0 1.5rem 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
    align-items: center;
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #list-1404 .cs-item {
    list-style: none;
    /* 16px - 24px */
    padding: clamp(1rem, 3vw, 1.5rem);
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    /* background-color: #f7f7f7; */
    /* border-radius: 1rem; */
    /* border: 1px solid #e8e8e8; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    /* min-height:200px;
    min-width: 200px; */
  }
  #list-1404 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    /* text-align:left; */
    /* min-height:200px;
    min-width: 200px; */
  }
  #list-1404 .cs-h3-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #list-1404 .cs-item-text {
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Dark Mode, copy and paste only the styles inside the #list-1404 brackets into your section's dark mode media query */
@media only screen and (min-width: 0rem) {
  body.dark-mode #list-1404 .cs-item {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
  }
  body.dark-mode #list-1404 .cs-h3,
  body.dark-mode #list-1404 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #list-1404 .cs-item-text {
    opacity: 0.8;
  }
  body.dark-mode #list-1404 .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contractors-faq {
    padding: 2rem;
    position: relative;
  }
  #contractors-faq .cs-container {
    width: 100%;
    max-width: 66.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #contractors-faq .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #contractors-faq .cs-subtitle {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    /* max-width: 43.75rem; */
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #contractors-faq .cs-faq-group {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
  }
  #contractors-faq .cs-faq-item {
    list-style: none;
    width: 100%;
    background-color: #f7f7f7;
    /* clips all corners of the button that overlap the rounded border */
    overflow: hidden;
    transition: border-bottom 0.3s;
  }
  #contractors-faq .cs-faq-item.active {
    background-color: whitesmoke;
  }
  #contractors-faq .cs-faq-item.active .cs-button {
    background-color: #f7f7f7;
    color: orangered;
    border-bottom: 1px solid #484848;
  }
  #contractors-faq .cs-faq-item.active .cs-button:before {
    background-color: red;
    transform: rotate(315deg);
  }
  #contractors-faq .cs-faq-item.active .cs-button:after {
    background-color: red;
    transform: rotate(-315deg);
  }
  #contractors-faq .cs-faq-item.active .cs-item-p {
    height: auto;
    /* 20px - 24px top & bottom */
    /* 16px - 24px left & right */
    padding: clamp(1.25rem, 1.3vw, 1.5rem) clamp(1rem, 2vw, 1.5rem);
    opacity: 1;
    color: black;
  }
  #contractors-faq .cs-button {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    /* 20px - 24px */
    padding: clamp(1.25rem, 2vw, 1.5rem);
    background-color: #f7f7f7;
    border: none;
    color: var(--headerColor);
    display: block;
    width: 100%;
    position: relative;
    transition: background-color 0.3s, color 0.3s;
  }
  #contractors-faq .cs-button:hover {
    cursor: pointer;
  }
  #contractors-faq .cs-button:before {
    /* left line */
    content: "";
    width: 0.5rem;
    height: 0.125rem;
    background-color: orangered;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5rem;
    transform: rotate(45deg);
    /* animate the transform from the left side of the x axis, and the center of the y */
    transform-origin: left center;
    transition: transform 0.5s;
  }
  #contractors-faq .cs-button:after {
    /* right line */
    content: "";
    width: 0.5rem;
    height: 0.125rem;
    background-color: orangered;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 50%;
    right: 1.3125rem;
    transform: rotate(-45deg);
    /* animate the transform from the right side of the x axis, and the center of the y */
    transform-origin: right center;
    transition: transform 0.5s;
  }
  #contractors-faq .cs-button-text {
    width: 80%;
    display: block;
  }
  #contractors-faq .cs-item-p {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    width: 90%;
    height: 0;
    margin: 0;
    /* 16px - 24px */
    padding: 0 clamp(1rem, 2vw, 1.5rem);
    opacity: 0;
    color: var(--bodyTextColor);
    /* clips the text so it doesn't show up */
    overflow: hidden;
    transition: opacity 0.3s, padding-bottom 0.3s;
  }
}
/* Large Desktop - 1800px */
/* @media only screen and (min-width: 112.5rem) {
} */
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #contractors-faq .cs-title,
  body.dark-mode #contractors-faq .cs-text,
  body.dark-mode #contractors-faq .cs-item-p {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #contractors-faq .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #contractors-faq .cs-faq-item {
    background-color: whitesmoke;
  }
  body.dark-mode #contractors-faq .cs-faq-item.active .cs-button {
    background-color: whitesmoke;
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #contractors-faq .cs-faq-item.active .cs-button:before,
  body.dark-mode #contractors-faq .cs-faq-item.active .cs-button:after {
    background-color: red;
  }
  body.dark-mode #contractors-faq .cs-button {
    background-color: whitesmoke;
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #contractors-faq .cs-button:before,
  body.dark-mode #contractors-faq .cs-button:after {
    background-color: red;
  }
}
@media only screen and (min-width: 0rem) {
  #contractors-resources {
    padding: var(--sectionPadding);
  }
  #contractors-resources .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #contractors-resources .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contractors-resources .cs-title {
    margin: 0;
  }
  #contractors-resources .cs-topper {
    color: orangered;
  }
  #contractors-resources .cs-card-group {
    list-style: none;
    width: 100%;
    margin: auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* gap: clamp(1rem, 3vw, 1.25rem); */
    row-gap: 2rem;
    column-gap: 2rem;
  }
  #contractors-resources .cs-item {
    text-align: center;
    max-width: 100%;
    grid-column: span 12;
    position: relative;
    margin-bottom: 2rem;
    padding: 1.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  /* #contractors-resources .cs-item:hover .cs-picture img {
     transform: scale(1.3);
  } */
  #contractors-resources .cs-item:hover .cs-category {
    color: black;
  }
  #contractors-resources .cs-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contractors-resources .cs-picture {
    width: 100%;
    height: 62vw;
    max-height: 21.75rem;
    margin: 0 0 clamp(1rem, 2.3vw, 1.25rem);
    overflow: hidden;
    display: block;
    position: relative;
  }
  #contractors-resources .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s, transform 0.6s;
  }
  #contractors-resources .cs-category {
    /* 20px - 25px */
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0.5rem;
    color: black;
    display: flex;
    justify-content: center;
    position: relative;
    transition: color 0.3s ease;
  }
  #contractors-resources .cs-category:hover {
    color: black;
  }
  #contractors-resources .cs-details {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: inherit;
    color: black;
    display: flex;
    justify-content: center;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #contractors-resources .cs-card-group {
    list-style: none;
    width: 100%;
    margin: auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    row-gap: 2rem;
    column-gap: 2rem;
  }
  #contractors-resources .cs-container {
    max-width: 80rem;
  }
  #contractors-resources .cs-item {
    grid-column: span 3;
  }
  #contractors-resources .cs-picture {
    /* 180px - 348px */
    height: clamp(11.75rem, 25vw, 21.75rem);
  }
}
#contractors-resources .imgContained {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logoBox {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/*# sourceMappingURL=contractors.css.map */
