/*START GLOBAL CSS*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background:transparent; color:#fff; border:0px; cursor:pointer; }

html {
	position: relative;
	min-height: 100%;
	/*Root font size, 62.5% to size rems in a way that is similar to using px.*/
	font-size: 62.5%;
}

body {
  /* Margin bottom by footer height */
	margin-bottom: 320px;
	background:#dcdee5;
	font-family:'Open Sans',arial,helvetica,sans-serif;
}

article{
	padding: 0 0 0 0;
}

section{
	background: white;
}

div.clearer {
	width:100%;
	height:1px;
	display:block;
	clear:both;
}

.bluehr {
	display:block;
	clear:both;
	width:20px;
	height:5px;
	background-color:#0071cf;
	margin:10px 0px 0px 30px
}

.bluehrelm {
	padding-top:15px;
	background:transparent url(/recruitment/img/blue-hr.png) 18% 0px no-repeat;
}


.stc {
	position:relative;
	top:124px;
	left:14px;
	border:1px solid black;
	background:white;
	padding:10px;
}

.stc:not(:focus) {
	top:-20000px;
}
.stc:focus {
	top:124px;
	z-index:100;
}

.accbl{
	position:relative;
	left:-20000px;
}

h1,h2,h3,h4{
	text-align: left;
	font-size: 24px; /*IE8 fallback*/
	font-size: 2.4rem; /* =24px */
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 600; 
	font-style: normal;	
	text-transform: uppercase;
}

p, li, a, span, td{
	font-family: 'Open Sans',arial,helvetica,sans-serif;
	font-weight: 400;
}

a:hover{
	text-decoration: none;
}

a, button{
	color: #0072cf;	
}

/*a, button, a p, a span, a li{
	transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
}*/

.glyphicon{
	font-weight: normal;
}


.container, .container-fluid{
	background: #efecec;
	padding: 0;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
	margin: 0;
	overflow-x: hidden;
	color: #2e2e2e;
}



.row{
	margin: 0;
}

.column{
	padding: 1% 3.5%;
}

.column-feature{
	padding:0;
	overflow: hidden;
}

.swipebox-video{
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/recruitment/img/ui-icons/play-icon.png) center center no-repeat;
}

.swipebox-video img{
	width: 100%;
	height: 100%;
}

.video-back-noise{
	background: url(/recruitment/img/ui-icons/video-scan-lines-less.png) 0 0 no-repeat;
	background-size: 100% 100%;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
}

/* To stop the media (image, video etc) pushing down it's row height*/
.column-feature *{
	display: none;
}

h1 {
	font-size:60px;
	font-size:6rem;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align: center;	
}

h2 {
	font-size:30px;
	font-size:3rem;
}

h3, h4 {
	font-size:18px;
	font-size:1.8rem;
}

p,li {
	font-size:16px;
	font-size:1.6rem;
	line-height:2.2rem;
}

.full-width-feature{
	max-height: 500px;
	overflow: hidden;
	position: relative;
	color: white;
	border-width: 0 0 10px 0;
	border-style:solid;
}

.full-width-feature *{
	width: 100%;
}

/*.half-width-feature{
	margin: 0 auto;
	position: relative;
	min-height: 250px;
	padding: 0;	
}
*/


/*Overiding bootstraps default menu icon*/
.navbar-toggle{
	margin-top: 15px;
	border: none;
}

.navbar-toggle .icon-bar {
	width: 35px;
	height: 5px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 10px;
}

.cta-btn{
	color: black;
	background: white;
	padding: 15px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.title-block .cta-btn {
	border:1px solid #2e2e2e;
	-ms-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -webkit-border-radius: 20px; 
    border-radius: 50px;	
	background:transparent;
	color:#fff;
	margin-top:20px;
	text-transform: uppercase;
	width:300px;
	font-style:normal;
	background:#2e2e2e;
}

.title-block .cta-btn:hover { 
	background:#fff;
	color:#000;
}

.searchformaction {
	position:absolute;
	right: 0;
	max-height: 0px;
	overflow: hidden;
	margin-top: 45px;
	max-width: 0px;
	z-index:10;
}

.searchformaction-close{
	animation: rightAndClose 0.60s forwards;
	-webkit-animation: rightAndClose 0.60s forwards;	
}

.searchformaction-collapsed{
	max-width: 400px;
    max-height: 100px;
	animation: leftAndOpen 0.60s forwards;
	-webkit-animation: leftAndOpen 0.60s forwards;	
}

.speech-triangle{
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #0072cf;
	float: right;
	margin-top:2px;
	margin-right: 25px;
}

.search-container{
	background: white;
	border-top: solid #0072cf 10px;
	margin-top: 10px;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes leftAndOpen {
    0%   {max-height: 20px;max-width: 0px;}
    50%  {max-height: 20px;max-width: 400px;}
    65%  {max-height: 20px;}
    100% {max-width: 400px;
    	max-height: 100px;}
}

/* Standard syntax */
@keyframes leftAndOpen {
    0%   {max-height: 20px;max-width: 0px;}
    50%  {max-height: 20px;max-width: 400px;}
    65%  {max-height: 20px;}
    100% {max-width: 400px;
    	max-height: 100px;}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rightAndClose {
    0%   {max-width: 400px;
    	max-height: 100px;}
    50%  {max-height: 20px;}
    65%  {max-height: 20px;max-width: 400px;}
    100% {max-height: 20px;}
}

/* Standard syntax */
@keyframes rightAndClose {
    0%   {max-width: 400px;
    	max-height: 100px;}
    50%  {max-height: 20px;}
    65%  {max-height: 20px;max-width: 400px;}
    100% {max-height: 20px;}
}

/*.small-tiles a .glyphicon-chevron-right{
	-webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.small-tiles a:hover .glyphicon-chevron-right{
	text-decoration: none;
	-webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}*/

.img_wrapper{
	width:100%;
	height:100%;
}

#searchform {
	padding: 15px;
	margin-top: -25px;
}

#searchform .glyphicon-chevron-right{
	margin-right: 15px;
}

#searchform *{
/*	height: 0px;
	overflow: hidden;*/
}

.searchformaction-collapsed #searchform *{
	height: auto;
	overflow: hidden;
}

input#searchbox{
}
input#searchbox,input#submitsearch{
	display:inline-block;
	 margin-right:1px
}

input#submitsearch {
	border:0px;
	background:none;
	font-weight:bold;
	text-transform: uppercase;

}

.glyphicon-chevron-right{
    transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;	
}

#submitsearch:hover ~ .glyphicon-chevron-right{
	text-decoration: none;
/*	-webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);*/
}
#searchform label{
	display: block;
}

#searchform input {
	margin-right:15px;
/*	float: left;*/
}

section{
	/*Prefperly overflow needs to be here to properly support cover images */
	overflow: hidden;
}

article.howtoapply {
	padding-top:0px;
}

article.benefitspackage {
	padding-top:0px;
}

#profile .acenter{
	margin-top: 10px;
	text-align: center;
}

#profile .acenter *{
	font-size: 30px;
	font-size: 3rem;
	text-decoration: none;
	border-bottom: 5px solid black;
	display: inline-block;
	margin: 0 auto;
}

div.howtoapplypanel {
	margin-left:50px;
	width:80%;
}

.title-block-tall {
	text-align: center;
	background: #efecec;
	padding:56px 0px;
}

.title-block-tall.sp {
	padding:30px 0px;
}

.title-block span, .title-block-tall span, .title-block p, .title-block-tall p {
	font-style: italic;
	width:66%;
	display:block;
	margin:0 auto;
	font-size:18px;
	font-size:1.8rem;
	margin: 5px auto 0px auto;
}

.title-block-tall .glyphicon{
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 10px;
}

.title-block-tall h2 {
	font-size:30px;
	font-size:3rem;
	margin:0px;
	padding:0px;
	text-align: center;
}

.bottom-block span, .bottom-block-tall span, .bottom-block p, .bottom-block-tall p{
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}

/*Full width title blocks*/

.title-block{
	background-color: #efecec;
	padding: 56px 0 60px;
}

.title-block.sp {
	background-color: #efecec;
	padding: 0 0 30px 0;
}

.title-block *{
	text-align: center;
	background: #efecec;
}

.title-block h2{
	margin: 0 0 10px 0;
}

#maincontent .title-block p{
	font-size: 18px;
	font-size: 1.8rem;

	font-weight: 300;

}

.circle-image-container{
	-ms-border-radius: 50%; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    position:relative;
	z-index: 0;
	/*Make sure it plays nice with image cover class (.coverDivImg)*/
    overflow: hidden;
    width: 100%;
	height: 100%;
}

.circle-image-container img{
	position: relative;
	z-index: 0;
}

.featured-seal *{
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
} 

.featured-seal-top{
	width: 80px;
	height: 30px;
	margin: 0 auto;
	background: #d0112b;
	padding: 0 0 0 0;
}

.featured-seal-bottom{
	width: 40px;
	height: 40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #d0112b;
	margin: 0 auto;
}

.apprenticeship-preview .featured-seal-top{
	background: #4a98dd;
	padding-top: 5px;
}

.apprenticeship-preview .featured-seal-bottom{
	border-top-color:#4a98dd;
}

.back-to-top{
	text-transform: uppercase;
	cursor: pointer;
	background-color: #0072cf;
	color: white;
}

.back-to-top div {
	text-align:right;
}

.back-to-top img{
	width:30px;
}

.back-to-top a span{
	font-size: 2.0rem;
	font-weight: 700;
	color:#fff;
	text-decoration:none;
}
.back-to-top a:hover span {
	text-decoration:none;
}
.back-to-top .glyphicon-chevron-up{
	margin-left: 10px;
	font-size: 22px;
	font-size: 2.2rem;
}

.back-to-top:hover .glyphicon-chevron-up{
	text-decoration: none;
/*	top: 5px;
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);*/
}

.small-text{
	margin: 35px 0 0 0;
}

.modal-content{
	padding:30px;
	border-radius: 0px;
}

.modal-header{
	border: 0px;
	padding:30px;
}

.modal-body{
	padding:30px;
}

.modal .modal-header h2{
	text-align: center;
	padding: 0px;
	margin:0px;
}

.modal .modal-btns{
	text-align: center;
	margin: 30px 0;
}

.modal .modal-btns a{
	font-size: 18px;
	font-size: 1.8rem;	
}

.modal .modal-btns a .glyphicon{
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;	
}

/*END GLOBAL CSS

/*START GLOBAL NAV BAR*/

header{
	background: white;
}

.starred-pos{
	display: none;
}

.navbar-default{
	text-transform: uppercase;
	background: white;
	position:relative;
}

.page-furniture {
	float:right;
	margin:-20px 22px 15px 0px;
}

.page-furniture .navbar-text {
	margin-right:0px;
}

.starred-pos, .get-in-touch, .apply-now {
	float:left !important;
}

.navbar-default .container-fluid{
	background: white;
}

.navbar-collapse{
	clear: right;
}

.navbar-brand{
	height: auto;	
}

.navbar-brand .svg-wrap-wk-bug{
	height: 76px;
	margin: 0 0 12px 27px;
}

.navbar-brand .logo{
	/*alwyas height not width, why? ... IE*/
/*	height: 76px;*/
	width: 140px;
/*	max-height: 100%;*/
}
.svg-wk-bug{
	max-height: 100%;
	width: 100%;
}
.navbar-brand img .st0{
	fill: #ffffff;
}

.navbar-brand img .st1{
	fill: #ffffff;
}

.navbar-brand img .st2{
	fill: #ffffff;
}

.dropdown-toggle .drop-text{
	font-weight: 700;
	  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;      
}

.dropdown .glyphicon-chevron-down{
	display: inline-block;
	float: right;
	padding: 0% 3% 0% 3%;

	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE 8 */

	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;

  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;      

}

.dropdown.open .glyphicon-chevron-down{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); /* IE 8 */

}

.dropdown-menu{
	border: none;
	box-shadow: none;
	font-size: 1.1rem;
	width: 130%;
	border-radius: 0;
	z-index:100;
	min-width: 160px;
}

.navbar-right .dropdown-menu {
    left: -15%;
    right: 0;
}

.navbar-right .dropdown-menu li {
	padding-left: 10%;
	padding-right: 10%;
}

.dropdown-menu li a{
	padding-top:10px;
	padding-bottom:10px;	
	font-size:13px;
	font-size:1.4rem;
	z-index:100;
	font-weight: bold;
	white-space: normal;
}

.apply-now{
	display: none;
}

.find-out-more{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
	font-size: 1.9rem;
	cursor: pointer;
}

.find-out-more span{
	margin-left: 25px;
	font-size: 14px;
	font-weight: 1.4rem;
}

.get-in-touch {
	display:none;
}

.navbar-default .navbar-link{
	color: white;
}

.navbar-default .navbar-link:hover{
	color: white;
}

.tile-top{
	height: 250px;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}

.abroadbase .tile-top {
	cursor:auto;
}

.abroadbase .tile-bottom {
	cursor:auto;
}

.tile-top img{
	margin: 0 auto;
	text-align: center;
	display: block;
}

.small-tiles a .glyphicon-chevron-right{
/*	-webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;*/
}

.small-tiles a:hover .glyphicon-chevron-right{
	text-decoration: none;
/*	-webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);*/
}

.small-tiles .column{
	padding: 0;
}

.small-tiles .tile-bottom{
	color: #000;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
	display: table;
	padding: 0 5%;
}

.small-tiles .tile-bottom span{
	line-height: 30px;
	font-weight: normal;	
}

.small-tiles .glyphicon-chevron-right {
	color:#0072cf;
	font-weight:normal;	
}

.homepage .small-tiles .tile-bottom span {
	font-weight: bold;
	margin: 0 20px;
	line-height: 15px;
	vertical-align: middle;
	display: table-cell;
}

.foreign-bases.small-tiles a {
	text-decoration:none;
}

.foreign-bases.small-tiles .tile-bottom{
	color:#000;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	padding-left:10px;
}

.tile-bottom{
	color:white;
	width: 100%;
	height: 50%;
	overflow: hidden;
	cursor: pointer;
}

.tile-bottom span{
	text-align: left;
	display: inline-block;
	margin-left: 10px;
}
.tile-bottom h3 span {
	display: inline;
}

.tile-bottom span:hover{
	text-decoration: none;
}


/*END GLOBAL NAV BAR*/
.cookielink {
	cursor:pointer;
	z-index:100;
}

/*START HOME FEATURED SECTION */

.homepage .promo-feature{
	background: url(/recruitment/img/feat-promo.jpg) 50% no-repeat;
}

/*END HOME FEATURED SECTION */

/*START EXPEREINCE PAGE SECTION */

.experience .promo-feature{
	background: url(/recruitment/img/feat-promo-exp.jpg) 50% no-repeat;
	background-size: cover !important;

}

.experience .promo-feature .video-embed, .experience .video-embed iframe{
	height:100%;
	width: 100%;
}

/*END EXPEREINCE PAGE SECTION */

/*START PROMO FEATURED SECTION */

.promo-feature{
	height:475px;
	text-align: center;
	margin: 20px;

}

	/*Used to vertical centre text-block*/
.promo-feature:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	margin-right: -0.25em;
 }

.promo-feature > *{
	display: inline-block;
	vertical-align: middle;
	width:62%;
	background: none;
}

.promo-feature {
	margin:0;
}

.promo-feature h1{
	text-align: center;
	color: white;
	font-size: 55px;
	font-size: 5.5rem;
	font-family: 'Bombardier';
}

.promo-feature p{
	text-align: center;
	color: white;
	margin:15px auto;
	font-size:14px;
	font-size:1.4rem;
	font-style:italic;
	padding: 0 0%;
}

.promo-feature section br{
	display: none;
}

.promo-feature button{
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
}

.promo-feature .cta-btn {
	border:2px solid #fff;
	-ms-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -webkit-border-radius: 20px; 
    border-radius: 50px;	
	background:transparent;
	color:#fff;
	margin: 0px;
	text-transform: uppercase;
	font-size:16px;
	font-size:1.6rem;
	padding: 15px 25px;

	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}

.promo-feature .cta-btn:hover { 
	background:#fff;
	color:#000;
}

.technology-feature h1 {
	color:#000;
}

/*END PROMO FEATURED SECTION */

/*START ROLE CATEGORY THUMBS*/


.roles h1{
	text-transform: uppercase;
}
/*.thumb.medical{
	background: url(/recruitment/img/role-thumbs/medical.jpg);
	background-size:cover;
}*/

.roles .intro-info ul {
	padding-left:15px;
}

.roles table {
	margin:10px 0px 10px 0px;
}

.label-icon-text{
	display: table;
}

.roles .raf-icon {
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}

.roles .label-icon-text h3 {
	display: inline-block;
	vertical-align: middle;
	margin-top: 8px;
}

.roles .label-icon-text h3 span {
	font-size:13px;
	font-size:1.3rem;
}

.roles #training ol {
	padding-top:50px;
}

.roles #requirements h4 {
	padding-top:30px;
}

.roles #requirements a {
	text-transform:uppercase;
	padding-top:30px;
	clear:both;
	display:block;
}

.roles #requirements ul {
	margin-left:15px;
	padding:0px;
}

.roles .button-group{
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 5% 0 0 0;
}

/*END HOME ROLE THUMBS*/

/*START ROLE FEATURED THUMBS*/

.role-preview .tile-top{
	height: 60%;
	overflow: hidden;
	width: 100%;
	color: white;
	font-family: 'Open Sans';
	font-size: 1.2rem;
}

.role-preview.featured .tile-top{
	height: 50%;
}


.role-preview .tile-top .circle-image-container{
	width: 190px;
	height: 190px;
	margin: 5px auto;
}

.role-preview .tile-top > span{
	display: block;
	margin: 15px 0;
}

.role-preview .column{
	padding: 0;
}

.roles .acenter{
	margin: 0 auto 20px auto;
}

.roles h2{
	margin: 40px 0px 0px 0px;
}

.roles h1, .roles strong{
	text-transform: uppercase;
}


.role-preview .tile-bottom h3{
	text-transform: uppercase;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.rolefinder-results .role-preview.featured .tile-bottom h3 {
	position: relative;
}
.rolefinder-results .role-preview.featured:not(.apprenticeship-preview) .tile-bottom h3::after{
	content: '';
	width: 20px;
	height: 5px;
	display: block;
	background-color: #0071cf;
	position: absolute;
	bottom: 0;
}

.role-preview .tile-bottom span{
	text-transform: uppercase;
	text-align:left;
	font-size:16px;
	font-size:1.6rem;
}

.role-preview .glyphicon-chevron-right{
/*	-webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;*/
}

.role-preview:hover .glyphicon-chevron-right{
	text-decoration: none;
/*	-webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);	*/
}

.role-preview .tile-bottom  span.glyphicon-chevron-right {
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
}



/*END ROLE FEATURED THUMBS*/

/*START ROLES TEMPLATE*/

.roles .p100t{
	padding-top: 100px;
}
.roles .p105t{
	padding-top: 105px;
}

.raf-icon-normal{
	display: block;
}

.intro-pre-title, .apply-pre-title{
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
	font-style: normal;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}
.apply-pre-title {
    color: #2e2e2e;
    margin: 40px 0 -40px 0;
    display: block;
}

.intro-halves{
	overflow: hidden;
	background-color: #0072cf;
}

.intro-halves .intro-info{
	padding: 50px;
}

.intro-info > div{
	display: table-cell;
	vertical-align: bottom;
}

.intro-halves .intro-info p{
	font-family: 'Open Sans';
	font-weight: 300;
}

.intro-halves h1, .intro-halves h2, .intro-halves p, .intro-halves li{
	text-align: left;
	color: white;
}

.intro-halves .intro-info p, .intro-halves .intro-info li{
	font-weight:300;
	font-size:1.5rem;
}

.intro-halves .intro-info p.main {
	font-size:2.2rem;
	line-height:3rem;
}

.intro-halves h1{
	font-size: 5.5rem;
}

.intro-halves .glyphicon-play{
	color: white;
}

.reg-res-tab{
	background-color: #2e2e2e;
	text-align: left;
	padding-bottom: 22px;
	height: 125px;
		transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	border-bottom:1px solid #dcdee5;

}

.reg-res-tab > *{
	height:100%;
	cursor: pointer;
}

.reg-res-tab .raf-icon-inverse{
	display: none;
}

.reg-res-tab .raf-icon-normal{
	display: block;
}

.reg-res-tab .active .raf-icon-inverse{
	display: block;
}

.reg-res-tab .active .raf-icon-normal{
	display: none;
}

.ico_raf-icon-inverse {
	background:transparent url(/recruitment/img/ui-icons/icon-regular-i.png) center left no-repeat;
	display:inline-block;
	padding-left:50px;
}
.ico_raf-icon-inverse {
	background:transparent url(/recruitment/img/ui-icons/icon-reserve-i.png) center left no-repeat;
	display:inline-block;
	padding-left:50px;
}


.ico_raf-icon-reg-inverse{
	background:transparent url(/recruitment/img/ui-icons/icon-regular-i.png) center left no-repeat;
	display:inline-block;
	padding-left:50px;
}
.reg-res-tab  .glyphicon {
	font-size:30px;
	font-size:3rem;
	float: right;
	margin-top: 5%;
}
.reg-res-tab li .glyphicon-chevron-up{
	display: inline-block;
	transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.reg-res-tab li.active .glyphicon-chevron-up{
	display: inline-block;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE 8 */
}

.reg-res-tab li{
	transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;	
	height: 100%;
	padding:0;
}

.reg-res-tab li a{
	background:none;
	border: none;
	display: inline-block;
	width: 100%;
	color: black;
	padding:3% 3.5%;
	display:block;
	height:100%;
}


/*.reg-res-tab li a:hover{
	background:none;
	border: none;
	display: inline-block;
	color: inherit;
}*/

.reg-res-tab ul{
	background:#fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.reg-res-tab .reg-tab {
	background: #2e2e2e;
}

.reg-res-tab .reg-tab a{
	color: white;
}

.nav-tabs .reg-res-tab .res-tab li a{
	color: #555;
}

.reg-res-tab .reg-res-labels{
	float: left;
}

.reg-res-tab h2, .reg-res-tab span, .reg-res-tab p{
	display: block;
	text-align: left;
}

.reg-res-tab h2{
	display: inline-block;
	vertical-align: middle;
}



nav.person-nav{
	padding: 0;
/*	max-height: 120px;*/
	overflow: hidden;
	padding-top: 10px;
}

nav.person-nav li, .person-nav-label{
	height: 100px;
	vertical-align: middle;
}

nav.person-nav li:not(:last-child){
	border-right: solid 1px;
	border-color: #dcdee5;
}

nav.person-nav.affix {
	position: fixed;
	top: 0;
	z-index: 1;
	width:100%;
}

nav.person-nav .person-nav-items{
	padding:0;
	border-bottom: #dcdee5 solid 1px;
}

nav.person-nav a span span, .nb-tag span span{
	color:#565656;
	font-size:1.2rem;
	width: 100%;
}

.person-nav-collapse{
	background: white;
}

.person-nav-label{

}

.person-nav-label .glyphicon-chevron-up{
	font-size: 2.5rem;
	color: white;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.person-nav-label .collapsed .glyphicon-chevron-up{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE 8 */
}

.person-nav .active{
	background-color:#2e2e2e;
	color:#fff;
}

.person-nav .active a, .person-nav .active a span {
	background-color:#2e2e2e;
	color:#fff;
}

 .person-nav .active a span span{
 	color:#B9B9B9;
 }

.person-nav nav li{
	background-color: white;
}

.nb-num{
	font-size:4.5rem;
	color:#fff;
}	

.person-nav h3, .person-nav span , .person-nav p{
	display: block;
	text-align: center;
}

nav.person-nav .person-nav-label h2{
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

section.person-video{

}

.video-cover > img{
	width: 100%;
}

.video-cover .text-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 40%;
	height: 100%;
	padding: 5%;	
}

.video-cover .play-icon{
	position: absolute;
	width: 100px;
	height:100px; 
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

section.role-day h2{
	text-align: left;
	text-transform: uppercase;
}

.role-day .info{
}

section.pic-training{

}

.faqs .faq {
	border:1px solid #000;
	border-bottom:0px;
}

.faqs .faq.lastfaq {
	border:1px solid #000;
	cursor:pointer;
}

.faqs .faqda {
	background:transparent url(/recruitment/img/ui-icons/d-arrow.png) center center no-repeat; 
	width:20px;
	height:30px;
	display:block;
	float:right;
}
.faqs .faqua {
	background:transparent url(/recruitment/img/ui-icons/u-arrow.png) center center no-repeat; 
	width:20px;
	height:30px;
	display:block;
	float:right;
}

.faq h2 {
	margin:0;
}

.faq .title a {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	color:inherit;
	display:block;
	padding:20px 0;
	
}

	/*START AIR CREW ROLE*/
.air-crew-role {
	background-color: #4a98dd;
}

.air-crew-role .full-width-feature{
	border-color: #4a98dd;
}

.air-crew-role .intro-halves{
	background-color: #4a98dd;
}

.air-crew-role .person-nav{
	background-color: #4a98dd;
}

.air-crew-role .back-to-top{
	background-color: #4a98dd;
}

.air-crew-role .recruitinfo.med{
	color: #4a98dd;	
}
	/*END AIR CREW ROLE*/

	/*START AIR OPERATIONS SUPPORT ROLE*/
.air-operations-role{
	background-color: #0092a8;
}

.air-operations-role .full-width-feature{
	border-color: #0092a8;
}

.air-operations-role .intro-halves{
	background-color: #0092a8;
}

.air-operations-role .person-nav{
	background-color: #0092a8;
}

.air-operations-role .back-to-top{
	background-color: #0092a8;
}

.air-operations-role .recruitinfo.med{
	color: #0092a8;	
}
	/*END AIR OPERATIONS SUPPORT ROLE*/

	/*START COMMUNICATIONS & INTELLIGENCE ROLE*/
.communications-role{
	background-color: #117e63;
}

.communications-role .full-width-feature{
	border-color: #117e63;
}

.communications-role .intro-halves{
	background-color: #117e63;
}

.communications-role .person-nav{
	background-color: #117e63;
}

.communications-role .back-to-top{
	background-color: #117e63;
}

.communications-role .recruitinfo.med{
	color: #117e63;	
}
	/*END COMMUNICATIONS & INTELLIGENCE ROLE*/

	/*START FORCE PROTECTION ROLE*/
.force-role{
	background-color: #844e00;
}

.force-role .full-width-feature{
	border-color: #844e00;
}

.force-role .intro-halves{
	background-color: #844e00;
}

.force-role .person-nav{
	background-color: #844e00;
}

.force-role .back-to-top{
	background-color: #844e00;
}

.force-role .recruitinfo.med{
	color: #844e00;	
}
	/*END FORCE PROTECTION ROLE*/

	/*START LOGISTICS ROLE*/
.logistics-role{
	background-color: #ba7f00;
}

.logistics-role .full-width-feature{
	border-color: #ba7f00;
}

.logistics-role .intro-halves{
	background-color: #ba7f00;
}

.logistics-role .person-nav{
	background-color: #ba7f00;
}

.logistics-role .back-to-top{
	background-color: #ba7f00;
}

.logistics-role .recruitinfo.med{
	color: #ba7f00;	
}
	/*END LOGISTICS ROLE*/

	/*START HUMAN RESOURCES ROLE*/
.human-role{
	background-color: #6b4478;
}

.human-role .full-width-feature{
	border-color: #6b4478;
}

.human-role .intro-halves{
	background-color: #6b4478;
}

.human-role .person-nav{
	background-color: #6b4478;
}

.human-role .back-to-top{
	background-color: #6b4478;
}

.human-role .recruitinfo.med{
	color: #6b4478;	
}
	/*END HUMAN RESOURCES ROLE*/

	/*START MEDICAL ROLE*/
.medical-role{
	background-color: #839425;
}

.medical-role .full-width-feature{
	border-color: #839425;
}

.medical-role .intro-halves{
	background-color: #839425;
}

.medical-role .person-nav{
	background-color: #839425;
}

.medical-role .back-to-top{
	background-color: #839425;
}

.medical-role .recruitinfo.med{
	color: #839425;	
}
	/*END MEDICAL ROLE*/

	/*START TECHNICAL & ENGEENERING ROLE*/
.technical-role{
	background-color: #395f75;
}

.technical-role .full-width-feature{
	border-color: #395f75;
}

.technical-role .intro-halves{
	background-color: #395f75;
}

.technical-role .person-nav{
	background-color: #395f75;
}

.technical-role .back-to-top{
	background-color: #395f75;
}

.technical-role .recruitinfo.med{
	color:#395f75;	
}

/*END TECHNICAL & ENGEENERING ROLE*/

/*END ROLES TEMPLATE*/

/*START REG-RES KEY FACTS*/

#key-facts td{
	font-weight: bold;
}
#key-facts td p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
}
#key-facts td p a {
    font-weight: bold;
}

.reg-res-key-facts .column{
	padding: 0;
	min-height: 300px;

}

.reg-res-key-facts .coverDivImg{
	position: absolute;
	top: 0;

}



.reg-res-key-facts .overlay{
	position: relative;
	z-index: 1;
	color: white;
}

.reg-res-key-facts .label-icon-text{
	padding: 20px 0 10px 0;
}

.reg-res-key-facts .overlay *{
	display: inline-block;
	vertical-align: middle;
}

.reg-res-key-facts h2 {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 25px 5px;
}

.reg-res-key-facts .raf-icon{
	padding-left: 0px;

}

.reg-res-key-facts p{
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 30px;
	line-height: 3rem;
	margin-top: 15px;
}



/*END REG-RES KEY FACTS*/

/*START ROLE-FINDER*/

main.role-finder ul.nav.nav-tabs {
	background:transparent;
	color:#fff;
	overflow:hidden;
	border-color:#0072cf; 	
}

main.role-finder ul.nav.nav-tabs .glyphicon{
	margin-left: 10px;
	font-size: 1.2rem;
}

main.role-finder ul.nav.nav-tabs li.active {
	background-color:#2e2e2e;
}

main.role-finder ul.nav.nav-tabs li.active a {
	color:#cccccc;
	border-radius:0;
	margin:0px;
	border-color:#2e2e2e;
}

main.role-finder ul.nav.nav-tabs li {
	margin:0px;
	padding-right:10px;
	text-transform: uppercase;
	background:#0072cf;
}

main.role-finder ul.nav.nav-tabs li a {
	color:#fff;
	margin:0px;
	padding-right:20px;
	border:none;
}
main.role-finder ul.nav.nav-tabs li a:hover {
	background:transparent;
}

main.role-finder div.tab-content {
	border:0px;
}



.familysq {
	width:100%;
	height:250px;
	overflow:hidden;
	margin-top:20px;
}

.familywd {
	width:100%;
	height:250px;
	overflow:hidden;
	margin-top:20px;
}

blockquote {
	padding:0px;
	border:0px;
}

.pag cite {
	font-style:italic;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
}
.pag cite span {
	font-weight:normal;
	font-size:12px;
	font-size:1.2rem;
}

.pag a.bluelink {
	font-size:19px;
	font-size:1.9rem;
	font-size:1.9rem;
	color:#0072cf;
	background:transparent url() center right no-repeat;
	text-transform:uppercase;
}

form {
	padding-top:10px;
}

form.form-searchbyrole {
	background-color:#2e2e2e;
}

form.form-searchbyrole div.row.formholderrow {
	height:100%;
	position:relative;
}

form.form-searchbyrole div.formcol {
	height:100%;
	position:relative;
}

main.role-finder ul.nav.nav-tabs li.active a, main.role-finder ul.nav.nav-tabs li a  {
	margin-left:30px;
	margin-right:30px;
}

form.form-searchbyrole h3 {
	color:#b4b4b4;
	text-transform:uppercase;
	font-size:14px;
	font-size:1.4rem;
	line-height:22px;
	line-height:2.2rem;
	margin-left:30px;
	clear:both;
	font-weight:normal;
	font-family:'open sans',arial,helvetica,sans-serif;
	margin-top:0px;
}

form.form-searchbyrole h3.tagheader {
	float:left;
}

div.formholderrow {
	margin-top:10px;
}

.infotag {
	background:transparent url(/recruitment/img/icon-info.png) center right no-repeat;
	padding-right:20px;
}
.infotag.hidden {
	display:none;
}

.form-overlay {
	background:#000;
	color:#fff;
	display:block;
	width:200px;
	height:200px;
	border:3px solid 2e2e2e;
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	z-index:100;
}

.overlay-close {
	color:#000;
	background:#fff;
	cursor:pointer;
	margin:3px;
}

form.form-searchbyrole label  {
	background:transparent;
	color:#fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;		
	padding:5px 10px;
	cursor:pointer;
	font-size:1.3rem;
	padding-left:30px;
	border:1px solid #424242;
	background:transparent url(/recruitment/img/how-to-apply/ico_default_off.png) 5px center no-repeat;
	font-weight:normal;
}

.fl {
	float:left;
}



form.form-searchbyrole label.selectbox {
	background:none;
	border:0px;
	/*border:1px solid #424242;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
	padding:5px 10px;	*/
}

form.form-searchbyrole select {
	color:#000;
}

form.form-searchbyrole  label.checked {
	-ms-border-radius:10px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; border:1px solid #759bbb;
	background:transparent url(/recruitment/img/how-to-apply/ico_default_on.png) 5px center no-repeat; 
}

form.form-searchbyrole label.air-crew-role.checked	{ background:transparent url(/recruitment/img/how-to-apply/ico_air-crew.png) 5px center no-repeat; border:1px solid #4a98dd; }
form.form-searchbyrole label.air-operations-role.checked 	{ background:transparent url(/recruitment/img/how-to-apply/ico_air-ops.png) 5px center no-repeat; border:1px solid #0092a8; }
form.form-searchbyrole label.communications-role.checked	{ background:transparent url(/recruitment/img/how-to-apply/ico_comm-int.png) 5px center no-repeat; border:1px solid #117e63; }
form.form-searchbyrole label.logistics-role.checked		{ background:transparent url(/recruitment/img/how-to-apply/ico_logs.png) 5px center no-repeat; border:1px solid #ba7f00; }
form.form-searchbyrole label.medical-role.checked		{ background:transparent url(/recruitment/img/how-to-apply/ico_med.png) 5px center no-repeat; border:1px solid #839425; }
form.form-searchbyrole label.human-role.checked	{ background:transparent url(/recruitment/img/how-to-apply/ico_per-sup.png) 5px center no-repeat; border:1px solid #6b4478; }
form.form-searchbyrole label.force-role.checked	{ background:transparent url(/recruitment/img/how-to-apply/ico_for-pro.png) 5px center no-repeat; border:1px solid #b9720c;	}
form.form-searchbyrole label.technical-role.checked	{ background:transparent url(/recruitment/img/how-to-apply/ico_tec-sup.png) 5px center no-repeat; border:1px solid #395f75;}

form.form-searchbyrole  label rfformelm {
	visibility:visible;
}
form.form-searchbyrole  label rfformelm.hidden {
	visibility:hidden;
}

span.recruitinfo.air-crew-role { color:#4a98dd; }
span.recruitinfo.air-operations-role { color:#0092a8; }
span.recruitinfo.communications-role { color:#117e63; }
span.recruitinfo.logistics-role { color:#ba7f00; }
span.recruitinfo.medical-role { color:#839425; }
span.recruitinfo.human-role { color:#6b4478; }
span.recruitinfo.force-role { color:#b9720c; }
span.recruitinfo.technical-role { color:#395f75; }

.rolefinder-results {
	background:#fff;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-bottom: 1px;
}

.role-preview {
	height:300px;
	padding:5px;
	border:1px solid #EDEDED;
	margin:0px;
	color:#fff;
}

.thumb-bottom {
    padding: 5px 10px;
}

.role-preview img {
	width:100%;
}

.role-preview p {
	font-size:16px;
	font-size:1.6rem;
	line-height:20px;
	line-height:2rem;
}

.role-preview.featured {
	height:600px;
	padding:5px;
	border:1px solid #EDEDED;
	margin:0px ;
}

.homepage .role-preview.featured {
	margin-right: 0;
	margin-bottom: 0;
}

/*START Apprenticeship CSS, also inherits elements from .featured class*/

.apprenticeship-preview .tile-bottom span, .apprenticeship-preview .tile-bottom p{
	color:#0072cf;
}

.homepage .apprenticeship-preview.role-preview .tile-bottom h3 {
	padding-right: 20%;
	margin-top: 5px;
	color:#0072cf;
}

.roles .apprenticeship-preview.role-preview .tile-bottom h3{
	text-align: center;
	padding-right: 10%;
	padding-left: 10%;
	font-weight: 500;
}

.roles .apprenticeship-preview.role-preview .tile-bottom p{
	font-size:14px;
	font-size: 1.4rem;
	line-height:18px;
	line-height: 1.8rem;
}

.roles .apprenticeship-preview.role-preview .tile-bottom h3, .roles .apprenticeship-preview .tile-bottom span, .roles .apprenticeship-preview .tile-bottom p {
	color:black;
}

.roles .apprenticeship-preview.role-preview .tile-bottom .cta_bluelink{
	margin: 0 auto;
	padding: 15%;
}

.roles .apprenticeship-preview.role-preview .tile-bottom .cta_bluelink span{
	font-size: 16px;
	font-size: 1.6rem;
	color:#0072cf;
}

.roles .apprenticeship-preview.role-preview .tile-bottom .cta_bluelink .glyphicon{
	text-align: right;
	padding: 12px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.roles .apprenticeship-preview.role-preview .tile-bottom .cta_bluelink .find-out{
	padding-left:0px;
	padding-right: 0px;
	margin:0px;
}

.rolefinder-results .role-preview.apprenticeship-preview .tile-bottom h3::after{
	content: '-';
	padding: 0;
	display: block;
	margin:5px auto;
	text-align: center;
}

.rolefinder-results .role-preview.apprenticeship-preview .tile-bottom .bluehr{
	margin: 0px;
}

/*END Apprenticeship CSS */

.role-finder .role-preview p {
	margin-left:10px;
	margin-right: 10px;
}

.role-preview .tile-bottom span {
	font-size:13px;
	font-size:1.3rem;
	line-height:18px;
	line-height:1.8rem;
}

.role-preview .role-thumb-container {
	padding:0px;
	height:100%;
}

.role-preview.featured div span.fr-copy {
	display:block;
	margin:10px;
}

#tagholder {
	float:left;
}

li.searchtagelm {
	float:left;
	color:#fff;
	list-style:none;
	background:#0072cf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding:3px 10px;
	margin-right:5px;
	margin-top:15px;
	margin-left:5px;
	cursor:pointer;
}

li.searchtagelm span {
	background:#0072cf url(/recruitment/img/roles/close_tag.png) center right no-repeat;
	padding:3px 10px 3px 0px;
}

#homepage .rolefinder-results .role-preview{
	border:none;
}

.role-preview{
	-ms-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	background: none;
}

.role-preview.medical-role .role-thumb-container { background-color:#839425; }
.role-preview.medical-role:hover { background-color:#839425; }
.role-preview.air-operations-role .role-thumb-container { background-color:#0092a9; }
.role-preview.air-operations-role:hover { background-color:#0092a9; }
.role-preview.communications-role .role-thumb-container { background-color:#117e63; }
.role-preview.communications-role:hover { background-color:#117e63; }
.role-preview.human-role .role-thumb-container { background-color:#6b4578; }
.role-preview.human-role:hover { -ms-transition: background-color 0.5s ease-in-out; -webkit-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; background-color:#6b4578; }
.role-preview.technical-role .role-thumb-container { background-color:#395f74; }
.role-preview.technical-role:hover { -ms-transition: background-color 0.5s ease-in-out; -webkit-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; background-color:#395f74; }
.role-preview.force-role .role-thumb-container { background-color:#844e00; }
.role-preview.force-role:hover { -ms-transition: background-color 0.5s ease-in-out; -webkit-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; background-color:#844e00; }
.role-preview.air-crew-role .role-thumb-container { background-color:#4a99de; }
.role-preview.air-crew-role:hover { -ms-transition: background-color 0.5s ease-in-out; -webkit-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; background-color:#4a99de; }
.role-preview.logistics-role .role-thumb-container { background-color:#ba7f00; }
.role-preview.logistics-role:hover { -ms-transition: background-color 0.5s ease-in-out; -webkit-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; background-color:#ba7f00; }

.apprenticeship-preview .role-thumb-container { background-color:#ffffff; }
.apprenticeship-preview:hover { background-color:#4a98dd; }


.formcategories div {
	padding:0px;
}

.rankdot {
	padding-left:40px;
}

.nopadd img {
	padding:0px;
	margin:-30px -15px;
}
.nmgt {
    margin-top: 0 !important;
}
.nopaddal {
	padding:0px;
}

.generic h2 {
	margin-top:50px;
}

.generic h3 {
	margin-top:30px;
}

.nolist {
	list-style:none;
	margin:0px;
	padding:0px;
}

.raf-logos {
	margin-top: 15%;
}

.raf-logos li{
	padding: 10% 0;
}

.descholdernum {
	margin: 0 auto;
	text-align: center;
}

.descholdernum a{
	color: #0072cf;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
	font-size: 1.9rem;
	cursor: pointer;
}

.apply-info{
	margin: 0 auto;
	padding: 0 5%;
}

.apply-info .link{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
	font-size: 1.9rem;
	cursor: pointer;
}

.reg-res-key-facts .reg-res-labels.life-as{
	position: relative;
	left: 0;
}

.reg-res-labels.life-as{
	position: absolute;
	top: 20px;
	left: 30px;
	padding: 0px 0 50px;
	z-index: 6;	
}

.reg-res-labels {
	display:table;
	clear:both;
}
table .reg-res-labels {
	min-width: 230px;
}
.reg-res-labels > div{
	display: table-cell;
	vertical-align: middle;
}

.reg-res-labels .raf-icon{
	width: 60px;
	height:60px;
	padding: 10px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}

.reg-res-labels .svg-wrap-wk-bug{
	display: inline-block;
	width: 60px;
	height: 60px;
}
.reg-res-labels.bb {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.reg-res-labels div p, .reg-res-labels div h2, .reg-res-labels div h3 {
	font-size: 13px;
	font-size: 1.3rem;
	margin:5px;
	text-transform:uppercase;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-family: 'Open Sans';	
}
.reg-res-labels span, .reg-res-labels.life-as span {
	font-family: 'Gotham A', 'Gotham B';
	clear:both;
	text-transform:uppercase;
}

.reg-res-labels span{
	font-weight: 700;
	font-size: 24px;
	font-size:2.4rem;
}

.how-to-apply .reg-res-labels{
	padding-left: 20%;
}


.d220 {
	width:220px;
	height:220px;
}

.d345 {
	width:345px;
	height:345px;
}

.descholdernum p.tel {
	font-size:22px;
	font-size:2.2rem;
}

.greyscale {
   	filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	transition: filter 0.5s ease-in-out;
	-ms-transition: -ms-filter 0.5s ease-in-out;
	-webkit-transition: -webkit-filter 0.5s ease-in-out;
}

.greyscale img{
   	filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	transition: filter 0.5s ease-in-out;
	-ms-transition: -ms-filter 0.5s ease-in-out;
	-webkit-transition: -webkit-filter 0.5s ease-in-out;	
}

a:hover .greyscale {	
	-webkit-filter: grayscale(0%);
	filter: none;
}

a:hover .greyscale img, a:hover .greyscale svg image {	
	-webkit-filter: grayscale(0%);
	-moz-filter: none !important;
	filter: none !important;
}

/*.hi-brightness:before{
    content: "";  
    display: block;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    background: rgba(255,255,255, 0.25);
}

.low-brightness:before{
    content: "";  
    display: block;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    background: rgba(0,0,0, 0.25);
}*/

.app-list ol {
	counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
	position:relative;
	left: 18px;
	top:30px;
	clear:both;
	padding-bottom:30px;
	width:95%;
}

.app-list li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    background:#fff;
	font-size:2.4rem;
	font-weight:bold;
	line-height:6.6rem;
	text-transform:uppercase;
}

.app-list ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-1em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:1em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    color:#0072cf;
    background:#fff;
	font-size:5rem;
    font-weight:bold;
    font-family: 'Gotham A','Gotham B';
    text-align:center;
}

.roleselector select {
	border:1px solid #000;
	margin:20px auto;
	display:block;
	padding:6px;
	width:525px;
}

.roleselector input.submit {
	padding:5px;
	margin:-10px auto 30px auto;
	display:block;
	width:100px;
	border:0px;
	background:#2e2e2e;
	color:#fff;
}

form.form-searchbyrole  {
	padding-bottom:30px;
}

form.form-searchbyrole input#submit {
	padding:5px;
	width:100px;
	margin-left:80%;
	display:block;
	background:#2e2e2e;
	color:#fff;
	border:1px solid #ccc;
}

form.form-searchbyrole input#submit:hover {
	background:#ccc;
	color:#2e2e2e;
}

#ageselect {
	border:1px solid #ccc;
}


nav.person-nav.bluenav {
	background:#0072cf;
	padding-top:10px;
}

nav.person-nav.bluenav a {
	font-size:1.7rem;
	font-weight:bold;
	padding:10px 5px;
}

.js-form-overlay {
	background-color:#2e2e2e;
	color:#ccc;
	width:1125px;
	position:relative;
	top:-51px;
	left:38px;
	display:none;
	z-index:5;
}

.js-form-overlay h3 {
	font-family:'open sans',arial,helvetica,sans-serif;
	font-size:1.6rem;
	padding-bottom:10px;
}

.js-form-overlay input {
	display:none;
}

.js-form-overlay fieldset {
	padding:10px 50px;
}

.js-form-overlay fieldset label {
	padding:10px 10px 10px 30px;
	cursor:pointer;
	border:1px solid #2e2e2e;
}

.js-form-overlay fieldset{
	background: none;
}

.js-form-overlay fieldset label.checked { -ms-border-radius:10px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }

.js-form-overlay fieldset.air-crew-role label	{ background:transparent url(/recruitment/img/how-to-apply/ico_air-crew.png) 5px center no-repeat; }
.js-form-overlay fieldset.air-operations-role label 	{ background:transparent url(/recruitment/img/how-to-apply/ico_air-ops.png) 5px center no-repeat; }
.js-form-overlay fieldset.communications-role label	{ background:transparent url(/recruitment/img/how-to-apply/ico_comm-int.png) 5px center no-repeat; }
.js-form-overlay fieldset.logistics-role label		{ background:transparent url(/recruitment/img/how-to-apply/ico_logs.png) 5px center no-repeat; }
.js-form-overlay fieldset.medical-role label		{ background:transparent url(/recruitment/img/how-to-apply/ico_med.png) 5px center no-repeat; }
.js-form-overlay fieldset.human-role label	{ background:transparent url(/recruitment/img/how-to-apply/ico_per-sup.png) 5px center no-repeat; }
.js-form-overlay fieldset.force-role label	{ background:transparent url(/recruitment/img/how-to-apply/ico_for-pro.png) 5px center no-repeat; }
.js-form-overlay fieldset.technical-role label	{ background:transparent url(/recruitment/img/how-to-apply/ico_tec-sup.png) 5px center no-repeat; }

.js-form-overlay fieldset.air-crew-role label.checked	{ border:1px solid #4a98dd; }
.js-form-overlay fieldset.air-operations-role label.checked	{ border:1px solid #0092a8;	}
.js-form-overlay fieldset.communications-role label.checked	{ border:1px solid #117e63;	}
.js-form-overlay fieldset.logistics-role label.checked	{ border:1px solid #ba7f00g;	}
.js-form-overlay fieldset.medical-role label.checked	{ border:1px solid #839425;	}
.js-form-overlay fieldset.human-role label.checked	{ border:1px solid #6b4478;	}
.js-form-overlay fieldset.force-role label.checked	{ border:1px solid #b9720c;	}
.js-form-overlay fieldset.technical-role label.checked	{ border:1px solid #395f75;	}

.js-filltimerole {
	display:block;
	width:530px;
	height:42px;
	background:transparent url(/recruitment/img/how-to-apply/js-fulltime-off.png) center center no-repeat;
	margin:10px 0px 50px 23px;
	cursor:pointer;
	display:none;
	padding:10px;
	font-weight:bold;
	font-size:12px;
	font-size:1.2rem;
	text-transform:uppercase;	
}
.js-filltimerole.on {
	background:transparent url(/recruitment/img/how-to-apply/js-fulltime-on.png) center center no-repeat;
	padding:10px;
	font-weight:bold;	
	color:#fff;	
}

.js-sparetimerole {
	display:block;
	width:530px;
	height:42px;
	background:transparent url(/recruitment/img/how-to-apply/js-sparetime-off.png) center center no-repeat;
	margin:10px 0px 50px 23px;
	cursor:pointer;
	display:none;
	padding:10px;
	font-weight:bold;	
	font-size:12px;
	font-size:1.2rem;
	text-transform:uppercase;
}
.js-sparetimerole.on {
	background:transparent url(/recruitment/img/how-to-apply/js-sparetime-on.png) center center no-repeat;
	padding:10px;
	font-weight:bold;	
	color:#fff;
}

form#form-roleeligibility .js-sparetimerole {
	margin-top:120px;
}
form#form-roleeligibility .js-filltimerole {
	margin-top:120px;
}

#form-roleapply .reg-res-labels, #form-roleeligibility .reg-res-labels{
	padding: 5% 0;
}
#form-roleapply .label-parents, #form-roleeligibility .label-parents{
	margin-left: -8.5%;
	padding-left: 10%;
	width: 117%;
}

.lrgnum {
	font-family: 'Gotham A','Gotham B';
	font-size:200px;
	font-size:20rem;
	color:#0072cf;
	font-weight:bold;
	text-align:center;
	display:block;
	margin:0px auto;
	height:100%;
	line-height:300px;
}

.valigntext {
	display: inline-block;
	vertical-align: middle;
	margin: 15% 0;
}

.roles .bdrr {
	border-right:1px solid #dcdee5;
	padding-bottom: 50px;
}

.bdrr {
	border-right:1px solid #dcdee5;
}

.bdrl {
	border-left:1px solid #dcdee5;
}

.bdrb {
	border-bottom:1px solid #dcdee5;
}

/*.how-to-apply article section.row.h34 div {
	height:340px;
}

.how-to-apply article section.row.h32 div {
	height:320px;
}*/

.how-to-apply .number-table section > div{
	display: table;
	height: 100%;
}

.how-to-apply .number-table section > div .modal-btns{
	display: block;
}

.how-to-apply .number-table .column{
	padding: 0 3.5% 0;	
}

.how-to-apply .number-table .number-table-cell{
	height:360px;
}
.how-to-apply h2 {
	margin: 10px 0 40px;
}

.how-to-apply .number-table .number-table-cell > div > *{
	display: table-cell;
	vertical-align: middle;
}

.how-to-apply strong{
	text-transform: uppercase;
}

article.contactpage h2{ 
	padding-top:15px;
	padding-bottom:0px;
	margin-bottom:20px;
}

article.contactpage .circle-image-container {
	margin: 30px auto 0 auto;
}

.row.askusabout {
	background:#EFECEC;
}

.row.askusabout h3 {
	margin-top:50px;
	margin-bottom:40px;
	font-size:30px;
	font-size:3rem;
}

.row.askusabout ul {
	list-style:none;
	margin:0px 0px 50px 0px;
	padding:0px;
}

.row.askusabout ul li {
	font-size:16px;
	font-size:1.6rem;
	margin:10px 0px;
}
.raf-logos-wide .raf-logo-rrtype {
    clear: none;
    display: inline-block;
	padding-left:8%;
}
/*might not be needed*/
.how-to-apply .raf-logos-wide .raf-logo-rrtype {
    clear: none;
    display: inline-block;
	padding-left:0%;
}
/*end*/
.calendarselection {
	background:#2e2e2e;
	height:50px;
}
.calendarselection select, .calendarselection select option {
	color:#2e2e2e;
}

.calendarselection label {
	color:#fff;
}
.calendarevents .calendar {
	border:1px solid #ccc;
	padding-bottom:20px;
	height:280px;
}

.calendarevents .calendar.alt {
	border:1px solid #fff;
	background-color:#ccc;
}

.calendarevents .calendar h3 {
	padding:10px 0px 0px 0px;
	font-size:1.6rem;
	overflow:hidden;
}

.nav-tabs {
	border-bottom:0px;
}

.wbg {
	background-color:#fff;
}

.white {
	color:#fff;
}

.black {
	color:black;
}

.greyscalestatic{
	padding: 0;
}

.regheadbg,.resheadbg{
	background-size: cover;
	height:50%;	
	padding: 0;
	margin: 0;
	min-height: 150px;
}

.regheadbg {
	background-image:url(/recruitment/img/about/head-reg.jpg);
}

.resheadbg {
	background-image:url(/recruitment/img/about/head-res.jpg);
}

.hwb {
	height:120px;
	margin:0px;
	padding:0px;
}

.gbg {
	background-color:#f2f2f2;
}

.dbg {
	background-color:#2e2e2e;
}
.dgbg {
	background-color:#434343;
}

p.costinfo {
	text-align:center;
	color:#0072cf;
	font-weight:bold;
	font-size:2rem;
	text-transform:uppercase;
}
span.recruitinfo {
	text-align:center;
	color:#0072cf;
	font-weight:bold;
	font-size:1.5rem;
	margin:30px 0px;
}

.addtofave{
	display:inline-block;
	border:2px solid #aeaeae;
	color:#aeaeae;
/*	background:transparent url(/recruitment/img/ui-icons/greystar.jpg) right center no-repeat;*/
	height:55px;
	text-transform:uppercase;
	padding: 0;
	background: none;
}

.addtofave > *{
	display: inline-block;
	vertical-align: middle;
}

.addtofave-text{
	margin: 0 10px;
}

.addtofave .glyphicon{
	background: #aeaeae;
	color: white;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 17px;
	margin: 0;
	top: 0;
}

.glyphicon-star{
	font-size: 18px;
	font-size: 1.8rem;
}

.addtofave:hover {
	background:#aeaeae;
	color:#fff;
	text-decoration:none;
}

.largecentered, .benefitspackage #home h2 {
	font-size:5rem;
	color:#000;
	text-align:center;
	padding:60px 10px 0px 10px;
	margin:0px;
}
.benefitspackage #home h2 {
	padding:50px 10px 10px 10px;
}


.smallcentered {
	font-size:1.5rem;
	color:#000;
	text-align:center;
	padding: 00px 10px 50px 10px;
	margin:0px;
}

.acenter {
	text-align:center;
	margin:0px auto;
	display:block;
}

.padded30 {
	margin:30px 0px;
}

.scaleimages img {
	width:90%;
}

.w80 {
	width:80%;
	margin-left:10%;
}

.w75 {
	width:75%;
	text-align:center;
	margin:0 auto;
}

.m30 {
	margin:30px;
}

.h300o {
	height:300px;
}

.m30c {
	margin:30px auto;
}

.p0 {
	padding:0px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.p50 {
	padding:50px;
}
.p50s {
	padding:0px 50px;
}
.p50sb {
    padding:0px 50px 50px 50px;
}

.p30s {
	padding:0px 30px;
}
.p20s {
	padding:0px 20px;
}

.p50t {
	padding-top:50px;
}

.p65t {
	padding-top:65px;
}

.p75t {
	padding-top:75px;
}

.p100t {
	padding-top:100px;
}

.p70t {
	padding-top:70px;
}

.p57t {
	padding-top:57px;
}

.m300l {
	margin-left:300px !important;
}

.m330l {
	margin-left:330px !important;
}

.p50p {
	padding:0px 50px;
}

.h300 {
	height:300px;
	width:300px;
}
.fright {
    float: right;
}
.fleft {
    float: left;
}

a.brb {
	display:inline-block;
	padding:17px;
	background:#cf112b;
	color:#fff;
	font-weight:bold;
	width:auto;
	text-transform: uppercase;
}

#key-facts h2{
	float: left;
}

.sharethisholder{
	margin-bottom: 23px;
	text-align: center;
	display: inline-block;
	margin: 2.5% auto;
	float: right;
}

.sharethisholder h4 {
    display: inline-block;
    margin-right: 20px;
}

.addthis_sharing_toolbox{
	display: inline-block;
}

.scholarbg {
	background: #CCC url(/recruitment/img/lifestyle-and-benefits/scholarbg.jpg) bottom left no-repeat;
	padding-bottom: 600px;
}

.scholarbg h2{
	margin-bottom: 10px;
}

.scholarbg p {
	width:40%;
}

#sponsorship .acenter{
	margin-top: 20px;
	margin-bottom: 20px;
}

.recruitinfo {
	text-transform:uppercase;
}

span.nb-tag {
	display:none;
}

.videotrigger {
	position:relative;
}

.ico_play {
    left: 45%;
    position: absolute;
    top: 40%;
    z-index: 1000;
}

.h-reserve {
	background:transparent url(/recruitment/img/roles/h_reserve.png) left top no-repeat;
	height:42px;
	line-height:25px;
	padding-left:50px;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Gotham A','Gotham B';
}
.h-regular {
	background:transparent url(/recruitment/img/roles/h_regular.png) left top no-repeat;
	height:42px;
	line-height:25px;	
	padding-left:50px;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Gotham A','Gotham B';
}

.benefits .dailyrates p {
	margin: 25px 0 45px 0;
}

table {
	margin:0px 0px 10px;
	width:100%;
}

th {
	font-size:1.8rem;
	padding: 6px 0px;
}

.dailyrates th {
	width: 50%;
}
.dailyrates th:first-child {
	width: 60%;
}

td {
	margin:10px 0px;
	padding: 5px 0px;
}

td.tdrank {
	width:50%;
}

td.tdpay {
	width:30%;
}

ul {
	padding-left:20px;
}

ul li {
	padding-bottom:10px;
}

table .border {
	border:1px solid #ccc;
	padding:3px;
}

table.halfcontent th {
	font-size:1.2rem;
	min-width:75px;
}

table.halfcontent td {
	font-size:1.2rem;
}

table.halfcontent td.number {
	text-align:center;
}

ul.nav li {
	padding-bottom: 0;
}

section.dailyrates h3 {
	margin:20px 0px;
}

.container.error {
	min-height:450px;
}

.container.error div.error {
	min-height:450px;
}

.structure p {
	margin:20px 40px;
	font-size:15px;
	font-size:1.5rem;
	line-height:21px;
	line-height:2.1rem;
}

.stucture h2, .structure h3 {
	margin:60px 0px 0px 40px;
	margin-top: 10px;

}

.stucture h3 {
	font-size:30px;
	font-size:3rem;
}

.structure .ranklist h3 {
	font-size:16px;
	font-size:1.6rem;
	margin:24px 0px 0px 40px;
}


.structure ul {
	margin-left:40px;
}

#home .benefits p {
	margin: 12px 0 48px 0;
	font-size:1.8rem;
}
#home .benefits h2{
	margin-bottom: 48px;
}

.benefits h3, .benefits h4 {
	margin: 48px 0 20px 0;
}

.pic-helicopter {
	padding-bottom:250px;
	min-height: 500px;
	background:#f0eced url(/recruitment/img/about/structure-helicopter.jpg) center top no-repeat;
}

.circle-img-margin{
	margin-top:60px;
	margin-bottom: 40px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* This fixed height should match the body's bottom margin */
	height: 320px;
	background-color: #2e2e2e;
	color: white;
	padding: 40px 50px;
	overflow: hidden;	
}

.footer-col{
	padding: 0;
}

.social-buttons {
	text-align: right;
	padding: 0;
	margin-right: -10px;
}

.social-buttons li{
	display: inline-block;
	list-style: none;
	padding: 0 10px;
	cursor: pointer;
	line-height: 0;
}

.social-buttons li a{
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;

/*	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);	*/
}

.social-buttons li a:hover{
/*	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);*/
}

.social-buttons li img{
	width:auto;
}

.social-buttons .svg-wrap-wk-bug{
	height: 32px;
	width: 32px;
	display: inline-block;
}

.copyright-items li{
	display: inline;
	list-style: none;
	padding: 10px;
	color: #666666;
}

.container .text-muted {
	margin: 20px 0;
}

footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

footer .svg-wrap-wk-bug{
	height: 72px;
	width: 140px;
}

footer .logo{
	width: 140px;
	margin: 0 auto;
	display: block;
}

footer .footer-menu{
	text-align: center;
	margin: 45px 0;
}

footer .footer-menu li{
	display: inline;
	list-style: none;
	padding: 10px 0px;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
}

footer .footer-menu li:before{
	content: " | ";
	padding: 0 2%;
}

footer .footer-menu li:first-child:before {
	content: none;
}

footer .copyright-items{
	padding: 0;
}

code {
		font-size: 80%;
}

.hr_top {
	border-top:1px solid #b4b4b4;
}

#contactform label {
	display:none;
}

.contactpage {
	background:#fff;
}

.contactpage .row.first section {
	height:500px;
	position:relative;
	border-bottom:1px solid #ccc;
}
.contactpage .row section {
	height:300px;
	position:relative;
	border-bottom:1px solid #ccc;
}
.contactpage .row.last section {
	height:300px;
	position:relative;
	border:0px;
}

.contactpage section {
	border-right:1px solid #ccc;
	padding-left:40px;
	padding-right: 40px;
	position:relative;
	height:100%;
}

.contactpage section .glyphicon-chevron-right{
	position: absolute;
	left: 110px;
	bottom: 27px;
	top: inherit;
}
.contactpage section .dataform .glyphicon-chevron-right {
    position: inherit;
    margin-left: 15px;
    left: 0;
    bottom: 2px;
    display: inline-block;
}

.contactpage section.rollable:hover {
	background:#0072cf;
}

.contactpage section.rollable:hover h2{
	color:#fff;
}

.contactpage section.rollable:hover h3{
	color:#fff;
}

.contactpage section.rollable:hover p{
	color:#fff;
}

.contactpage section.rollable:hover span{
	color:#fff;
}

.contactpage section.rollable:hover a{
	color:#fff;
	background:#0072cf;
}

.contactpage .row.last section {
	border:0px;
}

.contactpage .descholdernum p.tel {
	font-size: 18px;
	font-size: 1.8rem;
	max-width: 150px;
}
.contactpage .raf-logos {
	margin-top: 10%;
}
.contactpage .reg-res-labels div h3 {
	width: 86px;
}

.contactsocialholder {
	display:block;
	margin:10px 0 80px 0;
	width:100%;
	text-align:center;
}

.contactsocialholder p {
	width:100%;
	margin: 20px 0;
}

.contactsocialholder  img {
	margin:0px auto 20px auto;
	width: 60px;
	height: 60px;
}

.contactsocialholder .svg-wrap-wk-bug{
	display: inline-block;
	width: 60px;
	height: 60px;
}

.contactpage .row.first .raf-logo-rrtype.bb{
	border-bottom: 1px solid #ccc;
}

.calendar:hover {
	background:#0072cf;
}
.calendar:hover h3, .calendar:hover h4, .calendar:hover p, .calendar:hover .dateitem {
	color:#fff;
}
.calendar:hover a {
	color:#000;
}

.calendar .dateitem{
	font-size:8rem;
	font-size:80px;
	color:#0072cf;
	font-weight:bold;
	float:left;
}

.calendar .month {
	display:block;
	font-weight:bold;
	float:left;
	padding:0px 10px;
	margin-top:-10px;
	text-transform:capitalize;
	width: 69px;
}

.events .calendar .month {
	padding-top: 50px;
}

#eventduration label {
	text-transform:uppercase;
}

.calendar .year {
	display:block;
	font-weight:bold;
}

.calendar h3 {
	padding:30px 0px 0px 0px;
	margin:0px;
	position: relative;
}
.calendar h4 {
	font-size:14px;
	font-size:1.4rem;
	position:absolute;
	top:86px;
	width: 250px;
}

.calendar p {
	margin-top:14px;
	padding-top:14px;
	background:transparent url(/recruitment/img/bluebar.png) left top no-repeat;
	font-size:1.4rem;
	position:absolute;
	top:130px;
}

#contactform, .dataform {
	width:100%;
}
.dataform .row {
    clear: both;
    overflow: hidden;
}
.dataform .fright {
	padding: 15px;
	display: block;
}
.dataform label {
    border: none;
    font-family: 'Gotham A', 'Gotham B';
    margin: 0;
    padding: 20px 15px;
    display: block;
    font-size: 19px;
    font-size: 1.9rem;
}
.dataform .row div label {
    padding-left: 0;
}
#contactform input, #contactform textarea, .dataform input, .dataform select, .dataform textarea {
	width:100%;
	clear:both;
	display:block;
	margin:20px 0px;
	padding:10px;
	border:0px;
	background:#f0eced;
}
.dataform select {
    border: 1px solid #2e2e2e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 12px;
    font-size: 1.2rem;
    background:#f0eced url(/recruitment/img/ui-icons/d-arrow.png) 95% center no-repeat;
    background-size: 12px 9px;
}
.dataform span.info {
    font-size: 16px;
    font-size: 1.6rem;
}
#contactform textarea, .dataform textarea {
	height:125px;
}

#contactform input#send, .dataform input#send {
	width:auto;
	background:#fff;
	color:#0072cf;
	text-transform:uppercase;
	font-size:2rem;
	position:absolute;
	bottom:20px;	
	margin:0px;
	padding:0px;
}
.dataform input#send {
    position: inherit;
    bottom: 0;
    left: 0;
    display: inline-block
}
.dataform .submit-row {
    margin: 40px 0 80px;
}
.dataform .submit-row .col-md-9 {
    text-align: right;
}
#contactform input#send:hover, .dataform input#send:hover {
	text-decoration:underline;
}
.dataform input.field-validation-error, .dataform select.field-validation-error, .dataform textarea.field-validation-error {
    border: 1px solid #d0112b;
}
.dataform span.field-validation-error {
    color: #d0112b;
    margin-top: -15px;
    margin-bottom: 15px;
    display: block;
}


a.bottomlink, .contactpage section .glyphicon-chevron-right{
	color:#0072cf;
	
}

a.bottomlink:after {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

.contactpage section .glyphicon-chevron-right {
	display: none;
}
.contactpage section form .glyphicon-chevron-right {
	display: inline;
}

.bottomlink {	
	text-transform:uppercase;
	font-size:2rem;
}

.contactpage .bottomlink{
	position:absolute;
	bottom:20px;
	background:#fff;
	width:auto;	
}

.maps-search-box .form-group{
	display: inline-block;
	width:80%;
}

.maps-search-box .form-group input{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
}

.maps-search-box .glyphicon{
	display: inline-block;
	color: white;
	margin: 5px 5px;
}

.maps-search-box .icon-group {
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
}

.maps-search-box .glyphicon-search{
	font-size: 18px;
	font-size: 1.8rem;
	cursor:pointer;
	width:30px;
	height:20px;
}

.glyphicon-search span {
	display:none;
}

.maps-search-box .glyphicon-chevron-right{
	font-size: 14px;
	font-size: 1.4rem;
	top:-20px;
}

/*START RECRUITMENT CENTRES*/
.recruitment-map-half{
	padding: 0;
}

.recruitment-map-half h1, .recruitment-map-half h2, .recruitment-map-half p, .recruitment-map-half li{
	color: black;	
}

.gmap-canvas{
	height: 100%;
	min-height: inherit;
	display: none;
}

.foreignbase-1-gmap, .foreignbase-2-gmap, .foreignbase-3-gmap, .foreignbase-4-gmap{
	height:200px;
}

.uk-base-map{
	padding:0;
}

.ukbase-gmap{
	height: 250px;
		transition: height 0.35s ease-in-out;
	-ms-transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}

a.abroadbase {
	
}
.recruitment-gmap, .centre-details{
	padding: 5%;	
	color: black;
}

.foreignbasepanel{
	position:relative;
}

.glyphicon-remove {
	cursor:pointer;
}

.foreign-details{
	padding:5px;
	height:0px;
	position:absolute;
	top:0px;
	background:#fff;
	display:none;
}

.foreign-details.open {
	top:170px;
	display:block;
	height:120px;
	overflow:none;
	width:100%;
}

.recruitment-gmap{
	padding: 0;
	height:100%;
	min-height: inherit;
/*	transition: min-height 0.5s ease-in-out;
	-ms-transition: min-height 0.5s ease-in-out;
	-webkit-transition: min-height 0.5s ease-in-out;*/
	overflow: hidden;
}

.recruitment-gmap-collapsed{
	height:50%;/*
	min-height: 250px;*/
}

#recruitment-gmap-canvas{
	height: 100%;
	min-height: inherit;
}

.map-search-bar{
	background-color: #0072cf;

}

.map-addreses{
	height: 100%;
	min-height: inherit;
	overflow-y: scroll;
	max-height: 500px;
}

.map-addreses ul{
	list-style-image: url(/recruitment/img/ui-icons/raf-symbol.svg);
/*	display: none;*/
}

.foreign-bases{
	padding:0;
}

.foreign-bases .column{
	border: 1px solid #EDEDED;
}

.centre-details{
	border-top:10px solid #0073d0;
	height:250px;
	overflow: hidden;
}

.centre-details-collapsed{
	height: 0px;
	overflow: hidden;
	padding: 0;
	border:0;
}

.centre-details > *{
	display: inline-block;
}

.centre-details > .glyphicon-remove{
	vertical-align: top;
	cursor: pointer;
}

.centre-details ul{
	padding: 0;
}

.centre-details ul li{
	list-style: none;
}

div.ranklist {
	margin-top:60px;
}

.structure div.ranklist ul {
	margin-bottom:60px;
}

.centre-details .adr *{
	display: block;
}

.adr *:contains(','){
	display: none;
}

.search-error{
	color: white;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;	
}

.search-error-collapsed{
	display: block;
	line-height:0;
	height: 0;
	overflow: hidden;
}

#submitmap {
	background:transparent;
	border:0px;
	color: #0072cf;	z-index:10;
	margin-left:0px;
	display:inline;
}

/*END RECRUITMENT CENTRES*/


/*LIFE AS REG/RES*/

.life-reg p, .life-res p {
	font-size:16px;
	font-size:1.6rem;
	line-height:22px;
	line-height:2.2rem;
}

.life-reg .title-block, .life-res .title-block{
	padding:5% 15%;
}

.life-reg .title-block h2, .life-res .title-block h2{
	margin: 0px;
}



.life-reg .gmap-centres{
	height: 550px;
}


.life-text-block {
	padding:50px;
	padding-top: 0px;
	border: 1px solid #EDEDED;
	border-bottom: 0;
}

.life-text-block .circle-image-container{
	margin-top: 50px;
	margin-bottom: 50px;
}

.life-reg .rolespanel {
	display:none;
}	

.faves ul.nav {
	border-bottom:10px solid #0072cf;
}


/*END LIFE AS REG/RES*/

ul.footer-menu.nav.nav-justified > li > a {
	display:inline;
	padding:0px;
	color:#ccc;
}

.cookieprompt {
	max-height: 120px;
	width:100%;
	display:block;
	background:#000;
	color:#fff;
	background:#2e2e2e;
	overflow: hidden;
	z-index:100;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.cookieprompt > div {

	padding-top:10px;
	padding-bottom:10px;

}

.cookieprompt-collapsed{
	max-height: 0px;
	overflow: hidden;
	/*padding: 0;*/
}

.cookielink {
	background:#ccc;
	margin:3px;
	padding:5px;
	color:#000;
	text-decoration:none;
}

a.cta_1200_operationx {
	background:transparent url(/recruitment/img/about/cta_operationx.jpg) center center no-repeat;
	background-size:100%;
	display:block;
	width:100%;
	min-height:300px;
	text-indent:-10000px;
}

/*.cta_about .reg-res-labels{
	position:absolute;
	top: 20px;
	left: 30px;
	padding: 0px 0 50px;
	z-index: 6;
}*/


.cta_about {
	width:100%;
	height:245px;
	display:block;
	overflow:hidden;
	margin-top:-10px;
}

.cta_about img {
	width:100%;
}

.cta_about:hover, .cta_about:focus {
	color:inherit;
	text-decoration:none;
}

.navbar-default .navbar-nav > li > a {
    color: #2e2e2e;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #0072cf;
}

.cta_bluelink{
	background-color: white;
	z-index: 99;
	display: block;
	position: relative;
	font-size:1.6rem;
	padding:10px;
/*	position: absolute;
	bottom: 0;*/
}

.cta_bluelink span{
	position:relative;
	top:0px;
	color:#0072cf;
	font-size:18px;
	font-size:1.8rem;
	padding:10px 30px 10px 30px;
	height:40px;
	display:inline-block;	
	text-transform:uppercase;
	font-weight: 600;
}

.cta_bluelink span.glyphicon {
	float:right;
}

.life-as-tiles .column{
	padding: 0;
}

.life-as-tiles > div > div{
	overflow: hidden;
}

.life-as-tiles .row .col-md-6 .glyphicon-chevron-right{
	float: right;
/*	-webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;*/
}

.life-as-tiles .row .col-md-6:hover .glyphicon-chevron-right{
	text-decoration: none;
/*	-webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);*/
}

.life-as-tiles a:hover .cta_bluelink{
	text-decoration:none;
}

.life-as-tiles .life-as-titles-img{
	width:100%;
	height: 100%;
	position: relative;  
    float: left;
}

.life-as-tiles a:hover {
	color: inherit;
}

a.src_bluelink {
	position:relative;
	top:10px;
	color:#0072cf;
	font-size:1.8rem;
	background:transparent url(/recruitment/img/ui-icons/right_arrow.png) right center no-repeat;
	padding:10px 30px 10px 0px;
}

.searchfilter{
	background:#2e2e2e;
	color:#fff;
	min-height:70px;
	line-height:70px;
	padding:0px 0px 0px 50px;
}

input#newsearch {
	border:1px solid #759bbb;
	color: black;
}

.searchfilter span {
	float:left;
}

ul.searchfilterlist {
	float:left;
	height:70px;
	padding:20px 0px 0px 20px;
	margin:0px;
}

.searchfilterlist li{
	float:left;
	list-style:none;
	margin-right:20px;
}

form#form-newsearch ul.nav li {
	padding-left:35px;
}

form#form-newsearch label.rfformelm  {
	background:transparent;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
	padding:5px 10px;
	cursor:pointer;
	font-size:1.3rem;
	padding-left:30px;
	border:1px solid #2e2e2e;
	background:transparent url(/recruitment/img/how-to-apply/ico_default_off.png) 5px center no-repeat;
	font-weight:normal;
}

form#form-newsearch  label.rfformelm input {
	display:none;
}

form#form-newsearch  label.rfformelm.checked {
	-ms-border-radius:10px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; border:1px solid #759bbb;
	background:transparent url(/recruitment/img/how-to-apply/ico_default_on.png) 5px center no-repeat; 
}

li.searchinput {
	padding:8px;
}

form#form-newsearch ul.nav li.sr-label {
	padding:10px 25px 10px 25px;
	color:#ccc;
}

form#form-newsearch ul.nav li.searchinput{
    padding-bottom: 4px;
    padding-left: 0;
    padding-top: 7px;
}

li.searchinput label {
	font-size:1.4rem;
	font-weight:normal;
}
li.searchinput input {
	margin-left:20px;
}
li.searchinput #newsearchq{
	color: black;
}

#submitsearch-inpage{
	background-color:transparent;
	border:0px;
}

.sitemap h2 a {
	color:#000;
	font-family: 'Gotham A', 'Gotham B'; 	
	font-weight:bold;
	font-size:3rem;
	line-height:3rem;
}

.sitemap h3 a {
	color:#000;
	font-family: 'Open Sans','Arial','Helvetica','Sans serif';
	font-weight:bold;
	font-size:1.8rem;
	line-height:2.2rem;
}

.sitemap a {
	color:#000;
}

.homepage .featured {
	height:410px;
	overflow:hidden;
}

.role-featured-thumbs > div{
	padding: 0px;
}

.homepage .role-preview .tile-top {
	height:70%;
}

.homepage .role-preview .tile-bottom {
	height:30%;
	min-height: 86px;
}

.role-preview .tile-bottom a h3 {
	color:#fff;
}

.roleselector select {
	width: 425px;
}	

.role-preview a.bannertile {
	padding-top:10px;
	margin-top:10px;
}


/*START ABOUT/TECHNOLOGY PAGE */

.technology-feature{

	color: white;
}

.technology-feature .image-overlap{
	background: url(/recruitment/img/about/technology/aircraft-front-feat.jpg);
	background-size: cover;	
}

.technology-feature .row{
	background: none;
	border:none;	
}

.technology-feature p{
	font-size: 18px;
	font-size: 1.8rem;
	line-height:22px;
	line-height:2.2rem;
	font-weight:bold;
}

.technology-feature .gallery-previews{
	padding: 0;
	background: #0072cf;

}

.technology-feature .gallery-previews span{
    background: none repeat scroll 0 0 white;
    border-left: 10px solid #0072cf;
    color: #0072cf;
    font-weight: bold;
    height: 45px;
    margin-bottom: 30px;
    padding: 10px;
}

.technology-feature h2{
	color: black;
	padding: 0 0 30px;
	font-size:50px;
	font-size:5rem;
}

.technology-feature span{
	color: black;
}

.gallery-previews > *{
	padding: 0;
}

.text-block{
	overflow: hidden;
	height:300px;
	display: table;
}

.text-block > div{
	display: table-cell;
	vertical-align: bottom;
	padding: 8%;
}

.text-block p{
	font-family: 'Open Sans';
	font-weight: 300;
}

.text-block h1, .text-block h2, .text-block p, .text-block li{
	text-align: left;
	color: white;
}

.text-block h1{
	font-size: 5.5rem;
}

.lab-gall-img img{
	margin: 0 auto;
	text-align: center;
	display: block;
}

.lab-gall-img {
	padding:0;
	cursor:pointer;
	height: 300px;
	overflow: hidden;
}


.lab-gall-img span{
	position: absolute;
	bottom: 0;
	padding: 0 0 40px 30px;
	text-transform: uppercase;
	font-size: 19px;
	font-size: 1.9rem;
	z-index: 1;
}

.swipebox{
	  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;

  	transition: border 0.25s ease-in-out;
	-ms-transition: border 0.25s ease-in-out;
	-webkit-transition: border 0.25s ease-in-out;
}

.swipebox:hover {
	border:10px solid #fff;
	background:transparent url(/recruitment/img/panel_prompt.png) right top no-repeat;	
}

#swipebox-caption{
	border-bottom:solid 1px white;
}

#swipebox-caption, #swipebox-action{
	background: #0072cf;
	color: white;
	text-align: left;
	font-size:20px;
	font-size:2rem;
	padding: 15px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;	
	text-transform: uppercase;
}

#swipebox-action{
	border-top:solid 1px white;
}

.lab-gall-hov {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw==');
	z-index:100;
}

.lab-gall-hov:hover {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:10px solid #fff;
	opacity:1;
	display:block;
}

#swipebox-overlay {
	background: rgba(13, 13, 13, 0.9);
}

div.baseroles{
	height:180px;
	overflow-y:scroll;
	margin-top: 20px;
}

.small-tiles .benefits-thumb {
	border-right:1px solid #ccc;
}
.small-tiles .training-thumb {
	border-right:1px solid #ccc;
}
.small-tiles .sports-thumb {
	border-right:1px solid #ccc;
}

.favourites-container {
	width:100%;
	border:1px solid #ccc;
	border-bottom:0px;
	border-left:0px;
	margin:0px;
	padding:10px;
	background:#fff;
}

.favourites-container .fc-inner {
	width:100%;
	border:1px solid #ccc;
	background:#efecec;
	text-align:center;
	padding:40px 0px 70px 0px;
}

.favourites-container .fc-inner h3 {
	text-align:center;
	padding:20px 20px;
}

.favourites-container .fc-inner  a {
	font-size:18px;
	font-size:1.8rem;
	text-transform:uppercase;
	text-align:center;
}

a.bannertile {
	display:block;
	background:transparent url(/recruitment/img/roles/banner.jpg) center center no-repeat;
	width:100%;
	min-height:267px;
}

div.nofavesempty {
	display:block;
	width:100%;
	min-height:288px;	
}

h3.rs {
	margin-top:60px;
}

.eligibiltychecker article section:first-child {
	padding-top:100px;
	padding-bottom:60px;
}

main.error section {
	background: transparent url(/recruitment/img/errorbg.jpg) right top no-repeat;
}

main.error section img {
	position:relative;
	top:30px;
	left:-80px;
}

main.error h2 {
	font-size:22px;
	font-size:2.2rem;
	color:#fff;
	margin-top:100px;
	margin-bottom:30px;
}
main.error p {
	font-size:16px;
	font-size:1.6rem;
	color:#fff;
	margin-bottom:30px;
}

main.error500 section {
	background:transparent url(/recruitment/img/errorbg2.jpg) center top no-repeat;
}

main.error500 section img {
	margin-top:140px;
}

main.error500 h2 {
	font-size:50px;
	font-size:5rem;
	color:#fff;
	margin-top:50px;
	margin-bottom:5px;
}

main.error500 h3 {
	font-size:22px;
	font-size:2.2rem;
	color:#fff;
	margin-top:30px;
	margin-bottom:5px;
}

main.error500 p {
	font-size:16px;
	font-size:1.6rem;
	color:#fff;
	margin-bottom:30px;
}

.paghead img{
	width:100%;
}

article.pag h3.pt {
	padding-top:20px;
}

.life-reg .map-search-bar  {
	display:none;
}

/*END ABOUT/TECHNOLOGY PAGE*/
/*#fancybox-title{
	width: 100%;
	left: 20px !important;
}

#fancybox-close{
	top: 10px;
	right: -30px;
}

#fancybox-outer .fancy-ico{
	height: 120px;
	background: white;
}
*/
.fancybox-title-float-wrap .child {
	background: rgba(0, 114, 207, 0.95);
	width: 100%;
	border-radius: 0;
	text-shadow: none;
	text-align: left;
	padding:15px 20px;
	white-space: normal;
}

.fancybox-nav {
	height:95%;
	top:35px;
}

.fancybox-nav span{
	width: 50px;
	height: 125px;
	margin-top: -62px;
}

.fancybox-opened .fancybox-title {
	width: 100%;
}

.fancybox-next span {
	background: url(../img/ui-icons/right-lightbox.png) no-repeat;
	right:0;
}

.fancybox-prev span{
	background: url(../img/ui-icons/left-lightbox.png) no-repeat;
	left:0;
}

.fancybox-close {
	background: #0072cf url(../img/ui-icons/close-lightbox.png) center center no-repeat;
	top: 0;
	right: -22px;
	width: 22px;
	height: 22px;
	background-size: 14px 14px;
}



.trainingbenefits #apprenticeships .find-out-more::after{
		content: "\f054";
			margin-left: 25px;
	font-size: 14px;
	font-weight: 1.4rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: -2px;
}



/*Begin Media Queries*/


/* Min-width will mean these have to be overwritten below to be mobile and/or tablet specfic*/
/*overrides for phones*/
@media (max-width: 767px) {
	.hide-mobile{
		display: none;
	}

	/*START MOBILE PROMO FEATURED LANDING PAGE */

	.experience .promo-feature {
		height: 200px;
	}

	.experience-mobile-info, .experience-mobile-info h2{
		text-align: center;
	}

	.experience .promo-feature:before{
		content: none;
	}

	.experience-mobile-info .cta-btn {
		border:2px solid #fff;
		-ms-border-radius: 20px; 
	    -moz-border-radius: 20px; 
	    -webkit-border-radius: 20px; 
	    border-radius: 50px;	
		background:#2d2d2d;
		color:#fff;
		margin-top: 15px;
		margin-bottom: 25px;
		text-transform: uppercase;
		font-size:12px;
		font-size:1.2rem;
		padding: 10px 25px;

		font-family: 'Gotham A', 'Gotham B';
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase;
	}

	.experience-mobile-info .cta-btn .glyphicon {
		-ms-border-radius: 50%; 
	    -moz-border-radius: 50%; 
	    -webkit-border-radius: 50%; 
		border-radius: 50%;
		border: 1px solid #fff;
		padding:12px 15px;
		font-size:16px;
		font-size:1.6rem;
		margin: 0px 5px 0px -15px;
		vertical-align: middle;
	}

	/*END MOBILE PROMO FEATURED LANDING PAGE */


	#ageselect {
		position:relative;
		left:15px;
		top:3px;
	}

	.rba{
		padding: 10px;
	}
	.sharethisholder{
		width: 100%;
		float: none;
	}
	.reg-res-key-facts .coverDivImg {
		right: 0;
	}
	.centre-details{
		height:250px;
	}

	.centre-details-collapsed {
		height: 0px;
	}

	.recruitment-gmap-collapsed {
		height: 0px;
	}


	main.error section img {
		position:relative;
		top:0px;
		left:0px;
	}

	.paghead img{
		width:inherit;
	}

	#profile .acenter *{
		font-size: 2rem;
		text-align: center;
	}

	.reg-res-tab {
		height: 150px;
	}

	.reg-res-tab .glyphicon {
		position: absolute;
		right: 10px;
	}

	.navbar-default .navbar-nav > li > a:hover{
		color: inherit;
	}

	.social-buttons {
		text-align: center;
		margin: 25px 0 5px 0;
	}

	footer .footer-menu {
		margin: 0;
	}

	#footer nav{
		padding-top: 0;
		padding-bottom: 0;
	}

	.small-text{
		padding-top: 0px;
	}

	.dropdown-menu{
		position: static; 
	}

	.navbar-right .dropdown-menu li{
		padding-left: 20px;
	}

	.navbar-right .dropdown-menu li{
		padding-left: 20px;
	}

	.bluehrelm {
	background-position: 15px 0;
	}

	.lrgnum {
		font-size:120px;
		font-size:12rem;
		line-height: 175px;
	}

	.navbar-brand {
		padding-top: 0px;
	}

	.navbar-brand .svg-wrap-wk-bug {
		height: 76px;
		margin: 0 0 12px 0px; 
	}

	.searchformaction{
		max-width: 120%;
		max-height: 100px;
		position: relative;
		overflow: visible;
		margin-top: 0;
		margin-left: -15px;
		margin-right: -15px;
	}

	.speech-triangle{
		display: none;
	}

	.nav>li>a.performsearch{
		display: none;
	}

	.small-tiles .tile-top{
		max-height: 150px;
	}
	.foreignbasepanel .tile-top {
		max-height: inherit;
		height: 350px;
	} 

	.homepage .small-tiles .tile-bottom span {
		font-size: 1.2rem;
	}

	.role-preview, .role-preview.featured{
		height:auto;
	}

	.role-preview .tile-top{
		height:auto;
	}

	.role-preview .tile-top .circle-image-container, .role-preview .tile-top img {
		display: none;
	}
	
	.rolefinder-results .role-preview.featured .tile-bottom h3 {
		min-height: 0;
	}
	.rolefinder-results .role-preview.featured .tile-bottom h3::after {
		display: none;
	}

	.homepage .role-preview .circle-image-container {
		display: none;
	}

	footer .svg-wrap-wk-bug{
		margin: 0 auto;
	}
	
	.technology-feature .gallery-previews span {
		font-size:12px;
		font-size:1.2rem;
		height:36px;
	}

	.benefitspackage .wbg .column {
		padding:0 40px 30px;		
	}
	
	.recruitement .intro-info {
		padding:40px;
	}
	
	.recruitement .maps-search-box .form-group {
		width:78%;
	}
	
	.calendarevents .calendar {
		padding:40px;
		height:360px;
	}
	
	.calendarevents .calendar h4 {
		top:145px;
	}
	
	.calendarevents .calendar p {
		margin-top:70px;
	}
	
	.events .intro-halves .intro-info {
		padding:40px;
	}
	
	#key-facts .column, #in-the-raf-content .column, #training .column, #requirements .column {
		padding:20px 40px;
	}
	
	main.role-finder ul.nav.nav-tabs li {
		width:50%;
	}
	
	main.role-finder ul.nav.nav-tabs li.active a, main.role-finder ul.nav.nav-tabs li a {
		margin:0;
		width:100%;
		display:block;
		text-align:center;
	}
	
	.intro-halves .intro-info h1, .intro-halves .intro-info h2, .intro-halves .intro-info h3, .intro-halves .intro-info p {
		text-align:center;
	}
	
	.reg-key-facts.dbg .overlay.row, .res-key-facts.dbg .overlay.row {
		padding:40px;
	}
	
	.how-to-apply .column {
		padding:40px;
	}
	
	.contactpage section .glyphicon-chevron-right {
		top:86%;
	}
	
	.contactpage .row.first section .glyphicon-chevron-right {
		top:92%;
	}
	
	.contactpage .row  section.calendar {
		padding:40px;
		height:360px;
	}
	
	.contactus .calendar h4 {
		top:145px;
	}
	
	.contactus .calendar p {
		margin-top:70px;
	}

	.p50 {
		padding: 10px;
	}
	
	.mp30 {
		padding:30px;
	}

	.h300 {
		height: 250px;
		width: 250px;
	}	
	
	table {
		width:100%;
		margin: 10px 0px 0px 0px;
	}
	
	figure p {
		font-size:1rem;
		line-height:1.2rem;
	}
	figcaption {
		font-size:1rem;
		line-height:1.2rem;
	}
	span.nb-num, span.nb-tag, nav.person-nav button{
		height: 50%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;		
	}
	nav.person-nav button, nav.person-nav .navbar-toggle{
		display: inline-block;
		height: 100%;
		padding: 0;
		width: 100%;
		border-radius:0;
		border-color: #434343;
		border-left: #434343 solid 1px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #515151;
	}
	span.nb-num {
		font-size: 3.5rem;
		float: left;
		font-weight: bold;
		line-height: 1;
	}
	span.nb-tag {
		display:block;
		color:#000;
		font-size:1.4rem;
		font-weight:bold;
	}
	.mobaffixbar{
		position:relative;
		top:-50px;
		left:40px;
	}
	#requirements ul {
		margin-left:10px;
		padding-left:0px;
	}
	.navbar-collapse {
		background:#fff;
	}
	.nav > li > a {
		color:#000;
	}
	.nav > li > a:hover, .nav > li > a:focus {
		background:#2e2e2e;
		color:#fff;

	}
	.calendar {
		height:400px;
	}
	
	.calendar h3 {
		padding:10px 0px 0px 0px;
		margin:0px;
	}
	
	.eligibiltychecker article section:first-child {
		padding-top:40px;
		padding-bottom:40px;
	}
	#form-roleapply .reg-res-labels, #form-roleeligibility .reg-res-labels {
		padding:0;
	}
	form#form-roleeligibility .js-filltimerole, form#form-roleeligibility .js-sparetimerole {
		overflow:hidden;
		margin-top:0px;
	}
	.roleselector select {
		width:290px;
	}

	h1, .intro-halves h1 {
		font-size:4rem;
	}
	.roles .intro-halves h1 {
		font-size:2.4rem;
	}
	.roles .intro-halves p.main {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.roles .intro-pre-title {
		font-size: 1.4rem;
	}
	
	table .reg-res-labels {
		min-width: 145px;
		margin-left: -20px;
	}
	table .reg-res-labels h3 {
		font-size: 1.1rem;
	}
	table .reg-res-labels h3 span {
		font-size: 1.8rem;
	}
	table .reg-res-labels .raf-icon {
		width: 40px;
		height: 40px;
	}
	table .reg-res-labels .svg-wrap-wk-bug {
		width: 30px;
		height: 30px;
	}

	h2 {
		font-size:2rem;
	}

	h3, h4 {
		font-size:1.4rem;
	}

	p,li {
		font-size:1.4rem;
		line-height:2.2rem;
	}
/*	.stucture h2  {
		margin:00px 0px 0px 40px;
		padding-top:30px;
		min-height:42px;
	}
*/

	.column-feature *{
		display: none;
	}
	.roleselector select {
		clear:both;
	}
	.container.error {
		min-height:auto;
	}

	.container.error div.error {
		min-height:auto;
	}	
	.page-furniture{
		display:none;
	}
	.h300o{
		height:auto;
	}
		
	article.howtoapply section.row.h34 div h2 {
		margin-top: 30px;
	}
	div.howtoapplypanel {
		margin-left: 20px;
		width: 90%;
	}

	.descholdernum {
		margin-left: 0;
	}
	
	.howtoapplypanel .raf-logo-rrtype span {
		font-size:1.2rem;
	}
	
	.howtoapplypanel .descholdernum p {
		font-size:1.2rem;
		margin-left:5px;
	}

	.how-to-apply .number-table .number-table-cell {
		height: auto;
	}
	
	.structure h2{
		padding-top:10px;
	}	
	.pic-helicopter {
		min-height: 200px;
		padding-bottom: 0;
		background:#f0eced url(/recruitment/img/about/structure-helicopter.jpg) center top no-repeat;
		background-size:100%;
	}

	.raf-logos {
		margin-top: 10px;
	}	
	
	.raf-logos p.tel {
		margin-left:0px;
	}
	
	.raf-logos-wide {
		margin:20px 0;
	}
	
	.cookielink {
		display:inline-block;
		margin-top:10px;
		line-height:20px;
		cursor:pointer;
		z-index:100;
	}

	
	.homepage .featured {
		height:auto;
	}

	.homepage .apprenticeship-preview.role-preview .tile-bottom h3 {
		padding: 0px;
		margin: 10px 0px;
	}

	.promo-feature > * {
		/*100% will break*/
		width: 99%;
		margin-top: 2%;
	}
	
	.person-nav-label {
		background:#2e2e2e;
		color:#fff;
		height:70px;
		padding: 0;
	}

	.person-nav-label > *{
		height: 100%;
	}

	.person-nav-label > div, .person-nav-label > span{
		padding: 0;
	}
	
	span.nb-tag {
		color: #fff;
	}

	body {
	  /* Margin bottom by footer height */
		margin-bottom: 500px;
	}
	
	footer {
		height:500px;
		clear:both;
	}
	
	footer .footer-menu li { 
		clear:both;
		display:block;
		text-align:center;
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	footer .footer-menu li:before {
	    content: "";
	    padding: 0;
	}

	#searchform input {
		margin-right: 1px;
	}
	.scholarbg p {
		width:100%;
	}

	.intro-halves .intro-info {
		padding: 40px;
	}

	ul.baseroles{
		list-style:initial;
		height:auto;
		overflow:auto;
	}	

	.calendar .month {
		display:block;
		font-weight:bold;
		float:left;
		padding:0px 10px;
		margin-top:10px;
	}

	.cta_about{
		height: 175px;
	}

	.homepage .promo-feature{
		height: 300px;
	}
	
	
	#training .p0 img {
		width: 100%;
	}
	.role-preview.featured .role-thumb-container {
		position: relative;
		padding-top: 20px;
	}
	.featured-seal-top {
		width: auto;
		height: auto;
	}
	.featured-seal {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.featured-seal-bottom {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 4px solid #d0112b;
		width: 8px;
		height: 8px;
	}
	.role-preview.featured p {
		display: none;
	}
	.dataform .submit-row .col-xs-12 {
	    text-align: center;
	}

	.roles .apprenticeship-preview.role-preview .tile-bottom .cta_bluelink{
		display: none;
	}

	.roles .apprenticeship-preview.role-preview .tile-bottom a h3{
		margin:0px;
		padding-left: 20px;
		text-align: left;
	}

	.roles .apprenticeship-preview.role-preview .tile-bottom{
		padding: 30px 0px 25px 0px;
	}

	.rolefinder-results .role-preview.featured:not(.apprenticeship-preview) .tile-bottom h3::after{
		display: none;
	}

	
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.experience .promo-feature {
		height: 250px;
	}

	.hide-desktop{
		display: none;
	}

	.promo-feature > * {
		width: 75%;
		margin-top: 5px;
	}

	.promo-feature h1{
		letter-spacing: 20px;
	}

	.promo-feature p{
		font-size:14px;
		font-size:1.4rem;
		padding: 0 0%;
	}

	main.error section img {
		position:relative;
		top:0px;
		left:0px;
	}

	main.error section .copy h2, main.error section .copy p {
		margin-left:80px;
	}

	main.error section .copy p {
		width:80%;
	}

	nav.person-nav a, .person-nav-label > * {
		color:#000;
		font-size:18px;
		font-size:1.8rem;
		display: table;
		width: 100%;
		height: 100%;
		padding: 0;
	}

	nav.person-nav a > span{
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
	
	nav.person-nav .navbar-collapse {
		padding:0px;
	}

	ul.nav li.dropdown-hover:hover ul.dropdown-menu {
	    display: block;
	}

	.dropdown-hover:hover .dropdown-menu {
	    display: block;
	 }

	.searchformaction {
		margin-top: 148px;
	}

	#ageselect {
		background:#2e2e2e;
		color:#fff;
		width:100px;
		float:left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.intro-halves.half{
		min-height: 300px;
	}	
	
/*	.intro-halves > *{
		height: 375px;
	}
*/
	footer{
		max-width: 750px;
	}

	footer .logo{
		margin:0;
	}

	footer .footer-menu{
		text-align: left;
	}

	nav.person-nav.affix {
		width: 750px; /*Container size*/
	}

	nav.person-nav .navbar-toggle {
		display: none;
	}

	nav.person-nav > div{
		padding: 0;
	}

	nav.person-nav .person-nav-label .raf-icon{
		display: block;
	}

	nav.person-nav .person-nav-label h2{
		display: block;
	}
/*	.stucture h2, .structure h3 {
		margin:30px 0px 0px 40px;
		padding-top:6px;
	}*/
	.dropdown-menu li a{
		padding-top:10px;
		padding-bottom:10px;	
		font-size:1.1rem;
	}	

	.dropdown .glyphicon{
		display: none;
	}

	.centre-details > .glyphicon-remove {
		cursor: pointer;
		margin-top: -20px;
		vertical-align: top;
	}	
	
	.address-info.row {
		margin-top: -30px;
	}
	.roleselector select {
		width: 625px;
	}	
	form.form-searchbyrole div.row.formholderrow {
		height:auto;
	}
	
	.contactpage .row.first {
		height:auto;
	}
	.contactpage .row {
		height:auto;
	}
	.contactpage .row.last {
		height:auto;
	}
	.navbar-collapse {
		background:#fff;
	}
	.nav > li > a {
		color:#000;
	}
	.nav > li > a:hover, .nav > li > a:focus {
		background:#2e2e2e;
		color:#fff;
	}	
	
/*	.how-to-apply article section.row.h34 div {
		height:340px;
	}*/
	
	.lrgnum { 
		line-height:inherit;
	}
	
	.how-to-apply article section.row.h34 div h3 {
		margin-top:60px;
	}

	.raf-logos-wide {
		display: inline-block;
		width: 100%;
	}
	
	.descholdernum p {
		font-size:1.2rem;
	}
	
	.descholdernum p span {
		font-size:1.6rem;
	}
	
	.raf-logos-wide .raf-logo-rrtype p.tel {
		font-size:1.2rem;
	}
	
	.how-to-apply article section.row.h34 div h2 {
		margin-top:40px;
		font-size:30px;
		font-size:3rem;
	}

	.howtoapplypanel > p {
		font-size: 1.2rem;
	}

	nav.person-nav.bluenav a {
		font-size:13px;
		font-size:1.3rem;
	}
	
	nav.person-nav a span span {
		font-size:10px;
		font-size:1.0rem;
	}

	.contactpage .row section.calendar {
		height:300px;
		padding-top:30px;
	}
	.contactpage .row section.calendar h3 {
		left: -5px;
		margin: 0;
		padding: 20px 0 0;
		position: relative;
		line-height:22px;
	}	
	.contactpage .row.last section {
		height:250px;
	}	
	.calendar h3 {
		padding:10px 0px 0px 0px;
		margin:0px;
	}
	div.howtoapplypanel {
		margin-left:10px;
	}
	
	.eligibiltychecker article section:first-child {
		padding-top:40px;
		padding-bottom:40px;
	}
	#form-roleapply .reg-res-labels, #form-roleeligibility .reg-res-labels {
		padding:0;
	}
	form#form-roleeligibility .js-filltimerole, form#form-roleeligibility .js-sparetimerole {
		overflow:hidden;
		margin-top:0;
	}
	#jsfo1 {
		top:-51px;
	}
	#form-roleeligibility #jsfo1 {
		top:-263px;
	}
	#form-roleeligibility #jsfo2 {
		top:-91px;
	}
	
	h1, .intro-halves h1 {
		font-size: 40px;
		font-size:4rem;
	}
	.roles .intro-halves h1 {
		font-size: 30px;
		font-size: 3rem;
	}

	h2 {
		font-size:2rem;
	}

	h3, h4 {
		font-size:1.4rem;
	}

	p,li {
		font-size:16px;
		font-size:1.6rem;
		line-height:22px;
		line-height:2.2rem;
	}
	
	div.howtoapplypanel.top { margin-top:90px; }
	div.howtoapplypanel.middle { margin-top:65px; }
	div.howtoapplypanel.bottom { margin-top:75px; }
	
/*	.stucture h2 {
		margin:30px 0px 120px 40px;
		padding-top:6px;
	}*/
	.js-form-overlay { 
		width:700px;
	}	
	ul.nav.navbar-nav.navbar-right > li > a {
		font-size:12px;
		font-size:1.2rem;
	}

	.container.error {
		min-height:100%;
	}

	.container.error div.error {
		min-height:100%;
	}	
	.page-furniture{
		display:none;
	}
	.h300o{
		height:auto;
	}
	.h500 {
		min-height:500px;
	}
	.person-nav .nb-num {
		display:table-cell;
		font-weight:bold;
		vertical-align: middle;
	}
	.nb-tag {
		display:none;
	}
	
	a.brb {
		margin-top:0px;
	}
	
	.addtofave {
/*		width:230px;*/
	}
	.scholarbg p {
		width:100%;
	}

	.dropdown-menu li a{
		padding-top:10px;
		padding-bottom:10px;	
		padding-left:10px;
		font-size:11px;
		font-size:1.1rem;
		z-index:100;
	}

	ul.baseroles{
		list-style:initial;
		height:auto;
		overflow:auto;
	}	

	.homepage .promo-feature{
		height: 300px;
	}
	
	.life-text-block {
		padding: 50px 35px;
	}
	
	.reg-res-key-facts .coverDivImg {
		right: 0;
	}
	.reg-res-key-facts .column {
		padding: 1% 3.5%;
	}
	
	#training .p0 img {
		width: 100%;
	}
	.rba{
		padding: 10px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


	.experience .promo-feature {
		height: 350px;
	}

	.promo-feature h1{
		font-size: 65px;
		font-size: 6.5rem;
		letter-spacing: 25px;
	}

	.promo-feature p{
		font-size:16px;
		font-size:1.6rem;
		padding: 0 0%;
	}

	.promo-feature .cta-btn{
		margin: 15px 0px;
	}

	.promo-feature > * {
		width: 75%;
		margin-top: 8.5%;
	}

	
	.reg-res-key-facts .coverDivImg {
		right: 0;
	}
	.reg-res-key-facts .column {
		padding: 0;
	}
	

	.searchformaction{
		margin-top: 95px;
	}

	.apply-now{
		display: block;
	}

	.intro-halves.half > *{
		min-height: 300px;
	}


/*	.intro-halves > *{
		height: 485px;
	}*/

/*	.intro-halves .intro-info {
		padding: 50px;
		display: table;
	}*/

	footer{
		max-width: 970px; /*Container size*/
	}

	footer .logo{
		margin:0;
	}

	footer .footer-menu{
		text-align: left;
	}


	nav.person-nav.affix {
		width: 970px; /*Container size*/
	}

	nav.person-nav .navbar-toggle {
		display: none;
	}

	nav.person-nav > div{
		padding: 0;
	}

	nav.person-nav .person-nav-label .raf-icon{
		display: block;
	}

	nav.person-nav .person-nav-label h2{
		display: block;
	}

/*	.stucture h2 {
		margin:30px 0px 40px 40px;
		padding-top:6px;
	}*/
	.dropdown-menu li a{
		padding-top:10px;
		padding-bottom:10px;	
		padding-left:10px;
		font-size:12px;
		font-size:1.2rem;
	}	

	.roleselector select {
		width: 625px;
	}

	.ukbase-gmap {
		height: 532px;
	}
	span.nb-tag {
	display:none;
	}
	.ukbase-gmap.recruitment-gmap-collapsed {
    height: 50%;
}
	.contactpage .row.first {
		height:auto;
	}
	.contactpage .row {
		height:auto;
	}
	.contactpage .row.last {
		height:auto;
	}
	.calendar h4 {
		width:210px;
	}
	
	form.form-searchbyrole  label.all {
		position:absolute;
		bottom:0px;
		left:15px;
	}	
	.navbar-collapse {
		background:#fff;
	}
	.nav > li > a {
		color:#000;
	}
	.nav > li > a:hover, .nav > li > a:focus {
		background:transparent;
		color:inherit;
	}	
	
	.calendar h3 {
		padding:30px 0px 0px 0px;
		margin:0px;
	}
	.d220 {
		width:200px;
		height:200px;
	}	
/*	.stucture h2 {
		margin:30px 0px 80px 40px;
		padding-top:6px;
	}*/
	.js-form-overlay { 
		width:930px;
	}

	
	form.form-searchbyrole  label.all {
		position:relative;
		bottom:0px;
		left:inherit;
	}	
	.page-furniture{
		display:block;
		margin-right:22px;
	}
	.howtoapplypanel > p {
		font-size:16px;
		font-size: 1.6rem;
		line-height:25px;
		line-height:2.5rem;
		margin:25px 0px;
	}	
/*Apply now and starred-pos only shows up in desktop*/
	.apply-now, .starred-pos, .get-in-touch{
		padding: 0px;
		margin-top: 0px;
		text-transform: uppercase;
		display: inline-block;
	}

	.apply-now a, .starred-pos a, .get-in-touch a{
		padding: 10px 25px;
		display:block;
	}	

	.apply-now a:hover, .starred-pos a:hover, .get-in-touch a:hover{
		background-color:#0072cf;
	}	
	
	.apply-now span, .starred-pos span{
		margin: 0 2px;
	}

	.apply-now{
		background: #d0112b;
	}
	
	.get-in-touch{
		background: #000;
	}	

	.starred-pos{
		background: #0072cf;
	}
	
	.starred-pos a:hover {
		text-decoration:none;
	}
	.apply-now a:hover {
		text-decoration:none;
	}	
	.h300o{
		height:300px;
	}
	.nb-tag {
		display:none;
	}
	h1 {
		font-size:60px;
		font-size:6rem;
		margin:0px 0px 10px 0px;
		padding:0px;
		text-align: center;	
	}

	h2 {
		font-size:30px;
		font-size:3rem;
	}

	h3, h4 {
		font-size:19px;
		font-size:1.9rem;
	}	
	ul.nav.navbar-nav.navbar-right > li > a {
		font-size:14px;
		font-size:1.4rem;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -6px;
	}	

	#ageselect {
		width:100px;
		color:#fff;
		margin:3px;
	}
	.scholarbg p {
		width:40%;
	}

	.intro-halves .intro-info p {
		font-size:16px;
		font-size: 1.6rem;
		line-height: 22px;
		line-height: 2.2rem;
	}	
	
	h1, .intro-halves h1 {
		font-size: 5rem;
	}

	.roles .intro-halves h1 {
		max-width: 500px;
		overflow: hidden;
		font-size: 40px;
		font-size: 4rem;
	}
	
	.structure li {
		font-size:14px;
		font-size:1.4rem;
		line-height:22px;
		line-height:2.2rem;
	}
	
	.parentsguardians p {
		font-size:16px;
		font-size:1.6rem;
	}
	
	.howtoapply a {
		font-size:19px;
		font-size:1.9rem;
	}
	
	.lrgnum {
		line-height: 300px;
	}
	
	.descholdernum p {
		font-size:13px;
		font-size: 1.3rem;
	}

	.descholdernum p span {
		font-size:22px;
		font-size: 2.2rem;
	}

	.raf-logos-wide .raf-logo-rrtype p.tel {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.recruitement h2{
		margin:0px auto;
		text-align:center;
		padding:0px 0px 20px 0px;
		text-transform:initial;
		font-size:22px;
		font-size:2.2rem;
		font-weight:normal;
		font-family:'Open Sans',arial,helvetica,sans-serif;
	}
	
	
	
	.recruitement .intro-info h2 {
		text-align:left;
	}
	
	.recruitement .intro-info ol {
	    counter-reset: item;
	}
	.recruitement li {
	    display: block;
	    margin-left: 0;
	    font-weight: bold;
	}
	.recruitement .intro-info li:before {
	    display: inline-block;
	    content: counter(item) ") ";
	    counter-increment: item;
	    width: 20px;
	    margin-left: -20px;
	}
	
	.recruitement li p {
		margin-left: -20px;
	}
	
	.recruitement li, .recruitement p {
		font-size:16px;
		font-size:1.6rem;
	}

	.centre-details ul.baseroles li {
		list-style:initial;
		margin-left:10px;
	}

	ul.baseroles{
		list-style:initial;
		height:250px;
		overflow-y:scroll;
	}
	
	.app-list li {
		font-size:22px;
		font-size:2.2rem;
	}
	.app-list ol {
		width:94%;
	}
	
	.life-reg h3 {
		font-size:18px;
		font-size:1.8rem;
		margin:18px 0px
	}

	main.parentsguardians .pgcol {
		min-height:600px;
		padding:0px 50px;
	}
	
	.contactpage h2 {
		font-size: 20px;
		font-size: 2rem;
	}
	.contactpage .reg-res-labels span {
		font-size: 20px;
		font-size: 2rem;
	}
	article.contactpage .circle-image-container {
		margin: 0 0 0 -20px;
	}
	.contactpage .bottomlink, #contactform input#send, .dataform input#send {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.contactpage section .glyphicon-chevron-right {
		left: 93px;
		bottom: 23px;
	}
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.promo-feature h1{
		font-size: 85px;
		font-size: 8.5rem;
		letter-spacing: 28px;
	}

	.promo-feature p{
		font-size:16px;
		font-size:1.6rem;
		padding: 0 0%;
	}

	.experience .promo-feature {
		height: 475px;
	}


	.promo-feature .cta-btn{
		
	}

	.searchformaction {
		margin-top: 45px;
	}
	
	.recruitment-gmap-collapsed{
		min-height: 250px;
	}
	
	.container{
		width:1200px;
	}

	.intro-halves.half > *{
		min-height: 300px;
	}
	
	.intro-halves > *{
		min-height:500px;
	}

	.intro-halves .intro-info {
		padding: 50px;
		display: table;
	}
	.scholarbg p {
		width:40%;
	}
	
	footer .logo{
		margin:0;
	}

	footer .footer-menu{
		text-align: left;
	}

	/*Apply now and starred-pos only shows up in desktop*/
	.apply-now, .starred-pos, .get-in-touch{
		margin-top: 0px;
		text-transform: uppercase;
		display: inline-block;
		margin-left:10px;
		padding:0px;
	}
	
	.apply-now a, .starred-pos a, .get-in-touch a{
		padding: 10px 25px;
		display:block;
	}
	
	.apply-now a:hover, .starred-pos a:hover, .get-in-touch a:hover{
		background-color:#0072cf;
	}

	.apply-now span, .starred-pos span{
		margin: 0 2px;
	}

	.apply-now{
		background: #d0112b;
	}
	
	.get-in-touch{
		background: #000;
	}	

	.starred-pos{
		background: #0072cf;
	}
	
	.starred-pos a:hover {
		text-decoration:none;
	}
	.apply-now a:hover {
		text-decoration:none;
	}

	footer{
		max-width: 1200px; /*Container size*/
	}

	nav.person-nav.affix {
		width: 1200px; /*Container size*/
	}

	nav.person-nav .navbar-toggle {
		display: none;
	}

	nav.person-nav > div{
		padding: 0;
	}
	
	nav.person-nav a:hover, nav.person-nav a:hover * {
		color:#fff;
		background-color:#2e2e2e;
	}

	nav.person-nav a:hover span span{
		color: #B9B9B9
	}	
	
	nav.person-nav .person-nav-items{
		padding:0;
		background:#fff;
		
	}

	nav.person-nav .person-nav-label .raf-icon{
		display: block;
	}

	nav.person-nav .person-nav-label h2{
		display: block;
	}
	
	nav.person-nav.bluenav a {
		font-size:17px;
		font-size:1.7rem;
	}
	
	nav.person-nav a span span {
		font-size:12px;
		font-size:1.2rem;
	}

	.life-res .ukbase-gmap{
		height: 530px;
	}
	
	.life-reg .ukbase-gmap{
		height: 602px;
	}
	.ukbase-gmap.recruitment-gmap-collapsed {
		height: 301px;
	}	

	.roleselector select {
		width: 625px;
	}	

	form.form-searchbyrole  label.all {
		position:absolute;
		bottom:0px;
		left:15px;
	}	
	.calendar h3 {
		padding:30px 0px 0px 0px;
		margin:0px;
	}	
	#form-roleeligibility #jsfo1, #form-roleeligibility #jsfo2 {
		top:-91px;
	}
	.js-form-overlay { 
		width:1163px;
	}
	form.form-searchbyrole  label.all {
		position:relative;
		bottom:0px;
		left:inherit;
	}		
	.page-furniture{
		display:block;
	}
	.h300o{
		height:300px;
	}
		.nb-tag {
		display:none;
	}

	ul.nav.navbar-nav.navbar-right > li > a {
		font-size:15px;
		font-size:1.5rem;
	}

	h1 {
		font-size:50px;
		font-size:5rem;
		margin: 0px 0px 5px 0px;
		padding:0px;
		text-align: center;	
	}
	
	.intro-halves h1, .roles .intro-halves h1 {
		max-width: 500px;
		overflow: hidden;
		font-size: 50px;
		font-size: 5rem;
	}

	h2 {
		font-size:30px;
		font-size:3rem;
		margin:40px 0px;
	}
	
	.nav-tabs h2 {
		margin:18px 0px;
	}
	
	.cta_about h2 {
		font-size:24px;
		font-size:2.4rem;
	}
	
	.centre-details ul.baseroles li {
		list-style:initial;
		margin-left:10px;
	}

	ul.baseroles{
		list-style:initial;
		height:250px;
		overflow-y:scroll;
	}	
	

	article.technology-feature .intro-halves h1 {
		width:45%;
	}
	article.benefitspackage #home h2 {
		font-size:50px;
		font-size:5rem;
	}
	article.benefitspackage #home section h3 {
		font-size:30px;
		font-size:3rem;
	}
	article.benefitspackage section p, article.benefitspackage section td {
		font-size:16px;
		font-size:1.6rem;
	}
	
	article.benefitspackage .reg-res-tab h2 {
		font-size:18px;
		font-size:1.8rem;
	}
	article.benefitspackage .reg-res-tab h2 span {
		font-size:13px;
		font-size:1.3rem;
	}
	article.benefitspackage .reg-res-tab h2 {
		font-size:22px;
		font-size:2.2rem;
	}
	
	.rba {
		font-size:19px;
		font-size:1.9rem;
		padding:10px;
	}
	
	div.howtoapplypanel {
		width: 90%;
	}	
	
	small {
		font-size:12px;
		font-size:1.2rem;
		line-height:16px;
		line-height:1.6rem;
	}
	
	input, button, select, textarea {
		font-size:16px;
		font-size:1.6rem;
	}
	
	main.parentsguardians .pgcol {
		min-height:600px;
		padding:0px 50px;
	}
	
	.recruitement .intro-info ol {
		margin:0px;
		padding:0px 0 0 20px;
	}
	
	.recruitement .intro-info {
		padding:40px;
	}

	.homepage .promo-feature {
		height: 475px;
	}
	
	.contactpage h2 {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.contactpage .reg-res-labels span {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	article.contactpage .circle-image-container {
		margin: 30px auto 0;
	}
	.contactpage .bottomlink, #contactform input#send, .dataform input#send {
		font-size: 20px;
		font-size: 2rem;
	}
	
	.contactpage section .glyphicon-chevron-right {
		left: 110px;
		bottom: 27px;
	}
	
}
	
/* icon overload */

.glyphicon-chevron-right, .glyphicon-chevron-up, .glyphicon-chevron-down, .glyphicon-chevron-left{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -1px;
}

.glyphicon-chevron-right:before{
	content: "\f054";
}

.glyphicon-chevron-left:before{
	content: "\f053";
}

.glyphicon-chevron-up:before{
	content: "\f077";
}

.glyphicon-chevron-down:before{
	content: "\f078";
}