.fac-ayt {
  text-align: center;
  font-family: 'MuseoSlab-500', "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-size: 1.167em;
  color: #898989;
  position: relative;
}
.fac-ayt input {
  font-family: 'MuseoSlab-500', "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  color: #898989;
  font-size: 1.286em;
  width: 540px !important;
  padding: 18px 13px;
  border: 5px solid #F7941D;
  position: relative;
  z-index: 2;
  margin: 0;
  
  background-image: url(../images/search-mag.png);
  background-repeat: no-repeat;
  background-position: right center;
  
     -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5); 
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5); 
          box-shadow: 1px 1px 2px rgba(0,0,0,0.5); 

}
ul.fac-ayt-results {
  position: absolute;
  z-index: 999;
  width: 540px;
  background: #fff;
  border: 1px solid #E6E8EA;
  text-align: left;
  left: 50%;
  padding: 1em 0;
  list-style: none;
  margin: 0 0 0 -271px;
  
     -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); 
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); 
          box-shadow: 0px 1px 2px rgba(0,0,0,0.5); 
}
ul.fac-ayt-results li a {
  display: block;
  padding: 2px 10px;
}
ul.fac-ayt-results li a:hover,
ul.fac-ayt-results li a:focus {
  background: #FEECD6;
}
ul.fac-ayt-results a .icon {
  background: #C2C2C2;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.moduletable-fac { padding: 20px 0 8px; }
.moduletable-fac.fac-search { padding: 30px 0; }
.moduletable-fac h2 { margin: 5px 0 8px; }
.moduletable-fac-bg {
  background: url(../images/fac-bg.png) no-repeat center top;
  padding: 175px 0 160px;
  margin-bottom: -100px;
  min-height: 70px;
  position: relative;
  top: -30px;
}

.fac-default { padding-bottom: 60px; }

.fac-default h2.large {
  font-size: 2.5em;
  line-height: 1em;
}

dl.contact dt {
  float: left;
  width: 20px;
  height: 20px;
  background: url(../images/fac-icons.png) no-repeat 99px 99px;
}
dl.contact dt.web { background-position: 0 0; }
dl.contact dt.office { background-position: 0 -20px; }
dl.contact dt.phone { background-position: 0 -40px; }
dl.contact dt.email { background-position: 0 -60px; }
dl.contact dt.fb { background-position: 0 -80px; }
dl.contact dt.twitter { background-position: 0 -100px; }

dl.contact dd {
  padding-left: 11px;
  margin-bottom: 6px;
  min-height: 22px;
}

dl.contact a {
  color: #F7941D;
  text-decoration: underline;
}
dl.contact a:hover {
  text-decoration: none;
}

.half-block {
  width: 215px;
  padding-right: 15px;
  float: left;
  margin-top: 2em;
}
.half-block + .half-block {
  margin-left: 15px;
}

.map_canvas { position: relative; overflow: visible !important; }
.map_canvas:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
     -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#right .map_canvas:after {
     -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
          box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
}
#right .map_canvas {
  height: 268px;
  width: 268px;
}
#right .map_canvas + h3 { margin-top: 0.667em; }

.churchprofile img.logo {
  float: left;
  margin-left: -145px;
  max-width: 130px;
}

.editlink {
  float: right;
  font-size: 0.75em;
}
