/* HELPERS */
.right { float: right; }
.left { float: left; }
.list-plain {
	list-style: none;
}
.inline-block {
	display: inline-block;
}
.block {
	display: block;
}
.background_a {
	background-color: #FFFFFF;
}
.background_b {
	background-color: #f9f9f9;
}

.no-border {
	border: none;
}

.no-padding, .columns.no-padding {
	padding: 0px;
}

.no-margin {
	margin: 0px;
}

.image-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.vertically-aligned-row .columns,
.vertically-aligned {
	min-height: 5em;
	position: relative;
}

.vertical-align {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}

.expand {
	width: 100%;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: .9em;
}

.smaller {
	font-size: .8em;
}

.gutter-bottom {
	margin-bottom: 20px;
}

.gutter-top {
	margin-top: 20px;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;
}

.gutter-top--half {
	margin-top: 10px;
}

.gutter-bottom--half {
	margin-bottom: 10px;
}

.overflow-y {
	overflow-y: auto;
}

.no_border {
	border: none;
}
/* FONTS */
@font-face {
	font-family: 'Francois One';
	font-style: normal;
	font-weight: 400;
	src: local('Francois One Regular'), local('FrancoisOne-Regular'), url(../fonts/francois_one.woff2) format('woff2'), url(../fonts/francois_one.woff) format('woff');
}

.titlecase {
	text-transform: capitalize;
}

/* BUTTONS */
.button, button {
	border-radius: 3px;
	box-shadow: 0 0 1px 0;
}

.button--expand {
	width: 100%;
}

.button--small {
	font-size: .9em;
	padding: 5px 7px;
	margin-bottom: 0;
}

.alert-box a {
	color: #ffffff;
}

.alert-box a:hover {
	color: #dddddd;
}

/*****************************************************
* Typography
*****************************************************/
.white{
	color:#FFFFFF;
}

.red{
	color:#CC0000;
}

.blue{
	color:#0281CA;
}

.gold {
	color: #FFCC00;
}

.black{
	color:#000000;
}

.light-grey {
	color: #cccccc;
}

.fancy {
	font-family: 'Francois One', sans-serif;
}

.jumbo { font-size: 300% }

h1 {
	font-size: 210%;
	color: #333;
}

h1 a { text-decoration: none; }
h1 a:hover { text-decoration: none; }

h1 strong { display: none; }

h2 {
	color: #0281ca;
	font-size: 1.5em;
	font-weight: bold;
}

h2 a {
	text-decoration:none;
	color:#0281ca;
}


h3 {
	letter-spacing: 0px;
	font-size: 110%;
	color: #333;
	margin: 0 0 1em 0;
}
h3 span {
	font-weight: normal;
	color: #555;
}

h3 span a {
	font-size: 60%;
	letter-spacing: 0;
	margin-left: .2em;
}

h4 {
	font-size: 80%;
	color: #666;
	padding-bottom: 10px;
}
h4 strong { color: #333; }

h4 span a {
	letter-spacing: 0;
	color: #999;
}


h5 {
	float: right;
	font-weight: normal;
	margin: .8em 0 0 0;
	font-size: 80%;
	color: #666;
}
h5 em {
	color: #aaa;
	font-style: normal;
}

p {
	color: #444;
	margin: 0 0 1.5em 0;
}


/** news-carousel **/
.news-carousel__container {
	background-size: 100%;
	height: 400px;
	position: relative;
}

.news-carousel__headline-box {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.news-carousel__headlines {
	padding: 20px;
}

.news-carousel__headline-box p, .news-carousel__headline-box a {
	color: white;
}

.header-hero {
	margin-bottom: 10px;
}

.main-nav {
	margin-top: 10px;
	margin-bottom: 10px;
}

/** Full Calendar **/
table.fc-header, .fc-header td {
	border: none;
}

/** Forms **/
form label span.small {
	font-size: 85%;
	color: #0281CA;
}

form input.small-inline-input {
	width: 50px;
	display: inline;
	float: none;
}

form select.small-inline-dropdown {
	width: 130px;
	display: inline;
	float: none;
}

.tinymce-label {
	margin-bottom: 20px;
}

.game-page__score-panel {
	display: block;
	font-size: 310%;
	font-weight: bold;
	background-color: #000000;
	color:#FFFFFF;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.game-page__team-name-panel {
	display: block;
	background-color: #FFCC00;
	font-weight: bold;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius:  5px 5px 0 0;
}

.bar-container {
	position: relative;
}

.grower-amount {
	position: absolute;
	top: 0px;
	left: 2px;
	overflow: hidden;
	color:rgba(255,255,255,0.5);
}

.panel--transparent {
	background-color:rgba(255,255,255,1);
	border-radius: 3px;
	border: none;
}

.panel.panel__header {
	border-radius: 3px 3px 0 0;
	margin-bottom: 0;
}

.panel.panel__header > .panel {
	margin-top: 0;
}

.panel.panel__header h2 {
	color: white;
}

#calendar {
	background-color: #FFFFFF;
}

.panel--white {
	background-color: #FFFFFF;
}

.tab-bar {
	margin-bottom: 5px;
}

.ad img {
	max-width: 100%;
	margin-bottom: 10px;
}
