﻿.btn-apply-center {
  font-family: 'reg';
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-apply-center .action-button:nth-child(2) {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 15px;
  margin-right: 15px;
}

.btn-apply-center .action-button {
  /* width: 100%; */
  height: 46px;
  background: #f6f6f6;
  background: -moz-linear-gradient(top,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  background: -webkit-gradient(left top,  left bottom,  color-stop(0,  #f6f6f6),  color-stop(0,  #cbe2f5),  color-stop(46%,  #9fcaec),  color-stop(100%,  #6baee1));
  background: -webkit-linear-gradient(top,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  background: -o-linear-gradient(top,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  background: -ms-linear-gradient(top,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  background: linear-gradient(to bottom,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',  endColorstr='#6baee1',  GradientType=0);
  color: #002c77;
  position: relative;
  padding: 13px 0 0 45px;
  margin: 0 20px 20px 20px;
}
.btn-apply-center .action-button span {
  float: left;
}
.btn-apply-center .action-button .btn-icon-left {
  position: absolute;
  left: -16px;
  bottom: -4px;
}
.btn-apply-center .action-button a {
  color: #002c77;
}

.request-info, .live-chat, .apply-now {
  background: url('/Content/CSU2015/images/btn-icons.png') no-repeat;
}
.request-info {
  background-position: 0 0;
  width: 53px;
  height: 54px;
  display: table-cell;
}
.live-chat {
  background-position: -100px 0;
  width: 53px;
  height: 54px;
  display: table-cell;
}
.apply-now {
  background-position: -199px 0;
  width: 54px;
  height: 54px;
  display: table-cell;
}
