.hrboss-trust-body .region-content{
  margin: 0;
}
.hrboss-trust-body h1{
  font-weight: 300;
  font-size: 34px;
}
.hrboss-trust-body h2{
  font-weight: 300;
  font-size: 20px;
}
.hrboss-trust-body h2 strong{
  font-weight: 700;
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-indicators{
  margin: 0 auto;
  padding-bottom: 20px;
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-inner{
  height: auto;
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container{
  margin-bottom: 60px;
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container .row{
  margin-left: 0;
  margin-right: 0;
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container .row *[class*="col-"]{
  padding-left: 0;
  padding-right: 0;
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container a,
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container span[role="button"]{
  display: block;
  width: 100%;
  cursor: pointer;
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container a:hover,
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container span[role="button"]:hover{
  background: rgba(255, 255, 255, 0.5);
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container .carousel-control-button{
  display: table;
  height: 100%;
  width: 100%;
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container .carousel-control-button > *{
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hrboss-trust-body .field-name-field-carousel-items .carousel-control-container .carousel-control-button .carousel-control-button-icon{
  font-size: 2em;
  width: 8%;
}

.hrboss-trust-body .field-name-field-carousel-items .field-collection-view{
  border: none;
  margin: 0;
}

.hrboss-trust-body .node-hrboss-carousel .field-collection-container{
  border: none;
}

.hrboss-trust-body .node .tile-wrapper{
  padding: 42px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: rgb(238, 238, 238);
}

.hrboss-trust-body .dark .tile-wrapper{
  background: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.hrboss-trust-body .blue .view-mode-full > .row{
  background: rgb(12, 94, 152);
  color: rgb(255, 255, 255);
}

.hrboss-trust-body .gray .view-mode-full > .row{
  background: rgb(230, 230, 230);
  color: rgb(51, 51, 51);
}

.hrboss-trust-body .gray a{
  color: rgb(51, 51, 51);
  text-decoration: none;
}
.hrboss-trust-body .gray a:hover{
  color: rgb(81, 81, 81);
}

.hrboss-trust-body .dark a,
.hrboss-trust-body .blue a{
  color: #fff;
  text-decoration: none;
}
.hrboss-trust-body .dark a:hover,
.hrboss-trust-body .blue a:hover{
  color: #ddd;
}
