a.menu-item.envelope:before {
  content: "\f003";
  font-family: FontAwesome;
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
-webkit-font-smoothing:antialiased; }

a.menu-item.money:before {
  content: "\f0d6";
  font-family: FontAwesome;
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
-webkit-font-smoothing:antialiased; }

a.menu-item.hand-r ight:before {
  content: "\f0a4";
  font-family: FontAwesome;
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
-webkit-font-smoothing:antialiased; }

a.menu-item.book:before {
  content: "\f02d";
  font-family: FontAwesome;
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
-webkit-font-smoothing:antialiased; }

a.menu-item.question:before {
  content: "\f128";
  font-family: FontAwesome;
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
-webkit-font-smoothing:antialiased; }

a.menu-item.helixcalendar:before {
  content: "\f073";
  font-family: FontAwesome;
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
-webkit-font-smoothing:antialiased; }

a.menu-item.globe:before {
  content: "\f0ac";
  font-family: FontAwesome;
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
-webkit-font-smoothing:antialiased; }

a.menu-item.edit:before {
  content: "\f044";
  font-family: FontAwesome;
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
-webkit-font-smoothing:antialiased; }

a.menu-item.tags:before {
  content: "\f02c";
  font-family: FontAwesome;
  padding-right: 5px;
  font-style: normal;
  font-weight: normal;
-webkit-font-smoothing:antialiased; }

ul.nav-child {
  margin-left:20px;

}
  

  
.plus {
  margin-top:5px;
}

.middle {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.facebookicon {
background-image: url(../images/facebook.png);
background-position: 0px 0px;
background-repeat: no-repeat;
width;30px;
height:30px;
z-index: 6000;
float: left;
}

.facebookicon:hover {
background-image: url(../images/facebook.png);
background-position: -31px 0px;
background-repeat: no-repeat;
cursor: pointer;
}

.twittericon {
background-image: url(../images/twitter.png);
background-position: 0px 0px;
background-repeat: no-repeat;
width;30px;
height:30px;
z-index: 6000;
float: left;
margin-left: 10px;
}

.twittericon:hover {
background-image: url(../images/twitter.png);
background-position: -31px 0px;
background-repeat: no-repeat;
cursor: pointer;
}

.youtubeicon {
background-image: url(../images/youtube.png);
background-position: 0px 0px;
background-repeat: no-repeat;
width;30px;
height:30px;
z-index: 6000;
float: left;
margin-left: 10px;
}

.youtubeicon:hover {
background-image: url(../images/youtube.png);
background-position: -30px 0px;
background-repeat: no-repeat;
cursor: pointer;
}

.gicon {
background-image: url(../images/g.png);
background-position: 0px 0px;
background-repeat: no-repeat;
width;30px;
height:30px;
z-index: 6000;
float: left;
margin-left: 10px;
}

.gicon:hover {
background-image: url(../images/g.png);
background-position: -30px 0px;
background-repeat: no-repeat;
cursor: pointer;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

#quality.container {
  width: 780px;
  border: solid 1px #ddd;
  border-radius: 4px;
}

#quality.award {
  float: left;
  width: 105px; 
  border: solid 1px #ddd;
  border-radius: 4px;
}
#quality.text {
  float: left;
  width: 650px;
  margin-left: 125px;
  border: solid 1px #ddd;
  border-radius: 4px;
}

.grey {
  background-color: #ddd !important;
}

#topmenu {
  margin: 5px 0;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  background-color: #eee;
}
#home, #buildingbridges {
  margin: 5px 0;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  background-color: #eee;
}
.sp-search-louise {
  padding-top: 10px;
  text-align:right;
}
#sp-main-menu {
  margin-left: 0px !important;
  padding-top: 0px !important;
  padding-left: 10px;
  background-color:#eee;
}

#change {
  border: 1px;
  border-radius: 7px;
  background-color: #00cc99;
  padding: 7px 4px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
}

#change a {
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
}
#needhelp a {
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
}
#needhelp {
  border: 1px;
  border-radius: 7px;
  background-color: #ff00ff;
  padding: 7px 4px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
}
.m4j_submit {
  color: black !important;
}
.moduletable {
  margin-bottom: 10px;
  padding: 6px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
#sp-footer-wrapper {
  background-color: #ccc !important;
}
#sp-bottom1 {
  min-height: 135px;
  padding:7px;
  border: solid 1px #ccc;
  border-radius: 7px;
  background: #dd3434;
  color: #fff;
}
#sp-bottom2 {
  min-height: 135px;  
  padding:7px;
  border: solid 1px #ccc;
  border-radius: 7px;
  background: #3434dd;
  color: #fff;
}
#sp-bottom3 {
  min-height: 135px;
  padding:7px;
  border: solid 1px #ccc;
  border-radius: 7px;
  background: #34dd34;
  color: #fff !important;
}
#sp-bottom4 {
  min-height: 135px;
  padding:7px;
  border: solid 1px #ccc;
  border-radius: 7px;
  background: #dddd00;
  color: #000 !important;
}
#sp-bottom1 h3.a, #sp-bottom2 h3.a, #sp-bottom3 h3.a, #sp-bottom4 h3.a {
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
}
#sp-bottom1 a, #sp-bottom2 a, #sp-bottom3 a, #sp-bottom4 a {
  color: #fff !important;
  text-decoration: none !important;
}
#topbits a {
  color: #666;
}
#topbits a:hover {
  color: #000 !important;
}
#sp-right h3.header {
  margin-bottom: 10px !important;
  text-align:center;
}
.nav-child li:first-child {
  margin: 0;
  border-top: none;
}
.nav-child li {
  margin: 0;
  border-top: dotted 1px #ccc; 
}
.nav-child > li > a:hover, .nav-child > li > a:focus {
  background-color: #eee !important;
  text-decoration: none;
}
.nav-child > li > a {
  padding: 8px 12px;
  display: block;
}
#sociallogoswrapper {
  float:right;
  margin-right: 50px;
  padding: 20px;
  border: dashed 1px #ccc;
  border-radius: 4px;
}
.location1, .location2, .location3, .location4 {
  /* margin-top: 5px; */
  padding: 0px 15px;
  border-radius:7px;
}
.location1 {
  border-left:solid 4px #dd3434;
  border-right:solid 4px #dd3434;
}
.location2 {
  border-top:solid 4px #3434dd;
}
.location3 {
  border-top:solid 4px #34dd34;
}
.location4 {
  border-top:solid 4px #dddd00;
}
.location1 a, .location2 a, .location3 a, .location4 a {
  color: #000;
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
}
.location1 a:hover, .location2 a:hover, .location3 a:hover, .location4 a:hover, .location1 a:focus, .location2 a:focus, .location3 a:focus, .location4 a:focus {
  text-decoration: underline;
}
.componentheading {
  margin: 5px 0 15px 0;
  padding: 5px 0 20px 0;
  font-weight: 400;
  font-size: 38.5px;
  line-height: 40px;
  border-bottom: solid 1px #eee;
}
.entry-header, .categories-list, .category-list {
  margin: 0 0 10px;
}
.entry-header h1, .categories-list h1, .category-list h1 {
  padding: 10px 0 20px 0;
  font-weight: 400;
  font-size: 38.5px;
  line-height: 40px;
  border-bottom: solid 1px #eee;
}
a.readmore {
  float: right !important;
}
.modify-date {
  clear: both;
}
blockquote {
  font-weight: 600;
}
.fundraisingnews {
  margin-top: 30px;
}
.vacancy {
  float:right;
  max-width:30%;
  background: #eee;
  border: solid 1px #ccc;
  border-radius: 7px;
  padding: 7px;
}
#sp-component h2 {
  padding-bottom: 20px;
  color: #666;
  font-weight: 400;
  font-size: 38.5px;
  line-height: 40px;
}
#sp-facebook {
  margin-top: 10px;
}
#coveryourtracks {
  display: block;
  background-color:#fff;
  border:solid 1px #ccc;
  padding:3px;
}
#twitter-widget-0 {
  margin-top:30px;
  padding-top:20px;
  border-top:dashed 2px #ccc !important;
}
.openday {
  border:solid 1px #ccc;
  border-radius:7px;
  padding:10px;
}
.home {
  min-height:120px;
  border:solid 1px #ccc;
  border-radius: 7px;
  padding:10px;
  margin-right:0px;
  margin-bottom:20px;
}
.home-end {
  min-height:120px;
  border:solid 1px #ccc;
  border-radius: 7px;
  padding:10px;
  margin-bottom:20px;
}
.breadcrumb {
  background-color: #fff !important;
}
#sp-header-wrapper {
  background-color: #ff66d9 !important;
  padding-top:10px;
}
#sp-topmenu-wrapper {
  background-color: #ff66d9 !important;
}
#sp-navigation-wrapper {
  padding-top:5px;
}
.jfontsize a {
  background-color:#fff !important;
}
#sp-accreditation-wrapper {
  background-color: #ff66d9 !important;
  color:#fff;
}
#topbits {
  color:#fff;
}
#topbits a {
  color:#fff;
}
#toplogin {
  color:#fff;
}
#toplogin a:hover {
  color:#000;
}
.homespace {
  margin-top: 20px;
  margin-bottom:20px;
  padding-right:10px;
  padding-left:10px;
}
#home2 {
  margin-top:20px;
  margin-bottom:40px;
}
.home2box {
  min-height:250px;
  border:solid 1px #ff66d9;
  border-radius:7px;
  padding:10px;
  background-color:#eee;
}
h1 {
  font-size: 34px !important;
}
#sp-home2-wrapper {
  background-color:#ddd;
}
#sp-locations-wrapper, #sp-home-wrapper {
  margin-top:0px;
  margin-bottom:30px;
}
.cw-social-mod-follow {
  padding: 0px !important;
}
.jfontsize-button:hover {
  color:#000 !important;
}
.cwtest100 {
  float:right;
  margin-left:10px !important;
  margin-right:auto !important;
  width:160px !important;
}
.equality70 {
  float:right;
  width:70px;
  margin-top:5px;
  margin-left:10px;
}
.searchright {
  float:right;
}
#btl .btl-panel > span:hover {
  color:#000 !important;
}
.bb1, .bb2 {
  margin-top: 5px;
  padding: 4px 0 0 30px;
  border-radius:7px;
}
.bb1 a, .bb2 a, {
  color: #000;
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
}
.bb1 a:hover, .bb2 a:hover, .bb1 a:focus, .bb2 a:focus, {
  text-decoration: underline;
}
.bb1 {
  padding:0px 10px 20px;
}

.thumbnails {
	margin-left: -20px;
	list-style: none;
	*zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumbnails:after {
	clear: both;
}
.row-fluid .thumbnails {
	margin-left: 0;
}
.thumbnails > li {
	float: left;
	margin-bottom: 18px;
	margin-left: 20px;
}
.thumbnail {
	display: block;
	padding: 4px;
	line-height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
	border-color: #3071a9;
	-webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	-moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #555;
}
#sp-slideshow-wrapper {
  background: #ddf7dd;
  color: black;
}
#sp-slide {
  width: auto;
  margin-left: 30px;
  }