
/*
a.inline:link{
	color: #000000;
	text-decoration: none;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
}

a.inline:hover{
	color: #000000;
	text-decoration: underline;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
}

a.inline:visited{
	color: #000000;
	text-decoration: none;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
}





a.citation:link
		{color: #012267;
		text-decoration: none;
		font-family: Calibri;
		font-size: 16px;
		font-weight: bold;
		}
a.citation:visited
		{color: #000000;
		text-decoration: none;
		font-family: Calibri;
		font-size: 16px;;
		font-weight: bold;
		}
a.citation:hover {color: #012267;
		text-decoration: underline;
		font-family: Calibri;
		font-size: 16px;
		font-weight: bold;
		}
a.citation:active {color: #000000;
		text-decoration: underline;
		font-family: Calibri;
		font-size: 16px;
		font-weight: bold;
		}

*/



a.global:link
		{color: #333333;
		text-decoration: none;
		font-family: Calibri;
		font-size: 18px;
		}
a.global:visited
		{color: #777777;
		text-decoration: none;
		font-family: Calibri;
		font-size: 18px;
		font-weight: none;
		}
a.global:hover {color: #777777;
		text-decoration: none;
		font-family: Calibri;
		font-size: 18px;
		font-weight: bold;
		}
a.global:active {color: #000000;
		text-decoration: none;
		font-family: Calibri;
		font-size: 18px;
		font-weight: bold;
		}


.login{
	font-family: Calibri;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	max-height: 100%;
	max-width: 400px;
	text-align: center;
}

.header{
	font-size: 24px;
	font-family: Calibri;
	font-weight: none;
	color: #000000;
	max-width: 100%;
	text-align: left;
}


.text{
	font-size: 16px;
	font-family: Calibri;
	font-weight: none;
	color: #000000;
	max-width: 100%;
	text-align: left;
}


.text-justify{
	font-size: 16px;
	font-family: Calibri;
	font-weight: none;
	color: #000000;
	max-width: 100%;
	text-align: justify;
}


.paragraph{
	font-size: 20px;
	font-family: Calibri;
	color: #000000;
	font-weight: bold;
	max-width: 100%;
	text-align: left;
}



.citation{
	font-size: 16px;
	font-family: Calibri;
	color: #000000;
	font-weight: bold;
}



.description{
	font-size: 16px;
	font-family: Calibri;
	color: #000000;
}



.image{
	align: top;
	margin: 0px 20px;;
	max-height: 400px;
	max-width: 100%;
	height: auto;
	width: auto;
}


.image_research{
	align: top;
	margin: 0px 20px;
	max-width: 400px;
	height: auto;
}

.image_prj{
	align: top;
	margin: 0px 20px;
	max-height: 150px;
	height: auto;
	width: auto;
}

.image_hotel{
	align: top;
	margin: 0px 20px;
	max-height: 150px;
	width: auto;
	height: auto;
}

.image_us{
	align: top;
	margin: 0px 20px;
	max-height: 350px;
	width: auto;
	height: auto;
}

.image_home{
	align: top;
	margin: 0px 20px;
	max-height: 500px;
	width: auto;
	height: auto;
}

.award{
	font-size: 12pt;
	font-family: Calibri;
	color: #FF0000;
	font-weight: bold;
}



.announcement{
	font-size: 14pt;
	font-family: Calibri;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}



ul-list{
	list-style-type: none;
	padding-left: 0px;
	font-size: 16px;
	font-weight: none;
}


ul-list li span{
	float: left;
	width: 70px;
	font-weight: bold;
}


ul {
    display: block;
    list-style-type: disc;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}




div{
	max-width: 850px;
	margin: auto;
}


#wrapper {
	width: 1000px;
	margin: auto;
	float: left;
}


.videoBox {
	max-width: 560;
	margin: auto;
}


.videoWrapper {
	position: relative;
	padding-top: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 560px;
	margin: auto;
}


.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


.container{
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    padding: 33px 30px;
}

.wrap-content {
  width: 850px;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #36304a;
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: left;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: right;
}


.table-head th{
  font-family: Calibri;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-family: Calibri;
  font-size: 18px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
	width: 100px;
	padding-left: 40px;
	text-align: left;
}

.column2 {
	width: 100px;
	text-align: left;
}

.column3 {
	width: 90px;
	text-align: right;
}

.column4 {
	width: 90px;
	text-align: right;
}

.column5 {
  width: 90px;
  text-align: right;
}

.column6 {
  width: 90px;
  text-align: right;
}

.column7 {
  width: 90px;
  text-align: right;
  padding-right: 40px;
}

.column1roi {
	width: 100px;
	padding-left: 40px;
	text-align: left;
}

.column2roi {
	width: 100px;
	text-align: center;
}

.column3roi {
	width: 100px;
	text-align: center;
}

.column4roi {
	width: 100px;
	text-align: center;
}

.column5roi {
	width: 100px;
	text-align: center;
}

.column6roi {
	width: 100px;
	text-align: center;
}

.column7roi {
	width: 100px;
	text-align: center;
	padding-right: 40px
}


.column1order {
	padding-left: 40px;
	width: 200px;
	text-align: center;
}

.column2order {
	width: 100px;
	text-align: right;
}

.column3order {
	width: 100px;
	text-align: right;
}

.column4order {
	width: 100px;
	text-align: right;
}

.column5order {
	width: 100px;
	text-align: right;
	padding-right: 40px
}



.column1directions {
	padding-left: 40px;
	width: 100px;
	text-align: left;
}

.column2directions {
	width: 100px;
	text-align: left;
}

.column3directions {
	width: 100px;
	text-align: left;
}

.column4directions {
	padding-right: 40px;
	width: 400px;
	text-align: left;
}




label {
    display: block;
	color: #777777;
}

input,
label {
    margin: .4rem 0;
}

