/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}


.active {
	text-decoration: underline;
}

.topContainer {
	xxxmargin-top: 20px !important;
}
.imgRound {
	border-radius: 10px;
}

.frontHeader1 {
	font-size: 10pt;color:#2e4dd4;xxxfont-weight: bold;xxfont-family: 'Courier New', monospace;
	letter-spacing: 2px;
}

.signupTop {
	background-color: #FF0066;
	color: #fff;
	border-color: red;
}
.signupTop:hover {
	background-color: #FF0066;
	color: #fff;
	border-color: #FF0066;
}

#teamsSignup th,td {
	padding: 6px;
}

#teamsSignup tr td:nth-child(3) {
	text-align:right;
}

.csRemoveTeam {
	text-decoration: underline;
	cursor: pointer;
}

.form-control {
	background-color: #fff;
}
.form-control:hover {
	background-color: #fff;
}

.hr {
	border: 1px solid #17417f!important;
	opacity: 1.0;
	margin-top: 0px;
}

.csHeader {
    background: #6583b9; 
    background: -webkit-linear-gradient(rgba(9, 44, 121, 0.9), rgba(9, 44, 121, 0.9)), url("/img/topbg2.jpg");
    background: linear-gradient(rgba(9, 44, 121, 0.9), rgba(9, 44, 121, 0.9)), url("/img/topbg2.jpg"); 
}

.csFrontTopBox {
    background: #6583b9; 
    background: -webkit-linear-gradient(rgba(9, 44, 121, 0.8), rgba(9, 44, 121, 0.8)), url("/img/front_intro_bg.jpg");
    background: linear-gradient(rgba(9, 44, 121, 0.8), rgba(9, 44, 121, 0.8)), url("/img/front_intro_bg.jpg"); 
    min-height:434px;background-repeat: no-repeat;background-position: center;background-size: cover;
}
.csFrontTopBoxSmall {
    background: #6583b9; 
    background: -webkit-linear-gradient(rgba(9, 44, 121, 0.8), rgba(9, 44, 121, 0.8)), url("/img/front_intro_bg.jpg");
    background: linear-gradient(rgba(9, 44, 121, 0.8), rgba(9, 44, 121, 0.8)), url("/img/front_intro_bg.jpg"); 
    background-repeat: no-repeat;background-position: center;background-size: cover;
}
.csFooterBox {
    background-color:#dceaf7!important; 
    padding-top: 16px;
    padding-bottom: 16px;
}
.csFooterBoxSmall {
	padding-bottom: 6px;
}

.csFoodBox {
    background: #6583b9; 
    background: url("/img/food.jpg");
    background-repeat: no-repeat;background-position: bottom;background-size: cover;
}


.csGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  column-gap: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.csGrid-item {
  align-items: center;
  background: #034180;
  padding: 2rem;
  padding-bottom: 30px;
}

.csGrid-item2 {
  align-items: center;
  padding: 2rem;
  padding-bottom: 30px;
    background: #6583b9; 
    background: -webkit-linear-gradient(rgba(9, 44, 121, 0.8), rgba(9, 44, 121, 0.8)), url("/img/food.jpg");
    background: linear-gradient(rgba(9, 44, 121, 0.8), rgba(9, 44, 121, 0.8)), url("/img/food.jpg"); 
    background-repeat: no-repeat;background-position: bottom;background-size: cover;
}

.csGrid-itemNoPadding {
  padding: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

.csEmail b {
	display: none;
}

.csFooter {
	padding: 8px;
	background-color: #000!important;
	color: #fff;
	text-align: center;
}
.csFooter a {
		color: #fff;
}
.csFooter div {
	padding-bottom: 20px;
}
.csFooter div a img {
	max-height: 24px !important;margin-top:20px;margin-left: 30px;
}
.csFooterSmall a img {
	max-height: 18px !important;margin-top:20px;margin-left: 30px;
}
.csFooterFirstImg {
	margin-left: 0px!important;
}
.csFrontTable td {
	padding-left: 0px;
	font-size: 12px;
}
.csFrontTable2 td {
	padding: 0px;
	padding-right: 8px
}
.csFrontTable3 td {
	padding-left: 0px;
	font-size: 14px;
}

.testTable {
	margin-bottom: 10px;
}
.testTable td {
	padding: 0;
	padding-right: 6px;
	padding-bottom: 0px;
}

.csFrontButton {
	font-size: 14pt;background-color: #00bf6f;border-color: #00bf6f;padding-left: 18px;padding-right: 18px;padding-top: 10px;padding-bottom: 10px;
	margin-bottom: 12px;
}

.csFrontButtonView {
	background-color: #00bf6f;border-color: #00bf6f;margin-right: 14px;
}

.csFrontButtonTry {
	background-color: #4287f8;border-color: #4287f8;
}



.card {
	border-radius: 0.55rem!important;
}

.form-check-input, .form-select {
	background-color: #fff;
}

input[type="radio"] {
	border: 1px solid #333;
	line-height: 20px;
}

.csQ {
	xxmargin-left: 20px;
	margin-bottom: 12px;
}

.csFrontHeader {
	font-weight: bold;font-size: 40px;
}

.csFrontHeaderSmall {
	font-weight: bold;font-size: 24px;
}
.csFrontBoxDark {
	background-color: #122841;color: #fff;padding: 40px;
}
.csFrontBoxLight {
	padding: 40px;
}
.csSidePadding {
	padding-left: 16px;padding-right: 16px;
}

.csAnswerInline {
	display: inline-block;margin-right: 20px;
}

.csNextPrev {
	color:#666;;font-size:36px;cursor: pointer;	
}
