@charset "utf-8";
/* CSS Document */

.hero-caption-inner img {
    width: 60%;
}

@media screen and (max-width: 400px) {
	#menu {
    transition: 1s;
    height: 80px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    top: calc(100% - 80px);
    background-color: #FFFFFF;
    color: #1f3e78;
    text-align: center;
    font-size: 8px;
    line-height: 60px;
    font-family: 'Didact Gothic', sans-serif;
}

#showTickets {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

#showClassic {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

#showFanzone {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

#showStadium {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

#showMedia {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

.sectionHeadline {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.75em;
    border-bottom: 2px solid #1F3E78;
    border-top: 2px solid #1F3E78;
    padding: 1%;
    margin: 0;
    margin-top: 1em;
}

.blueHeadline {
	font-size: 1.75em;
}

.followUs {
    font-family: 'Didact Gothic', sans-serif;
    font-size: .25em;
    padding: 1%;
    padding-left: 0;
	padding-right:2%;
    margin: 0;
    float: right;
    width: 100%;
    margin-top: 10px;
}

.followUs img {
	max-width:20px;
}

h2 {
	font-size:1em;
}

h3 {
	font-size:.5em;
	line-height:12px;
}

.content p {
	font-size:10px;
	margin-top:10px;
}

#collegeHeadlines {
	width:100%; float:left; padding-top: 20px; margin:auto;
}

#collegePoll {
	width:50%; float:left; padding-top: 20px; margin:auto;
}

.rankingNumber {
	width:10%;
	float:left;
	font-size:.5em;
}
.rankingSchool {
	width:66%;
	float:left;
	margin-left:2%;
	font-size:.5em;
}
.rankingRecord {
	width:20%;
	float:left;
	margin-left:2%;
	font-size:.5em;
}

#rankingAdMobile {
	width:50%; float:right;
}

#rankingAd {
	display:none;
}

* {
    box-sizing: content-box;
}

#secnav {
	display:none;
}

.copyright {
	font-size: 0.5em;
    line-height: 10px;
}

#fbaLogo {
    width: 16%;
    float: left;
    margin-right: 1%;
    font-size: 9px;
}

#footerContact {
    width: 43%;
    float: left;
    margin-right: 1%;
    color: #FFFFFF;
    font-size: 9px;
}

#footerLinks {
    width: 32%;
    float: left;
    margin-right: 1%;
    color: #FFFFFF;
    font-size: 9px;
}

#footerSocialBtn {
    width: 52%;
    float: left;
    margin-right: 1%;
    color: #FFFFFF;
    font-size: 9px;
    margin-top: 5%;
}

#buttonWrapper {
    float: left;
    margin-right: 2%;
    width: 40%;
    position: relative;
    text-align: center;
    margin-top: 5%;
}

#footerSeatingChart {
    float: left;
    margin-right: 2%;
    color: #FFFFFF;
    font-size: 10px;
    padding: 5px;
    font-weight: 900;
    margin-top: 10px;
    width: 30%;
    position: relative;
    text-align: center;
    margin-top: 5%;
}

#footerCorporate {
    width: 32%;
    float: left;
    margin-right: 0;
    margin-left: 0;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    margin-top: 5%;
}

#footerMedia {
    width: 32%;
    float: left;
    margin-right: 0;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    margin-top: 5%;
}
}

@media screen and (min-width: 401px) and (max-width: 700px) {
	#menu {
    transition: 1s;
    height: 60px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    top: calc(100% - 60px);
    background-color: #FFFFFF;
    color: #1f3e78;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    font-family: 'Didact Gothic', sans-serif;
}

#showTickets {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

#showClassic {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

#showFanzone {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

#showStadium {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

#showMedia {
    clear: both;
    width: 100%;
    background-color: #1F3E78;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Didact Gothic', sans-serif;
    display: none;
}

.sectionHeadline {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 2em;
    border-bottom: 2px solid #1F3E78;
    border-top: 2px solid #1F3E78;
    padding: 1%;
    margin: 0;
    margin-top: 1em;
}

.blueHeadline {
	font-size: 1.75em;
}

.followUs {
    font-family: 'Didact Gothic', sans-serif;
    font-size: .35em;
    padding: 1%;
    padding-left: 0;
    margin: 0;
    float: right;
}

.followUs img {
	max-width:20px;
}

h2 {
	font-size:1em;
}

h3 {
	font-size:.5em;
	line-height:12px;
}

.content p {
	font-size:10px;
	margin-top:10px;
}

#collegeHeadlines {
	width:100%; float:left; padding-top: 20px; margin:auto;
}

#collegePoll {
	width:50%; float:left; padding-top: 20px; margin:auto;
}

.rankingNumber {
	width:10%;
	float:left;
	font-size:.5em;
}
.rankingSchool {
	width:66%;
	float:left;
	margin-left:2%;
	font-size:.5em;
}
.rankingRecord {
	width:20%;
	float:left;
	margin-left:2%;
	font-size:.5em;
}

#rankingAd {
	width:50%; float:right;
}

* {
    box-sizing: content-box;
}

#secnav {
	display:none;
}

.copyright {
	font-size: 0.5em;
    line-height: 10px;
}

#fbaLogo {
    width: 16%;
    float: left;
    margin-right: 1%;
    font-size: 9px;
}

#footerContact {
    width: 43%;
    float: left;
    margin-right: 1%;
    color: #FFFFFF;
    font-size: 9px;
}

#footerLinks {
    width: 32%;
    float: left;
    margin-right: 1%;
    color: #FFFFFF;
    font-size: 9px;
}

#footerSocialBtn {
    width: 52%;
    float: left;
    margin-right: 1%;
    color: #FFFFFF;
    font-size: 9px;
    margin-top: 5%;
}

#buttonWrapper {
    float: left;
    margin-right: 2%;
    width: 40%;
    position: relative;
    text-align: center;
    margin-top: 5%;
}

#footerSeatingChart {
    float: left;
    margin-right: 2%;
    color: #FFFFFF;
    font-size: 10px;
    padding: 5px;
    font-weight: 900;
    margin-top: 10px;
    width: 30%;
    position: relative;
    text-align: center;
    margin-top: 5%;
}

#footerCorporate {
    width: 32%;
    float: left;
    margin-right: 0;
    margin-left: 0;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    margin-top: 5%;
}

#footerMedia {
    width: 32%;
    float: left;
    margin-right: 0;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    margin-top: 5%;
}
}