.whiz-list-item {
    padding: 0.75% 20px;
    list-style-type: none;
}

.whiz-odd-list-item {
    background-color: #f7f7f7;
}

.whiz-link-list {
    margin: 0 0 15px 0px;
}

.whiz-list-link {
    font-weight: bold;
    color: #165e82;
}

.whiz-featured-links {
    margin-top: 2.75%;
}

/* FOR WIDGET */
.whiz_featured_links h2.np-block-title {
    display: none;
}

.whiz_featured_links #featured-links-container {
    margin-top: 0;
}

.whiz-station-promos {
    margin-top: 2.75%;
    display: none;
}

.whiz-featured-button {
    background: #218dc4;
    border-color: #218dc4;
}

.whiz-featured-selected {
    background: #165e82;
    border-color: #165e82;
}

.whiz-2-col1 {
    padding-right: 2%;
}

.whiz-2-col2 {
    padding-left: 2%;
}

.whiz-2-col {
    width: 49.76%;
    display: inline-block;
    vertical-align: top;
}

.whiz-content-container {
    margin: auto;
}

.whiz-split-column {
    width: 100%;
    margin-bottom: 40px;
}

/*WHIZ Announcement Ticker*/

.whiz-announcement-ticker {
    box-shadow: 2px 2px 5px #b8b8b8;
    border-radius: 5px;
    margin-left: 1.5%;
    background-color: #f7f7f7;
}

.whiz-announcement-header {
    background-color: #4286f4;
    width: 20%;
    height: 100%;
    padding: 2.5%;
    border-radius: 5px;
    color: white;
    font-family: Helvetica;
    display: inline-block;
    text-align: center;
}

.whiz-announcement-title {
    margin: auto;
}

.whiz-announcements {
    list-style-type: none;
    font-family: Helvetica;
    display: inline-block;
}

.announcement {
    display: none;
    animation-duration: 1.5s;
    animation-name: fadeinout;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.blackColor {
    color: black;
    animation-duration: 3s;
    animation-name: slideout;
}

@keyframes fadeinout {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

button.whiz-accordion {
    background-color: #165e82;
    color: white !important;
    cursor: pointer;
    padding-top: 2.5%;
    padding-bottom: 4%;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active, .whiz-accordion:hover {
    background-color: #002c50;
}

/* Style the accordion panel. Note: hidden by default */

.whiz-accordion-panel {
    padding: 0 18px;
    max-height: 0;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-icon {
    float: right;
    margin: -0.45%;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/plugins/whiz-2018-plugin/media/white-carrot-icon-closed.png");
    background-size: contain;
    vertical-align: middle;
}

.accordion-icon.open {
    background-image: url("/wp-content/plugins/whiz-2018-plugin/media/white-carrot-icon.png");
}
