/*
*
* RPP Button Styles
*
*/

.rpp_content_btn {
  padding: 15px 70px 15px 70px;
  display: inline-block;

  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.rpp_content_btn_fw {
  width: 100%;
}

.rpp_content_btn_blue {
  border: 3px solid #1c519d;
  background-color: transparent;
  color: #1c519d;
  transition: .2s;
}

.rpp_content_btn_white {
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: .2s;
}

.rpp_content_btn_blue:hover {
  background-color: rgba(28,81,157,1);
  color: #fff !important;
}

.rpp_content_btn_white:hover {
  background-color: rgba(255,255,255,1);
  color: #1c519d !important;
}

@media only screen and ( max-width: 981px ) {
  .rpp_content_btn {
    padding: 15px 10px 15px 10px;
    display: inline-block;

    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
}

/*
*
* RPP Shorts
*
*/

.justify-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
*
* Font Settings
*
*/

.opensans,
.opensans h1,
.opensans h2,
.opensans h3,
.opensans h4,
.opensans h5 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
}

.lato {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
}

.gradient,
.gradient h1,
.gradient h2,
.gradient h3,
.gradient h4,
.gradient h5 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');
  background: #155ff2 ;
  background: -webkit-linear-gradient(to right, #155ff2, #8124e5);
  background: linear-gradient(to right, #155ff2, #8124e5); /
  -webkit-background-clip: text;
  color: rgba(255,255,255,0) !important;
}

.transparent {
  color: rgba(255,255,255,0) !important;
}

.fg {
  color: #666;
}

.font-white {
  color: #fff !important;
}

.uppercase {
  text-transform: uppercase;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}


.mt25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt50 {
  margin-top: 50px;
}

/*
*
* RPP List
*
*/

.rpp-list ul {
  list-style-type: none !important;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7em;
  padding-right: 50px;
}

.rpp-list li:before {
  content: "\2713";
  font-weight: 700;
  font-size: 20px;
  color: #62e6ae;
  margin-right: 8px;
}

.rpp-list li {
  margin-bottom: 25px;
  text-indent: -25px;
}

.rpp-list li strong {
  font-size: 17px;
  text-transform: uppercase;
}
