.container {
	width: 970px;
	max-width: none !important;
}
.col-sm-12 {
    width: 100%;
    display: inline-block;
  }
  .col-sm-11 {
    width: 91.66666667%;
    display: inline-block;
  }
  .col-sm-10 {
    width: 83.33333333%;
    display: inline-block;
  }
  .col-sm-9 {
    width: 75%;
    display: inline-block;
  }
  .col-sm-8 {
    width: 66.66666667%;
    display: inline-block;
  }
  .col-sm-7 {
    width: 58.33333333%;
    display: inline-block;
  }
  .col-sm-6 {
    width: 50%;
    display: inline-block;
  }
  .col-sm-5 {
    width: 41.66666667%;
    display: inline-block;
  }
  .col-sm-4 {
    width: 33.33333333%;
    display: inline-block;
  }
  .col-sm-3 {
    width: 25%;
    display: inline-block;
  }
  .col-sm-2 {
    width: 16.66666667%;
    display: inline-block;
  }
  .col-sm-1 {
    width: 8.33333333%;
    display: inline-block;
  }
.collapse {
    display: inline-block;
    visibility: visible;
    width: 100%;
}
#mobile-search {
    display: none;
}
.navbar-toggle {
    display: none;
}

.navbar-default .navbar-nav > li {
    display: inline-block;
}
.navbar-default .navbar-nav > li > a {
    font-size: 13px;
}
.navbar-nav {
    float:left;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-right {
    float: right;
}
.search-button {
    height: 35px !important;
}
.search.home INPUT {
    height: 35px !important;
}

#content-wrap .col-sm-9 {
    display: inline-block;
    float: left;
}

#content-wrap .affix-bottom {
    float: right;
    position: relative;
}
.secondary-nav {
    float: right;
}
#content-wrap #subnav.affix {
    position: relative;
}
.footer-hat-col {
    float:left;
}

/* Start Mike CSS */
/* This Fixes Slideshow And Static Banner Captions On Homepage by Creating White Background and Shifting Element to the Left */

.carousel .caption .contain {
width:520px;
float:left;
background:#FFF;
padding:10px 0 10px 25px;

}

.largeheader .caption .contain {
width:520px;
float:left;
background:#FFF;
padding:10px 0 10px 25px;  

}

/* This Fixes the First Box Alignment in the News & Events Section.  
Three Boxes With Text and Icons.  
First Box was Being Pushed down Out of Alignment. */

.home-news .news-item {
float:left;

}

/* This fixes top margin of paragrapgh news title in icon boxes */
/* This fixes Icons in News & Events Boxes.  Box with Arrow, PDF and Newspaper Icon */

/* Aligns h2 Over Bottom News/Icon Boxes */

h2 {
    text-align:center;
    
}

/* Moves Text In News Box Body Up Away From Icons */ 
.home-news .news-item .content P.news-title {
 margin-top:0 !important;
    
}

/* Uses Special IE Targeting CSS To Target Icons And Move Them Out Of Text Area */

.home-news .news-item.no-image.link:before {
  font-size: 4em\9 !important;
  
}

.home-news .news-item.no-image.pdf:before {
  font-size: 4em\9 !important;
  
}

.home-news .news-item.no-image.news:before {
  font-size: 4em\9 !important;
  
}

/* Adjusts News Text */

p {
    padding:10px 0 0 0;
    
}

/* Miracle Formula That Fixes Nav */

.container-fluid>.navbar-collapse {
    position:absolute;
    top:0;
    left:180px;
    
}

.navbar-brand>IMG {
   background:#FFF;
   position:relative;
   top:2px;
   left:-10px;
   
}

.navbar-default .navbar-nav {
    background:#FFF;
    
}

 .navbar-default.navbar-nav {
     float:right;
     background:#FFF;
     
}
 
 .container-fluid > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    background: #FFF;
    position: relative !important;
    left: -84px; !important;
    
}

/* Aligns Search and Buttons To Edge Of Nav */

#header .header-hat UL.header-links LI.donate {
    position: relative;
    top: 0;
    left: 21px;
    padding-top:.9em;
}

#header .header-hat UL.header-links LI.contact-us {
    position: relative;
    left: 21px;
    
}


#header .header-hat .emory-wide INPUT#q {
    left: 20px;
    position: relative;
}




/* *************About Homepage************** */
/* Fixes Image Link Boxes On About Page */

.thumbnail.caption {
    background:#FFF;
    width:100%;
    float:left;
    
}
 
 /* Fixes Pull Quote And Image */
 
 .pull-quote-image {
     float:left;
     height:260px;
     width:auto;
    
}
 
 
/* Centers h1s */
 
h1 {
    margin-bottom:0;
    margin-top:-5px;
    
}

.pull-quote h1 {
    margin-top:14px;
    margin-bottom:20px;
    
}

 
  .green H2 {
color: #fff;
margin-bottom: 30px;

}
 

 .quote p {
     margin-top:0;
     float:left;
}
 
 .pull-quote {
     padding-bottom:20px;
     
}
 
 /* Makes Side Nave Move To Top Of Screen Instead Of At Bottom Of Page */
 
 .col-sm-3 {
 float:left;
 
 }
 
 /* Removes Extra Space */
 
 .carousel-inner {
     margin-top:-51px !important;
     
 }
 
 .thumbnail-container {
     display:none;
     
 }
 
 input {
     position:relative;
     top:-1px;
 }
 
 .btn {
     position:relative;
     top:2px;
     left:21px;
     
 }
 
 .fa {
     position:relative;
     left:10px;
     font-size:14px;
     
 }
 
 .footer-hat-col h2 {
     text-align:left;
     
 }

/* Pushes Arrows On About Page Thumbnails To Right */

.thumbnail .fa {
    text-align:right;
    
}

/* Creates Space Between Footer And Main Content */

#firsttoknow {
margin-top:20px;
    
}

/* End Mike CSS */

