﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	color: #333333;
	-webkit-margin-after: 0;
}

li {
	margin-top: 0.5em;
}

a {
	color: black;
}

a:hover {
	color: #0168b3;
}

body {
	min-width: 310px;
	margin: 0;
	color: white;
	border-top: 3px solid #0082c8;
	background: #333333 url("../images/logo_background.png") no-repeat top right;
	background-size: 30%;
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	padding-top: 16px;
	padding-bottom: 20px;
}

/*large screens*/
@media (min-width: 768px) {
	body {
		padding-top: 55px;
		padding-bottom: 30px;
	}
}


.page-content {
	color: black;
	margin-left: 6px;
	margin-right: 6px;
	padding: 6px;
}

	.rounded-border {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.header {
		margin-bottom: 12px;
		padding: 35px 20px;
		height: 150px;
		background: white;
	}

	.product {
		height: 100%;
	}

		.product-brand {
			float: none;
			background: transparent url("../images/logo.png") no-repeat top left;
			background-size: contain;
			width: 100%;
			height: 100%;
			max-width: 221px;
			max-height: 51px;
			color: transparent;
		}

		.product-name {
			float: left;
			font-size: 18px;
			font-family: "Tubular", Helvetica, Arial, sans-serif;
			margin-top: 14px;
		}

	.main {
		background-color: white;
		padding: 6px 20px 20px 20px;

	}

		.button {
			display: block;
			color: white;
			background-color: #0168b3;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
			font-weight: 700;
			padding: 10px 20px;
			text-align: center;
			text-decoration: none;
			margin-top: 30px;
		}

		.button:hover {
			color: #eeeeee;
			background-color: #015b9c;
		}

		.button-alternate-links {
			font-size: 12px;
			margin-top: 6px;
		}

		.button-alternate-links a {
			display: inline-block;
			width: 49%;
			text-align: center;
		}

		.button, .button-alternate-links {
			width: 40%;
			max-width: 360px;
			min-width: 240px;
			margin-left: auto;
			margin-right: auto;
		}

/*small screens*/
@media (min-width: 500px) {
	.header {
		padding: 40px 20px;
	}

		.product-brand {
			float: left;
			margin-right: 14px;
		}

		.product-name {
			margin-top: 34px;
		}
}

/*medium screens*/
@media (min-width: 768px) {
	.page-content {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		margin-bottom: 30px;
		-moz-box-shadow: 0 0 15px rgba(0,0,0, .35);
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .35);
		box-shadow: 0 0 15px rgba(0, 0, 0, .35);
		background: #333333;
		padding: 12px;
		margin-left: auto;
		margin-right: auto;
		width: 750px;
	}

		.header {
			padding: 40px 30px;
		}

			.enterprise .header {
				background: white url("../images/header_image_command_enterprise.png") no-repeat right;
				background-origin: content-box;
			}

			.other .header {
				background: white url("../images/header_image_command_professional.png") no-repeat right;
				background-origin: content-box;
			}

			.product-brand {
				width: 30%;
			}

			.product-name {
				margin-top: 30px;
			}

		.main {
			padding: 16px 30px 30px 30px;
		}
}

/*large screens*/
@media (min-width: 992px) {
	.page-content {
		width: 970px;
	}

		.header {
			padding: 40px;
		}
		
			.professional .header {
				background: white url("../images/header_image_command_professional.png") no-repeat right;
				background-origin: content-box;
			}

			.product-name {
				margin-top: 34px;
			}

		.main {
			padding: 26px 40px 40px 40px;
		}

			.button {
				padding: 10px 50px;
			}
}

@media (min-width: 1200px) {
	.page-content {
		width: 1170px;
	}
}

.footer {
	color: white;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	margin: 30px 18px 0 18px;
	display: flex;
	justify-content: center;
}

	.footer a {
		color: #70a2f4;
		text-decoration: underline;
	}

	.footer a:hover {
		color: #b6cdf4;
	}

	.footer .content {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
	}

	.footer .company-logo {
		margin-right: 20px;
		width: 100px;
		height: 100px;
		background: url('../images/logo_footer.png') no-repeat center center;
		background-size: contain;
	}

	.footer .copyright {
		margin: 0;
		line-height: 1.3em;
	}

/*large screens*/
@media (min-width: 768px) {
	.footer {
		margin-left: 0px;
		margin-right: 0px;
	}
}


.separator {
	display: block;
	height: 33px;
	margin: 40px auto -17px auto;
	background: transparent url("../images/separator.gif") no-repeat top left;
	background-size: 100% 100%;
}

/*large screens*/
@media (min-width: 768px) {
	.separator {
		margin-bottom: -7px;
	}
}

