<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */




/* Dropdown/Select Styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'arial';
	margin-top: 10px;
	margin-bottom: 10px;
	
}

div.cs-select.padding_left {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: calc(100% - 20px); 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'arial';
	margin-top: 18px;
	
}

div.cs-select:focus {
	outline: none; 
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
}

/* Placeholder and selected option */
.cs-select &gt; span {
	padding-right: 3em;
}

.cs-select &gt; span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select &gt; span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.missed &gt; span::after {
	content: '\25BE';
	right: 1em;
	color: #ff6d2c;
}

.cs-select.missed .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
	color: #ff6d2c;
}

.cs-select.cs-active &gt; span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #196eb7;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup &gt; span {
	cursor: default;
}

div.cs-skin-border {
	background: transparent;
	font-size: 16px;
	text-transform: uppercase;
	width:100%;
}

.cs-skin-border &gt; span {
	border: 1px solid #16284c;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
}

.cs-skin-border.missed &gt; span {
	border: 1px solid #ff6d2c;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
}

.cs-skin-border &gt; span::after,
.cs-skin-border .cs-selected span::after {
	color:#16284c;
	
}


.cs-skin-border ul span::after {
	
	opacity: 0;
}

.cs-skin-border .cs-selected span::after {
	
	color: #196eb7;
	font-size: 12px;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border.cs-active &gt; span {
	background: #fff;
	border-color: #16284c;
	color: #16284c;
}

.cs-skin-border.cs-active.missed &gt; span {
	background: #fff;
	border-color: #ff6d2c;
	color: #16284c;
}

.cs-skin-border .cs-options {
	color: #16284c;
	border: 1px solid #16284c;
	border-top:0px;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cs-skin-border.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border ul span {
	padding: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
	background: #196eb7;
	color: #ffffff;
}




/* #Media Queries
================================================== */
	
	/* Smaller Laptop/Larger Tablet (devices and browsers)*/
	@media only screen and (max-width: 1279px) {
		
		
		
	}

@media (max-width: 1070px){
	
	
}



@media (max-width : 980px ){
	
	
	
}
	
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and  (max-width: 767px) {
		
	div.cs-select.padding_left {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width:100%; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'arial';
	margin-top: 18px;
	
}
	
}


@media only screen and (max-width: 700px){



}
	
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		
	
	}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 400px) {

		
div.cs-skin-border {
	background: transparent;
	font-size: 14px;
	text-transform: uppercase;
	width:100%;
}
		
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 300px) {
		
		
	div.cs-skin-border {
	background: transparent;
	font-size: 12px;
	text-transform: uppercase;
	width:100%;
}
		.cs-skin-border .cs-selected span::after {
	
	color: #196eb7;
	font-size: 11px;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
		
		.cs-skin-border .cs-options {
	color: #16284c;
	border: 1px solid #16284c;
	border-top:0px;
	font-size: 11px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

	}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 265px) {
		
	
		
}





</pre></body></html>