@charset "UTF-8";

html, body {
    height: 100%;
}
body {
    /*background-color: #FFFFFF !important;*/
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    color: #242e31;
    /*color: #0a0c0c;*/
}

main {
    min-height: 70%;
}

.container {
    max-width: 1400px !important;
}

img, object, embed, video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

img {
    border: none;
    outline: none;
}

hr {
    clear: both;
}

a:active {
    outline: none;
}

a:link, a:visited {
    color: #6a7d7d;
    text-decoration: none;
}

a:hover, a:active {
    color: #9b7f84;
}

/*
a {
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
}
*/

/* Bounce Stuff */
.bounceit {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
    position: absolute;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

/*Page Fade In*/
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen {
    body {
        opacity: 0; /* make things invisible upon start */
        -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
        -moz-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;

        -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;

        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}

/*Page Fade End*/


/* Site Headers */

h1, h2, h3, h4, h5, h6 {
    font-family: "mundial", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #592b32;
    /*lighter-maroon-color: #724A4C;*/
}

h1 {
    font-size: 2.3rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
h2 {
    font-size: 2.1rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-weight: bold;
}
h3 {
    font-size: 1.9rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
h4 {
    font-size: 1.7rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
h5 {
    font-size: 1.5rem;
    color: #212529;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
h6 {
    font-size: 1rem;
    color: #212529;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.logo-size {
    width: 52%;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.sticky .logo-size {
    width: 50%;
}
.top-bar {
    max-height: 155px;
    z-index: 4000;
    border-bottom: 0.25rem solid #eeeff3;
}
#top_page .nav-item .nav-link:hover {
    color: #592b32 !important;
    background-color: #FFFFFF !important;
}
.content-margin-top {
    margin-top: 225px;
}

.bg-light {
    background-color: #eeeff3 !important;
}
.bg-lt-blue {
    background-color: #5c747b !important;
}
.bg-maroon {
    background-color: #7b3c45 !important;
}
.bg-maroon-lt {
    background-color: #ece2e1 !important;
}
.bg-black {
    background-color: #010101;
}
.text-dark {
    color: #5c747b!important;
    font-size: 1.3rem;
}
.text-light {
color: #c5d2d2! important;
font-family: "mundial", sans-serif;
font-weight: lighter;
font-size: 1.2em;
font-style: normal;
}
.brand-text {
    text-align: center;
    color: #5c747b !important;
    font-size: 1.8rem;
}

.navbar {
    min-height: 45px;
}

.nav-padding {
    padding-left: 1rem;
}

.navbar-nav.navbar-center {
    position: relative;
    left: 10%;
    transform: translatex(-50%);
}
.navbar-nav .nav-item {
    font-size: 1.4em;
    border-right: 2px solid #eeeff3;
    color: #242E31 !important;
    background-color: #eeeff3;
}
.navbar-dark .navbar-nav .active>.nav-link {
    color: rgba(36, 46, 49, 1);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(36, 46, 49, 1);
}
.nav-item:last-of-type {
  border-right: none;
}

.nav-link:hover {
    background-color: #5c747b;
    color: #FFFFFF !important;
}

.navbar-nav .nav-link {
}

.search-bar {
    min-width: 310px;
    margin-bottom: 40px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.mini-basket-w {
    width: 320px;
    font-size: .9em;
}

.form-control {
    width: 75%;
}

.phone-number {
    font-size: 1em;
    margin-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.sociallinksBox {
    text-align: center;
}

.sociallinksBox img {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 8px;
}

/* For FontAwesome icons */
.sociallinksBox a, .sociallinksBox a {
    display: inline-block !important;
    border-radius: 50% !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    width: 25px !important;
    height: 25px !important;
    padding: 5px 0px 0px 0px !important;
    font-size: 14px !important;
    line-height: 14px !important;
}
.sociallinksBox a:last-of-type {
    margin-right: 0px;
}
.sociallinksBox a:first-of-type {
    margin-left: 0px;
}
.sociallinksBox a:link, .sociallinksBox a:visited {
    background-color: #010101;
    color: #FFFFFF;
}
.sociallinksBox a:hover, .sociallinksBox a:active {
    background-color: #96a5aa;
    color: #FFFFFF;
}
.topsociallinks {
}
.topsociallinks a {
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-align: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 7px 0px 0px 0px !important;
    font-size: 26px !important;
    line-height: 26px !important;
}
.topsociallinks a:link, .topsociallinks a:visited {
    background-color: #96a5aa;
    color: #FFFFFF;
}
.topsociallinks a:hover, .topsociallinks a:active {
    background-color: #5c747b;
    color: #FFFFFF;
}
.fixed-top {
    position: fixed;
    padding-top: 20px;
    margin-top: -30px;
    padding-bottom: 0px;
    /* margin-bottom: 34px; */
    top: 0;
    right: 0;
    left: 0;
    /* bottom: 0; */
    z-index: 1030;
}

/*FAQs Stuff*/
 body {
        font-family: "open-sans", sans-serif;
        margin: 0;
        background: #ffffff;
        color: #151b1d;
    }
header {
    background: #592b32;
    color: white;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
header h1 {
    margin-top: 20px;
    font-size: 2.8rem;
    color: #CAB1B4;
}
header p {
    margin-top: 0.5rem;
    font-size: 1.2rem;
}
.faq-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}
.faq-category {
    margin-top: 2rem;
}
.faq-category h2 {
display: flex;
align-items: center;
font-size: 2.2rem;
margin-bottom: 1rem;
color: #151b1d;
}
.faq-icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    object-fit: contain;
}
.faq-item {
    background: white;
    border-radius: 5px;
    margin: 0.5rem 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.faq-item.active .faq-answer {
    display: block;
}
.faq-item.active .faq-question::after {
    content: "−";
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px;
  background: #eeeff3;
  color: #151b1d;
  border: none;
  font-size: 1.3rem;
  font-weight: bolder;
  cursor: pointer;
  transition: background 0.3s ease;
}
.faq-question::after {
    content: "+";
    position: absolute;
    right: 1rem;
    font-size: 1.5rem;
}
.faq-answer {
    display: none;
    padding: 1rem;
    border-top: 1px solid #d2d8d8;
    background: #fafafa;
}
.cta {
    text-align: center;
    margin: 3rem 1;
}
.cta a {
    display: inline-block;
    background: #3C7B72;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}
.cta a:hover {
    background: #30625b;
}

/*Nav Stuff*/
.navbar {
    position: relative;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 1rem;
    z-index: 2000;
}
.section-padding {
    margin-top: 90px;
}
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.15rem;
    line-height: 1.2;
    font-family: "mundial", sans-serif;
    font-weight: 700;
}
.btn-primary {
    background-color: #7b3c45 !important;
    color: #FFFFFF !important;
    border-color: #7b3c45 !important;
    border-radius: 1px!important;
}
.btn-primary:hover {
    background-color: #ebdfe0 !important;
    color: #7b3c45 !important;
    border: 1px solid #d3c8c9 !important;
    border-radius: 1px!important;
}
.btn-secondary {
    background-color: #FFFFFF !important;
    color: #7b3c45 !important;
    border-color: #7b3c45 !important;
    border-radius: 1px!important;
}
.btn-secondary:hover {
    background-color: #7b3c45 !important;
    color: #FFFFFF !important;
    border-color: #7b3c45 !important;
    border-radius: 1px!important;
}
.btn-outline-primary {
    color: #7c8f95 !important;
    border-color: #bdc7ca !important;
    border-radius: 1px!important;
}
.btn-outline-primary:hover {
    background-color: #bdc7ca !important;
    color: #FFFFFF !important;
    border-radius: 1px!important;
}
.btn-outline-secondary {
    color: #7c8f95 !important;
    border-color: #7c8f95 !important;
}
.btn-outline-secondary:hover {
    background-color: #7c8f95 !important;
    color: #FFFFFF !important;
}
.btn-green {
    background-color: #577867 !important;
    color: #FFFFFF !important;
    border-color: #577867 !important;
    border-radius: 2px!important;
}
.btn-green:hover {
    background-color: #C5D2CB !important;
    color: #577867 !important;
    border-color: #577867 !important;
}
.btn-blue {
    background-color: #414e61 !important;
    color: #FFFFFF !important;
    border-color: #414e61 !important;
    border-radius: 2px!important;
}
.btn-blue:hover {
    background-color: #A5ADC0 !important;
    color: #414e61 !important;
    border-color: #414e61 !important;
}
.slider-bg {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.slider-spacer {
   min-height: 760px;
}
.carousel-item p {
font-size: 1.3em;
}
.carousel-inner {
    max-height: 685px;
}

.carousel-caption {
    position: relative !important;
    margin-top: -30rem;
    width: 40%;
    font-size: 0.259em;
    line-height: 1.2em;
    padding: 20px;
    background-color: rgba(251, 251, 252, 0.95);
    right: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
}

.carousel-caption p {
    color: rgba(36,46,49, 1);
    font-weight: normal;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2em;
    padding-right: 60px;
    padding-left: 60px;
}

.carousel-control-prev {
    width: 70px !important;
}

.carousel-control-next {
    width: 70px !important;
}

.page-blurb-title {
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 3.5rem;
    line-height: 1em;
    font-weight: 700;
    background-color: rgba(150, 165, 170,1);
    width: 100%;
}

.page-blurb-title .h1 {
    color: #ffffff;
}
.blurb-header-bg {
 height: 0px;
}

.blurb-border {
    border: 2px solid #fff;
}

.blurb-images {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;

}
.corian-advantage-top {
	background-position-x: right;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 26%;
}
.scale-up {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.scale-down {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.darken {
    filter: brightness(50%);
    overflow: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.lighten {
    filter: brightness(100%);
     overflow: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.blurb-button {
    margin-bottom: 60px;
}

.blurb-caption {
    margin-top: -204px;
    position: inherit;
}
.blurb-text {
    font-size: 1.2em;
    padding-top: 12px;
    padding-bottom: 4px;
}
.blurb-bg {
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.border-2 {
    border-width: 2px !important;
}
.home-text {
    font-size: 1.4em;
    font-family: mundial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #242e31;
}
.testimonal-heading {
    font-size: 2.5em;
    font-family: "mundial", sans-serif;
    font-weight: 700;
}
.testimonal-padding {
    padding-left: 220px;
    padding-right: 220px;
    padding-top: 100px;
    padding-bottom: 100px;
 }
.quote-size {
    width: 4% !important;
}

.quote-left {
    margin-right: 0px;
}
.quote-right {
    margin-left: 0px;
}
.testimonal-bottom {
    margin-bottom: 10px;
}
.footer-bg {
    background-color: #151b1d;
}
footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
}
footer .list-group-item.active, footer .list-group-item {
    padding: 0.2rem 1.25rem;
    background: none;
    border: none;
    color: #bdc7ca;
}
footer .list-group-item a {
    color: #bdc7ca;
}
footer .list-group-item a:hover {
    color: #7c8f95;
}



.star-rating .yellowstar {
    color: #E6CE31 !important;
}

.sticky .top-bar {
    max-height: 140px;
    z-index: 4000;
}

.sticky .logo-size {
    width: 50%;
}

.sticky .fa-phone {
    display: inline-block;
}

.sticky .phone-number {
    display: none;
}
.sticky .search-bar {
    margin-bottom: 10px;
}

.user-panel .card-body {
    padding: 1rem;
}
.card-services {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 300px;
    min-height: 250px;
    word-wrap: break-word;
    background-color: #F4F6F6;
    text-align: center;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .15rem;
    margin: 15px;
}
.card-bg {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 400px;
    min-height: 250px;
    word-wrap: break-word;
    /*background-color: #ece2e1;*/
    background-color: #F4F6F6;
    text-align: center;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0, .125);
    border-radius: .15rem;
    margin: 25px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(244, 246, 246,.03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.btn-link {
    font-family:
    font-weight: 400;
    color: rgba(89,43,50,1);
    /* text-decoration: none; */
    font-size: 1.5rem;
}
.btn-link:hover {
    color: rgba(122,85,90,1);
    text-decoration: underline;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 400px;
    min-height: 250px;
    word-wrap: break-word;
    /*background-color: #ece2e1;*/
    background-color: #ebdfe0;
    text-align: center;
    background-clip: border-box;
    border: 1px solid rgba(236, 226, 225, .125);
    border-radius: .15rem;
    margin: 25px;
}
.card-green {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 400px;
    min-height: 250px;
    word-wrap: break-word;
    background-color: #C5D2CB;
    text-align: center;
    background-clip: border-box;
    border: 1px solid rgba(197, 210, 203, .125);
    border-radius: .15rem;
    margin: 25px;
}
.card-blue {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 400px;
    min-height: 250px;
    word-wrap: break-word;
    background-color: #A5ADC0;
    text-align: center;
    background-clip: border-box;
    border: 1px solid rgba(165, 173, 192, .125);
    border-radius: .15rem;
    margin: 25px;
}

/* Accordion */
.faq-card {
  border: 2px solid #eeeeee;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px;
  background: #eeeff3;
  color: #151b1d;
  border: none;
  font-size: 1.3rem;
  font-weight: bolder;
  cursor: pointer;
  transition: background 0.3s ease;
}
.faq-question:hover {
  background: #e7eaea;
}
.faq-question.collapsed {
  background: #eeeff3;
}
.faq-answer {
  display: none;
  padding: 15px;
  background: #fafafa;
  font-size: 1.2rem;
  color: #546464;
}
.faq-answer.show {
  display: block;
}

#message-outer {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5000;
}
#message-inner {
    display: inline-block;
    margin: 0 auto;
    width: 45%;
    padding-top: 30px;
}
body {
        font-family: "open-sans", sans-serif;
        margin: 0;
        background: #f9f9f9;
        color: #151b1d;
    }

    header h1 {
        margin-top: 20px;
        font-size: 2.8rem;
        color: rgb(202, 177, 180);
    }
    header p {
        margin-top: 0.5rem;
        font-size: 1rem;
    }
    .faq-container {
        max-width: 800px;
        margin: 2rem auto;
        padding: 0 1rem;
    }
    .faq-category h2 {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #151b1d;
    }
    .faq-icon {
        width: 38px;
        height: 38px;
        margin-right: 10px;
        object-fit: contain;
    }
    .faq-category {
        margin-top: 2rem;
    }
    .faq-item {
        background: white;
        border-radius: 5px;
        margin: 0.5rem 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .faq-question {
        width: 100%;
        text-align: left;
        color: rgb(21, 27, 29);
        font-size: 1.1rem;
        font-weight: bolder;
        cursor: pointer;
        padding: 15px;
        background: rgb(238, 239, 243);
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        transition: background 0.3s;
    }
    .faq-answer {
        display: none;
        padding: 15px;
        background: #fafafa;
        font-size: 1rem;
        color: #546464;
    }
    .faq-question::after {
        content: "+";
        position: absolute;
        right: 1rem;
        font-size: 1.5rem;
    }
    .faq-item.active .faq-answer {
        display: block;
    }
    .faq-item.active .faq-question::after {
        content: "−";
    }
    .cta {
        text-align: center;
        margin: 3rem 0;
    }
    .cta a {
        display: inline-block;
        background: #3C7B72;
        color: white;
        padding: 0.8rem 1.5rem;
        border-radius: 5px;
        text-decoration: none;
        transition: background 0.3s;
    }
    .cta a:hover {
        background: #30625b;
    }

    .text-dark {
        color: #5c747b !important;
        font-size: 1rem;
    }
}

/*
    X-Small devices (portrait phones, less than 576px)
    No media query for `xs` since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .top-bar {
    max-height: 185px;
    z-index: 4000;
    border-bottom: 1px solid #eee;
    }
    .img-fluid {
    max-width: 100%;
    height: auto;
    }
    .content-margin-top {
        margin-top: 215px;
    }
    .fixed-top {
    position: fixed;
    padding-bottom: 0px;
    padding-top: 43px;
    margin-top: -30px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    }
    .home-text {
    font-size: 1.2em;
    font-family: mundial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #010101;
    }
    h1 {
    font-size: 2rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    }
    .testimonial-padding {
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .testimonial-heading {
        font-size: 1.8rem;
        font-family: "mundial", sans-serif;
        font-weight: 700;
    }

    .page-blurb-title {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 60px;
    font-size: 3.8rem;
    line-height: 1em;
    font-weight: 700;
    background-color: rgba(150, 165, 170);
    width: 100%;
    }
     body {
    font-family: "open-sans", sans-serif;
    margin: 0;
    background: #f9f9f9;
    color: #151b1d;
    }
    .header {
    background: #592b32;
    color: white;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    }
    .header h1 {
    margin-top: 20px;
    font-size: 2.8rem;
    color: rgb(202, 177, 180);
    }
    .header p {
    margin-top: 0.5rem;
    font-size: 1rem;
    }
    .faq-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    }
    .faq-category h2 {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #151b1d;
    }
    .faq-icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    object-fit: contain;
    }
    .faq-category {
    margin-top: 2rem;
    }
    .faq-item {
    background: white;
    border-radius: 5px;
    margin: 0.5rem 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .faq-item.active .faq-answer {
        display: block;
    }
    .faq-item.active .faq-question::after {
        content: "−";
    }
    .faq-question {
    width: 100%;
    text-align: left;
    color: rgb(21, 27, 29);
    font-size: 1.1rem;
    font-weight: bolder;
    cursor: pointer;
    padding: 15px;
    background: rgb(238, 239, 243);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: background 0.3s;
    }
    .faq-answer {
    display: none;
    padding: 15px;
    background: #fafafa;
    font-size: 1rem;
    color: #546464;
    }
    .faq-question::after {
        content: "+";
        position: absolute;
        right: 19%;
        font-size: 1.5rem;
    }
    .cta {
    text-align: center;
    margin: 3rem 0;
    }
    .cta a {
    display: inline-block;
    background: #3C7B72;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
    }
    .cta a:hover {
    background: #30625b;
    }
    .text-dark {
        color: #5c747b !important;
        font-size: 1rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
   .navbar-nav .nav-item {
        font-size: .85em;
    }
    .form-control {
        width: 100%;
    }

    .logo-size {
        width: 75%;
    }

    .content-margin-top {
        margin-top: 185px;
    }
    .page-blurb-title {
        position: relative;
        padding-left: 60px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-top: 60px;
        font-size: 3.8rem;
        line-height: 1em;
        font-weight: 700;
        background-color: rgba(150, 165, 170);
        width: 100%;
    }
    .faq-question {
    width: 100%;
    text-align: left;
    color: rgb(21, 27, 29);
    font-size: 1.1rem;
    font-weight: bolder;
    cursor: pointer;
    padding: 15px;
    background: rgb(238, 239, 243);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: background 0.3s;
    }
    .faq-answer {
    display: none;
    padding: 15px;
    background: #fafafa;
    font-size: 1rem;
    color: #546464;
    }
    .text-dark {
    color: #5c747b !important;
    font-size: 1rem;
    }
    .header h1 {
        margin-top: 20px;
        font-size: 2.8rem;
        color: rgb(202, 177, 180);
    }
    .header p {
        margin-top: 0.5rem;
        font-size: 1rem;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-nav .nav-item {
        font-size: 1em;
    }
    .logo-container {
        max-width: none;
    }
    .carousel-caption {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .content-margin-top {
    margin-top: 185px;
    }
    .faq-question {
    width: 100%;
    text-align: left;
    color: rgb(21, 27, 29);
    font-size: 1.1rem;
    font-weight: bolder;
    cursor: pointer;
    padding: 15px;
    background: rgb(238, 239, 243);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: background 0.3s;
    }
    .faq-answer {
    display: none;
    padding: 15px;
    background: #fafafa;
    font-size: 1rem;
    color: #546464;
    }
    .text-dark {
    color: #5c747b !important;
    font-size: 1.2rem;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .fixed-top {
    position: fixed;
    padding-bottom: 0px;
    padding-top: 43px;
    margin-top: -30px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    }
    .logo-size {
        width: 62%;
        padding-left: 50px;
    }
    .nav-padding {
        padding-left: 10rem;
    }

    .navbar-nav .nav-item {
        font-size: 1.2em;
    }

    .navbar-nav .nav-link {
        padding-right: .6rem !important;
        padding-left: .6rem !important;
    }
    .content-margin-top {
    margin-top: 185px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .logo-size {
        width: 55%;
        padding-left: 25px;
    }
    .sticky .logo-size {
    width: 48%;
    }
    .content-margin-top {
    margin-top: 180px;
    }
    header h1 {
        margin-top: 60px;
        font-size: 2.8rem;
        color: #CAB1B4;
    }
}