.content-sec-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.content-sec-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f9f8f6;
  padding:0 !important;
}

.pbt-10 {
  padding: 0.625em 2.5em;
}

.pbt-20 {
  padding: 1.25em 2.5em;
}

.pbt-40 {
  padding: 2.5em;
}

.pbt-50 {
  padding: 3.125em 2.5em;
}
.pbt-60 {
  padding: 3.75em 2.5em;
}

.mbt-10 {
  margin: 0.625em 0;
}

.mbt-20 {
  margin: 1.25em 0;
}

.mbt-40 {
  margin: 2.5em 0;
}

.mbt-50 {
  margin: 3.125em 0;
}
.mbt-60 {
  margin: 3.75em 0;
}
.plr-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mlr-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.grey-bgc{
  background-color: #eee;
}
.fgblue-bgc{
  background-color: #00446a;
}
.height-160{
  min-height: 9.375em;
}
.bg-cover-img{
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.hero-title {
  background-color: #00446a;
  background-size: cover;
  background-position: center center;
  text-align: center;
  line-height: 1;
  font-size: 32px;
}
.hero-overlay{
  padding: 1.4em 20px 1.2em;
  background-color: rgba(0,68,107, 0.8);
}
.copy-overlay {
  line-height: 1;
  color:#ffffff;
}
.fgblue-overlay{
  width: 100%;
  position: relative;
  background-color: rgba(0,68,107, 0.8);
  color: #ffffff;
}
.vertical-middle{
  position: relative;
  top: 50%;
  transform: translateY(45%);
}
ul.dashed {
  list-style: none;
}
ul.dashed > li {
  text-indent: -15px;
}
ul.dashed > li:before {
  content: "—" ;
  text-indent: -5px;
}

@media (min-width: 480px) {
  .hero-title {
    font-size: 4em/1em;
  }
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 7vw;
  }
}
@media (min-width: 1023px) {
  .hero-title {
    font-size: 4.45em;
  }
}
@media screen and (max-width: 812px) {
.content-sec-wrap {
    display: block;
  }
  .content-sec-img {
    min-height: 15em;
  }
}
@media screen and (max-width: 480px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
}
