/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Jobs widget company link **/
#jobs_widget_company_link {
	font-size: 29px !important;
	font-weight: 600 !important;
	font-variant: normal !important;
	text-decoration: none !important;
}

/** General >> Section 3 2725 **/
#section-3-2725 {
	font-variant: normal !important;
}

/** General >> Code block 110 2725 **/
#code_block-110-2725 {
	width: 100% !important;
}

/** General >> Post excerpts container **/
#post-excerpts-container div.post-excerpt {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid rgb(221, 221, 221) !important;
}

/** General >> Search filter form 4703 heading 4 **/
#search-filter-form-4703 h4 {
	font-size: 29px !important;
}

/** General >> Search filter form 4703 sf input text **/
#search-filter-form-4703 .sf-input-text {
	height: 44px !important;
	border-color: rgb(221, 221, 221) !important;
}

/** General >> Div (#2) paragraph (#1) **/
#search-filter-results-4703 > div:nth-of-type(2) > p:nth-of-type(1) {
	
}

/** General >> Section 114 4694 **/
#section-114-4694 {
	
}

/** General >> Search filter results 4703 **/
#search-filter-results-4703 {
	
}
#results .pagination {
	display: none !important;
}

/** General >> Sf option active sf label radio **/
.sf-option-active .sf-label-radio {
	color: rgb(9, 131, 238) !important;
}

/** General >> Search filter form 4703 unordered list **/
#search-filter-form-4703 > ul {
	width: 100% !important;
	padding-left: 0 !important;
}

/** General >> Sf field taxonomy appeal summaries categories unordered list **/
.sf-field-taxonomy-appeal_summaries_categories > ul {
	padding-left: 10px !important;
}

/** General >> Paragraph (#1) **/
p:nth-of-type(1) {
	
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= General =================== */

	/** General >> Search filter results 4771 **/
	#search-filter-results-4771 {
	
}
#results .pagination {
	display: none !important;
}

	/** General >> Heading 2 link **/
	h2 a {
	font-size: 25px !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Heading 2 link **/
	h2 a {
	font-size: 25px !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Heading 2 link **/
	h2 a {
	font-size: 22px !important;
}

	/** General >> Div (#2) heading 2 **/
	#search-filter-results-4771 > div:nth-of-type(2) > h2 {
	
}


}

