/***************************************************************************/
/* Header navigation overrides */
.nav-container-about .nav-secondary-container {
	background: #303030;	
}

.nav-container-about .nav-top a.current:before {
	background-position: -38px -190px;
}

/***************************************************************************/
/* Job role boxes */
.about-job-boxes .box {
	background: white;
	position: relative;
	margin-top: 40px;
}

.about-job-boxes .box-title {
	background: #F6F6F6;
	color: #666666;
	font-size: 14px;
	padding: 8px 20px;
	font-weight: bold;
}

.about-job-boxes .box-empty {
	height: 167px;
}

.about-job-boxes .box-title .fa {
	color: #9f9f9f;
	margin-right: 4px;
}

.about-job-boxes .box-content {
	padding: 16px 20px;
}

/***************************************************************************/
/* Home header */
.homer-header-container {
	background: #F8EEC7 url('../images/about/home/background.jpg') no-repeat center center;
    -webkit-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-home-header {
	padding-top: 85px;
	padding-bottom: 30px;
}

.about-home-header .title-box {
	padding-bottom: 30px;
}

.about-home-header h1 {
	font-weight: 400;
	color: #404040;	
}

.about-home-header .title-lg {
	font-size: 34px;
}

.about-home-header .title-lg-subtitle {
		font-size: 19px;
}

.about-home-products  {
	padding: 0px 0 90px 0;
}

.about-home-products .product-box {
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 20px 24px 20px;
}

.about-home-products .product-box p {
	margin-top: 15px;
}

.about-home-products .product-box .btn {
	margin-right: 6px;
}

/***************************************************************************/
/* About introduction and blog news */
.about-intro .news-title {
	margin-top: 20px;
}

.about-intro .news-content {
	font-size: 13px;
	color: #888888;
}

.about-intro .news-box {
	background: #f6f6fa;
	padding: 25px;
}

.about-intro .news-box p:last-child {
	margin-bottom: 0;
}


/***************************************************************************/
/* Security fact list */
.about-security-facts .feature {
	margin-top: 35px;
}

.about-security-facts .feature:first-child {
	margin-top: 15px;
}

.about-security-facts .feature-content {
	margin-left: 60px;
}

.about-security-facts .feature-content a,
.about-security-facts .feature-content strong {
	font-weight: 600;
	display: block;
}

