.title-text-container {
  max-width:930px;
}
.-small-subtitle .the-text {
  font-size:20px;
  line-height:28px;
}
.title-text-container a:not(.hs-button) {
 color: #6B261F;
  text-decoration: underline;
}
.title-text-container a:not(.hs-button):hover {
 color: #A3630F;
}

.gray-border {
  border:1px solid #C4C4C4;
  border-radius: 30px 0px;
  padding:30px;
  background:#fff;
}
.gray-border .title-text-hr {
  margin-left:-30px;
  margin-right:-30px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.gray-border.-has-video {
 padding: 0; 
}

.gray-border.-has-video .title-text-container:last-child {
  padding: 0 30px 30px;
}

.gray-border.-has-video .hs-responsive-embed-wrapper {
  max-height: 100% !important;
  max-width: 100% !important;
  border-top-left-radius: 30px;
}

.gray-border.-has-video .title-text-hr {
 margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.gray-border.-has-background-color {
  color: #fff;
}




.gray-border.-has-background-color a {
  color: #f4aa2a;
}

.the-title {
  color:#003E70;
  font-size:34px;
  line-height:42px;
  font-weight:700;
  margin-bottom:12px;
}

.the-title.-red-title {
  color: #6B261F;
}

.the-title.-small {
  font-size:24px;
  line-height:28px;
}
.the-text {
  font-size:24px;
  line-height:32px;
  font-weight:700;
  color:#A3630F;
}
.btn-wrap {
  margin-top:30px;
  margin-bottom:15px;
}
ul.one-third {
  width:32%;
  display:inline-block;
}
@media screen and (max-width:999px) {
  .the-title {
    font-size:32px;
    line-height:44px;
  }
  .the-title.-small {
    font-size:20px;
    line-height:26px;
  }
  .the-text {
    font-size:22px;
    line-height:28px;
  }
  
}

.container-fluid > .row-fluid:not(.bg-image-content-row) > .span3:first-child p,
.gray-border.-small-text {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width:500px) {
  .the-title {
    font-size:24px;
    line-height:28px;
  }
  .the-title.-small {
    font-size:18px;
    line-height:22px;
  }
  .the-text {
    font-size:20px;
    line-height:27px;
  }
}

.red-strong strong {
  color: #6B261F;
  font-weight: 700;
}

.red-strong strong a {
  font-weight: 700;