.top_cta_title{
    font-family: "Gabarito", sans-serif;
}

.request-a-quote {
  border-width: 1px;
  background: #00629100 !important;
  color: #fff;
  padding: 8px 20px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 700;
  border-style: solid;
  border-radius: 3px;
  border-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn-fullwhite:hover {
  color: #ffffff;
  background-color: #036297;
}
a:active {
  color: #ffffff;
}
#topCta .top_cta {
    width: 90%;
    border-width: 0px;
    background: #ffffff !important;
    color: #000000;
    text-shadow: none;
    padding: 10px 0px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#topCta .top_cta:hover {
  background: #036297 !important;
  color: #fff !important;
  border-color: #036297;
}

/** Action Box **/
.action_box {
  padding: 40px 30px;
  color: #fff;
  border-top: 2px solid #fff;
  position: relative;
  background-color: #036297;
  clear: both;
}
.action_box h4.text {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 200;
  margin-bottom: 0;
}
.action_box .ac-subtitle {
  color: rgba(255, 255, 255);
  line-height: 1.6;
  margin-top: 16px;
}

.action_box[data-arrowpos="center"]:after,
.action_box[data-arrowpos="center"]:before {
  margin-left: -7px;
}
.action_box[data-arrowpos="right"]:after,
.action_box[data-arrowpos="right"]:before {
  margin-left: 25%;
}
/* Action Box style 3 */
.style3 .action_box_inner {
  background-color: #ff9800;
  position: relative;
  padding: 20px 35px 35px 35px;
  border-radius: 6px;
  z-index: 1;
}
.style3 .action_box_inner:before {
  position: absolute;
  content: "";
  background-color: #ff9800;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: skewY(1.5deg);
  -ms-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
  border-radius: 6px;
  transform-origin: right top;
}

.action_box.style3 {
  padding: 0;
  border-radius: 6px;
}

.action_box.style3:before {
  position: absolute;
  content: "";
  background-color: #ff9800;
  width: 30px;
  height: 32px;
  display: block;
  bottom: -6px;
  left: 20%;
  border-radius: 4px;
  -webkit-transform: skewY(35deg);
  -ms-transform: skewY(35deg);
  transform: skewY(35deg);
}

.action_box.style3:after {
  display: none;
}
.action_box .ac-btn {
  margin: 0;
  display: inline;
}
.action_box .ac-btn:last-child {
  width: 80%;
}

@media screen and (max-width: 480px) {

  .style3 .action_box_inner {
    padding: 18px;
  }

  #topCta .action_box h4.text {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 200;
    margin-bottom: 0;
  }
  #topCta .fw-semibold {
    font-weight: 600;
  }
  #topCta .top_cta {
    padding: 8px 10px;
    font-size: 15px;
    white-space: nowrap;
  }
  #topCta .btn-fullwhite {
    padding: 10px 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  #topCta .action_box .ac-btn:last-child {
    margin-left: 0px;
  }
}

