body {
	background-color: #fff;
	color: #8a8a8a;
	font: 14px/normal 'Roboto', sans-serif;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
h3, h1, h4 {
	color: #494949;
	font-weight: 700;
	margin-top: 0;
}
h3 {
	font-size: 20px;
	line-height: 1.4;
}
a {
	color: #0084b9;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul .fa {
	font-size: 16px;
}
.landing-container {
	margin: 20px auto;
	width: 950px;
}
.landing-get-started > h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 10px;
	text-align: right;
}
a.landing-get-started-btn {
	border-radius: 4px;
	background-color: #e8262a;
	color: #fff;
	font-weight: 700;
	padding: 8px 30px;
}
.landing-overview h1 {
	font-size: 32px;
}
.landing-overview p {
	font-size: 20px;
}

.landing-benefits p {
	margin-bottom: 30px;
}
.landing-benefits ul {
	-ms-flex-align: flext-start;
	align-items: flext-start;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.landing-benefits li {
	color: #494949;
	padding-left: 57px;
	text-align: center;
}
.landing-benefits li:first-child {
	padding: 0;
}
.landing-benefits-img {
	background: no-repeat center center;
	height: 64px;
	margin: 0 auto 10px;
	width: 64px;
}
.landing-videos {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.landing-videos > div {
	width: 462px;
}
.landing-videos > div {
	border: 1px solid #ccc;
	margin-bottom: 40px;
}
.landing-videos > div {
	padding: 45px;
}
.landing-videos > div ul {
	margin-top: 20px;
}
.landing-videos > div li {
	padding-bottom: 20px;
}
.landing-video {
	display: block;
	position: relative;
}
.landing-video:after {
	background: transparent url("../home/landing/images/play_icon.png") no-repeat scroll center center;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
a.landing-video-button {
	background: #0084b9;
	color: #fff;
	display: block;
	padding: 9px 0;
	text-align: center;
}
.landing-video-container {
	border-radius: 4px;
	overflow: hidden;
}
/***** MODAL PROPERTIES *****/
.modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: none;
	outline: none;
}

.modal-content iframe {
	border: none;
	padding: 0;
	margin: 0;
}

.close {
	font-size: 40px;
	margin: -20px 0 0 0;
}

.soa-ui-cm-404-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34em;
}

.soa-ui-cm-404-content {
	font-weight: bold;
	text-align: center;
}

/***** MEDIA QUERIES *****/
@media only screen and (max-width: 641px) {
	/***** MODAL PROPERTIES *****/
	.modal-body {
		height: 100px;
		padding: 0;
		margin: 0;
	}
	.modal-content {
		padding: 0;
		margin: 0;
	}
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 15px;
	}
	.close {
		margin: -12px 0 0 0;
	}
}

@media only screen and (min-width: 768px) {
	/***** MODAL PROPERTIES *****/
	.close {
		font-size: 40px;
		margin: 30px -43px -20px 100px;
	}
}