.hp-title {
    font-size: 40px;
}

.committee-box {min-height: 589px ;}

@media screen and (min-width: 768px) {

    .the_five_custom_columns {margin: 0 -5%; }

}

.vc_row.wpb_row.vc_inner.vc_row-fluid.vc-row-five {
    margin-right: -55px;
}

@media screen and (min-width: 768px) {
.five-columns.vc_row .vc_col-sm-2 {
float: left;
width: 19.5%;
padding: 0;
margin-right: 0;
min-height: 0;
}
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
margin-right: 0;
}
}


.bcs-sub-page-title {
    line-height: 141px;
    border-width: 0px;
    margin: 200px 0 0;
    padding: 0px;
    letter-spacing: -5px;
    font-size: 110px;
    color: #fff;
    font-weight: 100 !important;
}

.bcs-sub-page-desc {
    max-width: 900px;
     line-height: 41px;
    border-width: 0px;
    margin: 35px 0px 35px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 32px;
    color: #fff;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.link-black {
  color: #000;
}

.columns {
  margin-right: -$grid-gutter;
  margin-left: -$grid-gutter;
  @include clearfix;
}

// Base class for every column (requires a column width from below)
.column {
  float: left;
  padding-right: $grid-gutter;
  padding-left: $grid-gutter;
}

// Column widths
.one-third {
  width: 33.333333%;
}

.two-thirds {
  width: 66.666667%;
}

.one-fourth {
  width: 25%;
}

.one-half {
  width: 50%;
}

.three-fourths {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.four-fifths {
  width: 80%;
}

// Centers content horizontally. Can be used inside or outside the grid.
.centered {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
}