div.banner-holder {
    padding: 0px 0px 20px 0px;
    text-align: center;
    position: relative;
    z-index: 500;
    clear: both;
    height: 38px;
}
div.banner {
    display: block;
    height: 38px;
    text-align: center;
    margin: 0;
    padding: 0px;
    z-index: 1;
    position: relative;
    width: 100%;
}
div.banner > h2,
div.banner > h3 {
    display: inline-block;
    margin: 0px;
    padding: 10px 25px 0px 25px;
    height: 38px;
    background: #1A1C18;
    -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
    clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
    font-family: var(--f-condensed);
    text-transform: uppercase;
    color: #DDDEDA;
    letter-spacing: 0.18em;
    font-size: 18px;
}
div.banner div.outline {
    display: inline-block;
    margin: 0px;
    padding: 2px 3px;
    height: 34px;
    background: #D0CFCD;
    -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
    clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
    font-family: var(--f-condensed);
    text-transform: uppercase;
    color: #DDDEDA;
    letter-spacing: 0.18em;
    font-size: 18px;
}
div.banner div.outline h3 {
    display: inline-block;
    margin: 0px;
    padding: 9px 22px 0px 22px;
    height: 30px;
    background: #F2F1EE;
    -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
    clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
    font-family: var(--f-condensed);
    text-transform: uppercase;
    color: #848581;
    letter-spacing: 0em;
    font-size: 13px;
}

div.sponsors {
    padding-top: 50px;
    background-color: var(--c-bg-lt);
}
div.sponsors-cont {
    padding: 3% 2% 0 2%;
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
div.sponsors ul {
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-bottom: 3%;
}
div.sponsors ul.open {
    -webkit-mask-image: none;
    mask-image: none;
    height: auto;
    max-height: auto;
    padding-bottom: 3%;
}
div.sponsors ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 33.33%;
    overflow: hidden;
    text-align: center;
}
div.sponsors ul li a {
    width: 100%;
    height: 72px;
    overflow: hidden;
    display: inline-block;
}
div.sponsors ul li a:hover img {
    top: -72px;
}
div.sponsors ul li a:focus {
    outline: none;
}
div.sponsors ul li img {
    width: 90px;
    height: 144px;
    position: relative;
    top: 0;
}
div.sponsors div.view-sponsors {
    position: absolute;
    font-family: var(--f-condensed);
    z-index: 100;
    height: 40px;
    width: 96%;
    text-align: center;
    top: 245px;
    text-transform: uppercase;
    color: #A23D3B;
}
div.sponsors div.view-sponsors a {
    height: 40px;
    width: 120px;
    display: inline-block;
}
div.sponsors div.view-sponsors a span {
    border-bottom: 2px solid #A23D3B;
}
div.sponsors div.view-sponsors a:hover {
    color: #1A1C18;
}
div.sponsors div.view-sponsors a:hover span {
    border-bottom: 2px solid #1A1C18;
}

@media only screen and (min-width: 1024px) {
    div.sponsors ul {
        height: auto;
    }
    div.sponsors div.view-sponsors {
        top: 280px;
    }
    div.sponsors ul li {
        width: 20%;
    }
}