@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* ---------- Bootstrap 5-column workaround ---------- */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


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

html {
	position: relative;
	min-height: 100%;
}

body {
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000000; 
    line-height: 1.4em;
}

.modal-header {
	border-bottom: none;
}

a {
    color: #1a79ac;
    text-decoration:none;
}

a:hover {
    color: #1a79ac;
    text-decoration:underline;
}

h1 {
    font-size: 4em;
    margin: 10px 0;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
}

h2 {
    font-size: 3em;
    margin: 20px 0;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
}

h3 {
	font-weight: bold;
    font-size: 1.7em;
    line-height: 1.2em;
    color: #E90009;
}

h3.black {
    color: #000000;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
	margin-bottom:8px;
	padding-top: 5px;
	text-transform: uppercase;
}

h5 {
    font-size: 18px;
    color: #ffffff; 
    font-weight: bold;
    margin: 20px 0 10px 0;
}

p {
	margin: 15px 0;
}

.btn {
    font-size: 16px;
    color:#ffffff;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    margin:0;
}

.btn:hover {
	color:#ffffff;
}

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

header.main {
	background: #000000;
	padding: 30px 0;
	position: relative;
}

header.main .nav a {
	color: #fff;
	font-weight: bold;
}

header.main a:hover {
	text-decoration: underline;
	background: none;
}

header.main a.current {
	font-weight: normal;
}

header.main #mobile-nav-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	display: block;
	cursor: pointer;
}

header.main #mobile-nav-btn .nav-btn {
	width: 50px;
	height: 39px;
	position: absolute;
	right: 30px;
	top: 20px;
	display: block;
	overflow: hidden;
}
header.main #mobile-nav-btn .nav-btn .bar {
	display: block;
	height: 5px;
	width: 100%;
	margin-bottom: 12px;
	background: #fff;
}

/* ---------- Page ---------- */

#main {
	padding: 20px 15px 50px 15px;
	min-height: 500px;

	background: url('/images/avsec/background.gif') 0 0 no-repeat;
	background-size: cover;
}

.page-content h3 + p, .page-content h4 + p  {
	margin-top:5px;
}

.page-content h1 + h3 {
	padding-top: 10px;
}

.page-content li {
	margin-bottom: 10px;
}

article {
	margin-bottom: 30px;
}

article h3 {
	padding: 10px 0 10px 0;
	font-size: 20px;
}

span.highlight{
	background: #F9F2D2;
	font-weight:bold;
}

/* ---------- Homepage ---------- */

#main.CareersHome {
	background: none;
}

.CareersHome #homepage-video video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background: url('../media/homepage-video.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}

.CareersHome .watch-video {
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 2em;
	border: 3px solid #ccc;
	width: 320px;
	text-align: center;
	border-radius: 10px;
	text-shadow: 3px 3px 10px #333;
	margin-top: 20px;
	font-weight: bold;
}

.CareersHome h1 {
	color: #fff;
	font-size: 5em;
	text-shadow: 5px 5px 15px #333;
}

.CareersHome .feature-container {
	position: absolute;
	overflow: visible;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
}

.CareersHome .feature-container .page-content {
	position: absolute;
	width: 100%;
	top: -50px;
}

/* ---------- Are you the right fit? ---------- */

.CareersRightFit #attributes-yes-no div {
	width: 50%;
	float: left;
}
.CareersRightFit #attributes-yes-no span {
	background: #A6E5BE;
	width: 100px;
	height: 100px;
	font-weight: bold;
	line-height: 100px;
	border-radius: 50px;
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 1.0em auto;
	font-size: 30px;
	cursor: pointer;
}
.CareersRightFit #attributes-yes-no .yes {
	float: right;
	margin-right: 5%;
	background-color: #00C04A;
}
.CareersRightFit #attributes-yes-no .no {
	float: left;
	margin-left: 5%;
	background-color: #EA000D;
}

.CareersRightFit #attributes-yes {
	background: #A6E5BE;
	display: none;
	border-radius: 5px;
}
.CareersRightFit #attributes-no {
	background: #F3A6AA;
	display: none;
	border-radius: 5px;
}
.CareersRightFit #attributes-yes.visible,
.CareersRightFit #attributes-no.visible {
	display: block;
}

.CareersRightFit #attributes {
	background: #E1E1E0;
	margin-top: 20px;
	padding: 10px 20px 20px;
	min-height: 100px;
}

.CareersRightFit #attributes .icon {
	width: 100px;
	height: 100px;
	display: block;
	margin: 10px auto;
}

.CareersRightFit #attributes .text {
	font-size: 0.7em;
	line-height: 1.2em;
	height: 30px;
	display: block;
	text-align: center;
	margin: 10px auto;
	max-width: 120px;
}

.CareersRightFit h3 {
	color: #000;
}

/* ---------- Choose your destination ---------- */

#main.CareersChooseYourDestination {
	padding: 0;
}

.CareersChooseYourDestination .feature-header {
	padding: 20px 0;
	background: #CBCBCA;
	margin-bottom: 20px;
}

.CareersChooseYourDestination .page-content {
	padding-bottom: 30px;
}

.CareersChooseYourDestination #destination-nav {
	position: relative;
}

.CareersChooseYourDestination
	#destination-nav > span {
		position: absolute;
		top: 100px;
		display: block;
		width: 80px;
		cursor: pointer;
}

.CareersChooseYourDestination
	#destination-nav > span img {
		width: 100%;
		height: auto;
}

.CareersChooseYourDestination
	#destination-nav > span.prev {
		left: 20px;
}

.CareersChooseYourDestination
	#destination-nav > span.next {
		right: 20px;
}

.CareersChooseYourDestination
	#destination-slides {
		width: 300px;
		height: 300px;
		margin: 30px auto;
		overflow: visible;
		position: relative;
}

.CareersChooseYourDestination
	#destination-slides .slide {
		position: absolute;
		width: 300px;
		height: 300px;
		bottom: 0;
		display: none;
}

.CareersChooseYourDestination
	#destination-slides .slide:nth-child(2) {
		cursor: default;
		left: 0;
		display: block;
}


.CareersChooseYourDestination
	#destination-slides .slide:nth-child(1),
.CareersChooseYourDestination
	#destination-slides .slide:nth-child(3) {
		cursor: pointer;
		display: block;
		height: 270px;
		width: 270px;
		opacity: 0.5;
		font-size: 0.9em;
		left: -280px;
		bottom: 15px;
}
.CareersChooseYourDestination
	#destination-slides .slide:nth-child(3) {
		left: 310px;
}

.CareersChooseYourDestination
	#destination-slides .slide .img {
		width: 100%;
		height: 100%;
		display: block;
		background: #ccc;
		text-align: center;
}


.CareersChooseYourDestination
	#destination-slides .slide .inner {
		width: 100%;
		max-height: 100%;
}

.CareersChooseYourDestination
	#destination-slides .slide .img img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
}

.CareersChooseYourDestination
	#destination-slides .slide .text-container {
		width: 100%;
		position: absolute;
		top: 50%;
		display: block;
}

.CareersChooseYourDestination
	#destination-slides .slide .text {
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		position: absolute;
		top: -20px;
		width: 100%;
		display: block;
		font-size: 5em;
		text-shadow: 3px 3px 10px #333;
		font-weight: bold;
}


.CareersChooseYourDestination .destination {
	display: none;
	text-align: center;
	min-height: 500px;
}

.CareersChooseYourDestination .destination.active {
	display: block;
}

.CareersChooseYourDestination .destination .img img {
	max-width: 100%;
	height: auto;
}

.CareersChooseYourDestination .destination .text {

}

.CareersChooseYourDestination .destination .col-border {
	position: relative;
}

.CareersChooseYourDestination .destination .col-border::after {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	height: 50px;
	border-left: 3px dashed #ccc;
	height: 300px;
}

@media (max-width: 1250px) {
	.CareersChooseYourDestination
		#destination-slides .slide .text {
			font-size: 5em;
	}
}

@media (max-width: 992px) {
	.CareersChooseYourDestination
		#destination-slides .slide:nth-child(1),
	.CareersChooseYourDestination
		#destination-slides .slide:nth-child(3) {
			display: none;
	}

	.CareersChooseYourDestination .destination .col-border::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.CareersChooseYourDestination
		#destination-slides {
			width: 250px;
			height: 250px;
	}

	.CareersChooseYourDestination
		#destination-slides .slide {
			width: 250px;
			height: 250px;
	}

	.CareersChooseYourDestination
		#destination-nav > span {
			width: 50px;
	}
	.CareersChooseYourDestination
		#destination-nav > span.prev {
			left: 10px;
	}
	.CareersChooseYourDestination
		#destination-nav > span.next {
			right: 10px;
	}

	.CareersChooseYourDestination
		#destination-slides .slide .text {
			font-size: 4em;
	}
}

/* ---------- What we offer ---------- */

.CareersWhatWeOffer .parent-content h3 {
	margin: 0 auto 30px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 175px;
    color: #000000;
    font-size: 1.9em;
}

.CareersWhatWeOffer .parent-content h3 strong {
	display: block;
	clear: both;
    color: #E90009;
    font-size: 1.7em;
    line-height: 1.0em;
}

.CareersWhatWeOffer h1 {
	margin-bottom: 30px;
}

.CareersWhatWeOffer .child-container {
	background: #E1E1E0;
	margin-bottom:20px;
}

.CareersWhatWeOffer .child-num h3 {
	font-size: 6em;
	line-height:1em;
	text-align: center;
}

.CareersWhatWeOffer .child-content {
	padding: 15px 30px 15px 0;
}

/* ---------- About Us ---------- */

.CareersAboutUs .stats {
	text-align: center;
	background: #f0f0f0;
	padding: 10px 0 20px;
	margin: 30px 0;
	border-radius: 2px;
}

.CareersAboutUs .stats .icon {
	width: 125px;
	height: 125px;
}

.CareersAboutUs .stats .stat {
    color: #E90009;
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    position: relative;
}

.CareersAboutUs .stats .stat.up::after {
	content: '';
	background: url('/images/avsec/arrow-icon.png') no-repeat 0 0;
	background-size: cover;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.CareersAboutUs .stats .text {
	display: block;
	margin: 0 auto;
	max-width: 150px;
}

/* ---------- Contact Us ---------- */

.CareersContactUs .contact-row {
	border-top: 2px dashed #ccc;
	padding: 20px 0;
}

.CareersContactUs .contact-col {
	margin-bottom: 20px;
}

.CareersContactUs .contact-row.first {
	border-top: none;
	padding-top: 0;
}

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

body {
	/* Footer height */
	margin-bottom: 100px;
}

footer {
	background-color: #000;
	color: #fff;

	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

footer a, footer a:hover, footer a:focus  {
	color: #ffffff;
}

footer nav ul li {
	float: left;
	margin-right: 10px;
}

footer .site-links {
	padding: 25px 0 0 20px;
}
footer .govt {
	padding: 35px 20px 0 0;
}
footer .govt a {
	float: right;
}

/* Media queries */

@media (min-width: 1200px) {
	.site-logo img {
		width: 350px;
		height: auto;
		display: block;
		margin-left: 10px;
	}

	header.main .nav {
		float: right;
	}

	header.main .nav a span.nowrap {
		white-space: nowrap;
		display: block;
	}

	header.main .nav li {
		float: left;
		max-width: 150px;
	}

	header.main .nav li a {
		padding: 15px;
		line-height: 1.4em;
	}

	header.main #mobile-nav-btn {
		display: none;
	}
}

@media (max-width: 1200px) {
	.site-logo img {
		margin-left: 10px;
		max-width: 350px;
		height: auto;
		display: block;
	}

	#main-nav.mobile-hidden {
		display: none;
	}
}

@media (max-width: 1139px) {

	

}

@media (max-height: 500px) {
	.CareersHome .feature-container {
		position: static;
		height: auto;
	}

	.CareersHome .feature-container .page-content {
		position: static;
	}
}

@media (max-width: 992px) {
	h1 {
		font-size: 3.4em;
	}

	footer {
		font-size: .8em;
	}
	footer .site-links {
		padding: 0;
		width: 100%; clear: both;
	}
	footer .govt {
		padding: 0;
	}
	footer .govt a {
		float: none;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 2.2em;
	}

	.site-logo img {
		max-width: 70%;
		margin-left: 5px;
	}

	.CareersWhatWeOffer .child-num h3 {
		font-size: 4em;
		line-height: 1.3em;
		text-align: center;
	}

	.CareersWhatWeOffer .child-content {
		padding-left: 15px;
	}

	#main {
		min-height: 0;
	}

	.CareersHome .feature-container {
		position: static;
		height: auto;
	}

	.CareersHome .feature-container .page-content {
		position: static;
	}
}
