/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* line 19, ../sass/ie.scss */
h1 {
  line-height: 1.25 !important;
  font-size: 48px !important;
}

/* line 24, ../sass/ie.scss */
#single-util .profile-image {
  width: auto !important;
}

/* line 29, ../sass/ie.scss */
#filter-by-name,
#filter-by-specialty {
  width: 345px !important;
}

/* line 33, ../sass/ie.scss */
#header {
  position: relative !important;
  width: 1000px !important;
  margin: 0 auto !important;
  height: 100px !important;
}

/* line 40, ../sass/ie.scss */
#back {
  margin-top: 1em !important;
}

/* line 49, ../sass/ie.scss */
.single .profile-image {
  float: right !important;
}
/* line 53, ../sass/ie.scss */
.single .icon-set {
  float: right !important;
  clear: bloth !important;
}
/* line 58, ../sass/ie.scss */
.single #back {
  float: right !important;
  width: 85 !important;
  margin-top: -3em !important;
}

/* line 65, ../sass/ie.scss */
#single-util {
  width: 150px !important;
  float: right !important;
}

/* line 70, ../sass/ie.scss */
.specs {
  width: 400px !important;
  float: left !important;
}

/* line 75, ../sass/ie.scss */
#banner {
  display: block !important;
  position: relative !important;
  height: 100px !important;
  width: 1000px !important;
  margin: 0 auto !important;
}

/* line 83, ../sass/ie.scss */
#logo {
  position: relative !important;
  margin-left: 10px !important;
  float: left;
  background-image: url("../images/logo.png") !important;
  background-repeat: no-repeat !important;
  width: 165px !important;
  height: 65px !important;
}

/* line 93, ../sass/ie.scss */
#title {
  width: 460px !important;
  margin: 0 76px !important;
  float: left !important;
}

/* line 99, ../sass/ie.scss */
#user-profile {
  position: relative !important;
  float: left !important;
}

/* line 104, ../sass/ie.scss */
#user-profile li {
  margin-left: 8px;
}

/* line 108, ../sass/ie.scss */
#toggle-fav {
  display: none;
}

/* line 112, ../sass/ie.scss */
#wrapper {
  position: relative !important;
  width: 1000px !important;
  margin: 0 auto !important;
}

/* line 118, ../sass/ie.scss */
#search {
  position: relative !important;
  width: 1000px !important;
  margin: 0 auto !important;
}

/* line 124, ../sass/ie.scss */
#sidebar {
  position: relative !important;
  width: 300px !important;
  overflow: visible;
  margin: 0 !important;
  float: left !important;
  padding: .5em !important;
}

/* line 134, ../sass/ie.scss */
#sidebar > div {
  width: 100% !important;
}

/* line 138, ../sass/ie.scss */
#fav-specialists {
  width: 100% !important;
}

/* line 142, ../sass/ie.scss */
#fav-specialists > li {
  width: 100% !important;
  float: left;
  clear: both;
  margin: 0 0 10px 0 !important;
}

/* line 149, ../sass/ie.scss */
.fav-specialist {
  position: relative !important;
  width: 100% !important;
  float: left !important;
  clear: both !important;
  margin-bottom: 10px;
}

/* line 157, ../sass/ie.scss */
.fav-specialist h2 {
  position: relative;
  float: left;
  clear: both;
}

/* line 163, ../sass/ie.scss */
.fav-specialist .profile-image {
  position: relative;
  float: left;
  clear: left;
}

/* line 169, ../sass/ie.scss */
.fav-specialist .specialist-info {
  position: relative;
  float: left;
  margin: 0 !important;
}

/* line 175, ../sass/ie.scss */
#content {
  width: 680px !important;
  margin-left: 20px !important;
  margin-right: 0;
  padding: 0;
  float: left !important;
  position: relative !important;
  background-image: url(../images/bg-grad.png) !important;
  background: #e4e8ec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4e8ec 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e8ec), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e8ec 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e8ec 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e8ec 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e8ec 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e8ec', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

/* line 187, ../sass/ie.scss */
#sidebar {
  background-image: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  background: #e4e8ec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4e8ec 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e8ec), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e8ec 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e8ec 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e8ec 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e8ec 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e8ec', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

/* line 195, ../sass/ie.scss */
#content > div {
  width: 100% !important;
}

/* line 200, ../sass/ie.scss */
#specialists, #categories,
.specialist, .category {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 205, ../sass/ie.scss */
.specialist {
  height: 420px !important;
  margin-bottom: 0px !important;
}
/* line 209, ../sass/ie.scss */
.specialist > div {
  height: 20.4em;
}

/* line 226, ../sass/ie.scss */
.specialist {
  float: left !important;
  width: 46% !important;
  margin-right: 2% !important;
}
/* line 231, ../sass/ie.scss */
.specialist:nth-child(2n+1) {
  clear: left !important;
}
/* line 235, ../sass/ie.scss */
.specialist > div {
  max-height: none !important;
}

/* line 245, ../sass/ie.scss */
.category {
  height: 50px !important;
  border-bottom: 1px solid #def1ff !important;
  float: left !important;
  width: 46% !important;
  margin-right: 2% !important;
}
