#imgtec-fbox-platforms-template {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
}
.imgtec-platform {
    min-width: 320px;
    max-width: 30%;
    box-sizing: border-box;
    text-align: left;
    background: #FFF;
    margin: 20px;
    padding: 40px 30px 30px 30px;
    border: solid #dbdbdb;
    border-width: 1px 1px 5px 1px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.0);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.imgtec-platform:hover {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	border-color: #c7c7c7;
}
.imgtec-platform-logo {
    margin: 0 auto 20px;
    text-align: center;
}
.imgtec-platform h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.imgtec-platform .imgtec-tax-terms-list {
	font-size: 14px;
	line-height: 22px;
	color: #696969;
	font-weight: 500;
}
.imgtec-platform .imgtec-tax-terms-list strong {
	color: #1a1a1a;
	font-weight: 700;
	text-transform: uppercase;
}
.imgtec-platform .imgtec-tax-terms-list a.imgtec-tax-term {
    font-style: normal !important;
}



.imgtec-platforms-searchform-container {
	margin: 40px auto;
	padding: 0 5px;
    height: 70px;
}
.imgtec-fwp-platforms-searchform {
    display: flex;
    justify-content: center;
    flex-direction: row;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0;
}
.imgtec-fwp-platforms-searchform .facetwp-dropdown {
    font-size: 0.7em;
    width: 100%;
}

.imgtec-fwp-platforms-searchform select.facetwp-dropdown,
.imgtec-fwp-platforms-searchform .facetwp-type-dropdown {
    background-color: #fafafa;
    border-color: #cccccc;
    /* border: 1px solid #d6d6d6; */
    border-right: none !important;
    height: 70px !important;
    font-size: 15px;
	font-weight: 500;
}
.imgtec-fwp-platforms-searchform .facetwp-facet {
    margin-bottom: 20px;
    height: 70px;
	background-color: #fafafa;
	flex-grow: 1;
	/* box-sizing: border-box; */
	/* width: 20%; */
}
.imgtec-fwp-platforms-searchform .facetwp-facet-search_generic_use {
    margin-bottom: 40px;
    height: 70px;
    background-color: #fafafa;
	box-sizing: border-box;
	/* width: 70%; */
	flex-grow: 10;
}
.imgtec-fwp-platforms-searchform input.facetwp-search {
    margin-bottom: 40px;
    height: 70px;
    background-color: #fafafa;
	box-sizing: border-box;
	width: 100%;
}
.imgtec-fwp-platforms-searchform i.facetwp-btn {
	display: none;
}
.imgtec-fwp-platforms-submit-button,
.imgtec-fwp-platforms-action-button {
	max-height: 70px;
    padding: 10px 25px;
	/* width: 5% !important; */
	flex-grow: 1;
}
.imgtec-fwp-platforms-submit-button,
.imgtec-fwp-platforms-submit-button:active,
.imgtec-fwp-platforms-submit-button:visited,
.imgtec-fwp-platforms-submit-button:focus {
    background-color: #4f1455;
}
.imgtec-fwp-platforms-action-button,
.imgtec-fwp-platforms-action-button:active,
.imgtec-fwp-platforms-action-button:visited,
.imgtec-fwp-platforms-action-button:focus {
    background-color: #956c99;
	border-radius: 0px 2px 2px 0px;
}
.imgtec-fwp-platforms-submit-button:hover {
    background-color: #2e0c31;
}
.imgtec-fwp-platforms-action-button:hover {
    background-color: #644866;
}