
#ex1Slider .slider-selection {
	background: #BABABA;
}

/*.tc-input-spacer{
	margin-left:10px;
	margin-right:10px;
}*/

.tc-input-spacer {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	white-space: nowrap;
	margin-right: 1.5rem;
	margin-top: 0.5rem;
}

.tc-input-spacer label {
	line-height: 1.2;
}

.tc-tab{
	margin-left:30px;
}

.tc-float-right{
	float:right;
}

.tc-cost-group{
	margin-bottom:30px;
}

.tc-cost-group-title{
	font-weight:bold;
}

.tc-gray{
	color: #595959;
	font-size:85%;
}

.tc-gray-output {
	color: #666;
}

.tc-red {
	font-size: 85%;
	color: #8b0000;
}

.required{
	color:#8b0000;
}

.tc-tab-container{
	margin-bottom:20px;
}

.tc-tab-button {
	display:none;
}
.tc-tab-button-label {
	font-weight:normal;
	margin:0px;
	cursor: pointer;
	border-radius:4px 4px 0px 0px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #eee;
	color:black;
	text-align:center;
	width:33.3%;
}
.tc-tab-button:hover + label {
	background-color: #eee;
	color: black;
}
.tc-tab-button:checked + label {
	border: 1px solid #eee;
	border-bottom:0px;
	color: black;
	font-weight:bold;
}
.tc-removearrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

  #tc-undergrad-mobile-wrapper{
	  white-space:nowrap;
  }

@media (max-width: 600px) {
  #tc-meal-select {
    max-width:200px;
	width:100%;
  }
   #tc-housing-select {
    max-width:200px;
  }
  #tc-undergrad-mobile{
	  display:none;
  }
  .tc-tab-button-label{
	  font-size:.8em;
  }
}


.tc-removearrow::-ms-expand {
	display: none;
}

.tc-bg-blue{
	/*background-color: #f3f9fe; */
}

.tc-tab-blue:checked + .tc-tab-button-label {
	/*background-color: #f3f9fe; */
}

.tc-panel{
	border: 1px solid transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	border-radius: 6px;
	border-color: #ddd;
	/*min-width:450px;*/
	background-color:white;
	/*
	border-style:solid;
	border-width:1px;
	padding:0px;
	border-color:black;
	*/
}

.tc-panel-heading{
	border-radius: 5px 5px 0px 0px;
	background-color:black;
	color:white;
	text-align: center;
	margin:0px;
	/*border-bottom-style:solid;
	border-bottom-width:5px;
	border-bottom-color:#79bde9;*/
}
.tc-panel-title{
	margin-top:0px;
	padding-top:12.5px;
	padding-bottom:12.5px;
	margin-bottom:0px;
}
.tc-panel-title h3{
	margin-top:0px;
	margin-bottom:0px;
}
.tc-panel-body{
	padding:20px;
	border-bottom-style:solid;
	border-bottom-width:5px;
	/*border-bottom-color:#ffc423;*/
	border-bottom-color:#79bde9;
	border-top-style:solid;
	border-top-width:5px;
	/*border-top-color:#ffc423;*/
	border-top-color:#79bde9;
}
.tc-panel-footer{
	border-radius: 0px 0px 5px 5px;
	/*border-top-style:solid;
	border-top-width:5px;
	border-top-color:#79bde9; */
	min-height:50px;
	background-color:black;
	color:white;
	text-align: center;
	margin:0px;
}

.tc-tab-button-label {
	/*
	
	*/
	border-color: #ffc423;
}

.tc-tab-button:checked + label{
	/*
	border-color: #ffc423;
	*/
}

#content-main label{
	font-size:16px;
	font-weight:400;
}

#content-main legend{
	display:inline;
	font-size:16px;
	font-weight:400;
	margin:0px;
	border-bottom:0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
	display: block;
}

legend {
	display: block;
	margin-bottom: 0.75rem;
	font-weight: 600;
}
