body {
	font-family: Interstate Light Cond;
	font-size: 16px;
	color: #131313;
}
select {
	font-family: Interstate Light Cond !important;
	padding: 15px 30px 15px 20px;
	border-radius: 0;
	border: solid 2px #BABABA;
	background: url(images/arrow.png) no-repeat right #fff;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	max-width: 100%;
	min-width: 120px;
}
select::-ms-expand {
    display: none;
}
input {
	padding: 15px 20px;
	max-width: 100%;
	border-radius: 0;
	border: solid 2px #BABABA;
}
input.short {
	width: 100px;
}
input.medium {
	width: 115px;
}
input.long {
	width: 400px;
}
input.full,
textarea.full {
	width: 100%;
}
textarea {
	padding: 15px 30px 15px 20px;
	border-radius: 0;
	border: solid 2px #BABABA;
}
input:focus,
textarea:focus {
	outline: none;
}
@media (max-width: 575px) {
	select,
	textarea,
	input {
		width: 100%;
	}
	input.long,
	input.full,
	input.short,
	textarea.full {
		width: 100%;
	}
	input[type="checkbox"] {
		width: auto;
	}
}
a {
	color: #131313;
}
a:hover {
	color: #CCC;
}
a:hover img {
	opacity: 50%;
}
img {
	max-width: 100%;
}
.bg-blue {
	background-color: #113b61;
	color: #fff;
}
.bg-red {
	background-color: #850c16;
	color: #fff;
}
.deco-none {
	text-decoration: none;
}
.text-right {
	text-align: right;
}
.inter-bold-cond {
	font-family: Interstate Bold Cond !important;
}
.inter-black-cond {
	font-family: Interstate Black Cond !important;
}
.inter-light-cond {
	font-family: Interstate Light Cond !important;
}
.fs-12 {
	font-size: 12px !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-24 {
	font-size: 24px !important;
}
.fs-48 {
	font-size: 48px !important;
}
.w-fit {
	width: fit-content;
}
.h-fit {
	height: fit-content;
}
.max-w {
	max-width: 100% !important;
}
.btn {
	font-size: 1.25vw;
	letter-spacing: .1vw;
	border: 1px solid #850C16;
	margin: 0 auto;
	max-width: 300px;
	text-transform: uppercase;
	padding: 10px 30px;
}
.btn.btn-dark {
	background-color: #850C16;
}
.btn.btn-dark:hover {
	opacity: .75;
}
.btn.btn-outline-dark {
	border: 1px solid #212529;
}
hr {
	border: 1px solid #131313;
}
.warn {
	color: #dc3545;
	padding: 10px 20px;
	border: 2px solid #dc3545;
	font-family: Interstate Bold Cond;
}
#ui-datepicker-div {
	display: none !important;
}
input[type="radio"] {
  position: absolute;
  opacity: 0 !important;
	width: 10px;
}
.radio {
  display: inline-block;
  border: 2px solid #BABABA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  line-height: 0;
  position: absolute;
  top: 5px;
}
label {
  display: inline;
  position: relative;
  margin: 2px auto 0px;
  z-index: 9;
  cursor: pointer;
}
.radio:before {
  display: inline-block;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  left: 2px;
  top: 2px;
  margin: auto;
  position: relative;
}
input[type=radio]:checked ~ .radio:before {
  background: #000;
}
.warn {
	color: #850c16;
}
.pointer {
	cursor: pointer;
}


.container.full {
	max-width: 100%;
	padding: 0;
}
.header {
	height: 95px;
	color: #fff;
	line-height: 19px;
}
.header a {
	color: #fff;
}
.header .logo {
	max-width: 75px;
}
.footer {
	margin-top: 70px;
	text-align: center;
	color: #fff;
}
.footer .logo {
	max-width: 200px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.dropdown-toggle.show {
	text-decoration: underline;
	text-underline-offset: 4px;
}
#mobileMenu .dropdown-toggle.show {
	text-decoration: none;
	text-underline-offset: 0px;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-menu {
	border-radius: 0;
	border: none;
	box-shadow: 0px 3px 20px #37373747;
	color: #131313;
	top: -2px !important;
}
.dropdown-menu a {
	color: #131313;
}
.dropdown-item {
	padding: .5rem var(--bs-dropdown-item-padding-x);
	color: #000;
}
span.dropdown-item:hover {
	background:none;
}
span.dropdown-item:active {
	background:none;
	color: #000;
}
#mobileMenu {
	position: absolute;
	display: none;
	background: white;
	padding: 30px 55px;
	z-index: 999;
	color: #131313;
}
#mobileMenu.active {
	display: block;
}
#mobileMenu .dropdown-menu {
	width: 100%;
	position: relative !important;
	transform: none !important;
	box-shadow: none;
}
#mobileMenu .dropdown-toggle {
	line-height: 56px;
}
.menuToggle {
	float: right;
	margin-top: 18px;
}
.homepage-image-text {
	position: absolute;
	right: 0;
	top: 30%;
	display: flex;
	flex-flow: column;
	width: 100%;
	padding: 0 3rem;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.homepage-image-text .indexHeader {
	font-size: 3vw;
	letter-spacing: .2vw;
	text-shadow: 0px 0px 90px #000000;
}
.homepage-image-text .indexSubheader {
	font-size: 1.5vw;
	letter-spacing: .1vw;
	text-shadow: 0px 0px 30px #000000;
	margin-top: 20px;
}
@media (max-width: 1200px) {
	.homepage-image-text {
		top: 20%;
	}
}
@media (max-width: 767px) {
	.homepage-image-text .indexHeader {
		font-size: 7vw;
		letter-spacing: .2vw;
		line-height: 9vw;
	}
	.homepage-image-text .indexSubheader {
		font-size: 4.5vw;
		letter-spacing: .1vw;
	}
	.homepage-image-text .btn.btn-dark {
		font-size: 4.25vw;
		letter-spacing: .1vw;
	}
}
.tripCTA hr {
	margin: 70px 0;
}
.tripCTA .btn.btn-dark {
	font-size: 1.25vw;
	letter-spacing: .1vw;
	background-color: #850C16;
	border: #850C16;
	width: 100%;
	max-width: 100%;
	text-transform: uppercase;
	padding: 80px 0;
}
@media (max-width: 1200px) {
	.subCTA .btn.btn-dark {
		font-size: 1.75vw;
		letter-spacing: .1vw;
	}
	.tripCTA .btn.btn-dark {
		font-size: 1.75vw;
		letter-spacing: .1vw;
	}
}
@media (max-width: 767px) {
	.subCTA .btn.btn-dark {
		font-size: 3.5vw;
		letter-spacing: .1vw;
		max-width: 255px
	}
	.tripCTA .btn.btn-dark {
		font-size: 6vw;
		letter-spacing: .1vw;
	}
}
@media (max-width: 500px) {
	.subCTA .btn.btn-dark {
		max-width: 200px
	}
}
@media (min-width: 768px) {
	.tripCTA .left {
		padding-right: 40px;
	}
	.tripCTA .center {
		padding-right: 20px;
		padding-left: 20px;
	}
	.tripCTA .right {
		padding-left: 40px;
	}
}
.standings.border-bottom {
	border-bottom-width: 2px !important;
	border-color: #BABABA;
}
.standings .team {
	background-color: #FBFBFB;
}
.submenu {
	left: -2px !important;
}
.submenu .dropdown-item {
	font-size: 14px;
	padding: 5px 10px;
}
.submenuMobile .dropdown-item {
	text-align:center;
	font-size: 14px;
}
.resultRow {
	cursor: pointer;
}
#newTeams,
#prevLeague,
#prevYear {
	display: none;
}
#newTeams {
	border: solid 2px #BABABA;
}
label.inputLabel {
	position: absolute;
	margin-top: 16px;
	margin-left: 11px;
	padding: 0 5px;
	transition: all .2s ease;
	z-index: 10;
	color: #999;
}
label.inputLabel.focus,
label.inputLabel.active {
  margin-top: 2px;
  margin-left: 2px;
  font-size: 13px;
  background-color: transparent;
  transition: all .2s ease;
	color: #850C16;
	outline: none;
}
.rdoLabel {
	display: block;
	padding-left: 35px;
}
#rosterForm input.short {
	padding: 15px 10px;
}


/* EOS Tourney */
@media (max-width: 575px) {
	.tourney {
		font-size: .75rem;
	}
	.seed {
		padding-right: .25rem;
	}
}

/* Sportsmanship */
#coachAwards .navDrop {
	z-index: 10;
	margin-left: -150px;
	top: 0;
}
#coachAwards .navDrop h6 {
	background-color: #fff;
	margin-bottom: 0;
}
@media (max-width: 575px) {
	#coachAwards .navDrop {
		margin-left: 0;
	}
	#coachAwards .navDrop h6 {
		font-size: .85rem;
	}
	#coachAwards .navDrop select {
		font-size: .85rem;
		min-width: inherit;
	}
}

/* Tournaments */
#tournaments a {
	text-decoration: none;
}

/* Master List */
.masterGroups {
	border: solid 2px #BABABA;
}

/* Coach Merge -- click-to-select cards on the review screen */
.mergeCard {
	border: solid 2px #BABABA;
	padding: 20px;
	transition: border-color .15s ease, background-color .15s ease;
}
.mergeCard:hover {
	border-color: #850C16;
}
.mergeCard.selected {
	border-color: #850C16;
	background-color: #FBFBFB;
}
.mergeCard .mergeCardBadge {
	color: #850C16;
	min-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .05em;
}