body {
    margin:0px;
	font-family: Tahoma, Arial, Sans-serif;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.gradientDarkBlue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
	background: #606c88; /* Old browsers */
	background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.gradientBlack {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10111c+0,393449+100 */
	background: #10111c; /* Old browsers */
	background: -moz-linear-gradient(top,  #10111c 0%, #393449 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#10111c), color-stop(100%,#393449)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #10111c 0%,#393449 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #10111c 0%,#393449 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #10111c 0%,#393449 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #10111c 0%,#393449 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10111c', endColorstr='#393449',GradientType=0 ); /* IE6-9 */
}

.fixedWidth {
    position:absolute;
	left:50%;
	margin-left:-500px;
	width:1000px;
}

.cmsScreenBlocker {
    position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.5;
	z-index:1001;
}

.cmsDialogContainer {
    position:fixed;
	left:50%;
	top:50%;
	background-color:#fff;
	color:#000;
	border:3px solid black;
	box-shadow:0px 0px 30px #000;
	padding:10px;
	z-index:1002;
	overflow:visible;
	font-size:14px;
	font-weight:normal;
}

.cmsDialogCloseIcon {
    position:absolute;
	right:0px;
	top:0px;
	margin-top:-10px;
	margin-right:-10px;
	width:32px;
	height:32px;
	background-image:url(/images/dlgclose.png);
}

.cmsDialogContainer .buttonBar {
    position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
	padding-top:10px;
	border-top:1px solid #ccc;
	text-align:right;
}

.cmsDialogContainer .form2columns {
}

.cmsDialogContainer .form2columns label {
    clear:left;
	display:inline-block;
	width:100px;
	line-height:30px;
}

.cmsDialogContainer .form2columns input.text {
	border:0px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #ced6da;
	display:inline-block;
	width:150px;
	line-height:30px;
    clear:right;
}

a {
    cursor:pointer;
}

.cmsTableContainer th i.sortup {
}

.cmsTableContainer th i.sortdown {
}

/**** fixed header table ****/
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
    margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

.fht-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: hidden;
	position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
	overflow: hidden;
    height: 1px;
}
	
.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
    top: 0;
    left: 0;
    position: absolute;
}
	    
.fht-table-wrapper .fht-fixed-column {
    z-index: 1;
}

.cmsTableContainer td[field="@"] {
	width:16px;
}

.cmsTableContainer th[field="@"] {
	width:16px;
}
div.vlineSep {
	height:79px;
	background-image:url(images/vlineSep.png);
	background-repeat:no-repeat;
	background-position:center center;
}

div.redSectionTitle {
	margin-left:400px;
	margin-right:400px;
	background-color:#ef333e;
	color:#fff;
	font-size:20px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	margin-top:15px;
}

button.greenBorderButton, button.redBorderButton, button.blueBorderButton {
	width:200px;
	height:40px;
	line-height:40px;
	font-size:20px;
	text-align:center;
	display:inliune-block;
	cursor:pointer;
	margin:6px;
	background-color:#fff;
}

button.greenBorderButton {
	color:#4aba65;
	border:1px solid #4aba65;
}

button.redBorderButton {
	color:#ef333e;
	border:1px solid #ef333e;
}

button.blueBorderButton {
	color:#1ab4ea;
	border:1px solid #1ab4ea;
}body {
	margin:0;
	background-color:#999;
}

#navbar {
	position:absolute;
	left:20px;
	top:20px;
	right:20px;
	height:52px;
	background-color:#fff;
	z-index:100;
}

#navbar img {
	position:absolute;
	left:10px;
	top:5px;
	width:283px;
	height:42px;
	cursor:pointer;
}

#navbar .regarea {
	position:absolute;
	right:10px;
	top:5px;
	bottom:5px;
}

#navbar .regarea button {
	border:0;
	color:#fff;
	font-size:18px;
	height:42px;
	line-height:42px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	cursor:pointer;
}

#navbar .regarea button.register {
	background-color:#ef333e;
}

#navbar .regarea button.login {
	background-color:#4aba65;
}

#navbar .sections {
	position:absolute;
	top:5px;
	bottom:5px;
	left:300px;
	right:200px;
	text-align:center;
}

#navbar .sections span {
	color:#878a8b;
	font-size:18px;
	height:42px;
	line-height:42px;
	margin-right:20px;
	cursor:pointer;
}

#navbar .sections span.selected {
	color:#000000;
	text-decoration:underline;
}

#mainContainer {
	width:1200px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-600px;
	background-color:#fff;
	padding-left:20px;
	padding-right:20px;
}
.back1 {
	height:600px;
	position:relative;
	background-image:url(images/homeBack1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}

.back1 .message {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-200px;
	width:400px;
	text-align:center;
	font-size:22px;
}

.back1 .message img {
	height:50px;
}

.back1 .message .red {
	color:#f00;
}

.threeSearches {
	margin-top:140px;
}

.threeSearches div {
	width:33%;
	display:inline-block;
	text-align:center;
	padding:10px;
}

.threeSearches div img {
	margin-left:10px;
	margin-right:10px;
	width:100%;
}

.threeSearches div span {
	display:block;
	height:40px;
	line-height:40px;
	color:white;
	font-size:20px;
}

.threeSearches div span[col="green"] { background-color:#4aba65; }
.threeSearches div span[col="red"]   { background-color:#ef333e; }
.threeSearches div span[col="blue"]  { background-color:#1ab4ea; }

.fourSteps {
	height:417px;
	margin-left:-20px;
	margin-right:-20px;
	background-image:url(images/homeFourBack.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	width:1200px;
	overflow:hidden;
}

.fourSteps .title {
	position:absolute;
	left:0;
	right:0;
	top:30px;
	text-align:center;
	font-size:38px;
	color:#12b1e7;
}

.fourSteps div {
	display:inline-block;
	width:297px;
	margin-top:80px;
	text-align:center;
}

.fourSteps div img {
	height:200px;
	width:auto;
}

.fourSteps div span {
	background-color:#fff;
	font-size:18px;
	text-align:center;
	display:block;
	margin-top:20px;
	width:300px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
}

.whois {
	background-image:url(images/homeBack2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:-20px;
	margin-right:-20px;
	height:496px;
	position:relative;
	margin-top:20px;
	margin-bottom:15px;
}

.whois div {
	position:absolute;
	left:15px;
	top:30px;
	width:400px;
	height:400px;
	background-color:#fff;
}

.whois span.title {
	font-size:32px;
	display:block;
	padding:10px;
}

.whois span.text {
	display:block;
	font-size:14px;
	margin-left:50px;
	margin-right:15px;
	border-left:2px solid black;
	padding-left:10px;
}

.fourWhy {
	margin-top:40px;
	margin-bottom:60px;
}

.fourWhy div {
	text-align:center;
	display:inline-block;
	width:287px;
}

.fourWhy div img {
	height:60px;
	width:60px;
}

.fourWhy div span.title {
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

.fourWhy div span.text {
	font-size:14px;
}

#COVID {
	position:absolute;
	left:50%;
	top:100px;
	margin-left:-350px;
	width:700px;
	background-color:#fff;
	border:1px solid #444;
	box-shadow:10px 10px 30px #000;
	padding:20px;
}

#COVID .closeBtn {
	position:absolute;
	top:25px;
	right:20px;
	width:30px;
	height:30px;
	font-family:Tahoma, Sans-Serif;
	font-size:24px;
	font-weight:bold;
	cursor:pointer;
	line-height:30px;
	text-align:center;
	color:#555;
}

#COVID .title {
	font-size:32px;
	color:#f00;
	text-align:center;
	margin-bottom:16px;
	font-weight:bold;
}

#COVID .subtitle {
	font-size:26px;
	color:#f00;
	text-align:center;
	margin-bottom:8px;
}

#COVID .text {
	font-size:16px;
	margin-bottom:16px;
}

#COVID .pdf {
	width:660px;
	height:600px;
}
div.bottomBorder {
	background-image:url(images/footerBack.jpg);
	background-size:100% 100%;
	height:123px;
	position:relative;
	margin-left:-20px;
	margin-right:-20px;
	margin-top:20px;
}

div.bottomBorder img {
	cursor:pointer;
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	margin-left:-51px;
	width:102px;
}

div.bottomSpacing {
	background-color:#e9e9e9;
	margin-left:-20px;
	margin-right:-20px;
	height:100px;
}