textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
}
.faqs-toogle {
	white-space: normal;
}
.w-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	appearance: none;
}
*:focus {
	outline: none;
}
.slider [aria-hidden="true"] {
	height: 0px;
}
.table a:link {
	color: #ff5d5d;
}



img {
	height: auto;
}



.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}



.alignnone {
	margin: 24px 0;
}

.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.aligncenter {
	display: block;
	margin: 24px auto;
}

@media (max-width: 767px) {
	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin: 24px 0;
	}
}



.search-form {
	display: flex;
	grid-gap: 24px;
	flex-flow: wrap;
	padding-top: 24px;
	padding-bottom: 12px;
}



.wpcf7 form .wpcf7-not-valid-tip {
	margin: 0;
	padding: 0 3px;
	font-size: 14px;
	text-align: left;
}

.wpcf7 form .wpcf7-response-output {
	margin: 24px 0 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
}



input[type=submit] {
  transition: all .25s;
}



.fluid-cell.no-t-padding {
	padding-top: 0 !important;
}
.fluid-cell.no-b-padding {
	padding-bottom: 0 !important;
}



.consultant .social-networks {
	margin-top: 12px;
}

.consultant .social-networks a {
	text-decoration: none;
}

.consultant .social-networks .dashicons {
	width: 32px;
	height: 32px;
	font-size: 32px;
}



body.admin-bar .nav-bar {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar .nav-bar {
		top: 0;
	}
}



.organization-container {
	align-items: stretch;
}
.organization-container .nfi-wrap,
.organization-container .nfi-text {
	height: 100%;
}

a.organization-cell {
	color: #232750;
}

.organization-logo {
	display: flex;
	width: auto;
	height: 220px;
	margin: 0 auto 0 auto;
	align-items: center;
	justify-content: center;
}

.organization-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.organization-sidebar {
	background: #edf7f9;
	border-radius: 12px;
}
.table-cell.consultant-title a{
	color:#fff; text-decoration: underline; font-weight: 600
}
.table-cell.consultant-title a:hover{
	color: var(--all-links);
}

#consultants-table-wrapper .table .table-row {background: #fff}
#consultants-table-wrapper .table .table-row:nth-child(odd) {background: #efefef; }
#consultants-table-wrapper .table, #consultants-table-wrapper .table a  {
	color: var(--text-dark-backgrounds);
}
#consultants-table-wrapper .table
.table-cell {
	border-left: 1px solid #eee;
}
@media screen and (max-width: 991px) {
	.organization-container .filter-item {
		flex: 1;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media screen and (max-width: 767px) {
	.organization-container .filter-item {
		flex: 0 auto;
		width: 100%;
		padding: 6px 12px;
	}
	
	
	#consultants-table-wrapper .table .table-row:first-child {
		display: none;
	}
	#consultants-table-wrapper .table 
	.table-row {
		flex-direction: column;}
	#consultants-table-wrapper .table  .table-cell:before {
		content: attr(data-label);
		display: block;
		font-weight: bold;
		margin-bottom: 11px;
	}	
}
