<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<style>
a:hover {
    text-decoration: none !important;
}
.page__heading {
    display: none;
}
.banner__header, .text-white h1, .text-white h2 {
    color: white !important;
}
.page-tiles__header {
    color: #0f375b !important;
}
.category-header {
    padding-top: 3rem !important;
    padding-bottom: 1.5rem !important;
    margin-bottom: 0;
    color: #0f375b;
    font-size: 1.25rem;
    flex: 1 0 100%;
}
.common-page-section {
    max-width: 84em;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}
.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.full-width-section .page-tiles__header, .full-width-section .category-header, .full-width-section .row, .full-width-section p  {
    max-width: 84rem;
    margin: 0 auto;
    position: relative;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.full-width-section .content-container p, .card-body p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
p {
    margin-bottom: 1rem !important;
}
.welcome-section .row .col-md:last-child {
    text-align: center;
}
.light-blue-bg {
    background-color: rgba(237, 242, 244, 1);
}
.light-grey-bg {
    background-color: rgba(246, 246, 246, 1);
}
li {
  margin-bottom: 5px;  
}
.breadcrumbs-wrapper {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    height: 0;
}
.breadcrumbs {
    margin-top: -80px;
    color: white;
}
.breadcrumbs__link {
    color: white !important;
}
.accordion {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: unset !important;
    background-color: rgba(237, 242, 244, 1);
    box-shadow: none !important;
}
.accordion .card {
    max-width: 80em;
    margin: 0 auto;
    position: relative;
}
.accordion>.card>.card-header:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 13px;
    top: 32px;
    right: 25px;
    background-color: #0088a6;
}
.accordion>.card>.card-header:after {
    content: '';
    position: absolute;
    right: 1.25rem;
    top: 37px;
    display: inline-block;
    width: 13px;
    height: 3px;
    background-color: #0088a6;
}
.accordion>.card>.card-header {
        text-align: left;
        background: white;
        border: none;
    }
    .accordion .card{
        padding: 0;
        text-align: center;
        border: none;
        box-shadow:0 0 10px #cccaca;
        border-radius: 4px;
        border-bottom-right-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
    .accordion .card:not(:last-child) {
        margin-bottom: 20px;
    }
    .accordion .card .card-header {
        padding: 25px 20px;
        color: #010101;
    }
    .accordion .card .card-header img {
        margin-right: 15px;
    }
.accordion .card .card-body {
    padding: 0 20px 20px 20px;
    font-size: 15px;
    text-align: left;
    color: black;
}
.accordion .card .card-body p {
    margin-bottom: 0.5rem;
}
.content-container {
    max-width: 84em;
    margin: 0 auto;
    padding: 0 2rem;
}
.in-this-section .item {
    background: white;
    height: 400px;
    box-shadow:0 0 10px #cccaca;
}
.in-this-section .item img {
    width: 100%;
    height: 150px;
}
.in-this-section .item .item-title {
    font-size: 1.25em;
    color: rgba(0,111,148,1);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.in-this-section .item .item-title, .in-this-section .item .item-content {
    padding-left: 10px;
    padding-right: 10px;
}
.additional-help-section .item {
    text-align: center;
}
.additional-help-section .row .col-md:first-child {
    border-right: 1px solid rgba(220,220,220,1);
}
.additional-help-section .title {
    font-size: 1.25em;
    color: rgba(0,111,148,1);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
    margin-left: 40px;
    margin-right: 40px;
}
.page-tiles__header {
    margin-bottom: 0;
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 1.625rem !important;
}
.top-nav__wrapper{
    padding: 1.25rem 0;
    max-width: 84rem;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo__link {
    padding-left: 2rem;
    height: 1.625rem;
    display: inline-block;
    margin: 0 2rem;
    position: relative;
    z-index: 10;
    min-height: 60px;
    margin: 0 auto 0 0;
}
.logo__image {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.top-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.top-nav__item {
    color: #686868;
    float: left;
    line-height: 1rem;
    padding: 0 .5rem;
    position: relative;
}
.top-nav__link {
    font-size: .875rem;
    color: #686868;
    text-decoration: none;
}
.accordion.category-accordion>.card:not(:last-of-type) {
    border-bottom: 2px solid rgba(229, 229, 229, 1);
}
.accordion.category-accordion .card {
    box-shadow: none;
    border: 2px solid rgba(229, 229, 229, 1);
    border-bottom: 2px solid rgba(229, 229, 229, 1);
}
.accordion.category-accordion .card .card-header {
    padding: 25px 35px 25px 20px;
    color: rgb(51,51,51);
}
.accordion.category-accordion .card .card-header h2 {
    padding: 25px 35px 25px 20px;
    color: rgb(51,51,51) !important;
    font-size: 1.25rem !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.accordion.category-accordion .card .card-body-btn {
    padding: 10px 25px;
    background-color: rgba(0,111,148,1);
    color: white;
    font-size: 14px;
    margin-top: 15px !important;
    display: inline-block;
    cursor: pointer;
}
.accordion.category-accordion .card .card-body-btn img {
    margin-right: 5px;
    margin-top: -3px;
}
.headers .item {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    background: #000;
    display: inherit;
    border-radius: 4px;
    min-height: 140px;
}
.headers .header-bg {
    width: 100%;
    opacity:0.55;
}
.headers .header-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.125rem;
    color: white;
    width: calc(100% - 40px);
}
.page-tile {
    min-height: 460px;
}
.multiple-videos {
    margin-top: -1rem;
}
.banner {
    margin-top: -1.5rem;
}
@media (max-width: 1500px){
    .page-tile {
    height: auto;
}
}

@media (max-width: 768px){
    .content-container {
        padding: 0;
    }
}

@media (max-width: 767px){
    .additional-help-section .title {
        margin-left: 25px;
        margin-right: 25px;
    }
    .multiple-videos .col-md {
        padding-left: 0;
        padding-right: 0;
    }
}
</style>








/*==================*/
/* Julies TEST CSS */
/*==================*/

<style>


/*  code here */

</style>







/* close Julies TEST CSS */
<script>
            $('.category-accordion .card .card-header').click(function() {
                let card = $(this).parents('.card').eq(0)
                if(card.find('.collapse.show').length === 0) {
                    card.css('border-color', 'rgb(0, 111, 148)')
                } else {
                    card.css('border-color', 'rgb(229, 229, 229)')
                }
            })
        </script>


        <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
