/*

Colours:

Logo and Link Red: #ed1c24
Dark version of above: #c7181e;

*/


body {
	background-color: #fff;
	color: #444;
}

#body-area {
	padding-top: 20px;
}

.container {
    box-shadow: 0px 0px 50px rgba(200, 200, 200, 0.1);
}

#body-area {
    background-color: rgb(255, 255, 255);
}

#footer-area {
    border-top: none;
    box-shadow: none;
    background-color: #fff;
    margin-bottom: 50px;
}

#footer-bottom {
    background-color: #ed1c24;
    border-top: 1px solid #ed1c24;
    box-shadow: none;
    padding: 0px 80px;
}


a.button-link {
	color: #fff;
	background-color: #ed1c24;
	border-radius: 10px;
	padding: 10px 15px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
	display: table;
	line-height: 1.1em;
}

a:hover.button-link {
	text-decoration: none;
	cursor: pointer;
	background-color: #c7181e;
}

.et_pt_blogentry a.readmore {
    background: none;
		color: #fff;
		background-color: #ed1c24;
    display: block;
    float: right;
    font-size: 1em;
    height: auto;
    line-height: 1.1em;
    padding: 10px 15px;
    text-shadow: none;
		font-weight: 400;
		margin: 0 auto;
		text-align: center;
		display: table;
		border-radius: 10px;

}

.et_pt_blogentry a:hover.readmore {
	text-decoration: none;
	cursor: pointer;
	background-color: #c7181e;
}

.et_pt_blogentry a.readmore span {
    background: none;
    display: block;
    height: auto;
    padding: 0;
}
/*
color: #fff;
background-color: #ed1c24;
border-radius: 10px;
padding: 10px 15px;
font-weight: 400;
margin: 0 auto;
text-align: center;
display: table;
line-height: 1.1em;
*/

h2 {
	font-size: 32px;
}

.post-heading h2 {
	font-size: 60px;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 5px;
    color: #333;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.5em;
}

.et_full_width_image .post-heading {
	margin-top: 0;
	padding-top: 0;
}


.slide .description h2,
.post-heading h1,
h1#comments,
#reply-title,
h1.category-title,
.post-description h2,
.related.products h2 {
	font-family: Arial,sans-serif;
	letter-spacing: normal;
}

blockquote {
    margin: 0;
    padding: 0;
    color: #ed1c24;
	background-color: transparent;
    font-style: italic;
    border: none;
    font-size: 18px;
}


#main-header {
    padding: 53px 62px 20px 80px;
}


blockquote cite {
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	margin-top: 25px;
	width: 100%;
	display: block;
}

.page-template-page-template-testimonials blockquote {
	max-width: 800px;
	margin: 30px auto;
	display: block;
	color: #444;
}


.page-template-page-template-testimonials blockquote p {
	padding: 25px 50px;
	box-sizing: border-box;
	background-image: url(images/grey_blockquote-bg-left.png), url(images/grey_blockquote-bg-right.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}


blockquote.quotemark p,
.page-template-page-about blockquote.quotemark p,
.single-teammembers blockquote.quotemark p {
	padding: 25px 50px;
	box-sizing: border-box;
	background-image: url(images/red_blockquote-bg-left.png), url(images/red_blockquote-bg-right.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}

.single-teammembers blockquote.quotemark {
	margin-top: 3em;
}

.single-teammembers blockquote.quotemark p {
	font-size: 1.2em;
	text-align: center;
}

.single-teammembers .post-thumbnail img {
	margin: auto;
}

blockquote.quotemark p {
	padding: 25px 50px;
	box-sizing: border-box;
	background-image: url(images/grey_blockquote-bg-left.png), url(images/grey_blockquote-bg-right.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	max-width: 800px;
	margin: 30px auto;
	display: block;
}

.post-thumbnail .post-description {
	text-shadow: none;
}

a.archive-post-title {
	color: #000;
	text-decoration: none;
}

@media only screen and ( max-width: 499px ) {
	.et_pt_thumb.alignleft {
		float: none;
		margin-bottom: 10px;
	}
}

ul.nobullets,
ul.nobullets ul {
	list-style: none;
}

ul.nobullets {
	font-weight: bold;
}

ul.nobullets table {
	font-weight: normal;
}

ul.nobullets table th {
	font-weight: bold;
	min-width: 80px;
}


#content ul.nobullets table,
#content ul.nobullets table tr td {
	border: none;
}

/* =Vacancies */

.vacancy-date {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	border-radius: 20px;
	background-color: #ed1c24;
	text-align: center;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.vacancy-text {
	float: left;
	width: 74%;
	font-size: 14px;
}

.vacancy-text h3 a {
	font-weight: 400;
	font-size: 16px;
	color: #333;
	vertical-align: top;
}

.vacancy-text h3 a:hover {
	text-decoration: underline;
}

span.day {
	font-size: 18px;
	font-weight: 400;
	display: block;
	line-height: 18px;
	margin-top: 2px;
}

span.month {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	line-height: 16px;
}

.post-description h2 {
	background-color: transparent;
}

.post-description h2 a,
.post-description h2 a:hover {
	color: #333;
}

.entry-post.job-vacancies .post-description h2 {
	font-size: 24px;
	text-align: left;
}

.entry-post.job-vacancies .post-description h2 a {
	padding-left: 0;
}


#salary_per {
	display: none;
}

/* Main Nav */

#top-navigation > ul > li > a,
#footer-bottom li a {
	height: 26px;
}

#top-navigation li {
    border-right: solid 1px;
    	text-transform: lowercase;
}

#top-navigation li:last-of-type {
	border-right: none;
}

#top-navigation li.current-menu-item > a:hover,
#top-navigation li.current-menu-item > a {
	color: #ed1c24;
	font-weight: 600;
}

#top-navigation > ul > li > a:hover {
	background-color: #fff;
	color: #ed1c24;
	box-shadow: none;
	transition: none;
}

span.menu_slide, span.main_text {
    padding: 5px 10px;
}

/* Social Icons */

#et-social-icons {
	text-align: right;
	float: none;
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: 0; /* fix inline block pixel jog */
}

#et-social-icons a {
    margin-right: 10px;
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
}

#et-social-icons img:hover {
    opacity: 0.7;
}
#et-social-icons img {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}

span.telephone {
	 padding: 10px 18px 14px 45px;
    font-size: 30px;
    vertical-align: top;
    line-height: 42px;
    background-image: url(images/phone_proactive_recruitment.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.above-footer-contact {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}


.above-footer-contact a.button-link {
    margin: 0px auto 17px;
}

.above-footer-right {
	width: 100%;
	margin-bottom: 20px;
	display: block;
}


.above-footer-left {
	width: 100%;
	margin-bottom: 20px;
	display: block;
}


ul.button-meta {
	display: block;
	text-align: center;
}

ul.button-meta li {
	display: inline-block;
	margin: 10px;
}

/* =Footer */

#footer-bottom	{
	padding: 15px 80px;
}

#footer-bottom ul {
    margin-right: 0px;
}

#footer-bottom ul li {
    border-right: solid 1px #fff;
}

#footer-bottom ul li:last-of-type {
	border-right: none;
}

#footer-bottom li a {
	color: #fff;
	height: auto;
	font-weight: 400;
	display: inline-block;
}

#footer-bottom li a:hover {
	background-color: #c5171e;
}

#footer-bottom ul.site-design {
	float: right;
}

#footer-bottom ul.site-design li a {
	text-align: right;
	padding: 3px 20px;
	display: inline-block;
}

.bottom-nav span.main_text {
	padding: 3px 10px;
	text-transform: lowercase;
}

.bottom-nav span.menu_slide {
    display: none;
}


.home-banner h1 {
	font-size: 40px;
	font-weight: 700;
	/* text-shadow: 0px 0px 15px rgba(255, 255, 255, 1); */
}

.home-banner h2 {
	font-size: 30px;
	color: #ed1c24;
	font-weight: 700;
	line-height: 1.4em;
	/* text-shadow: 0px 0px 15px rgba(255, 255, 255, 1); */
}

/* =search form */

form.search-form {
	background-color: #ed1c24;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: auto;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.form-wrap {
	display: inline-block;
}

.form-wrap label {
	display: block;
	font-size: 0.9em;
}

form.search-form select,
form.search-form input,
form.search-form input[type="submit"] {
	padding: 4px;
	border: none;
	border-radius: 3px;
	margin: 5px 4px;
	background-color: #fff;
}

form.search-form input[type="submit"] {
	cursor: pointer;
}

.entry-content {
	margin-bottom: 20px;
}


.wpbb-job-fields-wrapper span.wpbb-job-field-label,
.wpbb-job-tax-wrapper span.wpbb-job-tax-label {
	font-weight: 500;
}

.wpbb-job-fields-wrapper p,
.wpbb-job-tax-wrapper p {
	padding-bottom: 0;
}



.wpbb-job-fields-wrapper,
div.last-tax {
	margin-bottom: 20px;
}

/* Shortcode Menus */

/* style main menu */
ul.shortcode_menu.in-page-menu {
	display: block;
	text-align: center;
	margin-top: 30px !important;
}

ul.shortcode_menu.in-page-menu li {
	margin: 10px;
}

ul.shortcode_menu.in-page-menu li:hover {

}

ul.shortcode_menu.in-page-menu li a {
	color: #fff;
	background-color: #ed1c24;
	border-radius: 10px;
	padding: 10px 15px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
	display: table;
	line-height: 1.1em;
}

ul.shortcode_menu.in-page-menu li:hover a {
	text-decoration: none;
	cursor: pointer;
	background-color: #c7181e;
}



/* =Rows and Columns */

.row {
	margin-bottom: 20px;
}

	/* Two Columns */
		.two-columns {
			width: 50%;
			float: left;
			box-sizing: border-box;
			padding: 20px 10px;
		}

		.two-columns:nth-child(odd) {
			padding-left: 0;
		}

		.two-columns:nth-child(even) {
			padding-right: 0;
		}

		/* Two Columns 60% + 40% */
		.two-columns.sixty-forty.sixty {
			width: 60%;
			padding: 0 5%;
		}

		.two-columns.sixty-forty.forty {
			width: 40%;
			text-align: center;
		}



	/* Three Columns */
		.about-row.three-column-row {
			padding: 10px 5%;
		}

		.three-columns {
			width: 33%;
			float: left;
			box-sizing: border-box;
			padding: 20px 10px;

		}

		.three-columns a:hover {
			text-decoration: none;
		}



	/* Four Columns */
		.four-columns {
			width: 25%;
			float: left;
			box-sizing: border-box;
			padding: 20px 10px;

		}

		.four-columns:first-of-type {
			padding-left: 0;
		}

		.four-columns:last-of-type {
			padding-right: 0;
		}
/* =Manin Menu */
	#top-navigation .current-page-ancestor a {
		color: #ED1C24;
		font-weight: 600;
	}

/* =Secondary Menus */
	.menu-candidates-menu-container,
	.menu-services-menu-container	{
		background-color: #fafafa;
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.menu-candidates-menu-container .menu,
	.menu-services-menu-container .menu {
		text-align: center;
	}

	.menu-candidates-menu-container .menu li,
	.menu-services-menu-container .menu li {
		text-align: center;
		display: inline-block;
		border-right: 1px solid;
	}

	.menu-candidates-menu-container .menu li:last-of-type,
	.menu-services-menu-container .menu li:last-of-type {
		border-right: none;
	}

	.menu-candidates-menu-container .menu li a,
	.menu-services-menu-container .menu li a {
		text-align: center;
		display: inline-block;
		padding: 5px;
		color: #333;
	}

	.menu-candidates-menu-container .menu li a {
		text-transform: lowercase;
	}

	.menu-candidates-menu-container .menu li a:hover,
	.menu-services-menu-container .menu li a:hover {
		text-decoration: none;
		color: #ED1C24;
	}

	.menu-candidates-menu-container .menu li.current_page_item a,
	.menu-services-menu-container .menu li.current_page_item a {
		color: #ED1C24;
		font-weight: 600;
		text-decoration: none;
	}

/* =Mouse Mats Page */


	.home-banner.mouse-mats {
		background: url("images/proactive laptop_small.png"), url("images/mouse-mats-landing-page-banner-1120px-final_mini_2.jpg");
		background-position: 80px bottom, center bottom;
		background-size: auto, cover;
		background-repeat: no-repeat, no-repeat;
		padding: 40px 80px 0;
	}

	.home-banner.mouse-mats .header-text-wrap {
		float: right;
	}

	.home-banner {
		text-align: right;
		padding: 40px 80px;
		background-image: url(images/about_proactive_recruitment.jpg);
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: cover;
	}


	.home-banner.mouse-mats h1,
	.home-banner.mouse-mats h2 {
		color: #fff;
	}

	.home-banner.mouse-mats h1 {
		margin-top: 38px;
		text-transform: uppercase;
		font-size: 42px;
		text-align: left;
	}

	.mouse-mats-h1-next-line {
		display: block;
		width: 100%;
		text-align: right;
	}

	.home-banner.mouse-mats h2 {
		margin-bottom: 82px;
		font-size: 26px;
	}

	.page-id-852 .above-footer-contact,
	.page-id-852 .post-heading h1 {
		display: none;
	}

	.page-id-852 #content {
		padding-top: 20px;
	}



	.home-banner.mouse-mats #et-social-icons {
		padding-bottom: 0;
		padding-top: 5px;
		clear: both;
	}


	.left-side {
		float: left;
		max-width: 455px;
		width: 45%;
		padding-right: 25px;
		box-sizing: border-box;
		position: relative;
		padding-bottom: 50px;
	}

	.left-side img {
		max-width: 43%;
	}

	.left-side p.left-larger {
		font-size: 21px;
	}

	span.left-side-first-line-wrap {
		display: block;
		padding-left: 15px;
	}

	.left-side p.terms a {
		color: #444;
		font-weight: bold;
	}

	span.line-wrap {
		display: block;
		clear: both;
		float: right;
		text-align: center;
	}

	span.line-1,
	span.line-2,
	span.line-3,
	span.line-4 {
		color: #ED1C24;
		display: block;
		line-height: 1.0em;
		font-weight: 500;
		letter-spacing: -1px;
	}

	span.line-1 {
		font-size: 54px;
		margin-top: 35px;
	}

	span.line-2 {
		font-size: 35px;
	}

	span.line-3 {
		font-size: 95px;
		font-weight: bold;
		line-height: 0.9em;
	}

	span.line-4 {
		font-size: 19px;
		margin-bottom: 30px;
		padding-top: 5px;
	}

	.right-side {
		float: left;
		width: 55%;
		padding-left: 25px;
		box-sizing: border-box;
		position: relative;
		padding-bottom: 50px;
	}

	.right-side h3 {
		color: #ED1C24;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.3em;
	}

	p.terms {
		font-size: 0.8em;
		text-align: right;
		position: absolute;
		bottom: 0;
	}

	.right-side p.terms {
		text-align: right;
		color: #ed1c24;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	#wpcf7-f851-p852-o1 {
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
	}

	#wpcf7-f851-p852-o1 .wpcf7-submit {
		border-radius: 0px;
		color: rgb(255, 255, 255);
		border: medium none;
		background-color: rgb(237, 28, 36);
		border-radius: 10px;
		padding: 10px 15px;
		font-weight: 400;
		float: right;
	}

	#wpcf7-f851-p852-o1 .wpcf7-submit:hover {
		background-color: #c5171e;
		cursor: pointer;
	}

	#wpcf7-f851-p852-o1 ::-webkit-input-placeholder {
	   color: #444;
	   font-style: italic;
	   font-weight: normal;
	   font-family: 'Open Sans', Arial, sans-serif;
	}

	#wpcf7-f851-p852-o1 :-moz-placeholder { /* Firefox 18- */
	   color: #444;
	   font-style: italic;
	   font-weight: normal;
		font-family: 'Open Sans', Arial, sans-serif;
	}

	#wpcf7-f851-p852-o1 ::-moz-placeholder {  /* Firefox 19+ */
	   color: #444;
	   font-style: italic;
	   font-weight: normal;
	   font-family: 'Open Sans', Arial, sans-serif;
	}

	#wpcf7-f851-p852-o1 :-ms-input-placeholder {
	   color: #444;
	   font-style: italic;
	   font-weight: normal;
	   font-family: 'Open Sans', Arial, sans-serif;
	}

	@media only screen and ( max-width: 1300px ) {
		.home-banner.mouse-mats {
			background: url("images/proactive laptop_small.png"), url("images/mouse-mats-landing-page-banner-1120px.jpg");
			background-position: 1% bottom, center -90px;
			background-size: 38%, cover;
			background-repeat: no-repeat;
		}

		span.left-side-first-line-wrap {
			padding-left:0;
		}

		p.terms {
			text-align: center;
		}
	}

	@media only screen and ( max-width: 960px ) {

		.home-banner.mouse-mats {
			background: url("images/mouse-mats-landing-page-banner-1120px.jpg");
			background-position: center -90px;
			background-size: cover;
			background-repeat: no-repeat;
		}

		.home-banner.mouse-mats .header-text-wrap {
			float: none;
		}

		.mouse-mats-h1-next-line,
		.home-banner.mouse-mats h1,
		.home-banner.mouse-mats h2 {
			text-align: center;
		}

		.left-side {
			float: none;
			width: 100%;
			max-width: 450px;
			padding: 0;
			margin: 0 auto 30px;
			display: block;
		}

		.right-side {
			float: none;
			width: 100%;
			max-width: 100%;
			padding: 0 0 50px 0;
		}

		span.line-wrap {
			float: none;
			margin-bottom: 20px;
			margin-top: 15px;
		}

		p.terms {
	    	text-align: center;
	    	position: static;
		}
	}

	@media only screen and ( max-width: 500px ) {
		span.line-1 {
			text-align: center;
		}

		span.line-3 {
			font-size: 50px;
			margin: 10px auto;
		}

		.home-banner.mousemats {
			padding: 40px 20px 0;
		}
	}

/* =About Page */

.page-template-page-about #content {
    padding:0;
}

.page-template-page-about .post-heading {
	padding-top: 80px;
}


.about-row {
	padding: 40px 80px;
}

.about-row.grey {
	background-color: #fafafa;
}

.page-template-page-about #content .entry-content {
	background-color: #fafafa;
	padding: 0px 60px;
}

/* Google Maps */

    .google-maps {
        position: relative;
        padding-bottom: 50%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 75% !important;
    }


/* Contact Form */

.wpcf7-form {

}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input.text,
.wpcf7-form input.title,
.wpcf7-form textarea,
.wpcf7-form select {
    background-color: #FFF;
    border: 1px solid #BBB;
    padding: 6px 4px;
    color: #4E4E4E;
    border-radius: 5px;
    width: 100%;
    margin: 0.5em 0px;
    box-sizing: border-box;
}

@media only screen and ( max-width: 480px ) {
	#main-header {
    padding: 60px 20px 20px 20px;
   }

	.home-banner {
		background-image: none !important;
	}

	.home-banner.mouse-mats {
		background: url("images/mouse-mats-landing-page-banner-1120px.jpg") !important;
		background-repeat: no-repeat !important;
		background-position: center -90px !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}

	.page-template-page-about #content .entry-content {
	    background-color: #fafafa;
	    padding: 0px 5%;
	}

	.about-row {
	    padding: 5%;
	}

	#footer-bottom	{
		padding: 15px 5%;
	}

	span.telephone {
	    padding: 10px 0;
	    font-size: 20px;
	    vertical-align: top;
	    line-height: 1.4em;
	    background-image: none;
	    margin: 0px;
	}

	form.search-form {
		padding: 5px 0;
	}

	blockquote.quotemark p,
	.page-template-page-about blockquote p {
   	padding: 25px 5%;
		background-image: none;
	}

	blockquote.quotemark p::after,
	.page-template-page-about blockquote p::after {
  		content: '"';
	}

	blockquote.quotemark p::before,
	.page-template-page-about blockquote p::before {
  		content: '"';
	}
}

/* Team Members */

	.team-member-wrap {
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.team-member-meta {
		min-height: 30%;
	}

		.meet-the-team .team-member-meta {
			margin-bottom: 2em;
		}

		.team-member-meta h2 {
			margin-top: 0.3em;
			color: #333;
		}

	.linkedin-teammember {
		text-align: center;
		margin-top: 2em;
		margin-bottom: 2em;
		display: inline-block;
		line-height: 30px;
		vertical-align: middle;
		padding-left: 40px;
		background-image: url("images/linked_in_proactive.png");
		background-position: left center;
		background-repeat: no-repeat;
	}

	.team-thumbnail {
		width: 20%;
		overflow: hidden;
		float: left;
	}

	.team-description {
		width: 70%;
		float: left;
		padding-left: 5%;
		padding-right: 5%;
	}

	 .team-description a.read-more {
		 margin-top: 2em;
	 }


	 .teammembers-template-default .post-thumbnail::before {
		 text-align: center;
		 -moz-box-shadow: none;
		 -webkit-box-shadow: none;
		 box-shadow: none;
	 }

	 .teammembers-template-default .post-description h2 {
		 text-align: left;
	 }

	 .teammembers-template-default .post-description h2 a {
		 text-align: left;
		 padding-left: 0;
	 }

	 .page-template-page-template-team-members .home-banner h2 {
		 max-width: 600px;
		 float: right;
	 }

.privacy-notice ul {
	list-style: disc;
	margin: 1em;
}

.privacy-notice ul ul {
	list-style: circle;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.privacy-notice h3 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.privacy-notice h5 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 20px;
}

.privacy-notice h6 {
	font-size: 18px;
}

div.gdpr-disclaimer {
	text-align: center;
	margin-top: 2em;
}

div.gdpr-disclaimer p {
	font-size: 0.9em;
}

div.foot-note {
	width: 100%;
	clear:both;
}

.page-id-2578 .two-columns {
	padding: 20px 30px 20px 0;
}

.page-id-2578 .two-columns ul {
	margin: 10px 20px;
}

.privacy-notice ul {

}

.privacy-notice ul ul {
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.privacy-notice h3 {
	font-size: 26px !important;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.privacy-notice h4 {
	font-size: 22px !important;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.privacy-notice h5 {
	font-size: 20px !important;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.privacy-notice h6 {
	font-size: 18px !important;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.page-id-2578 h3,
.page-id-2578 h4,
.page-id-2578 h5,
.page-id-2578 h6 {
	line-height: 1.4em;
}

@media only screen and ( min-width: 480px ) {
	#main-header {
    padding: 60px 60px 20px 60px;
   }

}

@media only screen and ( max-width: 767px ) {

	/* =Rows and Columns */

		/* Four Columns */


			.three-columns,
			.four-columns {
				width: 100%;
				padding: 20px 0px;
			}


		#footer-bottom {
		    display: block;
		    margin: 0px auto;
		    text-align: center;
		}

		#footer-bottom ul li {
		    border-right: none;
		}

		#footer-bottom ul.site-design li a {
		    text-align: center;
		    padding: 10px;
		    display: block;
		    border-right: none;
		}

		.mobile_nav {
		   /* width: 190px; */
		}

		.et_mobile_menu {
		    position: absolute;
		    top: 39px;
		    left: 0;
		    text-align: left;
		    width: 100%;
		}

	.container {
		width: 90%;
	}
}

@media only screen and ( max-width: 960px ) {

		#et-social-icons {
			text-align: center;
			margin-top: 20px;
		}

		#et-social-icons a {
			margin: 15px 5px;
		}

		#et-social-icons span.telephone {
			display: table;
			margin: 10px auto;
		}

		.remove-960px {
			display: none;
		}

		.two-columns,
		.two-columns.sixty-forty.sixty,
		.two-columns.sixty-forty.forty {
			width: 100%;
		}
}

@media only screen and ( min-width: 960px ) {
	.above-footer-right {
		float: right;
		text-align: right;
		width: 50%;
		padding-right: 80px;
		box-sizing: border-box;
		margin-bottom: 20px
	}

	a.button-link.right-button {
		margin: 0 0 0 auto;
	}

	.above-footer-left {
		float: left;
		text-align: left;
		width: 50%;
		padding-left: 80px;
		box-sizing: border-box;
		margin-bottom: 20px
	}

	.above-footer-contact span.telephone {
		padding: 10px 0px 14px 45px;
	   /* margin-top: 17px; */
		display: inline-block;
	}
}

@media only screen and ( max-width: 1300px ) {

	#footer-bottom ul,
	#footer-bottom ul.site-design {
		display: block;
		margin: 20px; auto;
		width: auto;
		text-align: center;
		float: none;
	}

	#top-navigation {
	    float: right;
	    padding-top: 10px;
	    width: 100%;
	    clear: both;
	    text-align: center;
	    margin-top: 20px;
	}


}


@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {

	/* =Rows and Columns */

		/* Four Columns */
			.three-columns,
			.four-columns {
				width: 50%;
				padding: 20px 30px;
			}

			.four-columns:nth-child(odd) {
				padding-left: 0;
			}

			.four-columns:nth-child(even) {
				padding-right: 0;
			}

}

@media only screen and (min-width: 480px) and ( max-width: 1300px ) {
		.about-row {
			padding: 60px;
		}
		.about-row.three-column-row {
			padding: 10px 60px;
		}
	}


@media only screen and ( min-width: 1300px ) {
	#footer-bottom ul.bottom-nav li:first-of-type span.main_text {
		padding-left: 0;
	}


	#footer-bottom ul.site-design li:last-of-type a {
		padding-right: 0;
	}
}

/* Media Queries for Banner */


	@media only screen and ( min-width: 1301px ) {
		.home-banner {	/* Banner image 1301px to 412px */
			/* background-position: -140px top; */
		}
	}

	@media only screen and ( min-width: 961px ) and ( max-width: 1300px ) {
		.home-banner {	 /* Banner image 960px to 449px */
			/* Using same size banner image for now */
				/* background-image: url(images/about_proactive_recruitment_960px_449px.jpg); */
			background-position: -240px top;
		}
	}

	@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
		.home-banner { /* Banner image 728px to 517px */
			/* Using same size banner image for now */
				/* background-image: url(images/about_proactive_recruitment_960px_449px.jpg); */
			background-position: -240px top;
		}
	}

	@media only screen and ( min-width: 479px ) and ( max-width: 767px ) {
		.home-banner { /* Banner image 678px to 517px */
			/* Using same size banner image for now */
				/* background-image: url(images/about_proactive_recruitment_960px_449px.jpg);*/
			background-position: right top;
			padding: 15px 5px 5px;
		}

		.home-banner h1 {
			font-size: 30px;
			text-align: center;
		}

		.home-banner h2 {
    		font-size: 25px;
    		text-align: center;
    	}
	}

	@media only screen and ( max-width: 478px ) {
		.home-banner {	/* Banner image 960px to 449px */
			/* Using same size banner image for now */
				/* background-image: url(images/about_proactive_recruitment_960px_449px.jpg); */
			background-position: right top;
			padding: 15px 5px 5px;
		}

		.home-banner h1 {
			font-size: 30px;
			text-align: center;
		}

		.home-banner h2 {
    		font-size: 25px;
    		text-align: center;
    	}
	}
