body {
    background-color: #3A3B44;
}

.site-logo {
	margin: 5px 0;
	margin-right: 10px;
	border-right: solid 1px #f0f0f0;
}

.site-title,
.site-title a,
.site-title a:hover {
    color: #999;
	font-size: 40px;
	font-family: 'Niconne', cursive;
	margin-top: 30px;
	text-decoration: none;
}

.main-menu {
	background-color: #FF0218;
	padding: 5px 0px;
}

.home-splash {
	height: 400px;
	background-repeat: no-repeat;
	background-position: top center;
}

ul.menu-contact {
    margin: 44px 0;
    padding: 10px;
    list-style-type: none;
    text-align: center;
}

ul.menu-contact li {
    display: inline;
    padding: 10px;
    
}

ul.menu-contact li i {
    margin-right: 8px;
	font-size: 18px !important;
}

ul.menu-contact li a
{
    color: #666;
	font-size: 14px;
}

ul.menu-contact li a:hover
{
    color: #900;
}

.fb-link, .fb-link:hover {
	color: #3B5998 !important;
}

.tw-link, .tw-link:hover {
	color: #2CA7E0 !important;
}

.main-menu,
.mobile-menu {
    color: #fff;
    text-transform: uppercase;
}

.main-menu li {
	display: block;
}

.main-menu.nav > li > a,
.mobile-menu > li > a{
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
}

.main-menu.nav>li>a:focus, .main-menu.nav>li>a:hover,
.mobile-menu>li>a:focus, .mobile-menu>li>a:hover{
    background-color: #C30819;
}

.main-content {
    background-color: #fafafa;
}

.article-item {
    padding: 20px 0;
    border-top: solid 1px #D6D6D6;
    margin-top: -1px;
}

.article-item--first {
	border-top: none;
}

.article-item--last {
	padding-bottom: 0;
margin-bottom: 0px;
}

.article-item .article-header {
    color: #0C1DDC;
    text-transform: uppercase;
    font-weight: bold;
    width: 50px;
    border-bottom: solid 2px #FF0218;
    white-space:nowrap;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.article-item .article-footer {
    margin-top: 10px;
}

a, a:hover, a:focus {
    color: #7913B4;
}

.circuit-panel {
    background-color: #fff;
    border: solid 1px #D6D6D6;
    margin-bottom: 20px;
    padding: 20px;
}

.circuit-panel--red {
    background-color: #FB1021;
}

.circuit-panel__header {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: solid 2px #1a2b6c;
    width: 40px;
    white-space: nowrap;
    position: relative;
    z-index: 10;
	font-size: 18px;
}

.circuit-panel__header--red {
    color: #fff;
    border-color: #fff;
}

.circuit-panel__content {
    border-top: solid 1px #D6D6D6;
    margin-top: -1px;
}

.circuit-panel__content--border {

}

.circuit-panel__content--no-border {
	border-top: 0px;
}

.event-item {
    padding: 20px 0;
    border-top: solid 1px #D6D6D6;
    margin-top: -1px;
}

.event-item--no-border {
	border-top: 0;
}

.event-item__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.event-item__link {
    float: right;
    font-weight: bold;
}

.footer-section__header {
    text-transform: uppercase;
    font-weight:bold;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: solid 1px #494A52;
    width: 50px;
    white-space:nowrap;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-section__content {
    color: #B0B0B0;
}

.footer-section__item {
    margin: 15px 0;
}

.footer-section__link, .footer-section__link:hover {
    color: #B0B0B0;
}

.no-content {
	font-style: italic;
	color: #999;
}


.season-header {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.season-list {
	border-top: solid 1px #d0d0d0;
	margin-bottom: 20px;
}

.event-row {
	padding: 10px 0;
	border-bottom: solid 1px #d0d0d0;
}

.back-to-top {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}

img {
	max-width: 100%;
}

.sponsor-row {
	display: flex;
	margin: 5px;
}

.sponsor {
	flex: 1;
	text-align: center;
}

.ntca-button {
    width: 100%;
    font-family: Arial, Verdana, sans-serif;
    display: block;
    margin-bottom: 15px;
}

.ntca-button__icon {
    width: 47px;
    height: 47px;
    float: left;
    padding: 5px;
    text-align: center;
}

.ntca-button__content {
    display: inline-block;
    padding: 5px;
	padding-left: 10px;
}

.ntca-button--purple {
    background-color: #9a03fb;
    color: #fff;
}

.ntca-button__icon--purple {
    background-color: #3b0160;
}

.ntca-button--red {
    background-color: #FF0218;
    color: #000;
}

.ntca-button__icon--red {
    background-color: #C30819;
}

.ntca-button--blue {
    background-color: #1e03fb;
    color: #fff;
}

.ntca-button__icon--blue {
    background-color: #1502af;
}

a.ntca-button:hover,
a.ntca-button:active,
a.ntca-button:visited {
	color: #fff;
}

.season-header {
   margin-top: 20px;
}

.sponsors {
	background-color: #fff;
	border-top: solid 1px #d0d0d0;
}

.sponsor-label {
	font-size: 16px;
	font-weight: bold;
}

.mobile-menu-area {
	display: none;
	color: #fff;
	background-color: #FF0218;
	padding: 5px;
}

.mobile-menu {
	display: none;
}


@media (max-width: 600px) {
  .site-logo {
    margin: 5px;
	border-right: 0;
	text-align: center;
    float: none !important;
  }

	.site-logo img {
		margin: auto;
	}

	.site-title {
		text-align: center;
		font-size: 25px;
		margin-top: 0px;
	}

	.menu-contact {
		display: none;
	}

	.home-splash {
		display: none;
	}

	.home-recent-events {
		display: none;
	}

	.home-upcoming-events {
		display: none;
	}

	.sponsor-label {
		display: none;
	}

	.sponsor-row {
		display: block;
	}

	.sponsor {
		margin: 10px;
	}

	.mobile-menu-area {
		display: block;
	}

	.desktop-menu {
		display: none;
	}
}