html, body {
    height: 100%;
    margin: 0;
}

h1, h2 {
    color: #8031A7;
}

.top-menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: space-between;
    position: static;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    padding-top: 5px;
    min-height: 64px;
    z-index: 2;

}
.top-menu-container:before {
     width: 100%;
     height: 5px;
     display: block;
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     background: #8031A7;
}

ul li {
    color: #535353; 
}

ul li span {
    color: #535353; 
}

.contact-us {
    color: #8031A7;
    font-weight: bold;
    text-decoration: underline;
}

.contact-number {
    color: #00818a;
}

.brand-logo {
    background-image: url('./logoNew.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 162px;
    height: 40px;
    margin: 0 20px;
}

.content-container {
    padding: 0 15rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #535353;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: disc !important;
}

app-terms-and-conditions-intro.divider {
	height: 0px !important;
}

.heading-print-wrapper {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1rem;

    @media (max-width: 599px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.heading-print-wrapper h2 {
    flex: 1 1 auto;
    margin: 0;
}

.heading-print-wrapper h4 {
    margin: 0;
}

.print {
    color: #007198;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    text-decoration: none;
}

.print:hover {
    text-decoration: underline;
}

.print svg {
    width: 24px;
    height: 24px;
    fill: #007198;
}

.print:hover h4 {
    text-decoration: underline;
}

.mt-4 {
    margin-top: 1rem;
}

.px-4 {
    padding:0 1rem;
}
