.grizzly-header {
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;

}

.grizzly-overlay {
    background-color: #97999C;
    opacity: 0.9;
    height: 100%;
    width: 100vw;
    position: absolute;
    z-index: 10;
}

.grizzly-links a {
    font-weight: bold !important;
    text-decoration: underline;
}

.btn {
    text-decoration: none !important;
}

.grizzly-header {
    display: flex !important;
    align-items: center;
}

.grizzly-header .col-md-12 {
    color: #fff;
}

.grizzly-header a {
    color: #fff !important;
}

.grizzly-header .grizzly-cta {
    font-size: 21px;
    font-weight: bold;;
}

.grizzly-usps {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    z-index: 999 !important;
    position: inherit;
}

.breadcr {
    display: block;
    margin-bottom: 20px;
}

.breadcr ul {
    margin: 0;
    padding: 0px;
}

.breadcr ul li a {
    display: inline-block !important;
}

.breadcr ul li {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 0px !important;
}

.breadcr ul {
    margin-bottom:0 !important;
}

.breadcr ul li:after {
    content: " / ";
}

.breadcr ul li:last-child:after {
    content: "";
}

.usp ul {
    margin-bottom: 0 !important;
}

.usp ul li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 33%;
    text-align: center;
    color: #fff !important
}

span.checkmark{
  font-size: 20px;
  color: #fff m !important;
}

@media screen and (max-width: 480px){
  .usp ul li {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.usp ul {
    margin-left: 0px !important;
}
 span.checkmark {
   font-size: 10px;
}
}

@media only screen and (max-width: 1440px) {
    .grizzly-header .col-md-12{
        width: 100% !important;
    }

}


@media only screen and (max-width: 992px) {
    .grizzly-header h1{
        text-align: left !important;
    }

    .usp ul {
        padding-left: 0 !important;
    }

}