/************************************************************************************
****Main Structure Setup ************************************************************
************************************************************************************/
 @import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

 *{
 font-family: 'Lato', sans-serif;
 }

.container{
		/*overflow: hidden;*/
	}

a,a:hover{ color: #000;}

.headerMenu  a{
	color: #FFF;	
}

.headerMenu  a:hover{
		color: #7f8082;
		text-decoration: none;
}

ul.thumbnails{padding:0;}

.spacerT{margin-top:25px;}
.spacerB{margin-bottom:25px;}
.spacerL{margin-left:25px;}
.spacerR{margin-right:25px;}

.padding10{padding:10px;}
.padding20{padding:20px;}

.noPadding{padding:0px;}

.margin10{margin:10px;}
.margin20{margin:20px;}

.noMargin{margin:0px;}

.fltL{float:left;}
.fltR{float:right;}

.fullWidth{width:100% !important;}

.cursor{cursor:pointer;}

.btn-tip{background:#0678BE;color:#fff;width:10%;height:100%;font-size:1em;}

.form-group .input-group{ width: 100%; }
.form-group .input-group .input-group-addon{ 
	width: 30%; 
	text-align: left; 
	border: 1px solid #03add9 !important;
}
.form-group .input-group .input-group-addon.small { width: 10%; text-align: center; }
.form-group .input-group .input-group-addon .form-control{ width: 100%; }

.no-padding{ padding-left: 0px; padding-right: 0px;}


/*===================================================================================
====:: Header ::=====================================================================
===================================================================================*/		

#accountBar{
	background: #00a7e1;
	padding: 5px 0px;
}

#accountBar ul{
	float: right;
	list-style: none;
	margin-bottom: 0px;
}

#accountBar ul li{
	float: left;
	margin-left: 15px;
	list-style: none;
}

#accountBar a{
	margin-left: 15px;
	color: #FFF;
}

#accountBar .btn{
	font-size: 14px;
	text-transform: none !important;
	padding: 5px 10px;
}

#logoHolder{
	padding:0px 15px;
}

#logoHolder a{
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#fader-search > .container{
	background: rgba(34,176,88,0.7);
}

#fader-search .btn-success span{
	font-size: 18px;
	margin-left: 10px;
	font-weight: bold;
}

#headerWrapper{
	position: relative;
	margin-bottom: 30px;
}
#headerPlugin{
	width: 585px;
  margin: 0px auto;
  position: absolute;
  top: 62px;
  left: 50%;
}
#headerWrapper .pageTitle{
	width: 100%;
	padding: 30px 0px 20px;
	margin: 0px;
  }

.pageTitle > h1{
	text-align: left;
	color: #FFF;
	box-shadow: none;
	text-shadow: 2px 2px #666;
	margin: 0px;
	padding: 32px 0px 32px;
	font-weight: bold;
	font-size: 48px;
}

  #pageContent{
  	margin-bottom: 0px;
  }

#accountButtons{
	margin-top: 0px;
}
#accountButtons li{
	float: left;
}

.headerSocials{
	margin-top:  22px;
}

.accountButtons{
	margin-top:  20px;
}

.headerSocials {
	margin-left:  10px;
}

.accountButtons a{
	    float: right;
    width: auto !important;
    margin-left: 10px;
}  

#accountButtons li:first-child{
	margin-right: 10px;
}

#accountButtons .nav>li>a{
	float: right;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	color: #FFF;
	font-size: 16px;

	}

	#accountButtons a:last-child{
		border: 0px;
		color: #03add9;
	}


#socialBar{
	position: absolute;
	left: 0px;
	top: 200px;
	width: 30px;
	z-index: 9999;
}

#socialBar a{
	display: block;
	margin: 0px;
	width: 30px;
	height: 30px;
}

#canNav{
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin-top: -20px;
    z-index: 1;
    background: rgba(34, 176, 88,1);
 }

.menuText{
	    float: left;
    margin-left: -100px;
    background: none !important;
    color: #FFF;
}

 #canMenu .navbar-toggle{
 	padding: 10px 0px 0px 0px !important;
 	margin-bottom: 0px !important;
 }

#canNav .menuHolder .colMenu{
	margin-top: 10px;
}

#canNav .menuHolder .colMenu li{
	border: 1px solid #03add9 !important;
}

/*   Menu   */
.mobileMenu .nav.navbar-nav{
	margin: 0px;
	padding-left: 20px;
	width:100%;
}

.mobileMenu ul li{
	width: 100% !important;
}

.mobileMenu ul li ul.level2{
position: relative !important;
width: 100% !important;
box-shadow: none !important;
text-align: center !important;
margin-bottom: 10px !important;
padding:0;
}

.mobileMenu ul li ul.level2 a{
	color:#fff;
}

.mobileMenu ul li{
	border: 0px;
}

#mainMenu{
	
}
.accountMenu a{
	color: #FFF;
	width: 100%;
	float: left;
}

.accountMenu{
	margin-top: 18px;
}

.navbar-nav{
	float: none; 
}
#mainMenu .nav > li{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	/*width: auto !important;*/
}
#mainMenu .nav > li:hover{
	cursor: pointer;
}

#mainMenu .nav > li.last{
	padding-right: 0px;
}


#right_col{
	margin-top: 30px;	
}


.navbar-toggle{
	margin-top: 0px;
	margin-bottom: 15px;
	}

.mainMenu ul li.navWithSubs:hover ul.dropdown-menu,
.dropdown-menu.open{
	display: block !important;
}



.nav a{
	font-size: 14px;
	padding: 8px 3px !important;
}


.headerMenu .nav a{
	color:#FFF;	
	font-weight: normal;
}

.nav>li>a:hover, 
.nav>li>a:focus,
.nav>li:hover>a, 
.nav>li:focus>a,
.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus{
	background: #03add9;
	cursor: pointer;
	color: #FFF;
	font-weight: normal;
}

.mobileMenu .nav>li>a:hover, 
.mobileMenu .nav>li>a:focus,
.mobileMenu .nav>li:hover>a, 
.mobileMenu .nav>li:focus>a{
	color: #fff;
	background:transparent;
}
	
#mobileMenu .mobileMenu{
	float: left;
	width: 100%;	
	background:#03add9;
	position: relative;
}

#mobileMenu .mobileMenu a{
	color: #FFF;
	text-align: left;
	width: 90%;
	margin-right: 5%;
	padding: 9px 0px !important;
}

#mobileMenu .mobileMenu .orangeLink a{
	color: #FFF;
}
#mobileMenu .mobileMenu .menuLink6.orangeLink{
	border-top: 1px solid #FFF;
}



#mobileMenu .mobileMenu ul li li a{
	text-indent: 3%;
	font-weight: normal;
} 

#mobileMenu .mobileMenu a:hover{
	color: #FFF;
	background: #03add9;
}

#mobileMenu .mobileMenu .caret{
	position: absolute;
    right: 10px;
    top: 10px;
    color: #FFF;
    z-index: 999;
    border-top: 8px solid;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.caret{
	border-top: 8px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}




.dropdown-menu>li>a{
	padding: 5px 20px;
}


.dropdown-menu{
	margin-top: 0px !important;
	background: #03add9;
	border-radius: 0px;
	padding: 5px;
	margin-left: 5px;

}

#mobileMenu .hasdropdown .dropdown-menu, 
.hasdropdown:hover .dropdown-menu {
  display: hidden !important;
}

#mobileMenu .hasdropdown .dropdown-menu.active, 
.hasdropdown:hover .dropdown-menu.active{
	display: block !important;
} 

#mainMenu .dropdown-menu{
	background: #FFF;
	width:200px;
}

#mainMenu .dropdown-menu a{
	color: #000;
}

.dropdown-menu .dropdown-menu li{
	float: left;
	width: 100% !important;
	line-height: 18px;
}

.mobileMenu .dropdown-menu{
	border: 0px solid #7f8082;
}

.nav>li>ul>li>a{
	font-size: 14px;
	font-weight: normal;
}

.nav>li>ul>li>a:hover{
	background:#03add9;
	color: #FFF !important;
}

.navbar-nav>li.last{
	border-right: 0px;
}

.navbar-toggle .icon-bar{
	width: 25px;
	height: 4px;
	border-radius: 3px;	
}

.icon-bar{background:#FFF;}

h1{color:#262161;}

h2.section_title{background:#F5F5F5;color:#0678BE;text-indent:15px;margin:0px;padding:10px 0;}

.pageTitle,
.title{
	padding-bottom: 10px;
}

.pageTitle > *,
.title > *{
	margin-bottom: 0px !important;
	color: #03add9;
}

.pageTitle > *{
	color: #FFF;
  text-align: left;
}

.box_border{border:solid 1px #BFBBBC;}

#myCarousel{	
	z-index: 999;
}
	
#myCarousel .carousel-inner{
	position: absolute;	
	top: 0px;
	height: 100%;
}

#myCarousel{
	height: 100%;
}

#myCarousel .item{
	height: 800px;
}


#myCarousel .carousel-inner .item {
	transition-property: opacity;
	height: 100%;
}

 #myCarousel .carousel-inner .item,
 #myCarousel .carousel-inner .active.left,
 #myCarousel .carousel-inner .active.right {
            opacity: 0;
        }

#myCarousel .carousel-inner .active,
#myCarousel .carousel-inner .next.left,
#myCarousel .carousel-inner .prev.right {
            opacity: 1;
        }

#myCarousel .carousel-inner .next,
#myCarousel .carousel-inner .prev,
#myCarousel .carousel-inner .active.left,
#myCarousel .carousel-inner .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }



#myCarousel p{
	font-size: 18px;
	color: #353f85;
}

#myCarousel .topBG{
background: url('../../../gfx/menu_shadow.png') repeat-x top;	
width: 100%;
height: 100px;
position: absolute;
z-index:9000;

}



#myCarousel .item > div h2,#myCarousel .item > div h1{
	color: #353f85;
	text-align: center;
	font-size: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	font-weight: bold;
}


#myCarousel .item .row.content{
	margin-top: 100px;
}

#myCarousel .item > div{
	position: relative;
	height: 100%;
}

#myCarousel .item > div.overlay{
	background: rgba(0,0,0,0.4);

}

#myCarousel .item .content_area{
	font-size: 20px;
	position: relative;
	padding-top: 115px;
	z-index: 2;
}

#myCarousel .item .content_area *{
	font-size: 44px !important;
	line-height: 72px;
	font-weight: bold;
}


.header_image .content_area {
	background-color:rgba(198, 198, 200, 0.7)
}

.header_image .content_area.area1{
	margin-top:30px;
	font-size:2.5em;
	color:#4b4b4b;
}

.imageFaderPaging > .container > .row,
#myCarousel{
	height: 550px !important;
}

.header_image .content_area.area2{
	margin-top:16px;
	padding:20px;
	color:#4b4b4b;
}

#fader-search > .container > .row{
	padding-top: 15px;
	padding-bottom: 15px;
}

.scrollerButtonLeft{
	position: relative;
	top: -25px;
	left: 20px;
}

.scrollerButtonRight{
	position: relative;
	top: -25px;
	right: 20px;
}

#fader-search input, 
#fader-search select, 
#fader-search button {
    width:100% !important;
    height:41px !important;
}

#fader-search button{
	border-radius: 5px;
	background: transparent;
	color: #FFF;
	border: 1px solid #03add9;
	background: #03add9;
}

#fader-search button:hover{
	border: 1px solid #03add9;
	color: #03add9;
}

h1{
	color:#222324;
    padding-top: 0;
    margin-top: 0;
    font-size: 30px;
}

#pageTitleHolder{
	margin-top: -209px;
	z-index:1000;
}

.notHomepage{
	margin-bottom:20px;
	background-size: cover !important;
}

h2{
    color: #081142;
    padding-top: 0;
    margin-top: 0;
    font-size: 26px;
}

h3{
	font-size: 22px;	
	padding-bottom: 10px;
	color:#081142;
}

p, li{
	color: #353f85;
	line-height: 24px;	
	font-size: 16px
}

a{
	line-height: 24px;	2
	font-size: inherit;
	color: #2c255a;
}

/*===================================================================================
====:: Homepage Boxes ::=============================================================
===================================================================================*/	
#hpSearch{
	position: absolute;
	z-index: 999;
	bottom: 0px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#hpSearch .form-group.but{

}

#hpSearch select{
	width: 100% !important;
	border-radius: 5px !important;
}

#hpSearch input{
	width: 100%;
	border-radius: 5px !important;
}


#hpFader{
	margin-top: -76px;
}


#faderVac{
	float: left;
    width: 100%;
    margin-top: -370px;
    position: relative;
    z-index: 9999;
    margin-left: -15px;
}
#faderVac .row{
    background: rgba(43, 50, 69,0.7);
    padding-top: 20px;
    padding-bottom: 20px;
}

#faderVac a{
	color: #FFF;
	font-size: 24px;
	
}


#faderButtons{

width: 100%;
float: left;
position: absolute;
bottom: 70px;
}


#faderButtons .btnHolder{
	text-align: left;
}


#hpSearch .form-group.but button{
		height: auto;
		border:2px solid #FFF;
		padding: 4px 20px;
		color: #7f8082;
		font-size: 18px;
		background: #FFF;
		border-radius: 5px;
		width: 100%;
}

#hpSearch .form-group.but button:hover{
 color: #FFF;
 background: none;
}
#hpContent1{
	padding-top: 30px;
}

#hpContent1IMG{
	margin-bottom: 20px;	
	margin-top: 20px;
}

#hpContainer1{
	background: #1d1d1e;
	border-top: 1px solid #FFF;	
	padding-top: 20px;
	padding-bottom: 20px;
}

#hpContainer1 p{
	color: #FFF;	
}

#hpContainer2{
	background: #F9F9F9;
	padding-top: 20px;
	padding-bottom: 20px;
}

#hpContainer2 p,
#hpContainer3 p{
	color: #1d1d1e;	
}

#hpContainer3{
	background: url('../../../gfx/background.jpg') center top repeat-y #FFF;
	padding-bottom: 0px;
	padding-top: 0px;
}

#hpContainer3 .row #hpLatestNews,
#hpContainer3 .row #hpLatestJobs{
	padding-top: 20px;
	padding-bottom: 20px;	

}

#hpContent1 p, #hpContent2 p, #hpContent3 p, #hpContent4 p, #hpJobAlert p, .hp_fontStyle, .hp_fontStyle p{
	font-size:16px;
	line-height:24px;
	/*color: #FFF;*/
}

#hpLatestJobs p{
	font-size:16px;
	line-height:30px;
}

.hp_img_boxes{
	height:360px;
	background-size:cover;
	background-repeat: no-repeat;
}

.hp_img_boxes .content_area {
	background-color:rgba(17, 78, 126, 0.8);
	color:#fff;
	font-size:2em;
	padding:10px 0;
	margin-top: 130px;
	height:100px;
}

.green{
		color: #AED135;
}


#hpLatestJobs > .content > .row{
 margin-left: 0px;
 margin-right: 0px;	
}

#hpQuickSec{
	margin-bottom: 20px;
}

#hpQuickSec h2{
	text-align: center;	
}

#quickSectors .sector{
	text-align: center;
	margin-top: 20px;
}

#quickSectors .sector .img{
	height: 125px;
	overflow: hidden;
}

#quickSectors .sector .img img{
	border: 2px solid #FFF;
}

#quickSectors .sector .img img:hover{
	border: 2px solid #00A4ED;
	
}

#quickSectors .sector h3{
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px;	
	background: none;
	font-weight: normal;
	font-size: 20px !important;
	border: 1px solid transparent;
}

#quickSectors .sector:hover{
	cursor: pointer;	
}

#quickSectors .sector:hover h3,
#quickSectors .sector.active h3{
	color: #FFF !important;
	background: #1d1d1e !important;
	border: 1px solid #00A4ED !important;
}



#hpLatestJobs ul,
#hpLatestNews ul{
	padding-left: 0px;
	list-style: none;	
	height: 250px;
	margin-left: 10px;
}
#hpLatestJobs ul{
	overflow: hidden;	
}

#hpLatestJobs ul li{
	padding-left: 10px;	
}


#hpLatestJobs ul .date,
#hpLatestNews ul .date{
	      float: left;
  border: 2px solid #00A4ED;
  /* border-radius: 40px; */
  height: 72px;
  width: 72px;
  background: #00A4ED;
  margin-left: 15px;
  margin-right: 20px;
  text-align: center;
  /* background: #FFF; */
  transform: skewX(-10deg);
  -webkit-transition: 1s;
  transition: 1s;
}

#hpLatestJobs ul .date .day,
#hpLatestJobs ul .date .month,
#hpLatestNews ul .date .day,
#hpLatestNews ul .date .month{
		width: 100%;
    float: left;
    font-size: 20px;
    transform: skewX(10deg);
    color: #1d1d1e;
    font-weight: bold;
    -webkit-transition: 1s; /* Safari */
  transition: 1s;
  text-transform: capitalize;
}


#footer ul{
	list-style: none;	
	padding-left: 0px;
}

#footer label{
	font-weight: bold !important;
	color: #000;
	margin-bottom: 20px;
	font-size: 14px;	
}

#footer .group ul li a{
	font-size: 14px;
	color: #000;
}

#footer ul li{
	float: left;
	padding-left: 0px;
	width: 100%;
}

#footer ul li:last-child{

}




.searchContent p{
	margin-bottom: 0px;	
}

#footer #menuFooter .group{
	width: 25% !important;	
	padding-left: 0px;
	float: left;
}

#footer ul li.parentLinkForMobile{
	display: none;	
}

#hpLatestJobs ul .date .day,
#hpLatestNews ul .date .day{
	margin-top: 5px;	
}

#hpLatestJobs ul .title,
#hpLatestNews ul .title{
	padding-bottom: 5px;	
}

#hpLatestJobs .title h2,
#hpLatestNews .title h2{
	color: #1d1d1e;	
}

#hpLatestJobs * {
	color: #FFF !important;	
}

#hpLatestJobs ul h3,
#hpLatestNews ul h3{
	color: #1d1d1e;
	font-size: 16px !important;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;	
}
#hpLatestJobs ul h3{
	color: #00A4ED !important;
	margin-bottom: 10px;
}

#hpLatestJobs ul .sal{
	color: #00A4ED !important;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}

#hpLatestJobs ul .description,
#hpLatestNews ul .strapline{
	color: #1d1d1e;	
	font-size: 14px;
	margin-top: 5px;
}

#hpLatestJobs ul LI{
	height: 240px;
	margin-top: 10px;	
}

#hpLatestJobs ul LI .date{
	display: none;
}


#hpLatestNews ul LI{
	height: 150px;
	margin-top: 10px;	
}

#hpLatestNews ul LI a:hover{
	text-decoration: none;	
}

#hpLatestJobs ul LI a:hover .date,
#hpLatestNews ul LI a:hover .date{
	border: 2px solid #FFF;
}

#hpLatestJobs ul LI a:hover .date,
#hpLatestNews ul LI a:hover .date{
	background: #00A4ED;
	-webkit-transition: 1s; /* Safari */
  transition: 1s;
}

#hpLatestJobs ul LI a:hover .date .day,
#hpLatestJobs ul LI a:hover .date .month,
#hpLatestNews ul LI a:hover .date .day,
#hpLatestNews ul LI a:hover .date .month{
	color: #FFF;
	-webkit-transition: 1s; /* Safari */
  transition: 1s;
}

#hpLatestJobs .content2{
	margin-top: 20px;	
}

#hpJobAlert{
	margin-top: 20px;
}

.latest-vac-box{
	height:auto;
	min-height:520px;
	position: relative;
}

.latest-vac-box .jobTitle{
	min-height: 95px;
}

.latest-vac-box .jobTitle a{
	font-size: 18px;
}

.latest-vac-box .detailsButton{
	position: absolute;
	width: 92%;
	margin: 4%;
	bottom: 15px;
}

.latest-vac-box .detailsButton a:hover{
	color:#1960BA;
}

.latest-vac-box .detailsButton span{
	padding-top: 10px;
	padding-bottom: 10px;
}

.latest-vac-box .detailsButton span.fltL{
	width: 85%;
}
.latest-vac-box .detailsButton span.fltR{
	width: 15%;
}

.hp_header_content{margin:40px 0;color:#888;font-size:46px;font-weight:bold;}
.hp_header_content p{margin:0;}
.hp_bottom_content{color:#474747;font-weight:bold;margin:20px 0px 40px 0px;font-size:26px;}

.hp_box{
	padding:20px 10px;
	margin-bottom: 20px;
	color:#fff;
	height:347px;
	font-size:14px;
	position: relative;
}


#mobileMenu.visible-xs{
	cleaR: both;	
}

.hp_box h2{
	font-size:30px; 
	width: 80%; 
	padding:0px 10px; 
	line-height: 36px;
	margin:-5px 0 10px 0;
}

.hp_box.box3 h2{
	width: 50%;	
}

.hp_box p{
	width:100%; 
	padding-left: 10px; 
	padding-right: 10px;
}

.hp_box a.box-btn{
	  color: #fff;
    padding: 3px 10px 5px;
    margin-top: 20px;
    font-size: 18px;
    margin-right: 15px;
    padding-right: 30px;
    position: absolute;
    float: right;
    background: url('../../../gfx/big_arrow.png') no-repeat 97% center;
    transition: background 0.5s;
    bottom: 25px;
    right: 0px;
}


.hp_box.box3 a.box-btn{
	bottom: 52px;	
}

.hp_box a.box-btn:hover{
	color: #FFF !important;
	text-decoration: none;
	background: url('../../../gfx/big_arrow.png') no-repeat 100% center;
	transition: background 0.5s;
}


.hp_box.box1{
	margin-left: 15px;	
}

.hp_box.box1,
.hp_box.box2{
	height: 319px;
	background: url("../../../gfx/curve2.png") left bottom no-repeat #653F96;
}

.hp_box.box3{
	background: url("../../../gfx/curve.png") right bottom no-repeat #653F96;
	margin-right: 15px;
}


.hp_box.box1 a.box-btn:hover,
.hp_box.box2 a.box-btn:hover,
.hp_box.box3 a.box-btn:hover{
	color:#653F96;
}

/*===================================================================================
====:: Left Col ::===================================================================
===================================================================================*/	
.refineOption:hover > SPAN{background:#03add9;color:#fff;}
.refineOption:hover > SPAN a{color:#fff; text-decoration: none;}
.refineOption:hover > SPAN.left-side{border-top:solid 1px #03add9;border-left:solid 1px #03add9;border-bottom:solid 1px #03add9;}
.refineOption:hover > SPAN.right-side{border-top:solid 1px #03add9;border-right:solid 1px #03add9;border-bottom:solid 1px #03add9;}
.refineSpacer{margin-bottom:3px;}
.left-side{width:80%;text-align:left;padding-left:3%;background:#E3E3E3;border:0;}
.right-side{width:20%;text-align:left;background:#03add9;text-align:center; color: #fff;}

.right-side a{
	color: #FFF;	
}
/*===================================================================================
====:: Content Col ::===================================================================
===================================================================================*/	
#content_col h1{
	margin-top:0;
}

#content_col,
#content_col p{
	color: #7f8082;
}

/*.details_output .details_header,.details_output .details_content{padding-right:0;}*/
.details_output .details_header{
	background:red;
}

.details_output .details_content{
	background:blue;
}

#content_col .contentBox p{
	color: #7f8082;
}

.logonBox{
	margin-left: 10%;
}
/*===================================================================================
====:: Footer ::=====================================================================
===================================================================================*/	
#footer{
	float:left;
	width:100%;
	margin-top: 20px;
	background: #FFF;
}

#footer > .container{
	border-top: 1px solid #000;

	padding-top: 20px;
}

.footSocial label{
	float: left;
	width: 100%;
}

.socialFooter{
	text-align: center;
}

#footer .socialNetworks{
	float: none;
	text-align: right;
	margin-top: 20px;
}

#footer .mobileFooterSocial .socialNetworks{
	float: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
}

#footer .socialNetworks a{
	text-align: left;
	margin-left: 0px;
	margin-top: 20px;
}

#footer .mobileFooterSocial .socialNetworks a{
	text-align: center;
	float: none;
}

.footBox1{
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 11px;
	text-align: left;
}

#footer .footBox1 .container{
	padding-top: 10px;
}

#footer .footBox1 .footMenu a{
	color: #FFF;
	margin-left: 20px;
	font-size: 14px;
	line-height: 20px;
}

#footer .footBox1 .footMenu a:hover{
	text-decoration:none;
	color:#03add9;
}

#footer .footBox1 .footMenu a:first-child{
		margin-left: 0px;
}

.footBox2{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	background: #FFF;
}

.footBox2 > .container > .row > div > span{
	margin-top: 0px;
}

#footer .footBox2 *{
font-size: 14px !important;
line-height: 24px !important;
color: #000 !important; 
}

.logoFooter{
	text-align: right;
}

.footBox2 a{
	line-height: auto;
}


#footerMenu ul{
	list-style: none;	
	padding-left: 0px;
	margin-bottom: 30px;
}


#footerMenu ul li a{
	color: #FFF;	
	font-size: 14px;
}

#footerMenu ul li a:hover{
	color: 	#AED135;
	text-decoration: none;
}

#plugin_1 #LJ_Scroller_Side{
	height: 450px;	
}

#footerMenu ul li{
	margin-bottom: 5px;	
}

#footerMenu .parentLinkForMobile{
	color: #FFF;	
	font-weight: bold;
	border-bottom: 1px solid #3E6876;
	padding-bottom: 5px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

#footerMenu .parentLinkForMobile a{
	font-size: 16px;	
}

#footerMenu .footerIcon{
	width: 22px;
	float: left;	
}

#footerBottom *{
	color: #FFF;
	font-size: 12px;	
}

.footer_social	{
								background:url(../../../gfx/background.jpg) no-repeat;
								height:252px;
								font-size:20px;
								color:#2A2A28;
								}
.footer_social a {color:#2A2A28;}
.footer_social h2	{margin:30px 0 10px 0; }

.footer_social .socialNetworks{text-align:center;margin:30px 0;}

.footer_social .socialNetworks a:hover{text-decoration:none;}

.footer_social .footer_social_bottom_text{font-size:18px;}

.footer_top			{
								background:url("../../../gfx/skyline.png") top left no-repeat #0D4743;
								margin:0;
								height:auto;
								padding-top: 140px;
								}
							
.footer_bottom	{
								background:#39C0C6;
								margin:0;
								color:#fff;
								line-height:16px;
								padding: 10px 15px;
								font-size:12px;
								}

.footer_logo	{
							padding:15px 0;
							}

.footer_bottom a{color:#fff;}

.footer_copyright	{padding-top:30px;}

.footer_top .hidden-xs{
	background: url("../../../gfx/footer_shadow.png") top left repeat-x;	
}

#footer_nav > .group{
	float: left;	
	width: 200px;
}

#footer_nav ul{
	padding:40px 0 20px;
	margin:0;
}

#footer_nav ul li{
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
	padding-right:30px;;
}

#footer_nav ul > li{
		width: 150px;
		display: inline-block;
		font-weight: normal;
}

#footer_nav ul > li.parentLinkForMobile a{
	font-weight: bold;	
	font-size: 14px;
}


.footerSocial {
	
}

.footerSocial > p{

}

.footerSocial .socialNetworks{
	margin-top: 10px;
	margin-bottom: 10px;
	}

.footerSocial .socialNetworks a{
	margin-right: 15px;
	margin-left: 15px;	
}
 
#footer_nav ul li a{
	color:#fff;
	font-size:13px;
}

.socialNetworks{
	text-align:right;
}

.socialNetworks a{
	display:inline;
	margin-left:5px;
}

.socialNetworks a img{
	vertical-align:top;
}

.uploadFormLoading{
	background:#03add9;
	color:#fff;
	padding:10px 0;
	text-align:center;
	border-radius:4px;
}

#headerText .phoneIcon{
	margin-right: 10px;	
	margin-top: 4px;
}

#headerText p{
	text-transform: uppercase;
	font-size: 14px;
	color: #4D7D77;
}

#headerText p > strong{
	color: #653F96;
	font-size: 30px;
	letter-spacing: 3px;
}

#headerImage{
	width: 100%;
	overflow: hidden;
	background: url(../../../images/headerbg_candidates_thin.jpg);
}

#headerImage.default{
	height: 160px;
}

ul.listJobs li{
	position: relative;
}

.detailsSideMenu {
		float: left;
	margin-bottom: 20px;	
}
	
.contactPanel .title{
	float: left;
	width: 100%;	
}
	.contactPanel .strapline,
	.contactPanel .col3{
		float: left;	
		width: 100%; 
	}
	
		
.HeaderDetails {
	margin-top: -363px;
	background: none;
}
.HeaderDetails > div{
	background: rgba(255,255,255,0.8);
	padding-top: 15px;
	padding-bottom: 5px;
}
.HeaderDetails p{
	margin-bottom: 5px;
}

.HeaderDetails b{
	color: #03add9;
}
	.footer_mid{
		padding-top: 15px;
		padding-bottom: 10px;	
	}

	#plugin_1 .scroller ul li .jobTitle a{
	  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}
	
	#plugin_1 .scroller ul li span.location,
	#plugin_1 .scroller ul li span.salary{
		  float: left;
  width: 100%;
  color: #7f8082;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
	}
	
	.scroller UL > LI .salary{
		padding: 0px;	
	}
	
	
	.nav>li>a{
		color: #000;
		font-weight: normal;
		padding-left: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
	}

	#mainMenu .navWithSubs.hasdropdown:hover ul.level2{
		display: block;
	}

	#mainMenu .caret{
		border-top: 5px solid #000 !important;
		border-left: 5px solid transparent !important;
		border-right: 5px solid transparent !important;
		float: left;
		margin-left: 10px;
		margin-top: 15px;
		display: none;
	}

	#mainMenu .dropdown-menu > li a{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	
	.moreJobsBtn{
		/*background: #653F96;*/
		height: 90px;
		background: url("../../../gfx/curve.png") right bottom no-repeat #653F96;
		text-align: center;
		padding: 10px 10px;

	}
	
	.moreJobsBtn a{
		color: #FFF;
		font-size: 20px;
		float: left;
		width: 100%;
		background: url('../../../gfx/big_arrow.png') no-repeat 97% center;
		transition: background 0.5s;
	}
	
	.moreJobsBtn a:hover{
		background: url('../../../gfx/big_arrow.png') no-repeat 100% center;	
		transition: background 0.5s;
		text-decoration: none;
	}
	
	
	
	.revalBtn{
		    background: url("../../../gfx/revalidation.jpg") no-repeat top center;
    text-align: center;
    /* padding: 10px 10px; */
    height: 141px;
    /* background-size: 111%; */
    margin-top: 20px;
    border-radius: 5px;
	}
	
	.revalBtn a{
		    background: url("../../../gfx/revalidation.png") center no-repeat;
    text-align: center;
    color: #FFF !important;
    /* padding: 10px 10px; */
    font-size: 20px;
    float: left;
    height: 141px;
    width: 100%;
    text-indent: -10000px;
	}
	
	.revalBtn:hover{
	}
	
	
	.navbar-toggle{
			display: block;
			padding: 30px 10px 12px 10px;
	}
	
	.navbar-toggle span{
		background: #03add9;
	}
	
#firstContainer{
	width:100%;
}
.headerMenu{
		float: left;
	}
	
	.headerMenu li{
			float: left;
			width: auto !important;
			text-align: center;
			padding-right: 8px;
			padding-left: 8px;
		}

		.headerMenu li ul li{
			width: 100% !important;
			text-align: left;
		}

		.headerMenu li ul li,
		.headerMenu li ul li a{
			border: 0px !important;
		}
	
	#topMenuHolder{
		float: right;	
	}
	
	#topMenuHolder ul{
		background: none;	
		text-align: right;
		width: auto;
		float: right;
		margin-top: 10px;
		margin-rigt: -10px;
	}
	
	#topMenuHolder ul ul{
		margin-top: 0px;	
		background: #1d1d1e;
	}
	
	.dropdown-menu>li>a{
		color: #FFF;	
		font-weight: 300;
	}
	

	.mobileMenu .dropdown-menu>li>a{
		color: #03add9;
	}
	
	#topMenuHolder ul li{
		border: 0px;	
		width: auto !important;
		text-align: left;
	}
	
	#topMenuHolder ul li.last{
		margin-right: -10px;	
	}
	
	#topMenuHolder ul li:hover,
	#topMenuHolder ul li a:hover{
		background: none;	
		color:#00AEEF;
	}
	
	
	#topMenuHolder .nav>li>a{
		padding: 0px 10px; !important;
	}
	
	
	
	.footerMenuToggle{
		height: 25px; 
		width: 25px; 
		margin-left: 15px; 
		color: #FFF; 
		margin-bottom: 10px; 
		border: 15px solid #FFF;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}
	
	#footerMenu button{
		margin-top: -30px;	
	}
	
.foot{
	clear: both;	
}



#contactFloatBox{
	background: #7f8082;
	position: fixed;
	right: 0px;
	top: 300px;	
	width: 70px;
	padding:5px;
	z-index: 99999;
	text-align: center;
}

#contactFloatBox a{
	color: #FFF;
	font-size: 16px;
}

#contactFloatBox a:hover{
	text-decoration: none;	
}

#quick_sec_layer{float:left;width:100%;height:auto;}
#quick_sec_layer.alt{display:none;}
#quick_sec_layer h2{
	display: none;	
}


#quick_sec_layer ul{
	list-style: none;
	padding: 0px;	
	margin-top: 20px;
	margin-bottom: 20px;
}

#quick_sec_layer ul li{
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;	
}

#quick_sec_layer ul li a{
	padding-left: 0px;
	margin-left: 0px;	
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px;
	border: 1px solid #7f8082;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #FFF:
}

#quick_sec_layer ul li a.alt{
	background: #7f8082;
	color:#fff;
	text-decoration:none;
}

#quick_sec_layer ul li a.alt:hover{
	background: #fff;
	color:#7f8082;
	text-decoration:none;
}

#quick_sec_layer ul li a:hover{
	background: #7f8082;
}

#quick_sec_layer ul li a:hover{
	color: #FFF;	
}


/* Contact Map */
.google-maps {
    position: relative;
    padding-bottom: 30%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.mobileMenu ul li{
	text-align: left !important;
	float: left;
	position: relative;
}



.detailsTableHolder > .row > .col-md-2{
	color: #7f8082;	
}



.hp_fontStyle{
	margin-bottom: 10px;
}


#topMenuholder{
	background: #7f8082 !important;
	border-bottom: 0px solid #7f8082 !important;
}


#underBannerText{
	background: #1F3368;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}

#underBannerText * {
	color: #FFF;
	text-transform: uppercase;
}

#left_col #plugin_1 .title,
#right_col #plugin_1 .title{
margin-bottom: 0px;
}

#left_col #plugin_1 .content,
#right_col #plugin_1 .content{
	padding-top: 0px;
}

#left_col #plugin_1 .content ul,
#right_col #plugin_1 .content ul{
	background: #FFF;
	border: 1px solid #7f8082;
}

#left_col #plugin_1 .content ul li,
#right_col #plugin_1 .content ul li{
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	position: relative;
}

#left_col #plugin_1 .content ul li .inner,
#right_col #plugin_1 .content ul li .inner{
	padding: 10px;
	padding-bottom: 0px;
}

#left_col #plugin_1 .content ul li *,
#right_col #plugin_1 .content ul li *{
	color: #7f8082;
}
#left_col #plugin_1 .title a:hover,
#right #plugin_1 .title a:hover{
	text-decoration: none;
}

#left_col #plugin_1 .title a:hover h3,
#right_col #plugin_1 .title a:hover h3{
	color: #555557;
}



#left_col #plugin_1 .content ul li .loc,
#right_col #plugin_1 .content ul li .loc{
	margin-bottom: 10px;
}




#plugin_1 .content ul li .button a{
	background: #03add9;
	color: #fff !important;
	padding: 7px 10px;
	width: 100%;
	float: right;
}

#plugin_1 .content ul li .button {
	position: absolute;
	width: 100%;
	bottom: 0px;
}


.btn-default{
  border: 1px solid #03add9;
  border-radius: 0px;
  color: #03add9;
    background: #FFF;
    padding: 5px 25px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.btn-default:hover{
	background: #03add9;
	color: #FFF;
	border: 1px solid #03add9;
}

.btn-default.alt{
	 background: #03add9;
	 border:solid 1px  #03add9
 ;
	 color: #fff
 ;
}

.btn-default.alt:hover{
	background:  #fff;
    color: #03add9;
    border:solid 1px  #03add9;
}

.btn-orange{
	background: #03add9;
	padding: 5px 35px;
    color: #7f8082;
    text-align: center;
    display: inline-block;
    border:solid 1px #03add9;
}
.btn-orange:hover{
	background: #FFF;
	border:solid 1px #03add9;
	color: #7f8082;
}
.btn-blue{
	background: #1FA3D8;
	padding: 5px 35px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border:solid 1px #1FA3D8;
}
.btn-blue:hover{background: #FFF;border:solid 1px #1FA3D8;color: #1FA3D8;}
.btn-dark-blue{
	background: #1F3368;
	padding: 5px 35px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border:solid 1px #1F3368;
}
.btn-dark-blue:hover{background: #FFF;border:solid 1px #1F3368;color: #1F3368;}

/*
video.fullscreen { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}*/

.videoContainer {
    position: absolute;
    width: 100%;
    height: 950px;
    border-radius: 5px;
    background-attachment: scroll;
    overflow: hidden;
    z-index: 0;
}

.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.videoContainer .video-img{
	min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
}



.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #FFF;
    opacity: 0.8;
}

#homageImgContent{
	position:absolute;
	top:300px;
	color:#fff;
	/*D5D6D8*/
	z-index:999;
	width:100%;
	font-weight: 300;
	font-size:40px;
}


#socialSideBar{
	position: absolute;
	left: 0px; 
	top: 140px;
z-index: 9990;
}

#socialSideBar a{
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#topBar{
	width: 100%;
	z-index: 9999;
	position: relative;
	background:#FFF;
}


#topBar p{
	font-size: 20px;
}


#homepageFooter .box1 .content{
	margin-top: 20px;
}

#homepageFooter .newsList .title h3{
	font-size: 26px !important;
}

#homepageFooter .newsList .strapline{
	color: #7f8082 !important;
}

.newsList{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.newsList .title h3,
.newsList .date{
	color: #03add9;

}


.newsList .date span{
	font-size: 16px;
	text-transform: uppercase;
}


#homepageFooter {
	padding-bottom: 20px;
}

#strapline p{
	font-size: 22px;
	color:#3f3f41;
	line-height:50px;
}

#login{background:#7f8082;padding:5px 0;margin-bottom:20px;color:#fff;}
#login a{color:#fff;}
#login a:hover{text-decoration:none;color:#03add9;}

.plugin_loader .title h2,
.plugin_loader .title h1{

	text-align: left;
	margin-bottom: 20px !important;
	width: 100%;
	float: left;
}



.tableContent p{
	margin-bottom: 10px !important;
}

.headerMenu li{
	padding-left: 0px;
	padding-right: 0px;
}

.headerMenu li a{
	padding-right: 20px !important;
	padding-left: 0px !important;
}

.headerMenu li li a{
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.headerMenu li a:hover,
.headerMenu li a[aria-expanded="true"]{
	color: #7f8082;
}

#mainMenuHolder{
	position: absolute;
	z-index: 9998;
	background: #f7f7f7;
	width: 100%;
}

#mobileMenu{
	position: relative;
	z-index: 9999;
	width: 100%;
	padding: 0px;
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.contentSideMenu{
	text-align: center;
}

.pageSubMenu{
	margin-top: 0px;
}

.pageSubMenu,
.pageSubMenu li{
	list-style: none !important;
	padding-left: 0px;
	margin-left: 0px;
}

.pageSubMenu li{
	margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  line-height: 20px;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  background: #03add9;
	border-bottom: 0px !important;
  border-radius: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.pageSubMenu li a{
	width: 100%;
  float: left;
  display: block;
  padding: 5px 15px;
  text-align: center;
  min-width: 150px;
  line-height: 24px;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}


.pageSubMenu li:hover{
  background: #03add9;
  cursor: pointer;
  color: #FFF;
}

#secondContainer ul li{
	font-size: 16px;
}

#fader-search{
  position: absolute;
  bottom: 40px;
  z-index: 1000;
  width: 100%;
}	


#faderButtons a{
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  background: #b86b30;
  border-radius: 10px;
  border: 1px solid #b86b30;
}

#faderButtons a.button1{
	background: #03add9;
	border-color: #03add9;
}

#faderButtons a.button2{

}

#faderButtons a.button3{
	background: #848484;
	border-color: #848484;
}

#faderButtons a:hover,
#faderButtons a:focus{
	background: #FFF;
	border: 1px solid #b86b30;
	color: #b86b30;
}

#faderButtons a.button1:hover, 
#faderButtons a.button1:focus{
 border-color: #03add9;
 color: #03add9;
}

#faderButtons a.button3:hover, 
#faderButtons a.button3:focus{
	border-color: #848484;
	color: #848484;
}


#faderButtons b{
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}


#FaderLinks{
	position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
}
#FaderLinks a{
	background: #03add9;
	color: #FFF;
	padding: 20px 30px;
	border-radius: 10px;
}

.headerSocial .row2{
 text-align: right;
}

.headerSocial .row3{
 text-align: right;
	margin-top: 20px;
}

.headerSocial .row3 .right{
	background: #03add9;
	border: 1px solid #03add9;
}

.headerSocial .row3 .right:hover{
	background: #FFF;
}


.matchingJobsHolder{
	padding: 0px 15px;
}


#vac_detailsMainHolder{
	margin-bottom: 20px;
}

#vac_detailsMainHolder .vacButtons.topButtons .menuHolder .colMenu{
padding-top: 0px;
padding-bottom: 0px;
border: 0px;
}

#vac_detailsMainHolder .vacButtons.topButtons .menuHolder .colMenu li{
	margin: 0px;
	width: 100%;
	margin-bottom: 10px;
}

.btnSmall{
	width: 20%;
}


/*
.red-bar{
	border-top: 75px solid #03add9;
	padding-bottom: 20px !important;
	padding-top: 0px !important;
}

.red-bar > .container{
	margin-top: -55px;
}

.red-bar > .container > .row h2{
	color: #FFF;
	font-weight: bold;
	margin-bottom: 50px;
}
*/



#pageTitleWrapper h1{
	text-align: center !important;
}


.ui-loader-default,
#fader-search span.form-control{
	display: none !important;
}

.carousel-control,
.carousel-control:hover, 
.carousel-control:focus{
	opacity: 1;
}

.imageFaderPaging > .container > .row{
	display: inline-block;
}

.carousel-control.right,
.carousel-control.left{
	background: none;
	position: relative;
	top: 200px;
	left: 40px;
}

.carousel-control.right{
	left: 1130px;
}


.sideCol .titleUnderLine{
	display: none;
} 


/*Bespoke for Plugins*/
#content167{
	padding-top: 0px !important;
}

#news169{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}




#jobsearch10 button{
	border-radius: 10px;
	background: #081142;
	color: #FFF;
	border: 4px solid #41ad5b;
}

	