/* ==========================================================================
   Fluid Studios defaults
   ========================================================================== */
* {
	box-sizing: border-box;
}

html,body {
	background:#fff;
	color: #595758;
	font-family: 'Lato', sans-serif;
	margin-top: 0px !important;
}

iframe {
	border: none;
}
/* ALIGNMENT */
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.clear {clear:both; height: 1px;}
.clear-cms {display: none;}
/* CMS */
.control-panel {
	z-index:9999;
	width:170px;
	min-height:100px;
	border-radius:10px;
	background:#fff;
	position:fixed;
	top:100px;
	border:solid 1px #2a9bab;
	right:-140px;
	overflow:hidden;
	padding:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.control-panel img {
	margin:2px;
}
.control-panel a {
	float:right;
}
.gallery * {
	transition: none;
}
/* DIVS */
.row {margin-bottom:10px;}
.pad {padding:20px;}
.max-width, .limiter {max-width:1000px; margin:0 auto;}
main, article, aside, header, footer {display:block;}
/* FONTS */
.mark, .highlight {color:#F00; background:none;}
.white {color:#FFF}
.black {color:#000;}
h1 {font-size:24px; line-height:36px; font-weight:normal;}
h2 {font-size:22px; line-height:30px; font-weight:normal; font-weight: 700;}
h3 {font-size: 20px;}
h4 {}
h5 {}
/* FORMS */
.req {color: #F00;}
.btn-inverse {color:#ccc;}
.span1.add-on {
	margin-left: -1px;
	float: none;
	width: 8.547008547008547%;
}
form {
	margin:0
}
.btn {
	background: #fff;
	border:solid 1px #ccc;
	box-shadow:none;
}
/* LINKS */
.clickable {cursor:pointer;}
a {text-decoration:none; transition:0.4s}
a:link, a:visited {color:#555;}
a:hover, a:active {color:#6D4067; text-decoration:none;}
.font-small {font-size: 10px;}
.font-standard {font-size: 11px;}
.font-large {font-size: 14px;}
.font-xlarge {font-size: 18px;}
.a2a_label {
	display:none;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}


.row-fluid.relative {
	margin-bottom: 0px;
}

.absolute.seoline {
	right: 0px;
	top: 0px;
}

.advert-banner {
	text-align: right;
	height: 60px;
	margin-top: 45px;
	
}

.advert-banner li {
	list-style-type: none;
}

.amazingcarousel-title {
	display: none !important;
}

.employer-title {
	font-family: 'Oswald', Sans-serif;
	font-size: 32px;
	font-weight:700;
	text-align: center;
	text-transform: uppercase;
	margin: 50px 0 0;
}

.employer-title span {
	color: white;
	
}

.employers-intro {
	margin: 40px 0 40px 0;
}

.employers-intro h1,
.employers-intro h2,
.employers-intro h3,
.employers-intro h4 {
	font-family: 'Oswald', Sans-serif;;
}

.employer-preview {
	padding: 20px;
	margin-bottom: 20px;
	color: #595758;
	background: #fdfdfd;
	border: 1px solid rgba(121,73,115,0.1);
}

span.letter{
	font-size: 24px;
	font-family: 'Oswald', Sans-serif;
	font-weight: 700;
	color: #794973;
}

span.letter:hover {
	cursor: pointer;
}

span.letter::after {
	content: ', ';
}

span.letter:last-child::after {
	content: '';
}

.search-letters {
	text-align: center;
	margin-top: 50px;
}

.blog-preview {
	background: #fdfdfd;
	color: #595758 !important;
	padding: 20px;
	border: 1px solid rgba(121,73,115,0.1);
}

.blog-preview h2 {
	font-family: 'Oswald', Sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.blog-preview a {
	color: #794973 !important;
}

.case-study-preview {
	background: #fdfdfd;
	color: #595758 !important;
	padding: 5px;
	border: 1px solid rgba(121,73,115,0.1);
	display: contents;
}

.case-study-preview h2 {
	font-family: 'Oswald', Sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	display: contents;
	text-transform: uppercase;
}

.cs-alphabetical {
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.case-study-preview a {
	color: #794973 !important;
}

.case-study-featured {padding: 15px;}

.categorylist {
	font-family: 'Oswald', Sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #794973;
}

.incat {
	font-size: 16px;
	display: inline-block;
	margin: 0px 5px;
	color: #532E4F;
	letter-spacing: 1px
	font-weight: 400;
}

.searchbar {
	background: #794973;
	color: white;
	margin: 0px;
	width: 100%;
	padding: 20px;
}

.searchbar h2 {
	color: white;
	font-family: 'Oswald', Sans-serif;
	font-weight: 400;
	font-size: 32px;
	display: inline-block;
	margin-right: 20px;
	width: 120px;
	line-height: 32px;
}

.searchbar input[type="text"] {
	background: none;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid white;
	border-radius: 0px;
	width: calc(100% - 150px);
	display: inline-block;
	color: white;
	font-size: 32px;
	height: 32px;
	font-family: 'Lato', Sans-serif;
}

.searchbar .row-fluid {
	margin-bottom: 0px;
}

.cat-name {
	font-size: 28px;
	line-height: 42px;
	font-family: 'Oswald', Sans-serif;
	font-weight: 400;
	color: white;
	cursor: pointer;
}
/* ==========================================================================
   div styles - modern desktops
   ========================================================================== */

/* ===== HEADER ===== */
#cookie-bar {
	height:auto !important;
}
#header-top {
	background:#000;
	color:#fff;
	line-height:30px;
}
#header-main {
	line-height:25px;
	padding:0;
	background: #794973;
}
#header-info {
	line-height:20px;
	text-align:right;
} 
#header-social {
	padding:5px 0;
	text-align:right;
} 

.header-seo {
	background: #532E4F;
	color: #FFFDFF;
	font-family: 'Merriweather', Serif;
	font-style: italic;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 300;
	display: inline-block;
}

.error404 {
	text-align: center;
}
.error-text {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 40px;
}

.error404 h1 {
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	color: #794973;
	font-size: 46px;
	line-height: 66px;
	margin: 100px 0 50px;
}

.error404 form[id="searchform"] {
	margin-top: 50px;
	font-size: 20px;
	margin-bottom: 15%;
}

.error404 form[id="searchform"] .screen-reader-text {
	display: none;
}

.error404 #s{
	height: 30px !important;
	margin-bottom: 0px;
}

.error404 #searchsubmit {
	height: 30px;
	background: #794973;
	color: #f6f6f6;
	border-radius: 4px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding: 5px 15px;
}

.logo-wrap {
	padding: 20px 0;
}
/* ===== SEARCH ===== */
.search-btn {
	height: 30px !important;
}
.search {
	/*padding: 10px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 20px auto;
}
.search header {
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;*/
}
.search header:hover,
.search header:focus,
.search header:active,
.search span.clickable:hover,
.search span.clickable:focus,
.search span.clickable:active {
	color: #07c;
}
.search-content {
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}

/* ===== MENU ===== */
.navbar {
	margin-bottom:0;
}

.navbar-inner {
	background: #532E4F;
	border:none;
	border-radius: 0px;
}

/* left or right align menu */
.navbar .nav {
	float:left;
	width: 1120px;
}

/* change menu highglight (top level) */
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {  
	background:none;
	box-shadow:none;
	color:#FFFDFF;
}
 
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color:#FFFDFF;
}
.navbar .nav > li > a {
	text-shadow:none;
	color:#FFFDFF;
	text-transform: uppercase;
	padding: 10px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background:none;
	color:#000;
}
.menu-left {
	color:#666;
	float:left;
	padding-right:8px;
	padding-top:2px;
	font-size:12px;
	line-height:14px;
	color:#999;
	text-shadow:none;
}

.social-icons {
	float: inherit;
	padding-top: 8px;
	width: 1200px;
}
.menu-right {float:right}

/* ===== BANNER ===== */
.banner-wrap {
	background:#fff;
	padding:0;
	margin-bottom:0;
}
.banner {
	width: 100%;
	position:relative;
	overflow: visible;
}
.banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.banner-text-wrap {
	position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    width: 100%;
}
.banner-text {
	text-align:center;
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
}
.banner-text h1 {
	font-size: 36px;
	color: #FFFDFF;
}
.general-banner {
}
.general-banner img {
	width: 100%;
}
#banner-home {
}
.mobile-banner {
	display:none;
}

.banner-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: rgba(121,73,115,0.75);
}

.widget_search { margin:20px 0px 0;}
.widget_search .widget_title { margin-bottom:15px;}

/* ===== CONTENT ===== */

.content2 {
	padding:10px 0;
	background:#F5F9FC;
	color:#595758;
	font-size: 16px;
	line-height: 26px;
}

.content2 h1 {
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	font-size: 32px;
	line-height: 36px;
}

.restrictor {
	width: 80%;
	margin: 0 auto;

}

.content1 {
	padding: 0;
}
.content3 {
	padding:30px 0;
	font-size: 12px;
	line-height: 16px;
}
.general-content1 {
	padding:30px 0;
}
.general-content2 {
	padding:30px 0;
}

section.content1.homebrands {
    padding-bottom: 30px;
}

.three-boxes {
	box-sizing: border-box;
	width: 33%;
	display: inline-block;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

.three-boxes:last-of-type {
	border-right: 1px solid #F5F9FC;
}

.three-boxes h2 {
	font-family: 'Lato', Sans-serif;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
}

.purple-background {
	background: #6D4067;
	color: #FFFDFF;
}

.purple-background.emphasis-wrap h2 {
	
    font-size: 56px;
    line-height: 141px;
    color: #532e4f;
    font-weight: 700;
    text-align: center;
    border: 20px solid #532e4f;
    border-radius: 100%;
}

.emphasis-wrap {
	position: relative;

}

.emphasis-wrap-inner {
	padding: 20px;
}

.purple-background-text {
	padding: 20px;
}

svg circle.one {
    stroke-dasharray: 567px;
    stroke-dashoffset: 610px;
    animation-name: draw;
    animation-duration: 1s;
    animation-fill-mode: forwards; 
    animation-iteration-count: 1; 
    animation-timing-function: linear;
  }

  svg circle.two {
    stroke-dasharray: 549px;
    stroke-dashoffset: 610px;
    animation-name: draw;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: forwards; 
    animation-iteration-count: 1; 
    animation-timing-function: linear;
  }

  svg text {
    animation-name: write;
    animation-duration: 2s;
    animation-iteration-count: 1; 
    animation-timing-function: linear;
  }


@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes write {
	from {
		fill: rgba(0,0,0,0);
    	stroke: rgba(0,0,0,0);
  	} to {
    	fill: #532E4F;
    	stroke: #532E4F;
  }
}

.brands-banner-wrap {
	margin-top: 20px;
}
.purple-background h1 {
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.employers-intro img {
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-right: 32px;
}



.set-height img {
	width: 100%;
}

.img-wrap {
	overflow: hidden;
}

.row-fluid {
	margin-bottom: 20px;
}

.employer-name {
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
    line-height: normal;
}

.employer-name a {
	color: #794973;
}
/* ===== FOOTER ===== */
footer {
	background: #FFFFFF;
	font-size:12px;
}
#footer-tagline {
	padding:20px;
}
.footer-main {
	padding:40px;
	line-height:40px;
	font-size:14px;
}
.footer-main h1 {
	font-size:14px;
	line-height:40px;
	margin:0;
	color: #171717;
}
.footer-main h2 {
	font-size:28px;
	line-height:40px;
	margin:0;
	font-family: 'Oswald', Sans-serif;
	font-weight: 300;
}

.footer-main h2 a {
	color: #6D4067;
}

.footer-main .row-fluid {
	margin-bottom: 0px;
}

.footer-contact {
	background: #6D4067;
	color: #fff;
	font-weight: 300;
	padding: 20px;
}

.footer-contact .row-fluid {
	margin-bottom: 0px;
}

.footer-contact a {
	color: white;
	display: inline-block;
	padding:0px 15px;
	border-left: 1px solid white;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 0px;
}

.footer-contact a:first-of-type {
	border-left: none;
}
address {
	padding:20px 0;
	margin-bottom:0;
	line-height:22px;
	color:#000;
}
.share-this {
	text-align:right;
}

.footer-copy {
    float: left;
    border-right: solid 1px #7C7C7C;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 16px;
}

.footer-rights {
    float: left;
    line-height: 16px;
    margin-right: 10px;
}

.footer-link {
    float: left;
    line-height: 16px;
    margin-right: 10px;
}



/* ===== COPYRIGHT ===== */
.top-link {
	float:right;
}
.copy {
	background:#181818;
	color:#7C7C7C;
	padding:20px;
}

.copy a {
	color: #7C7C7C;
}

.copy .row-fluid {
	margin-bottom: 0px;
}
.a2a_kit {
    float: right;
    margin: 4px 0;
    margin-left: 10px;
}

/* FIXES */


/* ==========================================================================
   CMS styles
   ========================================================================== */

/* ===== BLOG PAGE ===== */

.blog {
	margin-bottom:20px;
}
#blog-menu {
	background:#eeeeee;
	padding:20px;
	color:#fff;
	margin-top: 10px;
}

.blog-post-preview {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.blog-post-preview:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.blog-post-preview header,
.blog header {
	padding: 0;
	margin : 0 0 10px 0;
	background:none;
	font-size:20px;
	font-weight:700;
}
.blog-post-preview-img {
	width: 25%;
	float: left;
}
.blog-post-preview-content {
	width: 72%;
	float: right;
}
.blog-post-preview-content img {
	display:none;
}
.blog-post-content {
	height: 40px;
	line-height: 18px;
	overflow: hidden;
}
.blog-post-more {
	float: right;
	background: #eee;
	color:#555;
	border-radius: 1px;
	padding: 5px 10px;
	margin-top: 20px;
}
.blog-post-preview a:link, .blog-post-preview a:visited {
	color:#555;
}

.blog-post-preview a:hover, .blog-post-preview a:active {
	color:#555;
}
.blog-year-title {

	padding: 5% 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
.blog-month-title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	margin: 5px 0;
}
.blog-cloud {
	width: 90%;
	padding: 5%;
	margin-top: 5%;
	border-radius: 2px;
	background: #000;
}
.blog-cloud a:link, .blog-cloud a:visited {color:#fff !important; text-decoration:none;}
.blog-cloud a:hover, .blog-cloud a:active {color:#000 !important; text-decoration:none;}
.blog-wc-smallest {font-size: 0.6em; padding: 3px;}
.blog-wc-small {font-size: 0.8em; padding: 3px;}
.blog-wc-medium {font-size: 1em; padding: 3px;}
.blog-wc-large {font-size: 1.2em; padding: 5px;}
.blog-wc-largest {font-size: 1.4em; padding: 5px;}
.blog-post-date {
	font-size: 14px;
	float: right;
}

#blog-search {
	margin-bottom:0;
}

.grey {
	color:#8f8f8f;
}
.blog-social .a2a_kit {
    float: left;
    margin: 10px 0;
}

/* ===== CONTACT PAGE ===== */

#contact-msg {
	margin-bottom: 10px;
	display: none;
}
#contact-form {
	margin-bottom: 10px;
}

.contact article {
	padding:20px;
}

.contact aside {
	padding:20px;
	background:#eee;
}

.map-cover {
	position:relative;
}

.map-absolute {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
}

/* ===== GALLERY ===== */

#galleria {
	width: 100%;
	height: auto;
}

.statement {
	background:#eee;
	font-size:24px;
	line-height:36px;
	padding:40px;
	text-align:center;
}

/* ===== GENERAL ===== */
.statement > div {
	width: 80%;
	padding: 10%;
}

.article-thumb {
		width: 40%;
}

/* 	==========================================================================
	JOB BOARD STYLING
	========================================================================== */
.results-wrap {
	background: #fff;
	padding: 20px 0;
}
.job-preview {
	background: #f6f6f6;
	border: 1px solid rgba(121,73,115,0.1);
	margin-bottom: 20px;
	padding: 20px;
}

.job-title,
.job-preview .job-title a{
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	color: #794973 !important;
}

.job-title {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 32px;
}

.job-info-salary {
	margin-right: 20px;
	font-weight: bold;
}

.single-job-description,
.single-job-info {
	font-size: 16px;
	line-height: 24px;
	white-space: pre-wrap;
}

.apply-link {
	background: #794973;
	color: #f6f6f6;
	font-family: "Oswald", Sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 4px;
	display: inline-block;
}

.job-application-form .row-fluid {
	margin-bottom: 10px;
	min-height: 0px;
}

.job-application-form input,
.job-application-form select,
.job-application-form textarea {
	margin-bottom: 0px;
}

/* 	==========================================================================
	JOB SEARCH STYLING
	========================================================================== */

#jobsearch {
    color: #595758 !important;
    margin-bottom: 50px; 

}

#jobsearch input,
#jobsearch select {

	border-radius: 0px;
    border: 1px solid #794973;
    margin-bottom: 5px;
    height: 50px;
    font-size: 24px;
}

#jobsearch input[type="submit"] {
	height: 75px;
	background: #794973;
	color: #f6f6f6;
}

#jobsearch input[type="submit"]:hover {
	background: #532E4F;
}

#jobsearch .control-group {

	margin: 0;

}

.control-group .btn,
.controls4-left,
.controls4-right {

	color: #794973;
	font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    font-family: 'Oswald', Sans-serif;
    text-transform: uppercase;

}

.controls4-left,
.controls4-right {

	font-size: 20px;
}


.controls4-right p {

	margin-left: 10px; 
}

.controls1 {

	margin-bottom: -5px; 
}

.controls4 {

	margin-top: 20px;
    font-size: 20px;
    border-top: 1px solid purple;
    padding-top: 20px;

}

.controls4-right {

	float: right !important;
}

#perpage {
    width: 100%; 
}

.job-search-title-container, 
.job-search-title-temp, 
.job-search-title-perm {

	display: inline-block;
}

.job-search-title-container {


}

.job-search-title-temp {




}

.job-search-title-perm {

	margin-left: 10px;
	margin-right: 10px;


}


select::-webkit-input-placeholder {
    color: #9B9B9B;
}

select:-ms-input-placeholder {
    color: #9B9B9B;
}

select::-moz-placeholder {
    color: #9B9B9B;
}















/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

/* iPads (landscape) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  
}

/* iPads (portrait) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  
}
/* Large desktop */
@media (min-width: 1400px) {

}
/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1400px) {

}
/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	.banner-text h1 {
	  margin: 2.5% auto 10px auto;
	  font-size:22px;
	}
	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		border:none;
		box-shadow:none;
	}

	.navbar-inner .row-fluid {
		margin-bottom: 0px;
	}

	.navbar-inner .menu-left{
		line-height: 12px;
		color: white !important;
	}

	.navbar-inner .menu-right {
		margin-top: 2px;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background:none;
		color:#000;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}
	.purple-background.emphasis-wrap h2 {
		border: none;
	}

	.advice-title {
	    font-size: 24px;
	    line-height: 50px;
	    font-weight: normal;

	}

	.purple-background h1 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.purple-background-text {
		font-size: 12px;
		line-height: 16px;
	}

	.purple-background-text p {
		margin-bottom: 0px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	body, html {
		margin:0;
		padding:0;
	}
	header, header div, header article, header aside, header .text-right {
		text-align:center;
	}
	#header-top {
		padding:10px 20px;
		box-sizing:border-box;
	}
	.banner-text h1 {
	  margin: 2.5% auto 10px auto;
	  font-size:18px;
	  line-height:18px;
	  padding:10px;
	}
	.banner-text h2 {
	  margin: 0 auto;
	  font-size:14px;
	  line-height:14px;
	  padding:10px;
	}

	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none !important;
		border: none !important;
		filter: none;
		box-shadow: none !important;

	}

	.btn .btn-navbar {
		background: none;
		border: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		
		border:none;
		box-shadow:none;
	}

	.navbar-inner .menu-left {
		color: white;
	}

	.navbar-inner .row-fluid {
		margin-bottom: 0px;
	}

	.navbar .nav {
		float: none;
	}

	.social-icons {
		float: none;
		margin-bottom: 20px;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background:none;
		color:#000;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}
	
	address, .copy {
		text-align:center;
		line-height:20px;
	}
	address {
		padding-bottom:0;
	}
	.top-link {
		float:none;
	}
	#blog-menu input {
		width:75%;
	}
	#blogs {
		width: 65%;
		float: left;
		padding-right: 5%;
	}
	#blog-menu {
		width: 35%;
		float: left;
	}
	.content1, .content2, .content3, .general-content1, .general-content2{
		padding:0px;
		box-sizing:border-box;
	}

	.employers-intro {
		padding: 0 20px;
	}



	.advice-articles {
		padding: 20px 20px;
		text-align: center;
	}

	.advice-articles img {
		margin-bottom: 20px;
	}

	.searchbar .span3 {
		
		display: none;
		box-sizing: border-box;
	}
	footer, footer div, footer article, footer aside, footer .text-right, .share-this {
		text-align:center;
	}
	.copy {
		padding:10px 20px;
		box-sizing:border-box;
	}

	.advert-banner {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	section.brands-banner-wrap.row-fluid .span2 {
		width: 25% !important;
		display: inline-block !important;
	}

	.emphasis-wrap {
		display: none !important;
	}

	.three-boxes {
		width: 100%;

	}

	.three-boxes:nth-of-type(2){
		border: none !important;
	}

	.three-boxes:after {
		content: '';
		display: block;
		height: 1px;
		width: 50%;
		background: #999;
		margin-top: 50px;
		margin-left: 25%;
	}

	.content1 .span6:first-child,
	.content1 .span3:first-child {
		margin-bottom: 20px;
	}

	.social-icons a {
		margin-left: 10px;
		display: inline-block;
	}

	.social-icons a:first-of-type {
		margin-left: 0px;
	}

	.brands-banner-wrap {
		text-align: center;
	}


	/* JOB SEARCH FORM */

	#jobsearch select {
    color: purple;
    margin-top: 15px;

	}
    
    .wit-pp-imgs { 
    width: 960px;
    float: inherit;
    margin: 0px;    
}

}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {
	#cookie-bar {
		font-size:12px;
	}
	.banner-text h1 {
	  margin: -15.5% auto 10px auto;
	}
	.row-fluid.first-row {
		margin-bottom: 0px;
	}
	.banner-text {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		padding:50px 20px;
		box-sizing:border-box;
	}
		#blog-menu input {
		width:75%;
	}
	.blog header {
		text-align:left;
	}
	
	.blog-post-date {
		font-size:10px;
	}
	footer {
		font-size:10px;
	}
	.copy {
		line-height:20px;
	}

	.brands-banner-wrap {
		display: block;
	}
	.footer-contact a {
		border-left: none;
	}

	.logo-wrap {
		margin-bottom: 0px !important;
	}

	.advert-banner {
		padding: 0 20px;
	}

	.banner-wrap {
		margin-bottom: 20px;
	}

	.seoline {
		display: none;
	}

	.employer-listings {
		text-align: center;
	}

	.restrictor h1 {
		margin-top: 20px;
	}
	.no-bot-margin {
		margin-bottom: 0px !important;
	}

		/* JOB SEARCH FORM */

	.job-search-title-container, .job-search-title-temp, .job-search-title-perm {

    font-size: 14px;
    display: block;
    margin: 0px;

	}

	#jobsearch input, #jobsearch select {
   
    font-size: 18px;
}
    iframe {
        width: 320px !important;
    }
    .synthace {
        height: auto !important;
    }
    .employers-intro img {
        margin-left: 0px; margin-right: 0px;
    }
    .advice-title span {
        position: inherit;}
    .wit-nora {
        position: absolute;
    }
    .nora {
        float: right !important;
    }
    .wit-banner {
        float: inline-end !important;
    }
    
}

@media (min-width: 1200px){
.newspan3 {
	width: 16% !important;
}
.wit-pp-imgs { 
    width: 960px;
    float: inherit;
    margin: 0px;    
}
}

.employersprofile {
	width: 200px !important;
	height: 200px !important;
	margin: 10px 49px 10px 10px !important;
}

.main, .article, .aside, .header, .footer {
	max-width: 1000px;
	margin: 0 auto;
}

.quotation{
  font-size: 23px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #532e4f;
  font-size: 3em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 35px;
  color: #532e4f;
  font-size: 3em;
}

.quoteborder {
    border-left: solid #ccc;
    border-right: solid #ccc;
}
