@charset "UTF-8";
.nav-item {
    color: #7B7B7B;
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
}
#sponsorbanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sponsor_bg2.jpeg);
    background-position: 0% 37%;
    padding-bottom: 200px;
    padding-top: 200px;
}
h2 {
    font-size: 1em;
    text-transform: uppercase;
    color: #656467;
    text-align: center;
}
#sponsorinfoDiv {
    padding-top: 30px;
    padding-bottom: 30px;
}
#sponsorlogo {
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
}
#sponsorlogo li {
    display: block;
    text-align: center;
    padding-top: 0px;
    float: left;
    width: 60px;
    height: 60px;
}
.toppadding {
	padding-top: 26px;
}
.rightsidepadding {
	padding-right: 25px;
}
.leftsidepadding {
	padding-left: 25px;
}
.inlineblock {
	display: inline;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.inlineblock_lineheight {
	display: inline;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 60px;
}
#sponsorbanner .btn.btn-lg {
    background-color: hsla(0,0%,0%,0.58);
    color: hsla(0,0%,100%,1.00);
    text-transform: uppercase;
}
.sponsors {
    padding-top: 27px;
}
.sponsors h1 {
    text-transform: uppercase;
    font-size: xx-large;
    font-weight: bold;
    color: rgba(101,100,103,1.00);
}
.sponsors img {
    margin-right: 14px;
}
