.headerBanner { display: none; }

a.whiteLink,
a.whiteLink:visited {
    color: #FFF;
    text-decoration: none;
}

a.whiteLink:hover,
a.whiteLink:active {
    text-decoration: underline;
}

.btn-secondary,
.btn-secondary:visited {
    font-weight: 600;
    color: #FFF;
}

.article {
    margin-bottom: 20px;
}

.article>.title {
    font-weight: bold;
    font-size: 16pt;
    color: white;
    text-decoration: none;
}

.article>.title:hover {
    text-decoration: underline;
}

.article>.date {
    font-size: 11pt;
    opacity: 0.75;
}

.article>.hintText {
    display: none;
    font-size: 14pt;
    height: 40px;
    overflow: hidden;
}

.vidList {
    height: 190px;
    overflow-y: auto;
}

.vidList>.vid {
    background-color: var(--dark);
    padding: 7px;
    cursor: pointer;
}

.vidList>.vid>a,
.vidList>.vid>a:visited {
    color: white;
    text-decoration: none;
}

.vidList>.vid>a:hover,
.vidList>.vid>a:active {
    text-decoration: underline;
}

.vidList>.vid:nth-child(2n) {
    background-color: var(--transdark);
}

.bigIcons { margin: auto; text-align: center; }
.bigIcon { display: inline-block; width: 200px; height: 200px; padding: 0px 25px; text-align: center; vertical-align: top; border-left: 2px solid var(--darklight); }
.bigIcon:nth-child(1) { border: none; }
.bigIcon>i { display: block; margin: 10px 0px; padding: 0px; font-size: 100px; }
.bigIcon>a { display: block; margin: 0px; padding: 0px; text-decoration: none; }

@media all and (max-width: 770px) {
    .bigIcon { display: block; text-align: left; width: 100%; height: auto; padding: 15px; border: none; }
    .bigIcon { border-top: 2px solid var(--darklight); }
    .bigIcon>i { display: inline; margin: 0px; padding: 0px; font-size: 25px; margin-right: 10px; }
    .bigIcon>a { display: inline; margin: 0px; padding: 0px; font-size: 25px; }
}




.audienceSelectorPrompt { font-size: 18pt; font-family: "headings1"; font-weight: bold; }
.homeSpecialNav { background-image: linear-gradient(#FFF3 25%, #FFFC 70%, #FFFF); padding: 225px 0px; }
.homeSpecialNav { padding-top: 200px; padding-bottom: 0px; }
.audienceSelectorList {  }
.audienceSelectorList>li { list-style: none; }
.audienceSelectorBox {
text-align: center; height: auto; overflow: hidden;
}
a.audienceSelectorItem, a.audienceSelectorItem:visited, a.audienceSelectorItem:hover, a.audienceSelectorItem:active {
opacity: 0.75; margin: 5px;
display: block; /*font-size: 25px; padding: 2px; margin: 4px;
color: #FFF; text-shadow: 0px 0px 6px #000; font-weight: bold; text-decoration: none;*/
color: var(--darker);
box-shadow: 3px 3px 3px #0003;
}
a.audienceSelectorItem:hover, a.audienceSelectorItem:active {
opacity: 1;
/*background-color: #FFF5;*/
}