body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.no_margin {
  margin: 0;
}

.text-center {
  text-align: center;
}

.header-image {
  height: 20vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.title{
    position :relative;
}

.pin {
   position:absolute;
   top:0px;
   left :-20px;
   width : 50px
}

.coming-soon {
    background-image: url(../../Content/images/ComingSoon.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
}

.no_wrap {
  white-space: nowrap;
}

.clouds {
  background-image: url(../../Content/images/sprite.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: repeat-x;
  display: block;
  height: 61px;
}

#cloud_association {
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}

.clouds_container {
  background: #fff;
}

.clouds.clouds_top {
  background-position: 0 -327px;
  width: 463px;
  text-align: center;
  padding-top: 15px;
  width: 100%;
  height: 61px;
  min-height: 61px;
  height: inherit;
  margin-top: -50px;
  zoom: 1;
  position: relative;
}

.clouds.clouds_bottom {
  background-position: 0 -438px;
  width: 463px;
  height: inherit;
  width: 100%;
  height: 62px;
  margin-bottom: -50px;
  background-position: bottom left;
}

#cloud_association .cloud_association_content p {
  margin: 0;
  font-size: 24px;
}

.lead {
  font-weight: 200;
  font-size: 18px;
  line-height: 150%;
}

#cloud_association_links {
  padding-top: 100px;
  padding-bottom: 80px;
}


.team-homepage{
    padding:50px 0px;
}

.box-part {
  background: #FFF;
  border-radius: 0;
  padding: 30px 10px 5px;
  margin: 30px 0px 10px;
}

.text{
    margin:20px 0px;
}

.speech-bubble { 
  position: relative; 
  padding: 20px;
  background: #e2dcdc; 
  font-size: 15px;
  border-radius: .4em; 
  box-shadow: 0 0 4px rgba(0,0,0,.15);
  } 
.speech-bubble:after {
 content: ''; position: absolute; top: 0; left: 50%; width: 0; height: 0; border: 14px solid transparent; border-bottom-color: #e2dcdc; border-top: 0; border-left: 0; margin-left: -7px; margin-top: -14px; 
}
