[type="checkbox"] {
	-webkit-appearance: checkbox;
	margin-top: -5px;
}
[type="radio"] {
	-webkit-appearance: radio;
}

.input-field input[type='password'],
.input-field .select2-container--krajee .select2-selection {
	outline: none;
	border: solid 1px #000000;
	height: 54px;
	font-size: 0.75em;
	width: 100%;
	padding: 0 30px;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
	padding: 0;
}
.input-field .select2-container--krajee .select2-selection,
.select2-container--krajee .select2-selection .select2-search--inline .select2-search__field,
.select2-container--krajee .select2-selection--single .select2-selection__rendered,
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
	width: 100% !important;
	min-height: 54px;
	height: auto;
	border-radius: 0;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered,
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
	display: block;
	min-height: 52px;
	line-height: 52px;
}
.select2-container--krajee .select2-selection .select2-selection__choice {
	color: #000;
	background: #46d9d4;
	border: none;
	border-radius: 0;
	cursor: default;
	float: left;
	margin: 5px 0 0 6px;
	padding: 5px;
}
.select2-container--krajee .select2-selection .select2-selection__choice__remove {
	font-size: 1.5em;
	font-weight: 400;
	margin: 0 0 0 3px;
}
.select2-container--krajee .select2-results__option[aria-selected=true] {
	color: #000;
	background-color: #46d9d4;
}

.input-field__col--dropdown.error .chosen-container-single .chosen-single,
.input-field__col--dropdown.error input[type="text"] {
	border-color: #d0021b;
}
.input-field__col--dropdown.error .validation {
	display: block;
}
.input-field__col--dropdown.error label:after {
	color: #d0021b;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	display: none;
}
.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container .select2-dropdown {
	left: 0;
	top: 100%;
/*	opacity: 0;
	z-index: 99;*/
	width: 100%;
	display: block;
	margin-top: 0;
	position: absolute;
	/*visibility: hidden;*/
	letter-spacing: 0;
	border-radius: 0;
	font-size: 17px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background-color: #fff;
	border: solid 1px #000000;
	/*border-top-color: #e5e5e5;*/
	overflow: hidden;

	background-clip: padding-box;

	-webkit-transition: top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border-radius: 0 0 3px 3px;
}
.select2-container .select2-results__options {
	font-size: 12px;
	color: black;
	max-height: 345px;
}
.select2-container .select2-results__options li {
	display: list-item;
	cursor: pointer;
	margin: 0;
	padding: 15px 30px 13px;
	list-style: none;
	word-wrap: break-word;
	-webkit-touch-callout: none;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.select2-container .select2-results__options li.select2-results__option--highlighted {
	background-color: #eeeeee;
	color: black;
}

table {
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cbcbcb;
	empty-cells: show;
}
table thead {
	background-color: #46d9d4;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}
table td,
table th {
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: .5em 1em;
}
table.multiple-input-list.table-renderer tr > td:last-child {
	padding: .5em 1em;
}

.table-scroll table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}

.default-table table,
.default-table table th,
.default-table table td {
	border: none;
}

#regulation-tables-wrap table {
	display: none;
}
#regulation-tables-wrap table.show-table {
	display: table;
}

.table-scroll--extra-service table tbody tr td {
	font-size: 12px;
}

svg {
	pointer-events: none;
}

body .growl {
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.detail-view__inner b {
	font-family: "raleway-bold";
	color: #000000;
}


.header-home__logo-mobile .icon {
	width: 57px;
	height: 27px;
}
.home__logo .icon {
	width: 190px;
	height: 90px;
}
.header__logo .icon {
	width: 114px;
	height: 54px;
}
.footer__brand .icon {
	width: 116px;
	height: 55px;
}

.home .media-wrapper img {
	height: 100%;
	min-width: 100%;
	max-height: none;
}

.header-home .btn--sub {
	margin-right: 15px;
	min-width: 150px;
}
.header-home__nav-list li:last-child {
	margin-right: 20px;
}
.navigation__footer li {
	margin-right: 25px;
}
.navigation__footer li .btn--cta {
	min-width: 180px;
}
.btn-startup {
	background-color: #f2f2f2;
}

.footer .container {
	justify-content: space-between;
}
.footer-menu {
	margin-top: 38px;
}
.footer-menu li {
	display: inline;
	margin: 0 5px;
}
.footer-menu li a {
	font-size: 0.75em;
	color: #fff;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-menu li a:hover {
	color: #46d9d4;
}


.pagination {
	display: block;
	width: 100%;
}
.pagination li {
	float: left;
}
.pagination li a,
.pagination li span {
	float: left;
	padding: 6px 10px;
	text-decoration: none;
}
.pagination li.active a {
	background-color: #000;
	color: #fff;
}

.alert {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.create-talent-section {
	padding-top: 0;
}
.cta--create-talent {
	margin-bottom: 70px;
}

.file-input {
	margin: 15px 0;
}
.file-preview {
	border-radius: 0;
	border: none;
	padding: 0;
	width: 180px;
	/*height: 180px;*/
	margin-bottom: 5px;
}
.file-drop-zone {
	border: 1px solid #000;
	border-radius: 0;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.krajee-default.file-preview-frame {
	margin: 0;
	border: none;
	box-shadow: none;
	padding: 0;
	float: left;
	text-align: center;
}
.krajee-default.file-preview-frame .kv-file-content {
	width: 100%;
	height: 180px;
}
.file-footer-caption,
.file-thumbnail-footer,
.fileinput-cancel-button,
.file-caption,
.file-zoom-dialog {
	display: none;
}

.header-search,
.header-search__form input[type="submit"] {
	background-color: #000;
}

.navigation__footer li:last-child {
	margin-right: 100px;
}

.navigation__list li {
	width: calc(100% / 4);
}

.home .media-wrapper:after {
	display: none;
}

.home .media-wrapper img {
	-webkit-filter: none;
	filter: none;
}

.social__item {
	margin-right: 50px;
}

.content-wrapper__left-side {
	padding-right: 8.334%;
}

.login-form-wrap {
	margin-bottom: 50px;
}

.grid-wrapp div.grid-wrapp__item a:hover .media-wrapper img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.grid-wrapp div.grid-wrapp__item a:hover .btn {
	background-color: #46d9d4;
}
.grid-wrapp div.grid-wrapp__item a:hover .btn .icon {
	-webkit-transform: scale(1.4, 1);
	transform: scale(1.4, 1);
}

.jobs__load-more-wrap {
	width: 100%;
}
.academics .jobs__load-more-wrap {
	padding-top: 0;
}

.multiple-input-list.table-renderer .input-field,
.multiple-input-list.table-renderer .input-field .validation {
	padding: 0 10px;
}
.multiple-input-list.table-renderer .list-cell__button {
	border-left: none;
}

.contact-list {
	margin-top: 110px;
}


/** Poll **/
.poll-result {
	width: 100%;
	margin: 0;
}
.poll-bar {
	height: 30px;
	margin: 0 0 20px 0;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #46d9d4;
	padding: 0 0 0 10px;
	position: relative;
}
.poll-result p {
	margin-bottom: 5px;
}

.default-table--questionnaire table tbody tr td.poll-result-cell {
	width: 100%;
}

.media-wrapper video,
.media-wrapper img {
	height: auto;
	min-width: 0;
	max-height: 100%;
}

.jobs__load-more-wrap {
	margin-bottom: 55px;
}

.grid-wrapp .empty {
	margin-bottom: 55px;
}

.grid-wrapp__item-info h2 {
	text-transform: none;
}

.detail-view-academic .detail-view__title {
	padding-top: 0;
}

.detail-view-library .detail-view__title {
	margin-bottom: 55px;
}
.detail-view-library .detail-view__inner {
	overflow: hidden;
}
.detail-view-library .academic-image-wrap {
	float: left;
	max-width: 330px;
}
.detail-view-library .academic-image-wrap img {
	margin: 0;
	padding: 0 15px 15px 0;
}

.agency-info__info-list--highlight li {
	color: #46d9d4;
}

.top50 {
	margin-top: 50px;
}

.agency-report-nav .category-nav__nav-list-inner li {
	margin-right: 5px;
}

.container-agency-report-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
}
.container-agency-report-nav a {
	margin: 5px;
	flex-grow: 1;
}

.agency-report_inner {
	padding-bottom: 56px;
	max-width: 100%;
	color: #909090;
}
.agency-report_inner p {
	line-height: 1.71429;
}
.agency-report_inner ul {
	margin-bottom: 24px;
}
.agency-report_inner li {
	margin-bottom: 5px;
}

.agency-report .kv-grid-container {
	overflow-x: auto;
}
.agency-report table {
	margin-top: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	table-layout: fixed;
	width: auto;
}

.agency-report table input {
	width: 100%;
	border: none;
	padding: 2px;
	font-size: 16px;
}
.agency-report .select2-container--krajee .select2-selection--single {
	padding-top: 0;
	padding-bottom: 0;
	height: 22px;
	border: none;
	border-radius: 0;
}
.agency-report .select2-container--krajee .select2-selection--single .select2-selection__rendered,
.agency-report .select2-container--krajee .select2-selection--single .select2-selection__rendered > span {
	min-height: 22px;
	line-height: 1.15;
	font-size: 16px;
	color: #000;
}
.agency-report .select2-container--krajee .select2-selection--single .select2-selection__arrow {
	height: 20px;
}

.agency-report table thead tr:last-child {
	background-color: #4a4a4a;
	color: #fff;
}
.agency-report table thead a {
	position: relative;
	display: block;
}
.agency-report table thead a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -5px;
	width: 10px;
	height: 12px;
	background: transparent url(/static/ui/sort.svg) 0 0 no-repeat;
}
.agency-report table thead a.asc:after {
	background-image: url(/static/ui/sort-up.svg);
}
.agency-report table thead a.desc:after {
	background-image: url(/static/ui/sort-down.svg);
}
.agency-report table .negative-value {
	color: #ff0000;
}

.before-text {
	text-align: right;
	font-style: italic;
}

.redactor-toolbar li:after,
.select2 li:after {
	display: none !important;
}

.badge {
	display: inline-block;
	margin: 0;
	padding: 7px 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: #ff5053;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3333333333;
}
.badge.bage-absolute {
	position: absolute;
	bottom: 0;
	right: 0;
}

.field-deletemydataform-other {
	display: none;
}
#delete-data-form {
	margin-bottom: 30px;
}


.company-info__info-list {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.table-scroll--pricelist-company table tbody tr {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
}
.table-scroll--pricelist-company table tbody tr td span.pricelist-price {
	margin-bottom: 0;
	font-size: 18px;
}
.table-scroll--pricelist-company #plan-radio {
	visibility: hidden;
}
.table-scroll--pricelist-company table thead tr th.trigger-info {
	height: 111px;
}

.header-home__nav-list {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.header-home .btn--sub.btn-agency {
	margin-bottom: 10px;
	min-width: 156px;
}

@media (max-width: 1580px) {
	.header-home .btn--sub {
		padding-right: 10px;
		padding-left: 10px;
		min-width: 0;
	}
	.header-home__nav-list-link {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 1280px) {
	.category-nav__nav-list-inner li {
		margin-bottom: 15px;
	}
	.category-nav__nav-list-inner li:nth-child(2n+1) {
		clear: right;
	}

	.content-wrapper__left-side {
		padding-right: 80px;
	}
}
@media (max-width: 1024px) {
	.header-home__nav-list li:nth-of-type(1),
	.header-home__nav-list li:nth-of-type(2),
	.header-home__nav-list li:nth-of-type(3) {
		display: none;
	}

	.navigation__footer li:last-child {
		margin-right: 70px;
	}
}
@media (max-width: 800px) {
	.content-wrapper__left-side {
		padding-right: 60px;
	}
	.navigation__footer li:first-of-type {
		display: block;
	}

	.select2-container .select2-results__options li {
		padding: 15px 15px 13px;
	}

	.input-field .select2-container--krajee .select2-selection,
	.select2-container--krajee .select2-selection .select2-search--inline .select2-search__field,
	.select2-container--krajee .select2-selection--single .select2-selection__rendered,
	.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
		padding: 0 15px;
		min-height: 48px;
		line-height: 48px;
	}
	.select2-container--krajee .select2-selection--single .select2-selection__rendered,
	.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
		min-height: 46px;
		line-height: 46px;
	}
	.input-field .select2-container--krajee .select2-selection,
	.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
		padding: 0;
	}
}
@media (max-width: 480px) {
	.navigation__list li {
		width: 50%;
	}

	iframe {
		max-width: 100%;
		height: auto;
	}

	.social {
		flex-wrap: wrap;
	}
}

@media (min-width: 800px) {
	.agency-info .content-wrapper__right-side,
	.agency-info .top-space {
		padding-top: 72px;
	}
}
