/**** MAIN LAYOUT ****/
.tabbed-page #home-main {
  width: 100%;
}

.tabbed-page #title-main {
  border-bottom: none;
}

.tabbed-page .content-area {
  width: inherit;
  padding: 0;
}

h2.tab-title {
  color: #333;
  font: 400 28px/34px 'Oswald', sans-serif;
  margin: 10px 0;
  width: 100%;
}

/**** TABS ****/
.tabbed-page .tab-content-container {
  float: left;
  display: none;
  margin: 20px;
}

.tabs {
  position: relative;
  padding-left: 20px;
}

.tabs .tab-header,
.expert-header span {
  padding: 10px;
  float: left;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #efefef;
  border-bottom: 1px solid #dddddd;
  margin-right: 5px;
  background-color: #efefef;
}

.tabs .tab-header:hover {
  background-color: #dddddd;
  cursor: pointer;
}

.tabs .tab-header.active {
  border: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}

.tabs .tab-header a {
  color: #777777;
}
.tabs .tab-header a:hover {
  text-decoration: none;
}

.tabs .tab-header.active a {
  color: #444444;
}

.tabbed-page .tab-container {
  float: left;
  width: 100%;
  border-top: 1px solid #dddddd;
  margin-top: -1px;
}

.tabbed-page #comments {
  border: none;
}

.tabbed-page .featured-content .content-area ul li,
.tabbed-page .featured-content .content-area ol li {
  margin-left: 30px;
  padding: 0;
}
.tabbed-page .featured-content .content-area h2 {
  font-size: 24px;
}
.tabbed-page .featured-content .content-area h3 {
  font-size: 18px;
}

.tabbed-page .teaching-dir-content .content-area h3,
.tabbed-page .education-dir-content .content-area h3 {
  font-size: 16px;
  font-weight: 400;
  color: #f36e3b;
}

/**** OTHER STYLES ****/

.author-container {
  border-top: 1px solid #dddddd;
  float: left;
  width: 100%;
  padding: 20px 0px;
}

.tabbed-page #author-info {
  padding-bottom: 10px;
}

.tabbed-page .post-tags {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* SCHOOL DIRECTORY STYLING */

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.fl {
  display: inline;
  float: left;
}

/* line 8, ../sass/_classes.sass */
.fr {
  display: inline;
  float: right;
}

#teaching-school-dir-container,
#education-school-dir-container,
#scholarship-dir-container {
  margin: 0;
  padding-bottom: 30px;
  float:left;
  margin-left: 0px;
  width: 100%;

}

#teaching-school-dir-container #teaching-school-dir-sidebar,
#education-school-dir-container #education-school-dir-sidebar,
#scholarship-dir-container #scholarship-dir-sidebar {
  width: 22%;
  float:left;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets {
  padding-top: 20px;
  width: 100%;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets #facet-degree .teaching-facet-text,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets #facet-degree .education-facet-text,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets #facet-degree .facet-text {
  text-transform: capitalize;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod {
  padding: 10px;
  background: #f6f6f6;
  margin-bottom: 20px;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-expand,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-expand,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-expand {
  display: none;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-collapse-trigger,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-collapse-trigger,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-collapse-trigger {
  display: none;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-trigger,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-trigger,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-trigger {
  color: #066bc2;
  padding: 5px 0;
  font-size: 13px;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-trigger:hover,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-trigger:hover,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-trigger:hover {
  cursor: pointer;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod:last-child,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod:last-child,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod:last-child {
  padding-bottom: 0;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-head,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-head,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-head {
  margin: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-head h3,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-head h3,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-head h3 {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-family: "Oswald", helvetica, arial, sans-serif;
  margin: -9px 0 9px;
  padding-right: 5px;
  text-transform: uppercase;
  font-style:normal;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat {
  *border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat:hover,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat:hover,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat:hover {
  cursor: pointer;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat .teaching-facet-data,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat .education-facet-data,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat .facet-data {
  -webkit-appearance: none;
  height: 11px;
  margin-top: 2px;
  margin-right: 5px;
  width: 14px;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat .teaching-facet-data:before,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat .education-facet-data:before,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat .facet-data:before {
  background: url("sprite.png")/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/sprite.png*/ no-repeat 0 -73px;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 5px;
  margin-top: 3px;
  width: 4px;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat .teaching-facet-data:checked:before,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat .education-facet-data:checked:before,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat .facet-data:checked:before {
  background-position: 0 -62px;
  height: 7px;
  margin-right: 5px;
  margin-top: 2px;
  width: 8px;
}

#teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat .teaching-facet-text,
#education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat .education-facet-text,
#scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat .facet-text {
  color: #146dbf;
  width: 155px;
  font-size: 14px;
  text-transform: capitalize;
}

#teaching-school-dir-container #teaching-school-dir,
#education-school-dir-container #education-school-dir,
#scholarship-dir-container #scholarship-dir {
  margin-left:30px;
  padding-top: 20px;
  width: 71%;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-header-container #teaching-school-dir-header,
#education-school-dir-container #education-school-dir #education-school-dir-header-container #education-school-dir-header,
#scholarship-dir-container #scholarship-dir #scholarship-dir-header-container #scholarship-dir-header {
  *background-color: #e6ebef;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 15px 8px;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-header-container #teaching-school-dir-header #teaching-school-dir-header-content,
#education-school-dir-container #education-school-dir #education-school-dir-header-container #education-school-dir-header #education-school-dir-header-content,
#scholarship-dir-container #scholarship-dir #scholarship-dir-header-container #scholarship-dir-header #scholarship-dir-header-content {
  color: #ce3911;
  font-family: "Oswald", helvetica, arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-header-container #teaching-school-dir-sort,
#education-school-dir-container #education-school-dir #education-school-dir-header-container #education-school-dir-sort,
#scholarship-dir-container #scholarship-dir #scholarship-dir-header-container #scholarship-dir-sort {
  margin-top: -3px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result ,
#education-school-dir-container #education-school-dir .education-school-result,
#scholarship-dir-container #scholarship-dir .scholarship-result {
  border-bottom: 1px solid #e0e0e0;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result.stripe-odd .teaching-school-head-container,
#education-school-dir-container #education-school-dir .education-school-result.stripe-odd .education-school-head-container,
#scholarship-dir-container #scholarship-dir .scholarship-result.stripe-odd .scholarship-head-container {
  background-color: #f7f9fa;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-head-container,
#education-school-dir-container #education-school-dir .education-school-result .education-school-head-container,
#scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-head-container {
  padding: 15px 10px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-head-container .teaching-school-head-icon,
#education-school-dir-container #education-school-dir .education-school-result .education-school-head-container .education-school-head-icon,
#scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-head-container .scholarship-head-icon {
  background: url("sprite.png")/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/sprite.png*/ no-repeat 0 -161px;
  margin: 1px 10px 0 0;
  height: 15px;
  width: 16px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-head-container .teaching-school-head-content,
#education-school-dir-container #education-school-dir .education-school-result .education-school-head-container .education-school-head-content,
#scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-head-container .scholarship-head-content {
  color: #146dbf;
  max-width: 65%;
  *text-decoration: underline;
  font-size: 14px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-head-container .teaching-school-head-icon-right,
#education-school-dir-container #education-school-dir .education-school-result .education-school-head-container .education-school-head-icon-right,
#scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-head-container .scholarship-head-icon-right {
  background: url("sprite.png")/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/sprite.png*/ no-repeat 0 -395px;
  height: 4px;
  margin: 9px 1px 0 15px;
  margin-right: 1px;
  width: 6px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-head-container .teaching-school-head-icon-right.expanded,
#education-school-dir-container #education-school-dir .education-school-result .education-school-head-container .education-school-head-icon-right.expanded,
#scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-head-container .scholarship-head-icon-right.expanded {
  background-position: 0 -444px;
  margin-right: 0;
  width: 7px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-expand-trigger:hover, #teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-collapse-trigger:hover,
#education-school-dir-container #education-school-dir .education-school-result .education-school-expand-trigger:hover, #education-school-dir-container #education-school-dir .education-school-result .education-school-collapse-trigger:hover,
#scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-expand-trigger:hover, #scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-collapse-trigger:hover {
  cursor: pointer;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-view-info,
#education-school-dir-container #education-school-dir .education-school-result .education-school-view-info,
#scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-view-info {
  font-size: 12px;
  font-style: italic;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-sort-field-container,
#education-school-dir-container #education-school-dir .education-school-result .education-school-sort-field-container,
#scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-sort-field-container {
  color: #c1c1c1;
  font-size: 12px;
  font-style: italic;
  margin-right: 20px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-view-info,
#education-school-dir-container #education-school-dir .education-school-result .education-school-view-info,
#scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-view-info {
  color: #146dbf;
  margin-right: 10px;
  text-decoration: underline;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand,
#education-school-dir-container #education-school-dir .education-school-expand,
#scholarship-dir-container #scholarship-dir .scholarship-expand {
  border-top: 1px dotted #e0e0e0;
  color: #3a3a3a;
  font-size: 13px;
  display: none;
  padding: 15px 0;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-name,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-name,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-name {
  color: #ce3911;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-info-url,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-info-url,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-info-url {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ce3911;
  color: white;
  display: inline-block;
  margin: 15px 0;
  padding: 5px 10px;
  font-size: 12px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-campus-info-section,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-campus-info-section,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-campus-info-section {
  width: 250px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-campus-info-section:first-child,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-campus-info-section:first-child,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-campus-info-section:first-child {
  margin-right: 15px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-campus-info-section .teaching-school-data,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-campus-info-section .education-school-data,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-campus-info-section .scholarship-data {
  border-bottom: 1px dotted #c1c1c1;
  padding: 10px 0;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-campus-info-section .teaching-school-data:first-child,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-campus-info-section .education-school-data:first-child,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-campus-info-section .scholarship-data:first-child {
  border-top: 1px dotted #c1c1c1;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-programs,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f7f9fa;
  border: 1px solid #e0e0e0;
  margin: 30px 0 20px;
  padding: 15px 20px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .section-title,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .section-title,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .section-title {
  color: #ce3911;
  font-family: "din-cond-bd", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container {
  height: auto;
  max-height: 240px;
  overflow-y: auto;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container .teaching-program-result,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container .education-program-result,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container .program-result {
  margin-bottom: 10px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container .teaching-program-result:last-child,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container .education-program-result:last-child,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container .program-result:last-child {
  margin-bottom: 0;
}
#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container .teaching-program-result .teaching-program-degree-type,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container .education-program-result .education-program-degree-type,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container .program-result .program-degree-type {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container .teaching-program-result .teaching-program-degrees-container .teaching-program-degree,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container .education-program-result .education-program-degrees-container .education-program-degree,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container .program-result .program-degrees-container .program-degree {
  padding: 5px 0;
}
#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container .teaching-program-result .teaching-program-degrees-container .teaching-program-degree a,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container .education-program-result .education-program-degrees-container .education-program-degree a,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container .program-result .program-degrees-container .program-degree a {
  color: #3a3a3a;
  display: inline-block;
  margin-left: 10px;
  max-width: 445px;
  margin-bottom:5px;
}

#teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container .teaching-program-result .teaching-program-degrees-container .teaching-program-degree a:hover,
#education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container .education-program-result .education-program-degrees-container .education-program-degree a:hover,
#scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container .program-result .program-degrees-container .program-degree a:hover {
  color: #146dbf;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-empty,
#education-school-dir-container #education-school-dir #education-school-dir-empty,
#scholarship-dir-container #scholarship-dir #scholarship-dir-empty {
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  padding: 80px 0;
  text-align: center;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-pag,
#education-school-dir-container #education-school-dir #education-school-dir-pag,
#scholarship-dir-container #scholarship-dir #scholarship-dir-pag {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-pag .teaching-school-dir-pag-item,
#education-school-dir-container #education-school-dir #education-school-dir-pag .education-school-dir-pag-item,
#scholarship-dir-container #scholarship-dir #scholarship-dir-pag .scholarship-dir-pag-item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #dedede;
  font-size: 12px;
  color: white;
  margin-right: 3px;
  padding: 5px 7px;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-pag .teaching-school-dir-pag-item.current,
#education-school-dir-container #education-school-dir #education-school-dir-pag .education-school-dir-pag-item.current,
#scholarship-dir-container #scholarship-dir #scholarship-dir-pag .scholarship-dir-pag-item.current {
  background-color: #ce3911;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-pag .teaching-school-dir-pag-item:hover,
#education-school-dir-container #education-school-dir #education-school-dir-pag .education-school-dir-pag-item:hover,
#scholarship-dir-container #scholarship-dir #scholarship-dir-pag .scholarship-dir-pag-item:hover {
  cursor: pointer;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-pag .teaching-school-dir-pag-dots,
#education-school-dir-container #education-school-dir #education-school-dir-pag .education-school-dir-pag-dots,
#scholarship-dir-container #scholarship-dir #scholarship-dir-pag .scholarship-dir-pag-dots {
  margin-right: 3px;
  margin-top: 5px;
}

#teaching-school-dir-container #teaching-school-dir #teaching-school-dir-source,
#education-school-dir-container #education-school-dir #education-school-dir-source,
#scholarship-dir-container #scholarship-dir #scholarship-dir-source {
  font-family: "din-cond", helvetica, arial, sans-serif;
  font-size: 14px;
  padding: 15px 0;
}


/**** CUSTOM SCHOLARHIP ****/
#scholarship-dir-container.scholarship-dir #facet-enrollment {
  text-transform: capitalize;
}

#scholarship-dir-container.scholarship-dir #scholarship-dir .scholarship-result .scholarship-head-container .scholarship-head-content {
  max-width: 380px;
}

#scholarship-dir-container.scholarship-dir h3.scholarship-expand-header {
  font-size: 14px;
  font-weight:bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 20px;
  font-family:'din-cond-bd', helvetica, arial, sans-serif;
  font-style:normal;
}

#scholarship-dir-container.scholarship-dir #scholarship-dir .scholarship-expand a.scholarship-info-url {
  margin: 15px 0 0;
}

#scholarship-dir-container.scholarship-dir #scholarship-dir .scholarship-expand .scholarship-campus-info-section {
  width: auto;
}

#scholarship-dir-container.scholarship-dir #scholarship-dir .scholarship-expand .scholarship-campus-info-section .scholarship-data {
  border-bottom: 0;
  border-top: 0;
  padding: 5px 0;
  text-transform: capitalize;
}

#scholarship-dir-container.scholarship-dir #scholarship-dir .scholarship-expand .scholarship-campus-info .scholarship-data:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}



/**** INFO TAB CSS ****/

/***** STYLES OVERWRITING ORIGINAL STYLES *****/
#slogan-head {
  max-width: 325px;
  min-width: 200px;
}
.container {
  max-width: 1020px;
  display: block;
}
#header {
  max-width: 960px;
}
.menu-header ul#menu-top-nav {
  display: table;
  float: none;
  margin-left: 0px;
  width: 100%
}
.menu-header ul li {
  display: table-cell;
  margin: 0px;
  padding: 10px;
  float: none;
  vertical-align: middle;
}
.left-col {
  margin-right: 0px;
}
#home-copy {
  width: inherit;
}
.article-inner {
  float: none;
}
.article-inner section {
  max-width: 740px;
}
.sidebar {
  margin-right: 10px;
}
#footer {
  max-width: 960px;
  width: 96%;
}
.page-resource-module {
}
.page-resource-module-title {
  max-width: 700px;
}
.page-resource-section {
  width: 50%;
}
.page-resource-content {
  width: 60%;
}
#school-dir-container {
  max-width: 740px;
}
#intern_dir #school-dir-container {
  border-bottom: none;
  padding-bottom: 10px;
}
#school-dir-container #school-dir-sidebar {
  min-width: 175px;
  width: 27%;
}
#school-dir-container #school-dir {
  margin-left: 20px;
  width: 64%;
}
#intern_dir .result .internship-name {
  width: 70%;
}
#school-dir-container.scholarship-dir {
  border-bottom: none;
  padding-bottom: 0px;
}
#school-dir-container.scholarship-dir #school-dir .school-result .school-head-container .school-head-content {
  width: 70%;
}
#home-top {
  width: 95%;
}
.menu-header {
  display: table;
}
#menu-top-nav .sub-menu {
  display: none;
}


/***** NEW STYLES ******/
.article-container section {
  margin-bottom: 40px;
}

.article-container header h1 {
  border-bottom: 2px solid #dddddd;
}

.article-container section h2 {
  font-family: helvetica, arial, sans-serif;
  border-bottom: none;
}

/***** HOMEPAGE QUIZ *****/

/**** quiz ****/
.quiz-result-option {
  display: none;
}
#quiz-bad-job-alert {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  z-index: 10000;
  background-color: #FAFAFA;
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -ms-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(top, #ffffff, #f3f3f3);
  background-repeat: repeat-x;
  color: red;
  border: 3px solid gray;
  padding: 50px;
  line-height: 24px;
}
/**** Personality Quiz Section ****/
.question {
  color: #000000;
  font: 16px 'ProximaBold', Helvetica, Arial, sans-serif;
  /*border-top: 1px solid #dedede;*/

  font-weight: bold;
}
#section_03 h2 + p,
#section_03 h2 {
  float: left;
  width: 570px;
}
p.quiz-answer {
  display: none;
}
.quiz-submit {
  *zoom: 1;
}
.quiz-submit:before,
.quiz-submit:after {
  display: table;
  content: "";
}
.quiz-submit:after {
  clear: both;
}
.quiz-submit a.button {
  position: absolute;
  padding: 12px 28px;
}
.quiz-submit p {
  float: left;
  font: 13px/1.5 Georgia, "Times New Roman", Times, serif;
  margin-left: 160px;
  width: 470px;
  color: #999999;
  font-style: italic;
}
.quiz-option-container {
  *zoom: 1;
  margin-bottom: 30px;
}
.quiz-option-container:before,
.quiz-option-container:after {
  display: table;
  content: "";
}
.quiz-option-container:after {
  clear: both;
}
.quiz-option {
  float: left;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border: 1px solid #DEDEDE;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FAFAFA;
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -ms-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(top, #ffffff, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}
.quiz-active {
  color: white;
  background: #f36e3b;
}
.result-key li {
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  line-height: 21px;
}
.quiz-result {
  background: #ebebeb;
  width: 100%;
  *margin-left: -120px;
  *padding: 40px 120px;
  margin-bottom: 20px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-left: 0;
}
.score {
  color: #f36e3b;
  font: 25px 'FreightItal';
}
hr.clearfix {
  clear: both;
  visibility: hidden;
}
ol.result-key {
  counter-reset: li;
  /* Initiate a counter */

  margin-left: 0;
  /* Remove the default left margin */

  padding-left: 0;
  /* Remove the default left padding */

  float: right;
  margin-top: 20px;
}
ol.result-key > li {
  position: relative;
  /* Create a positioning context */

  list-style: none;
  /* Disable the normal item numbering */

}
ol.result-key > li:before {
  content: counter(li);
  /* Use the counter as content */

  counter-increment: li;
  /* Increment the counter by 1 */

  /* Position and style the number */

  position: absolute;
  left: -25px;
  width: 2em;
  top: -1px;
  color: #f36e3b;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */

  margin-right: 8px;
  font-weight: bold;
  text-align: center;
  font-family: sanchez, verdana, serif;
}

/**** BUTTON ****/
.button {
  display: block;
  float: left;
  padding: 12px 15px;
  background-color: #f36e3b;
  color: #ffffff;
  font: 14px/14px Helvetica, Arial, Sans-Serif;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  behavior: url("-pie=true")/*tpa=http://www.edudemic.com/?pie=true*/;
  cursor: pointer;
}
.button:hover,
.button:active {
  text-decoration: none;
  color: white;
  background-color: #000000;
}

/***** MINI ARTICLE *****/
.mini-article {
  position: relative;
  *margin-top: 40px;
  *zoom: 1;
  *z-index: 8;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}
.mini-article:before,
.mini-article:after {
  display: table;
  content: "";
}
.mini-article:after {
  clear: both;
}
.mini-article header {
  float: left;
  margin-right: 30px;
  position: relative;
  max-width: 250px;
}
.mini-article header img {
  max-width: 80px;
}
.mini-article h2 {
  font-size: 20px;
  *line-height: 32px;
  letter-spacing: 0;
  padding-top: 5px;
  color: #f36e3b;
  text-transform: none;
  margin-bottom: 0;
  border-bottom: none;
  margin-top: 0;
}
.mini-article h3 {
  font: 14px 'FreightItal', Georgia, Serif;
  color: #aeaeae;
  text-transform: none;
  font-weight: 300;
  margin: 5px 0px;
  font-style: italic;
}
.mini-article .flourish {
/*  background: url('assets/img/quote_flourish.png') 0 0 no-repeat;
  display: block;
  width: 19px;
  height: 33px;
  position: absolute;
  right: -32px;
  top: 48px;
  z-index: 10;
*/}
.mini-article .quote {
  position: relative;
  z-index: 9;
  *padding: 20px 20px 80px 20px;
  margin: 10px 0px;
  *border: 1px solid #dedede;
  overflow: hidden;
/*  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -ms-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(top, #ffffff, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
*/}
.mini-article .quote p {
  font-size: 13px;
  line-height: 18px;
}
.mini-article.right header {
  float: right;
  margin-left: 40px;
}
.mini-article.right .flourish {
  *background: url('quote_flourish_r.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/img/quote_flourish_r.png*/;
  *left: -42px;
}
.mini-article .quote a {
  *position: absolute;
  *bottom: 23px;
  font-style: italic;
}
.other-perspectives {
  background: #f4f7f9;
  padding: 5px 20px;
}

/**** PROFESSIONS ****/
.all-profession {
  border-top: 1px solid #dedede;
  margin-bottom: 40px;
}
.profession h3 {
  font: 18px/16px Helvetica, Arial, Sans-Serif;
  font-weight: 700;
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 9;
  position: relative;
}
.profession h3 a {
  cursor: pointer;
  display: block;
  color: #666;
  padding: 15px 0;
  z-index: 10;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin-bottom: 0px;
}
.profession h3 a:hover {
  text-decoration: none;
  color: #f36e3b;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.profession h4 {
  font: 12px/27px Helvetica, Arial, Sans-Serif;
  font-weight: 700;
  padding-top: 10px;
  color: #f36e3b;
  text-transform: uppercase;
  margin: 0;
}
.profession .accordian-body {
  border-bottom: 1px solid #dedede;
}
.profession .accordian-header {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.profession .accordian-header.active h3 a {
  color: #000000;
}
.profession .accordian-header.active .spinner {
  background: url('close_big.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/img/close_big.png*/ no-repeat 0 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform .3s linear;
}
.profession .accordian-header.active .spinning {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profession .spinner {
  position: absolute;
  z-index: 8;
  right: 0;
  top: 9px;
  width: 32px;
  height: 32px;
  background: url('plus_big.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/img/plus_big.png*/ no-repeat 0 0;
}
.profession .spinner.active {
  background: url('close_big.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/img/close_big.png*/ no-repeat 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/***** Areas of Study *****/
#section_08 div {
  *zoom: 1;
  margin-top: 30px;
  position: relative;
}
#section_08 div:before,
#section_08 div:after {
  display: table;
  content: "";
}
#section_08 div:after {
  clear: both;
}
#section_08 div h3 {
  color: black;
  margin-bottom: 25px;
  padding-left: 40px;
  *background: url('../areas_of_study_sprite.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/img/layout/areas_of_study_sprite.png*/ no-repeat;
}
#section_08 div h3.skills {
  background-position: 0px -28px;
}
#section_08 div h3 + h4 {
  border-left: 1px solid #999999;
}
.content-area .study-area-nav {
  list-style: none;
  *zoom: 1;
  margin: 0;
  border-left: 1px solid #ebebeb;
}
.study-area-nav:before,
.study-area-nav:after {
  display: table;
  content: "";
}
.study-area-nav:after {
  clear: both;
}
.article-container .study-area-nav li {
  float: left;
  height: 50px;
  border-right: 1px solid #EBEBEB;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 100px;
  padding: 7px 10px 0;
  margin: 0px;
  border-bottom: 1px solid #ebebeb;
  list-style: none;
}
.study-area-nav li span,
.active-indicator {
  position: absolute;
  background: #f1543b;
  bottom: 0px;
  left: 50px;
  display: none;
  width: 24px;
  z-index: 10000;
}
.study-area-nav li span:after,
.active-indicator:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f1543b;
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
}
.study-area-nav li.active {
  background-color: #f36e3b;
  background-image: -moz-linear-gradient(top, #f36e3b, #f1543b);
  background-image: -ms-linear-gradient(top, #f36e3b, #f1543b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f36e3b), to(#f1543b));
  background-image: -webkit-linear-gradient(top, #f36e3b, #f1543b);
  background-image: -o-linear-gradient(top, #f36e3b, #f1543b);
  background-image: linear-gradient(top, #f36e3b, #f1543b);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f36e3b', endColorstr='#f1543b', GradientType=0);
}
.study-area-nav li.active h4 {
  color: white;
}
.study-area-nav li.active span {
  display: block;
}
.study-area-nav li h4 {
  font: 800 15px/1.5 Helvetica, Arial, sans-serif;
  color: #555555;
  margin-top: 0px;
  font-size: 13px;
}
.area-of-study-content {
  max-width: 626px;
  *margin-left: 30px;
  padding: 30px 20px;
  *border: 1px solid #ebebeb;
  background-color: #FAFAFA;
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -ms-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(top, #ffffff, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}
.visually-hidden,
.content-area h4.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**** Degree Level dropdowns ****/
h2#select-degree {
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: bold;
  margin: 10px 0 20px;
  *background: url('down_arr_black.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/img/down_arr_black.png*/ no-repeat 455px 12px;
  font-size: 14px;
}
#section_13 {
  overflow: hidden;
}
#section_09 {
  overflow: hidden;
}
#section_09 a {
  color: #f36e3b;
  text-decoration: underline;
}
#section_09 .degree-type {
  float: left;
  width: 100%;
  margin: 0 30px 0px 0;
}
#section_09 .degree-type h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 4px;
}
#section_09 .degree-type h5 span {
  color: white;
  background: #f36e3b;
  padding: 2px 5px;
}
#section_09 .degree-type-wrapper {
  *zoom: 1;
}
#section_09 .degree-type-wrapper:before,
#section_09 .degree-type-wrapper:after {
  display: table;
  content: "";
}
#section_09 .degree-type-wrapper:after {
  clear: both;
}
#section_09 h4 {
  border-top: 1px solid #ebebeb;
  font-size: 22px;
  padding-top: 30px;
  margin-top: 25px;
}
.degree-level-header {
  *width: 930px;
  *background: #f36e3b;
  *margin-left: -120px;
  *zoom: 1;
}
.degree-level-header:before,
.degree-level-header:after {
  display: table;
  content: "";
}
.degree-level-header:after {
  clear: both;
}
.degree-level-header ul {
  list-style: none;
  padding: 20px 0px;
  margin: 0 auto;
  *zoom: 1;
}
.degree-level-header ul:before,
.degree-level-header ul:after {
  display: table;
  content: "";
}
.degree-level-header ul:after {
  clear: both;
}
.degree-level-header ul li {
  float: left;
  border-right: 1px solid #EBEBEB;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 112px;
  padding: 15px 5px;
  margin: 0px;
  border-bottom: 1px solid #ebebeb;
  background-color: #FAFAFA;
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -ms-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(top, #ffffff, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
  color: #f36e3b;
  border-radius: 0px;
}
.degree-level-header ul li:first-child {
  margin-left: 0;
}
.degree-level-header ul li:hover {
  color: #387e6b;
}
.degree-level-header ul li.active {
  color: #ffffff;
  background-color: #f36e3b;
  background-image: -moz-linear-gradient(top, #f36e3b, #f1543b);
  background-image: -ms-linear-gradient(top, #f36e3b, #f1543b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f36e3b), to(#f1543b));
  background-image: -webkit-linear-gradient(top, #f36e3b, #f1543b);
  background-image: -o-linear-gradient(top, #f36e3b, #f1543b);
  background-image: linear-gradient(top, #f36e3b, #f1543b);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f36e3b', endColorstr='#f1543b', GradientType=0);
}
.levels-wrap {
  overflow: hidden;
  position: relative;
  height: 1625px;
}
.academic-level-desc,
.levels-wrap section {
  float: left;
  width: 610px;
  margin-right: 200px;
}
.active-indicator {
  height: 2px;
  width: 24px;
  *background: url('arrow-down.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/img/arrow-down.png*/ no-repeat 0 10px;
  display: block;
  position: absolute;
  margin-top: -24px;
  bottom: inherit;
  left: -7px;
}

/***** GRAPH/CHART *****/
.profession-dd {
  width: 270px;
  padding-top: 20px;
}
.profession-dd .selector {
  width: 100%;
}
.profession-dd .selector span {
  width: 220px;
  font: 14px/32px 'ProximaBold', Helvetica, Arial, sans-serif;
  color: #555555;
}
h2.graph_title {
  color: black;
  font: 20px/32px 'ProximaBold', Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 300;
}
h2.graph_title span {
  color: #f36e3b;
}
.table_chart {
  *zoom: 1;
  margin-bottom: 40px;
  *margin-top: -58px;
}
.table_chart:before,
.table_chart:after {
  display: table;
  content: "";
}
.table_chart:after {
  clear: both;
}
.table_chart table td {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 15px;
}
.table_chart table td.colTitle {
  font: 12px 'ProximaBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.table_chart table td.colTitle.profession {
  color: #f36e3b;
}
.table_chart table td.colTitle.wide {
  width: 215px;
  text-transform: none;
}
.table_chart table td.colTitle.profession {
  font: 18px/22px Helvetica, Arial, Sans-Serif;
  position: relative;
  padding-right: 50px;
  display: block;
  width: auto;
  margin-bottom: -1px;
  margin-right: -1px;
}
.growth_chart {
  *margin-left: -72px;
}
.percentile_chart {
  *margin-left: -44px;
}
.column_title {
  width: 15%;
  float: left;
}
.del_prof {
  cursor: pointer;
  float: right;
  display: block;
  width: 15px;
  height: 15px;
  background: url('small_x.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/img/small_x.png*/ right bottom no-repeat #ee4138;
  font: 0px/0px a;
  color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
}

/* == plugin styles ===================================================== */
/* -- UNIFORM -------------------- */
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/
/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  background-image: url("sprite-controls_gray.png")/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/img/sprite-controls_gray.png*/;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
  margin: 0;
  padding: 0;
}
/* INPUT & TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('../bg-input-focus.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/images/bg-input-focus.png*/ repeat-x 0px 0px;
  background: url('../bg-input.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/images/bg-input.png*/ repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  background: url('../bg-input-focus.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/images/bg-input-focus.png*/ repeat-x 0px 0px;
}
/* SPRITES */
/* Select */
div.selector {
  background-position: -483px -170px;
  line-height: 34px;
  height: 34px;
}
div.selector span {
  background-position: right 0px;
  height: 34px;
  line-height: 34px;
}
div.selector select {
  /* change these to adjust positioning of select element */

  top: 0px;
  left: 10px;
}
div.selector:active,
div.selector.active {
  background-position: -483px -204px;
}
div.selector:active span,
div.selector.active span {
  background-position: right -34px;
}
div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: -483px -238px;
}
div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right -68px;
}
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -272px;
}
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -102px;
}
div.selector.disabled {
  background-position: -483px -306px;
}
div.selector.disabled span {
  background-position: right -136px;
}
/* PRESENTATION */
/* Select */
div.selector {
  width: 240px;
  font-size: 12px;
}
div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}
div.selector span {
  padding: 0px 40px 0px 2px;
  cursor: pointer;
}
div.selector span {
  color: #666;
  width: 200px;
}
div.selector.disabled span {
  color: #bbb;
}
/*
CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}
/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}
div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 32px;
  width: 100%;
  border: none;
  background: none;
}


/**** SIDEBAR MODULES *****/
.sidebar-page-widget {
  width: 210px;
}
.sidebar-page-widget-img {
  height: 138px;
}
.sidebar-about-widget .sidebar-page-widget-title h4 {
  font-size: 14px;
  font-family: 'din-cond-bd', helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.sidebar-about-widget .sidebar-page-widget-title .name {
  font-size: 20px;
  color: #f36e3b;
  font-family: Georgia, Times, serif;
  line-height: 26px;
  text-align: center;
}
.sidebar-about-widget .sidebar-page-widget-img {
  height: inherit;
}
.sidebar-about-widget .sidebar-page-widget-img img {
  float: left;
  margin-right: 8px;
}
.sidebar-about-widget .sidebar-page-widget-text p {
  margin-top: 10px;
}
.sidebar-video-widget .vid-img-overlay img {
}
.sidebar-video-widget .sidebar-page-widget-title h4{
  font-size: 16px;
  font-style: italic;
  margin: 10px 0px;
}


/**** VIDEO CSS *****/
.vid-img-cont {
  position: relative;
  z-index: 100;
}
.vid-img-cont img {
  z-index: 90;
}
.vid-img-overlay {
  position: absolute;
  font: 26px 'ProximaBold', Helvetica, Arial, sans-serif;
  background: url('light_overlay.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/light_overlay.png*/;
  color: white;
  width: 230px;
  text-transform: uppercase;
  padding: 20px 30px 10px;
  word-wrap: normal;
}
.vid-img-overlay span {
  display: block;
  margin-bottom: 4px;
}
.vid-img-overlay span.watch-story {
  font-family: 'FreightItal', georgia, trebuchet, serif;
  text-transform: none;
}
.vid-img-overlay span.play-button {
  display: block;
  height: 90px;
  width: 90px;
  background: url('video-play.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/video-play.png*/ no-repeat;
  position: absolute;
  top: 17%;
  left: 38%;
  margin-left: -45px;
}
.vid-img-cont-temp .vid-img-overlay {
  width: 470px;
  padding: 20px 110px 10px 30px;
  bottom: 7px;
  font: 500 24px/28px 'Oswald', sans-serif;
}
.vid-img-cont-temp .vid-img-overlay span {
  display: inline;
  margin-right: 4px;
}
.vid-img-cont-temp .vid-img-overlay span.play-button {
  *margin-top: -75px;
  left: 92%;
  *top: 0;
}
.vid-img-cont-temp .vid-img-overlay span.watch-story {
  display: block;
  font-style: italic;
  font-size: 18px;
}
.open-vid {
  cursor: pointer;
}
#interview-video {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3000;
  display: none;
}
#interview-video #video-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url('dropdown-bg.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/img/dropdown-bg.png*/;
}
#interview-video .video-js {
  width: 640px;
  height: 264px;
  left: 50%;
  margin-left: -340px;
  top: 26%;
  position: absolute;
}

/* info tab sidebar */

.info-content {
  float: left;
  font: 14px/23px helvetica, arial, sans-serif;
  position: relative;
  width: 100%;
}

.info-content .article-container {
  *max-width: 740px;
  *margin: 30px 0px 20px 30px;
  float: left;
  width: 610px;
  border-right: 1px solid #dddddd;
  padding-right: 20px;
}

.info-content .article-container header h1 {
  border-bottom: none;
  font-weight: 500;
}
.info-content section {
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #eaeaea;
}

.info-content .article-container section h2,
.info-content .article-container h3,
.info-content .other-perspectives > h3,
.expert-header .name,
.info-tab-toc .toc-header {
  font-family: 'FreightItal', georgia, trebuchet, serif;
  font-size: 20px;
  font-weight: 600;
  color: #f36e3b;
  margin-bottom: 10px;
}

.info-content .other-perspectives {
  background: #f6f6f6;
  display: block;
  float: left;
  padding: 10px 20px;
  margin-top: 15px;
}
.info-content .article-container section .other-perspectives h2 {
  color: #33a7d1;
  font-size:14px;
  font-family: helvetica, arial, sans-serif;
  line-height: 16px;
}
.info-content .other-perspectives > h3 {
  font-size: 16px;
  font-weight: bold;
}
.info-content .other-perspectives .mini-article h3 {
  color: #aeaeae;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
}
.info-content .other-perspectives .mini-article .quote {
  font-style: italic;
}
.info-content .other-perspectives .mini-article .quote p {
  font-size: 12px;
}
.info-content .other-perspectives .mini-article .quote a {
  display: block;
  margin-top: 10px;
}
.info-content .article-container h3 {
  font-size: 16px;
  font-style: italic;
}

.info-content .quiz-header {
  width: 460px;
  float: left;
}
.info-content #section_03 .quiz-header p,
.info-content #section_03 .quiz-header h2 {
  width: 100%;
}
#section_03 ol.result-key {
  margin-top: 0;
  margin-right: 20px;
}
.info-content .question {
  margin-bottom: 3px;
}

.info-content .article-container .all-profession h3 {
  margin-bottom: 0;
}
.info-content .article-container .all-profession {
  margin-top: 10px;
}

.info-tab-sidebar {
  width: 34%;
  float: left;
}
.info-expert {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
}
.expert-header img {
  float: left;
  width: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.expert-header span {
  font-size: 16px;
  float: left;
  background: none;
  border: none;
  padding: 0;
}
.expert-header .name {
  font-size: 20px;
  float: left;
  margin-top: 5px;
  width: 225px;
}
.expert-blurb {
  margin-top: 10px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  *float: left;
  *clear: both;
}

.info-tab-toc {
  float: left;
  clear: both;
  margin: 10px;
  background: #f6f6f6;
  width: 85%;
  padding: 20px;
}
.toc-header {
  font-size: 22px;
}
.content-area .info-tab-toc ul {
  margin: 0;
}

.content-area .info-tab-toc ul li {
  margin-left: 20px;
}

.careers-content .content-area > h3 {
  font-family: 'FreightItal', georgia, trebuchet, serif;
  font-size: 18px;
  color: #f36e3b;
  font-weight: 600;
  margin: 20px 0px 10px;
}
.careers-content .content-area > h4 {
  font-size: 18px;
  font-weight: 400;
}

.all-interview {
  border-top: 1px solid #f4f4f4;
}
.interview {
  border-bottom: 1px solid #f4f4f4;
  padding: 20px 0px;
}
.interview img {
  float: left;
  width: 125px;
  margin-right: 15px;
}
.interview .accordian-header {
  float: left;
  width: 80%;
}
.interview .accordian-header > p {
  height: 0;
  padding: 0;
  margin: 0;
}
.interview h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.interview h4 {
  font-family: 'FreightItal', georgia, trebuchet, serif;
  font-size: 16px;
  color: #f36e3b;
  margin: 0;
}
.interview .accordian-excerpt {
  font-size: 12px;
  line-height: 14px;
  margin: 10px 0px;
}
.interview .toggle {
  float: left;
  font-weight: 300;
  padding: 3px 8px;
  background: #f36e3b;
  color: white;
  font-family: "Oswald", helvetica, arial, sans-serif;
  cursor: pointer;
}
.interview .accordian-body,
.interview .accordian-body p {
  float: left;
}
.interview .accordian-body h4 {
  width: 100%;
  margin: 20px 0px 5px;
}


#comments .must-log-in {
  clear: both;
}
#comments .comment-header {
  margin-left: 0px;
}


  .vid-img-cont-temp .vid-img-overlay {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .profession .accordian-body p:last-child {
    margin-bottom: 20px;
  }
  .info-content .article-container .article-inner p {
    margin-bottom: 10px;
  }

#home-main.monetize-right {
  float: right;
  border-left: 1px dotted #ccc;
  border-right: none;
}
.featured-content .content-area.monetize-right {
  float: left;
  *border-left: 1px dotted #ccc;
  width: 100%;
  padding-left: 340px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-content #sidebar-wrapper.monetize-left {
  width: 320px;
  position: absolute;
  left: 0;
  top: 0;
}
.featured-content #sidebar-wrapper.monetize-left .mz {
  margin: 0 0 10px;
}
.featured-content #sidebar-wrapper.monetize-left .monet-blurb {
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
#sidebar-wrapper.monetize-left {
  float: left;
}
.mz {
  background: #32a6d7;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  width: 280px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.mz h3 {
  color: #fff;
  font: bold 32px/38px "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}
.mz form {
  background: #148cbd;
  border-radius: 3px;
  padding: 15px;
}
.spin #primary .mz form .selector {
  width: 210px;
  background: url("../sprite-uniform.png")/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/css/images/sprite-uniform.png*/ no-repeat -0 -125px;
  margin-bottom: 11px;
}
.spin #primary form .selector.disabled {
  /* opacity: 0.4; */
}
.mz form input[type=submit]{
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font: normal 26px/36px "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  background-color: #f36e3b;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f36e3b), to(#cc5c2f));
  background: -webkit-linear-gradient(top, #f36e3b, #cc5c2f);
  background: -moz-linear-gradient(top, #f36e3b, #cc5c2f);
  background: -ms-linear-gradient(top, #f36e3b, #cc5c2f);
  text-shadow: -1px -1px 0 #ffa600;
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
  margin-top: 10px;
  cursor: pointer;
}
.mz form input[type=submit]:hover {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cc5c2f), to(#f36e3b));
  background: -webkit-linear-gradient(top, #cc5c2f, #f36e3b);
  background: -moz-linear-gradient(top, #cc5c2f, #f36e3b);
  background: -ms-linear-gradient(top, #cc5c2f, #f36e3b);
}
.mz .select-container {
  float: left;
  position: relative;
  width: 100%;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 7px;
}
.mz .select-container select {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background: transparent;
  height: 32px;
  padding: 0px 0px 0px 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  z-index:999;
  position: relative;
}
.mz .select-container select:disabled {
  cursor: not-allowed;
}
.mz .select-container .dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  background: url("monet_dropdown.png")/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/monet_dropdown.png*/ no-repeat 0 0;
  height: 32px;
  width: 32px;
  background-size: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  z-index:998;
}
.monet-blurb {
  font-size: 10px;
  line-height: 14px;
  color: #c3c3c3;
  font-style: italic;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/****** MEDIA QUERIES ******/
@media screen and (max-width: 1002px) {
  #comments #respond {
    margin: 20px 0px;
  }
  .single #comments #respond {
    float: left;
    padding-left: 20px;
  }
  #section_03 ol {
    float: left;
    margin: 0;
    width: 100%;
  }
  #section_03 ol li {
    margin-left: 20px;
    float: left;
    padding: 0;
    margin-right: 5px;
    border-right: 1px solid #dddddd;
    padding-right: 5px;
  }
  #section_03 ol li:last-child {
    border-right: none;
  }
  .quiz-submit p {
    width: auto;
  }
  .table_chart table td.colTitle.profession {
    font-size: 14px;
    padding-right: 20px;
    line-height: 18px;
  }
  .study-area-nav li.active span {
    display: none;
  }
  .article-container .study-area-nav li {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    width: 88px;
    height: 50px;
  }
  .study-area-nav li h4 {
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tabs .tab-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .info-content .article-container {
    width: 450px;
  }
  .content-area .degree-level-header ul li {
    font-size: 12px;
    width: 79px;
    margin-left: 0;
  }
  .degree-level-header .active-indicator {
    display: none;
  }
  .academic-level-desc, .levels-wrap section {
    width: 450px;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat .teaching-facet-text, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat .education-facet-text, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat .facet-text {
    width: 110px;
  }
  .content-area ul li, .content-area ol li {
    margin-left: 20px;
  }
  .tabbed-page #comments {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  #respond form {
    padding: 0 20px 20px 0px;
    clear: both;
  }
  #respond textarea {
    width: 99%;
  }
  #teaching-school-dir-container #teaching-school-dir #teaching-school-dir-header-container #teaching-school-dir-header, #education-school-dir-container #education-school-dir #education-school-dir-header-container #education-school-dir-header, #scholarship-dir-container #scholarship-dir #scholarship-dir-header-container #scholarship-dir-header {
    padding-left: 0;
    padding-right: 0;
  }
  .interview .toggle {
    margin-top: 10px;
  }
  #quiz-bad-job-alert {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .close {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .expert-header span,
  .expert-header .name {
    width: 145px;
  }
  .vid-img-cont-temp .vid-img-overlay span.play-button {
    background: url('highres-video-play.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/highres-video-play.png*/ no-repeat;
    background-size: 100%;
    width: 70px;
  }
  .profession .spinner {
    background: url('highres-plus-big.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/highres-plus-big.png*/ no-repeat 0 0;
    background-size: 100%;
  }
  .profession .accordian-header.active .spinner {
    background: url('highres-close-big.png')/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/highres-close-big.png*/ no-repeat 0 0;
    background-size: 100%;    
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-head-container .teaching-school-head-icon, #education-school-dir-container #education-school-dir .education-school-result .education-school-head-container .education-school-head-icon, #scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-head-container .scholarship-head-icon {
    background: url("highres-inst-icon.png")/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/highres-inst-icon.png*/ no-repeat 0 0;
    background-size: 100%;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat .teaching-facet-data:before, 
  #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat .education-facet-data:before, 
  #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat .facet-data:before {
    background: url("highres-arrow.png")/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/highres-arrow.png*/ no-repeat 0 0;
    background-size: 100%;    
    margin-top: 0;
    margin-left: 5px;
    padding-top: 3px;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat .teaching-facet-data:checked:before,
  #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat .education-facet-data:checked:before,
  #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat .facet-data:checked:before {
    background: url("highres-checked.png")/*tpa=http://www.edudemic.com/wp-content/themes/edudemic-theme/assets/highres-checked.png*/ no-repeat 0 0;
    background-size: 100%;    
    margin-left: 3px;
  }
  .tabbed-page #author-info {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #author-text {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .info-tab-toc {
    display: none;
  }
  .info-tab-sidebar,
  .info-expert {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
    padding-left: 0;
  }
  .expert-header span,
  .expert-header .name {
    width: 473px;
  }
  .info-content .article-container {
    width: 560px;
    border-right: none;
    padding-right: 0;
  }
  .info-content .quiz-header {
    width: 100%;
  }
  .article-container .study-area-nav li {
    width: 110px;
    height: 60px;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .study-area-nav li h4 {
    font-size: 12px;
  }
  .content-area .degree-level-header ul li {
    width: 111px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .academic-level-desc, .levels-wrap section {
    width: 560px;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar, #education-school-dir-container #education-school-dir-sidebar, #scholarship-dir-container #scholarship-dir-sidebar {
    width: 100%;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat .teaching-facet-text, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat .education-facet-text, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat .facet-text {
    width: 90%;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat,
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-trigger, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-trigger, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-trigger {
    display: none;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-set-cat.active, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-set-cat.active, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-set-cat.active,
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-trigger.active, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-trigger.active, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-trigger.active {
    display: block !important;
  }
  #teaching-school-dir-container #teaching-school-dir, #education-school-dir-container #education-school-dir, #scholarship-dir-container #scholarship-dir {
    width: 100%;
    margin-left: 0;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod:last-child, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod:last-child, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod:last-child {
    padding-bottom: 10px;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-head, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-head, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-head {
    border-bottom: none;
    margin: 0;
    padding: 5px 0;
  }
  #teaching-school-dir-container #teaching-school-dir-sidebar #teaching-school-dir-facets .sidebar-mod .teaching-facet-head h3, #education-school-dir-container #education-school-dir-sidebar #education-school-dir-facets .sidebar-mod .education-facet-head h3, #scholarship-dir-container #scholarship-dir-sidebar #scholarship-dir-facets .sidebar-mod .facet-head h3 {
    margin-bottom: 0;
  }
  .tabs .tab-header {
    padding: 10px 7px;
    margin-right: 2px;
    font-size: 12px;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-campus-info-section, #education-school-dir-container #education-school-dir .education-school-expand .education-school-campus-info-section, #scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-campus-info-section {
    width: 271px;
  }
}

@media screen and (max-width: 599px){
  .tabbed-page .tab-content-container {
    padding: 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .featured-content #sidebar-wrapper.monetize-left {
    width: 100%;
    position: relative;
    float: left;
  }
  .featured-content #sidebar-wrapper.monetize-left .mz {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .featured-content .content-area.monetize-right {
    padding-left: 0;
    border-left: none;
    margin-top: 40px;
  }
  .tabs {
    padding-left: 20px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tabs .tab-header {
    width: 220px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-right: 1px solid #dddddd;
  }
  .tabs .tab-header a {
    margin: 10px;
    display: block;
  }
  .tabs .tab-header.active {
    *border-bottom: 1px solid #dddddd;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-sort-field-container, #education-school-dir-container #education-school-dir .education-school-result .education-school-sort-field-container, #scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-sort-field-container {
    font-size: 11px;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-head-container .teaching-school-head-content, #education-school-dir-container #education-school-dir .education-school-result .education-school-head-container .education-school-head-content, #scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-head-container .scholarship-head-content {
    font-size: 12px;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-view-info, #education-school-dir-container #education-school-dir .education-school-result .education-school-view-info, #scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-view-info {
    font-size: 10px;
    margin-right: 0px;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-result.stripe-odd .teaching-school-head-container, #education-school-dir-container #education-school-dir .education-school-result.stripe-odd .education-school-head-container, #scholarship-dir-container #scholarship-dir .scholarship-result.stripe-odd .scholarship-head-container,
  #teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-head-container, #education-school-dir-container #education-school-dir .education-school-result .education-school-head-container, #scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-head-container {
    padding: 15px 5px;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-campus-info-section, #education-school-dir-container #education-school-dir .education-school-expand .education-school-campus-info-section, #scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-campus-info-section {
    width: 48%;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container .teaching-program-result .teaching-program-degrees-container .teaching-program-degree, #education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container .education-program-result .education-program-degrees-container .education-program-degree, #scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container .program-result .program-degrees-container .program-degree {
    padding: 0;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container .teaching-program-result .teaching-program-degrees-container .teaching-program-degree a, #education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container .education-program-result .education-program-degrees-container .education-program-degree a, #scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container .program-result .program-degrees-container .program-degree a {
    max-width: 370px;
  }
  .profession h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .profession h3 a {
    padding-right: 40px;
  }
  .info-content .article-container {
    width: 440px;
  }
  .content-area .degree-level-header ul li {
    width: 87px;
  }
  .academic-level-desc, .levels-wrap section {
    width: 440px;
  }
  .article-container .study-area-nav li {
    width: 100%;
    height: 40px;
  }
  .content-area .study-area-nav {
    border-top: 1px solid #ebebeb;
  }
  .table_chart table td.colTitle.profession {
    font-size: 12px;
    padding-right: 30px;
  }
  #section_03 ol.result-key {
    margin-top: 10px;
  }
  .info-content .quiz-header {
    margin-bottom: 10px;
  }
  .info-content .question {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .info-content .article-container section h2, .info-content .article-container h3, .info-content .other-perspectives > h3, .info-tab-toc .toc-header {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }
  .expert-header span,
  .expert-header .name {
    width: 353px;
  }

}

@media screen and (max-width: 479px) {
  .tabs .tab-header {
    width: 140px;
  }
  .info-content .article-container {
    width: 280px;
  }
  .vid-img-cont-temp .vid-img-overlay {
    font-size: 14px;
    line-height: 20px;
  }
  .vid-img-cont-temp .vid-img-overlay span.watch-story {
    font-size: 14px;
  }
  .vid-img-cont-temp .vid-img-overlay span.play-button {
    left: 86%;
    top: 10px;
  }
  .mini-article header {
    margin-right: 10px;
  }
  .mini-article header img {
    max-width: 60px;
  }
  .info-content #section_03 .quiz-header h2 {
    margin: 20px 0px 10px;
    line-height: 20px;
  }
  .quiz-submit p {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .table_chart table td.colTitle.profession {
    font-size: 10px;
  }
  .table_chart table td.colTitle {
    font-size: 9px;
  }
  .table_chart table td {
    font-size: 12px;
    padding: 5px;
  }
  .highcharts-container tspan {
    font-size: 9px;
    line-height: 10px;
  }
  .info-content .article-container section h2, .info-content .article-container h3, .info-content .other-perspectives > h3, .expert-header .name, .info-tab-toc .toc-header {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }
  .info-content .article-container section h2 {
    margin-top: 20px;
  }
  .info-content .article-container h3 {
    font-size: 16px;
  }
  .degree-level-header ul {
    padding: 0;
    margin: 5px auto 20px;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
  }
  .content-area .degree-level-header ul li {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .academic-level-desc, .levels-wrap section {
    width: 280px;
  }
  #quiz-bad-job-alert {
    width: 300px;
    left: 62%;
  }
  #section_09 h4 {
    font-size: 18px;
    line-height: 22px;
  }
  #teaching-school-dir-container #teaching-school-dir #teaching-school-dir-header-container #teaching-school-dir-header #teaching-school-dir-header-content, #education-school-dir-container #education-school-dir #education-school-dir-header-container #education-school-dir-header #education-school-dir-header-content, #scholarship-dir-container #scholarship-dir #scholarship-dir-header-container #scholarship-dir-header #scholarship-dir-header-content {
    width: 100%;
    margin-bottom: 10px;
  }
  #teaching-school-dir-container #teaching-school-dir #teaching-school-dir-header-container #teaching-school-dir-sort, #education-school-dir-container #education-school-dir #education-school-dir-header-container #education-school-dir-sort, #scholarship-dir-container #scholarship-dir #scholarship-dir-header-container #scholarship-dir-sort {
    margin-top: 0;
    float: left;
    width: 100%;
  }
  #teaching-school-dir-container #teaching-school-dir #teaching-school-dir-header-container #teaching-school-dir-sort select, #education-school-dir-container #education-school-dir #education-school-dir-header-container #education-school-dir-sort select, #scholarship-dir-container #scholarship-dir #scholarship-dir-header-container #scholarship-dir-sort select {
    width: 100%;    
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-result .teaching-school-sort-field-container, #education-school-dir-container #education-school-dir .education-school-result .education-school-sort-field-container, #scholarship-dir-container #scholarship-dir .scholarship-result .scholarship-sort-field-container {
    float: left;
    margin-left: 25px;
    width: 100%;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-campus-info-section, #education-school-dir-container #education-school-dir .education-school-expand .education-school-campus-info-section, #scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-campus-info-section {
    width: 47%;
    font-size: 12px;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .teaching-school-programs-container .teaching-program-result .teaching-program-degrees-container .teaching-program-degree a, #education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .education-school-programs-container .education-program-result .education-program-degrees-container .education-program-degree a, #scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .scholarship-programs-container .program-result .program-degrees-container .program-degree a {
    max-width: 220px;
    font-size: 12px;
  }
  #teaching-school-dir-container #teaching-school-dir .teaching-school-expand .teaching-school-programs .section-title, #education-school-dir-container #education-school-dir .education-school-expand .education-school-programs .section-title, #scholarship-dir-container #scholarship-dir .scholarship-expand .scholarship-programs .section-title {
    font-size: 12px;
  }
  #scholarship-dir-container.scholarship-dir #scholarship-dir .scholarship-result .scholarship-head-container .scholarship-head-content {
    max-width: 190px;
  }
  ol.commentlist, #respond form {
    width: 275px;
  }
  .tabbed-page #comments {
    width: 280px;
  }
  .teaching-school-data b,
  .education-school-data b {
    float: left;
    width: 100%;
  }
  .expert-header span,
  .expert-header .name {
    width: 195px;
  }
  .info-content .other-perspectives .mini-article h3 {
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
























