html {
	font-size: 14px;
	background-color: #f1f1f1;
}

@media (min-width: 576px) {
	html {
		font-size: 16px;
	}
}

body {
	background-color: #f1f1f1;
}

header .top-strip {
	height: 32px;
	background-color: #00b3be;
	border-bottom: 1px solid #004570;
}

@media (min-width: 576px) {
	header .top-strip {
		border: none;
	}
}

header h2 {
	margin: 0;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1.2rem;
	color: #004570;
	line-height: 1.7;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #fff;
	border: none !important;
}

header h2 img {
	position: relative;
	top: -2px;
	width: 64px;
	margin-left: 4px;
}

header h2 img.abc {
	width: 26px;
}

header .top-strip .btn {
	width: 36%;
	min-width: 102px;
	max-width: 120px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #b62b33;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	color: #fff;
	border-radius: 0;
}

header .top-strip .btn:hover {
	background-color: #cc3039;
	box-shadow: 0 0 8px 0 #00d1de, 0 0 8px 0 #00d1de;
}

header .top-strip .btn+.btn {
	margin-left: 16px;
}

header .top-strip .social-links .fa {
	width: 24px;
	height: 24px;
	margin-top: 4px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	color: #fff;
	background-color: #004570;
	line-height: 1.8;
}

header .top-strip .social-links .fa+.fa {
	margin-left: 4px;
}

@media (min-width: 576px) {
	header .top-strip .social-links .fa {
		line-height: 1.5;
	}
}

header .top-strip .social-links .fa:hover {
	background-color: #005f9a;
	box-shadow: 0 0 4px 0 #00d1de, 0 0 4px 0 #00d1de;
}

header .masthead {
	padding: 35px 0;
	background: url("/images/header_bg.jpg") no-repeat;
    background-position-y: center;
	background-size: cover;
}

header .masthead .logo {
	float: left;
	width: 30%;
	margin-top: 40px;
	text-align: left;
}

header .masthead .giving-back {
	float: right;
	width: 70%;
	padding-left: 32px;
	text-align: right;
}

header .masthead .conferences {
	display: none;
}

@media (min-width: 1200px) {
	header .masthead {
		padding: 51px 0;
	}

	header .masthead .container {
    	max-width: 1440px;
	}

	header .masthead .logo {
		width: 25%;
		margin-top: 40px;
	}

	header .masthead .giving-back {
		width: 50%;
		float: left;
		padding-left: 0;
		text-align: center;
	}

	header .masthead .conferences {
		width: 25%;
		display: block;
		float: right;
		margin-top: 40px;
		text-align: right;
	}

	header .masthead .sec img {
		width: 60px;
	}

	header .masthead .bigten {
		margin-left: 12px;
	}

	header .masthead .bigten img {
		width: 82px;
	}

	header .masthead .acc {
		position: relative;
	    left: -4px;
	}

	header .masthead .acc img {
		width: 100px;
	}

	header .masthead .slash {
		position: relative;
		top: 2px;
		margin-left: 4px;
		color: #333;
		font-size: 30px;
	}

	header .masthead .football img {
		position: relative;
		top: 40px;
		left: -45px;
		width: 158px;
	}
}

.mobile-nav {
	padding: 0;
}

.mobile-nav .navbar-toggler {
	width: 64px;
	height: 32px;
	background-color: #004570;
	color: #fadc85;
	border-radius: 0;
}

.mobile-nav .navbar-collapse {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 64px;
	background: linear-gradient(to right, rgba(0,69,112,1) 0%,rgba(0,69,112,1) 50%,rgba(0,69,112,.99) 60%,rgba(0,69,112,0.97) 100%);
	z-index: 9999;
}

.mobile-nav .navbar-collapse .close {
	position: absolute;
	top: 8px;
	right: 16px;
	color: #fff;
	opacity: 1;
	font-size: 32px;
}

.mobile-nav .dropdown-menu {
	margin: 0 0 12px 0;
	padding: 0;
	border: none;
	background: transparent;
}

nav.desktop-nav {
	padding: 2px 0;
	background-color: #004570;
}

nav.desktop-nav .navbar-nav {
	padding: 1px 0;
}

nav.desktop-nav .nav-item {
	position: relative;
}

@media (min-width: 992px) {
	nav.desktop-nav.navbar-expand-lg .nav-link {
		padding-left: .75rem;
		padding-right: .75rem;
	}

	nav.desktop-nav .nav-item+.nav-item::before {
		content: '';
		position: absolute;
		left: 0;
		width: 1px;
		height: 42px;
		background: linear-gradient(to bottom, rgba(0,69,112,1) 1%,rgba(250,220,133,1) 30%,rgba(250,220,133,1) 70%,rgba(0,69,112,1) 100%);
	}
}

@media (min-width: 1200px) {
	nav.desktop-nav.navbar-expand-xl .nav-link {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
}

nav.desktop-nav .nav-link, nav.mobile-nav .nav-link {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1.2rem;
	color: #4fdee6;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #000;
}

nav.desktop-nav .dropdown .dropdown-menu {
	display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}

nav.desktop-nav .dropdown.show .dropdown-menu {
	max-height: 600px;
	opacity: 1;
}

nav.desktop-nav .dropdown-toggle::after, nav.mobile-nav .dropdown-toggle::after {
	display: none;
}

nav.desktop-nav .dropdown-menu {
	background-color: #004570;
	border-top: none;
	border-radius: 0;
}

nav.desktop-nav .dropdown-item, nav.mobile-nav .dropdown-item {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1.2rem;
	color: #4fdee6;
	text-transform: uppercase;
}

nav.desktop-nav .dropdown-item:hover, nav.mobile-nav .dropdown-item:hover {
	background-color: #003658;
}

.primary-banner .carousel-control-next, .primary-banner .carousel-control-prev {
	top: 25%;
	width: 8%;
	align-items: unset;
	z-index: 999;
}

.primary-banner .carousel-control-next-icon, .primary-banner .carousel-control-prev-icon {
	width: auto;
	height: auto;
	background-image: none;
	font-size: 4.5rem;
	text-shadow: 2px 1px 3px #000;
}

.primary-banner .carousel-control-next-icon {
	text-shadow: -2px 1px 3px #000;
}

.primary-banner .carousel-caption {
	position: relative;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 20px 40px 40px 40px;
	background-color: #004570;
	text-shadow: 2px 1px 3px #000;
	text-align: left;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
}

@media (min-width: 1200px) {
	.primary-banner .carousel-caption {
		padding: 24px 80px 32px 80px;
		border-radius: 0;
	}
}

.primary-banner .carousel-caption a {
	color: #4fdee6;
}

.primary-banner .carousel-caption h4, .primary-banner .carousel-caption h4 a {
	margin-bottom: .75rem;
	color: #fff;
	font-size: 1.2rem;
}

.primary-banner .carousel-caption h4 a:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.primary-banner .carousel-caption h4, .primary-banner .carousel-caption h4 a {
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
	.primary-banner .carousel-control-next, .primary-banner .carousel-control-prev {
		top: 0;
		align-items: center;
	}

	.primary-banner .carousel-caption {
		position: absolute;
		padding-top: 24px;
		background-color: rgba(0, 69, 112, .5);
		font-size: 1.2rem;
	}
}

.primary-banner .carousel-caption .more, .primary-banner .carousel-caption .readmore {
	position: relative;
	float: right;
	padding: .375rem 24px .375rem .75rem;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	vertical-align: middle;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 0;
	text-shadow: none;
}

.primary-banner .carousel-caption .more:hover, .primary-banner .carousel-caption .readmore:hover {
	color: #fff;
	text-decoration: none;
}

.primary-banner .more::after, .primary-banner .readmore::after {
	content: '>';
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 1rem;
}

.primary-banner .btn.rarrow, .primary-banner .btn.rarrow:hover {
	color: #fff;
	text-shadow: none;
	border: 2px solid #fff;
}

.site-links {
	margin-top: 32px;
}

.site-links a {
	display: block;
	height: 100%;
	min-height: 144px;
	max-height: 144px;
	margin-bottom: 28px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: center;
	text-shadow: 2px 1px 3px #000;
	border-radius: 4px;
}

@media (min-width: 576px) {
	.site-links {
		margin-top: 40px;
	}

	.site-links a {
		min-height: 176px;
		max-height: 176px;
	}
}

@media (min-width: 992px) {
	.site-links a {
		margin-bottom: 0;
	}
}

.site-links a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .1);
}

.site-links a:hover {
	text-decoration: none;
}

.site-links a:hover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
}

.site-links a.a {
	background: url("/images/sitelinks/beach.jpg");
}

.site-links a.b {
	background: url("/images/sitelinks/tampa.jpg");
}

.site-links a.c {
	background: url("/images/sitelinks/coronavirus.jpg");
}

.site-links a.d {
	background: url("/images/sitelinks/stadium.jpg");
}

.site-links a div {
	position: relative;
	bottom: 0;
	left: 0;
	height: 40%;
	padding: 8px 16px;
	background-color: rgba(0, 69, 112, .8);
	border-radius: 4px 4px 0 0;
}

.site-links a div span {
	position: relative;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.events {
	position: relative;
	height: 100%;
}

.events .view-all {
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
}

.events a {
	display: block;
	color: #004570;
}

.events a:hover {
	text-decoration: none;
}

.events a+a {
	margin-top: 16px;
}

.events img {
	display: inline-block;
	width: 20%;
	margin-right: 8px;
	border: 1px solid #000;
	border-radius: 4px;
	vertical-align: top;
}

.events h4 {
	display: inline-block;
	width: 74%;
	text-transform: uppercase;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: initial;
}

@media (min-width: 992px) {
	.events img {
		width: 120px;
	}
	
	.events h4 {
		width: 252px;
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {
	.events h4 {
		width: 348px;
	}
}


main .content-spacer {
	margin-top: 32px;
}

.homepage .content-spacer.community {
	margin-top: 4px;
}

@media (min-width: 576px) {
	main .content-spacer {
		margin-top: 40px;
	}

	.homepage .content-spacer.community {
		margin-top: 40px;
	}
}

main .content-container {
	margin-top: 32px;
	padding: 16px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

@media (min-width: 576px) {
	main .content-container {
		margin-top: 40px;
		padding: 24px;
	}
}

.homepage .content-container {
	margin-top: 0;
	height: 100%;
}

.homepage .dcsns {padding: 16px; background-color:#f1f1f1;}
.homepage .dcsns-content {height: auto !important;}
.homepage .stream li {margin: 0; font-size: 14px;}
.homepage .stream li+li {margin-top: 16px;}
.homepage .stream li .inner {line-height: 1.4;}
.homepage .stream li .section-intro {height: auto;}
.homepage .dcsns-toolbar {display: none;}

.fanpoll .image {
	border: none;
}

@media (min-width: 992px) {
	.fanpoll .form-check, .fanpoll .results {
		float: left;
		width: 50%;
	}
}
	
.fanpoll .col-6+.col-6 {
	border-left: 2px solid #004570;
}

.fanpoll .form-check+.form-check {
	margin-top: 4px;
}

.fanpoll .results span+span{
	margin-left: 8px;
}

.fanpoll .btn {
	margin-top: 16px;
}

h1, h2 {
	margin-bottom: 8px;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1.6rem;
	color: #004570;
}

h1, .content-container > h2:first-child {
	border-bottom: 2px solid #004570;
}

h3 { 
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #004570;
}

h4, h5, h6 {
	font-size: 1rem;
	font-weight: bold;
}

@media (min-width: 576px) {
	h1 {
		margin-bottom: 24px;
		font-size: 1.8rem;
	}

	h2 {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
	}
}

h1 a, h2 a, h3 a, h4 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #004570;
}

a.active {
	color: #004570;
}

a.more {
	position: relative;
	float: right;
	padding: .375rem 24px .375rem .75rem;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	vertical-align: middle;
	color: #004570;
	border: 2px solid #004570;
	border-radius: 0;
	text-shadow: none;
}

a.more:hover {
	color: #004570;
	text-decoration: none;
}

a.more::after {
	content: '>';
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 1rem;
}

.btn.rarrow {
	position: relative;
	padding-right: 24px;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	color: #004570;
	border: 2px solid #004570;
	border-radius: 0;
}

.btn.rarrow:hover {
	color: #004570;
}

.btn.rarrow::after {
	content: '>';
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 1rem;
}

a.rarrow::after {
	content: '>';
	position: relative;
	top: -1px;
	font-size: .8rem;
	right: -4px;
}

a.larrow::before {
	content: '<';
	position: relative;
	top: -1px;
	font-size: .8rem;
	left: -4px;
}

.corners {
	border-radius: 4px;
}

img.border {
	border: 1px solid #888 !important;
}

.btn-primary {
	background-color: #004570;
	border-color: #004570;
}

.ERRORMSG {
	color: #df0000;
	font-weight: bold;
}

label.required::after {
	content: '*';
	margin-left: 4px;
	color: #df0000;
}

.alert {
	margin-top: 16px;
	margin-bottom: -16px;
}

.no-top-border {
	border-top: none !important;
}

.frame {
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid #eee;
	border-radius: 8px;
}

.related_links {
	margin-top: 32px;
	padding: 24px;
	background-color: #eee;
	border-radius: 8px;
}

.related_links ul {
	margin-bottom: 0;
}

.image {
	display: block;
	width: 100%;
	border: 1px solid #888;
	border-radius: 4px;
}

@media (min-width: 768px) {
	.width-50 {
		float: right;
		width: 50%;
		margin-left: 1rem;
	}
}

.no-border {
	border: none !important;
}

.ads {
	margin-top: 32px;
	background-color: #ddd;
}

.ads.top {
	margin-top: 0;
}

@media (min-width: 576px) {
	.ads {
		margin-top: 40px;
	}
}

.ads .container {
	background-color: #ddd;
}

footer {
	margin-bottom: 40px;
}

footer .footer-info {
	padding: 24px 0;
	background-color: #004570;
	color: #fff;
}

footer h4 {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1.4rem;
}

footer h5 {
	margin-top: 12px;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1.15rem;
	text-transform: uppercase;
}

footer .social-links .fa {
	width: 40px;
	height: 40px;
	margin-top: 8px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	color: #004570;
	background-color: #fff;
	line-height: 1.8;
	font-size: 1.6rem;
}

@media (min-width: 576px) {
	footer .footer-info {
		padding: 32px 0;
	}
	
	footer h4 {
		font-size: 1.6rem;
	}
	
	footer h5 {
		margin-top: 0;
	}

	footer .social-links .fa {
		width: 48px;
		height: 48px;
		line-height: 1.7;
		font-size: 1.8rem;
	}
}

footer .social-links .fa:hover {
	box-shadow: 0 0 4px 0 #00d1de, 0 0 4px 0 #00d1de;
}

footer .social-links a+a {
	margin-left: 12px;
}

footer .logos {
	margin: 32px 0 0;
	text-align: center;
}

footer .logos a {
	display: inline-block;
	max-width: 120px;
	min-width: 50px;
}

footer .logos a.sec {
	max-width: 100px;
}

footer .logos a+a {
	margin-left: 48px;
}

footer .logos a img {
	width: 100%;
}

footer .legal {
	margin-top: 32px;
	padding-bottom: 16px;
	font-size: .8rem;
	text-align: center;
}

footer .legal p {
	margin-bottom: 0;
	line-height: 1.8;
}

footer .legal h1 {
	margin-bottom: 0;
	border: none;
	color: #212529;
	font-family: inherit;
	font-size: .8rem;
	font-weight: normal;
}

ul.game_summary {
	margin-top: 16px;
	margin-bottom: 4px;
	padding-left: 0;
	list-style: none;
}

ul.game_summary li {
	display: inline-block;
}

ul.game_summary li+li {
	margin-left: 32px;
}

ul.game_summary li a::after {
	content: '>';
	position: relative;
	top: -1px;
	font-size: .8rem;
	right: -4px;
}

table.game_summary.teams th img, table.game_summary.teams td img {float:left; width:28px; height:28px; margin-right:12px;}
table.game_summary {width:100%; margin-bottom:16px;}
table.game_summary th {height:32px; padding:0 8px; text-align:left; background-color:#004570; color:#fff; font-weight:bold; line-height:32px;}
table.game_summary th h2 {margin: 0; font-family:unset; font-size:1rem; font-weight:bold; line-height:32px; color:#fff;}
table.game_summary th + th, table.game_summary td + td {text-align:center;}
table.game_summary td {padding:4px 8px;}
table.game_summary td b, table.game_summary td strong {font-weight: bold;}
table.game_summary td.left {text-align:left;}
table.game_summary tr.alt td {background-color:#eee; font-weight:bold;}
table.game_summary tr.spacer td {height:10px;}
table.game_summary th img, table.game_summary td img {width:28px; height:28px;}

.ad-carousel {
	position: relative;
	padding: 16px 0;
	overflow: hidden;
}

.ad-carousel .ad-carousel-stage {
	width: 9999px;
	visibility: hidden;
}

.ad-carousel .ads-primary {
	text-align: center;
}

.ad-carousel .ads-secondary {
	padding-left: 24px;
	text-align: left;
}

.ad-carousel .ads-primary img {
	max-width: 100%;
	border-radius: 4px;
}

.ad-carousel .ads-secondary img {
	max-width: 195px;
	height: 120px;
	border-radius: 4px;
}

.ad-carousel .ad+.ad {
	margin-left: 20px;
}

.ad-carousel .ad-carousel-stage div {
	position: relative;
	display: inline-block;
}

.ad-carousel .ad-carousel-prev, .ad-carousel .ad-carousel-next {
	position: absolute;
	display: none;
	top: 50%;
	width: 20px;
	height: 20px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	transform: translateY(-50%);
	z-index: 1;
}

.ad-carousel .ad-carousel-prev {
	left: 0;
}

.ad-carousel .ad-carousel-next {
	right: 0;
}

.ad-carousel .ad-carousel-prev::before, .ad-carousel .ad-carousel-next::before {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	opacity: .75;
	color: #888;
}

.ad-carousel .ad-carousel-prev:hover::before, .ad-carousel .ad-carousel-next:hover::before {
	opacity: 1;
}

.ad-carousel .ad-carousel-prev::before {
	content: '<';
}

.ad-carousel .ad-carousel-next::before {
	content: '>';
}

.news-page .article+.article {
	margin-top: 16px;
}

.news-page .article {
	color: #000;
}

.news-page a.article {
	text-decoration: none;
}

.news-page .article h2 {
	margin-bottom: 8px;
}

.news-page .article .date {
	font-size: .9rem;
	color: #888;
}

.news-page .article .copy::after {
	content: '\2026';
}

article .date {
	margin-bottom: 4px;
	font-size: .9rem;
	color: #888;
}

.sponsors-page .sponsor-logo {
	padding: 24px;
	border: 1px solid #eee;
	border-radius: 8px;
}

.photo-galleries-page .gallery+.gallery {
	margin-top: 2rem;
}

.photos-page .photo a {
	display: block;
	padding: 12px;
	border: 1px solid #eee;
	border-radius: 8px;
}

.photos-page .photo img {
	border-radius: 4px;
}

.events-page hr, .places-page hr, .hotels-page hr, .where-to-golf-page hr {
	margin-top: 24px;
	margin-bottom: 24px;
}

.event .photo img {
	width: 100%;
}

ul.wheretosleep {
	padding-left: 0;
}

ul.wheretosleep li {
	padding-left: 24px; 
	list-style: none;
	background: transparent url("/images/hotel-map-legend.gif") no-repeat left center;
}
ul.wheretosleep li.wheretosleep_1 {background-image: url("/images/hotel-map-legend_1.gif");}
ul.wheretosleep li.wheretosleep_2 {background-image: url("/images/hotel-map-legend_2.gif");}
ul.wheretosleep li.wheretosleep_3 {background-image: url("/images/hotel-map-legend_3.gif");}
ul.wheretosleep li.wheretosleep_4 {background-image: url("/images/hotel-map-legend_4.gif");}
ul.wheretosleep li.wheretosleep_5 {background-image: url("/images/hotel-map-legend_5.gif");}
ul.wheretosleep li.wheretosleep_6 {background-image: url("/images/hotel-map-legend_6.gif");}
ul.wheretosleep li.wheretosleep_7 {background-image: url("/images/hotel-map-legend_7.gif");}

ul.hot-links {
	margin-bottom: 0;
	padding: 1rem;
	list-style: none;
	background-color: #f1f1f1;
	border-radius: 8px;
}

ul.hot-links li {
	line-height: 2rem;
}

ul.locations {
	margin-bottom: 2.5rem;
	padding: 1rem;
	list-style: none;
	background-color: #f1f1f1;
	border-radius: 8px;
}

ul.locations li {
	line-height: 2rem;
}

table.bowl-history th, table.by-the-numbers th, table.key-moments th, table.alumni th, table.membership-packages th {
	border-top: none;
	border-bottom: none;
}

table.bowl-history td:first-child, table.by-the-numbers td:first-child, table.key-moments td:first-child, table.alumni td:first-child, table.membership-packages td:first-child {
	white-space: nowrap;
}

.ticket-packages-page h2 a {
	position: relative;
	top: 8px;
	left: -4px;
	float: right;
	font-family: sans-serif;
	font-size: 1rem;
	color: #007bff;
}

.social-page .dcsns-toolbar {
	display: none;
}

.social-page .dcsns-toolbar .filter .link-all {
	height: 28px;
}
