* { box-sizing: border-box; }



table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

td
{
	border: 1px #CCC solid;
	padding: 5px;
	background: #FFF;
	background: rgba(255,255,255,0.5)
}

th 
{
	background:#CCC;
	border: 1px #999 solid;
	padding: 5px;
	text-align: left;
}

ul
{
	list-style: disc;
}

body, html
{
	margin: 0;
	padding: 0;
	background: #FFF;
}

*
{
	font-family: 'Roboto Condensed';
	font-weight: 300;
}

a 
{
	color: #159;
}

a:hover
{
	color: #048;	
}

.fullslide
{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.autoslide
{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nobr
{
	white-space: nowrap;
}

strong
{
	font-weight: 400;
}

.bold
{
	font-weight: 700;
}

.center-hv
{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.maxw
{
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

h1
{
	color: #000;
	font-size: 32px;
	font-weight: normal;
}

h2
{
	color: #333;
	font-size: 28px;
	font-weight: normal;
}

h3
{
	color: #444;
	font-size: 24px;
	font-weight: normal;
}

.sep
{
	background: #6540CC;
	border-radius: 4px;
	height: 8px;
	width: 60px;
	display: inline-block;
	margin: 20px 10px;
	
}

.duocolumn, .tricolumn, .quadcolumn
{
	display: table;
}

.duocolumn .column
{
	width: 48%;
	display: table-cell;
	padding: 20px;
}

.tricolumn .column
{
	width: 32%;
	display: table-cell;
	padding: 20px;
}

.quadcolumn .column
{
	width: 24%;
	display: table-cell;
	padding: 20px;
}

.centertext
{
	text-align: center;
}

p
{
	font-size: 16px;
	line-height: 22px;
}

.lightbg
{
	background-color: #F6F6F6;
}

.largetext
{
	font-size: 32px;
}

.button
{
	display: block;
	padding: 10px 20px;
	background: #159;
	border-radius: 16px;
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}

.button:hover
{
	background: #048;
	color: #CCC;
}

form.fullwidthinputs div
{
	width: 100%;
}

form.fullwidthinputs input[type=text]
{
	width: 100%;
}

form.fullwidthinputs textarea
{
	width: 100%;
}

@media (max-width: 900px) 
{
	.tricolumn .column
	{
		font-size: 80%;
	}
	
	.quadcolumn .column
	{
		font-size: 80%;
	}
	
	.duocolumn .column
	{
		font-size: 80%;
	}
	
	h1 { font-size: 30px; }
	h2 { font-size: 25px; }
	p { font-size: 14px; }
	
	.largetext { font-size: 28px; }
}

@media (max-width: 600px) 
{
	.tricolumn
	{
		display: block;
		text-align: center;
	}

	.tricolumn .column
	{
		width: 80%;
		display: block;
		padding: 20px;
		margin: 0 auto;
		font-size: 80%;
	}
	
	.quadcolumn
	{
		display: block;
		text-align: center;
	}

	.quadcolumn .column
	{
		width: 70%;
		display: block;
		padding: 20px;
		margin: 0 auto;
		font-size: 80%;
	}
	
	.duocolumn
	{
		display: block;
		text-align: center;
	}

	.duocolumn .column
	{
		width: 70%;
		display: block;
		padding: 20px;
		margin: 0 auto;
		font-size: 80%;
	}
	
	h1 { font-size: 28px; }
	h2 { font-size: 22px; }
	p { font-size: 13px; }
	
	.largetext { font-size: 24px; }
}

table.hollow, table.hollow td, table.hollow th
{
	border: 0;
	background: transparent;
}