.cspirecontainer {
    margin: 0;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

.cspirecontainer p, .cspirecontainer ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.cspirecontainer ul ul {
    margin-bottom: 0;
}

.cspirecontainer b, .cspirecontainer strong {
    font-weight: bolder;
}

.cspirecontainer a {
    color: #36c3fd;
    background-color: transparent;
}

.cspirecontainer h2, .cspirecontainer h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.tablet-gothic {
    font-family: Barlow Semi Condensed, Arial, sans-serif;
}

.tablet-gothic-bold {
    font-weight: 700;
}

@media (max-width: 768px) {
    .cspirecontainer h1 { font-size: 1.875rem; }
    .cspirecontainer h2 { font-size: 1.5rem; }
    .cspirecontainer h3 { font-size: 1.3125rem; }
}

@media (max-width: 500px) {
    .cspirecontainer h1 { font-size: 1.25rem; }
    .cspirecontainer h2 { font-size: 1rem; }
    .cspirecontainer h3 { font-size: 0.875rem; }
}

.small {
    font-size: 80%;
    font-weight: 400;
}

.cspire-spacing-30 {
    height: 30px;
}

.text-steel-blue {
    color: #0f3d58;
}

.text-cool-gray {
    color: #6c7279;
}


.aem-GridColumn--default--12 {
    width: 100%;
}
