.typeahead {
  background-color: #fff;
}



.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 600px;
  margin: 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 16px;
  line-height: 22px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.sortable {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 0;
}
.sortable li {
    list-style: none;
    border: 1px solid #CCC;
    background: #F6F6F6;
    color: #1C94C4;
    margin: 5px;
    padding: 5px;
    
}
.drag-handle {
    cursor: move;
    font-weight: bold;
}
li.highlight {
    background: #FEE25F;
}
li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
    min-height: 30px;
}

a.plain-jane {
    text-decoration: none;
}

.data-info .btn-xs {
    min-height: inherit;
}

.emend-section-1 {
    background-image: url('../images/emend/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -22px;
    
}


div.emend-section-2 {
    background-image: url('../images/emend/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 12px solid #fff;
    margin: 0 -15px;
}

div.emend-section-3 {
    background-image: url('../images/emend/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 12px solid #fff;
    margin: 0 -15px;
}

div.emend-section-4 {
    background-image: url('../images/emend/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 12px solid #fff;
    margin: 0 -15px;
}

div.emend-section-5 {
    background-image: url('../images/emend/bg5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 12px solid #fff;
    margin: 0 -15px;
}

div.emend-section-6 {
    background-color: #ae2522;
    border-top: 12px solid #fff;
    margin: 0 -15px;
    padding: 25px 50px 50px 50px;
    color: #fff;
}

div.emend-section-6 a {
    color: #fff;
}
div.emend-section-2 .row, div.emend-section-3 .row, div.emend-section-4 .row, div.emend-section-5 .row {
    margin: 0;
}

.emend-bg {
    background-color:rgba(0, 0, 0, 0.75);
    margin-bottom: 4em;
    transition: background-color 0.25s ease-in-out;
}

.emend-bg:hover {
    background-color:rgba(0, 0, 0, 1);
}

.emend-content {
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-weight: 200;
    
}
.emend-content p {
    margin: 0 2em;
    margin-top: 1.5em;
    padding-bottom: 1.5em;
}

h1.emend-main-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 0.75em;
    margin-bottom: 0;
    text-transform: uppercase;
}
h1.emend-main-title span {
    font-size: 32px;
    font-weight: normal;
    text-transform: none;
}

h2.blue-green {
    background-color: #407582;
    border-top: 10px solid #335e68;
}

h2.orange {
    background-color: #DB6005;
    border-top: 10px solid #a46700;
}

h2.red {
    background-color: #ae2522;
    border-top: 10px solid #8b1e1b;
}

h2.brown {
    background-color: #6b572d;
    border-top: 10px solid #564624;
}

h2.emend-subheading {
    
    font-size: 40px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    
    padding: 0.75em;
    margin: 0 -15px;

}

h2.emend-subheading span {
    font-size: 32px;
    font-weight: normal;
    text-transform: none;
}

.emend-button-wrapper {
    display: inline-table;
    font-size: 18px;
    line-height: 30px;
    margin-right: 30px;
}

.emend-button-content {
    padding: 0.5em 1em;
    display: table-cell;
    vertical-align: middle;
}

.emend-button-content a {
    color: #fff;
    text-decoration: none;
}
.emend-button-content a:hover {
    text-decoration: underline;
}

.emend-button-link {
    padding: 0.5em 1em;
    display: table-cell;
    vertical-align: middle;
}

.g-earth-download {
    margin: 10px 30px 30px 10px;
    float: right;
    color: #fff;
    text-decoration: none;
}
.g-earth-download:visited {
    color: #fff;
}
.g-earth-download img {
    margin-right: 10px;
}


.bg-orange {
	color: #fff;
	background-color: #a95c17;
}

.bg-orange-offset {
	color:#fff;
	background-color: #774111;	
}


#gmap {
    height: 800px;
    border-top: 12px solid #fff;
}

.tour-stop {
    font-family: 'Exo', sans-serif;
    display: none; 
    z-index: 200; 
    position: absolute; 
    right: 0; 
    top: 0; 
    max-width: 600px;
    padding: 20px;
    background-color: #fff;
    max-height: 800px; 
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.tour-stop-title {
    margin-top: 0;
    text-transform: uppercase;
}

.tour-stop p {
    font-size: 14px;
}

.tour-stop .wb-tabs {
    margin-bottom: 50px;
    width: 475px;
}


#emend-reset-map {
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 250;
    
}
#emend-reset-map a {
    color: #000;
    text-decoration: none;
    padding: 10px 40px 10px 10px;
    border: 3px solid #bbdd07;
    background-color: #fff;
    text-transform: uppercase;
    background-image: url('../images/emend/26x27-icon-refresh.png');
    background-position: 95% center;
    background-repeat: no-repeat;
}

.white-text {
    color: #fff !important;
}