@charset "UTF-8";
/*
Theme Name: Locum Partnership
Theme URI: Locum Partnership
Author: theEword
Author URI: http://theeword.co.uk
Tags: light, white, one-column, two-columns, three-columns, custom-background, custom-header, custom-menu, custom-colors, featured-images, left-sidebar, sticky-post, post-formats
Description: Locum Partnership
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
# Typography
# Elements
# Forms
# Links
# Accessibility
# Alignments
# Clearings
# Sidebar
# Content
# Posts and pages
# Asides
# Content
# Comments
# Infinite scroll
# Media
# Captions
# Galleries
# Main menu
# header
# 404 not found
# footer
# IE7
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


html,
body { height: 100% }
body { 
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #888;
	background: #f7f7f7 !important;
}
a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #1e1e1e;
}
a:hover { text-decoration: none }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
	color: #111;
}

dfn {
	font-style: italic;
}



mark {
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="search"]:focus, input[type="text"]:focus {
	box-shadow: 0 0 18px #000;
}
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.orange {
	background: #000;
	color: #fff;
}

.yellow {
	background: #fcb716;
}

.dark {
	background: #464a58;
}

.grey {
	background: #f7f7f7;
}

.white {
	background: #f7f7f7;
}

.full-width {
	width: 100%;
	padding: 60px 0;
	position: relative;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, .h1, #searchresults strong, #breadcrumbs > span, #search  h2, .sidebar-cta  h4, .main-sidebar .widget h3, #breadcrumbs a:hover, .post-type-archive-contact h3 {
	color: #000;
}

h2, .h2 {
	font-size: 26px;
	line-height: 30px;
}

.jobs h2 a {
	color: #000;
}

.jobs h2 a:hover {
	color: #666;
}

h3, .h3 {
	font-size: 22px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato" ,Helvetica, Arial, sans-serif;
    margin: 0 0 15px;
    font-weight: 300;
}

h1 em {
	color: #fdb813;
	font-size: 30px;
	line-height: 34px;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	/* font-size: 1rem; */
	line-height: 20px;
}


p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.home h1  {
	font-size: 26px;
	line-height: 26px;
}

.sidebar-cta h4 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 5px;
}

.sidebar-cta.orange h4 {
	color: #fff;
}

.sidebar-cta p, .tweetText {
	font-size: 18px;
	line-height: 24px;
}

.sidebar-cta.orange p, #jobs-filter h3 {
	font-weight: bold;
}

.sidebar-cta.orange p, .redfont, #jobs-filter h3, #searchresults em, .entry-footer .cat-links a, .edit-link a, .entry-meta .byline .author.vcard a, .main-sidebar aside ul li a, #blogs h2, #tweets h2, h2, h3, h2 > a, .post-type-archive-contact .content-area ul > li a, .tax-contact-company .entry-content ul > li a {
	color: #841616 ;
}

#twitter-profile {
	width: 180px;
	margin: 0 auto 25px;
}

#twitter-profile strong {
	background: url(images/twitter-sprites.png) no-repeat center -12px;
	width: 100%;
	display: inline-block;
	height: 32px;
}

#twitter-profile small {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.tweettime {
	font-size: 16px;
	color: #a9a9a9;
}
#twitter-feed .bx-controls {
	margin: 20px 0 0;
}

#twitter-feed .bx-controls-direction {
	width: 64px;
	margin: auto;
}
#twitter-feed .bx-next, #twitter-feed .bx-prev {
	width: 22px;
	height: 24px;
	margin: 0 5px;
	display: inline-block;
	text-indent: -9999px;
} 

#twitter-feed .bx-next {
	background: url(images/twitter-sprites.png) no-repeat -91px -95px;
}

#twitter-feed .bx-prev {
	background: url(images/twitter-sprites.png) no-repeat -67px -95px;
}

.tweet-actions a {
	width: 34px;
	height: 28px;
	display: block;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

.tweet-actions a:hover, #twitter-feed .bx-next:hover, #twitter-feed .bx-prev:hover, .social-icons:hover {
	opacity: 0.7;
}

#tweet-reply {
	background: url(images/twitter-sprites.png) no-repeat -31px -53px;
}

#tweet-retweet {
	background: url(images/twitter-sprites.png) no-repeat -74px -53px;
}

#tweet-like {
	background: url(images/twitter-sprites.png) no-repeat -116px -53px;
}

#jobs-filter h2 {
	color: #aaa;
	font-size: 24px;
}

#jobs-filter h3 {
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
}

#searchresults {
	margin: 20px 0 0;
	font-size: 20px;
	color: #aaa;
	font-weight: bold;
}

#searchresults em {
	font-size: 22px;
	line-height: 26px;
}

#searchresults a {
	color: #fcb716;
	font-size: 18px;
	display: inline;
	border-bottom: 2px solid #fcb716;
	padding: 0 0 1px;
}

#breadcrumbs {
	font-size: 14px;
	line-height: 18px;
}

#breadcrumbs > span > span > strong, #breadcrumbs .breadcrumb_last {
	color: #888;
	font-weight: normal;
}



.main-sidebar .sidebar-cta h4 {
	font-size: 22px;
	line-height: 26px;
}	
.main-sidebar .sidebar-cta {
	text-align: left;
}

.main-sidebar .sidebar-cta p, .main-sidebar #referafriend span {
	font-size: 14px;
	line-height: 18px;
}

#pagination-header {
	color: #aaa;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { 
	box-sizing: inherit;
}

body {
	background: #fff; 
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%; 
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 18px 25px;
	display: inline-block;
}

/* button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;

}*/


/*
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;

}

*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	/* border-radius: 3px;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #444;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  border: 1px solid #ddd;
  padding: 8px;
}
/* aside form.search-form input.search-submit {
  border: 1px solid #ddd;
  padding: 12px;
  width: 55px;
}*/

textarea {
	padding-left: 3px;
	width: 100%;
}

/*
p.form-submit input#submit {
  font-size: 12px;
  padding: 10px;
}


form.post-password-form input[type="submit"] {
  font-size: 11px;
  padding: 10px;
}
*/


#application {
	margin-top: 20px;
}

#application input {margin: 5px 0 12px;}
#application label {width:100%;}
#application label em{color: #841616; }
#application textarea {
	margin: 5px 0 12px;
} 

#required-highlight {
	color: #841616;
	font-style:italic;
	font-weight: 700;
	margin: 0 5px 0 0;
}

.alert {
	margin-top: 20px;
}

#searchformcontainer{
 width: 800px;
 margin:0 auto;
 max-width:100%;
 color:#fff;
}

#searchformcontainer a{
color:#fff;
text-decoration:underline;
}

#searchformcontainer h1{
color:#fff;
text-align:center;
font-size:36px;
line-height:44px;
display:block;

font-weight: 300;
margin-bottom: 18px;
letter-spacing: -1px;
}

.serviceblock {
text-align:center;
}

.headingcontainer {
	width: 100%;
	position: absolute;
	top: -40px;
}

.candidatesblock, .accordion-tab {
	width: 204px;
	margin: 0 auto;
	position: relative;
}

#candidates-block {
	background: #fff;
	border-top: 5px solid #841616;
	margin-top: 30px;
}

.page-template-contact #candidates-block {
	margin-top: 70px;
}

.candidatesblock h2, .accordion-tab {
	padding: 20px 40px 10px;
	display: inline-block;
	letter-spacing: -1px;
	text-align: center;
}

.red-flag {
	padding: 15px 40px 10px;
	display: inline-block;
	letter-spacing: -1px;
	text-align: center;
	font-size: 24px;
}

.candidatesblock h2, .red-flag  {
	width: 100%;
	margin: 0;
	background: #841616;
	color: #fff;
}

.accordion-tab {
	background: #444;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 auto;
	color: #fff;
}

.active .accordion-tab {
	background: #841616;
}

.wide-flag {
	width: 250px;
	margin: 0 auto 36px;
	position: relative;
}

.candidatesblock h2:after, .accordion-tab:after, .red-flag:after {
content: "";
  width: 0; 
  height: 0; 
  border-left: 102px solid transparent;
  border-right: 102px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.accordion-tab:after {
	border-top: 20px solid #444;
	bottom: -20px;
	border-left: 103px solid transparent;
}

.candidatesblock h2:after, .active .accordion-tab:after {
  border-top: 25px solid #841616;
  bottom: -25px;
}

.red-flag:after {
	border-left: 125px solid transparent;
	border-right: 124px solid transparent;
	border-top: 20px solid #841616;
	bottom: -20px;
}

.serviceblock h3{
text-align:center;
color:#111;
font-size: 22px;
line-height: 34px;
letter-spacing: -1px;
margin-bottom: 12px;
}

.serviceblock img{
margin:0 auto 20px;
display:block;
}

.serviceblock a{
text-align:center;
}

.joblisthome {
	background: url(images/tlp-latest-job-img.jpg) no-repeat #ddd;
	background-size: cover;
	margin:50px 0;
	padding: 100px 0;
	border-top: 5px solid #841616;
}

.jobcatslist {
	background: url(images/tlp-job-cats-img.jpg) no-repeat #ddd;
	background-size: cover;
	margin:50px 0;
	padding: 100px 0;
}

.lefttitle{
background:#841616;
color:#fff;
float:right;
padding:15px 60px;
margin:0px;
font-size: 30px;
line-height: 44px;
letter-spacing: -1px;
}

.redtitle{
background:#841616;
color:#fff;
text-align:center;
padding:10px 40px;
margin:0px;
float:left;
width:100%;
}

.main-sidebar #search{
background:#444;
margin-bottom:35px;
float: none;
overflow:hidden;
}

.main-sidebar #search h3{
color:#fff;
font-size: 20px;
letter-spacing: -1px;
margin: 0 0 10px;
}

.joblisthome .col-sm-6, .jobcatslist .col-sm-6 {
padding:0px;
}

.whitebg{
background:#f7f7f7;
}

.rightwhite{
padding:15px;
}

.redunderline{
border-bottom:1px solid #841616;
display:block;
padding:8px 0;
color:#841616;
text-transform: uppercase;
}

.redunderline a{
color:#841616;
overflow:auto;
display:block;
font-weight: 400;
}
.redunderline a:hover{
	color: #111;
}
#jobs-filter-options h3{
	font-size: 30px;
	line-height: 44px;
	color:#fff;
	background:#841616;
	text-align:center;
	padding:10px 0 12px;
	margin: 0;
}

.rightwhite h3{
color:#3c0808; 
margin:0px;
padding:0px;
font-size:18px;
line-height: 24px;
font-weight:700;
}

.rightwhite a:hover h3{
	color: #111;
}

.rightwhite p{
color:#666;
margin:0 0 10px;
border-bottom:1px solid #444; 
padding:0 0 10px 0;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}

.all-jobs-link {
	font-size: 16px;
	line-height: 24px;
	color:#841616;
	border-bottom: 2px solid #841616;
	display: inline-block;
	margin-top: 18px;
}

.all-jobs-link:hover {
	color:#111;
	border-bottom: 2px solid #111;
}

.jobcatslist .all-jobs-link {
	color: #111;
	border-bottom: 2px solid #111;
	margin: 10px auto;
}

.jobcatslist .all-jobs-link:hover { 
	color:#841616;
	border-bottom: 2px solid #841616;
}

.jobcatslist .rightwhite + p {
	text-align: center;
}

.jobcatslist .redunderline {
padding: 10px 0;
}

.jobcatslist .redunderline h3 {
	color: #841616;
	font-weight: 400;
	text-align: left;
}

.jobcatslist .rightwhite {
	text-align: center;
}

.serbutton{
color:#fff;
background:#000;
margin:10px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
padding:18px 25px;
display: inline-block;
font-size: 14px;
line-height: 18px;
font-weight: 700;
}

.serbutton:hover, .serbutton:focus {
	color: #fff;
}

.serbutton:hover, input[type="submit"]:hover {
	background: #666;
}

.serbutton:focus, input[type="submit"]:focus {
	background: #841616;
	text-decoration: none;
}

.required {
	color: #000;
}

.post-type-archive-contact .content-area .ninja-forms-all-fields-wrap ul li, .tax-contact-company .content-area .ninja-forms-all-fields-wrap ul li {
	width: 100%;
}

#ninja_forms_form_1_cont {
	margin-top: 15px;
}

.ninja-forms-required-items {
	margin-bottom: 15px;
}

#ninja_forms_field_30_options_span ul {
	margin: 10px 0 0;
	clear: both;
}

#ninja_forms_field_30_options_span ul li {
	margin: 0 0 5px;
}

.ninja-forms-response-msg {
	padding: 2px 3%;
}

.ninja-forms-response-msg div p {
	margin: 5px 0;
}

.ninja-forms-success-msg {
	background: #ddf7d4;
	border: 1px solid #5CB53E;
	color: #5CB53E;
}

.ninja-forms-error-msg {
	background: #ffefef;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #f33232;
	color: #f33232;
	margin: 0 0 10px;
}

.ninja-forms-error-msg p {
	margin: 5px 0;
}

.ninja-forms-field-error {
	margin: 5px 0 0;
}

.marginbottomzero{
margin-bottom:0px;
}

.paddingbottomzero{
padding-bottom:0px;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #000;
	font-weight: bold;
}

/* a:visited {
	color: #888;
}*/

a:hover,
a:focus,
a:active,
.main-sidebar aside ul li a:hover,
.entry-footer .cat-links a:hover,
.entry-meta .byline .author.vcard a:hover,
#brand-nav ul ul li a:hover,
#brand-nav ul .page_item_has_children .page_item_has_children > a:hover,
.tax-contact-company .entry-content ul > li a:hover {
	color: #666;
	
	/* fdb813 */
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
header.page-header .page-title h1{
color:#000;
}
.entry-header .entry-title > a {
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;  
}
.entry-header .entry-title > a:hover {
  text-decoration: none;
}

.entry-meta .posted-on {
    font-size: 15px;
}

.entry-meta .posted-on a {
	color: #888;
}

.entry-footer .cat-links, .entry-meta .byline .author.vcard a  {
    font-size: 15px;
}
.entry-footer span.cat-links {
  float: left;
  font-size: 15px;
  margin-left: 5px;
}

.tags-links {
  display: block;
  float: left;
  font-size: 15px;
  overflow: hidden;
  text-transform: uppercase;
}
.comments-link {
  display: block;
  font-size: 15px;
  overflow: hidden;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  clear: both;
}
.tags-links a {
  color: #888;
  margin-right: 5px;
}
/* post format aside */
.post-aside {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 15px;
  padding: 30px;
}
/* post format link */
.entry-link {
    background: #ff0000 none repeat scroll 0 0;
    margin-bottom: 15px;
    text-align: center;
}
.entry-link a {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  outline: medium none;
  padding: 30px;
}
.entry-link a:hover {
    color: #ddd;
}
.entry-link i {
  margin-right: 10px;
}
div.entry-content iframe {
  width: 100%;
}

 .entry-content  ul  p{margin:0px;}

.entry-contents ul {
  margin: 0 0 15px;
}
div.entry-content ol {
  margin: 0 0 15px;
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/


.main-sidebar {
  width: 100%;
}

.main-sidebar ul{
	margin-left:0px;
}

/*
.main-sidebar a{
	color:#000;
	font-weight:bold;
}

.main-sidebar a:hover{
	color:#666;
}

*/

.main-sidebar aside {
    width: 100%;
    display: block;
    overflow: hidden;
}
.main-sidebar .widget h2.widget-title, .main-sidebar .widget h3.widget-title {
    font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	color: #841616;
	margin-bottom: 20px;
}
.main-sidebar aside ul li {
    font-size: 16px;
    line-height: 25px;
    list-style: outside none none;
}
.tagcloud a {
  border: 1px solid #000;
  color: #888;
  display: block;
  float: left;
  font-size: 15px !important;
  margin-bottom: 3px;
  margin-right: 5px;
  overflow: hidden;
  padding: 4px;
}
form.search-form input.search-field {
    display: block;
    float: left;
    overflow: hidden;
    width: 90%;
	padding: 10px 5% 11px;
}
form.search-form input.search-submit {
    display: block;
    float: left;
    overflow: hidden;
    width: 30%;
}
form.search-form label {
    float: left;
    width: 100%;
}

.bx-viewport ul{margin:0px;}

.hero {
background: url('/wp-content/themes/tlp/images/tlp-page-img.jpg') no-repeat center -72px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.home .hero {
background: url('/wp-content/themes/tlp/images/tlp-hero-img.jpg') no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom:5px solid #841616;

}

.post-type-archive-jobs .hero {
background: url('/wp-content/themes/tlp/images/tlp-jobs.jpg') no-repeat center bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.page-template-contact .hero {
background: url('/wp-content/themes/tlp/images/tlp-contact-us-img.jpg') no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.hero {
display: table;
width: 100%;
}
.hero .container {
display: table-cell;
vertical-align: middle;
height: 293px;
}

.home .hero .container, .hero.extra-height .container, .post-type-archive-jobs .hero .container {
height: 293px;
}

.page-template-contact .hero .container {
	height: 414px;
}

.sidebar-cta-container {
	width: 100%;
	overflow: hidden;
	display: block;
	clear: both;
	position: relative;
}

.sidebar-cta-container  + .sidebar-cta-container {
	margin: 20px 0 0;
}

.sidebar-cta {
	width: 100%;
	padding: 30px 40% 30px 5%;
	position: relative;
	z-index: 1;
}

.sidebar-cta-container a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.entry-content > blockquote {
  background: #000 none repeat scroll 0 0;
  border-left: 5px solid #ff0000;
}
.entry-content img.attachment-philips-blog-thumbnails {
  margin-bottom: 22px;
}

/* post format blockquote */
.entry-quote > blockquote {
  background: #000 none repeat scroll 0 0;
  border-left: 5px solid #ff0000;
  margin-bottom: 15px;
}
.entry-quote blockquote blockquote {
  border-left: medium none;
}
.entry-content pre {
  font-size: 15px;
}
.comment-content {
  font-size: 15px;
}
.comment-content blockquote {
  background: #000 none repeat scroll 0 0;
  border-left: 5px solid #ff0000;
}
.comment-content pre {
  font-size: 15px;
}
.sticky {
	display: block;
}

.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}

.byline {
	font-size: 15px;
}

.byline.author {
  text-transform: uppercase;
}

.single-jobs h1, .page-template-contact h1, .page-template-default h1, .page-template-submitcv h1 {
background:#841616;
color:#fff;
width:100%;
margin:0px;
padding:10px 25px;
font-size: 30px;
line-height: 44px;
letter-spacing: -1px;
}

.contactcontainer{
margin-top:-120px;
background:none;
}

#contactright b{
color:#888;
font-weight:normal;
}

.jobssidebar b{
color:#3c0808;
font-weight:400;
}

 .jobssidebar h4 {
color:#666;
font-weight: 400;
font-size: 16px;
margin-bottom:0px;
}

.jobheading{
margin:0px;
padding:0px;
}

.nopadding, .page-template-contact .nopadding .contactleft {
padding:0px !important;
}

.nopadding .content-area{ 
padding: 25px;
color:#000;
font-size: 16px;
line-height: 28px;
color: #666;
}

#contactright {
	background: #fff;
	padding: 25px;
}

.contactleft, .page-template-contact .nopadding .contactleft {
padding-top:102px !important;
}

#breadcrumbs{
    list-style:none;
	margin: 0 0 20px;
	padding: 0;
    overflow:hidden;
}

#breadcrumbs a {
	color: #111;
}

#breadcrumbs a:hover {
	color: #841616;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
  
#breadcrumbs .separator{
    font-size:14px;
    font-weight: 400;
    color:#841616;
}

.colorred{
color:#841616;
}

.contactphone{
font-size:30px;
line-height: 24px;
color:#841616;
}

.contactemail{
font-size:18px;
color:#841616;
}

#address {
	font-size: 14px;
	line-height: 16px;
	color: #3c0808;
}

.page-content, .entry-content, .entry-summary {
  margin: 20px 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.nav-links a small {
	color: #bbb;
	text-transform: uppercase;
}

.nav-previous {
    color: #ff0000;
    font-size: 15px;
    padding-bottom: 30px;	
    padding-top: 15x;
}
.nav-previous a {
	  font-size: 18px;
  line-height: 22px;
  outline: medium none;
  text-decoration: none;
}

.nav-next {
    font-size: 15px;
    padding-bottom: 30px;
    padding-top: 15px;
}
.nav-next a {
  font-size: 18px;
  line-height: 22px;
  outline: medium none;
  text-decoration: none;
}
.page-header {
  margin: 0;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


form#search {
    clear: both;
    height: auto;
    margin: 0 auto 15px;
    min-height: 120px;
    padding: 15px 20px;
    position: relative;
    z-index: 100;
	float:left;
}


form#search label input[type="text"] {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    display: block;
	border:1px solid #727784;
    height: 40px;
    padding: 0 10px;
    width: 100%;
	border-radius:5px;
}

form#search p {
	font-size: 14px;
	line-height: 18px;
}

select.form-control {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    height: 30px;
    margin-top: 5px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

form#search input[type="submit"] {
    background: #444 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
}

form#search label {
    clear: none !important;
    color: #ffffff;
    display: inline-block;
    float: left;
	width:100%;
    margin: 0 15px 15px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}


form#search a.alignleft, form#search a.alignleft:visited {
	color: #fff;
	text-decoration: underline;
	margin: 8px 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}


form#search a.alignleft:hover {
	text-decoration: none;
}

/** **/

form#search label input[type="text"] {
	height: 46px;
}

#searchsubmit {
	font-size: 14px;
	line-height: 18px;
	padding: 14px 45px 14px 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-image: url(images/svg/search-icon.svg) !important;
	background-size: 22% !important;
	background-position: 95% center !important;
	background-repeat: no-repeat !important;
}



/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/


#blogs .post-img {
	width: 27.22222222222222%;
	height: auto;
	margin: 0 5.555555555555556% 20px 0;
}

#blogs .blogpost h3 {
	width: 67.22222222222222%;
	font-size: 20px;
	line-height: 24px;
}

#blogs .post-img img {
	width: 100%;
	height: auto;
}

#blogs .blogpost p {
	width: 100%;
	clear: both;
	font-size: 16px;
	line-height: 20px;
}

.read-more {
	padding-bottom: 1px;
	color: #fdb813;
	border-bottom: 1px solid #fdb813;
	font-size: 16px;
	line-height: 20px;
}

.read-more:hover, .read-more:visited:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

.read-more:visited {
	color: #fdb813;
}

.post, .single-jobs .jobs, .comment, .contact {
	border-bottom: 1px solid #000; 
}


.single .post .entry-footer {
	margin: 0 0 20px;
	overflow: hidden;
}

.post-type-archive-contact .content-area ul, #brand-nav ul, .entry-content ul {
	list-style-image: url("images/filter-bullets.png");
	margin: 20px 0 0 30px;
	padding: 0;
}

.entry-content ul {
	margin: 20px 0 1.5em 30px;
}

.entry-content ul li {
	margin-bottom: 15px;
}

.post-type-archive-contact .content-area ul > li, .tax-contact-company .entry-content ul > li {
	width: 46%;
	margin: 0 0 15px;
	padding: 0 4% 0 0;
	float: left;
	font-size: 20px;
	line-height: 24px;
}

.post .read-more {
	color: #000;
	border-bottom: 1px solid #000;
}

.post .read-more:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

.stButton .stMainServices {
	height: 20px !important;
}

.stButton .stButton_gradient {
	padding: 2px 3px !important;
	height: 22px !important;
}

/*--------------------------------------------------------------
# Asides
--------------------------------------------------------------*/

.brand {
	height: 309px;
	margin: 0 0 30px;
	position: relative;
	overflow: hidden;
}

.brand a, .brand .caption, .brand img.wp-post-image {
	position: absolute;
	left: 0;
}

.brand a {
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	font-size: 18px;
	line-height: 22px;
}

.brand .caption {
	width: 100%;
	bottom: 0;
	padding: 25px 6%;
	z-index: 9;
}

.brand a:hover + .wp-post-image + .caption p + p {
	color: #fdb813;
	border-bottom: 1px solid #fdb813;
}

.brand img.wp-post-image {
	width: 100%;
	height: auto;
	z-index: 8;
}

.brand .caption > .brand-logo {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	display: inline-block;
	clear: both;
	text-indent: -9999px;
}

.brand .caption > p {
	margin: 0 0 2px;
	padding: 0;
	border-bottom: 1px solid #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
}

.brand .caption > p.company-info-text{
	border: none;
	display: none;
	overflow: hidden;
	margin: 0 0 20px;
}

.brand a:hover + .wp-post-image + .caption > p.company-info-text {
	display: block;

}

.row-two {
	width: 66.66666666666667%;
	margin: 0 auto;
	overflow: hidden;
}

#mailinglist {
	padding: 22px 0 0;
}

#referafriend {
	padding: 40px 0 0;
}

#mailinglist > a, #referafriend > a {
	background-repeat: no-repeat;
	background-position: bottom right;
}

#mailinglist > a {
	background-image: url(images/mailng-list.png);
}

#referafriend  > a {
	background-image: url(images/refer-a-friend.png);
}

.sidebar-cta p {
	margin: 0 0 10px;
}

.main-sidebar #mailinglist > a {
	background-image: url(images/mailinglist-resp.png);
}

.main-sidebar #referafriend > a {
	background-image: url(images/refer-a-friend-resp.png);
}

.main-sidebar #mailinglist, .main-sidebar #referafriend {
	padding: 0;
}

.main-sidebar .sidebar-cta p {
	margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comment {
	margin-bottom: 20px;
}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
form.search-form input.search-submit {
	width: auto;
  padding: 11px;
}
.comment-notes > span#email-notes {
    font-size: 15px;
}
.comment-notes {
    font-size: 15px;
}
.comment-form-author > input#author {
    width: 100%;
}
.comment-form-email > input#email {
    width: 100%;
}
.comment-form-url > input#url {
    width: 100%;
}
.comment-form-author > label {
    font-size: 14px;
}
.comment-form-email > label {
    font-size: 14px;
}
.comment-form-url > label {
    font-size: 14px;
}
.comment-form-comment > label {
    font-size: 14px;
}
div#comments ol.comment-list {
  margin: 0;
  padding: 0;
}
div#comments ol.comment-list li {
  list-style: outside none none;
}
.comment-metadata > a {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.reply a.comment-reply-link {
  font-size: 14px;
  text-decoration: none;
}
.comment-author.vcard {
  font-size: 14px;
}
/*
.comment-author.vcard b.fn a {
  color: #000;
}*/




/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .posts-navigation, 
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption.alignnone {
  display: block;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*
------------------------------------
# Main menu
------------------------------------
*/
.nav.navbar-nav.navbar-right {
    margin-right: 0;
    margin-top: 0px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.nav.navbar-nav li a {
padding: 23px 16px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #f7f7f7;
}
.navbar-right .sub-menu {
	left: 0;
	right: auto;
}
ul.nav.navbar-nav li.current-menu-item > a,
ul.nav.navbar-nav li:hover > a {
	color: #ab2222;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

/* 
ul.nav.navbar-nav li a:hover {
  color: #ff0000;
}
*/
.mainmenu {
  /* background: #fff none repeat scroll 0 0; */
  background: #000 none repeat scroll 0 0;
  /* margin-bottom: 50px; */
  position: relative;
  width: 100%;
  height: 74px;
  z-index: 999;
  border-bottom:5px solid #841616;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.sub-menu {
	background: #fff;
	width: 320px;
	margin: 0;
	padding: 8px 0;
	border: none;
	list-style: none;
	display: none;
	position: absolute;
	z-index: 10;
}

ul.nav.navbar-nav li:hover .sub-menu {
	display: block;
}

ul.nav.navbar-nav li .sub-menu > li > a {
	padding: 15px 5%;
	text-transform: none;
	font-weight: 400;
	display: block;
	color: #000;
	white-space: normal;
	font-size: 16px;
	line-height: 20px;
}

ul.nav.navbar-nav li .sub-menu > li > a:hover {
	background: #841616;
	color: #fff;
}


/*
------------------------------------
# header
------------------------------------
*/

.header-area {
  background: #000  none repeat scroll 0 0;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.site-title a {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.site-title a:hover {
	color:#fff;
	text-decoration:none
}
.logo h2.site-description {
  font-size: 15px;
  font-weight: 300;
  color:#fff;
}

#logo{
	background: url(/wp-content/themes/tlp/images/tlp-logo-sprite.png) no-repeat 0px 0px;
	width: 160px;
	height: 50px;
	margin: 10px 0 11px;
	display: inline-block;
	text-indent: -9999px;
	float: left;
	position: relative;
	z-index: 10;
}

#headcall{
	color:#fff;
	display:block;
	text-align:center;
	float:left;
	margin:10px 0 0 200px;
	font-size: 16px;
}

#headcall a{
	clear:both;
	font-size:20px;
	color:#fff;
	display:block;
}

.navbar-header {
	position: relative;
	z-index: 9;
}

/*
------------------------------------
# links
------------------------------------
*/

.edit-link {
    display: block;
    font-size: 15px;
    text-align: right;
    text-transform: uppercase;
}

.comments-link > a {
  outline: medium none;
  text-decoration: none;
}


.btn.white {
	color: #000;
	border-bottom: 5px solid #e2e2e2;
}

.btn:active, .btn.active {
	box-shadow: none;
}

.btn-default:hover, #mailinglist a:hover + .orange .btn, form#search input[type="submit"]:hover, aside form.search-form input.search-submit:hover {
	background: #111;
	color: #f7f7f7;
}

.jobs .btn {
	width: 100%;
}

.main-sidebar #search input[type="submit"] {
	background: #111;
}

.main-sidebar #search input[type="submit"]:hover {
	background: #666;
}

.main-sidebar #search input[type="submit"]:focus {
	background: #841616;
}

#mailinglist a:hover + .orange .btn {
	color: #fff;
}

#referafriend span {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 1px;
	color: #000;
	border-bottom: 1px solid #000;
}

#referafriend > a:hover + .sidebar-cta span {
	color: #666;
	border-bottom: 1px solid #666;
}

.post-type-archive-contact .content-area ul > li a:hover {
	color: #666;
}

/*
------------------------------------
# 404 not found
------------------------------------
*/


.not_fount_sidebar .widget h2 {
    font-size: 15px;
    text-transform: uppercase;
}
.not_fount_sidebar ul {
    margin: 0;
    padding: 0;
}
.not_fount_sidebar ul li {
    line-height: 25px;
    list-style: outside none none;
}
.not_fount_sidebar ul li a {
    color: #787878;
    font-size: 13px;
}
.not_fount_sidebar .widget {
    margin-bottom: 30px;
}
.not_fount_sidebar ul li a:hover {
    color: #ff0000;
}
.not_fount_sidebar ul li a {
    font-size: 15px;
}
.widget.widget_archive > p {
    font-size: 15px;
}
div.page-content input.search-submit {
  display: block;
  font-size: 20px;
  overflow: hidden;
  padding: 6px;
  width: 30%;
}

.ninja-forms-cont {
	padding: 0 3%;
	margin: 0;
}



/*
------------------------------------
# footer
------------------------------------
*/

.footer {
	background: #666;
	font-size: 12px;
}

#accreditation-logos {
	width:280px;
	height: auto;
	margin: 0 auto;
}

#footer-band {
	padding: 10px 2%;
}

#footer-band span {
	width: 69px;
	height: 45px;
	display: block;
}

#footer-band a {
	margin: 10px 0;
}

.footer a {
	color: #f7f7f7;
	font-weight: 400;
}

.footer a:hover {
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 2px;
}

#footer-band a:hover {
	color: #fdb813;
}

.footer h4 {
	margin: 0 0 20px;
	color: #f7f7f7;
	font-size: 12px;
	font-weight: 700;
}

.footer-area {
  padding-top: 40px;
  padding-bottom: 40px;
}


.no-jobs-list {
	padding-bottom: 40px;
}

.footer-area h4{
margin-bottom:10px;
}

ul#footer-menu, #mainpagesfooter, ul#footer-main_pages_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainpagesfooter > li, ul#footer-menu > li, ul#footer-main_pages_menu > li {
	margin-bottom: 7px;
}

#accreditations-logos {
	background: url(images/accreditations-logos.png) no-repeat;
	width: 202px;
	height: 61px;
}

.post-type-archive-jobs .hero, .page-template-contact .hero{
padding:0px;
border-bottom:0px;
}

.copyright {
	margin-top:30px;
	color: #fff;
}
.copyright > a {
    color: #fff;
}

.social-icons {
	float: left;
	display: inline-block;
	width: 35px;
	height: 28px;
	text-indent: -9999px;
}

#twitter-icon {
	background: url(images/crg-social-sprite.png) no-repeat -5px -9px;
}

#facebook-icon {
	background: url(images/crg-social-sprite.png) no-repeat -3px -47px;
}

#linkedin-icon {
	background: url(images/crg-social-sprite.png) no-repeat -4px -87px;
}
#brand-sidebar {
	margin-top: 30px;
}

#brand-sidebar .sidebar-cta-container {
	width: 50%;
	float: left;
	clear: none;
}

#brand-sidebar .sidebar-cta-container .sidebar-cta {
	height: 200px;
}

#brand-sidebar #referafriend {
	margin: 0;
	padding: 22px 0 0;
}

#brand-nav ul {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}

#brand-nav ul li {
	margin: 0 0 5px;
}

#brand-nav ul ul li a {
	color: #8c8c8c;
}

#brand-nav ul ul {
	margin: 5px 0 10px 30px;
}

#brand-nav ul .page_item_has_children .page_item_has_children > a {
	color: #fcb716;
}

/* # IE7 */

.ie .container {
	width: 1140px;
	/* height: auto;*/
}

.ie7 .col-xs-2 {
	width: 12%;
}

.ie7 .col-xs-3 {
	width: 22%;
}

.ie7 .col-xs-4, .ie7 #content-slider .col-xs-4 {
	width: 30%;
}

.ie7 .col-xs-6 {
	width: 43%;
}

.ie7 .col-xs-8 {
	width: 64%;
}

.ie7 .col-xs-9 {
	width: 71%;
}

.ie7 .col-xs-10 {
	width: 83%;
}

.ie7 .brand .caption {
	width: 88.5%;
}
.ie7 .brand .caption > .brand-logo {
	display: block;
}

.ie7 .brand .caption > p {
	display: inline;
}

.ie7 .jobs .entry-footer {
	width: 100%;
	clear: both;
}

.ie7 .jobs .btn {
	width: 90%;
}

.ie7 .home form#search {
	width: 800px;
}

.ie7 form#search label {
	width: 100%;
	padding: 0;
}

.ie7 form#search label input[type="text"] {
		width: 96%;
	}
	
	.ie7 form#search label {
	
	}

	.ie7 .sidebar-cta {
		width: 55%;
	}
	
.ie7 .home .hero.full-width {
	padding: 34px 0 60px;
}

.ie7 .home #searchformcontainer {
	margin-top: 72px;
}

.ie7 #latestjobsfeed .btn {
	position: relative;
	right: 0;
	top: 0;
	float: none;
}

.ie7 .home .headingcontainer {
	width: 1170px;
}

.ie7 .candidatesblock h2 {
	padding-left: 0;
	padding-right: 0;
}

.ie .navbar-header {
	float: right;
}

.ie .nav > li {
	float: left;
}

.ie .collapse {
	float: right;
	display: block;
}

.ie .navbar-toggle {
	display: none;
}

.ie7 .post-type-archive-contact .content-area ul, .ie7 .tax-contact-company .entry-content ul  {
	margin: 20px 0 0 0;
}

.ie7 .entry-content ul  {
	margin: 20px 0 1.5em 30px;
}

.ie7 .jobs .entry-content ul {
	margin: 0;
}

.ie7 .post-type-archive-contact .content-area ul > li, .ie7 .entry-content ul > li, .ie7 .post-type-archive-contact .content-area ul > li.single-loc, .ie7 .tax-contact-company .content-area ul > li.single-loc  {
	background: url(images/filter-bullets.png) no-repeat 0 7px;
	padding: 0 0 0 20px;
	margin-right: 16px;
}

.ie7 .post-type-archive-contact #ninja_forms_field_30_options_span ul li {
	 background: none;
	 padding: 0;
}

.ie7 .entry-content .job-meta ul > li {
	padding-left: 0;
	width: 47%;
}

.ie7 .single .post {
	overflow: hidden;
}

.ie7 .main-sidebar aside{
	width: 90%;
}

.ie7 .post-navigation .nav-links div {
	width: 48%;
}

.ie7 #latestjobsfeed li {
	width: 980px !important;
}

.ie7 .jobsfeedlisting {
	overflow: hidden;
}

.ie8 .hero {
	background-position: center -110px;
}

.ie8 .post-type-archive-jobs .hero {
	background-position: bottom center;
}

.ie8 .home .hero {
	background-position: top center;
}

.ie8 .home .hero.full-width {
	padding: 47px 0 48px;
}
.ie8 .hero, .ie8 .hero .container {
	display: block;
}

.ie8 .home form#search, .ie8 .post-type-archive-jobs form#search {
	margin-top: 72px;
	width: 800px;
}
.ie8 .single-contact #Map input[type="text"] {
	width: 23.4%;
}

.ie8 .single-contact #Map input[type="text"], .ie8 .single-contact .btn-group {
	float: left;
}

.ie7 #footer-band {
	padding-left: 0;
	padding-right: 0;
}

.ie7 #search .col-xs-2 {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.ie7 #search p {
margin-top: 10px;
	text-align: center;
}

.ie7 #search .col-xs-5 {
	width: 46%;
}

.ie8 #searchsubmit, .ie7 #searchsubmit {
	background-image: url(images/svg/png_fallback/search-icon.png) !important;
	background-position: right center;
}

.ie9 #searchsubmit {
		background-size: 50% !important;
		background-position: 120% center !important;
}

.ie7 .post-type-archive-jobs #search h1 {
	width: 100%;
}


.ie7 .accordion-tab {
	width: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ie7 .joblisthome .rightwhite, .ie7 .jobcatslist .rightwhite {
	margin-top: 33px;
}

.ie7 .joblisthome, .ie7 .jobcatslist {
	background-position: center top;
}

.ie7 .candidatesblock h2 {
		padding-top: 15px;
		padding-bottom: 15px;
}




/* Jobs feed */

#jobs-feed {
	width: 100%;
	padding: 0;
	border-top: 1px solid #727784;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99999;
}

#jobs-feed h2{float:left;}

#latestjobsfeed{margin:0;padding:0;height:39px;float:left;clear:both;}
#latestjobsfeed li{width: 100%;float:left;list-style-type:none;margin:0 0 20px;}
#jobs-feed .bx-wrapper{float:left;}
#latestjobsfeed li a{max-width:80%;color:#fff;font-size:14px;font-weight:normal;float:left;}
#latestjobsfeed li a + a{float:right;}
#latestjobsfeed li b{color:#000;font-size: 16px;line-height: 32px;}
#latestjobsfeed li em{font-style: normal;}
.latestjobtitle b{font-size:16px;line-height:18px;display:block;clear:both;}
.latestjobtitle a{color:#fff;font-size:14px;line-height:16px;}
#latestjobsfeed .btn {padding: 6px 16px;font-weight:normal;}
.latestjobtitle{border-left:1px solid #727784;border-right:1px solid #727784;padding:12px 16px;}
.jobsfeedlisting{padding:10px ;}
#no-jobs-found {
	margin: 10px 0 11px;
}

.jobs, .search .hentry {
	margin: 0 0 40px;
}

.jobs h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}

.jobs h3 a {
	color: #841616;
}

.jobs p {
	font-size: 16px;
	line-height: 24px;
	color: #444;
}

.jobs .location {
	font-size: 18px;
}

.job-date {
	color: #888;
}

.jobs p a {
	color: #3c0808;
}

.jobs h3 a:hover, .jobs p  a:hover, .pagination a:hover {
	color: #111;
}

.unitsalary {
	text-transform: lowercase;
}

#jobs-filter-options {
	margin: 0 0 40px;
	text-align: center;
}

#jobs-filter-options ul {
    list-style-type: none;
	padding: 0;
	margin: 10px 0;
	font-size: 16px;
	line-height: 20px;
}

#jobs-filter-options ul li {
	margin: 0;
	text-align: left;
}

#jobs-filter-options .center-block  {
	margin-top: 10px;
	text-align: center;
	border-bottom: 1px solid #111;
	display: inline-block;
}

.pagination {
	width: 100%;
	margin: 0 auto 10px;
	font-size: 16px;
	line-height: 28px;
}

.pagination a {
	color: #841616;
}

.pagination .current {
	color: #111;
}

.page-numbers {
	margin: 0 6px;
}

.pagination .next {
	margin: 0 0 0 24px;
}

.pagination .prev {
	margin: 0 24px 0 0;
}

.job-meta ul {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	overflow: hidden;
}

.job-meta ul > li {
	width: 48%;
	margin: 0 2% 10px 0;
	float: left;
}

.main-sidebar aside {
	background: #ededed;
	padding: 20px 5%;
}

.main-sidebar .widget {
	font-size: 18px;
}

.main-sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-sidebar  .widget ul > li {
	margin: 0;
}
.main-sidebar  .widget ul > li + li {
	margin: 6px 0 0;
}

.single-jobs .main-sidebar  .widget ul > li + li, .page-id-37 .main-sidebar  .widget ul > li + li {
	margin: 20px 0 0;
}

.main-sidebar  .widget h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	color: #666;
}

.single-jobs .jobs, .single .post, .page .page, .single-contact .contact {
	background: none;
	padding: 0;
}

.ui-accordion-header-icon {
	background: url(images/filter-ui.png) no-repeat -2px 0;
	width: 15px;
	height: 14px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.ui-state-active .ui-accordion-header-icon {
	background: url(images/filter-ui.png) no-repeat -22px 0;
}

.navbar-toggle {
	background: #fff;
	border: none;
}

.navbar-toggle .icon-bar {
	background-color: #000;
}

#mobile-job-cta {
	display: none;
}

#mobile-job-btn a {
	float: none !important;
	margin: 0 auto;
	width: 200px;
	display: block;
}

#Map {
	clear: both;
}

#map_canvas {
	margin: 0 0 15px;
}

#Map .btn-group button {
	margin: 0 2px 0;
	padding: 6px 12px;
}

#mapcontainer{
position:relative;
margin-bottom:20px;
overflow:auto;
}

#map{
max-width:100%;
width:100%;
height:400px;
float:right;
margin: 0;
}

#mapdirectionsbutton{
position:absolute;
top: 0;
right:0px;
background:#888;
padding:10px 18px;
color:#fff;
font-weight:400;
font-size: 14px;
line-height: 20px;
}

.post-type-archive-contact .content-area ul > li a {
	color: #000;
}

.red-line {
	background: #841616;
	height: 2px;
	margin: 20px 0;
}

/*
** SVG icon code
*/

.vector-icon {
	width: 84px;
	height: auto;
	margin: 0 auto 10px;
	text-align: center;
}

#candidates-icon {
	width: 70px;
}

#contactus-icon {
	width: 68px;
}

svg {
animation-fill-mode: forwards;
}

.st0, #contactus-icon .st1 {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transition: transform ease-in 0.2s;
	-webkit-transition: transform ease-in 0.2s;
	-moz-transition: transform ease-in 0.2s;
	display: block !important;
	fill: #841616 !important;
}

/* Firefox transform origin fix */

#register-icon .st0 {
	-moz-transform-origin: 41% 60%;
}

#contactus-icon #XMLID_15_ {
	-moz-transform-origin: 50% 45%;
}

.share-icon .st0 {
	-moz-transform-origin: 53% 62%;
}

/* End of Firefox transform origin fix */

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.st0, .st1, .st2 {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 5s linear infinite;
}

#Register_icon .st1, #Candidates_icon .st1, #Contact_Us_icon .st0 {
	fill: none !important;
}

#Register_icon .st0, #Candidates_icon .st0, #Contact_Us_icon .st1 {
	stroke: none !important;
}

.vector-icon svg:hover .st0 {
	transform: scale(2);
}

 #Contact_Us_icon:hover #XMLID_15_ {
	transform: scale(5);
 }

#contactus-icon svg:hover .st0 {	
	transform: scale(1);
	-webkit-transform: scale(1);																	
	-moz-transform: scale(1);
}

/*
** End of SVG icon code
*/

#share-side {
	width: 100%;
	margin-top: 20px;
	position: static;
	top: 0;
	right: 0;
}

#share-side hr {
	margin: 20px 25px 0;
}

.sharing-facility ul > li {
	text-align: center;
	overflow: hidden;
}

.sharing-facility ul > li > a {
	display: block;
	color: #fff;
}

.sharing-facility ul > li > a:hover {
cursor:pointer;
}

.share-email {
	background: #7d7d7d;
}
.share-twitter {
	background: #55acee;
}
.share-linkedin {
	background: #0077b5;
}
.share-facebook {
	background: #3b5998;
}

#share-label, #clean-share-label {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -1px;
}

.share-icon {
	width: 40px;
	margin: 5px auto;
}

#share-side ul, #below-content-share ul {
	padding: 0;
	list-style: none;
}

#clean-share-label, #share-label {
	padding: 0 15px 15px;
	display: inline-block;
}

#below-content-share ul, #share-side ul {
	margin: 15px 0 0;
	display: inline-block;
}
#below-content-share ul > li, #share-side ul > li {
	width:auto;
	margin: 0;
	display: inline-block;
}

#below-content-share ul > li > a, #share-side ul > li > a {
	padding: 10px 25px;
	height: 40px;
	line-height: 20px;
}

.share-addon {
	position: relative;
}

.share-button-label {
	font-weight: 700;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}


#below-content-share {
}

/* Homepage Content Slider styling */

.content-slider-tabs {
	position: relative;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	bottom: auto;
	top: 0;
	left: 0;
}

.content-slider-tabs li {
	text-indent: 0;
	width: 33.33%;
	height: auto;
	text-align: center;
	margin: 0;
	border: none;
	background: none;
}
.content-slider-tabs li.active {
	width: 33.33%;
	height: auto;
	background: none;
}

.content-slider-area {
		margin-top: 50px;
		font-size: 16px;
		line-height: 26px;
}

.content-slider-area .col-md-6 {
	float: right;
}
.content-slider-area .col-md-6 +.col-md-6 {
	float: left;
}
.main-sidebar aside.apply-widget {
padding: 0 20px 30px;
background: #fff;
border-top: 5px solid #841616;
border-bottom: 5px solid #841616;
text-align: center;
overflow: visible;
}

.extended-widget {
	margin-top: 70px;
}

.extended-widget .wide-flag {
	top: -32px;
	margin-bottom: 10px;
}

.apply-widget input[type="submit"] {
	margin-top: 10px;
}

.cta-blocks + .cta-blocks {
	margin: 25px 0 0;
}

.cta-blocks h3 {
	color: #111;
}
 
/** Breadcrumb **/

#breadcrumbs .item-current {
	font-weight: 400;
	color: #666;
}

.bread-current {
	font-weight: 400;
}

/* Content styling */

.content-area h2, .content-area h3 {
	margin: 30px 0 10px;
}

.content-area ul, .content-area ol {
	margin: 0 0 1.5em 2em;
	padding: 0 0 0 2em;
}

.content-area blockquote {
	font-style: italic;
	border-left: 5px solid #ccc;
	background: #fff;
	padding: 20px;
}

/** Cookies **/

#cookies-policy {
	background: #888;
	width: 100%;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99999999999;
}

#cookies-policy p {
	margin: 0;
	float: left;
	margin: 10px 0;
	line-height: 22px;
}

#cookies-policy .fa-close {
	font-size: 20px;
	margin-top: 10px;
	cursor: pointer;
}

#cookies-policy a:hover {
	color: #841616;
}

#sidebar-btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	padding: 10px 12px;
	border-radius: 100px;
	background: #841616;
	text-indent: -9999px;
	box-shadow: 0 0 10px #444;
	display: none;
	z-index: 99999999;
	white-space: nowrap !important;
	text-align: center;
}

#sidebar-btn:hover {
	background: #666;
}

#sidebar-btn:focus {
	background: #111;
}

#sidebar-btn small {
	display: none;
}

#qs-icon {
	width: 40px;
	height: 32px;
	background: url(images/svg/search-icon.svg);
	background-size: cover;
}
#close-icon {
	text-indent: 0;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	float: left;
	width: 100%;
}

.hide-icon {
	display: none;
}

.open {
	display: block !important;
}

.bs-example{
	font-family: sans-serif;
	position: relative;
	margin: 100px;
}
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	/* border-radius: 8px;*/
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 396px;
}

.typeahead {
	background-color: #fff;
}

.typeahead:focus {
	border: 2px solid #0097CF;
}

/*
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}*/
.tt-hint {
	color: #999999;
}
.tt-dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	/* border-radius: 8px;*/
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 0;
	padding: 8px 0;
	width: 298px;
}
.tt-suggestion {
	font-size: 16px;
	line-height: 20px;
	padding: 3px 20px;
	color:#222;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #000;
	color: #fff;
}
.tt-suggestion p {
	margin: 0;
}

.twitter-typeahead{
	width: 100%;
}
/*
.typeahead, .twitter-typeahead {
	background-color: #fff !important;
}
*/
#searchformcontainer .tt-suggestions p {
	margin-top: 0;
}

svg img, svg image {
	display: none;
}

.ie7 svg img, .ie7 svg image, .ie8 svg img, .ie8 svg image {
	display: block;
}

/* responsive

@media screen and (max-width: 992px) {
	.full-width {
		min-width: 100%;
	}
}

*/

@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 768px) and (max-height: 1024px) {

		/*svg img, svg image {
			display: block;
		}*/
		.st0, .st1, .st2 {
			stroke-dashoffset: 0;
			stroke-dasharray: 0;
		}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	.navbar-collapse {
		position: absolute;
		width: 96%;
		padding-left: 4%;
		padding-right: 4%;
	}

	
	.sub-menu {
		background: none ;
		border: none;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: auto;
		z-index: 10;
		float:left;
	}

	ul.nav.navbar-nav li a{
		float:left;
		color:#fff;
	}

	ul.nav.navbar-nav li .sub-menu > li > a{
		color:#fff;
		font-size:14px;
		line-height:24px;
	}

	.sub-menu a:hover{
		color:#000;
	}
	
	
	
}

@media screen and (min-width: 1400px) {
	
	#share-side {
		width: 100px;
		position: absolute;
		right: -100px;
		margin-top: 0;
	}
	
	#share-side ul > li {
		width: 50px;
		height: 40px;
		margin: 10px auto;
		clear: both;
		display: block;
	}
	
	#share-side ul > li > a { 
		padding: 10px;
	}

	#share-side ul > li > a:hover { 
		cursor:pointer;
	}
	
	#share-label {
		background: #111;
		width: 100px;
		padding: 10px;
		font-weight: 300;
		text-align: center;
		color: #fff;
		position: relative;
	}

	#share-label:after {
		content: "";
		width: 0; 
		height: 0; 
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		border-top: 15px solid #111;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -15px;
	}

	#share-side .share-icon svg .st1, #share-side .share-icon svg .st2 {
		stroke: #666 !important;
	}

	
#share-side .share-button-label {
	display: none;
}

#share-side ul {
	width: 100%;
	margin: 26px 0 0;
}

#share-side > li {
	display: block;
}

#share-side hr {
	display: none;
}
}

@media screen and (max-width: 1200px) {

	.navbar-header {
		float: right !important;
	}
	.navbar-toggle .icon-bar { background: none; }
	#latestjobsfeed li em {
		display: none;
	}
	#latestjobsfeed li b {
		font-size: 20px;
	}
	#top {
		width: 96% !important;
	}
	.navbar-toggle {
		margin: 16px auto 0 !important;
		position: absolute;
		right: 0; 
		border: none;
	}
	.navbar-collapse {
		background: #841616;
		width: 97%;
		padding: 20px 4%;
		position: absolute;
		top: 68px;
	}
	ul.nav.navbar-nav li a {
		padding: 15px;
	}
	
	ul.nav.navbar-nav li.current-menu-item > a, ul.nav.navbar-nav li:hover > a {
		color: #000;
	}

	.navbar-toggle .icon-bar {
		background-color: #464a58 !important;
	}
	.nav.navbar-nav.navbar-right {
		margin: 0;
		text-align: center;
	} 
	.navbar-nav > li {
    display: inline-block;
    float: none;
}
	.navbar-collapse.in {
		overflow: visible;
	}
}
 
@media screen and (max-width: 992px) {
	.latestjobtitle a {
		font-size: 10px;
	}
	.latestjobtitle b {
		font-size: 12px;
		line-height: 14px;
	}
	#mobile-job-btn.latestjobtitle b {
		font-size: 16px;
		line-height: 18px;
	}
	#mobile-job-btn.latestjobtitle a {
		font-size: 14px;
	}
	.main-sidebar #mailinglist, .main-sidebar #referafriend {
		padding: 10px 0 0;
	}
	#brand-sidebar .sidebar-cta-container {
		width: 100%;
	}
	#brand-sidebar.row {
		margin: 0;
	}
	#searchformcontainer {
		width: 768px;
	}
	
	.content-slider-area .col-md-6 {
		width: 100%;
		float: left;
	}
	#accreditations-logos {
		margin: 0 auto;
	}	
	.page .main-sidebar {
		position: fixed;
		top: 0;
		overflow: auto;
		left: 0;
		background: #f7f7f7;
		display: none;
		padding: 20px;
		z-index: 99999999;
		height: 100%;
	}
	#sidebar-btn {
		display: block;
	}
	.hero .container {
		height: 184px;
	}
	.main-sidebar  .widget ul > li {
		width: 48%;
		padding: 0 1%;
		float: left;
	}
	
	#searchformcontainer p {
		margin-top: 20px;
		width: 100%;
	}
	
	#map {
		width: 100%;
	}
	
	#mapcontainer {
		margin-bottom: 0;
	}
	.tt-dropdown-menu {
		width: 100%;
	}
	.wide-flag {
		width: auto;
	}
	.red-flag {
		padding: 15px 20px 10px;
	}
	
	.red-flag:after {
		border-left: 90px solid transparent;
		border-right: 90px solid transparent;
	}
	
	.apply-widget .wide-flag {
		width: 250px;
	}
	.apply-widget .red-flag:after {
		border-left: 125px solid transparent;
		border-right: 124px solid transparent;
	}
	.content-slider-tabs li {
		float: left;
	}
	.content-slider-area img {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 960px) {
.hero { background-position: center; }
	#searchformcontainer {
		width: 100%;
	}
	
	
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	/*.navbar-header {
		float: left !important;
	}
	.navbar-collapse.collapse {
		float: right;
	}*/
	
	.brand .caption > .brand-logo {
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
		.row-two {
		width: auto;
		margin: 0;
		overflow: visible;
	}

}

@media screen and (max-width: 850px) {
	#footer-brand .container {
		width: 100%;
	}
	
	.joblisthome{
		padding-top:250px;
		background:#ddd url("images/tlp-latest-job-img.jpg") no-repeat scroll 0 0 / contain ;
	}
	
	.joblisthome .all-jobs-link{
		margin:10px 10px;
	}
	
}

@media screen and (max-width: 768px) {
.mainmenu {
	height: auto;
}

.jobcatslist{
	padding-top:200px;
}

	#logo {
		background: url(/wp-content/themes/tlp/images/tlp-logo-sprite.png) no-repeat -175px top;
		width: 130px;
		height: 44px;
		margin: 9px auto 8px;
		float: none;
		display: block;
	}
	/*
	#headcall {
		margin: 10px 0 0 100px;
	}*/
	#headcall {
		width: 100%;
		margin: 10px 0 20px;
	}
	
	.device-hide {
		display: none;
	}
	.row-two {
		width: auto;
		margin: 0;
		overflow: visible;
	}
	#jobslider {
		display: none;
	}
	#mobile-job-cta {
		padding-top: 8px;
		padding-bottom: 12px;
		display: block;
	}
	.latestjobtitle b {
		text-align: center;
		margin-bottom: 5px;
	}
	.brand .caption > .brand-logo {
		width: 236px;
		margin: 0 auto 10px;
		display: block;
	}
	.brand .caption > p {
		text-align: center;
	}
	.brand .caption > p.company-info-text {
		display: block;
		font-size: 14px;
		line-height: 18px;
	}
	.brand {
		height: 340px;
	}
		.brand .caption {
		text-align: center;
	}
	.brand .caption > p {
		float: none;
	}
	.blogpost {
		margin: 0 0 30px;
		min-height: 140px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .col-md-4  {
		margin-bottom: 30px;
	}
	.social-icons {
		float: none;
		display: inline-block;
	}
	#blogs .post-img {
		width: 18%;
		position: absolute;
	}
	#blogs .blogpost p, #blogs .blogpost h3 {
	    width: 100%;
		padding: 0 0 0 24%;
		clear: none;
	}
	#blogs .pull-left.post-img {
		left: 4%;
	}
	.read-more {
		margin: 0 0 0 24%;
	}
	.sidebar-cta {
		padding: 30px 36% 30px 5%;
	}
	ul.nav.navbar-nav li .sub-menu > li > a {
		padding: 15px 10%;
	}
	.sub-menu {
		padding: 0;
	}
	.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
		width: 100%;
		padding: 0 4%;
	}
	#footer-band {
		padding: 10px 4%;
	}
	.home .hero .container, .hero.extra-height .container {
		height: 300px;
	}

	#brand-sidebar .sidebar-cta-container {
		width: 100%;
	}
	
	#brand-sidebar #referafriend {
		padding: 40px 0 0;
		margin: 20px 0 0;
	}
	
	.navbar-collapse {
		width:94%;
		top: 116px;
	}
	.nopadding {
		padding: 0 4% !important;
	}
	.hero .container {
		height: 120px;
	}
	
	.post-type-archive-jobs .main-sidebar {
		margin-top: 40px;
	}
	
	.main-sidebar  .widget ul > li {
		width: 100%;
		padding: 0;
		float: none;
		clear: both;
	}

		.wide-flag {
			width: 200px;
		}
	.red-flag:after {
		border-left: 100px solid transparent;	
		border-right: 100px solid transparent;	
	}
	.serviceblock .col-md-4 {
		margin-bottom: 20px;
	}
	.navbar-header {
		position: absolute;
		top: 0;
		right: 15px;
	}
	.lefttitle {
		float: none;
	}

		.accordion-tab {
			padding: 10px 20px;
			width: auto;
			font-size: 20px;
			line-height: 26px;
		}
		.accordion-tab:after {
			content: none;
		}
	}

/*
@media only screen and (max-width: 767px){
	.navbar-toggle {
		margin: 16px auto 0 !important;
		float: right !important;
	}
	.navbar-collapse {
		background: #464a58;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	ul.nav.navbar-nav li a {
		padding: 15px;
	}

	.navbar-toggle .icon-bar {
		background-color: #464a58 !important;
	}
}*/

@media screen and (max-width: 640px) {
	#searchformcontainer {
		width: 100%;
		padding: 15px 5%;
		overflow: hidden;
	}
	
#top {
	display: none;
}

.hero .container form#search {
margin:0 auto;
width:100%;
display:block;
max-width:860px;
}
	#accreditation-logos {
		width: 90%;
	}
	.brand .caption > .brand-logo {
		display: block;
	}

	.navbar-nav > li {
		width: 100%;
	}
	.sub-menu, .navbar-right .sub-menu {
		display: block;
		position: static;
		width: auto;
		left: auto;
		background: none;
		padding: 0;
	}
	#brand-sidebar .sidebar-cta-container  .sidebar-cta {
		height: auto;
	}
	.post-type-archive-contact .content-area ul > li, .tax-contact-company .entry-content ul > li {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 480px) {

.btn {
white-space:pre-wrap;
}

#Map input, #Map .btn{
width:100%;
margin-bottom:10px;
}

form#search a.alignleft {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}
form#search input[type="submit"] {
	width: 100%;
}

#searchformcontainer p {
	text-align: center;
}
#searchsubmit {
	background-size: 34px !important;
}

.apply-widget .wide-flag {
	width: 206px;
}

.apply-widget .red-flag:after {
	border-left: 103px solid transparent;
	border-right: 102px solid transparent;
}

#below-content-share ul > li, #share-side ul > li {
	width: 48%;
}
.content-slider-tabs li, .content-slider-tabs li.active {
	width: 100%;
}
.accordion-tab {
	display: block;
}
}

@media screen and (max-width: 320px) {
	.stButton .stMainServices {
		margin: 0 0 8px;
	}
	.st_facebook_hcount .stButton .stMainServices {
		margin: 0;
	}
	#below-content-share ul > li, #share-side ul > li {
	width: 100%;
}
}

#top {
	width:55%;
	height: 45px;
	margin: 10px auto 11px;
	padding: 10px 0;
	position: absolute;
	text-align: center;
}

/*
.page-parent #top, .page-child #top {
	width: 36%;
}

*/

#top strong {
	margin: 0 2px 0 0;
	color: #fcb716;
	font-size: 16px;
	font-weight: bold;
}

#top > p > em {
	margin: 0 2px;
	cursor: pointer;
	color: #fff;
	font-style: normal;
}

#top #small {
	font-size: 14px;
}

#top #medium {
	font-size: 18px;
}

#top #large {
	font-size: 22px;
}

#top #small.current, #top #medium.current, #top #large.current {
	color: #444;
}

#top em:hover {
	color: #666;
}

.small {
	font-size: 16px;
	line-height: 20px;
}

.medium {
	font-size: 20px;
	line-height: 24px;
}

.large {
	font-size: 24px;
	line-height: 28px;
}

.medium #top {
	padding: 8px 0;
}

.large #top {
	padding: 5px 0;
}

/* 
h1 36px 40px / 30px 34px

h2 26 30px / 

h3 22px 26px

*/

.medium h1 {
	font-size: 38px;
	line-height: 42px;
}

.large h1 {
	font-size: 42px;
	line-height: 46px;
}

.home.large h1 {
	font-size: 36px;
	line-height: 40px;
}

.home.medium h1 {
	font-size: 30px;
	line-height: 34px;
}

.medium h2 {
	font-size: 28px;
	line-height: 32px;
}

.large h2 {
	font-size: 32px;
	line-height: 36px;
}

.medium h3 {
	font-size: 24px;
	line-height: 30px;
}

.large h3 {
	font-size: 28px;
	line-height: 32px;
}

.ninja-forms-cont{float:left;clear:both;width:100%;}

.clear {
	clear: both;
}


.post-type-archive-contact .content-area ul > li.single-loc, .tax-contact-company .entry-content ul > li.single-loc {
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
}

#returnhome{color:#fff;float:left;margin:20px 0 0 10px;z-index:20;display:block;height:20px;width:20px;position:relative;}

.entry-content img{padding:0px 0 20px;}