<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.camp-no-camps {
    margin: auto;
    width: 100%;
    min-width: 498px;
    padding: 10px;
}
.camp-no-camps img {
	display: block;
	margin: 0 auto;
}
.camp-big-link {
	font-size: 150%;
}
.camp-input {
	margin-bottom:5px;
}
.camp-field-row {
	margin-bottom: 5px;
	overflow: hidden;
	clear: both;
}
.camp-error-field {
  	border: 1px red solid;
}
.camp-field-label {
	width: 260px;
	float: left;
}
.camp-field-label-small {
    width: 130px;
    float: left;
}
.camp-field {
   float:left;
   clear:right;
   position:relative;
}
.camp-field-supporting-text {
	font-style: italic;
}
.error {
  	color: #ff0000;
}

.hide {
    display: none;
}

.camp-account-right-btn {
    float:right;
    margin-right:5px;
}
.camp-camper-info {
    text-align:left;
    margin-right:20px;
    display:block;
    min-width: 200px;
}
.camp-emergency-contactinfo {
    display:block;
    clear:right;
}

.camp-error-field {
  border: 1px red solid;
}
.camp-signin-button {

}

.camp-session-full-label {
	color: #999;
}

.camp-session-closed td {
	color: #b5b3b5 !important;
	font-style: italic !important;
}

.camp-waiver-text &gt; div {
	height: auto !important;
	overflow: visible !important;
	width: auto !important;
}

.camp-registration-box {
	font-family: 'helvetica neue', helvetica, arial;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 25px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
	display: inline-block;
	padding: 10px;
}

/* camps-list */

.camp-labels {
	float: right;
}

.camp-box {
	font-family: 'helvetica neue', helvetica, arial;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 25px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}

.camp-box &gt; h2 {
	padding: 10px 20px;
	margin: 0;
	background-color: #5B5B5B;
	font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #000;
}

.camp-box h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #444;
}

.camp-box .camp-tags {
	padding: 0 20px;
    background-color: #dcdcdc;
}

.camp-box .camp-tags .camp-tag {
	display: inline-block;
	vertical-align:top;
	margin: 8px 0 8px 2px;
	padding: 5px 8px;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	border-radius: 2px;
}

.camp-box .camp-tags .camp-tag:first-child {
	margin-left:0;
}

.camp-box .camp-tag.camp-tag-new {
	background-color: #fe7703;
}

.camp-box .camp-tag.camp-tag-multisession {
    background-color: #5bb85b;
}

.camp-box .camp-details {
	padding: 20px;
}

.camp-box .camp-details .camp-description {
    margin: 0 0 20px;
}

.camp-box table {
	width: 100%;
	border-collapse: collapse;
}

.camp-box th,
.camp-box td {
	text-align: left;
	padding: 10px 20px;
	background: #f5f5f5;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2;
}

.camp-box th {
	font-size: 12px;
	color: #777;
	background: #dcdcdc;
}

.camp-box td {
	color: #666;
	border-top:solid 1px #fff;
}

.camp-box tr:nth-child(even) td {
	background: #ececec;
}

.camp-box .session-spots-left .spots-left {
	display: inline-block;
	vertical-align: top;
	min-width: 42px;
	padding: 10px 0;
	margin: -10px 0;
	color: #fff;
	text-align: center;
	background: #d0d0d0;
}

.camp-box .session-spots-left .spots-left.few {
	background: #fe0000;
}

.camp-box .submit-container {
	margin-top: 20px;
    text-align: right;
}

.camp-box button {
	position: relative;
	display: inline-block;
	padding: 8px 52px 8px 12px;
	border: solid 1px #1B5589;
	background: #231F20;
	color: #fff;
	line-height: 1;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.camp-box button:before {
  content: "";
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #5B5B5B;
}

.camp-box button:after {
  content: "\e810";
  font-family: 'glyphicons';
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 0 5px;
  color: #1B5589;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  right: 12px;
  top: 7px;
}

.camp-box button:hover {
	background: #5B5B5B;
}

.camp-required-fields {
	text-align : right;
	margin-right : 20px;
}

.camp-register-button {
	position: relative;
	display: inline-block;
	margin: 5px;
	padding: 8px 12px 8px 12px;
	border: solid 1px #1B5589;
	background: #418BCA;
	color: #fff;
	line-height: 1;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.camp-register-button:hover {
	background: #1B5589
}

.add-to-cart {
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 8px 12px 8px 12px;
    border: solid 1px #1B5589;
    background: #418BCA;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.add-to-cart:hover {
    background: #1B5589
}

.add-to-cart:disabled {
	background: #ddd;
    border: 1px solid #ddd;
}

.camp-promotions-div .success {
    color: #3c763d;
}

.camp-promotions-div .success,
.camp-promotions-div .error {
    display: none;
    margin: 10px 0;
}

.college-recruiting .logo {
	max-width: 100px;
	vertical-align: middle;
}

.college-recruiting label {
	cursor: default;
}

.college-recruiting .message {
	color: #f68b22;
	max-width: 80%;
	display: inline-block;
	margin: 20px;
	font-style: italic;
	vertical-align: middle;
}

.college-recruiting .message .signature {
	float: right;
}

.college-recruiting .option {
	font-weight: bold;
}

.college-recruiting .disclaimer {
	font-size: 0.7em;
	margin-top: 10px;
}

.college-recruiting .required-fields {
	margin-top: 10px;
}

.college-recruiting a {
	text-decoration:none;
}

.college-recruiting .fields-section {
	display: none;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

@media only screen and (max-width:650px) {
  .camp-box table,
  .camp-box thead,
  .camp-box tbody,
  .camp-box tr,
  .camp-box th,
  .camp-box td { display:block; width:100%; -webkit-box-sizing:border-box; box-sizing:border-box }
  .camp-box thead { position:absolute; left:-9999px; top:-9999px }
  .camp-box tr { border:solid 2px #ccc }
  .camp-box th,
  .camp-box td { padding:10px 10px 10px 115px; border-top:solid 1px #fff }
  .camp-box td:before { content:attr(data-title) ": "; float:left; margin-left:-115px; padding:0 5px 0 10px; max-width:100px; font-weight:bold; font-size:12px }
  .camp-box .session-spots-left { text-align:left }
  .camp-box h3 { margin-bottom:10px }
  .camp-box .camp-details { padding:10px }
  .camp-box .submit-container { margin-top:10px }
}

@media only screen and (min-width:651px) {
  .camp-box .session-name { min-width:150px }
  .camp-box .session-date { width:26% }
  .camp-box .session-time { width:21% }
  .camp-box .session-spots-left { width:80px; text-align:center }
  .camp-box .session-cost { width:50px; text-align: center }
}

@media only screen and (max-width:767px) {
  .camp-box-bs table,
  .camp-box-bs thead,
  .camp-box-bs tbody,
  .camp-box-bs tr,
  .camp-box-bs th,
  .camp-box-bs td { display:block; width:100%; -webkit-box-sizing:border-box; box-sizing:border-box }
  .camp-box-bs thead { position:absolute; left:-9999px; top:-9999px }
  .camp-box-bs tr { border-top:solid 1px #dee2e6; background:#fff !important;}
  .camp-box-bs th,
  .camp-box-bs td { padding:10px 10px 10px 115px; border-top:solid 1px #fff }
  .camp-box-bs td:before { content:attr(data-title) ": "; float:left; margin-left:-115px; padding:0 5px 0 10px; max-width:100px; font-weight:bold; font-size:1rem; }
}</pre></body></html>