.what-can-page {
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.what-can-page p,
.what-can-page li {
    font-size: 16px;
    line-height: 20px;
}

.what-can-page li {
    margin: 15px auto;
}

.what-can-page .sound-the-alarm h2 {
    background-color: #0098ce;
}

.what-can-page h2 {
    font-weight: bold;
    line-height: 20px !important;
}

.what-can-page a {
    text-decoration: underline;
    color: white;
}

.what-can-page li a {
    color: #0098ce;
    line-height: 25px;
}

.what-can-page .blocks {
    margin: 20px auto;
}

.what-can-page h2 {
    padding-left: 0;
}

.what-can-page .find-your-coalition .triangle {
    position: absolute;
    bottom: -15px;
    right: 50%;
    margin-right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #100e9f transparent transparent transparent;
}

.what-can-page .sound-the-alarm .triangle {
    position: absolute;
    bottom: -15px;
    right: 50%;
    margin-right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #0098ce transparent transparent transparent;
}

.what-can-page .main-header,
.what-can-page .sound-the-alarm {
    background-color: #0098ce;
}

.what-can-page .main-header p {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 10px auto;
}

.what-can-page .find-your-coalition .img-div,
.what-can-page .sound-the-alarm .img-div {
    text-align: center;
}

.what-can-page .sound-the-alarm img {
    max-height: 265px;
    margin-top: 10px;
}

.what-can-page .find-your-coalition,
.what-can-page .retailer {
    background-color: #100e9f;
}

.what-can-page .find-your-coalition img,
.what-can-page .retailer img {
    margin: 10px auto;
}

.what-can-page .find-your-coalition #selectMe {
    color: #0098ce;
    width: 50%;
    text-transform: uppercase;
    font-size: 20px;
}

.what-can-page .find-your-coalition h2 span,
.what-can-page .retailer h2 span {
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}

.what-can-page .find-your-coalition h4 {
    color: white !important;
    font-weight: bold;
    text-transform: none;
}

.what-can-page .sound-the-alarm H2 {
    color: #100e9f !important;
}

.what-can-page .locations {
    background: white;
    color: #100e9f;
    margin-top: 10px;
}

.what-can-page .outer-li {
    margin: 0;
    list-style: none;
    padding: 15px 0px;
    line-height: 16px;
    width: 50%;
    display: inline-flex;
}

.what-can-page .outer-li li {
    list-style: none;
    line-height: 16px;
    margin: 2px;
}

.what-can-page li ul li:first-child {
    font-weight: bold;
}

@media (max-width: 767px) {
    .what-can-page .main-header {
        padding-top: 10px;
    }

    .what-can-page .find-your-coalition,
    .what-can-page .sound-the-alarm,
    .what-can-page .retailer {
        padding-bottom: 10px;
    }

    .what-can-page .outer-li {
        width: 100%;
    }

    .what-can-page .sound-the-alarm img {
        display: none;
    }
}

@media (min-width: 767px) {
    .what-can-page .main-header {
        position: relative;
    }

    .what-can-page .main-header img {
        position: absolute;
        bottom: 0;
        right: 0;
        max-height: 164px;
        width: auto;
    }
}