#recaptcha_area {
    position: relative;
    left: 36%;
}
#paymentform_page > div:nth-child(2) > div > div > div > div.text-center.margintop_25 > form > div > div > div {
    width: auto !important;
}
.mobile-center {
    text-align: center;
}
.mobile-right {
    text-align: right;
}
.main_form .section {
    margin: 15px 0;
}
.main_form .section .pf-section-header {
    padding: 5px 6px 5px 0;
}
.container-mobile {
    max-width: 500px;
}
.errorBox ul.list-group.payment_list {
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
}
.errorBox {
    overflow: hidden;
    min-height: 50vh;
    color: RGBA(120, 120, 120, 1.00);
    border: 1px solid rgba(230,230,230,1);
    padding-top: 35px;
    padding-bottom: 20px;
    margin-left: -13px;
    margin-right: -13px;
    -webkit-box-shadow: 0px 36px 82px -49px rgba(230,230,230,1);
    -moz-box-shadow: 0px 36px 82px -49px rgba(230,230,230,1);
    box-shadow: 0px 36px 82px -49px rgba(230,230,230,1);
}
.errorBox .form-group {
    max-width: 100%;
    margin: 10px auto 0px;
    padding: 5px 0;
}
.errorBox .form-group .col-xs-12:nth-child(-n+1){
    color: RGBA(59, 107, 156, 1.00);
    margin-top: 10px;
    text-align: left;
    font-weight: 800;
}
.errorBox .form-group .col-xs-12:nth-child(n+2){
    margin-top: 10px;
    text-align: left;
}
.errorText {
    color: RGBA(219, 38, 26, 1.00);
}
h3.errorText {
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 15px;
}

.holder span {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 17px 10px;
    background-color: transparent;
    animation-duration:  .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
.holder.infoCircle span {
    display: table;
    padding: 10px;
    animation-name: infoAnimate;
}
.holder.infoCircle span:before {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: RGBA(50, 118, 177, 1.00);
    font-weight: 800;
    content: 'i';
}
.holder.errorCircle span {
    animation-name: errorAnimate;
}
.holder.errorCircle span:before,  .holder.errorCircle span:after{
    display: block;
    position: absolute;
    border-radius: 1px;
    height: 2px;
    width: 30px;
    background-color: RGBA(219, 38, 26, 1.00);
;
    content: ' ';
}
.holder.errorCircle span:before {
    top: 50%;
    animation-name: leftErrorAnimate;
    animation-duration:  .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.holder.errorCircle span:after {
    bottom: 45%;
    animation-name: rightErrorAnimate;
    animation-duration:  .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@media print {
    .holder {
        display: none;
    }
}
/*========================================================*/
/*                                              Animation Keyframes                                    */
@keyframes leftErrorAnimate {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(135deg);
    }
}
@keyframes rightErrorAnimate {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-135deg);
    }
}
@keyframes errorAnimate {
    0% {
        box-shadow: 20px -20px 0 3px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 20px 20px 0 3px #ffffff, 0 0 0 2px #E94E3D;
    }
    25%{
        box-shadow: 55px 0px 0 0px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 20px 20px 0 3px #ffffff, 0 0 0 2px #E94E3D;
    }
    50% {
        box-shadow: 55px 0px 0 0px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px #E94E3D;
    }
    75%{
        box-shadow: 55px 0px 0 0px #ffffff, -55px 0px 0 0 #ffffff, -20px -20px 0 3px #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px #E94E3D;
    }
    100% {
        box-shadow: 55px 0px 0 0px #ffffff, -55px 0px 0 0 #ffffff, 0px -55px 0 0 #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px #E94E3D;
    }
}
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .errorBox .form-group {
        max-width: 50%;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile-right {
        text-align: right;
    }
    .errorBox .form-group .col-xs-12:nth-child(-n+1){
        margin-top: 0px;
        text-align: left;
        font-weight: 800;
    }
    .errorBox .form-group .col-xs-12:nth-child(n+2){
        margin-top: 0px;
        text-align: right;
    }

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
.highlight {
    background-color: cyan;
    font-weight: bold;
}
.paymethod-row-active {
    color: #2692B3;
}
.pointer{
    cursor: pointer;
}

/* Clearable text inputs */
.clearable{
    position: relative;
    display: inline-block;
}
.clearable input[type=text]{
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
}
.clearable_clear{
    display: none;
    position: absolute;
    right:0; top:0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}
.clearable input::-ms-clear {
    display: none;
}
.main_form .section {
  margin: 15px 0;
}
.main_form .section .pf-section-header {
    padding: 5px 6px 5px 0;
}
.container-mobile {
    max-width: 500px;
}
.h1 {
    font-weight: 200;
    margin-bottom: 5px;
}
.sub-title {
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: .15em;
}
.status-bar h2{
    margin-top: 0px;
}
.payment_list {
    margin-top: 20px;
}
.panel {
    border: none;
}
.hasTooltip {
    position:relative;
    display:inline-block;
}
.tooltip {
    opacity: 0;
    width: 250px;
    min-height: 20px;
    background-color: rgba(0,0,0,.8);
    color:#fff;
    top: 25px;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
}
.tooltip::after {
    content: "";
    position: absolute;
    left: 3px;
    top:-20px;
    margin-top: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0,0,0,.8) transparent;
}
.hasTooltip:hover .tooltip {
    opacity: 1;
}
.cvv_link {
    color: #3276b1;
}
.cvv_link {
    text-decoration: underline;
}
.header-section img{
    margin-top: 10px;
    max-height: 56px;
    max-width: 150px;
}
input {
    margin-top:5px;
}
#submitButton{
    margin-top: 15px;
    margin-bottom: 30px;
}
.displayonly{
    border: none !important;
    background-color:#fff !important;
}
.mobile-center {
    text-align: left;
}
.mobile-right {
    text-align: left;
}
.payment_list i {
    display: inline-block;
    margin-top: 5px;
}
.successBox ul.list-group.payment_list,
.errorBox ul.list-group.payment_list {
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
}
.errorBox,
.successBox {
    overflow: hidden;
    min-height: 50vh;
    color: RGBA(120, 120, 120, 1.00);
    border: 1px solid rgba(230,230,230,1);
    padding-top: 35px;
    padding-bottom: 20px;
    margin-left: -13px;
    margin-right: -13px;
    -webkit-box-shadow: 0px 36px 82px -49px rgba(230,230,230,1);
    -moz-box-shadow: 0px 36px 82px -49px rgba(230,230,230,1);
    box-shadow: 0px 36px 82px -49px rgba(230,230,230,1);
}
.errorBox .form-group,
.successBox .form-group {
    max-width: 100%;
    margin: 10px auto 0px;
    padding: 5px 0;
}
.errorBox .form-group .col-xs-12:nth-child(-n+1),
.successBox .form-group .col-xs-12:nth-child(-n+1){
    color: RGBA(59, 107, 156, 1.00);
    margin-top: 10px;
    text-align: left;
    font-weight: 800;
}
.errorBox .form-group .col-xs-12:nth-child(n+2),
.successBox .form-group .col-xs-12:nth-child(n+2){
    margin-top: 10px;
    text-align: left;
}
.primeText {
    color: RGBA(50, 118, 177, 1.00);
}
.successText {
    color: RGBA(33, 197, 34, 1.00);
}
.errorText {
    color: RGBA(219, 38, 26, 1.00);
}
h3.errorText,
h3.successText,
h3.primeText {
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 15px;
}
.info_text {
    font-size: 1.25rem;
}

.holder span {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 17px 10px;
    background-color: transparent;
    animation-duration:  .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
.holder.infoCircle span {
    display: table;
    padding: 10px;
    animation-name: infoAnimate;
}
.holder.infoCircle span:before {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: RGBA(50, 118, 177, 1.00);
    font-weight: 800;
    content: 'i';
}
.holder.successCircle span {
    animation-name: successAnimate;
}
.holder.successCircle span:before,  .holder.successCircle span:after{
    display: block;
    position: absolute;
    border-radius: 1px;
    height: 2px;
    animation-duration:  .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    background-color: RGBA(33, 197, 34, 1.00);
    content: ' ';
}
.holder.successCircle span:before {
    top: 50%;
    width: 13px;
    animation-name: leftSuccessAnimate;
}

.holder.successCircle span:after {
    bottom: 46%;
    width: 25px;
    animation-name: rightSuccessAnimate;
}
.holder.errorCircle span {
    animation-name: errorAnimate;
}
.holder.errorCircle span:before,  .holder.errorCircle span:after{
    display: block;
    position: absolute;
    border-radius: 1px;
    height: 2px;
    width: 30px;
    background-color: RGBA(219, 38, 26, 1.00);;
    content: ' ';
}
.holder.errorCircle span:before {
    top: 50%;
    animation-name: leftErrorAnimate;
    animation-duration:  .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.holder.errorCircle span:after {
    bottom: 45%;
    animation-name: rightErrorAnimate;
    animation-duration:  .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.section-description {
    padding-left: 15px;
}
.hidden {
    display: none;
}

@media print {
    .holder {
        display: none;
    }
}
/*========================================================*/
/*                                              Animation Keyframes                                    */
@keyframes leftErrorAnimate {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(135deg);
    }
}
@keyframes rightErrorAnimate {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-135deg);
    }
}
@keyframes errorAnimate {
    0% {
        box-shadow: 20px -20px 0 3px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 20px 20px 0 3px #ffffff, 0 0 0 2px #E94E3D;
    }
    25%{
        box-shadow: 55px 0px 0 0px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 20px 20px 0 3px #ffffff, 0 0 0 2px #E94E3D;
    }
    50% {
        box-shadow: 55px 0px 0 0px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px #E94E3D;
    }
    75%{
        box-shadow: 55px 0px 0 0px #ffffff, -55px 0px 0 0 #ffffff, -20px -20px 0 3px #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px #E94E3D;
    }
    100% {
        box-shadow: 55px 0px 0 0px #ffffff, -55px 0px 0 0 #ffffff, 0px -55px 0 0 #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px #E94E3D;
    }
}

@keyframes leftSuccessAnimate {
    0%{
        left: initial;
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(135deg);
    }
    100% {
        top: 53%;
        left: 11px;
        transform: rotate(225deg);
    }
}
@keyframes rightSuccessAnimate {
    0%{
        left: initial;
        transform: rotate(0deg);
    }
    100% {
        bottom: 50%;
        left: 19px;
        transform: rotate(135deg);
    }
}
@keyframes successAnimate {
    0% {
        box-shadow: 20px -20px 0 3px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 20px 20px 0 3px #ffffff, 0 0 0 2px RGBA(33, 197, 34, 1.00);
    }
    25%{
        box-shadow: 55px 0px 0 0px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 20px 20px 0 3px #ffffff, 0 0 0 2px RGBA(33, 197, 34, 1.00);
    }
    50% {
        box-shadow: 55px 0px 0 0px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px RGBA(33, 197, 34, 1.00);
    }
    75%{
        box-shadow: 55px 0px 0 0px #ffffff, -55px 0px 0 0 #ffffff, -20px -20px 0 3px #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px RGBA(33, 197, 34, 1.00);
    }
    100% {
        box-shadow: 55px 0px 0 0px #ffffff, -55px 0px 0 0 #ffffff, 0px -55px 0 0 #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px RGBA(33, 197, 34, 1.00);
    }
}
@keyframes infoAnimate {
    0% {
        box-shadow: 20px -20px 0 3px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 20px 20px 0 3px #ffffff, 0 0 0 2px RGBA(50, 118, 177, 1.00);
    }
    25%{
        box-shadow: 55px 0px 0 0px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 20px 20px 0 3px #ffffff, 0 0 0 2px RGBA(50, 118, 177, 1.00);
    }
    50% {
        box-shadow: 55px 0px 0 0px #ffffff, -20px 20px 0 3px #ffffff, -20px -20px 0 3px #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px RGBA(50, 118, 177, 1.00);
    }
    75%{
        box-shadow: 55px 0px 0 0px #ffffff, -55px 0px 0 0 #ffffff, -20px -20px 0 3px #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px RGBA(50, 118, 177, 1.00);
    }
    100% {
        box-shadow: 55px 0px 0 0px #ffffff, -55px 0px 0 0 #ffffff, 0px -55px 0 0 #ffffff, 0px 55px 0 0 #ffffff, 0 0 0 2px RGBA(50, 118, 177, 1.00);
    }
}
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {


    .errorBox .form-group,
    .successBox .form-group {
        max-width: 50%;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile-right {
        text-align: right;
    }
    .errorBox .form-group .col-xs-12:nth-child(-n+1),
    .successBox .form-group .col-xs-12:nth-child(-n+1){
        margin-top: 0px;
        text-align: left;
        font-weight: 800;
    }
    .errorBox .form-group .col-xs-12:nth-child(n+2),
    .successBox .form-group .col-xs-12:nth-child(n+2){
        margin-top: 0px;
        text-align: right;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}