/*
  Theme Name: Wolverine
  Author: Robert D. Prickett
  Version: 0.0.1
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #FFFFFF;
	color: #444;
	font-family: "Open Sans", sans-serif;
}
#sub-main {
	margin-top: 80px;
}
#main section .container {
	box-shadow: 0 0 5px 1px rgba(0,0,0,.15);
}
#main section .container,
#sub-main section .container {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 1rem;
}
#main section .container {
	border-radius: 10px;	
}
#sub-main section .container {
	border-radius: 0;
}
a {
	color: #000000;
	cursor: pointer;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #d41116;
	outline: none;
	text-decoration: underline;
}
.btn-transparent {
    color: #d41116;
    background-color: transparent;
    border-color: #d41116;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
	border-color: #ed1f24;
	background-color: #ed1f24;
	color: #ffffff;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
.btn-primary {
	background-color:#ed1f24;
	border-color: #d41116;
	color: #ffffff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #d41116;
	border-color: #d41116;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #64949C;
	border-color: #588289;
}
.noXPadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ed1f24;
    border-color: #ed1f24;
}
.page-link {
	color: #ed1f24;
}
.page-link:hover {
    color: #d41116;
}
.split-col-text {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.split-col-text {
		margin-bottom: 30px;
	}
}
/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #ed1f24;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 60px;
	transition: background 0.5s;
	z-index: 11;
}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
.back-to-top i::before {
	color: #111111;
    content: " ";
    clear: both;
    width: 0px;
    height: 0px;
	left: 22%;
    pointer-events: none;
    position: absolute;
    top: 34%;
    border-left: 12px solid rgba(17, 17, 17, 0);
    border-right: 12px solid rgba(17, 17, 17, 0);
    border-bottom: 12px solid rgba(255,255,255,1);
    transition: 0.3s;
    z-index: 1001;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
	background: #ffffff;
	border: 1px solid #ed1f24;
}
.back-to-top:hover i,
.back-to-top:focus i,
.back-to-top:active i {
	color: #ed1f24;
}
.back-to-top:hover i::before {
	color: #111111;
    content: " ";
    clear: both;
    width: 0px;
    height: 0px;
	left: 22%;
    pointer-events: none;
    position: absolute;
    top: 34%;
    border-left: 12px solid rgba(17, 17, 17, 0);
    border-right: 12px solid rgba(17, 17, 17, 0);
    border-bottom: 12px solid rgba(237,31,36,1);
    transition: 0.3s;
    z-index: 1001;
}
/* Prelaoder */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #4D9BE6 ;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/
/* #header {
	background-color: #ffffff;
} */
#header .navbar-nav .nav-item a.nav-link {
	color: #ffffff;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size:1.1em;
	text-transform: uppercase;
}
#header .navbar-nav .nav-item a.nav-link:hover,
#header .navbar-nav .nav-item a.nav-link:active {
	color: #ed1f24;
}
#header.fixed-top .navbar-brand img {
	width: 75%;
}
#header .navbar-light {
	background-color: #ffffff;
}
#header .navbar-dark {
	background-color: #3b4653;
}
#header .dropdown-menu {
	background-color: #e5e8ea;
	border: none !important;
	border-radius: 0;
	margin: 0 !important;
}
#header .dropdown-menu .card {
	border: 0;
	border-radius: 0;
}
#header .dropdown-menu .card .card-header {
	background-color: #ffffff;
}
#header .dropdown-menu .card .card-header h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 0;
	text-transform: uppercase;
}
#header .dropdown-menu .megamenu-links a {
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
# Intro and Sub-Intro Sections
--------------------------------------------------------------*/

/* #intro {
	width: 100%;
	position: relative;
	background: url("../img/headerherocrop.jpg") center center no-repeat;
	background-attachment: fixed;
	background-size:  cover;
	padding: 408px 0;
	text-align: center;
} */
#intro {
	position: relative;
	background-color: black;
	height: 50vh;
	margin-top: 0;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

#intro video {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 576px) {
	#intro {
		position: relative;
		background-color: black;
		height: 70vh;
		margin-top: 0;
		min-height: 25rem;
		width: 100%;
		overflow: hidden;
	}

	#intro video {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: 0;
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: auto;
		z-index: 0;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}
@media (min-width: 992px) {
	#intro {
		position: relative;
		background-color: black;
		height: 82vh;
		margin-top: 0;
		min-height: 25rem;
		width: 100%;
		overflow: hidden;
	}

	#intro video {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: 0;
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: auto;
		z-index: 0;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}
@media (min-width: 1200px) {
	#intro {
		position: relative;
		background-color: black;
		height: 81vh;
		margin-top: 56px;
		min-height: 25rem;
		width: 100%;
		overflow: hidden;
	}

	#intro video {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: 128px;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: 0;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}

/* #intro .container {
	position: relative;
	z-index: 2;
}

#intro .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
} */

/* @media (pointer: coarse) and (hover: none) {
	#intro {
		background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
	}
	#intro video {
		display: none;
	}
} */
#intro .intro-content {
	background-color: rgba(35, 35, 35, 0.60);
	border-radius: 10px;
	padding: 1rem;
}
#intro .intro-content h2 {
	color: #ffffff;
	font-size: 52px;
}
#intro h1 {
	color: #ffffff !important;
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 700;
}
#intro .search-container .form-control {
	margin-top: 10px;
}
#intro .intro-paragraph {
	color: #ffffff;
	margin-top: 1.5rem;
}
#sub-intro {
	width: 100%;
    position: relative;
    background: url(../img/climbing.jpg) center center no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 233px 0;
    text-align: center;
    margin-top: 56px;
}
#article-intro {
	width: 100%;
    position: relative;
    /* background-attachment: fixed; */
    background-size: cover;
    text-align: center;
    margin-top: 56px;
}
#culture-intro {
	width: 100%;
    position: relative;
    background-image: url(../img/culture.jpg);
	/* background-attachment: fixed; */
	background-position: -622px 0;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-top: 56px;
}
#contact-intro {
	width: 100%;
    position: relative;
    background: url(../img/contact-header.jpg) center center no-repeat;
    /* background-attachment: fixed; */
	background-size: cover;
    padding: 125px 0;
    margin-top: 56px;
}
#markets-intro {
	width: 100%;
    position: relative;
    background-image: url(../img/markets-header.jpg);
    /* background-attachment: fixed; */
    background-position: -440px 0;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    margin-top: 56px;
}
#capabilities-intro {
	width: 100%;
    position: relative;
    background: url(../img/capabilities-header.jpg);
    /* background-attachment: fixed; */
    background-position: -500px 0;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-top: 56px;
}
#media-intro {
	width: 100%;
    position: relative;
    background: url(../img/news-media.jpg) center center no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 50px 0;
    margin-top: 56px;
}
#leadership-intro {
	width: 100%;
    position: relative;
    background: url(../img/leadership-header.jpg) center center no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 75px 0;
    margin-top: 56px;
}
#careers-intro {
	width: 100%;
    position: relative;
    background: url(../img/job-opportunity.jpg) center center no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 360px 0;
    margin-top: 56px;
}
@media (min-width: 568px) {
	#culture-intro {
		background-position: -300px 0;
	}
	#markets-intro {
		background-position: -280px 0;
	}
	#capabilities-intro {
		background-position: -225px 0;
	}
}
@media (min-width: 576px) {
	#careers-intro {
		padding: 60px 0;
	}
	#culture-intro {
		background-position: -300px 0;
	}
}
@media (min-width: 768px) {
	#careers-intro {
		padding: 90px 0;
	}
	#culture-intro, #markets-intro, #capabilities-intro {
		background-position: center center;
	}
}
@media (min-width: 992px) {
	#culture-intro, #capabilities-intro, #careers-intro, #markets-intro, #leadership-intro, #media-intro {
		padding: 150px 0;
	}
}
@media (min-width: 1200px) {
	#careers-intro {
		padding: 360px 0;
	}
}
#job-intro {
	margin-top: 56px;
	min-height: 180px;
	background: -webkit-gradient(linear, left top, right top, from(#E8E8E8), color-stop(50%, #E8E8E8), color-stop(51%, #F3F3F3), to(#F3F3F3));
    background: linear-gradient(to right, #E8E8E8 0%, #E8E8E8 50%, #F3F3F3 51%, #F3F3F3 100%);
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
	font-size: 30px;
	color: #283d50;
	text-align: left;
	font-weight: 500;
	position: relative;
}
#main section#who-we-are,
.main section#who-we-are {
	background-color: #2a3439;
}
#main section#who-we-are .container,
.main section#who-we-are .container {
	background-color: #2a3439;
	border-radius: 0;
	box-shadow: none;
	/* margin-top: -95px;
	padding-bottom: 110px; */
	font-size: 22px;
}
#main section#who-we-are a,
.main section#who-we-are a {
	color: #ed1f24;
	text-transform: uppercase;
}
#main section#who-we-are .container .card,
.main section#who-we-are .container .card {
	background-color: #2a3439;
	color: #fff;
	border: none;
	border-radius: 0;
}
#main section#who-we-are .container .card-header,
.main section#who-we-are .container .card {
	background-color: #2a3439;
	border: none;
}
#main section#who-we-are .container .card .card-body p,
.main section#who-we-are .container .card .card-body p {
	font-size: 23px;
	text-align: center;
}
#main section#who-we-are .container .card h2,
.main section#who-we-are .container .card h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#main section#media {
	/* background-color: #2a3439; */
	width: 100%;
	position: relative;
	background: url("../img/news-media.jpg") center center no-repeat;
	padding: 100px 0;
	/* text-align: center; */
}
#main section#media .container {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}
#main section#media .container .box-text {
	background-color: rgba(0,0,0,.60);
	color: #ffffff;
}
#main section#media .container .box-text h3,
#main section#media .container .box-text h4 {
	text-align: center;
}
#main section#media .container .box-text a {
	color: #ed1f24;
	text-transform: uppercase;
}
#main section#opportunity {
	width: 100%;
	position: relative;
	background: url("../img/job-opportunity.jpg") center center no-repeat;
	padding: 300px 0;
	text-align: center;
}
#main section#opportunity .container {
	background-color: #f5f8fa;
	border-radius: 0;
}
#main section#opportunity .container .card {
	background-color: #f5f8fa;
	border: none;
	border-radius: 0;
}
#main section#opportunity .container .card a.btn {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
/* Section with background
--------------------------------*/

.section-bg {
	background: #ecf5ff;
}

#company-desc .card {
	border: none;
	border-radius: 0;
	padding: 20px 10px;
	min-height: 330px;
}
#company-desc .carousel .carousel-indicators li {
	background-color: #3b4653;
	transition: 0.6s;
}
#company-desc .carousel .carousel-indicators li.active {
	background-color: #d41116;
	transition: 0.6s;
}
#company-desc .carousel .carousel-indicators .num {
    background: #111111;
    color: #ffffff;
    padding: 10px;
    width: 54px;
    text-align: center;
}
#company-desc .carousel .carousel-indicators .carousel-control-next, 
#company-desc .carousel .carousel-indicators .carousel-control-prev {
	color: #ed1f24;
	opacity: .7;
	position: initial;
}
#company-desc .carousel .carousel-indicators .carousel-control-next:hover,
#company-desc .carousel .carousel-indicators .carousel-control-prev:hover	{
	opacity: 1;
}
#company-desc .carousel .carousel-indicators .carousel-control-prev .carousel-control-prev-icon, 
#company-desc .carousel .carousel-indicators .carousel-control-next .carousel-control-next-icon {
	background-image: none;
}
#company-desc .carousel .carousel-indicators .carousel-control-prev .carousel-control-prev-icon:after {
	content: '\f0d9';
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 3rem;
}
#company-desc .carousel .carousel-indicators .carousel-control-next .carousel-control-next-icon:after {
	content: '\f0da';
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-size: 3rem;
}
/* #company-desc .card-title {
	font-family: 'Archivo', sans-serif;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 8px;
    margin-bottom: 25px;
} */
#company-desc .card-title {
	font-family: 'Rajdhani', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#company-desc .card-body p {
	font-size: 16px;
}
.research-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/integrity.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
.security-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/excellence.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
.diversity-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/diversity.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
.cloud-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/cloud.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
.consulting-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/consulting.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
.cybersecurity-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/cyber-security.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
.devsecops-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/devsec.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
.machine-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/machine-learning.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
.software-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/software-development.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
.commercialization-row .bg-img {
	width: 100%;
	position: relative;
	background: url("../img/commercialization.jpg") center center no-repeat;
	background-size:  cover;
	padding: 250px 0;
	text-align: center;
}
@media (min-width: 992px) {
	#company-desc .card {
		border: none;
		border-radius: 0;
		padding: 45px;
		min-height: initial;
	}
	#company-desc .card-title {
		font-family: 'Rajdhani', sans-serif;
		font-size: 34px;
		font-weight: bold;
		letter-spacing: 4px;
		margin-bottom: 25px;
		text-transform: uppercase;
	}
	#company-desc .card-body p {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	#company-desc .card {
		border: none;
		border-radius: 0;
		padding: 60px 45px;
		min-height: initial;
	}
	#company-desc .card-title {
		font-family: 'Rajdhani', sans-serif;
		font-size: 38px;
		font-weight: bold;
		letter-spacing: 4px;
		margin-bottom: 25px;
		text-transform: uppercase;
	}
	#company-desc .card-body p {
		font-size: 20px;
	}
}
@media (min-width: 1626px) {
	#company-desc .card {
		border: none;
		border-radius: 0;
		padding: 100px 20px 50px;
		min-height: initial;

	}
	#company-desc .card-title {
		font-family: 'Rajdhani', sans-serif;
		font-size: 54px;
		font-weight: bold;
		letter-spacing: 4px;
		margin-bottom: 25px;
		text-transform: uppercase;
	}
	#company-desc .card-body p {
		font-size: 22px;
	}
}
/* Subpage Sections
--------------------------------*/
section#presentation-block .container {
	margin-top: 0;
}
section#presentation-block .container .card {
	background-color: #f1f8fa;
	border: none;
	border-radius: 0;
}
section#presentation-block .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}
section#related-posts {
	background-color: #f8f8f8;
}
section#related-posts h3.section-title {
	text-transform: uppercase;
	letter-spacing: 2px;
}
section#related-posts .container .card {
	border: none;
	border-radius: 0;
}
section#related-posts .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	section#presentation-block .container {
		margin-top: -100px;
	}
}
/* Culture Sections
--------------------------------*/
section#culture-intro .container .card {
	background: rgba(0,0,0,.35);
    color: #ffffff;
    border: none;
    border-radius: 0;
	padding: 15px;
	text-align: center;
}
section#culture-intro .container .card h2 {
	font-size: 36px;
	letter-spacing: 4px;
}
section#culture-intro .container .card p {
	font-size: 0.9rem;
	margin-bottom: 15px;
}
section#culture-intro .container .card p:last-of-type {
	margin-bottom: 0;
}
section#culture-intro .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
section.culture-block .container .culture-card {
	background: rgba(0,0,0,.60);
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 20px;
	z-index: 1001;
}
section.culture-block .container .culture-card h2 {
	/* border-bottom: 1px solid #ed1f24; */
	font-family: 'Rajdhani', sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 0;
	text-transform: uppercase;
    font-weight: 700;
}
section.culture-block .container .culture-card hr {
	border-top: 3px solid #ed1f24;
	width: 30%;
	margin-top: 0;
	margin-left: 0;
}
section.culture-block .container .culture-card p {
	font-size: 1rem;
	margin-top: 15px;
	margin-bottom: 0;
}
/* section.culture-block .container .overflow-img {
	width: 125%;
	margin-left:-20%;
}
section.culture-block .container .reverse-row .overflow-img {
	margin-left:-5%;
}
section.culture-block .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
} */
@media (min-width: 992px) {
	section.culture-block .container .culture-card {
		margin-top: 25%;
		padding: 30px;
	}
	section.culture-block .container .overflow-img {
		width: 125%;
		margin-left:-20%;
	}
	section.culture-block .container .reverse-row .overflow-img {
		margin-left:-5%;
	}
	section.culture-block .container .card .presentation-type {
		font-family: 'Rajdhani', sans-serif;
		font-weight: bold;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	section.culture-block .container .culture-card h2 {
		font-size: 36px;
	}
}
/* Contact Section
--------------------------------*/
section#contact-intro .container .card {
	background: rgba(0,0,0,.35);
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 15px;
}
section#contact-intro .container .card h2 {
	letter-spacing: 4px;
}
section#contact-intro .container .card p {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
section#contact-intro .container .card p:last-of-type {
	margin-bottom: 0;
}
section#contact-intro .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
section#contact-block input, section#contact-block textarea, section#contact-block button {
	margin-bottom: 2rem;
}
/* Markets Section
--------------------------------*/
section#markets-intro .container .card {
	background: rgba(0,0,0,.35);
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 15px;
}
section#markets-intro .container .card h2 {
	letter-spacing: 4px;
}
section#markets-intro .container .card p {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
section#markets-intro .container .card p:last-of-type {
	margin-bottom: 0;
}
section#markets-intro .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
section.markets-block .container .markets-card,
section.markets-block .container-fluid .markets-card {
	background: rgba(0,0,0,.60);
    color: #ffffff;
	border: none;
	border-radius: 0;
	margin-top: 15%;
	z-index: 1001;
}
section.markets-block .container .markets-card h2,
section.markets-block .container-fluid .markets-card h2 {
	/* border-bottom: 1px solid #ed1f24; */
	font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section.markets-block .container .standard-row .markets-card h2, 
section.markets-block .container-fluid .standard-row .markets-card h2 {
	text-align: left;
}
section.markets-block .container .reverse-row .markets-card h2, 
section.markets-block .container-fluid .reverse-row .markets-card h2 {
	text-align: right;
}
section.markets-block .container .standard-row .markets-card hr, 
section.markets-block .container-fluid .standard-row .markets-card hr {
	border-top: 3px solid #ed1f24;
	margin-left:0;
	width: 30%;
	margin-top: 0;
}
section.markets-block .container .reverse-row .markets-card hr, 
section.markets-block .container-fluid .reverse-row .markets-card hr {
	border-top: 3px solid #ed1f24;
	margin-right: 0 !important;
	width: 30%;
	margin-top: 0;
}
section.markets-block .container .markets-card p, 
section.markets-block .container-fluid .markets-card p {
	font-size: 0.9rem;
	margin-top: 15px;
	margin-bottom: 0;
}
section.markets-block .container .card .presentation-type,
section.markets-block .container-fluid .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}
section.markets-block .container .defense-row .overflow-img,
section.markets-block .container-fluid .defense-row .overflow-img {
	background: url("../img/defense-lg.jpg") center center no-repeat;
	background-size:  cover;
	padding: 200px 0;
}
section.markets-block .container .intelligence-row .overflow-img,
section.markets-block .container-fluid .intelligence-row .overflow-img {
	background: url("../img/intelligence.jpg") center center no-repeat;
	background-size:  cover;
	padding: 200px 0;
}
section.markets-block .container .aerospace-row .overflow-img,
section.markets-block .container-fluid .aerospace-row .overflow-img {
	background: url("../img/aerospace-lg.jpg") center center no-repeat;
	background-size:  cover;
	padding: 200px 0;
}
section.markets-block .container .pro-sports-row .overflow-img,
section.markets-block .container-fluid .pro-sports-row .overflow-img {
	background: url("../img/pro-sports-2.jpg") center center no-repeat;
	background-size:  cover;
	padding: 200px 0;
}
section.markets-block .container .health-science-row .overflow-img,
section.markets-block .container-fluid .health-science-row .overflow-img {
	background: url("../img/health-lg.jpg") center center no-repeat;
	background-size:  cover;
	padding: 200px 0;
}
@media (min-width: 992px) {
	section#markets-intro .container .card .presentation-type {
		font-size: 2.1rem;
	}
	section.markets-block .container .markets-card, section.markets-block .container-fluid .markets-card {
		padding: 30px;
	}
	section.markets-block .container .markets-card h2,
	section.markets-block .container-fluid .markets-card h2 {
		font-size: 36px;
	}
}
/* Capabilities Section
--------------------------------*/
section#capabilities-intro .container .card {
	background: rgba(0,0,0,.35);
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 15px;
}
section#capabilities-intro .container .card h2 {
	letter-spacing: 4px;
}
section#capabilities-intro .container .card p {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
section#capabilities-intro .container .card p:last-of-type {
	margin-bottom: 0;
}
section#capabilities-intro .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.with-arrow .nav-link.active {
	position: relative;
}
  
.with-arrow .nav-link.active::after {
	content: '';
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #ed1f24;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}
  
.lined .nav-link {
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.1rem;
	border: none;
	border-bottom: 3px solid transparent;

}
  
.lined .nav-link:hover {
	border: none;
	border-bottom: 3px solid transparent;
}
  
.lined .nav-link.active {
	background: none;
	color: #ed1f24;
	border-color: #111111;
}
@media (min-width: 992px) {
	section#capabilities-intro .container .card .presentation-type {
		font-size: 2.5rem;
	}
}
/* Media Section
--------------------------------*/
section#media-intro .container .card {
	background: rgba(0,0,0,.35);
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 15px;
}
section#media-intro .container .card h2 {
	letter-spacing: 4px;
}
section#media-intro .container .card p {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
section#media-intro .container .card p:last-of-type {
	margin-bottom: 0;
}
section#media-intro .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
section#media-block .container .box-text {
    background-color: #2a3439;
    color: #ffffff;
}
section#media-block .container .box-text a {
	color: #ed1f24;
    text-transform: uppercase;
}
/* Leadership Section
--------------------------------*/
section#leadership-intro .container .card {
	background: rgba(0,0,0,.35);
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 15px;
}
section#leadership-intro .container .card h2 {
	letter-spacing: 4px;
}
section#leadership-intro .container .card p {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
section#leadership-intro .container .card p:last-of-type {
	margin-bottom: 0;
}
section#leadership-intro .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

section.leadership-block #leadership-flters {
	padding: 0;
	margin: 5px 0 35px 0;
	list-style: none;
	text-align: center;
}
  
section.leadership-block #leadership-flters li {
	cursor: pointer;
	margin: 15px 15px 15px 0;
	display: inline-block;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #ed1f24;
	border-radius: 0;
	text-transform: uppercase;
	background: #ecf5ff;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
  
section.leadership-block #leadership-flters li:hover,
section.leadership-block #leadership-flters li.filter-active {
	background: #ed1f24;
	color: #fff;
}
  
section.leadership-block #leadership-flters li:last-child {
	margin-right: 0;
}
section.leadership-block .leadership-item {
	min-height: 275px;
}
section.leadership-block .leadership-item h4 {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
section.leadership-block .leadership-item h6 {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}
section.leadership-block .leadership-item p {
	text-align: center;
}
@media (min-width: 992px) {
	section#leadership-intro .container .card .presentation-type {
		font-size: 2.5rem;
	}
	section.leadership-block .leadership-item p {
		text-align: left;
	}
}
/* Careers Section
--------------------------------*/
section#careers-intro .container .card {
	background: rgba(0,0,0,.35);
    color: #ffffff;
    border: none;
    border-radius: 0;
	padding: 15px;
	text-align: center;
}
section#careers-intro .container .card h2 {
	font-size: 36px;
	letter-spacing: 4px;
}
section#careers-intro .container .card p {
	font-size: 0.9rem;
	margin-bottom: 15px;
}
section#careers-intro .container .card p:last-of-type {
	margin-bottom: 0;
}
section#careers-intro .container .card .presentation-type {
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
section.careers-block {
	background-color: #F0F0F2;
}
section.careers-block .search-container {
	padding-top: 40px;
}
section.careers-block .search-filters .search-filters-title h3 {
	display: inline-block;
	font-size: 20px;
	line-height: 42px;
	margin-bottom: 8px;
}
section.careers-block .search-filters .search-filters-title .btn.btn-outline-secondary {
	border-radius: 0;
	float: right;
}
section.careers-block .card-header:first-child {
    border-radius: 0;
}
section.careers-block .accordion .card:first-of-type,
section.careers-block .accordion .card {
	border-radius: 0;
}
section.careers-block .search-filters .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}
section.careers-block .search-filters .collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
}
section.careers-block .search-filters .collapsible-link[aria-expanded='true']::before {
    content: '\f106';
}
section.careers-block .job-count-info {
	font-size: 0.875rem;
    padding-top: 8px;
    padding-bottom: 8px;
}
section.careers-block .job-title-lists .job {
	background-color: #ffffff;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
	padding: 15px;
}
section.careers-block .job-title-lists .job:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
section.careers-block .job-title-lists .job-link {
	color: initial;
	text-decoration: initial;
}
section.careers-block .job-title-lists .job .info h3 {
	color: #ed1f24;
	font-size: 20px;
	margin-bottom: 10px;
}
section.careers-block .job-title-lists .job .job-location {
	margin-bottom: 10px;
}
section.careers-block .job-title-lists .job .description {
	margin-bottom: 10px;
}
section.careers-block .job-title-lists .job .description .read-more {
	color: #ed1f24;
}
section.careers-block .job-title-lists .job .info .posting-date {
    font-size: 14px;
    color: #494F5A;
	margin-top: 8px;
	margin-bottom: 8px;
}
section.careers-block .job-title-lists .job .info .time-elapsed {
	color: #6b7583;
	font-size: 12px;
}
/* Careers Section
--------------------------------*/
section#job-intro .info-wrapper {
	background-color: #e8e8e8;
    display: table;
    height: 180px;
    min-height: 180px;
	position: relative;
}
section#job-intro .info-wrapper .info {
    display: table-cell;
    vertical-align: middle;
}
section#job-intro .info-wrapper .info:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	height: 30px;
	width: 100%;
	border-style: solid;
	border-width: 90px 0 90px 30px;
	border-color: transparent transparent transparent #E8E8E8;
	background-position: bottom left, bottom right;
	background-repeat: no-repeat;
	background-size: 50.2% 100%;
	transition: max-height 0.5s;
	-webkit-transition: max-height 0.5s;
}
section#job-intro .info-wrapper .info h1{
	font-size: 26px;
	font-weight: bold;
}
section#job-intro .apply-wrapper {
	position: relative;
    display: table;
    height: 180px;
    min-height: 180px;
}
section#job-intro .apply-wrapper a.btn-primary{
	padding: 8px 32px;
}
section.job-block {
	padding-top: 20px;
}
section.job-block .section {
	margin-top: 15px;
	margin-bottom: 30px;
}
section.job-block .section h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
section.job-block .section h4 {
	font-size: 16px;
	margin-bottom: 0;
}
section.job-block .section ul {
	margin-bottom: 0;
}
/* News Article Section
--------------------------------*/
section#content-block a {
	color: #ed1f24;
}
#article-accordion .carousel .carousel-indicators li {
	background-color: #3b4653;
	transition: 0.6s;
}
#article-accordion .carousel .carousel-indicators li.active {
	background-color: #d41116;
	transition: 0.6s;
}
#article-accordion .carousel .carousel-indicators .num {
    background: #111111;
    color: #ffffff;
    padding: 10px;
    width: 54px;
    text-align: center;
}
#article-accordion .carousel .carousel-indicators .carousel-control-next, 
#article-accordion .carousel .carousel-indicators .carousel-control-prev {
	color: #ed1f24;
	opacity: .7;
	position: initial;
}
#article-accordion .carousel .carousel-indicators .carousel-control-next:hover,
#article-accordion .carousel .carousel-indicators .carousel-control-prev:hover	{
	opacity: 1;
}
#article-accordion .carousel .carousel-indicators .carousel-control-prev .carousel-control-prev-icon, 
#article-accordion .carousel .carousel-indicators .carousel-control-next .carousel-control-next-icon {
	background-image: none;
}
#article-accordion .carousel .carousel-indicators .carousel-control-prev .carousel-control-prev-icon:after {
	content: '\f0d9';
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 3rem;
}
#article-accordion .carousel .carousel-indicators .carousel-control-next .carousel-control-next-icon:after {
	content: '\f0da';
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-size: 3rem;
}
#article-accordion .card {
	border: none;
	min-height: 415px;
}
#article-accordion .card-title {
	font-family: 'Rajdhani', sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#article-accordion .card-body {
	background-color: #333333;
}
#article-accordion .card-body p {
	color: #ffffff;
	font-size: 16px;
}
.reference-paragraph {
	font-size: 12px;
}


.timeline {
	list-style: none;
	padding: 10px 0 10px;
	position: relative;
  }
  
  .timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
  }
  
  .timeline > li {
	margin-bottom: 0x;
	position: relative;
  }
  
  .timeline > li:before,
  .timeline > li:after {
	content: " ";
	display: table;
  }
  
  .timeline > li:after {
	clear: both;
  }
  
  .timeline > li > .timeline-panel {
	background-color:#111111;
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 10px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  }
  
  .timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
  }
  
  .timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #111;
	border-right: 0 solid #111;
	border-bottom: 14px solid transparent;
	content: " ";
  }
  
  .timeline > li > .timeline-badge {
	color: #ed1f24;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel {
	float: right;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
  }
  
  .timeline-badge {
	background-color: #111111 !important;
	color: #ed1f24;
  }
  .timeline-badge i:before {
	content: " ";
	color: #ed1f24;  
    clear: both;
    width: 0px;
    height: 0px;
    left: 26%;
    pointer-events: none;
    position: absolute;
    top: 34%;
    border-left: 12px solid rgba(17, 17, 17, 0);
    border-right: 12px solid rgba(17, 17, 17, 0);
    border-bottom: 12px solid rgba(237,31,36,1);
    transition: 0.3s;
	z-index: 1001;
  }
  .timeline-title {
	margin-top: 0;
	color: inherit;
  }
  
  .timeline-body > p,
  .timeline-body > ul {
	color:#ffffff;
	margin-bottom: 0;
  }
  .timeline-heading .timeline-title {
	color: #ffffff;
  }
  .timeline-body > p + p {
	margin-top: 5px;
  }
  .reference-paragraph a {
	  word-break: break-all;
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #3b4653;
	padding: 0 0 30px 0;
	color: #eee;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: 0.1em;

	font-size: 14px;
}
#footer a {
	color: #ffffff;
}
#footer hr {
	border-top: 1px solid #ffffff;
}
#footer .social-links a {
	color: #ffffff;	
}
#footer .social-links a:hover,
#footer .social-links a:focus,
#footer .social-links a:active {
	color: #ed1f24;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 400px) {
	#header.fixed-top .navbar-brand {
		width: 75%;
	}
	#header.fixed-top .navbar-brand img {
		width: 85%;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}
@media (min-width: 992px) {
	#header .logo {
		padding: 18px 0;
		transition: 0.5s
	}
	#header .logo img {
		padding: 0;
		margin: 0;
		max-height: 50px;
	}
	#header.header-scrolled .logo {
		padding: 8px 0;
	}
	#header.header-scrolled .logo img {
		padding: 0;
		margin: 0;
		max-height: 50px;
	}
	#header .navbar li.dropdown a.dropdown-toggle.dropdown-toggle::after {
		content: none;
	}
	#header .navbar li.dropdown a.dropdown-toggle[aria-expanded="true"]::after {
		color: #3b4653;
		content: " ";
		clear: both;
		width: 0px;
		height: 0px;
		pointer-events: none;
		position: absolute;
		top: 72%;
		border-left: 12px solid rgba(17, 17, 17, 0);
		border-right: 12px solid rgba(17, 17, 17, 0);
		border-bottom: 12px solid rgba(237,31,36,1);
		transition: 0.3s;
		z-index: 1001;
	}
	/* #header .navbar li.dropdown a.culture-dropdown[aria-expanded="true"]::after {
		margin-left: -39px;
	} */
	#header .navbar li.dropdown a.capabilities-dropdown[aria-expanded="true"]::after {
		margin-left: -63px;
	}
	@supports (-ms-ime-align:auto) {
		#header .navbar li.dropdown a.capabilities-dropdown[aria-expanded="true"]::after {
			margin-left: 50px;
		}
	}
	/* #header .navbar li.dropdown a.markets-dropdown[aria-expanded="true"]::after {
		margin-left: -40px;
	} */
	#header .navbar li.dropdown a.media-dropdown[aria-expanded="true"]::after {
		margin-left: -36px;
	}
	@supports (-ms-ime-align:auto) {
		#header .navbar li.dropdown a.media-dropdown[aria-expanded="true"]::after {
			margin-left: 19px;
		}
	}
	/* #header .navbar li.dropdown a.contact-dropdown[aria-expanded="true"]::after {
		margin-left: -46px;
	} */
}
@media (max-width: 991px) {
	#header {
		height: 70px;
	}

	#header .logo h1 {
		font-size: 28px;
		padding: 8px 0;
	}

	#intro {
		padding: 56px 0;
	}

	#intro .intro-img {
		width: 80%;
		float: none;
		margin: 0 auto 25px auto;
	}

	#intro .intro-info {
		width: 80%;
		float: none;
		margin: auto;
		text-align: center;
	}

	#activities .card {
		margin: 0;
	}
}

@media (max-width: 767px) {
	#intro .intro-info {
		width: 100%;
	}

	#intro .intro-info h2 {
		font-size: 34px;
		margin-bottom: 30px;
	}

	.section-header p {
		width: 100%;
	}

	#testimonials .testimonial-item {
		text-align: center;
	}

	#testimonials .testimonial-item .testimonial-img {
		float: none;
		margin: auto;
	}

	#testimonials .testimonial-item h3,
	#testimonials .testimonial-item h4,
	#testimonials .testimonial-item p {
		margin-left: 0;
	}
}

@media (max-width: 574px) {
	#intro {
		padding: 56px 0 0 0;
	}
}