/* ELLIPTIX STYLESHEET */
@charset "UTF-8";
html, body {
	width:100%;
	min-height:80%;
	margin:0;
	padding:0;
	font-family:'Share Tech',Verdana;
	display:flex;
	justify-content:center;
}
header {
	width:950px;
	max-height:200px;
	display:flex;
	flex:1 1 auto;
	flex-direction:column;
	margin:0px;
	padding:0px;
}
header ul {
	list-style-type:none;
}
header a {
	color:white;
}
footer {
	width:950px;
	max-height:200px;
	display:flex;
	flex:1 1 auto;
	justify-content:space-between;
	align-items:top;
	font-size:0.9em;
	color:white;
}
footer ul {
	list-style-type:none;
	font-size:1em;
}
footer a {
	color:white;
}
footer a:hover {
	color:white;
	text-decoration:underline;
	bottom:0;
}
section {
	margin:0;
	padding:0;
}
div {
	margin:0;
	padding:0;
}
nav.nav-left  {
	padding:5px;
	background-color:#F8F8F8;
	opacity:0.9;
}
ul {
	list-style-type:square;
	margin:0px;
}
li.title {
	font-weight:bold;
	border-bottom:1px solid gray;
	padding-top:5px;
}
li.nav-top {
	display: inline;
	border-right:1px solid blue;
	padding-right:5px;
}
table {
	margin:0px;
	padding:0px;
}
th, td {
	margin:0px;
	padding:0px;
}
td.data-table {
	font-size:1em;
}
input, select {
	font-family:'Share Tech', Verdana;
	font-size:1em;
}
textarea {
	font-family:'Share Tech', Verdana;
	font-size:0.9em;
}
#outer-section {
	display:flex;
	flex-direction:column;
	width:100%;
	min-height:100%;
	position:absolute;
}
.vertical {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-start;
	width:100%;
	height:100%;
	padding:5px;
}
h1, .title1 {
	font-weight:bold;
	font-size:1.4em;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
}
h2, .title2 {
	font-weight:bold;
	font-size:1.2em;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
}
h3, .title3 {
	font-weight:bold;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
}
p {
	padding:0;
	font-size:1.2em;
	margin-top:5px;
	margin-bottom:5px;
}
.font-300 {
	font-size:3em;
}
.font-200 {
	font-size:2em;
}
.font-150 {
	font-size:1.5em;
}
.font-120 {
	font-size:1.2em;
}
.font-100 {
	font-size:1em;
}
.font-90 {
	font-size:0.9em;
}
.font-80 {
	font-size:0.8em;
}
.font-50 {
	font-size:0.5em;
}
.font-white {
	color:white;
}
.font-gray{
	color:gray;
}
.motto {
	font-family:'Red rose', cursive;
	font-size:2em;
	font-style:italic;
	margin:20px;
}
.body-section {
	flex:1 1 auto;
	display:flex;
	flex-direction:column;
	justify-content:start;
	align-items:center;
	height:100%;
	padding:5px;
	position:relative;
}
.business {
	width:950px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.half-section-text {
	width:475px;
}
.half-section-image {
	width:475px;display:flex;align-items:center;justify-content:center;
}
.half-section-image-size {
	width:400px;
}
.elliptix-logo {
	height:100px;
}
.elliptix-logo-small {
	height:30px;
	vertical-align:middle;
}
.on-center {
	display:flex;
	justify-content:center;
	text-align:center;
}
.on-left {
	text-align:left;
}
.on-right {
	text-align:right;
}
.on-top {
	vertical-align:top;
}
.v-center {
	vertical-align:center;
	justify-content:center;
}
.on-bottom {
	vertical-align:bottom;
}
.bordered {
	 border-style:solid;
	 border-width:1px;
}
.underlined {
	border-bottom:1px solid white;
	margin-bottom:0px;
}
.flex-row-wrap {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:stretch;
}
.offer-widget {
	position:relative;
	border:1px solid black;
	border-radius:5px;
	width: 950px;
	margin:5px;
	padding:5px;
	/* offset-x | offset-y | blur-radius | spread-radius | color */
	box-shadow: 3px 3px 0.2em 1px black;
}
.action {
	border-radius: 5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	box-shadow: 1px 1px 0.2em 1px black;
	text-decoration:none;
}
.language {
	height:15px;
	border:1px solid rgba(0,0,0,0);
}
.language-section {
	text-align:right;
}
.glow {
	border:1px solid white;
}
.portrait {
	height:50px;
	border-radius:10px;
}
.ariane-home {
	height:14px;
}
.pem-data {
	font-family:Courier;
	font-size:0.9em;
}
.flag {
	height:12px;
}
.user-section-filler {
	height:5px;
}
.widget-zone {
	width:100%;
	padding:0px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:left;
}
.widget {
	margin:5px 5px 5px 0px;
	padding:5px 5px 20px 5px;
	display:flex;
	flex-direction:column;
	text-align:center;
	align-items:center;
	justify-content:space-between;
	background-color:white;
	border:1px solid lightgray;
	border-radius: 10px;
	box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.5);
	overflow:hidden;
	min-height:150px;
}
.widget:hover {
	scale:1.1;
}
.contract-image {
	width:200px;
	weight:1;
}
.rounded-rect {
	border-radius: 5px;
	border:1px solid black;
}
td.title {
	font-weight:bold;
}
.row-bottom {
	border-bottom:1px solid lightgray;
}
.margin-top-down-20 {
	margin-top:20px;
	margin-bottom:20px;
}
.invisible {
	visibility:hidden
}