﻿/*
    20:20 Front End Starter Kit
    Generic Initiation items not covered in "undothml.css";
*/

/*
    Bullet proof font-face implimentation;
    http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/#smiley
*/
@font-face {
    font-family: 'Din';
    src: url('../Fonts/Din/dinea__-webfont.eot'); /* for IE... */
    src: local("☺"), /* ...the rest */
        url("../Fonts/Din/dinea__-webfont.woff") format("woff"),
        url("../Fonts/Din/dinea__-webfont.ttf") format("truetype"),
        url("../Fonts/Din/dinea__-webfont.svg#DIN1451EngAltRegular") format("svg");
    font-weight: normal; 
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../Fonts/Bebas/BebasNeue-webfont.eot');
    src: url('../Fonts/Bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Bebas/BebasNeue-webfont.woff') format('woff'),
         url('../Fonts/Bebas/BebasNeue-webfont.ttf') format('truetype'),
         url('../Fonts/Bebas/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	text-align: center;
	font-family:Arial, Sans-Serif;
	/* set the default font size to approx 10px, http://clagnut.com/blog/348/ */
	font-size: 62.5%;
	background-color: #fff;
	color: #4a4a4a;
	line-height:1;
}

u {
	text-decoration: none;
}

fieldset {
    border: 0;    
}

legend {
	display: none;
}

abbr, acronym {
	/* indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
}

.invisible {
	display: none;
}

.hide {
    /* hide elements but make them available to screen readers */
	position: absolute;
	top: -9999em;
}

/* 
    default skip links accessiblity  module styling, works in  
    conjunction with a 'hide' class applied to the module wrapper;
*/
.skipLinks a:focus {
    position: absolute;
    top: 10000em; 
    background: #000;
    color: #fff; 
    padding: 5px;
    display: block; 
    left: 10px;
    min-width: 8em;
    text-align: left;
}

/*	
    clearfix method for floated elements, http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for IE7 hack */
.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.theBreaker
{
    height: 1px;
    clear: both;
}

/*
    Generic Levin image replacement - http://levin.grundeis.net/files/20030809/alternatefir.html 
*/
.replace {
	position: relative;
	margin: 0px;
	padding: 0px; /* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden; /* */
}

.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span { 
	width:300px;
	height:100px; 
	background-image: url(head.png); 
} 
*/

/*
    Project specific styles;
*/

/*Basic CSS by Stuart Johnston - 22/07/11*/



/*Main regions*/
#container
{
    width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    font-size: 1.1em;
}

#content
{
    line-height: 1.4;
	background-repeat: no-repeat;
}

.srsearch #content,
.srgroup #content
	{
		min-height: 580px;
	}

.cartermurray #content, 
.taylorroot #content 
{
    min-height: 720px;
}

.brewermorris #content, 
.frazerjones #content 
{ 
    min-height: 760px;
}

.alternative #content
{
	min-height: 580px;
}

#content #gradient
{
  /*  min-height: 696px;*/
    min-height: 720px;
    position: relative;
    background-repeat: repeat-x;
    background-position: left bottom;
}

#mainContent
{
    width: 690px;
    overflow: hidden;
    position: absolute;
    /*bottom:50px;*/
    bottom:15px;
    left: 0;
    z-index: 100;
    padding-bottom: 5px;
}

#branding
{
    height: 119px;
}

#footer
{
    overflow: hidden;
}

#footer .gutter
{
    margin: 20px 0;
    overflow: hidden;
}

#footer #footerLogo
{
    float: left;
    margin-right: 32px;
}

#footer #srGroupLogo
{
    background:url(../../_Images/Common/srGroupLogo.png) 0 0 no-repeat;
    width: 76px;
    height: 58px;
    display: block;
    text-indent: -9999em;
}

#footer #siteInformation
{
    float: right;
    margin-top: 5px;
    width: 88%;
}

#footer #siteInformation ul
{
    clear: both;
}

#footer #siteInformation li
{
    float: left;
    border-right: 1px solid #8f8f8f;
    padding: 0 14px;
}

#footer #siteInformation li:first-child
{
    padding-left: 0;
}

#footer #siteInformation li:last-child
{
    border-right: 0 none;
    padding-right: 0;
}

#footer #siteInformation li a
{
    color: #8f8f8f;
    text-decoration: none;
}

#footer #siteInformation #groupLinks
{
    float: left;
}


#footer #siteInformation #siteLinks
{
    float: right;
}

#footer #groupStatement
{
    clear: both;
    color: #cfcfcf;
    margin-top: 30px;
}

/*promo widgets on home pages*/
.promoWidget
{
    float: left;
    border:6px solid;
    margin-left: 8px;
    line-height: 1;
}

.promoWidget a
{
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.promoWidget p
{
    margin-bottom: 3px;
}

.promoWidget h2
{
    
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    
    font-size: 22px;
    text-transform: uppercase;
    padding: 3px 8px;
    margin-bottom: 0;
}

#featuredJobs,
#featuredVideo
{
    width: 293px;
}

#featuredJobs h2
{
    margin-bottom: 12px;   
}

#featuredJobs h3
{
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

#featuredJobs .featuredJobsDescription
{
    width: 210px;
    float:right;
}

#mainContent #featuredJobs ul
{
    margin-bottom: 0;
    margin-left: 0;
}

#featuredJobs li
{
    overflow: hidden;
    margin-bottom: 0;
    list-style: none; /*removes ie padding :S*/
}

#featuredJobs li img
{
    float: left;
    margin-right: 8px;
    width: 70px;
    height: auto;
}
#featuredJobs a
{
    padding: 3px 0;
}

#featuredJobs a:hover
{
    background:rgba(255,255,255,0.5);
}

.single
{
    margin-left: 13px;
}

.promoWidget:hover
{
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}

.single
{
    width: 161px;
}

.single p
{
    margin: 0 8px 1em 8px;
    line-height: 1.2;
}

.single img
{
    margin-bottom: 8px;
	width:161px;
}

.single h2
{
    background-image: url(../../_Images/Common/promoHeadingBG.png);
    background-repeat: no-repeat;
    background-position: 95% 0.3em;
    padding-right:18px;
}

.double  
{
	width: 450px;
}

.site.landing .single:first-child
{
    width: 276px;
}

.site.landing .single:first-child img
{
    width: 100%;
}

.promoText  
{
	margin-left:30px;
	font-size:1.2em;
}

.promoText p
{
	padding:7.5px; 
}

#featuredVideo p
{
    margin: 8px;
    text-align: left;
} 

#featuredVideo p a
{
    display: inline;
}

#featuredVideo h2
{
    text-align:left;
}

#featuredVideo
{
    text-align: center;
}

.video
{

}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; 
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

/*Primary widgets*/
#primaryWidgets
{
    width: 695px;
    position: absolute;
    right: 0;
    top: 85px;
    z-index:10;
}

.brandedWidget .toggle 
{
	display: none;
}

.brandedWidget,
.widget
{ 
    width: 250px;
    float: right;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0, 0.8);
    margin-right:8px;
    clear: both;
}

.brandedWidget.nojobsearch,
.widget.nojobsearch 
{
    padding-top: 100px;
}



.brandedWidget .gutter,
.widget .gutter
{
    margin: 9px;
}

.brandedWidget h2,
.widget a h2
{
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    
    font-size: 3em;
    color:#fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

.brandedWidget p,
.widget a p
{
    margin-bottom: 0;
    line-height: 1.2;
}


/*Navigation*/

#primaryNavigation ul li.last,
#secondaryNavigation ul li.last
{
    border-right: 0 none;
}

#primaryNavigation
{
    overflow: hidden;  
}

#primaryNavigation li
{
    font-size: 22px;
}

#primaryNavigation li a
{
    padding: 3px 12px;
}


#secondaryNavigation
{
    overflow: hidden;
    

}

#secondaryNavigation li
{    
    font-size: 18px;
}

#secondaryNavigation li a
{
    padding: 3px 12px; 
    display:block;
    text-align: center;   
}

#secondaryNavigation li a span
{
    display: block;
}

#primaryNavigation li,
#secondaryNavigation li
{
    float: left;
    text-transform: uppercase;
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    line-height: 1;
}

#primaryNavigation li a,
#secondaryNavigation li a
{
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1000;
}

/*typography*/

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    line-height: 1;
}
#home
{
    display: block;
    padding-top: 19px;
}

h1, h2
{
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    
    font-size: 3.4em;
    font-weight: 300;
    margin-bottom: 0.3em;
    clear:both;
    text-transform:uppercase;
    color: #fe9110;
}

h3
{
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 0.3em;
}

h4
{
    font-size: 1.1em;
    margin-bottom: 0.8em;
}

h5
{
    font-size: 1.0em;
    font-weight: 600;
    margin-bottom: 0;
}

h6
{
    font-size: 1em;
    font-weight: bold;
}

p
{
    margin-bottom: 1em;
}

a
{
    color: #6a90d2;
}

#mainContent ul
{
    list-style-type: disc;
    margin-left: 1.1em;
    margin-bottom: 1em;
    font-size: 1.1em;
}

#mainContent ol
{
    list-style-type: decimal;
    margin-left: 1.6em;
    margin-bottom: 1em;
    list-style-position: outside;
    font-size: 1.1em;
}

#mainContent p
{
    font-size: 1.1em;
}

#mainContent li p
{
    font-size: 1em;
}

#mainContent li
{
    margin-bottom: 10px;
}

/*tag line on home pages*/
#tagLine
{
    background:rgba(0,0,0, 0.2);
 /* background:rgba(0, 0, 0, 0.2);*/
    padding: 10px 35px 0 35px;
    color:#fff;
    margin-top: 10px;
}

#tagLine .gutter
{
    width: 656px;
    z-index: 100;
    position:relative;
}

#tagLine h2
{
     font-family: "BebasNeueRegular", Arial, Sans-Serif;
    font-size: 8em;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height:0.9;
    color: #fff;
}

#tagLine a,
a.tagLink
{
    text-decoration: none;
}

#tagLine a *
{
    color: #fff;
    opacity: 0.9;
}

#tagLine a:hover *
{
    opacity:1;
}

#tagLine p
{
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    font-size: 2.5em;
    text-transform: uppercase;
    text-indent: 3px;
    margin-bottom: 0;
}

/*common form elements*/
.field .genericButton
{
    border: 0 none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    padding: 2px 10px 1px 10px;
    color: #fff;
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    
    font-size: 1.7em;
    box-shadow: 0 0 3px rgba(0,0,0, 0.8);
    cursor: pointer;
}

.field .genericButton:active,
.field .genericButton:focus
{
    color: #fff;
}

#jobSearch .genericButton
{
    padding-right: 38px;
    color: #fff;
    height: 26px;
    margin-top: 6px;
}

#jobSearch .gutter
{
    position: relative;
}

#jobSearch #jobCount span
{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-style: italic;
    padding: 0.3em 0.7em;
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

a.genericCta
{
    padding-right: 32px;
    height: 24px;
    display:inline-block;
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    
    font-size: 1.7em;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

#summary #applyForJob
{
    float: right;
    margin-top: -36px;/* a function on the height of the cta*/
    margin-right: 3px;
}

#summary 
{
    border-bottom: 4px double;
    margin-bottom: 10px; 
    padding-bottom: 10px;   
    position: relative;
    overflow: hidden;
}

#summary h2, #summary h1
{
    width: 80%;
}

#summary ul span
{
    font-weight: bold;
    padding-right: 0.3em;
}

#summary .date
{
    position: absolute;
    top: 1em;
    right: 0;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.5;
}

#summary .meta
{
    list-style-type: none;
    margin-left: 0;
    font-size: 1.1em;
}

#summary .meta .clientLogo
{
    border: 25px solid #FFFFFF;
    float: left;
    margin-right: 11px;
}


#uiSearchFreeText
{
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0,0,0, 0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 36px;
    color:#333;
    width: 90%;
    background:#fff
}

#uiSearchFreeText input
{
    border: 0 none;
    line-height: 40px;
    height: 36px;
    margin: 0 0 0 5px;
    width: 95%;
    font-size: 18px;
    color: #AAAAAA;
}

#uiSearchFreeText label
{
    position: absolute;
    left: -9999em;
}

.field
{
    margin-bottom: 6px;
    position: relative;
}

.field input.genericInput,
.field select
{
    color: #aaa;
    background-color: #fff;
    width: 75%;
    border: 1px solid #eee;
    box-shadow: 0;
    padding: 2px 2px 2px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.field input:focus,
.field select:focus
{
    color: #666;
}

.field label
{
    display: block;
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    
    color: #fff;
    font-size: 1.7em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}

.field select
{
    width: 75%;
    border: 1px solid #eee;
    box-shadow: 0 0 0 rgba(0,0,0, 0);
    padding: 2px 2px 2px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.field p  
{
	color:#ffffff;
	opacity:0.7;
	text-transform:uppercase;
	font-family:"BebasNeueRegular", Arial, Sans-Serif;
	font-size:1.2em;	
	padding-bottom:.5em;
}

.advancedSearchLink 
{
	margin: 10px 0 15px 0;   
    display: inline-block;
    color: #FFFFFF;
    display: block;
    font-family: "BebasNeueRegular",Arial,Sans-Serif;
    font-size: 1.7em;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    
    text-align:right;
    text-decoration: none;
    opacity: 0.7;
    filter:alpha(opacity=70);  
    float:right;   
    z-index:10;
}

#uiSearchButton  
{
	float:left;
}

#advancedSearch
{
    float: right;
    position: relative;
    z-index: 1000;      
    width:100%;
}

#advancedSearch .open
{
    background-image:url(../../_Images/Common/advancedSearchToggle.png);
}

#advancedSearch .gutter
{
    overflow: hidden;
    margin: 0;
    padding: 9px;
    padding-bottom: 4px;
    background:rgba(255,255,255,0.3);
    border-radius: 3px;
    -webkit-border-radius: 3px;    
}

#advancedSearch #uiSearchSalary
{
  
}

#advancedSearch #uiSearchSalary fieldset
{
    display: block;
    overflow: hidden;
}

#advancedSearch #uiSearchSalary fieldset h3
{
    color: #FFFFFF;
    display: block;
    font-family: "BebasNeueRegular",Arial,Sans-Serif;
    font-size: 1.7em;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    
    font-weight: normal;
}

#advancedSearch #uiSearchSalary .field
{
    width: 45%;
    float: left;
    margin-bottom: 0;
}

#advancedSearch #uiSearchSalary .field input
{
    width: 92%;
}

#advancedSearch #uiSearchSalary .field:last-child
{
    float: right;
}



/*feed widget*/

#feed
{
    color: #fff;
}

#feed h2
{
    float: left;
}

#feed #feedTwitter
{
    float:right;
}

#feed ul,
.widget ul
{
    clear: both;
}

#feed li,
.widget li
{
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid;
}

#feed li 
{
	padding:0;
}

#feed li a 
{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#fff;
	padding:10px 0;	
	overflow: hidden;	
}

#feed li:hover
{
    background: rgba(255,255,255,0.05);
}

#feed li img,
.widget li img
{
    float: left;
    margin: 0 8px 0 0;
    border: 1px solid;
}

#newsFeed ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#newsFeed ul img
{
    border: 1px solid;
    float: left;
    margin: 0 8px 0 0;
    margin: 0 8px 1em;
}

#newsFeed ul li
{
    border-top:1px solid #F2EEE4;
    padding-top: 1em;
    margin-bottom: 0;
}

#newsFeed li:hover
{
    background:rgba(255,255,255,0.2);
}

#newsFeed h3
{
    font-size: 13px;
    margin: 0 8px 6px;
    line-height: 1.2;
}

.widget h2
{
    border-bottom: 1px solid;
    margin-bottom: 2px;
    font-size: 2.2em;
}

.widget h3
{
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    
    color: #fff;
    font-size: 1.7em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}

.widget
{
    box-shadow: 0 0 0 transparent;
}

.widget a
{
    text-decoration: none;
    display:block;
}

/*candidate action*/
#candidateAction
{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0, 0.5);
    margin-bottom: 22px;
    float: right;
    overflow: hidden;
    min-width: 258px;
    
    position: absolute;
	top: 0;
	right: 0;
}

#candidateAction .gutter
{
    margin: 10px 20px;
    overflow: hidden;
}

#candidateAction #linkedIn
{
    width: 115px;
    height: 37px;
    background: url(../../_Images/Common/CandidateAction/iconLinkedIn.png) 19px top no-repeat;
}


#candidateAction #linkedIn a
{
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

#candidateAction #cv
{
    background: url(../../_Images/Common/CandidateAction/iconCv.png) 98% center no-repeat;
    line-height: 18px;
    padding-right: 25px;
}

#candidateAction #general
{
    padding-left: 0;
    margin-left: 0;
    text-align:right;
}

#candidateAction #general a
{
    font-family: "BebasNeueRegular",Arial,Sans-Serif;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #4a4a4a;

}

#candidateAction #callback
{
    background: url(../../_Images/Common/CandidateAction/iconPhone.png) right center no-repeat;
    padding-right: 25px;
}

#candidateAction .oneElement div
{
    margin-top: 10px;
}

#candidateAction #siteSearch
{ 
    padding-right: 0;
    border-right: 0 none;
}

#candidateAction #siteSearch .gutter
{
    background: url(../../_Images/Forms/siteSearchBG.png) right center no-repeat;
    margin: 0;
    width: 145px;
    height: 20px;
    padding: 4px;
    margin-top: 6px;
}

#candidateAction #siteSearch .genericInput
{
    border: 0 none;
    margin: 0;
    padding: 0;
    float: left;
    width: 109px;
    height: 20px;
    color: #4a4a4a;
}

#candidateAction #siteSearch #uiBtnSiteSearchSubmit
{
    margin: 0;
    padding: 0;
    display: inline;
    float: right;
}

#candidateAction .unit
{
    padding: 0 18px;
    border-right: 1px solid #bdbdbd;
}

#candidateAction #twitter
{
    float: left;
    padding: 0 10px;
}

#candidateAction #twitter a
{
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../_Images/Common/CandidateAction/twitter.png) center center no-repeat;
    text-indent: -9999em;
    overflow: hidden;
    margin-top: 0;
}

#candidateAction #youtube a
{
    display: block;
    width: 95px;
    height: 40px;
    background: url(../../_Images/Common/CandidateAction/youtube.png) center center no-repeat;
    text-indent: -9999em;
    overflow: hidden;
    margin-top: 0;
}

#candidateAction.singleUnit .unit
{
	border:0 none;
}

/*pageContent is a class on the body for simple single column pages with no tertiary navigation*/
.pageContent
{
    
}

.pageContent #content #gradient
{
    background-image: none;
}

.pageContent #mainContent
{
    position: relative;
    bottom: 0;
    background-color: #f7f5ef;
    padding-bottom:0;
    margin-bottom: 14px;
    margin-top: 16px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pageContent #mainContent .gutter,
.pageContent #extra .gutter
{
    margin: 14px;
}

.pageContent #extra
{
    width: 690px;
    overflow: hidden;
    border-top: 1px solid #c7c6c4;
}

/*vcard*/
.vcard
{
    position: relative;
    overflow: hidden;
    z-index: 100;
}

.vcard .org
{
    display: none;
}

.vcard .photo
{
    float: left;
    margin-right: 22px;
    margin-bottom:1px;
}

.vcard h2
{

    font-size: 24px;
    font-family: "BebasNeueRegular", Arial, Sans-Serif;
    
    text-transform: uppercase;
}

.vcard h3
{
    color: #FE9110;
}

.vcard h3 .fn
{
    color: #4A4A4A;
}

#mainContent .vcard ul 
{
	list-style-type:none;
}

.vcard li
{
    float:left;
    margin-right:10px;
    white-space:nowrap;
}

.vcard li:first-child
{
    margin-left: 0;
}

.vcard a
{
    font-weight: bold;
    text-decoration: none;
}

.vcard .linkedIn
{
    background: url(../../_Images/Common/vcardLinkedInLogo.png) 0 0 no-repeat;
    padding-left: 18px;
    margin-left:0;
}

/*search results*/

#searchResults
{
    min-height: 672px;
}



#searchResults h2
{
    width: 80%;
    margin-bottom: 0;
    font-size: 2.0em;
    padding-left: 25px;
    margin-bottom: 12px;
}

#searchResults a,
#childPageListing a
{
    text-decoration: none;
    display: block;
    color: #4A4A4A;
    position: relative;
}

#searchResults #summary,
#teamResults #summary
{
    margin-bottom: 0;
    padding-bottom: 12px;
}

#searchResults #summary
{
    padding-bottom: 0;    
}

#searchResults p.noResults 
{
	margin-top:10px;
}

#searchResults #summary #total
{
    position: absolute;
    right: 0;
    top: 0;
}

#searchResults ul li
{
    overflow: hidden;
}

#searchResults ul li img
{
    border: 25px solid #FFFFFF;
    float: left;
    margin-right: 11px;
}

#searchResults ul,
#teamResults ul,
#childPageListing ul
{
    list-style-type: none;
    margin-left: 0;
}

#searchResults ul li,
#teamResults ul li,
#childPageListing ul li
{
    border-top:1px solid;
    padding: 12px 0;
}

#childPageListing ul li  
{
	overflow:hidden;
}

#teamResults .vcard ul li
{
    border: 0 none;
    padding-top: 0;
    padding-bottom: 0;
}

#teamResults .vcard ul li.linkedIn
{
    padding-left: 18px;
}

#searchResults ul li:first-child,
#teamResults ul li:first-child,
#childPageListing ul li:first-child
{
    border: 0 none;
}

#searchResults ul li:hover,
#childPageListing ul li:hover
{
     background:rgba(255,255,255,0.5);
}

#searchResults .meta
{
    border: 0 none;
}

#searchResults .date,
#childPageListing .date
{
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

#searchResults h3,
#childPageListing h3
{
    width: 80%;
    color: #FE9110;
    font-family: "BebasNeueRegular",Arial,Sans-Serif;
    font-size: 2.8em;
    font-weight: 300;
    margin-bottom: 0.3em;
    text-transform: uppercase;
    
}

#childPageListing img 
{
	float:left;
	margin: 0 11px 0 0;
}

#searchResults .ref
{
    margin-bottom: 0;
    margin-top: 1.4em;
}

.pagination
{
    float: right;
    line-height: 26px;
    position:relative;
    z-index:100;
}

.pagination ul
{
    display: inline;
}

.pagination li
{
    display: inline;
}

.pagination a
{
    padding: 0 5px;
    text-decoration: none;
}

.pagination a.current
{
    text-decoration: underline;
}

#extra .cta
{
    float: left;
}

/*extensions for content pages with tertiary navigation*/
#tertiaryNavigation
{
    float: left;
    margin-top: 16px;
    width: 170px;
    margin-right: 7px;
    font-size: 1.1em;
}

.tertiaryNavigation #mainContent,
.tertiaryNavigation #extra
{
    width: 513px;
}

.tertiaryNavigation #extra
{
    margin-left: 177px;
}

#tertiaryNavigation li
{
    border-left: 6px solid;
    margin-bottom: 0.5em;
}

#tertiaryNavigation a
{
    text-decoration: none;
    padding: 3px 5px;
    display: block;
}

/*currency converter*/

#currencyConverter
{
    
}

#currencyConverter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for IE7 hack */
#currencyConverter {
	display: inline-block;
}


#currencyConverter {
	display: block;
	clear: both;
	padding-top:10px;
}

#currencyConverter .trigger
{
    cursor: pointer;
    font-family: "BebasNeueRegular",Arial,Sans-Serif;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 0.3em;
    text-transform: uppercase;
    
    padding-right:  15px;
}


#currencyConverter .field
{
    width: 31%;
    float: left;
    padding: 0;
    margin-right: 2%;
    margin-bottom:10px;
}

#currencyConverter #to
{
    margin-right: 0;
}


#currencyConverter .field select
{
    width: 100%;
}

#currencyConverter .field .genericInput
{
    width: 96%;
}


#currencyConverter .field .genericInput
{
    padding: 3px 0 3px 5px;
}

.pageContent #mainContent #currencyConverter .gutter
{
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}

#currencyConverter #calculatedValue
{
   font-size: 1.4em;
   color:#fff;
   font-weight: bold;
   margin-bottom: 0;
   min-width: 30px;
   margin-bottom: 10px;
}

#currencyConverter #calculatedValue span
{
    padding: 0 5px;
    font-family: "BebasNeueRegular",Arial,Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    
    float: left;
}

#currencyConverter .currency_widget_ex_rate_source
{
    display: none;
}

#currencyConverter #calculatedValue .currency_widget_result
{
    display: block;
    min-width: 30px;
    background: url(../../_Images/Forms/ajax-loader.gif) -9999em center no-repeat;
}

#currencyConverter #calculatedValue span.calculating
{
    background: url(../../_Images/Forms/ajax-loader.gif) 10px center no-repeat;
}

#currencyConverter #submit
{
    width: auto;
    margin-bottom: 0;
    margin-left: 3px;
}


/*sort search results*/
#sort
{
    overflow: hidden;
    
}

#sort ul
{
    overflow: hidden;
    margin-bottom: 0;
}

#searchResults #sort li
{
    border: 0 none;
    float:left;
    padding: 0 3px;
    margin-bottom:0;
}

#searchResults #sort li:hover
{
    background: transparent;
}

#sort li a,
#sort li span
{
    padding: 3px 6px;
    display: block;
    color: #c3c1bc;
}

#sort li span
{
    color: #6a90d2;
}

#sort li a
{
    background-color: #f7f5ef;
    -webkit-border-top-left-radius: 04px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 04px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 04px;
    border-top-right-radius: 4px;
}

#sort li a.current,
#sort li a:hover
{
    background-color: #c3c1bc;
    color: #fff;
}

#sort #sortBy
{
    float: left;
}

#sort #orderBy
{
    float: right;
}

/*floated images*/
.figureRight
{
    float: right;
    margin: 0 0 0.3em 1em;
}

.figure
{
    float: left;
    margin: 0 1em 0.3em 0;
}

/*asset*/
.asset
{
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.asset img
{
    vertical-align: middle;
    margin-right: 0.5em;
}

/*data table*/
table
{
    width: 100%;
    border-collapse: collapse;
}

table th,
table td
{
    padding: 0.5em 0.8em;
    text-align: left;
}

table th
{
    text-transform:uppercase;
}

table caption
{
    text-align: left;
    font-family: "BebasNeueRegular",Arial,Sans-Serif;
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    
    padding: 0.2em 0.5em;
    padding-bottom: 0;
}

/*static pages*/
.static #content #mainContent
{
    width: 100%;
}

.static #content #gradient
{
    min-height: 0;
}

.static #content #summary
{
    border: 0 none;
}

/*site map*/

#mainContent .sitemap ul
{
    margin-left: 2em;
}

#mainContent .sitemap ul li a
{
    font-size: 13px;
}

#mainContent .sitemap a
{
    color: #02B1B5;
}

#mainContent .sitemap h2 a
{
    text-decoration: none;
    font-size: 30px;
}

#mainContent .googleMap  
{
	margin:0 10px 10px 10px;	
}

#mainContent .googleMap img  
{
	border:1px solid #333;
}

#mainContent .googleMap span.directions 
{
	width:140px;
	background-color:#fff;
	padding:2px 5px;
	text-align:center;
	border-right:1px solid #333;
	border-top:1px solid #333;
	border-left:1px solid #333;
	margin:0 0 0 10px;	
	font-size:0.8em;
	float:right;		
	font-weight:bold;
	clear:both;
}


/*photo gallery*/

#photoGallery ul
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#photoGallery li
{
    list-style-type: none;
    float: left;
    width: 33%;
    margin-bottom: 0;
    
}

#photoGallery li img
{
    width: 94%;
    padding: 2% 4%;
}

/*specialism check boxes*/
#uiSpecialism
{
    width: 75%;
}

#uiSpecialism input
{

   position:absolute;
   left: -999em;

}

#uiSpecialism label.primaryLabel
{
    color: #FFFFFF;
    display: block;
    font-family: "BebasNeueRegular",Arial,Sans-Serif;
    font-size: 1.7em;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    
    padding: 0;
}

#uiSpecialism label
{
    display: block;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    text-transform: none;
    font-size: 1.2em;
    word-spacing:normal;
    margin-bottom: 0;
    padding: 2px 5px;
    color: #aaa;
}

#uiSpecialism label.selected
{
    background-color: #aaa;
    color: #fff;
}

#uiSpecialism ul
{
    height: 78px;
    overflow-y:scroll;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #EEEEEE;
}

#uiSpecialism li
{
    margin-bottom: 0;
    display:block;
}

.teamResult  
{
	border-bottom:1px solid;
    padding: 12px 0;
    border-color:#C3C1BC;
}

.teamResult.last
{
	border:0 none;
}

#mainContent .teamResult  ul
{ 
    margin-left: 0;
}

.extraTeamResult  
{
    padding: 0 0 10px 0;  
}

.textWithImage  
{
	clear:both;
}

#mainContent .noResults p
{
	font-weight:bold;
}

#mainContent .noResults
{
	padding:5px;	
	margin-top:10px;
}

#mainContent .noResults p a
{
	color:#6A90D2;
	display:inline;
}

#mainContent .noResults p a:hover
{
	text-decoration:underline;
}

#mainContent .noResults h3
{
	width:90%;
}

#euCookie{
    background: #000;
    background: rgba(0,0,0, 0.75);
    position: fixed;
	bottom: 0;
	left: 0;
	width: 98%;
	padding: 20px;
	color: #fff;
	font-size: 110%;
	z-index: 1000;
}

#euCookie p{
    margin: 0;
}

#euCookie a{
    color: #fff;
    font-weight: bold;
}

.addthis_sharing_toolbox {
   float: right;
   padding-bottom: 10px;
}

@media (min-width: 1100px) {
    .addthis_sharing_toolbox {
        display: none;
    }
}