@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	webkit-text-size-adjust: none;
	font-family: 'Titillium Web', sans-serif;
}

img {
	border: none;
}

body {
	
	background-color: rgba(0,0,0,0.05);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-size: 12px;
}

.contactform {
	font-size: 14px;
	width: 100%;
	
	border-radius: 4px;
	border-spacing: 0px;
}

.contactform tr:first-child td:first-child {
	border-radius: 4px 4px 0px 0px;
}

/* .contactform tr:last-child td {
	border-radius: 0px 0px 4px 4px;
} */

.contactform td {
	padding: 8px;
}

.contactform .container {
	position: relative;
}

.contactform tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
}

.contactform tr:last-child td {
	text-align: center;
}

.contactform tr:not(:last-child) td:first-child {
	width: 100px;
	font-size: 12px;
	text-align: right;
}

.contactform input, .contactform textarea {
	padding: 4px;
}

.contactform textarea {
	resize: none;
	height: 64px;
}

.contactform .fullwidth {
	width: 90%;
	width: calc(100% - 12px);
	padding: 6px;
	margin: 0px;
	border: none;
	border-radius: 6px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

.contactform label.error {
	color: white;
	padding: 2px 4px;
	font-size: 12px;
	display: block;
	background-color: #f93945;
	font-weight: 600 !important;
	position: absolute;
	top: -13px;
	right: -8px;
	border-radius: 6px 0px 0px 0px;
}

/* CHANGE THIS TO MATCH CLIENT'S THEME COLORS */

.tabletop {
	font-size: 26px !important;
	font-weight: 300 !important;
	line-height: 52px !important;
	text-align: center !important;
	color: white;
	
	
	
background-color: #48a6c9; /* Old browsers */

	
/*background: -moz-linear-gradient(top,  #9773e6 0%, #734ec6 100%); /* FF3.6+ */

/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9773e6), color-stop(100%,#734ec6)); /* Chrome,Safari4+ */

/*background: -webkit-linear-gradient(top,  #9773e6 0%,#734ec6 100%); /* Chrome10+,Safari5.1+ */

/*background: -o-linear-gradient(top,  #9773e6 0%,#734ec6 100%); /* Opera 11.10+ */

/*background: -ms-linear-gradient(top,  #9773e6 0%,#734ec6 100%); /* IE10+ */

/*background: linear-gradient(to bottom,  #9773e6 0%,#734ec6 100%); /* W3C */

	
	
	
	
	
	
	
}

#cluelogo {
	text-align: center;
	height: 21px;
}