.captcha {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter …2 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0'/></filter></svg>#old-timey");
-webkit-filter: grayscale(1);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
ul.simple-post-list li a {
 color: #666;
}
.smc-form{  
}
td{
  padding: 5px !important;
}
.learn-more{
  float: right;
  margin: -15px 0 0;
}
.sidebar p{
  font-size:13px;
  line-height: 17px;
}
.lead p{
  line-height: 1.4;
}
.img-box-wrap {
  width:33%;
  margin: 0 0 25px;
  overflow:hidden;
}
section.featured .img-box-wrap {
  width: 50%;
}
.img-box-wrap.fullsize {
  width: 100% !important;
}
.img-box-wrap .img-box img {
  width: 100%;
}
.img-box-wrap.left {
  float: left;
  margin:0 25px 0 0;
}
.img-box-wrap.right {
  float: right;
  margin:0 0 25px 45px;
}
.img-box-wrap .caption {
  text-align: center;
  font-size: 12px;
  font-style: italic;
}
.img-box-wrap img{
  border: 1px solid #777;
}
#contactform {
  margin-bottom: 50px;
}
#contactform img {
  height: 34px;
  width: 130px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  float: left;
}
#contactform input[name="imagetext"] {
  display: inline;
  width: 100px;
  margin-bottom: 0;
  height: 34px;
  border-radius: 0px;
}
#contactform .imagetext-container {
  max-width: 313px;
  margin: 50px auto;
}
#contactform .required {
  text-align: center;
  margin: 20px;
  color: red;
}


@media only screen and (max-width: 767px){
  .img-box-wrap {
    width:100%;
    margin: 0 0 15px !important;
  }
}