	body {
		overflow-y: scroll;
	}

	.archify-list-main-content-wrapper .archify-list-header .filter-button-wrapper {
		width: calc(100% - 55px);
	}

	.archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper {
		position: relative;
		float: right;
		width: auto;
		height: auto;
		top: 15px;
	}

	.archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper .toggle-layout-button {
		position: relative;
		float: right;
		width: 17px;
		height: 17px;
		margin-left: 10px;
		cursor: pointer;
	}

	.archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper .toggle-layout-button.button-a {
		background-image: url('../../assets/img/svg/layout-grid-solidblack.svg');
		opacity: 0.7;
	}

	.archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper .toggle-layout-button.button-a:hover {
		opacity: 1;
	}

	.archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper .toggle-layout-button.button-b {
		background-image: url('../../assets/img/svg/layout-horizontal-solidblack.svg');
		opacity: 0.7;
	}

	.archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper .toggle-layout-button.button-b:hover {
		opacity: 1;
	}

	.archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper .toggle-layout-button.button-a.active {
		background-image: url('../../assets/img/svg/layout-grid-grey-light.svg');
		cursor: auto;
		opacity: 1;
	}

	.archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper .toggle-layout-button.button-b.active {
		background-image: url('../../assets/img/svg/layout-horizontal-grey-light.svg');
		cursor: auto;
		opacity: 1;
	}

	/****** Drop Down Section ********/
	.select-drop-down-wrapper {
		position: relative;
		float: left;
		margin-left: 5px;
		width: 160px;
		height: 30px;
		background-color: #4a4a4a;
		margin-top: 10px;
		border-radius: 3px;
	}

	.select-drop-down-wrapper p.text-loading {
		position: absolute;
		font-family: 'WorkSans-Medium';
		font-size: 13px;
		color: #fff;
		margin: 0;
		top: 5px;
		left: 15px;
	}

	.select-drop-down-wrapper select {
		display: none;
	}

	.select-drop-down-wrapper .select2-container {
		width: 160px !important;
		height: 30px !important;
	}

	.select-drop-down-wrapper .select2-container--default .select2-selection--single {
		border: 0 !important;
		height: 30px !important;
		background-color: #4a4a4a !important;
		border-radius: 3px !important;
	}

	.select-drop-down-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #fff !important;
		font-family: 'WorkSans-Medium' !important;
		padding-left: 15px;
		font-size: 13px;
	}

	.select-drop-down-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #fff transparent transparent transparent;
	}

	.select-drop-down-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-color: transparent transparent #fff transparent;
	}

	@media (max-width: 768px) {
		.select-drop-down-wrapper {
			margin-left: 0;
			width: 50%;
			margin-top: 5px;
		}

		.select-drop-down-wrapper.mobile-left {
			width: calc(50% - 3px);
			float: left;
		}

		.select-drop-down-wrapper.mobile-right {
			width: calc(50% - 2px);
			float: right;
		}

		.select-drop-down-wrapper .select2-container {
			width: 100% !important;
			margin-top: 0px !important;
		}

		.archify-list-main-content-wrapper .archify-list-header .change-layout-button-wrapper {
			top: 34px;
		}
	}

	/* Override Select2 Drop Down */
	.select-drop-down-wrapper .select2-results__option {
		padding-left: 10px !important;
	}

	.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
		outline: 0;
		height: 30px;
		background-color: #f9f9f9;
		font-size: 13px;
		font-family: 'WorkSans-Medium';
		padding-left: 5px;
		padding-right: 5px;
		color: #4a4a4a;
	}

	.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
		/* Edge */
		color: #ababab;
	}

	.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #ababab;
	}

	.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
		color: #ababab;
	}

	.select-drop-down-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
		width: 5px;
	}

	.select-drop-down-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
		background: #e5e5e5;
		border-radius: 0px;
	}

	.select-drop-down-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
		background: #ababab;
		border-radius: 0px;
	}

	.select-drop-down-wrapper .select2-container--default .select2-selection--single {
		outline: 0;
	}

	.select-drop-down-wrapper .select2-search--dropdown {
		padding: 5px !important;
		border-bottom: 0px solid #e5e5e5;
	}

	.select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
		border-color: #e5e5e5 !important;
		border-radius: 3px !important;
	}

	.select-drop-down-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
		background-color: #e5e5e5 !important;
		color: #4a4a4a !important;
	}

	.select-drop-down-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
		font-family: 'WorkSans-SemiBold' !important;
		font-size: 14px;
		background-color: #fff !important;
	}

	.select-drop-down-wrapper .select2-container--default .select2-results__option[aria-selected=true]:hover {
		background-color: #e5e5e5 !important;
	}

	.select-drop-down-wrapper .select2-container--open .select2-dropdown--below {
		border-color: #e5e5e5 !important;
		border-radius: 3px !important;
	}

	.select-drop-down-wrapper .select2-container--open .select2-dropdown {
		border-color: #e5e5e5 !important;
		border-radius: 3px !important;
		width: 230px !important;
		border-top: 1px solid #e5e5e5;
	}

	/****** Professional List Section *********/
	/* Type A */
	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper {
		padding: 10px;
		width: calc(100% + 10px);
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box {
		position: relative;
		float: left;
		width: calc(100% / 4 - 10px);
		height: auto;
		margin-right: 10px;
		margin-bottom: 10px;
		border-radius: 3px;
		overflow: hidden;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .main-image {
		position: relative;
		float: left;
		width: 100%;
		height: 0;
		padding-bottom: 60%;
		background-color: #e5e5e5;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .main-image img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .logo-box {
		position: relative;
		float: left;
		width: 70px;
		height: 70px;
		background-color: #ababab;
		border-radius: 50%;
		border: 2px solid #fff;
		margin-top: -35px;
		margin-bottom: 0px;
		left: 50%;
		background-size: cover;
		background-repeat: no-repeat;
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .logo-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .text-box {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .text-box p.title {
		position: relative;
		float: left;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #4a4a4a;
		font-family: "WorkSans-Medium";
		font-size: 14px;
		letter-spacing: 0;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .text-box p.title {
		position: relative;
		float: left;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #4a4a4a;
		font-family: "WorkSans-Medium";
		font-size: 12px;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .text-box p.subtitle {
		position: relative;
		float: left;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #ababab;
		font-family: "WorkSans-Medium";
		font-size: 12px;
		letter-spacing: 0;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .add-pro-button {
		position: absolute;
		width: 20px;
		height: 20px;
		background: #fff;
		border-radius: 3px;
		top: 10px;
		right: 10px;
		opacity: 0;
		cursor: pointer;
		-webkit-transition: opacity 0.4s ease-in-out !important;
		-moz-transition: opacity 0.4s ease-in-out !important;
		-o-transition: opacity 0.4s ease-in-out !important;
		transition: opacity 0.4s ease-in-out !important;
		border-radius: 3px;
		overflow: hidden;
		border: 0px solid #e5e5e5;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .add-pro-button img {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box:hover .add-pro-button {
		display: block;
		opacity: 1;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .button-area {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		display: none;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .projects-image-wrapper {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		display: none;
	}

	@media (max-width: 1200px) {
		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box {
			width: calc(100% / 3 - 10px);
		}
	}

	@media (max-width: 992px) {
		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper {
			padding: 5px;
			;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box .add-pro-button {
			opacity: 1;
		}
	}

	@media (max-width: 768px) {
		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper .professional-box {
			width: calc(50% / 1 - 10px);
			margin-bottom: 10px;
		}
	}

	/* Type B */
	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b {
		padding: 10px;
		width: calc(100% + 0px);
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box {
		width: 100%;
		background-color: #fff;
		padding: 20px;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .main-image {
		display: none !important;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .logo-box {
		margin-top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		-webkit-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .text-box {
		position: relative;
		float: left;
		width: calc(100% - 50px - 316px);
		padding-left: 10px;

	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .text-box p.title {
		font-family: "WorkSans-SemiBold";
		font-size: 16px;
		letter-spacing: 0;
		text-transform: none;
		text-align: left;
		padding: 0;
		margin: 0;
		margin-top: 5px;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .text-box p.subtitle {
		text-transform: none;
		margin-bottom: 20px;
		text-align: left;
		font-size: 14px;
		padding: 0;
		margin: 0;
		margin-top: -5px;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .button-area {
		display: block;
		float: right;
		width: auto;
		margin-top: 5px;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .button-area button {
		position: relative;
		float: left;
		width: 100px;
		height: 35px;
		border: 0;
		background-color: #e5e5e5;
		color: #4a4a4a;
		border-radius: 3px;
		margin-left: 5px;
		font-family: 'WorkSans-Medium';
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .button-area button:hover {
		background-color: #4a4a4a;
		color: #fff;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .projects-image-wrapper {
		position: relative;
		float: left;
		width: calc(100% + 5px);
		height: auto;
		display: block;
		margin-top: 10px;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .projects-image-wrapper .projects-image {
		position: relative;
		float: left;
		width: calc(100% / 6 - 5px);
		height: 0;
		padding-bottom: calc(60% / 6 - 5px);
		margin-right: 5px;
		background-color: #e5e5e5;
		border-radius: 3px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .projects-image-wrapper .projects-image img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .add-pro-button {
		display: none;
	}

	@media (max-width: 1200px) {
		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .projects-image-wrapper .projects-image {
			width: calc(100% / 4 - 5px);
			padding-bottom: calc(60% / 4 - 5px);
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .projects-image-wrapper .projects-image.wide-size {
			display: none;
		}
	}

	@media (max-width: 992px) {
		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b {
			padding: 5px;
			width: calc(100% + 0px);
		}
	}

	@media (max-width: 768px) {
		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box {
			margin-bottom: 10px;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .projects-image-wrapper .projects-image {
			width: calc(100% / 3 - 5px);
			padding-bottom: calc(60% / 3 - 5px);
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .projects-image-wrapper .projects-image.normal-size {
			display: none;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .text-box {
			width: calc(100% - 50px);
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .button-area {
			width: 100%;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .button-area button {
			margin: 0;
			margin-right: 5px;
		}


		/* Type A */
		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box {
			padding: 0px;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .main-image {
			position: relative;
			float: left;
			width: 100%;
			height: 0;
			padding-bottom: 60%;
			background-color: #e5e5e5;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
			display: block !important;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .button-area {
			display: none;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .projects-image-wrapper {
			display: none;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .logo-box {
			position: relative;
			float: left;
			width: 70px;
			height: 70px;
			background-color: #ababab;
			border-radius: 50%;
			border: 2px solid #fff;
			margin-top: -35px;
			margin-bottom: 0px;
			left: 50%;
			background-size: cover;
			background-repeat: no-repeat;
			-webkit-transform: translate(-50%, 0%);
			-ms-transform: translate(-50%, 0%);
			transform: translate(-50%, 0%);
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .text-box {
			position: relative;
			float: left;
			width: 100%;
			height: auto;
			text-align: center;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .text-box p.title {
			position: relative;
			float: left;
			width: 100%;
			padding-left: 10px;
			padding-right: 10px;
			text-align: center;
			margin: 0;
			margin-top: 10px;
			margin-bottom: 0;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			color: #4a4a4a;
			font-family: "WorkSans-Medium";
			font-size: 12px;
			letter-spacing: 0;
			text-transform: uppercase;
			padding-left: 0;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box .text-box p.subtitle {
			position: relative;
			float: left;
			width: 100%;
			padding-left: 10px;
			padding-right: 10px;
			text-align: center;
			margin: 0;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			color: #ababab;
			font-family: "WorkSans-Medium";
			font-size: 12px;
			letter-spacing: 0;
			text-transform: uppercase;
			margin-bottom: 20px;
			padding-left: 0;
		}

		.archify-list-main-content-wrapper .archify-list-main-content .image-list-wrapper.type-b .professional-box {
			margin-bottom: 20px;
		}
	}

	/* Animated Box Hover */
	.animated-box-hover {
		border: 0 !important;
		top: 0 !important;
		-webkit-transition: top 0.4s ease-in-out, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out, background 0.4s ease-in-out !important;
		-moz-transition: top 0.4s ease-in-out, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out, background 0.4s ease-in-out !important;
		-o-transition: top 0.4s ease-in-out, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out, background 0.4s ease-in-out !important;
		transition: top 0.4s ease-in-out, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out, background 0.4s ease-in-out !important;
	}

	.animated-box-hover .pro-detail {
		opacity: 0;
		-webkit-transition: opacity 0.4s ease-in-out !important;
		-moz-transition: opacity 0.4s ease-in-out !important;
		-o-transition: opacity 0.4s ease-in-out !important;
		transition: opacity 0.4s ease-in-out !important;
	}

	.animated-box-hover:hover .pro-detail {
		opacity: 1;
	}

	.animated-box-hover:hover {
		top: -5px !important;
		transform: scale(1, 1);
		border: 0 !important;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19) !important;
		z-index: 9;
		background-color: #fff;
	}

	@media (max-width: 992px) {
		.animated-box-hover {
			top: 0px !important;
			transform: scale(1, 1);
			box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
			background-color: #fff;
			border: 1px solid #e5e5e5 !important;
			margin-bottom: 20px;
		}

		.animated-box-hover:hover {
			top: 0px !important;
			transform: scale(1, 1);
			border: 0 !important;
			box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
			background-color: #fff;
			border: 1px solid #e5e5e5 !important;
		}
	}


	/* Send Message Modal */
	#sendMessageToCompanyModal .modal-dialog {
		position: relative;
		width: 100%;
		background-color: #fff;
		max-width: 400px;
		margin: 30px auto;
		padding: 0 !important;
	}

	#sendMessageToCompanyModal .modal-dialog .header {
		position: relative;
		float: left;
		width: 100%;
		background-color: #fff;
		padding: 20px;
		padding-top: 8px;
		padding-bottom: 7px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	#sendMessageToCompanyModal .modal-dialog .header p {
		position: relative;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	#sendMessageToCompanyModal .modal-dialog .content {
		position: relative;
		float: left;
		width: 100%;
		background-color: #fff;
		padding: 20px;
		padding-top: 10px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	#sendMessageToCompanyModal .modal-dialog .content textarea {
		position: relative;
		float: left;
		width: 100%;
		height: 100px;
		border: 1px solid #e5e5e5;
		padding: 10px;
		resize: none;
		font-family: WorkSans-Regular;
		font-size: 14px;
		letter-spacing: 0;
		outline: 0;
	}

	#sendMessageToCompanyModal .modal-dialog .content ul {
		position: relative;
		float: left;
		width: 100%;
		padding: 0;
		list-style: none;
		margin-bottom: 10px;
	}

	#sendMessageToCompanyModal .modal-dialog .content ul li {
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}

	#sendMessageToCompanyModal .modal-dialog .content ul li input.collection-list {
		position: relative;
		float: left;
		width: calc(100% - 50px);
		height: 40px;
		border: 1px solid #e5e5e5;
		padding-left: 10px;
		padding-right: 10px;
		outline: 0;
		font-family: 'WorkSans-Regular';
		font-size: 14px;
		color: #9b9b9b;
	}

	#sendMessageToCompanyModal .modal-dialog .content ul li p {
		position: relative;
		float: right;
		margin-top: 10px;
	}

	#sendMessageToCompanyModal .modal-dialog .content button {
		position: relative;
		float: right;
		width: 100%;
		border: 1px solid #e5e5e5;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: "WorkSans-Medium";
		font-size: 14px;
		border-radius: 3px;
		background-color: #4a4a4a;
		cursor: pointer;
		color: #fff;
		width: 100%;
		min-width: 0px;
		background-color: #4a4a4a;
		color: #fff;
		margin-top: 10px;
	}

	#sendMessageToCompanyModal .modal-dialog .content p.terms {
		text-align: center;
		font-family: WorkSans-Regular;
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 0;
		position: relative;
		float: left;
		width: 100%;
	}

	#sendMessageToCompanyModal .modal-dialog .content p.terms a {
		font-family: WorkSans-SemiBold;
		color: #4a4a4a;
	}

	#sendMessageToCompanyModal .checkbox-area {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		margin-top: 10px;
	}

	#sendMessageToCompanyModal .checkbox-area .left-side {
		position: relative;
		float: left;
		width: 50%;
	}

	#sendMessageToCompanyModal .checkbox-area .right-side {
		position: relative;
		float: left;
		width: 50%;
		padding-left: 10px;
	}

	#sendMessageToCompanyModal .checkbox-area .squaredThree {
		position: relative;
		float: left;
		width: 100%;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	#sendMessageToCompanyModal .checkbox-area .squaredThree label {
		position: relative;
		float: left;
		font-family: WorkSans-Medium;
		font-size: 13px;
		width: 17px;
		height: 17px;
		border-radius: 2px;
	}

	#sendMessageToCompanyModal .checkbox-area .squaredThree h5 {
		position: relative;
		float: left;
		width: calc(100% - 17px);
		padding-left: 6px;
		font-family: WorkSans-Medium;
		font-size: 13px;
		margin: 0;
		padding-top: 4px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		cursor: pointer;
		outline: 0;
	}

	#sendMessageToCompanyModal .g-recaptcha.captcha-modal {
		transform-origin: unset;
		-webkit-transform-origin: unset;
	}

	@media (max-width: 769px) {
		#sendMessageToCompanyModal .modal-dialog {
			max-width: 400px !important;
		}
	}

	#resetFilterButton {
		position: relative;
		float: left;
		font-size: 14px;
		font-family: 'WorkSans-Medium';
		cursor: pointer;
		margin: 0;
		color: #9b9b9b;
		margin-top: 13px;
		margin-left: 10px;
	}

	#resetFilterButtonMobile {
		position: absolute;
		float: none;
		font-size: 14px;
		font-family: 'WorkSans-Medium';
		cursor: pointer;
		margin: 0;
		color: #9b9b9b;
		margin-top: 13px;
		margin-left: 10px;
		left: auto;
		right: 20px;
		width: auto;
		top: 0;
	}

	/* Option Layer Mobile */
	.option-layer-mobile {
		position: fixed;
		width: calc(100% - 52px);
		height: 100%;
		background: #fff;
		right: -100%;
		z-index: 99999;
		-webkit-transition: right 200ms ease-in;
		-moz-transition: right 200ms ease-in;
		-o-transition: right 200ms ease-in;
		transition: right 200ms ease-in;
		display: none;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.option-layer-mobile .layer {
		position: absolute;
		width: 100%;
		height: 100%;
		right: -768px;
		-webkit-transition: right 200ms ease-in;
		-moz-transition: right 200ms ease-in;
		-o-transition: right 200ms ease-in;
		transition: right 200ms ease-in;
		z-index: 99999;
		background-color: #fff;
	}

	.option-layer-mobile .main-layer.layer {
		right: 0;
	}

	.option-layer-mobile .layer.show {
		right: 0;
	}

	.option-layer-mobile .layer .header {
		position: relative;
		float: left;
		width: 100%;
		height: 50px;
		padding: 12px;
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: 1px solid #e5e5e5;
	}

	.option-layer-mobile .layer .header p {
		position: relative;
		float: left;
		width: 100%;
		font-family: 'WorkSans-SemiBold';
		font-size: 16px;
	}

	.option-layer-mobile .layer .header img.arrow-left {
		position: absolute;
		left: 20px;
		top: 17px;
		width: 13px;
		height: 13px;
		cursor: pointer;
	}

	.option-layer-mobile .layer .content {
		position: absolute;
		width: 100%;
		height: calc(100% - 50px);
		top: 50px;
		overflow-y: auto;
	}

	.option-layer-mobile .layer .section {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		padding: 20px;
		padding-bottom: 20px;
		margin-bottom: 0px;
		border-bottom: 1px solid #e5e5e5;
	}

	.option-layer-mobile .layer .section .search-box {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.option-layer-mobile .layer .section .search-box input {
		position: relative;
		float: left;
		width: 100%;
		height: 35px;
		border-radius: 3px;
		border: 1px solid #e5e5e5;
		background-color: #f9f9f9;
		color: #9b9b9b;
		padding-left: 20px;
		padding-right: 20px;
		outline: none;
	}

	.option-layer-mobile .layer .section:last-child {
		border-bottom: 0px solid #e5e5e5;
	}

	.option-layer-mobile .layer .section ul {
		position: relative;
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.option-layer-mobile .layer .section ul li {
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 20px;
		cursor: pointer;
	}

	.option-layer-mobile .layer .section ul li:last-child {
		margin-bottom: 0px;
	}

	.option-layer-mobile .layer .section ul li p {
		position: relative;
		float: left;
		width: 100%;
		margin: 0;
		font-family: 'WorkSans-Medium';
		font-size: 14px;
		color: #4a4a4a;
	}

	.option-layer-mobile .layer .section ul li img.arrow-right {
		position: absolute;
		right: 0;
		top: 6px;
	}

	.option-layer-mobile.show {
		right: 0px;
	}

	@media (max-width: 768px) {
		.option-layer-mobile {
			display: block;
		}

		.archify-list-sidebar-wrapper.show {
			display: none !important;
		}
	}

	@media (min-width: 769px) {
		.option-layer-mobile.show {
			display: none !important;
		}
	}

	/* override company select 2 dropdown */
	#select2-selectFilterCompanyName-results .select2-results__option[aria-selected=true] {
		font-family: 'WorkSans-Regular' !important;
		font-size: 14px;
	}