/**
 * Custom Styles Overwrites
 * --------------------------------------------------
 */

.panel-default{
    margin-bottom: 35px !important;
    box-shadow: -5px 5px 8px rgba(0,0,0,0.075) !important;
}

#panel-search{
  margin-top: 25px;
  margin-bottom: 20px;
}

#panel-search input{
    height: 40px;
    font-size: 20px;
    padding: 10px;

}

.panel-default{
  border: none !important;
}

.panel-heading{
  border: none !important;
  background-color: #eeeeee;
}

.panel-body{
  padding: 15px;

}


 // Enemy Within Project

table#demo{
    display: none; 
    border-spacing: 33px 22px !important ;
}

h2.panel-title {
  font-size: 22px !important;
}

p.icon-title{
  font-size: 12px;
}



.american-icons img{
  width: 50px;
}

@media (max-width: 767px){

.american-icons img{
  width: 30px;
}  
.american-icons li{
  margin-right: -15px;
}

}


.american-icons li a {
    width: 50px !important ;
    height: 50px !important;
}
// END Enemy Within Project


.nodisplay{
   display: none !important;
}

.feature-a p {
    border-left: 0;
    padding: 0;
    padding-left: 45px;
    padding-right: 45px;

}
.feature-a h4{
    padding-left: 0px;
}
/*.feature-a ul{
    margin-left: 25px;
    margin-right: 25px;
}*/

 /*National Conference Overlay For Dates*/
#conference-overlay img{
  padding: 40px 0px 0px 30px !important;
}

.small-11 {
  font-size: 11px;
}

a.anchor-alignment {
  position: relative;
  top: -100px;
  display: block;
  width: 0;
  height: 0;
}

.item-196 .nav-header {
  font-weight: bold;
  padding: 10px 15px;
  color: #14304E;
}

/*Changed background color for dining for dollars donation page*/
body.page-198 {
  background-color: #FFFFFF;
}

/*Remember banner alignment adjustment*/
.page-105 .top-header {
  background-position: bottom center;
}

/*Chapter map layout adjustments*/
#map {
  width: 98%;
}

.result-inner:hover {
  background: none !important;
}

#sl_sidebar .result-container {
  background: #FFFFFF;
  background-image: none !important;
}

#sl_sidebar .result-container:hover {
  background: #ECECEC !important;
}

#sl_sidebar .result-inner {
  border-bottom: none;
}

@media (max-width: 767px) {
  #map {
    height: 300px !important;
  }
  .main-content-block .media-left img {
    width: 70%;
    height: auto;
  }
}