
/* Footer Defaults
-------------------------------------------------- */
.footer {
  margin-top: 0;
}

.footer a {
  color: #777;
  list-style: none;
  list-style-type: none;
}

.footer a:hover{
  list-style: none;
  list-style-type: none;
}


.footer .block-title {
  font-size: 19px;
  font-weight: normal;
  color: #32779a;
  position: relative;
  margin-bottom: 10px;
}

.footer ul {
  padding: 0; 
  margin: 0; 
  width:100%; 
  list-style: none;
} 

.footer ul li {list-style:none;}

/* Footer Wrappers */
.footer-top-wrapper {
  border-top: 12px solid #94BDD3;
  background: url(../images/top-footer-bg.png) repeat;
  background-color: #F7F7F7;
}
.footer-top-content-inner {
  color: #777;
  padding-bottom: 15px;
}
.footer-wrapper {
  background: #F7F7F7;
  border-top: 12px solid #94BDD3;
}
.footer-content-inner {
  padding-bottom: 20px;
}
.footer-content-inner #footer-four {
  margin-bottom: 15px;
}

/* Footer Testimony Block */
#block-views-testimony-homepage .block-title{
  font-size: 2em;
  padding: 0 0 5px 0;
  color: #32779a;
  margin: 15px 0 5px 0;
  border-bottom: 0px solid #DDDDDD;
  font-family: "kepler-std-i6","kepler-std",serif;
  font-style: italic;
  font-weight: 400;
}
.readmore-all>a {
  font-size: 1.1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #4b4b4b;
  margin-top: 25px;
  font-weight: bold;
  line-height: 1em;
}
.readmore-all>a>span {
  display: inline-block;
  padding-left: 10px;
}
.readmore-all>a:hover>span {
  color: #777;
}

/* Footer Site Block */
#footer-one {
  background: #F0F0F0;
  padding: 25px;
  box-shadow: 1px 4px 8px -4px #B9B9B9;
  -webkit-box-shadow: 1px 4px 8px -6px #B9B9B9;
  -moz-box-shadow: 1px 4px 8px -6px #B9B9B9;
  -o-box-shadow: 1px 4px 8px -6px #B9B9B9;
}

.footer-logo>.logo-image {
  display: block;
  background: url(../images/footer-logo.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 18%;
  width: 100%;
}
/* IE7 & IE8 background-size fix */
html.ie7 .footer-logo>.logo-image, html.ie8 .footer-logo>.logo-image {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/sites/all/themes/bootstrap_kcm/images/footer-logo.png',
    sizingMethod='scale');
  background: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .footer-logo>.logo-image {
    background: url(../images/footer-logo@2x.png) no-repeat;
    background-size: 100% 100%;
  }
}

.footer-one-body{
  text-align: center;
  font-size: 1em;
  color: #777;
  margin-top: 5px;
}
.footer-one-footer {
  text-align: center;
  font-size: 0.95em;
  margin-top: 10px;
}
.footer-one-footer>a{
  color: #32779a;
  text-decoration: none;
}
.footer-siteselector{
  text-align: center;
  margin-top: 40px;
}
.footer-siteselector>span{
  padding-bottom: 0px;
  font-size: 24px;
}
.footer-siteselector .btn-group-wrapper {
  text-align: left;
}

/* Megamenu Magazine Image */
@media (min-width: 768px) {
  .magazine-footer-img>img {
    width: 80px;
  }
}

/* Social Icons */
.footer .social-media-icon-group {
  margin-top: 15px;
  overflow: hidden;
}
.footer .social-media-icon-group h2.block-title {
  float: left;
  margin: 5px 10px 3px 0px;
}

/* Copyright*/
.footer #copyright {
  margin-top: 15px;
  border-top: 0px solid #ddd;
  padding-top:15px;
  color: #8B8A8A;
  text-align: center;
  font-size: 0.95em;
  text-transform: capitalize;
  background-color: #F7F7F7;
  padding-bottom: 25px;
}

.footer #copyright a {
  color: #8B8A8A;
  text-align: center;
}

.footer #copyright p {
  margin-bottom: 0;
}