<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	box-sizing:border-box;
}

html{
	font-size:62.5%;
	height:100%;
}

body{
	background-color:#ffffff;
	height:100%;
	margin:0;
	animation:fadeIn 0.5s ease-in;
}

h1, 
h1 &gt; a:link, 
h1 &gt; a:hover, 
h1 &gt; a:visited, 
h1 &gt; a:active{
	color:#dd6513;
	font:bold 30px Arial;
	font-size:3rem;
	margin:0;
}

h2, 
h2 &gt; a:link, 
h2 &gt; a:hover, 
h2 &gt; a:visited, 
h2 &gt; a:active{
	color:#1f2b5d !important;
	font:bold 28px Arial;
	font-size:2.8rem;
	margin:0 auto 5px;
	text-align:left;
	text-decoration:none;
}

h3, 
h3 &gt; a:link, 
h3 &gt; a:hover, 
h3 &gt; a:visited, 
h3 &gt; a:active{
	color:#000000 !important;
	font:bold 20px Arial !important;
	font-size:2rem !important;
	margin-top:0px !important;
	margin-bottom:5px !important;
}

h4, 
h4 &gt; a:link, 
h4 &gt; a:hover, 
h4 &gt; a:visited, 
h4 &gt; a:active{
	color:#1d65d3 !important;/* 54d920 */
	font:20px Arial !important;
	font-size:2rem !important;
	margin:0px !important;
	text-decoration:none !important;
}

h5, 
h5 &gt; a:link, 
h5 &gt; a:hover, 
h5 &gt; a:visited, 
h5 &gt; a:active{
	color:#323232 !important;
	font:bold 16px Arial !important;
	font-size:1.6rem !important;
	margin:0px;
	text-decoration:none !important;
}

hr{
	border:none;
	background-color:#aaaaaa;
	height:1px;
}

img{
	display:inline-block;
	vertical-align:top;
}

input[type=text], 
input[type=password], 
input[type=file], 
input[type=tel], 
input[type=email], 
textarea, 
select{
	background:#ffffff linear-gradient(to bottom, #eeeeee 0%,#ffffff 50%);
	border:solid 1px #aaaaaa;
	border-radius:4px;
	box-shadow:0px 1px 2px #dedede inset;
	color:#333333;
	font:16px Arial;
	font-size:1.6rem;
	min-height:28px;
	padding:7px;
	width:90%;
}

input[type=text]:focus, 
input[type=password]:focus, 
input[type=tel]:focus, 
input[type=email]:focus, 
textarea:focus, 
select:focus{
	background:#ffffff linear-gradient(to bottom, #f4f8f9 0%,#d8f0ff 100%);
	outline:none;
	border:solid 1px #0099ff;
}

input[type=text].input_error, 
input[type=password].input_error, 
input[type=file].input_error, 
input[type=tel].input_error, 
input[type=email].input_error, 
textarea.input_error, 
select.input_error{
	background:#ffd8d8;
	border:solid 1px #f00000;
}

input[type="submit"], 
input[type="reset"], 
button{
	background:#dedede linear-gradient(to bottom, #f0f0f0 0%, #eeeeee 49%, #c6c6c6 50%, #efefef 100%);
    border:solid 1px #777777;
    border-radius:3px;
    box-shadow:1px 2px 2px #777777;
    color:#444444;
    cursor:pointer;
    font:bold 14px Arial;
    padding:5px;
}

input[type="submit"]:hover, 
input[type="reset"]:hover, 
button:hover{
    background:#bce5fc linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);
    border:solid 1px #3c7fb1;
    box-shadow:-1px 2px 2px #444444 inset;
    color:#444849;
}

.input_div{
	padding-bottom:10px;
}

input[type=radio], 
label{
	cursor:pointer;
}
	
label{
	display:block;
	margin-bottom:3px;
	margin-bottom:0.3rem;
	margin-top:8px;
	margin-top:0.8rem;
}

legend{
	color:#545454;
	font:bold 16px Arial;
	font-size:1.6rem;
}

p, 
form{
	margin:0px;
}

ul{
	margin-top:0px;
}

li{
	line-height:1.5;
	margin-top:5px;
}

.ulReset{
	list-style:none;
	margin:10px 0px 10px -35px;
}

.liHeight{
	margin-bottom:10px;
}


/******************** Header ********************/
header{
	background:#ffffff;
	display:block;
	position:relative;
	top:0;
	left:0;
	width:100%;
}

#header0{
	background:#1f2b5d;
	display:block;
	text-align:right;
	width:100%;
	height:30px;
}

#header1{
	display:inline-table;
	padding:10px 0 0px 20px;
	vertical-align:top;
	width:49%;
}

#header2{
	color:#1d65d3;
	display:inline-table;
	font:bold 18px Arial;
	font-size:1.8rem;
	padding-top:20px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:48%;
}

#header2 a:link, 
#header2 a:visited, 
#header2 a:hover, 
#header2 a:active{
	color:#1d65d3;
	font:bold 18px Arial;
	font-size:1.8rem;
	text-decoration:none;
}

#header-separator{
	background:#1f2b5d;
	height:8px;
}

#sign-up{
	background:url(images/waters.gif) center center/100% no-repeat;/*linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 28%, rgba(255,255,255,0) 72%, rgba(0,0,0,0.5) 100%), */
	border:solid 1px #666666;
	border-radius:20px;
	color:#ffffff !important;
	/*box-shadow:2px 2px 2px #444444;*/
	display:inline-block;
	font:bold 16px Arial !important;
	margin:0px;
	overflow:hidden;
	padding:5px 35px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

#sign-up:hover{
    background:linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);
    border:solid 1px #3c7fb1;
    box-shadow:-1px 2px 2px #444444 inset;
    color:#000000 !important;
}
/******************** End Header ********************/



/******************** Navigation ********************/
nav{
	/*box-shadow:0px 2px 3px #444444;*/
	display:block;
	margin:0;
	padding:0;
	position:relative;
	z-index:101;
	text-align:center;
	width:100%;
}

nav &gt; ul{
	margin:0;
	padding:0;
	position:relative;
}

nav &gt; ul &gt; li{
	/*background:transparent;*/
	color:#222222;
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:middle;
}

nav &gt; ul &gt; li.separator{
	border-right:solid 1px #000000;
	margin:0px;
	width:1px;
}

nav &gt; ul &gt; li &gt; a:link, 
nav &gt; ul &gt; li &gt; a:visited{
	color:#333333;
	display:inline-block;
	font:bold 18px Arial;
	font-size:1.8rem;
	letter-spacing:0.1rem;
	padding:5px 18px;
	text-decoration:none;
}

@keyframes moveBackground{
	from{
		background:linear-gradient(to bottom, #ffffff 50%, #aaaaaa 100%) center bottom/100% 10% no-repeat;
	}
	to{
		background:linear-gradient(to bottom, #ffffff 50%, #aaaaaa 100%) center bottom/100% 100% no-repeat;
	}
}

nav &gt; ul &gt; li:hover{
	animation:moveBackground 0.4s forwards;
}

nav &gt; ul &gt; li:hover &gt; a:link{
	color:#000000;
	transition:all 0.25s ease-out;
}

nav &gt; ul &gt; li.active{
	background:linear-gradient(to bottom, #ffffff 50%, #aaaaaa 100%) center bottom/100% 100% no-repeat;
	color:#000000;
}

/*Arrows*/
nav &gt; ul &gt; li.drop &gt; a:after{
	border-top:solid 5px transparent;
	border-bottom:solid 5px transparent;
	border-left:solid 5px #54d920;
	content:"";
	display:inline-block;
	position:relative;
	top:0px;
	left:5px;
	width:1px;
	height:1px;
}

@keyframes moveArrows{
	0%{
		top:0px;
		left:5px;
	}
	100%{
		top:2px;
		left:12px;
		transform:rotate(90deg);
	}
}

nav &gt; ul &gt; li.drop &gt; ul{
	background:#1d65d3;
	box-shadow:0px 5px 8px #000000;
	color:#ffffff;
	display:none;
	min-width:150px;
	padding:0px;
	position:absolute;
	z-index:103;
	text-align:left;
	white-space:nowrap;
}

nav &gt; ul &gt; li.drop &gt; ul &gt; li{
	/*background:#03255d;*/
	border-bottom:solid 1px rgba(255,255,255,0.1);
	padding:10px 20px 10px 10px;
	list-style-type:none;
}

nav &gt; ul &gt; li.drop &gt; ul &gt; li &gt; a{
	color:#ffffff;
	display:block;
	font:bold 16px Arial;
	font-size:1.6rem;
	min-width:150px;
	text-decoration:none;
}

nav &gt; ul &gt; li.drop:hover &gt; ul{
	display:block;
	animation:grow ease-out 0.1s;
}

nav &gt; ul &gt; li.drop:hover &gt; a:after{
	animation:moveArrows 0.2s forwards;
}

nav &gt; ul &gt; li.drop &gt; ul &gt; li:hover{
	background:#ffffff;
	color:#222222;
}

nav &gt; ul &gt; li.drop &gt; ul &gt; li:hover &gt; a{
	color:#222222;
}

nav.fixed{
	background:rgba(0,0,0,0.7);
	color:#000000 !important;
	overflow:visible;
	position:fixed;
	top:0px;
	z-index:999;
	width:100%;
}

nav.fixed &gt; ul &gt; li &gt; a:link,  
nav.fixed &gt; ul &gt; li &gt; a:visited, 
nav.fixed &gt; ul &gt; li &gt; a:active,  
nav.fixed &gt; ul &gt; li &gt; ul &gt; li &gt; a:link,  
nav.fixed &gt; ul &gt; li &gt; ul &gt; li &gt; a:visited, 
nav.fixed &gt; ul &gt; li &gt; ul &gt; li &gt; a:active{
	color:#ffffff;
}

nav &gt; ul &gt; li.active &gt; a:link,
nav &gt; ul &gt; li.active &gt; a:link,  
nav &gt; ul &gt; li.active &gt; a:visited, 
nav &gt; ul &gt; li.active &gt; a:active,  
nav.fixed &gt; ul &gt; li.active &gt; a:link, 
nav.fixed &gt; ul &gt; li.active &gt; a:link,  
nav.fixed &gt; ul &gt; li.active &gt; a:visited, 
nav.fixed &gt; ul &gt; li.active &gt; a:active,
nav.fixed &gt; ul &gt; li:hover &gt; a:link,  
nav.fixed &gt; ul &gt; li:hover &gt; a:visited, 
nav.fixed &gt; ul &gt; li:hover &gt; a:active, 
nav.fixed &gt; ul &gt; li:hover &gt; a:hover, 
nav.fixed &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a:link,  
nav.fixed &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a:visited, 
nav.fixed &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a:active,
nav.fixed &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover{
	color:#000000 !important;
}
/******************** End Navigation ********************/	


/******************** Slider ********************/
.slider-bullet-div{
	position:absolute;
	top:5%;
	left:87%;
	z-index:99;
	white-space:nowrap;
}

.slider-bullet-div1{
	display:inline-table;
	margin:auto;
	position:absolute;
	bottom:5%;
	left:0;
	right:0;
	z-index:99;
	white-space:nowrap;
}

.slider-left-arrow{
	background:#ffffff;
	border-bottom-right-radius:30px;
	border-top-right-radius:30px;
	box-shadow:4px 0px 4px #333333;
	cursor:pointer;
	font:bold 48px Verdana;
	overflow:hidden;
	position:absolute;
	top:40%;
	left:0;
	z-index:99;
	opacity:0.5;
	text-align:center;
	width:50px;
	height:50px;
}

.slider-left-arrow:hover{
	opacity:0.9;
}

.slider-right-arrow{
	background:#ffffff;
	border-bottom-left-radius:30px;
	border-top-left-radius:30px;
	box-shadow:4px 0px 4px #333333;
	cursor:pointer;
	font:bold 48px Verdana;
	overflow:hidden;
	position:absolute;
	top:40%;
	right:0px;
	z-index:99;
	opacity:0.5;
	text-align:center;
	width:50px;
	height:50px;
}

.slider-right-arrow:hover{
	opacity:0.9;
}

.slider{
	background:url(carousel/wait.gif) center no-repeat;
	margin:auto;
	overflow:hidden;
	position:relative;
}

.slider-wrapper{
	box-shadow:inset 0px 5px 5px #666666;
	position:relative;
	z-index:98;
	width:100%;
}

.bull{
	animation:fadeIn 1.5s ease-in;
	border-radius:10px;
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.4);
	cursor:pointer;
	display:inline-block;
	margin:2px;
	width:15px;
	height:15px;
}

.bullOn{
	background:linear-gradient(to bottom, #00ccff 0%, #4283A3 100%);
}

.bullOff{
	background:linear-gradient(to bottom, #ffffff 0%, #cfcfcf 100%);
}
/******************** End Slider ********************/



/******************** Footer ************************/
footer{
	background:#363839;
	color:#dddddd;
	display:block;
	font:14px Arial;
	font-size:1.4rem;
	padding:10px 5px;
	text-align:center;
	vertical-align:top;
}

footer h4{
	color:#dddddd !important;
	font:14px Arial !important;
	font-size:1.4rem !important;
	text-transform:uppercase;
}

footer li{
	border-bottom:solid 1px rgba(255,255,255,0.1);
	/*list-style:url(images/li.png);*/
	padding:1px 0;
	width:80%;
}

.credits{
	background:#282A2B;
	color:#ffffff;
	font:12px Arial;
	font-size:1.2rem;
}

.credits a:link, 
.credits a:visited, 
.credits a:active{
	color:#ffffff;
	font:12px Arial;
	font-size:1.2rem;
	text-decoration:none;
}

.credits a:hover{
	color:#7AB4EC;
	transition:all 0.2s ease-out;
}
/******************** End Footer ************************/


/******************** Main Styles ********************/	
.anchor{
	position:relative;
	top:-100px;
}

.ASC:after{
	border-left:solid 3px transparent;
	border-right:solid 3px transparent;
	border-bottom:solid 3px #ffffff;
	content:"";
	display:inline-block;
	margin-bottom:3px;
	margin-left:5px;
	width:1px;
	height:1px;
}

.DESC:after{
	border-left:solid 3px transparent;
	border-right:solid 3px transparent;
	border-top:solid 3px #ffffff;
	content:"";
	display:inline-block;
	margin-bottom:3px;
	margin-left:5px;
	width:1px;
	height:1px;
}

.border{
	border:solid 1px #666666;
}

.boxit{
	border:solid 1px #666666;
    border-radius:10px;
    box-shadow:0px 7px 15px rgba(0, 0, 0, 0.50);
}

.button{
	background:linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 65%,#b5c6d0 66%,#e0eff9 100%);
	box-shadow:2px 2px 2px #444444;
	display:inline-block;
	border:solid 1px #222222;
	border-radius:2px;
	margin:2px;
	overflow:hidden;
	padding:4px 10px;
	text-align:center;
	white-space:nowrap;
}

.buttonDisabled{
	background:#bbbbbb;
	border:solid 1px #666666;
	border-radius:4px;
	color:#222222 !important;
	box-shadow:2px 2px 2px transparent;
	display:inline-block;
	font:14px Arial !important;
	height:30px;
	margin:2px;
	overflow:hidden;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

.buttonLarge{
	background:#1d65d3;
	border:solid 1px #333333;
	border-radius:4px;
	color:#ffffff !important;
	box-shadow:2px 2px 2px #444444;
	display:inline-block;
	font:16px Arial !important;
	margin:2px;
	overflow:hidden;
	padding:15px 25px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

.buttonOrange{
	background:#1d65d3;
	border:solid 1px #333333;
	border-radius:4px;
	color:#ffffff !important;
	box-shadow:2px 2px 2px #444444;
	display:inline-block;
	font:14px Verdana !important;
	margin:2px;
	overflow:hidden;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

.buttonSilver{
	background:linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 65%,#b5c6d0 66%,#e0eff9 100%);
	border:solid 1px #666666;
	border-radius:4px;
	color:#000000 !important;
	box-shadow:2px 2px 2px #444444;
	display:inline-block;
	font:20px Arial;
	line-height:1.4;
	margin:2px;
	overflow:hidden;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

.buttonLarge:hover, .buttonOrange:hover, .buttonSilver:hover{
    background:linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);
    border:solid 1px #3c7fb1;
    box-shadow:-1px 2px 2px #444444 inset;
    color:#000000 !important;
}

.centered-xy{
    position:fixed;
    left:50%;
    top:50%;
	z-index:100;
    transform:translate(-50%,-50%);
}

#close-button{
	background:#ffffff;
	border-radius:10px;
	display:inline-block;
	color:#3085cc;
	width:16px;
	height:16px;
}

.disappear &gt; a &gt; img{
	opacity:1;
	transition:opacity 0.25s;
}

.disappear &gt; a &gt; img:hover{
	opacity:0;
}

.double-line{
	border-top:solid 4px #1d65d3;
	border-bottom:solid 2px #1F83A5;
	height:10px;
	margin:15px 0;
}

.expandable{
	background:linear-gradient(to bottom, #c5deea 0%,#8abbd7 31%,#066dab 100%);
	background:#60abf8;
	border:solid 1px #444444;
	border-radius:7px;
	color:#000000;
	cursor:pointer;
	font:bold 20px Arial;
	font-size:2rem;
	margin-bottom:7px;
	padding:3px 3px 3px 5px;
	width:100%;
}

.flipit{
	background:#ffffff;
	border:solid 1px #ededed;
	border-radius:10px;
	margin:auto;
    position:relative;
    transform-style:preserve-3d;
    transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width:90%;
    height:125px;
}

.flipit-container:hover &gt; .flipit{
    transform:rotateY(180deg);
}

.flipit-container{
	cursor:pointer;
    display:flex;
    perspective:500px;
    position:relative;
    text-align:center;
    width:100%;
}

.flipit-front{
    backface-visibility:hidden;
    border-radius:10px;
    position:absolute;
	top:0;
	left:0;
    transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width:100%;
}

.flipit-back{
    backface-visibility:hidden;
    background:#1f2b5d;
    border-radius:10px;
	box-sizing:border-box;
	color:#ffffff !important;
    position:absolute;
	top:0;
	left:0;
    transform:rotateY(180deg);
    width:100%;
    height:125px;
}

.flipItNot{
    background:#1f2b5d;
    border-radius:10px;
	color:#ffffff !important;
	margin:auto;
	padding:50px;
	width:95%;
	height:245px !important;
	
}

.learn{
	cursor:pointer;
	display:inline-block;
	line-height:1.4;
	position:relative;
}

.learn:hover .learnMore{
    display:block;
	opacity:1;
	z-index:5;
	animation:fadeIn 0.5s forwards;
}

.learnMore{
    background:#ffffff;
    border:solid 1px #999999;
	border-radius:4px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	display:none;
    margin:0 auto;
    padding:10px;
    position:absolute;
    top:25px;
    left:-10px;
	text-align:left;
	min-width:225px !important;
}

.learnMore:after{
	background:#ffffff;
    border-top:solid 1px #999999;
    border-right:solid 1px #999999;
    content:'';
    position:absolute;
    top:-7px;
	left:12px;
    transform:rotate(-45deg);
    width:10px;
    height:10px;
}

main{
	background:#ffffff;
	display:block;
	margin:0 auto;
	position:relative;
	z-index:1;
	width:100%;
}

.main{
	color:#222222;
	font:16px Arial;
	font-size:1.6rem;
	line-height:1.4;
}

.main a:link, 
.main a:visited, 
.main a:active{
	color:#1d65d3;
	font:16px Arial;
	font-size:1.6rem;
	line-height:1.4;
	transition:all 0.25s;
}

.main a:hover{
	color:#54d920;
	transition:all 0.25s;
}

.marginTop{
	margin-top:20px !important;
	margin-top:2rem !important;
}

.move-up{
	position:relative;
	top:0px;
	transition:top 0.4s;
}

.move-up:hover{
	top:-15px;
}

.numbers{
	background-color:#ffffff;
	border:solid 1px #777777;
	color:#222222;
	display:inline-block;
	font:12px Verdana !important;
	line-height:20px;
	margin:2px;
	min-width:30px;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

.numbers:hover{
	background-color:#dddddd;
	color:#000000;
}

.numbersOn{
	background-color:#000000 !important;
	border:solid 1px #000000;
	color:#ffffff !important;
	display:inline-block;
	font:12px Verdana !important;
	line-height:20px;
	margin:2px;
	min-width:30px;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

.numbersArrow{
	color:#222222 !important;
	display:inline-block;
	font:12px Verdana !important;
	line-height:20px;
	margin:2px;
	min-width:30px;
	padding:3px;
	text-align:center;
	text-decoration:none;
}

.paddingBottom{
	padding-bottom:45px !important;
	padding-bottom:4.5rem !important;
}

.paddingLarge{
	padding:20px;
	padding:2rem;
}

.paddingMedium{
	padding:12px;
	padding:1.2rem;
}

.paddingSmall{
	padding:5px;
	padding:0.5rem;
}

.required:after{
	color:#b00000;
	content:"* ";
}

.resizable{
	width:100%;
}

.row{
	clear:both;
	display:block;
	padding-bottom:35px;
	text-align:center;
}

.rowAlt td{
	background:linear-gradient(to bottom, #f2f6f8 0%,#b5c6d0 100%);
	transition:all 0.1s ease-out;
}

.rowAlt:hover td{
	background:#d5fbfd;
	cursor:pointer;
	transition:all 0.1s ease-out;
}

.rowMain td{
	background:#ffffff;
	transition:all 0.1s ease-out;
}

.rowMain:hover td{
	background:#d5fbfd;
	cursor:pointer;
	transition:all 0.1s ease-out;
}

.rowYellow td{
	background:linear-gradient(to bottom, #fefcea 0%,#f6ff96 100%);
	transition:all 0.1s ease-out;
}

section{
	clear:both;
	display:block;
	padding:15px 0px 35px 0px;
	text-align:center;
}

.tab{
	display:table;
	list-style-type:none;
	margin:0;
	margin-bottom:-2px;
	padding:0;
	width:100%;
}

.tab li{
	background:linear-gradient(to bottom, #e20b09 0%,#ad001c 100%);
	border:solid 1px #656565;
	border-top-right-radius:5px;
	box-shadow:inset 1px -1px 7px rgba(0,0,0,0.5);
	display:table-cell;
	padding:5px 20px;
	text-align:center;
	width:165px;
}

.tab li &gt; a:link, .tab li &gt; a:visited{
	color:#ffffff;
}

.tab li &gt; a:hover{
	color:#000000;
	transition:all 0.2s ease-out;
}

.tab li.selected{
	background:#ffffff;
	border:solid 1px #656565;
	border-bottom:none;
	box-shadow:none;
}

.tab li.selected &gt; a:link, .tab li.selected &gt; a:visited{
	color:#212121;
}

.tab li:hover{
	box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
	transition:all 0.2s ease-out;
}

.tab li:last-child{
	background:#ffffff;
	border:none;
	border-bottom:solid 1px #656565;
	box-shadow:none;
	display:table-cell;
}

.table{
	border-collapse:collapse;
	box-shadow:3px 5px 10px rgba(0,0,0,0.3);
}

.table tr:nth-child(odd) &gt; td{
	background:#ffffff;
	border-bottom:solid 1px #555555;
	padding:5px;
}

.table tr:nth-child(even) &gt; td{
	background:linear-gradient(to bottom, #f2f6f8 0%,#b5c6d0 100%);
	border-bottom:solid 1px #555555;
	padding:5px;
}

.table tr:nth-child(1) &gt; td{
	background:linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	color:#ffffff;
	font:bold 14px Verdana;
	padding:5px;
}
.tableColor{
	border:solid 1px #444444;
	border-collapse:collapse;
	color:#000000;
	font:bold 14px Arial;
	width:100%;
}

.tableColor tr:nth-child(odd) &gt; td:nth-child(odd){
	background:#6d6d6d;
	border-bottom:solid 1px #555555;
	padding:5px;
}

.tableColor tr:nth-child(odd) &gt; td:nth-child(even){
	background:#919191;
	border-bottom:solid 1px #555555;
	padding:5px;
}

.tableColor tr:nth-child(even) &gt; td:nth-child(odd){
	background:#d4d4d4;
	border-bottom:solid 1px #555555;
	padding:5px;
}

.tableColor tr:nth-child(even) &gt; td:nth-child(even){
	background:#ffffff;
	border-bottom:solid 1px #555555;
	padding:5px;
}

.tableColor tr:nth-child(1) &gt; td:nth-child(odd){
	background:#1f2b5d;
	color:#ffffff;
	padding:5px;
}

.tableColor tr:nth-child(1) &gt; td:nth-child(even){
	background:#0064A3;
	color:#ffffff;
	padding:5px;
}

.topper td{
	background:linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	color:#ffffff;
	font:14px Verdana;
	line-height:1.4;
	padding:0px 0px 3px 10px;
}

.topper a:link, .topper a:visited, .topper a:active{
	color:#ffffff;
	font:14px Verdana;
	text-decoration:none;
	line-height:1.4;
}

.topper a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.textBlack{
	color:#000000;
	font:16px Arial;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.25;
}

.textBlack a:link, 
.textBlack a:visited, 
.textBlack a:active{
	color:#000000;
	font:16px Arial;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.25;
	transition:all 0.25s ease-out;
}

.textBlack a:hover{
	color:#777777;
}

.textGraySmall{
	color:#555555;
	font:12px Verdana;
	font-size:1.2rem;
}

.textGraySmall a:link, 
.textGraySmall a:visited, 
.textGraySmall a:active{
	color:#555555;
	font:12px Verdana;
	font-size:1.2rem;
	transition:all 0.25s ease-out;
}

.textGraySmall a:hover{
	color:#444444;
	text-decoration:underline;
}

.textRedSmall{
	color:#d00000;
	font:12px Arial;
	font-size:1.2rem;
	line-height:1.4;
}

.textRedSmall a:link, 
.textRedSmall a:visited, 
.textRedSmall a:active{
	color:#d00000;
	font:12px Arial;
	font-size:1.2rem;
	line-height:1.4;
	transition:all 0.25s ease-out;
}

.textRedSmall a:hover{
	color:#444444;
	text-decoration:underline;
}

.textWhite{
	color:#ffffff;
	font:bold 14px Arial;
	font-size:1.4rem;
	text-decoration:none;
	text-shadow:0 1px 3px rgba(0,0,0,0.2);
}

.textWhite a:link, 
.textWhite a:visited, 
.textWhite a:active{
	color:#ffffff;
	font:bold 14px Arial;
	font-size:1.4rem;
	text-decoration:none;
	text-shadow:0 1px 3px rgba(0,0,0,0.2);
	transition:all 0.2s;
}

.textWhite a:hover{
	color:#54d920;
}

.textWhiteSmall{
	color:#ffffff;
	font:12px Verdana;
	font-size:1.2rem;
}

.textWhiteSmall a:link, 
.textWhiteSmall a:visited, 
.textWhiteSmall a:active{
	color:#ffffff;
	font:12px Verdana;
	font-size:1.2rem;
	transition:all 0.2s;
}

.textWhiteSmall a:hover{
	color:#54d920;
}

#ttt{
	background:url('images/top.png') no-repeat;
	cursor:pointer;
	display:inline-block;
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:100;
	width:50px;
	height:50px;
}

/***************** Media Queries *******************/
@media screen and (min-width:800px){/* Normal 1024 */
	.block{
		display:none;
	}
	
	.blockSpan{
		display:inline-block;
	}
	
	.hidden{
		display:block;
	}
	
	.hiddenSpan{
		display:inline-block;
	}
	
	.hiddenTD{
		display:table-cell;
	}

	.div{
		margin:auto;
		text-align:left;
		vertical-align:top;
	}
	
	.div1{
		margin:auto;
		vertical-align:top;
		width:98%;
	}
	
	.div2{
		display:inline-block;
		margin:0px 20px;
		vertical-align:top;
		width:45%;
	}
	
	.div3{
		display:inline-block;
		vertical-align:top;
		width:30%;
	}
	
	.div4{
		display:inline-block;
		vertical-align:top;
		width:24%;
	}
	
	.div5{
		display:inline-block;
		vertical-align:top;
		width:19%;
	}
	
	.div30{
		display:inline-block;
		margin:0px 10px;
		vertical-align:top;
		width:25%;
	}
	
	.div40{
		display:inline-block;
		margin:0px 10px;
		vertical-align:top;
		width:37%;
	}
	
	.div60{
		display:inline-block;
		margin:0px 10px;
		vertical-align:top;
		width:55%;
	}
	
	.div70{
		display:inline-block;
		margin:0px 10px;
		vertical-align:top;
		width:65%;
	}
	
	.div80{
		display:inline-block;
		margin:0px 10px;
		vertical-align:top;
		width:75%;
	}

	main{
		display:block;
		margin:0 auto;
		/*padding:10px 10px 50px;*/
	}

	nav{
		margin-bottom:0;
	}
	
	#nav-button{
		display:none;
	}
}

@media screen and (max-width:799px){/* Small */
	html{
		font-size:82.5%;
	}
	
	h1, 
	h1 &gt; a:link, 
	h1 &gt; a:hover, 
	h1 &gt; a:visited, 
	h1 &gt; a:active{
		font:20px Arial !important;
		font-size:2rem !important;
		margin:0px !important;
	}
	
	h2, 
	h2 &gt; a:link, 
	h2 &gt; a:hover, 
	h2 &gt; a:visited, 
	h2 &gt; a:active{
		font:bold 20px Arial !important;
		font-size:2.0rem !important;
		margin:0px;
	}
	
	input[type=text], 
	input[type=password], 
	input[type=file], 
	input[type=tel], 
	input[type=email], 
	textarea, select{
		background:#ffffff;
		border:solid 1px #bbbbbb;
		font-size:17px;
		margin:auto;
	}
	
	.block{
		display:block;
	}
	
	.blockSpan{
		display:block;
	}
	
	.hidden{
		display:none;
	}
	
	.hiddenSpan{
		display:none;
	}
	
	.hiddenTD{
		display:none;
	}
	
	.div{
		display:block;
		margin:auto;
		padding:0px 5px;
		text-align:left;
		vertical-align:top;
	}
	
	.div1, .div2, .div3, .div4, .div5, .div30, .div40, .div60, .div70{
		margin:25px auto;
		vertical-align:top;
		width:98%;
	}

	.fixed{
		position:relative;
	}

	footer{
		display:block;
		margin:0 auto;
		position:relative;
		width:100%;
	}
	
	#header0{
		margin-top:0 !important;
	}
	
	#header2{
		padding-left:20px;
		text-align:left;
	}
	
	#header2 &gt; a:link, 
	#header2 &gt; a:visited, 
	#header2 &gt; a:hover, 
	#header2 &gt; a:active{
		font:bold 18px Arial !important;
	}

	main{
		display:block;
		padding:0px 0px 50px;
	}

	.main{
		color:#444444;
		font:12px Verdana;
		font-size:1.2rem;
		letter-spacing:0px;
		line-height:1.4;
	}
	
	/*------------------------------------------------------ START nav ---------------------------------------------*/
	nav{
		display:none;
		position:absolute;
		top:30px;
		left:0;
		width:100%;
		z-index:105;
	}
	/* nav main ul */
	nav &gt; ul, 
	nav &gt; ul.navNormal{
		background:#333333;
		margin:0px;
		padding:0px;
		width:100%;
	}
	/* nav all li */
	nav li{
		background:#333333;
		border-top:solid 1px #ffffff;
		color:#ffffff;
		display:block;
		list-style-type:none;
		margin:0px;
		padding:15px 20px !important;
		text-align:left;
		width:100%;
	}
	/* nav li hover */
	nav li:hover{
		animation:none;
		background:linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);
		color:#000000 !important;
		opacity:1;
	}
	/* nav links */
	nav a:link, 
	nav a:visited, 
	nav a:active{
		color:#ffffff !important;
		font:14px Arial !important;
		font-size:1.4rem !important;
		letter-spacing:0.1rem;
		padding:5px 20px;
		text-transform:capitalize;
		width:100%;
	}
	/* nav links hover */
	nav a:hover, 
	nav li:hover &gt; a:link,
	nav li:hover &gt; a:visited,
	nav li:hover &gt; a:active,
	nav &gt; ul &gt; li.active &gt; a:link, 
	nav &gt; ul &gt; li.active &gt; a:visited, 
	nav &gt; ul &gt; li.active &gt; a:active, 
	nav &gt; ul &gt; li.drop &gt; ul &gt; li:hover &gt; a:link
	nav &gt; ul &gt; li.drop &gt; ul &gt; li:hover &gt; a:visited
	nav &gt; ul &gt; li.drop &gt; ul &gt; li:hover &gt; a:active{
		color:#000000 !important;
	}
	/* nav li hover */
	nav &gt; ul &gt; li:hover, 
	nav &gt; ul &gt; li.drop &gt; ul &gt; li:hover{
		animation:none;
		background:linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);
		color:#000000 !important;
		opacity:1;
	}
	/* nav separator */
	nav &gt; ul &gt; li.separator{
		display:none;
	}
	/* nav flyout menus display */
	nav &gt; ul &gt; li.drop &gt; ul, 
	nav &gt; ul &gt; li.drop:hover &gt; ul, 
	nav &gt; ul &gt; li.drop &gt; ul &gt; li.drop &gt; ul,
	nav &gt; ul &gt; li.drop &gt; ul &gt; li.drop:hover &gt; ul{
		display:none;
	}
	/* nav flyout menus animation */
	nav &gt; ul &gt; li.drop &gt; ul.slideInNav, 
	nav &gt; ul &gt; li.drop &gt; ul &gt; li.drop &gt; ul.slideInNav{
		animation:slideInRight 0.5s;
		background:#000000;
		display:block;
		position:absolute;
		top:0;
		left:0;
		z-index:105;
		text-align:left;
		width:100%;
		height:100%;
	}
	/* back arrows */
	nav .navBack{
		font:bold 28px Arial;
		position:relative;
		top:-3px;
	}
	#nav-button{
		border:solid 1px #555555;
		display:block;
		font:bold 14px Arial;
		font-size:1.4rem;
		position:absolute;
		top:45px;
		right:15px;
		z-index:1000000;
		text-align:center;
	}
	/*------------------------------------------------------ END nav ---------------------------------------------*/

	.row{
		clear:both;
		margin:0;
		padding:0;
	}
	
	section{
		clear:both;
		margin:0;
	}

	.textWhite{
		color:#ffffff;
		font:bold 12px Arial;
		font-size:1.2rem;
		text-decoration:none;
		text-shadow:none;
	}
	
	.textWhite a:link, 
	.textWhite a:visited, 
	.textWhite a:active{
		color:#ffffff;
		font:bold 12px Arial;
		font-size:1.2rem;
		text-decoration:none;
		text-shadow:none;
	}
	
	.textWhite a:hover{
		color:#54d920;
	}
}

@media screen and (min-width:1200px) and (max-width:1299px){/* LARGE */
	#header1{
		width:30%;
	}

	#header2{
		width:67%;
	}
	
	.header2, 
	.header2 a:link, 
	.header2 a:visited, 
	.header2 a:hover, 
	.header2 a:active{
		font:22px Arial;
		font-size:2.2rem;
		line-height:1.4;
	}

	.row{
		margin:auto;
		width:90%;
	}
	
	.div1{
		width:100%;
	}

	nav{
		margin-bottom:0;/*???????????*/
	}

	nav &gt; ul &gt; li &gt; a:link, 
	nav &gt; ul &gt; li &gt; a:visited, 
	nav &gt; ul &gt; li &gt; a:active{
		font:18px Arial;
		font-size:1.8rem;
		line-height:1.4;
	}
}

@media screen and (min-width:1300px){/* SUPER LARGE */
	.header2, 
	.header2 a:link, 
	.header2 a:visited, 
	.header2 a:hover, 
	.header2 a:active{
		font:18px Arial;
		font-size:1.8rem;
		line-height:1.4;
	}

	.row{
		margin:auto;
	}
	
	.div1{
		width:90%;
	}

	nav{
		margin-bottom:0;/*???????????*/
	}

	nav &gt; ul &gt; li &gt; a:link, 
	nav &gt; ul &gt; li &gt; a:visited, 
	nav &gt; ul &gt; li &gt; a:active{
		font:20px Arial;
		font-size:2.0rem;
		line-height:1.4;
	}
}</pre></body></html>