.bec-pad-the-top{
  margin-top: 45px;
}

.bec-all{
  font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.bec-all h1{
        font-family: DIN, 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 10px;
}

.bec-all h4{
  font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 0;
    margin-top: 0;

}
.bec-all h3{
  font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}

.bec-text-brown, .bec-text-brown h1, .bec-text-brown h4, .bec-text-brown h3{
    color: #D6CEC4 !important;
}

.bec-text-grey .bec-text-grey h1, .bec-text-grey h4, .bec-text-grey h3{
  color: #707070 !important;
}




.bec-block-grey{
  background-color: #707070 !important;
}

.bec-block{
  padding: 40px;
  display: flex;
  width: 100%;
  flex-direction: column;
  
}

.bec-block-nested-block{
  width: 100%;
  display: flex;
  flex-direction: row;
}

.bec-block-text-area{
  
} 

.bec-block-image-area{
  
}
.bec-center-image{
  margin-left: auto;
  margin-right: auto;
  
}

.bec-image-right{
  text-align: right;
  float: right;
  
}

.bec-column {
  width: 50%;
  display: flex;
  flex-direction: column;

}
.bec-right{
  display: flex;
  justify-content: flex-end;
}
.bec-center{
  display: flex;
  justify-content: center;
  text-align: center;
}
.bec-left{
  justify-content: flex-start;
  
}

.bec-text-white, .bec-text-white h1, .bec-text-white h4, .bec-text-white h3{
  
    color: #fff !important;
}
.bec-block-full-width-heading{
  width: 100%;
  margin-bottom: 10px;
}

.bec-heading-grey-border-left{
  border-left: 2px solid #707070;
  padding-left: 10px;
}
.bec-heading-white-border-left{
  border-left: 2px solid #fff;
  padding-left: 10px;
}

.bec-left-padded-block{
  padding-left: 10px;
}

.bec-block-flush-bottom{
  padding-bottom: 0;
}

.bec-block-flush-right{
  padding-right: 0;
}


.bec-bordered-heading{
  border-top: 2px solid #D6CEC4;
  border-bottom: 2px solid #D6CEC4;
  margin-bottom: 20px;
}

.bec-whitespace{
  min-height: 10px;
}

.bec-border-bottom{
  border-bottom: 3px solid #707070;
}

.bec-neg10-bottom-margin{
  margin-bottom: -10px !important;
}

.bec-no-left-padding{
  padding-left: 0 !important;
}
.bec-block-image-area {
    display: block !important;
}
.bec-no-bottom-padding-margin{
  margin-bottom: -30px !important;
  padding-bottom: 0 !important;
}

.ColorSlider .carousel {
    position: relative;
    padding: 20px 85px;
    margin: 10px 0 50px;
}
