/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
  	box-sizing: border-box;
}

body{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}


h1{
	font-family: "museo-slab",serif;;
	font-weight:700;
	font-size:40px;
	line-height:46px;
}
h2{
	font-family: "museo-slab",serif;;
	font-weight:700;
}
h3{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.clearfix {
  overflow: auto;
}
.container{
	max-width:1000px;
	margin:0 auto;
}
.header{
	background-color:#FDEB07;
}
.logo{
	display:block;
	width:200px;
	height:31px;
	background-image:url(../images/A-Logo.svg);
	background-size:contain;
	background-repeat:no-repeat;
	float:left;
	margin:30px 0 30px 60px;
}
.navigation{
	float:right;
	margin:40px 30px 0 0;
	padding-bottom: 5px;
}
.navigation li{
	float:left;
	margin:0 30px 0 0;
}
.navigation li a{
	color:#000;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
}
.navigation li a:hover{
	border-bottom:4px solid #000;
}
.navigation li.current-menu-item a{
	border-bottom:4px solid #000;
}
.home-content{
	background-color:#FDEB07;
	padding:60px 60px;
}
.home-content h1{
	font-size:60px;
	line-height:66px;
}
.home-content h2{
	font-size:24px;
	line-height:30px;
	margin:0 0 30px;
}
.home-content p{
	font-family: "museo-slab",serif;
	font-weight:700;
	font-size:24px;
	line-height:30px;
	margin:0 0 60px;
}
.home-content p a{
	color:#fff;
}
.home-categories li{
	display:inline-block;
	border:2px solid #000;
	margin:0 8px 10px 0;
	letter-spacing:1px;
}
.home-categories ul.black-cat li{
	background-color:#000;
}
.home-categories li a{
	color:#000;
	text-decoration:none;
	padding:4px 8px;
	font-size:13px;
	line-height:19px;
	text-transform:uppercase;
	display:block;
}
.home-categories li a:hover{
	background-color:#000;
	color:#FDEB07;
}
.home-categories ul.black-cat li a{
	color:#FDEB07;
}
.home-categories ul.black-cat li a:hover{
	background-color:#FDEB07;
	color:#000;
}
.category-content{
	background-color:#FDEB07;
	padding:60px 60px 10px;
}
.standard-content h1,
.detail-content h1,
.category-content h1{
	font-size:48px;
	line-height:54px;
	font-weight:700;
	font-family: "museo-slab",serif;
	margin:0 0 50px;
}
.category-content p{
	font-size:24px;
	line-height:30px;
	font-weight:700;
	font-family: "museo-slab",serif;
	margin:0 0 50px;
}
.btn{
	font-size:13px;
	line-height:13px;
	padding:7px 14px;
	border:2px solid #000;
	display:inline-block;	
	width:auto;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	letter-spacing:1px;
}
.btn:hover{
	background-color:#000; 
	color:#FDEB07;
}
.btn.back-button{
	background-image:url(../images/A-Icon-ChevronBack.svg);
	background-repeat:no-repeat;
	background-position:2px center;
	background-size:24px 24px;
	padding-left:26px;
}
.btn.back-button:hover{
	background-image:url(../images/A-Icon-ChevronBack2.svg);
}
.category-block{
	width:40%;
	float:left;
	border-bottom:1px solid #FDEB07;
	margin:0 5%;
}
.category-block:nth-child(odd) {
	padding:20px 20px 20px 0;
}
.category-block:nth-child(even) {
	padding:20px 0 20px 20px;
}
.category-jobs{
	padding:60px 60px 40px;
}
.category-block h2{
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height:30px;
	font-weight:600;
	margin:0 0 4px;
}
.category-block h2 a{
	text-decoration:none;
	color:#000;
}
.category-block h2 a:hover{
	text-decoration:underline;
}
.category-block h3{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	line-height:26px;
	font-weight:400;
	margin:0 0 4px 0;
}
.category-block h4{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	line-height:26px;
	color:#666666;
	font-weight:400;
	margin:0 0 10px 0;
}
.category-block p{
	font-size:18px;
	line-height:24px;
	color:#666666;
	font-weight:400;
	margin:0 0 8px 0;
}
.category-block p.job-ref{
	font-size:16px;
	line-height:22px;
}
.job-cat-load{
	display:block;
	text-align:center;
}
.footer{
	max-width:1000px;
	margin:40px auto;
	border-top:3px solid #FDEB07;
	padding:20px 0;
}
.footer.footer-home{
	margin-top:0;
}
.footer-left{
	width:27%;
	float:left;
	text-align:left;
}
.footer-right{
	width:70%;
	float:right;
	text-align:right;
}
.footer-linkedin{
	display:inline-block;
	background-image:url(../images/logo-LinkedIn.svg);
	background-size:contain;
	width:28px;
	height:28px;
	vertical-align:middle;
	margin-right:3px;
}
.footer-instagram{
	display:inline-block;
	background-image:url(../images/logo-Instagram.svg);
	background-size:contain;
	width:28px; 
	height:28px;
	vertical-align:middle;
	margin-right:3px;
}
.footer-right p{
	display:inline-block;
	vertical-align:top;
	margin-right:3px;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.footer-radar{
	display:inline-block;
	background-image:url(../images/Logo-Black.svg);
	background-size:contain;
	width:28px; 
	height:28px; 
	vertical-align:middle;
}
.radar-content,
.detail-content{
	background-color:#FDEB07;
	padding:60px 60px 60px;
} 
.radar-content h3,
.detail-content h3{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	line-height:26px;
	font-weight:400;
	margin:0 0 4px 0;
}
.detail-content h4{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	line-height:26px;
	font-weight:400;
	margin:0 0 10px 0;
	padding-top:18px;
}
.radar-content p{
	font-weight:700;
	font-family: "museo-slab",serif;
	font-size:20px;
	line-height:26px;
	margin:0 0 10px 0;
}
.detail-content p{
	font-size:18px;
	line-height:24px;
	color:#666666;
	font-weight:400;
	margin:0 0 8px 0;
} 
.detail-content p.job-ref{
	font-size:16px;
	line-height:22px;
	margin-bottom:50px;
}
.detail-panel{
	padding:60px 60px 20px;
}
.detail-pane-left{
	float:left;
	width:60%;
	padding-right:40px;
}
.detail-pane-right{
	float:left;
	width:40%;
}
.radart-pane-left{
	float:left;
	width:40%;
	margin-right:10%;
}
.radar-pane-right{
	float:left;
	width:45%;
}
.standard-panel h2,
.detail-panel h2{
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height:30px;
	font-weight:500;
	margin:0 0 20px;
}
.standard-panel h3,
.detail-panel h3{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	margin:0 0 20px;
}
.standard-panel h4,
.detail-panel h4{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	margin:0 0 20px;
	color:#666;
}
.standard-panel p,
.detail-panel p{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	margin:0 0 20px; 
}
.standard-panel li,
.detail-panel li{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	margin:0 0 5px; 
}
.standard-panel ul,
.detail-panel ul{
	list-style:disc;
	padding:0 0 0 20px;
	margin:0 0 20px;
}
.standard-panel ol,
.detail-panel ol{
	list-style:decimal;
	padding:0 0 0 20px;
	margin:0 0 20px;
}
.detail-pane-right h2{
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height:30px;
	font-weight:500;
	margin:0 0 14px;
}
.detail-pane-right h3{
	color:#666666;
	font-size:16px;
	line-height:22px;
	margin-bottom:30px;
}
.detail-pane-right label{
	font-size:13px;
	line-height:20px;
	letter-spacing:1px;
}
.detail-pane-right input{
	font-family: 'Roboto', sans-serif;
	margin:5px 0;
	border-radius:4px;
	border:1px solid #999;
	padding:10px 8px;
	font-size:16px;
	line-height:22px;
	outline: none;
	width:100%;
}
.detail-pane-right textarea{
	font-family: 'Roboto', sans-serif;
	margin:5px 0;
	border-radius:4px;
	border:1px solid #999;
	padding:10px 8px;
	font-size:16px;
	line-height:22px;
	outline: none;
	width:100%;
}
.wpcf7-response-output{
	padding: 20px 20px!important;
	font-size:16px!important;
	line-height:22px!important;
	clear: both!important;
	margin-top: 20px!important;
	float: left!important;
	margin-left:0!important;
	margin-right:0!important;
}
.wpcf7-spinner{
	float: left!important;
	margin-top: 24px!important;
}
.wpcf7-not-valid-tip{
	font-size:13px!important;
	line-height:20px!important;
}
.detail-pane-right input[type=submit]{
	background-color:#FDEB07;
	padding:20px 30px;
	width:auto;
	text-transform:uppercase;
	border-radius:0;
	border:0;
	font-weight:600;
	letter-spacing:1px;
	cursor:pointer;
	float:left;
}
.detail-pane-right input[name=cancel]{
	background-color:#fff;
	padding:20px 30px;
	width:auto;
	text-transform:uppercase;
	border-radius:0;
	border:1px solid #FDEB07;
	font-weight:600;
	letter-spacing:1px;
	cursor:pointer;
	float:right;
}
.detail-pane-right input[type=submit]:hover{
	background-color:#000;
	color:#FDEB07;
}
.detail-pane-right input[name=cancel]:hover{
	background-color:#FDEB07;
}
.standard-content{
	background-color:#FDEB07;
	padding:60px 60px 60px;
} 
.standard-pane-left img{
	max-width:100%;
	height:auto; 
}
.standard-panel{
	padding:60px 60px 20px;
}
.standard-pane-left{
	float:left;
	max-width:700px;
}
.mobile-nav{
	background-image:url(../images/A-Icon-Menu.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:48px;
	height:48px;
	float:right;
	display:none;
	margin:20px 15px 0;
	cursor:pointer;
}
.mobile-nav-x{
	background-image:url(../images/A-Icon-Close.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:48px;
	height:48px;
	float:right;
	margin:20px 15px 0;
	display:none;
	cursor:pointer;
	position:relative;
	z-index:100;
}
.nav-linkedin{
	background-image:url(../images/icon-LinkedIn.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:left;
	margin-right:15px;
	display:none;
}
.nav-instagram{
	background-image:url(../images/icon-Insta.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:left;
	display:none;
}
.contact-linkedin{
	background-image:url(../images/logo-LinkedIn.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:left;
	margin-right:15px;
}
.contact-instagram{
	background-image:url(../images/logo-Instagram.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:left;
}
.nav-logo{
	background-image:url(../images/A-Logo-Symbol.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
	float:left;
	clear:both;
	margin-top:40px;
	display:none;
}
.contact-custom h2{
	padding-top:20px;
	margin-bottom:12px;
}
.contact-custom h3{
	margin-bottom:35px;
}
.radar-pane-right a:hover {
  background-color: #000;
  color: #FDEB07;
}
.radar-pane-right a {
  	color: #000;
  	text-decoration: none;
  	padding: 4px 8px;
  	font-size: 13px;
  	line-height: 19px;
  	text-transform: uppercase;
	float:left;
  	border: 2px solid #000;
  	margin: 0 10px 12px 0;
  	letter-spacing:1px;
	cursor:pointer;
}
.radar-pane-right a.active{
  	border: 2px solid #FDEB07;
	background-color:#FDEB07;
}
.radar-pane-right a:hover.active{
  	border: 2px solid #000;
	background-color:#fff;
	color:#000;
}

.radart-pane-left input {
  font-family: 'Roboto', sans-serif;
  margin: 5px 0;
  border-radius: 4px;
  border: 1px solid #999;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  width: 100%;
}
.radart-pane-left textarea {
  font-family: 'Roboto', sans-serif;
  margin: 5px 0;
  border-radius: 4px;
  border: 1px solid #999;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  width: 100%;
}
.roles-div{
	margin-bottom:20px;
}
.radar-pane-right input[type="submit"]:hover {
  background-color: #000;
  color: #FDEB07;
}
.radar-pane-right input[type="submit"] {
  background-color: #FDEB07;
  padding: 20px 30px;
  width: auto;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  float: left;
}
.radar-pane-right input[name="cancel"] {
  background-color: #fff;
  padding: 20px 30px;
  width: auto;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #FDEB07;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  float: right;
}
.radar-pane-right input {
  font-family: 'Roboto', sans-serif;
  margin: 5px 0;
  border-radius: 4px;
  border: 1px solid #999;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  width: 100%;
}
.radar-intro{
	max-width:740px;
	padding-bottom:46px;
}
@media (max-width: 1024px) {
	.footer {
		padding: 20px 20px;
	}	
}

@media (max-width: 768px) {
	.home-content {
		padding:40px 20px;
	}
	.logo {
		margin: 30px 0 30px 20px;
	}	
	.navigation {
		float: right;
		margin: 40px 0 0 0;
	}
	.navigation li {
		float: left;
		margin: 0 20px 0 0;
	}	
	.category-content {
		padding: 60px 20px 10px;
	}
	.category-jobs {
		padding: 60px 0 40px;
	}
	.radar-content,
	.detail-content {
		padding: 60px 20px 60px;
	}	
	.detail-panel {
		padding: 60px 20px 20px;
	}	
	.standard-content {
		padding: 60px 20px 60px;
	}		
	.standard-panel {
		padding: 60px 20px 20px;
	}	
	.radart-pane-left{
		float:left;
		width:100%;
		margin-right:0;
	}
	.radar-pane-right{
		float:left;
		width:100%;
	}
}
@media (max-width: 600px) {
	.detail-pane-left {
		width:100%;
		padding-right:0;
	}
	.detail-pane-right {
		width:100%;
	}
	.category-block:nth-child(2n),
	.category-block:nth-child(2n+1) {
		padding:0;
	}
	.category-block {
		width:100%;
		padding:20px 0!important;
		margin:0;
	}
	.category-jobs {
		padding: 60px 20px 40px;
	}
	.mobile-nav{
		display:block;
	}
	.navigation{
		display:none;
	}
	.navigation {
		float:none;
		background-color:#000;
		width:100%;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		padding:80px 40px;	
	}
	.navigation ul{
		margin-bottom:50px;
	}
	.navigation li{
		float:none;
		width:100%;
		margin-bottom:25px;
	}
	.navigation li a{
		color:#fff;
		font-size:18px;
		line-height:24px;
		font-weight:500;
	}
	.nav-linkedin{
		display:block;
	}
	.nav-instagram{
		display:block;
	}
	.nav-logo{
		display:block;
	}
	.home-content h1 {
	  	font-size:40px;
	  	line-height:46px;
	}
	.home-content h2 {
	  	font-size: 22px;
	  	line-height: 28px;
	}
	.home-content p {
	  	font-size:18px;
	  	line-height:24px;
	  	margin: 0 0 50px;
	}
	.home-content {
	  	padding:30px 20px;
	}
	.footer-right p {
	  	font-size: 13px;
	  	line-height: 19px;
	}		
	.home-categories li{
		letter-spacing:1px;
		margin-right:5px;
	}
	.standard-content h1, .detail-content h1, .category-content h1 {
	  	font-size:28px;
	  	line-height:34px;
		margin-bottom:24px;
	}
	.category-content {
  		padding:30px 20px 10px;
	}
	.category-content p {
	  font-size: 18px;
	  line-height: 24px;
	  margin: 0 0 30px;
	}
	.category-jobs {
	  	padding:20px 20px 40px;
	}
	.category-block h2 {
	  	font-size: 18px;
	  	line-height: 24px;
	}	
	.category-block h3{
	  	font-size: 16px;
	  	line-height: 22px;
	}	
	.category-block h4{
	  	font-size: 16px;
	  	line-height: 22px;
	}	
	.category-block p{
	  	font-size: 14px;
	  	line-height: 22px;
	}	
	.category-block p.job-ref {
	  	font-size: 14px;
	  	line-height: 20px;
	}	
	.category-block {
	  padding:20px 0 10px!important;
	}
	.detail-content {
	  	padding:20px 20px 30px;
	}
	.detail-content h3 {
  		font-size: 20px;
  		line-height: 26px;
	}
	.detail-content h4 {
  		font-size: 18px;
  		line-height: 26px;
	}
	.detail-content p {
  		font-size: 18px;
  		line-height: 26px;
	}
	.detail-content p.job-ref {
	  	font-size: 16px;
	  	line-height: 22px;
		margin-bottom:30px;
	}	
	.detail-panel {
  		padding:30px 20px 20px;
	}
	.detail-pane-right{
		border-top:1px solid #FDEB07;
		margin-top:30px;
		padding-top:30px;
	}
	.radar-pane-right a {
		padding:5px 7px;
		margin: 0 8px 12px 0;
		letter-spacing:1px;
	}
}
@media (max-width: 400px) {
	.logo {
	  	background-image: url(../images/A-Logo-Invader.svg);
		width:40px;
		height:40px;
		margin: 20px 0 30px 20px;
	}
	.mobile-nav{
		margin:15px 15px 0;
	}
	.detail-pane-right input[type="submit"] {
	  	width:100%;
	  	float:none;
	}
	.detail-pane-right input[name="cancel"] {
	  	width:100%;
	  	float:none;
	}
	.wpcf7-spinner {
		display:none!important;
	}
}



