
body {
	font-size: 16px;
}

body ul.menu {
	margin-top: 10px;
}

@font-face {
    font-family: "Museo";
    src: url(/fonts/museo_300_regular.ttf) format("truetype");
}

.iti--separate-dial-code .iti__selected-flag {
	margin-top: 0px
}

.well {

	min-height:15px;
	background:#eef7fd;
	border:0px;
	
	
}
.text-left {
	
	font-size:14px
}
#loader {
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-menu ul.menu {
			list-style: none;
			color:#fff;
			width:100%;
			text-align:center;
			position:relative;
			z-index:4;
			padding:0px;
			margin:0px;
			padding-top:80px;

		}

.mobile-menu ul.menu li {
	padding:20px 0px;
}

.mobile-menu ul.menu li a {
	color:#fff;
	font-size:30px;
	font-weight:300;
	position:relative;

	
}

.mobile-menu ul.menu li a:after {
	content:'';
	width:120%;
	position:absolute;
	background:#fff;
	height:1px;
	left:-10%;
	bottom:-5px;
	max-width:0px;
	-webkit-transition: all 0.2s ease-in;
	transition:all 0.5s ease-in;
}

.mobile-menu ul.menu li a:hover {
	text-decoration: none;
}

.mobile-menu ul.menu li a:hover:after {
			max-width:500px;
		}

#keyword-only-search {
	width: auto;
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
}

.hugo {
	margin-top: 60px;
}

#app .hero {
	position: relative;
	padding: 56.25% 0 0;
}

body .view.index .latest-jobs {
	transition:all 1s ease;
}

@media (min-width: 1167px) {
	body .view.index .latest-jobs {
	top: -280px;
	}
}

@media (max-width: 767px) {
	body .show-mobile {
	    display: none!important;
	}
	body .view.index .latest-jobs {
		top: -60px;
	}
}

@media (min-width: 556px) and (max-width: 767px) {
	.hero .strap h1 {
	    font-size: 35px;
	    line-height: 30px;
	}
	body .hero .strap {
		top: 50%;
	}
}


@media (max-width: 555px) {
	body .hero .strap h1 {
	    font-size: 35px;
	    line-height: 30px;
	}
	body .hero .strap {
		top: 50%;
	}
}

.recsite-cookie-banner {
    width: 100%;
    height: 100px;
    font-size: 13px;
    line-height: 26px;
    background-color: #f6f3f3f0;
    border-top: 0px solid #ccc;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    padding-right: 0px;
}
.recsite-cookie-banner__container {
    overflow: hidden;
}
.recsite-cookie-banner__text {
    float: left;
    width: calc(100% - 120px);
    padding: 16px 0;
}

.recsite-cookie-banner__btn-container {
    float: left;
    width: 120px;
    overflow: hidden;
}

.recsite-cookie-banner__btn {
    margin-top: 30px;
    width: 80px;
    height: 33px;
    float: right;
    
    border-radius: 5px;
    transition: all .3s;

	font-size:1.6rem;
	color:#ffffff;
	font-weight:500;
	font-family:"Museo",Helvetica,Arial,sans-serif,"Avenir-Roman";
	background:#fec901;
	border-radius:4px;
	margin-left:40px;
	cursor:pointer;
	border:none;
	text-align:center;
	line-height:24px;
	min-width:125px;

.footer-legals {

	color: #FFF; 
	text-decoration: underline;
}


}
.recsite-cookie-banner__btn:hover {
    background-color: #CCC;
    color: #000;
}

.recsite-cookie-banner__link {
    text-decoration: underline;
}

@media (max-width: 489px) {
	body .view.index .latest-jobs {
		top: 0px;
	}
	body .hero .strap h1 {
	    font-size: 29px;
	    line-height: 30px;
	}
	body .hero .strap {
		top: 50%;
	}
}


@media (max-width: 386px) {
	body .view.index .latest-jobs {
		top: 0px;
	}
	body .hero .strap h1 {
	    font-size: 29px;
	    line-height: 24px;
	}
	body .hero .strap {
		top: 60%;
	}
	body .show-mobile {
	    display: block!important;
	}
	body video {
		display: none !important;
	}
}


body .view.vacancy .vacancy-area {
	margin-top: -350px;
	width: 90%;
}

@media (max-width: 1024px) {
	body .view.vacancy .vacancy-area {
	    margin-top: -250px;
	}
}

@media (max-width: 767px) {
	body .view.vacancy .vacancy-area {
	    margin-top: -100px;
	}
}


body .view.contact .contact-area {
	margin-top: 35px;
	/*width: 100%;*/
}

body .view.contact .container .row.contact-wrapper {
    /*margin: 0px 0px 0px 0px;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
}

body > .container {
	width: 100%;
	padding:0px;
}

body .hero .strap {
	width: 100%;
	left: 0px;
	margin-left: 0px;
	transition:all 1s ease;
}

/*#app .text-left  {
	display: none;
}*/

#app .spacer {
	display: none;
}

#app h3 {
	display: none;
}

#app .dropzone { 
	position: relative;
	height: 100px;
}
#app .dropzone {
    text-transform: none;
    background: #fec901;
    padding: 15px 30px;
    display: block;
    margin: 0 auto 10px;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease-in;
    border: 1px solid #fff;
}
#app .dropzone {
text-transform: none;
    background: #81c8c280;
    padding: 15px 30px;
    display: inline-block;
    margin: 0 auto 10px;
    outline: 2px dashed #252525;
    box-shadow: 0 0 0 2px #fec901;
    animation: 1s animateBorder infinite alternate;
    cursor: pointer;
    border: none;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
        left: 50%;
    transform: translateX(-50%);
}

#app .dropzone h4 {
    margin: 0px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    color:white;
}

#app .dropzone p {
    bottom: 0px;
    position: relative;
    line-height: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin:0px;
}

#app .manual {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    color:white;
}

#app .btn-link {
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    animation: none;
    outline: 2px solid #252525;
}

#app .btn-link h3 {
	display: block;
    margin: 18px;
}

/*#app .well {
	background-color: transparent;
	border: none;
	box-shadow: none;
}*/

#app .cv-step {
    background: #fff;
    margin: -100px auto 100px;
    position: relative;
    padding: 20px;
    margin-top: 100px;
    max-width: 1024px;
    min-height: 80vh;
}

#app .cv-bottom-nav {
    position: inherit;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.iti__flag-container {
margin-top:21px;

}


@media (max-width: 991px) {

.iti__flag-container {

margin-top:7px;

}
}

#app .cv-step input, #app .cv-step textarea {
    height: 45px;
    margin-left: 35px;
    border: 0.px solid black;
    padding: 10px;
    float: right;
    width: 100%;
    margin-top: 5px;
}

#app .cv-step textarea {
	float:left;
	height:100px;
	margin-left: 0px;
}

#app .cv-step textarea.hide {
	display: none;
}

#app .cv-step .form-group {
    margin-top: 20px;
}

#app .cv-step .btn-block {
    float: right;
    margin-top: 0px;
}

#app .cv-step .btn-block.btn-primary, #app .cv-step .btn-block.btn-success {
    float: right;
    margin-top: 20px;
    color: black;
}

#app .cv-step .btn-block.btn-primary {
	color: #FFFFFF;
	
}

@media (min-width: 769px) {
	#app .cv-step .btn-block.btn-primary {
		margin-right:15px;
	}
}

#app .cv-step .form-group.text-right {
    margin-right: 17px;
}

#app .cv-step .btn-block.btn-addnew-education {
    margin-top: 20px;
    float: left;
}

video#video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	bottom: 0;
}

#app .hero .strap .btn.upload {
	padding: 18px 20px;
    position: relative;
    top: 0px;
    outline: 0 solid transparent;
    outline-color: transparent;
    background: none;
    border: none;
    box-shadow: none;
    width: 79px;
	display: inline-block;
    left: 60px;
}

/*#app .container {
	width: 100%;
}*/

#app .btn-block {
	    animation: none;
    outline: 2px solid #252525;
}

#app .register-steps h4 {
	text-align: center;
}

#registerNote {
	display:none;
}

.page-header h1 {
	text-align: center;
}

.cv-upload {
    left: 100%;
    position: relative;
    display:none;
    transition: all 1s ease;
}

.cv-upload-open {
	left:0%;
	display:block;
}

body .strap h1 {
	position: relative;
	transition: all 1s ease;
	color:white;
}

body .strap h1.strap-open {
	top: 0px;
}

#content_WeAreTheFix h3 {
    padding: 0 20px 20px;
}

/*#app .register-steps.open {
    position: absolute;
    width: 100vw;
	left: 0px;
}*/

body div.view {
	min-height: 76vh;
}

body div#app {
	min-height: 0vh;
}

#app .register-steps {
    padding-top: 150px;
}

body .card.clickable.article-card {
	padding:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
    /*min-height: 668px;*/
}

body .card.clickable.article-card p {
	padding-left: 15px;
	padding-right: 15px
}

body .card.clickable.article-card img {
	
	max-width: auto;
	
	height: auto
}

/*body .header .logo {
    top: 0px;
}

body header nav {
	top:35px;
}

body header .login {
    top: 7px;
}

body header.reduced nav {
	top: 15px;
}

body header.reduced .login {
    top: -15px;
}
*/
body .view.article .card img {
	height: auto;
}

.twitter-tweet {
    width: 100%;
    display: inline-block;
    position: relative;
    top: 17px;
    padding-left: 22%;
}

.card .twitter-tweet img {
    width: 70px;
    float: left;
}

.card .twitter-tweet .twitter-title {
    float: left;
    font-size: 19px;
    font-weight: 600;
    left: 18px;
    position: relative;
    top: 7px;

}

.card .twitter-tweet .twitter-at {
	float:left;
    top: 33px;
    left: -129px;
    color: gray;
    margin: 0px;
    position: relative;
    font-weight: 400;
}

.card .twitter-tweet .follow-btn {
	float: left;
    border: 1px solid #049a99;
    border-radius: 50px;
    padding: 10px;
    padding-left: 32px;
    color: #049a99;
    padding-right: 31px;
    margin-top: -20px;
    margin-bottom: 30px;
}

.card .twitter-tweet a.toggle-tweet {
	float:right;
    top: 10px;
    position: relative;
    left: 10px;
}

.card .tweet-text {
	max-height: 0px;
	transition: all 1s ease;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    opacity: 0;
}

.card .tweet-text.open {
	max-height: 10000px;
	opacity: 1;
}

.card .tweet-text twitterwidget {
	opacity:0; 
	transition: all 1s ease;
	left: 50%;
    position: relative !important;
    transform: translateX(-50%) !important;
    margin-bottom: 50px !important;
}



.card .tweet-text.open twitterwidget {
	opacity: 1; 
}



.card .twitter-tweet .follow-btn:hover {
	background: #049a99;
	color:black;
}

.card h1.news-title {
    display: inline-block;
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
}

body .page-header {
    padding-top: 70px;
}


body #app .cv-step input[type='checkbox'] {
	height: auto;
    margin-left: -17px;
    border: none;
    float: none;
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
}

body #app .cv-step.flex-wrapper {
    display: block;
    float: none;
    text-align: center;
}

body .sound-btn {
	position: absolute;
	top:10px;
	width: 30px;
	z-index: 2;
	right:10px;
	cursor:pointer;
}

body video#video.video-on {
	z-index: 1;
}

body .hero .strap.video-on {
	top: 120%;
	z-index: 1;
}

body .view.index.video-on {
    padding-bottom: 500px;
}

body .latest-jobs {
	transition: all 1s ease;
}

body .latest-jobs.video-on {
	top:400px !important;
	z-index: 1;
}

body .hero-overlay {
	transition: all 1s ease;
	background-color: rgba(140, 219, 212, 0.08); 
}

body .hero-overlay.video-on {
	opacity:0;
	z-index: 0;
}

.vacancy-link {
	cursor: pointer;
}

body .file_selector {
	display:block;
}

.article-hero {
	height:350px;
	background-size:cover;
	background-position: center 30%;
}

@media (max-width: 991px) {
	.twitter-tweet {
	    width: 100%;
	    display: inline-block;
	    height: 150px;
	    padding: 20px;
	    padding-left: 15%
	}

@media (max-width: 400px) {
	.twitter-tweet {
	    width: 100%;
	    display: inline-block;
	    height: 150px;
	    padding: 0px;
	    padding-left: 0%
	}


	.card h1.news-title {
	    display: inline-block;
	    width: 100%;
	}
}

@media (max-width: 438px) {

.card .twitter-tweet .follow-btn {
    float: left;
    border: 1px solid #049a99;
    border-radius: 50px;
    padding: 10px;
    padding-left: 32px;
    color: #049a99;
    padding-right: 31px;
    margin-bottom: 30px;
    top: 10px;
    position: relative;
}

.card .twitter-tweet .twitter-at {
    float: left;
    top: 13px;
    color: gray;
    margin: 0px;
    position: relative;
    left: 18px;
    font-weight: 400;
}

}

@media (min-width: 768px) {
.hero .strap .btn.upload-cv-button {
	position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}
}

@media (min-width: 1001px) {
	body .strap h1 {
		top: -60px;
	}
	.hero .strap .btn.upload-cv-button {
		top:80px;
	}
}

@media (max-width: 1166px) {

	body .strap h1.strap-open {
	    top: 46px;
	}
	.cv-upload-open {
	    top: 60px;
	}
}

@media (min-width: 922px) and (max-width: 997px) {

	body .strap h1.strap-open {
	    top: 116px;
	}
	.cv-upload-open {
	    top: 131px;
	}
}


@media (min-width: 768px) and (max-width: 921px) {

	body .strap h1.strap-open {
	    top: 116px;
	}
	.cv-upload-open {
	    top: 120px;
	}
	.view.index .latest-jobs.open {
	    top: 0px;
	}
}

@media (max-width: 767px) {
	body .hero .strap {
	    font-size: .9rem;
	}
	body .sound-btn {
		top:65px;
	}
	body .latest-jobs.video-on {
	    top: 250px !important;
	    z-index: 1;
	}
}

@media (max-width: 386px) {
	body .sound-btn {
		display: none;
	}
	#app .hero {
		padding: 0px;
	}
	#app .manual {
	    font-size: 17px;
	    max-width: 100vw;
	    width: 100vw;
	}
}

@media (max-width: 669px) {
	#app .dropzone {
       top: 11px;
	}
	#app .manual {
	    font-size: 17px;
	}
}


@media (min-width: 688px) and (max-width: 767px) {

	body .strap h1.strap-open {
	        top: 85px;
	}
	.cv-upload-open {
	    top: 90px;
	}
	.view.index .latest-jobs.open {
	    top: 0px;
	}
}


@media (max-width: 689px) {

	body .strap h1.strap-open {
	        top: 160px;
	}
	.cv-upload-open {
	    top: 167px;
	}
	.view.index .latest-jobs.open {
	    top: 200px;
	}
	#app .dropzone {
		height: 55px;
	}
}

@media (max-width: 768px) {
	body .latest-jobs .job-table td {
	    display: block;
	    width: 80%;
	    border: none;
        padding: 15px;
        font-size: 16px;
        text-align: center;
	}
	body .latest-jobs .job-table tr {
	    border-top: 0px solid black;
	    border-bottom: 0px solid black;
	}
	body .latest-jobs .job-table .td-row {
	    display: block;
	    width: 100%;
	    border: none;
        padding: 8px;
        font-size: 16px;
        text-align: center;
	}
	body .latest-jobs .job-table .row {
	    border-top: 1px solid black;
	}
	#app .cv-bottom-nav {
		position: relative;
	}
	body div#app {
	    max-width: 100vw;
	    overflow: hidden;
	}
}


.cv-contact-details.cv-step .iti__selected-flag {
	margin-top: 14px;
}}