body {
	font-family: 'Ubuntu','Trebuchet MS',sans-serif;
	font-size: 1.13em;
	background-color: #333333;
	color: #333333;
	margin: 0px;
	width: 100%;
}
section {
	display: flow-root;
	padding: 40px;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0pt;
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 0px 4px;
	border: 0px solid;
}
h1 {
	margin-bottom: 24px;
}
article h1, aside h1, nav h1, section h1 {
	font-size: 1.5em;
}
thead {
	background-color: #ff6600;
	color: #ffffff;
}
thead > tr {
	background-color: #ff6600;
}
thead > tr > th {
	padding: 0px;
	padding-bottom: 3px;
}
thead > tr > th a {
	background-color: #ff6600;
	color: #ffffff;
	text-decoration: none;
}
tbody > tr:nth-child(odd) {
	background-color: #ffeedd;
}
tbody > tr:hover {
	background-color: #ffccaa;
}
tbody > tr > td {
	padding: 4px 32px;
}
tbody > tr > td:nth-child(1) {
	text-align: right;
}
.hidden {
	display: none;
}
.color-accent {
	color: #ff6600;
}
.color-darkgray {
	color: #333333;
}
.color-white {
	color: #ffffff;
}
.bold {
	font-weight: bold;
	letter-spacing: -0.02em;
}
.center {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	text-align: center;
}
.strong {
	font-weight: bold;
	letter-spacing: -0.02em;
	font-size: 120%;
}
div.border {
	overflow: hidden;
	border: solid 8px #ff6600;
	border-radius: 24px 24px 8px 8px;
}
.button, button {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #ff6600;
	border: 4px solid #ff6600;
	border-radius: 18px;
	padding: 2px 16px;
}
.button,
.button:link,
.button:visited,
.button:hover,
.button:active {
	text-decoration: none;
}
.button:hover {
       background-color: #ee5500;
       color: white !important;
}
.button:active {
       background-color: #333333;
       color: #ff6600 !important;
}
header {
	border-bottom: 10px solid #ff6600;
}
header #logo {
	display: inline-block;
	text-decoration: none;
	font-size: 54pt;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin: 20px;
	margin-right: 0px;
	padding: 8px;
}
header #nav-block {
	float: right;
	width: max-content;
}
header #nav-block a:link, 
header #nav-block a:visited {
	color: white;
}
header #nav-block a:hover, 
header #nav-block a:active {
	color: #ff6600;
}
header div#header-usernav {
	padding: 24px 12px;
	text-align: right
}
header #domains-login {
	display: inline-block;
	padding: 8px 30px;
}
header ul#header-menubar {
	font-weight: bold;
	letter-spacing: -0.02em;
	font-size: 1.25em;
	list-style-type: none;
	margin: auto;
	padding: 12px 4px 4px 0px;
}
header ul#header-menubar > li {
	display: inline;
	margin: 0px 12px;
	padding: 0px 10px;
}
footer  {
	height: 72px;
	padding: 24px;
	border-top: 8px solid #ff6600;
	color: #ffffff;
}
main {
	background-color: #ffffff;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.page {
	margin-left: auto;
	margin-right: auto;
	min-width: 450px;
	max-width: 1100px;
}
aside.sidebar {
	float: right;
	border: 6px solid #ff6600;
	border-radius: 35px;
	width: 275px;
	padding: 3px;
	margin: 16px;
	margin-left: 48px;
	margin-right: 10%;
	font-size: small;
}
div.product {
	display: inline-grid;
	margin: 24px;
	width: 230px;
}
div.product img {
	width: 180px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
img#workinprogress-icon {
	padding-bottom: 4%;
	padding-right: 12%;
}
section.featured {
	background-color: #ffffff;
	display: block;
}
.featured-group {
	display: flex;
}
.featured-item {
	background-color: #ffffff;
	border: solid 8px #ff6600;
	border-radius: 18px;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 20px;
	width: 30%;
}
.featured-item div {
	display: flex;
	align-items: center;
}
.featured-item svg {
	width: 106px;
	margin: 8px;
}
.featured-item h2 {
	text-align: center;
	margin: 16px auto;
}
.featured-item h3 {
	clear: both;
	margin: 0px;
	padding: 24px 0px;
	background-color: #ff6600;
	color: #ffffff;
	text-align: center;
}
.featured-item ul {
	padding-left: 48px;
}
.submenu {
	display: flex;
	margin: auto;
}
.menu-icon {
	border: solid 8px #ff6600;
	border-radius: 18px;
	margin: 0px auto;
	margin-bottom: 24px;
	text-decoration: none;
}
.menu-icon > svg {
	width: 136px;
	margin: 4px;
	min-height: calc(100% - 38px);
}
.menu-icon > .label {
	background-color: #ff6600;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -0.02em;
	text-align: center;
	padding-top: 5px;
}
section.definition:nth-child(odd) {
	background-color: #eeeeee;
}
svg.icon {
	width: 300px;
	float: left;
	margin: 64px 8px 64px 0px;
}
.service-info, .solution-info, .info{
	display: table;
}
.title {
	max-height: 999999px;
	margin: 24px 0px;
	padding: 2.5px 32px;
	border-radius: 18px;
	background-color: #ff6600;
	color: #ffffff;
}
.description {
	max-height: 999999px;
	margin: 24px 32px;
	margin-left: 56px;
	line-height: 125%;
}
.highlights {
	max-height: 999999px;
	padding-left: 128px;
	line-height: 16pt;
	font-weight: bold;
	letter-spacing: -0.02em;
}
.highlights li {
	max-height: 999999px;
	margin: 6pt 0px;
}
.sunset {
	clear: both;
	display: flow-root;
	background-image: url('sunset-1.jpg');
	background-size: cover;
	background-position-y: center;
	padding: 40px;
	padding-bottom: 56px;
}
.prominent {
	color: #ffffff;
	text-shadow: 2px 2px #333333;
}
.contact-info {
	display: table;
	background-color: #ff6600;
	color: #ffffff;
	border-radius: 18px;
	margin-left: 25%;
	margin-right: auto;
	padding: 16px;
	width: max-content;
}
.contact-info > ul {
	margin: 8px;
	line-height: 17pt;
}
section.page-menu {
	background-color: #ff6600;
	padding: 24px;
}
section.protect-data {
	background-color: #333333;
	color: #ffffff;
}
section.protect-data p {
	margin: 32px 64px;
	font-size: 17pt;
	line-height: 18pt;
}
section.protect-data h2 {
	margin: 24px auto;
}
section.vendor {
	background-color: #ffffff;
}
section.vendor .vendor-icons {
	text-align: center;
}
section.vendor .vendor-icons img {
	margin: 18px;
	object-fit: contain;
	height: 42px;
	width: auto;
}

/* Chrome 29+ */
/* @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) { */
@supports (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
	  h1, h2, h3, h4, h5, h6 {letter-spacing: 0.25pt;}
	  .bold, .strong, .highlights, header #logo, header ul#header-menubar, .menu-icon > .label {letter-spacing: 0em;}
  }
