@charset "utf-8";
/* CSS Document */

body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25em;
	color: #BDBDBD;
	background: #262626;
}
.purple{
	color: #B41E8E;
}
.evo-wrapper a{
	transition: color .5s ease,  background .5s ease,  opacity .5s ease,  border .5s ease;
}
.evo-center{
	width: 100%;
	max-width: 64em; /* 1024px */
	position: relative;
	margin: 0 auto;
}
.evo-ctn{
	float: left;
	width: 100%;
}
.evo-padding{
	padding-left: 2em;
	padding-right: 2em;
}
.evo-header, .evo-main, .evo-footer, .evo-section{
	float: left;
	width: 100%;
	display: block;
	padding-top: 2em;
	padding-bottom: 2em;
}
.evo-header .evo-ctn:after{
	content: "";
	float: left;
	width: 28em;
	height: 13em;
	background: url("../images/pattern.svg") no-repeat top right;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 5.5em;
	z-index: -1;
}
.evo-body .evo-header .evo-ctn:after{
	width: 26em;
	height: 20em;
	background: url("../images/pattern-home.svg") no-repeat top right;
	background-size: 100% auto;
	top: 5.5em;
}
.evo-nopattern .evo-header .evo-ctn:after{
	display: none;
}
.evo-logo{
	float: left;
	position: relative;
}
.evo-header .evo-logo{
	z-index: 3;
}
.evo-nav{
	float: right;
	margin-top: 1.25em;
}
.evo-nav ul{
	float: left;
}
.evo-nav ul li{
	float: left;
	display: inline;
	margin-left: .75em;
}
.evo-nav ul li a{
	float: left;
	color: #FFF;
	padding: .5em;
}
.evo-nav ul li a span{
	width: 1em;
	height: 1em;
	margin: .125em;
	margin-left: .5em;
	float: right;
	background: url("../../images/link-external.svg") no-repeat center center;
	background-size: 100% auto;
}
.evo-nav ul li a:hover{
	color: #B41E8E;
}
.evo-nav ul li a.nav-path-sel{
	color: #B41E8E !important;
	font-weight: 800;
}
.evo-nav ul li a.evo-nav-contact{
	border: .125em solid #888;
	color: #888;
	padding: .375em 1em;
}
.evo-nav ul li a.evo-nav-contact:hover{
	border: .125em solid #B41E8E;
	color: #B41E8E;
}
.evo-mobile{
	position: fixed;
	z-index: 3;
	right: 1em;
	top: 2em;
}
.hamburger-box {
    width: 1.5em;
    height: 1.75em;
    position: absolute;
    box-sizing: content-box;
    margin: 0 auto;
    vertical-align: top;
	right: 0;
	top: 0;
	display: none;
	cursor: pointer;
	z-index: 4;
}
.hamburger-box:before{
	content: "Menu";
	position: absolute;
	left: -3.5em;
	top: .25em;
	color: #888;
	font-size: .825em;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -.125em;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 1.5em;
    height: .375em;
    background-color: #FFF;
    position: absolute;
    transition: all .3s ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -.825em;
}
.hamburger-inner::after {
    bottom: -.825em;
}
.hamburger-box.is-active .hamburger-inner {
    transform: rotate(225deg);
}
.hamburger-box.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger-box.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}
.evo-title{
	float: left;
	width: 100%;
	margin-top: 4em;
}
.evo-ctn h1, .evo-ctn h2.evo-h2-big{
	float: left;
	width:70%;
	color: #B41E8E;
	font-weight: 800;
	font-size: 3em;
	line-height: 1.125em;
}
.evo-body .evo-ctn h1{
	color: #FFF;
	font-size: 4.5em;
}
.evo-ctn h2.evo-h2-big{
	width: 100%;
	text-align: left;
	margin-top: 0;
}
.evo-ctn h2{
	float: left;
	width: 100%;
	margin-top: 3em;
	margin-bottom: 1.5em;
	text-align: center;
	font-weight: 500;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.125em;
	line-height: normal;
}
.evo-ctn h3{
	font-weight: 800;
	color: #B41E8E;
	font-size: 1.5em;
	line-height: 1.125em;
	margin-bottom: .25em;
}
.evo-ctn h4{
	font-weight: 500;
	border-bottom: .125em #444 solid;
	padding-bottom: .5em;
	margin-bottom: 1em;
	color: #FFF;
}
.evo-ctn h4.evo-h4-nounderline{
	padding-bottom: 0;
	border: none;
	color: #888;
}
.evo-text-block, .evo-text-legal{
	float: left;
	width: 100%;
}
.evo-text-block, .evo-text-legal h4{
	font-size: 1.25em;
	margin-top: 3em;
}
.evo-text-block, .evo-text-legal h5{
	margin-top: 2em;
	color: #B41E8E;
}
.evo-text-legal ul li, .evo-main .evo-text-legal ol li{
	padding: 0;
	padding-left: 1.5em;
	margin-top: .5em;
	position: relative;
	border: none;
	float: none;
	width: auto;
}
.evo-main .evo-text-legal ul li:before{
	content: "•";
	position: absolute;
	left: 0.25em;
	top: 0;
	color: #B41E8E;
}
.evo-main .evo-text-legal ol li:before{
	content: counter(evo-counter, upper-roman);
	position: absolute;
	left: 0.25em;
	top: 0;
	color: #B41E8E;
}
.evo-main .evo-text-legal ol.latin li:before{
	content: counter(evo-counter, lower-latin);
	position: absolute;
	left: 0.25em;
	top: 0;
	color: #B41E8E;
}
.evo-text-legal table{
	width: 100%;
	margin: 2em 0;
	font-size: .875em;
}
.evo-text-legal table tr{
	border-bottom: .125em #444 solid;
}
.evo-text-legal table thead tr{
	border-bottom: .125em #888 solid;
}
.evo-text-legal table thead td{
	color: #888;
}
.evo-text-legal table td{
	padding: .5em;
	font-weight: 300;
}
.evo-text-block p{
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #FFF;
}
.evo-text-legal p{
	margin-top: 1em;
}
.evo-text-legal a{
	color: #B41E8E;
}
.evo-text-legal a:hover{
	color: #FFF;
}
.evo-text-block p.evo-p-big{
	font-size: 1.75em;
	line-height: 1.25em;
	color: #888;
}
.evo-boxes{
	float: left;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.evo-box{
	float: left;
	position: relative;
	padding: 2.5em 1em 2em 1em;
	background: #1A1A1A;
	border-bottom: .125em solid #B41E8E;
}
.evo-box strong{
	color: #FFF;
}
.evo-boxes-2 .evo-box{
	width: 49%;
}
.evo-boxes-3 .evo-box{
	width: 32%;
}
.evo-boxes p{
	margin-bottom: .25em;
}
.evo-boxes-big p{
	font-size: 1.25em;
	line-height: 1.25em;
}
.evo-icon{
	float: left;
	position: absolute;
	top: .75em;
	right: .75em;
}
.evo-icon img{
	display: block;
	width: auto;
	height: 1.25em;
}
.evo-ctn main ol{
	float: left;
	width: 100%;
	counter-reset: evo-counter;
}
.evo-main ol li{
	float: left;
	width: 100%;
	border-top: .125em solid #444;
	counter-increment: evo-counter;
	position: relative;
	padding: 1em 0em 1em 3em;
}
.evo-main ol li:before {
  content: counter(evo-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: .25em;
  font-size: .875em;
	color: #888;
}
.evo-main ol li a{
	color: #B41E8E;
}
.evo-main ol li a:hover{
	color: #FFF;
}
.evo-articles{
	float: left;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.evo-articles article{
	float: left;
	position: relative;
	width: 32%;
}
.evo-articles article .evo-img, .evo-articles article .evo-txt{
	float: left;
	width: 100%;
}
.evo-articles article .evo-img{
	padding: 2em;
	background: #1A1A1A;
	text-align: center;
	margin-bottom: 2em;
}
.evo-articles article .evo-img img{
	display: inline-block;
	width: 100%;
	max-width: 8em;
	height: auto;
}
.evo-cta{
	text-align: center;
	margin-bottom: 2em;
}
.evo-cta a, .evo-gdpr button, .evo-form-send{
	font-weight: 800;
	font-size: 1.25em;
	line-height: normal;
	background: #B41E8E;
	color: #FFF;
	padding: .5em 1.5em;
	border: none;
}
.evo-cta a:hover, .evo-gdpr button:hover, .evo-form-send:hover{
	background: #FFF;
	color: #B41E8E;
}
.evo-gdpr-btn{
	text-align: right;
}
.evo-gdpr button{
	display: inline-block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	outline: none;
	font-size: 1em;
	margin-top: 1em;
	transition: all .3s ease;
	background: #222;
}
.evo-gdpr button.btn-tertiary{
	background: none;
	color: #aaa;
}
.evo-form-send{
	font-size: 1.25em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 800;
	transition: all .3s ease;
}
.evo-jobs{
	display: none;
}
.evo-jobs h3{
	font-size: 1.25em;
}
.evo-jobs-more a{
	color: #B41E8E;
}
.evo-jobs-more a:hover{
	color: #FFF;
}
.evo-map{
	float: left;
	width: 100%;
}
.evo-map h2{
	font-size:2.75em;
	margin-top: 0;
	margin-bottom: 1em;
}
.evo-map h2 strong{
	font-weight: 800;
	color: #B41E8E;
}
.evo-map-graphic{
	float: left;
	width: 100%;
	position: relative;
}
.evo-map-graphic img{
	display: block;
	width: 100%;
	height: auto;
}
.evo-pointer{
	float: left;
	position: absolute;
	padding: 0 .5em;
	text-align: right
}
.evo-pointer:after{
	content: "";
	float: left;
	position: absolute;
	top: -2em;
	right: -0.6125em;
	width: 1.25em;
	height: 2em;
	background: url("../../images/offices-pointer.svg") no-repeat center center;
	background-size: contain;
}
.evo-pointer p{
	font-size: .9125em;
	line-height: 1.375em;
}
.evo-pointer p strong{
	color: #FFF;
}
.evo-map #ch{
	right: 49%;
	top: 22%;
}
.evo-map #sg{
	right: 19%;
	top: 62%;
}
.evo-footer{
	background: #1A1A1A;
}
.evo-summary{
	float: left;
	width: 100%;
	margin-bottom: 2em;
	text-align: center;
}
.evo-summary p{
	font-size: .825em;
	line-height: 1.5em;
	font-weight: 500;
	color: #777;
	margin-bottom: .75em;
}
.evo-summary p img{
	width: 1.5em;
	height: auto;
}
.evo-summary p a img{
	opacity: .4;
	transition: opacity .3s ease;
}
.evo-summary p a:hover img{
	opacity: 1;
}
.evo-summary .evo-img img{
	display: inline-block;
	width: 6em;
	height: auto;
	margin-bottom: 1em;
}
.evo-addresses{
	float: left;
	width: 100%;
}
.evo-address{
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 2em;
}
.evo-address p{
	font-size: .825em;
	margin-bottom: .5em;
}
.evo-address p strong{
	color: #B41E8E;
	font-size: 1.25em;
}
.evo-address p a{
	color: #BDBDBD;
}
.evo-address p a:hover{
	color: #FFF;
}
.evo-legal{
	float: left;
	width: 100%;
	border-top:  .125em #444 solid;
	margin-top: 2em;
	padding-top: 1em;
	color: #777;
}
.evo-form{
	float: left;
	width: 100%;
	position: relative;
}
.evo-form-row{
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
}
.evo-form-row label{
	float: left;
	width: 100%;
	margin-bottom: .25em;
	color: #B41E8E;
	font-weight: 800;
}
.evo-form-captcha{
	float: left;
	margin-bottom: 2em;
}
.evo-form-row label.evo-optional:after{
	content: "Optional";
	display: inline-block;
	margin-left: .5em;
	font-size: .825em;
	font-weight: 300;
	color: #888;
}
.evo-form-row input, .evo-form-row select, .evo-form-row textarea{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: .5em;
	font-size: 1.125em;
	letter-spacing: normal;
	border: none;
	background: #444;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFF;
	font-weight: 300;
	outline: none;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	border-left: .25em solid #888;
	border-radius: .25em;
}
.evo-form-row select{
	background: #444 url("../images/form-select-arrow.svg") no-repeat;
	background-size: .75em auto;
	background-position: right .75em center;
}
.evo-form-row textarea{
	height: 10em;
}
.evo-form-row input:required:invalid, .evo-form-row select:required:invalid, .evo-form-row textarea:required:invalid{
	border-left: .25em solid #B41E8E;	
}

.evo-copyright{
	float: left;
}
.evo-copyright p{
	font-size: .825em;
}
.evo-links ul{
	float: right;
}
.evo-links li{
	float: left;
	display: inline;
	margin-left: 1em;
}
.evo-links li a{
	font-size: .825em;
	color: #777;
}
.evo-links li a:hover{
	color: #FFF;
}
.evo-gdpr{
	float: left;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	background: rgba(180,30,142,.85);
	line-height: 1.25em;
	color: #FFF;
}
.evo-gdpr a{
	color: #CCC;
}
.evo-gdpr a:hover{
	color: #FFF;
}
@media screen and (max-width: 64em){  /* 1024px */
	.evo-wrapper{
		overflow: hidden;
	}
}
@media screen and (max-width: 44em){  /* 704px */
	.hamburger-box {
		display: inline-block;
	}
	.mob-menu-on{
		height: 100%;
		overflow: hidden;
	}
	.evo-nav ul{
		float: left;
		width: 100%;
		margin-top: 2em;
		text-align: center;
		left: 0;
		top: -4em;
		background: #262626;
		display: none;
		min-height: 100vh;
		height: 100%;
		overflow-y: scroll;
		position: absolute;
		z-index: 2;
		padding-top: 8em;
	}
	.evo-nav ul li{
		transform: scale(.5);
		transition: transform .3s ease;
	}
	.mob-menu-on .evo-nav ul li{
		transform: scale(1);
	}
	.evo-nav ul li{
		float: left;
		width: 100%;
		font-size: 2em;
		margin: .25em 0;
		text-align: center;
	}
	.evo-nav ul li a{
		float: none;
		display: inline-block;
		margin: 0 auto;
	}
	.evo-nav ul li a span {
    	margin-top: -.125em;
	}
	.evo-padding{
		padding-left: 1em;
		padding-right: 1em;
	}
	.evo-title{
		margin-top: 2em;
	}
	.evo-ctn h1, .evo-ctn h2.evo-h2-big{
		width:100%;
	}
	.evo-header .evo-ctn:after{
		display: none;
	}
	.evo-box{
		width: 100% !important;
		margin-bottom: .5em;
	}
	.evo-boxes-big p{
		text-align: center;
	}
	.evo-articles article{
		width: 100% !important;
		margin-bottom: 3em;
	}
	.evo-address{
		width: 100%;
		margin-bottom: 3em;
	}
}
@media screen and (max-width: 34em){  /* 544px */
	.evo-ctn h1, .evo-ctn h2.evo-h2-big{
		font-size: 2.25em;
		line-height: 1.125em;
	}
	.evo-body .evo-ctn h1{
		font-size: 2.75em;
	}
	.evo-copyright, .evo-links{
		width: 100%;
		text-align: center;
	}
	.evo-links ul{
		float: none;
		display: inline-block;
		margin:0 auto;
		text-align: center;
	}
	.evo-links li{
		float: none;
		display: inline-block;
		padding: 0 .25em;
		margin: 0 auto;
	}
}

