@charset "UTF-8";
/* 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 11, ../sass/ie.scss */
.ie7 ﻿#mobile-header {
  position: absolute;
  height: 100px;
  left: 50%;
  margin-left: -635px;
}
/* line 17, ../sass/ie.scss */
.ie7 .entry-header {
  overflow: hidden;
}
/* line 20, ../sass/ie.scss */
.ie7 #masthead #site-navigation #social-nav {
  right: 38px;
}
/* line 23, ../sass/ie.scss */
.ie7 .modal-dialog,
.ie8 .modal-dialog {
  overflow: hidden;
}
/* line 25, ../sass/ie.scss */
.ie7 .modal-dialog .modal-content,
.ie8 .modal-dialog .modal-content {
  width: 500px;
    left:50%;
    margin-left:-250px;
}
/* line 27, ../sass/ie.scss */
.ie7 .modal-dialog .modal-content input[type="text"],
.ie8 .modal-dialog .modal-content input[type="text"] {
  width: 300px !important;
  padding: 0 10px;
}


.ie7 header nav #menu-main {
    padding-left:75px!important;
}
.ie7 .slb_viewer .slb_viewer_layout {
    left:0;
}
.ie7 .slb_viewer .slb_container {
    max-width:700px;
}
.ie7 .slb_viewer .slb_content img {
    width:100%;height:auto;
    display: block;
}

.ie7 #social-nav a,
.search-btn {
    padding-left:0;padding-right:0;
}

.ie7 .nav-menu li {
    vertical-align: bottom !important;
}
.ie7 footer[role="contentinfo"] nav a {
    font-size: 0.9em;
}

.ie7 #mobile-header {
    margin-left:-590px;
}

.ie7 .col-lg-3 {
    width:22%;
}

.ie7 .modal-header .close {
    position: absolute;
    right:10px;
    width:20px;
}
.ie7 .modal-body .searchform #s {
    height:41px;
}

.ie7 .entry-content {
    clear:both;
}

.ie7 #slb_viewer_wrap .slb_content {
    width:auto!important;
    height:auto!important;
}