@charset "utf-8";
.content-list ul {
	list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}
.content-list ul li:before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\f105"; /* Check "\f00c", triangle "\f105" */
    margin: 0 9px 0 -15px;
}
.content-list li {
	/* color: #917b4b */
}


.job-crosslink ul {
	list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}
.job-crosslink ul li:before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\f0a9"; /* Check "\f00c", triangle "\f105" */
    margin: 0 9px 0 -15px;
}

.sub-sidenav .category-list li.current_page_item > a {
	/* color: #f00; */
	font-weight: bold;
}

.sub-sidenav .category-list ul.children {
	padding-top: 0px;
	list-style: none;
    padding-left: 20px;
    /* margin-bottom: 20px; */
}
.sub-sidenav .category-list ul.children li {
	padding-top: 5px;
}
.sub-sidenav .category-list ul.children li:before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\f105"; /* Check "\f00c", triangle "\f105" */
    margin: 0 9px 0 -15px;
}

.content-list h3,
.content-list h4 {
	font-size: 16px;
	padding-bottom: 5px;
}





@charset "utf-8";
.content-list ul {
	list-style: none;
    padding-left: 20px;
}
.content-list ul li:before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\f105"; /* Check "\f00c", triangle "\f105" */
    margin: 0 9px 0 -15px;

}
textarea.form-control,
input.form-control {
	font-size: 11px;
}

