* {
	box-sizing: border-box;
/*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
*/
}
body, input, .ql-editor {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;

}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-column {
	flex-direction: column;
}
.flex-row {
	flex-direction: row;
}
.flex-wrap {
	flex-wrap: wrap;
}
.row-reverse {
	flex-direction: row-reverse;
}
.center-vertical {
	align-items: center;	
}
.center {
	text-align: center;
}
.space-between {
	justify-content: space-between;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.flex-grow {
	flex-grow: 1;	
}
.full-height {
	height: 100%;
}
.full-width {
	width: 100%;
}
.inline-block {
	display: inline-block;
}
.visible-mobile {
	display: none;
}
/* JOB POSTS */
.job-post-list-holder {
	max-width: 750px;
	text-align: left;
	margin: auto;
}
.job-post-list-holder a {
	text-decoration: none;
	color: black;
}
.job-post-list-box {
	border-bottom: 1px solid #e7e4e4;
	padding: 30px;
	position: relative;	
}
.job-post-list-box:last-of-type {
	border-bottom: none;
}
.job-post-logo {
	width: 100px;
	height: 100px;
	margin-right: 20px;
}
.job-post-logo img {
	width: 100%;
	height: auto;
}

.job-post-company-title p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}
.job-post-title a:after {
     content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.job-post-title {
	font-size: 17px;
}
.job-post-lastapplication p {
	font-size: 12px;
}
/* NAVIGATION */
navigation {
	width: 100%;
	margin: auto;
	padding: 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 95px;
}
.display-block { 
	display: block;
}
.navigation-inner {
}
.logo-holder {
	flex-direction: row;
}
.logo-partner-text {
	font-size: 23px;
	font-weight: bold;
	display: inline-block;
}
.logo-x {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}
.partner-nav-holder {
	justify-content: center;	
}
.logo-holder a {
	max-width: 130px;
}
.logo-holder img {
	width: 100%;
	height: auto;
}
.nav-holder a, .menu-item .dropdown-button {
	border: none;
}
.nav-holder .dropdown-button {
	font-size: 18px;
	font-weight: 400;
	padding: 25px;
	color: #000;
	text-decoration: none;
}
.nav-holder a:last-of-kind {
	padding: 15px;
	color: blue;
	background: red;
}
/* NAVIGATION */
.dropdown-wrapper, .box2, .box3, .box4 {
	position: relative;	
}
.dropdown-button {
	cursor: pointer;
}
.display-none {
	display: none;
}
.disabled {
	cursor: not-allowed;
}
.dropdown-holder {
	display: none;
	position: absolute;
}
.dropdown-holder-left {
	right: 0px;
}
.dropdown-holder-inner {
	width: 100%;
	background: white;
	border: 1px solid #e6e6e6;
	border-radius: 15px;
	z-index: 10;
}
.dropdown-input-item:first-child {
	border-radius: 15px 15px 0px 0px;
}
.dropdown-input-item:last-child {
	border-radius: 0px 0px 15px 15px;
}
.dropdown-input-item {
	padding: 15px;
	display: block;
	background: white;
	border: none;
	width: 100%;
	cursor: pointer;
	white-space: nowrap;
	color: black;	
}
.dropdown-input-item:hover {
	background: #036cff;
	color: white !important;
}
.no-padding {
	padding: 0px 10px !important;
}
.box-1 {
	width: 100%;
	padding: 10px;
}
.box2 {
	width: 50%;
	padding: 10px 10px;	
}
.box2 > div {
	width: 100%;
}
.box3 {
	width: 33.3%;
	padding: 10px 10px;
}
.box4 {
	width: 25%;
	padding: 10px 10px;
}
.box4 > div {
	width: 100%;
}
.inner-padding {
	padding: 10px;
}
.input-warning {
	border: 1px solid red !important;
}
.input-holder {	
	margin-bottom: 10px;
}
.input-holder label, .no-input-border {
	margin-bottom: 5px;
	font-weight: 600;
	display: block;
}
.input-holder input[type=text], .input-holder input[type=password], .dropdown-button-css, .input-holder input-fakeholder {
	border: 1px solid #b8b5b5;
	padding: 15px;
	border-radius: 10px;
	width: 100%;
	margin: 0px;
	background: white;
}
.input-holder-no-margin {
	margin: 0px !important;
}
.no-input-border input[type=text] {
	border: 1px dashed #c8c8c8;
	padding: 15px;
	border-radius: 15px;
	width: 100%;
	margin: 0px;
	background: white;
}
.box-border {
	border: 1px solid #666;
}
.box-radius {
	border-radius: 10px;
}
.icon-top-right {
	position: absolute;
	top: 10px;
	right: 20px;
}
.cvm-loader {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 16; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding: 200px 10px 0px 10px;
}
.cvm-loader-inner {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 200px;
	background-color: white;
	border-radius: 25px;
	border: 1px solid gray;
	padding: 20px;
	flex-direction: column;
	max-width: 500px;
}
.cvm-spinner {
	border: 1px solid white;
	border-top: 1px solid black;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.rank-math-list {
	margin: auto;
	background: #dcdcdc;
	padding: 30px;
	border-radius: 10px;
}
.rank-math-answer  {
	display: none;
	padding-bottom: 20px;
}
.rank-math-list-item:first-of-type {

}
.rank-math-list-item {
	padding: 0px 0px;
	border-bottom: 1px solid gray;
	cursor: pointer;
}
.rank-math-list-item img {
	border-radius: 10px;
	box-shadow: 0px -1px 11px -2px rgba(128,128,128,0.75);
	-webkit-box-shadow: 0px -1px 11px -2px rgba(128,128,128,0.75);
	-moz-box-shadow: 0px -1px 11px -2px rgba(128,128,128,0.75);
	margin-bottom: 10px;
}

@media (max-width: 767px) {
.box2 {
	width: 100%;
}
.box3 {
	width: 100%;
}
.box4 {
	width: 100%;
}
.visible-mobile {
	display: block;	
}
.visible-desktop {
	display: none;
}
.logo-holder {
	width: 100px;	
}

}