.cat_btn {
  height: 80px;
  word-break: break-word;
}
html,
body {
  height: 100%;
}
div.wrapper {
  min-height: 100%;
  position: relative;
}
footer {
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
}
.content {
  padding-bottom: 150px;
}
.btn .fa {
  position: relative;
  left: -6px;
  top: -1px;
}
.logo {
  cursor: pointer;
}
.inline .fa {
  width:30px;
  text-align: center;
}
ul.types_of_referrals li {
  padding-bottom: 15px;
}
ul.types_of_referrals li a {
  color:#2482d5;
  text-decoration: underline;
}
.ssi-label {
  background-color: #197ede;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
   -ms-word-break: break-all;
       word-break: break-all;
       word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
div.add_edit_service .form-control {
  padding-left: 8px;
}

#translation_footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:40px;
   width:100%;
   background:#999;
}

.service-description a {
  color: #2195E0;
  word-break: break-all;
}

.banner {
  background-color: rgb(238, 238, 238);
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
}

.banner a {
  color: #2c97dd;
}

.banner h3 {
  margin-top: 0px;
  margin-right: 25px;
}

.banner i {
  font-size: 20px;
  position: absolute;
  top:-3px;
  right: 20px;
  color: #ccc;
}

.county_selection .btn {
	margin-left: 0px !important;
	margin-right: 10px;
	margin-bottom: 10px;
}