.form-group p.control-label {
  display: none;
}
.has-error input[type="text"],
.has-error input[type="email"],
.has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error input[type="text"]:focus,
.has-error input[type="email"]:focus,
.has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error p.control-label {
  display: block;
}
.btn__white__cta {
  color: #fff;
  font-size: 12px;
  border: 4px solid #e8e8e8;
  border-radius: 0;
}
.btn__white__cta:hover {
  color: #df7046;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.slider-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.slider-no-flexbox .slider-slide {
  float: left;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.slider-container-android .slider-slide,
.slider-wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slider-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
}
.slider-autoheight,
.slider-autoheight .slider-slide {
  height: auto;
}
.slider-autoheight .slider-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.slider-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
/* 3D Container */
/* Coverflow */
/* Cube + Flip */
/* Cube */
.testim-box {
  padding: 0;
  color: #4b4b4b;
}
.testim-box p {
  display: block;
}
.testim-box > p {
  line-height: 1.5;
}
.testim-box .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
}
.testim-box .media-left {
  padding-right: 15px;
}
.testim-box h5 {
  margin-bottom: 5px;
  color: #df7046;
  font-size: 14px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.testim-box footer p {
  margin-bottom: 10px;
  color: #939393;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}
.testim-box footer a {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #454545;
  font-weight: 800;
  text-decoration: underline;
}
.testim-box footer a:hover {
  color: #df7046;
}
.testim-box-white > p,
.testim-box-gray > p {
  font-weight: bold;
  line-height: 1.5;
}
.testim-box-white {
  margin-bottom: 0;
  color: #fff;
}
.testim-box-white .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
}
.testim-box-white footer a {
  color: #fff;
}
.testim-box-gray {
  margin-top: 30px;
  color: #4b4b4b;
}
.testim-box-gray footer {
  color: #454545;
}
@media screen and (min-width: 768px) {
  .testim-box {
    font-size: 16px;
  }
  .testim-box-white {
    width: 700px;
  }
  .testim-flex-box .panel-grid {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .testim-box-white > p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .testim-row {
    padding: 100px 0 70px;
  }
  .testim-box.col-left {
    padding-right: 100px;
  }
  .testim-box.col-center {
    padding-left: 50px;
    padding-right: 50px;
  }
  .testim-box.col-right {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .testim-row-right,
  .testim-row-left {
    overflow: hidden;
  }
  .testim-row-right .avatar,
  .testim-row-left .avatar {
    overflow: visible;
  }
  .testim-row-right .avatar img,
  .testim-row-left .avatar img {
    max-width: none;
  }
  .testim-box-gray > p {
    font-size: 20px;
  }
  .testim-row-left img {
    position: relative;
    right: 75%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .testim-row {
    padding: 70px 0 40px;
  }
  .testim-box.col-left {
    padding-right: 60px;
  }
  .testim-box.col-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .testim-box.col-right {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .testim-row {
    padding: 40px 0;
  }
  .testim-box.col-left {
    padding-right: 50px;
  }
  .testim-box.col-center {
    padding-left: 25px;
    padding-right: 25px;
  }
  .testim-box.col-right {
    padding-left: 50px;
  }
  .testim-box-white > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .testim-row .panel-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-testimonial .title-size-48 {
    font-size: 32px;
  }
  .testim-row {
    padding: 30px 0;
  }
  .testim-box {
    font-size: 14px;
  }
  .testim-box-white {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1199px) {
  .hero-refer .title-size-50 {
    font-size: 35px;
  }
  .hero-refer p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .hero-refer {
    margin-left: -15px;
    margin-right: -15px;
    background-image: none !important;
    background-color: #f9f9f9;
  }
  .hero-refer .title-size-50 {
    font-size: 36px;
  }
}
.hero-front-page .case-study-title {
  padding: 0;
}
.hero-front-page-slider .slider-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-front-page-slider .slider-slide:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.hero-front-page-slider .slider-slide .container {
  display: inline-block;
  vertical-align: middle;
}
.hero-front-page-slider .slider-nav {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.author-loop-post {
  background-color: #f8f8f8;
}
.author-loop-post .container {
  padding: 0;
}
.author-loop-list {
  padding-left: 0;
  list-style-type: none;
}
.author-loop-list:before,
.author-loop-list:after {
  content: " ";
  display: table;
}
.author-loop-list:after {
  clear: both;
}
.author-loop-list li:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.author-loop-list li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.author-loop-list .thum {
  text-align: center;
}
.author-loop-list .content {
  background-color: #fff;
}
.author-loop-list .content h2 {
  margin: 0;
  color: #565656;
  font-size: 0;
  overflow: hidden;
  font-family: 'PietaLight-Light';
  line-height: 1.5;
}
.author-loop-list .content h2:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.author-loop-list .content h2 a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: inherit;
}
.author-loop-list .content h2 a:hover {
  color: #df7046;
}
.author-loop-list .content p {
  margin-bottom: 0;
  font-family: 'Pieta-Regular';
  color: #939393;
  font-size: 14px;
  line-height: 1.71428571;
}
.author-loop-list .text-wrap {
  overflow: hidden;
}
.author-loop-list .read-more {
  color: #df7046;
  font-family: 'PietaBlack-Black';
  font-size: 14px;
  text-decoration: underline;
}
.author-loop-list .read-more:hover {
  color: #b94a20;
}
@media (min-width: 768px) {
  .hero-front-page h1 {
    margin-bottom: 20px;
  }
  .author-loop-list li {
    float: left;
    margin-bottom: 2.6%;
    margin-right: 2.6%;
  }
  .three-loop-list {
    width: 31.6%;
  }
  .three-loop-list:nth-child(3n) {
    margin-right: 0;
  }
  .two-loop-list {
    width: 48.7%;
  }
  .two-loop-list:nth-child(2n) {
    margin-right: 0;
  }
  .one-loop-list {
    width: 100%;
  }
  .author-loop-list .thum,
  .author-loop-list .thum a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .author-loop-list .thum a {
    height: 100%;
  }
  .author-loop-list .thum img {
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    margin: auto;
    max-width: none;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .hero-front-page-slider {
    height: 575px;
  }
  .author-loop-post {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .author-loop-list .thum {
    height: 225px;
  }
  .author-loop-list .content {
    padding: 26.66666667px 40px;
  }
  .author-loop-list .content h2 {
    height: 120px;
    overflow: hidden;
    margin-bottom: 13.33333333px;
  }
  .author-loop-list .content h2 a {
    font-size: 20px;
  }
  .author-loop-list .content p + p {
    margin-top: 11.76470588px;
  display:none;
  }
  .author-loop-list .text-wrap {
    display:none
    height: 76px;
  }
}
@media (min-width: 1200px) {
  .hero-front-page-slider .slider-nav {
    width: 1170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-front-page-slider .slider-slide {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .author-loop-post {
    padding: 50px 15px 35px;
  }
  .author-loop-list .thum {
    height: 150px;
  }
  .author-loop-list li {
    float: left;
    width: 31.6%;
    margin-right: 2.6%;
  }
  .author-loop-list li:last-child {
    margin-right: 0;
  }
  .author-loop-list .content {
    padding: 13.33333333px 20px;
  }
  .author-loop-list .content h2 {
    height: 108px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .author-loop-list .content h2 a {
    font-size: 18px;
  }
  .author-loop-list .content p {
    margin-bottom: 11.76470588px;
  }
  .author-loop-list .text-wrap {
    height: 76px;
  display:none;
  }
}
@media (max-width: 767px) {
  .hero-front-page-slider .slider-slide {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .hero-front-page-slider .slider-nav {
    position: absolute;
    height: 23px;
    margin: auto;
    top: 0;
  }
  .hero-front-page {
    background-position: top center;
  }
  .hero-front-page h1 {
    margin-bottom: 20px;
  }
  .author-loop-post {
    padding: 50px 15px 35px;
  }
  .author-loop-list li {
    margin: 0 auto 20px;
    max-width: 300px;
  }
  .author-loop-list .content {
    padding: 13.33333333px 20px;
  }
  .author-loop-list .content h2 {
    margin-bottom: 10px;
  }
  .author-loop-list .content h2 a {
    font-size: 18px;
  }
  .author-loop-list .content p {
    margin-bottom: 11.76470588px;
  }
  .author-loop-list .text-wrap {
    height: 76px;
  display:none;
  }
}
.pre-footer p {
  margin-bottom: 0;
}
.pre-footer .cta-help {
  font-size: 16px;
  font-family: 'PietaMedium-Medium';
  padding-top: 59px;
  padding-bottom: 59px;
  background-position: right center;
}
.pre-footer .larger-font {
  font-family: 'PietaBlack-Black';
}
.plain-content {
  position: relative;
}
.case-study-title ul {
  padding-left: 0;
}
.single-post .plain-content a img.aligncenter {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#need-help {
  background-color: #000;
}
#need-help .panel-row-style {
  padding: 40px 0px 10px 0px;
  color: white;
  text-align: center;
  background-color: #000;
}
#need-help h2 {
  color: white;
  font-family: "Open Sans";
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
#need-help h3 {
  opacity: 0.8;
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  font-weight: 400;
  margin: 0px 0px 30px 0px;
}
#need-help .service {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 55px;
}
#need-help .service h4 {
  color: white;
  font-family: "Open Sans";
  font-weight: 600;
  margin: 20px 0px 10px 0px;
}
#need-help .service p {
  color: rgba(255, 255, 255, .6);
  font-family: "Open Sans";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
}
#need-help .service a {
  font-size: 14px;
  padding: 7px 22px;
  width: 112px;
  color: white;
  font-family: "Open Sans";
  font-weight: 400;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#need-help .service a:hover {
  color: #301d1d;
  background-color: white;
  border-color: white;
}
#need-help .service a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #need-help .panel-row-style {
    padding: 50px 0px 0px 0px;
  }
  #need-help h2 {
    font-size: 30px;
    line-height: 34px;
  }
  #need-help h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0px 0px 55px 0px;
  }
  #need-help .service {
    margin-bottom: 50px;
  }
  #need-help .service h4 {
    font-size: 24px;
    line-height: 30px;
  }
  #need-help .service p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  #need-help h3 br {
    display: none;
  }
}
.biab-hero {
  color: #fff;
  padding: 130px 0;
}
.biab-hero h1 {
  font-family: 'Pieta-Bold';
  font-size: 48px;
}
.biab-hero p {
  /* font-family: 'Pieta-Bold'; */
  font-size: 27px;
}
.biab-hero a {
  display: inline-block;
  width: 200px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  background-color: #df7046;
}
.biab-hero a:hover {
  text-decoration: none;
  background-color: #d25323;
}
@media (min-width: 1200px) {
  .biab-text {
    width: 1000px;
  }
}
.biab-text {
  padding: 40px 0 15px;
  font-size: 17px;
}
.biab-text h3 {
  font-family: 'Pieta-Bold';
  font-weight: normal;
}
.biab-text h3,
.biab-text p {
  margin: 0 0 35px;
}
.biab-text h3 {
  font-size: 27px;
}
.biab-text strong {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .biab-meet .container {
    width: 1000px;
  }
}
.biab-meet {
  overflow: hidden;
  padding-top: 40px;
  color: #fff;
}
.biab-meet-head h2 {
  margin: 0 0 30px;
  font-size: 38px;
  font-family: 'PietaMedium-Medium';
  font-weight: normal;
}
.biab-meet-head p {
  font-size: 17px;
}
.biab-meet-boxes {
  padding-bottom: 40px;
}
.biab-meet-boxes .panel-grid-cell {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.biab-meet-box h3 {
  margin: 20px 0 10px;
  font-family: 'Pieta-Bold';
  font-weight: normal;
  font-size: 23px;
}
.biab-meet-box h4 {
  margin: 10px 0 15px; 
  font-family: 'Pieta-Bold';
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}
.biab-meet-box p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1;
}
.biab-meet-foot {
  padding-bottom: 10px; 
}
.biab-meet-foot a {
  display: inline-block;
  width: 200px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  background-color: #df7046;
}
.biab-meet-foot a:hover {
  text-decoration: none;
  background-color: #d25323;
}
.biab-referral {
  overflow: hidden;
}
.biab-referral-row-title h4,
.biab-referral h4 {
  margin: 0;
  color: #5b5b5b;
  font-size: 40px;
  font-family: 'PietaMedium-Medium';
  font-weight: normal;
}
.biab-referral h2,
.biab-referral-row-body h3 {
  margin: 0;
  color: #155366;
  font-family: 'PietaBlack-Black';
  font-weight: normal;
}
.biab-referral h2 {
  display: inline-block;
  padding: 30px 0;
  font-size: 38px;
  border-top: 2px solid #df7046;
}
.biab-referral-head {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .biab-referral-head {
    width: 704px;
    margin-left: auto;
    margin-right: auto;
  }
  .biab-referral-row-title .container{
    padding-left: 0;
    padding-right: 0;
  }
}
.biab-referral-head h4 {
  margin-bottom: 30px;
}
.biab-referral-row-title {
  padding: 30px 0;
}
.biab-referral-row-title h4 {
  position: relative;
  letter-spacing: -1px;
}
.biab-referral-row-title h4:before,
.biab-referral-row-title h4:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 395px;
  height: 2px;
  background-color: #df7046;
}
.biab-referral-row-title h4:before {
  left: 0;
}
.biab-referral-row-title h4:after {
  right: 0;
}
.biab-referral-row-title h4 span {
  display: inline-block;
  background-color: inherit;
  padding: 0 50px;
}
.biab-referral-row-body {
  padding-bottom: 50px;
  font-size: 16px;
}
.biab-referral-row-body h3 {
  margin-bottom: 30px;
}
.biab-referral-row-body p:last-child {
  margin-bottom: 0;
}
.biab-referral-row-body .img-right .panel-grid-cell {
  float: right !important;
}

@media (min-width: 1200px) {
  .biab-referral-row-body .container {
    width: 970px;
  }
}
.biab-how-it-works {
  padding-bottom: 30px;
  color: #fff;
  font-size: 16px;
}
.biab-how-it-works-head {
  margin-bottom: 60px;
  padding: 50px 0 20px;
  font-size: 20px;
  border-bottom: 2px solid #df7046;
}
.biab-how-it-works-head h2 {
  margin: 0 0 20px;
  font-size: 38px;
  font-family: 'PietaBlack-Black';
  font-weight: normal;
}
.biab-how-it-works h3 {
  margin: 0 0 25px;
  font-family: 'PietaBlack-Black';
  font-weight: normal;
  font-size: 24px;
  line-height: 30 / 24;
}
.biab-how-it-works h4 {
  font-size: 18px;
  line-height: 1.66;
  min-height: 85px;
  margin-bottom: 15px;
  font-family: 'PietaBlack-Black';
  font-weight: normal;
}
.biab-how-it-works em {
  font-family: 'Pieta-LightItalic';
  font-weight: normal;
}
.biab-how-it-workds-boxes .panel-grid-cell {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.biab-how-it-works-last-step {
  padding-top: 20px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .biab-how-it-works-last-step {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .biab-faq .container{
    width: 1000px;
  }
}
.biab-faq {
  color: #5b5b5b;
  padding: 40px 0 30px;
  font-size: 16px;
}
.biab-faq h2 {
  margin: 0 0 50px;
  font-size: 38px;
  font-family: 'PietaBlack-Black';
  font-weight: normal;
}
.biab-faq h2 span {
  display: inline-block;
  padding: 20px 30px;
  border-bottom: 2px solid #df7046;
}
.biab-faq h5 {
  margin: 0 0 5px;
  font-size: 18px;
  font-family: 'Pieta-Bold';
  font-weight: normal;
}
@media (min-width: 992px) {
  .biab-become .container {
    width: 730px;
  }
}
.biab-become {
  color: #5b5b5b;
  padding: 70px 0;
  font-size: 18px;
}
.biab-become h2 {
  margin: 0 0 30px;
  font-size: 38px;
  font-family: 'PietaMedium-Medium';
  font-weight: normal;
}
.biab-become strong {
  font-size: 20px;
}
.biab-become .gform_wrapper {
  padding-top: 30px;
}
.biab-become label {
  display: none;
}
.biab-become ul li {
  margin-bottom: 25px;
}
.biab-become ul input {
  display: block;
  width: 100%;
  height: 47px;
  padding: 0 12px;
  color: #df7046 !important;
  font-size: 14px;
  border: 2px solid transparent;
  background-color: #fff;
}
@media (min-width: 781px) {
  .biab-become .ginput_container_name {
    overflow: hidden;
    margin-left: -11px;
    margin-right: -11px;
  }
  .biab-become .ginput_container_name > span {
    width: 50%;
    float: left;
    padding-left: 11px;
    padding-right: 11px;
  }
}
.biab-become ul input:focus {
  outline: none;
  border-color: #df7046;
}
.biab-become ::-webkit-input-placeholder {
  color: #5b5b5b;
}
.biab-become :-moz-placeholder {
  color: #5b5b5b;
}
.biab-become ::-moz-placeholder {
  color: #5b5b5b;
}
.biab-become :-ms-input-placeholder {
  color: #5b5b5b;
}
.biab-become ::-ms-input-placeholder {
  color: #5b5b5b;
}
.biab-become :placeholder-shown {
  color: #5b5b5b;
}
.biab-become .gform_footer {
  text-align: center;
  margin-top: 35px;
}
.biab-become .gform_footer input { 
  display: inline-block;
  width: 190px;
  height: 41px;
  color: #fff;
  font-size: 14px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #df7046;
  border-radius: 0;
}
.biab-become .gform_footer input:hover {
  background-color: #d25323;
  outline: none;
}
.biab-become .validation_error {
  color: #f00;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Pieta-Regular';
  font-weight: normal;
}
.biab-become .gfield_description {
  margin: 0;
  float: none;
  color: #f00;
  font-size: 13px;
  padding: 10px 10px 0;
  font-family: 'Pieta-Regular';
  font-weight: normal;
}
.biab-become .gfield_error input {
  border-color: #f00;
}
.biab-become .gforms_confirmation_message {
  color: #3ea000;
  font-size: 18px;
  text-align: center;
  font-family: 'Pieta-Bold';
  font-weight: normal;
}
@media (max-width: 1999px) {
  .biab-hero {
    padding: 100px 0;
  }
  .biab-hero h1 {
    font-size: 36px;
  }
  .biab-meet-head h2 {
    font-size: 32px;
  }
  .biab-meet-boxes .panel-grid-cell {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .biab-referral-row-title h4, 
  .biab-referral h4 {
    font-size: 32px;
  }
  .biab-referral h2 {
    font-size: 30px;
  }
  .biab-referral-row-title h4:before,
  .biab-referral-row-title h4:after {
    width: 295px;
  }
  .biab-how-it-works-head h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .biab-how-it-works-head {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .biab-how-it-workds-boxes .panel-grid-cell {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .biab-faq h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .biab-hero {
    padding: 80px 15px;
  }
  .biab-hero h1 {
    font-size: 32px;
  }
  .biab-hero p {
    font-size: 20px;
  }
  .biab-text {
    padding: 30px 15px 15px
  }
  .biab-meet-head h2 {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .biab-meet-head p {
    font-size: 15px;
  }
  .biab-meet-boxes .panel-grid-cell {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .biab-meet-box h3 {
    font-size: 18px;
  }
  .biab-meet-box h4 {
    font-size: 15px;
  }
  .biab-meet-box p {
    font-size: 14px;
  }
  .biab-referral-row-title h4, 
  .biab-referral h4 {
    font-size: 28px;
  }
  .biab-referral h2 {
    font-size: 26px;
  }
  .biab-referral-row-title h4:before,
  .biab-referral-row-title h4:after {
    width: 200px;
  }
  .biab-referral-row-body .textwidget {
    padding: 0 10px;
  }
  .biab-referral-row-body h3 {
    font-size: 24px;
  }
  .biab-how-it-works {
    font-size: 13px;
  }
  .biab-how-it-works-head h2 {
    font-size: 28px;
  }
  .biab-how-it-works h3 {
    font-size: 18px;
  }
  .biab-how-it-works-last-step {
    font-size: 15px;
  }
  .biab-how-it-works h4 {
    font-size: 13px;
  }
  .biab-how-it-works-head {
    margin-bottom: 30px;
  }
  .biab-faq h2 {
    font-size: 28px;
  }
  .biab-become {
    padding: 50px 0 30px;
  }
}
@media (max-width: 780px) {
  .biab-hero {
    margin: 0 -15px;
    padding: 40px 15px;
  }
  .biab-hero h1 {
    font-size: 26px;
  }
  .biab-hero p {
    font-size: 16px;
  }
  .biab-text {
    padding: 20px 0px 15px
  }
  .biab-text strong {
    font-size: 16px;
  }
  .biab-meet {
    margin-left: -15px;
    margin-right: -15px;
  }
  .biab-meet-head h2 {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .biab-meet-head p {
    font-size: 15px;
  }
  .biab-meet-boxes {
    padding-bottom: 0;
  }
  .biab-meet-boxes .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .biab-meet-box {
    margin-bottom: 50px;
  }
  .biab-referral,
  .biab-referral-row-title,
  .biab-referral-row-body {
    margin-left: -15px;
    margin-right: -15px;
  }
  .biab-referral-row-title h4, 
  .biab-referral h4 {
    font-size: 28px;
  }
  .biab-referral h2 {
    font-size: 26px;
  }
  .biab-referral-row-title h4:before,
  .biab-referral-row-title h4:after {
    display: none;
  }
  .biab-referral-row-body img.alignnone,
  .biab-referral-row-body img.alignleft,
  .biab-referral-row-body img.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .biab-referral-row-body img {
    margin-bottom: 30px;
  }
  .biab-referral-row-body .img-right .panel-grid-cell {
    float: none !important;
  }
  .biab-referral-row-body .textwidget {
    padding: 0;
  }
  .biab-referral-row-body h3 {
    font-size: 22px;
  }
  .biab-how-it-works {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 15px;
  }
  .biab-how-it-works-head h2 {
    font-size: 24px;
  }
  .biab-how-it-works h3 {
    font-size: 18px;
  }
  .biab-how-it-works-last-step {
    padding-top: 0;
    font-size: 15px;
  }
  .biab-how-it-works h4 {
    font-size: 18px;
    min-height: 0;
  }
  .biab-how-it-works-head {
    margin-bottom: 30px;
  }
  .biab-faq h2 {
    font-size: 24px;
  }
  .biab-become {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 0 20px;
    font-size: 16px;
  }
  .biab-become strong {
    font-size: 17px;
  }
  .biab-become h2 {
    font-size: 24px;
  }
  .biab-become .ginput_container_name > span {
    margin-top: 25px;
    display: block;
  }
}