.real-world {
	padding: 95px 0;
}
.real-world .right {
	padding: 0 0 0 40px;
	position: relative;
}
.real-world .right h3 {
	text-transform: uppercase;
	margin-bottom: 35px;
}
.real-world .right p {
	font-weight: 400;
	color: #1a191d;
	margin: 0 0 25px 0;
}
.real-world .right h4 {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	color: #274fab;
	margin: 0 0 18px 0;
}
.real-world .right .cell {
	padding: 20px;
	border: 2px solid #274fab;
	height: 100%;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
.real-world .right .cell:hover {
	background: #274fab;
}
.real-world .right .cell:hover p {
	color: #fff;
}
.real-world .right .cell p {
	margin: 0;
	font-weight: 600;
	color: #274fab;
	font-size: 20px;
	line-height: 26px;
}
.real-world .right .img-cell {
	height: 100%;
	width: 100vw;
	position: absolute;
	right: 743px;
	top: 0;
	background:#274fab url("../images/training-image.jpg") right top no-repeat;
	background-size: auto 100%;
}
.what-does-this-mean {
	padding: 90px 0 50px 0;
	background: url('../images/bg-1.jpg') center center no-repeat;	
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.real-world .right .img-cell a {
	position: absolute;
	right: -118px;
	bottom: 118px;
	background: #274FAB;
	padding: 20px 40px;
	
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.real-world .right .img-cell a:hover {
	background: #002B8F;
}
.real-world .right .img-cell a span {
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 0 20px;
	display: block;
}
.real-world .right .img-cell a span sub {
	display: block;
	bottom: 0;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: normal;
	position: relative;
	margin-bottom: -10px;
}
.what-does-this-mean h4 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.what-does-this-mean p {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 40px 0;
}
.what-does-this-mean h5 {
	font-size: 21px;
	font-weight: 700;
	line-height: 21px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.what-does-this-mean span {
	font-size: 36px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 40px 0;
}

.current-opportunities {
	padding: 90px 0 70px 0;
}
.current-opportunities h3 {
	text-transform: uppercase;
}
.current-opportunities .cell {
	padding: 35px 10px;
	background: #274fab;
	cursor: pointer;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.current-opportunities .cell:hover {
	background: #173d93;
}
.current-opportunities .cell span {
	display: block;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 29px;
	text-align: center;
}
.current-opportunities .cell a {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 4px;
	display: table;
	color: #fff;
	margin: 20px auto 0 auto;
	position: relative;
}
.current-opportunities .cell a::after {
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.current-opportunities .cell a:hover::after {
	background: #4a7cf1;	
}
.primary-responsibilities {
	background: #f8f8f8;	
}
.primary-responsibilities .cell-wrap {
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.primary-responsibilities .cell-wrap .cell {
	width: 33.33%;
	/* background: red; */
	margin: 20px 0;
	padding: 0 10px 0 0;
}
.primary-responsibilities .cell-wrap .cell span.digit {
	font-size: 91px;
    font-weight: 700;
    line-height: 70px;
    color: #f8f8f8;
    -webkit-text-stroke: 3px #c8cdd8;
    overflow: hidden;
}
.primary-responsibilities .cell-wrap .cell span.text {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: #000;
	display: table;
	text-transform: uppercase;
	padding: 8px 0;
	background: #f8f8f8;
	position: relative;
	z-index: 9;
	margin-top: -15px;
}
.primary-responsibilities .right {
	position: relative;
	padding: 30px 0;
}
.primary-responsibilities .right .img-cell {
	height: 100%;
	width: 100vw;
	position: absolute;
	right: 798px;
	top: 0;
	background:#274fab url("../images/careers.jpg") right top no-repeat;
	background-size: auto 100%;
	padding: 0;
}
.primary-responsibilities .right .img-cell span {
	position: absolute;
	right: -162px;
	bottom: 162px;
	background: #274fab;
	font-size: 57px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 56px;
	padding: 20px 55px;
	transform: rotate(-90deg);
	display: table;
}





























@media (max-width: 1399px) {
	.real-world .right .img-cell {
		right: 652px;
	}
	.primary-responsibilities .right .img-cell {
		right: 668px;
	}
	
}
@media (max-width: 1199px) {
	.real-world .right .img-cell {
    	right: 533px;
	}
	.primary-responsibilities .right .img-cell {
		right: 570px;
	}
}
@media (max-width: 991px) {
	.real-world .right .img-cell {
    	right: 393px;
	}
	.real-world .right .cell p {
    	font-size: 18px;
    	line-height: 20px;
	}	
	.real-world {
    	padding: 60px 0;
	}
	.what-does-this-mean {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.current-opportunities .cell {
		border-bottom: 24px solid #fff;
	}
	.current-opportunities {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.primary-responsibilities .right .img-cell {
		right: 420px;
	}
	.primary-responsibilities .cell-wrap .cell {
		width: 50%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.real-world .right .img-cell {
    	right: 0;
    	position: relative;
    	width: auto;
    	top: auto;
    	height: auto;
    	background: none;
    	margin-top: 15px;
	}
	.real-world .right .img-cell a {
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	    position: relative;
	    right: auto;
	    bottom: auto;
	}
	.real-world .right .img-cell a span {
		font-size: 35px;
	}
	.real-world .right .cell {
		height: auto;
		margin-bottom: 10px;
	}
	.real-world .right {
		padding-left: 0;
	}
	.real-world .right .img-cell a {
		padding: 15px 30px;
	}
	.real-world .right h3 {
		margin-bottom: 20px;
	}
	.primary-responsibilities .right .img-cell {
		position: relative;
		right: auto;
		width: auto;
		height: auto;
		top: auto;
		background: none;
	}
	.primary-responsibilities .right .img-cell span {
		position: relative;
		right: auto;
		bottom: auto;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
		display: block;
		padding: 0;
		color: #274FAB;
		background: none;
		font-size: 40px;
		line-height: 40px;
		margin: 0 0 20px 0;
	}
}
@media (max-width: 575px) {
	.real-world {
	    padding: 40px 0;
	}
	.what-does-this-mean {
    	padding-top: 40px;
    	padding-bottom: 0px;
	}
	.current-opportunities {
    	padding-top: 40px;
    	padding-bottom: 25px;
	}
	.current-opportunities .cell {
		border-bottom: 15px solid #fff;
	}
}