<style>

.system-font {
	font-family: -apple-system,
             BlinkMacSystemFont,
             'Segoe UI',
             Roboto,
             Helvetica,
             Arial,
             sans-serif,
            'Apple Color Emoji',
            'Segoe UI Emoji',
            'Segoe UI Symbol' !important;
}

html, body, div, h1, p, a, ul, li, form, label, title, /*table,*/ tbody, thead, tr, th, td, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	text-align: center;
	background: #FFFFFF !important;
	color: #000000;
	font: 13px/1.231 sans-serif !important;
}

/* Typography */
input, button, textarea, select {
	font-family: -apple-system,
             BlinkMacSystemFont,
             'Segoe UI',
             Roboto,
             Helvetica,
             Arial,
             sans-serif,
            'Apple Color Emoji',
            'Segoe UI Emoji',
            'Segoe UI Symbol' !important;
}

h1, h2, h3, h4 {
	margin: 0 0 5px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 16px;
}

li {
	list-style: none outside none;
}

form {
	padding: 1rem !important;
}

.small_screen {
	display:none;
}

#footer-small {
	display:none;
}

.header {
    background: #090;
    min-height: 90px;
}

.header a {
	color: white;
	font-size: 1rem;
	margin-left: 2rem;
	margin-right: 2rem;
	font-weight:600;
}

.header #row {
	text-align: right !important;
	padding-right: 5rem;
	padding-top: 2.5rem;
}

.footer {
    background: black;
    min-height: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	width: 100%;
	margin-top: 50px;
}

.footer-legals {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1128px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
	align-items: center;
}



.footer-legals__brand {
    margin-right: 24px;
}

.footer-legals__links {
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
}

.footer-legals__links p:not(:last-child):after {
    content: " | ";
}

.footer-legals__brand .ecw-text {
    white-space: nowrap;
}


.ecw-text--color-standard-4 {
    color: #bfbfbf;
}

footer .footer__legals-social {
    background: #000;
}

.footer-social {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    margin-top: 24px;
}

.ecw-button {
    align-items: center;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    margin: 0;
    min-width: min-content;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.ecw-button--variant-link {
    background: none;
    padding: 0;
}
.ecw-button--size-medium {
    font-size: 14px;
    padding: 16px;
}

.ecw-text--color-inherit {
    color: inherit;
}
.ecw-text--weight-inherit {
    font-weight: inherit;
}
.ecw-text--size-inherit {
    font-size: inherit;
}

.ecw-text {
    font-weight: 400;
    line-height: 1.46;
    margin: 0;
}

.ecw-image {
    height: auto;
    max-width: 100%;
}

.lazy-effect.lazyloaded, img.lazyloaded {
    opacity: 1;
    transition: opacity .7s;
}

.homeLogo {
    border-bottom: 5px solid #4dc0ac;
	width: 100%; 
	margin-bottom: -6px;
}

.logo {
    margin-left: 15px;
	margin-top: 15px;
}

.fLeft {
    float: left;
}

/* Homepage.php specific */
#container {
	margin: 0 auto;
	text-align: center;
	background: white;
	position: relative;
}

#main {
	width: 100%;
	background-color: white;
}

#homeImg {
	position: relative;
	width: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%), url('https://careers.europcar.ie/img/MR-7869-Cropped.png');
	height: 410px;
}

#homeWording {
	color: white;
    width: 35%;
    text-align: center;
    padding-top: 7rem;
    float: right;
    padding-right: 15rem;
}

#homeImg h1 {
	font-size: 120px;
	font-weight: 900;
}

#homeImg h2 {
	font-size: 1.75rem;
	line-height: 150%;
}

.HomeButton {
	width: 10rem;
	margin-top: 1rem !important;
	background: none;
	background-color: transparent !important;
	border: 0.15rem solid #ffdc00 !important;
	color: white !important;
}

.HomeButton:hover {
	background: #f0cf00 !important;
	color: black !important;
}

#homeNav {
	height: 1.5rem;
	width: 100%;
	background-color: #090;
	position: relative;
}

#homeNav a {
	color: white;
	font-size: 1rem;
	margin-left: 2rem;
	margin-right: 2rem;
	font-weight:600;
}

#homeNav #row {
	text-align: right !important;
	padding-right: 5rem;
}

#homeLink:hover, #careersLink:hover, #peopleLink:hover, #groupLink:hover {
	border-bottom: 0.25em solid #ffdc00;
}

#content {
	width: 100%;
	max-height: 1510px;
	display: block;
	position: relative;
	padding-left: 15rem;
	padding-right: 15rem;
	padding-top: 2rem;
    padding-bottom: 4rem;
}

#content .row {
	margin-bottom: 1.5rem;
}

#content img {
	max-width: 30vw;
	border-radius: 5%;
}

#tile-img {
	width: 50%;
	height: auto;
}

#tile-img h2 {
	font-size: 26px; 
	font-weight: bold;
	margin: 0px 0px 15px;
	text-align: left;
	padding: 3rem 3rem 0 3rem;
} 

#tile-img h3 {
	font-size: 16px; 
	font-weight: normal;
	margin: 10px 0px 15px;
	text-align: left;
	padding: 1rem 3rem 1rem 3rem;
}

/* roles.php specific */
#roles-main {
	width: 100%;
	background: white;
}

#roles-content {
	width: 100%;
	min-height: 1150px;
	padding-left: 6rem;
	display: block;
	position: relative;
}

#roles-content h4 {
	font-size: 26px;
	color: black;
	font-weight: 600;
	width: 100%; 
	text-align: left; 
	padding-bottom: 1rem;
	margin-top: 2rem;
}

#roles-content h5 {
	font-size: 16px;
	color: black;
	width: 100%; 
	text-align: left; 
	padding-bottom: 1rem;
}

.RoleButton {
	float: left;
	width: 9rem;
	margin-left: 2rem !important;
}

#roles-tile-img {
	margin-left: 2rem;
	float:left;
	position:relative;
	min-height: 515px;
	padding-bottom: 2rem;
}

#roles-tile-img img {
	max-width: 40vw;
	border-radius: 5%;
}

#roles-tile-img h2 {
	font-size: 20px; 
	font-weight: bold;
	margin: 10px 0px 15px;
	text-align: left;
	padding: 0 2rem 0 2rem;
} 

#roles-tile-img h3 {
	font-size: 16px; 
	font-weight: normal;
	margin: 10px 0px 5px;
	text-align: left;
	padding: 0 3rem 1rem 2rem;
	max-width: 40vw;
}

#jobs-banner {
	background-color: #036B05;
	height: 12rem;
	position: relative;
	padding-left: 6rem;
}

#jobs-banner h2 {
	font-size: 20px; 
	font-weight: bold;
	color: white;
	margin: 10px 0px 10px;
	text-align: left;
	padding-top: 2rem;
} 

#jobs-banner h3 {
	font-size: 16px; 
	font-weight: normal;
	color: white;
	margin: 10px 0px 15px;
	text-align: left;
	padding: 0 3rem 1rem 0rem;
}

#privacy-banner {
	background-color: #036B05;
	height: 6rem;
	position: relative;
	margin-top: 2rem;
	padding-left: 6rem;
	margin-bottom: 4rem;
}

#privacy-banner h3 {
	font-size: 18px; 
	font-weight: normal;
	color: white;
	margin: 10px 0px 15px;
	text-align: left;
	padding: 2rem 3rem 1rem 2rem;
}

.PrivacyButton {
	float: left;
	margin-top: 1.5rem !important;
	width: 16rem;
}

/* NewTestimonials.php specific */
#testimonial-main {
	width: 100%;
	background: white;
}

#testimonialImg {
	margin-left: 6rem;
	margin-right: 6rem;
}

#testimonial-content {
	width: 100%;
    min-height: 1650px;
    padding-left: 6rem;
	padding-right: 6rem;
    display: block;
    position: relative;
}

#testimonial-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px 7px;
    text-align: left;
    padding: 0 6rem 0 6rem;
}

#testimonial-content h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px 15px;
    text-align: left;
    padding: 0 6rem 1rem 6rem;
}

#testimonial-content h4 {
	font-size: 26px;
	color: black;
	font-weight: 600;
	width: 100%; 
	text-align: left; 
	padding-bottom: 1rem;
	margin-top: 2rem;
}

#testimonial-content h5 {
	font-size: 16px;
	color: black;
	width: 100%; 
	text-align: left; 
	padding-bottom: 1rem;
}

#testimonial-content h6 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px 15px;
    text-align: center;
    padding: 0 6rem 0 6rem;
}

#testimonial-content p {
	color: #036B05;
}

#testimonial-tile {
    margin-left: 4rem;
    margin-right: 4rem;
	text-align: center;
}

#testimonial-tile img {
    width: 10vw;
    margin: 0 auto;
    display: block;
    float: none;
}

#testimonial-content p {
    text-align: center !important;
}

.testimonial-name {
	font-size:18px !important;
	margin-bottom:0 !important;
	text-align:center !important;
	margin-left:0 !important;
	padding:0 !important;
}

.testimonial-location {
	font-size:16px !important;
	color: grey !important;
	margin-top: 1rem !important;
	text-align:center !important;
	margin-left:0 !important;
	padding:0 !important;
}

/* Experience life at Europcar (used on result.php and NewTestimonials.php) */
#life-tile-img {
	width: 25%;
	height: auto;
}

#life-tile-img img {
	width: 100%;
    border-radius: 5%;
}

#life-tile-txt {
	width: 75%;
	height: auto;
}

#life-tile-txt h2 {
	font-size: 20px; 
	font-weight: bold;
	margin: 18px 0px 15px;
	text-align: left;
	padding: 0 6rem 0 6rem;
} 

#life-tile-txt h3 {
	font-size: 16px; 
	font-weight: normal;
	margin: 10px 0px 15px;
	text-align: left;
	padding: 0 6rem 1rem 6rem;
}

.LifeButton {
	float: left;
	width: 11rem;
	margin-left: 6rem !important;
}

.LifeButton:active {
	background-color: #ffdc00;
}

/* Generic Buttons */
button:focus {
	background-color: #ffdc00 !important;
}

.button{
    position: relative;
    background-color: #ffdc00;
    border: none;
	cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
	color: black;
    height: 40px;
	margin: 5px 15px 0 0;
	border-radius: 10px;
}

.button:active {
    background-color: #ffdc00;
}

.button:hover {
	background: #f0cf00;
}

.JobButton {
	float: left;
	width: 9rem;
	margin-left: 3rem;
}

.JobButton:hover:active {
	background-color: #ffdc00;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.clear {
    clear: both; 
    }

select {
	margin: 0 5px;
	padding: 2px;
	border: 1px solid #D8D8D8;
}

.select-dropdown {
	margin: 5px 5px;
	padding: 2px;
	border: 1px solid #D8D8D8;
}

.ecgreen {
    background-color: #036B05;
}

.ecgreen:hover {
    background-color: #036B05;
}

/* Video playing */
#fade, #SalesAgent_fade, #ServiceAgent_fade, #StationManager_fade, #Valeter_fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

#light, #SalesAgent_light, #ServiceAgent_light, #StationManager_light, #Valeter_light {
  display: none;
  position: absolute;
  top: 15%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  z-index: 1002;
  overflow: visible;
}

#testimonial_light {
  display: none;
  position: absolute;
  top: 15%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: 0;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "x";
}

#fade:hover ~ #boxclose {
  display:none;
}

/* Horizontal Navigation */
#nav {
	height: 200px;
	background-color: #090;
	display: none;
}
 
#nav  .nav-wrapper {
    height: 100%;
}
  
.nav-wrapper i {
    font-size: 5.5rem;
}	
  
#button-collapse i {
    font-size: 5.5rem;
    padding-top: 2.5rem;
}

@media only screen and (max-width: 992px) {
	#content {
		max-height: 3000px;
		padding-left: 4rem;
		padding-right: 4rem;
		padding-top: 4rem;
	}

	#homeWording {
		width: 50%;
        padding-right: 5rem;
		padding-top: 5rem;
	}

	#homeImg h1 {
		font-size: 120px;
		font-weight: 900;
	}

	#homeImg h2 {
		font-size: 2rem;
	}

	.button {
		font-size: 2.5rem;
		height: 70px;
	}

	.HomeButton {
		width: 18rem;
		margin-top: 2rem !important;
	}

	.SearchButton {
		width: 14rem;
	}

	.JobButton {
		width: 20rem;
	}

	.LifeButton {
		width: 22rem;
		margin-left: 4rem !important;
	}

	.PrivacyButton {
		width: 20rem;
		margin-left: 1rem !important;
		margin-top: 3rem !important;
	}

	.RoleButton {
		width: 20rem;
	}

	.inputdata .select-dropdown {
		width: 100%;
		height: 5rem;
		font-size: 2rem;
	}

	#filter_skills {
		width: 100%;
		height: 5rem;
		font-size: 2rem;
	}

	#content .row {
		/*height: 1000px;*/
		margin-bottom: 6rem;
	}

	#tile-img {
		width: 100%;
	}

	#content img {
		max-width: 100vw;
		width: 100%;
	}

	#tile-img h2 {
		font-size: 2.5rem; 
	}

	#tile-img h3 {
		font-size: 2.25rem;
	}

	#life-tile-txt h2 {
		font-size: 2.25rem;
		padding-left: 4rem;
	}

	#life-tile-txt h3 {
		font-size: 2.25rem; 
		padding-left: 4rem;
	}

	#life-tile-txt {
		width: 70%;
	}

	#life-tile-img {
		width: 30%;
	}

	#life-tile-img img {
		margin-top: 5rem;
	}

	#table_container .row {
		margin-bottom: 10rem;
	}

	#testimonial-tile {
		width: 100% !important;
		margin-left: 0rem;
		margin-right: 0rem
	}

	#testimonial-tile img {
		width: 30vw;
		margin-left: 27vw;
		float: none !important;
	}

	.testimonial-name {
		text-align: center !important;
		font-size: 2rem !important;
	}

	.testimonial-location {
		text-align: center !important;
		font-size: 2rem !important;
	}

	#testimonial-content p {
		text-align: center !important;
		font-size: 1.75rem !important;
	}

	.small-apos {
		text-align: center !important;
		float: none !important;
	}

	#privacy-banner {
		height: 10rem;
		margin-top: 0;
	}

	#privacy-banner h3 {
		font-size: 2rem;
		padding-top: 4rem;
	}

	table.responsive-vertical tbody tr { 
		display: block;
		border-bottom: 0.06em solid #9E9E9E;
		padding-bottom: 4em;
	}
		
	table.responsive-vertical tbody td {
		/* Behave  like a "row" */
		/*display: block;*/
		position: relative;
		font-size: 2rem;
	}

	table.responsive-vertical tbody td:before {
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	.dataTables_wrapper .dataTables_info {
		font-size: 1.5rem;
	}

	.dataTables_wrapper .dataTables_paginate {
		font-size: 1.5rem;
		color: green;
	}

	.dataTables_wrapper {
		margin-bottom: 5rem;
	}

	.small-width {
		width: 25rem;;
	}

	/* The side navigation menu */
	.sidenav {
		height: 100%; /* 100% Full-height */
		width: 0; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		z-index: 1; /* Stay on top */
		top: 0;
		left: 0;
		background-color: #090 !important;
		overflow-x: hidden; /* Disable horizontal scroll */
		padding-top: 60px; /* Place content 15px from the top */
		transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	}

	/* The navigation menu links */
	.sidenav a, .sidenav a:link, .sidenav a:visited, .sidenav a:hover {
		padding: 8px 8px 50px 32px;
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		font-size: 4rem;
		font-weight: 600;
		height: 15rem;
		line-height: 10rem;
	}

	/* When you mouse over the navigation links, change their color */
	.sidenav a:hover, .offcanvas a:focus{
		color: #90C53E;
	}

	/* Position and style the close button (top right corner) */
	.sidenav a.closebtn {
		position: relative;
		left: 90px;
		font-size: 100px;
	}

	.right {
		padding: 40px;
	}

	#apply-content {
		width: 100%;
		height: 440px;
		margin-bottom: 50px;
	}

	#apply-content h1 {
		font-size: 55px;
		margin-left: 10px;
	}

	#apply-content h2 {
		font-size: 42px;
		margin-left: 10px;
	}

	#apply-content h3 {
		font-size: 42px;
		margin-left: 10px;
		margin-bottom: 50px;
	}
					
	#resultDesc {
		margin-bottom: 20rem;
	}

	#resultDesc h1 {
		color: black;
		font-size: 36px;
		font-weight: bold;
		margin: 10px 10px 20px;
		text-align: left;
	}

	#resultDesc h2 {
		font-size: 36px;
		margin-left: 10px;
	}

	#resultDescMob h1 {
		color: black;
		font-size: 36px;
		font-weight: bold;
		margin: 10px 10px 20px;
		text-align: left;
	}

	#resultDescMob h2 {
		font-size: 36px;
		color: black;
		font-weight: normal;
		margin: 10px 10px 10px;
		text-align: left;
	}
				
	#mob-bottom {
		margin-bottom: 250px;
	}

	.search {
		width: 100%;
		line-height: 4;
		background-color: #f9d200;
		margin-top: 50px;
		position: fixed;
		bottom: 0;
	}

	.search a {
		font-size: 60px;
		color: #036B05;
	}

	.readbutton {
		width: 100%;
		line-height: 4;
		background-color: #f9d200;
		margin-top: 50px;
		position: fixed;
		bottom: 0;
	}

	.readbutton a {
		font-size: 60px;
		color: #036B05;
	}

	.applybutton {
		width: 100%;
		line-height: 4;
		background-color: #f9d200;
		margin-top: 50px;
		position: fixed;
		bottom: 0;
	}

	.applybutton a {
		font-size: 60px;
		color: #036B05;
	}

	.applybutton2 {
		width: 100%;
		line-height: 4;
		background-color: #f9d200;
		margin-top: 50px;
		position: fixed;
		bottom: 0;
	}

	.applybutton2 a {
		font-size: 60px;
		color: #036B05;
	}

	.button-collapse {
		right: 0.5rem;
	}

	#button-collapse i {
		font-size: 5.5rem;
		padding-top: 2.5rem;
	}

	#result-main {
		margin-bottom: 13rem;
	}

	#resultForm {
		height: 800px;
		width: 930px;
	}

	#resultForm label {
		font-size: 48px;
	}

	#resultForm input[type="text"] {
		padding: 20px;
		width: 860px;
		font-size: 48px;
		color: #036B05;
		height: 100px;
		margin-top: 50px;
		background-color: white;
	}

	#resultForm textarea {
		padding: 20px;
		width: 860px;
		font-size: 48px;
		color: #036B05;
		height: 300px;
		margin-top: 50px;
	}

	#resultForm input[type="file"] {
		font-size: 32px;
		margin-top: 2rem;
	}

	#roles-content {
		height: 1350px;
		padding-left: 2rem;
	}

	#roles-content h4 {
		font-size: 2.5rem;
	}

	#roles-content h5 {
		font-size: 2.25rem;
		padding-bottom: 2.5rem;
	}

	#roles-tile-img h2 {
		font-size: 2.25rem;
		padding: 0 2rem 0 0rem;
	}

	#roles-tile-img h3 {
		font-size: 1.75rem;
		padding: 0;
	}

	#roles-tile-img {
		margin-left: 1rem;
		height: 550px;
	}

	#roles-tile-img img {
		max-width: 45vw;
	}

	#jobs-banner {
		height: 20rem;
		margin-top: 4rem;
	}

	#jobs-banner h2 {
		font-size: 2.25rem;
		margin-bottom: 1.75rem;
	}

	#jobs-banner h3 {
		font-size: 2rem;
	}

	#testimonial-content {
		height: auto;
	}

	#testimonial-content h2 {
		font-size: 2.25rem;
	}

	#testimonial-content h4 {
		font-size: 2.5rem;
	}

	#testimonial-content h5 {
		font-size: 2.25rem;
		padding-bottom: 4rem;
	}

	#testimonial-content h6 {
		font-size: 2.25rem;
	}

	#testimonial-content p {
		font-size: 1.25rem;
	}

	#footer-small {
		height: 14rem;
		background-color: #D3D3D3;
		bottom: 0;
		left: 0;
		position: relative;
		width:100%;
	}

	#footer-small h1 {
		font-size: 6rem;
		padding-top: 4rem;
		color: darkgray;
	}
}

@media only screen and (min-width: 768px) {
    .footer-legals {
        align-items: center;
		flex-direction: row;
    }

	.footer-social {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1280px) {
    .footer-legals {
        padding-left: 0;
        padding-right: 0;
    }
}

</style>