.iggocm-filter-button { border-width: 1px; border-radius: 4px;  text-align: center; height: 38px; line-height: 38px; cursor: pointer; border: 1px solid var(--primary-light); background: var(--primary-light); §: #fff; }

.search_wrapper_boxask { display: grid; grid-template-columns: 100%; grid-gap: 8px; }

.search_wrapper_boxask > div label { display: block; }

.search_wrapper_boxask input,
.search_wrapper_boxask select { font-size: 14px; display: block; width: 100%; height: 38px; line-height: 38px; border: 1px solid #ddd; }

.search_wrapper_boxask .nice-select { width: 100%;height: 38px; line-height: 38px; border-radius: 4px; }

.search_wrapper_boxask input { padding-left: 12px; padding-right: 12px;}
.iggocm-filter-title { color: var(--black-primary); font-weight: 700; text-align: left; display: block; }

.iggooims-results .highlight { background: var(--errorcolor); color: #fff; display: inline-block; }

#iggocm-filter-category,
#iggocm-filter-keyword { box-shadow: none; border: 1px solid #DDD; width: 100%; display: block; height: 38px; line-height: 38px; padding: 0px 10px; font-size: 14px; border-radius: 4px; }

.iggocm-category .nice-select{width: 100%; height: 38px; line-height: 38px;}

.contacts-list-content ul.contacts > li.contact{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}

.contacts-list-content ul.contacts > li.contact:last-child { margin-bottom: 0; }

.iggocm-contact-card{
	background: none;
	padding: 16px 0px;
	border-radius: 4px;
	border: 0px solid #ddd;
	text-align: left;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}

.iggocm-contact-name { }

.iggocm-con-info-boxwp { display: grid; grid-template-columns: 100%; grid-gap: 10px; }

.content-centered .col-text .iggocm-contact-card a:not(.ghostbutton):not(.readmore){ border-bottom: 0px;}

@media (min-width: 768px) {
	.iggocm-con-info-boxwp { grid-template-columns: 100%; grid-gap: 10px; }
	/*.iggocm-con-info-boxwp > div { border-right: 1px dashed #c1c1c1; }
	.iggocm-con-info-boxwp > div:last-child { border-right: 0px; }*/
}

.iggocm-con-info-boxwp > div:after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 2px;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 15px;
}
.iggocm-con-info-boxwp > div:last-child:after { display: none;}

.contacts-list-content .iggocm-contact-card { width: 100%; }

.iggocm-contact-card p { margin-bottom: 0px; }

.iggocm-contact-card p.nbsp { margin-bottom: 10px; height: 5px; width: 100%; display: block;}

.iggocm-contact-card p.name { font-size: var(--text-large); font-weight: 700;}

.iggocm-contact-card p.title,
.iggocm-contact-card p.category {}

.iggocm-contact-card p.additional_contact_info { font-size: var(--text-normal); }

.contacts-list-content > ul.categories{ margin-bottom: 15px; padding: 15px 0px; }

.contacts-list-content ul li{ list-style: none; margin-left: 0px !important;}

.contacts-list-content ul.contacts{ width: 100%; clear: both; overflow: hidden; margin: 0px;}

.contacts-list-content ul.categories{ margin: 16px 0px; }

.iggocm-contact-card p.email > a,
.iggocm-contact-card p.phone > a { position: relative; display: block; }

.iggocm-contact-card p.email > a:before {
	content: ": ";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: 16px 16px;
    background-image: url(email_icon.svg);
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 12px;
    margin-top: 0px;
    text-align: right;
    font-weight: bold;
    background-position: left 0px top 5px;
}

.iggocm-contact-card p.phone > a:before {
    content: ": ";
    display: inline-block;
    width: 25px;
    height: 24px;
    background-size: 16px 16px;
    background-image: url(phone_icon.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -3px;
    text-align: right;
    font-weight: bold;
	background-position: left 0px top 5px;
}

.iggocm-contact-image {
	display: inline-block;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	overflow: hidden;
	vertical-align: middle;
}

.iggocm-con-info-boxwp {
	margin-top: 10px;
	width: 100%;
}

.shortcode-contacts-list {
	border-bottom: 1px solid rgba(0,0,0,0.12);
	width: 100%;
	clear: both;
	overflow: hidden;
}

@media (min-width: 768px) {
	.contacts-list-content .iggocm-contact-card { width: 100%; display: flex; align-items: flex-start;justify-content: space-between; }
    .search_wrapper_boxask { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 100px; grid-gap: 16px; align-items: flex-end; }
	.iggocm-contact-card > div.iggocm-con-info-boxwp:not(:first-child) { width: calc(100% - 200px);box-sizing: border-box; padding-left: 30px; }
}

@media(min-width: 850px) {
    .iggocm-keyword { display: inline-block; width: 100%; }
	.contacts-list-content .iggocm-contact-card { width: 100%; display: flex; align-items: flex-start;  justify-content: space-between; }
}

@media( min-width: 911px) {
	.contacts-list-content .iggocm-contact-card { width: 100%; }
}

@media (max-width: 767px) {
	.iggocm-contact-image{ text-align: center; display: block; margin: 0px auto; margin-bottom: 20px;}
	.iggocm-contact-name { margin-bottom: 0px; }
	.iggocm-con-info-boxwp {text-align: center; }
	.iggocm-contact { max-width: 80%; text-align: left; margin: 0px auto; }
}

@media (max-width: 380px) {
	.iggocm-contact { max-width: 90%; }
}
